]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 11 Sep 2001 08:31:16 +0000 (08:31 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 11 Sep 2001 08:31:16 +0000 (08:31 +0000)
configure
lisp/ChangeLog
src/ChangeLog

index bd1b767b1f7856c8e332cbcf3b70a32a5aa8aaff..2cd1a40949e5786b06fdfe566867b2982b839191 100755 (executable)
--- a/configure
+++ b/configure
@@ -9319,7 +9319,7 @@ echo creating lib-src/Makefile
   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 '/^[   \f]*$/d' > junk2.c
@@ -9335,7 +9335,7 @@ echo creating src/Makefile
   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 '/^[   \f]*$/d' > junk2.c
index 3bfca9f688eb0251cbd6637ddfe5b6af656d3bf6..9436d6bb49bc7b0ed36d2efdfda278926716ebac 100644 (file)
@@ -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
index 2736fbccc120e9ae1cf6ddf099f7bab5ad908729..61fcbf13a62dcf32095825b220565677fd29348b 100644 (file)
@@ -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