From: Stefan Monnier Date: Tue, 27 May 2003 18:16:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~9921 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5740acbaeb67583e4cd56f7335ce412c6439c9af;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c9115c17bb..409fdc5cc73 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,25 @@ +2003-05-27 Stefan Monnier + + * 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 - * bindings.el (global-map): Bind M-S- + + * 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 @@ -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 + + * 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 * 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.