diff options
| author | Kim F. Storm | 2004-06-29 12:58:14 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-06-29 12:58:14 +0000 |
| commit | 5fa405b602aa2b89044c2a29bd4ec990a7e485b2 (patch) | |
| tree | b08cdaf38650b56dcacec288a04b0ac66a854259 | |
| parent | 86a28f95288c9b705f4df6c51635216358c61b3f (diff) | |
| download | emacs-5fa405b602aa2b89044c2a29bd4ec990a7e485b2.tar.gz emacs-5fa405b602aa2b89044c2a29bd4ec990a7e485b2.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 7 |
2 files changed, 18 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d3aac1689a4..effae29fc8f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2004-06-29 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face) | ||
| 4 | (breakpoint-disabled-bitmap-face): Add :group 'gud. | ||
| 5 | |||
| 6 | * progmodes/ada-xref.el (ada-tight-gvd-integration): | ||
| 7 | Add :group 'ada. | ||
| 8 | |||
| 9 | * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc. | ||
| 10 | |||
| 1 | 2004-06-29 Juri Linkov <juri@jurta.org> | 11 | 2004-06-29 Juri Linkov <juri@jurta.org> |
| 2 | 12 | ||
| 3 | * replace.el (query-replace-read-args): Swallow a space after | 13 | * replace.el (query-replace-read-args): Swallow a space after |
| @@ -25,7 +35,7 @@ | |||
| 25 | 35 | ||
| 26 | 2004-06-26 Nick Roberts <nickrob@gnu.org> | 36 | 2004-06-26 Nick Roberts <nickrob@gnu.org> |
| 27 | 37 | ||
| 28 | * progmodes/gdb-ui.el (gdb-toggle-breakpoint) | 38 | * progmodes/gdb-ui.el (gdb-toggle-breakpoint) |
| 29 | (gdb-goto-breakpoint): Fix breakage. | 39 | (gdb-goto-breakpoint): Fix breakage. |
| 30 | 40 | ||
| 31 | 2004-06-26 Eli Zaretskii <eliz@gnu.org> | 41 | 2004-06-26 Eli Zaretskii <eliz@gnu.org> |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 78c9f15f912..8169b014e16 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2004-06-29 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * nntp.el (nntp-authinfo-file): Add :group 'nntp. | ||
| 4 | |||
| 5 | * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache): | ||
| 6 | Add :group 'nnimap. | ||
| 7 | |||
| 1 | 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 9 | ||
| 3 | * mm-view.el (mm-insert-inline): Make it work in read-only buffer. | 10 | * mm-view.el (mm-insert-inline): Make it work in read-only buffer. |