1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-25 01:10:47 -08:00
Commit graph

17351 commits

Author SHA1 Message Date
ShengHuo ZHU
b9ca4c2b33 (message-send-news): Use buffer-substring-no-properties. 2000-11-22 16:37:04 +00:00
Miles Bader
f8e2f3f238 *** empty log message *** 2000-11-22 16:34:53 +00:00
Dave Love
0b8142fae2 2000-11-22 Simon Josefsson <simon@josefsson.org>
* gnus-uu.el (gnus-uu-digest-mail-forward): Search for "from:"
	instead of "from: " for rfc822 compliance.  Insert SPC.
2000-11-22 16:33:13 +00:00
Dave Love
6db746da26 (edebug-version)
(edebug-maintainer-address): Deleted.
(edebug-submit-bug-report): Just alias to report-emacs-bug.
(edebug-read-function): Account for other `'#' read forms.
(edebug-mode-menus): Make some items toggles.
(edebug-outside-unread-command-event, unread-command-event):
Remove these to avoid warnings.
2000-11-22 16:24:34 +00:00
Miles Bader
ebd040584d (menu): Make inverse-video on ttys too. 2000-11-22 15:32:13 +00:00
Gerd Moellmann
60e8e0a5fc Remove autoload cookied, add author,
maintainer, keywords tags.
2000-11-22 15:11:36 +00:00
Gerd Moellmann
980d836ef4 (replace-rectangle): Don't call string-rectangle-line
with too many arguments.
2000-11-22 15:06:10 +00:00
Gerd Moellmann
678986c98c (gnus-group-make-tool-bar): Fix a paren typo. 2000-11-22 14:53:54 +00:00
ShengHuo ZHU
ce1ec550eb * message.el (message-send-mail): Use buffer-substring-no-properties. 2000-11-22 14:27:40 +00:00
André Spiegel
e08b2069c7 # 2000-11-22 12:59:03 +00:00
André Spiegel
8d420b631d (viper-file-checked-in-p): Call vc-state instead of vc-locking-user,
which no longer exists.
2000-11-22 12:55:31 +00:00
André Spiegel
f3bbec286b (ediff-file-checked-out-p, ediff-file-checked-in-p): Call vc-state
instead of vc-locking-user, which no longer exists.
2000-11-22 12:54:21 +00:00
Dave Love
c6779d8d1a *** empty log message *** 2000-11-22 12:35:51 +00:00
Miles Bader
d9fdcdb568 (refill-adjust-ignorable-overlay, refill-fill-paragraph-at):
Remove debugging code.
2000-11-22 11:34:05 +00:00
Dave Love
e43cfb397b (md5): Fix error call. 2000-11-22 11:17:23 +00:00
Dave Love
cade2e7897 (md5): Provide. 2000-11-22 11:14:50 +00:00
Miles Bader
80e24c0411 *** empty log message *** 2000-11-22 09:25:17 +00:00
Miles Bader
317545188a (generate-calendar-window): When we don't call `fit-window-to-buffer',
make sure the top line is fully visible.
2000-11-22 09:06:14 +00:00
Miles Bader
3a17d6cc19 *** empty log message *** 2000-11-22 02:01:14 +00:00
Miles Bader
a02b5bb4c8 (insert-image-file): Don't make `read-only' property rear-nonsticky. 2000-11-22 02:00:42 +00:00
Miles Bader
ae1a21c634 (isearch-original-minibuffer-message-timeout): New var.
(isearch-mode): Set `minibuffer-message-timeout' to nil, after
stashing away its original value.
(isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
in the recursive edit.
Bind `isearch-original-minibuffer-message-timeout' to protect it.
(isearch-done): Restore `minibuffer-message-timeout'.
2000-11-22 01:36:08 +00:00
Miles Bader
e672fdcea2 *** empty log message *** 2000-11-22 01:20:31 +00:00
Miles Bader
9ee158855f Remove entry for `mode-line-inverse-video'. 2000-11-22 01:19:53 +00:00
Stefan Monnier
3ea79df890 *** empty log message *** 2000-11-22 00:14:10 +00:00
Stefan Monnier
36144b26b5 (ada-mode): set '' -> setq'. 2000-11-21 22:41:20 +00:00
Stefan Monnier
38ee4fb4bf (gnus-configure-windows): switch-to-buffer -> set-buffer. 2000-11-21 22:18:23 +00:00
Stefan Monnier
43adc21356 (find-lisp-find-files-internal):
Use dolist, when and file-name-as-directory.
2000-11-21 22:07:43 +00:00
Stefan Monnier
f71974e12f (edebug-form-spec prop): use dolist.
(define-derived-mode, define-minor-mode): Add specs.
2000-11-21 21:47:25 +00:00
Stefan Monnier
fe7a0e7dfd General comment and spacing fixes.
(save-selected-window): Use backquotes.
(window-safely-shrinkable-p): New function.
(shrink-window-if-larger-than-buffer): Use it.
2000-11-21 21:44:25 +00:00
Stefan Monnier
c344cf32d5 (make-local-hook): Docstring fix. 2000-11-21 21:35:38 +00:00
Stefan Monnier
9f299ecba0 (shell-mode): Use define-derived-mode. 2000-11-21 21:33:45 +00:00
Stefan Monnier
2e1fbba4e5 (comment-indent): Insert comment before calling
comment-indent-function.  Don't insert in column 0.
(comment-dwim): Indent before inserting comment.
2000-11-21 21:31:16 +00:00
Stefan Monnier
02b2f510d0 (isearch-mode-map): Fix docstring. Init in defvar.
(minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
(isearch-clean-overlays, isearch-range-invisible, isearch-unread):
Use mapc rather than map.
2000-11-21 21:28:05 +00:00
Stefan Monnier
d5798fa707 (find-buffer-visiting): Compare all attributes before
declaring two files identical (rather than just their inode-no).
(auto-mode-alist): Use \' rather than $.
2000-11-21 21:12:49 +00:00
Stefan Monnier
b6d95ba5c2 Update maintainer line. 2000-11-21 21:04:31 +00:00
Stefan Monnier
f5438f0c79 * pcvs.el (uniquify-buffer-file-name): Remove advice.
* uniquify.el (uniquify-list-buffers-directory-modes): New var.
(uniquify-buffer-file-name): Use it.
2000-11-21 20:47:49 +00:00
Stefan Monnier
f4eda05fe5 (uniquify-list-buffers-directory-modes): New var.
(uniquify-buffer-file-name): Use it.
2000-11-21 20:42:39 +00:00
Dave Love
bb367cba62 (gnus-mime-button-map): Don't inherit from
gnus-article-mode-map.
(gnus-mime-button-menu): Use mouse-set-point.
(gnus-insert-mime-button, gnus-mime-display-alternative)
(gnus-mime-display-alternative): Don't use local-map property.
2000-11-21 17:54:40 +00:00
Miles Bader
8f62f2b891 Add entry for `minibuffer-prompt-properties'. 2000-11-21 16:01:32 +00:00
Miles Bader
6e7d0ff7bc (minibuffer-avoid-prompt): New function. 2000-11-21 15:58:33 +00:00
Gerd Moellmann
fb279a6d04 *** empty log message *** 2000-11-21 10:41:56 +00:00
Gerd Moellmann
67292de0e2 (.SUFFIXES): Add .SUFFIXES. 2000-11-21 10:08:52 +00:00
Miles Bader
ef86085033 (ad-special-forms): Correct the conditional inclusion of `track-mouse'. 2000-11-21 08:49:33 +00:00
Miles Bader
867092e9ac (refill-ignorable-overlay): New variable.
(refill-adjust-ignorable-overlay): New function.
(refill-pre-command-function): New function.
(refill-mode): Add `refill-pre-command-function' to `pre-command-hook'.
Initialize/cleanup `refill-ignorable-overlay'.
(refill-post-command-function): Don't reset refill-doit in the case
where a self-insertion command doesn't case a refill.  Use
`refill-fill-paragraph-at', getting position from `refill-doit'.
(refill-after-change-function): Set `refill-doit' to END.
(refill-fill-paragraph-at): New function, mostly from old
refill-fill-paragraph.  Use `refill-ignorable-overlay' to fill only the
paragraph's tail if possible.  Update `refill-ignorable-overlay'.  Don't
leave point inside the fill-prefix.
(refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2000-11-21 01:11:49 +00:00
Gerd Moellmann
29a01b7231 *** empty log message *** 2000-11-20 19:45:48 +00:00
Gerd Moellmann
fb39bbbda1 (artist-mode): Fix autoload cookie. 2000-11-20 19:29:19 +00:00
Gerd Moellmann
ff9ab41497 *** empty log message *** 2000-11-20 16:51:24 +00:00
Gerd Moellmann
1bc7654adc (java-keywords): Add MATCH-HIGHLIGHT part for
javadoc tags.
2000-11-20 16:17:34 +00:00
André Spiegel
885b211b15 # 2000-11-20 14:20:39 +00:00
André Spiegel
81d995bb87 (vc-cvs-checkout): Fix bug that broke C-x v ~-style checkouts. 2000-11-20 14:16:18 +00:00