+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\e,A_\e(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>
"(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):
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.