From: Stefan Monnier Date: Wed, 19 May 2004 19:19:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~6127 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47ff5b284043393f79f231f0c6bd005a542721cb;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f67ffcd8875..81da604aea5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,20 @@ +2004-05-19 Stefan Monnier + + * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'. + (completion-setup-function): Use with-current-buffer. + Properly save excursion. Simplify. + Don't assume there is necessarily a `mouse-face' property somewhere. + + * progmodes/gud.el (gud-reset): Use unless & with-current-buffer. + + * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp. + + * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes. + (byte-compile-log-1): Don't call (byte-goto-log-buffer). + Use with-current-buffer. + (byte-goto-log-buffer): Delete. + (byte-compile-log-file): Call compilation-forget-errors. + 2004-05-19 Takaaki Ota (tiny change) * net/ldap.el (ldap-search-internal): Avoid mixing standard error @@ -5,7 +22,7 @@ 2004-05-19 Masatake YAMATO - * wid-edit.el (widget-radio-button-notify): Revert my last + * wid-edit.el (widget-radio-button-notify): Revert my last change. Reported by Katsumi Yamaoka . 2004-05-19 Kenichi Handa @@ -7412,7 +7429,7 @@ See ChangeLog.10 for earlier changes. ;; coding: iso-2022-7bit ;; End: - Copyright (C) 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 2001, 02, 04 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 00a2634ee8c..68df8d0941e 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,5 +1,7 @@ 2004-05-18 Stefan Monnier + * mm-view.el (mm-insert-inline): Make it work in read-only buffer. + * gnus-win.el (gnus-all-windows-visible-p): Don't consider non-visible windows.