aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2004-06-29 12:58:14 +0000
committerKim F. Storm2004-06-29 12:58:14 +0000
commit5fa405b602aa2b89044c2a29bd4ec990a7e485b2 (patch)
treeb08cdaf38650b56dcacec288a04b0ac66a854259
parent86a28f95288c9b705f4df6c51635216358c61b3f (diff)
downloademacs-5fa405b602aa2b89044c2a29bd4ec990a7e485b2.tar.gz
emacs-5fa405b602aa2b89044c2a29bd4ec990a7e485b2.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog12
-rw-r--r--lisp/gnus/ChangeLog7
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 @@
12004-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
12004-06-29 Juri Linkov <juri@jurta.org> 112004-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
262004-06-26 Nick Roberts <nickrob@gnu.org> 362004-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
312004-06-26 Eli Zaretskii <eliz@gnu.org> 412004-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 @@
12004-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
12004-05-18 Stefan Monnier <monnier@iro.umontreal.ca> 82004-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.