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: Mon, 06 Dec 2004 14:51:51 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6721 emacs/lisp/ChangeLog:1.6722
*** emacs/lisp/ChangeLog:1.6721 Mon Dec  6 15:12:46 2004
--- emacs/lisp/ChangeLog        Mon Dec  6 19:06:12 2004
***************
*** 1,5 ****
--- 1,10 ----
  2004-12-06  Stefan Monnier  <address@hidden>
  
+       * paren.el (show-paren-function): Fix last change (2004-12-02).
+ 
+       * international/mule-util.el (char-displayable-p): Return nil for
+       unibyte mode.
+ 
        * subr.el (subregexp-context-p): New function.
  
        * isearch.el (isearch-quote-char): Use it.
***************
*** 49,54 ****
--- 54,65 ----
  
        * progmodes/sh-script.el (sh-indent-for-then): Change default.
  
+ 2004-12-03  Stefan Monnier  <address@hidden>
+ 
+       * simple.el (blink-matching-open):
+       * textmodes/tex-mode.el (tex-validate-region):
+       Obey syntax-table text properties.
+ 
  2004-12-02  Per Abrahamsen  <address@hidden>
  
        * wid-edit.el (widget-specify-field): Add `real-field' property to
***************
*** 114,120 ****
        (xml-substitute-special): Fix validity error messages to
        actually show the unexpandable entity.  Added validity error if &
        isn't followed by an entity.
!       (xml-parse-tag): Concatnate any string following the a
        <![CDATA[]]> section to the parsed CDATA.
        (xml-parse-dtd): Skip parameter entity declarations and use of
        parameter entities.
--- 125,131 ----
        (xml-substitute-special): Fix validity error messages to
        actually show the unexpandable entity.  Added validity error if &
        isn't followed by an entity.
!       (xml-parse-tag): Concatenate any string following the a
        <![CDATA[]]> section to the parsed CDATA.
        (xml-parse-dtd): Skip parameter entity declarations and use of
        parameter entities.




reply via email to

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