emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs lisp/ChangeLog lisp/term/common-win.el sr...


From: Dan Nicolaescu
Subject: [Emacs-diffs] emacs lisp/ChangeLog lisp/term/common-win.el sr...
Date: Sat, 17 Oct 2009 07:13:52 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   09/10/17 07:13:51

Modified files:
        lisp           : ChangeLog 
        lisp/term      : common-win.el 
        src            : ChangeLog puresize.h 

Log message:
        * puresize.h (BASE_PURESIZE): Increase to 1310000.
        
        * term/common-win.el (x-colors): Purecopy it.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16449&r2=1.16450
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/term/common-win.el?cvsroot=emacs&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7794&r2=1.7795
http://cvs.savannah.gnu.org/viewcvs/emacs/src/puresize.h?cvsroot=emacs&r1=1.116&r2=1.117

Patches:
Index: lisp/ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16449
retrieving revision 1.16450
diff -u -b -r1.16449 -r1.16450
--- lisp/ChangeLog      17 Oct 2009 04:36:11 -0000      1.16449
+++ lisp/ChangeLog      17 Oct 2009 07:13:44 -0000      1.16450
@@ -1,3 +1,7 @@
+2009-10-17  Dan Nicolaescu  <address@hidden>
+
+       * term/common-win.el (x-colors): Purecopy it.
+
 2009-10-17  Stefan Monnier  <address@hidden>
 
        * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more

Index: lisp/term/common-win.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/term/common-win.el,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- lisp/term/common-win.el     25 Jul 2009 09:42:50 -0000      1.5
+++ lisp/term/common-win.el     17 Oct 2009 07:13:49 -0000      1.6
@@ -204,6 +204,7 @@
 ;; of grey.
 
 (defvar x-colors
+  (purecopy 
   '("gray100" "gray99" "gray98" "gray97" "gray96" "gray95" "gray94" "gray93" 
"gray92"
     "gray91" "gray90" "gray89" "gray88" "gray87" "gray86" "gray85" "gray84" 
"gray83"
     "gray82" "gray81" "gray80" "gray79" "gray78" "gray77" "gray76" "gray75" 
"gray74"
@@ -286,7 +287,7 @@
     "dark magenta" "dark violet" "medium blue" "blue" "deep sky blue"
     "cyan" "medium spring green" "spring green" "green" "lawn green" 
"chartreuse"
     "yellow" "gold" "orange" "dark orange" "orange red" "red" "white" "white 
smoke"
-    "gainsboro" "light grey" "gray" "dark grey" "dim gray" "black" )
+    "gainsboro" "light grey" "gray" "dark grey" "dim gray" "black" ))
   "List of basic colors available on color displays.
 For X, the list comes from the `rgb.txt' file,v 10.41 94/02/20.
 For Nextstep, this is a list of non-PANTONE colors returned by

Index: src/ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7794
retrieving revision 1.7795
diff -u -b -r1.7794 -r1.7795
--- src/ChangeLog       17 Oct 2009 02:35:35 -0000      1.7794
+++ src/ChangeLog       17 Oct 2009 07:13:49 -0000      1.7795
@@ -1,3 +1,7 @@
+2009-10-17  Dan Nicolaescu  <address@hidden>
+
+       * puresize.h (BASE_PURESIZE): Increase to 1310000.
+
 2009-10-16  Juanma Barranquero  <address@hidden>
 
        * buffer.c (Fbuffer_name): Doc fix.  (Bug#4728)

Index: src/puresize.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/puresize.h,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -b -r1.116 -r1.117
--- src/puresize.h      17 Sep 2009 06:10:47 -0000      1.116
+++ src/puresize.h      17 Oct 2009 07:13:51 -0000      1.117
@@ -41,7 +41,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1290000 + SYSTEM_PURESIZE_EXTRA + 
SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1310000 + SYSTEM_PURESIZE_EXTRA + 
SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */




reply via email to

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