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, 01 Apr 2002 18:33:41 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3656 emacs/lisp/ChangeLog:1.3657
*** emacs/lisp/ChangeLog:1.3656 Mon Apr  1 15:22:02 2002
--- emacs/lisp/ChangeLog        Mon Apr  1 18:33:40 2002
***************
*** 1,3 ****
--- 1,27 ----
+ 2002-04-01  Stefan Monnier  <address@hidden>
+ 
+       * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
+       (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
+       (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
+       (sgml-insert-end-tag): New funs taken from xml-lite.el.
+       (sgml-calculate-indent): Use them.
+       (sgml-slash-matching): Rename from sgml-slash.
+       (sgml-slash): Copied from xml-lite and changed to use
+       sgml-slash-matching and sgml-quick-keys.
+ 
+       * international/mule-cmds.el (standard-keyboard-coding-systems):
+       Add koi8-u and koi8-r.
+ 
+       * eshell/.cvsignore: New file.
+ 
+       * eshell/esh-groups.el: Remove.
+ 
+       * progmodes/tcl.el: Change maintainer.
+       (tcl-electric-hash-style): Change default to nil.
+       (tcl-imenu-generic-expression): Use tcl-proc-regexp.
+       (tcl-do-auto-fill): Remove.
+       (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
+ 
  2002-04-01  Ville Skytt,Ad(B  <address@hidden>
  
        * tcl.el (tcl-imenu-generic-expression): New value.
***************
*** 7,13 ****
        tcl-imenu-create-index-function.
        (inferior-tcl-mode): Doc fix.
        Change not legally significant.
!       
  2002-04-01  Pavel Jan,Bm(Bk  <address@hidden>
  
        * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
--- 31,37 ----
        tcl-imenu-create-index-function.
        (inferior-tcl-mode): Doc fix.
        Change not legally significant.
! 
  2002-04-01  Pavel Jan,Bm(Bk  <address@hidden>
  
        * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.



reply via email to

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