aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-05-25 15:59:47 +0000
committerGerd Moellmann2000-05-25 15:59:47 +0000
commitfc6a6a4e9daff1c9bb26cc25d0401fa928256184 (patch)
tree6a88eb5b8a650bb7ceb536900e390c89ff2398c5
parenteee9fd254c1a49247c4d899d9d497cdbff39393e (diff)
downloademacs-fc6a6a4e9daff1c9bb26cc25d0401fa928256184.tar.gz
emacs-fc6a6a4e9daff1c9bb26cc25d0401fa928256184.zip
*** empty log message ***
-rw-r--r--etc/MORE.STUFF2
-rw-r--r--lisp/ChangeLog14
-rw-r--r--man/ChangeLog4
-rw-r--r--src/ChangeLog5
4 files changed, 17 insertions, 8 deletions
diff --git a/etc/MORE.STUFF b/etc/MORE.STUFF
index c11cc739557..10a318360d4 100644
--- a/etc/MORE.STUFF
+++ b/etc/MORE.STUFF
@@ -166,7 +166,7 @@ the future.
166 <URL:http://www-uk.hpl.hp.com/people/ange/efs> 166 <URL:http://www-uk.hpl.hp.com/people/ange/efs>
167 Version 1.16 is said not to work properly with Emacs 20. 167 Version 1.16 is said not to work properly with Emacs 20.
168 168
169 * Elib library: <URL:/software/elib/elib.html> 169 * Elib library: <URL:http://www.gnu.org/software/elib/elib.html>
170 From GNU distribution mirrors. 170 From GNU distribution mirrors.
171 171
172 * Emacspeak -- A Speech Output Subsystem For Emacs: 172 * Emacspeak -- A Speech Output Subsystem For Emacs:
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8a9310ac473..36a82f0268e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -44,21 +44,21 @@
44 44
452000-05-24 Michael Kifer <kifer@cs.sunysb.edu> 452000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
46 46
47 * ediff-diff.el (ediff-forward-word): take syntactic word class into 47 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
48 account. 48 account.
49 (ediff-test-utility,ediff-diff-mandatory-option, 49 (ediff-test-utility,ediff-diff-mandatory-option)
50 ediff-reset-diff-options): utilities for proper initialization of 50 (ediff-reset-diff-options): Utilities for proper initialization of
51 ediff-diff-options and ediff-diff3-options on Windows. 51 ediff-diff-options and ediff-diff3-options on Windows.
52 52
53 * ediff-init.el (ediff-merge-filename-prefix): new customizable 53 * ediff-init.el (ediff-merge-filename-prefix): New customizable
54 variable. 54 variable.
55 55
56 * ediff-mult.el (ediff-filegroup-action): use 56 * ediff-mult.el (ediff-filegroup-action): Use
57 ediff-merge-filename-prefix. 57 ediff-merge-filename-prefix.
58 58
592000-05-24 Michael Kifer <kifer@cs.sunysb.edu> 592000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
60 60
61 * viper-ex.el (ex-write): set selective display to nil. 61 * viper-ex.el (ex-write): Set selective display to nil.
62 62
632000-05-24 Eli Zaretskii <eliz@is.elta.co.il> 632000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
64 64
@@ -687,7 +687,7 @@
687 687
6882000-05-07 Dave Love <fx@gnu.org> 6882000-05-07 Dave Love <fx@gnu.org>
689 689
690 * time.el: Small doc fixes from Pavel Janic. 690 * time.el: Small doc fixes from Pavel Janík ml..
691 691
6922000-05-05 Dave Love <fx@gnu.org> 6922000-05-05 Dave Love <fx@gnu.org>
693 693
diff --git a/man/ChangeLog b/man/ChangeLog
index a5bd422b27c..3c052888b23 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12000-05-25 Gerd Moellmann <gerd@gnu.org>
2
3 * eudc.texi: Fix @direntry, add @dircategory.
4
12000-05-23 Gerd Moellmann <gerd@gnu.org> 52000-05-23 Gerd Moellmann <gerd@gnu.org>
2 6
3 * cmdargs.texi, custom.texi, dired-x.texi, ediff.texi, 7 * cmdargs.texi, custom.texi, dired-x.texi, ediff.texi,
diff --git a/src/ChangeLog b/src/ChangeLog
index 308e7ad2c43..f6ae2321c2a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12000-05-25 Gerd Moellmann <gerd@gnu.org>
2
3 * xdisp.c (handle_invisible_prop): Don't try to skip over
4 invisible text if end of text is already reached.
5
12000-05-25 Dave Love <fx@gnu.org> 62000-05-25 Dave Love <fx@gnu.org>
2 7
3 * xdisp.c (Fdump_glyph_matrix): Declare the arg. 8 * xdisp.c (Fdump_glyph_matrix): Declare the arg.