comparison lisp/ChangeLog @ 76649:6faaecee918b

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 21 Mar 2007 12:07:40 +0000
parents a91fecca26d3
children 4a84a019a748 738ce3540ffb c0409ee15cee
comparison
equal deleted inserted replaced
76648:ab479de41b29 76649:6faaecee918b
1 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
2
3 * server.el (server-process-filter): Cancel any pending isearch.
4
1 2007-03-21 Ulf Jasper <ulf.jasper@web.de> 5 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
2 6
3 * calendar/icalendar.el (icalendar-version): Increase to 0.15. 7 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
4 (icalendar--get-unfolded-buffer): Define actual arguments rather 8 (icalendar--get-unfolded-buffer): Define actual arguments rather
5 than just using &rest. Check replace-in-string is fbound. 9 than just using &rest. Check replace-in-string is fbound.
6 (icalendar-import-buffer): Doc fix. 10 (icalendar-import-buffer): Doc fix.
7 (icalendar--convert-ical-to-diary): Set diary-file. Check 11 (icalendar--convert-ical-to-diary): Set diary-file.
8 diary-file before inserting final newline. 12 Check diary-file before inserting final newline.
9 (icalendar--add-diary-entry): Return diary-file. 13 (icalendar--add-diary-entry): Return diary-file.
10 14
11 2007-03-21 Glenn Morris <rgm@gnu.org> 15 2007-03-21 Glenn Morris <rgm@gnu.org>
12 16
13 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it. 17 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
14 (diary-display-hook): Add custom :set function. 18 (diary-display-hook): Add custom :set function.
15 19
16 * calendar/diary-lib.el (diary-header-line-flag): Doc fix. Add 20 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
17 custom :set function. 21 Add custom :set function.
18 (diary-header-line-format): Doc fix. 22 (diary-header-line-format): Doc fix.
19 (diary-set-maybe-redraw): New function. 23 (diary-set-maybe-redraw): New function.
20 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw. 24 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
21 (diary-list-entries): Always run diary-mode. 25 (diary-list-entries): Always run diary-mode.
22 26
60 2007-03-19 Chong Yidong <cyd@stupidchicken.com> 64 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
61 65
62 * faces.el (momentary): Face removed; unused due to reversion of 66 * faces.el (momentary): Face removed; unused due to reversion of
63 2007-01-04 changes by Kevin Rodgers. 67 2007-01-04 changes by Kevin Rodgers.
64 68
65 * mouse.el (mouse-drag-track): Remove spurious input-pending-p 69 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
66 test. Suggested by Johan Bockg,Ae(Brd. 70 Suggested by Johan Bockg,Ae(Brd.
67 71
68 2007-03-19 Martin Rudalics <rudalics@gmx.at> 72 2007-03-19 Martin Rudalics <rudalics@gmx.at>
69 73
70 * font-lock.el (lisp-font-lock-keywords-1): Highlight 74 * font-lock.el (lisp-font-lock-keywords-1): Highlight
71 define-globalized-minor-mode as a keyword. 75 define-globalized-minor-mode as a keyword.