]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(texinfo-mode-syntax-table): Add \n as comment-end.
[gnu-emacs] / lisp / ChangeLog
index be10bcc1bd2e571bada4a60d4dc45311d96dd935..94c3923323229195b028fe3de6d87e35aaf46cff 100644 (file)
@@ -1,3 +1,93 @@
+2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as comment-end.
+       (texinfo-font-lock-syntactic-keywords): New var.
+       (texinfo-font-lock-keywords): Remove comment regexp.
+       (texinfo-insert-block): New function.
+       (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
+       (texinfo-mode): Use define-derived-mode.
+       Tweak comment-start-skip and font-lock-defaults.
+       Use regexp-opt for outline-regexp.
+       (texinfo-environments): New var.
+       (texinfo-environment-regexp): Use regexp-opt and texinfo-environments.
+
+       * textmodes/ispell.el (ispell-menu-map-needed): Check that ispell-process
+       is bound since this might be eval'd before ispell is loaded.
+       (ispell-message): Use a tiny bit less magic and a bit more hard data
+       to figure out what kind of sc-cite-regexp to use.
+
+       * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
+
+       * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
+       (insert-cyclic-diary-entry): Unquote the lambda.
+
+       * gud.el (gud-jdb-build-source-files-list): Fix typo.
+
+       * files.el (backup-enable-predicate): Unquote the lambda.
+
+       * cus-edit.el (custom-face, face): Unquote the lambda.
+
+2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+       * ps-print.el: Check for line-beginning-position definition.
+       
+       * ps-print.el: Fix counting lines in a region.
+       (ps-print-version): New version number (5.1.5).
+       (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
+       (ps-printing-region): Fun code fix.
+
+2000-04-15  Gerd Moellmann  <gerd@gnu.org>
+
+       * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
+       to file-directory-p.
+
+2000-04-14  Gerd Moellmann  <gerd@gnu.org>
+
+       * gud.el (gud-jdb-build-source-files-list): Check that directory
+       exists before calling directory-files.
+
+2000-04-13  Dave Love  <fx@gnu.org>
+
+       * emacs-lisp/trace.el: Change maintainer.  Use new backquote
+       syntax.
+
+       * emacs-lisp/cl-specs.el: Remove when, unless.
+
+       * emacs-lisp/cl-extra.el: Don't quote keywords.
+       (cl-old-mapc): New variable.
+       (mapc): Use it.
+       (cl-map-intervals): Use with-current-buffer.  Don't check for
+       next-property-change.
+       (cl-map-overlays): Use with-current-buffer.
+       (cl-expt): Remove.
+       (copy-tree, remprop): Define unconditionally.
+
+       * emacs-lisp/cl-compat.el (keywordp): Remove.
+
+       * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
+       to use keywordp.
+       (edebug-spec): Enable keywordp.
+
+       * cus-edit.el (custom-sort-items): Avoid symbol-name with new
+       string-lessp.
+
+       * cus-start.el: Use keywordp.
+
+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