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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog [lexbind]
Date: Tue, 06 Jul 2004 07:04:28 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3986.2.56 emacs/lisp/ChangeLog:1.3986.2.57
*** emacs/lisp/ChangeLog:1.3986.2.56    Tue Jul  6 10:10:45 2004
--- emacs/lisp/ChangeLog        Tue Jul  6 10:14:24 2004
***************
*** 1,3 ****
--- 1,22 ----
+ 2004-06-14  Juanma Barranquero  <address@hidden>
+ 
+       * image.el (image-library-alist): New variable to map image types
+       to external libraries.  Initialized to nil, unless system-specific
+       configs change it.
+       (image-type-available-p): Determine whether an image type is
+       available by calling `init-image-library'.
+ 
+       * term/w32-win.el (image-library-alist): Initialize to a known set
+       of probable library names.
+ 
+ 2004-06-14  Kenichi Handa  <address@hidden>
+ 
+       * international/code-pages.el (windows-1256, cp1125): Fix tables
+       for several characters.
+ 
+       * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous
+       change.
+ 
  2004-04-29  Miles Bader  <address@hidden>
  
        * emacs-lisp/bytecomp.el (byte-compile-top-level): Add new entries
***************
*** 252,258 ****
        * files.el (before-save-hook): Add `time-stamp' to the options.
  
        * time-stamp.el (time-stamp): Recommend adding it to
!       `before-save-hook', rather than `write-file-functions'
        Make a similar change in `Commentary' section.
  
  2004-06-13  Kai Grossjohann  <address@hidden>
--- 271,277 ----
        * files.el (before-save-hook): Add `time-stamp' to the options.
  
        * time-stamp.el (time-stamp): Recommend adding it to
!       `before-save-hook', rather than `write-file-functions'.
        Make a similar change in `Commentary' section.
  
  2004-06-13  Kai Grossjohann  <address@hidden>




reply via email to

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