diff options
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 7 |
2 files changed, 4 insertions, 5 deletions
| @@ -16,7 +16,7 @@ | |||
| 16 | * config.bat: Fix configuring `doc' due to changes in the | 16 | * config.bat: Fix configuring `doc' due to changes in the |
| 17 | directory structure. | 17 | directory structure. |
| 18 | 18 | ||
| 19 | 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change) | 19 | 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change) |
| 20 | 20 | ||
| 21 | * configure.in: Don't use -lpthread on HP-UX. | 21 | * configure.in: Don't use -lpthread on HP-UX. |
| 22 | 22 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b395cd797a9..1c034582a15 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org> | 1 | 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org> |
| 2 | 2 | ||
| 3 | * ses.el: Make `ses--symbolic-formulas' a safe local variable. | 3 | * ses.el: Make `ses--symbolic-formulas' a safe local variable. |
| 4 | (ses-mode-print-map): Add `c' and `t' (suggested by | 4 | (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees). |
| 5 | Gareth Rees). | ||
| 6 | (ses-recalculate-cell): Deal with point being just beyond end of | 5 | (ses-recalculate-cell): Deal with point being just beyond end of |
| 7 | data area (why does this happen?) | 6 | data area (why does this happen?) |
| 8 | (ses-set-curcell): Ditto. | 7 | (ses-set-curcell): Ditto. |
| @@ -11,8 +10,8 @@ | |||
| 11 | 10 | ||
| 12 | 2007-10-25 Carsten Dominik <dominik@science.uva.nl> | 11 | 2007-10-25 Carsten Dominik <dominik@science.uva.nl> |
| 13 | 12 | ||
| 14 | * textmodes/org.el: (org-agenda-get-restriction-and-command): Use | 13 | * textmodes/org.el (org-agenda-get-restriction-and-command): |
| 15 | `mapc' instead of `mapcar'. | 14 | Use `mapc' instead of `mapcar'. |
| 16 | (org-agenda-list): Numeric prefix argument can specify the number | 15 | (org-agenda-list): Numeric prefix argument can specify the number |
| 17 | of days. | 16 | of days. |
| 18 | (remember-register, remember-buffer): Prevent byte compiler from | 17 | (remember-register, remember-buffer): Prevent byte compiler from |