Mercurial > emacs
comparison lisp/ChangeLog @ 88043:e5e78e681967
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 27 Jan 2008 22:47:58 +0000 |
parents | 0d96788fea72 |
children | c3209403990d |
comparison
equal
deleted
inserted
replaced
88042:1da8bfe80e01 | 88043:e5e78e681967 |
---|---|
1 2008-01-27 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * server.el (server-log-time-function): Doc fix. | |
4 (server-buffer): Fix typo in docstring. | |
5 | |
1 2008-01-27 Martin Rudalics <rudalics@gmx.at> | 6 2008-01-27 Martin Rudalics <rudalics@gmx.at> |
2 | 7 |
3 * view.el (view-buffer): Explain in doc-string why exit-action | 8 * view.el (view-buffer): Explain in doc-string why exit-action |
4 should not be set to kill-buffer. | 9 should not be set to kill-buffer. |
5 | 10 |
14 (change-log-find-file): Fix typo. | 19 (change-log-find-file): Fix typo. |
15 (change-log-start-entry-re): Move definition earlier. | 20 (change-log-start-entry-re): Move definition earlier. |
16 | 21 |
17 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org> | 22 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org> |
18 | 23 |
19 * add-log.el (change-log-search-file-name, change-log-find-file): | 24 * add-log.el (change-log-search-file-name, change-log-find-file): |
20 New function. | 25 New function. |
21 (change-log-font-lock-keywords): Move file name matching ... | 26 (change-log-font-lock-keywords): Move file name matching ... |
22 (change-log-file-names-re): ... here. New defconst. | 27 (change-log-file-names-re): ... here. New defconst. |
23 (change-log-mode-map): New binding C-c C-f to change-log-find-file. | 28 (change-log-mode-map): New binding C-c C-f to change-log-find-file. |
24 | 29 |
25 2008-01-27 Alan Mackenzie <acm@muc.de> | 30 2008-01-27 Alan Mackenzie <acm@muc.de> |
26 | 31 |
27 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos, | 32 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos, |
28 enhance comments. | 33 enhance comments. |
39 * server.el (server-process-filter): Check for non-nil before | 44 * server.el (server-process-filter): Check for non-nil before |
40 calling file-directory-p. | 45 calling file-directory-p. |
41 | 46 |
42 2008-01-27 Alan Mackenzie <acm@muc.de> | 47 2008-01-27 Alan Mackenzie <acm@muc.de> |
43 | 48 |
44 * progmodes/cc-vars.el (c-hanging-braces-alist): new element for | 49 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for |
45 arglist-cont-nonempty. | 50 arglist-cont-nonempty. |
46 | 51 |
47 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines | 52 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines |
48 for a brace with syntax arglist-cont-nonempty. | 53 for a brace with syntax arglist-cont-nonempty. |
49 | 54 |