Mercurial > emacs
comparison lisp/ChangeLog @ 58814:8cf051896b6b
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 07 Dec 2004 05:01:55 +0000 |
parents | 6e9341215026 |
children | 65524aee640f |
comparison
equal
deleted
inserted
replaced
58813:8d1a39cde5e3 | 58814:8cf051896b6b |
---|---|
1 2004-12-06 Stefan <monnier@iro.umontreal.ca> | |
2 | |
3 * font-lock.el (font-lock-unfontify-region): Save buffer state. | |
4 (font-lock-default-unfontify-region): Dont' save buffer state any more. | |
5 | |
1 2004-12-07 Jay Belanger <belanger@truman.edu> | 6 2004-12-07 Jay Belanger <belanger@truman.edu> |
2 | 7 |
3 * calc/calc-help.el (calc-describe-key): | 8 * calc/calc-help.el (calc-describe-key): |
4 Set calc-summary-indentation even when Calc Summary buffer exists. | 9 Set calc-summary-indentation even when Calc Summary buffer exists. |
5 | 10 |
6 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk> | 11 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk> |
7 | 12 |
8 * calendar/holidays.el (holiday-easter-etc): Make arguments | 13 * calendar/holidays.el (holiday-easter-etc): Make arguments |
9 optional for backwards compatability. Doc fix. Remove | 14 optional for backwards compatability. Doc fix. |
10 un-necessary local vars mandatory, output-list. | 15 Remove un-necessary local vars mandatory, output-list. |
11 (holiday-advent): Make arguments optional for backwards | 16 (holiday-advent): Make arguments optional for backwards |
12 compatability. Doc fix. | 17 compatability. Doc fix. |
13 | 18 |
14 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca> | 19 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca> |
15 | 20 |
39 * ldefs-boot.el: Update international/mule-util.el section. | 44 * ldefs-boot.el: Update international/mule-util.el section. |
40 | 45 |
41 2004-12-05 Sam Steingold <sds@gnu.org> | 46 2004-12-05 Sam Steingold <sds@gnu.org> |
42 | 47 |
43 * net/tramp.el (tramp-handle-file-accessible-directory-p): | 48 * net/tramp.el (tramp-handle-file-accessible-directory-p): |
44 Fix `tramp-time-diff' comparison logic | 49 Fix `tramp-time-diff' comparison logic. |
45 | 50 |
46 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net> | 51 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net> |
47 | 52 |
48 * progmodes/which-func.el (which-function): | 53 * progmodes/which-func.el (which-function): |
49 Use `run-hook-with-args-until-success' instead of a custom loop. | 54 Use `run-hook-with-args-until-success' instead of a custom loop. |