aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2006-10-30 07:29:37 +0000
committerStefan Monnier2006-10-30 07:29:37 +0000
commit7acc677bf15db317dcf09cfb003face4fdcd2c4e (patch)
tree255d682faeac955a719687df8e095b14d22aeb1c /lisp/ChangeLog
parent4da0d3f79497d682853fbe9ccb4390092b9e202d (diff)
downloademacs-7acc677bf15db317dcf09cfb003face4fdcd2c4e.tar.gz
emacs-7acc677bf15db317dcf09cfb003face4fdcd2c4e.zip
(server-select-display): Use a dummy buffer to detect when
the frame is later used. (server-select-display): New function. (server-process-filter): Use it to detect unused temp frames.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
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 @@
12006-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
12006-10-29 Stephen Leake <stephen_leake@stephe_leake.org> 82006-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
242006-10-28 Anna Bigatti <bigatti@dima.unige.it> 292006-10-28 Anna Bigatti <bigatti@dima.unige.it>
25 30