changeset 102489:dd5ccf910f71

Reorder new functions. Remove entry about deleted buffer-swapped-with variable.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 11 Mar 2009 23:08:05 +0000
parents c6f1ce79df9a
children 252fb69956fe
files etc/NEWS
diffstat 1 files changed, 27 insertions(+), 30 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Mar 11 15:59:30 2009 +0000
+++ b/etc/NEWS	Wed Mar 11 23:08:05 2009 +0000
@@ -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.
-
-+++
-*** `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.
 
+*** `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.
+
++++
+*** `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