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: Wed, 24 Nov 2004 10:26:33 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6657 emacs/lisp/ChangeLog:1.6658
*** emacs/lisp/ChangeLog:1.6657 Wed Nov 24 10:30:39 2004
--- emacs/lisp/ChangeLog        Wed Nov 24 15:20:38 2004
***************
*** 1,8 ****
  2004-11-24  Nick Roberts  <address@hidden>
  
        * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
!       (gdb-ann3, gdb-setup-windows, gdb-restore-windows): Dedicate
!       gdb-related windows.
        (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
        other frames.
        (gdb-reset): Remove dedicated property after debugging.
--- 1,12 ----
+ 2004-11-24  Stefan Monnier  <address@hidden>
+ 
+       * generic.el (generic-mode-set-comments): Accept an empty comment-end.
+ 
  2004-11-24  Nick Roberts  <address@hidden>
  
        * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
!       (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
!       Dedicate gdb-related windows.
        (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
        other frames.
        (gdb-reset): Remove dedicated property after debugging.
***************
*** 48,67 ****
        (math-comp-simplify, math-comp-simplify-term)
        (math-comp-add-string, math-comp-add-string-sel):
        Replace variables comp-highlight, comp-buf, comp-base,
!       comp-height, comp-tag, comp-hpos and comp-vpos by declared
!       variables.
  
  2004-11-23  Jan Dj,Ad(Brv  <address@hidden>
  
!       * cus-start.el (all): Added x-use-old-gtk-file-dialog.
  
        * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
        and x-server-version may throw.
  
  2004-11-23  Kim F. Storm  <address@hidden>
  
!       * subr.el (substitute-key-definition-key): Optimize.  Don't
!       call indirect-function for nil defn (always signals error).
  
        * ido.el (ido-read-internal): Fix require-match check when
        ido-directory-too-big is set.
--- 52,70 ----
        (math-comp-simplify, math-comp-simplify-term)
        (math-comp-add-string, math-comp-add-string-sel):
        Replace variables comp-highlight, comp-buf, comp-base,
!       comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
  
  2004-11-23  Jan Dj,Ad(Brv  <address@hidden>
  
!       * cus-start.el (all): Add x-use-old-gtk-file-dialog.
  
        * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
        and x-server-version may throw.
  
  2004-11-23  Kim F. Storm  <address@hidden>
  
!       * subr.el (substitute-key-definition-key): Optimize.
!       Don't call indirect-function for nil defn (always signals error).
  
        * ido.el (ido-read-internal): Fix require-match check when
        ido-directory-too-big is set.
***************
*** 71,78 ****
        * calc/calc-ext.el (math-read-replacement-list)
        (math-read-superscripts): New variables.
        (math-read-preprocess-string): New function.
!       (math-read-expr): Filter input through
!       math-read-preprocess-string.
  
        * calc/calc-aent.el (math-read-exprs): Filter input through
        math-read-preprocess-string.
--- 74,80 ----
        * calc/calc-ext.el (math-read-replacement-list)
        (math-read-superscripts): New variables.
        (math-read-preprocess-string): New function.
!       (math-read-expr): Filter input through math-read-preprocess-string.
  
        * calc/calc-aent.el (math-read-exprs): Filter input through
        math-read-preprocess-string.




reply via email to

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