emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/misc ChangeLog calc.texi faq.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/misc ChangeLog calc.texi faq.texi
Date: Fri, 25 Dec 2009 20:05:15 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/12/25 20:05:15

Modified files:
        doc/misc       : ChangeLog calc.texi faq.texi 

Log message:
        * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
        
        * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/misc/ChangeLog?cvsroot=emacs&r1=1.361&r2=1.362
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/misc/calc.texi?cvsroot=emacs&r1=1.46&r2=1.47
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/misc/faq.texi?cvsroot=emacs&r1=1.30&r2=1.31

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/ChangeLog,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -b -r1.361 -r1.362
--- ChangeLog   18 Dec 2009 04:29:18 -0000      1.361
+++ ChangeLog   25 Dec 2009 20:05:14 -0000      1.362
@@ -1,3 +1,9 @@
+2009-12-24  Chong Yidong  <address@hidden>
+
+       * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
+
+       * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
+
 2009-12-18  Katsumi Yamaoka  <address@hidden>
 
        * gnus.texi (Direct Functions): Add missing port number to tls method.

Index: calc.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/calc.texi,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- calc.texi   15 Dec 2009 04:44:34 -0000      1.46
+++ calc.texi   25 Dec 2009 20:05:14 -0000      1.47
@@ -12136,15 +12136,16 @@
 @cindex Calc init file, mode settings
 You can save all of the current mode settings in your Calc init file 
 (the file given by the variable @code{calc-settings-file}, typically
address@hidden/.calc.el}) with the @kbd{m m} (@code{calc-save-modes}) command.
-This will cause Emacs to reestablish these modes each time it starts up.
-The modes saved in the file include everything controlled by the @kbd{m}
-and @kbd{d} prefix keys, the current precision and binary word size,
-whether or not the trail is displayed, the current height of the Calc
-window, and more.  The current interface (used when you type @kbd{C-x * *}) 
-is also saved.  If there were already saved mode settings in the
-file, they are replaced.  Otherwise, the new mode information is
-appended to the end of the file.
address@hidden/.emacs.d/calc.el}) with the @kbd{m m} (@code{calc-save-modes})
+command.  This will cause Emacs to reestablish these modes each time
+it starts up.  The modes saved in the file include everything
+controlled by the @kbd{m} and @kbd{d} prefix keys, the current
+precision and binary word size, whether or not the trail is displayed,
+the current height of the Calc window, and more.  The current
+interface (used when you type @kbd{C-x * *}) is also saved.  If there
+were already saved mode settings in the file, they are replaced.
+Otherwise, the new mode information is appended to the end of the
+file.
 
 @kindex m R
 @pindex calc-mode-record-mode

Index: faq.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/faq.texi,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- faq.texi    9 Dec 2009 02:06:20 -0000       1.30
+++ faq.texi    25 Dec 2009 20:05:14 -0000      1.31
@@ -1124,8 +1124,8 @@
 enabled by default.
 
 @item
-The maximum size of buffers has been doubled and is 256M on 32-bit
-machines.
+The maximum size of buffers is increased: on 32-bit machines, it is
+256 MBytes for Emacs 23.1, and 512 MBytes for Emacs 23.2 and above.
 
 @item
 Links can be followed with @kbd{mouse-1}, in addition to @kbd{mouse-2}.




reply via email to

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