aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-22 12:17:51 +0000
committerGerd Moellmann2000-03-22 12:17:51 +0000
commitee1c5b21883cdeff89dd2441c57017958862945e (patch)
tree75697c04b446e670c8295ff5f4165f2ad1808e58
parent133fc76450f7c0658151f38094912c46799f7248 (diff)
downloademacs-ee1c5b21883cdeff89dd2441c57017958862945e.tar.gz
emacs-ee1c5b21883cdeff89dd2441c57017958862945e.zip
*** empty log message ***
-rw-r--r--etc/ChangeLog4
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog7
3 files changed, 17 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 1f0df0bfade..3f0bd39c1bd 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2
3 * ps-prin0.ps: Define command only for language level 1.
4
12000-03-16 Vinicius Jose Latorre <vinicius@cpqd.com.br> 52000-03-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2 6
3 * ps-prin0.ps: Define packedarray operator for language level 1, adjust 7 * ps-prin0.ps: Define packedarray operator for language level 1, adjust
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5cd03840fe7..67a9387c4c5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2
3 * ps-print.el: N-up last page fix.
4 (ps-print-version): New version number (5.1.1).
5 (ps-end-file, ps-end-job, ps-generate): Code fix.
6
12000-03-21 Stefan Monnier <monnier@cs.yale.edu> 72000-03-21 Stefan Monnier <monnier@cs.yale.edu>
2 8
3 * files.el (find-file-run-dired): Update docstring. 9 * files.el (find-file-run-dired): Update docstring.
diff --git a/src/ChangeLog b/src/ChangeLog
index 9606e8f4ca7..1d1916b24bc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12000-03-22 Gerd Moellmann <gerd@gnu.org>
2
3 * xfaces.c (lface_same_font_attributes_p): Compare font attributes
4 as strings only if both are known to be strings.
5
6 * s/openbsd.h (LIBS_TERMCAP): Undef.
7
12000-03-21 Stefan Monnier <monnier@cs.yale.edu> 82000-03-21 Stefan Monnier <monnier@cs.yale.edu>
2 9
3 * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default 10 * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default