comparison lisp/ChangeLog @ 66579:621fdbc28285

* loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so that global-font-lock-mode can be enabled by default. * font-lock.el (font-lock-keywords, font-lock-mode-internal) (font-lock-add-keywords, font-lock-remove-keywords) (font-lock-fontify-buffer): Remove autoload cookies. * jit-lock.el (jit-lock-register): Likewise. * emacs-lisp/syntax.el (syntax-ppss): Likewise. * puresize.h (BASE_PURESIZE): Increment to 1170000.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 31 Oct 2005 16:41:15 +0000
parents d3c8faff2fbc
children 35ee6fbeca84
comparison
equal deleted inserted replaced
66578:ed2aec2424ae 66579:621fdbc28285
1 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
4 that global-font-lock-mode can be enabled by default.
5
6 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
7 (font-lock-add-keywords, font-lock-remove-keywords)
8 (font-lock-fontify-buffer): Remove autoload cookies.
9
10 * jit-lock.el (jit-lock-register): Likewise.
11
12 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
13
1 2005-10-31 Nick Roberts <nickrob@snap.net.nz> 14 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
2 15
3 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration 16 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
4 intact if there is no gud-comint-buffer. 17 intact if there is no gud-comint-buffer.
5 18