# HG changeset patch # User Gerd Moellmann # Date 1000197076 0 # Node ID 246f0728f1d7ceba06bce68a4beb4e0ff0d26d61 # Parent 7370effcd55c25804fce8e290dbd66e2dd39c14b *** empty log message *** diff -r 7370effcd55c -r 246f0728f1d7 configure --- a/configure Tue Sep 11 08:30:54 2001 +0000 +++ b/configure Tue Sep 11 08:31:16 2001 +0000 @@ -9319,7 +9319,7 @@ sed -e '/start of cpp stuff/q' \ < Makefile.c > junk1.c sed -e '1,/start of cpp stuff/d'\ - -e 's@/\*\*/#\(.*\)$@/* \1 */@' \ + -e 's,/\*\*/#\(.*\)$,/* \1 */,' \ < Makefile.c > junk.c $CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c | \ sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c @@ -9335,7 +9335,7 @@ sed -e '/start of cpp stuff/q' \ < Makefile.c > junk1.c sed -e '1,/start of cpp stuff/d'\ - -e 's@/\*\*/#\(.*\)$@/* \1 */@' \ + -e 's,/\*\*/#\(.*\)$,/* \1 */,' \ < Makefile.c > junk.c $CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c | \ sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c diff -r 7370effcd55c -r 246f0728f1d7 lisp/ChangeLog --- a/lisp/ChangeLog Tue Sep 11 08:30:54 2001 +0000 +++ b/lisp/ChangeLog Tue Sep 11 08:31:16 2001 +0000 @@ -1,3 +1,8 @@ +2001-09-11 Gerd Moellmann + + * textmodes/outline.el (outline-mode): Use `^' and a shy group + when constructing imenu-generic-expression from outline-regexp. + 2001-09-10 Eli Zaretskii * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with diff -r 7370effcd55c -r 246f0728f1d7 src/ChangeLog --- a/src/ChangeLog Tue Sep 11 08:30:54 2001 +0000 +++ b/src/ChangeLog Tue Sep 11 08:31:16 2001 +0000 @@ -1,3 +1,10 @@ +2001-09-11 Gerd Moellmann + + * xdisp.c (init_from_display_pos): Put some code in #if 0. + (add_to_log): Use bcopy instead of strcpy. + (init_from_display_pos): Use an explicit loop over bytes in + overlay strings instead of calling index. + 2001-09-10 Gerd Moellmann * alloc.c (allocate_buffer): Call VALIDATE_LISP_STORAGE. @@ -35,7 +42,8 @@ 2001-09-04 Andrew Innes - * w32term.c (w32_read_socket): Add more information to debugging output. + * w32term.c (w32_read_socket): Add more information to debugging + output. * w32fns.c (w32_createwindow): Remove the WS_CLIPCHILDREN style from Emacs frames, so that calls to GetClipBox in w32term.c