(regexp-opt-depth): Fix regexp.
[bpt/emacs.git] / lisp / ChangeLog
1 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
4
5 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
6 (add-minor-mode): Don't make the variable buffer-local and add a
7 reference to define-minor-mode in the docstring.
8
9 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10 HEADER/FOOTER and fix bug with trailing empty directory.
11 (cvs-append-to-ignore): Use vc-editable-p if available.
12 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13 (vc-do-command): Tweak advice to handle the new VC.
14
15 * log-view.el (log-view-goto-rev): New function for the new VC.
16 (log-view-minor-wrap): Use mark-active.
17
18 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19 (log-edit-changelog-full-paragraphs): New var.
20 (log-edit-insert-changelog): Remove a lonely leading `* file'.
21 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
22 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
23 (log-edit-changelog-ours-p, log-edit-changelog-entries)
24 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
25 Replace the `cvs' prefix with `log-edit'.
26
27 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
28
29 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
30 (diff-font-lock-defaults): Explicitly turn off multiline.
31 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
32 (diff-ediff-patch): Fix call to ediff-patch-file.
33 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
34 Handle comments.
35
36 * frame.el (automatic-hscrolling): Typo.
37
38 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
39
40 2000-05-09 Sam Steingold <sds@goems.com>
41
42 * apropos.el (apropos-print): use `describe-face' instead of
43 `customize-face-other-window'.
44
45 2000-05-09 Dave Love <fx@gnu.org>
46
47 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
48
49 * help.el (describe-variable): Have customize button pop the
50 help-xref stack when invoked.
51 (help-xref-symbol-regexp): Add `face'.
52 (help-make-xrefs): Check for quoted face names and adapt regexp
53 submatch numbers to cope.
54 (help-xref-interned): Maybe insert face doc too. Separate
55 sections with a line of hyphens.
56
57 * faces.el: Some doc fixes. Declare some functions obsolete.
58 (describe-face): Add customize button. Return the help
59 text. Fix prompt.
60
61 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
62
63 * term/internal.el (IT-character-translations): Fix last change.
64
65 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
66
67 * woman.el: New file
68 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
69
70 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
71
72 * term/internal.el (IT-character-translations): Update ASCII
73 simulations for greek-iso8859-7, add latin-iso8859-14 and
74 latin-iso8859-15.
75
76 * international/mule-cmds.el (set-language-info-alist): Call
77 define-prefix-command with 3 arguments, to make the map suitable
78 for a menu.
79
80 2000-05-07 Dave Love <fx@gnu.org>
81
82 * time.el: Small doc fixes from Pavel Janic.
83
84 2000-05-05 Dave Love <fx@gnu.org>
85
86 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
87 list in doc string. Don't quote keyword symbols.
88 * emacs-lisp/cl.el: Likewise
89 * emacs-lisp/cl-seq.el: Likewise
90
91 2000-05-05 Gerd Moellmann <gerd@gnu.org>
92
93 * abbrev.el (abbrev-mode): Make ARG optional.
94
95 2000-05-04 Gerd Moellmann <gerd@gnu.org>
96
97 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
98
99 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
100
101 * subr.el (substitute-key-definition): Clarify documentation.
102
103 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
104
105 * glasses.el (glasses-convert-to-unreadable): Use
106 `glasses-separator' instead of the hard-wired "_".
107 (glasses-mode): Call `glasses-make-unreadable' only in a single
108 place.
109
110 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
111
112 * term/internal.el (cjk-codepages-alist): Add associations for
113 Chinese and Korean codepages. Remove FIXME comment.
114
115 2000-05-03 Dave Love <fx@gnu.org>
116
117 * time.el (display-time-mail-face, display-time-use-mail-icon):
118 New option.
119 (display-time-mail-icon): New variable.
120 (display-time-string-forms): Use the above. Fix the local-map.
121
122 2000-05-03 Gerd Moellmann <gerd@gnu.org>
123
124 * replace.el (query-replace-map): Add binding for `E'.
125 (query-replace-help): Extend help text.
126 (perform-replace): Allow editing the replacement string.
127
128 * make-mode.el (makefile-mode-abbrev-table): New variable.
129 (makefile-mode): Set local abbrev table to
130 makefile-mode-abbrev-table.
131 (makefile-font-lock-keywords): Fontify includes and conditionals.
132
133 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
134 set TOGGLE's value.
135
136 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
137 mail-interactive-insert-alias.
138 (mail-abbrev-complete-alias): New command.
139 (mail-mode-map): Bind it to `M-TAB'.
140
141 2000-05-03 Kenichi Handa <handa@etl.go.jp>
142
143 * language/lao-util.el (lao-compose-region): New function.
144
145 2000-05-02 Gerd Moellmann <gerd@gnu.org>
146
147 * files.el (recover-session): Make directories as necessary
148 if they don't exist yet.
149
150 * calendar/cal-french.el
151 (french-calendar-multibyte-special-days-array)
152 (french-calendar-special-days-array): Change French text.
153 (calendar-french-date-string): Change output.
154 (calendar-goto-french-date): Likewise.
155
156 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
157
158 * wid-edit.el (widget-default-active): Obey `:always-active'.
159 (widget-documentation-string-value-create): Set `:always-active'.
160
161 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
162
163 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
164 default prefix to `~/_emacs.d/auto-save.list/_s'.
165 (normal-top-level): Create the directory for auto-save files, if
166 it doesn't already exist (in the ms-dos case only).
167
168 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
169
170 * international/mule-cmds.el (set-language-environment): Don't
171 concat an integer (dos-codepage), use format instead.
172
173 2000-05-02 Dave Love <fx@gnu.org>
174
175 * help.el (help-xref-on-pp): Check for constant symbols.
176
177 2000-04-29 Gerd Moellmann <gerd@gnu.org>
178
179 * startup.el (normal-top-level): Put a condition-case around
180 the code loading subdirs.el.
181
182 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
183
184 * ps-print.el: Upside-down and face background color printing,
185 line number step, doc fix.
186 (ps-print-version): New version number (5.2).
187 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
188 (ps-face-attribute-list, ps-plot-with-face): Code fix.
189 (ps-spool-config): Var fix.
190 (ps-printer-name-option): Const fix.
191 (ps-print-upside-down, ps-use-face-background)
192 (ps-line-number-step): New vars.
193 (ps-window-system, ps-lp-system): New consts.
194 (ps-face-background): New fun.
195
196 2000-04-28 Richard Stallman <rms@gnu.org>
197
198 * files.el (make-auto-save-file-name):
199 Apply auto-save-file-name-transforms to visited file name
200 before generating auto save file name.
201 (auto-save-file-name-transforms): New variable.
202
203 * files.el (backup-enable-predicate):
204 Correctly test for a file under a temporary directory.
205
206 2000-04-28 Gerd Moellmann <gerd@gnu.org>
207
208 * subr.el (add-minor-mode): Rewritten.
209
210 2000-04-28 Kenichi Handa <handa@etl.go.jp>
211
212 * mail/sendmail.el (sendmail-send-it): Set
213 buffer-file-coding-system to the selected coding system for MIME
214 header.
215
216 2000-04-27 Gerd Moellmann <gerd@gnu.org>
217
218 * dired.el (dired-move-to-filename-regexp): Allow format where
219 YYYY is followed by two spaces.
220
221 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
222 in the second character class of the regexp.
223
224 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
225 mh-etc, too.
226
227 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
228 nil.
229
230 * subr.el (add-minor-mode): Use `set' instead of `setq'.
231
232 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
233 argument.
234
235 2000-04-27 Sen Nagata <sen@eccosys.com>
236
237 * emacs-lisp/crm.el (crm-completion-table): New variable.
238 (crm-collection-fn, crm-test-completion)
239 (completing-read-multiple): Use it.
240
241 2000-04-27 Dave Love <fx@gnu.org>
242
243 * help.el (locate-library): Use mapc.
244 (help-manyarg-func-alist): Add call-process-region.
245
246 2000-04-26 Gerd Moellmann <gerd@gnu.org>
247
248 * subr.el (add-minor-mode): Make argument MAP optional.
249
250 * desktop.el (desktop-save): Save list of minor modes.
251 (desktop-create-buffer): Restore minor modes.
252 (desktop-minor-mode-table): New user-option.
253
254 * subr.el (add-minor-mode): New function.
255
256 * image.el (find-image): New function.
257 (defimage): Rewritten to find image at load time.
258
259 * startup.el (normal-top-level-add-to-load-path): Handle
260 case that the default directory is not in load-path.
261
262 * help.el: Old patch from Stefan Monnier.
263 (help-xref-on-pp): New function.
264 (describe-variable): Use it to display xrefs in a symbol's value.
265
266 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
267
268 * cus-edit.el (custom-face): Fix parenthesis.
269
270 2000-04-26 Kenichi Handa <handa@etl.go.jp>
271
272 * mail/rmail.el (rmail-expunge): When there are no deleted
273 messages, do nothing.
274
275 2000-04-26 Dave Love <fx@gnu.org>
276
277 * international/mule-cmds.el (locale-translation-file-name):
278 Defvar to nil.
279 (set-locale-environment): Set it here (at runtime).
280
281 2000-04-25 Gerd Moellmann <gerd@gnu.org>
282
283 * replace.el (perform-replace): Add parameters START and END. Use
284 them instead of the check for a region in Transient Mark mode.
285 (query-replace-read-args): Return two more list elements for the
286 start and end of the region in Transient Mark mode.
287 (query-replace, query-replace-regexp, query-replace-regexp-eval)
288 (map-query-replace-regexp, replace-string, replace-regexp): Add
289 optional last arguments START and END and pass them to
290 perform-replace.
291
292 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
293 form with additional arguments for perform-replace.
294
295 * progmodes/etags.el (tags-query-replace): Add parameters START
296 and END. Construct a form with additional arguments for
297 perform-replace.
298
299 * simple.el (shell-command): Set default directory for "*Shell
300 Command Output" buffer.
301
302 * language/european.el (iso-latin-4): Fix typo.
303
304 * emacs-lisp/crm.el: New file.
305
306 2000-04-24 Dave Love <fx@gnu.org>
307
308 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
309 (Custom-reset-saved, Custom-reset-standard)
310 (custom-group-value-create, custom-group-set, custom-group-save)
311 (custom-group-reset-current, custom-group-reset-saved)
312 (custom-group-reset-standard): Use mapc.
313 (custom-buffer-create-internal): Disable undo when creating items.
314 Use mapc.
315 (custom-face): Avoid redundant lambda.
316
317 2000-04-24 Gerd Moellmann <gerd@gnu.org>
318
319 * startup.el (auto-save-list-file-prefix): Set default to
320 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
321
322 2000-04-24 Sam Steingold <sds@gnu.org>
323
324 * time-stamp.el (time-stamp-string-preprocess): Always convert
325 `field-result' to a string.
326
327 2000-04-24 Gerd Moellmann <gerd@gnu.org>
328
329 * frame.el (scrolling): New group.
330 (automatic-hscrolling): New user-option.
331
332 * startup.el (command-line-x-option-alist): Add `-lsp' and
333 `--line-spacing'.
334
335 2000-04-19 Dave Love <fx@gnu.org>
336
337 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
338 (cl-mapc): Rename from mapc. Fix the funcall.
339
340 2000-04-19 Gerd Moellmann <gerd@gnu.org>
341
342 * simple.el (clone-indirect-buffer-other-window): New command.
343 (clone-indirect-buffer): Add optional arg NORECROD.
344 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
345
346 * help.el (resize-temp-buffer-window): Use count-screen-lines.
347
348 * window.el (count-screen-lines): New function.
349 (shrink-window-if-larger-than-buffer): Use count-screen-lines
350 instead of window-buffer-height.
351
352 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
353 non-existing variable comint-input-sentinel.
354 (inferior-lisp-args-to-list): Removed.
355 (inferior-lisp): Use split-string instead of
356 inferior-lisp-args-to-list.
357
358 * hexl.el (hexl-insert-hex-string): New command.
359
360 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
361 instead of concat.
362
363 2000-04-18 Gerd Moellmann <gerd@gnu.org>
364
365 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
366 at the start of an existing but empty folder.
367
368 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
369
370 * ps-mule.el: Customization fix, doc fix.
371 (ps-multibyte-buffer): Customization fix.
372
373 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
374
375 * subr.el (read-passwd): Use read-char-exclusive.
376
377 2000-04-17 Gerd Moellmann <gerd@gnu.org>
378
379 * textmodes/texinfo.el (texinfo-insert-@email)
380 (texinfo-insert-@emph, texinfo-insert-@quotation)
381 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
382 (texinfo-mode-map): Add key bindings for them.
383
384 * files.el (basic-save-buffer-2): Use a template with `$'
385 instead of `#' for VMS.
386
387 * simple.el (clone-indirect-buffer): New function.
388
389 2000-04-16 Stephen Eglen <stephen@gnu.org>
390
391 * iswitchb.el (iswitchb-case): New function. If the user input
392 contains any upper-case characters, the search is made
393 case-sensitive.
394
395 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
396
397 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
398 comment-end.
399 (texinfo-font-lock-syntactic-keywords): New var.
400 (texinfo-font-lock-keywords): Remove comment regexp.
401 (texinfo-insert-block): New function.
402 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
403 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
404 and font-lock-defaults. Use regexp-opt for outline-regexp.
405 (texinfo-environments): New var.
406 (texinfo-environment-regexp): Use regexp-opt and
407 texinfo-environments.
408
409 * textmodes/ispell.el (ispell-menu-map-needed): Check that
410 ispell-process is bound since this might be eval'd before ispell
411 is loaded.
412 (ispell-message): Use a tiny bit less magic and a bit more hard
413 data to figure out what kind of sc-cite-regexp to use.
414
415 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
416
417 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
418 (insert-cyclic-diary-entry): Unquote the lambda.
419
420 * gud.el (gud-jdb-build-source-files-list): Fix typo.
421
422 * files.el (backup-enable-predicate): Unquote the lambda.
423
424 * cus-edit.el (custom-face, face): Unquote the lambda.
425
426 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
427
428 * ps-print.el: Check for line-beginning-position definition.
429
430 * ps-print.el: Fix counting lines in a region.
431 (ps-print-version): New version number (5.1.5).
432 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
433 (ps-printing-region): Fun code fix.
434
435 2000-04-15 Gerd Moellmann <gerd@gnu.org>
436
437 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
438 to file-directory-p.
439
440 2000-04-14 Gerd Moellmann <gerd@gnu.org>
441
442 * gud.el (gud-jdb-build-source-files-list): Check that directory
443 exists before calling directory-files.
444
445 2000-04-13 Dave Love <fx@gnu.org>
446
447 * emacs-lisp/trace.el: Change maintainer. Use new backquote
448 syntax.
449
450 * emacs-lisp/cl-specs.el: Remove when, unless.
451
452 * emacs-lisp/cl-extra.el: Don't quote keywords.
453 (cl-old-mapc): New variable.
454 (mapc): Use it.
455 (cl-map-intervals): Use with-current-buffer. Don't check for
456 next-property-change.
457 (cl-map-overlays): Use with-current-buffer.
458 (cl-expt): Remove.
459 (copy-tree, remprop): Define unconditionally.
460
461 * emacs-lisp/cl-compat.el (keywordp): Remove.
462
463 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
464 to use keywordp.
465 (edebug-spec): Enable keywordp.
466
467 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
468 string-lessp.
469
470 * cus-start.el: Use keywordp.
471
472 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
473
474 * diary-lib.el (include-other-diary-files): Fix the fix of
475 2000-02-18 by doing a save-excursion.
476
477 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
478
479 * ps-print.el: Customization fix, doc fix.
480 (ps-print-version): New version number (5.1.4).
481 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
482 (ps-print-preprint): Adjust code.
483 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
484 (ps-print-prologue-header, ps-print-control-characters)
485 (ps-spool-config): Customization fix.
486
487 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
488
489 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
490 converted to the new menu-item format, names silightly changed,
491 help strings added.
492
493 Support for spelling without async subprocesses:
494
495 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
496 (ispell-session-buffer): New variables.
497 (ispell-start-process, ispell-process-status,
498 ispell-accept-output, ispell-send-string): New functions, for
499 Ispell invocation when async subprocesses aren't supported.
500 (ispell-word, ispell-pdict-save, ispell-command-loop,
501 ispell-process-line, ispell-buffer-local-parsing): Replace calls
502 to process-send-string with calls to ispell-send-string, and
503 accept-process-output with ispell-accept-output.
504 (ispell-init-process): Call ispell-process-status instead of
505 process-status with.
506 (ispell-init-process): Call ispell-start-process. Call
507 ispell-accept-output and ispell-send-string. Don't call
508 process-kill-without-query and kill-process if they are unbound.
509 (ispell-async-processp): New function.
510
511 2000-04-12 Dave Love <fx@gnu.org>
512
513 * info.el: Add debug-ignored-errors.
514 (Info-mode-menu): Add some items.
515 (Info-directory): Add autoload cookie.
516
517 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
518 Modify `truncate-lines'. Make `describe-language-environment'
519 always visible and add help. Modify `describe-key' help. Invoke
520 Info-directory from `info'. New entry `emacs-manual'.
521
522 2000-04-10 Gerd Moellmann <gerd@gnu.org>
523
524 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
525 propertized-buffer-identification.
526 (ebrowse-update-member-buffer-mode-line): Likewise.
527 (ebrowse--mode-strings): Removed.
528 (ebrowse--mode-line-props): Removed.
529
530 * files.el (auto-mode-alist): Add `EBROWSE'.
531
532 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
533 space before testing for end of buffer.
534 (ebrowse-load): Removed.
535 (ebrowse-revert-tree-buffer-from-file): Rewritten.
536 (ebrowse-create-tree-buffer): Rewritten.
537 (ebrowse-tree-mode): Read tree from buffer.
538
539 * progmodes/ebrowse-ffh.el: Removed.
540
541 2000-04-10 Kenichi Handa <handa@etl.go.jp>
542
543 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
544
545 2000-04-10 Gerd Moellmann <gerd@gnu.org>
546
547 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
548 at the wrong place.
549
550 2000-04-09 Dave Love <fx@gnu.org>
551
552 * files.el (backup-enable-predicate): Use
553 temporary-file-directory, small-temporary-file-directory.
554 (make-backup-file-name-function, backup-directory-alist): New
555 variables.
556 (make-backup-file-name-1): New function.
557 (make-backup-file-name): Use it.
558 (find-backup-file-name): Likewise. Use format for clarity, not
559 concat.
560 (file-newest-backup): Use make-backup-file-name.
561
562 2000-04-09 Gerd Moellmann <gerd@gnu.org>
563
564 * progmodes/ebrowse-ffh.el: New file.
565
566 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
567 to ebrowse-ffh.el.
568 (ebrowse-load): Add autoload.
569
570 * finder.el (finder-commentary): Add autoload cookie.
571
572 * mail/rfc2368.el: Correct author's email address.
573
574 * progmodes/ebrowse.el: New file.
575
576 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
577 item help string.
578 (easy-menu-do-add-item): Ditto.
579 (easy-menu-define): Extend doc string.
580
581 * jit-lock.el (with-buffer-unmodified): Use
582 restore-buffer-modified-p.
583 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
584 (jit-lock-function, jit-lock-stealth-fontify): Don't use
585 with-buffer-unmodified.
586
587 2000-04-08 Dave Love <fx@gnu.org>
588
589 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
590 unless, when.
591
592 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
593
594 * viper-util.el (viper-put-on-search-overlay): New subroutine.
595 (viper-flash-search-pattern): No operation when using Emacs
596 doesn't support face.
597 Use `viper-put-on-search-overlay'.
598
599 2000-04-04 Gerd Moellmann <gerd@gnu.org>
600
601 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
602 like C-r.
603
604 * progmodes/make-mode.el: Some doc fixes.
605 (makefile-mode-abbrev-table): New variable.
606 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
607 (makefile-font-lock-keywords): Fontify includes and conditionals.
608 (toplevel): Require `dabbrev' and `add-log' when compiling.
609
610 * replace.el (perform-replace): Don't move forward one char
611 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
612 to do that because it leaves point 1 position after the last
613 replacement, after everything has been replaced.
614
615 * jit-lock.el (with-buffer-unmodified): New macro.
616 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
617 modified state.
618 (jit-lock-function-1): Extracted from jit-lock-function; not
619 preserving buffer's modified state.
620 (jit-lock-function, jit-lock-stealth-fontify): Call
621 jit-lock-function-1.
622
623 * mail/rfc2368.el: Remove supernumerary copyright line.
624
625 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
626
627 * glasses.el: Provide facilities for inserting space before left
628 parentheses and uncapitalization of identifiers.
629 (glasses-mode): Try to remove old overlays in all cases.
630
631 2000-04-03 Gerd Moellmann <gerd@gnu.org>
632
633 * progmodes/compile.el (compile-internal): Display the compilation
634 buffer in a different frame, if it's already displayed there.
635
636 * mail/rfc2368.el: New file.
637
638 * simple.el (sendmail-user-agent-compose): Recognize a `body'
639 header and insert its value as mail body.
640
641 * subr.el (member-ignore-case): New function.
642
643 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
644 (dabbrev--find-expansion): Ignore buffers matching a regexp
645 from dabbrev-ignored-regexps.
646
647 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
648 to extensions handled by gzip.
649
650 2000-04-03 Richard M. Stallman <rms@gnu.org>
651
652 * files.el (insert-directory): List the total free space
653 along with the used space.
654
655 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
656 line is followed by one that matches CITATION-REGEXP, end the
657 paragraph.
658
659 2000-04-03 Markus Rost <rost@delysid.gnu.org>
660
661 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
662 (rmail-make-basic-summary-line): Use that option.
663
664 2000-04-03 Kenichi Handa <handa@etl.go.jp>
665
666 * international/mule-cmds.el (encoded-string-description):
667 Rewritten. Try pretty description for ISO 2022 escape sequences
668 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
669 for hexadecimal format.
670
671 2000-04-01 Dave Love <fx@gnu.org>
672
673 * cpp.el: Change customization group to `c' from `C'.
674
675 * vcursor.el (vcursor-move): Use display-color-p.
676
677 * international/mule-util.el: Provide mule-utils.
678 (string-to-sequence): Simplify and speed up.
679
680 * international/mule.el (make-coding-system): Purecopy doc-string.
681
682 * international/mule-cmds.el: Various menu changes.
683 (describe-specified-language-support): Handle `Default'.
684 (set-language-info): Purecopy `info'.
685
686 2000-03-31 Andrew Innes <andrewi@gnu.org>
687
688 * vc.el (vc-backend-diff): Return the correct status if we had to
689 retry the rcsdiff command without the --brief option.
690
691 2000-03-31 Dave Love <fx@gnu.org>
692
693 * help.el (help-manyarg-func-alist): Correct several omissions.
694
695 * add-log.el: Don't require cl, fortran.
696 (add-log-current-defun-function): Doc fix.
697 (change-log-version-number-regexp-list): Remove SCCS part. Doc
698 fix.
699 (change-log-version-rcs): Function deleted.
700 (change-log-version-number-search): Doc fix. Use
701 vc-workfile-version. Avoid CL dolist.
702 (add-change-log-entry): Just call add-log-current-defun to get
703 defun. Simplify somewhat.
704 (change-log-get-method-definition-1): Likewise.
705 (add-log-current-defun): Return nil if calling
706 add-log-current-defun-function does so. Move Fortran stuff to
707 fortran.el. Return string without properties.
708
709 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
710 and :alpha: char classes.
711
712 * mail/supercite.el: Defvar curline when compiling.
713 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
714 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
715 rather than a-zA-Z0-9 to allow non-ASCII characters.
716
717 2000-03-31 Gerd Moellmann <gerd@gnu.org>
718
719 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
720
721 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
722 Re-enable new code.
723
724 * lpr.el (print-region-1): Use -d to specify printer name for
725 systems `usg-unix-v*, `dgux', `hpux', `irix'.
726
727 2000-03-31 Dave Love <fx@gnu.org>
728
729 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
730 for function definition in symbol's function value slot first
731 instead of first consulting byte-compile-function-environment.
732
733 2000-03-31 Kenichi Handa <handa@etl.go.jp>
734
735 * language/european.el ("Polish"): New language environment.
736 (setup-polish-environment): New function.
737
738 2000-03-30 Gerd Moellmann <gerd@gnu.org>
739
740 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
741 Disable new code.
742
743 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
744 trying to `load' the symbol of an autoload instead of the file
745 recorded in the autoload. Fix error messages.
746
747 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
748
749 * ps-print.el: PostScript programming fix for ghostview, doc fix.
750 (ps-print-version): New version number (5.1.3).
751 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
752 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
753 (ps-generate-postscript-with-faces): Code fix.
754 (ps-color-values): XEmacs compatibility.
755 (ps-print-background-image, ps-print-background-text, ps-printer-name)
756 (ps-default-fg, ps-default-bg): Adjust customization.
757 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
758 (ps-color-scale): Renaming old ps-color-value fun.
759 (ps-print-headers): Replace ps-print-header group to avoid conflict
760 with ps-print-header variable.
761 (ps-print-miscellany): New group.
762 (ps-format-color, ps-rgb-color): New funs.
763 (ps-default-foreground): New var.
764 (ps-printer-name-option): New const.
765
766 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
767
768 * net/net-utils.el:
769 (network-connection-host, network-connection-service): New variables
770 (network-connection-mode): New mode, derived from comint-mode
771 (network-connection-mode-setup): New function, saves host and
772 service information in local variables.
773
774 * lisp/locate.el:
775 (locate-word-at-point): Added this function
776 (locate): Default to using locate-word-at-point as input
777 Run dired-mode-hook
778
779 2000-03-29 Dave Love <fx@gnu.org>
780
781 * calendar/appt.el: Doc fixes.
782 (appt-check): Convert min-to-app to a string before passing to
783 appt-disp-window-function or concat.
784 (appt-delete-window): Remove test for frame-root-window.
785 (appt-select-lowest-window, appt-convert-time): Simplify.
786
787 * emacs-lisp/bytecomp.el: Doc fixes.
788 (byte-compile-file-form-autoload): Update
789 byte-compile-function-environment.
790
791 2000-03-29 Andreas Schwab <schwab@suse.de>
792
793 * emacs-lisp/autoload.el: Also print defsubst doc string
794 specially.
795
796 * dired.el (dired-insert-directory): If dired-free-space-program
797 failed just delete its output.
798
799 2000-03-29 Dave Love <fx@gnu.org>
800
801 * international/iso-cvt.el: Move provide to end. Doc fixes.
802 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
803 (iso-iso2sgml, iso-sgml2iso): New functions.
804 (iso-cvt-define-menu): Fix some entries and use backquote for
805 clarity.
806
807 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
808
809 2000-03-28 Gerd Moellmann <gerd@gnu.org>
810
811 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
812 ISO-DATE. If non-nil, return date in ISO 8601 format.
813
814 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
815
816 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
817 if it ever becomes used.
818 (log-edit-mode-hook): Default to vc-log-mode-hook.
819 (log-edit-mode): Fix the docstring.
820
821 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
822 the code.
823
824 2000-03-26 Dave Love <fx@gnu.org>
825
826 * net/browse-url.el (browse-url): Re-fix case of
827 browse-url-browser-function being an alist.
828 (browse-url): Add :link to defgroup.
829
830 * files.el: Doc fixes.
831 (file-truename): Include `[' in wildcard characters.
832 (automount-dir-prefix): Customize.
833 (find-file-wildcards): Add :version.
834 (find-file-noselect): Simplify a mapcar call.
835
836 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
837 compatible with inf-lisp version.
838 (eval-defun-1): Fix custom-declare-variable case.
839
840 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
841
842 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
843
844 2000-03-24 Gerd Moellmann <gerd@gnu.org>
845
846 * Makefile (COMPILE_FIRST): New macro.
847 (compile-files): Compile files from COMPILE_FIRST first.
848
849 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
850 code.
851
852 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
853 matching open parenthesis in column 0 to defun-prompt-regexp
854 only if open-paren-in-column-0-is-defun-start is set.
855
856 * sun-curs.el: Require CL at compile-time only.
857
858 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
859 instead of copy-list which is a function from CL.
860 (msb--choose-menu, msb--mode-menu-cond)
861 (msb--create-buffer-menu-2): Use dolist instead of mapc.
862 (msb--init-file-alist): Use mapcar instead of mapcan.
863 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
864 `(' in column 0 in doc string.
865 (msb--add-separators): Use mapcar instead of mapcan.
866
867 * cus-dep.el: Require CL at compile-time only.
868
869 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
870
871 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
872 (byte-compile-warnings): New warning `noruntime'.
873 (byte-compile-constants, byte-compile-variables): Fix docstring.
874 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
875 execute `eval-whenc-compile's body.
876 (byte-compile-unresolved-functions): Fix docstring.
877 (byte-compile-eval): New function.
878 (byte-compile-callargs-warn): Check if the function will be available
879 at runtime (via property `byte-compile-noruntime').
880 (byte-compile-print-syms): New function.
881 (byte-compile-warn-about-unresolved-functions): Also warn about
882 `noruntime' functions (and use `byte-compile-print-syms').
883 (byte-compile-file): Capitalize the message.
884
885 2000-03-24 Gerd Moellmann <gerd@gnu.org>
886
887 * mail/rmail.el (rmail-confirm-expunge): New user-option.
888 (rmail-expunge): Ask for confirmation depending on the setting
889 of rmail-confirm-expunge.
890
891 2000-03-23 Gerd Moellmann <gerd@gnu.org>
892
893 * Makefile (bootstrap-clean): If $(emacs) exists, build
894 loaddefs.el first. A loaddefs.el that's not up-to-date might
895 cause a bootstrap failure because things don't autoload as
896 expected.
897
898 2000-03-23 Dave Love <fx@gnu.org>
899
900 * net/browse-url.el: Restore previous use of
901 browse-url-maybe-new-window.
902
903 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
904
905 * ps-print.el: Skip banner page fix.
906 (ps-print-version): New version number (5.1.2).
907 (ps-begin-file, ps-end-file, ps-generate): Code fix.
908
909 2000-03-23 Dave Pearson <davep@davep.org>
910
911 * net/quickurl.el Changed the type of parameter passed to the
912 function defined by `quickurl-format-function'. Before only the
913 text of the URL was passed. Now the whole URL structure is passed
914 and the function is responsible for extracting the parts it
915 requires. Changed the default of `quickurl-format-function'
916 accordingly.
917 (quickurl-insert): Changed the `funcall' of
918 `quickurl-format-function' to match the above change.
919 (quickurl-list-insert): Changed the `url' case so that it makes
920 use of `quickurl-format-function', previous to this the format was
921 hard wired.
922
923 2000-03-22 Gerd Moellmann <gerd@gnu.org>
924
925 * startup.el: Change some spellings for the X Window System.
926
927 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
928
929 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
930 up the code and the regexp and make sure the cursor is temporarily
931 moved to the suspicious line while querying the user.
932
933 2000-03-22 Jason Rumney <jasonr@gnu.org>
934
935 * w32-fns.el (w32-charset-info-alist): Initialize.
936
937 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
938
939 * ps-print.el: N-up last page fix.
940 (ps-print-version): New version number (5.1.1).
941 (ps-end-file, ps-end-job, ps-generate): Code fix.
942
943 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
944
945 * files.el (find-file-run-dired): Update docstring.
946 (find-directory-functions): New hook.
947 (find-file-noselect): Run find-directory-functions rather than
948 calling dired directly.
949
950 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
951
952 * pcvs.el: Add a minimal leading commentary.
953 (cvs-make-cvs-buffer): Change the header part by removing the startup
954 message and adding a `Module' entry. Also replace the FOOTER and
955 HEADER special fileinfos with the new support in ewoc for updating
956 its own footer and header.
957 (cvs-update-header): Update to use the header/footer of the ewoc.
958 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
959 (cvs-is-within-p): New function.
960 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
961 to only examine some subset of the buffers.
962
963 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
964 `format' instead of our own ad-hoc functions.
965 Remove HEADER and FOOTER cases, now handled in the EWOC.
966 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
967
968 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
969 output to avoid scaring the user.
970 (cvs-parse-table): Catch message for non-up-to-date commits.
971
972 * pcvs-defs.el (cvs-startup-message): Remove.
973 (cvs-global-menu): New autoloaded menu.
974
975 * pcvs-util.el (cvs-string-fill): Remove.
976
977 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
978 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
979 PP part of it and also make it work for footers and headers.
980 (ewoc-create): Drop POS and BUFFER arguments.
981 Use the DLL's dummy node to store the end-of-footer position.
982 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
983 (ewoc-refresh): Remove unused `header' variable.
984 (ewoc-(get|set)-hf): New functions.
985
986 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
987 log-view-*-(message|file) and use easy-mmode-define-navigation.
988 (log-view-message-re): Match SCCS format as well.
989 And match the revision line rather than the dashed separator line.
990 (log-view-mode): Use the new define-derived-mode.
991 (log-view-current-tag): Fill in with an actual implementation.
992
993 * cvs-status.el (cvs-status-(prev|next)): Rename from
994 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
995 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
996 to let the output "breathe" a little more (more readable).
997 (cvs-status-mode): Use the new define-derived-mode.
998
999 * smerge-mode.el (smerge-auto-leave): New function and variable.
1000 (smerge-basic-map): Rename from smerge-basic-keymap.
1001 Change the bindings for smerge-diff-*.
1002 (smerge-*-map): Use easy-mmode-defmap.
1003 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1004 (smerge-keep-*): Use smerge-auto-leave.
1005
1006 2000-03-21 Jason Rumney <jasonr@gnu.org>
1007
1008 * cus-edit.el (custom-button-face): Use 3D look for w32.
1009 (custom-button-pressed-face): Likewise.
1010
1011 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1012
1013 * progmodes/etags.el (tags-case-fold-search): New user-option.
1014 (tags-loop-eval): New function. Bind case-fold-search around eval
1015 depending on the value of tags-case-fold-search.
1016 (tags-loop-continue): Use tags-loop-eval.
1017 (find-tag-in-order): Bind case-fold-search depending on the value
1018 of tags-case-fold-search.
1019
1020 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1021
1022 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1023 (diff-end-of-hunk): Return the end position for use in
1024 `easy-mmode-define-navigation'.
1025 (diff-recenter): Remove.
1026 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1027 of `easy-mmode-define-navigation'.
1028 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1029 previous renaming) and fix to use new names.
1030 (diff-merge-strings): Use \n as separator: simpler, faster.
1031 (diff-mode): Use `define-derived-mode'.
1032
1033 * derived.el (define-derived-mode): Don't autoload anymore.
1034 Prefer the macro-only version provided by easy-mmode.el.
1035
1036 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1037 `easy-mmode-define-derived-mode'.
1038 Use `combine-run-hooks'.
1039 (easy-mmode-define-navigation): New macro.
1040
1041 * subr.el (combine-run-hooks): New function.
1042
1043 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1044
1045 * term/x-win.el: Fontsets related initialization is simplified.
1046
1047 * international/mule-diag.el (describe-font): Don't refer to
1048 global-fontset-alist, instead call font-list.
1049 (describe-fontset, list-fontsets, mule-diag): Likewise.
1050 (print-fontset): Adjusted for the change of fontset
1051 implementation.
1052
1053 * international/fontset.el (x-charset-registries): Variable
1054 removed, instead the corresponding data is stored in the default
1055 fontset.
1056 (register-alternate-fontnames): Function removed.
1057 (resolved-ascii-font): Variable removed.
1058 (x-compose-font-name): Ignore the second argument REDOCE.
1059 (x-complement-fontset-spec): Complement only an ASCII font and
1060 element for those charsets than can use that ASCII font.
1061 (generate-fontset-menu): Don't refer to global-fontset-alist,
1062 instead call fontset-list.
1063 (uninstantiated-fontset-alist): Variable removed.
1064 (x-style-funcs-alist): Likewise.
1065 (fontset-default-styles): Likewise.
1066 (x-modify-font-name): Function removed.
1067 (create-fontset-from-fontset-spec): Ignore the argument
1068 STYLE-VARIANT.
1069 (create-fontset-from-ascii-font): Docsting adjusted for the above
1070 change.
1071 (instantiate-fontset, resolve-fontset-name): Functions removed.
1072 (fontset-list): Now implemented by C code.
1073
1074 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1075 (describe-face): Include `font' attribute in the description.
1076
1077 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1078
1079 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1080
1081 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1082
1083 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1084 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1085 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1086
1087 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1088 about behavior of set-buffer-modified-p wrt redisplay.
1089
1090 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1091
1092 * view.el (view-mode-disable): Kill local binding of view-read-only.
1093
1094 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1095
1096 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1097 is a string, convert it to a syntax cell using string-to-syntax.
1098
1099 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1100 (string-to-syntax): New function.
1101
1102 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1103 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1104 try to use passive ftp mode.
1105
1106 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1107
1108 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1109
1110 * simple.el (append-to-buffer): Update point of windows after
1111 insertion.
1112
1113 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1114 forward then moving backward. Reindent.
1115
1116 * frame.el (other-frame): Call x-focus-frame only if
1117 focus-follows-mouse is off.
1118
1119 2000-03-17 Dave Love <fx@gnu.org>
1120
1121 * pcvs-util.el (cvs-strings->string): Rename
1122 replace-regexps-in-string.
1123
1124 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1125
1126 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1127 regexp for labels cannot span several lines.
1128
1129 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1130 `(setq :<key> ':<key>)' to the macro expansion.
1131
1132 2000-03-16 Dave Love <fx@gnu.org>
1133
1134 * progmodes/f90.el (f90): Put custom group under `languages', not
1135 `fortran'.
1136 (f90-mode-hook): Customize.
1137 (f90-mode): Set add-log-current-defun-function.
1138 (f90-current-defun): New function.
1139
1140 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1141
1142 * cus-edit.el (custom-variable-tag-face): Handle case that
1143 default face's height is not a number.
1144 (custom-face-tag-face, custom-group-tag-face-1)
1145 (custom-group-tag-face): Ditto.
1146 (custom-group-tag-face-1): Add :group.
1147
1148 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1149
1150 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1151
1152 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1153 requiring easymenu.
1154
1155 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1156
1157 * ps-print.el: PostScript user-defined prologue, PostScript error
1158 handler, doc fix.
1159 (ps-print-version): New version number (5.1).
1160 (ps-user-defined-prologue, ps-error-handler-message)
1161 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1162 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1163 (ps-insert-string): New function.
1164
1165 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1166
1167 * international/ccl.el (ccl-compile-expression): Don't generate
1168 invalid self-assignment code.
1169
1170 2000-03-14 Dave Love <fx@gnu.org>
1171
1172 * subr.el (replace-regexp-in-string): Renamed from
1173 replace-regexps-in-string. Doc fix.
1174
1175 2000-03-12 Dave Love <fx@gnu.org>
1176
1177 * cus-edit.el: Doc fixes.
1178 (customize-set-variable, customize-save-variable): Rename args for
1179 doc.
1180 (custom-variable-tag-face, custom-face-tag-face)
1181 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1182 style which user identify as hyperlink.
1183 (hook): Don't add undefined functions to the hook.
1184 (debug-ignored-errors): Transfer message from bindings.el.
1185
1186 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1187
1188 * recentf.el (recentf-keep-non-readable-files-p): Remove
1189 double/nested definition.
1190
1191 2000-03-12 Dave Love <fx@gnu.org>
1192
1193 * facemenu.el (facemenu-get-face): Use display-color-p.
1194 * enriched.el (enriched-decode-foreground): Likewise.
1195 (enriched-decode-background): Likewise.
1196 * isearch.el (isearch-highlight): Likewise.
1197 * info-look.el (info-lookup): Likewise.
1198 * simple.el (completion-setup-function): Likewise.
1199
1200 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1201 :options.
1202
1203 * bindings.el (mode-line-format): Fix line-number and
1204 column-number items. Add help-echo for the background.
1205 (mode-line-mule-info): Modify help-echo.
1206
1207 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1208 defcustom.
1209
1210 * files.el (load-file): Allow completion to .elc.
1211
1212 * man.el: Doc fixes.
1213 (Man-init-defvars): Use display-color-p to set fontification.
1214
1215 * play/hanoi.el (hanoi-internal): Don't use oddp.
1216
1217 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1218
1219 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1220
1221 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1222
1223 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1224
1225 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1226 Fix comment.
1227
1228 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1229
1230 * font-lock.el (font-lock-keywords): Fix the doc now that
1231 regexp-opt-depth is unnecessary.
1232 (save-buffer-state): Set an edebug spec.
1233 (font-lock-fontify-anchored-keywords): Properly handle the case when
1234 the matcher goes past the limit.
1235
1236 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1237 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1238
1239 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1240 dll.el and cookie.el (from Elib) with heavy renaming and other
1241 massaging.
1242
1243 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1244 Autoload the functions used.
1245 (easy-mmode-define-syntax): Fix CL typo.
1246 (easy-mmode-define-derived-mode): Improve the docstring generation.
1247
1248 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1249
1250 * textmodes/texinfo.el (texinfo-version): Variable and function
1251 removed.
1252
1253 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1254
1255 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1256 allow more flexibility.
1257 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1258 fns.
1259 (easy-mmode-defmap, easy-mmode-defsyntax)
1260 (easy-mmode-define-derived-mode): New macros.
1261
1262 2000-03-09 Didier Verna <didier@xemacs.org>
1263
1264 * rect.el (replace-rectangle): New function.
1265
1266 2000-03-09 Dave Love <fx@gnu.org>
1267
1268 * progmodes/fortran.el (fortran-comment-line-start): Define as
1269 "C".
1270 (fortran-comment-line-start-skip): Don't match cpp stuff.
1271 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1272 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1273 (fortran-mode): Don't set fortran-comment-line-start-skip,
1274 fortran-comment-line-start here. Set comment-start,
1275 add-log-current-defun.
1276 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1277 (fortran-current-defun): New function.
1278
1279 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1280
1281 * emacs-lisp/re-builder.el: New file.
1282
1283 * mouse.el (mouse-drag-region): Don't run up-event handler
1284 if hscroll has changed.
1285
1286 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1287 builtin operators, use `font-lock-builtin-face' for Emacs and
1288 `font-lock-preprocessor-face' otherwise.
1289
1290 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1291 `(defun (setf foo)' differently.
1292
1293 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1294
1295 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1296 (regexp-opt): Update comment and adapt the code the new meaning of
1297 the `paren' argument of regex-opt-group for shy-groups.
1298 (regexp-opt-depth): Handle shy groups as well as backslashed
1299 backslashes.
1300 (regexp-opt-group): Turn the leading comment into a docstring.
1301 Allow `paren' to be a string (the string to use to open a group).
1302 Remove open-presuf and close-presuf. Instead of checking for `all
1303 one-char' and then later on check for `several one-char', handle
1304 both cases close together. Also apply a more generic algorithm
1305 for suffixes (the mirror image of the algorithm used for
1306 prefixes). Use shy-groups. Use nreverse rather than reverse.
1307 (regexp-opt-try-suffix): Removed.
1308
1309 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1310 from comint-mode-map, so we can just inherit from it. Also, move
1311 the initialization into the `defvar' since there's no docstring
1312 anyway and it's fairly short.
1313 (inferior-scheme-mode): Define it as derived-mode: the code is
1314 shorter and this way we inherit from comint-mode-map rather than
1315 copying it.
1316
1317 * subr.el (replace-regexps-in-string): Properly handle the case
1318 where we match an empty string.
1319
1320 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1321 when the command has a directory component (such as "./testml").
1322 Also fix a typo in the comment.
1323
1324 2000-03-08 Gerd Moellmann <gerd@gnu.org>
1325
1326 * Makefile (compile-files): Compile files one by one because
1327 that's the only way to ensure a clean compilation environment for
1328 each individual file.
1329
1330 * frame.el (other-frame): Call x-focus-frame.
1331
1332 2000-03-07 Dave Love <fx@gnu.org>
1333
1334 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1335 :require to defcustom.
1336
1337 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1338 lists.
1339
1340 * files.el (auto-mode-alist): Add configure.in.
1341
1342 * progmodes/autoconf.el: New file.
1343
1344 2000-03-07 Gerd Moellmann <gerd@gnu.org>
1345
1346 * mail/mh-e.el: Change maintainer to `none'.
1347
1348 * recentf.el (recentf-keep-non-readable-files-p): Quote args
1349 to remove-hook and add-hook.
1350
1351 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1352
1353 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1354 it as the default.
1355 (mail-send): Test mail-send-nonascii also for the new `mime' value.
1356 (sendmail-send-it): Conditionally add MIME headers specifying the
1357 used character set.
1358
1359 2000-03-07 Dave Love <fx@gnu.org>
1360
1361 * winner.el: Fix keywords, autoload cookies. Split
1362 eval-when-compile form to avoid compilation failure.
1363
1364 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1365
1366 * international/mule.el: Modify comment about coding system
1367 property `coding-category'.
1368 (make-coding-system): New argument EOL-TYPE. Pay attention to
1369 coding-category property of PROPERTIES.
1370
1371 * international/mule-conf.el (coding-category-utf-8,
1372 coding-category-utf-16-be, coding-category-utf-16-le): New coding
1373 categories. Include them in the argument for set-coding-priority.
1374
1375 * international/mule-cmds.el (reset-language-environment): Include
1376 coding-category-utf-8, coding-category-utf-16-be, and
1377 coding-category-utf-16-le in the argument for set-coding-priority.
1378 (reset-language-environment): Initialize coding-category-utf-8,
1379 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1380
1381 2000-03-06 Karl Fogel <kfogel@red-bean.com>
1382
1383 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1384 code abstracted out of `bookmark-jump-noselect'. Now tries info
1385 extensions as well as compression extensions.
1386 (bookmark-jump-noselect): Use above new func.
1387
1388 2000-03-03 Gerd Moellmann <gerd@gnu.org>
1389
1390 * strokes.el: Change maintainer's mail address.
1391
1392 2000-03-03 Kenichi Handa <handa@etl.go.jp>
1393
1394 * international/mule-diag.el (list-character-sets): Make help-echo
1395 string by substitute-command-keys.
1396 (list-character-sets): Likewise.
1397 (sort-listed-character-sets): Call help-setup-xref.
1398
1399 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1400
1401 * time.el (display-time-mail-file): Add `none' to the list of
1402 choices.
1403
1404 2000-03-01 Dave Love <fx@gnu.org>
1405
1406 * help.el (help-xref-go-back): Don't try to set position.
1407
1408 * international/mule-diag.el (list-character-sets): Call
1409 help-setup-xref. Add help-echo to xrefs.
1410 (list-character-sets-1): Add help-echo to xrefs.
1411
1412 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1413
1414 * frame.el (blink-cursor-mode): Switch cursor on when turning
1415 the mode off.
1416
1417 * add-log.el (add-log-current-defun): Add support for
1418 Autoconf mode.
1419
1420 * mail/rmail.el (rmail-quit-hook): New variable.
1421
1422 2000-03-01 Dave Love <fx@gnu.org>
1423
1424 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1425
1426 * help.el (help-xref-button): Add help-echo arg.
1427 (describe-function-1, describe-variable, help-make-xrefs): Use it.
1428
1429 * faces.el (list-faces-display): Supply help-echo with
1430 help-make-xrefs.
1431
1432 * facemenu.el (list-text-properties-at): Set help-xref-stack to
1433 nil.
1434
1435 2000-03-01 Gerd Moellmann <gerd@gnu.org>
1436
1437 * image.el (defimage): Look for image files in load-path.
1438
1439 * frame.el (busy-cursor-delay-seconds): Change type to
1440 `number'.
1441
1442 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1443
1444 * recentf.el (recentf): Added version tag to the defgroup of
1445 recentf.
1446
1447 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1448
1449 * recentf.el (recentf-cleanup): Changed to remove excluded file
1450 too.
1451 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1452 action to select/unselect a file.
1453 (recentf-edit-list): Code cleanup and improvement.
1454 (recentf-open-more-files-action): `recentf-open-more-files' button
1455 widget action to open a file.
1456 (recentf-open-more-files): No more use standard completion but
1457 widgets.
1458 (recentf-more-collection): Deleted.
1459 (recentf-more-history): Deleted.
1460 (recentf-setup-more-completion): Deleted.
1461
1462 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1463
1464 * recentf.el (recentf-mode): No more needs that Emacs is running
1465 under a window-system.
1466
1467 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1468
1469 * recentf.el (recentf-edit-list): New command to edit the recent
1470 list which allow the user to remove files.
1471 (recentf-edit-selected-items): New global variable, used by
1472 `recentf-edit-list' to hold the list of files to be removed from
1473 the recent list.
1474 (recentf-make-menu-items): Updated to display a "Edit list..."
1475 menu item. Minor code cleanup.
1476
1477 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1478
1479 * recentf.el (recentf-open-more-files): New command to open files
1480 that are not displayed in the menu.
1481 (recentf-more-collection): New global variable holding the set of
1482 permissible completions used by `recentf-open-more-files'.
1483 (recentf-more-history): New global variable holding the history list
1484 used by `recentf-open-more-files' completion.
1485 (recentf-setup-more-completion): New function to setup completion for
1486 `recentf-open-more-files'.
1487 (recentf-make-menu-items): Updated to display a "More..." menu item.
1488
1489 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1490
1491 * recentf.el (recentf-menu-action): Doc fixed.
1492
1493 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1494
1495 * recentf.el (recentf-menu-filter): Doc updated.
1496 (recentf-update-menu-hook): Allow menu filters to force menu update.
1497 (recentf-make-menu-items): New menu filter handling.
1498 (recentf-make-menu-item): New helper function.
1499 (recentf-menu-elements): New menu handling function.
1500 (recentf-sort-ascending): Updated to new menu filter handling.
1501 (recentf-sort-descending): Updated to new menu filter handling.
1502 (recentf-sort-basenames-ascending): New menu filter function.
1503 (recentf-sort-basenames-descending): New menu filter function.
1504 (recentf-show-basenames): New menu filter function.
1505 (recentf-show-basenames-ascending): New menu filter function.
1506 (recentf-show-basenames-descending): New menu filter function.
1507
1508 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1509
1510 * diary-lib.el (list-diary-entries): Don't try to go forward at
1511 the end of the buffer.
1512
1513 2000-02-29 Kenichi Handa <handa@etl.go.jp>
1514
1515 * international/mule-diag.el (list-character-sets): Completely
1516 rewritten.
1517 (sort-listed-character-sets): New function.
1518 (list-character-sets-1): Completely rewritten.
1519 (list-character-sets-2): New function.
1520 (non-iso-charset-alist): New variable.
1521 (decode-codepage-char): New function.
1522 (charset-history): New variable.
1523 (read-charset) (list-block-of-chars)
1524 (list-iso-charset-chars)
1525 (list-non-iso-charset-chars)
1526 (list-charset-chars): New functions.
1527 (mule-diag): Call list-character-sets-2, not
1528 list-character-sets-2.
1529 (dump-charsets): Likewise.
1530
1531 2000-02-29 Gerd Moellmann <gerd@gnu.org>
1532
1533 * dired-x.el (dired-filename-at-point): Add `@' to valid
1534 file name characters.
1535 (dired-filename-at-point): Handle ange-ftp file names.
1536
1537 * frame.el (frame-notice-user-settings): Use assq-delete-all
1538 instead of assoc-delete-all.
1539 (frame-notice-user-settings): Ditto.
1540
1541 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
1542 Don't copy alist.
1543
1544 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
1545
1546 * calculator.el (calculator-use-menu): New option.
1547 (calculator-initial-bindings): Changed some bindings to work as
1548 macros.
1549 (calculator-forced-input): Removed.
1550 (calculator-restart-other-mode): New variable.
1551 (calculator-mode-map): Set up menu.
1552
1553 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
1554
1555 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
1556 tags.
1557
1558 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
1559
1560 * viper-cmd.el (viper-envelop-ESC-key): added the option to
1561 translate all ESC key sequences.
1562 (viper-goto-mark-subr): restore markers for files for which
1563 they were saved.
1564 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
1565 * viper-util.el (viper-set-replace-overlay-glyphs,
1566 viper-set-replace-overlay): always check if the replacement
1567 overlay is live.
1568 * viper.el (viper-vi-state-mode-list): added major modes.
1569 * ediff-wind.el: minor comment changes.
1570 * ediff.el: copyright notice date fix.
1571
1572 2000-02-27 Jason Rumney <jasonr@gnu.org>
1573
1574 * faces.el (face-font-family-alternatives): Add arial to helv.
1575 (mode-line, header-line, tool-bar): Same default as x for w32.
1576 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
1577 face-font-family-alternatives from working.
1578 * term/w32-win.el (mouse-set-font): Do not build fontset from
1579 chosen font.
1580
1581 2000-02-25 Sam Steingold <sds@goems.com>
1582
1583 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
1584 properly.
1585
1586 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1587
1588 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
1589
1590 2000-02-25 Gerd Moellmann <gerd@gnu.org>
1591
1592 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
1593 writable.
1594
1595 * frame.el (busy-cursor-delay-seconds): New option.
1596
1597 2000-02-24 Gerd Moellmann <gerd@gnu.org>
1598
1599 * frame.el (show-cursor-in-non-selected-windows): New option.
1600
1601 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1602
1603 * diary-lib.el (include-other-diary-files): Undo the selective
1604 display in any included file and don't kill it.
1605
1606 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
1607
1608 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
1609 bar. Menu items converted to (menu-item format, help strings
1610 added.
1611 [downcase, upcase]: Don't enable on MS-DOS.
1612 [symlink, symlinks]: Don't show if make-symbolic-link is not
1613 bound.
1614 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
1615
1616 2000-02-23 Dave Love <fx@gnu.org>
1617
1618 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
1619 (backward-kill-word): Revert addition of * to interactive spec --
1620 it's a feature.
1621
1622 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
1623 (backward-kill-sentence, kill-sentence): Likewise.
1624
1625 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
1626 scratch buffer name.
1627 (gud-format-command): Use int-to-string in ?l case. Simplify
1628 slightly.
1629
1630 * term/w32-win.el (internal-face-interactive): Update prompt for
1631 new read-face-name.
1632
1633 * mail/footnote.el (footnote): Add :version to defgroup.
1634 (footnote-section-tag-regexp): Customize.
1635 (footnote-start-tag, footnote-end-tag): New option.
1636 (footnote-latin-regexp): New variable.
1637 (Footnote-latin): New function.
1638 (footnote-style-alist): Add element for latin style.
1639 (footnote-style): Moved.
1640 (Footnote-goto-footnote): Use eq to test arg.
1641
1642 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
1643
1644 * emacs-lisp/byte-opt.el: Change old backquote syntax.
1645 (byte-compile-trueconstp): Include keywords.
1646 (byte-optimize-quote, byte-optimize-lapcode): Use
1647 byte-compile-const-symbol-p.
1648 (byte-optimize-char-before): New optimization.
1649
1650 * emacs-lisp/bytecomp.el: Change old backquote syntax.
1651 (byte-compile-const-symbol-p): New function.
1652 (byte-compile-constp, byte-compile-out-toplevel)
1653 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
1654 Use it.
1655
1656 * subr.el (define-key-after): Default AFTER to t. Doc fix.
1657
1658 2000-02-23 Kenichi Handa <handa@etl.go.jp>
1659
1660 * international/encoded-kb.el: Be sure to update minor-mode-alist
1661 and minor-mode-map-alist.
1662 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
1663 codes SS2 and SS3 correctly.
1664 (encoded-kbd-self-insert-ccl): New function.
1665 (encoded-kbd-setup-keymap): New function.
1666 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
1667 by calling encoded-kbd-setup-keymap.
1668
1669 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
1670 characters.
1671 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
1672 locally.
1673
1674 2000-02-22 Dave Love <fx@gnu.org>
1675
1676 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
1677 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
1678 defvar.
1679 (lisp-mode-syntax-table): Set up for #|...|# comments.
1680 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
1681 classes. Match `defface'.
1682 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
1683 (eval-defun-1): Fix for defcustom.
1684 (lisp-indent-region): Doc fix.
1685
1686 * subr.el (when, unless, split-string): Doc fix.
1687 (read-passwd): Move call of clear-this-command-keys to the right
1688 place.
1689 (replace-regexps-in-string): New function.
1690
1691 2000-02-22 Gerd Moellmann <gerd@gnu.org>
1692
1693 * help.el (describe-variable): Set syntax table to
1694 emacs-lisp-mode-syntax-table when moving forward over the
1695 symbol's name.
1696
1697 2000-02-22 Dave Love <fx@gnu.org>
1698
1699 * xt-mouse.el: Doc fixes.
1700 (xterm-mouse-position-function): New function, replacing advice of
1701 mouse-position.
1702 (xterm-mouse-mode): Use it. Don't turn on under a window system.
1703
1704 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
1705
1706 2000-02-21 Gerd Moellmann <gerd@gnu.org>
1707
1708 * format.el (format-annotate-single-property-change): Handle
1709 properties.with dotted-list values.
1710 (format-proper-list-p): New function.
1711
1712 * enriched.el (enriched-face-ans): Handle '(foreground-color
1713 . COLOR) and (background-color . COLOR).
1714
1715 2000-02-20 Dave Love <fx@gnu.org>
1716
1717 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
1718 and assignments to it.
1719 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
1720 current local map.
1721 (make-flyspell-overlay): Use it.
1722 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
1723
1724 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
1725 (lm-get-header-re): Defun, not defsubst.
1726 (lm-get-package-name): Defun, not defsubst. Simplify.
1727 (lm-version): Doc fix. Simplify.
1728 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
1729 (lm-crack-address, lm-last-modified-date, lm-commentary)
1730 (lm-verify, lm-synopsis): Simplify.
1731 (lm-report-bug): Require emacsbug. Use compose-mail.
1732
1733 2000-02-20 Gerd Moellmann <gerd@gnu.org>
1734
1735 * dired.el (dired-mode): Call propertized-buffer-identification
1736 to set mode-line-buffer-identification to something having
1737 the right text properties.
1738
1739 * bindings.el (propertized-buffer-identification): New function.
1740
1741 2000-02-20 Dave Love <fx@gnu.org>
1742
1743 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
1744 check for t-mouse too.
1745
1746 * cus-start.el: Make echo-keystrokes `number'.
1747
1748 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1749
1750 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
1751 Don't call ring-empty-p unless tags-location-ring is bound.
1752 From Noah Friedman <friedman@splode.com>.
1753
1754 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
1755
1756 * progmodes/hideshow.el (hs-flag-region): No longer use
1757 `intangible' overlay property.
1758
1759 (hs-toggle-hiding): New command.
1760 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
1761
1762 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
1763 Fix omission bug: Run `hs-minor-mode-hook' for both activation
1764 and deactivation.
1765
1766 2000-02-18 Gerd Moellmann <gerd@gnu.org>
1767
1768 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
1769
1770 2000-02-17 Gerd Moellmann <gerd@gnu.org>
1771
1772 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
1773
1774 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
1775 of `*' to handle `(* ... *)' comments.
1776
1777 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
1778
1779 * faces.el (list-faces-display): Use display-mouse-p instead of
1780 window-system.
1781
1782 * menu-bar.el (global-map): Menu-bar items converted to the new
1783 format (menu-item..., rearranged for better CUA compliance, and
1784 their names changed for better clarity. Help strings added.
1785
1786 * international/mule-cmds.el (mule-menu-keymap)
1787 (describe-language-environment-map, set-coding-system-map)
1788 (setup-language-environment-map): Convert to new (menu-item...
1789 form, add help strings. Change names of menu items for better
1790 clarity. "Mule" menu-bar item removed (it's now in the "Options"
1791 submenu).
1792
1793 2000-02-17 Gerd Moellmann <gerd@gnu.org>
1794
1795 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
1796 within the code.
1797
1798 2000-02-16 Dave Love <fx@gnu.org>
1799
1800 * faces.el: Don't require custom. Add more specific :groups to
1801 various deffaces.
1802 (set-face-attribute): Purecopy args.
1803 (read-face-name): Default to name at point and use it in prompt.
1804 Remove colon from arg in all callers.
1805 (list-faces-display): Hyperlink to face descriptions and customize
1806 buffers.
1807
1808 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
1809
1810 * wid-edit.el (widget-match-inline): An atom never matches a
1811 list.
1812
1813 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1814
1815 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1816 at ':' characters by call to split-string.
1817
1818 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1819
1820 * textmodes/bibtex.el: Added RCS version identification.
1821
1822 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1823
1824 * textmodes/bibtex.el: Some temporary comments removed.
1825 (bibtex-field-name, bibtex-entry-type): Made the relationship
1826 explicit.
1827 (bibtex-field-const): Allow capital letters.
1828 (bibtex-start-of-string): Deleted because unused.
1829
1830 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1831 use the term 'reference' to describe a bibtex entry as a whole.
1832 Further, reference keys are no longer called 'labels'.
1833 (bibtex-keys): Renamed to bibtex-reference-keys.
1834 (bibtex-reformat-previous-labels): Renamed to
1835 bibtex-reformat-previous-reference-keys.
1836 (bibtex-reference-type): Renamed to bibtex-entry-type.
1837 (bibtex-reference-head): Renamed to bibtex-entry-head.
1838 (bibtex-reference-maybe-empty-head): Renamed to
1839 bibtex-entry-maybe-empty-head.
1840 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1841 (bibtex-search-reference): Renamed to bibtex-search-entry.
1842 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1843 bibtex-enclosing-entry-maybe-empty-head.
1844 (bibtex-entry-field-alist, bibtex-entry-head,
1845 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1846 bibtex-map-entries, bibtex-search-entry,
1847 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1848 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1849 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1850 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1851 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1852 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1853 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1854
1855 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1856
1857 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1858 comment.
1859 (bibtex-format-field-delimiters): New function, functionality
1860 extracted from bibtex-format-entry.
1861 (bibtex-autokey-get-yearfield-digits): New function, functionality
1862 extracted from bibtex-autokey-get-yearfield.
1863
1864 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1865 entries in order to avoid stack overflow in the regexp matcher if
1866 field contents become large.
1867 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1868 bibtex-field-string-part-not-braced,
1869 bibtex-field-string-part-no-inner-braces,
1870 bibtex-field-string-part-1-inner-brace,
1871 bibtex-field-string-part-2-inner-braces,
1872 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1873 bibtex-field-string-quoted, bibtex-field-string,
1874 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1875 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1876 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1877 as parsing is now performed by the following functions.
1878 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1879 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1880 bibtex-parse-field-string, bibtex-search-forward-field-string,
1881 bibtex-parse-association, bibtex-field-name-for-parsing,
1882 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1883 bibtex-search-forward-field, bibtex-search-backward-field,
1884 bibtex-start-of-field, bibtex-end-of-field,
1885 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1886 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1887 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1888 bibtex-parse-string, bibtex-search-forward-string,
1889 bibtex-search-backward-string, bibtex-start-of-string,
1890 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1891 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1892 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1893 entries. Instead of reporting the results of the parsing by
1894 match-beginning or match-end, these functions return data structures
1895 that hold the corresponding positions.
1896 (bibtex-enclosing-field): Changed to also report field boundaries by
1897 return values rather than by match-beginning or match-end. The
1898 following functions have been adapted to use the new parsing
1899 functions.
1900 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1901 bibtex-enclosing-field, bibtex-format-entry,
1902 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1903 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1904 bibtex-print-help-message, bibtex-end-of-entry,
1905 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1906 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1907 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1908 method for parsing.
1909 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1910 bibtex-map-entries, bibtex-flash-head,
1911 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1912 bibtex-autokey-change, bibtex-autokey-get-namefield,
1913 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1914 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1915 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1916 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1917 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1918 order to make the new binding of case-fold-search immediately
1919 visible.
1920
1921 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1922
1923 * textmodes/bibtex.el: Copyright notice is up to date.
1924 Added constant 'bibtex-maintainer-salutation.
1925
1926 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1927 than make-temp-name, use match-string-no-properties and eliminate
1928 a quadratic behavior when building bibtex-strings.
1929
1930 * bibtex.el (bibtex-reference-key): Accept string entries whose
1931 reference key contains upper case letters.
1932
1933 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1934
1935 * bibtex.el (bibtex-reference-head): Allow entries to start with
1936 a new line.
1937
1938 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1939
1940 * bibtex.el: Hiding of entry bodies is not longer provided by
1941 bibtex.el directly. Instead the hideshow package can be used.
1942 Added a special bibtex entry to hs-special-modes-alist.
1943 (bibtex-hs-forward-sexp): Added for hideshow.el.
1944
1945 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1946
1947 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1948 at ':' characters by call to split-string.
1949
1950 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1951
1952 * textmodes/bibtex.el: Added RCS version identification.
1953
1954 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1955
1956 * textmodes/bibtex.el: Some temporary comments removed.
1957 (bibtex-field-name, bibtex-entry-type): Made the relationship
1958 explicit.
1959 (bibtex-field-const): Allow capital letters.
1960 (bibtex-start-of-string): Deleted because unused.
1961
1962 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1963 use the term 'reference' to describe a bibtex entry as a whole.
1964 Further, reference keys are no longer called 'labels'.
1965 (bibtex-keys): Renamed to bibtex-reference-keys.
1966 (bibtex-reformat-previous-labels): Renamed to
1967 bibtex-reformat-previous-reference-keys.
1968 (bibtex-reference-type): Renamed to bibtex-entry-type.
1969 (bibtex-reference-head): Renamed to bibtex-entry-head.
1970 (bibtex-reference-maybe-empty-head): Renamed to
1971 bibtex-entry-maybe-empty-head.
1972 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1973 (bibtex-search-reference): Renamed to bibtex-search-entry.
1974 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1975 bibtex-enclosing-entry-maybe-empty-head.
1976 (bibtex-entry-field-alist, bibtex-entry-head,
1977 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1978 bibtex-map-entries, bibtex-search-entry,
1979 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1980 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1981 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1982 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1983 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1984 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1985 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1986
1987 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1988
1989 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1990 comment.
1991 (bibtex-format-field-delimiters): New function, functionality
1992 extracted from bibtex-format-entry.
1993 (bibtex-autokey-get-yearfield-digits): New function, functionality
1994 extracted from bibtex-autokey-get-yearfield.
1995
1996 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1997 entries in order to avoid stack overflow in the regexp matcher if
1998 field contents become large.
1999 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2000 bibtex-field-string-part-not-braced,
2001 bibtex-field-string-part-no-inner-braces,
2002 bibtex-field-string-part-1-inner-brace,
2003 bibtex-field-string-part-2-inner-braces,
2004 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2005 bibtex-field-string-quoted, bibtex-field-string,
2006 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2007 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2008 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2009 as parsing is now performed by the following functions.
2010 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2011 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2012 bibtex-parse-field-string, bibtex-search-forward-field-string,
2013 bibtex-parse-association, bibtex-field-name-for-parsing,
2014 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2015 bibtex-search-forward-field, bibtex-search-backward-field,
2016 bibtex-start-of-field, bibtex-end-of-field,
2017 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2018 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2019 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2020 bibtex-parse-string, bibtex-search-forward-string,
2021 bibtex-search-backward-string, bibtex-start-of-string,
2022 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2023 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2024 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2025 entries. Instead of reporting the results of the parsing by
2026 match-beginning or match-end, these functions return data structures
2027 that hold the corresponding positions.
2028 (bibtex-enclosing-field): Changed to also report field boundaries by
2029 return values rather than by match-beginning or match-end. The
2030 following functions have been adapted to use the new parsing
2031 functions.
2032 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2033 bibtex-enclosing-field, bibtex-format-entry,
2034 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2035 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2036 bibtex-print-help-message, bibtex-end-of-entry,
2037 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2038 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2039 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2040 method for parsing.
2041 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2042 bibtex-map-entries, bibtex-flash-head,
2043 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2044 bibtex-autokey-change, bibtex-autokey-get-namefield,
2045 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2046 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2047 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2048 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2049 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2050 order to make the new binding of case-fold-search immediately
2051 visible.
2052
2053 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2054
2055 * textmodes/bibtex.el: Copyright notice is up to date.
2056 Added constant 'bibtex-maintainer-salutation.
2057
2058 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2059 than make-temp-name, use match-string-no-properties and eliminate
2060 a quadratic behavior when building bibtex-strings.
2061
2062 * bibtex.el (bibtex-reference-key): Accept string entries whose
2063 reference key contains upper case letters.
2064
2065 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2066
2067 * bibtex.el (bibtex-reference-head): Allow entries to start with
2068 a new line.
2069
2070 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2071
2072 * bibtex.el: Hiding of entry bodies is not longer provided by
2073 bibtex.el directly. Instead the hideshow package can be used.
2074 Added a special bibtex entry to hs-special-modes-alist.
2075 (bibtex-hs-forward-sexp): Added for hideshow.el.
2076
2077 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2078
2079 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2080 proceedings entry type (for cross referencing). Thanks to Wagner
2081 Toledo Correa for the suggestion.
2082
2083 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2084
2085 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2086
2087 * international/characters.el: Setup case table for Vietnamese.
2088
2089 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2090
2091 * uniquify.el (toplevel): Require CL at compile time.
2092 (uniquify-push): Removed.
2093
2094 * shadowfile.el (shadow-when): Removed.
2095
2096 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2097 (tempo-process-and-insert-string): Use dolist instead of
2098 tempo-dolist.
2099
2100 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2101 regexp for paragraph-start.
2102
2103 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2104 commas as well.
2105
2106 2000-02-10 Dave Love <fx@gnu.org>
2107
2108 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2109 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2110 Deleted.
2111 (widget-specify-field, widget-specify-button): Don't use
2112 widget-mouse-help as help-echo property.
2113 (default): Use #'ignore for :validate and :mouse-down-action.
2114 (checkbox): Add help-echo.
2115 (widget-sexp-validate): Rewritten to clarify error messages.
2116 (character): Use char-valid-p in :match function.
2117 (widget-color-complete): Use facemenu-color-alist.
2118 (widget-color-action): Use facemenu-read-color.
2119
2120 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2121 set up `caar' &c that we now have.
2122
2123 2000-02-09 Ray Blaak <blaak@gnu.org>
2124
2125 * delphi.el: Make resourcestring a declaration region, like const
2126 and var.
2127
2128 2000-02-09 Dave Love <fx@gnu.org>
2129
2130 * bindings.el (mode-line-input-method-map): New variable.
2131 (mode-line-mule-info): Use it; fix last change.
2132 (mode-line-mode-menu): Move definition.
2133 (mode-line-mouse-sensitive-p): Deleted.
2134 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2135 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2136 level.
2137
2138 * startup.el (command-line-1): Don't call
2139 make-mode-line-mouse-sensitive.
2140
2141 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2142
2143 * mail/rmail.el (rmail-retry-failure): Use
2144 rmail-beginning-of-message before rmail-toggle-header, because the
2145 former toggles headers.
2146
2147 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2148
2149 * diff-mode.el (diff-kill-junk): New interactive function.
2150 (diff-reverse-direction): Use delete-and-extract-region.
2151 (diff-post-command-hook): Restrict the area so that the hook also works
2152 outside of any diff hunk. This is necessary for the minor-mode.
2153 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2154 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2155
2156 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2157 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2158 so that it can be used more easily in <foo>-mode-hook. Also make sure
2159 to avoid duplicate entries.
2160 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2161 (font-lock-remove-keywords): Just as was done for `add', allow it to
2162 work even if font-lock-mode is nil. Also make sure we don't modify
2163 any pre-existing list by forcing a copy-sequence. Finally rename
2164 `major-mode' to `mode'.
2165 (font-lock-fontify-syntactic-anchored-keywords)
2166 (font-lock-fontify-anchored-keywords)
2167 (font-lock-fontify-keywords-region): Use line-end-position.
2168 Don't make `font-lock-multiline' local (it's now done in
2169 font-lock-set-defaults).
2170 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2171 move the `font-lock-fontified' creation to inside the `unless'.
2172
2173 2000-02-06 Andrew Innes <andrewi@gnu.org>
2174
2175 * term/w32-win.el (x-handle-args): Comment out call to message,
2176 which occurs before window system is initialized.
2177
2178 * makefile.nt: Add support for recompiling lisp code.
2179
2180 2000-02-04 Dave Love <fx@gnu.org>
2181
2182 * bindings.el (mode-line-mule-info): Fix/extend last change.
2183
2184 * completion.el: Replace completion-dolist with dolist.
2185
2186 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2187 dotimes.
2188
2189 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2190
2191 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2192 environment names before they go into the section regexp.
2193
2194 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2195 char class in regexp.
2196
2197 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2198 `case-fold-search' to nil.
2199
2200 * progmodes/idlwave.el (idlwave-template): Respect
2201 `idlwave-abbrev-change-case'.
2202 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2203 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2204 idlwave-while): respect `idlwave-reserved-word-upcase'.
2205 (idlwave-rw-case): New function.
2206 (idlwave-statement-match): Fixed problem with assignment regexp.
2207 (idlwave-font-lock-keywords): Improved regexp for keyword
2208 parameters.
2209 (idlwave-surround): New argument LENGTH to support padding of
2210 operators longer than 1 char.
2211
2212 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2213 idlwave-shell-expression-overlay. Implemented printing of
2214 expressions on higher levels of the calling stack.
2215 (idlwave-shell-display-level-in-calling-stack): Restore stack
2216 level.
2217 (idlwave-retrieve-expression-from-level): New function.
2218 (idlwave-shell-last-calling-stack): Variable removed.
2219 (idlwave-shell-reset): Argument action reversed (`visible' to
2220 `hidden'). Also remove stop-line overlay.
2221 (idlwave-shell-calling-stack-routine): New variable.
2222 (idlwave-shell-parse-stack-and-display): Messages now display
2223 negative level numbers.
2224 (idlwave-shell-mode): Set `modeline-format'.
2225 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2226 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2227 21.
2228 (idlwave-shell-print-expression-function): New option.
2229
2230 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2231 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2232 `tool-bar' instead of `toolbar'.
2233
2234 2000-02-02 Dave Love <fx@gnu.org>
2235
2236 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2237 emacs-lisp-mode-hook. Don't check for defalias being defined.
2238
2239 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2240 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2241 the new builtins directly.
2242
2243 * whitespace.el (whitespace): Add :version to defgroup.
2244
2245 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2246 Doc fix.
2247
2248 * thingatpt.el (sexp-at-point, symbol-at-point)
2249 (number-at-point, list-at-point): Add autoload cookie.
2250
2251 * recentf.el (recentf): Add :version to defgroup.
2252
2253 * quickurl.el (quickurl): Add :version to defgroup.
2254
2255 * elide-head.el (elide-head): Use point-marker more.
2256
2257 * bs.el (bs): Add :version to defgroup.
2258
2259 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2260
2261 * progmodes/delphi.el (delphi): Add :version to defgroup.
2262
2263 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2264
2265 * ange-ftp.el (ange-ftp-write-region): Handle case that
2266 succeeding process operation sets a different coding system.
2267
2268 * calculator.el: New file.
2269
2270 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2271
2272 * frame.el (frames-on-display-list, framep-on-display): New
2273 functions.
2274 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2275 (display-selections-p, display-screens, display-pixel-width)
2276 (display-pixel-height, display-mm-width, display-mm-height)
2277 (display-backing-store, display-save-under, display-planes)
2278 (display-color-cells, display-visual-class): New functions.
2279
2280 * term/tty-colors.el (tty-color-gray-shades): New function.
2281
2282 * faces.el (display-color-p): Use framep-on-display.
2283 (display-grayscale-p): New function.
2284
2285 2000-01-31 Dave Love <fx@gnu.org>
2286
2287 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2288 (create-fontset-from-x-resource): Don't concat integers.
2289
2290 2000-01-31 Inge Frick <inge@nada.kth.se>
2291
2292 * view.el: Some changes in documentation. Removed some trailing
2293 whitespace. Changed some parameter names to agree with
2294 documentation.
2295 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2296 window is not deleted. Modifies change 1998-04-26.
2297
2298 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2299
2300 * windmove.el: New file.
2301
2302 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2303 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2304 progmodes/ebnf-yac.el: Update copyright and license info.
2305
2306 * jit-lock.el (jit-lock-function): Widen before calculating end
2307 position.
2308 (jit-lock-stealth-chunk-start): Rewritten.
2309
2310 * info.el (Info-title-face-alist): Removed.
2311 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2312 faces.
2313 (Info-fontify-node): Use these faces.
2314
2315 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2316
2317 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2318 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2319 `&allow-other-keywords'.
2320
2321 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2322 the list of directories scanned heuristically.
2323
2324 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2325 exist.
2326
2327 2000-01-30 Jason Rumney <jasonr@gnu.org>
2328
2329 * w32-fns.el: Define w32-tty-standard-colors.
2330
2331 * startup.el (command-line): Use w32-tty-standard-colors when in
2332 w32 console mode.
2333
2334 2000-01-30 Dave Love <fx@gnu.org>
2335
2336 * jka-compr.el (jka-compr-load): Fix up load-history.
2337
2338 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2339
2340 * emacs-lisp/cl-macs.el: Revert previous change.
2341
2342 2000-01-29 Dave Love <fx@gnu.org>
2343
2344 * facemenu.el: Purecopy various strings.
2345
2346 * timezone.el (timezone-fix-time): Window against 69 for two-digit
2347 years. Deal with three-digit years.
2348
2349 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2350 defconst, purecopy.
2351 (help-back-label): Purecopy it.
2352
2353 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2354
2355 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2356 variable. If non-nil, order the buffer list according to the
2357 currently selected frame.
2358 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2359 non-nil, pass the selected frame to function buffer-list.
2360
2361 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2362
2363 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2364
2365 2000-01-28 Dave Love <fx@gnu.org>
2366
2367 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2368
2369 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2370 Don't use lisp-indent-hook property.
2371 (cl-abs): Remove.
2372
2373 * subr.el: Move out indent and edebug specs for when and unless.
2374
2375 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2376 when, unless.
2377
2378 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2379 unless, when.
2380
2381 2000-01-28 Gerd Moellmann <gerd@gnu.org>
2382
2383 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2384 `collecting' as synonym for `collect'.
2385
2386 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2387 for the case it contains spaces.
2388
2389 * simple.el (what-cursor-position): Change formatting of
2390 messages.
2391
2392 * frame.el (delete-other-frames): New function.
2393 (toplevel): Bind it to C-x 5 1.
2394
2395 * sort.el (sort-numeric-base): New option.
2396 (sort-numeric-fields): If number starts with `0' or `0[xX[',
2397 interpret it as octal or hexadecimal. Use sort-numeric-base
2398 as default base.
2399
2400 * progmodes/glasses.el: New file.
2401
2402 2000-01-27 Gerd Moellmann <gerd@gnu.org>
2403
2404 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2405 userids differently.
2406
2407 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2408 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2409 progmodes/ebnf-yac.el: New files.
2410
2411 2000-01-26 Dave Love <fx@gnu.org>
2412
2413 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2414 on a function with an empty body. [From Eric Ludlam.]
2415
2416 2000-01-25 Andre Spiegel <spiegel@gnu.org>
2417
2418 * vc.el (vc-version-diff): Make sure file name is expanded.
2419
2420 2000-01-25 Gerd Moellmann <gerd@gnu.org>
2421
2422 * scroll-bar.el (scroll-bar-timer): Variable removed.
2423 (scroll-bar-toolkit-scroll): Don't use a timer.
2424
2425 2000-01-25 Kenichi Handa <handa@etl.go.jp>
2426
2427 * language/thai-util.el (thai-composition-function): Delete
2428 superfluous `a'.
2429
2430 2000-01-24 Dave Love <fx@gnu.org>
2431
2432 * fortran.el (fortran-mode): Use beginning-of-defun-function,
2433 end-of-defun-function.
2434
2435 * font-lock.el (turn-on-font-lock): Don't depend on window-system
2436 &c.
2437
2438 2000-01-22 Jason Rumney <jasonr@gnu.org>
2439
2440 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2441 conflicts with new face support.
2442
2443 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2444
2445 * replace.el (query-replace): Rename last arg to DELIMITED.
2446 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2447 (query-replace-regexp): Likewise.
2448
2449 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2450
2451 * subr.el (with-syntax-table): Use make-symbol, not gensym.
2452
2453 * emacs-lisp/lisp.el (beginning-of-defun-function):
2454 Variable renamed from beginning-of-defun.
2455 Do not call make-variable-buffer-local.
2456 (beginning-of-defun-raw): Use new variable name; doc fix.
2457 (beginning-of-defun): Doc fix.
2458 (end-of-defun-function): Variable renamed from end-of-defun.
2459 Do not call make-variable-buffer-local.
2460 (end-of-defun): Use new variable name; doc fix.
2461
2462 * subr.el (dolist, dotimes): Copied from cl-macs.el
2463 and made to work.
2464
2465 * mail/undigest.el (rmail-digest-end-regexps):
2466 Variable replaces rmail-digest-end-regexp.
2467 Allows multiple regexps for detecting the end line.
2468 (undigestify-rmail-message): Corresponding changes.
2469
2470 2000-01-19 Dave Love <fx@gnu.org>
2471
2472 * files.el (user-init-file): Don't declare here -- is primitive.
2473
2474 * startup.el (command-line): Check for compiled user-init-file and
2475 set to uncompiled version if necessary.
2476
2477 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2478
2479 * mail/undigest.el (rmail-digest-end-regexp): New user option.
2480 (undigestify-rmail-message): Use it.
2481
2482 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2483
2484 2000-01-17 Gerd Moellmann <gerd@gnu.org>
2485
2486 * tmm.el (tmm-goto-completions): Adapt to prompt being part
2487 of mini-buffer.
2488
2489 2000-01-14 Gerd Moellmann <gerd@gnu.org>
2490
2491 * emacs-lisp/copyright.el (copyright-update): Removed the
2492 requirement for a trailing space from `copyright-regexp', to
2493 support copyrights with owner specified on a separate line..
2494
2495 * align.el: New file.
2496
2497 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
2498
2499 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
2500
2501 2000-01-13 Dave Love <fx@gnu.org>
2502
2503 * ph.el: Removed. (Obsoleted by EUDC.)
2504
2505 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2506
2507 * net/eudc.el (toplevel): Remove autoloaded code installing
2508 menu with easymenu, because that causes build problems.
2509
2510 * frame.el (frame-notice-user-settings): New variable.
2511 (frame-notice-user-settings): Don't modify frame parameters
2512 if called a second time.
2513
2514 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2515
2516 * frame.el (frame-notice-user-settings):
2517 Notice default-frame-parameters even for non-window frames.
2518
2519 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2520
2521 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
2522 for Emacs.
2523 (eudc-bob-can-display-inline-images): Extend for Emacs.
2524 (eudc-bob-toggle-inline-display): Ditto.
2525 (eudc-bob-display-jpeg): Ditto.
2526
2527 2000-01-12 Gerd Moellmann <gerd@gnu.org>
2528
2529 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2530 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
2531 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
2532
2533 * add-log.el (add-change-log-entry): Fix error trying an `(insert
2534 nil)'.
2535
2536 * subdirs.el: Add `net' directory.
2537
2538 * net: New directory.
2539
2540 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
2541 eval-last-sexp. Don't bind debug-on-error here.
2542 (eval-last-sexp): New function. Bind debug-on-error if
2543 eval-expression-debug-on-error is non-nil.
2544 (eval-defun-2, eval-defun): Likewise.
2545
2546 * simple.el (eval-expression): Don't bind debug-on-error if
2547 eval-expression-debug-on-error is nil. Detect changed
2548 debug-on-error, and propagate new value to global binding, if
2549 eval-expression-debug-on-error is non-nil,
2550 (eval-expression-debug-on-error): Change doc string.
2551
2552 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2553
2554 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
2555
2556 * emacs-lisp/lisp-mode.el (with-syntax-table):
2557 Set up lisp-indent-function property.
2558
2559 * subr.el (with-syntax-table): Moved from simple.el.
2560
2561 * simple.el (with-syntax-table): Moved to subr.el.
2562
2563 2000-01-11 Gerd Moellmann <gerd@gnu.org>
2564
2565 * tmm.el (tmm-shortcut): Delete region after prompt instead
2566 of erasing buffer.
2567
2568 * textmodes/fill.el (fill-common-string-prefix): New function.
2569 (fill-context-prefix): Use the longest common prefix of first
2570 and second line fill prefix, if there is one.
2571
2572 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2573
2574 * array.el (array-mode): Don't use make-variable-buffer-local.
2575 Use make-local-variable for `truncate-lines'.
2576
2577 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
2578
2579 * add-log.el (add-log-current-defun): Handle user-defined
2580 add-log-current-function returning nil,
2581
2582 * add-log.el (add-change-log-entry): Insert version number
2583 if having found a current function
2584
2585 * add-log.el (add-log-current-defun): Call
2586 `add-log-current-defun-function'. Try matches at level 0 and
2587 level 1. Strip whitespace from defun found.
2588
2589 2000-01-10 John Wiegley <johnw@gnu.org>
2590
2591 * allout.el (isearch-done/outline-provisions): Added `edit'
2592 argument to correspond with the current definition of
2593 `isearch-done'.
2594
2595 2000-01-10 Dave Love <fx@gnu.org>
2596
2597 * elide-head.el (elide-head): Use point-marker, not point.
2598
2599 2000-01-10 Gerd Moellmann <gerd@gnu.org>
2600
2601 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
2602 before and after the year 2000.
2603
2604 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
2605 Add ispell- prefix.
2606
2607 2000-01-10 Ken Stevens <k.stevens@ieee.org>
2608
2609 * ispell.el: Only define dictionaries in menus when they exist.
2610 (version18p): New variable.
2611 (version20p): New variable.
2612 (xemacsp): New variable.
2613 (ispell-choices-win-default-height): Fix for XEmacs visibility.
2614 (ispell-dictionary-alist1): Added Brasileiro dictionary.
2615 (ispell-dictionary-alist6): Russian command lines no longer accept
2616 run-together words.
2617 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
2618 (ispell-dictionary-alist): Add koi8-r to customize definition.
2619 (check-ispell-version): Added documentation string. Returns
2620 library path when called non-interactively.
2621 (ispell-menu-map-needed): Uses new variables.
2622 (ispell-library-path): New variable.
2623 (ispell-decode-string): XEmacs fix for bogus variable bindings.
2624 (ispell-word): Improved documentation string. Test for valid
2625 character mappings. Correctly check typed in word changes that can
2626 result in single words split into multiple words. Returns
2627 replacement word.
2628 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
2629 replace in recursive query replace mode. Help message for
2630 recursive edit mode.
2631 (ispell-show-choices): Protect against bad framepop bindings.
2632 (ispell-help): Fix to work with XEmacs.
2633 (ispell-highlight-spelling-error): Use new variables.
2634 (ispell-overlay-window): Fix to work with XEmacs.
2635 (ispell-parse-output): Passed and returns location information
2636 tracking spelling corrections. Doesn't recheck same word on
2637 current line.
2638 (ispell-init-process): Protect against bogus XEmacs variable binding.
2639 Fix call to single argument in sleep-for. Use new variables.
2640 (ispell-region): Passed and returns location information tracking
2641 spelling corrections. Doesn't check same word on current line.
2642 Improved documentation string. Doesn't resend a line already
2643 checked to the ispell process - fixes bug in LaTeX parsing.
2644 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
2645 (ispell-skip-region): No longer skips <TT> in SGML.
2646 (ispell-process-line): Tracks location information with spelling
2647 corrections. Added documentation string. Accounts for words
2648 already accepted on this line. Don't allow query-replace on line
2649 starting with math characters. Doesn't resend a line already sent
2650 to ispell process. Fixes alignment error bug.
2651
2652 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2653
2654 * dired-x.el (dired-guess-shell-alist-default):
2655 Suggest xloadimage, which is free, not xv, which isn't.
2656
2657 * ange-ftp.el (ange-ftp-file-name-nondirectory):
2658 Don't ever include the host name or user name in the value.
2659
2660 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2661
2662 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
2663 of a real newline.
2664
2665 2000-01-09 Stephen Eglen <stephen@gnu.org>
2666
2667 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
2668 for .png files.
2669
2670 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
2671
2672 * cus-edit.el (custom-hook-convert-widget): Fix comment.
2673
2674 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2675
2676 * progmodes/cperl-mode.el: Replace ^F with ^L.
2677
2678 * sendmail.el (toplevel): Provide `sendmail' when compiling
2679 before `require'ing rmail and mailalias to prevent infinite
2680 recursion.
2681
2682 2000-01-08 Dave Love <fx@gnu.org>
2683
2684 * emacs-lisp/backquote.el: Remove inappropriate customization
2685 (allowing custom.el to use backquote).
2686
2687 2000-01-07 Dave Love <fx@gnu.org>
2688
2689 * add-log.el (add-log-debugging): Deleted.
2690 (add-change-log-entry): Treat a backup FILE-NAME as its parent
2691 file. Remove debugging code.
2692 (change-log-get-method-definition, change-log-name): Add doc.
2693 (change-log-sortable-date-at): New function.
2694 (change-log-merge): New command.
2695
2696 * time.el (display-time-string-forms): Make the Mail string active.
2697 (display-time-update): Provide help-echo for load average.
2698
2699 * bindings.el (make-mode-line-mouse2-map): New function.
2700 (mode-line-modified): Use it and simplify.
2701 (mode-line-mule-info): Provide help-echo info.
2702 (minor-mode-alist): Activate the strings.
2703 (make-mode-line-mouse-sensitive): Simplify for
2704 mode-line-buffer-identification.
2705
2706 2000-01-07 Gerd Moellmann <gerd@gnu.org>
2707
2708 * play/pong.el: New file.
2709
2710 2000-01-06 Dave Love <fx@gnu.org>
2711
2712 * array.el: Assorted cleanups for compiler warnings, doc strings,
2713 `array-' prefix for symbols.
2714
2715 2000-01-05 Dave Love <fx@gnu.org>
2716
2717 * textmodes/outline.el (outline-mode-menu-bar-map): Add
2718 outline-headers-as-kill.
2719 (outline-mode): Define imenu-generic-expression.
2720 (outline-headers-as-kill): New command.
2721
2722 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
2723 from paragraph-start.
2724 (paragraph-indent-minor-mode): New command.
2725
2726 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
2727 M-C-e, M-C-h, C-j, C-xnd, TAB.
2728 (fortran-mode): Set beginning-of-defun, end-of-defun.
2729 (fortran-column-ruler): Simplify.
2730 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
2731 (fortran-with-subprogram-narrowing): Likewise.
2732 (fortran-indent-subprogram): Call mark-defun.
2733 (fortran-check-for-matching-do): Change narrowing.
2734
2735 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
2736 (cl-lucid-hash-tag): Delete.
2737 (cl-hash-table-p): Correct test for native table.
2738 (cl-hash-table-count): Use hash-table-count.
2739
2740 * browse-url.el (browse-url): Fix case of
2741 browse-url-browser-function being an alist.
2742
2743 2000-01-05 Carsten Dominik <cd@gnu.org>
2744
2745 * textmodes/reftex-vars.el (reftex-parse-file-extension)
2746 (reftex-index-phrase-file-extension): New options.
2747
2748 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
2749 Use new option `reftex-index-phrase-file-extension'.
2750
2751 * textmodes/reftex.el (reftex-access-parse-file): Use new option
2752 `reftex-parse-file-extension'.
2753
2754 2000-01-05 Dave Love <fx@gnu.org>
2755
2756 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
2757 (beginning-of-defun-raw): Use it.
2758 (end-of-defun): New variable.
2759 (end-of-defun): Use it.
2760 (check-parens): New command.
2761
2762 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2763
2764 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
2765 (hs-show-block): Don't use `mapcar' when not accumulating.
2766
2767 Fix buglet in local variables initialization.
2768
2769 2000-01-05 Andreas Schwab <schwab@suse.de>
2770
2771 * hscroll.el (hscroll): Doc fix.
2772
2773 2000-01-05 Carsten Dominik <cd@gnu.org>
2774
2775 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
2776 idlw-toolbar.
2777
2778 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
2779 file idlw-rinfo.el.
2780 (idlwave-customize): load must read file idlw-shell.el.
2781 (idlwave-create-customize-menu): load must read file idlw-shell.el.
2782
2783 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
2784
2785 * progmodes/idlw-shell.el: Also provide idlwave-shell
2786 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
2787 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
2788
2789 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
2790 both reftex-dcr and reftex-vcr.
2791
2792 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
2793
2794 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2795
2796 * ps-print.el: PostScript code now is in separate files, doc fix.
2797 (ps-print-version): New version number (5.0.3).
2798 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
2799 local.
2800 (ps-spool-config): Initialization fix.
2801 (ps-print-prologue-1, ps-print-prologue-2)
2802 (ps-print-duplex-feature): PostScript code moved to separated file.
2803 (ps-background-image): Little code reformating.
2804 (ps-begin-file, ps-begin-job): Fix code.
2805 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
2806 (ps-prologue-file): New fun.
2807
2808 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2809
2810 * ps-vars.el: Eliminated.
2811
2812 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
2813 `;;;###autoload'.
2814
2815 * ps-print.el: ps-vars eliminated, doc fix.
2816 (ps-print-version): New version number (5.0.2).
2817 (ps-spool-config): Initialization fix.
2818 (ps-print-customize): New fun.
2819
2820 2000-01-04 Gerd Moellmann <gerd@gnu.org>
2821
2822 * autorevert.el (auto-revert-mode): Return value of
2823 auto-revert-mode.
2824
2825 2000-01-04 Dave Love <fx@gnu.org>
2826
2827 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
2828 menu items.
2829
2830 2000-01-03 Dave Love <fx@gnu.org>
2831
2832 * elide-head.el (elide-head) [defgroup]: Add :version.
2833
2834 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
2835 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
2836 `cl-hash-table-p', not `hash-table-p'.
2837 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
2838
2839 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2840
2841 * faces.el (face-read-integer, read-face-attribute)
2842 (color-defined-p, color-values): unspecified-{f,b}g are now
2843 strings.
2844
2845 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2846
2847 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
2848 at comment end, and re-insert them after filling.
2849
2850 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2851
2852 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
2853 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
2854 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
2855
2856 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2857
2858 * term/x-win.el (xw-defined-colors): Call color-supported-p,
2859 the new name of face-color-supported-p.
2860
2861 * term/w32-win.el (xw-defined-colors): Likewise.
2862
2863 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2864
2865 * simple.el (completion-setup-function): Count completion-size
2866 from minibuffer-prompt-end, not from point-min.
2867
2868 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2869
2870 * faces.el (read-face-attribute, defined-colors, color-defined-p):
2871 Pass the frame to tty-color-* functions.
2872 (display-color-p, frame-set-background-mode): Pass the frame to
2873 tty-display-color-p.
2874
2875 * term/tty-colors.el (tty-defined-color-alist): Renamed from
2876 tty-color-alist.
2877 (tty-color-alist, tty-modify-color-alist): New functions.
2878 (tty-color-define, tty-color-clear, tty-color-approximate)
2879 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
2880 an optional parameter FRAME.
2881
2882 2000-01-01 Gerd Moellmann <gerd@gnu.org>
2883
2884 * image.el (create-image, defimage): Don't assume image data is a
2885 string.
2886
2887 * image.el (defimage): Handle specifications containing :data
2888 instead of :file.
2889 (image-type-from-data): New function.
2890 (image-type-from-file-header): Use it.
2891 (create-image): Add parameter DATA-P.
2892
2893 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2894
2895 * echistory.el (electric-command-history): Call Command-history-setup
2896 and command-history-mode using their new conventions.
2897
2898 * chistory.el (Command-history-setup): Don't switch buffers. Take
2899 no args, and do not set major-mode, mode-name or the local map.
2900 (command-history-mode): New function, does some of those things
2901 Command-history-setup used to do.
2902 (list-command-history): Call command-history-mode, not
2903 Command-history-setup.
2904 (command-history): Renamed from command-history-mode.
2905
2906 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2907
2908 * arc-mode.el (archive-mode-map): Bind q to quit-window.
2909
2910 1999-12-31 William M. Perry <wmperry@aventail.com>
2911
2912 * image.el (defimage): Images with the `:data' keyword should be
2913 considered valid as well.
2914
2915 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2916
2917 * dired.el (dired-get-filename): Don't call file-name-absolute-p
2918 with FILE if FILE is nil.
2919
2920 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2921
2922 * simple.el (choose-completion-string): In minibuffer,
2923 do not delete the prompt string.
2924
2925 1999-12-30 Gerd Moellmann <gerd@gnu.org>
2926
2927 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
2928 assigned to mode-line-mode-menu because bindings.el is dumped with
2929 Emacs, and thus the lists used for menu-item definition will be
2930 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
2931 like pure menu item definitions.
2932
2933 * expand.el (expand-abbrev-hook): Return t if expansion was
2934 done, nil otherwise.
2935
2936 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2937
2938 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
2939 (tar-quit): Function deleted.
2940
2941 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2942
2943 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
2944 was used but not declared.
2945
2946 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
2947 hs-find-block-beginning): Add or modify docstrings.
2948
2949 (hs-isearch-show): Rewrite.
2950
2951 1999-12-28 Gerd Moellmann <gerd@gnu.org>
2952
2953 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
2954
2955 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
2956 space in front of a C-style comment end.
2957
2958 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
2959
2960 * startup.el (command-line-1): Make mode line mouse-sensitive for
2961 the MS-DOS version as well.
2962
2963 1999-12-28 Gerd Moellmann <gerd@gnu.org>
2964
2965 * bs.el: New file.
2966
2967 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2968
2969 * textmodes/ispell.el (ispell-process-line):
2970 Add local var line-offset to adjust for the change
2971 in positions within the line, due to previous replacements.
2972
2973 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2974
2975 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2976 Doc fixes.
2977
2978 1999-12-27 Gerd Moellmann <gerd@gnu.org>
2979
2980 * add-log.el (change-log-version-number-regexp-list)
2981 (change-log-version-info-enabled): Change :version to 21.1.
2982 (toplevel): Require CL when compiling.
2983
2984 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2985
2986 * add-log.el (change-log-version-number-regexp-list): Added tag
2987 :version 20.6
2988 (change-log-version-info-enabled): Added tag :version 20.6
2989
2990 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2991
2992 * add-log.el: More general version number search with
2993 user-configurable regexp list.
2994 (change-log-version-number-regexp-list): New user variable.
2995 (change-log-find-version): Rewritten. Use user-configurable
2996 version numbering regexp list
2997 change-log-version-number-regexp-list.
2998 (change-log-find-version): Renamed to
2999 change-log-version-number-search
3000 (add-log-file-name-function): New.
3001 (change-log-search-vc-number): Added END paramaeter. Added doc
3002 string to function.
3003 (change-log-version-rcs): Renamed. Was
3004 change-log-search-vc-number.
3005
3006 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3007
3008 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3009 overlays if they interfere.
3010 (compilation-find-file): Make intangible overlays tangible.
3011
3012 * progmodes/hideshow.el: Generally, synch w/ maintainer
3013 version 5.9.
3014
3015 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3016
3017 (hs-minor-mode-hook): Don't initialize.
3018
3019 (hs-special-modes-alist): Rewrite value and docstring.
3020
3021 (hs-minor-mode-prefix): Delete unused var.
3022
3023 (hs-block-start-mdata-select): New var, buffer local.
3024
3025 (hs-headline): New var.
3026
3027 (hs-match-data, hs-forward-sexp): New funcs.
3028
3029 (hs-hide-comment-region): New func.
3030
3031 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3032 hs-safety-is-job-n, hs-hide-initial-comment-block,
3033 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3034 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3035 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3036 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3037 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3038
3039 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3040 (hs-isearch-show-temporary): New funcs.
3041
3042 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3043
3044 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3045
3046 When constructing menu, use `[(shift button2)]' notation.
3047
3048 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3049
3050 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3051 (jka-compr-compression-info-list): Add new elt to each vector.
3052 (jka-compr-write-region): Don't compress the data if it is
3053 already compressed.
3054
3055 * jka-compr.el (jka-compr-really-do-compress): New variable.
3056 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3057 if visiting.
3058 (jka-compr-write-region): Set jka-compr-really-do-compress
3059 if visiting. Test it when deciding to compress.
3060
3061 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3062
3063 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3064 with third argument t.
3065
3066 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3067
3068 * antlr-mode.el: Version 1.2 is released.
3069 (antlr): This package has a web page.
3070
3071 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3072
3073 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3074 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3075 (antlr-mode-map): New binding [C-c C-c].
3076 (antlr-mode-menu): New entries.
3077
3078 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3079
3080 * antlr-mode.el: Respect Emacs conventions.
3081 ((require 'cl)): Only use during compilation.
3082 (antlr-language-for-option): New function to avoid using `find'.
3083 (antlr-mode): Use it.
3084 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3085 (antlr-imenu-create-index-function): Change accordingly.
3086 (antlr-inside-rule-p): Ditto.
3087 (antlr-end-of-rule): Ditto.
3088 (antlr-end-of-body): Ditto.
3089 (antlr-beginning-of-rule): Ditto.
3090 (antlr-indent-line): Ditto.
3091
3092 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3093
3094 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3095 (antlr-set-tabs): Don't use hard-coded values.
3096
3097 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3098 won't be possible without a huge time penalty.
3099 (antlr-skip-exception-part): Be more specific.
3100 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3101 Renamed from `antlr-skip-grammar-header'.
3102 (antlr-next-rule): Change accordingly.
3103 (antlr-end-of-body): Ditto. Better error message.
3104 (antlr-beginning-of-body): Better error message.
3105 (antlr-imenu-create-index-function): Skip rule action prelude.
3106
3107 * antlr-mode.el: Minor syntax highlighting changes.
3108 (antlr-font-lock-default-face): Deletia.
3109 (antlr-font-lock-tokendef-face): Changed color.
3110 (antlr-font-lock-tokenref-face): Changed color.
3111 (antlr-font-lock-literal-face): Changed color.
3112 (antlr-font-lock-additional-keywords): Minor changes.
3113
3114 1999-12-20 Carsten Dominik <cd@gnu.org>
3115
3116 * progmodes/idlwave.el: New file.
3117
3118 * progmodes/idlwave-rinfo.el: New file.
3119
3120 * progmodes/idlwave-shell.el: New file.
3121
3122 * progmodes/idlwave-toolbar.el: New file.
3123
3124 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3125
3126 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3127
3128 * progmodes/cwarn.el: New file.
3129
3130 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3131
3132 * bindings.el (completion-ignored-extensions): Add .pdf.
3133
3134 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3135
3136 * version.el: Put the version info into binary on MS-DOS as well.
3137
3138 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3139
3140 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3141 debugger-may-continue is nil.
3142
3143 1999-12-18 Dave Love <fx@gnu.org>
3144
3145 * emacs-lisp/cl-macs.el: Remove conditional definition of
3146 eval-when-compile. Don't specify abs, expt, gethash,
3147 hash-table-count, hash-table-p as side-effect-free here.
3148 (cl-emacs-type): Don't declare.
3149 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3150 (cl-parse-loop-clause): Remove compatibility code.
3151
3152 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3153 (side-effect-free-fns): Add gethash, hash-table-count.
3154 (side-effect-and-error-free-fns): Add hash-table-p.
3155
3156 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3157 `cl-' to autoload names for some hash functions. Don't autoload
3158 eval-when-compile. Don't provide mini-cl.
3159 (cl-emacs-type): Remove.
3160 (cl-map-extents): Remove compatibility code.
3161
3162 * emacs-lisp/float.el: Bind free variables.
3163
3164 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3165
3166 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3167
3168 * bindings.el (completion-ignored-extensions): Add .tfm.
3169
3170 1999-12-16 Dave Love <fx@gnu.org>
3171
3172 * faces.el (set-face-attribute): Purecopy the attributes set.
3173
3174 * custom.el (custom-declare-variable): Purecopy value.
3175
3176 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3177 (byte-extrude-byte-code-vectors): Use remprop.
3178 (byte-compile-lambda): Check that arg is a lambda.
3179
3180 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3181
3182 * font-lock.el: System for adding and removing keywords.
3183 Both local (previously added keyword) and global keywords
3184 can be removed.
3185 (font-lock-remove-keywords): New user-level function.
3186 (font-lock-update-removed-keyword-alist): New internal function.
3187 (font-lock-removed-keywords-alist): New variable.
3188 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3189 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3190 growing datastructures.
3191 (font-lock-set-defaults): Removes keywords stored in
3192 `font-lock-removed-keywords-alist' after local keywords added.
3193
3194 1999-12-16 Anders Lindgren <andersl@andersl.com>
3195
3196 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3197 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3198
3199 * font-lock.el (c-keywords): Only highlight preprocessor
3200 directives when spelled correctly.
3201
3202 * font-lock.el (font-lock-match-c++-structor-declaration,
3203 c++-keywords): Fontify constructors and destructors with function
3204 face inside C++ class declarations.
3205
3206 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3207
3208 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3209 the shell from sh-shell-file.
3210
3211 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3212
3213 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3214
3215 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3216 if one of the files specified cannot be accessed by
3217 file-attributes. Do not strip any leading directories from the
3218 file names, to behave more like `ls' does.
3219
3220 * dired.el (dired-get-filename): Handle absolute file names.
3221 (dired-readin-insert): If argument is a cons, don't print
3222 "wildcard" on the ``total'' line.
3223
3224 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3225
3226 * faces.el (face-read-integer, read-face-attribute)
3227 (color-defined-p, color-values): Allow color values unspecified-fg
3228 and unspecified-bg, handle them as unspecified.
3229
3230 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3231
3232 * textmodes/reftex.el: (reftex-compile-variables): respect new
3233 structure of `reftex-index-macro'
3234 (reftex-compile-variables): Use the changed structure of
3235 `reftex-label-alist'.
3236
3237 * textmodes/reftex-vars.el (reftex-index-math-format,
3238 (reftex-toc-max-level): New option.
3239 reftex-index-phrases-search-whole-words,
3240 reftex-index-phrases-case-fold-search,
3241 reftex-index-phrases-skip-indexed-matches,
3242 reftex-index-phrases-wrap-long-lines,
3243 reftex-index-phrases-sort-prefers-entry,
3244 reftex-index-phrases-sort-in-blocks): New options.
3245 (reftex-index-macros): Option structure changed.
3246 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3247 (reftex-label-alist): Additional item in each entry to specify if
3248 the environment should be listed in the TOC.
3249 (eval-when-compile (require 'cl)) added.
3250
3251 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3252 longer deals with "repeat".
3253 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3254 now used.
3255 (reftex-index-phrases-comment-regexp,
3256 reftex-index-phrases-macrodef-regexp,
3257 reftex-index-phrases-phrase-regexp1,
3258 reftex-index-phrases-phrase-regexp2,
3259 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3260 New constants.
3261 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3262 reftex-index-phrases-font-lock-keywords,
3263 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3264 reftex-index-phrases-restrict-file): New variables.
3265 (reftex-index-phrase-selection-or-word,
3266 reftex-index-visit-phrases-buffer,
3267 reftex-index-initialize-phrases-buffer,
3268 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3269 reftex-index-next-phrase, reftex-index-this-phrase,
3270 reftex-index-all-phrases, reftex-index-region-phrases,
3271 reftex-index-phrases-parse-header,
3272 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3273 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3274 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3275 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3276 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3277 reftex-index-make-replace-string,
3278 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3279 reftex-index-phrase-match-is-indexed,
3280 reftex-index-phrases-fixup-line,
3281 reftex-index-phrases-replace-space,
3282 reftex-index-select-phrases-macro): New functions.
3283 (reftex-index-globalize, reftex-index-globally): functions removed
3284 (eval-when-compile (require 'cl)) added.
3285
3286 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3287 for max level.
3288 (reftex-toc-max-level-indicator): New variable.
3289 (reftex-toc-max-level): New command.
3290 (reftex-toc-map): New keybinding `t'.
3291 (reftex-toc-help): Constant updated.
3292 (eval-when-compile (require 'cl)) added.
3293
3294 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3295 `t' command key can change `reftex-toc-max-level'
3296 (eval-when-compile (require 'cl)) added.
3297
3298 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3299 `reftex-toc-max-level'
3300 (eval-when-compile (require 'cl)) added.
3301
3302 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3303 added.
3304
3305 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3306 added.
3307
3308 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3309 commands.
3310 (reftex-citation, reftex-do-citation,
3311 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3312 preselect a citation format.
3313 (eval-when-compile (require 'cl)) added.
3314
3315 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3316 parameter to-end
3317 (reftex-section-info): Deal with environment matches.
3318 (eval-when-compile (require 'cl)) added.
3319
3320 * reftex-global.el (eval-when-compile (require 'cl)) added.
3321
3322 1999-12-15 Kenichi Handa <handa@etl.go.jp>
3323
3324 The following changes are for the new composition mechanism. We
3325 have deleted `composition' charset and composite characters,
3326 instead introduced a special text property `composition'.
3327
3328 * composite.el: New file.
3329
3330 * ps-mule.el: Define encode-composition-rule and find-composition
3331 for Emacs 20.4 and the earlier versions.
3332 (ps-mule-init-external-library): Just require a feature for
3333 external libraries.
3334 (ps-mule-prologue): Postscript code modified for new composition.
3335 (ps-mule-find-wrappoint): New arg COMPOSITION.
3336 (ps-mule-plot-string): Delete code for composite characaters.
3337 (ps-mule-plot-composition): New funcion.
3338 (ps-mule-prepare-font-for-components): New function.
3339 (ps-mule-plot-components): New function.
3340 (ps-mule-composition-prologue-generated): Renamed from
3341 ps-mule-cmpchar-prologue-generated.
3342 (ps-mule-composition-prologue): New named from
3343 ps-mule-cmpchar-prologue. Modified for new composition.
3344 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3345 ps-mule-prepare-cmpchar-font): Deleted.
3346 (ps-mule-string-encoding): New arg NO-SETFONT.
3347 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3348 check Composing, not Cmpchar
3349 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3350 to nil.
3351 (ps-mule-begin-job): Check existence of new composition.
3352
3353 * ps-print.el (ps-plot-region): Handle new composition.
3354
3355 * simple.el (what-cursor-position): Show "(composed)" if the
3356 character is composed.
3357
3358 * international/characters.el: Fix cateogries of Lao symbols.
3359
3360 * international/fontset.el (vertical-centering-font-regexp): New
3361 variable.
3362
3363 * international/mule.el (mule-version): Updated to 5.0 (AOI).
3364 (mule-version-date): Updated to 1999.12.7.
3365 (with-category-table): New macro.
3366
3367 * international/mule-cmds.el (encode-coding-char): Don't check
3368 composite character.
3369
3370 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3371 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3372 x-ctext): Give `composition' property t.
3373
3374 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3375 non-nil) at the tail of ALIST.
3376 (compose-region, decompose-region, decompse-string,
3377 reference-point-alist, compose-chars): Moved to composite.el.
3378 (compose-chars-component, compose-chars-rule,
3379 decompose-composite-char): Deleted.
3380
3381 * international/quail.el (quail-install-map): New optional arg
3382 NAME.
3383 (quail-get-translation): If DEF is a symbol but not a function,
3384 ignore it.
3385 (quail-start-translation): Put a key sequence undefined in the
3386 translation keymap in unread-command-events, not generated-events.
3387 Return parameterized event (compose-last-chars N) if the input
3388 characters should be composed.
3389 (quail-map-definition): If DEF is t, treat it as nil.
3390 (quail-delete-last-char): Delete the quail region.
3391 (quail-show-translations): Don't show list of translations if the
3392 quail package is deterministic.
3393 (quail-completion-max-depth): New variable.
3394 (quail-completion-1): Pay attention to the above variable. Fix
3395 for the case that a translation is a function.
3396 (quail-map-from-table, quail-map-from-table-1,
3397 quail-map-from-table-2): New functions.
3398 (quail-lookup-map-and-concat): New function
3399
3400 * language/devan-util.el: Mostly rewritten.
3401
3402 * language/lao.el: Register lao-composition-function in
3403 composition-function-table.
3404
3405 * language/lao-util.el: Mostly rewritten.
3406
3407 * language/thai.el: Register thai-composition-function in
3408 composition-function-table.
3409 (thai-tis620): Delete `pre-write-conversion' property.
3410
3411 * language/thai-util.el: (thai-category-table): Make it by
3412 make-category-table.
3413 (thai-composition-pattern): New variable.
3414 (thai-compose-region, thai-compose-string): Use
3415 with-category-table.
3416 (thai-post-read-conversion): Just call thai-compose-region.
3417 (thai-pre-write-conversion): Deleted.
3418 (thai-composition-function): New funciton.
3419
3420 * language/tibet-util.el: Most functions rewritten.
3421 (tibetan-char-p): Renamed from tibetan-char-examin.
3422 (tibetan-composable-examin) (tibetan-complete-char-examin)
3423 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3424 (tibetan-add-components): New function.
3425 (tibetan-composition-function): New function.
3426
3427 * language/tibetan.el: Register tibetan-composition-function in
3428 composition-function-table.
3429 (tibetan-composable-pattern): New variable.
3430 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3431 (tibetan-precomposition-rule-alist): Move punctuations to
3432 tibetan-punctuation-transcription-alist and
3433 tibetan-obsolete-glyphs.
3434 (tibetan-punctuation-transcription-alist): New variable.
3435 (tibetan-obsolete-glyphs): New variable.
3436 (tibetan-regexp): Improve the initialization code.
3437
3438 * textmodes/fill.el (fill-find-break-point): Delete codes for
3439 composite characters.
3440 (fill-region-as-paragraph): Likewise.
3441
3442 1999-12-14 Gerd Moellmann <gerd@gnu.org>
3443
3444 * international/mule-cmds.el (default-input-method): Specify
3445 that it should be set after current-language-environment.
3446
3447 * custom.el (custom-handle-keyword): Add :set-after.
3448 (custom-add-dependencies): New function.
3449 (custom-set-variables): Take dependencies between args into
3450 account.
3451
3452 * battery.el (battery): Doc fix.
3453
3454 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3455
3456 * progmodes/cc-make.el: Removed.
3457
3458 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3459
3460 * Release of cc-mode 5.26
3461
3462 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3463
3464 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3465 target depth. Optionally count #else lines as clause limits,
3466 as suggested by don provan <provan@lucent.com>. #elif
3467 handling fixed.
3468
3469 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3470 (c-down-conditional-with-else): New commands that uses the
3471 added functionality in `c-forward-conditional'.
3472
3473 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3474
3475 * cc-align.el (c-lineup-comment): Preserve the alignment with
3476 a comment on the previous line instead of preserving the
3477 comment-column.
3478
3479 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3480
3481 * Fixes to IDL mode after input from Eric Eide
3482 <eeide@cs.utah.edu>:
3483 * cc-engine.el (c-beginning-of-statement-1): Allow
3484 `c-conditional-key' to be nil, for the benefit of IDL mode.
3485 * cc-engine.el (c-guess-basic-syntax): Ditto.
3486 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
3487 but do match CORBA 2.3 `valuetype'.
3488 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
3489 for IDL.
3490 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
3491 be nil for IDL.
3492 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
3493 Like C++.
3494 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
3495 set `c-method-key' and `c-baseclass-key' to nil.
3496
3497 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3498
3499 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
3500 with nonhanging open braces.
3501
3502 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3503
3504 * cc-align.el: Added docstrings to all lineup functions.
3505
3506 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
3507 keyword.
3508
3509 * cc-align.el (c-lineup-C-comments): Handle free form text
3510 comments. Use c-comment-prefix-regexp and comment-start-skip
3511 instead of hardcoded regexps.
3512
3513 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3514
3515 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
3516 behavior and return value as documented.
3517
3518 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3519
3520 * Changes for new style variable init system:
3521 * cc-langs.el (c-common-init): Dito.
3522 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
3523 now customizable.
3524 * cc-vars.el: Style variables may now take a value
3525 'set-from-style to make them take their value from the style
3526 system. This value is now the default on all these variables.
3527 * cc-vars.el (c-valid-offset): New function to verify a
3528 syntactic symbol offset setting.
3529 * cc-vars.el (c-offsets-alist): Variable moved from
3530 cc-styles.el since it's now customizable in a similar way to
3531 the other style variables.
3532 * cc-vars.el (c-old-style-variable-behavior): New variable to
3533 revert to the old style init behavior.
3534
3535 * cc-vars.el (c-file-style, c-file-offsets): Made always
3536 buffer local.
3537
3538 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
3539 the throws clause that might follow the function prototype in
3540 C++.
3541
3542 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3543
3544 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
3545 could move forward for macros that doesn't start in column 0.
3546
3547 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3548
3549 * cc-align.el (c-indent-multi-line-block,
3550 c-lineup-whitesmith-in-block): Two new lineup functions for
3551 use in whitesmith style.
3552
3553 * cc-styles.el (c-style-alist): More fixes to whitesmith
3554 style. It should now handle all different braces uniformly in
3555 both hanging and non-hanging cases.
3556
3557 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3558
3559 * cc-cmds.el (c-indent-exp): Use a marker to save point to
3560 make it stay in the same position relative to the surrounding
3561 text.
3562
3563 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
3564 when adaptive-fill-mode doesn't manage to get it correct.
3565
3566 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
3567 with dotted notation, e.g. foo.bar.Gnu.
3568
3569 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
3570 within unwind-protect (previously only some were wrapped so it
3571 would be possible to register mode initialization when full
3572 initialization did not finish).
3573
3574 * cc-styles.el (c-style-alist): Corrected the brace placement
3575 in the whitesmith style. Thanks to Sean Luke
3576 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
3577 styles with consistent brace placement for all constructs.
3578
3579 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3580
3581 * cc-cmds.el (c-context-line-break): Continue C++ comments too
3582 when point is in the middle of them.
3583
3584 * cc-cmds.el: Line breaking and paragraph filling code
3585 rewritten:
3586 (c-guess-fill-prefix): New function that uses various
3587 heuristics to guess the comment prefix.
3588 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
3589 It now assumes adaptive filling is active to preserve the line
3590 prefix inside comments.
3591 (c-indent-new-comment-line): Replacement for the now
3592 obsolete `c-comment-line-break-function' that uses
3593 `c-guess-fill-prefix' when appropriate. It now observes the
3594 setting of `comment-multi-line', which has effect in C-style
3595 block comments.
3596
3597 * cc-cmds.el (c-context-line-break): New function intended to
3598 be put on RET. It's essentially `newline-and-indent', but
3599 continues C block comments with the appropriate line prefix.
3600
3601 * cc-cmds.el (c-do-auto-fill): New function put on
3602 `normal-auto-fill-function' to implement the
3603 `c-ignore-auto-fill' variable.
3604
3605 * cc-cmds.el (c-beginning-of-statement): Use
3606 `c-comment-prefix-regexp' to avoid ending up inside the
3607 comment prefix. Better handling of comment starters and
3608 enders. Catch comments better when traversing code. Stop at
3609 preprocessor directives.
3610
3611 * cc-defs.el (c-forward-comment): New subst to hide platform
3612 dependent quirks in `forward-comment'.
3613
3614 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
3615 argument.
3616 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
3617 arguments. Activate this function by default when
3618 `parse-partial-sexp' supports it (currently Emacs 20.x).
3619
3620 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
3621 on the comment opener to make constants usable as lineup
3622 arguments.
3623
3624 * cc-align.el (c-lineup-C-comments): Fixes to handle the
3625 changed anchor position in the `c' syntactic symbol. Handle
3626 more than stars in the comment prefix; use the new variable
3627 `c-comment-prefix-regexp'. Don't indent text not preceded by
3628 a comment prefix to the right of the comment opener if it's
3629 long.
3630
3631 * cc-langs.el: Fixes to mode initialization for new line
3632 breaking and paragraph filling method. Adaptive fill mode is
3633 now activated at startup instead of deactivated. The
3634 variables used for adaptive filling and paragraph movement are
3635 also changed to incorporate the value of
3636 `c-comment-prefix-regexp'. `substitute-key-definition' is
3637 used to override some functions in the global map instead of
3638 overriding their default bindings.
3639
3640 * cc-mode.el (java-mode): Modify `paragraph-start' for the
3641 javadoc markup at mode init.
3642
3643 * cc-mode.el (c-setup-filladapt): A new convenience function
3644 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
3645 function is intended to be used explicitly by the end user
3646 only.
3647
3648 * cc-vars.el (c-comment-prefix-regexp): New variable used to
3649 recognize the comment fill prefix inside comments.
3650 (c-block-comment-prefix): New name for
3651 `c-comment-contiuation-stars', which is now obsolete. It's
3652 generalized to handle any character sequence.
3653 (c-ignore-auto-fill): New variable used to selectively disable
3654 Auto Fill mode in specific contexts.
3655
3656 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3657
3658 * cc-cmds.el (c-comment-indent): Leave at least one space
3659 between the comment and the last nonblank character in the
3660 case where we look at the indentation of the comment on the
3661 previous line (case 4).
3662
3663 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
3664 list of characters that may start a statement (it's a sort of
3665 prefix operator in Pike, and isn't used at all in any of the
3666 other languages).
3667
3668 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3669
3670 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
3671 inside continued statements as statement-cont instead of
3672 brace-list-open. The reason is that one normally adjusts
3673 brace-list-open for brace lists as top-level constructs, and
3674 brace lists inside statements is a completely different
3675 context. Case 10B.2 changed. Also changed (the somewhat
3676 esoteric) case 9A to cope with this.
3677
3678 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3679
3680 * cc-cmds.el (c-electric-brace): Added electric handling of
3681 the open brace for brace-elseif-brace.
3682
3683 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3684
3685 * cc-defs.el (c-with-syntax-table): New macro to easily switch
3686 syntax tables temporarily.
3687
3688 * cc-engine.el (c-guess-basic-syntax): Handle template and
3689 member init argument lists split over several lines. Case 5D
3690 changed.
3691
3692 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
3693 @throws introduced in Javadoc 1.2.
3694
3695 * cc-menus.el (cc-imenu-java-generic-expression): Applied
3696 patch from RMS to avoid infinite backtracking.
3697
3698 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3699
3700 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
3701 by [ ].
3702
3703 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3704
3705 * cc-align.el (c-lineup-dont-change): Compensate properly for
3706 the column in langelem.
3707
3708 * cc-engine.el (c-syntactic-information-on-region): New
3709 function to help debugging the syntactic analysis.
3710
3711 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3712
3713 * cc-align.el (c-lineup-template-args): Handle nested template
3714 arglists.
3715
3716 * cc-langs.el (c++-template-syntax-table): New syntax table
3717 that makes `<' and `>' parenthesis characters, which is useful
3718 to switch to temporarily when analyzing template arglists.
3719
3720 * cc-styles.el: Changed default alignment of labels in the
3721 java style to conform to the examples in the Java Language
3722 Specification.
3723
3724 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
3725 by default.
3726
3727 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3728
3729 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
3730 immediately before the closing paren in an arglist, so don't
3731 check that in Pike mode. Case 7A changed.
3732
3733 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3734
3735 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
3736 lines were ignored under certain conditions.
3737
3738 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3739
3740 * cc-align.el (c-lineup-template-args): New function for
3741 aligning continued template argument lists.
3742
3743 * cc-engine.el (c-guess-basic-syntax): Fix for member init
3744 lists containing function arglists split over several lines.
3745 Case 5D.1 changed.
3746
3747 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
3748 template-args-cont didn't get recognized when the first
3749 arglist opener line doesn't contain a template argument. New
3750 case 5K.
3751
3752 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3753
3754 * cc-defs.el (c-point): Changed from subst to macro for
3755 efficiency.
3756 (c-beginning-of-defun-1, c-end-of-defun-1): New
3757 beginning-of-defun/end-of-defun wrappers separated from
3758 c-point.
3759
3760 * cc-menus.el (imenu-generic-expression,
3761 imenu-case-fold-search, imenu-progress-message): Dummy
3762 definitions to avoid compiler warnings if imenu can't be
3763 loaded.
3764 * cc-menus.el (cc-imenu-init): New function called at mode
3765 init.
3766 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
3767 imenu initializations to cc-imenu-init.
3768
3769 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3770
3771 * cc-engine.el (c-guess-basic-syntax): Slightly better check
3772 for lambda-intro-cont in Pike mode. Case 6 changed.
3773
3774 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
3775 anything following "new Foo()" was considered an anonymous
3776 class body in Java mode.
3777
3778 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3779
3780 * cc-cmds.el (c-comment-line-break-function): When breaking in
3781 a string, don't insert a new line.
3782
3783 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3784
3785 * cc-engine.el (c-at-toplevel-p): New interface function which
3786 returns information useful to add-on authors. It tells you
3787 whether you're at a toplevel statement or not.
3788
3789 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3790
3791 * cc-cmds.el (c-comment-line-break-function): It is possible
3792 that forward-line does not land us at the bol, say if we're on
3793 the last line in a file. In that case, do a
3794 back-to-indentation instead of a forward-comment -1.
3795
3796 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3797
3798 * cc-engine.el (c-beginning-of-statement-1): Don't catch
3799 "default:" as normal label in case 4.
3800
3801 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3802
3803 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
3804 recognize continued bitfield declarations. Case 5D.1 changed.
3805 * cc-langs.el: New variable c-bitfield-key.
3806 * cc-mode.el: New variable c-bitfield-key.
3807
3808 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3809
3810 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
3811 anonymous array expressions (i.e. "new Foo[] {.. bracelist
3812 ..}").
3813
3814 1999-12-12 Dave Love <fx@gnu.org>
3815
3816 * mail/footnote.el: Require cl when compiling. Don't autoload
3817 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
3818 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
3819 Avoid `acons'.
3820 (footnote-mode-line-string, Footnote-add-footnote): Remove
3821 autoload cookie.
3822
3823 1999-12-12 Richard Sharman <rsharman@pobox.com>
3824
3825 * sh-script.el: Fix for when font-lock mode is active.
3826 (sh-font-lock-unfontify-region-function): New function.
3827
3828 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
3829
3830 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
3831 if start-process is not bound, since Ispell now supports such
3832 platforms as well.
3833
3834 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3835
3836 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
3837 rmail-summary-goto-msg.
3838
3839 * files.el (after-find-file): Fix previous change.
3840
3841 1999-12-11 Dave Love <fx@gnu.org>
3842
3843 * help.el (where-is): Use `commandp' as predicate for
3844 `completing-read'
3845
3846 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3847
3848 * cus-edit.el (custom-save-delete): Delete all occurrences,
3849 leave point where the first occurrence was.
3850 (custom-save-faces): Insert a newline at the end of the comment.
3851 Avoid a double newline there.
3852 If final closeparen is at bol, put a space before it.
3853 (custom-save-variables): Likewise.
3854 (custom-file): Doc fix.
3855
3856 1999-12-10 Gerd Moellmann <gerd@gnu.org>
3857
3858 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
3859 regexp matching image and audio files.
3860
3861 1999-12-09 Dave Love <fx@gnu.org>
3862
3863 * mail/footnote.el: New file.
3864
3865 1999-12-09 Gerd Moellmann <gerd@gnu.org>
3866
3867 * files.el (after-find-file): Use auto-save-visited-file-name if
3868 set.
3869
3870 * mail/feedmail.el (feedmail-find-eoh): Take
3871 feedmail-queue-alternative-mail-header-separator into account.
3872
3873 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
3874
3875 * smerge-mode.el: New file.
3876
3877 * font-lock.el (font-lock-multiline): New variable.
3878 (font-lock-add-keywords): Rename `major-mode' into `mode'.
3879 (font-lock-remove-keywords): Added a dummy `mode' argument for
3880 potential future support.
3881 (font-lock-fontify-anchored-keywords,
3882 (font-lock-fontify-keywords-region): Only handle multiline strings
3883 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
3884
3885 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3886
3887 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
3888
3889 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
3890
3891 1999-12-07 Dave Love <fx@gnu.org>
3892
3893 * help.el (view-emacs-problems): New command, bound to C-h P.
3894
3895 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
3896
3897 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
3898
3899 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
3900 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
3901 New code to support the minor mode version.
3902 (diff-recenter): New function.
3903 (diff-next-hunk, diff-next-file): Use it.
3904 (diff-remembered-files-alist): New var.
3905 (diff-merge-strings): New function.
3906 (diff-find-file-name): Make it smarter and use the user's input more.
3907 (diff-mode): Cosmetic changes.
3908
3909 * files.el (save-some-buffers): Turn EXITING into the more general
3910 PRED argument to allow specifying a subset of buffers.
3911
3912 * simple.el (kill-region): Use the new `delete-and-extract-region'
3913 rather than the undo log (which is incorrect with *-change-functions).
3914
3915 * font-lock.el (font-lock-default-fontify-region): Fix subtle
3916 off-by-one problem that could force re-fontifying the whole buffer.
3917 (font-lock-remove-keywords): New function.
3918 (font-lock-add-keywords): Use the new function to ensure idempotence.
3919
3920 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
3921
3922 * viper-cmd.el (viper-minibuffer-standard-hook,
3923 viper-minibuffer-real-start): Mew functions.
3924 (viper-read-string-with-history,viper-file-add-suffix,
3925 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
3926 change in the status of the minibuffer prompt.
3927
3928 1999-12-06 Gerd Moellmann <gerd@gnu.org>
3929
3930 * comint.el (comint-redirect-results-list)
3931 (comint-redirect-results-list-from-process): Remove interactive
3932 spec.
3933
3934 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3935
3936 * info.el (info-node, info-menu-5, info-xref): Define colors for
3937 Info faces if the display supports them.
3938
3939 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3940
3941 Changes for automatic remapping of X colors on terminal frames:
3942
3943 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
3944 term-setup-hook. Call msdos-remember-default-colors and
3945 msdos-handle-reverse-video.
3946 (msdos-face-setup): Parts of code moved to
3947 msdos-setup-initial-frame.
3948 (msdos-handle-reverse-video): New function, modeled after
3949 x-handle-reverse-video.
3950 (make-msdos-frame): Don't use initial-frame-alist and
3951 default-frame-alist. Call msdos-handle-reverse-video.
3952 (msdos-color-aliases): Remove.
3953 (msdos-color-translate, msdos-approximate-color): Remove.
3954 (msdos-color-values): Use 16-bit RGB values. RGB values updated
3955 for better approximation of X colors.
3956 (msdos-face-setup): Call tty-color-clear. Remove code that sets
3957 up tty-color-alist (it is now on startup.el).
3958 (x-display-color-p, x-color-defined-p, x-color-values,
3959 x-defined-colors, face-color-supported-p, face-color-gray-p):
3960 Remove.
3961
3962 * facemenu.el (facemenu-read-color, list-colors-display): Use
3963 defined-colors for all frame types.
3964 (facemenu-color-equal): Use color-values for all frame types.
3965
3966 * faces.el (read-face-attribute): For :foreground and :background
3967 attributes and frames on character terminals, translate the color
3968 to the closest supported one before looking it up in the list of
3969 valid values.
3970 (face-valid-attribute-values): Call defined-colors for all types
3971 of frames.
3972 (defined-colors, color-defined-p, color-values, display-color-p):
3973 New finctions.
3974 (x-defined-colors, x-color-defined-p, x-color-values,
3975 x-display-color-p): Aliases for the above.
3976
3977 * startup.el (command-line): Register terminal colors for frame
3978 types other than x and w32, but only if the terminal supports
3979 colors. Call tty-color-define instead of face-register-tty-color.
3980
3981 * term/x-win.el (xw-defined-colors): Renamed from
3982 x-defined-colors.
3983 * term/w32-win.el (xw-defined-colors): Likewise.
3984
3985 * term/tty-colors.el: New file.
3986 * loadup.el: Load term/tty-colors.
3987
3988 1999-12-06 Dave Love <fx@gnu.org>
3989
3990 * ffap.el: Autoload the ffap alias directly.
3991
3992 1999-12-06 Inge Frick <inge@nada.kth.se>
3993
3994 * dired-aux.el (dired-do-shell-command): Changed documentation.
3995 (dired-shell-stuff-it): A `?' in COMMAND has now the same
3996 meaning as `*'.
3997
3998 1999-12-06 Gerd Moellmann <gerd@gnu.org>
3999
4000 * simple.el (insert-buffer): Doc fix.
4001
4002 * apropos.el (apropos-mode): Add autoload cookie.
4003
4004 1999-12-06 Sam Steingold <sds@goems.com>
4005
4006 * progmodes/etags.el (etags-tags-completion-table): Modified the
4007 regexp to allow for the CL symbols starting with `+*'.
4008 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4009 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4010 `function' quoting lambda.
4011 (tags-with-face): New macro.
4012 (list-tags, tags-apropos): Use it.
4013 (tags-apropos-additional-actions): New user option.
4014 (etags-tags-apropos-additional): Use it.
4015 (tags-apropos): Call etags-tags-apropos-additional.
4016 (tags-apropos-verbose): New user option.
4017 (etags-tags-apropos): Use it.
4018 (visit-tags-table-buffer, next-file): Use `unless'.
4019 (recognize-empty-tags-table): Renamed to
4020 tags-recognize-empty-tags-table.
4021 (complete-tag): Call tags-complete-tag bypassing try-completion.
4022
4023 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4024
4025 * international/mule.el (set-buffer-file-coding-system): Docstring
4026 modified.
4027
4028 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4029
4030 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4031 using the hideshow package.
4032 (hs-special-modes-alist): Added entry for bibtex to allow the use
4033 of the hideshow package.
4034 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4035 not longer provided by bibtex.el directly. Instead the hideshow
4036 package should be used.
4037 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4038 references to bibtex-hide-entry-bodies.
4039
4040 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4041
4042 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4043 maintainer information closer to the beginning of the bibtex.el
4044 file.
4045 (bibtex-maintainer-salutation): New constant.
4046 (bibtex-version): New constant.
4047 (bibtex-submit-bug-report): Use bibtex-version and
4048 bibtex-maintainer-salutation.
4049 (bibtex-entry-field-alist): Made booktitle field optional for
4050 @inproceedings entries when crossreferenced.
4051 (bibtex-entry-field-alist): Added booktitle field to proceedings
4052 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4053 for the suggestion.
4054 (bibtex-string-file-path): Fixed typo.
4055
4056 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4057
4058 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4059 for reftex.el.
4060 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4061 to menu.
4062
4063 1999-12-04 Dave Love <fx@gnu.org>
4064
4065 * delsel.el: Revert previous change -- region is significant to
4066 skeleton.
4067
4068 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4069
4070 * viper-cmd.el (viper-change-state): Use
4071 viper-ESC-moves-cursor-back to decide whether to move the cursor
4072 back.
4073
4074 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4075
4076 * international/mule-util.el (truncate-string-to-width): Docsting
4077 fixed.
4078
4079 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4080
4081 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4082 use of `cond'.
4083 (lm-with-file): Move all the find-file...kill-buffer stuff into
4084 this macro. Make it use `find-file-noselect' and make it kill
4085 the buffer only if it wasn't already displayed somewhere.
4086 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4087 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4088 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4089 (lm-commentary): Fix to handle the case when the change log is
4090 at the end of the file.
4091
4092 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4093
4094 * international/mule.el (charsetp): Fix typo in docstring.
4095
4096 * international/mule-diag.el (list-coding-categories): Fix typo;
4097 automatic -> autoload.
4098
4099 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4100
4101 * vc.el (vc-update-change-log): Look for rcs2log under
4102 exec-directory.
4103
4104 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4105 outline-regexp, add outline-level.
4106 (lisp-outline-level): New.
4107
4108 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4109 remove extraneous string-match.
4110
4111 * finder.el (finder-commentary): Activate Finder mode.
4112
4113 1999-12-01 Anders Lindgren <andersl@andersl.com>
4114
4115 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4116 off when reverting buffers that contained mode specifiers.
4117 `revert-buffer' is now called with non-nil PRESERVE-MODES
4118 argument.
4119
4120 1999-12-01 Dave Love <fx@gnu.org>
4121
4122 * delsel.el: Grok skeleton-pair-insert-maybe.
4123
4124 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4125
4126 * progmodes/cperl-mode.el (cperl-under-as-char):
4127 Use nil as default.
4128
4129 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4130
4131 * speedbar.el (toplevel): Remove compatibility code for Emacs
4132 versions without custom.el.
4133
4134 1999-11-30 Dave Love <fx@gnu.org>
4135
4136 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4137
4138 * autoinsert.el: Minor doc fixes.
4139 (auto-insert): Return nil.
4140
4141 * faces.el (set-face-documentation): Purecopy STRING.
4142
4143 1999-11-29 Dave Love <fx@gnu.org>
4144
4145 * derived.el: Doc fixes, remove old backquote syntax.
4146
4147 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4148 comment warning about editing.
4149
4150 * help.el (help-mode-hook): Define.
4151
4152 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4153
4154 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4155 invalid translation of old-style backquote syntax to new syntax.
4156
4157 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4158
4159 * Makefile (DONTCOMPILE): Add term/internal.el.
4160
4161 1999-11-26 Dave Love <fx@gnu.org>
4162
4163 * comint.el: Fix last change.
4164
4165 * emacs-lisp/advice.el: Fix last change.
4166
4167 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4168
4169 * cus-edit.el (Custom-reset-standard): Doc fix.
4170 (custom-variable-reset-standard): Doc fix.
4171 (custom-face-reset-standard): Doc fix.
4172 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4173 (custom-variable-menu): Likewise.
4174 (custom-reset-menu): Likewise.
4175 (custom-buffer-create-internal): Likewise.
4176
4177 1999-11-26 Dave Love <fx@gnu.org>
4178
4179 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4180
4181 * font-lock.el: Doc fixes.
4182
4183 * menu-bar.el (menu-bar-mode): Customize.
4184
4185 * cus-start.el: Add use-dialog-box.
4186
4187 * add-log.el (change-log-mode-hook): Customize.
4188 (add-log-current-defun): Use
4189 fortran-{beginning,end}-of-subprogram.
4190
4191 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4192
4193 * emacs-lisp/advice.el: Many doc fixes.
4194
4195 * comint.el (comint-preoutput-filter-functions): Doc fix.
4196
4197 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4198
4199 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4200 Improve messages for capitalization of arg names,
4201 for flag variables, for t and nil, for imperatives.
4202 Call them imperatives rather than infinitives sans "to".
4203 (checkdoc-common-verbs-wrong-voice): Add "moves".
4204 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4205
4206 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4207 Don't convert comments from 3-semicolon to 2-semicolon.
4208 That is a matter of style.
4209 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4210 (checkdoc-comments): Don't bind that variable.
4211
4212 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4213
4214 * files.el (write-file-hooks): Doc fix.
4215
4216 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4217
4218 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4219
4220 1999-11-25 Dave Love <fx@gnu.org>
4221
4222 * hippie-exp.el: Require comint when compiling.
4223 (hippie-expand): Add :links.
4224 (hippie-expand-try-functions-list): Customize.
4225
4226 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4227
4228 * viper*el: Replaced old-style backquotes.
4229
4230 * ediff*el: Replaced old-style backquotes.
4231
4232 * ediff-merge
4233 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4234 Changed to support the new format for ediff-combination-pattern.
4235
4236 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4237 Changed to support the new format for ediff-combination-pattern.
4238
4239 1999-11-24 Dave Love <fx@gnu.org>
4240
4241 * custom.el (custom-declare-group): Purecopy DOC.
4242 (custom-handle-keyword): Purecopy VALUE.
4243 (custom-add-link): Purecopy WIDGET.
4244 (custom-add-version): Purecopy VERSION.
4245 (custom-add-load): Purecopy LOAD.
4246
4247 * cus-face.el (custom-declare-face): Purecopy DOC.
4248
4249 * info.el:
4250 (Info-build-node-completions, Info-search, Info-follow-reference)
4251 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4252 (Info-find-emacs-command-nodes): Avoid properties on matched text
4253 which may appear in minibuffer.
4254
4255 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4256
4257 * locate.el (locate-with-filter): Doc fix.
4258
4259 1999-11-24 Alex Schroeder <alex@gnu.org>
4260
4261 * sql.el (sql-find-sqli-buffer): New function.
4262 (sql-set-sqli-buffer-generally): New function.
4263 (sql-set-sqli-buffer): Better checking of new-buffer.
4264 (sql-copy-column): Add comma after INTO clause, too.
4265
4266 1999-11-24 Alex Schroeder <alex@gnu.org>
4267
4268 * sql.el (sql-imenu-generic-expression): New, used to set
4269 imenu-generic-expression.
4270
4271 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4272 setting font-lock-defaults' SYNTAX-ALIST. Set
4273 imenu-generic-expression, imenu-case-fold-search, and
4274 imenu-syntax-alist.
4275
4276 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4277 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4278
4279 1999-11-23 Andrew Innes <andrewi@gnu.org>
4280
4281 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4282 drop coords aren't over a specific window.
4283
4284 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4285
4286 * ps-print.el: Define mule funs without checking if mule package is
4287 loaded.
4288 (ps-print-version): New version number (5.0.1).
4289 (ps-header-dirpart): Now uses abbreviate-file-name.
4290
4291 1999-11-23 Dave Love <fx@gnu.org>
4292
4293 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4294 comment-line-start.
4295 (fortran-comment-line-start-skip): Renamed from
4296 comment-line-start-skip.
4297 (fortran-mode-map): Use renamed functions. Add manual and custom
4298 entries to menu.
4299 (fortran-mode-hook): Customize.
4300 (fortran-comment-indent-function): Renamed from
4301 fortran-comment-hook.
4302 (delete-horizontal-regexp): Function deleted.
4303 (fortran-electric-line-number): Simplified.
4304 (fortran-beginning-of-subprogram): Renamed from
4305 beginning-of-fortran-subprogram.
4306 (fortran-end-of-subprogram): Renamed from
4307 end-of-fortran-subprogram.
4308 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4309 (fortran-previous-statement, fortran-next-statement): Simplified.
4310 (fortran-blink-match): New function.
4311 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4312 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4313 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4314 line-end-position.
4315 (fortran-fill): No longer interactive. Simplified.
4316 (fortran-break-line): Simplified.
4317 (fortran-analyze-file-format): Use char-after, not looking-at.
4318
4319 * emacs-lisp/find-func.el (find-function-regexp): Use
4320 `define-minor-mode' after easy-menu change.
4321
4322 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4323
4324 * comint.el: Add redirection.from active comint buffers into
4325 another buffer. Written by Peter Breton.
4326
4327 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4328
4329 * emacs-lisp/autoload.el (make-autoload): Recognize the new
4330 `define-minor-mode'.
4331 (define-minor-mode): Specify `doc-string-elt'.
4332
4333 * emacs-lisp/easy-mmode.el: Changed maintainer.
4334 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4335 Use defcustom for the hooks; Improve the auto-generated docstrings.
4336 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4337 (define-minor-mode): Add BODY arg; Only declare the keymap if
4338 provided; Improve the auto-generated docstrings.
4339
4340 1999-11-22 Gerd Moellmann <gerd@gnu.org>
4341
4342 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4343 that the leading `^' is at the start. This is necessary because
4344 paragraphs.el tries to remove anchors, but can find them only if
4345 they are the first character.
4346
4347 * progmodes/antlr-mode.el: New file.
4348
4349 * calendar/calendar.el: Fix autoload for
4350 calendar-absolute-from-astro. Add autoload for
4351 calendar-print-astro-day-number.
4352
4353 1999-11-21 Anders Lindgren <andersl@andersl.com>
4354
4355 * follow.el: Use modern backquote syntax. Minor comment update.
4356
4357 1999-11-21 Gerd Moellmann <gerd@gnu.org>
4358
4359 * simple.el (with-syntax-table): Don't switch buffers.
4360
4361 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4362 progmodes/hideif.el: Use new backquote syntax.
4363
4364 1999-11-21 Ken Manheimer <klm@python.org>
4365
4366 * icomplete.el (icomplete-completions): Use an explicit variable
4367 `icomplete-prospects-length', obviating the need to use an
4368 apparently faulty throw/catch arrangement.
4369
4370 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
4371
4372 * term/internal.el (IT-display-table-setup): Don't overstep
4373 character code 255.
4374
4375 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
4376
4377 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4378 for the charset chinese-sisheng is 7bit encoding, not 8bit.
4379
4380 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
4381
4382 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4383 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4384
4385 * files.el (auto-mode-alist): Add patterns for diff-mode.
4386
4387 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4388 to detect an empty prompt.
4389
4390 1999-11-18 Dave Love <fx@gnu.org>
4391
4392 * simple.el (input-mode-8-bit): Fix the customization.
4393
4394 1999-11-18 Gerd Moellmann <gerd@gnu.org>
4395
4396 * international/iso-acc.el (iso-languages): Add more
4397 characters for Portuguese.
4398
4399 * speedbar.el: Clean up comment at the start of the file.
4400 Remove RCS id.
4401
4402 * progmodes/compile.el (compilation-parse-errors): Use
4403 compilation-buffer-p instead of testing major-mode.
4404
4405 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
4406
4407 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4408 (quickurl-ask): completion-ignore-case is set to the value of
4409 quickurl-completion-ignore-case for the duration of the call to
4410 completing-read.
4411
4412 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4413
4414 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4415
4416 1999-11-18 Kenichi Handa <handa@etl.go.jp>
4417
4418 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
4419 instead of ps-print-def.
4420
4421 * ps-print.el: Require ps-vars instead of ps-print-def.
4422
4423 * ps-mule.el: Require ps-vars instead of ps-print-def.
4424
4425 1999-11-17 Gerd Moellmann <gerd@gnu.org>
4426
4427 * simple.el (with-syntax-table): Save buffer explicitly instead of
4428 using save-excursion.
4429
4430 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4431
4432 * mail/supercite.el: New maintainer.
4433
4434 1999-11-16 Reto Zimmermann <reto@synopsys.com>
4435
4436 * progmodes/vhdl-mode.el: Use new backquote syntax.
4437
4438 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4439
4440 * simple.el (with-syntax-table): New.
4441
4442 1999-11-15 Sam Steingold <sds@ksp.com>
4443
4444 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4445
4446 1999-02-22 Sam Steingold <sds@goems.com>
4447
4448 * goto-addr.el (goto-address-at-mouse,
4449 goto-address-find-address-at-point): Use compose-mail.
4450 (goto-address-mail-method): Removed variable.
4451 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4452 goto-address-send-using-mail): Removed functions.
4453
4454 1998-11-03 Sam Steingold <sds@goems.com>
4455
4456 * simple.el (backward-delete-char-untabify):
4457 backward-delete-char-untabify-method can be `all' now - to delete
4458 hungrily including newlines.
4459
4460 1999-11-15 Sam Steingold <sds@ksp.com>
4461
4462 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
4463
4464 1999-11-15 Dave Love <fx@gnu.org>
4465
4466 * cus-edit.el (customize-face, customize-face-other-window):
4467 Require match from completing-read.
4468 (custom-buffer-done-function): Default to custom-bury-buffer, not
4469 bury-buffer.
4470
4471 1999-11-15 Gerd Moellmann <gerd@gnu.org>
4472
4473 * mail/rmail.el, iswitchb.el, hippie-exp.el,
4474 progmodes/cperl-mode.el: Use new backquote syntax.
4475
4476 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
4477
4478 * uniquify.el: Use new backquote syntax.
4479
4480 1999-11-14 Markus Rost <rost@ias.edu>
4481
4482 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4483 as in ispell-local-dictionary-alist.
4484
4485 1999-11-14 Alex Schroeder <alex@gnu.org>
4486
4487 * ansi-color.el (ansi-color-apply): Updated regexps to include
4488 highlighted face.
4489
4490 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
4491
4492 * forms.el (forms--make-format-elt-using-text-properties):
4493 Treat `intangible' differently.
4494
4495 * forms.el: Use new backquote syntax.
4496
4497 1999-11-13 Gerd Moellmann <gerd@gnu.org>
4498
4499 * textmodes/scribe.el (scribe-mode): Doc-fix.
4500
4501 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
4502
4503 * net-utils.el (run-network-program, net-utils-run-program): Use
4504 the new backquote syntax.
4505 (smbclient-program, smbclient-program-options)
4506 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
4507 variables
4508 (smbclient, smbclient-list-shares): New functions
4509
4510 1999-11-12 Sam Steingold <sds@ksp.com>
4511
4512 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
4513 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
4514 (viper-kbd-buf-definition, viper-kbd-mode-alist)
4515 (viper-kbd-mode-pair, viper-kbd-mode-definition)
4516 (viper-kbd-global-pair, viper-kbd-global-definition):
4517 Use the new backquote syntax.
4518
4519 * emulation/viper-cmd.el (viper-test-com-defun)
4520 (viper-prefix-arg-value, viper-prefix-arg-com):
4521 Use the new backquote syntax.
4522
4523 * emacs-lisp/debug.el (debugger-env-macro):
4524 Use the new backquote syntax.
4525
4526 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
4527 Use the new backquote syntax.
4528
4529 * calendar/calendar.el (calendar-remove-frame-by-deleting):
4530 New user variable.
4531 (calendar-hide-window): Use it.
4532 (increment-calendar-month, calendar-for-loop, calendar-sum):
4533 Use the new backquote syntax.
4534
4535 1999-11-12 Andrew Innes <andrewi@gnu.org>
4536
4537 * select.el (x-set-selection): Call buffer-substring, not
4538 substring. Also fix docstring
4539
4540 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
4541
4542 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
4543 of customizable variables to bug report message. Added
4544 system-type to package name in bug report.
4545
4546 1999-11-12 Gerd Moellmann <gerd@gnu.org>
4547
4548 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
4549 to display file names.
4550
4551 1999-11-11 Gerd Moellmann <gerd@gnu.org>
4552
4553 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
4554
4555 * isearch.el: Add lazy-highlighting feature.
4556
4557 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4558
4559 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
4560 constant.
4561 (ps-mode-submit-bug-report): New function. Entry added to menu.
4562
4563 1999-11-10 William M. Perry <wmperry@aventail.com>
4564
4565 * mwheel.el: New file to support the new style wheeled mice.
4566
4567 1999-11-10 Gerd Moellmann <gerd@gnu.org>
4568
4569 * startup.el (initial-scratch-message): Add ";;" to the front of
4570 lines in the message.
4571
4572 * files.el (file-local-copy): Remove optional BUFFER argument
4573 because that's not used by anything.
4574
4575 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
4576 to-address.
4577
4578 1999-11-08 Markus Rost <rost@ias.edu>
4579
4580 * wid-edit.el (widget-button-click): Wrap with save-excursion
4581 to restore track-mouse in the correct buffer.
4582
4583 1999-11-08 Gerd Moellmann <gerd@gnu.org>
4584
4585 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
4586
4587 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
4588
4589 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
4590 lpr-command to "lp" for some system-types. (copied from lpr.el
4591 Emacs version 20.2.1).
4592
4593 1999-11-04 Markus Rost <rost@ias.edu>
4594
4595 * simple.el (comment-region): Strip off white space at end of
4596 comment-start.
4597
4598 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4599
4600 * faces.el (secondary-selection): Fix wrong color name.
4601
4602 1999-11-04 John Tobey <jtobey@epsilondev.com>
4603
4604 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
4605 the default when invoking perldb in a non-Perl buffer, and other
4606 cases involving -e or --.
4607
4608 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4609
4610 * simple.el (previous-matching-history-element)
4611 (next-history-element): Use delete-field instead of erase-field.
4612
4613 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
4614 Use delete-field instead of erase-field.
4615
4616 * faces.el (secondary-selection): Change background to yellow.
4617
4618 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
4619 find the start of the text. Use field-string to read the user
4620 input.
4621
4622 1999-11-03 Gerd Moellmann <gerd@gnu.org>
4623
4624 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
4625 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
4626 for compatibility with old face implementation.
4627
4628 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
4629 Use erase-field instead of erase-buffer.
4630
4631 * frame.el (blink-cursor-mode, blink-cursor-end): Use
4632 internal-show-cursor with new interface.
4633 (blink-cursor-timer-function): New.
4634 (blink-cursor-start): Use blink-cursor-timer-function.
4635
4636 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4637
4638 * calendar.el (redraw-calendar): Move to nearest date before
4639 redrawing.
4640
4641 * diary-lib.el (simple-diary-display): Reset modeline even if
4642 there are no diary entries since the diary buffer may be displayed.
4643
4644 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4645
4646 * emacs-lisp/debug.el (debug): If noninteractive, display the
4647 backtrace using `message', then exit Emacs.
4648 (debugger-batch-max-lines): New variable.
4649 (debugger-setup-buffer): New subroutine, broken out of `debug'.
4650 Change the messages put at the start, to say that the debugger
4651 was entered.
4652
4653 1999-11-02 Sam Steingold <sds@ksp.com>
4654
4655 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
4656
4657 1999-11-01 John Tobey <jtobey@epsilondev.com>
4658
4659 * gud.el: (gud-perldb-massage-args): Massage correctly in the
4660 presence of perl switches other than "-e".
4661
4662 1999-11-01 Markus Rost <rost@ias.edu>
4663
4664 * dired-x.el (dired-smart-shell-command): Use
4665 shell-command-history as in shell-command.
4666
4667 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4668
4669 * userlock.el (ask-user-about-lock): Doc fix.
4670
4671 * frame.el: Doc fixes.
4672
4673 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4674
4675 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
4676 of show-cursor.
4677 (blink-cursor-start, blink-cursor-end): Ditto.
4678
4679 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
4680
4681 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4682
4683 * window.el (walk-windows): If ALL-FRAMES is a frame,
4684 start on that frame. Use save-selected-window.
4685
4686 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4687
4688 * simple.el (end-of-buffer): Use window-end to find the window end
4689 instead of vertical-motion because this handles variable-height
4690 lines correctly.
4691
4692 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
4693
4694 * ediff.el: Version change.
4695
4696 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
4697 make sure you are in a good frame before deleting other
4698 windows.
4699 (ediff-file-checked-in-p): Don't consider CVS
4700 files checked in.
4701 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
4702 are writing to a newly created empty file.
4703
4704 * ediff-mult.el (ediff-show-session-group-hook): New default.
4705
4706 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4707 First cd to the file directory. reportedly works
4708 better with remote files.
4709
4710 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
4711 Use file-name-nondirectory when passing files to CVS.
4712
4713 * ediff-diff.el (ediff-cmp-options): New variable.
4714 (ediff-same-file-contents): Use ediff-cmp-options.
4715
4716 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
4717 ediff-get-patch-buffer): Use current buffer if it appears to be a
4718 patch.
4719
4720 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
4721 C-g
4722
4723 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
4724 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
4725 (viper-save-cursor-color,viper-restore-cursor-color):
4726 Improved cursor color handling.
4727 (viper-get-saved-cursor-color-in-replace-mode,
4728 viper-get-saved-cursor-color-in-insert-mode): New functions for
4729 better cursor color handling.
4730
4731 * viper-ex.el (ex-read,ex-edit):
4732 Fixes for correct interpretation of #,%.
4733 (viper-ex): Now works correctly when called from other functions.
4734 (viper-glob-function): New variable.
4735 (viper-ex): Save excursion before doing :global.
4736
4737 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
4738
4739 * viper-cmd.el (viper-post-command-sentinel,
4740 viper-insert-state-post-command-sentinel,
4741 viper-insert-state-pre-command-sentinel): Takes better care of
4742 cursor colors.
4743
4744 * viper.el: Version change.
4745
4746 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
4747
4748 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
4749 that the modeline display was updated *only* when
4750 `whitespace-display-in-modeline' was set, not otherwise.
4751
4752 1999-10-30 Gerd Moellmann <gerd@gnu.org>
4753
4754 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
4755 "frac12".
4756
4757 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
4758 ad-activate.
4759
4760 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
4761
4762 * whitespace.el: Test for existence of `defcustom' and `defgroup'
4763 using fboundp instead of assuming that these are not present in
4764 particular flavors of emacs.
4765 (whitespace-version): Update to 2.8
4766 (whitespace-display-in-modeline): Add custom variable to control
4767 displaying the whitespace errors on the modeline based on
4768 suggestion from <klaus.berndl@sdm.de>
4769 (whitespace-buffer): Now returns `t' if unclean and `nil' if
4770 clean, to enable using as a hook function, as suggested by Puneet
4771 Goel <puneet@computer.org>
4772 (whitespace-buffer): Fix a subtle bug that cleaned up only if
4773 quiet was not set, even with whitespace-auto-cleanup set.
4774 (whitespace-mode-line): Now uses less modeline real estate and
4775 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
4776 which is present in the file, and <y> is any type of whitespace
4777 whose check has been suppressed by setting
4778 `whitespace-check-<whitespace-type>' to nil.
4779 (whitespace-unchecked-whitespaces): New function to return the
4780 list of whitespaces for whom checks have been suppressed.
4781 (whitespace-display-unchecked-whitespaces): Renamed to
4782 `whitespace-update-modeline' to reflect its functionality.
4783
4784 1999-10-30 Gerd Moellmann <gerd@gnu.org>
4785
4786 * progmodes/compile.el (compilation-error-regexp-alist):
4787 Undo previous change.
4788
4789 1999-10-28 Dave Love <fx@gnu.org>
4790
4791 * help.el (help-follow): Make arg optional again and really
4792 default to point.
4793
4794 1999-10-28 Gerd Moellmann <gerd@gnu.org>
4795
4796 * paths.el (rmail-file-name): Make it an option.
4797
4798 * progmodes/ada-mode.el, progmodes/ada-prj.el,
4799 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
4800 comment fixes.
4801
4802 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4803 MIPS Pro 7.3 compiler error message syntax.
4804
4805 1999-10-27 Dave Love <fx@gnu.org>
4806
4807 * progmodes/compile.el: Checkdoc-inspired fixes.
4808
4809 1999-10-27 Gerd Moellmann <gerd@gnu.org>
4810
4811 * lpr.el (print-buffer): Doc-string fix.
4812
4813 1999-10-27 Dave Love <fx@gnu.org>
4814
4815 * emacs-lisp/advice.el: Doc fixes.
4816 (ad-lemacs-p): Removed.
4817 (advice): Add :link to defgroup.
4818
4819 1999-10-27 Kenichi Handa <handa@etl.go.jp>
4820
4821 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
4822 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
4823
4824 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4825
4826 * window.el (walk-windows): If ALL-FRAMES is a frame,
4827 start on that frame. Use save-selected-window.
4828
4829 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4830
4831 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
4832 ad-activate. All callers changed, including those in data.c.
4833 (ad-activate-internal-off): Renamed from ad-activate-off.
4834 All uses changed.
4835 (ad-activate): Renamed from ad-activate-on. All uses changed.
4836 (ad-start-advice, ad-stop-advice, ad-recover-normality):
4837 Alter the definition of ad-activate-internal, not ad-activate.
4838
4839 1999-10-26 Gerd Moellmann <gerd@gnu.org>
4840
4841 * startup.el (command-line-1): Add support for command line
4842 arguments `file' and `execute'. Fix handling of `visit'.
4843
4844 1999-10-26 Kenichi Handa <handa@etl.go.jp>
4845
4846 * international/mule-cmds.el (read-input-method-name): Handle the
4847 case that the arg DEFAULT is symbol.
4848
4849 * international/mule-diag.el (mule-diag): Handle the case that
4850 default-input-method is symbol.
4851
4852 1999-10-26 Gerd Moellmann <gerd@gnu.org>
4853
4854 * textmodes/tildify.el: New file.
4855
4856 1999-10-25 Sam Steingold <sds@ksp.com>
4857
4858 * Makefile (compile-files): Fixed the "tr" strings.
4859 (EMACS): Set to ../src/emacs.
4860
4861 1999-10-25 Gerd Moellmann <gerd@gnu.org>
4862
4863 * info.el (Info-build-node-completions): Add '("*") to the
4864 completion list.
4865
4866 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4867
4868 * frame.el (auto-raise-mode): When enabling the mode,
4869 immediately raise the selected frame.
4870
4871 * indent.el (indent-region): Doc fix.
4872
4873 * comint.el (comint-output-filter): Make the Comint buffer current
4874 for the comint-preoutput-filter-functions.
4875
4876 * mail/reporter.el: Doc fix.
4877
4878 1999-10-24 Stephen Eglen <stephen@gnu.org>
4879
4880 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
4881 that Octave lisp files can also run under XEmacs 20.
4882 (require 'custom) added so that files can run under Emacs 19.34.
4883
4884 * iswitchb.el (iswitchb-default-keybindings): No need to use
4885 read-kbd-macro in keybindings.
4886
4887 1999-10-23 Dave Love <fx@gnu.org>
4888
4889 * elide-head.el: New file.
4890
4891 1999-10-23 Gerd Moellmann <gerd@gnu.org>
4892
4893 * Makefile (compile-files, backup-compiled-files): New targets.
4894 (bootstrap, bootstrap-clean): Ditto.
4895
4896 1999-10-22 Paul Eggert <eggert@twinsun.com>
4897
4898 * international/mule-cmds.c (locale-language-names):
4899 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
4900 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
4901 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
4902 Use Latin-8 for Welsh.
4903 Use Latin-1 for English if "en" is explicitly specified.
4904 Use Latin-1 for Scots Gaelic, Tagalog.
4905 Use Latin-1 (not Latin-4) for Greenlandic.
4906 Use Latin-1 (not Latin-2) for Albanian.
4907 (locale-preferred-coding-systems, locale-language-names):
4908 Remove generic ISO 8859 locales; locale-charset-language-names now
4909 does this.
4910 (locale-charset-language-names): New variable.
4911 (set-locale-environment): Use language name specified by
4912 locale-charset-language-names if its charsets disagree with the
4913 language name specified by locale-language-names.
4914
4915 1999-10-22 Dave Love <fx@gnu.org>
4916
4917 * make-mode.el: Minor doc fixes.
4918
4919 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
4920
4921 1999-10-21 Dave Love <fx@gnu.org>
4922
4923 * loadup.el: Add latin-8, latin-9.
4924
4925 1999-10-20 Paul Eggert <eggert@twinsun.com>
4926
4927 * disp-table.el (standard-display-european): Remove undocumented
4928 arg AUTO; no longer used by startup.el. Do not attempt to treat
4929 all non-English language environments as coding system names.
4930 Instead, use the downcased language environment name as a coding
4931 system name if it is one; otherwise, use latin-1.
4932
4933 1999-10-20 Gerd Moellmann <gerd@gnu.org>
4934
4935 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
4936 that were split so that part of the comment appeared as Lisp code.
4937
4938 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4939
4940 * ps-bdf.el: Doc fix.
4941
4942 * ps-print-def.el: New file: common definitions for all parts of
4943 ps-print.
4944 (ps-multibyte-buffer): Moved from ps-mule.
4945
4946 * ps-mule.el: File dependence fix.
4947 (ps-multibyte-buffer): Moved to ps-print-def.
4948
4949 * ps-print.el: Doc fix, better customization.
4950 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
4951 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
4952 (ps-end-file): Doc fix.
4953 (ps-setup, ps-begin-file): Fun fix.
4954 (postscript): New group.
4955 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
4956 (ps-print-prologue-1): Adjust PostScript programming.
4957 (ps-print): Adjust group hierarchy.
4958 (ps-print-n-up, ps-print-zebra, ps-print-background,
4959 ps-print-printer)
4960 (ps-print-page): New subgroups.
4961 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
4962 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
4963 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
4964 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
4965 (ps-zebra-stripe-height, ps-print-background-image)
4966 (ps-print-background-text, ps-spool-config): Adjust customization.
4967 (dos-ps-printer): Definition eliminated.
4968
4969 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4970
4971 * ps-mule.el: Doc fix, define functions properly if mule package is
4972 loaded or not.
4973 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
4974 mule package is loaded or not.
4975
4976 * ps-print.el: Doc fix, n-up printing.
4977 (ps-print-version): New version number (5.0).
4978 (ps-page-dimensions-database): Added document media.
4979 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
4980 (ps-page-order, ps-printing-region-p): New vars.
4981 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
4982 funs.
4983 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
4984 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
4985 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
4986 (ps-n-up-xstart, ps-n-up-ystart): New macros.
4987 (ps-print-begin-sheet-hook): New hook.
4988 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
4989 const.
4990 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
4991 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
4992 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
4993 (ps-count-lines): Changed to defun.
4994 (ps-header-page): Changed to defsubst, fix fun.
4995 (ps-printing-region): Doc fix, adjust programming code.
4996 (ps-output-boolean, ps-background-pages, ps-background-text)
4997 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
4998 programming code.
4999
5000 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5001
5002 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5003 (ps-print-version): New version number (4.2).
5004 (ps-spool-config, ps-spool-tumble): New vars.
5005 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5006 programming, new PostScript procedure to handle errors.
5007 (ps-print-prologue-2): Changed to defconst.
5008 (ps-print-duplex-feature): New const: duplex and tumble setting.
5009 (ps-setup, ps-begin-file): Fix funs.
5010 (ps-boolean-capitalized): New fun.
5011
5012 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5013
5014 * Makefile (dontcompilefiles): Obsoleted.
5015 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5016 (EL): Unused.
5017 (temacs): Removed (unused).
5018 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5019 version of the file (necessary for the update to work properly).
5020 (autoloads): Force the use of `pwd`/loaddefs.el.
5021 (updates); Redefined in terms of other targets to reduce redundancy.
5022 (.el.elc): New default rule, just in case you want it.
5023 (compile): Use a single invocation of Emacs.
5024 (bootstrap-compile); Unneeded.
5025 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5026
5027 1999-10-19 Dave Love <fx@gnu.org>
5028
5029 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5030
5031 1999-10-19 Sam Steingold <sds@ksp.com>
5032
5033 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5034 comply with the comment.
5035
5036 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5037
5038 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5039 permanent-local.
5040
5041 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5042
5043 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5044 value: \"lpr\" changed to "lpr"
5045 (ps-mode-version): New constant
5046 (ps-mode-show-version): New function, added key in ps-mode-map
5047 (ps-run-messages): Removed
5048 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5049 ps-run-messages. These keywords now include the value of
5050 ps-run-prompt, making its fontification customizable.
5051 (ps-run-init): Removed \\n from docstring, it is now added when
5052 the value is used
5053 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5054 ps-run-prompt
5055 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5056 customizable variables in doc-string (its equivalent
5057 ps-run-messages was missing in previous version of the doc-string)
5058 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5059 symbols only
5060
5061 1999-10-19 Alex Schroeder <alex@gnu.org>
5062
5063 * ansi-color.el: Complete rewrite.
5064
5065 1999-10-19 Paul Eggert <eggert@twinsun.com>
5066
5067 Fix bootstrapping problems.
5068 Use the system locale to specify Emacs locale defaults.
5069
5070 * international/mule-cmds.el (global-map):
5071 Do not use backquote, because that makes a bootstrapping
5072 problem if you need to recompile all Lisp files using interpreted code.
5073 * international/mule.el (charset-id, charset-bytes,
5074 charset-dimension, charset-chars, charset-width,
5075 charset-direction, charset-iso-final-char,
5076 charset-iso-graphic-plane, charset-reverse-charset,
5077 charset-short-name, charset-long-name, charset-description,
5078 charset-plist): Likewise.
5079 * subr.el (save-match-data): Likewise.
5080
5081 * international/mule-cmds.el
5082 (set-display-table-and-terminal-coding-system): New function,
5083 containing code migrated out of set-language-environment.
5084 (set-language-environment, set-locale-environment): Use it.
5085 (locale-translation-file-name): Moved here from startup.el.
5086 (locale-language-names, locale-preferred-coding-systems):
5087 New vars.
5088 (locale-name-match, set-locale-environment): New functions.
5089
5090 * language/japan-util.el (setup-japanese-environment-internal):
5091 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5092
5093 * startup.el (iso-8859-n-locale-regexp): Remove.
5094 (locale-translation-file-name): Move to mule-cmds.el.
5095 (command-line): Move locale-stuff into set-locale-environment.
5096
5097 1999-10-18 Dave Love <fx@gnu.org>
5098
5099 * abbrev.el (add-abbrev, inverse-add-abbrev)
5100 (expand-region-abbrevs): Remove properties from buffer text.
5101
5102 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5103
5104 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5105 from the mini-buffer, without the prompt.
5106
5107 * simple.el (minibuffer-prompt-end): Return the position
5108 after the prompt, not the position of that last character
5109 of the prompt.
5110
5111 1999-10-17 Miles Bader <miles@gnu.org>
5112
5113 * simple.el: Doc fixes.
5114
5115 1999-10-17 Miles Bader <miles@gnu.org>
5116
5117 * simple.el (previous-matching-history-element, next-history-element):
5118 Change to work correctly even if the point is in the prompt.
5119 (choose-completion-string): Likewise.
5120 (minibuffer-prompt-width): New function (compatibility with old subr).
5121
5122 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5123 When constraining the final position to the current field,
5124 don't use the ONLY-IN-LINE mode of constrain-to-field.
5125
5126 1999-10-17 Miles Bader <miles@gnu.org>
5127
5128 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5129 constrain-to-field.
5130 * textmodes/paragraphs.el (forward-sentence): Likewise.
5131
5132 1999-10-17 Miles Bader <miles@gnu.org>
5133
5134 * simple.el (line-move): Use constrain-to-field to avoid
5135 moving into a prompt.
5136 (previous-complete-history-element): Clarify doc string.
5137 (next-complete-history-element): Likewise.
5138 Use field-beginning instead of point-min.
5139 (next-matching-history-element): Use field-beginning and
5140 erase-field instead of point-min and erase-buffer.
5141 * textmodes/paragraphs.el
5142 (forward-paragraph, forward-sentence): Likewise.
5143 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5144 constrain the kill to an field, as the movement commands now
5145 do this.
5146
5147 1999-10-17 Miles Bader <miles@gnu.org>
5148
5149 * simple.el (previous-matching-history-element): Get the
5150 minibuffer input with field-string instead of buffer-string.
5151 (choose-completion-string): Likewise.
5152 (next-history-element): Likewise.
5153 Erase the minibuffer input with erase-field, not erase-buffer.
5154 Use field-beginning to find the beginning of the input.
5155 * textmodes/paragraphs.el (backward-kill-sentence):
5156 Remove minibuffer-prompt hack.
5157 Constrain to any input field.
5158
5159 1999-10-17 Sam Steingold <sds@ksp.com>
5160
5161 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5162 for CMUCL on sparc and ".ufsl" for LispWorks.
5163 (bound-and-true-p): Bugfix: free variable `v'.
5164
5165 1999-10-16 Dave Love <d.love@dl.ac.uk>
5166
5167 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5168 (edebug-uninstall-read-eval-functions): Use load-read-function,
5169 avoiding elisp-eval.
5170
5171 1999-10-16 Sam Steingold <sds@ksp.com>
5172
5173 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5174 instead of `eql'.
5175
5176 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5177
5178 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5179 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5180 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5181 * ediff-util.el (ediff-make-temp-file):
5182 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5183 * emerge.el (emerge-make-temp-file):
5184 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5185 * vc.el (vc-update-change-log):
5186 * mail/mailpost.el (post-mail-send-it):
5187 * mail/metamail.el (metamail-region):
5188 * progmodes/cmacexp.el (c-macro-expansion):
5189 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5190
5191 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5192
5193 * smtpmail.el (smtpmail-via-smtp): Add support for
5194 automatically appending a domain to RCPT TO: addresses.
5195
5196 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5197
5198 * dired.el (dired-insert-directory): Insert the amount of
5199 free space after the total size.
5200 (dired-free-space-program, dired-free-space-args): New variables.
5201
5202 1999-10-14 Karl Heuer <kwzh@gnu.org>
5203
5204 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5205
5206 1999-10-14 Dave Love <fx@gnu.org>
5207
5208 * international/characters.el:
5209 * international/fontset.el:
5210 * international/mule-conf.el: Add latin-iso8859-1[45].
5211
5212 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5213 strings.
5214
5215 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5216 (command-line): Detect Latin-[89] locales.
5217
5218 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5219
5220 * international/mule-cmds.el (select-safe-coding-system)
5221 (leim-list-header): Avoid the use of strings that start with backslash
5222 newline since lread.c:read1 has a hack to turn those strings into
5223 integer 0 during the loadup.el process.
5224
5225 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5226
5227 1999-10-13 Dave Love <fx@gnu.org>
5228
5229 * image.el (insert-image): Copy the image spec and add an
5230 intangible property.
5231
5232 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5233
5234 * help.el (help-xref-interned): Make it also work on variable-only
5235 and function-only symbols.
5236 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5237 (help-follow): If the point under mouse is not highlighted, try
5238 `help-xref-interned' on the pointed-to symbol anyway.
5239
5240 * info.el (Info-on-current-buffer): New entry point.
5241 (Info-find-node): Split into two for Info-on-current-buffer to
5242 hook into it.
5243 (Info-current-file, Info-set-mode-line, Info-up):
5244 Info-current-file can now be t.
5245 (Info-clone-buffer-hook): Function for `clone-buffer'.
5246 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5247 Make `clone-buffer' available in various ways to the user.
5248
5249 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5250
5251 * simple.el (shell-command, shell-command-on-region): Use
5252 make-temp-file.
5253 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5254
5255 * subr.el (with-current-buffer): Don't use backquotes to avoid
5256 bootstrapping problems.
5257
5258 * loadup.el (load-path): Add subdirs for bootstrapping.
5259 (docstrings): Ignore errors during bootstrapping.
5260 (args): New `bootstrap' argument (for use in place of `dump').
5261
5262 1999-10-12 Emmanuel Briot <briot@gnat.com>
5263
5264 * ada-stmt.el: Doc-string fixes.
5265
5266 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5267
5268 * recentf.el: New file.
5269
5270 * ps-mode.el: New file.
5271
5272 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5273 case insensitive.
5274
5275 1999-10-12 Richard Sharman <rsharman@pobox.com>
5276
5277 * sh-script.el: Added support for indenting existing scripts.
5278 (sh-mode-map): Added new bindings.
5279 (sh-mode): Updated mode doc-string for new commands, added
5280 make-local-variable calls, initialize mode-specific variables.
5281 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5282 is now a different function.
5283 (sh-header-marker): Changed docstring.
5284 (sh-set-shell): Initialize mode-specific variables.
5285 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5286 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5287 Changed these define-skeleton calls to work with user-specified
5288 indentation settings.
5289 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5290 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5291 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5292 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5293 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5294 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5295 (sh-guess-basic-offset, sh-handle-after-case-label)
5296 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5297 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5298 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5299 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5300 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5301 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5302 (sh-handle-this-then, sh-help-string-for-variable)
5303 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5304 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5305 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5306 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5307 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5308 (sh-remove-our-text-properties, sh-rescan-buffer)
5309 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5310 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5311 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5312 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5313 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5314 functions.
5315 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5316 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5317 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5318 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5319 (sh-var-list): New variables.
5320
5321 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5322
5323 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5324 a value one line to high if the cursor wasn't at the start of a
5325 line. A `beginning-of-line' is now performed before making the
5326 call to `count-lines'.
5327
5328 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5329
5330 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5331
5332 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5333
5334 * Makefile (setwins): Abstract out the command to find subdirectories
5335 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5336 (custom-deps, finder-data, autoloads, update-subdirs, updates)
5337 (autoloads-with-other-emacs): Use it.
5338
5339 * diff-mode.el: New file. A mode for viewing/editing context diffs.
5340
5341 1999-10-09 Gerd Moellmann <gerd@gnu.org>
5342
5343 * Makefile (bootstrap-compile): New target. Compile Lisp
5344 files with ../src/temacs.
5345
5346 1999-10-08 Dave Love <fx@gnu.org>
5347
5348 * ange-ftp.el: Require dired when compiling.
5349 (ange-ftp-normal-login): Allow EFS-style port specification.
5350
5351 1999-10-08 Simon Marshall <simon@gnu.org>
5352
5353 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5354 (regexp-opt-group): Use it to get common suffixes in STRINGS.
5355 If STRINGS is nil, return "" rather than nil.
5356
5357 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5358
5359 * Makefile (compile): Compile files one by one. Set load-path to
5360 current directory and subdirectories when compiling.
5361
5362 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5363
5364 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5365 (emacs): Use it everywhere instead of EMACS.
5366 (compile): New target. Compile all Lisp files from scratch.
5367 (recompile): New target. Recompile lisp directory.
5368 (autoloads-with-other-emacs): New target. Build loaddefs.el with
5369 an Emacs executable not built in the current directory tree.
5370
5371 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
5372
5373 * filecache.el (file-cache-completion-ignore-case): New variable,
5374 defaulting to the value of completion-ignore-case.
5375 (file-cache-minibuffer-complete): Use it.
5376 (file-cache-files-matching, file-cache-files-matching-internal):
5377 New functions.
5378
5379 1999-10-07 Emmanuel Briot <briot@gnat.com>
5380
5381 * ada-xref.el: New file
5382
5383 * ada-prj.el: New file
5384
5385 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5386
5387 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5388 subprogram being created.
5389
5390 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5391 ada-indent-newline-indent): Rewritten to support the new indentation
5392 scheme
5393
5394 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5395 New functions
5396
5397 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5398 justification parameter
5399
5400 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5401 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5402 external program
5403
5404 1999-10-07 Dave Love <fx@gnu.org>
5405
5406 * bindings.el (bound-and-true-p): New macro.
5407 (make-mode-line-mouse-sensitive): Don't require easymenu.
5408
5409 1999-10-07 Gerd Moellmann <gerd@gnu.org>
5410
5411 * custom.el (defface): Extend documentation for new values of
5412 `type'.
5413
5414 * faces.el (face-spec-set-match-display): Recognize `type' of
5415 `motif', `lucid', `x-toolkit'.
5416 (menu): New face.
5417
5418 1999-10-05 Dave Love <fx@gnu.org>
5419
5420 * files.el: Recognize temporary crontab files.
5421
5422 * info.el: Require jka-compr when compiling.
5423 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5424
5425 1999-10-04 Dave Love <fx@gnu.org>
5426
5427 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5428 scroll-up-aggressively, scroll-down-aggressively.
5429
5430 * time.el (display-time-mode): Add autoload cookie.
5431
5432 * rect.el (delete-extract-rectangle): Doc fix from verna.
5433
5434 * help-macro.el (three-step-help): Customize.
5435
5436 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5437
5438 * hexl.el (hexlify-buffer): Move point in proper range
5439 if it is too large.
5440 (hexl-after-revert-hook): Update hexl-max-address.
5441 (hexl-address-to-marker): Doc fix.
5442
5443 1999-10-03 Dave Love <fx@gnu.org>
5444
5445 * image.el (defimage): Remove redundant code. Substitute file in
5446 image plist.
5447
5448 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
5449
5450 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5451 when doing with-temp-file.
5452
5453 1999-10-01 Dave Love <fx@gnu.org>
5454
5455 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5456
5457 * help.el: Require view when compiling.
5458 (view-emacs-FAQ): Use Info version.
5459
5460 1999-09-29 Ken'ichi Handa <handa@gnu.org>
5461
5462 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5463 (normat->normal). Use correct font names for Korean
5464 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5465
5466 1999-09-29 Kenichi Handa <handa@etl.go.jp>
5467
5468 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5469 code not used by KOI8 to the same 8-bit code instead of mapping to
5470 SPC.
5471 (cyrillic-alternativnyj-decode-table): Likewise.
5472
5473 1999-09-29 Alex Schroeder <alex@gnu.org>
5474
5475 * sql.el (sql-imenu-generic-expression): Aew, used to set
5476 imenu-generic-expression.
5477 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5478 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
5479 imenu-case-fold-search, and imenu-syntax-alist.
5480 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5481 setting font-lock-defaults' SYNTAX-ALIST.
5482
5483 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5484
5485 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
5486 macro, try again.
5487
5488 1999-09-28 Dave Love <fx@gnu.org>
5489
5490 * cus-edit.el (custom-comment): Change widget definition.
5491 (custom-comment-create, custom-comment-show)
5492 (custom-comment-invisible-p): Don't use :comment-overlay.
5493 (custom-comment-hide): New function.
5494 (custom-variable-set, custom-variable-save)
5495 (custom-variable-reset-standard, custom-face-set)
5496 (custom-face-save): Use it.
5497
5498 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5499
5500 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
5501
5502 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5503
5504 * faces.el (region): Doc fix.
5505
5506 1999-09-27 Dave Love <fx@gnu.org>
5507
5508 * isearch.el (isearch): Add :links in defgroup.
5509 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
5510 (isearch-switch-frame-handler): Comment out (unused).
5511 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
5512 (isearch-ring-retreat-edit): Doc fix.
5513 (isearch-mouse-yank): New command.
5514 (isearch-last-command-char): Removed. Callers changed to use
5515 last-command-char.
5516 (isearch-char-to-string): Removed. Callers changed to use
5517 char-to-string.
5518
5519 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
5520
5521 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
5522 option for Russian.
5523
5524 1999-09-25 Gerd Moellmann <gerd@gnu.org>
5525
5526 * faces.el (face-differs-from-default-p): Compare face
5527 attributes individually.
5528
5529 * image.el (put-image, insert-image): Add string argument.
5530
5531 1999-09-24 Gerd Moellmann <gerd@gnu.org>
5532
5533 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
5534 LANG=de_DE.iso88591 on HPUX 11.0.
5535
5536 * dired.el (dired-move-to-filename-regexp): Make it work
5537 for LANG=de_DE.iso88591 on HPUX 11.0.
5538
5539 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5540
5541 * info.el (info-initialize): Don't test existence of ALTERNATIVE
5542 if we know for some other reason it should not be used.
5543
5544 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
5545 New variable.
5546 (edebug-recursive-edit): Save current-prefix-arg there,
5547 bind it, and set it back at the end.
5548 (edebug-outside-excursion): Restore and update the outside
5549 value of current-prefix-arg.
5550 (edebug-emacs-version-specific): Delete support for Epoch.
5551
5552 1999-09-24 Howard Melman <howard@silverstream.com>
5553
5554 * imenu.el (imenu-after-jump-hook): New variable.
5555 (imenu): Run menu-after-jump-hook.
5556 (imenu-name-lookup-function): New variable.
5557 * imenu.el (imenu--in-alist): Use those variables.
5558
5559 1999-09-24 Carsten Dominik <cd@gnu.org>
5560
5561 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
5562 multiple thebibliography environments.
5563
5564 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
5565 with recentering window.
5566 (reftex-extract-bib-entries-from-thebibliography,
5567 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
5568 with multiple thebibliography environments.
5569
5570 * textmodes/reftex-vars.el
5571 (reftex-section-levels): Function allowed as cdr.
5572 (reftex-max-section-depth) New option.
5573
5574 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
5575 with multiple thebibliography environments.
5576
5577 1999-09-23 Gerd Moellmann <gerd@gnu.org>
5578
5579 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
5580 instead of point-min in call to delete-region.
5581
5582 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
5583
5584 * vc.el (vc-backend-checkout): Use with-temp-file when checking
5585 out into arbitrary file names.
5586
5587 1999-09-19 Ken'ichi Handa <handa@gnu.org>
5588
5589 * language/european.el ("Turkish"): New language environment.
5590
5591 1999-09-19 Dave Love <fx@gnu.org>
5592
5593 * delim-col.el: New file.
5594
5595 1999-09-17 Richard Stallman <rms@gnu.org>
5596
5597 * files.el (after-find-file): When visiting a backup file,
5598 make it read-only.
5599
5600 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
5601 (apropos-keybinding-face, apropos-label-face): Likewise.
5602 (apropos-property-face, apropos-match-face): Likewise.
5603 (apropos-label-properties): New variable.
5604 (apropos-print-doc): Use apropos-label-properties.
5605 (apropos-print): Set apropos-label-properties.
5606
5607 1999-09-15 Richard Stallman <rms@gnu.org>
5608
5609 * winner.el: Use aref instead of sref.
5610
5611 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
5612
5613 1999-09-14 Gerd Moellmann <gerd@gnu.org>
5614
5615 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
5616
5617 1999-09-14 Richard Stallman <rms@gnu.org>
5618
5619 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
5620 cookie, even if followed by a letter.
5621
5622 1999-09-14 Stephen Eglen <stephen@gnu.org>
5623
5624 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
5625 --no-line-editing are passed to Octave by including them here
5626 rather than storing them in inferior-octave-startup-args.
5627
5628 1999-09-14 Eli Zaretskii <eliz@gnu.org>
5629
5630 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
5631 command, option, env and sc.
5632
5633 * subr.el (shell-quote-argument): Quote argument with double
5634 quotes for ms-dos.
5635
5636 1999-09-14 Richard Stallman <rms@gnu.org>
5637
5638 * simple.el (eval-expression-print-level): New variable.
5639 (eval-expression-print-length): New variable.
5640 (eval-expression-debug-on-error): New variable.
5641 (eval-expression): Bind print-level, print-length and
5642 debug-on-error from those vars.
5643
5644 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
5645 Bind print-level, print-length and debug-on-error.
5646
5647 1999-09-14 Inge Frick <inge@nada.kth.se>
5648
5649 * dired.el (dired-recursive-deletes): New custom variable.
5650 (dired-re-no-dot): New variable.
5651 (dired-delete-file): New function deletes files and directories
5652 recursively.
5653 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
5654
5655 * dired-aux.el (dired-recursive-copies): New custom variable.
5656 (dired-handle-overwrite): Broke a long line.
5657 (dired-copy-file): Call `dired-copy-file-recursive' instead of
5658 `copy-file'.
5659 (dired-copy-file-recursive): New function. Copy directories
5660 recursively.
5661 (dired-do-create-files): Added support for generalized directory
5662 target. How-to function may now return a function. New fluid
5663 variable `dired-one-file'.
5664 (dired-copy-how-to-fn): New variable.
5665 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
5666 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
5667 (dired-do-copy-regexp): No recursive copies.
5668
5669 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
5670
5671 * whitespace.el (whitespace-version): Update version to 2.4
5672
5673 * whitespace.el: Add customization variables to conditionally test
5674 any of the five whitespaces, per request from Rune Kleveland
5675 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
5676
5677 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
5678
5679 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
5680 list of modes to be checked for bogus whitespaces.
5681
5682 * whitespace.el (whitespace-rescan-timer-time): Update
5683 documentation.
5684
5685 * whitespace.el (whitespace-display-unchecked-whitespaces):
5686 New function to update modeline with untested whitespaces.
5687
5688 * whitespace.el (whitespace-buffer): Test only whitespaces whose
5689 checking is turned on, and update modeline using the newly created
5690 `whitespace-display-unchecked-whitespaces'.
5691
5692 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
5693 whose checking is turned on, and update modeline using the newly
5694 created `whitespace-display-unchecked-whitespaces'.
5695
5696 * whitespace.el (whitespace-describe): Update documentation.
5697
5698 * whitespace.el (whitespace-tickle-timer): Test if
5699 `whitespace-rescan-timer-time' is non-zero before tickling timer.
5700
5701 1999-09-13 Dave Love <fx@gnu.org>
5702
5703 * hideif.el (hide-ifdef-mode): Add autoload cookie.
5704
5705 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
5706 for temp buffer.
5707 (checkdoc-this-string-valid): Don't assume default comment-start.
5708
5709 1999-09-13 Gerd Moellmann <gerd@gnu.org>
5710
5711 * rsz-mini.el: Remove code, keep the interface.
5712
5713 1999-09-13 Dave Love <fx@gnu.org>
5714
5715 * help.el (help-highlight-p): Doc fix.
5716
5717 * faces.el (mode-line, header-line, tool-bar): Add :version.
5718 (highlight, secondary-selection): Add :group.
5719 (trailing-whitespace): Add :group, :version.
5720
5721 * wid-edit.el: Remove some compatibility code and checks.
5722 (widget-specify-field, widget-specify-button): Don't use XEmacs
5723 properties.
5724 (widget-overlay-inactive): Change error message.
5725 (widget-button-pressed-face): New variable.
5726 (widget-button-click): Use it.
5727 (widget-documentation-link-add): Specify mouse and button faces.
5728 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
5729 removed now the functionality is built in.
5730
5731 * cus-edit.el: Don't define-widget-keywords.
5732 (multimedia): New group.
5733 (custom-last): Function removed.
5734 (custom-quote): Add vectorp case, comment out characterp case.
5735 (custom-buffer-done-function, custom-raised-buttons): New option.
5736 (Custom-buffer-done): New function.
5737 (custom-buffer-create-internal): Obey custom-raised-buttons,
5738 Custom-buffer-done.
5739 (custom-button-face): Make it `released-button'.
5740 (custom-button-pressed-face): Make it `pressed-button'
5741 (custom-mode-map): Bind "q" to Custom-buffer-done.
5742 (custom-mode): Deal with raised/pressed buttons.
5743
5744 Changes from Didier Verna:
5745 (custom-prompt-variable): Optional third arg makes prompt for a
5746 comment string.
5747 (customize-set-value, customize-set-variable,
5748 customize-save-variable): Optional prefix makes function handle
5749 variable comments.
5750 (customize-customized, customize-saved, custom-variable-state-set)
5751 (custom-variable-set, custom-variable-save, custom-face-state-set)
5752 (custom-variable-reset-saved, custom-variable-reset-standard)
5753 (custom-face-set, custom-face-save, custom-face-reset-saved)
5754 (custom-face-reset-standard, customize-save-customized): Handle
5755 custom comments.
5756 (custom-comment-face, custom-comment-tag-face): New face.
5757 (custom-comment): New widget.
5758 (custom-comment-create, custom-comment-delete)
5759 (custom-comment-value-set, custom-comment-show)
5760 ()custom-comment-invisible-p): New functions.
5761 (custom-variable-value-create, custom-face-value-create): Create a
5762 comment field widget.
5763 (custom-variable-menu, custom-face-menu): New entry for custom
5764 comment.
5765 (custom-face-value-create): Remove compatibility code.
5766 (custom-save-variables, custom-save-faces): Possibly save custom
5767 comments.
5768
5769 * cus-face.el (custom-face-attributes): Simplify :underline,
5770 :overline, :inverse-video cases. Fix up :box case (probably needs
5771 more work).
5772
5773 Change from Didier Verna:
5774 (custom-set-faces): The arguments can now have a custom comment as
5775 fourth argument.
5776
5777 * custom.el: Don't define-widget-keywords.
5778 Change from Didier Verna:
5779 (custom-set-variables): The arguments can now have a
5780 custom comment as fifth element.
5781
5782 1999-09-13 Richard Stallman <rms@gnu.org>
5783
5784 * info.el (Info-find-node): Cope better if guesspos is too large.
5785
5786 1999-09-12 Gerd Moellmann <gerd@gnu.org>
5787
5788 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
5789 of buffer-substring because buffer-string doesn't copy the
5790 prompt.
5791
5792 * faces.el (mode-line): Replaces `modeline'.
5793 (toplevel): Make `modeline' an alias for `mode-line'.
5794
5795 1999-09-12 Gerd Moellmann <gerd@gnu.org>
5796
5797 * gs.el: Change `ghostscript' to `postscript' in comment.
5798
5799 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
5800
5801 * emulation/tpu-edt.el (tpu-version): New version.
5802 (tpu-search-overlay, tpu-replace-overlay): New variables.
5803 (tpu-search-highlight, tpu-toggle-direction): New functions.
5804 (tpu-lm-replace): Set tpu-replace-overlay.
5805 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
5806 command hook.
5807
5808 1999-09-11 Richard Stallman <rms@gnu.org>
5809
5810 * isearch.el (isearch-mode-map): Undo previous change.
5811
5812 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
5813 use all of that as the sexp.
5814
5815 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
5816 and use the initial argument as file name directly.
5817 Likewise if nothing matches.
5818
5819 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
5820
5821 * winner.el: Major changes. Avoid changing point and mark.
5822 Save configurations after they change, not before.
5823
5824 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
5825
5826 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
5827 Bind print-continuous-numbering and print-number-table.
5828
5829 1999-09-10 Dave Love <fx@gnu.org>
5830
5831 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
5832
5833 1999-09-09 Richard Stallman <rms@gnu.org>
5834
5835 * whitespace.el: Finish making it fit Emacs conventions.
5836 Add autoloads.
5837
5838 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
5839
5840 * generic-x.el (bat-generic-mode): "::"-style comments don't
5841 need to begin with "-". Fix the font-lock definitions of ON/OFF
5842 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
5843 from the list of keywords. Add DO to the list of keywords.
5844
5845 1999-09-09 Dave Love <fx@gnu.org>
5846
5847 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
5848 (byte-optimize-backward-word): New optimizations.
5849 (side-effect-free-fns, side-effect-and-error-free-fns): Add
5850 entries.
5851
5852 1999-09-09 Gerd Moellmann <gerd@gnu.org>
5853
5854 * image.el (put-image): Remove optional buffer parameter.
5855
5856 * faces.el (face-italic-p): Return t only for values `italic'
5857 and `oblique'.
5858
5859 * mouse.el (mouse-drag-mode-line-1): Extension of former
5860 mouse-drag-mode-line that also drags the header line.
5861 (mouse-drag-mode-line): Call it.
5862 (mouse-drag-header-line): New.
5863 (toplevel): Bind down-mouse-1 on header lines to
5864 mouse-drage-header-line.
5865
5866 1999-09-08 Gerd Moellmann <gerd@gnu.org>
5867
5868 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
5869 (make-mode-line-mouse-sensitive): Replace `top-line' by
5870 `header-line'.
5871
5872 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
5873
5874 * help.el (describe-function-1): Don't return empty string for keymaps.
5875
5876 * fill.el (fill-region-as-paragraph, canonically-space-region):
5877 Respect colon-double-space at end of line.
5878
5879 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
5880
5881 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
5882 (backup-buffer): Use it.
5883
5884 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
5885
5886 * generic-x.el (generic-define-unix-modes): Added new modes:
5887 inetd-conf-generic-mode, etc-services-generic-mode,
5888 etc-passwd-generic-mode. These are all defined for Unix by default.
5889 (apache-generic-mode): Use an imenu-generic-expression to list
5890 Configuration keywords.
5891 (samba-generic-mode): Use both ; and # as comment characters.
5892 (samba-generic-mode): Font-lock expressions now highlight name
5893 value pairs.
5894 (bat-generic-mode): Keywords are now case-insensitive through
5895 font-lock-defaults setting.
5896 (java-properties-generic-mode): Supports both ! and # as comment
5897 characters.
5898 (java-properties-generic-mode): Added an imenu-generic-expression
5899 (java-properties-generic-mode): Reworked to support the various
5900 different ways to separate name and value (viz, '=', ':' and
5901 whitespace).
5902 (show-tabs-generic-mode): Added this new generic-mode.
5903
5904 1999-09-08 Richard Stallman <rms@gnu.org>
5905
5906 * progmodes/inf-lisp.el: Moved from top directory.
5907
5908 * tar-mode.el (tar-header-block-tokenize):
5909 Use `when' instead of `and'. Fix some clobbered text.
5910
5911 * gud.el (gud-make-debug-menu): Make a child for the
5912 local menu, for its menu bar, and the debug menu.
5913 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
5914 Use the history in the simple way.
5915
5916 1999-09-07 Kenichi Handa <handa@etl.go.jp>
5917
5918 * language/korea-util.el (default-korean-keyboard): Initialize it
5919 according to the environment variable HANGUL_KEYBOARD_TYPE.
5920
5921 1999-09-07 Richard Stallman <rms@gnu.org>
5922
5923 * subr.el (make-temp-file): New function.
5924
5925 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
5926
5927 * font-lock.el (font-lock-multiline): New text property contains
5928 a boolean to indicate if the char is part of a multiline match.
5929 (font-lock-default-fontify-region): Extend the region appropriately
5930 for multiline keywords.
5931 (font-lock-default-unfontify-region): Also remove the new
5932 font-lock-multiline text property.
5933 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
5934 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
5935
5936 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5937
5938 * diary-lib.el (list-diary-entries): Make sure two-digit years
5939 have leading zeros.
5940
5941 1999-09-07 Gerd Moellmann <gerd@gnu.org>
5942
5943 * faces.el (face-set-after-frame-default): Initialize some
5944 attributes of some faces from frame parameters.
5945
5946 * faces.el (scroll-bar, border, cursor, mouse): New faces.
5947
5948 1999-09-07 Gerd Moellmann <gerd@gnu.org>
5949
5950 * faces.el (fringe): Replaces face `margin'.
5951
5952 1999-09-07 Dave Love <fx@gnu.org>
5953
5954 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
5955
5956 1999-09-07 Richard Stallman <rms@gnu.org>
5957
5958 * subr.el (push): Doc fix.
5959
5960 1999-09-06 Richard Stallman <rms@gnu.org>
5961
5962 * vc.el (vc-annotate-display): Use < 69 not < 70
5963 to distinguish 20YY from 19YY.
5964
5965 * timezone.el (timezone-parse-date): Use < 69 not < 70
5966 to distinguish 20YY from 19YY.
5967
5968 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
5969
5970 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
5971
5972 * quickurl.el: (quickurl-list-focused-line): Removed.
5973 (quickurl-list-insert): Now works out the focused line using
5974 `count-lines' instead of using `quickurl-list-focused-line'.
5975
5976 1999-09-06 Richard Stallman <rms@gnu.org>
5977
5978 * mail/rmail.el (rmail-retry-failure): Unconditionally move
5979 to beginning of message.
5980
5981 1999-09-06 Dave Love <fx@gnu.org>
5982
5983 * isearch.el (isearch-mode-map): Add mouse-2.
5984
5985 * mail/rmail.el (rmail-read-password): Deleted.
5986 (rmail-get-pop-password): Use read-password.
5987
5988 * quickurl.el: Don't conditionally define caddr.
5989 (quickurl-url-comment): Use nth, not caddr in function and
5990 defsetf.
5991
5992 1999-09-06 Richard Stallman <rms@gnu.org>
5993
5994 * auto-show.el: Doc fixes.
5995
5996 1999-09-06 Stephen Eglen <stephen@gnu.org>
5997
5998 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
5999 --no-line-editing so that TABs in source files are not interpreted
6000 as completion requests.
6001
6002 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6003
6004 * hscroll.el, auto-show.el: Remove all code, keep the public
6005 interface as no-ops.
6006
6007 * faces.el (face-bold-p): Don't return t if face has lighter
6008 weight than normal.
6009
6010 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6011
6012 * startup.el (command-line): Make small-temporary-file-directory
6013 be nil except on ms-dos.
6014
6015 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6016
6017 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6018 is defined.
6019
6020 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6021 letters with a colon after d or l.
6022
6023 1999-09-06 Dave Love <fx@gnu.org>
6024
6025 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6026 primitive.)
6027
6028 1999-09-05 Richard Stallman <rms@gnu.org>
6029
6030 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6031
6032 * textmodes/paragraphs.el (backward-kill-sentence):
6033 Don't test minibuffer-prompt-end here.
6034 (forward-sentence): Do handle it here.
6035 (backward-kill-paragraph): Don't test it here.
6036 (forward-paragraph): Handle it here.
6037
6038 * mouse.el (font-menu-add-default): Simplify code.
6039
6040 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6041
6042 * faces.el (header-line): Renamed from `top-line'.
6043
6044 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6045
6046 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6047
6048 1999-09-04 Richard Stallman <rms@gnu.org>
6049
6050 * whitespace.el: New file.
6051
6052 1999-09-04 Dave Love <fx@gnu.org>
6053
6054 * paths.el: Make some doc strings obey the make-docfile convention.
6055
6056 * bindings.el: Likewise.
6057 (debug-ignored-errors): Remove BBDB ones.
6058
6059 1999-09-03 Richard Stallman <rms@gnu.org>
6060
6061 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6062 not from the draft to forward.
6063
6064 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6065
6066 1999-09-03 Dave Love <fx@gnu.org>
6067
6068 * double.el (double-mode): Customize the variable.
6069
6070 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6071
6072 * international/characters.el: Delete duplicated code.
6073
6074 1999-09-02 Richard Stallman <rms@gnu.org>
6075
6076 * indent.el (indent-relative): Doc fix.
6077
6078 * quickurl.el (quickurl): Doc fix.
6079
6080 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6081
6082 * faces.el (margin): Change background to "gray" for mono (this is
6083 drawn with a stipple pattern).
6084
6085 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6086
6087 * simple.el (next-history-element): Use minibuffer-prompt-end once
6088 again. Remove test for minibuffer-prompt-in-buffer.
6089
6090 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6091
6092 * files.el (small-temporary-file-directory): New variable.
6093
6094 * startup.el (command-line): Compute the value of
6095 small-temporary-file-directory.
6096
6097 * ediff-init.el (ediff-temp-file-prefix): Use
6098 small-temporary-file-directory if non-nil.
6099
6100 * vc.el (vc-update-change-log): Likewise.
6101
6102 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6103
6104 * simple.el (shell-command, shell-command-on-region): Use
6105 make-temp-name properly. Use small-temporary-file-directory if
6106 non-nil, otherwise temporary-file-directory, to generate temporary
6107 files.
6108
6109 * dos-w32.el (direct-print-region-helper): Use
6110 temporary-file-directory. (From Stefan Monnier.)
6111
6112 1999-09-02 Richard Stallman <rms@gnu.org>
6113
6114 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6115 from asm-comment-char.
6116 (asm-font-lock-keywords): Recognize instruction width suffixes.
6117
6118 1999-09-01 Richard Stallman <rms@gnu.org>
6119
6120 * play/fortune.el: New file.
6121
6122 1999-08-31 Dave Love <fx@gnu.org>
6123
6124 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6125 after key table.
6126
6127 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6128 redisplay variables.
6129
6130 * subr.el (push): Fix typo.
6131
6132 1999-08-30 Kevin Blake <kblake@ticnet.com>
6133
6134 * emacs-lisp/ring.el: Many doc fixes.
6135 (ring-size, ring-copy): New functions.
6136
6137 1999-08-29 Richard Stallman <rms@gnu.org>
6138
6139 * progmodes/etags.el (tags-loop-continue):
6140 After tags-loop-operate returns, force skip to next file.
6141
6142 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6143 (mail-extr-first-letters, mail-extr-last-letters):
6144 Use character classes [:alpha:] and [:alnum:].
6145
6146 * subr.el (push, pop): New macros.
6147
6148 * progmodes/compile.el (compilation-error-regexp-alist):
6149 New item for SGI IRIX MipsPro compilers.
6150
6151 * speedbar.el (speedbar-directory-buttons): Recognize
6152 device names when checking for file names.
6153
6154 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6155
6156 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6157 and specially handle defvar inside their expansions.
6158 (eval-defun-1): New subroutine.
6159
6160 * progmodes/compile.el (compilation-error-regexp-alist):
6161 Fix the Perl -w entry to allow period after line number.
6162 Don't allow newlines in file name, but allow them after line number
6163 for Perl debugging traces.
6164
6165 * which-func.el (which-func-cleanup-function): New variable.
6166 (which-function): Call that function.
6167
6168 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6169 to end a function name.
6170
6171 * informat.el (Info-tagify): Don't insert more than one newline
6172 before the tag table.
6173
6174 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6175
6176 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6177 than make-temp-name, use match-string-no-properties, and eliminate
6178 a quadratic behavior when building bibtex-strings.
6179
6180 1999-08-29 Alex Schroeder <alex@gnu.org>
6181
6182 * comint.el (comint-input-ring-separator): New variable.
6183 (comint-read-input-ring): Doc change; use
6184 comint-input-ring-separator when reading file.
6185 (comint-write-input-ring): Use
6186 comint-input-ring-separator when writing file.
6187
6188 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6189
6190 * informat.el (Info-tagify): Start by widening.
6191 Match node headers that don't list the file name,
6192 and more kinds of page separations.
6193 Strip properties during tagification.
6194 Use start of node header line as tag's position.
6195 Fix the "done" message.
6196
6197 (Info-validate): Save and restore match data around narrowing down.
6198
6199 1999-08-28 Richard M. Stallman <rms@gnu.org>
6200
6201 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6202 On repeated call, override previous values put into
6203 minor-mode-map-alist and minor-mode-alist.
6204
6205 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6206
6207 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6208
6209 1999-08-27 Andreas Schwab <schwab@gnu.org>
6210
6211 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6212 from cvs update.
6213
6214 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6215
6216 * calendar/calendar.el (calendar-move-hook): New hook.
6217
6218 * calendar/cal-move.el: Call the new hook in every movement function.
6219
6220 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6221 the right function name.
6222
6223 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6224
6225 * time-stamp.el: Put quote-backquote around all symbol names
6226 in doc strings, for mousing.
6227 (time-stamp): Support multi-line patterns.
6228 (time-stamp-inserts-lines): New variable.
6229 (time-stamp-count): New variable.
6230 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6231 "Thu" instead of "%a".
6232
6233 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6234
6235 * simple.el (kill-word): Undo previous change.
6236
6237 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6238
6239 * jit-lock.el (jit-lock-function): Extend the fontified range
6240 to the beginning of the line containing the range start and
6241 the beginning of the line following the range end.
6242
6243 1999-08-24 Dave Love <fx@gnu.org>
6244
6245 * timezone.el: Move provide to end.
6246 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6247 <70 are 2000+.
6248 (timezone-parse-time): Simplify somewhat.
6249
6250 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6251
6252 * faces.el (margin): Renamed from bitmap-area.
6253
6254 1999-08-24 Alex Schroeder <alex@gnu.org>
6255
6256 * sql.el: Doc changes.
6257 (sql-sybase): Use sql-server instead of sql-database.
6258
6259 1999-08-23 Dave Love <fx@gnu.org>
6260
6261 * rect.el: Add/fix various doc strings. Add `*' to all the
6262 interactive specs.
6263
6264 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6265
6266 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6267 Don't unwind-protect font-lock-fontify-region.
6268
6269 * paragraphs.el (backward-kill-paragraph): Don't move
6270 point into mini-buffer prompt.
6271 (backward-kill-sentence): Ditto.
6272
6273 * simple.el (next-history-element): Use minibuffer-prompt-end.
6274 Remove test for minibuffer-prompt-in-buffer.
6275 (kill-word): Don't move point into mini-buffer prompt.
6276
6277 1999-08-21 Dave Love <fx@gnu.org>
6278
6279 * Makefile: Exclude CVS dirs like RCS.
6280
6281 1999-08-19 Dave Love <fx@gnu.org>
6282
6283 * tooltip.el (tooltip-mode): Customize this, per convention.
6284 (tooltip-active): Option deleted.
6285
6286 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6287
6288 * hanoi.el, page-ext.el: Declare dynamic vars.
6289
6290 * term.el: Avoid ange-ftp related compilation warnings.
6291
6292 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6293
6294 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6295 the default so that beginners can benefit from it without
6296 searching in manuals.
6297
6298 1999-08-18 Ray Blaak <blaak@gnu.org>
6299
6300 * progmodes/delphi.el: Consider assembly sections as blocks, to
6301 indent them better. Make auto-indent on newline optional.
6302
6303 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6304
6305 * bindings.el (mode-line-modified): Look up key binding for C-x
6306 C-q. If it's bound call that binding, otherwise call
6307 toggle-read-only.
6308
6309 1999-08-17 Dave Love <fx@gnu.org>
6310
6311 * info.el (info): Doc fix.
6312
6313 * finder.el (finder-known-keywords): Add `multimedia'.
6314
6315 * apropos.el: Don't capitalize custom group name.
6316
6317 * info-look.el: Remove compatibility code.
6318 (info-lookup-guess-default*): DTRT for point at start of symbol.
6319 (info-complete): Don't lose with point not at end of symbol.
6320
6321 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6322
6323 * term.el (toplevel): Make face `term-default' an empty face.
6324 The code relied on the fact that Emacs ignored invalid faces in
6325 face text properties in 20.4.
6326
6327 1999-08-16 Richard M. Stallman <rms@gnu.org>
6328
6329 * subr.el (point-at-eol, point-at-bol): New aliases.
6330
6331 * simple.el: Functions reordered.
6332
6333 * rect.el (delete-rectangle-line): Use line-end-position.
6334
6335 1999-08-16 Karl Heuer <kwzh@gnu.org>
6336
6337 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6338 here from simple.el.
6339
6340 1999-08-16 Dave Love <fx@gnu.org>
6341
6342 * mouse.el: Provide `mldrag' for compatibility.
6343 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6344 marked obsolete.
6345
6346 * mldrag.el: Removed since the features are in mouse.el.
6347
6348 * jka-compr.el (auto-compression-mode): New variable for
6349 customization.
6350
6351 * bindings.el (mode-line-mule-info): Doc fix.
6352
6353 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6354 name comparisons.
6355
6356 * files.el (interpreter-mode-alist): Add make, guile, clisp.
6357 (find-file): Doc fix.
6358
6359 1999-08-16 Carsten Dominik <cd@gnu.org>
6360
6361 * textmodes/reftex.el: Most of the code moved to other files.
6362 * textmodes/reftex-auc.el: New file, split out from reftex.el
6363 * textmodes/reftex-cite.el: New file, split out from reftex.el
6364 * textmodes/reftex-global.el: New file, split out from reftex.el
6365 * textmodes/reftex-index.el: New file, split out from reftex.el
6366 * textmodes/reftex-parse.el: New file, split out from reftex.el
6367 * textmodes/reftex-ref.el: New file, split out from reftex.el
6368 * textmodes/reftex-sel.el: New file, split out from reftex.el
6369 * textmodes/reftex-toc.el: New file, split out from reftex.el
6370 * textmodes/reftex-vars.el: New file, split out from reftex.el
6371 * textmodes/reftex-vcr.el: New file, split out from reftex.el
6372
6373 1999-08-16 Carsten Dominik <cd@gnu.org>
6374
6375 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6376 conflict with pop-up-frames.
6377 (reftex-special-environment-parsers): New constant.
6378 (reftex-label-alist): car of an entry can also be a function.
6379 (reftex-what-special-env): Cew function.
6380 (reftex-label-location): Call `reftex-what-special-env'.
6381 (reftex-compile-variables): Check for symbol in
6382 `reftex-label-alist'.
6383 (reftex-what-environment): Fixed bug with stacked environments of
6384 same kind (e.g. enumerate).
6385 (reftex-process-string): Preserve default directory.
6386 (reftex-label-alist-builtin): Changed prefixes of endnote and
6387 footnote. Also the magic words.
6388 (reftex-reference): Interprete new option
6389 `reftex-fref-is-default'.
6390 (reftex-replace-prefix-escapes): Interprete new `%S' format.
6391 (reftex-toc-mouse-view-line): Command removed (had no binding).
6392 (reftex-everything-regexp): New function.
6393 (reftex-nearest-match): Made better.
6394 (reftex-toc-find-section): Use new version of
6395 `reftex-nearest-match'.
6396 (reftex-insert-docstruct): Adapted to work with the index stuff.
6397 (reftex-parse-from-file): Find index entries as well.
6398 (reftex-toc-toggle-index): New function
6399 (reftex-toc-map): `i' is now used to togle the index, File
6400 boundaries has been moved to `F'.
6401 (reftex-select-label-map): Toggling display of file boundaries is
6402 now on the `F' key, for consistency with `reftex-toc-map'.
6403 (reftex-erase-all-selection-and-index-buffers): Renamed from
6404 `reftex-erase-all-selection-buffer'. Now also kills the index
6405 buffers.
6406 (reftex-viewing-cross-references): Customization group renamed
6407 from reftex-viewing-cross-references-and-citations.
6408 (reftex-index-macro-regexp,
6409 reftex-find-index-entry-regexp-format): New variables
6410 (reftex-macros-with-index): New variable
6411 (reftex-add-index-macros): New function
6412 (reftex-renumber-simple-labels, reftex-translate): Allow for
6413 multiple labels in a single ref command.
6414 (reftex-index-support): New customization group
6415 (reftex-support-index, reftex-index-special-chars,
6416 reftex-index-macros, reftex-index-default-macro,
6417 reftex-index-default-tag, reftex-index-math-format,
6418 reftex-index-section-letters, reftex-index-include-context,
6419 reftex-index-follow-mode, reftex-index-header-face,
6420 reftex-index-section-face, reftex-index-tag-face,
6421 reftex-index-face): New options
6422 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6423 reftex-index-tag, reftex-index-return-marker,
6424 reftex-index-restriction-indicator, reftex-index-restriction-data,
6425 reftex-index-macro-regexp, reftex-index-level-re,
6426 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6427 reftex-everything-regexp-no-index, reftex-index-re,
6428 reftex-macros-with-index, reftex-index-macro-alist): New variables
6429 (reftex-index-help, reftex-index-macros-builtin,
6430 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6431 reftex-query-index-macro-help): New constants
6432 (reftex-index-selection-or-word, reftex-index,
6433 reftex-default-index, reftex-update-default-index,
6434 reftex-index-complete-tag, reftex-index-select-tag,
6435 reftex-index-complete-key, reftex-index-update-taglist,
6436 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6437 reftex-display-index, reftex-insert-index,
6438 reftex-index-insert-new-letter, reftex-get-restriction,
6439 reftex-index-pre-command-hook, reftex-index-post-command-hook,
6440 reftex-index-show-help, reftex-index-next, reftex-index-previous,
6441 reftex-index-toggle-follow, reftex-index-toggle-context,
6442 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6443 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6444 reftex-index-quit, reftex-index-quit-and-kill,
6445 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6446 reftex-index-revert, reftex-index-switch-index-tag,
6447 reftex-index-restrict-to-section, reftex-index-widen,
6448 reftex-index-restriction-forward,
6449 reftex-index-restriction-backward, reftex-index-visit-location,
6450 reftex-index-analyze-entry, reftex-index-globalize,
6451 reftex-index-edit, reftex-index-toggle-range-beginning,
6452 reftex-index-toggle-range-end, reftex-index-edit-key,
6453 reftex-index-edit-attribute, reftex-index-edit-visual,
6454 reftex-index-edit-part, reftex-index-level-down,
6455 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6456 reftex-index-change-entry, reftex-index-goto-letter,
6457 reftex-add-index-macros, reftex-ensure-index-support,
6458 reftex-index-info-safe, reftex-index-info): New functions.
6459
6460
6461 1999-08-15 Richard M. Stallman <rms@gnu.org>
6462
6463 * paren.el (show-paren-mode): Support making show-paren-mode
6464 a buffer-local variable. Don't check for a window system.
6465 (show-paren-function): Check whether show-paren-function is
6466 enabled in current buffer; do the right thing if not.
6467 Don't check for a window system.
6468 (show-paren-mode): Make it a user variable.
6469
6470 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6471 Handle `enum' like `struct'.
6472
6473 * server.el (server-process-filter): If a client visits no buffers,
6474 close it immediately before recording it.
6475
6476 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6477 Optimize by calling concat just once. Handle =\n sequence.
6478 (mail-unquote-printable-region): New command.
6479 (mail-quote-printable): Make it autoload.
6480
6481 1999-08-15 Karl Heuer <kwzh@gnu.org>
6482
6483 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6484
6485 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
6486
6487 * lisp/texinfmt.el: Handle @ifnottex.
6488
6489 1999-08-15 Eli Zaretskii <eliz@gnu.org>
6490
6491 * frame.el (blink-cursor): Don't turn on cursor blinking for
6492 ms-dos.
6493
6494 * faces.el (face-valid-attribute-values): Look in
6495 x-bitmap-file-path only for x and w32 window systems.
6496
6497 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
6498 Do that if width is nil as well.
6499 (x-display-mm-height, x-display-mm-width): Update values.
6500 (x-colors): Compute the list from msdos-color-values.
6501 (x-select-enable-clipboard): Doc fix.
6502 (x-frob-font-weight, x-font-family-list): New functions.
6503
6504 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
6505
6506 * window.el (shrink-window-if-larger-than-buffer): Don't try to
6507 back up from beginning of buffer.
6508
6509 1999-08-13 Karl Heuer <kwzh@gnu.org>
6510
6511 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
6512
6513 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
6514
6515 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
6516 doomsday clock, speed control is added and changes are made to
6517 allow large numbers of rings: rings now show the whole ring
6518 number, not just the last digit; consecutive rings are allowed to
6519 be the same size when necessary to fit all the rings in the
6520 window; and poles can be oriented horizontally. Face support is
6521 thrown in gratuitously.
6522 (hanoi): Changed default number of rings back to 3.
6523 (hanoi-unix, hanoi-unix-64): New commands
6524 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
6525 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
6526 hanoi-odd-ring-face): New variables.
6527 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
6528 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
6529 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
6530 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
6531 (hanoi-topos, hanoi-draw-ring): Removed.
6532
6533 1999-08-12 Gerd Moellmann <gerd@gnu.org>
6534
6535 * faces.el (face-valid-attribute-values): Return an alist for
6536 families on ttys.
6537 (face-read-integer): Handle unspecified face attributes. Add
6538 completion for `unspecified'.
6539 (read-face-attribute): Handle unspecified font attributes.
6540 (face-valid-attribute-values): Add `unspecified' to lists so that
6541 it can be chosen via completion.
6542 (face-read-string): Don't recognize "none" as input.
6543
6544 1999-08-10 Dave Love <fx@gnu.org>
6545
6546 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
6547 string.
6548
6549 * sun-curs.el: Require sun-fns.
6550
6551 1999-08-10 Dave Love <fx@gnu.org>
6552
6553 * autorevert.el (auto-revert-mode): Add autoload cookie.
6554
6555 * hscroll.el, auto-show.el: Files deleted -- we have built-in
6556 hscroll.
6557
6558 * simple.el (hscroll-step, hscroll-point-visible)
6559 (hscroll-window-column): Remove now we have the mentioned real
6560 horizontal autoscrolling.
6561
6562 1999-08-10 Richard M. Stallman <rms@gnu.org>
6563
6564 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
6565 control use of -f option.
6566 (mail-specify-envelope-from): New variable.
6567 (mail-from-style): Doc fix.
6568
6569 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
6570 (easy-menu-get-map): New arg TO-MODIFY helps choose
6571 between local and global maps.
6572 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
6573 (easy-menu-change): Doc fix.
6574
6575 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
6576 (info-lookup-guess-default): Simplified and cleaned up.
6577 (info-lookup-guess-default*): Preserve point.
6578
6579 * view.el (view-mode-disable): If buffer-read-only is nil,
6580 don't change it.
6581
6582 * files.el (after-find-file): Disable View mode if buffer is no
6583 longer read-only.
6584
6585 * view.el (view-mode-enable, view-mode-disable):
6586 Call force-mode-line-update.
6587
6588 1999-08-10 Karl Heuer <kwzh@gnu.org>
6589
6590 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
6591 * array.el, play/landmark.el, international/latin-3.el: Likewise.
6592 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
6593
6594 1999-08-10 Alex Schroeder <asc@bsiag.com>
6595
6596 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
6597 to prevent m-eating-bug.
6598
6599 1999-08-10 Eli Zaretskii <eliz@gnu.org>
6600
6601 * term/pc-win.el (msdos-bg-mode): Remove. Call
6602 frame-set-background-mode instead. All callers changed.
6603 (msdos-face-setup): Don't force color display parameter, it is set
6604 by frame-set-background-mode.
6605 (make-msdos-frame): Call x-handle-reverse-video and
6606 face-set-after-frame-default. Delete frame if creation failed.
6607
6608 * faces.el (face-set-after-frame-default): Don't call
6609 make-face-x-resource-internal for the pc window-system.
6610
6611 1999-08-10 Dave Love <fx@melange.gnu.org>
6612
6613 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
6614 case with no docstring specially.
6615
6616 1999-08-09 Eli Zaretskii <eliz@gnu.org>
6617
6618 * complete.el (PC-do-completion): If completing on file name,
6619 reproduce str by concatenating its directory and basename parts.
6620
6621 1999-08-07 Dave Love <fx@gnu.org>
6622
6623 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
6624 unibyte to multibyte conversion of search-forward (from Handa),
6625 but avoid the replacement if the language is Latin-N.
6626
6627 1999-08-06 Richard Stallman <rms@gnu.org>
6628
6629 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
6630 of eval-buffer.
6631
6632 * international/mule.el (load-with-code-conversion):
6633 Pass t to eval-buffer for DO-ALLOW-PRINT.
6634
6635 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
6636
6637 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
6638 of filenames and attributes.
6639 (ls-lisp-insert-directory): Use directory-files-and-attributes
6640 for speed.
6641
6642 1999-08-05 Dave Love <fx@gnu.org>
6643
6644 * auto-show.el (auto-show-mode): Fix :set.
6645
6646 * widget.el (define-widget-keywords): Make dummy definition and
6647 comment-out its use.
6648
6649 1999-08-04 Richard Stallman <rms@gnu.org>
6650
6651 * progmodes/tcl.el: Customized.
6652
6653 * sql.el (sql-accumulate-and-indent): Instead of testing
6654 whether this is Emacs 20 before calling comint-accumulate,
6655 test whether comint-accumulate is defined.
6656
6657 1999-08-04 Dave Love <fx@gnu.org>
6658
6659 * sgml-mode.el: Require outline when compiling.
6660 (sgml-mode-hook, html-mode-hook): Customize.
6661 (sgml-validate-command): Fix :version.
6662 (html-autoview-mode): Doc fix.
6663
6664 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
6665 nothing in Latin-N environment.
6666
6667 * info.el (Info-find-node): Call info-initialize here.
6668 (info): Not here.
6669 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
6670
6671 1999-08-04 Richard Stallman <rms@gnu.org>
6672
6673 * ansi-color.el: New file.
6674
6675 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
6676
6677 * dired.el (dired-string-replace-match): Return `nil' when no match
6678 found with global search.
6679
6680 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
6681 * terminal.el (te-terminfo-directory):
6682 * mail/mailpost.el (post-mail-send-it):
6683 * mail/metamail.el (metamail-region):
6684 * progmodes/ada-mode.el (ada-tmp-directory):
6685 Use temporary-file-directory.
6686
6687 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
6688 (compilation-filter, compilation-forget-errors)
6689 (compilation-parse-errors): Use a marker instead of an integer for
6690 `compilation-parsing-end'.
6691
6692 * progmodes/diff.el (diff-parse-differences):
6693 Use a marker instead of an integer for `compilation-parsing-end'.
6694 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6695 Use a marker instead of an integer for `compilation-parsing-end'.
6696
6697 1999-08-03 Richard Stallman <rms@gnu.org>
6698
6699 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
6700 (Buffer-menu-mode): Doc fix.
6701 (Buffer-menu-view): New command.
6702 (Buffer-menu-view-other-window): New command.
6703
6704 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
6705
6706 * replace.el (query-replace-regexp-eval)
6707 (replace-eval-replacement, replace-loop-through-replacements)
6708 (replace-match-string-symbols): New functions.
6709 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
6710 Use replace-loop-through-replacements.
6711
6712 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
6713
6714 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
6715 (5x5): Doc fix.
6716
6717 1999-08-03 Dave Love <fx@gnu.org>
6718
6719 * fortran.el (fortran-indent-new-line): Make it an alias
6720 for reindent-then-newline-and-indent.
6721
6722 1999-08-03 Didier Verna <verna@inf.enst.fr>
6723
6724 * rect.el: All functions rewritten, except when noted above
6725 their declaration. Below is a list of interface changes.
6726 (apply-on-rectangle): New function, mostly replaces
6727 `operate-on-rectangle'. All callers changed.
6728 (move-to-column-force): Pass new second argument to `move-to-column'.
6729 (kill-rectangle): Added optional prefix arg to fill lines.
6730 (delete-rectangle): Ditto.
6731 (delete-whitespace-rectangle): Ditto.
6732 (delete-extract-rectangle): Ditto.
6733 (open-rectangle): Ditto.
6734 (clear-rectangle): Ditto.
6735 (delete-whitespace-rectangle-line): New function.
6736 (delete-rectangle-line): Added third arg FILL.
6737 (delete-extract-rectangle-line): Ditto.
6738 (open-rectangle-line): Ditto.
6739 (clear-rectangle-line): Ditto.
6740
6741 1999-08-03 Ray Blaak <blaak@gnu.org>
6742
6743 * progmodes/delphi.el: New file.
6744
6745 1999-08-02 Richard Stallman <rms@gnu.org>
6746
6747 * textmodes/outline.el (outline-previous-heading): New function.
6748 (outline-up-heading-all): Use outline-previous-heading.
6749 (outline-next-heading): Delete definition inserted yesterday.
6750
6751 1999-08-01 Richard Stallman <rms@gnu.org>
6752
6753 * textmodes/outline.el (outline-next-heading): New function.
6754 (outline-up-heading-all): New function.
6755 (outline-font-lock-level): Using outline-up-heading-all.
6756 Tell outline-back-to-heading to accept invisible headings.
6757
6758 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
6759
6760 * mail/mh-utils.el (mh-find-path-run): New variable.
6761 (mh-find-path): Test and set that.
6762 Set mail-user-agent only the first time this function is run.
6763 (mail-user-agent): Defvar deleted.
6764
6765 * info.el (info-initialize): New function.
6766 (info): Call info-initialize.
6767 (Info-directory-list): Initialize to nil,
6768 so info-initialize will set it up for real.
6769
6770 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6771
6772 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
6773 does not interpret a time as the year in a day-month entry.
6774
6775 * calendar/diary-lib.el: Change syntax table entry for colon in
6776 the diary as part of the european-date-diary-pattern fix.
6777
6778 1999-08-01 Eli Zaretskii <eliz@gnu.org>
6779
6780 * international/mule.el (set-auto-coding): Allow whitespace before
6781 and after the "variable: value" pair.
6782
6783 1999-07-30 Ken'ichi Handa <handa@gnu.org>
6784
6785 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
6786 (default-sendmail-coding-system): Doc-string fixed.
6787
6788 1999-07-30 Dave Love <fx@gnu.org>
6789
6790 * subr.el (assoc-delete-all): New function, renamed from
6791 frame-delete-all.
6792
6793 * frame.el: Change comments to doc strings and other doc fixes.
6794 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
6795 Callers changed.
6796 (set-background-color, set-foreground-color, set-cursor-color)
6797 (set-mouse-color, set-border-color): Offer completion of colours.
6798 (cursor): Add :version to defgroup.
6799
6800 * facemenu.el (list-colors-display): Make it work on ttys.
6801 (facemenu-read-color): Likewise.
6802
6803 1999-07-30 Richard M. Stallman <rms@gnu.org>
6804
6805 * frame.el (frame-notice-user-settings): If background
6806 color has been changed, update background-mode from it,
6807 then update faces.
6808
6809 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6810
6811 * net-utils.el (finger): Don't do indirect fingering.
6812
6813 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6814
6815 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
6816 rules. Add separator at end of holidays.
6817 (cal-tex-rules): New customizable variable.
6818 (cal-tex-latexify-list): Add optional parameter to put separator
6819 at end.
6820
6821 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
6822
6823 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
6824 fill prefix on each line while looping to the end of paragraph.
6825 End paragraph if it's longer than the existing fill prefix.
6826
6827 * textmodes/fill.el (fill-context-prefix): Doc fix.
6828
6829 1999-07-30 Dave Love <fx@gnu.org>
6830
6831 * font-lock.el (jit-lock): Fix :load, add :version.
6832
6833 1999-07-30 Eli Zaretskii <eliz@gnu.org>
6834
6835 * term/pc-win.el (msdos-face-setup): Register standard colors in
6836 Vface_tty_color_alist.
6837 (face-color-supported-p, face_color_gray_p): New functions.
6838
6839 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
6840 is bound.
6841
6842 * startup.el (command-line): Don't register default colors for
6843 MSDOS window-system.
6844
6845 1999-07-29 Dave Love <fx@gnu.org>
6846
6847 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
6848 charquote.
6849
6850 * lisp-mode.el (eval-defun): Re-written to avoid
6851 capturing variables.
6852
6853 * picture.el (picture-beginning-of-line): Don't call
6854 hscroll-point-visible now we have real autoscrolling.
6855 (picture-end-of-line, picture-newline, picture-open-line):
6856 Likewise.
6857
6858 * international/latin-8.el: New file.
6859 * international/latin-9.el: New file.
6860
6861 1999-07-28 Dave Love <fx@gnu.org>
6862
6863 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
6864
6865 * msb.el: Require cl only when compiling.
6866 (msb--home-dir): Deleted.
6867 (msb--format-title): Use abbreviate-file-name.
6868 (msb--choose-file-menu): Simplify string comparison.
6869
6870 1999-07-28 Gerd Moellmann <gerd@gnu.org>
6871
6872 * faces.el (toolbar): Add face definition for mono displays.
6873
6874 1999-07-27 Richard M. Stallman <rms@gnu.org>
6875
6876 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6877
6878 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
6879 force copying of default-frame-alist.
6880
6881 1999-07-26 Ken'ichi Handa <handa@gnu.org>
6882
6883 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
6884
6885 1999-07-26 Richard M. Stallman <rms@gnu.org>
6886
6887 * frame.el (set-mouse-color): If new color is nil,
6888 really respecify the current color.
6889
6890 1999-07-26 Gerd Moellmann <gerd@gnu.org>
6891
6892 * faces.el (bitmap-area): Change background of face `bitmap-area'
6893 to white for mono displays.
6894
6895 1999-07-26 Kenichi Handa <handa@etl.go.jp>
6896
6897 * international/ccl.el (ccl-embed-symbol): New function.
6898 (ccl-program-p): Deleted. Now it's implemented in C code.
6899 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
6900 (ccl-compile-translate-character): Likewise.
6901 (ccl-compile-map-single): Likewise.
6902 (ccl-compile-multiple-map-function): Likewise.
6903 (declare-ccl-program): Doc-string modified.
6904 (check-ccl-program): Check compiled CCL code by ccl-program-p.
6905
6906 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
6907
6908 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6909
6910 1999-07-25 Markus Rost <rost@gnu.org>
6911
6912 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
6913 the entries to make custom-file more readable.
6914
6915 1999-07-25 Richard M. Stallman <rms@gnu.org>
6916
6917 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
6918
6919 * emacs-lisp/edebug.el: Delete compatibility code.
6920 (edebug-next-token-class): If . is followed by a digit,
6921 return `symbol' for the token class.
6922
6923 * startup.el (command-line): If we don't find the user's init file,
6924 set user-init-file to nil.
6925
6926 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6927
6928 * info-look.el (info-lookup-interactive-arguments): Add optional
6929 argument query for new choice of help mode.
6930 (info-lookup-symbol): Use it.
6931 (info-lookup-file): Ditto.
6932 (info-lookup): Don't switch to other window, if already in Info
6933 buffer.
6934
6935 1999-07-23 Dave Love <fx@gnu.org>
6936
6937 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
6938 syntax.
6939 (fortran-fontify-string, fortran-match-!-comment): Deleted.
6940 (fortran-font-lock-syntactic-keywords): New variable.
6941 (fortran-mode): Use it.
6942 (fortran-font-lock-keywords-1): Don't do comments.
6943 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
6944 match data.
6945
6946 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
6947
6948 * msb.el (msb-menu-bar-update-buffers): Renamed from
6949 menu-bar-update-buffers.
6950 (msb-custom-set, msb--toggle-menu-type): Call
6951 msb-menu-bar-update-buffers.
6952 (msb-mode): Revise the hook setting.
6953
6954 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
6955
6956 1999-07-23 Gerd Moellmann <gerd@gnu.org>
6957
6958 * font-lock.el, help.el, simple.el: Re-integrate previously
6959 described changes that were lost due to errors while checking them
6960 in.
6961
6962 1999-07-23 Kevin Blake <kblake@ticnet.com>
6963
6964 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
6965
6966 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
6967
6968 * international/encoded-kb.el
6969 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
6970 but push it to unread-command-events.
6971 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
6972 (encoded-kbd-self-insert-sjis): Likewise.
6973 (encoded-kbd-self-insert-big5): Likewise.
6974
6975 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
6976 before left margin and fill-prefix by fill-find-break-point.
6977
6978 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6979
6980 * info-look.el (info-lookup-setup-mode): Don't give up, if
6981 info-lookup-make-completions returns an error.
6982 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
6983 name latex, not latex2e.
6984
6985 1999-07-21 Richard M. Stallman <rms@gnu.org>
6986
6987 * replace.el (perform-replace): Turn off case-fold-search
6988 if FROM-STRING argument has uppercase in it.
6989
6990 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6991
6992 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
6993 mode is on. Don't use end of changed text.
6994
6995 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6996
6997 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
6998 (cl-hash-table-p): Renamed from hash-table-p.
6999 (cl-hash-table-count): Renamed from hash-table-count.
7000 (maphash): Alias to cl-maphash removed.
7001 (gethash): Likewise.
7002 (puthash): Likewise.
7003 (remhash): Likewise.
7004 (clrhash): Likewise.
7005
7006 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7007
7008 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7009 third arg non-nil. See comment there why this isn't a good idea.
7010
7011 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7012
7013 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7014
7015 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7016 sit-for with 3rd arg non-nil to prevent redisplay.
7017
7018 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7019
7020 * image.el (image-type-from-file-header): If file doesn't
7021 have a directory part, add data-directory.
7022
7023 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7024
7025 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7026 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7027 motion handling when tooltip-gud-tips-p is nil.
7028
7029 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7030
7031 * tooltip.el (tooltip-mode): Don't use `plusp'.
7032 (tooltip-active): Use initial value of nil.
7033
7034 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7035
7036 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7037
7038 * bindings.el (make-mode-line-mouse-sensitive): Add key
7039 definitions for `top-line'.
7040
7041 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7042
7043 * faces.el (top-line): New face.
7044
7045 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7046
7047 * image.el (image-type-regexps): Add regexp for PS files.
7048
7049 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7050
7051 * faces.el (set-face-attribute): Fix wrong handling of frame
7052 begin equal to t.
7053
7054 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7055
7056 * image.el (image-type-regexps): Add PNG format.
7057
7058 1999-07-21 Dave Love <fx@gnu.org>
7059
7060 * bindings.el (mode-line-modified): New variable.
7061 (mode-line-mode-menu-1): Switch to appropriate window before
7062 showing menu.
7063
7064 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7065
7066 * faces.el (face-underline): Removed.
7067 (face-underline-color): Ditto.
7068
7069 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7070
7071 * faces.el (face-x-resources): Fix typo.
7072
7073 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7074
7075 * faces.el: Remove handling of `:relief', extend handling of
7076 `:box'.
7077 (frame-set-background-mode): Choose new defface specs after
7078 frame parameters have changed.
7079
7080 * cus-face.el: Ditto.
7081
7082 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7083
7084 * custom.el (defface): Extend documentation to include new
7085 face attributes.
7086
7087 * cus-face.el (custom-face-attributes): Add overline,
7088 strike-through, box.
7089
7090 * faces.el (face-valid-attribute-values): Handle overline,
7091 strike-through, box.
7092 (face-attribute-name-alist): Add pairs for new face attributes.
7093 (describe-face): Handle new face attributes.
7094
7095 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7096
7097 * faces.el (face-x-resources): Add overline, strike-through, box.
7098
7099 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7100
7101 * enriched.el (enriched-translations): Add `display' and
7102 "x-display".
7103 (enriched-handle-display-prop): New.
7104 (enriched-decode-display-prop): New.
7105
7106 * format.el (top-level): Give `display' property
7107 `format-list-atomic-p.
7108 (format-annotate-single-property-change): Test that property.
7109 If present, treat list property values like atoms.
7110
7111 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7112
7113 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7114 so that "*" can be entered.
7115
7116 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7117
7118 * cus-face.el (custom-face-attributes): Don't use `#''.
7119
7120 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7121
7122 * cus-face.el (custom-face-attributes): Return underline
7123 face attribute directly from the second lambda of underline.
7124
7125 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7126
7127 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7128
7129 * frame.el (after-setting-font-hooks): New variable.
7130 (set-frame-font): Run those hooks.
7131
7132 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7133
7134 * faces.el (set-face-attribute): Fix doc string.
7135
7136 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7137
7138 * cus-face.el (custom-face-attributes): Accept color name.
7139
7140 * faces.el (face-underline-p): Accept unspecified underlining.
7141 (face-underline): Ditto. Fix doc string.
7142
7143 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7144
7145 * faces.el (face-underline-color): New function.
7146
7147 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7148
7149 * cus-face.el (custom-face-attributes): Support underline coloring.
7150 Added slot to choose a color.
7151
7152 * faces.el (face-underline): New function.
7153 (face-underline-p): Support underline coloring.
7154 Return nil only if the underline attribute is 'normal.
7155 (set-face-underline): New function.
7156 (face-valid-attribute-values): Support underline coloring.
7157
7158 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7159
7160 * image.el (insert-image): Use `display' instead of `glyph'
7161 as text property name.
7162 (put-image): Ditto.
7163 (image-type-from-file-header): Use insert-file-contents-literally.
7164
7165 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7166
7167 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7168 string to indicate separators.
7169
7170 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7171
7172 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7173 instead of message-log.
7174
7175 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7176
7177 * faces.el (bitmap-area): New face.
7178
7179 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7180
7181 * image.el (insert-image): New.
7182
7183 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7184
7185 * frame.el (blink-cursor): Set the symbol's value.
7186 (show-trailing-whitespace): Change group to font-lock.
7187
7188 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7189
7190 * jit-lock.el: New.
7191 * font-lock.el: Add jit-mode as new support mode.
7192
7193 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7194 reaching end instead of letting re-search-forward signal an error.
7195 (demand-lock-mode): New.
7196 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7197 (font-lock-turn-off-thing-lock): Ditto.
7198 (font-lock-after-fontify-buffer): Ditto.
7199 (font-lock-after-unfontify-buffer): Ditto.
7200
7201 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7202
7203 * gs.el: New file.
7204
7205 * startup.el (command-line-1): Activate tooltip mode if
7206 interactive.
7207
7208 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7209
7210 * faces.el (toolbar): Grey default background.
7211 (modeline): Ditto.
7212
7213 * image.el (image-type-regexps): New.
7214 (image-type-from-file-header): New.
7215 (create-image): Call it.
7216
7217 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7218
7219 * image.el: New file.
7220
7221 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7222
7223 * bindings.el (mode-line-format): Replace `mode-name' with
7224 `(:eval mode-line-mode-name)'.
7225 (mode-line-mode-name): New.
7226 (make-mode-line-mouse-sensitive): Don't change default value
7227 of `mode-name'.
7228
7229 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7230
7231 * tooltip.el: New file.
7232
7233 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7234
7235 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7236 instead of mouse-3 to pop up menus.
7237 (mode-line-kill-buffer): Removed.
7238 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7239 buffer name.
7240 (mode-line-buffer-menu-1): Removed.
7241
7242 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7243
7244 * bindings.el (mode-line-buffer-identification-keymap): New.
7245 (mode-line-buffer-menu-keymap): New.
7246 (mode-line-mode-menu-keymap): New.
7247 (mode-line-unbury-buffer): New.
7248 (mode-line-other-buffer): New.
7249 (mode-line-kill-buffer): New.
7250 (mode-line-buffer-menu-1): New.
7251 (mode-line-mode-menu-1): New.
7252 (make-mode-line-mouse-sensitive): New.
7253
7254 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7255
7256 * help.el (describe-key-briefly): Handle mode line strings
7257 with local-map properties.
7258 (describe-key): Ditto.
7259 (mode-line-key-binding): New.
7260
7261 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7262
7263 * scroll-bar.el (scroll-bar-timer): New.
7264 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7265
7266 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7267
7268 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7269 and `bottom'.
7270
7271 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7272
7273 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7274 (global): Use different key bindings if using tookit scroll bars.
7275
7276 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7277
7278 * faces.el (modeline): Define mode line face with relief for
7279 class color, only.
7280 (toolbar): New face.
7281
7282 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7283
7284 * frame.el (frame-initialize): Set frame-creation-function to
7285 tty-create-frame-with-faces.
7286
7287 * faces.el (frame-set-background-mode): Make it work for
7288 window-system nil.
7289
7290 * faces.el (tty-create-frame-with-faces): New.
7291 (face-set-after-frame-default): Make it work for TTY frames.
7292
7293 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7294
7295 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7296 Return a list of one font family for TTYs. Don't return bitmap
7297 file paths for TTY frames.
7298
7299 * faces.el: Add face specs for tty displays to basic faces.
7300
7301 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7302 (font-lock-string-face): Ditto.
7303 (font-lock-keyword-face): Ditto.
7304 (font-lock-builtin-face): Ditto.
7305 (font-lock-function-name-face): Ditto.
7306 (font-lock-variable-name-face): Ditto.
7307 (font-lock-type-face): Ditto.
7308 (font-lock-constant-face): Ditto.
7309 (font-lock-warning-face): Ditto.
7310
7311 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7312
7313 * startup.el (command-line): Register default tty colors.
7314
7315 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7316
7317 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7318
7319 * faces.el (modeline): For X frames, use a modeline with relief.
7320
7321 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7322
7323 * faces.el (frame-update-faces): Copied from 20.2.
7324 (frame-update-face-colors): Ditto. Code removed that isn't
7325 applicable in the new face implementation.
7326
7327 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7328
7329 * frame.el (show-trailing-whitespace): New.
7330
7331 * faces.el (trailing-whitespace): New basic face.
7332
7333 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7334
7335 * cus-face.el (custom-facep): Always define as alias for facep.
7336
7337 * cus-face.el (custom-face-attributes): Use choice widgets.
7338 Remove :bold and :italic.
7339
7340 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7341
7342 * faces.el (face-charset-registries): Removed since fontset.el
7343 is no always loaded.
7344
7345 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7346
7347 * faces.el (internal-get-face): Added as obsolete function for
7348 compatibility.
7349
7350 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7351
7352 * frame.el (blink-cursor-end): Call show-cursor.
7353 (blink-cursor-mode): Ditto.
7354
7355 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7356
7357 * faces.el (face-spec-reset-face): Reset all attributes to
7358 `unspecified'.
7359 (face-spec-set): Use it.
7360
7361 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7362
7363 * faces.el (read-all-face-attributes): Bug fix.
7364 (face-read-integer): Allow nil default value.
7365 (face-valid-attribute-values): Use symbol names of attribute
7366 values for completion list.
7367
7368 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7369
7370 * faces.el (internal-find-face): Define for compatibility with
7371 20.2.
7372 (face-id): Likewise.
7373
7374 * faces.el (face-id): Return the ID of a realized face for ASCII.
7375
7376 * fontset.el (x-charset-registries): Removed. Now in faces.el.
7377 (x-complement-fontset-spec): Use face-charset-registries.
7378
7379 * faces.el (face-font-selection-order): Set font selection order
7380 from Lisp.
7381 (face-alternative-font-family-alist): Set alternative font
7382 families from Lisp.
7383
7384 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7385
7386 * faces.el (set-face-charset-registries): Set symbol value.
7387
7388 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7389
7390 * faces.el (face-set-after-frame-default): Call function
7391 internal-merge-in-global-face.
7392
7393 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7394
7395 * faces.el (face-list): Return symbols from face-global-alist.
7396
7397 * faces.el (face-list): Return a copy of the face name list so
7398 that it cannot be modified from outside (facemenu.el uses
7399 nreverse, for example).
7400
7401 * cus-face.el (custom-face-attributes): Add :bold and :italic
7402 for compatibility with old code.
7403
7404 * faces.el (set-face-attributes-from-resources): Additional
7405 frame parameter.
7406 (make-face-x-resource-internal): Set attributes from resources
7407 for a given frame or all frames.
7408
7409 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7410
7411 * faces.el (all-faces): Removed.
7412
7413 * custom.el (defface): Add new face attributes to function
7414 comment.
7415
7416 * font-lock.el (font-lock-comment-face): Use new face attribute
7417 names.
7418 (font-lock-string-face): Ditto.
7419 (font-lock-keyword-face): Ditto.
7420 (font-lock-builtin-face): Ditto.
7421 (font-lock-function-name-face): Ditto.
7422 (font-lock-variable-name-face): Ditto.
7423 (font-lock-type-face): Ditto.
7424 (font-lock-reference-face): Ditto.
7425 (font-lock-warning-face): Ditto.
7426 ((boundp 'font-lock-face-attributes)): Ditto.
7427
7428 * cus-face.el (custom-face-attributes): Use new face attributes.
7429
7430 * faces.el (set-face-attribute-from-resource): Initialize
7431 from resources only for X and W32.
7432
7433 * cus-face.el (custom-declare-face): Don't make frame-local
7434 faces.
7435
7436 * faces.el (describe-face): Use princ instead of insert.
7437
7438 * faces.el: Add XLFD manipulation functions from 20.2 again
7439 because fontset.el uses them.
7440 (face-set-after-frame-default): Add empty definition.
7441
7442 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7443
7444 * faces.el (make-face): Correct typo.
7445 (set-face-attribute-from-resource): Use let*.
7446 (face-underline-p): Correct typo.
7447 (face-inverse-video-p): Ditto.
7448 (set-face-stipple): Ditto.
7449 (face-read-string): Make completion-list optional parameter.
7450
7451 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7452
7453 * faces.el (face-charset-registries): Alist mapping charset
7454 symbols to registries and encoding.
7455
7456 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7457
7458 * frame.el (blink-cursor-mode): Use interactive spec "P".
7459
7460 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7461
7462 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7463 mode. The cursor of selected_window blinks if the mode is enabled.
7464
7465 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7466
7467 * simple.el (next-history-element): Set point to the end of the
7468 prompt if minibuffer-prompt-in-buffer.
7469
7470 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7471
7472 * faces.el (x-font-regexp): Add sub-expression parentheses for
7473 several font name components.
7474
7475 1999-07-21 Gerd Moellmann <gerd@acm.org>
7476
7477 * faces.el (set-face-relief): Use index 12 for relief.
7478 (face-fill-in): Set relief from data.
7479 (internal-make-face): Init relief to zero.
7480
7481 * faces.el (face-spec-set): Call modify-face with additional
7482 parameters for relief and fixed-p.
7483
7484 1999-07-21 Gerd Moellmann <gerd@acm.org>
7485
7486 * cus-face.el: ':fixed and ':relief added.
7487
7488 * faces.el (describe-face): Add fixed font attribute and relief.
7489 (face-attr-match-p): Ditto.
7490 (face-attr-construct): Ditto.
7491 (face-spec-set): Ditto.
7492
7493 1999-07-21 Gerd Moellmann <gerd@acm.org>
7494
7495 * faces.el (internal-make-face): Function to create a Lisp vector
7496 suitable for representing a face.
7497 (make-face): Use it instead of make-vector.
7498 (x-create-frame-with-faces): Use it instead of vector.
7499 (internal-facep): Increase vector size to 14.
7500 (internal-make-face): Ditto.
7501 (face-relief): Access relief thickness.
7502 (face-fixed-p): Access fixed font attribute.
7503 (set-face-fixed-p): Set fixed font attribute.
7504 (set-face-relief): Set relief attribute.
7505 (internal-face-interactive-int): Read int attribute of face.
7506 (modify-face): Add fixed-p and relief parameters.
7507 (copy-face): Handle fixed-p and relief.
7508 (face-equal): Compare fixed-p and relief.
7509 (face-differs-from-default-p): Ditto.
7510 (face-nontrivial-p): Add fixed-p and relief.
7511
7512 1999-07-21 Gerd Moellmann <gerd@acm.org>
7513
7514 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
7515 (internal-facep): Increase vector size.
7516 (make-face): Ditto.
7517 (face-shadow-thickness): Added.
7518 (set-face-shadow-thickness): Added.
7519 (modify-face): Add optional shadow-thickness parameter.
7520 (make-face-x-resource-internal): Add shadows.
7521 (copy-face): Ditto.
7522 (face-equal): Ditto.
7523 (face-differs-from-default-p): Ditto.
7524 (face-nontrivial-p): Ditto.
7525 (face-attr-match-p): Ditto.
7526 (face-attr-construct): Ditto.
7527 (face-spec-set): Ditto.
7528 (face-fill-in): Ditto.
7529
7530 1999-07-21 Gerd Moellmann <gerd@acm.org>
7531
7532 * bench.el (bench-mark-split-window): New bench mark.
7533
7534 1999-07-21 Gerd Moellmann <gerd@acm.org>
7535
7536 * faces.el (set-face-font): Don't pass default font to
7537 x-resolve-font so that font will not have to be of the same
7538 size.
7539
7540 1999-07-20 Dave Love <fx@gnu.org>
7541
7542 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
7543 unconditionally t.
7544
7545 1999-07-20 Karl Heuer <kwzh@gnu.org>
7546
7547 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
7548
7549 1999-07-20 Dave Love <fx@gnu.org>
7550
7551 * help.el (describe-variable): Fix test for customizability.
7552
7553 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
7554 Check for readonly buffer in interactive spec.
7555 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
7556 (backward-kill-word): Add * to interactive spec.
7557
7558 * underline.el (underline-region, ununderline-region): Add * to
7559 interactive spec.
7560
7561 * fill.el (canonically-space-region, justify-current-line): Add *
7562 to interactive spec.
7563 (fill-region-as-paragraph, fill-paragraph, fill-region)
7564 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
7565 readonly buffer in interactive spec.
7566
7567 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
7568 (backward-kill-sentence, kill-sentence): Add * to interactive
7569 spec.
7570
7571 1999-07-19 Richard M. Stallman <rms@gnu.org>
7572
7573 * dired-aux.el (dired-do-shell-command): Doc fix.
7574
7575 * shell.el (shell-unquote-argument): New function.
7576 (shell-directory-tracker): Use shell-unquote-argument.
7577 * comint.el (comint-arguments): Handle \ followed by space or tab.
7578
7579 1999-07-19 John Wiegley <jwiegley@borland.com>
7580
7581 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
7582 color codes 39 and 49, which by the way lynx uses them seem to
7583 mean "foreground reset" and "background reset".
7584
7585 1999-07-19 Karl Heuer <kwzh@gnu.org>
7586
7587 * font-lock.el (c++-keywords): Add "typeid".
7588
7589 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
7590 selects no font, treat that as zero selections, not one.
7591
7592 1999-07-19 Dave Love <fx@gnu.org>
7593
7594 * info.el (Info-search): Don't lose with empty regexp.
7595
7596 * version.el: Cater for (free) `ident' program, not `which'.
7597
7598 * hl-line.el: New file.
7599
7600 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
7601 for modes which don't define menus.
7602
7603 1999-07-16 Richard M. Stallman <rms@gnu.org>
7604
7605 * webjump.el (webjump-sample-sites): Update some URLs.
7606
7607 1999-07-14 Richard Stallman <rms@gnu.org>
7608
7609 * Version 20.4 released.
7610
7611 1999-07-14 Andreas Schwab <schwab@gnu.org>
7612
7613 * compare-w.el (compare-windows): Try to find the next window in
7614 the current frame before looking at the other frames.
7615
7616 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
7617
7618 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
7619 Use cyrillic-jcuken as default input method.
7620
7621 1999-07-12 Richard Stallman <rms@gnu.org>
7622
7623 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
7624 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
7625
7626 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
7627 (ispell-local-dictionary-alist): Add koi8-r for character set.
7628
7629 * textmodes/flyspell.el (flyspell-get-word):
7630 Add special handling for when ispell-otherchars is empty.
7631
7632 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
7633
7634 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
7635 when having nested functons.
7636 (pascal-indent-nested-functions) (pascal-indent-line)
7637 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
7638 indenting nested functions.
7639
7640 1999-07-09 Richard Stallman <rms@gnu.org>
7641
7642 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
7643
7644 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
7645
7646 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
7647 the `end' keyword was in the very beginning of the buffer.
7648
7649 1999-07-08 Richard Stallman <rms@gnu.org>
7650
7651 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
7652
7653 * term.el (term-emulate-terminal): Avoid infinite loop
7654 in strange case where minibuffer window is selected but not active.
7655
7656 1999-07-07 Stephen Eglen <stephen@gnu.org>
7657
7658 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
7659 Change regexp so that it doesn't match commands beginning with `cd'.
7660
7661 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7662
7663 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
7664
7665 1999-07-06 Richard Stallman <rms@gnu.org>
7666
7667 * hscroll.el (hscroll-minibuffer-hook): New function.
7668 (hscroll-global-mode): Add and remove that hook.
7669 Set hscroll-old-truncate-was-global's default value.
7670
7671 1999-07-05 Richard Stallman <rms@gnu.org>
7672
7673 * files.el (revert-buffer): Don't preserve point here.
7674 (revert-buffer-insert-file-contents-function): Doc fix.
7675
7676 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
7677
7678 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
7679 doing a `stat' when it isn't necessary because that can cause
7680 trouble when an NFS server is down.
7681
7682 1999-07-04 Richard Stallman <rms@gnu.org>
7683
7684 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
7685
7686 1999-07-03 Richard Stallman <rms@gnu.org>
7687
7688 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
7689 for \200...\240 also.
7690 (isearch-printing-char): Use unibyte-char-to-multibyte.
7691
7692 1999-07-02 Richard Stallman <rms@gnu.org>
7693
7694 * frame.el (minibuffer-frame-alist): Use defcustom.
7695 (pop-up-frame-alist): Likewise.
7696 (initial-frame-alist): Specify * in the doc string.
7697
7698 * hscroll.el (hscroll-mode): Make it a permanent local.
7699 (hscroll-mode): Don't cancel the timer
7700 if HScroll mode is enabled in some other buffer.
7701
7702 * isearch.el (isearch-done): If search ends in middle of intangible
7703 text (due to text property), move on to the limit of that text.
7704
7705 1999-07-01 Andrew Innes <andrewi@gnu.org>
7706
7707 * man.el (Man-build-man-command): Use value of null-device,
7708 instead of hard-coding "/dev/null".
7709
7710 * dos-w32.el (untranslated-canonical-name): Avoid expanding
7711 ange-ftp file names, which might force ange-ftp to prompt for a
7712 password.
7713
7714 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
7715 to prevent references to temp files.
7716
7717 1999-06-30 Richard Stallman <rms@gnu.org>
7718
7719 * progmodes/sh-script.el (sh-feature): If nothing is known
7720 about the given shell, use the values for `sh'.
7721
7722 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
7723
7724 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
7725 to make it non-recursive.
7726
7727 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
7728
7729 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7730
7731 * auto-show.el (auto-show-mode): Fix Typo in :set.
7732
7733 1999-06-29 Richard M. Stallman <rms@gnu.org>
7734
7735 * progmodes/sh-script.el (sh-mode): When setting syntax
7736 table, default to the standard one.
7737
7738 1999-06-27 Richard M. Stallman <rms@gnu.org>
7739
7740 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
7741
7742 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
7743
7744 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
7745 a frame when `return' is requested (even if pop-up-frames = t)
7746 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
7747 should only be set for the bibtex buffer.
7748
7749 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
7750
7751 * progmodes/compile.el: Deal with compilation-error-screen-columns
7752 being buffer-local.
7753
7754 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7755
7756 * comint.el (comint-password-prompt-regexp): Allow "(again)".
7757
7758 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7759
7760 * cal-x.el (calendar-only-one-frame-setup): New function.
7761 * calendar.el (calendar): Call it if requested.
7762
7763 1999-06-24 Karl Heuer <kwzh@gnu.org>
7764
7765 * startup.el (iso-8859-n-locale-regexp): Doc fix.
7766
7767 1999-06-22 Richard M. Stallman <rms@gnu.org>
7768
7769 * mail/supercite.el (sc-emacs-features): Doc fix.
7770
7771 1999-06-22 Karl Heuer <kwzh@gnu.org>
7772
7773 * files.el (auto-mode-alist): Add pike-mode.
7774
7775 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
7776
7777 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
7778 last byte of a numeric field is a space or a NUL. Parse it as
7779 potentially part of the number. This is used by GNU tar
7780 1.12.64012 to handle larger values.
7781
7782 1999-06-20 Karl Heuer <kwzh@gnu.org>
7783
7784 * custom.el (custom-handle-keyword): Fix error message.
7785
7786 1999-06-18 Andrew Innes <andrewi@gnu.org>
7787
7788 * mail/smtpmail.el (smtpmail-send-it): Use
7789 convert-standard-filename to make file names for queued mail safe
7790 on Windows (`:' is invalid in file names on Windows).
7791
7792 1999-06-17 Kenichi Handa <handa@etl.go.jp>
7793
7794 * international/mule-cmds.el (describe-current-input-method):
7795 Current-input-method is string.
7796 (toggle-input-method): Docstring fixed.
7797
7798 * international/mule-diag.el
7799 (describe-current-coding-system-briefly): Fix format string.
7800
7801 * international/mule-util.el (coding-system-eol-type-mnemonic):
7802 Docstring modified. Return a string.
7803
7804 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
7805
7806 * sql.el (sql-input-ring-file-name): Doc fix.
7807
7808 1999-06-17 Richard M. Stallman <rms@gnu.org>
7809
7810 * calendar/cal-x.el (special-display-buffer-names):
7811 Don't put (get-file-buffer diary-file) on this list.
7812
7813 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
7814
7815 * play/mpuz.el (mpuz-try-proposal): Fix message call.
7816 Don't penalize player for certain impossible guesses.
7817
7818 1999-06-16 Andrew Innes <andrewi@gnu.org>
7819
7820 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
7821 return the string "Unk 0 0000" so at least it appears to be a
7822 valid timestamp to `dired-move-to-filename-regexp'.
7823
7824 1999-06-15 Ken'ichi Handa <handa@gnu.org>
7825
7826 * ps-print.el (ps-control-character): Fix previous change.
7827
7828 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7829
7830 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
7831 multiple output of the last message.
7832
7833 1999-06-14 Eli Zaretskii <eliz@gnu.org>
7834
7835 * term/internal.el (IT-display-table-setup): Do not remap \222 to
7836 the ASCII apostrophe, as most DOS codepages have some other glyph
7837 there.
7838
7839 1999-06-14 Ken'ichi Handa <handa@gnu.org>
7840
7841 * language/ethio-util.el (setup-ethiopic-environment-internal):
7842 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
7843 (exit-ethiopic-environment): Likewize.
7844
7845 1999-06-12 Richard M. Stallman <rms@gnu.org>
7846
7847 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
7848
7849 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7850
7851 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
7852 custom-initialize-default to avoid infinite loop.
7853 (crisp-mode): (defun) Call transient-mark-mode here, not when
7854 loading the file. Run crisp-mode-hook here, and run
7855 crisp-load-hook when loading the file.
7856
7857 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
7858 rmail-summary buffer, search for pattern in rmail-file.
7859
7860 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
7861
7862 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
7863
7864 * ps-print.el (ps-printer-name): Fix custom type.
7865
7866 1999-06-12 Reto Zimmermann <reto@synopsys.com>
7867
7868 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
7869 (vhdl-port-paste-generic-map): Fix indentation bug.
7870 (vhdl-port-paste-port-map): Fix indentation bug.
7871 (vhdl-scan-file-contents): Make scanning case insensitive.
7872
7873 1999-06-11 Richard M. Stallman <rms@gnu.org>
7874
7875 * files.el (write-file): When buffer is not already visiting a file,
7876 don't put buffer name in the minibuffer, just make it the default.
7877 Also handle just directory as arg usefully in that case.
7878
7879 * simple.el (sendmail-user-agent-compose):
7880 Ignore case when inserting the rest of the "other" headers.
7881
7882 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
7883
7884 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
7885 (info-lookup-interactive-arguments): Never insert the default
7886 into the minibuffer automatically.
7887
7888 * emacs-lisp/cl-extra.el (getf): Don't call get*.
7889
7890 1999-06-09 Richard M. Stallman <rms@gnu.org>
7891
7892 * simple.el (shell-command): Avoid printing "mark set" message.
7893
7894 1999-06-09 Dave Love <fx@gnu.org>
7895
7896 * progmodes/compile.el (compilation-error-regexp-alist): Allow
7897 digits in program name in first pattern.
7898
7899 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
7900
7901 * vc.el (vc-dired-mode): Don't match anything before the date in
7902 dired-move-to-filename-regexp.
7903
7904 1999-06-07 Ken'ichi Handa <handa@gnu.org>
7905
7906 * international/quail.el (quail-define-rules): Fix typo in
7907 docstring.
7908
7909 1999-06-05 Stephen Eglen <stephen@gnu.org>
7910
7911 * iswitchb.el (iswitchb-default-keybindings): Add
7912 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
7913 than when package is loaded.
7914
7915 1999-06-04 Richard M. Stallman <rms@gnu.org>
7916
7917 * startup.el (command-line): Don't set user-init-file directly;
7918 tell `load' to set it.
7919
7920 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
7921
7922 * simple.el (next-history-element):
7923 Handle minibuffer-text-before-history properly when reading sexps.
7924
7925 * disp-table.el (standard-display-european):
7926 For an interactive call by the user,
7927 don't set enable-multibyte-characters,
7928 and don't set the terminal coding system.
7929
7930 * textmodes/refbib.el: Don't print any messages or display
7931 a buffer when loading the library.
7932 (r2b-help): Doc fix.
7933 (r2b-help-message): Update the documentation.
7934 (r2b-load-quietly): Variable deleted.
7935 (r2b-convert-buffer): Doc fix.
7936
7937 1999-06-04 Dave Love <fx@gnu.org>
7938
7939 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
7940
7941 * auto-show.el: Don't change hooks on loading.
7942 (auto-show-mode): Autoload. Default to nil. Add :set &c.
7943 (auto-show-mode): Add to hooks here.
7944
7945 1999-06-04 Richard Sharman <rsharman@pobox.com>
7946
7947 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
7948 recursion on bogus input.
7949
7950 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
7951
7952 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
7953 does not select a buffer from the buffers menu, then the attached
7954 frame is not switched to anything.
7955
7956 1999-06-03 Ken'ichi Handa <handa@gnu.org>
7957
7958 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
7959 (viet-viscii-...->viet-vscii...).
7960
7961 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
7962
7963 1999-06-01 Dave Love <fx@gnu.org>
7964
7965 * progmodes/fortran.el: Add :link to defgroup.
7966 (fortran-blink-matching-if): Match ELSE statements too.
7967 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
7968 that filling is always done.
7969
7970 1999-05-31 Richard M. Stallman <rms@gnu.org>
7971
7972 * simple.el (append-next-kill): Use an arg to distinguish
7973 interactive calls from Lisp calls, rather than (interactive-p).
7974
7975 * international/iso-transl.el (iso-transl-language-alist):
7976 Interchange n and N.
7977
7978 1999-05-31 Dave Love <fx@gnu.org>
7979
7980 * msb.el Add to minor-mode-map-alist. Remove hook installation
7981 and keymap munging on load.
7982 (msb-mode): New option.
7983 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
7984 Doc fix.
7985 (msb-mode-map): New variable.
7986 (msb-mode): New command.
7987
7988 1999-05-31 Dave Love <fx@gnu.org>
7989
7990 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
7991 (ispell-complete-word-dict): Likewise.
7992
7993 1999-05-31 Eli Zaretskii <eliz@gnu.org>
7994
7995 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
7996 force the data buffer to be saved, even if the data didn't
7997 change, in case the write filter was modified. Restore the
7998 current record after read-file-filter finishes.
7999
8000 1999-05-29 Karl Heuer <kwzh@gnu.org>
8001
8002 * ispell4.el: Obsolete; file deleted.
8003
8004 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8005
8006 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8007 VALUE is a syntax table.
8008
8009 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8010
8011 * simple.el (zap-to-char): Doc fix.
8012
8013 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8014
8015 * isearch.el (isearch-quote-char): Don't assume character codes
8016 0200 - 0237 stand for characters in some single-byte character
8017 charset.
8018
8019 1999-05-27 Dave Love <fx@gnu.org>
8020
8021 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8022
8023 1999-05-27 Andreas Schwab <schwab@gnu.org>
8024
8025 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8026 headerline does not exist already.
8027
8028 1999-05-26 Richard Stallman <rms@gnu.org>
8029
8030 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8031 Avoid nested null-loops.
8032
8033 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8034
8035 * international/characters.el: Typo fixed; prefered->preferred.
8036
8037 * international/mule-cmds.el (find-coding-systems-for-charsets):
8038 Typo fixed; prefered->preferred.
8039
8040 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8041 method in read-event.
8042
8043 * international/mule.el (charset-info): Doc-string fixed.
8044
8045 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8046
8047 * mail/smtpmail.el (smtpmail-send-it): Bind
8048 smtpmail-code-conv-from properly.
8049 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8050 by smtpmail-code-conv-from.
8051
8052 1999-05-24 Richard Stallman <rms@gnu.org>
8053
8054 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8055 Binding deleted also.
8056
8057 1999-05-24 Karl Heuer <kwzh@gnu.org>
8058
8059 * comint.el (comint-bol-or-process-mark): Doc fix.
8060
8061 1999-05-23 Dave Love <fx@gnu.org>
8062
8063 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8064 Enter it on minor-mode-map-alist.
8065 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8066 Autoload. Add custom setter.
8067 (crisp-mark-line): Doc fix.
8068 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8069 (crisp-mode-hook): Define.
8070
8071 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8072
8073 * files.el (recover-file): Recover buffer-file-coding-system.
8074
8075 1999-05-22 Richard Stallman <rms@gnu.org>
8076
8077 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8078 regexp match the date, to avoid treating date as file size.
8079 Add YYYY S option to WESTERN/
8080
8081 * bookmark.el: Delete some XEmacs compatibility code.
8082 (bookmark-jump-noselect): Check vc-backend.
8083
8084 * subr.el (add-to-list): Doc fix.
8085
8086 1999-05-21 Stephen Eglen <stephen@gnu.org>
8087
8088 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8089
8090 1999-05-18 Richard Stallman <rms@gnu.org>
8091
8092 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8093 non-space after the @anchor command.
8094 (texinfo-format-var): Handle other nested constructs, using
8095 texinfo-parse-expanded-arg and texinfo-discard-command, not
8096 texinfo-parse-arg-discard.
8097
8098 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8099 (debug): Bind and use debugger-outer-inhibit-redisplay.
8100 Bind inhibit-redisplay to nil.
8101 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8102
8103 1999-05-17 Dave Love <fx@gnu.org>
8104
8105 * help.el (describe-function-1): Extra arg, interactive-p.
8106 (describe-key, describe-function): Use it.
8107
8108 1999-05-17 Karl Heuer <kwzh@gnu.org>
8109
8110 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8111
8112 1999-05-16 Dave Love <fx@gnu.org>
8113
8114 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8115 scroll-preserve-screen-position, scroll-conservatively.
8116
8117 1999-05-16 Dave Love <fx@gnu.org>
8118
8119 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8120
8121 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8122
8123 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8124
8125 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8126
8127 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8128 magic number and is not associated with a file.
8129
8130 1999-05-14 Richard M. Stallman <rms@gnu.org>
8131
8132 * files.el (find-file-noselect-1): Fix previous change.
8133
8134 1999-05-14 Simon Marshall <simon@gnu.org>
8135
8136 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8137
8138 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8139
8140 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8141 docstring.
8142
8143 * international/mule-cmds.el: Change MULE to Mule in docstrings
8144 and menus.
8145
8146 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8147
8148 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8149 to correctly reflect the value of BaseLineOffset in
8150 RelativeCompose. Now the value of RelativeCompose is an array of
8151 low and high positions.
8152 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8153 RLC for the above change.
8154
8155 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8156
8157 * comint.el (comint-password-prompt-regexp): Modified to match the
8158 output of ksu and ssh-add.
8159
8160 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8161
8162 * language/korea-util.el (isearch-toggle-korean-input-method):
8163 Adjusted for the change of input method handling in isearch.el.
8164 (isearch-hangul-switch-symbol-ksc): Likewise.
8165 (isearch-hangul-switch-hanja): Likewise.
8166
8167 1999-05-10 Dave Love <fx@gnu.org>
8168
8169 * help.el (help-make-xrefs): Fix typo.
8170
8171 1999-05-10 Andreas Schwab <schwab@gnu.org>
8172
8173 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8174 unibyte-display-via-language-environment.
8175
8176 * help.el (help-make-xrefs): Handle more cases when looking for
8177 commands in a keymap description.
8178
8179 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8180
8181 * loadup.el: For ms-dos systems, load ccl and codepage.
8182
8183 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8184
8185 * ps-print.el (ps-control-character): Call
8186 ps-mule-prepare-ascii-font to setup ASCII fonts.
8187
8188 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8189 ps-multibyte-buffer is nil, use
8190 ps-mule-font-info-database-default."
8191
8192 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8193
8194 * ispell.el (ispell-local-dictionary-alist): New variable for
8195 customizing local dictionaries not accessable by everyone.
8196 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8197 (ispell-required-version): Changed format `(major minor
8198 revision)' to support general pattern matching.
8199 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8200 skip region commented out due to incorrect skip potential in std latex.
8201 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8202 cursor point on small words for calls from `ispell-minor-mode'.
8203 (check-ispell-version): Tests and accepts versions major.minor
8204 and above, with adjustments for interactions in 3.1.0-3.1.11.
8205 (ispell-get-line): No longer skips ispell process special characters.
8206 (ispell-comments-and-strings): Removed `when' macro call.
8207 (ispell-minor-check): Requires ispell-word to restore cursor point.
8208 (ispell-buffer-local-parsing): Supports checking comments only.
8209
8210 1999-05-08 Karl Heuer <kwzh@gnu.org>
8211
8212 * comint.el (comint-password-prompt-regexp): Fix last change to be
8213 more specific.
8214
8215 1999-05-07 Richard M. Stallman <rms@gnu.org>
8216
8217 * subr.el (with-temp-message): Fix the other call to message
8218 to use %s.
8219
8220 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8221
8222 * gud.el (gud-format-command): "%F" means file sans extension.
8223 (jdb): Use %F, not %f, for gud-break.
8224
8225 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8226
8227 * comint.el (comint-password-prompt-regexp): Modified so that it
8228 matches the output of kinit.
8229
8230 1999-05-06 Greg Stark <gsstark@mit.edu>
8231
8232 * timezone.el (timezone-parse-date): Recognize new format used in
8233 internet cookies.
8234
8235 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8236
8237 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8238
8239 1999-05-04 Andrew Innes <andrewi@gnu.org>
8240
8241 * time.el (display-time-update): Allow for wrap-around when
8242 checking against display-time-server-down-time.
8243
8244 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8245
8246 * international/mule-diag.el (describe-coding-system): Fix English
8247 message.
8248
8249 1999-05-03 Jason Rumney <jasonr@altavista.net>
8250
8251 * term/w32-win.el: Change the x-charset-registry property for the
8252 Japanese charsets that are supported by Japanese Windows fonts.
8253
8254 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8255
8256 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8257 diary-block diary entries for which the reminders and the diary
8258 entries can overlap.
8259
8260 1999-05-02 Jason Rumney <jasonr@altavista.net>
8261
8262 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8263 matches the font selected in the dialog.
8264
8265 1999-05-02 Dave Love <fx@gnu.org>
8266
8267 * browse-url.el (browse-url-browser-function): Add :version.
8268
8269 * international/mule.el (auto-coding-alist): Add .tgz.
8270
8271 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8272
8273 * international/codepage.el (cp-coding-system-for-codepage-1):
8274 Make the magnification parameter for the -dos encoder be 2.
8275
8276 1999-05-2 Andrew Innes <andrewi@gnu.org>
8277
8278 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8279 it is dropped, rather than current window.
8280
8281 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8282 after switching buffer, as case-fold-search is a buffer local
8283 variable.
8284
8285 * w32-fns.el (convert-standard-filename): Only convert directory
8286 separators to backslash if the interactive shell is one of the
8287 standard Windows shells that has DOS semantics.
8288
8289 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8290 format-time-string, and return a suitable string to indicate the
8291 timestamp was invalid.
8292
8293 * hexl.el (hexlify-command): Apply shell-quote-argument after
8294 expanding hexl-program in case exec-directory contains a space.
8295 (dehexlify-command): Ditto.
8296
8297 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8298 file extension regexps which aren't necessarily binary files.
8299 (direct-print-region-helper): Use subst-char-in-string instead of
8300 binding directory-sep-char to convert filenames to DOS syntax.
8301 (direct-print-region-use-command-dot-com): New variable.
8302 (direct-print-region-helper): Use it to control whether to invoked
8303 command.com to print on Windows 9x.
8304
8305 * browse-url.el (browse-url-browser-function): Default to
8306 browse-url-default-windows-browser on windows-nt.
8307 (browse-url-default-windows-browser): New function.
8308
8309 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8310
8311 * forms.el (forms-mode): Don't call forms-first-record or
8312 forms-last-record if the data file has zero records.
8313
8314 1999-04-29 Richard M. Stallman <rms@gnu.org>
8315
8316 * files.el (find-file-noselect-1): If buffer-file-name has changed
8317 after find-file-not-found-hooks runs, recompute the truename.
8318 And don't use FILENAME after that point.
8319
8320 1999-04-27 Dave Love <fx@gnu.org>
8321
8322 * paren.el (show-paren-mode)
8323 * which-func.el (which-func-mode-global)
8324 * type-break.el (type-break-mode)
8325 * time.el (display-time-mode)
8326 * rsz-mini.el (resize-minibuffer-mode)
8327 * mouse-sel.el (mouse-sel-mode)
8328 * icomplete.el (icomplete-mode)
8329 * hscroll.el (hscroll-global-mode)
8330 * help.el (temp-buffer-resize-mode)
8331 * font-lock.el (global-font-lock-mode)
8332 * delsel.el (delete-selection-mode)
8333 * avoid.el (mouse-avoidance-mode)
8334 * autoinsert.el (auto-insert-mode)
8335 * winner.el (winner-mode): Doc fix.
8336
8337 1999-04-26 Karl Heuer <kwzh@gnu.org>
8338
8339 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8340 the same whitespace that was ignored in choosing the subject string.
8341
8342 1999-04-26 Richard M. Stallman <rms@gnu.org>
8343
8344 * info.el (Info-find-node): Position properly after finding anchor.
8345
8346 * cus-start.el (all): Handle unibyte-display-via-language-environment.
8347
8348 * simple.el (indent-new-comment-line): Fix previous change.
8349
8350 * complete.el: Delete the wildcard expansion feature
8351 since that is now standard in find-file.
8352 (PC-try-load-many-files): Function deleted.
8353 (PC-after-load-many-files): Function deleted.
8354 (PC-many-files-list): Variable deleted.
8355 (PC-disable-wildcards): Variable deleted.
8356 (partial-completion-mode): Don't enable the wildcard feature.
8357
8358 * complete.el (PC-look-for-include-file): Don't set global variables
8359 `error', `buf' and `filename' here.
8360
8361 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8362
8363 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
8364
8365 * textmodes/outline.el (outline-regexp): Doc fix.
8366
8367 1999-04-26 John Wiegley <johnw@borland.com>
8368
8369 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8370 C++Builder 4.0 error message syntax.
8371
8372 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
8373
8374 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8375 supported, use find -exec.
8376
8377 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8378
8379 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8380 coding-system-for-write, to avoid hanging when non-interactive.
8381
8382 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
8383
8384 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8385 start with a newline.
8386
8387 1999-04-13 Ken'ichi Handa <handa@gnu.org>
8388
8389 * international/mule-conf.el (x-ctext): New coding system.
8390
8391 1999-04-12 Richard M. Stallman <rms@gnu.org>
8392
8393 * international/mule-cmds.el (input-method-function):
8394 Add permanent-local property.
8395
8396 1999-04-12 Dave Love <fx@gnu.org>
8397
8398 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8399 change to use jka-compr-byte-compiler-base-file-name.
8400
8401 * supercite.el (sc-scan-info-alist): Revert last change.
8402 (sc-attrib-selection-list): Fix :type here instead.
8403
8404 1999-04-11 Eli Zaretskii <eliz@gnu.org>
8405
8406 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8407 in the list of case-insensitive filesystems.
8408
8409 1999-04-09 Kenichi Handa <handa@etl.go.jp>
8410
8411 * international/fontset.el (create-fontset-from-fontset-spec):
8412 Don't register duplicated alias fontset names.
8413
8414 1999-04-08 Richard Stallman <rms@gnu.org>
8415
8416 * international/mule.el (auto-coding-alist-lookup): New function.
8417 (set-auto-coding): Use auto-coding-alist-lookup.
8418
8419 * jka-compr.el (jka-compr-insert-file-contents):
8420 Use auto-coding-alist-lookup to check for files that
8421 should not have eol conversion, in the unibyte case.
8422
8423 1999-04-07 Dave Love <fx@gnu.org>
8424
8425 * help.el (describe-variable): Check custom-loads property as well
8426 as custom-type.
8427
8428 * abbrev.el (abbrev-mode): Customizing sets the default value.
8429
8430 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
8431
8432 * vc.el (vc-backend-revert): For CVS files that were made
8433 writeable with "cvs edit", call "cvs unedit" to undo that.
8434
8435 1999-04-08 Dave Love <fx@gnu.org>
8436
8437 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8438 more.
8439 (sc-emacs-features): Recognize Emacs 20.
8440 (sc-read-string): Use history arg.
8441 (sc-scan-info-alist): Check for rtnvalue a cons.
8442
8443 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
8444
8445 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8446 coding system to encode the message by
8447 select-message-coding-system.
8448
8449 1999-04-07 Richard Stallman <rms@gnu.org>
8450
8451 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8452
8453 * winner.el: Reorder definitions.
8454
8455 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8456
8457 * mail/rmail.el (rmail-decode-babyl-format):
8458 Undo previous change.
8459
8460 1999-04-06 Richard Stallman <rms@gnu.org>
8461
8462 * info.el (Info-find-node): Check for an anchor at the
8463 proper place, before reading an indirect file.
8464
8465 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8466
8467 * jka-compr.el (jka-compr-insert-file-contents):
8468 Use raw-text-unix when we want no conversion.
8469
8470 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8471
8472 * timezone.el (timezone-parse-date): Corrected regexp for
8473 style (5) date format so that tenths of seconds are optional.
8474
8475 1999-04-05 Eli Zaretskii <eliz@gnu.org>
8476
8477 * term/internal.el (dos-cpNNN-setup): New function, with the guts
8478 of dos-codepage-setup.
8479 (cjk-codepages-alist): New variable, an alist of Far-Eastern
8480 codepages for which there's no need to set up cpNNN coding
8481 systems.
8482 (dos-codepage-setup): Support Far-Eastern DOS terminals.
8483
8484 1999-04-05 Richard Stallman <rms@gnu.org>
8485
8486 * mail/rmail.el (rmail-ignored-headers): Doc fix.
8487
8488 1999-04-02 Richard Stallman <rms@gnu.org>
8489
8490 * progmodes/compile.el (compilation-handle-exit): Do right thing
8491 if (car status) doesn't end in a newline.
8492
8493 1999-04-01 Dave Love <fx@gnu.org>
8494
8495 * progmodes/sql.el (SQL): Add defgroup :version.
8496
8497 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
8498
8499 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
8500 buffer-file-coding-system. If the coding system used is raw-text,
8501 etc., make the *Compiler Input* buffer unibyte.
8502
8503 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
8504
8505 * loadup.el: Don't write the fns-...el file if not dumping.
8506
8507 1999-03-31 Dave Love <fx@gnu.org>
8508
8509 * snmp-mode.el (snmp): Fix defgroup :version.
8510
8511 * hilit-chg.el (highlight-changes): Add defgroup :version.
8512
8513 1999-03-31 Andreas Schwab <schwab@gnu.org>
8514
8515 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
8516 the gnus-save-hidden-threads macro.
8517
8518 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
8519
8520 * faces.el (face-set-after-frame-default): Obey the
8521 `customized-face' for new faces.
8522
8523 1999-03-30 Dave Love <fx@gnu.org>
8524
8525 * international/mule-cmds.el (current-language-environment): Doc fix.
8526 * abbrev.el (abbrev-mode): Doc fix.
8527 * autoinsert.el (auto-insert-mode): Doc fix.
8528 * complete.el (partial-completion-mode): Doc fix.
8529 * avoid.el (mouse-avoidance-mode): Doc fix.
8530 * delsel.el (delete-selection-mode): Doc fix.
8531 * font-lock.el (global-font-lock-mode): Doc fix.
8532 * help.el (temp-buffer-resize-mode): Doc fix.
8533 * hscroll.el (hscroll-global-mode): Doc fix.
8534 * icomplete.el (icomplete-mode): Doc fix.
8535 * mouse-sel.el (mouse-sel-mode): Doc fix.
8536 * paren.el (show-paren-mode): Doc fix.
8537 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
8538 * time.el (display-time-mode): Doc fix.
8539 * type-break.el (type-break-mode): Doc fix.
8540 * which-func.el (which-func-mode-global): Doc fix.
8541 * winner.el (winner-mode): Doc fix.
8542
8543 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
8544
8545 * wid-edit.el (widget-before-change): Signal text-read-only rather
8546 than an ordinary error.
8547
8548 1999-03-30 Richard M. Stallman <rms@gnu.org>
8549
8550 * repeat.el: Don't require advice.
8551 (repeat): Do function-indirection in check for kbd macro.
8552 In self-insert case, use the *last* char in INSERTION.
8553
8554 1999-03-30 Karl Heuer <kwzh@gnu.org>
8555
8556 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
8557
8558 1999-03-29 Andreas Schwab <schwab@gnu.org>
8559
8560 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
8561 comint-input-filter-functions. Make variables related to shell
8562 directory tracking local.
8563
8564 1999-03-26 Andreas Schwab <schwab@gnu.org>
8565
8566 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
8567
8568 * simple.el (shell-command-on-region): Cope with exit-status being
8569 nil, which happens if call-process-region was interrupted.
8570
8571 1999-03-26 Richard M. Stallman <rms@gnu.org>
8572
8573 * simple.el (indent-new-comment-line): Handle use at a point
8574 after a comment-end. Handle multiple comments.
8575
8576 * mail/rmail.el (rmail-decode-babyl-format):
8577 To prevent locking, bind buffer-file-name to nil.
8578
8579 1999-03-26 Karl Fogel <kfogel@red-bean.com>
8580
8581 * mail-hist.el (mail-hist-current-header-name): Don't make
8582 off-by-one-error when determining if in message body.
8583
8584 1999-03-25 Andrew Innes <andrewi@gnu.org>
8585
8586 * w32-fns.el (set-default-process-coding-system): Copied from
8587 dos-w32.el, but modified to use Unix line endings for process
8588 input, and to add a suitable entry to process-coding-system-alist
8589 for DOS shells.
8590
8591 * dos-fns.el (set-default-process-coding-system): Copied from
8592 dos-w32.el.
8593
8594 * dos-w32.el (set-default-process-coding-system): Move function to
8595 dos-fns.el; a different version is used in w32-fns.el.
8596
8597 1999-03-24 Dave Love <fx@gnu.org>
8598
8599 * info.el (Info-directory-list): Revert change to re-writing
8600 Info-default-directory-list, but put `alternative' first.
8601 (Info-insert-dir): Modify selecting the top dir file as a consequence.
8602
8603 1999-03-23 Simon Marshall <simon@gnu.org>
8604
8605 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
8606 on the line by itself.
8607 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
8608 it is not in a declarative context.
8609
8610 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
8611
8612 * cus-edit.el (custom-variable-prompt): Allow customization of
8613 autoloaded symbols.
8614
8615 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
8616
8617 * simple.el (what-cursor-position): Don't cause error when point
8618 is at invalid multibyte sequence.
8619
8620 1999-03-21 Karl Heuer <kwzh@gnu.org>
8621
8622 * complete.el (partial-completion-mode): Doc fix.
8623
8624 1999-03-19 Richard M. Stallman <rms@gnu.org>
8625
8626 * progmodes/cplus-md.el (old-c++): Remove :group.
8627
8628 * progmodes/c-mode.el (old-c): Remove :group.
8629
8630 1999-03-18 Simon Marshall <simon@gnu.org>
8631
8632 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
8633 (java-font-lock-keywords-2): Added "strictfp" keyword.
8634
8635 1999-03-17 Jason Rumney <jasonr@altavista.net>
8636
8637 * w32-fns.el (set-w32-system-coding-system) New function.
8638 (w32-system-coding-system) Initialize to 'iso-latin-1.
8639
8640 1999-03-17 Eli Zaretskii <eliz@gnu.org>
8641
8642 * international/mule-cmds.el (set-language-environment): Fix
8643 previous change: don't use dos-codepage when unbound.
8644
8645 1999-03-17 Karl Heuer <kwzh@gnu.org>
8646
8647 * calendar/appt.el (appt-make-list): Fix previous change.
8648
8649 1999-03-16 Richard M. Stallman <rms@gnu.org>
8650
8651 * window.el (shrink-window-if-larger-than-buffer):
8652 Don't try to redisplay with the cursor at the end
8653 on its own line--that would force a scroll and spoil things.
8654
8655 1999-03-16 Eli Zaretskii <eliz@gnu.org>
8656
8657 * international/mule-cmds.el (set-language-environment): Don't use
8658 cpNNN-nonascii-translation-table if it is unbound.
8659
8660 * term/internal.el (dos-codepage-setup): Compute the unibyte
8661 syntax table and bind unibyte-display-via-language-environment
8662 here, rather than at top level, so that resetting to unibyte in
8663 .emacs works as expected.
8664
8665 1999-03-15 Simon Marshall <simon@gnu.org>
8666
8667 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
8668
8669 1999-03-14 Milan Zamazal <pdm@pvt.net>
8670
8671 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
8672
8673 1999-03-14 Kenichi Handa <handa@etl.go.jp>
8674
8675 * international/mule-util.el (detect-coding-with-priority):
8676 Restore the internal database.
8677
8678 1999-03-14 Stephen Eglen <stephen@gnu.org>
8679
8680 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
8681 if mail-from-style has invalid value.
8682
8683 1999-03-12 Karl Heuer <kwzh@gnu.org>
8684
8685 * vc.el (vc-delete-logbuf-window): New var.
8686 (vc-finish-logentry): Use it.
8687
8688 1999-03-12 Richard M. Stallman <rms@gnu.org>
8689
8690 * startup.el (command-line-1): Improve startup msg.
8691
8692 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
8693
8694 * speedbar.el: Added commentary about stealthy functions.
8695 (speedbar-message) new function.
8696 (speedbar-y-or-n-p): New function
8697 (speedbar-with-attached-buffer) Moved macro before reference.
8698 Now uses `save-selected-window'.
8699 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
8700 speedbar-generic-item-info, speedbar-item-info-file-helper,
8701 speedbar-item-delete, speedbar-insert-generic-list,
8702 speedbar-timer-fn, speedbar-check-vc-this-line,
8703 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
8704 speedbar-buffers-item-info) Use speedbar-message.
8705 (speedbar-item-info) Limit `message-log-max'.
8706 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
8707 speedbar-item-delete, speedbar-item-object-delete,
8708 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
8709
8710 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
8711
8712 * server.el (server-start): Set coding system for the server
8713 process to raw-text.
8714 (server-process-filter): Decode file names if necessary.
8715
8716 1999-03-12 Dave Love <fx@gnu.org>
8717
8718 * textmodes/fill.el (sentence-end-double-space): Doc fix.
8719
8720 * textmodes/paragraphs.el (sentence-end): Doc fix.
8721
8722 1999-03-11 Karl Heuer <kwzh@gnu.org>
8723
8724 * comint.el (comint-password-prompt-regexp): Accept "login password:"
8725
8726 1999-03-09 Karl Heuer <kwzh@gnu.org>
8727
8728 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
8729 (ispell-dictionary-alist-2): Likewise.
8730 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
8731 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
8732 (ispell-dictionary-alist): Build from six pieces, not just two.
8733
8734 * ps-bdf.el (bdf-directory-list): Doc fix.
8735
8736 * enriched.el (enriched-mode): Make var permanent-local.
8737
8738 1999-03-09 Dave Love <fx@gnu.org>
8739
8740 * textmodes/sgml-mode.el (html-mode): Use
8741 sentence-end-double-space when setting sentence-end.
8742
8743 1999-03-09 Ken'ichi Handa <handa@gnu.org>
8744
8745 * language/thai.el (tis-620): New alias coding system for thai-tis620.
8746
8747 1999-03-08 Felix Lee <flee@cygnus.com>
8748
8749 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
8750
8751 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
8752
8753 1999-03-08 Karl Heuer <kwzh@gnu.org>
8754
8755 * dired-aux.el (dired-do-copy-regexp): Doc fix.
8756 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8757
8758 * dired.el (dired-do-copy-regexp): Doc fix.
8759 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8760
8761 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
8762
8763 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
8764
8765 1999-03-08 Jason Rumney <jasonr@altavista.net>
8766
8767 * international/codepage.el (cp1250-decode-table)
8768 (cp1251-decode-table, cp1253-decode-table)
8769 (cp1257-decode-table): New translation tables for MS Windows codepages.
8770 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
8771
8772 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8773
8774 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
8775
8776 1999-03-07 Eli Zaretskii <eliz@gnu.org>
8777
8778 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
8779
8780 * term/internal.el (top level): Display character 255 as 8bit as well.
8781
8782 1999-03-06 Dave Love <fx@gnu.org>
8783
8784 * progmodes/cc-cmds.el (c-outline-level): Bind
8785 buffer-invisibility-spec.
8786
8787 * progmodes/c-mode.el (c-outline-level): Likewise.
8788
8789 * progmodes/ada-mode.el (ada-outline-level): Likewise.
8790
8791 1999-03-05 Felix Lee <flee@cygnus.com>
8792
8793 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
8794
8795 1999-03-05 Richard M. Stallman <rms@gnu.org>
8796
8797 * bindings.el (complete-symbol): Invert meaning of prefix arg.
8798
8799 1999-03-05 Andrew Innes <andrewi@gnu.org>
8800
8801 * w32-fns.el (convert-standard-filename): Convert directory
8802 separators to Windows format.
8803
8804 1999-03-05 Andreas Schwab <schwab@gnu.org>
8805
8806 * international/skkdic-cnv.el: Provide skkdic-cnv.
8807 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
8808 (batch-skkdic-convert): Doc fix.
8809
8810 1999-03-04 Dave Love <fx@gnu.org>
8811
8812 * custom.el (custom-set-variables): Protect against setter errors.
8813
8814 1999-03-04 Eli Zaretskii <eliz@gnu.org>
8815
8816 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
8817 the file sizes from overflowing.
8818 (ls-lisp-format): If file size is a float, use %8.0f to print it.
8819 Under -s, print the size in blocks with %4.0f, in case they have
8820 a *really* huge file.
8821
8822 1999-03-03 Dave Love <fx@gnu.org>
8823
8824 * options.el (edit-options): Doc fix.
8825 (list-options): Don't lose with unbound symbols. Maintain
8826 Edit-options-mode.
8827
8828 1999-03-01 Dave Love <fx@gnu.org>
8829
8830 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
8831
8832 1999-02-28 Richard M. Stallman <rms@gnu.org>
8833
8834 * ispell.el (ispell-dictionary-alist-override): New variable.
8835 (ispell-dictionary-alist): Don't setq it,
8836 if ispell-dictionary-alist-override is set.
8837
8838 * simple.el (shell-command-default-error-buffer): Renamed from
8839 shell-command-on-region-default-error-buffer.
8840 (shell-command-on-region): Mention in echo area when there
8841 is some error output. Mention success or failure, too.
8842 Accumulate multiple error outputs
8843 going forward, with formfeed in between. Display the error buffer
8844 when we have put something in it.
8845 (shell-command): Add the ERROR-BUFFER argument feature.
8846
8847 1999-02-28 Karl Heuer <kwzh@gnu.org>
8848
8849 * mail/mh-utils.el (mh-lib): Doc fix.
8850 (mh-lib-progs, mh-nmh-p): New vars.
8851 (mh-find-progs): Set mh-lib-progs along with other vars.
8852 (mh-path-search): New arg FUNC-P; if specified, use that instead
8853 of mh-file-command-p.
8854 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
8855
8856 * mail/mh-comp.el (mh-repl-formfile): New var.
8857 (mh-smail-batch): Don't ignore all arguments.
8858 (mh-reply): Do the right thing when using nmh.
8859
8860 1999-02-27 Kenichi Handa <handa@etl.go.jp>
8861
8862 * international/mule-cmds.el (select-safe-coding-system): Be sure
8863 to show a buffer being decoded.
8864
8865 1999-02-26 Ken'ichi Handa <handa@gnu.org>
8866
8867 * ps-bdf.el (bdf-directory-list): Initialize it to
8868 '("/usr/local/share/emacs/fonts/bdf").
8869
8870 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8871
8872 * ps-print.el: PostScript programming fix.
8873 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
8874 setpagedevice operator).
8875
8876 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8877
8878 * ps-print.el: Doc fix, font size specifies landscape and portrait
8879 sizes.
8880 (ps-print-version): New version number (4.1.4).
8881 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
8882 Specifies landscape and portrait sizes.
8883 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
8884 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
8885 fix.
8886 (ps-get-font-size): New fun.
8887 (ps-font-size-internal, ps-header-font-size-internal)
8888 (ps-header-title-font-size-internal): New vars.
8889
8890 * ps-mule.el: Change of ps-print font size variable name.
8891 (ps-mule-generate-font): Fun fix.
8892 (ps-mule-begin-job): Programming uniformization.
8893
8894 1999-02-25 Dave Love <fx@gnu.org>
8895
8896 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
8897 (help-make-xrefs): Do Info case first.
8898
8899 * repeat.el: Don't require advice.
8900 (repeat-last-kill-command): Variable deleted.
8901
8902 1999-02-25 Richard Stallman <rms@gnu.org>
8903
8904 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
8905 case just because the current buffer is the output buffer.
8906
8907 1999-02-25 Kenichi Handa <handa@etl.go.jp>
8908
8909 * simple.el (what-cursor-position): To show the character's
8910 encoding, use encoded-string-description instead of information
8911 of chaset-origin-alist.
8912
8913 * international/mule-cmds.el (iso-2022-control-alist): New variable.
8914 (encoded-code-description): New function.
8915 (encoded-string-description): New function.
8916 (encode-coding-char): New function.
8917
8918 1999-02-25 Andrew Innes <andrewi@gnu.org>
8919
8920 * startup.el (command-line) [windows-nt]: Fix typo in regexp
8921 checking for .emacs[.el[c]].
8922
8923 1999-02-24 Richard Stallman <rms@gnu.org>
8924
8925 * help.el (describe-function-1): Don't print a whole lambda-function.
8926
8927 1999-02-23 Ken'ichi Handa <handa@gnu.org>
8928
8929 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
8930 inputting ?\240.
8931
8932 1999-02-23 Karl Heuer <kwzh@gnu.org>
8933
8934 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
8935
8936 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
8937 (clean-buffer-list-kill-buffer-names): Doc fix.
8938
8939 * gud.el (gud-jdb-massage-args): Spelling fix.
8940
8941 1999-02-23 Richard M. Stallman <rms@gnu.org>
8942
8943 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
8944
8945 1999-02-22 Eli Zaretskii <eliz@gnu.org>
8946
8947 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
8948 excursion while calling set-auto-coding-function.
8949
8950 * play/handwrite.el (handwrite): Require ps-print, and use
8951 ps-printer-name and ps-lpr-command. Call ps-print-region-function
8952 if it's defined, instead of forking ps-lpr-command unconditionally.
8953
8954 1999-02-22 Kenichi Handa <handa@etl.go.jp>
8955
8956 * international/codepage.el (cp-coding-system-for-codepage-1): Put
8957 charset-origin-alist property to a coding system for the codepage.
8958
8959 * international/mule.el: Modify comment for charset-origin-alist
8960 property of a coding system.
8961
8962 * simple.el (what-cursor-position): charset-origin-alist property
8963 of a coding system may be a translation table or a symbol of which
8964 `translation-table' property is a translation table.
8965
8966 1999-02-21 Richard Stallman <rms@gnu.org>
8967
8968 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
8969 to the "html" template.
8970
8971 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
8972
8973 * dirtrack.el (dirtrack): Added docstring. Now returns input.
8974
8975 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
8976
8977 * dirtrack.el (dirtrack): Check for the prompt in the input string
8978 instead of the buffer.
8979
8980 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
8981
8982 * sql.el: Set version to 1.4.1. Changed mail address to
8983 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
8984 (sql-input-ring-separator): Doc fix.
8985 (sql-mode-syntax-table): double-dash starts comments is defined as
8986 ". 56" instead of ". 12b" for XEmacs.
8987 (sql-stop, sql-interactive-mode): Doc fixes.
8988 (sql-postgres): Queries for database and server, not just one.
8989 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
8990
8991 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
8992 changed. This is needed for master.el to work.
8993 (sql-set-sqli-buffer): Use the new hook.
8994
8995 * sql.el (sql-make-alternate-buffer-name): Function that sets
8996 sql-alternate-buffer-name.
8997 (sql-alternate-buffer-name): Possible name of SQLi buffers.
8998 (sql-interactive-mode): Set sql-alternate-buffer-name.
8999 (sql-rename-buffer): New command.
9000 (sql-interactive-mode-menu): Menu for SQLi buffers.
9001
9002 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9003 and sql-input-ring-file-name are used to temporarily set
9004 comint-input-ring-file-name and comint-input-ring-separator when
9005 reading and writing input history files.
9006
9007 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9008 (sql-input-ring-file-name): New variable with customization.
9009 (sql-input-ring-separator): New variable with customization.
9010 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9011 Callers changed.
9012 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9013 now includes the name of the current buffer.
9014
9015 (sql-mode): Set paragraph-separate and paragraph-start so that
9016 sql-send-paragraph sends the entire SQL statements, even if it
9017 contains indented lines.
9018
9019 1999-02-18 Dave Love <fx@gnu.org>
9020
9021 * format.el (format-encode-run-method, format-decode-run-method):
9022 Fix previous change.
9023
9024 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9025
9026 * international/mule.el (coding-system-list): Moved here from
9027 mule-util.el to avoid autoloading mule-util by the call of
9028 select-safe-coding-system.
9029
9030 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9031
9032 * simple.el (turn-on-auto-fill): Mark it as an option for
9033 `text-mode-hook'.
9034
9035 1999-02-17 Richard Stallman <rms@gnu.org>
9036
9037 * emacs-lisp/easymenu.el (easy-menu-get-map):
9038 Don't crash if (current-local-map) is nil.
9039
9040 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9041
9042 * filecache.el (file-cache-filter-regexps): Added .class.
9043
9044 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9045
9046 * international/mule-util.el (decompose-region): Use
9047 insert-buffer-substring instead of insert-buffer to avoid putting
9048 mark.
9049
9050 1999-02-17 Andreas Schwab <schwab@gnu.org>
9051
9052 * calendar/cal-move.el (scroll-calendar-left): Don't set
9053 displayed-month and displayed-year here, let generate-calendar do
9054 it, after range checking.
9055
9056 1999-02-17 Simon Marshall <simon@gnu.org>
9057
9058 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9059
9060 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9061 correctly between an object declared via a constructor and a method.
9062 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9063 (java-font-lock-keywords-1): Fontify package names individually.
9064 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9065 (java-font-lock-keywords-2): Simplify type fontification.
9066 (java-font-lock-keywords-3): Likewise.
9067
9068 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9069
9070 * language/japanese.el (iso-2022-jp-2): New coding system.
9071 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9072
9073 1999-02-16 Dave Love <fx@gnu.org>
9074
9075 * help.el (describe-function-1): Accept non-symbols.
9076
9077 1999-02-16 Paul Eggert <eggert@twinsun.com>
9078
9079 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9080 find the last match if there are multiple matches.
9081
9082 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9083
9084 * tex-mode.el (tex-run-command, latex-run-command)
9085 (slitex-run-command, tex-command): Doc changes.
9086 (tex-start-options-string): Autoload it. Doc change. Provide
9087 a menu for customization. Allow nil. Quote backslashes only once.
9088 (tex-start-tex): Handle nil value of tex-start-options-string
9089 and apply shell-quote-argument to it.
9090
9091 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9092
9093 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9094 the size in blocks, since it can be a float.
9095 (ls-lisp-format): Likewise
9096
9097 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9098
9099 * language/japanese.el (japanese-shift-jis): Add
9100 charset-origin-alist property.
9101
9102 1999-02-15 Richard Stallman <rms@gnu.org>
9103
9104 * progmodes/compile.el (compile-internal): Use save-selected-window.
9105
9106 * subr.el (momentary-string-display): Bind inhibit-read-only.
9107
9108 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9109
9110 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9111
9112 * mail/rmail.el (rmail-show-message): If an unseen message has a
9113 Summary-line in its header, get past one more line before looking
9114 for the X-Coding-System header.
9115
9116 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9117
9118 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9119 explicitly to accomodate Windows 9X lack of a useful copy program.
9120
9121 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9122
9123 * wid-edit.el (widget-choice-value-create): Use `equal'
9124 instead of `eq'.
9125
9126 1999-02-14 Richard Stallman <rms@gnu.org>
9127
9128 * international/iso-transl.el:
9129 (iso-transl-ae): Renamed from iso-transl-e-slash.
9130 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9131 (iso-transl-AE): Renamed from iso-transl-E-slash.
9132 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9133 (iso-transl-char-map): Related changes.
9134
9135 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9136
9137 1999-02-13 Richard Stallman <rms@gnu.org>
9138
9139 * textmodes/texinfmt.el (texinfo-alias): New function.
9140 (texinfo-fold-nodename-case): Add defvar.
9141 (texinfo-format-node): Do case folding if specified.
9142
9143 * ffap.el (ffap-file-at-point): Test local file names
9144 immediately. Strip off line numbers.
9145
9146 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9147
9148 * sql.el: Set version to 1.3.2
9149 (sql-solid-program): Added support for solid.
9150 (sql-help): Doc mentions sql-solid.
9151 (sql-solid): Entry function for Solid.
9152 (sql-buffer): Doc explains the use of the variable and how to
9153 change it.
9154 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9155 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9156 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9157 is new.
9158 (sql-show-sqli-buffer): New function to display the value of
9159 sql-buffer.
9160 (sql-change-sqli-buffer): New function to change sql-buffer.
9161 (sql-mode): Doc explains how to change sql-buffer.
9162 (sql-send-paragraph): New function to send a paragraph.
9163 (sql-mode-map): Added keybinding for sql-send-paragraph.
9164 (sql-mysql): Doc corrected.
9165 (sql-ms): Doc corrected.
9166
9167 * sql.el (sql-server): Doc fix.
9168 (sql-mysql): Added the use of sql-server to specify the host,
9169 sql-database now specifies database instead of host.
9170 (sql-mode-menu): Send... menu items are only active if sql-buffer
9171 is non-nil.
9172 (sql-help): Changed tag of entry functions a bit.
9173
9174 * sql.el: Added keywords from `finder-by-keyword'.
9175 (sql-mode): Made sql-buffer a local variable, changed the
9176 documentation: removed instructions to add *.sql files to
9177 auto-mode-alist, added documentation for having mutliple SQL
9178 buffers sending their stuff to different SQLi buffers, each
9179 running a different process.
9180 (sql-postgres): Quoted *SQL* in doc string.
9181 (sql-ms): Likewise.
9182 (sql-ingres): Likewise.
9183 (sql-ingres): Quoted *SQL* in doc string, added references to
9184 sql-user and sql-password used during login.
9185 (sql-sybase): Quoted *SQL* in doc string, added comma.
9186 (sql-oracle): Likewise.
9187 (sql-interactive-mode): Added extensive documentation for having
9188 mutliple SQL buffers sending their stuff to different SQLi
9189 buffers, each running a different process.
9190 (sql-buffer): Changed doc from *SQL* to SQLi.
9191 (sql-get-login): Doc fix.
9192
9193 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9194
9195 * international/mule-conf.el (undecided): Set ascii in
9196 safe-charsets property.
9197
9198 1999-02-12 Richard Stallman <rms@gnu.org>
9199
9200 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9201
9202 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9203
9204 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9205 value to ps-mule-font-info-database-latin.
9206
9207 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9208
9209 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9210 (ps-mule-font-info-database-default): New variable.
9211 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9212 ps-mule-font-info-database-default.
9213
9214 1999-02-12 Dave Love <fx@gnu.org>
9215
9216 * timezone.el (timezone-make-date-sortable)
9217 (timezone-make-date-arpa-standard): Doc fix.
9218
9219 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9220
9221 * international/quail.el (quail-show-kbd-layout): Bind
9222 blink-matching-paren to nil.
9223
9224 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9225 for ASCII and Latin-1.
9226
9227 1999-02-12 Andreas Schwab <schwab@gnu.org>
9228
9229 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9230
9231 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9232
9233 * international/mule-cmds.el (language-info-alist): Remove
9234 description about charset-origin-alist.
9235
9236 * international/mule.el: Comment added for a new coding system
9237 property `charset-origin-alit'.
9238 (make-translation-table): This variable deleted.
9239
9240 * language/chinese.el (chinese-big5): Add charset-origin-alist
9241 property.
9242 ("Chinese-CNS"): Remove charset-origin-alist property.
9243
9244 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9245 property.
9246 (cyrillic-alternativnyj): Likewise.
9247 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9248 ("Cyrillic-ALT"): Likewise.
9249
9250 * language/vietnamese.el (vietnamese-viqr): Add
9251 charset-origin-alist property.
9252 ("Vietnamese"): Remove charset-origin-alist property.
9253
9254 * simple.el (what-cursor-position): Don't use the varialbe
9255 charset-origin-alist, but use charset-origin-alist property of
9256 buffer-file-coding-system to decide external character set code.
9257
9258 1999-02-10 Richard Stallman <rms@gnu.org>
9259
9260 * shadowfile.el: Don't turn on the mode when the file is loaded.
9261
9262 1999-02-09 Richard Stallman <rms@gnu.org>
9263
9264 * progmodes/compile.el (compile-auto-highlight): Customize.
9265
9266 * add-log.el (add-log-file-name-function): New variable.
9267 (add-change-log-entry): Call that function, if non-nil.
9268
9269 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9270
9271 * rmail.el (rmail-search): Track match with a marker, not an integer.
9272
9273 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9274
9275 * progmodes/compile.el (compilation-setup): Set value of
9276 compilation-directory-stack as in compilation-forget-errors.
9277 (compile-reinitialize-errors): Bind buffer-undo-list and
9278 deactivate-mark.
9279 (compilation-forget-errors): Likewise.
9280
9281 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9282
9283 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9284 def... constructs.
9285
9286 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9287 Remove calls to sleep-for.
9288
9289 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9290
9291 * international/codepage.el (cp-coding-system-for-codepage-1): On
9292 MS-DOS, use dos-unsupported-char-glyph for characters not
9293 supported by the codepage.
9294 (cp-make-coding-systems-for-codepage): Likewise.
9295
9296 1999-02-08 Andreas Schwab <schwab@gnu.org>
9297
9298 * international/mule-util.el (coding-system-list): Don't sort
9299 coding-system-list here.
9300
9301 * international/mule.el (coding-system-lessp): Moved here from
9302 mule-util.el
9303 (add-to-coding-system-list): New function.
9304 (make-subsidiary-coding-system, make-coding-system,
9305 define-coding-system-alias): Use it instead of setting
9306 coding-system-list directly.
9307
9308 1999-02-07 Dave Love <fx@gnu.org>
9309
9310 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9311 onto message.
9312
9313 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9314
9315 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9316 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9317
9318 1999-02-06 Richard Stallman <rms@gnu.org>
9319
9320 * language/european.el (setup-slovenian-environment): New function.
9321 ("Slovenian"): New language environment.
9322
9323 * progmodes/sql.el (sql-help): Doc fix.
9324 (sql-mysql): Doc fix.
9325
9326 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9327
9328 * tex-mode.el: When compiling, require compare-w and skeleton
9329 to pacify the byte-compiler. Move the def's of the tex-commands
9330 together. Add a comment on kill-process vs. quit-process.
9331
9332 1999-02-05 Dave Love <fx@gnu.org>
9333
9334 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9335 null markers.
9336 (compile-goto-error): Likewise.
9337
9338 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
9339
9340 * time-stamp.el (time-stamp-format): Format doc tighter.
9341 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9342 (time-stamp): Don't re-write the time stamp if it didn't change.
9343
9344 1999-02-05 Alex Schroeder <asc@bsiag.com>
9345
9346 * progmodes/sql.el: Changed version to 1.2.1.
9347 (sql-pop-to-buffer-after-send-region): Improved documentation.
9348 (sql-mysql-program): Added MySQL support.
9349 (sql-prompt-length): Made prompt-length configurable.
9350 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9351 (sql-help): Added MySQL support, changed documentation.
9352 (sql-send-region): A message is displayed if something is sent.
9353 (sql-mode): Added buffer-local comment-start.
9354 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9355 (sql-interactive-mode): Added buffer-local comment-start.
9356 (sql-oracle): Set sql-prompt-length.
9357 (sql-sybase): Set sql-prompt-length.
9358 (sql-mysql): Added MySQL support.
9359 (sql-ingres): Set sql-prompt-length.
9360 (sql-ms): Set sql-prompt-length.
9361 (sql-postgres): Set sql-prompt-length.
9362
9363 1999-02-04 Eli Zaretskii <eliz@gnu.org>
9364
9365 * term/internal.el (dos-codepage-setup): Set selection coding
9366 system to cpNNN-dos.
9367
9368 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9369
9370 * international/characters.el: Let ethiopic use iso-2022-7bit.
9371
9372 1999-02-02 Dave Love <fx@gnu.org>
9373
9374 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9375 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9376
9377 1999-02-02 Karl Heuer <kwzh@gnu.org>
9378
9379 * terminal.el (terminal-emulator): Doc fix.
9380
9381 1999-02-02 Ken'ichi Handa <handa@gnu.org>
9382
9383 * international/mule-util.el (compose-chars): Doc-string
9384 modified. Correctly handle a composition character in ARGS.
9385
9386 1999-02-01 Richard Stallman <rms@gnu.org>
9387
9388 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9389 (makefile-menu-index-function): Function deleted.
9390 (makefile-mode): Use makefile-imenu-generic-expression.
9391
9392 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
9393
9394 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9395 change, invoke from before-init-hook.
9396
9397 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
9398
9399 * subr.el (remove-from-invisibility-spec): Cope with the case when
9400 buffer-invisibility-spec is t.
9401
9402 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
9403
9404 * calendar/calendar.el (calendar-mode-map): Fix bindings for
9405 appt-add and appt-delete.
9406
9407 1999-02-01 Eli Zaretskii <eliz@gnu.org>
9408
9409 * term/pc-win.el (msdos-approximate-color): New function.
9410 (msdos-color-translate): Call it to find a DOS color that best
9411 approximates an X-style "#NNNNNN" color specification.
9412
9413 1999-02-01 Ken'ichi Handa <handa@gnu.org>
9414
9415 * international/mule-util.el (compose-chars-component): Add
9416 autoload cookie.
9417
9418 1999-01-31 Ken'ichi Handa <handa@gnu.org>
9419
9420 * international/quail.el (quail-lookup-key): If cdr of MAP is a
9421 function, replace cdr of MAP by the return value of the function
9422 unconditionally.
9423
9424 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9425
9426 * progmodes/compile.el (compilation-next-error-locus): Don't
9427 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9428
9429 1999-01-31 Eli Zaretskii <eliz@gnu.org>
9430
9431 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9432 and NLs before "charset", and allow the charset name be in double
9433 quotes.
9434
9435 1999-01-31 Richard Stallman <rms@gnu.org>
9436
9437 * imenu.el (imenu-sort-function): Fix custom type.
9438
9439 1999-01-30 Richard Stallman <rms@gnu.org>
9440
9441 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9442 (speedbar-line-token): Likewise.
9443
9444 * play/gametree.el (gametree-default-score): Use defcustom.
9445 (gametree-score-regexp, gametree-score-closer): Likewise.
9446 (gametree-score-manual-flag, gametree-score-opener): Likewise.
9447
9448 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9449
9450 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9451 decoding.
9452
9453 1999-01-29 Markus Rost <rost@gnu.org>
9454
9455 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9456 tex-validate-buffer.
9457 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9458 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
9459 now with recent occur-mode.
9460 (tex-validate-region): Really walk through all Sexps.
9461 (tex-region): Bind shell-dirtrack-verbose.
9462 (tex-file, tex-bibtex-file): Likewise.
9463
9464 1999-01-29 Dave Love <fx@gnu.org>
9465
9466 * finder.el: (finder-commentary): Fix interactive spec. Try
9467 appending .el to file name.
9468 (finder-find-library, finder-commentary): Doc fixes.
9469
9470 1999-01-29 Andrew Innes <andrewi@gnu.org>
9471
9472 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9473 where the userid contains directory separators.
9474
9475 1999-01-29 Dave Love <fx@gnu.org>
9476
9477 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9478 (lm-commentary): Doc fix.
9479
9480 1999-01-29 Andreas Schwab <schwab@gnu.org>
9481
9482 * files.el (file-expand-wildcards): Never consider `.' and `..' a
9483 wildcard match. Fix regexp that tests if dirpart contains
9484 wildcard characters.
9485
9486 1999-01-28 Richard Stallman <rms@gnu.org>
9487
9488 * font-lock.el (font-lock-default-unfontify-region):
9489 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
9490
9491 1999-01-27 Jason Rumney <jasonr@altavista.net>
9492
9493 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
9494 from FAMILY field.
9495 (w32-create-initial-fontsets): Do not use before-init-hook.
9496 (mouse-set-font): Document. Automatically create and use fontsets.
9497
9498 * dos-w32.el (direct-print-region-helper): Check for printer
9499 being t as well as a string.
9500
9501 1999-01-27 Kenichi Handa <handa@etl.go.jp>
9502
9503 * mail/rmail.el (rmail-decode-mime-charset): New variable.
9504 (rmail-mime-charset-pattern): New variable.
9505 (rmail-convert-to-babyl-format): Decode by MIME-charset if
9506 rmail-decode-mime-charset is non-nil.
9507
9508 1999-01-27 Ken'ichi Handa <handa@gnu.org>
9509
9510 * international/characters.el: Set category `q' for all characters
9511 in tibetan and tibetan-1-column.
9512
9513 1999-01-27 Andrew Innes <andrewi@gnu.org>
9514
9515 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
9516 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
9517
9518 1999-01-27 Dave Love <fx@gnu.org>
9519
9520 * international/mule-cmds.el (current-language-environment):
9521 Provide :link, :type (choices) and appropriate :get.
9522
9523 1999-01-27 Eli Zaretskii <eliz@gnu.org>
9524
9525 * startup.el (command-line): Set default eol-mnemonic-* strings to
9526 display end-of-line format in mode line.
9527
9528 * cus-start.el (all): Add eol-mnemonic-* variables.
9529
9530 1999-01-26 Dave Love <fx@gnu.org>
9531
9532 * startup.el (command-line-1): Up-date copyright.
9533
9534 * paths.el (Info-default-directory-list): Use configdir twice.
9535
9536 * info.el (Info-directory-list): Don't set path-separator now
9537 we're not shipped with Texinfo. Simplify path definition.
9538 Substitute all occurrences of instdir in Info-default-directory-list.
9539
9540 1999-01-25 Richard Stallman <rms@gnu.org>
9541
9542 * startup.el (normal-top-level-add-subdirs-to-load-path):
9543 Record the inode numbers of the dirs processed, to avoid loop.
9544
9545 * textmodes/tex-mode.el (tex-run-command): Doc fix.
9546
9547 1999-01-25 Dave Love <fx@gnu.org>
9548
9549 * browse-url.el (browse-url-netscape-program): Doc addition.
9550
9551 * help.el (help-make-xrefs): Default info references to an `(emacs)'
9552 prefix.
9553
9554 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
9555 auto-mode-alist.
9556
9557 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9558
9559 * calendar/diary-lib.el (mark-diary-entries): Use
9560 assoc-ignore-case and do not capitalize when matching month and
9561 day names.
9562
9563 * calendar/calendar.el (calendar-read-date): Ditto.
9564
9565 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9566 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9567
9568 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
9569
9570 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9571
9572 * calendar/cal-islam.el (calendar-goto-islamic-date)
9573 (mark-islamic-diary-entries): Ditto.
9574
9575 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9576
9577 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9578 (calendar-read-mayan-tzolkin-date): Ditto.
9579
9580 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
9581
9582 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
9583
9584 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
9585
9586 1999-01-25 Karl Heuer <kwzh@gnu.org>
9587
9588 * faces.el (list-faces-display): Multiline case of previous fix.
9589
9590 1999-01-25 Andreas Schwab <schwab@gnu.org>
9591
9592 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
9593
9594 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
9595
9596 * files.el (find-file): If find-file-noselect returns a list,
9597 do switch-to-buffer on each element.
9598 (find-file-other-window): Likewise for all but the first element.
9599 (find-file-other-frame): Same.
9600 (find-file-noselect): When we expand a wildcard, return a list
9601 of buffers.
9602
9603 1999-01-24 Eli Zaretskii <eliz@gnu.org>
9604
9605 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
9606 to set the appropriate cpNNN-dos coding system as the
9607 highest-priority coding system.
9608
9609 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9610
9611 * international/fontset.el (generate-fontset-menu): Return a
9612 sorted list by plain names of fontsets.
9613
9614 * international/mule-diag.el (list-fontsets): Sort fontsets by
9615 plain names.
9616
9617 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
9618 FIRST is a composite character, decompose it at first.
9619
9620 1999-01-23 Dave Love <fx@gnu.org>
9621
9622 * format.el: Doc fixes.
9623 (format-encode-run-method): Have things happen in the right buffer.
9624 Deal with errors from method. Set coding-system-for-write.
9625 (format-decode-run-method): Have things happen in the right buffer.
9626 Deal with errors from method. Set coding-system-for-read.
9627 (format-alist): Use nil instead of unmatchable regexps.
9628
9629 * simple.el (shell-command-on-region): Return command's exit status.
9630
9631 1999-01-23 Eric Ludlam <zappo@gnu.org>
9632
9633 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
9634 of the file whose info we want to display.
9635 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
9636 (speedbar-add-mode-functions-list) Improve doc.
9637 (speedbar-line-token) New function.
9638 (speedbar-dired) Fix order of directories in -shown-directories.
9639 (speedbar-line-path): Default return is default-directory
9640 (speedbar-buffers-line-path): Return is dir name only.
9641 (speedbar-mode-functions-list): New variable.
9642 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
9643 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
9644 speedbar-files-item-info speedbar-buffers-item-info): New functions.
9645 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
9646 New functions.
9647 (speedbar-line-file): Broke out part that fetches file from a line.
9648 (speedbar-line-text): New function extracted from speedbar-line-file.
9649 (speedbar-line-path): Converted into a replaceable function.
9650 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
9651
9652 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9653
9654 * international/fontset.el (create-fontset-from-x-resource): Make
9655 style variants.
9656
9657 1999-01-22 Dave Love <fx@gnu.org>
9658
9659 * paths.el (Info-default-directory-list): Put sysdir after start.
9660
9661 1999-01-22 Sam Steingold <sds@goems.com>
9662
9663 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
9664 a process associated with it.
9665
9666 1999-01-22 Jason Rumney <jasonr@altavista.net>
9667
9668 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
9669
9670 1999-01-22 Felix Lee <flee@cygnus.com>
9671
9672 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
9673 major-mode.
9674 (vc-annotate-mode): Delete variable.
9675
9676 1999-01-22 Andrew Innes <andrewi@gnu.org>
9677
9678 * startup.el (command-line): [windows-nt]: Check for existence of
9679 .emacs file so as to notice .emacs.el or .emacs.elc and use them
9680 in preference to _emacs.
9681
9682 1999-01-22 Dave Love <fx@gnu.org>
9683
9684 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
9685
9686 1999-01-20 Richard Stallman <rms@gnu.org>
9687
9688 * files.el (find-file-noselect): Do wildcard processing only
9689 if new arg WILDCARDS is non-nil.
9690 (find-file, find-file-other-window): New arg WILDCARDS.
9691 Default it to non-nil if interactive.
9692 (find-file-other-frame): Likewise.
9693 (find-file-read-only): Likewise.
9694 (find-file-read-only-other-window): Likewise.
9695 (find-file-read-only-other-frame): Likewise.
9696
9697 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
9698 (widget-plist-convert-option): Delete spurious comma.
9699
9700 1999-01-19 Jason Rumney <jasonr@altavista.net>
9701
9702 * term/w32-win.el (w32-standard-fontspec-spec): Change
9703 iso8859-5 to koi8-r. Add iso8859-9.
9704
9705 1999-01-19 Dave Love <fx@gnu.org>
9706
9707 * browse-url.el (browse-url-maybe-new-window): Delete macro and
9708 its uses.
9709
9710 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
9711 is active.
9712 (fortran-indent-subprogram): Likewise.
9713
9714 1999-01-19 Dave Love <d.love@dl.ac.uk>
9715
9716 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
9717
9718 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9719
9720 * wid-edit.el (alist): Use sexp as default key-type.
9721
9722 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9723
9724 * textmodes/tex-mode.el (tex-define-common-keys):
9725 Remove key binding of tex-feed-input.
9726 (tex-mode-map): Bind tex-feed-input here.
9727 (tex-start-shell): Use compilation-shell-minor-mode. Set
9728 comint-input-filter-functions before running tex-shell-hook.
9729 (tex-start-tex): Forget compilation errors.
9730 (tex-compilation-parse-errors): Rewritten to work also with
9731 compile-mouse-goto-error and compile-goto-error. Adjusted to
9732 change in tex-region.
9733 (tex-region): For the temp file use file-name without directory.
9734 (tex-file): Expand file name of tex-print-file.
9735
9736 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9737
9738 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
9739
9740 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
9741
9742 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
9743 beginning could cause Emacs to hang. Fixed.
9744
9745 1999-01-18 Ken'ichi Handa <handa@gnu.org>
9746
9747 * international/ccl.el (ccl-compile-translate-character): Handle
9748 the case that a tranlation table is CCL register correctly.
9749
9750 * international/mule-cmds.el (select-safe-coding-system):
9751 Hightlight at most 256 characters.
9752
9753 1999-01-18 Dave Love <fx@gnu.org>
9754
9755 * startup.el (command-line): If the init file changes operation to
9756 unibyte, make all buffers unibyte and re-set language environment.
9757
9758 * disp-table.el (standard-display-european): Make all existing
9759 buffers unibyte. Fix doc.
9760
9761 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
9762
9763 * wid-edit.el (coding-system): Define this unconditionally.
9764
9765 * simple.el (shell-command-on-region-default-error-buffer): New var.
9766 (shell-command-on-region): Use that variable as interactive
9767 value of ERROR-BUFFER argument.
9768
9769 1999-01-17 Sam Steingold <sds@goems.com>
9770
9771 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
9772
9773 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9774
9775 * progmodes/compile.el (compilation-goto-locus): If already in the
9776 compilation buffer's window, keep it in that window.
9777 (compile-mouse-goto-error): Add Doc. Don't play with windows.
9778 (compile-goto-error): Don't play with windows.
9779
9780 * textmodes/tex-mode.el (latex-run-command): Doc fix.
9781 (tex-command): Doc fix.
9782 (tex-compilation-parse-errors): Doc fix.
9783 (tex-generate-zap-file-name): Don't start the name with -.
9784 (tex-expand-files): Works now also with strings ending with ":".
9785
9786 1999-01-17 Ian T Zimmerman <itz@transbay.net>
9787
9788 Patch failed to install:
9789 * gametree.el: Document scoring functionality.
9790 (gametree-score-regexp): Add optional plus sign.
9791 (gametree-score-opener): Replace `:' with `=' as the former
9792 conflicts with gametree-half-ply-regexp.
9793 (gametree-transpose-following-leaves): Add.
9794 (gametree-insert-new-leaf): Make modifying commands barf in read
9795 only buffers.
9796 (gametree-break-line-here): Add a call to
9797 `gametree-transpose-following-leaves'. This maintains the
9798 necessary invariant that on each level all leaf children precede
9799 all nonleaf children. This has always been implied, but left to
9800 the user, and, unfortunately, undocumented.
9801
9802 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
9803
9804 * wid-edit.el (plist, alist): New widget types.
9805
9806 1999-01-17 Dave Love <fx@gnu.org>
9807
9808 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
9809 fix scope of condition-case therein.
9810
9811 1999-01-17 Andrew Innes <andrewi@gnu.org>
9812
9813 * dos-w32.el: (find-buffer-file-type-coding-system): Use
9814 default-buffer-file-coding-system when file doesn't exist (and
9815 isn't covered by a special case) instead of forcing undecided-dos
9816 against the user's wishes.
9817
9818 * dos-w32.el (direct-print-region-helper): New function based on
9819 direct-print-region-function; sends data to specified printer port
9820 without further translation. Recognize and handle specially the
9821 standard `print' and `nprint' programs, as well as `lpr' and
9822 similar programs. Only write directly to the printer port if no
9823 print program is specified. Work around a bug in Windows 9x
9824 affecting Win32 version of Emacs by invoking command.com to write
9825 to the printer port instead of writing directly.
9826 (direct-print-region-function): Use direct-print-region-helper to
9827 do most of the work.
9828 (direct-ps-print-region-function): New function; analogue of
9829 direct-print-region-function for ps-print.
9830 (ps-lpr-command): Comment out setq; leave as example usage.
9831 (ps-lpr-switches): Ditto.
9832
9833 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
9834 and MS-Windows.
9835 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
9836 DOS and Windows platforms, to indicate direct printing. Update
9837 the docstring accordingly.
9838
9839 * ps-print.el: (ps-printer-name): Update docstring about usage on
9840 MS-DOS and MS-Windows.
9841 (ps-lpr-command): Update docstring as for lpr-command.
9842 (ps-print-region-function): New variable.
9843 (ps-do-despool): Use it.
9844 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
9845 DOS/Windows.
9846
9847 * subr.el (subst-char-in-string): New function.
9848
9849 1999-01-17 Eli Zaretskii <eliz@gnu.org>
9850
9851 * international/codepage.el (cp852-decode-table): Fill a nil entry.
9852
9853 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
9854 (bdf-find-font-info): New function, looks for the first readable
9855 file from a list of alternatives.
9856 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
9857 instead of bdf-get-font-info.
9858 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
9859 to ps-mule-generate-bitmap-glyph.
9860
9861 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
9862 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
9863 now be a list of alternative names.
9864 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
9865 (ps-mule-prepare-font): Likewise.
9866
9867 * international/codepage.el (cp855-decode-table,
9868 cp850-decode-table): Fill some nil entries.
9869
9870 1999-01-16 Dave Love <fx@gnu.org>
9871
9872 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
9873 last change.
9874
9875 1999-01-15 Dave Love <fx@gnu.org>
9876
9877 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
9878 and change regexp for command names.
9879 (help-xref-go-back, function-called-at-point, symbol-file)
9880 (where-is): Doc fixes.
9881 (help-xref-go-back): Remove interactive spec.
9882 (describe-function-1): Fix message for alias. Buttomize alias
9883 name.
9884
9885 * simple.el (join-line): New alias.
9886
9887 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
9888
9889 * forms.el: (forms--show-record): Convert integers to string
9890 expicitly since concat will no longer accept integers.
9891 (forms-print): Use local `total-nb-records' since
9892 `forms--total-records' will be inaccessible after buffer switching.
9893
9894 1998-01-14 Felix Lee <flee@cygnus.com>
9895
9896 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
9897
9898 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9899
9900 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
9901
9902 1999-01-14 Eli Zaretskii <eliz@gnu.org>
9903
9904 * international/codepage.el (cp850-decode-table): Fix previous change.
9905
9906 1999-01-14 Simon Marshall <simon@gnu.org>
9907
9908 * shell.el (shell-dirtrack-verbose): New custom variable.
9909 (shell-dirstack-message): Use it.
9910
9911 1999-01-14 Kenichi Handa <handa@etl.go.jp>
9912
9913 * international/mule-conf.el: Coding system alias `dos' for
9914 `undecided-dos', `mac' for `undecided-mac'.
9915
9916 * international/mule-cmds.el (describe-language-environment):
9917 Don't alter input-method-alist.
9918
9919 1999-01-13 Eli Zaretskii <eliz@gnu.org>
9920
9921 * international/codepage.el (cp850-decode-table): Replace nil
9922 entries with codes of similary looking glyphs. (Suggested by
9923 Jason Rumney <jasonr@altavista.net>.)
9924
9925 1999-01-13 Dave Love <fx@gnu.org>
9926
9927 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
9928
9929 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
9930
9931 1999-01-12 Karl Heuer <kwzh@gnu.org>
9932
9933 * files.el (auto-save-hook): Defvar this.
9934
9935 1999-01-12 Alex Schroeder <asc@bsiag.com>
9936
9937 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
9938 faces, eliminating the need to load font-lock before loading sql.
9939 (sql-mode-oracle-font-lock-keywords): Likewise.
9940 (sql-mode-postgres-font-lock-keywords): Likewise.
9941
9942 1999-01-11 Dave Love <fx@gnu.org>
9943
9944 * cus-start.el: Add inhibit-eol-conversion.
9945
9946 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
9947 the values round.
9948
9949 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
9950
9951 * help.el (help-mode-finish): Renamed from help-mode-maybe.
9952 Don't switch to Help mode here.
9953 (temp-buffer-setup-hook): Use help-mode-finish.
9954 (help-mode-setup): New function.
9955 (temp-buffer-setup-hook): Use help-mode-setup.
9956
9957 * progmodes/sql.el: New file.
9958
9959 * files.el (auto-mode-alist): Add sql-mode.
9960
9961 * faces.el (list-faces-display): Improve the formatting
9962 by computing the maximum length required for any face-name.
9963
9964 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9965
9966 * progmodes/compile.el (compilation-shell-minor-mode): New function.
9967
9968 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
9969
9970 * term.el (term_send_home): Change the string to
9971 be the same as the one emitted by xterm and consistent with the
9972 ones emitted by prior and next.
9973 (term_send_end): Likewise.
9974
9975 1999-01-10 Dave Love <fx@gnu.org>
9976
9977 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
9978 bindings.
9979
9980 1999-01-10 Eli Zaretskii <eliz@gnu.org>
9981
9982 * international/codepage.el (codepage-setup): Doc fix.
9983 (cp-decoding-vector-for-codepage): Likewise.
9984
9985 1999-01-10 Markus Rost <rost@gnu.org>
9986
9987 * cus-edit.el (custom-save-delete): First scan the custom-file.
9988
9989 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
9990
9991 * international/iso-transl.el: Define a "function name" for
9992 each translation that isn't ASCII. Use these function names
9993 in iso-transl-char-map.
9994
9995 1999-01-08 Kenichi Handa <handa@etl.go.jp>
9996
9997 * international/mule-util.el (decompose-region): Do decomposition
9998 on temporary unibyte buffer.
9999
10000 * international/mule.el (make-char): Doc-string modified.
10001
10002 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10003
10004 * simple.el (comment-region): Delete spaces only if we
10005 deleted a comment starter.
10006
10007 1999-01-07 Dave Love <fx@gnu.org>
10008
10009 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10010
10011 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10012 like eval-defun does.
10013
10014 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10015
10016 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10017 constructions. Doc fixes.
10018 (generic-create-generic-function): Use defalias, not fset.
10019
10020 * find-func.el: More doc fixes.
10021
10022 1999-01-06 Stephen Eglen <stephen@gnu.org>
10023
10024 * files.el (save-buffers-kill-emacs): Show the list of current
10025 processes before prompting to kill them and exit.
10026
10027 1999-01-06 Dave Love <fx@gnu.org>
10028
10029 * emacs-lisp/find-func.el: Doc fixes.
10030 (find-function-regexp): Extend for define-generic-mode,
10031 define-derived-mode, easy-mmode-define-minor-mode.
10032
10033 1999-01-06 Dave Love <fx@gnu.org>
10034
10035 * progmodes/fortran.el (fortran-window-create): Account for scroll
10036 bar width.
10037
10038 * browse-url.el: Require (noerror) w3-auto when compiling.
10039 (browse-url-maybe-new-window): Make it a macro and revert last
10040 change to callers.
10041 (browse-url-w3): Require w3 for w3-fetch-other-window.
10042
10043 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10044
10045 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10046 argument.
10047
10048 1999-01-06 Simon Marshall <simon@gnu.org>
10049
10050 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10051
10052 * font-lock.el (font-lock-default-fontify-buffer): When using
10053 with-temp-message, use nil rather than current-message.
10054
10055 * lazy-lock.el (lazy-lock-unstall):
10056 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10057 rather than current-message.
10058
10059 * fast-lock.el (fast-lock-save-cache-1):
10060 (fast-lock-cache-data): When using with-temp-message, use nil rather
10061 than current-message.
10062
10063 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10064
10065 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10066 the valid-codes property.
10067
10068 * international/mule-cmds.el (prefer-coding-system): Call
10069 set-coding-priority, so that the internal array of priorities is
10070 also updated.
10071
10072 * international/mule-util.el:
10073 (coding-system-change-eol-conversion,
10074 coding-system-change-text-conversion): Don't define here.
10075
10076 * international/mule-cmds.el: Define them here. Remove the
10077 autoload cookies.
10078
10079 1999-01-06 Andreas Schwab <schwab@gnu.org>
10080
10081 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10082 if it was enabled before.
10083
10084 * view.el (View-revert-buffer-scroll-page-forward): Bind
10085 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10086
10087 * files.el (recover-session): Preserve point when inserting
10088 explanation.
10089
10090 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10091
10092 * cus-edit.el (custom-save-delete): Don't delete whitespace
10093 and comments before the sexp that is replaced.
10094
10095 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10096
10097 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10098
10099 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10100
10101 * vc.el (vc-dired-hook): Use the original value of
10102 dired-move-to-filename-regexp on lines that have not been
10103 reformatted yet.
10104 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10105 file lines have already been reformatted.
10106
10107 1999-01-05 Dave Love <fx@gnu.org>
10108
10109 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10110 buffer-local.
10111
10112 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10113
10114 * progmodes/f90.el: Change of regular expressions for type to
10115 correct highlighting and identation. Some small fixes for
10116 compatibility with XEmacs.
10117
10118 1999-01-05 Stephen Eglen <stephen@gnu.org>
10119
10120 * mspools.el (mspools-vm-system-mail): Provide an alternative
10121 value based on rmail-spool-directory if $MAIL is not defined.
10122
10123 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10124
10125 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10126 (reftex-section-info): Handle negative section levels.
10127 (reftex-view-crossref-extra): New option.
10128 (reftex-view-crossref): Generalized to work in more places.
10129 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10130 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10131 (reftex-view-cite-locations-from-bibtex): New command.
10132 (reftex-view-regexp-match, reftex-global-search,
10133 reftex-global-search-continue): New functions.
10134 (reftex-extract-bib-entries): No error for non-existing BibTeX
10135 file, just a message.
10136 (reftex-extract-bib-entries): Better error handling.
10137 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10138 help and force it on current frame.
10139 (reftex-default-bibliography): New function.
10140 (reftex-access-parse-file): Check consistency after loading a
10141 parse file. When inconsistent, enfore rescan.
10142 (reftex-check-parse-consistency): New function.
10143 (easy-menu-define): Options section drastically shortened.
10144
10145 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10146
10147 * language/thai-util.el (thai-compose-string): New function.
10148
10149 1999-01-04 Inge Frick <inge@nada.kth.se>
10150
10151 * easymenu.el (easy-menu-define): Doc fix.
10152 (easy-menu-create-menu): New keyword :included.
10153 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10154 be an expression, not only a string. Simulate style `button'.
10155 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10156 (easy-menu-define-key-intern): New function.
10157 (easy-menu-add-item): Understand value returned from
10158 easy-menu-item-present-p and easy-menu-remove-item.
10159 (easy-menu-return-item): New function.
10160 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10161
10162 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10163
10164 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10165 Use rmail-output-read-rmail-file-name to read the file name.
10166 Always call rmail-output-to-rmail-file noninteractively.
10167 When count > 1, do the loop here.
10168 Handle rmail-delete-after-output here.
10169 (rmail-summary-output): Similar changes.
10170
10171 * mail/rmailout.el: Provide `rmailout'.
10172 (rmail-output-read-rmail-file-name): New function.
10173 (rmail-output-to-rmail-file): Use that.
10174 (rmail-output-read-file-name): New function.
10175 (rmail-output): Use that.
10176
10177 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10178 Error if wildcard matches no files.
10179
10180 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10181
10182 * menu-bar.el (clipboard-yank): Doc fix.
10183
10184 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10185
10186 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10187
10188 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10189
10190 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10191
10192 * rmail.el (rmail-encode-string): Make sure mask value is
10193 positive; (emacs-pid) returns a negative number on Windows 9x
10194 which causes odd behaviour.
10195
10196 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10197
10198 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10199 and about w32-* variables unless on Windows/NT.
10200
10201 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10202
10203 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10204 if buffer is modified; ask about all modified buffers.
10205
10206 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10207
10208 * simple.el (what-cursor-position): Fix previous change.
10209
10210 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10211
10212 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10213 from paragraph-start.
10214
10215 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10216
10217 * international/mule-cmds.el (prefer-coding-system): If the
10218 argument requires specific EOL conversion type, make the default
10219 coding systems use that.
10220
10221 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10222
10223 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10224 Use shell-command-on-region.
10225 (m4-start-m4, m4-end-m4): Functions deleted.
10226
10227 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10228
10229 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10230
10231 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10232
10233 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10234 to compose-mail in the correct places and as a list.
10235
10236 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10237
10238 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10239 (pages-directory-map): Bind mouse-2
10240 (pages-copy-header-and-position): Put text property.
10241 (pages-directory-goto-with-mouse): New function.
10242
10243 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10244
10245 * international/codepage.el (cp-make-coding-systems-for-codepage):
10246 Doc fix.
10247 (cp-coding-system-for-codepage-1): Likewise.
10248
10249 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10250
10251 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10252 composition sequence correctly here instead of calling
10253 thai-compose-region.
10254
10255 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10256 newline in multibyte buffer, if previous or next character is a
10257 composite char, check the first component of the composite char.
10258
10259 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10260
10261 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10262 and track-mouse.
10263
10264 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10265
10266 * mail/sendmail.el (mail-yank-original): Remove text properties
10267 after insertion.
10268 (mail-yank-region): Barf if no mark is set in the message
10269 being replied to.
10270
10271 * help.el (function-called-at-point): First look for function at point.
10272
10273 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10274
10275 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10276
10277 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10278
10279 * simple.el (what-cursor-position): Print character encoding also.
10280
10281 1998-12-26 Dave Love <fx@gnu.org>
10282
10283 * textmodes/flyspell.el: If local-maps work, don't put
10284 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10285 in flyspell-mouse-map (only).
10286 (flyspell-use-local-map): New variable.
10287 Use a different mouse-2 binding in that case,
10288 and don't add to minor-mode-map-alist.
10289 (make-flyspell-overlay, flyspell-correct-word):
10290 Test flyspell-use-local-map.
10291
10292 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10293
10294 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10295 Be careful about whether to return a relative file name,
10296 and if so, relative to what directory.
10297
10298 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10299
10300 * emacs-lisp/easymenu.el (easy-menu-get-map):
10301 Change global map only if this menu exists in the global map already,
10302 and not in the local map.
10303 (easy-menu-do-add-item): Fix error message.
10304
10305 * foldout.el (foldout-inhibit-key-bindings):
10306 Avoid concatenating onto outline-minor-mode-prefix.
10307 Make a new keymap for that prefix, if it does not already have one.
10308
10309 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10310
10311 * cperl-mode.el:
10312 Can use linear algorithm for indentation if Emacs supports it.
10313 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10314 (cperl-after-block-p): Likewise.
10315 (cperl-after-block-and-statement-beg): Likewise.
10316 (cperl-after-block-p): After END/BEGIN we are a block.
10317 (cperl-after-expr-p): Skip labels when checking
10318 (cperl-indent-region): Make a marker for END - text added/removed.
10319 Disable hooks during the call (how to call them later?).
10320 Now indents 820-line-long function in 6.5 sec (including
10321 syntaxification) the first time (when buffer has few
10322 properties), 7.1 sec the second time.
10323 (cperl-indent-region): Do not indent whitespace lines
10324 (cperl-style-alist)
10325 Include `cperl-merge-trailing-else' where the value is clear.
10326 (cperl-styles-entries): Likewise.
10327 (cperl-problems): Improvements to docs.
10328 (cperl-tips): Likewise.
10329 (cperl-non-problems): Likewise.
10330 (cperl-mode): Make lazy syntaxification possible.
10331 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10332 `font-lock-unfontify-region-function' was set to a wrong function.
10333
10334 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10335 restart syntaxification. Changed so that -d ?foo? is a RE. Do
10336 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10337 but 1<<6 was considered as HERE-doc.
10338 <file/glob> made into a string.
10339 Postpone addition of faces after syntactic step.
10340 Recognition of <FH> was wrong.
10341 Highlight `gem' in s///gem as a keyword. `qr' recognized.
10342 Knows that split// is null-RE.
10343 Highlights separators in 3-parts expressions as labels.
10344 <> was considered as a glob.
10345 Would err if the last line is `=head1'.
10346 $a-1 ? foo : bar; was a considered a regexp.
10347 `<< (' was considered a start of HERE-doc.
10348 mark qq[]-etc sections as syntax-type=string
10349 Was not processing sub protos after a comment ine.
10350 Was treating $a++ <= 5 as a glob.
10351 Tolerate unfinished REx at end-of-buffer.
10352 `unwind-protect' was left commented.
10353 / and ? after : start a REx.
10354
10355 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10356 Better default, customizes to `message' too, off in text-mode.
10357
10358 (cperl-array-face): Renamed from `font-lock-emphasized-face',
10359 `defface'd.
10360 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10361 `defface'd.
10362 (cperl-emacs-can-parse): New state variable.
10363 (cperl-indent-line): Corrected to use global state.
10364 (cperl-calculate-indent): Likewise.
10365 (cperl-fix-line-spacing): Likewise (not used yet).
10366 (cperl-calculate-indent): Did not consider `,' as
10367 continuation mark for statements.
10368 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10369 Remove another parse-data optimization at toplevel: would
10370 indent correctly.
10371 Correct for labels when calculating indentation of continuations.
10372 Docstring updated.
10373 (cperl-choose-color): Converted to a function (to be
10374 compilable in text-mode).
10375 (cperl-dark-background): Disable without window-system.
10376 Do `defface' only if window-system.
10377 (cperl-fix-line-spacing): Sped up to bail out early.
10378 (x-color-defined-p): Was not compiling on XEmacs
10379 Was defmacro'ed with a tick. Remove another def.
10380 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10381 (cperl-unwind-to-safe): New function.
10382 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10383 (cperl-fontify-syntaxically): Unwinds start and end to go out of
10384 long strings (not very successful).
10385 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
10386 Highlight the starting // in s//foo/ as function-name.
10387 Emit a meaningful error instead of a cryptic one for an
10388 uncomplete REx near end-of-buffer.
10389
10390 (cperl-electric-keyword): `qr' recognized.
10391 (cperl-electric-else): Likewise
10392 (cperl-to-comment-or-eol): Likewise
10393 (cperl-make-regexp-x): Likewise
10394 (cperl-init-faces): Likewise, and `lock' (as overridable?).
10395 Corrected to use new macros;
10396 `if' for copying `reference-face' to `constant-face' was backward.
10397 remove init `font-lock-other-emphasized-face',
10398 `font-lock-emphasized-face', `font-lock-keyword-face'.
10399 Interpolate `cperl-invalid-face'.
10400 (cperl-make-regexp-x): Misprint in a message.
10401 (cperl-syntaxify-unwind): New configuration variable
10402 (cperl-fontify-m-as-s): New configuration variable
10403 (cperl-electric-pod): Check for after-expr was performed
10404 inside of POD too.
10405 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10406 (cperl-clobber-mode-lists): New configuration variable.
10407 (cperl-not-bad-style-regexp): Updated.
10408 Init: `cperl-is-face' was busted.
10409 (cperl-make-face): New macros.
10410 (cperl-force-face): New macros.
10411 (font-lock-other-type-face): Done via `defface' too.
10412 (cperl-nonoverridable-face): New face. Renamed from
10413 `font-lock-other-type-face'.
10414 (cperl-init-faces-weak): Use `cperl-force-face'.
10415 (cperl-comment-indent): Commenting __END__ was not working.
10416 (cperl-indent-for-comment): Likewise.
10417 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
10418 When removing old TAGS info was not relativizing filename.
10419 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10420 Another try to work around XEmacs problems. Better progress messages.
10421 (toplevel): Require custom unprotected => failure on 19.28.
10422 (cperl-xemacs-p): Defined when compile too
10423 (cperl-find-tags): Was writing line/pos in a wrong order,
10424 pos off by 1 and not at beg-of-line.
10425 (cperl-etags-snarf-tag): New macro
10426 (cperl-etags-goto-tag-location): New macro
10427 (cperl-version): New variable. New menu entry
10428 random docstrings: References to "future" 20.3 removed.
10429 Menu was described as `CPerl' instead of `Perl'
10430 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10431 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10432 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
10433 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10434 `font-lock-reference-face', `font-lock-keyword-face'.
10435 Use `eval-after-load'.
10436 Remove not-CPerl-related faces.
10437 (cperl-tips-faces): New variable and an entry into Mini-docs.
10438 (cperl-indent-exp): Was not processing else-blocks.
10439 (cperl-get-state): NOP line removed.
10440 (cperl-ps-print): New function and menu entry.
10441 (cperl-ps-print-face-properties): New configuration variable.
10442 (cperl-invalid-face): New configuration variable.
10443 (perl-font-lock-keywords): Highlight trailing whitespace
10444 (cperl-contract-levels): Documentation corrected.
10445 (cperl-contract-level): Likewise.
10446 (cperl-ps-extend-face-list): New macro.
10447 (cperl-invalid-face): Change to ''underline.
10448
10449 1998-12-25 Markus Rost <rost@delysid.gnu.org>
10450
10451 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10452 for read-file-name.
10453 (rmail-output-to-rmail-file): Likewise.
10454
10455 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10456
10457 * emacs-lisp/easymenu.el (easy-menu-get-map):
10458 If MENU is nil, use global menu-bar map.
10459 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10460 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10461
10462 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10463
10464 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10465
10466 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10467
10468 * ps-print.el (ps-print-version): New version number (4.1.3).
10469
10470 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
10471
10472 * international/mule-cmds.el: Use make-sparse-keymap instead of
10473 define-prefix-key when defining MULE menu items.
10474
10475 * info.el (Info-node-at-bob-matching): New function.
10476 (Info-find-node, Info-build-node-completions): Call it.
10477
10478 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
10479
10480 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10481 when this is an autoloaded keymap.
10482
10483 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10484
10485 * international/codepage.el (cp-coding-system-for-codepage-1):
10486 Create separate encoders and decoders, for DOS and Unix. Make the
10487 usual family of 3 coding systems, so that automatic detection of
10488 EOL type works.
10489 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
10490 Unix-specific symbols here, and don't call
10491 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
10492 Handa <handa@etl.go.jp>.)
10493
10494 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
10495
10496 * term/internal.el (IT-character-translations): New variable, an
10497 alist used to display characters for which there's no glyphs in
10498 the current codepage.
10499 (IT-display-table-setup): New function, sets up the DOS terminal
10500 for a given codepage.
10501 (dos-codepage-setup): New function, sets up the MULE environment
10502 for the current value of dos-codepage.
10503 (top-level if): In the multibyte mode, turn on
10504 unibyte-display-via-language-environment. In the unibyte mode,
10505 set up the special syntax tables to map lower- to upper case and
10506 back.
10507
10508 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
10509
10510 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
10511 (speedbar-frame-plist) Remove useless comments.
10512 (speedbar-frame-mode) Do not specify height if it is in the param list.
10513 Use default y position w/out changing it.
10514 If default x position is a list, keep, calculate the non-list X
10515 value when devining an initial position.
10516 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
10517 (speedbar-tag-group-name-minimum-length): New variable.
10518 (speedbar-frame-parameter): New compatibility function.
10519 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
10520 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
10521 groups to keep things in the right order, and to help with some
10522 naming conventions.
10523 (speedbar-create-tag-hierarchy): Enable buffer local version of
10524 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
10525 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
10526 the case, derive it from the cursor location in speedbar.
10527
10528 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
10529
10530 * international/mule-cmds.el (set-language-environment): On MS-DOS
10531 terminals, install DOS-specific nonascii-translation-table if the
10532 language info doesn't specify one. Pass the default eol-type to
10533 set-language-environment-coding-systems.
10534 (set-default-coding-systems): Copy the eol-type property for the
10535 new default values of {buffer-file,process}-coding-system from the
10536 old defaults.
10537 (set-language-environment-coding-systems): Accept an optional
10538 argument EOL-TYPE, and set the eol-type property of the default
10539 coding systems accordingly.
10540 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
10541 (set-keyboard-coding-system): Likewise.
10542 (set-default-coding-systems): Don't set
10543 default-terminal-coding-system on MS-DOS to anything but nil.
10544 (prefer-coding-system): Describe in the doc string that
10545 default-terminal-coding-system is not changed on MS-DOS.
10546 (set-language-environment): For MS-DOS, set standard syntax table
10547 and display table for all characters with code above 127.
10548 (standard-display-european-internal): For MS-DOS, pass all
10549 characters with code above 127 directly to the terminal, and don't
10550 remap characters 160 and 146 in the unibyte case.
10551
10552 * international/codepage.el: New file.
10553
10554 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10555
10556 * diary-lib.el (diary-float): Fix end-of-year error and typos in
10557 comments.
10558
10559 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
10560
10561 * map-ynp.el (map-y-or-n-p): Ignore input methods.
10562
10563 * subr.el (read-passwd): Likewise.
10564
10565 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
10566
10567 * info.el (Info-find-node): Add 1 to the position read from the
10568 tag table. Don't fail if the node delimiter ^_ is the first
10569 character in the file.
10570 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
10571 first character in the file.
10572 (Info-read-subfile): Likewise.
10573 (Info-select-node): Likewise.
10574 (Info-build-node-completions): Likewise.
10575
10576 1998-12-16 Richard Stallman <rms@gnu.org>
10577
10578 * term/x-win.el (x-cut-buffer-or-selection-value):
10579 If clipboard is enabled, try it before PRIMARY selection.
10580
10581 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10582
10583 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
10584 insert c-cedilla and C-cedilla respectively, like in latin-1.
10585
10586 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
10587
10588 * language/hebrew.el: Don't use sublists in the flags argument
10589 passed to make-coding-system.
10590
10591 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10592
10593 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
10594 list of character sets found by find-charset-region.
10595
10596 * ps-mule.el: Always require ps-print. Move some function
10597 definitions for Emacs 20.2 and the earlier to ps-print.el.
10598 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
10599
10600 * ps-print.el: Define several functions for Emacs 20.2 and the
10601 earlier version.
10602 (ps-printer-name): Check if printer-name is bound.
10603
10604 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10605
10606 * ps-mule.el: Programming uniformization and little code improvement.
10607 (ps-mule-prepare-font): Programming uniformization.
10608 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
10609 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
10610
10611 * ps-bdf.el: Programming uniformization and little code improvement.
10612 (bdf-search-and-read): New fun.
10613 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
10614 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
10615 (bdf-info-relative-compose, bdf-info-baseline-offset)
10616 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
10617 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
10618 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
10619 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
10620 improvement.
10621
10622 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10623
10624 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
10625 and mule related code extraction. Autoload ps-mule funs.
10626
10627 * ps-mule.el: Doc fix. Require ps-print only when compiled.
10628 (ps-mule-prologue-generated): New fun.
10629 (ps-mule-plot-string): Add autoload cookie.
10630 (ps-mule-begin-job): Call ps-mule-prologue-generated.
10631
10632 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10633
10634 * ps-bdf.el: Require ps-mule instead of ps-print.
10635 (bdf-directory-list): Add autoload cookie.
10636
10637 * ps-mule.el: New file. Mule related code extracted from
10638 ps-print.el. Require ps-print, provide ps-mule.
10639 (ps-multibyte-buffer): Add autoload cookie.
10640 (ps-mule-prepare-ascii-font): New fun.
10641 (ps-mule-set-ascii-font): New fun.
10642 (ps-mule-skip-same-charset): Fun deleted.
10643 (ps-mule-plot-string): Set ps-mule-current-charset.
10644 (ps-mule-initialize): Add autload cookie. Don't set
10645 ps-mule-font-info-database here.
10646 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
10647 ps-mule-font-info-database and ps-control-or-escape-regexp.
10648 (ps-mule-begin-page): New fun.
10649
10650 * ps-print.el: Mule related code moved to ps-mule.el.
10651 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
10652 check ps-mule-charset-list.
10653 (ps-begin-page): Don't set ps-mule-current-charset, instead call
10654 ps-mule-begin-page.
10655 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
10656 (ps-plot-region): Don't set ps-mule-current-charset, instead call
10657 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
10658 instead skip same charsets by itself.
10659 (ps-generate): Call ps-mule-initialize of needs-begin-file is
10660 non-nil. Call ps-mule-begin-job.
10661
10662 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10663
10664 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
10665 instead of bdf.
10666
10667 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
10668 (ps-mule-external-libraries): New element FEATURE.
10669 (ps-mule-init-external-library): Ajusted for the above change.
10670 (ps-mule-generate-font): Likewise.
10671 (ps-mule-generate-glyphs): Likewise.
10672 (ps-mule-prepare-font): Likewise.
10673 (ps-mule-initialize): Likewise.
10674 (ps-begin-file): Superfluous tailing parenthesis deleted.
10675
10676 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10677
10678 * international/fontset.el (x-decompose-font-name): If PATTERN
10679 doesn't have any wild cards, return a vector made from a name that
10680 is found by x-resolve-font-name found. Comments added.
10681
10682 * international/mule-cmds.el (find-coding-systems-for-charsets):
10683 Handle the case of unknown charset.
10684 (find-multibyte-characters): If invalid multibyte characters are
10685 found, return the corresponding strings instead of character
10686 codes.
10687 (find-multibyte-characters): Adjusted for the above change.
10688 (select-safe-coding-system): For a unibyte buffer, always returns
10689 DEFAULT-CODING-SYSTEM.
10690 (get-charset-property): Fix previous change. Make it a function.
10691 (put-charset-property): Make it a function.
10692
10693 * international/mule.el (make-coding-system): Set mime-charset
10694 property of *-with-esc coding system to nil.
10695
10696 * international/quail.el (quail-point-in-conversion-region): New
10697 function.
10698 (quail-conversion-backward-delete-char): When a key sequence is
10699 being translated, call quail-delete-last-char.
10700
10701 * language/devan-util.el
10702 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
10703 handle devanagari-decomposition-rules.
10704
10705 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
10706
10707 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
10708 tex-start-options-string to empty string.
10709 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
10710
10711 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
10712
10713 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
10714 5xx responses are already handled properly).
10715
10716 1998-12-13 Richard Stallman <rms@gnu.org>
10717
10718 * progmodes/compile.el (compilation-error-regexp-alist): Insist
10719 on a non-digit in the file name.
10720
10721 * simple.el (comment-region): Handle comment-padding
10722 separately for insertion and for deletion, in the right way for each.
10723
10724 1998-12-13 Felix Lee <flee@cygnus.com>
10725
10726 * progmodes/compile.el (compilation-error-regexp-alist): Fix
10727 regexp to match "ChangeLog:1:1998-12-09 ..."
10728
10729 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
10730
10731 * cus-start.el (dos-unsupported-char-glyph): Add.
10732
10733 1998-12-11 Dave Love <fx@gnu.org>
10734
10735 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
10736 forward-sexp in condition-case.
10737
10738 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10739 Remove unnecessary test on `library' for explicit file name.
10740 Widen scope of save-match-data.
10741
10742 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
10743
10744 * international/mule.el (load-with-code-conversion): If the loaded
10745 file was inserted with no-conversion or raw-text coding system,
10746 make the buffer unibyte.
10747
10748 1998-12-09 Richard Stallman <rms@gnu.org>
10749
10750 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10751 Get rid of nested loops.
10752
10753 * mouse.el (mouse-drag-vertical-line):
10754 If WHICH-SIDE is not `right', then scroll bars are on the left.
10755
10756 * loadhist.el (load-history-loaded): defvar moved to help.el.
10757
10758 * help.el (symbol-file-load-history-loaded): Variable renamed,
10759 and defvar moved from loadhist.el.
10760 (symbol-file): Renamed from describe-function-find-file.
10761 Load fns-VERSION.el here.
10762 (describe-variable, describe-function-1): Use symbol-file.
10763
10764 * textmodes/tex-mode.el (tex-generate-zap-file-name):
10765 Don't start the name with #.
10766
10767 * ispell.el: Take out the eval-when's.
10768
10769 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
10770
10771 * dirtrack.el (dirtrack-directory-change-hook): New hook.
10772 (dirtrack): Run it. Make debug message more verbose.
10773
10774 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
10775
10776 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
10777 name of the abbrev table, and provide support for XEmacs.
10778 (octave-xemacs-p): New variable.
10779
10780 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10781
10782 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
10783 exit, when mail-interactive is nil.
10784
10785 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
10786
10787 * files.el (after-find-file): Message fix.
10788
10789 1998-12-09 Ken Stevens <stevens@kdstevens.com>
10790
10791 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
10792
10793 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
10794
10795 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
10796 filenames using backslashes.
10797
10798 1998-12-09 Dave Love <fx@gnu.org>
10799
10800 * browse-url.el (browse-url-mail): Call compose-mail-other-window
10801 with correct number of args.
10802 (browse-url-maybe-new-window): New arg. Callers changed.
10803
10804 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
10805 comment.
10806
10807 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
10808
10809 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
10810
10811 1998-12-08 Markus Rost <rost@delysid.gnu.org>
10812
10813 * vc.el (vc-rcs-release): Fix Type.
10814 (vc-sccs-release): Fix Type.
10815 (vc-cvs-release): Fix Type.
10816
10817 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
10818 arg work right.
10819
10820 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
10821 output of last undeleted message.
10822
10823 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
10824
10825 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10826 (buffer-undo-list) [windows-nt]: Use different relative path.
10827
10828 1998-12-07 Simon Marshall <simon@gnu.org>
10829
10830 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
10831
10832 1998-12-05 Markus Rost <rost@delysid.gnu.org>
10833
10834 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
10835
10836 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
10837
10838 1998-12-04 Markus Rost <rost@delysid.gnu.org>
10839
10840 * info.el (Info-menu): Don't return error if point is between menu
10841 header and first menu item.
10842
10843 1998-12-04 Dave Love <fx@gnu.org>
10844
10845 * help.el (describe-function-1): Fix description for alias.
10846
10847 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
10848
10849 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
10850 specifications from summary line.
10851
10852 * rect.el (delete-whitespace-rectangle): Mark for autoload.
10853 (close-rectangle): Define alias only once in loaddefs.el.
10854
10855 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
10856
10857 * term/internal.el: Remove code which sets up a special syntax
10858 table for non-ASCII characters.
10859
10860 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
10861
10862 * dos-w32.el (direct-print-region-function): Try to ensure that
10863 printer-name is expanded to a file name on a local drive;
10864 sometimes printing a file loaded from a network volume fails.
10865 (direct-print-region-function): Add a function to
10866 write-region-annotate-functions to append a formfeed character to
10867 the region being printed, if the region doesn't end with a
10868 formfeed already. This avoids creating a second print job
10869 containing a blank page when print spooling is enabled on Windows.
10870
10871 1998-12-02 Dave Love <fx@gnu.org>
10872
10873 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
10874 `Info-goto-node'.
10875
10876 1998-12-02 Richard Stallman <rms@gnu.org>
10877
10878 * help.el (temp-buffer-resize-mode): Doc fix.
10879
10880 * cus-edit.el (custom-save-delete): Save point before
10881 reading a sexp, rather than backing up.
10882
10883 * international/iso-transl.el: Fix previous change.
10884
10885 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
10886
10887 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
10888 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
10889 Added defvars to suppress compilation warnings.
10890
10891 1998-11-30 Ken Stevens <k.stevens@ieee.org>
10892
10893 * ispell.el: Improved and fixed customize for variables:
10894 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
10895 ispell-dictionary-alist, ispell-skip-sgml.
10896 Improved and fixed comments in variables and messages for
10897 functions: ispell-help-in-bufferp, ispell-local-dictionary,
10898 ispell-menu-map, ispell-checking-message, ispell-parser,
10899 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
10900 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
10901 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
10902 ispell-message-text-end, ispell-add-per-file-word-list.
10903 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
10904 system is now required for all languages. Casechars improved for
10905 castellano, castellano8, and norsk dictionaries. Dictionary
10906 norsk7-tex added. Dictionary polish added.
10907 (ispell-dictionary-alist): Redefined at load-time to support
10908 dictionary changes.
10909 (ispell-menu-map): Redefined at load-time to support menu changes.
10910 (ispell-check-version): New alias for `check-ispell-version'.
10911 (ispell-parse-output): Fixed matching for ispell error messages.
10912 Correctly returns spelling suggestions in order generated by ispell
10913 process.
10914 (check-ispell-version): Ensure `case-fold-search' doesn't get
10915 redefined.
10916 (ispell-complete-word): Ensure `case-fold-search' doesn't get
10917 redefined. Fix bug that didn't respect case of word being completed.
10918 (ispell-init-process): Set process coding system to be compatible
10919 with emacs processes and the ispell process.
10920 (ispell-kill-ispell): Ensures ispell process has terminated before
10921 starting new process. This can otherwise confuse process filters
10922 and hang the ispell process.
10923 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
10924 skipping support for sgml.
10925 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
10926 which could cause `ispell-complete-word' to hang.
10927 (ispell-message): Improved message reference matching. Ensure
10928 `case-fold-search' doesn't get redefined.
10929 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
10930 get redefined. Fixed bug in returning to nroff mode from tex mode.
10931 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
10932 get redefined.
10933
10934 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10935
10936 * textmodes/flyspell.el (flyspell-check-word-p):
10937 Don't delay inside a kbd macro.
10938
10939 * subr.el (make-local-hook): Return the hook variable.
10940
10941 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10942
10943 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
10944 Use a timer instead of post-command-hook.
10945 (hscroll-timer): New variable.
10946
10947 1998-11-30 Dave Love <fx@gnu.org>
10948
10949 * help.el (help-xref-button): Do nothing if text already has the
10950 help-xref property.
10951 (describe-variable): Revert previous change to hyperlink to source.
10952
10953 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
10954
10955 * bindings.el (features): Add `base64' to this list.
10956
10957 * loadhist.el (symbol-file): Doc fix.
10958
10959 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10960
10961 * files.el (hack-one-local-variable): Cope with non-file buffers.
10962
10963 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
10964
10965 * help.el (describe-mode): Put major mode first.
10966
10967 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
10968 to support special-display and same-window features.
10969
10970 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10971
10972 * simple.el (transpose-subr, transpose-subr-1): Rename variables
10973 bound in one function and used in the other.
10974 (transpose-subr-start1, transpose-subr-start2): Add defvars.
10975 (transpose-subr-end1, transpose-subr-end2): Add defvars.
10976
10977 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10978
10979 * autoinsert.el (auto-insert-alist): Use user-mail-address.
10980
10981 1998-11-26 Kenichi Handa <handa@etl.go.jp>
10982
10983 * international/ccl.el (ccl-dump-translate-character-const-tbl):
10984 Give format correct control string.
10985
10986 * international/mule.el (define-translation-table): Fix bug of
10987 setting incorrect translation-table-id. If the first element of
10988 ARGS is a translation table, just register it.
10989
10990 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
10991 property.
10992
10993 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
10994
10995 * thingatpt.el (thing-at-point-url-at-point): Don't use current
10996 syntax table to determine what is whitespace.
10997
10998 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
10999
11000 * frame.el (frame-parameter): Doc fix.
11001
11002 * textmodes/tex-mode.el (tex-feed-input): New function.
11003 (tex-define-common-keys): Add binding for C-c C-m.
11004
11005 1998-11-23 Dave Love <fx@gnu.org>
11006
11007 * progmodes/fortran.el: Various minor doc fixes.
11008 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11009 (fortran-with-subprogram-narrowing): New macro.
11010 (fortran-check-for-matching-do): Use it.
11011 (fortran-end-do): Use fortran-check-end-prog-re.
11012 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11013 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11014
11015 1998-11-23 Simon Marshall <simon@gnu.org>
11016
11017 * font-lock.el (font-lock-defaults): Doc fix.
11018 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11019 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11020
11021 * lazy-lock.el (lazy-lock-unstall):
11022 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11023
11024 * fast-lock.el (fast-lock-save-cache-1):
11025 (fast-lock-cache-data): Rewritten to use with-temp-message.
11026
11027 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11028
11029 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11030 messages that have been added with DOS line endings and convert
11031 the line endings for such messages.
11032
11033 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11034
11035 * help.el: Add resizing of temporary buffers.
11036 (temp-buffer-resize-mode): New command and variable.
11037 (temp-buffer-max-height): New variable.
11038 (resize-temp-buffer-window): New function.
11039
11040 * window.el (window-buffer-height): New function, split from
11041 shrink-window-if-larger-than-buffer.
11042 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11043
11044 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11045
11046 * frame.el (initial-frame-alist): Add defcustom.
11047
11048 * shell.el (shell-prompt-pattern): Add defcustom.
11049
11050 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11051
11052 * message.el (message-ignored-supersedes-headers): Remove
11053 NNTP-Posting-Date.
11054
11055 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11056
11057 * help.el (describe-mode): Don't avoid loop indirecting thru
11058 value of INDICATOR.
11059
11060 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11061
11062 * help.el (describe-variable): Allow any variable with a defcustom,
11063 even if it is not a user variable.
11064
11065 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11066
11067 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11068
11069 * gnus/nntp.el (nntp-request-group): Allow for failures when
11070 requesting a new group.
11071
11072 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11073
11074 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11075
11076 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11077
11078 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11079
11080 1998-11-19 Simon Marshall <simon@gnu.org>
11081
11082 * subr.el (with-temp-message): New macro.
11083
11084 * emacs-lisp/lisp-mode.el (with-temp-message):
11085 Add lisp-indent-function property.
11086
11087 1998-11-18 Dave Love <fx@gnu.org>
11088
11089 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11090
11091 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11092
11093 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11094 This is not obsolete.
11095
11096 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11097
11098 * textmodes/picture.el: Make a new map by make-keymap.
11099 (picture-desired-column): New variable.
11100 (picture-update-desired-column): New function.
11101 (picture-beginning-of-line): Set picture-desired-column to 0.
11102 (picture-end-of-line): Set picture-desired-column to the current
11103 column.
11104 (picture-forward-column): Pay attention to multi-column character.
11105 (picture-backward-column): Likewise.
11106 (picture-move-down): Likewise.
11107 (picture-move-up): Likewise.
11108 (picture-movement-nw): With prefix arg, move twice columns.
11109 (picture-movement-ne): Likewise.
11110 (picture-movement-sw): Likewise.
11111 (picture-movement-se): Likewise.
11112 (picture-set-motion): Handle two-column movements.
11113 (picture-move): Call picture-move-down or picture-forward-column
11114 only when necessary.
11115 (picture-insert): Pay attention to picture-desired-column.
11116 (picture-self-insert): Likewise.
11117 (picture-clear-column): Pay attention to multi-column character.
11118 (picture-mode): Modify doc-string for two-column movement.
11119
11120 * rect.el (move-to-column-force): New function.
11121 (operate-on-rectangle): If coerce-tabs is non-nil, call
11122 move-to-column-force instead of move-to-column.
11123 (insert-rectangle): Call move-to-column-force instead of
11124 move-to-column.
11125 (open-rectangle-line): If begextra is not zero, call
11126 move-to-column-force.
11127
11128
11129 1998-11-16 Dave Love <fx@gnu.org>
11130
11131 * textmodes/sgml-mode.el Require skeleton when compiling.
11132 (sgml-font-lock-keywords-1): Accept single-letter tags.
11133 (v2): Defvar free variable.
11134
11135 1998-11-16 Sam Steingold <sds@goems.com>
11136
11137 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11138 macro, not ELisp one.
11139
11140 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11141
11142 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11143 characters to symbol.
11144
11145 * language/japan-util.el (japanese-zenkaku-region): New optional
11146 arg KATAKANA-ONLY.
11147
11148 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11149
11150 * international/mule.el
11151 (after-insert-file-set-buffer-file-coding-system): If the buffer
11152 is changed to unibyte, return inserted bytes.
11153
11154 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11155 and link names if necessary.
11156 (tar-header-block-summarize): Handle the case that file or link
11157 names are multibyte.
11158 (tar-summarize-buffer): At first set the current buffer unibyte,
11159 then if there are multibyte file names, change it to multibyte.
11160 (tar-mode): Get char position from tar-header-offset.
11161 (tar-extract): Avoid multibyte<->unibyte conversion in
11162 insert-buffer-subsring by setting both buffers unibyte
11163 temporarily.
11164 (tar-copy): Set the buffer unibyte while doing a work. Write
11165 without code conversion.
11166 (tar-expunge): Set the buffer unibyte while doing a work.
11167 (tar-alter-one-field): Likewise.
11168 (tar-clear-modification-flags): Compare byte position with
11169 tar-header-offset.
11170 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11171 insert-buffer-subsring by setting both buffers unibyte
11172 temporarily. Pay attention to multibyteness while updating the
11173 descriptor-line.
11174 (tar-mode-write-file): Write without code conversion.
11175
11176 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11177
11178 * nngateway.el: Require cl.
11179
11180 1998-11-15 Dave Love <fx@gnu.org>
11181
11182 * progmodes/fortran.el: Fix previous change:
11183 (fortran-end-prog-re1): Changed.
11184 (fortran-check-end-prog-re): New function.
11185 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11186
11187 1998-11-13 Tom Breton <tob@world.std.com>
11188
11189 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11190 GNU Emacs.
11191
11192 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11193
11194 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11195 fixed.
11196 (reftex-toc-toggle-file-boundary,
11197 reftex-toc-toggle-labels,
11198 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11199 (reftex-toc-include-labels, reftex-toc-include-context,
11200 reftex-toc-include-file-boundaries,
11201 reftex-toc-keep-other-windows): New options.
11202 (reftex-use-text-after-label-as-context): Option removed.
11203 (reftex-extract-bib-entries): Protect use in non-latex
11204 buffers.
11205 (reftex-toc-visit-location): Renamed from
11206 `reftex-toc-visit-line'.
11207 (reftex-latin1-to-ascii): Works now with and without Mule.
11208 (reftex-truncate): Removed special stuff for Emacs 20.2.
11209 (reftex-get-offset): Made more general.
11210 (reftex-show-label-location): Renamed from
11211 `reftex-select-label-callback'.
11212 (reftex-pop-to-label): Function removed (using
11213 `reftex-show-label-location' instead.
11214 (reftex-insert-docstruct): Renamed from
11215 `reftex-make-and-insert-label-list'. Function args changed.
11216 (reftex-toc): Now uses `reftex-insert-docstruct' and
11217 `reftex-find-start-point'.
11218 (reftex-select-item): Use `reftex-find-start-point'.
11219 (reftex-toc-visit-line): Can display labels and file
11220 boundaries.
11221 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11222
11223 1998-11-12 Sam Steingold <sds@goems.com>
11224
11225 * browse-url.el (browse-url): Handle the case when
11226 `browse-url-browser-function' is a lambda list.
11227
11228 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11229
11230 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11231 version string.
11232 * loadhist.el (symbol-file): Likewise
11233
11234 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11235
11236 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11237
11238 1998-11-11 Sam Steingold <sds@goems.com>
11239
11240 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11241 `run-lisp' instead of signalling an error.
11242
11243 1998-11-11 Karl Heuer <kwzh@gnu.org>
11244
11245 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11246
11247 1998-11-11 Richard Stallman <rms@gnu.org>
11248
11249 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11250
11251 1998-11-11 Per Starback <starback@update.uu.se>
11252
11253 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11254 renamed svenska8 to svenska, and fixed and extended CASECHARS
11255 for it.
11256
11257 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11258
11259 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11260 handling if setpagedevice is not available.
11261 (ps-begin-file): Fix typo.
11262
11263 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11264
11265 * international/mule-util.el (compose-chars-component): Signal
11266 error if CH is a rule-based composition character.
11267 (compose-chars): Signal error if an already compsed character is
11268 going to be composed by rule-base.
11269
11270 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11271 full XLFD, don't try to get information of WEIGHT and SLANT from
11272 that font name.
11273
11274 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11275
11276 * dos-w32.el (set-default-process-coding-system): Use function on
11277 before-init-hook to set default-process-coding-system based on
11278 enable-multibyte-characters.
11279
11280 * term/w32-win.el ([language-change]): For now ignore
11281 keyboard language-change events.
11282
11283 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11284
11285 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11286 convert-standard-file-name, but leave the results of
11287 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11288 characters if the original name already exists, or has a special
11289 handler.
11290
11291 1998-11-10 Karl Heuer <kwzh@gnu.org>
11292
11293 * international/iso-insert.el: Delete autoload cookies.
11294
11295 * international/iso-transl.el: Add autoload cookies.
11296
11297 1998-11-10 Richard Stallman <rms@gnu.org>
11298
11299 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11300 (ispell-process-line): Don't treat multibyte
11301
11302 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11303
11304 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11305 setpagedevice to specify the page size if setpagedevice is
11306 available. This is necessary to select the correct paper tray on
11307 Level 2 printers with multiple paper sizes available.
11308
11309 (ps-begin-file): Cope with font names that contain spaces, and
11310 call BeginDoc in a BeginSetup/EndSetup block.
11311
11312 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11313
11314 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11315 convert-standard-filename.
11316
11317 * loadhist.el (symbol-file): Run fns-VERSION.el through
11318 convert-standard-filename.
11319
11320 1998-11-06 Richard Stallman <rms@gnu.org>
11321
11322 * textmodes/texinfmt.el (texinfo-format-scan):
11323 Detect the case of two @-commands in a row; process just the first.
11324 (texinfo-append-refill): If line has a @c, insert the @refill
11325 before it.
11326 (texinfo-format-refill): Return with point where the @refill was.
11327
11328 * files.el (hack-local-variables): Test local-enable-local-variables.
11329 (hack-local-variables-prop-line): Likewise.
11330 (set-auto-mode): Don't test local-enable-local-variables here.
11331 (enable-local-variables): Doc fix.
11332 (local-enable-local-variables): Doc fix.
11333 (normal-mode): Doc fix.
11334
11335 1998-11-06 Karl Heuer <kwzh@gnu.org>
11336
11337 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11338
11339 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
11340
11341 * simple.el (line-number-mode): Doc fix.
11342
11343 1998-11-06 Kenichi Handa <handa@etl.go.jp>
11344
11345 * international/fontset.el (create-fontset-from-fontset-spec):
11346 Give correct arg to `error'.
11347
11348 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
11349
11350 * textmodes/sgml-mode.el (html-mode): Doc fix.
11351 (sgml-name-8bit-mode): Fix missing format character in message string.
11352
11353 1998-11-05 Karl Heuer <kwzh@gnu.org>
11354
11355 * mail/sendmail.el (sendmail-send-it): Check for failure.
11356
11357 1998-11-05 Richard Stallman <rms@gnu.org>
11358
11359 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11360
11361 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11362 (close-rectangle): Define as alias.
11363
11364 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
11365
11366 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11367
11368 1998-11-05 Dave Love <fx@gnu.org>
11369
11370 * help.el (describe-variable): Don't quote link to source.
11371
11372 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
11373
11374 * gud.el (gud-common-init): Use pop-to-buffer.
11375 (same-window-regexps): Add an element that matches all gud buffers.
11376
11377 1998-11-04 Jason Rumney <jasonr@altavista.net>
11378
11379 * term/w32-win.el (x-get-selection-value): Alias to
11380 x-cut-buffer-or-selection-value.
11381 (w32-standard-fontset-spec): New variable.
11382 (w32-create-initial-fontsets, mouse-set-font): Check whether
11383 new-fontset is available.
11384 (w32-use-w32-font-dialog): Enable use of set-variable.
11385
11386 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11387
11388 * vc.el (with-vc-file, edit-vc-file): New macros.
11389
11390 1998-11-04 Kenichi Handa <handa@etl.go.jp>
11391
11392 * international/quail.el (quail-show-guidance-buf): Call
11393 set-minibuffer-window to set minibuffer window of the current
11394 frame correctly.
11395
11396 1998-11-03 Theodore Jump <tjump@tertius.com>
11397
11398 * term/w32-win.el: Require fontset.
11399
11400 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
11401
11402 * faces.el (set-face-font): Call resolve-fontset-name on w32.
11403 (set-face-font-auto): Ditto.
11404
11405 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
11406
11407 * mouse.el (mouse-drag-region): Fix typo.
11408
11409 1998-11-02 Dave Love <fx@gnu.org>
11410
11411 * progmodes/fortran.el Fix for fontification of strings lost somehow:
11412 (fortran-fontify-string): New function.
11413 (fortran-font-lock-keywords-1): Use it.
11414
11415 1998-11-02 Markus Rost <rost@delysid.gnu.org>
11416
11417 * comint.el (comint-file-name-quote-list): Doc fix.
11418
11419 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11420
11421 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11422 build directory, not source directory.
11423
11424 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11425 if we did not get one for the final move.
11426
11427 1998-11-01 Dave Love <fx@gnu.org>
11428
11429 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11430 Don't funcall browse-url-browser-function.
11431
11432 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11433 Don't funcall browse-url-browser-function.
11434
11435 * fortran.el (fortran-end-prog-re1): Fix the regexp.
11436
11437 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11438
11439 * files.el (revert-buffer): Doc fix.
11440
11441 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
11442
11443 * textmodes/tex-mode.el (tex-start-options-string):
11444 Quote the backslashes with more backslashes.
11445
11446 1998-10-31 Dave Love <fx@gnu.org>
11447
11448 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11449 (webjump): Don't funcall browse-url-browser-function.
11450
11451 1998-10-30 Kenichi Handa <handa@etl.go.jp>
11452
11453 * international/quail.el (quail-start-translation): Handle
11454 switching of the frame in read-key-sequence.
11455 (quail-start-conversion): Likewise.
11456 (quail-show-guidance-buf): Detach quail-guidance-buf from any
11457 windows before setting an appropriate window for it.
11458 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
11459 quail-guidance-win to nil.
11460 (quail-update-guidance): If quail-guidance-buf is not in the
11461 selected frame, call quail-show-guidance-buf again.
11462
11463 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
11464
11465 * progmodes/pascal.el (pascal-mode):
11466 `blink-matching-paren-dont-ignore-comments' set to t.
11467
11468 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11469
11470 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11471
11472 1998-10-30 Dave Love <fx@gnu.org>
11473
11474 * vc.el (vc-backend-merge-news): Check for "P" output.
11475
11476 * help.el (describe-variable): Hyperlink the definition.
11477
11478 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
11479
11480 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11481 (sh-set-shell): Likewise.
11482
11483 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11484
11485 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
11486 (edebug-on-error): Fix customize type to match that of
11487 debug-on-error.
11488
11489 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
11490
11491 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
11492 report-emacs-bug-address instead of undefined bug-gnu-emacs.
11493
11494 * international/mule-cmds.el (select-message-coding-system): Doc
11495 fix.
11496
11497 * international/mule-diag.el (describe-coding-system): Describe
11498 all flags.
11499
11500 * mail/sendmail.el (sendmail-coding-system,
11501 default-sendmail-coding-system): Doc fix.
11502
11503 * simple.el (shell-command-on-region): Doc fix.
11504
11505 * loadup.el: Write fns-*.el in current directory instead of
11506 data-directory since no installation directory exists yet. Mark
11507 buffer unmodified afterwards.
11508
11509 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
11510 instead of data-directory since it is architecture dependent.
11511 (load-history-loaded): Update doc string.
11512
11513 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
11514
11515 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
11516 path as a default directory when canonicalizing names.
11517
11518 * w32-fns.el: Remove a dangling reference to a directory on the
11519 build machine.
11520
11521 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11522
11523 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
11524 namespace related keywords such as `class', `body', `private',
11525 `variable', `namespace eval', etc.
11526 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
11527 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
11528 imenu and font-lock so that searches for \sw would find words
11529 containing colons.
11530
11531 * progmodes/etags.el (initialize-new-tags-table):
11532 Do not alter find-tag-marker-ring and tags-location-ring.
11533
11534 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
11535
11536 * term/w32-win.el: Require fontset.
11537 (w32-init-fontsets): New function (code from x-win.el).
11538
11539 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11540
11541 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
11542 calendar-and-diary-frame-parameters): Add title parameter.
11543
11544 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11545
11546 * completion.el (dynamic-completion-mode): New function to enable
11547 the mode. (Just loading the file now does not change anything.)
11548
11549 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11550
11551 * ps-print.el: User option for multibyte buffer handling and doc fix.
11552 (ps-multibyte-buffer): New user option.
11553 (ps-setup): Print new user option.
11554 (ps-print-quote): New fun.
11555 (ps-color-p, ps-mule-font-info-database-latin): New var.
11556 (ps-default-color, ps-mule-font-info-database)
11557 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
11558 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
11559 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
11560 Little code improvement.
11561 (ps-mule-initialize): Initialize ps-mule-font-info-database.
11562 (ps-print-prologue-header, ps-font-family, ps-font-size)
11563 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
11564 (ps-build-face-reference, ps-mule-font-info-database-bdf)
11565 (ps-mule-external-libraries, ps-mule-init-external-library)
11566 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
11567 Doc fix.
11568 (ps-print-version): New version number (4.1.1) and doc fix.
11569 (ps-print-prologue-header): New user option.
11570 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
11571 Conditional compilation for GNU Emacs and emacsens.
11572 (ps-generate-postscript-with-faces): Skip invisible text better.
11573 (ps-setup): Print new user option.
11574 (ps-print-preprint): Check if input file name exists and is unwritable.
11575 (ps-begin-file): Adjust PostScript prologue header for duplex printers
11576 and insert user PostScript prologue header comments.
11577 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
11578 New funs.
11579 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
11580 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
11581 PostScript programming normalization.
11582 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
11583 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
11584 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
11585 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
11586 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
11587 Programming style normalization.
11588
11589 1998-10-26 Kenichi Handa <handa@etl.go.jp>
11590
11591 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11592 version, check the value of mule-version.
11593
11594 * international/mule-util.el (compose-region): Insert then delete
11595 to preserve markers.
11596 (decompose-region): Use search-forward for efficiency.
11597
11598 * language/chinese.el (pre-write-encode-hz): Cancel previous
11599 change, use generate-new-buffer instead of get-buffer-create.
11600 * language/devan-util.el
11601 (in-is13194-devanagari-pre-write-conversion): Likewise.
11602 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11603 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11604 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11605
11606 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11607
11608 * mail/rmailsum.el (rmail-message-subject-p):
11609 Handle message whose header has not been reformatted.
11610
11611 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
11612
11613 1998-10-25 Jason Rumney <jasonr@altavista.net>
11614
11615 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
11616 New variables.
11617 (mouse-set-font): Use font menus instead of dialog according to
11618 w32-use-w32-font-dialog.
11619
11620 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11621
11622 * calendar/calendar.el (calendar-day-name-array): Add doc string
11623 correctly!
11624 (calendar-month-name-array): Add doc string correctly!
11625
11626 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11627
11628 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
11629
11630 1998-10-21 Markus Rost <rost@delysid.gnu.org>
11631
11632 * lisp/info.el (Info-next-menu-item): Stay on top of node.
11633
11634 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
11635
11636 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
11637
11638 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
11639
11640 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
11641
11642 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
11643
11644 1998-10-21 Karl Heuer <kwzh@gnu.org>
11645
11646 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
11647 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
11648 (profile-filter, profile-reset-timer): Functions deleted.
11649 (profile-check-zero-init-times, profile-get-time): Likewise.
11650 (profile-find-function, profile-quit): Likewise.
11651 (profile-distinct, profile-call-stack, profile-last-time): New vars.
11652 (profile-time-list, profile-init-list): Doc fix.
11653 (profile-functions): Simplify.
11654 (profile-print): Use float. Make output include space separators.
11655 (profile-add-time): New helper function.
11656 (profile-function-prolog): Renamed from profile-start-function.
11657 Handle profile-distinct.
11658 (profile-function-epilog): Renamed from profile-update-function.
11659 Handle profile-distinct.
11660 (profile-a-function): If the function to be profiled is an
11661 autoload form, load it. If it's lazy-loaded, fetch it.
11662 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
11663 (profile-restore-fun): Arg FUN is now a function symbol, as was
11664 documented, rather than a one-element list.
11665 (profile-finish): Call profile-restore-fun properly.
11666
11667 1998-10-21 Kenichi Handa <handa@etl.go.jp>
11668
11669 * international/characters.el: Setup charset property
11670 nospace-between-words.
11671
11672 * international/mule-cmds.el (get-charset-property): If CHARSET is
11673 composition, return nil.
11674 (put-charset-property): If CHARSET is composition, do nothing.
11675
11676 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
11677 * language/devan-util.el
11678 (in-is13194-devanagari-pre-write-conversion): Likewise.
11679 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11680 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11681 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11682
11683 * textmodes/fill.el (sentence-end-without-period): New variable.
11684 (canonically-space-region): Pay attention to
11685 sentence-end-without-period.
11686 (fill-find-break-point): The first argument CHARSET deleted.
11687 Caller changed.
11688 (fill-region-as-paragraph): Pay attention to charset property
11689 nospace-between-words and text property nospace-between-words.
11690
11691 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11692
11693 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
11694 an unrecognized shell.
11695
11696 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11697
11698 * desktop.el (desktop-save): Include minor modes symbolically.
11699 (desktop-create-buffer): Turn on all minor modes in `mim'.
11700
11701 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11702
11703 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
11704 (sh-font-lock-keywords): Handle rpm and rpm2.
11705 (sh-ancestor-alist): Handle rpm.
11706
11707 * files.el (auto-mode-alist): Recognize .rpm files.
11708 Also .spec and .mspec files.
11709
11710 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11711
11712 * faces.el (frame-set-background-mode): Enable the function for
11713 MSDOS frames.
11714
11715 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11716
11717 * calendar/calendar.el (calendar-day-name-array): Add doc string.
11718 (calendar-month-name-array): Add doc string.
11719
11720 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11721
11722 * simple.el (kill-ring-max): Increased to 60.
11723
11724 1998-10-17 Kenichi Handa <handa@etl.go.jp>
11725
11726 * international/characters.el: Setup auto-fill-chars.
11727
11728 * international/kinsoku.el (kinsoku): Check the variable
11729 enable-kinsoku.
11730
11731 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
11732 Don't call kinsoku directly, intead call fill-find-break-point.
11733
11734 * textmodes/fill.el: Setup `fill-find-break-point-function'
11735 property to character sets which require `kinsoku' processing for
11736 filling.
11737 (fill-find-break-point): New function.
11738 (fill-region-as-paragraph): Don't check kinsoku-enable here.
11739 Don't call kinsoku directly, intead call fill-find-break-point.
11740
11741 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11742
11743 * faces.el (modify-face-read-string): Return (nil) for "none".
11744 (modify-face): Don't get error if (nil) is the argument.
11745 (face-try-color-list): Don't check whether nil is a valid color.
11746
11747 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
11748
11749 * emacs-lisp/bytecomp.el (byte-recompile-directory):
11750 Print message about each directory, even in batch mode.
11751
11752 * gnus/nntp.el: Require `cl' before using nnoo-declare.
11753
11754 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
11755 (ps-mule-string-char): No need to use sref.
11756 (ps-mule-next-index): No need to use sref.
11757
11758 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
11759
11760 * files.el (revert-buffer-internal-hook): Add defvar.
11761
11762 * arc-mode.el (archive-mode): Locally set file-precious-flag.
11763
11764 * tar-mode.el (tar-mode): Locally set file-precious-flag.
11765
11766 1998-10-16 Markus Rost <rost@delysid.gnu.org>
11767
11768 * international/mule-cmds.el (default-input-method): Fix custom type.
11769
11770 * net-utils.el (whois-server-list): Fix customization type.
11771
11772 * shell.el (shell-input-autoexpand): Fix customization group.
11773
11774 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
11775
11776 * repeat.el (repeat): Handle keyboard macros properly.
11777 Handle new prefix arg after self-insert command.
11778
11779 * repeat.el: Don't include cl even at compile time.
11780 (repeat): Avoid using `loop'.
11781
11782 * simple.el (shell-command-on-region): Doc fix.
11783 (next-history-element): Special error message if no default.
11784
11785 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
11786
11787 * ps-print.el (ps-print-buffer): Doc fix.
11788 (ps-despool): Likewise.
11789
11790 * arc-mode.el (arc-mode): Provide arc-mode.
11791
11792 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11793
11794 * ps-print.el (ps-print-buffer): Doc fix.
11795
11796 1998-10-14 Dave Love <fx@gnu.org>
11797
11798 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
11799 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
11800 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
11801
11802 * progmodes/fortran.el (fortran-mode-map): Change "Join
11803 Continuation Line" to "Join Line".
11804 (fortran-font-lock-keywords-1): Add "cycle", "exit".
11805
11806 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11807
11808 * progmodes/fortran.el (fortran-join-line): Use
11809 `delete-indentation' instead of issuing an error message if not on
11810 a continuation line. Provide for joining several lines using
11811 prefix arg.
11812
11813 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
11814
11815 * term/pc-win.el (msdos-color-values): New variable.
11816 (x-color-values): New function, emulates its namesake from
11817 src/xfns.c.
11818 (msdos-bg-mode): Add all dark colors to those which return
11819 "dark".
11820
11821 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11822
11823 * replace.el (keep-lines, flush-lines, how-many):
11824 Don't ignore case if arg has upper case letters.
11825
11826 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
11827
11828 * progmodes/vhdl-mode.el
11829 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
11830 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
11831 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
11832 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
11833 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
11834 (vhdl-when): Fix indentation problem.
11835 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
11836 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
11837 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
11838
11839 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
11840
11841 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
11842 (ls-lisp-insert-directory): Renamed from insert-directory.
11843 (insert-directory): New function.
11844
11845 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
11846
11847 * simple.el (completion-fixup-function): Variable deleted.
11848 (completion-setup-function): Delete code for completion-fixup-function.
11849 * emacs-lisp/lisp.el (lisp-complete-symbol):
11850 Don't bind completion-fixup-function.
11851
11852 * files.el (find-file-wildcards): New option.
11853 (find-file-noselect): Handle wild cards, if enabled.
11854 (file-expand-wildcards): New function.
11855
11856 * simple.el (set-fill-column): Doc fix.
11857
11858 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11859
11860 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
11861
11862 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
11863
11864 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
11865 Move declaration before first use.
11866 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
11867 hif-math, hif-factor): Rename token to hif-token and token-list to
11868 hif-token-list.
11869 (hif-token, hif-token-list): Declare them.
11870 (hif-find-ifdef-block): Return cons of top and bottom point
11871 instead of setting dynamically bound variables.
11872 (hide-ifdef-block, show-ifdef-block): Use return value of
11873 hif-find-ifdef-block.
11874
11875 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11876
11877 * subr.el (read-passwd): Use clear-this-command-keys.
11878
11879 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
11880
11881 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
11882 and ...-for-write.
11883
11884 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
11885
11886 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
11887 responses to GROUP command, since this may be called from a timer
11888 with quit inhibited.
11889
11890 1998-10-12 Kenichi Handa <handa@etl.go.jp>
11891
11892 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
11893 set unconditional-jump to nil.
11894 (ccl-compile-read-multibyte-character): Return nil.
11895 (ccl-compile-write-multibyte-character): Likewise.
11896 (ccl-compile-translate-character): Likewise
11897 (ccl-compile-map-multiple): Likewise.
11898 (ccl-compile-map-single): Likewise.
11899
11900 * international/kinsoku.el: Add coding tag.
11901 (kinsoku-bol): Remove superfluous TAB in a string.
11902
11903 * international/mule-cmds.el (find-coding-systems-for-charsets):
11904 Delete `composition' (if any) from CHARSETS.
11905
11906 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11907
11908 * international/mule-cmds.el (setup-specified-language-environment):
11909 Add apropos-inhibit property.
11910 (describe-specified-language-support): Likewise.
11911
11912 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
11913
11914 * international/mule.el (make-coding-system): Create -with-esc
11915 variant coding system.
11916
11917 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11918
11919 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
11920 (next-file): Optionally offer to revert a file's buffer,
11921 if it has an existing buffer but the file has changed.
11922
11923 * info.el (Info-insert-dir): Detect and report problems
11924 in input files, such as "No Top node". Return with point
11925 at the beginning of the text.
11926 (Info-find-node): Reinsert the code to handle files
11927 with no tags table; it was deleted by mistake.
11928
11929 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11930
11931 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
11932 texinfo-find-higher-level-node repeatedly find the same node.
11933 (texinfo-find-higher-level-node): Doc fix.
11934
11935 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
11936
11937 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
11938 (smtpmail-address-buffer): Add defvar.
11939 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
11940
11941 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
11942
11943 * ffap.el (ffap-machine-p-local): Fix editing error.
11944
11945 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11946
11947 * faces.el (frame-set-background-mode):
11948 Don't do anythung for text-only or MSDOS frame.
11949
11950 1998-10-08 Kenichi Handa <handa@etl.go.jp>
11951
11952 * international/quail.el (quail-defrule): New optional arg APPEND.
11953 (quail-defrule-internal): Fix bug of handling the argument APPEND.
11954
11955 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
11956
11957 * gnus/pop3.el (pop3-open-server):
11958 Set process-coding-system-alist around open-network-stream.
11959
11960 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
11961
11962 * files.el (save-buffer): Doc fix.
11963
11964 1998-10-07 Karl Heuer <kwzh@gnu.org>
11965
11966 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
11967 return DEF unchanged, not nil. Simplify.
11968
11969 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
11970
11971 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
11972
11973 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
11974
11975 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
11976
11977 * net-utils.el (ftp, nslookup): Require comint.
11978 (network-service-connection): Likewise.
11979 (whois-server-name): Defaults to whois.arin.net
11980 (whois-server-list, whois-server-tld, whois-guess-server): New var.
11981 (whois): Tries to guess the appropriate top-level domain server.
11982 (whois-get-tld): New function.
11983
11984 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
11985 (dirtrack-debug-toggle): Added this function.
11986
11987 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11988
11989 * files.el (find-file-noselect): Switch to the correct buffer
11990 before checking find-file-literally, and allow non-nil non-t
11991 rawfile params.
11992
11993 1998-10-06 Karl Heuer <kwzh@gnu.org>
11994
11995 * midnight.el (clean-buffer-list): Add autoload cookie.
11996
11997 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
11998 no-autosave.
11999 * tar-mode.el (tar-mode-revert): Likewise.
12000 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12001 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12002 * gnus/message.el (message-auto-save-directory): Renamed from
12003 message-autosave-directory. All references changed.
12004
12005 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12006
12007 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12008 string. Expose mime stuff while searching.
12009
12010 1998-10-06 Richard Stallman <rms@gnu.org>
12011
12012 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12013
12014 * replace.el (perform-replace): Position point properly
12015 before and after the recursive edit of C-r.
12016
12017 * progmodes/etags.el (tags-reset-tags-tables): Properly
12018 find the markers in the old rings that are being discarded.
12019
12020 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12021
12022 * apropos.el (apropos-print): Control invalid characters.
12023
12024 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12025 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12026 confusing customize.
12027
12028 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12029
12030 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12031 built-in commands. Add more built-in commands and fix face names.
12032
12033 1998-10-05 Simon Marshall <simon@gnu.org>
12034
12035 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12036
12037 1998-10-04 Eric Ludlam <zappo@gnu.org>
12038
12039 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12040 customization since it is not useful in this case.
12041 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12042 sure it gets evalled to a number. Also verify that set-frame-name
12043 fn exists before calling it.
12044
12045 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12046 Protect a `forward-sexp' call which could fail, and improved regex
12047 for ie, and eg abbreviations.
12048
12049 1998-10-02 Noah Friedman <friedman@splode.com>
12050
12051 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12052 send-string.
12053 (rlogin-send-Ctrl-D): Here also.
12054 (rlogin-send-Ctrl-Z): Here also.
12055 (rlogin-send-Ctrl-backslash): Here also.
12056
12057 1998-10-02 Dave Love <fx@gnu.org>
12058
12059 * outline.el (hide-region-body): Bind
12060 outline-view-change-hook to nil while making repeated calls to
12061 outline-flag-region. Run it once at the end.
12062 (hide-other, hide-sublevels, show-children): Likewise.
12063
12064 * info-look.el: Remove duplicate scheme-mode entry.
12065 (info-lookup-make-completions): When looking for entries, check
12066 that `item' isn't null or "Menu".
12067
12068 1998-10-01 Karl Heuer <kwzh@gnu.org>
12069
12070 * net-utils.el: Don't require ffap.
12071 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12072 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12073
12074 1998-09-30 Richard Stallman <rms@gnu.org>
12075
12076 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12077
12078 * imenu.el (imenu--generic-function): Sort each submenu by position.
12079 (imenu--sort-by-position): New function.
12080
12081 * cus-edit.el (Custom-mode-menu): Fix info node name.
12082 (customize group): Fix info node name.
12083
12084 * mail/mailalias.el (build-mail-aliases): Don't allow
12085 a newline in the alias name. Don't define an alias
12086 if the definition would be empty.
12087
12088 * which-func.el (which-func-mode-global): Make :set function
12089 more reliable.
12090
12091 * custom.el (custom-set-variables): Load the requests first,
12092 then check the symbol's `set' function.
12093
12094 * ffap.el: Doc fixes.
12095
12096 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12097
12098 * gnus.el: (gnus-valid-select-methods): Fix type.
12099 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12100 * gnus-score.el (gnus-orphan-score): Fix type.
12101 (gnus-score-default-header, gnus-score-default-type): Fix type.
12102 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12103 (gnus-saved-headers): Fix type.
12104
12105 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12106 Avoid nil value of `two-lines-citation-part'.
12107
12108 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12109
12110 * which-func.el (which-function): Handle case when
12111 (car imenu--index-alist) is nil.
12112
12113 1998-09-29 Dave Love <fx@gnu.org>
12114
12115 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12116 bzip2 args.
12117
12118 1998-09-29 Simon Marshall <simon@gnu.org>
12119
12120 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12121 comint-exec-hook.
12122
12123 1998-09-29 Stephen Eglen <stephen@gnu.org>
12124
12125 * info-look.el: Add support for Octave.
12126
12127 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12128
12129 * textmodes/reftex.el (reftex-finding-files): New customize group.
12130 (reftex-texpath-environment-variables,
12131 reftex-use-external-file-finders, reftex-external-file-finders,
12132 reftex-search-unrecursed-path-first): New options.
12133 (reftex-process-string, reftex-find-file-externally): New
12134 functions.
12135 (reftex-access-search-path): Execute shell commands to find the
12136 search path.
12137 (reftex-toggle-auto-view-crossref): When turning on, make sure
12138 `reftex-auto-view-crossref' becomes non-nil.
12139 (reftex-abbrev-regexp): Constant removed.
12140 (reftex-convert-string): Abbrev regexp calculated locally.
12141
12142 1998-09-28 Dave Love <fx@gnu.org>
12143
12144 * progmodes/fortran.el: Don't call regexp-opt when deriving
12145 font-lock patterns with keywords that aren't all literal.
12146
12147 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12148
12149 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12150 the form `octave.bin:1>' which come from using precopiled binary
12151 versions.
12152
12153 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12154
12155 * help.el (help-for-help): Use %THIS-KEY%.
12156 (help-quit): Add doc.
12157
12158 * help-macro.el (make-help-screen): Keep HELP-TEXT
12159 in a separate function definition, not in the help command FNAME.
12160 Replace %THIS-KEY% with the key sequence that ran FNAME.
12161
12162 1998-09-25 Richard Stallman <rms@gnu.org>
12163
12164 * textmodes/texinfo.el (texinfo-show-structure):
12165 Bind inhibit-read-only.
12166
12167 * isearch.el (isearch-search-and-update): Properly
12168 handle upper case letters in the reverse-search special case.
12169
12170 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12171
12172 * gnus.el: Extend the list of autoloaded functions.
12173
12174 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12175 buffer before creating help group. (from Gnus v5.6.43, fix by
12176 1998-08-20 Per Starback <starback@update.uu.se>)
12177
12178 * gnus-util.el (gnus-output-to-rmail): Adjust to
12179 `rmail-output-to-rmail-file'.
12180
12181 1998-09-25 Karl Heuer <kwzh@gnu.org>
12182
12183 * hexl.el (hexl-mode-map): More of previous change.
12184
12185 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12186 (tex-start-tex): Don't use tex-start-options-string in star case.
12187 Quote file name in star case as well as in non-star.
12188 Add blank and quoting of option string here.
12189 (tex-start-options-string): Not here.
12190
12191 1998-09-23 Karl Heuer <kwzh@gnu.org>
12192
12193 * term.el (term-delimiter-argument-list): Doc fix.
12194 (term-emulate-terminal): Escape literal semicolon.
12195 * progmodes/asm-mode.el (asm-mode): Doc fix.
12196 (asm-comment-char): Escape literal semicolon.
12197 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12198
12199 1998-09-23 Richard Stallman <rms@gnu.org>
12200
12201 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12202 only those that normally modify the buffer.
12203
12204 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12205 over again.
12206
12207 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12208
12209 * ispell.el (check-ispell-version): Ensure same buffer is current
12210 when let-binding of case-fold-search ends.
12211
12212 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12213
12214 * ps-print.el: Skip invisible overlay.
12215 Test for set-buffer-multibyte rather than using mule-version.
12216 (ps-print-version): New version number (4.1) and doc fix.
12217 (ps-generate-postscript-with-faces): Skip invisible overlay.
12218
12219 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12220
12221 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12222
12223 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12224
12225 * international/quail.el (quail-update-guidance): Check for the
12226 return value of (quail-guidance) fixed.
12227 (quail-update-translation): Bind quail-current-str locally when it
12228 calls quail-update-guidance.
12229 (quail-update-translation): If input-method-exit-on-first-char is
12230 non-nil, terminate translation only when the current input method
12231 is simple.
12232
12233 1998-09-22 Paul Eggert <eggert@twinsun.com>
12234
12235 * startup.el (locale-translation-file-name): Prefer X-related names
12236 to the name used by GNU/Linux sans X. Set to nil if no file found.
12237 (command-line): Use locale-translation-file-name if it is not nil,
12238 instead of testing for its existence again.
12239 regexp-quote the ctype before using it in a regexp.
12240 Allow a colon to appear after the ctype in the aliases file,
12241 as is done in X11R6.4.
12242
12243 1998-09-21 Richard Stallman <rms@gnu.org>
12244
12245 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12246
12247 * calendar/appt.el (appt-interval): Variable deleted.
12248 (appt-check): For minutes in between appt-display-interval times,
12249 do check, but don't display anything except an updated mode line.
12250 Count against appt-display-interval based on minutes since
12251 first display of this appointment, not based on time of day.
12252 If appt-display-mode-line, force mode line redisplay
12253 whenever appt-mode-string has changed.
12254 (appt-add, appt-delete): Add autoload cookies.
12255 (appt-check): Catch errors from calling `diary'.
12256 (appt-max-time): Renamed from max-time.
12257 (appt-now-displayed, appt-display-count): New variables.
12258 (appt-timer): Don't create one if we already have one.
12259
12260 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12261 More general code to use the source buffer instead of the zap file.
12262
12263 * hilit-chg.el (highlight-compare-with-file): Renamed from
12264 compare-with-file.
12265
12266 * loadhist.el (load-history-loaded): New variable.
12267 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12268
12269 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12270
12271 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12272 Fix error messages.
12273
12274 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12275
12276 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12277 Emacs frame.
12278
12279 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12280
12281 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12282 `undecided' and `undecided-unix'.
12283
12284 1998-09-21 Dave Love <fx@gnu.org>
12285
12286 * help.el (help-make-xrefs): Fix typo affecting Info references.
12287
12288 * subr.el (remove-hook): Check list values to avoid errors.
12289
12290 1998-09-18 Noah Friedman <friedman@splode.com>
12291
12292 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12293 store string in eldoc-last-message without consing a new string.
12294 Rearrange logic from nested if's into cond's.
12295 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12296 Do not print message; just return string.
12297 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12298 Do not print message; just return string.
12299 Cache that string in eldoc-last-data.
12300 (eldoc-last-data): Make into a vector.
12301 (eldoc-get-fnsym-args-string): Use new data form of structure.
12302 (eldoc-get-var-docstring): Here also.
12303 (eldoc-last-data-store): New function.
12304 (eldoc-get-fnsym-args-string): Use it.
12305 (eldoc-get-var-docstring): Here also.
12306 (eldoc-docstring-first-line): Minimize interim string consing.
12307 Call substitute-command-keys on the result.
12308 (eldoc-print-var-docstrings, eldoc-print-docstring,
12309 eldoc-docstring-message): Functions removed.
12310 (eldoc-docstring-format-sym-doc): New function, functionality
12311 ripped out of eldoc-docstring-message.
12312 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12313
12314 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12315
12316 * international/mule.el (make-coding-system): Doc-string modified.
12317
12318 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12319
12320 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12321
12322 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12323 customize type.
12324
12325 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12326 type.
12327
12328 * progmodes/compile.el (compilation-error-screen-columns): New
12329 variable.
12330 (compilation-next-error-locus): Use it to decide whether to use
12331 forward-char or move-to-column.
12332
12333 * mail/rmail.el (rmail-movemail-program): Fix customize type.
12334
12335 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12336 feedmail-fiddle-plex-user-list,
12337 feedmail-spray-address-fiddle-plex-list,
12338 feedmail-prompt-before-queue-user-alist,
12339 feedmail-prompt-before-queue-help-supplement,
12340 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12341 feedmail-queue-alternative-mail-header-separator): Fix customize
12342 type.
12343
12344 * startup.el (site-run-file): Fix customize type.
12345
12346 * speedbar.el (speedbar-initial-expansion-list-name): Fix
12347 customize type.
12348
12349 * shell.el (shell-input-autoexpand): Fix customize type.
12350
12351 * ps-print.el (ps-font-info-database): Add missing dots in value.
12352 Improve layout of customize type.
12353
12354 * net-utils.el (traceroute-program-options, ping-program-options,
12355 ipconfig-program-options, netstat-program-options,
12356 arp-program-options, route-program-options,
12357 nslookup-program-options, ftp-program-options): Fix customize
12358 type.
12359
12360 * midnight.el (clean-buffer-list-kill-regexps,
12361 clean-buffer-list-kill-buffer-names,
12362 clean-buffer-list-kill-never-buffer-names,
12363 clean-buffer-list-kill-never-regexps): Fix customize type.
12364
12365 * man.el (Man-init-defvars): Avoid trailing nil on
12366 Man-filter-list.
12367
12368 * lpr.el (printer-name): Fix customize type.
12369
12370 1998-09-16 Kenichi Handa <handa@etl.go.jp>
12371
12372 * international/mule-cmds.el (reset-language-environment): Call
12373 update-coding-systems-internal.
12374
12375 * international/mule-conf.el: Call update-coding-systems-internal
12376 at the tail.
12377
12378 1998-09-14 Dave Love <fx@gnu.org>
12379
12380 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
12381 use the menu-enable properties, pending doing it correctly and
12382 acceptably fast.
12383
12384 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12385
12386 1998-09-13 Dave Love <d.love@dl.ac.uk>
12387
12388 * progmodes/hideshow.el (hs-grok-mode-type): Check
12389 comment-{start,end} non-nil as well as bound. Report an error if
12390 we can't grok the mode.
12391
12392 1998-09-13 Richard Stallman <rms@gnu.org>
12393
12394 * simple.el (blink-matching-open): Don't log paren matching
12395 messages in *Messages*.
12396
12397 1998-09-12 Richard Stallman <rms@gnu.org>
12398
12399 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12400 Set point-before-scroll at end even if there was an error.
12401
12402 * ange-ftp.el (ange-ftp-insert-file-contents):
12403 Use binary mode for dumb-unix hosts as for unix hosts.
12404 (ange-ftp-copy-file-internal): Likewise.
12405
12406 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12407
12408 * emacs-lisp/pp.el: Doc fixes.
12409
12410 * wid-edit.el (widget-menu-max-shortcuts): New variable.
12411 (widget-choose): Don't use single-char shortcuts if # items
12412 exceeds that many. Use minibuffer instead.
12413
12414 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12415
12416 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12417
12418 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
12419
12420 * speedbar.el (speedbar-frame-mode): Do not set frame position if
12421 in terminal mode.
12422
12423 1998-09-10 Noah Friedman <friedman@splode.com>
12424
12425 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12426 defcustom declaration. It's wreaking too much havoc with XEmacs
12427 and older versions of Emacs, which share this code.
12428
12429 * type-break.el (type-break-mode): Here also.
12430
12431 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12432 `t' to add-hook also to modify the new local value.
12433
12434 1998-09-10 Dave Love <fx@gnu.org>
12435
12436 * vc.el (vc-insert-headers): Doc fix.
12437
12438 1998-09-10 Richard Stallman <rms@gnu.org>
12439
12440 * textmodes/flyspell.el (flyspell-mode-on): Make the
12441 ispell-... variables permanent locals.
12442 (flyspell-mode-off): Add autoload cookie.
12443
12444 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12445 do use binary mode, just as for `unix'.
12446 (ange-ftp-host-type): If HOST is nil, return `unix'.
12447
12448 * dired.el (dired-mark-files-containing-regexp):
12449 Don't scan directories. Ignore non-readable files.
12450
12451 * progmodes/compile.el (compilation-error-regexp-alist):
12452 Fix previous change: allow . and _ in command name.
12453
12454 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12455
12456 * uncompress.el (uncompress-while-visiting):
12457 Use just the car of what find-operation-coding-system returns.
12458
12459 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12460
12461 * shell.el (shell-file-name-quote-list): Add # to the value.
12462
12463 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
12464
12465 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
12466 to make killing of ispell process work even if
12467 kill-all-local-variables has been run.
12468
12469 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12470
12471 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12472 loop when sexp entry ends at end of file with no newline.
12473
12474 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12475
12476 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12477 (Custom-reset-standard): Fix menu inconsistency.
12478
12479 * mail/feedmail.el (feedmail-from-line): Allow t.
12480 (feedmail-message-id-suffix): Allow nil.
12481
12482 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12483 Simplify. Make prefix arg work right.
12484
12485 1998-09-09 Dave Love <fx@gnu.org>
12486
12487 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12488
12489 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
12490
12491 1998-09-08 Dave Love <fx@gnu.org>
12492
12493 * add-log.el (change-log-font-lock-keywords): Do parenthesized
12494 stuff only after file names or at start of line. Allow parens
12495 around e-mail, as well as angles.
12496
12497 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
12498 ignore-errors too, eval'd when compile. Require w3 stuff at load
12499 time for nicer failure if it's not available.
12500
12501 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
12502
12503 * comint.el (comint-arguments): Ignore backslashes when using
12504 w32 shells that expect backslashes as the directory separator.
12505
12506 1998-09-04 Kenichi Handa <handa@etl.go.jp>
12507
12508 * international/fontset.el (resolved-ascii-font): New variable.
12509 (x-complement-fontset-spec): By side effect, set
12510 `resolved-ascii-font' to the resolved name of ASCII font."
12511 (create-fontset-from-fontset-spec): Don't get a value for
12512 resolved-ascii-font from the list full-fontlist. It is set by
12513 x-complement-fontset-spec now.
12514
12515 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12516 version, check the value of mule-version.
12517
12518 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
12519
12520 * textmodes/reftex.el (reftex-view-crossref): Split up into
12521 several functions. No longer moves to find a macro.
12522 (reftex-view-cr-cite, reftex-view-cr-ref,
12523 reftex-end-of-bib-entry): New functions.
12524 (reftex-auto-view-crossref): New value `window' allowed.
12525 (reftex-view-crossref-when-idle): Process new `window' option in
12526 (reftex-translate-to-ascii-function): New default.
12527 (reftex-label-illegal-re): Default changed, removed Latin1.
12528 (reftex-latin1-to-ascii): New function.
12529 (reftex-what-environment): Check for section regexp before use.
12530 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
12531 absolute path names.
12532 (reftex-TeX-master-file): Changed sequence of file checks.
12533 (reftex-do-citation): bibview cache only with RefTeX mode on.
12534
12535 1998-09-06 Richard Stallman <rms@gnu.org>
12536
12537 * progmodes/compile.el (compilation-error-regexp-alist):
12538 In first pattern (GNU utilities and other things),
12539 allow a space after the optional program name at the beginning.
12540
12541 * mail/mail-hist.el (mail-hist-current-header-contents):
12542 Fix previous change: use mail-header-end.
12543
12544 1998-09-06 Bill Richter <richter@math.nwu.edu>
12545
12546 * international/ccl.el: Doc fixes.
12547 * international/encoded-kb.el: Doc fixes.
12548 * international/fontset.el: Doc fixes.
12549 * international/kinsoku.el: Doc fixes.
12550 * international/kkc.el: Doc fixes.
12551 * international/mule-cmds.el: Doc fixes.
12552 * international/mule-conf.el: Doc fixes.
12553 * international/mule-util.el: Doc fixes.
12554 * international/mule.el: Doc fixes.
12555
12556 1998-09-05 Eric Ludlam <zappo@gnu.org>
12557
12558 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
12559 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
12560 (checkdoc-this-string-valid-engine): Permit ? as terminating
12561 punctuation for first line sentence breaking.
12562 (checkdoc-this-string-valid): When converting a comment into a doc
12563 string, make sure " chars are \".
12564 (checkdoc-sentencespace-region-engine): Only do double space check
12565 if based on the variable `sentence-end-double-space'
12566 (checkdoc-this-string-valid-engine): ? ends valid sentence.
12567 (checkdoc-proper-noun-region-engine): Exclude items in URLs
12568
12569 1998-09-04 Richard Stallman <rms@gnu.org>
12570
12571 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12572 Recognize define-skeleton as a function definer.
12573
12574 * cus-edit.el (customize-option): Refuse to customize
12575 a variable that has no defcustom. But if variable is autoloaded,
12576 first try to load the library that defines it.
12577
12578 * international/iso-insert.el: Use `string' before calling `insert'
12579 so that in multibyte buffers we insert multibyte chars.
12580
12581 * dired.el (dired-mark-files-containing-regexp):
12582 Don't use find-file; instead, insert the file in a temp buffer.
12583
12584 * textmodes/tex-mode.el (tex-start-options-string): New option.
12585 (tex-start-tex): Use that variable.
12586
12587 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
12588 value in the `repeat' alternative a list.
12589
12590 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
12591 the inserted newline, verify that one was really inserted.
12592
12593 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
12594 remains on or remains off.
12595 (flyspell-multi-language-p): Default changed to nil.
12596
12597 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
12598 In "found in comment" case, don't beginning-of-line after forward-line.
12599
12600 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
12601 If the function definition is not a lambda, return original FORM
12602 with no error.
12603
12604 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
12605
12606 * net-utils.el (netstat-program-options): Changed from nil to "-a"
12607 so that by default netstat shows all network connections.
12608
12609 1998-09-04 Bob Weiner <weiner@altrasoft.com>
12610
12611 * international/quail.el: Doc fixes.
12612
12613 * info.el (info): Don't add parens if FILE already has them.
12614
12615 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
12616
12617 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
12618 on extension lines.
12619
12620 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
12621
12622 * w32-fns.el (w32-shell-dos-semantics): New function.
12623
12624 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
12625
12626 * international/quail.el (quail-choose-completion-string): Store
12627 completion `choice' in `quail-current-str'; don't insert it.
12628
12629 1998-09-02 Kenichi Handa <handa@etl.go.jp>
12630
12631 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
12632 argument to ps-mule-generate-bitmap-font.
12633
12634 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
12635 entry and change Latin-1 entry in the default value.
12636 (ps-mule-font-info-database-ps-bdf): New variable.
12637 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
12638 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
12639 registerd in FONT-SPEC.
12640 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
12641 charcter width of bitmap fonts.
12642 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
12643 procedure NF.
12644 (ps-begin-file): Output PostScript code for setting
12645 SpaceWidthRatio.
12646 (ps-plot-region): Use line-beginning-position to get a position of
12647 the beginning of the current line.
12648
12649 * international/mule-cmds.el (register-input-method): Doc-string
12650 modified.
12651
12652 1998-09-01 Dave Love <fx@gnu.org>
12653
12654 * international/mule-cmds.el (current-language-environment): Fix
12655 setter function.
12656
12657 1998-09-01 Simon Marshall <simon@gnu.org>
12658
12659 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
12660 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
12661 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
12662 names with font-lock-type-face. Fontify type specs, etc., with
12663 font-lock-keyword-face.
12664
12665 1998-08-31 Kenichi Handa <handa@etl.go.jp>
12666
12667 * international/fontset.el (x-complement-fontset-spec): If ASCII
12668 font is specified in FONTLIST, don't substitute it for the
12669 resolved name.
12670
12671 1998-08-31 Paul Eggert <eggert@twinsun.com>
12672
12673 * international/mule.el (charset-description): Doc fix.
12674
12675 * language/chinese.el, language/cyrillic.el, language/czech.el,
12676 language/devanagari.el, language/ethiopic.el,
12677 language/european.el, language/hebrew.el, language/indian.el,
12678 language/japanese.el, language/korean.el, language/lao.el,
12679 language/slovak.el, language/thai.el, language/tibetan.el,
12680 language/vietnamese.el:
12681 Add coding: local variable, to avoid bootstrapping problem
12682 if you need to recompile all the Lisp files using interpreted code.
12683
12684 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12685
12686 * cal-china.el (chinese-year-cache): Change range of years from
12687 1989-2000 to 1990-2010.
12688
12689 1998-08-29 Dave Love <d.love@dl.ac.uk>
12690
12691 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
12692 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
12693
12694 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12695
12696 * ps-print.el (ps-print-control-characters): Doc-string modified.
12697 (ps-output-string-prim): Comment format changed.
12698 (ps-do-despool): Indentation of source code changed.
12699
12700 1998-08-28 Kenichi Handa <handa@etl.go.jp>
12701
12702 * subr.el (sref): Make it an alias of aref. Make the
12703 byte-compiler warn that it is obsolete.
12704 (char-bytes): Make the byte-compiler warn that it is obsolete.
12705
12706 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
12707 Calculate the total bytes using position-bytes instead of
12708 char-bytes.
12709
12710 1998-08-27 Karl Heuer <kwzh@gnu.org>
12711
12712 * snmp-mode.el: New file.
12713 * files.el (auto-mode-alist): Add snmp-mode patterns.
12714
12715 1998-08-27 Karl Eichwalder <ke@suse.de>
12716
12717 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
12718
12719 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12720
12721 * calendar/diary-lib.el (diary-block): Doc fix..
12722 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
12723
12724 1998-08-27 Richard Stallman <rms@gnu.org>
12725
12726 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
12727 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
12728 Clear appt-mode-string if we don't put something in it.
12729
12730 1998-08-27 Dave Love <fx@gnu.org>
12731
12732 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
12733 dired-local-variables-file for dired-x.
12734
12735 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
12736 for compressed library files too.
12737
12738 1998-08-26 Kenichi Handa <handa@etl.go.jp>
12739
12740 * language/european.el ("Latin-1"): Modify `documentation' key value.
12741 ("Latin-2"): Likewise.
12742
12743 1998-08-26 Karl Heuer <kwzh@gnu.org>
12744
12745 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
12746
12747 1998-08-26 Albert L. Ting <alt@artisan.com>
12748
12749 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
12750 (mail-hist-current-header-contents): Use mail-text-start.
12751
12752 1998-08-26 Richard Stallman <rms@gnu.org>
12753
12754 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
12755 (customize-changed-options-previous-release): New variable.
12756 (customize-changed-options): Use that variable as default arg.
12757
12758 1998-08-26 Karl Eichwalder <ke@suse.de>
12759
12760 * midnight.el: Require `timer' not only when compiling.
12761
12762 1998-08-26 Per Starback <starback@update.uu.se>
12763
12764 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12765 buffer before creating help group.
12766
12767 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12768
12769 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
12770 coding-system-for-write before saving.
12771
12772 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
12773
12774 * isearch.el (isearch-forward): Doc fix.
12775
12776 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
12777
12778 * emacs-lisp/find-func.el: Fix :version tags to have a string
12779 value, not a float.
12780
12781 * cus-dep.el: Fix typo in output.
12782
12783 1998-08-25 Dave Love <fx@gnu.org>
12784
12785 * repeat.el (repeat): Doc fix.
12786 [From rms:]
12787 (repeat-previous-repeated-command): New variable.
12788 (repeat): Check for real-last-command being null or repeat. Set
12789 repeat-previous-repeated-command.
12790
12791 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
12792
12793 1998-08-25 Kenichi Handa <handa@etl.go.jp>
12794
12795 * gnus/message.el (message-send-mail-with-sendmail): Bind
12796 coding-system-for-write by the return value of
12797 select-message-coding-system.
12798 (message-send-mail-with-qmail): Likewise.
12799
12800 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
12801
12802 * emacs-lisp/autoload.el: Fix doc-string-elt property on
12803 define-derived-mode.
12804
12805 * files.el (file-name-invalid-regexp):
12806 Fix regex for ms-dos without long file names.
12807
12808 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12809
12810 * ps-print.el: Multi-byte buffer handling.
12811 (ps-print-version): New version number (4.0) and doc fix.
12812 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
12813 compilation for GNU Emacs and emacsens.
12814 (ps-generate-postscript-with-faces): Force invisible text to be
12815 visible.
12816 (dos-ps-printer): New var to avoid compilation gripes.
12817
12818 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12819
12820 * ps-print.el (ps-mule-plot-string): Pay attention to the case
12821 that no more characters can't be printed in the current line.
12822
12823 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12824
12825 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
12826 greater than TO.
12827
12828 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12829
12830 * ps-print.el: Add codes to make ps-print.el work also on Emacs
12831 20.2 and the earlier version.
12832 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
12833 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
12834 (ps-mule-find-wrappoint): Likewise.
12835 (ps-mule-generate-font): Change `X' to `x' in format
12836 control-string.
12837 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
12838 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
12839 `restore' form procedures `BC' and `EC'.
12840
12841 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12842
12843 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
12844 is an executable procedure. Make LineThickness, Xshadow, and
12845 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
12846 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
12847 ps-mule-font-info-database-bdf): New vars.
12848 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
12849 (ccl-encode-ethio-unicode): New CCL program.
12850 (ps-mule-encode-ethiopic): New fun.
12851 (ps-mule-current-charset): New var.
12852 (ps-mule-get-font-spec, ps-mule-font-spec-src,
12853 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
12854 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
12855 (ps-mule-external-libraries): New var.
12856 (ps-mule-init-external-library): New fun.
12857 (ps-mule-font-cache): New var.
12858 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
12859 (ps-last-font): New var.
12860 (ps-mule-prepare-font): New fun.
12861 (ps-mule-charset-list): New var.
12862 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
12863 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
12864 ps-mule-plot-string): New funs.
12865 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
12866 New vars.
12867 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
12868 ps-mule-prepare-cmpchar-font): New funs.
12869 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
12870 vars.
12871 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
12872 ps-mule-generate-bitmap-glyph): New funs.
12873 (ps-mule-initialize, ps-mule-begin): New funs.
12874 (ps-output-string-prim): Insert string as unibyte.
12875 (ps-output-prologue): New fun.
12876 (ps-flush-output): Handle the case of 'prologue.
12877 (ps-begin-file): Call ps-mule-initialize.
12878 (ps-begin-job): Set ps-control-or-escape-regexp differently if
12879 printing multibyte characters.
12880 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
12881 (ps-basic-plot-string): Handle the case of printing ASCII
12882 characters by external libraries (e.g. BDF).
12883 (ps-set-font): Set ps-last-font.
12884 (ps-plot-region): Handle multibyte characters, use
12885 ps-mule-plot-string for them.
12886 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
12887
12888 * bdf.el: New file.
12889
12890 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
12891
12892 * international/mule-cmds.el (select-message-coding-system): New
12893 function.
12894 (set-language-environment-coding-systems): Set
12895 default-sendmail-coding-system.
12896
12897 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
12898 (default-sendmail-coding-system): New variable.
12899 (sendmail-send-it): Encode the message by a coding system
12900 select-message-coding-system returns.
12901
12902 1998-08-23 Eric Ludlam <zappo@gnu.org>
12903
12904 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
12905 (speedbar-mode): Set buffer to read only.
12906 (speedbar-temp-buffer-show-function): For emacs don't call hook
12907 with arguments.
12908 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
12909
12910 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
12911
12912 * speedbar.el (speedbar-key-map): Fix typo.
12913
12914 See ChangeLog.7 for earlier changes.