comparison lisp/ChangeLog @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents e45d5e7c476e
children 78478c60bfcd
comparison
equal deleted inserted replaced
208:f427b8ec4379 209:41ff10fd062f
1 1997-11-08 SL Baur <steve@altair.xemacs.org>
2
3 * prim/about.el (about-hackers): New entries.
4
5 * utils/shadow.el (list-load-path-shadows): Supress message when
6 no shadowings are found.
7
8 * loadup.el: Modify algorithm for finding initial lisp directories
9 since the search now starts from lisp/ not lisp/prim/.
10 * update-elc.el: Ditto.
11 * make-docfile.el: Ditto.
12
13 1997-11-07 SL Baur <steve@altair.xemacs.org>
14
15 * prim/dumped-lisp.el: "lib-complete" is not dumped with InfoDock.
16 * utils/finder.el (finder-known-keywords): New keyword -- `dumped'.
17
18 * version.el: Cleaned up Lisp comments.
19 * paths.el: Ditto.
20 * x-menubar.el: Ditto.
21 * x-faces.el: Ditto.
22 * x-iso8859-1.el: Ditto.
23 * x-mouse.el: Ditto.
24 * x-select.el: Ditto.
25 * x-scrollbar.el: Ditto.
26 * x-misc.el: Ditto.
27 * x-init.el: Ditto.
28 * x-toolbar.el: Ditto.
29
30 * backquote.el: Moved to top-level. Cleaned up Lisp comments.
31 * packages.el: Ditto.
32 * subr.el: Ditto.
33 * replace.el: Ditto.
34 * cl.el: Ditto.
35 * cl-extra.el: Ditto.
36 * cl-seq.el: Ditto.
37 * widget.el: Ditto.
38 * custom.el: Ditto.
39 * cus-start.el: Ditto.
40 * cmdloop.el: Ditto.
41 * keymap.el: Ditto.
42 * syntax.el: Ditto.
43 * device.el: Ditto.
44 * console.el: Ditto.
45 * obsolete.el: Ditto.
46 * specifier.el: Ditto.
47 * faces.el: Ditto.
48 * glyphs.el: Ditto.
49 * objects.el: Ditto.
50 * extents.el: Ditto.
51 * events.el: Ditto.
52 * text-props.el: Ditto.
53 * process.el: Ditto.
54 * frame.el: Ditto.
55 * map-ynp.el: Ditto.
56 * simple.el: Ditto.
57 * keydefs.el: Ditto.
58 * abbrev.el: Ditto.
59 * derived.el: Ditto.
60 * minibuf.el: Ditto.
61 * list-mode.el: Ditto.
62 * modeline.el: Ditto.
63 * startup.el: Ditto.
64 * misc.el: Ditto.
65 * help-nomule.el: Ditto.
66 * help.el: Ditto.
67 * files-nomule.el: Ditto.
68 * files.el: Ditto.
69 * lib-complete.el: Ditto.
70 * format.el: Ditto.
71 * indent.el: Ditto.
72 * isearch-mode.el: Ditto.
73 * buffer.el: Ditto.
74 * buff-menu.el: Ditto.
75 * undo-stack.el: Ditto.
76 * window.el: Ditto.
77 * window-xemacs.el: Ditto.
78 * lisp.el: Ditto.
79 * page.el: Ditto.
80 * register.el: Ditto.
81 * iso8859-1.el: Ditto.
82 * paragraphs.el: Ditto.
83 * easymenu.el: Ditto.
84 * lisp-mode.el: Ditto.
85 * text-mode.el: Ditto.
86 * fill.el: Ditto.
87 * auto-save.el: Ditto.
88 * float-sup.el: Ditto.
89 * itimer.el: Ditto.
90 * itimer-autosave.el: Ditto.
91 * toolbar.el: Ditto.
92 * scrollbar.el: Ditto.
93 * menubar.el: Ditto.
94 * dialog.el: Ditto.
95 * gui.el: Ditto.
96 * mode-motion.el: Ditto.
97 * mouse.el: Ditto.
98 * tty-init.el: Ditto.
99 * auto-show.el: Ditto.
100
101 1997-11-07 Kyle Jones <kyle_jones@wonderworks.com>
102
103 * modes/abbrev.el (abbrev-prefix-mark): Instead of
104 inserting a dash to indicate the start of the abbrev,
105 add an extent with a begin-glyph that contains a dash.
106
107 Wed Nov 05 23:40:00 1997 Jonathan Harris <jhar@tardis.ed.ac.uk>
108
109 * faces.el: init-other-random-faces
110 Reinstated code that uses (mono x) as a specifer tag, but
111 conditioned it on (featurep 'x) because x is not a valid
112 specifier tag under native-win32.
113
114 * Added file headers to:
115 w32-faces.el, w32-init.el
116
117 Sun Nov 01 12:00:00 1997 Jonathan Harris <jhar@tardis.ed.ac.uk>
118
119 * make-docfile.el: Fixed typo when dumped file does not exist.
120
121 * device.el: make-w32-device added.
122
123 * dumped-lisp: added w32-faces and w32-init to list.
124
125 * faces.el:
126 - make-face-*: Added calls to appropriate w32 functions
127 conditioned on (featurep 'w32). Made existing X calls
128 conditioned on (featurep 'x).
129 - init-other-random-faces: Hacked out a piece of code which used
130 (mono x) as a specifier because it made w32 unhappy.
131
132 * New files:
133 w32-faces.el, w32-init.el
134
135 1997-11-07 Hrvoje Niksic <hniksic@srce.hr>
136
137 * prim/mouse.el (default-mouse-motion-handler): When over
138 modeline, correctly dehighlight the last extent.
139
140 1997-11-07 Hrvoje Niksic <hniksic@srce.hr>
141
142 * prim/minibuf.el (mouse-read-file-name-1): Ditto.
143
144 * packages/balloon-help.el (balloon-help-make-help-frame): Ditto.
145
146 * games/life.el (life-setup): Check for scrollbars before using
147 them.
148
149 1997-11-07 Hrvoje Niksic <hniksic@srce.hr>
150
151 * hm--html-menus/hm--html-mode.el (hm--html-minor-mode): Ditto.
152
153 * hm--html-menus/hm--html-menu.el ((adapt-xemacsp)): Ditto.
154
155 * comint/gud.el (gdb-install-menubar): Ditto.
156
157 * calendar/calendar.el (calendar-mode): Ditto.
158
159 * auctex/bib-cite.el (bib-cite-initialize): Ditto.
160
161 * utils/floating-toolbar.el (floating-toolbar): Ditto.
162
163 * utils/edit-toolbar.el (edit-toolbar-mode): Ditto.
164
165 * utils/browse-cltl2.el (cltl2-lisp-mode-install): Ditto.
166
167 * modes/view-process-xemacs.el
168 (View-process-install-pulldown-menu): Ditto.
169
170 * modes/verilog-mode.el (verilog-mode): Ditto.
171
172 * modes/tcl.el (tcl-mode): Ditto.
173
174 * modes/f90.el (f90-mode): Ditto.
175
176 * packages/emerge.el (emerge-set-keys): Ditto.
177
178 * packages/tar-mode.el (tar-mode): Check for menubars.
179
180 1997-11-07 Kyle Jones <kyle_jones@wonderworks.com>
181
182 * lisp/prim/modeline.el (mouse-drag-modeline): Don't
183 allow the window size to shrink to a size that is not a
184 multiple of the height of the default face's font.
185
186 * lisp/prim/modeline.el (mouse-drag-modeline): Don't
187 discard timeout events.
188
189 1997-11-07 SL Baur <steve@altair.xemacs.org>
190
191 * prim/simple.el (universal-argument-minus): Retain zmacs region.
192
193 1997-11-07 Hrvoje Niksic <hniksic@srce.hr>
194
195 * packages/hyper-apropos.el (hyper-apropos-grok-functions): Ignore
196 errors when fetching documentation.
197
198 * prim/about.el (about-maintainer-glyph): Handle not having XPM or
199 XBM gracefully.
200
201 * custom/wid-edit.el (widget-glyph-find): Allow glyphs without
202 window-system, when TAG is nil.
203
204 1997-11-05 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
205
206 * mule/mule-cmds.el (set-default-coding-systems): Make
207 add-hook to `comint-exec-hook' be an append, for when the user
208 changes language environment say.
209
210 1997-11-05 SL Baur <steve@altair.xemacs.org>
211
212 * prim/winnt.el: Use a cleaner method for getting Text/Binary file
213 type in the mode-line for MS Windows.
214
215 1997-11-06 Hrvoje Niksic <hniksic@srce.hr>
216
217 * prim/mouse.el: Removed "junk me" functions.
218
219 * prim/mouse.el (default-mouse-motion-handler): Make events over
220 modeline invalidate `point'.
221
222 * prim/mouse.el (mouse-line-length): Use point-at-eol and
223 point-at-bol.
224 (default-mouse-track-normalize-point): Highlight the whole symbol
225 only if the mouse is on a symbol-constituent.
226
227 * custom/wid-edit.el (widget-specify-field): Make sure the extent
228 is end-open.
229
230 * prim/keymap.el (next-key-event): Use `next-command-event'.
231
232 1997-11-05 Hrvoje Niksic <hniksic@srce.hr>
233
234 * utils/easymenu.el (easy-menu-add): Check with `equal' whether
235 the menu already belongs to all-popups.
236
237 1997-11-05 Jan Vroonhof <vroonhof@math.ethz.ch>
238
239 * packages/font-lock.el (font-lock-thing-lock-cleanup):
240 Provisionally add lazy-shot
241
242 * modes/lazy-shot.el (lazy-shot-mode): Unstall lazy-shot only if
243 needed.
244 (lazy-shot-fontify-internal): Functionality put in seperate function.
245 (lazy-shot-lock-extent): Use it.
246 (lazy-shot-fontify-region): Dumb implementation added.
247 (lazy-shot-unstall-after-fontify): Needed to disable lazy
248 fontifying after fontify-buffer.
249 (lazy-shot-unstall): Make sure buffer is left in a fontified state if
250 needed. Take optional argument.
251
252
253 * packages/ps-print.el (ps-print-ensure-fontified): Added
254 temporary support for lazy-shot.
255
256 1997-11-05 Hrvoje Niksic <hniksic@srce.hr>
257
258 * utils/text-props.el (set-text-properties): Updated docstring.
259
260 1997-11-04 Didier Verna <verna@inf.enst.fr>
261
262 * mule/mule-cmds.el (set-default-coding-systems):
263 The coding-system argument to comint-exec-hook wasn't evaluated
264 before building the lambda expression.
265
266 1997-11-04 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
267
268 * packages/time.el: Change all occurences of ballon to balloon.
269
270 1997-11-04 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
271
272 * prim/help.el (function-at-point-function): Remove this variable.
273 (function-at-point): Remove use of `function-at-point-function'.
274
275 * packages/info.el (Info-elisp-ref): Change call to
276 `find-function-function' to `function-at-point'.
277
278 1997-11-04 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
279
280 * packages/info.el (Info-elisp-ref): Really change call to
281 `find-function-function' to `function-at-point'.
282
283 1997-11-04 Hrvoje Niksic <hniksic@srce.hr>
284
285 * packages/auto-save.el: Updated commentary; changed default
286 autosave fallback to "~/.autosave". Minor changes to compile
287 without warnings.
288
289 1997-11-03 Hrvoje Niksic <hniksic@srce.hr>
290
291 * prim/subr.el (function-interactive): New function.
292
293 1997-11-03 SL Baur <steve@altair.xemacs.org>
294
295 * prim/dumped-lisp.el: Dump auto-save with XEmacs.
296
297 * prim/loadup.el: Make sure top level lisp directory gets a
298 trailing slash when added to load-path.
299 * prim/make-docfile.el: Ditto.
300
301 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
302
303 * prim/simple.el (interprogram-cut-function,
304 interprogram-paste-function): New variable (imported from Emacs
305 20.2).
306 (kill-new): Use `interprogram-cut-function' if it is not nil.
307 (current-kill): Use `interprogram-paste-function' if it is not
308 nil.
309
310 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
311
312 * locale/ja/locale-start.el (startup-splash-frame-body): Modify to
313 be more natural Japanese.
314
315 * x11/x-menubar.el: Delete "language environment" menu of
316 "Options" menu.
317
318 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
319
320 * language/korean.el: Rename TUTORIAL.kr -> TUTORIAL.ko to fit
321 with ISO 639 (two letter language code).
322
323 * prim/dumped-lisp.el: Don't dump language/vietnamese.el because
324 language/viet-util.el was removed temporary.
325
326 * language/japanese.el: Rename TUTORIAL.jp -> TUTORIAL.ja to fit
327 with ISO 639 (two letter language code).
328
329 1997-10-31 Pete Ware <ware@cis.ohio-state.edu>
330
331 * shell.el (shell-chdrive-regexp): New for DOS/NT
332 (shell-mode): Added shell-font-lock-keywrods
333 (shell-mode): Use $PWD for ksh
334 (shell-directory-tracker): Use dirs and dirtrack-toggle. This may
335 cause problems at is interferes with "dired"
336 (shell-snarf-envar): NEW
337 (shell-copy-environment-variable): NEW
338
339 1997-10-30 Pete Ware <ware@cis.ohio-state.edu>
340
341 * comint.el (comint-mode-map): Rearranged menus so they have a
342 meaningful name.
343
344 1997-10-30 Pete Ware <ware@cis.ohio-state.edu>
345
346 * comint.el (comint-find-source-file-hook):
347 (comint-goto-source-line-hook):
348 (comint-find-source-code):
349 (comint-default-find-source-file):
350 (comint-fixup-source-file-name):
351 (comint-default-goto-source-line): Removed. compile.el does a
352 better job of this stuff.
353
354 * comint.el
355 (comint-file-name-chars): Support for msdos/nt
356 - Let easymenu deal with whether menubar is available.
357 - Use ^d for delchar or maybe eof.
358 - Use "dumb" as the terminal type if on a system using terminfo
359 (comint-output-filter): Removed replacement of ^M -- use filter
360 (comint-dynamic-complete-as-filename): Don't set
361 file-name-handler-alist to nil. This makes remote path
362 completion work!
363
364 1997-11-02 SL Baur <steve@altair.xemacs.org>
365
366 * prim/advocacy.el (xemacs-praise-sound-file): Don't default to
367 using a hardcoded directory.
368
369 * eterm/term.el (term-is-xemacs): Match against XEmacs instead of
370 Lucid.
371
372 * eos/sun-eos-toolbar.el (eos::toolbar-icon-directory): Use
373 `locate-data-directory' instead of data-directory.
374 * eterm/term.el (term-exec-1): Ditto.
375 * packages/time.el (display-time-icons-dir): Ditto.
376 * prim/advocacy.el (praise-be-unto-xemacs): Ditto.
377 * prim/sound.el (default-sound-directory): Ditto.
378 * prim/toolbar.el (init-toolbar-location): Ditto.
379
380 1997-10-31 Hrvoje Niksic <hniksic@srce.hr>
381
382 * custom/wid-edit.el (widget-color-complete): Use
383 `read-color-completion-table' directly.
384
385 * prim/subr.el (rplaca): Warn against the return value.
386 (replace-in-string): Use `wrong-type-argument'. Use standard
387 error message.
388 (functionp): Would bug out on certain types of objects; synch with
389 FSF.
390 (with-output-to-string): Use new-style backquotes.
391 (with-temp-buffer): Update docstring references.
392
393 * prim/minibuf.el (reset-buffer): Use `with-current-buffer'.
394 (read-color-completion-table): Ditto.
395 (read-color-completion-table): Complete TTY colors on TTY devices.
396
397 * custom/cus-start.el: Customize `scroll-conservatively'.
398 Customize `help-char' correctly.
399
400 1997-11-02 SL Baur <steve@altair.xemacs.org>
401
402 * packages/desktop.el (toplevel): Don't require dired or reporter
403 when byte compiling.
404
405 1997-11-02 Hrvoje Niksic <hniksic@srce.hr>
406
407 * prim/keymap.el (synthesize-keysym): Collect a list of
408 characters, instead of consing a string each time.
409 (synthesize-keysym): Better error checking.
410
411 * prim/keymap.el (synthesize-keysym): Don't bug out when reading a
412 non-character event.
413
414 1997-11-02 Tomasz Cholewo <tjchol01@mecca.spd.louisville.edu>
415
416 * prim/keymap.el (synthesize-keysym): New function bound to C-x @ k.
417
418 1997-11-02 Kyle Jones <kyle_jones@wonderworks.com>
419
420 * modes/sendmail.el: Don't (require 'vm-misc). Change
421 mail-do-fcc-vm-internal to not compile the chunk of code
422 that uses VM internal macros. This prevents the byte
423 compiler from compiling such references into function
424 calls that Fbyte_code will complain about later when it
425 discovers that the references are macros.
426
427 * modes/sendmail.el: added defvars for
428 rmail-summary-buffer and rmail-total-messages to get
429 rid of compiler warnings.
430 1997-11-01 Hrvoje Niksic <hniksic@srce.hr>
431
432 * prim/subr.el (lambda): Moved from `packages.el'.
433
434 * prim/packages.el: Updated commentary.
435 (packages-useful-lisp): Added `cl-macs'.
436
437 1997-10-27 Didier Verna <verna@inf.enst.fr>
438
439 * prim/help-nomule.el (help-with-tutorial): The 'didactic' blank
440 lines message is now taken directly from each tutorial, and thus
441 can appear in different languages.
442
443 * mule/mule-help.el (help-with-tutorial): idem
444
445 1997-10-26 Karl M. Hegbloom <karlheg@inetarena.com>
446
447 * utils/shadowfile.el (shadow-clusters): Customized.
448 (shadow-read-files): replace obsolete `eval-current-buffer'
449 (shadow-parse-fullpath): `efs-ftp-name' doesn't exist. change to
450 `efs-ftp-path'
451
452 1997-11-01 SL Baur <steve@altair.xemacs.org>
453
454 * x11/x-menubar.el: Change Viper menu item to use
455 `toggle-viper-mode'.
456 Suggested by Michael Kifer <kifer@CS.SunySB.EDU>
457
458 * mule/mule-init.el: Remove `help-with-tutorial-for-mule'.
459 Suggested by Didier Verna <verna@inf.enst.fr>
460
461 * Disable Cyrillic CCL until CCL engine gets fixed.
462 From: Martin Buchholz <mrb@Eng.Sun.COM>
463
464 1997-10-30 Colin Rafferty <craffert@ml.com>
465
466 * prim/startup.el (command-line-early): Made it recognize
467 --vanilla and --no-packages, as is already done in emacs.c.
468
469 1997-10-30 Karl M. Hegbloom <karlheg@inetarena.com>
470
471 * modes/cperl-mode.el: Add Commentary and Code statements to
472 comment header for finder.
473
1 1997-10-30 SL Baur <steve@altair.xemacs.org> 474 1997-10-30 SL Baur <steve@altair.xemacs.org>
2 475
3 * vm/vm-vars.el (vm-image-directory): Use locate-data-directory if 476 * vm/vm-vars.el (vm-image-directory): Use locate-data-directory if
4 it exists. 477 it exists.
5 478