diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0ae22128fe1..acb3e5c3a99 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,14 @@ | |||
| 1 | 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * server.el (server-select-display): Use a dummy buffer to detect when | ||
| 4 | the frame is later used. | ||
| 5 | (server-select-display): New function. | ||
| 6 | (server-process-filter): Use it to detect unused temp frames. | ||
| 7 | |||
| 1 | 2006-10-29 Stephen Leake <stephen_leake@stephe_leake.org> | 8 | 2006-10-29 Stephen Leake <stephen_leake@stephe_leake.org> |
| 2 | 9 | ||
| 3 | * progmodes/ada-mode.el: Change maintainer, apply | 10 | * progmodes/ada-mode.el: Change maintainer, apply |
| 4 | whitespace-clean, checkdoc. Minor improvements to many doc | 11 | whitespace-clean, checkdoc. Minor improvements to many doc strings. |
| 5 | strings. | ||
| 6 | (ada-mode-version): New function. | 12 | (ada-mode-version): New function. |
| 7 | (ada-create-menu): Menu operations are available for all supported | 13 | (ada-create-menu): Menu operations are available for all supported |
| 8 | compilers. | 14 | compilers. |
| @@ -18,8 +24,7 @@ | |||
| 18 | 24 | ||
| 19 | * calendar/calendar.el (cal-html-cursor-month) | 25 | * calendar/calendar.el (cal-html-cursor-month) |
| 20 | (cal-html-cursor-year): Add autoloads for this new package. | 26 | (cal-html-cursor-year): Add autoloads for this new package. |
| 21 | (calendar-mode-map): Bind cal-html-cursor-month, | 27 | (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year. |
| 22 | cal-html-cursor-year. | ||
| 23 | 28 | ||
| 24 | 2006-10-28 Anna Bigatti <bigatti@dima.unige.it> | 29 | 2006-10-28 Anna Bigatti <bigatti@dima.unige.it> |
| 25 | 30 | ||