]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 13 Apr 2000 19:17:06 +0000 (19:17 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 13 Apr 2000 19:17:06 +0000 (19:17 +0000)
lisp/ChangeLog
src/ChangeLog

index be10bcc1bd2e571bada4a60d4dc45311d96dd935..612ca2c99e6fb73febb2182788a6be2f75db33f2 100644 (file)
@@ -1,3 +1,18 @@
+2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
+
+       * diary-lib.el (include-other-diary-files): Fix the fix of
+       2000-02-18 by doing a save-excursion.
+
+2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+       * ps-print.el: Customization fix, doc fix.
+       (ps-print-version): New version number (5.1.4).
+       (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
+       (ps-print-preprint): Adjust code.
+       (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
+       (ps-print-prologue-header, ps-print-control-characters)
+       (ps-spool-config): Customization fix.
+       
 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
index a1f51e3818be0d8852371fe0574ecd62a5b40e7a..16b361d4fbe3013a966310c2c8ce6f244373db9b 100644 (file)
@@ -1,3 +1,14 @@
+2000-04-13  Gerd Moellmann  <gerd@gnu.org>
+
+       * tparam.c (tparam1): Abort when encountering an unknown
+       `%'-specifier.
+
+       * s/freebsd.h (TERMCAP_OBJ) [__FreeBSD__ >= 4]: Define as
+       terminfo.o.
+
+       * Makefile.in (termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define
+       as TERMCAP_OBJ.
+
 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * fileio.c (a_write): Remove redundant semi-colons.