XEmacs 21.2.25 "Hephaestus".
[chise/xemacs-chise.git.1] / lisp / ChangeLog
index 9a3c4fc..681cb60 100644 (file)
@@ -1,3 +1,173 @@
+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
 
        * files.el (recover-file): Don't use ls under windows for revert buffer. 
 
-1999-09-25  Adrian Aichner  <aichner@ecf.teradyne.com>
+1999-09-25  Adrian Aichner  <adrian@xemacs.org>
 
        * package-get.el (package-get-download-menu): Make menu really
        toggle download sites.
        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
@@ -3902,7 +4072,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'.