XEmacs 21.2.29 "Hestia".
[chise/xemacs-chise.git.1] / lisp / ChangeLog
index b2a3d2d..d61cb8d 100644 (file)
+2000-02-16  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.29 is released.
+
+2000-02-09  Martin Buchholz  <martin@xemacs.org>
+
+       * cl-extra.el (getf): This is now identical to `plist-get', so
+       just defalias it.
+       * cl-macs.el: Make getf an alias to plist-get, at the
+       byte-compiler level, using define-compiler-macro.
+
+2000-02-08  Martin Buchholz  <martin@xemacs.org>
+
+       * cl-extra.el (cl-remprop): Remove. remprop is now in C.
+
+2000-02-07  Kyle Jones  <kyle_jones@wonderworks.com>
+
+       * lisp/etags.el (find-tag-internal): set exact-tagname to
+         a regular expression that matches against the tagname
+         part of the tag entry first instead of only looking in
+         the context area.
+
+2000-01-23  Björn Torkelsson  <torkel@hpc2n.umu.se>
+
+       * gutter-items.el: fixed typo(s) in customizing default-gutter-position
+       * toobar.el: fixed typo(s) in customizing default-toolbar-position
+
+2000-02-07  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.28 is released.
+
+2000-02-07  Martin Buchholz  <martin@xemacs.org>
+
+       * cl-extra.el (getf): Just call `get', never `get*'.
+       Make arglist match docstring.
+       Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
+       * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
+       * byte-optimize.el: remove references to `get*'.
+
+2000-02-06  Martin Buchholz  <martin@xemacs.org>
+
+       * mule/european.el: Add syntax information for Latin3 and Latin4.
+
+2000-02-02  Martin Buchholz  <martin@xemacs.org>
+
+       * byte-optimize.el: Byte-optimize (length "foo")
+
+2000-02-03   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+
+       * window.el (shrink-window-if-larger-than-buffer): Rewrite full
+       width check using `window-leftmost-p' and `window-rightmost-p'.
+
+2000-02-02  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * wid-edit.el (widget-match-inline): An atom never matches a
+          list.  
+
+2000-01-29  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
+
+       * modeline.el: Consolidated 'x and 'mswindows specification under
+       'win tag.
+
+2000-01-29  Andy Piper  <andy@xemacs.org>
+
+       * gutter-items.el: (format-buffers-tab-line): Try and be
+       intelligent about buffer naming when we have duplicates.
+
+2000-01-29  Andy Piper  <andy@xemacs.org>
+
+       * gutter-items.el (gutter-visible-p): Make sure the gutter gets
+       updated when it becomes visible.
+
+2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
+
+       * bytecomp.el (byte-compile-insert-header): Properly set coding
+       system under MULE and file-coding.
+
+2000-01-28  Martin Buchholz  <martin@xemacs.org>
+
+       * coding.el (dontusethis-set-value-file-name-coding-system-handler): 
+       (dontusethis-set-value-terminal-coding-system-handler): 
+       (dontusethis-set-value-keyboard-coding-system-handler): 
+       Never undefine coding system aliases.  Emergency fix for gnus.
+
+2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
+
+       * files.el (abbreviate-file-name): Use directory-sep-char instead
+       of hard-coded "/".
+
+2000-01-27  Hrvoje Niksic  <hniksic@iskon.hr>
+
+       * startup.el (user-init-file-base-list): New variable, replacing
+       user-init-file-base.
+       (find-user-init-file): New function.
+       (command-line-early): Use it.
+       (load-user-init-file): Ditto.
+
+2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
+
+       * gutter-items.el (update-tab-in-gutter): Use proper locale when
+       calling valid-image-instantiator-format-p
+
+2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
+
+       * isearch-mode.el (isearch-mode): The variable is
+       isearch-unhidden-extents, not isearch-opened-extents.
+
+2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
+
+       * minibuf.el (next-history-element): Modify error message if a
+       default value is available.
+
+2000-01-26  Martin Buchholz  <martin@xemacs.org>
+
+       * bytecomp.el (byte-compile-file): Don't unconditionally write
+       .elc files in binary - might contain non-Latin1.
+
+2000-01-24  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
+
+       * process.el (shell-quote-argument): Use (nt-quote-process-args)
+       for windows-nt.
+
+       * version.el: 
+       * startup.el (user-init-file-base): 
+       * process.el (call-process-region): 
+       * files.el (make-backup-file-name): 
+       (backup-file-name-p): 
+       (file-relative-name): 
+       (abbreviate-file-name): 
+       (set-auto-mode): 
+       * code-process.el (call-process-region): Removed unnecessary
+       branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
+       support out of the universe.
+
+       * process.el:
+       * code-process.el: 
+       * bytecomp.el (byte-compile-file): Removed reference to
+       buffer-file-type, and commented usage of binary-process-output
+       NTEmacs variables.
+
+2000-01-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * help.el (function-arglist): Add case for macro.
+
+2000-01-22  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
+
+       * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
+       printers.
+       (custom-display): Added a menu for printer/display tags.
+
+       * frame.el (frame-type):
+       * device.el (device-type): Added 'msprinter to the doc string, and
+       removed 'pc -- it is not going to be implemented ever.
+       (call-device-method): Fixed docstring typo.
+       Defined specifier tags 'printer and 'display.
+
+2000-01-22  Kyle Jones  <kyle_jones@wonderworks.com>
+
+       * lisp/itimer.el (itimer-run-expired-timers): (consp
+         last-command-event-time) instead of (consp
+         'last-command-event-time).
+
+2000-01-21  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
+
+       * msw-glyphs.el: Removed obsolete commentary.
+
+2000-01-21  Hrvoje Niksic  <hniksic@iskon.hr>
+
+       * minibuf.el (read-file-name): Use abbreviate-file-name to produce
+       better default value.
+
+2000-01-21  Hrvoje Niksic  <hniksic@iskon.hr>
+
+       * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
+       (read-string): Ditto.
+       (eval-minibuffer): Ditto.
+       (read-command): Ditto.
+       (read-function): Ditto.
+       (read-variable): Ditto.
+       (read-number): Ditto.
+       (read-shell-command): Ditto.
+       (read-number): Record history.
+
+2000-01-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * etags.el (find-tag-tag): Use DEFAULT of completing-read.
+
+2000-01-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * faces.el (startup-initialize-custom-faces): New function.
+       Reset all faces created during auto-autoloads loading time
+       by defface.
+       * startup.el (command-line): Call it.
+
+2000-01-19  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * about.el (about-hackers): Add myself to contributors list.
+
+2000-01-12  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
+
+       * menubar-items.el (maybe-add-init-button): Removed an argument in
+       a call to load-user-init-file, as the function managed to lose its
+       formal parameter a few betas ago.
+
+2000-01-18  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.27 is released.
+
+2000-01-18  Martin Buchholz  <martin@xemacs.org>
+
+       * process.el (shell-command-to-string): Use the FSF docstring.
+       Make shell-command-to-string the standard function, and
+       exec-to-string the (deprecated) alias.
+
+       * startup.el: typo fix.
+
+2000-01-16  Martin Buchholz  <martin@xemacs.org>
+
+       * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
+
+2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
+       buffers after visible buffers.
+       (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
+
+2000-01-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * info.el (Info-extract-menu-node-name): Stop at a dot
+       followed by whitespace or right parenthesis.
+
+2000-01-15  Hrvoje Niksic  <hniksic@iskon.hr>
+
+       * info.el (Info-directory-list): Warn against using Customize with
+       Info-directory-list.
+
+2000-01-15  Adrian Aichner  <aichner@ecf.teradyne.com>
+
+       * minibuf.el (read-file-name): doc fix.
+
+       * autoload.el (update-file-autoloads): doc fix.
+
+       * about.el (about-hackers): Change my E-mail address.
+
+2000-01-13  Martin Buchholz  <martin@xemacs.org>
+
+       * info.el (Info-visit-file): Just use the `f' interactive spec to
+       read a filename in the standard way.
+
+2000-01-13  Andy Piper  <andy@xemacs.org>
+
+       * gutter-items.el (gutter-buffers-tab-orientation): new variable.
+       (gutter-buffers-tab-extent): new variable.
+       (update-tab-in-gutter): call add-tab-to-gutter again if the
+       orientation has changed.
+       (add-tab-to-gutter): cope with different orientations.
+
+2000-01-11  Didier Verna  <didier@xemacs.org>
+
+       * info.el (Info-following-node-name): backward-skip dots as well
+       as spaces (dots at the end of a node name aren't part of it).
+       (Info-extract-menu-node-name): don't skip dots. There could be
+       some in the node name.
+       (Info-index): allow dots to be part of a node name.
+
+2000-01-12  Andreas Jaeger  <aj@suse.de>
+
+       * files.el (auto-mode-alist): Added idlwave-mode.
+       Patch by Carsten Dominik <dominik@astro.uva.nl>.
+
+1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * info.el (Info-search): Show default value.
+
+1999-12-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * info.el (Info-read-node-completion-table): New variable.
+       (Info-read-node-name-1): New function.
+       (Info-read-node-name): Use it.
+       (Info-follow-reference): Use DEFAULT argument of completing-read.
+       (Info-menu): Ditto.
+
+1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * hyper-apropos.el (hyper-describe-key-briefly): Save
+       window configuration.
+       (hyper-describe-face): Use DEFAULT of completing-read.
+       (hyper-apropos-read-variable-symbol): Ditto.
+       (hyper-apropos-read-function-symbol): Ditto.
+
+1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * mule/mule-cmds.el (set-default-coding-system): Set
+       comint-exec-hook to use coding-system-for-read and
+       coding-system-for-write so that C-x RET c works.
+
+1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * minibuf.el (minibuffer-confirm-incomplete): Customize.
+       (previous-matching-history-element): Increment
+       minibuffer-max-depth by 1.
+       (next-matching-history-element): Ditto.
+
+2000-01-11  Andy Piper  <andy@xemacs.org>
+
+       * gutter-items.el (buffers-tab): Create a new face for the buffers
+       tab.
+       (buffers-tab-face): use it.
+
+2000-01-10  Didier Verna  <didier@xemacs.org>
+
+       * modeline.el (modeline-scrolling-method): change modeline X
+       cursor appearance according to the value.
+
+2000-01-07  Andreas Jaeger  <aj@suse.de>
+
+       * about.el (about-hackers): Moved my entry to contributor list.
+       (xemacs-hackers): Added myself.
+       (about-maintainer-info): Added description of myself.
+
+
+2000-01-07  Didier Verna  <didier@xemacs.org>
+
+       * modeline.el (modeline-scrolling-method): new variable.
+       (mouse-drag-modeline): add reference to it in the docstring.
+       (mouse-drag-modeline): handle it.
+
+2000-01-08  Andy Piper  <andy@xemacs.org>
+
+       * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
+       calls.
+       (remove-buffer-from-gutter-tab): ditto.
+
+2000-01-06  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * cus-edit.el (custom-hook-convert-widget): Fix comment.
+       (custom-face-edit): Fix grammatical error in help message.
+
+2000-01-03  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
+
+       * movemail.el: Added.
+
+       * dumped-lisp.el (preloaded-file-list): Added movemail.el.
+
+2000-01-03  Didier Verna  <didier@xemacs.org>
+
+       * modeline.el (mouse-drag-modeline): remove the code related to
+       the modeline horizontal scrolling facility.
+
+1999-12-31  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.26 is released.
+
+1999-12-28  Andy Piper  <andy@xemacs.org>
+
+       * wid-edit.el (widget-push-button-value-create): The gui cache
+       does not agree with native widgets which can only be displayed
+       once per window. The reasons for caching are diminished now that
+       we don't hog resources when creating buttons.
+       (widget-push-button-cache) deleted.
+
+1999-12-24  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.25 is released.
+
+1999-12-24  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * hyper-apropos.el (hyper-apropos): Toggle
+       hyper-apropos-programming-apropos correctly.
+       Set REGEXP when user accepts default value.
+
+1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
+       (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
+
+1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * mule/mule-category.el (undefined-category-designator):
+       Return char instead of character.  Search for undefined one.
+       (describe-category): Use with-displaying-help-buffer.
+
+1999-12-21  Martin Buchholz  <martin@xemacs.org>
+
+       * byte-optimize.el (byte-optimize-plus):
+       Optimize (+ 1) to 1 instead of (1+ nil).
+
+       * files.el (basic-save-buffer): Rewrite for clarity.  Use (char-before).
+
+       * byte-optimize.el (byte-compile-butlast): Remove.  Use butlast instead.
+
+       * byte-optimize.el (byte-optimize-char-before): New function.
+       Remove performance penalty for using (char-before) instead of (char-after).
+
+1999-12-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * mule/mule-category.el (char-category-list): Return character
+       instead of integer.
+
+1999-12-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * minibuf.el (read-buffer): Check default is buffer object.
+
+1999-11-25  Andy Piper  <andy@xemacs.org>
+
+       * cus-edit.el (custom-buffer-create-buttons): Use native widgets
+       for buttons.
+
+1999-12-16  Andreas Jaeger  <aj@suse.de>
+
+       * package-get.el (package-get-maybe-save-index): Fixed typo.
+       Patch by Jeff Miller <jmiller@smart.net>.
+
+1999-12-13  Charles G Waldman  <cgw@alum.mit.edu>
+
+       * gnuserv.el (gnuserv-process-filter):  don't call
+       gnuserv-write-to-client when gnuserv-current-client is nil
+
+1999-12-14  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.24 is released.
+
+1999-12-12  Gunnar Evermann  <ge204@eng.cam.ac.uk>
+
+       * about.el (about-hackers): Update my email address.
+
+1999-12-07  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.23 is released.
+
+1999-11-06  Jason R Mastaler  <jason@mastaler.com>
+
+        * package-get.el (package-get-download-sites): Removed several
+        defunct download sites, added many new ones, and corrected a few
+        incorrect directory-on-site entries.  Added physical locations to
+        site-description.
+
+1999-11-30  Gunnar Evermann  <ge204@eng.cam.ac.uk>
+
+       * finder.el (finder-commentary): add DOC string and fix
+       interactive spec
+
+1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
+
+       * help.el (describe-function): Don't forget to intern the string
+       completing-read returns.
+       (describe-variable): Ditto.
+
+1999-11-16  Adrian Aichner  <adrian@xemacs.org>
+
+       * hyper-apropos.el (hyper-apropos-this-symbol): Handle
+       `hyper-apropos-help-mode' here to find symbol to customize
+       irregardless of cursor position and simplify
+       `hyper-apropos-set-variable', `hyper-apropos-find-function', and
+       `hyper-apropos-popup-menu'.
+
+1999-11-21  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * apropos.el (apropos-mode-map): Add return to call
+       apropos-follow.
+       (apropos-print): Call apropos-mode to have better
+       command reference. Put keymap text-poperty to
+       symbole name.
+
+1999-11-22  Alastair Burt  <burt@dfki.de>
+
+       * help.el: (describe-bindings-1): Added handling of keymaps for
+       the extents at point.
+
+1999-12-02  Mark Thomas  <mthomas@jprc.com>
+
+       * gutter-items.el (buffers-tab-items): Wrap the function in a
+       save-match-data
+
+1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
+
+       * help.el (describe-function): Use the DEFAULT argument to
+       completing-read.
+       (describe-variable): Ditto.
+
+1999-11-26  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * minibuf.el (read-from-minibuffer): Add optional argument
+       DEFAULT to have better mini-buffer history support.
+       (completing-read): Pass default to read-from-minibuffer.
+       (read-buffer): Pass default to completing-read.
+
+1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
+
+       * font-lock.el (font-lock-doc-string-face): Document the
+       `font-lock-lisp-like' property.
+
+1999-11-29  Hrvoje Niksic  <hniksic@iskon.hr>
+
+       * lisp-mode.el: Specify `font-lock-lisp-like'.
+
+       * font-lock.el (font-lock-lisp-like): New function.
+       (font-lock-fontify-syntactically-region): Use it.
+
+1999-11-29  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.22 is released
+
+1999-11-28  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.21 is released.
+
+1999-11-18  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * minibuf.el (read-coding-system): Accept symbol and
+       coding-system object as a default-coding-system.
+
+1999-11-16  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * minibuf.el (read-coding-system): Accept symbol as
+       a default-coding-system.
+
+1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * apropos.el (apropos-documentation): Use insert instead
+       of princ.
+
+1999-11-07  William M. Perry  <wmperry@aventail.com>
+
+       * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
+         for the linux console.
+
+       * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
+         stuff to work when you are not on a window system, since the GPM
+         mouse support now allows pasting from outside of XEmacs.
+
+1999-11-10  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.20 is released
+
+1999-11-06  Hrvoje Niksic  <hniksic@iskon.hr>
+
+       * setup-paths.el (paths-default-info-directories): Add
+       /usr/share/info and /usr/local/share/info.
+
+1999-10-30  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * about.el: Updated Vladimir Ivanovic's info.
+
+11999-08-28  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+       * auto-show.el (auto-show-truncationp): Remove.
+
+       * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
+
+999-09-23  Gunnar Evermann  <ge204@eng.cam.ac.uk>
+
+       * indent.el (indent-line-to): fix bug: spaces were not replaced
+       with tab if column is multiple of tab-width
+       From dhn@qedinc.com
+
+1999-10-24  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+       * mule/mule-cmds.el (read-input-method-name): Accept symbols
+       correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
+
+       * package-get.el (package-get-package-provider): Be verbose when
+       interactive. Patch from Robert Pluim
+
+1999-08-23  Mike McEwan  <mike@lotusland.demon.co.uk>
+
+       * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
+       info file suffixes.
+
+1999-08-19  Stephen Tse  <stephent@sfu.ca>
+
+       * process.el (open-network-stream): Add a new optional parameter
+       PROTOCOL to support udp; fix a minor typo and add an explanation
+       in docstring for udp programming.
+
+       * code-process.el (open-network-stream): Add a new optional
+       parameter PROTOCOL to support udp; fix a minor typo and add an
+       explanation in docstring for udp programming.
+
+1999-10-18  Andy Piper  <andy@xemacs.org>
+
+       * gui.el (make-gui-button): be more precise about how we call
+       callbacks.
+
+       * wid-edit.el (widget-push-button-value-create): Use the new form
+       of native gui-button.
+
+1999-10-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * info.el (Info-page-prev): Don't do (sit-for 0).
+
+1999-10-13  Andy Piper  <andy@xemacs.org>
+
+       * gutter-items.el (progress-abort-glyph): new glyph for showing
+       abort status.
+       (append-progress): dispatch-event rather than sit-for.
+       (abort-progress): new function. Show the abort glyph with an
+       appropriate message.
+       (raw-append-progress): dispatch-event rather than sit-for.
+       (display-progress): cope with aborts.
+
+       * gui.el (make-gui-button): Use native widgets for buttons
+       unconditionally.
+       (insert-gui-button): ditto.
+       (gui-button-p): ditto.
+
+       * xbm-button.el: remove from core.
+
+       * xpm-button.el: remove from core.
+
+1999-10-07  Olivier Galibert  <galibert@pobox.com>
+
+       * faces.el (init-device-faces): Don't initialize the random faces
+       on the stream device.
+
+1999-10-06  Andy Piper  <andy@xemacs.org>
+
+       * files.el (recover-file): Don't use ls under windows for revert buffer.
+
+1999-09-25  Adrian Aichner  <adrian@xemacs.org>
+
+       * package-get.el (package-get-download-menu): Make menu really
+       toggle download sites.
+       (package-get-download-sites): Add autoload cookie.
+
+1999-09-29  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
+
+       * setup-paths.el (paths-find-module-directory): Ditto.
+
+1999-09-29  Werner Fink  <werner@suse.de>
+
+       * setup-paths.el (paths-find-exec-directory): Add missing nil
+       parameter for environment.
+
+1999-09-27  Martin Buchholz  <martin@xemacs.org>
+
+       * modeline.el (modeline-format):
+       Only purecopy the strings.  Else
+       (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
+       barfs.
+
+1999-08-28  Mike Woolley  <mike@bulsara.com>
+
+       * winnt.el: Removed nt-shell-mode-hook, which was preventing the
+       user setting comint-completion-addsuffix and
+       comint-process-echoes.
+
+1999-09-22  Andy Piper  <andy@xemacs.org>
+
+       * gutter-items.el (update-tab-in-gutter): use
+       last-nonminibuf-window instead of selected-window.
+
+1999-09-18  Andy Piper  <andy@xemacs.org>
+
+       * gnuserv.el (gnuserv-edit-files): select frame we are going to
+       display on.
+
+       * subr.el (record-buffer-hook): new variable so that the hook gets
+       some documentation.
+
+1999-09-16  Andy Piper  <andy@xemacs.org>
+
+       * gutter-items.el (update-tab-in-gutter): only update when the
+       gutter is visible.
+       (remove-buffer-from-gutter-tab): ditto.
+
+1999-09-17  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * simple.el (do-auto-fill): Commented out part of Kinsoku
+       processing.
+
+1999-09-14  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * isearch-mode.el (isearch-highlightify-region): Give the
+       highlighting extents a high priority.
+       (isearch-make-extent): Give the main highlighting extent an even
+       higher priority.
+
+1999-09-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
+
+       * packages.el (packages-compute-package-locations): Fix typo from
+       -u rationalization.
+
+1999-09-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
+
+       * setup-paths.el (paths-find-doc-directory): Respect value of
+       `configure-doc-directory.'
+
+       * find-paths.el (paths-find-architecture-directory): Give
+       precendence `default' argument (which typically comes from
+       configure).
+
+1999-09-05  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
+
+       * startup.el (command-line-early): Added options -user-init-file
+       and -user-init-directory.
+
+       * files.el (user-init-file): Default to NIL so we can recognize
+       when it's set.
+
+1999-08-30  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
+
+       * obsolete.el (init-file-user):
+       * startup.el:
+       * packages.el (packages-compute-package-locations):
+       * package-get.el (package-get-user-index-filename):
+       * menubar-items.el (maybe-add-init-button):
+       * info.el (Info-annotations-path):
+       * dump-paths.el:
+       Change `user-init-directory' to be an absolute path.
+       Use `user-init-directory' where appropriate.
+       Zap `init-file-user' and its uses.
+
+1999-09-09  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * subr.el (copy-symbol): New function.
+
+1999-09-08  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * isearch-mode.el (isearch-done): Be sure to restore invisible
+       extents in the proper buffer.
+       (isearch-pre-command-hook): Set this-command to the correct value
+       in case the buffer has changed and old overriding-local-map was
+       used.
+       (isearch-restore-extent): Use remprop instead of setting the
+       property to nil.
+
+1999-09-08  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * cmdloop.el (execute-extended-command): Update zmacs region
+       before the delay.
+       (execute-extended-command): Make the message gettext-friendly.
+
+1999-09-07  Andy Piper  <andy@xemacs.org>
+
+       * gutter-items.el (progress-gauge-glyph): renamed from
+       progress-glyph.
+       (progress-text-glyph): new variable.
+       (progress-layout-glyph): use layouts and text glyphs.
+       (progress-area-buffer): removed.
+       (progress-text-and-extent): new variable.
+       (progress-displayed-p): dynamically create gutter area buffer.
+       (clear-progress): ditto.
+       (raw-append-progress): ditto.
+       (append-progress): use new glyph names.
+       (raw-append-progress): only create the extent when needed. set
+       properties more optimally.
+       (progress): remove args.
+
+1999-09-07  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * isearch-mode.el (isearch-range-invisible): Use mapc instead of
+       mapcar where the return value is unused.
+       (isearch-restore-invisible-extents): Ditto.
+       (isearch-highlight-all-cleanup): Ditto.
+       (isearch-delete-extents-in-range): Traverse the extents only once.
+       (isearch-highlight-all-update): Don't start over if the search
+       string has changed and more input is pending.
+
+1999-09-07  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * packages.el (packages-find-package-data-path): Ditto.
+
+       * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
+
+       * subr.el (mapc-internal): Don't make obsolete.
+
+       * cl-extra.el (mapc): Resurrect.
+
+1999-09-03  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
+       alias.
+
+       * isearch-mode.el (isearch-top-state): Restore isearch-word.
+       (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
+       (isearch-yank-clipboard): Use get-clipboard instead of
+       x-get-clipboard.
+       (isearch-yank-selection): Fix docstring.
+
+1999-09-02  Martin Buchholz  <martin@xemacs.org>
+
+       * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
+
+1999-09-02  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * cl-macs.el (extent-start-position): Fix setf method.
+       (extent-end-position): Ditto.
+
+1999-09-02  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * isearch-mode.el: End merge with FSF 20.4.
+
+       * isearch-mode.el (search-invisible): New variable.
+       (isearch-hide-immediately): Ditto.
+       (isearch-unhidden-extents): Ditto.
+       (isearch-range-invisible): New function.
+       (isearch-unhide-extent): Ditto.
+       (isearch-restore-invisible-extents): Ditto.
+       (isearch-restore-extent): Ditto.
+
+       * isearch-mode.el (isearch-ring-advance-edit): Use FSF
+       implementation.
+       (isearch-ring-retreat-edit): Ditto.
+       (isearch-forward): New argument NO-RECURSIVE-EDIT.
+       (isearch-forward-regexp): New arguments NOT-REGEXP and
+       NO-RECURSIVE-EDIT.
+       (isearch-backward): New argument NO-RECURSIVE-EDIT.
+       (isearch-backward-regexp): New arguments NOT-REGEXP and
+       NO-RECURSIVE-EDIT.
+       (isearch-mode): Return isearch-success.
+       (isearch-update): Use unread-command-events instead of
+       unread-command-event.
+       (isearch-abort): If an invalid regexp is encountered, keep popping
+       states.
+       (isearch-*-char): Use FSF implementation.
+       (isearch-whitespace-chars): Use the more robust FSF's
+       implementation.
+       (isearch-within-brackets): New variable.
+       (isearch-mode): Initialize it.
+       (isearch-edit-string): Bind it.
+       (isearch-search-and-update): Set it.
+       (isearch-push-state): Push it.
+       (isearch-top-state): Pop it.
+       (isearch-search): Set it.
+       (isearch-printing-char): When called by isearch-whitespace-chars,
+       handle M-SPC gracefully.
+       (isearch-message-prefix): New argument ELLIPSIS.
+       (isearch-message-suffix): Ditto.
+       (isearch-message): Use the ELLIPSIS argument when calling
+       isearch-message-prefix and isearch-message-suffix.
+       (isearch-message-prefix): Distinguish between "wrapped" and
+       "overwrapped" search, FWIW.
+
+1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * isearch-mode.el (isearch-edit-string): Use the head of the
+       search ring instead of search-last-string and search-last-regexp.
+       (search-highlight): Renamed from isearch-highlight.
+       (isearch-exit): Use the new name.
+       (isearch-highlight): Ditto.
+       (isearch-dehighlight): Ditto.
+       (isearch-update-ring): New function.
+       (isearch-done): Call it.
+       (isearch-done): New argument EDIT.
+       (isearch-repeat): If search string is empty, look up at the car of
+       the search ring; ignore the yank pointer.
+       (isearch-abort): Call isearch-done with NOPUSH.
+       (isearch-cancel): New function.
+       (isearch-mode-map): Bind it to ESC ESC ESC.
+
+       * isearch-mode.el: Begin merge with FSF 20.4.
+
+1999-09-01  Andy Piper  <andy@xemacs.org>
+
+       * x-select.el (x-get-clipboard): obsolete.
+       (x-yank-clipboard-selection): obsolete
+
+       * select.el (disown-selection): need to be careful to disown the
+       clipboard if we set it via selection.
+       (get-clipboard): move from x-select.el
+       (yank-clipboard-selection): ditto.
+
+1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * isearch-mode.el (isearch-exit): Bind isearch-highlight and
+       isearch-highlight-all-matches to nil.
+       (isearch-fixed-case): New variable.
+       (isearch-mode): Initialize it.
+       (isearch-edit-string): Save it.
+       (isearch-toggle-case-fold): Set it.
+       (isearch-fix-case): Make sure isearch-toggle-case-fold works --
+       need to check isearch-fixed-case.
+       (isearch-toggle-case-fold): Update highlighting of all matches
+       before the pause.
+       (isearch-edit-string):
+
+1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * isearch-mode.el (isearch-edit-string): Call isearch-message
+       before reading the event so that the prompt is displayed properly.
+       (isearch-message): Use isearch-nonincremental when calling
+       isearch-message-prefix.
+       (minibuffer-local-isearch-map): Bind up and down to do the same as
+       M-p and M-n respectively.
+       (isearch-done): New arg NOPUSH.
+       (isearch-edit-string): Use it.
+       (isearch-edit-string): Don't bind isearch-string.
+       (isearch-ring-adjust): Edit string, *then* push state.
+
+1999-08-31  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * faces.el (isearch-secondary): Make isearch-secondary look
+       different than default.
+
+1999-08-30  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * isearch-mode.el (isearch-yank): Use progn instead of the inner
+       save-excursion.
+       (isearch-dehighlight): Remove TOTALLY.  Simplify.
+       (isearch-update): Call isearch-dehighlight without arguments.
+       (isearch-done): Ditto.
+
+       * isearch-mode.el (isearch-fix-case): If the search string has no
+       upper-case letters, allow the folding to be reenabled.
+       Previously, once disabled, the folding would remain that way until
+       the end of isearch.
+       (isearch-top-state): Call isearch-fix-case.
+
+       * isearch-mode.el (isearch-yank): Use progn instead of the inner
+       save-excursion.
+       (isearch-dehighlight): Remove TOTALLY.  Simplify.
+
+1999-08-31  Jan Vroonhof  <jan@xemacs.org>
+
+       * xpm-button.el:
+       xbm-button.el: Need to exist in core because gui.el depends on
+       them.
+
+1999-08-31  Andy Piper  <andy@xemacs.org>
+
+       * gutter-items.el (buffers-tab-face): new customizable variable.
+       (buffers-tab-default-buffer-line-length): new specifier for
+       maximum viewable characters.
+       (progress-stack): new variable for implementing widget-based
+       progress messages.
+       (progress-area-buffer): ditto.
+       (progress-glyph-height): ditto.
+       (progress-stop-callback): ditto.
+       (progress-quit-function): new function.
+       (progress-glyph): new variable.
+       (progress-layout-glyph): ditto.
+       (progress-displayed-p): new function, see message-displayed-p for
+       details.
+       (clear-progress): ditto.
+       (remove-progress): ditto.
+       (append-progress): ditto.
+       (raw-append-progress): ditto.
+       (display-progress): ditto.
+       (current-progress): ditto.
+       (current-progress-label): ditto.
+       (progress): ditto.
+       (lprogress): ditto.
+
+
+1999-08-29  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
+
+       * isearch-mode.el (isearch-yank-x-selection): Renamed to
+       `isearch-yank-selection'.
+       (isearch-mode-map): Use it.
+       (isearch-yank-selection): Use `get-selection' instead of
+       `get-x-selection'.
+
+1999-08-29  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * faces.el (isearch-secondary): Create face here.
+
+       * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
+       timers.
+
+1999-08-27  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * subr.el (buffer-string): More robust backward compatibility
+       check, courtesy William Perry.
+
+1999-08-26  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * replace.el (perform-replace): Stop the search after the search
+       limit has been reached.
+
+1999-08-23  Andy Piper  <andy@xemacs.org>
+
+       * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
+       here if we don't have one.
+
+1999-08-15  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
+
+       * ldap.el (ldap-coding-system): Default to nil until we get
+       efficient UTF8 support
+       (ldap-decode-string): Guard against `decode-coding-string' not
+       being defined
+       (ldap-encode-string): Guard against `encode-coding-string' not
+       being defined
+
+1999-08-23  Didier Verna  <verna@inf.enst.fr>
+
+       * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
+       Some doc strings improvements, and add a star to the `interactive'
+       calls.
+
+1999-08-18  Stef Epardaud  <stef@lunatech.com>
+
+       * font-lock.el (java-font-lock-keywords-3): introduced new
+       keywords and regexpes for javadoc syntax 1.2.
+
+1999-08-17  Andy Piper  <andy@xemacs.org>
+
+       * gutter-items.el (buffers-tab-format-buffer-line-function): use
+       format-buffers-tab-line.
+       (buffers-tab-max-buffer-line-length): new variable.
+       (format-buffers-tab-line): new function. truncate names if over
+       buffers-tab-max-buffer-line-length.
+
+1999-08-13  Charles G Waldman  <cgw@fnal.gov>
+
+       * cus-start.el: Customize the variable `bell-inhibit-time'.
+
+1999-08-16  Andy Piper  <andy@xemacs.org>
+
+       * gutter-items.el (remove-buffer-from-gutter-tab): take a
+       brute-force approach to deleting the last buffer.
+       (buffers-tab-grouping-regexp): new customizable variable.
+       (select-buffers-tab-buffers-by-mode): use it.
+
+1999-08-13  Andy Piper  <andy@xemacs.org>
+
+       * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
+       deletion problem.
+
+1999-07-30  Didier Verna  <verna@inf.enst.fr>
+
+       * cus-edit.el (custom-save-variables): I said, use prin1 instead
+       of princ to output symbols.
+       (custom-save-face-internal): ditto.
+       (custom-save-resets): ditto.
+
+1999-08-09  Didier Verna  <verna@inf.enst.fr>
+
+       * gutter-items.el (select-buffers-tab-buffers-by-mode): use
+       `regexp-quote' to protect the major mode name for use as a regular
+       expression (c++ needs this for instance).
+
+1999-08-08  Andy Piper  <andy@xemacs.org>
+
+       * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
+       cope with similar mode names.
+
+       * gutter-items.el (buffers-tab-selection-function): new selection
+       function.
+       (select-buffers-tab-buffers-by-mode): new function.
+       (buffers-tab-items): use it if set to only display buffers in the
+       tab in the current buffer's group..
+       (update-tab-in-gutter): use new api.
+       (remove-buffer-from-gutter-tab): ditto.
+
+       * gutter-items.el (buffers-tab-max-size): set custom selection
+       default to 6.
+       (buffers-tab-switch-to-buffer): just switch window if the window is visible.
+       (add-tab-to-gutter): set face as default.
+
+1999-07-07  Jan Vroonhof  <jan@xemacs.org>
+
+       * faces.el (frob-face-property): Merge the fall-back specifier
+       with the target, not replace it.
+
+1999-08-05  Andy Piper  <andy@xemacs.org>
+
+       * gutter-items.el (update-tab-in-gutter): add frame argument for
+       buffer-items.
+       (update-tab-in-gutter): use it.
+
+       * gutter-items.el (record-buffer-hook): set.
+
+       * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
+       change.
+       (switch-to-buffer-hook) deleted.
+
+1999-08-04  Andy Piper  <andy@xemacs.org>
+
+       * gutter-items.el (update-tab-in-gutter): make sure this will work
+       as an argument to create-frame-hook.
+
+1999-07-30  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * isearch-mode.el: Modified Bob and Darryl's code to use itimers
+       instead of timer emulation.
+
+1999-07-30  Darryl Okahata  <darrylo@sonic.net>
+
+       * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
+       Emacs isearch enhancements.
+
+1999-07-28  Andy Piper  <andy@xemacs.org>
+
+       * gutter-items.el (add-tab-to-gutter): put in specifier specs for
+       all devices that support tab controls.
+       (remove-buffer-from-gutter-tab): new function. to be used as a
+       value for kill-buffer-hook.
+
+1999-07-21  Sean MacLennan  <seanm@storm.ca>
+
+       * auto-show.el (auto-show-truncationp): changed to match
+       `window_translation_on'
+
 1999-07-30  XEmacs Build Bot <builds@cvs.xemacs.org>
 
        * XEmacs 21.2.19 is released
 
 1999-07-23  Jan Vroonhof  <jan@xemacs.org>
 
-       * custom.el: 
-       * cus-face.el: 
+       * custom.el:
+       * cus-face.el:
        * cus-edit.el:
                Massive custom Theme API changes.
 
 
 1999-06-25  Karl M. Hegbloom  <karlheg@debian.org>
 
-       * files.el (interpreter-mode-alist): add `make', `guile', and 
+       * files.el (interpreter-mode-alist): add `make', `guile', and
        `emacs' entries. (#!/usr/bin/make -f ought to send a file into
        makefile-mode, guile is a scheme, and someday XEmacs will be
        modular enough to use as an efficient scripting tool.)
        * mule/mule-cmds.el (set-language-info): Don't set up menus at
        all.
        (set-language-info-alist): Set up menus here.
-       
+
 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
 
        * minibuf.el (completing-read): Add new optional argument
        Installation.el needs to be loaded before `dump-paths', otherwise
        the dumping process won't find it.
 
-1999-03-13  Adrian Aichner  <aichner@ecf.teradyne.com>
+1999-03-13  Adrian Aichner  <adrian@xemacs.org>
 
        * dumped-lisp.el (preloaded-file-list): Load Installation.el after
        subr so that we can use `replace-in-string' in Installation.el to
        * x-faces.el (x-init-face-from-resources):
        Only set fonts in the 'x locale.
 
-1999-03-04  Adrian Aichner  <aichner@ecf.teradyne.com>
+1999-03-04  Adrian Aichner  <adrian@xemacs.org>
 
        * package-ui.el (pui-install-selected-packages): Don't throw on
        `package-admin-delete-binary-package' returning nil since it's
        * dumped-lisp.el (preloaded-file-list): Core mule files moved out
        of mule-base into lisp/mule.
 
-1999-02-10  Adrian Aichner  <aichner@ecf.teradyne.com>
+1999-02-10  Adrian Aichner  <adrian@xemacs.org>
 
        * process.el (exec-to-string): Use `shell-command-switch' in place
        of hard-wired "-c" (for WindowsNT).
        * about.el (about-url-alist): Update my entry.
        (xemacs-hackers): Ditto.
 
-1999-01-14  Adrian Aichner  <aichner@ecf.teradyne.com>
+1999-01-14  Adrian Aichner  <adrian@xemacs.org>
 
        * buffer.el (switch-to-buffer): Fixing documentation.
        * minibuf.el (minibuffer-completion-table): ditto.
 
        * subr.el (buffer-substring-no-properties): Comment out.
 
-1998-11-07  Adrian Aichner  <aichner@ecf.teradyne.com>
+1998-11-07  Adrian Aichner  <adrian@xemacs.org>
 
        * msw-faces.el (mswindows-find-smaller-font): Turning font names
          into font instances first, like `x-frob-font-size' does.
        * ldap.el (ldap-host-parameters-alist): New name of
        `ldap-host-parameters-plist'
 
-1998-06-26  Adrian Aichner  <aichner@ecf.teradyne.com>
+1998-06-26  Adrian Aichner  <adrian@xemacs.org>
 
        * package-get.el: Using (require 'package-get-base), now that it
        provides itself.  Consequently removed all instances of (load
        (font-lock-match-c++-style-declaration-item-and-skip-to-next):
        Let declaration items contain non-word symbol characters.
 
-1998-06-15  Adrian Aichner  <aichner@ecf.teradyne.com>
+1998-06-15  Adrian Aichner  <adrian@xemacs.org>
 
        * package-get.el (package-get-package-provider): Added autoload
        cookie.  Loading "package-get-base.el" in ALL functions that use
@@ -3337,7 +4433,7 @@ Wed May 27, 1998  Darryl Okahata  <darrylo@sr.hp.com>
 
        * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
 
-1998-05-17  Adrian Aichner  <aichner@ecf.teradyne.com>
+1998-05-17  Adrian Aichner  <adrian@xemacs.org>
 
        * itimer.el (activate-itimer): Fixed usage of integers
        as argument to `concat'.
@@ -4072,7 +5168,7 @@ Sat Apr 24 1998  Andy Piper  <andyp@parallax.co.uk>
        * frame.el (get-frame-for-buffer-default-instance-limit):
        defcustom it for options menu handling.
 
-       * font-lock.el (font-lock-mode): defcustom and autolaod the variable
+       * font-lock.el (font-lock-mode): defcustom and autoload the variable
        font-lock-mode for options menu handling.
 
        * cus-start.el: added Custom properties to overwrite-mode for