comparison lisp/ChangeLog @ 70498:d62ec265c5ad

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sun, 07 May 2006 08:07:48 +0000
parents a0f85c984423
children 974c45d6c4eb
comparison
equal deleted inserted replaced
70497:137f643c3fc0 70498:d62ec265c5ad
1 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
4 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
5 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
6 (mac-handle-font-panel-closed, mac-handle-font-selection):
7 New functions.
8 (mac-font-panel-mode): New minor mode.
9 (mac-apple-event-map): Add bindings for toolbar toggle button and
10 font panel.
11 (menu-bar-showhide-menu): Add mac-font-panel-mode.
12
1 2006-05-07 John Paul Wallington <jpw@pobox.com> 13 2006-05-07 John Paul Wallington <jpw@pobox.com>
2 14
3 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid 15 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid
4 `regexp-opt'; simplify regexp for readability. 16 `regexp-opt'; simplify regexp for readability.
5 17