Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7837 emacs/lisp/ChangeLog:1.7838
*** emacs/lisp/ChangeLog:1.7837 Fri Jun 24 01:31:07 2005
--- emacs/lisp/ChangeLog        Fri Jun 24 02:41:36 2005
***************
*** 1,13 ****
  2005-06-24  Nick Roberts  <[EMAIL PROTECTED]>
  
        * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
        (gud-gdb-marker-filter): Use font-lock-warning-face for any
        initial error.
!       
        * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
        after fresh input.
        (gdb-var-create-handler): Put name of expression in quotes.
!       
  2005-06-23  Luc Teirlinck  <[EMAIL PROTECTED]>
  
        * emacs-lisp/ring.el (ring-elements): Make it return a list of the
--- 1,19 ----
+ 2005-06-24  Juanma Barranquero  <[EMAIL PROTECTED]>
+ 
+       * replace.el (occur-1): Set `buffer-read-only' and the
+       buffer-modified flag before running `occur-hook' to protect
+       against unintentional buffer switches that can lead to data loss.
+ 
  2005-06-24  Nick Roberts  <[EMAIL PROTECTED]>
  
        * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
        (gud-gdb-marker-filter): Use font-lock-warning-face for any
        initial error.
! 
        * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
        after fresh input.
        (gdb-var-create-handler): Put name of expression in quotes.
! 
  2005-06-23  Luc Teirlinck  <[EMAIL PROTECTED]>
  
        * emacs-lisp/ring.el (ring-elements): Make it return a list of the
***************
*** 532,538 ****
  
        * progmodes/gdb-ui.el (menu): Re-order menu items.
        (gdb-tooltip-print): Respect tooltip-use-echo-area.
!       
        * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
        Define in tooltip.el.
        (gud-tooltip-process-output): Respect tooltip-use-echo-area.
--- 538,544 ----
  
        * progmodes/gdb-ui.el (menu): Re-order menu items.
        (gdb-tooltip-print): Respect tooltip-use-echo-area.
! 
        * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
        Define in tooltip.el.
        (gud-tooltip-process-output): Respect tooltip-use-echo-area.


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to