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: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sat, 08 Jun 2002 17:03:23 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3973 emacs/lisp/ChangeLog:1.3974
*** emacs/lisp/ChangeLog:1.3973 Sat Jun  8 16:48:34 2002
--- emacs/lisp/ChangeLog        Sat Jun  8 17:03:22 2002
***************
*** 1,7 ****
  2002-06-08  Colin Walters  <address@hidden>
  
        * subr.el (copy-list): Moved here from cl.el.
!       (copy-tree): Renamed here from `cl-copy-tree' in cl.el.
  
        * replace.el (occur-mode): Don't set up categories.
        (occur-1): Pass `list-matching-lines-face' and
--- 1,26 ----
+ 2002-06-08  Colin Walters  <address@hidden>
+ 
+       * international/mule-diag.el (describe-char-after): Use
+       `font-lock-face' to italicize property names.
+ 
+       * international/mule.el (sgml-html-meta-auto-coding-function): New
+       function.
+       (auto-coding-from-file-contents): Delete; merge functionality into
+       `set-auto-coding'.
+       (set-auto-coding): Move tests from `auto-coding-functions' so that
+       they have a lower priority than coding: tags.  Put
+       `auto-coding-regexp-alist' tests before coding: tag tests.
+       (sgml-xml-auto-coding-function): Simply `intern' the match, and
+       test if it's a valid coding system.
+       (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
+ 
  2002-06-08  Colin Walters  <address@hidden>
  
        * subr.el (copy-list): Moved here from cl.el.
!       (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
!       
!       * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
!       subr.el.  Add a defalias with the old name.
  
        * replace.el (occur-mode): Don't set up categories.
        (occur-1): Pass `list-matching-lines-face' and



reply via email to

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