Mercurial > emacs
comparison lisp/ChangeLog @ 97218:2fdf2f16d0d4
Fix typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 01 Aug 2008 23:43:59 +0000 |
parents | 0a23e6d9e6ab |
children | 207edb1be70a |
comparison
equal
deleted
inserted
replaced
97217:f0079131098b | 97218:2fdf2f16d0d4 |
---|---|
8 * net/xesam.el (xesam-all-fields): Remove source and content | 8 * net/xesam.el (xesam-all-fields): Remove source and content |
9 identifiers. | 9 identifiers. |
10 (xesam-dbus-unique-names): New defvar. | 10 (xesam-dbus-unique-names): New defvar. |
11 (xesam-dbus-call-method): New defun. Replace all calls of | 11 (xesam-dbus-call-method): New defun. Replace all calls of |
12 `dbus-call-method' by `xesam-dbus-call-method'. | 12 `dbus-call-method' by `xesam-dbus-call-method'. |
13 (xesam-get-cached-property, xesam-set-cached-property): New | 13 (xesam-get-cached-property, xesam-set-cached-property): |
14 defuns. | 14 New defuns. |
15 (xesam-get-property, xesam-set-property, xesam-refresh-entry) | 15 (xesam-get-property, xesam-set-property, xesam-refresh-entry) |
16 (xesam-new-search, xesam-search): Apply | 16 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'. |
17 `xesam-get-cached-property'. | |
18 (xesam-search-engines): Make it an association list. Take changed | 17 (xesam-search-engines): Make it an association list. Take changed |
19 layout into account in the corresponding function. | 18 layout into account in the corresponding function. |
20 (xesam-delete-search-engine): Remove check for consistency of | 19 (xesam-delete-search-engine): Remove check for consistency of |
21 `xesam-search-engines', not needed anymore. | 20 `xesam-search-engines', not needed anymore. |
22 (xesam-mode): Show XML query string only in the debug case. | 21 (xesam-mode): Show XML query string only in the debug case. |
23 | 22 |
24 2008-07-31 Juanma Barranquero <lekktu@gmail.com> | 23 2008-07-31 Juanma Barranquero <lekktu@gmail.com> |
25 | 24 |
26 * files.el (read-file-modes): Fix tpo in docstring. | 25 * files.el (read-file-modes): Fix typo in docstring. |
27 | 26 |
28 2008-07-31 Chong Yidong <cyd@stupidchicken.com> | 27 2008-07-31 Chong Yidong <cyd@stupidchicken.com> |
29 | 28 |
30 * Makefile.in: Avoid maintainer warning for autogenerated unicode | 29 * Makefile.in: Avoid maintainer warning for autogenerated unicode |
31 files. | 30 files. |
35 (apropos-print-doc): Insert blank label button when searching for | 34 (apropos-print-doc): Insert blank label button when searching for |
36 a single type. | 35 a single type. |
37 | 36 |
38 * button.el (forward-button): Avoid infloop. | 37 * button.el (forward-button): Avoid infloop. |
39 | 38 |
40 * minibuffer.el (read-file-name-completion-ignore-case): Add | 39 * minibuffer.el (read-file-name-completion-ignore-case): |
41 cygwin to the list. | 40 Add cygwin to the list. |
42 | 41 |
43 2008-07-31 Sven Joachim <svenjoac@gmx.de> | 42 2008-07-31 Sven Joachim <svenjoac@gmx.de> |
44 | 43 |
45 * files.el (abbreviate-file-name): When replacing $HOME with ~, | 44 * files.el (abbreviate-file-name): When replacing $HOME with ~, |
46 turn off case-fold-search. | 45 turn off case-fold-search. |