diff options
-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 @@ +2004-06-29 Kim F. Storm <storm@cua.dk> + + * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face) + (breakpoint-disabled-bitmap-face): Add :group 'gud. + + * progmodes/ada-xref.el (ada-tight-gvd-integration): + Add :group 'ada. + + * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc. + 2004-06-29 Juri Linkov <juri@jurta.org> * replace.el (query-replace-read-args): Swallow a space after @@ -25,7 +35,7 @@ 2004-06-26 Nick Roberts <nickrob@gnu.org> - * progmodes/gdb-ui.el (gdb-toggle-breakpoint) + * progmodes/gdb-ui.el (gdb-toggle-breakpoint) (gdb-goto-breakpoint): Fix breakage. 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 @@ +2004-06-29 Kim F. Storm <storm@cua.dk> + + * nntp.el (nntp-authinfo-file): Add :group 'nntp. + + * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache): + Add :group 'nnimap. + 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca> * mm-view.el (mm-insert-inline): Make it work in read-only buffer. |