# HG changeset patch # User Stefan Monnier # Date 1084994384 0 # Node ID 269004c18108cc808caeb871df6b349c153151f2 # Parent 4f6f5dd54dab06c0a610934992d7b8b7d5b89225 *** empty log message *** diff -r 4f6f5dd54dab -r 269004c18108 lisp/ChangeLog --- a/lisp/ChangeLog Wed May 19 19:11:54 2004 +0000 +++ b/lisp/ChangeLog Wed May 19 19:19:44 2004 +0000 @@ -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 @@ ;; 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 -r 4f6f5dd54dab -r 269004c18108 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Wed May 19 19:11:54 2004 +0000 +++ b/lisp/gnus/ChangeLog Wed May 19 19:19:44 2004 +0000 @@ -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.