aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-10-25 22:12:04 +0000
committerJuanma Barranquero2007-10-25 22:12:04 +0000
commit5aec60dfd742218b6fca9199cd3d4f0540e02e35 (patch)
treee1987075e008d42a4c5a420d1fd028dbbb07cde0
parenta9afba2096d15e8121467b2513d92cc2d5be2199 (diff)
downloademacs-5aec60dfd742218b6fca9199cd3d4f0540e02e35.tar.gz
emacs-5aec60dfd742218b6fca9199cd3d4f0540e02e35.zip
*** empty log message ***
-rw-r--r--ChangeLog2
-rw-r--r--lisp/ChangeLog7
2 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index cc96bb2601d..05fee194765 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
192007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change) 192007-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 @@
12007-10-25 Jonathan Yavner <jyavner@member.fsf.org> 12007-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
122007-10-25 Carsten Dominik <dominik@science.uva.nl> 112007-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