comparison lisp/ChangeLog @ 60146:fd4cf9993795

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 18 Feb 2005 21:56:47 +0000
parents d1fdce4dfc73
children 905bf9de87af
comparison
equal deleted inserted replaced
60145:e7ec1f80fc80 60146:fd4cf9993795
1 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * log-view.el (log-view-message-re): Fix up Subversion regexp.
4
1 2005-02-18 David Kastrup <dak@gnu.org> 5 2005-02-18 David Kastrup <dak@gnu.org>
2 6
3 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just 7 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
4 use `mark-active' when defined. 8 use `mark-active' when defined.
5 9
91 95
92 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list. 96 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
93 97
94 2005-02-15 Lute Kamstra <lute@gnu.org> 98 2005-02-15 Lute Kamstra <lute@gnu.org>
95 99
96 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add 100 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
97 ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier 101 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
98 <monnier@iro.umontreal.ca> 102 <monnier@iro.umontreal.ca>
99 (lisp-outline-level): Improve efficiency. Suggested by David 103 (lisp-outline-level): Improve efficiency. Suggested by David
100 Kastrup <dak@gnu.org>. 104 Kastrup <dak@gnu.org>.
101 105
102 2005-02-15 Nick Roberts <nickrob@snap.net.nz> 106 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
167 2005-02-10 Richard M. Stallman <rms@gnu.org> 171 2005-02-10 Richard M. Stallman <rms@gnu.org>
168 172
169 * simple.el (eval-expression-print-format): 173 * simple.el (eval-expression-print-format):
170 Avoid warning about edebug-active. 174 Avoid warning about edebug-active.
171 175
172 * help.el (help-for-help-internal): Renamed from help-for-help. 176 * help.el (help-for-help-internal): Rename from help-for-help.
173 (help-for-help): Define with defalias. 177 (help-for-help): Define with defalias.
174 178
175 * font-core.el (font-lock-default-function): Use with-no-warnings. 179 * font-core.el (font-lock-default-function): Use with-no-warnings.
176 180
177 * cus-edit.el (custom-buffer-create-internal): Improve help-echo. 181 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
200 (grep-mode-font-lock-keywords): Likewise. 204 (grep-mode-font-lock-keywords): Likewise.
201 205
202 2005-02-09 Nick Roberts <nickrob@snap.net.nz> 206 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
203 207
204 * progmodes/gdb-ui.el (gdb-location-list): New variable. 208 * progmodes/gdb-ui.el (gdb-location-list): New variable.
205 (gdb-cdir): Delete 209 (gdb-cdir): Delete.
206 (gdb-info-breakpoints-custom, gdb-goto-breakpoint) 210 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
207 (gdb-source-info): Treat case when source file is in another 211 (gdb-source-info): Treat case when source file is in another
208 directory properly. 212 directory properly.
209 (gdb-get-location): New function. 213 (gdb-get-location): New function.
210 214
211 2005-02-07 Jay Belanger <belanger@truman.edu> 215 2005-02-07 Jay Belanger <belanger@truman.edu>
212 216
213 * calc/calc-prog.el (calc-write-parse-table-part) 217 * calc/calc-prog.el (calc-write-parse-table-part)
214 (calc-fix-token-name): Fix a check for language type. 218 (calc-fix-token-name): Fix a check for language type.
215 219
216 * calc/calccomp.el (math-compose-expr): Fix a check for language 220 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
217 type.
218 221
219 2005-02-07 Andre Spiegel <spiegel@gnu.org> 222 2005-02-07 Andre Spiegel <spiegel@gnu.org>
220 223
221 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such 224 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
222 as directory not writable. 225 as directory not writable.