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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* 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 <[EMAIL PROTECTED]>).
2005-07-11 Juanma Barranquero <[EMAIL PROTECTED]>
--- 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 <[EMAIL PROTECTED]>).
2005-07-11 Juanma Barranquero <[EMAIL PROTECTED]>
***************
*** 137,143 ****
2005-07-10 N. Raghavendra <[EMAIL PROTECTED]> (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 <[EMAIL PROTECTED]> (tiny change)
--- 148,154 ----
2005-07-10 N. Raghavendra <[EMAIL PROTECTED]> (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 <[EMAIL PROTECTED]> (tiny change)
***************
*** 234,241 ****
2005-07-08 Ralf Angeli <[EMAIL PROTECTED]> (tiny change)
* comint.el (comint-postoutput-scroll-to-bottom)
! (comint-show-maximum-output): Take scroll-margin into
! consideration.
2005-07-08 Kim F. Storm <[EMAIL PROTECTED]>
--- 245,251 ----
2005-07-08 Ralf Angeli <[EMAIL PROTECTED]> (tiny change)
* comint.el (comint-postoutput-scroll-to-bottom)
! (comint-show-maximum-output): Take scroll-margin into consideration.
2005-07-08 Kim F. Storm <[EMAIL PROTECTED]>
***************
*** 276,291 ****
2005-07-07 Kenichi Handa <[EMAIL PROTECTED]>
! * 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 <[EMAIL PROTECTED]>
! * 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.
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs