comparison src/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
4 Move this here from cl-seq.el, avoiding the need to cons. This 4 Move this here from cl-seq.el, avoiding the need to cons. This
5 has been tested using Paul Dietz' test suite, and everything 5 has been tested using Paul Dietz' test suite, and everything
6 applicable passes, with the exception that the 6 applicable passes, with the exception that the
7 ALLOW-OTHER-KEYS-NIL Common Lisp issue (functions with &key must 7 ALLOW-OTHER-KEYS-NIL Common Lisp issue (functions with &key must
8 *always* accept :allow-other-keys nil) hasn't been implemented. 8 *always* accept :allow-other-keys nil) hasn't been implemented.
9
10 2010-06-02 Aidan Kehoe <kehoea@parhasard.net>
11
12 * lread.c (vars_of_lread):
13 * emacs.c:
14 (shut_down_emacs, vars_of_emacs, complex_vars_of_emacs):
15 * device-x.c (get_device_from_display)
16 (have_xemacs_resources_in_xrdb):
17 * device-gtk.c (Fgtk_init):
18 * config.h.in:
19 Remove all checks for InfoDock.
9 20
10 2010-06-01 Aidan Kehoe <kehoea@parhasard.net> 21 2010-06-01 Aidan Kehoe <kehoea@parhasard.net>
11 22
12 * fns.c (Fsubstring_no_properties): 23 * fns.c (Fsubstring_no_properties):
13 Add this function, API taken from GNU, though ours drops all 24 Add this function, API taken from GNU, though ours drops all