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, 17 Mar 2003 13:24:28 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4936 emacs/lisp/ChangeLog:1.4937
*** emacs/lisp/ChangeLog:1.4936 Mon Mar 17 00:38:39 2003
--- emacs/lisp/ChangeLog        Mon Mar 17 13:24:27 2003
***************
*** 1,3 ****
--- 1,8 ----
+ 2003-03-17  Stefan Monnier  <address@hidden>
+ 
+       * buff-menu.el (list-buffers-noselect): Use the display property
+       to properly align header-line text with the buffer's contents.
+ 
  2003-03-17  Kenichi Handa  <address@hidden>
  
        * international/mule.el (ctext-post-read-conversion): Convert the
***************
*** 6,12 ****
  2003-03-16  Deepak Goel  <address@hidden>
  
        * calc/calc-forms.el (math-tzone-names): Introduce UTC as an alias
!       for GMT.  Suggested by address@hidden 
  
  2003-03-15  Mark A. Hershberger  <address@hidden>
  
--- 11,26 ----
  2003-03-16  Deepak Goel  <address@hidden>
  
        * calc/calc-forms.el (math-tzone-names): Introduce UTC as an alias
!       for GMT.  Suggested by address@hidden
! 
! 2003-03-15  Stefan Monnier  <address@hidden>
! 
!       * pcvs.el (cvs-mode!): Remove unused argument.
! 
!       * emacs-lisp/easymenu.el (easy-menu-name-match): Catch any error
!       that member-ignore-case might signal.
!       (easy-menu-add-item): Default to the global map, as documented.
!       (easy-menu-convert-item-1): Use match-string.
  
  2003-03-15  Mark A. Hershberger  <address@hidden>
  
***************
*** 14,20 ****
        codepoints to strings.  Uses decode-char (mule.el) if available.
        (xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd)
        (xml-parse-elem-type): Use ' \t\n\r' instead of '[:space:]'.
!       (xml-parse-attlist): Added attribute normalization.
        (xml-parse-tag): Replace "\r\n" and "\r" with "\n".
  
  2003-03-14  John Paul Wallington  <address@hidden>
--- 28,34 ----
        codepoints to strings.  Uses decode-char (mule.el) if available.
        (xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd)
        (xml-parse-elem-type): Use ' \t\n\r' instead of '[:space:]'.
!       (xml-parse-attlist): Add attribute normalization.
        (xml-parse-tag): Replace "\r\n" and "\r" with "\n".
  
  2003-03-14  John Paul Wallington  <address@hidden>
***************
*** 32,37 ****
--- 46,61 ----
        (archive-subfile-mode): Doc fixes.
  
  2003-03-14  Stefan Monnier  <address@hidden>
+ 
+       * indent.el (indent-for-tab-command): If tab-always-indent is non-nil
+       and the user hits TAB a second time, just insert a tab.
+ 
+       * textmodes/texinfo.el (texinfo-outline-level): Remove.
+       (texinfo-mode): Set outline-heading-alist instead.
+       (texinfo-section-list): Reorder for the needs of outline-heading-alist.
+       (texinfo-insert-block): Don't cons needlessly.
+       (texinfo-enable-quote-macros, texinfo-enable-quote-envs): New vars.
+       (texinfo-insert-quote): Use them.
  
        * textmodes/outline.el (outline-level): Demote it to defvar.
        (outline-heading-alist): Document extended semantics.




reply via email to

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