Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5228:5efbd1253905
Remove all support for InfoDock.
src/ChangeLog addition:
2010-06-02 Aidan Kehoe <kehoea@parhasard.net>
* lread.c (vars_of_lread):
* emacs.c:
(shut_down_emacs, vars_of_emacs, complex_vars_of_emacs):
* device-x.c (get_device_from_display)
(have_xemacs_resources_in_xrdb):
* device-gtk.c (Fgtk_init):
* config.h.in:
Remove all checks for InfoDock.
lisp/ChangeLog addition:
2010-06-02 Aidan Kehoe <kehoea@parhasard.net>
* version.el:
(emacs-version):
* startup.el (command-line):
* simple.el (display-warning, emacs-name):
* packages.el (packages-package-hierarchy-directory-names):
* loadup.el (Dumping):
* dumped-lisp.el (preloaded-file-list):
Remove all InfoDock-specific code.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 07 Jun 2010 18:42:10 +0100 |
parents | fbd1485af104 |
children | 7d06a8bf47d2 |
comparison
equal
deleted
inserted
replaced
5227:fbd1485af104 | 5228:5efbd1253905 |
---|---|
9 * cl-extra.el (complement): | 9 * cl-extra.el (complement): |
10 Add an implementation and a compiler macro for #'complement, as | 10 Add an implementation and a compiler macro for #'complement, as |
11 specified by CL. For discussion; the compiler macro may be a | 11 specified by CL. For discussion; the compiler macro may be a |
12 little too aggressive about taking the compile time argument lists | 12 little too aggressive about taking the compile time argument lists |
13 of the functions it is inverting. | 13 of the functions it is inverting. |
14 | |
15 2010-06-02 Aidan Kehoe <kehoea@parhasard.net> | |
16 | |
17 * version.el: | |
18 (emacs-version): | |
19 * startup.el (command-line): | |
20 * simple.el (display-warning, emacs-name): | |
21 * packages.el (packages-package-hierarchy-directory-names): | |
22 * loadup.el (Dumping): | |
23 * dumped-lisp.el (preloaded-file-list): | |
24 Remove all InfoDock-specific code. | |
14 | 25 |
15 2010-05-31 Aidan Kehoe <kehoea@parhasard.net> | 26 2010-05-31 Aidan Kehoe <kehoea@parhasard.net> |
16 | 27 |
17 * specifier.el (current-display-table): | 28 * specifier.el (current-display-table): |
18 Use keywords in the structure syntax here, now we've moved to that | 29 Use keywords in the structure syntax here, now we've moved to that |