]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 9 Dec 2002 01:56:15 +0000 (01:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 9 Dec 2002 01:56:15 +0000 (01:56 +0000)
lib-src/ChangeLog
src/ChangeLog

index 89207ad85f3aaf95fd5f908bb79a7a5e8310279f..b316887fb4311d3d1b2ea5a40e44fab97fa15444 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-08  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <rms@gnu.org>
 
        * getopt.c: Comment out include of libintl.h or gettext.h.
index b2a50bfa1d8958c03feba5feb4e80ad64cc87897..e6c8c6508800a8828d9f97e277a46d4bcf8feb64 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-08  Richard M. Stallman  <rms@gnu.org>
+
+       * xdisp.c (row_containing_pos): Check more carefully
+       whether charpos is really in the row before returning it.
+
 2002-12-07  Steven Tamm  <steventamm@mac.com>
 
        * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.