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: Sun, 03 Mar 2002 21:14:32 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3533 emacs/lisp/ChangeLog:1.3534
*** emacs/lisp/ChangeLog:1.3533 Sun Mar  3 17:22:55 2002
--- emacs/lisp/ChangeLog        Sun Mar  3 21:14:31 2002
***************
*** 1,3 ****
--- 1,26 ----
+ 2002-03-03  Stefan Monnier  <address@hidden>
+ 
+       * textmodes/sgml-mode.el: Change maintainer to FSF.
+       (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
+       (sgml-tags-invisible, sgml-beginning-of-tag):
+       Allow _ : and non-ASCII in tag names, as required for XML.
+       (sgml-name-char): Don't assume anything about charsets handled by
+       encode-char.
+ 
+       * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
+       where one of the buffers is narrowed.
+ 
+       * hexl.el (hexlify-command, dehexlify-command): Remove.
+       (hexlify-buffer, dehexlify-buffer): Use call-process-region
+       rather than shell-command-on-region.
+ 
+       * newcomment.el (comment-forward): Use forward-comment to skip
+       over whitespace (or comments) even when comment-use-syntax is nil.
+ 
+       * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
+ 
+       * textmodes/xml-lite.el: New file.
+ 
  2002-03-03  Richard M. Stallman  <address@hidden>
  
        * textmodes/artist.el (artist-system): Use make-temp-file.



reply via email to

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