comparison lisp/ChangeLog @ 63923:b06138a7a427

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 02 Jul 2005 19:38:28 +0000
parents e9d1e6c37230
children e70cfee3b174
comparison
equal deleted inserted replaced
63922:1cafd9845c42 63923:b06138a7a427
1 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4 into flymake-mode and delegate to flymake-mode.
5
6 * find-file.el (ff-which-function-are-we-in): Clean up.
7
1 2005-07-02 Juanma Barranquero <lekktu@gmail.com> 8 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
2 9
3 * replace.el (occur-rename-buffer): Fix docstring. 10 * replace.el (occur-rename-buffer): Fix docstring.
4 11
5 * emulation/edt.el (*EDT-keys*, edt-default-global-map) 12 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
70 Catch errors with ignore-errors. Use temporary buffer. 77 Catch errors with ignore-errors. Use temporary buffer.
71 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'. 78 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
72 79
73 * facemenu.el (facemenu-unlisted-faces): Delete foreground and 80 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
74 background color faces. 81 background color faces.
75 (facemenu-set-foreground, facemenu-set-background): Use 82 (facemenu-set-foreground, facemenu-set-background):
76 facemenu-set-face-from-menu. 83 Use facemenu-set-face-from-menu.
77 (facemenu-set-face-from-menu): Treat face names that start with 84 (facemenu-set-face-from-menu): Treat face names that start with
78 "fg:" or "bg:" as special. 85 "fg:" or "bg:" as special.
79 (facemenu-add-new-color): Don't create faces. Simplify. 86 (facemenu-add-new-color): Don't create faces. Simplify.
80 87
81 2005-06-30 Richard M. Stallman <rms@gnu.org> 88 2005-06-30 Richard M. Stallman <rms@gnu.org>
83 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt. 90 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
84 (crm-find-current-element): Likewise. 91 (crm-find-current-element): Likewise.
85 92
86 2005-06-30 Johan Bockg,Ae(Brd <bojohan@users.sourceforge.net> 93 2005-06-30 Johan Bockg,Ae(Brd <bojohan@users.sourceforge.net>
87 94
88 * help-fns.el (help-do-arg-highlight): Regexp-quote argument 95 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
89 names.
90 96
91 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca> 97 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
92 98
93 * arc-mode.el (archive-extract): Make it work as a mouse binding. 99 * arc-mode.el (archive-extract): Make it work as a mouse binding.
94 (archive-mouse-extract): Make it an obsolete alias. 100 (archive-mouse-extract): Make it an obsolete alias.
99 first arg. 105 first arg.
100 (archive-rename-entry): Update the call. 106 (archive-rename-entry): Update the call.
101 (archive-zip-summarize): Remove unused var `method'. 107 (archive-zip-summarize): Remove unused var `method'.
102 (archive-lzh-summarize): Remove unused var `creator'. 108 (archive-lzh-summarize): Remove unused var `creator'.
103 109
104 * emacs-lisp/debug.el (debug): Quieten Drew Adams. 110 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
111 dedicated frame upon exit.
105 112
106 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only. 113 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
107 (archive-zip-extract, archive-zip-expunge) 114 (archive-zip-extract, archive-zip-expunge)
108 (archive-zip-update, archive-zip-update-case): Use executable-find. 115 (archive-zip-update, archive-zip-update-case): Use executable-find.
109 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files): 116 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):