Mercurial > emacs
changeset 48759:adc625ac6c52
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 09 Dec 2002 01:56:15 +0000 |
parents | 0b855d91442b |
children | 0006966fe2dc |
files | lib-src/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Mon Dec 09 01:56:05 2002 +0000 +++ b/lib-src/ChangeLog Mon Dec 09 01:56:15 2002 +0000 @@ -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.
--- a/src/ChangeLog Mon Dec 09 01:56:05 2002 +0000 +++ b/src/ChangeLog Mon Dec 09 01:56:15 2002 +0000 @@ -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.