aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-04-09 01:24:24 +0000
committerRichard M. Stallman2007-04-09 01:24:24 +0000
commit8cf70aceefb4c198caea0de07747f5c82aa1443a (patch)
tree7398aba33c2a7d75cdbcae80589b15efdab4f448
parent4c669c09ddf8c94339943dea4ae73a90e503709b (diff)
downloademacs-8cf70aceefb4c198caea0de07747f5c82aa1443a.tar.gz
emacs-8cf70aceefb4c198caea0de07747f5c82aa1443a.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE4
-rw-r--r--etc/NEWS3
2 files changed, 6 insertions, 1 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 552be7cf7e3..9aa6ef10d66 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -43,6 +43,10 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
43 43
44** dashteacup@gmail.com, Apr 2: c-subword-mode - inconsistent behavior 44** dashteacup@gmail.com, Apr 2: c-subword-mode - inconsistent behavior
45 45
46** spurious scrolling bug
47
48** crash in gc_sweep
49
46* DOCUMENTATION 50* DOCUMENTATION
47 51
48** Check the Emacs Tutorial. 52** Check the Emacs Tutorial.
diff --git a/etc/NEWS b/etc/NEWS
index 862e98e7d70..b6b08e550bb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2895,6 +2895,7 @@ and super/sub-scripts are made into super/sub-scripts.
2895+++ 2895+++
2896*** New major mode Doctex mode, for *.dtx files. 2896*** New major mode Doctex mode, for *.dtx files.
2897 2897
2898---
2898** BibTeX mode: 2899** BibTeX mode:
2899 2900
2900*** The new command `bibtex-url' browses a URL for the BibTeX entry at 2901*** The new command `bibtex-url' browses a URL for the BibTeX entry at
@@ -5428,7 +5429,7 @@ override incorrect graphical display dimensions returned by functions
5428** Mouse pointer features: 5429** Mouse pointer features:
5429 5430
5430+++ (lispref) 5431+++ (lispref)
5431??? (man) 5432--- (man)
5432*** The mouse pointer shape in void text areas (i.e. after the end of a 5433*** The mouse pointer shape in void text areas (i.e. after the end of a
5433line or below the last line in the buffer) of the text window is now 5434line or below the last line in the buffer) of the text window is now
5434controlled by the new variable `void-text-area-pointer'. The default 5435controlled by the new variable `void-text-area-pointer'. The default