aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-03-11 23:08:05 +0000
committerChong Yidong2009-03-11 23:08:05 +0000
commit6880f6db5b32e15f527ccea19aeca83e987d9854 (patch)
tree4f84bba9cff52344ae9e47df8c776567e0f8278f
parent31358bee6396e0d62653c89bfc0b7ba5cb770d80 (diff)
downloademacs-6880f6db5b32e15f527ccea19aeca83e987d9854.tar.gz
emacs-6880f6db5b32e15f527ccea19aeca83e987d9854.zip
Reorder new functions. Remove entry about deleted buffer-swapped-with
variable.
-rw-r--r--etc/NEWS53
1 files changed, 25 insertions, 28 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cb402380e3d..2e0292cade8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1835,45 +1835,49 @@ instead.
1835** Miscellaneous new functions 1835** Miscellaneous new functions
1836 1836
1837+++ 1837+++
1838*** `format-seconds' converts a number of seconds into a readable
1839string of days, hours, etc.
1840
1841+++
1842*** `apply-partially' performs a "curried" application of a function. 1838*** `apply-partially' performs a "curried" application of a function.
1843 1839
1844+++ 1840+++
1845*** `read-shell-command' does what its name says, with completion. It
1846uses the minibuffer-local-shell-command-map for that.
1847
1848+++
1849*** `buffer-swap-text' swaps text between two buffers. This can be 1841*** `buffer-swap-text' swaps text between two buffers. This can be
1850useful for modes such as tar-mode, archive-mode, RMAIL. 1842useful for modes such as tar-mode, archive-mode, RMAIL.
1851 1843
1852*** New variable `buffer-swapped-with' lets the modes that use
1853`buffer-swap-text' arrange to save the file from the proper buffer.
1854
1855+++ 1844+++
1856*** `read-color' reads a color name using the minibuffer. 1845*** `combine-and-quote-strings' produces a single string from a list of strings
1846sticking a separator string in between each pair, and quoting those
1847strings that include the separator as their substring. Useful for
1848consing shell command lines from the individual arguments.
1849
1850*** `custom-note-var-changed' tells Custom to treat the change in a
1851certain variable as having been made within Custom.
1857 1852
1858+++ 1853+++
1859*** `face-all-attributes' returns an alist describing all the basic 1854*** `face-all-attributes' returns an alist describing all the basic
1860attributes of a given face. 1855attributes of a given face.
1861 1856
1862+++ 1857+++
1863*** `split-string-and-unquote' splits a string into a list of substrings 1858*** `format-seconds' converts a number of seconds into a readable
1864on the boundaries of a given delimiter, and unquotes the substrings that 1859string of days, hours, etc.
1865are quoted. Useful for taking apart shell commands.
1866
1867+++
1868*** `combine-and-quote-strings' produces a single string from a list of strings
1869sticking a separator string in between each pair, and quoting those
1870strings that include the separator as their substring. Useful for
1871consing shell command lines from the individual arguments.
1872 1860
1873+++ 1861+++
1874*** `image-refresh' refreshes all images associated with a given image 1862*** `image-refresh' refreshes all images associated with a given image
1875specification. 1863specification.
1876 1864
1865*** `locate-user-emacs-file' helps packages to select the appropriate
1866place to save user-specific files. It defaults to `user-emacs-directory'
1867unless the file already exists at $HOME.
1868
1869+++
1870*** `read-color' reads a color name using the minibuffer.
1871
1872+++
1873*** `read-shell-command' does what its name says, with completion. It
1874uses the minibuffer-local-shell-command-map for that.
1875
1876+++
1877*** `split-string-and-unquote' splits a string into a list of substrings
1878on the boundaries of a given delimiter, and unquotes the substrings that
1879are quoted. Useful for taking apart shell commands.
1880
1877+++ 1881+++
1878*** The two new functions `looking-at-p' and `string-match-p' can do 1882*** The two new functions `looking-at-p' and `string-match-p' can do
1879the same matching as `looking-at' and `string-match' without changing 1883the same matching as `looking-at' and `string-match' without changing
@@ -1884,10 +1888,6 @@ the match data.
1884`serial-process-configure' provide a Lisp interface to the new serial 1888`serial-process-configure' provide a Lisp interface to the new serial
1885port support (see Emacs changes, above). 1889port support (see Emacs changes, above).
1886 1890
1887*** `locate-user-emacs-file' helps packages to select the appropriate
1888place to save user-specific files. It defaults to `user-emacs-directory'
1889unless the file already exists at $HOME.
1890
1891** Miscellaneous new variables 1891** Miscellaneous new variables
1892 1892
1893+++ 1893+++
@@ -1905,9 +1905,6 @@ relevant data.
1905*** `fill-forward-paragraph-function' specifies which function the 1905*** `fill-forward-paragraph-function' specifies which function the
1906filling code should use to find paragraph boundaries. 1906filling code should use to find paragraph boundaries.
1907 1907
1908*** `custom-note-var-changed' tells Custom to treat the change in a
1909certain variable as having been made within Custom.
1910
1911 1908
1912* New Packages for Lisp Programming in Emacs 23.1 1909* New Packages for Lisp Programming in Emacs 23.1
1913 1910