Mercurial > hg > xemacs-beta
view lisp/ChangeLog @ 229:434959a2fba3 r20-5b13
Import from CVS: tag r20-5b13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:13:02 +0200 |
parents | 0e522484dd2a |
children | 557eaa0339bf |
line wrap: on
line source
1997-12-25 SL Baur <steve@altair.xemacs.org> * x-init.el (x-initialize-keyboard): Don't load x-win*.el files, call a dumped routine instead. * x-win-xfree86.el: Wrap file in defun. * x-win-sun.el: Ditto. 1997-12-23 SL Baur <steve@altair.xemacs.org> * help.el (view-emacs-news): Remove usage of outl-mouse which advises functions and does other evil things. 1997-12-22 SL Baur <steve@altair.xemacs.org> * format.el (format-alist): Add `image/tiff'. From P. E. Jareth Hein <jareth@camelot-soft.com> 1997-12-21 SL Baur <steve@altair.xemacs.org> * about.el (about-hackers): More names added. * make-docfile.el: Remove superfluous package path search. * loaddefs.el: Commentary changes. Removal of VM autoloads. 1997-12-20 SL Baur <steve@altair.xemacs.org> * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of ignored shadows. 1997-12-18 SL Baur <steve@altair.xemacs.org> * startup.el (set-default-load-path): Make sure lisp and site-lisp get trailing slashes when added to the load-path. * x-init.el (init-x-win): Locate where XEmacs X localization files are. 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com> * x-faces.el: Added support for foregroundToolBarColor to xpm-color-symbols. 1997-12-17 Hrvoje Niksic <hniksic@srce.hr> * etags.el (tags-remove-duplicates): Removed. (buffer-tag-table-list): Use `delete-duplicates'. * cl-extra.el (coerce): Coerce to bit-vector and weak-list correctly. (get*): Defalias to `get'. * cl.el (eql): Compare integers with `eq'. (cl-map-extents): Check for `map-extents' first. 1997-12-17 Didier Verna <verna@inf.enst.fr> * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup + added the 'numero', 'copyright' and 'trademark' symbols. * leim/quail/latin-post.el ("french-postfix"): see above. 1997-12-15 Hrvoje Niksic <hniksic@srce.hr> * widget.el (define-widget): Check the arguments. * cus-edit.el (customize-face): Use `check-argument-type'. (custom-variable-value-create): Use `signal' to signal error. (custom-variable-reset-saved): Ditto. (custom-variable-reset-standard): Ditto. (custom-face-reset-saved): Ditto. * wid-edit.el (widget-prompt-value): Use `signal' to signal error. (widget-default-format-handler): Ditto. (widget-checklist-add-item): Ditto. (widget-radio-add-item): Ditto. (widget-editable-list-entry-create): Ditto. (widget-sexp-prompt-value): Ditto. * custom.el (custom-declare-variable): Signal errors better. (custom-handle-keyword): Ditto. (custom-declare-group): Ditto. * window-xemacs.el (windows): Ditto. * menubar.el (menu): Ditto. * keydefs.el (keyboard): Ditto. * minibuf.el (minibuffer): Ditto. * process.el (execute): Ditto. * fill.el (fill): Ditto. * modeline.el (modeline): Ditto. * help.el (help): Ditto. * faces.el (faces): Ditto. * files.el (files): Ditto. * x-init.el (x): Ditto. * lisp-mode.el (lisp): Ditto. * process.el (processes): Ditto. * mouse.el (mouse): Ditto. * abbrev.el (abbrev): Moved from cus-edit. * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom' as variable declaration. 1997-12-15 Hrvoje Niksic <hniksic@srce.hr> * menubar.el (find-menu-item): Use `check-argument-type'. (find-menu-item): Cosmetic changes. 1997-12-18 SL Baur <steve@altair.xemacs.org> * x-menubar.el (default-menubar): Guard usage of lpr-switches. 1997-12-17 SL Baur <steve@altair.xemacs.org> * startup.el (set-default-load-path): Only search package-path when not running temacs. * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp files. * loadup.el: Correct commentary. Reformatting. (really-early-error-handler): Use absolute path to the first dumped-lisp.el file. (really-early-error-handler): Print full path name of each dumped lisp file (inherited from InfoDock). * shadow.el (find-emacs-lisp-shadows): Ignore multiple dumped-lisp.el files. * make-docfile.el (preloaded-file-list): Reorder when the package-path is searched. * update-elc.el: Ditto. * lisp-mode.el (call-with-condition-handler): Treat the same as `condition-case' for indentation. * about.el (about-xemacs): Update release date. 1997-12-17 Hrvoje Niksic <hniksic@srce.hr> * cl-macs.el (case): Signal error if `t' or `otherwise' are seen anywhere but at the last clause. (ecase): Disallow `t' and `otherwise'. 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> * cus-edit.el (custom-buffer-create-buttons): New function from stuff moved out of `custom-buffer-create-internal'. (custom-novice): New variable. Default t. (custom-display-global-buttons): Ditto. Default `top'. (custom-buffer-create-internal): Only display help if `custom-novice' is non-nil. Display global buttons according to `custom-display-global-buttons'. 1997-12-15 Hrvoje Niksic <hniksic@srce.hr> * menubar.el (find-menu-item): Use `check-argument-type'. (find-menu-item): Cosmetic changes. 1997-12-15 Hrvoje Niksic <hniksic@srce.hr> * modeline.el (mouse-drag-modeline): Give the modeline a "pressed" look. 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> * format.el (format-deannotate-region): Bug fix. Deannotating a region containing unknown tags would fail (causing decoding of text/enriched to fail at user level) 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com> * minibuf.el (read-directory-name): Support sixth arg, HISTORY, as already documented. 1997-12-17 Hrvoje Niksic <hniksic@srce.hr> * etags.el (get-tag-table-buffer): Use explicit lists as arguments to `ecase'. 1997-12-14 SL Baur <steve@altair.xemacs.org> * skk/skk-leim.el (skk-auto-fill-activate): Synch with skk-activate. 1997-12-13 SL Baur <steve@altair.xemacs.org> * dumped-lisp.el (preloaded-file-list): Remove debugging statement.