aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-01-03 23:47:14 +0000
committerRichard M. Stallman2007-01-03 23:47:14 +0000
commitc3295e7b6358c7b3d619daf2ca2c471f35cefcc2 (patch)
tree29c51e86e80b17807cf47a8bd114990584fec0dd
parent576538836a5a8037e264f05b0f2b9c1960fff0dd (diff)
downloademacs-c3295e7b6358c7b3d619daf2ca2c471f35cefcc2.tar.gz
emacs-c3295e7b6358c7b3d619daf2ca2c471f35cefcc2.zip
*** empty log message ***
-rw-r--r--ChangeLog6
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog4
4 files changed, 15 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a51c969309..32b12e6d1c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
2
3 * configure.in: Detect and use fink-installed in intel-based Mac
4 builds; change Apple Darwin section to support both PowerPC and
5 Intel-based Macs.
6
12006-12-26 Andreas Schwab <schwab@suse.de> 72006-12-26 Andreas Schwab <schwab@suse.de>
2 8
3 * Makefile.in (datarootdir): Define. 9 * Makefile.in (datarootdir): Define.
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 904aabf1e9f..b5d5a6934c5 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -50,8 +50,6 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
50 50
51* BUGS 51* BUGS
52 52
53** document gpg-agent.
54
55** Need papers from Rubini for his code in t-mouse.el 53** Need papers from Rubini for his code in t-mouse.el
56 Sent instructions. 54 Sent instructions.
57 55
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0038489b6ea..737aa9b8af7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,8 @@
12007-01-03 acm <acm@muc.de> 12007-01-03 Richard Stallman <rms@gnu.org>
2
3 * woman.el (woman-decode-buffer): Clarify error message.
4
52007-01-03 Alan Mackenzie <acm@muc.de>
2 6
3 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy 7 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy
4 patch. 8 patch.
diff --git a/src/ChangeLog b/src/ChangeLog
index b6ebb666c05..0da6e104cfc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12007-01-03 Richard Stallman <rms@gnu.org>
2
3 * window.c (Fwindow_end): Check BUF_OVERLAY_MODIFF like BUF_MODIFF.
4
12007-01-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 52007-01-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 6
3 * gtkutil.h (xg_menu_item_cb_data_): Remove highlight_id and 7 * gtkutil.h (xg_menu_item_cb_data_): Remove highlight_id and