diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-08-07 16:55:19 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-08-07 16:55:19 +0000 |
commit | 9b482dcb57cb7b34cb96e8d295438fcd88aef306 (patch) | |
tree | d8369d3757e786ffd742b90be98a84ef793505d9 | |
parent | 8f52ac89d36cc2d49c3b96d404331d7fe6a80783 (diff) | |
download | emacs-9b482dcb57cb7b34cb96e8d295438fcd88aef306.tar.gz |
Add more Emacs 22.2 changes.
-rw-r--r-- | etc/NEWS.22 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index ae31b2489e1..fc608c69c2d 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 @@ -69,6 +69,14 @@ in to make it use the scrollbars from the system theme. *** VC has some support for Git. +* Lisp Changes in Emacs 22.2. + +** New function `window-full-width-p' returns t if a window is as wide +as its frame. + +** The new function `image-refresh' refreshes all images associated +with a given image specification. + * Installation Changes in Emacs 22.1 |