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, 13 Jul 2005 01:38:26 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7934 emacs/lisp/ChangeLog:1.7935
*** emacs/lisp/ChangeLog:1.7934 Tue Jul 12 23:29:29 2005
--- emacs/lisp/ChangeLog        Wed Jul 13 05:38:25 2005
***************
*** 1,3 ****
--- 1,14 ----
+ 2005-07-13  Stefan Monnier  <address@hidden>
+ 
+       * progmodes/sh-script.el (sh-get-indent-info): Only indent
+       a continuation line if the \ is preceded by SPC or TAB.
+       (sh-get-indent-info): Simplify.
+       (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
+       Use with-current-buffer.
+ 
+       * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
+       when the matched text is empty.
+ 
  2005-07-12  Luc Teirlinck  <address@hidden>
  
        * startup.el (command-line): Revert to previous handling of
***************
*** 31,37 ****
  
        * calc/calc.el (calc-embedded-announce-formula-alist)
        (calc-embedded-open-close-plain-alist)
!       (calc-embedded-open-close-mode-alist): Added checks for additional
        major modes (due to Robert J. Chassell  <address@hidden>).
  
  2005-07-11  Juanma Barranquero  <address@hidden>
--- 42,48 ----
  
        * calc/calc.el (calc-embedded-announce-formula-alist)
        (calc-embedded-open-close-plain-alist)
!       (calc-embedded-open-close-mode-alist): Add checks for additional
        major modes (due to Robert J. Chassell  <address@hidden>).
  
  2005-07-11  Juanma Barranquero  <address@hidden>
***************
*** 137,143 ****
  
  2005-07-10  N. Raghavendra  <address@hidden>  (tiny change)
  
!         * timezone.el (timezone-parse-date): Changed first regexp
        so it will not mistakenly match dates with no time zone.
  
  2005-07-10  Jeff Dwork  <address@hidden>  (tiny change)
--- 148,154 ----
  
  2005-07-10  N. Raghavendra  <address@hidden>  (tiny change)
  
!       * timezone.el (timezone-parse-date): Change first regexp
        so it will not mistakenly match dates with no time zone.
  
  2005-07-10  Jeff Dwork  <address@hidden>  (tiny change)
***************
*** 234,241 ****
  2005-07-08  Ralf Angeli  <address@hidden>  (tiny change)
  
        * comint.el (comint-postoutput-scroll-to-bottom)
!       (comint-show-maximum-output): Take scroll-margin into
!       consideration.
  
  2005-07-08  Kim F. Storm  <address@hidden>
  
--- 245,251 ----
  2005-07-08  Ralf Angeli  <address@hidden>  (tiny change)
  
        * comint.el (comint-postoutput-scroll-to-bottom)
!       (comint-show-maximum-output): Take scroll-margin into consideration.
  
  2005-07-08  Kim F. Storm  <address@hidden>
  
***************
*** 276,291 ****
  
  2005-07-07  Kenichi Handa  <address@hidden>
  
!       * international/mule.el (make-coding-system): Describe
!       `ascii-incompatible' property in the docstring.
        (set-file-name-coding-system): Signal an error if coding-system is
        ascii-incompatible.
        (set-keyboard-coding-system): Likewise.
  
        * international/mule-cmds.el (set-default-coding-systems):
        Don't set default-file-name-coding-system and
!       default-keyboard-coding-system if coding-system is
!       ASCII-incompatible.
  
        * international/utf-16.el: Declare that all UTF-16-based coding
        systems are ASCII-incompatible.
--- 286,300 ----
  
  2005-07-07  Kenichi Handa  <address@hidden>
  
!       * international/mule.el (make-coding-system):
!       Describe `ascii-incompatible' property in the docstring.
        (set-file-name-coding-system): Signal an error if coding-system is
        ascii-incompatible.
        (set-keyboard-coding-system): Likewise.
  
        * international/mule-cmds.el (set-default-coding-systems):
        Don't set default-file-name-coding-system and
!       default-keyboard-coding-system if coding-system is ASCII-incompatible.
  
        * international/utf-16.el: Declare that all UTF-16-based coding
        systems are ASCII-incompatible.




reply via email to

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