emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Tue, 27 May 2003 14:16:41 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5161 emacs/lisp/ChangeLog:1.5162
*** emacs/lisp/ChangeLog:1.5161 Tue May 27 09:57:22 2003
--- emacs/lisp/ChangeLog        Tue May 27 14:16:40 2003
***************
*** 1,7 ****
  2003-05-27  Kai Gro,A_(Bjohann  <address@hidden>
  
!       * bindings.el (global-map): Bind M-S-<backspace to
!       kill-whole-line.
  
  2003-05-26  John Paul Wallington  <address@hidden>
  
--- 1,25 ----
+ 2003-05-27  Stefan Monnier  <address@hidden>
+ 
+       * 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  <address@hidden>
  
!       * bindings.el (global-map): Bind M-S-<backspace to kill-whole-line.
! 
! 2003-05-26  Stefan Monnier  <address@hidden>
! 
!       * 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  <address@hidden>
  
***************
*** 35,40 ****
--- 53,65 ----
        "(automake)Macro and Variable Index".  Keep automake after all
        autoconf possibilities, so as to prefer those.
  
+ 2003-05-25  Stefan Monnier  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * gdb-ui.el (gdb-info-breakpoints-custom, gdb-assembler-custom):
***************
*** 42,49 ****
        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.
        (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.
--- 67,73 ----
        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.
        (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]