XEmacs 21.4.7 "Economic Science".
[chise/xemacs-chise.git.1] / lisp / ChangeLog
index 4be62eb..d5db062 100644 (file)
@@ -1,3 +1,542 @@
+2002-05-04  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.7 "Economic Science" is released.
+
+2002-03-18  Adrian Aichner  <adrian@xemacs.org>
+
+       * cus-edit.el (customize-save-variable): Fix typo in prompt.
+
+2002-03-26  John Paul Wallington  <jpw@xemacs.org>
+
+       * obsolete.el (assq-delete-all): New compatibility alias for 
+       remassq.
+
+2002-01-09  Simon Josefsson  <jas@extundo.com>
+
+       * files.el (auto-mode-alist): Support Sieve (*.siv, *.sieve).
+
+2002-01-04  Adrian Aichner  <adrian@xemacs.org>
+
+       * info.el (Info-auto-generate-directory): Default
+       Info-auto-generate-directory to 'if-outdated.
+
+2002-03-28  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * startup.el (normal-top-level): Prevent migration code from
+       trashing .emacs on an error in loading the init files.
+
+2002-03-14  Ville Skyttä  <ville.skytta@xemacs.org>
+
+       * files.el (auto-mode-alist): GNUmakefile is a Makefile,
+       "system default" Xdefaults and friends get xrdb-mode.
+
+2002-03-05  Mats Lidell  <matsl@contactor.se>
+       * help-nomule.el (tutorial-supported-languages): Added Swedish
+       tutorial. Sorted languages.
+
+2002-02-11  Mike Sperber <mike@xemacs.org>
+
+       * info.el (Info-maybe-update-dir): Regenerate dir if we're
+       regenerating outdated dir files and dir is non-existent.
+
+2002-01-27  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * code-files.el (convert-mbox-coding-system): Improve comment.
+       (write-region): Improve docstring.  Reformat to 80 columns.  Add
+       coding-system argument to `write-region-pre-hook' call.
+       (write-region-pre-hook): Fix docstring to mention lockname argument.
+
+2002-01-18  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * minibuf.el (completing-read): Remove redundant wrong arg list.
+
+       * help.el (with-displaying-help-buffer): Put usage advice in docstring.
+
+2001-12-27  John Paul Wallington  <jpw@shootybangbang.com>
+
+       * obsolete.el (interactive-form): new compatibility alias for 
+       function-interactive.
+
+2001-11-29  Adrian Aichner  <adrian@xemacs.org>
+
+       * menubar-items.el (Menubar-items-truncate-list): Removed.
+       * menubar-items.el (Menubar-items-truncate-history): New.
+       * menubar-items.el (default-menubar): Use
+       Menubar-items-truncate-history.
+
+2002-02-03  Adrian Aichner  <adrian@xemacs.org>
+
+       * printer.el (generic-print-region): Pass correct arguments to
+       lpr-region.  Thanks to Nevin Kapur <nevin@jhu.edu> and Björn
+       Torkelsson <torkel@acc.umu.se>.
+
+2002-01-09  John Paul Wallington  <jpw@shootybangbang.com>
+
+       * help.el (describe-mode): synched with FSF 19.34; handle nil
+       minor mode indicators.
+
+2001-12-03  Christoph Wedler  <Christoph.Wedler@sap.com>
+
+       * minibuf.el (completing-read): Update docstring.
+
+2001-12-17  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.6 "Common Lisp" is released.
+
+2001-11-21  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * package-net.el: Inadvertant synch with Windows branch.  From
+       Andy's log:
+       (package-net-kit-version): new variable.
+       (package-net-generate-bin-ini): use it. Remove unwanted functions.
+
+2001-11-28  Steve Youngs  <youngs@xemacs.org>
+
+       * package-get.el (package-get-locate-index-file): Also search the
+       core etc/ directory for the package index file if it can't be
+       found in ~/.xemacs/.
+
+2001-12-13  William Perry  <wmperry@gnu.org>
+
+       * dialog-gtk.el (popup-builtin-question-dialog):
+       Conform to API in gui.c.
+       
+2001-11-12  Andy Piper  <andy@xemacs.org>
+
+       * cus-edit.el (custom-save-face-internal): make sure we save
+       non-themed faces.
+       (custom-save-variables): ditto variables.
+
+2001-11-20  Stephen J. Turnbull  <stephen@xemacs.og>
+
+       * faces.el (make-face-family):
+       (make-face-size):
+       New face-modifying functions per Jan Vroonhof.
+
+       cus-face.el (custom-set-face-font-family):
+       (custom-set-face-font-size):
+       Use them.
+
+       * font.el (font-window-system-mappings): More precise docstring.
+
+       (font-create-name):
+       (font-create-object):
+       (tty-font-create-object):
+       (tty-font-create-plist):
+       (x-font-create-object):
+       (x-font-create-name):
+       (ns-font-create-name):
+       (mswindows-font-create-object):
+       (mswindows-font-create-name):
+       Add doctrings.
+
+2001-11-14  John Paul Wallington <jpw@shootybangbang.com>
+
+       * gtk-faces.el (gtk-init-device-faces): removed spurious
+       quote before let* expression.
+
+2001-10-29  Andy Piper  <andy@xemacs.org>
+
+       * code-files.el (toggle-buffer-file-coding-system): mark buffer as
+       modified when changing coding system.
+
+       * toolbar-items.el (toolbar-dired): Use interactive "D" spec so
+       that we invoke the GUI directory selector.
+
+2001-10-25  Andy Piper  <andy@xemacs.org>
+
+       * dialog.el (make-dialog-box): use new directory dialog support.
+       * minibuf.el (read-file-name-1): ditto.
+       (read-file-name): ditto.
+       (read-directory-name): ditto.
+
+2001-10-23  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.5 "Civil Service" is released.
+
+2001-04-23  Didier Verna  <didier@xemacs.org>
+
+       * cus-edit.el (custom-variable-pre-save): New.
+       * cus-edit.el (custom-variable-post-save): New.
+       * cus-edit.el (custom-variable-save): use them.
+       * cus-edit.el (custom-face-pre-save): New.
+       * cus-edit.el (custom-face-post-save): New.
+       * cus-edit.el (custom-face-save): use them.
+       * cus-edit.el (custom-group-pre-save): New.
+       * cus-edit.el (custom-group-post-save): New.
+       * cus-edit.el (custom-group-save): use them.
+       * cus-edit.el (Custom-save): use the pre/post functions above,
+       call `custom-save-all' only once.
+       * cus-edit.el (custom-variable-pre-reset-standard): New.
+       * cus-edit.el (custom-variable-post-reset-standard): New.
+       * cus-edit.el (custom-variable-reset-standard): use them.
+       * cus-edit.el (custom-face-pre-reset-standard): New.
+       * cus-edit.el (custom-face-post-reset-standard): New.
+       * cus-edit.el (custom-face-reset-standard): use them.
+       * cus-edit.el (custom-group-pre-reset-standard): New.
+       * cus-edit.el (custom-group-post-reset-standard): New.
+       * cus-edit.el (Custom-reset-standard): use them.
+       * cus-edit.el (custom-face-reset-saved): use the pre/post
+       functions above, call `custom-save-all' only once.
+
+2001-04-08  Danny Colascione  <qtmstr@optonline.net>
+
+       * gutter-items.el (buffers-tab face): Derive from the modeline
+       face by default.  Many people use white-on-black for the default
+       font, and the tabs look hideous with that color combination.  The
+       modeline usually has the correct colors.
+
+2001-09-28  Robert Pluim  <rpluim@bigfoot.com>
+
+       * etags.el (find-tag): Doc fix, point users at pop-tag-mark.
+       (tag-mark-stack-max): Typo fix.
+
+2001-09-28  Ben Wing  <ben@xemacs.org>
+
+       * font-lock.el:
+       * font-lock.el (font-lock-after-change-function):
+       fix problem with last patch, reported by Katsumi Yamaoka.
+
+2001-09-17  Ben Wing  <ben@xemacs.org>
+
+       * font-lock.el (font-lock-after-change-function):
+       fix problem when you insert a comment on the line before a line of
+       code: if we use the following char, then when you hit backspace,
+       the following line of code turns the comment color.
+
+2001-06-08  Ben Wing  <ben@xemacs.org>
+
+       * process.el: comment about shell-command-switch.
+       * process.el (shell-quote-argument): Need to quote a null
+       argument, too.  From Dan Holmsand.
+       
+       * startup.el (normal-top-level): Delete some unused FSF junk.
+       * startup.el (command-line-early):
+       
+       * startup.el (command-line): Call MS Windows init function.
+       
+       * win32-native.el:
+       * win32-native.el (mswindows-system-shells): New.
+       * win32-native.el (mswindows-system-shell-p): New.
+       * win32-native.el (init-mswindows-at-startup): New.
+       * win32-native.el (mswindows-quote-one-vc-runtime-arg):
+       * win32-native.el (mswindows-quote-one-simple-arg):
+       * win32-native.el (mswindows-quote-one-command-arg):
+       * win32-native.el (mswindows-construct-process-command-line-alist):
+       Correct comments at top.  Correctly handle passing arguments
+       to Cygwin programs and to bash.  Fix quoting of zero-length
+       arguments (from Dan Holmsand).  Set shell-command-switch based
+       on shell-file-name, which in turn comes from env var SHELL.
+
+2001-07-18  Alexey Mahotkin  <alexm@hsys.msk.ru>
+
+       * toolbar.el (toolbar-visible-p, toolbar-captioned-p,
+       default-toolbar-position): Fill docstrings for balloon-help.
+
+2001-03-15  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * faces.el: Reenable specifications over 'gtk domain.
+
+2001-08-08  Didier Verna  <didier@xemacs.org>
+
+       * autoload.el (update-autoload-files): make defdir a file name,
+       not directory name.
+
+2001-08-06  Steve Youngs  <youngs@xemacs.org>
+
+       * menubar-items.el (default-menubar): Use 'report-xemacs-bug'.
+
+       * lisp-mnt.el (lm-report-bug): Use 'report-xemacs-bug-beta-address'.
+
+2001-08-01  Edward M. Lee  <tailbert@yahoo.com>
+
+       * font-menu.el (font-menu-set-font): Default to current font-family.
+       (font-menu-preferred-resolution):
+       (font-menu-size-scaling):
+       Provide gtk defaults, too.
+
+2001-07-29  Mike Alexander  <mta@arbortext.com>
+
+       * cus-face.el (custom-set-face-font-size): Last arg to apply is a
+       list
+       (custom-set-face-font-family): ditto
+
+2001-07-26  Mike Sperber <mike@xemacs.org>
+
+       * files.el (auto-mode-alist): .9 files are man pages, too.
+
+2001-07-23  Edwin Steiner <esteiner@net4you.at>
+
+       * process.el (call-process-internal): bind
+       coding-system-for-write to 'binary when calling
+       start-process-internal, so the process receives 
+       the literal contents of INFILE.
+
+2001-09-15  Edward M. Lee  <tailbert@yahoo.com>
+
+       * files.el (auto-mode-alist): Add configure.ac support.
+
+2001-07-19  Adrian Aichner  <adrian@xemacs.org>
+
+       * buff-menu.el:
+       mouse.el:
+       Adrian's mouse-track patch.  See <y9plq0nc.fsf@ecf.teradyne.com>.
+
+2001-07-28  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.4 "Artificial Intelligence" is released.
+
+2001-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mule/kinsoku.el (kinsoku-bol-p): Work with ascii and non-ascii
+       mixed text.
+       (kinsoku-eol-p): Ditto.
+
+2001-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mule/kinsoku.el (kinsoku-ascii-eol, kinsoku-gb-bol,
+       kinsoku-gb-eol, kinsoku-big5-bol, kinsoku-big5-eol): Assign
+       characters as the category `s' or `e' correctly.
+
+2001-06-06  Alexey Mahotkin  <alexm@hsys.msk.ru>
+
+       * mule/cyrillic.el: Uncomment definition of ccl-encode-koi8-r-font.
+
+2001-06-14  Alexey Mahotkin  <alexm@hsys.msk.ru>
+
+       * mule/cyrillic.el:  Set up case table.
+
+2001-06-08  Mike Sperber <mike@xemacs.org>
+
+       * files.el (save-some-buffers-1): Don't zap the help window right
+       after `map-y-or-n-p' has popped it up.
+
+2001-06-15  Nick Pakoulin  <npak@ispras.ru>
+
+       * help.el (frob-help-extents): Require 'hyper-apropos for faces.
+
+2001-07-18  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * specifier.el: define-specifier-tag 'gtk.
+
+2001-05-12  Ben Wing  <ben@xemacs.org>
+
+       * find-paths.el (paths-find-recursive-path):
+       fix error with null EXCLUDE-REGEXP.
+       
+       * font-lock.el (font-lock-mode):
+       fix problem reported by hrvoje with buffers starting with a space.
+       
+2001-05-06  Ben Wing  <ben@xemacs.org>
+
+       * dialog.el (make-dialog-box):
+       * menubar-items.el (default-menubar):
+       * printer.el (generic-print-buffer):
+       * printer.el (generic-print-region):
+       implement printing the selection when it's selected.
+
+2001-04-18  Didier Verna  <didier@xemacs.org>
+
+       * cus-edit.el (Custom-reset-standard): reset to standard settings
+       not only when the buffer's :custom-state is 'modified, but also
+       when it is 'set or 'saved.
+
+2001-04-17  Didier Verna  <didier@xemacs.org>
+
+       * startup.el (load-user-init-file): define `custom-file' before
+       loading the user's init file.
+
+2001-04-09  Danny Colascione  <qtmstr@optonline.net>
+
+       * menubar.el (popup-mode-menu): Make it work with
+       popup-menu-titles turned off.
+       
+2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * about.el (about-mailto-link): Use compose-mail for sending mail.
+
+2001-07-14  Sean MacLennan  <seanm@storm.ca>
+
+       * package-admin.el (package-install-hook): New.
+       (package-delete-hook): New.
+       (package-admin-add-single-file-package): Use package-delete-hook.
+
+       * package-get.el (package-get): Use package-install-hook.
+
+2001-06-26  Robert Pluim  <rpluim@bigfoot.com>
+
+       * package-ui.el (pui-install-selected-packages): reverse the lists
+       of packages so that they get handled in the same order as they
+       were selected.
+
+2001-06-26  Robert Pluim  <rpluim@bigfoot.com>
+
+       * packages.el (locate-library): Use read-library-name for completion.
+
+2001-05-21  Martin Buchholz  <martin@xemacs.org>
+
+       * byte-optimize.el (=): `=' is not a binary predicate!
+       Fix incorrect optimization: (= 0 0 (random 2)) ==> 0 or 1.
+       Use byte-optimize-predicate, not byte-optimize-binary-predicate,
+
+2001-05-20  Martin Buchholz  <martin@xemacs.org>
+
+       * bytecomp.el (byte-compile-arithcompare):
+       Only optimize (= x) ==> t if byte-compile-delete-errors is not nil.
+
+2001-06-03  William M. Perry  <wmperry@gnu.org>
+
+       * dialog-gtk.el (popup-builtin-open-dialog): Don't forget to
+       return the filename selected by the user!
+
+2001-05-31  William M. Perry  <wmperry@gnu.org>
+
+       * font-menu.el: Avoid arithmetic with 'nil' when using the font menu
+       in XEmacs/GTK.
+
+2001-05-29  Alexey Mahotkin  <alexm@hsys.msk.ru>
+
+       * coding.el: Tiny typo fixed.
+
+2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.3 "Academic Rigor" is released.
+
+2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * config.values.sh:  lisp/utils?/config.el -> lisp/config.el.
+
+2001-05-10  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.2 "Developer-Friendly Unix APIs" is released.
+
+2001-05-04  Ben Wing  <ben@xemacs.org>
+
+       * printer.el (generic-print-buffer):
+       * printer.el (generic-print-region):
+       Enable dialog boxes.  Apply workaround recommended by Kirill.
+       fix (fboundp 'lpr-buffer) -> (fboundp 'lpr-region).
+       
+       * simple.el (kill-whole-line):
+       * simple.el (kill-line-1):
+       * simple.el (kill-entire-line):
+       * simple.el (kill-line):
+       * simple.el (backward-kill-line):
+       Take out interactive dependence of kill-whole-line.
+
+2001-04-22  Ben Wing  <ben@xemacs.org>
+
+       * dialog.el (make-dialog-box):
+       Put dialog titles back in -- this time correctly.  Fix various
+       other problems with leaks and such.
+
+       * simple.el (region-exists-p):
+       * simple.el (region-active-p):
+       Add comment about which one is correct to use in menu specs.
+
+2001-05-05  Ben Wing  <ben@xemacs.org>
+
+       * dialog.el (make-dialog-box): fix doc string.
+       * menubar-items.el (default-menubar): Add Page Setup for Windows,
+       take out Pretty Print.
+       * printer.el:
+       * printer.el (printer-current-device): New.
+       * printer.el (Printer-get-device): New.
+       * printer.el (Printer-clear-device): New.
+       * printer.el (generic-page-setup): New.
+       * printer.el (generic-print-buffer):
+       * printer.el (generic-print-region):
+       Implement Page Setup.  Handle errors properly.
+
+2001-05-05  Ben Wing  <ben@xemacs.org>
+
+       * subr.el (error): Complete list of errors in doc string.
+       
+2001-04-22  Ben Wing  <ben@xemacs.org>
+
+       * bytecomp-runtime.el (byte-compiler-options): Correct doc string.
+       
+2001-05-03  Adrian Aichner  <adrian@xemacs.org>
+
+       * build-report.el: Remove CVS keywords since this file has been in
+       core lisp for a while now.
+       * build-report.el (build-report-make-output-files): Fix typo.
+
+2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * about.el (about-finish-buffer): Make sure the last change works
+       even if EVENT is nil.
+
+2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * about.el (about-finish-buffer): Kill/bury the buffer where the user
+       clicked, not the one that happens to be the current buffer at the
+       time.
+
+2001-03-19  Karl M. Hegbloom  <karlheg@microsharp.com>
+
+       * cus-edit.el (custom-display): Support the GTK Window System also.
+
+2001-04-30  Ben Wing  <ben@xemacs.org>
+
+       * printer.el:
+       * printer.el (printer-page-header):
+       * printer.el (Print-context): New.
+       * printer.el (printer-page-footer):
+       * printer.el (generate-header-element): New.
+       * printer.el (generate-header-line): New.
+       * printer.el (print-context-property):
+       * printer.el (generic-print-buffer):
+       * printer.el (generic-print-region):
+       Implement headers and footers.  Implement calling Print dialog box
+       (#### but it doesn't quite work yet).
+
+2001-04-25  Ben Wing  <ben@xemacs.org>
+
+       * about.el (xemacs-hackers):
+       * about.el (about-url-alist):
+       * about.el (about-personal-info):
+       * about.el (about-hacker-contribution):
+       More contributions.
+       
+       * simple.el (handle-post-motion-command):
+       Fix spurious setting of zmacs-region-stays to t after a non-shift
+       motion command.
+
+2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * about.el (about-personal-info): Update my bio.
+       (about-hacker-contribution): Ditto.
+
+2001-04-23  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
+
+       * startup.el (splash-frame-body): Update copyright notices: Ben, FSF.
+
+2001-04-19  Andy Piper  <andy@xemacs.org>
+
+       * package-net.el (package-net-cygwin32-binary-size): new size.
+       (package-net-win32-binary-size): new size.
+       (package-net-convert-index-to-ini): Use new arch.
+       (package-net-batch-convert-index-to-ini): Removed.
+       (package-net-generate-bin-ini): New.
+       (package-net-batch-generate-bin-ini): New.
+
+2001-04-19  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.1 "Copyleft" is released.
+
+2001-04-19  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * x-compose.el (xlib-input-method-bug-workaround):
+       (alias-colon-to-double-quote):
+       Force sort in map-keymap to work around rehash bug.
+
+2001-04-17  Ben Wing  <ben@xemacs.org>
+
+       * about.el: Finish overhaul, add a few new hackers, update a
+       couple old ones.
+
 2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
 
        * XEmacs 21.4.0 "Solid Vapor" is released.
 
        * XEmacs 21.2.42 "Poseidon" is released.
 
+2001-01-12  Nick V. Pakoulin  <npak@ispras.ru>
+
+       * cl-macs.el (cl-upcase-arg): New function.
+       (cl-function-arglist): New function.
+       (cl-transform-lambda): Automatically add CL-style lambda list to
+       documentation string using functions above.
+
 2001-01-12  Andy Piper  <andy@xemacs.org>
 
        * package-get.el (package-get-custom): call