diff options
| author | Richard M. Stallman | 2004-11-04 10:23:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-11-04 10:23:45 +0000 |
| commit | fb54e72e289a810b1c4c90e78c720c23c4e1d47d (patch) | |
| tree | b15fbaef2479acbb0b2a08415eca765d210a0980 | |
| parent | 836504434f4a3f84eda175537a4654e8116803c5 (diff) | |
| download | emacs-fb54e72e289a810b1c4c90e78c720c23c4e1d47d.tar.gz emacs-fb54e72e289a810b1c4c90e78c720c23c4e1d47d.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 39 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 6 |
2 files changed, 45 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 561164b8584..38d78529b29 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,36 @@ | |||
| 1 | 2004-11-04 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/table.el (table group): Add :version. | ||
| 4 | |||
| 5 | * textmodes/ispell.el (ispell-word): | ||
| 6 | Don't alter args; set them only thru `interactive' spec. | ||
| 7 | |||
| 8 | * textmodes/flyspell.el (flyspell-word): | ||
| 9 | Don't alter FOLLOWING; set it only thru `interactive' spec. | ||
| 10 | |||
| 11 | * progmodes/f90.el (f90-end-of-block): Don't use interactive-p. | ||
| 12 | |||
| 13 | * net/browse-url.el (browse-url-maybe-new-window): | ||
| 14 | Use called-interactively-p. | ||
| 15 | |||
| 16 | * mail/supercite.el (sc-cite-region): | ||
| 17 | Don't use interactive-p. Add arg INTERACTIVE. | ||
| 18 | (sc-version): Don't use interactive-p. Rename arg to MESSAGE. | ||
| 19 | |||
| 20 | * international/mule-cmds.el (set-input-method, toggle-input-method): | ||
| 21 | Don't use interactive-p. Add arg INTERACTIVE. | ||
| 22 | |||
| 23 | * eshell/esh-mode.el (eshell-show-maximum-output): | ||
| 24 | Don't use interactive-p. | ||
| 25 | (eshell-truncate-buffer): Just message, no error, if buffer is short. | ||
| 26 | |||
| 27 | * mouse.el (mouse-show-mark): Get positions to delete from mark | ||
| 28 | and point, not from mouse-drag-overlay. | ||
| 29 | |||
| 30 | * imenu.el (imenu-eager-completion-buffer): Add :version. | ||
| 31 | |||
| 32 | * filesets.el (filesets group): Add :version. | ||
| 33 | |||
| 1 | 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org> | 34 | 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org> |
| 2 | 35 | ||
| 3 | * files.el (xml-based-modes): Delete var. | 36 | * files.el (xml-based-modes): Delete var. |
| @@ -28,6 +61,12 @@ | |||
| 28 | 61 | ||
| 29 | 2004-11-02 Richard M. Stallman <rms@gnu.org> | 62 | 2004-11-02 Richard M. Stallman <rms@gnu.org> |
| 30 | 63 | ||
| 64 | * cus-edit.el (customize-group-other-window): | ||
| 65 | Select the window that displays the custom buffer. | ||
| 66 | (custom-buffer-create-other-window): Likewise. | ||
| 67 | |||
| 68 | * comint.el (comint-insert-input): Fix previous change. | ||
| 69 | |||
| 31 | * emacs-lisp/elp.el (elp-instrument-function): | 70 | * emacs-lisp/elp.el (elp-instrument-function): |
| 32 | Use called-interactively-p. | 71 | Use called-interactively-p. |
| 33 | 72 | ||
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 0b93724e9e5..d7ebedc53f8 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-11-04 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * spam.el (spam group): Add :version. | ||
| 4 | |||
| 5 | * pgg-def.el (pgg group): Add :version. | ||
| 6 | |||
| 1 | 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org> | 7 | 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 8 | ||
| 3 | * gnus-art. (gnus-article-edit-article): Don't associate the | 9 | * gnus-art. (gnus-article-edit-article): Don't associate the |