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,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Thu, 26 Jul 2007 05:29:12 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/07/26 05:28:11

Index: lisp/ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11469
retrieving revision 1.11470
diff -u -b -r1.11469 -r1.11470
--- lisp/ChangeLog      25 Jul 2007 21:59:26 -0000      1.11469
+++ lisp/ChangeLog      26 Jul 2007 05:26:13 -0000      1.11470
@@ -1,3 +1,42 @@
+2007-07-25  Glenn Morris  <address@hidden>
+
+       * Relicense all FSF files to GPLv3 or later.
+
+       * COPYING: Switch to GPLv3.
+
+2007-07-25  Stefan Monnier  <address@hidden>
+
+       * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
+       Replace it with another one which disables undo before calling
+       erase-buffer and then turns it back on if needed.
+
+2007-07-24  Vinicius Jose Latorre  <address@hidden>
+
+       * ps-print.el: Problem with foreground and background color when
+       printing a buffer with and without faces.  Reported by Christian
+       Schlauer <address@hidden>.
+       (ps-print-version): New version 6.7.5.
+       (ps-default-fg): Change default value to nil, so black color is used
+       when a face does not specify a foreground color.
+       (ps-default-bg): Change default value to nil, so white color is used
+       for background color.
+       (ps-begin-job): Fix code.
+
+2007-07-24  Dan Nicolaescu  <address@hidden>
+
+       * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
+
+2007-07-24  Glenn Morris  <address@hidden>
+
+       * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
+       (cal-tex-rules, cal-tex-buffer, cal-tex-24)
+       (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
+       (cal-tex-cursor-week, cal-tex-cursor-week2)
+       (cal-tex-cursor-week-iso, cal-tex-week-hours)
+       (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
+       (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
+       (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
+
 2007-07-25  Stefan Monnier  <address@hidden>
 
        * calendar/calendar.el (calendar-mode-map): Move initialization
@@ -78,6 +117,10 @@
 
        * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
 
+2007-07-24  Stefan Monnier  <address@hidden>
+
+       * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
+
 2007-07-24  Dan Nicolaescu  <address@hidden>
 
        * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
@@ -2952,7 +2995,7 @@
 
   GNU Emacs is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 2, or (at your option)
+  the Free Software Foundation; either version 3, or (at your option)
   any later version.
 
   GNU Emacs is distributed in the hope that it will be useful,




reply via email to

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