Mercurial > emacs
comparison lisp/ChangeLog @ 97181:d4e518422a97
* files.el (read-file-modes): Fix tpo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 31 Jul 2008 21:35:59 +0000 |
parents | 179290bc0896 |
children | ad5b18811831 |
comparison
equal
deleted
inserted
replaced
97180:3b02590c0c04 | 97181:d4e518422a97 |
---|---|
1 2008-07-31 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * files.el (read-file-modes): Fix tpo in docstring. | |
4 | |
1 2008-07-31 Chong Yidong <cyd@stupidchicken.com> | 5 2008-07-31 Chong Yidong <cyd@stupidchicken.com> |
2 | 6 |
3 * minibuffer.el (read-file-name-completion-ignore-case): Add | 7 * minibuffer.el (read-file-name-completion-ignore-case): |
4 cygwin to the list. | 8 Add cygwin to the list. |
5 | 9 |
6 2008-07-31 Sven Joachim <svenjoac@gmx.de> | 10 2008-07-31 Sven Joachim <svenjoac@gmx.de> |
7 | 11 |
8 * files.el (abbreviate-file-name): When replacing $HOME with ~, | 12 * files.el (abbreviate-file-name): When replacing $HOME with ~, |
9 turn off case-fold-search. | 13 turn off case-fold-search. |
16 (dbus-message-type-signal): New defconst. | 20 (dbus-message-type-signal): New defconst. |
17 (dbus-ignore-errors): Fix `edebug-form-spec' property. | 21 (dbus-ignore-errors): Fix `edebug-form-spec' property. |
18 (dbus-return-values-table): New defvar. | 22 (dbus-return-values-table): New defvar. |
19 (dbus-call-method-non-blocking-handler, dbus-event-message-type): | 23 (dbus-call-method-non-blocking-handler, dbus-event-message-type): |
20 New defun. | 24 New defun. |
21 (dbus-check-event, dbus-handle-event, dbus-event-serial-number, ): | 25 (dbus-check-event, dbus-handle-event, dbus-event-serial-number): |
22 Extend docstring. Adapt implementation according to new | 26 Extend docstring. Adapt implementation according to new |
23 `dbus-event' layout. | 27 `dbus-event' layout. |
24 (dbus-event-service-name, dbus-event-path-name) | 28 (dbus-event-service-name, dbus-event-path-name) |
25 (dbus-event-interface-name, dbus-event-member-name): Adapt | 29 (dbus-event-interface-name, dbus-event-member-name): Adapt |
26 implementation according to new `dbus-event' layout. | 30 implementation according to new `dbus-event' layout. |
27 (dbus-set-property): Correct `dbus-introspect-get-attribute' call. | 31 (dbus-set-property): Correct `dbus-introspect-get-attribute' call. |
28 | 32 |
29 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New | 33 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar. |
30 defvar. | |
31 (xesam-mode): Rework implementation. | 34 (xesam-mode): Rework implementation. |
32 (xesam-new-search): Additional parameter TYPE. | 35 (xesam-new-search): Additional parameter TYPE. |
33 (xesam-search): Adapt call of `xesam-new-search'. | 36 (xesam-search): Adapt call of `xesam-new-search'. |
34 | 37 |
35 2008-07-31 Juri Linkov <juri@jurta.org> | 38 2008-07-31 Juri Linkov <juri@jurta.org> |
229 tasks, as well as extern declarations of tasks for indenting and | 232 tasks, as well as extern declarations of tasks for indenting and |
230 for foward/backward expression. | 233 for foward/backward expression. |
231 | 234 |
232 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org> | 235 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org> |
233 | 236 |
234 * verilog-mode (verilog-read-decls): Allow AUTORESET to work with | 237 * verilog-mode (verilog-read-decls): Allow AUTORESET to work with |
235 SV 'logic' signals. [Julian Gorfajn] | 238 SV 'logic' signals. [Julian Gorfajn] |
236 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable. | 239 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable. |
237 (verilog-string-replace-matches): Avoid recursion with small | 240 (verilog-string-replace-matches): Avoid recursion with small |
238 replacements. | 241 replacements. |
239 (verilog-auto-inst-param-value, verilog-mode-version) | 242 (verilog-auto-inst-param-value, verilog-mode-version) |