*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2000-05-20 Kenichi Handa <handa@etl.go.jp>
2
3 * international/ccl.el (ccl-compile-write-string): Make STR
4 unibyte.
5 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
6
7 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
8
9 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10 and insert, not subst-char-in-region.
11
12 * international/mule-diag.el (list-character-sets-1): Handle
13 charsets eight-bit-control and eight-bit-graphic.
14 (list-iso-charset-chars): Likewise.
15 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16 charactes as is. Use indent-to to align characters.
17
18 * international/mule-cmds.el (find-multibyte-characters): Never
19 exclude charsets eight-bit-control and eight-bit-graphic.
20
21 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22
23 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
24 Don't quote lambdas.
25
26 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
27
28 2000-05-19 Gerd Moellmann <gerd@gnu.org>
29
30 * gud.el (gud-jdb-directories): Doc fix.
31
32 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
33
34 * newcomment.el: New file.
35
36 2000-05-19 Gerd Moellmann <gerd@gnu.org>
37
38 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
39
40 2000-05-18 Andreas Schwab <schwab@suse.de>
41
42 * dired.el (dired-between-files): Also skip lines beginning with
43 `used'.
44
45 2000-05-18 Gerd Moellmann <gerd@gnu.org>
46
47 * msb.el (msb-menu-cond): Add choice `user'.
48
49 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
50
51 * ps-print.el: Compatibility, customization and doc fix.
52 (ps-printer-name-option): Replace defconst by defvar.
53 (ps-postscript-code-directory): XEmacs compatibility.
54 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
55 fix.
56 (ps-user-defined-prologue, ps-print-prologue-header)
57 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
58 compatibility and code fix.
59 (ps-print-background-image, ps-print-background-text):
60 Customization fix.
61 (ps-line-number-start, ps-n-up-on): New vars.
62
63 2000-05-18 Espen Skoglund <esk@ira.uka.de>
64
65 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
66 the indent-comment function to just return the appropriate indent.
67
68 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
69
70 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
71 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
72 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
73
74 2000-05-18 Dave Love <fx@gnu.org>
75
76 * info.el (Info-fontify-node): Add intangible property as well as
77 invisible.
78
79 * calendar/appt.el (appt-make-list): Match all lines of entry.
80 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
81
82 2000-05-18 Kenichi Handa <handa@etl.go.jp>
83
84 * international/mule-diag.el (describe-char-after): Call
85 internal-char-font, not char-font. If internal-char-font returns
86 nil, display "-- none --".
87
88 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
89
90 * image.el (image-type-available-p): Don't reference image-types
91 if it isn't bound.
92
93 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
94
95 * autoarg.el (autoarg-mode): Typo in the :set argument.
96
97 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
98
99 * startup.el (command-line-1): Don't signal an error if the
100 directory for auto-save-list files does not yet exist.
101
102 2000-05-17 Kenichi Handa <handa@etl.go.jp>
103
104 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
105
106 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
107
108 * subr.el (remove-hook): `setq' hook-value, not `set'.
109
110 2000-05-16 Sam Steingold <sds@gnu.org>
111
112 * info.el (debug-ignored-errors): More errors to ignore.
113
114 2000-05-16 Dave Love <fx@gnu.org>
115
116 * cus-edit.el: Don't require cl or easymenu.
117 (custom-variable-prompt): Test standard-value property, not
118 user-variable-p.
119
120 2000-05-16 Sam Steingold <sds@gnu.org>
121
122 * subr.el (add-hook): `setq' hook-value, not `set'.
123
124 2000-05-16 Gerd Moellmann <gerd@gnu.org>
125
126 * startup.el (command-line-1): Mention the FAQ in the startup
127 message.
128
129 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
130
131 * progmodes/compile.el (compilation-parse-errors): Collect
132 `nomessage' regexps last.
133
134 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
135
136 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
137 to the function name.
138
139 2000-05-15 Dave Love <fx@gnu.org>
140
141 * speedbar.el (speedbar-recenter): Typo.
142 (speedbar-expand-line): Make arg optional.
143 (speedbar-mode): Avoid a compiler warning.
144
145 2000-05-15 Gerd Moellmann <gerd@gnu.org>
146
147 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
148 user-specified option string is empty.
149
150 * mouse.el (mouse-yank-at-click): Doc fix.
151
152 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
153
154 * term/internal.el (IT-character-translations): More updates of
155 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
156 documents.
157
158 2000-05-15 Gerd Moellmann <gerd@gnu.org>
159
160 * env.el (getenv): New function, interactively callable.
161 (setenv, getenv): Remove autoload cookies.
162
163 * loadup.el: Load `env'.
164
165 * progmodes/f90.el: Change author's mail address.
166
167 2000-05-14 Dave Love <fx@gnu.org>
168
169 * mail/rmail.el (rmail-show-message-hook): Customize and offer
170 goto-addr as an option.
171
172 * help.el (help-xref-stack): Doc fix.
173 (help-xref-following): New variable.
174 (help-make-xrefs): Use it.
175 (help-xref-go-back): Use position information from stack element.
176 (help-follow): Make position in stack element a pair. Use
177 help-xref-following.
178
179 * autoarg.el: New file.
180
181 * faces.el: Declare more functions obsolete.
182
183 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
184 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
185 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
186 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
187 Remove all the setup-...-environment functions.
188
189 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
190
191 * speedbar.el: Updated the commentary section. xemacs20p now uses
192 >= when detecting. Require `defimage' safely.
193 (speedbar-easymenu-definition-base): Add toggle for images.
194 (speedbar-easymenu-definition-special): Add flush cache & expand.
195 (speedbar-visiting-tag-hook): Set new defaults. Added options.
196 (speedbar-reconfigure-keymaps-hook): New variable.
197 (speedbar-frame-parameters): Updated documentation.
198 (speedbar-use-imenu-flag): Updated custom tag
199 (speedbar-dynamic-tags-function-list): New variable.
200 (speedbar-tag-hierarchy-method): Updated doc & custom.
201 (speedbar-indentation-width, speedbar-indentation-width) New
202 variables.
203 (speedbar-hide-button-brackets-flag): Customizable.
204 (speedbar-vc-indicator): Doc update.
205 (speedbar-ignored-path-expressions): Updated default value.
206 (speedbar-supported-extension-expressions): Updated default value.
207 (speedbar-syntax-table): Remove {} paren status.
208 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
209 as "+". Added overlay aliases.
210 (speedbar-mode): Use `speedbar-mode-line-update' instead of
211 `force-mode-line-update'.
212 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
213 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
214 `mouse-set-point'
215 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
216 (speedbar-item-info-tag-helper): Revamped to handle a wider range
217 of arbitrary text, and new helper functions.
218 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
219 filename finder.
220 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
221 (speedbar-directory-buttons): Update path search/expansion.
222 (speedbar-make-tag-line): Pay attention to
223 `speedbar-indentation-width'. Use more care w/ invisible
224 properties.
225 (speedbar-change-expand-button-char): Call
226 `speedbar-insert-image-button-maybe'.
227 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
228 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
229 (speedbar-trim-words-tag-hierarchy)
230 (speedbar-simple-group-tag-hierarchy): New functions
231 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
232 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
233 functions.
234 (speedbar-mouse-set-point): New function
235 (speedbar-power-click): Updated documentation.
236 (speedbar-line-token, speedbar-goto-this-file): Handle more types
237 of tag prefix text.
238 (speedbar-expand-line, speedbar-contract-line): Make more robust
239 to strange text.
240 (speedbar-expand-line): Takes universal argument to flush the
241 cache.
242 (speedbar-flush-expand-line): New function.
243 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
244 Use new generator insertion method.
245 (speedbar-fetch-dynamic-tags): New function.
246 (speedbar-fetch-dynamic-imenu): Removed code now handled in
247 `speedbar-fetch-dynamic-imenu'.
248 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
249 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
250 "Revert Buffer" menu items.
251 (speedbar-buffer-buttons-engine): Be smarter when creating a
252 filename tag (for expansion purposes.).
253 (speedbar-highlight-one-tag-line,
254 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
255 (speedbar-recenter): New functions.
256 (defimage-speedbar): Image loading abstraction.
257 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
258 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
259 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
260 (speedbar-tag-type, speedbar-tag-mail): New images.
261 (speedbar-expand-image-button-alist): New variable.
262 (speedbar-insert-image-button-maybe): Insert an image over some
263 buttons.
264
265 2000-05-13 Kenichi Handa <handa@etl.go.jp>
266
267 * international/mule-cmds.el (encode-coding-char): An ASCII
268 character is always encodable.
269
270 * international/mule-conf.el: Add more information in descriptions
271 of character sets.
272
273 * international/mule-diag.el (describe-char-after): New function.
274 (describe-font-internal): Adjusted for the change of font-info.
275 (describe-font): Likewise.
276 (print-fontset): Rewritten for the new fontset implementation.
277 (describe-fontset): Include fontset alias names in completion.
278 (list-fontsets): Adjusted for the change of print-fontset.
279
280 * simple.el (what-cursor-position): If DETAIL is non-nil, call
281 describe-char-after instead of displaying the detail in the echo
282 area.
283 (syntax-code-table): Format changed.
284 (string-to-syntax): Adjusted for the above change.
285
286 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
287
288 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
289
290 2000-05-12 Dave Love <fx@gnu.org>
291
292 * calendar/todo-mode.el: Remove some compatibility stuff and CL
293 dependence. Use line-{beginning,end}-position, not
294 point-at{b,e}ol. Some doc fixes.
295 (todo-position): New function. Fix callers of position to use it.
296 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
297
298 2000-05-12 Gerd Moellmann <gerd@gnu.org>
299
300 * time.el (display-time-mail-icon): Use `:ascent center'.
301
302 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
303 handling FTP security extensions.
304
305 2000-05-11 Dave Love <fx@gnu.org>
306
307 * calendar/todo-mode.el: New file.
308
309 2000-05-11 Gerd Moellmann <gerd@gnu.org>
310
311 * comint.el (comint-read-input-ring): Move reference to
312 comint-input-ring-size outside of the save-excursion. It was
313 causing the default value to be the only one ever seen.
314
315 * font-lock.el: Update copyright. Remove Simon Marshall's email
316 address on request from him.
317
318 * subr.el (substitute-key-definition): Add comment describing
319 the meaning of PREFIX.
320
321 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
322
323 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
324
325 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
326 (add-minor-mode): Don't make the variable buffer-local and add a
327 reference to define-minor-mode in the docstring.
328
329 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
330 HEADER/FOOTER and fix bug with trailing empty directory.
331 (cvs-append-to-ignore): Use vc-editable-p if available.
332 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
333 (vc-do-command): Tweak advice to handle the new VC.
334
335 * log-view.el (log-view-goto-rev): New function for the new VC.
336 (log-view-minor-wrap): Use mark-active.
337
338 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
339 (log-edit-changelog-full-paragraphs): New var.
340 (log-edit-insert-changelog): Remove a lonely leading `* file'.
341 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
342 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
343 (log-edit-changelog-ours-p, log-edit-changelog-entries)
344 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
345 Replace the `cvs' prefix with `log-edit'.
346
347 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
348
349 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
350 (diff-font-lock-defaults): Explicitly turn off multiline.
351 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
352 (diff-ediff-patch): Fix call to ediff-patch-file.
353 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
354 Handle comments.
355
356 * frame.el (automatic-hscrolling): Typo.
357
358 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
359
360 2000-05-09 Sam Steingold <sds@goems.com>
361
362 * apropos.el (apropos-print): use `describe-face' instead of
363 `customize-face-other-window'.
364
365 2000-05-09 Dave Love <fx@gnu.org>
366
367 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
368
369 * help.el (describe-variable): Have customize button pop the
370 help-xref stack when invoked.
371 (help-xref-symbol-regexp): Add `face'.
372 (help-make-xrefs): Check for quoted face names and adapt regexp
373 submatch numbers to cope.
374 (help-xref-interned): Maybe insert face doc too. Separate
375 sections with a line of hyphens.
376
377 * faces.el: Some doc fixes. Declare some functions obsolete.
378 (describe-face): Add customize button. Return the help
379 text. Fix prompt.
380
381 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
382
383 * term/internal.el (IT-character-translations): Fix last change.
384
385 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
386
387 * woman.el: New file
388 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
389
390 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
391
392 * term/internal.el (IT-character-translations): Update ASCII
393 simulations for greek-iso8859-7, add latin-iso8859-14 and
394 latin-iso8859-15.
395
396 * international/mule-cmds.el (set-language-info-alist): Call
397 define-prefix-command with 3 arguments, to make the map suitable
398 for a menu.
399
400 2000-05-07 Dave Love <fx@gnu.org>
401
402 * time.el: Small doc fixes from Pavel Janic.
403
404 2000-05-05 Dave Love <fx@gnu.org>
405
406 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
407 list in doc string. Don't quote keyword symbols.
408 * emacs-lisp/cl.el: Likewise
409 * emacs-lisp/cl-seq.el: Likewise
410
411 2000-05-05 Gerd Moellmann <gerd@gnu.org>
412
413 * abbrev.el (abbrev-mode): Make ARG optional.
414
415 2000-05-04 Gerd Moellmann <gerd@gnu.org>
416
417 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
418
419 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
420
421 * subr.el (substitute-key-definition): Clarify documentation.
422
423 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
424
425 * glasses.el (glasses-convert-to-unreadable): Use
426 `glasses-separator' instead of the hard-wired "_".
427 (glasses-mode): Call `glasses-make-unreadable' only in a single
428 place.
429
430 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
431
432 * term/internal.el (cjk-codepages-alist): Add associations for
433 Chinese and Korean codepages. Remove FIXME comment.
434
435 2000-05-03 Dave Love <fx@gnu.org>
436
437 * time.el (display-time-mail-face, display-time-use-mail-icon):
438 New option.
439 (display-time-mail-icon): New variable.
440 (display-time-string-forms): Use the above. Fix the local-map.
441
442 2000-05-03 Gerd Moellmann <gerd@gnu.org>
443
444 * replace.el (query-replace-map): Add binding for `E'.
445 (query-replace-help): Extend help text.
446 (perform-replace): Allow editing the replacement string.
447
448 * make-mode.el (makefile-mode-abbrev-table): New variable.
449 (makefile-mode): Set local abbrev table to
450 makefile-mode-abbrev-table.
451 (makefile-font-lock-keywords): Fontify includes and conditionals.
452
453 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
454 set TOGGLE's value.
455
456 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
457 mail-interactive-insert-alias.
458 (mail-abbrev-complete-alias): New command.
459 (mail-mode-map): Bind it to `M-TAB'.
460
461 2000-05-03 Kenichi Handa <handa@etl.go.jp>
462
463 * language/lao-util.el (lao-compose-region): New function.
464
465 2000-05-02 Gerd Moellmann <gerd@gnu.org>
466
467 * files.el (recover-session): Make directories as necessary
468 if they don't exist yet.
469
470 * calendar/cal-french.el
471 (french-calendar-multibyte-special-days-array)
472 (french-calendar-special-days-array): Change French text.
473 (calendar-french-date-string): Change output.
474 (calendar-goto-french-date): Likewise.
475
476 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
477
478 * wid-edit.el (widget-default-active): Obey `:always-active'.
479 (widget-documentation-string-value-create): Set `:always-active'.
480
481 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
482
483 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
484 default prefix to `~/_emacs.d/auto-save.list/_s'.
485 (normal-top-level): Create the directory for auto-save files, if
486 it doesn't already exist (in the ms-dos case only).
487
488 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
489
490 * international/mule-cmds.el (set-language-environment): Don't
491 concat an integer (dos-codepage), use format instead.
492
493 2000-05-02 Dave Love <fx@gnu.org>
494
495 * help.el (help-xref-on-pp): Check for constant symbols.
496
497 2000-04-29 Gerd Moellmann <gerd@gnu.org>
498
499 * startup.el (normal-top-level): Put a condition-case around
500 the code loading subdirs.el.
501
502 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
503
504 * ps-print.el: Upside-down and face background color printing,
505 line number step, doc fix.
506 (ps-print-version): New version number (5.2).
507 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
508 (ps-face-attribute-list, ps-plot-with-face): Code fix.
509 (ps-spool-config): Var fix.
510 (ps-printer-name-option): Const fix.
511 (ps-print-upside-down, ps-use-face-background)
512 (ps-line-number-step): New vars.
513 (ps-window-system, ps-lp-system): New consts.
514 (ps-face-background): New fun.
515
516 2000-04-28 Richard Stallman <rms@gnu.org>
517
518 * files.el (make-auto-save-file-name):
519 Apply auto-save-file-name-transforms to visited file name
520 before generating auto save file name.
521 (auto-save-file-name-transforms): New variable.
522
523 * files.el (backup-enable-predicate):
524 Correctly test for a file under a temporary directory.
525
526 2000-04-28 Gerd Moellmann <gerd@gnu.org>
527
528 * subr.el (add-minor-mode): Rewritten.
529
530 2000-04-28 Kenichi Handa <handa@etl.go.jp>
531
532 * mail/sendmail.el (sendmail-send-it): Set
533 buffer-file-coding-system to the selected coding system for MIME
534 header.
535
536 2000-04-27 Gerd Moellmann <gerd@gnu.org>
537
538 * dired.el (dired-move-to-filename-regexp): Allow format where
539 YYYY is followed by two spaces.
540
541 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
542 in the second character class of the regexp.
543
544 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
545 mh-etc, too.
546
547 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
548 nil.
549
550 * subr.el (add-minor-mode): Use `set' instead of `setq'.
551
552 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
553 argument.
554
555 2000-04-27 Sen Nagata <sen@eccosys.com>
556
557 * emacs-lisp/crm.el (crm-completion-table): New variable.
558 (crm-collection-fn, crm-test-completion)
559 (completing-read-multiple): Use it.
560
561 2000-04-27 Dave Love <fx@gnu.org>
562
563 * help.el (locate-library): Use mapc.
564 (help-manyarg-func-alist): Add call-process-region.
565
566 2000-04-26 Gerd Moellmann <gerd@gnu.org>
567
568 * subr.el (add-minor-mode): Make argument MAP optional.
569
570 * desktop.el (desktop-save): Save list of minor modes.
571 (desktop-create-buffer): Restore minor modes.
572 (desktop-minor-mode-table): New user-option.
573
574 * subr.el (add-minor-mode): New function.
575
576 * image.el (find-image): New function.
577 (defimage): Rewritten to find image at load time.
578
579 * startup.el (normal-top-level-add-to-load-path): Handle
580 case that the default directory is not in load-path.
581
582 * help.el: Old patch from Stefan Monnier.
583 (help-xref-on-pp): New function.
584 (describe-variable): Use it to display xrefs in a symbol's value.
585
586 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
587
588 * cus-edit.el (custom-face): Fix parenthesis.
589
590 2000-04-26 Kenichi Handa <handa@etl.go.jp>
591
592 * mail/rmail.el (rmail-expunge): When there are no deleted
593 messages, do nothing.
594
595 2000-04-26 Dave Love <fx@gnu.org>
596
597 * international/mule-cmds.el (locale-translation-file-name):
598 Defvar to nil.
599 (set-locale-environment): Set it here (at runtime).
600
601 2000-04-25 Gerd Moellmann <gerd@gnu.org>
602
603 * replace.el (perform-replace): Add parameters START and END. Use
604 them instead of the check for a region in Transient Mark mode.
605 (query-replace-read-args): Return two more list elements for the
606 start and end of the region in Transient Mark mode.
607 (query-replace, query-replace-regexp, query-replace-regexp-eval)
608 (map-query-replace-regexp, replace-string, replace-regexp): Add
609 optional last arguments START and END and pass them to
610 perform-replace.
611
612 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
613 form with additional arguments for perform-replace.
614
615 * progmodes/etags.el (tags-query-replace): Add parameters START
616 and END. Construct a form with additional arguments for
617 perform-replace.
618
619 * simple.el (shell-command): Set default directory for "*Shell
620 Command Output" buffer.
621
622 * language/european.el (iso-latin-4): Fix typo.
623
624 * emacs-lisp/crm.el: New file.
625
626 2000-04-24 Dave Love <fx@gnu.org>
627
628 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
629 (Custom-reset-saved, Custom-reset-standard)
630 (custom-group-value-create, custom-group-set, custom-group-save)
631 (custom-group-reset-current, custom-group-reset-saved)
632 (custom-group-reset-standard): Use mapc.
633 (custom-buffer-create-internal): Disable undo when creating items.
634 Use mapc.
635 (custom-face): Avoid redundant lambda.
636
637 2000-04-24 Gerd Moellmann <gerd@gnu.org>
638
639 * startup.el (auto-save-list-file-prefix): Set default to
640 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
641
642 2000-04-24 Sam Steingold <sds@gnu.org>
643
644 * time-stamp.el (time-stamp-string-preprocess): Always convert
645 `field-result' to a string.
646
647 2000-04-24 Gerd Moellmann <gerd@gnu.org>
648
649 * frame.el (scrolling): New group.
650 (automatic-hscrolling): New user-option.
651
652 * startup.el (command-line-x-option-alist): Add `-lsp' and
653 `--line-spacing'.
654
655 2000-04-19 Dave Love <fx@gnu.org>
656
657 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
658 (cl-mapc): Rename from mapc. Fix the funcall.
659
660 2000-04-19 Gerd Moellmann <gerd@gnu.org>
661
662 * simple.el (clone-indirect-buffer-other-window): New command.
663 (clone-indirect-buffer): Add optional arg NORECROD.
664 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
665
666 * help.el (resize-temp-buffer-window): Use count-screen-lines.
667
668 * window.el (count-screen-lines): New function.
669 (shrink-window-if-larger-than-buffer): Use count-screen-lines
670 instead of window-buffer-height.
671
672 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
673 non-existing variable comint-input-sentinel.
674 (inferior-lisp-args-to-list): Removed.
675 (inferior-lisp): Use split-string instead of
676 inferior-lisp-args-to-list.
677
678 * hexl.el (hexl-insert-hex-string): New command.
679
680 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
681 instead of concat.
682
683 2000-04-18 Gerd Moellmann <gerd@gnu.org>
684
685 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
686 at the start of an existing but empty folder.
687
688 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
689
690 * ps-mule.el: Customization fix, doc fix.
691 (ps-multibyte-buffer): Customization fix.
692
693 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
694
695 * subr.el (read-passwd): Use read-char-exclusive.
696
697 2000-04-17 Gerd Moellmann <gerd@gnu.org>
698
699 * textmodes/texinfo.el (texinfo-insert-@email)
700 (texinfo-insert-@emph, texinfo-insert-@quotation)
701 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
702 (texinfo-mode-map): Add key bindings for them.
703
704 * files.el (basic-save-buffer-2): Use a template with `$'
705 instead of `#' for VMS.
706
707 * simple.el (clone-indirect-buffer): New function.
708
709 2000-04-16 Stephen Eglen <stephen@gnu.org>
710
711 * iswitchb.el (iswitchb-case): New function. If the user input
712 contains any upper-case characters, the search is made
713 case-sensitive.
714
715 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
716
717 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
718 comment-end.
719 (texinfo-font-lock-syntactic-keywords): New var.
720 (texinfo-font-lock-keywords): Remove comment regexp.
721 (texinfo-insert-block): New function.
722 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
723 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
724 and font-lock-defaults. Use regexp-opt for outline-regexp.
725 (texinfo-environments): New var.
726 (texinfo-environment-regexp): Use regexp-opt and
727 texinfo-environments.
728
729 * textmodes/ispell.el (ispell-menu-map-needed): Check that
730 ispell-process is bound since this might be eval'd before ispell
731 is loaded.
732 (ispell-message): Use a tiny bit less magic and a bit more hard
733 data to figure out what kind of sc-cite-regexp to use.
734
735 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
736
737 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
738 (insert-cyclic-diary-entry): Unquote the lambda.
739
740 * gud.el (gud-jdb-build-source-files-list): Fix typo.
741
742 * files.el (backup-enable-predicate): Unquote the lambda.
743
744 * cus-edit.el (custom-face, face): Unquote the lambda.
745
746 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
747
748 * ps-print.el: Check for line-beginning-position definition.
749
750 * ps-print.el: Fix counting lines in a region.
751 (ps-print-version): New version number (5.1.5).
752 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
753 (ps-printing-region): Fun code fix.
754
755 2000-04-15 Gerd Moellmann <gerd@gnu.org>
756
757 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
758 to file-directory-p.
759
760 2000-04-14 Gerd Moellmann <gerd@gnu.org>
761
762 * gud.el (gud-jdb-build-source-files-list): Check that directory
763 exists before calling directory-files.
764
765 2000-04-13 Dave Love <fx@gnu.org>
766
767 * emacs-lisp/trace.el: Change maintainer. Use new backquote
768 syntax.
769
770 * emacs-lisp/cl-specs.el: Remove when, unless.
771
772 * emacs-lisp/cl-extra.el: Don't quote keywords.
773 (cl-old-mapc): New variable.
774 (mapc): Use it.
775 (cl-map-intervals): Use with-current-buffer. Don't check for
776 next-property-change.
777 (cl-map-overlays): Use with-current-buffer.
778 (cl-expt): Remove.
779 (copy-tree, remprop): Define unconditionally.
780
781 * emacs-lisp/cl-compat.el (keywordp): Remove.
782
783 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
784 to use keywordp.
785 (edebug-spec): Enable keywordp.
786
787 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
788 string-lessp.
789
790 * cus-start.el: Use keywordp.
791
792 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
793
794 * diary-lib.el (include-other-diary-files): Fix the fix of
795 2000-02-18 by doing a save-excursion.
796
797 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
798
799 * ps-print.el: Customization fix, doc fix.
800 (ps-print-version): New version number (5.1.4).
801 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
802 (ps-print-preprint): Adjust code.
803 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
804 (ps-print-prologue-header, ps-print-control-characters)
805 (ps-spool-config): Customization fix.
806
807 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
808
809 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
810 converted to the new menu-item format, names silightly changed,
811 help strings added.
812
813 Support for spelling without async subprocesses:
814
815 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
816 (ispell-session-buffer): New variables.
817 (ispell-start-process, ispell-process-status,
818 ispell-accept-output, ispell-send-string): New functions, for
819 Ispell invocation when async subprocesses aren't supported.
820 (ispell-word, ispell-pdict-save, ispell-command-loop,
821 ispell-process-line, ispell-buffer-local-parsing): Replace calls
822 to process-send-string with calls to ispell-send-string, and
823 accept-process-output with ispell-accept-output.
824 (ispell-init-process): Call ispell-process-status instead of
825 process-status with.
826 (ispell-init-process): Call ispell-start-process. Call
827 ispell-accept-output and ispell-send-string. Don't call
828 process-kill-without-query and kill-process if they are unbound.
829 (ispell-async-processp): New function.
830
831 2000-04-12 Dave Love <fx@gnu.org>
832
833 * info.el: Add debug-ignored-errors.
834 (Info-mode-menu): Add some items.
835 (Info-directory): Add autoload cookie.
836
837 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
838 Modify `truncate-lines'. Make `describe-language-environment'
839 always visible and add help. Modify `describe-key' help. Invoke
840 Info-directory from `info'. New entry `emacs-manual'.
841
842 2000-04-10 Gerd Moellmann <gerd@gnu.org>
843
844 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
845 propertized-buffer-identification.
846 (ebrowse-update-member-buffer-mode-line): Likewise.
847 (ebrowse--mode-strings): Removed.
848 (ebrowse--mode-line-props): Removed.
849
850 * files.el (auto-mode-alist): Add `EBROWSE'.
851
852 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
853 space before testing for end of buffer.
854 (ebrowse-load): Removed.
855 (ebrowse-revert-tree-buffer-from-file): Rewritten.
856 (ebrowse-create-tree-buffer): Rewritten.
857 (ebrowse-tree-mode): Read tree from buffer.
858
859 * progmodes/ebrowse-ffh.el: Removed.
860
861 2000-04-10 Kenichi Handa <handa@etl.go.jp>
862
863 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
864
865 2000-04-10 Gerd Moellmann <gerd@gnu.org>
866
867 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
868 at the wrong place.
869
870 2000-04-09 Dave Love <fx@gnu.org>
871
872 * files.el (backup-enable-predicate): Use
873 temporary-file-directory, small-temporary-file-directory.
874 (make-backup-file-name-function, backup-directory-alist): New
875 variables.
876 (make-backup-file-name-1): New function.
877 (make-backup-file-name): Use it.
878 (find-backup-file-name): Likewise. Use format for clarity, not
879 concat.
880 (file-newest-backup): Use make-backup-file-name.
881
882 2000-04-09 Gerd Moellmann <gerd@gnu.org>
883
884 * progmodes/ebrowse-ffh.el: New file.
885
886 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
887 to ebrowse-ffh.el.
888 (ebrowse-load): Add autoload.
889
890 * finder.el (finder-commentary): Add autoload cookie.
891
892 * mail/rfc2368.el: Correct author's email address.
893
894 * progmodes/ebrowse.el: New file.
895
896 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
897 item help string.
898 (easy-menu-do-add-item): Ditto.
899 (easy-menu-define): Extend doc string.
900
901 * jit-lock.el (with-buffer-unmodified): Use
902 restore-buffer-modified-p.
903 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
904 (jit-lock-function, jit-lock-stealth-fontify): Don't use
905 with-buffer-unmodified.
906
907 2000-04-08 Dave Love <fx@gnu.org>
908
909 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
910 unless, when.
911
912 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
913
914 * viper-util.el (viper-put-on-search-overlay): New subroutine.
915 (viper-flash-search-pattern): No operation when using Emacs
916 doesn't support face.
917 Use `viper-put-on-search-overlay'.
918
919 2000-04-04 Gerd Moellmann <gerd@gnu.org>
920
921 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
922 like C-r.
923
924 * progmodes/make-mode.el: Some doc fixes.
925 (makefile-mode-abbrev-table): New variable.
926 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
927 (makefile-font-lock-keywords): Fontify includes and conditionals.
928 (toplevel): Require `dabbrev' and `add-log' when compiling.
929
930 * replace.el (perform-replace): Don't move forward one char
931 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
932 to do that because it leaves point 1 position after the last
933 replacement, after everything has been replaced.
934
935 * jit-lock.el (with-buffer-unmodified): New macro.
936 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
937 modified state.
938 (jit-lock-function-1): Extracted from jit-lock-function; not
939 preserving buffer's modified state.
940 (jit-lock-function, jit-lock-stealth-fontify): Call
941 jit-lock-function-1.
942
943 * mail/rfc2368.el: Remove supernumerary copyright line.
944
945 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
946
947 * glasses.el: Provide facilities for inserting space before left
948 parentheses and uncapitalization of identifiers.
949 (glasses-mode): Try to remove old overlays in all cases.
950
951 2000-04-03 Gerd Moellmann <gerd@gnu.org>
952
953 * progmodes/compile.el (compile-internal): Display the compilation
954 buffer in a different frame, if it's already displayed there.
955
956 * mail/rfc2368.el: New file.
957
958 * simple.el (sendmail-user-agent-compose): Recognize a `body'
959 header and insert its value as mail body.
960
961 * subr.el (member-ignore-case): New function.
962
963 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
964 (dabbrev--find-expansion): Ignore buffers matching a regexp
965 from dabbrev-ignored-regexps.
966
967 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
968 to extensions handled by gzip.
969
970 2000-04-03 Richard M. Stallman <rms@gnu.org>
971
972 * files.el (insert-directory): List the total free space
973 along with the used space.
974
975 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
976 line is followed by one that matches CITATION-REGEXP, end the
977 paragraph.
978
979 2000-04-03 Markus Rost <rost@delysid.gnu.org>
980
981 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
982 (rmail-make-basic-summary-line): Use that option.
983
984 2000-04-03 Kenichi Handa <handa@etl.go.jp>
985
986 * international/mule-cmds.el (encoded-string-description):
987 Rewritten. Try pretty description for ISO 2022 escape sequences
988 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
989 for hexadecimal format.
990
991 2000-04-01 Dave Love <fx@gnu.org>
992
993 * cpp.el: Change customization group to `c' from `C'.
994
995 * vcursor.el (vcursor-move): Use display-color-p.
996
997 * international/mule-util.el: Provide mule-utils.
998 (string-to-sequence): Simplify and speed up.
999
1000 * international/mule.el (make-coding-system): Purecopy doc-string.
1001
1002 * international/mule-cmds.el: Various menu changes.
1003 (describe-specified-language-support): Handle `Default'.
1004 (set-language-info): Purecopy `info'.
1005
1006 2000-03-31 Andrew Innes <andrewi@gnu.org>
1007
1008 * vc.el (vc-backend-diff): Return the correct status if we had to
1009 retry the rcsdiff command without the --brief option.
1010
1011 2000-03-31 Dave Love <fx@gnu.org>
1012
1013 * help.el (help-manyarg-func-alist): Correct several omissions.
1014
1015 * add-log.el: Don't require cl, fortran.
1016 (add-log-current-defun-function): Doc fix.
1017 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1018 fix.
1019 (change-log-version-rcs): Function deleted.
1020 (change-log-version-number-search): Doc fix. Use
1021 vc-workfile-version. Avoid CL dolist.
1022 (add-change-log-entry): Just call add-log-current-defun to get
1023 defun. Simplify somewhat.
1024 (change-log-get-method-definition-1): Likewise.
1025 (add-log-current-defun): Return nil if calling
1026 add-log-current-defun-function does so. Move Fortran stuff to
1027 fortran.el. Return string without properties.
1028
1029 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1030 and :alpha: char classes.
1031
1032 * mail/supercite.el: Defvar curline when compiling.
1033 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1034 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1035 rather than a-zA-Z0-9 to allow non-ASCII characters.
1036
1037 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1038
1039 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1040
1041 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1042 Re-enable new code.
1043
1044 * lpr.el (print-region-1): Use -d to specify printer name for
1045 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1046
1047 2000-03-31 Dave Love <fx@gnu.org>
1048
1049 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1050 for function definition in symbol's function value slot first
1051 instead of first consulting byte-compile-function-environment.
1052
1053 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1054
1055 * language/european.el ("Polish"): New language environment.
1056 (setup-polish-environment): New function.
1057
1058 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1059
1060 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1061 Disable new code.
1062
1063 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1064 trying to `load' the symbol of an autoload instead of the file
1065 recorded in the autoload. Fix error messages.
1066
1067 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1068
1069 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1070 (ps-print-version): New version number (5.1.3).
1071 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1072 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1073 (ps-generate-postscript-with-faces): Code fix.
1074 (ps-color-values): XEmacs compatibility.
1075 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1076 (ps-default-fg, ps-default-bg): Adjust customization.
1077 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1078 (ps-color-scale): Renaming old ps-color-value fun.
1079 (ps-print-headers): Replace ps-print-header group to avoid conflict
1080 with ps-print-header variable.
1081 (ps-print-miscellany): New group.
1082 (ps-format-color, ps-rgb-color): New funs.
1083 (ps-default-foreground): New var.
1084 (ps-printer-name-option): New const.
1085
1086 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1087
1088 * net/net-utils.el:
1089 (network-connection-host, network-connection-service): New variables
1090 (network-connection-mode): New mode, derived from comint-mode
1091 (network-connection-mode-setup): New function, saves host and
1092 service information in local variables.
1093
1094 * lisp/locate.el:
1095 (locate-word-at-point): Added this function
1096 (locate): Default to using locate-word-at-point as input
1097 Run dired-mode-hook
1098
1099 2000-03-29 Dave Love <fx@gnu.org>
1100
1101 * calendar/appt.el: Doc fixes.
1102 (appt-check): Convert min-to-app to a string before passing to
1103 appt-disp-window-function or concat.
1104 (appt-delete-window): Remove test for frame-root-window.
1105 (appt-select-lowest-window, appt-convert-time): Simplify.
1106
1107 * emacs-lisp/bytecomp.el: Doc fixes.
1108 (byte-compile-file-form-autoload): Update
1109 byte-compile-function-environment.
1110
1111 2000-03-29 Andreas Schwab <schwab@suse.de>
1112
1113 * emacs-lisp/autoload.el: Also print defsubst doc string
1114 specially.
1115
1116 * dired.el (dired-insert-directory): If dired-free-space-program
1117 failed just delete its output.
1118
1119 2000-03-29 Dave Love <fx@gnu.org>
1120
1121 * international/iso-cvt.el: Move provide to end. Doc fixes.
1122 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1123 (iso-iso2sgml, iso-sgml2iso): New functions.
1124 (iso-cvt-define-menu): Fix some entries and use backquote for
1125 clarity.
1126
1127 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1128
1129 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1130
1131 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1132 ISO-DATE. If non-nil, return date in ISO 8601 format.
1133
1134 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1135
1136 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1137 if it ever becomes used.
1138 (log-edit-mode-hook): Default to vc-log-mode-hook.
1139 (log-edit-mode): Fix the docstring.
1140
1141 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1142 the code.
1143
1144 2000-03-26 Dave Love <fx@gnu.org>
1145
1146 * net/browse-url.el (browse-url): Re-fix case of
1147 browse-url-browser-function being an alist.
1148 (browse-url): Add :link to defgroup.
1149
1150 * files.el: Doc fixes.
1151 (file-truename): Include `[' in wildcard characters.
1152 (automount-dir-prefix): Customize.
1153 (find-file-wildcards): Add :version.
1154 (find-file-noselect): Simplify a mapcar call.
1155
1156 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1157 compatible with inf-lisp version.
1158 (eval-defun-1): Fix custom-declare-variable case.
1159
1160 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1161
1162 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1163
1164 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1165
1166 * Makefile (COMPILE_FIRST): New macro.
1167 (compile-files): Compile files from COMPILE_FIRST first.
1168
1169 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1170 code.
1171
1172 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1173 matching open parenthesis in column 0 to defun-prompt-regexp
1174 only if open-paren-in-column-0-is-defun-start is set.
1175
1176 * sun-curs.el: Require CL at compile-time only.
1177
1178 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1179 instead of copy-list which is a function from CL.
1180 (msb--choose-menu, msb--mode-menu-cond)
1181 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1182 (msb--init-file-alist): Use mapcar instead of mapcan.
1183 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1184 `(' in column 0 in doc string.
1185 (msb--add-separators): Use mapcar instead of mapcan.
1186
1187 * cus-dep.el: Require CL at compile-time only.
1188
1189 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1190
1191 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1192 (byte-compile-warnings): New warning `noruntime'.
1193 (byte-compile-constants, byte-compile-variables): Fix docstring.
1194 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1195 execute `eval-whenc-compile's body.
1196 (byte-compile-unresolved-functions): Fix docstring.
1197 (byte-compile-eval): New function.
1198 (byte-compile-callargs-warn): Check if the function will be available
1199 at runtime (via property `byte-compile-noruntime').
1200 (byte-compile-print-syms): New function.
1201 (byte-compile-warn-about-unresolved-functions): Also warn about
1202 `noruntime' functions (and use `byte-compile-print-syms').
1203 (byte-compile-file): Capitalize the message.
1204
1205 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1206
1207 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1208 (rmail-expunge): Ask for confirmation depending on the setting
1209 of rmail-confirm-expunge.
1210
1211 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1212
1213 * Makefile (bootstrap-clean): If $(emacs) exists, build
1214 loaddefs.el first. A loaddefs.el that's not up-to-date might
1215 cause a bootstrap failure because things don't autoload as
1216 expected.
1217
1218 2000-03-23 Dave Love <fx@gnu.org>
1219
1220 * net/browse-url.el: Restore previous use of
1221 browse-url-maybe-new-window.
1222
1223 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1224
1225 * ps-print.el: Skip banner page fix.
1226 (ps-print-version): New version number (5.1.2).
1227 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1228
1229 2000-03-23 Dave Pearson <davep@davep.org>
1230
1231 * net/quickurl.el Changed the type of parameter passed to the
1232 function defined by `quickurl-format-function'. Before only the
1233 text of the URL was passed. Now the whole URL structure is passed
1234 and the function is responsible for extracting the parts it
1235 requires. Changed the default of `quickurl-format-function'
1236 accordingly.
1237 (quickurl-insert): Changed the `funcall' of
1238 `quickurl-format-function' to match the above change.
1239 (quickurl-list-insert): Changed the `url' case so that it makes
1240 use of `quickurl-format-function', previous to this the format was
1241 hard wired.
1242
1243 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1244
1245 * startup.el: Change some spellings for the X Window System.
1246
1247 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1248
1249 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1250 up the code and the regexp and make sure the cursor is temporarily
1251 moved to the suspicious line while querying the user.
1252
1253 2000-03-22 Jason Rumney <jasonr@gnu.org>
1254
1255 * w32-fns.el (w32-charset-info-alist): Initialize.
1256
1257 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1258
1259 * ps-print.el: N-up last page fix.
1260 (ps-print-version): New version number (5.1.1).
1261 (ps-end-file, ps-end-job, ps-generate): Code fix.
1262
1263 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1264
1265 * files.el (find-file-run-dired): Update docstring.
1266 (find-directory-functions): New hook.
1267 (find-file-noselect): Run find-directory-functions rather than
1268 calling dired directly.
1269
1270 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1271
1272 * pcvs.el: Add a minimal leading commentary.
1273 (cvs-make-cvs-buffer): Change the header part by removing the startup
1274 message and adding a `Module' entry. Also replace the FOOTER and
1275 HEADER special fileinfos with the new support in ewoc for updating
1276 its own footer and header.
1277 (cvs-update-header): Update to use the header/footer of the ewoc.
1278 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1279 (cvs-is-within-p): New function.
1280 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1281 to only examine some subset of the buffers.
1282
1283 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1284 `format' instead of our own ad-hoc functions.
1285 Remove HEADER and FOOTER cases, now handled in the EWOC.
1286 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1287
1288 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1289 output to avoid scaring the user.
1290 (cvs-parse-table): Catch message for non-up-to-date commits.
1291
1292 * pcvs-defs.el (cvs-startup-message): Remove.
1293 (cvs-global-menu): New autoloaded menu.
1294
1295 * pcvs-util.el (cvs-string-fill): Remove.
1296
1297 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1298 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1299 PP part of it and also make it work for footers and headers.
1300 (ewoc-create): Drop POS and BUFFER arguments.
1301 Use the DLL's dummy node to store the end-of-footer position.
1302 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1303 (ewoc-refresh): Remove unused `header' variable.
1304 (ewoc-(get|set)-hf): New functions.
1305
1306 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1307 log-view-*-(message|file) and use easy-mmode-define-navigation.
1308 (log-view-message-re): Match SCCS format as well.
1309 And match the revision line rather than the dashed separator line.
1310 (log-view-mode): Use the new define-derived-mode.
1311 (log-view-current-tag): Fill in with an actual implementation.
1312
1313 * cvs-status.el (cvs-status-(prev|next)): Rename from
1314 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1315 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1316 to let the output "breathe" a little more (more readable).
1317 (cvs-status-mode): Use the new define-derived-mode.
1318
1319 * smerge-mode.el (smerge-auto-leave): New function and variable.
1320 (smerge-basic-map): Rename from smerge-basic-keymap.
1321 Change the bindings for smerge-diff-*.
1322 (smerge-*-map): Use easy-mmode-defmap.
1323 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1324 (smerge-keep-*): Use smerge-auto-leave.
1325
1326 2000-03-21 Jason Rumney <jasonr@gnu.org>
1327
1328 * cus-edit.el (custom-button-face): Use 3D look for w32.
1329 (custom-button-pressed-face): Likewise.
1330
1331 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1332
1333 * progmodes/etags.el (tags-case-fold-search): New user-option.
1334 (tags-loop-eval): New function. Bind case-fold-search around eval
1335 depending on the value of tags-case-fold-search.
1336 (tags-loop-continue): Use tags-loop-eval.
1337 (find-tag-in-order): Bind case-fold-search depending on the value
1338 of tags-case-fold-search.
1339
1340 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1341
1342 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1343 (diff-end-of-hunk): Return the end position for use in
1344 `easy-mmode-define-navigation'.
1345 (diff-recenter): Remove.
1346 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1347 of `easy-mmode-define-navigation'.
1348 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1349 previous renaming) and fix to use new names.
1350 (diff-merge-strings): Use \n as separator: simpler, faster.
1351 (diff-mode): Use `define-derived-mode'.
1352
1353 * derived.el (define-derived-mode): Don't autoload anymore.
1354 Prefer the macro-only version provided by easy-mmode.el.
1355
1356 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1357 `easy-mmode-define-derived-mode'.
1358 Use `combine-run-hooks'.
1359 (easy-mmode-define-navigation): New macro.
1360
1361 * subr.el (combine-run-hooks): New function.
1362
1363 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1364
1365 * term/x-win.el: Fontsets related initialization is simplified.
1366
1367 * international/mule-diag.el (describe-font): Don't refer to
1368 global-fontset-alist, instead call font-list.
1369 (describe-fontset, list-fontsets, mule-diag): Likewise.
1370 (print-fontset): Adjusted for the change of fontset
1371 implementation.
1372
1373 * international/fontset.el (x-charset-registries): Variable
1374 removed, instead the corresponding data is stored in the default
1375 fontset.
1376 (register-alternate-fontnames): Function removed.
1377 (resolved-ascii-font): Variable removed.
1378 (x-compose-font-name): Ignore the second argument REDOCE.
1379 (x-complement-fontset-spec): Complement only an ASCII font and
1380 element for those charsets than can use that ASCII font.
1381 (generate-fontset-menu): Don't refer to global-fontset-alist,
1382 instead call fontset-list.
1383 (uninstantiated-fontset-alist): Variable removed.
1384 (x-style-funcs-alist): Likewise.
1385 (fontset-default-styles): Likewise.
1386 (x-modify-font-name): Function removed.
1387 (create-fontset-from-fontset-spec): Ignore the argument
1388 STYLE-VARIANT.
1389 (create-fontset-from-ascii-font): Docsting adjusted for the above
1390 change.
1391 (instantiate-fontset, resolve-fontset-name): Functions removed.
1392 (fontset-list): Now implemented by C code.
1393
1394 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1395 (describe-face): Include `font' attribute in the description.
1396
1397 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1398
1399 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1400
1401 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1402
1403 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1404 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1405 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1406
1407 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1408 about behavior of set-buffer-modified-p wrt redisplay.
1409
1410 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1411
1412 * view.el (view-mode-disable): Kill local binding of view-read-only.
1413
1414 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1415
1416 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1417 is a string, convert it to a syntax cell using string-to-syntax.
1418
1419 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1420 (string-to-syntax): New function.
1421
1422 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1423 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1424 try to use passive ftp mode.
1425
1426 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1427
1428 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1429
1430 * simple.el (append-to-buffer): Update point of windows after
1431 insertion.
1432
1433 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1434 forward then moving backward. Reindent.
1435
1436 * frame.el (other-frame): Call x-focus-frame only if
1437 focus-follows-mouse is off.
1438
1439 2000-03-17 Dave Love <fx@gnu.org>
1440
1441 * pcvs-util.el (cvs-strings->string): Rename
1442 replace-regexps-in-string.
1443
1444 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1445
1446 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1447 regexp for labels cannot span several lines.
1448
1449 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1450 `(setq :<key> ':<key>)' to the macro expansion.
1451
1452 2000-03-16 Dave Love <fx@gnu.org>
1453
1454 * progmodes/f90.el (f90): Put custom group under `languages', not
1455 `fortran'.
1456 (f90-mode-hook): Customize.
1457 (f90-mode): Set add-log-current-defun-function.
1458 (f90-current-defun): New function.
1459
1460 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1461
1462 * cus-edit.el (custom-variable-tag-face): Handle case that
1463 default face's height is not a number.
1464 (custom-face-tag-face, custom-group-tag-face-1)
1465 (custom-group-tag-face): Ditto.
1466 (custom-group-tag-face-1): Add :group.
1467
1468 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1469
1470 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1471
1472 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1473 requiring easymenu.
1474
1475 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1476
1477 * ps-print.el: PostScript user-defined prologue, PostScript error
1478 handler, doc fix.
1479 (ps-print-version): New version number (5.1).
1480 (ps-user-defined-prologue, ps-error-handler-message)
1481 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1482 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1483 (ps-insert-string): New function.
1484
1485 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1486
1487 * international/ccl.el (ccl-compile-expression): Don't generate
1488 invalid self-assignment code.
1489
1490 2000-03-14 Dave Love <fx@gnu.org>
1491
1492 * subr.el (replace-regexp-in-string): Renamed from
1493 replace-regexps-in-string. Doc fix.
1494
1495 2000-03-12 Dave Love <fx@gnu.org>
1496
1497 * cus-edit.el: Doc fixes.
1498 (customize-set-variable, customize-save-variable): Rename args for
1499 doc.
1500 (custom-variable-tag-face, custom-face-tag-face)
1501 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1502 style which user identify as hyperlink.
1503 (hook): Don't add undefined functions to the hook.
1504 (debug-ignored-errors): Transfer message from bindings.el.
1505
1506 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1507
1508 * recentf.el (recentf-keep-non-readable-files-p): Remove
1509 double/nested definition.
1510
1511 2000-03-12 Dave Love <fx@gnu.org>
1512
1513 * facemenu.el (facemenu-get-face): Use display-color-p.
1514 * enriched.el (enriched-decode-foreground): Likewise.
1515 (enriched-decode-background): Likewise.
1516 * isearch.el (isearch-highlight): Likewise.
1517 * info-look.el (info-lookup): Likewise.
1518 * simple.el (completion-setup-function): Likewise.
1519
1520 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1521 :options.
1522
1523 * bindings.el (mode-line-format): Fix line-number and
1524 column-number items. Add help-echo for the background.
1525 (mode-line-mule-info): Modify help-echo.
1526
1527 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1528 defcustom.
1529
1530 * files.el (load-file): Allow completion to .elc.
1531
1532 * man.el: Doc fixes.
1533 (Man-init-defvars): Use display-color-p to set fontification.
1534
1535 * play/hanoi.el (hanoi-internal): Don't use oddp.
1536
1537 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1538
1539 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1540
1541 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1542
1543 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1544
1545 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1546 Fix comment.
1547
1548 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1549
1550 * font-lock.el (font-lock-keywords): Fix the doc now that
1551 regexp-opt-depth is unnecessary.
1552 (save-buffer-state): Set an edebug spec.
1553 (font-lock-fontify-anchored-keywords): Properly handle the case when
1554 the matcher goes past the limit.
1555
1556 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1557 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1558
1559 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1560 dll.el and cookie.el (from Elib) with heavy renaming and other
1561 massaging.
1562
1563 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1564 Autoload the functions used.
1565 (easy-mmode-define-syntax): Fix CL typo.
1566 (easy-mmode-define-derived-mode): Improve the docstring generation.
1567
1568 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1569
1570 * textmodes/texinfo.el (texinfo-version): Variable and function
1571 removed.
1572
1573 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1574
1575 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1576 allow more flexibility.
1577 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1578 fns.
1579 (easy-mmode-defmap, easy-mmode-defsyntax)
1580 (easy-mmode-define-derived-mode): New macros.
1581
1582 2000-03-09 Didier Verna <didier@xemacs.org>
1583
1584 * rect.el (replace-rectangle): New function.
1585
1586 2000-03-09 Dave Love <fx@gnu.org>
1587
1588 * progmodes/fortran.el (fortran-comment-line-start): Define as
1589 "C".
1590 (fortran-comment-line-start-skip): Don't match cpp stuff.
1591 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1592 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1593 (fortran-mode): Don't set fortran-comment-line-start-skip,
1594 fortran-comment-line-start here. Set comment-start,
1595 add-log-current-defun.
1596 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1597 (fortran-current-defun): New function.
1598
1599 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1600
1601 * emacs-lisp/re-builder.el: New file.
1602
1603 * mouse.el (mouse-drag-region): Don't run up-event handler
1604 if hscroll has changed.
1605
1606 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1607 builtin operators, use `font-lock-builtin-face' for Emacs and
1608 `font-lock-preprocessor-face' otherwise.
1609
1610 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1611 `(defun (setf foo)' differently.
1612
1613 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1614
1615 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1616 (regexp-opt): Update comment and adapt the code the new meaning of
1617 the `paren' argument of regex-opt-group for shy-groups.
1618 (regexp-opt-depth): Handle shy groups as well as backslashed
1619 backslashes.
1620 (regexp-opt-group): Turn the leading comment into a docstring.
1621 Allow `paren' to be a string (the string to use to open a group).
1622 Remove open-presuf and close-presuf. Instead of checking for `all
1623 one-char' and then later on check for `several one-char', handle
1624 both cases close together. Also apply a more generic algorithm
1625 for suffixes (the mirror image of the algorithm used for
1626 prefixes). Use shy-groups. Use nreverse rather than reverse.
1627 (regexp-opt-try-suffix): Removed.
1628
1629 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1630 from comint-mode-map, so we can just inherit from it. Also, move
1631 the initialization into the `defvar' since there's no docstring
1632 anyway and it's fairly short.
1633 (inferior-scheme-mode): Define it as derived-mode: the code is
1634 shorter and this way we inherit from comint-mode-map rather than
1635 copying it.
1636
1637 * subr.el (replace-regexps-in-string): Properly handle the case
1638 where we match an empty string.
1639
1640 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1641 when the command has a directory component (such as "./testml").
1642 Also fix a typo in the comment.
1643
1644 2000-03-08 Gerd Moellmann <gerd@gnu.org>
1645
1646 * Makefile (compile-files): Compile files one by one because
1647 that's the only way to ensure a clean compilation environment for
1648 each individual file.
1649
1650 * frame.el (other-frame): Call x-focus-frame.
1651
1652 2000-03-07 Dave Love <fx@gnu.org>
1653
1654 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1655 :require to defcustom.
1656
1657 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1658 lists.
1659
1660 * files.el (auto-mode-alist): Add configure.in.
1661
1662 * progmodes/autoconf.el: New file.
1663
1664 2000-03-07 Gerd Moellmann <gerd@gnu.org>
1665
1666 * mail/mh-e.el: Change maintainer to `none'.
1667
1668 * recentf.el (recentf-keep-non-readable-files-p): Quote args
1669 to remove-hook and add-hook.
1670
1671 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1672
1673 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1674 it as the default.
1675 (mail-send): Test mail-send-nonascii also for the new `mime' value.
1676 (sendmail-send-it): Conditionally add MIME headers specifying the
1677 used character set.
1678
1679 2000-03-07 Dave Love <fx@gnu.org>
1680
1681 * winner.el: Fix keywords, autoload cookies. Split
1682 eval-when-compile form to avoid compilation failure.
1683
1684 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1685
1686 * international/mule.el: Modify comment about coding system
1687 property `coding-category'.
1688 (make-coding-system): New argument EOL-TYPE. Pay attention to
1689 coding-category property of PROPERTIES.
1690
1691 * international/mule-conf.el (coding-category-utf-8,
1692 coding-category-utf-16-be, coding-category-utf-16-le): New coding
1693 categories. Include them in the argument for set-coding-priority.
1694
1695 * international/mule-cmds.el (reset-language-environment): Include
1696 coding-category-utf-8, coding-category-utf-16-be, and
1697 coding-category-utf-16-le in the argument for set-coding-priority.
1698 (reset-language-environment): Initialize coding-category-utf-8,
1699 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1700
1701 2000-03-06 Karl Fogel <kfogel@red-bean.com>
1702
1703 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1704 code abstracted out of `bookmark-jump-noselect'. Now tries info
1705 extensions as well as compression extensions.
1706 (bookmark-jump-noselect): Use above new func.
1707
1708 2000-03-03 Gerd Moellmann <gerd@gnu.org>
1709
1710 * strokes.el: Change maintainer's mail address.
1711
1712 2000-03-03 Kenichi Handa <handa@etl.go.jp>
1713
1714 * international/mule-diag.el (list-character-sets): Make help-echo
1715 string by substitute-command-keys.
1716 (list-character-sets): Likewise.
1717 (sort-listed-character-sets): Call help-setup-xref.
1718
1719 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1720
1721 * time.el (display-time-mail-file): Add `none' to the list of
1722 choices.
1723
1724 2000-03-01 Dave Love <fx@gnu.org>
1725
1726 * help.el (help-xref-go-back): Don't try to set position.
1727
1728 * international/mule-diag.el (list-character-sets): Call
1729 help-setup-xref. Add help-echo to xrefs.
1730 (list-character-sets-1): Add help-echo to xrefs.
1731
1732 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1733
1734 * frame.el (blink-cursor-mode): Switch cursor on when turning
1735 the mode off.
1736
1737 * add-log.el (add-log-current-defun): Add support for
1738 Autoconf mode.
1739
1740 * mail/rmail.el (rmail-quit-hook): New variable.
1741
1742 2000-03-01 Dave Love <fx@gnu.org>
1743
1744 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1745
1746 * help.el (help-xref-button): Add help-echo arg.
1747 (describe-function-1, describe-variable, help-make-xrefs): Use it.
1748
1749 * faces.el (list-faces-display): Supply help-echo with
1750 help-make-xrefs.
1751
1752 * facemenu.el (list-text-properties-at): Set help-xref-stack to
1753 nil.
1754
1755 2000-03-01 Gerd Moellmann <gerd@gnu.org>
1756
1757 * image.el (defimage): Look for image files in load-path.
1758
1759 * frame.el (busy-cursor-delay-seconds): Change type to
1760 `number'.
1761
1762 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1763
1764 * recentf.el (recentf): Added version tag to the defgroup of
1765 recentf.
1766
1767 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1768
1769 * recentf.el (recentf-cleanup): Changed to remove excluded file
1770 too.
1771 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1772 action to select/unselect a file.
1773 (recentf-edit-list): Code cleanup and improvement.
1774 (recentf-open-more-files-action): `recentf-open-more-files' button
1775 widget action to open a file.
1776 (recentf-open-more-files): No more use standard completion but
1777 widgets.
1778 (recentf-more-collection): Deleted.
1779 (recentf-more-history): Deleted.
1780 (recentf-setup-more-completion): Deleted.
1781
1782 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1783
1784 * recentf.el (recentf-mode): No more needs that Emacs is running
1785 under a window-system.
1786
1787 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1788
1789 * recentf.el (recentf-edit-list): New command to edit the recent
1790 list which allow the user to remove files.
1791 (recentf-edit-selected-items): New global variable, used by
1792 `recentf-edit-list' to hold the list of files to be removed from
1793 the recent list.
1794 (recentf-make-menu-items): Updated to display a "Edit list..."
1795 menu item. Minor code cleanup.
1796
1797 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1798
1799 * recentf.el (recentf-open-more-files): New command to open files
1800 that are not displayed in the menu.
1801 (recentf-more-collection): New global variable holding the set of
1802 permissible completions used by `recentf-open-more-files'.
1803 (recentf-more-history): New global variable holding the history list
1804 used by `recentf-open-more-files' completion.
1805 (recentf-setup-more-completion): New function to setup completion for
1806 `recentf-open-more-files'.
1807 (recentf-make-menu-items): Updated to display a "More..." menu item.
1808
1809 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1810
1811 * recentf.el (recentf-menu-action): Doc fixed.
1812
1813 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1814
1815 * recentf.el (recentf-menu-filter): Doc updated.
1816 (recentf-update-menu-hook): Allow menu filters to force menu update.
1817 (recentf-make-menu-items): New menu filter handling.
1818 (recentf-make-menu-item): New helper function.
1819 (recentf-menu-elements): New menu handling function.
1820 (recentf-sort-ascending): Updated to new menu filter handling.
1821 (recentf-sort-descending): Updated to new menu filter handling.
1822 (recentf-sort-basenames-ascending): New menu filter function.
1823 (recentf-sort-basenames-descending): New menu filter function.
1824 (recentf-show-basenames): New menu filter function.
1825 (recentf-show-basenames-ascending): New menu filter function.
1826 (recentf-show-basenames-descending): New menu filter function.
1827
1828 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1829
1830 * diary-lib.el (list-diary-entries): Don't try to go forward at
1831 the end of the buffer.
1832
1833 2000-02-29 Kenichi Handa <handa@etl.go.jp>
1834
1835 * international/mule-diag.el (list-character-sets): Completely
1836 rewritten.
1837 (sort-listed-character-sets): New function.
1838 (list-character-sets-1): Completely rewritten.
1839 (list-character-sets-2): New function.
1840 (non-iso-charset-alist): New variable.
1841 (decode-codepage-char): New function.
1842 (charset-history): New variable.
1843 (read-charset) (list-block-of-chars)
1844 (list-iso-charset-chars)
1845 (list-non-iso-charset-chars)
1846 (list-charset-chars): New functions.
1847 (mule-diag): Call list-character-sets-2, not
1848 list-character-sets-2.
1849 (dump-charsets): Likewise.
1850
1851 2000-02-29 Gerd Moellmann <gerd@gnu.org>
1852
1853 * dired-x.el (dired-filename-at-point): Add `@' to valid
1854 file name characters.
1855 (dired-filename-at-point): Handle ange-ftp file names.
1856
1857 * frame.el (frame-notice-user-settings): Use assq-delete-all
1858 instead of assoc-delete-all.
1859 (frame-notice-user-settings): Ditto.
1860
1861 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
1862 Don't copy alist.
1863
1864 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
1865
1866 * calculator.el (calculator-use-menu): New option.
1867 (calculator-initial-bindings): Changed some bindings to work as
1868 macros.
1869 (calculator-forced-input): Removed.
1870 (calculator-restart-other-mode): New variable.
1871 (calculator-mode-map): Set up menu.
1872
1873 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
1874
1875 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
1876 tags.
1877
1878 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
1879
1880 * viper-cmd.el (viper-envelop-ESC-key): added the option to
1881 translate all ESC key sequences.
1882 (viper-goto-mark-subr): restore markers for files for which
1883 they were saved.
1884 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
1885 * viper-util.el (viper-set-replace-overlay-glyphs,
1886 viper-set-replace-overlay): always check if the replacement
1887 overlay is live.
1888 * viper.el (viper-vi-state-mode-list): added major modes.
1889 * ediff-wind.el: minor comment changes.
1890 * ediff.el: copyright notice date fix.
1891
1892 2000-02-27 Jason Rumney <jasonr@gnu.org>
1893
1894 * faces.el (face-font-family-alternatives): Add arial to helv.
1895 (mode-line, header-line, tool-bar): Same default as x for w32.
1896 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
1897 face-font-family-alternatives from working.
1898 * term/w32-win.el (mouse-set-font): Do not build fontset from
1899 chosen font.
1900
1901 2000-02-25 Sam Steingold <sds@goems.com>
1902
1903 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
1904 properly.
1905
1906 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1907
1908 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
1909
1910 2000-02-25 Gerd Moellmann <gerd@gnu.org>
1911
1912 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
1913 writable.
1914
1915 * frame.el (busy-cursor-delay-seconds): New option.
1916
1917 2000-02-24 Gerd Moellmann <gerd@gnu.org>
1918
1919 * frame.el (show-cursor-in-non-selected-windows): New option.
1920
1921 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1922
1923 * diary-lib.el (include-other-diary-files): Undo the selective
1924 display in any included file and don't kill it.
1925
1926 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
1927
1928 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
1929 bar. Menu items converted to (menu-item format, help strings
1930 added.
1931 [downcase, upcase]: Don't enable on MS-DOS.
1932 [symlink, symlinks]: Don't show if make-symbolic-link is not
1933 bound.
1934 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
1935
1936 2000-02-23 Dave Love <fx@gnu.org>
1937
1938 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
1939 (backward-kill-word): Revert addition of * to interactive spec --
1940 it's a feature.
1941
1942 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
1943 (backward-kill-sentence, kill-sentence): Likewise.
1944
1945 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
1946 scratch buffer name.
1947 (gud-format-command): Use int-to-string in ?l case. Simplify
1948 slightly.
1949
1950 * term/w32-win.el (internal-face-interactive): Update prompt for
1951 new read-face-name.
1952
1953 * mail/footnote.el (footnote): Add :version to defgroup.
1954 (footnote-section-tag-regexp): Customize.
1955 (footnote-start-tag, footnote-end-tag): New option.
1956 (footnote-latin-regexp): New variable.
1957 (Footnote-latin): New function.
1958 (footnote-style-alist): Add element for latin style.
1959 (footnote-style): Moved.
1960 (Footnote-goto-footnote): Use eq to test arg.
1961
1962 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
1963
1964 * emacs-lisp/byte-opt.el: Change old backquote syntax.
1965 (byte-compile-trueconstp): Include keywords.
1966 (byte-optimize-quote, byte-optimize-lapcode): Use
1967 byte-compile-const-symbol-p.
1968 (byte-optimize-char-before): New optimization.
1969
1970 * emacs-lisp/bytecomp.el: Change old backquote syntax.
1971 (byte-compile-const-symbol-p): New function.
1972 (byte-compile-constp, byte-compile-out-toplevel)
1973 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
1974 Use it.
1975
1976 * subr.el (define-key-after): Default AFTER to t. Doc fix.
1977
1978 2000-02-23 Kenichi Handa <handa@etl.go.jp>
1979
1980 * international/encoded-kb.el: Be sure to update minor-mode-alist
1981 and minor-mode-map-alist.
1982 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
1983 codes SS2 and SS3 correctly.
1984 (encoded-kbd-self-insert-ccl): New function.
1985 (encoded-kbd-setup-keymap): New function.
1986 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
1987 by calling encoded-kbd-setup-keymap.
1988
1989 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
1990 characters.
1991 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
1992 locally.
1993
1994 2000-02-22 Dave Love <fx@gnu.org>
1995
1996 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
1997 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
1998 defvar.
1999 (lisp-mode-syntax-table): Set up for #|...|# comments.
2000 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2001 classes. Match `defface'.
2002 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2003 (eval-defun-1): Fix for defcustom.
2004 (lisp-indent-region): Doc fix.
2005
2006 * subr.el (when, unless, split-string): Doc fix.
2007 (read-passwd): Move call of clear-this-command-keys to the right
2008 place.
2009 (replace-regexps-in-string): New function.
2010
2011 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2012
2013 * help.el (describe-variable): Set syntax table to
2014 emacs-lisp-mode-syntax-table when moving forward over the
2015 symbol's name.
2016
2017 2000-02-22 Dave Love <fx@gnu.org>
2018
2019 * xt-mouse.el: Doc fixes.
2020 (xterm-mouse-position-function): New function, replacing advice of
2021 mouse-position.
2022 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2023
2024 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2025
2026 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2027
2028 * format.el (format-annotate-single-property-change): Handle
2029 properties.with dotted-list values.
2030 (format-proper-list-p): New function.
2031
2032 * enriched.el (enriched-face-ans): Handle '(foreground-color
2033 . COLOR) and (background-color . COLOR).
2034
2035 2000-02-20 Dave Love <fx@gnu.org>
2036
2037 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2038 and assignments to it.
2039 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2040 current local map.
2041 (make-flyspell-overlay): Use it.
2042 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2043
2044 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2045 (lm-get-header-re): Defun, not defsubst.
2046 (lm-get-package-name): Defun, not defsubst. Simplify.
2047 (lm-version): Doc fix. Simplify.
2048 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2049 (lm-crack-address, lm-last-modified-date, lm-commentary)
2050 (lm-verify, lm-synopsis): Simplify.
2051 (lm-report-bug): Require emacsbug. Use compose-mail.
2052
2053 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2054
2055 * dired.el (dired-mode): Call propertized-buffer-identification
2056 to set mode-line-buffer-identification to something having
2057 the right text properties.
2058
2059 * bindings.el (propertized-buffer-identification): New function.
2060
2061 2000-02-20 Dave Love <fx@gnu.org>
2062
2063 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2064 check for t-mouse too.
2065
2066 * cus-start.el: Make echo-keystrokes `number'.
2067
2068 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2069
2070 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2071 Don't call ring-empty-p unless tags-location-ring is bound.
2072 From Noah Friedman <friedman@splode.com>.
2073
2074 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2075
2076 * progmodes/hideshow.el (hs-flag-region): No longer use
2077 `intangible' overlay property.
2078
2079 (hs-toggle-hiding): New command.
2080 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2081
2082 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2083 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2084 and deactivation.
2085
2086 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2087
2088 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2089
2090 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2091
2092 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2093
2094 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2095 of `*' to handle `(* ... *)' comments.
2096
2097 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2098
2099 * faces.el (list-faces-display): Use display-mouse-p instead of
2100 window-system.
2101
2102 * menu-bar.el (global-map): Menu-bar items converted to the new
2103 format (menu-item..., rearranged for better CUA compliance, and
2104 their names changed for better clarity. Help strings added.
2105
2106 * international/mule-cmds.el (mule-menu-keymap)
2107 (describe-language-environment-map, set-coding-system-map)
2108 (setup-language-environment-map): Convert to new (menu-item...
2109 form, add help strings. Change names of menu items for better
2110 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2111 submenu).
2112
2113 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2114
2115 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2116 within the code.
2117
2118 2000-02-16 Dave Love <fx@gnu.org>
2119
2120 * faces.el: Don't require custom. Add more specific :groups to
2121 various deffaces.
2122 (set-face-attribute): Purecopy args.
2123 (read-face-name): Default to name at point and use it in prompt.
2124 Remove colon from arg in all callers.
2125 (list-faces-display): Hyperlink to face descriptions and customize
2126 buffers.
2127
2128 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2129
2130 * wid-edit.el (widget-match-inline): An atom never matches a
2131 list.
2132
2133 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2134
2135 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2136 at ':' characters by call to split-string.
2137
2138 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2139
2140 * textmodes/bibtex.el: Added RCS version identification.
2141
2142 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2143
2144 * textmodes/bibtex.el: Some temporary comments removed.
2145 (bibtex-field-name, bibtex-entry-type): Made the relationship
2146 explicit.
2147 (bibtex-field-const): Allow capital letters.
2148 (bibtex-start-of-string): Deleted because unused.
2149
2150 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2151 use the term 'reference' to describe a bibtex entry as a whole.
2152 Further, reference keys are no longer called 'labels'.
2153 (bibtex-keys): Renamed to bibtex-reference-keys.
2154 (bibtex-reformat-previous-labels): Renamed to
2155 bibtex-reformat-previous-reference-keys.
2156 (bibtex-reference-type): Renamed to bibtex-entry-type.
2157 (bibtex-reference-head): Renamed to bibtex-entry-head.
2158 (bibtex-reference-maybe-empty-head): Renamed to
2159 bibtex-entry-maybe-empty-head.
2160 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2161 (bibtex-search-reference): Renamed to bibtex-search-entry.
2162 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2163 bibtex-enclosing-entry-maybe-empty-head.
2164 (bibtex-entry-field-alist, bibtex-entry-head,
2165 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2166 bibtex-map-entries, bibtex-search-entry,
2167 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2168 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2169 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2170 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2171 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2172 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2173 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2174
2175 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2176
2177 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2178 comment.
2179 (bibtex-format-field-delimiters): New function, functionality
2180 extracted from bibtex-format-entry.
2181 (bibtex-autokey-get-yearfield-digits): New function, functionality
2182 extracted from bibtex-autokey-get-yearfield.
2183
2184 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2185 entries in order to avoid stack overflow in the regexp matcher if
2186 field contents become large.
2187 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2188 bibtex-field-string-part-not-braced,
2189 bibtex-field-string-part-no-inner-braces,
2190 bibtex-field-string-part-1-inner-brace,
2191 bibtex-field-string-part-2-inner-braces,
2192 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2193 bibtex-field-string-quoted, bibtex-field-string,
2194 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2195 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2196 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2197 as parsing is now performed by the following functions.
2198 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2199 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2200 bibtex-parse-field-string, bibtex-search-forward-field-string,
2201 bibtex-parse-association, bibtex-field-name-for-parsing,
2202 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2203 bibtex-search-forward-field, bibtex-search-backward-field,
2204 bibtex-start-of-field, bibtex-end-of-field,
2205 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2206 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2207 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2208 bibtex-parse-string, bibtex-search-forward-string,
2209 bibtex-search-backward-string, bibtex-start-of-string,
2210 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2211 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2212 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2213 entries. Instead of reporting the results of the parsing by
2214 match-beginning or match-end, these functions return data structures
2215 that hold the corresponding positions.
2216 (bibtex-enclosing-field): Changed to also report field boundaries by
2217 return values rather than by match-beginning or match-end. The
2218 following functions have been adapted to use the new parsing
2219 functions.
2220 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2221 bibtex-enclosing-field, bibtex-format-entry,
2222 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2223 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2224 bibtex-print-help-message, bibtex-end-of-entry,
2225 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2226 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2227 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2228 method for parsing.
2229 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2230 bibtex-map-entries, bibtex-flash-head,
2231 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2232 bibtex-autokey-change, bibtex-autokey-get-namefield,
2233 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2234 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2235 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2236 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2237 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2238 order to make the new binding of case-fold-search immediately
2239 visible.
2240
2241 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2242
2243 * textmodes/bibtex.el: Copyright notice is up to date.
2244 Added constant 'bibtex-maintainer-salutation.
2245
2246 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2247 than make-temp-name, use match-string-no-properties and eliminate
2248 a quadratic behavior when building bibtex-strings.
2249
2250 * bibtex.el (bibtex-reference-key): Accept string entries whose
2251 reference key contains upper case letters.
2252
2253 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2254
2255 * bibtex.el (bibtex-reference-head): Allow entries to start with
2256 a new line.
2257
2258 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2259
2260 * bibtex.el: Hiding of entry bodies is not longer provided by
2261 bibtex.el directly. Instead the hideshow package can be used.
2262 Added a special bibtex entry to hs-special-modes-alist.
2263 (bibtex-hs-forward-sexp): Added for hideshow.el.
2264
2265 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2266
2267 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2268 at ':' characters by call to split-string.
2269
2270 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2271
2272 * textmodes/bibtex.el: Added RCS version identification.
2273
2274 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2275
2276 * textmodes/bibtex.el: Some temporary comments removed.
2277 (bibtex-field-name, bibtex-entry-type): Made the relationship
2278 explicit.
2279 (bibtex-field-const): Allow capital letters.
2280 (bibtex-start-of-string): Deleted because unused.
2281
2282 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2283 use the term 'reference' to describe a bibtex entry as a whole.
2284 Further, reference keys are no longer called 'labels'.
2285 (bibtex-keys): Renamed to bibtex-reference-keys.
2286 (bibtex-reformat-previous-labels): Renamed to
2287 bibtex-reformat-previous-reference-keys.
2288 (bibtex-reference-type): Renamed to bibtex-entry-type.
2289 (bibtex-reference-head): Renamed to bibtex-entry-head.
2290 (bibtex-reference-maybe-empty-head): Renamed to
2291 bibtex-entry-maybe-empty-head.
2292 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2293 (bibtex-search-reference): Renamed to bibtex-search-entry.
2294 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2295 bibtex-enclosing-entry-maybe-empty-head.
2296 (bibtex-entry-field-alist, bibtex-entry-head,
2297 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2298 bibtex-map-entries, bibtex-search-entry,
2299 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2300 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2301 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2302 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2303 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2304 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2305 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2306
2307 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2308
2309 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2310 comment.
2311 (bibtex-format-field-delimiters): New function, functionality
2312 extracted from bibtex-format-entry.
2313 (bibtex-autokey-get-yearfield-digits): New function, functionality
2314 extracted from bibtex-autokey-get-yearfield.
2315
2316 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2317 entries in order to avoid stack overflow in the regexp matcher if
2318 field contents become large.
2319 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2320 bibtex-field-string-part-not-braced,
2321 bibtex-field-string-part-no-inner-braces,
2322 bibtex-field-string-part-1-inner-brace,
2323 bibtex-field-string-part-2-inner-braces,
2324 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2325 bibtex-field-string-quoted, bibtex-field-string,
2326 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2327 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2328 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2329 as parsing is now performed by the following functions.
2330 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2331 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2332 bibtex-parse-field-string, bibtex-search-forward-field-string,
2333 bibtex-parse-association, bibtex-field-name-for-parsing,
2334 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2335 bibtex-search-forward-field, bibtex-search-backward-field,
2336 bibtex-start-of-field, bibtex-end-of-field,
2337 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2338 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2339 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2340 bibtex-parse-string, bibtex-search-forward-string,
2341 bibtex-search-backward-string, bibtex-start-of-string,
2342 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2343 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2344 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2345 entries. Instead of reporting the results of the parsing by
2346 match-beginning or match-end, these functions return data structures
2347 that hold the corresponding positions.
2348 (bibtex-enclosing-field): Changed to also report field boundaries by
2349 return values rather than by match-beginning or match-end. The
2350 following functions have been adapted to use the new parsing
2351 functions.
2352 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2353 bibtex-enclosing-field, bibtex-format-entry,
2354 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2355 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2356 bibtex-print-help-message, bibtex-end-of-entry,
2357 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2358 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2359 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2360 method for parsing.
2361 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2362 bibtex-map-entries, bibtex-flash-head,
2363 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2364 bibtex-autokey-change, bibtex-autokey-get-namefield,
2365 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2366 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2367 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2368 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2369 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2370 order to make the new binding of case-fold-search immediately
2371 visible.
2372
2373 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2374
2375 * textmodes/bibtex.el: Copyright notice is up to date.
2376 Added constant 'bibtex-maintainer-salutation.
2377
2378 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2379 than make-temp-name, use match-string-no-properties and eliminate
2380 a quadratic behavior when building bibtex-strings.
2381
2382 * bibtex.el (bibtex-reference-key): Accept string entries whose
2383 reference key contains upper case letters.
2384
2385 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2386
2387 * bibtex.el (bibtex-reference-head): Allow entries to start with
2388 a new line.
2389
2390 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2391
2392 * bibtex.el: Hiding of entry bodies is not longer provided by
2393 bibtex.el directly. Instead the hideshow package can be used.
2394 Added a special bibtex entry to hs-special-modes-alist.
2395 (bibtex-hs-forward-sexp): Added for hideshow.el.
2396
2397 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2398
2399 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2400 proceedings entry type (for cross referencing). Thanks to Wagner
2401 Toledo Correa for the suggestion.
2402
2403 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2404
2405 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2406
2407 * international/characters.el: Setup case table for Vietnamese.
2408
2409 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2410
2411 * uniquify.el (toplevel): Require CL at compile time.
2412 (uniquify-push): Removed.
2413
2414 * shadowfile.el (shadow-when): Removed.
2415
2416 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2417 (tempo-process-and-insert-string): Use dolist instead of
2418 tempo-dolist.
2419
2420 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2421 regexp for paragraph-start.
2422
2423 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2424 commas as well.
2425
2426 2000-02-10 Dave Love <fx@gnu.org>
2427
2428 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2429 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2430 Deleted.
2431 (widget-specify-field, widget-specify-button): Don't use
2432 widget-mouse-help as help-echo property.
2433 (default): Use #'ignore for :validate and :mouse-down-action.
2434 (checkbox): Add help-echo.
2435 (widget-sexp-validate): Rewritten to clarify error messages.
2436 (character): Use char-valid-p in :match function.
2437 (widget-color-complete): Use facemenu-color-alist.
2438 (widget-color-action): Use facemenu-read-color.
2439
2440 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2441 set up `caar' &c that we now have.
2442
2443 2000-02-09 Ray Blaak <blaak@gnu.org>
2444
2445 * delphi.el: Make resourcestring a declaration region, like const
2446 and var.
2447
2448 2000-02-09 Dave Love <fx@gnu.org>
2449
2450 * bindings.el (mode-line-input-method-map): New variable.
2451 (mode-line-mule-info): Use it; fix last change.
2452 (mode-line-mode-menu): Move definition.
2453 (mode-line-mouse-sensitive-p): Deleted.
2454 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2455 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2456 level.
2457
2458 * startup.el (command-line-1): Don't call
2459 make-mode-line-mouse-sensitive.
2460
2461 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2462
2463 * mail/rmail.el (rmail-retry-failure): Use
2464 rmail-beginning-of-message before rmail-toggle-header, because the
2465 former toggles headers.
2466
2467 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2468
2469 * diff-mode.el (diff-kill-junk): New interactive function.
2470 (diff-reverse-direction): Use delete-and-extract-region.
2471 (diff-post-command-hook): Restrict the area so that the hook also works
2472 outside of any diff hunk. This is necessary for the minor-mode.
2473 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2474 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2475
2476 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2477 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2478 so that it can be used more easily in <foo>-mode-hook. Also make sure
2479 to avoid duplicate entries.
2480 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2481 (font-lock-remove-keywords): Just as was done for `add', allow it to
2482 work even if font-lock-mode is nil. Also make sure we don't modify
2483 any pre-existing list by forcing a copy-sequence. Finally rename
2484 `major-mode' to `mode'.
2485 (font-lock-fontify-syntactic-anchored-keywords)
2486 (font-lock-fontify-anchored-keywords)
2487 (font-lock-fontify-keywords-region): Use line-end-position.
2488 Don't make `font-lock-multiline' local (it's now done in
2489 font-lock-set-defaults).
2490 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2491 move the `font-lock-fontified' creation to inside the `unless'.
2492
2493 2000-02-06 Andrew Innes <andrewi@gnu.org>
2494
2495 * term/w32-win.el (x-handle-args): Comment out call to message,
2496 which occurs before window system is initialized.
2497
2498 * makefile.nt: Add support for recompiling lisp code.
2499
2500 2000-02-04 Dave Love <fx@gnu.org>
2501
2502 * bindings.el (mode-line-mule-info): Fix/extend last change.
2503
2504 * completion.el: Replace completion-dolist with dolist.
2505
2506 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2507 dotimes.
2508
2509 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2510
2511 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2512 environment names before they go into the section regexp.
2513
2514 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2515 char class in regexp.
2516
2517 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2518 `case-fold-search' to nil.
2519
2520 * progmodes/idlwave.el (idlwave-template): Respect
2521 `idlwave-abbrev-change-case'.
2522 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2523 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2524 idlwave-while): respect `idlwave-reserved-word-upcase'.
2525 (idlwave-rw-case): New function.
2526 (idlwave-statement-match): Fixed problem with assignment regexp.
2527 (idlwave-font-lock-keywords): Improved regexp for keyword
2528 parameters.
2529 (idlwave-surround): New argument LENGTH to support padding of
2530 operators longer than 1 char.
2531
2532 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2533 idlwave-shell-expression-overlay. Implemented printing of
2534 expressions on higher levels of the calling stack.
2535 (idlwave-shell-display-level-in-calling-stack): Restore stack
2536 level.
2537 (idlwave-retrieve-expression-from-level): New function.
2538 (idlwave-shell-last-calling-stack): Variable removed.
2539 (idlwave-shell-reset): Argument action reversed (`visible' to
2540 `hidden'). Also remove stop-line overlay.
2541 (idlwave-shell-calling-stack-routine): New variable.
2542 (idlwave-shell-parse-stack-and-display): Messages now display
2543 negative level numbers.
2544 (idlwave-shell-mode): Set `modeline-format'.
2545 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2546 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2547 21.
2548 (idlwave-shell-print-expression-function): New option.
2549
2550 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2551 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2552 `tool-bar' instead of `toolbar'.
2553
2554 2000-02-02 Dave Love <fx@gnu.org>
2555
2556 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2557 emacs-lisp-mode-hook. Don't check for defalias being defined.
2558
2559 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2560 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2561 the new builtins directly.
2562
2563 * whitespace.el (whitespace): Add :version to defgroup.
2564
2565 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2566 Doc fix.
2567
2568 * thingatpt.el (sexp-at-point, symbol-at-point)
2569 (number-at-point, list-at-point): Add autoload cookie.
2570
2571 * recentf.el (recentf): Add :version to defgroup.
2572
2573 * quickurl.el (quickurl): Add :version to defgroup.
2574
2575 * elide-head.el (elide-head): Use point-marker more.
2576
2577 * bs.el (bs): Add :version to defgroup.
2578
2579 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2580
2581 * progmodes/delphi.el (delphi): Add :version to defgroup.
2582
2583 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2584
2585 * ange-ftp.el (ange-ftp-write-region): Handle case that
2586 succeeding process operation sets a different coding system.
2587
2588 * calculator.el: New file.
2589
2590 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2591
2592 * frame.el (frames-on-display-list, framep-on-display): New
2593 functions.
2594 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2595 (display-selections-p, display-screens, display-pixel-width)
2596 (display-pixel-height, display-mm-width, display-mm-height)
2597 (display-backing-store, display-save-under, display-planes)
2598 (display-color-cells, display-visual-class): New functions.
2599
2600 * term/tty-colors.el (tty-color-gray-shades): New function.
2601
2602 * faces.el (display-color-p): Use framep-on-display.
2603 (display-grayscale-p): New function.
2604
2605 2000-01-31 Dave Love <fx@gnu.org>
2606
2607 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2608 (create-fontset-from-x-resource): Don't concat integers.
2609
2610 2000-01-31 Inge Frick <inge@nada.kth.se>
2611
2612 * view.el: Some changes in documentation. Removed some trailing
2613 whitespace. Changed some parameter names to agree with
2614 documentation.
2615 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2616 window is not deleted. Modifies change 1998-04-26.
2617
2618 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2619
2620 * windmove.el: New file.
2621
2622 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2623 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2624 progmodes/ebnf-yac.el: Update copyright and license info.
2625
2626 * jit-lock.el (jit-lock-function): Widen before calculating end
2627 position.
2628 (jit-lock-stealth-chunk-start): Rewritten.
2629
2630 * info.el (Info-title-face-alist): Removed.
2631 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2632 faces.
2633 (Info-fontify-node): Use these faces.
2634
2635 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2636
2637 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2638 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2639 `&allow-other-keywords'.
2640
2641 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2642 the list of directories scanned heuristically.
2643
2644 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2645 exist.
2646
2647 2000-01-30 Jason Rumney <jasonr@gnu.org>
2648
2649 * w32-fns.el: Define w32-tty-standard-colors.
2650
2651 * startup.el (command-line): Use w32-tty-standard-colors when in
2652 w32 console mode.
2653
2654 2000-01-30 Dave Love <fx@gnu.org>
2655
2656 * jka-compr.el (jka-compr-load): Fix up load-history.
2657
2658 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2659
2660 * emacs-lisp/cl-macs.el: Revert previous change.
2661
2662 2000-01-29 Dave Love <fx@gnu.org>
2663
2664 * facemenu.el: Purecopy various strings.
2665
2666 * timezone.el (timezone-fix-time): Window against 69 for two-digit
2667 years. Deal with three-digit years.
2668
2669 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2670 defconst, purecopy.
2671 (help-back-label): Purecopy it.
2672
2673 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2674
2675 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2676 variable. If non-nil, order the buffer list according to the
2677 currently selected frame.
2678 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2679 non-nil, pass the selected frame to function buffer-list.
2680
2681 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2682
2683 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2684
2685 2000-01-28 Dave Love <fx@gnu.org>
2686
2687 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2688
2689 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2690 Don't use lisp-indent-hook property.
2691 (cl-abs): Remove.
2692
2693 * subr.el: Move out indent and edebug specs for when and unless.
2694
2695 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2696 when, unless.
2697
2698 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2699 unless, when.
2700
2701 2000-01-28 Gerd Moellmann <gerd@gnu.org>
2702
2703 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2704 `collecting' as synonym for `collect'.
2705
2706 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2707 for the case it contains spaces.
2708
2709 * simple.el (what-cursor-position): Change formatting of
2710 messages.
2711
2712 * frame.el (delete-other-frames): New function.
2713 (toplevel): Bind it to C-x 5 1.
2714
2715 * sort.el (sort-numeric-base): New option.
2716 (sort-numeric-fields): If number starts with `0' or `0[xX[',
2717 interpret it as octal or hexadecimal. Use sort-numeric-base
2718 as default base.
2719
2720 * progmodes/glasses.el: New file.
2721
2722 2000-01-27 Gerd Moellmann <gerd@gnu.org>
2723
2724 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2725 userids differently.
2726
2727 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2728 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2729 progmodes/ebnf-yac.el: New files.
2730
2731 2000-01-26 Dave Love <fx@gnu.org>
2732
2733 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2734 on a function with an empty body. [From Eric Ludlam.]
2735
2736 2000-01-25 Andre Spiegel <spiegel@gnu.org>
2737
2738 * vc.el (vc-version-diff): Make sure file name is expanded.
2739
2740 2000-01-25 Gerd Moellmann <gerd@gnu.org>
2741
2742 * scroll-bar.el (scroll-bar-timer): Variable removed.
2743 (scroll-bar-toolkit-scroll): Don't use a timer.
2744
2745 2000-01-25 Kenichi Handa <handa@etl.go.jp>
2746
2747 * language/thai-util.el (thai-composition-function): Delete
2748 superfluous `a'.
2749
2750 2000-01-24 Dave Love <fx@gnu.org>
2751
2752 * fortran.el (fortran-mode): Use beginning-of-defun-function,
2753 end-of-defun-function.
2754
2755 * font-lock.el (turn-on-font-lock): Don't depend on window-system
2756 &c.
2757
2758 2000-01-22 Jason Rumney <jasonr@gnu.org>
2759
2760 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2761 conflicts with new face support.
2762
2763 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2764
2765 * replace.el (query-replace): Rename last arg to DELIMITED.
2766 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2767 (query-replace-regexp): Likewise.
2768
2769 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2770
2771 * subr.el (with-syntax-table): Use make-symbol, not gensym.
2772
2773 * emacs-lisp/lisp.el (beginning-of-defun-function):
2774 Variable renamed from beginning-of-defun.
2775 Do not call make-variable-buffer-local.
2776 (beginning-of-defun-raw): Use new variable name; doc fix.
2777 (beginning-of-defun): Doc fix.
2778 (end-of-defun-function): Variable renamed from end-of-defun.
2779 Do not call make-variable-buffer-local.
2780 (end-of-defun): Use new variable name; doc fix.
2781
2782 * subr.el (dolist, dotimes): Copied from cl-macs.el
2783 and made to work.
2784
2785 * mail/undigest.el (rmail-digest-end-regexps):
2786 Variable replaces rmail-digest-end-regexp.
2787 Allows multiple regexps for detecting the end line.
2788 (undigestify-rmail-message): Corresponding changes.
2789
2790 2000-01-19 Dave Love <fx@gnu.org>
2791
2792 * files.el (user-init-file): Don't declare here -- is primitive.
2793
2794 * startup.el (command-line): Check for compiled user-init-file and
2795 set to uncompiled version if necessary.
2796
2797 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2798
2799 * mail/undigest.el (rmail-digest-end-regexp): New user option.
2800 (undigestify-rmail-message): Use it.
2801
2802 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2803
2804 2000-01-17 Gerd Moellmann <gerd@gnu.org>
2805
2806 * tmm.el (tmm-goto-completions): Adapt to prompt being part
2807 of mini-buffer.
2808
2809 2000-01-14 Gerd Moellmann <gerd@gnu.org>
2810
2811 * emacs-lisp/copyright.el (copyright-update): Removed the
2812 requirement for a trailing space from `copyright-regexp', to
2813 support copyrights with owner specified on a separate line..
2814
2815 * align.el: New file.
2816
2817 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
2818
2819 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
2820
2821 2000-01-13 Dave Love <fx@gnu.org>
2822
2823 * ph.el: Removed. (Obsoleted by EUDC.)
2824
2825 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2826
2827 * net/eudc.el (toplevel): Remove autoloaded code installing
2828 menu with easymenu, because that causes build problems.
2829
2830 * frame.el (frame-notice-user-settings): New variable.
2831 (frame-notice-user-settings): Don't modify frame parameters
2832 if called a second time.
2833
2834 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2835
2836 * frame.el (frame-notice-user-settings):
2837 Notice default-frame-parameters even for non-window frames.
2838
2839 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2840
2841 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
2842 for Emacs.
2843 (eudc-bob-can-display-inline-images): Extend for Emacs.
2844 (eudc-bob-toggle-inline-display): Ditto.
2845 (eudc-bob-display-jpeg): Ditto.
2846
2847 2000-01-12 Gerd Moellmann <gerd@gnu.org>
2848
2849 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2850 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
2851 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
2852
2853 * add-log.el (add-change-log-entry): Fix error trying an `(insert
2854 nil)'.
2855
2856 * subdirs.el: Add `net' directory.
2857
2858 * net: New directory.
2859
2860 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
2861 eval-last-sexp. Don't bind debug-on-error here.
2862 (eval-last-sexp): New function. Bind debug-on-error if
2863 eval-expression-debug-on-error is non-nil.
2864 (eval-defun-2, eval-defun): Likewise.
2865
2866 * simple.el (eval-expression): Don't bind debug-on-error if
2867 eval-expression-debug-on-error is nil. Detect changed
2868 debug-on-error, and propagate new value to global binding, if
2869 eval-expression-debug-on-error is non-nil,
2870 (eval-expression-debug-on-error): Change doc string.
2871
2872 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2873
2874 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
2875
2876 * emacs-lisp/lisp-mode.el (with-syntax-table):
2877 Set up lisp-indent-function property.
2878
2879 * subr.el (with-syntax-table): Moved from simple.el.
2880
2881 * simple.el (with-syntax-table): Moved to subr.el.
2882
2883 2000-01-11 Gerd Moellmann <gerd@gnu.org>
2884
2885 * tmm.el (tmm-shortcut): Delete region after prompt instead
2886 of erasing buffer.
2887
2888 * textmodes/fill.el (fill-common-string-prefix): New function.
2889 (fill-context-prefix): Use the longest common prefix of first
2890 and second line fill prefix, if there is one.
2891
2892 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2893
2894 * array.el (array-mode): Don't use make-variable-buffer-local.
2895 Use make-local-variable for `truncate-lines'.
2896
2897 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
2898
2899 * add-log.el (add-log-current-defun): Handle user-defined
2900 add-log-current-function returning nil,
2901
2902 * add-log.el (add-change-log-entry): Insert version number
2903 if having found a current function
2904
2905 * add-log.el (add-log-current-defun): Call
2906 `add-log-current-defun-function'. Try matches at level 0 and
2907 level 1. Strip whitespace from defun found.
2908
2909 2000-01-10 John Wiegley <johnw@gnu.org>
2910
2911 * allout.el (isearch-done/outline-provisions): Added `edit'
2912 argument to correspond with the current definition of
2913 `isearch-done'.
2914
2915 2000-01-10 Dave Love <fx@gnu.org>
2916
2917 * elide-head.el (elide-head): Use point-marker, not point.
2918
2919 2000-01-10 Gerd Moellmann <gerd@gnu.org>
2920
2921 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
2922 before and after the year 2000.
2923
2924 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
2925 Add ispell- prefix.
2926
2927 2000-01-10 Ken Stevens <k.stevens@ieee.org>
2928
2929 * ispell.el: Only define dictionaries in menus when they exist.
2930 (version18p): New variable.
2931 (version20p): New variable.
2932 (xemacsp): New variable.
2933 (ispell-choices-win-default-height): Fix for XEmacs visibility.
2934 (ispell-dictionary-alist1): Added Brasileiro dictionary.
2935 (ispell-dictionary-alist6): Russian command lines no longer accept
2936 run-together words.
2937 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
2938 (ispell-dictionary-alist): Add koi8-r to customize definition.
2939 (check-ispell-version): Added documentation string. Returns
2940 library path when called non-interactively.
2941 (ispell-menu-map-needed): Uses new variables.
2942 (ispell-library-path): New variable.
2943 (ispell-decode-string): XEmacs fix for bogus variable bindings.
2944 (ispell-word): Improved documentation string. Test for valid
2945 character mappings. Correctly check typed in word changes that can
2946 result in single words split into multiple words. Returns
2947 replacement word.
2948 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
2949 replace in recursive query replace mode. Help message for
2950 recursive edit mode.
2951 (ispell-show-choices): Protect against bad framepop bindings.
2952 (ispell-help): Fix to work with XEmacs.
2953 (ispell-highlight-spelling-error): Use new variables.
2954 (ispell-overlay-window): Fix to work with XEmacs.
2955 (ispell-parse-output): Passed and returns location information
2956 tracking spelling corrections. Doesn't recheck same word on
2957 current line.
2958 (ispell-init-process): Protect against bogus XEmacs variable binding.
2959 Fix call to single argument in sleep-for. Use new variables.
2960 (ispell-region): Passed and returns location information tracking
2961 spelling corrections. Doesn't check same word on current line.
2962 Improved documentation string. Doesn't resend a line already
2963 checked to the ispell process - fixes bug in LaTeX parsing.
2964 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
2965 (ispell-skip-region): No longer skips <TT> in SGML.
2966 (ispell-process-line): Tracks location information with spelling
2967 corrections. Added documentation string. Accounts for words
2968 already accepted on this line. Don't allow query-replace on line
2969 starting with math characters. Doesn't resend a line already sent
2970 to ispell process. Fixes alignment error bug.
2971
2972 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2973
2974 * dired-x.el (dired-guess-shell-alist-default):
2975 Suggest xloadimage, which is free, not xv, which isn't.
2976
2977 * ange-ftp.el (ange-ftp-file-name-nondirectory):
2978 Don't ever include the host name or user name in the value.
2979
2980 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2981
2982 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
2983 of a real newline.
2984
2985 2000-01-09 Stephen Eglen <stephen@gnu.org>
2986
2987 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
2988 for .png files.
2989
2990 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
2991
2992 * cus-edit.el (custom-hook-convert-widget): Fix comment.
2993
2994 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2995
2996 * progmodes/cperl-mode.el: Replace ^F with ^L.
2997
2998 * sendmail.el (toplevel): Provide `sendmail' when compiling
2999 before `require'ing rmail and mailalias to prevent infinite
3000 recursion.
3001
3002 2000-01-08 Dave Love <fx@gnu.org>
3003
3004 * emacs-lisp/backquote.el: Remove inappropriate customization
3005 (allowing custom.el to use backquote).
3006
3007 2000-01-07 Dave Love <fx@gnu.org>
3008
3009 * add-log.el (add-log-debugging): Deleted.
3010 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3011 file. Remove debugging code.
3012 (change-log-get-method-definition, change-log-name): Add doc.
3013 (change-log-sortable-date-at): New function.
3014 (change-log-merge): New command.
3015
3016 * time.el (display-time-string-forms): Make the Mail string active.
3017 (display-time-update): Provide help-echo for load average.
3018
3019 * bindings.el (make-mode-line-mouse2-map): New function.
3020 (mode-line-modified): Use it and simplify.
3021 (mode-line-mule-info): Provide help-echo info.
3022 (minor-mode-alist): Activate the strings.
3023 (make-mode-line-mouse-sensitive): Simplify for
3024 mode-line-buffer-identification.
3025
3026 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3027
3028 * play/pong.el: New file.
3029
3030 2000-01-06 Dave Love <fx@gnu.org>
3031
3032 * array.el: Assorted cleanups for compiler warnings, doc strings,
3033 `array-' prefix for symbols.
3034
3035 2000-01-05 Dave Love <fx@gnu.org>
3036
3037 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3038 outline-headers-as-kill.
3039 (outline-mode): Define imenu-generic-expression.
3040 (outline-headers-as-kill): New command.
3041
3042 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3043 from paragraph-start.
3044 (paragraph-indent-minor-mode): New command.
3045
3046 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3047 M-C-e, M-C-h, C-j, C-xnd, TAB.
3048 (fortran-mode): Set beginning-of-defun, end-of-defun.
3049 (fortran-column-ruler): Simplify.
3050 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3051 (fortran-with-subprogram-narrowing): Likewise.
3052 (fortran-indent-subprogram): Call mark-defun.
3053 (fortran-check-for-matching-do): Change narrowing.
3054
3055 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3056 (cl-lucid-hash-tag): Delete.
3057 (cl-hash-table-p): Correct test for native table.
3058 (cl-hash-table-count): Use hash-table-count.
3059
3060 * browse-url.el (browse-url): Fix case of
3061 browse-url-browser-function being an alist.
3062
3063 2000-01-05 Carsten Dominik <cd@gnu.org>
3064
3065 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3066 (reftex-index-phrase-file-extension): New options.
3067
3068 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3069 Use new option `reftex-index-phrase-file-extension'.
3070
3071 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3072 `reftex-parse-file-extension'.
3073
3074 2000-01-05 Dave Love <fx@gnu.org>
3075
3076 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3077 (beginning-of-defun-raw): Use it.
3078 (end-of-defun): New variable.
3079 (end-of-defun): Use it.
3080 (check-parens): New command.
3081
3082 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3083
3084 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3085 (hs-show-block): Don't use `mapcar' when not accumulating.
3086
3087 Fix buglet in local variables initialization.
3088
3089 2000-01-05 Andreas Schwab <schwab@suse.de>
3090
3091 * hscroll.el (hscroll): Doc fix.
3092
3093 2000-01-05 Carsten Dominik <cd@gnu.org>
3094
3095 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3096 idlw-toolbar.
3097
3098 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3099 file idlw-rinfo.el.
3100 (idlwave-customize): load must read file idlw-shell.el.
3101 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3102
3103 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3104
3105 * progmodes/idlw-shell.el: Also provide idlwave-shell
3106 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3107 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3108
3109 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3110 both reftex-dcr and reftex-vcr.
3111
3112 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3113
3114 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3115
3116 * ps-print.el: PostScript code now is in separate files, doc fix.
3117 (ps-print-version): New version number (5.0.3).
3118 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3119 local.
3120 (ps-spool-config): Initialization fix.
3121 (ps-print-prologue-1, ps-print-prologue-2)
3122 (ps-print-duplex-feature): PostScript code moved to separated file.
3123 (ps-background-image): Little code reformating.
3124 (ps-begin-file, ps-begin-job): Fix code.
3125 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3126 (ps-prologue-file): New fun.
3127
3128 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3129
3130 * ps-vars.el: Eliminated.
3131
3132 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3133 `;;;###autoload'.
3134
3135 * ps-print.el: ps-vars eliminated, doc fix.
3136 (ps-print-version): New version number (5.0.2).
3137 (ps-spool-config): Initialization fix.
3138 (ps-print-customize): New fun.
3139
3140 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3141
3142 * autorevert.el (auto-revert-mode): Return value of
3143 auto-revert-mode.
3144
3145 2000-01-04 Dave Love <fx@gnu.org>
3146
3147 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3148 menu items.
3149
3150 2000-01-03 Dave Love <fx@gnu.org>
3151
3152 * elide-head.el (elide-head) [defgroup]: Add :version.
3153
3154 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3155 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3156 `cl-hash-table-p', not `hash-table-p'.
3157 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3158
3159 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3160
3161 * faces.el (face-read-integer, read-face-attribute)
3162 (color-defined-p, color-values): unspecified-{f,b}g are now
3163 strings.
3164
3165 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3166
3167 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3168 at comment end, and re-insert them after filling.
3169
3170 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3171
3172 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3173 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3174 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3175
3176 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3177
3178 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3179 the new name of face-color-supported-p.
3180
3181 * term/w32-win.el (xw-defined-colors): Likewise.
3182
3183 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3184
3185 * simple.el (completion-setup-function): Count completion-size
3186 from minibuffer-prompt-end, not from point-min.
3187
3188 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3189
3190 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3191 Pass the frame to tty-color-* functions.
3192 (display-color-p, frame-set-background-mode): Pass the frame to
3193 tty-display-color-p.
3194
3195 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3196 tty-color-alist.
3197 (tty-color-alist, tty-modify-color-alist): New functions.
3198 (tty-color-define, tty-color-clear, tty-color-approximate)
3199 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3200 an optional parameter FRAME.
3201
3202 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3203
3204 * image.el (create-image, defimage): Don't assume image data is a
3205 string.
3206
3207 * image.el (defimage): Handle specifications containing :data
3208 instead of :file.
3209 (image-type-from-data): New function.
3210 (image-type-from-file-header): Use it.
3211 (create-image): Add parameter DATA-P.
3212
3213 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3214
3215 * echistory.el (electric-command-history): Call Command-history-setup
3216 and command-history-mode using their new conventions.
3217
3218 * chistory.el (Command-history-setup): Don't switch buffers. Take
3219 no args, and do not set major-mode, mode-name or the local map.
3220 (command-history-mode): New function, does some of those things
3221 Command-history-setup used to do.
3222 (list-command-history): Call command-history-mode, not
3223 Command-history-setup.
3224 (command-history): Renamed from command-history-mode.
3225
3226 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3227
3228 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3229
3230 1999-12-31 William M. Perry <wmperry@aventail.com>
3231
3232 * image.el (defimage): Images with the `:data' keyword should be
3233 considered valid as well.
3234
3235 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3236
3237 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3238 with FILE if FILE is nil.
3239
3240 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3241
3242 * simple.el (choose-completion-string): In minibuffer,
3243 do not delete the prompt string.
3244
3245 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3246
3247 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3248 assigned to mode-line-mode-menu because bindings.el is dumped with
3249 Emacs, and thus the lists used for menu-item definition will be
3250 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3251 like pure menu item definitions.
3252
3253 * expand.el (expand-abbrev-hook): Return t if expansion was
3254 done, nil otherwise.
3255
3256 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3257
3258 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3259 (tar-quit): Function deleted.
3260
3261 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3262
3263 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3264 was used but not declared.
3265
3266 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3267 hs-find-block-beginning): Add or modify docstrings.
3268
3269 (hs-isearch-show): Rewrite.
3270
3271 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3272
3273 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3274
3275 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3276 space in front of a C-style comment end.
3277
3278 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3279
3280 * startup.el (command-line-1): Make mode line mouse-sensitive for
3281 the MS-DOS version as well.
3282
3283 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3284
3285 * bs.el: New file.
3286
3287 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3288
3289 * textmodes/ispell.el (ispell-process-line):
3290 Add local var line-offset to adjust for the change
3291 in positions within the line, due to previous replacements.
3292
3293 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3294
3295 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3296 Doc fixes.
3297
3298 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3299
3300 * add-log.el (change-log-version-number-regexp-list)
3301 (change-log-version-info-enabled): Change :version to 21.1.
3302 (toplevel): Require CL when compiling.
3303
3304 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3305
3306 * add-log.el (change-log-version-number-regexp-list): Added tag
3307 :version 20.6
3308 (change-log-version-info-enabled): Added tag :version 20.6
3309
3310 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3311
3312 * add-log.el: More general version number search with
3313 user-configurable regexp list.
3314 (change-log-version-number-regexp-list): New user variable.
3315 (change-log-find-version): Rewritten. Use user-configurable
3316 version numbering regexp list
3317 change-log-version-number-regexp-list.
3318 (change-log-find-version): Renamed to
3319 change-log-version-number-search
3320 (add-log-file-name-function): New.
3321 (change-log-search-vc-number): Added END paramaeter. Added doc
3322 string to function.
3323 (change-log-version-rcs): Renamed. Was
3324 change-log-search-vc-number.
3325
3326 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3327
3328 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3329 overlays if they interfere.
3330 (compilation-find-file): Make intangible overlays tangible.
3331
3332 * progmodes/hideshow.el: Generally, synch w/ maintainer
3333 version 5.9.
3334
3335 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3336
3337 (hs-minor-mode-hook): Don't initialize.
3338
3339 (hs-special-modes-alist): Rewrite value and docstring.
3340
3341 (hs-minor-mode-prefix): Delete unused var.
3342
3343 (hs-block-start-mdata-select): New var, buffer local.
3344
3345 (hs-headline): New var.
3346
3347 (hs-match-data, hs-forward-sexp): New funcs.
3348
3349 (hs-hide-comment-region): New func.
3350
3351 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3352 hs-safety-is-job-n, hs-hide-initial-comment-block,
3353 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3354 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3355 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3356 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3357 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3358
3359 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3360 (hs-isearch-show-temporary): New funcs.
3361
3362 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3363
3364 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3365
3366 When constructing menu, use `[(shift button2)]' notation.
3367
3368 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3369
3370 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3371 (jka-compr-compression-info-list): Add new elt to each vector.
3372 (jka-compr-write-region): Don't compress the data if it is
3373 already compressed.
3374
3375 * jka-compr.el (jka-compr-really-do-compress): New variable.
3376 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3377 if visiting.
3378 (jka-compr-write-region): Set jka-compr-really-do-compress
3379 if visiting. Test it when deciding to compress.
3380
3381 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3382
3383 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3384 with third argument t.
3385
3386 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3387
3388 * antlr-mode.el: Version 1.2 is released.
3389 (antlr): This package has a web page.
3390
3391 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3392
3393 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3394 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3395 (antlr-mode-map): New binding [C-c C-c].
3396 (antlr-mode-menu): New entries.
3397
3398 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3399
3400 * antlr-mode.el: Respect Emacs conventions.
3401 ((require 'cl)): Only use during compilation.
3402 (antlr-language-for-option): New function to avoid using `find'.
3403 (antlr-mode): Use it.
3404 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3405 (antlr-imenu-create-index-function): Change accordingly.
3406 (antlr-inside-rule-p): Ditto.
3407 (antlr-end-of-rule): Ditto.
3408 (antlr-end-of-body): Ditto.
3409 (antlr-beginning-of-rule): Ditto.
3410 (antlr-indent-line): Ditto.
3411
3412 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3413
3414 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3415 (antlr-set-tabs): Don't use hard-coded values.
3416
3417 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3418 won't be possible without a huge time penalty.
3419 (antlr-skip-exception-part): Be more specific.
3420 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3421 Renamed from `antlr-skip-grammar-header'.
3422 (antlr-next-rule): Change accordingly.
3423 (antlr-end-of-body): Ditto. Better error message.
3424 (antlr-beginning-of-body): Better error message.
3425 (antlr-imenu-create-index-function): Skip rule action prelude.
3426
3427 * antlr-mode.el: Minor syntax highlighting changes.
3428 (antlr-font-lock-default-face): Deletia.
3429 (antlr-font-lock-tokendef-face): Changed color.
3430 (antlr-font-lock-tokenref-face): Changed color.
3431 (antlr-font-lock-literal-face): Changed color.
3432 (antlr-font-lock-additional-keywords): Minor changes.
3433
3434 1999-12-20 Carsten Dominik <cd@gnu.org>
3435
3436 * progmodes/idlwave.el: New file.
3437
3438 * progmodes/idlwave-rinfo.el: New file.
3439
3440 * progmodes/idlwave-shell.el: New file.
3441
3442 * progmodes/idlwave-toolbar.el: New file.
3443
3444 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3445
3446 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3447
3448 * progmodes/cwarn.el: New file.
3449
3450 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3451
3452 * bindings.el (completion-ignored-extensions): Add .pdf.
3453
3454 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3455
3456 * version.el: Put the version info into binary on MS-DOS as well.
3457
3458 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3459
3460 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3461 debugger-may-continue is nil.
3462
3463 1999-12-18 Dave Love <fx@gnu.org>
3464
3465 * emacs-lisp/cl-macs.el: Remove conditional definition of
3466 eval-when-compile. Don't specify abs, expt, gethash,
3467 hash-table-count, hash-table-p as side-effect-free here.
3468 (cl-emacs-type): Don't declare.
3469 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3470 (cl-parse-loop-clause): Remove compatibility code.
3471
3472 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3473 (side-effect-free-fns): Add gethash, hash-table-count.
3474 (side-effect-and-error-free-fns): Add hash-table-p.
3475
3476 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3477 `cl-' to autoload names for some hash functions. Don't autoload
3478 eval-when-compile. Don't provide mini-cl.
3479 (cl-emacs-type): Remove.
3480 (cl-map-extents): Remove compatibility code.
3481
3482 * emacs-lisp/float.el: Bind free variables.
3483
3484 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3485
3486 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3487
3488 * bindings.el (completion-ignored-extensions): Add .tfm.
3489
3490 1999-12-16 Dave Love <fx@gnu.org>
3491
3492 * faces.el (set-face-attribute): Purecopy the attributes set.
3493
3494 * custom.el (custom-declare-variable): Purecopy value.
3495
3496 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3497 (byte-extrude-byte-code-vectors): Use remprop.
3498 (byte-compile-lambda): Check that arg is a lambda.
3499
3500 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3501
3502 * font-lock.el: System for adding and removing keywords.
3503 Both local (previously added keyword) and global keywords
3504 can be removed.
3505 (font-lock-remove-keywords): New user-level function.
3506 (font-lock-update-removed-keyword-alist): New internal function.
3507 (font-lock-removed-keywords-alist): New variable.
3508 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3509 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3510 growing datastructures.
3511 (font-lock-set-defaults): Removes keywords stored in
3512 `font-lock-removed-keywords-alist' after local keywords added.
3513
3514 1999-12-16 Anders Lindgren <andersl@andersl.com>
3515
3516 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3517 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3518
3519 * font-lock.el (c-keywords): Only highlight preprocessor
3520 directives when spelled correctly.
3521
3522 * font-lock.el (font-lock-match-c++-structor-declaration,
3523 c++-keywords): Fontify constructors and destructors with function
3524 face inside C++ class declarations.
3525
3526 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3527
3528 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3529 the shell from sh-shell-file.
3530
3531 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3532
3533 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3534
3535 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3536 if one of the files specified cannot be accessed by
3537 file-attributes. Do not strip any leading directories from the
3538 file names, to behave more like `ls' does.
3539
3540 * dired.el (dired-get-filename): Handle absolute file names.
3541 (dired-readin-insert): If argument is a cons, don't print
3542 "wildcard" on the ``total'' line.
3543
3544 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3545
3546 * faces.el (face-read-integer, read-face-attribute)
3547 (color-defined-p, color-values): Allow color values unspecified-fg
3548 and unspecified-bg, handle them as unspecified.
3549
3550 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3551
3552 * textmodes/reftex.el: (reftex-compile-variables): respect new
3553 structure of `reftex-index-macro'
3554 (reftex-compile-variables): Use the changed structure of
3555 `reftex-label-alist'.
3556
3557 * textmodes/reftex-vars.el (reftex-index-math-format,
3558 (reftex-toc-max-level): New option.
3559 reftex-index-phrases-search-whole-words,
3560 reftex-index-phrases-case-fold-search,
3561 reftex-index-phrases-skip-indexed-matches,
3562 reftex-index-phrases-wrap-long-lines,
3563 reftex-index-phrases-sort-prefers-entry,
3564 reftex-index-phrases-sort-in-blocks): New options.
3565 (reftex-index-macros): Option structure changed.
3566 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3567 (reftex-label-alist): Additional item in each entry to specify if
3568 the environment should be listed in the TOC.
3569 (eval-when-compile (require 'cl)) added.
3570
3571 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3572 longer deals with "repeat".
3573 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3574 now used.
3575 (reftex-index-phrases-comment-regexp,
3576 reftex-index-phrases-macrodef-regexp,
3577 reftex-index-phrases-phrase-regexp1,
3578 reftex-index-phrases-phrase-regexp2,
3579 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3580 New constants.
3581 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3582 reftex-index-phrases-font-lock-keywords,
3583 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3584 reftex-index-phrases-restrict-file): New variables.
3585 (reftex-index-phrase-selection-or-word,
3586 reftex-index-visit-phrases-buffer,
3587 reftex-index-initialize-phrases-buffer,
3588 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3589 reftex-index-next-phrase, reftex-index-this-phrase,
3590 reftex-index-all-phrases, reftex-index-region-phrases,
3591 reftex-index-phrases-parse-header,
3592 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3593 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3594 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3595 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3596 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3597 reftex-index-make-replace-string,
3598 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3599 reftex-index-phrase-match-is-indexed,
3600 reftex-index-phrases-fixup-line,
3601 reftex-index-phrases-replace-space,
3602 reftex-index-select-phrases-macro): New functions.
3603 (reftex-index-globalize, reftex-index-globally): functions removed
3604 (eval-when-compile (require 'cl)) added.
3605
3606 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3607 for max level.
3608 (reftex-toc-max-level-indicator): New variable.
3609 (reftex-toc-max-level): New command.
3610 (reftex-toc-map): New keybinding `t'.
3611 (reftex-toc-help): Constant updated.
3612 (eval-when-compile (require 'cl)) added.
3613
3614 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3615 `t' command key can change `reftex-toc-max-level'
3616 (eval-when-compile (require 'cl)) added.
3617
3618 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3619 `reftex-toc-max-level'
3620 (eval-when-compile (require 'cl)) added.
3621
3622 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3623 added.
3624
3625 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3626 added.
3627
3628 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3629 commands.
3630 (reftex-citation, reftex-do-citation,
3631 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3632 preselect a citation format.
3633 (eval-when-compile (require 'cl)) added.
3634
3635 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3636 parameter to-end
3637 (reftex-section-info): Deal with environment matches.
3638 (eval-when-compile (require 'cl)) added.
3639
3640 * reftex-global.el (eval-when-compile (require 'cl)) added.
3641
3642 1999-12-15 Kenichi Handa <handa@etl.go.jp>
3643
3644 The following changes are for the new composition mechanism. We
3645 have deleted `composition' charset and composite characters,
3646 instead introduced a special text property `composition'.
3647
3648 * composite.el: New file.
3649
3650 * ps-mule.el: Define encode-composition-rule and find-composition
3651 for Emacs 20.4 and the earlier versions.
3652 (ps-mule-init-external-library): Just require a feature for
3653 external libraries.
3654 (ps-mule-prologue): Postscript code modified for new composition.
3655 (ps-mule-find-wrappoint): New arg COMPOSITION.
3656 (ps-mule-plot-string): Delete code for composite characaters.
3657 (ps-mule-plot-composition): New funcion.
3658 (ps-mule-prepare-font-for-components): New function.
3659 (ps-mule-plot-components): New function.
3660 (ps-mule-composition-prologue-generated): Renamed from
3661 ps-mule-cmpchar-prologue-generated.
3662 (ps-mule-composition-prologue): New named from
3663 ps-mule-cmpchar-prologue. Modified for new composition.
3664 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3665 ps-mule-prepare-cmpchar-font): Deleted.
3666 (ps-mule-string-encoding): New arg NO-SETFONT.
3667 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3668 check Composing, not Cmpchar
3669 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3670 to nil.
3671 (ps-mule-begin-job): Check existence of new composition.
3672
3673 * ps-print.el (ps-plot-region): Handle new composition.
3674
3675 * simple.el (what-cursor-position): Show "(composed)" if the
3676 character is composed.
3677
3678 * international/characters.el: Fix cateogries of Lao symbols.
3679
3680 * international/fontset.el (vertical-centering-font-regexp): New
3681 variable.
3682
3683 * international/mule.el (mule-version): Updated to 5.0 (AOI).
3684 (mule-version-date): Updated to 1999.12.7.
3685 (with-category-table): New macro.
3686
3687 * international/mule-cmds.el (encode-coding-char): Don't check
3688 composite character.
3689
3690 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3691 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3692 x-ctext): Give `composition' property t.
3693
3694 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3695 non-nil) at the tail of ALIST.
3696 (compose-region, decompose-region, decompse-string,
3697 reference-point-alist, compose-chars): Moved to composite.el.
3698 (compose-chars-component, compose-chars-rule,
3699 decompose-composite-char): Deleted.
3700
3701 * international/quail.el (quail-install-map): New optional arg
3702 NAME.
3703 (quail-get-translation): If DEF is a symbol but not a function,
3704 ignore it.
3705 (quail-start-translation): Put a key sequence undefined in the
3706 translation keymap in unread-command-events, not generated-events.
3707 Return parameterized event (compose-last-chars N) if the input
3708 characters should be composed.
3709 (quail-map-definition): If DEF is t, treat it as nil.
3710 (quail-delete-last-char): Delete the quail region.
3711 (quail-show-translations): Don't show list of translations if the
3712 quail package is deterministic.
3713 (quail-completion-max-depth): New variable.
3714 (quail-completion-1): Pay attention to the above variable. Fix
3715 for the case that a translation is a function.
3716 (quail-map-from-table, quail-map-from-table-1,
3717 quail-map-from-table-2): New functions.
3718 (quail-lookup-map-and-concat): New function
3719
3720 * language/devan-util.el: Mostly rewritten.
3721
3722 * language/lao.el: Register lao-composition-function in
3723 composition-function-table.
3724
3725 * language/lao-util.el: Mostly rewritten.
3726
3727 * language/thai.el: Register thai-composition-function in
3728 composition-function-table.
3729 (thai-tis620): Delete `pre-write-conversion' property.
3730
3731 * language/thai-util.el: (thai-category-table): Make it by
3732 make-category-table.
3733 (thai-composition-pattern): New variable.
3734 (thai-compose-region, thai-compose-string): Use
3735 with-category-table.
3736 (thai-post-read-conversion): Just call thai-compose-region.
3737 (thai-pre-write-conversion): Deleted.
3738 (thai-composition-function): New funciton.
3739
3740 * language/tibet-util.el: Most functions rewritten.
3741 (tibetan-char-p): Renamed from tibetan-char-examin.
3742 (tibetan-composable-examin) (tibetan-complete-char-examin)
3743 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3744 (tibetan-add-components): New function.
3745 (tibetan-composition-function): New function.
3746
3747 * language/tibetan.el: Register tibetan-composition-function in
3748 composition-function-table.
3749 (tibetan-composable-pattern): New variable.
3750 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3751 (tibetan-precomposition-rule-alist): Move punctuations to
3752 tibetan-punctuation-transcription-alist and
3753 tibetan-obsolete-glyphs.
3754 (tibetan-punctuation-transcription-alist): New variable.
3755 (tibetan-obsolete-glyphs): New variable.
3756 (tibetan-regexp): Improve the initialization code.
3757
3758 * textmodes/fill.el (fill-find-break-point): Delete codes for
3759 composite characters.
3760 (fill-region-as-paragraph): Likewise.
3761
3762 1999-12-14 Gerd Moellmann <gerd@gnu.org>
3763
3764 * international/mule-cmds.el (default-input-method): Specify
3765 that it should be set after current-language-environment.
3766
3767 * custom.el (custom-handle-keyword): Add :set-after.
3768 (custom-add-dependencies): New function.
3769 (custom-set-variables): Take dependencies between args into
3770 account.
3771
3772 * battery.el (battery): Doc fix.
3773
3774 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3775
3776 * progmodes/cc-make.el: Removed.
3777
3778 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3779
3780 * Release of cc-mode 5.26
3781
3782 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3783
3784 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3785 target depth. Optionally count #else lines as clause limits,
3786 as suggested by don provan <provan@lucent.com>. #elif
3787 handling fixed.
3788
3789 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3790 (c-down-conditional-with-else): New commands that uses the
3791 added functionality in `c-forward-conditional'.
3792
3793 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3794
3795 * cc-align.el (c-lineup-comment): Preserve the alignment with
3796 a comment on the previous line instead of preserving the
3797 comment-column.
3798
3799 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3800
3801 * Fixes to IDL mode after input from Eric Eide
3802 <eeide@cs.utah.edu>:
3803 * cc-engine.el (c-beginning-of-statement-1): Allow
3804 `c-conditional-key' to be nil, for the benefit of IDL mode.
3805 * cc-engine.el (c-guess-basic-syntax): Ditto.
3806 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
3807 but do match CORBA 2.3 `valuetype'.
3808 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
3809 for IDL.
3810 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
3811 be nil for IDL.
3812 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
3813 Like C++.
3814 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
3815 set `c-method-key' and `c-baseclass-key' to nil.
3816
3817 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3818
3819 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
3820 with nonhanging open braces.
3821
3822 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3823
3824 * cc-align.el: Added docstrings to all lineup functions.
3825
3826 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
3827 keyword.
3828
3829 * cc-align.el (c-lineup-C-comments): Handle free form text
3830 comments. Use c-comment-prefix-regexp and comment-start-skip
3831 instead of hardcoded regexps.
3832
3833 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3834
3835 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
3836 behavior and return value as documented.
3837
3838 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3839
3840 * Changes for new style variable init system:
3841 * cc-langs.el (c-common-init): Dito.
3842 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
3843 now customizable.
3844 * cc-vars.el: Style variables may now take a value
3845 'set-from-style to make them take their value from the style
3846 system. This value is now the default on all these variables.
3847 * cc-vars.el (c-valid-offset): New function to verify a
3848 syntactic symbol offset setting.
3849 * cc-vars.el (c-offsets-alist): Variable moved from
3850 cc-styles.el since it's now customizable in a similar way to
3851 the other style variables.
3852 * cc-vars.el (c-old-style-variable-behavior): New variable to
3853 revert to the old style init behavior.
3854
3855 * cc-vars.el (c-file-style, c-file-offsets): Made always
3856 buffer local.
3857
3858 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
3859 the throws clause that might follow the function prototype in
3860 C++.
3861
3862 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3863
3864 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
3865 could move forward for macros that doesn't start in column 0.
3866
3867 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3868
3869 * cc-align.el (c-indent-multi-line-block,
3870 c-lineup-whitesmith-in-block): Two new lineup functions for
3871 use in whitesmith style.
3872
3873 * cc-styles.el (c-style-alist): More fixes to whitesmith
3874 style. It should now handle all different braces uniformly in
3875 both hanging and non-hanging cases.
3876
3877 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3878
3879 * cc-cmds.el (c-indent-exp): Use a marker to save point to
3880 make it stay in the same position relative to the surrounding
3881 text.
3882
3883 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
3884 when adaptive-fill-mode doesn't manage to get it correct.
3885
3886 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
3887 with dotted notation, e.g. foo.bar.Gnu.
3888
3889 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
3890 within unwind-protect (previously only some were wrapped so it
3891 would be possible to register mode initialization when full
3892 initialization did not finish).
3893
3894 * cc-styles.el (c-style-alist): Corrected the brace placement
3895 in the whitesmith style. Thanks to Sean Luke
3896 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
3897 styles with consistent brace placement for all constructs.
3898
3899 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3900
3901 * cc-cmds.el (c-context-line-break): Continue C++ comments too
3902 when point is in the middle of them.
3903
3904 * cc-cmds.el: Line breaking and paragraph filling code
3905 rewritten:
3906 (c-guess-fill-prefix): New function that uses various
3907 heuristics to guess the comment prefix.
3908 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
3909 It now assumes adaptive filling is active to preserve the line
3910 prefix inside comments.
3911 (c-indent-new-comment-line): Replacement for the now
3912 obsolete `c-comment-line-break-function' that uses
3913 `c-guess-fill-prefix' when appropriate. It now observes the
3914 setting of `comment-multi-line', which has effect in C-style
3915 block comments.
3916
3917 * cc-cmds.el (c-context-line-break): New function intended to
3918 be put on RET. It's essentially `newline-and-indent', but
3919 continues C block comments with the appropriate line prefix.
3920
3921 * cc-cmds.el (c-do-auto-fill): New function put on
3922 `normal-auto-fill-function' to implement the
3923 `c-ignore-auto-fill' variable.
3924
3925 * cc-cmds.el (c-beginning-of-statement): Use
3926 `c-comment-prefix-regexp' to avoid ending up inside the
3927 comment prefix. Better handling of comment starters and
3928 enders. Catch comments better when traversing code. Stop at
3929 preprocessor directives.
3930
3931 * cc-defs.el (c-forward-comment): New subst to hide platform
3932 dependent quirks in `forward-comment'.
3933
3934 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
3935 argument.
3936 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
3937 arguments. Activate this function by default when
3938 `parse-partial-sexp' supports it (currently Emacs 20.x).
3939
3940 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
3941 on the comment opener to make constants usable as lineup
3942 arguments.
3943
3944 * cc-align.el (c-lineup-C-comments): Fixes to handle the
3945 changed anchor position in the `c' syntactic symbol. Handle
3946 more than stars in the comment prefix; use the new variable
3947 `c-comment-prefix-regexp'. Don't indent text not preceded by
3948 a comment prefix to the right of the comment opener if it's
3949 long.
3950
3951 * cc-langs.el: Fixes to mode initialization for new line
3952 breaking and paragraph filling method. Adaptive fill mode is
3953 now activated at startup instead of deactivated. The
3954 variables used for adaptive filling and paragraph movement are
3955 also changed to incorporate the value of
3956 `c-comment-prefix-regexp'. `substitute-key-definition' is
3957 used to override some functions in the global map instead of
3958 overriding their default bindings.
3959
3960 * cc-mode.el (java-mode): Modify `paragraph-start' for the
3961 javadoc markup at mode init.
3962
3963 * cc-mode.el (c-setup-filladapt): A new convenience function
3964 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
3965 function is intended to be used explicitly by the end user
3966 only.
3967
3968 * cc-vars.el (c-comment-prefix-regexp): New variable used to
3969 recognize the comment fill prefix inside comments.
3970 (c-block-comment-prefix): New name for
3971 `c-comment-contiuation-stars', which is now obsolete. It's
3972 generalized to handle any character sequence.
3973 (c-ignore-auto-fill): New variable used to selectively disable
3974 Auto Fill mode in specific contexts.
3975
3976 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3977
3978 * cc-cmds.el (c-comment-indent): Leave at least one space
3979 between the comment and the last nonblank character in the
3980 case where we look at the indentation of the comment on the
3981 previous line (case 4).
3982
3983 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
3984 list of characters that may start a statement (it's a sort of
3985 prefix operator in Pike, and isn't used at all in any of the
3986 other languages).
3987
3988 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3989
3990 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
3991 inside continued statements as statement-cont instead of
3992 brace-list-open. The reason is that one normally adjusts
3993 brace-list-open for brace lists as top-level constructs, and
3994 brace lists inside statements is a completely different
3995 context. Case 10B.2 changed. Also changed (the somewhat
3996 esoteric) case 9A to cope with this.
3997
3998 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3999
4000 * cc-cmds.el (c-electric-brace): Added electric handling of
4001 the open brace for brace-elseif-brace.
4002
4003 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4004
4005 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4006 syntax tables temporarily.
4007
4008 * cc-engine.el (c-guess-basic-syntax): Handle template and
4009 member init argument lists split over several lines. Case 5D
4010 changed.
4011
4012 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4013 @throws introduced in Javadoc 1.2.
4014
4015 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4016 patch from RMS to avoid infinite backtracking.
4017
4018 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4019
4020 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4021 by [ ].
4022
4023 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4024
4025 * cc-align.el (c-lineup-dont-change): Compensate properly for
4026 the column in langelem.
4027
4028 * cc-engine.el (c-syntactic-information-on-region): New
4029 function to help debugging the syntactic analysis.
4030
4031 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4032
4033 * cc-align.el (c-lineup-template-args): Handle nested template
4034 arglists.
4035
4036 * cc-langs.el (c++-template-syntax-table): New syntax table
4037 that makes `<' and `>' parenthesis characters, which is useful
4038 to switch to temporarily when analyzing template arglists.
4039
4040 * cc-styles.el: Changed default alignment of labels in the
4041 java style to conform to the examples in the Java Language
4042 Specification.
4043
4044 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4045 by default.
4046
4047 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4048
4049 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4050 immediately before the closing paren in an arglist, so don't
4051 check that in Pike mode. Case 7A changed.
4052
4053 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4054
4055 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4056 lines were ignored under certain conditions.
4057
4058 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4059
4060 * cc-align.el (c-lineup-template-args): New function for
4061 aligning continued template argument lists.
4062
4063 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4064 lists containing function arglists split over several lines.
4065 Case 5D.1 changed.
4066
4067 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4068 template-args-cont didn't get recognized when the first
4069 arglist opener line doesn't contain a template argument. New
4070 case 5K.
4071
4072 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4073
4074 * cc-defs.el (c-point): Changed from subst to macro for
4075 efficiency.
4076 (c-beginning-of-defun-1, c-end-of-defun-1): New
4077 beginning-of-defun/end-of-defun wrappers separated from
4078 c-point.
4079
4080 * cc-menus.el (imenu-generic-expression,
4081 imenu-case-fold-search, imenu-progress-message): Dummy
4082 definitions to avoid compiler warnings if imenu can't be
4083 loaded.
4084 * cc-menus.el (cc-imenu-init): New function called at mode
4085 init.
4086 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4087 imenu initializations to cc-imenu-init.
4088
4089 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4090
4091 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4092 for lambda-intro-cont in Pike mode. Case 6 changed.
4093
4094 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4095 anything following "new Foo()" was considered an anonymous
4096 class body in Java mode.
4097
4098 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4099
4100 * cc-cmds.el (c-comment-line-break-function): When breaking in
4101 a string, don't insert a new line.
4102
4103 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4104
4105 * cc-engine.el (c-at-toplevel-p): New interface function which
4106 returns information useful to add-on authors. It tells you
4107 whether you're at a toplevel statement or not.
4108
4109 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4110
4111 * cc-cmds.el (c-comment-line-break-function): It is possible
4112 that forward-line does not land us at the bol, say if we're on
4113 the last line in a file. In that case, do a
4114 back-to-indentation instead of a forward-comment -1.
4115
4116 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4117
4118 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4119 "default:" as normal label in case 4.
4120
4121 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4122
4123 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4124 recognize continued bitfield declarations. Case 5D.1 changed.
4125 * cc-langs.el: New variable c-bitfield-key.
4126 * cc-mode.el: New variable c-bitfield-key.
4127
4128 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4129
4130 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4131 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4132 ..}").
4133
4134 1999-12-12 Dave Love <fx@gnu.org>
4135
4136 * mail/footnote.el: Require cl when compiling. Don't autoload
4137 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4138 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4139 Avoid `acons'.
4140 (footnote-mode-line-string, Footnote-add-footnote): Remove
4141 autoload cookie.
4142
4143 1999-12-12 Richard Sharman <rsharman@pobox.com>
4144
4145 * sh-script.el: Fix for when font-lock mode is active.
4146 (sh-font-lock-unfontify-region-function): New function.
4147
4148 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4149
4150 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4151 if start-process is not bound, since Ispell now supports such
4152 platforms as well.
4153
4154 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4155
4156 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4157 rmail-summary-goto-msg.
4158
4159 * files.el (after-find-file): Fix previous change.
4160
4161 1999-12-11 Dave Love <fx@gnu.org>
4162
4163 * help.el (where-is): Use `commandp' as predicate for
4164 `completing-read'
4165
4166 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4167
4168 * cus-edit.el (custom-save-delete): Delete all occurrences,
4169 leave point where the first occurrence was.
4170 (custom-save-faces): Insert a newline at the end of the comment.
4171 Avoid a double newline there.
4172 If final closeparen is at bol, put a space before it.
4173 (custom-save-variables): Likewise.
4174 (custom-file): Doc fix.
4175
4176 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4177
4178 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4179 regexp matching image and audio files.
4180
4181 1999-12-09 Dave Love <fx@gnu.org>
4182
4183 * mail/footnote.el: New file.
4184
4185 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4186
4187 * files.el (after-find-file): Use auto-save-visited-file-name if
4188 set.
4189
4190 * mail/feedmail.el (feedmail-find-eoh): Take
4191 feedmail-queue-alternative-mail-header-separator into account.
4192
4193 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4194
4195 * smerge-mode.el: New file.
4196
4197 * font-lock.el (font-lock-multiline): New variable.
4198 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4199 (font-lock-remove-keywords): Added a dummy `mode' argument for
4200 potential future support.
4201 (font-lock-fontify-anchored-keywords,
4202 (font-lock-fontify-keywords-region): Only handle multiline strings
4203 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4204
4205 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4206
4207 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4208
4209 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4210
4211 1999-12-07 Dave Love <fx@gnu.org>
4212
4213 * help.el (view-emacs-problems): New command, bound to C-h P.
4214
4215 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4216
4217 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4218
4219 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4220 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4221 New code to support the minor mode version.
4222 (diff-recenter): New function.
4223 (diff-next-hunk, diff-next-file): Use it.
4224 (diff-remembered-files-alist): New var.
4225 (diff-merge-strings): New function.
4226 (diff-find-file-name): Make it smarter and use the user's input more.
4227 (diff-mode): Cosmetic changes.
4228
4229 * files.el (save-some-buffers): Turn EXITING into the more general
4230 PRED argument to allow specifying a subset of buffers.
4231
4232 * simple.el (kill-region): Use the new `delete-and-extract-region'
4233 rather than the undo log (which is incorrect with *-change-functions).
4234
4235 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4236 off-by-one problem that could force re-fontifying the whole buffer.
4237 (font-lock-remove-keywords): New function.
4238 (font-lock-add-keywords): Use the new function to ensure idempotence.
4239
4240 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4241
4242 * viper-cmd.el (viper-minibuffer-standard-hook,
4243 viper-minibuffer-real-start): Mew functions.
4244 (viper-read-string-with-history,viper-file-add-suffix,
4245 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4246 change in the status of the minibuffer prompt.
4247
4248 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4249
4250 * comint.el (comint-redirect-results-list)
4251 (comint-redirect-results-list-from-process): Remove interactive
4252 spec.
4253
4254 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4255
4256 * info.el (info-node, info-menu-5, info-xref): Define colors for
4257 Info faces if the display supports them.
4258
4259 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4260
4261 Changes for automatic remapping of X colors on terminal frames:
4262
4263 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4264 term-setup-hook. Call msdos-remember-default-colors and
4265 msdos-handle-reverse-video.
4266 (msdos-face-setup): Parts of code moved to
4267 msdos-setup-initial-frame.
4268 (msdos-handle-reverse-video): New function, modeled after
4269 x-handle-reverse-video.
4270 (make-msdos-frame): Don't use initial-frame-alist and
4271 default-frame-alist. Call msdos-handle-reverse-video.
4272 (msdos-color-aliases): Remove.
4273 (msdos-color-translate, msdos-approximate-color): Remove.
4274 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4275 for better approximation of X colors.
4276 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4277 up tty-color-alist (it is now on startup.el).
4278 (x-display-color-p, x-color-defined-p, x-color-values,
4279 x-defined-colors, face-color-supported-p, face-color-gray-p):
4280 Remove.
4281
4282 * facemenu.el (facemenu-read-color, list-colors-display): Use
4283 defined-colors for all frame types.
4284 (facemenu-color-equal): Use color-values for all frame types.
4285
4286 * faces.el (read-face-attribute): For :foreground and :background
4287 attributes and frames on character terminals, translate the color
4288 to the closest supported one before looking it up in the list of
4289 valid values.
4290 (face-valid-attribute-values): Call defined-colors for all types
4291 of frames.
4292 (defined-colors, color-defined-p, color-values, display-color-p):
4293 New finctions.
4294 (x-defined-colors, x-color-defined-p, x-color-values,
4295 x-display-color-p): Aliases for the above.
4296
4297 * startup.el (command-line): Register terminal colors for frame
4298 types other than x and w32, but only if the terminal supports
4299 colors. Call tty-color-define instead of face-register-tty-color.
4300
4301 * term/x-win.el (xw-defined-colors): Renamed from
4302 x-defined-colors.
4303 * term/w32-win.el (xw-defined-colors): Likewise.
4304
4305 * term/tty-colors.el: New file.
4306 * loadup.el: Load term/tty-colors.
4307
4308 1999-12-06 Dave Love <fx@gnu.org>
4309
4310 * ffap.el: Autoload the ffap alias directly.
4311
4312 1999-12-06 Inge Frick <inge@nada.kth.se>
4313
4314 * dired-aux.el (dired-do-shell-command): Changed documentation.
4315 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4316 meaning as `*'.
4317
4318 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4319
4320 * simple.el (insert-buffer): Doc fix.
4321
4322 * apropos.el (apropos-mode): Add autoload cookie.
4323
4324 1999-12-06 Sam Steingold <sds@goems.com>
4325
4326 * progmodes/etags.el (etags-tags-completion-table): Modified the
4327 regexp to allow for the CL symbols starting with `+*'.
4328 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4329 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4330 `function' quoting lambda.
4331 (tags-with-face): New macro.
4332 (list-tags, tags-apropos): Use it.
4333 (tags-apropos-additional-actions): New user option.
4334 (etags-tags-apropos-additional): Use it.
4335 (tags-apropos): Call etags-tags-apropos-additional.
4336 (tags-apropos-verbose): New user option.
4337 (etags-tags-apropos): Use it.
4338 (visit-tags-table-buffer, next-file): Use `unless'.
4339 (recognize-empty-tags-table): Renamed to
4340 tags-recognize-empty-tags-table.
4341 (complete-tag): Call tags-complete-tag bypassing try-completion.
4342
4343 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4344
4345 * international/mule.el (set-buffer-file-coding-system): Docstring
4346 modified.
4347
4348 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4349
4350 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4351 using the hideshow package.
4352 (hs-special-modes-alist): Added entry for bibtex to allow the use
4353 of the hideshow package.
4354 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4355 not longer provided by bibtex.el directly. Instead the hideshow
4356 package should be used.
4357 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4358 references to bibtex-hide-entry-bodies.
4359
4360 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4361
4362 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4363 maintainer information closer to the beginning of the bibtex.el
4364 file.
4365 (bibtex-maintainer-salutation): New constant.
4366 (bibtex-version): New constant.
4367 (bibtex-submit-bug-report): Use bibtex-version and
4368 bibtex-maintainer-salutation.
4369 (bibtex-entry-field-alist): Made booktitle field optional for
4370 @inproceedings entries when crossreferenced.
4371 (bibtex-entry-field-alist): Added booktitle field to proceedings
4372 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4373 for the suggestion.
4374 (bibtex-string-file-path): Fixed typo.
4375
4376 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4377
4378 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4379 for reftex.el.
4380 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4381 to menu.
4382
4383 1999-12-04 Dave Love <fx@gnu.org>
4384
4385 * delsel.el: Revert previous change -- region is significant to
4386 skeleton.
4387
4388 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4389
4390 * viper-cmd.el (viper-change-state): Use
4391 viper-ESC-moves-cursor-back to decide whether to move the cursor
4392 back.
4393
4394 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4395
4396 * international/mule-util.el (truncate-string-to-width): Docsting
4397 fixed.
4398
4399 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4400
4401 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4402 use of `cond'.
4403 (lm-with-file): Move all the find-file...kill-buffer stuff into
4404 this macro. Make it use `find-file-noselect' and make it kill
4405 the buffer only if it wasn't already displayed somewhere.
4406 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4407 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4408 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4409 (lm-commentary): Fix to handle the case when the change log is
4410 at the end of the file.
4411
4412 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4413
4414 * international/mule.el (charsetp): Fix typo in docstring.
4415
4416 * international/mule-diag.el (list-coding-categories): Fix typo;
4417 automatic -> autoload.
4418
4419 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4420
4421 * vc.el (vc-update-change-log): Look for rcs2log under
4422 exec-directory.
4423
4424 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4425 outline-regexp, add outline-level.
4426 (lisp-outline-level): New.
4427
4428 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4429 remove extraneous string-match.
4430
4431 * finder.el (finder-commentary): Activate Finder mode.
4432
4433 1999-12-01 Anders Lindgren <andersl@andersl.com>
4434
4435 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4436 off when reverting buffers that contained mode specifiers.
4437 `revert-buffer' is now called with non-nil PRESERVE-MODES
4438 argument.
4439
4440 1999-12-01 Dave Love <fx@gnu.org>
4441
4442 * delsel.el: Grok skeleton-pair-insert-maybe.
4443
4444 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4445
4446 * progmodes/cperl-mode.el (cperl-under-as-char):
4447 Use nil as default.
4448
4449 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4450
4451 * speedbar.el (toplevel): Remove compatibility code for Emacs
4452 versions without custom.el.
4453
4454 1999-11-30 Dave Love <fx@gnu.org>
4455
4456 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4457
4458 * autoinsert.el: Minor doc fixes.
4459 (auto-insert): Return nil.
4460
4461 * faces.el (set-face-documentation): Purecopy STRING.
4462
4463 1999-11-29 Dave Love <fx@gnu.org>
4464
4465 * derived.el: Doc fixes, remove old backquote syntax.
4466
4467 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4468 comment warning about editing.
4469
4470 * help.el (help-mode-hook): Define.
4471
4472 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4473
4474 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4475 invalid translation of old-style backquote syntax to new syntax.
4476
4477 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4478
4479 * Makefile (DONTCOMPILE): Add term/internal.el.
4480
4481 1999-11-26 Dave Love <fx@gnu.org>
4482
4483 * comint.el: Fix last change.
4484
4485 * emacs-lisp/advice.el: Fix last change.
4486
4487 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4488
4489 * cus-edit.el (Custom-reset-standard): Doc fix.
4490 (custom-variable-reset-standard): Doc fix.
4491 (custom-face-reset-standard): Doc fix.
4492 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4493 (custom-variable-menu): Likewise.
4494 (custom-reset-menu): Likewise.
4495 (custom-buffer-create-internal): Likewise.
4496
4497 1999-11-26 Dave Love <fx@gnu.org>
4498
4499 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4500
4501 * font-lock.el: Doc fixes.
4502
4503 * menu-bar.el (menu-bar-mode): Customize.
4504
4505 * cus-start.el: Add use-dialog-box.
4506
4507 * add-log.el (change-log-mode-hook): Customize.
4508 (add-log-current-defun): Use
4509 fortran-{beginning,end}-of-subprogram.
4510
4511 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4512
4513 * emacs-lisp/advice.el: Many doc fixes.
4514
4515 * comint.el (comint-preoutput-filter-functions): Doc fix.
4516
4517 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4518
4519 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4520 Improve messages for capitalization of arg names,
4521 for flag variables, for t and nil, for imperatives.
4522 Call them imperatives rather than infinitives sans "to".
4523 (checkdoc-common-verbs-wrong-voice): Add "moves".
4524 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4525
4526 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4527 Don't convert comments from 3-semicolon to 2-semicolon.
4528 That is a matter of style.
4529 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4530 (checkdoc-comments): Don't bind that variable.
4531
4532 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4533
4534 * files.el (write-file-hooks): Doc fix.
4535
4536 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4537
4538 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4539
4540 1999-11-25 Dave Love <fx@gnu.org>
4541
4542 * hippie-exp.el: Require comint when compiling.
4543 (hippie-expand): Add :links.
4544 (hippie-expand-try-functions-list): Customize.
4545
4546 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4547
4548 * viper*el: Replaced old-style backquotes.
4549
4550 * ediff*el: Replaced old-style backquotes.
4551
4552 * ediff-merge
4553 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4554 Changed to support the new format for ediff-combination-pattern.
4555
4556 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4557 Changed to support the new format for ediff-combination-pattern.
4558
4559 1999-11-24 Dave Love <fx@gnu.org>
4560
4561 * custom.el (custom-declare-group): Purecopy DOC.
4562 (custom-handle-keyword): Purecopy VALUE.
4563 (custom-add-link): Purecopy WIDGET.
4564 (custom-add-version): Purecopy VERSION.
4565 (custom-add-load): Purecopy LOAD.
4566
4567 * cus-face.el (custom-declare-face): Purecopy DOC.
4568
4569 * info.el:
4570 (Info-build-node-completions, Info-search, Info-follow-reference)
4571 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4572 (Info-find-emacs-command-nodes): Avoid properties on matched text
4573 which may appear in minibuffer.
4574
4575 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4576
4577 * locate.el (locate-with-filter): Doc fix.
4578
4579 1999-11-24 Alex Schroeder <alex@gnu.org>
4580
4581 * sql.el (sql-find-sqli-buffer): New function.
4582 (sql-set-sqli-buffer-generally): New function.
4583 (sql-set-sqli-buffer): Better checking of new-buffer.
4584 (sql-copy-column): Add comma after INTO clause, too.
4585
4586 1999-11-24 Alex Schroeder <alex@gnu.org>
4587
4588 * sql.el (sql-imenu-generic-expression): New, used to set
4589 imenu-generic-expression.
4590
4591 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4592 setting font-lock-defaults' SYNTAX-ALIST. Set
4593 imenu-generic-expression, imenu-case-fold-search, and
4594 imenu-syntax-alist.
4595
4596 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4597 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4598
4599 1999-11-23 Andrew Innes <andrewi@gnu.org>
4600
4601 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4602 drop coords aren't over a specific window.
4603
4604 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4605
4606 * ps-print.el: Define mule funs without checking if mule package is
4607 loaded.
4608 (ps-print-version): New version number (5.0.1).
4609 (ps-header-dirpart): Now uses abbreviate-file-name.
4610
4611 1999-11-23 Dave Love <fx@gnu.org>
4612
4613 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4614 comment-line-start.
4615 (fortran-comment-line-start-skip): Renamed from
4616 comment-line-start-skip.
4617 (fortran-mode-map): Use renamed functions. Add manual and custom
4618 entries to menu.
4619 (fortran-mode-hook): Customize.
4620 (fortran-comment-indent-function): Renamed from
4621 fortran-comment-hook.
4622 (delete-horizontal-regexp): Function deleted.
4623 (fortran-electric-line-number): Simplified.
4624 (fortran-beginning-of-subprogram): Renamed from
4625 beginning-of-fortran-subprogram.
4626 (fortran-end-of-subprogram): Renamed from
4627 end-of-fortran-subprogram.
4628 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4629 (fortran-previous-statement, fortran-next-statement): Simplified.
4630 (fortran-blink-match): New function.
4631 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4632 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4633 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4634 line-end-position.
4635 (fortran-fill): No longer interactive. Simplified.
4636 (fortran-break-line): Simplified.
4637 (fortran-analyze-file-format): Use char-after, not looking-at.
4638
4639 * emacs-lisp/find-func.el (find-function-regexp): Use
4640 `define-minor-mode' after easy-menu change.
4641
4642 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4643
4644 * comint.el: Add redirection.from active comint buffers into
4645 another buffer. Written by Peter Breton.
4646
4647 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4648
4649 * emacs-lisp/autoload.el (make-autoload): Recognize the new
4650 `define-minor-mode'.
4651 (define-minor-mode): Specify `doc-string-elt'.
4652
4653 * emacs-lisp/easy-mmode.el: Changed maintainer.
4654 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4655 Use defcustom for the hooks; Improve the auto-generated docstrings.
4656 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4657 (define-minor-mode): Add BODY arg; Only declare the keymap if
4658 provided; Improve the auto-generated docstrings.
4659
4660 1999-11-22 Gerd Moellmann <gerd@gnu.org>
4661
4662 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4663 that the leading `^' is at the start. This is necessary because
4664 paragraphs.el tries to remove anchors, but can find them only if
4665 they are the first character.
4666
4667 * progmodes/antlr-mode.el: New file.
4668
4669 * calendar/calendar.el: Fix autoload for
4670 calendar-absolute-from-astro. Add autoload for
4671 calendar-print-astro-day-number.
4672
4673 1999-11-21 Anders Lindgren <andersl@andersl.com>
4674
4675 * follow.el: Use modern backquote syntax. Minor comment update.
4676
4677 1999-11-21 Gerd Moellmann <gerd@gnu.org>
4678
4679 * simple.el (with-syntax-table): Don't switch buffers.
4680
4681 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4682 progmodes/hideif.el: Use new backquote syntax.
4683
4684 1999-11-21 Ken Manheimer <klm@python.org>
4685
4686 * icomplete.el (icomplete-completions): Use an explicit variable
4687 `icomplete-prospects-length', obviating the need to use an
4688 apparently faulty throw/catch arrangement.
4689
4690 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
4691
4692 * term/internal.el (IT-display-table-setup): Don't overstep
4693 character code 255.
4694
4695 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
4696
4697 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4698 for the charset chinese-sisheng is 7bit encoding, not 8bit.
4699
4700 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
4701
4702 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4703 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4704
4705 * files.el (auto-mode-alist): Add patterns for diff-mode.
4706
4707 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4708 to detect an empty prompt.
4709
4710 1999-11-18 Dave Love <fx@gnu.org>
4711
4712 * simple.el (input-mode-8-bit): Fix the customization.
4713
4714 1999-11-18 Gerd Moellmann <gerd@gnu.org>
4715
4716 * international/iso-acc.el (iso-languages): Add more
4717 characters for Portuguese.
4718
4719 * speedbar.el: Clean up comment at the start of the file.
4720 Remove RCS id.
4721
4722 * progmodes/compile.el (compilation-parse-errors): Use
4723 compilation-buffer-p instead of testing major-mode.
4724
4725 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
4726
4727 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4728 (quickurl-ask): completion-ignore-case is set to the value of
4729 quickurl-completion-ignore-case for the duration of the call to
4730 completing-read.
4731
4732 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4733
4734 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4735
4736 1999-11-18 Kenichi Handa <handa@etl.go.jp>
4737
4738 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
4739 instead of ps-print-def.
4740
4741 * ps-print.el: Require ps-vars instead of ps-print-def.
4742
4743 * ps-mule.el: Require ps-vars instead of ps-print-def.
4744
4745 1999-11-17 Gerd Moellmann <gerd@gnu.org>
4746
4747 * simple.el (with-syntax-table): Save buffer explicitly instead of
4748 using save-excursion.
4749
4750 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4751
4752 * mail/supercite.el: New maintainer.
4753
4754 1999-11-16 Reto Zimmermann <reto@synopsys.com>
4755
4756 * progmodes/vhdl-mode.el: Use new backquote syntax.
4757
4758 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4759
4760 * simple.el (with-syntax-table): New.
4761
4762 1999-11-15 Sam Steingold <sds@ksp.com>
4763
4764 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4765
4766 1999-02-22 Sam Steingold <sds@goems.com>
4767
4768 * goto-addr.el (goto-address-at-mouse,
4769 goto-address-find-address-at-point): Use compose-mail.
4770 (goto-address-mail-method): Removed variable.
4771 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4772 goto-address-send-using-mail): Removed functions.
4773
4774 1998-11-03 Sam Steingold <sds@goems.com>
4775
4776 * simple.el (backward-delete-char-untabify):
4777 backward-delete-char-untabify-method can be `all' now - to delete
4778 hungrily including newlines.
4779
4780 1999-11-15 Sam Steingold <sds@ksp.com>
4781
4782 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
4783
4784 1999-11-15 Dave Love <fx@gnu.org>
4785
4786 * cus-edit.el (customize-face, customize-face-other-window):
4787 Require match from completing-read.
4788 (custom-buffer-done-function): Default to custom-bury-buffer, not
4789 bury-buffer.
4790
4791 1999-11-15 Gerd Moellmann <gerd@gnu.org>
4792
4793 * mail/rmail.el, iswitchb.el, hippie-exp.el,
4794 progmodes/cperl-mode.el: Use new backquote syntax.
4795
4796 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
4797
4798 * uniquify.el: Use new backquote syntax.
4799
4800 1999-11-14 Markus Rost <rost@ias.edu>
4801
4802 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4803 as in ispell-local-dictionary-alist.
4804
4805 1999-11-14 Alex Schroeder <alex@gnu.org>
4806
4807 * ansi-color.el (ansi-color-apply): Updated regexps to include
4808 highlighted face.
4809
4810 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
4811
4812 * forms.el (forms--make-format-elt-using-text-properties):
4813 Treat `intangible' differently.
4814
4815 * forms.el: Use new backquote syntax.
4816
4817 1999-11-13 Gerd Moellmann <gerd@gnu.org>
4818
4819 * textmodes/scribe.el (scribe-mode): Doc-fix.
4820
4821 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
4822
4823 * net-utils.el (run-network-program, net-utils-run-program): Use
4824 the new backquote syntax.
4825 (smbclient-program, smbclient-program-options)
4826 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
4827 variables
4828 (smbclient, smbclient-list-shares): New functions
4829
4830 1999-11-12 Sam Steingold <sds@ksp.com>
4831
4832 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
4833 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
4834 (viper-kbd-buf-definition, viper-kbd-mode-alist)
4835 (viper-kbd-mode-pair, viper-kbd-mode-definition)
4836 (viper-kbd-global-pair, viper-kbd-global-definition):
4837 Use the new backquote syntax.
4838
4839 * emulation/viper-cmd.el (viper-test-com-defun)
4840 (viper-prefix-arg-value, viper-prefix-arg-com):
4841 Use the new backquote syntax.
4842
4843 * emacs-lisp/debug.el (debugger-env-macro):
4844 Use the new backquote syntax.
4845
4846 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
4847 Use the new backquote syntax.
4848
4849 * calendar/calendar.el (calendar-remove-frame-by-deleting):
4850 New user variable.
4851 (calendar-hide-window): Use it.
4852 (increment-calendar-month, calendar-for-loop, calendar-sum):
4853 Use the new backquote syntax.
4854
4855 1999-11-12 Andrew Innes <andrewi@gnu.org>
4856
4857 * select.el (x-set-selection): Call buffer-substring, not
4858 substring. Also fix docstring
4859
4860 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
4861
4862 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
4863 of customizable variables to bug report message. Added
4864 system-type to package name in bug report.
4865
4866 1999-11-12 Gerd Moellmann <gerd@gnu.org>
4867
4868 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
4869 to display file names.
4870
4871 1999-11-11 Gerd Moellmann <gerd@gnu.org>
4872
4873 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
4874
4875 * isearch.el: Add lazy-highlighting feature.
4876
4877 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4878
4879 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
4880 constant.
4881 (ps-mode-submit-bug-report): New function. Entry added to menu.
4882
4883 1999-11-10 William M. Perry <wmperry@aventail.com>
4884
4885 * mwheel.el: New file to support the new style wheeled mice.
4886
4887 1999-11-10 Gerd Moellmann <gerd@gnu.org>
4888
4889 * startup.el (initial-scratch-message): Add ";;" to the front of
4890 lines in the message.
4891
4892 * files.el (file-local-copy): Remove optional BUFFER argument
4893 because that's not used by anything.
4894
4895 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
4896 to-address.
4897
4898 1999-11-08 Markus Rost <rost@ias.edu>
4899
4900 * wid-edit.el (widget-button-click): Wrap with save-excursion
4901 to restore track-mouse in the correct buffer.
4902
4903 1999-11-08 Gerd Moellmann <gerd@gnu.org>
4904
4905 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
4906
4907 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
4908
4909 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
4910 lpr-command to "lp" for some system-types. (copied from lpr.el
4911 Emacs version 20.2.1).
4912
4913 1999-11-04 Markus Rost <rost@ias.edu>
4914
4915 * simple.el (comment-region): Strip off white space at end of
4916 comment-start.
4917
4918 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4919
4920 * faces.el (secondary-selection): Fix wrong color name.
4921
4922 1999-11-04 John Tobey <jtobey@epsilondev.com>
4923
4924 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
4925 the default when invoking perldb in a non-Perl buffer, and other
4926 cases involving -e or --.
4927
4928 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4929
4930 * simple.el (previous-matching-history-element)
4931 (next-history-element): Use delete-field instead of erase-field.
4932
4933 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
4934 Use delete-field instead of erase-field.
4935
4936 * faces.el (secondary-selection): Change background to yellow.
4937
4938 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
4939 find the start of the text. Use field-string to read the user
4940 input.
4941
4942 1999-11-03 Gerd Moellmann <gerd@gnu.org>
4943
4944 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
4945 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
4946 for compatibility with old face implementation.
4947
4948 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
4949 Use erase-field instead of erase-buffer.
4950
4951 * frame.el (blink-cursor-mode, blink-cursor-end): Use
4952 internal-show-cursor with new interface.
4953 (blink-cursor-timer-function): New.
4954 (blink-cursor-start): Use blink-cursor-timer-function.
4955
4956 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4957
4958 * calendar.el (redraw-calendar): Move to nearest date before
4959 redrawing.
4960
4961 * diary-lib.el (simple-diary-display): Reset modeline even if
4962 there are no diary entries since the diary buffer may be displayed.
4963
4964 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4965
4966 * emacs-lisp/debug.el (debug): If noninteractive, display the
4967 backtrace using `message', then exit Emacs.
4968 (debugger-batch-max-lines): New variable.
4969 (debugger-setup-buffer): New subroutine, broken out of `debug'.
4970 Change the messages put at the start, to say that the debugger
4971 was entered.
4972
4973 1999-11-02 Sam Steingold <sds@ksp.com>
4974
4975 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
4976
4977 1999-11-01 John Tobey <jtobey@epsilondev.com>
4978
4979 * gud.el: (gud-perldb-massage-args): Massage correctly in the
4980 presence of perl switches other than "-e".
4981
4982 1999-11-01 Markus Rost <rost@ias.edu>
4983
4984 * dired-x.el (dired-smart-shell-command): Use
4985 shell-command-history as in shell-command.
4986
4987 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4988
4989 * userlock.el (ask-user-about-lock): Doc fix.
4990
4991 * frame.el: Doc fixes.
4992
4993 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4994
4995 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
4996 of show-cursor.
4997 (blink-cursor-start, blink-cursor-end): Ditto.
4998
4999 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5000
5001 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5002
5003 * window.el (walk-windows): If ALL-FRAMES is a frame,
5004 start on that frame. Use save-selected-window.
5005
5006 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5007
5008 * simple.el (end-of-buffer): Use window-end to find the window end
5009 instead of vertical-motion because this handles variable-height
5010 lines correctly.
5011
5012 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5013
5014 * ediff.el: Version change.
5015
5016 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5017 make sure you are in a good frame before deleting other
5018 windows.
5019 (ediff-file-checked-in-p): Don't consider CVS
5020 files checked in.
5021 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5022 are writing to a newly created empty file.
5023
5024 * ediff-mult.el (ediff-show-session-group-hook): New default.
5025
5026 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5027 First cd to the file directory. reportedly works
5028 better with remote files.
5029
5030 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5031 Use file-name-nondirectory when passing files to CVS.
5032
5033 * ediff-diff.el (ediff-cmp-options): New variable.
5034 (ediff-same-file-contents): Use ediff-cmp-options.
5035
5036 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5037 ediff-get-patch-buffer): Use current buffer if it appears to be a
5038 patch.
5039
5040 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5041 C-g
5042
5043 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5044 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5045 (viper-save-cursor-color,viper-restore-cursor-color):
5046 Improved cursor color handling.
5047 (viper-get-saved-cursor-color-in-replace-mode,
5048 viper-get-saved-cursor-color-in-insert-mode): New functions for
5049 better cursor color handling.
5050
5051 * viper-ex.el (ex-read,ex-edit):
5052 Fixes for correct interpretation of #,%.
5053 (viper-ex): Now works correctly when called from other functions.
5054 (viper-glob-function): New variable.
5055 (viper-ex): Save excursion before doing :global.
5056
5057 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5058
5059 * viper-cmd.el (viper-post-command-sentinel,
5060 viper-insert-state-post-command-sentinel,
5061 viper-insert-state-pre-command-sentinel): Takes better care of
5062 cursor colors.
5063
5064 * viper.el: Version change.
5065
5066 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5067
5068 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5069 that the modeline display was updated *only* when
5070 `whitespace-display-in-modeline' was set, not otherwise.
5071
5072 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5073
5074 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5075 "frac12".
5076
5077 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5078 ad-activate.
5079
5080 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5081
5082 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5083 using fboundp instead of assuming that these are not present in
5084 particular flavors of emacs.
5085 (whitespace-version): Update to 2.8
5086 (whitespace-display-in-modeline): Add custom variable to control
5087 displaying the whitespace errors on the modeline based on
5088 suggestion from <klaus.berndl@sdm.de>
5089 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5090 clean, to enable using as a hook function, as suggested by Puneet
5091 Goel <puneet@computer.org>
5092 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5093 quiet was not set, even with whitespace-auto-cleanup set.
5094 (whitespace-mode-line): Now uses less modeline real estate and
5095 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5096 which is present in the file, and <y> is any type of whitespace
5097 whose check has been suppressed by setting
5098 `whitespace-check-<whitespace-type>' to nil.
5099 (whitespace-unchecked-whitespaces): New function to return the
5100 list of whitespaces for whom checks have been suppressed.
5101 (whitespace-display-unchecked-whitespaces): Renamed to
5102 `whitespace-update-modeline' to reflect its functionality.
5103
5104 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5105
5106 * progmodes/compile.el (compilation-error-regexp-alist):
5107 Undo previous change.
5108
5109 1999-10-28 Dave Love <fx@gnu.org>
5110
5111 * help.el (help-follow): Make arg optional again and really
5112 default to point.
5113
5114 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5115
5116 * paths.el (rmail-file-name): Make it an option.
5117
5118 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5119 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5120 comment fixes.
5121
5122 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5123 MIPS Pro 7.3 compiler error message syntax.
5124
5125 1999-10-27 Dave Love <fx@gnu.org>
5126
5127 * progmodes/compile.el: Checkdoc-inspired fixes.
5128
5129 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5130
5131 * lpr.el (print-buffer): Doc-string fix.
5132
5133 1999-10-27 Dave Love <fx@gnu.org>
5134
5135 * emacs-lisp/advice.el: Doc fixes.
5136 (ad-lemacs-p): Removed.
5137 (advice): Add :link to defgroup.
5138
5139 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5140
5141 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5142 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5143
5144 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5145
5146 * window.el (walk-windows): If ALL-FRAMES is a frame,
5147 start on that frame. Use save-selected-window.
5148
5149 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5150
5151 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5152 ad-activate. All callers changed, including those in data.c.
5153 (ad-activate-internal-off): Renamed from ad-activate-off.
5154 All uses changed.
5155 (ad-activate): Renamed from ad-activate-on. All uses changed.
5156 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5157 Alter the definition of ad-activate-internal, not ad-activate.
5158
5159 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5160
5161 * startup.el (command-line-1): Add support for command line
5162 arguments `file' and `execute'. Fix handling of `visit'.
5163
5164 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5165
5166 * international/mule-cmds.el (read-input-method-name): Handle the
5167 case that the arg DEFAULT is symbol.
5168
5169 * international/mule-diag.el (mule-diag): Handle the case that
5170 default-input-method is symbol.
5171
5172 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5173
5174 * textmodes/tildify.el: New file.
5175
5176 1999-10-25 Sam Steingold <sds@ksp.com>
5177
5178 * Makefile (compile-files): Fixed the "tr" strings.
5179 (EMACS): Set to ../src/emacs.
5180
5181 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5182
5183 * info.el (Info-build-node-completions): Add '("*") to the
5184 completion list.
5185
5186 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5187
5188 * frame.el (auto-raise-mode): When enabling the mode,
5189 immediately raise the selected frame.
5190
5191 * indent.el (indent-region): Doc fix.
5192
5193 * comint.el (comint-output-filter): Make the Comint buffer current
5194 for the comint-preoutput-filter-functions.
5195
5196 * mail/reporter.el: Doc fix.
5197
5198 1999-10-24 Stephen Eglen <stephen@gnu.org>
5199
5200 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5201 that Octave lisp files can also run under XEmacs 20.
5202 (require 'custom) added so that files can run under Emacs 19.34.
5203
5204 * iswitchb.el (iswitchb-default-keybindings): No need to use
5205 read-kbd-macro in keybindings.
5206
5207 1999-10-23 Dave Love <fx@gnu.org>
5208
5209 * elide-head.el: New file.
5210
5211 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5212
5213 * Makefile (compile-files, backup-compiled-files): New targets.
5214 (bootstrap, bootstrap-clean): Ditto.
5215
5216 1999-10-22 Paul Eggert <eggert@twinsun.com>
5217
5218 * international/mule-cmds.c (locale-language-names):
5219 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5220 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5221 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5222 Use Latin-8 for Welsh.
5223 Use Latin-1 for English if "en" is explicitly specified.
5224 Use Latin-1 for Scots Gaelic, Tagalog.
5225 Use Latin-1 (not Latin-4) for Greenlandic.
5226 Use Latin-1 (not Latin-2) for Albanian.
5227 (locale-preferred-coding-systems, locale-language-names):
5228 Remove generic ISO 8859 locales; locale-charset-language-names now
5229 does this.
5230 (locale-charset-language-names): New variable.
5231 (set-locale-environment): Use language name specified by
5232 locale-charset-language-names if its charsets disagree with the
5233 language name specified by locale-language-names.
5234
5235 1999-10-22 Dave Love <fx@gnu.org>
5236
5237 * make-mode.el: Minor doc fixes.
5238
5239 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5240
5241 1999-10-21 Dave Love <fx@gnu.org>
5242
5243 * loadup.el: Add latin-8, latin-9.
5244
5245 1999-10-20 Paul Eggert <eggert@twinsun.com>
5246
5247 * disp-table.el (standard-display-european): Remove undocumented
5248 arg AUTO; no longer used by startup.el. Do not attempt to treat
5249 all non-English language environments as coding system names.
5250 Instead, use the downcased language environment name as a coding
5251 system name if it is one; otherwise, use latin-1.
5252
5253 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5254
5255 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5256 that were split so that part of the comment appeared as Lisp code.
5257
5258 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5259
5260 * ps-bdf.el: Doc fix.
5261
5262 * ps-print-def.el: New file: common definitions for all parts of
5263 ps-print.
5264 (ps-multibyte-buffer): Moved from ps-mule.
5265
5266 * ps-mule.el: File dependence fix.
5267 (ps-multibyte-buffer): Moved to ps-print-def.
5268
5269 * ps-print.el: Doc fix, better customization.
5270 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5271 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5272 (ps-end-file): Doc fix.
5273 (ps-setup, ps-begin-file): Fun fix.
5274 (postscript): New group.
5275 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5276 (ps-print-prologue-1): Adjust PostScript programming.
5277 (ps-print): Adjust group hierarchy.
5278 (ps-print-n-up, ps-print-zebra, ps-print-background,
5279 ps-print-printer)
5280 (ps-print-page): New subgroups.
5281 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5282 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5283 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5284 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5285 (ps-zebra-stripe-height, ps-print-background-image)
5286 (ps-print-background-text, ps-spool-config): Adjust customization.
5287 (dos-ps-printer): Definition eliminated.
5288
5289 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5290
5291 * ps-mule.el: Doc fix, define functions properly if mule package is
5292 loaded or not.
5293 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5294 mule package is loaded or not.
5295
5296 * ps-print.el: Doc fix, n-up printing.
5297 (ps-print-version): New version number (5.0).
5298 (ps-page-dimensions-database): Added document media.
5299 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5300 (ps-page-order, ps-printing-region-p): New vars.
5301 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5302 funs.
5303 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5304 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5305 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5306 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5307 (ps-print-begin-sheet-hook): New hook.
5308 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5309 const.
5310 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5311 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5312 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5313 (ps-count-lines): Changed to defun.
5314 (ps-header-page): Changed to defsubst, fix fun.
5315 (ps-printing-region): Doc fix, adjust programming code.
5316 (ps-output-boolean, ps-background-pages, ps-background-text)
5317 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5318 programming code.
5319
5320 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5321
5322 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5323 (ps-print-version): New version number (4.2).
5324 (ps-spool-config, ps-spool-tumble): New vars.
5325 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5326 programming, new PostScript procedure to handle errors.
5327 (ps-print-prologue-2): Changed to defconst.
5328 (ps-print-duplex-feature): New const: duplex and tumble setting.
5329 (ps-setup, ps-begin-file): Fix funs.
5330 (ps-boolean-capitalized): New fun.
5331
5332 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5333
5334 * Makefile (dontcompilefiles): Obsoleted.
5335 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5336 (EL): Unused.
5337 (temacs): Removed (unused).
5338 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5339 version of the file (necessary for the update to work properly).
5340 (autoloads): Force the use of `pwd`/loaddefs.el.
5341 (updates); Redefined in terms of other targets to reduce redundancy.
5342 (.el.elc): New default rule, just in case you want it.
5343 (compile): Use a single invocation of Emacs.
5344 (bootstrap-compile); Unneeded.
5345 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5346
5347 1999-10-19 Dave Love <fx@gnu.org>
5348
5349 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5350
5351 1999-10-19 Sam Steingold <sds@ksp.com>
5352
5353 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5354 comply with the comment.
5355
5356 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5357
5358 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5359 permanent-local.
5360
5361 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5362
5363 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5364 value: \"lpr\" changed to "lpr"
5365 (ps-mode-version): New constant
5366 (ps-mode-show-version): New function, added key in ps-mode-map
5367 (ps-run-messages): Removed
5368 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5369 ps-run-messages. These keywords now include the value of
5370 ps-run-prompt, making its fontification customizable.
5371 (ps-run-init): Removed \\n from docstring, it is now added when
5372 the value is used
5373 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5374 ps-run-prompt
5375 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5376 customizable variables in doc-string (its equivalent
5377 ps-run-messages was missing in previous version of the doc-string)
5378 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5379 symbols only
5380
5381 1999-10-19 Alex Schroeder <alex@gnu.org>
5382
5383 * ansi-color.el: Complete rewrite.
5384
5385 1999-10-19 Paul Eggert <eggert@twinsun.com>
5386
5387 Fix bootstrapping problems.
5388 Use the system locale to specify Emacs locale defaults.
5389
5390 * international/mule-cmds.el (global-map):
5391 Do not use backquote, because that makes a bootstrapping
5392 problem if you need to recompile all Lisp files using interpreted code.
5393 * international/mule.el (charset-id, charset-bytes,
5394 charset-dimension, charset-chars, charset-width,
5395 charset-direction, charset-iso-final-char,
5396 charset-iso-graphic-plane, charset-reverse-charset,
5397 charset-short-name, charset-long-name, charset-description,
5398 charset-plist): Likewise.
5399 * subr.el (save-match-data): Likewise.
5400
5401 * international/mule-cmds.el
5402 (set-display-table-and-terminal-coding-system): New function,
5403 containing code migrated out of set-language-environment.
5404 (set-language-environment, set-locale-environment): Use it.
5405 (locale-translation-file-name): Moved here from startup.el.
5406 (locale-language-names, locale-preferred-coding-systems):
5407 New vars.
5408 (locale-name-match, set-locale-environment): New functions.
5409
5410 * language/japan-util.el (setup-japanese-environment-internal):
5411 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5412
5413 * startup.el (iso-8859-n-locale-regexp): Remove.
5414 (locale-translation-file-name): Move to mule-cmds.el.
5415 (command-line): Move locale-stuff into set-locale-environment.
5416
5417 1999-10-18 Dave Love <fx@gnu.org>
5418
5419 * abbrev.el (add-abbrev, inverse-add-abbrev)
5420 (expand-region-abbrevs): Remove properties from buffer text.
5421
5422 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5423
5424 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5425 from the mini-buffer, without the prompt.
5426
5427 * simple.el (minibuffer-prompt-end): Return the position
5428 after the prompt, not the position of that last character
5429 of the prompt.
5430
5431 1999-10-17 Miles Bader <miles@gnu.org>
5432
5433 * simple.el: Doc fixes.
5434
5435 1999-10-17 Miles Bader <miles@gnu.org>
5436
5437 * simple.el (previous-matching-history-element, next-history-element):
5438 Change to work correctly even if the point is in the prompt.
5439 (choose-completion-string): Likewise.
5440 (minibuffer-prompt-width): New function (compatibility with old subr).
5441
5442 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5443 When constraining the final position to the current field,
5444 don't use the ONLY-IN-LINE mode of constrain-to-field.
5445
5446 1999-10-17 Miles Bader <miles@gnu.org>
5447
5448 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5449 constrain-to-field.
5450 * textmodes/paragraphs.el (forward-sentence): Likewise.
5451
5452 1999-10-17 Miles Bader <miles@gnu.org>
5453
5454 * simple.el (line-move): Use constrain-to-field to avoid
5455 moving into a prompt.
5456 (previous-complete-history-element): Clarify doc string.
5457 (next-complete-history-element): Likewise.
5458 Use field-beginning instead of point-min.
5459 (next-matching-history-element): Use field-beginning and
5460 erase-field instead of point-min and erase-buffer.
5461 * textmodes/paragraphs.el
5462 (forward-paragraph, forward-sentence): Likewise.
5463 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5464 constrain the kill to an field, as the movement commands now
5465 do this.
5466
5467 1999-10-17 Miles Bader <miles@gnu.org>
5468
5469 * simple.el (previous-matching-history-element): Get the
5470 minibuffer input with field-string instead of buffer-string.
5471 (choose-completion-string): Likewise.
5472 (next-history-element): Likewise.
5473 Erase the minibuffer input with erase-field, not erase-buffer.
5474 Use field-beginning to find the beginning of the input.
5475 * textmodes/paragraphs.el (backward-kill-sentence):
5476 Remove minibuffer-prompt hack.
5477 Constrain to any input field.
5478
5479 1999-10-17 Sam Steingold <sds@ksp.com>
5480
5481 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5482 for CMUCL on sparc and ".ufsl" for LispWorks.
5483 (bound-and-true-p): Bugfix: free variable `v'.
5484
5485 1999-10-16 Dave Love <d.love@dl.ac.uk>
5486
5487 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5488 (edebug-uninstall-read-eval-functions): Use load-read-function,
5489 avoiding elisp-eval.
5490
5491 1999-10-16 Sam Steingold <sds@ksp.com>
5492
5493 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5494 instead of `eql'.
5495
5496 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5497
5498 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5499 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5500 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5501 * ediff-util.el (ediff-make-temp-file):
5502 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5503 * emerge.el (emerge-make-temp-file):
5504 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5505 * vc.el (vc-update-change-log):
5506 * mail/mailpost.el (post-mail-send-it):
5507 * mail/metamail.el (metamail-region):
5508 * progmodes/cmacexp.el (c-macro-expansion):
5509 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5510
5511 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5512
5513 * smtpmail.el (smtpmail-via-smtp): Add support for
5514 automatically appending a domain to RCPT TO: addresses.
5515
5516 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5517
5518 * dired.el (dired-insert-directory): Insert the amount of
5519 free space after the total size.
5520 (dired-free-space-program, dired-free-space-args): New variables.
5521
5522 1999-10-14 Karl Heuer <kwzh@gnu.org>
5523
5524 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5525
5526 1999-10-14 Dave Love <fx@gnu.org>
5527
5528 * international/characters.el:
5529 * international/fontset.el:
5530 * international/mule-conf.el: Add latin-iso8859-1[45].
5531
5532 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5533 strings.
5534
5535 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5536 (command-line): Detect Latin-[89] locales.
5537
5538 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5539
5540 * international/mule-cmds.el (select-safe-coding-system)
5541 (leim-list-header): Avoid the use of strings that start with backslash
5542 newline since lread.c:read1 has a hack to turn those strings into
5543 integer 0 during the loadup.el process.
5544
5545 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5546
5547 1999-10-13 Dave Love <fx@gnu.org>
5548
5549 * image.el (insert-image): Copy the image spec and add an
5550 intangible property.
5551
5552 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5553
5554 * help.el (help-xref-interned): Make it also work on variable-only
5555 and function-only symbols.
5556 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5557 (help-follow): If the point under mouse is not highlighted, try
5558 `help-xref-interned' on the pointed-to symbol anyway.
5559
5560 * info.el (Info-on-current-buffer): New entry point.
5561 (Info-find-node): Split into two for Info-on-current-buffer to
5562 hook into it.
5563 (Info-current-file, Info-set-mode-line, Info-up):
5564 Info-current-file can now be t.
5565 (Info-clone-buffer-hook): Function for `clone-buffer'.
5566 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5567 Make `clone-buffer' available in various ways to the user.
5568
5569 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5570
5571 * simple.el (shell-command, shell-command-on-region): Use
5572 make-temp-file.
5573 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5574
5575 * subr.el (with-current-buffer): Don't use backquotes to avoid
5576 bootstrapping problems.
5577
5578 * loadup.el (load-path): Add subdirs for bootstrapping.
5579 (docstrings): Ignore errors during bootstrapping.
5580 (args): New `bootstrap' argument (for use in place of `dump').
5581
5582 1999-10-12 Emmanuel Briot <briot@gnat.com>
5583
5584 * ada-stmt.el: Doc-string fixes.
5585
5586 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5587
5588 * recentf.el: New file.
5589
5590 * ps-mode.el: New file.
5591
5592 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5593 case insensitive.
5594
5595 1999-10-12 Richard Sharman <rsharman@pobox.com>
5596
5597 * sh-script.el: Added support for indenting existing scripts.
5598 (sh-mode-map): Added new bindings.
5599 (sh-mode): Updated mode doc-string for new commands, added
5600 make-local-variable calls, initialize mode-specific variables.
5601 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5602 is now a different function.
5603 (sh-header-marker): Changed docstring.
5604 (sh-set-shell): Initialize mode-specific variables.
5605 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5606 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5607 Changed these define-skeleton calls to work with user-specified
5608 indentation settings.
5609 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5610 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5611 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5612 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5613 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5614 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5615 (sh-guess-basic-offset, sh-handle-after-case-label)
5616 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5617 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5618 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5619 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5620 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5621 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5622 (sh-handle-this-then, sh-help-string-for-variable)
5623 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5624 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5625 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5626 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5627 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5628 (sh-remove-our-text-properties, sh-rescan-buffer)
5629 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5630 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5631 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5632 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5633 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5634 functions.
5635 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5636 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5637 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5638 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5639 (sh-var-list): New variables.
5640
5641 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5642
5643 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5644 a value one line to high if the cursor wasn't at the start of a
5645 line. A `beginning-of-line' is now performed before making the
5646 call to `count-lines'.
5647
5648 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5649
5650 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5651
5652 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5653
5654 * Makefile (setwins): Abstract out the command to find subdirectories
5655 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5656 (custom-deps, finder-data, autoloads, update-subdirs, updates)
5657 (autoloads-with-other-emacs): Use it.
5658
5659 * diff-mode.el: New file. A mode for viewing/editing context diffs.
5660
5661 1999-10-09 Gerd Moellmann <gerd@gnu.org>
5662
5663 * Makefile (bootstrap-compile): New target. Compile Lisp
5664 files with ../src/temacs.
5665
5666 1999-10-08 Dave Love <fx@gnu.org>
5667
5668 * ange-ftp.el: Require dired when compiling.
5669 (ange-ftp-normal-login): Allow EFS-style port specification.
5670
5671 1999-10-08 Simon Marshall <simon@gnu.org>
5672
5673 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5674 (regexp-opt-group): Use it to get common suffixes in STRINGS.
5675 If STRINGS is nil, return "" rather than nil.
5676
5677 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5678
5679 * Makefile (compile): Compile files one by one. Set load-path to
5680 current directory and subdirectories when compiling.
5681
5682 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5683
5684 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5685 (emacs): Use it everywhere instead of EMACS.
5686 (compile): New target. Compile all Lisp files from scratch.
5687 (recompile): New target. Recompile lisp directory.
5688 (autoloads-with-other-emacs): New target. Build loaddefs.el with
5689 an Emacs executable not built in the current directory tree.
5690
5691 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
5692
5693 * filecache.el (file-cache-completion-ignore-case): New variable,
5694 defaulting to the value of completion-ignore-case.
5695 (file-cache-minibuffer-complete): Use it.
5696 (file-cache-files-matching, file-cache-files-matching-internal):
5697 New functions.
5698
5699 1999-10-07 Emmanuel Briot <briot@gnat.com>
5700
5701 * ada-xref.el: New file
5702
5703 * ada-prj.el: New file
5704
5705 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5706
5707 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5708 subprogram being created.
5709
5710 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5711 ada-indent-newline-indent): Rewritten to support the new indentation
5712 scheme
5713
5714 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5715 New functions
5716
5717 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5718 justification parameter
5719
5720 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5721 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5722 external program
5723
5724 1999-10-07 Dave Love <fx@gnu.org>
5725
5726 * bindings.el (bound-and-true-p): New macro.
5727 (make-mode-line-mouse-sensitive): Don't require easymenu.
5728
5729 1999-10-07 Gerd Moellmann <gerd@gnu.org>
5730
5731 * custom.el (defface): Extend documentation for new values of
5732 `type'.
5733
5734 * faces.el (face-spec-set-match-display): Recognize `type' of
5735 `motif', `lucid', `x-toolkit'.
5736 (menu): New face.
5737
5738 1999-10-05 Dave Love <fx@gnu.org>
5739
5740 * files.el: Recognize temporary crontab files.
5741
5742 * info.el: Require jka-compr when compiling.
5743 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5744
5745 1999-10-04 Dave Love <fx@gnu.org>
5746
5747 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5748 scroll-up-aggressively, scroll-down-aggressively.
5749
5750 * time.el (display-time-mode): Add autoload cookie.
5751
5752 * rect.el (delete-extract-rectangle): Doc fix from verna.
5753
5754 * help-macro.el (three-step-help): Customize.
5755
5756 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5757
5758 * hexl.el (hexlify-buffer): Move point in proper range
5759 if it is too large.
5760 (hexl-after-revert-hook): Update hexl-max-address.
5761 (hexl-address-to-marker): Doc fix.
5762
5763 1999-10-03 Dave Love <fx@gnu.org>
5764
5765 * image.el (defimage): Remove redundant code. Substitute file in
5766 image plist.
5767
5768 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
5769
5770 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5771 when doing with-temp-file.
5772
5773 1999-10-01 Dave Love <fx@gnu.org>
5774
5775 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5776
5777 * help.el: Require view when compiling.
5778 (view-emacs-FAQ): Use Info version.
5779
5780 1999-09-29 Ken'ichi Handa <handa@gnu.org>
5781
5782 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5783 (normat->normal). Use correct font names for Korean
5784 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5785
5786 1999-09-29 Kenichi Handa <handa@etl.go.jp>
5787
5788 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5789 code not used by KOI8 to the same 8-bit code instead of mapping to
5790 SPC.
5791 (cyrillic-alternativnyj-decode-table): Likewise.
5792
5793 1999-09-29 Alex Schroeder <alex@gnu.org>
5794
5795 * sql.el (sql-imenu-generic-expression): Aew, used to set
5796 imenu-generic-expression.
5797 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5798 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
5799 imenu-case-fold-search, and imenu-syntax-alist.
5800 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5801 setting font-lock-defaults' SYNTAX-ALIST.
5802
5803 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5804
5805 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
5806 macro, try again.
5807
5808 1999-09-28 Dave Love <fx@gnu.org>
5809
5810 * cus-edit.el (custom-comment): Change widget definition.
5811 (custom-comment-create, custom-comment-show)
5812 (custom-comment-invisible-p): Don't use :comment-overlay.
5813 (custom-comment-hide): New function.
5814 (custom-variable-set, custom-variable-save)
5815 (custom-variable-reset-standard, custom-face-set)
5816 (custom-face-save): Use it.
5817
5818 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5819
5820 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
5821
5822 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5823
5824 * faces.el (region): Doc fix.
5825
5826 1999-09-27 Dave Love <fx@gnu.org>
5827
5828 * isearch.el (isearch): Add :links in defgroup.
5829 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
5830 (isearch-switch-frame-handler): Comment out (unused).
5831 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
5832 (isearch-ring-retreat-edit): Doc fix.
5833 (isearch-mouse-yank): New command.
5834 (isearch-last-command-char): Removed. Callers changed to use
5835 last-command-char.
5836 (isearch-char-to-string): Removed. Callers changed to use
5837 char-to-string.
5838
5839 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
5840
5841 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
5842 option for Russian.
5843
5844 1999-09-25 Gerd Moellmann <gerd@gnu.org>
5845
5846 * faces.el (face-differs-from-default-p): Compare face
5847 attributes individually.
5848
5849 * image.el (put-image, insert-image): Add string argument.
5850
5851 1999-09-24 Gerd Moellmann <gerd@gnu.org>
5852
5853 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
5854 LANG=de_DE.iso88591 on HPUX 11.0.
5855
5856 * dired.el (dired-move-to-filename-regexp): Make it work
5857 for LANG=de_DE.iso88591 on HPUX 11.0.
5858
5859 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5860
5861 * info.el (info-initialize): Don't test existence of ALTERNATIVE
5862 if we know for some other reason it should not be used.
5863
5864 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
5865 New variable.
5866 (edebug-recursive-edit): Save current-prefix-arg there,
5867 bind it, and set it back at the end.
5868 (edebug-outside-excursion): Restore and update the outside
5869 value of current-prefix-arg.
5870 (edebug-emacs-version-specific): Delete support for Epoch.
5871
5872 1999-09-24 Howard Melman <howard@silverstream.com>
5873
5874 * imenu.el (imenu-after-jump-hook): New variable.
5875 (imenu): Run menu-after-jump-hook.
5876 (imenu-name-lookup-function): New variable.
5877 * imenu.el (imenu--in-alist): Use those variables.
5878
5879 1999-09-24 Carsten Dominik <cd@gnu.org>
5880
5881 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
5882 multiple thebibliography environments.
5883
5884 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
5885 with recentering window.
5886 (reftex-extract-bib-entries-from-thebibliography,
5887 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
5888 with multiple thebibliography environments.
5889
5890 * textmodes/reftex-vars.el
5891 (reftex-section-levels): Function allowed as cdr.
5892 (reftex-max-section-depth) New option.
5893
5894 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
5895 with multiple thebibliography environments.
5896
5897 1999-09-23 Gerd Moellmann <gerd@gnu.org>
5898
5899 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
5900 instead of point-min in call to delete-region.
5901
5902 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
5903
5904 * vc.el (vc-backend-checkout): Use with-temp-file when checking
5905 out into arbitrary file names.
5906
5907 1999-09-19 Ken'ichi Handa <handa@gnu.org>
5908
5909 * language/european.el ("Turkish"): New language environment.
5910
5911 1999-09-19 Dave Love <fx@gnu.org>
5912
5913 * delim-col.el: New file.
5914
5915 1999-09-17 Richard Stallman <rms@gnu.org>
5916
5917 * files.el (after-find-file): When visiting a backup file,
5918 make it read-only.
5919
5920 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
5921 (apropos-keybinding-face, apropos-label-face): Likewise.
5922 (apropos-property-face, apropos-match-face): Likewise.
5923 (apropos-label-properties): New variable.
5924 (apropos-print-doc): Use apropos-label-properties.
5925 (apropos-print): Set apropos-label-properties.
5926
5927 1999-09-15 Richard Stallman <rms@gnu.org>
5928
5929 * winner.el: Use aref instead of sref.
5930
5931 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
5932
5933 1999-09-14 Gerd Moellmann <gerd@gnu.org>
5934
5935 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
5936
5937 1999-09-14 Richard Stallman <rms@gnu.org>
5938
5939 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
5940 cookie, even if followed by a letter.
5941
5942 1999-09-14 Stephen Eglen <stephen@gnu.org>
5943
5944 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
5945 --no-line-editing are passed to Octave by including them here
5946 rather than storing them in inferior-octave-startup-args.
5947
5948 1999-09-14 Eli Zaretskii <eliz@gnu.org>
5949
5950 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
5951 command, option, env and sc.
5952
5953 * subr.el (shell-quote-argument): Quote argument with double
5954 quotes for ms-dos.
5955
5956 1999-09-14 Richard Stallman <rms@gnu.org>
5957
5958 * simple.el (eval-expression-print-level): New variable.
5959 (eval-expression-print-length): New variable.
5960 (eval-expression-debug-on-error): New variable.
5961 (eval-expression): Bind print-level, print-length and
5962 debug-on-error from those vars.
5963
5964 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
5965 Bind print-level, print-length and debug-on-error.
5966
5967 1999-09-14 Inge Frick <inge@nada.kth.se>
5968
5969 * dired.el (dired-recursive-deletes): New custom variable.
5970 (dired-re-no-dot): New variable.
5971 (dired-delete-file): New function deletes files and directories
5972 recursively.
5973 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
5974
5975 * dired-aux.el (dired-recursive-copies): New custom variable.
5976 (dired-handle-overwrite): Broke a long line.
5977 (dired-copy-file): Call `dired-copy-file-recursive' instead of
5978 `copy-file'.
5979 (dired-copy-file-recursive): New function. Copy directories
5980 recursively.
5981 (dired-do-create-files): Added support for generalized directory
5982 target. How-to function may now return a function. New fluid
5983 variable `dired-one-file'.
5984 (dired-copy-how-to-fn): New variable.
5985 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
5986 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
5987 (dired-do-copy-regexp): No recursive copies.
5988
5989 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
5990
5991 * whitespace.el (whitespace-version): Update version to 2.4
5992
5993 * whitespace.el: Add customization variables to conditionally test
5994 any of the five whitespaces, per request from Rune Kleveland
5995 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
5996
5997 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
5998
5999 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6000 list of modes to be checked for bogus whitespaces.
6001
6002 * whitespace.el (whitespace-rescan-timer-time): Update
6003 documentation.
6004
6005 * whitespace.el (whitespace-display-unchecked-whitespaces):
6006 New function to update modeline with untested whitespaces.
6007
6008 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6009 checking is turned on, and update modeline using the newly created
6010 `whitespace-display-unchecked-whitespaces'.
6011
6012 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6013 whose checking is turned on, and update modeline using the newly
6014 created `whitespace-display-unchecked-whitespaces'.
6015
6016 * whitespace.el (whitespace-describe): Update documentation.
6017
6018 * whitespace.el (whitespace-tickle-timer): Test if
6019 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6020
6021 1999-09-13 Dave Love <fx@gnu.org>
6022
6023 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6024
6025 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6026 for temp buffer.
6027 (checkdoc-this-string-valid): Don't assume default comment-start.
6028
6029 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6030
6031 * rsz-mini.el: Remove code, keep the interface.
6032
6033 1999-09-13 Dave Love <fx@gnu.org>
6034
6035 * help.el (help-highlight-p): Doc fix.
6036
6037 * faces.el (mode-line, header-line, tool-bar): Add :version.
6038 (highlight, secondary-selection): Add :group.
6039 (trailing-whitespace): Add :group, :version.
6040
6041 * wid-edit.el: Remove some compatibility code and checks.
6042 (widget-specify-field, widget-specify-button): Don't use XEmacs
6043 properties.
6044 (widget-overlay-inactive): Change error message.
6045 (widget-button-pressed-face): New variable.
6046 (widget-button-click): Use it.
6047 (widget-documentation-link-add): Specify mouse and button faces.
6048 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6049 removed now the functionality is built in.
6050
6051 * cus-edit.el: Don't define-widget-keywords.
6052 (multimedia): New group.
6053 (custom-last): Function removed.
6054 (custom-quote): Add vectorp case, comment out characterp case.
6055 (custom-buffer-done-function, custom-raised-buttons): New option.
6056 (Custom-buffer-done): New function.
6057 (custom-buffer-create-internal): Obey custom-raised-buttons,
6058 Custom-buffer-done.
6059 (custom-button-face): Make it `released-button'.
6060 (custom-button-pressed-face): Make it `pressed-button'
6061 (custom-mode-map): Bind "q" to Custom-buffer-done.
6062 (custom-mode): Deal with raised/pressed buttons.
6063
6064 Changes from Didier Verna:
6065 (custom-prompt-variable): Optional third arg makes prompt for a
6066 comment string.
6067 (customize-set-value, customize-set-variable,
6068 customize-save-variable): Optional prefix makes function handle
6069 variable comments.
6070 (customize-customized, customize-saved, custom-variable-state-set)
6071 (custom-variable-set, custom-variable-save, custom-face-state-set)
6072 (custom-variable-reset-saved, custom-variable-reset-standard)
6073 (custom-face-set, custom-face-save, custom-face-reset-saved)
6074 (custom-face-reset-standard, customize-save-customized): Handle
6075 custom comments.
6076 (custom-comment-face, custom-comment-tag-face): New face.
6077 (custom-comment): New widget.
6078 (custom-comment-create, custom-comment-delete)
6079 (custom-comment-value-set, custom-comment-show)
6080 ()custom-comment-invisible-p): New functions.
6081 (custom-variable-value-create, custom-face-value-create): Create a
6082 comment field widget.
6083 (custom-variable-menu, custom-face-menu): New entry for custom
6084 comment.
6085 (custom-face-value-create): Remove compatibility code.
6086 (custom-save-variables, custom-save-faces): Possibly save custom
6087 comments.
6088
6089 * cus-face.el (custom-face-attributes): Simplify :underline,
6090 :overline, :inverse-video cases. Fix up :box case (probably needs
6091 more work).
6092
6093 Change from Didier Verna:
6094 (custom-set-faces): The arguments can now have a custom comment as
6095 fourth argument.
6096
6097 * custom.el: Don't define-widget-keywords.
6098 Change from Didier Verna:
6099 (custom-set-variables): The arguments can now have a
6100 custom comment as fifth element.
6101
6102 1999-09-13 Richard Stallman <rms@gnu.org>
6103
6104 * info.el (Info-find-node): Cope better if guesspos is too large.
6105
6106 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6107
6108 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6109 of buffer-substring because buffer-string doesn't copy the
6110 prompt.
6111
6112 * faces.el (mode-line): Replaces `modeline'.
6113 (toplevel): Make `modeline' an alias for `mode-line'.
6114
6115 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6116
6117 * gs.el: Change `ghostscript' to `postscript' in comment.
6118
6119 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6120
6121 * emulation/tpu-edt.el (tpu-version): New version.
6122 (tpu-search-overlay, tpu-replace-overlay): New variables.
6123 (tpu-search-highlight, tpu-toggle-direction): New functions.
6124 (tpu-lm-replace): Set tpu-replace-overlay.
6125 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6126 command hook.
6127
6128 1999-09-11 Richard Stallman <rms@gnu.org>
6129
6130 * isearch.el (isearch-mode-map): Undo previous change.
6131
6132 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6133 use all of that as the sexp.
6134
6135 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6136 and use the initial argument as file name directly.
6137 Likewise if nothing matches.
6138
6139 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6140
6141 * winner.el: Major changes. Avoid changing point and mark.
6142 Save configurations after they change, not before.
6143
6144 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6145
6146 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6147 Bind print-continuous-numbering and print-number-table.
6148
6149 1999-09-10 Dave Love <fx@gnu.org>
6150
6151 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6152
6153 1999-09-09 Richard Stallman <rms@gnu.org>
6154
6155 * whitespace.el: Finish making it fit Emacs conventions.
6156 Add autoloads.
6157
6158 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6159
6160 * generic-x.el (bat-generic-mode): "::"-style comments don't
6161 need to begin with "-". Fix the font-lock definitions of ON/OFF
6162 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6163 from the list of keywords. Add DO to the list of keywords.
6164
6165 1999-09-09 Dave Love <fx@gnu.org>
6166
6167 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6168 (byte-optimize-backward-word): New optimizations.
6169 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6170 entries.
6171
6172 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6173
6174 * image.el (put-image): Remove optional buffer parameter.
6175
6176 * faces.el (face-italic-p): Return t only for values `italic'
6177 and `oblique'.
6178
6179 * mouse.el (mouse-drag-mode-line-1): Extension of former
6180 mouse-drag-mode-line that also drags the header line.
6181 (mouse-drag-mode-line): Call it.
6182 (mouse-drag-header-line): New.
6183 (toplevel): Bind down-mouse-1 on header lines to
6184 mouse-drage-header-line.
6185
6186 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6187
6188 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6189 (make-mode-line-mouse-sensitive): Replace `top-line' by
6190 `header-line'.
6191
6192 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6193
6194 * help.el (describe-function-1): Don't return empty string for keymaps.
6195
6196 * fill.el (fill-region-as-paragraph, canonically-space-region):
6197 Respect colon-double-space at end of line.
6198
6199 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6200
6201 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6202 (backup-buffer): Use it.
6203
6204 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6205
6206 * generic-x.el (generic-define-unix-modes): Added new modes:
6207 inetd-conf-generic-mode, etc-services-generic-mode,
6208 etc-passwd-generic-mode. These are all defined for Unix by default.
6209 (apache-generic-mode): Use an imenu-generic-expression to list
6210 Configuration keywords.
6211 (samba-generic-mode): Use both ; and # as comment characters.
6212 (samba-generic-mode): Font-lock expressions now highlight name
6213 value pairs.
6214 (bat-generic-mode): Keywords are now case-insensitive through
6215 font-lock-defaults setting.
6216 (java-properties-generic-mode): Supports both ! and # as comment
6217 characters.
6218 (java-properties-generic-mode): Added an imenu-generic-expression
6219 (java-properties-generic-mode): Reworked to support the various
6220 different ways to separate name and value (viz, '=', ':' and
6221 whitespace).
6222 (show-tabs-generic-mode): Added this new generic-mode.
6223
6224 1999-09-08 Richard Stallman <rms@gnu.org>
6225
6226 * progmodes/inf-lisp.el: Moved from top directory.
6227
6228 * tar-mode.el (tar-header-block-tokenize):
6229 Use `when' instead of `and'. Fix some clobbered text.
6230
6231 * gud.el (gud-make-debug-menu): Make a child for the
6232 local menu, for its menu bar, and the debug menu.
6233 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6234 Use the history in the simple way.
6235
6236 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6237
6238 * language/korea-util.el (default-korean-keyboard): Initialize it
6239 according to the environment variable HANGUL_KEYBOARD_TYPE.
6240
6241 1999-09-07 Richard Stallman <rms@gnu.org>
6242
6243 * subr.el (make-temp-file): New function.
6244
6245 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6246
6247 * font-lock.el (font-lock-multiline): New text property contains
6248 a boolean to indicate if the char is part of a multiline match.
6249 (font-lock-default-fontify-region): Extend the region appropriately
6250 for multiline keywords.
6251 (font-lock-default-unfontify-region): Also remove the new
6252 font-lock-multiline text property.
6253 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6254 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6255
6256 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6257
6258 * diary-lib.el (list-diary-entries): Make sure two-digit years
6259 have leading zeros.
6260
6261 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6262
6263 * faces.el (face-set-after-frame-default): Initialize some
6264 attributes of some faces from frame parameters.
6265
6266 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6267
6268 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6269
6270 * faces.el (fringe): Replaces face `margin'.
6271
6272 1999-09-07 Dave Love <fx@gnu.org>
6273
6274 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6275
6276 1999-09-07 Richard Stallman <rms@gnu.org>
6277
6278 * subr.el (push): Doc fix.
6279
6280 1999-09-06 Richard Stallman <rms@gnu.org>
6281
6282 * vc.el (vc-annotate-display): Use < 69 not < 70
6283 to distinguish 20YY from 19YY.
6284
6285 * timezone.el (timezone-parse-date): Use < 69 not < 70
6286 to distinguish 20YY from 19YY.
6287
6288 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6289
6290 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6291
6292 * quickurl.el: (quickurl-list-focused-line): Removed.
6293 (quickurl-list-insert): Now works out the focused line using
6294 `count-lines' instead of using `quickurl-list-focused-line'.
6295
6296 1999-09-06 Richard Stallman <rms@gnu.org>
6297
6298 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6299 to beginning of message.
6300
6301 1999-09-06 Dave Love <fx@gnu.org>
6302
6303 * isearch.el (isearch-mode-map): Add mouse-2.
6304
6305 * mail/rmail.el (rmail-read-password): Deleted.
6306 (rmail-get-pop-password): Use read-password.
6307
6308 * quickurl.el: Don't conditionally define caddr.
6309 (quickurl-url-comment): Use nth, not caddr in function and
6310 defsetf.
6311
6312 1999-09-06 Richard Stallman <rms@gnu.org>
6313
6314 * auto-show.el: Doc fixes.
6315
6316 1999-09-06 Stephen Eglen <stephen@gnu.org>
6317
6318 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6319 --no-line-editing so that TABs in source files are not interpreted
6320 as completion requests.
6321
6322 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6323
6324 * hscroll.el, auto-show.el: Remove all code, keep the public
6325 interface as no-ops.
6326
6327 * faces.el (face-bold-p): Don't return t if face has lighter
6328 weight than normal.
6329
6330 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6331
6332 * startup.el (command-line): Make small-temporary-file-directory
6333 be nil except on ms-dos.
6334
6335 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6336
6337 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6338 is defined.
6339
6340 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6341 letters with a colon after d or l.
6342
6343 1999-09-06 Dave Love <fx@gnu.org>
6344
6345 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6346 primitive.)
6347
6348 1999-09-05 Richard Stallman <rms@gnu.org>
6349
6350 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6351
6352 * textmodes/paragraphs.el (backward-kill-sentence):
6353 Don't test minibuffer-prompt-end here.
6354 (forward-sentence): Do handle it here.
6355 (backward-kill-paragraph): Don't test it here.
6356 (forward-paragraph): Handle it here.
6357
6358 * mouse.el (font-menu-add-default): Simplify code.
6359
6360 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6361
6362 * faces.el (header-line): Renamed from `top-line'.
6363
6364 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6365
6366 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6367
6368 1999-09-04 Richard Stallman <rms@gnu.org>
6369
6370 * whitespace.el: New file.
6371
6372 1999-09-04 Dave Love <fx@gnu.org>
6373
6374 * paths.el: Make some doc strings obey the make-docfile convention.
6375
6376 * bindings.el: Likewise.
6377 (debug-ignored-errors): Remove BBDB ones.
6378
6379 1999-09-03 Richard Stallman <rms@gnu.org>
6380
6381 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6382 not from the draft to forward.
6383
6384 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6385
6386 1999-09-03 Dave Love <fx@gnu.org>
6387
6388 * double.el (double-mode): Customize the variable.
6389
6390 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6391
6392 * international/characters.el: Delete duplicated code.
6393
6394 1999-09-02 Richard Stallman <rms@gnu.org>
6395
6396 * indent.el (indent-relative): Doc fix.
6397
6398 * quickurl.el (quickurl): Doc fix.
6399
6400 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6401
6402 * faces.el (margin): Change background to "gray" for mono (this is
6403 drawn with a stipple pattern).
6404
6405 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6406
6407 * simple.el (next-history-element): Use minibuffer-prompt-end once
6408 again. Remove test for minibuffer-prompt-in-buffer.
6409
6410 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6411
6412 * files.el (small-temporary-file-directory): New variable.
6413
6414 * startup.el (command-line): Compute the value of
6415 small-temporary-file-directory.
6416
6417 * ediff-init.el (ediff-temp-file-prefix): Use
6418 small-temporary-file-directory if non-nil.
6419
6420 * vc.el (vc-update-change-log): Likewise.
6421
6422 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6423
6424 * simple.el (shell-command, shell-command-on-region): Use
6425 make-temp-name properly. Use small-temporary-file-directory if
6426 non-nil, otherwise temporary-file-directory, to generate temporary
6427 files.
6428
6429 * dos-w32.el (direct-print-region-helper): Use
6430 temporary-file-directory. (From Stefan Monnier.)
6431
6432 1999-09-02 Richard Stallman <rms@gnu.org>
6433
6434 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6435 from asm-comment-char.
6436 (asm-font-lock-keywords): Recognize instruction width suffixes.
6437
6438 1999-09-01 Richard Stallman <rms@gnu.org>
6439
6440 * play/fortune.el: New file.
6441
6442 1999-08-31 Dave Love <fx@gnu.org>
6443
6444 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6445 after key table.
6446
6447 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6448 redisplay variables.
6449
6450 * subr.el (push): Fix typo.
6451
6452 1999-08-30 Kevin Blake <kblake@ticnet.com>
6453
6454 * emacs-lisp/ring.el: Many doc fixes.
6455 (ring-size, ring-copy): New functions.
6456
6457 1999-08-29 Richard Stallman <rms@gnu.org>
6458
6459 * progmodes/etags.el (tags-loop-continue):
6460 After tags-loop-operate returns, force skip to next file.
6461
6462 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6463 (mail-extr-first-letters, mail-extr-last-letters):
6464 Use character classes [:alpha:] and [:alnum:].
6465
6466 * subr.el (push, pop): New macros.
6467
6468 * progmodes/compile.el (compilation-error-regexp-alist):
6469 New item for SGI IRIX MipsPro compilers.
6470
6471 * speedbar.el (speedbar-directory-buttons): Recognize
6472 device names when checking for file names.
6473
6474 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6475
6476 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6477 and specially handle defvar inside their expansions.
6478 (eval-defun-1): New subroutine.
6479
6480 * progmodes/compile.el (compilation-error-regexp-alist):
6481 Fix the Perl -w entry to allow period after line number.
6482 Don't allow newlines in file name, but allow them after line number
6483 for Perl debugging traces.
6484
6485 * which-func.el (which-func-cleanup-function): New variable.
6486 (which-function): Call that function.
6487
6488 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6489 to end a function name.
6490
6491 * informat.el (Info-tagify): Don't insert more than one newline
6492 before the tag table.
6493
6494 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6495
6496 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6497 than make-temp-name, use match-string-no-properties, and eliminate
6498 a quadratic behavior when building bibtex-strings.
6499
6500 1999-08-29 Alex Schroeder <alex@gnu.org>
6501
6502 * comint.el (comint-input-ring-separator): New variable.
6503 (comint-read-input-ring): Doc change; use
6504 comint-input-ring-separator when reading file.
6505 (comint-write-input-ring): Use
6506 comint-input-ring-separator when writing file.
6507
6508 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6509
6510 * informat.el (Info-tagify): Start by widening.
6511 Match node headers that don't list the file name,
6512 and more kinds of page separations.
6513 Strip properties during tagification.
6514 Use start of node header line as tag's position.
6515 Fix the "done" message.
6516
6517 (Info-validate): Save and restore match data around narrowing down.
6518
6519 1999-08-28 Richard M. Stallman <rms@gnu.org>
6520
6521 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6522 On repeated call, override previous values put into
6523 minor-mode-map-alist and minor-mode-alist.
6524
6525 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6526
6527 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6528
6529 1999-08-27 Andreas Schwab <schwab@gnu.org>
6530
6531 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6532 from cvs update.
6533
6534 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6535
6536 * calendar/calendar.el (calendar-move-hook): New hook.
6537
6538 * calendar/cal-move.el: Call the new hook in every movement function.
6539
6540 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6541 the right function name.
6542
6543 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6544
6545 * time-stamp.el: Put quote-backquote around all symbol names
6546 in doc strings, for mousing.
6547 (time-stamp): Support multi-line patterns.
6548 (time-stamp-inserts-lines): New variable.
6549 (time-stamp-count): New variable.
6550 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6551 "Thu" instead of "%a".
6552
6553 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6554
6555 * simple.el (kill-word): Undo previous change.
6556
6557 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6558
6559 * jit-lock.el (jit-lock-function): Extend the fontified range
6560 to the beginning of the line containing the range start and
6561 the beginning of the line following the range end.
6562
6563 1999-08-24 Dave Love <fx@gnu.org>
6564
6565 * timezone.el: Move provide to end.
6566 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6567 <70 are 2000+.
6568 (timezone-parse-time): Simplify somewhat.
6569
6570 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6571
6572 * faces.el (margin): Renamed from bitmap-area.
6573
6574 1999-08-24 Alex Schroeder <alex@gnu.org>
6575
6576 * sql.el: Doc changes.
6577 (sql-sybase): Use sql-server instead of sql-database.
6578
6579 1999-08-23 Dave Love <fx@gnu.org>
6580
6581 * rect.el: Add/fix various doc strings. Add `*' to all the
6582 interactive specs.
6583
6584 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6585
6586 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6587 Don't unwind-protect font-lock-fontify-region.
6588
6589 * paragraphs.el (backward-kill-paragraph): Don't move
6590 point into mini-buffer prompt.
6591 (backward-kill-sentence): Ditto.
6592
6593 * simple.el (next-history-element): Use minibuffer-prompt-end.
6594 Remove test for minibuffer-prompt-in-buffer.
6595 (kill-word): Don't move point into mini-buffer prompt.
6596
6597 1999-08-21 Dave Love <fx@gnu.org>
6598
6599 * Makefile: Exclude CVS dirs like RCS.
6600
6601 1999-08-19 Dave Love <fx@gnu.org>
6602
6603 * tooltip.el (tooltip-mode): Customize this, per convention.
6604 (tooltip-active): Option deleted.
6605
6606 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6607
6608 * hanoi.el, page-ext.el: Declare dynamic vars.
6609
6610 * term.el: Avoid ange-ftp related compilation warnings.
6611
6612 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6613
6614 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6615 the default so that beginners can benefit from it without
6616 searching in manuals.
6617
6618 1999-08-18 Ray Blaak <blaak@gnu.org>
6619
6620 * progmodes/delphi.el: Consider assembly sections as blocks, to
6621 indent them better. Make auto-indent on newline optional.
6622
6623 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6624
6625 * bindings.el (mode-line-modified): Look up key binding for C-x
6626 C-q. If it's bound call that binding, otherwise call
6627 toggle-read-only.
6628
6629 1999-08-17 Dave Love <fx@gnu.org>
6630
6631 * info.el (info): Doc fix.
6632
6633 * finder.el (finder-known-keywords): Add `multimedia'.
6634
6635 * apropos.el: Don't capitalize custom group name.
6636
6637 * info-look.el: Remove compatibility code.
6638 (info-lookup-guess-default*): DTRT for point at start of symbol.
6639 (info-complete): Don't lose with point not at end of symbol.
6640
6641 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6642
6643 * term.el (toplevel): Make face `term-default' an empty face.
6644 The code relied on the fact that Emacs ignored invalid faces in
6645 face text properties in 20.4.
6646
6647 1999-08-16 Richard M. Stallman <rms@gnu.org>
6648
6649 * subr.el (point-at-eol, point-at-bol): New aliases.
6650
6651 * simple.el: Functions reordered.
6652
6653 * rect.el (delete-rectangle-line): Use line-end-position.
6654
6655 1999-08-16 Karl Heuer <kwzh@gnu.org>
6656
6657 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6658 here from simple.el.
6659
6660 1999-08-16 Dave Love <fx@gnu.org>
6661
6662 * mouse.el: Provide `mldrag' for compatibility.
6663 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6664 marked obsolete.
6665
6666 * mldrag.el: Removed since the features are in mouse.el.
6667
6668 * jka-compr.el (auto-compression-mode): New variable for
6669 customization.
6670
6671 * bindings.el (mode-line-mule-info): Doc fix.
6672
6673 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6674 name comparisons.
6675
6676 * files.el (interpreter-mode-alist): Add make, guile, clisp.
6677 (find-file): Doc fix.
6678
6679 1999-08-16 Carsten Dominik <cd@gnu.org>
6680
6681 * textmodes/reftex.el: Most of the code moved to other files.
6682 * textmodes/reftex-auc.el: New file, split out from reftex.el
6683 * textmodes/reftex-cite.el: New file, split out from reftex.el
6684 * textmodes/reftex-global.el: New file, split out from reftex.el
6685 * textmodes/reftex-index.el: New file, split out from reftex.el
6686 * textmodes/reftex-parse.el: New file, split out from reftex.el
6687 * textmodes/reftex-ref.el: New file, split out from reftex.el
6688 * textmodes/reftex-sel.el: New file, split out from reftex.el
6689 * textmodes/reftex-toc.el: New file, split out from reftex.el
6690 * textmodes/reftex-vars.el: New file, split out from reftex.el
6691 * textmodes/reftex-vcr.el: New file, split out from reftex.el
6692
6693 1999-08-16 Carsten Dominik <cd@gnu.org>
6694
6695 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6696 conflict with pop-up-frames.
6697 (reftex-special-environment-parsers): New constant.
6698 (reftex-label-alist): car of an entry can also be a function.
6699 (reftex-what-special-env): Cew function.
6700 (reftex-label-location): Call `reftex-what-special-env'.
6701 (reftex-compile-variables): Check for symbol in
6702 `reftex-label-alist'.
6703 (reftex-what-environment): Fixed bug with stacked environments of
6704 same kind (e.g. enumerate).
6705 (reftex-process-string): Preserve default directory.
6706 (reftex-label-alist-builtin): Changed prefixes of endnote and
6707 footnote. Also the magic words.
6708 (reftex-reference): Interprete new option
6709 `reftex-fref-is-default'.
6710 (reftex-replace-prefix-escapes): Interprete new `%S' format.
6711 (reftex-toc-mouse-view-line): Command removed (had no binding).
6712 (reftex-everything-regexp): New function.
6713 (reftex-nearest-match): Made better.
6714 (reftex-toc-find-section): Use new version of
6715 `reftex-nearest-match'.
6716 (reftex-insert-docstruct): Adapted to work with the index stuff.
6717 (reftex-parse-from-file): Find index entries as well.
6718 (reftex-toc-toggle-index): New function
6719 (reftex-toc-map): `i' is now used to togle the index, File
6720 boundaries has been moved to `F'.
6721 (reftex-select-label-map): Toggling display of file boundaries is
6722 now on the `F' key, for consistency with `reftex-toc-map'.
6723 (reftex-erase-all-selection-and-index-buffers): Renamed from
6724 `reftex-erase-all-selection-buffer'. Now also kills the index
6725 buffers.
6726 (reftex-viewing-cross-references): Customization group renamed
6727 from reftex-viewing-cross-references-and-citations.
6728 (reftex-index-macro-regexp,
6729 reftex-find-index-entry-regexp-format): New variables
6730 (reftex-macros-with-index): New variable
6731 (reftex-add-index-macros): New function
6732 (reftex-renumber-simple-labels, reftex-translate): Allow for
6733 multiple labels in a single ref command.
6734 (reftex-index-support): New customization group
6735 (reftex-support-index, reftex-index-special-chars,
6736 reftex-index-macros, reftex-index-default-macro,
6737 reftex-index-default-tag, reftex-index-math-format,
6738 reftex-index-section-letters, reftex-index-include-context,
6739 reftex-index-follow-mode, reftex-index-header-face,
6740 reftex-index-section-face, reftex-index-tag-face,
6741 reftex-index-face): New options
6742 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6743 reftex-index-tag, reftex-index-return-marker,
6744 reftex-index-restriction-indicator, reftex-index-restriction-data,
6745 reftex-index-macro-regexp, reftex-index-level-re,
6746 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6747 reftex-everything-regexp-no-index, reftex-index-re,
6748 reftex-macros-with-index, reftex-index-macro-alist): New variables
6749 (reftex-index-help, reftex-index-macros-builtin,
6750 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6751 reftex-query-index-macro-help): New constants
6752 (reftex-index-selection-or-word, reftex-index,
6753 reftex-default-index, reftex-update-default-index,
6754 reftex-index-complete-tag, reftex-index-select-tag,
6755 reftex-index-complete-key, reftex-index-update-taglist,
6756 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6757 reftex-display-index, reftex-insert-index,
6758 reftex-index-insert-new-letter, reftex-get-restriction,
6759 reftex-index-pre-command-hook, reftex-index-post-command-hook,
6760 reftex-index-show-help, reftex-index-next, reftex-index-previous,
6761 reftex-index-toggle-follow, reftex-index-toggle-context,
6762 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6763 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6764 reftex-index-quit, reftex-index-quit-and-kill,
6765 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6766 reftex-index-revert, reftex-index-switch-index-tag,
6767 reftex-index-restrict-to-section, reftex-index-widen,
6768 reftex-index-restriction-forward,
6769 reftex-index-restriction-backward, reftex-index-visit-location,
6770 reftex-index-analyze-entry, reftex-index-globalize,
6771 reftex-index-edit, reftex-index-toggle-range-beginning,
6772 reftex-index-toggle-range-end, reftex-index-edit-key,
6773 reftex-index-edit-attribute, reftex-index-edit-visual,
6774 reftex-index-edit-part, reftex-index-level-down,
6775 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6776 reftex-index-change-entry, reftex-index-goto-letter,
6777 reftex-add-index-macros, reftex-ensure-index-support,
6778 reftex-index-info-safe, reftex-index-info): New functions.
6779
6780
6781 1999-08-15 Richard M. Stallman <rms@gnu.org>
6782
6783 * paren.el (show-paren-mode): Support making show-paren-mode
6784 a buffer-local variable. Don't check for a window system.
6785 (show-paren-function): Check whether show-paren-function is
6786 enabled in current buffer; do the right thing if not.
6787 Don't check for a window system.
6788 (show-paren-mode): Make it a user variable.
6789
6790 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6791 Handle `enum' like `struct'.
6792
6793 * server.el (server-process-filter): If a client visits no buffers,
6794 close it immediately before recording it.
6795
6796 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6797 Optimize by calling concat just once. Handle =\n sequence.
6798 (mail-unquote-printable-region): New command.
6799 (mail-quote-printable): Make it autoload.
6800
6801 1999-08-15 Karl Heuer <kwzh@gnu.org>
6802
6803 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6804
6805 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
6806
6807 * lisp/texinfmt.el: Handle @ifnottex.
6808
6809 1999-08-15 Eli Zaretskii <eliz@gnu.org>
6810
6811 * frame.el (blink-cursor): Don't turn on cursor blinking for
6812 ms-dos.
6813
6814 * faces.el (face-valid-attribute-values): Look in
6815 x-bitmap-file-path only for x and w32 window systems.
6816
6817 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
6818 Do that if width is nil as well.
6819 (x-display-mm-height, x-display-mm-width): Update values.
6820 (x-colors): Compute the list from msdos-color-values.
6821 (x-select-enable-clipboard): Doc fix.
6822 (x-frob-font-weight, x-font-family-list): New functions.
6823
6824 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
6825
6826 * window.el (shrink-window-if-larger-than-buffer): Don't try to
6827 back up from beginning of buffer.
6828
6829 1999-08-13 Karl Heuer <kwzh@gnu.org>
6830
6831 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
6832
6833 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
6834
6835 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
6836 doomsday clock, speed control is added and changes are made to
6837 allow large numbers of rings: rings now show the whole ring
6838 number, not just the last digit; consecutive rings are allowed to
6839 be the same size when necessary to fit all the rings in the
6840 window; and poles can be oriented horizontally. Face support is
6841 thrown in gratuitously.
6842 (hanoi): Changed default number of rings back to 3.
6843 (hanoi-unix, hanoi-unix-64): New commands
6844 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
6845 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
6846 hanoi-odd-ring-face): New variables.
6847 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
6848 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
6849 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
6850 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
6851 (hanoi-topos, hanoi-draw-ring): Removed.
6852
6853 1999-08-12 Gerd Moellmann <gerd@gnu.org>
6854
6855 * faces.el (face-valid-attribute-values): Return an alist for
6856 families on ttys.
6857 (face-read-integer): Handle unspecified face attributes. Add
6858 completion for `unspecified'.
6859 (read-face-attribute): Handle unspecified font attributes.
6860 (face-valid-attribute-values): Add `unspecified' to lists so that
6861 it can be chosen via completion.
6862 (face-read-string): Don't recognize "none" as input.
6863
6864 1999-08-10 Dave Love <fx@gnu.org>
6865
6866 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
6867 string.
6868
6869 * sun-curs.el: Require sun-fns.
6870
6871 1999-08-10 Dave Love <fx@gnu.org>
6872
6873 * autorevert.el (auto-revert-mode): Add autoload cookie.
6874
6875 * hscroll.el, auto-show.el: Files deleted -- we have built-in
6876 hscroll.
6877
6878 * simple.el (hscroll-step, hscroll-point-visible)
6879 (hscroll-window-column): Remove now we have the mentioned real
6880 horizontal autoscrolling.
6881
6882 1999-08-10 Richard M. Stallman <rms@gnu.org>
6883
6884 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
6885 control use of -f option.
6886 (mail-specify-envelope-from): New variable.
6887 (mail-from-style): Doc fix.
6888
6889 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
6890 (easy-menu-get-map): New arg TO-MODIFY helps choose
6891 between local and global maps.
6892 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
6893 (easy-menu-change): Doc fix.
6894
6895 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
6896 (info-lookup-guess-default): Simplified and cleaned up.
6897 (info-lookup-guess-default*): Preserve point.
6898
6899 * view.el (view-mode-disable): If buffer-read-only is nil,
6900 don't change it.
6901
6902 * files.el (after-find-file): Disable View mode if buffer is no
6903 longer read-only.
6904
6905 * view.el (view-mode-enable, view-mode-disable):
6906 Call force-mode-line-update.
6907
6908 1999-08-10 Karl Heuer <kwzh@gnu.org>
6909
6910 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
6911 * array.el, play/landmark.el, international/latin-3.el: Likewise.
6912 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
6913
6914 1999-08-10 Alex Schroeder <asc@bsiag.com>
6915
6916 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
6917 to prevent m-eating-bug.
6918
6919 1999-08-10 Eli Zaretskii <eliz@gnu.org>
6920
6921 * term/pc-win.el (msdos-bg-mode): Remove. Call
6922 frame-set-background-mode instead. All callers changed.
6923 (msdos-face-setup): Don't force color display parameter, it is set
6924 by frame-set-background-mode.
6925 (make-msdos-frame): Call x-handle-reverse-video and
6926 face-set-after-frame-default. Delete frame if creation failed.
6927
6928 * faces.el (face-set-after-frame-default): Don't call
6929 make-face-x-resource-internal for the pc window-system.
6930
6931 1999-08-10 Dave Love <fx@melange.gnu.org>
6932
6933 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
6934 case with no docstring specially.
6935
6936 1999-08-09 Eli Zaretskii <eliz@gnu.org>
6937
6938 * complete.el (PC-do-completion): If completing on file name,
6939 reproduce str by concatenating its directory and basename parts.
6940
6941 1999-08-07 Dave Love <fx@gnu.org>
6942
6943 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
6944 unibyte to multibyte conversion of search-forward (from Handa),
6945 but avoid the replacement if the language is Latin-N.
6946
6947 1999-08-06 Richard Stallman <rms@gnu.org>
6948
6949 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
6950 of eval-buffer.
6951
6952 * international/mule.el (load-with-code-conversion):
6953 Pass t to eval-buffer for DO-ALLOW-PRINT.
6954
6955 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
6956
6957 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
6958 of filenames and attributes.
6959 (ls-lisp-insert-directory): Use directory-files-and-attributes
6960 for speed.
6961
6962 1999-08-05 Dave Love <fx@gnu.org>
6963
6964 * auto-show.el (auto-show-mode): Fix :set.
6965
6966 * widget.el (define-widget-keywords): Make dummy definition and
6967 comment-out its use.
6968
6969 1999-08-04 Richard Stallman <rms@gnu.org>
6970
6971 * progmodes/tcl.el: Customized.
6972
6973 * sql.el (sql-accumulate-and-indent): Instead of testing
6974 whether this is Emacs 20 before calling comint-accumulate,
6975 test whether comint-accumulate is defined.
6976
6977 1999-08-04 Dave Love <fx@gnu.org>
6978
6979 * sgml-mode.el: Require outline when compiling.
6980 (sgml-mode-hook, html-mode-hook): Customize.
6981 (sgml-validate-command): Fix :version.
6982 (html-autoview-mode): Doc fix.
6983
6984 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
6985 nothing in Latin-N environment.
6986
6987 * info.el (Info-find-node): Call info-initialize here.
6988 (info): Not here.
6989 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
6990
6991 1999-08-04 Richard Stallman <rms@gnu.org>
6992
6993 * ansi-color.el: New file.
6994
6995 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
6996
6997 * dired.el (dired-string-replace-match): Return `nil' when no match
6998 found with global search.
6999
7000 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7001 * terminal.el (te-terminfo-directory):
7002 * mail/mailpost.el (post-mail-send-it):
7003 * mail/metamail.el (metamail-region):
7004 * progmodes/ada-mode.el (ada-tmp-directory):
7005 Use temporary-file-directory.
7006
7007 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7008 (compilation-filter, compilation-forget-errors)
7009 (compilation-parse-errors): Use a marker instead of an integer for
7010 `compilation-parsing-end'.
7011
7012 * progmodes/diff.el (diff-parse-differences):
7013 Use a marker instead of an integer for `compilation-parsing-end'.
7014 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7015 Use a marker instead of an integer for `compilation-parsing-end'.
7016
7017 1999-08-03 Richard Stallman <rms@gnu.org>
7018
7019 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7020 (Buffer-menu-mode): Doc fix.
7021 (Buffer-menu-view): New command.
7022 (Buffer-menu-view-other-window): New command.
7023
7024 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7025
7026 * replace.el (query-replace-regexp-eval)
7027 (replace-eval-replacement, replace-loop-through-replacements)
7028 (replace-match-string-symbols): New functions.
7029 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7030 Use replace-loop-through-replacements.
7031
7032 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7033
7034 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7035 (5x5): Doc fix.
7036
7037 1999-08-03 Dave Love <fx@gnu.org>
7038
7039 * fortran.el (fortran-indent-new-line): Make it an alias
7040 for reindent-then-newline-and-indent.
7041
7042 1999-08-03 Didier Verna <verna@inf.enst.fr>
7043
7044 * rect.el: All functions rewritten, except when noted above
7045 their declaration. Below is a list of interface changes.
7046 (apply-on-rectangle): New function, mostly replaces
7047 `operate-on-rectangle'. All callers changed.
7048 (move-to-column-force): Pass new second argument to `move-to-column'.
7049 (kill-rectangle): Added optional prefix arg to fill lines.
7050 (delete-rectangle): Ditto.
7051 (delete-whitespace-rectangle): Ditto.
7052 (delete-extract-rectangle): Ditto.
7053 (open-rectangle): Ditto.
7054 (clear-rectangle): Ditto.
7055 (delete-whitespace-rectangle-line): New function.
7056 (delete-rectangle-line): Added third arg FILL.
7057 (delete-extract-rectangle-line): Ditto.
7058 (open-rectangle-line): Ditto.
7059 (clear-rectangle-line): Ditto.
7060
7061 1999-08-03 Ray Blaak <blaak@gnu.org>
7062
7063 * progmodes/delphi.el: New file.
7064
7065 1999-08-02 Richard Stallman <rms@gnu.org>
7066
7067 * textmodes/outline.el (outline-previous-heading): New function.
7068 (outline-up-heading-all): Use outline-previous-heading.
7069 (outline-next-heading): Delete definition inserted yesterday.
7070
7071 1999-08-01 Richard Stallman <rms@gnu.org>
7072
7073 * textmodes/outline.el (outline-next-heading): New function.
7074 (outline-up-heading-all): New function.
7075 (outline-font-lock-level): Using outline-up-heading-all.
7076 Tell outline-back-to-heading to accept invisible headings.
7077
7078 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7079
7080 * mail/mh-utils.el (mh-find-path-run): New variable.
7081 (mh-find-path): Test and set that.
7082 Set mail-user-agent only the first time this function is run.
7083 (mail-user-agent): Defvar deleted.
7084
7085 * info.el (info-initialize): New function.
7086 (info): Call info-initialize.
7087 (Info-directory-list): Initialize to nil,
7088 so info-initialize will set it up for real.
7089
7090 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7091
7092 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7093 does not interpret a time as the year in a day-month entry.
7094
7095 * calendar/diary-lib.el: Change syntax table entry for colon in
7096 the diary as part of the european-date-diary-pattern fix.
7097
7098 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7099
7100 * international/mule.el (set-auto-coding): Allow whitespace before
7101 and after the "variable: value" pair.
7102
7103 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7104
7105 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7106 (default-sendmail-coding-system): Doc-string fixed.
7107
7108 1999-07-30 Dave Love <fx@gnu.org>
7109
7110 * subr.el (assoc-delete-all): New function, renamed from
7111 frame-delete-all.
7112
7113 * frame.el: Change comments to doc strings and other doc fixes.
7114 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7115 Callers changed.
7116 (set-background-color, set-foreground-color, set-cursor-color)
7117 (set-mouse-color, set-border-color): Offer completion of colours.
7118 (cursor): Add :version to defgroup.
7119
7120 * facemenu.el (list-colors-display): Make it work on ttys.
7121 (facemenu-read-color): Likewise.
7122
7123 1999-07-30 Richard M. Stallman <rms@gnu.org>
7124
7125 * frame.el (frame-notice-user-settings): If background
7126 color has been changed, update background-mode from it,
7127 then update faces.
7128
7129 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7130
7131 * net-utils.el (finger): Don't do indirect fingering.
7132
7133 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7134
7135 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7136 rules. Add separator at end of holidays.
7137 (cal-tex-rules): New customizable variable.
7138 (cal-tex-latexify-list): Add optional parameter to put separator
7139 at end.
7140
7141 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7142
7143 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7144 fill prefix on each line while looping to the end of paragraph.
7145 End paragraph if it's longer than the existing fill prefix.
7146
7147 * textmodes/fill.el (fill-context-prefix): Doc fix.
7148
7149 1999-07-30 Dave Love <fx@gnu.org>
7150
7151 * font-lock.el (jit-lock): Fix :load, add :version.
7152
7153 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7154
7155 * term/pc-win.el (msdos-face-setup): Register standard colors in
7156 Vface_tty_color_alist.
7157 (face-color-supported-p, face_color_gray_p): New functions.
7158
7159 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7160 is bound.
7161
7162 * startup.el (command-line): Don't register default colors for
7163 MSDOS window-system.
7164
7165 1999-07-29 Dave Love <fx@gnu.org>
7166
7167 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7168 charquote.
7169
7170 * lisp-mode.el (eval-defun): Re-written to avoid
7171 capturing variables.
7172
7173 * picture.el (picture-beginning-of-line): Don't call
7174 hscroll-point-visible now we have real autoscrolling.
7175 (picture-end-of-line, picture-newline, picture-open-line):
7176 Likewise.
7177
7178 * international/latin-8.el: New file.
7179 * international/latin-9.el: New file.
7180
7181 1999-07-28 Dave Love <fx@gnu.org>
7182
7183 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7184
7185 * msb.el: Require cl only when compiling.
7186 (msb--home-dir): Deleted.
7187 (msb--format-title): Use abbreviate-file-name.
7188 (msb--choose-file-menu): Simplify string comparison.
7189
7190 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7191
7192 * faces.el (toolbar): Add face definition for mono displays.
7193
7194 1999-07-27 Richard M. Stallman <rms@gnu.org>
7195
7196 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7197
7198 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7199 force copying of default-frame-alist.
7200
7201 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7202
7203 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7204
7205 1999-07-26 Richard M. Stallman <rms@gnu.org>
7206
7207 * frame.el (set-mouse-color): If new color is nil,
7208 really respecify the current color.
7209
7210 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7211
7212 * faces.el (bitmap-area): Change background of face `bitmap-area'
7213 to white for mono displays.
7214
7215 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7216
7217 * international/ccl.el (ccl-embed-symbol): New function.
7218 (ccl-program-p): Deleted. Now it's implemented in C code.
7219 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7220 (ccl-compile-translate-character): Likewise.
7221 (ccl-compile-map-single): Likewise.
7222 (ccl-compile-multiple-map-function): Likewise.
7223 (declare-ccl-program): Doc-string modified.
7224 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7225
7226 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7227
7228 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7229
7230 1999-07-25 Markus Rost <rost@gnu.org>
7231
7232 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7233 the entries to make custom-file more readable.
7234
7235 1999-07-25 Richard M. Stallman <rms@gnu.org>
7236
7237 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7238
7239 * emacs-lisp/edebug.el: Delete compatibility code.
7240 (edebug-next-token-class): If . is followed by a digit,
7241 return `symbol' for the token class.
7242
7243 * startup.el (command-line): If we don't find the user's init file,
7244 set user-init-file to nil.
7245
7246 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7247
7248 * info-look.el (info-lookup-interactive-arguments): Add optional
7249 argument query for new choice of help mode.
7250 (info-lookup-symbol): Use it.
7251 (info-lookup-file): Ditto.
7252 (info-lookup): Don't switch to other window, if already in Info
7253 buffer.
7254
7255 1999-07-23 Dave Love <fx@gnu.org>
7256
7257 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7258 syntax.
7259 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7260 (fortran-font-lock-syntactic-keywords): New variable.
7261 (fortran-mode): Use it.
7262 (fortran-font-lock-keywords-1): Don't do comments.
7263 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7264 match data.
7265
7266 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7267
7268 * msb.el (msb-menu-bar-update-buffers): Renamed from
7269 menu-bar-update-buffers.
7270 (msb-custom-set, msb--toggle-menu-type): Call
7271 msb-menu-bar-update-buffers.
7272 (msb-mode): Revise the hook setting.
7273
7274 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7275
7276 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7277
7278 * font-lock.el, help.el, simple.el: Re-integrate previously
7279 described changes that were lost due to errors while checking them
7280 in.
7281
7282 1999-07-23 Kevin Blake <kblake@ticnet.com>
7283
7284 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7285
7286 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7287
7288 * international/encoded-kb.el
7289 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7290 but push it to unread-command-events.
7291 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7292 (encoded-kbd-self-insert-sjis): Likewise.
7293 (encoded-kbd-self-insert-big5): Likewise.
7294
7295 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7296 before left margin and fill-prefix by fill-find-break-point.
7297
7298 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7299
7300 * info-look.el (info-lookup-setup-mode): Don't give up, if
7301 info-lookup-make-completions returns an error.
7302 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7303 name latex, not latex2e.
7304
7305 1999-07-21 Richard M. Stallman <rms@gnu.org>
7306
7307 * replace.el (perform-replace): Turn off case-fold-search
7308 if FROM-STRING argument has uppercase in it.
7309
7310 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7311
7312 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7313 mode is on. Don't use end of changed text.
7314
7315 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7316
7317 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7318 (cl-hash-table-p): Renamed from hash-table-p.
7319 (cl-hash-table-count): Renamed from hash-table-count.
7320 (maphash): Alias to cl-maphash removed.
7321 (gethash): Likewise.
7322 (puthash): Likewise.
7323 (remhash): Likewise.
7324 (clrhash): Likewise.
7325
7326 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7327
7328 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7329 third arg non-nil. See comment there why this isn't a good idea.
7330
7331 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7332
7333 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7334
7335 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7336 sit-for with 3rd arg non-nil to prevent redisplay.
7337
7338 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7339
7340 * image.el (image-type-from-file-header): If file doesn't
7341 have a directory part, add data-directory.
7342
7343 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7344
7345 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7346 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7347 motion handling when tooltip-gud-tips-p is nil.
7348
7349 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7350
7351 * tooltip.el (tooltip-mode): Don't use `plusp'.
7352 (tooltip-active): Use initial value of nil.
7353
7354 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7355
7356 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7357
7358 * bindings.el (make-mode-line-mouse-sensitive): Add key
7359 definitions for `top-line'.
7360
7361 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7362
7363 * faces.el (top-line): New face.
7364
7365 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7366
7367 * image.el (image-type-regexps): Add regexp for PS files.
7368
7369 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7370
7371 * faces.el (set-face-attribute): Fix wrong handling of frame
7372 begin equal to t.
7373
7374 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7375
7376 * image.el (image-type-regexps): Add PNG format.
7377
7378 1999-07-21 Dave Love <fx@gnu.org>
7379
7380 * bindings.el (mode-line-modified): New variable.
7381 (mode-line-mode-menu-1): Switch to appropriate window before
7382 showing menu.
7383
7384 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7385
7386 * faces.el (face-underline): Removed.
7387 (face-underline-color): Ditto.
7388
7389 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7390
7391 * faces.el (face-x-resources): Fix typo.
7392
7393 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7394
7395 * faces.el: Remove handling of `:relief', extend handling of
7396 `:box'.
7397 (frame-set-background-mode): Choose new defface specs after
7398 frame parameters have changed.
7399
7400 * cus-face.el: Ditto.
7401
7402 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7403
7404 * custom.el (defface): Extend documentation to include new
7405 face attributes.
7406
7407 * cus-face.el (custom-face-attributes): Add overline,
7408 strike-through, box.
7409
7410 * faces.el (face-valid-attribute-values): Handle overline,
7411 strike-through, box.
7412 (face-attribute-name-alist): Add pairs for new face attributes.
7413 (describe-face): Handle new face attributes.
7414
7415 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7416
7417 * faces.el (face-x-resources): Add overline, strike-through, box.
7418
7419 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7420
7421 * enriched.el (enriched-translations): Add `display' and
7422 "x-display".
7423 (enriched-handle-display-prop): New.
7424 (enriched-decode-display-prop): New.
7425
7426 * format.el (top-level): Give `display' property
7427 `format-list-atomic-p.
7428 (format-annotate-single-property-change): Test that property.
7429 If present, treat list property values like atoms.
7430
7431 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7432
7433 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7434 so that "*" can be entered.
7435
7436 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7437
7438 * cus-face.el (custom-face-attributes): Don't use `#''.
7439
7440 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7441
7442 * cus-face.el (custom-face-attributes): Return underline
7443 face attribute directly from the second lambda of underline.
7444
7445 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7446
7447 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7448
7449 * frame.el (after-setting-font-hooks): New variable.
7450 (set-frame-font): Run those hooks.
7451
7452 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7453
7454 * faces.el (set-face-attribute): Fix doc string.
7455
7456 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7457
7458 * cus-face.el (custom-face-attributes): Accept color name.
7459
7460 * faces.el (face-underline-p): Accept unspecified underlining.
7461 (face-underline): Ditto. Fix doc string.
7462
7463 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7464
7465 * faces.el (face-underline-color): New function.
7466
7467 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7468
7469 * cus-face.el (custom-face-attributes): Support underline coloring.
7470 Added slot to choose a color.
7471
7472 * faces.el (face-underline): New function.
7473 (face-underline-p): Support underline coloring.
7474 Return nil only if the underline attribute is 'normal.
7475 (set-face-underline): New function.
7476 (face-valid-attribute-values): Support underline coloring.
7477
7478 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7479
7480 * image.el (insert-image): Use `display' instead of `glyph'
7481 as text property name.
7482 (put-image): Ditto.
7483 (image-type-from-file-header): Use insert-file-contents-literally.
7484
7485 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7486
7487 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7488 string to indicate separators.
7489
7490 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7491
7492 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7493 instead of message-log.
7494
7495 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7496
7497 * faces.el (bitmap-area): New face.
7498
7499 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7500
7501 * image.el (insert-image): New.
7502
7503 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7504
7505 * frame.el (blink-cursor): Set the symbol's value.
7506 (show-trailing-whitespace): Change group to font-lock.
7507
7508 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7509
7510 * jit-lock.el: New.
7511 * font-lock.el: Add jit-mode as new support mode.
7512
7513 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7514 reaching end instead of letting re-search-forward signal an error.
7515 (demand-lock-mode): New.
7516 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7517 (font-lock-turn-off-thing-lock): Ditto.
7518 (font-lock-after-fontify-buffer): Ditto.
7519 (font-lock-after-unfontify-buffer): Ditto.
7520
7521 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7522
7523 * gs.el: New file.
7524
7525 * startup.el (command-line-1): Activate tooltip mode if
7526 interactive.
7527
7528 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7529
7530 * faces.el (toolbar): Grey default background.
7531 (modeline): Ditto.
7532
7533 * image.el (image-type-regexps): New.
7534 (image-type-from-file-header): New.
7535 (create-image): Call it.
7536
7537 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7538
7539 * image.el: New file.
7540
7541 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7542
7543 * bindings.el (mode-line-format): Replace `mode-name' with
7544 `(:eval mode-line-mode-name)'.
7545 (mode-line-mode-name): New.
7546 (make-mode-line-mouse-sensitive): Don't change default value
7547 of `mode-name'.
7548
7549 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7550
7551 * tooltip.el: New file.
7552
7553 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7554
7555 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7556 instead of mouse-3 to pop up menus.
7557 (mode-line-kill-buffer): Removed.
7558 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7559 buffer name.
7560 (mode-line-buffer-menu-1): Removed.
7561
7562 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7563
7564 * bindings.el (mode-line-buffer-identification-keymap): New.
7565 (mode-line-buffer-menu-keymap): New.
7566 (mode-line-mode-menu-keymap): New.
7567 (mode-line-unbury-buffer): New.
7568 (mode-line-other-buffer): New.
7569 (mode-line-kill-buffer): New.
7570 (mode-line-buffer-menu-1): New.
7571 (mode-line-mode-menu-1): New.
7572 (make-mode-line-mouse-sensitive): New.
7573
7574 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7575
7576 * help.el (describe-key-briefly): Handle mode line strings
7577 with local-map properties.
7578 (describe-key): Ditto.
7579 (mode-line-key-binding): New.
7580
7581 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7582
7583 * scroll-bar.el (scroll-bar-timer): New.
7584 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7585
7586 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7587
7588 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7589 and `bottom'.
7590
7591 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7592
7593 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7594 (global): Use different key bindings if using tookit scroll bars.
7595
7596 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7597
7598 * faces.el (modeline): Define mode line face with relief for
7599 class color, only.
7600 (toolbar): New face.
7601
7602 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7603
7604 * frame.el (frame-initialize): Set frame-creation-function to
7605 tty-create-frame-with-faces.
7606
7607 * faces.el (frame-set-background-mode): Make it work for
7608 window-system nil.
7609
7610 * faces.el (tty-create-frame-with-faces): New.
7611 (face-set-after-frame-default): Make it work for TTY frames.
7612
7613 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7614
7615 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7616 Return a list of one font family for TTYs. Don't return bitmap
7617 file paths for TTY frames.
7618
7619 * faces.el: Add face specs for tty displays to basic faces.
7620
7621 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7622 (font-lock-string-face): Ditto.
7623 (font-lock-keyword-face): Ditto.
7624 (font-lock-builtin-face): Ditto.
7625 (font-lock-function-name-face): Ditto.
7626 (font-lock-variable-name-face): Ditto.
7627 (font-lock-type-face): Ditto.
7628 (font-lock-constant-face): Ditto.
7629 (font-lock-warning-face): Ditto.
7630
7631 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7632
7633 * startup.el (command-line): Register default tty colors.
7634
7635 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7636
7637 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7638
7639 * faces.el (modeline): For X frames, use a modeline with relief.
7640
7641 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7642
7643 * faces.el (frame-update-faces): Copied from 20.2.
7644 (frame-update-face-colors): Ditto. Code removed that isn't
7645 applicable in the new face implementation.
7646
7647 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7648
7649 * frame.el (show-trailing-whitespace): New.
7650
7651 * faces.el (trailing-whitespace): New basic face.
7652
7653 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7654
7655 * cus-face.el (custom-facep): Always define as alias for facep.
7656
7657 * cus-face.el (custom-face-attributes): Use choice widgets.
7658 Remove :bold and :italic.
7659
7660 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7661
7662 * faces.el (face-charset-registries): Removed since fontset.el
7663 is no always loaded.
7664
7665 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7666
7667 * faces.el (internal-get-face): Added as obsolete function for
7668 compatibility.
7669
7670 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7671
7672 * frame.el (blink-cursor-end): Call show-cursor.
7673 (blink-cursor-mode): Ditto.
7674
7675 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7676
7677 * faces.el (face-spec-reset-face): Reset all attributes to
7678 `unspecified'.
7679 (face-spec-set): Use it.
7680
7681 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7682
7683 * faces.el (read-all-face-attributes): Bug fix.
7684 (face-read-integer): Allow nil default value.
7685 (face-valid-attribute-values): Use symbol names of attribute
7686 values for completion list.
7687
7688 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7689
7690 * faces.el (internal-find-face): Define for compatibility with
7691 20.2.
7692 (face-id): Likewise.
7693
7694 * faces.el (face-id): Return the ID of a realized face for ASCII.
7695
7696 * fontset.el (x-charset-registries): Removed. Now in faces.el.
7697 (x-complement-fontset-spec): Use face-charset-registries.
7698
7699 * faces.el (face-font-selection-order): Set font selection order
7700 from Lisp.
7701 (face-alternative-font-family-alist): Set alternative font
7702 families from Lisp.
7703
7704 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7705
7706 * faces.el (set-face-charset-registries): Set symbol value.
7707
7708 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7709
7710 * faces.el (face-set-after-frame-default): Call function
7711 internal-merge-in-global-face.
7712
7713 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7714
7715 * faces.el (face-list): Return symbols from face-global-alist.
7716
7717 * faces.el (face-list): Return a copy of the face name list so
7718 that it cannot be modified from outside (facemenu.el uses
7719 nreverse, for example).
7720
7721 * cus-face.el (custom-face-attributes): Add :bold and :italic
7722 for compatibility with old code.
7723
7724 * faces.el (set-face-attributes-from-resources): Additional
7725 frame parameter.
7726 (make-face-x-resource-internal): Set attributes from resources
7727 for a given frame or all frames.
7728
7729 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7730
7731 * faces.el (all-faces): Removed.
7732
7733 * custom.el (defface): Add new face attributes to function
7734 comment.
7735
7736 * font-lock.el (font-lock-comment-face): Use new face attribute
7737 names.
7738 (font-lock-string-face): Ditto.
7739 (font-lock-keyword-face): Ditto.
7740 (font-lock-builtin-face): Ditto.
7741 (font-lock-function-name-face): Ditto.
7742 (font-lock-variable-name-face): Ditto.
7743 (font-lock-type-face): Ditto.
7744 (font-lock-reference-face): Ditto.
7745 (font-lock-warning-face): Ditto.
7746 ((boundp 'font-lock-face-attributes)): Ditto.
7747
7748 * cus-face.el (custom-face-attributes): Use new face attributes.
7749
7750 * faces.el (set-face-attribute-from-resource): Initialize
7751 from resources only for X and W32.
7752
7753 * cus-face.el (custom-declare-face): Don't make frame-local
7754 faces.
7755
7756 * faces.el (describe-face): Use princ instead of insert.
7757
7758 * faces.el: Add XLFD manipulation functions from 20.2 again
7759 because fontset.el uses them.
7760 (face-set-after-frame-default): Add empty definition.
7761
7762 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7763
7764 * faces.el (make-face): Correct typo.
7765 (set-face-attribute-from-resource): Use let*.
7766 (face-underline-p): Correct typo.
7767 (face-inverse-video-p): Ditto.
7768 (set-face-stipple): Ditto.
7769 (face-read-string): Make completion-list optional parameter.
7770
7771 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7772
7773 * faces.el (face-charset-registries): Alist mapping charset
7774 symbols to registries and encoding.
7775
7776 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7777
7778 * frame.el (blink-cursor-mode): Use interactive spec "P".
7779
7780 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7781
7782 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7783 mode. The cursor of selected_window blinks if the mode is enabled.
7784
7785 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7786
7787 * simple.el (next-history-element): Set point to the end of the
7788 prompt if minibuffer-prompt-in-buffer.
7789
7790 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7791
7792 * faces.el (x-font-regexp): Add sub-expression parentheses for
7793 several font name components.
7794
7795 1999-07-21 Gerd Moellmann <gerd@acm.org>
7796
7797 * faces.el (set-face-relief): Use index 12 for relief.
7798 (face-fill-in): Set relief from data.
7799 (internal-make-face): Init relief to zero.
7800
7801 * faces.el (face-spec-set): Call modify-face with additional
7802 parameters for relief and fixed-p.
7803
7804 1999-07-21 Gerd Moellmann <gerd@acm.org>
7805
7806 * cus-face.el: ':fixed and ':relief added.
7807
7808 * faces.el (describe-face): Add fixed font attribute and relief.
7809 (face-attr-match-p): Ditto.
7810 (face-attr-construct): Ditto.
7811 (face-spec-set): Ditto.
7812
7813 1999-07-21 Gerd Moellmann <gerd@acm.org>
7814
7815 * faces.el (internal-make-face): Function to create a Lisp vector
7816 suitable for representing a face.
7817 (make-face): Use it instead of make-vector.
7818 (x-create-frame-with-faces): Use it instead of vector.
7819 (internal-facep): Increase vector size to 14.
7820 (internal-make-face): Ditto.
7821 (face-relief): Access relief thickness.
7822 (face-fixed-p): Access fixed font attribute.
7823 (set-face-fixed-p): Set fixed font attribute.
7824 (set-face-relief): Set relief attribute.
7825 (internal-face-interactive-int): Read int attribute of face.
7826 (modify-face): Add fixed-p and relief parameters.
7827 (copy-face): Handle fixed-p and relief.
7828 (face-equal): Compare fixed-p and relief.
7829 (face-differs-from-default-p): Ditto.
7830 (face-nontrivial-p): Add fixed-p and relief.
7831
7832 1999-07-21 Gerd Moellmann <gerd@acm.org>
7833
7834 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
7835 (internal-facep): Increase vector size.
7836 (make-face): Ditto.
7837 (face-shadow-thickness): Added.
7838 (set-face-shadow-thickness): Added.
7839 (modify-face): Add optional shadow-thickness parameter.
7840 (make-face-x-resource-internal): Add shadows.
7841 (copy-face): Ditto.
7842 (face-equal): Ditto.
7843 (face-differs-from-default-p): Ditto.
7844 (face-nontrivial-p): Ditto.
7845 (face-attr-match-p): Ditto.
7846 (face-attr-construct): Ditto.
7847 (face-spec-set): Ditto.
7848 (face-fill-in): Ditto.
7849
7850 1999-07-21 Gerd Moellmann <gerd@acm.org>
7851
7852 * bench.el (bench-mark-split-window): New bench mark.
7853
7854 1999-07-21 Gerd Moellmann <gerd@acm.org>
7855
7856 * faces.el (set-face-font): Don't pass default font to
7857 x-resolve-font so that font will not have to be of the same
7858 size.
7859
7860 1999-07-20 Dave Love <fx@gnu.org>
7861
7862 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
7863 unconditionally t.
7864
7865 1999-07-20 Karl Heuer <kwzh@gnu.org>
7866
7867 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
7868
7869 1999-07-20 Dave Love <fx@gnu.org>
7870
7871 * help.el (describe-variable): Fix test for customizability.
7872
7873 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
7874 Check for readonly buffer in interactive spec.
7875 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
7876 (backward-kill-word): Add * to interactive spec.
7877
7878 * underline.el (underline-region, ununderline-region): Add * to
7879 interactive spec.
7880
7881 * fill.el (canonically-space-region, justify-current-line): Add *
7882 to interactive spec.
7883 (fill-region-as-paragraph, fill-paragraph, fill-region)
7884 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
7885 readonly buffer in interactive spec.
7886
7887 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
7888 (backward-kill-sentence, kill-sentence): Add * to interactive
7889 spec.
7890
7891 1999-07-19 Richard M. Stallman <rms@gnu.org>
7892
7893 * dired-aux.el (dired-do-shell-command): Doc fix.
7894
7895 * shell.el (shell-unquote-argument): New function.
7896 (shell-directory-tracker): Use shell-unquote-argument.
7897 * comint.el (comint-arguments): Handle \ followed by space or tab.
7898
7899 1999-07-19 John Wiegley <jwiegley@borland.com>
7900
7901 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
7902 color codes 39 and 49, which by the way lynx uses them seem to
7903 mean "foreground reset" and "background reset".
7904
7905 1999-07-19 Karl Heuer <kwzh@gnu.org>
7906
7907 * font-lock.el (c++-keywords): Add "typeid".
7908
7909 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
7910 selects no font, treat that as zero selections, not one.
7911
7912 1999-07-19 Dave Love <fx@gnu.org>
7913
7914 * info.el (Info-search): Don't lose with empty regexp.
7915
7916 * version.el: Cater for (free) `ident' program, not `which'.
7917
7918 * hl-line.el: New file.
7919
7920 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
7921 for modes which don't define menus.
7922
7923 1999-07-16 Richard M. Stallman <rms@gnu.org>
7924
7925 * webjump.el (webjump-sample-sites): Update some URLs.
7926
7927 1999-07-14 Richard Stallman <rms@gnu.org>
7928
7929 * Version 20.4 released.
7930
7931 1999-07-14 Andreas Schwab <schwab@gnu.org>
7932
7933 * compare-w.el (compare-windows): Try to find the next window in
7934 the current frame before looking at the other frames.
7935
7936 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
7937
7938 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
7939 Use cyrillic-jcuken as default input method.
7940
7941 1999-07-12 Richard Stallman <rms@gnu.org>
7942
7943 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
7944 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
7945
7946 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
7947 (ispell-local-dictionary-alist): Add koi8-r for character set.
7948
7949 * textmodes/flyspell.el (flyspell-get-word):
7950 Add special handling for when ispell-otherchars is empty.
7951
7952 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
7953
7954 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
7955 when having nested functons.
7956 (pascal-indent-nested-functions) (pascal-indent-line)
7957 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
7958 indenting nested functions.
7959
7960 1999-07-09 Richard Stallman <rms@gnu.org>
7961
7962 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
7963
7964 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
7965
7966 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
7967 the `end' keyword was in the very beginning of the buffer.
7968
7969 1999-07-08 Richard Stallman <rms@gnu.org>
7970
7971 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
7972
7973 * term.el (term-emulate-terminal): Avoid infinite loop
7974 in strange case where minibuffer window is selected but not active.
7975
7976 1999-07-07 Stephen Eglen <stephen@gnu.org>
7977
7978 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
7979 Change regexp so that it doesn't match commands beginning with `cd'.
7980
7981 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7982
7983 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
7984
7985 1999-07-06 Richard Stallman <rms@gnu.org>
7986
7987 * hscroll.el (hscroll-minibuffer-hook): New function.
7988 (hscroll-global-mode): Add and remove that hook.
7989 Set hscroll-old-truncate-was-global's default value.
7990
7991 1999-07-05 Richard Stallman <rms@gnu.org>
7992
7993 * files.el (revert-buffer): Don't preserve point here.
7994 (revert-buffer-insert-file-contents-function): Doc fix.
7995
7996 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
7997
7998 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
7999 doing a `stat' when it isn't necessary because that can cause
8000 trouble when an NFS server is down.
8001
8002 1999-07-04 Richard Stallman <rms@gnu.org>
8003
8004 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8005
8006 1999-07-03 Richard Stallman <rms@gnu.org>
8007
8008 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8009 for \200...\240 also.
8010 (isearch-printing-char): Use unibyte-char-to-multibyte.
8011
8012 1999-07-02 Richard Stallman <rms@gnu.org>
8013
8014 * frame.el (minibuffer-frame-alist): Use defcustom.
8015 (pop-up-frame-alist): Likewise.
8016 (initial-frame-alist): Specify * in the doc string.
8017
8018 * hscroll.el (hscroll-mode): Make it a permanent local.
8019 (hscroll-mode): Don't cancel the timer
8020 if HScroll mode is enabled in some other buffer.
8021
8022 * isearch.el (isearch-done): If search ends in middle of intangible
8023 text (due to text property), move on to the limit of that text.
8024
8025 1999-07-01 Andrew Innes <andrewi@gnu.org>
8026
8027 * man.el (Man-build-man-command): Use value of null-device,
8028 instead of hard-coding "/dev/null".
8029
8030 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8031 ange-ftp file names, which might force ange-ftp to prompt for a
8032 password.
8033
8034 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8035 to prevent references to temp files.
8036
8037 1999-06-30 Richard Stallman <rms@gnu.org>
8038
8039 * progmodes/sh-script.el (sh-feature): If nothing is known
8040 about the given shell, use the values for `sh'.
8041
8042 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8043
8044 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8045 to make it non-recursive.
8046
8047 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8048
8049 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8050
8051 * auto-show.el (auto-show-mode): Fix Typo in :set.
8052
8053 1999-06-29 Richard M. Stallman <rms@gnu.org>
8054
8055 * progmodes/sh-script.el (sh-mode): When setting syntax
8056 table, default to the standard one.
8057
8058 1999-06-27 Richard M. Stallman <rms@gnu.org>
8059
8060 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8061
8062 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8063
8064 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8065 a frame when `return' is requested (even if pop-up-frames = t)
8066 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8067 should only be set for the bibtex buffer.
8068
8069 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8070
8071 * progmodes/compile.el: Deal with compilation-error-screen-columns
8072 being buffer-local.
8073
8074 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8075
8076 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8077
8078 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8079
8080 * cal-x.el (calendar-only-one-frame-setup): New function.
8081 * calendar.el (calendar): Call it if requested.
8082
8083 1999-06-24 Karl Heuer <kwzh@gnu.org>
8084
8085 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8086
8087 1999-06-22 Richard M. Stallman <rms@gnu.org>
8088
8089 * mail/supercite.el (sc-emacs-features): Doc fix.
8090
8091 1999-06-22 Karl Heuer <kwzh@gnu.org>
8092
8093 * files.el (auto-mode-alist): Add pike-mode.
8094
8095 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8096
8097 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8098 last byte of a numeric field is a space or a NUL. Parse it as
8099 potentially part of the number. This is used by GNU tar
8100 1.12.64012 to handle larger values.
8101
8102 1999-06-20 Karl Heuer <kwzh@gnu.org>
8103
8104 * custom.el (custom-handle-keyword): Fix error message.
8105
8106 1999-06-18 Andrew Innes <andrewi@gnu.org>
8107
8108 * mail/smtpmail.el (smtpmail-send-it): Use
8109 convert-standard-filename to make file names for queued mail safe
8110 on Windows (`:' is invalid in file names on Windows).
8111
8112 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8113
8114 * international/mule-cmds.el (describe-current-input-method):
8115 Current-input-method is string.
8116 (toggle-input-method): Docstring fixed.
8117
8118 * international/mule-diag.el
8119 (describe-current-coding-system-briefly): Fix format string.
8120
8121 * international/mule-util.el (coding-system-eol-type-mnemonic):
8122 Docstring modified. Return a string.
8123
8124 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8125
8126 * sql.el (sql-input-ring-file-name): Doc fix.
8127
8128 1999-06-17 Richard M. Stallman <rms@gnu.org>
8129
8130 * calendar/cal-x.el (special-display-buffer-names):
8131 Don't put (get-file-buffer diary-file) on this list.
8132
8133 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8134
8135 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8136 Don't penalize player for certain impossible guesses.
8137
8138 1999-06-16 Andrew Innes <andrewi@gnu.org>
8139
8140 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8141 return the string "Unk 0 0000" so at least it appears to be a
8142 valid timestamp to `dired-move-to-filename-regexp'.
8143
8144 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8145
8146 * ps-print.el (ps-control-character): Fix previous change.
8147
8148 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8149
8150 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8151 multiple output of the last message.
8152
8153 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8154
8155 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8156 the ASCII apostrophe, as most DOS codepages have some other glyph
8157 there.
8158
8159 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8160
8161 * language/ethio-util.el (setup-ethiopic-environment-internal):
8162 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8163 (exit-ethiopic-environment): Likewize.
8164
8165 1999-06-12 Richard M. Stallman <rms@gnu.org>
8166
8167 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8168
8169 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8170
8171 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8172 custom-initialize-default to avoid infinite loop.
8173 (crisp-mode): (defun) Call transient-mark-mode here, not when
8174 loading the file. Run crisp-mode-hook here, and run
8175 crisp-load-hook when loading the file.
8176
8177 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8178 rmail-summary buffer, search for pattern in rmail-file.
8179
8180 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8181
8182 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8183
8184 * ps-print.el (ps-printer-name): Fix custom type.
8185
8186 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8187
8188 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8189 (vhdl-port-paste-generic-map): Fix indentation bug.
8190 (vhdl-port-paste-port-map): Fix indentation bug.
8191 (vhdl-scan-file-contents): Make scanning case insensitive.
8192
8193 1999-06-11 Richard M. Stallman <rms@gnu.org>
8194
8195 * files.el (write-file): When buffer is not already visiting a file,
8196 don't put buffer name in the minibuffer, just make it the default.
8197 Also handle just directory as arg usefully in that case.
8198
8199 * simple.el (sendmail-user-agent-compose):
8200 Ignore case when inserting the rest of the "other" headers.
8201
8202 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8203
8204 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8205 (info-lookup-interactive-arguments): Never insert the default
8206 into the minibuffer automatically.
8207
8208 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8209
8210 1999-06-09 Richard M. Stallman <rms@gnu.org>
8211
8212 * simple.el (shell-command): Avoid printing "mark set" message.
8213
8214 1999-06-09 Dave Love <fx@gnu.org>
8215
8216 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8217 digits in program name in first pattern.
8218
8219 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8220
8221 * vc.el (vc-dired-mode): Don't match anything before the date in
8222 dired-move-to-filename-regexp.
8223
8224 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8225
8226 * international/quail.el (quail-define-rules): Fix typo in
8227 docstring.
8228
8229 1999-06-05 Stephen Eglen <stephen@gnu.org>
8230
8231 * iswitchb.el (iswitchb-default-keybindings): Add
8232 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8233 than when package is loaded.
8234
8235 1999-06-04 Richard M. Stallman <rms@gnu.org>
8236
8237 * startup.el (command-line): Don't set user-init-file directly;
8238 tell `load' to set it.
8239
8240 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8241
8242 * simple.el (next-history-element):
8243 Handle minibuffer-text-before-history properly when reading sexps.
8244
8245 * disp-table.el (standard-display-european):
8246 For an interactive call by the user,
8247 don't set enable-multibyte-characters,
8248 and don't set the terminal coding system.
8249
8250 * textmodes/refbib.el: Don't print any messages or display
8251 a buffer when loading the library.
8252 (r2b-help): Doc fix.
8253 (r2b-help-message): Update the documentation.
8254 (r2b-load-quietly): Variable deleted.
8255 (r2b-convert-buffer): Doc fix.
8256
8257 1999-06-04 Dave Love <fx@gnu.org>
8258
8259 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8260
8261 * auto-show.el: Don't change hooks on loading.
8262 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8263 (auto-show-mode): Add to hooks here.
8264
8265 1999-06-04 Richard Sharman <rsharman@pobox.com>
8266
8267 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8268 recursion on bogus input.
8269
8270 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8271
8272 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8273 does not select a buffer from the buffers menu, then the attached
8274 frame is not switched to anything.
8275
8276 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8277
8278 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8279 (viet-viscii-...->viet-vscii...).
8280
8281 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8282
8283 1999-06-01 Dave Love <fx@gnu.org>
8284
8285 * progmodes/fortran.el: Add :link to defgroup.
8286 (fortran-blink-matching-if): Match ELSE statements too.
8287 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8288 that filling is always done.
8289
8290 1999-05-31 Richard M. Stallman <rms@gnu.org>
8291
8292 * simple.el (append-next-kill): Use an arg to distinguish
8293 interactive calls from Lisp calls, rather than (interactive-p).
8294
8295 * international/iso-transl.el (iso-transl-language-alist):
8296 Interchange n and N.
8297
8298 1999-05-31 Dave Love <fx@gnu.org>
8299
8300 * msb.el Add to minor-mode-map-alist. Remove hook installation
8301 and keymap munging on load.
8302 (msb-mode): New option.
8303 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8304 Doc fix.
8305 (msb-mode-map): New variable.
8306 (msb-mode): New command.
8307
8308 1999-05-31 Dave Love <fx@gnu.org>
8309
8310 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8311 (ispell-complete-word-dict): Likewise.
8312
8313 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8314
8315 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8316 force the data buffer to be saved, even if the data didn't
8317 change, in case the write filter was modified. Restore the
8318 current record after read-file-filter finishes.
8319
8320 1999-05-29 Karl Heuer <kwzh@gnu.org>
8321
8322 * ispell4.el: Obsolete; file deleted.
8323
8324 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8325
8326 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8327 VALUE is a syntax table.
8328
8329 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8330
8331 * simple.el (zap-to-char): Doc fix.
8332
8333 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8334
8335 * isearch.el (isearch-quote-char): Don't assume character codes
8336 0200 - 0237 stand for characters in some single-byte character
8337 charset.
8338
8339 1999-05-27 Dave Love <fx@gnu.org>
8340
8341 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8342
8343 1999-05-27 Andreas Schwab <schwab@gnu.org>
8344
8345 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8346 headerline does not exist already.
8347
8348 1999-05-26 Richard Stallman <rms@gnu.org>
8349
8350 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8351 Avoid nested null-loops.
8352
8353 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8354
8355 * international/characters.el: Typo fixed; prefered->preferred.
8356
8357 * international/mule-cmds.el (find-coding-systems-for-charsets):
8358 Typo fixed; prefered->preferred.
8359
8360 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8361 method in read-event.
8362
8363 * international/mule.el (charset-info): Doc-string fixed.
8364
8365 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8366
8367 * mail/smtpmail.el (smtpmail-send-it): Bind
8368 smtpmail-code-conv-from properly.
8369 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8370 by smtpmail-code-conv-from.
8371
8372 1999-05-24 Richard Stallman <rms@gnu.org>
8373
8374 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8375 Binding deleted also.
8376
8377 1999-05-24 Karl Heuer <kwzh@gnu.org>
8378
8379 * comint.el (comint-bol-or-process-mark): Doc fix.
8380
8381 1999-05-23 Dave Love <fx@gnu.org>
8382
8383 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8384 Enter it on minor-mode-map-alist.
8385 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8386 Autoload. Add custom setter.
8387 (crisp-mark-line): Doc fix.
8388 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8389 (crisp-mode-hook): Define.
8390
8391 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8392
8393 * files.el (recover-file): Recover buffer-file-coding-system.
8394
8395 1999-05-22 Richard Stallman <rms@gnu.org>
8396
8397 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8398 regexp match the date, to avoid treating date as file size.
8399 Add YYYY S option to WESTERN/
8400
8401 * bookmark.el: Delete some XEmacs compatibility code.
8402 (bookmark-jump-noselect): Check vc-backend.
8403
8404 * subr.el (add-to-list): Doc fix.
8405
8406 1999-05-21 Stephen Eglen <stephen@gnu.org>
8407
8408 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8409
8410 1999-05-18 Richard Stallman <rms@gnu.org>
8411
8412 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8413 non-space after the @anchor command.
8414 (texinfo-format-var): Handle other nested constructs, using
8415 texinfo-parse-expanded-arg and texinfo-discard-command, not
8416 texinfo-parse-arg-discard.
8417
8418 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8419 (debug): Bind and use debugger-outer-inhibit-redisplay.
8420 Bind inhibit-redisplay to nil.
8421 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8422
8423 1999-05-17 Dave Love <fx@gnu.org>
8424
8425 * help.el (describe-function-1): Extra arg, interactive-p.
8426 (describe-key, describe-function): Use it.
8427
8428 1999-05-17 Karl Heuer <kwzh@gnu.org>
8429
8430 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8431
8432 1999-05-16 Dave Love <fx@gnu.org>
8433
8434 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8435 scroll-preserve-screen-position, scroll-conservatively.
8436
8437 1999-05-16 Dave Love <fx@gnu.org>
8438
8439 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8440
8441 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8442
8443 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8444
8445 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8446
8447 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8448 magic number and is not associated with a file.
8449
8450 1999-05-14 Richard M. Stallman <rms@gnu.org>
8451
8452 * files.el (find-file-noselect-1): Fix previous change.
8453
8454 1999-05-14 Simon Marshall <simon@gnu.org>
8455
8456 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8457
8458 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8459
8460 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8461 docstring.
8462
8463 * international/mule-cmds.el: Change MULE to Mule in docstrings
8464 and menus.
8465
8466 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8467
8468 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8469 to correctly reflect the value of BaseLineOffset in
8470 RelativeCompose. Now the value of RelativeCompose is an array of
8471 low and high positions.
8472 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8473 RLC for the above change.
8474
8475 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8476
8477 * comint.el (comint-password-prompt-regexp): Modified to match the
8478 output of ksu and ssh-add.
8479
8480 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8481
8482 * language/korea-util.el (isearch-toggle-korean-input-method):
8483 Adjusted for the change of input method handling in isearch.el.
8484 (isearch-hangul-switch-symbol-ksc): Likewise.
8485 (isearch-hangul-switch-hanja): Likewise.
8486
8487 1999-05-10 Dave Love <fx@gnu.org>
8488
8489 * help.el (help-make-xrefs): Fix typo.
8490
8491 1999-05-10 Andreas Schwab <schwab@gnu.org>
8492
8493 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8494 unibyte-display-via-language-environment.
8495
8496 * help.el (help-make-xrefs): Handle more cases when looking for
8497 commands in a keymap description.
8498
8499 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8500
8501 * loadup.el: For ms-dos systems, load ccl and codepage.
8502
8503 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8504
8505 * ps-print.el (ps-control-character): Call
8506 ps-mule-prepare-ascii-font to setup ASCII fonts.
8507
8508 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8509 ps-multibyte-buffer is nil, use
8510 ps-mule-font-info-database-default."
8511
8512 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8513
8514 * ispell.el (ispell-local-dictionary-alist): New variable for
8515 customizing local dictionaries not accessable by everyone.
8516 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8517 (ispell-required-version): Changed format `(major minor
8518 revision)' to support general pattern matching.
8519 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8520 skip region commented out due to incorrect skip potential in std latex.
8521 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8522 cursor point on small words for calls from `ispell-minor-mode'.
8523 (check-ispell-version): Tests and accepts versions major.minor
8524 and above, with adjustments for interactions in 3.1.0-3.1.11.
8525 (ispell-get-line): No longer skips ispell process special characters.
8526 (ispell-comments-and-strings): Removed `when' macro call.
8527 (ispell-minor-check): Requires ispell-word to restore cursor point.
8528 (ispell-buffer-local-parsing): Supports checking comments only.
8529
8530 1999-05-08 Karl Heuer <kwzh@gnu.org>
8531
8532 * comint.el (comint-password-prompt-regexp): Fix last change to be
8533 more specific.
8534
8535 1999-05-07 Richard M. Stallman <rms@gnu.org>
8536
8537 * subr.el (with-temp-message): Fix the other call to message
8538 to use %s.
8539
8540 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8541
8542 * gud.el (gud-format-command): "%F" means file sans extension.
8543 (jdb): Use %F, not %f, for gud-break.
8544
8545 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8546
8547 * comint.el (comint-password-prompt-regexp): Modified so that it
8548 matches the output of kinit.
8549
8550 1999-05-06 Greg Stark <gsstark@mit.edu>
8551
8552 * timezone.el (timezone-parse-date): Recognize new format used in
8553 internet cookies.
8554
8555 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8556
8557 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8558
8559 1999-05-04 Andrew Innes <andrewi@gnu.org>
8560
8561 * time.el (display-time-update): Allow for wrap-around when
8562 checking against display-time-server-down-time.
8563
8564 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8565
8566 * international/mule-diag.el (describe-coding-system): Fix English
8567 message.
8568
8569 1999-05-03 Jason Rumney <jasonr@altavista.net>
8570
8571 * term/w32-win.el: Change the x-charset-registry property for the
8572 Japanese charsets that are supported by Japanese Windows fonts.
8573
8574 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8575
8576 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8577 diary-block diary entries for which the reminders and the diary
8578 entries can overlap.
8579
8580 1999-05-02 Jason Rumney <jasonr@altavista.net>
8581
8582 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8583 matches the font selected in the dialog.
8584
8585 1999-05-02 Dave Love <fx@gnu.org>
8586
8587 * browse-url.el (browse-url-browser-function): Add :version.
8588
8589 * international/mule.el (auto-coding-alist): Add .tgz.
8590
8591 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8592
8593 * international/codepage.el (cp-coding-system-for-codepage-1):
8594 Make the magnification parameter for the -dos encoder be 2.
8595
8596 1999-05-2 Andrew Innes <andrewi@gnu.org>
8597
8598 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8599 it is dropped, rather than current window.
8600
8601 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8602 after switching buffer, as case-fold-search is a buffer local
8603 variable.
8604
8605 * w32-fns.el (convert-standard-filename): Only convert directory
8606 separators to backslash if the interactive shell is one of the
8607 standard Windows shells that has DOS semantics.
8608
8609 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8610 format-time-string, and return a suitable string to indicate the
8611 timestamp was invalid.
8612
8613 * hexl.el (hexlify-command): Apply shell-quote-argument after
8614 expanding hexl-program in case exec-directory contains a space.
8615 (dehexlify-command): Ditto.
8616
8617 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8618 file extension regexps which aren't necessarily binary files.
8619 (direct-print-region-helper): Use subst-char-in-string instead of
8620 binding directory-sep-char to convert filenames to DOS syntax.
8621 (direct-print-region-use-command-dot-com): New variable.
8622 (direct-print-region-helper): Use it to control whether to invoked
8623 command.com to print on Windows 9x.
8624
8625 * browse-url.el (browse-url-browser-function): Default to
8626 browse-url-default-windows-browser on windows-nt.
8627 (browse-url-default-windows-browser): New function.
8628
8629 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8630
8631 * forms.el (forms-mode): Don't call forms-first-record or
8632 forms-last-record if the data file has zero records.
8633
8634 1999-04-29 Richard M. Stallman <rms@gnu.org>
8635
8636 * files.el (find-file-noselect-1): If buffer-file-name has changed
8637 after find-file-not-found-hooks runs, recompute the truename.
8638 And don't use FILENAME after that point.
8639
8640 1999-04-27 Dave Love <fx@gnu.org>
8641
8642 * paren.el (show-paren-mode)
8643 * which-func.el (which-func-mode-global)
8644 * type-break.el (type-break-mode)
8645 * time.el (display-time-mode)
8646 * rsz-mini.el (resize-minibuffer-mode)
8647 * mouse-sel.el (mouse-sel-mode)
8648 * icomplete.el (icomplete-mode)
8649 * hscroll.el (hscroll-global-mode)
8650 * help.el (temp-buffer-resize-mode)
8651 * font-lock.el (global-font-lock-mode)
8652 * delsel.el (delete-selection-mode)
8653 * avoid.el (mouse-avoidance-mode)
8654 * autoinsert.el (auto-insert-mode)
8655 * winner.el (winner-mode): Doc fix.
8656
8657 1999-04-26 Karl Heuer <kwzh@gnu.org>
8658
8659 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8660 the same whitespace that was ignored in choosing the subject string.
8661
8662 1999-04-26 Richard M. Stallman <rms@gnu.org>
8663
8664 * info.el (Info-find-node): Position properly after finding anchor.
8665
8666 * cus-start.el (all): Handle unibyte-display-via-language-environment.
8667
8668 * simple.el (indent-new-comment-line): Fix previous change.
8669
8670 * complete.el: Delete the wildcard expansion feature
8671 since that is now standard in find-file.
8672 (PC-try-load-many-files): Function deleted.
8673 (PC-after-load-many-files): Function deleted.
8674 (PC-many-files-list): Variable deleted.
8675 (PC-disable-wildcards): Variable deleted.
8676 (partial-completion-mode): Don't enable the wildcard feature.
8677
8678 * complete.el (PC-look-for-include-file): Don't set global variables
8679 `error', `buf' and `filename' here.
8680
8681 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8682
8683 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
8684
8685 * textmodes/outline.el (outline-regexp): Doc fix.
8686
8687 1999-04-26 John Wiegley <johnw@borland.com>
8688
8689 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8690 C++Builder 4.0 error message syntax.
8691
8692 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
8693
8694 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8695 supported, use find -exec.
8696
8697 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8698
8699 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8700 coding-system-for-write, to avoid hanging when non-interactive.
8701
8702 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
8703
8704 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8705 start with a newline.
8706
8707 1999-04-13 Ken'ichi Handa <handa@gnu.org>
8708
8709 * international/mule-conf.el (x-ctext): New coding system.
8710
8711 1999-04-12 Richard M. Stallman <rms@gnu.org>
8712
8713 * international/mule-cmds.el (input-method-function):
8714 Add permanent-local property.
8715
8716 1999-04-12 Dave Love <fx@gnu.org>
8717
8718 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8719 change to use jka-compr-byte-compiler-base-file-name.
8720
8721 * supercite.el (sc-scan-info-alist): Revert last change.
8722 (sc-attrib-selection-list): Fix :type here instead.
8723
8724 1999-04-11 Eli Zaretskii <eliz@gnu.org>
8725
8726 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8727 in the list of case-insensitive filesystems.
8728
8729 1999-04-09 Kenichi Handa <handa@etl.go.jp>
8730
8731 * international/fontset.el (create-fontset-from-fontset-spec):
8732 Don't register duplicated alias fontset names.
8733
8734 1999-04-08 Richard Stallman <rms@gnu.org>
8735
8736 * international/mule.el (auto-coding-alist-lookup): New function.
8737 (set-auto-coding): Use auto-coding-alist-lookup.
8738
8739 * jka-compr.el (jka-compr-insert-file-contents):
8740 Use auto-coding-alist-lookup to check for files that
8741 should not have eol conversion, in the unibyte case.
8742
8743 1999-04-07 Dave Love <fx@gnu.org>
8744
8745 * help.el (describe-variable): Check custom-loads property as well
8746 as custom-type.
8747
8748 * abbrev.el (abbrev-mode): Customizing sets the default value.
8749
8750 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
8751
8752 * vc.el (vc-backend-revert): For CVS files that were made
8753 writeable with "cvs edit", call "cvs unedit" to undo that.
8754
8755 1999-04-08 Dave Love <fx@gnu.org>
8756
8757 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8758 more.
8759 (sc-emacs-features): Recognize Emacs 20.
8760 (sc-read-string): Use history arg.
8761 (sc-scan-info-alist): Check for rtnvalue a cons.
8762
8763 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
8764
8765 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8766 coding system to encode the message by
8767 select-message-coding-system.
8768
8769 1999-04-07 Richard Stallman <rms@gnu.org>
8770
8771 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8772
8773 * winner.el: Reorder definitions.
8774
8775 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8776
8777 * mail/rmail.el (rmail-decode-babyl-format):
8778 Undo previous change.
8779
8780 1999-04-06 Richard Stallman <rms@gnu.org>
8781
8782 * info.el (Info-find-node): Check for an anchor at the
8783 proper place, before reading an indirect file.
8784
8785 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8786
8787 * jka-compr.el (jka-compr-insert-file-contents):
8788 Use raw-text-unix when we want no conversion.
8789
8790 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8791
8792 * timezone.el (timezone-parse-date): Corrected regexp for
8793 style (5) date format so that tenths of seconds are optional.
8794
8795 1999-04-05 Eli Zaretskii <eliz@gnu.org>
8796
8797 * term/internal.el (dos-cpNNN-setup): New function, with the guts
8798 of dos-codepage-setup.
8799 (cjk-codepages-alist): New variable, an alist of Far-Eastern
8800 codepages for which there's no need to set up cpNNN coding
8801 systems.
8802 (dos-codepage-setup): Support Far-Eastern DOS terminals.
8803
8804 1999-04-05 Richard Stallman <rms@gnu.org>
8805
8806 * mail/rmail.el (rmail-ignored-headers): Doc fix.
8807
8808 1999-04-02 Richard Stallman <rms@gnu.org>
8809
8810 * progmodes/compile.el (compilation-handle-exit): Do right thing
8811 if (car status) doesn't end in a newline.
8812
8813 1999-04-01 Dave Love <fx@gnu.org>
8814
8815 * progmodes/sql.el (SQL): Add defgroup :version.
8816
8817 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
8818
8819 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
8820 buffer-file-coding-system. If the coding system used is raw-text,
8821 etc., make the *Compiler Input* buffer unibyte.
8822
8823 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
8824
8825 * loadup.el: Don't write the fns-...el file if not dumping.
8826
8827 1999-03-31 Dave Love <fx@gnu.org>
8828
8829 * snmp-mode.el (snmp): Fix defgroup :version.
8830
8831 * hilit-chg.el (highlight-changes): Add defgroup :version.
8832
8833 1999-03-31 Andreas Schwab <schwab@gnu.org>
8834
8835 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
8836 the gnus-save-hidden-threads macro.
8837
8838 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
8839
8840 * faces.el (face-set-after-frame-default): Obey the
8841 `customized-face' for new faces.
8842
8843 1999-03-30 Dave Love <fx@gnu.org>
8844
8845 * international/mule-cmds.el (current-language-environment): Doc fix.
8846 * abbrev.el (abbrev-mode): Doc fix.
8847 * autoinsert.el (auto-insert-mode): Doc fix.
8848 * complete.el (partial-completion-mode): Doc fix.
8849 * avoid.el (mouse-avoidance-mode): Doc fix.
8850 * delsel.el (delete-selection-mode): Doc fix.
8851 * font-lock.el (global-font-lock-mode): Doc fix.
8852 * help.el (temp-buffer-resize-mode): Doc fix.
8853 * hscroll.el (hscroll-global-mode): Doc fix.
8854 * icomplete.el (icomplete-mode): Doc fix.
8855 * mouse-sel.el (mouse-sel-mode): Doc fix.
8856 * paren.el (show-paren-mode): Doc fix.
8857 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
8858 * time.el (display-time-mode): Doc fix.
8859 * type-break.el (type-break-mode): Doc fix.
8860 * which-func.el (which-func-mode-global): Doc fix.
8861 * winner.el (winner-mode): Doc fix.
8862
8863 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
8864
8865 * wid-edit.el (widget-before-change): Signal text-read-only rather
8866 than an ordinary error.
8867
8868 1999-03-30 Richard M. Stallman <rms@gnu.org>
8869
8870 * repeat.el: Don't require advice.
8871 (repeat): Do function-indirection in check for kbd macro.
8872 In self-insert case, use the *last* char in INSERTION.
8873
8874 1999-03-30 Karl Heuer <kwzh@gnu.org>
8875
8876 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
8877
8878 1999-03-29 Andreas Schwab <schwab@gnu.org>
8879
8880 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
8881 comint-input-filter-functions. Make variables related to shell
8882 directory tracking local.
8883
8884 1999-03-26 Andreas Schwab <schwab@gnu.org>
8885
8886 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
8887
8888 * simple.el (shell-command-on-region): Cope with exit-status being
8889 nil, which happens if call-process-region was interrupted.
8890
8891 1999-03-26 Richard M. Stallman <rms@gnu.org>
8892
8893 * simple.el (indent-new-comment-line): Handle use at a point
8894 after a comment-end. Handle multiple comments.
8895
8896 * mail/rmail.el (rmail-decode-babyl-format):
8897 To prevent locking, bind buffer-file-name to nil.
8898
8899 1999-03-26 Karl Fogel <kfogel@red-bean.com>
8900
8901 * mail-hist.el (mail-hist-current-header-name): Don't make
8902 off-by-one-error when determining if in message body.
8903
8904 1999-03-25 Andrew Innes <andrewi@gnu.org>
8905
8906 * w32-fns.el (set-default-process-coding-system): Copied from
8907 dos-w32.el, but modified to use Unix line endings for process
8908 input, and to add a suitable entry to process-coding-system-alist
8909 for DOS shells.
8910
8911 * dos-fns.el (set-default-process-coding-system): Copied from
8912 dos-w32.el.
8913
8914 * dos-w32.el (set-default-process-coding-system): Move function to
8915 dos-fns.el; a different version is used in w32-fns.el.
8916
8917 1999-03-24 Dave Love <fx@gnu.org>
8918
8919 * info.el (Info-directory-list): Revert change to re-writing
8920 Info-default-directory-list, but put `alternative' first.
8921 (Info-insert-dir): Modify selecting the top dir file as a consequence.
8922
8923 1999-03-23 Simon Marshall <simon@gnu.org>
8924
8925 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
8926 on the line by itself.
8927 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
8928 it is not in a declarative context.
8929
8930 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
8931
8932 * cus-edit.el (custom-variable-prompt): Allow customization of
8933 autoloaded symbols.
8934
8935 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
8936
8937 * simple.el (what-cursor-position): Don't cause error when point
8938 is at invalid multibyte sequence.
8939
8940 1999-03-21 Karl Heuer <kwzh@gnu.org>
8941
8942 * complete.el (partial-completion-mode): Doc fix.
8943
8944 1999-03-19 Richard M. Stallman <rms@gnu.org>
8945
8946 * progmodes/cplus-md.el (old-c++): Remove :group.
8947
8948 * progmodes/c-mode.el (old-c): Remove :group.
8949
8950 1999-03-18 Simon Marshall <simon@gnu.org>
8951
8952 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
8953 (java-font-lock-keywords-2): Added "strictfp" keyword.
8954
8955 1999-03-17 Jason Rumney <jasonr@altavista.net>
8956
8957 * w32-fns.el (set-w32-system-coding-system) New function.
8958 (w32-system-coding-system) Initialize to 'iso-latin-1.
8959
8960 1999-03-17 Eli Zaretskii <eliz@gnu.org>
8961
8962 * international/mule-cmds.el (set-language-environment): Fix
8963 previous change: don't use dos-codepage when unbound.
8964
8965 1999-03-17 Karl Heuer <kwzh@gnu.org>
8966
8967 * calendar/appt.el (appt-make-list): Fix previous change.
8968
8969 1999-03-16 Richard M. Stallman <rms@gnu.org>
8970
8971 * window.el (shrink-window-if-larger-than-buffer):
8972 Don't try to redisplay with the cursor at the end
8973 on its own line--that would force a scroll and spoil things.
8974
8975 1999-03-16 Eli Zaretskii <eliz@gnu.org>
8976
8977 * international/mule-cmds.el (set-language-environment): Don't use
8978 cpNNN-nonascii-translation-table if it is unbound.
8979
8980 * term/internal.el (dos-codepage-setup): Compute the unibyte
8981 syntax table and bind unibyte-display-via-language-environment
8982 here, rather than at top level, so that resetting to unibyte in
8983 .emacs works as expected.
8984
8985 1999-03-15 Simon Marshall <simon@gnu.org>
8986
8987 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
8988
8989 1999-03-14 Milan Zamazal <pdm@pvt.net>
8990
8991 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
8992
8993 1999-03-14 Kenichi Handa <handa@etl.go.jp>
8994
8995 * international/mule-util.el (detect-coding-with-priority):
8996 Restore the internal database.
8997
8998 1999-03-14 Stephen Eglen <stephen@gnu.org>
8999
9000 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9001 if mail-from-style has invalid value.
9002
9003 1999-03-12 Karl Heuer <kwzh@gnu.org>
9004
9005 * vc.el (vc-delete-logbuf-window): New var.
9006 (vc-finish-logentry): Use it.
9007
9008 1999-03-12 Richard M. Stallman <rms@gnu.org>
9009
9010 * startup.el (command-line-1): Improve startup msg.
9011
9012 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9013
9014 * speedbar.el: Added commentary about stealthy functions.
9015 (speedbar-message) new function.
9016 (speedbar-y-or-n-p): New function
9017 (speedbar-with-attached-buffer) Moved macro before reference.
9018 Now uses `save-selected-window'.
9019 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9020 speedbar-generic-item-info, speedbar-item-info-file-helper,
9021 speedbar-item-delete, speedbar-insert-generic-list,
9022 speedbar-timer-fn, speedbar-check-vc-this-line,
9023 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9024 speedbar-buffers-item-info) Use speedbar-message.
9025 (speedbar-item-info) Limit `message-log-max'.
9026 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9027 speedbar-item-delete, speedbar-item-object-delete,
9028 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9029
9030 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9031
9032 * server.el (server-start): Set coding system for the server
9033 process to raw-text.
9034 (server-process-filter): Decode file names if necessary.
9035
9036 1999-03-12 Dave Love <fx@gnu.org>
9037
9038 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9039
9040 * textmodes/paragraphs.el (sentence-end): Doc fix.
9041
9042 1999-03-11 Karl Heuer <kwzh@gnu.org>
9043
9044 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9045
9046 1999-03-09 Karl Heuer <kwzh@gnu.org>
9047
9048 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9049 (ispell-dictionary-alist-2): Likewise.
9050 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9051 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9052 (ispell-dictionary-alist): Build from six pieces, not just two.
9053
9054 * ps-bdf.el (bdf-directory-list): Doc fix.
9055
9056 * enriched.el (enriched-mode): Make var permanent-local.
9057
9058 1999-03-09 Dave Love <fx@gnu.org>
9059
9060 * textmodes/sgml-mode.el (html-mode): Use
9061 sentence-end-double-space when setting sentence-end.
9062
9063 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9064
9065 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9066
9067 1999-03-08 Felix Lee <flee@cygnus.com>
9068
9069 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9070
9071 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9072
9073 1999-03-08 Karl Heuer <kwzh@gnu.org>
9074
9075 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9076 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9077
9078 * dired.el (dired-do-copy-regexp): Doc fix.
9079 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9080
9081 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9082
9083 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9084
9085 1999-03-08 Jason Rumney <jasonr@altavista.net>
9086
9087 * international/codepage.el (cp1250-decode-table)
9088 (cp1251-decode-table, cp1253-decode-table)
9089 (cp1257-decode-table): New translation tables for MS Windows codepages.
9090 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9091
9092 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9093
9094 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9095
9096 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9097
9098 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9099
9100 * term/internal.el (top level): Display character 255 as 8bit as well.
9101
9102 1999-03-06 Dave Love <fx@gnu.org>
9103
9104 * progmodes/cc-cmds.el (c-outline-level): Bind
9105 buffer-invisibility-spec.
9106
9107 * progmodes/c-mode.el (c-outline-level): Likewise.
9108
9109 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9110
9111 1999-03-05 Felix Lee <flee@cygnus.com>
9112
9113 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9114
9115 1999-03-05 Richard M. Stallman <rms@gnu.org>
9116
9117 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9118
9119 1999-03-05 Andrew Innes <andrewi@gnu.org>
9120
9121 * w32-fns.el (convert-standard-filename): Convert directory
9122 separators to Windows format.
9123
9124 1999-03-05 Andreas Schwab <schwab@gnu.org>
9125
9126 * international/skkdic-cnv.el: Provide skkdic-cnv.
9127 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9128 (batch-skkdic-convert): Doc fix.
9129
9130 1999-03-04 Dave Love <fx@gnu.org>
9131
9132 * custom.el (custom-set-variables): Protect against setter errors.
9133
9134 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9135
9136 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9137 the file sizes from overflowing.
9138 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9139 Under -s, print the size in blocks with %4.0f, in case they have
9140 a *really* huge file.
9141
9142 1999-03-03 Dave Love <fx@gnu.org>
9143
9144 * options.el (edit-options): Doc fix.
9145 (list-options): Don't lose with unbound symbols. Maintain
9146 Edit-options-mode.
9147
9148 1999-03-01 Dave Love <fx@gnu.org>
9149
9150 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9151
9152 1999-02-28 Richard M. Stallman <rms@gnu.org>
9153
9154 * ispell.el (ispell-dictionary-alist-override): New variable.
9155 (ispell-dictionary-alist): Don't setq it,
9156 if ispell-dictionary-alist-override is set.
9157
9158 * simple.el (shell-command-default-error-buffer): Renamed from
9159 shell-command-on-region-default-error-buffer.
9160 (shell-command-on-region): Mention in echo area when there
9161 is some error output. Mention success or failure, too.
9162 Accumulate multiple error outputs
9163 going forward, with formfeed in between. Display the error buffer
9164 when we have put something in it.
9165 (shell-command): Add the ERROR-BUFFER argument feature.
9166
9167 1999-02-28 Karl Heuer <kwzh@gnu.org>
9168
9169 * mail/mh-utils.el (mh-lib): Doc fix.
9170 (mh-lib-progs, mh-nmh-p): New vars.
9171 (mh-find-progs): Set mh-lib-progs along with other vars.
9172 (mh-path-search): New arg FUNC-P; if specified, use that instead
9173 of mh-file-command-p.
9174 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9175
9176 * mail/mh-comp.el (mh-repl-formfile): New var.
9177 (mh-smail-batch): Don't ignore all arguments.
9178 (mh-reply): Do the right thing when using nmh.
9179
9180 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9181
9182 * international/mule-cmds.el (select-safe-coding-system): Be sure
9183 to show a buffer being decoded.
9184
9185 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9186
9187 * ps-bdf.el (bdf-directory-list): Initialize it to
9188 '("/usr/local/share/emacs/fonts/bdf").
9189
9190 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9191
9192 * ps-print.el: PostScript programming fix.
9193 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9194 setpagedevice operator).
9195
9196 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9197
9198 * ps-print.el: Doc fix, font size specifies landscape and portrait
9199 sizes.
9200 (ps-print-version): New version number (4.1.4).
9201 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9202 Specifies landscape and portrait sizes.
9203 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9204 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9205 fix.
9206 (ps-get-font-size): New fun.
9207 (ps-font-size-internal, ps-header-font-size-internal)
9208 (ps-header-title-font-size-internal): New vars.
9209
9210 * ps-mule.el: Change of ps-print font size variable name.
9211 (ps-mule-generate-font): Fun fix.
9212 (ps-mule-begin-job): Programming uniformization.
9213
9214 1999-02-25 Dave Love <fx@gnu.org>
9215
9216 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9217 (help-make-xrefs): Do Info case first.
9218
9219 * repeat.el: Don't require advice.
9220 (repeat-last-kill-command): Variable deleted.
9221
9222 1999-02-25 Richard Stallman <rms@gnu.org>
9223
9224 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9225 case just because the current buffer is the output buffer.
9226
9227 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9228
9229 * simple.el (what-cursor-position): To show the character's
9230 encoding, use encoded-string-description instead of information
9231 of chaset-origin-alist.
9232
9233 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9234 (encoded-code-description): New function.
9235 (encoded-string-description): New function.
9236 (encode-coding-char): New function.
9237
9238 1999-02-25 Andrew Innes <andrewi@gnu.org>
9239
9240 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9241 checking for .emacs[.el[c]].
9242
9243 1999-02-24 Richard Stallman <rms@gnu.org>
9244
9245 * help.el (describe-function-1): Don't print a whole lambda-function.
9246
9247 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9248
9249 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9250 inputting ?\240.
9251
9252 1999-02-23 Karl Heuer <kwzh@gnu.org>
9253
9254 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9255
9256 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9257 (clean-buffer-list-kill-buffer-names): Doc fix.
9258
9259 * gud.el (gud-jdb-massage-args): Spelling fix.
9260
9261 1999-02-23 Richard M. Stallman <rms@gnu.org>
9262
9263 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9264
9265 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9266
9267 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9268 excursion while calling set-auto-coding-function.
9269
9270 * play/handwrite.el (handwrite): Require ps-print, and use
9271 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9272 if it's defined, instead of forking ps-lpr-command unconditionally.
9273
9274 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9275
9276 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9277 charset-origin-alist property to a coding system for the codepage.
9278
9279 * international/mule.el: Modify comment for charset-origin-alist
9280 property of a coding system.
9281
9282 * simple.el (what-cursor-position): charset-origin-alist property
9283 of a coding system may be a translation table or a symbol of which
9284 `translation-table' property is a translation table.
9285
9286 1999-02-21 Richard Stallman <rms@gnu.org>
9287
9288 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9289 to the "html" template.
9290
9291 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9292
9293 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9294
9295 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9296
9297 * dirtrack.el (dirtrack): Check for the prompt in the input string
9298 instead of the buffer.
9299
9300 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9301
9302 * sql.el: Set version to 1.4.1. Changed mail address to
9303 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9304 (sql-input-ring-separator): Doc fix.
9305 (sql-mode-syntax-table): double-dash starts comments is defined as
9306 ". 56" instead of ". 12b" for XEmacs.
9307 (sql-stop, sql-interactive-mode): Doc fixes.
9308 (sql-postgres): Queries for database and server, not just one.
9309 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9310
9311 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9312 changed. This is needed for master.el to work.
9313 (sql-set-sqli-buffer): Use the new hook.
9314
9315 * sql.el (sql-make-alternate-buffer-name): Function that sets
9316 sql-alternate-buffer-name.
9317 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9318 (sql-interactive-mode): Set sql-alternate-buffer-name.
9319 (sql-rename-buffer): New command.
9320 (sql-interactive-mode-menu): Menu for SQLi buffers.
9321
9322 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9323 and sql-input-ring-file-name are used to temporarily set
9324 comint-input-ring-file-name and comint-input-ring-separator when
9325 reading and writing input history files.
9326
9327 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9328 (sql-input-ring-file-name): New variable with customization.
9329 (sql-input-ring-separator): New variable with customization.
9330 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9331 Callers changed.
9332 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9333 now includes the name of the current buffer.
9334
9335 (sql-mode): Set paragraph-separate and paragraph-start so that
9336 sql-send-paragraph sends the entire SQL statements, even if it
9337 contains indented lines.
9338
9339 1999-02-18 Dave Love <fx@gnu.org>
9340
9341 * format.el (format-encode-run-method, format-decode-run-method):
9342 Fix previous change.
9343
9344 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9345
9346 * international/mule.el (coding-system-list): Moved here from
9347 mule-util.el to avoid autoloading mule-util by the call of
9348 select-safe-coding-system.
9349
9350 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9351
9352 * simple.el (turn-on-auto-fill): Mark it as an option for
9353 `text-mode-hook'.
9354
9355 1999-02-17 Richard Stallman <rms@gnu.org>
9356
9357 * emacs-lisp/easymenu.el (easy-menu-get-map):
9358 Don't crash if (current-local-map) is nil.
9359
9360 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9361
9362 * filecache.el (file-cache-filter-regexps): Added .class.
9363
9364 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9365
9366 * international/mule-util.el (decompose-region): Use
9367 insert-buffer-substring instead of insert-buffer to avoid putting
9368 mark.
9369
9370 1999-02-17 Andreas Schwab <schwab@gnu.org>
9371
9372 * calendar/cal-move.el (scroll-calendar-left): Don't set
9373 displayed-month and displayed-year here, let generate-calendar do
9374 it, after range checking.
9375
9376 1999-02-17 Simon Marshall <simon@gnu.org>
9377
9378 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9379
9380 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9381 correctly between an object declared via a constructor and a method.
9382 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9383 (java-font-lock-keywords-1): Fontify package names individually.
9384 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9385 (java-font-lock-keywords-2): Simplify type fontification.
9386 (java-font-lock-keywords-3): Likewise.
9387
9388 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9389
9390 * language/japanese.el (iso-2022-jp-2): New coding system.
9391 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9392
9393 1999-02-16 Dave Love <fx@gnu.org>
9394
9395 * help.el (describe-function-1): Accept non-symbols.
9396
9397 1999-02-16 Paul Eggert <eggert@twinsun.com>
9398
9399 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9400 find the last match if there are multiple matches.
9401
9402 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9403
9404 * tex-mode.el (tex-run-command, latex-run-command)
9405 (slitex-run-command, tex-command): Doc changes.
9406 (tex-start-options-string): Autoload it. Doc change. Provide
9407 a menu for customization. Allow nil. Quote backslashes only once.
9408 (tex-start-tex): Handle nil value of tex-start-options-string
9409 and apply shell-quote-argument to it.
9410
9411 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9412
9413 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9414 the size in blocks, since it can be a float.
9415 (ls-lisp-format): Likewise
9416
9417 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9418
9419 * language/japanese.el (japanese-shift-jis): Add
9420 charset-origin-alist property.
9421
9422 1999-02-15 Richard Stallman <rms@gnu.org>
9423
9424 * progmodes/compile.el (compile-internal): Use save-selected-window.
9425
9426 * subr.el (momentary-string-display): Bind inhibit-read-only.
9427
9428 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9429
9430 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9431
9432 * mail/rmail.el (rmail-show-message): If an unseen message has a
9433 Summary-line in its header, get past one more line before looking
9434 for the X-Coding-System header.
9435
9436 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9437
9438 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9439 explicitly to accomodate Windows 9X lack of a useful copy program.
9440
9441 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9442
9443 * wid-edit.el (widget-choice-value-create): Use `equal'
9444 instead of `eq'.
9445
9446 1999-02-14 Richard Stallman <rms@gnu.org>
9447
9448 * international/iso-transl.el:
9449 (iso-transl-ae): Renamed from iso-transl-e-slash.
9450 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9451 (iso-transl-AE): Renamed from iso-transl-E-slash.
9452 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9453 (iso-transl-char-map): Related changes.
9454
9455 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9456
9457 1999-02-13 Richard Stallman <rms@gnu.org>
9458
9459 * textmodes/texinfmt.el (texinfo-alias): New function.
9460 (texinfo-fold-nodename-case): Add defvar.
9461 (texinfo-format-node): Do case folding if specified.
9462
9463 * ffap.el (ffap-file-at-point): Test local file names
9464 immediately. Strip off line numbers.
9465
9466 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9467
9468 * sql.el: Set version to 1.3.2
9469 (sql-solid-program): Added support for solid.
9470 (sql-help): Doc mentions sql-solid.
9471 (sql-solid): Entry function for Solid.
9472 (sql-buffer): Doc explains the use of the variable and how to
9473 change it.
9474 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9475 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9476 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9477 is new.
9478 (sql-show-sqli-buffer): New function to display the value of
9479 sql-buffer.
9480 (sql-change-sqli-buffer): New function to change sql-buffer.
9481 (sql-mode): Doc explains how to change sql-buffer.
9482 (sql-send-paragraph): New function to send a paragraph.
9483 (sql-mode-map): Added keybinding for sql-send-paragraph.
9484 (sql-mysql): Doc corrected.
9485 (sql-ms): Doc corrected.
9486
9487 * sql.el (sql-server): Doc fix.
9488 (sql-mysql): Added the use of sql-server to specify the host,
9489 sql-database now specifies database instead of host.
9490 (sql-mode-menu): Send... menu items are only active if sql-buffer
9491 is non-nil.
9492 (sql-help): Changed tag of entry functions a bit.
9493
9494 * sql.el: Added keywords from `finder-by-keyword'.
9495 (sql-mode): Made sql-buffer a local variable, changed the
9496 documentation: removed instructions to add *.sql files to
9497 auto-mode-alist, added documentation for having mutliple SQL
9498 buffers sending their stuff to different SQLi buffers, each
9499 running a different process.
9500 (sql-postgres): Quoted *SQL* in doc string.
9501 (sql-ms): Likewise.
9502 (sql-ingres): Likewise.
9503 (sql-ingres): Quoted *SQL* in doc string, added references to
9504 sql-user and sql-password used during login.
9505 (sql-sybase): Quoted *SQL* in doc string, added comma.
9506 (sql-oracle): Likewise.
9507 (sql-interactive-mode): Added extensive documentation for having
9508 mutliple SQL buffers sending their stuff to different SQLi
9509 buffers, each running a different process.
9510 (sql-buffer): Changed doc from *SQL* to SQLi.
9511 (sql-get-login): Doc fix.
9512
9513 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9514
9515 * international/mule-conf.el (undecided): Set ascii in
9516 safe-charsets property.
9517
9518 1999-02-12 Richard Stallman <rms@gnu.org>
9519
9520 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9521
9522 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9523
9524 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9525 value to ps-mule-font-info-database-latin.
9526
9527 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9528
9529 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9530 (ps-mule-font-info-database-default): New variable.
9531 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9532 ps-mule-font-info-database-default.
9533
9534 1999-02-12 Dave Love <fx@gnu.org>
9535
9536 * timezone.el (timezone-make-date-sortable)
9537 (timezone-make-date-arpa-standard): Doc fix.
9538
9539 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9540
9541 * international/quail.el (quail-show-kbd-layout): Bind
9542 blink-matching-paren to nil.
9543
9544 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9545 for ASCII and Latin-1.
9546
9547 1999-02-12 Andreas Schwab <schwab@gnu.org>
9548
9549 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9550
9551 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9552
9553 * international/mule-cmds.el (language-info-alist): Remove
9554 description about charset-origin-alist.
9555
9556 * international/mule.el: Comment added for a new coding system
9557 property `charset-origin-alit'.
9558 (make-translation-table): This variable deleted.
9559
9560 * language/chinese.el (chinese-big5): Add charset-origin-alist
9561 property.
9562 ("Chinese-CNS"): Remove charset-origin-alist property.
9563
9564 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9565 property.
9566 (cyrillic-alternativnyj): Likewise.
9567 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9568 ("Cyrillic-ALT"): Likewise.
9569
9570 * language/vietnamese.el (vietnamese-viqr): Add
9571 charset-origin-alist property.
9572 ("Vietnamese"): Remove charset-origin-alist property.
9573
9574 * simple.el (what-cursor-position): Don't use the varialbe
9575 charset-origin-alist, but use charset-origin-alist property of
9576 buffer-file-coding-system to decide external character set code.
9577
9578 1999-02-10 Richard Stallman <rms@gnu.org>
9579
9580 * shadowfile.el: Don't turn on the mode when the file is loaded.
9581
9582 1999-02-09 Richard Stallman <rms@gnu.org>
9583
9584 * progmodes/compile.el (compile-auto-highlight): Customize.
9585
9586 * add-log.el (add-log-file-name-function): New variable.
9587 (add-change-log-entry): Call that function, if non-nil.
9588
9589 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9590
9591 * rmail.el (rmail-search): Track match with a marker, not an integer.
9592
9593 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9594
9595 * progmodes/compile.el (compilation-setup): Set value of
9596 compilation-directory-stack as in compilation-forget-errors.
9597 (compile-reinitialize-errors): Bind buffer-undo-list and
9598 deactivate-mark.
9599 (compilation-forget-errors): Likewise.
9600
9601 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9602
9603 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9604 def... constructs.
9605
9606 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9607 Remove calls to sleep-for.
9608
9609 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9610
9611 * international/codepage.el (cp-coding-system-for-codepage-1): On
9612 MS-DOS, use dos-unsupported-char-glyph for characters not
9613 supported by the codepage.
9614 (cp-make-coding-systems-for-codepage): Likewise.
9615
9616 1999-02-08 Andreas Schwab <schwab@gnu.org>
9617
9618 * international/mule-util.el (coding-system-list): Don't sort
9619 coding-system-list here.
9620
9621 * international/mule.el (coding-system-lessp): Moved here from
9622 mule-util.el
9623 (add-to-coding-system-list): New function.
9624 (make-subsidiary-coding-system, make-coding-system,
9625 define-coding-system-alias): Use it instead of setting
9626 coding-system-list directly.
9627
9628 1999-02-07 Dave Love <fx@gnu.org>
9629
9630 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9631 onto message.
9632
9633 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9634
9635 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9636 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9637
9638 1999-02-06 Richard Stallman <rms@gnu.org>
9639
9640 * language/european.el (setup-slovenian-environment): New function.
9641 ("Slovenian"): New language environment.
9642
9643 * progmodes/sql.el (sql-help): Doc fix.
9644 (sql-mysql): Doc fix.
9645
9646 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9647
9648 * tex-mode.el: When compiling, require compare-w and skeleton
9649 to pacify the byte-compiler. Move the def's of the tex-commands
9650 together. Add a comment on kill-process vs. quit-process.
9651
9652 1999-02-05 Dave Love <fx@gnu.org>
9653
9654 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9655 null markers.
9656 (compile-goto-error): Likewise.
9657
9658 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
9659
9660 * time-stamp.el (time-stamp-format): Format doc tighter.
9661 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9662 (time-stamp): Don't re-write the time stamp if it didn't change.
9663
9664 1999-02-05 Alex Schroeder <asc@bsiag.com>
9665
9666 * progmodes/sql.el: Changed version to 1.2.1.
9667 (sql-pop-to-buffer-after-send-region): Improved documentation.
9668 (sql-mysql-program): Added MySQL support.
9669 (sql-prompt-length): Made prompt-length configurable.
9670 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9671 (sql-help): Added MySQL support, changed documentation.
9672 (sql-send-region): A message is displayed if something is sent.
9673 (sql-mode): Added buffer-local comment-start.
9674 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9675 (sql-interactive-mode): Added buffer-local comment-start.
9676 (sql-oracle): Set sql-prompt-length.
9677 (sql-sybase): Set sql-prompt-length.
9678 (sql-mysql): Added MySQL support.
9679 (sql-ingres): Set sql-prompt-length.
9680 (sql-ms): Set sql-prompt-length.
9681 (sql-postgres): Set sql-prompt-length.
9682
9683 1999-02-04 Eli Zaretskii <eliz@gnu.org>
9684
9685 * term/internal.el (dos-codepage-setup): Set selection coding
9686 system to cpNNN-dos.
9687
9688 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9689
9690 * international/characters.el: Let ethiopic use iso-2022-7bit.
9691
9692 1999-02-02 Dave Love <fx@gnu.org>
9693
9694 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9695 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9696
9697 1999-02-02 Karl Heuer <kwzh@gnu.org>
9698
9699 * terminal.el (terminal-emulator): Doc fix.
9700
9701 1999-02-02 Ken'ichi Handa <handa@gnu.org>
9702
9703 * international/mule-util.el (compose-chars): Doc-string
9704 modified. Correctly handle a composition character in ARGS.
9705
9706 1999-02-01 Richard Stallman <rms@gnu.org>
9707
9708 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9709 (makefile-menu-index-function): Function deleted.
9710 (makefile-mode): Use makefile-imenu-generic-expression.
9711
9712 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
9713
9714 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9715 change, invoke from before-init-hook.
9716
9717 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
9718
9719 * subr.el (remove-from-invisibility-spec): Cope with the case when
9720 buffer-invisibility-spec is t.
9721
9722 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
9723
9724 * calendar/calendar.el (calendar-mode-map): Fix bindings for
9725 appt-add and appt-delete.
9726
9727 1999-02-01 Eli Zaretskii <eliz@gnu.org>
9728
9729 * term/pc-win.el (msdos-approximate-color): New function.
9730 (msdos-color-translate): Call it to find a DOS color that best
9731 approximates an X-style "#NNNNNN" color specification.
9732
9733 1999-02-01 Ken'ichi Handa <handa@gnu.org>
9734
9735 * international/mule-util.el (compose-chars-component): Add
9736 autoload cookie.
9737
9738 1999-01-31 Ken'ichi Handa <handa@gnu.org>
9739
9740 * international/quail.el (quail-lookup-key): If cdr of MAP is a
9741 function, replace cdr of MAP by the return value of the function
9742 unconditionally.
9743
9744 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9745
9746 * progmodes/compile.el (compilation-next-error-locus): Don't
9747 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9748
9749 1999-01-31 Eli Zaretskii <eliz@gnu.org>
9750
9751 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9752 and NLs before "charset", and allow the charset name be in double
9753 quotes.
9754
9755 1999-01-31 Richard Stallman <rms@gnu.org>
9756
9757 * imenu.el (imenu-sort-function): Fix custom type.
9758
9759 1999-01-30 Richard Stallman <rms@gnu.org>
9760
9761 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9762 (speedbar-line-token): Likewise.
9763
9764 * play/gametree.el (gametree-default-score): Use defcustom.
9765 (gametree-score-regexp, gametree-score-closer): Likewise.
9766 (gametree-score-manual-flag, gametree-score-opener): Likewise.
9767
9768 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9769
9770 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9771 decoding.
9772
9773 1999-01-29 Markus Rost <rost@gnu.org>
9774
9775 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9776 tex-validate-buffer.
9777 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9778 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
9779 now with recent occur-mode.
9780 (tex-validate-region): Really walk through all Sexps.
9781 (tex-region): Bind shell-dirtrack-verbose.
9782 (tex-file, tex-bibtex-file): Likewise.
9783
9784 1999-01-29 Dave Love <fx@gnu.org>
9785
9786 * finder.el: (finder-commentary): Fix interactive spec. Try
9787 appending .el to file name.
9788 (finder-find-library, finder-commentary): Doc fixes.
9789
9790 1999-01-29 Andrew Innes <andrewi@gnu.org>
9791
9792 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9793 where the userid contains directory separators.
9794
9795 1999-01-29 Dave Love <fx@gnu.org>
9796
9797 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9798 (lm-commentary): Doc fix.
9799
9800 1999-01-29 Andreas Schwab <schwab@gnu.org>
9801
9802 * files.el (file-expand-wildcards): Never consider `.' and `..' a
9803 wildcard match. Fix regexp that tests if dirpart contains
9804 wildcard characters.
9805
9806 1999-01-28 Richard Stallman <rms@gnu.org>
9807
9808 * font-lock.el (font-lock-default-unfontify-region):
9809 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
9810
9811 1999-01-27 Jason Rumney <jasonr@altavista.net>
9812
9813 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
9814 from FAMILY field.
9815 (w32-create-initial-fontsets): Do not use before-init-hook.
9816 (mouse-set-font): Document. Automatically create and use fontsets.
9817
9818 * dos-w32.el (direct-print-region-helper): Check for printer
9819 being t as well as a string.
9820
9821 1999-01-27 Kenichi Handa <handa@etl.go.jp>
9822
9823 * mail/rmail.el (rmail-decode-mime-charset): New variable.
9824 (rmail-mime-charset-pattern): New variable.
9825 (rmail-convert-to-babyl-format): Decode by MIME-charset if
9826 rmail-decode-mime-charset is non-nil.
9827
9828 1999-01-27 Ken'ichi Handa <handa@gnu.org>
9829
9830 * international/characters.el: Set category `q' for all characters
9831 in tibetan and tibetan-1-column.
9832
9833 1999-01-27 Andrew Innes <andrewi@gnu.org>
9834
9835 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
9836 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
9837
9838 1999-01-27 Dave Love <fx@gnu.org>
9839
9840 * international/mule-cmds.el (current-language-environment):
9841 Provide :link, :type (choices) and appropriate :get.
9842
9843 1999-01-27 Eli Zaretskii <eliz@gnu.org>
9844
9845 * startup.el (command-line): Set default eol-mnemonic-* strings to
9846 display end-of-line format in mode line.
9847
9848 * cus-start.el (all): Add eol-mnemonic-* variables.
9849
9850 1999-01-26 Dave Love <fx@gnu.org>
9851
9852 * startup.el (command-line-1): Up-date copyright.
9853
9854 * paths.el (Info-default-directory-list): Use configdir twice.
9855
9856 * info.el (Info-directory-list): Don't set path-separator now
9857 we're not shipped with Texinfo. Simplify path definition.
9858 Substitute all occurrences of instdir in Info-default-directory-list.
9859
9860 1999-01-25 Richard Stallman <rms@gnu.org>
9861
9862 * startup.el (normal-top-level-add-subdirs-to-load-path):
9863 Record the inode numbers of the dirs processed, to avoid loop.
9864
9865 * textmodes/tex-mode.el (tex-run-command): Doc fix.
9866
9867 1999-01-25 Dave Love <fx@gnu.org>
9868
9869 * browse-url.el (browse-url-netscape-program): Doc addition.
9870
9871 * help.el (help-make-xrefs): Default info references to an `(emacs)'
9872 prefix.
9873
9874 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
9875 auto-mode-alist.
9876
9877 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9878
9879 * calendar/diary-lib.el (mark-diary-entries): Use
9880 assoc-ignore-case and do not capitalize when matching month and
9881 day names.
9882
9883 * calendar/calendar.el (calendar-read-date): Ditto.
9884
9885 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9886 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9887
9888 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
9889
9890 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9891
9892 * calendar/cal-islam.el (calendar-goto-islamic-date)
9893 (mark-islamic-diary-entries): Ditto.
9894
9895 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9896
9897 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9898 (calendar-read-mayan-tzolkin-date): Ditto.
9899
9900 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
9901
9902 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
9903
9904 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
9905
9906 1999-01-25 Karl Heuer <kwzh@gnu.org>
9907
9908 * faces.el (list-faces-display): Multiline case of previous fix.
9909
9910 1999-01-25 Andreas Schwab <schwab@gnu.org>
9911
9912 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
9913
9914 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
9915
9916 * files.el (find-file): If find-file-noselect returns a list,
9917 do switch-to-buffer on each element.
9918 (find-file-other-window): Likewise for all but the first element.
9919 (find-file-other-frame): Same.
9920 (find-file-noselect): When we expand a wildcard, return a list
9921 of buffers.
9922
9923 1999-01-24 Eli Zaretskii <eliz@gnu.org>
9924
9925 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
9926 to set the appropriate cpNNN-dos coding system as the
9927 highest-priority coding system.
9928
9929 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9930
9931 * international/fontset.el (generate-fontset-menu): Return a
9932 sorted list by plain names of fontsets.
9933
9934 * international/mule-diag.el (list-fontsets): Sort fontsets by
9935 plain names.
9936
9937 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
9938 FIRST is a composite character, decompose it at first.
9939
9940 1999-01-23 Dave Love <fx@gnu.org>
9941
9942 * format.el: Doc fixes.
9943 (format-encode-run-method): Have things happen in the right buffer.
9944 Deal with errors from method. Set coding-system-for-write.
9945 (format-decode-run-method): Have things happen in the right buffer.
9946 Deal with errors from method. Set coding-system-for-read.
9947 (format-alist): Use nil instead of unmatchable regexps.
9948
9949 * simple.el (shell-command-on-region): Return command's exit status.
9950
9951 1999-01-23 Eric Ludlam <zappo@gnu.org>
9952
9953 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
9954 of the file whose info we want to display.
9955 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
9956 (speedbar-add-mode-functions-list) Improve doc.
9957 (speedbar-line-token) New function.
9958 (speedbar-dired) Fix order of directories in -shown-directories.
9959 (speedbar-line-path): Default return is default-directory
9960 (speedbar-buffers-line-path): Return is dir name only.
9961 (speedbar-mode-functions-list): New variable.
9962 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
9963 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
9964 speedbar-files-item-info speedbar-buffers-item-info): New functions.
9965 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
9966 New functions.
9967 (speedbar-line-file): Broke out part that fetches file from a line.
9968 (speedbar-line-text): New function extracted from speedbar-line-file.
9969 (speedbar-line-path): Converted into a replaceable function.
9970 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
9971
9972 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9973
9974 * international/fontset.el (create-fontset-from-x-resource): Make
9975 style variants.
9976
9977 1999-01-22 Dave Love <fx@gnu.org>
9978
9979 * paths.el (Info-default-directory-list): Put sysdir after start.
9980
9981 1999-01-22 Sam Steingold <sds@goems.com>
9982
9983 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
9984 a process associated with it.
9985
9986 1999-01-22 Jason Rumney <jasonr@altavista.net>
9987
9988 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
9989
9990 1999-01-22 Felix Lee <flee@cygnus.com>
9991
9992 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
9993 major-mode.
9994 (vc-annotate-mode): Delete variable.
9995
9996 1999-01-22 Andrew Innes <andrewi@gnu.org>
9997
9998 * startup.el (command-line): [windows-nt]: Check for existence of
9999 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10000 in preference to _emacs.
10001
10002 1999-01-22 Dave Love <fx@gnu.org>
10003
10004 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10005
10006 1999-01-20 Richard Stallman <rms@gnu.org>
10007
10008 * files.el (find-file-noselect): Do wildcard processing only
10009 if new arg WILDCARDS is non-nil.
10010 (find-file, find-file-other-window): New arg WILDCARDS.
10011 Default it to non-nil if interactive.
10012 (find-file-other-frame): Likewise.
10013 (find-file-read-only): Likewise.
10014 (find-file-read-only-other-window): Likewise.
10015 (find-file-read-only-other-frame): Likewise.
10016
10017 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10018 (widget-plist-convert-option): Delete spurious comma.
10019
10020 1999-01-19 Jason Rumney <jasonr@altavista.net>
10021
10022 * term/w32-win.el (w32-standard-fontspec-spec): Change
10023 iso8859-5 to koi8-r. Add iso8859-9.
10024
10025 1999-01-19 Dave Love <fx@gnu.org>
10026
10027 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10028 its uses.
10029
10030 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10031 is active.
10032 (fortran-indent-subprogram): Likewise.
10033
10034 1999-01-19 Dave Love <d.love@dl.ac.uk>
10035
10036 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10037
10038 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10039
10040 * wid-edit.el (alist): Use sexp as default key-type.
10041
10042 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10043
10044 * textmodes/tex-mode.el (tex-define-common-keys):
10045 Remove key binding of tex-feed-input.
10046 (tex-mode-map): Bind tex-feed-input here.
10047 (tex-start-shell): Use compilation-shell-minor-mode. Set
10048 comint-input-filter-functions before running tex-shell-hook.
10049 (tex-start-tex): Forget compilation errors.
10050 (tex-compilation-parse-errors): Rewritten to work also with
10051 compile-mouse-goto-error and compile-goto-error. Adjusted to
10052 change in tex-region.
10053 (tex-region): For the temp file use file-name without directory.
10054 (tex-file): Expand file name of tex-print-file.
10055
10056 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10057
10058 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10059
10060 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10061
10062 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10063 beginning could cause Emacs to hang. Fixed.
10064
10065 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10066
10067 * international/ccl.el (ccl-compile-translate-character): Handle
10068 the case that a tranlation table is CCL register correctly.
10069
10070 * international/mule-cmds.el (select-safe-coding-system):
10071 Hightlight at most 256 characters.
10072
10073 1999-01-18 Dave Love <fx@gnu.org>
10074
10075 * startup.el (command-line): If the init file changes operation to
10076 unibyte, make all buffers unibyte and re-set language environment.
10077
10078 * disp-table.el (standard-display-european): Make all existing
10079 buffers unibyte. Fix doc.
10080
10081 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10082
10083 * wid-edit.el (coding-system): Define this unconditionally.
10084
10085 * simple.el (shell-command-on-region-default-error-buffer): New var.
10086 (shell-command-on-region): Use that variable as interactive
10087 value of ERROR-BUFFER argument.
10088
10089 1999-01-17 Sam Steingold <sds@goems.com>
10090
10091 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10092
10093 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10094
10095 * progmodes/compile.el (compilation-goto-locus): If already in the
10096 compilation buffer's window, keep it in that window.
10097 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10098 (compile-goto-error): Don't play with windows.
10099
10100 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10101 (tex-command): Doc fix.
10102 (tex-compilation-parse-errors): Doc fix.
10103 (tex-generate-zap-file-name): Don't start the name with -.
10104 (tex-expand-files): Works now also with strings ending with ":".
10105
10106 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10107
10108 Patch failed to install:
10109 * gametree.el: Document scoring functionality.
10110 (gametree-score-regexp): Add optional plus sign.
10111 (gametree-score-opener): Replace `:' with `=' as the former
10112 conflicts with gametree-half-ply-regexp.
10113 (gametree-transpose-following-leaves): Add.
10114 (gametree-insert-new-leaf): Make modifying commands barf in read
10115 only buffers.
10116 (gametree-break-line-here): Add a call to
10117 `gametree-transpose-following-leaves'. This maintains the
10118 necessary invariant that on each level all leaf children precede
10119 all nonleaf children. This has always been implied, but left to
10120 the user, and, unfortunately, undocumented.
10121
10122 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10123
10124 * wid-edit.el (plist, alist): New widget types.
10125
10126 1999-01-17 Dave Love <fx@gnu.org>
10127
10128 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10129 fix scope of condition-case therein.
10130
10131 1999-01-17 Andrew Innes <andrewi@gnu.org>
10132
10133 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10134 default-buffer-file-coding-system when file doesn't exist (and
10135 isn't covered by a special case) instead of forcing undecided-dos
10136 against the user's wishes.
10137
10138 * dos-w32.el (direct-print-region-helper): New function based on
10139 direct-print-region-function; sends data to specified printer port
10140 without further translation. Recognize and handle specially the
10141 standard `print' and `nprint' programs, as well as `lpr' and
10142 similar programs. Only write directly to the printer port if no
10143 print program is specified. Work around a bug in Windows 9x
10144 affecting Win32 version of Emacs by invoking command.com to write
10145 to the printer port instead of writing directly.
10146 (direct-print-region-function): Use direct-print-region-helper to
10147 do most of the work.
10148 (direct-ps-print-region-function): New function; analogue of
10149 direct-print-region-function for ps-print.
10150 (ps-lpr-command): Comment out setq; leave as example usage.
10151 (ps-lpr-switches): Ditto.
10152
10153 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10154 and MS-Windows.
10155 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10156 DOS and Windows platforms, to indicate direct printing. Update
10157 the docstring accordingly.
10158
10159 * ps-print.el: (ps-printer-name): Update docstring about usage on
10160 MS-DOS and MS-Windows.
10161 (ps-lpr-command): Update docstring as for lpr-command.
10162 (ps-print-region-function): New variable.
10163 (ps-do-despool): Use it.
10164 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10165 DOS/Windows.
10166
10167 * subr.el (subst-char-in-string): New function.
10168
10169 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10170
10171 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10172
10173 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10174 (bdf-find-font-info): New function, looks for the first readable
10175 file from a list of alternatives.
10176 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10177 instead of bdf-get-font-info.
10178 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10179 to ps-mule-generate-bitmap-glyph.
10180
10181 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10182 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10183 now be a list of alternative names.
10184 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10185 (ps-mule-prepare-font): Likewise.
10186
10187 * international/codepage.el (cp855-decode-table,
10188 cp850-decode-table): Fill some nil entries.
10189
10190 1999-01-16 Dave Love <fx@gnu.org>
10191
10192 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10193 last change.
10194
10195 1999-01-15 Dave Love <fx@gnu.org>
10196
10197 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10198 and change regexp for command names.
10199 (help-xref-go-back, function-called-at-point, symbol-file)
10200 (where-is): Doc fixes.
10201 (help-xref-go-back): Remove interactive spec.
10202 (describe-function-1): Fix message for alias. Buttomize alias
10203 name.
10204
10205 * simple.el (join-line): New alias.
10206
10207 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10208
10209 * forms.el: (forms--show-record): Convert integers to string
10210 expicitly since concat will no longer accept integers.
10211 (forms-print): Use local `total-nb-records' since
10212 `forms--total-records' will be inaccessible after buffer switching.
10213
10214 1998-01-14 Felix Lee <flee@cygnus.com>
10215
10216 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10217
10218 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10219
10220 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10221
10222 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10223
10224 * international/codepage.el (cp850-decode-table): Fix previous change.
10225
10226 1999-01-14 Simon Marshall <simon@gnu.org>
10227
10228 * shell.el (shell-dirtrack-verbose): New custom variable.
10229 (shell-dirstack-message): Use it.
10230
10231 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10232
10233 * international/mule-conf.el: Coding system alias `dos' for
10234 `undecided-dos', `mac' for `undecided-mac'.
10235
10236 * international/mule-cmds.el (describe-language-environment):
10237 Don't alter input-method-alist.
10238
10239 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10240
10241 * international/codepage.el (cp850-decode-table): Replace nil
10242 entries with codes of similary looking glyphs. (Suggested by
10243 Jason Rumney <jasonr@altavista.net>.)
10244
10245 1999-01-13 Dave Love <fx@gnu.org>
10246
10247 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10248
10249 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10250
10251 1999-01-12 Karl Heuer <kwzh@gnu.org>
10252
10253 * files.el (auto-save-hook): Defvar this.
10254
10255 1999-01-12 Alex Schroeder <asc@bsiag.com>
10256
10257 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10258 faces, eliminating the need to load font-lock before loading sql.
10259 (sql-mode-oracle-font-lock-keywords): Likewise.
10260 (sql-mode-postgres-font-lock-keywords): Likewise.
10261
10262 1999-01-11 Dave Love <fx@gnu.org>
10263
10264 * cus-start.el: Add inhibit-eol-conversion.
10265
10266 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10267 the values round.
10268
10269 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10270
10271 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10272 Don't switch to Help mode here.
10273 (temp-buffer-setup-hook): Use help-mode-finish.
10274 (help-mode-setup): New function.
10275 (temp-buffer-setup-hook): Use help-mode-setup.
10276
10277 * progmodes/sql.el: New file.
10278
10279 * files.el (auto-mode-alist): Add sql-mode.
10280
10281 * faces.el (list-faces-display): Improve the formatting
10282 by computing the maximum length required for any face-name.
10283
10284 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10285
10286 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10287
10288 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10289
10290 * term.el (term_send_home): Change the string to
10291 be the same as the one emitted by xterm and consistent with the
10292 ones emitted by prior and next.
10293 (term_send_end): Likewise.
10294
10295 1999-01-10 Dave Love <fx@gnu.org>
10296
10297 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10298 bindings.
10299
10300 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10301
10302 * international/codepage.el (codepage-setup): Doc fix.
10303 (cp-decoding-vector-for-codepage): Likewise.
10304
10305 1999-01-10 Markus Rost <rost@gnu.org>
10306
10307 * cus-edit.el (custom-save-delete): First scan the custom-file.
10308
10309 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10310
10311 * international/iso-transl.el: Define a "function name" for
10312 each translation that isn't ASCII. Use these function names
10313 in iso-transl-char-map.
10314
10315 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10316
10317 * international/mule-util.el (decompose-region): Do decomposition
10318 on temporary unibyte buffer.
10319
10320 * international/mule.el (make-char): Doc-string modified.
10321
10322 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10323
10324 * simple.el (comment-region): Delete spaces only if we
10325 deleted a comment starter.
10326
10327 1999-01-07 Dave Love <fx@gnu.org>
10328
10329 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10330
10331 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10332 like eval-defun does.
10333
10334 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10335
10336 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10337 constructions. Doc fixes.
10338 (generic-create-generic-function): Use defalias, not fset.
10339
10340 * find-func.el: More doc fixes.
10341
10342 1999-01-06 Stephen Eglen <stephen@gnu.org>
10343
10344 * files.el (save-buffers-kill-emacs): Show the list of current
10345 processes before prompting to kill them and exit.
10346
10347 1999-01-06 Dave Love <fx@gnu.org>
10348
10349 * emacs-lisp/find-func.el: Doc fixes.
10350 (find-function-regexp): Extend for define-generic-mode,
10351 define-derived-mode, easy-mmode-define-minor-mode.
10352
10353 1999-01-06 Dave Love <fx@gnu.org>
10354
10355 * progmodes/fortran.el (fortran-window-create): Account for scroll
10356 bar width.
10357
10358 * browse-url.el: Require (noerror) w3-auto when compiling.
10359 (browse-url-maybe-new-window): Make it a macro and revert last
10360 change to callers.
10361 (browse-url-w3): Require w3 for w3-fetch-other-window.
10362
10363 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10364
10365 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10366 argument.
10367
10368 1999-01-06 Simon Marshall <simon@gnu.org>
10369
10370 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10371
10372 * font-lock.el (font-lock-default-fontify-buffer): When using
10373 with-temp-message, use nil rather than current-message.
10374
10375 * lazy-lock.el (lazy-lock-unstall):
10376 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10377 rather than current-message.
10378
10379 * fast-lock.el (fast-lock-save-cache-1):
10380 (fast-lock-cache-data): When using with-temp-message, use nil rather
10381 than current-message.
10382
10383 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10384
10385 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10386 the valid-codes property.
10387
10388 * international/mule-cmds.el (prefer-coding-system): Call
10389 set-coding-priority, so that the internal array of priorities is
10390 also updated.
10391
10392 * international/mule-util.el:
10393 (coding-system-change-eol-conversion,
10394 coding-system-change-text-conversion): Don't define here.
10395
10396 * international/mule-cmds.el: Define them here. Remove the
10397 autoload cookies.
10398
10399 1999-01-06 Andreas Schwab <schwab@gnu.org>
10400
10401 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10402 if it was enabled before.
10403
10404 * view.el (View-revert-buffer-scroll-page-forward): Bind
10405 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10406
10407 * files.el (recover-session): Preserve point when inserting
10408 explanation.
10409
10410 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10411
10412 * cus-edit.el (custom-save-delete): Don't delete whitespace
10413 and comments before the sexp that is replaced.
10414
10415 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10416
10417 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10418
10419 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10420
10421 * vc.el (vc-dired-hook): Use the original value of
10422 dired-move-to-filename-regexp on lines that have not been
10423 reformatted yet.
10424 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10425 file lines have already been reformatted.
10426
10427 1999-01-05 Dave Love <fx@gnu.org>
10428
10429 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10430 buffer-local.
10431
10432 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10433
10434 * progmodes/f90.el: Change of regular expressions for type to
10435 correct highlighting and identation. Some small fixes for
10436 compatibility with XEmacs.
10437
10438 1999-01-05 Stephen Eglen <stephen@gnu.org>
10439
10440 * mspools.el (mspools-vm-system-mail): Provide an alternative
10441 value based on rmail-spool-directory if $MAIL is not defined.
10442
10443 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10444
10445 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10446 (reftex-section-info): Handle negative section levels.
10447 (reftex-view-crossref-extra): New option.
10448 (reftex-view-crossref): Generalized to work in more places.
10449 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10450 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10451 (reftex-view-cite-locations-from-bibtex): New command.
10452 (reftex-view-regexp-match, reftex-global-search,
10453 reftex-global-search-continue): New functions.
10454 (reftex-extract-bib-entries): No error for non-existing BibTeX
10455 file, just a message.
10456 (reftex-extract-bib-entries): Better error handling.
10457 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10458 help and force it on current frame.
10459 (reftex-default-bibliography): New function.
10460 (reftex-access-parse-file): Check consistency after loading a
10461 parse file. When inconsistent, enfore rescan.
10462 (reftex-check-parse-consistency): New function.
10463 (easy-menu-define): Options section drastically shortened.
10464
10465 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10466
10467 * language/thai-util.el (thai-compose-string): New function.
10468
10469 1999-01-04 Inge Frick <inge@nada.kth.se>
10470
10471 * easymenu.el (easy-menu-define): Doc fix.
10472 (easy-menu-create-menu): New keyword :included.
10473 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10474 be an expression, not only a string. Simulate style `button'.
10475 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10476 (easy-menu-define-key-intern): New function.
10477 (easy-menu-add-item): Understand value returned from
10478 easy-menu-item-present-p and easy-menu-remove-item.
10479 (easy-menu-return-item): New function.
10480 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10481
10482 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10483
10484 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10485 Use rmail-output-read-rmail-file-name to read the file name.
10486 Always call rmail-output-to-rmail-file noninteractively.
10487 When count > 1, do the loop here.
10488 Handle rmail-delete-after-output here.
10489 (rmail-summary-output): Similar changes.
10490
10491 * mail/rmailout.el: Provide `rmailout'.
10492 (rmail-output-read-rmail-file-name): New function.
10493 (rmail-output-to-rmail-file): Use that.
10494 (rmail-output-read-file-name): New function.
10495 (rmail-output): Use that.
10496
10497 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10498 Error if wildcard matches no files.
10499
10500 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10501
10502 * menu-bar.el (clipboard-yank): Doc fix.
10503
10504 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10505
10506 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10507
10508 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10509
10510 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10511
10512 * rmail.el (rmail-encode-string): Make sure mask value is
10513 positive; (emacs-pid) returns a negative number on Windows 9x
10514 which causes odd behaviour.
10515
10516 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10517
10518 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10519 and about w32-* variables unless on Windows/NT.
10520
10521 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10522
10523 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10524 if buffer is modified; ask about all modified buffers.
10525
10526 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10527
10528 * simple.el (what-cursor-position): Fix previous change.
10529
10530 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10531
10532 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10533 from paragraph-start.
10534
10535 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10536
10537 * international/mule-cmds.el (prefer-coding-system): If the
10538 argument requires specific EOL conversion type, make the default
10539 coding systems use that.
10540
10541 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10542
10543 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10544 Use shell-command-on-region.
10545 (m4-start-m4, m4-end-m4): Functions deleted.
10546
10547 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10548
10549 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10550
10551 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10552
10553 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10554 to compose-mail in the correct places and as a list.
10555
10556 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10557
10558 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10559 (pages-directory-map): Bind mouse-2
10560 (pages-copy-header-and-position): Put text property.
10561 (pages-directory-goto-with-mouse): New function.
10562
10563 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10564
10565 * international/codepage.el (cp-make-coding-systems-for-codepage):
10566 Doc fix.
10567 (cp-coding-system-for-codepage-1): Likewise.
10568
10569 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10570
10571 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10572 composition sequence correctly here instead of calling
10573 thai-compose-region.
10574
10575 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10576 newline in multibyte buffer, if previous or next character is a
10577 composite char, check the first component of the composite char.
10578
10579 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10580
10581 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10582 and track-mouse.
10583
10584 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10585
10586 * mail/sendmail.el (mail-yank-original): Remove text properties
10587 after insertion.
10588 (mail-yank-region): Barf if no mark is set in the message
10589 being replied to.
10590
10591 * help.el (function-called-at-point): First look for function at point.
10592
10593 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10594
10595 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10596
10597 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10598
10599 * simple.el (what-cursor-position): Print character encoding also.
10600
10601 1998-12-26 Dave Love <fx@gnu.org>
10602
10603 * textmodes/flyspell.el: If local-maps work, don't put
10604 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10605 in flyspell-mouse-map (only).
10606 (flyspell-use-local-map): New variable.
10607 Use a different mouse-2 binding in that case,
10608 and don't add to minor-mode-map-alist.
10609 (make-flyspell-overlay, flyspell-correct-word):
10610 Test flyspell-use-local-map.
10611
10612 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10613
10614 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10615 Be careful about whether to return a relative file name,
10616 and if so, relative to what directory.
10617
10618 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10619
10620 * emacs-lisp/easymenu.el (easy-menu-get-map):
10621 Change global map only if this menu exists in the global map already,
10622 and not in the local map.
10623 (easy-menu-do-add-item): Fix error message.
10624
10625 * foldout.el (foldout-inhibit-key-bindings):
10626 Avoid concatenating onto outline-minor-mode-prefix.
10627 Make a new keymap for that prefix, if it does not already have one.
10628
10629 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10630
10631 * cperl-mode.el:
10632 Can use linear algorithm for indentation if Emacs supports it.
10633 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10634 (cperl-after-block-p): Likewise.
10635 (cperl-after-block-and-statement-beg): Likewise.
10636 (cperl-after-block-p): After END/BEGIN we are a block.
10637 (cperl-after-expr-p): Skip labels when checking
10638 (cperl-indent-region): Make a marker for END - text added/removed.
10639 Disable hooks during the call (how to call them later?).
10640 Now indents 820-line-long function in 6.5 sec (including
10641 syntaxification) the first time (when buffer has few
10642 properties), 7.1 sec the second time.
10643 (cperl-indent-region): Do not indent whitespace lines
10644 (cperl-style-alist)
10645 Include `cperl-merge-trailing-else' where the value is clear.
10646 (cperl-styles-entries): Likewise.
10647 (cperl-problems): Improvements to docs.
10648 (cperl-tips): Likewise.
10649 (cperl-non-problems): Likewise.
10650 (cperl-mode): Make lazy syntaxification possible.
10651 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10652 `font-lock-unfontify-region-function' was set to a wrong function.
10653
10654 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10655 restart syntaxification. Changed so that -d ?foo? is a RE. Do
10656 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10657 but 1<<6 was considered as HERE-doc.
10658 <file/glob> made into a string.
10659 Postpone addition of faces after syntactic step.
10660 Recognition of <FH> was wrong.
10661 Highlight `gem' in s///gem as a keyword. `qr' recognized.
10662 Knows that split// is null-RE.
10663 Highlights separators in 3-parts expressions as labels.
10664 <> was considered as a glob.
10665 Would err if the last line is `=head1'.
10666 $a-1 ? foo : bar; was a considered a regexp.
10667 `<< (' was considered a start of HERE-doc.
10668 mark qq[]-etc sections as syntax-type=string
10669 Was not processing sub protos after a comment ine.
10670 Was treating $a++ <= 5 as a glob.
10671 Tolerate unfinished REx at end-of-buffer.
10672 `unwind-protect' was left commented.
10673 / and ? after : start a REx.
10674
10675 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10676 Better default, customizes to `message' too, off in text-mode.
10677
10678 (cperl-array-face): Renamed from `font-lock-emphasized-face',
10679 `defface'd.
10680 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10681 `defface'd.
10682 (cperl-emacs-can-parse): New state variable.
10683 (cperl-indent-line): Corrected to use global state.
10684 (cperl-calculate-indent): Likewise.
10685 (cperl-fix-line-spacing): Likewise (not used yet).
10686 (cperl-calculate-indent): Did not consider `,' as
10687 continuation mark for statements.
10688 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10689 Remove another parse-data optimization at toplevel: would
10690 indent correctly.
10691 Correct for labels when calculating indentation of continuations.
10692 Docstring updated.
10693 (cperl-choose-color): Converted to a function (to be
10694 compilable in text-mode).
10695 (cperl-dark-background): Disable without window-system.
10696 Do `defface' only if window-system.
10697 (cperl-fix-line-spacing): Sped up to bail out early.
10698 (x-color-defined-p): Was not compiling on XEmacs
10699 Was defmacro'ed with a tick. Remove another def.
10700 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10701 (cperl-unwind-to-safe): New function.
10702 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10703 (cperl-fontify-syntaxically): Unwinds start and end to go out of
10704 long strings (not very successful).
10705 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
10706 Highlight the starting // in s//foo/ as function-name.
10707 Emit a meaningful error instead of a cryptic one for an
10708 uncomplete REx near end-of-buffer.
10709
10710 (cperl-electric-keyword): `qr' recognized.
10711 (cperl-electric-else): Likewise
10712 (cperl-to-comment-or-eol): Likewise
10713 (cperl-make-regexp-x): Likewise
10714 (cperl-init-faces): Likewise, and `lock' (as overridable?).
10715 Corrected to use new macros;
10716 `if' for copying `reference-face' to `constant-face' was backward.
10717 remove init `font-lock-other-emphasized-face',
10718 `font-lock-emphasized-face', `font-lock-keyword-face'.
10719 Interpolate `cperl-invalid-face'.
10720 (cperl-make-regexp-x): Misprint in a message.
10721 (cperl-syntaxify-unwind): New configuration variable
10722 (cperl-fontify-m-as-s): New configuration variable
10723 (cperl-electric-pod): Check for after-expr was performed
10724 inside of POD too.
10725 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10726 (cperl-clobber-mode-lists): New configuration variable.
10727 (cperl-not-bad-style-regexp): Updated.
10728 Init: `cperl-is-face' was busted.
10729 (cperl-make-face): New macros.
10730 (cperl-force-face): New macros.
10731 (font-lock-other-type-face): Done via `defface' too.
10732 (cperl-nonoverridable-face): New face. Renamed from
10733 `font-lock-other-type-face'.
10734 (cperl-init-faces-weak): Use `cperl-force-face'.
10735 (cperl-comment-indent): Commenting __END__ was not working.
10736 (cperl-indent-for-comment): Likewise.
10737 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
10738 When removing old TAGS info was not relativizing filename.
10739 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10740 Another try to work around XEmacs problems. Better progress messages.
10741 (toplevel): Require custom unprotected => failure on 19.28.
10742 (cperl-xemacs-p): Defined when compile too
10743 (cperl-find-tags): Was writing line/pos in a wrong order,
10744 pos off by 1 and not at beg-of-line.
10745 (cperl-etags-snarf-tag): New macro
10746 (cperl-etags-goto-tag-location): New macro
10747 (cperl-version): New variable. New menu entry
10748 random docstrings: References to "future" 20.3 removed.
10749 Menu was described as `CPerl' instead of `Perl'
10750 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10751 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10752 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
10753 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10754 `font-lock-reference-face', `font-lock-keyword-face'.
10755 Use `eval-after-load'.
10756 Remove not-CPerl-related faces.
10757 (cperl-tips-faces): New variable and an entry into Mini-docs.
10758 (cperl-indent-exp): Was not processing else-blocks.
10759 (cperl-get-state): NOP line removed.
10760 (cperl-ps-print): New function and menu entry.
10761 (cperl-ps-print-face-properties): New configuration variable.
10762 (cperl-invalid-face): New configuration variable.
10763 (perl-font-lock-keywords): Highlight trailing whitespace
10764 (cperl-contract-levels): Documentation corrected.
10765 (cperl-contract-level): Likewise.
10766 (cperl-ps-extend-face-list): New macro.
10767 (cperl-invalid-face): Change to ''underline.
10768
10769 1998-12-25 Markus Rost <rost@delysid.gnu.org>
10770
10771 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10772 for read-file-name.
10773 (rmail-output-to-rmail-file): Likewise.
10774
10775 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10776
10777 * emacs-lisp/easymenu.el (easy-menu-get-map):
10778 If MENU is nil, use global menu-bar map.
10779 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10780 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10781
10782 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10783
10784 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10785
10786 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10787
10788 * ps-print.el (ps-print-version): New version number (4.1.3).
10789
10790 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
10791
10792 * international/mule-cmds.el: Use make-sparse-keymap instead of
10793 define-prefix-key when defining MULE menu items.
10794
10795 * info.el (Info-node-at-bob-matching): New function.
10796 (Info-find-node, Info-build-node-completions): Call it.
10797
10798 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
10799
10800 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10801 when this is an autoloaded keymap.
10802
10803 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10804
10805 * international/codepage.el (cp-coding-system-for-codepage-1):
10806 Create separate encoders and decoders, for DOS and Unix. Make the
10807 usual family of 3 coding systems, so that automatic detection of
10808 EOL type works.
10809 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
10810 Unix-specific symbols here, and don't call
10811 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
10812 Handa <handa@etl.go.jp>.)
10813
10814 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
10815
10816 * term/internal.el (IT-character-translations): New variable, an
10817 alist used to display characters for which there's no glyphs in
10818 the current codepage.
10819 (IT-display-table-setup): New function, sets up the DOS terminal
10820 for a given codepage.
10821 (dos-codepage-setup): New function, sets up the MULE environment
10822 for the current value of dos-codepage.
10823 (top-level if): In the multibyte mode, turn on
10824 unibyte-display-via-language-environment. In the unibyte mode,
10825 set up the special syntax tables to map lower- to upper case and
10826 back.
10827
10828 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
10829
10830 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
10831 (speedbar-frame-plist) Remove useless comments.
10832 (speedbar-frame-mode) Do not specify height if it is in the param list.
10833 Use default y position w/out changing it.
10834 If default x position is a list, keep, calculate the non-list X
10835 value when devining an initial position.
10836 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
10837 (speedbar-tag-group-name-minimum-length): New variable.
10838 (speedbar-frame-parameter): New compatibility function.
10839 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
10840 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
10841 groups to keep things in the right order, and to help with some
10842 naming conventions.
10843 (speedbar-create-tag-hierarchy): Enable buffer local version of
10844 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
10845 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
10846 the case, derive it from the cursor location in speedbar.
10847
10848 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
10849
10850 * international/mule-cmds.el (set-language-environment): On MS-DOS
10851 terminals, install DOS-specific nonascii-translation-table if the
10852 language info doesn't specify one. Pass the default eol-type to
10853 set-language-environment-coding-systems.
10854 (set-default-coding-systems): Copy the eol-type property for the
10855 new default values of {buffer-file,process}-coding-system from the
10856 old defaults.
10857 (set-language-environment-coding-systems): Accept an optional
10858 argument EOL-TYPE, and set the eol-type property of the default
10859 coding systems accordingly.
10860 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
10861 (set-keyboard-coding-system): Likewise.
10862 (set-default-coding-systems): Don't set
10863 default-terminal-coding-system on MS-DOS to anything but nil.
10864 (prefer-coding-system): Describe in the doc string that
10865 default-terminal-coding-system is not changed on MS-DOS.
10866 (set-language-environment): For MS-DOS, set standard syntax table
10867 and display table for all characters with code above 127.
10868 (standard-display-european-internal): For MS-DOS, pass all
10869 characters with code above 127 directly to the terminal, and don't
10870 remap characters 160 and 146 in the unibyte case.
10871
10872 * international/codepage.el: New file.
10873
10874 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10875
10876 * diary-lib.el (diary-float): Fix end-of-year error and typos in
10877 comments.
10878
10879 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
10880
10881 * map-ynp.el (map-y-or-n-p): Ignore input methods.
10882
10883 * subr.el (read-passwd): Likewise.
10884
10885 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
10886
10887 * info.el (Info-find-node): Add 1 to the position read from the
10888 tag table. Don't fail if the node delimiter ^_ is the first
10889 character in the file.
10890 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
10891 first character in the file.
10892 (Info-read-subfile): Likewise.
10893 (Info-select-node): Likewise.
10894 (Info-build-node-completions): Likewise.
10895
10896 1998-12-16 Richard Stallman <rms@gnu.org>
10897
10898 * term/x-win.el (x-cut-buffer-or-selection-value):
10899 If clipboard is enabled, try it before PRIMARY selection.
10900
10901 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10902
10903 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
10904 insert c-cedilla and C-cedilla respectively, like in latin-1.
10905
10906 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
10907
10908 * language/hebrew.el: Don't use sublists in the flags argument
10909 passed to make-coding-system.
10910
10911 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10912
10913 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
10914 list of character sets found by find-charset-region.
10915
10916 * ps-mule.el: Always require ps-print. Move some function
10917 definitions for Emacs 20.2 and the earlier to ps-print.el.
10918 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
10919
10920 * ps-print.el: Define several functions for Emacs 20.2 and the
10921 earlier version.
10922 (ps-printer-name): Check if printer-name is bound.
10923
10924 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10925
10926 * ps-mule.el: Programming uniformization and little code improvement.
10927 (ps-mule-prepare-font): Programming uniformization.
10928 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
10929 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
10930
10931 * ps-bdf.el: Programming uniformization and little code improvement.
10932 (bdf-search-and-read): New fun.
10933 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
10934 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
10935 (bdf-info-relative-compose, bdf-info-baseline-offset)
10936 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
10937 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
10938 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
10939 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
10940 improvement.
10941
10942 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10943
10944 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
10945 and mule related code extraction. Autoload ps-mule funs.
10946
10947 * ps-mule.el: Doc fix. Require ps-print only when compiled.
10948 (ps-mule-prologue-generated): New fun.
10949 (ps-mule-plot-string): Add autoload cookie.
10950 (ps-mule-begin-job): Call ps-mule-prologue-generated.
10951
10952 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10953
10954 * ps-bdf.el: Require ps-mule instead of ps-print.
10955 (bdf-directory-list): Add autoload cookie.
10956
10957 * ps-mule.el: New file. Mule related code extracted from
10958 ps-print.el. Require ps-print, provide ps-mule.
10959 (ps-multibyte-buffer): Add autoload cookie.
10960 (ps-mule-prepare-ascii-font): New fun.
10961 (ps-mule-set-ascii-font): New fun.
10962 (ps-mule-skip-same-charset): Fun deleted.
10963 (ps-mule-plot-string): Set ps-mule-current-charset.
10964 (ps-mule-initialize): Add autload cookie. Don't set
10965 ps-mule-font-info-database here.
10966 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
10967 ps-mule-font-info-database and ps-control-or-escape-regexp.
10968 (ps-mule-begin-page): New fun.
10969
10970 * ps-print.el: Mule related code moved to ps-mule.el.
10971 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
10972 check ps-mule-charset-list.
10973 (ps-begin-page): Don't set ps-mule-current-charset, instead call
10974 ps-mule-begin-page.
10975 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
10976 (ps-plot-region): Don't set ps-mule-current-charset, instead call
10977 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
10978 instead skip same charsets by itself.
10979 (ps-generate): Call ps-mule-initialize of needs-begin-file is
10980 non-nil. Call ps-mule-begin-job.
10981
10982 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10983
10984 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
10985 instead of bdf.
10986
10987 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
10988 (ps-mule-external-libraries): New element FEATURE.
10989 (ps-mule-init-external-library): Ajusted for the above change.
10990 (ps-mule-generate-font): Likewise.
10991 (ps-mule-generate-glyphs): Likewise.
10992 (ps-mule-prepare-font): Likewise.
10993 (ps-mule-initialize): Likewise.
10994 (ps-begin-file): Superfluous tailing parenthesis deleted.
10995
10996 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10997
10998 * international/fontset.el (x-decompose-font-name): If PATTERN
10999 doesn't have any wild cards, return a vector made from a name that
11000 is found by x-resolve-font-name found. Comments added.
11001
11002 * international/mule-cmds.el (find-coding-systems-for-charsets):
11003 Handle the case of unknown charset.
11004 (find-multibyte-characters): If invalid multibyte characters are
11005 found, return the corresponding strings instead of character
11006 codes.
11007 (find-multibyte-characters): Adjusted for the above change.
11008 (select-safe-coding-system): For a unibyte buffer, always returns
11009 DEFAULT-CODING-SYSTEM.
11010 (get-charset-property): Fix previous change. Make it a function.
11011 (put-charset-property): Make it a function.
11012
11013 * international/mule.el (make-coding-system): Set mime-charset
11014 property of *-with-esc coding system to nil.
11015
11016 * international/quail.el (quail-point-in-conversion-region): New
11017 function.
11018 (quail-conversion-backward-delete-char): When a key sequence is
11019 being translated, call quail-delete-last-char.
11020
11021 * language/devan-util.el
11022 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11023 handle devanagari-decomposition-rules.
11024
11025 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11026
11027 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11028 tex-start-options-string to empty string.
11029 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11030
11031 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11032
11033 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11034 5xx responses are already handled properly).
11035
11036 1998-12-13 Richard Stallman <rms@gnu.org>
11037
11038 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11039 on a non-digit in the file name.
11040
11041 * simple.el (comment-region): Handle comment-padding
11042 separately for insertion and for deletion, in the right way for each.
11043
11044 1998-12-13 Felix Lee <flee@cygnus.com>
11045
11046 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11047 regexp to match "ChangeLog:1:1998-12-09 ..."
11048
11049 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11050
11051 * cus-start.el (dos-unsupported-char-glyph): Add.
11052
11053 1998-12-11 Dave Love <fx@gnu.org>
11054
11055 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11056 forward-sexp in condition-case.
11057
11058 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11059 Remove unnecessary test on `library' for explicit file name.
11060 Widen scope of save-match-data.
11061
11062 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11063
11064 * international/mule.el (load-with-code-conversion): If the loaded
11065 file was inserted with no-conversion or raw-text coding system,
11066 make the buffer unibyte.
11067
11068 1998-12-09 Richard Stallman <rms@gnu.org>
11069
11070 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11071 Get rid of nested loops.
11072
11073 * mouse.el (mouse-drag-vertical-line):
11074 If WHICH-SIDE is not `right', then scroll bars are on the left.
11075
11076 * loadhist.el (load-history-loaded): defvar moved to help.el.
11077
11078 * help.el (symbol-file-load-history-loaded): Variable renamed,
11079 and defvar moved from loadhist.el.
11080 (symbol-file): Renamed from describe-function-find-file.
11081 Load fns-VERSION.el here.
11082 (describe-variable, describe-function-1): Use symbol-file.
11083
11084 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11085 Don't start the name with #.
11086
11087 * ispell.el: Take out the eval-when's.
11088
11089 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11090
11091 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11092 (dirtrack): Run it. Make debug message more verbose.
11093
11094 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11095
11096 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11097 name of the abbrev table, and provide support for XEmacs.
11098 (octave-xemacs-p): New variable.
11099
11100 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11101
11102 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11103 exit, when mail-interactive is nil.
11104
11105 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11106
11107 * files.el (after-find-file): Message fix.
11108
11109 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11110
11111 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11112
11113 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11114
11115 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11116 filenames using backslashes.
11117
11118 1998-12-09 Dave Love <fx@gnu.org>
11119
11120 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11121 with correct number of args.
11122 (browse-url-maybe-new-window): New arg. Callers changed.
11123
11124 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11125 comment.
11126
11127 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11128
11129 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11130
11131 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11132
11133 * vc.el (vc-rcs-release): Fix Type.
11134 (vc-sccs-release): Fix Type.
11135 (vc-cvs-release): Fix Type.
11136
11137 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11138 arg work right.
11139
11140 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11141 output of last undeleted message.
11142
11143 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11144
11145 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11146 (buffer-undo-list) [windows-nt]: Use different relative path.
11147
11148 1998-12-07 Simon Marshall <simon@gnu.org>
11149
11150 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11151
11152 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11153
11154 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11155
11156 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11157
11158 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11159
11160 * info.el (Info-menu): Don't return error if point is between menu
11161 header and first menu item.
11162
11163 1998-12-04 Dave Love <fx@gnu.org>
11164
11165 * help.el (describe-function-1): Fix description for alias.
11166
11167 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11168
11169 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11170 specifications from summary line.
11171
11172 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11173 (close-rectangle): Define alias only once in loaddefs.el.
11174
11175 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11176
11177 * term/internal.el: Remove code which sets up a special syntax
11178 table for non-ASCII characters.
11179
11180 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11181
11182 * dos-w32.el (direct-print-region-function): Try to ensure that
11183 printer-name is expanded to a file name on a local drive;
11184 sometimes printing a file loaded from a network volume fails.
11185 (direct-print-region-function): Add a function to
11186 write-region-annotate-functions to append a formfeed character to
11187 the region being printed, if the region doesn't end with a
11188 formfeed already. This avoids creating a second print job
11189 containing a blank page when print spooling is enabled on Windows.
11190
11191 1998-12-02 Dave Love <fx@gnu.org>
11192
11193 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11194 `Info-goto-node'.
11195
11196 1998-12-02 Richard Stallman <rms@gnu.org>
11197
11198 * help.el (temp-buffer-resize-mode): Doc fix.
11199
11200 * cus-edit.el (custom-save-delete): Save point before
11201 reading a sexp, rather than backing up.
11202
11203 * international/iso-transl.el: Fix previous change.
11204
11205 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11206
11207 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11208 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11209 Added defvars to suppress compilation warnings.
11210
11211 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11212
11213 * ispell.el: Improved and fixed customize for variables:
11214 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11215 ispell-dictionary-alist, ispell-skip-sgml.
11216 Improved and fixed comments in variables and messages for
11217 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11218 ispell-menu-map, ispell-checking-message, ispell-parser,
11219 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11220 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11221 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11222 ispell-message-text-end, ispell-add-per-file-word-list.
11223 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11224 system is now required for all languages. Casechars improved for
11225 castellano, castellano8, and norsk dictionaries. Dictionary
11226 norsk7-tex added. Dictionary polish added.
11227 (ispell-dictionary-alist): Redefined at load-time to support
11228 dictionary changes.
11229 (ispell-menu-map): Redefined at load-time to support menu changes.
11230 (ispell-check-version): New alias for `check-ispell-version'.
11231 (ispell-parse-output): Fixed matching for ispell error messages.
11232 Correctly returns spelling suggestions in order generated by ispell
11233 process.
11234 (check-ispell-version): Ensure `case-fold-search' doesn't get
11235 redefined.
11236 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11237 redefined. Fix bug that didn't respect case of word being completed.
11238 (ispell-init-process): Set process coding system to be compatible
11239 with emacs processes and the ispell process.
11240 (ispell-kill-ispell): Ensures ispell process has terminated before
11241 starting new process. This can otherwise confuse process filters
11242 and hang the ispell process.
11243 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11244 skipping support for sgml.
11245 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11246 which could cause `ispell-complete-word' to hang.
11247 (ispell-message): Improved message reference matching. Ensure
11248 `case-fold-search' doesn't get redefined.
11249 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11250 get redefined. Fixed bug in returning to nroff mode from tex mode.
11251 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11252 get redefined.
11253
11254 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11255
11256 * textmodes/flyspell.el (flyspell-check-word-p):
11257 Don't delay inside a kbd macro.
11258
11259 * subr.el (make-local-hook): Return the hook variable.
11260
11261 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11262
11263 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11264 Use a timer instead of post-command-hook.
11265 (hscroll-timer): New variable.
11266
11267 1998-11-30 Dave Love <fx@gnu.org>
11268
11269 * help.el (help-xref-button): Do nothing if text already has the
11270 help-xref property.
11271 (describe-variable): Revert previous change to hyperlink to source.
11272
11273 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11274
11275 * bindings.el (features): Add `base64' to this list.
11276
11277 * loadhist.el (symbol-file): Doc fix.
11278
11279 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11280
11281 * files.el (hack-one-local-variable): Cope with non-file buffers.
11282
11283 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11284
11285 * help.el (describe-mode): Put major mode first.
11286
11287 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11288 to support special-display and same-window features.
11289
11290 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11291
11292 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11293 bound in one function and used in the other.
11294 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11295 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11296
11297 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11298
11299 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11300
11301 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11302
11303 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11304 Give format correct control string.
11305
11306 * international/mule.el (define-translation-table): Fix bug of
11307 setting incorrect translation-table-id. If the first element of
11308 ARGS is a translation table, just register it.
11309
11310 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11311 property.
11312
11313 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11314
11315 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11316 syntax table to determine what is whitespace.
11317
11318 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11319
11320 * frame.el (frame-parameter): Doc fix.
11321
11322 * textmodes/tex-mode.el (tex-feed-input): New function.
11323 (tex-define-common-keys): Add binding for C-c C-m.
11324
11325 1998-11-23 Dave Love <fx@gnu.org>
11326
11327 * progmodes/fortran.el: Various minor doc fixes.
11328 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11329 (fortran-with-subprogram-narrowing): New macro.
11330 (fortran-check-for-matching-do): Use it.
11331 (fortran-end-do): Use fortran-check-end-prog-re.
11332 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11333 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11334
11335 1998-11-23 Simon Marshall <simon@gnu.org>
11336
11337 * font-lock.el (font-lock-defaults): Doc fix.
11338 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11339 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11340
11341 * lazy-lock.el (lazy-lock-unstall):
11342 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11343
11344 * fast-lock.el (fast-lock-save-cache-1):
11345 (fast-lock-cache-data): Rewritten to use with-temp-message.
11346
11347 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11348
11349 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11350 messages that have been added with DOS line endings and convert
11351 the line endings for such messages.
11352
11353 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11354
11355 * help.el: Add resizing of temporary buffers.
11356 (temp-buffer-resize-mode): New command and variable.
11357 (temp-buffer-max-height): New variable.
11358 (resize-temp-buffer-window): New function.
11359
11360 * window.el (window-buffer-height): New function, split from
11361 shrink-window-if-larger-than-buffer.
11362 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11363
11364 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11365
11366 * frame.el (initial-frame-alist): Add defcustom.
11367
11368 * shell.el (shell-prompt-pattern): Add defcustom.
11369
11370 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11371
11372 * message.el (message-ignored-supersedes-headers): Remove
11373 NNTP-Posting-Date.
11374
11375 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11376
11377 * help.el (describe-mode): Don't avoid loop indirecting thru
11378 value of INDICATOR.
11379
11380 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11381
11382 * help.el (describe-variable): Allow any variable with a defcustom,
11383 even if it is not a user variable.
11384
11385 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11386
11387 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11388
11389 * gnus/nntp.el (nntp-request-group): Allow for failures when
11390 requesting a new group.
11391
11392 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11393
11394 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11395
11396 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11397
11398 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11399
11400 1998-11-19 Simon Marshall <simon@gnu.org>
11401
11402 * subr.el (with-temp-message): New macro.
11403
11404 * emacs-lisp/lisp-mode.el (with-temp-message):
11405 Add lisp-indent-function property.
11406
11407 1998-11-18 Dave Love <fx@gnu.org>
11408
11409 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11410
11411 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11412
11413 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11414 This is not obsolete.
11415
11416 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11417
11418 * textmodes/picture.el: Make a new map by make-keymap.
11419 (picture-desired-column): New variable.
11420 (picture-update-desired-column): New function.
11421 (picture-beginning-of-line): Set picture-desired-column to 0.
11422 (picture-end-of-line): Set picture-desired-column to the current
11423 column.
11424 (picture-forward-column): Pay attention to multi-column character.
11425 (picture-backward-column): Likewise.
11426 (picture-move-down): Likewise.
11427 (picture-move-up): Likewise.
11428 (picture-movement-nw): With prefix arg, move twice columns.
11429 (picture-movement-ne): Likewise.
11430 (picture-movement-sw): Likewise.
11431 (picture-movement-se): Likewise.
11432 (picture-set-motion): Handle two-column movements.
11433 (picture-move): Call picture-move-down or picture-forward-column
11434 only when necessary.
11435 (picture-insert): Pay attention to picture-desired-column.
11436 (picture-self-insert): Likewise.
11437 (picture-clear-column): Pay attention to multi-column character.
11438 (picture-mode): Modify doc-string for two-column movement.
11439
11440 * rect.el (move-to-column-force): New function.
11441 (operate-on-rectangle): If coerce-tabs is non-nil, call
11442 move-to-column-force instead of move-to-column.
11443 (insert-rectangle): Call move-to-column-force instead of
11444 move-to-column.
11445 (open-rectangle-line): If begextra is not zero, call
11446 move-to-column-force.
11447
11448
11449 1998-11-16 Dave Love <fx@gnu.org>
11450
11451 * textmodes/sgml-mode.el Require skeleton when compiling.
11452 (sgml-font-lock-keywords-1): Accept single-letter tags.
11453 (v2): Defvar free variable.
11454
11455 1998-11-16 Sam Steingold <sds@goems.com>
11456
11457 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11458 macro, not ELisp one.
11459
11460 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11461
11462 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11463 characters to symbol.
11464
11465 * language/japan-util.el (japanese-zenkaku-region): New optional
11466 arg KATAKANA-ONLY.
11467
11468 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11469
11470 * international/mule.el
11471 (after-insert-file-set-buffer-file-coding-system): If the buffer
11472 is changed to unibyte, return inserted bytes.
11473
11474 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11475 and link names if necessary.
11476 (tar-header-block-summarize): Handle the case that file or link
11477 names are multibyte.
11478 (tar-summarize-buffer): At first set the current buffer unibyte,
11479 then if there are multibyte file names, change it to multibyte.
11480 (tar-mode): Get char position from tar-header-offset.
11481 (tar-extract): Avoid multibyte<->unibyte conversion in
11482 insert-buffer-subsring by setting both buffers unibyte
11483 temporarily.
11484 (tar-copy): Set the buffer unibyte while doing a work. Write
11485 without code conversion.
11486 (tar-expunge): Set the buffer unibyte while doing a work.
11487 (tar-alter-one-field): Likewise.
11488 (tar-clear-modification-flags): Compare byte position with
11489 tar-header-offset.
11490 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11491 insert-buffer-subsring by setting both buffers unibyte
11492 temporarily. Pay attention to multibyteness while updating the
11493 descriptor-line.
11494 (tar-mode-write-file): Write without code conversion.
11495
11496 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11497
11498 * nngateway.el: Require cl.
11499
11500 1998-11-15 Dave Love <fx@gnu.org>
11501
11502 * progmodes/fortran.el: Fix previous change:
11503 (fortran-end-prog-re1): Changed.
11504 (fortran-check-end-prog-re): New function.
11505 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11506
11507 1998-11-13 Tom Breton <tob@world.std.com>
11508
11509 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11510 GNU Emacs.
11511
11512 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11513
11514 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11515 fixed.
11516 (reftex-toc-toggle-file-boundary,
11517 reftex-toc-toggle-labels,
11518 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11519 (reftex-toc-include-labels, reftex-toc-include-context,
11520 reftex-toc-include-file-boundaries,
11521 reftex-toc-keep-other-windows): New options.
11522 (reftex-use-text-after-label-as-context): Option removed.
11523 (reftex-extract-bib-entries): Protect use in non-latex
11524 buffers.
11525 (reftex-toc-visit-location): Renamed from
11526 `reftex-toc-visit-line'.
11527 (reftex-latin1-to-ascii): Works now with and without Mule.
11528 (reftex-truncate): Removed special stuff for Emacs 20.2.
11529 (reftex-get-offset): Made more general.
11530 (reftex-show-label-location): Renamed from
11531 `reftex-select-label-callback'.
11532 (reftex-pop-to-label): Function removed (using
11533 `reftex-show-label-location' instead.
11534 (reftex-insert-docstruct): Renamed from
11535 `reftex-make-and-insert-label-list'. Function args changed.
11536 (reftex-toc): Now uses `reftex-insert-docstruct' and
11537 `reftex-find-start-point'.
11538 (reftex-select-item): Use `reftex-find-start-point'.
11539 (reftex-toc-visit-line): Can display labels and file
11540 boundaries.
11541 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11542
11543 1998-11-12 Sam Steingold <sds@goems.com>
11544
11545 * browse-url.el (browse-url): Handle the case when
11546 `browse-url-browser-function' is a lambda list.
11547
11548 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11549
11550 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11551 version string.
11552 * loadhist.el (symbol-file): Likewise
11553
11554 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11555
11556 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11557
11558 1998-11-11 Sam Steingold <sds@goems.com>
11559
11560 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11561 `run-lisp' instead of signalling an error.
11562
11563 1998-11-11 Karl Heuer <kwzh@gnu.org>
11564
11565 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11566
11567 1998-11-11 Richard Stallman <rms@gnu.org>
11568
11569 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11570
11571 1998-11-11 Per Starback <starback@update.uu.se>
11572
11573 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11574 renamed svenska8 to svenska, and fixed and extended CASECHARS
11575 for it.
11576
11577 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11578
11579 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11580 handling if setpagedevice is not available.
11581 (ps-begin-file): Fix typo.
11582
11583 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11584
11585 * international/mule-util.el (compose-chars-component): Signal
11586 error if CH is a rule-based composition character.
11587 (compose-chars): Signal error if an already compsed character is
11588 going to be composed by rule-base.
11589
11590 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11591 full XLFD, don't try to get information of WEIGHT and SLANT from
11592 that font name.
11593
11594 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11595
11596 * dos-w32.el (set-default-process-coding-system): Use function on
11597 before-init-hook to set default-process-coding-system based on
11598 enable-multibyte-characters.
11599
11600 * term/w32-win.el ([language-change]): For now ignore
11601 keyboard language-change events.
11602
11603 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11604
11605 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11606 convert-standard-file-name, but leave the results of
11607 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11608 characters if the original name already exists, or has a special
11609 handler.
11610
11611 1998-11-10 Karl Heuer <kwzh@gnu.org>
11612
11613 * international/iso-insert.el: Delete autoload cookies.
11614
11615 * international/iso-transl.el: Add autoload cookies.
11616
11617 1998-11-10 Richard Stallman <rms@gnu.org>
11618
11619 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11620 (ispell-process-line): Don't treat multibyte
11621
11622 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11623
11624 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11625 setpagedevice to specify the page size if setpagedevice is
11626 available. This is necessary to select the correct paper tray on
11627 Level 2 printers with multiple paper sizes available.
11628
11629 (ps-begin-file): Cope with font names that contain spaces, and
11630 call BeginDoc in a BeginSetup/EndSetup block.
11631
11632 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11633
11634 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11635 convert-standard-filename.
11636
11637 * loadhist.el (symbol-file): Run fns-VERSION.el through
11638 convert-standard-filename.
11639
11640 1998-11-06 Richard Stallman <rms@gnu.org>
11641
11642 * textmodes/texinfmt.el (texinfo-format-scan):
11643 Detect the case of two @-commands in a row; process just the first.
11644 (texinfo-append-refill): If line has a @c, insert the @refill
11645 before it.
11646 (texinfo-format-refill): Return with point where the @refill was.
11647
11648 * files.el (hack-local-variables): Test local-enable-local-variables.
11649 (hack-local-variables-prop-line): Likewise.
11650 (set-auto-mode): Don't test local-enable-local-variables here.
11651 (enable-local-variables): Doc fix.
11652 (local-enable-local-variables): Doc fix.
11653 (normal-mode): Doc fix.
11654
11655 1998-11-06 Karl Heuer <kwzh@gnu.org>
11656
11657 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11658
11659 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
11660
11661 * simple.el (line-number-mode): Doc fix.
11662
11663 1998-11-06 Kenichi Handa <handa@etl.go.jp>
11664
11665 * international/fontset.el (create-fontset-from-fontset-spec):
11666 Give correct arg to `error'.
11667
11668 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
11669
11670 * textmodes/sgml-mode.el (html-mode): Doc fix.
11671 (sgml-name-8bit-mode): Fix missing format character in message string.
11672
11673 1998-11-05 Karl Heuer <kwzh@gnu.org>
11674
11675 * mail/sendmail.el (sendmail-send-it): Check for failure.
11676
11677 1998-11-05 Richard Stallman <rms@gnu.org>
11678
11679 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11680
11681 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11682 (close-rectangle): Define as alias.
11683
11684 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
11685
11686 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11687
11688 1998-11-05 Dave Love <fx@gnu.org>
11689
11690 * help.el (describe-variable): Don't quote link to source.
11691
11692 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
11693
11694 * gud.el (gud-common-init): Use pop-to-buffer.
11695 (same-window-regexps): Add an element that matches all gud buffers.
11696
11697 1998-11-04 Jason Rumney <jasonr@altavista.net>
11698
11699 * term/w32-win.el (x-get-selection-value): Alias to
11700 x-cut-buffer-or-selection-value.
11701 (w32-standard-fontset-spec): New variable.
11702 (w32-create-initial-fontsets, mouse-set-font): Check whether
11703 new-fontset is available.
11704 (w32-use-w32-font-dialog): Enable use of set-variable.
11705
11706 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11707
11708 * vc.el (with-vc-file, edit-vc-file): New macros.
11709
11710 1998-11-04 Kenichi Handa <handa@etl.go.jp>
11711
11712 * international/quail.el (quail-show-guidance-buf): Call
11713 set-minibuffer-window to set minibuffer window of the current
11714 frame correctly.
11715
11716 1998-11-03 Theodore Jump <tjump@tertius.com>
11717
11718 * term/w32-win.el: Require fontset.
11719
11720 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
11721
11722 * faces.el (set-face-font): Call resolve-fontset-name on w32.
11723 (set-face-font-auto): Ditto.
11724
11725 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
11726
11727 * mouse.el (mouse-drag-region): Fix typo.
11728
11729 1998-11-02 Dave Love <fx@gnu.org>
11730
11731 * progmodes/fortran.el Fix for fontification of strings lost somehow:
11732 (fortran-fontify-string): New function.
11733 (fortran-font-lock-keywords-1): Use it.
11734
11735 1998-11-02 Markus Rost <rost@delysid.gnu.org>
11736
11737 * comint.el (comint-file-name-quote-list): Doc fix.
11738
11739 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11740
11741 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11742 build directory, not source directory.
11743
11744 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11745 if we did not get one for the final move.
11746
11747 1998-11-01 Dave Love <fx@gnu.org>
11748
11749 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11750 Don't funcall browse-url-browser-function.
11751
11752 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11753 Don't funcall browse-url-browser-function.
11754
11755 * fortran.el (fortran-end-prog-re1): Fix the regexp.
11756
11757 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11758
11759 * files.el (revert-buffer): Doc fix.
11760
11761 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
11762
11763 * textmodes/tex-mode.el (tex-start-options-string):
11764 Quote the backslashes with more backslashes.
11765
11766 1998-10-31 Dave Love <fx@gnu.org>
11767
11768 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11769 (webjump): Don't funcall browse-url-browser-function.
11770
11771 1998-10-30 Kenichi Handa <handa@etl.go.jp>
11772
11773 * international/quail.el (quail-start-translation): Handle
11774 switching of the frame in read-key-sequence.
11775 (quail-start-conversion): Likewise.
11776 (quail-show-guidance-buf): Detach quail-guidance-buf from any
11777 windows before setting an appropriate window for it.
11778 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
11779 quail-guidance-win to nil.
11780 (quail-update-guidance): If quail-guidance-buf is not in the
11781 selected frame, call quail-show-guidance-buf again.
11782
11783 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
11784
11785 * progmodes/pascal.el (pascal-mode):
11786 `blink-matching-paren-dont-ignore-comments' set to t.
11787
11788 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11789
11790 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11791
11792 1998-10-30 Dave Love <fx@gnu.org>
11793
11794 * vc.el (vc-backend-merge-news): Check for "P" output.
11795
11796 * help.el (describe-variable): Hyperlink the definition.
11797
11798 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
11799
11800 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11801 (sh-set-shell): Likewise.
11802
11803 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11804
11805 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
11806 (edebug-on-error): Fix customize type to match that of
11807 debug-on-error.
11808
11809 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
11810
11811 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
11812 report-emacs-bug-address instead of undefined bug-gnu-emacs.
11813
11814 * international/mule-cmds.el (select-message-coding-system): Doc
11815 fix.
11816
11817 * international/mule-diag.el (describe-coding-system): Describe
11818 all flags.
11819
11820 * mail/sendmail.el (sendmail-coding-system,
11821 default-sendmail-coding-system): Doc fix.
11822
11823 * simple.el (shell-command-on-region): Doc fix.
11824
11825 * loadup.el: Write fns-*.el in current directory instead of
11826 data-directory since no installation directory exists yet. Mark
11827 buffer unmodified afterwards.
11828
11829 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
11830 instead of data-directory since it is architecture dependent.
11831 (load-history-loaded): Update doc string.
11832
11833 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
11834
11835 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
11836 path as a default directory when canonicalizing names.
11837
11838 * w32-fns.el: Remove a dangling reference to a directory on the
11839 build machine.
11840
11841 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11842
11843 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
11844 namespace related keywords such as `class', `body', `private',
11845 `variable', `namespace eval', etc.
11846 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
11847 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
11848 imenu and font-lock so that searches for \sw would find words
11849 containing colons.
11850
11851 * progmodes/etags.el (initialize-new-tags-table):
11852 Do not alter find-tag-marker-ring and tags-location-ring.
11853
11854 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
11855
11856 * term/w32-win.el: Require fontset.
11857 (w32-init-fontsets): New function (code from x-win.el).
11858
11859 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11860
11861 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
11862 calendar-and-diary-frame-parameters): Add title parameter.
11863
11864 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11865
11866 * completion.el (dynamic-completion-mode): New function to enable
11867 the mode. (Just loading the file now does not change anything.)
11868
11869 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11870
11871 * ps-print.el: User option for multibyte buffer handling and doc fix.
11872 (ps-multibyte-buffer): New user option.
11873 (ps-setup): Print new user option.
11874 (ps-print-quote): New fun.
11875 (ps-color-p, ps-mule-font-info-database-latin): New var.
11876 (ps-default-color, ps-mule-font-info-database)
11877 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
11878 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
11879 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
11880 Little code improvement.
11881 (ps-mule-initialize): Initialize ps-mule-font-info-database.
11882 (ps-print-prologue-header, ps-font-family, ps-font-size)
11883 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
11884 (ps-build-face-reference, ps-mule-font-info-database-bdf)
11885 (ps-mule-external-libraries, ps-mule-init-external-library)
11886 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
11887 Doc fix.
11888 (ps-print-version): New version number (4.1.1) and doc fix.
11889 (ps-print-prologue-header): New user option.
11890 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
11891 Conditional compilation for GNU Emacs and emacsens.
11892 (ps-generate-postscript-with-faces): Skip invisible text better.
11893 (ps-setup): Print new user option.
11894 (ps-print-preprint): Check if input file name exists and is unwritable.
11895 (ps-begin-file): Adjust PostScript prologue header for duplex printers
11896 and insert user PostScript prologue header comments.
11897 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
11898 New funs.
11899 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
11900 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
11901 PostScript programming normalization.
11902 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
11903 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
11904 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
11905 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
11906 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
11907 Programming style normalization.
11908
11909 1998-10-26 Kenichi Handa <handa@etl.go.jp>
11910
11911 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11912 version, check the value of mule-version.
11913
11914 * international/mule-util.el (compose-region): Insert then delete
11915 to preserve markers.
11916 (decompose-region): Use search-forward for efficiency.
11917
11918 * language/chinese.el (pre-write-encode-hz): Cancel previous
11919 change, use generate-new-buffer instead of get-buffer-create.
11920 * language/devan-util.el
11921 (in-is13194-devanagari-pre-write-conversion): Likewise.
11922 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11923 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11924 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11925
11926 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11927
11928 * mail/rmailsum.el (rmail-message-subject-p):
11929 Handle message whose header has not been reformatted.
11930
11931 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
11932
11933 1998-10-25 Jason Rumney <jasonr@altavista.net>
11934
11935 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
11936 New variables.
11937 (mouse-set-font): Use font menus instead of dialog according to
11938 w32-use-w32-font-dialog.
11939
11940 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11941
11942 * calendar/calendar.el (calendar-day-name-array): Add doc string
11943 correctly!
11944 (calendar-month-name-array): Add doc string correctly!
11945
11946 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11947
11948 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
11949
11950 1998-10-21 Markus Rost <rost@delysid.gnu.org>
11951
11952 * lisp/info.el (Info-next-menu-item): Stay on top of node.
11953
11954 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
11955
11956 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
11957
11958 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
11959
11960 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
11961
11962 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
11963
11964 1998-10-21 Karl Heuer <kwzh@gnu.org>
11965
11966 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
11967 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
11968 (profile-filter, profile-reset-timer): Functions deleted.
11969 (profile-check-zero-init-times, profile-get-time): Likewise.
11970 (profile-find-function, profile-quit): Likewise.
11971 (profile-distinct, profile-call-stack, profile-last-time): New vars.
11972 (profile-time-list, profile-init-list): Doc fix.
11973 (profile-functions): Simplify.
11974 (profile-print): Use float. Make output include space separators.
11975 (profile-add-time): New helper function.
11976 (profile-function-prolog): Renamed from profile-start-function.
11977 Handle profile-distinct.
11978 (profile-function-epilog): Renamed from profile-update-function.
11979 Handle profile-distinct.
11980 (profile-a-function): If the function to be profiled is an
11981 autoload form, load it. If it's lazy-loaded, fetch it.
11982 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
11983 (profile-restore-fun): Arg FUN is now a function symbol, as was
11984 documented, rather than a one-element list.
11985 (profile-finish): Call profile-restore-fun properly.
11986
11987 1998-10-21 Kenichi Handa <handa@etl.go.jp>
11988
11989 * international/characters.el: Setup charset property
11990 nospace-between-words.
11991
11992 * international/mule-cmds.el (get-charset-property): If CHARSET is
11993 composition, return nil.
11994 (put-charset-property): If CHARSET is composition, do nothing.
11995
11996 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
11997 * language/devan-util.el
11998 (in-is13194-devanagari-pre-write-conversion): Likewise.
11999 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12000 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12001 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12002
12003 * textmodes/fill.el (sentence-end-without-period): New variable.
12004 (canonically-space-region): Pay attention to
12005 sentence-end-without-period.
12006 (fill-find-break-point): The first argument CHARSET deleted.
12007 Caller changed.
12008 (fill-region-as-paragraph): Pay attention to charset property
12009 nospace-between-words and text property nospace-between-words.
12010
12011 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12012
12013 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12014 an unrecognized shell.
12015
12016 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12017
12018 * desktop.el (desktop-save): Include minor modes symbolically.
12019 (desktop-create-buffer): Turn on all minor modes in `mim'.
12020
12021 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12022
12023 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12024 (sh-font-lock-keywords): Handle rpm and rpm2.
12025 (sh-ancestor-alist): Handle rpm.
12026
12027 * files.el (auto-mode-alist): Recognize .rpm files.
12028 Also .spec and .mspec files.
12029
12030 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12031
12032 * faces.el (frame-set-background-mode): Enable the function for
12033 MSDOS frames.
12034
12035 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12036
12037 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12038 (calendar-month-name-array): Add doc string.
12039
12040 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12041
12042 * simple.el (kill-ring-max): Increased to 60.
12043
12044 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12045
12046 * international/characters.el: Setup auto-fill-chars.
12047
12048 * international/kinsoku.el (kinsoku): Check the variable
12049 enable-kinsoku.
12050
12051 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12052 Don't call kinsoku directly, intead call fill-find-break-point.
12053
12054 * textmodes/fill.el: Setup `fill-find-break-point-function'
12055 property to character sets which require `kinsoku' processing for
12056 filling.
12057 (fill-find-break-point): New function.
12058 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12059 Don't call kinsoku directly, intead call fill-find-break-point.
12060
12061 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12062
12063 * faces.el (modify-face-read-string): Return (nil) for "none".
12064 (modify-face): Don't get error if (nil) is the argument.
12065 (face-try-color-list): Don't check whether nil is a valid color.
12066
12067 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12068
12069 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12070 Print message about each directory, even in batch mode.
12071
12072 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12073
12074 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12075 (ps-mule-string-char): No need to use sref.
12076 (ps-mule-next-index): No need to use sref.
12077
12078 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12079
12080 * files.el (revert-buffer-internal-hook): Add defvar.
12081
12082 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12083
12084 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12085
12086 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12087
12088 * international/mule-cmds.el (default-input-method): Fix custom type.
12089
12090 * net-utils.el (whois-server-list): Fix customization type.
12091
12092 * shell.el (shell-input-autoexpand): Fix customization group.
12093
12094 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12095
12096 * repeat.el (repeat): Handle keyboard macros properly.
12097 Handle new prefix arg after self-insert command.
12098
12099 * repeat.el: Don't include cl even at compile time.
12100 (repeat): Avoid using `loop'.
12101
12102 * simple.el (shell-command-on-region): Doc fix.
12103 (next-history-element): Special error message if no default.
12104
12105 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12106
12107 * ps-print.el (ps-print-buffer): Doc fix.
12108 (ps-despool): Likewise.
12109
12110 * arc-mode.el (arc-mode): Provide arc-mode.
12111
12112 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12113
12114 * ps-print.el (ps-print-buffer): Doc fix.
12115
12116 1998-10-14 Dave Love <fx@gnu.org>
12117
12118 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12119 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12120 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12121
12122 * progmodes/fortran.el (fortran-mode-map): Change "Join
12123 Continuation Line" to "Join Line".
12124 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12125
12126 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12127
12128 * progmodes/fortran.el (fortran-join-line): Use
12129 `delete-indentation' instead of issuing an error message if not on
12130 a continuation line. Provide for joining several lines using
12131 prefix arg.
12132
12133 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12134
12135 * term/pc-win.el (msdos-color-values): New variable.
12136 (x-color-values): New function, emulates its namesake from
12137 src/xfns.c.
12138 (msdos-bg-mode): Add all dark colors to those which return
12139 "dark".
12140
12141 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12142
12143 * replace.el (keep-lines, flush-lines, how-many):
12144 Don't ignore case if arg has upper case letters.
12145
12146 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12147
12148 * progmodes/vhdl-mode.el
12149 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12150 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12151 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12152 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12153 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12154 (vhdl-when): Fix indentation problem.
12155 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12156 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12157 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12158
12159 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12160
12161 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12162 (ls-lisp-insert-directory): Renamed from insert-directory.
12163 (insert-directory): New function.
12164
12165 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12166
12167 * simple.el (completion-fixup-function): Variable deleted.
12168 (completion-setup-function): Delete code for completion-fixup-function.
12169 * emacs-lisp/lisp.el (lisp-complete-symbol):
12170 Don't bind completion-fixup-function.
12171
12172 * files.el (find-file-wildcards): New option.
12173 (find-file-noselect): Handle wild cards, if enabled.
12174 (file-expand-wildcards): New function.
12175
12176 * simple.el (set-fill-column): Doc fix.
12177
12178 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12179
12180 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12181
12182 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12183
12184 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12185 Move declaration before first use.
12186 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12187 hif-math, hif-factor): Rename token to hif-token and token-list to
12188 hif-token-list.
12189 (hif-token, hif-token-list): Declare them.
12190 (hif-find-ifdef-block): Return cons of top and bottom point
12191 instead of setting dynamically bound variables.
12192 (hide-ifdef-block, show-ifdef-block): Use return value of
12193 hif-find-ifdef-block.
12194
12195 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12196
12197 * subr.el (read-passwd): Use clear-this-command-keys.
12198
12199 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12200
12201 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12202 and ...-for-write.
12203
12204 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12205
12206 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12207 responses to GROUP command, since this may be called from a timer
12208 with quit inhibited.
12209
12210 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12211
12212 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12213 set unconditional-jump to nil.
12214 (ccl-compile-read-multibyte-character): Return nil.
12215 (ccl-compile-write-multibyte-character): Likewise.
12216 (ccl-compile-translate-character): Likewise
12217 (ccl-compile-map-multiple): Likewise.
12218 (ccl-compile-map-single): Likewise.
12219
12220 * international/kinsoku.el: Add coding tag.
12221 (kinsoku-bol): Remove superfluous TAB in a string.
12222
12223 * international/mule-cmds.el (find-coding-systems-for-charsets):
12224 Delete `composition' (if any) from CHARSETS.
12225
12226 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12227
12228 * international/mule-cmds.el (setup-specified-language-environment):
12229 Add apropos-inhibit property.
12230 (describe-specified-language-support): Likewise.
12231
12232 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12233
12234 * international/mule.el (make-coding-system): Create -with-esc
12235 variant coding system.
12236
12237 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12238
12239 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12240 (next-file): Optionally offer to revert a file's buffer,
12241 if it has an existing buffer but the file has changed.
12242
12243 * info.el (Info-insert-dir): Detect and report problems
12244 in input files, such as "No Top node". Return with point
12245 at the beginning of the text.
12246 (Info-find-node): Reinsert the code to handle files
12247 with no tags table; it was deleted by mistake.
12248
12249 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12250
12251 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12252 texinfo-find-higher-level-node repeatedly find the same node.
12253 (texinfo-find-higher-level-node): Doc fix.
12254
12255 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12256
12257 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12258 (smtpmail-address-buffer): Add defvar.
12259 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12260
12261 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12262
12263 * ffap.el (ffap-machine-p-local): Fix editing error.
12264
12265 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12266
12267 * faces.el (frame-set-background-mode):
12268 Don't do anythung for text-only or MSDOS frame.
12269
12270 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12271
12272 * international/quail.el (quail-defrule): New optional arg APPEND.
12273 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12274
12275 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12276
12277 * gnus/pop3.el (pop3-open-server):
12278 Set process-coding-system-alist around open-network-stream.
12279
12280 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12281
12282 * files.el (save-buffer): Doc fix.
12283
12284 1998-10-07 Karl Heuer <kwzh@gnu.org>
12285
12286 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12287 return DEF unchanged, not nil. Simplify.
12288
12289 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12290
12291 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12292
12293 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12294
12295 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12296
12297 * net-utils.el (ftp, nslookup): Require comint.
12298 (network-service-connection): Likewise.
12299 (whois-server-name): Defaults to whois.arin.net
12300 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12301 (whois): Tries to guess the appropriate top-level domain server.
12302 (whois-get-tld): New function.
12303
12304 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12305 (dirtrack-debug-toggle): Added this function.
12306
12307 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12308
12309 * files.el (find-file-noselect): Switch to the correct buffer
12310 before checking find-file-literally, and allow non-nil non-t
12311 rawfile params.
12312
12313 1998-10-06 Karl Heuer <kwzh@gnu.org>
12314
12315 * midnight.el (clean-buffer-list): Add autoload cookie.
12316
12317 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12318 no-autosave.
12319 * tar-mode.el (tar-mode-revert): Likewise.
12320 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12321 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12322 * gnus/message.el (message-auto-save-directory): Renamed from
12323 message-autosave-directory. All references changed.
12324
12325 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12326
12327 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12328 string. Expose mime stuff while searching.
12329
12330 1998-10-06 Richard Stallman <rms@gnu.org>
12331
12332 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12333
12334 * replace.el (perform-replace): Position point properly
12335 before and after the recursive edit of C-r.
12336
12337 * progmodes/etags.el (tags-reset-tags-tables): Properly
12338 find the markers in the old rings that are being discarded.
12339
12340 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12341
12342 * apropos.el (apropos-print): Control invalid characters.
12343
12344 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12345 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12346 confusing customize.
12347
12348 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12349
12350 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12351 built-in commands. Add more built-in commands and fix face names.
12352
12353 1998-10-05 Simon Marshall <simon@gnu.org>
12354
12355 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12356
12357 1998-10-04 Eric Ludlam <zappo@gnu.org>
12358
12359 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12360 customization since it is not useful in this case.
12361 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12362 sure it gets evalled to a number. Also verify that set-frame-name
12363 fn exists before calling it.
12364
12365 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12366 Protect a `forward-sexp' call which could fail, and improved regex
12367 for ie, and eg abbreviations.
12368
12369 1998-10-02 Noah Friedman <friedman@splode.com>
12370
12371 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12372 send-string.
12373 (rlogin-send-Ctrl-D): Here also.
12374 (rlogin-send-Ctrl-Z): Here also.
12375 (rlogin-send-Ctrl-backslash): Here also.
12376
12377 1998-10-02 Dave Love <fx@gnu.org>
12378
12379 * outline.el (hide-region-body): Bind
12380 outline-view-change-hook to nil while making repeated calls to
12381 outline-flag-region. Run it once at the end.
12382 (hide-other, hide-sublevels, show-children): Likewise.
12383
12384 * info-look.el: Remove duplicate scheme-mode entry.
12385 (info-lookup-make-completions): When looking for entries, check
12386 that `item' isn't null or "Menu".
12387
12388 1998-10-01 Karl Heuer <kwzh@gnu.org>
12389
12390 * net-utils.el: Don't require ffap.
12391 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12392 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12393
12394 1998-09-30 Richard Stallman <rms@gnu.org>
12395
12396 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12397
12398 * imenu.el (imenu--generic-function): Sort each submenu by position.
12399 (imenu--sort-by-position): New function.
12400
12401 * cus-edit.el (Custom-mode-menu): Fix info node name.
12402 (customize group): Fix info node name.
12403
12404 * mail/mailalias.el (build-mail-aliases): Don't allow
12405 a newline in the alias name. Don't define an alias
12406 if the definition would be empty.
12407
12408 * which-func.el (which-func-mode-global): Make :set function
12409 more reliable.
12410
12411 * custom.el (custom-set-variables): Load the requests first,
12412 then check the symbol's `set' function.
12413
12414 * ffap.el: Doc fixes.
12415
12416 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12417
12418 * gnus.el: (gnus-valid-select-methods): Fix type.
12419 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12420 * gnus-score.el (gnus-orphan-score): Fix type.
12421 (gnus-score-default-header, gnus-score-default-type): Fix type.
12422 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12423 (gnus-saved-headers): Fix type.
12424
12425 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12426 Avoid nil value of `two-lines-citation-part'.
12427
12428 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12429
12430 * which-func.el (which-function): Handle case when
12431 (car imenu--index-alist) is nil.
12432
12433 1998-09-29 Dave Love <fx@gnu.org>
12434
12435 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12436 bzip2 args.
12437
12438 1998-09-29 Simon Marshall <simon@gnu.org>
12439
12440 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12441 comint-exec-hook.
12442
12443 1998-09-29 Stephen Eglen <stephen@gnu.org>
12444
12445 * info-look.el: Add support for Octave.
12446
12447 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12448
12449 * textmodes/reftex.el (reftex-finding-files): New customize group.
12450 (reftex-texpath-environment-variables,
12451 reftex-use-external-file-finders, reftex-external-file-finders,
12452 reftex-search-unrecursed-path-first): New options.
12453 (reftex-process-string, reftex-find-file-externally): New
12454 functions.
12455 (reftex-access-search-path): Execute shell commands to find the
12456 search path.
12457 (reftex-toggle-auto-view-crossref): When turning on, make sure
12458 `reftex-auto-view-crossref' becomes non-nil.
12459 (reftex-abbrev-regexp): Constant removed.
12460 (reftex-convert-string): Abbrev regexp calculated locally.
12461
12462 1998-09-28 Dave Love <fx@gnu.org>
12463
12464 * progmodes/fortran.el: Don't call regexp-opt when deriving
12465 font-lock patterns with keywords that aren't all literal.
12466
12467 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12468
12469 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12470 the form `octave.bin:1>' which come from using precopiled binary
12471 versions.
12472
12473 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12474
12475 * help.el (help-for-help): Use %THIS-KEY%.
12476 (help-quit): Add doc.
12477
12478 * help-macro.el (make-help-screen): Keep HELP-TEXT
12479 in a separate function definition, not in the help command FNAME.
12480 Replace %THIS-KEY% with the key sequence that ran FNAME.
12481
12482 1998-09-25 Richard Stallman <rms@gnu.org>
12483
12484 * textmodes/texinfo.el (texinfo-show-structure):
12485 Bind inhibit-read-only.
12486
12487 * isearch.el (isearch-search-and-update): Properly
12488 handle upper case letters in the reverse-search special case.
12489
12490 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12491
12492 * gnus.el: Extend the list of autoloaded functions.
12493
12494 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12495 buffer before creating help group. (from Gnus v5.6.43, fix by
12496 1998-08-20 Per Starback <starback@update.uu.se>)
12497
12498 * gnus-util.el (gnus-output-to-rmail): Adjust to
12499 `rmail-output-to-rmail-file'.
12500
12501 1998-09-25 Karl Heuer <kwzh@gnu.org>
12502
12503 * hexl.el (hexl-mode-map): More of previous change.
12504
12505 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12506 (tex-start-tex): Don't use tex-start-options-string in star case.
12507 Quote file name in star case as well as in non-star.
12508 Add blank and quoting of option string here.
12509 (tex-start-options-string): Not here.
12510
12511 1998-09-23 Karl Heuer <kwzh@gnu.org>
12512
12513 * term.el (term-delimiter-argument-list): Doc fix.
12514 (term-emulate-terminal): Escape literal semicolon.
12515 * progmodes/asm-mode.el (asm-mode): Doc fix.
12516 (asm-comment-char): Escape literal semicolon.
12517 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12518
12519 1998-09-23 Richard Stallman <rms@gnu.org>
12520
12521 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12522 only those that normally modify the buffer.
12523
12524 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12525 over again.
12526
12527 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12528
12529 * ispell.el (check-ispell-version): Ensure same buffer is current
12530 when let-binding of case-fold-search ends.
12531
12532 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12533
12534 * ps-print.el: Skip invisible overlay.
12535 Test for set-buffer-multibyte rather than using mule-version.
12536 (ps-print-version): New version number (4.1) and doc fix.
12537 (ps-generate-postscript-with-faces): Skip invisible overlay.
12538
12539 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12540
12541 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12542
12543 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12544
12545 * international/quail.el (quail-update-guidance): Check for the
12546 return value of (quail-guidance) fixed.
12547 (quail-update-translation): Bind quail-current-str locally when it
12548 calls quail-update-guidance.
12549 (quail-update-translation): If input-method-exit-on-first-char is
12550 non-nil, terminate translation only when the current input method
12551 is simple.
12552
12553 1998-09-22 Paul Eggert <eggert@twinsun.com>
12554
12555 * startup.el (locale-translation-file-name): Prefer X-related names
12556 to the name used by GNU/Linux sans X. Set to nil if no file found.
12557 (command-line): Use locale-translation-file-name if it is not nil,
12558 instead of testing for its existence again.
12559 regexp-quote the ctype before using it in a regexp.
12560 Allow a colon to appear after the ctype in the aliases file,
12561 as is done in X11R6.4.
12562
12563 1998-09-21 Richard Stallman <rms@gnu.org>
12564
12565 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12566
12567 * calendar/appt.el (appt-interval): Variable deleted.
12568 (appt-check): For minutes in between appt-display-interval times,
12569 do check, but don't display anything except an updated mode line.
12570 Count against appt-display-interval based on minutes since
12571 first display of this appointment, not based on time of day.
12572 If appt-display-mode-line, force mode line redisplay
12573 whenever appt-mode-string has changed.
12574 (appt-add, appt-delete): Add autoload cookies.
12575 (appt-check): Catch errors from calling `diary'.
12576 (appt-max-time): Renamed from max-time.
12577 (appt-now-displayed, appt-display-count): New variables.
12578 (appt-timer): Don't create one if we already have one.
12579
12580 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12581 More general code to use the source buffer instead of the zap file.
12582
12583 * hilit-chg.el (highlight-compare-with-file): Renamed from
12584 compare-with-file.
12585
12586 * loadhist.el (load-history-loaded): New variable.
12587 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12588
12589 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12590
12591 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12592 Fix error messages.
12593
12594 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12595
12596 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12597 Emacs frame.
12598
12599 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12600
12601 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12602 `undecided' and `undecided-unix'.
12603
12604 1998-09-21 Dave Love <fx@gnu.org>
12605
12606 * help.el (help-make-xrefs): Fix typo affecting Info references.
12607
12608 * subr.el (remove-hook): Check list values to avoid errors.
12609
12610 1998-09-18 Noah Friedman <friedman@splode.com>
12611
12612 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12613 store string in eldoc-last-message without consing a new string.
12614 Rearrange logic from nested if's into cond's.
12615 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12616 Do not print message; just return string.
12617 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12618 Do not print message; just return string.
12619 Cache that string in eldoc-last-data.
12620 (eldoc-last-data): Make into a vector.
12621 (eldoc-get-fnsym-args-string): Use new data form of structure.
12622 (eldoc-get-var-docstring): Here also.
12623 (eldoc-last-data-store): New function.
12624 (eldoc-get-fnsym-args-string): Use it.
12625 (eldoc-get-var-docstring): Here also.
12626 (eldoc-docstring-first-line): Minimize interim string consing.
12627 Call substitute-command-keys on the result.
12628 (eldoc-print-var-docstrings, eldoc-print-docstring,
12629 eldoc-docstring-message): Functions removed.
12630 (eldoc-docstring-format-sym-doc): New function, functionality
12631 ripped out of eldoc-docstring-message.
12632 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12633
12634 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12635
12636 * international/mule.el (make-coding-system): Doc-string modified.
12637
12638 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12639
12640 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12641
12642 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12643 customize type.
12644
12645 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12646 type.
12647
12648 * progmodes/compile.el (compilation-error-screen-columns): New
12649 variable.
12650 (compilation-next-error-locus): Use it to decide whether to use
12651 forward-char or move-to-column.
12652
12653 * mail/rmail.el (rmail-movemail-program): Fix customize type.
12654
12655 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12656 feedmail-fiddle-plex-user-list,
12657 feedmail-spray-address-fiddle-plex-list,
12658 feedmail-prompt-before-queue-user-alist,
12659 feedmail-prompt-before-queue-help-supplement,
12660 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12661 feedmail-queue-alternative-mail-header-separator): Fix customize
12662 type.
12663
12664 * startup.el (site-run-file): Fix customize type.
12665
12666 * speedbar.el (speedbar-initial-expansion-list-name): Fix
12667 customize type.
12668
12669 * shell.el (shell-input-autoexpand): Fix customize type.
12670
12671 * ps-print.el (ps-font-info-database): Add missing dots in value.
12672 Improve layout of customize type.
12673
12674 * net-utils.el (traceroute-program-options, ping-program-options,
12675 ipconfig-program-options, netstat-program-options,
12676 arp-program-options, route-program-options,
12677 nslookup-program-options, ftp-program-options): Fix customize
12678 type.
12679
12680 * midnight.el (clean-buffer-list-kill-regexps,
12681 clean-buffer-list-kill-buffer-names,
12682 clean-buffer-list-kill-never-buffer-names,
12683 clean-buffer-list-kill-never-regexps): Fix customize type.
12684
12685 * man.el (Man-init-defvars): Avoid trailing nil on
12686 Man-filter-list.
12687
12688 * lpr.el (printer-name): Fix customize type.
12689
12690 1998-09-16 Kenichi Handa <handa@etl.go.jp>
12691
12692 * international/mule-cmds.el (reset-language-environment): Call
12693 update-coding-systems-internal.
12694
12695 * international/mule-conf.el: Call update-coding-systems-internal
12696 at the tail.
12697
12698 1998-09-14 Dave Love <fx@gnu.org>
12699
12700 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
12701 use the menu-enable properties, pending doing it correctly and
12702 acceptably fast.
12703
12704 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12705
12706 1998-09-13 Dave Love <d.love@dl.ac.uk>
12707
12708 * progmodes/hideshow.el (hs-grok-mode-type): Check
12709 comment-{start,end} non-nil as well as bound. Report an error if
12710 we can't grok the mode.
12711
12712 1998-09-13 Richard Stallman <rms@gnu.org>
12713
12714 * simple.el (blink-matching-open): Don't log paren matching
12715 messages in *Messages*.
12716
12717 1998-09-12 Richard Stallman <rms@gnu.org>
12718
12719 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12720 Set point-before-scroll at end even if there was an error.
12721
12722 * ange-ftp.el (ange-ftp-insert-file-contents):
12723 Use binary mode for dumb-unix hosts as for unix hosts.
12724 (ange-ftp-copy-file-internal): Likewise.
12725
12726 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12727
12728 * emacs-lisp/pp.el: Doc fixes.
12729
12730 * wid-edit.el (widget-menu-max-shortcuts): New variable.
12731 (widget-choose): Don't use single-char shortcuts if # items
12732 exceeds that many. Use minibuffer instead.
12733
12734 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12735
12736 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12737
12738 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
12739
12740 * speedbar.el (speedbar-frame-mode): Do not set frame position if
12741 in terminal mode.
12742
12743 1998-09-10 Noah Friedman <friedman@splode.com>
12744
12745 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12746 defcustom declaration. It's wreaking too much havoc with XEmacs
12747 and older versions of Emacs, which share this code.
12748
12749 * type-break.el (type-break-mode): Here also.
12750
12751 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12752 `t' to add-hook also to modify the new local value.
12753
12754 1998-09-10 Dave Love <fx@gnu.org>
12755
12756 * vc.el (vc-insert-headers): Doc fix.
12757
12758 1998-09-10 Richard Stallman <rms@gnu.org>
12759
12760 * textmodes/flyspell.el (flyspell-mode-on): Make the
12761 ispell-... variables permanent locals.
12762 (flyspell-mode-off): Add autoload cookie.
12763
12764 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12765 do use binary mode, just as for `unix'.
12766 (ange-ftp-host-type): If HOST is nil, return `unix'.
12767
12768 * dired.el (dired-mark-files-containing-regexp):
12769 Don't scan directories. Ignore non-readable files.
12770
12771 * progmodes/compile.el (compilation-error-regexp-alist):
12772 Fix previous change: allow . and _ in command name.
12773
12774 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12775
12776 * uncompress.el (uncompress-while-visiting):
12777 Use just the car of what find-operation-coding-system returns.
12778
12779 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12780
12781 * shell.el (shell-file-name-quote-list): Add # to the value.
12782
12783 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
12784
12785 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
12786 to make killing of ispell process work even if
12787 kill-all-local-variables has been run.
12788
12789 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12790
12791 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12792 loop when sexp entry ends at end of file with no newline.
12793
12794 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12795
12796 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12797 (Custom-reset-standard): Fix menu inconsistency.
12798
12799 * mail/feedmail.el (feedmail-from-line): Allow t.
12800 (feedmail-message-id-suffix): Allow nil.
12801
12802 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12803 Simplify. Make prefix arg work right.
12804
12805 1998-09-09 Dave Love <fx@gnu.org>
12806
12807 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12808
12809 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
12810
12811 1998-09-08 Dave Love <fx@gnu.org>
12812
12813 * add-log.el (change-log-font-lock-keywords): Do parenthesized
12814 stuff only after file names or at start of line. Allow parens
12815 around e-mail, as well as angles.
12816
12817 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
12818 ignore-errors too, eval'd when compile. Require w3 stuff at load
12819 time for nicer failure if it's not available.
12820
12821 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
12822
12823 * comint.el (comint-arguments): Ignore backslashes when using
12824 w32 shells that expect backslashes as the directory separator.
12825
12826 1998-09-04 Kenichi Handa <handa@etl.go.jp>
12827
12828 * international/fontset.el (resolved-ascii-font): New variable.
12829 (x-complement-fontset-spec): By side effect, set
12830 `resolved-ascii-font' to the resolved name of ASCII font."
12831 (create-fontset-from-fontset-spec): Don't get a value for
12832 resolved-ascii-font from the list full-fontlist. It is set by
12833 x-complement-fontset-spec now.
12834
12835 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12836 version, check the value of mule-version.
12837
12838 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
12839
12840 * textmodes/reftex.el (reftex-view-crossref): Split up into
12841 several functions. No longer moves to find a macro.
12842 (reftex-view-cr-cite, reftex-view-cr-ref,
12843 reftex-end-of-bib-entry): New functions.
12844 (reftex-auto-view-crossref): New value `window' allowed.
12845 (reftex-view-crossref-when-idle): Process new `window' option in
12846 (reftex-translate-to-ascii-function): New default.
12847 (reftex-label-illegal-re): Default changed, removed Latin1.
12848 (reftex-latin1-to-ascii): New function.
12849 (reftex-what-environment): Check for section regexp before use.
12850 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
12851 absolute path names.
12852 (reftex-TeX-master-file): Changed sequence of file checks.
12853 (reftex-do-citation): bibview cache only with RefTeX mode on.
12854
12855 1998-09-06 Richard Stallman <rms@gnu.org>
12856
12857 * progmodes/compile.el (compilation-error-regexp-alist):
12858 In first pattern (GNU utilities and other things),
12859 allow a space after the optional program name at the beginning.
12860
12861 * mail/mail-hist.el (mail-hist-current-header-contents):
12862 Fix previous change: use mail-header-end.
12863
12864 1998-09-06 Bill Richter <richter@math.nwu.edu>
12865
12866 * international/ccl.el: Doc fixes.
12867 * international/encoded-kb.el: Doc fixes.
12868 * international/fontset.el: Doc fixes.
12869 * international/kinsoku.el: Doc fixes.
12870 * international/kkc.el: Doc fixes.
12871 * international/mule-cmds.el: Doc fixes.
12872 * international/mule-conf.el: Doc fixes.
12873 * international/mule-util.el: Doc fixes.
12874 * international/mule.el: Doc fixes.
12875
12876 1998-09-05 Eric Ludlam <zappo@gnu.org>
12877
12878 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
12879 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
12880 (checkdoc-this-string-valid-engine): Permit ? as terminating
12881 punctuation for first line sentence breaking.
12882 (checkdoc-this-string-valid): When converting a comment into a doc
12883 string, make sure " chars are \".
12884 (checkdoc-sentencespace-region-engine): Only do double space check
12885 if based on the variable `sentence-end-double-space'
12886 (checkdoc-this-string-valid-engine): ? ends valid sentence.
12887 (checkdoc-proper-noun-region-engine): Exclude items in URLs
12888
12889 1998-09-04 Richard Stallman <rms@gnu.org>
12890
12891 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12892 Recognize define-skeleton as a function definer.
12893
12894 * cus-edit.el (customize-option): Refuse to customize
12895 a variable that has no defcustom. But if variable is autoloaded,
12896 first try to load the library that defines it.
12897
12898 * international/iso-insert.el: Use `string' before calling `insert'
12899 so that in multibyte buffers we insert multibyte chars.
12900
12901 * dired.el (dired-mark-files-containing-regexp):
12902 Don't use find-file; instead, insert the file in a temp buffer.
12903
12904 * textmodes/tex-mode.el (tex-start-options-string): New option.
12905 (tex-start-tex): Use that variable.
12906
12907 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
12908 value in the `repeat' alternative a list.
12909
12910 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
12911 the inserted newline, verify that one was really inserted.
12912
12913 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
12914 remains on or remains off.
12915 (flyspell-multi-language-p): Default changed to nil.
12916
12917 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
12918 In "found in comment" case, don't beginning-of-line after forward-line.
12919
12920 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
12921 If the function definition is not a lambda, return original FORM
12922 with no error.
12923
12924 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
12925
12926 * net-utils.el (netstat-program-options): Changed from nil to "-a"
12927 so that by default netstat shows all network connections.
12928
12929 1998-09-04 Bob Weiner <weiner@altrasoft.com>
12930
12931 * international/quail.el: Doc fixes.
12932
12933 * info.el (info): Don't add parens if FILE already has them.
12934
12935 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
12936
12937 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
12938 on extension lines.
12939
12940 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
12941
12942 * w32-fns.el (w32-shell-dos-semantics): New function.
12943
12944 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
12945
12946 * international/quail.el (quail-choose-completion-string): Store
12947 completion `choice' in `quail-current-str'; don't insert it.
12948
12949 1998-09-02 Kenichi Handa <handa@etl.go.jp>
12950
12951 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
12952 argument to ps-mule-generate-bitmap-font.
12953
12954 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
12955 entry and change Latin-1 entry in the default value.
12956 (ps-mule-font-info-database-ps-bdf): New variable.
12957 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
12958 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
12959 registerd in FONT-SPEC.
12960 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
12961 charcter width of bitmap fonts.
12962 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
12963 procedure NF.
12964 (ps-begin-file): Output PostScript code for setting
12965 SpaceWidthRatio.
12966 (ps-plot-region): Use line-beginning-position to get a position of
12967 the beginning of the current line.
12968
12969 * international/mule-cmds.el (register-input-method): Doc-string
12970 modified.
12971
12972 1998-09-01 Dave Love <fx@gnu.org>
12973
12974 * international/mule-cmds.el (current-language-environment): Fix
12975 setter function.
12976
12977 1998-09-01 Simon Marshall <simon@gnu.org>
12978
12979 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
12980 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
12981 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
12982 names with font-lock-type-face. Fontify type specs, etc., with
12983 font-lock-keyword-face.
12984
12985 1998-08-31 Kenichi Handa <handa@etl.go.jp>
12986
12987 * international/fontset.el (x-complement-fontset-spec): If ASCII
12988 font is specified in FONTLIST, don't substitute it for the
12989 resolved name.
12990
12991 1998-08-31 Paul Eggert <eggert@twinsun.com>
12992
12993 * international/mule.el (charset-description): Doc fix.
12994
12995 * language/chinese.el, language/cyrillic.el, language/czech.el,
12996 language/devanagari.el, language/ethiopic.el,
12997 language/european.el, language/hebrew.el, language/indian.el,
12998 language/japanese.el, language/korean.el, language/lao.el,
12999 language/slovak.el, language/thai.el, language/tibetan.el,
13000 language/vietnamese.el:
13001 Add coding: local variable, to avoid bootstrapping problem
13002 if you need to recompile all the Lisp files using interpreted code.
13003
13004 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13005
13006 * cal-china.el (chinese-year-cache): Change range of years from
13007 1989-2000 to 1990-2010.
13008
13009 1998-08-29 Dave Love <d.love@dl.ac.uk>
13010
13011 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13012 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13013
13014 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13015
13016 * ps-print.el (ps-print-control-characters): Doc-string modified.
13017 (ps-output-string-prim): Comment format changed.
13018 (ps-do-despool): Indentation of source code changed.
13019
13020 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13021
13022 * subr.el (sref): Make it an alias of aref. Make the
13023 byte-compiler warn that it is obsolete.
13024 (char-bytes): Make the byte-compiler warn that it is obsolete.
13025
13026 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13027 Calculate the total bytes using position-bytes instead of
13028 char-bytes.
13029
13030 1998-08-27 Karl Heuer <kwzh@gnu.org>
13031
13032 * snmp-mode.el: New file.
13033 * files.el (auto-mode-alist): Add snmp-mode patterns.
13034
13035 1998-08-27 Karl Eichwalder <ke@suse.de>
13036
13037 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13038
13039 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13040
13041 * calendar/diary-lib.el (diary-block): Doc fix..
13042 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13043
13044 1998-08-27 Richard Stallman <rms@gnu.org>
13045
13046 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13047 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13048 Clear appt-mode-string if we don't put something in it.
13049
13050 1998-08-27 Dave Love <fx@gnu.org>
13051
13052 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13053 dired-local-variables-file for dired-x.
13054
13055 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13056 for compressed library files too.
13057
13058 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13059
13060 * language/european.el ("Latin-1"): Modify `documentation' key value.
13061 ("Latin-2"): Likewise.
13062
13063 1998-08-26 Karl Heuer <kwzh@gnu.org>
13064
13065 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13066
13067 1998-08-26 Albert L. Ting <alt@artisan.com>
13068
13069 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13070 (mail-hist-current-header-contents): Use mail-text-start.
13071
13072 1998-08-26 Richard Stallman <rms@gnu.org>
13073
13074 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13075 (customize-changed-options-previous-release): New variable.
13076 (customize-changed-options): Use that variable as default arg.
13077
13078 1998-08-26 Karl Eichwalder <ke@suse.de>
13079
13080 * midnight.el: Require `timer' not only when compiling.
13081
13082 1998-08-26 Per Starback <starback@update.uu.se>
13083
13084 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13085 buffer before creating help group.
13086
13087 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13088
13089 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13090 coding-system-for-write before saving.
13091
13092 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13093
13094 * isearch.el (isearch-forward): Doc fix.
13095
13096 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13097
13098 * emacs-lisp/find-func.el: Fix :version tags to have a string
13099 value, not a float.
13100
13101 * cus-dep.el: Fix typo in output.
13102
13103 1998-08-25 Dave Love <fx@gnu.org>
13104
13105 * repeat.el (repeat): Doc fix.
13106 [From rms:]
13107 (repeat-previous-repeated-command): New variable.
13108 (repeat): Check for real-last-command being null or repeat. Set
13109 repeat-previous-repeated-command.
13110
13111 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13112
13113 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13114
13115 * gnus/message.el (message-send-mail-with-sendmail): Bind
13116 coding-system-for-write by the return value of
13117 select-message-coding-system.
13118 (message-send-mail-with-qmail): Likewise.
13119
13120 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13121
13122 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13123 define-derived-mode.
13124
13125 * files.el (file-name-invalid-regexp):
13126 Fix regex for ms-dos without long file names.
13127
13128 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13129
13130 * ps-print.el: Multi-byte buffer handling.
13131 (ps-print-version): New version number (4.0) and doc fix.
13132 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13133 compilation for GNU Emacs and emacsens.
13134 (ps-generate-postscript-with-faces): Force invisible text to be
13135 visible.
13136 (dos-ps-printer): New var to avoid compilation gripes.
13137
13138 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13139
13140 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13141 that no more characters can't be printed in the current line.
13142
13143 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13144
13145 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13146 greater than TO.
13147
13148 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13149
13150 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13151 20.2 and the earlier version.
13152 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13153 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13154 (ps-mule-find-wrappoint): Likewise.
13155 (ps-mule-generate-font): Change `X' to `x' in format
13156 control-string.
13157 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13158 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13159 `restore' form procedures `BC' and `EC'.
13160
13161 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13162
13163 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13164 is an executable procedure. Make LineThickness, Xshadow, and
13165 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13166 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13167 ps-mule-font-info-database-bdf): New vars.
13168 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13169 (ccl-encode-ethio-unicode): New CCL program.
13170 (ps-mule-encode-ethiopic): New fun.
13171 (ps-mule-current-charset): New var.
13172 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13173 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13174 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13175 (ps-mule-external-libraries): New var.
13176 (ps-mule-init-external-library): New fun.
13177 (ps-mule-font-cache): New var.
13178 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13179 (ps-last-font): New var.
13180 (ps-mule-prepare-font): New fun.
13181 (ps-mule-charset-list): New var.
13182 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13183 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13184 ps-mule-plot-string): New funs.
13185 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13186 New vars.
13187 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13188 ps-mule-prepare-cmpchar-font): New funs.
13189 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13190 vars.
13191 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13192 ps-mule-generate-bitmap-glyph): New funs.
13193 (ps-mule-initialize, ps-mule-begin): New funs.
13194 (ps-output-string-prim): Insert string as unibyte.
13195 (ps-output-prologue): New fun.
13196 (ps-flush-output): Handle the case of 'prologue.
13197 (ps-begin-file): Call ps-mule-initialize.
13198 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13199 printing multibyte characters.
13200 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13201 (ps-basic-plot-string): Handle the case of printing ASCII
13202 characters by external libraries (e.g. BDF).
13203 (ps-set-font): Set ps-last-font.
13204 (ps-plot-region): Handle multibyte characters, use
13205 ps-mule-plot-string for them.
13206 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13207
13208 * bdf.el: New file.
13209
13210 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13211
13212 * international/mule-cmds.el (select-message-coding-system): New
13213 function.
13214 (set-language-environment-coding-systems): Set
13215 default-sendmail-coding-system.
13216
13217 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13218 (default-sendmail-coding-system): New variable.
13219 (sendmail-send-it): Encode the message by a coding system
13220 select-message-coding-system returns.
13221
13222 1998-08-23 Eric Ludlam <zappo@gnu.org>
13223
13224 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13225 (speedbar-mode): Set buffer to read only.
13226 (speedbar-temp-buffer-show-function): For emacs don't call hook
13227 with arguments.
13228 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13229
13230 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13231
13232 * speedbar.el (speedbar-key-map): Fix typo.
13233
13234 See ChangeLog.7 for earlier changes.