diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | admin/FOR-RELEASE | 21 | ||||
| -rw-r--r-- | etc/ChangeLog | 2 |
3 files changed, 23 insertions, 4 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-04-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * INSTALL: In lib-src, timer, wakeup, yow are removed. | ||
| 4 | |||
| 1 | 2007-04-04 Glenn Morris <rgm@gnu.org> | 5 | 2007-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 |
| 45 | Not sure what this refers to (added April 9). Maybe | 45 | http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00443.html |
| 46 | http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-04/msg00003.html ? | ||
| 47 | 46 | ||
| 48 | ** crash in gc_sweep | 47 | ** crash in gc_sweep |
| 49 | http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00082.html | 48 | http://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 |
| 54 | http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00400.html | ||
| 55 | Not a bug, but doc must be updated. | 55 | Not 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 |
| 58 | http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00379.html | 58 | http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00379.html |
| 59 | 59 | ||
| 60 | ** Parsing URL attributes - url-mailto, url-imap, url-ldap broken? | ||
| 61 | http://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 |
| 64 | http://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 |
| 67 | http://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. |
| 70 | http://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. | ||
| 74 | http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00342.html | ||
| 75 | |||
| 76 | ** tmm-menubar breaks in org mode | ||
| 77 | http://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. | 80 | http://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 | |||
| 5 | 2007-04-04 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> | 7 | 2007-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. |