aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-08-27 08:16:42 +0000
committerGlenn Morris2007-08-27 08:16:42 +0000
commit9005667b3381a785759a996e00fb1acfd126eecc (patch)
treec71ba02f561efdff15d9c75e59866ac59e0f13fc
parented1cc5a75f0f8be941f23e48b781c8590c274662 (diff)
downloademacs-9005667b3381a785759a996e00fb1acfd126eecc.tar.gz
emacs-9005667b3381a785759a996e00fb1acfd126eecc.zip
Further simplification pending merge to trunk.
-rw-r--r--lisp/ChangeLog.multi-tty87
1 files changed, 28 insertions, 59 deletions
diff --git a/lisp/ChangeLog.multi-tty b/lisp/ChangeLog.multi-tty
index 2cccf4a3c77..cac15f04b84 100644
--- a/lisp/ChangeLog.multi-tty
+++ b/lisp/ChangeLog.multi-tty
@@ -1,9 +1,12 @@
10000-00-00 Karoly Lorentey <lorentey@elte.hu> 10000-00-00 Juri Linkov <juri@jurta.org>
2 2
3 * ldefs-boot.el: Update. 3 * loadup.el: Add "button" loading after "faces" and move "startup"
4 to load after "button".
4 5
50000-00-00 Dan Nicolaescu <dann@ics.uci.edu> 60000-00-00 Dan Nicolaescu <dann@ics.uci.edu>
6 7
8 * loadup.el: Load term/mac-win on a Mac using Carbon.
9
7 * term/mac-win.el: Provide mac-win. 10 * term/mac-win.el: Provide mac-win.
8 (mac-initialized): New variable. 11 (mac-initialized): New variable.
9 (mac-initialize-window-system): New function. Move global setup 12 (mac-initialize-window-system): New function. Move global setup
@@ -17,6 +20,9 @@
17 20
180000-00-00 Jason Rumney <jasonr@gnu.org> 210000-00-00 Jason Rumney <jasonr@gnu.org>
19 22
23 * loadup.el: Only load term/x-win when X is compiled in.
24 Load term/w32-win and dependencies on windows-nt.
25
20 * term/w32-win.el: Reorder to match x-win.el more closely. 26 * term/w32-win.el: Reorder to match x-win.el more closely.
21 Provide w32-win. Don't throw error when global window-system not 27 Provide w32-win. Don't throw error when global window-system not
22 w32. 28 w32.
@@ -33,32 +39,10 @@
33 (handle-args-function-alist, frame-creation-function-alist): 39 (handle-args-function-alist, frame-creation-function-alist):
34 (window-system-initialization-alist): Add w32 entries. 40 (window-system-initialization-alist): Add w32 entries.
35 41
360000-00-00 Juri Linkov <juri@jurta.org>
37
38 * loadup.el: Add "button" loading after "faces" and move "startup"
39 to load after "button".
40
410000-00-00 Dan Nicolaescu <dann@ics.uci.edu>
42
43 * loadup.el: Load mac-win on a Mac. Avoid loading both x-win and
44 mac-win.
45
460000-00-00 Jason Rumney <jasonr@gnu.org>
47
48 * loadup.el: Only load x-dnd and x-win when X is compiled in.
49 Load w32-win and dependencies on windows-nt.
50
510000-00-00 Karoly Lorentey <lorentey@elte.hu> 420000-00-00 Karoly Lorentey <lorentey@elte.hu>
52 43
53 * loadup.el: Delay loading env; mule-conf gets confused by cl 44 * loadup.el: Delay loading env; mule-conf gets confused by cl
54 during bootstrap. Load termdev as well. Reorganize order of 45 during bootstrap. Also load termdev and term/x-win.
55 loading x-dnd, term/x-win and dnd.
56
570000-00-00 Juanma Barranquero <lekktu@gmail.com>
58
59 * server.el (server-process-filter): Fix typo in docstring.
60
610000-00-00 Karoly Lorentey <lorentey@elte.hu>
62 46
63 * talk.el (talk): New function. 47 * talk.el (talk): New function.
64 (talk-handle-delete-frame): New function. 48 (talk-handle-delete-frame): New function.
@@ -96,7 +80,8 @@
96 80
97 * international/encoded-kb.el (saved-input-mode): Delete variable. 81 * international/encoded-kb.el (saved-input-mode): Delete variable.
98 (encoded-kbd-setup-display): Store the saved input method as a terminal 82 (encoded-kbd-setup-display): Store the saved input method as a terminal
99 parameter. Add keymap parameter. Use it instead of changing key-translation-map directly. 83 parameter. Add keymap parameter. Use it instead of changing
84 key-translation-map directly.
100 85
101 * international/mule.el (keyboard-coding-system): Test for 86 * international/mule.el (keyboard-coding-system): Test for
102 encoded-kbd-setup-display, not encoded-kbd-mode. 87 encoded-kbd-setup-display, not encoded-kbd-mode.
@@ -117,33 +102,18 @@
117 (x-initialize-window-system): Make a copy of pure list. Pass a 102 (x-initialize-window-system): Make a copy of pure list. Pass a
118 frame getenv. 103 frame getenv.
119 104
120 * term/vt200.el: Use terminal-local binding of 105 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
106 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
107 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
108 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
109 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
121 local-function-key-map instead of function-key-map. 110 local-function-key-map instead of function-key-map.
122 * term/vt201.el: Ditto. 111
123 * term/vt220.el: Ditto. 112 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
124 * term/vt240.el: Ditto.
125 * term/vt300.el: Ditto.
126 * term/vt320.el: Ditto.
127 * term/vt400.el: Ditto.
128 * term/vt420.el: Ditto.
129 * term/AT386.el: Ditto.
130 * term/internal.el: Ditto.
131 * term/iris-ansi.el: Ditto.
132 * term/lk201.el: Ditto.
133 * term/mac-win.el: Ditto.
134 * term/news.el: Ditto.
135 * term/rxvt.el: Ditto.
136 * term/sun.el: Ditto.
137 * term/tvi970.el: Ditto.
138 * term/wyse50.el: Ditto.
139 * term/lk201.el: Ditto.
140
141 * term/xterm.el: Speed up load time by protecting
142 `substitute-key-definition' and `define-key' calls against 113 `substitute-key-definition' and `define-key' calls against
143 multiple execution. Use terminal-local binding of 114 multiple execution. Use terminal-local binding of
144 local-function-key-map instead of function-key-map. Pass a frame 115 local-function-key-map instead of function-key-map. Pass a frame
145 to getenv. 116 to getenv.
146 * term/rxvt.el: Ditto.
147 117
148 * subr.el (with-selected-frame): New function. 118 * subr.el (with-selected-frame): New function.
149 (read-quoted-char): Use terminal-local binding of 119 (read-quoted-char): Use terminal-local binding of
@@ -313,26 +283,25 @@
313 (server-tty-live-p, server-handle-delete-tty): Remove. 283 (server-tty-live-p, server-handle-delete-tty): Remove.
314 (server-unquote-arg, server-quote-arg,server-buffer-clients): 284 (server-unquote-arg, server-quote-arg,server-buffer-clients):
315 Update docs. 285 Update docs.
316 (server-getenv-from) 286 (server-getenv-from, server-with-environment,server-send-string)
317 (server-with-environment,server-send-string,server-save-buffers-kill-terminal): 287 (server-save-buffers-kill-terminal): New functions.
318 New functions.
319 (server-delete-client): Handle quits in kill-buffer. Don't kill 288 (server-delete-client): Handle quits in kill-buffer. Don't kill
320 modified buffers. Add extra logging. 289 modified buffers. Add extra logging.
321 (server-visit-files): Don't set `server-existing-buffer' if the 290 (server-visit-files): Don't set `server-existing-buffer' if the
322 buffer already has other clients. Return list of buffers 291 buffer already has other clients. Return list of buffers
323 created. Update doc. Don't set client-record when nowait. 292 created. Update doc. Don't set client-record when nowait.
324 (server-delete-client): Delete frames after deleting the tty. 293 (server-delete-client): Delete frames after deleting the tty.
325 Clear 'client parameter before deleting a frame. Use 294 Clear 'client parameter before deleting a frame. Use
326 delete-display, not delete-tty. 295 delete-display, not delete-tty.
327 (server-handle-delete-frame): Delete the client if this was its 296 (server-handle-delete-frame): Delete the client if this was its
328 last frame. Check that the frame is alive.. Remove bogus comment. 297 last frame. Check that the frame is alive. Remove bogus comment.
329 Add note on possible race condition. Delete tty clients, if 298 Add note on possible race condition. Delete tty clients, if
330 needed. 299 needed.
331 (server-handle-suspend-tty): Use server-send-string. 300 (server-handle-suspend-tty): Use server-send-string.
332 (server-unload-hook): Removed obsolete delete-tty 301 (server-unload-hook): Remove obsolete delete-tty
333 hook. 302 hook.
334 (server-start): Ask before restarting if the old server still has 303 (server-start): Ask before restarting if the old server still has
335 clients. Added feedback messages. Removed obsolete delete-tty 304 clients. Add feedback messages. Remove obsolete delete-tty
336 hook. 305 hook.
337 (server-handle-suspend-tty): Kill the client in case of errors 306 (server-handle-suspend-tty): Kill the client in case of errors
338 from process-send-string. Use the display parameter. 307 from process-send-string. Use the display parameter.
@@ -363,11 +332,11 @@
363 them buried under others. Set the display parameter, and use it 332 them buried under others. Set the display parameter, and use it
364 when appropriate. 333 when appropriate.
365 334
366 * ebuff-menu.el (electric-buffer-menu-mode-map): Bind C-z to 335 * ebrowse.el (ebrowse-electric-list-mode-map)
336 (ebrowse-electric-position-mode-map):
337 * ebuff-menu.el (electric-buffer-menu-mode-map):
338 * echistory.el (electric-history-map): Bind C-z to
367 `suspend-frame', not `suspend-emacs'. 339 `suspend-frame', not `suspend-emacs'.
368 * echistory.el (electric-history-map): Ditto.
369 * ebrowse.el (ebrowse-electric-list-mode-map): Ditto.
370 * ebrowse.el (ebrowse-electric-position-mode-map): Ditto.
371 340
372 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment' 341 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
373 and `with-selected-frame'. 342 and `with-selected-frame'.