Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 151:59463afc5666 r20-3b2
Import from CVS: tag r20-3b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:37:19 +0200 |
parents | 538048ae2ab8 |
children | 25f70ba0133c |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Aug 13 09:36:20 2007 +0200 +++ b/lisp/ChangeLog Mon Aug 13 09:37:19 2007 +0200 @@ -1,3 +1,130 @@ +Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com> + + * prim/files.el (auto-mode-alist): Reorg. Support + pre-processed fortran files. *.m4 files now default to autoconf mode. + + * prim/about.el: Promote Hrvoje. Picture still needed... + + * modes/ksh-mode.el: _ has symbol syntax. + * modes/m4-mode.el: _ has symbol syntax. + * modes/pascal.el: _ has symbol syntax. + * modes/f90.el: _ has symbol syntax. + * modes/cperl-mode.el: _ has symbol syntax. + * modes/autoconf-mode.el: _ has symbol syntax. + +1997-05-22 Steven L Baur <steve@altair.xemacs.org> + + * prim/files.el (save-buffer): From Hrvoje Niksic. Don't clear + zmacs region. + + * packages/func-menu.el: Update for David Hughes' new email + address. + +1997-05-21 Noah Friedman <friedman@prep.ai.mit.edu> + + * eldoc.el (eldoc-message-commands): Move docstring into comments, + since this isn't a user variable. + (eldoc-message-commands-table-size, eldoc-use-idle-timer-p, + eldoc-function-argstring-from-docstring-method-table): Use defvar, + not defconst. + (eldoc-last-data): Use cons explicitly; don't rely on dotted pair + read syntax. I'm worried the latter might get compiled as + read-only data someday. + (eldoc-docstring-message): If truncating symbol name, show ending + of name rather than beginning. The former is generally more unique. + (eldoc-function-argstring-from-docstring-method-table): Handle + pathological `save-restriction' case. + [top level]: Add `indent-for-tab-command' to eldoc-message-commands. + +1997-05-21 Steven L Baur <steve@altair.xemacs.org> + + * x11/x-menubar.el (default-menubar): strokes added to mouse + menu. + +Wed May 21 17:12:28 1997 Per Bothner <bothner@deneb.cygnus.com> + + * eterm/term.el (term-send-raw): Better XEmacs character event + handling. + * eterm/term.el (term-char-mode): Re-do Meta-handling by temporarily + setting meta-prefix-char to -1 while building keymaps. + (term-send-raw-meta): Removed. + +Tue Mar 11 20:15:26 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> + + * eterm/term.el (term-completion-addsuffix): Doc fix. + (term-dynamic-complete-as-filename): Support the case where + term-completion-addsuffix is a (DIRSUFFIX . FILESUFFIX) cons + pair. + +Tue Jun 4 10:15:54 1996 Per Bothner <bothner@deneb.cygnus.com> + + * eterm/term.el: Add kd, kl, kr, du capabilities. + * eterm/e/eterm.ti: Add kcub1, kcuf1, kcuu1, kcud1 capabilities. + +Wed May 15 14:38:45 1996 Per Bothner <bothner@deneb.cygnus.com> + + * eterm/term.el (term-send-raw-string): send-string -> + process-send-string. + * eterm/term.el (term-arguments): Remove unused local 'values'. + * eterm/term.el (term-handle-deferred-scroll): Fix off-by-one bug, + + * eterm/term.el: Merge changes from FSF (mostly typos). + +Mon Sep 25 17:19:51 1995 Per Bothner <bothner@kalessin.cygnus.com> + + * eterm/term.el (term-emulate-terminal): On CR, set + term-current-column to term-start-line-column, not 0. + +1997-05-21 Steven L Baur <steve@altair.xemacs.org> + + * packages/add-log.el (change-log-font-lock-keywords): Tweak + font-lock-keywords. + +1997-05-21 Erik Naggum <erik@naggum.no> + + * lisp/add-log.el (add-log-lisp-like-modes, add-log-c-like-modes, + add-log-tex-like-modes): New variables. + (add-log-current-defun): Use them instead of constant lists. + +1997-05-21 Steven L Baur <steve@altair.xemacs.org> + + * packages/add-log.el: Synch to Emacs 20.0. + + * prim/obsolete.el (read-minibuffer): Make compatible not obsolete. + (read-input): Ditto. + +Tue May 20 20:32:59 1997 Steven L Baur <steve@altair.xemacs.org> + + * prim/subr.el (buffer-substring-no-properties): Clean out extents + too. + +Mon May 19 19:48:35 1997 Steven L Baur <steve@altair.xemacs.org> + + * prim/process.el (shell-command-on-region): Remove region active + test (which played havoc with the hack in call-interactively to + place explicit calls to region-beginning and region-end in + interactive specs in the command history). + +Mon May 19 18:13:50 1997 Hrvoje Niksic <hniksic@srce.hr> + + * utils/easymenu.el (easy-menu-add): Check for existing, before + entering MENU to `easy-menu-all-popups'. + +Sun May 18 09:11:50 1997 Steven L Baur <steve@altair.xemacs.org> + + * prim/files.el (revert-buffer): Add optional third parameter to + preserve buffer modes (from Emacs 19.34.94). + (after-find-file): Add optional fifth parameter to preserve buffer + modes (from Emacs 19.34.94). + + * packages/vc.el: Synch with Emacs 19.34.94 because our version was + hopeless. + (vc-checkout): Autoload. + (vc-find-binary): Ditto. + + * prim/files.el (find-buffer-visiting): Restore because FSF vc.el + needs it. + Fri Apr 25 13:21:46 1997 Per Abrahamsen <abraham@dina.kvl.dk> * apropos.el (apropos): Add support for customization groups. @@ -1344,7 +1471,7 @@ * modes/m4-mode.el: Changed m4-program to point to /usr/bin/m4. -Sun Jan 12 18:49:30 1997 ~~ ~~/MORIOKA Tomohiko <morioka@jaist.ac.jp> +Sun Jan 12 18:49:30 1997 $B<i2,(B $BCNI'(B/MORIOKA Tomohiko <morioka@jaist.ac.jp> * mule/mule-misc.el: `-columns' -> `-width' and define `-columns' alias @@ -1894,7 +2021,7 @@ * utils/smtpmail.el: New file from Emacs 19.34. -Fri Dec 6 09:28:04 1996 ~~ ~~/MORIOKA Tomohiko <morioka@jaist.ac.jp> +Fri Dec 6 09:28:04 1996 $B<i2,(B $BCNI'(B/MORIOKA Tomohiko <morioka@jaist.ac.jp> * prim/startup.el (set-default-load-path): Set default-load-path dynamically since file-detect.el is dumped with XEmacs.