Mercurial > hg > xemacs-beta
view lisp/ChangeLog @ 80:1ce6082ce73f r20-0b90
Import from CVS: tag r20-0b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:06:37 +0200 |
parents | c7528f8e288d |
children | 6a378aca36af |
line wrap: on
line source
Fri Jan 10 22:27:58 1997 Shane Holder <holder@rsn.hp.com> * utils/bench.el: New version. Fri Jan 10 13:22:26 1997 Christoph Wedler <wedler@fmi.uni-passau.de> * packages/man.el (Manual-entry-switches): New variable. (Manual-apropos-switches): New variable. (Manual-run-formatter): Use them. Thu Jan 9 22:04:42 1997 Greg Klanderman <greg@alphatech.com> * modes/make-mode.el: Allow disabling of suspicious line warnings allow macro pickup when a macro is entered normally add the runtime macros to the completion list so confirmation is not necessary when minibuffer-confirm-incomplete is t. (these last two only in effect when makefile-electric-keys=t) Thu Jan 9 11:44:11 1997 Martin Buchholz <mrb@eng.sun.com> * mule/mule-files.el (file-coding-system-alist): Default to 8 bit on .el and .info files. Wed Jan 8 20:57:16 1997 Steven L Baur <steve@altair.xemacs.org> * prim/help.el (help-mode-quit): Correct typo in docstring. (help-mode-quit): Bury help buffer before restoring previous window configuration. Wed Jan 8 20:20:01 1997 Joe Nuspl <nuspl@nvwls.cc.purdue.edu> * x11/x-menubar.el (default-menubar): Include enriched.doc in the samples in the help menu. Wed Jan 8 20:09:32 1997 Jens Krinke <krinke@ips.cs.tu-bs.de> * x11/x-toolbar.el (toolbar-news-frame-properties): New variable. (toolbar-news): Use it. Wed Jan 8 10:11:35 1997 Steven L Baur <steve@altair.xemacs.org> * x11/x-compose.el (global-map): Keysyms use `-' not `_'. Mon Jan 6 18:19:03 1997 Steven L Baur <steve@altair.xemacs.org> * comint/telnet.el (telnet-initial-filter): Enable case-fold-search. (telnet-maximum-count): Bump up to 6, since 4 does not always appear to be enough. Mon Jan 6 08:30:55 1997 Andrew Cohen <cohen@andy.bu.edu> * psgml/psgml-parse.el (sgml-compile-dtd): noconv coding system has been renamed to no-conversion. (sgml-bdtd-merge): Ditto. (sgml-push-to-entity): Ditto. Sun Jan 5 14:35:30 1997 Steven L Baur <steve@altair.xemacs.org> * utils/loadhist.el (symbol-file): Make interactive. Sun Jan 5 00:40:02 1997 Bob Weiner <weiner@infodock.com> * packages/avoid.el (mouse-avoidance-mode): autoload. * x11/x-menubar.el (options-menu-saved-forms): Mouse avoidance mode option. Sat Jan 4 12:25:34 1997 Steven L Baur <steve@altair.xemacs.org> * prim/faces.el (init-other-random-faces): Guard against adding modeline buffer tty face if no tty support. Fri Jan 3 23:15:22 1997 Greg Klanderman <greg@alphatech.com> * packages/backup-dir.el: Added to distribution. Fri Jan 3 16:20:42 1997 Steven L Baur <steve@altair.xemacs.org> * gnus/gnus-setup.el: Updated to gracefully handle installed auxilliary packages like tm, and handle eventual integration of Red Gnus/Gnus 5.4. Fri Jan 3 14:32:07 1997 Vinnie Shelton <shelton@icd.teradyne.com> * packages/gnuserv.el (gnuserv-frame): Autoload. * x11/x-menubar.el (default-menubar): Add option to control gnuserv creating a new frame. (options-menu-saved-forms): Ditto. Fri Jan 3 12:18:41 1997 Martin Buchholz <mrb@eng.sun.com> * x11/x-mouse.el: Protect creation of scrollbar-pointer-glyph with feature test on 'scrollbar. Fri Jan 3 10:37:48 1997 Steven L Baur <steve@altair.xemacs.org> * packages/mic-paren.el (paren-activate): Update to v1.2. Fri Jan 3 10:21:58 1997 Pete Ware <ware@cis.ohio-state.edu> * x11/x-menubar.el (default-menubar): Add require-final-newline and next-line-add-newlines as options in the options menu. (options-menu-saved-forms): Ditto. Thu Jan 2 18:52:32 1997 Joel Peterson <tarzan@aosi.com> * prim/simple.el (blink-matching-open): Make sure point is visible when blinking. Thu Jan 2 11:25:05 1997 Vinnie Shelton <shelton@icd.teradyne.com> * prim/replace.el (occur-mode-mouse-goto): Fix typo in Emacs 19.34 synch up. (occur-mode-map): Ditto. Wed Nov 20 19:40:05 1996 Lennart Staflin <lenst@lysator.liu.se> * psgml-parse.el (sgml-modify-dtd): set sgml-current-tree to sgml-top-tree. Needed by sgml-open-element. Mon Nov 11 01:50:40 1996 Lennart Staflin <lenst@lysator.liu.se> * Version 1.0 released. Sun Sep 15 14:07:24 1996 Lennart Staflin <lenst@lysator.liu.se> * psgml.el (sgml-mode): modify mode-line-format with subst, don't replicate the whole format in the code. Thu Sep 12 20:27:38 1996 Lennart Staflin <lenst@lysator.liu.se> * psgml-parse.el (sgml-external-file): Try to find system identifiers using the sgml-public-map if sgml-system-identifiers-are-preferred; this way that flag will have effect even if the sgml-public-map contains `%s'. (sgml-final): moved to be defined before use. * psgml-dtd.el (sgml-parse-parameter-literal): Try to handle character references to character number above 255 by leaving a character reference in then parsed entity text. Thu Sep 5 14:11:00 1996 Dave Love <d.love@dl.ac.uk> * psgml-other.el (sgml-set-face-for): Nullify {after,before}-change-functions as well as (obsolete) {after,before}-change-function. Tue Dec 31 11:34:37 1996 Steven L Baur <steve@altair.xemacs.org> * comint/gdb.el (gdb-mode): Require 'cc-mode if not already loaded prior to starting gdb. Mon Dec 30 17:59:48 1996 Steven L Baur <steve@altair.xemacs.org> * comint/telnet.el (telnet-check-software-type-initialize): Remove default in cond (which allows special treatment of password prompt to work). Mon Dec 30 09:36:04 1996 Valdis Kletnieks <Valdis.Kletnieks@vt.edu> * packages/gnuserv.el (server-edit): Add option to allow killing last visible frame. Sun Dec 29 21:36:44 1996 Steven L Baur <steve@altair.xemacs.org> * prim/files-nomule.el: Add trailing newline. Sun Dec 29 18:45:34 1996 James LewisMoss <dres@dres.elam.org> * modes/perl-mode.el: Add (provide 'perl-mode). Sun Dec 29 17:15:57 1996 Martin Buchholz <mrb@eng.sun.com> * ilisp/Makefile (elc): Be a little smarter about recompilation. Sun Dec 29 17:14:27 1996 Steven L Baur <steve@altair.xemacs.org> * tm/tm-edit-tipgp.el: Don't unconditionally require tinypgpa.el. Sat Dec 28 11:15:55 1996 Steven L Baur <steve@altair.xemacs.org> * x11/x-menubar.el (default-menubar): Move Frame-local font menu option to Frame Appearance submenu. Fri Dec 27 20:30:00 1996 Steven L Baur <steve@altair.xemacs.org> * x11/x-font-menu.el (font-menu-this-frame-only-p): Default to nil, because everyone was confused by it defaulting to t. Fri Dec 27 12:30:37 1996 Richard Mlynarik <mly@adoc.xerox.com> * prim/sort.el (sort-subr): Document use of `sort-fold-case'. (sort-lines): Ditto. (sort-paragraphs): Ditto. (sort-pages): Ditto. (sort-regexp-fields): Ditto. (sort-numeric-fields): Ditto. (sort-regexp-fields): Ditto. (sort-columns): Ditto. (sort-regexp-fields): Use compare-buffer-substrings if available. Fri Dec 27 12:09:23 1996 Noah Friedman <friedman@gnu.ai.mit.edu> * modes/mail-abbrevs.el (mail-abbrev-expand-hook): Prevent abbrev expansion from happening multiple times. Fri Dec 27 02:31:15 1996 Steven L Baur <steve@altair.xemacs.org> * prim/help.el (help-for-help): Don't confuse help character `b' with scrolling character `b' in view-less help buffer. * packages/scroll-in-place.el: Synch with 19.15. Thu Dec 26 15:25:09 1996 Steven L Baur <steve@altair.xemacs.org> * x11/x-menubar.el (xemacs-splash-buffer): New function. (default-menubar): Use it. (default-menubar): Reorganize help menus. * prim/startup.el (startup-message-timeout): More or less disable the timeout of the splash screen. * packages/man.el (Manual-use-rosetta-man): For Neal Becker's Rosetta Man patch. (Manual-nuke-nroff-bs): Use it. Tue Dec 24 12:46:22 1996 Steven L Baur <steve@altair.xemacs.org> * prim/frame.el (show-temp-buffer-in-current-frame): Shrink temp buffer to fit. Mon Dec 23 15:44:49 1996 Steven L Baur <steve@altair.xemacs.org> * utils/delbackspace.el: Correct rebindings so they work properly when cc-mode is not dumped with XEmacs. * packages/apropos.el (apropos-print): Minimize size of *Apropos* window if it is small. * prim/lisp.el (lisp-complete-symbol): Minimize size of *Completions* window. * prim/help.el (with-displaying-help-buffer): (Based on an idea from Sudish Joseph) minimize size of displayed help window. * modes/fortran.el (fortran-window-create-momentarily): Fix lossage from synch with Emacs 19.34. (fortran-abbrev-start): Ditto. Sun Dec 22 15:33:25 1996 Hrvoje Niksic <hniksic@srce.hr> * x11/x-toolbar.el (toolbar-news): Check whether this is the last frame before deleting it. Sun Dec 22 00:37:42 1996 Sudish Joseph <sudish@mindspring.com> * eterm/tgud.el (tgud-gdb-complete-filter): Match carriage returns as well as linefeeds. * eterm/term.el (term-dynamic-list-completions): Correct Emacsism in setting unread-command-events. Sat Dec 21 23:37:02 1996 Bob Weiner <weiner@infodock.com> * packages/font-lock.el: Update Java support. Sat Dec 21 22:48:59 1996 Steven L Baur <steve@altair.xemacs.org> * packages/fontl-hooks.el: Add provide (synch with 19.15). * x11/x-toolbar.el: Don't quote lambda macro. * packages/session.el: Removed from distribution. Sat Dec 21 22:37:37 1996 Neal Becker <neal@ctd.comsat.com> * pcl-cvs/pcl-cvs.el: Synched with pcl-cvs.el from cvs-1.9. Fri Dec 20 15:19:36 1996 Steven L Baur <steve@altair.xemacs.org> * packages/compile.el (compilation-error-regexp-alist): Complete fix for lossage on bad regexps. * prim/loadup.el: Remove cc-mode as a dumped package. * prim/glyphs.el (init-glyphs): hscroll-glyph is now builtin. * prim/minibuf.el (minibuffer-complete-word): Correct an ebola infection that caused incorrect interpretation of SPC in the minibuffer. Thu Dec 19 22:16:47 1996 Heiko Muenkel <muenkel@tnt.uni-hannover.de> * modes/outl-mouse.el (outline-glyph-menu): Remove Hide body item, Add Show all item. Thu Dec 19 00:37:59 1996 Bart Robinson <lomew@cs.utah.edu> * prim/files.el: Make enable-local-variables 'ask-me behave sanely. Wed Dec 18 23:10:15 1996 Steven L Baur <steve@altair.xemacs.org> * prim/simple.el (next-line-add-newlines): Now defaults to nil. Wed Dec 18 22:56:48 1996 Hrvoje Niksic <hniksic@srce.hr> * utils/bench.el (bench-mark-13): Added. Wed Dec 18 20:26:10 1996 Martin Buchholz <mrb@eng.sun.com> * mule/mule-coding.el: Change charset names. * mule/japanese-hooks.el: Change charset names. * mule/hebrew-hooks.el: Change charset names. Remove quail hooks. * mule/greek-hooks.el: Change charset names. Remove quail hooks. * mule/european-hooks.el ((make-char 'latin-iso8859-1 32)): Change charset names. Remove quail hooks. * mule/cyrillic-hooks.el (cyrillic-iso8859-5): Use instead of cyrillic. Remove quail hooks. * mule/chinese-hooks.el (chinese-gb2312): Fix chinese syntax tables. Use chinese-gb2312. Remove quail hooks. (chinese): Comment out code for egg. * mule/thai-hooks.el: Use thai-tis620. (thai): Prefer macro definition of lambda. * sunpro/sunpro-init.el (sunpro-startup): Guard against Sun censorship. * prim/obsolete.el (wholenump): New obsolete alias. * prim/simple.el (comment-indent-function): Use macro definition of (lambda () ...). * prim/replace.el (list-matching-lines): Remove redundant (message (format ...)) * modes/cc-mode.el: Readd autoloads (prior to removing cc-mode as a dumped package). Wed Dec 18 11:09:45 1996 Steven L Baur <steve@altair.xemacs.org> * comint/telnet.el: Synch up to 19.15 & Emacs 19.34. (telnet-check-software-type-initialize): Cleanup from Synch. Sat Dec 14 17:39:17 1996 Steven L Baur <steve@altair.xemacs.org> * packages/buff-menu.el (list-buffers-directory): autoload. Fri Dec 13 16:53:14 1996 Steven L Baur <steve@altair.xemacs.org> * electric/ebuff-menu.el (electric-buffer-list): Restore behavior of using prefix argument. * emulators/crisp.el (crisp-mode-map): Rename kp_.* keysyms to kp-\1. * emulators/tpu-edt.el: Ditto. * x11/x-win-sun.el: Ditto. * x11/x-iso8859-1.el: Ditto. * term/tvi970.el: Ditto. * term/news.el: Ditto. * term/lk201.el: Ditto. * term/linux.el: Ditto. * prim/keydefs.el: Ditto. * prim/events.el: Ditto. * packages/icomplete.el (icomplete-get-keys): Ditto. * games/gomoku.el (gomoku-mode-map): Ditto. * games/blackbox.el (blackbox-mode-map): Ditto. Fri Dec 13 09:40:27 1996 Sudish Joseph <sudish@mindspring.com> * prim/minibuf.el (next-history-element): Remove kludge test on minibuffer-history-sexp-flag. * x11/x-init.el (init-post-x-win): Fix hooks for gnuattached ttys on XEmacsen started on X displays. Thu Dec 12 16:05:53 1996 Raymond Toy <toy@rtp.ericsson.se> * ilisp/ilisp-out.el (ilisp-find-lower-window): Correct XEmacs version check to look at major numbers. (ilisp-find-top-left-most-window): Ditto. Thu Dec 12 15:21:43 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> * utils/mail-extr.el (mail-extract-address-components): Don't automatically downcase extracted elements. It violates standards. Thu Dec 12 14:46:47 1996 Christoph Wedler <wedler@fmi.uni-passau.de> * x11/x-menubar.el (buffers-menu-filter): The buffer menu was shortened to `buffers-menu-max-size' items even if `buffers-menu-submenus-for-groups-p' is non-nil. Let `buffers-menu-submenus-for-groups-p' be an integer : if there are more buffers than this value, use submenus, otherwise not. * packages/vc.el (vc-rename-this-file): New function (was missing, but referred to on the menubar). * packages/compile.el (compilation-font-lock-keywords): `defvar' instead of `defconst'! * prim/mouse.el (default-mouse-track-normalize-point): Double click mouse-1 on sexpr selects the sexpr. * x11/x-menubar.el (options-menu-saved-forms): Fix bug in `save-options-menu-settings'. Thu Dec 12 14:25:21 1996 Steven L Baur <steve@altair.xemacs.org> * prim/simple.el (forward-to-indentation): Do not deactivate zmacs region on usage. (backward-to-indentation): Ditto. Thu Dec 12 14:22:55 1996 Christoph Wedler <wedler@fmi.uni-passau.de> * prim/lisp.el (backward-up-list): Do not deactivate zmacs region on usage. Wed Dec 11 20:26:21 1996 Barry A. Warsaw <bwarsaw@CNRI.Reston.VA.US> * prim/files.el (set-auto-mode): Require a #! signature to set mode based on interpreter. Wed Dec 11 13:25:50 1996 Steven L Baur <steve@altair.xemacs.org> * packages/man.el (Manual-use-rosetta-man): Restore Neal Becker's Rosetta Man Patch. (Man-cleanup-manpage): Use it. * prim/simple.el (yank): Corrected a mistaken synch with Emacs 19.34. * modes/eiffel3.el (eiffel-mode-syntax-table): Quote the semicolon syntax entry so update-autoloads doesn't barf. * packages/buff-menu.el (Buffer-menu-mode-map): Correct mouse key bindings. Tue Dec 10 21:24:04 1996 Steven L Baur <steve@altair.xemacs.org> * packages/ps-print.el (ps-do-despool): Allow dynamic expansion of `ps-lpr-switches'. * packages/lpr.el (print-region-1): Allow dynamic expansion of `lpr-switches'. Tue Dec 10 18:30:01 1996 Rod Whitby <rwhitby@asc.sps.mot.com> * modes/vhdl-mode.el: New File. Tue Dec 10 17:59:35 1996 Shane Holder <holder@rsn.hp.com> * utils/bench.el: New file. Utility for benchmarking emacs performance. Tue Dec 10 10:11:55 1996 Steven L Baur <steve@altair.xemacs.org> * electric/ebuff-menu.el (electric-buffer-menu-mode-map): Correct bad 19.34 synch patch. * utils/pretty-print.el: New File. Sun Dec 8 13:59:40 1996 Steven L Baur <steve@altair.xemacs.org> * prim/files-nomule.el: Documentation corrections. * prim/files.el: Synch to 19.15/Emacs 19.34. Sat Dec 7 18:48:34 1996 Steven L Baur <steve@altair.xemacs.org> * packages/hexl.el (hexl-mode-map): Corrected obsolescent key names introduced in 19.15-b2. Fri Dec 6 20:17:47 1996 Steven L Baur <steve@altair.xemacs.org> * games/yow.el: Sync to GNU Emacs 19.34. * games/studly.el: Documentation fixes. * games/spook.el: Sync to GNU Emacs 19.34. * games/mpuz.el: Sync to GNU Emacs 19.34. * games/life.el: Sync to GNU Emacs 19.34. * games/hanoi.el: Sync to GNU Emacs 19.34. * games/flame.el: Documentation fixes. * games/dunnet.el: Sync to GNU Emacs 19.34. * games/doctor.el: Sync to GNU Emacs 19.34. * games/dissociate.el: Sync to GNU Emacs 19.34. * games/cookie1.el: Sync to GNU Emacs 19.34. * games/conx.el: Documentation fixes. * games/blackbox.el: Sync to GNU Emacs 19.34. * games/NeXTify.el: Documentation fixes. * packages/man.el: New file/replacement from Emacs 19.34. * packages/man-xref.el: New file from Emacs 19.35. * utils/smtpmail.el: New file from Emacs 19.34. Fri Dec 6 09:28:04 1996 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. Thu Dec 5 20:37:32 1996 Steven L Baur <steve@altair.xemacs.org> * emulators/tpu-mapper.el: Total replacement with version in GNU Emacs 19.34. * emulators/tpu-extras.el: Total replacement with version in GNU Emacs 19.34. * emulators/tpu-edt.el: Total replacement with version in GNU Emacs 19.34. * comint/history.el: Documentation fixes. * comint/gdb.el: Documentation fixes. * comint/dbx.el: Documentation fixes. * comint/background.el: Documentation fixes. * rmail/rmail-xemacs.el: Documentation fixes. * rmail/rmail-kill.el: Documentation fixes. * emulators/ws-mode.el: Synch up to Emacs 19.34. * emulators/teco.el: Documentation cleanup. * emulators/mlsupport.el: Synch up to Emacs 19.34. * emulators/mlconvert.el: Synch up to Emacs 19.34. * emulators/edt-vt100.el: New file from Emacs 19.34. * emulators/edt-pc.el: New file from Emacs 19.34. * emulators/edt-mapper.el: New file from Emacs 19.34. * emulators/edt-lk201.el: New file from Emacs 19.34. * emulators/edt.el: Synched up to Emacs 19.34. Thu Dec 5 12:09:19 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> * prim/replace.el (match-string): Use a function instead of a macro to be compatible with .elc files compiled under Emacs. Thu Dec 5 09:50:12 1996 Bob Weiner <weiner@infodock.com> * utils/id-select.el: New file -- Version 1.4.3. Thu Dec 5 09:17:53 1996 Gary D. Foster <Gary.Foster@corp.sun.com> * emulators/crisp.el: New file. * emulators/scroll-lock.el: New file. Thu Dec 5 00:15:59 1996 Steven L Baur <steve@altair.xemacs.org> * prim/help.el: A callable library-type function should not contain an unprotected print statement. This change implements my version of Erik Naggum's statement about locate-library being less chatty in Emacs 19.35. Wed Dec 4 22:00:49 1996 Steven L Baur <steve@altair.xemacs.org> * utils/flow-ctrl.el: Synch up to Emacs 19.34. * utils/forms.el: Synch up to Emacs 19.34. * packages/column.el: Allow column numbers to start at one. * prim/userlock.el: Synch up to Emacs 19.34. * prim/paragraphs.el: Synch up to Emacs 19.34. * prim/page.el: Synch up to Emacs 19.34. * prim/options.el: Synch up to Emacs 19.34. * prim/novice.el: Synch up to Emacs 19.34. * prim/rect.el: Sync up to Emacs 19.34. * prim/reposition.el: Synch up to Emacs 19.34. * prim/replace.el: Synch up to Emacs 19.34. * prim/register.el: Synch up to Emacs 19.34. * prim/indent.el: Synch up to Emacs 19.34. * prim/subr.el: Synch up to Emacs 19.34. * prim/simple.el: Synch up to Emacs 19.34. * prim/debug.el: Synch up to Emacs 19.34. * edebug/cl-specs.el: Comment formatting changes. * edebug/cl-read.el: Protect advisement of eval-region from being evaluated more than once. Comment formatting changes. * edebug/advise-eval-region.el: New File. Separate out advise for eval-region so it is only evaluated once. * packages/icomplete.el: Fix a bug in locating command bound to key. icomplete-exhibit needs to be called in the setup-hook. * packages/apropos.el: Correct a typo in button binding. Fixes the bug where if apropos-label-face is actually defined as face, apropos bombs with an error Do a (provide 'apropos), like all packages should. Provides an apropos-mode-hook for Apropos Mode buffers (otherwise customization is unnecessarily painful). Redefines the default faces for the various apropos faces so they come out in color by default (defaults are based on various standard font-lock faces). * version.el: Bumped up to b31.