Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 4339:89954a8cc73d
Merge.
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Thu, 20 Dec 2007 08:50:49 +0100 |
parents | 6ad202d453cb 4ba890988caa |
children | 6b571dc4ba3f |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Dec 20 08:49:38 2007 +0100 +++ b/lisp/ChangeLog Thu Dec 20 08:50:49 2007 +0100 @@ -4,6 +4,19 @@ the section header for immediate autoloads, to make sure the upstream doesn't think there aren't any autoloads at all. +2007-12-18 Aidan Kehoe <kehoea@parhasard.net> + + * help.el (describe-function-1): + Give details of bindings for commands, taking into account + global-window-system-map and global-tty-map when bindings differ + compared to the global map. + +2007-12-17 Aidan Kehoe <kehoea@parhasard.net> + + * subr.el (integer-to-bit-vector): New. + * subr.el (bit-vector-to-integer): New. + Provide naive implementations using the Lisp reader for these. + 2007-12-14 Aidan Kehoe <kehoea@parhasard.net> * process.el (substitute-env-vars):