Mercurial > emacs
comparison lisp/ChangeLog @ 73582:b10ad78a3492
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 31 Oct 2006 11:07:10 +0000 |
parents | b75267a9d032 |
children | 65d9fbabd719 |
comparison
equal
deleted
inserted
replaced
73581:b75267a9d032 | 73582:b10ad78a3492 |
---|---|
1 2006-10-31 Ramprasad B <ramprasad@gnu.org> | 1 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change) |
2 | 2 |
3 * lisp/faces.el: Installed describe-face sample text of | 3 * lisp/faces.el (faces-sample-overlay): New defvar. |
4 `yoni-r@actcom.com: etc/TODO item: describe-face sample text'. | 4 (faces-sample-overlay): New function to show face sample text. |
5 (describe-face): Use it. | |
5 | 6 |
6 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org> | 7 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org> |
7 | 8 |
8 * progmodes/ada-stmt.el: Change maintainer, apply | 9 * progmodes/ada-stmt.el: Change maintainer, apply |
9 whitespace-cleanup, checkdoc. | 10 whitespace-cleanup, checkdoc. |
23 2006-10-31 Juanma Barranquero <lekktu@gmail.com> | 24 2006-10-31 Juanma Barranquero <lekktu@gmail.com> |
24 | 25 |
25 * server.el: Add support for TCP sockets. | 26 * server.el: Add support for TCP sockets. |
26 (server-use-tcp, server-host, server-auth-dir): New options. | 27 (server-use-tcp, server-host, server-auth-dir): New options. |
27 (server-auth-key): New variable. | 28 (server-auth-key): New variable. |
28 (server-ensure-safe-dir): Create nonexistent parent dirs. Ignore | 29 (server-ensure-safe-dir): Create nonexistent parent dirs. |
29 Unix-style file modes on Windows. | 30 Ignore Unix-style file modes on Windows. |
30 (server-start): Crete a TCP or Unix socket according to the value | 31 (server-start): Crete a TCP or Unix socket according to the value |
31 of `server-use-tcp'. For TCP sockets, create the id/auth file in | 32 of `server-use-tcp'. For TCP sockets, create the id/auth file in |
32 `server-auth-dir' directory. | 33 `server-auth-dir' directory. |
33 (server-process-filter): Delete process if authentication | 34 (server-process-filter): Delete process if authentication |
34 fails (which never happens for Unix sockets). | 35 fails (which never happens for Unix sockets). |
79 (ada-mode-version): New function. | 80 (ada-mode-version): New function. |
80 (ada-create-menu): Menu operations are available for all supported | 81 (ada-create-menu): Menu operations are available for all supported |
81 compilers. | 82 compilers. |
82 | 83 |
83 2006-10-29 Lars Hansen <larsh@soem.dk> | 84 2006-10-29 Lars Hansen <larsh@soem.dk> |
84 * net/tramp.el (with-parsed-tramp-file-name): Correct debug | 85 |
85 spec. Highlight as keyword. | 86 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec. |
87 Highlight as keyword. | |
86 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists. | 88 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists. |
87 Don't call tramp-method-out-of-band-p for local files. | 89 Don't call tramp-method-out-of-band-p for local files. |
88 (tramp-touch): Quote file name. | 90 (tramp-touch): Quote file name. |
89 | 91 |
90 2006-10-28 Glenn Morris <rgm@gnu.org> | 92 2006-10-28 Glenn Morris <rgm@gnu.org> |