*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2000-05-15 Gerd Moellmann <gerd@gnu.org>
2
3 * env.el (getenv): New function, interactively callable.
4 (setenv, getenv): Remove autoload cookies.
5
6 * loadup.el: Load `env'.
7
8 * progmodes/f90.el: Change author's mail address.
9
10 2000-05-14 Dave Love <fx@gnu.org>
11
12 * mail/rmail.el (rmail-show-message-hook): Customize and offer
13 goto-addr as an option.
14
15 * help.el (help-xref-stack): Doc fix.
16 (help-xref-following): New variable.
17 (help-make-xrefs): Use it.
18 (help-xref-go-back): Use position information from stack element.
19 (help-follow): Make position in stack element a pair. Use
20 help-xref-following.
21
22 * autoarg.el: New file.
23
24 * faces.el: Declare more functions obsolete.
25
26 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
27 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
28 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
29 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
30 Remove all the setup-...-environment functions.
31
32 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
33
34 * speedbar.el: Updated the commentary section. xemacs20p now uses
35 >= when detecting. Require `defimage' safely.
36 (speedbar-easymenu-definition-base): Add toggle for images.
37 (speedbar-easymenu-definition-special): Add flush cache & expand.
38 (speedbar-visiting-tag-hook): Set new defaults. Added options.
39 (speedbar-reconfigure-keymaps-hook): New variable.
40 (speedbar-frame-parameters): Updated documentation.
41 (speedbar-use-imenu-flag): Updated custom tag
42 (speedbar-dynamic-tags-function-list): New variable.
43 (speedbar-tag-hierarchy-method): Updated doc & custom.
44 (speedbar-indentation-width, speedbar-indentation-width) New
45 variables.
46 (speedbar-hide-button-brackets-flag): Customizable.
47 (speedbar-vc-indicator): Doc update.
48 (speedbar-ignored-path-expressions): Updated default value.
49 (speedbar-supported-extension-expressions): Updated default value.
50 (speedbar-syntax-table): Remove {} paren status.
51 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
52 as "+". Added overlay aliases.
53 (speedbar-mode): Use `speedbar-mode-line-update' instead of
54 `force-mode-line-update'.
55 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
56 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
57 `mouse-set-point'
58 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
59 (speedbar-item-info-tag-helper): Revamped to handle a wider range
60 of arbitrary text, and new helper functions.
61 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
62 filename finder.
63 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
64 (speedbar-directory-buttons): Update path search/expansion.
65 (speedbar-make-tag-line): Pay attention to
66 `speedbar-indentation-width'. Use more care w/ invisible
67 properties.
68 (speedbar-change-expand-button-char): Call
69 `speedbar-insert-image-button-maybe'.
70 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
71 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
72 (speedbar-trim-words-tag-hierarchy)
73 (speedbar-simple-group-tag-hierarchy): New functions
74 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
75 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
76 functions.
77 (speedbar-mouse-set-point): New function
78 (speedbar-power-click): Updated documentation.
79 (speedbar-line-token, speedbar-goto-this-file): Handle more types
80 of tag prefix text.
81 (speedbar-expand-line, speedbar-contract-line): Make more robust
82 to strange text.
83 (speedbar-expand-line): Takes universal argument to flush the
84 cache.
85 (speedbar-flush-expand-line): New function.
86 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
87 Use new generator insertion method.
88 (speedbar-fetch-dynamic-tags): New function.
89 (speedbar-fetch-dynamic-imenu): Removed code now handled in
90 `speedbar-fetch-dynamic-imenu'.
91 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
92 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
93 "Revert Buffer" menu items.
94 (speedbar-buffer-buttons-engine): Be smarter when creating a
95 filename tag (for expansion purposes.).
96 (speedbar-highlight-one-tag-line,
97 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
98 (speedbar-recenter): New functions.
99 (defimage-speedbar): Image loading abstraction.
100 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
101 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
102 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
103 (speedbar-tag-type, speedbar-tag-mail): New images.
104 (speedbar-expand-image-button-alist): New variable.
105 (speedbar-insert-image-button-maybe): Insert an image over some
106 buttons.
107
108 2000-05-13 Kenichi Handa <handa@etl.go.jp>
109
110 * international/mule-cmds.el (encode-coding-char): An ASCII
111 character is always encodable.
112
113 * international/mule-conf.el: Add more information in descriptions
114 of character sets.
115
116 * international/mule-diag.el (syntax-description-table): New
117 variable.
118 (describe-char-after): New function.
119 (describe-font-internal): Adjusted for the change of font-info.
120 (describe-font): Likewise.
121 (print-fontset): Rewritten for the new fontset implementation.
122 (describe-fontset): Include fontset alias names in completion.
123 (list-fontsets): Adjusted for the change of print-fontset.
124
125 * simple.el (what-cursor-position): If DETAIL is non-nil, call
126 describe-char-after instead of displaying the detail in the echo
127 area.
128
129 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
130
131 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
132
133 2000-05-12 Dave Love <fx@gnu.org>
134
135 * calendar/todo-mode.el: Remove some compatibility stuff and CL
136 dependence. Use line-{beginning,end}-position, not
137 point-at{b,e}ol. Some doc fixes.
138 (todo-position): New function. Fix callers of position to use it.
139 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
140
141 2000-05-12 Gerd Moellmann <gerd@gnu.org>
142
143 * time.el (display-time-mail-icon): Use `:ascent center'.
144
145 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
146 handling FTP security extensions.
147
148 2000-05-11 Dave Love <fx@gnu.org>
149
150 * calendar/todo-mode.el: New file.
151
152 2000-05-11 Gerd Moellmann <gerd@gnu.org>
153
154 * comint.el (comint-read-input-ring): Move reference to
155 comint-input-ring-size outside of the save-excursion. It was
156 causing the default value to be the only one ever seen.
157
158 * font-lock.el: Update copyright. Remove Simon Marshall's email
159 address on request from him.
160
161 * subr.el (substitute-key-definition): Add comment describing
162 the meaning of PREFIX.
163
164 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
165
166 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
167
168 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
169 (add-minor-mode): Don't make the variable buffer-local and add a
170 reference to define-minor-mode in the docstring.
171
172 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
173 HEADER/FOOTER and fix bug with trailing empty directory.
174 (cvs-append-to-ignore): Use vc-editable-p if available.
175 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
176 (vc-do-command): Tweak advice to handle the new VC.
177
178 * log-view.el (log-view-goto-rev): New function for the new VC.
179 (log-view-minor-wrap): Use mark-active.
180
181 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
182 (log-edit-changelog-full-paragraphs): New var.
183 (log-edit-insert-changelog): Remove a lonely leading `* file'.
184 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
185 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
186 (log-edit-changelog-ours-p, log-edit-changelog-entries)
187 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
188 Replace the `cvs' prefix with `log-edit'.
189
190 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
191
192 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
193 (diff-font-lock-defaults): Explicitly turn off multiline.
194 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
195 (diff-ediff-patch): Fix call to ediff-patch-file.
196 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
197 Handle comments.
198
199 * frame.el (automatic-hscrolling): Typo.
200
201 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
202
203 2000-05-09 Sam Steingold <sds@goems.com>
204
205 * apropos.el (apropos-print): use `describe-face' instead of
206 `customize-face-other-window'.
207
208 2000-05-09 Dave Love <fx@gnu.org>
209
210 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
211
212 * help.el (describe-variable): Have customize button pop the
213 help-xref stack when invoked.
214 (help-xref-symbol-regexp): Add `face'.
215 (help-make-xrefs): Check for quoted face names and adapt regexp
216 submatch numbers to cope.
217 (help-xref-interned): Maybe insert face doc too. Separate
218 sections with a line of hyphens.
219
220 * faces.el: Some doc fixes. Declare some functions obsolete.
221 (describe-face): Add customize button. Return the help
222 text. Fix prompt.
223
224 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
225
226 * term/internal.el (IT-character-translations): Fix last change.
227
228 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
229
230 * woman.el: New file
231 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
232
233 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
234
235 * term/internal.el (IT-character-translations): Update ASCII
236 simulations for greek-iso8859-7, add latin-iso8859-14 and
237 latin-iso8859-15.
238
239 * international/mule-cmds.el (set-language-info-alist): Call
240 define-prefix-command with 3 arguments, to make the map suitable
241 for a menu.
242
243 2000-05-07 Dave Love <fx@gnu.org>
244
245 * time.el: Small doc fixes from Pavel Janic.
246
247 2000-05-05 Dave Love <fx@gnu.org>
248
249 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
250 list in doc string. Don't quote keyword symbols.
251 * emacs-lisp/cl.el: Likewise
252 * emacs-lisp/cl-seq.el: Likewise
253
254 2000-05-05 Gerd Moellmann <gerd@gnu.org>
255
256 * abbrev.el (abbrev-mode): Make ARG optional.
257
258 2000-05-04 Gerd Moellmann <gerd@gnu.org>
259
260 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
261
262 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
263
264 * subr.el (substitute-key-definition): Clarify documentation.
265
266 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
267
268 * glasses.el (glasses-convert-to-unreadable): Use
269 `glasses-separator' instead of the hard-wired "_".
270 (glasses-mode): Call `glasses-make-unreadable' only in a single
271 place.
272
273 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
274
275 * term/internal.el (cjk-codepages-alist): Add associations for
276 Chinese and Korean codepages. Remove FIXME comment.
277
278 2000-05-03 Dave Love <fx@gnu.org>
279
280 * time.el (display-time-mail-face, display-time-use-mail-icon):
281 New option.
282 (display-time-mail-icon): New variable.
283 (display-time-string-forms): Use the above. Fix the local-map.
284
285 2000-05-03 Gerd Moellmann <gerd@gnu.org>
286
287 * replace.el (query-replace-map): Add binding for `E'.
288 (query-replace-help): Extend help text.
289 (perform-replace): Allow editing the replacement string.
290
291 * make-mode.el (makefile-mode-abbrev-table): New variable.
292 (makefile-mode): Set local abbrev table to
293 makefile-mode-abbrev-table.
294 (makefile-font-lock-keywords): Fontify includes and conditionals.
295
296 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
297 set TOGGLE's value.
298
299 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
300 mail-interactive-insert-alias.
301 (mail-abbrev-complete-alias): New command.
302 (mail-mode-map): Bind it to `M-TAB'.
303
304 2000-05-03 Kenichi Handa <handa@etl.go.jp>
305
306 * language/lao-util.el (lao-compose-region): New function.
307
308 2000-05-02 Gerd Moellmann <gerd@gnu.org>
309
310 * files.el (recover-session): Make directories as necessary
311 if they don't exist yet.
312
313 * calendar/cal-french.el
314 (french-calendar-multibyte-special-days-array)
315 (french-calendar-special-days-array): Change French text.
316 (calendar-french-date-string): Change output.
317 (calendar-goto-french-date): Likewise.
318
319 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
320
321 * wid-edit.el (widget-default-active): Obey `:always-active'.
322 (widget-documentation-string-value-create): Set `:always-active'.
323
324 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
325
326 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
327 default prefix to `~/_emacs.d/auto-save.list/_s'.
328 (normal-top-level): Create the directory for auto-save files, if
329 it doesn't already exist (in the ms-dos case only).
330
331 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
332
333 * international/mule-cmds.el (set-language-environment): Don't
334 concat an integer (dos-codepage), use format instead.
335
336 2000-05-02 Dave Love <fx@gnu.org>
337
338 * help.el (help-xref-on-pp): Check for constant symbols.
339
340 2000-04-29 Gerd Moellmann <gerd@gnu.org>
341
342 * startup.el (normal-top-level): Put a condition-case around
343 the code loading subdirs.el.
344
345 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
346
347 * ps-print.el: Upside-down and face background color printing,
348 line number step, doc fix.
349 (ps-print-version): New version number (5.2).
350 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
351 (ps-face-attribute-list, ps-plot-with-face): Code fix.
352 (ps-spool-config): Var fix.
353 (ps-printer-name-option): Const fix.
354 (ps-print-upside-down, ps-use-face-background)
355 (ps-line-number-step): New vars.
356 (ps-window-system, ps-lp-system): New consts.
357 (ps-face-background): New fun.
358
359 2000-04-28 Richard Stallman <rms@gnu.org>
360
361 * files.el (make-auto-save-file-name):
362 Apply auto-save-file-name-transforms to visited file name
363 before generating auto save file name.
364 (auto-save-file-name-transforms): New variable.
365
366 * files.el (backup-enable-predicate):
367 Correctly test for a file under a temporary directory.
368
369 2000-04-28 Gerd Moellmann <gerd@gnu.org>
370
371 * subr.el (add-minor-mode): Rewritten.
372
373 2000-04-28 Kenichi Handa <handa@etl.go.jp>
374
375 * mail/sendmail.el (sendmail-send-it): Set
376 buffer-file-coding-system to the selected coding system for MIME
377 header.
378
379 2000-04-27 Gerd Moellmann <gerd@gnu.org>
380
381 * dired.el (dired-move-to-filename-regexp): Allow format where
382 YYYY is followed by two spaces.
383
384 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
385 in the second character class of the regexp.
386
387 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
388 mh-etc, too.
389
390 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
391 nil.
392
393 * subr.el (add-minor-mode): Use `set' instead of `setq'.
394
395 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
396 argument.
397
398 2000-04-27 Sen Nagata <sen@eccosys.com>
399
400 * emacs-lisp/crm.el (crm-completion-table): New variable.
401 (crm-collection-fn, crm-test-completion)
402 (completing-read-multiple): Use it.
403
404 2000-04-27 Dave Love <fx@gnu.org>
405
406 * help.el (locate-library): Use mapc.
407 (help-manyarg-func-alist): Add call-process-region.
408
409 2000-04-26 Gerd Moellmann <gerd@gnu.org>
410
411 * subr.el (add-minor-mode): Make argument MAP optional.
412
413 * desktop.el (desktop-save): Save list of minor modes.
414 (desktop-create-buffer): Restore minor modes.
415 (desktop-minor-mode-table): New user-option.
416
417 * subr.el (add-minor-mode): New function.
418
419 * image.el (find-image): New function.
420 (defimage): Rewritten to find image at load time.
421
422 * startup.el (normal-top-level-add-to-load-path): Handle
423 case that the default directory is not in load-path.
424
425 * help.el: Old patch from Stefan Monnier.
426 (help-xref-on-pp): New function.
427 (describe-variable): Use it to display xrefs in a symbol's value.
428
429 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
430
431 * cus-edit.el (custom-face): Fix parenthesis.
432
433 2000-04-26 Kenichi Handa <handa@etl.go.jp>
434
435 * mail/rmail.el (rmail-expunge): When there are no deleted
436 messages, do nothing.
437
438 2000-04-26 Dave Love <fx@gnu.org>
439
440 * international/mule-cmds.el (locale-translation-file-name):
441 Defvar to nil.
442 (set-locale-environment): Set it here (at runtime).
443
444 2000-04-25 Gerd Moellmann <gerd@gnu.org>
445
446 * replace.el (perform-replace): Add parameters START and END. Use
447 them instead of the check for a region in Transient Mark mode.
448 (query-replace-read-args): Return two more list elements for the
449 start and end of the region in Transient Mark mode.
450 (query-replace, query-replace-regexp, query-replace-regexp-eval)
451 (map-query-replace-regexp, replace-string, replace-regexp): Add
452 optional last arguments START and END and pass them to
453 perform-replace.
454
455 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
456 form with additional arguments for perform-replace.
457
458 * progmodes/etags.el (tags-query-replace): Add parameters START
459 and END. Construct a form with additional arguments for
460 perform-replace.
461
462 * simple.el (shell-command): Set default directory for "*Shell
463 Command Output" buffer.
464
465 * language/european.el (iso-latin-4): Fix typo.
466
467 * emacs-lisp/crm.el: New file.
468
469 2000-04-24 Dave Love <fx@gnu.org>
470
471 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
472 (Custom-reset-saved, Custom-reset-standard)
473 (custom-group-value-create, custom-group-set, custom-group-save)
474 (custom-group-reset-current, custom-group-reset-saved)
475 (custom-group-reset-standard): Use mapc.
476 (custom-buffer-create-internal): Disable undo when creating items.
477 Use mapc.
478 (custom-face): Avoid redundant lambda.
479
480 2000-04-24 Gerd Moellmann <gerd@gnu.org>
481
482 * startup.el (auto-save-list-file-prefix): Set default to
483 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
484
485 2000-04-24 Sam Steingold <sds@gnu.org>
486
487 * time-stamp.el (time-stamp-string-preprocess): Always convert
488 `field-result' to a string.
489
490 2000-04-24 Gerd Moellmann <gerd@gnu.org>
491
492 * frame.el (scrolling): New group.
493 (automatic-hscrolling): New user-option.
494
495 * startup.el (command-line-x-option-alist): Add `-lsp' and
496 `--line-spacing'.
497
498 2000-04-19 Dave Love <fx@gnu.org>
499
500 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
501 (cl-mapc): Rename from mapc. Fix the funcall.
502
503 2000-04-19 Gerd Moellmann <gerd@gnu.org>
504
505 * simple.el (clone-indirect-buffer-other-window): New command.
506 (clone-indirect-buffer): Add optional arg NORECROD.
507 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
508
509 * help.el (resize-temp-buffer-window): Use count-screen-lines.
510
511 * window.el (count-screen-lines): New function.
512 (shrink-window-if-larger-than-buffer): Use count-screen-lines
513 instead of window-buffer-height.
514
515 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
516 non-existing variable comint-input-sentinel.
517 (inferior-lisp-args-to-list): Removed.
518 (inferior-lisp): Use split-string instead of
519 inferior-lisp-args-to-list.
520
521 * hexl.el (hexl-insert-hex-string): New command.
522
523 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
524 instead of concat.
525
526 2000-04-18 Gerd Moellmann <gerd@gnu.org>
527
528 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
529 at the start of an existing but empty folder.
530
531 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
532
533 * ps-mule.el: Customization fix, doc fix.
534 (ps-multibyte-buffer): Customization fix.
535
536 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
537
538 * subr.el (read-passwd): Use read-char-exclusive.
539
540 2000-04-17 Gerd Moellmann <gerd@gnu.org>
541
542 * textmodes/texinfo.el (texinfo-insert-@email)
543 (texinfo-insert-@emph, texinfo-insert-@quotation)
544 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
545 (texinfo-mode-map): Add key bindings for them.
546
547 * files.el (basic-save-buffer-2): Use a template with `$'
548 instead of `#' for VMS.
549
550 * simple.el (clone-indirect-buffer): New function.
551
552 2000-04-16 Stephen Eglen <stephen@gnu.org>
553
554 * iswitchb.el (iswitchb-case): New function. If the user input
555 contains any upper-case characters, the search is made
556 case-sensitive.
557
558 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
559
560 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
561 comment-end.
562 (texinfo-font-lock-syntactic-keywords): New var.
563 (texinfo-font-lock-keywords): Remove comment regexp.
564 (texinfo-insert-block): New function.
565 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
566 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
567 and font-lock-defaults. Use regexp-opt for outline-regexp.
568 (texinfo-environments): New var.
569 (texinfo-environment-regexp): Use regexp-opt and
570 texinfo-environments.
571
572 * textmodes/ispell.el (ispell-menu-map-needed): Check that
573 ispell-process is bound since this might be eval'd before ispell
574 is loaded.
575 (ispell-message): Use a tiny bit less magic and a bit more hard
576 data to figure out what kind of sc-cite-regexp to use.
577
578 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
579
580 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
581 (insert-cyclic-diary-entry): Unquote the lambda.
582
583 * gud.el (gud-jdb-build-source-files-list): Fix typo.
584
585 * files.el (backup-enable-predicate): Unquote the lambda.
586
587 * cus-edit.el (custom-face, face): Unquote the lambda.
588
589 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
590
591 * ps-print.el: Check for line-beginning-position definition.
592
593 * ps-print.el: Fix counting lines in a region.
594 (ps-print-version): New version number (5.1.5).
595 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
596 (ps-printing-region): Fun code fix.
597
598 2000-04-15 Gerd Moellmann <gerd@gnu.org>
599
600 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
601 to file-directory-p.
602
603 2000-04-14 Gerd Moellmann <gerd@gnu.org>
604
605 * gud.el (gud-jdb-build-source-files-list): Check that directory
606 exists before calling directory-files.
607
608 2000-04-13 Dave Love <fx@gnu.org>
609
610 * emacs-lisp/trace.el: Change maintainer. Use new backquote
611 syntax.
612
613 * emacs-lisp/cl-specs.el: Remove when, unless.
614
615 * emacs-lisp/cl-extra.el: Don't quote keywords.
616 (cl-old-mapc): New variable.
617 (mapc): Use it.
618 (cl-map-intervals): Use with-current-buffer. Don't check for
619 next-property-change.
620 (cl-map-overlays): Use with-current-buffer.
621 (cl-expt): Remove.
622 (copy-tree, remprop): Define unconditionally.
623
624 * emacs-lisp/cl-compat.el (keywordp): Remove.
625
626 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
627 to use keywordp.
628 (edebug-spec): Enable keywordp.
629
630 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
631 string-lessp.
632
633 * cus-start.el: Use keywordp.
634
635 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
636
637 * diary-lib.el (include-other-diary-files): Fix the fix of
638 2000-02-18 by doing a save-excursion.
639
640 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
641
642 * ps-print.el: Customization fix, doc fix.
643 (ps-print-version): New version number (5.1.4).
644 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
645 (ps-print-preprint): Adjust code.
646 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
647 (ps-print-prologue-header, ps-print-control-characters)
648 (ps-spool-config): Customization fix.
649
650 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
651
652 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
653 converted to the new menu-item format, names silightly changed,
654 help strings added.
655
656 Support for spelling without async subprocesses:
657
658 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
659 (ispell-session-buffer): New variables.
660 (ispell-start-process, ispell-process-status,
661 ispell-accept-output, ispell-send-string): New functions, for
662 Ispell invocation when async subprocesses aren't supported.
663 (ispell-word, ispell-pdict-save, ispell-command-loop,
664 ispell-process-line, ispell-buffer-local-parsing): Replace calls
665 to process-send-string with calls to ispell-send-string, and
666 accept-process-output with ispell-accept-output.
667 (ispell-init-process): Call ispell-process-status instead of
668 process-status with.
669 (ispell-init-process): Call ispell-start-process. Call
670 ispell-accept-output and ispell-send-string. Don't call
671 process-kill-without-query and kill-process if they are unbound.
672 (ispell-async-processp): New function.
673
674 2000-04-12 Dave Love <fx@gnu.org>
675
676 * info.el: Add debug-ignored-errors.
677 (Info-mode-menu): Add some items.
678 (Info-directory): Add autoload cookie.
679
680 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
681 Modify `truncate-lines'. Make `describe-language-environment'
682 always visible and add help. Modify `describe-key' help. Invoke
683 Info-directory from `info'. New entry `emacs-manual'.
684
685 2000-04-10 Gerd Moellmann <gerd@gnu.org>
686
687 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
688 propertized-buffer-identification.
689 (ebrowse-update-member-buffer-mode-line): Likewise.
690 (ebrowse--mode-strings): Removed.
691 (ebrowse--mode-line-props): Removed.
692
693 * files.el (auto-mode-alist): Add `EBROWSE'.
694
695 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
696 space before testing for end of buffer.
697 (ebrowse-load): Removed.
698 (ebrowse-revert-tree-buffer-from-file): Rewritten.
699 (ebrowse-create-tree-buffer): Rewritten.
700 (ebrowse-tree-mode): Read tree from buffer.
701
702 * progmodes/ebrowse-ffh.el: Removed.
703
704 2000-04-10 Kenichi Handa <handa@etl.go.jp>
705
706 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
707
708 2000-04-10 Gerd Moellmann <gerd@gnu.org>
709
710 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
711 at the wrong place.
712
713 2000-04-09 Dave Love <fx@gnu.org>
714
715 * files.el (backup-enable-predicate): Use
716 temporary-file-directory, small-temporary-file-directory.
717 (make-backup-file-name-function, backup-directory-alist): New
718 variables.
719 (make-backup-file-name-1): New function.
720 (make-backup-file-name): Use it.
721 (find-backup-file-name): Likewise. Use format for clarity, not
722 concat.
723 (file-newest-backup): Use make-backup-file-name.
724
725 2000-04-09 Gerd Moellmann <gerd@gnu.org>
726
727 * progmodes/ebrowse-ffh.el: New file.
728
729 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
730 to ebrowse-ffh.el.
731 (ebrowse-load): Add autoload.
732
733 * finder.el (finder-commentary): Add autoload cookie.
734
735 * mail/rfc2368.el: Correct author's email address.
736
737 * progmodes/ebrowse.el: New file.
738
739 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
740 item help string.
741 (easy-menu-do-add-item): Ditto.
742 (easy-menu-define): Extend doc string.
743
744 * jit-lock.el (with-buffer-unmodified): Use
745 restore-buffer-modified-p.
746 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
747 (jit-lock-function, jit-lock-stealth-fontify): Don't use
748 with-buffer-unmodified.
749
750 2000-04-08 Dave Love <fx@gnu.org>
751
752 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
753 unless, when.
754
755 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
756
757 * viper-util.el (viper-put-on-search-overlay): New subroutine.
758 (viper-flash-search-pattern): No operation when using Emacs
759 doesn't support face.
760 Use `viper-put-on-search-overlay'.
761
762 2000-04-04 Gerd Moellmann <gerd@gnu.org>
763
764 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
765 like C-r.
766
767 * progmodes/make-mode.el: Some doc fixes.
768 (makefile-mode-abbrev-table): New variable.
769 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
770 (makefile-font-lock-keywords): Fontify includes and conditionals.
771 (toplevel): Require `dabbrev' and `add-log' when compiling.
772
773 * replace.el (perform-replace): Don't move forward one char
774 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
775 to do that because it leaves point 1 position after the last
776 replacement, after everything has been replaced.
777
778 * jit-lock.el (with-buffer-unmodified): New macro.
779 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
780 modified state.
781 (jit-lock-function-1): Extracted from jit-lock-function; not
782 preserving buffer's modified state.
783 (jit-lock-function, jit-lock-stealth-fontify): Call
784 jit-lock-function-1.
785
786 * mail/rfc2368.el: Remove supernumerary copyright line.
787
788 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
789
790 * glasses.el: Provide facilities for inserting space before left
791 parentheses and uncapitalization of identifiers.
792 (glasses-mode): Try to remove old overlays in all cases.
793
794 2000-04-03 Gerd Moellmann <gerd@gnu.org>
795
796 * progmodes/compile.el (compile-internal): Display the compilation
797 buffer in a different frame, if it's already displayed there.
798
799 * mail/rfc2368.el: New file.
800
801 * simple.el (sendmail-user-agent-compose): Recognize a `body'
802 header and insert its value as mail body.
803
804 * subr.el (member-ignore-case): New function.
805
806 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
807 (dabbrev--find-expansion): Ignore buffers matching a regexp
808 from dabbrev-ignored-regexps.
809
810 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
811 to extensions handled by gzip.
812
813 2000-04-03 Richard M. Stallman <rms@gnu.org>
814
815 * files.el (insert-directory): List the total free space
816 along with the used space.
817
818 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
819 line is followed by one that matches CITATION-REGEXP, end the
820 paragraph.
821
822 2000-04-03 Markus Rost <rost@delysid.gnu.org>
823
824 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
825 (rmail-make-basic-summary-line): Use that option.
826
827 2000-04-03 Kenichi Handa <handa@etl.go.jp>
828
829 * international/mule-cmds.el (encoded-string-description):
830 Rewritten. Try pretty description for ISO 2022 escape sequences
831 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
832 for hexadecimal format.
833
834 2000-04-01 Dave Love <fx@gnu.org>
835
836 * cpp.el: Change customization group to `c' from `C'.
837
838 * vcursor.el (vcursor-move): Use display-color-p.
839
840 * international/mule-util.el: Provide mule-utils.
841 (string-to-sequence): Simplify and speed up.
842
843 * international/mule.el (make-coding-system): Purecopy doc-string.
844
845 * international/mule-cmds.el: Various menu changes.
846 (describe-specified-language-support): Handle `Default'.
847 (set-language-info): Purecopy `info'.
848
849 2000-03-31 Andrew Innes <andrewi@gnu.org>
850
851 * vc.el (vc-backend-diff): Return the correct status if we had to
852 retry the rcsdiff command without the --brief option.
853
854 2000-03-31 Dave Love <fx@gnu.org>
855
856 * help.el (help-manyarg-func-alist): Correct several omissions.
857
858 * add-log.el: Don't require cl, fortran.
859 (add-log-current-defun-function): Doc fix.
860 (change-log-version-number-regexp-list): Remove SCCS part. Doc
861 fix.
862 (change-log-version-rcs): Function deleted.
863 (change-log-version-number-search): Doc fix. Use
864 vc-workfile-version. Avoid CL dolist.
865 (add-change-log-entry): Just call add-log-current-defun to get
866 defun. Simplify somewhat.
867 (change-log-get-method-definition-1): Likewise.
868 (add-log-current-defun): Return nil if calling
869 add-log-current-defun-function does so. Move Fortran stuff to
870 fortran.el. Return string without properties.
871
872 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
873 and :alpha: char classes.
874
875 * mail/supercite.el: Defvar curline when compiling.
876 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
877 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
878 rather than a-zA-Z0-9 to allow non-ASCII characters.
879
880 2000-03-31 Gerd Moellmann <gerd@gnu.org>
881
882 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
883
884 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
885 Re-enable new code.
886
887 * lpr.el (print-region-1): Use -d to specify printer name for
888 systems `usg-unix-v*, `dgux', `hpux', `irix'.
889
890 2000-03-31 Dave Love <fx@gnu.org>
891
892 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
893 for function definition in symbol's function value slot first
894 instead of first consulting byte-compile-function-environment.
895
896 2000-03-31 Kenichi Handa <handa@etl.go.jp>
897
898 * language/european.el ("Polish"): New language environment.
899 (setup-polish-environment): New function.
900
901 2000-03-30 Gerd Moellmann <gerd@gnu.org>
902
903 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
904 Disable new code.
905
906 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
907 trying to `load' the symbol of an autoload instead of the file
908 recorded in the autoload. Fix error messages.
909
910 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
911
912 * ps-print.el: PostScript programming fix for ghostview, doc fix.
913 (ps-print-version): New version number (5.1.3).
914 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
915 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
916 (ps-generate-postscript-with-faces): Code fix.
917 (ps-color-values): XEmacs compatibility.
918 (ps-print-background-image, ps-print-background-text, ps-printer-name)
919 (ps-default-fg, ps-default-bg): Adjust customization.
920 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
921 (ps-color-scale): Renaming old ps-color-value fun.
922 (ps-print-headers): Replace ps-print-header group to avoid conflict
923 with ps-print-header variable.
924 (ps-print-miscellany): New group.
925 (ps-format-color, ps-rgb-color): New funs.
926 (ps-default-foreground): New var.
927 (ps-printer-name-option): New const.
928
929 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
930
931 * net/net-utils.el:
932 (network-connection-host, network-connection-service): New variables
933 (network-connection-mode): New mode, derived from comint-mode
934 (network-connection-mode-setup): New function, saves host and
935 service information in local variables.
936
937 * lisp/locate.el:
938 (locate-word-at-point): Added this function
939 (locate): Default to using locate-word-at-point as input
940 Run dired-mode-hook
941
942 2000-03-29 Dave Love <fx@gnu.org>
943
944 * calendar/appt.el: Doc fixes.
945 (appt-check): Convert min-to-app to a string before passing to
946 appt-disp-window-function or concat.
947 (appt-delete-window): Remove test for frame-root-window.
948 (appt-select-lowest-window, appt-convert-time): Simplify.
949
950 * emacs-lisp/bytecomp.el: Doc fixes.
951 (byte-compile-file-form-autoload): Update
952 byte-compile-function-environment.
953
954 2000-03-29 Andreas Schwab <schwab@suse.de>
955
956 * emacs-lisp/autoload.el: Also print defsubst doc string
957 specially.
958
959 * dired.el (dired-insert-directory): If dired-free-space-program
960 failed just delete its output.
961
962 2000-03-29 Dave Love <fx@gnu.org>
963
964 * international/iso-cvt.el: Move provide to end. Doc fixes.
965 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
966 (iso-iso2sgml, iso-sgml2iso): New functions.
967 (iso-cvt-define-menu): Fix some entries and use backquote for
968 clarity.
969
970 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
971
972 2000-03-28 Gerd Moellmann <gerd@gnu.org>
973
974 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
975 ISO-DATE. If non-nil, return date in ISO 8601 format.
976
977 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
978
979 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
980 if it ever becomes used.
981 (log-edit-mode-hook): Default to vc-log-mode-hook.
982 (log-edit-mode): Fix the docstring.
983
984 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
985 the code.
986
987 2000-03-26 Dave Love <fx@gnu.org>
988
989 * net/browse-url.el (browse-url): Re-fix case of
990 browse-url-browser-function being an alist.
991 (browse-url): Add :link to defgroup.
992
993 * files.el: Doc fixes.
994 (file-truename): Include `[' in wildcard characters.
995 (automount-dir-prefix): Customize.
996 (find-file-wildcards): Add :version.
997 (find-file-noselect): Simplify a mapcar call.
998
999 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1000 compatible with inf-lisp version.
1001 (eval-defun-1): Fix custom-declare-variable case.
1002
1003 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1004
1005 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1006
1007 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1008
1009 * Makefile (COMPILE_FIRST): New macro.
1010 (compile-files): Compile files from COMPILE_FIRST first.
1011
1012 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1013 code.
1014
1015 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1016 matching open parenthesis in column 0 to defun-prompt-regexp
1017 only if open-paren-in-column-0-is-defun-start is set.
1018
1019 * sun-curs.el: Require CL at compile-time only.
1020
1021 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1022 instead of copy-list which is a function from CL.
1023 (msb--choose-menu, msb--mode-menu-cond)
1024 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1025 (msb--init-file-alist): Use mapcar instead of mapcan.
1026 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1027 `(' in column 0 in doc string.
1028 (msb--add-separators): Use mapcar instead of mapcan.
1029
1030 * cus-dep.el: Require CL at compile-time only.
1031
1032 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1033
1034 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1035 (byte-compile-warnings): New warning `noruntime'.
1036 (byte-compile-constants, byte-compile-variables): Fix docstring.
1037 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1038 execute `eval-whenc-compile's body.
1039 (byte-compile-unresolved-functions): Fix docstring.
1040 (byte-compile-eval): New function.
1041 (byte-compile-callargs-warn): Check if the function will be available
1042 at runtime (via property `byte-compile-noruntime').
1043 (byte-compile-print-syms): New function.
1044 (byte-compile-warn-about-unresolved-functions): Also warn about
1045 `noruntime' functions (and use `byte-compile-print-syms').
1046 (byte-compile-file): Capitalize the message.
1047
1048 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1049
1050 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1051 (rmail-expunge): Ask for confirmation depending on the setting
1052 of rmail-confirm-expunge.
1053
1054 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1055
1056 * Makefile (bootstrap-clean): If $(emacs) exists, build
1057 loaddefs.el first. A loaddefs.el that's not up-to-date might
1058 cause a bootstrap failure because things don't autoload as
1059 expected.
1060
1061 2000-03-23 Dave Love <fx@gnu.org>
1062
1063 * net/browse-url.el: Restore previous use of
1064 browse-url-maybe-new-window.
1065
1066 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1067
1068 * ps-print.el: Skip banner page fix.
1069 (ps-print-version): New version number (5.1.2).
1070 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1071
1072 2000-03-23 Dave Pearson <davep@davep.org>
1073
1074 * net/quickurl.el Changed the type of parameter passed to the
1075 function defined by `quickurl-format-function'. Before only the
1076 text of the URL was passed. Now the whole URL structure is passed
1077 and the function is responsible for extracting the parts it
1078 requires. Changed the default of `quickurl-format-function'
1079 accordingly.
1080 (quickurl-insert): Changed the `funcall' of
1081 `quickurl-format-function' to match the above change.
1082 (quickurl-list-insert): Changed the `url' case so that it makes
1083 use of `quickurl-format-function', previous to this the format was
1084 hard wired.
1085
1086 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1087
1088 * startup.el: Change some spellings for the X Window System.
1089
1090 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1091
1092 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1093 up the code and the regexp and make sure the cursor is temporarily
1094 moved to the suspicious line while querying the user.
1095
1096 2000-03-22 Jason Rumney <jasonr@gnu.org>
1097
1098 * w32-fns.el (w32-charset-info-alist): Initialize.
1099
1100 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1101
1102 * ps-print.el: N-up last page fix.
1103 (ps-print-version): New version number (5.1.1).
1104 (ps-end-file, ps-end-job, ps-generate): Code fix.
1105
1106 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1107
1108 * files.el (find-file-run-dired): Update docstring.
1109 (find-directory-functions): New hook.
1110 (find-file-noselect): Run find-directory-functions rather than
1111 calling dired directly.
1112
1113 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1114
1115 * pcvs.el: Add a minimal leading commentary.
1116 (cvs-make-cvs-buffer): Change the header part by removing the startup
1117 message and adding a `Module' entry. Also replace the FOOTER and
1118 HEADER special fileinfos with the new support in ewoc for updating
1119 its own footer and header.
1120 (cvs-update-header): Update to use the header/footer of the ewoc.
1121 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1122 (cvs-is-within-p): New function.
1123 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1124 to only examine some subset of the buffers.
1125
1126 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1127 `format' instead of our own ad-hoc functions.
1128 Remove HEADER and FOOTER cases, now handled in the EWOC.
1129 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1130
1131 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1132 output to avoid scaring the user.
1133 (cvs-parse-table): Catch message for non-up-to-date commits.
1134
1135 * pcvs-defs.el (cvs-startup-message): Remove.
1136 (cvs-global-menu): New autoloaded menu.
1137
1138 * pcvs-util.el (cvs-string-fill): Remove.
1139
1140 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1141 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1142 PP part of it and also make it work for footers and headers.
1143 (ewoc-create): Drop POS and BUFFER arguments.
1144 Use the DLL's dummy node to store the end-of-footer position.
1145 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1146 (ewoc-refresh): Remove unused `header' variable.
1147 (ewoc-(get|set)-hf): New functions.
1148
1149 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1150 log-view-*-(message|file) and use easy-mmode-define-navigation.
1151 (log-view-message-re): Match SCCS format as well.
1152 And match the revision line rather than the dashed separator line.
1153 (log-view-mode): Use the new define-derived-mode.
1154 (log-view-current-tag): Fill in with an actual implementation.
1155
1156 * cvs-status.el (cvs-status-(prev|next)): Rename from
1157 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1158 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1159 to let the output "breathe" a little more (more readable).
1160 (cvs-status-mode): Use the new define-derived-mode.
1161
1162 * smerge-mode.el (smerge-auto-leave): New function and variable.
1163 (smerge-basic-map): Rename from smerge-basic-keymap.
1164 Change the bindings for smerge-diff-*.
1165 (smerge-*-map): Use easy-mmode-defmap.
1166 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1167 (smerge-keep-*): Use smerge-auto-leave.
1168
1169 2000-03-21 Jason Rumney <jasonr@gnu.org>
1170
1171 * cus-edit.el (custom-button-face): Use 3D look for w32.
1172 (custom-button-pressed-face): Likewise.
1173
1174 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1175
1176 * progmodes/etags.el (tags-case-fold-search): New user-option.
1177 (tags-loop-eval): New function. Bind case-fold-search around eval
1178 depending on the value of tags-case-fold-search.
1179 (tags-loop-continue): Use tags-loop-eval.
1180 (find-tag-in-order): Bind case-fold-search depending on the value
1181 of tags-case-fold-search.
1182
1183 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1184
1185 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1186 (diff-end-of-hunk): Return the end position for use in
1187 `easy-mmode-define-navigation'.
1188 (diff-recenter): Remove.
1189 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1190 of `easy-mmode-define-navigation'.
1191 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1192 previous renaming) and fix to use new names.
1193 (diff-merge-strings): Use \n as separator: simpler, faster.
1194 (diff-mode): Use `define-derived-mode'.
1195
1196 * derived.el (define-derived-mode): Don't autoload anymore.
1197 Prefer the macro-only version provided by easy-mmode.el.
1198
1199 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1200 `easy-mmode-define-derived-mode'.
1201 Use `combine-run-hooks'.
1202 (easy-mmode-define-navigation): New macro.
1203
1204 * subr.el (combine-run-hooks): New function.
1205
1206 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1207
1208 * term/x-win.el: Fontsets related initialization is simplified.
1209
1210 * international/mule-diag.el (describe-font): Don't refer to
1211 global-fontset-alist, instead call font-list.
1212 (describe-fontset, list-fontsets, mule-diag): Likewise.
1213 (print-fontset): Adjusted for the change of fontset
1214 implementation.
1215
1216 * international/fontset.el (x-charset-registries): Variable
1217 removed, instead the corresponding data is stored in the default
1218 fontset.
1219 (register-alternate-fontnames): Function removed.
1220 (resolved-ascii-font): Variable removed.
1221 (x-compose-font-name): Ignore the second argument REDOCE.
1222 (x-complement-fontset-spec): Complement only an ASCII font and
1223 element for those charsets than can use that ASCII font.
1224 (generate-fontset-menu): Don't refer to global-fontset-alist,
1225 instead call fontset-list.
1226 (uninstantiated-fontset-alist): Variable removed.
1227 (x-style-funcs-alist): Likewise.
1228 (fontset-default-styles): Likewise.
1229 (x-modify-font-name): Function removed.
1230 (create-fontset-from-fontset-spec): Ignore the argument
1231 STYLE-VARIANT.
1232 (create-fontset-from-ascii-font): Docsting adjusted for the above
1233 change.
1234 (instantiate-fontset, resolve-fontset-name): Functions removed.
1235 (fontset-list): Now implemented by C code.
1236
1237 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1238 (describe-face): Include `font' attribute in the description.
1239
1240 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1241
1242 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1243
1244 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1245
1246 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1247 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1248 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1249
1250 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1251 about behavior of set-buffer-modified-p wrt redisplay.
1252
1253 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1254
1255 * view.el (view-mode-disable): Kill local binding of view-read-only.
1256
1257 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1258
1259 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1260 is a string, convert it to a syntax cell using string-to-syntax.
1261
1262 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1263 (string-to-syntax): New function.
1264
1265 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1266 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1267 try to use passive ftp mode.
1268
1269 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1270
1271 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1272
1273 * simple.el (append-to-buffer): Update point of windows after
1274 insertion.
1275
1276 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1277 forward then moving backward. Reindent.
1278
1279 * frame.el (other-frame): Call x-focus-frame only if
1280 focus-follows-mouse is off.
1281
1282 2000-03-17 Dave Love <fx@gnu.org>
1283
1284 * pcvs-util.el (cvs-strings->string): Rename
1285 replace-regexps-in-string.
1286
1287 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1288
1289 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1290 regexp for labels cannot span several lines.
1291
1292 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1293 `(setq :<key> ':<key>)' to the macro expansion.
1294
1295 2000-03-16 Dave Love <fx@gnu.org>
1296
1297 * progmodes/f90.el (f90): Put custom group under `languages', not
1298 `fortran'.
1299 (f90-mode-hook): Customize.
1300 (f90-mode): Set add-log-current-defun-function.
1301 (f90-current-defun): New function.
1302
1303 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1304
1305 * cus-edit.el (custom-variable-tag-face): Handle case that
1306 default face's height is not a number.
1307 (custom-face-tag-face, custom-group-tag-face-1)
1308 (custom-group-tag-face): Ditto.
1309 (custom-group-tag-face-1): Add :group.
1310
1311 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1312
1313 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1314
1315 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1316 requiring easymenu.
1317
1318 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1319
1320 * ps-print.el: PostScript user-defined prologue, PostScript error
1321 handler, doc fix.
1322 (ps-print-version): New version number (5.1).
1323 (ps-user-defined-prologue, ps-error-handler-message)
1324 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1325 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1326 (ps-insert-string): New function.
1327
1328 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1329
1330 * international/ccl.el (ccl-compile-expression): Don't generate
1331 invalid self-assignment code.
1332
1333 2000-03-14 Dave Love <fx@gnu.org>
1334
1335 * subr.el (replace-regexp-in-string): Renamed from
1336 replace-regexps-in-string. Doc fix.
1337
1338 2000-03-12 Dave Love <fx@gnu.org>
1339
1340 * cus-edit.el: Doc fixes.
1341 (customize-set-variable, customize-save-variable): Rename args for
1342 doc.
1343 (custom-variable-tag-face, custom-face-tag-face)
1344 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1345 style which user identify as hyperlink.
1346 (hook): Don't add undefined functions to the hook.
1347 (debug-ignored-errors): Transfer message from bindings.el.
1348
1349 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1350
1351 * recentf.el (recentf-keep-non-readable-files-p): Remove
1352 double/nested definition.
1353
1354 2000-03-12 Dave Love <fx@gnu.org>
1355
1356 * facemenu.el (facemenu-get-face): Use display-color-p.
1357 * enriched.el (enriched-decode-foreground): Likewise.
1358 (enriched-decode-background): Likewise.
1359 * isearch.el (isearch-highlight): Likewise.
1360 * info-look.el (info-lookup): Likewise.
1361 * simple.el (completion-setup-function): Likewise.
1362
1363 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1364 :options.
1365
1366 * bindings.el (mode-line-format): Fix line-number and
1367 column-number items. Add help-echo for the background.
1368 (mode-line-mule-info): Modify help-echo.
1369
1370 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1371 defcustom.
1372
1373 * files.el (load-file): Allow completion to .elc.
1374
1375 * man.el: Doc fixes.
1376 (Man-init-defvars): Use display-color-p to set fontification.
1377
1378 * play/hanoi.el (hanoi-internal): Don't use oddp.
1379
1380 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1381
1382 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1383
1384 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1385
1386 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1387
1388 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1389 Fix comment.
1390
1391 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1392
1393 * font-lock.el (font-lock-keywords): Fix the doc now that
1394 regexp-opt-depth is unnecessary.
1395 (save-buffer-state): Set an edebug spec.
1396 (font-lock-fontify-anchored-keywords): Properly handle the case when
1397 the matcher goes past the limit.
1398
1399 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1400 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1401
1402 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1403 dll.el and cookie.el (from Elib) with heavy renaming and other
1404 massaging.
1405
1406 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1407 Autoload the functions used.
1408 (easy-mmode-define-syntax): Fix CL typo.
1409 (easy-mmode-define-derived-mode): Improve the docstring generation.
1410
1411 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1412
1413 * textmodes/texinfo.el (texinfo-version): Variable and function
1414 removed.
1415
1416 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1417
1418 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1419 allow more flexibility.
1420 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1421 fns.
1422 (easy-mmode-defmap, easy-mmode-defsyntax)
1423 (easy-mmode-define-derived-mode): New macros.
1424
1425 2000-03-09 Didier Verna <didier@xemacs.org>
1426
1427 * rect.el (replace-rectangle): New function.
1428
1429 2000-03-09 Dave Love <fx@gnu.org>
1430
1431 * progmodes/fortran.el (fortran-comment-line-start): Define as
1432 "C".
1433 (fortran-comment-line-start-skip): Don't match cpp stuff.
1434 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1435 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1436 (fortran-mode): Don't set fortran-comment-line-start-skip,
1437 fortran-comment-line-start here. Set comment-start,
1438 add-log-current-defun.
1439 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1440 (fortran-current-defun): New function.
1441
1442 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1443
1444 * emacs-lisp/re-builder.el: New file.
1445
1446 * mouse.el (mouse-drag-region): Don't run up-event handler
1447 if hscroll has changed.
1448
1449 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1450 builtin operators, use `font-lock-builtin-face' for Emacs and
1451 `font-lock-preprocessor-face' otherwise.
1452
1453 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1454 `(defun (setf foo)' differently.
1455
1456 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1457
1458 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1459 (regexp-opt): Update comment and adapt the code the new meaning of
1460 the `paren' argument of regex-opt-group for shy-groups.
1461 (regexp-opt-depth): Handle shy groups as well as backslashed
1462 backslashes.
1463 (regexp-opt-group): Turn the leading comment into a docstring.
1464 Allow `paren' to be a string (the string to use to open a group).
1465 Remove open-presuf and close-presuf. Instead of checking for `all
1466 one-char' and then later on check for `several one-char', handle
1467 both cases close together. Also apply a more generic algorithm
1468 for suffixes (the mirror image of the algorithm used for
1469 prefixes). Use shy-groups. Use nreverse rather than reverse.
1470 (regexp-opt-try-suffix): Removed.
1471
1472 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1473 from comint-mode-map, so we can just inherit from it. Also, move
1474 the initialization into the `defvar' since there's no docstring
1475 anyway and it's fairly short.
1476 (inferior-scheme-mode): Define it as derived-mode: the code is
1477 shorter and this way we inherit from comint-mode-map rather than
1478 copying it.
1479
1480 * subr.el (replace-regexps-in-string): Properly handle the case
1481 where we match an empty string.
1482
1483 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1484 when the command has a directory component (such as "./testml").
1485 Also fix a typo in the comment.
1486
1487 2000-03-08 Gerd Moellmann <gerd@gnu.org>
1488
1489 * Makefile (compile-files): Compile files one by one because
1490 that's the only way to ensure a clean compilation environment for
1491 each individual file.
1492
1493 * frame.el (other-frame): Call x-focus-frame.
1494
1495 2000-03-07 Dave Love <fx@gnu.org>
1496
1497 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1498 :require to defcustom.
1499
1500 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1501 lists.
1502
1503 * files.el (auto-mode-alist): Add configure.in.
1504
1505 * progmodes/autoconf.el: New file.
1506
1507 2000-03-07 Gerd Moellmann <gerd@gnu.org>
1508
1509 * mail/mh-e.el: Change maintainer to `none'.
1510
1511 * recentf.el (recentf-keep-non-readable-files-p): Quote args
1512 to remove-hook and add-hook.
1513
1514 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1515
1516 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1517 it as the default.
1518 (mail-send): Test mail-send-nonascii also for the new `mime' value.
1519 (sendmail-send-it): Conditionally add MIME headers specifying the
1520 used character set.
1521
1522 2000-03-07 Dave Love <fx@gnu.org>
1523
1524 * winner.el: Fix keywords, autoload cookies. Split
1525 eval-when-compile form to avoid compilation failure.
1526
1527 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1528
1529 * international/mule.el: Modify comment about coding system
1530 property `coding-category'.
1531 (make-coding-system): New argument EOL-TYPE. Pay attention to
1532 coding-category property of PROPERTIES.
1533
1534 * international/mule-conf.el (coding-category-utf-8,
1535 coding-category-utf-16-be, coding-category-utf-16-le): New coding
1536 categories. Include them in the argument for set-coding-priority.
1537
1538 * international/mule-cmds.el (reset-language-environment): Include
1539 coding-category-utf-8, coding-category-utf-16-be, and
1540 coding-category-utf-16-le in the argument for set-coding-priority.
1541 (reset-language-environment): Initialize coding-category-utf-8,
1542 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1543
1544 2000-03-06 Karl Fogel <kfogel@red-bean.com>
1545
1546 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1547 code abstracted out of `bookmark-jump-noselect'. Now tries info
1548 extensions as well as compression extensions.
1549 (bookmark-jump-noselect): Use above new func.
1550
1551 2000-03-03 Gerd Moellmann <gerd@gnu.org>
1552
1553 * strokes.el: Change maintainer's mail address.
1554
1555 2000-03-03 Kenichi Handa <handa@etl.go.jp>
1556
1557 * international/mule-diag.el (list-character-sets): Make help-echo
1558 string by substitute-command-keys.
1559 (list-character-sets): Likewise.
1560 (sort-listed-character-sets): Call help-setup-xref.
1561
1562 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1563
1564 * time.el (display-time-mail-file): Add `none' to the list of
1565 choices.
1566
1567 2000-03-01 Dave Love <fx@gnu.org>
1568
1569 * help.el (help-xref-go-back): Don't try to set position.
1570
1571 * international/mule-diag.el (list-character-sets): Call
1572 help-setup-xref. Add help-echo to xrefs.
1573 (list-character-sets-1): Add help-echo to xrefs.
1574
1575 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1576
1577 * frame.el (blink-cursor-mode): Switch cursor on when turning
1578 the mode off.
1579
1580 * add-log.el (add-log-current-defun): Add support for
1581 Autoconf mode.
1582
1583 * mail/rmail.el (rmail-quit-hook): New variable.
1584
1585 2000-03-01 Dave Love <fx@gnu.org>
1586
1587 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1588
1589 * help.el (help-xref-button): Add help-echo arg.
1590 (describe-function-1, describe-variable, help-make-xrefs): Use it.
1591
1592 * faces.el (list-faces-display): Supply help-echo with
1593 help-make-xrefs.
1594
1595 * facemenu.el (list-text-properties-at): Set help-xref-stack to
1596 nil.
1597
1598 2000-03-01 Gerd Moellmann <gerd@gnu.org>
1599
1600 * image.el (defimage): Look for image files in load-path.
1601
1602 * frame.el (busy-cursor-delay-seconds): Change type to
1603 `number'.
1604
1605 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1606
1607 * recentf.el (recentf): Added version tag to the defgroup of
1608 recentf.
1609
1610 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1611
1612 * recentf.el (recentf-cleanup): Changed to remove excluded file
1613 too.
1614 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1615 action to select/unselect a file.
1616 (recentf-edit-list): Code cleanup and improvement.
1617 (recentf-open-more-files-action): `recentf-open-more-files' button
1618 widget action to open a file.
1619 (recentf-open-more-files): No more use standard completion but
1620 widgets.
1621 (recentf-more-collection): Deleted.
1622 (recentf-more-history): Deleted.
1623 (recentf-setup-more-completion): Deleted.
1624
1625 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1626
1627 * recentf.el (recentf-mode): No more needs that Emacs is running
1628 under a window-system.
1629
1630 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1631
1632 * recentf.el (recentf-edit-list): New command to edit the recent
1633 list which allow the user to remove files.
1634 (recentf-edit-selected-items): New global variable, used by
1635 `recentf-edit-list' to hold the list of files to be removed from
1636 the recent list.
1637 (recentf-make-menu-items): Updated to display a "Edit list..."
1638 menu item. Minor code cleanup.
1639
1640 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1641
1642 * recentf.el (recentf-open-more-files): New command to open files
1643 that are not displayed in the menu.
1644 (recentf-more-collection): New global variable holding the set of
1645 permissible completions used by `recentf-open-more-files'.
1646 (recentf-more-history): New global variable holding the history list
1647 used by `recentf-open-more-files' completion.
1648 (recentf-setup-more-completion): New function to setup completion for
1649 `recentf-open-more-files'.
1650 (recentf-make-menu-items): Updated to display a "More..." menu item.
1651
1652 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1653
1654 * recentf.el (recentf-menu-action): Doc fixed.
1655
1656 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1657
1658 * recentf.el (recentf-menu-filter): Doc updated.
1659 (recentf-update-menu-hook): Allow menu filters to force menu update.
1660 (recentf-make-menu-items): New menu filter handling.
1661 (recentf-make-menu-item): New helper function.
1662 (recentf-menu-elements): New menu handling function.
1663 (recentf-sort-ascending): Updated to new menu filter handling.
1664 (recentf-sort-descending): Updated to new menu filter handling.
1665 (recentf-sort-basenames-ascending): New menu filter function.
1666 (recentf-sort-basenames-descending): New menu filter function.
1667 (recentf-show-basenames): New menu filter function.
1668 (recentf-show-basenames-ascending): New menu filter function.
1669 (recentf-show-basenames-descending): New menu filter function.
1670
1671 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1672
1673 * diary-lib.el (list-diary-entries): Don't try to go forward at
1674 the end of the buffer.
1675
1676 2000-02-29 Kenichi Handa <handa@etl.go.jp>
1677
1678 * international/mule-diag.el (list-character-sets): Completely
1679 rewritten.
1680 (sort-listed-character-sets): New function.
1681 (list-character-sets-1): Completely rewritten.
1682 (list-character-sets-2): New function.
1683 (non-iso-charset-alist): New variable.
1684 (decode-codepage-char): New function.
1685 (charset-history): New variable.
1686 (read-charset) (list-block-of-chars)
1687 (list-iso-charset-chars)
1688 (list-non-iso-charset-chars)
1689 (list-charset-chars): New functions.
1690 (mule-diag): Call list-character-sets-2, not
1691 list-character-sets-2.
1692 (dump-charsets): Likewise.
1693
1694 2000-02-29 Gerd Moellmann <gerd@gnu.org>
1695
1696 * dired-x.el (dired-filename-at-point): Add `@' to valid
1697 file name characters.
1698 (dired-filename-at-point): Handle ange-ftp file names.
1699
1700 * frame.el (frame-notice-user-settings): Use assq-delete-all
1701 instead of assoc-delete-all.
1702 (frame-notice-user-settings): Ditto.
1703
1704 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
1705 Don't copy alist.
1706
1707 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
1708
1709 * calculator.el (calculator-use-menu): New option.
1710 (calculator-initial-bindings): Changed some bindings to work as
1711 macros.
1712 (calculator-forced-input): Removed.
1713 (calculator-restart-other-mode): New variable.
1714 (calculator-mode-map): Set up menu.
1715
1716 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
1717
1718 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
1719 tags.
1720
1721 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
1722
1723 * viper-cmd.el (viper-envelop-ESC-key): added the option to
1724 translate all ESC key sequences.
1725 (viper-goto-mark-subr): restore markers for files for which
1726 they were saved.
1727 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
1728 * viper-util.el (viper-set-replace-overlay-glyphs,
1729 viper-set-replace-overlay): always check if the replacement
1730 overlay is live.
1731 * viper.el (viper-vi-state-mode-list): added major modes.
1732 * ediff-wind.el: minor comment changes.
1733 * ediff.el: copyright notice date fix.
1734
1735 2000-02-27 Jason Rumney <jasonr@gnu.org>
1736
1737 * faces.el (face-font-family-alternatives): Add arial to helv.
1738 (mode-line, header-line, tool-bar): Same default as x for w32.
1739 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
1740 face-font-family-alternatives from working.
1741 * term/w32-win.el (mouse-set-font): Do not build fontset from
1742 chosen font.
1743
1744 2000-02-25 Sam Steingold <sds@goems.com>
1745
1746 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
1747 properly.
1748
1749 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1750
1751 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
1752
1753 2000-02-25 Gerd Moellmann <gerd@gnu.org>
1754
1755 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
1756 writable.
1757
1758 * frame.el (busy-cursor-delay-seconds): New option.
1759
1760 2000-02-24 Gerd Moellmann <gerd@gnu.org>
1761
1762 * frame.el (show-cursor-in-non-selected-windows): New option.
1763
1764 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1765
1766 * diary-lib.el (include-other-diary-files): Undo the selective
1767 display in any included file and don't kill it.
1768
1769 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
1770
1771 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
1772 bar. Menu items converted to (menu-item format, help strings
1773 added.
1774 [downcase, upcase]: Don't enable on MS-DOS.
1775 [symlink, symlinks]: Don't show if make-symbolic-link is not
1776 bound.
1777 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
1778
1779 2000-02-23 Dave Love <fx@gnu.org>
1780
1781 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
1782 (backward-kill-word): Revert addition of * to interactive spec --
1783 it's a feature.
1784
1785 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
1786 (backward-kill-sentence, kill-sentence): Likewise.
1787
1788 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
1789 scratch buffer name.
1790 (gud-format-command): Use int-to-string in ?l case. Simplify
1791 slightly.
1792
1793 * term/w32-win.el (internal-face-interactive): Update prompt for
1794 new read-face-name.
1795
1796 * mail/footnote.el (footnote): Add :version to defgroup.
1797 (footnote-section-tag-regexp): Customize.
1798 (footnote-start-tag, footnote-end-tag): New option.
1799 (footnote-latin-regexp): New variable.
1800 (Footnote-latin): New function.
1801 (footnote-style-alist): Add element for latin style.
1802 (footnote-style): Moved.
1803 (Footnote-goto-footnote): Use eq to test arg.
1804
1805 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
1806
1807 * emacs-lisp/byte-opt.el: Change old backquote syntax.
1808 (byte-compile-trueconstp): Include keywords.
1809 (byte-optimize-quote, byte-optimize-lapcode): Use
1810 byte-compile-const-symbol-p.
1811 (byte-optimize-char-before): New optimization.
1812
1813 * emacs-lisp/bytecomp.el: Change old backquote syntax.
1814 (byte-compile-const-symbol-p): New function.
1815 (byte-compile-constp, byte-compile-out-toplevel)
1816 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
1817 Use it.
1818
1819 * subr.el (define-key-after): Default AFTER to t. Doc fix.
1820
1821 2000-02-23 Kenichi Handa <handa@etl.go.jp>
1822
1823 * international/encoded-kb.el: Be sure to update minor-mode-alist
1824 and minor-mode-map-alist.
1825 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
1826 codes SS2 and SS3 correctly.
1827 (encoded-kbd-self-insert-ccl): New function.
1828 (encoded-kbd-setup-keymap): New function.
1829 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
1830 by calling encoded-kbd-setup-keymap.
1831
1832 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
1833 characters.
1834 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
1835 locally.
1836
1837 2000-02-22 Dave Love <fx@gnu.org>
1838
1839 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
1840 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
1841 defvar.
1842 (lisp-mode-syntax-table): Set up for #|...|# comments.
1843 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
1844 classes. Match `defface'.
1845 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
1846 (eval-defun-1): Fix for defcustom.
1847 (lisp-indent-region): Doc fix.
1848
1849 * subr.el (when, unless, split-string): Doc fix.
1850 (read-passwd): Move call of clear-this-command-keys to the right
1851 place.
1852 (replace-regexps-in-string): New function.
1853
1854 2000-02-22 Gerd Moellmann <gerd@gnu.org>
1855
1856 * help.el (describe-variable): Set syntax table to
1857 emacs-lisp-mode-syntax-table when moving forward over the
1858 symbol's name.
1859
1860 2000-02-22 Dave Love <fx@gnu.org>
1861
1862 * xt-mouse.el: Doc fixes.
1863 (xterm-mouse-position-function): New function, replacing advice of
1864 mouse-position.
1865 (xterm-mouse-mode): Use it. Don't turn on under a window system.
1866
1867 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
1868
1869 2000-02-21 Gerd Moellmann <gerd@gnu.org>
1870
1871 * format.el (format-annotate-single-property-change): Handle
1872 properties.with dotted-list values.
1873 (format-proper-list-p): New function.
1874
1875 * enriched.el (enriched-face-ans): Handle '(foreground-color
1876 . COLOR) and (background-color . COLOR).
1877
1878 2000-02-20 Dave Love <fx@gnu.org>
1879
1880 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
1881 and assignments to it.
1882 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
1883 current local map.
1884 (make-flyspell-overlay): Use it.
1885 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
1886
1887 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
1888 (lm-get-header-re): Defun, not defsubst.
1889 (lm-get-package-name): Defun, not defsubst. Simplify.
1890 (lm-version): Doc fix. Simplify.
1891 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
1892 (lm-crack-address, lm-last-modified-date, lm-commentary)
1893 (lm-verify, lm-synopsis): Simplify.
1894 (lm-report-bug): Require emacsbug. Use compose-mail.
1895
1896 2000-02-20 Gerd Moellmann <gerd@gnu.org>
1897
1898 * dired.el (dired-mode): Call propertized-buffer-identification
1899 to set mode-line-buffer-identification to something having
1900 the right text properties.
1901
1902 * bindings.el (propertized-buffer-identification): New function.
1903
1904 2000-02-20 Dave Love <fx@gnu.org>
1905
1906 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
1907 check for t-mouse too.
1908
1909 * cus-start.el: Make echo-keystrokes `number'.
1910
1911 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1912
1913 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
1914 Don't call ring-empty-p unless tags-location-ring is bound.
1915 From Noah Friedman <friedman@splode.com>.
1916
1917 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
1918
1919 * progmodes/hideshow.el (hs-flag-region): No longer use
1920 `intangible' overlay property.
1921
1922 (hs-toggle-hiding): New command.
1923 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
1924
1925 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
1926 Fix omission bug: Run `hs-minor-mode-hook' for both activation
1927 and deactivation.
1928
1929 2000-02-18 Gerd Moellmann <gerd@gnu.org>
1930
1931 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
1932
1933 2000-02-17 Gerd Moellmann <gerd@gnu.org>
1934
1935 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
1936
1937 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
1938 of `*' to handle `(* ... *)' comments.
1939
1940 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
1941
1942 * faces.el (list-faces-display): Use display-mouse-p instead of
1943 window-system.
1944
1945 * menu-bar.el (global-map): Menu-bar items converted to the new
1946 format (menu-item..., rearranged for better CUA compliance, and
1947 their names changed for better clarity. Help strings added.
1948
1949 * international/mule-cmds.el (mule-menu-keymap)
1950 (describe-language-environment-map, set-coding-system-map)
1951 (setup-language-environment-map): Convert to new (menu-item...
1952 form, add help strings. Change names of menu items for better
1953 clarity. "Mule" menu-bar item removed (it's now in the "Options"
1954 submenu).
1955
1956 2000-02-17 Gerd Moellmann <gerd@gnu.org>
1957
1958 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
1959 within the code.
1960
1961 2000-02-16 Dave Love <fx@gnu.org>
1962
1963 * faces.el: Don't require custom. Add more specific :groups to
1964 various deffaces.
1965 (set-face-attribute): Purecopy args.
1966 (read-face-name): Default to name at point and use it in prompt.
1967 Remove colon from arg in all callers.
1968 (list-faces-display): Hyperlink to face descriptions and customize
1969 buffers.
1970
1971 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
1972
1973 * wid-edit.el (widget-match-inline): An atom never matches a
1974 list.
1975
1976 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1977
1978 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1979 at ':' characters by call to split-string.
1980
1981 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1982
1983 * textmodes/bibtex.el: Added RCS version identification.
1984
1985 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1986
1987 * textmodes/bibtex.el: Some temporary comments removed.
1988 (bibtex-field-name, bibtex-entry-type): Made the relationship
1989 explicit.
1990 (bibtex-field-const): Allow capital letters.
1991 (bibtex-start-of-string): Deleted because unused.
1992
1993 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1994 use the term 'reference' to describe a bibtex entry as a whole.
1995 Further, reference keys are no longer called 'labels'.
1996 (bibtex-keys): Renamed to bibtex-reference-keys.
1997 (bibtex-reformat-previous-labels): Renamed to
1998 bibtex-reformat-previous-reference-keys.
1999 (bibtex-reference-type): Renamed to bibtex-entry-type.
2000 (bibtex-reference-head): Renamed to bibtex-entry-head.
2001 (bibtex-reference-maybe-empty-head): Renamed to
2002 bibtex-entry-maybe-empty-head.
2003 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2004 (bibtex-search-reference): Renamed to bibtex-search-entry.
2005 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2006 bibtex-enclosing-entry-maybe-empty-head.
2007 (bibtex-entry-field-alist, bibtex-entry-head,
2008 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2009 bibtex-map-entries, bibtex-search-entry,
2010 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2011 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2012 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2013 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2014 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2015 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2016 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2017
2018 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2019
2020 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2021 comment.
2022 (bibtex-format-field-delimiters): New function, functionality
2023 extracted from bibtex-format-entry.
2024 (bibtex-autokey-get-yearfield-digits): New function, functionality
2025 extracted from bibtex-autokey-get-yearfield.
2026
2027 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2028 entries in order to avoid stack overflow in the regexp matcher if
2029 field contents become large.
2030 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2031 bibtex-field-string-part-not-braced,
2032 bibtex-field-string-part-no-inner-braces,
2033 bibtex-field-string-part-1-inner-brace,
2034 bibtex-field-string-part-2-inner-braces,
2035 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2036 bibtex-field-string-quoted, bibtex-field-string,
2037 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2038 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2039 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2040 as parsing is now performed by the following functions.
2041 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2042 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2043 bibtex-parse-field-string, bibtex-search-forward-field-string,
2044 bibtex-parse-association, bibtex-field-name-for-parsing,
2045 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2046 bibtex-search-forward-field, bibtex-search-backward-field,
2047 bibtex-start-of-field, bibtex-end-of-field,
2048 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2049 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2050 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2051 bibtex-parse-string, bibtex-search-forward-string,
2052 bibtex-search-backward-string, bibtex-start-of-string,
2053 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2054 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2055 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2056 entries. Instead of reporting the results of the parsing by
2057 match-beginning or match-end, these functions return data structures
2058 that hold the corresponding positions.
2059 (bibtex-enclosing-field): Changed to also report field boundaries by
2060 return values rather than by match-beginning or match-end. The
2061 following functions have been adapted to use the new parsing
2062 functions.
2063 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2064 bibtex-enclosing-field, bibtex-format-entry,
2065 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2066 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2067 bibtex-print-help-message, bibtex-end-of-entry,
2068 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2069 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2070 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2071 method for parsing.
2072 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2073 bibtex-map-entries, bibtex-flash-head,
2074 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2075 bibtex-autokey-change, bibtex-autokey-get-namefield,
2076 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2077 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2078 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2079 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2080 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2081 order to make the new binding of case-fold-search immediately
2082 visible.
2083
2084 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2085
2086 * textmodes/bibtex.el: Copyright notice is up to date.
2087 Added constant 'bibtex-maintainer-salutation.
2088
2089 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2090 than make-temp-name, use match-string-no-properties and eliminate
2091 a quadratic behavior when building bibtex-strings.
2092
2093 * bibtex.el (bibtex-reference-key): Accept string entries whose
2094 reference key contains upper case letters.
2095
2096 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2097
2098 * bibtex.el (bibtex-reference-head): Allow entries to start with
2099 a new line.
2100
2101 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2102
2103 * bibtex.el: Hiding of entry bodies is not longer provided by
2104 bibtex.el directly. Instead the hideshow package can be used.
2105 Added a special bibtex entry to hs-special-modes-alist.
2106 (bibtex-hs-forward-sexp): Added for hideshow.el.
2107
2108 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2109
2110 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2111 at ':' characters by call to split-string.
2112
2113 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2114
2115 * textmodes/bibtex.el: Added RCS version identification.
2116
2117 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2118
2119 * textmodes/bibtex.el: Some temporary comments removed.
2120 (bibtex-field-name, bibtex-entry-type): Made the relationship
2121 explicit.
2122 (bibtex-field-const): Allow capital letters.
2123 (bibtex-start-of-string): Deleted because unused.
2124
2125 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2126 use the term 'reference' to describe a bibtex entry as a whole.
2127 Further, reference keys are no longer called 'labels'.
2128 (bibtex-keys): Renamed to bibtex-reference-keys.
2129 (bibtex-reformat-previous-labels): Renamed to
2130 bibtex-reformat-previous-reference-keys.
2131 (bibtex-reference-type): Renamed to bibtex-entry-type.
2132 (bibtex-reference-head): Renamed to bibtex-entry-head.
2133 (bibtex-reference-maybe-empty-head): Renamed to
2134 bibtex-entry-maybe-empty-head.
2135 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2136 (bibtex-search-reference): Renamed to bibtex-search-entry.
2137 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2138 bibtex-enclosing-entry-maybe-empty-head.
2139 (bibtex-entry-field-alist, bibtex-entry-head,
2140 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2141 bibtex-map-entries, bibtex-search-entry,
2142 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2143 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2144 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2145 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2146 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2147 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2148 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2149
2150 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2151
2152 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2153 comment.
2154 (bibtex-format-field-delimiters): New function, functionality
2155 extracted from bibtex-format-entry.
2156 (bibtex-autokey-get-yearfield-digits): New function, functionality
2157 extracted from bibtex-autokey-get-yearfield.
2158
2159 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2160 entries in order to avoid stack overflow in the regexp matcher if
2161 field contents become large.
2162 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2163 bibtex-field-string-part-not-braced,
2164 bibtex-field-string-part-no-inner-braces,
2165 bibtex-field-string-part-1-inner-brace,
2166 bibtex-field-string-part-2-inner-braces,
2167 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2168 bibtex-field-string-quoted, bibtex-field-string,
2169 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2170 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2171 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2172 as parsing is now performed by the following functions.
2173 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2174 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2175 bibtex-parse-field-string, bibtex-search-forward-field-string,
2176 bibtex-parse-association, bibtex-field-name-for-parsing,
2177 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2178 bibtex-search-forward-field, bibtex-search-backward-field,
2179 bibtex-start-of-field, bibtex-end-of-field,
2180 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2181 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2182 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2183 bibtex-parse-string, bibtex-search-forward-string,
2184 bibtex-search-backward-string, bibtex-start-of-string,
2185 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2186 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2187 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2188 entries. Instead of reporting the results of the parsing by
2189 match-beginning or match-end, these functions return data structures
2190 that hold the corresponding positions.
2191 (bibtex-enclosing-field): Changed to also report field boundaries by
2192 return values rather than by match-beginning or match-end. The
2193 following functions have been adapted to use the new parsing
2194 functions.
2195 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2196 bibtex-enclosing-field, bibtex-format-entry,
2197 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2198 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2199 bibtex-print-help-message, bibtex-end-of-entry,
2200 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2201 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2202 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2203 method for parsing.
2204 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2205 bibtex-map-entries, bibtex-flash-head,
2206 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2207 bibtex-autokey-change, bibtex-autokey-get-namefield,
2208 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2209 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2210 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2211 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2212 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2213 order to make the new binding of case-fold-search immediately
2214 visible.
2215
2216 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2217
2218 * textmodes/bibtex.el: Copyright notice is up to date.
2219 Added constant 'bibtex-maintainer-salutation.
2220
2221 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2222 than make-temp-name, use match-string-no-properties and eliminate
2223 a quadratic behavior when building bibtex-strings.
2224
2225 * bibtex.el (bibtex-reference-key): Accept string entries whose
2226 reference key contains upper case letters.
2227
2228 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2229
2230 * bibtex.el (bibtex-reference-head): Allow entries to start with
2231 a new line.
2232
2233 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2234
2235 * bibtex.el: Hiding of entry bodies is not longer provided by
2236 bibtex.el directly. Instead the hideshow package can be used.
2237 Added a special bibtex entry to hs-special-modes-alist.
2238 (bibtex-hs-forward-sexp): Added for hideshow.el.
2239
2240 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2241
2242 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2243 proceedings entry type (for cross referencing). Thanks to Wagner
2244 Toledo Correa for the suggestion.
2245
2246 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2247
2248 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2249
2250 * international/characters.el: Setup case table for Vietnamese.
2251
2252 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2253
2254 * uniquify.el (toplevel): Require CL at compile time.
2255 (uniquify-push): Removed.
2256
2257 * shadowfile.el (shadow-when): Removed.
2258
2259 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2260 (tempo-process-and-insert-string): Use dolist instead of
2261 tempo-dolist.
2262
2263 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2264 regexp for paragraph-start.
2265
2266 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2267 commas as well.
2268
2269 2000-02-10 Dave Love <fx@gnu.org>
2270
2271 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2272 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2273 Deleted.
2274 (widget-specify-field, widget-specify-button): Don't use
2275 widget-mouse-help as help-echo property.
2276 (default): Use #'ignore for :validate and :mouse-down-action.
2277 (checkbox): Add help-echo.
2278 (widget-sexp-validate): Rewritten to clarify error messages.
2279 (character): Use char-valid-p in :match function.
2280 (widget-color-complete): Use facemenu-color-alist.
2281 (widget-color-action): Use facemenu-read-color.
2282
2283 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2284 set up `caar' &c that we now have.
2285
2286 2000-02-09 Ray Blaak <blaak@gnu.org>
2287
2288 * delphi.el: Make resourcestring a declaration region, like const
2289 and var.
2290
2291 2000-02-09 Dave Love <fx@gnu.org>
2292
2293 * bindings.el (mode-line-input-method-map): New variable.
2294 (mode-line-mule-info): Use it; fix last change.
2295 (mode-line-mode-menu): Move definition.
2296 (mode-line-mouse-sensitive-p): Deleted.
2297 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2298 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2299 level.
2300
2301 * startup.el (command-line-1): Don't call
2302 make-mode-line-mouse-sensitive.
2303
2304 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2305
2306 * mail/rmail.el (rmail-retry-failure): Use
2307 rmail-beginning-of-message before rmail-toggle-header, because the
2308 former toggles headers.
2309
2310 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2311
2312 * diff-mode.el (diff-kill-junk): New interactive function.
2313 (diff-reverse-direction): Use delete-and-extract-region.
2314 (diff-post-command-hook): Restrict the area so that the hook also works
2315 outside of any diff hunk. This is necessary for the minor-mode.
2316 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2317 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2318
2319 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2320 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2321 so that it can be used more easily in <foo>-mode-hook. Also make sure
2322 to avoid duplicate entries.
2323 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2324 (font-lock-remove-keywords): Just as was done for `add', allow it to
2325 work even if font-lock-mode is nil. Also make sure we don't modify
2326 any pre-existing list by forcing a copy-sequence. Finally rename
2327 `major-mode' to `mode'.
2328 (font-lock-fontify-syntactic-anchored-keywords)
2329 (font-lock-fontify-anchored-keywords)
2330 (font-lock-fontify-keywords-region): Use line-end-position.
2331 Don't make `font-lock-multiline' local (it's now done in
2332 font-lock-set-defaults).
2333 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2334 move the `font-lock-fontified' creation to inside the `unless'.
2335
2336 2000-02-06 Andrew Innes <andrewi@gnu.org>
2337
2338 * term/w32-win.el (x-handle-args): Comment out call to message,
2339 which occurs before window system is initialized.
2340
2341 * makefile.nt: Add support for recompiling lisp code.
2342
2343 2000-02-04 Dave Love <fx@gnu.org>
2344
2345 * bindings.el (mode-line-mule-info): Fix/extend last change.
2346
2347 * completion.el: Replace completion-dolist with dolist.
2348
2349 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2350 dotimes.
2351
2352 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2353
2354 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2355 environment names before they go into the section regexp.
2356
2357 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2358 char class in regexp.
2359
2360 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2361 `case-fold-search' to nil.
2362
2363 * progmodes/idlwave.el (idlwave-template): Respect
2364 `idlwave-abbrev-change-case'.
2365 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2366 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2367 idlwave-while): respect `idlwave-reserved-word-upcase'.
2368 (idlwave-rw-case): New function.
2369 (idlwave-statement-match): Fixed problem with assignment regexp.
2370 (idlwave-font-lock-keywords): Improved regexp for keyword
2371 parameters.
2372 (idlwave-surround): New argument LENGTH to support padding of
2373 operators longer than 1 char.
2374
2375 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2376 idlwave-shell-expression-overlay. Implemented printing of
2377 expressions on higher levels of the calling stack.
2378 (idlwave-shell-display-level-in-calling-stack): Restore stack
2379 level.
2380 (idlwave-retrieve-expression-from-level): New function.
2381 (idlwave-shell-last-calling-stack): Variable removed.
2382 (idlwave-shell-reset): Argument action reversed (`visible' to
2383 `hidden'). Also remove stop-line overlay.
2384 (idlwave-shell-calling-stack-routine): New variable.
2385 (idlwave-shell-parse-stack-and-display): Messages now display
2386 negative level numbers.
2387 (idlwave-shell-mode): Set `modeline-format'.
2388 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2389 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2390 21.
2391 (idlwave-shell-print-expression-function): New option.
2392
2393 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2394 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2395 `tool-bar' instead of `toolbar'.
2396
2397 2000-02-02 Dave Love <fx@gnu.org>
2398
2399 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2400 emacs-lisp-mode-hook. Don't check for defalias being defined.
2401
2402 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2403 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2404 the new builtins directly.
2405
2406 * whitespace.el (whitespace): Add :version to defgroup.
2407
2408 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2409 Doc fix.
2410
2411 * thingatpt.el (sexp-at-point, symbol-at-point)
2412 (number-at-point, list-at-point): Add autoload cookie.
2413
2414 * recentf.el (recentf): Add :version to defgroup.
2415
2416 * quickurl.el (quickurl): Add :version to defgroup.
2417
2418 * elide-head.el (elide-head): Use point-marker more.
2419
2420 * bs.el (bs): Add :version to defgroup.
2421
2422 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2423
2424 * progmodes/delphi.el (delphi): Add :version to defgroup.
2425
2426 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2427
2428 * ange-ftp.el (ange-ftp-write-region): Handle case that
2429 succeeding process operation sets a different coding system.
2430
2431 * calculator.el: New file.
2432
2433 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2434
2435 * frame.el (frames-on-display-list, framep-on-display): New
2436 functions.
2437 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2438 (display-selections-p, display-screens, display-pixel-width)
2439 (display-pixel-height, display-mm-width, display-mm-height)
2440 (display-backing-store, display-save-under, display-planes)
2441 (display-color-cells, display-visual-class): New functions.
2442
2443 * term/tty-colors.el (tty-color-gray-shades): New function.
2444
2445 * faces.el (display-color-p): Use framep-on-display.
2446 (display-grayscale-p): New function.
2447
2448 2000-01-31 Dave Love <fx@gnu.org>
2449
2450 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2451 (create-fontset-from-x-resource): Don't concat integers.
2452
2453 2000-01-31 Inge Frick <inge@nada.kth.se>
2454
2455 * view.el: Some changes in documentation. Removed some trailing
2456 whitespace. Changed some parameter names to agree with
2457 documentation.
2458 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2459 window is not deleted. Modifies change 1998-04-26.
2460
2461 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2462
2463 * windmove.el: New file.
2464
2465 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2466 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2467 progmodes/ebnf-yac.el: Update copyright and license info.
2468
2469 * jit-lock.el (jit-lock-function): Widen before calculating end
2470 position.
2471 (jit-lock-stealth-chunk-start): Rewritten.
2472
2473 * info.el (Info-title-face-alist): Removed.
2474 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2475 faces.
2476 (Info-fontify-node): Use these faces.
2477
2478 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2479
2480 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2481 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2482 `&allow-other-keywords'.
2483
2484 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2485 the list of directories scanned heuristically.
2486
2487 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2488 exist.
2489
2490 2000-01-30 Jason Rumney <jasonr@gnu.org>
2491
2492 * w32-fns.el: Define w32-tty-standard-colors.
2493
2494 * startup.el (command-line): Use w32-tty-standard-colors when in
2495 w32 console mode.
2496
2497 2000-01-30 Dave Love <fx@gnu.org>
2498
2499 * jka-compr.el (jka-compr-load): Fix up load-history.
2500
2501 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2502
2503 * emacs-lisp/cl-macs.el: Revert previous change.
2504
2505 2000-01-29 Dave Love <fx@gnu.org>
2506
2507 * facemenu.el: Purecopy various strings.
2508
2509 * timezone.el (timezone-fix-time): Window against 69 for two-digit
2510 years. Deal with three-digit years.
2511
2512 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2513 defconst, purecopy.
2514 (help-back-label): Purecopy it.
2515
2516 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2517
2518 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2519 variable. If non-nil, order the buffer list according to the
2520 currently selected frame.
2521 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2522 non-nil, pass the selected frame to function buffer-list.
2523
2524 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2525
2526 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2527
2528 2000-01-28 Dave Love <fx@gnu.org>
2529
2530 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2531
2532 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2533 Don't use lisp-indent-hook property.
2534 (cl-abs): Remove.
2535
2536 * subr.el: Move out indent and edebug specs for when and unless.
2537
2538 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2539 when, unless.
2540
2541 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2542 unless, when.
2543
2544 2000-01-28 Gerd Moellmann <gerd@gnu.org>
2545
2546 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2547 `collecting' as synonym for `collect'.
2548
2549 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2550 for the case it contains spaces.
2551
2552 * simple.el (what-cursor-position): Change formatting of
2553 messages.
2554
2555 * frame.el (delete-other-frames): New function.
2556 (toplevel): Bind it to C-x 5 1.
2557
2558 * sort.el (sort-numeric-base): New option.
2559 (sort-numeric-fields): If number starts with `0' or `0[xX[',
2560 interpret it as octal or hexadecimal. Use sort-numeric-base
2561 as default base.
2562
2563 * progmodes/glasses.el: New file.
2564
2565 2000-01-27 Gerd Moellmann <gerd@gnu.org>
2566
2567 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2568 userids differently.
2569
2570 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2571 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2572 progmodes/ebnf-yac.el: New files.
2573
2574 2000-01-26 Dave Love <fx@gnu.org>
2575
2576 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2577 on a function with an empty body. [From Eric Ludlam.]
2578
2579 2000-01-25 Andre Spiegel <spiegel@gnu.org>
2580
2581 * vc.el (vc-version-diff): Make sure file name is expanded.
2582
2583 2000-01-25 Gerd Moellmann <gerd@gnu.org>
2584
2585 * scroll-bar.el (scroll-bar-timer): Variable removed.
2586 (scroll-bar-toolkit-scroll): Don't use a timer.
2587
2588 2000-01-25 Kenichi Handa <handa@etl.go.jp>
2589
2590 * language/thai-util.el (thai-composition-function): Delete
2591 superfluous `a'.
2592
2593 2000-01-24 Dave Love <fx@gnu.org>
2594
2595 * fortran.el (fortran-mode): Use beginning-of-defun-function,
2596 end-of-defun-function.
2597
2598 * font-lock.el (turn-on-font-lock): Don't depend on window-system
2599 &c.
2600
2601 2000-01-22 Jason Rumney <jasonr@gnu.org>
2602
2603 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2604 conflicts with new face support.
2605
2606 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2607
2608 * replace.el (query-replace): Rename last arg to DELIMITED.
2609 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2610 (query-replace-regexp): Likewise.
2611
2612 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2613
2614 * subr.el (with-syntax-table): Use make-symbol, not gensym.
2615
2616 * emacs-lisp/lisp.el (beginning-of-defun-function):
2617 Variable renamed from beginning-of-defun.
2618 Do not call make-variable-buffer-local.
2619 (beginning-of-defun-raw): Use new variable name; doc fix.
2620 (beginning-of-defun): Doc fix.
2621 (end-of-defun-function): Variable renamed from end-of-defun.
2622 Do not call make-variable-buffer-local.
2623 (end-of-defun): Use new variable name; doc fix.
2624
2625 * subr.el (dolist, dotimes): Copied from cl-macs.el
2626 and made to work.
2627
2628 * mail/undigest.el (rmail-digest-end-regexps):
2629 Variable replaces rmail-digest-end-regexp.
2630 Allows multiple regexps for detecting the end line.
2631 (undigestify-rmail-message): Corresponding changes.
2632
2633 2000-01-19 Dave Love <fx@gnu.org>
2634
2635 * files.el (user-init-file): Don't declare here -- is primitive.
2636
2637 * startup.el (command-line): Check for compiled user-init-file and
2638 set to uncompiled version if necessary.
2639
2640 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2641
2642 * mail/undigest.el (rmail-digest-end-regexp): New user option.
2643 (undigestify-rmail-message): Use it.
2644
2645 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2646
2647 2000-01-17 Gerd Moellmann <gerd@gnu.org>
2648
2649 * tmm.el (tmm-goto-completions): Adapt to prompt being part
2650 of mini-buffer.
2651
2652 2000-01-14 Gerd Moellmann <gerd@gnu.org>
2653
2654 * emacs-lisp/copyright.el (copyright-update): Removed the
2655 requirement for a trailing space from `copyright-regexp', to
2656 support copyrights with owner specified on a separate line..
2657
2658 * align.el: New file.
2659
2660 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
2661
2662 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
2663
2664 2000-01-13 Dave Love <fx@gnu.org>
2665
2666 * ph.el: Removed. (Obsoleted by EUDC.)
2667
2668 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2669
2670 * net/eudc.el (toplevel): Remove autoloaded code installing
2671 menu with easymenu, because that causes build problems.
2672
2673 * frame.el (frame-notice-user-settings): New variable.
2674 (frame-notice-user-settings): Don't modify frame parameters
2675 if called a second time.
2676
2677 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2678
2679 * frame.el (frame-notice-user-settings):
2680 Notice default-frame-parameters even for non-window frames.
2681
2682 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2683
2684 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
2685 for Emacs.
2686 (eudc-bob-can-display-inline-images): Extend for Emacs.
2687 (eudc-bob-toggle-inline-display): Ditto.
2688 (eudc-bob-display-jpeg): Ditto.
2689
2690 2000-01-12 Gerd Moellmann <gerd@gnu.org>
2691
2692 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2693 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
2694 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
2695
2696 * add-log.el (add-change-log-entry): Fix error trying an `(insert
2697 nil)'.
2698
2699 * subdirs.el: Add `net' directory.
2700
2701 * net: New directory.
2702
2703 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
2704 eval-last-sexp. Don't bind debug-on-error here.
2705 (eval-last-sexp): New function. Bind debug-on-error if
2706 eval-expression-debug-on-error is non-nil.
2707 (eval-defun-2, eval-defun): Likewise.
2708
2709 * simple.el (eval-expression): Don't bind debug-on-error if
2710 eval-expression-debug-on-error is nil. Detect changed
2711 debug-on-error, and propagate new value to global binding, if
2712 eval-expression-debug-on-error is non-nil,
2713 (eval-expression-debug-on-error): Change doc string.
2714
2715 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2716
2717 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
2718
2719 * emacs-lisp/lisp-mode.el (with-syntax-table):
2720 Set up lisp-indent-function property.
2721
2722 * subr.el (with-syntax-table): Moved from simple.el.
2723
2724 * simple.el (with-syntax-table): Moved to subr.el.
2725
2726 2000-01-11 Gerd Moellmann <gerd@gnu.org>
2727
2728 * tmm.el (tmm-shortcut): Delete region after prompt instead
2729 of erasing buffer.
2730
2731 * textmodes/fill.el (fill-common-string-prefix): New function.
2732 (fill-context-prefix): Use the longest common prefix of first
2733 and second line fill prefix, if there is one.
2734
2735 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2736
2737 * array.el (array-mode): Don't use make-variable-buffer-local.
2738 Use make-local-variable for `truncate-lines'.
2739
2740 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
2741
2742 * add-log.el (add-log-current-defun): Handle user-defined
2743 add-log-current-function returning nil,
2744
2745 * add-log.el (add-change-log-entry): Insert version number
2746 if having found a current function
2747
2748 * add-log.el (add-log-current-defun): Call
2749 `add-log-current-defun-function'. Try matches at level 0 and
2750 level 1. Strip whitespace from defun found.
2751
2752 2000-01-10 John Wiegley <johnw@gnu.org>
2753
2754 * allout.el (isearch-done/outline-provisions): Added `edit'
2755 argument to correspond with the current definition of
2756 `isearch-done'.
2757
2758 2000-01-10 Dave Love <fx@gnu.org>
2759
2760 * elide-head.el (elide-head): Use point-marker, not point.
2761
2762 2000-01-10 Gerd Moellmann <gerd@gnu.org>
2763
2764 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
2765 before and after the year 2000.
2766
2767 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
2768 Add ispell- prefix.
2769
2770 2000-01-10 Ken Stevens <k.stevens@ieee.org>
2771
2772 * ispell.el: Only define dictionaries in menus when they exist.
2773 (version18p): New variable.
2774 (version20p): New variable.
2775 (xemacsp): New variable.
2776 (ispell-choices-win-default-height): Fix for XEmacs visibility.
2777 (ispell-dictionary-alist1): Added Brasileiro dictionary.
2778 (ispell-dictionary-alist6): Russian command lines no longer accept
2779 run-together words.
2780 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
2781 (ispell-dictionary-alist): Add koi8-r to customize definition.
2782 (check-ispell-version): Added documentation string. Returns
2783 library path when called non-interactively.
2784 (ispell-menu-map-needed): Uses new variables.
2785 (ispell-library-path): New variable.
2786 (ispell-decode-string): XEmacs fix for bogus variable bindings.
2787 (ispell-word): Improved documentation string. Test for valid
2788 character mappings. Correctly check typed in word changes that can
2789 result in single words split into multiple words. Returns
2790 replacement word.
2791 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
2792 replace in recursive query replace mode. Help message for
2793 recursive edit mode.
2794 (ispell-show-choices): Protect against bad framepop bindings.
2795 (ispell-help): Fix to work with XEmacs.
2796 (ispell-highlight-spelling-error): Use new variables.
2797 (ispell-overlay-window): Fix to work with XEmacs.
2798 (ispell-parse-output): Passed and returns location information
2799 tracking spelling corrections. Doesn't recheck same word on
2800 current line.
2801 (ispell-init-process): Protect against bogus XEmacs variable binding.
2802 Fix call to single argument in sleep-for. Use new variables.
2803 (ispell-region): Passed and returns location information tracking
2804 spelling corrections. Doesn't check same word on current line.
2805 Improved documentation string. Doesn't resend a line already
2806 checked to the ispell process - fixes bug in LaTeX parsing.
2807 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
2808 (ispell-skip-region): No longer skips <TT> in SGML.
2809 (ispell-process-line): Tracks location information with spelling
2810 corrections. Added documentation string. Accounts for words
2811 already accepted on this line. Don't allow query-replace on line
2812 starting with math characters. Doesn't resend a line already sent
2813 to ispell process. Fixes alignment error bug.
2814
2815 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2816
2817 * dired-x.el (dired-guess-shell-alist-default):
2818 Suggest xloadimage, which is free, not xv, which isn't.
2819
2820 * ange-ftp.el (ange-ftp-file-name-nondirectory):
2821 Don't ever include the host name or user name in the value.
2822
2823 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2824
2825 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
2826 of a real newline.
2827
2828 2000-01-09 Stephen Eglen <stephen@gnu.org>
2829
2830 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
2831 for .png files.
2832
2833 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
2834
2835 * cus-edit.el (custom-hook-convert-widget): Fix comment.
2836
2837 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2838
2839 * progmodes/cperl-mode.el: Replace ^F with ^L.
2840
2841 * sendmail.el (toplevel): Provide `sendmail' when compiling
2842 before `require'ing rmail and mailalias to prevent infinite
2843 recursion.
2844
2845 2000-01-08 Dave Love <fx@gnu.org>
2846
2847 * emacs-lisp/backquote.el: Remove inappropriate customization
2848 (allowing custom.el to use backquote).
2849
2850 2000-01-07 Dave Love <fx@gnu.org>
2851
2852 * add-log.el (add-log-debugging): Deleted.
2853 (add-change-log-entry): Treat a backup FILE-NAME as its parent
2854 file. Remove debugging code.
2855 (change-log-get-method-definition, change-log-name): Add doc.
2856 (change-log-sortable-date-at): New function.
2857 (change-log-merge): New command.
2858
2859 * time.el (display-time-string-forms): Make the Mail string active.
2860 (display-time-update): Provide help-echo for load average.
2861
2862 * bindings.el (make-mode-line-mouse2-map): New function.
2863 (mode-line-modified): Use it and simplify.
2864 (mode-line-mule-info): Provide help-echo info.
2865 (minor-mode-alist): Activate the strings.
2866 (make-mode-line-mouse-sensitive): Simplify for
2867 mode-line-buffer-identification.
2868
2869 2000-01-07 Gerd Moellmann <gerd@gnu.org>
2870
2871 * play/pong.el: New file.
2872
2873 2000-01-06 Dave Love <fx@gnu.org>
2874
2875 * array.el: Assorted cleanups for compiler warnings, doc strings,
2876 `array-' prefix for symbols.
2877
2878 2000-01-05 Dave Love <fx@gnu.org>
2879
2880 * textmodes/outline.el (outline-mode-menu-bar-map): Add
2881 outline-headers-as-kill.
2882 (outline-mode): Define imenu-generic-expression.
2883 (outline-headers-as-kill): New command.
2884
2885 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
2886 from paragraph-start.
2887 (paragraph-indent-minor-mode): New command.
2888
2889 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
2890 M-C-e, M-C-h, C-j, C-xnd, TAB.
2891 (fortran-mode): Set beginning-of-defun, end-of-defun.
2892 (fortran-column-ruler): Simplify.
2893 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
2894 (fortran-with-subprogram-narrowing): Likewise.
2895 (fortran-indent-subprogram): Call mark-defun.
2896 (fortran-check-for-matching-do): Change narrowing.
2897
2898 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
2899 (cl-lucid-hash-tag): Delete.
2900 (cl-hash-table-p): Correct test for native table.
2901 (cl-hash-table-count): Use hash-table-count.
2902
2903 * browse-url.el (browse-url): Fix case of
2904 browse-url-browser-function being an alist.
2905
2906 2000-01-05 Carsten Dominik <cd@gnu.org>
2907
2908 * textmodes/reftex-vars.el (reftex-parse-file-extension)
2909 (reftex-index-phrase-file-extension): New options.
2910
2911 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
2912 Use new option `reftex-index-phrase-file-extension'.
2913
2914 * textmodes/reftex.el (reftex-access-parse-file): Use new option
2915 `reftex-parse-file-extension'.
2916
2917 2000-01-05 Dave Love <fx@gnu.org>
2918
2919 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
2920 (beginning-of-defun-raw): Use it.
2921 (end-of-defun): New variable.
2922 (end-of-defun): Use it.
2923 (check-parens): New command.
2924
2925 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2926
2927 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
2928 (hs-show-block): Don't use `mapcar' when not accumulating.
2929
2930 Fix buglet in local variables initialization.
2931
2932 2000-01-05 Andreas Schwab <schwab@suse.de>
2933
2934 * hscroll.el (hscroll): Doc fix.
2935
2936 2000-01-05 Carsten Dominik <cd@gnu.org>
2937
2938 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
2939 idlw-toolbar.
2940
2941 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
2942 file idlw-rinfo.el.
2943 (idlwave-customize): load must read file idlw-shell.el.
2944 (idlwave-create-customize-menu): load must read file idlw-shell.el.
2945
2946 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
2947
2948 * progmodes/idlw-shell.el: Also provide idlwave-shell
2949 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
2950 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
2951
2952 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
2953 both reftex-dcr and reftex-vcr.
2954
2955 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
2956
2957 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2958
2959 * ps-print.el: PostScript code now is in separate files, doc fix.
2960 (ps-print-version): New version number (5.0.3).
2961 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
2962 local.
2963 (ps-spool-config): Initialization fix.
2964 (ps-print-prologue-1, ps-print-prologue-2)
2965 (ps-print-duplex-feature): PostScript code moved to separated file.
2966 (ps-background-image): Little code reformating.
2967 (ps-begin-file, ps-begin-job): Fix code.
2968 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
2969 (ps-prologue-file): New fun.
2970
2971 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2972
2973 * ps-vars.el: Eliminated.
2974
2975 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
2976 `;;;###autoload'.
2977
2978 * ps-print.el: ps-vars eliminated, doc fix.
2979 (ps-print-version): New version number (5.0.2).
2980 (ps-spool-config): Initialization fix.
2981 (ps-print-customize): New fun.
2982
2983 2000-01-04 Gerd Moellmann <gerd@gnu.org>
2984
2985 * autorevert.el (auto-revert-mode): Return value of
2986 auto-revert-mode.
2987
2988 2000-01-04 Dave Love <fx@gnu.org>
2989
2990 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
2991 menu items.
2992
2993 2000-01-03 Dave Love <fx@gnu.org>
2994
2995 * elide-head.el (elide-head) [defgroup]: Add :version.
2996
2997 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
2998 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
2999 `cl-hash-table-p', not `hash-table-p'.
3000 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3001
3002 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3003
3004 * faces.el (face-read-integer, read-face-attribute)
3005 (color-defined-p, color-values): unspecified-{f,b}g are now
3006 strings.
3007
3008 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3009
3010 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3011 at comment end, and re-insert them after filling.
3012
3013 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3014
3015 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3016 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3017 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3018
3019 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3020
3021 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3022 the new name of face-color-supported-p.
3023
3024 * term/w32-win.el (xw-defined-colors): Likewise.
3025
3026 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3027
3028 * simple.el (completion-setup-function): Count completion-size
3029 from minibuffer-prompt-end, not from point-min.
3030
3031 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3032
3033 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3034 Pass the frame to tty-color-* functions.
3035 (display-color-p, frame-set-background-mode): Pass the frame to
3036 tty-display-color-p.
3037
3038 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3039 tty-color-alist.
3040 (tty-color-alist, tty-modify-color-alist): New functions.
3041 (tty-color-define, tty-color-clear, tty-color-approximate)
3042 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3043 an optional parameter FRAME.
3044
3045 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3046
3047 * image.el (create-image, defimage): Don't assume image data is a
3048 string.
3049
3050 * image.el (defimage): Handle specifications containing :data
3051 instead of :file.
3052 (image-type-from-data): New function.
3053 (image-type-from-file-header): Use it.
3054 (create-image): Add parameter DATA-P.
3055
3056 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3057
3058 * echistory.el (electric-command-history): Call Command-history-setup
3059 and command-history-mode using their new conventions.
3060
3061 * chistory.el (Command-history-setup): Don't switch buffers. Take
3062 no args, and do not set major-mode, mode-name or the local map.
3063 (command-history-mode): New function, does some of those things
3064 Command-history-setup used to do.
3065 (list-command-history): Call command-history-mode, not
3066 Command-history-setup.
3067 (command-history): Renamed from command-history-mode.
3068
3069 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3070
3071 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3072
3073 1999-12-31 William M. Perry <wmperry@aventail.com>
3074
3075 * image.el (defimage): Images with the `:data' keyword should be
3076 considered valid as well.
3077
3078 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3079
3080 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3081 with FILE if FILE is nil.
3082
3083 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3084
3085 * simple.el (choose-completion-string): In minibuffer,
3086 do not delete the prompt string.
3087
3088 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3089
3090 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3091 assigned to mode-line-mode-menu because bindings.el is dumped with
3092 Emacs, and thus the lists used for menu-item definition will be
3093 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3094 like pure menu item definitions.
3095
3096 * expand.el (expand-abbrev-hook): Return t if expansion was
3097 done, nil otherwise.
3098
3099 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3100
3101 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3102 (tar-quit): Function deleted.
3103
3104 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3105
3106 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3107 was used but not declared.
3108
3109 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3110 hs-find-block-beginning): Add or modify docstrings.
3111
3112 (hs-isearch-show): Rewrite.
3113
3114 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3115
3116 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3117
3118 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3119 space in front of a C-style comment end.
3120
3121 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3122
3123 * startup.el (command-line-1): Make mode line mouse-sensitive for
3124 the MS-DOS version as well.
3125
3126 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3127
3128 * bs.el: New file.
3129
3130 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3131
3132 * textmodes/ispell.el (ispell-process-line):
3133 Add local var line-offset to adjust for the change
3134 in positions within the line, due to previous replacements.
3135
3136 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3137
3138 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3139 Doc fixes.
3140
3141 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3142
3143 * add-log.el (change-log-version-number-regexp-list)
3144 (change-log-version-info-enabled): Change :version to 21.1.
3145 (toplevel): Require CL when compiling.
3146
3147 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3148
3149 * add-log.el (change-log-version-number-regexp-list): Added tag
3150 :version 20.6
3151 (change-log-version-info-enabled): Added tag :version 20.6
3152
3153 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3154
3155 * add-log.el: More general version number search with
3156 user-configurable regexp list.
3157 (change-log-version-number-regexp-list): New user variable.
3158 (change-log-find-version): Rewritten. Use user-configurable
3159 version numbering regexp list
3160 change-log-version-number-regexp-list.
3161 (change-log-find-version): Renamed to
3162 change-log-version-number-search
3163 (add-log-file-name-function): New.
3164 (change-log-search-vc-number): Added END paramaeter. Added doc
3165 string to function.
3166 (change-log-version-rcs): Renamed. Was
3167 change-log-search-vc-number.
3168
3169 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3170
3171 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3172 overlays if they interfere.
3173 (compilation-find-file): Make intangible overlays tangible.
3174
3175 * progmodes/hideshow.el: Generally, synch w/ maintainer
3176 version 5.9.
3177
3178 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3179
3180 (hs-minor-mode-hook): Don't initialize.
3181
3182 (hs-special-modes-alist): Rewrite value and docstring.
3183
3184 (hs-minor-mode-prefix): Delete unused var.
3185
3186 (hs-block-start-mdata-select): New var, buffer local.
3187
3188 (hs-headline): New var.
3189
3190 (hs-match-data, hs-forward-sexp): New funcs.
3191
3192 (hs-hide-comment-region): New func.
3193
3194 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3195 hs-safety-is-job-n, hs-hide-initial-comment-block,
3196 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3197 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3198 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3199 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3200 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3201
3202 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3203 (hs-isearch-show-temporary): New funcs.
3204
3205 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3206
3207 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3208
3209 When constructing menu, use `[(shift button2)]' notation.
3210
3211 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3212
3213 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3214 (jka-compr-compression-info-list): Add new elt to each vector.
3215 (jka-compr-write-region): Don't compress the data if it is
3216 already compressed.
3217
3218 * jka-compr.el (jka-compr-really-do-compress): New variable.
3219 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3220 if visiting.
3221 (jka-compr-write-region): Set jka-compr-really-do-compress
3222 if visiting. Test it when deciding to compress.
3223
3224 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3225
3226 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3227 with third argument t.
3228
3229 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3230
3231 * antlr-mode.el: Version 1.2 is released.
3232 (antlr): This package has a web page.
3233
3234 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3235
3236 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3237 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3238 (antlr-mode-map): New binding [C-c C-c].
3239 (antlr-mode-menu): New entries.
3240
3241 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3242
3243 * antlr-mode.el: Respect Emacs conventions.
3244 ((require 'cl)): Only use during compilation.
3245 (antlr-language-for-option): New function to avoid using `find'.
3246 (antlr-mode): Use it.
3247 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3248 (antlr-imenu-create-index-function): Change accordingly.
3249 (antlr-inside-rule-p): Ditto.
3250 (antlr-end-of-rule): Ditto.
3251 (antlr-end-of-body): Ditto.
3252 (antlr-beginning-of-rule): Ditto.
3253 (antlr-indent-line): Ditto.
3254
3255 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3256
3257 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3258 (antlr-set-tabs): Don't use hard-coded values.
3259
3260 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3261 won't be possible without a huge time penalty.
3262 (antlr-skip-exception-part): Be more specific.
3263 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3264 Renamed from `antlr-skip-grammar-header'.
3265 (antlr-next-rule): Change accordingly.
3266 (antlr-end-of-body): Ditto. Better error message.
3267 (antlr-beginning-of-body): Better error message.
3268 (antlr-imenu-create-index-function): Skip rule action prelude.
3269
3270 * antlr-mode.el: Minor syntax highlighting changes.
3271 (antlr-font-lock-default-face): Deletia.
3272 (antlr-font-lock-tokendef-face): Changed color.
3273 (antlr-font-lock-tokenref-face): Changed color.
3274 (antlr-font-lock-literal-face): Changed color.
3275 (antlr-font-lock-additional-keywords): Minor changes.
3276
3277 1999-12-20 Carsten Dominik <cd@gnu.org>
3278
3279 * progmodes/idlwave.el: New file.
3280
3281 * progmodes/idlwave-rinfo.el: New file.
3282
3283 * progmodes/idlwave-shell.el: New file.
3284
3285 * progmodes/idlwave-toolbar.el: New file.
3286
3287 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3288
3289 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3290
3291 * progmodes/cwarn.el: New file.
3292
3293 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3294
3295 * bindings.el (completion-ignored-extensions): Add .pdf.
3296
3297 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3298
3299 * version.el: Put the version info into binary on MS-DOS as well.
3300
3301 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3302
3303 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3304 debugger-may-continue is nil.
3305
3306 1999-12-18 Dave Love <fx@gnu.org>
3307
3308 * emacs-lisp/cl-macs.el: Remove conditional definition of
3309 eval-when-compile. Don't specify abs, expt, gethash,
3310 hash-table-count, hash-table-p as side-effect-free here.
3311 (cl-emacs-type): Don't declare.
3312 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3313 (cl-parse-loop-clause): Remove compatibility code.
3314
3315 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3316 (side-effect-free-fns): Add gethash, hash-table-count.
3317 (side-effect-and-error-free-fns): Add hash-table-p.
3318
3319 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3320 `cl-' to autoload names for some hash functions. Don't autoload
3321 eval-when-compile. Don't provide mini-cl.
3322 (cl-emacs-type): Remove.
3323 (cl-map-extents): Remove compatibility code.
3324
3325 * emacs-lisp/float.el: Bind free variables.
3326
3327 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3328
3329 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3330
3331 * bindings.el (completion-ignored-extensions): Add .tfm.
3332
3333 1999-12-16 Dave Love <fx@gnu.org>
3334
3335 * faces.el (set-face-attribute): Purecopy the attributes set.
3336
3337 * custom.el (custom-declare-variable): Purecopy value.
3338
3339 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3340 (byte-extrude-byte-code-vectors): Use remprop.
3341 (byte-compile-lambda): Check that arg is a lambda.
3342
3343 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3344
3345 * font-lock.el: System for adding and removing keywords.
3346 Both local (previously added keyword) and global keywords
3347 can be removed.
3348 (font-lock-remove-keywords): New user-level function.
3349 (font-lock-update-removed-keyword-alist): New internal function.
3350 (font-lock-removed-keywords-alist): New variable.
3351 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3352 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3353 growing datastructures.
3354 (font-lock-set-defaults): Removes keywords stored in
3355 `font-lock-removed-keywords-alist' after local keywords added.
3356
3357 1999-12-16 Anders Lindgren <andersl@andersl.com>
3358
3359 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3360 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3361
3362 * font-lock.el (c-keywords): Only highlight preprocessor
3363 directives when spelled correctly.
3364
3365 * font-lock.el (font-lock-match-c++-structor-declaration,
3366 c++-keywords): Fontify constructors and destructors with function
3367 face inside C++ class declarations.
3368
3369 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3370
3371 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3372 the shell from sh-shell-file.
3373
3374 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3375
3376 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3377
3378 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3379 if one of the files specified cannot be accessed by
3380 file-attributes. Do not strip any leading directories from the
3381 file names, to behave more like `ls' does.
3382
3383 * dired.el (dired-get-filename): Handle absolute file names.
3384 (dired-readin-insert): If argument is a cons, don't print
3385 "wildcard" on the ``total'' line.
3386
3387 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3388
3389 * faces.el (face-read-integer, read-face-attribute)
3390 (color-defined-p, color-values): Allow color values unspecified-fg
3391 and unspecified-bg, handle them as unspecified.
3392
3393 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3394
3395 * textmodes/reftex.el: (reftex-compile-variables): respect new
3396 structure of `reftex-index-macro'
3397 (reftex-compile-variables): Use the changed structure of
3398 `reftex-label-alist'.
3399
3400 * textmodes/reftex-vars.el (reftex-index-math-format,
3401 (reftex-toc-max-level): New option.
3402 reftex-index-phrases-search-whole-words,
3403 reftex-index-phrases-case-fold-search,
3404 reftex-index-phrases-skip-indexed-matches,
3405 reftex-index-phrases-wrap-long-lines,
3406 reftex-index-phrases-sort-prefers-entry,
3407 reftex-index-phrases-sort-in-blocks): New options.
3408 (reftex-index-macros): Option structure changed.
3409 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3410 (reftex-label-alist): Additional item in each entry to specify if
3411 the environment should be listed in the TOC.
3412 (eval-when-compile (require 'cl)) added.
3413
3414 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3415 longer deals with "repeat".
3416 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3417 now used.
3418 (reftex-index-phrases-comment-regexp,
3419 reftex-index-phrases-macrodef-regexp,
3420 reftex-index-phrases-phrase-regexp1,
3421 reftex-index-phrases-phrase-regexp2,
3422 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3423 New constants.
3424 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3425 reftex-index-phrases-font-lock-keywords,
3426 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3427 reftex-index-phrases-restrict-file): New variables.
3428 (reftex-index-phrase-selection-or-word,
3429 reftex-index-visit-phrases-buffer,
3430 reftex-index-initialize-phrases-buffer,
3431 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3432 reftex-index-next-phrase, reftex-index-this-phrase,
3433 reftex-index-all-phrases, reftex-index-region-phrases,
3434 reftex-index-phrases-parse-header,
3435 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3436 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3437 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3438 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3439 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3440 reftex-index-make-replace-string,
3441 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3442 reftex-index-phrase-match-is-indexed,
3443 reftex-index-phrases-fixup-line,
3444 reftex-index-phrases-replace-space,
3445 reftex-index-select-phrases-macro): New functions.
3446 (reftex-index-globalize, reftex-index-globally): functions removed
3447 (eval-when-compile (require 'cl)) added.
3448
3449 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3450 for max level.
3451 (reftex-toc-max-level-indicator): New variable.
3452 (reftex-toc-max-level): New command.
3453 (reftex-toc-map): New keybinding `t'.
3454 (reftex-toc-help): Constant updated.
3455 (eval-when-compile (require 'cl)) added.
3456
3457 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3458 `t' command key can change `reftex-toc-max-level'
3459 (eval-when-compile (require 'cl)) added.
3460
3461 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3462 `reftex-toc-max-level'
3463 (eval-when-compile (require 'cl)) added.
3464
3465 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3466 added.
3467
3468 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3469 added.
3470
3471 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3472 commands.
3473 (reftex-citation, reftex-do-citation,
3474 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3475 preselect a citation format.
3476 (eval-when-compile (require 'cl)) added.
3477
3478 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3479 parameter to-end
3480 (reftex-section-info): Deal with environment matches.
3481 (eval-when-compile (require 'cl)) added.
3482
3483 * reftex-global.el (eval-when-compile (require 'cl)) added.
3484
3485 1999-12-15 Kenichi Handa <handa@etl.go.jp>
3486
3487 The following changes are for the new composition mechanism. We
3488 have deleted `composition' charset and composite characters,
3489 instead introduced a special text property `composition'.
3490
3491 * composite.el: New file.
3492
3493 * ps-mule.el: Define encode-composition-rule and find-composition
3494 for Emacs 20.4 and the earlier versions.
3495 (ps-mule-init-external-library): Just require a feature for
3496 external libraries.
3497 (ps-mule-prologue): Postscript code modified for new composition.
3498 (ps-mule-find-wrappoint): New arg COMPOSITION.
3499 (ps-mule-plot-string): Delete code for composite characaters.
3500 (ps-mule-plot-composition): New funcion.
3501 (ps-mule-prepare-font-for-components): New function.
3502 (ps-mule-plot-components): New function.
3503 (ps-mule-composition-prologue-generated): Renamed from
3504 ps-mule-cmpchar-prologue-generated.
3505 (ps-mule-composition-prologue): New named from
3506 ps-mule-cmpchar-prologue. Modified for new composition.
3507 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3508 ps-mule-prepare-cmpchar-font): Deleted.
3509 (ps-mule-string-encoding): New arg NO-SETFONT.
3510 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3511 check Composing, not Cmpchar
3512 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3513 to nil.
3514 (ps-mule-begin-job): Check existence of new composition.
3515
3516 * ps-print.el (ps-plot-region): Handle new composition.
3517
3518 * simple.el (what-cursor-position): Show "(composed)" if the
3519 character is composed.
3520
3521 * international/characters.el: Fix cateogries of Lao symbols.
3522
3523 * international/fontset.el (vertical-centering-font-regexp): New
3524 variable.
3525
3526 * international/mule.el (mule-version): Updated to 5.0 (AOI).
3527 (mule-version-date): Updated to 1999.12.7.
3528 (with-category-table): New macro.
3529
3530 * international/mule-cmds.el (encode-coding-char): Don't check
3531 composite character.
3532
3533 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3534 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3535 x-ctext): Give `composition' property t.
3536
3537 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3538 non-nil) at the tail of ALIST.
3539 (compose-region, decompose-region, decompse-string,
3540 reference-point-alist, compose-chars): Moved to composite.el.
3541 (compose-chars-component, compose-chars-rule,
3542 decompose-composite-char): Deleted.
3543
3544 * international/quail.el (quail-install-map): New optional arg
3545 NAME.
3546 (quail-get-translation): If DEF is a symbol but not a function,
3547 ignore it.
3548 (quail-start-translation): Put a key sequence undefined in the
3549 translation keymap in unread-command-events, not generated-events.
3550 Return parameterized event (compose-last-chars N) if the input
3551 characters should be composed.
3552 (quail-map-definition): If DEF is t, treat it as nil.
3553 (quail-delete-last-char): Delete the quail region.
3554 (quail-show-translations): Don't show list of translations if the
3555 quail package is deterministic.
3556 (quail-completion-max-depth): New variable.
3557 (quail-completion-1): Pay attention to the above variable. Fix
3558 for the case that a translation is a function.
3559 (quail-map-from-table, quail-map-from-table-1,
3560 quail-map-from-table-2): New functions.
3561 (quail-lookup-map-and-concat): New function
3562
3563 * language/devan-util.el: Mostly rewritten.
3564
3565 * language/lao.el: Register lao-composition-function in
3566 composition-function-table.
3567
3568 * language/lao-util.el: Mostly rewritten.
3569
3570 * language/thai.el: Register thai-composition-function in
3571 composition-function-table.
3572 (thai-tis620): Delete `pre-write-conversion' property.
3573
3574 * language/thai-util.el: (thai-category-table): Make it by
3575 make-category-table.
3576 (thai-composition-pattern): New variable.
3577 (thai-compose-region, thai-compose-string): Use
3578 with-category-table.
3579 (thai-post-read-conversion): Just call thai-compose-region.
3580 (thai-pre-write-conversion): Deleted.
3581 (thai-composition-function): New funciton.
3582
3583 * language/tibet-util.el: Most functions rewritten.
3584 (tibetan-char-p): Renamed from tibetan-char-examin.
3585 (tibetan-composable-examin) (tibetan-complete-char-examin)
3586 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3587 (tibetan-add-components): New function.
3588 (tibetan-composition-function): New function.
3589
3590 * language/tibetan.el: Register tibetan-composition-function in
3591 composition-function-table.
3592 (tibetan-composable-pattern): New variable.
3593 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3594 (tibetan-precomposition-rule-alist): Move punctuations to
3595 tibetan-punctuation-transcription-alist and
3596 tibetan-obsolete-glyphs.
3597 (tibetan-punctuation-transcription-alist): New variable.
3598 (tibetan-obsolete-glyphs): New variable.
3599 (tibetan-regexp): Improve the initialization code.
3600
3601 * textmodes/fill.el (fill-find-break-point): Delete codes for
3602 composite characters.
3603 (fill-region-as-paragraph): Likewise.
3604
3605 1999-12-14 Gerd Moellmann <gerd@gnu.org>
3606
3607 * international/mule-cmds.el (default-input-method): Specify
3608 that it should be set after current-language-environment.
3609
3610 * custom.el (custom-handle-keyword): Add :set-after.
3611 (custom-add-dependencies): New function.
3612 (custom-set-variables): Take dependencies between args into
3613 account.
3614
3615 * battery.el (battery): Doc fix.
3616
3617 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3618
3619 * progmodes/cc-make.el: Removed.
3620
3621 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3622
3623 * Release of cc-mode 5.26
3624
3625 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3626
3627 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3628 target depth. Optionally count #else lines as clause limits,
3629 as suggested by don provan <provan@lucent.com>. #elif
3630 handling fixed.
3631
3632 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3633 (c-down-conditional-with-else): New commands that uses the
3634 added functionality in `c-forward-conditional'.
3635
3636 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3637
3638 * cc-align.el (c-lineup-comment): Preserve the alignment with
3639 a comment on the previous line instead of preserving the
3640 comment-column.
3641
3642 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3643
3644 * Fixes to IDL mode after input from Eric Eide
3645 <eeide@cs.utah.edu>:
3646 * cc-engine.el (c-beginning-of-statement-1): Allow
3647 `c-conditional-key' to be nil, for the benefit of IDL mode.
3648 * cc-engine.el (c-guess-basic-syntax): Ditto.
3649 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
3650 but do match CORBA 2.3 `valuetype'.
3651 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
3652 for IDL.
3653 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
3654 be nil for IDL.
3655 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
3656 Like C++.
3657 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
3658 set `c-method-key' and `c-baseclass-key' to nil.
3659
3660 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3661
3662 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
3663 with nonhanging open braces.
3664
3665 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3666
3667 * cc-align.el: Added docstrings to all lineup functions.
3668
3669 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
3670 keyword.
3671
3672 * cc-align.el (c-lineup-C-comments): Handle free form text
3673 comments. Use c-comment-prefix-regexp and comment-start-skip
3674 instead of hardcoded regexps.
3675
3676 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3677
3678 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
3679 behavior and return value as documented.
3680
3681 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3682
3683 * Changes for new style variable init system:
3684 * cc-langs.el (c-common-init): Dito.
3685 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
3686 now customizable.
3687 * cc-vars.el: Style variables may now take a value
3688 'set-from-style to make them take their value from the style
3689 system. This value is now the default on all these variables.
3690 * cc-vars.el (c-valid-offset): New function to verify a
3691 syntactic symbol offset setting.
3692 * cc-vars.el (c-offsets-alist): Variable moved from
3693 cc-styles.el since it's now customizable in a similar way to
3694 the other style variables.
3695 * cc-vars.el (c-old-style-variable-behavior): New variable to
3696 revert to the old style init behavior.
3697
3698 * cc-vars.el (c-file-style, c-file-offsets): Made always
3699 buffer local.
3700
3701 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
3702 the throws clause that might follow the function prototype in
3703 C++.
3704
3705 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3706
3707 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
3708 could move forward for macros that doesn't start in column 0.
3709
3710 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3711
3712 * cc-align.el (c-indent-multi-line-block,
3713 c-lineup-whitesmith-in-block): Two new lineup functions for
3714 use in whitesmith style.
3715
3716 * cc-styles.el (c-style-alist): More fixes to whitesmith
3717 style. It should now handle all different braces uniformly in
3718 both hanging and non-hanging cases.
3719
3720 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3721
3722 * cc-cmds.el (c-indent-exp): Use a marker to save point to
3723 make it stay in the same position relative to the surrounding
3724 text.
3725
3726 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
3727 when adaptive-fill-mode doesn't manage to get it correct.
3728
3729 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
3730 with dotted notation, e.g. foo.bar.Gnu.
3731
3732 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
3733 within unwind-protect (previously only some were wrapped so it
3734 would be possible to register mode initialization when full
3735 initialization did not finish).
3736
3737 * cc-styles.el (c-style-alist): Corrected the brace placement
3738 in the whitesmith style. Thanks to Sean Luke
3739 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
3740 styles with consistent brace placement for all constructs.
3741
3742 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3743
3744 * cc-cmds.el (c-context-line-break): Continue C++ comments too
3745 when point is in the middle of them.
3746
3747 * cc-cmds.el: Line breaking and paragraph filling code
3748 rewritten:
3749 (c-guess-fill-prefix): New function that uses various
3750 heuristics to guess the comment prefix.
3751 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
3752 It now assumes adaptive filling is active to preserve the line
3753 prefix inside comments.
3754 (c-indent-new-comment-line): Replacement for the now
3755 obsolete `c-comment-line-break-function' that uses
3756 `c-guess-fill-prefix' when appropriate. It now observes the
3757 setting of `comment-multi-line', which has effect in C-style
3758 block comments.
3759
3760 * cc-cmds.el (c-context-line-break): New function intended to
3761 be put on RET. It's essentially `newline-and-indent', but
3762 continues C block comments with the appropriate line prefix.
3763
3764 * cc-cmds.el (c-do-auto-fill): New function put on
3765 `normal-auto-fill-function' to implement the
3766 `c-ignore-auto-fill' variable.
3767
3768 * cc-cmds.el (c-beginning-of-statement): Use
3769 `c-comment-prefix-regexp' to avoid ending up inside the
3770 comment prefix. Better handling of comment starters and
3771 enders. Catch comments better when traversing code. Stop at
3772 preprocessor directives.
3773
3774 * cc-defs.el (c-forward-comment): New subst to hide platform
3775 dependent quirks in `forward-comment'.
3776
3777 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
3778 argument.
3779 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
3780 arguments. Activate this function by default when
3781 `parse-partial-sexp' supports it (currently Emacs 20.x).
3782
3783 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
3784 on the comment opener to make constants usable as lineup
3785 arguments.
3786
3787 * cc-align.el (c-lineup-C-comments): Fixes to handle the
3788 changed anchor position in the `c' syntactic symbol. Handle
3789 more than stars in the comment prefix; use the new variable
3790 `c-comment-prefix-regexp'. Don't indent text not preceded by
3791 a comment prefix to the right of the comment opener if it's
3792 long.
3793
3794 * cc-langs.el: Fixes to mode initialization for new line
3795 breaking and paragraph filling method. Adaptive fill mode is
3796 now activated at startup instead of deactivated. The
3797 variables used for adaptive filling and paragraph movement are
3798 also changed to incorporate the value of
3799 `c-comment-prefix-regexp'. `substitute-key-definition' is
3800 used to override some functions in the global map instead of
3801 overriding their default bindings.
3802
3803 * cc-mode.el (java-mode): Modify `paragraph-start' for the
3804 javadoc markup at mode init.
3805
3806 * cc-mode.el (c-setup-filladapt): A new convenience function
3807 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
3808 function is intended to be used explicitly by the end user
3809 only.
3810
3811 * cc-vars.el (c-comment-prefix-regexp): New variable used to
3812 recognize the comment fill prefix inside comments.
3813 (c-block-comment-prefix): New name for
3814 `c-comment-contiuation-stars', which is now obsolete. It's
3815 generalized to handle any character sequence.
3816 (c-ignore-auto-fill): New variable used to selectively disable
3817 Auto Fill mode in specific contexts.
3818
3819 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3820
3821 * cc-cmds.el (c-comment-indent): Leave at least one space
3822 between the comment and the last nonblank character in the
3823 case where we look at the indentation of the comment on the
3824 previous line (case 4).
3825
3826 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
3827 list of characters that may start a statement (it's a sort of
3828 prefix operator in Pike, and isn't used at all in any of the
3829 other languages).
3830
3831 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3832
3833 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
3834 inside continued statements as statement-cont instead of
3835 brace-list-open. The reason is that one normally adjusts
3836 brace-list-open for brace lists as top-level constructs, and
3837 brace lists inside statements is a completely different
3838 context. Case 10B.2 changed. Also changed (the somewhat
3839 esoteric) case 9A to cope with this.
3840
3841 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3842
3843 * cc-cmds.el (c-electric-brace): Added electric handling of
3844 the open brace for brace-elseif-brace.
3845
3846 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3847
3848 * cc-defs.el (c-with-syntax-table): New macro to easily switch
3849 syntax tables temporarily.
3850
3851 * cc-engine.el (c-guess-basic-syntax): Handle template and
3852 member init argument lists split over several lines. Case 5D
3853 changed.
3854
3855 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
3856 @throws introduced in Javadoc 1.2.
3857
3858 * cc-menus.el (cc-imenu-java-generic-expression): Applied
3859 patch from RMS to avoid infinite backtracking.
3860
3861 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3862
3863 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
3864 by [ ].
3865
3866 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3867
3868 * cc-align.el (c-lineup-dont-change): Compensate properly for
3869 the column in langelem.
3870
3871 * cc-engine.el (c-syntactic-information-on-region): New
3872 function to help debugging the syntactic analysis.
3873
3874 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3875
3876 * cc-align.el (c-lineup-template-args): Handle nested template
3877 arglists.
3878
3879 * cc-langs.el (c++-template-syntax-table): New syntax table
3880 that makes `<' and `>' parenthesis characters, which is useful
3881 to switch to temporarily when analyzing template arglists.
3882
3883 * cc-styles.el: Changed default alignment of labels in the
3884 java style to conform to the examples in the Java Language
3885 Specification.
3886
3887 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
3888 by default.
3889
3890 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3891
3892 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
3893 immediately before the closing paren in an arglist, so don't
3894 check that in Pike mode. Case 7A changed.
3895
3896 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3897
3898 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
3899 lines were ignored under certain conditions.
3900
3901 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3902
3903 * cc-align.el (c-lineup-template-args): New function for
3904 aligning continued template argument lists.
3905
3906 * cc-engine.el (c-guess-basic-syntax): Fix for member init
3907 lists containing function arglists split over several lines.
3908 Case 5D.1 changed.
3909
3910 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
3911 template-args-cont didn't get recognized when the first
3912 arglist opener line doesn't contain a template argument. New
3913 case 5K.
3914
3915 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3916
3917 * cc-defs.el (c-point): Changed from subst to macro for
3918 efficiency.
3919 (c-beginning-of-defun-1, c-end-of-defun-1): New
3920 beginning-of-defun/end-of-defun wrappers separated from
3921 c-point.
3922
3923 * cc-menus.el (imenu-generic-expression,
3924 imenu-case-fold-search, imenu-progress-message): Dummy
3925 definitions to avoid compiler warnings if imenu can't be
3926 loaded.
3927 * cc-menus.el (cc-imenu-init): New function called at mode
3928 init.
3929 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
3930 imenu initializations to cc-imenu-init.
3931
3932 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3933
3934 * cc-engine.el (c-guess-basic-syntax): Slightly better check
3935 for lambda-intro-cont in Pike mode. Case 6 changed.
3936
3937 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
3938 anything following "new Foo()" was considered an anonymous
3939 class body in Java mode.
3940
3941 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3942
3943 * cc-cmds.el (c-comment-line-break-function): When breaking in
3944 a string, don't insert a new line.
3945
3946 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3947
3948 * cc-engine.el (c-at-toplevel-p): New interface function which
3949 returns information useful to add-on authors. It tells you
3950 whether you're at a toplevel statement or not.
3951
3952 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3953
3954 * cc-cmds.el (c-comment-line-break-function): It is possible
3955 that forward-line does not land us at the bol, say if we're on
3956 the last line in a file. In that case, do a
3957 back-to-indentation instead of a forward-comment -1.
3958
3959 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3960
3961 * cc-engine.el (c-beginning-of-statement-1): Don't catch
3962 "default:" as normal label in case 4.
3963
3964 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3965
3966 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
3967 recognize continued bitfield declarations. Case 5D.1 changed.
3968 * cc-langs.el: New variable c-bitfield-key.
3969 * cc-mode.el: New variable c-bitfield-key.
3970
3971 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3972
3973 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
3974 anonymous array expressions (i.e. "new Foo[] {.. bracelist
3975 ..}").
3976
3977 1999-12-12 Dave Love <fx@gnu.org>
3978
3979 * mail/footnote.el: Require cl when compiling. Don't autoload
3980 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
3981 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
3982 Avoid `acons'.
3983 (footnote-mode-line-string, Footnote-add-footnote): Remove
3984 autoload cookie.
3985
3986 1999-12-12 Richard Sharman <rsharman@pobox.com>
3987
3988 * sh-script.el: Fix for when font-lock mode is active.
3989 (sh-font-lock-unfontify-region-function): New function.
3990
3991 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
3992
3993 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
3994 if start-process is not bound, since Ispell now supports such
3995 platforms as well.
3996
3997 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3998
3999 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4000 rmail-summary-goto-msg.
4001
4002 * files.el (after-find-file): Fix previous change.
4003
4004 1999-12-11 Dave Love <fx@gnu.org>
4005
4006 * help.el (where-is): Use `commandp' as predicate for
4007 `completing-read'
4008
4009 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4010
4011 * cus-edit.el (custom-save-delete): Delete all occurrences,
4012 leave point where the first occurrence was.
4013 (custom-save-faces): Insert a newline at the end of the comment.
4014 Avoid a double newline there.
4015 If final closeparen is at bol, put a space before it.
4016 (custom-save-variables): Likewise.
4017 (custom-file): Doc fix.
4018
4019 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4020
4021 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4022 regexp matching image and audio files.
4023
4024 1999-12-09 Dave Love <fx@gnu.org>
4025
4026 * mail/footnote.el: New file.
4027
4028 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4029
4030 * files.el (after-find-file): Use auto-save-visited-file-name if
4031 set.
4032
4033 * mail/feedmail.el (feedmail-find-eoh): Take
4034 feedmail-queue-alternative-mail-header-separator into account.
4035
4036 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4037
4038 * smerge-mode.el: New file.
4039
4040 * font-lock.el (font-lock-multiline): New variable.
4041 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4042 (font-lock-remove-keywords): Added a dummy `mode' argument for
4043 potential future support.
4044 (font-lock-fontify-anchored-keywords,
4045 (font-lock-fontify-keywords-region): Only handle multiline strings
4046 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4047
4048 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4049
4050 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4051
4052 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4053
4054 1999-12-07 Dave Love <fx@gnu.org>
4055
4056 * help.el (view-emacs-problems): New command, bound to C-h P.
4057
4058 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4059
4060 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4061
4062 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4063 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4064 New code to support the minor mode version.
4065 (diff-recenter): New function.
4066 (diff-next-hunk, diff-next-file): Use it.
4067 (diff-remembered-files-alist): New var.
4068 (diff-merge-strings): New function.
4069 (diff-find-file-name): Make it smarter and use the user's input more.
4070 (diff-mode): Cosmetic changes.
4071
4072 * files.el (save-some-buffers): Turn EXITING into the more general
4073 PRED argument to allow specifying a subset of buffers.
4074
4075 * simple.el (kill-region): Use the new `delete-and-extract-region'
4076 rather than the undo log (which is incorrect with *-change-functions).
4077
4078 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4079 off-by-one problem that could force re-fontifying the whole buffer.
4080 (font-lock-remove-keywords): New function.
4081 (font-lock-add-keywords): Use the new function to ensure idempotence.
4082
4083 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4084
4085 * viper-cmd.el (viper-minibuffer-standard-hook,
4086 viper-minibuffer-real-start): Mew functions.
4087 (viper-read-string-with-history,viper-file-add-suffix,
4088 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4089 change in the status of the minibuffer prompt.
4090
4091 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4092
4093 * comint.el (comint-redirect-results-list)
4094 (comint-redirect-results-list-from-process): Remove interactive
4095 spec.
4096
4097 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4098
4099 * info.el (info-node, info-menu-5, info-xref): Define colors for
4100 Info faces if the display supports them.
4101
4102 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4103
4104 Changes for automatic remapping of X colors on terminal frames:
4105
4106 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4107 term-setup-hook. Call msdos-remember-default-colors and
4108 msdos-handle-reverse-video.
4109 (msdos-face-setup): Parts of code moved to
4110 msdos-setup-initial-frame.
4111 (msdos-handle-reverse-video): New function, modeled after
4112 x-handle-reverse-video.
4113 (make-msdos-frame): Don't use initial-frame-alist and
4114 default-frame-alist. Call msdos-handle-reverse-video.
4115 (msdos-color-aliases): Remove.
4116 (msdos-color-translate, msdos-approximate-color): Remove.
4117 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4118 for better approximation of X colors.
4119 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4120 up tty-color-alist (it is now on startup.el).
4121 (x-display-color-p, x-color-defined-p, x-color-values,
4122 x-defined-colors, face-color-supported-p, face-color-gray-p):
4123 Remove.
4124
4125 * facemenu.el (facemenu-read-color, list-colors-display): Use
4126 defined-colors for all frame types.
4127 (facemenu-color-equal): Use color-values for all frame types.
4128
4129 * faces.el (read-face-attribute): For :foreground and :background
4130 attributes and frames on character terminals, translate the color
4131 to the closest supported one before looking it up in the list of
4132 valid values.
4133 (face-valid-attribute-values): Call defined-colors for all types
4134 of frames.
4135 (defined-colors, color-defined-p, color-values, display-color-p):
4136 New finctions.
4137 (x-defined-colors, x-color-defined-p, x-color-values,
4138 x-display-color-p): Aliases for the above.
4139
4140 * startup.el (command-line): Register terminal colors for frame
4141 types other than x and w32, but only if the terminal supports
4142 colors. Call tty-color-define instead of face-register-tty-color.
4143
4144 * term/x-win.el (xw-defined-colors): Renamed from
4145 x-defined-colors.
4146 * term/w32-win.el (xw-defined-colors): Likewise.
4147
4148 * term/tty-colors.el: New file.
4149 * loadup.el: Load term/tty-colors.
4150
4151 1999-12-06 Dave Love <fx@gnu.org>
4152
4153 * ffap.el: Autoload the ffap alias directly.
4154
4155 1999-12-06 Inge Frick <inge@nada.kth.se>
4156
4157 * dired-aux.el (dired-do-shell-command): Changed documentation.
4158 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4159 meaning as `*'.
4160
4161 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4162
4163 * simple.el (insert-buffer): Doc fix.
4164
4165 * apropos.el (apropos-mode): Add autoload cookie.
4166
4167 1999-12-06 Sam Steingold <sds@goems.com>
4168
4169 * progmodes/etags.el (etags-tags-completion-table): Modified the
4170 regexp to allow for the CL symbols starting with `+*'.
4171 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4172 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4173 `function' quoting lambda.
4174 (tags-with-face): New macro.
4175 (list-tags, tags-apropos): Use it.
4176 (tags-apropos-additional-actions): New user option.
4177 (etags-tags-apropos-additional): Use it.
4178 (tags-apropos): Call etags-tags-apropos-additional.
4179 (tags-apropos-verbose): New user option.
4180 (etags-tags-apropos): Use it.
4181 (visit-tags-table-buffer, next-file): Use `unless'.
4182 (recognize-empty-tags-table): Renamed to
4183 tags-recognize-empty-tags-table.
4184 (complete-tag): Call tags-complete-tag bypassing try-completion.
4185
4186 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4187
4188 * international/mule.el (set-buffer-file-coding-system): Docstring
4189 modified.
4190
4191 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4192
4193 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4194 using the hideshow package.
4195 (hs-special-modes-alist): Added entry for bibtex to allow the use
4196 of the hideshow package.
4197 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4198 not longer provided by bibtex.el directly. Instead the hideshow
4199 package should be used.
4200 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4201 references to bibtex-hide-entry-bodies.
4202
4203 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4204
4205 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4206 maintainer information closer to the beginning of the bibtex.el
4207 file.
4208 (bibtex-maintainer-salutation): New constant.
4209 (bibtex-version): New constant.
4210 (bibtex-submit-bug-report): Use bibtex-version and
4211 bibtex-maintainer-salutation.
4212 (bibtex-entry-field-alist): Made booktitle field optional for
4213 @inproceedings entries when crossreferenced.
4214 (bibtex-entry-field-alist): Added booktitle field to proceedings
4215 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4216 for the suggestion.
4217 (bibtex-string-file-path): Fixed typo.
4218
4219 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4220
4221 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4222 for reftex.el.
4223 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4224 to menu.
4225
4226 1999-12-04 Dave Love <fx@gnu.org>
4227
4228 * delsel.el: Revert previous change -- region is significant to
4229 skeleton.
4230
4231 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4232
4233 * viper-cmd.el (viper-change-state): Use
4234 viper-ESC-moves-cursor-back to decide whether to move the cursor
4235 back.
4236
4237 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4238
4239 * international/mule-util.el (truncate-string-to-width): Docsting
4240 fixed.
4241
4242 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4243
4244 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4245 use of `cond'.
4246 (lm-with-file): Move all the find-file...kill-buffer stuff into
4247 this macro. Make it use `find-file-noselect' and make it kill
4248 the buffer only if it wasn't already displayed somewhere.
4249 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4250 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4251 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4252 (lm-commentary): Fix to handle the case when the change log is
4253 at the end of the file.
4254
4255 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4256
4257 * international/mule.el (charsetp): Fix typo in docstring.
4258
4259 * international/mule-diag.el (list-coding-categories): Fix typo;
4260 automatic -> autoload.
4261
4262 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4263
4264 * vc.el (vc-update-change-log): Look for rcs2log under
4265 exec-directory.
4266
4267 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4268 outline-regexp, add outline-level.
4269 (lisp-outline-level): New.
4270
4271 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4272 remove extraneous string-match.
4273
4274 * finder.el (finder-commentary): Activate Finder mode.
4275
4276 1999-12-01 Anders Lindgren <andersl@andersl.com>
4277
4278 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4279 off when reverting buffers that contained mode specifiers.
4280 `revert-buffer' is now called with non-nil PRESERVE-MODES
4281 argument.
4282
4283 1999-12-01 Dave Love <fx@gnu.org>
4284
4285 * delsel.el: Grok skeleton-pair-insert-maybe.
4286
4287 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4288
4289 * progmodes/cperl-mode.el (cperl-under-as-char):
4290 Use nil as default.
4291
4292 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4293
4294 * speedbar.el (toplevel): Remove compatibility code for Emacs
4295 versions without custom.el.
4296
4297 1999-11-30 Dave Love <fx@gnu.org>
4298
4299 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4300
4301 * autoinsert.el: Minor doc fixes.
4302 (auto-insert): Return nil.
4303
4304 * faces.el (set-face-documentation): Purecopy STRING.
4305
4306 1999-11-29 Dave Love <fx@gnu.org>
4307
4308 * derived.el: Doc fixes, remove old backquote syntax.
4309
4310 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4311 comment warning about editing.
4312
4313 * help.el (help-mode-hook): Define.
4314
4315 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4316
4317 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4318 invalid translation of old-style backquote syntax to new syntax.
4319
4320 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4321
4322 * Makefile (DONTCOMPILE): Add term/internal.el.
4323
4324 1999-11-26 Dave Love <fx@gnu.org>
4325
4326 * comint.el: Fix last change.
4327
4328 * emacs-lisp/advice.el: Fix last change.
4329
4330 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4331
4332 * cus-edit.el (Custom-reset-standard): Doc fix.
4333 (custom-variable-reset-standard): Doc fix.
4334 (custom-face-reset-standard): Doc fix.
4335 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4336 (custom-variable-menu): Likewise.
4337 (custom-reset-menu): Likewise.
4338 (custom-buffer-create-internal): Likewise.
4339
4340 1999-11-26 Dave Love <fx@gnu.org>
4341
4342 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4343
4344 * font-lock.el: Doc fixes.
4345
4346 * menu-bar.el (menu-bar-mode): Customize.
4347
4348 * cus-start.el: Add use-dialog-box.
4349
4350 * add-log.el (change-log-mode-hook): Customize.
4351 (add-log-current-defun): Use
4352 fortran-{beginning,end}-of-subprogram.
4353
4354 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4355
4356 * emacs-lisp/advice.el: Many doc fixes.
4357
4358 * comint.el (comint-preoutput-filter-functions): Doc fix.
4359
4360 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4361
4362 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4363 Improve messages for capitalization of arg names,
4364 for flag variables, for t and nil, for imperatives.
4365 Call them imperatives rather than infinitives sans "to".
4366 (checkdoc-common-verbs-wrong-voice): Add "moves".
4367 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4368
4369 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4370 Don't convert comments from 3-semicolon to 2-semicolon.
4371 That is a matter of style.
4372 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4373 (checkdoc-comments): Don't bind that variable.
4374
4375 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4376
4377 * files.el (write-file-hooks): Doc fix.
4378
4379 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4380
4381 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4382
4383 1999-11-25 Dave Love <fx@gnu.org>
4384
4385 * hippie-exp.el: Require comint when compiling.
4386 (hippie-expand): Add :links.
4387 (hippie-expand-try-functions-list): Customize.
4388
4389 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4390
4391 * viper*el: Replaced old-style backquotes.
4392
4393 * ediff*el: Replaced old-style backquotes.
4394
4395 * ediff-merge
4396 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4397 Changed to support the new format for ediff-combination-pattern.
4398
4399 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4400 Changed to support the new format for ediff-combination-pattern.
4401
4402 1999-11-24 Dave Love <fx@gnu.org>
4403
4404 * custom.el (custom-declare-group): Purecopy DOC.
4405 (custom-handle-keyword): Purecopy VALUE.
4406 (custom-add-link): Purecopy WIDGET.
4407 (custom-add-version): Purecopy VERSION.
4408 (custom-add-load): Purecopy LOAD.
4409
4410 * cus-face.el (custom-declare-face): Purecopy DOC.
4411
4412 * info.el:
4413 (Info-build-node-completions, Info-search, Info-follow-reference)
4414 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4415 (Info-find-emacs-command-nodes): Avoid properties on matched text
4416 which may appear in minibuffer.
4417
4418 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4419
4420 * locate.el (locate-with-filter): Doc fix.
4421
4422 1999-11-24 Alex Schroeder <alex@gnu.org>
4423
4424 * sql.el (sql-find-sqli-buffer): New function.
4425 (sql-set-sqli-buffer-generally): New function.
4426 (sql-set-sqli-buffer): Better checking of new-buffer.
4427 (sql-copy-column): Add comma after INTO clause, too.
4428
4429 1999-11-24 Alex Schroeder <alex@gnu.org>
4430
4431 * sql.el (sql-imenu-generic-expression): New, used to set
4432 imenu-generic-expression.
4433
4434 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4435 setting font-lock-defaults' SYNTAX-ALIST. Set
4436 imenu-generic-expression, imenu-case-fold-search, and
4437 imenu-syntax-alist.
4438
4439 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4440 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4441
4442 1999-11-23 Andrew Innes <andrewi@gnu.org>
4443
4444 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4445 drop coords aren't over a specific window.
4446
4447 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4448
4449 * ps-print.el: Define mule funs without checking if mule package is
4450 loaded.
4451 (ps-print-version): New version number (5.0.1).
4452 (ps-header-dirpart): Now uses abbreviate-file-name.
4453
4454 1999-11-23 Dave Love <fx@gnu.org>
4455
4456 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4457 comment-line-start.
4458 (fortran-comment-line-start-skip): Renamed from
4459 comment-line-start-skip.
4460 (fortran-mode-map): Use renamed functions. Add manual and custom
4461 entries to menu.
4462 (fortran-mode-hook): Customize.
4463 (fortran-comment-indent-function): Renamed from
4464 fortran-comment-hook.
4465 (delete-horizontal-regexp): Function deleted.
4466 (fortran-electric-line-number): Simplified.
4467 (fortran-beginning-of-subprogram): Renamed from
4468 beginning-of-fortran-subprogram.
4469 (fortran-end-of-subprogram): Renamed from
4470 end-of-fortran-subprogram.
4471 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4472 (fortran-previous-statement, fortran-next-statement): Simplified.
4473 (fortran-blink-match): New function.
4474 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4475 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4476 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4477 line-end-position.
4478 (fortran-fill): No longer interactive. Simplified.
4479 (fortran-break-line): Simplified.
4480 (fortran-analyze-file-format): Use char-after, not looking-at.
4481
4482 * emacs-lisp/find-func.el (find-function-regexp): Use
4483 `define-minor-mode' after easy-menu change.
4484
4485 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4486
4487 * comint.el: Add redirection.from active comint buffers into
4488 another buffer. Written by Peter Breton.
4489
4490 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4491
4492 * emacs-lisp/autoload.el (make-autoload): Recognize the new
4493 `define-minor-mode'.
4494 (define-minor-mode): Specify `doc-string-elt'.
4495
4496 * emacs-lisp/easy-mmode.el: Changed maintainer.
4497 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4498 Use defcustom for the hooks; Improve the auto-generated docstrings.
4499 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4500 (define-minor-mode): Add BODY arg; Only declare the keymap if
4501 provided; Improve the auto-generated docstrings.
4502
4503 1999-11-22 Gerd Moellmann <gerd@gnu.org>
4504
4505 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4506 that the leading `^' is at the start. This is necessary because
4507 paragraphs.el tries to remove anchors, but can find them only if
4508 they are the first character.
4509
4510 * progmodes/antlr-mode.el: New file.
4511
4512 * calendar/calendar.el: Fix autoload for
4513 calendar-absolute-from-astro. Add autoload for
4514 calendar-print-astro-day-number.
4515
4516 1999-11-21 Anders Lindgren <andersl@andersl.com>
4517
4518 * follow.el: Use modern backquote syntax. Minor comment update.
4519
4520 1999-11-21 Gerd Moellmann <gerd@gnu.org>
4521
4522 * simple.el (with-syntax-table): Don't switch buffers.
4523
4524 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4525 progmodes/hideif.el: Use new backquote syntax.
4526
4527 1999-11-21 Ken Manheimer <klm@python.org>
4528
4529 * icomplete.el (icomplete-completions): Use an explicit variable
4530 `icomplete-prospects-length', obviating the need to use an
4531 apparently faulty throw/catch arrangement.
4532
4533 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
4534
4535 * term/internal.el (IT-display-table-setup): Don't overstep
4536 character code 255.
4537
4538 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
4539
4540 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4541 for the charset chinese-sisheng is 7bit encoding, not 8bit.
4542
4543 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
4544
4545 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4546 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4547
4548 * files.el (auto-mode-alist): Add patterns for diff-mode.
4549
4550 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4551 to detect an empty prompt.
4552
4553 1999-11-18 Dave Love <fx@gnu.org>
4554
4555 * simple.el (input-mode-8-bit): Fix the customization.
4556
4557 1999-11-18 Gerd Moellmann <gerd@gnu.org>
4558
4559 * international/iso-acc.el (iso-languages): Add more
4560 characters for Portuguese.
4561
4562 * speedbar.el: Clean up comment at the start of the file.
4563 Remove RCS id.
4564
4565 * progmodes/compile.el (compilation-parse-errors): Use
4566 compilation-buffer-p instead of testing major-mode.
4567
4568 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
4569
4570 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4571 (quickurl-ask): completion-ignore-case is set to the value of
4572 quickurl-completion-ignore-case for the duration of the call to
4573 completing-read.
4574
4575 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4576
4577 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4578
4579 1999-11-18 Kenichi Handa <handa@etl.go.jp>
4580
4581 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
4582 instead of ps-print-def.
4583
4584 * ps-print.el: Require ps-vars instead of ps-print-def.
4585
4586 * ps-mule.el: Require ps-vars instead of ps-print-def.
4587
4588 1999-11-17 Gerd Moellmann <gerd@gnu.org>
4589
4590 * simple.el (with-syntax-table): Save buffer explicitly instead of
4591 using save-excursion.
4592
4593 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4594
4595 * mail/supercite.el: New maintainer.
4596
4597 1999-11-16 Reto Zimmermann <reto@synopsys.com>
4598
4599 * progmodes/vhdl-mode.el: Use new backquote syntax.
4600
4601 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4602
4603 * simple.el (with-syntax-table): New.
4604
4605 1999-11-15 Sam Steingold <sds@ksp.com>
4606
4607 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4608
4609 1999-02-22 Sam Steingold <sds@goems.com>
4610
4611 * goto-addr.el (goto-address-at-mouse,
4612 goto-address-find-address-at-point): Use compose-mail.
4613 (goto-address-mail-method): Removed variable.
4614 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4615 goto-address-send-using-mail): Removed functions.
4616
4617 1998-11-03 Sam Steingold <sds@goems.com>
4618
4619 * simple.el (backward-delete-char-untabify):
4620 backward-delete-char-untabify-method can be `all' now - to delete
4621 hungrily including newlines.
4622
4623 1999-11-15 Sam Steingold <sds@ksp.com>
4624
4625 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
4626
4627 1999-11-15 Dave Love <fx@gnu.org>
4628
4629 * cus-edit.el (customize-face, customize-face-other-window):
4630 Require match from completing-read.
4631 (custom-buffer-done-function): Default to custom-bury-buffer, not
4632 bury-buffer.
4633
4634 1999-11-15 Gerd Moellmann <gerd@gnu.org>
4635
4636 * mail/rmail.el, iswitchb.el, hippie-exp.el,
4637 progmodes/cperl-mode.el: Use new backquote syntax.
4638
4639 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
4640
4641 * uniquify.el: Use new backquote syntax.
4642
4643 1999-11-14 Markus Rost <rost@ias.edu>
4644
4645 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4646 as in ispell-local-dictionary-alist.
4647
4648 1999-11-14 Alex Schroeder <alex@gnu.org>
4649
4650 * ansi-color.el (ansi-color-apply): Updated regexps to include
4651 highlighted face.
4652
4653 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
4654
4655 * forms.el (forms--make-format-elt-using-text-properties):
4656 Treat `intangible' differently.
4657
4658 * forms.el: Use new backquote syntax.
4659
4660 1999-11-13 Gerd Moellmann <gerd@gnu.org>
4661
4662 * textmodes/scribe.el (scribe-mode): Doc-fix.
4663
4664 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
4665
4666 * net-utils.el (run-network-program, net-utils-run-program): Use
4667 the new backquote syntax.
4668 (smbclient-program, smbclient-program-options)
4669 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
4670 variables
4671 (smbclient, smbclient-list-shares): New functions
4672
4673 1999-11-12 Sam Steingold <sds@ksp.com>
4674
4675 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
4676 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
4677 (viper-kbd-buf-definition, viper-kbd-mode-alist)
4678 (viper-kbd-mode-pair, viper-kbd-mode-definition)
4679 (viper-kbd-global-pair, viper-kbd-global-definition):
4680 Use the new backquote syntax.
4681
4682 * emulation/viper-cmd.el (viper-test-com-defun)
4683 (viper-prefix-arg-value, viper-prefix-arg-com):
4684 Use the new backquote syntax.
4685
4686 * emacs-lisp/debug.el (debugger-env-macro):
4687 Use the new backquote syntax.
4688
4689 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
4690 Use the new backquote syntax.
4691
4692 * calendar/calendar.el (calendar-remove-frame-by-deleting):
4693 New user variable.
4694 (calendar-hide-window): Use it.
4695 (increment-calendar-month, calendar-for-loop, calendar-sum):
4696 Use the new backquote syntax.
4697
4698 1999-11-12 Andrew Innes <andrewi@gnu.org>
4699
4700 * select.el (x-set-selection): Call buffer-substring, not
4701 substring. Also fix docstring
4702
4703 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
4704
4705 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
4706 of customizable variables to bug report message. Added
4707 system-type to package name in bug report.
4708
4709 1999-11-12 Gerd Moellmann <gerd@gnu.org>
4710
4711 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
4712 to display file names.
4713
4714 1999-11-11 Gerd Moellmann <gerd@gnu.org>
4715
4716 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
4717
4718 * isearch.el: Add lazy-highlighting feature.
4719
4720 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4721
4722 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
4723 constant.
4724 (ps-mode-submit-bug-report): New function. Entry added to menu.
4725
4726 1999-11-10 William M. Perry <wmperry@aventail.com>
4727
4728 * mwheel.el: New file to support the new style wheeled mice.
4729
4730 1999-11-10 Gerd Moellmann <gerd@gnu.org>
4731
4732 * startup.el (initial-scratch-message): Add ";;" to the front of
4733 lines in the message.
4734
4735 * files.el (file-local-copy): Remove optional BUFFER argument
4736 because that's not used by anything.
4737
4738 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
4739 to-address.
4740
4741 1999-11-08 Markus Rost <rost@ias.edu>
4742
4743 * wid-edit.el (widget-button-click): Wrap with save-excursion
4744 to restore track-mouse in the correct buffer.
4745
4746 1999-11-08 Gerd Moellmann <gerd@gnu.org>
4747
4748 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
4749
4750 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
4751
4752 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
4753 lpr-command to "lp" for some system-types. (copied from lpr.el
4754 Emacs version 20.2.1).
4755
4756 1999-11-04 Markus Rost <rost@ias.edu>
4757
4758 * simple.el (comment-region): Strip off white space at end of
4759 comment-start.
4760
4761 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4762
4763 * faces.el (secondary-selection): Fix wrong color name.
4764
4765 1999-11-04 John Tobey <jtobey@epsilondev.com>
4766
4767 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
4768 the default when invoking perldb in a non-Perl buffer, and other
4769 cases involving -e or --.
4770
4771 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4772
4773 * simple.el (previous-matching-history-element)
4774 (next-history-element): Use delete-field instead of erase-field.
4775
4776 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
4777 Use delete-field instead of erase-field.
4778
4779 * faces.el (secondary-selection): Change background to yellow.
4780
4781 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
4782 find the start of the text. Use field-string to read the user
4783 input.
4784
4785 1999-11-03 Gerd Moellmann <gerd@gnu.org>
4786
4787 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
4788 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
4789 for compatibility with old face implementation.
4790
4791 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
4792 Use erase-field instead of erase-buffer.
4793
4794 * frame.el (blink-cursor-mode, blink-cursor-end): Use
4795 internal-show-cursor with new interface.
4796 (blink-cursor-timer-function): New.
4797 (blink-cursor-start): Use blink-cursor-timer-function.
4798
4799 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4800
4801 * calendar.el (redraw-calendar): Move to nearest date before
4802 redrawing.
4803
4804 * diary-lib.el (simple-diary-display): Reset modeline even if
4805 there are no diary entries since the diary buffer may be displayed.
4806
4807 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4808
4809 * emacs-lisp/debug.el (debug): If noninteractive, display the
4810 backtrace using `message', then exit Emacs.
4811 (debugger-batch-max-lines): New variable.
4812 (debugger-setup-buffer): New subroutine, broken out of `debug'.
4813 Change the messages put at the start, to say that the debugger
4814 was entered.
4815
4816 1999-11-02 Sam Steingold <sds@ksp.com>
4817
4818 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
4819
4820 1999-11-01 John Tobey <jtobey@epsilondev.com>
4821
4822 * gud.el: (gud-perldb-massage-args): Massage correctly in the
4823 presence of perl switches other than "-e".
4824
4825 1999-11-01 Markus Rost <rost@ias.edu>
4826
4827 * dired-x.el (dired-smart-shell-command): Use
4828 shell-command-history as in shell-command.
4829
4830 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4831
4832 * userlock.el (ask-user-about-lock): Doc fix.
4833
4834 * frame.el: Doc fixes.
4835
4836 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4837
4838 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
4839 of show-cursor.
4840 (blink-cursor-start, blink-cursor-end): Ditto.
4841
4842 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
4843
4844 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4845
4846 * window.el (walk-windows): If ALL-FRAMES is a frame,
4847 start on that frame. Use save-selected-window.
4848
4849 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4850
4851 * simple.el (end-of-buffer): Use window-end to find the window end
4852 instead of vertical-motion because this handles variable-height
4853 lines correctly.
4854
4855 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
4856
4857 * ediff.el: Version change.
4858
4859 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
4860 make sure you are in a good frame before deleting other
4861 windows.
4862 (ediff-file-checked-in-p): Don't consider CVS
4863 files checked in.
4864 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
4865 are writing to a newly created empty file.
4866
4867 * ediff-mult.el (ediff-show-session-group-hook): New default.
4868
4869 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4870 First cd to the file directory. reportedly works
4871 better with remote files.
4872
4873 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
4874 Use file-name-nondirectory when passing files to CVS.
4875
4876 * ediff-diff.el (ediff-cmp-options): New variable.
4877 (ediff-same-file-contents): Use ediff-cmp-options.
4878
4879 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
4880 ediff-get-patch-buffer): Use current buffer if it appears to be a
4881 patch.
4882
4883 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
4884 C-g
4885
4886 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
4887 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
4888 (viper-save-cursor-color,viper-restore-cursor-color):
4889 Improved cursor color handling.
4890 (viper-get-saved-cursor-color-in-replace-mode,
4891 viper-get-saved-cursor-color-in-insert-mode): New functions for
4892 better cursor color handling.
4893
4894 * viper-ex.el (ex-read,ex-edit):
4895 Fixes for correct interpretation of #,%.
4896 (viper-ex): Now works correctly when called from other functions.
4897 (viper-glob-function): New variable.
4898 (viper-ex): Save excursion before doing :global.
4899
4900 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
4901
4902 * viper-cmd.el (viper-post-command-sentinel,
4903 viper-insert-state-post-command-sentinel,
4904 viper-insert-state-pre-command-sentinel): Takes better care of
4905 cursor colors.
4906
4907 * viper.el: Version change.
4908
4909 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
4910
4911 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
4912 that the modeline display was updated *only* when
4913 `whitespace-display-in-modeline' was set, not otherwise.
4914
4915 1999-10-30 Gerd Moellmann <gerd@gnu.org>
4916
4917 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
4918 "frac12".
4919
4920 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
4921 ad-activate.
4922
4923 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
4924
4925 * whitespace.el: Test for existence of `defcustom' and `defgroup'
4926 using fboundp instead of assuming that these are not present in
4927 particular flavors of emacs.
4928 (whitespace-version): Update to 2.8
4929 (whitespace-display-in-modeline): Add custom variable to control
4930 displaying the whitespace errors on the modeline based on
4931 suggestion from <klaus.berndl@sdm.de>
4932 (whitespace-buffer): Now returns `t' if unclean and `nil' if
4933 clean, to enable using as a hook function, as suggested by Puneet
4934 Goel <puneet@computer.org>
4935 (whitespace-buffer): Fix a subtle bug that cleaned up only if
4936 quiet was not set, even with whitespace-auto-cleanup set.
4937 (whitespace-mode-line): Now uses less modeline real estate and
4938 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
4939 which is present in the file, and <y> is any type of whitespace
4940 whose check has been suppressed by setting
4941 `whitespace-check-<whitespace-type>' to nil.
4942 (whitespace-unchecked-whitespaces): New function to return the
4943 list of whitespaces for whom checks have been suppressed.
4944 (whitespace-display-unchecked-whitespaces): Renamed to
4945 `whitespace-update-modeline' to reflect its functionality.
4946
4947 1999-10-30 Gerd Moellmann <gerd@gnu.org>
4948
4949 * progmodes/compile.el (compilation-error-regexp-alist):
4950 Undo previous change.
4951
4952 1999-10-28 Dave Love <fx@gnu.org>
4953
4954 * help.el (help-follow): Make arg optional again and really
4955 default to point.
4956
4957 1999-10-28 Gerd Moellmann <gerd@gnu.org>
4958
4959 * paths.el (rmail-file-name): Make it an option.
4960
4961 * progmodes/ada-mode.el, progmodes/ada-prj.el,
4962 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
4963 comment fixes.
4964
4965 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4966 MIPS Pro 7.3 compiler error message syntax.
4967
4968 1999-10-27 Dave Love <fx@gnu.org>
4969
4970 * progmodes/compile.el: Checkdoc-inspired fixes.
4971
4972 1999-10-27 Gerd Moellmann <gerd@gnu.org>
4973
4974 * lpr.el (print-buffer): Doc-string fix.
4975
4976 1999-10-27 Dave Love <fx@gnu.org>
4977
4978 * emacs-lisp/advice.el: Doc fixes.
4979 (ad-lemacs-p): Removed.
4980 (advice): Add :link to defgroup.
4981
4982 1999-10-27 Kenichi Handa <handa@etl.go.jp>
4983
4984 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
4985 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
4986
4987 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4988
4989 * window.el (walk-windows): If ALL-FRAMES is a frame,
4990 start on that frame. Use save-selected-window.
4991
4992 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4993
4994 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
4995 ad-activate. All callers changed, including those in data.c.
4996 (ad-activate-internal-off): Renamed from ad-activate-off.
4997 All uses changed.
4998 (ad-activate): Renamed from ad-activate-on. All uses changed.
4999 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5000 Alter the definition of ad-activate-internal, not ad-activate.
5001
5002 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5003
5004 * startup.el (command-line-1): Add support for command line
5005 arguments `file' and `execute'. Fix handling of `visit'.
5006
5007 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5008
5009 * international/mule-cmds.el (read-input-method-name): Handle the
5010 case that the arg DEFAULT is symbol.
5011
5012 * international/mule-diag.el (mule-diag): Handle the case that
5013 default-input-method is symbol.
5014
5015 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5016
5017 * textmodes/tildify.el: New file.
5018
5019 1999-10-25 Sam Steingold <sds@ksp.com>
5020
5021 * Makefile (compile-files): Fixed the "tr" strings.
5022 (EMACS): Set to ../src/emacs.
5023
5024 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5025
5026 * info.el (Info-build-node-completions): Add '("*") to the
5027 completion list.
5028
5029 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5030
5031 * frame.el (auto-raise-mode): When enabling the mode,
5032 immediately raise the selected frame.
5033
5034 * indent.el (indent-region): Doc fix.
5035
5036 * comint.el (comint-output-filter): Make the Comint buffer current
5037 for the comint-preoutput-filter-functions.
5038
5039 * mail/reporter.el: Doc fix.
5040
5041 1999-10-24 Stephen Eglen <stephen@gnu.org>
5042
5043 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5044 that Octave lisp files can also run under XEmacs 20.
5045 (require 'custom) added so that files can run under Emacs 19.34.
5046
5047 * iswitchb.el (iswitchb-default-keybindings): No need to use
5048 read-kbd-macro in keybindings.
5049
5050 1999-10-23 Dave Love <fx@gnu.org>
5051
5052 * elide-head.el: New file.
5053
5054 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5055
5056 * Makefile (compile-files, backup-compiled-files): New targets.
5057 (bootstrap, bootstrap-clean): Ditto.
5058
5059 1999-10-22 Paul Eggert <eggert@twinsun.com>
5060
5061 * international/mule-cmds.c (locale-language-names):
5062 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5063 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5064 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5065 Use Latin-8 for Welsh.
5066 Use Latin-1 for English if "en" is explicitly specified.
5067 Use Latin-1 for Scots Gaelic, Tagalog.
5068 Use Latin-1 (not Latin-4) for Greenlandic.
5069 Use Latin-1 (not Latin-2) for Albanian.
5070 (locale-preferred-coding-systems, locale-language-names):
5071 Remove generic ISO 8859 locales; locale-charset-language-names now
5072 does this.
5073 (locale-charset-language-names): New variable.
5074 (set-locale-environment): Use language name specified by
5075 locale-charset-language-names if its charsets disagree with the
5076 language name specified by locale-language-names.
5077
5078 1999-10-22 Dave Love <fx@gnu.org>
5079
5080 * make-mode.el: Minor doc fixes.
5081
5082 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5083
5084 1999-10-21 Dave Love <fx@gnu.org>
5085
5086 * loadup.el: Add latin-8, latin-9.
5087
5088 1999-10-20 Paul Eggert <eggert@twinsun.com>
5089
5090 * disp-table.el (standard-display-european): Remove undocumented
5091 arg AUTO; no longer used by startup.el. Do not attempt to treat
5092 all non-English language environments as coding system names.
5093 Instead, use the downcased language environment name as a coding
5094 system name if it is one; otherwise, use latin-1.
5095
5096 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5097
5098 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5099 that were split so that part of the comment appeared as Lisp code.
5100
5101 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5102
5103 * ps-bdf.el: Doc fix.
5104
5105 * ps-print-def.el: New file: common definitions for all parts of
5106 ps-print.
5107 (ps-multibyte-buffer): Moved from ps-mule.
5108
5109 * ps-mule.el: File dependence fix.
5110 (ps-multibyte-buffer): Moved to ps-print-def.
5111
5112 * ps-print.el: Doc fix, better customization.
5113 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5114 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5115 (ps-end-file): Doc fix.
5116 (ps-setup, ps-begin-file): Fun fix.
5117 (postscript): New group.
5118 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5119 (ps-print-prologue-1): Adjust PostScript programming.
5120 (ps-print): Adjust group hierarchy.
5121 (ps-print-n-up, ps-print-zebra, ps-print-background,
5122 ps-print-printer)
5123 (ps-print-page): New subgroups.
5124 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5125 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5126 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5127 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5128 (ps-zebra-stripe-height, ps-print-background-image)
5129 (ps-print-background-text, ps-spool-config): Adjust customization.
5130 (dos-ps-printer): Definition eliminated.
5131
5132 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5133
5134 * ps-mule.el: Doc fix, define functions properly if mule package is
5135 loaded or not.
5136 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5137 mule package is loaded or not.
5138
5139 * ps-print.el: Doc fix, n-up printing.
5140 (ps-print-version): New version number (5.0).
5141 (ps-page-dimensions-database): Added document media.
5142 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5143 (ps-page-order, ps-printing-region-p): New vars.
5144 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5145 funs.
5146 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5147 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5148 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5149 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5150 (ps-print-begin-sheet-hook): New hook.
5151 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5152 const.
5153 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5154 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5155 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5156 (ps-count-lines): Changed to defun.
5157 (ps-header-page): Changed to defsubst, fix fun.
5158 (ps-printing-region): Doc fix, adjust programming code.
5159 (ps-output-boolean, ps-background-pages, ps-background-text)
5160 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5161 programming code.
5162
5163 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5164
5165 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5166 (ps-print-version): New version number (4.2).
5167 (ps-spool-config, ps-spool-tumble): New vars.
5168 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5169 programming, new PostScript procedure to handle errors.
5170 (ps-print-prologue-2): Changed to defconst.
5171 (ps-print-duplex-feature): New const: duplex and tumble setting.
5172 (ps-setup, ps-begin-file): Fix funs.
5173 (ps-boolean-capitalized): New fun.
5174
5175 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5176
5177 * Makefile (dontcompilefiles): Obsoleted.
5178 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5179 (EL): Unused.
5180 (temacs): Removed (unused).
5181 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5182 version of the file (necessary for the update to work properly).
5183 (autoloads): Force the use of `pwd`/loaddefs.el.
5184 (updates); Redefined in terms of other targets to reduce redundancy.
5185 (.el.elc): New default rule, just in case you want it.
5186 (compile): Use a single invocation of Emacs.
5187 (bootstrap-compile); Unneeded.
5188 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5189
5190 1999-10-19 Dave Love <fx@gnu.org>
5191
5192 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5193
5194 1999-10-19 Sam Steingold <sds@ksp.com>
5195
5196 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5197 comply with the comment.
5198
5199 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5200
5201 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5202 permanent-local.
5203
5204 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5205
5206 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5207 value: \"lpr\" changed to "lpr"
5208 (ps-mode-version): New constant
5209 (ps-mode-show-version): New function, added key in ps-mode-map
5210 (ps-run-messages): Removed
5211 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5212 ps-run-messages. These keywords now include the value of
5213 ps-run-prompt, making its fontification customizable.
5214 (ps-run-init): Removed \\n from docstring, it is now added when
5215 the value is used
5216 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5217 ps-run-prompt
5218 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5219 customizable variables in doc-string (its equivalent
5220 ps-run-messages was missing in previous version of the doc-string)
5221 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5222 symbols only
5223
5224 1999-10-19 Alex Schroeder <alex@gnu.org>
5225
5226 * ansi-color.el: Complete rewrite.
5227
5228 1999-10-19 Paul Eggert <eggert@twinsun.com>
5229
5230 Fix bootstrapping problems.
5231 Use the system locale to specify Emacs locale defaults.
5232
5233 * international/mule-cmds.el (global-map):
5234 Do not use backquote, because that makes a bootstrapping
5235 problem if you need to recompile all Lisp files using interpreted code.
5236 * international/mule.el (charset-id, charset-bytes,
5237 charset-dimension, charset-chars, charset-width,
5238 charset-direction, charset-iso-final-char,
5239 charset-iso-graphic-plane, charset-reverse-charset,
5240 charset-short-name, charset-long-name, charset-description,
5241 charset-plist): Likewise.
5242 * subr.el (save-match-data): Likewise.
5243
5244 * international/mule-cmds.el
5245 (set-display-table-and-terminal-coding-system): New function,
5246 containing code migrated out of set-language-environment.
5247 (set-language-environment, set-locale-environment): Use it.
5248 (locale-translation-file-name): Moved here from startup.el.
5249 (locale-language-names, locale-preferred-coding-systems):
5250 New vars.
5251 (locale-name-match, set-locale-environment): New functions.
5252
5253 * language/japan-util.el (setup-japanese-environment-internal):
5254 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5255
5256 * startup.el (iso-8859-n-locale-regexp): Remove.
5257 (locale-translation-file-name): Move to mule-cmds.el.
5258 (command-line): Move locale-stuff into set-locale-environment.
5259
5260 1999-10-18 Dave Love <fx@gnu.org>
5261
5262 * abbrev.el (add-abbrev, inverse-add-abbrev)
5263 (expand-region-abbrevs): Remove properties from buffer text.
5264
5265 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5266
5267 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5268 from the mini-buffer, without the prompt.
5269
5270 * simple.el (minibuffer-prompt-end): Return the position
5271 after the prompt, not the position of that last character
5272 of the prompt.
5273
5274 1999-10-17 Miles Bader <miles@gnu.org>
5275
5276 * simple.el: Doc fixes.
5277
5278 1999-10-17 Miles Bader <miles@gnu.org>
5279
5280 * simple.el (previous-matching-history-element, next-history-element):
5281 Change to work correctly even if the point is in the prompt.
5282 (choose-completion-string): Likewise.
5283 (minibuffer-prompt-width): New function (compatibility with old subr).
5284
5285 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5286 When constraining the final position to the current field,
5287 don't use the ONLY-IN-LINE mode of constrain-to-field.
5288
5289 1999-10-17 Miles Bader <miles@gnu.org>
5290
5291 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5292 constrain-to-field.
5293 * textmodes/paragraphs.el (forward-sentence): Likewise.
5294
5295 1999-10-17 Miles Bader <miles@gnu.org>
5296
5297 * simple.el (line-move): Use constrain-to-field to avoid
5298 moving into a prompt.
5299 (previous-complete-history-element): Clarify doc string.
5300 (next-complete-history-element): Likewise.
5301 Use field-beginning instead of point-min.
5302 (next-matching-history-element): Use field-beginning and
5303 erase-field instead of point-min and erase-buffer.
5304 * textmodes/paragraphs.el
5305 (forward-paragraph, forward-sentence): Likewise.
5306 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5307 constrain the kill to an field, as the movement commands now
5308 do this.
5309
5310 1999-10-17 Miles Bader <miles@gnu.org>
5311
5312 * simple.el (previous-matching-history-element): Get the
5313 minibuffer input with field-string instead of buffer-string.
5314 (choose-completion-string): Likewise.
5315 (next-history-element): Likewise.
5316 Erase the minibuffer input with erase-field, not erase-buffer.
5317 Use field-beginning to find the beginning of the input.
5318 * textmodes/paragraphs.el (backward-kill-sentence):
5319 Remove minibuffer-prompt hack.
5320 Constrain to any input field.
5321
5322 1999-10-17 Sam Steingold <sds@ksp.com>
5323
5324 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5325 for CMUCL on sparc and ".ufsl" for LispWorks.
5326 (bound-and-true-p): Bugfix: free variable `v'.
5327
5328 1999-10-16 Dave Love <d.love@dl.ac.uk>
5329
5330 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5331 (edebug-uninstall-read-eval-functions): Use load-read-function,
5332 avoiding elisp-eval.
5333
5334 1999-10-16 Sam Steingold <sds@ksp.com>
5335
5336 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5337 instead of `eql'.
5338
5339 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5340
5341 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5342 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5343 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5344 * ediff-util.el (ediff-make-temp-file):
5345 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5346 * emerge.el (emerge-make-temp-file):
5347 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5348 * vc.el (vc-update-change-log):
5349 * mail/mailpost.el (post-mail-send-it):
5350 * mail/metamail.el (metamail-region):
5351 * progmodes/cmacexp.el (c-macro-expansion):
5352 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5353
5354 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5355
5356 * smtpmail.el (smtpmail-via-smtp): Add support for
5357 automatically appending a domain to RCPT TO: addresses.
5358
5359 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5360
5361 * dired.el (dired-insert-directory): Insert the amount of
5362 free space after the total size.
5363 (dired-free-space-program, dired-free-space-args): New variables.
5364
5365 1999-10-14 Karl Heuer <kwzh@gnu.org>
5366
5367 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5368
5369 1999-10-14 Dave Love <fx@gnu.org>
5370
5371 * international/characters.el:
5372 * international/fontset.el:
5373 * international/mule-conf.el: Add latin-iso8859-1[45].
5374
5375 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5376 strings.
5377
5378 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5379 (command-line): Detect Latin-[89] locales.
5380
5381 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5382
5383 * international/mule-cmds.el (select-safe-coding-system)
5384 (leim-list-header): Avoid the use of strings that start with backslash
5385 newline since lread.c:read1 has a hack to turn those strings into
5386 integer 0 during the loadup.el process.
5387
5388 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5389
5390 1999-10-13 Dave Love <fx@gnu.org>
5391
5392 * image.el (insert-image): Copy the image spec and add an
5393 intangible property.
5394
5395 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5396
5397 * help.el (help-xref-interned): Make it also work on variable-only
5398 and function-only symbols.
5399 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5400 (help-follow): If the point under mouse is not highlighted, try
5401 `help-xref-interned' on the pointed-to symbol anyway.
5402
5403 * info.el (Info-on-current-buffer): New entry point.
5404 (Info-find-node): Split into two for Info-on-current-buffer to
5405 hook into it.
5406 (Info-current-file, Info-set-mode-line, Info-up):
5407 Info-current-file can now be t.
5408 (Info-clone-buffer-hook): Function for `clone-buffer'.
5409 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5410 Make `clone-buffer' available in various ways to the user.
5411
5412 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5413
5414 * simple.el (shell-command, shell-command-on-region): Use
5415 make-temp-file.
5416 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5417
5418 * subr.el (with-current-buffer): Don't use backquotes to avoid
5419 bootstrapping problems.
5420
5421 * loadup.el (load-path): Add subdirs for bootstrapping.
5422 (docstrings): Ignore errors during bootstrapping.
5423 (args): New `bootstrap' argument (for use in place of `dump').
5424
5425 1999-10-12 Emmanuel Briot <briot@gnat.com>
5426
5427 * ada-stmt.el: Doc-string fixes.
5428
5429 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5430
5431 * recentf.el: New file.
5432
5433 * ps-mode.el: New file.
5434
5435 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5436 case insensitive.
5437
5438 1999-10-12 Richard Sharman <rsharman@pobox.com>
5439
5440 * sh-script.el: Added support for indenting existing scripts.
5441 (sh-mode-map): Added new bindings.
5442 (sh-mode): Updated mode doc-string for new commands, added
5443 make-local-variable calls, initialize mode-specific variables.
5444 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5445 is now a different function.
5446 (sh-header-marker): Changed docstring.
5447 (sh-set-shell): Initialize mode-specific variables.
5448 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5449 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5450 Changed these define-skeleton calls to work with user-specified
5451 indentation settings.
5452 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5453 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5454 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5455 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5456 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5457 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5458 (sh-guess-basic-offset, sh-handle-after-case-label)
5459 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5460 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5461 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5462 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5463 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5464 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5465 (sh-handle-this-then, sh-help-string-for-variable)
5466 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5467 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5468 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5469 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5470 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5471 (sh-remove-our-text-properties, sh-rescan-buffer)
5472 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5473 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5474 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5475 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5476 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5477 functions.
5478 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5479 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5480 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5481 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5482 (sh-var-list): New variables.
5483
5484 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5485
5486 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5487 a value one line to high if the cursor wasn't at the start of a
5488 line. A `beginning-of-line' is now performed before making the
5489 call to `count-lines'.
5490
5491 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5492
5493 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5494
5495 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5496
5497 * Makefile (setwins): Abstract out the command to find subdirectories
5498 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5499 (custom-deps, finder-data, autoloads, update-subdirs, updates)
5500 (autoloads-with-other-emacs): Use it.
5501
5502 * diff-mode.el: New file. A mode for viewing/editing context diffs.
5503
5504 1999-10-09 Gerd Moellmann <gerd@gnu.org>
5505
5506 * Makefile (bootstrap-compile): New target. Compile Lisp
5507 files with ../src/temacs.
5508
5509 1999-10-08 Dave Love <fx@gnu.org>
5510
5511 * ange-ftp.el: Require dired when compiling.
5512 (ange-ftp-normal-login): Allow EFS-style port specification.
5513
5514 1999-10-08 Simon Marshall <simon@gnu.org>
5515
5516 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5517 (regexp-opt-group): Use it to get common suffixes in STRINGS.
5518 If STRINGS is nil, return "" rather than nil.
5519
5520 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5521
5522 * Makefile (compile): Compile files one by one. Set load-path to
5523 current directory and subdirectories when compiling.
5524
5525 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5526
5527 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5528 (emacs): Use it everywhere instead of EMACS.
5529 (compile): New target. Compile all Lisp files from scratch.
5530 (recompile): New target. Recompile lisp directory.
5531 (autoloads-with-other-emacs): New target. Build loaddefs.el with
5532 an Emacs executable not built in the current directory tree.
5533
5534 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
5535
5536 * filecache.el (file-cache-completion-ignore-case): New variable,
5537 defaulting to the value of completion-ignore-case.
5538 (file-cache-minibuffer-complete): Use it.
5539 (file-cache-files-matching, file-cache-files-matching-internal):
5540 New functions.
5541
5542 1999-10-07 Emmanuel Briot <briot@gnat.com>
5543
5544 * ada-xref.el: New file
5545
5546 * ada-prj.el: New file
5547
5548 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5549
5550 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5551 subprogram being created.
5552
5553 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5554 ada-indent-newline-indent): Rewritten to support the new indentation
5555 scheme
5556
5557 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5558 New functions
5559
5560 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5561 justification parameter
5562
5563 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5564 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5565 external program
5566
5567 1999-10-07 Dave Love <fx@gnu.org>
5568
5569 * bindings.el (bound-and-true-p): New macro.
5570 (make-mode-line-mouse-sensitive): Don't require easymenu.
5571
5572 1999-10-07 Gerd Moellmann <gerd@gnu.org>
5573
5574 * custom.el (defface): Extend documentation for new values of
5575 `type'.
5576
5577 * faces.el (face-spec-set-match-display): Recognize `type' of
5578 `motif', `lucid', `x-toolkit'.
5579 (menu): New face.
5580
5581 1999-10-05 Dave Love <fx@gnu.org>
5582
5583 * files.el: Recognize temporary crontab files.
5584
5585 * info.el: Require jka-compr when compiling.
5586 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5587
5588 1999-10-04 Dave Love <fx@gnu.org>
5589
5590 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5591 scroll-up-aggressively, scroll-down-aggressively.
5592
5593 * time.el (display-time-mode): Add autoload cookie.
5594
5595 * rect.el (delete-extract-rectangle): Doc fix from verna.
5596
5597 * help-macro.el (three-step-help): Customize.
5598
5599 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5600
5601 * hexl.el (hexlify-buffer): Move point in proper range
5602 if it is too large.
5603 (hexl-after-revert-hook): Update hexl-max-address.
5604 (hexl-address-to-marker): Doc fix.
5605
5606 1999-10-03 Dave Love <fx@gnu.org>
5607
5608 * image.el (defimage): Remove redundant code. Substitute file in
5609 image plist.
5610
5611 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
5612
5613 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5614 when doing with-temp-file.
5615
5616 1999-10-01 Dave Love <fx@gnu.org>
5617
5618 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5619
5620 * help.el: Require view when compiling.
5621 (view-emacs-FAQ): Use Info version.
5622
5623 1999-09-29 Ken'ichi Handa <handa@gnu.org>
5624
5625 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5626 (normat->normal). Use correct font names for Korean
5627 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5628
5629 1999-09-29 Kenichi Handa <handa@etl.go.jp>
5630
5631 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5632 code not used by KOI8 to the same 8-bit code instead of mapping to
5633 SPC.
5634 (cyrillic-alternativnyj-decode-table): Likewise.
5635
5636 1999-09-29 Alex Schroeder <alex@gnu.org>
5637
5638 * sql.el (sql-imenu-generic-expression): Aew, used to set
5639 imenu-generic-expression.
5640 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5641 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
5642 imenu-case-fold-search, and imenu-syntax-alist.
5643 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5644 setting font-lock-defaults' SYNTAX-ALIST.
5645
5646 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5647
5648 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
5649 macro, try again.
5650
5651 1999-09-28 Dave Love <fx@gnu.org>
5652
5653 * cus-edit.el (custom-comment): Change widget definition.
5654 (custom-comment-create, custom-comment-show)
5655 (custom-comment-invisible-p): Don't use :comment-overlay.
5656 (custom-comment-hide): New function.
5657 (custom-variable-set, custom-variable-save)
5658 (custom-variable-reset-standard, custom-face-set)
5659 (custom-face-save): Use it.
5660
5661 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5662
5663 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
5664
5665 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5666
5667 * faces.el (region): Doc fix.
5668
5669 1999-09-27 Dave Love <fx@gnu.org>
5670
5671 * isearch.el (isearch): Add :links in defgroup.
5672 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
5673 (isearch-switch-frame-handler): Comment out (unused).
5674 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
5675 (isearch-ring-retreat-edit): Doc fix.
5676 (isearch-mouse-yank): New command.
5677 (isearch-last-command-char): Removed. Callers changed to use
5678 last-command-char.
5679 (isearch-char-to-string): Removed. Callers changed to use
5680 char-to-string.
5681
5682 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
5683
5684 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
5685 option for Russian.
5686
5687 1999-09-25 Gerd Moellmann <gerd@gnu.org>
5688
5689 * faces.el (face-differs-from-default-p): Compare face
5690 attributes individually.
5691
5692 * image.el (put-image, insert-image): Add string argument.
5693
5694 1999-09-24 Gerd Moellmann <gerd@gnu.org>
5695
5696 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
5697 LANG=de_DE.iso88591 on HPUX 11.0.
5698
5699 * dired.el (dired-move-to-filename-regexp): Make it work
5700 for LANG=de_DE.iso88591 on HPUX 11.0.
5701
5702 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5703
5704 * info.el (info-initialize): Don't test existence of ALTERNATIVE
5705 if we know for some other reason it should not be used.
5706
5707 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
5708 New variable.
5709 (edebug-recursive-edit): Save current-prefix-arg there,
5710 bind it, and set it back at the end.
5711 (edebug-outside-excursion): Restore and update the outside
5712 value of current-prefix-arg.
5713 (edebug-emacs-version-specific): Delete support for Epoch.
5714
5715 1999-09-24 Howard Melman <howard@silverstream.com>
5716
5717 * imenu.el (imenu-after-jump-hook): New variable.
5718 (imenu): Run menu-after-jump-hook.
5719 (imenu-name-lookup-function): New variable.
5720 * imenu.el (imenu--in-alist): Use those variables.
5721
5722 1999-09-24 Carsten Dominik <cd@gnu.org>
5723
5724 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
5725 multiple thebibliography environments.
5726
5727 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
5728 with recentering window.
5729 (reftex-extract-bib-entries-from-thebibliography,
5730 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
5731 with multiple thebibliography environments.
5732
5733 * textmodes/reftex-vars.el
5734 (reftex-section-levels): Function allowed as cdr.
5735 (reftex-max-section-depth) New option.
5736
5737 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
5738 with multiple thebibliography environments.
5739
5740 1999-09-23 Gerd Moellmann <gerd@gnu.org>
5741
5742 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
5743 instead of point-min in call to delete-region.
5744
5745 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
5746
5747 * vc.el (vc-backend-checkout): Use with-temp-file when checking
5748 out into arbitrary file names.
5749
5750 1999-09-19 Ken'ichi Handa <handa@gnu.org>
5751
5752 * language/european.el ("Turkish"): New language environment.
5753
5754 1999-09-19 Dave Love <fx@gnu.org>
5755
5756 * delim-col.el: New file.
5757
5758 1999-09-17 Richard Stallman <rms@gnu.org>
5759
5760 * files.el (after-find-file): When visiting a backup file,
5761 make it read-only.
5762
5763 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
5764 (apropos-keybinding-face, apropos-label-face): Likewise.
5765 (apropos-property-face, apropos-match-face): Likewise.
5766 (apropos-label-properties): New variable.
5767 (apropos-print-doc): Use apropos-label-properties.
5768 (apropos-print): Set apropos-label-properties.
5769
5770 1999-09-15 Richard Stallman <rms@gnu.org>
5771
5772 * winner.el: Use aref instead of sref.
5773
5774 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
5775
5776 1999-09-14 Gerd Moellmann <gerd@gnu.org>
5777
5778 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
5779
5780 1999-09-14 Richard Stallman <rms@gnu.org>
5781
5782 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
5783 cookie, even if followed by a letter.
5784
5785 1999-09-14 Stephen Eglen <stephen@gnu.org>
5786
5787 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
5788 --no-line-editing are passed to Octave by including them here
5789 rather than storing them in inferior-octave-startup-args.
5790
5791 1999-09-14 Eli Zaretskii <eliz@gnu.org>
5792
5793 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
5794 command, option, env and sc.
5795
5796 * subr.el (shell-quote-argument): Quote argument with double
5797 quotes for ms-dos.
5798
5799 1999-09-14 Richard Stallman <rms@gnu.org>
5800
5801 * simple.el (eval-expression-print-level): New variable.
5802 (eval-expression-print-length): New variable.
5803 (eval-expression-debug-on-error): New variable.
5804 (eval-expression): Bind print-level, print-length and
5805 debug-on-error from those vars.
5806
5807 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
5808 Bind print-level, print-length and debug-on-error.
5809
5810 1999-09-14 Inge Frick <inge@nada.kth.se>
5811
5812 * dired.el (dired-recursive-deletes): New custom variable.
5813 (dired-re-no-dot): New variable.
5814 (dired-delete-file): New function deletes files and directories
5815 recursively.
5816 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
5817
5818 * dired-aux.el (dired-recursive-copies): New custom variable.
5819 (dired-handle-overwrite): Broke a long line.
5820 (dired-copy-file): Call `dired-copy-file-recursive' instead of
5821 `copy-file'.
5822 (dired-copy-file-recursive): New function. Copy directories
5823 recursively.
5824 (dired-do-create-files): Added support for generalized directory
5825 target. How-to function may now return a function. New fluid
5826 variable `dired-one-file'.
5827 (dired-copy-how-to-fn): New variable.
5828 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
5829 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
5830 (dired-do-copy-regexp): No recursive copies.
5831
5832 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
5833
5834 * whitespace.el (whitespace-version): Update version to 2.4
5835
5836 * whitespace.el: Add customization variables to conditionally test
5837 any of the five whitespaces, per request from Rune Kleveland
5838 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
5839
5840 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
5841
5842 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
5843 list of modes to be checked for bogus whitespaces.
5844
5845 * whitespace.el (whitespace-rescan-timer-time): Update
5846 documentation.
5847
5848 * whitespace.el (whitespace-display-unchecked-whitespaces):
5849 New function to update modeline with untested whitespaces.
5850
5851 * whitespace.el (whitespace-buffer): Test only whitespaces whose
5852 checking is turned on, and update modeline using the newly created
5853 `whitespace-display-unchecked-whitespaces'.
5854
5855 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
5856 whose checking is turned on, and update modeline using the newly
5857 created `whitespace-display-unchecked-whitespaces'.
5858
5859 * whitespace.el (whitespace-describe): Update documentation.
5860
5861 * whitespace.el (whitespace-tickle-timer): Test if
5862 `whitespace-rescan-timer-time' is non-zero before tickling timer.
5863
5864 1999-09-13 Dave Love <fx@gnu.org>
5865
5866 * hideif.el (hide-ifdef-mode): Add autoload cookie.
5867
5868 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
5869 for temp buffer.
5870 (checkdoc-this-string-valid): Don't assume default comment-start.
5871
5872 1999-09-13 Gerd Moellmann <gerd@gnu.org>
5873
5874 * rsz-mini.el: Remove code, keep the interface.
5875
5876 1999-09-13 Dave Love <fx@gnu.org>
5877
5878 * help.el (help-highlight-p): Doc fix.
5879
5880 * faces.el (mode-line, header-line, tool-bar): Add :version.
5881 (highlight, secondary-selection): Add :group.
5882 (trailing-whitespace): Add :group, :version.
5883
5884 * wid-edit.el: Remove some compatibility code and checks.
5885 (widget-specify-field, widget-specify-button): Don't use XEmacs
5886 properties.
5887 (widget-overlay-inactive): Change error message.
5888 (widget-button-pressed-face): New variable.
5889 (widget-button-click): Use it.
5890 (widget-documentation-link-add): Specify mouse and button faces.
5891 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
5892 removed now the functionality is built in.
5893
5894 * cus-edit.el: Don't define-widget-keywords.
5895 (multimedia): New group.
5896 (custom-last): Function removed.
5897 (custom-quote): Add vectorp case, comment out characterp case.
5898 (custom-buffer-done-function, custom-raised-buttons): New option.
5899 (Custom-buffer-done): New function.
5900 (custom-buffer-create-internal): Obey custom-raised-buttons,
5901 Custom-buffer-done.
5902 (custom-button-face): Make it `released-button'.
5903 (custom-button-pressed-face): Make it `pressed-button'
5904 (custom-mode-map): Bind "q" to Custom-buffer-done.
5905 (custom-mode): Deal with raised/pressed buttons.
5906
5907 Changes from Didier Verna:
5908 (custom-prompt-variable): Optional third arg makes prompt for a
5909 comment string.
5910 (customize-set-value, customize-set-variable,
5911 customize-save-variable): Optional prefix makes function handle
5912 variable comments.
5913 (customize-customized, customize-saved, custom-variable-state-set)
5914 (custom-variable-set, custom-variable-save, custom-face-state-set)
5915 (custom-variable-reset-saved, custom-variable-reset-standard)
5916 (custom-face-set, custom-face-save, custom-face-reset-saved)
5917 (custom-face-reset-standard, customize-save-customized): Handle
5918 custom comments.
5919 (custom-comment-face, custom-comment-tag-face): New face.
5920 (custom-comment): New widget.
5921 (custom-comment-create, custom-comment-delete)
5922 (custom-comment-value-set, custom-comment-show)
5923 ()custom-comment-invisible-p): New functions.
5924 (custom-variable-value-create, custom-face-value-create): Create a
5925 comment field widget.
5926 (custom-variable-menu, custom-face-menu): New entry for custom
5927 comment.
5928 (custom-face-value-create): Remove compatibility code.
5929 (custom-save-variables, custom-save-faces): Possibly save custom
5930 comments.
5931
5932 * cus-face.el (custom-face-attributes): Simplify :underline,
5933 :overline, :inverse-video cases. Fix up :box case (probably needs
5934 more work).
5935
5936 Change from Didier Verna:
5937 (custom-set-faces): The arguments can now have a custom comment as
5938 fourth argument.
5939
5940 * custom.el: Don't define-widget-keywords.
5941 Change from Didier Verna:
5942 (custom-set-variables): The arguments can now have a
5943 custom comment as fifth element.
5944
5945 1999-09-13 Richard Stallman <rms@gnu.org>
5946
5947 * info.el (Info-find-node): Cope better if guesspos is too large.
5948
5949 1999-09-12 Gerd Moellmann <gerd@gnu.org>
5950
5951 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
5952 of buffer-substring because buffer-string doesn't copy the
5953 prompt.
5954
5955 * faces.el (mode-line): Replaces `modeline'.
5956 (toplevel): Make `modeline' an alias for `mode-line'.
5957
5958 1999-09-12 Gerd Moellmann <gerd@gnu.org>
5959
5960 * gs.el: Change `ghostscript' to `postscript' in comment.
5961
5962 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
5963
5964 * emulation/tpu-edt.el (tpu-version): New version.
5965 (tpu-search-overlay, tpu-replace-overlay): New variables.
5966 (tpu-search-highlight, tpu-toggle-direction): New functions.
5967 (tpu-lm-replace): Set tpu-replace-overlay.
5968 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
5969 command hook.
5970
5971 1999-09-11 Richard Stallman <rms@gnu.org>
5972
5973 * isearch.el (isearch-mode-map): Undo previous change.
5974
5975 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
5976 use all of that as the sexp.
5977
5978 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
5979 and use the initial argument as file name directly.
5980 Likewise if nothing matches.
5981
5982 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
5983
5984 * winner.el: Major changes. Avoid changing point and mark.
5985 Save configurations after they change, not before.
5986
5987 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
5988
5989 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
5990 Bind print-continuous-numbering and print-number-table.
5991
5992 1999-09-10 Dave Love <fx@gnu.org>
5993
5994 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
5995
5996 1999-09-09 Richard Stallman <rms@gnu.org>
5997
5998 * whitespace.el: Finish making it fit Emacs conventions.
5999 Add autoloads.
6000
6001 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6002
6003 * generic-x.el (bat-generic-mode): "::"-style comments don't
6004 need to begin with "-". Fix the font-lock definitions of ON/OFF
6005 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6006 from the list of keywords. Add DO to the list of keywords.
6007
6008 1999-09-09 Dave Love <fx@gnu.org>
6009
6010 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6011 (byte-optimize-backward-word): New optimizations.
6012 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6013 entries.
6014
6015 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6016
6017 * image.el (put-image): Remove optional buffer parameter.
6018
6019 * faces.el (face-italic-p): Return t only for values `italic'
6020 and `oblique'.
6021
6022 * mouse.el (mouse-drag-mode-line-1): Extension of former
6023 mouse-drag-mode-line that also drags the header line.
6024 (mouse-drag-mode-line): Call it.
6025 (mouse-drag-header-line): New.
6026 (toplevel): Bind down-mouse-1 on header lines to
6027 mouse-drage-header-line.
6028
6029 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6030
6031 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6032 (make-mode-line-mouse-sensitive): Replace `top-line' by
6033 `header-line'.
6034
6035 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6036
6037 * help.el (describe-function-1): Don't return empty string for keymaps.
6038
6039 * fill.el (fill-region-as-paragraph, canonically-space-region):
6040 Respect colon-double-space at end of line.
6041
6042 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6043
6044 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6045 (backup-buffer): Use it.
6046
6047 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6048
6049 * generic-x.el (generic-define-unix-modes): Added new modes:
6050 inetd-conf-generic-mode, etc-services-generic-mode,
6051 etc-passwd-generic-mode. These are all defined for Unix by default.
6052 (apache-generic-mode): Use an imenu-generic-expression to list
6053 Configuration keywords.
6054 (samba-generic-mode): Use both ; and # as comment characters.
6055 (samba-generic-mode): Font-lock expressions now highlight name
6056 value pairs.
6057 (bat-generic-mode): Keywords are now case-insensitive through
6058 font-lock-defaults setting.
6059 (java-properties-generic-mode): Supports both ! and # as comment
6060 characters.
6061 (java-properties-generic-mode): Added an imenu-generic-expression
6062 (java-properties-generic-mode): Reworked to support the various
6063 different ways to separate name and value (viz, '=', ':' and
6064 whitespace).
6065 (show-tabs-generic-mode): Added this new generic-mode.
6066
6067 1999-09-08 Richard Stallman <rms@gnu.org>
6068
6069 * progmodes/inf-lisp.el: Moved from top directory.
6070
6071 * tar-mode.el (tar-header-block-tokenize):
6072 Use `when' instead of `and'. Fix some clobbered text.
6073
6074 * gud.el (gud-make-debug-menu): Make a child for the
6075 local menu, for its menu bar, and the debug menu.
6076 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6077 Use the history in the simple way.
6078
6079 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6080
6081 * language/korea-util.el (default-korean-keyboard): Initialize it
6082 according to the environment variable HANGUL_KEYBOARD_TYPE.
6083
6084 1999-09-07 Richard Stallman <rms@gnu.org>
6085
6086 * subr.el (make-temp-file): New function.
6087
6088 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6089
6090 * font-lock.el (font-lock-multiline): New text property contains
6091 a boolean to indicate if the char is part of a multiline match.
6092 (font-lock-default-fontify-region): Extend the region appropriately
6093 for multiline keywords.
6094 (font-lock-default-unfontify-region): Also remove the new
6095 font-lock-multiline text property.
6096 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6097 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6098
6099 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6100
6101 * diary-lib.el (list-diary-entries): Make sure two-digit years
6102 have leading zeros.
6103
6104 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6105
6106 * faces.el (face-set-after-frame-default): Initialize some
6107 attributes of some faces from frame parameters.
6108
6109 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6110
6111 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6112
6113 * faces.el (fringe): Replaces face `margin'.
6114
6115 1999-09-07 Dave Love <fx@gnu.org>
6116
6117 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6118
6119 1999-09-07 Richard Stallman <rms@gnu.org>
6120
6121 * subr.el (push): Doc fix.
6122
6123 1999-09-06 Richard Stallman <rms@gnu.org>
6124
6125 * vc.el (vc-annotate-display): Use < 69 not < 70
6126 to distinguish 20YY from 19YY.
6127
6128 * timezone.el (timezone-parse-date): Use < 69 not < 70
6129 to distinguish 20YY from 19YY.
6130
6131 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6132
6133 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6134
6135 * quickurl.el: (quickurl-list-focused-line): Removed.
6136 (quickurl-list-insert): Now works out the focused line using
6137 `count-lines' instead of using `quickurl-list-focused-line'.
6138
6139 1999-09-06 Richard Stallman <rms@gnu.org>
6140
6141 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6142 to beginning of message.
6143
6144 1999-09-06 Dave Love <fx@gnu.org>
6145
6146 * isearch.el (isearch-mode-map): Add mouse-2.
6147
6148 * mail/rmail.el (rmail-read-password): Deleted.
6149 (rmail-get-pop-password): Use read-password.
6150
6151 * quickurl.el: Don't conditionally define caddr.
6152 (quickurl-url-comment): Use nth, not caddr in function and
6153 defsetf.
6154
6155 1999-09-06 Richard Stallman <rms@gnu.org>
6156
6157 * auto-show.el: Doc fixes.
6158
6159 1999-09-06 Stephen Eglen <stephen@gnu.org>
6160
6161 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6162 --no-line-editing so that TABs in source files are not interpreted
6163 as completion requests.
6164
6165 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6166
6167 * hscroll.el, auto-show.el: Remove all code, keep the public
6168 interface as no-ops.
6169
6170 * faces.el (face-bold-p): Don't return t if face has lighter
6171 weight than normal.
6172
6173 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6174
6175 * startup.el (command-line): Make small-temporary-file-directory
6176 be nil except on ms-dos.
6177
6178 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6179
6180 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6181 is defined.
6182
6183 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6184 letters with a colon after d or l.
6185
6186 1999-09-06 Dave Love <fx@gnu.org>
6187
6188 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6189 primitive.)
6190
6191 1999-09-05 Richard Stallman <rms@gnu.org>
6192
6193 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6194
6195 * textmodes/paragraphs.el (backward-kill-sentence):
6196 Don't test minibuffer-prompt-end here.
6197 (forward-sentence): Do handle it here.
6198 (backward-kill-paragraph): Don't test it here.
6199 (forward-paragraph): Handle it here.
6200
6201 * mouse.el (font-menu-add-default): Simplify code.
6202
6203 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6204
6205 * faces.el (header-line): Renamed from `top-line'.
6206
6207 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6208
6209 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6210
6211 1999-09-04 Richard Stallman <rms@gnu.org>
6212
6213 * whitespace.el: New file.
6214
6215 1999-09-04 Dave Love <fx@gnu.org>
6216
6217 * paths.el: Make some doc strings obey the make-docfile convention.
6218
6219 * bindings.el: Likewise.
6220 (debug-ignored-errors): Remove BBDB ones.
6221
6222 1999-09-03 Richard Stallman <rms@gnu.org>
6223
6224 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6225 not from the draft to forward.
6226
6227 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6228
6229 1999-09-03 Dave Love <fx@gnu.org>
6230
6231 * double.el (double-mode): Customize the variable.
6232
6233 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6234
6235 * international/characters.el: Delete duplicated code.
6236
6237 1999-09-02 Richard Stallman <rms@gnu.org>
6238
6239 * indent.el (indent-relative): Doc fix.
6240
6241 * quickurl.el (quickurl): Doc fix.
6242
6243 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6244
6245 * faces.el (margin): Change background to "gray" for mono (this is
6246 drawn with a stipple pattern).
6247
6248 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6249
6250 * simple.el (next-history-element): Use minibuffer-prompt-end once
6251 again. Remove test for minibuffer-prompt-in-buffer.
6252
6253 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6254
6255 * files.el (small-temporary-file-directory): New variable.
6256
6257 * startup.el (command-line): Compute the value of
6258 small-temporary-file-directory.
6259
6260 * ediff-init.el (ediff-temp-file-prefix): Use
6261 small-temporary-file-directory if non-nil.
6262
6263 * vc.el (vc-update-change-log): Likewise.
6264
6265 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6266
6267 * simple.el (shell-command, shell-command-on-region): Use
6268 make-temp-name properly. Use small-temporary-file-directory if
6269 non-nil, otherwise temporary-file-directory, to generate temporary
6270 files.
6271
6272 * dos-w32.el (direct-print-region-helper): Use
6273 temporary-file-directory. (From Stefan Monnier.)
6274
6275 1999-09-02 Richard Stallman <rms@gnu.org>
6276
6277 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6278 from asm-comment-char.
6279 (asm-font-lock-keywords): Recognize instruction width suffixes.
6280
6281 1999-09-01 Richard Stallman <rms@gnu.org>
6282
6283 * play/fortune.el: New file.
6284
6285 1999-08-31 Dave Love <fx@gnu.org>
6286
6287 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6288 after key table.
6289
6290 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6291 redisplay variables.
6292
6293 * subr.el (push): Fix typo.
6294
6295 1999-08-30 Kevin Blake <kblake@ticnet.com>
6296
6297 * emacs-lisp/ring.el: Many doc fixes.
6298 (ring-size, ring-copy): New functions.
6299
6300 1999-08-29 Richard Stallman <rms@gnu.org>
6301
6302 * progmodes/etags.el (tags-loop-continue):
6303 After tags-loop-operate returns, force skip to next file.
6304
6305 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6306 (mail-extr-first-letters, mail-extr-last-letters):
6307 Use character classes [:alpha:] and [:alnum:].
6308
6309 * subr.el (push, pop): New macros.
6310
6311 * progmodes/compile.el (compilation-error-regexp-alist):
6312 New item for SGI IRIX MipsPro compilers.
6313
6314 * speedbar.el (speedbar-directory-buttons): Recognize
6315 device names when checking for file names.
6316
6317 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6318
6319 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6320 and specially handle defvar inside their expansions.
6321 (eval-defun-1): New subroutine.
6322
6323 * progmodes/compile.el (compilation-error-regexp-alist):
6324 Fix the Perl -w entry to allow period after line number.
6325 Don't allow newlines in file name, but allow them after line number
6326 for Perl debugging traces.
6327
6328 * which-func.el (which-func-cleanup-function): New variable.
6329 (which-function): Call that function.
6330
6331 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6332 to end a function name.
6333
6334 * informat.el (Info-tagify): Don't insert more than one newline
6335 before the tag table.
6336
6337 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6338
6339 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6340 than make-temp-name, use match-string-no-properties, and eliminate
6341 a quadratic behavior when building bibtex-strings.
6342
6343 1999-08-29 Alex Schroeder <alex@gnu.org>
6344
6345 * comint.el (comint-input-ring-separator): New variable.
6346 (comint-read-input-ring): Doc change; use
6347 comint-input-ring-separator when reading file.
6348 (comint-write-input-ring): Use
6349 comint-input-ring-separator when writing file.
6350
6351 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6352
6353 * informat.el (Info-tagify): Start by widening.
6354 Match node headers that don't list the file name,
6355 and more kinds of page separations.
6356 Strip properties during tagification.
6357 Use start of node header line as tag's position.
6358 Fix the "done" message.
6359
6360 (Info-validate): Save and restore match data around narrowing down.
6361
6362 1999-08-28 Richard M. Stallman <rms@gnu.org>
6363
6364 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6365 On repeated call, override previous values put into
6366 minor-mode-map-alist and minor-mode-alist.
6367
6368 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6369
6370 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6371
6372 1999-08-27 Andreas Schwab <schwab@gnu.org>
6373
6374 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6375 from cvs update.
6376
6377 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6378
6379 * calendar/calendar.el (calendar-move-hook): New hook.
6380
6381 * calendar/cal-move.el: Call the new hook in every movement function.
6382
6383 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6384 the right function name.
6385
6386 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6387
6388 * time-stamp.el: Put quote-backquote around all symbol names
6389 in doc strings, for mousing.
6390 (time-stamp): Support multi-line patterns.
6391 (time-stamp-inserts-lines): New variable.
6392 (time-stamp-count): New variable.
6393 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6394 "Thu" instead of "%a".
6395
6396 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6397
6398 * simple.el (kill-word): Undo previous change.
6399
6400 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6401
6402 * jit-lock.el (jit-lock-function): Extend the fontified range
6403 to the beginning of the line containing the range start and
6404 the beginning of the line following the range end.
6405
6406 1999-08-24 Dave Love <fx@gnu.org>
6407
6408 * timezone.el: Move provide to end.
6409 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6410 <70 are 2000+.
6411 (timezone-parse-time): Simplify somewhat.
6412
6413 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6414
6415 * faces.el (margin): Renamed from bitmap-area.
6416
6417 1999-08-24 Alex Schroeder <alex@gnu.org>
6418
6419 * sql.el: Doc changes.
6420 (sql-sybase): Use sql-server instead of sql-database.
6421
6422 1999-08-23 Dave Love <fx@gnu.org>
6423
6424 * rect.el: Add/fix various doc strings. Add `*' to all the
6425 interactive specs.
6426
6427 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6428
6429 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6430 Don't unwind-protect font-lock-fontify-region.
6431
6432 * paragraphs.el (backward-kill-paragraph): Don't move
6433 point into mini-buffer prompt.
6434 (backward-kill-sentence): Ditto.
6435
6436 * simple.el (next-history-element): Use minibuffer-prompt-end.
6437 Remove test for minibuffer-prompt-in-buffer.
6438 (kill-word): Don't move point into mini-buffer prompt.
6439
6440 1999-08-21 Dave Love <fx@gnu.org>
6441
6442 * Makefile: Exclude CVS dirs like RCS.
6443
6444 1999-08-19 Dave Love <fx@gnu.org>
6445
6446 * tooltip.el (tooltip-mode): Customize this, per convention.
6447 (tooltip-active): Option deleted.
6448
6449 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6450
6451 * hanoi.el, page-ext.el: Declare dynamic vars.
6452
6453 * term.el: Avoid ange-ftp related compilation warnings.
6454
6455 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6456
6457 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6458 the default so that beginners can benefit from it without
6459 searching in manuals.
6460
6461 1999-08-18 Ray Blaak <blaak@gnu.org>
6462
6463 * progmodes/delphi.el: Consider assembly sections as blocks, to
6464 indent them better. Make auto-indent on newline optional.
6465
6466 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6467
6468 * bindings.el (mode-line-modified): Look up key binding for C-x
6469 C-q. If it's bound call that binding, otherwise call
6470 toggle-read-only.
6471
6472 1999-08-17 Dave Love <fx@gnu.org>
6473
6474 * info.el (info): Doc fix.
6475
6476 * finder.el (finder-known-keywords): Add `multimedia'.
6477
6478 * apropos.el: Don't capitalize custom group name.
6479
6480 * info-look.el: Remove compatibility code.
6481 (info-lookup-guess-default*): DTRT for point at start of symbol.
6482 (info-complete): Don't lose with point not at end of symbol.
6483
6484 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6485
6486 * term.el (toplevel): Make face `term-default' an empty face.
6487 The code relied on the fact that Emacs ignored invalid faces in
6488 face text properties in 20.4.
6489
6490 1999-08-16 Richard M. Stallman <rms@gnu.org>
6491
6492 * subr.el (point-at-eol, point-at-bol): New aliases.
6493
6494 * simple.el: Functions reordered.
6495
6496 * rect.el (delete-rectangle-line): Use line-end-position.
6497
6498 1999-08-16 Karl Heuer <kwzh@gnu.org>
6499
6500 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6501 here from simple.el.
6502
6503 1999-08-16 Dave Love <fx@gnu.org>
6504
6505 * mouse.el: Provide `mldrag' for compatibility.
6506 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6507 marked obsolete.
6508
6509 * mldrag.el: Removed since the features are in mouse.el.
6510
6511 * jka-compr.el (auto-compression-mode): New variable for
6512 customization.
6513
6514 * bindings.el (mode-line-mule-info): Doc fix.
6515
6516 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6517 name comparisons.
6518
6519 * files.el (interpreter-mode-alist): Add make, guile, clisp.
6520 (find-file): Doc fix.
6521
6522 1999-08-16 Carsten Dominik <cd@gnu.org>
6523
6524 * textmodes/reftex.el: Most of the code moved to other files.
6525 * textmodes/reftex-auc.el: New file, split out from reftex.el
6526 * textmodes/reftex-cite.el: New file, split out from reftex.el
6527 * textmodes/reftex-global.el: New file, split out from reftex.el
6528 * textmodes/reftex-index.el: New file, split out from reftex.el
6529 * textmodes/reftex-parse.el: New file, split out from reftex.el
6530 * textmodes/reftex-ref.el: New file, split out from reftex.el
6531 * textmodes/reftex-sel.el: New file, split out from reftex.el
6532 * textmodes/reftex-toc.el: New file, split out from reftex.el
6533 * textmodes/reftex-vars.el: New file, split out from reftex.el
6534 * textmodes/reftex-vcr.el: New file, split out from reftex.el
6535
6536 1999-08-16 Carsten Dominik <cd@gnu.org>
6537
6538 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6539 conflict with pop-up-frames.
6540 (reftex-special-environment-parsers): New constant.
6541 (reftex-label-alist): car of an entry can also be a function.
6542 (reftex-what-special-env): Cew function.
6543 (reftex-label-location): Call `reftex-what-special-env'.
6544 (reftex-compile-variables): Check for symbol in
6545 `reftex-label-alist'.
6546 (reftex-what-environment): Fixed bug with stacked environments of
6547 same kind (e.g. enumerate).
6548 (reftex-process-string): Preserve default directory.
6549 (reftex-label-alist-builtin): Changed prefixes of endnote and
6550 footnote. Also the magic words.
6551 (reftex-reference): Interprete new option
6552 `reftex-fref-is-default'.
6553 (reftex-replace-prefix-escapes): Interprete new `%S' format.
6554 (reftex-toc-mouse-view-line): Command removed (had no binding).
6555 (reftex-everything-regexp): New function.
6556 (reftex-nearest-match): Made better.
6557 (reftex-toc-find-section): Use new version of
6558 `reftex-nearest-match'.
6559 (reftex-insert-docstruct): Adapted to work with the index stuff.
6560 (reftex-parse-from-file): Find index entries as well.
6561 (reftex-toc-toggle-index): New function
6562 (reftex-toc-map): `i' is now used to togle the index, File
6563 boundaries has been moved to `F'.
6564 (reftex-select-label-map): Toggling display of file boundaries is
6565 now on the `F' key, for consistency with `reftex-toc-map'.
6566 (reftex-erase-all-selection-and-index-buffers): Renamed from
6567 `reftex-erase-all-selection-buffer'. Now also kills the index
6568 buffers.
6569 (reftex-viewing-cross-references): Customization group renamed
6570 from reftex-viewing-cross-references-and-citations.
6571 (reftex-index-macro-regexp,
6572 reftex-find-index-entry-regexp-format): New variables
6573 (reftex-macros-with-index): New variable
6574 (reftex-add-index-macros): New function
6575 (reftex-renumber-simple-labels, reftex-translate): Allow for
6576 multiple labels in a single ref command.
6577 (reftex-index-support): New customization group
6578 (reftex-support-index, reftex-index-special-chars,
6579 reftex-index-macros, reftex-index-default-macro,
6580 reftex-index-default-tag, reftex-index-math-format,
6581 reftex-index-section-letters, reftex-index-include-context,
6582 reftex-index-follow-mode, reftex-index-header-face,
6583 reftex-index-section-face, reftex-index-tag-face,
6584 reftex-index-face): New options
6585 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6586 reftex-index-tag, reftex-index-return-marker,
6587 reftex-index-restriction-indicator, reftex-index-restriction-data,
6588 reftex-index-macro-regexp, reftex-index-level-re,
6589 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6590 reftex-everything-regexp-no-index, reftex-index-re,
6591 reftex-macros-with-index, reftex-index-macro-alist): New variables
6592 (reftex-index-help, reftex-index-macros-builtin,
6593 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6594 reftex-query-index-macro-help): New constants
6595 (reftex-index-selection-or-word, reftex-index,
6596 reftex-default-index, reftex-update-default-index,
6597 reftex-index-complete-tag, reftex-index-select-tag,
6598 reftex-index-complete-key, reftex-index-update-taglist,
6599 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6600 reftex-display-index, reftex-insert-index,
6601 reftex-index-insert-new-letter, reftex-get-restriction,
6602 reftex-index-pre-command-hook, reftex-index-post-command-hook,
6603 reftex-index-show-help, reftex-index-next, reftex-index-previous,
6604 reftex-index-toggle-follow, reftex-index-toggle-context,
6605 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6606 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6607 reftex-index-quit, reftex-index-quit-and-kill,
6608 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6609 reftex-index-revert, reftex-index-switch-index-tag,
6610 reftex-index-restrict-to-section, reftex-index-widen,
6611 reftex-index-restriction-forward,
6612 reftex-index-restriction-backward, reftex-index-visit-location,
6613 reftex-index-analyze-entry, reftex-index-globalize,
6614 reftex-index-edit, reftex-index-toggle-range-beginning,
6615 reftex-index-toggle-range-end, reftex-index-edit-key,
6616 reftex-index-edit-attribute, reftex-index-edit-visual,
6617 reftex-index-edit-part, reftex-index-level-down,
6618 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6619 reftex-index-change-entry, reftex-index-goto-letter,
6620 reftex-add-index-macros, reftex-ensure-index-support,
6621 reftex-index-info-safe, reftex-index-info): New functions.
6622
6623
6624 1999-08-15 Richard M. Stallman <rms@gnu.org>
6625
6626 * paren.el (show-paren-mode): Support making show-paren-mode
6627 a buffer-local variable. Don't check for a window system.
6628 (show-paren-function): Check whether show-paren-function is
6629 enabled in current buffer; do the right thing if not.
6630 Don't check for a window system.
6631 (show-paren-mode): Make it a user variable.
6632
6633 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6634 Handle `enum' like `struct'.
6635
6636 * server.el (server-process-filter): If a client visits no buffers,
6637 close it immediately before recording it.
6638
6639 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6640 Optimize by calling concat just once. Handle =\n sequence.
6641 (mail-unquote-printable-region): New command.
6642 (mail-quote-printable): Make it autoload.
6643
6644 1999-08-15 Karl Heuer <kwzh@gnu.org>
6645
6646 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6647
6648 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
6649
6650 * lisp/texinfmt.el: Handle @ifnottex.
6651
6652 1999-08-15 Eli Zaretskii <eliz@gnu.org>
6653
6654 * frame.el (blink-cursor): Don't turn on cursor blinking for
6655 ms-dos.
6656
6657 * faces.el (face-valid-attribute-values): Look in
6658 x-bitmap-file-path only for x and w32 window systems.
6659
6660 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
6661 Do that if width is nil as well.
6662 (x-display-mm-height, x-display-mm-width): Update values.
6663 (x-colors): Compute the list from msdos-color-values.
6664 (x-select-enable-clipboard): Doc fix.
6665 (x-frob-font-weight, x-font-family-list): New functions.
6666
6667 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
6668
6669 * window.el (shrink-window-if-larger-than-buffer): Don't try to
6670 back up from beginning of buffer.
6671
6672 1999-08-13 Karl Heuer <kwzh@gnu.org>
6673
6674 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
6675
6676 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
6677
6678 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
6679 doomsday clock, speed control is added and changes are made to
6680 allow large numbers of rings: rings now show the whole ring
6681 number, not just the last digit; consecutive rings are allowed to
6682 be the same size when necessary to fit all the rings in the
6683 window; and poles can be oriented horizontally. Face support is
6684 thrown in gratuitously.
6685 (hanoi): Changed default number of rings back to 3.
6686 (hanoi-unix, hanoi-unix-64): New commands
6687 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
6688 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
6689 hanoi-odd-ring-face): New variables.
6690 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
6691 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
6692 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
6693 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
6694 (hanoi-topos, hanoi-draw-ring): Removed.
6695
6696 1999-08-12 Gerd Moellmann <gerd@gnu.org>
6697
6698 * faces.el (face-valid-attribute-values): Return an alist for
6699 families on ttys.
6700 (face-read-integer): Handle unspecified face attributes. Add
6701 completion for `unspecified'.
6702 (read-face-attribute): Handle unspecified font attributes.
6703 (face-valid-attribute-values): Add `unspecified' to lists so that
6704 it can be chosen via completion.
6705 (face-read-string): Don't recognize "none" as input.
6706
6707 1999-08-10 Dave Love <fx@gnu.org>
6708
6709 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
6710 string.
6711
6712 * sun-curs.el: Require sun-fns.
6713
6714 1999-08-10 Dave Love <fx@gnu.org>
6715
6716 * autorevert.el (auto-revert-mode): Add autoload cookie.
6717
6718 * hscroll.el, auto-show.el: Files deleted -- we have built-in
6719 hscroll.
6720
6721 * simple.el (hscroll-step, hscroll-point-visible)
6722 (hscroll-window-column): Remove now we have the mentioned real
6723 horizontal autoscrolling.
6724
6725 1999-08-10 Richard M. Stallman <rms@gnu.org>
6726
6727 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
6728 control use of -f option.
6729 (mail-specify-envelope-from): New variable.
6730 (mail-from-style): Doc fix.
6731
6732 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
6733 (easy-menu-get-map): New arg TO-MODIFY helps choose
6734 between local and global maps.
6735 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
6736 (easy-menu-change): Doc fix.
6737
6738 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
6739 (info-lookup-guess-default): Simplified and cleaned up.
6740 (info-lookup-guess-default*): Preserve point.
6741
6742 * view.el (view-mode-disable): If buffer-read-only is nil,
6743 don't change it.
6744
6745 * files.el (after-find-file): Disable View mode if buffer is no
6746 longer read-only.
6747
6748 * view.el (view-mode-enable, view-mode-disable):
6749 Call force-mode-line-update.
6750
6751 1999-08-10 Karl Heuer <kwzh@gnu.org>
6752
6753 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
6754 * array.el, play/landmark.el, international/latin-3.el: Likewise.
6755 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
6756
6757 1999-08-10 Alex Schroeder <asc@bsiag.com>
6758
6759 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
6760 to prevent m-eating-bug.
6761
6762 1999-08-10 Eli Zaretskii <eliz@gnu.org>
6763
6764 * term/pc-win.el (msdos-bg-mode): Remove. Call
6765 frame-set-background-mode instead. All callers changed.
6766 (msdos-face-setup): Don't force color display parameter, it is set
6767 by frame-set-background-mode.
6768 (make-msdos-frame): Call x-handle-reverse-video and
6769 face-set-after-frame-default. Delete frame if creation failed.
6770
6771 * faces.el (face-set-after-frame-default): Don't call
6772 make-face-x-resource-internal for the pc window-system.
6773
6774 1999-08-10 Dave Love <fx@melange.gnu.org>
6775
6776 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
6777 case with no docstring specially.
6778
6779 1999-08-09 Eli Zaretskii <eliz@gnu.org>
6780
6781 * complete.el (PC-do-completion): If completing on file name,
6782 reproduce str by concatenating its directory and basename parts.
6783
6784 1999-08-07 Dave Love <fx@gnu.org>
6785
6786 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
6787 unibyte to multibyte conversion of search-forward (from Handa),
6788 but avoid the replacement if the language is Latin-N.
6789
6790 1999-08-06 Richard Stallman <rms@gnu.org>
6791
6792 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
6793 of eval-buffer.
6794
6795 * international/mule.el (load-with-code-conversion):
6796 Pass t to eval-buffer for DO-ALLOW-PRINT.
6797
6798 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
6799
6800 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
6801 of filenames and attributes.
6802 (ls-lisp-insert-directory): Use directory-files-and-attributes
6803 for speed.
6804
6805 1999-08-05 Dave Love <fx@gnu.org>
6806
6807 * auto-show.el (auto-show-mode): Fix :set.
6808
6809 * widget.el (define-widget-keywords): Make dummy definition and
6810 comment-out its use.
6811
6812 1999-08-04 Richard Stallman <rms@gnu.org>
6813
6814 * progmodes/tcl.el: Customized.
6815
6816 * sql.el (sql-accumulate-and-indent): Instead of testing
6817 whether this is Emacs 20 before calling comint-accumulate,
6818 test whether comint-accumulate is defined.
6819
6820 1999-08-04 Dave Love <fx@gnu.org>
6821
6822 * sgml-mode.el: Require outline when compiling.
6823 (sgml-mode-hook, html-mode-hook): Customize.
6824 (sgml-validate-command): Fix :version.
6825 (html-autoview-mode): Doc fix.
6826
6827 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
6828 nothing in Latin-N environment.
6829
6830 * info.el (Info-find-node): Call info-initialize here.
6831 (info): Not here.
6832 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
6833
6834 1999-08-04 Richard Stallman <rms@gnu.org>
6835
6836 * ansi-color.el: New file.
6837
6838 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
6839
6840 * dired.el (dired-string-replace-match): Return `nil' when no match
6841 found with global search.
6842
6843 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
6844 * terminal.el (te-terminfo-directory):
6845 * mail/mailpost.el (post-mail-send-it):
6846 * mail/metamail.el (metamail-region):
6847 * progmodes/ada-mode.el (ada-tmp-directory):
6848 Use temporary-file-directory.
6849
6850 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
6851 (compilation-filter, compilation-forget-errors)
6852 (compilation-parse-errors): Use a marker instead of an integer for
6853 `compilation-parsing-end'.
6854
6855 * progmodes/diff.el (diff-parse-differences):
6856 Use a marker instead of an integer for `compilation-parsing-end'.
6857 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6858 Use a marker instead of an integer for `compilation-parsing-end'.
6859
6860 1999-08-03 Richard Stallman <rms@gnu.org>
6861
6862 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
6863 (Buffer-menu-mode): Doc fix.
6864 (Buffer-menu-view): New command.
6865 (Buffer-menu-view-other-window): New command.
6866
6867 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
6868
6869 * replace.el (query-replace-regexp-eval)
6870 (replace-eval-replacement, replace-loop-through-replacements)
6871 (replace-match-string-symbols): New functions.
6872 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
6873 Use replace-loop-through-replacements.
6874
6875 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
6876
6877 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
6878 (5x5): Doc fix.
6879
6880 1999-08-03 Dave Love <fx@gnu.org>
6881
6882 * fortran.el (fortran-indent-new-line): Make it an alias
6883 for reindent-then-newline-and-indent.
6884
6885 1999-08-03 Didier Verna <verna@inf.enst.fr>
6886
6887 * rect.el: All functions rewritten, except when noted above
6888 their declaration. Below is a list of interface changes.
6889 (apply-on-rectangle): New function, mostly replaces
6890 `operate-on-rectangle'. All callers changed.
6891 (move-to-column-force): Pass new second argument to `move-to-column'.
6892 (kill-rectangle): Added optional prefix arg to fill lines.
6893 (delete-rectangle): Ditto.
6894 (delete-whitespace-rectangle): Ditto.
6895 (delete-extract-rectangle): Ditto.
6896 (open-rectangle): Ditto.
6897 (clear-rectangle): Ditto.
6898 (delete-whitespace-rectangle-line): New function.
6899 (delete-rectangle-line): Added third arg FILL.
6900 (delete-extract-rectangle-line): Ditto.
6901 (open-rectangle-line): Ditto.
6902 (clear-rectangle-line): Ditto.
6903
6904 1999-08-03 Ray Blaak <blaak@gnu.org>
6905
6906 * progmodes/delphi.el: New file.
6907
6908 1999-08-02 Richard Stallman <rms@gnu.org>
6909
6910 * textmodes/outline.el (outline-previous-heading): New function.
6911 (outline-up-heading-all): Use outline-previous-heading.
6912 (outline-next-heading): Delete definition inserted yesterday.
6913
6914 1999-08-01 Richard Stallman <rms@gnu.org>
6915
6916 * textmodes/outline.el (outline-next-heading): New function.
6917 (outline-up-heading-all): New function.
6918 (outline-font-lock-level): Using outline-up-heading-all.
6919 Tell outline-back-to-heading to accept invisible headings.
6920
6921 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
6922
6923 * mail/mh-utils.el (mh-find-path-run): New variable.
6924 (mh-find-path): Test and set that.
6925 Set mail-user-agent only the first time this function is run.
6926 (mail-user-agent): Defvar deleted.
6927
6928 * info.el (info-initialize): New function.
6929 (info): Call info-initialize.
6930 (Info-directory-list): Initialize to nil,
6931 so info-initialize will set it up for real.
6932
6933 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6934
6935 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
6936 does not interpret a time as the year in a day-month entry.
6937
6938 * calendar/diary-lib.el: Change syntax table entry for colon in
6939 the diary as part of the european-date-diary-pattern fix.
6940
6941 1999-08-01 Eli Zaretskii <eliz@gnu.org>
6942
6943 * international/mule.el (set-auto-coding): Allow whitespace before
6944 and after the "variable: value" pair.
6945
6946 1999-07-30 Ken'ichi Handa <handa@gnu.org>
6947
6948 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
6949 (default-sendmail-coding-system): Doc-string fixed.
6950
6951 1999-07-30 Dave Love <fx@gnu.org>
6952
6953 * subr.el (assoc-delete-all): New function, renamed from
6954 frame-delete-all.
6955
6956 * frame.el: Change comments to doc strings and other doc fixes.
6957 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
6958 Callers changed.
6959 (set-background-color, set-foreground-color, set-cursor-color)
6960 (set-mouse-color, set-border-color): Offer completion of colours.
6961 (cursor): Add :version to defgroup.
6962
6963 * facemenu.el (list-colors-display): Make it work on ttys.
6964 (facemenu-read-color): Likewise.
6965
6966 1999-07-30 Richard M. Stallman <rms@gnu.org>
6967
6968 * frame.el (frame-notice-user-settings): If background
6969 color has been changed, update background-mode from it,
6970 then update faces.
6971
6972 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6973
6974 * net-utils.el (finger): Don't do indirect fingering.
6975
6976 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6977
6978 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
6979 rules. Add separator at end of holidays.
6980 (cal-tex-rules): New customizable variable.
6981 (cal-tex-latexify-list): Add optional parameter to put separator
6982 at end.
6983
6984 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
6985
6986 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
6987 fill prefix on each line while looping to the end of paragraph.
6988 End paragraph if it's longer than the existing fill prefix.
6989
6990 * textmodes/fill.el (fill-context-prefix): Doc fix.
6991
6992 1999-07-30 Dave Love <fx@gnu.org>
6993
6994 * font-lock.el (jit-lock): Fix :load, add :version.
6995
6996 1999-07-30 Eli Zaretskii <eliz@gnu.org>
6997
6998 * term/pc-win.el (msdos-face-setup): Register standard colors in
6999 Vface_tty_color_alist.
7000 (face-color-supported-p, face_color_gray_p): New functions.
7001
7002 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7003 is bound.
7004
7005 * startup.el (command-line): Don't register default colors for
7006 MSDOS window-system.
7007
7008 1999-07-29 Dave Love <fx@gnu.org>
7009
7010 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7011 charquote.
7012
7013 * lisp-mode.el (eval-defun): Re-written to avoid
7014 capturing variables.
7015
7016 * picture.el (picture-beginning-of-line): Don't call
7017 hscroll-point-visible now we have real autoscrolling.
7018 (picture-end-of-line, picture-newline, picture-open-line):
7019 Likewise.
7020
7021 * international/latin-8.el: New file.
7022 * international/latin-9.el: New file.
7023
7024 1999-07-28 Dave Love <fx@gnu.org>
7025
7026 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7027
7028 * msb.el: Require cl only when compiling.
7029 (msb--home-dir): Deleted.
7030 (msb--format-title): Use abbreviate-file-name.
7031 (msb--choose-file-menu): Simplify string comparison.
7032
7033 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7034
7035 * faces.el (toolbar): Add face definition for mono displays.
7036
7037 1999-07-27 Richard M. Stallman <rms@gnu.org>
7038
7039 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7040
7041 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7042 force copying of default-frame-alist.
7043
7044 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7045
7046 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7047
7048 1999-07-26 Richard M. Stallman <rms@gnu.org>
7049
7050 * frame.el (set-mouse-color): If new color is nil,
7051 really respecify the current color.
7052
7053 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7054
7055 * faces.el (bitmap-area): Change background of face `bitmap-area'
7056 to white for mono displays.
7057
7058 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7059
7060 * international/ccl.el (ccl-embed-symbol): New function.
7061 (ccl-program-p): Deleted. Now it's implemented in C code.
7062 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7063 (ccl-compile-translate-character): Likewise.
7064 (ccl-compile-map-single): Likewise.
7065 (ccl-compile-multiple-map-function): Likewise.
7066 (declare-ccl-program): Doc-string modified.
7067 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7068
7069 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7070
7071 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7072
7073 1999-07-25 Markus Rost <rost@gnu.org>
7074
7075 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7076 the entries to make custom-file more readable.
7077
7078 1999-07-25 Richard M. Stallman <rms@gnu.org>
7079
7080 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7081
7082 * emacs-lisp/edebug.el: Delete compatibility code.
7083 (edebug-next-token-class): If . is followed by a digit,
7084 return `symbol' for the token class.
7085
7086 * startup.el (command-line): If we don't find the user's init file,
7087 set user-init-file to nil.
7088
7089 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7090
7091 * info-look.el (info-lookup-interactive-arguments): Add optional
7092 argument query for new choice of help mode.
7093 (info-lookup-symbol): Use it.
7094 (info-lookup-file): Ditto.
7095 (info-lookup): Don't switch to other window, if already in Info
7096 buffer.
7097
7098 1999-07-23 Dave Love <fx@gnu.org>
7099
7100 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7101 syntax.
7102 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7103 (fortran-font-lock-syntactic-keywords): New variable.
7104 (fortran-mode): Use it.
7105 (fortran-font-lock-keywords-1): Don't do comments.
7106 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7107 match data.
7108
7109 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7110
7111 * msb.el (msb-menu-bar-update-buffers): Renamed from
7112 menu-bar-update-buffers.
7113 (msb-custom-set, msb--toggle-menu-type): Call
7114 msb-menu-bar-update-buffers.
7115 (msb-mode): Revise the hook setting.
7116
7117 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7118
7119 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7120
7121 * font-lock.el, help.el, simple.el: Re-integrate previously
7122 described changes that were lost due to errors while checking them
7123 in.
7124
7125 1999-07-23 Kevin Blake <kblake@ticnet.com>
7126
7127 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7128
7129 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7130
7131 * international/encoded-kb.el
7132 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7133 but push it to unread-command-events.
7134 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7135 (encoded-kbd-self-insert-sjis): Likewise.
7136 (encoded-kbd-self-insert-big5): Likewise.
7137
7138 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7139 before left margin and fill-prefix by fill-find-break-point.
7140
7141 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7142
7143 * info-look.el (info-lookup-setup-mode): Don't give up, if
7144 info-lookup-make-completions returns an error.
7145 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7146 name latex, not latex2e.
7147
7148 1999-07-21 Richard M. Stallman <rms@gnu.org>
7149
7150 * replace.el (perform-replace): Turn off case-fold-search
7151 if FROM-STRING argument has uppercase in it.
7152
7153 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7154
7155 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7156 mode is on. Don't use end of changed text.
7157
7158 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7159
7160 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7161 (cl-hash-table-p): Renamed from hash-table-p.
7162 (cl-hash-table-count): Renamed from hash-table-count.
7163 (maphash): Alias to cl-maphash removed.
7164 (gethash): Likewise.
7165 (puthash): Likewise.
7166 (remhash): Likewise.
7167 (clrhash): Likewise.
7168
7169 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7170
7171 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7172 third arg non-nil. See comment there why this isn't a good idea.
7173
7174 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7175
7176 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7177
7178 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7179 sit-for with 3rd arg non-nil to prevent redisplay.
7180
7181 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7182
7183 * image.el (image-type-from-file-header): If file doesn't
7184 have a directory part, add data-directory.
7185
7186 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7187
7188 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7189 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7190 motion handling when tooltip-gud-tips-p is nil.
7191
7192 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7193
7194 * tooltip.el (tooltip-mode): Don't use `plusp'.
7195 (tooltip-active): Use initial value of nil.
7196
7197 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7198
7199 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7200
7201 * bindings.el (make-mode-line-mouse-sensitive): Add key
7202 definitions for `top-line'.
7203
7204 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7205
7206 * faces.el (top-line): New face.
7207
7208 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7209
7210 * image.el (image-type-regexps): Add regexp for PS files.
7211
7212 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7213
7214 * faces.el (set-face-attribute): Fix wrong handling of frame
7215 begin equal to t.
7216
7217 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7218
7219 * image.el (image-type-regexps): Add PNG format.
7220
7221 1999-07-21 Dave Love <fx@gnu.org>
7222
7223 * bindings.el (mode-line-modified): New variable.
7224 (mode-line-mode-menu-1): Switch to appropriate window before
7225 showing menu.
7226
7227 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7228
7229 * faces.el (face-underline): Removed.
7230 (face-underline-color): Ditto.
7231
7232 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7233
7234 * faces.el (face-x-resources): Fix typo.
7235
7236 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7237
7238 * faces.el: Remove handling of `:relief', extend handling of
7239 `:box'.
7240 (frame-set-background-mode): Choose new defface specs after
7241 frame parameters have changed.
7242
7243 * cus-face.el: Ditto.
7244
7245 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7246
7247 * custom.el (defface): Extend documentation to include new
7248 face attributes.
7249
7250 * cus-face.el (custom-face-attributes): Add overline,
7251 strike-through, box.
7252
7253 * faces.el (face-valid-attribute-values): Handle overline,
7254 strike-through, box.
7255 (face-attribute-name-alist): Add pairs for new face attributes.
7256 (describe-face): Handle new face attributes.
7257
7258 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7259
7260 * faces.el (face-x-resources): Add overline, strike-through, box.
7261
7262 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7263
7264 * enriched.el (enriched-translations): Add `display' and
7265 "x-display".
7266 (enriched-handle-display-prop): New.
7267 (enriched-decode-display-prop): New.
7268
7269 * format.el (top-level): Give `display' property
7270 `format-list-atomic-p.
7271 (format-annotate-single-property-change): Test that property.
7272 If present, treat list property values like atoms.
7273
7274 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7275
7276 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7277 so that "*" can be entered.
7278
7279 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7280
7281 * cus-face.el (custom-face-attributes): Don't use `#''.
7282
7283 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7284
7285 * cus-face.el (custom-face-attributes): Return underline
7286 face attribute directly from the second lambda of underline.
7287
7288 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7289
7290 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7291
7292 * frame.el (after-setting-font-hooks): New variable.
7293 (set-frame-font): Run those hooks.
7294
7295 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7296
7297 * faces.el (set-face-attribute): Fix doc string.
7298
7299 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7300
7301 * cus-face.el (custom-face-attributes): Accept color name.
7302
7303 * faces.el (face-underline-p): Accept unspecified underlining.
7304 (face-underline): Ditto. Fix doc string.
7305
7306 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7307
7308 * faces.el (face-underline-color): New function.
7309
7310 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7311
7312 * cus-face.el (custom-face-attributes): Support underline coloring.
7313 Added slot to choose a color.
7314
7315 * faces.el (face-underline): New function.
7316 (face-underline-p): Support underline coloring.
7317 Return nil only if the underline attribute is 'normal.
7318 (set-face-underline): New function.
7319 (face-valid-attribute-values): Support underline coloring.
7320
7321 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7322
7323 * image.el (insert-image): Use `display' instead of `glyph'
7324 as text property name.
7325 (put-image): Ditto.
7326 (image-type-from-file-header): Use insert-file-contents-literally.
7327
7328 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7329
7330 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7331 string to indicate separators.
7332
7333 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7334
7335 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7336 instead of message-log.
7337
7338 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7339
7340 * faces.el (bitmap-area): New face.
7341
7342 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7343
7344 * image.el (insert-image): New.
7345
7346 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7347
7348 * frame.el (blink-cursor): Set the symbol's value.
7349 (show-trailing-whitespace): Change group to font-lock.
7350
7351 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7352
7353 * jit-lock.el: New.
7354 * font-lock.el: Add jit-mode as new support mode.
7355
7356 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7357 reaching end instead of letting re-search-forward signal an error.
7358 (demand-lock-mode): New.
7359 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7360 (font-lock-turn-off-thing-lock): Ditto.
7361 (font-lock-after-fontify-buffer): Ditto.
7362 (font-lock-after-unfontify-buffer): Ditto.
7363
7364 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7365
7366 * gs.el: New file.
7367
7368 * startup.el (command-line-1): Activate tooltip mode if
7369 interactive.
7370
7371 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7372
7373 * faces.el (toolbar): Grey default background.
7374 (modeline): Ditto.
7375
7376 * image.el (image-type-regexps): New.
7377 (image-type-from-file-header): New.
7378 (create-image): Call it.
7379
7380 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7381
7382 * image.el: New file.
7383
7384 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7385
7386 * bindings.el (mode-line-format): Replace `mode-name' with
7387 `(:eval mode-line-mode-name)'.
7388 (mode-line-mode-name): New.
7389 (make-mode-line-mouse-sensitive): Don't change default value
7390 of `mode-name'.
7391
7392 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7393
7394 * tooltip.el: New file.
7395
7396 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7397
7398 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7399 instead of mouse-3 to pop up menus.
7400 (mode-line-kill-buffer): Removed.
7401 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7402 buffer name.
7403 (mode-line-buffer-menu-1): Removed.
7404
7405 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7406
7407 * bindings.el (mode-line-buffer-identification-keymap): New.
7408 (mode-line-buffer-menu-keymap): New.
7409 (mode-line-mode-menu-keymap): New.
7410 (mode-line-unbury-buffer): New.
7411 (mode-line-other-buffer): New.
7412 (mode-line-kill-buffer): New.
7413 (mode-line-buffer-menu-1): New.
7414 (mode-line-mode-menu-1): New.
7415 (make-mode-line-mouse-sensitive): New.
7416
7417 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7418
7419 * help.el (describe-key-briefly): Handle mode line strings
7420 with local-map properties.
7421 (describe-key): Ditto.
7422 (mode-line-key-binding): New.
7423
7424 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7425
7426 * scroll-bar.el (scroll-bar-timer): New.
7427 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7428
7429 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7430
7431 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7432 and `bottom'.
7433
7434 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7435
7436 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7437 (global): Use different key bindings if using tookit scroll bars.
7438
7439 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7440
7441 * faces.el (modeline): Define mode line face with relief for
7442 class color, only.
7443 (toolbar): New face.
7444
7445 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7446
7447 * frame.el (frame-initialize): Set frame-creation-function to
7448 tty-create-frame-with-faces.
7449
7450 * faces.el (frame-set-background-mode): Make it work for
7451 window-system nil.
7452
7453 * faces.el (tty-create-frame-with-faces): New.
7454 (face-set-after-frame-default): Make it work for TTY frames.
7455
7456 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7457
7458 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7459 Return a list of one font family for TTYs. Don't return bitmap
7460 file paths for TTY frames.
7461
7462 * faces.el: Add face specs for tty displays to basic faces.
7463
7464 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7465 (font-lock-string-face): Ditto.
7466 (font-lock-keyword-face): Ditto.
7467 (font-lock-builtin-face): Ditto.
7468 (font-lock-function-name-face): Ditto.
7469 (font-lock-variable-name-face): Ditto.
7470 (font-lock-type-face): Ditto.
7471 (font-lock-constant-face): Ditto.
7472 (font-lock-warning-face): Ditto.
7473
7474 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7475
7476 * startup.el (command-line): Register default tty colors.
7477
7478 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7479
7480 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7481
7482 * faces.el (modeline): For X frames, use a modeline with relief.
7483
7484 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7485
7486 * faces.el (frame-update-faces): Copied from 20.2.
7487 (frame-update-face-colors): Ditto. Code removed that isn't
7488 applicable in the new face implementation.
7489
7490 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7491
7492 * frame.el (show-trailing-whitespace): New.
7493
7494 * faces.el (trailing-whitespace): New basic face.
7495
7496 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7497
7498 * cus-face.el (custom-facep): Always define as alias for facep.
7499
7500 * cus-face.el (custom-face-attributes): Use choice widgets.
7501 Remove :bold and :italic.
7502
7503 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7504
7505 * faces.el (face-charset-registries): Removed since fontset.el
7506 is no always loaded.
7507
7508 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7509
7510 * faces.el (internal-get-face): Added as obsolete function for
7511 compatibility.
7512
7513 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7514
7515 * frame.el (blink-cursor-end): Call show-cursor.
7516 (blink-cursor-mode): Ditto.
7517
7518 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7519
7520 * faces.el (face-spec-reset-face): Reset all attributes to
7521 `unspecified'.
7522 (face-spec-set): Use it.
7523
7524 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7525
7526 * faces.el (read-all-face-attributes): Bug fix.
7527 (face-read-integer): Allow nil default value.
7528 (face-valid-attribute-values): Use symbol names of attribute
7529 values for completion list.
7530
7531 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7532
7533 * faces.el (internal-find-face): Define for compatibility with
7534 20.2.
7535 (face-id): Likewise.
7536
7537 * faces.el (face-id): Return the ID of a realized face for ASCII.
7538
7539 * fontset.el (x-charset-registries): Removed. Now in faces.el.
7540 (x-complement-fontset-spec): Use face-charset-registries.
7541
7542 * faces.el (face-font-selection-order): Set font selection order
7543 from Lisp.
7544 (face-alternative-font-family-alist): Set alternative font
7545 families from Lisp.
7546
7547 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7548
7549 * faces.el (set-face-charset-registries): Set symbol value.
7550
7551 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7552
7553 * faces.el (face-set-after-frame-default): Call function
7554 internal-merge-in-global-face.
7555
7556 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7557
7558 * faces.el (face-list): Return symbols from face-global-alist.
7559
7560 * faces.el (face-list): Return a copy of the face name list so
7561 that it cannot be modified from outside (facemenu.el uses
7562 nreverse, for example).
7563
7564 * cus-face.el (custom-face-attributes): Add :bold and :italic
7565 for compatibility with old code.
7566
7567 * faces.el (set-face-attributes-from-resources): Additional
7568 frame parameter.
7569 (make-face-x-resource-internal): Set attributes from resources
7570 for a given frame or all frames.
7571
7572 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7573
7574 * faces.el (all-faces): Removed.
7575
7576 * custom.el (defface): Add new face attributes to function
7577 comment.
7578
7579 * font-lock.el (font-lock-comment-face): Use new face attribute
7580 names.
7581 (font-lock-string-face): Ditto.
7582 (font-lock-keyword-face): Ditto.
7583 (font-lock-builtin-face): Ditto.
7584 (font-lock-function-name-face): Ditto.
7585 (font-lock-variable-name-face): Ditto.
7586 (font-lock-type-face): Ditto.
7587 (font-lock-reference-face): Ditto.
7588 (font-lock-warning-face): Ditto.
7589 ((boundp 'font-lock-face-attributes)): Ditto.
7590
7591 * cus-face.el (custom-face-attributes): Use new face attributes.
7592
7593 * faces.el (set-face-attribute-from-resource): Initialize
7594 from resources only for X and W32.
7595
7596 * cus-face.el (custom-declare-face): Don't make frame-local
7597 faces.
7598
7599 * faces.el (describe-face): Use princ instead of insert.
7600
7601 * faces.el: Add XLFD manipulation functions from 20.2 again
7602 because fontset.el uses them.
7603 (face-set-after-frame-default): Add empty definition.
7604
7605 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7606
7607 * faces.el (make-face): Correct typo.
7608 (set-face-attribute-from-resource): Use let*.
7609 (face-underline-p): Correct typo.
7610 (face-inverse-video-p): Ditto.
7611 (set-face-stipple): Ditto.
7612 (face-read-string): Make completion-list optional parameter.
7613
7614 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7615
7616 * faces.el (face-charset-registries): Alist mapping charset
7617 symbols to registries and encoding.
7618
7619 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7620
7621 * frame.el (blink-cursor-mode): Use interactive spec "P".
7622
7623 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7624
7625 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7626 mode. The cursor of selected_window blinks if the mode is enabled.
7627
7628 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7629
7630 * simple.el (next-history-element): Set point to the end of the
7631 prompt if minibuffer-prompt-in-buffer.
7632
7633 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7634
7635 * faces.el (x-font-regexp): Add sub-expression parentheses for
7636 several font name components.
7637
7638 1999-07-21 Gerd Moellmann <gerd@acm.org>
7639
7640 * faces.el (set-face-relief): Use index 12 for relief.
7641 (face-fill-in): Set relief from data.
7642 (internal-make-face): Init relief to zero.
7643
7644 * faces.el (face-spec-set): Call modify-face with additional
7645 parameters for relief and fixed-p.
7646
7647 1999-07-21 Gerd Moellmann <gerd@acm.org>
7648
7649 * cus-face.el: ':fixed and ':relief added.
7650
7651 * faces.el (describe-face): Add fixed font attribute and relief.
7652 (face-attr-match-p): Ditto.
7653 (face-attr-construct): Ditto.
7654 (face-spec-set): Ditto.
7655
7656 1999-07-21 Gerd Moellmann <gerd@acm.org>
7657
7658 * faces.el (internal-make-face): Function to create a Lisp vector
7659 suitable for representing a face.
7660 (make-face): Use it instead of make-vector.
7661 (x-create-frame-with-faces): Use it instead of vector.
7662 (internal-facep): Increase vector size to 14.
7663 (internal-make-face): Ditto.
7664 (face-relief): Access relief thickness.
7665 (face-fixed-p): Access fixed font attribute.
7666 (set-face-fixed-p): Set fixed font attribute.
7667 (set-face-relief): Set relief attribute.
7668 (internal-face-interactive-int): Read int attribute of face.
7669 (modify-face): Add fixed-p and relief parameters.
7670 (copy-face): Handle fixed-p and relief.
7671 (face-equal): Compare fixed-p and relief.
7672 (face-differs-from-default-p): Ditto.
7673 (face-nontrivial-p): Add fixed-p and relief.
7674
7675 1999-07-21 Gerd Moellmann <gerd@acm.org>
7676
7677 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
7678 (internal-facep): Increase vector size.
7679 (make-face): Ditto.
7680 (face-shadow-thickness): Added.
7681 (set-face-shadow-thickness): Added.
7682 (modify-face): Add optional shadow-thickness parameter.
7683 (make-face-x-resource-internal): Add shadows.
7684 (copy-face): Ditto.
7685 (face-equal): Ditto.
7686 (face-differs-from-default-p): Ditto.
7687 (face-nontrivial-p): Ditto.
7688 (face-attr-match-p): Ditto.
7689 (face-attr-construct): Ditto.
7690 (face-spec-set): Ditto.
7691 (face-fill-in): Ditto.
7692
7693 1999-07-21 Gerd Moellmann <gerd@acm.org>
7694
7695 * bench.el (bench-mark-split-window): New bench mark.
7696
7697 1999-07-21 Gerd Moellmann <gerd@acm.org>
7698
7699 * faces.el (set-face-font): Don't pass default font to
7700 x-resolve-font so that font will not have to be of the same
7701 size.
7702
7703 1999-07-20 Dave Love <fx@gnu.org>
7704
7705 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
7706 unconditionally t.
7707
7708 1999-07-20 Karl Heuer <kwzh@gnu.org>
7709
7710 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
7711
7712 1999-07-20 Dave Love <fx@gnu.org>
7713
7714 * help.el (describe-variable): Fix test for customizability.
7715
7716 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
7717 Check for readonly buffer in interactive spec.
7718 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
7719 (backward-kill-word): Add * to interactive spec.
7720
7721 * underline.el (underline-region, ununderline-region): Add * to
7722 interactive spec.
7723
7724 * fill.el (canonically-space-region, justify-current-line): Add *
7725 to interactive spec.
7726 (fill-region-as-paragraph, fill-paragraph, fill-region)
7727 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
7728 readonly buffer in interactive spec.
7729
7730 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
7731 (backward-kill-sentence, kill-sentence): Add * to interactive
7732 spec.
7733
7734 1999-07-19 Richard M. Stallman <rms@gnu.org>
7735
7736 * dired-aux.el (dired-do-shell-command): Doc fix.
7737
7738 * shell.el (shell-unquote-argument): New function.
7739 (shell-directory-tracker): Use shell-unquote-argument.
7740 * comint.el (comint-arguments): Handle \ followed by space or tab.
7741
7742 1999-07-19 John Wiegley <jwiegley@borland.com>
7743
7744 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
7745 color codes 39 and 49, which by the way lynx uses them seem to
7746 mean "foreground reset" and "background reset".
7747
7748 1999-07-19 Karl Heuer <kwzh@gnu.org>
7749
7750 * font-lock.el (c++-keywords): Add "typeid".
7751
7752 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
7753 selects no font, treat that as zero selections, not one.
7754
7755 1999-07-19 Dave Love <fx@gnu.org>
7756
7757 * info.el (Info-search): Don't lose with empty regexp.
7758
7759 * version.el: Cater for (free) `ident' program, not `which'.
7760
7761 * hl-line.el: New file.
7762
7763 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
7764 for modes which don't define menus.
7765
7766 1999-07-16 Richard M. Stallman <rms@gnu.org>
7767
7768 * webjump.el (webjump-sample-sites): Update some URLs.
7769
7770 1999-07-14 Richard Stallman <rms@gnu.org>
7771
7772 * Version 20.4 released.
7773
7774 1999-07-14 Andreas Schwab <schwab@gnu.org>
7775
7776 * compare-w.el (compare-windows): Try to find the next window in
7777 the current frame before looking at the other frames.
7778
7779 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
7780
7781 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
7782 Use cyrillic-jcuken as default input method.
7783
7784 1999-07-12 Richard Stallman <rms@gnu.org>
7785
7786 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
7787 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
7788
7789 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
7790 (ispell-local-dictionary-alist): Add koi8-r for character set.
7791
7792 * textmodes/flyspell.el (flyspell-get-word):
7793 Add special handling for when ispell-otherchars is empty.
7794
7795 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
7796
7797 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
7798 when having nested functons.
7799 (pascal-indent-nested-functions) (pascal-indent-line)
7800 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
7801 indenting nested functions.
7802
7803 1999-07-09 Richard Stallman <rms@gnu.org>
7804
7805 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
7806
7807 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
7808
7809 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
7810 the `end' keyword was in the very beginning of the buffer.
7811
7812 1999-07-08 Richard Stallman <rms@gnu.org>
7813
7814 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
7815
7816 * term.el (term-emulate-terminal): Avoid infinite loop
7817 in strange case where minibuffer window is selected but not active.
7818
7819 1999-07-07 Stephen Eglen <stephen@gnu.org>
7820
7821 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
7822 Change regexp so that it doesn't match commands beginning with `cd'.
7823
7824 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7825
7826 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
7827
7828 1999-07-06 Richard Stallman <rms@gnu.org>
7829
7830 * hscroll.el (hscroll-minibuffer-hook): New function.
7831 (hscroll-global-mode): Add and remove that hook.
7832 Set hscroll-old-truncate-was-global's default value.
7833
7834 1999-07-05 Richard Stallman <rms@gnu.org>
7835
7836 * files.el (revert-buffer): Don't preserve point here.
7837 (revert-buffer-insert-file-contents-function): Doc fix.
7838
7839 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
7840
7841 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
7842 doing a `stat' when it isn't necessary because that can cause
7843 trouble when an NFS server is down.
7844
7845 1999-07-04 Richard Stallman <rms@gnu.org>
7846
7847 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
7848
7849 1999-07-03 Richard Stallman <rms@gnu.org>
7850
7851 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
7852 for \200...\240 also.
7853 (isearch-printing-char): Use unibyte-char-to-multibyte.
7854
7855 1999-07-02 Richard Stallman <rms@gnu.org>
7856
7857 * frame.el (minibuffer-frame-alist): Use defcustom.
7858 (pop-up-frame-alist): Likewise.
7859 (initial-frame-alist): Specify * in the doc string.
7860
7861 * hscroll.el (hscroll-mode): Make it a permanent local.
7862 (hscroll-mode): Don't cancel the timer
7863 if HScroll mode is enabled in some other buffer.
7864
7865 * isearch.el (isearch-done): If search ends in middle of intangible
7866 text (due to text property), move on to the limit of that text.
7867
7868 1999-07-01 Andrew Innes <andrewi@gnu.org>
7869
7870 * man.el (Man-build-man-command): Use value of null-device,
7871 instead of hard-coding "/dev/null".
7872
7873 * dos-w32.el (untranslated-canonical-name): Avoid expanding
7874 ange-ftp file names, which might force ange-ftp to prompt for a
7875 password.
7876
7877 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
7878 to prevent references to temp files.
7879
7880 1999-06-30 Richard Stallman <rms@gnu.org>
7881
7882 * progmodes/sh-script.el (sh-feature): If nothing is known
7883 about the given shell, use the values for `sh'.
7884
7885 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
7886
7887 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
7888 to make it non-recursive.
7889
7890 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
7891
7892 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7893
7894 * auto-show.el (auto-show-mode): Fix Typo in :set.
7895
7896 1999-06-29 Richard M. Stallman <rms@gnu.org>
7897
7898 * progmodes/sh-script.el (sh-mode): When setting syntax
7899 table, default to the standard one.
7900
7901 1999-06-27 Richard M. Stallman <rms@gnu.org>
7902
7903 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
7904
7905 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
7906
7907 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
7908 a frame when `return' is requested (even if pop-up-frames = t)
7909 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
7910 should only be set for the bibtex buffer.
7911
7912 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
7913
7914 * progmodes/compile.el: Deal with compilation-error-screen-columns
7915 being buffer-local.
7916
7917 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7918
7919 * comint.el (comint-password-prompt-regexp): Allow "(again)".
7920
7921 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7922
7923 * cal-x.el (calendar-only-one-frame-setup): New function.
7924 * calendar.el (calendar): Call it if requested.
7925
7926 1999-06-24 Karl Heuer <kwzh@gnu.org>
7927
7928 * startup.el (iso-8859-n-locale-regexp): Doc fix.
7929
7930 1999-06-22 Richard M. Stallman <rms@gnu.org>
7931
7932 * mail/supercite.el (sc-emacs-features): Doc fix.
7933
7934 1999-06-22 Karl Heuer <kwzh@gnu.org>
7935
7936 * files.el (auto-mode-alist): Add pike-mode.
7937
7938 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
7939
7940 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
7941 last byte of a numeric field is a space or a NUL. Parse it as
7942 potentially part of the number. This is used by GNU tar
7943 1.12.64012 to handle larger values.
7944
7945 1999-06-20 Karl Heuer <kwzh@gnu.org>
7946
7947 * custom.el (custom-handle-keyword): Fix error message.
7948
7949 1999-06-18 Andrew Innes <andrewi@gnu.org>
7950
7951 * mail/smtpmail.el (smtpmail-send-it): Use
7952 convert-standard-filename to make file names for queued mail safe
7953 on Windows (`:' is invalid in file names on Windows).
7954
7955 1999-06-17 Kenichi Handa <handa@etl.go.jp>
7956
7957 * international/mule-cmds.el (describe-current-input-method):
7958 Current-input-method is string.
7959 (toggle-input-method): Docstring fixed.
7960
7961 * international/mule-diag.el
7962 (describe-current-coding-system-briefly): Fix format string.
7963
7964 * international/mule-util.el (coding-system-eol-type-mnemonic):
7965 Docstring modified. Return a string.
7966
7967 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
7968
7969 * sql.el (sql-input-ring-file-name): Doc fix.
7970
7971 1999-06-17 Richard M. Stallman <rms@gnu.org>
7972
7973 * calendar/cal-x.el (special-display-buffer-names):
7974 Don't put (get-file-buffer diary-file) on this list.
7975
7976 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
7977
7978 * play/mpuz.el (mpuz-try-proposal): Fix message call.
7979 Don't penalize player for certain impossible guesses.
7980
7981 1999-06-16 Andrew Innes <andrewi@gnu.org>
7982
7983 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
7984 return the string "Unk 0 0000" so at least it appears to be a
7985 valid timestamp to `dired-move-to-filename-regexp'.
7986
7987 1999-06-15 Ken'ichi Handa <handa@gnu.org>
7988
7989 * ps-print.el (ps-control-character): Fix previous change.
7990
7991 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7992
7993 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
7994 multiple output of the last message.
7995
7996 1999-06-14 Eli Zaretskii <eliz@gnu.org>
7997
7998 * term/internal.el (IT-display-table-setup): Do not remap \222 to
7999 the ASCII apostrophe, as most DOS codepages have some other glyph
8000 there.
8001
8002 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8003
8004 * language/ethio-util.el (setup-ethiopic-environment-internal):
8005 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8006 (exit-ethiopic-environment): Likewize.
8007
8008 1999-06-12 Richard M. Stallman <rms@gnu.org>
8009
8010 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8011
8012 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8013
8014 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8015 custom-initialize-default to avoid infinite loop.
8016 (crisp-mode): (defun) Call transient-mark-mode here, not when
8017 loading the file. Run crisp-mode-hook here, and run
8018 crisp-load-hook when loading the file.
8019
8020 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8021 rmail-summary buffer, search for pattern in rmail-file.
8022
8023 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8024
8025 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8026
8027 * ps-print.el (ps-printer-name): Fix custom type.
8028
8029 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8030
8031 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8032 (vhdl-port-paste-generic-map): Fix indentation bug.
8033 (vhdl-port-paste-port-map): Fix indentation bug.
8034 (vhdl-scan-file-contents): Make scanning case insensitive.
8035
8036 1999-06-11 Richard M. Stallman <rms@gnu.org>
8037
8038 * files.el (write-file): When buffer is not already visiting a file,
8039 don't put buffer name in the minibuffer, just make it the default.
8040 Also handle just directory as arg usefully in that case.
8041
8042 * simple.el (sendmail-user-agent-compose):
8043 Ignore case when inserting the rest of the "other" headers.
8044
8045 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8046
8047 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8048 (info-lookup-interactive-arguments): Never insert the default
8049 into the minibuffer automatically.
8050
8051 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8052
8053 1999-06-09 Richard M. Stallman <rms@gnu.org>
8054
8055 * simple.el (shell-command): Avoid printing "mark set" message.
8056
8057 1999-06-09 Dave Love <fx@gnu.org>
8058
8059 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8060 digits in program name in first pattern.
8061
8062 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8063
8064 * vc.el (vc-dired-mode): Don't match anything before the date in
8065 dired-move-to-filename-regexp.
8066
8067 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8068
8069 * international/quail.el (quail-define-rules): Fix typo in
8070 docstring.
8071
8072 1999-06-05 Stephen Eglen <stephen@gnu.org>
8073
8074 * iswitchb.el (iswitchb-default-keybindings): Add
8075 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8076 than when package is loaded.
8077
8078 1999-06-04 Richard M. Stallman <rms@gnu.org>
8079
8080 * startup.el (command-line): Don't set user-init-file directly;
8081 tell `load' to set it.
8082
8083 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8084
8085 * simple.el (next-history-element):
8086 Handle minibuffer-text-before-history properly when reading sexps.
8087
8088 * disp-table.el (standard-display-european):
8089 For an interactive call by the user,
8090 don't set enable-multibyte-characters,
8091 and don't set the terminal coding system.
8092
8093 * textmodes/refbib.el: Don't print any messages or display
8094 a buffer when loading the library.
8095 (r2b-help): Doc fix.
8096 (r2b-help-message): Update the documentation.
8097 (r2b-load-quietly): Variable deleted.
8098 (r2b-convert-buffer): Doc fix.
8099
8100 1999-06-04 Dave Love <fx@gnu.org>
8101
8102 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8103
8104 * auto-show.el: Don't change hooks on loading.
8105 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8106 (auto-show-mode): Add to hooks here.
8107
8108 1999-06-04 Richard Sharman <rsharman@pobox.com>
8109
8110 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8111 recursion on bogus input.
8112
8113 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8114
8115 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8116 does not select a buffer from the buffers menu, then the attached
8117 frame is not switched to anything.
8118
8119 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8120
8121 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8122 (viet-viscii-...->viet-vscii...).
8123
8124 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8125
8126 1999-06-01 Dave Love <fx@gnu.org>
8127
8128 * progmodes/fortran.el: Add :link to defgroup.
8129 (fortran-blink-matching-if): Match ELSE statements too.
8130 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8131 that filling is always done.
8132
8133 1999-05-31 Richard M. Stallman <rms@gnu.org>
8134
8135 * simple.el (append-next-kill): Use an arg to distinguish
8136 interactive calls from Lisp calls, rather than (interactive-p).
8137
8138 * international/iso-transl.el (iso-transl-language-alist):
8139 Interchange n and N.
8140
8141 1999-05-31 Dave Love <fx@gnu.org>
8142
8143 * msb.el Add to minor-mode-map-alist. Remove hook installation
8144 and keymap munging on load.
8145 (msb-mode): New option.
8146 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8147 Doc fix.
8148 (msb-mode-map): New variable.
8149 (msb-mode): New command.
8150
8151 1999-05-31 Dave Love <fx@gnu.org>
8152
8153 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8154 (ispell-complete-word-dict): Likewise.
8155
8156 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8157
8158 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8159 force the data buffer to be saved, even if the data didn't
8160 change, in case the write filter was modified. Restore the
8161 current record after read-file-filter finishes.
8162
8163 1999-05-29 Karl Heuer <kwzh@gnu.org>
8164
8165 * ispell4.el: Obsolete; file deleted.
8166
8167 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8168
8169 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8170 VALUE is a syntax table.
8171
8172 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8173
8174 * simple.el (zap-to-char): Doc fix.
8175
8176 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8177
8178 * isearch.el (isearch-quote-char): Don't assume character codes
8179 0200 - 0237 stand for characters in some single-byte character
8180 charset.
8181
8182 1999-05-27 Dave Love <fx@gnu.org>
8183
8184 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8185
8186 1999-05-27 Andreas Schwab <schwab@gnu.org>
8187
8188 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8189 headerline does not exist already.
8190
8191 1999-05-26 Richard Stallman <rms@gnu.org>
8192
8193 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8194 Avoid nested null-loops.
8195
8196 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8197
8198 * international/characters.el: Typo fixed; prefered->preferred.
8199
8200 * international/mule-cmds.el (find-coding-systems-for-charsets):
8201 Typo fixed; prefered->preferred.
8202
8203 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8204 method in read-event.
8205
8206 * international/mule.el (charset-info): Doc-string fixed.
8207
8208 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8209
8210 * mail/smtpmail.el (smtpmail-send-it): Bind
8211 smtpmail-code-conv-from properly.
8212 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8213 by smtpmail-code-conv-from.
8214
8215 1999-05-24 Richard Stallman <rms@gnu.org>
8216
8217 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8218 Binding deleted also.
8219
8220 1999-05-24 Karl Heuer <kwzh@gnu.org>
8221
8222 * comint.el (comint-bol-or-process-mark): Doc fix.
8223
8224 1999-05-23 Dave Love <fx@gnu.org>
8225
8226 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8227 Enter it on minor-mode-map-alist.
8228 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8229 Autoload. Add custom setter.
8230 (crisp-mark-line): Doc fix.
8231 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8232 (crisp-mode-hook): Define.
8233
8234 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8235
8236 * files.el (recover-file): Recover buffer-file-coding-system.
8237
8238 1999-05-22 Richard Stallman <rms@gnu.org>
8239
8240 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8241 regexp match the date, to avoid treating date as file size.
8242 Add YYYY S option to WESTERN/
8243
8244 * bookmark.el: Delete some XEmacs compatibility code.
8245 (bookmark-jump-noselect): Check vc-backend.
8246
8247 * subr.el (add-to-list): Doc fix.
8248
8249 1999-05-21 Stephen Eglen <stephen@gnu.org>
8250
8251 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8252
8253 1999-05-18 Richard Stallman <rms@gnu.org>
8254
8255 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8256 non-space after the @anchor command.
8257 (texinfo-format-var): Handle other nested constructs, using
8258 texinfo-parse-expanded-arg and texinfo-discard-command, not
8259 texinfo-parse-arg-discard.
8260
8261 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8262 (debug): Bind and use debugger-outer-inhibit-redisplay.
8263 Bind inhibit-redisplay to nil.
8264 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8265
8266 1999-05-17 Dave Love <fx@gnu.org>
8267
8268 * help.el (describe-function-1): Extra arg, interactive-p.
8269 (describe-key, describe-function): Use it.
8270
8271 1999-05-17 Karl Heuer <kwzh@gnu.org>
8272
8273 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8274
8275 1999-05-16 Dave Love <fx@gnu.org>
8276
8277 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8278 scroll-preserve-screen-position, scroll-conservatively.
8279
8280 1999-05-16 Dave Love <fx@gnu.org>
8281
8282 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8283
8284 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8285
8286 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8287
8288 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8289
8290 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8291 magic number and is not associated with a file.
8292
8293 1999-05-14 Richard M. Stallman <rms@gnu.org>
8294
8295 * files.el (find-file-noselect-1): Fix previous change.
8296
8297 1999-05-14 Simon Marshall <simon@gnu.org>
8298
8299 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8300
8301 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8302
8303 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8304 docstring.
8305
8306 * international/mule-cmds.el: Change MULE to Mule in docstrings
8307 and menus.
8308
8309 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8310
8311 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8312 to correctly reflect the value of BaseLineOffset in
8313 RelativeCompose. Now the value of RelativeCompose is an array of
8314 low and high positions.
8315 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8316 RLC for the above change.
8317
8318 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8319
8320 * comint.el (comint-password-prompt-regexp): Modified to match the
8321 output of ksu and ssh-add.
8322
8323 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8324
8325 * language/korea-util.el (isearch-toggle-korean-input-method):
8326 Adjusted for the change of input method handling in isearch.el.
8327 (isearch-hangul-switch-symbol-ksc): Likewise.
8328 (isearch-hangul-switch-hanja): Likewise.
8329
8330 1999-05-10 Dave Love <fx@gnu.org>
8331
8332 * help.el (help-make-xrefs): Fix typo.
8333
8334 1999-05-10 Andreas Schwab <schwab@gnu.org>
8335
8336 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8337 unibyte-display-via-language-environment.
8338
8339 * help.el (help-make-xrefs): Handle more cases when looking for
8340 commands in a keymap description.
8341
8342 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8343
8344 * loadup.el: For ms-dos systems, load ccl and codepage.
8345
8346 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8347
8348 * ps-print.el (ps-control-character): Call
8349 ps-mule-prepare-ascii-font to setup ASCII fonts.
8350
8351 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8352 ps-multibyte-buffer is nil, use
8353 ps-mule-font-info-database-default."
8354
8355 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8356
8357 * ispell.el (ispell-local-dictionary-alist): New variable for
8358 customizing local dictionaries not accessable by everyone.
8359 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8360 (ispell-required-version): Changed format `(major minor
8361 revision)' to support general pattern matching.
8362 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8363 skip region commented out due to incorrect skip potential in std latex.
8364 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8365 cursor point on small words for calls from `ispell-minor-mode'.
8366 (check-ispell-version): Tests and accepts versions major.minor
8367 and above, with adjustments for interactions in 3.1.0-3.1.11.
8368 (ispell-get-line): No longer skips ispell process special characters.
8369 (ispell-comments-and-strings): Removed `when' macro call.
8370 (ispell-minor-check): Requires ispell-word to restore cursor point.
8371 (ispell-buffer-local-parsing): Supports checking comments only.
8372
8373 1999-05-08 Karl Heuer <kwzh@gnu.org>
8374
8375 * comint.el (comint-password-prompt-regexp): Fix last change to be
8376 more specific.
8377
8378 1999-05-07 Richard M. Stallman <rms@gnu.org>
8379
8380 * subr.el (with-temp-message): Fix the other call to message
8381 to use %s.
8382
8383 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8384
8385 * gud.el (gud-format-command): "%F" means file sans extension.
8386 (jdb): Use %F, not %f, for gud-break.
8387
8388 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8389
8390 * comint.el (comint-password-prompt-regexp): Modified so that it
8391 matches the output of kinit.
8392
8393 1999-05-06 Greg Stark <gsstark@mit.edu>
8394
8395 * timezone.el (timezone-parse-date): Recognize new format used in
8396 internet cookies.
8397
8398 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8399
8400 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8401
8402 1999-05-04 Andrew Innes <andrewi@gnu.org>
8403
8404 * time.el (display-time-update): Allow for wrap-around when
8405 checking against display-time-server-down-time.
8406
8407 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8408
8409 * international/mule-diag.el (describe-coding-system): Fix English
8410 message.
8411
8412 1999-05-03 Jason Rumney <jasonr@altavista.net>
8413
8414 * term/w32-win.el: Change the x-charset-registry property for the
8415 Japanese charsets that are supported by Japanese Windows fonts.
8416
8417 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8418
8419 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8420 diary-block diary entries for which the reminders and the diary
8421 entries can overlap.
8422
8423 1999-05-02 Jason Rumney <jasonr@altavista.net>
8424
8425 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8426 matches the font selected in the dialog.
8427
8428 1999-05-02 Dave Love <fx@gnu.org>
8429
8430 * browse-url.el (browse-url-browser-function): Add :version.
8431
8432 * international/mule.el (auto-coding-alist): Add .tgz.
8433
8434 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8435
8436 * international/codepage.el (cp-coding-system-for-codepage-1):
8437 Make the magnification parameter for the -dos encoder be 2.
8438
8439 1999-05-2 Andrew Innes <andrewi@gnu.org>
8440
8441 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8442 it is dropped, rather than current window.
8443
8444 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8445 after switching buffer, as case-fold-search is a buffer local
8446 variable.
8447
8448 * w32-fns.el (convert-standard-filename): Only convert directory
8449 separators to backslash if the interactive shell is one of the
8450 standard Windows shells that has DOS semantics.
8451
8452 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8453 format-time-string, and return a suitable string to indicate the
8454 timestamp was invalid.
8455
8456 * hexl.el (hexlify-command): Apply shell-quote-argument after
8457 expanding hexl-program in case exec-directory contains a space.
8458 (dehexlify-command): Ditto.
8459
8460 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8461 file extension regexps which aren't necessarily binary files.
8462 (direct-print-region-helper): Use subst-char-in-string instead of
8463 binding directory-sep-char to convert filenames to DOS syntax.
8464 (direct-print-region-use-command-dot-com): New variable.
8465 (direct-print-region-helper): Use it to control whether to invoked
8466 command.com to print on Windows 9x.
8467
8468 * browse-url.el (browse-url-browser-function): Default to
8469 browse-url-default-windows-browser on windows-nt.
8470 (browse-url-default-windows-browser): New function.
8471
8472 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8473
8474 * forms.el (forms-mode): Don't call forms-first-record or
8475 forms-last-record if the data file has zero records.
8476
8477 1999-04-29 Richard M. Stallman <rms@gnu.org>
8478
8479 * files.el (find-file-noselect-1): If buffer-file-name has changed
8480 after find-file-not-found-hooks runs, recompute the truename.
8481 And don't use FILENAME after that point.
8482
8483 1999-04-27 Dave Love <fx@gnu.org>
8484
8485 * paren.el (show-paren-mode)
8486 * which-func.el (which-func-mode-global)
8487 * type-break.el (type-break-mode)
8488 * time.el (display-time-mode)
8489 * rsz-mini.el (resize-minibuffer-mode)
8490 * mouse-sel.el (mouse-sel-mode)
8491 * icomplete.el (icomplete-mode)
8492 * hscroll.el (hscroll-global-mode)
8493 * help.el (temp-buffer-resize-mode)
8494 * font-lock.el (global-font-lock-mode)
8495 * delsel.el (delete-selection-mode)
8496 * avoid.el (mouse-avoidance-mode)
8497 * autoinsert.el (auto-insert-mode)
8498 * winner.el (winner-mode): Doc fix.
8499
8500 1999-04-26 Karl Heuer <kwzh@gnu.org>
8501
8502 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8503 the same whitespace that was ignored in choosing the subject string.
8504
8505 1999-04-26 Richard M. Stallman <rms@gnu.org>
8506
8507 * info.el (Info-find-node): Position properly after finding anchor.
8508
8509 * cus-start.el (all): Handle unibyte-display-via-language-environment.
8510
8511 * simple.el (indent-new-comment-line): Fix previous change.
8512
8513 * complete.el: Delete the wildcard expansion feature
8514 since that is now standard in find-file.
8515 (PC-try-load-many-files): Function deleted.
8516 (PC-after-load-many-files): Function deleted.
8517 (PC-many-files-list): Variable deleted.
8518 (PC-disable-wildcards): Variable deleted.
8519 (partial-completion-mode): Don't enable the wildcard feature.
8520
8521 * complete.el (PC-look-for-include-file): Don't set global variables
8522 `error', `buf' and `filename' here.
8523
8524 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8525
8526 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
8527
8528 * textmodes/outline.el (outline-regexp): Doc fix.
8529
8530 1999-04-26 John Wiegley <johnw@borland.com>
8531
8532 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8533 C++Builder 4.0 error message syntax.
8534
8535 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
8536
8537 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8538 supported, use find -exec.
8539
8540 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8541
8542 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8543 coding-system-for-write, to avoid hanging when non-interactive.
8544
8545 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
8546
8547 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8548 start with a newline.
8549
8550 1999-04-13 Ken'ichi Handa <handa@gnu.org>
8551
8552 * international/mule-conf.el (x-ctext): New coding system.
8553
8554 1999-04-12 Richard M. Stallman <rms@gnu.org>
8555
8556 * international/mule-cmds.el (input-method-function):
8557 Add permanent-local property.
8558
8559 1999-04-12 Dave Love <fx@gnu.org>
8560
8561 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8562 change to use jka-compr-byte-compiler-base-file-name.
8563
8564 * supercite.el (sc-scan-info-alist): Revert last change.
8565 (sc-attrib-selection-list): Fix :type here instead.
8566
8567 1999-04-11 Eli Zaretskii <eliz@gnu.org>
8568
8569 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8570 in the list of case-insensitive filesystems.
8571
8572 1999-04-09 Kenichi Handa <handa@etl.go.jp>
8573
8574 * international/fontset.el (create-fontset-from-fontset-spec):
8575 Don't register duplicated alias fontset names.
8576
8577 1999-04-08 Richard Stallman <rms@gnu.org>
8578
8579 * international/mule.el (auto-coding-alist-lookup): New function.
8580 (set-auto-coding): Use auto-coding-alist-lookup.
8581
8582 * jka-compr.el (jka-compr-insert-file-contents):
8583 Use auto-coding-alist-lookup to check for files that
8584 should not have eol conversion, in the unibyte case.
8585
8586 1999-04-07 Dave Love <fx@gnu.org>
8587
8588 * help.el (describe-variable): Check custom-loads property as well
8589 as custom-type.
8590
8591 * abbrev.el (abbrev-mode): Customizing sets the default value.
8592
8593 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
8594
8595 * vc.el (vc-backend-revert): For CVS files that were made
8596 writeable with "cvs edit", call "cvs unedit" to undo that.
8597
8598 1999-04-08 Dave Love <fx@gnu.org>
8599
8600 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8601 more.
8602 (sc-emacs-features): Recognize Emacs 20.
8603 (sc-read-string): Use history arg.
8604 (sc-scan-info-alist): Check for rtnvalue a cons.
8605
8606 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
8607
8608 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8609 coding system to encode the message by
8610 select-message-coding-system.
8611
8612 1999-04-07 Richard Stallman <rms@gnu.org>
8613
8614 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8615
8616 * winner.el: Reorder definitions.
8617
8618 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8619
8620 * mail/rmail.el (rmail-decode-babyl-format):
8621 Undo previous change.
8622
8623 1999-04-06 Richard Stallman <rms@gnu.org>
8624
8625 * info.el (Info-find-node): Check for an anchor at the
8626 proper place, before reading an indirect file.
8627
8628 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8629
8630 * jka-compr.el (jka-compr-insert-file-contents):
8631 Use raw-text-unix when we want no conversion.
8632
8633 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8634
8635 * timezone.el (timezone-parse-date): Corrected regexp for
8636 style (5) date format so that tenths of seconds are optional.
8637
8638 1999-04-05 Eli Zaretskii <eliz@gnu.org>
8639
8640 * term/internal.el (dos-cpNNN-setup): New function, with the guts
8641 of dos-codepage-setup.
8642 (cjk-codepages-alist): New variable, an alist of Far-Eastern
8643 codepages for which there's no need to set up cpNNN coding
8644 systems.
8645 (dos-codepage-setup): Support Far-Eastern DOS terminals.
8646
8647 1999-04-05 Richard Stallman <rms@gnu.org>
8648
8649 * mail/rmail.el (rmail-ignored-headers): Doc fix.
8650
8651 1999-04-02 Richard Stallman <rms@gnu.org>
8652
8653 * progmodes/compile.el (compilation-handle-exit): Do right thing
8654 if (car status) doesn't end in a newline.
8655
8656 1999-04-01 Dave Love <fx@gnu.org>
8657
8658 * progmodes/sql.el (SQL): Add defgroup :version.
8659
8660 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
8661
8662 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
8663 buffer-file-coding-system. If the coding system used is raw-text,
8664 etc., make the *Compiler Input* buffer unibyte.
8665
8666 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
8667
8668 * loadup.el: Don't write the fns-...el file if not dumping.
8669
8670 1999-03-31 Dave Love <fx@gnu.org>
8671
8672 * snmp-mode.el (snmp): Fix defgroup :version.
8673
8674 * hilit-chg.el (highlight-changes): Add defgroup :version.
8675
8676 1999-03-31 Andreas Schwab <schwab@gnu.org>
8677
8678 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
8679 the gnus-save-hidden-threads macro.
8680
8681 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
8682
8683 * faces.el (face-set-after-frame-default): Obey the
8684 `customized-face' for new faces.
8685
8686 1999-03-30 Dave Love <fx@gnu.org>
8687
8688 * international/mule-cmds.el (current-language-environment): Doc fix.
8689 * abbrev.el (abbrev-mode): Doc fix.
8690 * autoinsert.el (auto-insert-mode): Doc fix.
8691 * complete.el (partial-completion-mode): Doc fix.
8692 * avoid.el (mouse-avoidance-mode): Doc fix.
8693 * delsel.el (delete-selection-mode): Doc fix.
8694 * font-lock.el (global-font-lock-mode): Doc fix.
8695 * help.el (temp-buffer-resize-mode): Doc fix.
8696 * hscroll.el (hscroll-global-mode): Doc fix.
8697 * icomplete.el (icomplete-mode): Doc fix.
8698 * mouse-sel.el (mouse-sel-mode): Doc fix.
8699 * paren.el (show-paren-mode): Doc fix.
8700 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
8701 * time.el (display-time-mode): Doc fix.
8702 * type-break.el (type-break-mode): Doc fix.
8703 * which-func.el (which-func-mode-global): Doc fix.
8704 * winner.el (winner-mode): Doc fix.
8705
8706 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
8707
8708 * wid-edit.el (widget-before-change): Signal text-read-only rather
8709 than an ordinary error.
8710
8711 1999-03-30 Richard M. Stallman <rms@gnu.org>
8712
8713 * repeat.el: Don't require advice.
8714 (repeat): Do function-indirection in check for kbd macro.
8715 In self-insert case, use the *last* char in INSERTION.
8716
8717 1999-03-30 Karl Heuer <kwzh@gnu.org>
8718
8719 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
8720
8721 1999-03-29 Andreas Schwab <schwab@gnu.org>
8722
8723 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
8724 comint-input-filter-functions. Make variables related to shell
8725 directory tracking local.
8726
8727 1999-03-26 Andreas Schwab <schwab@gnu.org>
8728
8729 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
8730
8731 * simple.el (shell-command-on-region): Cope with exit-status being
8732 nil, which happens if call-process-region was interrupted.
8733
8734 1999-03-26 Richard M. Stallman <rms@gnu.org>
8735
8736 * simple.el (indent-new-comment-line): Handle use at a point
8737 after a comment-end. Handle multiple comments.
8738
8739 * mail/rmail.el (rmail-decode-babyl-format):
8740 To prevent locking, bind buffer-file-name to nil.
8741
8742 1999-03-26 Karl Fogel <kfogel@red-bean.com>
8743
8744 * mail-hist.el (mail-hist-current-header-name): Don't make
8745 off-by-one-error when determining if in message body.
8746
8747 1999-03-25 Andrew Innes <andrewi@gnu.org>
8748
8749 * w32-fns.el (set-default-process-coding-system): Copied from
8750 dos-w32.el, but modified to use Unix line endings for process
8751 input, and to add a suitable entry to process-coding-system-alist
8752 for DOS shells.
8753
8754 * dos-fns.el (set-default-process-coding-system): Copied from
8755 dos-w32.el.
8756
8757 * dos-w32.el (set-default-process-coding-system): Move function to
8758 dos-fns.el; a different version is used in w32-fns.el.
8759
8760 1999-03-24 Dave Love <fx@gnu.org>
8761
8762 * info.el (Info-directory-list): Revert change to re-writing
8763 Info-default-directory-list, but put `alternative' first.
8764 (Info-insert-dir): Modify selecting the top dir file as a consequence.
8765
8766 1999-03-23 Simon Marshall <simon@gnu.org>
8767
8768 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
8769 on the line by itself.
8770 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
8771 it is not in a declarative context.
8772
8773 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
8774
8775 * cus-edit.el (custom-variable-prompt): Allow customization of
8776 autoloaded symbols.
8777
8778 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
8779
8780 * simple.el (what-cursor-position): Don't cause error when point
8781 is at invalid multibyte sequence.
8782
8783 1999-03-21 Karl Heuer <kwzh@gnu.org>
8784
8785 * complete.el (partial-completion-mode): Doc fix.
8786
8787 1999-03-19 Richard M. Stallman <rms@gnu.org>
8788
8789 * progmodes/cplus-md.el (old-c++): Remove :group.
8790
8791 * progmodes/c-mode.el (old-c): Remove :group.
8792
8793 1999-03-18 Simon Marshall <simon@gnu.org>
8794
8795 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
8796 (java-font-lock-keywords-2): Added "strictfp" keyword.
8797
8798 1999-03-17 Jason Rumney <jasonr@altavista.net>
8799
8800 * w32-fns.el (set-w32-system-coding-system) New function.
8801 (w32-system-coding-system) Initialize to 'iso-latin-1.
8802
8803 1999-03-17 Eli Zaretskii <eliz@gnu.org>
8804
8805 * international/mule-cmds.el (set-language-environment): Fix
8806 previous change: don't use dos-codepage when unbound.
8807
8808 1999-03-17 Karl Heuer <kwzh@gnu.org>
8809
8810 * calendar/appt.el (appt-make-list): Fix previous change.
8811
8812 1999-03-16 Richard M. Stallman <rms@gnu.org>
8813
8814 * window.el (shrink-window-if-larger-than-buffer):
8815 Don't try to redisplay with the cursor at the end
8816 on its own line--that would force a scroll and spoil things.
8817
8818 1999-03-16 Eli Zaretskii <eliz@gnu.org>
8819
8820 * international/mule-cmds.el (set-language-environment): Don't use
8821 cpNNN-nonascii-translation-table if it is unbound.
8822
8823 * term/internal.el (dos-codepage-setup): Compute the unibyte
8824 syntax table and bind unibyte-display-via-language-environment
8825 here, rather than at top level, so that resetting to unibyte in
8826 .emacs works as expected.
8827
8828 1999-03-15 Simon Marshall <simon@gnu.org>
8829
8830 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
8831
8832 1999-03-14 Milan Zamazal <pdm@pvt.net>
8833
8834 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
8835
8836 1999-03-14 Kenichi Handa <handa@etl.go.jp>
8837
8838 * international/mule-util.el (detect-coding-with-priority):
8839 Restore the internal database.
8840
8841 1999-03-14 Stephen Eglen <stephen@gnu.org>
8842
8843 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
8844 if mail-from-style has invalid value.
8845
8846 1999-03-12 Karl Heuer <kwzh@gnu.org>
8847
8848 * vc.el (vc-delete-logbuf-window): New var.
8849 (vc-finish-logentry): Use it.
8850
8851 1999-03-12 Richard M. Stallman <rms@gnu.org>
8852
8853 * startup.el (command-line-1): Improve startup msg.
8854
8855 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
8856
8857 * speedbar.el: Added commentary about stealthy functions.
8858 (speedbar-message) new function.
8859 (speedbar-y-or-n-p): New function
8860 (speedbar-with-attached-buffer) Moved macro before reference.
8861 Now uses `save-selected-window'.
8862 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
8863 speedbar-generic-item-info, speedbar-item-info-file-helper,
8864 speedbar-item-delete, speedbar-insert-generic-list,
8865 speedbar-timer-fn, speedbar-check-vc-this-line,
8866 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
8867 speedbar-buffers-item-info) Use speedbar-message.
8868 (speedbar-item-info) Limit `message-log-max'.
8869 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
8870 speedbar-item-delete, speedbar-item-object-delete,
8871 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
8872
8873 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
8874
8875 * server.el (server-start): Set coding system for the server
8876 process to raw-text.
8877 (server-process-filter): Decode file names if necessary.
8878
8879 1999-03-12 Dave Love <fx@gnu.org>
8880
8881 * textmodes/fill.el (sentence-end-double-space): Doc fix.
8882
8883 * textmodes/paragraphs.el (sentence-end): Doc fix.
8884
8885 1999-03-11 Karl Heuer <kwzh@gnu.org>
8886
8887 * comint.el (comint-password-prompt-regexp): Accept "login password:"
8888
8889 1999-03-09 Karl Heuer <kwzh@gnu.org>
8890
8891 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
8892 (ispell-dictionary-alist-2): Likewise.
8893 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
8894 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
8895 (ispell-dictionary-alist): Build from six pieces, not just two.
8896
8897 * ps-bdf.el (bdf-directory-list): Doc fix.
8898
8899 * enriched.el (enriched-mode): Make var permanent-local.
8900
8901 1999-03-09 Dave Love <fx@gnu.org>
8902
8903 * textmodes/sgml-mode.el (html-mode): Use
8904 sentence-end-double-space when setting sentence-end.
8905
8906 1999-03-09 Ken'ichi Handa <handa@gnu.org>
8907
8908 * language/thai.el (tis-620): New alias coding system for thai-tis620.
8909
8910 1999-03-08 Felix Lee <flee@cygnus.com>
8911
8912 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
8913
8914 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
8915
8916 1999-03-08 Karl Heuer <kwzh@gnu.org>
8917
8918 * dired-aux.el (dired-do-copy-regexp): Doc fix.
8919 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8920
8921 * dired.el (dired-do-copy-regexp): Doc fix.
8922 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8923
8924 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
8925
8926 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
8927
8928 1999-03-08 Jason Rumney <jasonr@altavista.net>
8929
8930 * international/codepage.el (cp1250-decode-table)
8931 (cp1251-decode-table, cp1253-decode-table)
8932 (cp1257-decode-table): New translation tables for MS Windows codepages.
8933 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
8934
8935 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8936
8937 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
8938
8939 1999-03-07 Eli Zaretskii <eliz@gnu.org>
8940
8941 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
8942
8943 * term/internal.el (top level): Display character 255 as 8bit as well.
8944
8945 1999-03-06 Dave Love <fx@gnu.org>
8946
8947 * progmodes/cc-cmds.el (c-outline-level): Bind
8948 buffer-invisibility-spec.
8949
8950 * progmodes/c-mode.el (c-outline-level): Likewise.
8951
8952 * progmodes/ada-mode.el (ada-outline-level): Likewise.
8953
8954 1999-03-05 Felix Lee <flee@cygnus.com>
8955
8956 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
8957
8958 1999-03-05 Richard M. Stallman <rms@gnu.org>
8959
8960 * bindings.el (complete-symbol): Invert meaning of prefix arg.
8961
8962 1999-03-05 Andrew Innes <andrewi@gnu.org>
8963
8964 * w32-fns.el (convert-standard-filename): Convert directory
8965 separators to Windows format.
8966
8967 1999-03-05 Andreas Schwab <schwab@gnu.org>
8968
8969 * international/skkdic-cnv.el: Provide skkdic-cnv.
8970 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
8971 (batch-skkdic-convert): Doc fix.
8972
8973 1999-03-04 Dave Love <fx@gnu.org>
8974
8975 * custom.el (custom-set-variables): Protect against setter errors.
8976
8977 1999-03-04 Eli Zaretskii <eliz@gnu.org>
8978
8979 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
8980 the file sizes from overflowing.
8981 (ls-lisp-format): If file size is a float, use %8.0f to print it.
8982 Under -s, print the size in blocks with %4.0f, in case they have
8983 a *really* huge file.
8984
8985 1999-03-03 Dave Love <fx@gnu.org>
8986
8987 * options.el (edit-options): Doc fix.
8988 (list-options): Don't lose with unbound symbols. Maintain
8989 Edit-options-mode.
8990
8991 1999-03-01 Dave Love <fx@gnu.org>
8992
8993 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
8994
8995 1999-02-28 Richard M. Stallman <rms@gnu.org>
8996
8997 * ispell.el (ispell-dictionary-alist-override): New variable.
8998 (ispell-dictionary-alist): Don't setq it,
8999 if ispell-dictionary-alist-override is set.
9000
9001 * simple.el (shell-command-default-error-buffer): Renamed from
9002 shell-command-on-region-default-error-buffer.
9003 (shell-command-on-region): Mention in echo area when there
9004 is some error output. Mention success or failure, too.
9005 Accumulate multiple error outputs
9006 going forward, with formfeed in between. Display the error buffer
9007 when we have put something in it.
9008 (shell-command): Add the ERROR-BUFFER argument feature.
9009
9010 1999-02-28 Karl Heuer <kwzh@gnu.org>
9011
9012 * mail/mh-utils.el (mh-lib): Doc fix.
9013 (mh-lib-progs, mh-nmh-p): New vars.
9014 (mh-find-progs): Set mh-lib-progs along with other vars.
9015 (mh-path-search): New arg FUNC-P; if specified, use that instead
9016 of mh-file-command-p.
9017 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9018
9019 * mail/mh-comp.el (mh-repl-formfile): New var.
9020 (mh-smail-batch): Don't ignore all arguments.
9021 (mh-reply): Do the right thing when using nmh.
9022
9023 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9024
9025 * international/mule-cmds.el (select-safe-coding-system): Be sure
9026 to show a buffer being decoded.
9027
9028 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9029
9030 * ps-bdf.el (bdf-directory-list): Initialize it to
9031 '("/usr/local/share/emacs/fonts/bdf").
9032
9033 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9034
9035 * ps-print.el: PostScript programming fix.
9036 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9037 setpagedevice operator).
9038
9039 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9040
9041 * ps-print.el: Doc fix, font size specifies landscape and portrait
9042 sizes.
9043 (ps-print-version): New version number (4.1.4).
9044 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9045 Specifies landscape and portrait sizes.
9046 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9047 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9048 fix.
9049 (ps-get-font-size): New fun.
9050 (ps-font-size-internal, ps-header-font-size-internal)
9051 (ps-header-title-font-size-internal): New vars.
9052
9053 * ps-mule.el: Change of ps-print font size variable name.
9054 (ps-mule-generate-font): Fun fix.
9055 (ps-mule-begin-job): Programming uniformization.
9056
9057 1999-02-25 Dave Love <fx@gnu.org>
9058
9059 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9060 (help-make-xrefs): Do Info case first.
9061
9062 * repeat.el: Don't require advice.
9063 (repeat-last-kill-command): Variable deleted.
9064
9065 1999-02-25 Richard Stallman <rms@gnu.org>
9066
9067 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9068 case just because the current buffer is the output buffer.
9069
9070 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9071
9072 * simple.el (what-cursor-position): To show the character's
9073 encoding, use encoded-string-description instead of information
9074 of chaset-origin-alist.
9075
9076 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9077 (encoded-code-description): New function.
9078 (encoded-string-description): New function.
9079 (encode-coding-char): New function.
9080
9081 1999-02-25 Andrew Innes <andrewi@gnu.org>
9082
9083 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9084 checking for .emacs[.el[c]].
9085
9086 1999-02-24 Richard Stallman <rms@gnu.org>
9087
9088 * help.el (describe-function-1): Don't print a whole lambda-function.
9089
9090 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9091
9092 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9093 inputting ?\240.
9094
9095 1999-02-23 Karl Heuer <kwzh@gnu.org>
9096
9097 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9098
9099 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9100 (clean-buffer-list-kill-buffer-names): Doc fix.
9101
9102 * gud.el (gud-jdb-massage-args): Spelling fix.
9103
9104 1999-02-23 Richard M. Stallman <rms@gnu.org>
9105
9106 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9107
9108 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9109
9110 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9111 excursion while calling set-auto-coding-function.
9112
9113 * play/handwrite.el (handwrite): Require ps-print, and use
9114 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9115 if it's defined, instead of forking ps-lpr-command unconditionally.
9116
9117 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9118
9119 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9120 charset-origin-alist property to a coding system for the codepage.
9121
9122 * international/mule.el: Modify comment for charset-origin-alist
9123 property of a coding system.
9124
9125 * simple.el (what-cursor-position): charset-origin-alist property
9126 of a coding system may be a translation table or a symbol of which
9127 `translation-table' property is a translation table.
9128
9129 1999-02-21 Richard Stallman <rms@gnu.org>
9130
9131 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9132 to the "html" template.
9133
9134 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9135
9136 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9137
9138 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9139
9140 * dirtrack.el (dirtrack): Check for the prompt in the input string
9141 instead of the buffer.
9142
9143 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9144
9145 * sql.el: Set version to 1.4.1. Changed mail address to
9146 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9147 (sql-input-ring-separator): Doc fix.
9148 (sql-mode-syntax-table): double-dash starts comments is defined as
9149 ". 56" instead of ". 12b" for XEmacs.
9150 (sql-stop, sql-interactive-mode): Doc fixes.
9151 (sql-postgres): Queries for database and server, not just one.
9152 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9153
9154 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9155 changed. This is needed for master.el to work.
9156 (sql-set-sqli-buffer): Use the new hook.
9157
9158 * sql.el (sql-make-alternate-buffer-name): Function that sets
9159 sql-alternate-buffer-name.
9160 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9161 (sql-interactive-mode): Set sql-alternate-buffer-name.
9162 (sql-rename-buffer): New command.
9163 (sql-interactive-mode-menu): Menu for SQLi buffers.
9164
9165 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9166 and sql-input-ring-file-name are used to temporarily set
9167 comint-input-ring-file-name and comint-input-ring-separator when
9168 reading and writing input history files.
9169
9170 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9171 (sql-input-ring-file-name): New variable with customization.
9172 (sql-input-ring-separator): New variable with customization.
9173 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9174 Callers changed.
9175 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9176 now includes the name of the current buffer.
9177
9178 (sql-mode): Set paragraph-separate and paragraph-start so that
9179 sql-send-paragraph sends the entire SQL statements, even if it
9180 contains indented lines.
9181
9182 1999-02-18 Dave Love <fx@gnu.org>
9183
9184 * format.el (format-encode-run-method, format-decode-run-method):
9185 Fix previous change.
9186
9187 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9188
9189 * international/mule.el (coding-system-list): Moved here from
9190 mule-util.el to avoid autoloading mule-util by the call of
9191 select-safe-coding-system.
9192
9193 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9194
9195 * simple.el (turn-on-auto-fill): Mark it as an option for
9196 `text-mode-hook'.
9197
9198 1999-02-17 Richard Stallman <rms@gnu.org>
9199
9200 * emacs-lisp/easymenu.el (easy-menu-get-map):
9201 Don't crash if (current-local-map) is nil.
9202
9203 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9204
9205 * filecache.el (file-cache-filter-regexps): Added .class.
9206
9207 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9208
9209 * international/mule-util.el (decompose-region): Use
9210 insert-buffer-substring instead of insert-buffer to avoid putting
9211 mark.
9212
9213 1999-02-17 Andreas Schwab <schwab@gnu.org>
9214
9215 * calendar/cal-move.el (scroll-calendar-left): Don't set
9216 displayed-month and displayed-year here, let generate-calendar do
9217 it, after range checking.
9218
9219 1999-02-17 Simon Marshall <simon@gnu.org>
9220
9221 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9222
9223 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9224 correctly between an object declared via a constructor and a method.
9225 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9226 (java-font-lock-keywords-1): Fontify package names individually.
9227 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9228 (java-font-lock-keywords-2): Simplify type fontification.
9229 (java-font-lock-keywords-3): Likewise.
9230
9231 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9232
9233 * language/japanese.el (iso-2022-jp-2): New coding system.
9234 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9235
9236 1999-02-16 Dave Love <fx@gnu.org>
9237
9238 * help.el (describe-function-1): Accept non-symbols.
9239
9240 1999-02-16 Paul Eggert <eggert@twinsun.com>
9241
9242 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9243 find the last match if there are multiple matches.
9244
9245 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9246
9247 * tex-mode.el (tex-run-command, latex-run-command)
9248 (slitex-run-command, tex-command): Doc changes.
9249 (tex-start-options-string): Autoload it. Doc change. Provide
9250 a menu for customization. Allow nil. Quote backslashes only once.
9251 (tex-start-tex): Handle nil value of tex-start-options-string
9252 and apply shell-quote-argument to it.
9253
9254 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9255
9256 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9257 the size in blocks, since it can be a float.
9258 (ls-lisp-format): Likewise
9259
9260 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9261
9262 * language/japanese.el (japanese-shift-jis): Add
9263 charset-origin-alist property.
9264
9265 1999-02-15 Richard Stallman <rms@gnu.org>
9266
9267 * progmodes/compile.el (compile-internal): Use save-selected-window.
9268
9269 * subr.el (momentary-string-display): Bind inhibit-read-only.
9270
9271 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9272
9273 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9274
9275 * mail/rmail.el (rmail-show-message): If an unseen message has a
9276 Summary-line in its header, get past one more line before looking
9277 for the X-Coding-System header.
9278
9279 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9280
9281 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9282 explicitly to accomodate Windows 9X lack of a useful copy program.
9283
9284 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9285
9286 * wid-edit.el (widget-choice-value-create): Use `equal'
9287 instead of `eq'.
9288
9289 1999-02-14 Richard Stallman <rms@gnu.org>
9290
9291 * international/iso-transl.el:
9292 (iso-transl-ae): Renamed from iso-transl-e-slash.
9293 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9294 (iso-transl-AE): Renamed from iso-transl-E-slash.
9295 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9296 (iso-transl-char-map): Related changes.
9297
9298 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9299
9300 1999-02-13 Richard Stallman <rms@gnu.org>
9301
9302 * textmodes/texinfmt.el (texinfo-alias): New function.
9303 (texinfo-fold-nodename-case): Add defvar.
9304 (texinfo-format-node): Do case folding if specified.
9305
9306 * ffap.el (ffap-file-at-point): Test local file names
9307 immediately. Strip off line numbers.
9308
9309 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9310
9311 * sql.el: Set version to 1.3.2
9312 (sql-solid-program): Added support for solid.
9313 (sql-help): Doc mentions sql-solid.
9314 (sql-solid): Entry function for Solid.
9315 (sql-buffer): Doc explains the use of the variable and how to
9316 change it.
9317 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9318 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9319 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9320 is new.
9321 (sql-show-sqli-buffer): New function to display the value of
9322 sql-buffer.
9323 (sql-change-sqli-buffer): New function to change sql-buffer.
9324 (sql-mode): Doc explains how to change sql-buffer.
9325 (sql-send-paragraph): New function to send a paragraph.
9326 (sql-mode-map): Added keybinding for sql-send-paragraph.
9327 (sql-mysql): Doc corrected.
9328 (sql-ms): Doc corrected.
9329
9330 * sql.el (sql-server): Doc fix.
9331 (sql-mysql): Added the use of sql-server to specify the host,
9332 sql-database now specifies database instead of host.
9333 (sql-mode-menu): Send... menu items are only active if sql-buffer
9334 is non-nil.
9335 (sql-help): Changed tag of entry functions a bit.
9336
9337 * sql.el: Added keywords from `finder-by-keyword'.
9338 (sql-mode): Made sql-buffer a local variable, changed the
9339 documentation: removed instructions to add *.sql files to
9340 auto-mode-alist, added documentation for having mutliple SQL
9341 buffers sending their stuff to different SQLi buffers, each
9342 running a different process.
9343 (sql-postgres): Quoted *SQL* in doc string.
9344 (sql-ms): Likewise.
9345 (sql-ingres): Likewise.
9346 (sql-ingres): Quoted *SQL* in doc string, added references to
9347 sql-user and sql-password used during login.
9348 (sql-sybase): Quoted *SQL* in doc string, added comma.
9349 (sql-oracle): Likewise.
9350 (sql-interactive-mode): Added extensive documentation for having
9351 mutliple SQL buffers sending their stuff to different SQLi
9352 buffers, each running a different process.
9353 (sql-buffer): Changed doc from *SQL* to SQLi.
9354 (sql-get-login): Doc fix.
9355
9356 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9357
9358 * international/mule-conf.el (undecided): Set ascii in
9359 safe-charsets property.
9360
9361 1999-02-12 Richard Stallman <rms@gnu.org>
9362
9363 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9364
9365 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9366
9367 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9368 value to ps-mule-font-info-database-latin.
9369
9370 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9371
9372 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9373 (ps-mule-font-info-database-default): New variable.
9374 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9375 ps-mule-font-info-database-default.
9376
9377 1999-02-12 Dave Love <fx@gnu.org>
9378
9379 * timezone.el (timezone-make-date-sortable)
9380 (timezone-make-date-arpa-standard): Doc fix.
9381
9382 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9383
9384 * international/quail.el (quail-show-kbd-layout): Bind
9385 blink-matching-paren to nil.
9386
9387 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9388 for ASCII and Latin-1.
9389
9390 1999-02-12 Andreas Schwab <schwab@gnu.org>
9391
9392 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9393
9394 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9395
9396 * international/mule-cmds.el (language-info-alist): Remove
9397 description about charset-origin-alist.
9398
9399 * international/mule.el: Comment added for a new coding system
9400 property `charset-origin-alit'.
9401 (make-translation-table): This variable deleted.
9402
9403 * language/chinese.el (chinese-big5): Add charset-origin-alist
9404 property.
9405 ("Chinese-CNS"): Remove charset-origin-alist property.
9406
9407 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9408 property.
9409 (cyrillic-alternativnyj): Likewise.
9410 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9411 ("Cyrillic-ALT"): Likewise.
9412
9413 * language/vietnamese.el (vietnamese-viqr): Add
9414 charset-origin-alist property.
9415 ("Vietnamese"): Remove charset-origin-alist property.
9416
9417 * simple.el (what-cursor-position): Don't use the varialbe
9418 charset-origin-alist, but use charset-origin-alist property of
9419 buffer-file-coding-system to decide external character set code.
9420
9421 1999-02-10 Richard Stallman <rms@gnu.org>
9422
9423 * shadowfile.el: Don't turn on the mode when the file is loaded.
9424
9425 1999-02-09 Richard Stallman <rms@gnu.org>
9426
9427 * progmodes/compile.el (compile-auto-highlight): Customize.
9428
9429 * add-log.el (add-log-file-name-function): New variable.
9430 (add-change-log-entry): Call that function, if non-nil.
9431
9432 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9433
9434 * rmail.el (rmail-search): Track match with a marker, not an integer.
9435
9436 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9437
9438 * progmodes/compile.el (compilation-setup): Set value of
9439 compilation-directory-stack as in compilation-forget-errors.
9440 (compile-reinitialize-errors): Bind buffer-undo-list and
9441 deactivate-mark.
9442 (compilation-forget-errors): Likewise.
9443
9444 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9445
9446 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9447 def... constructs.
9448
9449 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9450 Remove calls to sleep-for.
9451
9452 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9453
9454 * international/codepage.el (cp-coding-system-for-codepage-1): On
9455 MS-DOS, use dos-unsupported-char-glyph for characters not
9456 supported by the codepage.
9457 (cp-make-coding-systems-for-codepage): Likewise.
9458
9459 1999-02-08 Andreas Schwab <schwab@gnu.org>
9460
9461 * international/mule-util.el (coding-system-list): Don't sort
9462 coding-system-list here.
9463
9464 * international/mule.el (coding-system-lessp): Moved here from
9465 mule-util.el
9466 (add-to-coding-system-list): New function.
9467 (make-subsidiary-coding-system, make-coding-system,
9468 define-coding-system-alias): Use it instead of setting
9469 coding-system-list directly.
9470
9471 1999-02-07 Dave Love <fx@gnu.org>
9472
9473 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9474 onto message.
9475
9476 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9477
9478 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9479 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9480
9481 1999-02-06 Richard Stallman <rms@gnu.org>
9482
9483 * language/european.el (setup-slovenian-environment): New function.
9484 ("Slovenian"): New language environment.
9485
9486 * progmodes/sql.el (sql-help): Doc fix.
9487 (sql-mysql): Doc fix.
9488
9489 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9490
9491 * tex-mode.el: When compiling, require compare-w and skeleton
9492 to pacify the byte-compiler. Move the def's of the tex-commands
9493 together. Add a comment on kill-process vs. quit-process.
9494
9495 1999-02-05 Dave Love <fx@gnu.org>
9496
9497 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9498 null markers.
9499 (compile-goto-error): Likewise.
9500
9501 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
9502
9503 * time-stamp.el (time-stamp-format): Format doc tighter.
9504 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9505 (time-stamp): Don't re-write the time stamp if it didn't change.
9506
9507 1999-02-05 Alex Schroeder <asc@bsiag.com>
9508
9509 * progmodes/sql.el: Changed version to 1.2.1.
9510 (sql-pop-to-buffer-after-send-region): Improved documentation.
9511 (sql-mysql-program): Added MySQL support.
9512 (sql-prompt-length): Made prompt-length configurable.
9513 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9514 (sql-help): Added MySQL support, changed documentation.
9515 (sql-send-region): A message is displayed if something is sent.
9516 (sql-mode): Added buffer-local comment-start.
9517 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9518 (sql-interactive-mode): Added buffer-local comment-start.
9519 (sql-oracle): Set sql-prompt-length.
9520 (sql-sybase): Set sql-prompt-length.
9521 (sql-mysql): Added MySQL support.
9522 (sql-ingres): Set sql-prompt-length.
9523 (sql-ms): Set sql-prompt-length.
9524 (sql-postgres): Set sql-prompt-length.
9525
9526 1999-02-04 Eli Zaretskii <eliz@gnu.org>
9527
9528 * term/internal.el (dos-codepage-setup): Set selection coding
9529 system to cpNNN-dos.
9530
9531 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9532
9533 * international/characters.el: Let ethiopic use iso-2022-7bit.
9534
9535 1999-02-02 Dave Love <fx@gnu.org>
9536
9537 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9538 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9539
9540 1999-02-02 Karl Heuer <kwzh@gnu.org>
9541
9542 * terminal.el (terminal-emulator): Doc fix.
9543
9544 1999-02-02 Ken'ichi Handa <handa@gnu.org>
9545
9546 * international/mule-util.el (compose-chars): Doc-string
9547 modified. Correctly handle a composition character in ARGS.
9548
9549 1999-02-01 Richard Stallman <rms@gnu.org>
9550
9551 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9552 (makefile-menu-index-function): Function deleted.
9553 (makefile-mode): Use makefile-imenu-generic-expression.
9554
9555 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
9556
9557 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9558 change, invoke from before-init-hook.
9559
9560 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
9561
9562 * subr.el (remove-from-invisibility-spec): Cope with the case when
9563 buffer-invisibility-spec is t.
9564
9565 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
9566
9567 * calendar/calendar.el (calendar-mode-map): Fix bindings for
9568 appt-add and appt-delete.
9569
9570 1999-02-01 Eli Zaretskii <eliz@gnu.org>
9571
9572 * term/pc-win.el (msdos-approximate-color): New function.
9573 (msdos-color-translate): Call it to find a DOS color that best
9574 approximates an X-style "#NNNNNN" color specification.
9575
9576 1999-02-01 Ken'ichi Handa <handa@gnu.org>
9577
9578 * international/mule-util.el (compose-chars-component): Add
9579 autoload cookie.
9580
9581 1999-01-31 Ken'ichi Handa <handa@gnu.org>
9582
9583 * international/quail.el (quail-lookup-key): If cdr of MAP is a
9584 function, replace cdr of MAP by the return value of the function
9585 unconditionally.
9586
9587 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9588
9589 * progmodes/compile.el (compilation-next-error-locus): Don't
9590 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9591
9592 1999-01-31 Eli Zaretskii <eliz@gnu.org>
9593
9594 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9595 and NLs before "charset", and allow the charset name be in double
9596 quotes.
9597
9598 1999-01-31 Richard Stallman <rms@gnu.org>
9599
9600 * imenu.el (imenu-sort-function): Fix custom type.
9601
9602 1999-01-30 Richard Stallman <rms@gnu.org>
9603
9604 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9605 (speedbar-line-token): Likewise.
9606
9607 * play/gametree.el (gametree-default-score): Use defcustom.
9608 (gametree-score-regexp, gametree-score-closer): Likewise.
9609 (gametree-score-manual-flag, gametree-score-opener): Likewise.
9610
9611 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9612
9613 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9614 decoding.
9615
9616 1999-01-29 Markus Rost <rost@gnu.org>
9617
9618 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9619 tex-validate-buffer.
9620 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9621 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
9622 now with recent occur-mode.
9623 (tex-validate-region): Really walk through all Sexps.
9624 (tex-region): Bind shell-dirtrack-verbose.
9625 (tex-file, tex-bibtex-file): Likewise.
9626
9627 1999-01-29 Dave Love <fx@gnu.org>
9628
9629 * finder.el: (finder-commentary): Fix interactive spec. Try
9630 appending .el to file name.
9631 (finder-find-library, finder-commentary): Doc fixes.
9632
9633 1999-01-29 Andrew Innes <andrewi@gnu.org>
9634
9635 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9636 where the userid contains directory separators.
9637
9638 1999-01-29 Dave Love <fx@gnu.org>
9639
9640 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9641 (lm-commentary): Doc fix.
9642
9643 1999-01-29 Andreas Schwab <schwab@gnu.org>
9644
9645 * files.el (file-expand-wildcards): Never consider `.' and `..' a
9646 wildcard match. Fix regexp that tests if dirpart contains
9647 wildcard characters.
9648
9649 1999-01-28 Richard Stallman <rms@gnu.org>
9650
9651 * font-lock.el (font-lock-default-unfontify-region):
9652 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
9653
9654 1999-01-27 Jason Rumney <jasonr@altavista.net>
9655
9656 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
9657 from FAMILY field.
9658 (w32-create-initial-fontsets): Do not use before-init-hook.
9659 (mouse-set-font): Document. Automatically create and use fontsets.
9660
9661 * dos-w32.el (direct-print-region-helper): Check for printer
9662 being t as well as a string.
9663
9664 1999-01-27 Kenichi Handa <handa@etl.go.jp>
9665
9666 * mail/rmail.el (rmail-decode-mime-charset): New variable.
9667 (rmail-mime-charset-pattern): New variable.
9668 (rmail-convert-to-babyl-format): Decode by MIME-charset if
9669 rmail-decode-mime-charset is non-nil.
9670
9671 1999-01-27 Ken'ichi Handa <handa@gnu.org>
9672
9673 * international/characters.el: Set category `q' for all characters
9674 in tibetan and tibetan-1-column.
9675
9676 1999-01-27 Andrew Innes <andrewi@gnu.org>
9677
9678 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
9679 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
9680
9681 1999-01-27 Dave Love <fx@gnu.org>
9682
9683 * international/mule-cmds.el (current-language-environment):
9684 Provide :link, :type (choices) and appropriate :get.
9685
9686 1999-01-27 Eli Zaretskii <eliz@gnu.org>
9687
9688 * startup.el (command-line): Set default eol-mnemonic-* strings to
9689 display end-of-line format in mode line.
9690
9691 * cus-start.el (all): Add eol-mnemonic-* variables.
9692
9693 1999-01-26 Dave Love <fx@gnu.org>
9694
9695 * startup.el (command-line-1): Up-date copyright.
9696
9697 * paths.el (Info-default-directory-list): Use configdir twice.
9698
9699 * info.el (Info-directory-list): Don't set path-separator now
9700 we're not shipped with Texinfo. Simplify path definition.
9701 Substitute all occurrences of instdir in Info-default-directory-list.
9702
9703 1999-01-25 Richard Stallman <rms@gnu.org>
9704
9705 * startup.el (normal-top-level-add-subdirs-to-load-path):
9706 Record the inode numbers of the dirs processed, to avoid loop.
9707
9708 * textmodes/tex-mode.el (tex-run-command): Doc fix.
9709
9710 1999-01-25 Dave Love <fx@gnu.org>
9711
9712 * browse-url.el (browse-url-netscape-program): Doc addition.
9713
9714 * help.el (help-make-xrefs): Default info references to an `(emacs)'
9715 prefix.
9716
9717 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
9718 auto-mode-alist.
9719
9720 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9721
9722 * calendar/diary-lib.el (mark-diary-entries): Use
9723 assoc-ignore-case and do not capitalize when matching month and
9724 day names.
9725
9726 * calendar/calendar.el (calendar-read-date): Ditto.
9727
9728 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9729 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9730
9731 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
9732
9733 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9734
9735 * calendar/cal-islam.el (calendar-goto-islamic-date)
9736 (mark-islamic-diary-entries): Ditto.
9737
9738 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9739
9740 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9741 (calendar-read-mayan-tzolkin-date): Ditto.
9742
9743 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
9744
9745 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
9746
9747 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
9748
9749 1999-01-25 Karl Heuer <kwzh@gnu.org>
9750
9751 * faces.el (list-faces-display): Multiline case of previous fix.
9752
9753 1999-01-25 Andreas Schwab <schwab@gnu.org>
9754
9755 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
9756
9757 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
9758
9759 * files.el (find-file): If find-file-noselect returns a list,
9760 do switch-to-buffer on each element.
9761 (find-file-other-window): Likewise for all but the first element.
9762 (find-file-other-frame): Same.
9763 (find-file-noselect): When we expand a wildcard, return a list
9764 of buffers.
9765
9766 1999-01-24 Eli Zaretskii <eliz@gnu.org>
9767
9768 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
9769 to set the appropriate cpNNN-dos coding system as the
9770 highest-priority coding system.
9771
9772 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9773
9774 * international/fontset.el (generate-fontset-menu): Return a
9775 sorted list by plain names of fontsets.
9776
9777 * international/mule-diag.el (list-fontsets): Sort fontsets by
9778 plain names.
9779
9780 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
9781 FIRST is a composite character, decompose it at first.
9782
9783 1999-01-23 Dave Love <fx@gnu.org>
9784
9785 * format.el: Doc fixes.
9786 (format-encode-run-method): Have things happen in the right buffer.
9787 Deal with errors from method. Set coding-system-for-write.
9788 (format-decode-run-method): Have things happen in the right buffer.
9789 Deal with errors from method. Set coding-system-for-read.
9790 (format-alist): Use nil instead of unmatchable regexps.
9791
9792 * simple.el (shell-command-on-region): Return command's exit status.
9793
9794 1999-01-23 Eric Ludlam <zappo@gnu.org>
9795
9796 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
9797 of the file whose info we want to display.
9798 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
9799 (speedbar-add-mode-functions-list) Improve doc.
9800 (speedbar-line-token) New function.
9801 (speedbar-dired) Fix order of directories in -shown-directories.
9802 (speedbar-line-path): Default return is default-directory
9803 (speedbar-buffers-line-path): Return is dir name only.
9804 (speedbar-mode-functions-list): New variable.
9805 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
9806 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
9807 speedbar-files-item-info speedbar-buffers-item-info): New functions.
9808 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
9809 New functions.
9810 (speedbar-line-file): Broke out part that fetches file from a line.
9811 (speedbar-line-text): New function extracted from speedbar-line-file.
9812 (speedbar-line-path): Converted into a replaceable function.
9813 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
9814
9815 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9816
9817 * international/fontset.el (create-fontset-from-x-resource): Make
9818 style variants.
9819
9820 1999-01-22 Dave Love <fx@gnu.org>
9821
9822 * paths.el (Info-default-directory-list): Put sysdir after start.
9823
9824 1999-01-22 Sam Steingold <sds@goems.com>
9825
9826 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
9827 a process associated with it.
9828
9829 1999-01-22 Jason Rumney <jasonr@altavista.net>
9830
9831 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
9832
9833 1999-01-22 Felix Lee <flee@cygnus.com>
9834
9835 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
9836 major-mode.
9837 (vc-annotate-mode): Delete variable.
9838
9839 1999-01-22 Andrew Innes <andrewi@gnu.org>
9840
9841 * startup.el (command-line): [windows-nt]: Check for existence of
9842 .emacs file so as to notice .emacs.el or .emacs.elc and use them
9843 in preference to _emacs.
9844
9845 1999-01-22 Dave Love <fx@gnu.org>
9846
9847 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
9848
9849 1999-01-20 Richard Stallman <rms@gnu.org>
9850
9851 * files.el (find-file-noselect): Do wildcard processing only
9852 if new arg WILDCARDS is non-nil.
9853 (find-file, find-file-other-window): New arg WILDCARDS.
9854 Default it to non-nil if interactive.
9855 (find-file-other-frame): Likewise.
9856 (find-file-read-only): Likewise.
9857 (find-file-read-only-other-window): Likewise.
9858 (find-file-read-only-other-frame): Likewise.
9859
9860 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
9861 (widget-plist-convert-option): Delete spurious comma.
9862
9863 1999-01-19 Jason Rumney <jasonr@altavista.net>
9864
9865 * term/w32-win.el (w32-standard-fontspec-spec): Change
9866 iso8859-5 to koi8-r. Add iso8859-9.
9867
9868 1999-01-19 Dave Love <fx@gnu.org>
9869
9870 * browse-url.el (browse-url-maybe-new-window): Delete macro and
9871 its uses.
9872
9873 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
9874 is active.
9875 (fortran-indent-subprogram): Likewise.
9876
9877 1999-01-19 Dave Love <d.love@dl.ac.uk>
9878
9879 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
9880
9881 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9882
9883 * wid-edit.el (alist): Use sexp as default key-type.
9884
9885 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9886
9887 * textmodes/tex-mode.el (tex-define-common-keys):
9888 Remove key binding of tex-feed-input.
9889 (tex-mode-map): Bind tex-feed-input here.
9890 (tex-start-shell): Use compilation-shell-minor-mode. Set
9891 comint-input-filter-functions before running tex-shell-hook.
9892 (tex-start-tex): Forget compilation errors.
9893 (tex-compilation-parse-errors): Rewritten to work also with
9894 compile-mouse-goto-error and compile-goto-error. Adjusted to
9895 change in tex-region.
9896 (tex-region): For the temp file use file-name without directory.
9897 (tex-file): Expand file name of tex-print-file.
9898
9899 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9900
9901 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
9902
9903 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
9904
9905 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
9906 beginning could cause Emacs to hang. Fixed.
9907
9908 1999-01-18 Ken'ichi Handa <handa@gnu.org>
9909
9910 * international/ccl.el (ccl-compile-translate-character): Handle
9911 the case that a tranlation table is CCL register correctly.
9912
9913 * international/mule-cmds.el (select-safe-coding-system):
9914 Hightlight at most 256 characters.
9915
9916 1999-01-18 Dave Love <fx@gnu.org>
9917
9918 * startup.el (command-line): If the init file changes operation to
9919 unibyte, make all buffers unibyte and re-set language environment.
9920
9921 * disp-table.el (standard-display-european): Make all existing
9922 buffers unibyte. Fix doc.
9923
9924 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
9925
9926 * wid-edit.el (coding-system): Define this unconditionally.
9927
9928 * simple.el (shell-command-on-region-default-error-buffer): New var.
9929 (shell-command-on-region): Use that variable as interactive
9930 value of ERROR-BUFFER argument.
9931
9932 1999-01-17 Sam Steingold <sds@goems.com>
9933
9934 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
9935
9936 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9937
9938 * progmodes/compile.el (compilation-goto-locus): If already in the
9939 compilation buffer's window, keep it in that window.
9940 (compile-mouse-goto-error): Add Doc. Don't play with windows.
9941 (compile-goto-error): Don't play with windows.
9942
9943 * textmodes/tex-mode.el (latex-run-command): Doc fix.
9944 (tex-command): Doc fix.
9945 (tex-compilation-parse-errors): Doc fix.
9946 (tex-generate-zap-file-name): Don't start the name with -.
9947 (tex-expand-files): Works now also with strings ending with ":".
9948
9949 1999-01-17 Ian T Zimmerman <itz@transbay.net>
9950
9951 Patch failed to install:
9952 * gametree.el: Document scoring functionality.
9953 (gametree-score-regexp): Add optional plus sign.
9954 (gametree-score-opener): Replace `:' with `=' as the former
9955 conflicts with gametree-half-ply-regexp.
9956 (gametree-transpose-following-leaves): Add.
9957 (gametree-insert-new-leaf): Make modifying commands barf in read
9958 only buffers.
9959 (gametree-break-line-here): Add a call to
9960 `gametree-transpose-following-leaves'. This maintains the
9961 necessary invariant that on each level all leaf children precede
9962 all nonleaf children. This has always been implied, but left to
9963 the user, and, unfortunately, undocumented.
9964
9965 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
9966
9967 * wid-edit.el (plist, alist): New widget types.
9968
9969 1999-01-17 Dave Love <fx@gnu.org>
9970
9971 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
9972 fix scope of condition-case therein.
9973
9974 1999-01-17 Andrew Innes <andrewi@gnu.org>
9975
9976 * dos-w32.el: (find-buffer-file-type-coding-system): Use
9977 default-buffer-file-coding-system when file doesn't exist (and
9978 isn't covered by a special case) instead of forcing undecided-dos
9979 against the user's wishes.
9980
9981 * dos-w32.el (direct-print-region-helper): New function based on
9982 direct-print-region-function; sends data to specified printer port
9983 without further translation. Recognize and handle specially the
9984 standard `print' and `nprint' programs, as well as `lpr' and
9985 similar programs. Only write directly to the printer port if no
9986 print program is specified. Work around a bug in Windows 9x
9987 affecting Win32 version of Emacs by invoking command.com to write
9988 to the printer port instead of writing directly.
9989 (direct-print-region-function): Use direct-print-region-helper to
9990 do most of the work.
9991 (direct-ps-print-region-function): New function; analogue of
9992 direct-print-region-function for ps-print.
9993 (ps-lpr-command): Comment out setq; leave as example usage.
9994 (ps-lpr-switches): Ditto.
9995
9996 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
9997 and MS-Windows.
9998 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
9999 DOS and Windows platforms, to indicate direct printing. Update
10000 the docstring accordingly.
10001
10002 * ps-print.el: (ps-printer-name): Update docstring about usage on
10003 MS-DOS and MS-Windows.
10004 (ps-lpr-command): Update docstring as for lpr-command.
10005 (ps-print-region-function): New variable.
10006 (ps-do-despool): Use it.
10007 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10008 DOS/Windows.
10009
10010 * subr.el (subst-char-in-string): New function.
10011
10012 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10013
10014 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10015
10016 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10017 (bdf-find-font-info): New function, looks for the first readable
10018 file from a list of alternatives.
10019 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10020 instead of bdf-get-font-info.
10021 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10022 to ps-mule-generate-bitmap-glyph.
10023
10024 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10025 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10026 now be a list of alternative names.
10027 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10028 (ps-mule-prepare-font): Likewise.
10029
10030 * international/codepage.el (cp855-decode-table,
10031 cp850-decode-table): Fill some nil entries.
10032
10033 1999-01-16 Dave Love <fx@gnu.org>
10034
10035 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10036 last change.
10037
10038 1999-01-15 Dave Love <fx@gnu.org>
10039
10040 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10041 and change regexp for command names.
10042 (help-xref-go-back, function-called-at-point, symbol-file)
10043 (where-is): Doc fixes.
10044 (help-xref-go-back): Remove interactive spec.
10045 (describe-function-1): Fix message for alias. Buttomize alias
10046 name.
10047
10048 * simple.el (join-line): New alias.
10049
10050 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10051
10052 * forms.el: (forms--show-record): Convert integers to string
10053 expicitly since concat will no longer accept integers.
10054 (forms-print): Use local `total-nb-records' since
10055 `forms--total-records' will be inaccessible after buffer switching.
10056
10057 1998-01-14 Felix Lee <flee@cygnus.com>
10058
10059 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10060
10061 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10062
10063 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10064
10065 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10066
10067 * international/codepage.el (cp850-decode-table): Fix previous change.
10068
10069 1999-01-14 Simon Marshall <simon@gnu.org>
10070
10071 * shell.el (shell-dirtrack-verbose): New custom variable.
10072 (shell-dirstack-message): Use it.
10073
10074 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10075
10076 * international/mule-conf.el: Coding system alias `dos' for
10077 `undecided-dos', `mac' for `undecided-mac'.
10078
10079 * international/mule-cmds.el (describe-language-environment):
10080 Don't alter input-method-alist.
10081
10082 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10083
10084 * international/codepage.el (cp850-decode-table): Replace nil
10085 entries with codes of similary looking glyphs. (Suggested by
10086 Jason Rumney <jasonr@altavista.net>.)
10087
10088 1999-01-13 Dave Love <fx@gnu.org>
10089
10090 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10091
10092 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10093
10094 1999-01-12 Karl Heuer <kwzh@gnu.org>
10095
10096 * files.el (auto-save-hook): Defvar this.
10097
10098 1999-01-12 Alex Schroeder <asc@bsiag.com>
10099
10100 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10101 faces, eliminating the need to load font-lock before loading sql.
10102 (sql-mode-oracle-font-lock-keywords): Likewise.
10103 (sql-mode-postgres-font-lock-keywords): Likewise.
10104
10105 1999-01-11 Dave Love <fx@gnu.org>
10106
10107 * cus-start.el: Add inhibit-eol-conversion.
10108
10109 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10110 the values round.
10111
10112 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10113
10114 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10115 Don't switch to Help mode here.
10116 (temp-buffer-setup-hook): Use help-mode-finish.
10117 (help-mode-setup): New function.
10118 (temp-buffer-setup-hook): Use help-mode-setup.
10119
10120 * progmodes/sql.el: New file.
10121
10122 * files.el (auto-mode-alist): Add sql-mode.
10123
10124 * faces.el (list-faces-display): Improve the formatting
10125 by computing the maximum length required for any face-name.
10126
10127 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10128
10129 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10130
10131 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10132
10133 * term.el (term_send_home): Change the string to
10134 be the same as the one emitted by xterm and consistent with the
10135 ones emitted by prior and next.
10136 (term_send_end): Likewise.
10137
10138 1999-01-10 Dave Love <fx@gnu.org>
10139
10140 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10141 bindings.
10142
10143 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10144
10145 * international/codepage.el (codepage-setup): Doc fix.
10146 (cp-decoding-vector-for-codepage): Likewise.
10147
10148 1999-01-10 Markus Rost <rost@gnu.org>
10149
10150 * cus-edit.el (custom-save-delete): First scan the custom-file.
10151
10152 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10153
10154 * international/iso-transl.el: Define a "function name" for
10155 each translation that isn't ASCII. Use these function names
10156 in iso-transl-char-map.
10157
10158 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10159
10160 * international/mule-util.el (decompose-region): Do decomposition
10161 on temporary unibyte buffer.
10162
10163 * international/mule.el (make-char): Doc-string modified.
10164
10165 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10166
10167 * simple.el (comment-region): Delete spaces only if we
10168 deleted a comment starter.
10169
10170 1999-01-07 Dave Love <fx@gnu.org>
10171
10172 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10173
10174 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10175 like eval-defun does.
10176
10177 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10178
10179 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10180 constructions. Doc fixes.
10181 (generic-create-generic-function): Use defalias, not fset.
10182
10183 * find-func.el: More doc fixes.
10184
10185 1999-01-06 Stephen Eglen <stephen@gnu.org>
10186
10187 * files.el (save-buffers-kill-emacs): Show the list of current
10188 processes before prompting to kill them and exit.
10189
10190 1999-01-06 Dave Love <fx@gnu.org>
10191
10192 * emacs-lisp/find-func.el: Doc fixes.
10193 (find-function-regexp): Extend for define-generic-mode,
10194 define-derived-mode, easy-mmode-define-minor-mode.
10195
10196 1999-01-06 Dave Love <fx@gnu.org>
10197
10198 * progmodes/fortran.el (fortran-window-create): Account for scroll
10199 bar width.
10200
10201 * browse-url.el: Require (noerror) w3-auto when compiling.
10202 (browse-url-maybe-new-window): Make it a macro and revert last
10203 change to callers.
10204 (browse-url-w3): Require w3 for w3-fetch-other-window.
10205
10206 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10207
10208 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10209 argument.
10210
10211 1999-01-06 Simon Marshall <simon@gnu.org>
10212
10213 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10214
10215 * font-lock.el (font-lock-default-fontify-buffer): When using
10216 with-temp-message, use nil rather than current-message.
10217
10218 * lazy-lock.el (lazy-lock-unstall):
10219 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10220 rather than current-message.
10221
10222 * fast-lock.el (fast-lock-save-cache-1):
10223 (fast-lock-cache-data): When using with-temp-message, use nil rather
10224 than current-message.
10225
10226 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10227
10228 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10229 the valid-codes property.
10230
10231 * international/mule-cmds.el (prefer-coding-system): Call
10232 set-coding-priority, so that the internal array of priorities is
10233 also updated.
10234
10235 * international/mule-util.el:
10236 (coding-system-change-eol-conversion,
10237 coding-system-change-text-conversion): Don't define here.
10238
10239 * international/mule-cmds.el: Define them here. Remove the
10240 autoload cookies.
10241
10242 1999-01-06 Andreas Schwab <schwab@gnu.org>
10243
10244 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10245 if it was enabled before.
10246
10247 * view.el (View-revert-buffer-scroll-page-forward): Bind
10248 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10249
10250 * files.el (recover-session): Preserve point when inserting
10251 explanation.
10252
10253 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10254
10255 * cus-edit.el (custom-save-delete): Don't delete whitespace
10256 and comments before the sexp that is replaced.
10257
10258 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10259
10260 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10261
10262 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10263
10264 * vc.el (vc-dired-hook): Use the original value of
10265 dired-move-to-filename-regexp on lines that have not been
10266 reformatted yet.
10267 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10268 file lines have already been reformatted.
10269
10270 1999-01-05 Dave Love <fx@gnu.org>
10271
10272 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10273 buffer-local.
10274
10275 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10276
10277 * progmodes/f90.el: Change of regular expressions for type to
10278 correct highlighting and identation. Some small fixes for
10279 compatibility with XEmacs.
10280
10281 1999-01-05 Stephen Eglen <stephen@gnu.org>
10282
10283 * mspools.el (mspools-vm-system-mail): Provide an alternative
10284 value based on rmail-spool-directory if $MAIL is not defined.
10285
10286 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10287
10288 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10289 (reftex-section-info): Handle negative section levels.
10290 (reftex-view-crossref-extra): New option.
10291 (reftex-view-crossref): Generalized to work in more places.
10292 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10293 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10294 (reftex-view-cite-locations-from-bibtex): New command.
10295 (reftex-view-regexp-match, reftex-global-search,
10296 reftex-global-search-continue): New functions.
10297 (reftex-extract-bib-entries): No error for non-existing BibTeX
10298 file, just a message.
10299 (reftex-extract-bib-entries): Better error handling.
10300 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10301 help and force it on current frame.
10302 (reftex-default-bibliography): New function.
10303 (reftex-access-parse-file): Check consistency after loading a
10304 parse file. When inconsistent, enfore rescan.
10305 (reftex-check-parse-consistency): New function.
10306 (easy-menu-define): Options section drastically shortened.
10307
10308 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10309
10310 * language/thai-util.el (thai-compose-string): New function.
10311
10312 1999-01-04 Inge Frick <inge@nada.kth.se>
10313
10314 * easymenu.el (easy-menu-define): Doc fix.
10315 (easy-menu-create-menu): New keyword :included.
10316 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10317 be an expression, not only a string. Simulate style `button'.
10318 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10319 (easy-menu-define-key-intern): New function.
10320 (easy-menu-add-item): Understand value returned from
10321 easy-menu-item-present-p and easy-menu-remove-item.
10322 (easy-menu-return-item): New function.
10323 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10324
10325 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10326
10327 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10328 Use rmail-output-read-rmail-file-name to read the file name.
10329 Always call rmail-output-to-rmail-file noninteractively.
10330 When count > 1, do the loop here.
10331 Handle rmail-delete-after-output here.
10332 (rmail-summary-output): Similar changes.
10333
10334 * mail/rmailout.el: Provide `rmailout'.
10335 (rmail-output-read-rmail-file-name): New function.
10336 (rmail-output-to-rmail-file): Use that.
10337 (rmail-output-read-file-name): New function.
10338 (rmail-output): Use that.
10339
10340 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10341 Error if wildcard matches no files.
10342
10343 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10344
10345 * menu-bar.el (clipboard-yank): Doc fix.
10346
10347 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10348
10349 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10350
10351 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10352
10353 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10354
10355 * rmail.el (rmail-encode-string): Make sure mask value is
10356 positive; (emacs-pid) returns a negative number on Windows 9x
10357 which causes odd behaviour.
10358
10359 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10360
10361 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10362 and about w32-* variables unless on Windows/NT.
10363
10364 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10365
10366 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10367 if buffer is modified; ask about all modified buffers.
10368
10369 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10370
10371 * simple.el (what-cursor-position): Fix previous change.
10372
10373 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10374
10375 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10376 from paragraph-start.
10377
10378 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10379
10380 * international/mule-cmds.el (prefer-coding-system): If the
10381 argument requires specific EOL conversion type, make the default
10382 coding systems use that.
10383
10384 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10385
10386 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10387 Use shell-command-on-region.
10388 (m4-start-m4, m4-end-m4): Functions deleted.
10389
10390 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10391
10392 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10393
10394 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10395
10396 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10397 to compose-mail in the correct places and as a list.
10398
10399 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10400
10401 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10402 (pages-directory-map): Bind mouse-2
10403 (pages-copy-header-and-position): Put text property.
10404 (pages-directory-goto-with-mouse): New function.
10405
10406 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10407
10408 * international/codepage.el (cp-make-coding-systems-for-codepage):
10409 Doc fix.
10410 (cp-coding-system-for-codepage-1): Likewise.
10411
10412 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10413
10414 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10415 composition sequence correctly here instead of calling
10416 thai-compose-region.
10417
10418 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10419 newline in multibyte buffer, if previous or next character is a
10420 composite char, check the first component of the composite char.
10421
10422 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10423
10424 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10425 and track-mouse.
10426
10427 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10428
10429 * mail/sendmail.el (mail-yank-original): Remove text properties
10430 after insertion.
10431 (mail-yank-region): Barf if no mark is set in the message
10432 being replied to.
10433
10434 * help.el (function-called-at-point): First look for function at point.
10435
10436 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10437
10438 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10439
10440 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10441
10442 * simple.el (what-cursor-position): Print character encoding also.
10443
10444 1998-12-26 Dave Love <fx@gnu.org>
10445
10446 * textmodes/flyspell.el: If local-maps work, don't put
10447 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10448 in flyspell-mouse-map (only).
10449 (flyspell-use-local-map): New variable.
10450 Use a different mouse-2 binding in that case,
10451 and don't add to minor-mode-map-alist.
10452 (make-flyspell-overlay, flyspell-correct-word):
10453 Test flyspell-use-local-map.
10454
10455 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10456
10457 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10458 Be careful about whether to return a relative file name,
10459 and if so, relative to what directory.
10460
10461 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10462
10463 * emacs-lisp/easymenu.el (easy-menu-get-map):
10464 Change global map only if this menu exists in the global map already,
10465 and not in the local map.
10466 (easy-menu-do-add-item): Fix error message.
10467
10468 * foldout.el (foldout-inhibit-key-bindings):
10469 Avoid concatenating onto outline-minor-mode-prefix.
10470 Make a new keymap for that prefix, if it does not already have one.
10471
10472 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10473
10474 * cperl-mode.el:
10475 Can use linear algorithm for indentation if Emacs supports it.
10476 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10477 (cperl-after-block-p): Likewise.
10478 (cperl-after-block-and-statement-beg): Likewise.
10479 (cperl-after-block-p): After END/BEGIN we are a block.
10480 (cperl-after-expr-p): Skip labels when checking
10481 (cperl-indent-region): Make a marker for END - text added/removed.
10482 Disable hooks during the call (how to call them later?).
10483 Now indents 820-line-long function in 6.5 sec (including
10484 syntaxification) the first time (when buffer has few
10485 properties), 7.1 sec the second time.
10486 (cperl-indent-region): Do not indent whitespace lines
10487 (cperl-style-alist)
10488 Include `cperl-merge-trailing-else' where the value is clear.
10489 (cperl-styles-entries): Likewise.
10490 (cperl-problems): Improvements to docs.
10491 (cperl-tips): Likewise.
10492 (cperl-non-problems): Likewise.
10493 (cperl-mode): Make lazy syntaxification possible.
10494 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10495 `font-lock-unfontify-region-function' was set to a wrong function.
10496
10497 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10498 restart syntaxification. Changed so that -d ?foo? is a RE. Do
10499 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10500 but 1<<6 was considered as HERE-doc.
10501 <file/glob> made into a string.
10502 Postpone addition of faces after syntactic step.
10503 Recognition of <FH> was wrong.
10504 Highlight `gem' in s///gem as a keyword. `qr' recognized.
10505 Knows that split// is null-RE.
10506 Highlights separators in 3-parts expressions as labels.
10507 <> was considered as a glob.
10508 Would err if the last line is `=head1'.
10509 $a-1 ? foo : bar; was a considered a regexp.
10510 `<< (' was considered a start of HERE-doc.
10511 mark qq[]-etc sections as syntax-type=string
10512 Was not processing sub protos after a comment ine.
10513 Was treating $a++ <= 5 as a glob.
10514 Tolerate unfinished REx at end-of-buffer.
10515 `unwind-protect' was left commented.
10516 / and ? after : start a REx.
10517
10518 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10519 Better default, customizes to `message' too, off in text-mode.
10520
10521 (cperl-array-face): Renamed from `font-lock-emphasized-face',
10522 `defface'd.
10523 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10524 `defface'd.
10525 (cperl-emacs-can-parse): New state variable.
10526 (cperl-indent-line): Corrected to use global state.
10527 (cperl-calculate-indent): Likewise.
10528 (cperl-fix-line-spacing): Likewise (not used yet).
10529 (cperl-calculate-indent): Did not consider `,' as
10530 continuation mark for statements.
10531 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10532 Remove another parse-data optimization at toplevel: would
10533 indent correctly.
10534 Correct for labels when calculating indentation of continuations.
10535 Docstring updated.
10536 (cperl-choose-color): Converted to a function (to be
10537 compilable in text-mode).
10538 (cperl-dark-background): Disable without window-system.
10539 Do `defface' only if window-system.
10540 (cperl-fix-line-spacing): Sped up to bail out early.
10541 (x-color-defined-p): Was not compiling on XEmacs
10542 Was defmacro'ed with a tick. Remove another def.
10543 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10544 (cperl-unwind-to-safe): New function.
10545 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10546 (cperl-fontify-syntaxically): Unwinds start and end to go out of
10547 long strings (not very successful).
10548 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
10549 Highlight the starting // in s//foo/ as function-name.
10550 Emit a meaningful error instead of a cryptic one for an
10551 uncomplete REx near end-of-buffer.
10552
10553 (cperl-electric-keyword): `qr' recognized.
10554 (cperl-electric-else): Likewise
10555 (cperl-to-comment-or-eol): Likewise
10556 (cperl-make-regexp-x): Likewise
10557 (cperl-init-faces): Likewise, and `lock' (as overridable?).
10558 Corrected to use new macros;
10559 `if' for copying `reference-face' to `constant-face' was backward.
10560 remove init `font-lock-other-emphasized-face',
10561 `font-lock-emphasized-face', `font-lock-keyword-face'.
10562 Interpolate `cperl-invalid-face'.
10563 (cperl-make-regexp-x): Misprint in a message.
10564 (cperl-syntaxify-unwind): New configuration variable
10565 (cperl-fontify-m-as-s): New configuration variable
10566 (cperl-electric-pod): Check for after-expr was performed
10567 inside of POD too.
10568 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10569 (cperl-clobber-mode-lists): New configuration variable.
10570 (cperl-not-bad-style-regexp): Updated.
10571 Init: `cperl-is-face' was busted.
10572 (cperl-make-face): New macros.
10573 (cperl-force-face): New macros.
10574 (font-lock-other-type-face): Done via `defface' too.
10575 (cperl-nonoverridable-face): New face. Renamed from
10576 `font-lock-other-type-face'.
10577 (cperl-init-faces-weak): Use `cperl-force-face'.
10578 (cperl-comment-indent): Commenting __END__ was not working.
10579 (cperl-indent-for-comment): Likewise.
10580 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
10581 When removing old TAGS info was not relativizing filename.
10582 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10583 Another try to work around XEmacs problems. Better progress messages.
10584 (toplevel): Require custom unprotected => failure on 19.28.
10585 (cperl-xemacs-p): Defined when compile too
10586 (cperl-find-tags): Was writing line/pos in a wrong order,
10587 pos off by 1 and not at beg-of-line.
10588 (cperl-etags-snarf-tag): New macro
10589 (cperl-etags-goto-tag-location): New macro
10590 (cperl-version): New variable. New menu entry
10591 random docstrings: References to "future" 20.3 removed.
10592 Menu was described as `CPerl' instead of `Perl'
10593 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10594 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10595 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
10596 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10597 `font-lock-reference-face', `font-lock-keyword-face'.
10598 Use `eval-after-load'.
10599 Remove not-CPerl-related faces.
10600 (cperl-tips-faces): New variable and an entry into Mini-docs.
10601 (cperl-indent-exp): Was not processing else-blocks.
10602 (cperl-get-state): NOP line removed.
10603 (cperl-ps-print): New function and menu entry.
10604 (cperl-ps-print-face-properties): New configuration variable.
10605 (cperl-invalid-face): New configuration variable.
10606 (perl-font-lock-keywords): Highlight trailing whitespace
10607 (cperl-contract-levels): Documentation corrected.
10608 (cperl-contract-level): Likewise.
10609 (cperl-ps-extend-face-list): New macro.
10610 (cperl-invalid-face): Change to ''underline.
10611
10612 1998-12-25 Markus Rost <rost@delysid.gnu.org>
10613
10614 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10615 for read-file-name.
10616 (rmail-output-to-rmail-file): Likewise.
10617
10618 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10619
10620 * emacs-lisp/easymenu.el (easy-menu-get-map):
10621 If MENU is nil, use global menu-bar map.
10622 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10623 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10624
10625 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10626
10627 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10628
10629 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10630
10631 * ps-print.el (ps-print-version): New version number (4.1.3).
10632
10633 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
10634
10635 * international/mule-cmds.el: Use make-sparse-keymap instead of
10636 define-prefix-key when defining MULE menu items.
10637
10638 * info.el (Info-node-at-bob-matching): New function.
10639 (Info-find-node, Info-build-node-completions): Call it.
10640
10641 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
10642
10643 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10644 when this is an autoloaded keymap.
10645
10646 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10647
10648 * international/codepage.el (cp-coding-system-for-codepage-1):
10649 Create separate encoders and decoders, for DOS and Unix. Make the
10650 usual family of 3 coding systems, so that automatic detection of
10651 EOL type works.
10652 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
10653 Unix-specific symbols here, and don't call
10654 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
10655 Handa <handa@etl.go.jp>.)
10656
10657 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
10658
10659 * term/internal.el (IT-character-translations): New variable, an
10660 alist used to display characters for which there's no glyphs in
10661 the current codepage.
10662 (IT-display-table-setup): New function, sets up the DOS terminal
10663 for a given codepage.
10664 (dos-codepage-setup): New function, sets up the MULE environment
10665 for the current value of dos-codepage.
10666 (top-level if): In the multibyte mode, turn on
10667 unibyte-display-via-language-environment. In the unibyte mode,
10668 set up the special syntax tables to map lower- to upper case and
10669 back.
10670
10671 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
10672
10673 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
10674 (speedbar-frame-plist) Remove useless comments.
10675 (speedbar-frame-mode) Do not specify height if it is in the param list.
10676 Use default y position w/out changing it.
10677 If default x position is a list, keep, calculate the non-list X
10678 value when devining an initial position.
10679 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
10680 (speedbar-tag-group-name-minimum-length): New variable.
10681 (speedbar-frame-parameter): New compatibility function.
10682 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
10683 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
10684 groups to keep things in the right order, and to help with some
10685 naming conventions.
10686 (speedbar-create-tag-hierarchy): Enable buffer local version of
10687 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
10688 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
10689 the case, derive it from the cursor location in speedbar.
10690
10691 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
10692
10693 * international/mule-cmds.el (set-language-environment): On MS-DOS
10694 terminals, install DOS-specific nonascii-translation-table if the
10695 language info doesn't specify one. Pass the default eol-type to
10696 set-language-environment-coding-systems.
10697 (set-default-coding-systems): Copy the eol-type property for the
10698 new default values of {buffer-file,process}-coding-system from the
10699 old defaults.
10700 (set-language-environment-coding-systems): Accept an optional
10701 argument EOL-TYPE, and set the eol-type property of the default
10702 coding systems accordingly.
10703 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
10704 (set-keyboard-coding-system): Likewise.
10705 (set-default-coding-systems): Don't set
10706 default-terminal-coding-system on MS-DOS to anything but nil.
10707 (prefer-coding-system): Describe in the doc string that
10708 default-terminal-coding-system is not changed on MS-DOS.
10709 (set-language-environment): For MS-DOS, set standard syntax table
10710 and display table for all characters with code above 127.
10711 (standard-display-european-internal): For MS-DOS, pass all
10712 characters with code above 127 directly to the terminal, and don't
10713 remap characters 160 and 146 in the unibyte case.
10714
10715 * international/codepage.el: New file.
10716
10717 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10718
10719 * diary-lib.el (diary-float): Fix end-of-year error and typos in
10720 comments.
10721
10722 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
10723
10724 * map-ynp.el (map-y-or-n-p): Ignore input methods.
10725
10726 * subr.el (read-passwd): Likewise.
10727
10728 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
10729
10730 * info.el (Info-find-node): Add 1 to the position read from the
10731 tag table. Don't fail if the node delimiter ^_ is the first
10732 character in the file.
10733 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
10734 first character in the file.
10735 (Info-read-subfile): Likewise.
10736 (Info-select-node): Likewise.
10737 (Info-build-node-completions): Likewise.
10738
10739 1998-12-16 Richard Stallman <rms@gnu.org>
10740
10741 * term/x-win.el (x-cut-buffer-or-selection-value):
10742 If clipboard is enabled, try it before PRIMARY selection.
10743
10744 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10745
10746 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
10747 insert c-cedilla and C-cedilla respectively, like in latin-1.
10748
10749 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
10750
10751 * language/hebrew.el: Don't use sublists in the flags argument
10752 passed to make-coding-system.
10753
10754 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10755
10756 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
10757 list of character sets found by find-charset-region.
10758
10759 * ps-mule.el: Always require ps-print. Move some function
10760 definitions for Emacs 20.2 and the earlier to ps-print.el.
10761 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
10762
10763 * ps-print.el: Define several functions for Emacs 20.2 and the
10764 earlier version.
10765 (ps-printer-name): Check if printer-name is bound.
10766
10767 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10768
10769 * ps-mule.el: Programming uniformization and little code improvement.
10770 (ps-mule-prepare-font): Programming uniformization.
10771 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
10772 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
10773
10774 * ps-bdf.el: Programming uniformization and little code improvement.
10775 (bdf-search-and-read): New fun.
10776 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
10777 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
10778 (bdf-info-relative-compose, bdf-info-baseline-offset)
10779 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
10780 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
10781 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
10782 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
10783 improvement.
10784
10785 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10786
10787 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
10788 and mule related code extraction. Autoload ps-mule funs.
10789
10790 * ps-mule.el: Doc fix. Require ps-print only when compiled.
10791 (ps-mule-prologue-generated): New fun.
10792 (ps-mule-plot-string): Add autoload cookie.
10793 (ps-mule-begin-job): Call ps-mule-prologue-generated.
10794
10795 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10796
10797 * ps-bdf.el: Require ps-mule instead of ps-print.
10798 (bdf-directory-list): Add autoload cookie.
10799
10800 * ps-mule.el: New file. Mule related code extracted from
10801 ps-print.el. Require ps-print, provide ps-mule.
10802 (ps-multibyte-buffer): Add autoload cookie.
10803 (ps-mule-prepare-ascii-font): New fun.
10804 (ps-mule-set-ascii-font): New fun.
10805 (ps-mule-skip-same-charset): Fun deleted.
10806 (ps-mule-plot-string): Set ps-mule-current-charset.
10807 (ps-mule-initialize): Add autload cookie. Don't set
10808 ps-mule-font-info-database here.
10809 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
10810 ps-mule-font-info-database and ps-control-or-escape-regexp.
10811 (ps-mule-begin-page): New fun.
10812
10813 * ps-print.el: Mule related code moved to ps-mule.el.
10814 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
10815 check ps-mule-charset-list.
10816 (ps-begin-page): Don't set ps-mule-current-charset, instead call
10817 ps-mule-begin-page.
10818 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
10819 (ps-plot-region): Don't set ps-mule-current-charset, instead call
10820 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
10821 instead skip same charsets by itself.
10822 (ps-generate): Call ps-mule-initialize of needs-begin-file is
10823 non-nil. Call ps-mule-begin-job.
10824
10825 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10826
10827 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
10828 instead of bdf.
10829
10830 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
10831 (ps-mule-external-libraries): New element FEATURE.
10832 (ps-mule-init-external-library): Ajusted for the above change.
10833 (ps-mule-generate-font): Likewise.
10834 (ps-mule-generate-glyphs): Likewise.
10835 (ps-mule-prepare-font): Likewise.
10836 (ps-mule-initialize): Likewise.
10837 (ps-begin-file): Superfluous tailing parenthesis deleted.
10838
10839 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10840
10841 * international/fontset.el (x-decompose-font-name): If PATTERN
10842 doesn't have any wild cards, return a vector made from a name that
10843 is found by x-resolve-font-name found. Comments added.
10844
10845 * international/mule-cmds.el (find-coding-systems-for-charsets):
10846 Handle the case of unknown charset.
10847 (find-multibyte-characters): If invalid multibyte characters are
10848 found, return the corresponding strings instead of character
10849 codes.
10850 (find-multibyte-characters): Adjusted for the above change.
10851 (select-safe-coding-system): For a unibyte buffer, always returns
10852 DEFAULT-CODING-SYSTEM.
10853 (get-charset-property): Fix previous change. Make it a function.
10854 (put-charset-property): Make it a function.
10855
10856 * international/mule.el (make-coding-system): Set mime-charset
10857 property of *-with-esc coding system to nil.
10858
10859 * international/quail.el (quail-point-in-conversion-region): New
10860 function.
10861 (quail-conversion-backward-delete-char): When a key sequence is
10862 being translated, call quail-delete-last-char.
10863
10864 * language/devan-util.el
10865 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
10866 handle devanagari-decomposition-rules.
10867
10868 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
10869
10870 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
10871 tex-start-options-string to empty string.
10872 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
10873
10874 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
10875
10876 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
10877 5xx responses are already handled properly).
10878
10879 1998-12-13 Richard Stallman <rms@gnu.org>
10880
10881 * progmodes/compile.el (compilation-error-regexp-alist): Insist
10882 on a non-digit in the file name.
10883
10884 * simple.el (comment-region): Handle comment-padding
10885 separately for insertion and for deletion, in the right way for each.
10886
10887 1998-12-13 Felix Lee <flee@cygnus.com>
10888
10889 * progmodes/compile.el (compilation-error-regexp-alist): Fix
10890 regexp to match "ChangeLog:1:1998-12-09 ..."
10891
10892 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
10893
10894 * cus-start.el (dos-unsupported-char-glyph): Add.
10895
10896 1998-12-11 Dave Love <fx@gnu.org>
10897
10898 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
10899 forward-sexp in condition-case.
10900
10901 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10902 Remove unnecessary test on `library' for explicit file name.
10903 Widen scope of save-match-data.
10904
10905 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
10906
10907 * international/mule.el (load-with-code-conversion): If the loaded
10908 file was inserted with no-conversion or raw-text coding system,
10909 make the buffer unibyte.
10910
10911 1998-12-09 Richard Stallman <rms@gnu.org>
10912
10913 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10914 Get rid of nested loops.
10915
10916 * mouse.el (mouse-drag-vertical-line):
10917 If WHICH-SIDE is not `right', then scroll bars are on the left.
10918
10919 * loadhist.el (load-history-loaded): defvar moved to help.el.
10920
10921 * help.el (symbol-file-load-history-loaded): Variable renamed,
10922 and defvar moved from loadhist.el.
10923 (symbol-file): Renamed from describe-function-find-file.
10924 Load fns-VERSION.el here.
10925 (describe-variable, describe-function-1): Use symbol-file.
10926
10927 * textmodes/tex-mode.el (tex-generate-zap-file-name):
10928 Don't start the name with #.
10929
10930 * ispell.el: Take out the eval-when's.
10931
10932 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
10933
10934 * dirtrack.el (dirtrack-directory-change-hook): New hook.
10935 (dirtrack): Run it. Make debug message more verbose.
10936
10937 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
10938
10939 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
10940 name of the abbrev table, and provide support for XEmacs.
10941 (octave-xemacs-p): New variable.
10942
10943 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10944
10945 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
10946 exit, when mail-interactive is nil.
10947
10948 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
10949
10950 * files.el (after-find-file): Message fix.
10951
10952 1998-12-09 Ken Stevens <stevens@kdstevens.com>
10953
10954 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
10955
10956 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
10957
10958 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
10959 filenames using backslashes.
10960
10961 1998-12-09 Dave Love <fx@gnu.org>
10962
10963 * browse-url.el (browse-url-mail): Call compose-mail-other-window
10964 with correct number of args.
10965 (browse-url-maybe-new-window): New arg. Callers changed.
10966
10967 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
10968 comment.
10969
10970 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
10971
10972 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
10973
10974 1998-12-08 Markus Rost <rost@delysid.gnu.org>
10975
10976 * vc.el (vc-rcs-release): Fix Type.
10977 (vc-sccs-release): Fix Type.
10978 (vc-cvs-release): Fix Type.
10979
10980 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
10981 arg work right.
10982
10983 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
10984 output of last undeleted message.
10985
10986 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
10987
10988 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10989 (buffer-undo-list) [windows-nt]: Use different relative path.
10990
10991 1998-12-07 Simon Marshall <simon@gnu.org>
10992
10993 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
10994
10995 1998-12-05 Markus Rost <rost@delysid.gnu.org>
10996
10997 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
10998
10999 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11000
11001 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11002
11003 * info.el (Info-menu): Don't return error if point is between menu
11004 header and first menu item.
11005
11006 1998-12-04 Dave Love <fx@gnu.org>
11007
11008 * help.el (describe-function-1): Fix description for alias.
11009
11010 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11011
11012 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11013 specifications from summary line.
11014
11015 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11016 (close-rectangle): Define alias only once in loaddefs.el.
11017
11018 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11019
11020 * term/internal.el: Remove code which sets up a special syntax
11021 table for non-ASCII characters.
11022
11023 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11024
11025 * dos-w32.el (direct-print-region-function): Try to ensure that
11026 printer-name is expanded to a file name on a local drive;
11027 sometimes printing a file loaded from a network volume fails.
11028 (direct-print-region-function): Add a function to
11029 write-region-annotate-functions to append a formfeed character to
11030 the region being printed, if the region doesn't end with a
11031 formfeed already. This avoids creating a second print job
11032 containing a blank page when print spooling is enabled on Windows.
11033
11034 1998-12-02 Dave Love <fx@gnu.org>
11035
11036 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11037 `Info-goto-node'.
11038
11039 1998-12-02 Richard Stallman <rms@gnu.org>
11040
11041 * help.el (temp-buffer-resize-mode): Doc fix.
11042
11043 * cus-edit.el (custom-save-delete): Save point before
11044 reading a sexp, rather than backing up.
11045
11046 * international/iso-transl.el: Fix previous change.
11047
11048 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11049
11050 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11051 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11052 Added defvars to suppress compilation warnings.
11053
11054 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11055
11056 * ispell.el: Improved and fixed customize for variables:
11057 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11058 ispell-dictionary-alist, ispell-skip-sgml.
11059 Improved and fixed comments in variables and messages for
11060 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11061 ispell-menu-map, ispell-checking-message, ispell-parser,
11062 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11063 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11064 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11065 ispell-message-text-end, ispell-add-per-file-word-list.
11066 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11067 system is now required for all languages. Casechars improved for
11068 castellano, castellano8, and norsk dictionaries. Dictionary
11069 norsk7-tex added. Dictionary polish added.
11070 (ispell-dictionary-alist): Redefined at load-time to support
11071 dictionary changes.
11072 (ispell-menu-map): Redefined at load-time to support menu changes.
11073 (ispell-check-version): New alias for `check-ispell-version'.
11074 (ispell-parse-output): Fixed matching for ispell error messages.
11075 Correctly returns spelling suggestions in order generated by ispell
11076 process.
11077 (check-ispell-version): Ensure `case-fold-search' doesn't get
11078 redefined.
11079 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11080 redefined. Fix bug that didn't respect case of word being completed.
11081 (ispell-init-process): Set process coding system to be compatible
11082 with emacs processes and the ispell process.
11083 (ispell-kill-ispell): Ensures ispell process has terminated before
11084 starting new process. This can otherwise confuse process filters
11085 and hang the ispell process.
11086 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11087 skipping support for sgml.
11088 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11089 which could cause `ispell-complete-word' to hang.
11090 (ispell-message): Improved message reference matching. Ensure
11091 `case-fold-search' doesn't get redefined.
11092 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11093 get redefined. Fixed bug in returning to nroff mode from tex mode.
11094 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11095 get redefined.
11096
11097 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11098
11099 * textmodes/flyspell.el (flyspell-check-word-p):
11100 Don't delay inside a kbd macro.
11101
11102 * subr.el (make-local-hook): Return the hook variable.
11103
11104 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11105
11106 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11107 Use a timer instead of post-command-hook.
11108 (hscroll-timer): New variable.
11109
11110 1998-11-30 Dave Love <fx@gnu.org>
11111
11112 * help.el (help-xref-button): Do nothing if text already has the
11113 help-xref property.
11114 (describe-variable): Revert previous change to hyperlink to source.
11115
11116 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11117
11118 * bindings.el (features): Add `base64' to this list.
11119
11120 * loadhist.el (symbol-file): Doc fix.
11121
11122 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11123
11124 * files.el (hack-one-local-variable): Cope with non-file buffers.
11125
11126 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11127
11128 * help.el (describe-mode): Put major mode first.
11129
11130 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11131 to support special-display and same-window features.
11132
11133 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11134
11135 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11136 bound in one function and used in the other.
11137 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11138 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11139
11140 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11141
11142 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11143
11144 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11145
11146 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11147 Give format correct control string.
11148
11149 * international/mule.el (define-translation-table): Fix bug of
11150 setting incorrect translation-table-id. If the first element of
11151 ARGS is a translation table, just register it.
11152
11153 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11154 property.
11155
11156 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11157
11158 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11159 syntax table to determine what is whitespace.
11160
11161 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11162
11163 * frame.el (frame-parameter): Doc fix.
11164
11165 * textmodes/tex-mode.el (tex-feed-input): New function.
11166 (tex-define-common-keys): Add binding for C-c C-m.
11167
11168 1998-11-23 Dave Love <fx@gnu.org>
11169
11170 * progmodes/fortran.el: Various minor doc fixes.
11171 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11172 (fortran-with-subprogram-narrowing): New macro.
11173 (fortran-check-for-matching-do): Use it.
11174 (fortran-end-do): Use fortran-check-end-prog-re.
11175 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11176 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11177
11178 1998-11-23 Simon Marshall <simon@gnu.org>
11179
11180 * font-lock.el (font-lock-defaults): Doc fix.
11181 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11182 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11183
11184 * lazy-lock.el (lazy-lock-unstall):
11185 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11186
11187 * fast-lock.el (fast-lock-save-cache-1):
11188 (fast-lock-cache-data): Rewritten to use with-temp-message.
11189
11190 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11191
11192 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11193 messages that have been added with DOS line endings and convert
11194 the line endings for such messages.
11195
11196 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11197
11198 * help.el: Add resizing of temporary buffers.
11199 (temp-buffer-resize-mode): New command and variable.
11200 (temp-buffer-max-height): New variable.
11201 (resize-temp-buffer-window): New function.
11202
11203 * window.el (window-buffer-height): New function, split from
11204 shrink-window-if-larger-than-buffer.
11205 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11206
11207 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11208
11209 * frame.el (initial-frame-alist): Add defcustom.
11210
11211 * shell.el (shell-prompt-pattern): Add defcustom.
11212
11213 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11214
11215 * message.el (message-ignored-supersedes-headers): Remove
11216 NNTP-Posting-Date.
11217
11218 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11219
11220 * help.el (describe-mode): Don't avoid loop indirecting thru
11221 value of INDICATOR.
11222
11223 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11224
11225 * help.el (describe-variable): Allow any variable with a defcustom,
11226 even if it is not a user variable.
11227
11228 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11229
11230 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11231
11232 * gnus/nntp.el (nntp-request-group): Allow for failures when
11233 requesting a new group.
11234
11235 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11236
11237 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11238
11239 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11240
11241 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11242
11243 1998-11-19 Simon Marshall <simon@gnu.org>
11244
11245 * subr.el (with-temp-message): New macro.
11246
11247 * emacs-lisp/lisp-mode.el (with-temp-message):
11248 Add lisp-indent-function property.
11249
11250 1998-11-18 Dave Love <fx@gnu.org>
11251
11252 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11253
11254 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11255
11256 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11257 This is not obsolete.
11258
11259 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11260
11261 * textmodes/picture.el: Make a new map by make-keymap.
11262 (picture-desired-column): New variable.
11263 (picture-update-desired-column): New function.
11264 (picture-beginning-of-line): Set picture-desired-column to 0.
11265 (picture-end-of-line): Set picture-desired-column to the current
11266 column.
11267 (picture-forward-column): Pay attention to multi-column character.
11268 (picture-backward-column): Likewise.
11269 (picture-move-down): Likewise.
11270 (picture-move-up): Likewise.
11271 (picture-movement-nw): With prefix arg, move twice columns.
11272 (picture-movement-ne): Likewise.
11273 (picture-movement-sw): Likewise.
11274 (picture-movement-se): Likewise.
11275 (picture-set-motion): Handle two-column movements.
11276 (picture-move): Call picture-move-down or picture-forward-column
11277 only when necessary.
11278 (picture-insert): Pay attention to picture-desired-column.
11279 (picture-self-insert): Likewise.
11280 (picture-clear-column): Pay attention to multi-column character.
11281 (picture-mode): Modify doc-string for two-column movement.
11282
11283 * rect.el (move-to-column-force): New function.
11284 (operate-on-rectangle): If coerce-tabs is non-nil, call
11285 move-to-column-force instead of move-to-column.
11286 (insert-rectangle): Call move-to-column-force instead of
11287 move-to-column.
11288 (open-rectangle-line): If begextra is not zero, call
11289 move-to-column-force.
11290
11291
11292 1998-11-16 Dave Love <fx@gnu.org>
11293
11294 * textmodes/sgml-mode.el Require skeleton when compiling.
11295 (sgml-font-lock-keywords-1): Accept single-letter tags.
11296 (v2): Defvar free variable.
11297
11298 1998-11-16 Sam Steingold <sds@goems.com>
11299
11300 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11301 macro, not ELisp one.
11302
11303 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11304
11305 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11306 characters to symbol.
11307
11308 * language/japan-util.el (japanese-zenkaku-region): New optional
11309 arg KATAKANA-ONLY.
11310
11311 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11312
11313 * international/mule.el
11314 (after-insert-file-set-buffer-file-coding-system): If the buffer
11315 is changed to unibyte, return inserted bytes.
11316
11317 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11318 and link names if necessary.
11319 (tar-header-block-summarize): Handle the case that file or link
11320 names are multibyte.
11321 (tar-summarize-buffer): At first set the current buffer unibyte,
11322 then if there are multibyte file names, change it to multibyte.
11323 (tar-mode): Get char position from tar-header-offset.
11324 (tar-extract): Avoid multibyte<->unibyte conversion in
11325 insert-buffer-subsring by setting both buffers unibyte
11326 temporarily.
11327 (tar-copy): Set the buffer unibyte while doing a work. Write
11328 without code conversion.
11329 (tar-expunge): Set the buffer unibyte while doing a work.
11330 (tar-alter-one-field): Likewise.
11331 (tar-clear-modification-flags): Compare byte position with
11332 tar-header-offset.
11333 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11334 insert-buffer-subsring by setting both buffers unibyte
11335 temporarily. Pay attention to multibyteness while updating the
11336 descriptor-line.
11337 (tar-mode-write-file): Write without code conversion.
11338
11339 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11340
11341 * nngateway.el: Require cl.
11342
11343 1998-11-15 Dave Love <fx@gnu.org>
11344
11345 * progmodes/fortran.el: Fix previous change:
11346 (fortran-end-prog-re1): Changed.
11347 (fortran-check-end-prog-re): New function.
11348 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11349
11350 1998-11-13 Tom Breton <tob@world.std.com>
11351
11352 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11353 GNU Emacs.
11354
11355 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11356
11357 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11358 fixed.
11359 (reftex-toc-toggle-file-boundary,
11360 reftex-toc-toggle-labels,
11361 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11362 (reftex-toc-include-labels, reftex-toc-include-context,
11363 reftex-toc-include-file-boundaries,
11364 reftex-toc-keep-other-windows): New options.
11365 (reftex-use-text-after-label-as-context): Option removed.
11366 (reftex-extract-bib-entries): Protect use in non-latex
11367 buffers.
11368 (reftex-toc-visit-location): Renamed from
11369 `reftex-toc-visit-line'.
11370 (reftex-latin1-to-ascii): Works now with and without Mule.
11371 (reftex-truncate): Removed special stuff for Emacs 20.2.
11372 (reftex-get-offset): Made more general.
11373 (reftex-show-label-location): Renamed from
11374 `reftex-select-label-callback'.
11375 (reftex-pop-to-label): Function removed (using
11376 `reftex-show-label-location' instead.
11377 (reftex-insert-docstruct): Renamed from
11378 `reftex-make-and-insert-label-list'. Function args changed.
11379 (reftex-toc): Now uses `reftex-insert-docstruct' and
11380 `reftex-find-start-point'.
11381 (reftex-select-item): Use `reftex-find-start-point'.
11382 (reftex-toc-visit-line): Can display labels and file
11383 boundaries.
11384 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11385
11386 1998-11-12 Sam Steingold <sds@goems.com>
11387
11388 * browse-url.el (browse-url): Handle the case when
11389 `browse-url-browser-function' is a lambda list.
11390
11391 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11392
11393 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11394 version string.
11395 * loadhist.el (symbol-file): Likewise
11396
11397 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11398
11399 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11400
11401 1998-11-11 Sam Steingold <sds@goems.com>
11402
11403 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11404 `run-lisp' instead of signalling an error.
11405
11406 1998-11-11 Karl Heuer <kwzh@gnu.org>
11407
11408 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11409
11410 1998-11-11 Richard Stallman <rms@gnu.org>
11411
11412 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11413
11414 1998-11-11 Per Starback <starback@update.uu.se>
11415
11416 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11417 renamed svenska8 to svenska, and fixed and extended CASECHARS
11418 for it.
11419
11420 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11421
11422 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11423 handling if setpagedevice is not available.
11424 (ps-begin-file): Fix typo.
11425
11426 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11427
11428 * international/mule-util.el (compose-chars-component): Signal
11429 error if CH is a rule-based composition character.
11430 (compose-chars): Signal error if an already compsed character is
11431 going to be composed by rule-base.
11432
11433 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11434 full XLFD, don't try to get information of WEIGHT and SLANT from
11435 that font name.
11436
11437 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11438
11439 * dos-w32.el (set-default-process-coding-system): Use function on
11440 before-init-hook to set default-process-coding-system based on
11441 enable-multibyte-characters.
11442
11443 * term/w32-win.el ([language-change]): For now ignore
11444 keyboard language-change events.
11445
11446 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11447
11448 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11449 convert-standard-file-name, but leave the results of
11450 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11451 characters if the original name already exists, or has a special
11452 handler.
11453
11454 1998-11-10 Karl Heuer <kwzh@gnu.org>
11455
11456 * international/iso-insert.el: Delete autoload cookies.
11457
11458 * international/iso-transl.el: Add autoload cookies.
11459
11460 1998-11-10 Richard Stallman <rms@gnu.org>
11461
11462 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11463 (ispell-process-line): Don't treat multibyte
11464
11465 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11466
11467 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11468 setpagedevice to specify the page size if setpagedevice is
11469 available. This is necessary to select the correct paper tray on
11470 Level 2 printers with multiple paper sizes available.
11471
11472 (ps-begin-file): Cope with font names that contain spaces, and
11473 call BeginDoc in a BeginSetup/EndSetup block.
11474
11475 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11476
11477 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11478 convert-standard-filename.
11479
11480 * loadhist.el (symbol-file): Run fns-VERSION.el through
11481 convert-standard-filename.
11482
11483 1998-11-06 Richard Stallman <rms@gnu.org>
11484
11485 * textmodes/texinfmt.el (texinfo-format-scan):
11486 Detect the case of two @-commands in a row; process just the first.
11487 (texinfo-append-refill): If line has a @c, insert the @refill
11488 before it.
11489 (texinfo-format-refill): Return with point where the @refill was.
11490
11491 * files.el (hack-local-variables): Test local-enable-local-variables.
11492 (hack-local-variables-prop-line): Likewise.
11493 (set-auto-mode): Don't test local-enable-local-variables here.
11494 (enable-local-variables): Doc fix.
11495 (local-enable-local-variables): Doc fix.
11496 (normal-mode): Doc fix.
11497
11498 1998-11-06 Karl Heuer <kwzh@gnu.org>
11499
11500 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11501
11502 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
11503
11504 * simple.el (line-number-mode): Doc fix.
11505
11506 1998-11-06 Kenichi Handa <handa@etl.go.jp>
11507
11508 * international/fontset.el (create-fontset-from-fontset-spec):
11509 Give correct arg to `error'.
11510
11511 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
11512
11513 * textmodes/sgml-mode.el (html-mode): Doc fix.
11514 (sgml-name-8bit-mode): Fix missing format character in message string.
11515
11516 1998-11-05 Karl Heuer <kwzh@gnu.org>
11517
11518 * mail/sendmail.el (sendmail-send-it): Check for failure.
11519
11520 1998-11-05 Richard Stallman <rms@gnu.org>
11521
11522 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11523
11524 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11525 (close-rectangle): Define as alias.
11526
11527 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
11528
11529 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11530
11531 1998-11-05 Dave Love <fx@gnu.org>
11532
11533 * help.el (describe-variable): Don't quote link to source.
11534
11535 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
11536
11537 * gud.el (gud-common-init): Use pop-to-buffer.
11538 (same-window-regexps): Add an element that matches all gud buffers.
11539
11540 1998-11-04 Jason Rumney <jasonr@altavista.net>
11541
11542 * term/w32-win.el (x-get-selection-value): Alias to
11543 x-cut-buffer-or-selection-value.
11544 (w32-standard-fontset-spec): New variable.
11545 (w32-create-initial-fontsets, mouse-set-font): Check whether
11546 new-fontset is available.
11547 (w32-use-w32-font-dialog): Enable use of set-variable.
11548
11549 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11550
11551 * vc.el (with-vc-file, edit-vc-file): New macros.
11552
11553 1998-11-04 Kenichi Handa <handa@etl.go.jp>
11554
11555 * international/quail.el (quail-show-guidance-buf): Call
11556 set-minibuffer-window to set minibuffer window of the current
11557 frame correctly.
11558
11559 1998-11-03 Theodore Jump <tjump@tertius.com>
11560
11561 * term/w32-win.el: Require fontset.
11562
11563 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
11564
11565 * faces.el (set-face-font): Call resolve-fontset-name on w32.
11566 (set-face-font-auto): Ditto.
11567
11568 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
11569
11570 * mouse.el (mouse-drag-region): Fix typo.
11571
11572 1998-11-02 Dave Love <fx@gnu.org>
11573
11574 * progmodes/fortran.el Fix for fontification of strings lost somehow:
11575 (fortran-fontify-string): New function.
11576 (fortran-font-lock-keywords-1): Use it.
11577
11578 1998-11-02 Markus Rost <rost@delysid.gnu.org>
11579
11580 * comint.el (comint-file-name-quote-list): Doc fix.
11581
11582 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11583
11584 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11585 build directory, not source directory.
11586
11587 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11588 if we did not get one for the final move.
11589
11590 1998-11-01 Dave Love <fx@gnu.org>
11591
11592 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11593 Don't funcall browse-url-browser-function.
11594
11595 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11596 Don't funcall browse-url-browser-function.
11597
11598 * fortran.el (fortran-end-prog-re1): Fix the regexp.
11599
11600 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11601
11602 * files.el (revert-buffer): Doc fix.
11603
11604 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
11605
11606 * textmodes/tex-mode.el (tex-start-options-string):
11607 Quote the backslashes with more backslashes.
11608
11609 1998-10-31 Dave Love <fx@gnu.org>
11610
11611 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11612 (webjump): Don't funcall browse-url-browser-function.
11613
11614 1998-10-30 Kenichi Handa <handa@etl.go.jp>
11615
11616 * international/quail.el (quail-start-translation): Handle
11617 switching of the frame in read-key-sequence.
11618 (quail-start-conversion): Likewise.
11619 (quail-show-guidance-buf): Detach quail-guidance-buf from any
11620 windows before setting an appropriate window for it.
11621 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
11622 quail-guidance-win to nil.
11623 (quail-update-guidance): If quail-guidance-buf is not in the
11624 selected frame, call quail-show-guidance-buf again.
11625
11626 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
11627
11628 * progmodes/pascal.el (pascal-mode):
11629 `blink-matching-paren-dont-ignore-comments' set to t.
11630
11631 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11632
11633 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11634
11635 1998-10-30 Dave Love <fx@gnu.org>
11636
11637 * vc.el (vc-backend-merge-news): Check for "P" output.
11638
11639 * help.el (describe-variable): Hyperlink the definition.
11640
11641 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
11642
11643 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11644 (sh-set-shell): Likewise.
11645
11646 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11647
11648 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
11649 (edebug-on-error): Fix customize type to match that of
11650 debug-on-error.
11651
11652 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
11653
11654 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
11655 report-emacs-bug-address instead of undefined bug-gnu-emacs.
11656
11657 * international/mule-cmds.el (select-message-coding-system): Doc
11658 fix.
11659
11660 * international/mule-diag.el (describe-coding-system): Describe
11661 all flags.
11662
11663 * mail/sendmail.el (sendmail-coding-system,
11664 default-sendmail-coding-system): Doc fix.
11665
11666 * simple.el (shell-command-on-region): Doc fix.
11667
11668 * loadup.el: Write fns-*.el in current directory instead of
11669 data-directory since no installation directory exists yet. Mark
11670 buffer unmodified afterwards.
11671
11672 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
11673 instead of data-directory since it is architecture dependent.
11674 (load-history-loaded): Update doc string.
11675
11676 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
11677
11678 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
11679 path as a default directory when canonicalizing names.
11680
11681 * w32-fns.el: Remove a dangling reference to a directory on the
11682 build machine.
11683
11684 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11685
11686 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
11687 namespace related keywords such as `class', `body', `private',
11688 `variable', `namespace eval', etc.
11689 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
11690 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
11691 imenu and font-lock so that searches for \sw would find words
11692 containing colons.
11693
11694 * progmodes/etags.el (initialize-new-tags-table):
11695 Do not alter find-tag-marker-ring and tags-location-ring.
11696
11697 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
11698
11699 * term/w32-win.el: Require fontset.
11700 (w32-init-fontsets): New function (code from x-win.el).
11701
11702 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11703
11704 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
11705 calendar-and-diary-frame-parameters): Add title parameter.
11706
11707 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11708
11709 * completion.el (dynamic-completion-mode): New function to enable
11710 the mode. (Just loading the file now does not change anything.)
11711
11712 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11713
11714 * ps-print.el: User option for multibyte buffer handling and doc fix.
11715 (ps-multibyte-buffer): New user option.
11716 (ps-setup): Print new user option.
11717 (ps-print-quote): New fun.
11718 (ps-color-p, ps-mule-font-info-database-latin): New var.
11719 (ps-default-color, ps-mule-font-info-database)
11720 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
11721 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
11722 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
11723 Little code improvement.
11724 (ps-mule-initialize): Initialize ps-mule-font-info-database.
11725 (ps-print-prologue-header, ps-font-family, ps-font-size)
11726 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
11727 (ps-build-face-reference, ps-mule-font-info-database-bdf)
11728 (ps-mule-external-libraries, ps-mule-init-external-library)
11729 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
11730 Doc fix.
11731 (ps-print-version): New version number (4.1.1) and doc fix.
11732 (ps-print-prologue-header): New user option.
11733 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
11734 Conditional compilation for GNU Emacs and emacsens.
11735 (ps-generate-postscript-with-faces): Skip invisible text better.
11736 (ps-setup): Print new user option.
11737 (ps-print-preprint): Check if input file name exists and is unwritable.
11738 (ps-begin-file): Adjust PostScript prologue header for duplex printers
11739 and insert user PostScript prologue header comments.
11740 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
11741 New funs.
11742 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
11743 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
11744 PostScript programming normalization.
11745 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
11746 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
11747 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
11748 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
11749 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
11750 Programming style normalization.
11751
11752 1998-10-26 Kenichi Handa <handa@etl.go.jp>
11753
11754 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11755 version, check the value of mule-version.
11756
11757 * international/mule-util.el (compose-region): Insert then delete
11758 to preserve markers.
11759 (decompose-region): Use search-forward for efficiency.
11760
11761 * language/chinese.el (pre-write-encode-hz): Cancel previous
11762 change, use generate-new-buffer instead of get-buffer-create.
11763 * language/devan-util.el
11764 (in-is13194-devanagari-pre-write-conversion): Likewise.
11765 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11766 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11767 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11768
11769 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11770
11771 * mail/rmailsum.el (rmail-message-subject-p):
11772 Handle message whose header has not been reformatted.
11773
11774 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
11775
11776 1998-10-25 Jason Rumney <jasonr@altavista.net>
11777
11778 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
11779 New variables.
11780 (mouse-set-font): Use font menus instead of dialog according to
11781 w32-use-w32-font-dialog.
11782
11783 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11784
11785 * calendar/calendar.el (calendar-day-name-array): Add doc string
11786 correctly!
11787 (calendar-month-name-array): Add doc string correctly!
11788
11789 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11790
11791 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
11792
11793 1998-10-21 Markus Rost <rost@delysid.gnu.org>
11794
11795 * lisp/info.el (Info-next-menu-item): Stay on top of node.
11796
11797 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
11798
11799 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
11800
11801 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
11802
11803 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
11804
11805 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
11806
11807 1998-10-21 Karl Heuer <kwzh@gnu.org>
11808
11809 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
11810 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
11811 (profile-filter, profile-reset-timer): Functions deleted.
11812 (profile-check-zero-init-times, profile-get-time): Likewise.
11813 (profile-find-function, profile-quit): Likewise.
11814 (profile-distinct, profile-call-stack, profile-last-time): New vars.
11815 (profile-time-list, profile-init-list): Doc fix.
11816 (profile-functions): Simplify.
11817 (profile-print): Use float. Make output include space separators.
11818 (profile-add-time): New helper function.
11819 (profile-function-prolog): Renamed from profile-start-function.
11820 Handle profile-distinct.
11821 (profile-function-epilog): Renamed from profile-update-function.
11822 Handle profile-distinct.
11823 (profile-a-function): If the function to be profiled is an
11824 autoload form, load it. If it's lazy-loaded, fetch it.
11825 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
11826 (profile-restore-fun): Arg FUN is now a function symbol, as was
11827 documented, rather than a one-element list.
11828 (profile-finish): Call profile-restore-fun properly.
11829
11830 1998-10-21 Kenichi Handa <handa@etl.go.jp>
11831
11832 * international/characters.el: Setup charset property
11833 nospace-between-words.
11834
11835 * international/mule-cmds.el (get-charset-property): If CHARSET is
11836 composition, return nil.
11837 (put-charset-property): If CHARSET is composition, do nothing.
11838
11839 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
11840 * language/devan-util.el
11841 (in-is13194-devanagari-pre-write-conversion): Likewise.
11842 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11843 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11844 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11845
11846 * textmodes/fill.el (sentence-end-without-period): New variable.
11847 (canonically-space-region): Pay attention to
11848 sentence-end-without-period.
11849 (fill-find-break-point): The first argument CHARSET deleted.
11850 Caller changed.
11851 (fill-region-as-paragraph): Pay attention to charset property
11852 nospace-between-words and text property nospace-between-words.
11853
11854 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11855
11856 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
11857 an unrecognized shell.
11858
11859 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11860
11861 * desktop.el (desktop-save): Include minor modes symbolically.
11862 (desktop-create-buffer): Turn on all minor modes in `mim'.
11863
11864 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11865
11866 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
11867 (sh-font-lock-keywords): Handle rpm and rpm2.
11868 (sh-ancestor-alist): Handle rpm.
11869
11870 * files.el (auto-mode-alist): Recognize .rpm files.
11871 Also .spec and .mspec files.
11872
11873 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11874
11875 * faces.el (frame-set-background-mode): Enable the function for
11876 MSDOS frames.
11877
11878 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11879
11880 * calendar/calendar.el (calendar-day-name-array): Add doc string.
11881 (calendar-month-name-array): Add doc string.
11882
11883 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11884
11885 * simple.el (kill-ring-max): Increased to 60.
11886
11887 1998-10-17 Kenichi Handa <handa@etl.go.jp>
11888
11889 * international/characters.el: Setup auto-fill-chars.
11890
11891 * international/kinsoku.el (kinsoku): Check the variable
11892 enable-kinsoku.
11893
11894 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
11895 Don't call kinsoku directly, intead call fill-find-break-point.
11896
11897 * textmodes/fill.el: Setup `fill-find-break-point-function'
11898 property to character sets which require `kinsoku' processing for
11899 filling.
11900 (fill-find-break-point): New function.
11901 (fill-region-as-paragraph): Don't check kinsoku-enable here.
11902 Don't call kinsoku directly, intead call fill-find-break-point.
11903
11904 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11905
11906 * faces.el (modify-face-read-string): Return (nil) for "none".
11907 (modify-face): Don't get error if (nil) is the argument.
11908 (face-try-color-list): Don't check whether nil is a valid color.
11909
11910 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
11911
11912 * emacs-lisp/bytecomp.el (byte-recompile-directory):
11913 Print message about each directory, even in batch mode.
11914
11915 * gnus/nntp.el: Require `cl' before using nnoo-declare.
11916
11917 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
11918 (ps-mule-string-char): No need to use sref.
11919 (ps-mule-next-index): No need to use sref.
11920
11921 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
11922
11923 * files.el (revert-buffer-internal-hook): Add defvar.
11924
11925 * arc-mode.el (archive-mode): Locally set file-precious-flag.
11926
11927 * tar-mode.el (tar-mode): Locally set file-precious-flag.
11928
11929 1998-10-16 Markus Rost <rost@delysid.gnu.org>
11930
11931 * international/mule-cmds.el (default-input-method): Fix custom type.
11932
11933 * net-utils.el (whois-server-list): Fix customization type.
11934
11935 * shell.el (shell-input-autoexpand): Fix customization group.
11936
11937 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
11938
11939 * repeat.el (repeat): Handle keyboard macros properly.
11940 Handle new prefix arg after self-insert command.
11941
11942 * repeat.el: Don't include cl even at compile time.
11943 (repeat): Avoid using `loop'.
11944
11945 * simple.el (shell-command-on-region): Doc fix.
11946 (next-history-element): Special error message if no default.
11947
11948 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
11949
11950 * ps-print.el (ps-print-buffer): Doc fix.
11951 (ps-despool): Likewise.
11952
11953 * arc-mode.el (arc-mode): Provide arc-mode.
11954
11955 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11956
11957 * ps-print.el (ps-print-buffer): Doc fix.
11958
11959 1998-10-14 Dave Love <fx@gnu.org>
11960
11961 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
11962 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
11963 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
11964
11965 * progmodes/fortran.el (fortran-mode-map): Change "Join
11966 Continuation Line" to "Join Line".
11967 (fortran-font-lock-keywords-1): Add "cycle", "exit".
11968
11969 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11970
11971 * progmodes/fortran.el (fortran-join-line): Use
11972 `delete-indentation' instead of issuing an error message if not on
11973 a continuation line. Provide for joining several lines using
11974 prefix arg.
11975
11976 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
11977
11978 * term/pc-win.el (msdos-color-values): New variable.
11979 (x-color-values): New function, emulates its namesake from
11980 src/xfns.c.
11981 (msdos-bg-mode): Add all dark colors to those which return
11982 "dark".
11983
11984 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11985
11986 * replace.el (keep-lines, flush-lines, how-many):
11987 Don't ignore case if arg has upper case letters.
11988
11989 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
11990
11991 * progmodes/vhdl-mode.el
11992 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
11993 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
11994 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
11995 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
11996 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
11997 (vhdl-when): Fix indentation problem.
11998 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
11999 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12000 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12001
12002 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12003
12004 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12005 (ls-lisp-insert-directory): Renamed from insert-directory.
12006 (insert-directory): New function.
12007
12008 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12009
12010 * simple.el (completion-fixup-function): Variable deleted.
12011 (completion-setup-function): Delete code for completion-fixup-function.
12012 * emacs-lisp/lisp.el (lisp-complete-symbol):
12013 Don't bind completion-fixup-function.
12014
12015 * files.el (find-file-wildcards): New option.
12016 (find-file-noselect): Handle wild cards, if enabled.
12017 (file-expand-wildcards): New function.
12018
12019 * simple.el (set-fill-column): Doc fix.
12020
12021 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12022
12023 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12024
12025 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12026
12027 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12028 Move declaration before first use.
12029 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12030 hif-math, hif-factor): Rename token to hif-token and token-list to
12031 hif-token-list.
12032 (hif-token, hif-token-list): Declare them.
12033 (hif-find-ifdef-block): Return cons of top and bottom point
12034 instead of setting dynamically bound variables.
12035 (hide-ifdef-block, show-ifdef-block): Use return value of
12036 hif-find-ifdef-block.
12037
12038 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12039
12040 * subr.el (read-passwd): Use clear-this-command-keys.
12041
12042 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12043
12044 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12045 and ...-for-write.
12046
12047 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12048
12049 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12050 responses to GROUP command, since this may be called from a timer
12051 with quit inhibited.
12052
12053 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12054
12055 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12056 set unconditional-jump to nil.
12057 (ccl-compile-read-multibyte-character): Return nil.
12058 (ccl-compile-write-multibyte-character): Likewise.
12059 (ccl-compile-translate-character): Likewise
12060 (ccl-compile-map-multiple): Likewise.
12061 (ccl-compile-map-single): Likewise.
12062
12063 * international/kinsoku.el: Add coding tag.
12064 (kinsoku-bol): Remove superfluous TAB in a string.
12065
12066 * international/mule-cmds.el (find-coding-systems-for-charsets):
12067 Delete `composition' (if any) from CHARSETS.
12068
12069 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12070
12071 * international/mule-cmds.el (setup-specified-language-environment):
12072 Add apropos-inhibit property.
12073 (describe-specified-language-support): Likewise.
12074
12075 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12076
12077 * international/mule.el (make-coding-system): Create -with-esc
12078 variant coding system.
12079
12080 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12081
12082 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12083 (next-file): Optionally offer to revert a file's buffer,
12084 if it has an existing buffer but the file has changed.
12085
12086 * info.el (Info-insert-dir): Detect and report problems
12087 in input files, such as "No Top node". Return with point
12088 at the beginning of the text.
12089 (Info-find-node): Reinsert the code to handle files
12090 with no tags table; it was deleted by mistake.
12091
12092 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12093
12094 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12095 texinfo-find-higher-level-node repeatedly find the same node.
12096 (texinfo-find-higher-level-node): Doc fix.
12097
12098 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12099
12100 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12101 (smtpmail-address-buffer): Add defvar.
12102 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12103
12104 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12105
12106 * ffap.el (ffap-machine-p-local): Fix editing error.
12107
12108 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12109
12110 * faces.el (frame-set-background-mode):
12111 Don't do anythung for text-only or MSDOS frame.
12112
12113 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12114
12115 * international/quail.el (quail-defrule): New optional arg APPEND.
12116 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12117
12118 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12119
12120 * gnus/pop3.el (pop3-open-server):
12121 Set process-coding-system-alist around open-network-stream.
12122
12123 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12124
12125 * files.el (save-buffer): Doc fix.
12126
12127 1998-10-07 Karl Heuer <kwzh@gnu.org>
12128
12129 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12130 return DEF unchanged, not nil. Simplify.
12131
12132 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12133
12134 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12135
12136 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12137
12138 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12139
12140 * net-utils.el (ftp, nslookup): Require comint.
12141 (network-service-connection): Likewise.
12142 (whois-server-name): Defaults to whois.arin.net
12143 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12144 (whois): Tries to guess the appropriate top-level domain server.
12145 (whois-get-tld): New function.
12146
12147 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12148 (dirtrack-debug-toggle): Added this function.
12149
12150 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12151
12152 * files.el (find-file-noselect): Switch to the correct buffer
12153 before checking find-file-literally, and allow non-nil non-t
12154 rawfile params.
12155
12156 1998-10-06 Karl Heuer <kwzh@gnu.org>
12157
12158 * midnight.el (clean-buffer-list): Add autoload cookie.
12159
12160 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12161 no-autosave.
12162 * tar-mode.el (tar-mode-revert): Likewise.
12163 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12164 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12165 * gnus/message.el (message-auto-save-directory): Renamed from
12166 message-autosave-directory. All references changed.
12167
12168 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12169
12170 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12171 string. Expose mime stuff while searching.
12172
12173 1998-10-06 Richard Stallman <rms@gnu.org>
12174
12175 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12176
12177 * replace.el (perform-replace): Position point properly
12178 before and after the recursive edit of C-r.
12179
12180 * progmodes/etags.el (tags-reset-tags-tables): Properly
12181 find the markers in the old rings that are being discarded.
12182
12183 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12184
12185 * apropos.el (apropos-print): Control invalid characters.
12186
12187 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12188 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12189 confusing customize.
12190
12191 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12192
12193 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12194 built-in commands. Add more built-in commands and fix face names.
12195
12196 1998-10-05 Simon Marshall <simon@gnu.org>
12197
12198 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12199
12200 1998-10-04 Eric Ludlam <zappo@gnu.org>
12201
12202 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12203 customization since it is not useful in this case.
12204 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12205 sure it gets evalled to a number. Also verify that set-frame-name
12206 fn exists before calling it.
12207
12208 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12209 Protect a `forward-sexp' call which could fail, and improved regex
12210 for ie, and eg abbreviations.
12211
12212 1998-10-02 Noah Friedman <friedman@splode.com>
12213
12214 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12215 send-string.
12216 (rlogin-send-Ctrl-D): Here also.
12217 (rlogin-send-Ctrl-Z): Here also.
12218 (rlogin-send-Ctrl-backslash): Here also.
12219
12220 1998-10-02 Dave Love <fx@gnu.org>
12221
12222 * outline.el (hide-region-body): Bind
12223 outline-view-change-hook to nil while making repeated calls to
12224 outline-flag-region. Run it once at the end.
12225 (hide-other, hide-sublevels, show-children): Likewise.
12226
12227 * info-look.el: Remove duplicate scheme-mode entry.
12228 (info-lookup-make-completions): When looking for entries, check
12229 that `item' isn't null or "Menu".
12230
12231 1998-10-01 Karl Heuer <kwzh@gnu.org>
12232
12233 * net-utils.el: Don't require ffap.
12234 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12235 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12236
12237 1998-09-30 Richard Stallman <rms@gnu.org>
12238
12239 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12240
12241 * imenu.el (imenu--generic-function): Sort each submenu by position.
12242 (imenu--sort-by-position): New function.
12243
12244 * cus-edit.el (Custom-mode-menu): Fix info node name.
12245 (customize group): Fix info node name.
12246
12247 * mail/mailalias.el (build-mail-aliases): Don't allow
12248 a newline in the alias name. Don't define an alias
12249 if the definition would be empty.
12250
12251 * which-func.el (which-func-mode-global): Make :set function
12252 more reliable.
12253
12254 * custom.el (custom-set-variables): Load the requests first,
12255 then check the symbol's `set' function.
12256
12257 * ffap.el: Doc fixes.
12258
12259 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12260
12261 * gnus.el: (gnus-valid-select-methods): Fix type.
12262 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12263 * gnus-score.el (gnus-orphan-score): Fix type.
12264 (gnus-score-default-header, gnus-score-default-type): Fix type.
12265 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12266 (gnus-saved-headers): Fix type.
12267
12268 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12269 Avoid nil value of `two-lines-citation-part'.
12270
12271 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12272
12273 * which-func.el (which-function): Handle case when
12274 (car imenu--index-alist) is nil.
12275
12276 1998-09-29 Dave Love <fx@gnu.org>
12277
12278 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12279 bzip2 args.
12280
12281 1998-09-29 Simon Marshall <simon@gnu.org>
12282
12283 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12284 comint-exec-hook.
12285
12286 1998-09-29 Stephen Eglen <stephen@gnu.org>
12287
12288 * info-look.el: Add support for Octave.
12289
12290 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12291
12292 * textmodes/reftex.el (reftex-finding-files): New customize group.
12293 (reftex-texpath-environment-variables,
12294 reftex-use-external-file-finders, reftex-external-file-finders,
12295 reftex-search-unrecursed-path-first): New options.
12296 (reftex-process-string, reftex-find-file-externally): New
12297 functions.
12298 (reftex-access-search-path): Execute shell commands to find the
12299 search path.
12300 (reftex-toggle-auto-view-crossref): When turning on, make sure
12301 `reftex-auto-view-crossref' becomes non-nil.
12302 (reftex-abbrev-regexp): Constant removed.
12303 (reftex-convert-string): Abbrev regexp calculated locally.
12304
12305 1998-09-28 Dave Love <fx@gnu.org>
12306
12307 * progmodes/fortran.el: Don't call regexp-opt when deriving
12308 font-lock patterns with keywords that aren't all literal.
12309
12310 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12311
12312 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12313 the form `octave.bin:1>' which come from using precopiled binary
12314 versions.
12315
12316 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12317
12318 * help.el (help-for-help): Use %THIS-KEY%.
12319 (help-quit): Add doc.
12320
12321 * help-macro.el (make-help-screen): Keep HELP-TEXT
12322 in a separate function definition, not in the help command FNAME.
12323 Replace %THIS-KEY% with the key sequence that ran FNAME.
12324
12325 1998-09-25 Richard Stallman <rms@gnu.org>
12326
12327 * textmodes/texinfo.el (texinfo-show-structure):
12328 Bind inhibit-read-only.
12329
12330 * isearch.el (isearch-search-and-update): Properly
12331 handle upper case letters in the reverse-search special case.
12332
12333 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12334
12335 * gnus.el: Extend the list of autoloaded functions.
12336
12337 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12338 buffer before creating help group. (from Gnus v5.6.43, fix by
12339 1998-08-20 Per Starback <starback@update.uu.se>)
12340
12341 * gnus-util.el (gnus-output-to-rmail): Adjust to
12342 `rmail-output-to-rmail-file'.
12343
12344 1998-09-25 Karl Heuer <kwzh@gnu.org>
12345
12346 * hexl.el (hexl-mode-map): More of previous change.
12347
12348 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12349 (tex-start-tex): Don't use tex-start-options-string in star case.
12350 Quote file name in star case as well as in non-star.
12351 Add blank and quoting of option string here.
12352 (tex-start-options-string): Not here.
12353
12354 1998-09-23 Karl Heuer <kwzh@gnu.org>
12355
12356 * term.el (term-delimiter-argument-list): Doc fix.
12357 (term-emulate-terminal): Escape literal semicolon.
12358 * progmodes/asm-mode.el (asm-mode): Doc fix.
12359 (asm-comment-char): Escape literal semicolon.
12360 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12361
12362 1998-09-23 Richard Stallman <rms@gnu.org>
12363
12364 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12365 only those that normally modify the buffer.
12366
12367 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12368 over again.
12369
12370 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12371
12372 * ispell.el (check-ispell-version): Ensure same buffer is current
12373 when let-binding of case-fold-search ends.
12374
12375 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12376
12377 * ps-print.el: Skip invisible overlay.
12378 Test for set-buffer-multibyte rather than using mule-version.
12379 (ps-print-version): New version number (4.1) and doc fix.
12380 (ps-generate-postscript-with-faces): Skip invisible overlay.
12381
12382 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12383
12384 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12385
12386 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12387
12388 * international/quail.el (quail-update-guidance): Check for the
12389 return value of (quail-guidance) fixed.
12390 (quail-update-translation): Bind quail-current-str locally when it
12391 calls quail-update-guidance.
12392 (quail-update-translation): If input-method-exit-on-first-char is
12393 non-nil, terminate translation only when the current input method
12394 is simple.
12395
12396 1998-09-22 Paul Eggert <eggert@twinsun.com>
12397
12398 * startup.el (locale-translation-file-name): Prefer X-related names
12399 to the name used by GNU/Linux sans X. Set to nil if no file found.
12400 (command-line): Use locale-translation-file-name if it is not nil,
12401 instead of testing for its existence again.
12402 regexp-quote the ctype before using it in a regexp.
12403 Allow a colon to appear after the ctype in the aliases file,
12404 as is done in X11R6.4.
12405
12406 1998-09-21 Richard Stallman <rms@gnu.org>
12407
12408 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12409
12410 * calendar/appt.el (appt-interval): Variable deleted.
12411 (appt-check): For minutes in between appt-display-interval times,
12412 do check, but don't display anything except an updated mode line.
12413 Count against appt-display-interval based on minutes since
12414 first display of this appointment, not based on time of day.
12415 If appt-display-mode-line, force mode line redisplay
12416 whenever appt-mode-string has changed.
12417 (appt-add, appt-delete): Add autoload cookies.
12418 (appt-check): Catch errors from calling `diary'.
12419 (appt-max-time): Renamed from max-time.
12420 (appt-now-displayed, appt-display-count): New variables.
12421 (appt-timer): Don't create one if we already have one.
12422
12423 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12424 More general code to use the source buffer instead of the zap file.
12425
12426 * hilit-chg.el (highlight-compare-with-file): Renamed from
12427 compare-with-file.
12428
12429 * loadhist.el (load-history-loaded): New variable.
12430 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12431
12432 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12433
12434 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12435 Fix error messages.
12436
12437 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12438
12439 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12440 Emacs frame.
12441
12442 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12443
12444 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12445 `undecided' and `undecided-unix'.
12446
12447 1998-09-21 Dave Love <fx@gnu.org>
12448
12449 * help.el (help-make-xrefs): Fix typo affecting Info references.
12450
12451 * subr.el (remove-hook): Check list values to avoid errors.
12452
12453 1998-09-18 Noah Friedman <friedman@splode.com>
12454
12455 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12456 store string in eldoc-last-message without consing a new string.
12457 Rearrange logic from nested if's into cond's.
12458 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12459 Do not print message; just return string.
12460 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12461 Do not print message; just return string.
12462 Cache that string in eldoc-last-data.
12463 (eldoc-last-data): Make into a vector.
12464 (eldoc-get-fnsym-args-string): Use new data form of structure.
12465 (eldoc-get-var-docstring): Here also.
12466 (eldoc-last-data-store): New function.
12467 (eldoc-get-fnsym-args-string): Use it.
12468 (eldoc-get-var-docstring): Here also.
12469 (eldoc-docstring-first-line): Minimize interim string consing.
12470 Call substitute-command-keys on the result.
12471 (eldoc-print-var-docstrings, eldoc-print-docstring,
12472 eldoc-docstring-message): Functions removed.
12473 (eldoc-docstring-format-sym-doc): New function, functionality
12474 ripped out of eldoc-docstring-message.
12475 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12476
12477 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12478
12479 * international/mule.el (make-coding-system): Doc-string modified.
12480
12481 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12482
12483 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12484
12485 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12486 customize type.
12487
12488 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12489 type.
12490
12491 * progmodes/compile.el (compilation-error-screen-columns): New
12492 variable.
12493 (compilation-next-error-locus): Use it to decide whether to use
12494 forward-char or move-to-column.
12495
12496 * mail/rmail.el (rmail-movemail-program): Fix customize type.
12497
12498 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12499 feedmail-fiddle-plex-user-list,
12500 feedmail-spray-address-fiddle-plex-list,
12501 feedmail-prompt-before-queue-user-alist,
12502 feedmail-prompt-before-queue-help-supplement,
12503 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12504 feedmail-queue-alternative-mail-header-separator): Fix customize
12505 type.
12506
12507 * startup.el (site-run-file): Fix customize type.
12508
12509 * speedbar.el (speedbar-initial-expansion-list-name): Fix
12510 customize type.
12511
12512 * shell.el (shell-input-autoexpand): Fix customize type.
12513
12514 * ps-print.el (ps-font-info-database): Add missing dots in value.
12515 Improve layout of customize type.
12516
12517 * net-utils.el (traceroute-program-options, ping-program-options,
12518 ipconfig-program-options, netstat-program-options,
12519 arp-program-options, route-program-options,
12520 nslookup-program-options, ftp-program-options): Fix customize
12521 type.
12522
12523 * midnight.el (clean-buffer-list-kill-regexps,
12524 clean-buffer-list-kill-buffer-names,
12525 clean-buffer-list-kill-never-buffer-names,
12526 clean-buffer-list-kill-never-regexps): Fix customize type.
12527
12528 * man.el (Man-init-defvars): Avoid trailing nil on
12529 Man-filter-list.
12530
12531 * lpr.el (printer-name): Fix customize type.
12532
12533 1998-09-16 Kenichi Handa <handa@etl.go.jp>
12534
12535 * international/mule-cmds.el (reset-language-environment): Call
12536 update-coding-systems-internal.
12537
12538 * international/mule-conf.el: Call update-coding-systems-internal
12539 at the tail.
12540
12541 1998-09-14 Dave Love <fx@gnu.org>
12542
12543 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
12544 use the menu-enable properties, pending doing it correctly and
12545 acceptably fast.
12546
12547 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12548
12549 1998-09-13 Dave Love <d.love@dl.ac.uk>
12550
12551 * progmodes/hideshow.el (hs-grok-mode-type): Check
12552 comment-{start,end} non-nil as well as bound. Report an error if
12553 we can't grok the mode.
12554
12555 1998-09-13 Richard Stallman <rms@gnu.org>
12556
12557 * simple.el (blink-matching-open): Don't log paren matching
12558 messages in *Messages*.
12559
12560 1998-09-12 Richard Stallman <rms@gnu.org>
12561
12562 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12563 Set point-before-scroll at end even if there was an error.
12564
12565 * ange-ftp.el (ange-ftp-insert-file-contents):
12566 Use binary mode for dumb-unix hosts as for unix hosts.
12567 (ange-ftp-copy-file-internal): Likewise.
12568
12569 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12570
12571 * emacs-lisp/pp.el: Doc fixes.
12572
12573 * wid-edit.el (widget-menu-max-shortcuts): New variable.
12574 (widget-choose): Don't use single-char shortcuts if # items
12575 exceeds that many. Use minibuffer instead.
12576
12577 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12578
12579 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12580
12581 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
12582
12583 * speedbar.el (speedbar-frame-mode): Do not set frame position if
12584 in terminal mode.
12585
12586 1998-09-10 Noah Friedman <friedman@splode.com>
12587
12588 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12589 defcustom declaration. It's wreaking too much havoc with XEmacs
12590 and older versions of Emacs, which share this code.
12591
12592 * type-break.el (type-break-mode): Here also.
12593
12594 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12595 `t' to add-hook also to modify the new local value.
12596
12597 1998-09-10 Dave Love <fx@gnu.org>
12598
12599 * vc.el (vc-insert-headers): Doc fix.
12600
12601 1998-09-10 Richard Stallman <rms@gnu.org>
12602
12603 * textmodes/flyspell.el (flyspell-mode-on): Make the
12604 ispell-... variables permanent locals.
12605 (flyspell-mode-off): Add autoload cookie.
12606
12607 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12608 do use binary mode, just as for `unix'.
12609 (ange-ftp-host-type): If HOST is nil, return `unix'.
12610
12611 * dired.el (dired-mark-files-containing-regexp):
12612 Don't scan directories. Ignore non-readable files.
12613
12614 * progmodes/compile.el (compilation-error-regexp-alist):
12615 Fix previous change: allow . and _ in command name.
12616
12617 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12618
12619 * uncompress.el (uncompress-while-visiting):
12620 Use just the car of what find-operation-coding-system returns.
12621
12622 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12623
12624 * shell.el (shell-file-name-quote-list): Add # to the value.
12625
12626 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
12627
12628 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
12629 to make killing of ispell process work even if
12630 kill-all-local-variables has been run.
12631
12632 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12633
12634 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12635 loop when sexp entry ends at end of file with no newline.
12636
12637 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12638
12639 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12640 (Custom-reset-standard): Fix menu inconsistency.
12641
12642 * mail/feedmail.el (feedmail-from-line): Allow t.
12643 (feedmail-message-id-suffix): Allow nil.
12644
12645 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12646 Simplify. Make prefix arg work right.
12647
12648 1998-09-09 Dave Love <fx@gnu.org>
12649
12650 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12651
12652 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
12653
12654 1998-09-08 Dave Love <fx@gnu.org>
12655
12656 * add-log.el (change-log-font-lock-keywords): Do parenthesized
12657 stuff only after file names or at start of line. Allow parens
12658 around e-mail, as well as angles.
12659
12660 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
12661 ignore-errors too, eval'd when compile. Require w3 stuff at load
12662 time for nicer failure if it's not available.
12663
12664 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
12665
12666 * comint.el (comint-arguments): Ignore backslashes when using
12667 w32 shells that expect backslashes as the directory separator.
12668
12669 1998-09-04 Kenichi Handa <handa@etl.go.jp>
12670
12671 * international/fontset.el (resolved-ascii-font): New variable.
12672 (x-complement-fontset-spec): By side effect, set
12673 `resolved-ascii-font' to the resolved name of ASCII font."
12674 (create-fontset-from-fontset-spec): Don't get a value for
12675 resolved-ascii-font from the list full-fontlist. It is set by
12676 x-complement-fontset-spec now.
12677
12678 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12679 version, check the value of mule-version.
12680
12681 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
12682
12683 * textmodes/reftex.el (reftex-view-crossref): Split up into
12684 several functions. No longer moves to find a macro.
12685 (reftex-view-cr-cite, reftex-view-cr-ref,
12686 reftex-end-of-bib-entry): New functions.
12687 (reftex-auto-view-crossref): New value `window' allowed.
12688 (reftex-view-crossref-when-idle): Process new `window' option in
12689 (reftex-translate-to-ascii-function): New default.
12690 (reftex-label-illegal-re): Default changed, removed Latin1.
12691 (reftex-latin1-to-ascii): New function.
12692 (reftex-what-environment): Check for section regexp before use.
12693 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
12694 absolute path names.
12695 (reftex-TeX-master-file): Changed sequence of file checks.
12696 (reftex-do-citation): bibview cache only with RefTeX mode on.
12697
12698 1998-09-06 Richard Stallman <rms@gnu.org>
12699
12700 * progmodes/compile.el (compilation-error-regexp-alist):
12701 In first pattern (GNU utilities and other things),
12702 allow a space after the optional program name at the beginning.
12703
12704 * mail/mail-hist.el (mail-hist-current-header-contents):
12705 Fix previous change: use mail-header-end.
12706
12707 1998-09-06 Bill Richter <richter@math.nwu.edu>
12708
12709 * international/ccl.el: Doc fixes.
12710 * international/encoded-kb.el: Doc fixes.
12711 * international/fontset.el: Doc fixes.
12712 * international/kinsoku.el: Doc fixes.
12713 * international/kkc.el: Doc fixes.
12714 * international/mule-cmds.el: Doc fixes.
12715 * international/mule-conf.el: Doc fixes.
12716 * international/mule-util.el: Doc fixes.
12717 * international/mule.el: Doc fixes.
12718
12719 1998-09-05 Eric Ludlam <zappo@gnu.org>
12720
12721 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
12722 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
12723 (checkdoc-this-string-valid-engine): Permit ? as terminating
12724 punctuation for first line sentence breaking.
12725 (checkdoc-this-string-valid): When converting a comment into a doc
12726 string, make sure " chars are \".
12727 (checkdoc-sentencespace-region-engine): Only do double space check
12728 if based on the variable `sentence-end-double-space'
12729 (checkdoc-this-string-valid-engine): ? ends valid sentence.
12730 (checkdoc-proper-noun-region-engine): Exclude items in URLs
12731
12732 1998-09-04 Richard Stallman <rms@gnu.org>
12733
12734 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12735 Recognize define-skeleton as a function definer.
12736
12737 * cus-edit.el (customize-option): Refuse to customize
12738 a variable that has no defcustom. But if variable is autoloaded,
12739 first try to load the library that defines it.
12740
12741 * international/iso-insert.el: Use `string' before calling `insert'
12742 so that in multibyte buffers we insert multibyte chars.
12743
12744 * dired.el (dired-mark-files-containing-regexp):
12745 Don't use find-file; instead, insert the file in a temp buffer.
12746
12747 * textmodes/tex-mode.el (tex-start-options-string): New option.
12748 (tex-start-tex): Use that variable.
12749
12750 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
12751 value in the `repeat' alternative a list.
12752
12753 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
12754 the inserted newline, verify that one was really inserted.
12755
12756 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
12757 remains on or remains off.
12758 (flyspell-multi-language-p): Default changed to nil.
12759
12760 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
12761 In "found in comment" case, don't beginning-of-line after forward-line.
12762
12763 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
12764 If the function definition is not a lambda, return original FORM
12765 with no error.
12766
12767 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
12768
12769 * net-utils.el (netstat-program-options): Changed from nil to "-a"
12770 so that by default netstat shows all network connections.
12771
12772 1998-09-04 Bob Weiner <weiner@altrasoft.com>
12773
12774 * international/quail.el: Doc fixes.
12775
12776 * info.el (info): Don't add parens if FILE already has them.
12777
12778 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
12779
12780 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
12781 on extension lines.
12782
12783 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
12784
12785 * w32-fns.el (w32-shell-dos-semantics): New function.
12786
12787 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
12788
12789 * international/quail.el (quail-choose-completion-string): Store
12790 completion `choice' in `quail-current-str'; don't insert it.
12791
12792 1998-09-02 Kenichi Handa <handa@etl.go.jp>
12793
12794 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
12795 argument to ps-mule-generate-bitmap-font.
12796
12797 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
12798 entry and change Latin-1 entry in the default value.
12799 (ps-mule-font-info-database-ps-bdf): New variable.
12800 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
12801 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
12802 registerd in FONT-SPEC.
12803 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
12804 charcter width of bitmap fonts.
12805 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
12806 procedure NF.
12807 (ps-begin-file): Output PostScript code for setting
12808 SpaceWidthRatio.
12809 (ps-plot-region): Use line-beginning-position to get a position of
12810 the beginning of the current line.
12811
12812 * international/mule-cmds.el (register-input-method): Doc-string
12813 modified.
12814
12815 1998-09-01 Dave Love <fx@gnu.org>
12816
12817 * international/mule-cmds.el (current-language-environment): Fix
12818 setter function.
12819
12820 1998-09-01 Simon Marshall <simon@gnu.org>
12821
12822 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
12823 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
12824 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
12825 names with font-lock-type-face. Fontify type specs, etc., with
12826 font-lock-keyword-face.
12827
12828 1998-08-31 Kenichi Handa <handa@etl.go.jp>
12829
12830 * international/fontset.el (x-complement-fontset-spec): If ASCII
12831 font is specified in FONTLIST, don't substitute it for the
12832 resolved name.
12833
12834 1998-08-31 Paul Eggert <eggert@twinsun.com>
12835
12836 * international/mule.el (charset-description): Doc fix.
12837
12838 * language/chinese.el, language/cyrillic.el, language/czech.el,
12839 language/devanagari.el, language/ethiopic.el,
12840 language/european.el, language/hebrew.el, language/indian.el,
12841 language/japanese.el, language/korean.el, language/lao.el,
12842 language/slovak.el, language/thai.el, language/tibetan.el,
12843 language/vietnamese.el:
12844 Add coding: local variable, to avoid bootstrapping problem
12845 if you need to recompile all the Lisp files using interpreted code.
12846
12847 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12848
12849 * cal-china.el (chinese-year-cache): Change range of years from
12850 1989-2000 to 1990-2010.
12851
12852 1998-08-29 Dave Love <d.love@dl.ac.uk>
12853
12854 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
12855 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
12856
12857 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12858
12859 * ps-print.el (ps-print-control-characters): Doc-string modified.
12860 (ps-output-string-prim): Comment format changed.
12861 (ps-do-despool): Indentation of source code changed.
12862
12863 1998-08-28 Kenichi Handa <handa@etl.go.jp>
12864
12865 * subr.el (sref): Make it an alias of aref. Make the
12866 byte-compiler warn that it is obsolete.
12867 (char-bytes): Make the byte-compiler warn that it is obsolete.
12868
12869 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
12870 Calculate the total bytes using position-bytes instead of
12871 char-bytes.
12872
12873 1998-08-27 Karl Heuer <kwzh@gnu.org>
12874
12875 * snmp-mode.el: New file.
12876 * files.el (auto-mode-alist): Add snmp-mode patterns.
12877
12878 1998-08-27 Karl Eichwalder <ke@suse.de>
12879
12880 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
12881
12882 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12883
12884 * calendar/diary-lib.el (diary-block): Doc fix..
12885 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
12886
12887 1998-08-27 Richard Stallman <rms@gnu.org>
12888
12889 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
12890 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
12891 Clear appt-mode-string if we don't put something in it.
12892
12893 1998-08-27 Dave Love <fx@gnu.org>
12894
12895 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
12896 dired-local-variables-file for dired-x.
12897
12898 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
12899 for compressed library files too.
12900
12901 1998-08-26 Kenichi Handa <handa@etl.go.jp>
12902
12903 * language/european.el ("Latin-1"): Modify `documentation' key value.
12904 ("Latin-2"): Likewise.
12905
12906 1998-08-26 Karl Heuer <kwzh@gnu.org>
12907
12908 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
12909
12910 1998-08-26 Albert L. Ting <alt@artisan.com>
12911
12912 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
12913 (mail-hist-current-header-contents): Use mail-text-start.
12914
12915 1998-08-26 Richard Stallman <rms@gnu.org>
12916
12917 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
12918 (customize-changed-options-previous-release): New variable.
12919 (customize-changed-options): Use that variable as default arg.
12920
12921 1998-08-26 Karl Eichwalder <ke@suse.de>
12922
12923 * midnight.el: Require `timer' not only when compiling.
12924
12925 1998-08-26 Per Starback <starback@update.uu.se>
12926
12927 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12928 buffer before creating help group.
12929
12930 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12931
12932 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
12933 coding-system-for-write before saving.
12934
12935 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
12936
12937 * isearch.el (isearch-forward): Doc fix.
12938
12939 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
12940
12941 * emacs-lisp/find-func.el: Fix :version tags to have a string
12942 value, not a float.
12943
12944 * cus-dep.el: Fix typo in output.
12945
12946 1998-08-25 Dave Love <fx@gnu.org>
12947
12948 * repeat.el (repeat): Doc fix.
12949 [From rms:]
12950 (repeat-previous-repeated-command): New variable.
12951 (repeat): Check for real-last-command being null or repeat. Set
12952 repeat-previous-repeated-command.
12953
12954 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
12955
12956 1998-08-25 Kenichi Handa <handa@etl.go.jp>
12957
12958 * gnus/message.el (message-send-mail-with-sendmail): Bind
12959 coding-system-for-write by the return value of
12960 select-message-coding-system.
12961 (message-send-mail-with-qmail): Likewise.
12962
12963 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
12964
12965 * emacs-lisp/autoload.el: Fix doc-string-elt property on
12966 define-derived-mode.
12967
12968 * files.el (file-name-invalid-regexp):
12969 Fix regex for ms-dos without long file names.
12970
12971 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12972
12973 * ps-print.el: Multi-byte buffer handling.
12974 (ps-print-version): New version number (4.0) and doc fix.
12975 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
12976 compilation for GNU Emacs and emacsens.
12977 (ps-generate-postscript-with-faces): Force invisible text to be
12978 visible.
12979 (dos-ps-printer): New var to avoid compilation gripes.
12980
12981 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12982
12983 * ps-print.el (ps-mule-plot-string): Pay attention to the case
12984 that no more characters can't be printed in the current line.
12985
12986 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12987
12988 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
12989 greater than TO.
12990
12991 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12992
12993 * ps-print.el: Add codes to make ps-print.el work also on Emacs
12994 20.2 and the earlier version.
12995 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
12996 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
12997 (ps-mule-find-wrappoint): Likewise.
12998 (ps-mule-generate-font): Change `X' to `x' in format
12999 control-string.
13000 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13001 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13002 `restore' form procedures `BC' and `EC'.
13003
13004 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13005
13006 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13007 is an executable procedure. Make LineThickness, Xshadow, and
13008 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13009 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13010 ps-mule-font-info-database-bdf): New vars.
13011 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13012 (ccl-encode-ethio-unicode): New CCL program.
13013 (ps-mule-encode-ethiopic): New fun.
13014 (ps-mule-current-charset): New var.
13015 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13016 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13017 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13018 (ps-mule-external-libraries): New var.
13019 (ps-mule-init-external-library): New fun.
13020 (ps-mule-font-cache): New var.
13021 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13022 (ps-last-font): New var.
13023 (ps-mule-prepare-font): New fun.
13024 (ps-mule-charset-list): New var.
13025 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13026 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13027 ps-mule-plot-string): New funs.
13028 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13029 New vars.
13030 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13031 ps-mule-prepare-cmpchar-font): New funs.
13032 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13033 vars.
13034 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13035 ps-mule-generate-bitmap-glyph): New funs.
13036 (ps-mule-initialize, ps-mule-begin): New funs.
13037 (ps-output-string-prim): Insert string as unibyte.
13038 (ps-output-prologue): New fun.
13039 (ps-flush-output): Handle the case of 'prologue.
13040 (ps-begin-file): Call ps-mule-initialize.
13041 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13042 printing multibyte characters.
13043 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13044 (ps-basic-plot-string): Handle the case of printing ASCII
13045 characters by external libraries (e.g. BDF).
13046 (ps-set-font): Set ps-last-font.
13047 (ps-plot-region): Handle multibyte characters, use
13048 ps-mule-plot-string for them.
13049 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13050
13051 * bdf.el: New file.
13052
13053 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13054
13055 * international/mule-cmds.el (select-message-coding-system): New
13056 function.
13057 (set-language-environment-coding-systems): Set
13058 default-sendmail-coding-system.
13059
13060 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13061 (default-sendmail-coding-system): New variable.
13062 (sendmail-send-it): Encode the message by a coding system
13063 select-message-coding-system returns.
13064
13065 1998-08-23 Eric Ludlam <zappo@gnu.org>
13066
13067 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13068 (speedbar-mode): Set buffer to read only.
13069 (speedbar-temp-buffer-show-function): For emacs don't call hook
13070 with arguments.
13071 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13072
13073 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13074
13075 * speedbar.el (speedbar-key-map): Fix typo.
13076
13077 See ChangeLog.7 for earlier changes.