]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index 91a736122469a0bc0b824f928be394f8fd3ee38e..f18cb0b81dd08365dc9841c6fd2fb6692df84f3f 100644 (file)
@@ -1,5 +1,136 @@
+2001-10-03  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
+
+2001-10-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * emulation/tpu-edt.el: Make messages match original TPU/edt
+       editor.  From riepel@Stanford.EDU (Rob Riepel).
+
+2001-10-03  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * rect.el: Update maintainer's email address.
+
+2001-10-02  Andreas Schwab  <schwab@suse.de>
+
+       * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
+       and Extended Passive Mode, resp.
+
+2001-10-01  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       These changes add support for Calendar-related items in the
+       menu bar on tty's as well:
+
+       * calendar/calendar.el (calendar-mode-map): Require cal-menu
+       unconditionally.
+       (calendar-mode): Set up activate-menubar-hook unconditionally.
+
+       * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
+       calls x-popup-menu only if popup menus are supported.
+       (calendar-mouse-insert-hebrew-diary-entry)
+       (calendar-mouse-insert-islamic-diary-entry)
+       (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
+       (calendar-mouse-view-other-diary-entries)
+       (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
+       (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
+       Call cal-menu-x-popup-menu instead of x-popup-menu.
+
+2001-10-01  Gerd Moellmann  <gerd@gnu.org>
+
+       * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
+
+       * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
+
+       * emacs-lisp/rx.el: New file.
+
+2001-10-01  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * help.el (help-for-help): Doc fix.  From Pavel@Janik.cz (Pavel Janik).
+
+2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * frame.el (select-frame-by-name, other-frame): Doc fix.
+
+2001-09-29  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * play/snake.el (snake-score-file): Use temporary-file-directory
+       instead of a literal "/tmp".  Suggested by Robert
+       <robert@chezmarshall.freeserve.co.uk>.
+
+       * play/tetris.el (tetris-score-file): Ditto.
+
+2001-09-28  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * apropos.el (apropos-print): Make the directions inserted at the
+       beginning of the *Apropos* buffer more clear.
+
+2001-09-27  Michael Kifer  <kifer@cs.sunysb.edu>
+
+       * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
+       Added comments.
+
+2001-09-27  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * newcomment.el (comment-normalize-vars): Use " \t" rather than
+       "\\s-" when defining comment-end-skip.
+
+2001-09-27  Gerd Moellmann  <gerd@gnu.org>
+
+       * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
+       Call get-buffer-window first second arg `visible'.
+
+       * international/mule-diag.el (list-input-methods-1):
+       Output something that's independent of Emacs' version.
+
+       * tar-mode.el (tar-mode-write-file): Don't signal an error by
+       calling byte-to-position with a nil tar-header-offset.
+
+2001-09-27  Simon Josefsson  <jas@extundo.com>
+
+       * mail/sendmail.el (send-mail-function): Doc fix.
+       (mail-do-fcc): Error if header-end is not a marker.
+       (mail-do-fcc): Add a comment.
+       (mail-reply-to): Doc fix.
+       (mail-signature): Make ATPOINT optional.
+       (mail-yank-original): Use cond instead of nestled if.
+
+2001-09-26  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * info.el (Info-on-current-buffer): Default arg to "Top".
+
+2001-09-25  Eli Barzilay  <eli@barzilay.org>
+
+       * calculator.el (calculator-copy-displayer): New user-option.
+       (calculator-displayer-prev, calculator-displayer-next):
+       Renamed from calculator-displayed-{left,right}.
+       (calculator, calculator-standard-displayer)
+       (calculator-num-to-string, calculator-update-display)
+       (calculator-copy, calculator-put-value): Bug and display fixes.
+
+2001-09-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+       * ebnf2ps.el: Eliminate make-local-hook calls.  Doc fix.
+       (ebnf-version): New version (3.6.1).
+
+       * ebnf-bnf.el: Fix character range regexp.  Doc fix.
+       (ebnf-bnf-non-terminal-chars): New internal const.
+       (ebnf-bnf-lex): Fix code.
+
+       * ebnf-iso.el: Fix character range regexp.  Doc fix.
+       (ebnf-iso-non-terminal-chars): New internal const.
+       (ebnf-iso-lex): Fix code.
+
+       * ebnf-yac.el: Fix character range regexp.  Doc fix.
+       (ebnf-yac-skip-chars): New internal const.
+       (ebnf-yac-skip-code): Fix code.
+
 2001-09-24  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
+
+       * pcvs-parse.el (cvs-parse-commit): Expand the file name before
+       passing it to VC.
+
        * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
        case where the file is relative.