Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4332:6ad202d453cb | 4339:89954a8cc73d |
---|---|
1 2007-12-18 Mike Sperber <mike@xemacs.org> | 1 2007-12-18 Mike Sperber <mike@xemacs.org> |
2 | 2 |
3 * autoload.el (process-one-lisp-autoload): Insert <immediate> into | 3 * autoload.el (process-one-lisp-autoload): Insert <immediate> into |
4 the section header for immediate autoloads, to make sure the | 4 the section header for immediate autoloads, to make sure the |
5 upstream doesn't think there aren't any autoloads at all. | 5 upstream doesn't think there aren't any autoloads at all. |
6 | |
7 2007-12-18 Aidan Kehoe <kehoea@parhasard.net> | |
8 | |
9 * help.el (describe-function-1): | |
10 Give details of bindings for commands, taking into account | |
11 global-window-system-map and global-tty-map when bindings differ | |
12 compared to the global map. | |
13 | |
14 2007-12-17 Aidan Kehoe <kehoea@parhasard.net> | |
15 | |
16 * subr.el (integer-to-bit-vector): New. | |
17 * subr.el (bit-vector-to-integer): New. | |
18 Provide naive implementations using the Lisp reader for these. | |
6 | 19 |
7 2007-12-14 Aidan Kehoe <kehoea@parhasard.net> | 20 2007-12-14 Aidan Kehoe <kehoea@parhasard.net> |
8 | 21 |
9 * process.el (substitute-env-vars): | 22 * process.el (substitute-env-vars): |
10 Merge an example from GNU's docstring. | 23 Merge an example from GNU's docstring. |