Mercurial > hg > xemacs-beta
view lisp/ChangeLog @ 76:c0c698873ce1 r20-0b33
Import from CVS: tag r20-0b33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:10 +0200 |
parents | 54cc21c15cbb |
children | c7528f8e288d |
line wrap: on
line source
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.