diff options
| author | Lute Kamstra | 2005-07-05 13:32:07 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-07-05 13:32:07 +0000 |
| commit | 68003d6be950cf46a695ae5685f016b00c9c552d (patch) | |
| tree | 03fffea3c6bcaf963a5145f6483556c8fc8f0324 | |
| parent | a0ec7a4a172485fc75b8d1363deb7a23911a950f (diff) | |
| download | emacs-68003d6be950cf46a695ae5685f016b00c9c552d.tar.gz emacs-68003d6be950cf46a695ae5685f016b00c9c552d.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
3 files changed, 14 insertions, 3 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 7e13df74375..b5ffd444fb4 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -101,8 +101,9 @@ time to make anfe-ftp more intelligent. | |||
| 101 | 101 | ||
| 102 | * FSF's ADDRESS | 102 | * FSF's ADDRESS |
| 103 | 103 | ||
| 104 | ** Update the FSF's address in all files. | 104 | ** Regenerate refcards in etc. |
| 105 | Lute Kamstra is working on this. | 105 | |
| 106 | ** lisp/elide-head.el needs an update. | ||
| 106 | 107 | ||
| 107 | 108 | ||
| 108 | * DOCUMENTATION | 109 | * DOCUMENTATION |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5161615a5b5..05549c09c88 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2005-07-04 Lute Kamstra <lute@gnu.org> | 1 | 2005-07-05 Lute Kamstra <lute@gnu.org> |
| 2 | 2 | ||
| 3 | * battery.el: Add support for Darwin (with much debugging help | 3 | * battery.el: Add support for Darwin (with much debugging help |
| 4 | from Samuel Lauber <sam124@operamail.com>). | 4 | from Samuel Lauber <sam124@operamail.com>). |
| @@ -7,6 +7,12 @@ | |||
| 7 | (battery-load-low, battery-load-critical): New user options. | 7 | (battery-load-low, battery-load-critical): New user options. |
| 8 | (battery-pmset): New function. | 8 | (battery-pmset): New function. |
| 9 | 9 | ||
| 10 | 2005-07-05 Lute Kamstra <lute@gnu.org> | ||
| 11 | |||
| 12 | Update FSF's address in GPL notices. | ||
| 13 | |||
| 14 | * textmodes/page-ext.el: Update FSF's address. | ||
| 15 | |||
| 10 | 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca> | 16 | 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca> |
| 11 | 17 | ||
| 12 | * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive | 18 | * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive |
diff --git a/src/ChangeLog b/src/ChangeLog index 3753d88a0e8..e4ef9d60e26 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-07-04 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | Update FSF's address in GPL notices. | ||
| 4 | |||
| 1 | 2005-07-03 Richard M. Stallman <rms@gnu.org> | 5 | 2005-07-03 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * xdisp.c (try_window): Fix previous change in how it handles | 7 | * xdisp.c (try_window): Fix previous change in how it handles |