diff options
| author | Stefan Monnier | 2004-05-19 19:19:44 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-05-19 19:19:44 +0000 |
| commit | 47ff5b284043393f79f231f0c6bd005a542721cb (patch) | |
| tree | 4434e62249cde8f8c4dd44ca18a7a88bd21dcd38 /lisp/ChangeLog | |
| parent | 2aa4a7297965487334ee3ad40de9c7ca7f09eb87 (diff) | |
| download | emacs-47ff5b284043393f79f231f0c6bd005a542721cb.tar.gz emacs-47ff5b284043393f79f231f0c6bd005a542721cb.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 21 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change) | 18 | 2004-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 | ||
| 6 | 2004-05-19 Masatake YAMATO <jet@gyve.org> | 23 | 2004-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 | ||
| 11 | 2004-05-19 Kenichi Handa <handa@m17n.org> | 28 | 2004-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 | ||