Mercurial > emacs
comparison lisp/ChangeLog @ 28943:36fd90774cf7
(debug-ignored-errors): more errors to ignore.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Tue, 16 May 2000 16:24:25 +0000 |
parents | 7ba4cf5748e8 |
children | 39632cb551a0 |
comparison
equal
deleted
inserted
replaced
28942:7ba4cf5748e8 | 28943:36fd90774cf7 |
---|---|
1 2000-05-16 Sam Steingold <sds@gnu.org> | |
2 | |
3 * info.el (debug-ignored-errors): more errors to ignore. | |
4 | |
1 2000-05-16 Dave Love <fx@gnu.org> | 5 2000-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. |
4 (custom-variable-prompt): Test standard-value property, not | 8 (custom-variable-prompt): Test standard-value property, not |
5 user-variable-p. | 9 user-variable-p. |
60 (help-xref-following): New variable. | 64 (help-xref-following): New variable. |
61 (help-make-xrefs): Use it. | 65 (help-make-xrefs): Use it. |
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. |
69 | 73 |
70 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el | 74 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
186 | 190 |
187 * time.el (display-time-mail-icon): Use `:ascent center'. | 191 * time.el (display-time-mail-icon): Use `:ascent center'. |
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 |
192 2000-05-11 Dave Love <fx@gnu.org> | 196 2000-05-11 Dave Love <fx@gnu.org> |
193 | 197 |
194 * calendar/todo-mode.el: New file. | 198 * calendar/todo-mode.el: New file. |
195 | 199 |
196 2000-05-11 Gerd Moellmann <gerd@gnu.org> | 200 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
197 | 201 |
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 |
205 * subr.el (substitute-key-definition): Add comment describing | 209 * subr.el (substitute-key-definition): Add comment describing |
206 the meaning of PREFIX. | 210 the meaning of PREFIX. |
334 | 338 |
335 * make-mode.el (makefile-mode-abbrev-table): New variable. | 339 * make-mode.el (makefile-mode-abbrev-table): New variable. |
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 |
343 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from | 347 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
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 |
348 2000-05-03 Kenichi Handa <handa@etl.go.jp> | 352 2000-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. |
351 | 355 |
352 2000-05-02 Gerd Moellmann <gerd@gnu.org> | 356 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
353 | 357 |
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. |
362 | 366 |
363 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | 367 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> |
385 | 389 |
386 * startup.el (normal-top-level): Put a condition-case around | 390 * startup.el (normal-top-level): Put a condition-case around |
387 the code loading subdirs.el. | 391 the code loading subdirs.el. |
388 | 392 |
389 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 393 2000-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). |
394 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | 398 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) |
395 (ps-face-attribute-list, ps-plot-with-face): Code fix. | 399 (ps-face-attribute-list, ps-plot-with-face): Code fix. |
405 * files.el (make-auto-save-file-name): | 409 * files.el (make-auto-save-file-name): |
406 Apply auto-save-file-name-transforms to visited file name | 410 Apply auto-save-file-name-transforms to visited file name |
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 |
413 2000-04-28 Gerd Moellmann <gerd@gnu.org> | 417 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
414 | 418 |
415 * subr.el (add-minor-mode): Rewritten. | 419 * subr.el (add-minor-mode): Rewritten. |
431 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | 435 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in |
432 mh-etc, too. | 436 mh-etc, too. |
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 |
442 2000-04-27 Sen Nagata <sen@eccosys.com> | 446 2000-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. |
447 | 451 |
448 2000-04-27 Dave Love <fx@gnu.org> | 452 2000-04-27 Dave Love <fx@gnu.org> |