]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(rmail-message-regexp-p): Use rfc822-goto-eoh
[gnu-emacs] / lisp / ChangeLog
index 4c1c05b4636b09d4097cc96195243799af674017..3d42dccf8907d3241abee470cf96bb68e61441e2 100644 (file)
@@ -1,3 +1,207 @@
+2001-04-26  Gerd Moellmann  <gerd@gnu.org>
+
+       * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
+       if necessary, like in rmail-show-message.
+
+2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+       * ps-print.el: Color specified by number is forced to be float number.
+       (ps-print-version): New version number (6.5.1.1).
+       (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
+       initialization.
+       (ps-prefix-quote): New internal var.
+       (ps-print-quote): New fun.
+       (ps-setup, ps-output-frame-properties, ps-float-format)
+       (ps-format-color): Code fix.
+       (ps-plot-region): Eliminate redundant foreground color text
+       setting.
+       
+2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * dabbrev.el (dabbrev--select-buffers): Add a doc string.
+
+2001-04-25  Gerd Moellmann  <gerd@gnu.org>
+
+       * faces.el (tty-handle-reverse-video): Don't set inverse-video.
+
+2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * info.el (Info-additional-directory-list): Doc fix.
+
+       * find-lisp.el (find-lisp-find-dired-filter)
+       (find-lisp-find-dired-subdirectories, find-lisp-find-dired): Add
+       autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
+
+2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * progmodes/make-mode.el (makefile-font-lock-keywords):
+       Rationalize the rules for includes and conditionals and use the
+       keyword face for them.
+
+       * faces.el (modify-face): Add compatibility for non-interactive use.
+
+2001-04-24  John Wiegley  <johnw@gnu.org>
+
+       * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
+       fix from last night, since it wasn't finding eshell/cd.
+
+2001-04-24  Gerd Moellmann  <gerd@gnu.org>
+
+       * rect.el (string-rectangle): Revert to 20.x behaviour.
+       (replace-rectangle): Make it an alias for string-rectangle.
+       (string-insert-rectangle): New function.
+
+2001-04-23  John Wiegley  <johnw@gnu.org>
+
+       * eshell/em-unix.el (eshell/diff): Fixed problems that were
+       occurring with Emacs 21's diff.el/compile.el interaction layer.
+
+2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
+
+       * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
+       case where the function was defined in a file, but not part of an
+       eshell module.
+
+2001-04-23  John Wiegley  <johnw@gnu.org>
+
+       * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
+       code to work around a redisplay problem I've been having.
+
+2001-04-23  John Wiegley  <johnw@gnu.org>
+
+       * calendar/timeclock.el (timeclock-day-required): If the time
+       required for a particular day is not set, use `timeclock-workday'.
+       (timeclock-find-discrep): Added some sample code in a comment.
+
+       * eshell/eshell.el (eshell-command): Made a few changes so that
+       `eshell-command' could be called programmatically.
+
+       * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
+
+       * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
+
+2001-04-23  John Wiegley  <johnw@gnu.org>
+
+       * calendar/timeclock.el: Updated copyright.
+       (timeclock-generate-report): Don't report the daily or two-week
+       total, if no time has been worked in that period.
+       (timeclock-find-discrep): Moved call to `file-readable-p'; removed
+       final computational form, which was unnecessary; corrected a
+       parsing problem when timeclock-relative was nil.
+
+2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
+
+       * calendar/timeclock.el (timeclock-modeline-display): Check if
+       `list-entry' is null.
+       (timeclock-use-display-time): The first argument to `set-variable'
+       must be a symbol.
+
+2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * calendar/calendar.el (diary-entry-marker)
+       (calendar-today-marker, calendar-holiday-marker):
+       Use display-color-p instead of window-system.
+       (calendar-mode-map, calendar-mode): Use display-popup-menus-p
+       instead of window-system.
+       (calendar-hide-window): Use display-multi-frame-p instead of
+       window-system.
+
+       * calendar/cal-x.el (calendar-two-frame-setup)
+       (calendar-only-one-frame-setup, calendar-one-frame-setup):
+       Use display-multi-frame-p instead of window-system.
+
+2001-04-23  Gerd Moellmann  <gerd@gnu.org>
+
+       * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
+
+       * textmodes/ispell.el, emacs-lisp/checkdoc.el,
+       * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
+
+2001-04-23  Alex Schroeder  <alex@gnu.org>
+
+       * goto-addr.el: Instead of defining line-beginning-position and
+       line-end-position a defalias is used for point-at-bol and point-at-eol.
+
+2001-04-23  Alex Schroeder  <alex@gnu.org>
+
+       * goto-addr.el: Added XEmacs compatibility code.
+       (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
+
+2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * textmodes/paragraphs.el (sentence-end): Doc fix.
+
+2001-04-20  Alex Schroeder  <alex@gnu.org>
+
+       * sql.el (sql-escape-newlines-and-send): New function.
+       (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
+
+2001-04-20  Alex Schroeder  <alex@gnu.org>
+
+       * sql.el (sql-db2-program): New option.
+       (sql-db2-options): New option.
+       (sql-db2): New function.
+
+2001-04-20  Alex Schroeder  <alex@gnu.org>
+
+       * sql.el (sql-mode-menu): Added highlighting entries.
+       (sql-highlight-oracle-keywords): New function.
+       (sql-highlight-postgres-keywords): New function.
+       (sql-highlight-ansi-keywords): New function.
+
+2001-04-20  Alex Schroeder  <alex@gnu.org>
+
+       * sql.el (sql-help): Doc change.
+
+2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
+
+2001-04-18  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
+       for defmethod.
+
+       * comint.el (comint-cr-magic): New function.
+       (toplevel): Add it to comint-preoutput-filter-functions.
+
+2001-04-18  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.w32-in (EMACSLOADPATH): Define.
+       (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
+       (recompile): Remove stuff to set EMACSLOADPATH.
+
+2001-04-18  Gerd Moellmann  <gerd@gnu.org>
+
+       * language/slovak.el ("Slovak"): Add tutorial entry.
+
+       * net/browse-url.el (browse-url-new-window-flag): Renamed from
+       browse-url-new-window-p.
+
+2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * info.el (Info-menu-update): When there are no menus and/or no
+       cross references in the node, make the respective items of the
+       Info menu-bar menu inactive.
+
+2001-04-17  Gerd Moellmann  <gerd@gnu.org>
+
+       * indent.el (indent-for-tab-command): Call indent-line-function
+       with no argument if PREFIX-ARG is non-nil.
+
+       * frame.el (delete-other-frames): Handle minibuffer-only frames.
+
+2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
+       an async subprocess if start-process is unavailable.  Suggested by
+       Tim Van Holder <tim.van.holder@pandora.be>.
+
+2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * info.el (Info-additional-directory-list): Doc fix.  Suggested by
+       Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
+
 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * info.el (Info-file-list-for-emacs): Add an entry for the "info"