aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2004-05-19 19:19:44 +0000
committerStefan Monnier2004-05-19 19:19:44 +0000
commit47ff5b284043393f79f231f0c6bd005a542721cb (patch)
tree4434e62249cde8f8c4dd44ca18a7a88bd21dcd38 /lisp/ChangeLog
parent2aa4a7297965487334ee3ad40de9c7ca7f09eb87 (diff)
downloademacs-47ff5b284043393f79f231f0c6bd005a542721cb.tar.gz
emacs-47ff5b284043393f79f231f0c6bd005a542721cb.zip
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog21
1 files changed, 19 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f67ffcd8875..81da604aea5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,20 @@
12004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
4 (completion-setup-function): Use with-current-buffer.
5 Properly save excursion. Simplify.
6 Don't assume there is necessarily a `mouse-face' property somewhere.
7
8 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
9
10 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
11
12 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
13 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14 Use with-current-buffer.
15 (byte-goto-log-buffer): Delete.
16 (byte-compile-log-file): Call compilation-forget-errors.
17
12004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change) 182004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2 19
3 * net/ldap.el (ldap-search-internal): Avoid mixing standard error 20 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
@@ -5,7 +22,7 @@
5 22
62004-05-19 Masatake YAMATO <jet@gyve.org> 232004-05-19 Masatake YAMATO <jet@gyve.org>
7 24
8 * wid-edit.el (widget-radio-button-notify): Revert my last 25 * wid-edit.el (widget-radio-button-notify): Revert my last
9 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>. 26 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10 27
112004-05-19 Kenichi Handa <handa@m17n.org> 282004-05-19 Kenichi Handa <handa@m17n.org>
@@ -7412,7 +7429,7 @@ See ChangeLog.10 for earlier changes.
7412;; coding: iso-2022-7bit 7429;; coding: iso-2022-7bit
7413;; End: 7430;; End:
7414 7431
7415 Copyright (C) 2001, 2002 Free Software Foundation, Inc. 7432 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
7416 Copying and distribution of this file, with or without modification, 7433 Copying and distribution of this file, with or without modification,
7417 are permitted provided the copyright notice and this notice are preserved. 7434 are permitted provided the copyright notice and this notice are preserved.
7418 7435