emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/etc NEWS


From: Chong Yidong
Subject: [Emacs-diffs] emacs/etc NEWS
Date: Wed, 11 Mar 2009 23:08:06 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/03/11 23:08:06

Modified files:
        etc            : NEWS 

Log message:
        Reorder new functions.  Remove entry about deleted buffer-swapped-with
        variable.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/etc/NEWS?cvsroot=emacs&r1=1.1996&r2=1.1997

Patches:
Index: NEWS
===================================================================
RCS file: /sources/emacs/emacs/etc/NEWS,v
retrieving revision 1.1996
retrieving revision 1.1997
diff -u -b -r1.1996 -r1.1997
--- NEWS        10 Mar 2009 00:24:37 -0000      1.1996
+++ NEWS        11 Mar 2009 23:08:05 -0000      1.1997
@@ -1835,45 +1835,49 @@
 ** Miscellaneous new functions
 
 +++
-*** `format-seconds' converts a number of seconds into a readable
-string of days, hours, etc.
-
-+++
 *** `apply-partially' performs a "curried" application of a function.
 
 +++
-*** `read-shell-command' does what its name says, with completion.  It
-uses the minibuffer-local-shell-command-map for that.
-
-+++
 *** `buffer-swap-text' swaps text between two buffers.  This can be
 useful for modes such as tar-mode, archive-mode, RMAIL.
 
-*** New variable `buffer-swapped-with' lets the modes that use
-`buffer-swap-text' arrange to save the file from the proper buffer.
-
 +++
-*** `read-color' reads a color name using the minibuffer.
+*** `combine-and-quote-strings' produces a single string from a list of strings
+sticking a separator string in between each pair, and quoting those
+strings that include the separator as their substring.  Useful for
+consing shell command lines from the individual arguments.
+
+*** `custom-note-var-changed' tells Custom to treat the change in a
+certain variable as having been made within Custom.
 
 +++
 *** `face-all-attributes' returns an alist describing all the basic
 attributes of a given face.
 
 +++
-*** `split-string-and-unquote' splits a string into a list of substrings
-on the boundaries of a given delimiter, and unquotes the substrings that
-are quoted.  Useful for taking apart shell commands.
-
-+++
-*** `combine-and-quote-strings' produces a single string from a list of strings
-sticking a separator string in between each pair, and quoting those
-strings that include the separator as their substring.  Useful for
-consing shell command lines from the individual arguments.
+*** `format-seconds' converts a number of seconds into a readable
+string of days, hours, etc.
 
 +++
 *** `image-refresh' refreshes all images associated with a given image
 specification.
 
+*** `locate-user-emacs-file' helps packages to select the appropriate
+place to save user-specific files.  It defaults to `user-emacs-directory'
+unless the file already exists at $HOME.
+
++++
+*** `read-color' reads a color name using the minibuffer.
+
++++
+*** `read-shell-command' does what its name says, with completion.  It
+uses the minibuffer-local-shell-command-map for that.
+
++++
+*** `split-string-and-unquote' splits a string into a list of substrings
+on the boundaries of a given delimiter, and unquotes the substrings that
+are quoted.  Useful for taking apart shell commands.
+
 +++
 *** The two new functions `looking-at-p' and `string-match-p' can do
 the same matching as `looking-at' and `string-match' without changing
@@ -1884,10 +1888,6 @@
 `serial-process-configure' provide a Lisp interface to the new serial
 port support (see Emacs changes, above).
 
-*** `locate-user-emacs-file' helps packages to select the appropriate
-place to save user-specific files.  It defaults to `user-emacs-directory'
-unless the file already exists at $HOME.
-
 ** Miscellaneous new variables
 
 +++
@@ -1905,9 +1905,6 @@
 *** `fill-forward-paragraph-function' specifies which function the
 filling code should use to find paragraph boundaries.
 
-*** `custom-note-var-changed' tells Custom to treat the change in a
-certain variable as having been made within Custom.
-
 
 * New Packages for Lisp Programming in Emacs 23.1
 




reply via email to

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