aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2007-04-13 04:00:00 +0000
committerNick Roberts2007-04-13 04:00:00 +0000
commit6f2c280eb62744a7ba4a09fe505e4269ed5ba345 (patch)
tree072b6c0f924ac534e54891939c4bff57f17a1833
parent0bb48bffd6aaa23e89af05a175114cd84e902c56 (diff)
downloademacs-6f2c280eb62744a7ba4a09fe505e4269ed5ba345.tar.gz
emacs-6f2c280eb62744a7ba4a09fe505e4269ed5ba345.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE6
-rw-r--r--lisp/ChangeLog5
2 files changed, 5 insertions, 6 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 97a1e663d0f..0f78f13946e 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -63,9 +63,6 @@ http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00455.html
63** lennart.borgman@gmail.com, Apr 11: before-string in overlay 63** lennart.borgman@gmail.com, Apr 11: before-string in overlay
64http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00153.html 64http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00153.html
65 65
66** nickrob@snap.net.nz, April 12: display margin errors on a tty
67http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00220.html
68
69** footnote.el doesn't really let people customize footnote-style. 66** footnote.el doesn't really let people customize footnote-style.
70http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00406.html 67http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00406.html
71 68
@@ -73,9 +70,6 @@ http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00406.html
73 default-directory does not work right. 70 default-directory does not work right.
74http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00342.html 71http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00342.html
75 72
76** tmm-menubar breaks in org mode
77http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00230.html
78
79** BibTeX-mode: bibtex-user-optional-fields: INIT without {} 73** BibTeX-mode: bibtex-user-optional-fields: INIT without {}
80http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00255.html 74http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00255.html
81 75
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 66df4f750b0..faee838050e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12007-04-13 Glenn Morris <rgm@gnu.org>
2
3 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
4 inherited keymaps.
5
12007-04-12 Chong Yidong <cyd@stupidchicken.com> 62007-04-12 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * outline.el (outline-get-next-sibling): Clarify docstring. 8 * outline.el (outline-get-next-sibling): Clarify docstring.