comparison lisp/ChangeLog @ 97263:e76de9fd17e3

* international/mule-cmds.el (read-char-by-name): Check UCS names with `assoc-string' and case folding.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 04 Aug 2008 13:35:02 +0000
parents fdf8e9052078
children 76ed169d532c
comparison
equal deleted inserted replaced
97262:fdf8e9052078 97263:e76de9fd17e3
1 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
2
3 * international/mule-cmds.el (read-char-by-name):
4 Check UCS names with `assoc-string' and case folding.
5
1 2008-08-04 Michael Albinus <michael.albinus@gmx.de> 6 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
2 7
3 * net/dbus.el (dbus-call-method-asynchronously) 8 * net/dbus.el (dbus-call-method-asynchronously)
4 (dbus-method-return-internal, dbus-method-error-internal): Declare 9 (dbus-method-return-internal, dbus-method-error-internal):
5 them with `declare-function'. 10 Declare them with `declare-function'.
6 11
7 2008-08-04 Juanma Barranquero <lekktu@gmail.com> 12 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
8 13
9 * descr-text.el (describe-char-display): Fix last change: 14 * descr-text.el (describe-char-display): Fix last change:
10 don't pass CHARSET to `encoded-string-description'. 15 don't pass CHARSET to `encoded-string-description'.
15 20
16 2008-08-02 Chong Yidong <cyd@stupidchicken.com> 21 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
17 22
18 * ido.el (ido-mode): Add toggle notification. 23 * ido.el (ido-mode): Add toggle notification.
19 24
20 * cus-edit.el (custom-save-all): Avoid destrying symlink if 25 * cus-edit.el (custom-save-all): Avoid destroying symlink if
21 already visiting the custom file. 26 already visiting the custom file.
22 27
23 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining 28 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
24 pending output coming after the status change. 29 pending output coming after the status change.
25 30