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: Thu, 15 May 2003 11:36:23 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5119 emacs/lisp/ChangeLog:1.5120
*** emacs/lisp/ChangeLog:1.5119 Thu May 15 09:22:15 2003
--- emacs/lisp/ChangeLog        Thu May 15 11:36:22 2003
***************
*** 1,19 ****
  2003-05-15  Lute Kamstra  <address@hidden>
  
!       * hl-line.el: Rewrote the local minor mode so that it can be
!       sticky as well and made sticky the default.  Reimplemented the
!       global minor mode.  Updated the commentary section to document
        these changes.
        (hl-line-sticky-flag): New user option.
!       (hl-line-overlay): Made it buffer-local and gave it a docstring.
        (global-hl-line-overlay): New variable.
!       (hl-line-mode): Rewritten to use `hl-line-sticky-flag'.
!       (hl-line-highlight): Rewritten to use `hl-line-sticky-flag'.
!       (hl-line-unhighlight): Updated docstring.
!       (global-hl-line-mode): Implemented directly so that is does not
        depend on `hl-line-mode' any more.
!       (global-hl-line-highlight, global-hl-line-unhighlight): New
!       functions.
  
  2003-05-15  Kenichi Handa  <address@hidden>
  
--- 1,23 ----
+ 2003-05-15  Stefan Monnier  <address@hidden>
+ 
+       * emacs-lisp/autoload.el (make-autoload): Add arglist for
+       define-derived-mode.
+ 
  2003-05-15  Lute Kamstra  <address@hidden>
  
!       * hl-line.el: Rewrite the local minor mode so that it can be
!       sticky as well and made sticky the default.  Reimplement the
!       global minor mode.  Update the commentary section to document
        these changes.
        (hl-line-sticky-flag): New user option.
!       (hl-line-overlay): Make it buffer-local and give it a docstring.
        (global-hl-line-overlay): New variable.
!       (hl-line-mode): Rewrite to use `hl-line-sticky-flag'.
!       (hl-line-highlight): Rewrite to use `hl-line-sticky-flag'.
!       (hl-line-unhighlight): Update docstring.
!       (global-hl-line-mode): Implement directly so that is does not
        depend on `hl-line-mode' any more.
!       (global-hl-line-highlight, global-hl-line-unhighlight): New functions.
  
  2003-05-15  Kenichi Handa  <address@hidden>
  
***************
*** 28,36 ****
        (ps-generate-string-list, ps-header-footer-string): New funs.
        (ps-lh-cache, ps-rh-cache, ps-lf-cache, ps-rf-cache): New vars.
  
!       * ps-mule.el (ps-mule-header-string-charsets): Call
!       ps-header-footer-string to avoid unnecessary calls to functions in
!       header and footer variables.
  
  2003-05-15  John Paul Wallington  <address@hidden>
  
--- 32,40 ----
        (ps-generate-string-list, ps-header-footer-string): New funs.
        (ps-lh-cache, ps-rh-cache, ps-lf-cache, ps-rf-cache): New vars.
  
!       * ps-mule.el (ps-mule-header-string-charsets):
!       Call ps-header-footer-string to avoid unnecessary calls to functions
!       in header and footer variables.
  
  2003-05-15  John Paul Wallington  <address@hidden>
  




reply via email to

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