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: Sat, 18 Sep 2004 17:40:03 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6378 emacs/lisp/ChangeLog:1.6379
*** emacs/lisp/ChangeLog:1.6378 Sat Sep 18 11:50:18 2004
--- emacs/lisp/ChangeLog        Sat Sep 18 21:33:44 2004
***************
*** 1,3 ****
--- 1,11 ----
+ 2004-09-18  Stefan Monnier  <address@hidden>
+ 
+       * battery.el (battery-linux-proc-apm): Use string-to-number.
+       (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
+       Use dolist (and less indentation).  Use erase-buffer.
+       Pre-initialize `design-capacity', `warn', and `low'.
+       (battery-format): Use replace-regexp-in-string.
+ 
  2004-09-18  Ralph Schleicher  <address@hidden>
  
        * battery.el: Delete superfluous empty lines.
***************
*** 15,22 ****
  
  2004-09-17  Romain Francoise  <address@hidden>
  
!       * ibuf-ext.el (define-ibuffer-filter filename): Expand
!       dired-directory since buffer-file-name is absolute.
  
  2004-09-17  Dan Nicolaescu  <address@hidden>
  
--- 23,30 ----
  
  2004-09-17  Romain Francoise  <address@hidden>
  
!       * ibuf-ext.el (define-ibuffer-filter filename):
!       Expand dired-directory since buffer-file-name is absolute.
  
  2004-09-17  Dan Nicolaescu  <address@hidden>
  
***************
*** 32,47 ****
        Use min-colors.
  
        * term.el (term-down): Perform vertical motion if DOWN is negative.
!       (term-exec-1): Set both TERMCAP and TERMINFO
!       unconditionally.
        (term-termcap-format): Synchronyze with the eterm terminfo entry
        in etc/e/eterm.ti.
        (term-handle-colors-array): If the current foreground or
        background are zero (i.e. unspecified), use the foreground and
        background of the default face for reverse video.
        (term-ansi-at-eval-string, term-ansi-default-fg)
!       (term-ansi-default-bg, term-ansi-current-temp): Delete unused
!       variable.
        (term-mem): Delete ununsed function.
        (term-protocol-version): Increment.
        (term-current-face): Set to default.
--- 40,53 ----
        Use min-colors.
  
        * term.el (term-down): Perform vertical motion if DOWN is negative.
!       (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
        (term-termcap-format): Synchronyze with the eterm terminfo entry
        in etc/e/eterm.ti.
        (term-handle-colors-array): If the current foreground or
        background are zero (i.e. unspecified), use the foreground and
        background of the default face for reverse video.
        (term-ansi-at-eval-string, term-ansi-default-fg)
!       (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
        (term-mem): Delete ununsed function.
        (term-protocol-version): Increment.
        (term-current-face): Set to default.




reply via email to

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