Mercurial > emacs
changeset 51262:44edc1eafb33
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 27 May 2003 18:16:40 +0000 |
parents | a3a1d78e827e |
children | d115afc922ec |
files | lisp/ChangeLog |
diffstat | 1 files changed, 28 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue May 27 14:17:17 2003 +0000 +++ b/lisp/ChangeLog Tue May 27 18:16:40 2003 +0000 @@ -1,7 +1,25 @@ +2003-05-27 Stefan Monnier <monnier@cs.yale.edu> + + * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function): + Don't infinite loop at bob. + (emacs-lisp-mode): Mark its main custom group to be `lisp'. + (prin1-char): New fun. + (eval-last-sexp-1): Use it. Use with-syntax-table as well. + (eval-defun-1): Don't replace `defvar' with `defconst'. + 2003-05-27 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> - * bindings.el (global-map): Bind M-S-<backspace to - kill-whole-line. + * bindings.el (global-map): Bind M-S-<backspace to kill-whole-line. + +2003-05-26 Stefan Monnier <monnier@cs.yale.edu> + + * gud.el (gud-find-class): Remove unused var `pos'. + (gdb-script-mode-syntax-table, gdb-script-font-lock-keywords) + (gdb-script-font-lock-syntactic-keywords) + (gdb-script-font-lock-syntactic-face, gdb-script-basic-indent) + (gdb-script-skip-to-head, gdb-script-calculate-indentation) + (gdb-script-indent-line, gdb-script-mode): New mode to edit + .gdbinit-like scripts. 2003-05-26 John Paul Wallington <jpw@gnu.org> @@ -35,6 +53,13 @@ "(automake)Macro and Variable Index". Keep automake after all autoconf possibilities, so as to prefer those. +2003-05-25 Stefan Monnier <monnier@cs.yale.edu> + + * skeleton.el (skeleton-internal-1): Don't loop if interactor of + subskeleton is nil. + (skeleton-pair-default-alist): New var. + (skeleton-pair-insert-maybe): Use it. Don't munge multibyte chars. + 2003-05-25 Nick Roberts <nick@nick.uklinux.net> * gdb-ui.el (gdb-info-breakpoints-custom, gdb-assembler-custom): @@ -42,8 +67,7 @@ is always visible. (gdb-display-source-buffer): Display assembler during execution, when requested. - (gud-menu-map): Add a toggle button to menubar for - gdb-many-windows. + (gud-menu-map): Add a toggle button to menubar for gdb-many-windows. (gdb-many-windows): Define explicitly as a function and a variable (formerly as a minor mode). These need to be global so layout can be reset from any buffer.