]> git.eshelyaron.com Git - emacs.git/commitdiff
Reorder new functions. Remove entry about deleted buffer-swapped-with
authorChong Yidong <cyd@stupidchicken.com>
Wed, 11 Mar 2009 23:08:05 +0000 (23:08 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 11 Mar 2009 23:08:05 +0000 (23:08 +0000)
variable.

etc/NEWS

index cb402380e3dcaee1b764ff2093b49c8e35d346be..2e0292cade8b62bdb164424c1b57b15d3d649551 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1834,46 +1834,50 @@ instead.
 
 ** 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 @@ the match data.
 `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 @@ relevant data.
 *** `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.
-
 \f
 * New Packages for Lisp Programming in Emacs 23.1