Mercurial > emacs
comparison lisp/ChangeLog @ 37048:92d84a200c07
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 29 Mar 2001 00:29:04 +0000 |
parents | 143cd6022de2 |
children | 9131cdd6fa7f |
comparison
equal
deleted
inserted
replaced
37047:143cd6022de2 | 37048:92d84a200c07 |
---|---|
20 (flyspell-maybe-correct-transposition) | 20 (flyspell-maybe-correct-transposition) |
21 (flyspell-maybe-correct-doubling): Use a temporary buffer | 21 (flyspell-maybe-correct-doubling): Use a temporary buffer |
22 | 22 |
23 * textmodes/ispell.el (ispell-parse-output): Doc fix. | 23 * textmodes/ispell.el (ispell-parse-output): Doc fix. |
24 | 24 |
25 * emacs-lisp/byte-opt.el (byte-optimize-while) | 25 * emacs-lisp/byte-opt.el (byte-optimize-while) |
26 (byte-optimize-form-code-walker): Diagnose too few arguments | 26 (byte-optimize-form-code-walker): Diagnose too few arguments |
27 for `if' and `while'. | 27 for `if' and `while'. |
28 | 28 |
29 2001-03-26 Kenichi Handa <handa@etl.go.jp> | 29 2001-03-26 Kenichi Handa <handa@etl.go.jp> |
30 | 30 |
31 * international/titdic-cnv.el (quail-cxterm-package-ext-info): | 31 * international/titdic-cnv.el (quail-cxterm-package-ext-info): |
32 Prepend `\' to "\<quail-translation-docstring>". | 32 Prepend `\' to "\<quail-translation-docstring>". |
33 | 33 |
34 2001-03-26 Gerd Moellmann <gerd@gnu.org> | 34 2001-03-26 Gerd Moellmann <gerd@gnu.org> |
35 | 35 |
36 * autorevert.el (global-auto-revert-non-file-buffers): Remove | 36 * autorevert.el (global-auto-revert-non-file-buffers): |
37 duplicate defcustom. | 37 Remove duplicate defcustom. |
38 | 38 |
39 2001-03-26 Miles Bader <miles@gnu.org> | 39 2001-03-26 Miles Bader <miles@gnu.org> |
40 | 40 |
41 * international/latin1-disp.el (latin1-char-displayable-p): Add | 41 * international/latin1-disp.el (latin1-char-displayable-p): |
42 leading "-" for X font pattern. | 42 Add leading "-" for X font pattern. |
43 | 43 |
44 2001-03-26 Kenichi Handa <handa@etl.go.jp> | 44 2001-03-26 Kenichi Handa <handa@etl.go.jp> |
45 | 45 |
46 * international/mule-diag.el (describe-coding-system): For | 46 * international/mule-diag.el (describe-coding-system): |
47 raw-text and emacs-mule, don't add anymore text about what | 47 For raw-text and emacs-mule, don't add anymore text about what |
48 charsets they can encode. | 48 charsets they can encode. |
49 | 49 |
50 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il> | 50 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il> |
51 | 51 |
52 * help.el (view-lossage): Mention open-dribble-file in the doc | 52 * help.el (view-lossage): Mention open-dribble-file in the doc |
445 2001-03-21 Paul Eggert <eggert@twinsun.com> | 445 2001-03-21 Paul Eggert <eggert@twinsun.com> |
446 | 446 |
447 * international/mule-cmds.el (set-locale-environment): | 447 * international/mule-cmds.el (set-locale-environment): |
448 Set system-messages-locale and system-time-locale, but only if the | 448 Set system-messages-locale and system-time-locale, but only if the |
449 caller specifies a non-nil locale name. | 449 caller specifies a non-nil locale name. |
450 <<<<<<< ChangeLog | |
451 | 450 |
452 2001-03-20 John Wiegley <johnw@gnu.org> | 451 2001-03-20 John Wiegley <johnw@gnu.org> |
453 | 452 |
454 * calendar/calendar.el (nongregorian-diary-listing-hook): | 453 * calendar/calendar.el (nongregorian-diary-listing-hook): |
455 Added :options to cover the possible values. | 454 Added :options to cover the possible values. |
456 (nongregorian-diary-marking-hook): Ditto. | 455 (nongregorian-diary-marking-hook): Ditto. |
457 ======= | 456 |
458 >>>>>>> 1.2177 | |
459 | |
460 <<<<<<< ChangeLog | |
461 * cal-bahai.el, cal-menu.el, calendar.el, diary-lib.el, | 457 * cal-bahai.el, cal-menu.el, calendar.el, diary-lib.el, |
462 * holidays.el: Added support for the Baha'i calendar system. | 458 * holidays.el: Added support for the Baha'i calendar system. |
463 ======= | 459 |
464 2001-03-20 Gerd Moellmann <gerd@gnu.org> | 460 2001-03-20 Gerd Moellmann <gerd@gnu.org> |
465 >>>>>>> 1.2177 | |
466 | 461 |
467 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause | 462 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause |
468 problems for the interpreter. From: John Wiegley <johnw@gnu.org> | 463 problems for the interpreter. From: John Wiegley <johnw@gnu.org> |
469 | 464 |
470 2001-03-20 Gerd Moellmann <gerd@gnu.org> | 465 2001-03-20 Gerd Moellmann <gerd@gnu.org> |