summaryrefslogtreecommitdiff
path: root/etc/NEWS.22
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2007-08-27 04:00:19 +0000
committerMiles Bader <miles@gnu.org>2007-08-27 04:00:19 +0000
commit596a489eda3ea091dc6f9d9d5ad10daacf2b7923 (patch)
tree16f65d4b4ee461bfd541affcff9ff7d0faf20cb0 /etc/NEWS.22
parent21320d2f85b5f73e8b8e998cb6f39dd024403628 (diff)
parent258c520b708ada337d36f55e36eedb9fd01a8744 (diff)
downloademacs-596a489eda3ea091dc6f9d9d5ad10daacf2b7923.tar.gz
Merge from emacs--rel--22
Patches applied: * emacs--rel--22 (patch 97-100) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 246-247) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-860
Diffstat (limited to 'etc/NEWS.22')
-rw-r--r--etc/NEWS.2210
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS.22 b/etc/NEWS.22
index cdf1ef1dd02..6009fea7551 100644
--- a/etc/NEWS.22
+++ b/etc/NEWS.22
@@ -41,6 +41,8 @@ below. Emacs tries to warn you about these through `bad-packages-alist'.
* Changes in Emacs 22.2
+** `browse-url-emacs' loads a URL into an Emacs buffer. Handy for *.el URLs.
+
** `bad-packages-alist' will warn about external packages that are known
to cause problems in this version of Emacs.
@@ -79,6 +81,14 @@ in to make it use the scrollbars from the system theme.
* Lisp Changes in Emacs 22.2.
+** The function invisible-p returns non-nil if the character
+ after a specified position is invisible.
+
++++
+** inhibit-modification-hooks is bound to t while running modification hooks.
+As a happy consequence, after-change-functions and before-change-functions
+are not bound to nil any more while running an (after|before)-change-function.
+
** New function `window-full-width-p' returns t if a window is as wide
as its frame.