]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * eshell/eshell.el (eshell): Replace links to eshell.info with
4 links to eshell, to avoid problems on systems where the manual is
5 installed as `eshell'.
6 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7 * eshell/em-smart.el (eshell-smart): Ditto.
8 * eshell/em-banner.el (eshell-banner): Ditto.
9 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
10 Ditto.
11
12 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
13 same-file check in the MS-DOS version (it does support inodes).
14
15 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
16
17 * eshell/eshell.el (eshell-directory-name): Run default directory
18 name through convert-standard-filename.
19
20 2000-07-18 Kenichi Handa <handa@etl.go.jp>
21
22 * international/mule-cmds.el (select-safe-coding-system): Fix typo
23 in the comment.
24
25 * language/european.el (compound-text): Force katakana-jisx0201 to
26 be designated to G1.
27
28 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): Don't
29 translate some national variant characters of latin-jisx0201.
30 (x-ctext): Force katakana-jisx0201 to be designated to G1.
31
32 * international/kkc.el (kkc-after-update-conversion-functions):
33 New variable.
34 (kkc-update-conversion): Run functions in it at the tail.
35
36 2000-07-16 John Wiegley <johnw@gnu.org>
37
38 * lisp/align.el (align-newline-and-indent): Adding new function
39 for auto-aligning blocks of code on RET.
40 (align-region): Fixed badly formatted minibuffer message.
41
42 2000-07-17 Kenichi Handa <handa@etl.go.jp>
43
44 * international/kkc.el (kkc-show-conversion-list-count): Customize
45 it.
46 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
47 the conversion list at first if appropriate.
48 (kkc-next): Don't update kkc-next-count here.
49 (kkc-prev): Don't update kkc-prev-count here.
50 (kkc-show-conversion-list-update): Fix setting up of conversion
51 list message.
52
53 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
54
55 * mouse.el (mouse-major-mode-menu-1): get the submenu with lookup-key.
56
57 2000-07-16 Dave Love <fx@gnu.org>
58
59 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
60 function to be more specific.
61
62 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
63 non-string help-echo.
64 (widget-types-convert-widget): Defsubst it.
65 (widget-echo-help): Try to cope with a help-echo function of two
66 possible sorts.
67
68 2000-07-15 Jason Rumney <jasonr@gnu.org>
69
70 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
71 Declare as obsolete.
72
73 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
74
75 2000-07-14 Gerd Moellmann <gerd@gnu.org>
76
77 * hilit-chg.el: Fix typo.
78
79 2000-07-14 Dave Love <fx@gnu.org>
80
81 * info.el (Info-mode-menu): Fix use of :help, :enable.
82
83 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
84
85 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
86
87 2000-07-13 Dave Love <fx@gnu.org>
88
89 * emacs-lisp/easymenu.el: Doc fixes.
90 (easy-menu-remove): Defalias to ignore.
91
92 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
93 Call throw correctly.
94
95 2000-07-13 Gerd Moellmann <gerd@gnu.org>
96
97 * faces.el (frame-background-mode): Doc fix.
98
99 * simple.el (eval-expression-print-length): Change custom type to
100 allow entering nil as value.
101
102 2000-07-13 Dave Love <fx@gnu.org>
103
104 * progmodes/fortran.el (fortran-imenu-generic-expression):
105 Change definition layout.
106 (fortran-mode-menu): Reinstate customize entries.
107
108 * cus-edit.el (custom-group-menu-create, customize-menu-create):
109 Use :filter, per old XEmacs code.
110
111 2000-07-12 Gerd Moellmann <gerd@gnu.org>
112
113 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
114 event when deciding what to send to the terminal.
115
116 2000-07-12 Dave Love <fx@gnu.org>
117
118 * cus-start.el: Add optional version as 4th element of specs and
119 use it for several things new in v21. Remove load-path. Fix type
120 of line-number-display-limit.
121
122 2000-07-11 Dave Love <fx@gnu.org>
123
124 * progmodes/fortran.el: Don't require easymenu.
125 Use repeat counts in various regexps.
126 (fortran-mode-syntax-table): Defvar directly.
127 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
128 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
129 Use defvar, not defconst.
130 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
131 (fortran-mode): Set fortran-comment-line-start-skip,
132 fortran-comment-line-start-skip, dabbrev-case-fold-search.
133 (fortran-comment-indent): Use defsubst.
134 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
135 Use fortran-comment-indent, not fortran-comment-indent-function.
136 (fortran-comment-region, fortran-electric-line-number): Simplify.
137 (fortran-auto-fill): New function.
138 (fortran-do-auto-fill): Deleted.
139 (fortran-find-comment-start-skip):
140 Check for non-null comment-start-skip.
141 (fortran-auto-fill-mode, fortran-fill-statement):
142 Use fortran-auto-fill.
143 (fortran-fill): Use fortran-auto-fill. Check for null
144 comment-start-skip. Simplify final clause and use end-of-line finally.
145
146 * widget.el (widget-plist-member): New alias.
147
148 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
149
150 * eshell/esh-module.el (toplevel): Reference
151 byte-compile-current-file only if it is bound.
152
153 2000-07-10 Gerd Moellmann <gerd@gnu.org>
154
155 * dired.el: Don't require `dired-aux'.
156
157 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
158
159 * dired-aux.el (dired-show-file-type): New function.
160 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
161 (dired-show-file-type): Add autoload.
162
163 2000-07-10 Kenichi Handa <handa@etl.go.jp>
164
165 * international/mule-diag.el (describe-font): Adjusted for the
166 change of fontset-info.
167 (print-fontset): Likewise.
168
169 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
170
171 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
172
173 2000-07-07 Gerd Moellmann <gerd@gnu.org>
174
175 * bindings.el: Bind `[delete]' to delete-char.
176
177 * dired.el (dired-find-alternate-file): New function.
178 (dired-mode-map): Bind `a' to dired-find-alternate-file.
179 (toplevel): Require dired-aux when compiling.
180 (dired-buffers): Move defvar within file to avoid compiler warning.
181
182 * info.el (Info-last-search): Variable removed.
183 (Info-search-history): New variable.
184 (Info-search): New Info-search-history.
185
186 * battery.el, info-look.el: Change author's mail address.
187
188 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
189
190 * mail/rmail.el (rmail-clear-headers): Don't throw an error
191 if rmail-ignored-headers is nil.
192 (rmail-retry-failure): Bind rmail-ignored-headers and
193 rmail-displayed-headers to nil.
194
195 2000-07-06 Gerd Moellmann <gerd@gnu.org>
196
197 * lpr.el (lpr-page-header-switches): Add `-h' switch.
198 (print-region-1): Don't hard code `-h' here.
199
200 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
201
202 2000-07-01 Francesco Potorti` <pot@gnu.org>
203
204 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
205 exim can use "your message" instead of "the message".
206
207 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
208
209 * facemenu.el: Docstrings fixes.
210 (facemenu-get-face): Don't use internal-find-face.
211 (facemenu-iterate): Rename arg to match the docstring.
212
213 * newcomment.el (uncomment-region): Be more careful when skipping
214 backwards over `=' not to bump into BOBP.
215
216 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
217
218 * ediff-diff.el (ediff-wordify): Use syntax table.
219 * ediff-init.el (ediff-has-face-support-p): Use
220 ediff-color-display-p.
221 (ediff-color-display-p): Use display-color-p, changed to defun
222 from defsubst.
223 Got rid of special cases for NeXT and OS/2.
224 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
225 face.
226
227 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
228
229 * emacs-lisp/lucid.el: Require CL.
230 (copy-tree, remprop): Remove, it's provided by CL.
231 (map-keymap): Define in terms of cl-map-keymap.
232 (extent-property, set-extent-end-glyph): New functions.
233
234 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
235
236 2000-07-05 Gerd Moellmann <gerd@gnu.org>
237
238 * Makefile.in (DONTCOMPILE): Add comment that the name may
239 not be changed without changing the make-dist script.
240
241 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
242 (cl-mapc): Use mapc instead of cl-old-mapc.
243
244 2000-07-05 Andrew Innes <andrewi@gnu.org>
245
246 * makefile.nt: Add support for `bootstrap' and related targets.
247
248 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
249
250 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
251 (easy-menu-do-define): Use `menu-item' format.
252 Handle case where easy-menu-create-menu returns a symbol.
253 Manually call the potential top-level filter in the function binding.
254 (easy-menu-filter-return): New arg NAME.
255 Convert to a keymap if MENU is an XEmacs menu.
256 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
257 (easy-menu-converted-items-table, easy-menu-convert-item):
258 New var and fun to memoize easy-menu-convert-item-1.
259 (easy-menu-do-add-item): Use it.
260 (easy-menu-create-menu): Use easy-menu-convert-item.
261 Wrap easy-menu-filter-return around any :filter specification.
262 Don't convert the menu if a filter was specified.
263 Tell easy-menu-make-symbol not to check for MENU being an expression.
264 (easy-menu-make-symbol): New arg NOEXP.
265
266 2000-07-05 Gerd Moellmann <gerd@gnu.org>
267
268 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
269 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
270 (eval-defun): If called with prefix arg, instrument code for
271 Edebug.
272
273 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
274 similar to that of eval-defun.
275
276 2000-07-04 Dave Love <fx@gnu.org>
277
278 * hl-line.el (hl-line-overlay): Make it permanent-local.
279
280 * calendar/todo-mode.el: Replaced with a working version, based on
281 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
282
283 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
284
285 * paths.el (prune-directory-list): New function.
286 (Info-default-directory-list): Rewritten to more methodically
287 enumerate a big list of possible info directories (based on the
288 list used by the standalone info reader).
289
290 * info.el (info-initialize): Use prune-directory-list to remove
291 non-existent directories from Info-directory-list.
292
293 * paths.el (Info-default-directory-list): Try a list of possible
294 info-directories instead of a single one. Add the possible
295 info directory "/usr/share/info".
296
297 * woman.el (woman-man.conf-path): Explicitly include the debian
298 man-db config file "/etc/manpath.config".
299 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
300 are present in `manpath.config'.
301 (woman-manpath): Include "/usr/share/man".
302
303 2000-07-03 Gerd Moellmann <gerd@gnu.org>
304
305 * frame.el (blink-cursor-mode): Don't hide cursor initially.
306
307 * startup.el (command-line): Initialize blink-cursor based
308 on window-system.
309
310 * frame.el (blink-cursor): Default to nil if not running under
311 a window-system.
312
313 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
314 (face-x-resources): Remove duplicate entry for :font.
315
316 * textmodes/refer.el (refer-find-entry-internal): Use some-window
317 instead of cycling through windows with next-window.
318
319 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
320 of cycling through windows with next-window.
321
322 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
323 of cycling through windows with next-window.
324
325 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
326 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
327 instead of cycling through windows with next-window.
328
329 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
330 instead of cycling through windows with next-window.
331
332 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
333 of cycling through windows with next-window.
334
335 * terminal.el (te-process-output): Use walk-windows instead of
336 cycling through windows with next-window.
337
338 * server.el (server-switch-buffer): Use some-window instead of
339 cycling through windows with next-window.
340
341 * window.el (some-window): New function.
342 (walk-windows): Remove reference to walk-windows-start.
343
344 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
345
346 2000-07-03 Richard Stallman <rms@caffeine.ai.mit.edu>
347
348 * window.el (walk-windows): Guarantee termination by keeping a list
349 of all the windows already handled.
350
351 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
352
353 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
354 window-system.
355
356 * man.el (Man-notify-when-ready): Don't use window-system. If
357 Man-notify-method is newframe, and the display is not
358 multi-frame, select the frame created for the man page.
359 (Man-init-defvars): Doc fix.
360
361 2000-06-28 Gerd Moellmann <gerd@gnu.org>
362
363 * faces.el (region): Change background color for light background.
364
365 * ediff-wind.el (ediff-setup-control-frame): Remove :box
366 attribute from mode-line face of Ediff control frame.
367
368 * replace.el (query-replace-map): Bind `e' like `E'.
369
370 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
371
372 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
373 Change name to "Select All".
374
375 * dos-fns.el (convert-standard-filename): Fix last change.
376
377 2000-06-27 Gerd Moellmann <gerd@gnu.org>
378
379 * help.el (describe-variable): Don't insert a second `'s' in front
380 of the string `value is shown below'. Since the syntax-table is
381 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
382 an existing `'s', so that this won't be deleted.
383
384 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
385 * pcmpl-unix.el: New files.
386
387 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
388
389 * wid-edit.el (widget-member): Use the new plist-member.
390
391 2000-06-26 Gerd Moellmann <gerd@gnu.org>
392
393 * replace.el (perform-replace): Undo change of 2000-04-04.
394 Instead, move backward 1 character at the end of the loop when
395 necessary.
396
397 * faces.el (fringe): Change face for different backgrounds.
398
399 * eshell/esh-module.el (toplevel): Load defgroup's differently;
400 patch from John.
401
402 * eshell/*.el: Change spelling of the Free Software Foundation.
403
404 * eshell/esh-toggle.el: Removed.
405
406 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
407
408 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
409 interactively.
410
411 2000-06-26 Alex Schroeder <alex@gnu.org>
412
413 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
414 `define-key'; instead of checking `(emacs-version)' check for
415 `set-keymap-parent' and `set-keymap-name' directly. Add entries
416 for `;' and `o' which might be electric.
417
418 (sql-electric-stuff): New user option.
419 (sql-magic-go): New function which uses `sql-electric-stuff'.
420 (sql-magic-semicolon): New function which uses
421 `sql-electric-stuff'.
422
423 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
424 is not fboundp.
425
426 (sql-oracle-options): New variable.
427 (sql-oracle): Use it.
428
429 (sql-imenu-generic-expression): Doc change.
430 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
431 is used.
432
433 (sql-informix): Added command line parameter "-" to force
434 sql-informix-program to use stdout.
435
436 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
437
438 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
439 (cp864-decode-table): Doc fix.
440 (cp720-decode-table): New variable, supports the Arabic OEM
441 codepage used by Windows.
442 (cp737-decode-table): New, Greek OEM codepage used by Windows.
443
444 2000-06-23 Dave Love <fx@gnu.org>
445
446 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
447 (font-lock-fontify-anchored-keywords): Use
448 line-beginning-position.
449 (global-font-lock-mode): Use mapc.
450
451 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
452
453 * eshell/esh-module.el: Require CL when compiling.
454
455 2000-06-23 Gerd Moellmann <gerd@gnu.org>
456
457 * comint.el (comint-substitute-in-file-name): Call replace-match
458 with second and third arg t.
459
460 * cus-edit.el (custom-button-face, custom-button-pressed-face):
461 Specify foreground color.
462
463 * faces.el (tool-bar, mode-line, header-line): Specify foreground
464 color.
465
466 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
467
468 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
469 cddr instead of cdddr.
470
471 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
472 instead of copy-list.
473
474 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
475 of copy-list.
476
477 * subdirs.el: Add eshell subdirectory.
478
479 * eshell: New subdirectory containing the Eshell package.
480
481 * pcomplete.el: New file.
482
483 2000-06-23 Paul Eggert <eggert@twinsun.com>
484
485 * mail/mailpost.el (post-mail-send-it): Make sure file has
486 proper permissions from birth.
487
488 * files.el (basic-save-buffer-2): When temporarily setting
489 file modes, set them to current modes plus 0200, not to 0777.
490
491 * emerge.el (emerge-make-temp-file): Make sure file has proper
492 permissions from birth.
493
494 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
495
496 * files.el (make-backup-file-name-1): On DOS/Windows, run the
497 backup file name through convert-standard-filename.
498
499 * dos-fns.el (convert-standard-filename): Convert leading
500 directories as well. When long file names are supported, convert
501 characters that are invalid in Windows file names.
502
503 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
504
505 * ps-print.el: Fix bug: if ^L is the very first buffer character,
506 ps-print crashes. New feature: page selection for printing. Create
507 raw-text-unix coding system for XEmacs. Doc fix.
508 (ps-print-version): New version number (5.2.3).
509 (ps-plot-region): Bug fix.
510 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
511 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
512 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
513 funs.
514 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
515 (ps-last-page): New vars.
516
517 2000-06-21 Gerd Moellmann <gerd@gnu.org>
518
519 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
520 empty option string.
521
522 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
523
524 * man.el (man): Doc fix.
525
526 2000-06-21 Kenichi Handa <handa@etl.go.jp>
527
528 * international/mule-cmds.el (set-language-info-alist): Docstring
529 fixed.
530
531 2000-06-20 Gerd Moellmann <gerd@gnu.org>
532
533 * version.el (emacs-version): Use ISO date format.
534
535 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
536 instead of `M-backspace'.
537
538 * simple.el (turn-off-auto-fill): New function.
539
540 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
541
542 * jit-lock.el (with-buffer-prepared-for-jit-lock):
543 Renamed from with-buffer-prepared-for-font-lock and use
544 inhibit-modification-hooks rather than setting *-change-functions.
545 Update all functions to use the new name.
546 (jit-lock-first-unfontify-pos): New semantics (and doc).
547 (jit-lock-mode): Make non-interactive.
548 Don't automatically turn on font-lock.
549 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
550 Always use jit-lock-after-change.
551 Remove and restore font-lock-after-change-function.
552 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
553 (jit-lock-after-unfontify-buffer): Remove.
554 (jit-lock-stealth-fontify):
555 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
556 (jit-lock-after-change): Set the `fontified' text-prop to nil.
557
558 2000-06-20 Sam Steingold <sds@gnu.org>
559
560 * emacs-lisp/cl-indent.el (toplevel): Indent
561 `print-unreadable-object' properly. Untabify.
562
563 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
564
565 * textmodes/reftex.el (reftex-find-citation-regexp-format):
566 Support for bibentry.
567 (reftex-compile-variables): Fixed problem with end of section-re.
568
569 * texmodes/reftex-dcr.el (reftex-view-crossref,
570 reftex-view-crossref-from-bibtex):
571 Deal with changed `reftex-find-citation-regexp-format'.
572 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
573 Replaced `remprop' with `put'.
574 (reftex-view-crossref, reftex-view-crossref-when-idle):
575 Support for bibentry.
576
577 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
578 New entry for bibentry package.
579
580 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
581 Regexp also matches "\nobibliography".
582
583 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
584 Call `reftex-ensure-write-access' before doing anything.
585 (reftex-ensure-write-access): New function.
586
587 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
588
589 * progmodes/idlwave.el: File re-installed (update to version 4.2)
590
591 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
592
593 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
594
595 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
596
597
598 2000-06-20 Dave Love <fx@gnu.org>
599
600 * faces.el (frame-background-mode): Use set-default, not set, in
601 setter.
602 (frame-update-faces, frame-update-face-colors): Define with
603 defalias.
604
605 * enriched.el (enriched-decode-foreground)
606 (enriched-decode-background): Don't use internal-find-face.
607
608 * apropos.el: Doc fixes.
609
610 * cus-edit.el (customize-changed-options): Check arg.
611 (customize-version-lessp): Don't require decimal point.
612
613 * custom.el (defcustom, defgroup): Doc fix.
614
615 * newcomment.el (comment) <defgroup>: Add :version.
616 (comment-multi-line): Doc fix.
617
618 * emulation/mlsupport.el (define-hooked-local-abbrev,
619 define-hooked-global-abbrev): Fix, using define-abbrev.
620
621 2000-06-19 Gerd Moellmann <gerd@gnu.org>
622
623 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
624 the whole buffer.
625
626 2000-06-19 Dave Love <fx@gnu.org>
627
628 * menu-bar.el (menu-bar-options-save): New function.
629 (menu-bar-options-menu): Use it.
630 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
631 Simplify.
632
633 2000-06-19 Andreas Schwab <schwab@suse.de>
634
635 * progmodes/etags.el (tags-query-replace): Put new parameters
636 START and END at the end, for backward compatibility.
637
638 2000-06-19 Kenichi Handa <handa@etl.go.jp>
639
640 * international/codepage.el:
641 (cp-coding-system-for-codepage-1): Delete special codes for
642 generating xxx-dos coding system because now a CCL based coding
643 system can handle EOL conversion by default.
644
645 * international/mule.el (make-coding-system): Generate subsidiary
646 coding systems for EOL handling variants even for a CCL based
647 coding system.
648
649 2000-06-19 Kenichi Handa <handa@etl.go.jp>
650
651 * international/isearch-x.el (isearch-minibuffer-input-method)
652 (isearch-minibuffer-input-method-function): These variables
653 deleted.
654 (isearch-with-input-method): Don't use the above variables.
655 (isearch-process-search-multibyte-characters): Likewise. Call
656 read-string with the arg INHERIT-INPUT-METHOD t.
657
658 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
659
660 * font-lock.el (font-lock-after-fontify-buffer)
661 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
662
663 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
664 Use consistent make-local-variable style for font-lock-fontified.
665 (jit-lock-fontify-buffer):
666 Don't bother checking for font-lock-mode and jit-lock-mode.
667
668 * time.el: Remove trailing ^M that prevent CVS-merging.
669
670 2000-06-16 Gerd Moellmann <gerd@gnu.org>
671
672 * Makefile.in (distclean): New target.
673
674 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
675
676 * Makefile.in (srcdir): Define for update-subdirs.
677
678 2000-06-16 Gerd Moellmann <gerd@gnu.org>
679
680 * find-lisp.el: New file.
681
682 2000-06-16 Andrew Innes <andrewi@gnu.org>
683
684 * time.el (display-time-mail-function): New variable, to allow
685 external packages to indicate when new mail is available.
686 (display-time-update): Use it.
687
688 2000-06-16 Kenichi Handa <handa@etl.go.jp>
689
690 * international/mule.el (mule-version): Change version name to
691 SAKAKI. AOI has already been used by Meadow.
692
693 * international/quail.el (quail-show-guidance-buf): To find the
694 bottom window (but minibuffer), pay attention to the height of
695 minibuffer.
696
697 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
698
699 * arc-mode.el (archive-mode-map): Use the new menu-item format for
700 menu-bar menus. Add help strings. Don't remove the Edit menu
701 from the menu bar, as the menu bar has enough space now.
702
703 * Makefile.in (SHELL): Make sure /bin/sh is used.
704
705 * woman.el (woman-man-buffer): Fix bold and underlined CJK
706 characters, which use series of two ^H characters instead of one.
707
708 2000-06-15 Gerd Moellmann <gerd@gnu.org>
709
710 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
711 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
712 functions.
713 (Info-find-node-2): Try a case-sensitive search first, then
714 do a case-insensitive search.
715
716 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
717 tutorials.
718
719 * complete.el (PC-env-vars-alist): New variable.
720 (PC-complete-as-file-name): New function.
721 (partial-completion-mode): Initialize PC-env-vars-alist from
722 process-environment.
723 (PC-do-completion): Handle completion of env vars.
724
725 * info.el (Info-set-mode-line): Show file name in mode line,
726 use `*Info*' instead of `Info:'.
727
728 * startup.el (command-line-1): Change copyright messages to year
729 2000.
730
731 2000-06-15 Dave Love <fx@gnu.org>
732
733 * net/goto-addr.el (goto-address-fontify): Use keymap property,
734 not local-map.
735
736 2000-06-15 Kenichi Handa <handa@etl.go.jp>
737
738 * international/mule.el (set-buffer-file-coding-system): Almost
739 rewritten to handle `undecided' as no-op.
740
741 2000-06-14 Gerd Moellmann <gerd@gnu.org>
742
743 * Makefile.in: New file.
744
745 * Makefile: Removed.
746
747 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
748 (goto-address-highlight-keymap): Bind C-c RET.
749
750 2000-06-14 Kenichi Handa <handa@etl.go.jp>
751
752 * mail/sendmail.el (sendmail-send-it): The temporary buffer
753 inherits buffer-file-coding-system of the current buffer.
754
755 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
756 0. Give correct argument to set-auto-coding-function.
757 (tar-expunge): For goto-char, use (point-min), not 0.
758 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
759 (tar-subfile-save-buffer): Likewize.
760
761 * international/mule.el
762 (after-insert-file-set-buffer-file-coding-system): Call
763 set-buffer-file-coding-system with the arg FORCE t.
764
765 2000-06-13 Gerd Moellmann <gerd@gnu.org>
766
767 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
768 nil. Contemporary sendmails issue an X-Authentication-Warning if
769 the sender is set with `-f'.
770
771 2000-06-13 Dave Love <fx@gnu.org>
772
773 * help.el (describe-function-1): Kluge around cases of functions
774 fset to subrs whose doc doesn't match their symbol-name.
775
776 * image.el (insert-image): Default STRING to a space.
777
778 * info.el Doc fixes.
779 (Info-build-node-completions): Match Ref tags.
780
781 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
782
783 * frame.el (display-multi-frame-p, display-multi-font-p): New
784 defaliases for display-graphic-p.
785
786 * hl-line.el: Fixed a typo in commentary.
787
788 2000-06-13 Kenichi Handa <handa@etl.go.jp>
789
790 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
791 fixed.
792
793 2000-06-12 Dave Love <fx@gnu.org>
794
795 * image.el (insert-image): Save a little consing.
796
797 2000-06-12 Kenichi Handa <handa@etl.go.jp>
798
799 * language/tibet-util.el: Convert all tibetan-1-column characters
800 to the corresponding tibetan characters.
801 (tibetan-add-components): Delete code for the special treatment of
802 'a chung.
803
804 * language/tibetan.el (tibetan-composable-pattern): Fix previous
805 change.
806 (tibetan-vowel-transcription-alist): More rules added.
807 (tibetan-composite-vowel-alist): New variable.
808 (tibetan-precomposition-rule-alist): More rules added.
809
810 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
811
812 * startup.el (command-line): Only call menu-bar-mode if interactive.
813
814 * thingatpt.el (toplevel symbol-properties):
815 * textmodes/makeinfo.el (makeinfo-compile):
816 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
817 * progmodes/hideif.el (hif-compress-define-list)
818 (hide-ifdef-use-define-alist):
819 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
820 (ange-ftp-vms-add-file-entry):
821 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
822 * man.el (Man-build-man-command):
823 * mail/rnewspost.el (news-reply-header-hook):
824 * info.el (Info-insert-dir):
825 * emulation/mlconvert.el (backward-word, forward-word, setq):
826 * emacs-lisp/gulp.el (gulp-send-requests):
827 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
828 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
829 (byte-optimize-apply, end of file):
830 * emacs-lisp/advice.el (ad-advice-class-completion-table)
831 (ad-make-freeze-definition):
832 * startup.el (command-line, command-line-1): Don't quote lambdas.
833
834 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
835 (cvs-cleanup-removed): New function.
836 (cvs-cleanup-functions): New var.
837 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
838 some flexibility in specifying additional entries to auto-cleanup.
839 (cvs-quickdir): New function.
840 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
841 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
842 (cvs-mode-find-file): Check that we are on a filename or dirname
843 when invoked through a mouse-click.
844 (cvs-full-path): Remove.
845 (cvs-dired-action): Re-introduced.
846 (cvs-dired-noselect): Use it.
847 (vc-post-command-functions): use this new hook if available.
848
849 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
850 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
851 (cvs-filename-map, cvs-dirname-map): Remove.
852 (cvs-default-action): Remove.
853 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
854 if the arg is really a keymap.
855 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
856 Don't hardcode the mapping from state (aka type) to face, but check
857 the var cvs-fi-<type>-face instead.
858 (cvs-fileinfo-from-entries): New function.
859
860 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
861 Docstring fix.
862 (cvs-find-file-and-jump): Change default to be safer.
863 (cvs-mode-diff-map): Define it as a function as well.
864 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
865 Bind mouse-2 in this global map rather than with text-properties.
866
867 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
868 file to resolve the ambiguity between C(conflict) and C(need-merge).
869
870 2000-06-12 Kenichi Handa <handa@etl.go.jp>
871
872 * international/mule.el (set-buffer-file-coding-system): If
873 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
874 unconditionally.
875
876 2000-06-12 Dave Love <fx@gnu.org>
877
878 * wid-edit.el (widget-specify-button): Really suppress the face if
879 required.
880
881 2000-06-11 Gerd Moellmann <gerd@gnu.org>
882
883 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
884
885 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
886
887 * imenu.el (imenu-generic-expression): Docstring fix.
888
889 * composite.el (composition-function-table): Move the `put'
890 below the autoload cookie so we can load the file before loaddefs.
891
892 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
893
894 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
895 Handle easy-mmode-define-global-mode.
896 For complex macros like define-minor-mode that can generate
897 several autoload entries, try to autoload entries in the
898 macroexpanded code.
899
900 * emacs-lisp/easy-mmode.el (define-minor-mode):
901 If KEYMAP is a symbol, just use it.
902 Use byte-compile-current-file and load-file-name to infer the
903 proper :require to pass to defcustom.
904 Wrap the hook var into `progn' so as not to autoload it.
905 Add a :autoload-end cookie.
906 Be more careful about the evaluation of KEYMAP.
907 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
908 (define-derived-mode): Move define-abbrev-table outside of defvar.
909
910 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
911
912 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
913 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
914 (backup-compiled-files): Ignore errors during `tar'.
915 (bootstrap): Make autoloads before elc files.
916
917 2000-06-10 Kenichi Handa <handa@etl.go.jp>
918
919 * international/mule.el (set-buffer-file-coding-system): If one of
920 undecided-XXX is specified, change only EOL conversion.
921
922 * international/mule-conf.el (unix): New alias for the coding
923 system undecided-unix.
924
925 2000-06-09 Dave Love <fx@gnu.org>
926
927 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
928
929 * progmodes/executable.el: Byte compile dynamic.
930 (executable-insert): Change custom type.
931 (executable-find): Add autoload cookie.
932 (executable-make-buffer-file-executable-if-script-p): New
933 function. After Noah Friedman.
934
935 * files.el (after-save-hook): Customize, with
936 executable-make-buffer-file-executable-if-script-p as an option.
937
938 2000-06-09 Kenichi Handa <handa@etl.go.jp>
939
940 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
941 "tib24p-mule.bdf" for Tibetan.
942
943 * composite.el (decompose-composite-char): Declare it as obsolete.
944
945 * man.el (Man-fontify-manpage): Pay attention to underline and
946 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
947
948 2000-06-08 Gerd Moellmann <gerd@gnu.org>
949
950 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
951 Set maintainer to FSF since author isn't reachable.
952
953 2000-06-08 Dave Love <fx@gnu.org>
954
955 * international/mule-cmds.el (select-safe-coding-system): If
956 DEFAULT-CODING-SYSTEM is not specified, also check the most
957 preferred coding-system if buffer-file-coding-system is
958 `undecided'. From Handa.
959
960 2000-06-08 Kenichi Handa <handa@etl.go.jp>
961
962 * international/mule.el
963 (after-insert-file-set-buffer-file-coding-system): If the buffer
964 size is greater than INSERTED, judget that we are not visiting.
965
966 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
967
968 * whitespace.el (defgroup whitespace): Comment out `:version'.
969 XEmacs 20.4 has problems defining the group with this present.
970 We'll have this commented out till get resolve the problem.
971
972 2000-06-07 Gerd Moellmann <gerd@gnu.org>
973
974 * align.el: Update from author.
975
976 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
977
978 * apropos.el (apropos-mode-hook): New user variable.
979 (apropos-mode): Run apropos-mode-hook.
980
981 2000-06-07 David Ponce <david@dponce.com>
982
983 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
984 commands. Require `wid-edit' at run-time.
985
986 2000-06-07 David Ponce <david@dponce.com>
987
988 * recentf.el: Added some "Commentary".
989 (recentf-open-more-files, recentf-edit-list): Minor changes to
990 move the point at the top of the file list. This behaviour is
991 consistent with the menu one when the list contains a lot of
992 files.
993 (recentf-cleanup): Now displays the number of items removed from
994 the list.
995 (recentf-relative-filter) New menu filter to show filenames
996 relative to `default-directory'.
997
998 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
999
1000 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
1001 with/without giving an error if PostScript printer doesn't have this
1002 kind of page size. Zebra Stripe continues or restarts on next page.
1003 Manual/automatic paper feeding. Switch or not the header.
1004 (ps-print-version): New version number (5.2.2).
1005 (ps-windows-system): Include emx as a Windows system.
1006 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
1007 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
1008 (ps-background-text): Code fix.
1009 (ps-error-handler-message, ps-user-defined-prologue)
1010 (ps-print-prologue-header, ps-printer-name)
1011 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
1012 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
1013 (ps-use-face-background): Customization fix.
1014 (ps-n-up-database): Data fix.
1015 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
1016 (ps-switch-header): New vars.
1017 (ps-xemacs-color-name, ps-face-foreground-name)
1018 (ps-face-background-name, ps-boolean-constant): New funs.
1019
1020 2000-06-07 Dave Love <fx@gnu.org>
1021
1022 * allout.el: New version from Manheimer.
1023
1024 2000-06-07 Kenichi Handa <handa@etl.go.jp>
1025
1026 * textmodes/fill.el (fill-find-break-point): Check the validity of
1027 charset.
1028
1029 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1030
1031 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1032 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1033 Call display-color-p and display-mouse-p instead of looking at
1034 window-system.
1035
1036 2000-06-06 Dave Love <fx@gnu.org>
1037
1038 * image.el (find-image): Doc fix. Return nil if image not found.
1039 (put-image, insert-image): Make STRING arg optional.
1040
1041 2000-06-06 Kenichi Handa <handa@etl.go.jp>
1042
1043 * language/vietnamese.el: Remove eval-when-compile.
1044 (viet-viscii-nonascii-translation-table): Define it as a
1045 translation table made from viet-viscii-decode-table.
1046 (viet-viscii-encode-table): Define it as a translation table made
1047 from the reverse map of above.
1048 (viet-vscii-nonascii-translation-table): Define it as a
1049 translation table made from viet-vscii-decode-table.
1050 (viet-vscii-encode-table): Define it as a translation table made
1051 from the reverse map of above.
1052 (ccl-decode-viscii): Use translate-character.
1053 (ccl-encode-viscii, ccl-encode-viscii-font)
1054 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
1055 Likewize.
1056
1057 * language/cyrillic.el: Remove eval-when-compile.
1058 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
1059 translation table made from cyrillic-koi8-r-decode-table.
1060 (cyrillic-koi8-r-encode-table): Define it as a translation table
1061 made from the reverse map of above.
1062 (ccl-decode-koi8): Use translate-character.
1063 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
1064 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
1065 a translation table made from cyrillic-alternativnyj-decode-table.
1066 (cyrillic-alternativnyj-encode-table): Define it as a translation
1067 table made from the reverse map of above.
1068 (ccl-decode-alternativnyj): Use translate-character.
1069 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
1070 Likewize
1071
1072 * international/mule-diag.el (non-iso-charset-alist): Specify
1073 translation table symbol instead of translation table itself.
1074 (list-block-of-chars): CHARSET may be a translation table symbol.
1075
1076 * international/mule.el (make-coding-system): If CODING-SYSTEM
1077 already exists, override it.
1078
1079 * international/fontset.el: Use family `proportional' for Tibetan
1080 fonts.
1081
1082 * international/ccl.el (ccl-compile-translate-character): Don't
1083 check if Rrr has property translation-table.
1084 (ccl-compile-map-multiple): Modified to avoid compiler warning.
1085
1086 2000-06-05 Gerd Moellmann <gerd@gnu.org>
1087
1088 * info.el: Bind case-fold-search to t when searching in case
1089 a user sets it to nil in a hook.
1090
1091 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
1092
1093 * autoarg.el (autoarg-mode, autoarg-kp-mode):
1094 * hl-line.el (hl-line-mode): Use the new :global key argument.
1095
1096 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
1097 (tar-clip-time-string): Prepend a space.
1098 (tar-grind-file-mode): Construct a string rather than modifying one.
1099 (tar-header-block-summarize): Fix docstring.
1100 Use `format' rather than an error-prone set of copy-loops.
1101
1102 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
1103 (diff-goto-source, diff-unified->context, diff-context->unified)
1104 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
1105 understand the format output by the `-p' argument to diff.
1106
1107 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
1108 (sh-re-done): Use defconst.
1109 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
1110 (sh-help-string-for-variable, sh-guess-basic-offset):
1111 Don't quote lambdas.
1112 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
1113 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
1114
1115 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
1116 (mh-letter-mode): Derive from text-mode.
1117 This implicitly means that it now calls kill-all-local-variables.
1118 Also remove the Emacs-18 compatibility code.
1119
1120 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
1121 Make use of symbol-property doc-string-elt.
1122 Use memq rather than a sequence of eq.
1123 (doc-string-elt): Fix the wrong or missing previously unused values.
1124 (autoload-print-form): New function extracted from
1125 generate-file-autoloads to allow recursion when handling progn
1126 so that defvar's and defun's docstrings are properly printed.
1127 (generate-file-autoloads): Use it.
1128
1129 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
1130 Use find-file-hooks in the minor-mode function.
1131 Be careful not to loop indefinitely in the post-command-hook function.
1132
1133 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
1134
1135 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
1136 tty's.
1137 * ediff-diff.el (ediff-exec-process): Use --binary for fine
1138 differences whenever appropriate.
1139 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
1140 * viper.el (find-file, find-file-other-window): Get viper to do
1141 wildcards.
1142
1143 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
1144
1145 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
1146 (jit-lock-fontify-buffer): New function for JIT refontification.
1147 (jit-lock-mode): Fix docstring.
1148 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
1149 Remove jit-lock-after-change from the _local_ hook.
1150 (jit-lock-function-1): Fix docstring.
1151
1152 * info.el (Info-on-current-buffer): Initialize info.
1153
1154 * newcomment.el (comment-indent): Ignore comment-indent-hook.
1155
1156 * progmodes/tcl.el (tcl-indent-for-comment):
1157 Ignore comment-indent-hook.
1158
1159 * emacs-lisp/easy-mmode.el: Require CL during compilation.
1160 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
1161 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
1162 and improve to use the lighter to guess the capitalization.
1163 (define-minor-mode): Inline code from easy-mmode-define-toggle.
1164 Add keyword arguments to specify global-ness or the custom group.
1165 Add local-map and help-echo properties to the lighter.
1166 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
1167 (easy-mmode-define-global-mode): New macro.
1168
1169 2000-06-02 Dave Love <fx@gnu.org>
1170
1171 * wid-edit.el: byte-compile-dynamic since we typically don't use
1172 all the widgets. Don't require cl or widget. Remove
1173 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
1174 (widget-read-event): Removed. Callers changed to use read-event.
1175 (widget-button-release-event-p): Renamed from
1176 button-release-event-p.
1177 (widget-field-add-space, widget-field-use-before-change):
1178 Uncustomize.
1179 (widget-specify-field): Use keymap property, not local-map.
1180 (widget-specify-button): Obey :suppress-face.
1181 (widget-specify-insert): Use modern backquote syntax.
1182 (widget-image-directory): Renamed from widget-glyph-directory.
1183 (widget-image-enable): Renamed from widget-glyph-enable.
1184 (widget-image-find): Replaces widget-glyph-find.
1185 (widget-button-pressed-face): Move defvar.
1186 (widget-image-insert): Replaces widget-glyph-insert.
1187 (widget-convert): Use keywordp.
1188 (widget-leave-text, widget-children-value-delete): Use mapc.
1189 (widget-keymap): Remove XEmacs stuff.
1190 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
1191 (widget-button-click): Don't set point at the click, but re-centre
1192 if we scroll out of window. Rewritten for images v. glyphs &c.
1193 (widget-tabable-at): Use POS arg, not point.
1194 (widget-beginning-of-line, widget-end-of-line)
1195 (widget-item-value-create, widget-sublist, widget-princ-to-string)
1196 (widget-sexp-prompt-value, widget-echo-help): Simplify.
1197 (widget-default-create): Use widget-image-insert; some rewriting.
1198 (widget-visibility-value-create)
1199 (widget-push-button-value-create, widget-toggle-value-create): Use
1200 widget-image-insert.
1201 (checkbox): Create on and off images dynamically.
1202 (documentation-link): Change :help-echo.
1203 (widget-documentation-link-echo-help): Remove.
1204
1205 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
1206
1207 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
1208
1209 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
1210 (easy-mmode-define-toggle, define-minor-mode): Use it.
1211 (easy-mmode-define-keymap): Docstring fix.
1212 (define-derived-mode): Default PARENT to fundamental-mode.
1213 Add the derived-mode-parent symbol-property.
1214 (easy-mmode-derived-mode-p): New function.
1215
1216 2000-06-02 Dave Love <fx@gnu.org>
1217
1218 * files.el (convert-standard-filename): Doc fix.
1219 (normal-backup-enable-predicate): New function.
1220 (backup-enable-predicate): Use it to replace the lambda form.
1221
1222 * calendar/todo-mode.el: [This needs more work on the outline
1223 stuff.] Doc fixes.
1224 (todo) <defgroup>: Add :version.
1225 (todo-add-category): Don't use pushnew.
1226 (todo-cmd-raise): Fix typo.
1227 (todo-top-priorities): Change temp buffer name.
1228 (todo-category-alist): Avoid redundant lambda.
1229 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
1230 Use outline-next-heading.
1231
1232 * autoarg.el: Rewritten to use define-minor-mode.
1233 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
1234 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
1235
1236 2000-06-02 Kenichi Handa <handa@etl.go.jp>
1237
1238 * isearch.el (isearch-other-meta-char): Fix previous change.
1239
1240 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
1241
1242 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
1243 (log-edit-done): Only add the comment to the ring if it's different
1244 from the last comment entered.
1245
1246 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
1247
1248 2000-06-01 Dave Love <fx@gnu.org>
1249
1250 * hl-line.el: Rewritten using define-minor-mode.
1251
1252 * help.el (describe-function-1): Distinguish special form from
1253 builtin function. Sanity-check presence of arglist for builtins.
1254
1255 2000-06-01 Kenichi Handa <handa@etl.go.jp>
1256
1257 * international/characters.el: Fix syntax/category setting of
1258 Tibetan characters.
1259
1260 * language/tibet-util.el (tibetan-add-components): Fixes for new
1261 encoding of Tibetan characters.
1262 (tibetan-decompose-precomposition-alist): New variable.
1263 (tibetan-decompose-region): Convert precomposed characters to
1264 non-precomposed characters.
1265 (tibetan-decompose-string): Likewise.
1266 (tibetan-composition-function): Fix args to
1267 thibetan-compose-string.
1268
1269 * language/tibetan.el (tibetan-composable-pattern): More
1270 characters included.
1271 (tibetan-consonant-transcription-alist): Rule for "R" added.
1272 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
1273 "+R" added.
1274 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
1275
1276 * language/lao-util.el (lao-composition-function): Fix args to
1277 compose-string.
1278
1279 * language/thai-util.el (thai-composition-function): Fix args to
1280 compose-string.
1281
1282 * isearch.el (isearch-update): Set disable-point-adjustment to t
1283 to prevent the point moving to the end of a composition when a
1284 part of a composition is searched.
1285 (isearch-other-meta-char): If the key invoking this command can be
1286 mapped by function-key-map to a printing char, call
1287 isearch-process-search-char directly.
1288
1289 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
1290
1291 * emacs-lisp/bytecomp.el:
1292 * frame.el:
1293 * international/mule-cmds.el:
1294 * international/mule-util.el:
1295 * international/mule.el:
1296 * mouse.el:
1297 * subr.el:
1298 * faces.el: Update calls to make-obsolete with a WHEN argument.
1299
1300 * byte-run.el (make-obsolete, make-obsolete-variable):
1301 Add an optional WHEN argument and change the format of the
1302 symbol-property information.
1303 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
1304 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
1305 new obsolete-symbol-property format and print WHEN if it is provided.
1306
1307 2000-05-31 Dave Love <fx@gnu.org>
1308
1309 * loadhist.el (loadhist-hook-functions): Remove
1310 before-change-function, after-change-function.
1311 (unload-feature): Deal with symbols which are both bound and
1312 fbound.
1313
1314 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
1315 before-change-function, after-change-function.
1316
1317 * simple.el (newline): Don't bind before-change-function,
1318 after-change-function.
1319
1320 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
1321
1322 * whitespace.el (whitespace-rescan-timer-time): Update interval
1323 set to 600 seconds (10 minutes) instead of 60 seconds since
1324 a large number of whitespace buffers causes emacs to `freeze'
1325 for a considerable amount of time.
1326
1327 * whitespace.el: Updated email address
1328
1329 2000-05-31 Dave Love <fx@gnu.org>
1330
1331 * add-log.el (change-log-font-lock-keywords) <function>: Add
1332 pattern for function of change.
1333 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
1334 acknowledgements patterns.
1335
1336 2000-05-31 Kenichi Handa <handa@etl.go.jp>
1337
1338 * isearch.el (isearch-printing-char): If keyboard coding system is
1339 being used, call isearch-process-search-multibyte-characters.
1340
1341 * international/isearch-x.el: Mostly rewritten.
1342
1343 * international/quail.el (quail-start-conversion): Don't include
1344 unhandled events in the returned events, but set them in
1345 unread-command-events. Exit if all inputs are deleted.
1346
1347 2000-05-30 Jason Rumney <jasonr@gnu.org>
1348
1349 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
1350
1351 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
1352 Reenable code to create initial fontsets.
1353 Use set-fontset-font in place of put-charset-property.
1354
1355 2000-05-30 Gerd Moellmann <gerd@gnu.org>
1356
1357 * progmodes/perl-mode.el (perl-indent-line): When looking for a
1358 label, ensure that the first colon isn't followed by another.
1359
1360 * paths.el (Info-default-directory-list): Doc fix.
1361
1362 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
1363 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
1364 send a query containing USER only, not USER@HOST.
1365
1366 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
1367 and rmail-msgend to compute the restriction at the end, instead of
1368 computing it.
1369
1370 2000-05-29 Gerd Moellmann <gerd@gnu.org>
1371
1372 * dabbrev.el (dabbrev-expand): Don't display messages in the
1373 echo area if the minibuffer window is active.
1374
1375 * jit-lock.el (jit-lock-mode): Add after change function to
1376 local hook.
1377
1378 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
1379
1380 * antlr-mode.el: New commands: hide/unhide actions,
1381 upcase/downcase literals.
1382 (antlr-tiny-action-length): New user option.
1383 (antlr-hide-actions): New command. Suggested by
1384 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
1385 (antlr-mode-map): New binding [C-c C-v].
1386 (antlr-mode-menu): New entries.
1387 (antlr-downcase-literals): New command.
1388 (antlr-upcase-literals): Ditto.
1389
1390 * antlr-mode.el: Minor changes: indendation, mode-name.
1391 (antlr-indent-line): Indent cpp directive at column 0.
1392 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
1393
1394 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
1395 (antlr-font-lock-additional-keywords): Workaround for intentional
1396 bug in XEmacs version of font-lock.
1397 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
1398 be used by a smarter version of `buffers-menu-grouping-function'.
1399
1400 2000-05-29 Gerd Moellmann <gerd@gnu.org>
1401
1402 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
1403 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
1404
1405 2000-05-29 Kenichi Handa <handa@etl.go.jp>
1406
1407 * international/encoded-kb.el
1408 (encoded-kbd-iso2022-designation-map): Pay attention to that
1409 charset-iso-final-char return -1 for eight-bit-control and
1410 eight-bit-graphic.
1411
1412 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1413
1414 * speedbar.el (speedbar-use-images, speedbar-update-flag)
1415 (speedbar-easymenu-definition-base): Use display-graphic-p where
1416 available, instead of window-system.
1417
1418 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1419
1420 * international/codepage.el (cp-coding-system-for-codepage-1): Add
1421 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
1422 coding systems.
1423
1424 2000-05-26 Dave Love <fx@gnu.org>
1425
1426 * disp-table.el (standard-display-underline): Don't use
1427 internal-find-face.
1428
1429 * mail/reporter.el: Maintainer change. Doc fixes.
1430 (reporter-version): Deleted.
1431
1432 * emacs-lisp/elp.el: Maintainer change.
1433 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
1434
1435 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
1436
1437 * add-log.el (add-change-log-entry): Merge the current entry with the
1438 previous one if the previous one is empty.
1439
1440 2000-05-26 Dave Love <fx@gnu.org>
1441
1442 * loadhist.el (unload-feature): Fix interactive spec [from
1443 lijnzaad@ebi.ac.uk].
1444
1445 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
1446 subr-arity to check primitives.
1447 (byte-compile-flush-pending, byte-compile-file-form-progn)
1448 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
1449 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
1450 mapcar.
1451
1452 2000-05-26 Kenichi Handa <handa@etl.go.jp>
1453
1454 * international/fontset.el: Set family names of non-latin charsets
1455 in default fontset to "*".
1456
1457 * international/mule-diag.el (print-fontset): Combine family part
1458 and registry part of the fontname by "-*-" instead of "-".
1459
1460 * international/mule-cmds.el (encode-coding-char): Make strings
1461 multibyte before calling encode-coding-string.
1462
1463 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
1464
1465 * derived.el: Fix keywords.
1466 (define-derived-mode): Only define if needed.
1467
1468 * simple.el (fill-comment, comment-column, comment-start)
1469 (comment-start-skip, comment-end, comment-indent-function)
1470 (block-comment-start, block-comment-end, indent-for-comment)
1471 (set-comment-column, kill-comment, comment-padding, comment-region)
1472 (comment-multi-line, indent-new-comment-line): Remove.
1473
1474 * bindings.el (esc-map): Change ; to comment-dwim and use the new
1475 function names for comment operations.
1476
1477 * newcomment.el: Add abundant autoload cookies.
1478 (comment-style): Don't depend on runtime data at compile-time.
1479 (comment-indent-hook): Remove.
1480 (comment-indent): Check if comment-indent-hook is bound.
1481 (comment-region): Docstring fix.
1482
1483 2000-05-25 Dave Love <fx@gnu.org>
1484
1485 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
1486 byte-code-function-p.
1487
1488 * mail/rmailsum.el: Add provide.
1489
1490 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
1491
1492 * smerge-mode.el (smerge-diff-switches): Don't use list* in
1493 defcustom.
1494
1495 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
1496
1497 * ediff-diff.el (ediff-exec-process): delete --binary option from
1498 non-buffer ediff jobs.
1499
1500 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1501
1502 * hilit-chg.el (highlight-changes-mode): Ask about color or
1503 grayscale support, not about window-system.
1504
1505 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
1506 window-system.
1507 (ffap-highlight): Always default to t.
1508
1509 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
1510 display-popup-menus-p instead of looking at window-system.
1511
1512 * disp-table.el (standard-display-g1, standard-display-graphic):
1513 Only refuse to use string glyphs on X and MS-Windows.
1514
1515 * avoid.el: Remove window-system from commentary, suggest to use
1516 display-*-p instead.
1517
1518 * apropos.el (apropos-print): Use display-mouse-p instead of
1519 window-system.
1520
1521 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1522
1523 * international/codepage.el (cp-decoding-vector-for-codepage):
1524 Fill up unsupported characters with their own codes. From Kenichi
1525 Handa.
1526
1527 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1528
1529 * international/mule-diag.el (describe-char-after): Use
1530 display-graphic-p instead of window-system, so that this function
1531 works on MS-DOS.
1532
1533 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1534
1535 * international/codepage.el (cp-make-coding-systems-for-codepage):
1536 Remove the eight-bit-graphic and eight-bit-control charsets from
1537 the list of charsets which we convert into `?'.
1538
1539 2000-05-25 Kenichi Handa <handa@etl.go.jp>
1540
1541 * international/mule-conf.el: Specify CHARSET-ID explicitely for
1542 private charsets.
1543 (mule-unicode-0100-24ff, japanese-jisx0213-1,
1544 japanese-jisx0213-2): New charsets.
1545
1546 * international/fontset.el: Setup default fontset for new charsets.
1547
1548 2000-05-24 Dave Love <fx@gnu.org>
1549
1550 * info.el (Info-find-node-2): Restructure [following "Vadim
1551 S. Solomin" <sovs@uic.nnov.ru>].
1552
1553 * icomplete.el: Fix header for Finder.
1554
1555 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
1556
1557 * rmailout.el (rmail-output-to-rmail-file): Added optional param
1558 STAY.
1559
1560 * rmail.el (rmail-automatic-folder-directives): New user variable.
1561 (rmail-show-message): Add call to `rmail-auto-file' during
1562 display.
1563 (rmail-auto-file): New function.
1564
1565 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
1566
1567 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
1568 account.
1569 (ediff-test-utility,ediff-diff-mandatory-option)
1570 (ediff-reset-diff-options): Utilities for proper initialization of
1571 ediff-diff-options and ediff-diff3-options on Windows.
1572
1573 * ediff-init.el (ediff-merge-filename-prefix): New customizable
1574 variable.
1575
1576 * ediff-mult.el (ediff-filegroup-action): Use
1577 ediff-merge-filename-prefix.
1578
1579 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
1580
1581 * viper-ex.el (ex-write): Set selective display to nil.
1582
1583 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
1584
1585 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
1586 aliases for hebrew-iso-8bit.
1587
1588 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
1589
1590 * woman.el: New version from Francis J. Wright
1591 <F.J.Wright@Maths.QMW.ac.uk>.
1592 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
1593 names in environment variables regardless of the path separator.
1594 (woman-topic-all-completions-1): Don't call file-name-directory-p
1595 on all files, since woman-file-regexp already filters out any
1596 directories.
1597
1598 2000-05-24 Kenichi Handa <handa@etl.go.jp>
1599
1600 * international/quail.el (quail-start-translation): Don't change
1601 modified-p of the current buffer.
1602 (quail-start-conversion): Likewise.
1603
1604 * international/kkc.el (kkc-region): Don't change modified-p of
1605 the current buffer.
1606
1607 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
1608 conform to RFC1468.
1609 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
1610
1611 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
1612
1613 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
1614 (speedbar-insert-button): Invisible text property fix.
1615 (speedbar-directory-plus): Renamed from speedbar-directory-+
1616 (speedbar-directory-minus): Renamed from speedbar-directory--
1617 (speedbar-page-plus): Renamed from speedbar-file-+
1618 (speedbar-page-minus): Renamed from speedbar-file--
1619 (speedbar-page): Renamed from speedbar-file-
1620 (speedbar-tag): Renamed from speedbar-tag-
1621 (speedbar-tag-plus): Renamed from speedbar-tag-+
1622 (speedbar-tag-minus): Renamed from speedbar-tag--
1623 (speedbar-expand-image-button-alist): Use above renames.
1624
1625 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
1626 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
1627 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
1628 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
1629 * sb-pg.xpm: Renamed from sb-file.xpm
1630 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
1631 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
1632
1633 2000-05-24 Kenichi Handa <handa@etl.go.jp>
1634
1635 * international/quail.el (quail-show-guidance-buf): Set
1636 current-input-method of the guidance buffer to the name of the
1637 curren input method.
1638
1639 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
1640
1641 * progmodes/compile.el (compile-internal): Style typo.
1642
1643 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
1644 quote vars and functions in the docstring.
1645
1646 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
1647
1648 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
1649 Don't quote lambdas.
1650
1651 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
1652
1653 2000-05-23 Gerd Moellmann <gerd@gnu.org>
1654
1655 * startup.el (command-line): Determine source file of compiled
1656 user init file differently. Warn if compiled user init file
1657 is older than its source file.
1658
1659 * ffap.el (ffap-url-regexp): Add `https'.
1660
1661 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
1662
1663 * files.el (make-backup-file-name-1): Replace slashes with `!'
1664 rather than `|' (which is not allowed on Windows). Replace the
1665 drive letters with a string "drive_X".
1666
1667 2000-05-23 Gerd Moellmann <gerd@gnu.org>
1668
1669 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
1670
1671 * files.el (interpreter-mode-alist): Add `bash2'.
1672
1673 2000-05-22 Dave Love <fx@gnu.org>
1674
1675 * loadhist.el (feature-symbols, file-provides, file-requires): Use
1676 mapc.
1677 (feature-file): Avoid calling symbol-name. Doc fix.
1678 (file-set-intersect, file-dependents): Use dolist, not mapcar.
1679 (loadhist-hook-functions): Add mouse-position-function.
1680 (unload-feature): Change uses of mapcar.
1681
1682 * files.el (parse-colon-path): Doc fix.
1683 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
1684 (set-auto-mode): Use mapc.
1685
1686 * complete.el (PC-look-for-include-file): Use :alnum: character
1687 class.
1688 (partial-completion-mode): Add autoload cookie.
1689
1690 2000-05-22 Sam Steingold <sds@gnu.org>
1691
1692 * info.el (Info-fontify-node): Fixed the call to
1693 `add-text-properties' (bug introduced on 2000-05-18).
1694
1695 2000-05-22 Dave Love <fx@gnu.org>
1696
1697 * bindings.el: Remove debug-ignored-errors set in other files.
1698
1699 * progmodes/etags.el: Add to debug-ignored-errors.
1700 (visit-tags-table-buffer): Clear out buffers holding old tables
1701 when making a new list.
1702 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
1703 mapc.
1704
1705 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
1706 quote keywords.
1707 (cmpl-string-case-type): Use character classes.
1708
1709 * comint.el:
1710 * textmodes/ispell.el:
1711 * imenu.el:
1712 * mail/mh-e.el:
1713 * progmodes/compile.el: Add to debug-ignored-errors.
1714
1715 * dabbrev.el: Add to debug-ignored-errors.
1716 (dabbrev-completion): Use mapc.
1717
1718 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
1719
1720 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
1721 (woman-mapcan, woman-parse-man.conf)
1722 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
1723 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
1724 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
1725 path syntax better.
1726 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
1727 (woman-manpath): Call woman-parse-man.conf.
1728 (woman-emulation): New defcustom, defaults to nroff.
1729 (woman-font-support): New defconst.
1730 (woman-use-symbol-font): New defcustom.
1731 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
1732 "Emulation".
1733 Many functions: Doc fix.
1734
1735 2000-05-22 Kenichi Handa <handa@etl.go.jp>
1736
1737 * international/quail.el (quail-simple-translation-keymap): Map
1738 128..255 to quail-self-insert-command.
1739 (quail-keyboard-layout-alist): Add definition for "pc102-de".
1740
1741 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
1742
1743 * help.el (help-manyarg-func-alist): Typo.
1744
1745 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
1746 intervals which makes it heaps simpler.
1747
1748 * newcomment.el (comment-region-internal): Go back to BEG after quoting
1749 the nested comment markers.
1750
1751 * subr.el (remove-hook): Don't turn the hook's value into a list.
1752
1753 2000-05-21 Dave Love <fx@gnu.org>
1754
1755 * edmacro.el (edmacro-parse-keys): Return vector if any elements
1756 are invalid characters.
1757
1758 * international/mule-util.el (detect-coding-with-priority): Use
1759 mapc. Remove redundant lambda.
1760
1761 * international/mule-diag.el (list-non-iso-charset-chars)
1762 (describe-fontset): Remove redundant lambda.
1763
1764 * emulation/crisp.el (brief-mode): New alias.
1765
1766 * emacs-lisp/ring.el (ring-elements): New function.
1767
1768 * emacs-lisp/easymenu.el (easy-menu-create-menu)
1769 (easy-menu-do-add-item): Use keywordp.
1770
1771 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
1772
1773 * replace.el: Doc and error message fixes.
1774 (replace-highlight): Use facep, not internal-find-face.
1775
1776 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
1777
1778 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
1779
1780 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
1781 (log-edit-insert-changelog): Drop `:' as well.
1782
1783 * log-view.el: Fix file description.
1784 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
1785 available.
1786 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
1787 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
1788
1789 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
1790 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
1791 Print a status message if the toggle is called interactively.
1792 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
1793 for global minor modes and use `defcustom' for them.
1794 Use add-minor-mode.
1795 (easy-mmode-define-derived-mode): Remove.
1796 (define-derived-mode): Fancier default docstring.
1797 (easy-mmode-define-navigation): Signal an error rather than (ding).
1798
1799 * newcomment.el (comment-styles): New `box-multi'.
1800 (comment-normalize-vars): Better default for comment-continue to
1801 avoid whitespace-only continuations.
1802 (comment-search-forward): Always move even in the no-syntax case.
1803 (comment-padright): Only obey N if it's only obeyed for padleft.
1804 (comment-make-extra-lines): Better handling of empty continuations.
1805 Use `=' for the filler if comment-start has only one character.
1806 (uncomment-region): Try handling the special `=' filler.
1807 (comment-region): Allow LINES even if MULTI is nil.
1808 (comment-box): Choose box style based on comment-style.
1809
1810 2000-05-20 Kenichi Handa <handa@etl.go.jp>
1811
1812 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
1813 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
1814
1815 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
1816
1817 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
1818 and insert, not subst-char-in-region.
1819
1820 * international/mule-diag.el (list-character-sets-1): Handle
1821 charsets eight-bit-control and eight-bit-graphic.
1822 (list-iso-charset-chars): Likewise.
1823 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
1824 charactes as is. Use indent-to to align characters.
1825
1826 * international/mule-cmds.el (find-multibyte-characters): Never
1827 exclude charsets eight-bit-control and eight-bit-graphic.
1828
1829 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
1830
1831 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
1832 Don't quote lambdas.
1833
1834 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
1835
1836 2000-05-19 Gerd Moellmann <gerd@gnu.org>
1837
1838 * gud.el (gud-jdb-directories): Doc fix.
1839
1840 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
1841
1842 * newcomment.el: New file.
1843
1844 2000-05-19 Gerd Moellmann <gerd@gnu.org>
1845
1846 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
1847
1848 2000-05-18 Andreas Schwab <schwab@suse.de>
1849
1850 * dired.el (dired-between-files): Also skip lines beginning with
1851 `used'.
1852
1853 2000-05-18 Gerd Moellmann <gerd@gnu.org>
1854
1855 * msb.el (msb-menu-cond): Add choice `user'.
1856
1857 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1858
1859 * ps-print.el: Compatibility, customization and doc fix.
1860 (ps-printer-name-option): Replace defconst by defvar.
1861 (ps-postscript-code-directory): XEmacs compatibility.
1862 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
1863 fix.
1864 (ps-user-defined-prologue, ps-print-prologue-header)
1865 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
1866 compatibility and code fix.
1867 (ps-print-background-image, ps-print-background-text):
1868 Customization fix.
1869 (ps-line-number-start, ps-n-up-on): New vars.
1870
1871 2000-05-18 Espen Skoglund <esk@ira.uka.de>
1872
1873 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
1874 the indent-comment function to just return the appropriate indent.
1875
1876 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
1877
1878 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
1879 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
1880 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
1881
1882 2000-05-18 Dave Love <fx@gnu.org>
1883
1884 * info.el (Info-fontify-node): Add intangible property as well as
1885 invisible.
1886
1887 * calendar/appt.el (appt-make-list): Match all lines of entry.
1888 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
1889
1890 2000-05-18 Kenichi Handa <handa@etl.go.jp>
1891
1892 * international/mule-diag.el (describe-char-after): Call
1893 internal-char-font, not char-font. If internal-char-font returns
1894 nil, display "-- none --".
1895
1896 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1897
1898 * image.el (image-type-available-p): Don't reference image-types
1899 if it isn't bound.
1900
1901 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
1902
1903 * autoarg.el (autoarg-mode): Typo in the :set argument.
1904
1905 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1906
1907 * startup.el (command-line-1): Don't signal an error if the
1908 directory for auto-save-list files does not yet exist.
1909
1910 2000-05-17 Kenichi Handa <handa@etl.go.jp>
1911
1912 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
1913
1914 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
1915
1916 * subr.el (remove-hook): `setq' hook-value, not `set'.
1917
1918 2000-05-16 Sam Steingold <sds@gnu.org>
1919
1920 * info.el (debug-ignored-errors): More errors to ignore.
1921
1922 2000-05-16 Dave Love <fx@gnu.org>
1923
1924 * cus-edit.el: Don't require cl or easymenu.
1925 (custom-variable-prompt): Test standard-value property, not
1926 user-variable-p.
1927
1928 2000-05-16 Sam Steingold <sds@gnu.org>
1929
1930 * subr.el (add-hook): `setq' hook-value, not `set'.
1931
1932 2000-05-16 Gerd Moellmann <gerd@gnu.org>
1933
1934 * startup.el (command-line-1): Mention the FAQ in the startup
1935 message.
1936
1937 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
1938
1939 * progmodes/compile.el (compilation-parse-errors): Collect
1940 `nomessage' regexps last.
1941
1942 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
1943
1944 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
1945 to the function name.
1946
1947 2000-05-15 Dave Love <fx@gnu.org>
1948
1949 * speedbar.el (speedbar-recenter): Typo.
1950 (speedbar-expand-line): Make arg optional.
1951 (speedbar-mode): Avoid a compiler warning.
1952
1953 2000-05-15 Gerd Moellmann <gerd@gnu.org>
1954
1955 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
1956 user-specified option string is empty.
1957
1958 * mouse.el (mouse-yank-at-click): Doc fix.
1959
1960 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
1961
1962 * term/internal.el (IT-character-translations): More updates of
1963 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
1964 documents.
1965
1966 2000-05-15 Gerd Moellmann <gerd@gnu.org>
1967
1968 * env.el (getenv): New function, interactively callable.
1969 (setenv, getenv): Remove autoload cookies.
1970
1971 * loadup.el: Load `env'.
1972
1973 * progmodes/f90.el: Change author's mail address.
1974
1975 2000-05-14 Dave Love <fx@gnu.org>
1976
1977 * mail/rmail.el (rmail-show-message-hook): Customize and offer
1978 goto-addr as an option.
1979
1980 * help.el (help-xref-stack): Doc fix.
1981 (help-xref-following): New variable.
1982 (help-make-xrefs): Use it.
1983 (help-xref-go-back): Use position information from stack element.
1984 (help-follow): Make position in stack element a pair. Use
1985 help-xref-following.
1986
1987 * autoarg.el: New file.
1988
1989 * faces.el: Declare more functions obsolete.
1990
1991 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
1992 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
1993 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
1994 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
1995 Remove all the setup-...-environment functions.
1996
1997 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
1998
1999 * speedbar.el: Updated the commentary section. xemacs20p now uses
2000 >= when detecting. Require `defimage' safely.
2001 (speedbar-easymenu-definition-base): Add toggle for images.
2002 (speedbar-easymenu-definition-special): Add flush cache & expand.
2003 (speedbar-visiting-tag-hook): Set new defaults. Added options.
2004 (speedbar-reconfigure-keymaps-hook): New variable.
2005 (speedbar-frame-parameters): Updated documentation.
2006 (speedbar-use-imenu-flag): Updated custom tag
2007 (speedbar-dynamic-tags-function-list): New variable.
2008 (speedbar-tag-hierarchy-method): Updated doc & custom.
2009 (speedbar-indentation-width, speedbar-indentation-width) New
2010 variables.
2011 (speedbar-hide-button-brackets-flag): Customizable.
2012 (speedbar-vc-indicator): Doc update.
2013 (speedbar-ignored-path-expressions): Updated default value.
2014 (speedbar-supported-extension-expressions): Updated default value.
2015 (speedbar-syntax-table): Remove {} paren status.
2016 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
2017 as "+". Added overlay aliases.
2018 (speedbar-mode): Use `speedbar-mode-line-update' instead of
2019 `force-mode-line-update'.
2020 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
2021 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
2022 `mouse-set-point'
2023 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
2024 (speedbar-item-info-tag-helper): Revamped to handle a wider range
2025 of arbitrary text, and new helper functions.
2026 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
2027 filename finder.
2028 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
2029 (speedbar-directory-buttons): Update path search/expansion.
2030 (speedbar-make-tag-line): Pay attention to
2031 `speedbar-indentation-width'. Use more care w/ invisible
2032 properties.
2033 (speedbar-change-expand-button-char): Call
2034 `speedbar-insert-image-button-maybe'.
2035 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
2036 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
2037 (speedbar-trim-words-tag-hierarchy)
2038 (speedbar-simple-group-tag-hierarchy): New functions
2039 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
2040 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
2041 functions.
2042 (speedbar-mouse-set-point): New function
2043 (speedbar-power-click): Updated documentation.
2044 (speedbar-line-token, speedbar-goto-this-file): Handle more types
2045 of tag prefix text.
2046 (speedbar-expand-line, speedbar-contract-line): Make more robust
2047 to strange text.
2048 (speedbar-expand-line): Takes universal argument to flush the
2049 cache.
2050 (speedbar-flush-expand-line): New function.
2051 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
2052 Use new generator insertion method.
2053 (speedbar-fetch-dynamic-tags): New function.
2054 (speedbar-fetch-dynamic-imenu): Removed code now handled in
2055 `speedbar-fetch-dynamic-imenu'.
2056 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
2057 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
2058 "Revert Buffer" menu items.
2059 (speedbar-buffer-buttons-engine): Be smarter when creating a
2060 filename tag (for expansion purposes.).
2061 (speedbar-highlight-one-tag-line,
2062 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
2063 (speedbar-recenter): New functions.
2064 (defimage-speedbar): Image loading abstraction.
2065 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
2066 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
2067 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
2068 (speedbar-tag-type, speedbar-tag-mail): New images.
2069 (speedbar-expand-image-button-alist): New variable.
2070 (speedbar-insert-image-button-maybe): Insert an image over some
2071 buttons.
2072
2073 2000-05-13 Kenichi Handa <handa@etl.go.jp>
2074
2075 * international/mule-cmds.el (encode-coding-char): An ASCII
2076 character is always encodable.
2077
2078 * international/mule-conf.el: Add more information in descriptions
2079 of character sets.
2080
2081 * international/mule-diag.el (describe-char-after): New function.
2082 (describe-font-internal): Adjusted for the change of font-info.
2083 (describe-font): Likewise.
2084 (print-fontset): Rewritten for the new fontset implementation.
2085 (describe-fontset): Include fontset alias names in completion.
2086 (list-fontsets): Adjusted for the change of print-fontset.
2087
2088 * simple.el (what-cursor-position): If DETAIL is non-nil, call
2089 describe-char-after instead of displaying the detail in the echo
2090 area.
2091 (syntax-code-table): Format changed.
2092 (string-to-syntax): Adjusted for the above change.
2093
2094 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
2095
2096 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
2097
2098 2000-05-12 Dave Love <fx@gnu.org>
2099
2100 * calendar/todo-mode.el: Remove some compatibility stuff and CL
2101 dependence. Use line-{beginning,end}-position, not
2102 point-at{b,e}ol. Some doc fixes.
2103 (todo-position): New function. Fix callers of position to use it.
2104 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
2105
2106 2000-05-12 Gerd Moellmann <gerd@gnu.org>
2107
2108 * time.el (display-time-mail-icon): Use `:ascent center'.
2109
2110 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
2111 handling FTP security extensions.
2112
2113 2000-05-11 Dave Love <fx@gnu.org>
2114
2115 * calendar/todo-mode.el: New file.
2116
2117 2000-05-11 Gerd Moellmann <gerd@gnu.org>
2118
2119 * comint.el (comint-read-input-ring): Move reference to
2120 comint-input-ring-size outside of the save-excursion. It was
2121 causing the default value to be the only one ever seen.
2122
2123 * font-lock.el: Update copyright. Remove Simon Marshall's email
2124 address on request from him.
2125
2126 * subr.el (substitute-key-definition): Add comment describing
2127 the meaning of PREFIX.
2128
2129 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
2130
2131 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
2132
2133 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
2134 (add-minor-mode): Don't make the variable buffer-local and add a
2135 reference to define-minor-mode in the docstring.
2136
2137 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
2138 HEADER/FOOTER and fix bug with trailing empty directory.
2139 (cvs-append-to-ignore): Use vc-editable-p if available.
2140 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
2141 (vc-do-command): Tweak advice to handle the new VC.
2142
2143 * log-view.el (log-view-goto-rev): New function for the new VC.
2144 (log-view-minor-wrap): Use mark-active.
2145
2146 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
2147 (log-edit-changelog-full-paragraphs): New var.
2148 (log-edit-insert-changelog): Remove a lonely leading `* file'.
2149 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
2150 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
2151 (log-edit-changelog-ours-p, log-edit-changelog-entries)
2152 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
2153 Replace the `cvs' prefix with `log-edit'.
2154
2155 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
2156
2157 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
2158 (diff-font-lock-defaults): Explicitly turn off multiline.
2159 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
2160 (diff-ediff-patch): Fix call to ediff-patch-file.
2161 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
2162 Handle comments.
2163
2164 * frame.el (automatic-hscrolling): Typo.
2165
2166 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
2167
2168 2000-05-09 Sam Steingold <sds@goems.com>
2169
2170 * apropos.el (apropos-print): use `describe-face' instead of
2171 `customize-face-other-window'.
2172
2173 2000-05-09 Dave Love <fx@gnu.org>
2174
2175 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
2176
2177 * help.el (describe-variable): Have customize button pop the
2178 help-xref stack when invoked.
2179 (help-xref-symbol-regexp): Add `face'.
2180 (help-make-xrefs): Check for quoted face names and adapt regexp
2181 submatch numbers to cope.
2182 (help-xref-interned): Maybe insert face doc too. Separate
2183 sections with a line of hyphens.
2184
2185 * faces.el: Some doc fixes. Declare some functions obsolete.
2186 (describe-face): Add customize button. Return the help
2187 text. Fix prompt.
2188
2189 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
2190
2191 * term/internal.el (IT-character-translations): Fix last change.
2192
2193 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2194
2195 * woman.el: New file
2196 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
2197
2198 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2199
2200 * term/internal.el (IT-character-translations): Update ASCII
2201 simulations for greek-iso8859-7, add latin-iso8859-14 and
2202 latin-iso8859-15.
2203
2204 * international/mule-cmds.el (set-language-info-alist): Call
2205 define-prefix-command with 3 arguments, to make the map suitable
2206 for a menu.
2207
2208 2000-05-07 Dave Love <fx@gnu.org>
2209
2210 * time.el: Small doc fixes from Pavel Janík ml..
2211
2212 2000-05-05 Dave Love <fx@gnu.org>
2213
2214 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
2215 list in doc string. Don't quote keyword symbols.
2216 * emacs-lisp/cl.el: Likewise
2217 * emacs-lisp/cl-seq.el: Likewise
2218
2219 2000-05-05 Gerd Moellmann <gerd@gnu.org>
2220
2221 * abbrev.el (abbrev-mode): Make ARG optional.
2222
2223 2000-05-04 Gerd Moellmann <gerd@gnu.org>
2224
2225 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
2226
2227 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
2228
2229 * subr.el (substitute-key-definition): Clarify documentation.
2230
2231 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
2232
2233 * glasses.el (glasses-convert-to-unreadable): Use
2234 `glasses-separator' instead of the hard-wired "_".
2235 (glasses-mode): Call `glasses-make-unreadable' only in a single
2236 place.
2237
2238 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
2239
2240 * term/internal.el (cjk-codepages-alist): Add associations for
2241 Chinese and Korean codepages. Remove FIXME comment.
2242
2243 2000-05-03 Dave Love <fx@gnu.org>
2244
2245 * time.el (display-time-mail-face, display-time-use-mail-icon):
2246 New option.
2247 (display-time-mail-icon): New variable.
2248 (display-time-string-forms): Use the above. Fix the local-map.
2249
2250 2000-05-03 Gerd Moellmann <gerd@gnu.org>
2251
2252 * replace.el (query-replace-map): Add binding for `E'.
2253 (query-replace-help): Extend help text.
2254 (perform-replace): Allow editing the replacement string.
2255
2256 * make-mode.el (makefile-mode-abbrev-table): New variable.
2257 (makefile-mode): Set local abbrev table to
2258 makefile-mode-abbrev-table.
2259 (makefile-font-lock-keywords): Fontify includes and conditionals.
2260
2261 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
2262 set TOGGLE's value.
2263
2264 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
2265 mail-interactive-insert-alias.
2266 (mail-abbrev-complete-alias): New command.
2267 (mail-mode-map): Bind it to `M-TAB'.
2268
2269 2000-05-03 Kenichi Handa <handa@etl.go.jp>
2270
2271 * language/lao-util.el (lao-compose-region): New function.
2272
2273 2000-05-02 Gerd Moellmann <gerd@gnu.org>
2274
2275 * files.el (recover-session): Make directories as necessary
2276 if they don't exist yet.
2277
2278 * calendar/cal-french.el
2279 (french-calendar-multibyte-special-days-array)
2280 (french-calendar-special-days-array): Change French text.
2281 (calendar-french-date-string): Change output.
2282 (calendar-goto-french-date): Likewise.
2283
2284 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
2285
2286 * wid-edit.el (widget-default-active): Obey `:always-active'.
2287 (widget-documentation-string-value-create): Set `:always-active'.
2288
2289 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
2290
2291 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
2292 default prefix to `~/_emacs.d/auto-save.list/_s'.
2293 (normal-top-level): Create the directory for auto-save files, if
2294 it doesn't already exist (in the ms-dos case only).
2295
2296 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
2297
2298 * international/mule-cmds.el (set-language-environment): Don't
2299 concat an integer (dos-codepage), use format instead.
2300
2301 2000-05-02 Dave Love <fx@gnu.org>
2302
2303 * help.el (help-xref-on-pp): Check for constant symbols.
2304
2305 2000-04-29 Gerd Moellmann <gerd@gnu.org>
2306
2307 * startup.el (normal-top-level): Put a condition-case around
2308 the code loading subdirs.el.
2309
2310 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2311
2312 * ps-print.el: Upside-down and face background color printing,
2313 line number step, doc fix.
2314 (ps-print-version): New version number (5.2).
2315 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
2316 (ps-face-attribute-list, ps-plot-with-face): Code fix.
2317 (ps-spool-config): Var fix.
2318 (ps-printer-name-option): Const fix.
2319 (ps-print-upside-down, ps-use-face-background)
2320 (ps-line-number-step): New vars.
2321 (ps-window-system, ps-lp-system): New consts.
2322 (ps-face-background): New fun.
2323
2324 2000-04-28 Richard Stallman <rms@gnu.org>
2325
2326 * files.el (make-auto-save-file-name):
2327 Apply auto-save-file-name-transforms to visited file name
2328 before generating auto save file name.
2329 (auto-save-file-name-transforms): New variable.
2330
2331 * files.el (backup-enable-predicate):
2332 Correctly test for a file under a temporary directory.
2333
2334 2000-04-28 Gerd Moellmann <gerd@gnu.org>
2335
2336 * subr.el (add-minor-mode): Rewritten.
2337
2338 2000-04-28 Kenichi Handa <handa@etl.go.jp>
2339
2340 * mail/sendmail.el (sendmail-send-it): Set
2341 buffer-file-coding-system to the selected coding system for MIME
2342 header.
2343
2344 2000-04-27 Gerd Moellmann <gerd@gnu.org>
2345
2346 * dired.el (dired-move-to-filename-regexp): Allow format where
2347 YYYY is followed by two spaces.
2348
2349 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
2350 in the second character class of the regexp.
2351
2352 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
2353 mh-etc, too.
2354
2355 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
2356 nil.
2357
2358 * subr.el (add-minor-mode): Use `set' instead of `setq'.
2359
2360 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
2361 argument.
2362
2363 2000-04-27 Sen Nagata <sen@eccosys.com>
2364
2365 * emacs-lisp/crm.el (crm-completion-table): New variable.
2366 (crm-collection-fn, crm-test-completion)
2367 (completing-read-multiple): Use it.
2368
2369 2000-04-27 Dave Love <fx@gnu.org>
2370
2371 * help.el (locate-library): Use mapc.
2372 (help-manyarg-func-alist): Add call-process-region.
2373
2374 2000-04-26 Gerd Moellmann <gerd@gnu.org>
2375
2376 * subr.el (add-minor-mode): Make argument MAP optional.
2377
2378 * desktop.el (desktop-save): Save list of minor modes.
2379 (desktop-create-buffer): Restore minor modes.
2380 (desktop-minor-mode-table): New user-option.
2381
2382 * subr.el (add-minor-mode): New function.
2383
2384 * image.el (find-image): New function.
2385 (defimage): Rewritten to find image at load time.
2386
2387 * startup.el (normal-top-level-add-to-load-path): Handle
2388 case that the default directory is not in load-path.
2389
2390 * help.el: Old patch from Stefan Monnier.
2391 (help-xref-on-pp): New function.
2392 (describe-variable): Use it to display xrefs in a symbol's value.
2393
2394 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
2395
2396 * cus-edit.el (custom-face): Fix parenthesis.
2397
2398 2000-04-26 Kenichi Handa <handa@etl.go.jp>
2399
2400 * mail/rmail.el (rmail-expunge): When there are no deleted
2401 messages, do nothing.
2402
2403 2000-04-26 Dave Love <fx@gnu.org>
2404
2405 * international/mule-cmds.el (locale-translation-file-name):
2406 Defvar to nil.
2407 (set-locale-environment): Set it here (at runtime).
2408
2409 2000-04-25 Gerd Moellmann <gerd@gnu.org>
2410
2411 * replace.el (perform-replace): Add parameters START and END. Use
2412 them instead of the check for a region in Transient Mark mode.
2413 (query-replace-read-args): Return two more list elements for the
2414 start and end of the region in Transient Mark mode.
2415 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2416 (map-query-replace-regexp, replace-string, replace-regexp): Add
2417 optional last arguments START and END and pass them to
2418 perform-replace.
2419
2420 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
2421 form with additional arguments for perform-replace.
2422
2423 * progmodes/etags.el (tags-query-replace): Add parameters START
2424 and END. Construct a form with additional arguments for
2425 perform-replace.
2426
2427 * simple.el (shell-command): Set default directory for "*Shell
2428 Command Output" buffer.
2429
2430 * language/european.el (iso-latin-4): Fix typo.
2431
2432 * emacs-lisp/crm.el: New file.
2433
2434 2000-04-24 Dave Love <fx@gnu.org>
2435
2436 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2437 (Custom-reset-saved, Custom-reset-standard)
2438 (custom-group-value-create, custom-group-set, custom-group-save)
2439 (custom-group-reset-current, custom-group-reset-saved)
2440 (custom-group-reset-standard): Use mapc.
2441 (custom-buffer-create-internal): Disable undo when creating items.
2442 Use mapc.
2443 (custom-face): Avoid redundant lambda.
2444
2445 2000-04-24 Gerd Moellmann <gerd@gnu.org>
2446
2447 * startup.el (auto-save-list-file-prefix): Set default to
2448 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
2449
2450 2000-04-24 Sam Steingold <sds@gnu.org>
2451
2452 * time-stamp.el (time-stamp-string-preprocess): Always convert
2453 `field-result' to a string.
2454
2455 2000-04-24 Gerd Moellmann <gerd@gnu.org>
2456
2457 * frame.el (scrolling): New group.
2458 (automatic-hscrolling): New user-option.
2459
2460 * startup.el (command-line-x-option-alist): Add `-lsp' and
2461 `--line-spacing'.
2462
2463 2000-04-19 Dave Love <fx@gnu.org>
2464
2465 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
2466 (cl-mapc): Rename from mapc. Fix the funcall.
2467
2468 2000-04-19 Gerd Moellmann <gerd@gnu.org>
2469
2470 * simple.el (clone-indirect-buffer-other-window): New command.
2471 (clone-indirect-buffer): Add optional arg NORECROD.
2472 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
2473
2474 * help.el (resize-temp-buffer-window): Use count-screen-lines.
2475
2476 * window.el (count-screen-lines): New function.
2477 (shrink-window-if-larger-than-buffer): Use count-screen-lines
2478 instead of window-buffer-height.
2479
2480 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
2481 non-existing variable comint-input-sentinel.
2482 (inferior-lisp-args-to-list): Removed.
2483 (inferior-lisp): Use split-string instead of
2484 inferior-lisp-args-to-list.
2485
2486 * hexl.el (hexl-insert-hex-string): New command.
2487
2488 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
2489 instead of concat.
2490
2491 2000-04-18 Gerd Moellmann <gerd@gnu.org>
2492
2493 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
2494 at the start of an existing but empty folder.
2495
2496 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2497
2498 * ps-mule.el: Customization fix, doc fix.
2499 (ps-multibyte-buffer): Customization fix.
2500
2501 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2502
2503 * subr.el (read-passwd): Use read-char-exclusive.
2504
2505 2000-04-17 Gerd Moellmann <gerd@gnu.org>
2506
2507 * textmodes/texinfo.el (texinfo-insert-@email)
2508 (texinfo-insert-@emph, texinfo-insert-@quotation)
2509 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
2510 (texinfo-mode-map): Add key bindings for them.
2511
2512 * files.el (basic-save-buffer-2): Use a template with `$'
2513 instead of `#' for VMS.
2514
2515 * simple.el (clone-indirect-buffer): New function.
2516
2517 2000-04-16 Stephen Eglen <stephen@gnu.org>
2518
2519 * iswitchb.el (iswitchb-case): New function. If the user input
2520 contains any upper-case characters, the search is made
2521 case-sensitive.
2522
2523 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
2524
2525 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
2526 comment-end.
2527 (texinfo-font-lock-syntactic-keywords): New var.
2528 (texinfo-font-lock-keywords): Remove comment regexp.
2529 (texinfo-insert-block): New function.
2530 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
2531 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
2532 and font-lock-defaults. Use regexp-opt for outline-regexp.
2533 (texinfo-environments): New var.
2534 (texinfo-environment-regexp): Use regexp-opt and
2535 texinfo-environments.
2536
2537 * textmodes/ispell.el (ispell-menu-map-needed): Check that
2538 ispell-process is bound since this might be eval'd before ispell
2539 is loaded.
2540 (ispell-message): Use a tiny bit less magic and a bit more hard
2541 data to figure out what kind of sc-cite-regexp to use.
2542
2543 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
2544
2545 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
2546 (insert-cyclic-diary-entry): Unquote the lambda.
2547
2548 * gud.el (gud-jdb-build-source-files-list): Fix typo.
2549
2550 * files.el (backup-enable-predicate): Unquote the lambda.
2551
2552 * cus-edit.el (custom-face, face): Unquote the lambda.
2553
2554 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2555
2556 * ps-print.el: Check for line-beginning-position definition.
2557
2558 * ps-print.el: Fix counting lines in a region.
2559 (ps-print-version): New version number (5.1.5).
2560 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
2561 (ps-printing-region): Fun code fix.
2562
2563 2000-04-15 Gerd Moellmann <gerd@gnu.org>
2564
2565 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
2566 to file-directory-p.
2567
2568 2000-04-14 Gerd Moellmann <gerd@gnu.org>
2569
2570 * gud.el (gud-jdb-build-source-files-list): Check that directory
2571 exists before calling directory-files.
2572
2573 2000-04-13 Dave Love <fx@gnu.org>
2574
2575 * emacs-lisp/trace.el: Change maintainer. Use new backquote
2576 syntax.
2577
2578 * emacs-lisp/cl-specs.el: Remove when, unless.
2579
2580 * emacs-lisp/cl-extra.el: Don't quote keywords.
2581 (cl-old-mapc): New variable.
2582 (mapc): Use it.
2583 (cl-map-intervals): Use with-current-buffer. Don't check for
2584 next-property-change.
2585 (cl-map-overlays): Use with-current-buffer.
2586 (cl-expt): Remove.
2587 (copy-tree, remprop): Define unconditionally.
2588
2589 * emacs-lisp/cl-compat.el (keywordp): Remove.
2590
2591 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
2592 to use keywordp.
2593 (edebug-spec): Enable keywordp.
2594
2595 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
2596 string-lessp.
2597
2598 * cus-start.el: Use keywordp.
2599
2600 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2601
2602 * diary-lib.el (include-other-diary-files): Fix the fix of
2603 2000-02-18 by doing a save-excursion.
2604
2605 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2606
2607 * ps-print.el: Customization fix, doc fix.
2608 (ps-print-version): New version number (5.1.4).
2609 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
2610 (ps-print-preprint): Adjust code.
2611 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
2612 (ps-print-prologue-header, ps-print-control-characters)
2613 (ps-spool-config): Customization fix.
2614
2615 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2616
2617 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
2618 converted to the new menu-item format, names silightly changed,
2619 help strings added.
2620
2621 Support for spelling without async subprocesses:
2622
2623 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
2624 (ispell-session-buffer): New variables.
2625 (ispell-start-process, ispell-process-status,
2626 ispell-accept-output, ispell-send-string): New functions, for
2627 Ispell invocation when async subprocesses aren't supported.
2628 (ispell-word, ispell-pdict-save, ispell-command-loop,
2629 ispell-process-line, ispell-buffer-local-parsing): Replace calls
2630 to process-send-string with calls to ispell-send-string, and
2631 accept-process-output with ispell-accept-output.
2632 (ispell-init-process): Call ispell-process-status instead of
2633 process-status with.
2634 (ispell-init-process): Call ispell-start-process. Call
2635 ispell-accept-output and ispell-send-string. Don't call
2636 process-kill-without-query and kill-process if they are unbound.
2637 (ispell-async-processp): New function.
2638
2639 2000-04-12 Dave Love <fx@gnu.org>
2640
2641 * info.el: Add debug-ignored-errors.
2642 (Info-mode-menu): Add some items.
2643 (Info-directory): Add autoload cookie.
2644
2645 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
2646 Modify `truncate-lines'. Make `describe-language-environment'
2647 always visible and add help. Modify `describe-key' help. Invoke
2648 Info-directory from `info'. New entry `emacs-manual'.
2649
2650 2000-04-10 Gerd Moellmann <gerd@gnu.org>
2651
2652 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
2653 propertized-buffer-identification.
2654 (ebrowse-update-member-buffer-mode-line): Likewise.
2655 (ebrowse--mode-strings): Removed.
2656 (ebrowse--mode-line-props): Removed.
2657
2658 * files.el (auto-mode-alist): Add `EBROWSE'.
2659
2660 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
2661 space before testing for end of buffer.
2662 (ebrowse-load): Removed.
2663 (ebrowse-revert-tree-buffer-from-file): Rewritten.
2664 (ebrowse-create-tree-buffer): Rewritten.
2665 (ebrowse-tree-mode): Read tree from buffer.
2666
2667 * progmodes/ebrowse-ffh.el: Removed.
2668
2669 2000-04-10 Kenichi Handa <handa@etl.go.jp>
2670
2671 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
2672
2673 2000-04-10 Gerd Moellmann <gerd@gnu.org>
2674
2675 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
2676 at the wrong place.
2677
2678 2000-04-09 Dave Love <fx@gnu.org>
2679
2680 * files.el (backup-enable-predicate): Use
2681 temporary-file-directory, small-temporary-file-directory.
2682 (make-backup-file-name-function, backup-directory-alist): New
2683 variables.
2684 (make-backup-file-name-1): New function.
2685 (make-backup-file-name): Use it.
2686 (find-backup-file-name): Likewise. Use format for clarity, not
2687 concat.
2688 (file-newest-backup): Use make-backup-file-name.
2689
2690 2000-04-09 Gerd Moellmann <gerd@gnu.org>
2691
2692 * progmodes/ebrowse-ffh.el: New file.
2693
2694 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
2695 to ebrowse-ffh.el.
2696 (ebrowse-load): Add autoload.
2697
2698 * finder.el (finder-commentary): Add autoload cookie.
2699
2700 * mail/rfc2368.el: Correct author's email address.
2701
2702 * progmodes/ebrowse.el: New file.
2703
2704 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
2705 item help string.
2706 (easy-menu-do-add-item): Ditto.
2707 (easy-menu-define): Extend doc string.
2708
2709 * jit-lock.el (with-buffer-unmodified): Use
2710 restore-buffer-modified-p.
2711 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
2712 (jit-lock-function, jit-lock-stealth-fontify): Don't use
2713 with-buffer-unmodified.
2714
2715 2000-04-08 Dave Love <fx@gnu.org>
2716
2717 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
2718 unless, when.
2719
2720 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
2721
2722 * viper-util.el (viper-put-on-search-overlay): New subroutine.
2723 (viper-flash-search-pattern): No operation when using Emacs
2724 doesn't support face.
2725 Use `viper-put-on-search-overlay'.
2726
2727 2000-04-04 Gerd Moellmann <gerd@gnu.org>
2728
2729 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
2730 like C-r.
2731
2732 * progmodes/make-mode.el: Some doc fixes.
2733 (makefile-mode-abbrev-table): New variable.
2734 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
2735 (makefile-font-lock-keywords): Fontify includes and conditionals.
2736 (toplevel): Require `dabbrev' and `add-log' when compiling.
2737
2738 * replace.el (perform-replace): Don't move forward one char
2739 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
2740 to do that because it leaves point 1 position after the last
2741 replacement, after everything has been replaced.
2742
2743 * jit-lock.el (with-buffer-unmodified): New macro.
2744 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
2745 modified state.
2746 (jit-lock-function-1): Extracted from jit-lock-function; not
2747 preserving buffer's modified state.
2748 (jit-lock-function, jit-lock-stealth-fontify): Call
2749 jit-lock-function-1.
2750
2751 * mail/rfc2368.el: Remove supernumerary copyright line.
2752
2753 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
2754
2755 * glasses.el: Provide facilities for inserting space before left
2756 parentheses and uncapitalization of identifiers.
2757 (glasses-mode): Try to remove old overlays in all cases.
2758
2759 2000-04-03 Gerd Moellmann <gerd@gnu.org>
2760
2761 * progmodes/compile.el (compile-internal): Display the compilation
2762 buffer in a different frame, if it's already displayed there.
2763
2764 * mail/rfc2368.el: New file.
2765
2766 * simple.el (sendmail-user-agent-compose): Recognize a `body'
2767 header and insert its value as mail body.
2768
2769 * subr.el (member-ignore-case): New function.
2770
2771 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
2772 (dabbrev--find-expansion): Ignore buffers matching a regexp
2773 from dabbrev-ignored-regexps.
2774
2775 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
2776 to extensions handled by gzip.
2777
2778 2000-04-03 Richard M. Stallman <rms@gnu.org>
2779
2780 * files.el (insert-directory): List the total free space
2781 along with the used space.
2782
2783 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
2784 line is followed by one that matches CITATION-REGEXP, end the
2785 paragraph.
2786
2787 2000-04-03 Markus Rost <rost@delysid.gnu.org>
2788
2789 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
2790 (rmail-make-basic-summary-line): Use that option.
2791
2792 2000-04-03 Kenichi Handa <handa@etl.go.jp>
2793
2794 * international/mule-cmds.el (encoded-string-description):
2795 Rewritten. Try pretty description for ISO 2022 escape sequences
2796 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
2797 for hexadecimal format.
2798
2799 2000-04-01 Dave Love <fx@gnu.org>
2800
2801 * cpp.el: Change customization group to `c' from `C'.
2802
2803 * vcursor.el (vcursor-move): Use display-color-p.
2804
2805 * international/mule-util.el: Provide mule-utils.
2806 (string-to-sequence): Simplify and speed up.
2807
2808 * international/mule.el (make-coding-system): Purecopy doc-string.
2809
2810 * international/mule-cmds.el: Various menu changes.
2811 (describe-specified-language-support): Handle `Default'.
2812 (set-language-info): Purecopy `info'.
2813
2814 2000-03-31 Andrew Innes <andrewi@gnu.org>
2815
2816 * vc.el (vc-backend-diff): Return the correct status if we had to
2817 retry the rcsdiff command without the --brief option.
2818
2819 2000-03-31 Dave Love <fx@gnu.org>
2820
2821 * help.el (help-manyarg-func-alist): Correct several omissions.
2822
2823 * add-log.el: Don't require cl, fortran.
2824 (add-log-current-defun-function): Doc fix.
2825 (change-log-version-number-regexp-list): Remove SCCS part. Doc
2826 fix.
2827 (change-log-version-rcs): Function deleted.
2828 (change-log-version-number-search): Doc fix. Use
2829 vc-workfile-version. Avoid CL dolist.
2830 (add-change-log-entry): Just call add-log-current-defun to get
2831 defun. Simplify somewhat.
2832 (change-log-get-method-definition-1): Likewise.
2833 (add-log-current-defun): Return nil if calling
2834 add-log-current-defun-function does so. Move Fortran stuff to
2835 fortran.el. Return string without properties.
2836
2837 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
2838 and :alpha: char classes.
2839
2840 * mail/supercite.el: Defvar curline when compiling.
2841 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
2842 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
2843 rather than a-zA-Z0-9 to allow non-ASCII characters.
2844
2845 2000-03-31 Gerd Moellmann <gerd@gnu.org>
2846
2847 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
2848
2849 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2850 Re-enable new code.
2851
2852 * lpr.el (print-region-1): Use -d to specify printer name for
2853 systems `usg-unix-v*, `dgux', `hpux', `irix'.
2854
2855 2000-03-31 Dave Love <fx@gnu.org>
2856
2857 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
2858 for function definition in symbol's function value slot first
2859 instead of first consulting byte-compile-function-environment.
2860
2861 2000-03-31 Kenichi Handa <handa@etl.go.jp>
2862
2863 * language/european.el ("Polish"): New language environment.
2864 (setup-polish-environment): New function.
2865
2866 2000-03-30 Gerd Moellmann <gerd@gnu.org>
2867
2868 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2869 Disable new code.
2870
2871 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
2872 trying to `load' the symbol of an autoload instead of the file
2873 recorded in the autoload. Fix error messages.
2874
2875 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2876
2877 * ps-print.el: PostScript programming fix for ghostview, doc fix.
2878 (ps-print-version): New version number (5.1.3).
2879 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
2880 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
2881 (ps-generate-postscript-with-faces): Code fix.
2882 (ps-color-values): XEmacs compatibility.
2883 (ps-print-background-image, ps-print-background-text, ps-printer-name)
2884 (ps-default-fg, ps-default-bg): Adjust customization.
2885 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
2886 (ps-color-scale): Renaming old ps-color-value fun.
2887 (ps-print-headers): Replace ps-print-header group to avoid conflict
2888 with ps-print-header variable.
2889 (ps-print-miscellany): New group.
2890 (ps-format-color, ps-rgb-color): New funs.
2891 (ps-default-foreground): New var.
2892 (ps-printer-name-option): New const.
2893
2894 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
2895
2896 * net/net-utils.el:
2897 (network-connection-host, network-connection-service): New variables
2898 (network-connection-mode): New mode, derived from comint-mode
2899 (network-connection-mode-setup): New function, saves host and
2900 service information in local variables.
2901
2902 * lisp/locate.el:
2903 (locate-word-at-point): Added this function
2904 (locate): Default to using locate-word-at-point as input
2905 Run dired-mode-hook
2906
2907 2000-03-29 Dave Love <fx@gnu.org>
2908
2909 * calendar/appt.el: Doc fixes.
2910 (appt-check): Convert min-to-app to a string before passing to
2911 appt-disp-window-function or concat.
2912 (appt-delete-window): Remove test for frame-root-window.
2913 (appt-select-lowest-window, appt-convert-time): Simplify.
2914
2915 * emacs-lisp/bytecomp.el: Doc fixes.
2916 (byte-compile-file-form-autoload): Update
2917 byte-compile-function-environment.
2918
2919 2000-03-29 Andreas Schwab <schwab@suse.de>
2920
2921 * emacs-lisp/autoload.el: Also print defsubst doc string
2922 specially.
2923
2924 * dired.el (dired-insert-directory): If dired-free-space-program
2925 failed just delete its output.
2926
2927 2000-03-29 Dave Love <fx@gnu.org>
2928
2929 * international/iso-cvt.el: Move provide to end. Doc fixes.
2930 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
2931 (iso-iso2sgml, iso-sgml2iso): New functions.
2932 (iso-cvt-define-menu): Fix some entries and use backquote for
2933 clarity.
2934
2935 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
2936
2937 2000-03-28 Gerd Moellmann <gerd@gnu.org>
2938
2939 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
2940 ISO-DATE. If non-nil, return date in ISO 8601 format.
2941
2942 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
2943
2944 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
2945 if it ever becomes used.
2946 (log-edit-mode-hook): Default to vc-log-mode-hook.
2947 (log-edit-mode): Fix the docstring.
2948
2949 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
2950 the code.
2951
2952 2000-03-26 Dave Love <fx@gnu.org>
2953
2954 * net/browse-url.el (browse-url): Re-fix case of
2955 browse-url-browser-function being an alist.
2956 (browse-url): Add :link to defgroup.
2957
2958 * files.el: Doc fixes.
2959 (file-truename): Include `[' in wildcard characters.
2960 (automount-dir-prefix): Customize.
2961 (find-file-wildcards): Add :version.
2962 (find-file-noselect): Simplify a mapcar call.
2963
2964 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
2965 compatible with inf-lisp version.
2966 (eval-defun-1): Fix custom-declare-variable case.
2967
2968 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
2969
2970 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
2971
2972 2000-03-24 Gerd Moellmann <gerd@gnu.org>
2973
2974 * Makefile (COMPILE_FIRST): New macro.
2975 (compile-files): Compile files from COMPILE_FIRST first.
2976
2977 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
2978 code.
2979
2980 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
2981 matching open parenthesis in column 0 to defun-prompt-regexp
2982 only if open-paren-in-column-0-is-defun-start is set.
2983
2984 * sun-curs.el: Require CL at compile-time only.
2985
2986 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
2987 instead of copy-list which is a function from CL.
2988 (msb--choose-menu, msb--mode-menu-cond)
2989 (msb--create-buffer-menu-2): Use dolist instead of mapc.
2990 (msb--init-file-alist): Use mapcar instead of mapcan.
2991 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
2992 `(' in column 0 in doc string.
2993 (msb--add-separators): Use mapcar instead of mapcan.
2994
2995 * cus-dep.el: Require CL at compile-time only.
2996
2997 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
2998
2999 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
3000 (byte-compile-warnings): New warning `noruntime'.
3001 (byte-compile-constants, byte-compile-variables): Fix docstring.
3002 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
3003 execute `eval-whenc-compile's body.
3004 (byte-compile-unresolved-functions): Fix docstring.
3005 (byte-compile-eval): New function.
3006 (byte-compile-callargs-warn): Check if the function will be available
3007 at runtime (via property `byte-compile-noruntime').
3008 (byte-compile-print-syms): New function.
3009 (byte-compile-warn-about-unresolved-functions): Also warn about
3010 `noruntime' functions (and use `byte-compile-print-syms').
3011 (byte-compile-file): Capitalize the message.
3012
3013 2000-03-24 Gerd Moellmann <gerd@gnu.org>
3014
3015 * mail/rmail.el (rmail-confirm-expunge): New user-option.
3016 (rmail-expunge): Ask for confirmation depending on the setting
3017 of rmail-confirm-expunge.
3018
3019 2000-03-23 Gerd Moellmann <gerd@gnu.org>
3020
3021 * Makefile (bootstrap-clean): If $(emacs) exists, build
3022 loaddefs.el first. A loaddefs.el that's not up-to-date might
3023 cause a bootstrap failure because things don't autoload as
3024 expected.
3025
3026 2000-03-23 Dave Love <fx@gnu.org>
3027
3028 * net/browse-url.el: Restore previous use of
3029 browse-url-maybe-new-window.
3030
3031 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3032
3033 * ps-print.el: Skip banner page fix.
3034 (ps-print-version): New version number (5.1.2).
3035 (ps-begin-file, ps-end-file, ps-generate): Code fix.
3036
3037 2000-03-23 Dave Pearson <davep@davep.org>
3038
3039 * net/quickurl.el Changed the type of parameter passed to the
3040 function defined by `quickurl-format-function'. Before only the
3041 text of the URL was passed. Now the whole URL structure is passed
3042 and the function is responsible for extracting the parts it
3043 requires. Changed the default of `quickurl-format-function'
3044 accordingly.
3045 (quickurl-insert): Changed the `funcall' of
3046 `quickurl-format-function' to match the above change.
3047 (quickurl-list-insert): Changed the `url' case so that it makes
3048 use of `quickurl-format-function', previous to this the format was
3049 hard wired.
3050
3051 2000-03-22 Gerd Moellmann <gerd@gnu.org>
3052
3053 * startup.el: Change some spellings for the X Window System.
3054
3055 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
3056
3057 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
3058 up the code and the regexp and make sure the cursor is temporarily
3059 moved to the suspicious line while querying the user.
3060
3061 2000-03-22 Jason Rumney <jasonr@gnu.org>
3062
3063 * w32-fns.el (w32-charset-info-alist): Initialize.
3064
3065 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3066
3067 * ps-print.el: N-up last page fix.
3068 (ps-print-version): New version number (5.1.1).
3069 (ps-end-file, ps-end-job, ps-generate): Code fix.
3070
3071 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
3072
3073 * files.el (find-file-run-dired): Update docstring.
3074 (find-directory-functions): New hook.
3075 (find-file-noselect): Run find-directory-functions rather than
3076 calling dired directly.
3077
3078 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
3079
3080 * pcvs.el: Add a minimal leading commentary.
3081 (cvs-make-cvs-buffer): Change the header part by removing the startup
3082 message and adding a `Module' entry. Also replace the FOOTER and
3083 HEADER special fileinfos with the new support in ewoc for updating
3084 its own footer and header.
3085 (cvs-update-header): Update to use the header/footer of the ewoc.
3086 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
3087 (cvs-is-within-p): New function.
3088 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
3089 to only examine some subset of the buffers.
3090
3091 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
3092 `format' instead of our own ad-hoc functions.
3093 Remove HEADER and FOOTER cases, now handled in the EWOC.
3094 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
3095
3096 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
3097 output to avoid scaring the user.
3098 (cvs-parse-table): Catch message for non-up-to-date commits.
3099
3100 * pcvs-defs.el (cvs-startup-message): Remove.
3101 (cvs-global-menu): New autoloaded menu.
3102
3103 * pcvs-util.el (cvs-string-fill): Remove.
3104
3105 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
3106 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
3107 PP part of it and also make it work for footers and headers.
3108 (ewoc-create): Drop POS and BUFFER arguments.
3109 Use the DLL's dummy node to store the end-of-footer position.
3110 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
3111 (ewoc-refresh): Remove unused `header' variable.
3112 (ewoc-(get|set)-hf): New functions.
3113
3114 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
3115 log-view-*-(message|file) and use easy-mmode-define-navigation.
3116 (log-view-message-re): Match SCCS format as well.
3117 And match the revision line rather than the dashed separator line.
3118 (log-view-mode): Use the new define-derived-mode.
3119 (log-view-current-tag): Fill in with an actual implementation.
3120
3121 * cvs-status.el (cvs-status-(prev|next)): Rename from
3122 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
3123 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
3124 to let the output "breathe" a little more (more readable).
3125 (cvs-status-mode): Use the new define-derived-mode.
3126
3127 * smerge-mode.el (smerge-auto-leave): New function and variable.
3128 (smerge-basic-map): Rename from smerge-basic-keymap.
3129 Change the bindings for smerge-diff-*.
3130 (smerge-*-map): Use easy-mmode-defmap.
3131 (smerge-(next|prev)): Use easy-mmode-define-navigation.
3132 (smerge-keep-*): Use smerge-auto-leave.
3133
3134 2000-03-21 Jason Rumney <jasonr@gnu.org>
3135
3136 * cus-edit.el (custom-button-face): Use 3D look for w32.
3137 (custom-button-pressed-face): Likewise.
3138
3139 2000-03-21 Gerd Moellmann <gerd@gnu.org>
3140
3141 * progmodes/etags.el (tags-case-fold-search): New user-option.
3142 (tags-loop-eval): New function. Bind case-fold-search around eval
3143 depending on the value of tags-case-fold-search.
3144 (tags-loop-continue): Use tags-loop-eval.
3145 (find-tag-in-order): Bind case-fold-search depending on the value
3146 of tags-case-fold-search.
3147
3148 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
3149
3150 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
3151 (diff-end-of-hunk): Return the end position for use in
3152 `easy-mmode-define-navigation'.
3153 (diff-recenter): Remove.
3154 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
3155 of `easy-mmode-define-navigation'.
3156 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
3157 previous renaming) and fix to use new names.
3158 (diff-merge-strings): Use \n as separator: simpler, faster.
3159 (diff-mode): Use `define-derived-mode'.
3160
3161 * derived.el (define-derived-mode): Don't autoload anymore.
3162 Prefer the macro-only version provided by easy-mmode.el.
3163
3164 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
3165 `easy-mmode-define-derived-mode'.
3166 Use `combine-run-hooks'.
3167 (easy-mmode-define-navigation): New macro.
3168
3169 * subr.el (combine-run-hooks): New function.
3170
3171 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
3172
3173 * term/x-win.el: Fontsets related initialization is simplified.
3174
3175 * international/mule-diag.el (describe-font): Don't refer to
3176 global-fontset-alist, instead call font-list.
3177 (describe-fontset, list-fontsets, mule-diag): Likewise.
3178 (print-fontset): Adjusted for the change of fontset
3179 implementation.
3180
3181 * international/fontset.el (x-charset-registries): Variable
3182 removed, instead the corresponding data is stored in the default
3183 fontset.
3184 (register-alternate-fontnames): Function removed.
3185 (resolved-ascii-font): Variable removed.
3186 (x-compose-font-name): Ignore the second argument REDOCE.
3187 (x-complement-fontset-spec): Complement only an ASCII font and
3188 element for those charsets than can use that ASCII font.
3189 (generate-fontset-menu): Don't refer to global-fontset-alist,
3190 instead call fontset-list.
3191 (uninstantiated-fontset-alist): Variable removed.
3192 (x-style-funcs-alist): Likewise.
3193 (fontset-default-styles): Likewise.
3194 (x-modify-font-name): Function removed.
3195 (create-fontset-from-fontset-spec): Ignore the argument
3196 STYLE-VARIANT.
3197 (create-fontset-from-ascii-font): Docsting adjusted for the above
3198 change.
3199 (instantiate-fontset, resolve-fontset-name): Functions removed.
3200 (fontset-list): Now implemented by C code.
3201
3202 * faces.el (read-face-font): Fix TABLE arg to completing-read.
3203 (describe-face): Include `font' attribute in the description.
3204
3205 2000-03-21 Kenichi Handa <handa@etl.go.jp>
3206
3207 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
3208
3209 2000-03-20 Gerd Moellmann <gerd@gnu.org>
3210
3211 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
3212 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
3213 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
3214
3215 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
3216 about behavior of set-buffer-modified-p wrt redisplay.
3217
3218 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3219
3220 * view.el (view-mode-disable): Kill local binding of view-read-only.
3221
3222 2000-03-18 Gerd Moellmann <gerd@gnu.org>
3223
3224 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
3225 is a string, convert it to a syntax cell using string-to-syntax.
3226
3227 * simple.el (syntax-code-table, syntax-flag-table): New variables.
3228 (string-to-syntax): New function.
3229
3230 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
3231 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
3232 try to use passive ftp mode.
3233
3234 2000-03-17 Gerd Moellmann <gerd@gnu.org>
3235
3236 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
3237
3238 * simple.el (append-to-buffer): Update point of windows after
3239 insertion.
3240
3241 * abbrev.el (inverse-add-abbrev): Identify word by first moving
3242 forward then moving backward. Reindent.
3243
3244 * frame.el (other-frame): Call x-focus-frame only if
3245 focus-follows-mouse is off.
3246
3247 2000-03-17 Dave Love <fx@gnu.org>
3248
3249 * pcvs-util.el (cvs-strings->string): Rename
3250 replace-regexps-in-string.
3251
3252 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
3253
3254 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
3255 regexp for labels cannot span several lines.
3256
3257 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
3258 `(setq :<key> ':<key>)' to the macro expansion.
3259
3260 2000-03-16 Dave Love <fx@gnu.org>
3261
3262 * progmodes/f90.el (f90): Put custom group under `languages', not
3263 `fortran'.
3264 (f90-mode-hook): Customize.
3265 (f90-mode): Set add-log-current-defun-function.
3266 (f90-current-defun): New function.
3267
3268 2000-03-16 Gerd Moellmann <gerd@gnu.org>
3269
3270 * cus-edit.el (custom-variable-tag-face): Handle case that
3271 default face's height is not a number.
3272 (custom-face-tag-face, custom-group-tag-face-1)
3273 (custom-group-tag-face): Ditto.
3274 (custom-group-tag-face-1): Add :group.
3275
3276 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
3277
3278 2000-03-15 Gerd Moellmann <gerd@gnu.org>
3279
3280 * pcvs-defs.el (toplevel): Remove autoload cookie for form
3281 requiring easymenu.
3282
3283 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3284
3285 * ps-print.el: PostScript user-defined prologue, PostScript error
3286 handler, doc fix.
3287 (ps-print-version): New version number (5.1).
3288 (ps-user-defined-prologue, ps-error-handler-message)
3289 (ps-print-prologue-0, ps-error-handler-alist): New vars.
3290 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
3291 (ps-insert-string): New function.
3292
3293 2000-03-15 Kenichi Handa <handa@etl.go.jp>
3294
3295 * international/ccl.el (ccl-compile-expression): Don't generate
3296 invalid self-assignment code.
3297
3298 2000-03-14 Dave Love <fx@gnu.org>
3299
3300 * subr.el (replace-regexp-in-string): Renamed from
3301 replace-regexps-in-string. Doc fix.
3302
3303 2000-03-12 Dave Love <fx@gnu.org>
3304
3305 * cus-edit.el: Doc fixes.
3306 (customize-set-variable, customize-save-variable): Rename args for
3307 doc.
3308 (custom-variable-tag-face, custom-face-tag-face)
3309 (custom-group-tag-face-1, custom-group-tag-face): Modify from
3310 style which user identify as hyperlink.
3311 (hook): Don't add undefined functions to the hook.
3312 (debug-ignored-errors): Transfer message from bindings.el.
3313
3314 2000-03-12 Gerd Moellmann <gerd@gnu.org>
3315
3316 * recentf.el (recentf-keep-non-readable-files-p): Remove
3317 double/nested definition.
3318
3319 2000-03-12 Dave Love <fx@gnu.org>
3320
3321 * facemenu.el (facemenu-get-face): Use display-color-p.
3322 * enriched.el (enriched-decode-foreground): Likewise.
3323 (enriched-decode-background): Likewise.
3324 * isearch.el (isearch-highlight): Likewise.
3325 * info-look.el (info-lookup): Likewise.
3326 * simple.el (completion-setup-function): Likewise.
3327
3328 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
3329 :options.
3330
3331 * bindings.el (mode-line-format): Fix line-number and
3332 column-number items. Add help-echo for the background.
3333 (mode-line-mule-info): Modify help-echo.
3334
3335 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
3336 defcustom.
3337
3338 * files.el (load-file): Allow completion to .elc.
3339
3340 * man.el: Doc fixes.
3341 (Man-init-defvars): Use display-color-p to set fontification.
3342
3343 * play/hanoi.el (hanoi-internal): Don't use oddp.
3344
3345 2000-03-12 Gerd Moellmann <gerd@gnu.org>
3346
3347 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
3348
3349 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
3350
3351 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
3352
3353 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
3354 Fix comment.
3355
3356 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
3357
3358 * font-lock.el (font-lock-keywords): Fix the doc now that
3359 regexp-opt-depth is unnecessary.
3360 (save-buffer-state): Set an edebug spec.
3361 (font-lock-fontify-anchored-keywords): Properly handle the case when
3362 the matcher goes past the limit.
3363
3364 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
3365 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
3366
3367 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
3368 dll.el and cookie.el (from Elib) with heavy renaming and other
3369 massaging.
3370
3371 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
3372 Autoload the functions used.
3373 (easy-mmode-define-syntax): Fix CL typo.
3374 (easy-mmode-define-derived-mode): Improve the docstring generation.
3375
3376 2000-03-10 Gerd Moellmann <gerd@gnu.org>
3377
3378 * textmodes/texinfo.el (texinfo-version): Variable and function
3379 removed.
3380
3381 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
3382
3383 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
3384 allow more flexibility.
3385 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
3386 fns.
3387 (easy-mmode-defmap, easy-mmode-defsyntax)
3388 (easy-mmode-define-derived-mode): New macros.
3389
3390 2000-03-09 Didier Verna <didier@xemacs.org>
3391
3392 * rect.el (replace-rectangle): New function.
3393
3394 2000-03-09 Dave Love <fx@gnu.org>
3395
3396 * progmodes/fortran.el (fortran-comment-line-start): Define as
3397 "C".
3398 (fortran-comment-line-start-skip): Don't match cpp stuff.
3399 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
3400 (fortran-mode-map): Remove over-eager custom-menu-create for now.
3401 (fortran-mode): Don't set fortran-comment-line-start-skip,
3402 fortran-comment-line-start here. Set comment-start,
3403 add-log-current-defun.
3404 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
3405 (fortran-current-defun): New function.
3406
3407 2000-03-09 Gerd Moellmann <gerd@gnu.org>
3408
3409 * emacs-lisp/re-builder.el: New file.
3410
3411 * mouse.el (mouse-drag-region): Don't run up-event handler
3412 if hscroll has changed.
3413
3414 * octave-mod.el (octave-font-lock-keywords): To font-lock the
3415 builtin operators, use `font-lock-builtin-face' for Emacs and
3416 `font-lock-preprocessor-face' otherwise.
3417
3418 * font-lock.el (lisp-font-lock-keywords-1): Highlight
3419 `(defun (setf foo)' differently.
3420
3421 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
3422
3423 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
3424 (regexp-opt): Update comment and adapt the code the new meaning of
3425 the `paren' argument of regex-opt-group for shy-groups.
3426 (regexp-opt-depth): Handle shy groups as well as backslashed
3427 backslashes.
3428 (regexp-opt-group): Turn the leading comment into a docstring.
3429 Allow `paren' to be a string (the string to use to open a group).
3430 Remove open-presuf and close-presuf. Instead of checking for `all
3431 one-char' and then later on check for `several one-char', handle
3432 both cases close together. Also apply a more generic algorithm
3433 for suffixes (the mirror image of the algorithm used for
3434 prefixes). Use shy-groups. Use nreverse rather than reverse.
3435 (regexp-opt-try-suffix): Removed.
3436
3437 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
3438 from comint-mode-map, so we can just inherit from it. Also, move
3439 the initialization into the `defvar' since there's no docstring
3440 anyway and it's fairly short.
3441 (inferior-scheme-mode): Define it as derived-mode: the code is
3442 shorter and this way we inherit from comint-mode-map rather than
3443 copying it.
3444
3445 * subr.el (replace-regexps-in-string): Properly handle the case
3446 where we match an empty string.
3447
3448 * comint.el (comint-exec-1): Add the current-dir to the exec-path
3449 when the command has a directory component (such as "./testml").
3450 Also fix a typo in the comment.
3451
3452 2000-03-08 Gerd Moellmann <gerd@gnu.org>
3453
3454 * Makefile (compile-files): Compile files one by one because
3455 that's the only way to ensure a clean compilation environment for
3456 each individual file.
3457
3458 * frame.el (other-frame): Call x-focus-frame.
3459
3460 2000-03-07 Dave Love <fx@gnu.org>
3461
3462 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
3463 :require to defcustom.
3464
3465 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
3466 lists.
3467
3468 * files.el (auto-mode-alist): Add configure.in.
3469
3470 * progmodes/autoconf.el: New file.
3471
3472 2000-03-07 Gerd Moellmann <gerd@gnu.org>
3473
3474 * mail/mh-e.el: Change maintainer to `none'.
3475
3476 * recentf.el (recentf-keep-non-readable-files-p): Quote args
3477 to remove-hook and add-hook.
3478
3479 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3480
3481 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
3482 it as the default.
3483 (mail-send): Test mail-send-nonascii also for the new `mime' value.
3484 (sendmail-send-it): Conditionally add MIME headers specifying the
3485 used character set.
3486
3487 2000-03-07 Dave Love <fx@gnu.org>
3488
3489 * winner.el: Fix keywords, autoload cookies. Split
3490 eval-when-compile form to avoid compilation failure.
3491
3492 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
3493
3494 * international/mule.el: Modify comment about coding system
3495 property `coding-category'.
3496 (make-coding-system): New argument EOL-TYPE. Pay attention to
3497 coding-category property of PROPERTIES.
3498
3499 * international/mule-conf.el (coding-category-utf-8,
3500 coding-category-utf-16-be, coding-category-utf-16-le): New coding
3501 categories. Include them in the argument for set-coding-priority.
3502
3503 * international/mule-cmds.el (reset-language-environment): Include
3504 coding-category-utf-8, coding-category-utf-16-be, and
3505 coding-category-utf-16-le in the argument for set-coding-priority.
3506 (reset-language-environment): Initialize coding-category-utf-8,
3507 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
3508
3509 2000-03-06 Karl Fogel <kfogel@red-bean.com>
3510
3511 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
3512 code abstracted out of `bookmark-jump-noselect'. Now tries info
3513 extensions as well as compression extensions.
3514 (bookmark-jump-noselect): Use above new func.
3515
3516 2000-03-03 Gerd Moellmann <gerd@gnu.org>
3517
3518 * strokes.el: Change maintainer's mail address.
3519
3520 2000-03-03 Kenichi Handa <handa@etl.go.jp>
3521
3522 * international/mule-diag.el (list-character-sets): Make help-echo
3523 string by substitute-command-keys.
3524 (list-character-sets): Likewise.
3525 (sort-listed-character-sets): Call help-setup-xref.
3526
3527 2000-03-02 Gerd Moellmann <gerd@gnu.org>
3528
3529 * time.el (display-time-mail-file): Add `none' to the list of
3530 choices.
3531
3532 2000-03-01 Dave Love <fx@gnu.org>
3533
3534 * help.el (help-xref-go-back): Don't try to set position.
3535
3536 * international/mule-diag.el (list-character-sets): Call
3537 help-setup-xref. Add help-echo to xrefs.
3538 (list-character-sets-1): Add help-echo to xrefs.
3539
3540 2000-03-02 Gerd Moellmann <gerd@gnu.org>
3541
3542 * frame.el (blink-cursor-mode): Switch cursor on when turning
3543 the mode off.
3544
3545 * add-log.el (add-log-current-defun): Add support for
3546 Autoconf mode.
3547
3548 * mail/rmail.el (rmail-quit-hook): New variable.
3549
3550 2000-03-01 Dave Love <fx@gnu.org>
3551
3552 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
3553
3554 * help.el (help-xref-button): Add help-echo arg.
3555 (describe-function-1, describe-variable, help-make-xrefs): Use it.
3556
3557 * faces.el (list-faces-display): Supply help-echo with
3558 help-make-xrefs.
3559
3560 * facemenu.el (list-text-properties-at): Set help-xref-stack to
3561 nil.
3562
3563 2000-03-01 Gerd Moellmann <gerd@gnu.org>
3564
3565 * image.el (defimage): Look for image files in load-path.
3566
3567 * frame.el (busy-cursor-delay-seconds): Change type to
3568 `number'.
3569
3570 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
3571
3572 * recentf.el (recentf): Added version tag to the defgroup of
3573 recentf.
3574
3575 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
3576
3577 * recentf.el (recentf-cleanup): Changed to remove excluded file
3578 too.
3579 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
3580 action to select/unselect a file.
3581 (recentf-edit-list): Code cleanup and improvement.
3582 (recentf-open-more-files-action): `recentf-open-more-files' button
3583 widget action to open a file.
3584 (recentf-open-more-files): No more use standard completion but
3585 widgets.
3586 (recentf-more-collection): Deleted.
3587 (recentf-more-history): Deleted.
3588 (recentf-setup-more-completion): Deleted.
3589
3590 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
3591
3592 * recentf.el (recentf-mode): No more needs that Emacs is running
3593 under a window-system.
3594
3595 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
3596
3597 * recentf.el (recentf-edit-list): New command to edit the recent
3598 list which allow the user to remove files.
3599 (recentf-edit-selected-items): New global variable, used by
3600 `recentf-edit-list' to hold the list of files to be removed from
3601 the recent list.
3602 (recentf-make-menu-items): Updated to display a "Edit list..."
3603 menu item. Minor code cleanup.
3604
3605 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
3606
3607 * recentf.el (recentf-open-more-files): New command to open files
3608 that are not displayed in the menu.
3609 (recentf-more-collection): New global variable holding the set of
3610 permissible completions used by `recentf-open-more-files'.
3611 (recentf-more-history): New global variable holding the history list
3612 used by `recentf-open-more-files' completion.
3613 (recentf-setup-more-completion): New function to setup completion for
3614 `recentf-open-more-files'.
3615 (recentf-make-menu-items): Updated to display a "More..." menu item.
3616
3617 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
3618
3619 * recentf.el (recentf-menu-action): Doc fixed.
3620
3621 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
3622
3623 * recentf.el (recentf-menu-filter): Doc updated.
3624 (recentf-update-menu-hook): Allow menu filters to force menu update.
3625 (recentf-make-menu-items): New menu filter handling.
3626 (recentf-make-menu-item): New helper function.
3627 (recentf-menu-elements): New menu handling function.
3628 (recentf-sort-ascending): Updated to new menu filter handling.
3629 (recentf-sort-descending): Updated to new menu filter handling.
3630 (recentf-sort-basenames-ascending): New menu filter function.
3631 (recentf-sort-basenames-descending): New menu filter function.
3632 (recentf-show-basenames): New menu filter function.
3633 (recentf-show-basenames-ascending): New menu filter function.
3634 (recentf-show-basenames-descending): New menu filter function.
3635
3636 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3637
3638 * diary-lib.el (list-diary-entries): Don't try to go forward at
3639 the end of the buffer.
3640
3641 2000-02-29 Kenichi Handa <handa@etl.go.jp>
3642
3643 * international/mule-diag.el (list-character-sets): Completely
3644 rewritten.
3645 (sort-listed-character-sets): New function.
3646 (list-character-sets-1): Completely rewritten.
3647 (list-character-sets-2): New function.
3648 (non-iso-charset-alist): New variable.
3649 (decode-codepage-char): New function.
3650 (charset-history): New variable.
3651 (read-charset) (list-block-of-chars)
3652 (list-iso-charset-chars)
3653 (list-non-iso-charset-chars)
3654 (list-charset-chars): New functions.
3655 (mule-diag): Call list-character-sets-2, not
3656 list-character-sets-2.
3657 (dump-charsets): Likewise.
3658
3659 2000-02-29 Gerd Moellmann <gerd@gnu.org>
3660
3661 * dired-x.el (dired-filename-at-point): Add `@' to valid
3662 file name characters.
3663 (dired-filename-at-point): Handle ange-ftp file names.
3664
3665 * frame.el (frame-notice-user-settings): Use assq-delete-all
3666 instead of assoc-delete-all.
3667 (frame-notice-user-settings): Ditto.
3668
3669 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
3670 Don't copy alist.
3671
3672 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
3673
3674 * calculator.el (calculator-use-menu): New option.
3675 (calculator-initial-bindings): Changed some bindings to work as
3676 macros.
3677 (calculator-forced-input): Removed.
3678 (calculator-restart-other-mode): New variable.
3679 (calculator-mode-map): Set up menu.
3680
3681 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
3682
3683 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
3684 tags.
3685
3686 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
3687
3688 * viper-cmd.el (viper-envelop-ESC-key): added the option to
3689 translate all ESC key sequences.
3690 (viper-goto-mark-subr): restore markers for files for which
3691 they were saved.
3692 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
3693 * viper-util.el (viper-set-replace-overlay-glyphs,
3694 viper-set-replace-overlay): always check if the replacement
3695 overlay is live.
3696 * viper.el (viper-vi-state-mode-list): added major modes.
3697 * ediff-wind.el: minor comment changes.
3698 * ediff.el: copyright notice date fix.
3699
3700 2000-02-27 Jason Rumney <jasonr@gnu.org>
3701
3702 * faces.el (face-font-family-alternatives): Add arial to helv.
3703 (mode-line, header-line, tool-bar): Same default as x for w32.
3704 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
3705 face-font-family-alternatives from working.
3706 * term/w32-win.el (mouse-set-font): Do not build fontset from
3707 chosen font.
3708
3709 2000-02-25 Sam Steingold <sds@goems.com>
3710
3711 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
3712 properly.
3713
3714 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3715
3716 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
3717
3718 2000-02-25 Gerd Moellmann <gerd@gnu.org>
3719
3720 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
3721 writable.
3722
3723 * frame.el (busy-cursor-delay-seconds): New option.
3724
3725 2000-02-24 Gerd Moellmann <gerd@gnu.org>
3726
3727 * frame.el (show-cursor-in-non-selected-windows): New option.
3728
3729 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3730
3731 * diary-lib.el (include-other-diary-files): Undo the selective
3732 display in any included file and don't kill it.
3733
3734 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
3735
3736 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
3737 bar. Menu items converted to (menu-item format, help strings
3738 added.
3739 [downcase, upcase]: Don't enable on MS-DOS.
3740 [symlink, symlinks]: Don't show if make-symbolic-link is not
3741 bound.
3742 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
3743
3744 2000-02-23 Dave Love <fx@gnu.org>
3745
3746 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
3747 (backward-kill-word): Revert addition of * to interactive spec --
3748 it's a feature.
3749
3750 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
3751 (backward-kill-sentence, kill-sentence): Likewise.
3752
3753 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
3754 scratch buffer name.
3755 (gud-format-command): Use int-to-string in ?l case. Simplify
3756 slightly.
3757
3758 * term/w32-win.el (internal-face-interactive): Update prompt for
3759 new read-face-name.
3760
3761 * mail/footnote.el (footnote): Add :version to defgroup.
3762 (footnote-section-tag-regexp): Customize.
3763 (footnote-start-tag, footnote-end-tag): New option.
3764 (footnote-latin-regexp): New variable.
3765 (Footnote-latin): New function.
3766 (footnote-style-alist): Add element for latin style.
3767 (footnote-style): Moved.
3768 (Footnote-goto-footnote): Use eq to test arg.
3769
3770 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
3771
3772 * emacs-lisp/byte-opt.el: Change old backquote syntax.
3773 (byte-compile-trueconstp): Include keywords.
3774 (byte-optimize-quote, byte-optimize-lapcode): Use
3775 byte-compile-const-symbol-p.
3776 (byte-optimize-char-before): New optimization.
3777
3778 * emacs-lisp/bytecomp.el: Change old backquote syntax.
3779 (byte-compile-const-symbol-p): New function.
3780 (byte-compile-constp, byte-compile-out-toplevel)
3781 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
3782 Use it.
3783
3784 * subr.el (define-key-after): Default AFTER to t. Doc fix.
3785
3786 2000-02-23 Kenichi Handa <handa@etl.go.jp>
3787
3788 * international/encoded-kb.el: Be sure to update minor-mode-alist
3789 and minor-mode-map-alist.
3790 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
3791 codes SS2 and SS3 correctly.
3792 (encoded-kbd-self-insert-ccl): New function.
3793 (encoded-kbd-setup-keymap): New function.
3794 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
3795 by calling encoded-kbd-setup-keymap.
3796
3797 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
3798 characters.
3799 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
3800 locally.
3801
3802 2000-02-22 Dave Love <fx@gnu.org>
3803
3804 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
3805 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
3806 defvar.
3807 (lisp-mode-syntax-table): Set up for #|...|# comments.
3808 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
3809 classes. Match `defface'.
3810 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
3811 (eval-defun-1): Fix for defcustom.
3812 (lisp-indent-region): Doc fix.
3813
3814 * subr.el (when, unless, split-string): Doc fix.
3815 (read-passwd): Move call of clear-this-command-keys to the right
3816 place.
3817 (replace-regexps-in-string): New function.
3818
3819 2000-02-22 Gerd Moellmann <gerd@gnu.org>
3820
3821 * help.el (describe-variable): Set syntax table to
3822 emacs-lisp-mode-syntax-table when moving forward over the
3823 symbol's name.
3824
3825 2000-02-22 Dave Love <fx@gnu.org>
3826
3827 * xt-mouse.el: Doc fixes.
3828 (xterm-mouse-position-function): New function, replacing advice of
3829 mouse-position.
3830 (xterm-mouse-mode): Use it. Don't turn on under a window system.
3831
3832 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
3833
3834 2000-02-21 Gerd Moellmann <gerd@gnu.org>
3835
3836 * format.el (format-annotate-single-property-change): Handle
3837 properties.with dotted-list values.
3838 (format-proper-list-p): New function.
3839
3840 * enriched.el (enriched-face-ans): Handle '(foreground-color
3841 . COLOR) and (background-color . COLOR).
3842
3843 2000-02-20 Dave Love <fx@gnu.org>
3844
3845 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
3846 and assignments to it.
3847 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
3848 current local map.
3849 (make-flyspell-overlay): Use it.
3850 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
3851
3852 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
3853 (lm-get-header-re): Defun, not defsubst.
3854 (lm-get-package-name): Defun, not defsubst. Simplify.
3855 (lm-version): Doc fix. Simplify.
3856 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
3857 (lm-crack-address, lm-last-modified-date, lm-commentary)
3858 (lm-verify, lm-synopsis): Simplify.
3859 (lm-report-bug): Require emacsbug. Use compose-mail.
3860
3861 2000-02-20 Gerd Moellmann <gerd@gnu.org>
3862
3863 * dired.el (dired-mode): Call propertized-buffer-identification
3864 to set mode-line-buffer-identification to something having
3865 the right text properties.
3866
3867 * bindings.el (propertized-buffer-identification): New function.
3868
3869 2000-02-20 Dave Love <fx@gnu.org>
3870
3871 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
3872 check for t-mouse too.
3873
3874 * cus-start.el: Make echo-keystrokes `number'.
3875
3876 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
3877
3878 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
3879 Don't call ring-empty-p unless tags-location-ring is bound.
3880 From Noah Friedman <friedman@splode.com>.
3881
3882 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
3883
3884 * progmodes/hideshow.el (hs-flag-region): No longer use
3885 `intangible' overlay property.
3886
3887 (hs-toggle-hiding): New command.
3888 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
3889
3890 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
3891 Fix omission bug: Run `hs-minor-mode-hook' for both activation
3892 and deactivation.
3893
3894 2000-02-18 Gerd Moellmann <gerd@gnu.org>
3895
3896 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
3897
3898 2000-02-17 Gerd Moellmann <gerd@gnu.org>
3899
3900 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
3901
3902 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
3903 of `*' to handle `(* ... *)' comments.
3904
3905 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
3906
3907 * faces.el (list-faces-display): Use display-mouse-p instead of
3908 window-system.
3909
3910 * menu-bar.el (global-map): Menu-bar items converted to the new
3911 format (menu-item..., rearranged for better CUA compliance, and
3912 their names changed for better clarity. Help strings added.
3913
3914 * international/mule-cmds.el (mule-menu-keymap)
3915 (describe-language-environment-map, set-coding-system-map)
3916 (setup-language-environment-map): Convert to new (menu-item...
3917 form, add help strings. Change names of menu items for better
3918 clarity. "Mule" menu-bar item removed (it's now in the "Options"
3919 submenu).
3920
3921 2000-02-17 Gerd Moellmann <gerd@gnu.org>
3922
3923 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
3924 within the code.
3925
3926 2000-02-16 Dave Love <fx@gnu.org>
3927
3928 * faces.el: Don't require custom. Add more specific :groups to
3929 various deffaces.
3930 (set-face-attribute): Purecopy args.
3931 (read-face-name): Default to name at point and use it in prompt.
3932 Remove colon from arg in all callers.
3933 (list-faces-display): Hyperlink to face descriptions and customize
3934 buffers.
3935
3936 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
3937
3938 * wid-edit.el (widget-match-inline): An atom never matches a
3939 list.
3940
3941 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3942
3943 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3944 at ':' characters by call to split-string.
3945
3946 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3947
3948 * textmodes/bibtex.el: Added RCS version identification.
3949
3950 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3951
3952 * textmodes/bibtex.el: Some temporary comments removed.
3953 (bibtex-field-name, bibtex-entry-type): Made the relationship
3954 explicit.
3955 (bibtex-field-const): Allow capital letters.
3956 (bibtex-start-of-string): Deleted because unused.
3957
3958 * textmodes/bibtex.el: Unified some nomenclature. We no longer
3959 use the term 'reference' to describe a bibtex entry as a whole.
3960 Further, reference keys are no longer called 'labels'.
3961 (bibtex-keys): Renamed to bibtex-reference-keys.
3962 (bibtex-reformat-previous-labels): Renamed to
3963 bibtex-reformat-previous-reference-keys.
3964 (bibtex-reference-type): Renamed to bibtex-entry-type.
3965 (bibtex-reference-head): Renamed to bibtex-entry-head.
3966 (bibtex-reference-maybe-empty-head): Renamed to
3967 bibtex-entry-maybe-empty-head.
3968 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3969 (bibtex-search-reference): Renamed to bibtex-search-entry.
3970 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3971 bibtex-enclosing-entry-maybe-empty-head.
3972 (bibtex-entry-field-alist, bibtex-entry-head,
3973 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3974 bibtex-map-entries, bibtex-search-entry,
3975 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3976 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3977 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3978 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3979 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3980 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3981 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3982
3983 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3984
3985 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3986 comment.
3987 (bibtex-format-field-delimiters): New function, functionality
3988 extracted from bibtex-format-entry.
3989 (bibtex-autokey-get-yearfield-digits): New function, functionality
3990 extracted from bibtex-autokey-get-yearfield.
3991
3992 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3993 entries in order to avoid stack overflow in the regexp matcher if
3994 field contents become large.
3995 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3996 bibtex-field-string-part-not-braced,
3997 bibtex-field-string-part-no-inner-braces,
3998 bibtex-field-string-part-1-inner-brace,
3999 bibtex-field-string-part-2-inner-braces,
4000 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
4001 bibtex-field-string-quoted, bibtex-field-string,
4002 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
4003 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
4004 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
4005 as parsing is now performed by the following functions.
4006 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
4007 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
4008 bibtex-parse-field-string, bibtex-search-forward-field-string,
4009 bibtex-parse-association, bibtex-field-name-for-parsing,
4010 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
4011 bibtex-search-forward-field, bibtex-search-backward-field,
4012 bibtex-start-of-field, bibtex-end-of-field,
4013 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
4014 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
4015 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
4016 bibtex-parse-string, bibtex-search-forward-string,
4017 bibtex-search-backward-string, bibtex-start-of-string,
4018 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
4019 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
4020 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
4021 entries. Instead of reporting the results of the parsing by
4022 match-beginning or match-end, these functions return data structures
4023 that hold the corresponding positions.
4024 (bibtex-enclosing-field): Changed to also report field boundaries by
4025 return values rather than by match-beginning or match-end. The
4026 following functions have been adapted to use the new parsing
4027 functions.
4028 (bibtex-skip-to-valid-entry, bibtex-search-reference,
4029 bibtex-enclosing-field, bibtex-format-entry,
4030 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
4031 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
4032 bibtex-print-help-message, bibtex-end-of-entry,
4033 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
4034 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
4035 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
4036 method for parsing.
4037 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
4038 bibtex-map-entries, bibtex-flash-head,
4039 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
4040 bibtex-autokey-change, bibtex-autokey-get-namefield,
4041 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
4042 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
4043 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
4044 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
4045 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
4046 order to make the new binding of case-fold-search immediately
4047 visible.
4048
4049 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
4050
4051 * textmodes/bibtex.el: Copyright notice is up to date.
4052 Added constant 'bibtex-maintainer-salutation.
4053
4054 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
4055 than make-temp-name, use match-string-no-properties and eliminate
4056 a quadratic behavior when building bibtex-strings.
4057
4058 * bibtex.el (bibtex-reference-key): Accept string entries whose
4059 reference key contains upper case letters.
4060
4061 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
4062
4063 * bibtex.el (bibtex-reference-head): Allow entries to start with
4064 a new line.
4065
4066 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
4067
4068 * bibtex.el: Hiding of entry bodies is not longer provided by
4069 bibtex.el directly. Instead the hideshow package can be used.
4070 Added a special bibtex entry to hs-special-modes-alist.
4071 (bibtex-hs-forward-sexp): Added for hideshow.el.
4072
4073 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
4074
4075 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
4076 at ':' characters by call to split-string.
4077
4078 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
4079
4080 * textmodes/bibtex.el: Added RCS version identification.
4081
4082 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
4083
4084 * textmodes/bibtex.el: Some temporary comments removed.
4085 (bibtex-field-name, bibtex-entry-type): Made the relationship
4086 explicit.
4087 (bibtex-field-const): Allow capital letters.
4088 (bibtex-start-of-string): Deleted because unused.
4089
4090 * textmodes/bibtex.el: Unified some nomenclature. We no longer
4091 use the term 'reference' to describe a bibtex entry as a whole.
4092 Further, reference keys are no longer called 'labels'.
4093 (bibtex-keys): Renamed to bibtex-reference-keys.
4094 (bibtex-reformat-previous-labels): Renamed to
4095 bibtex-reformat-previous-reference-keys.
4096 (bibtex-reference-type): Renamed to bibtex-entry-type.
4097 (bibtex-reference-head): Renamed to bibtex-entry-head.
4098 (bibtex-reference-maybe-empty-head): Renamed to
4099 bibtex-entry-maybe-empty-head.
4100 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
4101 (bibtex-search-reference): Renamed to bibtex-search-entry.
4102 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
4103 bibtex-enclosing-entry-maybe-empty-head.
4104 (bibtex-entry-field-alist, bibtex-entry-head,
4105 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
4106 bibtex-map-entries, bibtex-search-entry,
4107 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
4108 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
4109 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
4110 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
4111 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
4112 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
4113 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
4114
4115 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
4116
4117 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
4118 comment.
4119 (bibtex-format-field-delimiters): New function, functionality
4120 extracted from bibtex-format-entry.
4121 (bibtex-autokey-get-yearfield-digits): New function, functionality
4122 extracted from bibtex-autokey-get-yearfield.
4123
4124 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
4125 entries in order to avoid stack overflow in the regexp matcher if
4126 field contents become large.
4127 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
4128 bibtex-field-string-part-not-braced,
4129 bibtex-field-string-part-no-inner-braces,
4130 bibtex-field-string-part-1-inner-brace,
4131 bibtex-field-string-part-2-inner-braces,
4132 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
4133 bibtex-field-string-quoted, bibtex-field-string,
4134 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
4135 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
4136 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
4137 as parsing is now performed by the following functions.
4138 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
4139 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
4140 bibtex-parse-field-string, bibtex-search-forward-field-string,
4141 bibtex-parse-association, bibtex-field-name-for-parsing,
4142 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
4143 bibtex-search-forward-field, bibtex-search-backward-field,
4144 bibtex-start-of-field, bibtex-end-of-field,
4145 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
4146 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
4147 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
4148 bibtex-parse-string, bibtex-search-forward-string,
4149 bibtex-search-backward-string, bibtex-start-of-string,
4150 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
4151 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
4152 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
4153 entries. Instead of reporting the results of the parsing by
4154 match-beginning or match-end, these functions return data structures
4155 that hold the corresponding positions.
4156 (bibtex-enclosing-field): Changed to also report field boundaries by
4157 return values rather than by match-beginning or match-end. The
4158 following functions have been adapted to use the new parsing
4159 functions.
4160 (bibtex-skip-to-valid-entry, bibtex-search-reference,
4161 bibtex-enclosing-field, bibtex-format-entry,
4162 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
4163 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
4164 bibtex-print-help-message, bibtex-end-of-entry,
4165 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
4166 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
4167 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
4168 method for parsing.
4169 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
4170 bibtex-map-entries, bibtex-flash-head,
4171 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
4172 bibtex-autokey-change, bibtex-autokey-get-namefield,
4173 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
4174 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
4175 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
4176 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
4177 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
4178 order to make the new binding of case-fold-search immediately
4179 visible.
4180
4181 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
4182
4183 * textmodes/bibtex.el: Copyright notice is up to date.
4184 Added constant 'bibtex-maintainer-salutation.
4185
4186 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
4187 than make-temp-name, use match-string-no-properties and eliminate
4188 a quadratic behavior when building bibtex-strings.
4189
4190 * bibtex.el (bibtex-reference-key): Accept string entries whose
4191 reference key contains upper case letters.
4192
4193 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
4194
4195 * bibtex.el (bibtex-reference-head): Allow entries to start with
4196 a new line.
4197
4198 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
4199
4200 * bibtex.el: Hiding of entry bodies is not longer provided by
4201 bibtex.el directly. Instead the hideshow package can be used.
4202 Added a special bibtex entry to hs-special-modes-alist.
4203 (bibtex-hs-forward-sexp): Added for hideshow.el.
4204
4205 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
4206
4207 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
4208 proceedings entry type (for cross referencing). Thanks to Wagner
4209 Toledo Correa for the suggestion.
4210
4211 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
4212
4213 2000-02-14 Kenichi Handa <handa@etl.go.jp>
4214
4215 * international/characters.el: Setup case table for Vietnamese.
4216
4217 2000-02-12 Gerd Moellmann <gerd@gnu.org>
4218
4219 * uniquify.el (toplevel): Require CL at compile time.
4220 (uniquify-push): Removed.
4221
4222 * shadowfile.el (shadow-when): Removed.
4223
4224 * tempo.el (tempo-dolist, tempo-mapc): Removed.
4225 (tempo-process-and-insert-string): Use dolist instead of
4226 tempo-dolist.
4227
4228 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
4229 regexp for paragraph-start.
4230
4231 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
4232 commas as well.
4233
4234 2000-02-10 Dave Love <fx@gnu.org>
4235
4236 * wid-edit.el: (widgets) [defgroup]: Remove url link.
4237 (widget-color-choice-list, widget-color-history, widget-mouse-help):
4238 Deleted.
4239 (widget-specify-field, widget-specify-button): Don't use
4240 widget-mouse-help as help-echo property.
4241 (default): Use #'ignore for :validate and :mouse-down-action.
4242 (checkbox): Add help-echo.
4243 (widget-sexp-validate): Rewritten to clarify error messages.
4244 (character): Use char-valid-p in :match function.
4245 (widget-color-complete): Use facemenu-color-alist.
4246 (widget-color-action): Use facemenu-read-color.
4247
4248 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
4249 set up `caar' &c that we now have.
4250
4251 2000-02-09 Ray Blaak <blaak@gnu.org>
4252
4253 * delphi.el: Make resourcestring a declaration region, like const
4254 and var.
4255
4256 2000-02-09 Dave Love <fx@gnu.org>
4257
4258 * bindings.el (mode-line-input-method-map): New variable.
4259 (mode-line-mule-info): Use it; fix last change.
4260 (mode-line-mode-menu): Move definition.
4261 (mode-line-mouse-sensitive-p): Deleted.
4262 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
4263 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
4264 level.
4265
4266 * startup.el (command-line-1): Don't call
4267 make-mode-line-mouse-sensitive.
4268
4269 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
4270
4271 * mail/rmail.el (rmail-retry-failure): Use
4272 rmail-beginning-of-message before rmail-toggle-header, because the
4273 former toggles headers.
4274
4275 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
4276
4277 * diff-mode.el (diff-kill-junk): New interactive function.
4278 (diff-reverse-direction): Use delete-and-extract-region.
4279 (diff-post-command-hook): Restrict the area so that the hook also works
4280 outside of any diff hunk. This is necessary for the minor-mode.
4281 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
4282 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
4283
4284 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
4285 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
4286 so that it can be used more easily in <foo>-mode-hook. Also make sure
4287 to avoid duplicate entries.
4288 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
4289 (font-lock-remove-keywords): Just as was done for `add', allow it to
4290 work even if font-lock-mode is nil. Also make sure we don't modify
4291 any pre-existing list by forcing a copy-sequence. Finally rename
4292 `major-mode' to `mode'.
4293 (font-lock-fontify-syntactic-anchored-keywords)
4294 (font-lock-fontify-anchored-keywords)
4295 (font-lock-fontify-keywords-region): Use line-end-position.
4296 Don't make `font-lock-multiline' local (it's now done in
4297 font-lock-set-defaults).
4298 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
4299 move the `font-lock-fontified' creation to inside the `unless'.
4300
4301 2000-02-06 Andrew Innes <andrewi@gnu.org>
4302
4303 * term/w32-win.el (x-handle-args): Comment out call to message,
4304 which occurs before window system is initialized.
4305
4306 * makefile.nt: Add support for recompiling lisp code.
4307
4308 2000-02-04 Dave Love <fx@gnu.org>
4309
4310 * bindings.el (mode-line-mule-info): Fix/extend last change.
4311
4312 * completion.el: Replace completion-dolist with dolist.
4313
4314 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
4315 dotimes.
4316
4317 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
4318
4319 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
4320 environment names before they go into the section regexp.
4321
4322 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
4323 char class in regexp.
4324
4325 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
4326 `case-fold-search' to nil.
4327
4328 * progmodes/idlwave.el (idlwave-template): Respect
4329 `idlwave-abbrev-change-case'.
4330 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
4331 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
4332 idlwave-while): respect `idlwave-reserved-word-upcase'.
4333 (idlwave-rw-case): New function.
4334 (idlwave-statement-match): Fixed problem with assignment regexp.
4335 (idlwave-font-lock-keywords): Improved regexp for keyword
4336 parameters.
4337 (idlwave-surround): New argument LENGTH to support padding of
4338 operators longer than 1 char.
4339
4340 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
4341 idlwave-shell-expression-overlay. Implemented printing of
4342 expressions on higher levels of the calling stack.
4343 (idlwave-shell-display-level-in-calling-stack): Restore stack
4344 level.
4345 (idlwave-retrieve-expression-from-level): New function.
4346 (idlwave-shell-last-calling-stack): Variable removed.
4347 (idlwave-shell-reset): Argument action reversed (`visible' to
4348 `hidden'). Also remove stop-line overlay.
4349 (idlwave-shell-calling-stack-routine): New variable.
4350 (idlwave-shell-parse-stack-and-display): Messages now display
4351 negative level numbers.
4352 (idlwave-shell-mode): Set `modeline-format'.
4353 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
4354 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
4355 21.
4356 (idlwave-shell-print-expression-function): New option.
4357
4358 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
4359 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
4360 `tool-bar' instead of `toolbar'.
4361
4362 2000-02-02 Dave Love <fx@gnu.org>
4363
4364 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
4365 emacs-lisp-mode-hook. Don't check for defalias being defined.
4366
4367 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4368 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
4369 the new builtins directly.
4370
4371 * whitespace.el (whitespace): Add :version to defgroup.
4372
4373 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
4374 Doc fix.
4375
4376 * thingatpt.el (sexp-at-point, symbol-at-point)
4377 (number-at-point, list-at-point): Add autoload cookie.
4378
4379 * recentf.el (recentf): Add :version to defgroup.
4380
4381 * quickurl.el (quickurl): Add :version to defgroup.
4382
4383 * elide-head.el (elide-head): Use point-marker more.
4384
4385 * bs.el (bs): Add :version to defgroup.
4386
4387 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
4388
4389 * progmodes/delphi.el (delphi): Add :version to defgroup.
4390
4391 2000-02-02 Gerd Moellmann <gerd@gnu.org>
4392
4393 * ange-ftp.el (ange-ftp-write-region): Handle case that
4394 succeeding process operation sets a different coding system.
4395
4396 * calculator.el: New file.
4397
4398 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4399
4400 * frame.el (frames-on-display-list, framep-on-display): New
4401 functions.
4402 (display-mouse-p, display-popup-menus-p, display-graphic-p)
4403 (display-selections-p, display-screens, display-pixel-width)
4404 (display-pixel-height, display-mm-width, display-mm-height)
4405 (display-backing-store, display-save-under, display-planes)
4406 (display-color-cells, display-visual-class): New functions.
4407
4408 * term/tty-colors.el (tty-color-gray-shades): New function.
4409
4410 * faces.el (display-color-p): Use framep-on-display.
4411 (display-grayscale-p): New function.
4412
4413 2000-01-31 Dave Love <fx@gnu.org>
4414
4415 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
4416 (create-fontset-from-x-resource): Don't concat integers.
4417
4418 2000-01-31 Inge Frick <inge@nada.kth.se>
4419
4420 * view.el: Some changes in documentation. Removed some trailing
4421 whitespace. Changed some parameter names to agree with
4422 documentation.
4423 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
4424 window is not deleted. Modifies change 1998-04-26.
4425
4426 2000-01-31 Gerd Moellmann <gerd@gnu.org>
4427
4428 * windmove.el: New file.
4429
4430 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
4431 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
4432 progmodes/ebnf-yac.el: Update copyright and license info.
4433
4434 * jit-lock.el (jit-lock-function): Widen before calculating end
4435 position.
4436 (jit-lock-stealth-chunk-start): Rewritten.
4437
4438 * info.el (Info-title-face-alist): Removed.
4439 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
4440 faces.
4441 (Info-fontify-node): Use these faces.
4442
4443 2000-01-30 Gerd Moellmann <gerd@gnu.org>
4444
4445 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
4446 (cl-macro-list1): Recognize `&allow-other-keys' instead of
4447 `&allow-other-keywords'.
4448
4449 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
4450 the list of directories scanned heuristically.
4451
4452 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
4453 exist.
4454
4455 2000-01-30 Jason Rumney <jasonr@gnu.org>
4456
4457 * w32-fns.el: Define w32-tty-standard-colors.
4458
4459 * startup.el (command-line): Use w32-tty-standard-colors when in
4460 w32 console mode.
4461
4462 2000-01-30 Dave Love <fx@gnu.org>
4463
4464 * jka-compr.el (jka-compr-load): Fix up load-history.
4465
4466 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
4467
4468 * emacs-lisp/cl-macs.el: Revert previous change.
4469
4470 2000-01-29 Dave Love <fx@gnu.org>
4471
4472 * facemenu.el: Purecopy various strings.
4473
4474 * timezone.el (timezone-fix-time): Window against 69 for two-digit
4475 years. Deal with three-digit years.
4476
4477 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
4478 defconst, purecopy.
4479 (help-back-label): Purecopy it.
4480
4481 2000-01-18 Gerd Moellmann <gerd@gnu.org>
4482
4483 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
4484 variable. If non-nil, order the buffer list according to the
4485 currently selected frame.
4486 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
4487 non-nil, pass the selected frame to function buffer-list.
4488
4489 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4490
4491 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
4492
4493 2000-01-28 Dave Love <fx@gnu.org>
4494
4495 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
4496
4497 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
4498 Don't use lisp-indent-hook property.
4499 (cl-abs): Remove.
4500
4501 * subr.el: Move out indent and edebug specs for when and unless.
4502
4503 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
4504 when, unless.
4505
4506 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
4507 unless, when.
4508
4509 2000-01-28 Gerd Moellmann <gerd@gnu.org>
4510
4511 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
4512 `collecting' as synonym for `collect'.
4513
4514 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
4515 for the case it contains spaces.
4516
4517 * simple.el (what-cursor-position): Change formatting of
4518 messages.
4519
4520 * frame.el (delete-other-frames): New function.
4521 (toplevel): Bind it to C-x 5 1.
4522
4523 * sort.el (sort-numeric-base): New option.
4524 (sort-numeric-fields): If number starts with `0' or `0[xX[',
4525 interpret it as octal or hexadecimal. Use sort-numeric-base
4526 as default base.
4527
4528 * progmodes/glasses.el: New file.
4529
4530 2000-01-27 Gerd Moellmann <gerd@gnu.org>
4531
4532 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
4533 userids differently.
4534
4535 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
4536 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
4537 progmodes/ebnf-yac.el: New files.
4538
4539 2000-01-26 Dave Love <fx@gnu.org>
4540
4541 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
4542 on a function with an empty body. [From Eric Ludlam.]
4543
4544 2000-01-25 Andre Spiegel <spiegel@gnu.org>
4545
4546 * vc.el (vc-version-diff): Make sure file name is expanded.
4547
4548 2000-01-25 Gerd Moellmann <gerd@gnu.org>
4549
4550 * scroll-bar.el (scroll-bar-timer): Variable removed.
4551 (scroll-bar-toolkit-scroll): Don't use a timer.
4552
4553 2000-01-25 Kenichi Handa <handa@etl.go.jp>
4554
4555 * language/thai-util.el (thai-composition-function): Delete
4556 superfluous `a'.
4557
4558 2000-01-24 Dave Love <fx@gnu.org>
4559
4560 * fortran.el (fortran-mode): Use beginning-of-defun-function,
4561 end-of-defun-function.
4562
4563 * font-lock.el (turn-on-font-lock): Don't depend on window-system
4564 &c.
4565
4566 2000-01-22 Jason Rumney <jasonr@gnu.org>
4567
4568 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
4569 conflicts with new face support.
4570
4571 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4572
4573 * replace.el (query-replace): Rename last arg to DELIMITED.
4574 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
4575 (query-replace-regexp): Likewise.
4576
4577 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4578
4579 * subr.el (with-syntax-table): Use make-symbol, not gensym.
4580
4581 * emacs-lisp/lisp.el (beginning-of-defun-function):
4582 Variable renamed from beginning-of-defun.
4583 Do not call make-variable-buffer-local.
4584 (beginning-of-defun-raw): Use new variable name; doc fix.
4585 (beginning-of-defun): Doc fix.
4586 (end-of-defun-function): Variable renamed from end-of-defun.
4587 Do not call make-variable-buffer-local.
4588 (end-of-defun): Use new variable name; doc fix.
4589
4590 * subr.el (dolist, dotimes): Copied from cl-macs.el
4591 and made to work.
4592
4593 * mail/undigest.el (rmail-digest-end-regexps):
4594 Variable replaces rmail-digest-end-regexp.
4595 Allows multiple regexps for detecting the end line.
4596 (undigestify-rmail-message): Corresponding changes.
4597
4598 2000-01-19 Dave Love <fx@gnu.org>
4599
4600 * files.el (user-init-file): Don't declare here -- is primitive.
4601
4602 * startup.el (command-line): Check for compiled user-init-file and
4603 set to uncompiled version if necessary.
4604
4605 2000-01-18 Gerd Moellmann <gerd@gnu.org>
4606
4607 * mail/undigest.el (rmail-digest-end-regexp): New user option.
4608 (undigestify-rmail-message): Use it.
4609
4610 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
4611
4612 2000-01-17 Gerd Moellmann <gerd@gnu.org>
4613
4614 * tmm.el (tmm-goto-completions): Adapt to prompt being part
4615 of mini-buffer.
4616
4617 2000-01-14 Gerd Moellmann <gerd@gnu.org>
4618
4619 * emacs-lisp/copyright.el (copyright-update): Removed the
4620 requirement for a trailing space from `copyright-regexp', to
4621 support copyrights with owner specified on a separate line..
4622
4623 * align.el: New file.
4624
4625 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
4626
4627 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
4628
4629 2000-01-13 Dave Love <fx@gnu.org>
4630
4631 * ph.el: Removed. (Obsoleted by EUDC.)
4632
4633 2000-01-13 Gerd Moellmann <gerd@gnu.org>
4634
4635 * net/eudc.el (toplevel): Remove autoloaded code installing
4636 menu with easymenu, because that causes build problems.
4637
4638 * frame.el (frame-notice-user-settings): New variable.
4639 (frame-notice-user-settings): Don't modify frame parameters
4640 if called a second time.
4641
4642 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4643
4644 * frame.el (frame-notice-user-settings):
4645 Notice default-frame-parameters even for non-window frames.
4646
4647 2000-01-13 Gerd Moellmann <gerd@gnu.org>
4648
4649 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
4650 for Emacs.
4651 (eudc-bob-can-display-inline-images): Extend for Emacs.
4652 (eudc-bob-toggle-inline-display): Ditto.
4653 (eudc-bob-display-jpeg): Ditto.
4654
4655 2000-01-12 Gerd Moellmann <gerd@gnu.org>
4656
4657 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4658 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
4659 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
4660
4661 * add-log.el (add-change-log-entry): Fix error trying an `(insert
4662 nil)'.
4663
4664 * subdirs.el: Add `net' directory.
4665
4666 * net: New directory.
4667
4668 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
4669 eval-last-sexp. Don't bind debug-on-error here.
4670 (eval-last-sexp): New function. Bind debug-on-error if
4671 eval-expression-debug-on-error is non-nil.
4672 (eval-defun-2, eval-defun): Likewise.
4673
4674 * simple.el (eval-expression): Don't bind debug-on-error if
4675 eval-expression-debug-on-error is nil. Detect changed
4676 debug-on-error, and propagate new value to global binding, if
4677 eval-expression-debug-on-error is non-nil,
4678 (eval-expression-debug-on-error): Change doc string.
4679
4680 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4681
4682 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
4683
4684 * emacs-lisp/lisp-mode.el (with-syntax-table):
4685 Set up lisp-indent-function property.
4686
4687 * subr.el (with-syntax-table): Moved from simple.el.
4688
4689 * simple.el (with-syntax-table): Moved to subr.el.
4690
4691 2000-01-11 Gerd Moellmann <gerd@gnu.org>
4692
4693 * tmm.el (tmm-shortcut): Delete region after prompt instead
4694 of erasing buffer.
4695
4696 * textmodes/fill.el (fill-common-string-prefix): New function.
4697 (fill-context-prefix): Use the longest common prefix of first
4698 and second line fill prefix, if there is one.
4699
4700 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4701
4702 * array.el (array-mode): Don't use make-variable-buffer-local.
4703 Use make-local-variable for `truncate-lines'.
4704
4705 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
4706
4707 * add-log.el (add-log-current-defun): Handle user-defined
4708 add-log-current-function returning nil,
4709
4710 * add-log.el (add-change-log-entry): Insert version number
4711 if having found a current function
4712
4713 * add-log.el (add-log-current-defun): Call
4714 `add-log-current-defun-function'. Try matches at level 0 and
4715 level 1. Strip whitespace from defun found.
4716
4717 2000-01-10 John Wiegley <johnw@gnu.org>
4718
4719 * allout.el (isearch-done/outline-provisions): Added `edit'
4720 argument to correspond with the current definition of
4721 `isearch-done'.
4722
4723 2000-01-10 Dave Love <fx@gnu.org>
4724
4725 * elide-head.el (elide-head): Use point-marker, not point.
4726
4727 2000-01-10 Gerd Moellmann <gerd@gnu.org>
4728
4729 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
4730 before and after the year 2000.
4731
4732 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
4733 Add ispell- prefix.
4734
4735 2000-01-10 Ken Stevens <k.stevens@ieee.org>
4736
4737 * ispell.el: Only define dictionaries in menus when they exist.
4738 (version18p): New variable.
4739 (version20p): New variable.
4740 (xemacsp): New variable.
4741 (ispell-choices-win-default-height): Fix for XEmacs visibility.
4742 (ispell-dictionary-alist1): Added Brasileiro dictionary.
4743 (ispell-dictionary-alist6): Russian command lines no longer accept
4744 run-together words.
4745 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
4746 (ispell-dictionary-alist): Add koi8-r to customize definition.
4747 (check-ispell-version): Added documentation string. Returns
4748 library path when called non-interactively.
4749 (ispell-menu-map-needed): Uses new variables.
4750 (ispell-library-path): New variable.
4751 (ispell-decode-string): XEmacs fix for bogus variable bindings.
4752 (ispell-word): Improved documentation string. Test for valid
4753 character mappings. Correctly check typed in word changes that can
4754 result in single words split into multiple words. Returns
4755 replacement word.
4756 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
4757 replace in recursive query replace mode. Help message for
4758 recursive edit mode.
4759 (ispell-show-choices): Protect against bad framepop bindings.
4760 (ispell-help): Fix to work with XEmacs.
4761 (ispell-highlight-spelling-error): Use new variables.
4762 (ispell-overlay-window): Fix to work with XEmacs.
4763 (ispell-parse-output): Passed and returns location information
4764 tracking spelling corrections. Doesn't recheck same word on
4765 current line.
4766 (ispell-init-process): Protect against bogus XEmacs variable binding.
4767 Fix call to single argument in sleep-for. Use new variables.
4768 (ispell-region): Passed and returns location information tracking
4769 spelling corrections. Doesn't check same word on current line.
4770 Improved documentation string. Doesn't resend a line already
4771 checked to the ispell process - fixes bug in LaTeX parsing.
4772 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
4773 (ispell-skip-region): No longer skips <TT> in SGML.
4774 (ispell-process-line): Tracks location information with spelling
4775 corrections. Added documentation string. Accounts for words
4776 already accepted on this line. Don't allow query-replace on line
4777 starting with math characters. Doesn't resend a line already sent
4778 to ispell process. Fixes alignment error bug.
4779
4780 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4781
4782 * dired-x.el (dired-guess-shell-alist-default):
4783 Suggest xloadimage, which is free, not xv, which isn't.
4784
4785 * ange-ftp.el (ange-ftp-file-name-nondirectory):
4786 Don't ever include the host name or user name in the value.
4787
4788 2000-01-09 Gerd Moellmann <gerd@gnu.org>
4789
4790 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
4791 of a real newline.
4792
4793 2000-01-09 Stephen Eglen <stephen@gnu.org>
4794
4795 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
4796 for .png files.
4797
4798 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
4799
4800 * cus-edit.el (custom-hook-convert-widget): Fix comment.
4801
4802 2000-01-09 Gerd Moellmann <gerd@gnu.org>
4803
4804 * progmodes/cperl-mode.el: Replace ^F with ^L.
4805
4806 * sendmail.el (toplevel): Provide `sendmail' when compiling
4807 before `require'ing rmail and mailalias to prevent infinite
4808 recursion.
4809
4810 2000-01-08 Dave Love <fx@gnu.org>
4811
4812 * emacs-lisp/backquote.el: Remove inappropriate customization
4813 (allowing custom.el to use backquote).
4814
4815 2000-01-07 Dave Love <fx@gnu.org>
4816
4817 * add-log.el (add-log-debugging): Deleted.
4818 (add-change-log-entry): Treat a backup FILE-NAME as its parent
4819 file. Remove debugging code.
4820 (change-log-get-method-definition, change-log-name): Add doc.
4821 (change-log-sortable-date-at): New function.
4822 (change-log-merge): New command.
4823
4824 * time.el (display-time-string-forms): Make the Mail string active.
4825 (display-time-update): Provide help-echo for load average.
4826
4827 * bindings.el (make-mode-line-mouse2-map): New function.
4828 (mode-line-modified): Use it and simplify.
4829 (mode-line-mule-info): Provide help-echo info.
4830 (minor-mode-alist): Activate the strings.
4831 (make-mode-line-mouse-sensitive): Simplify for
4832 mode-line-buffer-identification.
4833
4834 2000-01-07 Gerd Moellmann <gerd@gnu.org>
4835
4836 * play/pong.el: New file.
4837
4838 2000-01-06 Dave Love <fx@gnu.org>
4839
4840 * array.el: Assorted cleanups for compiler warnings, doc strings,
4841 `array-' prefix for symbols.
4842
4843 2000-01-05 Dave Love <fx@gnu.org>
4844
4845 * textmodes/outline.el (outline-mode-menu-bar-map): Add
4846 outline-headers-as-kill.
4847 (outline-mode): Define imenu-generic-expression.
4848 (outline-headers-as-kill): New command.
4849
4850 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
4851 from paragraph-start.
4852 (paragraph-indent-minor-mode): New command.
4853
4854 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
4855 M-C-e, M-C-h, C-j, C-xnd, TAB.
4856 (fortran-mode): Set beginning-of-defun, end-of-defun.
4857 (fortran-column-ruler): Simplify.
4858 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
4859 (fortran-with-subprogram-narrowing): Likewise.
4860 (fortran-indent-subprogram): Call mark-defun.
4861 (fortran-check-for-matching-do): Change narrowing.
4862
4863 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
4864 (cl-lucid-hash-tag): Delete.
4865 (cl-hash-table-p): Correct test for native table.
4866 (cl-hash-table-count): Use hash-table-count.
4867
4868 * browse-url.el (browse-url): Fix case of
4869 browse-url-browser-function being an alist.
4870
4871 2000-01-05 Carsten Dominik <cd@gnu.org>
4872
4873 * textmodes/reftex-vars.el (reftex-parse-file-extension)
4874 (reftex-index-phrase-file-extension): New options.
4875
4876 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
4877 Use new option `reftex-index-phrase-file-extension'.
4878
4879 * textmodes/reftex.el (reftex-access-parse-file): Use new option
4880 `reftex-parse-file-extension'.
4881
4882 2000-01-05 Dave Love <fx@gnu.org>
4883
4884 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
4885 (beginning-of-defun-raw): Use it.
4886 (end-of-defun): New variable.
4887 (end-of-defun): Use it.
4888 (check-parens): New command.
4889
4890 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
4891
4892 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
4893 (hs-show-block): Don't use `mapcar' when not accumulating.
4894
4895 Fix buglet in local variables initialization.
4896
4897 2000-01-05 Andreas Schwab <schwab@suse.de>
4898
4899 * hscroll.el (hscroll): Doc fix.
4900
4901 2000-01-05 Carsten Dominik <cd@gnu.org>
4902
4903 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
4904 idlw-toolbar.
4905
4906 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
4907 file idlw-rinfo.el.
4908 (idlwave-customize): load must read file idlw-shell.el.
4909 (idlwave-create-customize-menu): load must read file idlw-shell.el.
4910
4911 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
4912
4913 * progmodes/idlw-shell.el: Also provide idlwave-shell
4914 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
4915 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
4916
4917 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
4918 both reftex-dcr and reftex-vcr.
4919
4920 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
4921
4922 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4923
4924 * ps-print.el: PostScript code now is in separate files, doc fix.
4925 (ps-print-version): New version number (5.0.3).
4926 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
4927 local.
4928 (ps-spool-config): Initialization fix.
4929 (ps-print-prologue-1, ps-print-prologue-2)
4930 (ps-print-duplex-feature): PostScript code moved to separated file.
4931 (ps-background-image): Little code reformating.
4932 (ps-begin-file, ps-begin-job): Fix code.
4933 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
4934 (ps-prologue-file): New fun.
4935
4936 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4937
4938 * ps-vars.el: Eliminated.
4939
4940 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
4941 `;;;###autoload'.
4942
4943 * ps-print.el: ps-vars eliminated, doc fix.
4944 (ps-print-version): New version number (5.0.2).
4945 (ps-spool-config): Initialization fix.
4946 (ps-print-customize): New fun.
4947
4948 2000-01-04 Gerd Moellmann <gerd@gnu.org>
4949
4950 * autorevert.el (auto-revert-mode): Return value of
4951 auto-revert-mode.
4952
4953 2000-01-04 Dave Love <fx@gnu.org>
4954
4955 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
4956 menu items.
4957
4958 2000-01-03 Dave Love <fx@gnu.org>
4959
4960 * elide-head.el (elide-head) [defgroup]: Add :version.
4961
4962 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
4963 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
4964 `cl-hash-table-p', not `hash-table-p'.
4965 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
4966
4967 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4968
4969 * faces.el (face-read-integer, read-face-attribute)
4970 (color-defined-p, color-values): unspecified-{f,b}g are now
4971 strings.
4972
4973 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
4974
4975 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
4976 at comment end, and re-insert them after filling.
4977
4978 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4979
4980 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
4981 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
4982 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
4983
4984 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4985
4986 * term/x-win.el (xw-defined-colors): Call color-supported-p,
4987 the new name of face-color-supported-p.
4988
4989 * term/w32-win.el (xw-defined-colors): Likewise.
4990
4991 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4992
4993 * simple.el (completion-setup-function): Count completion-size
4994 from minibuffer-prompt-end, not from point-min.
4995
4996 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
4997
4998 * faces.el (read-face-attribute, defined-colors, color-defined-p):
4999 Pass the frame to tty-color-* functions.
5000 (display-color-p, frame-set-background-mode): Pass the frame to
5001 tty-display-color-p.
5002
5003 * term/tty-colors.el (tty-defined-color-alist): Renamed from
5004 tty-color-alist.
5005 (tty-color-alist, tty-modify-color-alist): New functions.
5006 (tty-color-define, tty-color-clear, tty-color-approximate)
5007 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
5008 an optional parameter FRAME.
5009
5010 2000-01-01 Gerd Moellmann <gerd@gnu.org>
5011
5012 * image.el (create-image, defimage): Don't assume image data is a
5013 string.
5014
5015 * image.el (defimage): Handle specifications containing :data
5016 instead of :file.
5017 (image-type-from-data): New function.
5018 (image-type-from-file-header): Use it.
5019 (create-image): Add parameter DATA-P.
5020
5021 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5022
5023 * echistory.el (electric-command-history): Call Command-history-setup
5024 and command-history-mode using their new conventions.
5025
5026 * chistory.el (Command-history-setup): Don't switch buffers. Take
5027 no args, and do not set major-mode, mode-name or the local map.
5028 (command-history-mode): New function, does some of those things
5029 Command-history-setup used to do.
5030 (list-command-history): Call command-history-mode, not
5031 Command-history-setup.
5032 (command-history): Renamed from command-history-mode.
5033
5034 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5035
5036 * arc-mode.el (archive-mode-map): Bind q to quit-window.
5037
5038 1999-12-31 William M. Perry <wmperry@aventail.com>
5039
5040 * image.el (defimage): Images with the `:data' keyword should be
5041 considered valid as well.
5042
5043 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5044
5045 * dired.el (dired-get-filename): Don't call file-name-absolute-p
5046 with FILE if FILE is nil.
5047
5048 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5049
5050 * simple.el (choose-completion-string): In minibuffer,
5051 do not delete the prompt string.
5052
5053 1999-12-30 Gerd Moellmann <gerd@gnu.org>
5054
5055 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
5056 assigned to mode-line-mode-menu because bindings.el is dumped with
5057 Emacs, and thus the lists used for menu-item definition will be
5058 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
5059 like pure menu item definitions.
5060
5061 * expand.el (expand-abbrev-hook): Return t if expansion was
5062 done, nil otherwise.
5063
5064 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5065
5066 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
5067 (tar-quit): Function deleted.
5068
5069 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
5070
5071 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
5072 was used but not declared.
5073
5074 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
5075 hs-find-block-beginning): Add or modify docstrings.
5076
5077 (hs-isearch-show): Rewrite.
5078
5079 1999-12-28 Gerd Moellmann <gerd@gnu.org>
5080
5081 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
5082
5083 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
5084 space in front of a C-style comment end.
5085
5086 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
5087
5088 * startup.el (command-line-1): Make mode line mouse-sensitive for
5089 the MS-DOS version as well.
5090
5091 1999-12-28 Gerd Moellmann <gerd@gnu.org>
5092
5093 * bs.el: New file.
5094
5095 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5096
5097 * textmodes/ispell.el (ispell-process-line):
5098 Add local var line-offset to adjust for the change
5099 in positions within the line, due to previous replacements.
5100
5101 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5102
5103 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
5104 Doc fixes.
5105
5106 1999-12-27 Gerd Moellmann <gerd@gnu.org>
5107
5108 * add-log.el (change-log-version-number-regexp-list)
5109 (change-log-version-info-enabled): Change :version to 21.1.
5110 (toplevel): Require CL when compiling.
5111
5112 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
5113
5114 * add-log.el (change-log-version-number-regexp-list): Added tag
5115 :version 20.6
5116 (change-log-version-info-enabled): Added tag :version 20.6
5117
5118 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
5119
5120 * add-log.el: More general version number search with
5121 user-configurable regexp list.
5122 (change-log-version-number-regexp-list): New user variable.
5123 (change-log-find-version): Rewritten. Use user-configurable
5124 version numbering regexp list
5125 change-log-version-number-regexp-list.
5126 (change-log-find-version): Renamed to
5127 change-log-version-number-search
5128 (add-log-file-name-function): New.
5129 (change-log-search-vc-number): Added END paramaeter. Added doc
5130 string to function.
5131 (change-log-version-rcs): Renamed. Was
5132 change-log-search-vc-number.
5133
5134 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
5135
5136 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
5137 overlays if they interfere.
5138 (compilation-find-file): Make intangible overlays tangible.
5139
5140 * progmodes/hideshow.el: Generally, synch w/ maintainer
5141 version 5.9.
5142
5143 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
5144
5145 (hs-minor-mode-hook): Don't initialize.
5146
5147 (hs-special-modes-alist): Rewrite value and docstring.
5148
5149 (hs-minor-mode-prefix): Delete unused var.
5150
5151 (hs-block-start-mdata-select): New var, buffer local.
5152
5153 (hs-headline): New var.
5154
5155 (hs-match-data, hs-forward-sexp): New funcs.
5156
5157 (hs-hide-comment-region): New func.
5158
5159 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
5160 hs-safety-is-job-n, hs-hide-initial-comment-block,
5161 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
5162 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
5163 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
5164 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
5165 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
5166
5167 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
5168 (hs-isearch-show-temporary): New funcs.
5169
5170 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
5171
5172 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
5173
5174 When constructing menu, use `[(shift button2)]' notation.
5175
5176 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5177
5178 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
5179 (jka-compr-compression-info-list): Add new elt to each vector.
5180 (jka-compr-write-region): Don't compress the data if it is
5181 already compressed.
5182
5183 * jka-compr.el (jka-compr-really-do-compress): New variable.
5184 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
5185 if visiting.
5186 (jka-compr-write-region): Set jka-compr-really-do-compress
5187 if visiting. Test it when deciding to compress.
5188
5189 1999-12-22 Gerd Moellmann <gerd@gnu.org>
5190
5191 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
5192 with third argument t.
5193
5194 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
5195
5196 * antlr-mode.el: Version 1.2 is released.
5197 (antlr): This package has a web page.
5198
5199 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
5200
5201 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
5202 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
5203 (antlr-mode-map): New binding [C-c C-c].
5204 (antlr-mode-menu): New entries.
5205
5206 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
5207
5208 * antlr-mode.el: Respect Emacs conventions.
5209 ((require 'cl)): Only use during compilation.
5210 (antlr-language-for-option): New function to avoid using `find'.
5211 (antlr-mode): Use it.
5212 (antlr-with-syntax-table): Define new instead using XEmacs' one.
5213 (antlr-imenu-create-index-function): Change accordingly.
5214 (antlr-inside-rule-p): Ditto.
5215 (antlr-end-of-rule): Ditto.
5216 (antlr-end-of-body): Ditto.
5217 (antlr-beginning-of-rule): Ditto.
5218 (antlr-indent-line): Ditto.
5219
5220 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
5221
5222 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
5223 (antlr-set-tabs): Don't use hard-coded values.
5224
5225 * antlr-mode.el: Minor navigation changes. Not perfect, but this
5226 won't be possible without a huge time penalty.
5227 (antlr-skip-exception-part): Be more specific.
5228 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
5229 Renamed from `antlr-skip-grammar-header'.
5230 (antlr-next-rule): Change accordingly.
5231 (antlr-end-of-body): Ditto. Better error message.
5232 (antlr-beginning-of-body): Better error message.
5233 (antlr-imenu-create-index-function): Skip rule action prelude.
5234
5235 * antlr-mode.el: Minor syntax highlighting changes.
5236 (antlr-font-lock-default-face): Deletia.
5237 (antlr-font-lock-tokendef-face): Changed color.
5238 (antlr-font-lock-tokenref-face): Changed color.
5239 (antlr-font-lock-literal-face): Changed color.
5240 (antlr-font-lock-additional-keywords): Minor changes.
5241
5242 1999-12-20 Carsten Dominik <cd@gnu.org>
5243
5244 * progmodes/idlwave.el: New file.
5245
5246 * progmodes/idlwave-rinfo.el: New file.
5247
5248 * progmodes/idlwave-shell.el: New file.
5249
5250 * progmodes/idlwave-toolbar.el: New file.
5251
5252 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
5253
5254 1999-12-21 Gerd Moellmann <gerd@gnu.org>
5255
5256 * progmodes/cwarn.el: New file.
5257
5258 1999-12-19 Gerd Moellmann <gerd@gnu.org>
5259
5260 * bindings.el (completion-ignored-extensions): Add .pdf.
5261
5262 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
5263
5264 * version.el: Put the version info into binary on MS-DOS as well.
5265
5266 1999-12-19 Gerd Moellmann <gerd@gnu.org>
5267
5268 * emacs-lisp/debug.el (debugger-continue): Don't continue if
5269 debugger-may-continue is nil.
5270
5271 1999-12-18 Dave Love <fx@gnu.org>
5272
5273 * emacs-lisp/cl-macs.el: Remove conditional definition of
5274 eval-when-compile. Don't specify abs, expt, gethash,
5275 hash-table-count, hash-table-p as side-effect-free here.
5276 (cl-emacs-type): Don't declare.
5277 (cl-compile-time-init): Remove Emacs 18 compiler patch.
5278 (cl-parse-loop-clause): Remove compatibility code.
5279
5280 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
5281 (side-effect-free-fns): Add gethash, hash-table-count.
5282 (side-effect-and-error-free-fns): Add hash-table-p.
5283
5284 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
5285 `cl-' to autoload names for some hash functions. Don't autoload
5286 eval-when-compile. Don't provide mini-cl.
5287 (cl-emacs-type): Remove.
5288 (cl-map-extents): Remove compatibility code.
5289
5290 * emacs-lisp/float.el: Bind free variables.
5291
5292 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
5293
5294 1999-12-16 Gerd Moellmann <gerd@gnu.org>
5295
5296 * bindings.el (completion-ignored-extensions): Add .tfm.
5297
5298 1999-12-16 Dave Love <fx@gnu.org>
5299
5300 * faces.el (set-face-attribute): Purecopy the attributes set.
5301
5302 * custom.el (custom-declare-variable): Purecopy value.
5303
5304 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
5305 (byte-extrude-byte-code-vectors): Use remprop.
5306 (byte-compile-lambda): Check that arg is a lambda.
5307
5308 1999-11-16 Anders Lindgren <AndersL@andersl.com>
5309
5310 * font-lock.el: System for adding and removing keywords.
5311 Both local (previously added keyword) and global keywords
5312 can be removed.
5313 (font-lock-remove-keywords): New user-level function.
5314 (font-lock-update-removed-keyword-alist): New internal function.
5315 (font-lock-removed-keywords-alist): New variable.
5316 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
5317 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
5318 growing datastructures.
5319 (font-lock-set-defaults): Removes keywords stored in
5320 `font-lock-removed-keywords-alist' after local keywords added.
5321
5322 1999-12-16 Anders Lindgren <andersl@andersl.com>
5323
5324 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
5325 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
5326
5327 * font-lock.el (c-keywords): Only highlight preprocessor
5328 directives when spelled correctly.
5329
5330 * font-lock.el (font-lock-match-c++-structor-declaration,
5331 c++-keywords): Fontify constructors and destructors with function
5332 face inside C++ class declarations.
5333
5334 1999-12-16 Gerd Moellmann <gerd@gnu.org>
5335
5336 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
5337 the shell from sh-shell-file.
5338
5339 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
5340
5341 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
5342
5343 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
5344 if one of the files specified cannot be accessed by
5345 file-attributes. Do not strip any leading directories from the
5346 file names, to behave more like `ls' does.
5347
5348 * dired.el (dired-get-filename): Handle absolute file names.
5349 (dired-readin-insert): If argument is a cons, don't print
5350 "wildcard" on the ``total'' line.
5351
5352 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
5353
5354 * faces.el (face-read-integer, read-face-attribute)
5355 (color-defined-p, color-values): Allow color values unspecified-fg
5356 and unspecified-bg, handle them as unspecified.
5357
5358 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
5359
5360 * textmodes/reftex.el: (reftex-compile-variables): respect new
5361 structure of `reftex-index-macro'
5362 (reftex-compile-variables): Use the changed structure of
5363 `reftex-label-alist'.
5364
5365 * textmodes/reftex-vars.el (reftex-index-math-format,
5366 (reftex-toc-max-level): New option.
5367 reftex-index-phrases-search-whole-words,
5368 reftex-index-phrases-case-fold-search,
5369 reftex-index-phrases-skip-indexed-matches,
5370 reftex-index-phrases-wrap-long-lines,
5371 reftex-index-phrases-sort-prefers-entry,
5372 reftex-index-phrases-sort-in-blocks): New options.
5373 (reftex-index-macros): Option structure changed.
5374 (reftex-index-macros-builtin): Added `repeat' item to each entry.
5375 (reftex-label-alist): Additional item in each entry to specify if
5376 the environment should be listed in the TOC.
5377 (eval-when-compile (require 'cl)) added.
5378
5379 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
5380 longer deals with "repeat".
5381 (reftex-index): "repeat property in `reftex-index-macro-alist' is
5382 now used.
5383 (reftex-index-phrases-comment-regexp,
5384 reftex-index-phrases-macrodef-regexp,
5385 reftex-index-phrases-phrase-regexp1,
5386 reftex-index-phrases-phrase-regexp2,
5387 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
5388 New constants.
5389 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
5390 reftex-index-phrases-font-lock-keywords,
5391 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
5392 reftex-index-phrases-restrict-file): New variables.
5393 (reftex-index-phrase-selection-or-word,
5394 reftex-index-visit-phrases-buffer,
5395 reftex-index-initialize-phrases-buffer,
5396 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
5397 reftex-index-next-phrase, reftex-index-this-phrase,
5398 reftex-index-all-phrases, reftex-index-region-phrases,
5399 reftex-index-phrases-parse-header,
5400 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
5401 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
5402 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
5403 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
5404 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
5405 reftex-index-make-replace-string,
5406 reftex-query-index-phrase-globally, reftex-query-index-phrase,
5407 reftex-index-phrase-match-is-indexed,
5408 reftex-index-phrases-fixup-line,
5409 reftex-index-phrases-replace-space,
5410 reftex-index-select-phrases-macro): New functions.
5411 (reftex-index-globalize, reftex-index-globally): functions removed
5412 (eval-when-compile (require 'cl)) added.
5413
5414 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
5415 for max level.
5416 (reftex-toc-max-level-indicator): New variable.
5417 (reftex-toc-max-level): New command.
5418 (reftex-toc-map): New keybinding `t'.
5419 (reftex-toc-help): Constant updated.
5420 (eval-when-compile (require 'cl)) added.
5421
5422 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
5423 `t' command key can change `reftex-toc-max-level'
5424 (eval-when-compile (require 'cl)) added.
5425
5426 * textmode/reftex-sel (reftex-insert-docstruct): Respect
5427 `reftex-toc-max-level'
5428 (eval-when-compile (require 'cl)) added.
5429
5430 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
5431 added.
5432
5433 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
5434 added.
5435
5436 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
5437 commands.
5438 (reftex-citation, reftex-do-citation,
5439 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
5440 preselect a citation format.
5441 (eval-when-compile (require 'cl)) added.
5442
5443 * textmodes/reftex-parse.el (reftex-context-substring): Optional
5444 parameter to-end
5445 (reftex-section-info): Deal with environment matches.
5446 (eval-when-compile (require 'cl)) added.
5447
5448 * reftex-global.el (eval-when-compile (require 'cl)) added.
5449
5450 1999-12-15 Kenichi Handa <handa@etl.go.jp>
5451
5452 The following changes are for the new composition mechanism. We
5453 have deleted `composition' charset and composite characters,
5454 instead introduced a special text property `composition'.
5455
5456 * composite.el: New file.
5457
5458 * ps-mule.el: Define encode-composition-rule and find-composition
5459 for Emacs 20.4 and the earlier versions.
5460 (ps-mule-init-external-library): Just require a feature for
5461 external libraries.
5462 (ps-mule-prologue): Postscript code modified for new composition.
5463 (ps-mule-find-wrappoint): New arg COMPOSITION.
5464 (ps-mule-plot-string): Delete code for composite characaters.
5465 (ps-mule-plot-composition): New funcion.
5466 (ps-mule-prepare-font-for-components): New function.
5467 (ps-mule-plot-components): New function.
5468 (ps-mule-composition-prologue-generated): Renamed from
5469 ps-mule-cmpchar-prologue-generated.
5470 (ps-mule-composition-prologue): New named from
5471 ps-mule-cmpchar-prologue. Modified for new composition.
5472 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
5473 ps-mule-prepare-cmpchar-font): Deleted.
5474 (ps-mule-string-encoding): New arg NO-SETFONT.
5475 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
5476 check Composing, not Cmpchar
5477 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
5478 to nil.
5479 (ps-mule-begin-job): Check existence of new composition.
5480
5481 * ps-print.el (ps-plot-region): Handle new composition.
5482
5483 * simple.el (what-cursor-position): Show "(composed)" if the
5484 character is composed.
5485
5486 * international/characters.el: Fix cateogries of Lao symbols.
5487
5488 * international/fontset.el (vertical-centering-font-regexp): New
5489 variable.
5490
5491 * international/mule.el (mule-version): Updated to 5.0 (AOI).
5492 (mule-version-date): Updated to 1999.12.7.
5493 (with-category-table): New macro.
5494
5495 * international/mule-cmds.el (encode-coding-char): Don't check
5496 composite character.
5497
5498 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
5499 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
5500 x-ctext): Give `composition' property t.
5501
5502 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
5503 non-nil) at the tail of ALIST.
5504 (compose-region, decompose-region, decompse-string,
5505 reference-point-alist, compose-chars): Moved to composite.el.
5506 (compose-chars-component, compose-chars-rule,
5507 decompose-composite-char): Deleted.
5508
5509 * international/quail.el (quail-install-map): New optional arg
5510 NAME.
5511 (quail-get-translation): If DEF is a symbol but not a function,
5512 ignore it.
5513 (quail-start-translation): Put a key sequence undefined in the
5514 translation keymap in unread-command-events, not generated-events.
5515 Return parameterized event (compose-last-chars N) if the input
5516 characters should be composed.
5517 (quail-map-definition): If DEF is t, treat it as nil.
5518 (quail-delete-last-char): Delete the quail region.
5519 (quail-show-translations): Don't show list of translations if the
5520 quail package is deterministic.
5521 (quail-completion-max-depth): New variable.
5522 (quail-completion-1): Pay attention to the above variable. Fix
5523 for the case that a translation is a function.
5524 (quail-map-from-table, quail-map-from-table-1,
5525 quail-map-from-table-2): New functions.
5526 (quail-lookup-map-and-concat): New function
5527
5528 * language/devan-util.el: Mostly rewritten.
5529
5530 * language/lao.el: Register lao-composition-function in
5531 composition-function-table.
5532
5533 * language/lao-util.el: Mostly rewritten.
5534
5535 * language/thai.el: Register thai-composition-function in
5536 composition-function-table.
5537 (thai-tis620): Delete `pre-write-conversion' property.
5538
5539 * language/thai-util.el: (thai-category-table): Make it by
5540 make-category-table.
5541 (thai-composition-pattern): New variable.
5542 (thai-compose-region, thai-compose-string): Use
5543 with-category-table.
5544 (thai-post-read-conversion): Just call thai-compose-region.
5545 (thai-pre-write-conversion): Deleted.
5546 (thai-composition-function): New funciton.
5547
5548 * language/tibet-util.el: Most functions rewritten.
5549 (tibetan-char-p): Renamed from tibetan-char-examin.
5550 (tibetan-composable-examin) (tibetan-complete-char-examin)
5551 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
5552 (tibetan-add-components): New function.
5553 (tibetan-composition-function): New function.
5554
5555 * language/tibetan.el: Register tibetan-composition-function in
5556 composition-function-table.
5557 (tibetan-composable-pattern): New variable.
5558 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
5559 (tibetan-precomposition-rule-alist): Move punctuations to
5560 tibetan-punctuation-transcription-alist and
5561 tibetan-obsolete-glyphs.
5562 (tibetan-punctuation-transcription-alist): New variable.
5563 (tibetan-obsolete-glyphs): New variable.
5564 (tibetan-regexp): Improve the initialization code.
5565
5566 * textmodes/fill.el (fill-find-break-point): Delete codes for
5567 composite characters.
5568 (fill-region-as-paragraph): Likewise.
5569
5570 1999-12-14 Gerd Moellmann <gerd@gnu.org>
5571
5572 * international/mule-cmds.el (default-input-method): Specify
5573 that it should be set after current-language-environment.
5574
5575 * custom.el (custom-handle-keyword): Add :set-after.
5576 (custom-add-dependencies): New function.
5577 (custom-set-variables): Take dependencies between args into
5578 account.
5579
5580 * battery.el (battery): Doc fix.
5581
5582 1999-12-12 Gerd Moellmann <gerd@gnu.org>
5583
5584 * progmodes/cc-make.el: Removed.
5585
5586 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5587
5588 * Release of cc-mode 5.26
5589
5590 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5591
5592 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
5593 target depth. Optionally count #else lines as clause limits,
5594 as suggested by don provan <provan@lucent.com>. #elif
5595 handling fixed.
5596
5597 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
5598 (c-down-conditional-with-else): New commands that uses the
5599 added functionality in `c-forward-conditional'.
5600
5601 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5602
5603 * cc-align.el (c-lineup-comment): Preserve the alignment with
5604 a comment on the previous line instead of preserving the
5605 comment-column.
5606
5607 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5608
5609 * Fixes to IDL mode after input from Eric Eide
5610 <eeide@cs.utah.edu>:
5611 * cc-engine.el (c-beginning-of-statement-1): Allow
5612 `c-conditional-key' to be nil, for the benefit of IDL mode.
5613 * cc-engine.el (c-guess-basic-syntax): Ditto.
5614 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
5615 but do match CORBA 2.3 `valuetype'.
5616 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
5617 for IDL.
5618 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
5619 be nil for IDL.
5620 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
5621 Like C++.
5622 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
5623 set `c-method-key' and `c-baseclass-key' to nil.
5624
5625 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5626
5627 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
5628 with nonhanging open braces.
5629
5630 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5631
5632 * cc-align.el: Added docstrings to all lineup functions.
5633
5634 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
5635 keyword.
5636
5637 * cc-align.el (c-lineup-C-comments): Handle free form text
5638 comments. Use c-comment-prefix-regexp and comment-start-skip
5639 instead of hardcoded regexps.
5640
5641 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5642
5643 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
5644 behavior and return value as documented.
5645
5646 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5647
5648 * Changes for new style variable init system:
5649 * cc-langs.el (c-common-init): Dito.
5650 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
5651 now customizable.
5652 * cc-vars.el: Style variables may now take a value
5653 'set-from-style to make them take their value from the style
5654 system. This value is now the default on all these variables.
5655 * cc-vars.el (c-valid-offset): New function to verify a
5656 syntactic symbol offset setting.
5657 * cc-vars.el (c-offsets-alist): Variable moved from
5658 cc-styles.el since it's now customizable in a similar way to
5659 the other style variables.
5660 * cc-vars.el (c-old-style-variable-behavior): New variable to
5661 revert to the old style init behavior.
5662
5663 * cc-vars.el (c-file-style, c-file-offsets): Made always
5664 buffer local.
5665
5666 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
5667 the throws clause that might follow the function prototype in
5668 C++.
5669
5670 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5671
5672 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
5673 could move forward for macros that doesn't start in column 0.
5674
5675 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5676
5677 * cc-align.el (c-indent-multi-line-block,
5678 c-lineup-whitesmith-in-block): Two new lineup functions for
5679 use in whitesmith style.
5680
5681 * cc-styles.el (c-style-alist): More fixes to whitesmith
5682 style. It should now handle all different braces uniformly in
5683 both hanging and non-hanging cases.
5684
5685 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5686
5687 * cc-cmds.el (c-indent-exp): Use a marker to save point to
5688 make it stay in the same position relative to the surrounding
5689 text.
5690
5691 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
5692 when adaptive-fill-mode doesn't manage to get it correct.
5693
5694 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
5695 with dotted notation, e.g. foo.bar.Gnu.
5696
5697 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
5698 within unwind-protect (previously only some were wrapped so it
5699 would be possible to register mode initialization when full
5700 initialization did not finish).
5701
5702 * cc-styles.el (c-style-alist): Corrected the brace placement
5703 in the whitesmith style. Thanks to Sean Luke
5704 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
5705 styles with consistent brace placement for all constructs.
5706
5707 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5708
5709 * cc-cmds.el (c-context-line-break): Continue C++ comments too
5710 when point is in the middle of them.
5711
5712 * cc-cmds.el: Line breaking and paragraph filling code
5713 rewritten:
5714 (c-guess-fill-prefix): New function that uses various
5715 heuristics to guess the comment prefix.
5716 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
5717 It now assumes adaptive filling is active to preserve the line
5718 prefix inside comments.
5719 (c-indent-new-comment-line): Replacement for the now
5720 obsolete `c-comment-line-break-function' that uses
5721 `c-guess-fill-prefix' when appropriate. It now observes the
5722 setting of `comment-multi-line', which has effect in C-style
5723 block comments.
5724
5725 * cc-cmds.el (c-context-line-break): New function intended to
5726 be put on RET. It's essentially `newline-and-indent', but
5727 continues C block comments with the appropriate line prefix.
5728
5729 * cc-cmds.el (c-do-auto-fill): New function put on
5730 `normal-auto-fill-function' to implement the
5731 `c-ignore-auto-fill' variable.
5732
5733 * cc-cmds.el (c-beginning-of-statement): Use
5734 `c-comment-prefix-regexp' to avoid ending up inside the
5735 comment prefix. Better handling of comment starters and
5736 enders. Catch comments better when traversing code. Stop at
5737 preprocessor directives.
5738
5739 * cc-defs.el (c-forward-comment): New subst to hide platform
5740 dependent quirks in `forward-comment'.
5741
5742 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
5743 argument.
5744 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
5745 arguments. Activate this function by default when
5746 `parse-partial-sexp' supports it (currently Emacs 20.x).
5747
5748 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
5749 on the comment opener to make constants usable as lineup
5750 arguments.
5751
5752 * cc-align.el (c-lineup-C-comments): Fixes to handle the
5753 changed anchor position in the `c' syntactic symbol. Handle
5754 more than stars in the comment prefix; use the new variable
5755 `c-comment-prefix-regexp'. Don't indent text not preceded by
5756 a comment prefix to the right of the comment opener if it's
5757 long.
5758
5759 * cc-langs.el: Fixes to mode initialization for new line
5760 breaking and paragraph filling method. Adaptive fill mode is
5761 now activated at startup instead of deactivated. The
5762 variables used for adaptive filling and paragraph movement are
5763 also changed to incorporate the value of
5764 `c-comment-prefix-regexp'. `substitute-key-definition' is
5765 used to override some functions in the global map instead of
5766 overriding their default bindings.
5767
5768 * cc-mode.el (java-mode): Modify `paragraph-start' for the
5769 javadoc markup at mode init.
5770
5771 * cc-mode.el (c-setup-filladapt): A new convenience function
5772 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
5773 function is intended to be used explicitly by the end user
5774 only.
5775
5776 * cc-vars.el (c-comment-prefix-regexp): New variable used to
5777 recognize the comment fill prefix inside comments.
5778 (c-block-comment-prefix): New name for
5779 `c-comment-contiuation-stars', which is now obsolete. It's
5780 generalized to handle any character sequence.
5781 (c-ignore-auto-fill): New variable used to selectively disable
5782 Auto Fill mode in specific contexts.
5783
5784 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5785
5786 * cc-cmds.el (c-comment-indent): Leave at least one space
5787 between the comment and the last nonblank character in the
5788 case where we look at the indentation of the comment on the
5789 previous line (case 4).
5790
5791 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
5792 list of characters that may start a statement (it's a sort of
5793 prefix operator in Pike, and isn't used at all in any of the
5794 other languages).
5795
5796 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5797
5798 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
5799 inside continued statements as statement-cont instead of
5800 brace-list-open. The reason is that one normally adjusts
5801 brace-list-open for brace lists as top-level constructs, and
5802 brace lists inside statements is a completely different
5803 context. Case 10B.2 changed. Also changed (the somewhat
5804 esoteric) case 9A to cope with this.
5805
5806 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5807
5808 * cc-cmds.el (c-electric-brace): Added electric handling of
5809 the open brace for brace-elseif-brace.
5810
5811 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5812
5813 * cc-defs.el (c-with-syntax-table): New macro to easily switch
5814 syntax tables temporarily.
5815
5816 * cc-engine.el (c-guess-basic-syntax): Handle template and
5817 member init argument lists split over several lines. Case 5D
5818 changed.
5819
5820 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
5821 @throws introduced in Javadoc 1.2.
5822
5823 * cc-menus.el (cc-imenu-java-generic-expression): Applied
5824 patch from RMS to avoid infinite backtracking.
5825
5826 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5827
5828 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
5829 by [ ].
5830
5831 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5832
5833 * cc-align.el (c-lineup-dont-change): Compensate properly for
5834 the column in langelem.
5835
5836 * cc-engine.el (c-syntactic-information-on-region): New
5837 function to help debugging the syntactic analysis.
5838
5839 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5840
5841 * cc-align.el (c-lineup-template-args): Handle nested template
5842 arglists.
5843
5844 * cc-langs.el (c++-template-syntax-table): New syntax table
5845 that makes `<' and `>' parenthesis characters, which is useful
5846 to switch to temporarily when analyzing template arglists.
5847
5848 * cc-styles.el: Changed default alignment of labels in the
5849 java style to conform to the examples in the Java Language
5850 Specification.
5851
5852 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
5853 by default.
5854
5855 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5856
5857 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
5858 immediately before the closing paren in an arglist, so don't
5859 check that in Pike mode. Case 7A changed.
5860
5861 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5862
5863 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
5864 lines were ignored under certain conditions.
5865
5866 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5867
5868 * cc-align.el (c-lineup-template-args): New function for
5869 aligning continued template argument lists.
5870
5871 * cc-engine.el (c-guess-basic-syntax): Fix for member init
5872 lists containing function arglists split over several lines.
5873 Case 5D.1 changed.
5874
5875 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
5876 template-args-cont didn't get recognized when the first
5877 arglist opener line doesn't contain a template argument. New
5878 case 5K.
5879
5880 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5881
5882 * cc-defs.el (c-point): Changed from subst to macro for
5883 efficiency.
5884 (c-beginning-of-defun-1, c-end-of-defun-1): New
5885 beginning-of-defun/end-of-defun wrappers separated from
5886 c-point.
5887
5888 * cc-menus.el (imenu-generic-expression,
5889 imenu-case-fold-search, imenu-progress-message): Dummy
5890 definitions to avoid compiler warnings if imenu can't be
5891 loaded.
5892 * cc-menus.el (cc-imenu-init): New function called at mode
5893 init.
5894 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
5895 imenu initializations to cc-imenu-init.
5896
5897 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5898
5899 * cc-engine.el (c-guess-basic-syntax): Slightly better check
5900 for lambda-intro-cont in Pike mode. Case 6 changed.
5901
5902 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
5903 anything following "new Foo()" was considered an anonymous
5904 class body in Java mode.
5905
5906 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
5907
5908 * cc-cmds.el (c-comment-line-break-function): When breaking in
5909 a string, don't insert a new line.
5910
5911 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
5912
5913 * cc-engine.el (c-at-toplevel-p): New interface function which
5914 returns information useful to add-on authors. It tells you
5915 whether you're at a toplevel statement or not.
5916
5917 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
5918
5919 * cc-cmds.el (c-comment-line-break-function): It is possible
5920 that forward-line does not land us at the bol, say if we're on
5921 the last line in a file. In that case, do a
5922 back-to-indentation instead of a forward-comment -1.
5923
5924 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5925
5926 * cc-engine.el (c-beginning-of-statement-1): Don't catch
5927 "default:" as normal label in case 4.
5928
5929 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5930
5931 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
5932 recognize continued bitfield declarations. Case 5D.1 changed.
5933 * cc-langs.el: New variable c-bitfield-key.
5934 * cc-mode.el: New variable c-bitfield-key.
5935
5936 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5937
5938 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
5939 anonymous array expressions (i.e. "new Foo[] {.. bracelist
5940 ..}").
5941
5942 1999-12-12 Dave Love <fx@gnu.org>
5943
5944 * mail/footnote.el: Require cl when compiling. Don't autoload
5945 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
5946 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
5947 Avoid `acons'.
5948 (footnote-mode-line-string, Footnote-add-footnote): Remove
5949 autoload cookie.
5950
5951 1999-12-12 Richard Sharman <rsharman@pobox.com>
5952
5953 * sh-script.el: Fix for when font-lock mode is active.
5954 (sh-font-lock-unfontify-region-function): New function.
5955
5956 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
5957
5958 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
5959 if start-process is not bound, since Ispell now supports such
5960 platforms as well.
5961
5962 1999-12-12 Gerd Moellmann <gerd@gnu.org>
5963
5964 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
5965 rmail-summary-goto-msg.
5966
5967 * files.el (after-find-file): Fix previous change.
5968
5969 1999-12-11 Dave Love <fx@gnu.org>
5970
5971 * help.el (where-is): Use `commandp' as predicate for
5972 `completing-read'
5973
5974 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5975
5976 * cus-edit.el (custom-save-delete): Delete all occurrences,
5977 leave point where the first occurrence was.
5978 (custom-save-faces): Insert a newline at the end of the comment.
5979 Avoid a double newline there.
5980 If final closeparen is at bol, put a space before it.
5981 (custom-save-variables): Likewise.
5982 (custom-file): Doc fix.
5983
5984 1999-12-10 Gerd Moellmann <gerd@gnu.org>
5985
5986 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
5987 regexp matching image and audio files.
5988
5989 1999-12-09 Dave Love <fx@gnu.org>
5990
5991 * mail/footnote.el: New file.
5992
5993 1999-12-09 Gerd Moellmann <gerd@gnu.org>
5994
5995 * files.el (after-find-file): Use auto-save-visited-file-name if
5996 set.
5997
5998 * mail/feedmail.el (feedmail-find-eoh): Take
5999 feedmail-queue-alternative-mail-header-separator into account.
6000
6001 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
6002
6003 * smerge-mode.el: New file.
6004
6005 * font-lock.el (font-lock-multiline): New variable.
6006 (font-lock-add-keywords): Rename `major-mode' into `mode'.
6007 (font-lock-remove-keywords): Added a dummy `mode' argument for
6008 potential future support.
6009 (font-lock-fontify-anchored-keywords,
6010 (font-lock-fontify-keywords-region): Only handle multiline strings
6011 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
6012
6013 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6014
6015 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
6016
6017 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
6018
6019 1999-12-07 Dave Love <fx@gnu.org>
6020
6021 * help.el (view-emacs-problems): New command, bound to C-h P.
6022
6023 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
6024
6025 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
6026
6027 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
6028 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
6029 New code to support the minor mode version.
6030 (diff-recenter): New function.
6031 (diff-next-hunk, diff-next-file): Use it.
6032 (diff-remembered-files-alist): New var.
6033 (diff-merge-strings): New function.
6034 (diff-find-file-name): Make it smarter and use the user's input more.
6035 (diff-mode): Cosmetic changes.
6036
6037 * files.el (save-some-buffers): Turn EXITING into the more general
6038 PRED argument to allow specifying a subset of buffers.
6039
6040 * simple.el (kill-region): Use the new `delete-and-extract-region'
6041 rather than the undo log (which is incorrect with *-change-functions).
6042
6043 * font-lock.el (font-lock-default-fontify-region): Fix subtle
6044 off-by-one problem that could force re-fontifying the whole buffer.
6045 (font-lock-remove-keywords): New function.
6046 (font-lock-add-keywords): Use the new function to ensure idempotence.
6047
6048 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
6049
6050 * viper-cmd.el (viper-minibuffer-standard-hook,
6051 viper-minibuffer-real-start): Mew functions.
6052 (viper-read-string-with-history,viper-file-add-suffix,
6053 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
6054 change in the status of the minibuffer prompt.
6055
6056 1999-12-06 Gerd Moellmann <gerd@gnu.org>
6057
6058 * comint.el (comint-redirect-results-list)
6059 (comint-redirect-results-list-from-process): Remove interactive
6060 spec.
6061
6062 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
6063
6064 * info.el (info-node, info-menu-5, info-xref): Define colors for
6065 Info faces if the display supports them.
6066
6067 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
6068
6069 Changes for automatic remapping of X colors on terminal frames:
6070
6071 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
6072 term-setup-hook. Call msdos-remember-default-colors and
6073 msdos-handle-reverse-video.
6074 (msdos-face-setup): Parts of code moved to
6075 msdos-setup-initial-frame.
6076 (msdos-handle-reverse-video): New function, modeled after
6077 x-handle-reverse-video.
6078 (make-msdos-frame): Don't use initial-frame-alist and
6079 default-frame-alist. Call msdos-handle-reverse-video.
6080 (msdos-color-aliases): Remove.
6081 (msdos-color-translate, msdos-approximate-color): Remove.
6082 (msdos-color-values): Use 16-bit RGB values. RGB values updated
6083 for better approximation of X colors.
6084 (msdos-face-setup): Call tty-color-clear. Remove code that sets
6085 up tty-color-alist (it is now on startup.el).
6086 (x-display-color-p, x-color-defined-p, x-color-values,
6087 x-defined-colors, face-color-supported-p, face-color-gray-p):
6088 Remove.
6089
6090 * facemenu.el (facemenu-read-color, list-colors-display): Use
6091 defined-colors for all frame types.
6092 (facemenu-color-equal): Use color-values for all frame types.
6093
6094 * faces.el (read-face-attribute): For :foreground and :background
6095 attributes and frames on character terminals, translate the color
6096 to the closest supported one before looking it up in the list of
6097 valid values.
6098 (face-valid-attribute-values): Call defined-colors for all types
6099 of frames.
6100 (defined-colors, color-defined-p, color-values, display-color-p):
6101 New finctions.
6102 (x-defined-colors, x-color-defined-p, x-color-values,
6103 x-display-color-p): Aliases for the above.
6104
6105 * startup.el (command-line): Register terminal colors for frame
6106 types other than x and w32, but only if the terminal supports
6107 colors. Call tty-color-define instead of face-register-tty-color.
6108
6109 * term/x-win.el (xw-defined-colors): Renamed from
6110 x-defined-colors.
6111 * term/w32-win.el (xw-defined-colors): Likewise.
6112
6113 * term/tty-colors.el: New file.
6114 * loadup.el: Load term/tty-colors.
6115
6116 1999-12-06 Dave Love <fx@gnu.org>
6117
6118 * ffap.el: Autoload the ffap alias directly.
6119
6120 1999-12-06 Inge Frick <inge@nada.kth.se>
6121
6122 * dired-aux.el (dired-do-shell-command): Changed documentation.
6123 (dired-shell-stuff-it): A `?' in COMMAND has now the same
6124 meaning as `*'.
6125
6126 1999-12-06 Gerd Moellmann <gerd@gnu.org>
6127
6128 * simple.el (insert-buffer): Doc fix.
6129
6130 * apropos.el (apropos-mode): Add autoload cookie.
6131
6132 1999-12-06 Sam Steingold <sds@goems.com>
6133
6134 * progmodes/etags.el (etags-tags-completion-table): Modified the
6135 regexp to allow for the CL symbols starting with `+*'.
6136 (tags-completion-table): Doc fix (it's an obarray, not an alist).
6137 (tags-completion-table, tags-recognize-empty-tags-table): Remove
6138 `function' quoting lambda.
6139 (tags-with-face): New macro.
6140 (list-tags, tags-apropos): Use it.
6141 (tags-apropos-additional-actions): New user option.
6142 (etags-tags-apropos-additional): Use it.
6143 (tags-apropos): Call etags-tags-apropos-additional.
6144 (tags-apropos-verbose): New user option.
6145 (etags-tags-apropos): Use it.
6146 (visit-tags-table-buffer, next-file): Use `unless'.
6147 (recognize-empty-tags-table): Renamed to
6148 tags-recognize-empty-tags-table.
6149 (complete-tag): Call tags-complete-tag bypassing try-completion.
6150
6151 1999-12-06 Kenichi Handa <handa@etl.go.jp>
6152
6153 * international/mule.el (set-buffer-file-coding-system): Docstring
6154 modified.
6155
6156 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
6157
6158 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
6159 using the hideshow package.
6160 (hs-special-modes-alist): Added entry for bibtex to allow the use
6161 of the hideshow package.
6162 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
6163 not longer provided by bibtex.el directly. Instead the hideshow
6164 package should be used.
6165 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
6166 references to bibtex-hide-entry-bodies.
6167
6168 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
6169
6170 * textmodes/bibtex.el: Copyright notice is up to date. Moved
6171 maintainer information closer to the beginning of the bibtex.el
6172 file.
6173 (bibtex-maintainer-salutation): New constant.
6174 (bibtex-version): New constant.
6175 (bibtex-submit-bug-report): Use bibtex-version and
6176 bibtex-maintainer-salutation.
6177 (bibtex-entry-field-alist): Made booktitle field optional for
6178 @inproceedings entries when crossreferenced.
6179 (bibtex-entry-field-alist): Added booktitle field to proceedings
6180 entry type (for cross referencing). Thanks to Wagner Toledo Correa
6181 for the suggestion.
6182 (bibtex-string-file-path): Fixed typo.
6183
6184 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
6185
6186 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
6187 for reftex.el.
6188 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
6189 to menu.
6190
6191 1999-12-04 Dave Love <fx@gnu.org>
6192
6193 * delsel.el: Revert previous change -- region is significant to
6194 skeleton.
6195
6196 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
6197
6198 * viper-cmd.el (viper-change-state): Use
6199 viper-ESC-moves-cursor-back to decide whether to move the cursor
6200 back.
6201
6202 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
6203
6204 * international/mule-util.el (truncate-string-to-width): Docsting
6205 fixed.
6206
6207 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
6208
6209 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
6210 use of `cond'.
6211 (lm-with-file): Move all the find-file...kill-buffer stuff into
6212 this macro. Make it use `find-file-noselect' and make it kill
6213 the buffer only if it wasn't already displayed somewhere.
6214 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
6215 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
6216 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
6217 (lm-commentary): Fix to handle the case when the change log is
6218 at the end of the file.
6219
6220 1999-12-02 Kenichi Handa <handa@etl.go.jp>
6221
6222 * international/mule.el (charsetp): Fix typo in docstring.
6223
6224 * international/mule-diag.el (list-coding-categories): Fix typo;
6225 automatic -> autoload.
6226
6227 1999-12-02 Gerd Moellmann <gerd@gnu.org>
6228
6229 * vc.el (vc-update-change-log): Look for rcs2log under
6230 exec-directory.
6231
6232 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
6233 outline-regexp, add outline-level.
6234 (lisp-outline-level): New.
6235
6236 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
6237 remove extraneous string-match.
6238
6239 * finder.el (finder-commentary): Activate Finder mode.
6240
6241 1999-12-01 Anders Lindgren <andersl@andersl.com>
6242
6243 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
6244 off when reverting buffers that contained mode specifiers.
6245 `revert-buffer' is now called with non-nil PRESERVE-MODES
6246 argument.
6247
6248 1999-12-01 Dave Love <fx@gnu.org>
6249
6250 * delsel.el: Grok skeleton-pair-insert-maybe.
6251
6252 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6253
6254 * progmodes/cperl-mode.el (cperl-under-as-char):
6255 Use nil as default.
6256
6257 1999-11-30 Gerd Moellmann <gerd@gnu.org>
6258
6259 * speedbar.el (toplevel): Remove compatibility code for Emacs
6260 versions without custom.el.
6261
6262 1999-11-30 Dave Love <fx@gnu.org>
6263
6264 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
6265
6266 * autoinsert.el: Minor doc fixes.
6267 (auto-insert): Return nil.
6268
6269 * faces.el (set-face-documentation): Purecopy STRING.
6270
6271 1999-11-29 Dave Love <fx@gnu.org>
6272
6273 * derived.el: Doc fixes, remove old backquote syntax.
6274
6275 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
6276 comment warning about editing.
6277
6278 * help.el (help-mode-hook): Define.
6279
6280 1999-11-29 Gerd Moellmann <gerd@gnu.org>
6281
6282 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
6283 invalid translation of old-style backquote syntax to new syntax.
6284
6285 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
6286
6287 * Makefile (DONTCOMPILE): Add term/internal.el.
6288
6289 1999-11-26 Dave Love <fx@gnu.org>
6290
6291 * comint.el: Fix last change.
6292
6293 * emacs-lisp/advice.el: Fix last change.
6294
6295 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6296
6297 * cus-edit.el (Custom-reset-standard): Doc fix.
6298 (custom-variable-reset-standard): Doc fix.
6299 (custom-face-reset-standard): Doc fix.
6300 (custom-face-menu): "Reset to Standard" => "Erase Customization".
6301 (custom-variable-menu): Likewise.
6302 (custom-reset-menu): Likewise.
6303 (custom-buffer-create-internal): Likewise.
6304
6305 1999-11-26 Dave Love <fx@gnu.org>
6306
6307 * progmodes/make-mode.el (makefile-mode-hook): Customize.
6308
6309 * font-lock.el: Doc fixes.
6310
6311 * menu-bar.el (menu-bar-mode): Customize.
6312
6313 * cus-start.el: Add use-dialog-box.
6314
6315 * add-log.el (change-log-mode-hook): Customize.
6316 (add-log-current-defun): Use
6317 fortran-{beginning,end}-of-subprogram.
6318
6319 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6320
6321 * emacs-lisp/advice.el: Many doc fixes.
6322
6323 * comint.el (comint-preoutput-filter-functions): Doc fix.
6324
6325 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6326
6327 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6328 Improve messages for capitalization of arg names,
6329 for flag variables, for t and nil, for imperatives.
6330 Call them imperatives rather than infinitives sans "to".
6331 (checkdoc-common-verbs-wrong-voice): Add "moves".
6332 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
6333
6334 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6335 Don't convert comments from 3-semicolon to 2-semicolon.
6336 That is a matter of style.
6337 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
6338 (checkdoc-comments): Don't bind that variable.
6339
6340 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6341
6342 * files.el (write-file-hooks): Doc fix.
6343
6344 1999-11-26 Gerd Moellmann <gerd@gnu.org>
6345
6346 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
6347
6348 1999-11-25 Dave Love <fx@gnu.org>
6349
6350 * hippie-exp.el: Require comint when compiling.
6351 (hippie-expand): Add :links.
6352 (hippie-expand-try-functions-list): Customize.
6353
6354 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
6355
6356 * viper*el: Replaced old-style backquotes.
6357
6358 * ediff*el: Replaced old-style backquotes.
6359
6360 * ediff-merge
6361 (ediff-looks-like-combined-merge,ediff-get-combined-region):
6362 Changed to support the new format for ediff-combination-pattern.
6363
6364 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
6365 Changed to support the new format for ediff-combination-pattern.
6366
6367 1999-11-24 Dave Love <fx@gnu.org>
6368
6369 * custom.el (custom-declare-group): Purecopy DOC.
6370 (custom-handle-keyword): Purecopy VALUE.
6371 (custom-add-link): Purecopy WIDGET.
6372 (custom-add-version): Purecopy VERSION.
6373 (custom-add-load): Purecopy LOAD.
6374
6375 * cus-face.el (custom-declare-face): Purecopy DOC.
6376
6377 * info.el:
6378 (Info-build-node-completions, Info-search, Info-follow-reference)
6379 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
6380 (Info-find-emacs-command-nodes): Avoid properties on matched text
6381 which may appear in minibuffer.
6382
6383 1999-11-24 Gerd Moellmann <gerd@gnu.org>
6384
6385 * locate.el (locate-with-filter): Doc fix.
6386
6387 1999-11-24 Alex Schroeder <alex@gnu.org>
6388
6389 * sql.el (sql-find-sqli-buffer): New function.
6390 (sql-set-sqli-buffer-generally): New function.
6391 (sql-set-sqli-buffer): Better checking of new-buffer.
6392 (sql-copy-column): Add comma after INTO clause, too.
6393
6394 1999-11-24 Alex Schroeder <alex@gnu.org>
6395
6396 * sql.el (sql-imenu-generic-expression): New, used to set
6397 imenu-generic-expression.
6398
6399 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
6400 setting font-lock-defaults' SYNTAX-ALIST. Set
6401 imenu-generic-expression, imenu-case-fold-search, and
6402 imenu-syntax-alist.
6403
6404 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
6405 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
6406
6407 1999-11-23 Andrew Innes <andrewi@gnu.org>
6408
6409 * w32-win.el (w32-drag-n-drop): Load files in current window, if
6410 drop coords aren't over a specific window.
6411
6412 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6413
6414 * ps-print.el: Define mule funs without checking if mule package is
6415 loaded.
6416 (ps-print-version): New version number (5.0.1).
6417 (ps-header-dirpart): Now uses abbreviate-file-name.
6418
6419 1999-11-23 Dave Love <fx@gnu.org>
6420
6421 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
6422 comment-line-start.
6423 (fortran-comment-line-start-skip): Renamed from
6424 comment-line-start-skip.
6425 (fortran-mode-map): Use renamed functions. Add manual and custom
6426 entries to menu.
6427 (fortran-mode-hook): Customize.
6428 (fortran-comment-indent-function): Renamed from
6429 fortran-comment-hook.
6430 (delete-horizontal-regexp): Function deleted.
6431 (fortran-electric-line-number): Simplified.
6432 (fortran-beginning-of-subprogram): Renamed from
6433 beginning-of-fortran-subprogram.
6434 (fortran-end-of-subprogram): Renamed from
6435 end-of-fortran-subprogram.
6436 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
6437 (fortran-previous-statement, fortran-next-statement): Simplified.
6438 (fortran-blink-match): New function.
6439 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
6440 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
6441 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
6442 line-end-position.
6443 (fortran-fill): No longer interactive. Simplified.
6444 (fortran-break-line): Simplified.
6445 (fortran-analyze-file-format): Use char-after, not looking-at.
6446
6447 * emacs-lisp/find-func.el (find-function-regexp): Use
6448 `define-minor-mode' after easy-menu change.
6449
6450 1999-11-23 Gerd Moellmann <gerd@gnu.org>
6451
6452 * comint.el: Add redirection.from active comint buffers into
6453 another buffer. Written by Peter Breton.
6454
6455 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
6456
6457 * emacs-lisp/autoload.el (make-autoload): Recognize the new
6458 `define-minor-mode'.
6459 (define-minor-mode): Specify `doc-string-elt'.
6460
6461 * emacs-lisp/easy-mmode.el: Changed maintainer.
6462 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
6463 Use defcustom for the hooks; Improve the auto-generated docstrings.
6464 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
6465 (define-minor-mode): Add BODY arg; Only declare the keymap if
6466 provided; Improve the auto-generated docstrings.
6467
6468 1999-11-22 Gerd Moellmann <gerd@gnu.org>
6469
6470 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
6471 that the leading `^' is at the start. This is necessary because
6472 paragraphs.el tries to remove anchors, but can find them only if
6473 they are the first character.
6474
6475 * progmodes/antlr-mode.el: New file.
6476
6477 * calendar/calendar.el: Fix autoload for
6478 calendar-absolute-from-astro. Add autoload for
6479 calendar-print-astro-day-number.
6480
6481 1999-11-21 Anders Lindgren <andersl@andersl.com>
6482
6483 * follow.el: Use modern backquote syntax. Minor comment update.
6484
6485 1999-11-21 Gerd Moellmann <gerd@gnu.org>
6486
6487 * simple.el (with-syntax-table): Don't switch buffers.
6488
6489 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
6490 progmodes/hideif.el: Use new backquote syntax.
6491
6492 1999-11-21 Ken Manheimer <klm@python.org>
6493
6494 * icomplete.el (icomplete-completions): Use an explicit variable
6495 `icomplete-prospects-length', obviating the need to use an
6496 apparently faulty throw/catch arrangement.
6497
6498 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
6499
6500 * term/internal.el (IT-display-table-setup): Don't overstep
6501 character code 255.
6502
6503 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
6504
6505 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
6506 for the charset chinese-sisheng is 7bit encoding, not 8bit.
6507
6508 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
6509
6510 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
6511 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
6512
6513 * files.el (auto-mode-alist): Add patterns for diff-mode.
6514
6515 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
6516 to detect an empty prompt.
6517
6518 1999-11-18 Dave Love <fx@gnu.org>
6519
6520 * simple.el (input-mode-8-bit): Fix the customization.
6521
6522 1999-11-18 Gerd Moellmann <gerd@gnu.org>
6523
6524 * international/iso-acc.el (iso-languages): Add more
6525 characters for Portuguese.
6526
6527 * speedbar.el: Clean up comment at the start of the file.
6528 Remove RCS id.
6529
6530 * progmodes/compile.el (compilation-parse-errors): Use
6531 compilation-buffer-p instead of testing major-mode.
6532
6533 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
6534
6535 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
6536 (quickurl-ask): completion-ignore-case is set to the value of
6537 quickurl-completion-ignore-case for the duration of the call to
6538 completing-read.
6539
6540 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6541
6542 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
6543
6544 1999-11-18 Kenichi Handa <handa@etl.go.jp>
6545
6546 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
6547 instead of ps-print-def.
6548
6549 * ps-print.el: Require ps-vars instead of ps-print-def.
6550
6551 * ps-mule.el: Require ps-vars instead of ps-print-def.
6552
6553 1999-11-17 Gerd Moellmann <gerd@gnu.org>
6554
6555 * simple.el (with-syntax-table): Save buffer explicitly instead of
6556 using save-excursion.
6557
6558 1999-11-16 Gerd Moellmann <gerd@gnu.org>
6559
6560 * mail/supercite.el: New maintainer.
6561
6562 1999-11-16 Reto Zimmermann <reto@synopsys.com>
6563
6564 * progmodes/vhdl-mode.el: Use new backquote syntax.
6565
6566 1999-11-16 Gerd Moellmann <gerd@gnu.org>
6567
6568 * simple.el (with-syntax-table): New.
6569
6570 1999-11-15 Sam Steingold <sds@ksp.com>
6571
6572 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
6573
6574 1999-02-22 Sam Steingold <sds@goems.com>
6575
6576 * goto-addr.el (goto-address-at-mouse,
6577 goto-address-find-address-at-point): Use compose-mail.
6578 (goto-address-mail-method): Removed variable.
6579 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
6580 goto-address-send-using-mail): Removed functions.
6581
6582 1998-11-03 Sam Steingold <sds@goems.com>
6583
6584 * simple.el (backward-delete-char-untabify):
6585 backward-delete-char-untabify-method can be `all' now - to delete
6586 hungrily including newlines.
6587
6588 1999-11-15 Sam Steingold <sds@ksp.com>
6589
6590 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
6591
6592 1999-11-15 Dave Love <fx@gnu.org>
6593
6594 * cus-edit.el (customize-face, customize-face-other-window):
6595 Require match from completing-read.
6596 (custom-buffer-done-function): Default to custom-bury-buffer, not
6597 bury-buffer.
6598
6599 1999-11-15 Gerd Moellmann <gerd@gnu.org>
6600
6601 * mail/rmail.el, iswitchb.el, hippie-exp.el,
6602 progmodes/cperl-mode.el: Use new backquote syntax.
6603
6604 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
6605
6606 * uniquify.el: Use new backquote syntax.
6607
6608 1999-11-14 Markus Rost <rost@ias.edu>
6609
6610 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
6611 as in ispell-local-dictionary-alist.
6612
6613 1999-11-14 Alex Schroeder <alex@gnu.org>
6614
6615 * ansi-color.el (ansi-color-apply): Updated regexps to include
6616 highlighted face.
6617
6618 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
6619
6620 * forms.el (forms--make-format-elt-using-text-properties):
6621 Treat `intangible' differently.
6622
6623 * forms.el: Use new backquote syntax.
6624
6625 1999-11-13 Gerd Moellmann <gerd@gnu.org>
6626
6627 * textmodes/scribe.el (scribe-mode): Doc-fix.
6628
6629 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
6630
6631 * net-utils.el (run-network-program, net-utils-run-program): Use
6632 the new backquote syntax.
6633 (smbclient-program, smbclient-program-options)
6634 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
6635 variables
6636 (smbclient, smbclient-list-shares): New functions
6637
6638 1999-11-12 Sam Steingold <sds@ksp.com>
6639
6640 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
6641 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
6642 (viper-kbd-buf-definition, viper-kbd-mode-alist)
6643 (viper-kbd-mode-pair, viper-kbd-mode-definition)
6644 (viper-kbd-global-pair, viper-kbd-global-definition):
6645 Use the new backquote syntax.
6646
6647 * emulation/viper-cmd.el (viper-test-com-defun)
6648 (viper-prefix-arg-value, viper-prefix-arg-com):
6649 Use the new backquote syntax.
6650
6651 * emacs-lisp/debug.el (debugger-env-macro):
6652 Use the new backquote syntax.
6653
6654 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
6655 Use the new backquote syntax.
6656
6657 * calendar/calendar.el (calendar-remove-frame-by-deleting):
6658 New user variable.
6659 (calendar-hide-window): Use it.
6660 (increment-calendar-month, calendar-for-loop, calendar-sum):
6661 Use the new backquote syntax.
6662
6663 1999-11-12 Andrew Innes <andrewi@gnu.org>
6664
6665 * select.el (x-set-selection): Call buffer-substring, not
6666 substring. Also fix docstring
6667
6668 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
6669
6670 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
6671 of customizable variables to bug report message. Added
6672 system-type to package name in bug report.
6673
6674 1999-11-12 Gerd Moellmann <gerd@gnu.org>
6675
6676 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
6677 to display file names.
6678
6679 1999-11-11 Gerd Moellmann <gerd@gnu.org>
6680
6681 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
6682
6683 * isearch.el: Add lazy-highlighting feature.
6684
6685 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
6686
6687 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
6688 constant.
6689 (ps-mode-submit-bug-report): New function. Entry added to menu.
6690
6691 1999-11-10 William M. Perry <wmperry@aventail.com>
6692
6693 * mwheel.el: New file to support the new style wheeled mice.
6694
6695 1999-11-10 Gerd Moellmann <gerd@gnu.org>
6696
6697 * startup.el (initial-scratch-message): Add ";;" to the front of
6698 lines in the message.
6699
6700 * files.el (file-local-copy): Remove optional BUFFER argument
6701 because that's not used by anything.
6702
6703 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
6704 to-address.
6705
6706 1999-11-08 Markus Rost <rost@ias.edu>
6707
6708 * wid-edit.el (widget-button-click): Wrap with save-excursion
6709 to restore track-mouse in the correct buffer.
6710
6711 1999-11-08 Gerd Moellmann <gerd@gnu.org>
6712
6713 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
6714
6715 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
6716
6717 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
6718 lpr-command to "lp" for some system-types. (copied from lpr.el
6719 Emacs version 20.2.1).
6720
6721 1999-11-04 Markus Rost <rost@ias.edu>
6722
6723 * simple.el (comment-region): Strip off white space at end of
6724 comment-start.
6725
6726 1999-11-04 Gerd Moellmann <gerd@gnu.org>
6727
6728 * faces.el (secondary-selection): Fix wrong color name.
6729
6730 1999-11-04 John Tobey <jtobey@epsilondev.com>
6731
6732 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
6733 the default when invoking perldb in a non-Perl buffer, and other
6734 cases involving -e or --.
6735
6736 1999-11-04 Gerd Moellmann <gerd@gnu.org>
6737
6738 * simple.el (previous-matching-history-element)
6739 (next-history-element): Use delete-field instead of erase-field.
6740
6741 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
6742 Use delete-field instead of erase-field.
6743
6744 * faces.el (secondary-selection): Change background to yellow.
6745
6746 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
6747 find the start of the text. Use field-string to read the user
6748 input.
6749
6750 1999-11-03 Gerd Moellmann <gerd@gnu.org>
6751
6752 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
6753 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
6754 for compatibility with old face implementation.
6755
6756 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
6757 Use erase-field instead of erase-buffer.
6758
6759 * frame.el (blink-cursor-mode, blink-cursor-end): Use
6760 internal-show-cursor with new interface.
6761 (blink-cursor-timer-function): New.
6762 (blink-cursor-start): Use blink-cursor-timer-function.
6763
6764 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6765
6766 * calendar.el (redraw-calendar): Move to nearest date before
6767 redrawing.
6768
6769 * diary-lib.el (simple-diary-display): Reset modeline even if
6770 there are no diary entries since the diary buffer may be displayed.
6771
6772 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6773
6774 * emacs-lisp/debug.el (debug): If noninteractive, display the
6775 backtrace using `message', then exit Emacs.
6776 (debugger-batch-max-lines): New variable.
6777 (debugger-setup-buffer): New subroutine, broken out of `debug'.
6778 Change the messages put at the start, to say that the debugger
6779 was entered.
6780
6781 1999-11-02 Sam Steingold <sds@ksp.com>
6782
6783 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
6784
6785 1999-11-01 John Tobey <jtobey@epsilondev.com>
6786
6787 * gud.el: (gud-perldb-massage-args): Massage correctly in the
6788 presence of perl switches other than "-e".
6789
6790 1999-11-01 Markus Rost <rost@ias.edu>
6791
6792 * dired-x.el (dired-smart-shell-command): Use
6793 shell-command-history as in shell-command.
6794
6795 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6796
6797 * userlock.el (ask-user-about-lock): Doc fix.
6798
6799 * frame.el: Doc fixes.
6800
6801 1999-11-01 Gerd Moellmann <gerd@gnu.org>
6802
6803 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
6804 of show-cursor.
6805 (blink-cursor-start, blink-cursor-end): Ditto.
6806
6807 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
6808
6809 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6810
6811 * window.el (walk-windows): If ALL-FRAMES is a frame,
6812 start on that frame. Use save-selected-window.
6813
6814 1999-11-01 Gerd Moellmann <gerd@gnu.org>
6815
6816 * simple.el (end-of-buffer): Use window-end to find the window end
6817 instead of vertical-motion because this handles variable-height
6818 lines correctly.
6819
6820 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
6821
6822 * ediff.el: Version change.
6823
6824 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
6825 make sure you are in a good frame before deleting other
6826 windows.
6827 (ediff-file-checked-in-p): Don't consider CVS
6828 files checked in.
6829 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
6830 are writing to a newly created empty file.
6831
6832 * ediff-mult.el (ediff-show-session-group-hook): New default.
6833
6834 * ediff-vers.el (ediff-pcl-cvs-view-revision):
6835 First cd to the file directory. reportedly works
6836 better with remote files.
6837
6838 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
6839 Use file-name-nondirectory when passing files to CVS.
6840
6841 * ediff-diff.el (ediff-cmp-options): New variable.
6842 (ediff-same-file-contents): Use ediff-cmp-options.
6843
6844 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
6845 ediff-get-patch-buffer): Use current buffer if it appears to be a
6846 patch.
6847
6848 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
6849 C-g
6850
6851 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
6852 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
6853 (viper-save-cursor-color,viper-restore-cursor-color):
6854 Improved cursor color handling.
6855 (viper-get-saved-cursor-color-in-replace-mode,
6856 viper-get-saved-cursor-color-in-insert-mode): New functions for
6857 better cursor color handling.
6858
6859 * viper-ex.el (ex-read,ex-edit):
6860 Fixes for correct interpretation of #,%.
6861 (viper-ex): Now works correctly when called from other functions.
6862 (viper-glob-function): New variable.
6863 (viper-ex): Save excursion before doing :global.
6864
6865 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
6866
6867 * viper-cmd.el (viper-post-command-sentinel,
6868 viper-insert-state-post-command-sentinel,
6869 viper-insert-state-pre-command-sentinel): Takes better care of
6870 cursor colors.
6871
6872 * viper.el: Version change.
6873
6874 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
6875
6876 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
6877 that the modeline display was updated *only* when
6878 `whitespace-display-in-modeline' was set, not otherwise.
6879
6880 1999-10-30 Gerd Moellmann <gerd@gnu.org>
6881
6882 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
6883 "frac12".
6884
6885 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
6886 ad-activate.
6887
6888 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
6889
6890 * whitespace.el: Test for existence of `defcustom' and `defgroup'
6891 using fboundp instead of assuming that these are not present in
6892 particular flavors of emacs.
6893 (whitespace-version): Update to 2.8
6894 (whitespace-display-in-modeline): Add custom variable to control
6895 displaying the whitespace errors on the modeline based on
6896 suggestion from <klaus.berndl@sdm.de>
6897 (whitespace-buffer): Now returns `t' if unclean and `nil' if
6898 clean, to enable using as a hook function, as suggested by Puneet
6899 Goel <puneet@computer.org>
6900 (whitespace-buffer): Fix a subtle bug that cleaned up only if
6901 quiet was not set, even with whitespace-auto-cleanup set.
6902 (whitespace-mode-line): Now uses less modeline real estate and
6903 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
6904 which is present in the file, and <y> is any type of whitespace
6905 whose check has been suppressed by setting
6906 `whitespace-check-<whitespace-type>' to nil.
6907 (whitespace-unchecked-whitespaces): New function to return the
6908 list of whitespaces for whom checks have been suppressed.
6909 (whitespace-display-unchecked-whitespaces): Renamed to
6910 `whitespace-update-modeline' to reflect its functionality.
6911
6912 1999-10-30 Gerd Moellmann <gerd@gnu.org>
6913
6914 * progmodes/compile.el (compilation-error-regexp-alist):
6915 Undo previous change.
6916
6917 1999-10-28 Dave Love <fx@gnu.org>
6918
6919 * help.el (help-follow): Make arg optional again and really
6920 default to point.
6921
6922 1999-10-28 Gerd Moellmann <gerd@gnu.org>
6923
6924 * paths.el (rmail-file-name): Make it an option.
6925
6926 * progmodes/ada-mode.el, progmodes/ada-prj.el,
6927 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
6928 comment fixes.
6929
6930 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
6931 MIPS Pro 7.3 compiler error message syntax.
6932
6933 1999-10-27 Dave Love <fx@gnu.org>
6934
6935 * progmodes/compile.el: Checkdoc-inspired fixes.
6936
6937 1999-10-27 Gerd Moellmann <gerd@gnu.org>
6938
6939 * lpr.el (print-buffer): Doc-string fix.
6940
6941 1999-10-27 Dave Love <fx@gnu.org>
6942
6943 * emacs-lisp/advice.el: Doc fixes.
6944 (ad-lemacs-p): Removed.
6945 (advice): Add :link to defgroup.
6946
6947 1999-10-27 Kenichi Handa <handa@etl.go.jp>
6948
6949 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
6950 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
6951
6952 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6953
6954 * window.el (walk-windows): If ALL-FRAMES is a frame,
6955 start on that frame. Use save-selected-window.
6956
6957 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6958
6959 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
6960 ad-activate. All callers changed, including those in data.c.
6961 (ad-activate-internal-off): Renamed from ad-activate-off.
6962 All uses changed.
6963 (ad-activate): Renamed from ad-activate-on. All uses changed.
6964 (ad-start-advice, ad-stop-advice, ad-recover-normality):
6965 Alter the definition of ad-activate-internal, not ad-activate.
6966
6967 1999-10-26 Gerd Moellmann <gerd@gnu.org>
6968
6969 * startup.el (command-line-1): Add support for command line
6970 arguments `file' and `execute'. Fix handling of `visit'.
6971
6972 1999-10-26 Kenichi Handa <handa@etl.go.jp>
6973
6974 * international/mule-cmds.el (read-input-method-name): Handle the
6975 case that the arg DEFAULT is symbol.
6976
6977 * international/mule-diag.el (mule-diag): Handle the case that
6978 default-input-method is symbol.
6979
6980 1999-10-26 Gerd Moellmann <gerd@gnu.org>
6981
6982 * textmodes/tildify.el: New file.
6983
6984 1999-10-25 Sam Steingold <sds@ksp.com>
6985
6986 * Makefile (compile-files): Fixed the "tr" strings.
6987 (EMACS): Set to ../src/emacs.
6988
6989 1999-10-25 Gerd Moellmann <gerd@gnu.org>
6990
6991 * info.el (Info-build-node-completions): Add '("*") to the
6992 completion list.
6993
6994 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6995
6996 * frame.el (auto-raise-mode): When enabling the mode,
6997 immediately raise the selected frame.
6998
6999 * indent.el (indent-region): Doc fix.
7000
7001 * comint.el (comint-output-filter): Make the Comint buffer current
7002 for the comint-preoutput-filter-functions.
7003
7004 * mail/reporter.el: Doc fix.
7005
7006 1999-10-24 Stephen Eglen <stephen@gnu.org>
7007
7008 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
7009 that Octave lisp files can also run under XEmacs 20.
7010 (require 'custom) added so that files can run under Emacs 19.34.
7011
7012 * iswitchb.el (iswitchb-default-keybindings): No need to use
7013 read-kbd-macro in keybindings.
7014
7015 1999-10-23 Dave Love <fx@gnu.org>
7016
7017 * elide-head.el: New file.
7018
7019 1999-10-23 Gerd Moellmann <gerd@gnu.org>
7020
7021 * Makefile (compile-files, backup-compiled-files): New targets.
7022 (bootstrap, bootstrap-clean): Ditto.
7023
7024 1999-10-22 Paul Eggert <eggert@twinsun.com>
7025
7026 * international/mule-cmds.c (locale-language-names):
7027 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
7028 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
7029 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
7030 Use Latin-8 for Welsh.
7031 Use Latin-1 for English if "en" is explicitly specified.
7032 Use Latin-1 for Scots Gaelic, Tagalog.
7033 Use Latin-1 (not Latin-4) for Greenlandic.
7034 Use Latin-1 (not Latin-2) for Albanian.
7035 (locale-preferred-coding-systems, locale-language-names):
7036 Remove generic ISO 8859 locales; locale-charset-language-names now
7037 does this.
7038 (locale-charset-language-names): New variable.
7039 (set-locale-environment): Use language name specified by
7040 locale-charset-language-names if its charsets disagree with the
7041 language name specified by locale-language-names.
7042
7043 1999-10-22 Dave Love <fx@gnu.org>
7044
7045 * make-mode.el: Minor doc fixes.
7046
7047 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
7048
7049 1999-10-21 Dave Love <fx@gnu.org>
7050
7051 * loadup.el: Add latin-8, latin-9.
7052
7053 1999-10-20 Paul Eggert <eggert@twinsun.com>
7054
7055 * disp-table.el (standard-display-european): Remove undocumented
7056 arg AUTO; no longer used by startup.el. Do not attempt to treat
7057 all non-English language environments as coding system names.
7058 Instead, use the downcased language environment name as a coding
7059 system name if it is one; otherwise, use latin-1.
7060
7061 1999-10-20 Gerd Moellmann <gerd@gnu.org>
7062
7063 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
7064 that were split so that part of the comment appeared as Lisp code.
7065
7066 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7067
7068 * ps-bdf.el: Doc fix.
7069
7070 * ps-print-def.el: New file: common definitions for all parts of
7071 ps-print.
7072 (ps-multibyte-buffer): Moved from ps-mule.
7073
7074 * ps-mule.el: File dependence fix.
7075 (ps-multibyte-buffer): Moved to ps-print-def.
7076
7077 * ps-print.el: Doc fix, better customization.
7078 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
7079 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
7080 (ps-end-file): Doc fix.
7081 (ps-setup, ps-begin-file): Fun fix.
7082 (postscript): New group.
7083 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
7084 (ps-print-prologue-1): Adjust PostScript programming.
7085 (ps-print): Adjust group hierarchy.
7086 (ps-print-n-up, ps-print-zebra, ps-print-background,
7087 ps-print-printer)
7088 (ps-print-page): New subgroups.
7089 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
7090 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
7091 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
7092 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
7093 (ps-zebra-stripe-height, ps-print-background-image)
7094 (ps-print-background-text, ps-spool-config): Adjust customization.
7095 (dos-ps-printer): Definition eliminated.
7096
7097 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7098
7099 * ps-mule.el: Doc fix, define functions properly if mule package is
7100 loaded or not.
7101 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
7102 mule package is loaded or not.
7103
7104 * ps-print.el: Doc fix, n-up printing.
7105 (ps-print-version): New version number (5.0).
7106 (ps-page-dimensions-database): Added document media.
7107 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
7108 (ps-page-order, ps-printing-region-p): New vars.
7109 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
7110 funs.
7111 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
7112 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
7113 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
7114 (ps-n-up-xstart, ps-n-up-ystart): New macros.
7115 (ps-print-begin-sheet-hook): New hook.
7116 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
7117 const.
7118 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
7119 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
7120 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
7121 (ps-count-lines): Changed to defun.
7122 (ps-header-page): Changed to defsubst, fix fun.
7123 (ps-printing-region): Doc fix, adjust programming code.
7124 (ps-output-boolean, ps-background-pages, ps-background-text)
7125 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
7126 programming code.
7127
7128 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7129
7130 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
7131 (ps-print-version): New version number (4.2).
7132 (ps-spool-config, ps-spool-tumble): New vars.
7133 (ps-print-prologue-1): Changed to defconst, adjust PostScript
7134 programming, new PostScript procedure to handle errors.
7135 (ps-print-prologue-2): Changed to defconst.
7136 (ps-print-duplex-feature): New const: duplex and tumble setting.
7137 (ps-setup, ps-begin-file): Fix funs.
7138 (ps-boolean-capitalized): New fun.
7139
7140 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
7141
7142 * Makefile (dontcompilefiles): Obsoleted.
7143 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
7144 (EL): Unused.
7145 (temacs): Removed (unused).
7146 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
7147 version of the file (necessary for the update to work properly).
7148 (autoloads): Force the use of `pwd`/loaddefs.el.
7149 (updates); Redefined in terms of other targets to reduce redundancy.
7150 (.el.elc): New default rule, just in case you want it.
7151 (compile): Use a single invocation of Emacs.
7152 (bootstrap-compile); Unneeded.
7153 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
7154
7155 1999-10-19 Dave Love <fx@gnu.org>
7156
7157 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
7158
7159 1999-10-19 Sam Steingold <sds@ksp.com>
7160
7161 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
7162 comply with the comment.
7163
7164 1999-10-19 Gerd Moellmann <gerd@gnu.org>
7165
7166 * autorevert.el (auto-revert-mode): Make auto-revert-mode
7167 permanent-local.
7168
7169 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
7170
7171 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
7172 value: \"lpr\" changed to "lpr"
7173 (ps-mode-version): New constant
7174 (ps-mode-show-version): New function, added key in ps-mode-map
7175 (ps-run-messages): Removed
7176 (ps-run-font-lock-keywords-2): New defcustom variable replacing
7177 ps-run-messages. These keywords now include the value of
7178 ps-run-prompt, making its fontification customizable.
7179 (ps-run-init): Removed \\n from docstring, it is now added when
7180 the value is used
7181 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
7182 ps-run-prompt
7183 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
7184 customizable variables in doc-string (its equivalent
7185 ps-run-messages was missing in previous version of the doc-string)
7186 (ps-run-mode): Simplified assignment to font-lock-defaults, using
7187 symbols only
7188
7189 1999-10-19 Alex Schroeder <alex@gnu.org>
7190
7191 * ansi-color.el: Complete rewrite.
7192
7193 1999-10-19 Paul Eggert <eggert@twinsun.com>
7194
7195 Fix bootstrapping problems.
7196 Use the system locale to specify Emacs locale defaults.
7197
7198 * international/mule-cmds.el (global-map):
7199 Do not use backquote, because that makes a bootstrapping
7200 problem if you need to recompile all Lisp files using interpreted code.
7201 * international/mule.el (charset-id, charset-bytes,
7202 charset-dimension, charset-chars, charset-width,
7203 charset-direction, charset-iso-final-char,
7204 charset-iso-graphic-plane, charset-reverse-charset,
7205 charset-short-name, charset-long-name, charset-description,
7206 charset-plist): Likewise.
7207 * subr.el (save-match-data): Likewise.
7208
7209 * international/mule-cmds.el
7210 (set-display-table-and-terminal-coding-system): New function,
7211 containing code migrated out of set-language-environment.
7212 (set-language-environment, set-locale-environment): Use it.
7213 (locale-translation-file-name): Moved here from startup.el.
7214 (locale-language-names, locale-preferred-coding-systems):
7215 New vars.
7216 (locale-name-match, set-locale-environment): New functions.
7217
7218 * language/japan-util.el (setup-japanese-environment-internal):
7219 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
7220
7221 * startup.el (iso-8859-n-locale-regexp): Remove.
7222 (locale-translation-file-name): Move to mule-cmds.el.
7223 (command-line): Move locale-stuff into set-locale-environment.
7224
7225 1999-10-18 Dave Love <fx@gnu.org>
7226
7227 * abbrev.el (add-abbrev, inverse-add-abbrev)
7228 (expand-region-abbrevs): Remove properties from buffer text.
7229
7230 1999-10-17 Gerd Moellmann <gerd@gnu.org>
7231
7232 * iswitchb.el (iswitchb-exhibit): Extract user-input only
7233 from the mini-buffer, without the prompt.
7234
7235 * simple.el (minibuffer-prompt-end): Return the position
7236 after the prompt, not the position of that last character
7237 of the prompt.
7238
7239 1999-10-17 Miles Bader <miles@gnu.org>
7240
7241 * simple.el: Doc fixes.
7242
7243 1999-10-17 Miles Bader <miles@gnu.org>
7244
7245 * simple.el (previous-matching-history-element, next-history-element):
7246 Change to work correctly even if the point is in the prompt.
7247 (choose-completion-string): Likewise.
7248 (minibuffer-prompt-width): New function (compatibility with old subr).
7249
7250 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
7251 When constraining the final position to the current field,
7252 don't use the ONLY-IN-LINE mode of constrain-to-field.
7253
7254 1999-10-17 Miles Bader <miles@gnu.org>
7255
7256 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
7257 constrain-to-field.
7258 * textmodes/paragraphs.el (forward-sentence): Likewise.
7259
7260 1999-10-17 Miles Bader <miles@gnu.org>
7261
7262 * simple.el (line-move): Use constrain-to-field to avoid
7263 moving into a prompt.
7264 (previous-complete-history-element): Clarify doc string.
7265 (next-complete-history-element): Likewise.
7266 Use field-beginning instead of point-min.
7267 (next-matching-history-element): Use field-beginning and
7268 erase-field instead of point-min and erase-buffer.
7269 * textmodes/paragraphs.el
7270 (forward-paragraph, forward-sentence): Likewise.
7271 (backward-kill-paragraph, backward-kill-sentence): Remove code to
7272 constrain the kill to an field, as the movement commands now
7273 do this.
7274
7275 1999-10-17 Miles Bader <miles@gnu.org>
7276
7277 * simple.el (previous-matching-history-element): Get the
7278 minibuffer input with field-string instead of buffer-string.
7279 (choose-completion-string): Likewise.
7280 (next-history-element): Likewise.
7281 Erase the minibuffer input with erase-field, not erase-buffer.
7282 Use field-beginning to find the beginning of the input.
7283 * textmodes/paragraphs.el (backward-kill-sentence):
7284 Remove minibuffer-prompt hack.
7285 Constrain to any input field.
7286
7287 1999-10-17 Sam Steingold <sds@ksp.com>
7288
7289 * bindings.el (completion-ignored-extensions): Added ".sparcf"
7290 for CMUCL on sparc and ".ufsl" for LispWorks.
7291 (bound-and-true-p): Bugfix: free variable `v'.
7292
7293 1999-10-16 Dave Love <d.love@dl.ac.uk>
7294
7295 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
7296 (edebug-uninstall-read-eval-functions): Use load-read-function,
7297 avoiding elisp-eval.
7298
7299 1999-10-16 Sam Steingold <sds@ksp.com>
7300
7301 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
7302 instead of `eql'.
7303
7304 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
7305
7306 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
7307 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
7308 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
7309 * ediff-util.el (ediff-make-temp-file):
7310 * ediff-vers.el (ediff-pcl-cvs-view-revision):
7311 * emerge.el (emerge-make-temp-file):
7312 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
7313 * vc.el (vc-update-change-log):
7314 * mail/mailpost.el (post-mail-send-it):
7315 * mail/metamail.el (metamail-region):
7316 * progmodes/cmacexp.el (c-macro-expansion):
7317 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
7318
7319 1999-10-15 Gerd Moellmann <gerd@gnu.org>
7320
7321 * smtpmail.el (smtpmail-via-smtp): Add support for
7322 automatically appending a domain to RCPT TO: addresses.
7323
7324 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7325
7326 * dired.el (dired-insert-directory): Insert the amount of
7327 free space after the total size.
7328 (dired-free-space-program, dired-free-space-args): New variables.
7329
7330 1999-10-14 Karl Heuer <kwzh@gnu.org>
7331
7332 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
7333
7334 1999-10-14 Dave Love <fx@gnu.org>
7335
7336 * international/characters.el:
7337 * international/fontset.el:
7338 * international/mule-conf.el: Add latin-iso8859-1[45].
7339
7340 * language/european.el: Add Latin-8, Latin-9. Modify some doc
7341 strings.
7342
7343 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
7344 (command-line): Detect Latin-[89] locales.
7345
7346 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
7347
7348 * international/mule-cmds.el (select-safe-coding-system)
7349 (leim-list-header): Avoid the use of strings that start with backslash
7350 newline since lread.c:read1 has a hack to turn those strings into
7351 integer 0 during the loadup.el process.
7352
7353 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
7354
7355 1999-10-13 Dave Love <fx@gnu.org>
7356
7357 * image.el (insert-image): Copy the image spec and add an
7358 intangible property.
7359
7360 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
7361
7362 * help.el (help-xref-interned): Make it also work on variable-only
7363 and function-only symbols.
7364 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
7365 (help-follow): If the point under mouse is not highlighted, try
7366 `help-xref-interned' on the pointed-to symbol anyway.
7367
7368 * info.el (Info-on-current-buffer): New entry point.
7369 (Info-find-node): Split into two for Info-on-current-buffer to
7370 hook into it.
7371 (Info-current-file, Info-set-mode-line, Info-up):
7372 Info-current-file can now be t.
7373 (Info-clone-buffer-hook): Function for `clone-buffer'.
7374 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
7375 Make `clone-buffer' available in various ways to the user.
7376
7377 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
7378
7379 * simple.el (shell-command, shell-command-on-region): Use
7380 make-temp-file.
7381 (clone-buffer, clone-process, clone-buffer-hook): New functions.
7382
7383 * subr.el (with-current-buffer): Don't use backquotes to avoid
7384 bootstrapping problems.
7385
7386 * loadup.el (load-path): Add subdirs for bootstrapping.
7387 (docstrings): Ignore errors during bootstrapping.
7388 (args): New `bootstrap' argument (for use in place of `dump').
7389
7390 1999-10-12 Emmanuel Briot <briot@gnat.com>
7391
7392 * ada-stmt.el: Doc-string fixes.
7393
7394 1999-10-12 Gerd Moellmann <gerd@gnu.org>
7395
7396 * recentf.el: New file.
7397
7398 * ps-mode.el: New file.
7399
7400 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
7401 case insensitive.
7402
7403 1999-10-12 Richard Sharman <rsharman@pobox.com>
7404
7405 * sh-script.el: Added support for indenting existing scripts.
7406 (sh-mode-map): Added new bindings.
7407 (sh-mode): Updated mode doc-string for new commands, added
7408 make-local-variable calls, initialize mode-specific variables.
7409 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
7410 is now a different function.
7411 (sh-header-marker): Changed docstring.
7412 (sh-set-shell): Initialize mode-specific variables.
7413 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
7414 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
7415 Changed these define-skeleton calls to work with user-specified
7416 indentation settings.
7417 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
7418 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
7419 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
7420 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
7421 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
7422 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
7423 (sh-guess-basic-offset, sh-handle-after-case-label)
7424 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
7425 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
7426 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
7427 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
7428 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
7429 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
7430 (sh-handle-this-then, sh-help-string-for-variable)
7431 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
7432 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
7433 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
7434 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
7435 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
7436 (sh-remove-our-text-properties, sh-rescan-buffer)
7437 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
7438 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
7439 (sh-scan-case, sh-search-word, sh-set-char-syntax)
7440 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
7441 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
7442 functions.
7443 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
7444 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
7445 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
7446 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
7447 (sh-var-list): New variables.
7448
7449 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
7450
7451 * quickurl.el (quickurl-list-insert): `count-lines' was returning
7452 a value one line to high if the cursor wasn't at the start of a
7453 line. A `beginning-of-line' is now performed before making the
7454 call to `count-lines'.
7455
7456 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
7457
7458 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
7459
7460 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
7461
7462 * Makefile (setwins): Abstract out the command to find subdirectories
7463 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
7464 (custom-deps, finder-data, autoloads, update-subdirs, updates)
7465 (autoloads-with-other-emacs): Use it.
7466
7467 * diff-mode.el: New file. A mode for viewing/editing context diffs.
7468
7469 1999-10-09 Gerd Moellmann <gerd@gnu.org>
7470
7471 * Makefile (bootstrap-compile): New target. Compile Lisp
7472 files with ../src/temacs.
7473
7474 1999-10-08 Dave Love <fx@gnu.org>
7475
7476 * ange-ftp.el: Require dired when compiling.
7477 (ange-ftp-normal-login): Allow EFS-style port specification.
7478
7479 1999-10-08 Simon Marshall <simon@gnu.org>
7480
7481 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
7482 (regexp-opt-group): Use it to get common suffixes in STRINGS.
7483 If STRINGS is nil, return "" rather than nil.
7484
7485 1999-10-08 Gerd Moellmann <gerd@gnu.org>
7486
7487 * Makefile (compile): Compile files one by one. Set load-path to
7488 current directory and subdirectories when compiling.
7489
7490 1999-10-08 Gerd Moellmann <gerd@gnu.org>
7491
7492 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
7493 (emacs): Use it everywhere instead of EMACS.
7494 (compile): New target. Compile all Lisp files from scratch.
7495 (recompile): New target. Recompile lisp directory.
7496 (autoloads-with-other-emacs): New target. Build loaddefs.el with
7497 an Emacs executable not built in the current directory tree.
7498
7499 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
7500
7501 * filecache.el (file-cache-completion-ignore-case): New variable,
7502 defaulting to the value of completion-ignore-case.
7503 (file-cache-minibuffer-complete): Use it.
7504 (file-cache-files-matching, file-cache-files-matching-internal):
7505 New functions.
7506
7507 1999-10-07 Emmanuel Briot <briot@gnat.com>
7508
7509 * ada-xref.el: New file
7510
7511 * ada-prj.el: New file
7512
7513 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
7514
7515 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
7516 subprogram being created.
7517
7518 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
7519 ada-indent-newline-indent): Rewritten to support the new indentation
7520 scheme
7521
7522 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
7523 New functions
7524
7525 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
7526 justification parameter
7527
7528 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
7529 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
7530 external program
7531
7532 1999-10-07 Dave Love <fx@gnu.org>
7533
7534 * bindings.el (bound-and-true-p): New macro.
7535 (make-mode-line-mouse-sensitive): Don't require easymenu.
7536
7537 1999-10-07 Gerd Moellmann <gerd@gnu.org>
7538
7539 * custom.el (defface): Extend documentation for new values of
7540 `type'.
7541
7542 * faces.el (face-spec-set-match-display): Recognize `type' of
7543 `motif', `lucid', `x-toolkit'.
7544 (menu): New face.
7545
7546 1999-10-05 Dave Love <fx@gnu.org>
7547
7548 * files.el: Recognize temporary crontab files.
7549
7550 * info.el: Require jka-compr when compiling.
7551 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
7552
7553 1999-10-04 Dave Love <fx@gnu.org>
7554
7555 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
7556 scroll-up-aggressively, scroll-down-aggressively.
7557
7558 * time.el (display-time-mode): Add autoload cookie.
7559
7560 * rect.el (delete-extract-rectangle): Doc fix from verna.
7561
7562 * help-macro.el (three-step-help): Customize.
7563
7564 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7565
7566 * hexl.el (hexlify-buffer): Move point in proper range
7567 if it is too large.
7568 (hexl-after-revert-hook): Update hexl-max-address.
7569 (hexl-address-to-marker): Doc fix.
7570
7571 1999-10-03 Dave Love <fx@gnu.org>
7572
7573 * image.el (defimage): Remove redundant code. Substitute file in
7574 image plist.
7575
7576 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
7577
7578 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
7579 when doing with-temp-file.
7580
7581 1999-10-01 Dave Love <fx@gnu.org>
7582
7583 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
7584
7585 * help.el: Require view when compiling.
7586 (view-emacs-FAQ): Use Info version.
7587
7588 1999-09-29 Ken'ichi Handa <handa@gnu.org>
7589
7590 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
7591 (normat->normal). Use correct font names for Korean
7592 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
7593
7594 1999-09-29 Kenichi Handa <handa@etl.go.jp>
7595
7596 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
7597 code not used by KOI8 to the same 8-bit code instead of mapping to
7598 SPC.
7599 (cyrillic-alternativnyj-decode-table): Likewise.
7600
7601 1999-09-29 Alex Schroeder <alex@gnu.org>
7602
7603 * sql.el (sql-imenu-generic-expression): Aew, used to set
7604 imenu-generic-expression.
7605 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
7606 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
7607 imenu-case-fold-search, and imenu-syntax-alist.
7608 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
7609 setting font-lock-defaults' SYNTAX-ALIST.
7610
7611 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7612
7613 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
7614 macro, try again.
7615
7616 1999-09-28 Dave Love <fx@gnu.org>
7617
7618 * cus-edit.el (custom-comment): Change widget definition.
7619 (custom-comment-create, custom-comment-show)
7620 (custom-comment-invisible-p): Don't use :comment-overlay.
7621 (custom-comment-hide): New function.
7622 (custom-variable-set, custom-variable-save)
7623 (custom-variable-reset-standard, custom-face-set)
7624 (custom-face-save): Use it.
7625
7626 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7627
7628 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
7629
7630 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7631
7632 * faces.el (region): Doc fix.
7633
7634 1999-09-27 Dave Love <fx@gnu.org>
7635
7636 * isearch.el (isearch): Add :links in defgroup.
7637 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
7638 (isearch-switch-frame-handler): Comment out (unused).
7639 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
7640 (isearch-ring-retreat-edit): Doc fix.
7641 (isearch-mouse-yank): New command.
7642 (isearch-last-command-char): Removed. Callers changed to use
7643 last-command-char.
7644 (isearch-char-to-string): Removed. Callers changed to use
7645 char-to-string.
7646
7647 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
7648
7649 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
7650 option for Russian.
7651
7652 1999-09-25 Gerd Moellmann <gerd@gnu.org>
7653
7654 * faces.el (face-differs-from-default-p): Compare face
7655 attributes individually.
7656
7657 * image.el (put-image, insert-image): Add string argument.
7658
7659 1999-09-24 Gerd Moellmann <gerd@gnu.org>
7660
7661 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
7662 LANG=de_DE.iso88591 on HPUX 11.0.
7663
7664 * dired.el (dired-move-to-filename-regexp): Make it work
7665 for LANG=de_DE.iso88591 on HPUX 11.0.
7666
7667 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7668
7669 * info.el (info-initialize): Don't test existence of ALTERNATIVE
7670 if we know for some other reason it should not be used.
7671
7672 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
7673 New variable.
7674 (edebug-recursive-edit): Save current-prefix-arg there,
7675 bind it, and set it back at the end.
7676 (edebug-outside-excursion): Restore and update the outside
7677 value of current-prefix-arg.
7678 (edebug-emacs-version-specific): Delete support for Epoch.
7679
7680 1999-09-24 Howard Melman <howard@silverstream.com>
7681
7682 * imenu.el (imenu-after-jump-hook): New variable.
7683 (imenu): Run menu-after-jump-hook.
7684 (imenu-name-lookup-function): New variable.
7685 * imenu.el (imenu--in-alist): Use those variables.
7686
7687 1999-09-24 Carsten Dominik <cd@gnu.org>
7688
7689 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
7690 multiple thebibliography environments.
7691
7692 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
7693 with recentering window.
7694 (reftex-extract-bib-entries-from-thebibliography,
7695 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
7696 with multiple thebibliography environments.
7697
7698 * textmodes/reftex-vars.el
7699 (reftex-section-levels): Function allowed as cdr.
7700 (reftex-max-section-depth) New option.
7701
7702 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
7703 with multiple thebibliography environments.
7704
7705 1999-09-23 Gerd Moellmann <gerd@gnu.org>
7706
7707 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
7708 instead of point-min in call to delete-region.
7709
7710 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
7711
7712 * vc.el (vc-backend-checkout): Use with-temp-file when checking
7713 out into arbitrary file names.
7714
7715 1999-09-19 Ken'ichi Handa <handa@gnu.org>
7716
7717 * language/european.el ("Turkish"): New language environment.
7718
7719 1999-09-19 Dave Love <fx@gnu.org>
7720
7721 * delim-col.el: New file.
7722
7723 1999-09-17 Richard Stallman <rms@gnu.org>
7724
7725 * files.el (after-find-file): When visiting a backup file,
7726 make it read-only.
7727
7728 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
7729 (apropos-keybinding-face, apropos-label-face): Likewise.
7730 (apropos-property-face, apropos-match-face): Likewise.
7731 (apropos-label-properties): New variable.
7732 (apropos-print-doc): Use apropos-label-properties.
7733 (apropos-print): Set apropos-label-properties.
7734
7735 1999-09-15 Richard Stallman <rms@gnu.org>
7736
7737 * winner.el: Use aref instead of sref.
7738
7739 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
7740
7741 1999-09-14 Gerd Moellmann <gerd@gnu.org>
7742
7743 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
7744
7745 1999-09-14 Richard Stallman <rms@gnu.org>
7746
7747 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
7748 cookie, even if followed by a letter.
7749
7750 1999-09-14 Stephen Eglen <stephen@gnu.org>
7751
7752 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
7753 --no-line-editing are passed to Octave by including them here
7754 rather than storing them in inferior-octave-startup-args.
7755
7756 1999-09-14 Eli Zaretskii <eliz@gnu.org>
7757
7758 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
7759 command, option, env and sc.
7760
7761 * subr.el (shell-quote-argument): Quote argument with double
7762 quotes for ms-dos.
7763
7764 1999-09-14 Richard Stallman <rms@gnu.org>
7765
7766 * simple.el (eval-expression-print-level): New variable.
7767 (eval-expression-print-length): New variable.
7768 (eval-expression-debug-on-error): New variable.
7769 (eval-expression): Bind print-level, print-length and
7770 debug-on-error from those vars.
7771
7772 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
7773 Bind print-level, print-length and debug-on-error.
7774
7775 1999-09-14 Inge Frick <inge@nada.kth.se>
7776
7777 * dired.el (dired-recursive-deletes): New custom variable.
7778 (dired-re-no-dot): New variable.
7779 (dired-delete-file): New function deletes files and directories
7780 recursively.
7781 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
7782
7783 * dired-aux.el (dired-recursive-copies): New custom variable.
7784 (dired-handle-overwrite): Broke a long line.
7785 (dired-copy-file): Call `dired-copy-file-recursive' instead of
7786 `copy-file'.
7787 (dired-copy-file-recursive): New function. Copy directories
7788 recursively.
7789 (dired-do-create-files): Added support for generalized directory
7790 target. How-to function may now return a function. New fluid
7791 variable `dired-one-file'.
7792 (dired-copy-how-to-fn): New variable.
7793 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
7794 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
7795 (dired-do-copy-regexp): No recursive copies.
7796
7797 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
7798
7799 * whitespace.el (whitespace-version): Update version to 2.4
7800
7801 * whitespace.el: Add customization variables to conditionally test
7802 any of the five whitespaces, per request from Rune Kleveland
7803 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
7804
7805 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
7806
7807 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
7808 list of modes to be checked for bogus whitespaces.
7809
7810 * whitespace.el (whitespace-rescan-timer-time): Update
7811 documentation.
7812
7813 * whitespace.el (whitespace-display-unchecked-whitespaces):
7814 New function to update modeline with untested whitespaces.
7815
7816 * whitespace.el (whitespace-buffer): Test only whitespaces whose
7817 checking is turned on, and update modeline using the newly created
7818 `whitespace-display-unchecked-whitespaces'.
7819
7820 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
7821 whose checking is turned on, and update modeline using the newly
7822 created `whitespace-display-unchecked-whitespaces'.
7823
7824 * whitespace.el (whitespace-describe): Update documentation.
7825
7826 * whitespace.el (whitespace-tickle-timer): Test if
7827 `whitespace-rescan-timer-time' is non-zero before tickling timer.
7828
7829 1999-09-13 Dave Love <fx@gnu.org>
7830
7831 * hideif.el (hide-ifdef-mode): Add autoload cookie.
7832
7833 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
7834 for temp buffer.
7835 (checkdoc-this-string-valid): Don't assume default comment-start.
7836
7837 1999-09-13 Gerd Moellmann <gerd@gnu.org>
7838
7839 * rsz-mini.el: Remove code, keep the interface.
7840
7841 1999-09-13 Dave Love <fx@gnu.org>
7842
7843 * help.el (help-highlight-p): Doc fix.
7844
7845 * faces.el (mode-line, header-line, tool-bar): Add :version.
7846 (highlight, secondary-selection): Add :group.
7847 (trailing-whitespace): Add :group, :version.
7848
7849 * wid-edit.el: Remove some compatibility code and checks.
7850 (widget-specify-field, widget-specify-button): Don't use XEmacs
7851 properties.
7852 (widget-overlay-inactive): Change error message.
7853 (widget-button-pressed-face): New variable.
7854 (widget-button-click): Use it.
7855 (widget-documentation-link-add): Specify mouse and button faces.
7856 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
7857 removed now the functionality is built in.
7858
7859 * cus-edit.el: Don't define-widget-keywords.
7860 (multimedia): New group.
7861 (custom-last): Function removed.
7862 (custom-quote): Add vectorp case, comment out characterp case.
7863 (custom-buffer-done-function, custom-raised-buttons): New option.
7864 (Custom-buffer-done): New function.
7865 (custom-buffer-create-internal): Obey custom-raised-buttons,
7866 Custom-buffer-done.
7867 (custom-button-face): Make it `released-button'.
7868 (custom-button-pressed-face): Make it `pressed-button'
7869 (custom-mode-map): Bind "q" to Custom-buffer-done.
7870 (custom-mode): Deal with raised/pressed buttons.
7871
7872 Changes from Didier Verna:
7873 (custom-prompt-variable): Optional third arg makes prompt for a
7874 comment string.
7875 (customize-set-value, customize-set-variable,
7876 customize-save-variable): Optional prefix makes function handle
7877 variable comments.
7878 (customize-customized, customize-saved, custom-variable-state-set)
7879 (custom-variable-set, custom-variable-save, custom-face-state-set)
7880 (custom-variable-reset-saved, custom-variable-reset-standard)
7881 (custom-face-set, custom-face-save, custom-face-reset-saved)
7882 (custom-face-reset-standard, customize-save-customized): Handle
7883 custom comments.
7884 (custom-comment-face, custom-comment-tag-face): New face.
7885 (custom-comment): New widget.
7886 (custom-comment-create, custom-comment-delete)
7887 (custom-comment-value-set, custom-comment-show)
7888 ()custom-comment-invisible-p): New functions.
7889 (custom-variable-value-create, custom-face-value-create): Create a
7890 comment field widget.
7891 (custom-variable-menu, custom-face-menu): New entry for custom
7892 comment.
7893 (custom-face-value-create): Remove compatibility code.
7894 (custom-save-variables, custom-save-faces): Possibly save custom
7895 comments.
7896
7897 * cus-face.el (custom-face-attributes): Simplify :underline,
7898 :overline, :inverse-video cases. Fix up :box case (probably needs
7899 more work).
7900
7901 Change from Didier Verna:
7902 (custom-set-faces): The arguments can now have a custom comment as
7903 fourth argument.
7904
7905 * custom.el: Don't define-widget-keywords.
7906 Change from Didier Verna:
7907 (custom-set-variables): The arguments can now have a
7908 custom comment as fifth element.
7909
7910 1999-09-13 Richard Stallman <rms@gnu.org>
7911
7912 * info.el (Info-find-node): Cope better if guesspos is too large.
7913
7914 1999-09-12 Gerd Moellmann <gerd@gnu.org>
7915
7916 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
7917 of buffer-substring because buffer-string doesn't copy the
7918 prompt.
7919
7920 * faces.el (mode-line): Replaces `modeline'.
7921 (toplevel): Make `modeline' an alias for `mode-line'.
7922
7923 1999-09-12 Gerd Moellmann <gerd@gnu.org>
7924
7925 * gs.el: Change `ghostscript' to `postscript' in comment.
7926
7927 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
7928
7929 * emulation/tpu-edt.el (tpu-version): New version.
7930 (tpu-search-overlay, tpu-replace-overlay): New variables.
7931 (tpu-search-highlight, tpu-toggle-direction): New functions.
7932 (tpu-lm-replace): Set tpu-replace-overlay.
7933 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
7934 command hook.
7935
7936 1999-09-11 Richard Stallman <rms@gnu.org>
7937
7938 * isearch.el (isearch-mode-map): Undo previous change.
7939
7940 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
7941 use all of that as the sexp.
7942
7943 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
7944 and use the initial argument as file name directly.
7945 Likewise if nothing matches.
7946
7947 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
7948
7949 * winner.el: Major changes. Avoid changing point and mark.
7950 Save configurations after they change, not before.
7951
7952 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
7953
7954 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
7955 Bind print-continuous-numbering and print-number-table.
7956
7957 1999-09-10 Dave Love <fx@gnu.org>
7958
7959 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
7960
7961 1999-09-09 Richard Stallman <rms@gnu.org>
7962
7963 * whitespace.el: Finish making it fit Emacs conventions.
7964 Add autoloads.
7965
7966 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
7967
7968 * generic-x.el (bat-generic-mode): "::"-style comments don't
7969 need to begin with "-". Fix the font-lock definitions of ON/OFF
7970 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
7971 from the list of keywords. Add DO to the list of keywords.
7972
7973 1999-09-09 Dave Love <fx@gnu.org>
7974
7975 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
7976 (byte-optimize-backward-word): New optimizations.
7977 (side-effect-free-fns, side-effect-and-error-free-fns): Add
7978 entries.
7979
7980 1999-09-09 Gerd Moellmann <gerd@gnu.org>
7981
7982 * image.el (put-image): Remove optional buffer parameter.
7983
7984 * faces.el (face-italic-p): Return t only for values `italic'
7985 and `oblique'.
7986
7987 * mouse.el (mouse-drag-mode-line-1): Extension of former
7988 mouse-drag-mode-line that also drags the header line.
7989 (mouse-drag-mode-line): Call it.
7990 (mouse-drag-header-line): New.
7991 (toplevel): Bind down-mouse-1 on header lines to
7992 mouse-drage-header-line.
7993
7994 1999-09-08 Gerd Moellmann <gerd@gnu.org>
7995
7996 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
7997 (make-mode-line-mouse-sensitive): Replace `top-line' by
7998 `header-line'.
7999
8000 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
8001
8002 * help.el (describe-function-1): Don't return empty string for keymaps.
8003
8004 * fill.el (fill-region-as-paragraph, canonically-space-region):
8005 Respect colon-double-space at end of line.
8006
8007 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
8008
8009 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
8010 (backup-buffer): Use it.
8011
8012 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
8013
8014 * generic-x.el (generic-define-unix-modes): Added new modes:
8015 inetd-conf-generic-mode, etc-services-generic-mode,
8016 etc-passwd-generic-mode. These are all defined for Unix by default.
8017 (apache-generic-mode): Use an imenu-generic-expression to list
8018 Configuration keywords.
8019 (samba-generic-mode): Use both ; and # as comment characters.
8020 (samba-generic-mode): Font-lock expressions now highlight name
8021 value pairs.
8022 (bat-generic-mode): Keywords are now case-insensitive through
8023 font-lock-defaults setting.
8024 (java-properties-generic-mode): Supports both ! and # as comment
8025 characters.
8026 (java-properties-generic-mode): Added an imenu-generic-expression
8027 (java-properties-generic-mode): Reworked to support the various
8028 different ways to separate name and value (viz, '=', ':' and
8029 whitespace).
8030 (show-tabs-generic-mode): Added this new generic-mode.
8031
8032 1999-09-08 Richard Stallman <rms@gnu.org>
8033
8034 * progmodes/inf-lisp.el: Moved from top directory.
8035
8036 * tar-mode.el (tar-header-block-tokenize):
8037 Use `when' instead of `and'. Fix some clobbered text.
8038
8039 * gud.el (gud-make-debug-menu): Make a child for the
8040 local menu, for its menu bar, and the debug menu.
8041 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
8042 Use the history in the simple way.
8043
8044 1999-09-07 Kenichi Handa <handa@etl.go.jp>
8045
8046 * language/korea-util.el (default-korean-keyboard): Initialize it
8047 according to the environment variable HANGUL_KEYBOARD_TYPE.
8048
8049 1999-09-07 Richard Stallman <rms@gnu.org>
8050
8051 * subr.el (make-temp-file): New function.
8052
8053 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
8054
8055 * font-lock.el (font-lock-multiline): New text property contains
8056 a boolean to indicate if the char is part of a multiline match.
8057 (font-lock-default-fontify-region): Extend the region appropriately
8058 for multiline keywords.
8059 (font-lock-default-unfontify-region): Also remove the new
8060 font-lock-multiline text property.
8061 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
8062 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
8063
8064 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8065
8066 * diary-lib.el (list-diary-entries): Make sure two-digit years
8067 have leading zeros.
8068
8069 1999-09-07 Gerd Moellmann <gerd@gnu.org>
8070
8071 * faces.el (face-set-after-frame-default): Initialize some
8072 attributes of some faces from frame parameters.
8073
8074 * faces.el (scroll-bar, border, cursor, mouse): New faces.
8075
8076 1999-09-07 Gerd Moellmann <gerd@gnu.org>
8077
8078 * faces.el (fringe): Replaces face `margin'.
8079
8080 1999-09-07 Dave Love <fx@gnu.org>
8081
8082 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
8083
8084 1999-09-07 Richard Stallman <rms@gnu.org>
8085
8086 * subr.el (push): Doc fix.
8087
8088 1999-09-06 Richard Stallman <rms@gnu.org>
8089
8090 * vc.el (vc-annotate-display): Use < 69 not < 70
8091 to distinguish 20YY from 19YY.
8092
8093 * timezone.el (timezone-parse-date): Use < 69 not < 70
8094 to distinguish 20YY from 19YY.
8095
8096 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
8097
8098 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
8099
8100 * quickurl.el: (quickurl-list-focused-line): Removed.
8101 (quickurl-list-insert): Now works out the focused line using
8102 `count-lines' instead of using `quickurl-list-focused-line'.
8103
8104 1999-09-06 Richard Stallman <rms@gnu.org>
8105
8106 * mail/rmail.el (rmail-retry-failure): Unconditionally move
8107 to beginning of message.
8108
8109 1999-09-06 Dave Love <fx@gnu.org>
8110
8111 * isearch.el (isearch-mode-map): Add mouse-2.
8112
8113 * mail/rmail.el (rmail-read-password): Deleted.
8114 (rmail-get-pop-password): Use read-password.
8115
8116 * quickurl.el: Don't conditionally define caddr.
8117 (quickurl-url-comment): Use nth, not caddr in function and
8118 defsetf.
8119
8120 1999-09-06 Richard Stallman <rms@gnu.org>
8121
8122 * auto-show.el: Doc fixes.
8123
8124 1999-09-06 Stephen Eglen <stephen@gnu.org>
8125
8126 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
8127 --no-line-editing so that TABs in source files are not interpreted
8128 as completion requests.
8129
8130 1999-09-06 Gerd Moellmann <gerd@gnu.org>
8131
8132 * hscroll.el, auto-show.el: Remove all code, keep the public
8133 interface as no-ops.
8134
8135 * faces.el (face-bold-p): Don't return t if face has lighter
8136 weight than normal.
8137
8138 1999-09-06 Eli Zaretskii <eliz@gnu.org>
8139
8140 * startup.el (command-line): Make small-temporary-file-directory
8141 be nil except on ms-dos.
8142
8143 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
8144
8145 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
8146 is defined.
8147
8148 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
8149 letters with a colon after d or l.
8150
8151 1999-09-06 Dave Love <fx@gnu.org>
8152
8153 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
8154 primitive.)
8155
8156 1999-09-05 Richard Stallman <rms@gnu.org>
8157
8158 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
8159
8160 * textmodes/paragraphs.el (backward-kill-sentence):
8161 Don't test minibuffer-prompt-end here.
8162 (forward-sentence): Do handle it here.
8163 (backward-kill-paragraph): Don't test it here.
8164 (forward-paragraph): Handle it here.
8165
8166 * mouse.el (font-menu-add-default): Simplify code.
8167
8168 1999-09-05 Gerd Moellmann <gerd@gnu.org>
8169
8170 * faces.el (header-line): Renamed from `top-line'.
8171
8172 1999-09-05 Gerd Moellmann <gerd@gnu.org>
8173
8174 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
8175
8176 1999-09-04 Richard Stallman <rms@gnu.org>
8177
8178 * whitespace.el: New file.
8179
8180 1999-09-04 Dave Love <fx@gnu.org>
8181
8182 * paths.el: Make some doc strings obey the make-docfile convention.
8183
8184 * bindings.el: Likewise.
8185 (debug-ignored-errors): Remove BBDB ones.
8186
8187 1999-09-03 Richard Stallman <rms@gnu.org>
8188
8189 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
8190 not from the draft to forward.
8191
8192 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
8193
8194 1999-09-03 Dave Love <fx@gnu.org>
8195
8196 * double.el (double-mode): Customize the variable.
8197
8198 1999-09-03 Kenichi Handa <handa@etl.go.jp>
8199
8200 * international/characters.el: Delete duplicated code.
8201
8202 1999-09-02 Richard Stallman <rms@gnu.org>
8203
8204 * indent.el (indent-relative): Doc fix.
8205
8206 * quickurl.el (quickurl): Doc fix.
8207
8208 1999-09-02 Gerd Moellmann <gerd@gnu.org>
8209
8210 * faces.el (margin): Change background to "gray" for mono (this is
8211 drawn with a stipple pattern).
8212
8213 1999-09-02 Gerd Moellmann <gerd@gnu.org>
8214
8215 * simple.el (next-history-element): Use minibuffer-prompt-end once
8216 again. Remove test for minibuffer-prompt-in-buffer.
8217
8218 1999-09-02 Eli Zaretskii <eliz@gnu.org>
8219
8220 * files.el (small-temporary-file-directory): New variable.
8221
8222 * startup.el (command-line): Compute the value of
8223 small-temporary-file-directory.
8224
8225 * ediff-init.el (ediff-temp-file-prefix): Use
8226 small-temporary-file-directory if non-nil.
8227
8228 * vc.el (vc-update-change-log): Likewise.
8229
8230 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
8231
8232 * simple.el (shell-command, shell-command-on-region): Use
8233 make-temp-name properly. Use small-temporary-file-directory if
8234 non-nil, otherwise temporary-file-directory, to generate temporary
8235 files.
8236
8237 * dos-w32.el (direct-print-region-helper): Use
8238 temporary-file-directory. (From Stefan Monnier.)
8239
8240 1999-09-02 Richard Stallman <rms@gnu.org>
8241
8242 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
8243 from asm-comment-char.
8244 (asm-font-lock-keywords): Recognize instruction width suffixes.
8245
8246 1999-09-01 Richard Stallman <rms@gnu.org>
8247
8248 * play/fortune.el: New file.
8249
8250 1999-08-31 Dave Love <fx@gnu.org>
8251
8252 * help.el (help-make-xrefs): Don't lose on non-empty blank line
8253 after key table.
8254
8255 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
8256 redisplay variables.
8257
8258 * subr.el (push): Fix typo.
8259
8260 1999-08-30 Kevin Blake <kblake@ticnet.com>
8261
8262 * emacs-lisp/ring.el: Many doc fixes.
8263 (ring-size, ring-copy): New functions.
8264
8265 1999-08-29 Richard Stallman <rms@gnu.org>
8266
8267 * progmodes/etags.el (tags-loop-continue):
8268 After tags-loop-operate returns, force skip to next file.
8269
8270 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
8271 (mail-extr-first-letters, mail-extr-last-letters):
8272 Use character classes [:alpha:] and [:alnum:].
8273
8274 * subr.el (push, pop): New macros.
8275
8276 * progmodes/compile.el (compilation-error-regexp-alist):
8277 New item for SGI IRIX MipsPro compilers.
8278
8279 * speedbar.el (speedbar-directory-buttons): Recognize
8280 device names when checking for file names.
8281
8282 * array.el (array-reconfigure-rows): Use generate-new-buffer.
8283
8284 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
8285 and specially handle defvar inside their expansions.
8286 (eval-defun-1): New subroutine.
8287
8288 * progmodes/compile.el (compilation-error-regexp-alist):
8289 Fix the Perl -w entry to allow period after line number.
8290 Don't allow newlines in file name, but allow them after line number
8291 for Perl debugging traces.
8292
8293 * which-func.el (which-func-cleanup-function): New variable.
8294 (which-function): Call that function.
8295
8296 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
8297 to end a function name.
8298
8299 * informat.el (Info-tagify): Don't insert more than one newline
8300 before the tag table.
8301
8302 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
8303
8304 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
8305 than make-temp-name, use match-string-no-properties, and eliminate
8306 a quadratic behavior when building bibtex-strings.
8307
8308 1999-08-29 Alex Schroeder <alex@gnu.org>
8309
8310 * comint.el (comint-input-ring-separator): New variable.
8311 (comint-read-input-ring): Doc change; use
8312 comint-input-ring-separator when reading file.
8313 (comint-write-input-ring): Use
8314 comint-input-ring-separator when writing file.
8315
8316 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
8317
8318 * informat.el (Info-tagify): Start by widening.
8319 Match node headers that don't list the file name,
8320 and more kinds of page separations.
8321 Strip properties during tagification.
8322 Use start of node header line as tag's position.
8323 Fix the "done" message.
8324
8325 (Info-validate): Save and restore match data around narrowing down.
8326
8327 1999-08-28 Richard M. Stallman <rms@gnu.org>
8328
8329 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
8330 On repeated call, override previous values put into
8331 minor-mode-map-alist and minor-mode-alist.
8332
8333 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
8334
8335 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
8336
8337 1999-08-27 Andreas Schwab <schwab@gnu.org>
8338
8339 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
8340 from cvs update.
8341
8342 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8343
8344 * calendar/calendar.el (calendar-move-hook): New hook.
8345
8346 * calendar/cal-move.el: Call the new hook in every movement function.
8347
8348 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
8349 the right function name.
8350
8351 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
8352
8353 * time-stamp.el: Put quote-backquote around all symbol names
8354 in doc strings, for mousing.
8355 (time-stamp): Support multi-line patterns.
8356 (time-stamp-inserts-lines): New variable.
8357 (time-stamp-count): New variable.
8358 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
8359 "Thu" instead of "%a".
8360
8361 1999-08-25 Gerd Moellmann <gerd@gnu.org>
8362
8363 * simple.el (kill-word): Undo previous change.
8364
8365 1999-08-25 Gerd Moellmann <gerd@gnu.org>
8366
8367 * jit-lock.el (jit-lock-function): Extend the fontified range
8368 to the beginning of the line containing the range start and
8369 the beginning of the line following the range end.
8370
8371 1999-08-24 Dave Love <fx@gnu.org>
8372
8373 * timezone.el: Move provide to end.
8374 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
8375 <70 are 2000+.
8376 (timezone-parse-time): Simplify somewhat.
8377
8378 1999-08-24 Gerd Moellmann <gerd@gnu.org>
8379
8380 * faces.el (margin): Renamed from bitmap-area.
8381
8382 1999-08-24 Alex Schroeder <alex@gnu.org>
8383
8384 * sql.el: Doc changes.
8385 (sql-sybase): Use sql-server instead of sql-database.
8386
8387 1999-08-23 Dave Love <fx@gnu.org>
8388
8389 * rect.el: Add/fix various doc strings. Add `*' to all the
8390 interactive specs.
8391
8392 1999-08-21 Gerd Moellmann <gerd@gnu.org>
8393
8394 * jit-lock.el (jit-lock-function): Use line-beginning-position.
8395 Don't unwind-protect font-lock-fontify-region.
8396
8397 * paragraphs.el (backward-kill-paragraph): Don't move
8398 point into mini-buffer prompt.
8399 (backward-kill-sentence): Ditto.
8400
8401 * simple.el (next-history-element): Use minibuffer-prompt-end.
8402 Remove test for minibuffer-prompt-in-buffer.
8403 (kill-word): Don't move point into mini-buffer prompt.
8404
8405 1999-08-21 Dave Love <fx@gnu.org>
8406
8407 * Makefile: Exclude CVS dirs like RCS.
8408
8409 1999-08-19 Dave Love <fx@gnu.org>
8410
8411 * tooltip.el (tooltip-mode): Customize this, per convention.
8412 (tooltip-active): Option deleted.
8413
8414 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
8415
8416 * hanoi.el, page-ext.el: Declare dynamic vars.
8417
8418 * term.el: Avoid ange-ftp related compilation warnings.
8419
8420 1999-08-18 Gerd Moellmann <gerd@gnu.org>
8421
8422 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
8423 the default so that beginners can benefit from it without
8424 searching in manuals.
8425
8426 1999-08-18 Ray Blaak <blaak@gnu.org>
8427
8428 * progmodes/delphi.el: Consider assembly sections as blocks, to
8429 indent them better. Make auto-indent on newline optional.
8430
8431 1999-08-17 Gerd Moellmann <gerd@gnu.org>
8432
8433 * bindings.el (mode-line-modified): Look up key binding for C-x
8434 C-q. If it's bound call that binding, otherwise call
8435 toggle-read-only.
8436
8437 1999-08-17 Dave Love <fx@gnu.org>
8438
8439 * info.el (info): Doc fix.
8440
8441 * finder.el (finder-known-keywords): Add `multimedia'.
8442
8443 * apropos.el: Don't capitalize custom group name.
8444
8445 * info-look.el: Remove compatibility code.
8446 (info-lookup-guess-default*): DTRT for point at start of symbol.
8447 (info-complete): Don't lose with point not at end of symbol.
8448
8449 1999-08-16 Gerd Moellmann <gerd@gnu.org>
8450
8451 * term.el (toplevel): Make face `term-default' an empty face.
8452 The code relied on the fact that Emacs ignored invalid faces in
8453 face text properties in 20.4.
8454
8455 1999-08-16 Richard M. Stallman <rms@gnu.org>
8456
8457 * subr.el (point-at-eol, point-at-bol): New aliases.
8458
8459 * simple.el: Functions reordered.
8460
8461 * rect.el (delete-rectangle-line): Use line-end-position.
8462
8463 1999-08-16 Karl Heuer <kwzh@gnu.org>
8464
8465 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
8466 here from simple.el.
8467
8468 1999-08-16 Dave Love <fx@gnu.org>
8469
8470 * mouse.el: Provide `mldrag' for compatibility.
8471 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
8472 marked obsolete.
8473
8474 * mldrag.el: Removed since the features are in mouse.el.
8475
8476 * jka-compr.el (auto-compression-mode): New variable for
8477 customization.
8478
8479 * bindings.el (mode-line-mule-info): Doc fix.
8480
8481 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
8482 name comparisons.
8483
8484 * files.el (interpreter-mode-alist): Add make, guile, clisp.
8485 (find-file): Doc fix.
8486
8487 1999-08-16 Carsten Dominik <cd@gnu.org>
8488
8489 * textmodes/reftex.el: Most of the code moved to other files.
8490 * textmodes/reftex-auc.el: New file, split out from reftex.el
8491 * textmodes/reftex-cite.el: New file, split out from reftex.el
8492 * textmodes/reftex-global.el: New file, split out from reftex.el
8493 * textmodes/reftex-index.el: New file, split out from reftex.el
8494 * textmodes/reftex-parse.el: New file, split out from reftex.el
8495 * textmodes/reftex-ref.el: New file, split out from reftex.el
8496 * textmodes/reftex-sel.el: New file, split out from reftex.el
8497 * textmodes/reftex-toc.el: New file, split out from reftex.el
8498 * textmodes/reftex-vars.el: New file, split out from reftex.el
8499 * textmodes/reftex-vcr.el: New file, split out from reftex.el
8500
8501 1999-08-16 Carsten Dominik <cd@gnu.org>
8502
8503 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
8504 conflict with pop-up-frames.
8505 (reftex-special-environment-parsers): New constant.
8506 (reftex-label-alist): car of an entry can also be a function.
8507 (reftex-what-special-env): Cew function.
8508 (reftex-label-location): Call `reftex-what-special-env'.
8509 (reftex-compile-variables): Check for symbol in
8510 `reftex-label-alist'.
8511 (reftex-what-environment): Fixed bug with stacked environments of
8512 same kind (e.g. enumerate).
8513 (reftex-process-string): Preserve default directory.
8514 (reftex-label-alist-builtin): Changed prefixes of endnote and
8515 footnote. Also the magic words.
8516 (reftex-reference): Interprete new option
8517 `reftex-fref-is-default'.
8518 (reftex-replace-prefix-escapes): Interprete new `%S' format.
8519 (reftex-toc-mouse-view-line): Command removed (had no binding).
8520 (reftex-everything-regexp): New function.
8521 (reftex-nearest-match): Made better.
8522 (reftex-toc-find-section): Use new version of
8523 `reftex-nearest-match'.
8524 (reftex-insert-docstruct): Adapted to work with the index stuff.
8525 (reftex-parse-from-file): Find index entries as well.
8526 (reftex-toc-toggle-index): New function
8527 (reftex-toc-map): `i' is now used to togle the index, File
8528 boundaries has been moved to `F'.
8529 (reftex-select-label-map): Toggling display of file boundaries is
8530 now on the `F' key, for consistency with `reftex-toc-map'.
8531 (reftex-erase-all-selection-and-index-buffers): Renamed from
8532 `reftex-erase-all-selection-buffer'. Now also kills the index
8533 buffers.
8534 (reftex-viewing-cross-references): Customization group renamed
8535 from reftex-viewing-cross-references-and-citations.
8536 (reftex-index-macro-regexp,
8537 reftex-find-index-entry-regexp-format): New variables
8538 (reftex-macros-with-index): New variable
8539 (reftex-add-index-macros): New function
8540 (reftex-renumber-simple-labels, reftex-translate): Allow for
8541 multiple labels in a single ref command.
8542 (reftex-index-support): New customization group
8543 (reftex-support-index, reftex-index-special-chars,
8544 reftex-index-macros, reftex-index-default-macro,
8545 reftex-index-default-tag, reftex-index-math-format,
8546 reftex-index-section-letters, reftex-index-include-context,
8547 reftex-index-follow-mode, reftex-index-header-face,
8548 reftex-index-section-face, reftex-index-tag-face,
8549 reftex-index-face): New options
8550 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
8551 reftex-index-tag, reftex-index-return-marker,
8552 reftex-index-restriction-indicator, reftex-index-restriction-data,
8553 reftex-index-macro-regexp, reftex-index-level-re,
8554 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
8555 reftex-everything-regexp-no-index, reftex-index-re,
8556 reftex-macros-with-index, reftex-index-macro-alist): New variables
8557 (reftex-index-help, reftex-index-macros-builtin,
8558 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
8559 reftex-query-index-macro-help): New constants
8560 (reftex-index-selection-or-word, reftex-index,
8561 reftex-default-index, reftex-update-default-index,
8562 reftex-index-complete-tag, reftex-index-select-tag,
8563 reftex-index-complete-key, reftex-index-update-taglist,
8564 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
8565 reftex-display-index, reftex-insert-index,
8566 reftex-index-insert-new-letter, reftex-get-restriction,
8567 reftex-index-pre-command-hook, reftex-index-post-command-hook,
8568 reftex-index-show-help, reftex-index-next, reftex-index-previous,
8569 reftex-index-toggle-follow, reftex-index-toggle-context,
8570 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
8571 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
8572 reftex-index-quit, reftex-index-quit-and-kill,
8573 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
8574 reftex-index-revert, reftex-index-switch-index-tag,
8575 reftex-index-restrict-to-section, reftex-index-widen,
8576 reftex-index-restriction-forward,
8577 reftex-index-restriction-backward, reftex-index-visit-location,
8578 reftex-index-analyze-entry, reftex-index-globalize,
8579 reftex-index-edit, reftex-index-toggle-range-beginning,
8580 reftex-index-toggle-range-end, reftex-index-edit-key,
8581 reftex-index-edit-attribute, reftex-index-edit-visual,
8582 reftex-index-edit-part, reftex-index-level-down,
8583 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
8584 reftex-index-change-entry, reftex-index-goto-letter,
8585 reftex-add-index-macros, reftex-ensure-index-support,
8586 reftex-index-info-safe, reftex-index-info): New functions.
8587
8588
8589 1999-08-15 Richard M. Stallman <rms@gnu.org>
8590
8591 * paren.el (show-paren-mode): Support making show-paren-mode
8592 a buffer-local variable. Don't check for a window system.
8593 (show-paren-function): Check whether show-paren-function is
8594 enabled in current buffer; do the right thing if not.
8595 Don't check for a window system.
8596 (show-paren-mode): Make it a user variable.
8597
8598 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
8599 Handle `enum' like `struct'.
8600
8601 * server.el (server-process-filter): If a client visits no buffers,
8602 close it immediately before recording it.
8603
8604 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
8605 Optimize by calling concat just once. Handle =\n sequence.
8606 (mail-unquote-printable-region): New command.
8607 (mail-quote-printable): Make it autoload.
8608
8609 1999-08-15 Karl Heuer <kwzh@gnu.org>
8610
8611 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
8612
8613 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
8614
8615 * lisp/texinfmt.el: Handle @ifnottex.
8616
8617 1999-08-15 Eli Zaretskii <eliz@gnu.org>
8618
8619 * frame.el (blink-cursor): Don't turn on cursor blinking for
8620 ms-dos.
8621
8622 * faces.el (face-valid-attribute-values): Look in
8623 x-bitmap-file-path only for x and w32 window systems.
8624
8625 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
8626 Do that if width is nil as well.
8627 (x-display-mm-height, x-display-mm-width): Update values.
8628 (x-colors): Compute the list from msdos-color-values.
8629 (x-select-enable-clipboard): Doc fix.
8630 (x-frob-font-weight, x-font-family-list): New functions.
8631
8632 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
8633
8634 * window.el (shrink-window-if-larger-than-buffer): Don't try to
8635 back up from beginning of buffer.
8636
8637 1999-08-13 Karl Heuer <kwzh@gnu.org>
8638
8639 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
8640
8641 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
8642
8643 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
8644 doomsday clock, speed control is added and changes are made to
8645 allow large numbers of rings: rings now show the whole ring
8646 number, not just the last digit; consecutive rings are allowed to
8647 be the same size when necessary to fit all the rings in the
8648 window; and poles can be oriented horizontally. Face support is
8649 thrown in gratuitously.
8650 (hanoi): Changed default number of rings back to 3.
8651 (hanoi-unix, hanoi-unix-64): New commands
8652 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
8653 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
8654 hanoi-odd-ring-face): New variables.
8655 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
8656 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
8657 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
8658 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
8659 (hanoi-topos, hanoi-draw-ring): Removed.
8660
8661 1999-08-12 Gerd Moellmann <gerd@gnu.org>
8662
8663 * faces.el (face-valid-attribute-values): Return an alist for
8664 families on ttys.
8665 (face-read-integer): Handle unspecified face attributes. Add
8666 completion for `unspecified'.
8667 (read-face-attribute): Handle unspecified font attributes.
8668 (face-valid-attribute-values): Add `unspecified' to lists so that
8669 it can be chosen via completion.
8670 (face-read-string): Don't recognize "none" as input.
8671
8672 1999-08-10 Dave Love <fx@gnu.org>
8673
8674 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
8675 string.
8676
8677 * sun-curs.el: Require sun-fns.
8678
8679 1999-08-10 Dave Love <fx@gnu.org>
8680
8681 * autorevert.el (auto-revert-mode): Add autoload cookie.
8682
8683 * hscroll.el, auto-show.el: Files deleted -- we have built-in
8684 hscroll.
8685
8686 * simple.el (hscroll-step, hscroll-point-visible)
8687 (hscroll-window-column): Remove now we have the mentioned real
8688 horizontal autoscrolling.
8689
8690 1999-08-10 Richard M. Stallman <rms@gnu.org>
8691
8692 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
8693 control use of -f option.
8694 (mail-specify-envelope-from): New variable.
8695 (mail-from-style): Doc fix.
8696
8697 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
8698 (easy-menu-get-map): New arg TO-MODIFY helps choose
8699 between local and global maps.
8700 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
8701 (easy-menu-change): Doc fix.
8702
8703 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
8704 (info-lookup-guess-default): Simplified and cleaned up.
8705 (info-lookup-guess-default*): Preserve point.
8706
8707 * view.el (view-mode-disable): If buffer-read-only is nil,
8708 don't change it.
8709
8710 * files.el (after-find-file): Disable View mode if buffer is no
8711 longer read-only.
8712
8713 * view.el (view-mode-enable, view-mode-disable):
8714 Call force-mode-line-update.
8715
8716 1999-08-10 Karl Heuer <kwzh@gnu.org>
8717
8718 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
8719 * array.el, play/landmark.el, international/latin-3.el: Likewise.
8720 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
8721
8722 1999-08-10 Alex Schroeder <asc@bsiag.com>
8723
8724 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
8725 to prevent m-eating-bug.
8726
8727 1999-08-10 Eli Zaretskii <eliz@gnu.org>
8728
8729 * term/pc-win.el (msdos-bg-mode): Remove. Call
8730 frame-set-background-mode instead. All callers changed.
8731 (msdos-face-setup): Don't force color display parameter, it is set
8732 by frame-set-background-mode.
8733 (make-msdos-frame): Call x-handle-reverse-video and
8734 face-set-after-frame-default. Delete frame if creation failed.
8735
8736 * faces.el (face-set-after-frame-default): Don't call
8737 make-face-x-resource-internal for the pc window-system.
8738
8739 1999-08-10 Dave Love <fx@melange.gnu.org>
8740
8741 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
8742 case with no docstring specially.
8743
8744 1999-08-09 Eli Zaretskii <eliz@gnu.org>
8745
8746 * complete.el (PC-do-completion): If completing on file name,
8747 reproduce str by concatenating its directory and basename parts.
8748
8749 1999-08-07 Dave Love <fx@gnu.org>
8750
8751 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
8752 unibyte to multibyte conversion of search-forward (from Handa),
8753 but avoid the replacement if the language is Latin-N.
8754
8755 1999-08-06 Richard Stallman <rms@gnu.org>
8756
8757 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
8758 of eval-buffer.
8759
8760 * international/mule.el (load-with-code-conversion):
8761 Pass t to eval-buffer for DO-ALLOW-PRINT.
8762
8763 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
8764
8765 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
8766 of filenames and attributes.
8767 (ls-lisp-insert-directory): Use directory-files-and-attributes
8768 for speed.
8769
8770 1999-08-05 Dave Love <fx@gnu.org>
8771
8772 * auto-show.el (auto-show-mode): Fix :set.
8773
8774 * widget.el (define-widget-keywords): Make dummy definition and
8775 comment-out its use.
8776
8777 1999-08-04 Richard Stallman <rms@gnu.org>
8778
8779 * progmodes/tcl.el: Customized.
8780
8781 * sql.el (sql-accumulate-and-indent): Instead of testing
8782 whether this is Emacs 20 before calling comint-accumulate,
8783 test whether comint-accumulate is defined.
8784
8785 1999-08-04 Dave Love <fx@gnu.org>
8786
8787 * sgml-mode.el: Require outline when compiling.
8788 (sgml-mode-hook, html-mode-hook): Customize.
8789 (sgml-validate-command): Fix :version.
8790 (html-autoview-mode): Doc fix.
8791
8792 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
8793 nothing in Latin-N environment.
8794
8795 * info.el (Info-find-node): Call info-initialize here.
8796 (info): Not here.
8797 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
8798
8799 1999-08-04 Richard Stallman <rms@gnu.org>
8800
8801 * ansi-color.el: New file.
8802
8803 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
8804
8805 * dired.el (dired-string-replace-match): Return `nil' when no match
8806 found with global search.
8807
8808 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
8809 * terminal.el (te-terminfo-directory):
8810 * mail/mailpost.el (post-mail-send-it):
8811 * mail/metamail.el (metamail-region):
8812 * progmodes/ada-mode.el (ada-tmp-directory):
8813 Use temporary-file-directory.
8814
8815 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
8816 (compilation-filter, compilation-forget-errors)
8817 (compilation-parse-errors): Use a marker instead of an integer for
8818 `compilation-parsing-end'.
8819
8820 * progmodes/diff.el (diff-parse-differences):
8821 Use a marker instead of an integer for `compilation-parsing-end'.
8822 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8823 Use a marker instead of an integer for `compilation-parsing-end'.
8824
8825 1999-08-03 Richard Stallman <rms@gnu.org>
8826
8827 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
8828 (Buffer-menu-mode): Doc fix.
8829 (Buffer-menu-view): New command.
8830 (Buffer-menu-view-other-window): New command.
8831
8832 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
8833
8834 * replace.el (query-replace-regexp-eval)
8835 (replace-eval-replacement, replace-loop-through-replacements)
8836 (replace-match-string-symbols): New functions.
8837 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
8838 Use replace-loop-through-replacements.
8839
8840 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
8841
8842 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
8843 (5x5): Doc fix.
8844
8845 1999-08-03 Dave Love <fx@gnu.org>
8846
8847 * fortran.el (fortran-indent-new-line): Make it an alias
8848 for reindent-then-newline-and-indent.
8849
8850 1999-08-03 Didier Verna <verna@inf.enst.fr>
8851
8852 * rect.el: All functions rewritten, except when noted above
8853 their declaration. Below is a list of interface changes.
8854 (apply-on-rectangle): New function, mostly replaces
8855 `operate-on-rectangle'. All callers changed.
8856 (move-to-column-force): Pass new second argument to `move-to-column'.
8857 (kill-rectangle): Added optional prefix arg to fill lines.
8858 (delete-rectangle): Ditto.
8859 (delete-whitespace-rectangle): Ditto.
8860 (delete-extract-rectangle): Ditto.
8861 (open-rectangle): Ditto.
8862 (clear-rectangle): Ditto.
8863 (delete-whitespace-rectangle-line): New function.
8864 (delete-rectangle-line): Added third arg FILL.
8865 (delete-extract-rectangle-line): Ditto.
8866 (open-rectangle-line): Ditto.
8867 (clear-rectangle-line): Ditto.
8868
8869 1999-08-03 Ray Blaak <blaak@gnu.org>
8870
8871 * progmodes/delphi.el: New file.
8872
8873 1999-08-02 Richard Stallman <rms@gnu.org>
8874
8875 * textmodes/outline.el (outline-previous-heading): New function.
8876 (outline-up-heading-all): Use outline-previous-heading.
8877 (outline-next-heading): Delete definition inserted yesterday.
8878
8879 1999-08-01 Richard Stallman <rms@gnu.org>
8880
8881 * textmodes/outline.el (outline-next-heading): New function.
8882 (outline-up-heading-all): New function.
8883 (outline-font-lock-level): Using outline-up-heading-all.
8884 Tell outline-back-to-heading to accept invisible headings.
8885
8886 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
8887
8888 * mail/mh-utils.el (mh-find-path-run): New variable.
8889 (mh-find-path): Test and set that.
8890 Set mail-user-agent only the first time this function is run.
8891 (mail-user-agent): Defvar deleted.
8892
8893 * info.el (info-initialize): New function.
8894 (info): Call info-initialize.
8895 (Info-directory-list): Initialize to nil,
8896 so info-initialize will set it up for real.
8897
8898 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8899
8900 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
8901 does not interpret a time as the year in a day-month entry.
8902
8903 * calendar/diary-lib.el: Change syntax table entry for colon in
8904 the diary as part of the european-date-diary-pattern fix.
8905
8906 1999-08-01 Eli Zaretskii <eliz@gnu.org>
8907
8908 * international/mule.el (set-auto-coding): Allow whitespace before
8909 and after the "variable: value" pair.
8910
8911 1999-07-30 Ken'ichi Handa <handa@gnu.org>
8912
8913 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
8914 (default-sendmail-coding-system): Doc-string fixed.
8915
8916 1999-07-30 Dave Love <fx@gnu.org>
8917
8918 * subr.el (assoc-delete-all): New function, renamed from
8919 frame-delete-all.
8920
8921 * frame.el: Change comments to doc strings and other doc fixes.
8922 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
8923 Callers changed.
8924 (set-background-color, set-foreground-color, set-cursor-color)
8925 (set-mouse-color, set-border-color): Offer completion of colours.
8926 (cursor): Add :version to defgroup.
8927
8928 * facemenu.el (list-colors-display): Make it work on ttys.
8929 (facemenu-read-color): Likewise.
8930
8931 1999-07-30 Richard M. Stallman <rms@gnu.org>
8932
8933 * frame.el (frame-notice-user-settings): If background
8934 color has been changed, update background-mode from it,
8935 then update faces.
8936
8937 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
8938
8939 * net-utils.el (finger): Don't do indirect fingering.
8940
8941 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8942
8943 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
8944 rules. Add separator at end of holidays.
8945 (cal-tex-rules): New customizable variable.
8946 (cal-tex-latexify-list): Add optional parameter to put separator
8947 at end.
8948
8949 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
8950
8951 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
8952 fill prefix on each line while looping to the end of paragraph.
8953 End paragraph if it's longer than the existing fill prefix.
8954
8955 * textmodes/fill.el (fill-context-prefix): Doc fix.
8956
8957 1999-07-30 Dave Love <fx@gnu.org>
8958
8959 * font-lock.el (jit-lock): Fix :load, add :version.
8960
8961 1999-07-30 Eli Zaretskii <eliz@gnu.org>
8962
8963 * term/pc-win.el (msdos-face-setup): Register standard colors in
8964 Vface_tty_color_alist.
8965 (face-color-supported-p, face_color_gray_p): New functions.
8966
8967 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
8968 is bound.
8969
8970 * startup.el (command-line): Don't register default colors for
8971 MSDOS window-system.
8972
8973 1999-07-29 Dave Love <fx@gnu.org>
8974
8975 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
8976 charquote.
8977
8978 * lisp-mode.el (eval-defun): Re-written to avoid
8979 capturing variables.
8980
8981 * picture.el (picture-beginning-of-line): Don't call
8982 hscroll-point-visible now we have real autoscrolling.
8983 (picture-end-of-line, picture-newline, picture-open-line):
8984 Likewise.
8985
8986 * international/latin-8.el: New file.
8987 * international/latin-9.el: New file.
8988
8989 1999-07-28 Dave Love <fx@gnu.org>
8990
8991 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
8992
8993 * msb.el: Require cl only when compiling.
8994 (msb--home-dir): Deleted.
8995 (msb--format-title): Use abbreviate-file-name.
8996 (msb--choose-file-menu): Simplify string comparison.
8997
8998 1999-07-28 Gerd Moellmann <gerd@gnu.org>
8999
9000 * faces.el (toolbar): Add face definition for mono displays.
9001
9002 1999-07-27 Richard M. Stallman <rms@gnu.org>
9003
9004 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
9005
9006 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
9007 force copying of default-frame-alist.
9008
9009 1999-07-26 Ken'ichi Handa <handa@gnu.org>
9010
9011 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
9012
9013 1999-07-26 Richard M. Stallman <rms@gnu.org>
9014
9015 * frame.el (set-mouse-color): If new color is nil,
9016 really respecify the current color.
9017
9018 1999-07-26 Gerd Moellmann <gerd@gnu.org>
9019
9020 * faces.el (bitmap-area): Change background of face `bitmap-area'
9021 to white for mono displays.
9022
9023 1999-07-26 Kenichi Handa <handa@etl.go.jp>
9024
9025 * international/ccl.el (ccl-embed-symbol): New function.
9026 (ccl-program-p): Deleted. Now it's implemented in C code.
9027 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
9028 (ccl-compile-translate-character): Likewise.
9029 (ccl-compile-map-single): Likewise.
9030 (ccl-compile-multiple-map-function): Likewise.
9031 (declare-ccl-program): Doc-string modified.
9032 (check-ccl-program): Check compiled CCL code by ccl-program-p.
9033
9034 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
9035
9036 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
9037
9038 1999-07-25 Markus Rost <rost@gnu.org>
9039
9040 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
9041 the entries to make custom-file more readable.
9042
9043 1999-07-25 Richard M. Stallman <rms@gnu.org>
9044
9045 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
9046
9047 * emacs-lisp/edebug.el: Delete compatibility code.
9048 (edebug-next-token-class): If . is followed by a digit,
9049 return `symbol' for the token class.
9050
9051 * startup.el (command-line): If we don't find the user's init file,
9052 set user-init-file to nil.
9053
9054 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9055
9056 * info-look.el (info-lookup-interactive-arguments): Add optional
9057 argument query for new choice of help mode.
9058 (info-lookup-symbol): Use it.
9059 (info-lookup-file): Ditto.
9060 (info-lookup): Don't switch to other window, if already in Info
9061 buffer.
9062
9063 1999-07-23 Dave Love <fx@gnu.org>
9064
9065 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
9066 syntax.
9067 (fortran-fontify-string, fortran-match-!-comment): Deleted.
9068 (fortran-font-lock-syntactic-keywords): New variable.
9069 (fortran-mode): Use it.
9070 (fortran-font-lock-keywords-1): Don't do comments.
9071 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
9072 match data.
9073
9074 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
9075
9076 * msb.el (msb-menu-bar-update-buffers): Renamed from
9077 menu-bar-update-buffers.
9078 (msb-custom-set, msb--toggle-menu-type): Call
9079 msb-menu-bar-update-buffers.
9080 (msb-mode): Revise the hook setting.
9081
9082 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
9083
9084 1999-07-23 Gerd Moellmann <gerd@gnu.org>
9085
9086 * font-lock.el, help.el, simple.el: Re-integrate previously
9087 described changes that were lost due to errors while checking them
9088 in.
9089
9090 1999-07-23 Kevin Blake <kblake@ticnet.com>
9091
9092 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
9093
9094 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
9095
9096 * international/encoded-kb.el
9097 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
9098 but push it to unread-command-events.
9099 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
9100 (encoded-kbd-self-insert-sjis): Likewise.
9101 (encoded-kbd-self-insert-big5): Likewise.
9102
9103 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
9104 before left margin and fill-prefix by fill-find-break-point.
9105
9106 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9107
9108 * info-look.el (info-lookup-setup-mode): Don't give up, if
9109 info-lookup-make-completions returns an error.
9110 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
9111 name latex, not latex2e.
9112
9113 1999-07-21 Richard M. Stallman <rms@gnu.org>
9114
9115 * replace.el (perform-replace): Turn off case-fold-search
9116 if FROM-STRING argument has uppercase in it.
9117
9118 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9119
9120 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
9121 mode is on. Don't use end of changed text.
9122
9123 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9124
9125 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
9126 (cl-hash-table-p): Renamed from hash-table-p.
9127 (cl-hash-table-count): Renamed from hash-table-count.
9128 (maphash): Alias to cl-maphash removed.
9129 (gethash): Likewise.
9130 (puthash): Likewise.
9131 (remhash): Likewise.
9132 (clrhash): Likewise.
9133
9134 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9135
9136 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
9137 third arg non-nil. See comment there why this isn't a good idea.
9138
9139 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9140
9141 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
9142
9143 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
9144 sit-for with 3rd arg non-nil to prevent redisplay.
9145
9146 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9147
9148 * image.el (image-type-from-file-header): If file doesn't
9149 have a directory part, add data-directory.
9150
9151 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9152
9153 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
9154 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
9155 motion handling when tooltip-gud-tips-p is nil.
9156
9157 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9158
9159 * tooltip.el (tooltip-mode): Don't use `plusp'.
9160 (tooltip-active): Use initial value of nil.
9161
9162 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
9163
9164 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9165
9166 * bindings.el (make-mode-line-mouse-sensitive): Add key
9167 definitions for `top-line'.
9168
9169 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9170
9171 * faces.el (top-line): New face.
9172
9173 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9174
9175 * image.el (image-type-regexps): Add regexp for PS files.
9176
9177 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9178
9179 * faces.el (set-face-attribute): Fix wrong handling of frame
9180 begin equal to t.
9181
9182 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9183
9184 * image.el (image-type-regexps): Add PNG format.
9185
9186 1999-07-21 Dave Love <fx@gnu.org>
9187
9188 * bindings.el (mode-line-modified): New variable.
9189 (mode-line-mode-menu-1): Switch to appropriate window before
9190 showing menu.
9191
9192 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9193
9194 * faces.el (face-underline): Removed.
9195 (face-underline-color): Ditto.
9196
9197 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9198
9199 * faces.el (face-x-resources): Fix typo.
9200
9201 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9202
9203 * faces.el: Remove handling of `:relief', extend handling of
9204 `:box'.
9205 (frame-set-background-mode): Choose new defface specs after
9206 frame parameters have changed.
9207
9208 * cus-face.el: Ditto.
9209
9210 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9211
9212 * custom.el (defface): Extend documentation to include new
9213 face attributes.
9214
9215 * cus-face.el (custom-face-attributes): Add overline,
9216 strike-through, box.
9217
9218 * faces.el (face-valid-attribute-values): Handle overline,
9219 strike-through, box.
9220 (face-attribute-name-alist): Add pairs for new face attributes.
9221 (describe-face): Handle new face attributes.
9222
9223 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9224
9225 * faces.el (face-x-resources): Add overline, strike-through, box.
9226
9227 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9228
9229 * enriched.el (enriched-translations): Add `display' and
9230 "x-display".
9231 (enriched-handle-display-prop): New.
9232 (enriched-decode-display-prop): New.
9233
9234 * format.el (top-level): Give `display' property
9235 `format-list-atomic-p.
9236 (format-annotate-single-property-change): Test that property.
9237 If present, treat list property values like atoms.
9238
9239 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9240
9241 * cus-face.el (custom-face-attributes): Use `choice' everywhere
9242 so that "*" can be entered.
9243
9244 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9245
9246 * cus-face.el (custom-face-attributes): Don't use `#''.
9247
9248 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
9249
9250 * cus-face.el (custom-face-attributes): Return underline
9251 face attribute directly from the second lambda of underline.
9252
9253 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9254
9255 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
9256
9257 * frame.el (after-setting-font-hooks): New variable.
9258 (set-frame-font): Run those hooks.
9259
9260 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
9261
9262 * faces.el (set-face-attribute): Fix doc string.
9263
9264 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9265
9266 * cus-face.el (custom-face-attributes): Accept color name.
9267
9268 * faces.el (face-underline-p): Accept unspecified underlining.
9269 (face-underline): Ditto. Fix doc string.
9270
9271 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
9272
9273 * faces.el (face-underline-color): New function.
9274
9275 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
9276
9277 * cus-face.el (custom-face-attributes): Support underline coloring.
9278 Added slot to choose a color.
9279
9280 * faces.el (face-underline): New function.
9281 (face-underline-p): Support underline coloring.
9282 Return nil only if the underline attribute is 'normal.
9283 (set-face-underline): New function.
9284 (face-valid-attribute-values): Support underline coloring.
9285
9286 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9287
9288 * image.el (insert-image): Use `display' instead of `glyph'
9289 as text property name.
9290 (put-image): Ditto.
9291 (image-type-from-file-header): Use insert-file-contents-literally.
9292
9293 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9294
9295 * easymenu.el (easy-menu-do-add-item): Don't use the empty
9296 string to indicate separators.
9297
9298 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9299
9300 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
9301 instead of message-log.
9302
9303 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9304
9305 * faces.el (bitmap-area): New face.
9306
9307 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9308
9309 * image.el (insert-image): New.
9310
9311 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9312
9313 * frame.el (blink-cursor): Set the symbol's value.
9314 (show-trailing-whitespace): Change group to font-lock.
9315
9316 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9317
9318 * jit-lock.el: New.
9319 * font-lock.el: Add jit-mode as new support mode.
9320
9321 * font-lock.el (font-lock-fontify-keywords-region): Stop when
9322 reaching end instead of letting re-search-forward signal an error.
9323 (demand-lock-mode): New.
9324 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
9325 (font-lock-turn-off-thing-lock): Ditto.
9326 (font-lock-after-fontify-buffer): Ditto.
9327 (font-lock-after-unfontify-buffer): Ditto.
9328
9329 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9330
9331 * gs.el: New file.
9332
9333 * startup.el (command-line-1): Activate tooltip mode if
9334 interactive.
9335
9336 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9337
9338 * faces.el (toolbar): Grey default background.
9339 (modeline): Ditto.
9340
9341 * image.el (image-type-regexps): New.
9342 (image-type-from-file-header): New.
9343 (create-image): Call it.
9344
9345 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9346
9347 * image.el: New file.
9348
9349 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9350
9351 * bindings.el (mode-line-format): Replace `mode-name' with
9352 `(:eval mode-line-mode-name)'.
9353 (mode-line-mode-name): New.
9354 (make-mode-line-mouse-sensitive): Don't change default value
9355 of `mode-name'.
9356
9357 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9358
9359 * tooltip.el: New file.
9360
9361 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9362
9363 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
9364 instead of mouse-3 to pop up menus.
9365 (mode-line-kill-buffer): Removed.
9366 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
9367 buffer name.
9368 (mode-line-buffer-menu-1): Removed.
9369
9370 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
9371
9372 * bindings.el (mode-line-buffer-identification-keymap): New.
9373 (mode-line-buffer-menu-keymap): New.
9374 (mode-line-mode-menu-keymap): New.
9375 (mode-line-unbury-buffer): New.
9376 (mode-line-other-buffer): New.
9377 (mode-line-kill-buffer): New.
9378 (mode-line-buffer-menu-1): New.
9379 (mode-line-mode-menu-1): New.
9380 (make-mode-line-mouse-sensitive): New.
9381
9382 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9383
9384 * help.el (describe-key-briefly): Handle mode line strings
9385 with local-map properties.
9386 (describe-key): Ditto.
9387 (mode-line-key-binding): New.
9388
9389 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9390
9391 * scroll-bar.el (scroll-bar-timer): New.
9392 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
9393
9394 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9395
9396 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
9397 and `bottom'.
9398
9399 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9400
9401 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
9402 (global): Use different key bindings if using tookit scroll bars.
9403
9404 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9405
9406 * faces.el (modeline): Define mode line face with relief for
9407 class color, only.
9408 (toolbar): New face.
9409
9410 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9411
9412 * frame.el (frame-initialize): Set frame-creation-function to
9413 tty-create-frame-with-faces.
9414
9415 * faces.el (frame-set-background-mode): Make it work for
9416 window-system nil.
9417
9418 * faces.el (tty-create-frame-with-faces): New.
9419 (face-set-after-frame-default): Make it work for TTY frames.
9420
9421 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9422
9423 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
9424 Return a list of one font family for TTYs. Don't return bitmap
9425 file paths for TTY frames.
9426
9427 * faces.el: Add face specs for tty displays to basic faces.
9428
9429 * font-lock.el (font-lock-comment-face): Add spec for color tty.
9430 (font-lock-string-face): Ditto.
9431 (font-lock-keyword-face): Ditto.
9432 (font-lock-builtin-face): Ditto.
9433 (font-lock-function-name-face): Ditto.
9434 (font-lock-variable-name-face): Ditto.
9435 (font-lock-type-face): Ditto.
9436 (font-lock-constant-face): Ditto.
9437 (font-lock-warning-face): Ditto.
9438
9439 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9440
9441 * startup.el (command-line): Register default tty colors.
9442
9443 * faces.el (face-spec-set-match-display): Recognize `type tty'.
9444
9445 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9446
9447 * faces.el (modeline): For X frames, use a modeline with relief.
9448
9449 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9450
9451 * faces.el (frame-update-faces): Copied from 20.2.
9452 (frame-update-face-colors): Ditto. Code removed that isn't
9453 applicable in the new face implementation.
9454
9455 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9456
9457 * frame.el (show-trailing-whitespace): New.
9458
9459 * faces.el (trailing-whitespace): New basic face.
9460
9461 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9462
9463 * cus-face.el (custom-facep): Always define as alias for facep.
9464
9465 * cus-face.el (custom-face-attributes): Use choice widgets.
9466 Remove :bold and :italic.
9467
9468 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9469
9470 * faces.el (face-charset-registries): Removed since fontset.el
9471 is no always loaded.
9472
9473 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9474
9475 * faces.el (internal-get-face): Added as obsolete function for
9476 compatibility.
9477
9478 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9479
9480 * frame.el (blink-cursor-end): Call show-cursor.
9481 (blink-cursor-mode): Ditto.
9482
9483 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9484
9485 * faces.el (face-spec-reset-face): Reset all attributes to
9486 `unspecified'.
9487 (face-spec-set): Use it.
9488
9489 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9490
9491 * faces.el (read-all-face-attributes): Bug fix.
9492 (face-read-integer): Allow nil default value.
9493 (face-valid-attribute-values): Use symbol names of attribute
9494 values for completion list.
9495
9496 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9497
9498 * faces.el (internal-find-face): Define for compatibility with
9499 20.2.
9500 (face-id): Likewise.
9501
9502 * faces.el (face-id): Return the ID of a realized face for ASCII.
9503
9504 * fontset.el (x-charset-registries): Removed. Now in faces.el.
9505 (x-complement-fontset-spec): Use face-charset-registries.
9506
9507 * faces.el (face-font-selection-order): Set font selection order
9508 from Lisp.
9509 (face-alternative-font-family-alist): Set alternative font
9510 families from Lisp.
9511
9512 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9513
9514 * faces.el (set-face-charset-registries): Set symbol value.
9515
9516 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9517
9518 * faces.el (face-set-after-frame-default): Call function
9519 internal-merge-in-global-face.
9520
9521 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9522
9523 * faces.el (face-list): Return symbols from face-global-alist.
9524
9525 * faces.el (face-list): Return a copy of the face name list so
9526 that it cannot be modified from outside (facemenu.el uses
9527 nreverse, for example).
9528
9529 * cus-face.el (custom-face-attributes): Add :bold and :italic
9530 for compatibility with old code.
9531
9532 * faces.el (set-face-attributes-from-resources): Additional
9533 frame parameter.
9534 (make-face-x-resource-internal): Set attributes from resources
9535 for a given frame or all frames.
9536
9537 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9538
9539 * faces.el (all-faces): Removed.
9540
9541 * custom.el (defface): Add new face attributes to function
9542 comment.
9543
9544 * font-lock.el (font-lock-comment-face): Use new face attribute
9545 names.
9546 (font-lock-string-face): Ditto.
9547 (font-lock-keyword-face): Ditto.
9548 (font-lock-builtin-face): Ditto.
9549 (font-lock-function-name-face): Ditto.
9550 (font-lock-variable-name-face): Ditto.
9551 (font-lock-type-face): Ditto.
9552 (font-lock-reference-face): Ditto.
9553 (font-lock-warning-face): Ditto.
9554 ((boundp 'font-lock-face-attributes)): Ditto.
9555
9556 * cus-face.el (custom-face-attributes): Use new face attributes.
9557
9558 * faces.el (set-face-attribute-from-resource): Initialize
9559 from resources only for X and W32.
9560
9561 * cus-face.el (custom-declare-face): Don't make frame-local
9562 faces.
9563
9564 * faces.el (describe-face): Use princ instead of insert.
9565
9566 * faces.el: Add XLFD manipulation functions from 20.2 again
9567 because fontset.el uses them.
9568 (face-set-after-frame-default): Add empty definition.
9569
9570 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9571
9572 * faces.el (make-face): Correct typo.
9573 (set-face-attribute-from-resource): Use let*.
9574 (face-underline-p): Correct typo.
9575 (face-inverse-video-p): Ditto.
9576 (set-face-stipple): Ditto.
9577 (face-read-string): Make completion-list optional parameter.
9578
9579 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9580
9581 * faces.el (face-charset-registries): Alist mapping charset
9582 symbols to registries and encoding.
9583
9584 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9585
9586 * frame.el (blink-cursor-mode): Use interactive spec "P".
9587
9588 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9589
9590 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
9591 mode. The cursor of selected_window blinks if the mode is enabled.
9592
9593 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9594
9595 * simple.el (next-history-element): Set point to the end of the
9596 prompt if minibuffer-prompt-in-buffer.
9597
9598 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9599
9600 * faces.el (x-font-regexp): Add sub-expression parentheses for
9601 several font name components.
9602
9603 1999-07-21 Gerd Moellmann <gerd@acm.org>
9604
9605 * faces.el (set-face-relief): Use index 12 for relief.
9606 (face-fill-in): Set relief from data.
9607 (internal-make-face): Init relief to zero.
9608
9609 * faces.el (face-spec-set): Call modify-face with additional
9610 parameters for relief and fixed-p.
9611
9612 1999-07-21 Gerd Moellmann <gerd@acm.org>
9613
9614 * cus-face.el: ':fixed and ':relief added.
9615
9616 * faces.el (describe-face): Add fixed font attribute and relief.
9617 (face-attr-match-p): Ditto.
9618 (face-attr-construct): Ditto.
9619 (face-spec-set): Ditto.
9620
9621 1999-07-21 Gerd Moellmann <gerd@acm.org>
9622
9623 * faces.el (internal-make-face): Function to create a Lisp vector
9624 suitable for representing a face.
9625 (make-face): Use it instead of make-vector.
9626 (x-create-frame-with-faces): Use it instead of vector.
9627 (internal-facep): Increase vector size to 14.
9628 (internal-make-face): Ditto.
9629 (face-relief): Access relief thickness.
9630 (face-fixed-p): Access fixed font attribute.
9631 (set-face-fixed-p): Set fixed font attribute.
9632 (set-face-relief): Set relief attribute.
9633 (internal-face-interactive-int): Read int attribute of face.
9634 (modify-face): Add fixed-p and relief parameters.
9635 (copy-face): Handle fixed-p and relief.
9636 (face-equal): Compare fixed-p and relief.
9637 (face-differs-from-default-p): Ditto.
9638 (face-nontrivial-p): Add fixed-p and relief.
9639
9640 1999-07-21 Gerd Moellmann <gerd@acm.org>
9641
9642 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
9643 (internal-facep): Increase vector size.
9644 (make-face): Ditto.
9645 (face-shadow-thickness): Added.
9646 (set-face-shadow-thickness): Added.
9647 (modify-face): Add optional shadow-thickness parameter.
9648 (make-face-x-resource-internal): Add shadows.
9649 (copy-face): Ditto.
9650 (face-equal): Ditto.
9651 (face-differs-from-default-p): Ditto.
9652 (face-nontrivial-p): Ditto.
9653 (face-attr-match-p): Ditto.
9654 (face-attr-construct): Ditto.
9655 (face-spec-set): Ditto.
9656 (face-fill-in): Ditto.
9657
9658 1999-07-21 Gerd Moellmann <gerd@acm.org>
9659
9660 * bench.el (bench-mark-split-window): New bench mark.
9661
9662 1999-07-21 Gerd Moellmann <gerd@acm.org>
9663
9664 * faces.el (set-face-font): Don't pass default font to
9665 x-resolve-font so that font will not have to be of the same
9666 size.
9667
9668 1999-07-20 Dave Love <fx@gnu.org>
9669
9670 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
9671 unconditionally t.
9672
9673 1999-07-20 Karl Heuer <kwzh@gnu.org>
9674
9675 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
9676
9677 1999-07-20 Dave Love <fx@gnu.org>
9678
9679 * help.el (describe-variable): Fix test for customizability.
9680
9681 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
9682 Check for readonly buffer in interactive spec.
9683 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
9684 (backward-kill-word): Add * to interactive spec.
9685
9686 * underline.el (underline-region, ununderline-region): Add * to
9687 interactive spec.
9688
9689 * fill.el (canonically-space-region, justify-current-line): Add *
9690 to interactive spec.
9691 (fill-region-as-paragraph, fill-paragraph, fill-region)
9692 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
9693 readonly buffer in interactive spec.
9694
9695 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9696 (backward-kill-sentence, kill-sentence): Add * to interactive
9697 spec.
9698
9699 1999-07-19 Richard M. Stallman <rms@gnu.org>
9700
9701 * dired-aux.el (dired-do-shell-command): Doc fix.
9702
9703 * shell.el (shell-unquote-argument): New function.
9704 (shell-directory-tracker): Use shell-unquote-argument.
9705 * comint.el (comint-arguments): Handle \ followed by space or tab.
9706
9707 1999-07-19 John Wiegley <jwiegley@borland.com>
9708
9709 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
9710 color codes 39 and 49, which by the way lynx uses them seem to
9711 mean "foreground reset" and "background reset".
9712
9713 1999-07-19 Karl Heuer <kwzh@gnu.org>
9714
9715 * font-lock.el (c++-keywords): Add "typeid".
9716
9717 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
9718 selects no font, treat that as zero selections, not one.
9719
9720 1999-07-19 Dave Love <fx@gnu.org>
9721
9722 * info.el (Info-search): Don't lose with empty regexp.
9723
9724 * version.el: Cater for (free) `ident' program, not `which'.
9725
9726 * hl-line.el: New file.
9727
9728 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
9729 for modes which don't define menus.
9730
9731 1999-07-16 Richard M. Stallman <rms@gnu.org>
9732
9733 * webjump.el (webjump-sample-sites): Update some URLs.
9734
9735 1999-07-14 Richard Stallman <rms@gnu.org>
9736
9737 * Version 20.4 released.
9738
9739 1999-07-14 Andreas Schwab <schwab@gnu.org>
9740
9741 * compare-w.el (compare-windows): Try to find the next window in
9742 the current frame before looking at the other frames.
9743
9744 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
9745
9746 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
9747 Use cyrillic-jcuken as default input method.
9748
9749 1999-07-12 Richard Stallman <rms@gnu.org>
9750
9751 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
9752 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
9753
9754 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
9755 (ispell-local-dictionary-alist): Add koi8-r for character set.
9756
9757 * textmodes/flyspell.el (flyspell-get-word):
9758 Add special handling for when ispell-otherchars is empty.
9759
9760 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
9761
9762 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
9763 when having nested functons.
9764 (pascal-indent-nested-functions) (pascal-indent-line)
9765 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
9766 indenting nested functions.
9767
9768 1999-07-09 Richard Stallman <rms@gnu.org>
9769
9770 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
9771
9772 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
9773
9774 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
9775 the `end' keyword was in the very beginning of the buffer.
9776
9777 1999-07-08 Richard Stallman <rms@gnu.org>
9778
9779 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
9780
9781 * term.el (term-emulate-terminal): Avoid infinite loop
9782 in strange case where minibuffer window is selected but not active.
9783
9784 1999-07-07 Stephen Eglen <stephen@gnu.org>
9785
9786 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
9787 Change regexp so that it doesn't match commands beginning with `cd'.
9788
9789 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9790
9791 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
9792
9793 1999-07-06 Richard Stallman <rms@gnu.org>
9794
9795 * hscroll.el (hscroll-minibuffer-hook): New function.
9796 (hscroll-global-mode): Add and remove that hook.
9797 Set hscroll-old-truncate-was-global's default value.
9798
9799 1999-07-05 Richard Stallman <rms@gnu.org>
9800
9801 * files.el (revert-buffer): Don't preserve point here.
9802 (revert-buffer-insert-file-contents-function): Doc fix.
9803
9804 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
9805
9806 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
9807 doing a `stat' when it isn't necessary because that can cause
9808 trouble when an NFS server is down.
9809
9810 1999-07-04 Richard Stallman <rms@gnu.org>
9811
9812 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
9813
9814 1999-07-03 Richard Stallman <rms@gnu.org>
9815
9816 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
9817 for \200...\240 also.
9818 (isearch-printing-char): Use unibyte-char-to-multibyte.
9819
9820 1999-07-02 Richard Stallman <rms@gnu.org>
9821
9822 * frame.el (minibuffer-frame-alist): Use defcustom.
9823 (pop-up-frame-alist): Likewise.
9824 (initial-frame-alist): Specify * in the doc string.
9825
9826 * hscroll.el (hscroll-mode): Make it a permanent local.
9827 (hscroll-mode): Don't cancel the timer
9828 if HScroll mode is enabled in some other buffer.
9829
9830 * isearch.el (isearch-done): If search ends in middle of intangible
9831 text (due to text property), move on to the limit of that text.
9832
9833 1999-07-01 Andrew Innes <andrewi@gnu.org>
9834
9835 * man.el (Man-build-man-command): Use value of null-device,
9836 instead of hard-coding "/dev/null".
9837
9838 * dos-w32.el (untranslated-canonical-name): Avoid expanding
9839 ange-ftp file names, which might force ange-ftp to prompt for a
9840 password.
9841
9842 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
9843 to prevent references to temp files.
9844
9845 1999-06-30 Richard Stallman <rms@gnu.org>
9846
9847 * progmodes/sh-script.el (sh-feature): If nothing is known
9848 about the given shell, use the values for `sh'.
9849
9850 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
9851
9852 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
9853 to make it non-recursive.
9854
9855 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
9856
9857 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9858
9859 * auto-show.el (auto-show-mode): Fix Typo in :set.
9860
9861 1999-06-29 Richard M. Stallman <rms@gnu.org>
9862
9863 * progmodes/sh-script.el (sh-mode): When setting syntax
9864 table, default to the standard one.
9865
9866 1999-06-27 Richard M. Stallman <rms@gnu.org>
9867
9868 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
9869
9870 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
9871
9872 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
9873 a frame when `return' is requested (even if pop-up-frames = t)
9874 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
9875 should only be set for the bibtex buffer.
9876
9877 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
9878
9879 * progmodes/compile.el: Deal with compilation-error-screen-columns
9880 being buffer-local.
9881
9882 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9883
9884 * comint.el (comint-password-prompt-regexp): Allow "(again)".
9885
9886 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9887
9888 * cal-x.el (calendar-only-one-frame-setup): New function.
9889 * calendar.el (calendar): Call it if requested.
9890
9891 1999-06-24 Karl Heuer <kwzh@gnu.org>
9892
9893 * startup.el (iso-8859-n-locale-regexp): Doc fix.
9894
9895 1999-06-22 Richard M. Stallman <rms@gnu.org>
9896
9897 * mail/supercite.el (sc-emacs-features): Doc fix.
9898
9899 1999-06-22 Karl Heuer <kwzh@gnu.org>
9900
9901 * files.el (auto-mode-alist): Add pike-mode.
9902
9903 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
9904
9905 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
9906 last byte of a numeric field is a space or a NUL. Parse it as
9907 potentially part of the number. This is used by GNU tar
9908 1.12.64012 to handle larger values.
9909
9910 1999-06-20 Karl Heuer <kwzh@gnu.org>
9911
9912 * custom.el (custom-handle-keyword): Fix error message.
9913
9914 1999-06-18 Andrew Innes <andrewi@gnu.org>
9915
9916 * mail/smtpmail.el (smtpmail-send-it): Use
9917 convert-standard-filename to make file names for queued mail safe
9918 on Windows (`:' is invalid in file names on Windows).
9919
9920 1999-06-17 Kenichi Handa <handa@etl.go.jp>
9921
9922 * international/mule-cmds.el (describe-current-input-method):
9923 Current-input-method is string.
9924 (toggle-input-method): Docstring fixed.
9925
9926 * international/mule-diag.el
9927 (describe-current-coding-system-briefly): Fix format string.
9928
9929 * international/mule-util.el (coding-system-eol-type-mnemonic):
9930 Docstring modified. Return a string.
9931
9932 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
9933
9934 * sql.el (sql-input-ring-file-name): Doc fix.
9935
9936 1999-06-17 Richard M. Stallman <rms@gnu.org>
9937
9938 * calendar/cal-x.el (special-display-buffer-names):
9939 Don't put (get-file-buffer diary-file) on this list.
9940
9941 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
9942
9943 * play/mpuz.el (mpuz-try-proposal): Fix message call.
9944 Don't penalize player for certain impossible guesses.
9945
9946 1999-06-16 Andrew Innes <andrewi@gnu.org>
9947
9948 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
9949 return the string "Unk 0 0000" so at least it appears to be a
9950 valid timestamp to `dired-move-to-filename-regexp'.
9951
9952 1999-06-15 Ken'ichi Handa <handa@gnu.org>
9953
9954 * ps-print.el (ps-control-character): Fix previous change.
9955
9956 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9957
9958 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
9959 multiple output of the last message.
9960
9961 1999-06-14 Eli Zaretskii <eliz@gnu.org>
9962
9963 * term/internal.el (IT-display-table-setup): Do not remap \222 to
9964 the ASCII apostrophe, as most DOS codepages have some other glyph
9965 there.
9966
9967 1999-06-14 Ken'ichi Handa <handa@gnu.org>
9968
9969 * language/ethio-util.el (setup-ethiopic-environment-internal):
9970 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
9971 (exit-ethiopic-environment): Likewize.
9972
9973 1999-06-12 Richard M. Stallman <rms@gnu.org>
9974
9975 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
9976
9977 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9978
9979 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
9980 custom-initialize-default to avoid infinite loop.
9981 (crisp-mode): (defun) Call transient-mark-mode here, not when
9982 loading the file. Run crisp-mode-hook here, and run
9983 crisp-load-hook when loading the file.
9984
9985 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
9986 rmail-summary buffer, search for pattern in rmail-file.
9987
9988 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
9989
9990 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
9991
9992 * ps-print.el (ps-printer-name): Fix custom type.
9993
9994 1999-06-12 Reto Zimmermann <reto@synopsys.com>
9995
9996 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
9997 (vhdl-port-paste-generic-map): Fix indentation bug.
9998 (vhdl-port-paste-port-map): Fix indentation bug.
9999 (vhdl-scan-file-contents): Make scanning case insensitive.
10000
10001 1999-06-11 Richard M. Stallman <rms@gnu.org>
10002
10003 * files.el (write-file): When buffer is not already visiting a file,
10004 don't put buffer name in the minibuffer, just make it the default.
10005 Also handle just directory as arg usefully in that case.
10006
10007 * simple.el (sendmail-user-agent-compose):
10008 Ignore case when inserting the rest of the "other" headers.
10009
10010 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
10011
10012 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
10013 (info-lookup-interactive-arguments): Never insert the default
10014 into the minibuffer automatically.
10015
10016 * emacs-lisp/cl-extra.el (getf): Don't call get*.
10017
10018 1999-06-09 Richard M. Stallman <rms@gnu.org>
10019
10020 * simple.el (shell-command): Avoid printing "mark set" message.
10021
10022 1999-06-09 Dave Love <fx@gnu.org>
10023
10024 * progmodes/compile.el (compilation-error-regexp-alist): Allow
10025 digits in program name in first pattern.
10026
10027 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
10028
10029 * vc.el (vc-dired-mode): Don't match anything before the date in
10030 dired-move-to-filename-regexp.
10031
10032 1999-06-07 Ken'ichi Handa <handa@gnu.org>
10033
10034 * international/quail.el (quail-define-rules): Fix typo in
10035 docstring.
10036
10037 1999-06-05 Stephen Eglen <stephen@gnu.org>
10038
10039 * iswitchb.el (iswitchb-default-keybindings): Add
10040 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
10041 than when package is loaded.
10042
10043 1999-06-04 Richard M. Stallman <rms@gnu.org>
10044
10045 * startup.el (command-line): Don't set user-init-file directly;
10046 tell `load' to set it.
10047
10048 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
10049
10050 * simple.el (next-history-element):
10051 Handle minibuffer-text-before-history properly when reading sexps.
10052
10053 * disp-table.el (standard-display-european):
10054 For an interactive call by the user,
10055 don't set enable-multibyte-characters,
10056 and don't set the terminal coding system.
10057
10058 * textmodes/refbib.el: Don't print any messages or display
10059 a buffer when loading the library.
10060 (r2b-help): Doc fix.
10061 (r2b-help-message): Update the documentation.
10062 (r2b-load-quietly): Variable deleted.
10063 (r2b-convert-buffer): Doc fix.
10064
10065 1999-06-04 Dave Love <fx@gnu.org>
10066
10067 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
10068
10069 * auto-show.el: Don't change hooks on loading.
10070 (auto-show-mode): Autoload. Default to nil. Add :set &c.
10071 (auto-show-mode): Add to hooks here.
10072
10073 1999-06-04 Richard Sharman <rsharman@pobox.com>
10074
10075 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
10076 recursion on bogus input.
10077
10078 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
10079
10080 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
10081 does not select a buffer from the buffers menu, then the attached
10082 frame is not switched to anything.
10083
10084 1999-06-03 Ken'ichi Handa <handa@gnu.org>
10085
10086 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
10087 (viet-viscii-...->viet-vscii...).
10088
10089 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
10090
10091 1999-06-01 Dave Love <fx@gnu.org>
10092
10093 * progmodes/fortran.el: Add :link to defgroup.
10094 (fortran-blink-matching-if): Match ELSE statements too.
10095 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
10096 that filling is always done.
10097
10098 1999-05-31 Richard M. Stallman <rms@gnu.org>
10099
10100 * simple.el (append-next-kill): Use an arg to distinguish
10101 interactive calls from Lisp calls, rather than (interactive-p).
10102
10103 * international/iso-transl.el (iso-transl-language-alist):
10104 Interchange n and N.
10105
10106 1999-05-31 Dave Love <fx@gnu.org>
10107
10108 * msb.el Add to minor-mode-map-alist. Remove hook installation
10109 and keymap munging on load.
10110 (msb-mode): New option.
10111 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
10112 Doc fix.
10113 (msb-mode-map): New variable.
10114 (msb-mode): New command.
10115
10116 1999-05-31 Dave Love <fx@gnu.org>
10117
10118 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
10119 (ispell-complete-word-dict): Likewise.
10120
10121 1999-05-31 Eli Zaretskii <eliz@gnu.org>
10122
10123 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
10124 force the data buffer to be saved, even if the data didn't
10125 change, in case the write filter was modified. Restore the
10126 current record after read-file-filter finishes.
10127
10128 1999-05-29 Karl Heuer <kwzh@gnu.org>
10129
10130 * ispell4.el: Obsolete; file deleted.
10131
10132 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
10133
10134 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
10135 VALUE is a syntax table.
10136
10137 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
10138
10139 * simple.el (zap-to-char): Doc fix.
10140
10141 1999-05-27 Ken'ichi Handa <handa@gnu.org>
10142
10143 * isearch.el (isearch-quote-char): Don't assume character codes
10144 0200 - 0237 stand for characters in some single-byte character
10145 charset.
10146
10147 1999-05-27 Dave Love <fx@gnu.org>
10148
10149 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
10150
10151 1999-05-27 Andreas Schwab <schwab@gnu.org>
10152
10153 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
10154 headerline does not exist already.
10155
10156 1999-05-26 Richard Stallman <rms@gnu.org>
10157
10158 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10159 Avoid nested null-loops.
10160
10161 1999-05-26 Ken'ichi Handa <handa@gnu.org>
10162
10163 * international/characters.el: Typo fixed; prefered->preferred.
10164
10165 * international/mule-cmds.el (find-coding-systems-for-charsets):
10166 Typo fixed; prefered->preferred.
10167
10168 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
10169 method in read-event.
10170
10171 * international/mule.el (charset-info): Doc-string fixed.
10172
10173 1999-05-25 Ken'ichi Handa <handa@gnu.org>
10174
10175 * mail/smtpmail.el (smtpmail-send-it): Bind
10176 smtpmail-code-conv-from properly.
10177 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
10178 by smtpmail-code-conv-from.
10179
10180 1999-05-24 Richard Stallman <rms@gnu.org>
10181
10182 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
10183 Binding deleted also.
10184
10185 1999-05-24 Karl Heuer <kwzh@gnu.org>
10186
10187 * comint.el (comint-bol-or-process-mark): Doc fix.
10188
10189 1999-05-23 Dave Love <fx@gnu.org>
10190
10191 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
10192 Enter it on minor-mode-map-alist.
10193 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
10194 Autoload. Add custom setter.
10195 (crisp-mark-line): Doc fix.
10196 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
10197 (crisp-mode-hook): Define.
10198
10199 1999-05-23 Ken'ichi Handa <handa@gnu.org>
10200
10201 * files.el (recover-file): Recover buffer-file-coding-system.
10202
10203 1999-05-22 Richard Stallman <rms@gnu.org>
10204
10205 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
10206 regexp match the date, to avoid treating date as file size.
10207 Add YYYY S option to WESTERN/
10208
10209 * bookmark.el: Delete some XEmacs compatibility code.
10210 (bookmark-jump-noselect): Check vc-backend.
10211
10212 * subr.el (add-to-list): Doc fix.
10213
10214 1999-05-21 Stephen Eglen <stephen@gnu.org>
10215
10216 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
10217
10218 1999-05-18 Richard Stallman <rms@gnu.org>
10219
10220 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
10221 non-space after the @anchor command.
10222 (texinfo-format-var): Handle other nested constructs, using
10223 texinfo-parse-expanded-arg and texinfo-discard-command, not
10224 texinfo-parse-arg-discard.
10225
10226 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
10227 (debug): Bind and use debugger-outer-inhibit-redisplay.
10228 Bind inhibit-redisplay to nil.
10229 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
10230
10231 1999-05-17 Dave Love <fx@gnu.org>
10232
10233 * help.el (describe-function-1): Extra arg, interactive-p.
10234 (describe-key, describe-function): Use it.
10235
10236 1999-05-17 Karl Heuer <kwzh@gnu.org>
10237
10238 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
10239
10240 1999-05-16 Dave Love <fx@gnu.org>
10241
10242 * cus-start.el (all): Delete selective-display. Add scroll-margin,
10243 scroll-preserve-screen-position, scroll-conservatively.
10244
10245 1999-05-16 Dave Love <fx@gnu.org>
10246
10247 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
10248
10249 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
10250
10251 * progmodes/vhdl-mode.el: Completely revised and massively extended.
10252
10253 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10254
10255 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
10256 magic number and is not associated with a file.
10257
10258 1999-05-14 Richard M. Stallman <rms@gnu.org>
10259
10260 * files.el (find-file-noselect-1): Fix previous change.
10261
10262 1999-05-14 Simon Marshall <simon@gnu.org>
10263
10264 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
10265
10266 1999-05-13 Ken'ichi Handa <handa@gnu.org>
10267
10268 * international/mule-diag.el (mule-diag): Change MULE to Mule in
10269 docstring.
10270
10271 * international/mule-cmds.el: Change MULE to Mule in docstrings
10272 and menus.
10273
10274 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
10275
10276 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
10277 to correctly reflect the value of BaseLineOffset in
10278 RelativeCompose. Now the value of RelativeCompose is an array of
10279 low and high positions.
10280 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
10281 RLC for the above change.
10282
10283 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
10284
10285 * comint.el (comint-password-prompt-regexp): Modified to match the
10286 output of ksu and ssh-add.
10287
10288 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
10289
10290 * language/korea-util.el (isearch-toggle-korean-input-method):
10291 Adjusted for the change of input method handling in isearch.el.
10292 (isearch-hangul-switch-symbol-ksc): Likewise.
10293 (isearch-hangul-switch-hanja): Likewise.
10294
10295 1999-05-10 Dave Love <fx@gnu.org>
10296
10297 * help.el (help-make-xrefs): Fix typo.
10298
10299 1999-05-10 Andreas Schwab <schwab@gnu.org>
10300
10301 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
10302 unibyte-display-via-language-environment.
10303
10304 * help.el (help-make-xrefs): Handle more cases when looking for
10305 commands in a keymap description.
10306
10307 1999-05-10 Eli Zaretskii <eliz@gnu.org>
10308
10309 * loadup.el: For ms-dos systems, load ccl and codepage.
10310
10311 1999-05-09 Ken'ichi Handa <handa@gnu.org>
10312
10313 * ps-print.el (ps-control-character): Call
10314 ps-mule-prepare-ascii-font to setup ASCII fonts.
10315
10316 * ps-mule.el (ps-mule-begin-job): Redo this change "if
10317 ps-multibyte-buffer is nil, use
10318 ps-mule-font-info-database-default."
10319
10320 1999-05-08 Ken Stevens <k.stevens@ieee.org>
10321
10322 * ispell.el (ispell-local-dictionary-alist): New variable for
10323 customizing local dictionaries not accessable by everyone.
10324 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
10325 (ispell-required-version): Changed format `(major minor
10326 revision)' to support general pattern matching.
10327 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
10328 skip region commented out due to incorrect skip potential in std latex.
10329 (ispell-word): Removed `when' macro. Fixed bug of not restoring
10330 cursor point on small words for calls from `ispell-minor-mode'.
10331 (check-ispell-version): Tests and accepts versions major.minor
10332 and above, with adjustments for interactions in 3.1.0-3.1.11.
10333 (ispell-get-line): No longer skips ispell process special characters.
10334 (ispell-comments-and-strings): Removed `when' macro call.
10335 (ispell-minor-check): Requires ispell-word to restore cursor point.
10336 (ispell-buffer-local-parsing): Supports checking comments only.
10337
10338 1999-05-08 Karl Heuer <kwzh@gnu.org>
10339
10340 * comint.el (comint-password-prompt-regexp): Fix last change to be
10341 more specific.
10342
10343 1999-05-07 Richard M. Stallman <rms@gnu.org>
10344
10345 * subr.el (with-temp-message): Fix the other call to message
10346 to use %s.
10347
10348 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
10349
10350 * gud.el (gud-format-command): "%F" means file sans extension.
10351 (jdb): Use %F, not %f, for gud-break.
10352
10353 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
10354
10355 * comint.el (comint-password-prompt-regexp): Modified so that it
10356 matches the output of kinit.
10357
10358 1999-05-06 Greg Stark <gsstark@mit.edu>
10359
10360 * timezone.el (timezone-parse-date): Recognize new format used in
10361 internet cookies.
10362
10363 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
10364
10365 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
10366
10367 1999-05-04 Andrew Innes <andrewi@gnu.org>
10368
10369 * time.el (display-time-update): Allow for wrap-around when
10370 checking against display-time-server-down-time.
10371
10372 1999-05-04 Ken'ichi Handa <handa@gnu.org>
10373
10374 * international/mule-diag.el (describe-coding-system): Fix English
10375 message.
10376
10377 1999-05-03 Jason Rumney <jasonr@altavista.net>
10378
10379 * term/w32-win.el: Change the x-charset-registry property for the
10380 Japanese charsets that are supported by Japanese Windows fonts.
10381
10382 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10383
10384 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
10385 diary-block diary entries for which the reminders and the diary
10386 entries can overlap.
10387
10388 1999-05-02 Jason Rumney <jasonr@altavista.net>
10389
10390 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
10391 matches the font selected in the dialog.
10392
10393 1999-05-02 Dave Love <fx@gnu.org>
10394
10395 * browse-url.el (browse-url-browser-function): Add :version.
10396
10397 * international/mule.el (auto-coding-alist): Add .tgz.
10398
10399 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
10400
10401 * international/codepage.el (cp-coding-system-for-codepage-1):
10402 Make the magnification parameter for the -dos encoder be 2.
10403
10404 1999-05-2 Andrew Innes <andrewi@gnu.org>
10405
10406 * term/w32-win.el (w32-drag-n-drop): Select file in window where
10407 it is dropped, rather than current window.
10408
10409 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
10410 after switching buffer, as case-fold-search is a buffer local
10411 variable.
10412
10413 * w32-fns.el (convert-standard-filename): Only convert directory
10414 separators to backslash if the interactive shell is one of the
10415 standard Windows shells that has DOS semantics.
10416
10417 * ls-lisp.el (ls-lisp-format-time): Trap errors from
10418 format-time-string, and return a suitable string to indicate the
10419 timestamp was invalid.
10420
10421 * hexl.el (hexlify-command): Apply shell-quote-argument after
10422 expanding hexl-program in case exec-directory contains a space.
10423 (dehexlify-command): Ditto.
10424
10425 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
10426 file extension regexps which aren't necessarily binary files.
10427 (direct-print-region-helper): Use subst-char-in-string instead of
10428 binding directory-sep-char to convert filenames to DOS syntax.
10429 (direct-print-region-use-command-dot-com): New variable.
10430 (direct-print-region-helper): Use it to control whether to invoked
10431 command.com to print on Windows 9x.
10432
10433 * browse-url.el (browse-url-browser-function): Default to
10434 browse-url-default-windows-browser on windows-nt.
10435 (browse-url-default-windows-browser): New function.
10436
10437 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
10438
10439 * forms.el (forms-mode): Don't call forms-first-record or
10440 forms-last-record if the data file has zero records.
10441
10442 1999-04-29 Richard M. Stallman <rms@gnu.org>
10443
10444 * files.el (find-file-noselect-1): If buffer-file-name has changed
10445 after find-file-not-found-hooks runs, recompute the truename.
10446 And don't use FILENAME after that point.
10447
10448 1999-04-27 Dave Love <fx@gnu.org>
10449
10450 * paren.el (show-paren-mode)
10451 * which-func.el (which-func-mode-global)
10452 * type-break.el (type-break-mode)
10453 * time.el (display-time-mode)
10454 * rsz-mini.el (resize-minibuffer-mode)
10455 * mouse-sel.el (mouse-sel-mode)
10456 * icomplete.el (icomplete-mode)
10457 * hscroll.el (hscroll-global-mode)
10458 * help.el (temp-buffer-resize-mode)
10459 * font-lock.el (global-font-lock-mode)
10460 * delsel.el (delete-selection-mode)
10461 * avoid.el (mouse-avoidance-mode)
10462 * autoinsert.el (auto-insert-mode)
10463 * winner.el (winner-mode): Doc fix.
10464
10465 1999-04-26 Karl Heuer <kwzh@gnu.org>
10466
10467 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
10468 the same whitespace that was ignored in choosing the subject string.
10469
10470 1999-04-26 Richard M. Stallman <rms@gnu.org>
10471
10472 * info.el (Info-find-node): Position properly after finding anchor.
10473
10474 * cus-start.el (all): Handle unibyte-display-via-language-environment.
10475
10476 * simple.el (indent-new-comment-line): Fix previous change.
10477
10478 * complete.el: Delete the wildcard expansion feature
10479 since that is now standard in find-file.
10480 (PC-try-load-many-files): Function deleted.
10481 (PC-after-load-many-files): Function deleted.
10482 (PC-many-files-list): Variable deleted.
10483 (PC-disable-wildcards): Variable deleted.
10484 (partial-completion-mode): Don't enable the wildcard feature.
10485
10486 * complete.el (PC-look-for-include-file): Don't set global variables
10487 `error', `buf' and `filename' here.
10488
10489 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
10490
10491 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
10492
10493 * textmodes/outline.el (outline-regexp): Doc fix.
10494
10495 1999-04-26 John Wiegley <johnw@borland.com>
10496
10497 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
10498 C++Builder 4.0 error message syntax.
10499
10500 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
10501
10502 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
10503 supported, use find -exec.
10504
10505 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
10506
10507 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
10508 coding-system-for-write, to avoid hanging when non-interactive.
10509
10510 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
10511
10512 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
10513 start with a newline.
10514
10515 1999-04-13 Ken'ichi Handa <handa@gnu.org>
10516
10517 * international/mule-conf.el (x-ctext): New coding system.
10518
10519 1999-04-12 Richard M. Stallman <rms@gnu.org>
10520
10521 * international/mule-cmds.el (input-method-function):
10522 Add permanent-local property.
10523
10524 1999-04-12 Dave Love <fx@gnu.org>
10525
10526 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
10527 change to use jka-compr-byte-compiler-base-file-name.
10528
10529 * supercite.el (sc-scan-info-alist): Revert last change.
10530 (sc-attrib-selection-list): Fix :type here instead.
10531
10532 1999-04-11 Eli Zaretskii <eliz@gnu.org>
10533
10534 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
10535 in the list of case-insensitive filesystems.
10536
10537 1999-04-09 Kenichi Handa <handa@etl.go.jp>
10538
10539 * international/fontset.el (create-fontset-from-fontset-spec):
10540 Don't register duplicated alias fontset names.
10541
10542 1999-04-08 Richard Stallman <rms@gnu.org>
10543
10544 * international/mule.el (auto-coding-alist-lookup): New function.
10545 (set-auto-coding): Use auto-coding-alist-lookup.
10546
10547 * jka-compr.el (jka-compr-insert-file-contents):
10548 Use auto-coding-alist-lookup to check for files that
10549 should not have eol conversion, in the unibyte case.
10550
10551 1999-04-07 Dave Love <fx@gnu.org>
10552
10553 * help.el (describe-variable): Check custom-loads property as well
10554 as custom-type.
10555
10556 * abbrev.el (abbrev-mode): Customizing sets the default value.
10557
10558 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
10559
10560 * vc.el (vc-backend-revert): For CVS files that were made
10561 writeable with "cvs edit", call "cvs unedit" to undo that.
10562
10563 1999-04-08 Dave Love <fx@gnu.org>
10564
10565 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
10566 more.
10567 (sc-emacs-features): Recognize Emacs 20.
10568 (sc-read-string): Use history arg.
10569 (sc-scan-info-alist): Check for rtnvalue a cons.
10570
10571 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
10572
10573 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
10574 coding system to encode the message by
10575 select-message-coding-system.
10576
10577 1999-04-07 Richard Stallman <rms@gnu.org>
10578
10579 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
10580
10581 * winner.el: Reorder definitions.
10582
10583 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
10584
10585 * mail/rmail.el (rmail-decode-babyl-format):
10586 Undo previous change.
10587
10588 1999-04-06 Richard Stallman <rms@gnu.org>
10589
10590 * info.el (Info-find-node): Check for an anchor at the
10591 proper place, before reading an indirect file.
10592
10593 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
10594
10595 * jka-compr.el (jka-compr-insert-file-contents):
10596 Use raw-text-unix when we want no conversion.
10597
10598 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
10599
10600 * timezone.el (timezone-parse-date): Corrected regexp for
10601 style (5) date format so that tenths of seconds are optional.
10602
10603 1999-04-05 Eli Zaretskii <eliz@gnu.org>
10604
10605 * term/internal.el (dos-cpNNN-setup): New function, with the guts
10606 of dos-codepage-setup.
10607 (cjk-codepages-alist): New variable, an alist of Far-Eastern
10608 codepages for which there's no need to set up cpNNN coding
10609 systems.
10610 (dos-codepage-setup): Support Far-Eastern DOS terminals.
10611
10612 1999-04-05 Richard Stallman <rms@gnu.org>
10613
10614 * mail/rmail.el (rmail-ignored-headers): Doc fix.
10615
10616 1999-04-02 Richard Stallman <rms@gnu.org>
10617
10618 * progmodes/compile.el (compilation-handle-exit): Do right thing
10619 if (car status) doesn't end in a newline.
10620
10621 1999-04-01 Dave Love <fx@gnu.org>
10622
10623 * progmodes/sql.el (SQL): Add defgroup :version.
10624
10625 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
10626
10627 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
10628 buffer-file-coding-system. If the coding system used is raw-text,
10629 etc., make the *Compiler Input* buffer unibyte.
10630
10631 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
10632
10633 * loadup.el: Don't write the fns-...el file if not dumping.
10634
10635 1999-03-31 Dave Love <fx@gnu.org>
10636
10637 * snmp-mode.el (snmp): Fix defgroup :version.
10638
10639 * hilit-chg.el (highlight-changes): Add defgroup :version.
10640
10641 1999-03-31 Andreas Schwab <schwab@gnu.org>
10642
10643 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
10644 the gnus-save-hidden-threads macro.
10645
10646 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
10647
10648 * faces.el (face-set-after-frame-default): Obey the
10649 `customized-face' for new faces.
10650
10651 1999-03-30 Dave Love <fx@gnu.org>
10652
10653 * international/mule-cmds.el (current-language-environment): Doc fix.
10654 * abbrev.el (abbrev-mode): Doc fix.
10655 * autoinsert.el (auto-insert-mode): Doc fix.
10656 * complete.el (partial-completion-mode): Doc fix.
10657 * avoid.el (mouse-avoidance-mode): Doc fix.
10658 * delsel.el (delete-selection-mode): Doc fix.
10659 * font-lock.el (global-font-lock-mode): Doc fix.
10660 * help.el (temp-buffer-resize-mode): Doc fix.
10661 * hscroll.el (hscroll-global-mode): Doc fix.
10662 * icomplete.el (icomplete-mode): Doc fix.
10663 * mouse-sel.el (mouse-sel-mode): Doc fix.
10664 * paren.el (show-paren-mode): Doc fix.
10665 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
10666 * time.el (display-time-mode): Doc fix.
10667 * type-break.el (type-break-mode): Doc fix.
10668 * which-func.el (which-func-mode-global): Doc fix.
10669 * winner.el (winner-mode): Doc fix.
10670
10671 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
10672
10673 * wid-edit.el (widget-before-change): Signal text-read-only rather
10674 than an ordinary error.
10675
10676 1999-03-30 Richard M. Stallman <rms@gnu.org>
10677
10678 * repeat.el: Don't require advice.
10679 (repeat): Do function-indirection in check for kbd macro.
10680 In self-insert case, use the *last* char in INSERTION.
10681
10682 1999-03-30 Karl Heuer <kwzh@gnu.org>
10683
10684 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
10685
10686 1999-03-29 Andreas Schwab <schwab@gnu.org>
10687
10688 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
10689 comint-input-filter-functions. Make variables related to shell
10690 directory tracking local.
10691
10692 1999-03-26 Andreas Schwab <schwab@gnu.org>
10693
10694 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
10695
10696 * simple.el (shell-command-on-region): Cope with exit-status being
10697 nil, which happens if call-process-region was interrupted.
10698
10699 1999-03-26 Richard M. Stallman <rms@gnu.org>
10700
10701 * simple.el (indent-new-comment-line): Handle use at a point
10702 after a comment-end. Handle multiple comments.
10703
10704 * mail/rmail.el (rmail-decode-babyl-format):
10705 To prevent locking, bind buffer-file-name to nil.
10706
10707 1999-03-26 Karl Fogel <kfogel@red-bean.com>
10708
10709 * mail-hist.el (mail-hist-current-header-name): Don't make
10710 off-by-one-error when determining if in message body.
10711
10712 1999-03-25 Andrew Innes <andrewi@gnu.org>
10713
10714 * w32-fns.el (set-default-process-coding-system): Copied from
10715 dos-w32.el, but modified to use Unix line endings for process
10716 input, and to add a suitable entry to process-coding-system-alist
10717 for DOS shells.
10718
10719 * dos-fns.el (set-default-process-coding-system): Copied from
10720 dos-w32.el.
10721
10722 * dos-w32.el (set-default-process-coding-system): Move function to
10723 dos-fns.el; a different version is used in w32-fns.el.
10724
10725 1999-03-24 Dave Love <fx@gnu.org>
10726
10727 * info.el (Info-directory-list): Revert change to re-writing
10728 Info-default-directory-list, but put `alternative' first.
10729 (Info-insert-dir): Modify selecting the top dir file as a consequence.
10730
10731 1999-03-23 Simon Marshall <simon@gnu.org>
10732
10733 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
10734 on the line by itself.
10735 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
10736 it is not in a declarative context.
10737
10738 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
10739
10740 * cus-edit.el (custom-variable-prompt): Allow customization of
10741 autoloaded symbols.
10742
10743 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
10744
10745 * simple.el (what-cursor-position): Don't cause error when point
10746 is at invalid multibyte sequence.
10747
10748 1999-03-21 Karl Heuer <kwzh@gnu.org>
10749
10750 * complete.el (partial-completion-mode): Doc fix.
10751
10752 1999-03-19 Richard M. Stallman <rms@gnu.org>
10753
10754 * progmodes/cplus-md.el (old-c++): Remove :group.
10755
10756 * progmodes/c-mode.el (old-c): Remove :group.
10757
10758 1999-03-18 Simon Marshall <simon@gnu.org>
10759
10760 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
10761 (java-font-lock-keywords-2): Added "strictfp" keyword.
10762
10763 1999-03-17 Jason Rumney <jasonr@altavista.net>
10764
10765 * w32-fns.el (set-w32-system-coding-system) New function.
10766 (w32-system-coding-system) Initialize to 'iso-latin-1.
10767
10768 1999-03-17 Eli Zaretskii <eliz@gnu.org>
10769
10770 * international/mule-cmds.el (set-language-environment): Fix
10771 previous change: don't use dos-codepage when unbound.
10772
10773 1999-03-17 Karl Heuer <kwzh@gnu.org>
10774
10775 * calendar/appt.el (appt-make-list): Fix previous change.
10776
10777 1999-03-16 Richard M. Stallman <rms@gnu.org>
10778
10779 * window.el (shrink-window-if-larger-than-buffer):
10780 Don't try to redisplay with the cursor at the end
10781 on its own line--that would force a scroll and spoil things.
10782
10783 1999-03-16 Eli Zaretskii <eliz@gnu.org>
10784
10785 * international/mule-cmds.el (set-language-environment): Don't use
10786 cpNNN-nonascii-translation-table if it is unbound.
10787
10788 * term/internal.el (dos-codepage-setup): Compute the unibyte
10789 syntax table and bind unibyte-display-via-language-environment
10790 here, rather than at top level, so that resetting to unibyte in
10791 .emacs works as expected.
10792
10793 1999-03-15 Simon Marshall <simon@gnu.org>
10794
10795 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
10796
10797 1999-03-14 Milan Zamazal <pdm@pvt.net>
10798
10799 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
10800
10801 1999-03-14 Kenichi Handa <handa@etl.go.jp>
10802
10803 * international/mule-util.el (detect-coding-with-priority):
10804 Restore the internal database.
10805
10806 1999-03-14 Stephen Eglen <stephen@gnu.org>
10807
10808 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
10809 if mail-from-style has invalid value.
10810
10811 1999-03-12 Karl Heuer <kwzh@gnu.org>
10812
10813 * vc.el (vc-delete-logbuf-window): New var.
10814 (vc-finish-logentry): Use it.
10815
10816 1999-03-12 Richard M. Stallman <rms@gnu.org>
10817
10818 * startup.el (command-line-1): Improve startup msg.
10819
10820 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
10821
10822 * speedbar.el: Added commentary about stealthy functions.
10823 (speedbar-message) new function.
10824 (speedbar-y-or-n-p): New function
10825 (speedbar-with-attached-buffer) Moved macro before reference.
10826 Now uses `save-selected-window'.
10827 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
10828 speedbar-generic-item-info, speedbar-item-info-file-helper,
10829 speedbar-item-delete, speedbar-insert-generic-list,
10830 speedbar-timer-fn, speedbar-check-vc-this-line,
10831 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
10832 speedbar-buffers-item-info) Use speedbar-message.
10833 (speedbar-item-info) Limit `message-log-max'.
10834 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
10835 speedbar-item-delete, speedbar-item-object-delete,
10836 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
10837
10838 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
10839
10840 * server.el (server-start): Set coding system for the server
10841 process to raw-text.
10842 (server-process-filter): Decode file names if necessary.
10843
10844 1999-03-12 Dave Love <fx@gnu.org>
10845
10846 * textmodes/fill.el (sentence-end-double-space): Doc fix.
10847
10848 * textmodes/paragraphs.el (sentence-end): Doc fix.
10849
10850 1999-03-11 Karl Heuer <kwzh@gnu.org>
10851
10852 * comint.el (comint-password-prompt-regexp): Accept "login password:"
10853
10854 1999-03-09 Karl Heuer <kwzh@gnu.org>
10855
10856 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
10857 (ispell-dictionary-alist-2): Likewise.
10858 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
10859 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
10860 (ispell-dictionary-alist): Build from six pieces, not just two.
10861
10862 * ps-bdf.el (bdf-directory-list): Doc fix.
10863
10864 * enriched.el (enriched-mode): Make var permanent-local.
10865
10866 1999-03-09 Dave Love <fx@gnu.org>
10867
10868 * textmodes/sgml-mode.el (html-mode): Use
10869 sentence-end-double-space when setting sentence-end.
10870
10871 1999-03-09 Ken'ichi Handa <handa@gnu.org>
10872
10873 * language/thai.el (tis-620): New alias coding system for thai-tis620.
10874
10875 1999-03-08 Felix Lee <flee@cygnus.com>
10876
10877 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
10878
10879 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
10880
10881 1999-03-08 Karl Heuer <kwzh@gnu.org>
10882
10883 * dired-aux.el (dired-do-copy-regexp): Doc fix.
10884 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10885
10886 * dired.el (dired-do-copy-regexp): Doc fix.
10887 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10888
10889 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
10890
10891 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
10892
10893 1999-03-08 Jason Rumney <jasonr@altavista.net>
10894
10895 * international/codepage.el (cp1250-decode-table)
10896 (cp1251-decode-table, cp1253-decode-table)
10897 (cp1257-decode-table): New translation tables for MS Windows codepages.
10898 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
10899
10900 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
10901
10902 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
10903
10904 1999-03-07 Eli Zaretskii <eliz@gnu.org>
10905
10906 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
10907
10908 * term/internal.el (top level): Display character 255 as 8bit as well.
10909
10910 1999-03-06 Dave Love <fx@gnu.org>
10911
10912 * progmodes/cc-cmds.el (c-outline-level): Bind
10913 buffer-invisibility-spec.
10914
10915 * progmodes/c-mode.el (c-outline-level): Likewise.
10916
10917 * progmodes/ada-mode.el (ada-outline-level): Likewise.
10918
10919 1999-03-05 Felix Lee <flee@cygnus.com>
10920
10921 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
10922
10923 1999-03-05 Richard M. Stallman <rms@gnu.org>
10924
10925 * bindings.el (complete-symbol): Invert meaning of prefix arg.
10926
10927 1999-03-05 Andrew Innes <andrewi@gnu.org>
10928
10929 * w32-fns.el (convert-standard-filename): Convert directory
10930 separators to Windows format.
10931
10932 1999-03-05 Andreas Schwab <schwab@gnu.org>
10933
10934 * international/skkdic-cnv.el: Provide skkdic-cnv.
10935 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
10936 (batch-skkdic-convert): Doc fix.
10937
10938 1999-03-04 Dave Love <fx@gnu.org>
10939
10940 * custom.el (custom-set-variables): Protect against setter errors.
10941
10942 1999-03-04 Eli Zaretskii <eliz@gnu.org>
10943
10944 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
10945 the file sizes from overflowing.
10946 (ls-lisp-format): If file size is a float, use %8.0f to print it.
10947 Under -s, print the size in blocks with %4.0f, in case they have
10948 a *really* huge file.
10949
10950 1999-03-03 Dave Love <fx@gnu.org>
10951
10952 * options.el (edit-options): Doc fix.
10953 (list-options): Don't lose with unbound symbols. Maintain
10954 Edit-options-mode.
10955
10956 1999-03-01 Dave Love <fx@gnu.org>
10957
10958 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
10959
10960 1999-02-28 Richard M. Stallman <rms@gnu.org>
10961
10962 * ispell.el (ispell-dictionary-alist-override): New variable.
10963 (ispell-dictionary-alist): Don't setq it,
10964 if ispell-dictionary-alist-override is set.
10965
10966 * simple.el (shell-command-default-error-buffer): Renamed from
10967 shell-command-on-region-default-error-buffer.
10968 (shell-command-on-region): Mention in echo area when there
10969 is some error output. Mention success or failure, too.
10970 Accumulate multiple error outputs
10971 going forward, with formfeed in between. Display the error buffer
10972 when we have put something in it.
10973 (shell-command): Add the ERROR-BUFFER argument feature.
10974
10975 1999-02-28 Karl Heuer <kwzh@gnu.org>
10976
10977 * mail/mh-utils.el (mh-lib): Doc fix.
10978 (mh-lib-progs, mh-nmh-p): New vars.
10979 (mh-find-progs): Set mh-lib-progs along with other vars.
10980 (mh-path-search): New arg FUNC-P; if specified, use that instead
10981 of mh-file-command-p.
10982 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
10983
10984 * mail/mh-comp.el (mh-repl-formfile): New var.
10985 (mh-smail-batch): Don't ignore all arguments.
10986 (mh-reply): Do the right thing when using nmh.
10987
10988 1999-02-27 Kenichi Handa <handa@etl.go.jp>
10989
10990 * international/mule-cmds.el (select-safe-coding-system): Be sure
10991 to show a buffer being decoded.
10992
10993 1999-02-26 Ken'ichi Handa <handa@gnu.org>
10994
10995 * ps-bdf.el (bdf-directory-list): Initialize it to
10996 '("/usr/local/share/emacs/fonts/bdf").
10997
10998 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10999
11000 * ps-print.el: PostScript programming fix.
11001 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
11002 setpagedevice operator).
11003
11004 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11005
11006 * ps-print.el: Doc fix, font size specifies landscape and portrait
11007 sizes.
11008 (ps-print-version): New version number (4.1.4).
11009 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
11010 Specifies landscape and portrait sizes.
11011 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
11012 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
11013 fix.
11014 (ps-get-font-size): New fun.
11015 (ps-font-size-internal, ps-header-font-size-internal)
11016 (ps-header-title-font-size-internal): New vars.
11017
11018 * ps-mule.el: Change of ps-print font size variable name.
11019 (ps-mule-generate-font): Fun fix.
11020 (ps-mule-begin-job): Programming uniformization.
11021
11022 1999-02-25 Dave Love <fx@gnu.org>
11023
11024 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
11025 (help-make-xrefs): Do Info case first.
11026
11027 * repeat.el: Don't require advice.
11028 (repeat-last-kill-command): Variable deleted.
11029
11030 1999-02-25 Richard Stallman <rms@gnu.org>
11031
11032 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
11033 case just because the current buffer is the output buffer.
11034
11035 1999-02-25 Kenichi Handa <handa@etl.go.jp>
11036
11037 * simple.el (what-cursor-position): To show the character's
11038 encoding, use encoded-string-description instead of information
11039 of chaset-origin-alist.
11040
11041 * international/mule-cmds.el (iso-2022-control-alist): New variable.
11042 (encoded-code-description): New function.
11043 (encoded-string-description): New function.
11044 (encode-coding-char): New function.
11045
11046 1999-02-25 Andrew Innes <andrewi@gnu.org>
11047
11048 * startup.el (command-line) [windows-nt]: Fix typo in regexp
11049 checking for .emacs[.el[c]].
11050
11051 1999-02-24 Richard Stallman <rms@gnu.org>
11052
11053 * help.el (describe-function-1): Don't print a whole lambda-function.
11054
11055 1999-02-23 Ken'ichi Handa <handa@gnu.org>
11056
11057 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
11058 inputting ?\240.
11059
11060 1999-02-23 Karl Heuer <kwzh@gnu.org>
11061
11062 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
11063
11064 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
11065 (clean-buffer-list-kill-buffer-names): Doc fix.
11066
11067 * gud.el (gud-jdb-massage-args): Spelling fix.
11068
11069 1999-02-23 Richard M. Stallman <rms@gnu.org>
11070
11071 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
11072
11073 1999-02-22 Eli Zaretskii <eliz@gnu.org>
11074
11075 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
11076 excursion while calling set-auto-coding-function.
11077
11078 * play/handwrite.el (handwrite): Require ps-print, and use
11079 ps-printer-name and ps-lpr-command. Call ps-print-region-function
11080 if it's defined, instead of forking ps-lpr-command unconditionally.
11081
11082 1999-02-22 Kenichi Handa <handa@etl.go.jp>
11083
11084 * international/codepage.el (cp-coding-system-for-codepage-1): Put
11085 charset-origin-alist property to a coding system for the codepage.
11086
11087 * international/mule.el: Modify comment for charset-origin-alist
11088 property of a coding system.
11089
11090 * simple.el (what-cursor-position): charset-origin-alist property
11091 of a coding system may be a translation table or a symbol of which
11092 `translation-table' property is a translation table.
11093
11094 1999-02-21 Richard Stallman <rms@gnu.org>
11095
11096 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
11097 to the "html" template.
11098
11099 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
11100
11101 * dirtrack.el (dirtrack): Added docstring. Now returns input.
11102
11103 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
11104
11105 * dirtrack.el (dirtrack): Check for the prompt in the input string
11106 instead of the buffer.
11107
11108 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
11109
11110 * sql.el: Set version to 1.4.1. Changed mail address to
11111 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
11112 (sql-input-ring-separator): Doc fix.
11113 (sql-mode-syntax-table): double-dash starts comments is defined as
11114 ". 56" instead of ". 12b" for XEmacs.
11115 (sql-stop, sql-interactive-mode): Doc fixes.
11116 (sql-postgres): Queries for database and server, not just one.
11117 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
11118
11119 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
11120 changed. This is needed for master.el to work.
11121 (sql-set-sqli-buffer): Use the new hook.
11122
11123 * sql.el (sql-make-alternate-buffer-name): Function that sets
11124 sql-alternate-buffer-name.
11125 (sql-alternate-buffer-name): Possible name of SQLi buffers.
11126 (sql-interactive-mode): Set sql-alternate-buffer-name.
11127 (sql-rename-buffer): New command.
11128 (sql-interactive-mode-menu): Menu for SQLi buffers.
11129
11130 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
11131 and sql-input-ring-file-name are used to temporarily set
11132 comint-input-ring-file-name and comint-input-ring-separator when
11133 reading and writing input history files.
11134
11135 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
11136 (sql-input-ring-file-name): New variable with customization.
11137 (sql-input-ring-separator): New variable with customization.
11138 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
11139 Callers changed.
11140 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
11141 now includes the name of the current buffer.
11142
11143 (sql-mode): Set paragraph-separate and paragraph-start so that
11144 sql-send-paragraph sends the entire SQL statements, even if it
11145 contains indented lines.
11146
11147 1999-02-18 Dave Love <fx@gnu.org>
11148
11149 * format.el (format-encode-run-method, format-decode-run-method):
11150 Fix previous change.
11151
11152 1999-02-18 Ken'ichi Handa <handa@gnu.org>
11153
11154 * international/mule.el (coding-system-list): Moved here from
11155 mule-util.el to avoid autoloading mule-util by the call of
11156 select-safe-coding-system.
11157
11158 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
11159
11160 * simple.el (turn-on-auto-fill): Mark it as an option for
11161 `text-mode-hook'.
11162
11163 1999-02-17 Richard Stallman <rms@gnu.org>
11164
11165 * emacs-lisp/easymenu.el (easy-menu-get-map):
11166 Don't crash if (current-local-map) is nil.
11167
11168 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
11169
11170 * filecache.el (file-cache-filter-regexps): Added .class.
11171
11172 1999-02-17 Ken'ichi Handa <handa@gnu.org>
11173
11174 * international/mule-util.el (decompose-region): Use
11175 insert-buffer-substring instead of insert-buffer to avoid putting
11176 mark.
11177
11178 1999-02-17 Andreas Schwab <schwab@gnu.org>
11179
11180 * calendar/cal-move.el (scroll-calendar-left): Don't set
11181 displayed-month and displayed-year here, let generate-calendar do
11182 it, after range checking.
11183
11184 1999-02-17 Simon Marshall <simon@gnu.org>
11185
11186 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
11187
11188 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
11189 correctly between an object declared via a constructor and a method.
11190 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
11191 (java-font-lock-keywords-1): Fontify package names individually.
11192 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
11193 (java-font-lock-keywords-2): Simplify type fontification.
11194 (java-font-lock-keywords-3): Likewise.
11195
11196 1999-02-17 Kenichi Handa <handa@etl.go.jp>
11197
11198 * language/japanese.el (iso-2022-jp-2): New coding system.
11199 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
11200
11201 1999-02-16 Dave Love <fx@gnu.org>
11202
11203 * help.el (describe-function-1): Accept non-symbols.
11204
11205 1999-02-16 Paul Eggert <eggert@twinsun.com>
11206
11207 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
11208 find the last match if there are multiple matches.
11209
11210 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11211
11212 * tex-mode.el (tex-run-command, latex-run-command)
11213 (slitex-run-command, tex-command): Doc changes.
11214 (tex-start-options-string): Autoload it. Doc change. Provide
11215 a menu for customization. Allow nil. Quote backslashes only once.
11216 (tex-start-tex): Handle nil value of tex-start-options-string
11217 and apply shell-quote-argument to it.
11218
11219 1999-02-16 Eli Zaretskii <eliz@gnu.org>
11220
11221 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
11222 the size in blocks, since it can be a float.
11223 (ls-lisp-format): Likewise
11224
11225 1999-02-16 Ken'ichi Handa <handa@gnu.org>
11226
11227 * language/japanese.el (japanese-shift-jis): Add
11228 charset-origin-alist property.
11229
11230 1999-02-15 Richard Stallman <rms@gnu.org>
11231
11232 * progmodes/compile.el (compile-internal): Use save-selected-window.
11233
11234 * subr.el (momentary-string-display): Bind inhibit-read-only.
11235
11236 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
11237
11238 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
11239
11240 * mail/rmail.el (rmail-show-message): If an unseen message has a
11241 Summary-line in its header, get past one more line before looking
11242 for the X-Coding-System header.
11243
11244 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
11245
11246 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
11247 explicitly to accomodate Windows 9X lack of a useful copy program.
11248
11249 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
11250
11251 * wid-edit.el (widget-choice-value-create): Use `equal'
11252 instead of `eq'.
11253
11254 1999-02-14 Richard Stallman <rms@gnu.org>
11255
11256 * international/iso-transl.el:
11257 (iso-transl-ae): Renamed from iso-transl-e-slash.
11258 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
11259 (iso-transl-AE): Renamed from iso-transl-E-slash.
11260 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
11261 (iso-transl-char-map): Related changes.
11262
11263 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
11264
11265 1999-02-13 Richard Stallman <rms@gnu.org>
11266
11267 * textmodes/texinfmt.el (texinfo-alias): New function.
11268 (texinfo-fold-nodename-case): Add defvar.
11269 (texinfo-format-node): Do case folding if specified.
11270
11271 * ffap.el (ffap-file-at-point): Test local file names
11272 immediately. Strip off line numbers.
11273
11274 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
11275
11276 * sql.el: Set version to 1.3.2
11277 (sql-solid-program): Added support for solid.
11278 (sql-help): Doc mentions sql-solid.
11279 (sql-solid): Entry function for Solid.
11280 (sql-buffer): Doc explains the use of the variable and how to
11281 change it.
11282 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
11283 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
11284 disabled if sql-buffer doesn't have a process; sql-send-paragraph
11285 is new.
11286 (sql-show-sqli-buffer): New function to display the value of
11287 sql-buffer.
11288 (sql-change-sqli-buffer): New function to change sql-buffer.
11289 (sql-mode): Doc explains how to change sql-buffer.
11290 (sql-send-paragraph): New function to send a paragraph.
11291 (sql-mode-map): Added keybinding for sql-send-paragraph.
11292 (sql-mysql): Doc corrected.
11293 (sql-ms): Doc corrected.
11294
11295 * sql.el (sql-server): Doc fix.
11296 (sql-mysql): Added the use of sql-server to specify the host,
11297 sql-database now specifies database instead of host.
11298 (sql-mode-menu): Send... menu items are only active if sql-buffer
11299 is non-nil.
11300 (sql-help): Changed tag of entry functions a bit.
11301
11302 * sql.el: Added keywords from `finder-by-keyword'.
11303 (sql-mode): Made sql-buffer a local variable, changed the
11304 documentation: removed instructions to add *.sql files to
11305 auto-mode-alist, added documentation for having mutliple SQL
11306 buffers sending their stuff to different SQLi buffers, each
11307 running a different process.
11308 (sql-postgres): Quoted *SQL* in doc string.
11309 (sql-ms): Likewise.
11310 (sql-ingres): Likewise.
11311 (sql-ingres): Quoted *SQL* in doc string, added references to
11312 sql-user and sql-password used during login.
11313 (sql-sybase): Quoted *SQL* in doc string, added comma.
11314 (sql-oracle): Likewise.
11315 (sql-interactive-mode): Added extensive documentation for having
11316 mutliple SQL buffers sending their stuff to different SQLi
11317 buffers, each running a different process.
11318 (sql-buffer): Changed doc from *SQL* to SQLi.
11319 (sql-get-login): Doc fix.
11320
11321 1999-02-12 Ken'ichi Handa <handa@gnu.org>
11322
11323 * international/mule-conf.el (undecided): Set ascii in
11324 safe-charsets property.
11325
11326 1999-02-12 Richard Stallman <rms@gnu.org>
11327
11328 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
11329
11330 1999-02-12 Ken'ichi Handa <handa@gnu.org>
11331
11332 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
11333 value to ps-mule-font-info-database-latin.
11334
11335 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
11336
11337 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
11338 (ps-mule-font-info-database-default): New variable.
11339 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
11340 ps-mule-font-info-database-default.
11341
11342 1999-02-12 Dave Love <fx@gnu.org>
11343
11344 * timezone.el (timezone-make-date-sortable)
11345 (timezone-make-date-arpa-standard): Doc fix.
11346
11347 1999-02-12 Ken'ichi Handa <handa@gnu.org>
11348
11349 * international/quail.el (quail-show-kbd-layout): Bind
11350 blink-matching-paren to nil.
11351
11352 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
11353 for ASCII and Latin-1.
11354
11355 1999-02-12 Andreas Schwab <schwab@gnu.org>
11356
11357 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
11358
11359 1999-02-12 Kenichi Handa <handa@etl.go.jp>
11360
11361 * international/mule-cmds.el (language-info-alist): Remove
11362 description about charset-origin-alist.
11363
11364 * international/mule.el: Comment added for a new coding system
11365 property `charset-origin-alit'.
11366 (make-translation-table): This variable deleted.
11367
11368 * language/chinese.el (chinese-big5): Add charset-origin-alist
11369 property.
11370 ("Chinese-CNS"): Remove charset-origin-alist property.
11371
11372 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
11373 property.
11374 (cyrillic-alternativnyj): Likewise.
11375 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
11376 ("Cyrillic-ALT"): Likewise.
11377
11378 * language/vietnamese.el (vietnamese-viqr): Add
11379 charset-origin-alist property.
11380 ("Vietnamese"): Remove charset-origin-alist property.
11381
11382 * simple.el (what-cursor-position): Don't use the varialbe
11383 charset-origin-alist, but use charset-origin-alist property of
11384 buffer-file-coding-system to decide external character set code.
11385
11386 1999-02-10 Richard Stallman <rms@gnu.org>
11387
11388 * shadowfile.el: Don't turn on the mode when the file is loaded.
11389
11390 1999-02-09 Richard Stallman <rms@gnu.org>
11391
11392 * progmodes/compile.el (compile-auto-highlight): Customize.
11393
11394 * add-log.el (add-log-file-name-function): New variable.
11395 (add-change-log-entry): Call that function, if non-nil.
11396
11397 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
11398
11399 * rmail.el (rmail-search): Track match with a marker, not an integer.
11400
11401 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11402
11403 * progmodes/compile.el (compilation-setup): Set value of
11404 compilation-directory-stack as in compilation-forget-errors.
11405 (compile-reinitialize-errors): Bind buffer-undo-list and
11406 deactivate-mark.
11407 (compilation-forget-errors): Likewise.
11408
11409 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
11410
11411 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
11412 def... constructs.
11413
11414 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
11415 Remove calls to sleep-for.
11416
11417 1999-02-08 Eli Zaretskii <eliz@gnu.org>
11418
11419 * international/codepage.el (cp-coding-system-for-codepage-1): On
11420 MS-DOS, use dos-unsupported-char-glyph for characters not
11421 supported by the codepage.
11422 (cp-make-coding-systems-for-codepage): Likewise.
11423
11424 1999-02-08 Andreas Schwab <schwab@gnu.org>
11425
11426 * international/mule-util.el (coding-system-list): Don't sort
11427 coding-system-list here.
11428
11429 * international/mule.el (coding-system-lessp): Moved here from
11430 mule-util.el
11431 (add-to-coding-system-list): New function.
11432 (make-subsidiary-coding-system, make-coding-system,
11433 define-coding-system-alias): Use it instead of setting
11434 coding-system-list directly.
11435
11436 1999-02-07 Dave Love <fx@gnu.org>
11437
11438 * calendar/appt.el (appt-make-list): Don't splice quotes and date
11439 onto message.
11440
11441 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11442
11443 * imenu.el (imenu--last-menubar-index-alist): Add doc.
11444 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
11445
11446 1999-02-06 Richard Stallman <rms@gnu.org>
11447
11448 * language/european.el (setup-slovenian-environment): New function.
11449 ("Slovenian"): New language environment.
11450
11451 * progmodes/sql.el (sql-help): Doc fix.
11452 (sql-mysql): Doc fix.
11453
11454 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11455
11456 * tex-mode.el: When compiling, require compare-w and skeleton
11457 to pacify the byte-compiler. Move the def's of the tex-commands
11458 together. Add a comment on kill-process vs. quit-process.
11459
11460 1999-02-05 Dave Love <fx@gnu.org>
11461
11462 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
11463 null markers.
11464 (compile-goto-error): Likewise.
11465
11466 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
11467
11468 * time-stamp.el (time-stamp-format): Format doc tighter.
11469 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
11470 (time-stamp): Don't re-write the time stamp if it didn't change.
11471
11472 1999-02-05 Alex Schroeder <asc@bsiag.com>
11473
11474 * progmodes/sql.el: Changed version to 1.2.1.
11475 (sql-pop-to-buffer-after-send-region): Improved documentation.
11476 (sql-mysql-program): Added MySQL support.
11477 (sql-prompt-length): Made prompt-length configurable.
11478 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
11479 (sql-help): Added MySQL support, changed documentation.
11480 (sql-send-region): A message is displayed if something is sent.
11481 (sql-mode): Added buffer-local comment-start.
11482 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
11483 (sql-interactive-mode): Added buffer-local comment-start.
11484 (sql-oracle): Set sql-prompt-length.
11485 (sql-sybase): Set sql-prompt-length.
11486 (sql-mysql): Added MySQL support.
11487 (sql-ingres): Set sql-prompt-length.
11488 (sql-ms): Set sql-prompt-length.
11489 (sql-postgres): Set sql-prompt-length.
11490
11491 1999-02-04 Eli Zaretskii <eliz@gnu.org>
11492
11493 * term/internal.el (dos-codepage-setup): Set selection coding
11494 system to cpNNN-dos.
11495
11496 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11497
11498 * international/characters.el: Let ethiopic use iso-2022-7bit.
11499
11500 1999-02-02 Dave Love <fx@gnu.org>
11501
11502 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
11503 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
11504
11505 1999-02-02 Karl Heuer <kwzh@gnu.org>
11506
11507 * terminal.el (terminal-emulator): Doc fix.
11508
11509 1999-02-02 Ken'ichi Handa <handa@gnu.org>
11510
11511 * international/mule-util.el (compose-chars): Doc-string
11512 modified. Correctly handle a composition character in ARGS.
11513
11514 1999-02-01 Richard Stallman <rms@gnu.org>
11515
11516 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
11517 (makefile-menu-index-function): Function deleted.
11518 (makefile-mode): Use makefile-imenu-generic-expression.
11519
11520 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
11521
11522 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
11523 change, invoke from before-init-hook.
11524
11525 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
11526
11527 * subr.el (remove-from-invisibility-spec): Cope with the case when
11528 buffer-invisibility-spec is t.
11529
11530 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
11531
11532 * calendar/calendar.el (calendar-mode-map): Fix bindings for
11533 appt-add and appt-delete.
11534
11535 1999-02-01 Eli Zaretskii <eliz@gnu.org>
11536
11537 * term/pc-win.el (msdos-approximate-color): New function.
11538 (msdos-color-translate): Call it to find a DOS color that best
11539 approximates an X-style "#NNNNNN" color specification.
11540
11541 1999-02-01 Ken'ichi Handa <handa@gnu.org>
11542
11543 * international/mule-util.el (compose-chars-component): Add
11544 autoload cookie.
11545
11546 1999-01-31 Ken'ichi Handa <handa@gnu.org>
11547
11548 * international/quail.el (quail-lookup-key): If cdr of MAP is a
11549 function, replace cdr of MAP by the return value of the function
11550 unconditionally.
11551
11552 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11553
11554 * progmodes/compile.el (compilation-next-error-locus): Don't
11555 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
11556
11557 1999-01-31 Eli Zaretskii <eliz@gnu.org>
11558
11559 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
11560 and NLs before "charset", and allow the charset name be in double
11561 quotes.
11562
11563 1999-01-31 Richard Stallman <rms@gnu.org>
11564
11565 * imenu.el (imenu-sort-function): Fix custom type.
11566
11567 1999-01-30 Richard Stallman <rms@gnu.org>
11568
11569 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
11570 (speedbar-line-token): Likewise.
11571
11572 * play/gametree.el (gametree-default-score): Use defcustom.
11573 (gametree-score-regexp, gametree-score-closer): Likewise.
11574 (gametree-score-manual-flag, gametree-score-opener): Likewise.
11575
11576 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11577
11578 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
11579 decoding.
11580
11581 1999-01-29 Markus Rost <rost@gnu.org>
11582
11583 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
11584 tex-validate-buffer.
11585 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
11586 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
11587 now with recent occur-mode.
11588 (tex-validate-region): Really walk through all Sexps.
11589 (tex-region): Bind shell-dirtrack-verbose.
11590 (tex-file, tex-bibtex-file): Likewise.
11591
11592 1999-01-29 Dave Love <fx@gnu.org>
11593
11594 * finder.el: (finder-commentary): Fix interactive spec. Try
11595 appending .el to file name.
11596 (finder-find-library, finder-commentary): Doc fixes.
11597
11598 1999-01-29 Andrew Innes <andrewi@gnu.org>
11599
11600 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
11601 where the userid contains directory separators.
11602
11603 1999-01-29 Dave Love <fx@gnu.org>
11604
11605 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
11606 (lm-commentary): Doc fix.
11607
11608 1999-01-29 Andreas Schwab <schwab@gnu.org>
11609
11610 * files.el (file-expand-wildcards): Never consider `.' and `..' a
11611 wildcard match. Fix regexp that tests if dirpart contains
11612 wildcard characters.
11613
11614 1999-01-28 Richard Stallman <rms@gnu.org>
11615
11616 * font-lock.el (font-lock-default-unfontify-region):
11617 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
11618
11619 1999-01-27 Jason Rumney <jasonr@altavista.net>
11620
11621 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
11622 from FAMILY field.
11623 (w32-create-initial-fontsets): Do not use before-init-hook.
11624 (mouse-set-font): Document. Automatically create and use fontsets.
11625
11626 * dos-w32.el (direct-print-region-helper): Check for printer
11627 being t as well as a string.
11628
11629 1999-01-27 Kenichi Handa <handa@etl.go.jp>
11630
11631 * mail/rmail.el (rmail-decode-mime-charset): New variable.
11632 (rmail-mime-charset-pattern): New variable.
11633 (rmail-convert-to-babyl-format): Decode by MIME-charset if
11634 rmail-decode-mime-charset is non-nil.
11635
11636 1999-01-27 Ken'ichi Handa <handa@gnu.org>
11637
11638 * international/characters.el: Set category `q' for all characters
11639 in tibetan and tibetan-1-column.
11640
11641 1999-01-27 Andrew Innes <andrewi@gnu.org>
11642
11643 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
11644 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
11645
11646 1999-01-27 Dave Love <fx@gnu.org>
11647
11648 * international/mule-cmds.el (current-language-environment):
11649 Provide :link, :type (choices) and appropriate :get.
11650
11651 1999-01-27 Eli Zaretskii <eliz@gnu.org>
11652
11653 * startup.el (command-line): Set default eol-mnemonic-* strings to
11654 display end-of-line format in mode line.
11655
11656 * cus-start.el (all): Add eol-mnemonic-* variables.
11657
11658 1999-01-26 Dave Love <fx@gnu.org>
11659
11660 * startup.el (command-line-1): Up-date copyright.
11661
11662 * paths.el (Info-default-directory-list): Use configdir twice.
11663
11664 * info.el (Info-directory-list): Don't set path-separator now
11665 we're not shipped with Texinfo. Simplify path definition.
11666 Substitute all occurrences of instdir in Info-default-directory-list.
11667
11668 1999-01-25 Richard Stallman <rms@gnu.org>
11669
11670 * startup.el (normal-top-level-add-subdirs-to-load-path):
11671 Record the inode numbers of the dirs processed, to avoid loop.
11672
11673 * textmodes/tex-mode.el (tex-run-command): Doc fix.
11674
11675 1999-01-25 Dave Love <fx@gnu.org>
11676
11677 * browse-url.el (browse-url-netscape-program): Doc addition.
11678
11679 * help.el (help-make-xrefs): Default info references to an `(emacs)'
11680 prefix.
11681
11682 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
11683 auto-mode-alist.
11684
11685 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11686
11687 * calendar/diary-lib.el (mark-diary-entries): Use
11688 assoc-ignore-case and do not capitalize when matching month and
11689 day names.
11690
11691 * calendar/calendar.el (calendar-read-date): Ditto.
11692
11693 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
11694 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
11695
11696 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
11697
11698 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
11699
11700 * calendar/cal-islam.el (calendar-goto-islamic-date)
11701 (mark-islamic-diary-entries): Ditto.
11702
11703 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
11704
11705 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
11706 (calendar-read-mayan-tzolkin-date): Ditto.
11707
11708 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
11709
11710 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
11711
11712 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
11713
11714 1999-01-25 Karl Heuer <kwzh@gnu.org>
11715
11716 * faces.el (list-faces-display): Multiline case of previous fix.
11717
11718 1999-01-25 Andreas Schwab <schwab@gnu.org>
11719
11720 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
11721
11722 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
11723
11724 * files.el (find-file): If find-file-noselect returns a list,
11725 do switch-to-buffer on each element.
11726 (find-file-other-window): Likewise for all but the first element.
11727 (find-file-other-frame): Same.
11728 (find-file-noselect): When we expand a wildcard, return a list
11729 of buffers.
11730
11731 1999-01-24 Eli Zaretskii <eliz@gnu.org>
11732
11733 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
11734 to set the appropriate cpNNN-dos coding system as the
11735 highest-priority coding system.
11736
11737 1999-01-23 Ken'ichi Handa <handa@gnu.org>
11738
11739 * international/fontset.el (generate-fontset-menu): Return a
11740 sorted list by plain names of fontsets.
11741
11742 * international/mule-diag.el (list-fontsets): Sort fontsets by
11743 plain names.
11744
11745 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
11746 FIRST is a composite character, decompose it at first.
11747
11748 1999-01-23 Dave Love <fx@gnu.org>
11749
11750 * format.el: Doc fixes.
11751 (format-encode-run-method): Have things happen in the right buffer.
11752 Deal with errors from method. Set coding-system-for-write.
11753 (format-decode-run-method): Have things happen in the right buffer.
11754 Deal with errors from method. Set coding-system-for-read.
11755 (format-alist): Use nil instead of unmatchable regexps.
11756
11757 * simple.el (shell-command-on-region): Return command's exit status.
11758
11759 1999-01-23 Eric Ludlam <zappo@gnu.org>
11760
11761 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
11762 of the file whose info we want to display.
11763 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
11764 (speedbar-add-mode-functions-list) Improve doc.
11765 (speedbar-line-token) New function.
11766 (speedbar-dired) Fix order of directories in -shown-directories.
11767 (speedbar-line-path): Default return is default-directory
11768 (speedbar-buffers-line-path): Return is dir name only.
11769 (speedbar-mode-functions-list): New variable.
11770 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
11771 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
11772 speedbar-files-item-info speedbar-buffers-item-info): New functions.
11773 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
11774 New functions.
11775 (speedbar-line-file): Broke out part that fetches file from a line.
11776 (speedbar-line-text): New function extracted from speedbar-line-file.
11777 (speedbar-line-path): Converted into a replaceable function.
11778 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
11779
11780 1999-01-23 Ken'ichi Handa <handa@gnu.org>
11781
11782 * international/fontset.el (create-fontset-from-x-resource): Make
11783 style variants.
11784
11785 1999-01-22 Dave Love <fx@gnu.org>
11786
11787 * paths.el (Info-default-directory-list): Put sysdir after start.
11788
11789 1999-01-22 Sam Steingold <sds@goems.com>
11790
11791 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
11792 a process associated with it.
11793
11794 1999-01-22 Jason Rumney <jasonr@altavista.net>
11795
11796 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
11797
11798 1999-01-22 Felix Lee <flee@cygnus.com>
11799
11800 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
11801 major-mode.
11802 (vc-annotate-mode): Delete variable.
11803
11804 1999-01-22 Andrew Innes <andrewi@gnu.org>
11805
11806 * startup.el (command-line): [windows-nt]: Check for existence of
11807 .emacs file so as to notice .emacs.el or .emacs.elc and use them
11808 in preference to _emacs.
11809
11810 1999-01-22 Dave Love <fx@gnu.org>
11811
11812 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
11813
11814 1999-01-20 Richard Stallman <rms@gnu.org>
11815
11816 * files.el (find-file-noselect): Do wildcard processing only
11817 if new arg WILDCARDS is non-nil.
11818 (find-file, find-file-other-window): New arg WILDCARDS.
11819 Default it to non-nil if interactive.
11820 (find-file-other-frame): Likewise.
11821 (find-file-read-only): Likewise.
11822 (find-file-read-only-other-window): Likewise.
11823 (find-file-read-only-other-frame): Likewise.
11824
11825 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
11826 (widget-plist-convert-option): Delete spurious comma.
11827
11828 1999-01-19 Jason Rumney <jasonr@altavista.net>
11829
11830 * term/w32-win.el (w32-standard-fontspec-spec): Change
11831 iso8859-5 to koi8-r. Add iso8859-9.
11832
11833 1999-01-19 Dave Love <fx@gnu.org>
11834
11835 * browse-url.el (browse-url-maybe-new-window): Delete macro and
11836 its uses.
11837
11838 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
11839 is active.
11840 (fortran-indent-subprogram): Likewise.
11841
11842 1999-01-19 Dave Love <d.love@dl.ac.uk>
11843
11844 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
11845
11846 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11847
11848 * wid-edit.el (alist): Use sexp as default key-type.
11849
11850 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11851
11852 * textmodes/tex-mode.el (tex-define-common-keys):
11853 Remove key binding of tex-feed-input.
11854 (tex-mode-map): Bind tex-feed-input here.
11855 (tex-start-shell): Use compilation-shell-minor-mode. Set
11856 comint-input-filter-functions before running tex-shell-hook.
11857 (tex-start-tex): Forget compilation errors.
11858 (tex-compilation-parse-errors): Rewritten to work also with
11859 compile-mouse-goto-error and compile-goto-error. Adjusted to
11860 change in tex-region.
11861 (tex-region): For the temp file use file-name without directory.
11862 (tex-file): Expand file name of tex-print-file.
11863
11864 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11865
11866 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
11867
11868 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
11869
11870 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
11871 beginning could cause Emacs to hang. Fixed.
11872
11873 1999-01-18 Ken'ichi Handa <handa@gnu.org>
11874
11875 * international/ccl.el (ccl-compile-translate-character): Handle
11876 the case that a tranlation table is CCL register correctly.
11877
11878 * international/mule-cmds.el (select-safe-coding-system):
11879 Hightlight at most 256 characters.
11880
11881 1999-01-18 Dave Love <fx@gnu.org>
11882
11883 * startup.el (command-line): If the init file changes operation to
11884 unibyte, make all buffers unibyte and re-set language environment.
11885
11886 * disp-table.el (standard-display-european): Make all existing
11887 buffers unibyte. Fix doc.
11888
11889 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
11890
11891 * wid-edit.el (coding-system): Define this unconditionally.
11892
11893 * simple.el (shell-command-on-region-default-error-buffer): New var.
11894 (shell-command-on-region): Use that variable as interactive
11895 value of ERROR-BUFFER argument.
11896
11897 1999-01-17 Sam Steingold <sds@goems.com>
11898
11899 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
11900
11901 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11902
11903 * progmodes/compile.el (compilation-goto-locus): If already in the
11904 compilation buffer's window, keep it in that window.
11905 (compile-mouse-goto-error): Add Doc. Don't play with windows.
11906 (compile-goto-error): Don't play with windows.
11907
11908 * textmodes/tex-mode.el (latex-run-command): Doc fix.
11909 (tex-command): Doc fix.
11910 (tex-compilation-parse-errors): Doc fix.
11911 (tex-generate-zap-file-name): Don't start the name with -.
11912 (tex-expand-files): Works now also with strings ending with ":".
11913
11914 1999-01-17 Ian T Zimmerman <itz@transbay.net>
11915
11916 Patch failed to install:
11917 * gametree.el: Document scoring functionality.
11918 (gametree-score-regexp): Add optional plus sign.
11919 (gametree-score-opener): Replace `:' with `=' as the former
11920 conflicts with gametree-half-ply-regexp.
11921 (gametree-transpose-following-leaves): Add.
11922 (gametree-insert-new-leaf): Make modifying commands barf in read
11923 only buffers.
11924 (gametree-break-line-here): Add a call to
11925 `gametree-transpose-following-leaves'. This maintains the
11926 necessary invariant that on each level all leaf children precede
11927 all nonleaf children. This has always been implied, but left to
11928 the user, and, unfortunately, undocumented.
11929
11930 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
11931
11932 * wid-edit.el (plist, alist): New widget types.
11933
11934 1999-01-17 Dave Love <fx@gnu.org>
11935
11936 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
11937 fix scope of condition-case therein.
11938
11939 1999-01-17 Andrew Innes <andrewi@gnu.org>
11940
11941 * dos-w32.el: (find-buffer-file-type-coding-system): Use
11942 default-buffer-file-coding-system when file doesn't exist (and
11943 isn't covered by a special case) instead of forcing undecided-dos
11944 against the user's wishes.
11945
11946 * dos-w32.el (direct-print-region-helper): New function based on
11947 direct-print-region-function; sends data to specified printer port
11948 without further translation. Recognize and handle specially the
11949 standard `print' and `nprint' programs, as well as `lpr' and
11950 similar programs. Only write directly to the printer port if no
11951 print program is specified. Work around a bug in Windows 9x
11952 affecting Win32 version of Emacs by invoking command.com to write
11953 to the printer port instead of writing directly.
11954 (direct-print-region-function): Use direct-print-region-helper to
11955 do most of the work.
11956 (direct-ps-print-region-function): New function; analogue of
11957 direct-print-region-function for ps-print.
11958 (ps-lpr-command): Comment out setq; leave as example usage.
11959 (ps-lpr-switches): Ditto.
11960
11961 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
11962 and MS-Windows.
11963 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
11964 DOS and Windows platforms, to indicate direct printing. Update
11965 the docstring accordingly.
11966
11967 * ps-print.el: (ps-printer-name): Update docstring about usage on
11968 MS-DOS and MS-Windows.
11969 (ps-lpr-command): Update docstring as for lpr-command.
11970 (ps-print-region-function): New variable.
11971 (ps-do-despool): Use it.
11972 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
11973 DOS/Windows.
11974
11975 * subr.el (subst-char-in-string): New function.
11976
11977 1999-01-17 Eli Zaretskii <eliz@gnu.org>
11978
11979 * international/codepage.el (cp852-decode-table): Fill a nil entry.
11980
11981 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
11982 (bdf-find-font-info): New function, looks for the first readable
11983 file from a list of alternatives.
11984 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
11985 instead of bdf-get-font-info.
11986 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
11987 to ps-mule-generate-bitmap-glyph.
11988
11989 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
11990 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
11991 now be a list of alternative names.
11992 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
11993 (ps-mule-prepare-font): Likewise.
11994
11995 * international/codepage.el (cp855-decode-table,
11996 cp850-decode-table): Fill some nil entries.
11997
11998 1999-01-16 Dave Love <fx@gnu.org>
11999
12000 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
12001 last change.
12002
12003 1999-01-15 Dave Love <fx@gnu.org>
12004
12005 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
12006 and change regexp for command names.
12007 (help-xref-go-back, function-called-at-point, symbol-file)
12008 (where-is): Doc fixes.
12009 (help-xref-go-back): Remove interactive spec.
12010 (describe-function-1): Fix message for alias. Buttomize alias
12011 name.
12012
12013 * simple.el (join-line): New alias.
12014
12015 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
12016
12017 * forms.el: (forms--show-record): Convert integers to string
12018 expicitly since concat will no longer accept integers.
12019 (forms-print): Use local `total-nb-records' since
12020 `forms--total-records' will be inaccessible after buffer switching.
12021
12022 1998-01-14 Felix Lee <flee@cygnus.com>
12023
12024 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
12025
12026 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12027
12028 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
12029
12030 1999-01-14 Eli Zaretskii <eliz@gnu.org>
12031
12032 * international/codepage.el (cp850-decode-table): Fix previous change.
12033
12034 1999-01-14 Simon Marshall <simon@gnu.org>
12035
12036 * shell.el (shell-dirtrack-verbose): New custom variable.
12037 (shell-dirstack-message): Use it.
12038
12039 1999-01-14 Kenichi Handa <handa@etl.go.jp>
12040
12041 * international/mule-conf.el: Coding system alias `dos' for
12042 `undecided-dos', `mac' for `undecided-mac'.
12043
12044 * international/mule-cmds.el (describe-language-environment):
12045 Don't alter input-method-alist.
12046
12047 1999-01-13 Eli Zaretskii <eliz@gnu.org>
12048
12049 * international/codepage.el (cp850-decode-table): Replace nil
12050 entries with codes of similary looking glyphs. (Suggested by
12051 Jason Rumney <jasonr@altavista.net>.)
12052
12053 1999-01-13 Dave Love <fx@gnu.org>
12054
12055 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
12056
12057 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
12058
12059 1999-01-12 Karl Heuer <kwzh@gnu.org>
12060
12061 * files.el (auto-save-hook): Defvar this.
12062
12063 1999-01-12 Alex Schroeder <asc@bsiag.com>
12064
12065 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
12066 faces, eliminating the need to load font-lock before loading sql.
12067 (sql-mode-oracle-font-lock-keywords): Likewise.
12068 (sql-mode-postgres-font-lock-keywords): Likewise.
12069
12070 1999-01-11 Dave Love <fx@gnu.org>
12071
12072 * cus-start.el: Add inhibit-eol-conversion.
12073
12074 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
12075 the values round.
12076
12077 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
12078
12079 * help.el (help-mode-finish): Renamed from help-mode-maybe.
12080 Don't switch to Help mode here.
12081 (temp-buffer-setup-hook): Use help-mode-finish.
12082 (help-mode-setup): New function.
12083 (temp-buffer-setup-hook): Use help-mode-setup.
12084
12085 * progmodes/sql.el: New file.
12086
12087 * files.el (auto-mode-alist): Add sql-mode.
12088
12089 * faces.el (list-faces-display): Improve the formatting
12090 by computing the maximum length required for any face-name.
12091
12092 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12093
12094 * progmodes/compile.el (compilation-shell-minor-mode): New function.
12095
12096 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
12097
12098 * term.el (term_send_home): Change the string to
12099 be the same as the one emitted by xterm and consistent with the
12100 ones emitted by prior and next.
12101 (term_send_end): Likewise.
12102
12103 1999-01-10 Dave Love <fx@gnu.org>
12104
12105 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
12106 bindings.
12107
12108 1999-01-10 Eli Zaretskii <eliz@gnu.org>
12109
12110 * international/codepage.el (codepage-setup): Doc fix.
12111 (cp-decoding-vector-for-codepage): Likewise.
12112
12113 1999-01-10 Markus Rost <rost@gnu.org>
12114
12115 * cus-edit.el (custom-save-delete): First scan the custom-file.
12116
12117 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12118
12119 * international/iso-transl.el: Define a "function name" for
12120 each translation that isn't ASCII. Use these function names
12121 in iso-transl-char-map.
12122
12123 1999-01-08 Kenichi Handa <handa@etl.go.jp>
12124
12125 * international/mule-util.el (decompose-region): Do decomposition
12126 on temporary unibyte buffer.
12127
12128 * international/mule.el (make-char): Doc-string modified.
12129
12130 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12131
12132 * simple.el (comment-region): Delete spaces only if we
12133 deleted a comment starter.
12134
12135 1999-01-07 Dave Love <fx@gnu.org>
12136
12137 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
12138
12139 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
12140 like eval-defun does.
12141
12142 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
12143
12144 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
12145 constructions. Doc fixes.
12146 (generic-create-generic-function): Use defalias, not fset.
12147
12148 * find-func.el: More doc fixes.
12149
12150 1999-01-06 Stephen Eglen <stephen@gnu.org>
12151
12152 * files.el (save-buffers-kill-emacs): Show the list of current
12153 processes before prompting to kill them and exit.
12154
12155 1999-01-06 Dave Love <fx@gnu.org>
12156
12157 * emacs-lisp/find-func.el: Doc fixes.
12158 (find-function-regexp): Extend for define-generic-mode,
12159 define-derived-mode, easy-mmode-define-minor-mode.
12160
12161 1999-01-06 Dave Love <fx@gnu.org>
12162
12163 * progmodes/fortran.el (fortran-window-create): Account for scroll
12164 bar width.
12165
12166 * browse-url.el: Require (noerror) w3-auto when compiling.
12167 (browse-url-maybe-new-window): Make it a macro and revert last
12168 change to callers.
12169 (browse-url-w3): Require w3 for w3-fetch-other-window.
12170
12171 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12172
12173 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
12174 argument.
12175
12176 1999-01-06 Simon Marshall <simon@gnu.org>
12177
12178 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
12179
12180 * font-lock.el (font-lock-default-fontify-buffer): When using
12181 with-temp-message, use nil rather than current-message.
12182
12183 * lazy-lock.el (lazy-lock-unstall):
12184 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
12185 rather than current-message.
12186
12187 * fast-lock.el (fast-lock-save-cache-1):
12188 (fast-lock-cache-data): When using with-temp-message, use nil rather
12189 than current-message.
12190
12191 1999-01-06 Eli Zaretskii <eliz@gnu.org>
12192
12193 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12194 the valid-codes property.
12195
12196 * international/mule-cmds.el (prefer-coding-system): Call
12197 set-coding-priority, so that the internal array of priorities is
12198 also updated.
12199
12200 * international/mule-util.el:
12201 (coding-system-change-eol-conversion,
12202 coding-system-change-text-conversion): Don't define here.
12203
12204 * international/mule-cmds.el: Define them here. Remove the
12205 autoload cookies.
12206
12207 1999-01-06 Andreas Schwab <schwab@gnu.org>
12208
12209 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
12210 if it was enabled before.
12211
12212 * view.el (View-revert-buffer-scroll-page-forward): Bind
12213 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
12214
12215 * files.el (recover-session): Preserve point when inserting
12216 explanation.
12217
12218 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
12219
12220 * cus-edit.el (custom-save-delete): Don't delete whitespace
12221 and comments before the sexp that is replaced.
12222
12223 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12224
12225 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
12226
12227 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
12228
12229 * vc.el (vc-dired-hook): Use the original value of
12230 dired-move-to-filename-regexp on lines that have not been
12231 reformatted yet.
12232 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
12233 file lines have already been reformatted.
12234
12235 1999-01-05 Dave Love <fx@gnu.org>
12236
12237 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
12238 buffer-local.
12239
12240 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
12241
12242 * progmodes/f90.el: Change of regular expressions for type to
12243 correct highlighting and identation. Some small fixes for
12244 compatibility with XEmacs.
12245
12246 1999-01-05 Stephen Eglen <stephen@gnu.org>
12247
12248 * mspools.el (mspools-vm-system-mail): Provide an alternative
12249 value based on rmail-spool-directory if $MAIL is not defined.
12250
12251 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
12252
12253 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
12254 (reftex-section-info): Handle negative section levels.
12255 (reftex-view-crossref-extra): New option.
12256 (reftex-view-crossref): Generalized to work in more places.
12257 (reftex-find-citation-regexp-format, reftex-find-reference-format,
12258 reftex-macros-with-labels, reftex-global-search-marker): New variables.
12259 (reftex-view-cite-locations-from-bibtex): New command.
12260 (reftex-view-regexp-match, reftex-global-search,
12261 reftex-global-search-continue): New functions.
12262 (reftex-extract-bib-entries): No error for non-existing BibTeX
12263 file, just a message.
12264 (reftex-extract-bib-entries): Better error handling.
12265 (reftex-select-with-char): Use `*RefTeX Select*' for selection
12266 help and force it on current frame.
12267 (reftex-default-bibliography): New function.
12268 (reftex-access-parse-file): Check consistency after loading a
12269 parse file. When inconsistent, enfore rescan.
12270 (reftex-check-parse-consistency): New function.
12271 (easy-menu-define): Options section drastically shortened.
12272
12273 1999-01-05 Kenichi Handa <handa@etl.go.jp>
12274
12275 * language/thai-util.el (thai-compose-string): New function.
12276
12277 1999-01-04 Inge Frick <inge@nada.kth.se>
12278
12279 * easymenu.el (easy-menu-define): Doc fix.
12280 (easy-menu-create-menu): New keyword :included.
12281 (easy-menu-do-add-item): New keyword :included. SUFFIX may
12282 be an expression, not only a string. Simulate style `button'.
12283 Use easy-menu-define-key-intern instead of easy-menu-define-key.
12284 (easy-menu-define-key-intern): New function.
12285 (easy-menu-add-item): Understand value returned from
12286 easy-menu-item-present-p and easy-menu-remove-item.
12287 (easy-menu-return-item): New function.
12288 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
12289
12290 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
12291
12292 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12293 Use rmail-output-read-rmail-file-name to read the file name.
12294 Always call rmail-output-to-rmail-file noninteractively.
12295 When count > 1, do the loop here.
12296 Handle rmail-delete-after-output here.
12297 (rmail-summary-output): Similar changes.
12298
12299 * mail/rmailout.el: Provide `rmailout'.
12300 (rmail-output-read-rmail-file-name): New function.
12301 (rmail-output-to-rmail-file): Use that.
12302 (rmail-output-read-file-name): New function.
12303 (rmail-output): Use that.
12304
12305 * files.el (find-file-noselect): Let /: suppress wildcard matching.
12306 Error if wildcard matches no files.
12307
12308 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
12309
12310 * menu-bar.el (clipboard-yank): Doc fix.
12311
12312 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
12313
12314 1998-12-31 Markus Rost <rost@delysid.gnu.org>
12315
12316 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
12317
12318 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
12319
12320 * rmail.el (rmail-encode-string): Make sure mask value is
12321 positive; (emacs-pid) returns a negative number on Windows 9x
12322 which causes odd behaviour.
12323
12324 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
12325
12326 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
12327 and about w32-* variables unless on Windows/NT.
12328
12329 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
12330
12331 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
12332 if buffer is modified; ask about all modified buffers.
12333
12334 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
12335
12336 * simple.el (what-cursor-position): Fix previous change.
12337
12338 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
12339
12340 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
12341 from paragraph-start.
12342
12343 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
12344
12345 * international/mule-cmds.el (prefer-coding-system): If the
12346 argument requires specific EOL conversion type, make the default
12347 coding systems use that.
12348
12349 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
12350
12351 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
12352 Use shell-command-on-region.
12353 (m4-start-m4, m4-end-m4): Functions deleted.
12354
12355 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
12356
12357 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
12358
12359 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12360
12361 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
12362 to compose-mail in the correct places and as a list.
12363
12364 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
12365
12366 * page-ext.el: Added mouse-selection feature for pages directory buffer.
12367 (pages-directory-map): Bind mouse-2
12368 (pages-copy-header-and-position): Put text property.
12369 (pages-directory-goto-with-mouse): New function.
12370
12371 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
12372
12373 * international/codepage.el (cp-make-coding-systems-for-codepage):
12374 Doc fix.
12375 (cp-coding-system-for-codepage-1): Likewise.
12376
12377 1998-12-29 Kenichi Handa <handa@etl.go.jp>
12378
12379 * language/thai-util.el (thai-post-read-conversion): Handle Thai
12380 composition sequence correctly here instead of calling
12381 thai-compose-region.
12382
12383 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
12384 newline in multibyte buffer, if previous or next character is a
12385 composite char, check the first component of the composite char.
12386
12387 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
12388
12389 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
12390 and track-mouse.
12391
12392 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12393
12394 * mail/sendmail.el (mail-yank-original): Remove text properties
12395 after insertion.
12396 (mail-yank-region): Barf if no mark is set in the message
12397 being replied to.
12398
12399 * help.el (function-called-at-point): First look for function at point.
12400
12401 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12402
12403 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
12404
12405 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12406
12407 * simple.el (what-cursor-position): Print character encoding also.
12408
12409 1998-12-26 Dave Love <fx@gnu.org>
12410
12411 * textmodes/flyspell.el: If local-maps work, don't put
12412 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
12413 in flyspell-mouse-map (only).
12414 (flyspell-use-local-map): New variable.
12415 Use a different mouse-2 binding in that case,
12416 and don't add to minor-mode-map-alist.
12417 (make-flyspell-overlay, flyspell-correct-word):
12418 Test flyspell-use-local-map.
12419
12420 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12421
12422 * files.el (file-expand-wildcards): Handle wildcards in directory name.
12423 Be careful about whether to return a relative file name,
12424 and if so, relative to what directory.
12425
12426 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
12427
12428 * emacs-lisp/easymenu.el (easy-menu-get-map):
12429 Change global map only if this menu exists in the global map already,
12430 and not in the local map.
12431 (easy-menu-do-add-item): Fix error message.
12432
12433 * foldout.el (foldout-inhibit-key-bindings):
12434 Avoid concatenating onto outline-minor-mode-prefix.
12435 Make a new keymap for that prefix, if it does not already have one.
12436
12437 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
12438
12439 * cperl-mode.el:
12440 Can use linear algorithm for indentation if Emacs supports it.
12441 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
12442 (cperl-after-block-p): Likewise.
12443 (cperl-after-block-and-statement-beg): Likewise.
12444 (cperl-after-block-p): After END/BEGIN we are a block.
12445 (cperl-after-expr-p): Skip labels when checking
12446 (cperl-indent-region): Make a marker for END - text added/removed.
12447 Disable hooks during the call (how to call them later?).
12448 Now indents 820-line-long function in 6.5 sec (including
12449 syntaxification) the first time (when buffer has few
12450 properties), 7.1 sec the second time.
12451 (cperl-indent-region): Do not indent whitespace lines
12452 (cperl-style-alist)
12453 Include `cperl-merge-trailing-else' where the value is clear.
12454 (cperl-styles-entries): Likewise.
12455 (cperl-problems): Improvements to docs.
12456 (cperl-tips): Likewise.
12457 (cperl-non-problems): Likewise.
12458 (cperl-mode): Make lazy syntaxification possible.
12459 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
12460 `font-lock-unfontify-region-function' was set to a wrong function.
12461
12462 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
12463 restart syntaxification. Changed so that -d ?foo? is a RE. Do
12464 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
12465 but 1<<6 was considered as HERE-doc.
12466 <file/glob> made into a string.
12467 Postpone addition of faces after syntactic step.
12468 Recognition of <FH> was wrong.
12469 Highlight `gem' in s///gem as a keyword. `qr' recognized.
12470 Knows that split// is null-RE.
12471 Highlights separators in 3-parts expressions as labels.
12472 <> was considered as a glob.
12473 Would err if the last line is `=head1'.
12474 $a-1 ? foo : bar; was a considered a regexp.
12475 `<< (' was considered a start of HERE-doc.
12476 mark qq[]-etc sections as syntax-type=string
12477 Was not processing sub protos after a comment ine.
12478 Was treating $a++ <= 5 as a glob.
12479 Tolerate unfinished REx at end-of-buffer.
12480 `unwind-protect' was left commented.
12481 / and ? after : start a REx.
12482
12483 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
12484 Better default, customizes to `message' too, off in text-mode.
12485
12486 (cperl-array-face): Renamed from `font-lock-emphasized-face',
12487 `defface'd.
12488 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
12489 `defface'd.
12490 (cperl-emacs-can-parse): New state variable.
12491 (cperl-indent-line): Corrected to use global state.
12492 (cperl-calculate-indent): Likewise.
12493 (cperl-fix-line-spacing): Likewise (not used yet).
12494 (cperl-calculate-indent): Did not consider `,' as
12495 continuation mark for statements.
12496 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
12497 Remove another parse-data optimization at toplevel: would
12498 indent correctly.
12499 Correct for labels when calculating indentation of continuations.
12500 Docstring updated.
12501 (cperl-choose-color): Converted to a function (to be
12502 compilable in text-mode).
12503 (cperl-dark-background): Disable without window-system.
12504 Do `defface' only if window-system.
12505 (cperl-fix-line-spacing): Sped up to bail out early.
12506 (x-color-defined-p): Was not compiling on XEmacs
12507 Was defmacro'ed with a tick. Remove another def.
12508 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
12509 (cperl-unwind-to-safe): New function.
12510 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
12511 (cperl-fontify-syntaxically): Unwinds start and end to go out of
12512 long strings (not very successful).
12513 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
12514 Highlight the starting // in s//foo/ as function-name.
12515 Emit a meaningful error instead of a cryptic one for an
12516 uncomplete REx near end-of-buffer.
12517
12518 (cperl-electric-keyword): `qr' recognized.
12519 (cperl-electric-else): Likewise
12520 (cperl-to-comment-or-eol): Likewise
12521 (cperl-make-regexp-x): Likewise
12522 (cperl-init-faces): Likewise, and `lock' (as overridable?).
12523 Corrected to use new macros;
12524 `if' for copying `reference-face' to `constant-face' was backward.
12525 remove init `font-lock-other-emphasized-face',
12526 `font-lock-emphasized-face', `font-lock-keyword-face'.
12527 Interpolate `cperl-invalid-face'.
12528 (cperl-make-regexp-x): Misprint in a message.
12529 (cperl-syntaxify-unwind): New configuration variable
12530 (cperl-fontify-m-as-s): New configuration variable
12531 (cperl-electric-pod): Check for after-expr was performed
12532 inside of POD too.
12533 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
12534 (cperl-clobber-mode-lists): New configuration variable.
12535 (cperl-not-bad-style-regexp): Updated.
12536 Init: `cperl-is-face' was busted.
12537 (cperl-make-face): New macros.
12538 (cperl-force-face): New macros.
12539 (font-lock-other-type-face): Done via `defface' too.
12540 (cperl-nonoverridable-face): New face. Renamed from
12541 `font-lock-other-type-face'.
12542 (cperl-init-faces-weak): Use `cperl-force-face'.
12543 (cperl-comment-indent): Commenting __END__ was not working.
12544 (cperl-indent-for-comment): Likewise.
12545 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
12546 When removing old TAGS info was not relativizing filename.
12547 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
12548 Another try to work around XEmacs problems. Better progress messages.
12549 (toplevel): Require custom unprotected => failure on 19.28.
12550 (cperl-xemacs-p): Defined when compile too
12551 (cperl-find-tags): Was writing line/pos in a wrong order,
12552 pos off by 1 and not at beg-of-line.
12553 (cperl-etags-snarf-tag): New macro
12554 (cperl-etags-goto-tag-location): New macro
12555 (cperl-version): New variable. New menu entry
12556 random docstrings: References to "future" 20.3 removed.
12557 Menu was described as `CPerl' instead of `Perl'
12558 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
12559 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
12560 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
12561 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
12562 `font-lock-reference-face', `font-lock-keyword-face'.
12563 Use `eval-after-load'.
12564 Remove not-CPerl-related faces.
12565 (cperl-tips-faces): New variable and an entry into Mini-docs.
12566 (cperl-indent-exp): Was not processing else-blocks.
12567 (cperl-get-state): NOP line removed.
12568 (cperl-ps-print): New function and menu entry.
12569 (cperl-ps-print-face-properties): New configuration variable.
12570 (cperl-invalid-face): New configuration variable.
12571 (perl-font-lock-keywords): Highlight trailing whitespace
12572 (cperl-contract-levels): Documentation corrected.
12573 (cperl-contract-level): Likewise.
12574 (cperl-ps-extend-face-list): New macro.
12575 (cperl-invalid-face): Change to ''underline.
12576
12577 1998-12-25 Markus Rost <rost@delysid.gnu.org>
12578
12579 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
12580 for read-file-name.
12581 (rmail-output-to-rmail-file): Likewise.
12582
12583 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
12584
12585 * emacs-lisp/easymenu.el (easy-menu-get-map):
12586 If MENU is nil, use global menu-bar map.
12587 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
12588 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
12589
12590 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12591
12592 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
12593
12594 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12595
12596 * ps-print.el (ps-print-version): New version number (4.1.3).
12597
12598 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
12599
12600 * international/mule-cmds.el: Use make-sparse-keymap instead of
12601 define-prefix-key when defining MULE menu items.
12602
12603 * info.el (Info-node-at-bob-matching): New function.
12604 (Info-find-node, Info-build-node-completions): Call it.
12605
12606 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
12607
12608 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
12609 when this is an autoloaded keymap.
12610
12611 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12612
12613 * international/codepage.el (cp-coding-system-for-codepage-1):
12614 Create separate encoders and decoders, for DOS and Unix. Make the
12615 usual family of 3 coding systems, so that automatic detection of
12616 EOL type works.
12617 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
12618 Unix-specific symbols here, and don't call
12619 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
12620 Handa <handa@etl.go.jp>.)
12621
12622 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
12623
12624 * term/internal.el (IT-character-translations): New variable, an
12625 alist used to display characters for which there's no glyphs in
12626 the current codepage.
12627 (IT-display-table-setup): New function, sets up the DOS terminal
12628 for a given codepage.
12629 (dos-codepage-setup): New function, sets up the MULE environment
12630 for the current value of dos-codepage.
12631 (top-level if): In the multibyte mode, turn on
12632 unibyte-display-via-language-environment. In the unibyte mode,
12633 set up the special syntax tables to map lower- to upper case and
12634 back.
12635
12636 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
12637
12638 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
12639 (speedbar-frame-plist) Remove useless comments.
12640 (speedbar-frame-mode) Do not specify height if it is in the param list.
12641 Use default y position w/out changing it.
12642 If default x position is a list, keep, calculate the non-list X
12643 value when devining an initial position.
12644 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
12645 (speedbar-tag-group-name-minimum-length): New variable.
12646 (speedbar-frame-parameter): New compatibility function.
12647 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
12648 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
12649 groups to keep things in the right order, and to help with some
12650 naming conventions.
12651 (speedbar-create-tag-hierarchy): Enable buffer local version of
12652 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
12653 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
12654 the case, derive it from the cursor location in speedbar.
12655
12656 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
12657
12658 * international/mule-cmds.el (set-language-environment): On MS-DOS
12659 terminals, install DOS-specific nonascii-translation-table if the
12660 language info doesn't specify one. Pass the default eol-type to
12661 set-language-environment-coding-systems.
12662 (set-default-coding-systems): Copy the eol-type property for the
12663 new default values of {buffer-file,process}-coding-system from the
12664 old defaults.
12665 (set-language-environment-coding-systems): Accept an optional
12666 argument EOL-TYPE, and set the eol-type property of the default
12667 coding systems accordingly.
12668 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
12669 (set-keyboard-coding-system): Likewise.
12670 (set-default-coding-systems): Don't set
12671 default-terminal-coding-system on MS-DOS to anything but nil.
12672 (prefer-coding-system): Describe in the doc string that
12673 default-terminal-coding-system is not changed on MS-DOS.
12674 (set-language-environment): For MS-DOS, set standard syntax table
12675 and display table for all characters with code above 127.
12676 (standard-display-european-internal): For MS-DOS, pass all
12677 characters with code above 127 directly to the terminal, and don't
12678 remap characters 160 and 146 in the unibyte case.
12679
12680 * international/codepage.el: New file.
12681
12682 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12683
12684 * diary-lib.el (diary-float): Fix end-of-year error and typos in
12685 comments.
12686
12687 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
12688
12689 * map-ynp.el (map-y-or-n-p): Ignore input methods.
12690
12691 * subr.el (read-passwd): Likewise.
12692
12693 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
12694
12695 * info.el (Info-find-node): Add 1 to the position read from the
12696 tag table. Don't fail if the node delimiter ^_ is the first
12697 character in the file.
12698 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
12699 first character in the file.
12700 (Info-read-subfile): Likewise.
12701 (Info-select-node): Likewise.
12702 (Info-build-node-completions): Likewise.
12703
12704 1998-12-16 Richard Stallman <rms@gnu.org>
12705
12706 * term/x-win.el (x-cut-buffer-or-selection-value):
12707 If clipboard is enabled, try it before PRIMARY selection.
12708
12709 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12710
12711 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
12712 insert c-cedilla and C-cedilla respectively, like in latin-1.
12713
12714 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
12715
12716 * language/hebrew.el: Don't use sublists in the flags argument
12717 passed to make-coding-system.
12718
12719 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12720
12721 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
12722 list of character sets found by find-charset-region.
12723
12724 * ps-mule.el: Always require ps-print. Move some function
12725 definitions for Emacs 20.2 and the earlier to ps-print.el.
12726 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
12727
12728 * ps-print.el: Define several functions for Emacs 20.2 and the
12729 earlier version.
12730 (ps-printer-name): Check if printer-name is bound.
12731
12732 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12733
12734 * ps-mule.el: Programming uniformization and little code improvement.
12735 (ps-mule-prepare-font): Programming uniformization.
12736 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
12737 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
12738
12739 * ps-bdf.el: Programming uniformization and little code improvement.
12740 (bdf-search-and-read): New fun.
12741 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
12742 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
12743 (bdf-info-relative-compose, bdf-info-baseline-offset)
12744 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
12745 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
12746 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
12747 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
12748 improvement.
12749
12750 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12751
12752 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
12753 and mule related code extraction. Autoload ps-mule funs.
12754
12755 * ps-mule.el: Doc fix. Require ps-print only when compiled.
12756 (ps-mule-prologue-generated): New fun.
12757 (ps-mule-plot-string): Add autoload cookie.
12758 (ps-mule-begin-job): Call ps-mule-prologue-generated.
12759
12760 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12761
12762 * ps-bdf.el: Require ps-mule instead of ps-print.
12763 (bdf-directory-list): Add autoload cookie.
12764
12765 * ps-mule.el: New file. Mule related code extracted from
12766 ps-print.el. Require ps-print, provide ps-mule.
12767 (ps-multibyte-buffer): Add autoload cookie.
12768 (ps-mule-prepare-ascii-font): New fun.
12769 (ps-mule-set-ascii-font): New fun.
12770 (ps-mule-skip-same-charset): Fun deleted.
12771 (ps-mule-plot-string): Set ps-mule-current-charset.
12772 (ps-mule-initialize): Add autload cookie. Don't set
12773 ps-mule-font-info-database here.
12774 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
12775 ps-mule-font-info-database and ps-control-or-escape-regexp.
12776 (ps-mule-begin-page): New fun.
12777
12778 * ps-print.el: Mule related code moved to ps-mule.el.
12779 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
12780 check ps-mule-charset-list.
12781 (ps-begin-page): Don't set ps-mule-current-charset, instead call
12782 ps-mule-begin-page.
12783 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
12784 (ps-plot-region): Don't set ps-mule-current-charset, instead call
12785 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
12786 instead skip same charsets by itself.
12787 (ps-generate): Call ps-mule-initialize of needs-begin-file is
12788 non-nil. Call ps-mule-begin-job.
12789
12790 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12791
12792 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
12793 instead of bdf.
12794
12795 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
12796 (ps-mule-external-libraries): New element FEATURE.
12797 (ps-mule-init-external-library): Ajusted for the above change.
12798 (ps-mule-generate-font): Likewise.
12799 (ps-mule-generate-glyphs): Likewise.
12800 (ps-mule-prepare-font): Likewise.
12801 (ps-mule-initialize): Likewise.
12802 (ps-begin-file): Superfluous tailing parenthesis deleted.
12803
12804 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12805
12806 * international/fontset.el (x-decompose-font-name): If PATTERN
12807 doesn't have any wild cards, return a vector made from a name that
12808 is found by x-resolve-font-name found. Comments added.
12809
12810 * international/mule-cmds.el (find-coding-systems-for-charsets):
12811 Handle the case of unknown charset.
12812 (find-multibyte-characters): If invalid multibyte characters are
12813 found, return the corresponding strings instead of character
12814 codes.
12815 (find-multibyte-characters): Adjusted for the above change.
12816 (select-safe-coding-system): For a unibyte buffer, always returns
12817 DEFAULT-CODING-SYSTEM.
12818 (get-charset-property): Fix previous change. Make it a function.
12819 (put-charset-property): Make it a function.
12820
12821 * international/mule.el (make-coding-system): Set mime-charset
12822 property of *-with-esc coding system to nil.
12823
12824 * international/quail.el (quail-point-in-conversion-region): New
12825 function.
12826 (quail-conversion-backward-delete-char): When a key sequence is
12827 being translated, call quail-delete-last-char.
12828
12829 * language/devan-util.el
12830 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
12831 handle devanagari-decomposition-rules.
12832
12833 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
12834
12835 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
12836 tex-start-options-string to empty string.
12837 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
12838
12839 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
12840
12841 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
12842 5xx responses are already handled properly).
12843
12844 1998-12-13 Richard Stallman <rms@gnu.org>
12845
12846 * progmodes/compile.el (compilation-error-regexp-alist): Insist
12847 on a non-digit in the file name.
12848
12849 * simple.el (comment-region): Handle comment-padding
12850 separately for insertion and for deletion, in the right way for each.
12851
12852 1998-12-13 Felix Lee <flee@cygnus.com>
12853
12854 * progmodes/compile.el (compilation-error-regexp-alist): Fix
12855 regexp to match "ChangeLog:1:1998-12-09 ..."
12856
12857 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
12858
12859 * cus-start.el (dos-unsupported-char-glyph): Add.
12860
12861 1998-12-11 Dave Love <fx@gnu.org>
12862
12863 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
12864 forward-sexp in condition-case.
12865
12866 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12867 Remove unnecessary test on `library' for explicit file name.
12868 Widen scope of save-match-data.
12869
12870 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
12871
12872 * international/mule.el (load-with-code-conversion): If the loaded
12873 file was inserted with no-conversion or raw-text coding system,
12874 make the buffer unibyte.
12875
12876 1998-12-09 Richard Stallman <rms@gnu.org>
12877
12878 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12879 Get rid of nested loops.
12880
12881 * mouse.el (mouse-drag-vertical-line):
12882 If WHICH-SIDE is not `right', then scroll bars are on the left.
12883
12884 * loadhist.el (load-history-loaded): defvar moved to help.el.
12885
12886 * help.el (symbol-file-load-history-loaded): Variable renamed,
12887 and defvar moved from loadhist.el.
12888 (symbol-file): Renamed from describe-function-find-file.
12889 Load fns-VERSION.el here.
12890 (describe-variable, describe-function-1): Use symbol-file.
12891
12892 * textmodes/tex-mode.el (tex-generate-zap-file-name):
12893 Don't start the name with #.
12894
12895 * ispell.el: Take out the eval-when's.
12896
12897 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
12898
12899 * dirtrack.el (dirtrack-directory-change-hook): New hook.
12900 (dirtrack): Run it. Make debug message more verbose.
12901
12902 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12903
12904 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
12905 name of the abbrev table, and provide support for XEmacs.
12906 (octave-xemacs-p): New variable.
12907
12908 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12909
12910 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
12911 exit, when mail-interactive is nil.
12912
12913 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
12914
12915 * files.el (after-find-file): Message fix.
12916
12917 1998-12-09 Ken Stevens <stevens@kdstevens.com>
12918
12919 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
12920
12921 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
12922
12923 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
12924 filenames using backslashes.
12925
12926 1998-12-09 Dave Love <fx@gnu.org>
12927
12928 * browse-url.el (browse-url-mail): Call compose-mail-other-window
12929 with correct number of args.
12930 (browse-url-maybe-new-window): New arg. Callers changed.
12931
12932 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
12933 comment.
12934
12935 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
12936
12937 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
12938
12939 1998-12-08 Markus Rost <rost@delysid.gnu.org>
12940
12941 * vc.el (vc-rcs-release): Fix Type.
12942 (vc-sccs-release): Fix Type.
12943 (vc-cvs-release): Fix Type.
12944
12945 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
12946 arg work right.
12947
12948 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
12949 output of last undeleted message.
12950
12951 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
12952
12953 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12954 (buffer-undo-list) [windows-nt]: Use different relative path.
12955
12956 1998-12-07 Simon Marshall <simon@gnu.org>
12957
12958 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
12959
12960 1998-12-05 Markus Rost <rost@delysid.gnu.org>
12961
12962 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
12963
12964 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
12965
12966 1998-12-04 Markus Rost <rost@delysid.gnu.org>
12967
12968 * info.el (Info-menu): Don't return error if point is between menu
12969 header and first menu item.
12970
12971 1998-12-04 Dave Love <fx@gnu.org>
12972
12973 * help.el (describe-function-1): Fix description for alias.
12974
12975 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
12976
12977 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
12978 specifications from summary line.
12979
12980 * rect.el (delete-whitespace-rectangle): Mark for autoload.
12981 (close-rectangle): Define alias only once in loaddefs.el.
12982
12983 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
12984
12985 * term/internal.el: Remove code which sets up a special syntax
12986 table for non-ASCII characters.
12987
12988 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
12989
12990 * dos-w32.el (direct-print-region-function): Try to ensure that
12991 printer-name is expanded to a file name on a local drive;
12992 sometimes printing a file loaded from a network volume fails.
12993 (direct-print-region-function): Add a function to
12994 write-region-annotate-functions to append a formfeed character to
12995 the region being printed, if the region doesn't end with a
12996 formfeed already. This avoids creating a second print job
12997 containing a blank page when print spooling is enabled on Windows.
12998
12999 1998-12-02 Dave Love <fx@gnu.org>
13000
13001 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
13002 `Info-goto-node'.
13003
13004 1998-12-02 Richard Stallman <rms@gnu.org>
13005
13006 * help.el (temp-buffer-resize-mode): Doc fix.
13007
13008 * cus-edit.el (custom-save-delete): Save point before
13009 reading a sexp, rather than backing up.
13010
13011 * international/iso-transl.el: Fix previous change.
13012
13013 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
13014
13015 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
13016 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
13017 Added defvars to suppress compilation warnings.
13018
13019 1998-11-30 Ken Stevens <k.stevens@ieee.org>
13020
13021 * ispell.el: Improved and fixed customize for variables:
13022 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
13023 ispell-dictionary-alist, ispell-skip-sgml.
13024 Improved and fixed comments in variables and messages for
13025 functions: ispell-help-in-bufferp, ispell-local-dictionary,
13026 ispell-menu-map, ispell-checking-message, ispell-parser,
13027 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
13028 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
13029 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
13030 ispell-message-text-end, ispell-add-per-file-word-list.
13031 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
13032 system is now required for all languages. Casechars improved for
13033 castellano, castellano8, and norsk dictionaries. Dictionary
13034 norsk7-tex added. Dictionary polish added.
13035 (ispell-dictionary-alist): Redefined at load-time to support
13036 dictionary changes.
13037 (ispell-menu-map): Redefined at load-time to support menu changes.
13038 (ispell-check-version): New alias for `check-ispell-version'.
13039 (ispell-parse-output): Fixed matching for ispell error messages.
13040 Correctly returns spelling suggestions in order generated by ispell
13041 process.
13042 (check-ispell-version): Ensure `case-fold-search' doesn't get
13043 redefined.
13044 (ispell-complete-word): Ensure `case-fold-search' doesn't get
13045 redefined. Fix bug that didn't respect case of word being completed.
13046 (ispell-init-process): Set process coding system to be compatible
13047 with emacs processes and the ispell process.
13048 (ispell-kill-ispell): Ensures ispell process has terminated before
13049 starting new process. This can otherwise confuse process filters
13050 and hang the ispell process.
13051 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
13052 skipping support for sgml.
13053 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
13054 which could cause `ispell-complete-word' to hang.
13055 (ispell-message): Improved message reference matching. Ensure
13056 `case-fold-search' doesn't get redefined.
13057 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
13058 get redefined. Fixed bug in returning to nroff mode from tex mode.
13059 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
13060 get redefined.
13061
13062 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
13063
13064 * textmodes/flyspell.el (flyspell-check-word-p):
13065 Don't delay inside a kbd macro.
13066
13067 * subr.el (make-local-hook): Return the hook variable.
13068
13069 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
13070
13071 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
13072 Use a timer instead of post-command-hook.
13073 (hscroll-timer): New variable.
13074
13075 1998-11-30 Dave Love <fx@gnu.org>
13076
13077 * help.el (help-xref-button): Do nothing if text already has the
13078 help-xref property.
13079 (describe-variable): Revert previous change to hyperlink to source.
13080
13081 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
13082
13083 * bindings.el (features): Add `base64' to this list.
13084
13085 * loadhist.el (symbol-file): Doc fix.
13086
13087 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
13088
13089 * files.el (hack-one-local-variable): Cope with non-file buffers.
13090
13091 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
13092
13093 * help.el (describe-mode): Put major mode first.
13094
13095 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
13096 to support special-display and same-window features.
13097
13098 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
13099
13100 * simple.el (transpose-subr, transpose-subr-1): Rename variables
13101 bound in one function and used in the other.
13102 (transpose-subr-start1, transpose-subr-start2): Add defvars.
13103 (transpose-subr-end1, transpose-subr-end2): Add defvars.
13104
13105 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
13106
13107 * autoinsert.el (auto-insert-alist): Use user-mail-address.
13108
13109 1998-11-26 Kenichi Handa <handa@etl.go.jp>
13110
13111 * international/ccl.el (ccl-dump-translate-character-const-tbl):
13112 Give format correct control string.
13113
13114 * international/mule.el (define-translation-table): Fix bug of
13115 setting incorrect translation-table-id. If the first element of
13116 ARGS is a translation table, just register it.
13117
13118 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
13119 property.
13120
13121 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
13122
13123 * thingatpt.el (thing-at-point-url-at-point): Don't use current
13124 syntax table to determine what is whitespace.
13125
13126 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
13127
13128 * frame.el (frame-parameter): Doc fix.
13129
13130 * textmodes/tex-mode.el (tex-feed-input): New function.
13131 (tex-define-common-keys): Add binding for C-c C-m.
13132
13133 1998-11-23 Dave Love <fx@gnu.org>
13134
13135 * progmodes/fortran.el: Various minor doc fixes.
13136 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
13137 (fortran-with-subprogram-narrowing): New macro.
13138 (fortran-check-for-matching-do): Use it.
13139 (fortran-end-do): Use fortran-check-end-prog-re.
13140 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
13141 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
13142
13143 1998-11-23 Simon Marshall <simon@gnu.org>
13144
13145 * font-lock.el (font-lock-defaults): Doc fix.
13146 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
13147 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
13148
13149 * lazy-lock.el (lazy-lock-unstall):
13150 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
13151
13152 * fast-lock.el (fast-lock-save-cache-1):
13153 (fast-lock-cache-data): Rewritten to use with-temp-message.
13154
13155 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
13156
13157 * mail/rmail.el (rmail-set-message-counters-counter): Detect
13158 messages that have been added with DOS line endings and convert
13159 the line endings for such messages.
13160
13161 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
13162
13163 * help.el: Add resizing of temporary buffers.
13164 (temp-buffer-resize-mode): New command and variable.
13165 (temp-buffer-max-height): New variable.
13166 (resize-temp-buffer-window): New function.
13167
13168 * window.el (window-buffer-height): New function, split from
13169 shrink-window-if-larger-than-buffer.
13170 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
13171
13172 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
13173
13174 * frame.el (initial-frame-alist): Add defcustom.
13175
13176 * shell.el (shell-prompt-pattern): Add defcustom.
13177
13178 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13179
13180 * message.el (message-ignored-supersedes-headers): Remove
13181 NNTP-Posting-Date.
13182
13183 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
13184
13185 * help.el (describe-mode): Don't avoid loop indirecting thru
13186 value of INDICATOR.
13187
13188 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
13189
13190 * help.el (describe-variable): Allow any variable with a defcustom,
13191 even if it is not a user variable.
13192
13193 * mail/rmail.el (mail-unsent-separator): Additional alternative.
13194
13195 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
13196
13197 * gnus/nntp.el (nntp-request-group): Allow for failures when
13198 requesting a new group.
13199
13200 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
13201
13202 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
13203
13204 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13205
13206 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
13207
13208 1998-11-19 Simon Marshall <simon@gnu.org>
13209
13210 * subr.el (with-temp-message): New macro.
13211
13212 * emacs-lisp/lisp-mode.el (with-temp-message):
13213 Add lisp-indent-function property.
13214
13215 1998-11-18 Dave Love <fx@gnu.org>
13216
13217 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
13218
13219 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
13220
13221 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
13222 This is not obsolete.
13223
13224 1998-11-18 Kenichi Handa <handa@etl.go.jp>
13225
13226 * textmodes/picture.el: Make a new map by make-keymap.
13227 (picture-desired-column): New variable.
13228 (picture-update-desired-column): New function.
13229 (picture-beginning-of-line): Set picture-desired-column to 0.
13230 (picture-end-of-line): Set picture-desired-column to the current
13231 column.
13232 (picture-forward-column): Pay attention to multi-column character.
13233 (picture-backward-column): Likewise.
13234 (picture-move-down): Likewise.
13235 (picture-move-up): Likewise.
13236 (picture-movement-nw): With prefix arg, move twice columns.
13237 (picture-movement-ne): Likewise.
13238 (picture-movement-sw): Likewise.
13239 (picture-movement-se): Likewise.
13240 (picture-set-motion): Handle two-column movements.
13241 (picture-move): Call picture-move-down or picture-forward-column
13242 only when necessary.
13243 (picture-insert): Pay attention to picture-desired-column.
13244 (picture-self-insert): Likewise.
13245 (picture-clear-column): Pay attention to multi-column character.
13246 (picture-mode): Modify doc-string for two-column movement.
13247
13248 * rect.el (move-to-column-force): New function.
13249 (operate-on-rectangle): If coerce-tabs is non-nil, call
13250 move-to-column-force instead of move-to-column.
13251 (insert-rectangle): Call move-to-column-force instead of
13252 move-to-column.
13253 (open-rectangle-line): If begextra is not zero, call
13254 move-to-column-force.
13255
13256
13257 1998-11-16 Dave Love <fx@gnu.org>
13258
13259 * textmodes/sgml-mode.el Require skeleton when compiling.
13260 (sgml-font-lock-keywords-1): Accept single-letter tags.
13261 (v2): Defvar free variable.
13262
13263 1998-11-16 Sam Steingold <sds@goems.com>
13264
13265 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
13266 macro, not ELisp one.
13267
13268 1998-11-16 Kenichi Handa <handa@etl.go.jp>
13269
13270 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
13271 characters to symbol.
13272
13273 * language/japan-util.el (japanese-zenkaku-region): New optional
13274 arg KATAKANA-ONLY.
13275
13276 1998-11-16 Kenichi Handa <handa@etl.go.jp>
13277
13278 * international/mule.el
13279 (after-insert-file-set-buffer-file-coding-system): If the buffer
13280 is changed to unibyte, return inserted bytes.
13281
13282 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
13283 and link names if necessary.
13284 (tar-header-block-summarize): Handle the case that file or link
13285 names are multibyte.
13286 (tar-summarize-buffer): At first set the current buffer unibyte,
13287 then if there are multibyte file names, change it to multibyte.
13288 (tar-mode): Get char position from tar-header-offset.
13289 (tar-extract): Avoid multibyte<->unibyte conversion in
13290 insert-buffer-subsring by setting both buffers unibyte
13291 temporarily.
13292 (tar-copy): Set the buffer unibyte while doing a work. Write
13293 without code conversion.
13294 (tar-expunge): Set the buffer unibyte while doing a work.
13295 (tar-alter-one-field): Likewise.
13296 (tar-clear-modification-flags): Compare byte position with
13297 tar-header-offset.
13298 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
13299 insert-buffer-subsring by setting both buffers unibyte
13300 temporarily. Pay attention to multibyteness while updating the
13301 descriptor-line.
13302 (tar-mode-write-file): Write without code conversion.
13303
13304 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13305
13306 * nngateway.el: Require cl.
13307
13308 1998-11-15 Dave Love <fx@gnu.org>
13309
13310 * progmodes/fortran.el: Fix previous change:
13311 (fortran-end-prog-re1): Changed.
13312 (fortran-check-end-prog-re): New function.
13313 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
13314
13315 1998-11-13 Tom Breton <tob@world.std.com>
13316
13317 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
13318 GNU Emacs.
13319
13320 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
13321
13322 * textmodes/reftex.el: (reftex-finding-files): Group documentation
13323 fixed.
13324 (reftex-toc-toggle-file-boundary,
13325 reftex-toc-toggle-labels,
13326 reftex-toc-toggle-context,reftex-find-start-point): New functions.
13327 (reftex-toc-include-labels, reftex-toc-include-context,
13328 reftex-toc-include-file-boundaries,
13329 reftex-toc-keep-other-windows): New options.
13330 (reftex-use-text-after-label-as-context): Option removed.
13331 (reftex-extract-bib-entries): Protect use in non-latex
13332 buffers.
13333 (reftex-toc-visit-location): Renamed from
13334 `reftex-toc-visit-line'.
13335 (reftex-latin1-to-ascii): Works now with and without Mule.
13336 (reftex-truncate): Removed special stuff for Emacs 20.2.
13337 (reftex-get-offset): Made more general.
13338 (reftex-show-label-location): Renamed from
13339 `reftex-select-label-callback'.
13340 (reftex-pop-to-label): Function removed (using
13341 `reftex-show-label-location' instead.
13342 (reftex-insert-docstruct): Renamed from
13343 `reftex-make-and-insert-label-list'. Function args changed.
13344 (reftex-toc): Now uses `reftex-insert-docstruct' and
13345 `reftex-find-start-point'.
13346 (reftex-select-item): Use `reftex-find-start-point'.
13347 (reftex-toc-visit-line): Can display labels and file
13348 boundaries.
13349 (reftex-TeX-master-file): `(TeX-master-file)' protected.
13350
13351 1998-11-12 Sam Steingold <sds@goems.com>
13352
13353 * browse-url.el (browse-url): Handle the case when
13354 `browse-url-browser-function' is a lambda list.
13355
13356 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
13357
13358 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
13359 version string.
13360 * loadhist.el (symbol-file): Likewise
13361
13362 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
13363
13364 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
13365
13366 1998-11-11 Sam Steingold <sds@goems.com>
13367
13368 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
13369 `run-lisp' instead of signalling an error.
13370
13371 1998-11-11 Karl Heuer <kwzh@gnu.org>
13372
13373 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
13374
13375 1998-11-11 Richard Stallman <rms@gnu.org>
13376
13377 * vc-hooks.el (vc-toggle-read-only): Doc fix.
13378
13379 1998-11-11 Per Starback <starback@update.uu.se>
13380
13381 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
13382 renamed svenska8 to svenska, and fixed and extended CASECHARS
13383 for it.
13384
13385 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
13386
13387 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
13388 handling if setpagedevice is not available.
13389 (ps-begin-file): Fix typo.
13390
13391 1998-11-11 Kenichi Handa <handa@etl.go.jp>
13392
13393 * international/mule-util.el (compose-chars-component): Signal
13394 error if CH is a rule-based composition character.
13395 (compose-chars): Signal error if an already compsed character is
13396 going to be composed by rule-base.
13397
13398 * term/x-win.el: If a resolved ASCII font name doesn't conform to
13399 full XLFD, don't try to get information of WEIGHT and SLANT from
13400 that font name.
13401
13402 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
13403
13404 * dos-w32.el (set-default-process-coding-system): Use function on
13405 before-init-hook to set default-process-coding-system based on
13406 enable-multibyte-characters.
13407
13408 * term/w32-win.el ([language-change]): For now ignore
13409 keyboard language-change events.
13410
13411 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
13412
13413 * ediff-util.el (ediff-make-temp-file): Run the prefix through
13414 convert-standard-file-name, but leave the results of
13415 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
13416 characters if the original name already exists, or has a special
13417 handler.
13418
13419 1998-11-10 Karl Heuer <kwzh@gnu.org>
13420
13421 * international/iso-insert.el: Delete autoload cookies.
13422
13423 * international/iso-transl.el: Add autoload cookies.
13424
13425 1998-11-10 Richard Stallman <rms@gnu.org>
13426
13427 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
13428 (ispell-process-line): Don't treat multibyte
13429
13430 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
13431
13432 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
13433 setpagedevice to specify the page size if setpagedevice is
13434 available. This is necessary to select the correct paper tray on
13435 Level 2 printers with multiple paper sizes available.
13436
13437 (ps-begin-file): Cope with font names that contain spaces, and
13438 call BeginDoc in a BeginSetup/EndSetup block.
13439
13440 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
13441
13442 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
13443 convert-standard-filename.
13444
13445 * loadhist.el (symbol-file): Run fns-VERSION.el through
13446 convert-standard-filename.
13447
13448 1998-11-06 Richard Stallman <rms@gnu.org>
13449
13450 * textmodes/texinfmt.el (texinfo-format-scan):
13451 Detect the case of two @-commands in a row; process just the first.
13452 (texinfo-append-refill): If line has a @c, insert the @refill
13453 before it.
13454 (texinfo-format-refill): Return with point where the @refill was.
13455
13456 * files.el (hack-local-variables): Test local-enable-local-variables.
13457 (hack-local-variables-prop-line): Likewise.
13458 (set-auto-mode): Don't test local-enable-local-variables here.
13459 (enable-local-variables): Doc fix.
13460 (local-enable-local-variables): Doc fix.
13461 (normal-mode): Doc fix.
13462
13463 1998-11-06 Karl Heuer <kwzh@gnu.org>
13464
13465 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
13466
13467 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
13468
13469 * simple.el (line-number-mode): Doc fix.
13470
13471 1998-11-06 Kenichi Handa <handa@etl.go.jp>
13472
13473 * international/fontset.el (create-fontset-from-fontset-spec):
13474 Give correct arg to `error'.
13475
13476 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
13477
13478 * textmodes/sgml-mode.el (html-mode): Doc fix.
13479 (sgml-name-8bit-mode): Fix missing format character in message string.
13480
13481 1998-11-05 Karl Heuer <kwzh@gnu.org>
13482
13483 * mail/sendmail.el (sendmail-send-it): Check for failure.
13484
13485 1998-11-05 Richard Stallman <rms@gnu.org>
13486
13487 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
13488
13489 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
13490 (close-rectangle): Define as alias.
13491
13492 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
13493
13494 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
13495
13496 1998-11-05 Dave Love <fx@gnu.org>
13497
13498 * help.el (describe-variable): Don't quote link to source.
13499
13500 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
13501
13502 * gud.el (gud-common-init): Use pop-to-buffer.
13503 (same-window-regexps): Add an element that matches all gud buffers.
13504
13505 1998-11-04 Jason Rumney <jasonr@altavista.net>
13506
13507 * term/w32-win.el (x-get-selection-value): Alias to
13508 x-cut-buffer-or-selection-value.
13509 (w32-standard-fontset-spec): New variable.
13510 (w32-create-initial-fontsets, mouse-set-font): Check whether
13511 new-fontset is available.
13512 (w32-use-w32-font-dialog): Enable use of set-variable.
13513
13514 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13515
13516 * vc.el (with-vc-file, edit-vc-file): New macros.
13517
13518 1998-11-04 Kenichi Handa <handa@etl.go.jp>
13519
13520 * international/quail.el (quail-show-guidance-buf): Call
13521 set-minibuffer-window to set minibuffer window of the current
13522 frame correctly.
13523
13524 1998-11-03 Theodore Jump <tjump@tertius.com>
13525
13526 * term/w32-win.el: Require fontset.
13527
13528 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
13529
13530 * faces.el (set-face-font): Call resolve-fontset-name on w32.
13531 (set-face-font-auto): Ditto.
13532
13533 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
13534
13535 * mouse.el (mouse-drag-region): Fix typo.
13536
13537 1998-11-02 Dave Love <fx@gnu.org>
13538
13539 * progmodes/fortran.el Fix for fontification of strings lost somehow:
13540 (fortran-fontify-string): New function.
13541 (fortran-font-lock-keywords-1): Use it.
13542
13543 1998-11-02 Markus Rost <rost@delysid.gnu.org>
13544
13545 * comint.el (comint-file-name-quote-list): Doc fix.
13546
13547 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
13548
13549 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
13550 build directory, not source directory.
13551
13552 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
13553 if we did not get one for the final move.
13554
13555 1998-11-01 Dave Love <fx@gnu.org>
13556
13557 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
13558 Don't funcall browse-url-browser-function.
13559
13560 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
13561 Don't funcall browse-url-browser-function.
13562
13563 * fortran.el (fortran-end-prog-re1): Fix the regexp.
13564
13565 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
13566
13567 * files.el (revert-buffer): Doc fix.
13568
13569 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
13570
13571 * textmodes/tex-mode.el (tex-start-options-string):
13572 Quote the backslashes with more backslashes.
13573
13574 1998-10-31 Dave Love <fx@gnu.org>
13575
13576 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
13577 (webjump): Don't funcall browse-url-browser-function.
13578
13579 1998-10-30 Kenichi Handa <handa@etl.go.jp>
13580
13581 * international/quail.el (quail-start-translation): Handle
13582 switching of the frame in read-key-sequence.
13583 (quail-start-conversion): Likewise.
13584 (quail-show-guidance-buf): Detach quail-guidance-buf from any
13585 windows before setting an appropriate window for it.
13586 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
13587 quail-guidance-win to nil.
13588 (quail-update-guidance): If quail-guidance-buf is not in the
13589 selected frame, call quail-show-guidance-buf again.
13590
13591 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
13592
13593 * progmodes/pascal.el (pascal-mode):
13594 `blink-matching-paren-dont-ignore-comments' set to t.
13595
13596 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13597
13598 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
13599
13600 1998-10-30 Dave Love <fx@gnu.org>
13601
13602 * vc.el (vc-backend-merge-news): Check for "P" output.
13603
13604 * help.el (describe-variable): Hyperlink the definition.
13605
13606 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
13607
13608 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
13609 (sh-set-shell): Likewise.
13610
13611 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
13612
13613 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
13614 (edebug-on-error): Fix customize type to match that of
13615 debug-on-error.
13616
13617 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
13618
13619 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
13620 report-emacs-bug-address instead of undefined bug-gnu-emacs.
13621
13622 * international/mule-cmds.el (select-message-coding-system): Doc
13623 fix.
13624
13625 * international/mule-diag.el (describe-coding-system): Describe
13626 all flags.
13627
13628 * mail/sendmail.el (sendmail-coding-system,
13629 default-sendmail-coding-system): Doc fix.
13630
13631 * simple.el (shell-command-on-region): Doc fix.
13632
13633 * loadup.el: Write fns-*.el in current directory instead of
13634 data-directory since no installation directory exists yet. Mark
13635 buffer unmodified afterwards.
13636
13637 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
13638 instead of data-directory since it is architecture dependent.
13639 (load-history-loaded): Update doc string.
13640
13641 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
13642
13643 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
13644 path as a default directory when canonicalizing names.
13645
13646 * w32-fns.el: Remove a dangling reference to a directory on the
13647 build machine.
13648
13649 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
13650
13651 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
13652 namespace related keywords such as `class', `body', `private',
13653 `variable', `namespace eval', etc.
13654 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
13655 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
13656 imenu and font-lock so that searches for \sw would find words
13657 containing colons.
13658
13659 * progmodes/etags.el (initialize-new-tags-table):
13660 Do not alter find-tag-marker-ring and tags-location-ring.
13661
13662 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
13663
13664 * term/w32-win.el: Require fontset.
13665 (w32-init-fontsets): New function (code from x-win.el).
13666
13667 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13668
13669 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
13670 calendar-and-diary-frame-parameters): Add title parameter.
13671
13672 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
13673
13674 * completion.el (dynamic-completion-mode): New function to enable
13675 the mode. (Just loading the file now does not change anything.)
13676
13677 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13678
13679 * ps-print.el: User option for multibyte buffer handling and doc fix.
13680 (ps-multibyte-buffer): New user option.
13681 (ps-setup): Print new user option.
13682 (ps-print-quote): New fun.
13683 (ps-color-p, ps-mule-font-info-database-latin): New var.
13684 (ps-default-color, ps-mule-font-info-database)
13685 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
13686 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
13687 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
13688 Little code improvement.
13689 (ps-mule-initialize): Initialize ps-mule-font-info-database.
13690 (ps-print-prologue-header, ps-font-family, ps-font-size)
13691 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
13692 (ps-build-face-reference, ps-mule-font-info-database-bdf)
13693 (ps-mule-external-libraries, ps-mule-init-external-library)
13694 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
13695 Doc fix.
13696 (ps-print-version): New version number (4.1.1) and doc fix.
13697 (ps-print-prologue-header): New user option.
13698 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
13699 Conditional compilation for GNU Emacs and emacsens.
13700 (ps-generate-postscript-with-faces): Skip invisible text better.
13701 (ps-setup): Print new user option.
13702 (ps-print-preprint): Check if input file name exists and is unwritable.
13703 (ps-begin-file): Adjust PostScript prologue header for duplex printers
13704 and insert user PostScript prologue header comments.
13705 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
13706 New funs.
13707 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
13708 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
13709 PostScript programming normalization.
13710 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
13711 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
13712 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
13713 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
13714 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
13715 Programming style normalization.
13716
13717 1998-10-26 Kenichi Handa <handa@etl.go.jp>
13718
13719 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13720 version, check the value of mule-version.
13721
13722 * international/mule-util.el (compose-region): Insert then delete
13723 to preserve markers.
13724 (decompose-region): Use search-forward for efficiency.
13725
13726 * language/chinese.el (pre-write-encode-hz): Cancel previous
13727 change, use generate-new-buffer instead of get-buffer-create.
13728 * language/devan-util.el
13729 (in-is13194-devanagari-pre-write-conversion): Likewise.
13730 * language/thai-util.el (thai-pre-write-conversion): Likewise.
13731 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13732 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13733
13734 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
13735
13736 * mail/rmailsum.el (rmail-message-subject-p):
13737 Handle message whose header has not been reformatted.
13738
13739 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
13740
13741 1998-10-25 Jason Rumney <jasonr@altavista.net>
13742
13743 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
13744 New variables.
13745 (mouse-set-font): Use font menus instead of dialog according to
13746 w32-use-w32-font-dialog.
13747
13748 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13749
13750 * calendar/calendar.el (calendar-day-name-array): Add doc string
13751 correctly!
13752 (calendar-month-name-array): Add doc string correctly!
13753
13754 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
13755
13756 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
13757
13758 1998-10-21 Markus Rost <rost@delysid.gnu.org>
13759
13760 * lisp/info.el (Info-next-menu-item): Stay on top of node.
13761
13762 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
13763
13764 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
13765
13766 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
13767
13768 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
13769
13770 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
13771
13772 1998-10-21 Karl Heuer <kwzh@gnu.org>
13773
13774 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
13775 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
13776 (profile-filter, profile-reset-timer): Functions deleted.
13777 (profile-check-zero-init-times, profile-get-time): Likewise.
13778 (profile-find-function, profile-quit): Likewise.
13779 (profile-distinct, profile-call-stack, profile-last-time): New vars.
13780 (profile-time-list, profile-init-list): Doc fix.
13781 (profile-functions): Simplify.
13782 (profile-print): Use float. Make output include space separators.
13783 (profile-add-time): New helper function.
13784 (profile-function-prolog): Renamed from profile-start-function.
13785 Handle profile-distinct.
13786 (profile-function-epilog): Renamed from profile-update-function.
13787 Handle profile-distinct.
13788 (profile-a-function): If the function to be profiled is an
13789 autoload form, load it. If it's lazy-loaded, fetch it.
13790 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
13791 (profile-restore-fun): Arg FUN is now a function symbol, as was
13792 documented, rather than a one-element list.
13793 (profile-finish): Call profile-restore-fun properly.
13794
13795 1998-10-21 Kenichi Handa <handa@etl.go.jp>
13796
13797 * international/characters.el: Setup charset property
13798 nospace-between-words.
13799
13800 * international/mule-cmds.el (get-charset-property): If CHARSET is
13801 composition, return nil.
13802 (put-charset-property): If CHARSET is composition, do nothing.
13803
13804 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
13805 * language/devan-util.el
13806 (in-is13194-devanagari-pre-write-conversion): Likewise.
13807 * language/thai-util.el (thai-pre-write-conversion): Likewise.
13808 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13809 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13810
13811 * textmodes/fill.el (sentence-end-without-period): New variable.
13812 (canonically-space-region): Pay attention to
13813 sentence-end-without-period.
13814 (fill-find-break-point): The first argument CHARSET deleted.
13815 Caller changed.
13816 (fill-region-as-paragraph): Pay attention to charset property
13817 nospace-between-words and text property nospace-between-words.
13818
13819 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
13820
13821 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
13822 an unrecognized shell.
13823
13824 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13825
13826 * desktop.el (desktop-save): Include minor modes symbolically.
13827 (desktop-create-buffer): Turn on all minor modes in `mim'.
13828
13829 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
13830
13831 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
13832 (sh-font-lock-keywords): Handle rpm and rpm2.
13833 (sh-ancestor-alist): Handle rpm.
13834
13835 * files.el (auto-mode-alist): Recognize .rpm files.
13836 Also .spec and .mspec files.
13837
13838 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
13839
13840 * faces.el (frame-set-background-mode): Enable the function for
13841 MSDOS frames.
13842
13843 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13844
13845 * calendar/calendar.el (calendar-day-name-array): Add doc string.
13846 (calendar-month-name-array): Add doc string.
13847
13848 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
13849
13850 * simple.el (kill-ring-max): Increased to 60.
13851
13852 1998-10-17 Kenichi Handa <handa@etl.go.jp>
13853
13854 * international/characters.el: Setup auto-fill-chars.
13855
13856 * international/kinsoku.el (kinsoku): Check the variable
13857 enable-kinsoku.
13858
13859 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
13860 Don't call kinsoku directly, intead call fill-find-break-point.
13861
13862 * textmodes/fill.el: Setup `fill-find-break-point-function'
13863 property to character sets which require `kinsoku' processing for
13864 filling.
13865 (fill-find-break-point): New function.
13866 (fill-region-as-paragraph): Don't check kinsoku-enable here.
13867 Don't call kinsoku directly, intead call fill-find-break-point.
13868
13869 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
13870
13871 * faces.el (modify-face-read-string): Return (nil) for "none".
13872 (modify-face): Don't get error if (nil) is the argument.
13873 (face-try-color-list): Don't check whether nil is a valid color.
13874
13875 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
13876
13877 * emacs-lisp/bytecomp.el (byte-recompile-directory):
13878 Print message about each directory, even in batch mode.
13879
13880 * gnus/nntp.el: Require `cl' before using nnoo-declare.
13881
13882 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
13883 (ps-mule-string-char): No need to use sref.
13884 (ps-mule-next-index): No need to use sref.
13885
13886 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
13887
13888 * files.el (revert-buffer-internal-hook): Add defvar.
13889
13890 * arc-mode.el (archive-mode): Locally set file-precious-flag.
13891
13892 * tar-mode.el (tar-mode): Locally set file-precious-flag.
13893
13894 1998-10-16 Markus Rost <rost@delysid.gnu.org>
13895
13896 * international/mule-cmds.el (default-input-method): Fix custom type.
13897
13898 * net-utils.el (whois-server-list): Fix customization type.
13899
13900 * shell.el (shell-input-autoexpand): Fix customization group.
13901
13902 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
13903
13904 * repeat.el (repeat): Handle keyboard macros properly.
13905 Handle new prefix arg after self-insert command.
13906
13907 * repeat.el: Don't include cl even at compile time.
13908 (repeat): Avoid using `loop'.
13909
13910 * simple.el (shell-command-on-region): Doc fix.
13911 (next-history-element): Special error message if no default.
13912
13913 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
13914
13915 * ps-print.el (ps-print-buffer): Doc fix.
13916 (ps-despool): Likewise.
13917
13918 * arc-mode.el (arc-mode): Provide arc-mode.
13919
13920 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
13921
13922 * ps-print.el (ps-print-buffer): Doc fix.
13923
13924 1998-10-14 Dave Love <fx@gnu.org>
13925
13926 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
13927 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
13928 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
13929
13930 * progmodes/fortran.el (fortran-mode-map): Change "Join
13931 Continuation Line" to "Join Line".
13932 (fortran-font-lock-keywords-1): Add "cycle", "exit".
13933
13934 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
13935
13936 * progmodes/fortran.el (fortran-join-line): Use
13937 `delete-indentation' instead of issuing an error message if not on
13938 a continuation line. Provide for joining several lines using
13939 prefix arg.
13940
13941 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
13942
13943 * term/pc-win.el (msdos-color-values): New variable.
13944 (x-color-values): New function, emulates its namesake from
13945 src/xfns.c.
13946 (msdos-bg-mode): Add all dark colors to those which return
13947 "dark".
13948
13949 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
13950
13951 * replace.el (keep-lines, flush-lines, how-many):
13952 Don't ignore case if arg has upper case letters.
13953
13954 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
13955
13956 * progmodes/vhdl-mode.el
13957 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
13958 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
13959 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
13960 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
13961 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
13962 (vhdl-when): Fix indentation problem.
13963 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
13964 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
13965 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
13966
13967 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
13968
13969 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
13970 (ls-lisp-insert-directory): Renamed from insert-directory.
13971 (insert-directory): New function.
13972
13973 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
13974
13975 * simple.el (completion-fixup-function): Variable deleted.
13976 (completion-setup-function): Delete code for completion-fixup-function.
13977 * emacs-lisp/lisp.el (lisp-complete-symbol):
13978 Don't bind completion-fixup-function.
13979
13980 * files.el (find-file-wildcards): New option.
13981 (find-file-noselect): Handle wild cards, if enabled.
13982 (file-expand-wildcards): New function.
13983
13984 * simple.el (set-fill-column): Doc fix.
13985
13986 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13987
13988 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
13989
13990 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
13991
13992 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
13993 Move declaration before first use.
13994 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
13995 hif-math, hif-factor): Rename token to hif-token and token-list to
13996 hif-token-list.
13997 (hif-token, hif-token-list): Declare them.
13998 (hif-find-ifdef-block): Return cons of top and bottom point
13999 instead of setting dynamically bound variables.
14000 (hide-ifdef-block, show-ifdef-block): Use return value of
14001 hif-find-ifdef-block.
14002
14003 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
14004
14005 * subr.el (read-passwd): Use clear-this-command-keys.
14006
14007 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
14008
14009 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
14010 and ...-for-write.
14011
14012 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
14013
14014 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
14015 responses to GROUP command, since this may be called from a timer
14016 with quit inhibited.
14017
14018 1998-10-12 Kenichi Handa <handa@etl.go.jp>
14019
14020 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
14021 set unconditional-jump to nil.
14022 (ccl-compile-read-multibyte-character): Return nil.
14023 (ccl-compile-write-multibyte-character): Likewise.
14024 (ccl-compile-translate-character): Likewise
14025 (ccl-compile-map-multiple): Likewise.
14026 (ccl-compile-map-single): Likewise.
14027
14028 * international/kinsoku.el: Add coding tag.
14029 (kinsoku-bol): Remove superfluous TAB in a string.
14030
14031 * international/mule-cmds.el (find-coding-systems-for-charsets):
14032 Delete `composition' (if any) from CHARSETS.
14033
14034 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
14035
14036 * international/mule-cmds.el (setup-specified-language-environment):
14037 Add apropos-inhibit property.
14038 (describe-specified-language-support): Likewise.
14039
14040 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
14041
14042 * international/mule.el (make-coding-system): Create -with-esc
14043 variant coding system.
14044
14045 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
14046
14047 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
14048 (next-file): Optionally offer to revert a file's buffer,
14049 if it has an existing buffer but the file has changed.
14050
14051 * info.el (Info-insert-dir): Detect and report problems
14052 in input files, such as "No Top node". Return with point
14053 at the beginning of the text.
14054 (Info-find-node): Reinsert the code to handle files
14055 with no tags table; it was deleted by mistake.
14056
14057 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
14058
14059 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
14060 texinfo-find-higher-level-node repeatedly find the same node.
14061 (texinfo-find-higher-level-node): Doc fix.
14062
14063 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
14064
14065 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
14066 (smtpmail-address-buffer): Add defvar.
14067 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
14068
14069 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
14070
14071 * ffap.el (ffap-machine-p-local): Fix editing error.
14072
14073 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
14074
14075 * faces.el (frame-set-background-mode):
14076 Don't do anythung for text-only or MSDOS frame.
14077
14078 1998-10-08 Kenichi Handa <handa@etl.go.jp>
14079
14080 * international/quail.el (quail-defrule): New optional arg APPEND.
14081 (quail-defrule-internal): Fix bug of handling the argument APPEND.
14082
14083 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
14084
14085 * gnus/pop3.el (pop3-open-server):
14086 Set process-coding-system-alist around open-network-stream.
14087
14088 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
14089
14090 * files.el (save-buffer): Doc fix.
14091
14092 1998-10-07 Karl Heuer <kwzh@gnu.org>
14093
14094 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
14095 return DEF unchanged, not nil. Simplify.
14096
14097 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
14098
14099 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
14100
14101 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
14102
14103 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
14104
14105 * net-utils.el (ftp, nslookup): Require comint.
14106 (network-service-connection): Likewise.
14107 (whois-server-name): Defaults to whois.arin.net
14108 (whois-server-list, whois-server-tld, whois-guess-server): New var.
14109 (whois): Tries to guess the appropriate top-level domain server.
14110 (whois-get-tld): New function.
14111
14112 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
14113 (dirtrack-debug-toggle): Added this function.
14114
14115 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14116
14117 * files.el (find-file-noselect): Switch to the correct buffer
14118 before checking find-file-literally, and allow non-nil non-t
14119 rawfile params.
14120
14121 1998-10-06 Karl Heuer <kwzh@gnu.org>
14122
14123 * midnight.el (clean-buffer-list): Add autoload cookie.
14124
14125 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
14126 no-autosave.
14127 * tar-mode.el (tar-mode-revert): Likewise.
14128 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
14129 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
14130 * gnus/message.el (message-auto-save-directory): Renamed from
14131 message-autosave-directory. All references changed.
14132
14133 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
14134
14135 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
14136 string. Expose mime stuff while searching.
14137
14138 1998-10-06 Richard Stallman <rms@gnu.org>
14139
14140 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
14141
14142 * replace.el (perform-replace): Position point properly
14143 before and after the recursive edit of C-r.
14144
14145 * progmodes/etags.el (tags-reset-tags-tables): Properly
14146 find the markers in the old rings that are being discarded.
14147
14148 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
14149
14150 * apropos.el (apropos-print): Control invalid characters.
14151
14152 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
14153 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
14154 confusing customize.
14155
14156 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
14157
14158 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
14159 built-in commands. Add more built-in commands and fix face names.
14160
14161 1998-10-05 Simon Marshall <simon@gnu.org>
14162
14163 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
14164
14165 1998-10-04 Eric Ludlam <zappo@gnu.org>
14166
14167 * speedbar.el (speedbar-initial-expansion-list-name): Remove
14168 customization since it is not useful in this case.
14169 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
14170 sure it gets evalled to a number. Also verify that set-frame-name
14171 fn exists before calling it.
14172
14173 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
14174 Protect a `forward-sexp' call which could fail, and improved regex
14175 for ie, and eg abbreviations.
14176
14177 1998-10-02 Noah Friedman <friedman@splode.com>
14178
14179 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
14180 send-string.
14181 (rlogin-send-Ctrl-D): Here also.
14182 (rlogin-send-Ctrl-Z): Here also.
14183 (rlogin-send-Ctrl-backslash): Here also.
14184
14185 1998-10-02 Dave Love <fx@gnu.org>
14186
14187 * outline.el (hide-region-body): Bind
14188 outline-view-change-hook to nil while making repeated calls to
14189 outline-flag-region. Run it once at the end.
14190 (hide-other, hide-sublevels, show-children): Likewise.
14191
14192 * info-look.el: Remove duplicate scheme-mode entry.
14193 (info-lookup-make-completions): When looking for entries, check
14194 that `item' isn't null or "Menu".
14195
14196 1998-10-01 Karl Heuer <kwzh@gnu.org>
14197
14198 * net-utils.el: Don't require ffap.
14199 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
14200 (ping, nslookup-host, finger, network-connection-to-service): Use them.
14201
14202 1998-09-30 Richard Stallman <rms@gnu.org>
14203
14204 * ispell.el (check-ispell-version): No need to bind default-major-mode.
14205
14206 * imenu.el (imenu--generic-function): Sort each submenu by position.
14207 (imenu--sort-by-position): New function.
14208
14209 * cus-edit.el (Custom-mode-menu): Fix info node name.
14210 (customize group): Fix info node name.
14211
14212 * mail/mailalias.el (build-mail-aliases): Don't allow
14213 a newline in the alias name. Don't define an alias
14214 if the definition would be empty.
14215
14216 * which-func.el (which-func-mode-global): Make :set function
14217 more reliable.
14218
14219 * custom.el (custom-set-variables): Load the requests first,
14220 then check the symbol's `set' function.
14221
14222 * ffap.el: Doc fixes.
14223
14224 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
14225
14226 * gnus.el: (gnus-valid-select-methods): Fix type.
14227 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
14228 * gnus-score.el (gnus-orphan-score): Fix type.
14229 (gnus-score-default-header, gnus-score-default-type): Fix type.
14230 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
14231 (gnus-saved-headers): Fix type.
14232
14233 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
14234 Avoid nil value of `two-lines-citation-part'.
14235
14236 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
14237
14238 * which-func.el (which-function): Handle case when
14239 (car imenu--index-alist) is nil.
14240
14241 1998-09-29 Dave Love <fx@gnu.org>
14242
14243 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
14244 bzip2 args.
14245
14246 1998-09-29 Simon Marshall <simon@gnu.org>
14247
14248 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
14249 comint-exec-hook.
14250
14251 1998-09-29 Stephen Eglen <stephen@gnu.org>
14252
14253 * info-look.el: Add support for Octave.
14254
14255 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
14256
14257 * textmodes/reftex.el (reftex-finding-files): New customize group.
14258 (reftex-texpath-environment-variables,
14259 reftex-use-external-file-finders, reftex-external-file-finders,
14260 reftex-search-unrecursed-path-first): New options.
14261 (reftex-process-string, reftex-find-file-externally): New
14262 functions.
14263 (reftex-access-search-path): Execute shell commands to find the
14264 search path.
14265 (reftex-toggle-auto-view-crossref): When turning on, make sure
14266 `reftex-auto-view-crossref' becomes non-nil.
14267 (reftex-abbrev-regexp): Constant removed.
14268 (reftex-convert-string): Abbrev regexp calculated locally.
14269
14270 1998-09-28 Dave Love <fx@gnu.org>
14271
14272 * progmodes/fortran.el: Don't call regexp-opt when deriving
14273 font-lock patterns with keywords that aren't all literal.
14274
14275 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
14276
14277 * octave-inf.el (inferior-octave-prompt): Also match prompts of
14278 the form `octave.bin:1>' which come from using precopiled binary
14279 versions.
14280
14281 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
14282
14283 * help.el (help-for-help): Use %THIS-KEY%.
14284 (help-quit): Add doc.
14285
14286 * help-macro.el (make-help-screen): Keep HELP-TEXT
14287 in a separate function definition, not in the help command FNAME.
14288 Replace %THIS-KEY% with the key sequence that ran FNAME.
14289
14290 1998-09-25 Richard Stallman <rms@gnu.org>
14291
14292 * textmodes/texinfo.el (texinfo-show-structure):
14293 Bind inhibit-read-only.
14294
14295 * isearch.el (isearch-search-and-update): Properly
14296 handle upper case letters in the reverse-search special case.
14297
14298 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
14299
14300 * gnus.el: Extend the list of autoloaded functions.
14301
14302 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
14303 buffer before creating help group. (from Gnus v5.6.43, fix by
14304 1998-08-20 Per Starback <starback@update.uu.se>)
14305
14306 * gnus-util.el (gnus-output-to-rmail): Adjust to
14307 `rmail-output-to-rmail-file'.
14308
14309 1998-09-25 Karl Heuer <kwzh@gnu.org>
14310
14311 * hexl.el (hexl-mode-map): More of previous change.
14312
14313 * textmodes/tex-mode.el (tex-run-command): Doc fix.
14314 (tex-start-tex): Don't use tex-start-options-string in star case.
14315 Quote file name in star case as well as in non-star.
14316 Add blank and quoting of option string here.
14317 (tex-start-options-string): Not here.
14318
14319 1998-09-23 Karl Heuer <kwzh@gnu.org>
14320
14321 * term.el (term-delimiter-argument-list): Doc fix.
14322 (term-emulate-terminal): Escape literal semicolon.
14323 * progmodes/asm-mode.el (asm-mode): Doc fix.
14324 (asm-comment-char): Escape literal semicolon.
14325 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
14326
14327 1998-09-23 Richard Stallman <rms@gnu.org>
14328
14329 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
14330 only those that normally modify the buffer.
14331
14332 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
14333 over again.
14334
14335 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
14336
14337 * ispell.el (check-ispell-version): Ensure same buffer is current
14338 when let-binding of case-fold-search ends.
14339
14340 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14341
14342 * ps-print.el: Skip invisible overlay.
14343 Test for set-buffer-multibyte rather than using mule-version.
14344 (ps-print-version): New version number (4.1) and doc fix.
14345 (ps-generate-postscript-with-faces): Skip invisible overlay.
14346
14347 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
14348
14349 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
14350
14351 1998-09-22 Kenichi Handa <handa@etl.go.jp>
14352
14353 * international/quail.el (quail-update-guidance): Check for the
14354 return value of (quail-guidance) fixed.
14355 (quail-update-translation): Bind quail-current-str locally when it
14356 calls quail-update-guidance.
14357 (quail-update-translation): If input-method-exit-on-first-char is
14358 non-nil, terminate translation only when the current input method
14359 is simple.
14360
14361 1998-09-22 Paul Eggert <eggert@twinsun.com>
14362
14363 * startup.el (locale-translation-file-name): Prefer X-related names
14364 to the name used by GNU/Linux sans X. Set to nil if no file found.
14365 (command-line): Use locale-translation-file-name if it is not nil,
14366 instead of testing for its existence again.
14367 regexp-quote the ctype before using it in a regexp.
14368 Allow a colon to appear after the ctype in the aliases file,
14369 as is done in X11R6.4.
14370
14371 1998-09-21 Richard Stallman <rms@gnu.org>
14372
14373 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
14374
14375 * calendar/appt.el (appt-interval): Variable deleted.
14376 (appt-check): For minutes in between appt-display-interval times,
14377 do check, but don't display anything except an updated mode line.
14378 Count against appt-display-interval based on minutes since
14379 first display of this appointment, not based on time of day.
14380 If appt-display-mode-line, force mode line redisplay
14381 whenever appt-mode-string has changed.
14382 (appt-add, appt-delete): Add autoload cookies.
14383 (appt-check): Catch errors from calling `diary'.
14384 (appt-max-time): Renamed from max-time.
14385 (appt-now-displayed, appt-display-count): New variables.
14386 (appt-timer): Don't create one if we already have one.
14387
14388 * textmodes/tex-mode.el (tex-compilation-parse-errors):
14389 More general code to use the source buffer instead of the zap file.
14390
14391 * hilit-chg.el (highlight-compare-with-file): Renamed from
14392 compare-with-file.
14393
14394 * loadhist.el (load-history-loaded): New variable.
14395 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
14396
14397 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
14398
14399 * emacs-lisp/find-func.el (find-function-search-for-symbol):
14400 Fix error messages.
14401
14402 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
14403
14404 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
14405 Emacs frame.
14406
14407 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
14408
14409 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
14410 `undecided' and `undecided-unix'.
14411
14412 1998-09-21 Dave Love <fx@gnu.org>
14413
14414 * help.el (help-make-xrefs): Fix typo affecting Info references.
14415
14416 * subr.el (remove-hook): Check list values to avoid errors.
14417
14418 1998-09-18 Noah Friedman <friedman@splode.com>
14419
14420 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
14421 store string in eldoc-last-message without consing a new string.
14422 Rearrange logic from nested if's into cond's.
14423 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
14424 Do not print message; just return string.
14425 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
14426 Do not print message; just return string.
14427 Cache that string in eldoc-last-data.
14428 (eldoc-last-data): Make into a vector.
14429 (eldoc-get-fnsym-args-string): Use new data form of structure.
14430 (eldoc-get-var-docstring): Here also.
14431 (eldoc-last-data-store): New function.
14432 (eldoc-get-fnsym-args-string): Use it.
14433 (eldoc-get-var-docstring): Here also.
14434 (eldoc-docstring-first-line): Minimize interim string consing.
14435 Call substitute-command-keys on the result.
14436 (eldoc-print-var-docstrings, eldoc-print-docstring,
14437 eldoc-docstring-message): Functions removed.
14438 (eldoc-docstring-format-sym-doc): New function, functionality
14439 ripped out of eldoc-docstring-message.
14440 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
14441
14442 1998-09-18 Kenichi Handa <handa@etl.go.jp>
14443
14444 * international/mule.el (make-coding-system): Doc-string modified.
14445
14446 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
14447
14448 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
14449
14450 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
14451 customize type.
14452
14453 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
14454 type.
14455
14456 * progmodes/compile.el (compilation-error-screen-columns): New
14457 variable.
14458 (compilation-next-error-locus): Use it to decide whether to use
14459 forward-char or move-to-column.
14460
14461 * mail/rmail.el (rmail-movemail-program): Fix customize type.
14462
14463 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
14464 feedmail-fiddle-plex-user-list,
14465 feedmail-spray-address-fiddle-plex-list,
14466 feedmail-prompt-before-queue-user-alist,
14467 feedmail-prompt-before-queue-help-supplement,
14468 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
14469 feedmail-queue-alternative-mail-header-separator): Fix customize
14470 type.
14471
14472 * startup.el (site-run-file): Fix customize type.
14473
14474 * speedbar.el (speedbar-initial-expansion-list-name): Fix
14475 customize type.
14476
14477 * shell.el (shell-input-autoexpand): Fix customize type.
14478
14479 * ps-print.el (ps-font-info-database): Add missing dots in value.
14480 Improve layout of customize type.
14481
14482 * net-utils.el (traceroute-program-options, ping-program-options,
14483 ipconfig-program-options, netstat-program-options,
14484 arp-program-options, route-program-options,
14485 nslookup-program-options, ftp-program-options): Fix customize
14486 type.
14487
14488 * midnight.el (clean-buffer-list-kill-regexps,
14489 clean-buffer-list-kill-buffer-names,
14490 clean-buffer-list-kill-never-buffer-names,
14491 clean-buffer-list-kill-never-regexps): Fix customize type.
14492
14493 * man.el (Man-init-defvars): Avoid trailing nil on
14494 Man-filter-list.
14495
14496 * lpr.el (printer-name): Fix customize type.
14497
14498 1998-09-16 Kenichi Handa <handa@etl.go.jp>
14499
14500 * international/mule-cmds.el (reset-language-environment): Call
14501 update-coding-systems-internal.
14502
14503 * international/mule-conf.el: Call update-coding-systems-internal
14504 at the tail.
14505
14506 1998-09-14 Dave Love <fx@gnu.org>
14507
14508 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
14509 use the menu-enable properties, pending doing it correctly and
14510 acceptably fast.
14511
14512 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
14513
14514 1998-09-13 Dave Love <d.love@dl.ac.uk>
14515
14516 * progmodes/hideshow.el (hs-grok-mode-type): Check
14517 comment-{start,end} non-nil as well as bound. Report an error if
14518 we can't grok the mode.
14519
14520 1998-09-13 Richard Stallman <rms@gnu.org>
14521
14522 * simple.el (blink-matching-open): Don't log paren matching
14523 messages in *Messages*.
14524
14525 1998-09-12 Richard Stallman <rms@gnu.org>
14526
14527 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
14528 Set point-before-scroll at end even if there was an error.
14529
14530 * ange-ftp.el (ange-ftp-insert-file-contents):
14531 Use binary mode for dumb-unix hosts as for unix hosts.
14532 (ange-ftp-copy-file-internal): Likewise.
14533
14534 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14535
14536 * emacs-lisp/pp.el: Doc fixes.
14537
14538 * wid-edit.el (widget-menu-max-shortcuts): New variable.
14539 (widget-choose): Don't use single-char shortcuts if # items
14540 exceeds that many. Use minibuffer instead.
14541
14542 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14543
14544 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
14545
14546 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
14547
14548 * speedbar.el (speedbar-frame-mode): Do not set frame position if
14549 in terminal mode.
14550
14551 1998-09-10 Noah Friedman <friedman@splode.com>
14552
14553 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
14554 defcustom declaration. It's wreaking too much havoc with XEmacs
14555 and older versions of Emacs, which share this code.
14556
14557 * type-break.el (type-break-mode): Here also.
14558
14559 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
14560 `t' to add-hook also to modify the new local value.
14561
14562 1998-09-10 Dave Love <fx@gnu.org>
14563
14564 * vc.el (vc-insert-headers): Doc fix.
14565
14566 1998-09-10 Richard Stallman <rms@gnu.org>
14567
14568 * textmodes/flyspell.el (flyspell-mode-on): Make the
14569 ispell-... variables permanent locals.
14570 (flyspell-mode-off): Add autoload cookie.
14571
14572 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
14573 do use binary mode, just as for `unix'.
14574 (ange-ftp-host-type): If HOST is nil, return `unix'.
14575
14576 * dired.el (dired-mark-files-containing-regexp):
14577 Don't scan directories. Ignore non-readable files.
14578
14579 * progmodes/compile.el (compilation-error-regexp-alist):
14580 Fix previous change: allow . and _ in command name.
14581
14582 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
14583
14584 * uncompress.el (uncompress-while-visiting):
14585 Use just the car of what find-operation-coding-system returns.
14586
14587 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
14588
14589 * shell.el (shell-file-name-quote-list): Add # to the value.
14590
14591 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
14592
14593 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
14594 to make killing of ispell process work even if
14595 kill-all-local-variables has been run.
14596
14597 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14598
14599 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
14600 loop when sexp entry ends at end of file with no newline.
14601
14602 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
14603
14604 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
14605 (Custom-reset-standard): Fix menu inconsistency.
14606
14607 * mail/feedmail.el (feedmail-from-line): Allow t.
14608 (feedmail-message-id-suffix): Allow nil.
14609
14610 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
14611 Simplify. Make prefix arg work right.
14612
14613 1998-09-09 Dave Love <fx@gnu.org>
14614
14615 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14616
14617 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
14618
14619 1998-09-08 Dave Love <fx@gnu.org>
14620
14621 * add-log.el (change-log-font-lock-keywords): Do parenthesized
14622 stuff only after file names or at start of line. Allow parens
14623 around e-mail, as well as angles.
14624
14625 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
14626 ignore-errors too, eval'd when compile. Require w3 stuff at load
14627 time for nicer failure if it's not available.
14628
14629 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
14630
14631 * comint.el (comint-arguments): Ignore backslashes when using
14632 w32 shells that expect backslashes as the directory separator.
14633
14634 1998-09-04 Kenichi Handa <handa@etl.go.jp>
14635
14636 * international/fontset.el (resolved-ascii-font): New variable.
14637 (x-complement-fontset-spec): By side effect, set
14638 `resolved-ascii-font' to the resolved name of ASCII font."
14639 (create-fontset-from-fontset-spec): Don't get a value for
14640 resolved-ascii-font from the list full-fontlist. It is set by
14641 x-complement-fontset-spec now.
14642
14643 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
14644 version, check the value of mule-version.
14645
14646 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
14647
14648 * textmodes/reftex.el (reftex-view-crossref): Split up into
14649 several functions. No longer moves to find a macro.
14650 (reftex-view-cr-cite, reftex-view-cr-ref,
14651 reftex-end-of-bib-entry): New functions.
14652 (reftex-auto-view-crossref): New value `window' allowed.
14653 (reftex-view-crossref-when-idle): Process new `window' option in
14654 (reftex-translate-to-ascii-function): New default.
14655 (reftex-label-illegal-re): Default changed, removed Latin1.
14656 (reftex-latin1-to-ascii): New function.
14657 (reftex-what-environment): Check for section regexp before use.
14658 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
14659 absolute path names.
14660 (reftex-TeX-master-file): Changed sequence of file checks.
14661 (reftex-do-citation): bibview cache only with RefTeX mode on.
14662
14663 1998-09-06 Richard Stallman <rms@gnu.org>
14664
14665 * progmodes/compile.el (compilation-error-regexp-alist):
14666 In first pattern (GNU utilities and other things),
14667 allow a space after the optional program name at the beginning.
14668
14669 * mail/mail-hist.el (mail-hist-current-header-contents):
14670 Fix previous change: use mail-header-end.
14671
14672 1998-09-06 Bill Richter <richter@math.nwu.edu>
14673
14674 * international/ccl.el: Doc fixes.
14675 * international/encoded-kb.el: Doc fixes.
14676 * international/fontset.el: Doc fixes.
14677 * international/kinsoku.el: Doc fixes.
14678 * international/kkc.el: Doc fixes.
14679 * international/mule-cmds.el: Doc fixes.
14680 * international/mule-conf.el: Doc fixes.
14681 * international/mule-util.el: Doc fixes.
14682 * international/mule.el: Doc fixes.
14683
14684 1998-09-05 Eric Ludlam <zappo@gnu.org>
14685
14686 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
14687 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
14688 (checkdoc-this-string-valid-engine): Permit ? as terminating
14689 punctuation for first line sentence breaking.
14690 (checkdoc-this-string-valid): When converting a comment into a doc
14691 string, make sure " chars are \".
14692 (checkdoc-sentencespace-region-engine): Only do double space check
14693 if based on the variable `sentence-end-double-space'
14694 (checkdoc-this-string-valid-engine): ? ends valid sentence.
14695 (checkdoc-proper-noun-region-engine): Exclude items in URLs
14696
14697 1998-09-04 Richard Stallman <rms@gnu.org>
14698
14699 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14700 Recognize define-skeleton as a function definer.
14701
14702 * cus-edit.el (customize-option): Refuse to customize
14703 a variable that has no defcustom. But if variable is autoloaded,
14704 first try to load the library that defines it.
14705
14706 * international/iso-insert.el: Use `string' before calling `insert'
14707 so that in multibyte buffers we insert multibyte chars.
14708
14709 * dired.el (dired-mark-files-containing-regexp):
14710 Don't use find-file; instead, insert the file in a temp buffer.
14711
14712 * textmodes/tex-mode.el (tex-start-options-string): New option.
14713 (tex-start-tex): Use that variable.
14714
14715 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
14716 value in the `repeat' alternative a list.
14717
14718 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
14719 the inserted newline, verify that one was really inserted.
14720
14721 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
14722 remains on or remains off.
14723 (flyspell-multi-language-p): Default changed to nil.
14724
14725 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
14726 In "found in comment" case, don't beginning-of-line after forward-line.
14727
14728 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
14729 If the function definition is not a lambda, return original FORM
14730 with no error.
14731
14732 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
14733
14734 * net-utils.el (netstat-program-options): Changed from nil to "-a"
14735 so that by default netstat shows all network connections.
14736
14737 1998-09-04 Bob Weiner <weiner@altrasoft.com>
14738
14739 * international/quail.el: Doc fixes.
14740
14741 * info.el (info): Don't add parens if FILE already has them.
14742
14743 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
14744
14745 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
14746 on extension lines.
14747
14748 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
14749
14750 * w32-fns.el (w32-shell-dos-semantics): New function.
14751
14752 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
14753
14754 * international/quail.el (quail-choose-completion-string): Store
14755 completion `choice' in `quail-current-str'; don't insert it.
14756
14757 1998-09-02 Kenichi Handa <handa@etl.go.jp>
14758
14759 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
14760 argument to ps-mule-generate-bitmap-font.
14761
14762 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
14763 entry and change Latin-1 entry in the default value.
14764 (ps-mule-font-info-database-ps-bdf): New variable.
14765 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
14766 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
14767 registerd in FONT-SPEC.
14768 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
14769 charcter width of bitmap fonts.
14770 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
14771 procedure NF.
14772 (ps-begin-file): Output PostScript code for setting
14773 SpaceWidthRatio.
14774 (ps-plot-region): Use line-beginning-position to get a position of
14775 the beginning of the current line.
14776
14777 * international/mule-cmds.el (register-input-method): Doc-string
14778 modified.
14779
14780 1998-09-01 Dave Love <fx@gnu.org>
14781
14782 * international/mule-cmds.el (current-language-environment): Fix
14783 setter function.
14784
14785 1998-09-01 Simon Marshall <simon@gnu.org>
14786
14787 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
14788 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
14789 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
14790 names with font-lock-type-face. Fontify type specs, etc., with
14791 font-lock-keyword-face.
14792
14793 1998-08-31 Kenichi Handa <handa@etl.go.jp>
14794
14795 * international/fontset.el (x-complement-fontset-spec): If ASCII
14796 font is specified in FONTLIST, don't substitute it for the
14797 resolved name.
14798
14799 1998-08-31 Paul Eggert <eggert@twinsun.com>
14800
14801 * international/mule.el (charset-description): Doc fix.
14802
14803 * language/chinese.el, language/cyrillic.el, language/czech.el,
14804 language/devanagari.el, language/ethiopic.el,
14805 language/european.el, language/hebrew.el, language/indian.el,
14806 language/japanese.el, language/korean.el, language/lao.el,
14807 language/slovak.el, language/thai.el, language/tibetan.el,
14808 language/vietnamese.el:
14809 Add coding: local variable, to avoid bootstrapping problem
14810 if you need to recompile all the Lisp files using interpreted code.
14811
14812 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14813
14814 * cal-china.el (chinese-year-cache): Change range of years from
14815 1989-2000 to 1990-2010.
14816
14817 1998-08-29 Dave Love <d.love@dl.ac.uk>
14818
14819 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
14820 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
14821
14822 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14823
14824 * ps-print.el (ps-print-control-characters): Doc-string modified.
14825 (ps-output-string-prim): Comment format changed.
14826 (ps-do-despool): Indentation of source code changed.
14827
14828 1998-08-28 Kenichi Handa <handa@etl.go.jp>
14829
14830 * subr.el (sref): Make it an alias of aref. Make the
14831 byte-compiler warn that it is obsolete.
14832 (char-bytes): Make the byte-compiler warn that it is obsolete.
14833
14834 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
14835 Calculate the total bytes using position-bytes instead of
14836 char-bytes.
14837
14838 1998-08-27 Karl Heuer <kwzh@gnu.org>
14839
14840 * snmp-mode.el: New file.
14841 * files.el (auto-mode-alist): Add snmp-mode patterns.
14842
14843 1998-08-27 Karl Eichwalder <ke@suse.de>
14844
14845 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
14846
14847 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14848
14849 * calendar/diary-lib.el (diary-block): Doc fix..
14850 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
14851
14852 1998-08-27 Richard Stallman <rms@gnu.org>
14853
14854 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
14855 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
14856 Clear appt-mode-string if we don't put something in it.
14857
14858 1998-08-27 Dave Love <fx@gnu.org>
14859
14860 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
14861 dired-local-variables-file for dired-x.
14862
14863 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
14864 for compressed library files too.
14865
14866 1998-08-26 Kenichi Handa <handa@etl.go.jp>
14867
14868 * language/european.el ("Latin-1"): Modify `documentation' key value.
14869 ("Latin-2"): Likewise.
14870
14871 1998-08-26 Karl Heuer <kwzh@gnu.org>
14872
14873 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
14874
14875 1998-08-26 Albert L. Ting <alt@artisan.com>
14876
14877 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
14878 (mail-hist-current-header-contents): Use mail-text-start.
14879
14880 1998-08-26 Richard Stallman <rms@gnu.org>
14881
14882 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
14883 (customize-changed-options-previous-release): New variable.
14884 (customize-changed-options): Use that variable as default arg.
14885
14886 1998-08-26 Karl Eichwalder <ke@suse.de>
14887
14888 * midnight.el: Require `timer' not only when compiling.
14889
14890 1998-08-26 Per Starback <starback@update.uu.se>
14891
14892 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
14893 buffer before creating help group.
14894
14895 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
14896
14897 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
14898 coding-system-for-write before saving.
14899
14900 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
14901
14902 * isearch.el (isearch-forward): Doc fix.
14903
14904 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
14905
14906 * emacs-lisp/find-func.el: Fix :version tags to have a string
14907 value, not a float.
14908
14909 * cus-dep.el: Fix typo in output.
14910
14911 1998-08-25 Dave Love <fx@gnu.org>
14912
14913 * repeat.el (repeat): Doc fix.
14914 [From rms:]
14915 (repeat-previous-repeated-command): New variable.
14916 (repeat): Check for real-last-command being null or repeat. Set
14917 repeat-previous-repeated-command.
14918
14919 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
14920
14921 1998-08-25 Kenichi Handa <handa@etl.go.jp>
14922
14923 * gnus/message.el (message-send-mail-with-sendmail): Bind
14924 coding-system-for-write by the return value of
14925 select-message-coding-system.
14926 (message-send-mail-with-qmail): Likewise.
14927
14928 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
14929
14930 * emacs-lisp/autoload.el: Fix doc-string-elt property on
14931 define-derived-mode.
14932
14933 * files.el (file-name-invalid-regexp):
14934 Fix regex for ms-dos without long file names.
14935
14936 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14937
14938 * ps-print.el: Multi-byte buffer handling.
14939 (ps-print-version): New version number (4.0) and doc fix.
14940 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
14941 compilation for GNU Emacs and emacsens.
14942 (ps-generate-postscript-with-faces): Force invisible text to be
14943 visible.
14944 (dos-ps-printer): New var to avoid compilation gripes.
14945
14946 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14947
14948 * ps-print.el (ps-mule-plot-string): Pay attention to the case
14949 that no more characters can't be printed in the current line.
14950
14951 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14952
14953 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
14954 greater than TO.
14955
14956 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14957
14958 * ps-print.el: Add codes to make ps-print.el work also on Emacs
14959 20.2 and the earlier version.
14960 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
14961 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
14962 (ps-mule-find-wrappoint): Likewise.
14963 (ps-mule-generate-font): Change `X' to `x' in format
14964 control-string.
14965 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
14966 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
14967 `restore' form procedures `BC' and `EC'.
14968
14969 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14970
14971 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
14972 is an executable procedure. Make LineThickness, Xshadow, and
14973 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
14974 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
14975 ps-mule-font-info-database-bdf): New vars.
14976 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
14977 (ccl-encode-ethio-unicode): New CCL program.
14978 (ps-mule-encode-ethiopic): New fun.
14979 (ps-mule-current-charset): New var.
14980 (ps-mule-get-font-spec, ps-mule-font-spec-src,
14981 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
14982 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
14983 (ps-mule-external-libraries): New var.
14984 (ps-mule-init-external-library): New fun.
14985 (ps-mule-font-cache): New var.
14986 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
14987 (ps-last-font): New var.
14988 (ps-mule-prepare-font): New fun.
14989 (ps-mule-charset-list): New var.
14990 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
14991 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
14992 ps-mule-plot-string): New funs.
14993 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
14994 New vars.
14995 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
14996 ps-mule-prepare-cmpchar-font): New funs.
14997 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
14998 vars.
14999 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
15000 ps-mule-generate-bitmap-glyph): New funs.
15001 (ps-mule-initialize, ps-mule-begin): New funs.
15002 (ps-output-string-prim): Insert string as unibyte.
15003 (ps-output-prologue): New fun.
15004 (ps-flush-output): Handle the case of 'prologue.
15005 (ps-begin-file): Call ps-mule-initialize.
15006 (ps-begin-job): Set ps-control-or-escape-regexp differently if
15007 printing multibyte characters.
15008 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
15009 (ps-basic-plot-string): Handle the case of printing ASCII
15010 characters by external libraries (e.g. BDF).
15011 (ps-set-font): Set ps-last-font.
15012 (ps-plot-region): Handle multibyte characters, use
15013 ps-mule-plot-string for them.
15014 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
15015
15016 * bdf.el: New file.
15017
15018 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
15019
15020 * international/mule-cmds.el (select-message-coding-system): New
15021 function.
15022 (set-language-environment-coding-systems): Set
15023 default-sendmail-coding-system.
15024
15025 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
15026 (default-sendmail-coding-system): New variable.
15027 (sendmail-send-it): Encode the message by a coding system
15028 select-message-coding-system returns.
15029
15030 1998-08-23 Eric Ludlam <zappo@gnu.org>
15031
15032 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
15033 (speedbar-mode): Set buffer to read only.
15034 (speedbar-temp-buffer-show-function): For emacs don't call hook
15035 with arguments.
15036 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
15037
15038 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
15039
15040 * speedbar.el (speedbar-key-map): Fix typo.
15041
15042 See ChangeLog.7 for earlier changes.