comparison lisp/ChangeLog @ 96758:4962b860277b

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Thu, 17 Jul 2008 02:36:16 +0000
parents 6324143ae3f0
children b056a93eb26f
comparison
equal deleted inserted replaced
96757:18b856a0216f 96758:4962b860277b
1 2008-07-17 Glenn Morris <rgm@gnu.org>
2
3 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
4 (ns-handle-numeric-switch): Just call ns-handle-switch.
5 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
6 (ns-handle-args): Simplify using `pop'.
7 (ns-display-name): Define (used in frame.el).
8 (menu-bar-select-frame): Add (ignored) arg to more closely match the
9 original definition.
10 (ns-perform-service): Declare.
11 (ns-save-preferences): Use fewer `let's.
12
13 * frame.el (ns-display-name): Declare for compiler.
14
1 2008-07-17 Kenichi Handa <handa@m17n.org> 15 2008-07-17 Kenichi Handa <handa@m17n.org>
2 16
3 * descr-text.el (describe-char-unidata-list): Initialize to the 17 * descr-text.el (describe-char-unidata-list): Initialize to the
4 list of name, general-category, decomposition, and old-name. 18 list of name, general-category, decomposition, and old-name.
5 19