comparison lisp/ChangeLog @ 318:afd57c14dfc8 r21-0b57

Import from CVS: tag r21-0b57
author cvs
date Mon, 13 Aug 2007 10:45:36 +0200
parents 512e409c26a2
children 19dcec799385
comparison
equal deleted inserted replaced
317:a2fc9afbef65 318:afd57c14dfc8
1 1998-09-29 SL Baur <steve@altair.xemacs.org>
2
3 * XEmacs 21.0-pre14 is released.
4
5 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch>
6
7 * files.el (auto-mode-alist): Enhanced regexp for perl-mode
8
9 1998-09-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
10
11 * info.el (Info-mode): Document page turning by double clicks in
12 docstring so `M-x describe-mode' will display it.
13
14 1998-09-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
15
16 * info.el (Info-mouse-track-double-click-hook): Use character
17 widths to calculate a border region where double clicking does
18 page turning, and return `nil' by default so other hooks, such as
19 region highlighting, will be run.
20
21 1998-09-29 Colin Rafferty <colin@xemacs.org>
22
23 * sound.el (default-sound-directory-list): Initialize with all the
24 "sounds" directories in `data-directory-list'. It used to just be
25 the first one.
26
27 * packages.el (locate-data-directory-list): Created. This gives
28 the list of matching directories, unlike `locate-data-directory',
29 which just gives the first one.
30
31 1998-09-28 Raymond Wiker <raymond@orion.no>
32
33 * packages.el: Added "man" as a special subdirectory of packages.
34
35 1998-09-26 Jan Vroonhof <vroonhof@math.ethz.ch>
36
37 * minibuf.el (read-from-minibuffer): No longer bind help-form but
38 make a binding in the local keymap until help-char handling is
39 improved.
40
41 * help.el (help-keymap-with-help-key): Provide keymap with help
42 binding.
43 (help-print-help-form): New helper function.
44
45 1998-09-23 Hrvoje Niksic <hniksic@srce.hr>
46
47 * isearch-mode.el (isearch-highlight): set-extent-endpoints can
48 move extent to another buffer; no need to create a new extent.
49 (isearch-fix-case): New function.
50 (isearch-search-and-update): Use it.
51
52 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
53
54 * msw-faces.el (mswindows-init-device-faces): Don't try to
55 specify a default font at this late stage. Do try to force
56 creation of the default face font so that if it fails we get
57 an error now instead of a crash at frame creation.
58
59 mswindows-font-canonicalize-name, mswindows-make-font-unbold,
60 mswindows-make-font-unitalic: Canonical default weight
61 changed from "Normal" to "Regular".
62
63 mswindows-make-font-bold / -bold-italic: Supplied device was
64 not being passed into call to mswindows-find-smaller-font.
65
66 1998-09-10 Björn Torkelsson <torkel@hpc2n.umu.se>
67
68 * package-get.el (package-get-remote): Fix the path where to find
69 the packages on xemacs.org.
70
71 1998-09-08 Hrvoje Niksic <hniksic@srce.hr>
72
73 * about.el (about-maintainer-info): Update Ben's entry.
74
75 1998-09-20 Darryl Okahata <darrylo@sr.hp.com>
76
77 * packages.el: Added new function, `package-delete-name', to
78 delete existing packages from the installed package database
79 (`packages-package-list'). Also added the "pkginfo" directory
80 to `packages-special-base-regexp', so that the pkginfo directory
81 would not get added to `late-packages'.
82
83 * package-admin.el: Added ability to delete an installed package
84 (added low-level function, `package-admin-delete-package').
85 Understands how to use the pkginfo/MANIFEST.<package> file to
86 delete the package. When installing a package, will also
87 create a MANIFEST.* file if one is not provided by the
88 package. If the MANIFEST.* doesn't exist when deleting a
89 package, the functions will fall back to attempting to delete
90 any package-specific lisp directory.
91
92 * package-get.el: Moved some functions to package-admin.el.
93 Added interactive function `package-get-delete-package', for
94 use by users for deleting a package.
95
96 Also modified to not require the prescence of efs.
97
98 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
99
100 * files.el (find-file-noselect): Handle all signals, kill the
101 buffer and resignal.
102
103 1998-09-23 SL Baur <steve@altair.xemacs.org>
104
105 * cl-macs.el (glyph-image): Add setf method.
106
107 1998-09-15 SL Baur <steve@altair.xemacs.org>
108
109 * dumped-lisp.el (preloaded-file-list): Eliminate reference to
110 InfoDock-specific id-menus.el.
111
1 1998-09-06 Darryl Okahata <darrylo@sr.hp.com> 112 1998-09-06 Darryl Okahata <darrylo@sr.hp.com>
2 113
3 * package-get.el: Fixed broken EFS downloading. Also, look for 114 * package-get.el: Fixed broken EFS downloading. Also, look for
4 .tar.gz files first, in preference over .tgz files. 115 .tar.gz files first, in preference over .tgz files.
5 116