XEmacs 21.2.31 "Iris".
[chise/xemacs-chise.git.1] / lisp / ChangeLog
index 5af0a45..ac4d15b 100644 (file)
@@ -1,3 +1,303 @@
+2000-02-23  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.31 is released.
+
+2000-02-21  Mike Sperber <mike@xemacs.org>
+
+       * loadup.el (really-early-error-handler):
+       * update-elc.el:
+       * make-docfile.el:
+       Remove dependency on EMACSBOOTSTRAP... environment variables.
+
+2000-02-21  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.30 is released.
+
+2000-02-19  Martin Buchholz  <martin@xemacs.org>
+
+       * byte-optimize.el (byte-optimize-plus): 
+       (byte-optimize-minus): 
+       (byte-optimize-multiply): 
+       Optimize (- 0) to 0, not (-)
+       Optimize (+ 5 3.0) to 8.0
+        Optimize (* 5 3.0) to 15.0
+       Improve readability.
+
+2000-02-21  Jonathan Harris  <jhar@tardis.ed.ac.uk>
+
+       * modeline.el: (modeline-scrolling-method): change modeline
+       mswindows cursor appearance according to the value.
+
+       * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
+       and 'gui-element face colors and 'gui-element face font to Windows
+       defaults.
+
+2000-02-09 Stef Epardaud  <stef@lunatech.com>
+       
+       * font-lock.el: Javadoc enhancements 
+
+1999-11-27  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
+
+       * ldap.el (toplevel): Test if LDAP support has been compiled in
+       (ldap-verbose): New option
+       (ldap-search-entries): Renamed from the previous ldap-search
+       Conditionalize message display on ldap-verbose
+       (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
+       defuns
+       (ldap-search): Is now defined as an obsolete wrapper calling 
+       ldap-search-basic or ldap-search-entries
+
+
+1999-12-06  Hirokazu FUKUI  <hfukui@sannet.ne.jp> 
+            Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
+           Jan Vroonhof  <jan@xemacs.org>
+        * byte-optimize.el (byte-optimize-form-code-walker): Fixed. 
+        When for-effect is true, didn't call `byte-optimize-form' 
+        in and/or subforms without last. 
+1999-12-07  Jan Vroonhof  <vroonhof@math.ethz.ch> 
+        * package-get.el (package-get-download-sites): Use correct custom 
+        type. 
+2000-02-15  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
+
+       * files.el (write-file): Ask for coding system when compiled with
+       file-coding.
+
+2000-02-16  Andy Piper  <andy@xemacs.org>
+
+       * buffer.el (switch-to-buffer): give norecord argument to
+       set-window-buffer instead of explicitly recording.
+
+       * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
+       we have to pick a window.
+
+1999-12-24  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * mule/mule-cmds.el (describe-language-support): Don't add
+       unexist function to help-map.
+       (describe-coding-system): Don't use already assigend `C'.
+
+2000-01-23  Björn Torkelsson  <torkel@hpc2n.umu.se>
+
+       * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
+       work in custom.
+
+2000-02-04  Kazuyuki IENAGA <kazz@imasy.or.jp>
+
+       * about.el: Ienaga's e-mail address change.
+
+2000-02-16  Samuel Mikes  <smikes@alumni.hmc.edu>
+
+        * etags.el (find-tag): force new window -- even if buf already
+        visible -- when other-window is t
+
+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.
@@ -4964,7 +5264,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