Mercurial > emacs
changeset 39239:246f0728f1d7
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 11 Sep 2001 08:31:16 +0000 |
parents | 7370effcd55c |
children | e2d428b5bfea |
files | configure lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 16 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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 <gerd@gnu.org> + + * textmodes/outline.el (outline-mode): Use `^' and a shy group + when constructing imenu-generic-expression from outline-regexp. + 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il> * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
--- 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 <gerd@gnu.org> + + * 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 <gerd@gnu.org> * alloc.c (allocate_buffer): Call VALIDATE_LISP_STORAGE. @@ -35,7 +42,8 @@ 2001-09-04 Andrew Innes <andrewi@gnu.org> - * 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