This commit was generated by cvs2svn to compensate for changes in r33, which
[chise/xemacs-chise.git.1] / lisp / ChangeLog
index 6cca999..c2f1b30 100644 (file)
@@ -1,317 +1,3 @@
-1998-09-29  SL Baur  <steve@altair.xemacs.org>
-
-       * XEmacs 21.2-beta2 is released.
-
-1998-08-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-       * files.el (auto-mode-alist): Enhanced regexp for perl-mode
-
-1998-09-22  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
-
-       * info.el (Info-mode): Document page turning by double clicks in
-       docstring so `M-x describe-mode' will display it.
-
-1998-09-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
-
-       * info.el (Info-mouse-track-double-click-hook): Use character
-       widths to calculate a border region where double clicking does
-       page turning, and return `nil' by default so other hooks, such as
-       region highlighting, will be run.
-
-1998-09-29  Colin Rafferty   <colin@xemacs.org>
-
-       * sound.el (default-sound-directory-list): Initialize with all the 
-       "sounds" directories in `data-directory-list'.  It used to just be 
-       the first one.
-
-       * packages.el (locate-data-directory-list): Created.  This gives
-       the list of matching directories, unlike `locate-data-directory',
-       which just gives the first one.
-
-1998-09-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-       * minibuf.el (read-from-minibuffer): No longer bind help-form but
-       make a binding in the local keymap until help-char handling is
-       improved. 
-
-       * help.el (help-keymap-with-help-key): Provide keymap with help
-       binding.
-       (help-print-help-form): New helper function.
-
-1998-09-23  Hrvoje Niksic  <hniksic@srce.hr>
-
-       * isearch-mode.el (isearch-highlight): set-extent-endpoints can
-       move extent to another buffer; no need to create a new extent.
-       (isearch-fix-case): New function.
-       (isearch-search-and-update): Use it.
-
-1998-09-22  Hrvoje Niksic  <hniksic@srce.hr>
-
-       * isearch-mode.el (isearch-mode): Use overriding-local-map to set
-       the keymap, not minor-mode-map-alist.
-       (isearch-done): Restore overriding-local-map.
-
-1998-09-21  Martin Buchholz  <martin@xemacs.org>
-
-       * bytecomp.el (byte-compile-buffer-substring): 
-       Fix for: (byte-compile (defun f () (buffer-substring)))
-       ==>   ** buffer-substring called with 3 args, but requires 0-3
-       - new code not only works, but is more readable, too.
-
-1998-09-20  Jonathan Harris  <jhar@tardis.ed.ac.uk>
-
-       * msw-faces.el (mswindows-init-device-faces): Don't try to
-         specify a default font at this late stage. Do try to force
-         creation of the default face font so that if it fails we get
-         an error now instead of a crash at frame creation.
-
-         mswindows-font-canonicalize-name, mswindows-make-font-unbold,
-         mswindows-make-font-unitalic: Canonical default weight
-         changed from "Normal" to "Regular".
-
-         mswindows-make-font-bold / -bold-italic: Supplied device was
-         not being passed into call to mswindows-find-smaller-font.
-
-1998-09-10  Björn Torkelsson  <torkel@hpc2n.umu.se>
-
-       * package-get.el (package-get-remote): Fix the path where to find
-         the packages on xemacs.org.
-
-1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
-
-       * about.el (about-maintainer-info): Update Ben's entry.
-
-1998-09-24  Martin Buchholz  <martin@xemacs.org>
-
-       * lisp/shadow.el (find-emacs-lisp-shadows):
-       - `member' was being called on lists of length 2000!
-       - Replace with hashtables.
-       - Replace hand-coded loops with (dolist)
-       - Fix comment typo
-
-1998-09-20  Darryl Okahata  <darrylo@sr.hp.com>
-
-       * packages.el: Added new function, `package-delete-name', to
-         delete existing packages from the installed package database
-         (`packages-package-list').  Also added the "pkginfo" directory
-         to `packages-special-base-regexp', so that the pkginfo directory
-         would not get added to `late-packages'.
-
-       * package-admin.el: Added ability to delete an installed package
-         (added low-level function, `package-admin-delete-package').
-         Understands how to use the pkginfo/MANIFEST.<package> file to
-         delete the package.  When installing a package, will also
-         create a MANIFEST.* file if one is not provided by the
-         package.  If the MANIFEST.* doesn't exist when deleting a
-         package, the functions will fall back to attempting to delete
-         any package-specific lisp directory.
-
-       * package-get.el: Moved some functions to package-admin.el.
-         Added interactive function `package-get-delete-package', for
-         use by users for deleting a package.
-
-         Also modified to not require the prescence of efs.
-
-1998-09-22  Hrvoje Niksic  <hniksic@srce.hr>
-
-       * files.el (find-file-noselect): Handle all signals, kill the
-       buffer and resignal.
-
-1998-09-23  SL Baur  <steve@altair.xemacs.org>
-
-       * cl-macs.el (glyph-image): Add setf method.
-
-1998-09-06  Darryl Okahata  <darrylo@sr.hp.com>
-
-       * package-get.el: Fixed broken EFS downloading.  Also, look for
-         .tar.gz files first, in preference over .tgz files.
-
-       * package-ui.el: Fix display of package version numbers.
-
-1998-08-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-       * x-font-menu.el (font-menu-set-font):  Add "pt" units to size
-       argument.       
-
-1998-09-03  Darryl Okahata  <darrylo@sr.hp.com>
-
-       * list-mode.el: `display-completion-list': added new/optional
-         keyword `:completion-string', which allows the programmer to
-         change the "Possible completions are:" prompt.
-
-       * menubar-items.el: Added new pulldown menu-pick to start up the 
-         visual package browser/installer:
-
-               Options->Customize->List Packages
-
-       * package-admin.el: Added hooks for installing under both Unix
-         and MS Windows.  Does additional error checking.  No longer
-         calls "add-big-package.sh" to install packages under Unix; now 
-         calls gunzip & tar directly.
-
-       * package-get.el: Added ability to install packages from files
-         on a local disk/CDROM.  Now deletes any existing package lisp
-         directory.  Does completion on available packages when
-         querying for package names.  Will also search for .tgz files
-         in addition for .tar.gz files.  Tries to reload
-         auto-autoloads, as a convenience when loading new packages,
-         and also tries to add any new package paths to `load-path'.
-         Changed all occurences of `concat' to use `expand-file-name'.
-
-       * package-ui.el: New file which implements the main visual
-         package browser/installer, which is started via a menu pick or 
-         M-x pui-list packages.
-
-1998-09-03  Hrvoje Niksic  <hniksic@srce.hr>
-
-       * startup.el (load-init-file): spelling fix.
-
-1998-09-02  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
-
-       * startup.el (normal-top-level): Load auto-autoload files
-       covariantly with their precedence.
-
-1998-08-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-       * menubar-items.el (default-menubar): Remove "Font Weight"
-       option, there is currently no custom equivalent.. Customize-faces
-       is "Edit faces".
-
-       * x-font-menu.el (font-menu-set-font): Use customize to set
-       default face.
-
-       * faces.el (face-spec-update-all-matching): New function.
-
-       * cus-face.el (custom-set-face-update-spec): New function.
-       Interface to customize faces from elisp.
-
-       (custom-face-value-create): Show the customized settings if set
-       but not saved.
-
-1998-08-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-       (custom-face-value-create): Show the customized settings if set
-       but not saved.
-
-1998-08-31  Hrvoje Niksic  <hniksic@srce.hr>
-
-       * keydefs.el (global-map): Add FSF 20.3 binding of
-       query-replace-regexp.
-
-1998-08-21  Greg Klanderman  <greg@alphatech.com>
-
-       * minibuf.el (read-file-name-internal-1): use
-       user-name-completion-1 instead of user-name-completion.
-
-1998-08-19  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
-
-       * loadup.el: 
-       * make-docfile.el: 
-       * update-elc.el: Don't set `source-directory' (now defunct as a
-       global variable) no more.
-
-       * packages.el (packages-list-autoloads): Made `source-directory'
-       (now defunct as a global variable) a parameter.
-
-1998-08-13  Carsten Leonhardt  <leo@arioch.oche.de>
-
-       * about.el (about-hackers): new email
-
-1998-08-16  SL Baur  <steve@altair.xemacs.org>
-
-       * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
-
-1998-07-17  Didier Verna  <verna@inf.enst.fr>
-
-       * faces.el (set-face-property):
-       (set-face-dim-p):
-       (face-dim-p): updated the doc strings now that the dim property isn't
-       tty-specific. 
-       (face-equal): the dim property is now a common one.
-
-       * cus-face.el (custom-face-attributes): New face attribute: `dim'
-       Renamed the `stipple' attribute to `background-pixmap'.
-       (custom-face-background-pixmap): make custom-face-stipple an
-       obsolete alias for this.
-
-1998-08-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
-
-       * find-paths.el (paths-file-readable-directory-p): Created and
-       used.
-
-       * loadup.el: Don't set inhibit-... flags from run-temacs.
-
-1998-08-06  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
-
-       * packages.el (packages-data-path-depth): Added and used.
-
-1998-08-05  Charles G. Waldman <cgw@pgt.com>
-
-       * about.el:
-       - Change .xpm to .png, delete "zcat" section.
-       - cosmetic fix in the 'marcpa' entry.
-
-       * etc/photos
-       - convert all .xpm.Z to .png
-       - rename mrb to martin
-       - rename mcook-m to mcookm
-
-1998-07-31  Martin Buchholz  <martin@xemacs.org>
-
-       * x-init.el (x-initialize-compose): Add support for
-       dead-circumflex as YET ANOTHER NAME for that dead key.
-
-1998-08-05  Colin Rafferty <colin@xemacs.org>
-
-       * setup-paths.el (paths-construct-exec-path): Made the
-       last-packages really be last.
-       (paths-construct-data-directory-list): Ditto.
-
-1998-08-01  Kai Haberzettl  <khaberz@synnet.de>
-
-       * startup.el(startup-splash-frame-body): 
-       Update Copyright notice in splash screen 
-
-1998-07-20  Greg Klanderman  <greg@alphatech.com>
-
-       * minibuf.el (read-file-name-internal-1): do ~user completion.
-
-1998-07-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-       * font-lock.el (font-lock-fontify-glumped-region): Add guard
-       aginst destroyed extents
-
-1998-07-24  Greg Klanderman  <greg@alphatech.com>
-
-       * package-get.el (package-get): add `install-dir' argument.
-
-1998-07-20  John Jones  <jj@asu.edu>
-
-       * package-get.el: calls to package-get-update-all will only
-         update packages which are already installed.
-
-1998-07-23  SL Baur  <steve@altair.xemacs.org>
-
-       * autoload.el (update-file-autoloads): Ensure autoloads buffer is
-       writable.
-
-1998-07-20  Colin Rafferty   <colin@xemacs.org>
-
-       * about.el (about-hackers): Correct my email.
-
-1998-07-20  Kai Haberzettl  <khaberz@synnet.de>
-
-       * about.el (about-hackers): new email-address.
-
-1998-07-25  SL Baur  <steve@altair.xemacs.org>
-
-       * minibuf.el (read-number): Don't let `input-error' condition
-       escape.
-
-1998-07-20  Greg Klanderman  <greg@alphatech.com>
-
-       * about.el (about-hackers): use my `email-for-life' address.
-
 1998-07-19  SL Baur  <steve@altair.xemacs.org>
 
        * XEmacs 21.2-beta1 is released.