aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-12-09 01:56:15 +0000
committerRichard M. Stallman2002-12-09 01:56:15 +0000
commit85cce8434790780ebdd1f28494987a3d95d52555 (patch)
tree652a5a3452952c1829ebb8cc094d2461bad65f65
parent5cce13ddd745a4952bf1cdcab348c8db69482ecc (diff)
downloademacs-85cce8434790780ebdd1f28494987a3d95d52555.tar.gz
emacs-85cce8434790780ebdd1f28494987a3d95d52555.zip
*** empty log message ***
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--src/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 89207ad85f3..b316887fb43 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12002-12-08 Richard M. Stallman <rms@gnu.org>
2
3 * getopt.c: Do include libintl.h if HAVE_LIBINTL_H.
4 (_): Test only HAVE_LIBINTL_H to decide what to do.
5
12002-12-05 Richard M. Stallman <rms@gnu.org> 62002-12-05 Richard M. Stallman <rms@gnu.org>
2 7
3 * getopt.c: Comment out include of libintl.h or gettext.h. 8 * getopt.c: Comment out include of libintl.h or gettext.h.
diff --git a/src/ChangeLog b/src/ChangeLog
index b2a50bfa1d8..e6c8c650880 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12002-12-08 Richard M. Stallman <rms@gnu.org>
2
3 * xdisp.c (row_containing_pos): Check more carefully
4 whether charpos is really in the row before returning it.
5
12002-12-07 Steven Tamm <steventamm@mac.com> 62002-12-07 Steven Tamm <steventamm@mac.com>
2 7
3 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read. 8 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.