diff options
author | Miles Bader <miles@gnu.org> | 2007-08-13 13:41:28 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-08-13 13:41:28 +0000 |
commit | 37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53 (patch) | |
tree | 7fb68e80f66e55100c48b9751cf70c74af2d4bf1 /etc/NEWS.22 | |
parent | 031b6333283be57d971e557b83da31c6be937b0a (diff) | |
parent | 9d2db4c6637fe37d75f947063bcb2ecce319a1bc (diff) | |
download | emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.tar.gz |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
Diffstat (limited to 'etc/NEWS.22')
-rw-r--r-- | etc/NEWS.22 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index fc608c69c2d..6e227639fed 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 @@ -55,6 +55,8 @@ in to make it use the scrollbars from the system theme. * New Modes and Packages in Emacs 22.2 +** bibtex-style-mode helps you write BibTeX's *.bst files. + ** The new package css-mode.el provides a major mode for editing CSS files. ** The new package vera-mode.el provides a major mode for editing Vera files. @@ -67,6 +69,8 @@ in to make it use the scrollbars from the system theme. *** VC has some support for Mercurial (hg). +*** VC has some support for Bazaar (Bzr). + *** VC has some support for Git. * Lisp Changes in Emacs 22.2. @@ -77,6 +81,9 @@ as its frame. ** The new function `image-refresh' refreshes all images associated with a given image specification. +** The new function `split-string-and-unquote' does (what?) + +** The new function `combine-and-quote-strings' does (what?) * Installation Changes in Emacs 22.1 @@ -3558,8 +3565,8 @@ that is, floats are compared by value and other elements with `eq'. *** New functions `string-or-null-p' and `booleanp'. -`string-or-null-p' returns non-nil iff OBJECT is a string or nil. -`booleanp' returns non-nil iff OBJECT is t or nil. +`string-or-null-p' returns non-nil if OBJECT is a string or nil. +`booleanp' returns non-nil if OBJECT is t or nil. *** `makehash' is now obsolete. Use `make-hash-table' instead. |