Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 424:11054d720c21 r21-2-20
Import from CVS: tag r21-2-20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:26:11 +0200 |
parents | 95016f13131a |
children |
comparison
equal
deleted
inserted
replaced
423:28d9c139be4c | 424:11054d720c21 |
---|---|
1 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | |
2 | |
3 * XEmacs 21.2.20 is released | |
4 | |
5 1999-11-06 Hrvoje Niksic <hniksic@iskon.hr> | |
6 | |
7 * setup-paths.el (paths-default-info-directories): Add | |
8 /usr/share/info and /usr/local/share/info. | |
9 | |
10 1999-10-30 Hrvoje Niksic <hniksic@srce.hr> | |
11 | |
12 * about.el: Updated Vladimir Ivanovic's info. | |
13 | |
14 11999-08-28 Jan Vroonhof <vroonhof@math.ethz.ch> | |
15 | |
16 * auto-show.el (auto-show-truncationp): Remove. | |
17 | |
18 * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p | |
19 | |
20 999-09-23 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
21 | |
22 * indent.el (indent-line-to): fix bug: spaces were not replaced | |
23 with tab if column is multiple of tab-width | |
24 From dhn@qedinc.com | |
25 | |
26 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch> | |
27 | |
28 * mule/mule-cmds.el (read-input-method-name): Accept symbols | |
29 correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp> | |
30 | |
31 * package-get.el (package-get-package-provider): Be verbose when | |
32 interactive. Patch from Robert Pluim | |
33 | |
34 1999-08-23 Mike McEwan <mike@lotusland.demon.co.uk> | |
35 | |
36 * info.el (Info-suffix-list): Add ".info.bz2" to the recognised | |
37 info file suffixes. | |
38 | |
39 1999-08-19 Stephen Tse <stephent@sfu.ca> | |
40 | |
41 * process.el (open-network-stream): Add a new optional parameter | |
42 PROTOCOL to support udp; fix a minor typo and add an explanation | |
43 in docstring for udp programming. | |
44 | |
45 * code-process.el (open-network-stream): Add a new optional | |
46 parameter PROTOCOL to support udp; fix a minor typo and add an | |
47 explanation in docstring for udp programming. | |
48 | |
49 1999-10-18 Andy Piper <andy@xemacs.org> | |
50 | |
51 * gui.el (make-gui-button): be more precise about how we call | |
52 callbacks. | |
53 | |
54 * wid-edit.el (widget-push-button-value-create): Use the new form | |
55 of native gui-button. | |
56 | |
57 1999-10-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
58 | |
59 * info.el (Info-page-prev): Don't do (sit-for 0). | |
60 | |
61 1999-10-13 Andy Piper <andy@xemacs.org> | |
62 | |
63 * gutter-items.el (progress-abort-glyph): new glyph for showing | |
64 abort status. | |
65 (append-progress): dispatch-event rather than sit-for. | |
66 (abort-progress): new function. Show the abort glyph with an | |
67 appropriate message. | |
68 (raw-append-progress): dispatch-event rather than sit-for. | |
69 (display-progress): cope with aborts. | |
70 | |
71 * gui.el (make-gui-button): Use native widgets for buttons | |
72 unconditionally. | |
73 (insert-gui-button): ditto. | |
74 (gui-button-p): ditto. | |
75 | |
76 * xbm-button.el: remove from core. | |
77 | |
78 * xpm-button.el: remove from core. | |
79 | |
80 1999-10-07 Olivier Galibert <galibert@pobox.com> | |
81 | |
82 * faces.el (init-device-faces): Don't initialize the random faces | |
83 on the stream device. | |
84 | |
85 1999-10-06 Andy Piper <andy@xemacs.org> | |
86 | |
87 * files.el (recover-file): Don't use ls under windows for revert buffer. | |
88 | |
89 1999-09-25 Adrian Aichner <aichner@ecf.teradyne.com> | |
90 | |
91 * package-get.el (package-get-download-menu): Make menu really | |
92 toggle download sites. | |
93 (package-get-download-sites): Add autoload cookie. | |
94 | |
95 1999-09-29 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
96 | |
97 * setup-paths.el (paths-find-module-directory): Ditto. | |
98 | |
99 1999-09-29 Werner Fink <werner@suse.de> | |
100 | |
101 * setup-paths.el (paths-find-exec-directory): Add missing nil | |
102 parameter for environment. | |
103 | |
104 1999-09-27 Martin Buchholz <martin@xemacs.org> | |
105 | |
106 * modeline.el (modeline-format): | |
107 Only purecopy the strings. Else | |
108 (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal) | |
109 barfs. | |
110 | |
111 1999-08-28 Mike Woolley <mike@bulsara.com> | |
112 | |
113 * winnt.el: Removed nt-shell-mode-hook, which was preventing the | |
114 user setting comint-completion-addsuffix and | |
115 comint-process-echoes. | |
116 | |
117 1999-09-22 Andy Piper <andy@xemacs.org> | |
118 | |
119 * gutter-items.el (update-tab-in-gutter): use | |
120 last-nonminibuf-window instead of selected-window. | |
121 | |
122 1999-09-18 Andy Piper <andy@xemacs.org> | |
123 | |
124 * gnuserv.el (gnuserv-edit-files): select frame we are going to | |
125 display on. | |
126 | |
127 * subr.el (record-buffer-hook): new variable so that the hook gets | |
128 some documentation. | |
129 | |
130 1999-09-16 Andy Piper <andy@xemacs.org> | |
131 | |
132 * gutter-items.el (update-tab-in-gutter): only update when the | |
133 gutter is visible. | |
134 (remove-buffer-from-gutter-tab): ditto. | |
135 | |
136 1999-09-17 Hrvoje Niksic <hniksic@srce.hr> | |
137 | |
138 * simple.el (do-auto-fill): Commented out part of Kinsoku | |
139 processing. | |
140 | |
141 1999-09-14 Hrvoje Niksic <hniksic@srce.hr> | |
142 | |
143 * isearch-mode.el (isearch-highlightify-region): Give the | |
144 highlighting extents a high priority. | |
145 (isearch-make-extent): Give the main highlighting extent an even | |
146 higher priority. | |
147 | |
148 1999-09-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
149 | |
150 * packages.el (packages-compute-package-locations): Fix typo from | |
151 -u rationalization. | |
152 | |
153 1999-09-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
154 | |
155 * setup-paths.el (paths-find-doc-directory): Respect value of | |
156 `configure-doc-directory.' | |
157 | |
158 * find-paths.el (paths-find-architecture-directory): Give | |
159 precendence `default' argument (which typically comes from | |
160 configure). | |
161 | |
162 1999-09-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
163 | |
164 * startup.el (command-line-early): Added options -user-init-file | |
165 and -user-init-directory. | |
166 | |
167 * files.el (user-init-file): Default to NIL so we can recognize | |
168 when it's set. | |
169 | |
170 1999-08-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
171 | |
172 * obsolete.el (init-file-user): | |
173 * startup.el: | |
174 * packages.el (packages-compute-package-locations): | |
175 * package-get.el (package-get-user-index-filename): | |
176 * menubar-items.el (maybe-add-init-button): | |
177 * info.el (Info-annotations-path): | |
178 * dump-paths.el: | |
179 Change `user-init-directory' to be an absolute path. | |
180 Use `user-init-directory' where appropriate. | |
181 Zap `init-file-user' and its uses. | |
182 | |
183 1999-09-09 Hrvoje Niksic <hniksic@srce.hr> | |
184 | |
185 * subr.el (copy-symbol): New function. | |
186 | |
187 1999-09-08 Hrvoje Niksic <hniksic@srce.hr> | |
188 | |
189 * isearch-mode.el (isearch-done): Be sure to restore invisible | |
190 extents in the proper buffer. | |
191 (isearch-pre-command-hook): Set this-command to the correct value | |
192 in case the buffer has changed and old overriding-local-map was | |
193 used. | |
194 (isearch-restore-extent): Use remprop instead of setting the | |
195 property to nil. | |
196 | |
197 1999-09-08 Hrvoje Niksic <hniksic@srce.hr> | |
198 | |
199 * cmdloop.el (execute-extended-command): Update zmacs region | |
200 before the delay. | |
201 (execute-extended-command): Make the message gettext-friendly. | |
202 | |
203 1999-09-07 Andy Piper <andy@xemacs.org> | |
204 | |
205 * gutter-items.el (progress-gauge-glyph): renamed from | |
206 progress-glyph. | |
207 (progress-text-glyph): new variable. | |
208 (progress-layout-glyph): use layouts and text glyphs. | |
209 (progress-area-buffer): removed. | |
210 (progress-text-and-extent): new variable. | |
211 (progress-displayed-p): dynamically create gutter area buffer. | |
212 (clear-progress): ditto. | |
213 (raw-append-progress): ditto. | |
214 (append-progress): use new glyph names. | |
215 (raw-append-progress): only create the extent when needed. set | |
216 properties more optimally. | |
217 (progress): remove args. | |
218 | |
219 1999-09-07 Hrvoje Niksic <hniksic@srce.hr> | |
220 | |
221 * isearch-mode.el (isearch-range-invisible): Use mapc instead of | |
222 mapcar where the return value is unused. | |
223 (isearch-restore-invisible-extents): Ditto. | |
224 (isearch-highlight-all-cleanup): Ditto. | |
225 (isearch-delete-extents-in-range): Traverse the extents only once. | |
226 (isearch-highlight-all-update): Don't start over if the search | |
227 string has changed and more input is pending. | |
228 | |
229 1999-09-07 Hrvoje Niksic <hniksic@srce.hr> | |
230 | |
231 * packages.el (packages-find-package-data-path): Ditto. | |
232 | |
233 * cl.el: Use mapcar at top-level -- mapc is no longer a subr. | |
234 | |
235 * subr.el (mapc-internal): Don't make obsolete. | |
236 | |
237 * cl-extra.el (mapc): Resurrect. | |
238 | |
239 1999-09-03 Hrvoje Niksic <hniksic@srce.hr> | |
240 | |
241 * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete | |
242 alias. | |
243 | |
244 * isearch-mode.el (isearch-top-state): Restore isearch-word. | |
245 (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard. | |
246 (isearch-yank-clipboard): Use get-clipboard instead of | |
247 x-get-clipboard. | |
248 (isearch-yank-selection): Fix docstring. | |
249 | |
250 1999-09-02 Martin Buchholz <martin@xemacs.org> | |
251 | |
252 * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness. | |
253 | |
254 1999-09-02 Hrvoje Niksic <hniksic@srce.hr> | |
255 | |
256 * cl-macs.el (extent-start-position): Fix setf method. | |
257 (extent-end-position): Ditto. | |
258 | |
259 1999-09-02 Hrvoje Niksic <hniksic@srce.hr> | |
260 | |
261 * isearch-mode.el: End merge with FSF 20.4. | |
262 | |
263 * isearch-mode.el (search-invisible): New variable. | |
264 (isearch-hide-immediately): Ditto. | |
265 (isearch-unhidden-extents): Ditto. | |
266 (isearch-range-invisible): New function. | |
267 (isearch-unhide-extent): Ditto. | |
268 (isearch-restore-invisible-extents): Ditto. | |
269 (isearch-restore-extent): Ditto. | |
270 | |
271 * isearch-mode.el (isearch-ring-advance-edit): Use FSF | |
272 implementation. | |
273 (isearch-ring-retreat-edit): Ditto. | |
274 (isearch-forward): New argument NO-RECURSIVE-EDIT. | |
275 (isearch-forward-regexp): New arguments NOT-REGEXP and | |
276 NO-RECURSIVE-EDIT. | |
277 (isearch-backward): New argument NO-RECURSIVE-EDIT. | |
278 (isearch-backward-regexp): New arguments NOT-REGEXP and | |
279 NO-RECURSIVE-EDIT. | |
280 (isearch-mode): Return isearch-success. | |
281 (isearch-update): Use unread-command-events instead of | |
282 unread-command-event. | |
283 (isearch-abort): If an invalid regexp is encountered, keep popping | |
284 states. | |
285 (isearch-*-char): Use FSF implementation. | |
286 (isearch-whitespace-chars): Use the more robust FSF's | |
287 implementation. | |
288 (isearch-within-brackets): New variable. | |
289 (isearch-mode): Initialize it. | |
290 (isearch-edit-string): Bind it. | |
291 (isearch-search-and-update): Set it. | |
292 (isearch-push-state): Push it. | |
293 (isearch-top-state): Pop it. | |
294 (isearch-search): Set it. | |
295 (isearch-printing-char): When called by isearch-whitespace-chars, | |
296 handle M-SPC gracefully. | |
297 (isearch-message-prefix): New argument ELLIPSIS. | |
298 (isearch-message-suffix): Ditto. | |
299 (isearch-message): Use the ELLIPSIS argument when calling | |
300 isearch-message-prefix and isearch-message-suffix. | |
301 (isearch-message-prefix): Distinguish between "wrapped" and | |
302 "overwrapped" search, FWIW. | |
303 | |
304 1999-09-01 Hrvoje Niksic <hniksic@srce.hr> | |
305 | |
306 * isearch-mode.el (isearch-edit-string): Use the head of the | |
307 search ring instead of search-last-string and search-last-regexp. | |
308 (search-highlight): Renamed from isearch-highlight. | |
309 (isearch-exit): Use the new name. | |
310 (isearch-highlight): Ditto. | |
311 (isearch-dehighlight): Ditto. | |
312 (isearch-update-ring): New function. | |
313 (isearch-done): Call it. | |
314 (isearch-done): New argument EDIT. | |
315 (isearch-repeat): If search string is empty, look up at the car of | |
316 the search ring; ignore the yank pointer. | |
317 (isearch-abort): Call isearch-done with NOPUSH. | |
318 (isearch-cancel): New function. | |
319 (isearch-mode-map): Bind it to ESC ESC ESC. | |
320 | |
321 * isearch-mode.el: Begin merge with FSF 20.4. | |
322 | |
323 1999-09-01 Andy Piper <andy@xemacs.org> | |
324 | |
325 * x-select.el (x-get-clipboard): obsolete. | |
326 (x-yank-clipboard-selection): obsolete | |
327 | |
328 * select.el (disown-selection): need to be careful to disown the | |
329 clipboard if we set it via selection. | |
330 (get-clipboard): move from x-select.el | |
331 (yank-clipboard-selection): ditto. | |
332 | |
333 1999-09-01 Hrvoje Niksic <hniksic@srce.hr> | |
334 | |
335 * isearch-mode.el (isearch-exit): Bind isearch-highlight and | |
336 isearch-highlight-all-matches to nil. | |
337 (isearch-fixed-case): New variable. | |
338 (isearch-mode): Initialize it. | |
339 (isearch-edit-string): Save it. | |
340 (isearch-toggle-case-fold): Set it. | |
341 (isearch-fix-case): Make sure isearch-toggle-case-fold works -- | |
342 need to check isearch-fixed-case. | |
343 (isearch-toggle-case-fold): Update highlighting of all matches | |
344 before the pause. | |
345 (isearch-edit-string): | |
346 | |
347 1999-09-01 Hrvoje Niksic <hniksic@srce.hr> | |
348 | |
349 * isearch-mode.el (isearch-edit-string): Call isearch-message | |
350 before reading the event so that the prompt is displayed properly. | |
351 (isearch-message): Use isearch-nonincremental when calling | |
352 isearch-message-prefix. | |
353 (minibuffer-local-isearch-map): Bind up and down to do the same as | |
354 M-p and M-n respectively. | |
355 (isearch-done): New arg NOPUSH. | |
356 (isearch-edit-string): Use it. | |
357 (isearch-edit-string): Don't bind isearch-string. | |
358 (isearch-ring-adjust): Edit string, *then* push state. | |
359 | |
360 1999-08-31 Hrvoje Niksic <hniksic@srce.hr> | |
361 | |
362 * faces.el (isearch-secondary): Make isearch-secondary look | |
363 different than default. | |
364 | |
365 1999-08-30 Hrvoje Niksic <hniksic@srce.hr> | |
366 | |
367 * isearch-mode.el (isearch-yank): Use progn instead of the inner | |
368 save-excursion. | |
369 (isearch-dehighlight): Remove TOTALLY. Simplify. | |
370 (isearch-update): Call isearch-dehighlight without arguments. | |
371 (isearch-done): Ditto. | |
372 | |
373 * isearch-mode.el (isearch-fix-case): If the search string has no | |
374 upper-case letters, allow the folding to be reenabled. | |
375 Previously, once disabled, the folding would remain that way until | |
376 the end of isearch. | |
377 (isearch-top-state): Call isearch-fix-case. | |
378 | |
379 * isearch-mode.el (isearch-yank): Use progn instead of the inner | |
380 save-excursion. | |
381 (isearch-dehighlight): Remove TOTALLY. Simplify. | |
382 | |
383 1999-08-31 Jan Vroonhof <jan@xemacs.org> | |
384 | |
385 * xpm-button.el: | |
386 xbm-button.el: Need to exist in core because gui.el depends on | |
387 them. | |
388 | |
389 1999-08-31 Andy Piper <andy@xemacs.org> | |
390 | |
391 * gutter-items.el (buffers-tab-face): new customizable variable. | |
392 (buffers-tab-default-buffer-line-length): new specifier for | |
393 maximum viewable characters. | |
394 (progress-stack): new variable for implementing widget-based | |
395 progress messages. | |
396 (progress-area-buffer): ditto. | |
397 (progress-glyph-height): ditto. | |
398 (progress-stop-callback): ditto. | |
399 (progress-quit-function): new function. | |
400 (progress-glyph): new variable. | |
401 (progress-layout-glyph): ditto. | |
402 (progress-displayed-p): new function, see message-displayed-p for | |
403 details. | |
404 (clear-progress): ditto. | |
405 (remove-progress): ditto. | |
406 (append-progress): ditto. | |
407 (raw-append-progress): ditto. | |
408 (display-progress): ditto. | |
409 (current-progress): ditto. | |
410 (current-progress-label): ditto. | |
411 (progress): ditto. | |
412 (lprogress): ditto. | |
413 | |
414 | |
415 1999-08-29 Hrvoje Niksic <hniksic@srce.hr> | |
416 | |
417 * obsolete.el (isearch-yank-x-selection): Define obsolete alias. | |
418 | |
419 * isearch-mode.el (isearch-yank-x-selection): Renamed to | |
420 `isearch-yank-selection'. | |
421 (isearch-mode-map): Use it. | |
422 (isearch-yank-selection): Use `get-selection' instead of | |
423 `get-x-selection'. | |
424 | |
425 1999-08-29 Hrvoje Niksic <hniksic@srce.hr> | |
426 | |
427 * faces.el (isearch-secondary): Create face here. | |
428 | |
429 * isearch-mode.el: Rewrote the "lazy highlighting" code not to use | |
430 timers. | |
431 | |
432 1999-08-27 Hrvoje Niksic <hniksic@srce.hr> | |
433 | |
434 * subr.el (buffer-string): More robust backward compatibility | |
435 check, courtesy William Perry. | |
436 | |
437 1999-08-26 Hrvoje Niksic <hniksic@srce.hr> | |
438 | |
439 * replace.el (perform-replace): Stop the search after the search | |
440 limit has been reached. | |
441 | |
442 1999-08-23 Andy Piper <andy@xemacs.org> | |
443 | |
444 * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter | |
445 here if we don't have one. | |
446 | |
447 1999-08-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
448 | |
449 * ldap.el (ldap-coding-system): Default to nil until we get | |
450 efficient UTF8 support | |
451 (ldap-decode-string): Guard against `decode-coding-string' not | |
452 being defined | |
453 (ldap-encode-string): Guard against `encode-coding-string' not | |
454 being defined | |
455 | |
456 1999-08-23 Didier Verna <verna@inf.enst.fr> | |
457 | |
458 * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>. | |
459 Some doc strings improvements, and add a star to the `interactive' | |
460 calls. | |
461 | |
462 1999-08-18 Stef Epardaud <stef@lunatech.com> | |
463 | |
464 * font-lock.el (java-font-lock-keywords-3): introduced new | |
465 keywords and regexpes for javadoc syntax 1.2. | |
466 | |
467 1999-08-17 Andy Piper <andy@xemacs.org> | |
468 | |
469 * gutter-items.el (buffers-tab-format-buffer-line-function): use | |
470 format-buffers-tab-line. | |
471 (buffers-tab-max-buffer-line-length): new variable. | |
472 (format-buffers-tab-line): new function. truncate names if over | |
473 buffers-tab-max-buffer-line-length. | |
474 | |
475 1999-08-13 Charles G Waldman <cgw@fnal.gov> | |
476 | |
477 * cus-start.el: Customize the variable `bell-inhibit-time'. | |
478 | |
479 1999-08-16 Andy Piper <andy@xemacs.org> | |
480 | |
481 * gutter-items.el (remove-buffer-from-gutter-tab): take a | |
482 brute-force approach to deleting the last buffer. | |
483 (buffers-tab-grouping-regexp): new customizable variable. | |
484 (select-buffers-tab-buffers-by-mode): use it. | |
485 | |
486 1999-08-13 Andy Piper <andy@xemacs.org> | |
487 | |
488 * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch* | |
489 deletion problem. | |
490 | |
491 1999-07-30 Didier Verna <verna@inf.enst.fr> | |
492 | |
493 * cus-edit.el (custom-save-variables): I said, use prin1 instead | |
494 of princ to output symbols. | |
495 (custom-save-face-internal): ditto. | |
496 (custom-save-resets): ditto. | |
497 | |
498 1999-08-09 Didier Verna <verna@inf.enst.fr> | |
499 | |
500 * gutter-items.el (select-buffers-tab-buffers-by-mode): use | |
501 `regexp-quote' to protect the major mode name for use as a regular | |
502 expression (c++ needs this for instance). | |
503 | |
504 1999-08-08 Andy Piper <andy@xemacs.org> | |
505 | |
506 * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to | |
507 cope with similar mode names. | |
508 | |
509 * gutter-items.el (buffers-tab-selection-function): new selection | |
510 function. | |
511 (select-buffers-tab-buffers-by-mode): new function. | |
512 (buffers-tab-items): use it if set to only display buffers in the | |
513 tab in the current buffer's group.. | |
514 (update-tab-in-gutter): use new api. | |
515 (remove-buffer-from-gutter-tab): ditto. | |
516 | |
517 * gutter-items.el (buffers-tab-max-size): set custom selection | |
518 default to 6. | |
519 (buffers-tab-switch-to-buffer): just switch window if the window is visible. | |
520 (add-tab-to-gutter): set face as default. | |
521 | |
522 1999-07-07 Jan Vroonhof <jan@xemacs.org> | |
523 | |
524 * faces.el (frob-face-property): Merge the fall-back specifier | |
525 with the target, not replace it. | |
526 | |
527 1999-08-05 Andy Piper <andy@xemacs.org> | |
528 | |
529 * gutter-items.el (update-tab-in-gutter): add frame argument for | |
530 buffer-items. | |
531 (update-tab-in-gutter): use it. | |
532 | |
533 * gutter-items.el (record-buffer-hook): set. | |
534 | |
535 * buffer.el (switch-to-buffer): back out switch-to-buffer-hook | |
536 change. | |
537 (switch-to-buffer-hook) deleted. | |
538 | |
539 1999-08-04 Andy Piper <andy@xemacs.org> | |
540 | |
541 * gutter-items.el (update-tab-in-gutter): make sure this will work | |
542 as an argument to create-frame-hook. | |
543 | |
544 1999-07-30 Hrvoje Niksic <hniksic@srce.hr> | |
545 | |
546 * isearch-mode.el: Modified Bob and Darryl's code to use itimers | |
547 instead of timer emulation. | |
548 | |
549 1999-07-30 Darryl Okahata <darrylo@sonic.net> | |
550 | |
551 * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU | |
552 Emacs isearch enhancements. | |
553 | |
554 1999-07-28 Andy Piper <andy@xemacs.org> | |
555 | |
556 * gutter-items.el (add-tab-to-gutter): put in specifier specs for | |
557 all devices that support tab controls. | |
558 (remove-buffer-from-gutter-tab): new function. to be used as a | |
559 value for kill-buffer-hook. | |
560 | |
561 1999-07-21 Sean MacLennan <seanm@storm.ca> | |
562 | |
563 * auto-show.el (auto-show-truncationp): changed to match | |
564 `window_translation_on' | |
565 | |
1 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> | 566 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> |
2 | 567 |
3 * XEmacs 21.2.19 is released | 568 * XEmacs 21.2.19 is released |
4 | 569 |
5 1999-07-28 SL Baur <steve@miho> | 570 1999-07-28 SL Baur <steve@miho> |
25 * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be | 590 * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be |
26 able to use cl-macs macro in early lisp. | 591 able to use cl-macs macro in early lisp. |
27 | 592 |
28 1999-07-23 Jan Vroonhof <jan@xemacs.org> | 593 1999-07-23 Jan Vroonhof <jan@xemacs.org> |
29 | 594 |
30 * custom.el: | 595 * custom.el: |
31 * cus-face.el: | 596 * cus-face.el: |
32 * cus-edit.el: | 597 * cus-edit.el: |
33 Massive custom Theme API changes. | 598 Massive custom Theme API changes. |
34 | 599 |
35 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp> | 600 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp> |
36 | 601 |
58 | 623 |
59 * gutter-items.el: remove unguarded call to `add-tab-to-gutter'. | 624 * gutter-items.el: remove unguarded call to `add-tab-to-gutter'. |
60 | 625 |
61 1999-06-25 Karl M. Hegbloom <karlheg@debian.org> | 626 1999-06-25 Karl M. Hegbloom <karlheg@debian.org> |
62 | 627 |
63 * files.el (interpreter-mode-alist): add `make', `guile', and | 628 * files.el (interpreter-mode-alist): add `make', `guile', and |
64 `emacs' entries. (#!/usr/bin/make -f ought to send a file into | 629 `emacs' entries. (#!/usr/bin/make -f ought to send a file into |
65 makefile-mode, guile is a scheme, and someday XEmacs will be | 630 makefile-mode, guile is a scheme, and someday XEmacs will be |
66 modular enough to use as an efficient scripting tool.) | 631 modular enough to use as an efficient scripting tool.) |
67 | 632 |
68 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp> | 633 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp> |
242 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp> | 807 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp> |
243 | 808 |
244 * mule/mule-cmds.el (set-language-info): Don't set up menus at | 809 * mule/mule-cmds.el (set-language-info): Don't set up menus at |
245 all. | 810 all. |
246 (set-language-info-alist): Set up menus here. | 811 (set-language-info-alist): Set up menus here. |
247 | 812 |
248 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp> | 813 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp> |
249 | 814 |
250 * minibuf.el (completing-read): Add new optional argument | 815 * minibuf.el (completing-read): Add new optional argument |
251 `default'. | 816 `default'. |
252 (read-coding-system): Add new optional argument | 817 (read-coding-system): Add new optional argument |