aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-04-13 03:00:36 +0000
committerGlenn Morris2007-04-13 03:00:36 +0000
commitfc6ee824d16ca00909f45f76ba14148447e2de7c (patch)
tree9e2f7f914465ab218e1a870ff6629c031e41720d
parent2559e8f6295fb4060bcb3a1ca7d6d9e6315d2b1b (diff)
downloademacs-fc6ee824d16ca00909f45f76ba14148447e2de7c.tar.gz
emacs-fc6ee824d16ca00909f45f76ba14148447e2de7c.zip
*** empty log message ***
-rw-r--r--ChangeLog4
-rw-r--r--admin/FOR-RELEASE21
-rw-r--r--etc/ChangeLog2
3 files changed, 23 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e6eed08e9db..7fe9ac3efe6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12007-04-13 Glenn Morris <rgm@gnu.org>
2
3 * INSTALL: In lib-src, timer, wakeup, yow are removed.
4
12007-04-04 Glenn Morris <rgm@gnu.org> 52007-04-04 Glenn Morris <rgm@gnu.org>
2 6
3 * configure.in (NON_GNU_CPP): Use associated preprocessor when 7 * configure.in (NON_GNU_CPP): Use associated preprocessor when
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index afd85a0dcd9..97a1e663d0f 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -42,8 +42,7 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
42* BUGS 42* BUGS
43 43
44** spurious scrolling bug 44** spurious scrolling bug
45Not sure what this refers to (added April 9). Maybe 45http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00443.html
46http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-04/msg00003.html ?
47 46
48** crash in gc_sweep 47** crash in gc_sweep
49http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00082.html 48http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00082.html
@@ -52,19 +51,33 @@ http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00082.html
52 various ways does not crash Emacs no matter how much I try." 51 various ways does not crash Emacs no matter how much I try."
53 52
54** ryanmcgeary@hotmail.com, Apr 9: x-display-pixel-width 53** ryanmcgeary@hotmail.com, Apr 9: x-display-pixel-width
54http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00400.html
55Not a bug, but doc must be updated. 55Not a bug, but doc must be updated.
56 56
57** disumu@x3y2z1.net, Apr 10: url-http endless loop 57** disumu@x3y2z1.net, Apr 10: url-http endless loop
58http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00379.html 58http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00379.html
59 59
60** Parsing URL attributes - url-mailto, url-imap, url-ldap broken?
61http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00455.html
62
60** 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
61 65
62** nickrob@snap.net.nz, April 12: display margin errors on a tty 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
63 68
64** footnote.el doesn't really let people customize footnote-style. 69** footnote.el doesn't really let people customize footnote-style.
70http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00406.html
71
72** compile.el change to use compilation-directory instead of
73 default-directory does not work right.
74http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00342.html
75
76** tmm-menubar breaks in org mode
77http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00230.html
65 78
66** compile.el change to use compilation-directory instead of 79** BibTeX-mode: bibtex-user-optional-fields: INIT without {}
67 default-directory does not work right. 80http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00255.html
68 81
69* DOCUMENTATION 82* DOCUMENTATION
70 83
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 1bb9b2002cc..d28562f8a62 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * MACHINES: emacserver is removed. 3 * MACHINES: emacserver is removed.
4 4
5 * MORE.STUFF: Update some links, remove some dead ones.
6
52007-04-04 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> 72007-04-04 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
6 8
7 * emacs.py (format_exception): New function. 9 * emacs.py (format_exception): New function.