Mercurial > emacs
changeset 32233:e268d58044bc
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 06 Oct 2000 22:19:23 +0000 |
parents | ecede095f3ac |
children | 811419e9e769 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 22 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Oct 06 22:18:15 2000 +0000 +++ b/lisp/ChangeLog Fri Oct 06 22:19:23 2000 +0000 @@ -1,3 +1,9 @@ +2000-10-06 Stefan Monnier <monnier@cs.yale.edu> + + * startup.el (fancy-splash-screens): Use local rather than global map. + Don't use `update-menu-bindings' any more. + Get rid of assumptions about keymap representation. + 2000-10-06 Dave Love <fx@gnu.org> * textmodes/fill.el (sentence-end-double-space) @@ -8,8 +14,7 @@ * net/eudc-vars.el (eudc): Add :version, :link. - * international/mule-conf.el (file-coding-system-alist): Use \', - not $. + * international/mule-conf.el (file-coding-system-alist): Use \', not $. * emacs-lisp/find-func.el (find-function-regexp): Remove spurion. Fix for define-minor-mode. @@ -23,6 +28,21 @@ image-file-name-regexps. (image-file-name-extensions): Add pbm. +2000-10-06 Stefan Monnier <monnier@cs.yale.edu> + + * smerge-mode.el (smerge-diff): Setup the buffer's default-directory + and add filename to the names so that diff-mode can jump to source. + + * font-lock.el (font-lock-defaults-alist): Remove the TeX entries. + (tex-font-lock-keywords, tex-font-lock-keywords-2) + (tex-font-lock-keywords-1): Remove. + (font-lock-turn-on-thing-lock): Use jit-lock-register. + (font-lock-turn-off-thing-lock): Use jit-lock-unregister. + (font-lock-default-fontify-region): Expand beg..end correctly + when just following a multiline region. + (font-lock-fontify-anchored-keywords): + Include the anchor text as part of the multiline. + 2000-10-06 Gerd Moellmann <gerd@gnu.org> * loadup.el (toplevel): Load `loaddefs' before `help' because the