From: Richard M. Stallman Date: Mon, 9 Dec 2002 01:56:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~12079 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85cce8434790780ebdd1f28494987a3d95d52555;p=emacs.git *** empty log message *** --- 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 @@ +2002-12-08 Richard M. Stallman + + * getopt.c: Do include libintl.h if HAVE_LIBINTL_H. + (_): Test only HAVE_LIBINTL_H to decide what to do. + 2002-12-05 Richard M. Stallman * 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 @@ +2002-12-08 Richard M. Stallman + + * xdisp.c (row_containing_pos): Check more carefully + whether charpos is really in the row before returning it. + 2002-12-07 Steven Tamm * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.