comparison lisp/ChangeLog @ 373:6240c7796c7a r21-2b2

Import from CVS: tag r21-2b2
author cvs
date Mon, 13 Aug 2007 11:04:06 +0200
parents cc15677e0335
children a300bb07d72d
comparison
equal deleted inserted replaced
372:49e1ed2d7ed8 373:6240c7796c7a
1 1998-09-29 SL Baur <steve@altair.xemacs.org>
2
3 * XEmacs 21.2-beta2 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-26 Jan Vroonhof <vroonhof@math.ethz.ch>
32
33 * minibuf.el (read-from-minibuffer): No longer bind help-form but
34 make a binding in the local keymap until help-char handling is
35 improved.
36
37 * help.el (help-keymap-with-help-key): Provide keymap with help
38 binding.
39 (help-print-help-form): New helper function.
40
41 1998-09-23 Hrvoje Niksic <hniksic@srce.hr>
42
43 * isearch-mode.el (isearch-highlight): set-extent-endpoints can
44 move extent to another buffer; no need to create a new extent.
45 (isearch-fix-case): New function.
46 (isearch-search-and-update): Use it.
47
48 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
49
50 * isearch-mode.el (isearch-mode): Use overriding-local-map to set
51 the keymap, not minor-mode-map-alist.
52 (isearch-done): Restore overriding-local-map.
53
54 1998-09-21 Martin Buchholz <martin@xemacs.org>
55
56 * bytecomp.el (byte-compile-buffer-substring):
57 Fix for: (byte-compile (defun f () (buffer-substring)))
58 ==> ** buffer-substring called with 3 args, but requires 0-3
59 - new code not only works, but is more readable, too.
60
61 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
62
63 * msw-faces.el (mswindows-init-device-faces): Don't try to
64 specify a default font at this late stage. Do try to force
65 creation of the default face font so that if it fails we get
66 an error now instead of a crash at frame creation.
67
68 mswindows-font-canonicalize-name, mswindows-make-font-unbold,
69 mswindows-make-font-unitalic: Canonical default weight
70 changed from "Normal" to "Regular".
71
72 mswindows-make-font-bold / -bold-italic: Supplied device was
73 not being passed into call to mswindows-find-smaller-font.
74
75 1998-09-10 Björn Torkelsson <torkel@hpc2n.umu.se>
76
77 * package-get.el (package-get-remote): Fix the path where to find
78 the packages on xemacs.org.
79
80 1998-09-08 Hrvoje Niksic <hniksic@srce.hr>
81
82 * about.el (about-maintainer-info): Update Ben's entry.
83
84 1998-09-24 Martin Buchholz <martin@xemacs.org>
85
86 * lisp/shadow.el (find-emacs-lisp-shadows):
87 - `member' was being called on lists of length 2000!
88 - Replace with hashtables.
89 - Replace hand-coded loops with (dolist)
90 - Fix comment typo
91
92 1998-09-20 Darryl Okahata <darrylo@sr.hp.com>
93
94 * packages.el: Added new function, `package-delete-name', to
95 delete existing packages from the installed package database
96 (`packages-package-list'). Also added the "pkginfo" directory
97 to `packages-special-base-regexp', so that the pkginfo directory
98 would not get added to `late-packages'.
99
100 * package-admin.el: Added ability to delete an installed package
101 (added low-level function, `package-admin-delete-package').
102 Understands how to use the pkginfo/MANIFEST.<package> file to
103 delete the package. When installing a package, will also
104 create a MANIFEST.* file if one is not provided by the
105 package. If the MANIFEST.* doesn't exist when deleting a
106 package, the functions will fall back to attempting to delete
107 any package-specific lisp directory.
108
109 * package-get.el: Moved some functions to package-admin.el.
110 Added interactive function `package-get-delete-package', for
111 use by users for deleting a package.
112
113 Also modified to not require the prescence of efs.
114
115 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
116
117 * files.el (find-file-noselect): Handle all signals, kill the
118 buffer and resignal.
119
120 1998-09-23 SL Baur <steve@altair.xemacs.org>
121
122 * cl-macs.el (glyph-image): Add setf method.
123
124 1998-09-06 Darryl Okahata <darrylo@sr.hp.com>
125
126 * package-get.el: Fixed broken EFS downloading. Also, look for
127 .tar.gz files first, in preference over .tgz files.
128
129 * package-ui.el: Fix display of package version numbers.
130
131 1998-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
132
133 * x-font-menu.el (font-menu-set-font): Add "pt" units to size
134 argument.
135
136 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
137
138 * list-mode.el: `display-completion-list': added new/optional
139 keyword `:completion-string', which allows the programmer to
140 change the "Possible completions are:" prompt.
141
142 * menubar-items.el: Added new pulldown menu-pick to start up the
143 visual package browser/installer:
144
145 Options->Customize->List Packages
146
147 * package-admin.el: Added hooks for installing under both Unix
148 and MS Windows. Does additional error checking. No longer
149 calls "add-big-package.sh" to install packages under Unix; now
150 calls gunzip & tar directly.
151
152 * package-get.el: Added ability to install packages from files
153 on a local disk/CDROM. Now deletes any existing package lisp
154 directory. Does completion on available packages when
155 querying for package names. Will also search for .tgz files
156 in addition for .tar.gz files. Tries to reload
157 auto-autoloads, as a convenience when loading new packages,
158 and also tries to add any new package paths to `load-path'.
159 Changed all occurences of `concat' to use `expand-file-name'.
160
161 * package-ui.el: New file which implements the main visual
162 package browser/installer, which is started via a menu pick or
163 M-x pui-list packages.
164
165 1998-09-03 Hrvoje Niksic <hniksic@srce.hr>
166
167 * startup.el (load-init-file): spelling fix.
168
169 1998-09-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
170
171 * startup.el (normal-top-level): Load auto-autoload files
172 covariantly with their precedence.
173
174 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
175
176 * menubar-items.el (default-menubar): Remove "Font Weight"
177 option, there is currently no custom equivalent.. Customize-faces
178 is "Edit faces".
179
180 * x-font-menu.el (font-menu-set-font): Use customize to set
181 default face.
182
183 * faces.el (face-spec-update-all-matching): New function.
184
185 * cus-face.el (custom-set-face-update-spec): New function.
186 Interface to customize faces from elisp.
187
188 (custom-face-value-create): Show the customized settings if set
189 but not saved.
190
191 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
192
193 (custom-face-value-create): Show the customized settings if set
194 but not saved.
195
196 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
197
198 * keydefs.el (global-map): Add FSF 20.3 binding of
199 query-replace-regexp.
200
201 1998-08-21 Greg Klanderman <greg@alphatech.com>
202
203 * minibuf.el (read-file-name-internal-1): use
204 user-name-completion-1 instead of user-name-completion.
205
206 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
207
208 * loadup.el:
209 * make-docfile.el:
210 * update-elc.el: Don't set `source-directory' (now defunct as a
211 global variable) no more.
212
213 * packages.el (packages-list-autoloads): Made `source-directory'
214 (now defunct as a global variable) a parameter.
215
216 1998-08-13 Carsten Leonhardt <leo@arioch.oche.de>
217
218 * about.el (about-hackers): new email
219
220 1998-08-16 SL Baur <steve@altair.xemacs.org>
221
222 * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
223
224 1998-07-17 Didier Verna <verna@inf.enst.fr>
225
226 * faces.el (set-face-property):
227 (set-face-dim-p):
228 (face-dim-p): updated the doc strings now that the dim property isn't
229 tty-specific.
230 (face-equal): the dim property is now a common one.
231
232 * cus-face.el (custom-face-attributes): New face attribute: `dim'
233 Renamed the `stipple' attribute to `background-pixmap'.
234 (custom-face-background-pixmap): make custom-face-stipple an
235 obsolete alias for this.
236
237 1998-08-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
238
239 * find-paths.el (paths-file-readable-directory-p): Created and
240 used.
241
242 * loadup.el: Don't set inhibit-... flags from run-temacs.
243
244 1998-08-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
245
246 * packages.el (packages-data-path-depth): Added and used.
247
248 1998-08-05 Charles G. Waldman <cgw@pgt.com>
249
250 * about.el:
251 - Change .xpm to .png, delete "zcat" section.
252 - cosmetic fix in the 'marcpa' entry.
253
254 * etc/photos
255 - convert all .xpm.Z to .png
256 - rename mrb to martin
257 - rename mcook-m to mcookm
258
259 1998-07-31 Martin Buchholz <martin@xemacs.org>
260
261 * x-init.el (x-initialize-compose): Add support for
262 dead-circumflex as YET ANOTHER NAME for that dead key.
263
264 1998-08-05 Colin Rafferty <colin@xemacs.org>
265
266 * setup-paths.el (paths-construct-exec-path): Made the
267 last-packages really be last.
268 (paths-construct-data-directory-list): Ditto.
269
270 1998-08-01 Kai Haberzettl <khaberz@synnet.de>
271
272 * startup.el(startup-splash-frame-body):
273 Update Copyright notice in splash screen
274
275 1998-07-20 Greg Klanderman <greg@alphatech.com>
276
277 * minibuf.el (read-file-name-internal-1): do ~user completion.
278
279 1998-07-22 Jan Vroonhof <vroonhof@math.ethz.ch>
280
281 * font-lock.el (font-lock-fontify-glumped-region): Add guard
282 aginst destroyed extents
283
284 1998-07-24 Greg Klanderman <greg@alphatech.com>
285
286 * package-get.el (package-get): add `install-dir' argument.
287
288 1998-07-20 John Jones <jj@asu.edu>
289
290 * package-get.el: calls to package-get-update-all will only
291 update packages which are already installed.
292
293 1998-07-23 SL Baur <steve@altair.xemacs.org>
294
295 * autoload.el (update-file-autoloads): Ensure autoloads buffer is
296 writable.
297
298 1998-07-20 Colin Rafferty <colin@xemacs.org>
299
300 * about.el (about-hackers): Correct my email.
301
302 1998-07-20 Kai Haberzettl <khaberz@synnet.de>
303
304 * about.el (about-hackers): new email-address.
305
306 1998-07-25 SL Baur <steve@altair.xemacs.org>
307
308 * minibuf.el (read-number): Don't let `input-error' condition
309 escape.
310
311 1998-07-20 Greg Klanderman <greg@alphatech.com>
312
313 * about.el (about-hackers): use my `email-for-life' address.
314
1 1998-07-19 SL Baur <steve@altair.xemacs.org> 315 1998-07-19 SL Baur <steve@altair.xemacs.org>
2 316
3 * XEmacs 21.2-beta1 is released. 317 * XEmacs 21.2-beta1 is released.
4 318
5 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> 319 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>