aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorSam Steingold2000-05-16 16:24:25 +0000
committerSam Steingold2000-05-16 16:24:25 +0000
commit399c88ad200db8be2180ca0b2f27738c79de546e (patch)
treebfbe51bc68c70db30bd1f1e0c3ce8ce8751ea2c6 /lisp/ChangeLog
parent01651f075feb8057fe51dbb50f886f09572ab55e (diff)
downloademacs-399c88ad200db8be2180ca0b2f27738c79de546e.tar.gz
emacs-399c88ad200db8be2180ca0b2f27738c79de546e.zip
(debug-ignored-errors): more errors to ignore.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog26
1 files changed, 15 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9096e57bfb9..9a26a771f34 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12000-05-16 Sam Steingold <sds@gnu.org>
2
3 * info.el (debug-ignored-errors): more errors to ignore.
4
12000-05-16 Dave Love <fx@gnu.org> 52000-05-16 Dave Love <fx@gnu.org>
2 6
3 * cus-edit.el: Don't require cl or easymenu. 7 * cus-edit.el: Don't require cl or easymenu.
@@ -62,7 +66,7 @@
62 (help-xref-go-back): Use position information from stack element. 66 (help-xref-go-back): Use position information from stack element.
63 (help-follow): Make position in stack element a pair. Use 67 (help-follow): Make position in stack element a pair. Use
64 help-xref-following. 68 help-xref-following.
65 69
66 * autoarg.el: New file. 70 * autoarg.el: New file.
67 71
68 * faces.el: Declare more functions obsolete. 72 * faces.el: Declare more functions obsolete.
@@ -188,7 +192,7 @@
188 192
189 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for 193 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
190 handling FTP security extensions. 194 handling FTP security extensions.
191 195
1922000-05-11 Dave Love <fx@gnu.org> 1962000-05-11 Dave Love <fx@gnu.org>
193 197
194 * calendar/todo-mode.el: New file. 198 * calendar/todo-mode.el: New file.
@@ -198,7 +202,7 @@
198 * comint.el (comint-read-input-ring): Move reference to 202 * comint.el (comint-read-input-ring): Move reference to
199 comint-input-ring-size outside of the save-excursion. It was 203 comint-input-ring-size outside of the save-excursion. It was
200 causing the default value to be the only one ever seen. 204 causing the default value to be the only one ever seen.
201 205
202 * font-lock.el: Update copyright. Remove Simon Marshall's email 206 * font-lock.el: Update copyright. Remove Simon Marshall's email
203 address on request from him. 207 address on request from him.
204 208
@@ -336,7 +340,7 @@
336 (makefile-mode): Set local abbrev table to 340 (makefile-mode): Set local abbrev table to
337 makefile-mode-abbrev-table. 341 makefile-mode-abbrev-table.
338 (makefile-font-lock-keywords): Fontify includes and conditionals. 342 (makefile-font-lock-keywords): Fontify includes and conditionals.
339 343
340 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't 344 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
341 set TOGGLE's value. 345 set TOGGLE's value.
342 346
@@ -344,7 +348,7 @@
344 mail-interactive-insert-alias. 348 mail-interactive-insert-alias.
345 (mail-abbrev-complete-alias): New command. 349 (mail-abbrev-complete-alias): New command.
346 (mail-mode-map): Bind it to `M-TAB'. 350 (mail-mode-map): Bind it to `M-TAB'.
347 351
3482000-05-03 Kenichi Handa <handa@etl.go.jp> 3522000-05-03 Kenichi Handa <handa@etl.go.jp>
349 353
350 * language/lao-util.el (lao-compose-region): New function. 354 * language/lao-util.el (lao-compose-region): New function.
@@ -354,8 +358,8 @@
354 * files.el (recover-session): Make directories as necessary 358 * files.el (recover-session): Make directories as necessary
355 if they don't exist yet. 359 if they don't exist yet.
356 360
357 * calendar/cal-french.el 361 * calendar/cal-french.el
358 (french-calendar-multibyte-special-days-array) 362 (french-calendar-multibyte-special-days-array)
359 (french-calendar-special-days-array): Change French text. 363 (french-calendar-special-days-array): Change French text.
360 (calendar-french-date-string): Change output. 364 (calendar-french-date-string): Change output.
361 (calendar-goto-french-date): Likewise. 365 (calendar-goto-french-date): Likewise.
@@ -387,7 +391,7 @@
387 the code loading subdirs.el. 391 the code loading subdirs.el.
388 392
3892000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> 3932000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
390 394
391 * ps-print.el: Upside-down and face background color printing, 395 * ps-print.el: Upside-down and face background color printing,
392 line number step, doc fix. 396 line number step, doc fix.
393 (ps-print-version): New version number (5.2). 397 (ps-print-version): New version number (5.2).
@@ -407,7 +411,7 @@
407 before generating auto save file name. 411 before generating auto save file name.
408 (auto-save-file-name-transforms): New variable. 412 (auto-save-file-name-transforms): New variable.
409 413
410 * files.el (backup-enable-predicate): 414 * files.el (backup-enable-predicate):
411 Correctly test for a file under a temporary directory. 415 Correctly test for a file under a temporary directory.
412 416
4132000-04-28 Gerd Moellmann <gerd@gnu.org> 4172000-04-28 Gerd Moellmann <gerd@gnu.org>
@@ -433,14 +437,14 @@
433 437
434 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert 438 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
435 nil. 439 nil.
436 440
437 * subr.el (add-minor-mode): Use `set' instead of `setq'. 441 * subr.el (add-minor-mode): Use `set' instead of `setq'.
438 442
439 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN 443 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
440 argument. 444 argument.
441 445
4422000-04-27 Sen Nagata <sen@eccosys.com> 4462000-04-27 Sen Nagata <sen@eccosys.com>
443 447
444 * emacs-lisp/crm.el (crm-completion-table): New variable. 448 * emacs-lisp/crm.el (crm-completion-table): New variable.
445 (crm-collection-fn, crm-test-completion) 449 (crm-collection-fn, crm-test-completion)
446 (completing-read-multiple): Use it. 450 (completing-read-multiple): Use it.