comparison lisp/ChangeLog @ 3547:dd935ef485d2

[xemacs-hg @ 2006-08-06 22:14:08 by aidan] gnuclient bug on Ben's part.
author aidan
date Sun, 06 Aug 2006 22:14:10 +0000
parents c136144fe765
children 9b8943d0d12a
comparison
equal deleted inserted replaced
3546:3231eba81466 3547:dd935ef485d2
1 2006-08-07 Aidan Kehoe <kehoea@parhasard.net>
2
3 * frame.el (suspend-or-iconify-emacs):
4 * frame.el (suspend-emacs-or-iconify-frame):
5 Elaborate on what the functions do, hopefully preventing
6 misunderstandings in the future.
7
8 * keydefs.el (global-tty-map):
9 "\C-z" is suspend-or-iconify-emacs on the TTY, not
10 suspend-emacs. Fixes problems that arose where pressing C-z in a
11 gnuclient fram suspended the whole process.
12
1 2006-08-05 Aidan Kehoe <kehoea@parhasard.net> 13 2006-08-05 Aidan Kehoe <kehoea@parhasard.net>
2 14
3 * lisp.el (forward-sexp): 15 * lisp.el (forward-sexp):
4 Handle raw strings specially just as we do structures. Fixes 16 Handle raw strings specially just as we do structures. Fixes
5 problems evaluating them in *scratch*. 17 problems evaluating them in *scratch*.