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 05:57:52 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3986.2.50 emacs/lisp/ChangeLog:1.3986.2.51
*** emacs/lisp/ChangeLog:1.3986.2.50    Tue Jul  6 09:39:51 2004
--- emacs/lisp/ChangeLog        Tue Jul  6 09:41:23 2004
***************
*** 230,235 ****
--- 230,250 ----
        * subr.el (functionp): Function removed (now a subr).
        * help-fns.el (describe-function-1): Handle interpreted closures.
  
+ 2004-06-03  Karl Fogel  <address@hidden>
+ 
+       * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
+       because the latter is a CL-ism.  This fixes the bug reported by
+       Shawn Boyette <address@hidden> in 
+         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
+ 
+ 2004-06-04  Miles Bader  <address@hidden>
+ 
+       * faces.el (display-supports-face-attributes-p): Function moved to
+       C code.  Previously only the tty-related portion of this function
+       was done in C; however the previous attempt to do a halfway-proper
+       job for non-tty displays in lisp didn't work properly because of
+       funny conditions during emacs startup.
+ 
  2004-06-04  Miles Bader  <address@hidden>
  
        * faces.el (face-differs-from-default-p): Use a different




reply via email to

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