(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
[bpt/emacs.git] / lisp / ChangeLog
1 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
4 (woman-mapcan, woman-parse-man.conf)
5 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
6 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
7 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
8 path syntax better.
9 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10 (woman-manpath): Call woman-parse-man.conf.
11 (woman-emulation): New defcustom, defaults to nroff.
12 (woman-font-support): New defconst.
13 (woman-use-symbol-font): New defcustom.
14 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
15 "Emulation".
16 Many functions: Doc fix.
17
18 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19
20 * international/quail.el (quail-simple-translation-keymap): Map
21 128..255 to quail-self-insert-command.
22 (quail-keyboard-layout-alist): Add definition for "pc102-de".
23
24 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
25
26 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
27 intervals which makes it heaps simpler.
28
29 * newcomment.el (comment-region-internal): Go back to BEG after quoting
30 the nested comment markers.
31
32 * subr.el (remove-hook): Don't turn the hook's value into a list.
33
34 2000-05-21 Dave Love <fx@gnu.org>
35
36 * edmacro.el (edmacro-parse-keys): Return vector if any elements
37 are invalid characters.
38
39 * international/mule-util.el (detect-coding-with-priority): Use
40 mapc. Remove redundant lambda.
41
42 * international/mule-diag.el (list-non-iso-charset-chars)
43 (describe-fontset): Remove redundant lambda.
44
45 * emulation/crisp.el (brief-mode): New alias.
46
47 * emacs-lisp/ring.el (ring-elements): New function.
48
49 * emacs-lisp/easymenu.el (easy-menu-create-menu)
50 (easy-menu-do-add-item): Use keywordp.
51
52 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
53
54 * replace.el: Doc and error message fixes.
55 (replace-highlight): Use facep, not internal-find-face.
56
57 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
58
59 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
60
61 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
62 (log-edit-insert-changelog): Drop `:' as well.
63
64 * log-view.el: Fix file description.
65 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
66 available.
67 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
68 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
69
70 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
71 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
72 Print a status message if the toggle is called interactively.
73 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
74 for global minor modes and use `defcustom' for them.
75 Use add-minor-mode.
76 (easy-mmode-define-derived-mode): Remove.
77 (define-derived-mode): Fancier default docstring.
78 (easy-mmode-define-navigation): Signal an error rather than (ding).
79
80 * newcomment.el (comment-styles): New `box-multi'.
81 (comment-normalize-vars): Better default for comment-continue to
82 avoid whitespace-only continuations.
83 (comment-search-forward): Always move even in the no-syntax case.
84 (comment-padright): Only obey N if it's only obeyed for padleft.
85 (comment-make-extra-lines): Better handling of empty continuations.
86 Use `=' for the filler if comment-start has only one character.
87 (uncomment-region): Try handling the special `=' filler.
88 (comment-region): Allow LINES even if MULTI is nil.
89 (comment-box): Choose box style based on comment-style.
90
91 2000-05-20 Kenichi Handa <handa@etl.go.jp>
92
93 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
94 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
95
96 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
97
98 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
99 and insert, not subst-char-in-region.
100
101 * international/mule-diag.el (list-character-sets-1): Handle
102 charsets eight-bit-control and eight-bit-graphic.
103 (list-iso-charset-chars): Likewise.
104 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
105 charactes as is. Use indent-to to align characters.
106
107 * international/mule-cmds.el (find-multibyte-characters): Never
108 exclude charsets eight-bit-control and eight-bit-graphic.
109
110 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
111
112 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
113 Don't quote lambdas.
114
115 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
116
117 2000-05-19 Gerd Moellmann <gerd@gnu.org>
118
119 * gud.el (gud-jdb-directories): Doc fix.
120
121 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
122
123 * newcomment.el: New file.
124
125 2000-05-19 Gerd Moellmann <gerd@gnu.org>
126
127 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
128
129 2000-05-18 Andreas Schwab <schwab@suse.de>
130
131 * dired.el (dired-between-files): Also skip lines beginning with
132 `used'.
133
134 2000-05-18 Gerd Moellmann <gerd@gnu.org>
135
136 * msb.el (msb-menu-cond): Add choice `user'.
137
138 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
139
140 * ps-print.el: Compatibility, customization and doc fix.
141 (ps-printer-name-option): Replace defconst by defvar.
142 (ps-postscript-code-directory): XEmacs compatibility.
143 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
144 fix.
145 (ps-user-defined-prologue, ps-print-prologue-header)
146 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
147 compatibility and code fix.
148 (ps-print-background-image, ps-print-background-text):
149 Customization fix.
150 (ps-line-number-start, ps-n-up-on): New vars.
151
152 2000-05-18 Espen Skoglund <esk@ira.uka.de>
153
154 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
155 the indent-comment function to just return the appropriate indent.
156
157 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
158
159 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
160 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
161 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
162
163 2000-05-18 Dave Love <fx@gnu.org>
164
165 * info.el (Info-fontify-node): Add intangible property as well as
166 invisible.
167
168 * calendar/appt.el (appt-make-list): Match all lines of entry.
169 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
170
171 2000-05-18 Kenichi Handa <handa@etl.go.jp>
172
173 * international/mule-diag.el (describe-char-after): Call
174 internal-char-font, not char-font. If internal-char-font returns
175 nil, display "-- none --".
176
177 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
178
179 * image.el (image-type-available-p): Don't reference image-types
180 if it isn't bound.
181
182 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
183
184 * autoarg.el (autoarg-mode): Typo in the :set argument.
185
186 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
187
188 * startup.el (command-line-1): Don't signal an error if the
189 directory for auto-save-list files does not yet exist.
190
191 2000-05-17 Kenichi Handa <handa@etl.go.jp>
192
193 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
194
195 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
196
197 * subr.el (remove-hook): `setq' hook-value, not `set'.
198
199 2000-05-16 Sam Steingold <sds@gnu.org>
200
201 * info.el (debug-ignored-errors): More errors to ignore.
202
203 2000-05-16 Dave Love <fx@gnu.org>
204
205 * cus-edit.el: Don't require cl or easymenu.
206 (custom-variable-prompt): Test standard-value property, not
207 user-variable-p.
208
209 2000-05-16 Sam Steingold <sds@gnu.org>
210
211 * subr.el (add-hook): `setq' hook-value, not `set'.
212
213 2000-05-16 Gerd Moellmann <gerd@gnu.org>
214
215 * startup.el (command-line-1): Mention the FAQ in the startup
216 message.
217
218 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
219
220 * progmodes/compile.el (compilation-parse-errors): Collect
221 `nomessage' regexps last.
222
223 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
224
225 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
226 to the function name.
227
228 2000-05-15 Dave Love <fx@gnu.org>
229
230 * speedbar.el (speedbar-recenter): Typo.
231 (speedbar-expand-line): Make arg optional.
232 (speedbar-mode): Avoid a compiler warning.
233
234 2000-05-15 Gerd Moellmann <gerd@gnu.org>
235
236 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
237 user-specified option string is empty.
238
239 * mouse.el (mouse-yank-at-click): Doc fix.
240
241 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
242
243 * term/internal.el (IT-character-translations): More updates of
244 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
245 documents.
246
247 2000-05-15 Gerd Moellmann <gerd@gnu.org>
248
249 * env.el (getenv): New function, interactively callable.
250 (setenv, getenv): Remove autoload cookies.
251
252 * loadup.el: Load `env'.
253
254 * progmodes/f90.el: Change author's mail address.
255
256 2000-05-14 Dave Love <fx@gnu.org>
257
258 * mail/rmail.el (rmail-show-message-hook): Customize and offer
259 goto-addr as an option.
260
261 * help.el (help-xref-stack): Doc fix.
262 (help-xref-following): New variable.
263 (help-make-xrefs): Use it.
264 (help-xref-go-back): Use position information from stack element.
265 (help-follow): Make position in stack element a pair. Use
266 help-xref-following.
267
268 * autoarg.el: New file.
269
270 * faces.el: Declare more functions obsolete.
271
272 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
273 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
274 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
275 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
276 Remove all the setup-...-environment functions.
277
278 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
279
280 * speedbar.el: Updated the commentary section. xemacs20p now uses
281 >= when detecting. Require `defimage' safely.
282 (speedbar-easymenu-definition-base): Add toggle for images.
283 (speedbar-easymenu-definition-special): Add flush cache & expand.
284 (speedbar-visiting-tag-hook): Set new defaults. Added options.
285 (speedbar-reconfigure-keymaps-hook): New variable.
286 (speedbar-frame-parameters): Updated documentation.
287 (speedbar-use-imenu-flag): Updated custom tag
288 (speedbar-dynamic-tags-function-list): New variable.
289 (speedbar-tag-hierarchy-method): Updated doc & custom.
290 (speedbar-indentation-width, speedbar-indentation-width) New
291 variables.
292 (speedbar-hide-button-brackets-flag): Customizable.
293 (speedbar-vc-indicator): Doc update.
294 (speedbar-ignored-path-expressions): Updated default value.
295 (speedbar-supported-extension-expressions): Updated default value.
296 (speedbar-syntax-table): Remove {} paren status.
297 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
298 as "+". Added overlay aliases.
299 (speedbar-mode): Use `speedbar-mode-line-update' instead of
300 `force-mode-line-update'.
301 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
302 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
303 `mouse-set-point'
304 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
305 (speedbar-item-info-tag-helper): Revamped to handle a wider range
306 of arbitrary text, and new helper functions.
307 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
308 filename finder.
309 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
310 (speedbar-directory-buttons): Update path search/expansion.
311 (speedbar-make-tag-line): Pay attention to
312 `speedbar-indentation-width'. Use more care w/ invisible
313 properties.
314 (speedbar-change-expand-button-char): Call
315 `speedbar-insert-image-button-maybe'.
316 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
317 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
318 (speedbar-trim-words-tag-hierarchy)
319 (speedbar-simple-group-tag-hierarchy): New functions
320 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
321 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
322 functions.
323 (speedbar-mouse-set-point): New function
324 (speedbar-power-click): Updated documentation.
325 (speedbar-line-token, speedbar-goto-this-file): Handle more types
326 of tag prefix text.
327 (speedbar-expand-line, speedbar-contract-line): Make more robust
328 to strange text.
329 (speedbar-expand-line): Takes universal argument to flush the
330 cache.
331 (speedbar-flush-expand-line): New function.
332 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
333 Use new generator insertion method.
334 (speedbar-fetch-dynamic-tags): New function.
335 (speedbar-fetch-dynamic-imenu): Removed code now handled in
336 `speedbar-fetch-dynamic-imenu'.
337 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
338 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
339 "Revert Buffer" menu items.
340 (speedbar-buffer-buttons-engine): Be smarter when creating a
341 filename tag (for expansion purposes.).
342 (speedbar-highlight-one-tag-line,
343 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
344 (speedbar-recenter): New functions.
345 (defimage-speedbar): Image loading abstraction.
346 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
347 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
348 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
349 (speedbar-tag-type, speedbar-tag-mail): New images.
350 (speedbar-expand-image-button-alist): New variable.
351 (speedbar-insert-image-button-maybe): Insert an image over some
352 buttons.
353
354 2000-05-13 Kenichi Handa <handa@etl.go.jp>
355
356 * international/mule-cmds.el (encode-coding-char): An ASCII
357 character is always encodable.
358
359 * international/mule-conf.el: Add more information in descriptions
360 of character sets.
361
362 * international/mule-diag.el (describe-char-after): New function.
363 (describe-font-internal): Adjusted for the change of font-info.
364 (describe-font): Likewise.
365 (print-fontset): Rewritten for the new fontset implementation.
366 (describe-fontset): Include fontset alias names in completion.
367 (list-fontsets): Adjusted for the change of print-fontset.
368
369 * simple.el (what-cursor-position): If DETAIL is non-nil, call
370 describe-char-after instead of displaying the detail in the echo
371 area.
372 (syntax-code-table): Format changed.
373 (string-to-syntax): Adjusted for the above change.
374
375 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
376
377 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
378
379 2000-05-12 Dave Love <fx@gnu.org>
380
381 * calendar/todo-mode.el: Remove some compatibility stuff and CL
382 dependence. Use line-{beginning,end}-position, not
383 point-at{b,e}ol. Some doc fixes.
384 (todo-position): New function. Fix callers of position to use it.
385 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
386
387 2000-05-12 Gerd Moellmann <gerd@gnu.org>
388
389 * time.el (display-time-mail-icon): Use `:ascent center'.
390
391 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
392 handling FTP security extensions.
393
394 2000-05-11 Dave Love <fx@gnu.org>
395
396 * calendar/todo-mode.el: New file.
397
398 2000-05-11 Gerd Moellmann <gerd@gnu.org>
399
400 * comint.el (comint-read-input-ring): Move reference to
401 comint-input-ring-size outside of the save-excursion. It was
402 causing the default value to be the only one ever seen.
403
404 * font-lock.el: Update copyright. Remove Simon Marshall's email
405 address on request from him.
406
407 * subr.el (substitute-key-definition): Add comment describing
408 the meaning of PREFIX.
409
410 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
411
412 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
413
414 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
415 (add-minor-mode): Don't make the variable buffer-local and add a
416 reference to define-minor-mode in the docstring.
417
418 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
419 HEADER/FOOTER and fix bug with trailing empty directory.
420 (cvs-append-to-ignore): Use vc-editable-p if available.
421 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
422 (vc-do-command): Tweak advice to handle the new VC.
423
424 * log-view.el (log-view-goto-rev): New function for the new VC.
425 (log-view-minor-wrap): Use mark-active.
426
427 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
428 (log-edit-changelog-full-paragraphs): New var.
429 (log-edit-insert-changelog): Remove a lonely leading `* file'.
430 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
431 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
432 (log-edit-changelog-ours-p, log-edit-changelog-entries)
433 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
434 Replace the `cvs' prefix with `log-edit'.
435
436 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
437
438 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
439 (diff-font-lock-defaults): Explicitly turn off multiline.
440 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
441 (diff-ediff-patch): Fix call to ediff-patch-file.
442 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
443 Handle comments.
444
445 * frame.el (automatic-hscrolling): Typo.
446
447 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
448
449 2000-05-09 Sam Steingold <sds@goems.com>
450
451 * apropos.el (apropos-print): use `describe-face' instead of
452 `customize-face-other-window'.
453
454 2000-05-09 Dave Love <fx@gnu.org>
455
456 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
457
458 * help.el (describe-variable): Have customize button pop the
459 help-xref stack when invoked.
460 (help-xref-symbol-regexp): Add `face'.
461 (help-make-xrefs): Check for quoted face names and adapt regexp
462 submatch numbers to cope.
463 (help-xref-interned): Maybe insert face doc too. Separate
464 sections with a line of hyphens.
465
466 * faces.el: Some doc fixes. Declare some functions obsolete.
467 (describe-face): Add customize button. Return the help
468 text. Fix prompt.
469
470 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
471
472 * term/internal.el (IT-character-translations): Fix last change.
473
474 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
475
476 * woman.el: New file
477 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
478
479 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
480
481 * term/internal.el (IT-character-translations): Update ASCII
482 simulations for greek-iso8859-7, add latin-iso8859-14 and
483 latin-iso8859-15.
484
485 * international/mule-cmds.el (set-language-info-alist): Call
486 define-prefix-command with 3 arguments, to make the map suitable
487 for a menu.
488
489 2000-05-07 Dave Love <fx@gnu.org>
490
491 * time.el: Small doc fixes from Pavel Janic.
492
493 2000-05-05 Dave Love <fx@gnu.org>
494
495 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
496 list in doc string. Don't quote keyword symbols.
497 * emacs-lisp/cl.el: Likewise
498 * emacs-lisp/cl-seq.el: Likewise
499
500 2000-05-05 Gerd Moellmann <gerd@gnu.org>
501
502 * abbrev.el (abbrev-mode): Make ARG optional.
503
504 2000-05-04 Gerd Moellmann <gerd@gnu.org>
505
506 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
507
508 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
509
510 * subr.el (substitute-key-definition): Clarify documentation.
511
512 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
513
514 * glasses.el (glasses-convert-to-unreadable): Use
515 `glasses-separator' instead of the hard-wired "_".
516 (glasses-mode): Call `glasses-make-unreadable' only in a single
517 place.
518
519 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
520
521 * term/internal.el (cjk-codepages-alist): Add associations for
522 Chinese and Korean codepages. Remove FIXME comment.
523
524 2000-05-03 Dave Love <fx@gnu.org>
525
526 * time.el (display-time-mail-face, display-time-use-mail-icon):
527 New option.
528 (display-time-mail-icon): New variable.
529 (display-time-string-forms): Use the above. Fix the local-map.
530
531 2000-05-03 Gerd Moellmann <gerd@gnu.org>
532
533 * replace.el (query-replace-map): Add binding for `E'.
534 (query-replace-help): Extend help text.
535 (perform-replace): Allow editing the replacement string.
536
537 * make-mode.el (makefile-mode-abbrev-table): New variable.
538 (makefile-mode): Set local abbrev table to
539 makefile-mode-abbrev-table.
540 (makefile-font-lock-keywords): Fontify includes and conditionals.
541
542 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
543 set TOGGLE's value.
544
545 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
546 mail-interactive-insert-alias.
547 (mail-abbrev-complete-alias): New command.
548 (mail-mode-map): Bind it to `M-TAB'.
549
550 2000-05-03 Kenichi Handa <handa@etl.go.jp>
551
552 * language/lao-util.el (lao-compose-region): New function.
553
554 2000-05-02 Gerd Moellmann <gerd@gnu.org>
555
556 * files.el (recover-session): Make directories as necessary
557 if they don't exist yet.
558
559 * calendar/cal-french.el
560 (french-calendar-multibyte-special-days-array)
561 (french-calendar-special-days-array): Change French text.
562 (calendar-french-date-string): Change output.
563 (calendar-goto-french-date): Likewise.
564
565 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
566
567 * wid-edit.el (widget-default-active): Obey `:always-active'.
568 (widget-documentation-string-value-create): Set `:always-active'.
569
570 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
571
572 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
573 default prefix to `~/_emacs.d/auto-save.list/_s'.
574 (normal-top-level): Create the directory for auto-save files, if
575 it doesn't already exist (in the ms-dos case only).
576
577 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
578
579 * international/mule-cmds.el (set-language-environment): Don't
580 concat an integer (dos-codepage), use format instead.
581
582 2000-05-02 Dave Love <fx@gnu.org>
583
584 * help.el (help-xref-on-pp): Check for constant symbols.
585
586 2000-04-29 Gerd Moellmann <gerd@gnu.org>
587
588 * startup.el (normal-top-level): Put a condition-case around
589 the code loading subdirs.el.
590
591 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
592
593 * ps-print.el: Upside-down and face background color printing,
594 line number step, doc fix.
595 (ps-print-version): New version number (5.2).
596 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
597 (ps-face-attribute-list, ps-plot-with-face): Code fix.
598 (ps-spool-config): Var fix.
599 (ps-printer-name-option): Const fix.
600 (ps-print-upside-down, ps-use-face-background)
601 (ps-line-number-step): New vars.
602 (ps-window-system, ps-lp-system): New consts.
603 (ps-face-background): New fun.
604
605 2000-04-28 Richard Stallman <rms@gnu.org>
606
607 * files.el (make-auto-save-file-name):
608 Apply auto-save-file-name-transforms to visited file name
609 before generating auto save file name.
610 (auto-save-file-name-transforms): New variable.
611
612 * files.el (backup-enable-predicate):
613 Correctly test for a file under a temporary directory.
614
615 2000-04-28 Gerd Moellmann <gerd@gnu.org>
616
617 * subr.el (add-minor-mode): Rewritten.
618
619 2000-04-28 Kenichi Handa <handa@etl.go.jp>
620
621 * mail/sendmail.el (sendmail-send-it): Set
622 buffer-file-coding-system to the selected coding system for MIME
623 header.
624
625 2000-04-27 Gerd Moellmann <gerd@gnu.org>
626
627 * dired.el (dired-move-to-filename-regexp): Allow format where
628 YYYY is followed by two spaces.
629
630 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
631 in the second character class of the regexp.
632
633 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
634 mh-etc, too.
635
636 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
637 nil.
638
639 * subr.el (add-minor-mode): Use `set' instead of `setq'.
640
641 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
642 argument.
643
644 2000-04-27 Sen Nagata <sen@eccosys.com>
645
646 * emacs-lisp/crm.el (crm-completion-table): New variable.
647 (crm-collection-fn, crm-test-completion)
648 (completing-read-multiple): Use it.
649
650 2000-04-27 Dave Love <fx@gnu.org>
651
652 * help.el (locate-library): Use mapc.
653 (help-manyarg-func-alist): Add call-process-region.
654
655 2000-04-26 Gerd Moellmann <gerd@gnu.org>
656
657 * subr.el (add-minor-mode): Make argument MAP optional.
658
659 * desktop.el (desktop-save): Save list of minor modes.
660 (desktop-create-buffer): Restore minor modes.
661 (desktop-minor-mode-table): New user-option.
662
663 * subr.el (add-minor-mode): New function.
664
665 * image.el (find-image): New function.
666 (defimage): Rewritten to find image at load time.
667
668 * startup.el (normal-top-level-add-to-load-path): Handle
669 case that the default directory is not in load-path.
670
671 * help.el: Old patch from Stefan Monnier.
672 (help-xref-on-pp): New function.
673 (describe-variable): Use it to display xrefs in a symbol's value.
674
675 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
676
677 * cus-edit.el (custom-face): Fix parenthesis.
678
679 2000-04-26 Kenichi Handa <handa@etl.go.jp>
680
681 * mail/rmail.el (rmail-expunge): When there are no deleted
682 messages, do nothing.
683
684 2000-04-26 Dave Love <fx@gnu.org>
685
686 * international/mule-cmds.el (locale-translation-file-name):
687 Defvar to nil.
688 (set-locale-environment): Set it here (at runtime).
689
690 2000-04-25 Gerd Moellmann <gerd@gnu.org>
691
692 * replace.el (perform-replace): Add parameters START and END. Use
693 them instead of the check for a region in Transient Mark mode.
694 (query-replace-read-args): Return two more list elements for the
695 start and end of the region in Transient Mark mode.
696 (query-replace, query-replace-regexp, query-replace-regexp-eval)
697 (map-query-replace-regexp, replace-string, replace-regexp): Add
698 optional last arguments START and END and pass them to
699 perform-replace.
700
701 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
702 form with additional arguments for perform-replace.
703
704 * progmodes/etags.el (tags-query-replace): Add parameters START
705 and END. Construct a form with additional arguments for
706 perform-replace.
707
708 * simple.el (shell-command): Set default directory for "*Shell
709 Command Output" buffer.
710
711 * language/european.el (iso-latin-4): Fix typo.
712
713 * emacs-lisp/crm.el: New file.
714
715 2000-04-24 Dave Love <fx@gnu.org>
716
717 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
718 (Custom-reset-saved, Custom-reset-standard)
719 (custom-group-value-create, custom-group-set, custom-group-save)
720 (custom-group-reset-current, custom-group-reset-saved)
721 (custom-group-reset-standard): Use mapc.
722 (custom-buffer-create-internal): Disable undo when creating items.
723 Use mapc.
724 (custom-face): Avoid redundant lambda.
725
726 2000-04-24 Gerd Moellmann <gerd@gnu.org>
727
728 * startup.el (auto-save-list-file-prefix): Set default to
729 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
730
731 2000-04-24 Sam Steingold <sds@gnu.org>
732
733 * time-stamp.el (time-stamp-string-preprocess): Always convert
734 `field-result' to a string.
735
736 2000-04-24 Gerd Moellmann <gerd@gnu.org>
737
738 * frame.el (scrolling): New group.
739 (automatic-hscrolling): New user-option.
740
741 * startup.el (command-line-x-option-alist): Add `-lsp' and
742 `--line-spacing'.
743
744 2000-04-19 Dave Love <fx@gnu.org>
745
746 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
747 (cl-mapc): Rename from mapc. Fix the funcall.
748
749 2000-04-19 Gerd Moellmann <gerd@gnu.org>
750
751 * simple.el (clone-indirect-buffer-other-window): New command.
752 (clone-indirect-buffer): Add optional arg NORECROD.
753 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
754
755 * help.el (resize-temp-buffer-window): Use count-screen-lines.
756
757 * window.el (count-screen-lines): New function.
758 (shrink-window-if-larger-than-buffer): Use count-screen-lines
759 instead of window-buffer-height.
760
761 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
762 non-existing variable comint-input-sentinel.
763 (inferior-lisp-args-to-list): Removed.
764 (inferior-lisp): Use split-string instead of
765 inferior-lisp-args-to-list.
766
767 * hexl.el (hexl-insert-hex-string): New command.
768
769 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
770 instead of concat.
771
772 2000-04-18 Gerd Moellmann <gerd@gnu.org>
773
774 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
775 at the start of an existing but empty folder.
776
777 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
778
779 * ps-mule.el: Customization fix, doc fix.
780 (ps-multibyte-buffer): Customization fix.
781
782 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
783
784 * subr.el (read-passwd): Use read-char-exclusive.
785
786 2000-04-17 Gerd Moellmann <gerd@gnu.org>
787
788 * textmodes/texinfo.el (texinfo-insert-@email)
789 (texinfo-insert-@emph, texinfo-insert-@quotation)
790 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
791 (texinfo-mode-map): Add key bindings for them.
792
793 * files.el (basic-save-buffer-2): Use a template with `$'
794 instead of `#' for VMS.
795
796 * simple.el (clone-indirect-buffer): New function.
797
798 2000-04-16 Stephen Eglen <stephen@gnu.org>
799
800 * iswitchb.el (iswitchb-case): New function. If the user input
801 contains any upper-case characters, the search is made
802 case-sensitive.
803
804 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
805
806 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
807 comment-end.
808 (texinfo-font-lock-syntactic-keywords): New var.
809 (texinfo-font-lock-keywords): Remove comment regexp.
810 (texinfo-insert-block): New function.
811 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
812 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
813 and font-lock-defaults. Use regexp-opt for outline-regexp.
814 (texinfo-environments): New var.
815 (texinfo-environment-regexp): Use regexp-opt and
816 texinfo-environments.
817
818 * textmodes/ispell.el (ispell-menu-map-needed): Check that
819 ispell-process is bound since this might be eval'd before ispell
820 is loaded.
821 (ispell-message): Use a tiny bit less magic and a bit more hard
822 data to figure out what kind of sc-cite-regexp to use.
823
824 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
825
826 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
827 (insert-cyclic-diary-entry): Unquote the lambda.
828
829 * gud.el (gud-jdb-build-source-files-list): Fix typo.
830
831 * files.el (backup-enable-predicate): Unquote the lambda.
832
833 * cus-edit.el (custom-face, face): Unquote the lambda.
834
835 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
836
837 * ps-print.el: Check for line-beginning-position definition.
838
839 * ps-print.el: Fix counting lines in a region.
840 (ps-print-version): New version number (5.1.5).
841 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
842 (ps-printing-region): Fun code fix.
843
844 2000-04-15 Gerd Moellmann <gerd@gnu.org>
845
846 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
847 to file-directory-p.
848
849 2000-04-14 Gerd Moellmann <gerd@gnu.org>
850
851 * gud.el (gud-jdb-build-source-files-list): Check that directory
852 exists before calling directory-files.
853
854 2000-04-13 Dave Love <fx@gnu.org>
855
856 * emacs-lisp/trace.el: Change maintainer. Use new backquote
857 syntax.
858
859 * emacs-lisp/cl-specs.el: Remove when, unless.
860
861 * emacs-lisp/cl-extra.el: Don't quote keywords.
862 (cl-old-mapc): New variable.
863 (mapc): Use it.
864 (cl-map-intervals): Use with-current-buffer. Don't check for
865 next-property-change.
866 (cl-map-overlays): Use with-current-buffer.
867 (cl-expt): Remove.
868 (copy-tree, remprop): Define unconditionally.
869
870 * emacs-lisp/cl-compat.el (keywordp): Remove.
871
872 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
873 to use keywordp.
874 (edebug-spec): Enable keywordp.
875
876 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
877 string-lessp.
878
879 * cus-start.el: Use keywordp.
880
881 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
882
883 * diary-lib.el (include-other-diary-files): Fix the fix of
884 2000-02-18 by doing a save-excursion.
885
886 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
887
888 * ps-print.el: Customization fix, doc fix.
889 (ps-print-version): New version number (5.1.4).
890 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
891 (ps-print-preprint): Adjust code.
892 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
893 (ps-print-prologue-header, ps-print-control-characters)
894 (ps-spool-config): Customization fix.
895
896 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
897
898 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
899 converted to the new menu-item format, names silightly changed,
900 help strings added.
901
902 Support for spelling without async subprocesses:
903
904 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
905 (ispell-session-buffer): New variables.
906 (ispell-start-process, ispell-process-status,
907 ispell-accept-output, ispell-send-string): New functions, for
908 Ispell invocation when async subprocesses aren't supported.
909 (ispell-word, ispell-pdict-save, ispell-command-loop,
910 ispell-process-line, ispell-buffer-local-parsing): Replace calls
911 to process-send-string with calls to ispell-send-string, and
912 accept-process-output with ispell-accept-output.
913 (ispell-init-process): Call ispell-process-status instead of
914 process-status with.
915 (ispell-init-process): Call ispell-start-process. Call
916 ispell-accept-output and ispell-send-string. Don't call
917 process-kill-without-query and kill-process if they are unbound.
918 (ispell-async-processp): New function.
919
920 2000-04-12 Dave Love <fx@gnu.org>
921
922 * info.el: Add debug-ignored-errors.
923 (Info-mode-menu): Add some items.
924 (Info-directory): Add autoload cookie.
925
926 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
927 Modify `truncate-lines'. Make `describe-language-environment'
928 always visible and add help. Modify `describe-key' help. Invoke
929 Info-directory from `info'. New entry `emacs-manual'.
930
931 2000-04-10 Gerd Moellmann <gerd@gnu.org>
932
933 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
934 propertized-buffer-identification.
935 (ebrowse-update-member-buffer-mode-line): Likewise.
936 (ebrowse--mode-strings): Removed.
937 (ebrowse--mode-line-props): Removed.
938
939 * files.el (auto-mode-alist): Add `EBROWSE'.
940
941 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
942 space before testing for end of buffer.
943 (ebrowse-load): Removed.
944 (ebrowse-revert-tree-buffer-from-file): Rewritten.
945 (ebrowse-create-tree-buffer): Rewritten.
946 (ebrowse-tree-mode): Read tree from buffer.
947
948 * progmodes/ebrowse-ffh.el: Removed.
949
950 2000-04-10 Kenichi Handa <handa@etl.go.jp>
951
952 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
953
954 2000-04-10 Gerd Moellmann <gerd@gnu.org>
955
956 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
957 at the wrong place.
958
959 2000-04-09 Dave Love <fx@gnu.org>
960
961 * files.el (backup-enable-predicate): Use
962 temporary-file-directory, small-temporary-file-directory.
963 (make-backup-file-name-function, backup-directory-alist): New
964 variables.
965 (make-backup-file-name-1): New function.
966 (make-backup-file-name): Use it.
967 (find-backup-file-name): Likewise. Use format for clarity, not
968 concat.
969 (file-newest-backup): Use make-backup-file-name.
970
971 2000-04-09 Gerd Moellmann <gerd@gnu.org>
972
973 * progmodes/ebrowse-ffh.el: New file.
974
975 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
976 to ebrowse-ffh.el.
977 (ebrowse-load): Add autoload.
978
979 * finder.el (finder-commentary): Add autoload cookie.
980
981 * mail/rfc2368.el: Correct author's email address.
982
983 * progmodes/ebrowse.el: New file.
984
985 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
986 item help string.
987 (easy-menu-do-add-item): Ditto.
988 (easy-menu-define): Extend doc string.
989
990 * jit-lock.el (with-buffer-unmodified): Use
991 restore-buffer-modified-p.
992 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
993 (jit-lock-function, jit-lock-stealth-fontify): Don't use
994 with-buffer-unmodified.
995
996 2000-04-08 Dave Love <fx@gnu.org>
997
998 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
999 unless, when.
1000
1001 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1002
1003 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1004 (viper-flash-search-pattern): No operation when using Emacs
1005 doesn't support face.
1006 Use `viper-put-on-search-overlay'.
1007
1008 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1009
1010 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1011 like C-r.
1012
1013 * progmodes/make-mode.el: Some doc fixes.
1014 (makefile-mode-abbrev-table): New variable.
1015 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1016 (makefile-font-lock-keywords): Fontify includes and conditionals.
1017 (toplevel): Require `dabbrev' and `add-log' when compiling.
1018
1019 * replace.el (perform-replace): Don't move forward one char
1020 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1021 to do that because it leaves point 1 position after the last
1022 replacement, after everything has been replaced.
1023
1024 * jit-lock.el (with-buffer-unmodified): New macro.
1025 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1026 modified state.
1027 (jit-lock-function-1): Extracted from jit-lock-function; not
1028 preserving buffer's modified state.
1029 (jit-lock-function, jit-lock-stealth-fontify): Call
1030 jit-lock-function-1.
1031
1032 * mail/rfc2368.el: Remove supernumerary copyright line.
1033
1034 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1035
1036 * glasses.el: Provide facilities for inserting space before left
1037 parentheses and uncapitalization of identifiers.
1038 (glasses-mode): Try to remove old overlays in all cases.
1039
1040 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1041
1042 * progmodes/compile.el (compile-internal): Display the compilation
1043 buffer in a different frame, if it's already displayed there.
1044
1045 * mail/rfc2368.el: New file.
1046
1047 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1048 header and insert its value as mail body.
1049
1050 * subr.el (member-ignore-case): New function.
1051
1052 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1053 (dabbrev--find-expansion): Ignore buffers matching a regexp
1054 from dabbrev-ignored-regexps.
1055
1056 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1057 to extensions handled by gzip.
1058
1059 2000-04-03 Richard M. Stallman <rms@gnu.org>
1060
1061 * files.el (insert-directory): List the total free space
1062 along with the used space.
1063
1064 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1065 line is followed by one that matches CITATION-REGEXP, end the
1066 paragraph.
1067
1068 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1069
1070 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1071 (rmail-make-basic-summary-line): Use that option.
1072
1073 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1074
1075 * international/mule-cmds.el (encoded-string-description):
1076 Rewritten. Try pretty description for ISO 2022 escape sequences
1077 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1078 for hexadecimal format.
1079
1080 2000-04-01 Dave Love <fx@gnu.org>
1081
1082 * cpp.el: Change customization group to `c' from `C'.
1083
1084 * vcursor.el (vcursor-move): Use display-color-p.
1085
1086 * international/mule-util.el: Provide mule-utils.
1087 (string-to-sequence): Simplify and speed up.
1088
1089 * international/mule.el (make-coding-system): Purecopy doc-string.
1090
1091 * international/mule-cmds.el: Various menu changes.
1092 (describe-specified-language-support): Handle `Default'.
1093 (set-language-info): Purecopy `info'.
1094
1095 2000-03-31 Andrew Innes <andrewi@gnu.org>
1096
1097 * vc.el (vc-backend-diff): Return the correct status if we had to
1098 retry the rcsdiff command without the --brief option.
1099
1100 2000-03-31 Dave Love <fx@gnu.org>
1101
1102 * help.el (help-manyarg-func-alist): Correct several omissions.
1103
1104 * add-log.el: Don't require cl, fortran.
1105 (add-log-current-defun-function): Doc fix.
1106 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1107 fix.
1108 (change-log-version-rcs): Function deleted.
1109 (change-log-version-number-search): Doc fix. Use
1110 vc-workfile-version. Avoid CL dolist.
1111 (add-change-log-entry): Just call add-log-current-defun to get
1112 defun. Simplify somewhat.
1113 (change-log-get-method-definition-1): Likewise.
1114 (add-log-current-defun): Return nil if calling
1115 add-log-current-defun-function does so. Move Fortran stuff to
1116 fortran.el. Return string without properties.
1117
1118 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1119 and :alpha: char classes.
1120
1121 * mail/supercite.el: Defvar curline when compiling.
1122 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1123 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1124 rather than a-zA-Z0-9 to allow non-ASCII characters.
1125
1126 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1127
1128 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1129
1130 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1131 Re-enable new code.
1132
1133 * lpr.el (print-region-1): Use -d to specify printer name for
1134 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1135
1136 2000-03-31 Dave Love <fx@gnu.org>
1137
1138 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1139 for function definition in symbol's function value slot first
1140 instead of first consulting byte-compile-function-environment.
1141
1142 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1143
1144 * language/european.el ("Polish"): New language environment.
1145 (setup-polish-environment): New function.
1146
1147 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1148
1149 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1150 Disable new code.
1151
1152 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1153 trying to `load' the symbol of an autoload instead of the file
1154 recorded in the autoload. Fix error messages.
1155
1156 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1157
1158 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1159 (ps-print-version): New version number (5.1.3).
1160 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1161 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1162 (ps-generate-postscript-with-faces): Code fix.
1163 (ps-color-values): XEmacs compatibility.
1164 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1165 (ps-default-fg, ps-default-bg): Adjust customization.
1166 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1167 (ps-color-scale): Renaming old ps-color-value fun.
1168 (ps-print-headers): Replace ps-print-header group to avoid conflict
1169 with ps-print-header variable.
1170 (ps-print-miscellany): New group.
1171 (ps-format-color, ps-rgb-color): New funs.
1172 (ps-default-foreground): New var.
1173 (ps-printer-name-option): New const.
1174
1175 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1176
1177 * net/net-utils.el:
1178 (network-connection-host, network-connection-service): New variables
1179 (network-connection-mode): New mode, derived from comint-mode
1180 (network-connection-mode-setup): New function, saves host and
1181 service information in local variables.
1182
1183 * lisp/locate.el:
1184 (locate-word-at-point): Added this function
1185 (locate): Default to using locate-word-at-point as input
1186 Run dired-mode-hook
1187
1188 2000-03-29 Dave Love <fx@gnu.org>
1189
1190 * calendar/appt.el: Doc fixes.
1191 (appt-check): Convert min-to-app to a string before passing to
1192 appt-disp-window-function or concat.
1193 (appt-delete-window): Remove test for frame-root-window.
1194 (appt-select-lowest-window, appt-convert-time): Simplify.
1195
1196 * emacs-lisp/bytecomp.el: Doc fixes.
1197 (byte-compile-file-form-autoload): Update
1198 byte-compile-function-environment.
1199
1200 2000-03-29 Andreas Schwab <schwab@suse.de>
1201
1202 * emacs-lisp/autoload.el: Also print defsubst doc string
1203 specially.
1204
1205 * dired.el (dired-insert-directory): If dired-free-space-program
1206 failed just delete its output.
1207
1208 2000-03-29 Dave Love <fx@gnu.org>
1209
1210 * international/iso-cvt.el: Move provide to end. Doc fixes.
1211 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1212 (iso-iso2sgml, iso-sgml2iso): New functions.
1213 (iso-cvt-define-menu): Fix some entries and use backquote for
1214 clarity.
1215
1216 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1217
1218 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1219
1220 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1221 ISO-DATE. If non-nil, return date in ISO 8601 format.
1222
1223 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1224
1225 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1226 if it ever becomes used.
1227 (log-edit-mode-hook): Default to vc-log-mode-hook.
1228 (log-edit-mode): Fix the docstring.
1229
1230 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1231 the code.
1232
1233 2000-03-26 Dave Love <fx@gnu.org>
1234
1235 * net/browse-url.el (browse-url): Re-fix case of
1236 browse-url-browser-function being an alist.
1237 (browse-url): Add :link to defgroup.
1238
1239 * files.el: Doc fixes.
1240 (file-truename): Include `[' in wildcard characters.
1241 (automount-dir-prefix): Customize.
1242 (find-file-wildcards): Add :version.
1243 (find-file-noselect): Simplify a mapcar call.
1244
1245 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1246 compatible with inf-lisp version.
1247 (eval-defun-1): Fix custom-declare-variable case.
1248
1249 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1250
1251 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1252
1253 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1254
1255 * Makefile (COMPILE_FIRST): New macro.
1256 (compile-files): Compile files from COMPILE_FIRST first.
1257
1258 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1259 code.
1260
1261 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1262 matching open parenthesis in column 0 to defun-prompt-regexp
1263 only if open-paren-in-column-0-is-defun-start is set.
1264
1265 * sun-curs.el: Require CL at compile-time only.
1266
1267 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1268 instead of copy-list which is a function from CL.
1269 (msb--choose-menu, msb--mode-menu-cond)
1270 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1271 (msb--init-file-alist): Use mapcar instead of mapcan.
1272 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1273 `(' in column 0 in doc string.
1274 (msb--add-separators): Use mapcar instead of mapcan.
1275
1276 * cus-dep.el: Require CL at compile-time only.
1277
1278 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1279
1280 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1281 (byte-compile-warnings): New warning `noruntime'.
1282 (byte-compile-constants, byte-compile-variables): Fix docstring.
1283 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1284 execute `eval-whenc-compile's body.
1285 (byte-compile-unresolved-functions): Fix docstring.
1286 (byte-compile-eval): New function.
1287 (byte-compile-callargs-warn): Check if the function will be available
1288 at runtime (via property `byte-compile-noruntime').
1289 (byte-compile-print-syms): New function.
1290 (byte-compile-warn-about-unresolved-functions): Also warn about
1291 `noruntime' functions (and use `byte-compile-print-syms').
1292 (byte-compile-file): Capitalize the message.
1293
1294 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1295
1296 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1297 (rmail-expunge): Ask for confirmation depending on the setting
1298 of rmail-confirm-expunge.
1299
1300 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1301
1302 * Makefile (bootstrap-clean): If $(emacs) exists, build
1303 loaddefs.el first. A loaddefs.el that's not up-to-date might
1304 cause a bootstrap failure because things don't autoload as
1305 expected.
1306
1307 2000-03-23 Dave Love <fx@gnu.org>
1308
1309 * net/browse-url.el: Restore previous use of
1310 browse-url-maybe-new-window.
1311
1312 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1313
1314 * ps-print.el: Skip banner page fix.
1315 (ps-print-version): New version number (5.1.2).
1316 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1317
1318 2000-03-23 Dave Pearson <davep@davep.org>
1319
1320 * net/quickurl.el Changed the type of parameter passed to the
1321 function defined by `quickurl-format-function'. Before only the
1322 text of the URL was passed. Now the whole URL structure is passed
1323 and the function is responsible for extracting the parts it
1324 requires. Changed the default of `quickurl-format-function'
1325 accordingly.
1326 (quickurl-insert): Changed the `funcall' of
1327 `quickurl-format-function' to match the above change.
1328 (quickurl-list-insert): Changed the `url' case so that it makes
1329 use of `quickurl-format-function', previous to this the format was
1330 hard wired.
1331
1332 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1333
1334 * startup.el: Change some spellings for the X Window System.
1335
1336 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1337
1338 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1339 up the code and the regexp and make sure the cursor is temporarily
1340 moved to the suspicious line while querying the user.
1341
1342 2000-03-22 Jason Rumney <jasonr@gnu.org>
1343
1344 * w32-fns.el (w32-charset-info-alist): Initialize.
1345
1346 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1347
1348 * ps-print.el: N-up last page fix.
1349 (ps-print-version): New version number (5.1.1).
1350 (ps-end-file, ps-end-job, ps-generate): Code fix.
1351
1352 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1353
1354 * files.el (find-file-run-dired): Update docstring.
1355 (find-directory-functions): New hook.
1356 (find-file-noselect): Run find-directory-functions rather than
1357 calling dired directly.
1358
1359 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1360
1361 * pcvs.el: Add a minimal leading commentary.
1362 (cvs-make-cvs-buffer): Change the header part by removing the startup
1363 message and adding a `Module' entry. Also replace the FOOTER and
1364 HEADER special fileinfos with the new support in ewoc for updating
1365 its own footer and header.
1366 (cvs-update-header): Update to use the header/footer of the ewoc.
1367 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1368 (cvs-is-within-p): New function.
1369 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1370 to only examine some subset of the buffers.
1371
1372 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1373 `format' instead of our own ad-hoc functions.
1374 Remove HEADER and FOOTER cases, now handled in the EWOC.
1375 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1376
1377 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1378 output to avoid scaring the user.
1379 (cvs-parse-table): Catch message for non-up-to-date commits.
1380
1381 * pcvs-defs.el (cvs-startup-message): Remove.
1382 (cvs-global-menu): New autoloaded menu.
1383
1384 * pcvs-util.el (cvs-string-fill): Remove.
1385
1386 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1387 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1388 PP part of it and also make it work for footers and headers.
1389 (ewoc-create): Drop POS and BUFFER arguments.
1390 Use the DLL's dummy node to store the end-of-footer position.
1391 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1392 (ewoc-refresh): Remove unused `header' variable.
1393 (ewoc-(get|set)-hf): New functions.
1394
1395 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1396 log-view-*-(message|file) and use easy-mmode-define-navigation.
1397 (log-view-message-re): Match SCCS format as well.
1398 And match the revision line rather than the dashed separator line.
1399 (log-view-mode): Use the new define-derived-mode.
1400 (log-view-current-tag): Fill in with an actual implementation.
1401
1402 * cvs-status.el (cvs-status-(prev|next)): Rename from
1403 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1404 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1405 to let the output "breathe" a little more (more readable).
1406 (cvs-status-mode): Use the new define-derived-mode.
1407
1408 * smerge-mode.el (smerge-auto-leave): New function and variable.
1409 (smerge-basic-map): Rename from smerge-basic-keymap.
1410 Change the bindings for smerge-diff-*.
1411 (smerge-*-map): Use easy-mmode-defmap.
1412 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1413 (smerge-keep-*): Use smerge-auto-leave.
1414
1415 2000-03-21 Jason Rumney <jasonr@gnu.org>
1416
1417 * cus-edit.el (custom-button-face): Use 3D look for w32.
1418 (custom-button-pressed-face): Likewise.
1419
1420 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1421
1422 * progmodes/etags.el (tags-case-fold-search): New user-option.
1423 (tags-loop-eval): New function. Bind case-fold-search around eval
1424 depending on the value of tags-case-fold-search.
1425 (tags-loop-continue): Use tags-loop-eval.
1426 (find-tag-in-order): Bind case-fold-search depending on the value
1427 of tags-case-fold-search.
1428
1429 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1430
1431 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1432 (diff-end-of-hunk): Return the end position for use in
1433 `easy-mmode-define-navigation'.
1434 (diff-recenter): Remove.
1435 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1436 of `easy-mmode-define-navigation'.
1437 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1438 previous renaming) and fix to use new names.
1439 (diff-merge-strings): Use \n as separator: simpler, faster.
1440 (diff-mode): Use `define-derived-mode'.
1441
1442 * derived.el (define-derived-mode): Don't autoload anymore.
1443 Prefer the macro-only version provided by easy-mmode.el.
1444
1445 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1446 `easy-mmode-define-derived-mode'.
1447 Use `combine-run-hooks'.
1448 (easy-mmode-define-navigation): New macro.
1449
1450 * subr.el (combine-run-hooks): New function.
1451
1452 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1453
1454 * term/x-win.el: Fontsets related initialization is simplified.
1455
1456 * international/mule-diag.el (describe-font): Don't refer to
1457 global-fontset-alist, instead call font-list.
1458 (describe-fontset, list-fontsets, mule-diag): Likewise.
1459 (print-fontset): Adjusted for the change of fontset
1460 implementation.
1461
1462 * international/fontset.el (x-charset-registries): Variable
1463 removed, instead the corresponding data is stored in the default
1464 fontset.
1465 (register-alternate-fontnames): Function removed.
1466 (resolved-ascii-font): Variable removed.
1467 (x-compose-font-name): Ignore the second argument REDOCE.
1468 (x-complement-fontset-spec): Complement only an ASCII font and
1469 element for those charsets than can use that ASCII font.
1470 (generate-fontset-menu): Don't refer to global-fontset-alist,
1471 instead call fontset-list.
1472 (uninstantiated-fontset-alist): Variable removed.
1473 (x-style-funcs-alist): Likewise.
1474 (fontset-default-styles): Likewise.
1475 (x-modify-font-name): Function removed.
1476 (create-fontset-from-fontset-spec): Ignore the argument
1477 STYLE-VARIANT.
1478 (create-fontset-from-ascii-font): Docsting adjusted for the above
1479 change.
1480 (instantiate-fontset, resolve-fontset-name): Functions removed.
1481 (fontset-list): Now implemented by C code.
1482
1483 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1484 (describe-face): Include `font' attribute in the description.
1485
1486 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1487
1488 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1489
1490 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1491
1492 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1493 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1494 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1495
1496 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1497 about behavior of set-buffer-modified-p wrt redisplay.
1498
1499 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1500
1501 * view.el (view-mode-disable): Kill local binding of view-read-only.
1502
1503 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1504
1505 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1506 is a string, convert it to a syntax cell using string-to-syntax.
1507
1508 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1509 (string-to-syntax): New function.
1510
1511 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1512 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1513 try to use passive ftp mode.
1514
1515 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1516
1517 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1518
1519 * simple.el (append-to-buffer): Update point of windows after
1520 insertion.
1521
1522 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1523 forward then moving backward. Reindent.
1524
1525 * frame.el (other-frame): Call x-focus-frame only if
1526 focus-follows-mouse is off.
1527
1528 2000-03-17 Dave Love <fx@gnu.org>
1529
1530 * pcvs-util.el (cvs-strings->string): Rename
1531 replace-regexps-in-string.
1532
1533 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1534
1535 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1536 regexp for labels cannot span several lines.
1537
1538 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1539 `(setq :<key> ':<key>)' to the macro expansion.
1540
1541 2000-03-16 Dave Love <fx@gnu.org>
1542
1543 * progmodes/f90.el (f90): Put custom group under `languages', not
1544 `fortran'.
1545 (f90-mode-hook): Customize.
1546 (f90-mode): Set add-log-current-defun-function.
1547 (f90-current-defun): New function.
1548
1549 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1550
1551 * cus-edit.el (custom-variable-tag-face): Handle case that
1552 default face's height is not a number.
1553 (custom-face-tag-face, custom-group-tag-face-1)
1554 (custom-group-tag-face): Ditto.
1555 (custom-group-tag-face-1): Add :group.
1556
1557 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1558
1559 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1560
1561 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1562 requiring easymenu.
1563
1564 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1565
1566 * ps-print.el: PostScript user-defined prologue, PostScript error
1567 handler, doc fix.
1568 (ps-print-version): New version number (5.1).
1569 (ps-user-defined-prologue, ps-error-handler-message)
1570 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1571 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1572 (ps-insert-string): New function.
1573
1574 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1575
1576 * international/ccl.el (ccl-compile-expression): Don't generate
1577 invalid self-assignment code.
1578
1579 2000-03-14 Dave Love <fx@gnu.org>
1580
1581 * subr.el (replace-regexp-in-string): Renamed from
1582 replace-regexps-in-string. Doc fix.
1583
1584 2000-03-12 Dave Love <fx@gnu.org>
1585
1586 * cus-edit.el: Doc fixes.
1587 (customize-set-variable, customize-save-variable): Rename args for
1588 doc.
1589 (custom-variable-tag-face, custom-face-tag-face)
1590 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1591 style which user identify as hyperlink.
1592 (hook): Don't add undefined functions to the hook.
1593 (debug-ignored-errors): Transfer message from bindings.el.
1594
1595 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1596
1597 * recentf.el (recentf-keep-non-readable-files-p): Remove
1598 double/nested definition.
1599
1600 2000-03-12 Dave Love <fx@gnu.org>
1601
1602 * facemenu.el (facemenu-get-face): Use display-color-p.
1603 * enriched.el (enriched-decode-foreground): Likewise.
1604 (enriched-decode-background): Likewise.
1605 * isearch.el (isearch-highlight): Likewise.
1606 * info-look.el (info-lookup): Likewise.
1607 * simple.el (completion-setup-function): Likewise.
1608
1609 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1610 :options.
1611
1612 * bindings.el (mode-line-format): Fix line-number and
1613 column-number items. Add help-echo for the background.
1614 (mode-line-mule-info): Modify help-echo.
1615
1616 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1617 defcustom.
1618
1619 * files.el (load-file): Allow completion to .elc.
1620
1621 * man.el: Doc fixes.
1622 (Man-init-defvars): Use display-color-p to set fontification.
1623
1624 * play/hanoi.el (hanoi-internal): Don't use oddp.
1625
1626 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1627
1628 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1629
1630 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1631
1632 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1633
1634 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1635 Fix comment.
1636
1637 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1638
1639 * font-lock.el (font-lock-keywords): Fix the doc now that
1640 regexp-opt-depth is unnecessary.
1641 (save-buffer-state): Set an edebug spec.
1642 (font-lock-fontify-anchored-keywords): Properly handle the case when
1643 the matcher goes past the limit.
1644
1645 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1646 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1647
1648 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1649 dll.el and cookie.el (from Elib) with heavy renaming and other
1650 massaging.
1651
1652 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1653 Autoload the functions used.
1654 (easy-mmode-define-syntax): Fix CL typo.
1655 (easy-mmode-define-derived-mode): Improve the docstring generation.
1656
1657 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1658
1659 * textmodes/texinfo.el (texinfo-version): Variable and function
1660 removed.
1661
1662 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1663
1664 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1665 allow more flexibility.
1666 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1667 fns.
1668 (easy-mmode-defmap, easy-mmode-defsyntax)
1669 (easy-mmode-define-derived-mode): New macros.
1670
1671 2000-03-09 Didier Verna <didier@xemacs.org>
1672
1673 * rect.el (replace-rectangle): New function.
1674
1675 2000-03-09 Dave Love <fx@gnu.org>
1676
1677 * progmodes/fortran.el (fortran-comment-line-start): Define as
1678 "C".
1679 (fortran-comment-line-start-skip): Don't match cpp stuff.
1680 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1681 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1682 (fortran-mode): Don't set fortran-comment-line-start-skip,
1683 fortran-comment-line-start here. Set comment-start,
1684 add-log-current-defun.
1685 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1686 (fortran-current-defun): New function.
1687
1688 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1689
1690 * emacs-lisp/re-builder.el: New file.
1691
1692 * mouse.el (mouse-drag-region): Don't run up-event handler
1693 if hscroll has changed.
1694
1695 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1696 builtin operators, use `font-lock-builtin-face' for Emacs and
1697 `font-lock-preprocessor-face' otherwise.
1698
1699 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1700 `(defun (setf foo)' differently.
1701
1702 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1703
1704 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1705 (regexp-opt): Update comment and adapt the code the new meaning of
1706 the `paren' argument of regex-opt-group for shy-groups.
1707 (regexp-opt-depth): Handle shy groups as well as backslashed
1708 backslashes.
1709 (regexp-opt-group): Turn the leading comment into a docstring.
1710 Allow `paren' to be a string (the string to use to open a group).
1711 Remove open-presuf and close-presuf. Instead of checking for `all
1712 one-char' and then later on check for `several one-char', handle
1713 both cases close together. Also apply a more generic algorithm
1714 for suffixes (the mirror image of the algorithm used for
1715 prefixes). Use shy-groups. Use nreverse rather than reverse.
1716 (regexp-opt-try-suffix): Removed.
1717
1718 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1719 from comint-mode-map, so we can just inherit from it. Also, move
1720 the initialization into the `defvar' since there's no docstring
1721 anyway and it's fairly short.
1722 (inferior-scheme-mode): Define it as derived-mode: the code is
1723 shorter and this way we inherit from comint-mode-map rather than
1724 copying it.
1725
1726 * subr.el (replace-regexps-in-string): Properly handle the case
1727 where we match an empty string.
1728
1729 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1730 when the command has a directory component (such as "./testml").
1731 Also fix a typo in the comment.
1732
1733 2000-03-08 Gerd Moellmann <gerd@gnu.org>
1734
1735 * Makefile (compile-files): Compile files one by one because
1736 that's the only way to ensure a clean compilation environment for
1737 each individual file.
1738
1739 * frame.el (other-frame): Call x-focus-frame.
1740
1741 2000-03-07 Dave Love <fx@gnu.org>
1742
1743 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1744 :require to defcustom.
1745
1746 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1747 lists.
1748
1749 * files.el (auto-mode-alist): Add configure.in.
1750
1751 * progmodes/autoconf.el: New file.
1752
1753 2000-03-07 Gerd Moellmann <gerd@gnu.org>
1754
1755 * mail/mh-e.el: Change maintainer to `none'.
1756
1757 * recentf.el (recentf-keep-non-readable-files-p): Quote args
1758 to remove-hook and add-hook.
1759
1760 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1761
1762 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1763 it as the default.
1764 (mail-send): Test mail-send-nonascii also for the new `mime' value.
1765 (sendmail-send-it): Conditionally add MIME headers specifying the
1766 used character set.
1767
1768 2000-03-07 Dave Love <fx@gnu.org>
1769
1770 * winner.el: Fix keywords, autoload cookies. Split
1771 eval-when-compile form to avoid compilation failure.
1772
1773 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1774
1775 * international/mule.el: Modify comment about coding system
1776 property `coding-category'.
1777 (make-coding-system): New argument EOL-TYPE. Pay attention to
1778 coding-category property of PROPERTIES.
1779
1780 * international/mule-conf.el (coding-category-utf-8,
1781 coding-category-utf-16-be, coding-category-utf-16-le): New coding
1782 categories. Include them in the argument for set-coding-priority.
1783
1784 * international/mule-cmds.el (reset-language-environment): Include
1785 coding-category-utf-8, coding-category-utf-16-be, and
1786 coding-category-utf-16-le in the argument for set-coding-priority.
1787 (reset-language-environment): Initialize coding-category-utf-8,
1788 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1789
1790 2000-03-06 Karl Fogel <kfogel@red-bean.com>
1791
1792 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1793 code abstracted out of `bookmark-jump-noselect'. Now tries info
1794 extensions as well as compression extensions.
1795 (bookmark-jump-noselect): Use above new func.
1796
1797 2000-03-03 Gerd Moellmann <gerd@gnu.org>
1798
1799 * strokes.el: Change maintainer's mail address.
1800
1801 2000-03-03 Kenichi Handa <handa@etl.go.jp>
1802
1803 * international/mule-diag.el (list-character-sets): Make help-echo
1804 string by substitute-command-keys.
1805 (list-character-sets): Likewise.
1806 (sort-listed-character-sets): Call help-setup-xref.
1807
1808 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1809
1810 * time.el (display-time-mail-file): Add `none' to the list of
1811 choices.
1812
1813 2000-03-01 Dave Love <fx@gnu.org>
1814
1815 * help.el (help-xref-go-back): Don't try to set position.
1816
1817 * international/mule-diag.el (list-character-sets): Call
1818 help-setup-xref. Add help-echo to xrefs.
1819 (list-character-sets-1): Add help-echo to xrefs.
1820
1821 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1822
1823 * frame.el (blink-cursor-mode): Switch cursor on when turning
1824 the mode off.
1825
1826 * add-log.el (add-log-current-defun): Add support for
1827 Autoconf mode.
1828
1829 * mail/rmail.el (rmail-quit-hook): New variable.
1830
1831 2000-03-01 Dave Love <fx@gnu.org>
1832
1833 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1834
1835 * help.el (help-xref-button): Add help-echo arg.
1836 (describe-function-1, describe-variable, help-make-xrefs): Use it.
1837
1838 * faces.el (list-faces-display): Supply help-echo with
1839 help-make-xrefs.
1840
1841 * facemenu.el (list-text-properties-at): Set help-xref-stack to
1842 nil.
1843
1844 2000-03-01 Gerd Moellmann <gerd@gnu.org>
1845
1846 * image.el (defimage): Look for image files in load-path.
1847
1848 * frame.el (busy-cursor-delay-seconds): Change type to
1849 `number'.
1850
1851 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1852
1853 * recentf.el (recentf): Added version tag to the defgroup of
1854 recentf.
1855
1856 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1857
1858 * recentf.el (recentf-cleanup): Changed to remove excluded file
1859 too.
1860 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1861 action to select/unselect a file.
1862 (recentf-edit-list): Code cleanup and improvement.
1863 (recentf-open-more-files-action): `recentf-open-more-files' button
1864 widget action to open a file.
1865 (recentf-open-more-files): No more use standard completion but
1866 widgets.
1867 (recentf-more-collection): Deleted.
1868 (recentf-more-history): Deleted.
1869 (recentf-setup-more-completion): Deleted.
1870
1871 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1872
1873 * recentf.el (recentf-mode): No more needs that Emacs is running
1874 under a window-system.
1875
1876 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1877
1878 * recentf.el (recentf-edit-list): New command to edit the recent
1879 list which allow the user to remove files.
1880 (recentf-edit-selected-items): New global variable, used by
1881 `recentf-edit-list' to hold the list of files to be removed from
1882 the recent list.
1883 (recentf-make-menu-items): Updated to display a "Edit list..."
1884 menu item. Minor code cleanup.
1885
1886 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1887
1888 * recentf.el (recentf-open-more-files): New command to open files
1889 that are not displayed in the menu.
1890 (recentf-more-collection): New global variable holding the set of
1891 permissible completions used by `recentf-open-more-files'.
1892 (recentf-more-history): New global variable holding the history list
1893 used by `recentf-open-more-files' completion.
1894 (recentf-setup-more-completion): New function to setup completion for
1895 `recentf-open-more-files'.
1896 (recentf-make-menu-items): Updated to display a "More..." menu item.
1897
1898 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1899
1900 * recentf.el (recentf-menu-action): Doc fixed.
1901
1902 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1903
1904 * recentf.el (recentf-menu-filter): Doc updated.
1905 (recentf-update-menu-hook): Allow menu filters to force menu update.
1906 (recentf-make-menu-items): New menu filter handling.
1907 (recentf-make-menu-item): New helper function.
1908 (recentf-menu-elements): New menu handling function.
1909 (recentf-sort-ascending): Updated to new menu filter handling.
1910 (recentf-sort-descending): Updated to new menu filter handling.
1911 (recentf-sort-basenames-ascending): New menu filter function.
1912 (recentf-sort-basenames-descending): New menu filter function.
1913 (recentf-show-basenames): New menu filter function.
1914 (recentf-show-basenames-ascending): New menu filter function.
1915 (recentf-show-basenames-descending): New menu filter function.
1916
1917 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1918
1919 * diary-lib.el (list-diary-entries): Don't try to go forward at
1920 the end of the buffer.
1921
1922 2000-02-29 Kenichi Handa <handa@etl.go.jp>
1923
1924 * international/mule-diag.el (list-character-sets): Completely
1925 rewritten.
1926 (sort-listed-character-sets): New function.
1927 (list-character-sets-1): Completely rewritten.
1928 (list-character-sets-2): New function.
1929 (non-iso-charset-alist): New variable.
1930 (decode-codepage-char): New function.
1931 (charset-history): New variable.
1932 (read-charset) (list-block-of-chars)
1933 (list-iso-charset-chars)
1934 (list-non-iso-charset-chars)
1935 (list-charset-chars): New functions.
1936 (mule-diag): Call list-character-sets-2, not
1937 list-character-sets-2.
1938 (dump-charsets): Likewise.
1939
1940 2000-02-29 Gerd Moellmann <gerd@gnu.org>
1941
1942 * dired-x.el (dired-filename-at-point): Add `@' to valid
1943 file name characters.
1944 (dired-filename-at-point): Handle ange-ftp file names.
1945
1946 * frame.el (frame-notice-user-settings): Use assq-delete-all
1947 instead of assoc-delete-all.
1948 (frame-notice-user-settings): Ditto.
1949
1950 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
1951 Don't copy alist.
1952
1953 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
1954
1955 * calculator.el (calculator-use-menu): New option.
1956 (calculator-initial-bindings): Changed some bindings to work as
1957 macros.
1958 (calculator-forced-input): Removed.
1959 (calculator-restart-other-mode): New variable.
1960 (calculator-mode-map): Set up menu.
1961
1962 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
1963
1964 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
1965 tags.
1966
1967 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
1968
1969 * viper-cmd.el (viper-envelop-ESC-key): added the option to
1970 translate all ESC key sequences.
1971 (viper-goto-mark-subr): restore markers for files for which
1972 they were saved.
1973 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
1974 * viper-util.el (viper-set-replace-overlay-glyphs,
1975 viper-set-replace-overlay): always check if the replacement
1976 overlay is live.
1977 * viper.el (viper-vi-state-mode-list): added major modes.
1978 * ediff-wind.el: minor comment changes.
1979 * ediff.el: copyright notice date fix.
1980
1981 2000-02-27 Jason Rumney <jasonr@gnu.org>
1982
1983 * faces.el (face-font-family-alternatives): Add arial to helv.
1984 (mode-line, header-line, tool-bar): Same default as x for w32.
1985 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
1986 face-font-family-alternatives from working.
1987 * term/w32-win.el (mouse-set-font): Do not build fontset from
1988 chosen font.
1989
1990 2000-02-25 Sam Steingold <sds@goems.com>
1991
1992 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
1993 properly.
1994
1995 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1996
1997 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
1998
1999 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2000
2001 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2002 writable.
2003
2004 * frame.el (busy-cursor-delay-seconds): New option.
2005
2006 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2007
2008 * frame.el (show-cursor-in-non-selected-windows): New option.
2009
2010 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2011
2012 * diary-lib.el (include-other-diary-files): Undo the selective
2013 display in any included file and don't kill it.
2014
2015 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2016
2017 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2018 bar. Menu items converted to (menu-item format, help strings
2019 added.
2020 [downcase, upcase]: Don't enable on MS-DOS.
2021 [symlink, symlinks]: Don't show if make-symbolic-link is not
2022 bound.
2023 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2024
2025 2000-02-23 Dave Love <fx@gnu.org>
2026
2027 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2028 (backward-kill-word): Revert addition of * to interactive spec --
2029 it's a feature.
2030
2031 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2032 (backward-kill-sentence, kill-sentence): Likewise.
2033
2034 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2035 scratch buffer name.
2036 (gud-format-command): Use int-to-string in ?l case. Simplify
2037 slightly.
2038
2039 * term/w32-win.el (internal-face-interactive): Update prompt for
2040 new read-face-name.
2041
2042 * mail/footnote.el (footnote): Add :version to defgroup.
2043 (footnote-section-tag-regexp): Customize.
2044 (footnote-start-tag, footnote-end-tag): New option.
2045 (footnote-latin-regexp): New variable.
2046 (Footnote-latin): New function.
2047 (footnote-style-alist): Add element for latin style.
2048 (footnote-style): Moved.
2049 (Footnote-goto-footnote): Use eq to test arg.
2050
2051 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2052
2053 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2054 (byte-compile-trueconstp): Include keywords.
2055 (byte-optimize-quote, byte-optimize-lapcode): Use
2056 byte-compile-const-symbol-p.
2057 (byte-optimize-char-before): New optimization.
2058
2059 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2060 (byte-compile-const-symbol-p): New function.
2061 (byte-compile-constp, byte-compile-out-toplevel)
2062 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2063 Use it.
2064
2065 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2066
2067 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2068
2069 * international/encoded-kb.el: Be sure to update minor-mode-alist
2070 and minor-mode-map-alist.
2071 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2072 codes SS2 and SS3 correctly.
2073 (encoded-kbd-self-insert-ccl): New function.
2074 (encoded-kbd-setup-keymap): New function.
2075 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2076 by calling encoded-kbd-setup-keymap.
2077
2078 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2079 characters.
2080 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2081 locally.
2082
2083 2000-02-22 Dave Love <fx@gnu.org>
2084
2085 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2086 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2087 defvar.
2088 (lisp-mode-syntax-table): Set up for #|...|# comments.
2089 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2090 classes. Match `defface'.
2091 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2092 (eval-defun-1): Fix for defcustom.
2093 (lisp-indent-region): Doc fix.
2094
2095 * subr.el (when, unless, split-string): Doc fix.
2096 (read-passwd): Move call of clear-this-command-keys to the right
2097 place.
2098 (replace-regexps-in-string): New function.
2099
2100 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2101
2102 * help.el (describe-variable): Set syntax table to
2103 emacs-lisp-mode-syntax-table when moving forward over the
2104 symbol's name.
2105
2106 2000-02-22 Dave Love <fx@gnu.org>
2107
2108 * xt-mouse.el: Doc fixes.
2109 (xterm-mouse-position-function): New function, replacing advice of
2110 mouse-position.
2111 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2112
2113 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2114
2115 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2116
2117 * format.el (format-annotate-single-property-change): Handle
2118 properties.with dotted-list values.
2119 (format-proper-list-p): New function.
2120
2121 * enriched.el (enriched-face-ans): Handle '(foreground-color
2122 . COLOR) and (background-color . COLOR).
2123
2124 2000-02-20 Dave Love <fx@gnu.org>
2125
2126 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2127 and assignments to it.
2128 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2129 current local map.
2130 (make-flyspell-overlay): Use it.
2131 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2132
2133 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2134 (lm-get-header-re): Defun, not defsubst.
2135 (lm-get-package-name): Defun, not defsubst. Simplify.
2136 (lm-version): Doc fix. Simplify.
2137 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2138 (lm-crack-address, lm-last-modified-date, lm-commentary)
2139 (lm-verify, lm-synopsis): Simplify.
2140 (lm-report-bug): Require emacsbug. Use compose-mail.
2141
2142 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2143
2144 * dired.el (dired-mode): Call propertized-buffer-identification
2145 to set mode-line-buffer-identification to something having
2146 the right text properties.
2147
2148 * bindings.el (propertized-buffer-identification): New function.
2149
2150 2000-02-20 Dave Love <fx@gnu.org>
2151
2152 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2153 check for t-mouse too.
2154
2155 * cus-start.el: Make echo-keystrokes `number'.
2156
2157 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2158
2159 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2160 Don't call ring-empty-p unless tags-location-ring is bound.
2161 From Noah Friedman <friedman@splode.com>.
2162
2163 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2164
2165 * progmodes/hideshow.el (hs-flag-region): No longer use
2166 `intangible' overlay property.
2167
2168 (hs-toggle-hiding): New command.
2169 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2170
2171 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2172 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2173 and deactivation.
2174
2175 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2176
2177 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2178
2179 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2180
2181 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2182
2183 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2184 of `*' to handle `(* ... *)' comments.
2185
2186 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2187
2188 * faces.el (list-faces-display): Use display-mouse-p instead of
2189 window-system.
2190
2191 * menu-bar.el (global-map): Menu-bar items converted to the new
2192 format (menu-item..., rearranged for better CUA compliance, and
2193 their names changed for better clarity. Help strings added.
2194
2195 * international/mule-cmds.el (mule-menu-keymap)
2196 (describe-language-environment-map, set-coding-system-map)
2197 (setup-language-environment-map): Convert to new (menu-item...
2198 form, add help strings. Change names of menu items for better
2199 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2200 submenu).
2201
2202 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2203
2204 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2205 within the code.
2206
2207 2000-02-16 Dave Love <fx@gnu.org>
2208
2209 * faces.el: Don't require custom. Add more specific :groups to
2210 various deffaces.
2211 (set-face-attribute): Purecopy args.
2212 (read-face-name): Default to name at point and use it in prompt.
2213 Remove colon from arg in all callers.
2214 (list-faces-display): Hyperlink to face descriptions and customize
2215 buffers.
2216
2217 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2218
2219 * wid-edit.el (widget-match-inline): An atom never matches a
2220 list.
2221
2222 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2223
2224 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2225 at ':' characters by call to split-string.
2226
2227 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2228
2229 * textmodes/bibtex.el: Added RCS version identification.
2230
2231 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2232
2233 * textmodes/bibtex.el: Some temporary comments removed.
2234 (bibtex-field-name, bibtex-entry-type): Made the relationship
2235 explicit.
2236 (bibtex-field-const): Allow capital letters.
2237 (bibtex-start-of-string): Deleted because unused.
2238
2239 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2240 use the term 'reference' to describe a bibtex entry as a whole.
2241 Further, reference keys are no longer called 'labels'.
2242 (bibtex-keys): Renamed to bibtex-reference-keys.
2243 (bibtex-reformat-previous-labels): Renamed to
2244 bibtex-reformat-previous-reference-keys.
2245 (bibtex-reference-type): Renamed to bibtex-entry-type.
2246 (bibtex-reference-head): Renamed to bibtex-entry-head.
2247 (bibtex-reference-maybe-empty-head): Renamed to
2248 bibtex-entry-maybe-empty-head.
2249 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2250 (bibtex-search-reference): Renamed to bibtex-search-entry.
2251 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2252 bibtex-enclosing-entry-maybe-empty-head.
2253 (bibtex-entry-field-alist, bibtex-entry-head,
2254 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2255 bibtex-map-entries, bibtex-search-entry,
2256 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2257 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2258 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2259 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2260 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2261 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2262 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2263
2264 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2265
2266 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2267 comment.
2268 (bibtex-format-field-delimiters): New function, functionality
2269 extracted from bibtex-format-entry.
2270 (bibtex-autokey-get-yearfield-digits): New function, functionality
2271 extracted from bibtex-autokey-get-yearfield.
2272
2273 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2274 entries in order to avoid stack overflow in the regexp matcher if
2275 field contents become large.
2276 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2277 bibtex-field-string-part-not-braced,
2278 bibtex-field-string-part-no-inner-braces,
2279 bibtex-field-string-part-1-inner-brace,
2280 bibtex-field-string-part-2-inner-braces,
2281 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2282 bibtex-field-string-quoted, bibtex-field-string,
2283 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2284 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2285 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2286 as parsing is now performed by the following functions.
2287 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2288 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2289 bibtex-parse-field-string, bibtex-search-forward-field-string,
2290 bibtex-parse-association, bibtex-field-name-for-parsing,
2291 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2292 bibtex-search-forward-field, bibtex-search-backward-field,
2293 bibtex-start-of-field, bibtex-end-of-field,
2294 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2295 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2296 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2297 bibtex-parse-string, bibtex-search-forward-string,
2298 bibtex-search-backward-string, bibtex-start-of-string,
2299 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2300 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2301 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2302 entries. Instead of reporting the results of the parsing by
2303 match-beginning or match-end, these functions return data structures
2304 that hold the corresponding positions.
2305 (bibtex-enclosing-field): Changed to also report field boundaries by
2306 return values rather than by match-beginning or match-end. The
2307 following functions have been adapted to use the new parsing
2308 functions.
2309 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2310 bibtex-enclosing-field, bibtex-format-entry,
2311 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2312 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2313 bibtex-print-help-message, bibtex-end-of-entry,
2314 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2315 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2316 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2317 method for parsing.
2318 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2319 bibtex-map-entries, bibtex-flash-head,
2320 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2321 bibtex-autokey-change, bibtex-autokey-get-namefield,
2322 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2323 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2324 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2325 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2326 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2327 order to make the new binding of case-fold-search immediately
2328 visible.
2329
2330 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2331
2332 * textmodes/bibtex.el: Copyright notice is up to date.
2333 Added constant 'bibtex-maintainer-salutation.
2334
2335 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2336 than make-temp-name, use match-string-no-properties and eliminate
2337 a quadratic behavior when building bibtex-strings.
2338
2339 * bibtex.el (bibtex-reference-key): Accept string entries whose
2340 reference key contains upper case letters.
2341
2342 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2343
2344 * bibtex.el (bibtex-reference-head): Allow entries to start with
2345 a new line.
2346
2347 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2348
2349 * bibtex.el: Hiding of entry bodies is not longer provided by
2350 bibtex.el directly. Instead the hideshow package can be used.
2351 Added a special bibtex entry to hs-special-modes-alist.
2352 (bibtex-hs-forward-sexp): Added for hideshow.el.
2353
2354 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2355
2356 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2357 at ':' characters by call to split-string.
2358
2359 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2360
2361 * textmodes/bibtex.el: Added RCS version identification.
2362
2363 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2364
2365 * textmodes/bibtex.el: Some temporary comments removed.
2366 (bibtex-field-name, bibtex-entry-type): Made the relationship
2367 explicit.
2368 (bibtex-field-const): Allow capital letters.
2369 (bibtex-start-of-string): Deleted because unused.
2370
2371 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2372 use the term 'reference' to describe a bibtex entry as a whole.
2373 Further, reference keys are no longer called 'labels'.
2374 (bibtex-keys): Renamed to bibtex-reference-keys.
2375 (bibtex-reformat-previous-labels): Renamed to
2376 bibtex-reformat-previous-reference-keys.
2377 (bibtex-reference-type): Renamed to bibtex-entry-type.
2378 (bibtex-reference-head): Renamed to bibtex-entry-head.
2379 (bibtex-reference-maybe-empty-head): Renamed to
2380 bibtex-entry-maybe-empty-head.
2381 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2382 (bibtex-search-reference): Renamed to bibtex-search-entry.
2383 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2384 bibtex-enclosing-entry-maybe-empty-head.
2385 (bibtex-entry-field-alist, bibtex-entry-head,
2386 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2387 bibtex-map-entries, bibtex-search-entry,
2388 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2389 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2390 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2391 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2392 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2393 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2394 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2395
2396 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2397
2398 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2399 comment.
2400 (bibtex-format-field-delimiters): New function, functionality
2401 extracted from bibtex-format-entry.
2402 (bibtex-autokey-get-yearfield-digits): New function, functionality
2403 extracted from bibtex-autokey-get-yearfield.
2404
2405 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2406 entries in order to avoid stack overflow in the regexp matcher if
2407 field contents become large.
2408 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2409 bibtex-field-string-part-not-braced,
2410 bibtex-field-string-part-no-inner-braces,
2411 bibtex-field-string-part-1-inner-brace,
2412 bibtex-field-string-part-2-inner-braces,
2413 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2414 bibtex-field-string-quoted, bibtex-field-string,
2415 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2416 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2417 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2418 as parsing is now performed by the following functions.
2419 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2420 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2421 bibtex-parse-field-string, bibtex-search-forward-field-string,
2422 bibtex-parse-association, bibtex-field-name-for-parsing,
2423 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2424 bibtex-search-forward-field, bibtex-search-backward-field,
2425 bibtex-start-of-field, bibtex-end-of-field,
2426 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2427 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2428 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2429 bibtex-parse-string, bibtex-search-forward-string,
2430 bibtex-search-backward-string, bibtex-start-of-string,
2431 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2432 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2433 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2434 entries. Instead of reporting the results of the parsing by
2435 match-beginning or match-end, these functions return data structures
2436 that hold the corresponding positions.
2437 (bibtex-enclosing-field): Changed to also report field boundaries by
2438 return values rather than by match-beginning or match-end. The
2439 following functions have been adapted to use the new parsing
2440 functions.
2441 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2442 bibtex-enclosing-field, bibtex-format-entry,
2443 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2444 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2445 bibtex-print-help-message, bibtex-end-of-entry,
2446 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2447 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2448 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2449 method for parsing.
2450 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2451 bibtex-map-entries, bibtex-flash-head,
2452 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2453 bibtex-autokey-change, bibtex-autokey-get-namefield,
2454 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2455 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2456 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2457 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2458 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2459 order to make the new binding of case-fold-search immediately
2460 visible.
2461
2462 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2463
2464 * textmodes/bibtex.el: Copyright notice is up to date.
2465 Added constant 'bibtex-maintainer-salutation.
2466
2467 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2468 than make-temp-name, use match-string-no-properties and eliminate
2469 a quadratic behavior when building bibtex-strings.
2470
2471 * bibtex.el (bibtex-reference-key): Accept string entries whose
2472 reference key contains upper case letters.
2473
2474 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2475
2476 * bibtex.el (bibtex-reference-head): Allow entries to start with
2477 a new line.
2478
2479 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2480
2481 * bibtex.el: Hiding of entry bodies is not longer provided by
2482 bibtex.el directly. Instead the hideshow package can be used.
2483 Added a special bibtex entry to hs-special-modes-alist.
2484 (bibtex-hs-forward-sexp): Added for hideshow.el.
2485
2486 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2487
2488 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2489 proceedings entry type (for cross referencing). Thanks to Wagner
2490 Toledo Correa for the suggestion.
2491
2492 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2493
2494 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2495
2496 * international/characters.el: Setup case table for Vietnamese.
2497
2498 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2499
2500 * uniquify.el (toplevel): Require CL at compile time.
2501 (uniquify-push): Removed.
2502
2503 * shadowfile.el (shadow-when): Removed.
2504
2505 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2506 (tempo-process-and-insert-string): Use dolist instead of
2507 tempo-dolist.
2508
2509 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2510 regexp for paragraph-start.
2511
2512 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2513 commas as well.
2514
2515 2000-02-10 Dave Love <fx@gnu.org>
2516
2517 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2518 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2519 Deleted.
2520 (widget-specify-field, widget-specify-button): Don't use
2521 widget-mouse-help as help-echo property.
2522 (default): Use #'ignore for :validate and :mouse-down-action.
2523 (checkbox): Add help-echo.
2524 (widget-sexp-validate): Rewritten to clarify error messages.
2525 (character): Use char-valid-p in :match function.
2526 (widget-color-complete): Use facemenu-color-alist.
2527 (widget-color-action): Use facemenu-read-color.
2528
2529 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2530 set up `caar' &c that we now have.
2531
2532 2000-02-09 Ray Blaak <blaak@gnu.org>
2533
2534 * delphi.el: Make resourcestring a declaration region, like const
2535 and var.
2536
2537 2000-02-09 Dave Love <fx@gnu.org>
2538
2539 * bindings.el (mode-line-input-method-map): New variable.
2540 (mode-line-mule-info): Use it; fix last change.
2541 (mode-line-mode-menu): Move definition.
2542 (mode-line-mouse-sensitive-p): Deleted.
2543 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2544 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2545 level.
2546
2547 * startup.el (command-line-1): Don't call
2548 make-mode-line-mouse-sensitive.
2549
2550 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2551
2552 * mail/rmail.el (rmail-retry-failure): Use
2553 rmail-beginning-of-message before rmail-toggle-header, because the
2554 former toggles headers.
2555
2556 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2557
2558 * diff-mode.el (diff-kill-junk): New interactive function.
2559 (diff-reverse-direction): Use delete-and-extract-region.
2560 (diff-post-command-hook): Restrict the area so that the hook also works
2561 outside of any diff hunk. This is necessary for the minor-mode.
2562 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2563 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2564
2565 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2566 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2567 so that it can be used more easily in <foo>-mode-hook. Also make sure
2568 to avoid duplicate entries.
2569 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2570 (font-lock-remove-keywords): Just as was done for `add', allow it to
2571 work even if font-lock-mode is nil. Also make sure we don't modify
2572 any pre-existing list by forcing a copy-sequence. Finally rename
2573 `major-mode' to `mode'.
2574 (font-lock-fontify-syntactic-anchored-keywords)
2575 (font-lock-fontify-anchored-keywords)
2576 (font-lock-fontify-keywords-region): Use line-end-position.
2577 Don't make `font-lock-multiline' local (it's now done in
2578 font-lock-set-defaults).
2579 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2580 move the `font-lock-fontified' creation to inside the `unless'.
2581
2582 2000-02-06 Andrew Innes <andrewi@gnu.org>
2583
2584 * term/w32-win.el (x-handle-args): Comment out call to message,
2585 which occurs before window system is initialized.
2586
2587 * makefile.nt: Add support for recompiling lisp code.
2588
2589 2000-02-04 Dave Love <fx@gnu.org>
2590
2591 * bindings.el (mode-line-mule-info): Fix/extend last change.
2592
2593 * completion.el: Replace completion-dolist with dolist.
2594
2595 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2596 dotimes.
2597
2598 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2599
2600 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2601 environment names before they go into the section regexp.
2602
2603 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2604 char class in regexp.
2605
2606 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2607 `case-fold-search' to nil.
2608
2609 * progmodes/idlwave.el (idlwave-template): Respect
2610 `idlwave-abbrev-change-case'.
2611 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2612 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2613 idlwave-while): respect `idlwave-reserved-word-upcase'.
2614 (idlwave-rw-case): New function.
2615 (idlwave-statement-match): Fixed problem with assignment regexp.
2616 (idlwave-font-lock-keywords): Improved regexp for keyword
2617 parameters.
2618 (idlwave-surround): New argument LENGTH to support padding of
2619 operators longer than 1 char.
2620
2621 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2622 idlwave-shell-expression-overlay. Implemented printing of
2623 expressions on higher levels of the calling stack.
2624 (idlwave-shell-display-level-in-calling-stack): Restore stack
2625 level.
2626 (idlwave-retrieve-expression-from-level): New function.
2627 (idlwave-shell-last-calling-stack): Variable removed.
2628 (idlwave-shell-reset): Argument action reversed (`visible' to
2629 `hidden'). Also remove stop-line overlay.
2630 (idlwave-shell-calling-stack-routine): New variable.
2631 (idlwave-shell-parse-stack-and-display): Messages now display
2632 negative level numbers.
2633 (idlwave-shell-mode): Set `modeline-format'.
2634 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2635 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2636 21.
2637 (idlwave-shell-print-expression-function): New option.
2638
2639 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2640 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2641 `tool-bar' instead of `toolbar'.
2642
2643 2000-02-02 Dave Love <fx@gnu.org>
2644
2645 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2646 emacs-lisp-mode-hook. Don't check for defalias being defined.
2647
2648 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2649 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2650 the new builtins directly.
2651
2652 * whitespace.el (whitespace): Add :version to defgroup.
2653
2654 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2655 Doc fix.
2656
2657 * thingatpt.el (sexp-at-point, symbol-at-point)
2658 (number-at-point, list-at-point): Add autoload cookie.
2659
2660 * recentf.el (recentf): Add :version to defgroup.
2661
2662 * quickurl.el (quickurl): Add :version to defgroup.
2663
2664 * elide-head.el (elide-head): Use point-marker more.
2665
2666 * bs.el (bs): Add :version to defgroup.
2667
2668 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2669
2670 * progmodes/delphi.el (delphi): Add :version to defgroup.
2671
2672 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2673
2674 * ange-ftp.el (ange-ftp-write-region): Handle case that
2675 succeeding process operation sets a different coding system.
2676
2677 * calculator.el: New file.
2678
2679 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2680
2681 * frame.el (frames-on-display-list, framep-on-display): New
2682 functions.
2683 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2684 (display-selections-p, display-screens, display-pixel-width)
2685 (display-pixel-height, display-mm-width, display-mm-height)
2686 (display-backing-store, display-save-under, display-planes)
2687 (display-color-cells, display-visual-class): New functions.
2688
2689 * term/tty-colors.el (tty-color-gray-shades): New function.
2690
2691 * faces.el (display-color-p): Use framep-on-display.
2692 (display-grayscale-p): New function.
2693
2694 2000-01-31 Dave Love <fx@gnu.org>
2695
2696 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2697 (create-fontset-from-x-resource): Don't concat integers.
2698
2699 2000-01-31 Inge Frick <inge@nada.kth.se>
2700
2701 * view.el: Some changes in documentation. Removed some trailing
2702 whitespace. Changed some parameter names to agree with
2703 documentation.
2704 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2705 window is not deleted. Modifies change 1998-04-26.
2706
2707 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2708
2709 * windmove.el: New file.
2710
2711 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2712 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2713 progmodes/ebnf-yac.el: Update copyright and license info.
2714
2715 * jit-lock.el (jit-lock-function): Widen before calculating end
2716 position.
2717 (jit-lock-stealth-chunk-start): Rewritten.
2718
2719 * info.el (Info-title-face-alist): Removed.
2720 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2721 faces.
2722 (Info-fontify-node): Use these faces.
2723
2724 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2725
2726 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2727 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2728 `&allow-other-keywords'.
2729
2730 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2731 the list of directories scanned heuristically.
2732
2733 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2734 exist.
2735
2736 2000-01-30 Jason Rumney <jasonr@gnu.org>
2737
2738 * w32-fns.el: Define w32-tty-standard-colors.
2739
2740 * startup.el (command-line): Use w32-tty-standard-colors when in
2741 w32 console mode.
2742
2743 2000-01-30 Dave Love <fx@gnu.org>
2744
2745 * jka-compr.el (jka-compr-load): Fix up load-history.
2746
2747 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2748
2749 * emacs-lisp/cl-macs.el: Revert previous change.
2750
2751 2000-01-29 Dave Love <fx@gnu.org>
2752
2753 * facemenu.el: Purecopy various strings.
2754
2755 * timezone.el (timezone-fix-time): Window against 69 for two-digit
2756 years. Deal with three-digit years.
2757
2758 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2759 defconst, purecopy.
2760 (help-back-label): Purecopy it.
2761
2762 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2763
2764 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2765 variable. If non-nil, order the buffer list according to the
2766 currently selected frame.
2767 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2768 non-nil, pass the selected frame to function buffer-list.
2769
2770 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2771
2772 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2773
2774 2000-01-28 Dave Love <fx@gnu.org>
2775
2776 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2777
2778 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2779 Don't use lisp-indent-hook property.
2780 (cl-abs): Remove.
2781
2782 * subr.el: Move out indent and edebug specs for when and unless.
2783
2784 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2785 when, unless.
2786
2787 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2788 unless, when.
2789
2790 2000-01-28 Gerd Moellmann <gerd@gnu.org>
2791
2792 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2793 `collecting' as synonym for `collect'.
2794
2795 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2796 for the case it contains spaces.
2797
2798 * simple.el (what-cursor-position): Change formatting of
2799 messages.
2800
2801 * frame.el (delete-other-frames): New function.
2802 (toplevel): Bind it to C-x 5 1.
2803
2804 * sort.el (sort-numeric-base): New option.
2805 (sort-numeric-fields): If number starts with `0' or `0[xX[',
2806 interpret it as octal or hexadecimal. Use sort-numeric-base
2807 as default base.
2808
2809 * progmodes/glasses.el: New file.
2810
2811 2000-01-27 Gerd Moellmann <gerd@gnu.org>
2812
2813 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2814 userids differently.
2815
2816 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2817 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2818 progmodes/ebnf-yac.el: New files.
2819
2820 2000-01-26 Dave Love <fx@gnu.org>
2821
2822 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2823 on a function with an empty body. [From Eric Ludlam.]
2824
2825 2000-01-25 Andre Spiegel <spiegel@gnu.org>
2826
2827 * vc.el (vc-version-diff): Make sure file name is expanded.
2828
2829 2000-01-25 Gerd Moellmann <gerd@gnu.org>
2830
2831 * scroll-bar.el (scroll-bar-timer): Variable removed.
2832 (scroll-bar-toolkit-scroll): Don't use a timer.
2833
2834 2000-01-25 Kenichi Handa <handa@etl.go.jp>
2835
2836 * language/thai-util.el (thai-composition-function): Delete
2837 superfluous `a'.
2838
2839 2000-01-24 Dave Love <fx@gnu.org>
2840
2841 * fortran.el (fortran-mode): Use beginning-of-defun-function,
2842 end-of-defun-function.
2843
2844 * font-lock.el (turn-on-font-lock): Don't depend on window-system
2845 &c.
2846
2847 2000-01-22 Jason Rumney <jasonr@gnu.org>
2848
2849 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2850 conflicts with new face support.
2851
2852 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2853
2854 * replace.el (query-replace): Rename last arg to DELIMITED.
2855 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2856 (query-replace-regexp): Likewise.
2857
2858 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2859
2860 * subr.el (with-syntax-table): Use make-symbol, not gensym.
2861
2862 * emacs-lisp/lisp.el (beginning-of-defun-function):
2863 Variable renamed from beginning-of-defun.
2864 Do not call make-variable-buffer-local.
2865 (beginning-of-defun-raw): Use new variable name; doc fix.
2866 (beginning-of-defun): Doc fix.
2867 (end-of-defun-function): Variable renamed from end-of-defun.
2868 Do not call make-variable-buffer-local.
2869 (end-of-defun): Use new variable name; doc fix.
2870
2871 * subr.el (dolist, dotimes): Copied from cl-macs.el
2872 and made to work.
2873
2874 * mail/undigest.el (rmail-digest-end-regexps):
2875 Variable replaces rmail-digest-end-regexp.
2876 Allows multiple regexps for detecting the end line.
2877 (undigestify-rmail-message): Corresponding changes.
2878
2879 2000-01-19 Dave Love <fx@gnu.org>
2880
2881 * files.el (user-init-file): Don't declare here -- is primitive.
2882
2883 * startup.el (command-line): Check for compiled user-init-file and
2884 set to uncompiled version if necessary.
2885
2886 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2887
2888 * mail/undigest.el (rmail-digest-end-regexp): New user option.
2889 (undigestify-rmail-message): Use it.
2890
2891 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2892
2893 2000-01-17 Gerd Moellmann <gerd@gnu.org>
2894
2895 * tmm.el (tmm-goto-completions): Adapt to prompt being part
2896 of mini-buffer.
2897
2898 2000-01-14 Gerd Moellmann <gerd@gnu.org>
2899
2900 * emacs-lisp/copyright.el (copyright-update): Removed the
2901 requirement for a trailing space from `copyright-regexp', to
2902 support copyrights with owner specified on a separate line..
2903
2904 * align.el: New file.
2905
2906 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
2907
2908 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
2909
2910 2000-01-13 Dave Love <fx@gnu.org>
2911
2912 * ph.el: Removed. (Obsoleted by EUDC.)
2913
2914 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2915
2916 * net/eudc.el (toplevel): Remove autoloaded code installing
2917 menu with easymenu, because that causes build problems.
2918
2919 * frame.el (frame-notice-user-settings): New variable.
2920 (frame-notice-user-settings): Don't modify frame parameters
2921 if called a second time.
2922
2923 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2924
2925 * frame.el (frame-notice-user-settings):
2926 Notice default-frame-parameters even for non-window frames.
2927
2928 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2929
2930 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
2931 for Emacs.
2932 (eudc-bob-can-display-inline-images): Extend for Emacs.
2933 (eudc-bob-toggle-inline-display): Ditto.
2934 (eudc-bob-display-jpeg): Ditto.
2935
2936 2000-01-12 Gerd Moellmann <gerd@gnu.org>
2937
2938 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2939 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
2940 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
2941
2942 * add-log.el (add-change-log-entry): Fix error trying an `(insert
2943 nil)'.
2944
2945 * subdirs.el: Add `net' directory.
2946
2947 * net: New directory.
2948
2949 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
2950 eval-last-sexp. Don't bind debug-on-error here.
2951 (eval-last-sexp): New function. Bind debug-on-error if
2952 eval-expression-debug-on-error is non-nil.
2953 (eval-defun-2, eval-defun): Likewise.
2954
2955 * simple.el (eval-expression): Don't bind debug-on-error if
2956 eval-expression-debug-on-error is nil. Detect changed
2957 debug-on-error, and propagate new value to global binding, if
2958 eval-expression-debug-on-error is non-nil,
2959 (eval-expression-debug-on-error): Change doc string.
2960
2961 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2962
2963 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
2964
2965 * emacs-lisp/lisp-mode.el (with-syntax-table):
2966 Set up lisp-indent-function property.
2967
2968 * subr.el (with-syntax-table): Moved from simple.el.
2969
2970 * simple.el (with-syntax-table): Moved to subr.el.
2971
2972 2000-01-11 Gerd Moellmann <gerd@gnu.org>
2973
2974 * tmm.el (tmm-shortcut): Delete region after prompt instead
2975 of erasing buffer.
2976
2977 * textmodes/fill.el (fill-common-string-prefix): New function.
2978 (fill-context-prefix): Use the longest common prefix of first
2979 and second line fill prefix, if there is one.
2980
2981 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2982
2983 * array.el (array-mode): Don't use make-variable-buffer-local.
2984 Use make-local-variable for `truncate-lines'.
2985
2986 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
2987
2988 * add-log.el (add-log-current-defun): Handle user-defined
2989 add-log-current-function returning nil,
2990
2991 * add-log.el (add-change-log-entry): Insert version number
2992 if having found a current function
2993
2994 * add-log.el (add-log-current-defun): Call
2995 `add-log-current-defun-function'. Try matches at level 0 and
2996 level 1. Strip whitespace from defun found.
2997
2998 2000-01-10 John Wiegley <johnw@gnu.org>
2999
3000 * allout.el (isearch-done/outline-provisions): Added `edit'
3001 argument to correspond with the current definition of
3002 `isearch-done'.
3003
3004 2000-01-10 Dave Love <fx@gnu.org>
3005
3006 * elide-head.el (elide-head): Use point-marker, not point.
3007
3008 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3009
3010 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3011 before and after the year 2000.
3012
3013 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3014 Add ispell- prefix.
3015
3016 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3017
3018 * ispell.el: Only define dictionaries in menus when they exist.
3019 (version18p): New variable.
3020 (version20p): New variable.
3021 (xemacsp): New variable.
3022 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3023 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3024 (ispell-dictionary-alist6): Russian command lines no longer accept
3025 run-together words.
3026 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3027 (ispell-dictionary-alist): Add koi8-r to customize definition.
3028 (check-ispell-version): Added documentation string. Returns
3029 library path when called non-interactively.
3030 (ispell-menu-map-needed): Uses new variables.
3031 (ispell-library-path): New variable.
3032 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3033 (ispell-word): Improved documentation string. Test for valid
3034 character mappings. Correctly check typed in word changes that can
3035 result in single words split into multiple words. Returns
3036 replacement word.
3037 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3038 replace in recursive query replace mode. Help message for
3039 recursive edit mode.
3040 (ispell-show-choices): Protect against bad framepop bindings.
3041 (ispell-help): Fix to work with XEmacs.
3042 (ispell-highlight-spelling-error): Use new variables.
3043 (ispell-overlay-window): Fix to work with XEmacs.
3044 (ispell-parse-output): Passed and returns location information
3045 tracking spelling corrections. Doesn't recheck same word on
3046 current line.
3047 (ispell-init-process): Protect against bogus XEmacs variable binding.
3048 Fix call to single argument in sleep-for. Use new variables.
3049 (ispell-region): Passed and returns location information tracking
3050 spelling corrections. Doesn't check same word on current line.
3051 Improved documentation string. Doesn't resend a line already
3052 checked to the ispell process - fixes bug in LaTeX parsing.
3053 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3054 (ispell-skip-region): No longer skips <TT> in SGML.
3055 (ispell-process-line): Tracks location information with spelling
3056 corrections. Added documentation string. Accounts for words
3057 already accepted on this line. Don't allow query-replace on line
3058 starting with math characters. Doesn't resend a line already sent
3059 to ispell process. Fixes alignment error bug.
3060
3061 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3062
3063 * dired-x.el (dired-guess-shell-alist-default):
3064 Suggest xloadimage, which is free, not xv, which isn't.
3065
3066 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3067 Don't ever include the host name or user name in the value.
3068
3069 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3070
3071 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3072 of a real newline.
3073
3074 2000-01-09 Stephen Eglen <stephen@gnu.org>
3075
3076 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3077 for .png files.
3078
3079 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3080
3081 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3082
3083 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3084
3085 * progmodes/cperl-mode.el: Replace ^F with ^L.
3086
3087 * sendmail.el (toplevel): Provide `sendmail' when compiling
3088 before `require'ing rmail and mailalias to prevent infinite
3089 recursion.
3090
3091 2000-01-08 Dave Love <fx@gnu.org>
3092
3093 * emacs-lisp/backquote.el: Remove inappropriate customization
3094 (allowing custom.el to use backquote).
3095
3096 2000-01-07 Dave Love <fx@gnu.org>
3097
3098 * add-log.el (add-log-debugging): Deleted.
3099 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3100 file. Remove debugging code.
3101 (change-log-get-method-definition, change-log-name): Add doc.
3102 (change-log-sortable-date-at): New function.
3103 (change-log-merge): New command.
3104
3105 * time.el (display-time-string-forms): Make the Mail string active.
3106 (display-time-update): Provide help-echo for load average.
3107
3108 * bindings.el (make-mode-line-mouse2-map): New function.
3109 (mode-line-modified): Use it and simplify.
3110 (mode-line-mule-info): Provide help-echo info.
3111 (minor-mode-alist): Activate the strings.
3112 (make-mode-line-mouse-sensitive): Simplify for
3113 mode-line-buffer-identification.
3114
3115 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3116
3117 * play/pong.el: New file.
3118
3119 2000-01-06 Dave Love <fx@gnu.org>
3120
3121 * array.el: Assorted cleanups for compiler warnings, doc strings,
3122 `array-' prefix for symbols.
3123
3124 2000-01-05 Dave Love <fx@gnu.org>
3125
3126 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3127 outline-headers-as-kill.
3128 (outline-mode): Define imenu-generic-expression.
3129 (outline-headers-as-kill): New command.
3130
3131 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3132 from paragraph-start.
3133 (paragraph-indent-minor-mode): New command.
3134
3135 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3136 M-C-e, M-C-h, C-j, C-xnd, TAB.
3137 (fortran-mode): Set beginning-of-defun, end-of-defun.
3138 (fortran-column-ruler): Simplify.
3139 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3140 (fortran-with-subprogram-narrowing): Likewise.
3141 (fortran-indent-subprogram): Call mark-defun.
3142 (fortran-check-for-matching-do): Change narrowing.
3143
3144 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3145 (cl-lucid-hash-tag): Delete.
3146 (cl-hash-table-p): Correct test for native table.
3147 (cl-hash-table-count): Use hash-table-count.
3148
3149 * browse-url.el (browse-url): Fix case of
3150 browse-url-browser-function being an alist.
3151
3152 2000-01-05 Carsten Dominik <cd@gnu.org>
3153
3154 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3155 (reftex-index-phrase-file-extension): New options.
3156
3157 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3158 Use new option `reftex-index-phrase-file-extension'.
3159
3160 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3161 `reftex-parse-file-extension'.
3162
3163 2000-01-05 Dave Love <fx@gnu.org>
3164
3165 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3166 (beginning-of-defun-raw): Use it.
3167 (end-of-defun): New variable.
3168 (end-of-defun): Use it.
3169 (check-parens): New command.
3170
3171 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3172
3173 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3174 (hs-show-block): Don't use `mapcar' when not accumulating.
3175
3176 Fix buglet in local variables initialization.
3177
3178 2000-01-05 Andreas Schwab <schwab@suse.de>
3179
3180 * hscroll.el (hscroll): Doc fix.
3181
3182 2000-01-05 Carsten Dominik <cd@gnu.org>
3183
3184 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3185 idlw-toolbar.
3186
3187 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3188 file idlw-rinfo.el.
3189 (idlwave-customize): load must read file idlw-shell.el.
3190 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3191
3192 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3193
3194 * progmodes/idlw-shell.el: Also provide idlwave-shell
3195 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3196 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3197
3198 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3199 both reftex-dcr and reftex-vcr.
3200
3201 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3202
3203 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3204
3205 * ps-print.el: PostScript code now is in separate files, doc fix.
3206 (ps-print-version): New version number (5.0.3).
3207 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3208 local.
3209 (ps-spool-config): Initialization fix.
3210 (ps-print-prologue-1, ps-print-prologue-2)
3211 (ps-print-duplex-feature): PostScript code moved to separated file.
3212 (ps-background-image): Little code reformating.
3213 (ps-begin-file, ps-begin-job): Fix code.
3214 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3215 (ps-prologue-file): New fun.
3216
3217 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3218
3219 * ps-vars.el: Eliminated.
3220
3221 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3222 `;;;###autoload'.
3223
3224 * ps-print.el: ps-vars eliminated, doc fix.
3225 (ps-print-version): New version number (5.0.2).
3226 (ps-spool-config): Initialization fix.
3227 (ps-print-customize): New fun.
3228
3229 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3230
3231 * autorevert.el (auto-revert-mode): Return value of
3232 auto-revert-mode.
3233
3234 2000-01-04 Dave Love <fx@gnu.org>
3235
3236 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3237 menu items.
3238
3239 2000-01-03 Dave Love <fx@gnu.org>
3240
3241 * elide-head.el (elide-head) [defgroup]: Add :version.
3242
3243 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3244 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3245 `cl-hash-table-p', not `hash-table-p'.
3246 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3247
3248 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3249
3250 * faces.el (face-read-integer, read-face-attribute)
3251 (color-defined-p, color-values): unspecified-{f,b}g are now
3252 strings.
3253
3254 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3255
3256 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3257 at comment end, and re-insert them after filling.
3258
3259 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3260
3261 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3262 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3263 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3264
3265 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3266
3267 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3268 the new name of face-color-supported-p.
3269
3270 * term/w32-win.el (xw-defined-colors): Likewise.
3271
3272 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3273
3274 * simple.el (completion-setup-function): Count completion-size
3275 from minibuffer-prompt-end, not from point-min.
3276
3277 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3278
3279 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3280 Pass the frame to tty-color-* functions.
3281 (display-color-p, frame-set-background-mode): Pass the frame to
3282 tty-display-color-p.
3283
3284 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3285 tty-color-alist.
3286 (tty-color-alist, tty-modify-color-alist): New functions.
3287 (tty-color-define, tty-color-clear, tty-color-approximate)
3288 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3289 an optional parameter FRAME.
3290
3291 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3292
3293 * image.el (create-image, defimage): Don't assume image data is a
3294 string.
3295
3296 * image.el (defimage): Handle specifications containing :data
3297 instead of :file.
3298 (image-type-from-data): New function.
3299 (image-type-from-file-header): Use it.
3300 (create-image): Add parameter DATA-P.
3301
3302 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3303
3304 * echistory.el (electric-command-history): Call Command-history-setup
3305 and command-history-mode using their new conventions.
3306
3307 * chistory.el (Command-history-setup): Don't switch buffers. Take
3308 no args, and do not set major-mode, mode-name or the local map.
3309 (command-history-mode): New function, does some of those things
3310 Command-history-setup used to do.
3311 (list-command-history): Call command-history-mode, not
3312 Command-history-setup.
3313 (command-history): Renamed from command-history-mode.
3314
3315 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3316
3317 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3318
3319 1999-12-31 William M. Perry <wmperry@aventail.com>
3320
3321 * image.el (defimage): Images with the `:data' keyword should be
3322 considered valid as well.
3323
3324 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3325
3326 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3327 with FILE if FILE is nil.
3328
3329 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3330
3331 * simple.el (choose-completion-string): In minibuffer,
3332 do not delete the prompt string.
3333
3334 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3335
3336 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3337 assigned to mode-line-mode-menu because bindings.el is dumped with
3338 Emacs, and thus the lists used for menu-item definition will be
3339 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3340 like pure menu item definitions.
3341
3342 * expand.el (expand-abbrev-hook): Return t if expansion was
3343 done, nil otherwise.
3344
3345 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3346
3347 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3348 (tar-quit): Function deleted.
3349
3350 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3351
3352 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3353 was used but not declared.
3354
3355 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3356 hs-find-block-beginning): Add or modify docstrings.
3357
3358 (hs-isearch-show): Rewrite.
3359
3360 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3361
3362 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3363
3364 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3365 space in front of a C-style comment end.
3366
3367 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3368
3369 * startup.el (command-line-1): Make mode line mouse-sensitive for
3370 the MS-DOS version as well.
3371
3372 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3373
3374 * bs.el: New file.
3375
3376 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3377
3378 * textmodes/ispell.el (ispell-process-line):
3379 Add local var line-offset to adjust for the change
3380 in positions within the line, due to previous replacements.
3381
3382 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3383
3384 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3385 Doc fixes.
3386
3387 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3388
3389 * add-log.el (change-log-version-number-regexp-list)
3390 (change-log-version-info-enabled): Change :version to 21.1.
3391 (toplevel): Require CL when compiling.
3392
3393 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3394
3395 * add-log.el (change-log-version-number-regexp-list): Added tag
3396 :version 20.6
3397 (change-log-version-info-enabled): Added tag :version 20.6
3398
3399 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3400
3401 * add-log.el: More general version number search with
3402 user-configurable regexp list.
3403 (change-log-version-number-regexp-list): New user variable.
3404 (change-log-find-version): Rewritten. Use user-configurable
3405 version numbering regexp list
3406 change-log-version-number-regexp-list.
3407 (change-log-find-version): Renamed to
3408 change-log-version-number-search
3409 (add-log-file-name-function): New.
3410 (change-log-search-vc-number): Added END paramaeter. Added doc
3411 string to function.
3412 (change-log-version-rcs): Renamed. Was
3413 change-log-search-vc-number.
3414
3415 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3416
3417 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3418 overlays if they interfere.
3419 (compilation-find-file): Make intangible overlays tangible.
3420
3421 * progmodes/hideshow.el: Generally, synch w/ maintainer
3422 version 5.9.
3423
3424 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3425
3426 (hs-minor-mode-hook): Don't initialize.
3427
3428 (hs-special-modes-alist): Rewrite value and docstring.
3429
3430 (hs-minor-mode-prefix): Delete unused var.
3431
3432 (hs-block-start-mdata-select): New var, buffer local.
3433
3434 (hs-headline): New var.
3435
3436 (hs-match-data, hs-forward-sexp): New funcs.
3437
3438 (hs-hide-comment-region): New func.
3439
3440 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3441 hs-safety-is-job-n, hs-hide-initial-comment-block,
3442 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3443 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3444 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3445 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3446 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3447
3448 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3449 (hs-isearch-show-temporary): New funcs.
3450
3451 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3452
3453 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3454
3455 When constructing menu, use `[(shift button2)]' notation.
3456
3457 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3458
3459 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3460 (jka-compr-compression-info-list): Add new elt to each vector.
3461 (jka-compr-write-region): Don't compress the data if it is
3462 already compressed.
3463
3464 * jka-compr.el (jka-compr-really-do-compress): New variable.
3465 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3466 if visiting.
3467 (jka-compr-write-region): Set jka-compr-really-do-compress
3468 if visiting. Test it when deciding to compress.
3469
3470 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3471
3472 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3473 with third argument t.
3474
3475 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3476
3477 * antlr-mode.el: Version 1.2 is released.
3478 (antlr): This package has a web page.
3479
3480 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3481
3482 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3483 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3484 (antlr-mode-map): New binding [C-c C-c].
3485 (antlr-mode-menu): New entries.
3486
3487 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3488
3489 * antlr-mode.el: Respect Emacs conventions.
3490 ((require 'cl)): Only use during compilation.
3491 (antlr-language-for-option): New function to avoid using `find'.
3492 (antlr-mode): Use it.
3493 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3494 (antlr-imenu-create-index-function): Change accordingly.
3495 (antlr-inside-rule-p): Ditto.
3496 (antlr-end-of-rule): Ditto.
3497 (antlr-end-of-body): Ditto.
3498 (antlr-beginning-of-rule): Ditto.
3499 (antlr-indent-line): Ditto.
3500
3501 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3502
3503 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3504 (antlr-set-tabs): Don't use hard-coded values.
3505
3506 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3507 won't be possible without a huge time penalty.
3508 (antlr-skip-exception-part): Be more specific.
3509 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3510 Renamed from `antlr-skip-grammar-header'.
3511 (antlr-next-rule): Change accordingly.
3512 (antlr-end-of-body): Ditto. Better error message.
3513 (antlr-beginning-of-body): Better error message.
3514 (antlr-imenu-create-index-function): Skip rule action prelude.
3515
3516 * antlr-mode.el: Minor syntax highlighting changes.
3517 (antlr-font-lock-default-face): Deletia.
3518 (antlr-font-lock-tokendef-face): Changed color.
3519 (antlr-font-lock-tokenref-face): Changed color.
3520 (antlr-font-lock-literal-face): Changed color.
3521 (antlr-font-lock-additional-keywords): Minor changes.
3522
3523 1999-12-20 Carsten Dominik <cd@gnu.org>
3524
3525 * progmodes/idlwave.el: New file.
3526
3527 * progmodes/idlwave-rinfo.el: New file.
3528
3529 * progmodes/idlwave-shell.el: New file.
3530
3531 * progmodes/idlwave-toolbar.el: New file.
3532
3533 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3534
3535 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3536
3537 * progmodes/cwarn.el: New file.
3538
3539 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3540
3541 * bindings.el (completion-ignored-extensions): Add .pdf.
3542
3543 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3544
3545 * version.el: Put the version info into binary on MS-DOS as well.
3546
3547 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3548
3549 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3550 debugger-may-continue is nil.
3551
3552 1999-12-18 Dave Love <fx@gnu.org>
3553
3554 * emacs-lisp/cl-macs.el: Remove conditional definition of
3555 eval-when-compile. Don't specify abs, expt, gethash,
3556 hash-table-count, hash-table-p as side-effect-free here.
3557 (cl-emacs-type): Don't declare.
3558 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3559 (cl-parse-loop-clause): Remove compatibility code.
3560
3561 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3562 (side-effect-free-fns): Add gethash, hash-table-count.
3563 (side-effect-and-error-free-fns): Add hash-table-p.
3564
3565 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3566 `cl-' to autoload names for some hash functions. Don't autoload
3567 eval-when-compile. Don't provide mini-cl.
3568 (cl-emacs-type): Remove.
3569 (cl-map-extents): Remove compatibility code.
3570
3571 * emacs-lisp/float.el: Bind free variables.
3572
3573 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3574
3575 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3576
3577 * bindings.el (completion-ignored-extensions): Add .tfm.
3578
3579 1999-12-16 Dave Love <fx@gnu.org>
3580
3581 * faces.el (set-face-attribute): Purecopy the attributes set.
3582
3583 * custom.el (custom-declare-variable): Purecopy value.
3584
3585 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3586 (byte-extrude-byte-code-vectors): Use remprop.
3587 (byte-compile-lambda): Check that arg is a lambda.
3588
3589 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3590
3591 * font-lock.el: System for adding and removing keywords.
3592 Both local (previously added keyword) and global keywords
3593 can be removed.
3594 (font-lock-remove-keywords): New user-level function.
3595 (font-lock-update-removed-keyword-alist): New internal function.
3596 (font-lock-removed-keywords-alist): New variable.
3597 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3598 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3599 growing datastructures.
3600 (font-lock-set-defaults): Removes keywords stored in
3601 `font-lock-removed-keywords-alist' after local keywords added.
3602
3603 1999-12-16 Anders Lindgren <andersl@andersl.com>
3604
3605 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3606 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3607
3608 * font-lock.el (c-keywords): Only highlight preprocessor
3609 directives when spelled correctly.
3610
3611 * font-lock.el (font-lock-match-c++-structor-declaration,
3612 c++-keywords): Fontify constructors and destructors with function
3613 face inside C++ class declarations.
3614
3615 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3616
3617 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3618 the shell from sh-shell-file.
3619
3620 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3621
3622 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3623
3624 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3625 if one of the files specified cannot be accessed by
3626 file-attributes. Do not strip any leading directories from the
3627 file names, to behave more like `ls' does.
3628
3629 * dired.el (dired-get-filename): Handle absolute file names.
3630 (dired-readin-insert): If argument is a cons, don't print
3631 "wildcard" on the ``total'' line.
3632
3633 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3634
3635 * faces.el (face-read-integer, read-face-attribute)
3636 (color-defined-p, color-values): Allow color values unspecified-fg
3637 and unspecified-bg, handle them as unspecified.
3638
3639 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3640
3641 * textmodes/reftex.el: (reftex-compile-variables): respect new
3642 structure of `reftex-index-macro'
3643 (reftex-compile-variables): Use the changed structure of
3644 `reftex-label-alist'.
3645
3646 * textmodes/reftex-vars.el (reftex-index-math-format,
3647 (reftex-toc-max-level): New option.
3648 reftex-index-phrases-search-whole-words,
3649 reftex-index-phrases-case-fold-search,
3650 reftex-index-phrases-skip-indexed-matches,
3651 reftex-index-phrases-wrap-long-lines,
3652 reftex-index-phrases-sort-prefers-entry,
3653 reftex-index-phrases-sort-in-blocks): New options.
3654 (reftex-index-macros): Option structure changed.
3655 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3656 (reftex-label-alist): Additional item in each entry to specify if
3657 the environment should be listed in the TOC.
3658 (eval-when-compile (require 'cl)) added.
3659
3660 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3661 longer deals with "repeat".
3662 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3663 now used.
3664 (reftex-index-phrases-comment-regexp,
3665 reftex-index-phrases-macrodef-regexp,
3666 reftex-index-phrases-phrase-regexp1,
3667 reftex-index-phrases-phrase-regexp2,
3668 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3669 New constants.
3670 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3671 reftex-index-phrases-font-lock-keywords,
3672 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3673 reftex-index-phrases-restrict-file): New variables.
3674 (reftex-index-phrase-selection-or-word,
3675 reftex-index-visit-phrases-buffer,
3676 reftex-index-initialize-phrases-buffer,
3677 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3678 reftex-index-next-phrase, reftex-index-this-phrase,
3679 reftex-index-all-phrases, reftex-index-region-phrases,
3680 reftex-index-phrases-parse-header,
3681 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3682 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3683 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3684 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3685 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3686 reftex-index-make-replace-string,
3687 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3688 reftex-index-phrase-match-is-indexed,
3689 reftex-index-phrases-fixup-line,
3690 reftex-index-phrases-replace-space,
3691 reftex-index-select-phrases-macro): New functions.
3692 (reftex-index-globalize, reftex-index-globally): functions removed
3693 (eval-when-compile (require 'cl)) added.
3694
3695 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3696 for max level.
3697 (reftex-toc-max-level-indicator): New variable.
3698 (reftex-toc-max-level): New command.
3699 (reftex-toc-map): New keybinding `t'.
3700 (reftex-toc-help): Constant updated.
3701 (eval-when-compile (require 'cl)) added.
3702
3703 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3704 `t' command key can change `reftex-toc-max-level'
3705 (eval-when-compile (require 'cl)) added.
3706
3707 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3708 `reftex-toc-max-level'
3709 (eval-when-compile (require 'cl)) added.
3710
3711 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3712 added.
3713
3714 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3715 added.
3716
3717 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3718 commands.
3719 (reftex-citation, reftex-do-citation,
3720 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3721 preselect a citation format.
3722 (eval-when-compile (require 'cl)) added.
3723
3724 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3725 parameter to-end
3726 (reftex-section-info): Deal with environment matches.
3727 (eval-when-compile (require 'cl)) added.
3728
3729 * reftex-global.el (eval-when-compile (require 'cl)) added.
3730
3731 1999-12-15 Kenichi Handa <handa@etl.go.jp>
3732
3733 The following changes are for the new composition mechanism. We
3734 have deleted `composition' charset and composite characters,
3735 instead introduced a special text property `composition'.
3736
3737 * composite.el: New file.
3738
3739 * ps-mule.el: Define encode-composition-rule and find-composition
3740 for Emacs 20.4 and the earlier versions.
3741 (ps-mule-init-external-library): Just require a feature for
3742 external libraries.
3743 (ps-mule-prologue): Postscript code modified for new composition.
3744 (ps-mule-find-wrappoint): New arg COMPOSITION.
3745 (ps-mule-plot-string): Delete code for composite characaters.
3746 (ps-mule-plot-composition): New funcion.
3747 (ps-mule-prepare-font-for-components): New function.
3748 (ps-mule-plot-components): New function.
3749 (ps-mule-composition-prologue-generated): Renamed from
3750 ps-mule-cmpchar-prologue-generated.
3751 (ps-mule-composition-prologue): New named from
3752 ps-mule-cmpchar-prologue. Modified for new composition.
3753 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3754 ps-mule-prepare-cmpchar-font): Deleted.
3755 (ps-mule-string-encoding): New arg NO-SETFONT.
3756 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3757 check Composing, not Cmpchar
3758 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3759 to nil.
3760 (ps-mule-begin-job): Check existence of new composition.
3761
3762 * ps-print.el (ps-plot-region): Handle new composition.
3763
3764 * simple.el (what-cursor-position): Show "(composed)" if the
3765 character is composed.
3766
3767 * international/characters.el: Fix cateogries of Lao symbols.
3768
3769 * international/fontset.el (vertical-centering-font-regexp): New
3770 variable.
3771
3772 * international/mule.el (mule-version): Updated to 5.0 (AOI).
3773 (mule-version-date): Updated to 1999.12.7.
3774 (with-category-table): New macro.
3775
3776 * international/mule-cmds.el (encode-coding-char): Don't check
3777 composite character.
3778
3779 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3780 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3781 x-ctext): Give `composition' property t.
3782
3783 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3784 non-nil) at the tail of ALIST.
3785 (compose-region, decompose-region, decompse-string,
3786 reference-point-alist, compose-chars): Moved to composite.el.
3787 (compose-chars-component, compose-chars-rule,
3788 decompose-composite-char): Deleted.
3789
3790 * international/quail.el (quail-install-map): New optional arg
3791 NAME.
3792 (quail-get-translation): If DEF is a symbol but not a function,
3793 ignore it.
3794 (quail-start-translation): Put a key sequence undefined in the
3795 translation keymap in unread-command-events, not generated-events.
3796 Return parameterized event (compose-last-chars N) if the input
3797 characters should be composed.
3798 (quail-map-definition): If DEF is t, treat it as nil.
3799 (quail-delete-last-char): Delete the quail region.
3800 (quail-show-translations): Don't show list of translations if the
3801 quail package is deterministic.
3802 (quail-completion-max-depth): New variable.
3803 (quail-completion-1): Pay attention to the above variable. Fix
3804 for the case that a translation is a function.
3805 (quail-map-from-table, quail-map-from-table-1,
3806 quail-map-from-table-2): New functions.
3807 (quail-lookup-map-and-concat): New function
3808
3809 * language/devan-util.el: Mostly rewritten.
3810
3811 * language/lao.el: Register lao-composition-function in
3812 composition-function-table.
3813
3814 * language/lao-util.el: Mostly rewritten.
3815
3816 * language/thai.el: Register thai-composition-function in
3817 composition-function-table.
3818 (thai-tis620): Delete `pre-write-conversion' property.
3819
3820 * language/thai-util.el: (thai-category-table): Make it by
3821 make-category-table.
3822 (thai-composition-pattern): New variable.
3823 (thai-compose-region, thai-compose-string): Use
3824 with-category-table.
3825 (thai-post-read-conversion): Just call thai-compose-region.
3826 (thai-pre-write-conversion): Deleted.
3827 (thai-composition-function): New funciton.
3828
3829 * language/tibet-util.el: Most functions rewritten.
3830 (tibetan-char-p): Renamed from tibetan-char-examin.
3831 (tibetan-composable-examin) (tibetan-complete-char-examin)
3832 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3833 (tibetan-add-components): New function.
3834 (tibetan-composition-function): New function.
3835
3836 * language/tibetan.el: Register tibetan-composition-function in
3837 composition-function-table.
3838 (tibetan-composable-pattern): New variable.
3839 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3840 (tibetan-precomposition-rule-alist): Move punctuations to
3841 tibetan-punctuation-transcription-alist and
3842 tibetan-obsolete-glyphs.
3843 (tibetan-punctuation-transcription-alist): New variable.
3844 (tibetan-obsolete-glyphs): New variable.
3845 (tibetan-regexp): Improve the initialization code.
3846
3847 * textmodes/fill.el (fill-find-break-point): Delete codes for
3848 composite characters.
3849 (fill-region-as-paragraph): Likewise.
3850
3851 1999-12-14 Gerd Moellmann <gerd@gnu.org>
3852
3853 * international/mule-cmds.el (default-input-method): Specify
3854 that it should be set after current-language-environment.
3855
3856 * custom.el (custom-handle-keyword): Add :set-after.
3857 (custom-add-dependencies): New function.
3858 (custom-set-variables): Take dependencies between args into
3859 account.
3860
3861 * battery.el (battery): Doc fix.
3862
3863 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3864
3865 * progmodes/cc-make.el: Removed.
3866
3867 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3868
3869 * Release of cc-mode 5.26
3870
3871 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3872
3873 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3874 target depth. Optionally count #else lines as clause limits,
3875 as suggested by don provan <provan@lucent.com>. #elif
3876 handling fixed.
3877
3878 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3879 (c-down-conditional-with-else): New commands that uses the
3880 added functionality in `c-forward-conditional'.
3881
3882 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3883
3884 * cc-align.el (c-lineup-comment): Preserve the alignment with
3885 a comment on the previous line instead of preserving the
3886 comment-column.
3887
3888 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3889
3890 * Fixes to IDL mode after input from Eric Eide
3891 <eeide@cs.utah.edu>:
3892 * cc-engine.el (c-beginning-of-statement-1): Allow
3893 `c-conditional-key' to be nil, for the benefit of IDL mode.
3894 * cc-engine.el (c-guess-basic-syntax): Ditto.
3895 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
3896 but do match CORBA 2.3 `valuetype'.
3897 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
3898 for IDL.
3899 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
3900 be nil for IDL.
3901 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
3902 Like C++.
3903 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
3904 set `c-method-key' and `c-baseclass-key' to nil.
3905
3906 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3907
3908 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
3909 with nonhanging open braces.
3910
3911 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3912
3913 * cc-align.el: Added docstrings to all lineup functions.
3914
3915 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
3916 keyword.
3917
3918 * cc-align.el (c-lineup-C-comments): Handle free form text
3919 comments. Use c-comment-prefix-regexp and comment-start-skip
3920 instead of hardcoded regexps.
3921
3922 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3923
3924 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
3925 behavior and return value as documented.
3926
3927 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3928
3929 * Changes for new style variable init system:
3930 * cc-langs.el (c-common-init): Dito.
3931 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
3932 now customizable.
3933 * cc-vars.el: Style variables may now take a value
3934 'set-from-style to make them take their value from the style
3935 system. This value is now the default on all these variables.
3936 * cc-vars.el (c-valid-offset): New function to verify a
3937 syntactic symbol offset setting.
3938 * cc-vars.el (c-offsets-alist): Variable moved from
3939 cc-styles.el since it's now customizable in a similar way to
3940 the other style variables.
3941 * cc-vars.el (c-old-style-variable-behavior): New variable to
3942 revert to the old style init behavior.
3943
3944 * cc-vars.el (c-file-style, c-file-offsets): Made always
3945 buffer local.
3946
3947 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
3948 the throws clause that might follow the function prototype in
3949 C++.
3950
3951 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3952
3953 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
3954 could move forward for macros that doesn't start in column 0.
3955
3956 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3957
3958 * cc-align.el (c-indent-multi-line-block,
3959 c-lineup-whitesmith-in-block): Two new lineup functions for
3960 use in whitesmith style.
3961
3962 * cc-styles.el (c-style-alist): More fixes to whitesmith
3963 style. It should now handle all different braces uniformly in
3964 both hanging and non-hanging cases.
3965
3966 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3967
3968 * cc-cmds.el (c-indent-exp): Use a marker to save point to
3969 make it stay in the same position relative to the surrounding
3970 text.
3971
3972 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
3973 when adaptive-fill-mode doesn't manage to get it correct.
3974
3975 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
3976 with dotted notation, e.g. foo.bar.Gnu.
3977
3978 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
3979 within unwind-protect (previously only some were wrapped so it
3980 would be possible to register mode initialization when full
3981 initialization did not finish).
3982
3983 * cc-styles.el (c-style-alist): Corrected the brace placement
3984 in the whitesmith style. Thanks to Sean Luke
3985 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
3986 styles with consistent brace placement for all constructs.
3987
3988 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3989
3990 * cc-cmds.el (c-context-line-break): Continue C++ comments too
3991 when point is in the middle of them.
3992
3993 * cc-cmds.el: Line breaking and paragraph filling code
3994 rewritten:
3995 (c-guess-fill-prefix): New function that uses various
3996 heuristics to guess the comment prefix.
3997 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
3998 It now assumes adaptive filling is active to preserve the line
3999 prefix inside comments.
4000 (c-indent-new-comment-line): Replacement for the now
4001 obsolete `c-comment-line-break-function' that uses
4002 `c-guess-fill-prefix' when appropriate. It now observes the
4003 setting of `comment-multi-line', which has effect in C-style
4004 block comments.
4005
4006 * cc-cmds.el (c-context-line-break): New function intended to
4007 be put on RET. It's essentially `newline-and-indent', but
4008 continues C block comments with the appropriate line prefix.
4009
4010 * cc-cmds.el (c-do-auto-fill): New function put on
4011 `normal-auto-fill-function' to implement the
4012 `c-ignore-auto-fill' variable.
4013
4014 * cc-cmds.el (c-beginning-of-statement): Use
4015 `c-comment-prefix-regexp' to avoid ending up inside the
4016 comment prefix. Better handling of comment starters and
4017 enders. Catch comments better when traversing code. Stop at
4018 preprocessor directives.
4019
4020 * cc-defs.el (c-forward-comment): New subst to hide platform
4021 dependent quirks in `forward-comment'.
4022
4023 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4024 argument.
4025 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4026 arguments. Activate this function by default when
4027 `parse-partial-sexp' supports it (currently Emacs 20.x).
4028
4029 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4030 on the comment opener to make constants usable as lineup
4031 arguments.
4032
4033 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4034 changed anchor position in the `c' syntactic symbol. Handle
4035 more than stars in the comment prefix; use the new variable
4036 `c-comment-prefix-regexp'. Don't indent text not preceded by
4037 a comment prefix to the right of the comment opener if it's
4038 long.
4039
4040 * cc-langs.el: Fixes to mode initialization for new line
4041 breaking and paragraph filling method. Adaptive fill mode is
4042 now activated at startup instead of deactivated. The
4043 variables used for adaptive filling and paragraph movement are
4044 also changed to incorporate the value of
4045 `c-comment-prefix-regexp'. `substitute-key-definition' is
4046 used to override some functions in the global map instead of
4047 overriding their default bindings.
4048
4049 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4050 javadoc markup at mode init.
4051
4052 * cc-mode.el (c-setup-filladapt): A new convenience function
4053 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4054 function is intended to be used explicitly by the end user
4055 only.
4056
4057 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4058 recognize the comment fill prefix inside comments.
4059 (c-block-comment-prefix): New name for
4060 `c-comment-contiuation-stars', which is now obsolete. It's
4061 generalized to handle any character sequence.
4062 (c-ignore-auto-fill): New variable used to selectively disable
4063 Auto Fill mode in specific contexts.
4064
4065 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4066
4067 * cc-cmds.el (c-comment-indent): Leave at least one space
4068 between the comment and the last nonblank character in the
4069 case where we look at the indentation of the comment on the
4070 previous line (case 4).
4071
4072 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4073 list of characters that may start a statement (it's a sort of
4074 prefix operator in Pike, and isn't used at all in any of the
4075 other languages).
4076
4077 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4078
4079 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4080 inside continued statements as statement-cont instead of
4081 brace-list-open. The reason is that one normally adjusts
4082 brace-list-open for brace lists as top-level constructs, and
4083 brace lists inside statements is a completely different
4084 context. Case 10B.2 changed. Also changed (the somewhat
4085 esoteric) case 9A to cope with this.
4086
4087 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4088
4089 * cc-cmds.el (c-electric-brace): Added electric handling of
4090 the open brace for brace-elseif-brace.
4091
4092 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4093
4094 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4095 syntax tables temporarily.
4096
4097 * cc-engine.el (c-guess-basic-syntax): Handle template and
4098 member init argument lists split over several lines. Case 5D
4099 changed.
4100
4101 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4102 @throws introduced in Javadoc 1.2.
4103
4104 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4105 patch from RMS to avoid infinite backtracking.
4106
4107 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4108
4109 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4110 by [ ].
4111
4112 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4113
4114 * cc-align.el (c-lineup-dont-change): Compensate properly for
4115 the column in langelem.
4116
4117 * cc-engine.el (c-syntactic-information-on-region): New
4118 function to help debugging the syntactic analysis.
4119
4120 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4121
4122 * cc-align.el (c-lineup-template-args): Handle nested template
4123 arglists.
4124
4125 * cc-langs.el (c++-template-syntax-table): New syntax table
4126 that makes `<' and `>' parenthesis characters, which is useful
4127 to switch to temporarily when analyzing template arglists.
4128
4129 * cc-styles.el: Changed default alignment of labels in the
4130 java style to conform to the examples in the Java Language
4131 Specification.
4132
4133 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4134 by default.
4135
4136 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4137
4138 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4139 immediately before the closing paren in an arglist, so don't
4140 check that in Pike mode. Case 7A changed.
4141
4142 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4143
4144 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4145 lines were ignored under certain conditions.
4146
4147 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4148
4149 * cc-align.el (c-lineup-template-args): New function for
4150 aligning continued template argument lists.
4151
4152 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4153 lists containing function arglists split over several lines.
4154 Case 5D.1 changed.
4155
4156 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4157 template-args-cont didn't get recognized when the first
4158 arglist opener line doesn't contain a template argument. New
4159 case 5K.
4160
4161 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4162
4163 * cc-defs.el (c-point): Changed from subst to macro for
4164 efficiency.
4165 (c-beginning-of-defun-1, c-end-of-defun-1): New
4166 beginning-of-defun/end-of-defun wrappers separated from
4167 c-point.
4168
4169 * cc-menus.el (imenu-generic-expression,
4170 imenu-case-fold-search, imenu-progress-message): Dummy
4171 definitions to avoid compiler warnings if imenu can't be
4172 loaded.
4173 * cc-menus.el (cc-imenu-init): New function called at mode
4174 init.
4175 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4176 imenu initializations to cc-imenu-init.
4177
4178 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4179
4180 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4181 for lambda-intro-cont in Pike mode. Case 6 changed.
4182
4183 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4184 anything following "new Foo()" was considered an anonymous
4185 class body in Java mode.
4186
4187 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4188
4189 * cc-cmds.el (c-comment-line-break-function): When breaking in
4190 a string, don't insert a new line.
4191
4192 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4193
4194 * cc-engine.el (c-at-toplevel-p): New interface function which
4195 returns information useful to add-on authors. It tells you
4196 whether you're at a toplevel statement or not.
4197
4198 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4199
4200 * cc-cmds.el (c-comment-line-break-function): It is possible
4201 that forward-line does not land us at the bol, say if we're on
4202 the last line in a file. In that case, do a
4203 back-to-indentation instead of a forward-comment -1.
4204
4205 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4206
4207 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4208 "default:" as normal label in case 4.
4209
4210 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4211
4212 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4213 recognize continued bitfield declarations. Case 5D.1 changed.
4214 * cc-langs.el: New variable c-bitfield-key.
4215 * cc-mode.el: New variable c-bitfield-key.
4216
4217 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4218
4219 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4220 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4221 ..}").
4222
4223 1999-12-12 Dave Love <fx@gnu.org>
4224
4225 * mail/footnote.el: Require cl when compiling. Don't autoload
4226 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4227 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4228 Avoid `acons'.
4229 (footnote-mode-line-string, Footnote-add-footnote): Remove
4230 autoload cookie.
4231
4232 1999-12-12 Richard Sharman <rsharman@pobox.com>
4233
4234 * sh-script.el: Fix for when font-lock mode is active.
4235 (sh-font-lock-unfontify-region-function): New function.
4236
4237 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4238
4239 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4240 if start-process is not bound, since Ispell now supports such
4241 platforms as well.
4242
4243 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4244
4245 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4246 rmail-summary-goto-msg.
4247
4248 * files.el (after-find-file): Fix previous change.
4249
4250 1999-12-11 Dave Love <fx@gnu.org>
4251
4252 * help.el (where-is): Use `commandp' as predicate for
4253 `completing-read'
4254
4255 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4256
4257 * cus-edit.el (custom-save-delete): Delete all occurrences,
4258 leave point where the first occurrence was.
4259 (custom-save-faces): Insert a newline at the end of the comment.
4260 Avoid a double newline there.
4261 If final closeparen is at bol, put a space before it.
4262 (custom-save-variables): Likewise.
4263 (custom-file): Doc fix.
4264
4265 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4266
4267 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4268 regexp matching image and audio files.
4269
4270 1999-12-09 Dave Love <fx@gnu.org>
4271
4272 * mail/footnote.el: New file.
4273
4274 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4275
4276 * files.el (after-find-file): Use auto-save-visited-file-name if
4277 set.
4278
4279 * mail/feedmail.el (feedmail-find-eoh): Take
4280 feedmail-queue-alternative-mail-header-separator into account.
4281
4282 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4283
4284 * smerge-mode.el: New file.
4285
4286 * font-lock.el (font-lock-multiline): New variable.
4287 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4288 (font-lock-remove-keywords): Added a dummy `mode' argument for
4289 potential future support.
4290 (font-lock-fontify-anchored-keywords,
4291 (font-lock-fontify-keywords-region): Only handle multiline strings
4292 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4293
4294 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4295
4296 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4297
4298 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4299
4300 1999-12-07 Dave Love <fx@gnu.org>
4301
4302 * help.el (view-emacs-problems): New command, bound to C-h P.
4303
4304 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4305
4306 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4307
4308 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4309 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4310 New code to support the minor mode version.
4311 (diff-recenter): New function.
4312 (diff-next-hunk, diff-next-file): Use it.
4313 (diff-remembered-files-alist): New var.
4314 (diff-merge-strings): New function.
4315 (diff-find-file-name): Make it smarter and use the user's input more.
4316 (diff-mode): Cosmetic changes.
4317
4318 * files.el (save-some-buffers): Turn EXITING into the more general
4319 PRED argument to allow specifying a subset of buffers.
4320
4321 * simple.el (kill-region): Use the new `delete-and-extract-region'
4322 rather than the undo log (which is incorrect with *-change-functions).
4323
4324 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4325 off-by-one problem that could force re-fontifying the whole buffer.
4326 (font-lock-remove-keywords): New function.
4327 (font-lock-add-keywords): Use the new function to ensure idempotence.
4328
4329 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4330
4331 * viper-cmd.el (viper-minibuffer-standard-hook,
4332 viper-minibuffer-real-start): Mew functions.
4333 (viper-read-string-with-history,viper-file-add-suffix,
4334 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4335 change in the status of the minibuffer prompt.
4336
4337 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4338
4339 * comint.el (comint-redirect-results-list)
4340 (comint-redirect-results-list-from-process): Remove interactive
4341 spec.
4342
4343 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4344
4345 * info.el (info-node, info-menu-5, info-xref): Define colors for
4346 Info faces if the display supports them.
4347
4348 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4349
4350 Changes for automatic remapping of X colors on terminal frames:
4351
4352 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4353 term-setup-hook. Call msdos-remember-default-colors and
4354 msdos-handle-reverse-video.
4355 (msdos-face-setup): Parts of code moved to
4356 msdos-setup-initial-frame.
4357 (msdos-handle-reverse-video): New function, modeled after
4358 x-handle-reverse-video.
4359 (make-msdos-frame): Don't use initial-frame-alist and
4360 default-frame-alist. Call msdos-handle-reverse-video.
4361 (msdos-color-aliases): Remove.
4362 (msdos-color-translate, msdos-approximate-color): Remove.
4363 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4364 for better approximation of X colors.
4365 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4366 up tty-color-alist (it is now on startup.el).
4367 (x-display-color-p, x-color-defined-p, x-color-values,
4368 x-defined-colors, face-color-supported-p, face-color-gray-p):
4369 Remove.
4370
4371 * facemenu.el (facemenu-read-color, list-colors-display): Use
4372 defined-colors for all frame types.
4373 (facemenu-color-equal): Use color-values for all frame types.
4374
4375 * faces.el (read-face-attribute): For :foreground and :background
4376 attributes and frames on character terminals, translate the color
4377 to the closest supported one before looking it up in the list of
4378 valid values.
4379 (face-valid-attribute-values): Call defined-colors for all types
4380 of frames.
4381 (defined-colors, color-defined-p, color-values, display-color-p):
4382 New finctions.
4383 (x-defined-colors, x-color-defined-p, x-color-values,
4384 x-display-color-p): Aliases for the above.
4385
4386 * startup.el (command-line): Register terminal colors for frame
4387 types other than x and w32, but only if the terminal supports
4388 colors. Call tty-color-define instead of face-register-tty-color.
4389
4390 * term/x-win.el (xw-defined-colors): Renamed from
4391 x-defined-colors.
4392 * term/w32-win.el (xw-defined-colors): Likewise.
4393
4394 * term/tty-colors.el: New file.
4395 * loadup.el: Load term/tty-colors.
4396
4397 1999-12-06 Dave Love <fx@gnu.org>
4398
4399 * ffap.el: Autoload the ffap alias directly.
4400
4401 1999-12-06 Inge Frick <inge@nada.kth.se>
4402
4403 * dired-aux.el (dired-do-shell-command): Changed documentation.
4404 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4405 meaning as `*'.
4406
4407 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4408
4409 * simple.el (insert-buffer): Doc fix.
4410
4411 * apropos.el (apropos-mode): Add autoload cookie.
4412
4413 1999-12-06 Sam Steingold <sds@goems.com>
4414
4415 * progmodes/etags.el (etags-tags-completion-table): Modified the
4416 regexp to allow for the CL symbols starting with `+*'.
4417 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4418 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4419 `function' quoting lambda.
4420 (tags-with-face): New macro.
4421 (list-tags, tags-apropos): Use it.
4422 (tags-apropos-additional-actions): New user option.
4423 (etags-tags-apropos-additional): Use it.
4424 (tags-apropos): Call etags-tags-apropos-additional.
4425 (tags-apropos-verbose): New user option.
4426 (etags-tags-apropos): Use it.
4427 (visit-tags-table-buffer, next-file): Use `unless'.
4428 (recognize-empty-tags-table): Renamed to
4429 tags-recognize-empty-tags-table.
4430 (complete-tag): Call tags-complete-tag bypassing try-completion.
4431
4432 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4433
4434 * international/mule.el (set-buffer-file-coding-system): Docstring
4435 modified.
4436
4437 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4438
4439 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4440 using the hideshow package.
4441 (hs-special-modes-alist): Added entry for bibtex to allow the use
4442 of the hideshow package.
4443 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4444 not longer provided by bibtex.el directly. Instead the hideshow
4445 package should be used.
4446 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4447 references to bibtex-hide-entry-bodies.
4448
4449 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4450
4451 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4452 maintainer information closer to the beginning of the bibtex.el
4453 file.
4454 (bibtex-maintainer-salutation): New constant.
4455 (bibtex-version): New constant.
4456 (bibtex-submit-bug-report): Use bibtex-version and
4457 bibtex-maintainer-salutation.
4458 (bibtex-entry-field-alist): Made booktitle field optional for
4459 @inproceedings entries when crossreferenced.
4460 (bibtex-entry-field-alist): Added booktitle field to proceedings
4461 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4462 for the suggestion.
4463 (bibtex-string-file-path): Fixed typo.
4464
4465 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4466
4467 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4468 for reftex.el.
4469 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4470 to menu.
4471
4472 1999-12-04 Dave Love <fx@gnu.org>
4473
4474 * delsel.el: Revert previous change -- region is significant to
4475 skeleton.
4476
4477 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4478
4479 * viper-cmd.el (viper-change-state): Use
4480 viper-ESC-moves-cursor-back to decide whether to move the cursor
4481 back.
4482
4483 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4484
4485 * international/mule-util.el (truncate-string-to-width): Docsting
4486 fixed.
4487
4488 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4489
4490 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4491 use of `cond'.
4492 (lm-with-file): Move all the find-file...kill-buffer stuff into
4493 this macro. Make it use `find-file-noselect' and make it kill
4494 the buffer only if it wasn't already displayed somewhere.
4495 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4496 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4497 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4498 (lm-commentary): Fix to handle the case when the change log is
4499 at the end of the file.
4500
4501 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4502
4503 * international/mule.el (charsetp): Fix typo in docstring.
4504
4505 * international/mule-diag.el (list-coding-categories): Fix typo;
4506 automatic -> autoload.
4507
4508 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4509
4510 * vc.el (vc-update-change-log): Look for rcs2log under
4511 exec-directory.
4512
4513 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4514 outline-regexp, add outline-level.
4515 (lisp-outline-level): New.
4516
4517 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4518 remove extraneous string-match.
4519
4520 * finder.el (finder-commentary): Activate Finder mode.
4521
4522 1999-12-01 Anders Lindgren <andersl@andersl.com>
4523
4524 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4525 off when reverting buffers that contained mode specifiers.
4526 `revert-buffer' is now called with non-nil PRESERVE-MODES
4527 argument.
4528
4529 1999-12-01 Dave Love <fx@gnu.org>
4530
4531 * delsel.el: Grok skeleton-pair-insert-maybe.
4532
4533 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4534
4535 * progmodes/cperl-mode.el (cperl-under-as-char):
4536 Use nil as default.
4537
4538 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4539
4540 * speedbar.el (toplevel): Remove compatibility code for Emacs
4541 versions without custom.el.
4542
4543 1999-11-30 Dave Love <fx@gnu.org>
4544
4545 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4546
4547 * autoinsert.el: Minor doc fixes.
4548 (auto-insert): Return nil.
4549
4550 * faces.el (set-face-documentation): Purecopy STRING.
4551
4552 1999-11-29 Dave Love <fx@gnu.org>
4553
4554 * derived.el: Doc fixes, remove old backquote syntax.
4555
4556 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4557 comment warning about editing.
4558
4559 * help.el (help-mode-hook): Define.
4560
4561 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4562
4563 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4564 invalid translation of old-style backquote syntax to new syntax.
4565
4566 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4567
4568 * Makefile (DONTCOMPILE): Add term/internal.el.
4569
4570 1999-11-26 Dave Love <fx@gnu.org>
4571
4572 * comint.el: Fix last change.
4573
4574 * emacs-lisp/advice.el: Fix last change.
4575
4576 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4577
4578 * cus-edit.el (Custom-reset-standard): Doc fix.
4579 (custom-variable-reset-standard): Doc fix.
4580 (custom-face-reset-standard): Doc fix.
4581 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4582 (custom-variable-menu): Likewise.
4583 (custom-reset-menu): Likewise.
4584 (custom-buffer-create-internal): Likewise.
4585
4586 1999-11-26 Dave Love <fx@gnu.org>
4587
4588 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4589
4590 * font-lock.el: Doc fixes.
4591
4592 * menu-bar.el (menu-bar-mode): Customize.
4593
4594 * cus-start.el: Add use-dialog-box.
4595
4596 * add-log.el (change-log-mode-hook): Customize.
4597 (add-log-current-defun): Use
4598 fortran-{beginning,end}-of-subprogram.
4599
4600 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4601
4602 * emacs-lisp/advice.el: Many doc fixes.
4603
4604 * comint.el (comint-preoutput-filter-functions): Doc fix.
4605
4606 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4607
4608 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4609 Improve messages for capitalization of arg names,
4610 for flag variables, for t and nil, for imperatives.
4611 Call them imperatives rather than infinitives sans "to".
4612 (checkdoc-common-verbs-wrong-voice): Add "moves".
4613 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4614
4615 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4616 Don't convert comments from 3-semicolon to 2-semicolon.
4617 That is a matter of style.
4618 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4619 (checkdoc-comments): Don't bind that variable.
4620
4621 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4622
4623 * files.el (write-file-hooks): Doc fix.
4624
4625 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4626
4627 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4628
4629 1999-11-25 Dave Love <fx@gnu.org>
4630
4631 * hippie-exp.el: Require comint when compiling.
4632 (hippie-expand): Add :links.
4633 (hippie-expand-try-functions-list): Customize.
4634
4635 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4636
4637 * viper*el: Replaced old-style backquotes.
4638
4639 * ediff*el: Replaced old-style backquotes.
4640
4641 * ediff-merge
4642 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4643 Changed to support the new format for ediff-combination-pattern.
4644
4645 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4646 Changed to support the new format for ediff-combination-pattern.
4647
4648 1999-11-24 Dave Love <fx@gnu.org>
4649
4650 * custom.el (custom-declare-group): Purecopy DOC.
4651 (custom-handle-keyword): Purecopy VALUE.
4652 (custom-add-link): Purecopy WIDGET.
4653 (custom-add-version): Purecopy VERSION.
4654 (custom-add-load): Purecopy LOAD.
4655
4656 * cus-face.el (custom-declare-face): Purecopy DOC.
4657
4658 * info.el:
4659 (Info-build-node-completions, Info-search, Info-follow-reference)
4660 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4661 (Info-find-emacs-command-nodes): Avoid properties on matched text
4662 which may appear in minibuffer.
4663
4664 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4665
4666 * locate.el (locate-with-filter): Doc fix.
4667
4668 1999-11-24 Alex Schroeder <alex@gnu.org>
4669
4670 * sql.el (sql-find-sqli-buffer): New function.
4671 (sql-set-sqli-buffer-generally): New function.
4672 (sql-set-sqli-buffer): Better checking of new-buffer.
4673 (sql-copy-column): Add comma after INTO clause, too.
4674
4675 1999-11-24 Alex Schroeder <alex@gnu.org>
4676
4677 * sql.el (sql-imenu-generic-expression): New, used to set
4678 imenu-generic-expression.
4679
4680 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4681 setting font-lock-defaults' SYNTAX-ALIST. Set
4682 imenu-generic-expression, imenu-case-fold-search, and
4683 imenu-syntax-alist.
4684
4685 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4686 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4687
4688 1999-11-23 Andrew Innes <andrewi@gnu.org>
4689
4690 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4691 drop coords aren't over a specific window.
4692
4693 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4694
4695 * ps-print.el: Define mule funs without checking if mule package is
4696 loaded.
4697 (ps-print-version): New version number (5.0.1).
4698 (ps-header-dirpart): Now uses abbreviate-file-name.
4699
4700 1999-11-23 Dave Love <fx@gnu.org>
4701
4702 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4703 comment-line-start.
4704 (fortran-comment-line-start-skip): Renamed from
4705 comment-line-start-skip.
4706 (fortran-mode-map): Use renamed functions. Add manual and custom
4707 entries to menu.
4708 (fortran-mode-hook): Customize.
4709 (fortran-comment-indent-function): Renamed from
4710 fortran-comment-hook.
4711 (delete-horizontal-regexp): Function deleted.
4712 (fortran-electric-line-number): Simplified.
4713 (fortran-beginning-of-subprogram): Renamed from
4714 beginning-of-fortran-subprogram.
4715 (fortran-end-of-subprogram): Renamed from
4716 end-of-fortran-subprogram.
4717 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4718 (fortran-previous-statement, fortran-next-statement): Simplified.
4719 (fortran-blink-match): New function.
4720 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4721 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4722 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4723 line-end-position.
4724 (fortran-fill): No longer interactive. Simplified.
4725 (fortran-break-line): Simplified.
4726 (fortran-analyze-file-format): Use char-after, not looking-at.
4727
4728 * emacs-lisp/find-func.el (find-function-regexp): Use
4729 `define-minor-mode' after easy-menu change.
4730
4731 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4732
4733 * comint.el: Add redirection.from active comint buffers into
4734 another buffer. Written by Peter Breton.
4735
4736 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4737
4738 * emacs-lisp/autoload.el (make-autoload): Recognize the new
4739 `define-minor-mode'.
4740 (define-minor-mode): Specify `doc-string-elt'.
4741
4742 * emacs-lisp/easy-mmode.el: Changed maintainer.
4743 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4744 Use defcustom for the hooks; Improve the auto-generated docstrings.
4745 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4746 (define-minor-mode): Add BODY arg; Only declare the keymap if
4747 provided; Improve the auto-generated docstrings.
4748
4749 1999-11-22 Gerd Moellmann <gerd@gnu.org>
4750
4751 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4752 that the leading `^' is at the start. This is necessary because
4753 paragraphs.el tries to remove anchors, but can find them only if
4754 they are the first character.
4755
4756 * progmodes/antlr-mode.el: New file.
4757
4758 * calendar/calendar.el: Fix autoload for
4759 calendar-absolute-from-astro. Add autoload for
4760 calendar-print-astro-day-number.
4761
4762 1999-11-21 Anders Lindgren <andersl@andersl.com>
4763
4764 * follow.el: Use modern backquote syntax. Minor comment update.
4765
4766 1999-11-21 Gerd Moellmann <gerd@gnu.org>
4767
4768 * simple.el (with-syntax-table): Don't switch buffers.
4769
4770 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4771 progmodes/hideif.el: Use new backquote syntax.
4772
4773 1999-11-21 Ken Manheimer <klm@python.org>
4774
4775 * icomplete.el (icomplete-completions): Use an explicit variable
4776 `icomplete-prospects-length', obviating the need to use an
4777 apparently faulty throw/catch arrangement.
4778
4779 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
4780
4781 * term/internal.el (IT-display-table-setup): Don't overstep
4782 character code 255.
4783
4784 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
4785
4786 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4787 for the charset chinese-sisheng is 7bit encoding, not 8bit.
4788
4789 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
4790
4791 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4792 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4793
4794 * files.el (auto-mode-alist): Add patterns for diff-mode.
4795
4796 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4797 to detect an empty prompt.
4798
4799 1999-11-18 Dave Love <fx@gnu.org>
4800
4801 * simple.el (input-mode-8-bit): Fix the customization.
4802
4803 1999-11-18 Gerd Moellmann <gerd@gnu.org>
4804
4805 * international/iso-acc.el (iso-languages): Add more
4806 characters for Portuguese.
4807
4808 * speedbar.el: Clean up comment at the start of the file.
4809 Remove RCS id.
4810
4811 * progmodes/compile.el (compilation-parse-errors): Use
4812 compilation-buffer-p instead of testing major-mode.
4813
4814 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
4815
4816 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4817 (quickurl-ask): completion-ignore-case is set to the value of
4818 quickurl-completion-ignore-case for the duration of the call to
4819 completing-read.
4820
4821 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4822
4823 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4824
4825 1999-11-18 Kenichi Handa <handa@etl.go.jp>
4826
4827 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
4828 instead of ps-print-def.
4829
4830 * ps-print.el: Require ps-vars instead of ps-print-def.
4831
4832 * ps-mule.el: Require ps-vars instead of ps-print-def.
4833
4834 1999-11-17 Gerd Moellmann <gerd@gnu.org>
4835
4836 * simple.el (with-syntax-table): Save buffer explicitly instead of
4837 using save-excursion.
4838
4839 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4840
4841 * mail/supercite.el: New maintainer.
4842
4843 1999-11-16 Reto Zimmermann <reto@synopsys.com>
4844
4845 * progmodes/vhdl-mode.el: Use new backquote syntax.
4846
4847 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4848
4849 * simple.el (with-syntax-table): New.
4850
4851 1999-11-15 Sam Steingold <sds@ksp.com>
4852
4853 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4854
4855 1999-02-22 Sam Steingold <sds@goems.com>
4856
4857 * goto-addr.el (goto-address-at-mouse,
4858 goto-address-find-address-at-point): Use compose-mail.
4859 (goto-address-mail-method): Removed variable.
4860 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4861 goto-address-send-using-mail): Removed functions.
4862
4863 1998-11-03 Sam Steingold <sds@goems.com>
4864
4865 * simple.el (backward-delete-char-untabify):
4866 backward-delete-char-untabify-method can be `all' now - to delete
4867 hungrily including newlines.
4868
4869 1999-11-15 Sam Steingold <sds@ksp.com>
4870
4871 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
4872
4873 1999-11-15 Dave Love <fx@gnu.org>
4874
4875 * cus-edit.el (customize-face, customize-face-other-window):
4876 Require match from completing-read.
4877 (custom-buffer-done-function): Default to custom-bury-buffer, not
4878 bury-buffer.
4879
4880 1999-11-15 Gerd Moellmann <gerd@gnu.org>
4881
4882 * mail/rmail.el, iswitchb.el, hippie-exp.el,
4883 progmodes/cperl-mode.el: Use new backquote syntax.
4884
4885 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
4886
4887 * uniquify.el: Use new backquote syntax.
4888
4889 1999-11-14 Markus Rost <rost@ias.edu>
4890
4891 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4892 as in ispell-local-dictionary-alist.
4893
4894 1999-11-14 Alex Schroeder <alex@gnu.org>
4895
4896 * ansi-color.el (ansi-color-apply): Updated regexps to include
4897 highlighted face.
4898
4899 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
4900
4901 * forms.el (forms--make-format-elt-using-text-properties):
4902 Treat `intangible' differently.
4903
4904 * forms.el: Use new backquote syntax.
4905
4906 1999-11-13 Gerd Moellmann <gerd@gnu.org>
4907
4908 * textmodes/scribe.el (scribe-mode): Doc-fix.
4909
4910 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
4911
4912 * net-utils.el (run-network-program, net-utils-run-program): Use
4913 the new backquote syntax.
4914 (smbclient-program, smbclient-program-options)
4915 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
4916 variables
4917 (smbclient, smbclient-list-shares): New functions
4918
4919 1999-11-12 Sam Steingold <sds@ksp.com>
4920
4921 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
4922 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
4923 (viper-kbd-buf-definition, viper-kbd-mode-alist)
4924 (viper-kbd-mode-pair, viper-kbd-mode-definition)
4925 (viper-kbd-global-pair, viper-kbd-global-definition):
4926 Use the new backquote syntax.
4927
4928 * emulation/viper-cmd.el (viper-test-com-defun)
4929 (viper-prefix-arg-value, viper-prefix-arg-com):
4930 Use the new backquote syntax.
4931
4932 * emacs-lisp/debug.el (debugger-env-macro):
4933 Use the new backquote syntax.
4934
4935 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
4936 Use the new backquote syntax.
4937
4938 * calendar/calendar.el (calendar-remove-frame-by-deleting):
4939 New user variable.
4940 (calendar-hide-window): Use it.
4941 (increment-calendar-month, calendar-for-loop, calendar-sum):
4942 Use the new backquote syntax.
4943
4944 1999-11-12 Andrew Innes <andrewi@gnu.org>
4945
4946 * select.el (x-set-selection): Call buffer-substring, not
4947 substring. Also fix docstring
4948
4949 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
4950
4951 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
4952 of customizable variables to bug report message. Added
4953 system-type to package name in bug report.
4954
4955 1999-11-12 Gerd Moellmann <gerd@gnu.org>
4956
4957 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
4958 to display file names.
4959
4960 1999-11-11 Gerd Moellmann <gerd@gnu.org>
4961
4962 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
4963
4964 * isearch.el: Add lazy-highlighting feature.
4965
4966 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4967
4968 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
4969 constant.
4970 (ps-mode-submit-bug-report): New function. Entry added to menu.
4971
4972 1999-11-10 William M. Perry <wmperry@aventail.com>
4973
4974 * mwheel.el: New file to support the new style wheeled mice.
4975
4976 1999-11-10 Gerd Moellmann <gerd@gnu.org>
4977
4978 * startup.el (initial-scratch-message): Add ";;" to the front of
4979 lines in the message.
4980
4981 * files.el (file-local-copy): Remove optional BUFFER argument
4982 because that's not used by anything.
4983
4984 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
4985 to-address.
4986
4987 1999-11-08 Markus Rost <rost@ias.edu>
4988
4989 * wid-edit.el (widget-button-click): Wrap with save-excursion
4990 to restore track-mouse in the correct buffer.
4991
4992 1999-11-08 Gerd Moellmann <gerd@gnu.org>
4993
4994 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
4995
4996 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
4997
4998 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
4999 lpr-command to "lp" for some system-types. (copied from lpr.el
5000 Emacs version 20.2.1).
5001
5002 1999-11-04 Markus Rost <rost@ias.edu>
5003
5004 * simple.el (comment-region): Strip off white space at end of
5005 comment-start.
5006
5007 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5008
5009 * faces.el (secondary-selection): Fix wrong color name.
5010
5011 1999-11-04 John Tobey <jtobey@epsilondev.com>
5012
5013 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5014 the default when invoking perldb in a non-Perl buffer, and other
5015 cases involving -e or --.
5016
5017 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5018
5019 * simple.el (previous-matching-history-element)
5020 (next-history-element): Use delete-field instead of erase-field.
5021
5022 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5023 Use delete-field instead of erase-field.
5024
5025 * faces.el (secondary-selection): Change background to yellow.
5026
5027 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5028 find the start of the text. Use field-string to read the user
5029 input.
5030
5031 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5032
5033 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5034 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5035 for compatibility with old face implementation.
5036
5037 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5038 Use erase-field instead of erase-buffer.
5039
5040 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5041 internal-show-cursor with new interface.
5042 (blink-cursor-timer-function): New.
5043 (blink-cursor-start): Use blink-cursor-timer-function.
5044
5045 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5046
5047 * calendar.el (redraw-calendar): Move to nearest date before
5048 redrawing.
5049
5050 * diary-lib.el (simple-diary-display): Reset modeline even if
5051 there are no diary entries since the diary buffer may be displayed.
5052
5053 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5054
5055 * emacs-lisp/debug.el (debug): If noninteractive, display the
5056 backtrace using `message', then exit Emacs.
5057 (debugger-batch-max-lines): New variable.
5058 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5059 Change the messages put at the start, to say that the debugger
5060 was entered.
5061
5062 1999-11-02 Sam Steingold <sds@ksp.com>
5063
5064 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5065
5066 1999-11-01 John Tobey <jtobey@epsilondev.com>
5067
5068 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5069 presence of perl switches other than "-e".
5070
5071 1999-11-01 Markus Rost <rost@ias.edu>
5072
5073 * dired-x.el (dired-smart-shell-command): Use
5074 shell-command-history as in shell-command.
5075
5076 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5077
5078 * userlock.el (ask-user-about-lock): Doc fix.
5079
5080 * frame.el: Doc fixes.
5081
5082 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5083
5084 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5085 of show-cursor.
5086 (blink-cursor-start, blink-cursor-end): Ditto.
5087
5088 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5089
5090 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5091
5092 * window.el (walk-windows): If ALL-FRAMES is a frame,
5093 start on that frame. Use save-selected-window.
5094
5095 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5096
5097 * simple.el (end-of-buffer): Use window-end to find the window end
5098 instead of vertical-motion because this handles variable-height
5099 lines correctly.
5100
5101 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5102
5103 * ediff.el: Version change.
5104
5105 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5106 make sure you are in a good frame before deleting other
5107 windows.
5108 (ediff-file-checked-in-p): Don't consider CVS
5109 files checked in.
5110 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5111 are writing to a newly created empty file.
5112
5113 * ediff-mult.el (ediff-show-session-group-hook): New default.
5114
5115 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5116 First cd to the file directory. reportedly works
5117 better with remote files.
5118
5119 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5120 Use file-name-nondirectory when passing files to CVS.
5121
5122 * ediff-diff.el (ediff-cmp-options): New variable.
5123 (ediff-same-file-contents): Use ediff-cmp-options.
5124
5125 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5126 ediff-get-patch-buffer): Use current buffer if it appears to be a
5127 patch.
5128
5129 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5130 C-g
5131
5132 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5133 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5134 (viper-save-cursor-color,viper-restore-cursor-color):
5135 Improved cursor color handling.
5136 (viper-get-saved-cursor-color-in-replace-mode,
5137 viper-get-saved-cursor-color-in-insert-mode): New functions for
5138 better cursor color handling.
5139
5140 * viper-ex.el (ex-read,ex-edit):
5141 Fixes for correct interpretation of #,%.
5142 (viper-ex): Now works correctly when called from other functions.
5143 (viper-glob-function): New variable.
5144 (viper-ex): Save excursion before doing :global.
5145
5146 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5147
5148 * viper-cmd.el (viper-post-command-sentinel,
5149 viper-insert-state-post-command-sentinel,
5150 viper-insert-state-pre-command-sentinel): Takes better care of
5151 cursor colors.
5152
5153 * viper.el: Version change.
5154
5155 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5156
5157 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5158 that the modeline display was updated *only* when
5159 `whitespace-display-in-modeline' was set, not otherwise.
5160
5161 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5162
5163 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5164 "frac12".
5165
5166 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5167 ad-activate.
5168
5169 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5170
5171 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5172 using fboundp instead of assuming that these are not present in
5173 particular flavors of emacs.
5174 (whitespace-version): Update to 2.8
5175 (whitespace-display-in-modeline): Add custom variable to control
5176 displaying the whitespace errors on the modeline based on
5177 suggestion from <klaus.berndl@sdm.de>
5178 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5179 clean, to enable using as a hook function, as suggested by Puneet
5180 Goel <puneet@computer.org>
5181 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5182 quiet was not set, even with whitespace-auto-cleanup set.
5183 (whitespace-mode-line): Now uses less modeline real estate and
5184 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5185 which is present in the file, and <y> is any type of whitespace
5186 whose check has been suppressed by setting
5187 `whitespace-check-<whitespace-type>' to nil.
5188 (whitespace-unchecked-whitespaces): New function to return the
5189 list of whitespaces for whom checks have been suppressed.
5190 (whitespace-display-unchecked-whitespaces): Renamed to
5191 `whitespace-update-modeline' to reflect its functionality.
5192
5193 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5194
5195 * progmodes/compile.el (compilation-error-regexp-alist):
5196 Undo previous change.
5197
5198 1999-10-28 Dave Love <fx@gnu.org>
5199
5200 * help.el (help-follow): Make arg optional again and really
5201 default to point.
5202
5203 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5204
5205 * paths.el (rmail-file-name): Make it an option.
5206
5207 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5208 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5209 comment fixes.
5210
5211 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5212 MIPS Pro 7.3 compiler error message syntax.
5213
5214 1999-10-27 Dave Love <fx@gnu.org>
5215
5216 * progmodes/compile.el: Checkdoc-inspired fixes.
5217
5218 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5219
5220 * lpr.el (print-buffer): Doc-string fix.
5221
5222 1999-10-27 Dave Love <fx@gnu.org>
5223
5224 * emacs-lisp/advice.el: Doc fixes.
5225 (ad-lemacs-p): Removed.
5226 (advice): Add :link to defgroup.
5227
5228 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5229
5230 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5231 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5232
5233 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5234
5235 * window.el (walk-windows): If ALL-FRAMES is a frame,
5236 start on that frame. Use save-selected-window.
5237
5238 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5239
5240 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5241 ad-activate. All callers changed, including those in data.c.
5242 (ad-activate-internal-off): Renamed from ad-activate-off.
5243 All uses changed.
5244 (ad-activate): Renamed from ad-activate-on. All uses changed.
5245 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5246 Alter the definition of ad-activate-internal, not ad-activate.
5247
5248 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5249
5250 * startup.el (command-line-1): Add support for command line
5251 arguments `file' and `execute'. Fix handling of `visit'.
5252
5253 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5254
5255 * international/mule-cmds.el (read-input-method-name): Handle the
5256 case that the arg DEFAULT is symbol.
5257
5258 * international/mule-diag.el (mule-diag): Handle the case that
5259 default-input-method is symbol.
5260
5261 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5262
5263 * textmodes/tildify.el: New file.
5264
5265 1999-10-25 Sam Steingold <sds@ksp.com>
5266
5267 * Makefile (compile-files): Fixed the "tr" strings.
5268 (EMACS): Set to ../src/emacs.
5269
5270 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5271
5272 * info.el (Info-build-node-completions): Add '("*") to the
5273 completion list.
5274
5275 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5276
5277 * frame.el (auto-raise-mode): When enabling the mode,
5278 immediately raise the selected frame.
5279
5280 * indent.el (indent-region): Doc fix.
5281
5282 * comint.el (comint-output-filter): Make the Comint buffer current
5283 for the comint-preoutput-filter-functions.
5284
5285 * mail/reporter.el: Doc fix.
5286
5287 1999-10-24 Stephen Eglen <stephen@gnu.org>
5288
5289 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5290 that Octave lisp files can also run under XEmacs 20.
5291 (require 'custom) added so that files can run under Emacs 19.34.
5292
5293 * iswitchb.el (iswitchb-default-keybindings): No need to use
5294 read-kbd-macro in keybindings.
5295
5296 1999-10-23 Dave Love <fx@gnu.org>
5297
5298 * elide-head.el: New file.
5299
5300 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5301
5302 * Makefile (compile-files, backup-compiled-files): New targets.
5303 (bootstrap, bootstrap-clean): Ditto.
5304
5305 1999-10-22 Paul Eggert <eggert@twinsun.com>
5306
5307 * international/mule-cmds.c (locale-language-names):
5308 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5309 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5310 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5311 Use Latin-8 for Welsh.
5312 Use Latin-1 for English if "en" is explicitly specified.
5313 Use Latin-1 for Scots Gaelic, Tagalog.
5314 Use Latin-1 (not Latin-4) for Greenlandic.
5315 Use Latin-1 (not Latin-2) for Albanian.
5316 (locale-preferred-coding-systems, locale-language-names):
5317 Remove generic ISO 8859 locales; locale-charset-language-names now
5318 does this.
5319 (locale-charset-language-names): New variable.
5320 (set-locale-environment): Use language name specified by
5321 locale-charset-language-names if its charsets disagree with the
5322 language name specified by locale-language-names.
5323
5324 1999-10-22 Dave Love <fx@gnu.org>
5325
5326 * make-mode.el: Minor doc fixes.
5327
5328 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5329
5330 1999-10-21 Dave Love <fx@gnu.org>
5331
5332 * loadup.el: Add latin-8, latin-9.
5333
5334 1999-10-20 Paul Eggert <eggert@twinsun.com>
5335
5336 * disp-table.el (standard-display-european): Remove undocumented
5337 arg AUTO; no longer used by startup.el. Do not attempt to treat
5338 all non-English language environments as coding system names.
5339 Instead, use the downcased language environment name as a coding
5340 system name if it is one; otherwise, use latin-1.
5341
5342 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5343
5344 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5345 that were split so that part of the comment appeared as Lisp code.
5346
5347 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5348
5349 * ps-bdf.el: Doc fix.
5350
5351 * ps-print-def.el: New file: common definitions for all parts of
5352 ps-print.
5353 (ps-multibyte-buffer): Moved from ps-mule.
5354
5355 * ps-mule.el: File dependence fix.
5356 (ps-multibyte-buffer): Moved to ps-print-def.
5357
5358 * ps-print.el: Doc fix, better customization.
5359 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5360 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5361 (ps-end-file): Doc fix.
5362 (ps-setup, ps-begin-file): Fun fix.
5363 (postscript): New group.
5364 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5365 (ps-print-prologue-1): Adjust PostScript programming.
5366 (ps-print): Adjust group hierarchy.
5367 (ps-print-n-up, ps-print-zebra, ps-print-background,
5368 ps-print-printer)
5369 (ps-print-page): New subgroups.
5370 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5371 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5372 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5373 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5374 (ps-zebra-stripe-height, ps-print-background-image)
5375 (ps-print-background-text, ps-spool-config): Adjust customization.
5376 (dos-ps-printer): Definition eliminated.
5377
5378 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5379
5380 * ps-mule.el: Doc fix, define functions properly if mule package is
5381 loaded or not.
5382 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5383 mule package is loaded or not.
5384
5385 * ps-print.el: Doc fix, n-up printing.
5386 (ps-print-version): New version number (5.0).
5387 (ps-page-dimensions-database): Added document media.
5388 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5389 (ps-page-order, ps-printing-region-p): New vars.
5390 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5391 funs.
5392 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5393 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5394 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5395 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5396 (ps-print-begin-sheet-hook): New hook.
5397 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5398 const.
5399 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5400 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5401 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5402 (ps-count-lines): Changed to defun.
5403 (ps-header-page): Changed to defsubst, fix fun.
5404 (ps-printing-region): Doc fix, adjust programming code.
5405 (ps-output-boolean, ps-background-pages, ps-background-text)
5406 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5407 programming code.
5408
5409 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5410
5411 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5412 (ps-print-version): New version number (4.2).
5413 (ps-spool-config, ps-spool-tumble): New vars.
5414 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5415 programming, new PostScript procedure to handle errors.
5416 (ps-print-prologue-2): Changed to defconst.
5417 (ps-print-duplex-feature): New const: duplex and tumble setting.
5418 (ps-setup, ps-begin-file): Fix funs.
5419 (ps-boolean-capitalized): New fun.
5420
5421 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5422
5423 * Makefile (dontcompilefiles): Obsoleted.
5424 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5425 (EL): Unused.
5426 (temacs): Removed (unused).
5427 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5428 version of the file (necessary for the update to work properly).
5429 (autoloads): Force the use of `pwd`/loaddefs.el.
5430 (updates); Redefined in terms of other targets to reduce redundancy.
5431 (.el.elc): New default rule, just in case you want it.
5432 (compile): Use a single invocation of Emacs.
5433 (bootstrap-compile); Unneeded.
5434 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5435
5436 1999-10-19 Dave Love <fx@gnu.org>
5437
5438 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5439
5440 1999-10-19 Sam Steingold <sds@ksp.com>
5441
5442 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5443 comply with the comment.
5444
5445 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5446
5447 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5448 permanent-local.
5449
5450 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5451
5452 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5453 value: \"lpr\" changed to "lpr"
5454 (ps-mode-version): New constant
5455 (ps-mode-show-version): New function, added key in ps-mode-map
5456 (ps-run-messages): Removed
5457 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5458 ps-run-messages. These keywords now include the value of
5459 ps-run-prompt, making its fontification customizable.
5460 (ps-run-init): Removed \\n from docstring, it is now added when
5461 the value is used
5462 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5463 ps-run-prompt
5464 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5465 customizable variables in doc-string (its equivalent
5466 ps-run-messages was missing in previous version of the doc-string)
5467 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5468 symbols only
5469
5470 1999-10-19 Alex Schroeder <alex@gnu.org>
5471
5472 * ansi-color.el: Complete rewrite.
5473
5474 1999-10-19 Paul Eggert <eggert@twinsun.com>
5475
5476 Fix bootstrapping problems.
5477 Use the system locale to specify Emacs locale defaults.
5478
5479 * international/mule-cmds.el (global-map):
5480 Do not use backquote, because that makes a bootstrapping
5481 problem if you need to recompile all Lisp files using interpreted code.
5482 * international/mule.el (charset-id, charset-bytes,
5483 charset-dimension, charset-chars, charset-width,
5484 charset-direction, charset-iso-final-char,
5485 charset-iso-graphic-plane, charset-reverse-charset,
5486 charset-short-name, charset-long-name, charset-description,
5487 charset-plist): Likewise.
5488 * subr.el (save-match-data): Likewise.
5489
5490 * international/mule-cmds.el
5491 (set-display-table-and-terminal-coding-system): New function,
5492 containing code migrated out of set-language-environment.
5493 (set-language-environment, set-locale-environment): Use it.
5494 (locale-translation-file-name): Moved here from startup.el.
5495 (locale-language-names, locale-preferred-coding-systems):
5496 New vars.
5497 (locale-name-match, set-locale-environment): New functions.
5498
5499 * language/japan-util.el (setup-japanese-environment-internal):
5500 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5501
5502 * startup.el (iso-8859-n-locale-regexp): Remove.
5503 (locale-translation-file-name): Move to mule-cmds.el.
5504 (command-line): Move locale-stuff into set-locale-environment.
5505
5506 1999-10-18 Dave Love <fx@gnu.org>
5507
5508 * abbrev.el (add-abbrev, inverse-add-abbrev)
5509 (expand-region-abbrevs): Remove properties from buffer text.
5510
5511 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5512
5513 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5514 from the mini-buffer, without the prompt.
5515
5516 * simple.el (minibuffer-prompt-end): Return the position
5517 after the prompt, not the position of that last character
5518 of the prompt.
5519
5520 1999-10-17 Miles Bader <miles@gnu.org>
5521
5522 * simple.el: Doc fixes.
5523
5524 1999-10-17 Miles Bader <miles@gnu.org>
5525
5526 * simple.el (previous-matching-history-element, next-history-element):
5527 Change to work correctly even if the point is in the prompt.
5528 (choose-completion-string): Likewise.
5529 (minibuffer-prompt-width): New function (compatibility with old subr).
5530
5531 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5532 When constraining the final position to the current field,
5533 don't use the ONLY-IN-LINE mode of constrain-to-field.
5534
5535 1999-10-17 Miles Bader <miles@gnu.org>
5536
5537 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5538 constrain-to-field.
5539 * textmodes/paragraphs.el (forward-sentence): Likewise.
5540
5541 1999-10-17 Miles Bader <miles@gnu.org>
5542
5543 * simple.el (line-move): Use constrain-to-field to avoid
5544 moving into a prompt.
5545 (previous-complete-history-element): Clarify doc string.
5546 (next-complete-history-element): Likewise.
5547 Use field-beginning instead of point-min.
5548 (next-matching-history-element): Use field-beginning and
5549 erase-field instead of point-min and erase-buffer.
5550 * textmodes/paragraphs.el
5551 (forward-paragraph, forward-sentence): Likewise.
5552 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5553 constrain the kill to an field, as the movement commands now
5554 do this.
5555
5556 1999-10-17 Miles Bader <miles@gnu.org>
5557
5558 * simple.el (previous-matching-history-element): Get the
5559 minibuffer input with field-string instead of buffer-string.
5560 (choose-completion-string): Likewise.
5561 (next-history-element): Likewise.
5562 Erase the minibuffer input with erase-field, not erase-buffer.
5563 Use field-beginning to find the beginning of the input.
5564 * textmodes/paragraphs.el (backward-kill-sentence):
5565 Remove minibuffer-prompt hack.
5566 Constrain to any input field.
5567
5568 1999-10-17 Sam Steingold <sds@ksp.com>
5569
5570 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5571 for CMUCL on sparc and ".ufsl" for LispWorks.
5572 (bound-and-true-p): Bugfix: free variable `v'.
5573
5574 1999-10-16 Dave Love <d.love@dl.ac.uk>
5575
5576 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5577 (edebug-uninstall-read-eval-functions): Use load-read-function,
5578 avoiding elisp-eval.
5579
5580 1999-10-16 Sam Steingold <sds@ksp.com>
5581
5582 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5583 instead of `eql'.
5584
5585 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5586
5587 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5588 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5589 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5590 * ediff-util.el (ediff-make-temp-file):
5591 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5592 * emerge.el (emerge-make-temp-file):
5593 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5594 * vc.el (vc-update-change-log):
5595 * mail/mailpost.el (post-mail-send-it):
5596 * mail/metamail.el (metamail-region):
5597 * progmodes/cmacexp.el (c-macro-expansion):
5598 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5599
5600 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5601
5602 * smtpmail.el (smtpmail-via-smtp): Add support for
5603 automatically appending a domain to RCPT TO: addresses.
5604
5605 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5606
5607 * dired.el (dired-insert-directory): Insert the amount of
5608 free space after the total size.
5609 (dired-free-space-program, dired-free-space-args): New variables.
5610
5611 1999-10-14 Karl Heuer <kwzh@gnu.org>
5612
5613 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5614
5615 1999-10-14 Dave Love <fx@gnu.org>
5616
5617 * international/characters.el:
5618 * international/fontset.el:
5619 * international/mule-conf.el: Add latin-iso8859-1[45].
5620
5621 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5622 strings.
5623
5624 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5625 (command-line): Detect Latin-[89] locales.
5626
5627 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5628
5629 * international/mule-cmds.el (select-safe-coding-system)
5630 (leim-list-header): Avoid the use of strings that start with backslash
5631 newline since lread.c:read1 has a hack to turn those strings into
5632 integer 0 during the loadup.el process.
5633
5634 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5635
5636 1999-10-13 Dave Love <fx@gnu.org>
5637
5638 * image.el (insert-image): Copy the image spec and add an
5639 intangible property.
5640
5641 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5642
5643 * help.el (help-xref-interned): Make it also work on variable-only
5644 and function-only symbols.
5645 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5646 (help-follow): If the point under mouse is not highlighted, try
5647 `help-xref-interned' on the pointed-to symbol anyway.
5648
5649 * info.el (Info-on-current-buffer): New entry point.
5650 (Info-find-node): Split into two for Info-on-current-buffer to
5651 hook into it.
5652 (Info-current-file, Info-set-mode-line, Info-up):
5653 Info-current-file can now be t.
5654 (Info-clone-buffer-hook): Function for `clone-buffer'.
5655 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5656 Make `clone-buffer' available in various ways to the user.
5657
5658 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5659
5660 * simple.el (shell-command, shell-command-on-region): Use
5661 make-temp-file.
5662 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5663
5664 * subr.el (with-current-buffer): Don't use backquotes to avoid
5665 bootstrapping problems.
5666
5667 * loadup.el (load-path): Add subdirs for bootstrapping.
5668 (docstrings): Ignore errors during bootstrapping.
5669 (args): New `bootstrap' argument (for use in place of `dump').
5670
5671 1999-10-12 Emmanuel Briot <briot@gnat.com>
5672
5673 * ada-stmt.el: Doc-string fixes.
5674
5675 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5676
5677 * recentf.el: New file.
5678
5679 * ps-mode.el: New file.
5680
5681 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5682 case insensitive.
5683
5684 1999-10-12 Richard Sharman <rsharman@pobox.com>
5685
5686 * sh-script.el: Added support for indenting existing scripts.
5687 (sh-mode-map): Added new bindings.
5688 (sh-mode): Updated mode doc-string for new commands, added
5689 make-local-variable calls, initialize mode-specific variables.
5690 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5691 is now a different function.
5692 (sh-header-marker): Changed docstring.
5693 (sh-set-shell): Initialize mode-specific variables.
5694 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5695 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5696 Changed these define-skeleton calls to work with user-specified
5697 indentation settings.
5698 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5699 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5700 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5701 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5702 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5703 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5704 (sh-guess-basic-offset, sh-handle-after-case-label)
5705 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5706 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5707 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5708 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5709 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5710 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5711 (sh-handle-this-then, sh-help-string-for-variable)
5712 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5713 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5714 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5715 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5716 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5717 (sh-remove-our-text-properties, sh-rescan-buffer)
5718 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5719 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5720 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5721 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5722 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5723 functions.
5724 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5725 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5726 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5727 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5728 (sh-var-list): New variables.
5729
5730 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5731
5732 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5733 a value one line to high if the cursor wasn't at the start of a
5734 line. A `beginning-of-line' is now performed before making the
5735 call to `count-lines'.
5736
5737 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5738
5739 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5740
5741 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5742
5743 * Makefile (setwins): Abstract out the command to find subdirectories
5744 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5745 (custom-deps, finder-data, autoloads, update-subdirs, updates)
5746 (autoloads-with-other-emacs): Use it.
5747
5748 * diff-mode.el: New file. A mode for viewing/editing context diffs.
5749
5750 1999-10-09 Gerd Moellmann <gerd@gnu.org>
5751
5752 * Makefile (bootstrap-compile): New target. Compile Lisp
5753 files with ../src/temacs.
5754
5755 1999-10-08 Dave Love <fx@gnu.org>
5756
5757 * ange-ftp.el: Require dired when compiling.
5758 (ange-ftp-normal-login): Allow EFS-style port specification.
5759
5760 1999-10-08 Simon Marshall <simon@gnu.org>
5761
5762 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5763 (regexp-opt-group): Use it to get common suffixes in STRINGS.
5764 If STRINGS is nil, return "" rather than nil.
5765
5766 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5767
5768 * Makefile (compile): Compile files one by one. Set load-path to
5769 current directory and subdirectories when compiling.
5770
5771 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5772
5773 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5774 (emacs): Use it everywhere instead of EMACS.
5775 (compile): New target. Compile all Lisp files from scratch.
5776 (recompile): New target. Recompile lisp directory.
5777 (autoloads-with-other-emacs): New target. Build loaddefs.el with
5778 an Emacs executable not built in the current directory tree.
5779
5780 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
5781
5782 * filecache.el (file-cache-completion-ignore-case): New variable,
5783 defaulting to the value of completion-ignore-case.
5784 (file-cache-minibuffer-complete): Use it.
5785 (file-cache-files-matching, file-cache-files-matching-internal):
5786 New functions.
5787
5788 1999-10-07 Emmanuel Briot <briot@gnat.com>
5789
5790 * ada-xref.el: New file
5791
5792 * ada-prj.el: New file
5793
5794 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5795
5796 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5797 subprogram being created.
5798
5799 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5800 ada-indent-newline-indent): Rewritten to support the new indentation
5801 scheme
5802
5803 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5804 New functions
5805
5806 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5807 justification parameter
5808
5809 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5810 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5811 external program
5812
5813 1999-10-07 Dave Love <fx@gnu.org>
5814
5815 * bindings.el (bound-and-true-p): New macro.
5816 (make-mode-line-mouse-sensitive): Don't require easymenu.
5817
5818 1999-10-07 Gerd Moellmann <gerd@gnu.org>
5819
5820 * custom.el (defface): Extend documentation for new values of
5821 `type'.
5822
5823 * faces.el (face-spec-set-match-display): Recognize `type' of
5824 `motif', `lucid', `x-toolkit'.
5825 (menu): New face.
5826
5827 1999-10-05 Dave Love <fx@gnu.org>
5828
5829 * files.el: Recognize temporary crontab files.
5830
5831 * info.el: Require jka-compr when compiling.
5832 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5833
5834 1999-10-04 Dave Love <fx@gnu.org>
5835
5836 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5837 scroll-up-aggressively, scroll-down-aggressively.
5838
5839 * time.el (display-time-mode): Add autoload cookie.
5840
5841 * rect.el (delete-extract-rectangle): Doc fix from verna.
5842
5843 * help-macro.el (three-step-help): Customize.
5844
5845 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5846
5847 * hexl.el (hexlify-buffer): Move point in proper range
5848 if it is too large.
5849 (hexl-after-revert-hook): Update hexl-max-address.
5850 (hexl-address-to-marker): Doc fix.
5851
5852 1999-10-03 Dave Love <fx@gnu.org>
5853
5854 * image.el (defimage): Remove redundant code. Substitute file in
5855 image plist.
5856
5857 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
5858
5859 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5860 when doing with-temp-file.
5861
5862 1999-10-01 Dave Love <fx@gnu.org>
5863
5864 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5865
5866 * help.el: Require view when compiling.
5867 (view-emacs-FAQ): Use Info version.
5868
5869 1999-09-29 Ken'ichi Handa <handa@gnu.org>
5870
5871 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5872 (normat->normal). Use correct font names for Korean
5873 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5874
5875 1999-09-29 Kenichi Handa <handa@etl.go.jp>
5876
5877 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5878 code not used by KOI8 to the same 8-bit code instead of mapping to
5879 SPC.
5880 (cyrillic-alternativnyj-decode-table): Likewise.
5881
5882 1999-09-29 Alex Schroeder <alex@gnu.org>
5883
5884 * sql.el (sql-imenu-generic-expression): Aew, used to set
5885 imenu-generic-expression.
5886 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5887 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
5888 imenu-case-fold-search, and imenu-syntax-alist.
5889 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5890 setting font-lock-defaults' SYNTAX-ALIST.
5891
5892 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5893
5894 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
5895 macro, try again.
5896
5897 1999-09-28 Dave Love <fx@gnu.org>
5898
5899 * cus-edit.el (custom-comment): Change widget definition.
5900 (custom-comment-create, custom-comment-show)
5901 (custom-comment-invisible-p): Don't use :comment-overlay.
5902 (custom-comment-hide): New function.
5903 (custom-variable-set, custom-variable-save)
5904 (custom-variable-reset-standard, custom-face-set)
5905 (custom-face-save): Use it.
5906
5907 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5908
5909 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
5910
5911 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5912
5913 * faces.el (region): Doc fix.
5914
5915 1999-09-27 Dave Love <fx@gnu.org>
5916
5917 * isearch.el (isearch): Add :links in defgroup.
5918 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
5919 (isearch-switch-frame-handler): Comment out (unused).
5920 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
5921 (isearch-ring-retreat-edit): Doc fix.
5922 (isearch-mouse-yank): New command.
5923 (isearch-last-command-char): Removed. Callers changed to use
5924 last-command-char.
5925 (isearch-char-to-string): Removed. Callers changed to use
5926 char-to-string.
5927
5928 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
5929
5930 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
5931 option for Russian.
5932
5933 1999-09-25 Gerd Moellmann <gerd@gnu.org>
5934
5935 * faces.el (face-differs-from-default-p): Compare face
5936 attributes individually.
5937
5938 * image.el (put-image, insert-image): Add string argument.
5939
5940 1999-09-24 Gerd Moellmann <gerd@gnu.org>
5941
5942 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
5943 LANG=de_DE.iso88591 on HPUX 11.0.
5944
5945 * dired.el (dired-move-to-filename-regexp): Make it work
5946 for LANG=de_DE.iso88591 on HPUX 11.0.
5947
5948 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5949
5950 * info.el (info-initialize): Don't test existence of ALTERNATIVE
5951 if we know for some other reason it should not be used.
5952
5953 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
5954 New variable.
5955 (edebug-recursive-edit): Save current-prefix-arg there,
5956 bind it, and set it back at the end.
5957 (edebug-outside-excursion): Restore and update the outside
5958 value of current-prefix-arg.
5959 (edebug-emacs-version-specific): Delete support for Epoch.
5960
5961 1999-09-24 Howard Melman <howard@silverstream.com>
5962
5963 * imenu.el (imenu-after-jump-hook): New variable.
5964 (imenu): Run menu-after-jump-hook.
5965 (imenu-name-lookup-function): New variable.
5966 * imenu.el (imenu--in-alist): Use those variables.
5967
5968 1999-09-24 Carsten Dominik <cd@gnu.org>
5969
5970 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
5971 multiple thebibliography environments.
5972
5973 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
5974 with recentering window.
5975 (reftex-extract-bib-entries-from-thebibliography,
5976 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
5977 with multiple thebibliography environments.
5978
5979 * textmodes/reftex-vars.el
5980 (reftex-section-levels): Function allowed as cdr.
5981 (reftex-max-section-depth) New option.
5982
5983 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
5984 with multiple thebibliography environments.
5985
5986 1999-09-23 Gerd Moellmann <gerd@gnu.org>
5987
5988 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
5989 instead of point-min in call to delete-region.
5990
5991 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
5992
5993 * vc.el (vc-backend-checkout): Use with-temp-file when checking
5994 out into arbitrary file names.
5995
5996 1999-09-19 Ken'ichi Handa <handa@gnu.org>
5997
5998 * language/european.el ("Turkish"): New language environment.
5999
6000 1999-09-19 Dave Love <fx@gnu.org>
6001
6002 * delim-col.el: New file.
6003
6004 1999-09-17 Richard Stallman <rms@gnu.org>
6005
6006 * files.el (after-find-file): When visiting a backup file,
6007 make it read-only.
6008
6009 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6010 (apropos-keybinding-face, apropos-label-face): Likewise.
6011 (apropos-property-face, apropos-match-face): Likewise.
6012 (apropos-label-properties): New variable.
6013 (apropos-print-doc): Use apropos-label-properties.
6014 (apropos-print): Set apropos-label-properties.
6015
6016 1999-09-15 Richard Stallman <rms@gnu.org>
6017
6018 * winner.el: Use aref instead of sref.
6019
6020 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6021
6022 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6023
6024 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6025
6026 1999-09-14 Richard Stallman <rms@gnu.org>
6027
6028 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6029 cookie, even if followed by a letter.
6030
6031 1999-09-14 Stephen Eglen <stephen@gnu.org>
6032
6033 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6034 --no-line-editing are passed to Octave by including them here
6035 rather than storing them in inferior-octave-startup-args.
6036
6037 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6038
6039 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6040 command, option, env and sc.
6041
6042 * subr.el (shell-quote-argument): Quote argument with double
6043 quotes for ms-dos.
6044
6045 1999-09-14 Richard Stallman <rms@gnu.org>
6046
6047 * simple.el (eval-expression-print-level): New variable.
6048 (eval-expression-print-length): New variable.
6049 (eval-expression-debug-on-error): New variable.
6050 (eval-expression): Bind print-level, print-length and
6051 debug-on-error from those vars.
6052
6053 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6054 Bind print-level, print-length and debug-on-error.
6055
6056 1999-09-14 Inge Frick <inge@nada.kth.se>
6057
6058 * dired.el (dired-recursive-deletes): New custom variable.
6059 (dired-re-no-dot): New variable.
6060 (dired-delete-file): New function deletes files and directories
6061 recursively.
6062 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6063
6064 * dired-aux.el (dired-recursive-copies): New custom variable.
6065 (dired-handle-overwrite): Broke a long line.
6066 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6067 `copy-file'.
6068 (dired-copy-file-recursive): New function. Copy directories
6069 recursively.
6070 (dired-do-create-files): Added support for generalized directory
6071 target. How-to function may now return a function. New fluid
6072 variable `dired-one-file'.
6073 (dired-copy-how-to-fn): New variable.
6074 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6075 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6076 (dired-do-copy-regexp): No recursive copies.
6077
6078 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6079
6080 * whitespace.el (whitespace-version): Update version to 2.4
6081
6082 * whitespace.el: Add customization variables to conditionally test
6083 any of the five whitespaces, per request from Rune Kleveland
6084 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6085
6086 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6087
6088 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6089 list of modes to be checked for bogus whitespaces.
6090
6091 * whitespace.el (whitespace-rescan-timer-time): Update
6092 documentation.
6093
6094 * whitespace.el (whitespace-display-unchecked-whitespaces):
6095 New function to update modeline with untested whitespaces.
6096
6097 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6098 checking is turned on, and update modeline using the newly created
6099 `whitespace-display-unchecked-whitespaces'.
6100
6101 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6102 whose checking is turned on, and update modeline using the newly
6103 created `whitespace-display-unchecked-whitespaces'.
6104
6105 * whitespace.el (whitespace-describe): Update documentation.
6106
6107 * whitespace.el (whitespace-tickle-timer): Test if
6108 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6109
6110 1999-09-13 Dave Love <fx@gnu.org>
6111
6112 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6113
6114 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6115 for temp buffer.
6116 (checkdoc-this-string-valid): Don't assume default comment-start.
6117
6118 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6119
6120 * rsz-mini.el: Remove code, keep the interface.
6121
6122 1999-09-13 Dave Love <fx@gnu.org>
6123
6124 * help.el (help-highlight-p): Doc fix.
6125
6126 * faces.el (mode-line, header-line, tool-bar): Add :version.
6127 (highlight, secondary-selection): Add :group.
6128 (trailing-whitespace): Add :group, :version.
6129
6130 * wid-edit.el: Remove some compatibility code and checks.
6131 (widget-specify-field, widget-specify-button): Don't use XEmacs
6132 properties.
6133 (widget-overlay-inactive): Change error message.
6134 (widget-button-pressed-face): New variable.
6135 (widget-button-click): Use it.
6136 (widget-documentation-link-add): Specify mouse and button faces.
6137 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6138 removed now the functionality is built in.
6139
6140 * cus-edit.el: Don't define-widget-keywords.
6141 (multimedia): New group.
6142 (custom-last): Function removed.
6143 (custom-quote): Add vectorp case, comment out characterp case.
6144 (custom-buffer-done-function, custom-raised-buttons): New option.
6145 (Custom-buffer-done): New function.
6146 (custom-buffer-create-internal): Obey custom-raised-buttons,
6147 Custom-buffer-done.
6148 (custom-button-face): Make it `released-button'.
6149 (custom-button-pressed-face): Make it `pressed-button'
6150 (custom-mode-map): Bind "q" to Custom-buffer-done.
6151 (custom-mode): Deal with raised/pressed buttons.
6152
6153 Changes from Didier Verna:
6154 (custom-prompt-variable): Optional third arg makes prompt for a
6155 comment string.
6156 (customize-set-value, customize-set-variable,
6157 customize-save-variable): Optional prefix makes function handle
6158 variable comments.
6159 (customize-customized, customize-saved, custom-variable-state-set)
6160 (custom-variable-set, custom-variable-save, custom-face-state-set)
6161 (custom-variable-reset-saved, custom-variable-reset-standard)
6162 (custom-face-set, custom-face-save, custom-face-reset-saved)
6163 (custom-face-reset-standard, customize-save-customized): Handle
6164 custom comments.
6165 (custom-comment-face, custom-comment-tag-face): New face.
6166 (custom-comment): New widget.
6167 (custom-comment-create, custom-comment-delete)
6168 (custom-comment-value-set, custom-comment-show)
6169 ()custom-comment-invisible-p): New functions.
6170 (custom-variable-value-create, custom-face-value-create): Create a
6171 comment field widget.
6172 (custom-variable-menu, custom-face-menu): New entry for custom
6173 comment.
6174 (custom-face-value-create): Remove compatibility code.
6175 (custom-save-variables, custom-save-faces): Possibly save custom
6176 comments.
6177
6178 * cus-face.el (custom-face-attributes): Simplify :underline,
6179 :overline, :inverse-video cases. Fix up :box case (probably needs
6180 more work).
6181
6182 Change from Didier Verna:
6183 (custom-set-faces): The arguments can now have a custom comment as
6184 fourth argument.
6185
6186 * custom.el: Don't define-widget-keywords.
6187 Change from Didier Verna:
6188 (custom-set-variables): The arguments can now have a
6189 custom comment as fifth element.
6190
6191 1999-09-13 Richard Stallman <rms@gnu.org>
6192
6193 * info.el (Info-find-node): Cope better if guesspos is too large.
6194
6195 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6196
6197 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6198 of buffer-substring because buffer-string doesn't copy the
6199 prompt.
6200
6201 * faces.el (mode-line): Replaces `modeline'.
6202 (toplevel): Make `modeline' an alias for `mode-line'.
6203
6204 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6205
6206 * gs.el: Change `ghostscript' to `postscript' in comment.
6207
6208 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6209
6210 * emulation/tpu-edt.el (tpu-version): New version.
6211 (tpu-search-overlay, tpu-replace-overlay): New variables.
6212 (tpu-search-highlight, tpu-toggle-direction): New functions.
6213 (tpu-lm-replace): Set tpu-replace-overlay.
6214 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6215 command hook.
6216
6217 1999-09-11 Richard Stallman <rms@gnu.org>
6218
6219 * isearch.el (isearch-mode-map): Undo previous change.
6220
6221 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6222 use all of that as the sexp.
6223
6224 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6225 and use the initial argument as file name directly.
6226 Likewise if nothing matches.
6227
6228 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6229
6230 * winner.el: Major changes. Avoid changing point and mark.
6231 Save configurations after they change, not before.
6232
6233 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6234
6235 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6236 Bind print-continuous-numbering and print-number-table.
6237
6238 1999-09-10 Dave Love <fx@gnu.org>
6239
6240 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6241
6242 1999-09-09 Richard Stallman <rms@gnu.org>
6243
6244 * whitespace.el: Finish making it fit Emacs conventions.
6245 Add autoloads.
6246
6247 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6248
6249 * generic-x.el (bat-generic-mode): "::"-style comments don't
6250 need to begin with "-". Fix the font-lock definitions of ON/OFF
6251 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6252 from the list of keywords. Add DO to the list of keywords.
6253
6254 1999-09-09 Dave Love <fx@gnu.org>
6255
6256 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6257 (byte-optimize-backward-word): New optimizations.
6258 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6259 entries.
6260
6261 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6262
6263 * image.el (put-image): Remove optional buffer parameter.
6264
6265 * faces.el (face-italic-p): Return t only for values `italic'
6266 and `oblique'.
6267
6268 * mouse.el (mouse-drag-mode-line-1): Extension of former
6269 mouse-drag-mode-line that also drags the header line.
6270 (mouse-drag-mode-line): Call it.
6271 (mouse-drag-header-line): New.
6272 (toplevel): Bind down-mouse-1 on header lines to
6273 mouse-drage-header-line.
6274
6275 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6276
6277 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6278 (make-mode-line-mouse-sensitive): Replace `top-line' by
6279 `header-line'.
6280
6281 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6282
6283 * help.el (describe-function-1): Don't return empty string for keymaps.
6284
6285 * fill.el (fill-region-as-paragraph, canonically-space-region):
6286 Respect colon-double-space at end of line.
6287
6288 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6289
6290 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6291 (backup-buffer): Use it.
6292
6293 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6294
6295 * generic-x.el (generic-define-unix-modes): Added new modes:
6296 inetd-conf-generic-mode, etc-services-generic-mode,
6297 etc-passwd-generic-mode. These are all defined for Unix by default.
6298 (apache-generic-mode): Use an imenu-generic-expression to list
6299 Configuration keywords.
6300 (samba-generic-mode): Use both ; and # as comment characters.
6301 (samba-generic-mode): Font-lock expressions now highlight name
6302 value pairs.
6303 (bat-generic-mode): Keywords are now case-insensitive through
6304 font-lock-defaults setting.
6305 (java-properties-generic-mode): Supports both ! and # as comment
6306 characters.
6307 (java-properties-generic-mode): Added an imenu-generic-expression
6308 (java-properties-generic-mode): Reworked to support the various
6309 different ways to separate name and value (viz, '=', ':' and
6310 whitespace).
6311 (show-tabs-generic-mode): Added this new generic-mode.
6312
6313 1999-09-08 Richard Stallman <rms@gnu.org>
6314
6315 * progmodes/inf-lisp.el: Moved from top directory.
6316
6317 * tar-mode.el (tar-header-block-tokenize):
6318 Use `when' instead of `and'. Fix some clobbered text.
6319
6320 * gud.el (gud-make-debug-menu): Make a child for the
6321 local menu, for its menu bar, and the debug menu.
6322 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6323 Use the history in the simple way.
6324
6325 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6326
6327 * language/korea-util.el (default-korean-keyboard): Initialize it
6328 according to the environment variable HANGUL_KEYBOARD_TYPE.
6329
6330 1999-09-07 Richard Stallman <rms@gnu.org>
6331
6332 * subr.el (make-temp-file): New function.
6333
6334 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6335
6336 * font-lock.el (font-lock-multiline): New text property contains
6337 a boolean to indicate if the char is part of a multiline match.
6338 (font-lock-default-fontify-region): Extend the region appropriately
6339 for multiline keywords.
6340 (font-lock-default-unfontify-region): Also remove the new
6341 font-lock-multiline text property.
6342 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6343 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6344
6345 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6346
6347 * diary-lib.el (list-diary-entries): Make sure two-digit years
6348 have leading zeros.
6349
6350 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6351
6352 * faces.el (face-set-after-frame-default): Initialize some
6353 attributes of some faces from frame parameters.
6354
6355 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6356
6357 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6358
6359 * faces.el (fringe): Replaces face `margin'.
6360
6361 1999-09-07 Dave Love <fx@gnu.org>
6362
6363 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6364
6365 1999-09-07 Richard Stallman <rms@gnu.org>
6366
6367 * subr.el (push): Doc fix.
6368
6369 1999-09-06 Richard Stallman <rms@gnu.org>
6370
6371 * vc.el (vc-annotate-display): Use < 69 not < 70
6372 to distinguish 20YY from 19YY.
6373
6374 * timezone.el (timezone-parse-date): Use < 69 not < 70
6375 to distinguish 20YY from 19YY.
6376
6377 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6378
6379 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6380
6381 * quickurl.el: (quickurl-list-focused-line): Removed.
6382 (quickurl-list-insert): Now works out the focused line using
6383 `count-lines' instead of using `quickurl-list-focused-line'.
6384
6385 1999-09-06 Richard Stallman <rms@gnu.org>
6386
6387 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6388 to beginning of message.
6389
6390 1999-09-06 Dave Love <fx@gnu.org>
6391
6392 * isearch.el (isearch-mode-map): Add mouse-2.
6393
6394 * mail/rmail.el (rmail-read-password): Deleted.
6395 (rmail-get-pop-password): Use read-password.
6396
6397 * quickurl.el: Don't conditionally define caddr.
6398 (quickurl-url-comment): Use nth, not caddr in function and
6399 defsetf.
6400
6401 1999-09-06 Richard Stallman <rms@gnu.org>
6402
6403 * auto-show.el: Doc fixes.
6404
6405 1999-09-06 Stephen Eglen <stephen@gnu.org>
6406
6407 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6408 --no-line-editing so that TABs in source files are not interpreted
6409 as completion requests.
6410
6411 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6412
6413 * hscroll.el, auto-show.el: Remove all code, keep the public
6414 interface as no-ops.
6415
6416 * faces.el (face-bold-p): Don't return t if face has lighter
6417 weight than normal.
6418
6419 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6420
6421 * startup.el (command-line): Make small-temporary-file-directory
6422 be nil except on ms-dos.
6423
6424 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6425
6426 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6427 is defined.
6428
6429 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6430 letters with a colon after d or l.
6431
6432 1999-09-06 Dave Love <fx@gnu.org>
6433
6434 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6435 primitive.)
6436
6437 1999-09-05 Richard Stallman <rms@gnu.org>
6438
6439 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6440
6441 * textmodes/paragraphs.el (backward-kill-sentence):
6442 Don't test minibuffer-prompt-end here.
6443 (forward-sentence): Do handle it here.
6444 (backward-kill-paragraph): Don't test it here.
6445 (forward-paragraph): Handle it here.
6446
6447 * mouse.el (font-menu-add-default): Simplify code.
6448
6449 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6450
6451 * faces.el (header-line): Renamed from `top-line'.
6452
6453 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6454
6455 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6456
6457 1999-09-04 Richard Stallman <rms@gnu.org>
6458
6459 * whitespace.el: New file.
6460
6461 1999-09-04 Dave Love <fx@gnu.org>
6462
6463 * paths.el: Make some doc strings obey the make-docfile convention.
6464
6465 * bindings.el: Likewise.
6466 (debug-ignored-errors): Remove BBDB ones.
6467
6468 1999-09-03 Richard Stallman <rms@gnu.org>
6469
6470 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6471 not from the draft to forward.
6472
6473 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6474
6475 1999-09-03 Dave Love <fx@gnu.org>
6476
6477 * double.el (double-mode): Customize the variable.
6478
6479 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6480
6481 * international/characters.el: Delete duplicated code.
6482
6483 1999-09-02 Richard Stallman <rms@gnu.org>
6484
6485 * indent.el (indent-relative): Doc fix.
6486
6487 * quickurl.el (quickurl): Doc fix.
6488
6489 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6490
6491 * faces.el (margin): Change background to "gray" for mono (this is
6492 drawn with a stipple pattern).
6493
6494 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6495
6496 * simple.el (next-history-element): Use minibuffer-prompt-end once
6497 again. Remove test for minibuffer-prompt-in-buffer.
6498
6499 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6500
6501 * files.el (small-temporary-file-directory): New variable.
6502
6503 * startup.el (command-line): Compute the value of
6504 small-temporary-file-directory.
6505
6506 * ediff-init.el (ediff-temp-file-prefix): Use
6507 small-temporary-file-directory if non-nil.
6508
6509 * vc.el (vc-update-change-log): Likewise.
6510
6511 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6512
6513 * simple.el (shell-command, shell-command-on-region): Use
6514 make-temp-name properly. Use small-temporary-file-directory if
6515 non-nil, otherwise temporary-file-directory, to generate temporary
6516 files.
6517
6518 * dos-w32.el (direct-print-region-helper): Use
6519 temporary-file-directory. (From Stefan Monnier.)
6520
6521 1999-09-02 Richard Stallman <rms@gnu.org>
6522
6523 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6524 from asm-comment-char.
6525 (asm-font-lock-keywords): Recognize instruction width suffixes.
6526
6527 1999-09-01 Richard Stallman <rms@gnu.org>
6528
6529 * play/fortune.el: New file.
6530
6531 1999-08-31 Dave Love <fx@gnu.org>
6532
6533 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6534 after key table.
6535
6536 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6537 redisplay variables.
6538
6539 * subr.el (push): Fix typo.
6540
6541 1999-08-30 Kevin Blake <kblake@ticnet.com>
6542
6543 * emacs-lisp/ring.el: Many doc fixes.
6544 (ring-size, ring-copy): New functions.
6545
6546 1999-08-29 Richard Stallman <rms@gnu.org>
6547
6548 * progmodes/etags.el (tags-loop-continue):
6549 After tags-loop-operate returns, force skip to next file.
6550
6551 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6552 (mail-extr-first-letters, mail-extr-last-letters):
6553 Use character classes [:alpha:] and [:alnum:].
6554
6555 * subr.el (push, pop): New macros.
6556
6557 * progmodes/compile.el (compilation-error-regexp-alist):
6558 New item for SGI IRIX MipsPro compilers.
6559
6560 * speedbar.el (speedbar-directory-buttons): Recognize
6561 device names when checking for file names.
6562
6563 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6564
6565 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6566 and specially handle defvar inside their expansions.
6567 (eval-defun-1): New subroutine.
6568
6569 * progmodes/compile.el (compilation-error-regexp-alist):
6570 Fix the Perl -w entry to allow period after line number.
6571 Don't allow newlines in file name, but allow them after line number
6572 for Perl debugging traces.
6573
6574 * which-func.el (which-func-cleanup-function): New variable.
6575 (which-function): Call that function.
6576
6577 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6578 to end a function name.
6579
6580 * informat.el (Info-tagify): Don't insert more than one newline
6581 before the tag table.
6582
6583 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6584
6585 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6586 than make-temp-name, use match-string-no-properties, and eliminate
6587 a quadratic behavior when building bibtex-strings.
6588
6589 1999-08-29 Alex Schroeder <alex@gnu.org>
6590
6591 * comint.el (comint-input-ring-separator): New variable.
6592 (comint-read-input-ring): Doc change; use
6593 comint-input-ring-separator when reading file.
6594 (comint-write-input-ring): Use
6595 comint-input-ring-separator when writing file.
6596
6597 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6598
6599 * informat.el (Info-tagify): Start by widening.
6600 Match node headers that don't list the file name,
6601 and more kinds of page separations.
6602 Strip properties during tagification.
6603 Use start of node header line as tag's position.
6604 Fix the "done" message.
6605
6606 (Info-validate): Save and restore match data around narrowing down.
6607
6608 1999-08-28 Richard M. Stallman <rms@gnu.org>
6609
6610 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6611 On repeated call, override previous values put into
6612 minor-mode-map-alist and minor-mode-alist.
6613
6614 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6615
6616 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6617
6618 1999-08-27 Andreas Schwab <schwab@gnu.org>
6619
6620 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6621 from cvs update.
6622
6623 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6624
6625 * calendar/calendar.el (calendar-move-hook): New hook.
6626
6627 * calendar/cal-move.el: Call the new hook in every movement function.
6628
6629 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6630 the right function name.
6631
6632 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6633
6634 * time-stamp.el: Put quote-backquote around all symbol names
6635 in doc strings, for mousing.
6636 (time-stamp): Support multi-line patterns.
6637 (time-stamp-inserts-lines): New variable.
6638 (time-stamp-count): New variable.
6639 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6640 "Thu" instead of "%a".
6641
6642 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6643
6644 * simple.el (kill-word): Undo previous change.
6645
6646 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6647
6648 * jit-lock.el (jit-lock-function): Extend the fontified range
6649 to the beginning of the line containing the range start and
6650 the beginning of the line following the range end.
6651
6652 1999-08-24 Dave Love <fx@gnu.org>
6653
6654 * timezone.el: Move provide to end.
6655 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6656 <70 are 2000+.
6657 (timezone-parse-time): Simplify somewhat.
6658
6659 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6660
6661 * faces.el (margin): Renamed from bitmap-area.
6662
6663 1999-08-24 Alex Schroeder <alex@gnu.org>
6664
6665 * sql.el: Doc changes.
6666 (sql-sybase): Use sql-server instead of sql-database.
6667
6668 1999-08-23 Dave Love <fx@gnu.org>
6669
6670 * rect.el: Add/fix various doc strings. Add `*' to all the
6671 interactive specs.
6672
6673 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6674
6675 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6676 Don't unwind-protect font-lock-fontify-region.
6677
6678 * paragraphs.el (backward-kill-paragraph): Don't move
6679 point into mini-buffer prompt.
6680 (backward-kill-sentence): Ditto.
6681
6682 * simple.el (next-history-element): Use minibuffer-prompt-end.
6683 Remove test for minibuffer-prompt-in-buffer.
6684 (kill-word): Don't move point into mini-buffer prompt.
6685
6686 1999-08-21 Dave Love <fx@gnu.org>
6687
6688 * Makefile: Exclude CVS dirs like RCS.
6689
6690 1999-08-19 Dave Love <fx@gnu.org>
6691
6692 * tooltip.el (tooltip-mode): Customize this, per convention.
6693 (tooltip-active): Option deleted.
6694
6695 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6696
6697 * hanoi.el, page-ext.el: Declare dynamic vars.
6698
6699 * term.el: Avoid ange-ftp related compilation warnings.
6700
6701 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6702
6703 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6704 the default so that beginners can benefit from it without
6705 searching in manuals.
6706
6707 1999-08-18 Ray Blaak <blaak@gnu.org>
6708
6709 * progmodes/delphi.el: Consider assembly sections as blocks, to
6710 indent them better. Make auto-indent on newline optional.
6711
6712 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6713
6714 * bindings.el (mode-line-modified): Look up key binding for C-x
6715 C-q. If it's bound call that binding, otherwise call
6716 toggle-read-only.
6717
6718 1999-08-17 Dave Love <fx@gnu.org>
6719
6720 * info.el (info): Doc fix.
6721
6722 * finder.el (finder-known-keywords): Add `multimedia'.
6723
6724 * apropos.el: Don't capitalize custom group name.
6725
6726 * info-look.el: Remove compatibility code.
6727 (info-lookup-guess-default*): DTRT for point at start of symbol.
6728 (info-complete): Don't lose with point not at end of symbol.
6729
6730 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6731
6732 * term.el (toplevel): Make face `term-default' an empty face.
6733 The code relied on the fact that Emacs ignored invalid faces in
6734 face text properties in 20.4.
6735
6736 1999-08-16 Richard M. Stallman <rms@gnu.org>
6737
6738 * subr.el (point-at-eol, point-at-bol): New aliases.
6739
6740 * simple.el: Functions reordered.
6741
6742 * rect.el (delete-rectangle-line): Use line-end-position.
6743
6744 1999-08-16 Karl Heuer <kwzh@gnu.org>
6745
6746 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6747 here from simple.el.
6748
6749 1999-08-16 Dave Love <fx@gnu.org>
6750
6751 * mouse.el: Provide `mldrag' for compatibility.
6752 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6753 marked obsolete.
6754
6755 * mldrag.el: Removed since the features are in mouse.el.
6756
6757 * jka-compr.el (auto-compression-mode): New variable for
6758 customization.
6759
6760 * bindings.el (mode-line-mule-info): Doc fix.
6761
6762 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6763 name comparisons.
6764
6765 * files.el (interpreter-mode-alist): Add make, guile, clisp.
6766 (find-file): Doc fix.
6767
6768 1999-08-16 Carsten Dominik <cd@gnu.org>
6769
6770 * textmodes/reftex.el: Most of the code moved to other files.
6771 * textmodes/reftex-auc.el: New file, split out from reftex.el
6772 * textmodes/reftex-cite.el: New file, split out from reftex.el
6773 * textmodes/reftex-global.el: New file, split out from reftex.el
6774 * textmodes/reftex-index.el: New file, split out from reftex.el
6775 * textmodes/reftex-parse.el: New file, split out from reftex.el
6776 * textmodes/reftex-ref.el: New file, split out from reftex.el
6777 * textmodes/reftex-sel.el: New file, split out from reftex.el
6778 * textmodes/reftex-toc.el: New file, split out from reftex.el
6779 * textmodes/reftex-vars.el: New file, split out from reftex.el
6780 * textmodes/reftex-vcr.el: New file, split out from reftex.el
6781
6782 1999-08-16 Carsten Dominik <cd@gnu.org>
6783
6784 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6785 conflict with pop-up-frames.
6786 (reftex-special-environment-parsers): New constant.
6787 (reftex-label-alist): car of an entry can also be a function.
6788 (reftex-what-special-env): Cew function.
6789 (reftex-label-location): Call `reftex-what-special-env'.
6790 (reftex-compile-variables): Check for symbol in
6791 `reftex-label-alist'.
6792 (reftex-what-environment): Fixed bug with stacked environments of
6793 same kind (e.g. enumerate).
6794 (reftex-process-string): Preserve default directory.
6795 (reftex-label-alist-builtin): Changed prefixes of endnote and
6796 footnote. Also the magic words.
6797 (reftex-reference): Interprete new option
6798 `reftex-fref-is-default'.
6799 (reftex-replace-prefix-escapes): Interprete new `%S' format.
6800 (reftex-toc-mouse-view-line): Command removed (had no binding).
6801 (reftex-everything-regexp): New function.
6802 (reftex-nearest-match): Made better.
6803 (reftex-toc-find-section): Use new version of
6804 `reftex-nearest-match'.
6805 (reftex-insert-docstruct): Adapted to work with the index stuff.
6806 (reftex-parse-from-file): Find index entries as well.
6807 (reftex-toc-toggle-index): New function
6808 (reftex-toc-map): `i' is now used to togle the index, File
6809 boundaries has been moved to `F'.
6810 (reftex-select-label-map): Toggling display of file boundaries is
6811 now on the `F' key, for consistency with `reftex-toc-map'.
6812 (reftex-erase-all-selection-and-index-buffers): Renamed from
6813 `reftex-erase-all-selection-buffer'. Now also kills the index
6814 buffers.
6815 (reftex-viewing-cross-references): Customization group renamed
6816 from reftex-viewing-cross-references-and-citations.
6817 (reftex-index-macro-regexp,
6818 reftex-find-index-entry-regexp-format): New variables
6819 (reftex-macros-with-index): New variable
6820 (reftex-add-index-macros): New function
6821 (reftex-renumber-simple-labels, reftex-translate): Allow for
6822 multiple labels in a single ref command.
6823 (reftex-index-support): New customization group
6824 (reftex-support-index, reftex-index-special-chars,
6825 reftex-index-macros, reftex-index-default-macro,
6826 reftex-index-default-tag, reftex-index-math-format,
6827 reftex-index-section-letters, reftex-index-include-context,
6828 reftex-index-follow-mode, reftex-index-header-face,
6829 reftex-index-section-face, reftex-index-tag-face,
6830 reftex-index-face): New options
6831 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6832 reftex-index-tag, reftex-index-return-marker,
6833 reftex-index-restriction-indicator, reftex-index-restriction-data,
6834 reftex-index-macro-regexp, reftex-index-level-re,
6835 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6836 reftex-everything-regexp-no-index, reftex-index-re,
6837 reftex-macros-with-index, reftex-index-macro-alist): New variables
6838 (reftex-index-help, reftex-index-macros-builtin,
6839 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6840 reftex-query-index-macro-help): New constants
6841 (reftex-index-selection-or-word, reftex-index,
6842 reftex-default-index, reftex-update-default-index,
6843 reftex-index-complete-tag, reftex-index-select-tag,
6844 reftex-index-complete-key, reftex-index-update-taglist,
6845 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6846 reftex-display-index, reftex-insert-index,
6847 reftex-index-insert-new-letter, reftex-get-restriction,
6848 reftex-index-pre-command-hook, reftex-index-post-command-hook,
6849 reftex-index-show-help, reftex-index-next, reftex-index-previous,
6850 reftex-index-toggle-follow, reftex-index-toggle-context,
6851 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6852 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6853 reftex-index-quit, reftex-index-quit-and-kill,
6854 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6855 reftex-index-revert, reftex-index-switch-index-tag,
6856 reftex-index-restrict-to-section, reftex-index-widen,
6857 reftex-index-restriction-forward,
6858 reftex-index-restriction-backward, reftex-index-visit-location,
6859 reftex-index-analyze-entry, reftex-index-globalize,
6860 reftex-index-edit, reftex-index-toggle-range-beginning,
6861 reftex-index-toggle-range-end, reftex-index-edit-key,
6862 reftex-index-edit-attribute, reftex-index-edit-visual,
6863 reftex-index-edit-part, reftex-index-level-down,
6864 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6865 reftex-index-change-entry, reftex-index-goto-letter,
6866 reftex-add-index-macros, reftex-ensure-index-support,
6867 reftex-index-info-safe, reftex-index-info): New functions.
6868
6869
6870 1999-08-15 Richard M. Stallman <rms@gnu.org>
6871
6872 * paren.el (show-paren-mode): Support making show-paren-mode
6873 a buffer-local variable. Don't check for a window system.
6874 (show-paren-function): Check whether show-paren-function is
6875 enabled in current buffer; do the right thing if not.
6876 Don't check for a window system.
6877 (show-paren-mode): Make it a user variable.
6878
6879 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6880 Handle `enum' like `struct'.
6881
6882 * server.el (server-process-filter): If a client visits no buffers,
6883 close it immediately before recording it.
6884
6885 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6886 Optimize by calling concat just once. Handle =\n sequence.
6887 (mail-unquote-printable-region): New command.
6888 (mail-quote-printable): Make it autoload.
6889
6890 1999-08-15 Karl Heuer <kwzh@gnu.org>
6891
6892 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6893
6894 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
6895
6896 * lisp/texinfmt.el: Handle @ifnottex.
6897
6898 1999-08-15 Eli Zaretskii <eliz@gnu.org>
6899
6900 * frame.el (blink-cursor): Don't turn on cursor blinking for
6901 ms-dos.
6902
6903 * faces.el (face-valid-attribute-values): Look in
6904 x-bitmap-file-path only for x and w32 window systems.
6905
6906 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
6907 Do that if width is nil as well.
6908 (x-display-mm-height, x-display-mm-width): Update values.
6909 (x-colors): Compute the list from msdos-color-values.
6910 (x-select-enable-clipboard): Doc fix.
6911 (x-frob-font-weight, x-font-family-list): New functions.
6912
6913 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
6914
6915 * window.el (shrink-window-if-larger-than-buffer): Don't try to
6916 back up from beginning of buffer.
6917
6918 1999-08-13 Karl Heuer <kwzh@gnu.org>
6919
6920 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
6921
6922 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
6923
6924 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
6925 doomsday clock, speed control is added and changes are made to
6926 allow large numbers of rings: rings now show the whole ring
6927 number, not just the last digit; consecutive rings are allowed to
6928 be the same size when necessary to fit all the rings in the
6929 window; and poles can be oriented horizontally. Face support is
6930 thrown in gratuitously.
6931 (hanoi): Changed default number of rings back to 3.
6932 (hanoi-unix, hanoi-unix-64): New commands
6933 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
6934 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
6935 hanoi-odd-ring-face): New variables.
6936 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
6937 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
6938 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
6939 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
6940 (hanoi-topos, hanoi-draw-ring): Removed.
6941
6942 1999-08-12 Gerd Moellmann <gerd@gnu.org>
6943
6944 * faces.el (face-valid-attribute-values): Return an alist for
6945 families on ttys.
6946 (face-read-integer): Handle unspecified face attributes. Add
6947 completion for `unspecified'.
6948 (read-face-attribute): Handle unspecified font attributes.
6949 (face-valid-attribute-values): Add `unspecified' to lists so that
6950 it can be chosen via completion.
6951 (face-read-string): Don't recognize "none" as input.
6952
6953 1999-08-10 Dave Love <fx@gnu.org>
6954
6955 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
6956 string.
6957
6958 * sun-curs.el: Require sun-fns.
6959
6960 1999-08-10 Dave Love <fx@gnu.org>
6961
6962 * autorevert.el (auto-revert-mode): Add autoload cookie.
6963
6964 * hscroll.el, auto-show.el: Files deleted -- we have built-in
6965 hscroll.
6966
6967 * simple.el (hscroll-step, hscroll-point-visible)
6968 (hscroll-window-column): Remove now we have the mentioned real
6969 horizontal autoscrolling.
6970
6971 1999-08-10 Richard M. Stallman <rms@gnu.org>
6972
6973 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
6974 control use of -f option.
6975 (mail-specify-envelope-from): New variable.
6976 (mail-from-style): Doc fix.
6977
6978 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
6979 (easy-menu-get-map): New arg TO-MODIFY helps choose
6980 between local and global maps.
6981 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
6982 (easy-menu-change): Doc fix.
6983
6984 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
6985 (info-lookup-guess-default): Simplified and cleaned up.
6986 (info-lookup-guess-default*): Preserve point.
6987
6988 * view.el (view-mode-disable): If buffer-read-only is nil,
6989 don't change it.
6990
6991 * files.el (after-find-file): Disable View mode if buffer is no
6992 longer read-only.
6993
6994 * view.el (view-mode-enable, view-mode-disable):
6995 Call force-mode-line-update.
6996
6997 1999-08-10 Karl Heuer <kwzh@gnu.org>
6998
6999 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7000 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7001 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7002
7003 1999-08-10 Alex Schroeder <asc@bsiag.com>
7004
7005 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7006 to prevent m-eating-bug.
7007
7008 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7009
7010 * term/pc-win.el (msdos-bg-mode): Remove. Call
7011 frame-set-background-mode instead. All callers changed.
7012 (msdos-face-setup): Don't force color display parameter, it is set
7013 by frame-set-background-mode.
7014 (make-msdos-frame): Call x-handle-reverse-video and
7015 face-set-after-frame-default. Delete frame if creation failed.
7016
7017 * faces.el (face-set-after-frame-default): Don't call
7018 make-face-x-resource-internal for the pc window-system.
7019
7020 1999-08-10 Dave Love <fx@melange.gnu.org>
7021
7022 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7023 case with no docstring specially.
7024
7025 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7026
7027 * complete.el (PC-do-completion): If completing on file name,
7028 reproduce str by concatenating its directory and basename parts.
7029
7030 1999-08-07 Dave Love <fx@gnu.org>
7031
7032 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7033 unibyte to multibyte conversion of search-forward (from Handa),
7034 but avoid the replacement if the language is Latin-N.
7035
7036 1999-08-06 Richard Stallman <rms@gnu.org>
7037
7038 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7039 of eval-buffer.
7040
7041 * international/mule.el (load-with-code-conversion):
7042 Pass t to eval-buffer for DO-ALLOW-PRINT.
7043
7044 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7045
7046 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7047 of filenames and attributes.
7048 (ls-lisp-insert-directory): Use directory-files-and-attributes
7049 for speed.
7050
7051 1999-08-05 Dave Love <fx@gnu.org>
7052
7053 * auto-show.el (auto-show-mode): Fix :set.
7054
7055 * widget.el (define-widget-keywords): Make dummy definition and
7056 comment-out its use.
7057
7058 1999-08-04 Richard Stallman <rms@gnu.org>
7059
7060 * progmodes/tcl.el: Customized.
7061
7062 * sql.el (sql-accumulate-and-indent): Instead of testing
7063 whether this is Emacs 20 before calling comint-accumulate,
7064 test whether comint-accumulate is defined.
7065
7066 1999-08-04 Dave Love <fx@gnu.org>
7067
7068 * sgml-mode.el: Require outline when compiling.
7069 (sgml-mode-hook, html-mode-hook): Customize.
7070 (sgml-validate-command): Fix :version.
7071 (html-autoview-mode): Doc fix.
7072
7073 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7074 nothing in Latin-N environment.
7075
7076 * info.el (Info-find-node): Call info-initialize here.
7077 (info): Not here.
7078 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7079
7080 1999-08-04 Richard Stallman <rms@gnu.org>
7081
7082 * ansi-color.el: New file.
7083
7084 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7085
7086 * dired.el (dired-string-replace-match): Return `nil' when no match
7087 found with global search.
7088
7089 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7090 * terminal.el (te-terminfo-directory):
7091 * mail/mailpost.el (post-mail-send-it):
7092 * mail/metamail.el (metamail-region):
7093 * progmodes/ada-mode.el (ada-tmp-directory):
7094 Use temporary-file-directory.
7095
7096 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7097 (compilation-filter, compilation-forget-errors)
7098 (compilation-parse-errors): Use a marker instead of an integer for
7099 `compilation-parsing-end'.
7100
7101 * progmodes/diff.el (diff-parse-differences):
7102 Use a marker instead of an integer for `compilation-parsing-end'.
7103 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7104 Use a marker instead of an integer for `compilation-parsing-end'.
7105
7106 1999-08-03 Richard Stallman <rms@gnu.org>
7107
7108 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7109 (Buffer-menu-mode): Doc fix.
7110 (Buffer-menu-view): New command.
7111 (Buffer-menu-view-other-window): New command.
7112
7113 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7114
7115 * replace.el (query-replace-regexp-eval)
7116 (replace-eval-replacement, replace-loop-through-replacements)
7117 (replace-match-string-symbols): New functions.
7118 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7119 Use replace-loop-through-replacements.
7120
7121 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7122
7123 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7124 (5x5): Doc fix.
7125
7126 1999-08-03 Dave Love <fx@gnu.org>
7127
7128 * fortran.el (fortran-indent-new-line): Make it an alias
7129 for reindent-then-newline-and-indent.
7130
7131 1999-08-03 Didier Verna <verna@inf.enst.fr>
7132
7133 * rect.el: All functions rewritten, except when noted above
7134 their declaration. Below is a list of interface changes.
7135 (apply-on-rectangle): New function, mostly replaces
7136 `operate-on-rectangle'. All callers changed.
7137 (move-to-column-force): Pass new second argument to `move-to-column'.
7138 (kill-rectangle): Added optional prefix arg to fill lines.
7139 (delete-rectangle): Ditto.
7140 (delete-whitespace-rectangle): Ditto.
7141 (delete-extract-rectangle): Ditto.
7142 (open-rectangle): Ditto.
7143 (clear-rectangle): Ditto.
7144 (delete-whitespace-rectangle-line): New function.
7145 (delete-rectangle-line): Added third arg FILL.
7146 (delete-extract-rectangle-line): Ditto.
7147 (open-rectangle-line): Ditto.
7148 (clear-rectangle-line): Ditto.
7149
7150 1999-08-03 Ray Blaak <blaak@gnu.org>
7151
7152 * progmodes/delphi.el: New file.
7153
7154 1999-08-02 Richard Stallman <rms@gnu.org>
7155
7156 * textmodes/outline.el (outline-previous-heading): New function.
7157 (outline-up-heading-all): Use outline-previous-heading.
7158 (outline-next-heading): Delete definition inserted yesterday.
7159
7160 1999-08-01 Richard Stallman <rms@gnu.org>
7161
7162 * textmodes/outline.el (outline-next-heading): New function.
7163 (outline-up-heading-all): New function.
7164 (outline-font-lock-level): Using outline-up-heading-all.
7165 Tell outline-back-to-heading to accept invisible headings.
7166
7167 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7168
7169 * mail/mh-utils.el (mh-find-path-run): New variable.
7170 (mh-find-path): Test and set that.
7171 Set mail-user-agent only the first time this function is run.
7172 (mail-user-agent): Defvar deleted.
7173
7174 * info.el (info-initialize): New function.
7175 (info): Call info-initialize.
7176 (Info-directory-list): Initialize to nil,
7177 so info-initialize will set it up for real.
7178
7179 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7180
7181 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7182 does not interpret a time as the year in a day-month entry.
7183
7184 * calendar/diary-lib.el: Change syntax table entry for colon in
7185 the diary as part of the european-date-diary-pattern fix.
7186
7187 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7188
7189 * international/mule.el (set-auto-coding): Allow whitespace before
7190 and after the "variable: value" pair.
7191
7192 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7193
7194 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7195 (default-sendmail-coding-system): Doc-string fixed.
7196
7197 1999-07-30 Dave Love <fx@gnu.org>
7198
7199 * subr.el (assoc-delete-all): New function, renamed from
7200 frame-delete-all.
7201
7202 * frame.el: Change comments to doc strings and other doc fixes.
7203 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7204 Callers changed.
7205 (set-background-color, set-foreground-color, set-cursor-color)
7206 (set-mouse-color, set-border-color): Offer completion of colours.
7207 (cursor): Add :version to defgroup.
7208
7209 * facemenu.el (list-colors-display): Make it work on ttys.
7210 (facemenu-read-color): Likewise.
7211
7212 1999-07-30 Richard M. Stallman <rms@gnu.org>
7213
7214 * frame.el (frame-notice-user-settings): If background
7215 color has been changed, update background-mode from it,
7216 then update faces.
7217
7218 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7219
7220 * net-utils.el (finger): Don't do indirect fingering.
7221
7222 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7223
7224 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7225 rules. Add separator at end of holidays.
7226 (cal-tex-rules): New customizable variable.
7227 (cal-tex-latexify-list): Add optional parameter to put separator
7228 at end.
7229
7230 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7231
7232 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7233 fill prefix on each line while looping to the end of paragraph.
7234 End paragraph if it's longer than the existing fill prefix.
7235
7236 * textmodes/fill.el (fill-context-prefix): Doc fix.
7237
7238 1999-07-30 Dave Love <fx@gnu.org>
7239
7240 * font-lock.el (jit-lock): Fix :load, add :version.
7241
7242 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7243
7244 * term/pc-win.el (msdos-face-setup): Register standard colors in
7245 Vface_tty_color_alist.
7246 (face-color-supported-p, face_color_gray_p): New functions.
7247
7248 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7249 is bound.
7250
7251 * startup.el (command-line): Don't register default colors for
7252 MSDOS window-system.
7253
7254 1999-07-29 Dave Love <fx@gnu.org>
7255
7256 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7257 charquote.
7258
7259 * lisp-mode.el (eval-defun): Re-written to avoid
7260 capturing variables.
7261
7262 * picture.el (picture-beginning-of-line): Don't call
7263 hscroll-point-visible now we have real autoscrolling.
7264 (picture-end-of-line, picture-newline, picture-open-line):
7265 Likewise.
7266
7267 * international/latin-8.el: New file.
7268 * international/latin-9.el: New file.
7269
7270 1999-07-28 Dave Love <fx@gnu.org>
7271
7272 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7273
7274 * msb.el: Require cl only when compiling.
7275 (msb--home-dir): Deleted.
7276 (msb--format-title): Use abbreviate-file-name.
7277 (msb--choose-file-menu): Simplify string comparison.
7278
7279 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7280
7281 * faces.el (toolbar): Add face definition for mono displays.
7282
7283 1999-07-27 Richard M. Stallman <rms@gnu.org>
7284
7285 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7286
7287 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7288 force copying of default-frame-alist.
7289
7290 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7291
7292 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7293
7294 1999-07-26 Richard M. Stallman <rms@gnu.org>
7295
7296 * frame.el (set-mouse-color): If new color is nil,
7297 really respecify the current color.
7298
7299 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7300
7301 * faces.el (bitmap-area): Change background of face `bitmap-area'
7302 to white for mono displays.
7303
7304 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7305
7306 * international/ccl.el (ccl-embed-symbol): New function.
7307 (ccl-program-p): Deleted. Now it's implemented in C code.
7308 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7309 (ccl-compile-translate-character): Likewise.
7310 (ccl-compile-map-single): Likewise.
7311 (ccl-compile-multiple-map-function): Likewise.
7312 (declare-ccl-program): Doc-string modified.
7313 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7314
7315 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7316
7317 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7318
7319 1999-07-25 Markus Rost <rost@gnu.org>
7320
7321 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7322 the entries to make custom-file more readable.
7323
7324 1999-07-25 Richard M. Stallman <rms@gnu.org>
7325
7326 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7327
7328 * emacs-lisp/edebug.el: Delete compatibility code.
7329 (edebug-next-token-class): If . is followed by a digit,
7330 return `symbol' for the token class.
7331
7332 * startup.el (command-line): If we don't find the user's init file,
7333 set user-init-file to nil.
7334
7335 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7336
7337 * info-look.el (info-lookup-interactive-arguments): Add optional
7338 argument query for new choice of help mode.
7339 (info-lookup-symbol): Use it.
7340 (info-lookup-file): Ditto.
7341 (info-lookup): Don't switch to other window, if already in Info
7342 buffer.
7343
7344 1999-07-23 Dave Love <fx@gnu.org>
7345
7346 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7347 syntax.
7348 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7349 (fortran-font-lock-syntactic-keywords): New variable.
7350 (fortran-mode): Use it.
7351 (fortran-font-lock-keywords-1): Don't do comments.
7352 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7353 match data.
7354
7355 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7356
7357 * msb.el (msb-menu-bar-update-buffers): Renamed from
7358 menu-bar-update-buffers.
7359 (msb-custom-set, msb--toggle-menu-type): Call
7360 msb-menu-bar-update-buffers.
7361 (msb-mode): Revise the hook setting.
7362
7363 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7364
7365 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7366
7367 * font-lock.el, help.el, simple.el: Re-integrate previously
7368 described changes that were lost due to errors while checking them
7369 in.
7370
7371 1999-07-23 Kevin Blake <kblake@ticnet.com>
7372
7373 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7374
7375 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7376
7377 * international/encoded-kb.el
7378 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7379 but push it to unread-command-events.
7380 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7381 (encoded-kbd-self-insert-sjis): Likewise.
7382 (encoded-kbd-self-insert-big5): Likewise.
7383
7384 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7385 before left margin and fill-prefix by fill-find-break-point.
7386
7387 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7388
7389 * info-look.el (info-lookup-setup-mode): Don't give up, if
7390 info-lookup-make-completions returns an error.
7391 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7392 name latex, not latex2e.
7393
7394 1999-07-21 Richard M. Stallman <rms@gnu.org>
7395
7396 * replace.el (perform-replace): Turn off case-fold-search
7397 if FROM-STRING argument has uppercase in it.
7398
7399 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7400
7401 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7402 mode is on. Don't use end of changed text.
7403
7404 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7405
7406 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7407 (cl-hash-table-p): Renamed from hash-table-p.
7408 (cl-hash-table-count): Renamed from hash-table-count.
7409 (maphash): Alias to cl-maphash removed.
7410 (gethash): Likewise.
7411 (puthash): Likewise.
7412 (remhash): Likewise.
7413 (clrhash): Likewise.
7414
7415 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7416
7417 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7418 third arg non-nil. See comment there why this isn't a good idea.
7419
7420 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7421
7422 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7423
7424 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7425 sit-for with 3rd arg non-nil to prevent redisplay.
7426
7427 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7428
7429 * image.el (image-type-from-file-header): If file doesn't
7430 have a directory part, add data-directory.
7431
7432 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7433
7434 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7435 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7436 motion handling when tooltip-gud-tips-p is nil.
7437
7438 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7439
7440 * tooltip.el (tooltip-mode): Don't use `plusp'.
7441 (tooltip-active): Use initial value of nil.
7442
7443 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7444
7445 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7446
7447 * bindings.el (make-mode-line-mouse-sensitive): Add key
7448 definitions for `top-line'.
7449
7450 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7451
7452 * faces.el (top-line): New face.
7453
7454 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7455
7456 * image.el (image-type-regexps): Add regexp for PS files.
7457
7458 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7459
7460 * faces.el (set-face-attribute): Fix wrong handling of frame
7461 begin equal to t.
7462
7463 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7464
7465 * image.el (image-type-regexps): Add PNG format.
7466
7467 1999-07-21 Dave Love <fx@gnu.org>
7468
7469 * bindings.el (mode-line-modified): New variable.
7470 (mode-line-mode-menu-1): Switch to appropriate window before
7471 showing menu.
7472
7473 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7474
7475 * faces.el (face-underline): Removed.
7476 (face-underline-color): Ditto.
7477
7478 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7479
7480 * faces.el (face-x-resources): Fix typo.
7481
7482 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7483
7484 * faces.el: Remove handling of `:relief', extend handling of
7485 `:box'.
7486 (frame-set-background-mode): Choose new defface specs after
7487 frame parameters have changed.
7488
7489 * cus-face.el: Ditto.
7490
7491 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7492
7493 * custom.el (defface): Extend documentation to include new
7494 face attributes.
7495
7496 * cus-face.el (custom-face-attributes): Add overline,
7497 strike-through, box.
7498
7499 * faces.el (face-valid-attribute-values): Handle overline,
7500 strike-through, box.
7501 (face-attribute-name-alist): Add pairs for new face attributes.
7502 (describe-face): Handle new face attributes.
7503
7504 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7505
7506 * faces.el (face-x-resources): Add overline, strike-through, box.
7507
7508 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7509
7510 * enriched.el (enriched-translations): Add `display' and
7511 "x-display".
7512 (enriched-handle-display-prop): New.
7513 (enriched-decode-display-prop): New.
7514
7515 * format.el (top-level): Give `display' property
7516 `format-list-atomic-p.
7517 (format-annotate-single-property-change): Test that property.
7518 If present, treat list property values like atoms.
7519
7520 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7521
7522 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7523 so that "*" can be entered.
7524
7525 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7526
7527 * cus-face.el (custom-face-attributes): Don't use `#''.
7528
7529 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7530
7531 * cus-face.el (custom-face-attributes): Return underline
7532 face attribute directly from the second lambda of underline.
7533
7534 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7535
7536 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7537
7538 * frame.el (after-setting-font-hooks): New variable.
7539 (set-frame-font): Run those hooks.
7540
7541 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7542
7543 * faces.el (set-face-attribute): Fix doc string.
7544
7545 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7546
7547 * cus-face.el (custom-face-attributes): Accept color name.
7548
7549 * faces.el (face-underline-p): Accept unspecified underlining.
7550 (face-underline): Ditto. Fix doc string.
7551
7552 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7553
7554 * faces.el (face-underline-color): New function.
7555
7556 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7557
7558 * cus-face.el (custom-face-attributes): Support underline coloring.
7559 Added slot to choose a color.
7560
7561 * faces.el (face-underline): New function.
7562 (face-underline-p): Support underline coloring.
7563 Return nil only if the underline attribute is 'normal.
7564 (set-face-underline): New function.
7565 (face-valid-attribute-values): Support underline coloring.
7566
7567 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7568
7569 * image.el (insert-image): Use `display' instead of `glyph'
7570 as text property name.
7571 (put-image): Ditto.
7572 (image-type-from-file-header): Use insert-file-contents-literally.
7573
7574 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7575
7576 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7577 string to indicate separators.
7578
7579 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7580
7581 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7582 instead of message-log.
7583
7584 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7585
7586 * faces.el (bitmap-area): New face.
7587
7588 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7589
7590 * image.el (insert-image): New.
7591
7592 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7593
7594 * frame.el (blink-cursor): Set the symbol's value.
7595 (show-trailing-whitespace): Change group to font-lock.
7596
7597 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7598
7599 * jit-lock.el: New.
7600 * font-lock.el: Add jit-mode as new support mode.
7601
7602 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7603 reaching end instead of letting re-search-forward signal an error.
7604 (demand-lock-mode): New.
7605 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7606 (font-lock-turn-off-thing-lock): Ditto.
7607 (font-lock-after-fontify-buffer): Ditto.
7608 (font-lock-after-unfontify-buffer): Ditto.
7609
7610 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7611
7612 * gs.el: New file.
7613
7614 * startup.el (command-line-1): Activate tooltip mode if
7615 interactive.
7616
7617 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7618
7619 * faces.el (toolbar): Grey default background.
7620 (modeline): Ditto.
7621
7622 * image.el (image-type-regexps): New.
7623 (image-type-from-file-header): New.
7624 (create-image): Call it.
7625
7626 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7627
7628 * image.el: New file.
7629
7630 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7631
7632 * bindings.el (mode-line-format): Replace `mode-name' with
7633 `(:eval mode-line-mode-name)'.
7634 (mode-line-mode-name): New.
7635 (make-mode-line-mouse-sensitive): Don't change default value
7636 of `mode-name'.
7637
7638 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7639
7640 * tooltip.el: New file.
7641
7642 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7643
7644 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7645 instead of mouse-3 to pop up menus.
7646 (mode-line-kill-buffer): Removed.
7647 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7648 buffer name.
7649 (mode-line-buffer-menu-1): Removed.
7650
7651 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7652
7653 * bindings.el (mode-line-buffer-identification-keymap): New.
7654 (mode-line-buffer-menu-keymap): New.
7655 (mode-line-mode-menu-keymap): New.
7656 (mode-line-unbury-buffer): New.
7657 (mode-line-other-buffer): New.
7658 (mode-line-kill-buffer): New.
7659 (mode-line-buffer-menu-1): New.
7660 (mode-line-mode-menu-1): New.
7661 (make-mode-line-mouse-sensitive): New.
7662
7663 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7664
7665 * help.el (describe-key-briefly): Handle mode line strings
7666 with local-map properties.
7667 (describe-key): Ditto.
7668 (mode-line-key-binding): New.
7669
7670 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7671
7672 * scroll-bar.el (scroll-bar-timer): New.
7673 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7674
7675 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7676
7677 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7678 and `bottom'.
7679
7680 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7681
7682 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7683 (global): Use different key bindings if using tookit scroll bars.
7684
7685 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7686
7687 * faces.el (modeline): Define mode line face with relief for
7688 class color, only.
7689 (toolbar): New face.
7690
7691 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7692
7693 * frame.el (frame-initialize): Set frame-creation-function to
7694 tty-create-frame-with-faces.
7695
7696 * faces.el (frame-set-background-mode): Make it work for
7697 window-system nil.
7698
7699 * faces.el (tty-create-frame-with-faces): New.
7700 (face-set-after-frame-default): Make it work for TTY frames.
7701
7702 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7703
7704 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7705 Return a list of one font family for TTYs. Don't return bitmap
7706 file paths for TTY frames.
7707
7708 * faces.el: Add face specs for tty displays to basic faces.
7709
7710 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7711 (font-lock-string-face): Ditto.
7712 (font-lock-keyword-face): Ditto.
7713 (font-lock-builtin-face): Ditto.
7714 (font-lock-function-name-face): Ditto.
7715 (font-lock-variable-name-face): Ditto.
7716 (font-lock-type-face): Ditto.
7717 (font-lock-constant-face): Ditto.
7718 (font-lock-warning-face): Ditto.
7719
7720 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7721
7722 * startup.el (command-line): Register default tty colors.
7723
7724 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7725
7726 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7727
7728 * faces.el (modeline): For X frames, use a modeline with relief.
7729
7730 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7731
7732 * faces.el (frame-update-faces): Copied from 20.2.
7733 (frame-update-face-colors): Ditto. Code removed that isn't
7734 applicable in the new face implementation.
7735
7736 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7737
7738 * frame.el (show-trailing-whitespace): New.
7739
7740 * faces.el (trailing-whitespace): New basic face.
7741
7742 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7743
7744 * cus-face.el (custom-facep): Always define as alias for facep.
7745
7746 * cus-face.el (custom-face-attributes): Use choice widgets.
7747 Remove :bold and :italic.
7748
7749 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7750
7751 * faces.el (face-charset-registries): Removed since fontset.el
7752 is no always loaded.
7753
7754 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7755
7756 * faces.el (internal-get-face): Added as obsolete function for
7757 compatibility.
7758
7759 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7760
7761 * frame.el (blink-cursor-end): Call show-cursor.
7762 (blink-cursor-mode): Ditto.
7763
7764 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7765
7766 * faces.el (face-spec-reset-face): Reset all attributes to
7767 `unspecified'.
7768 (face-spec-set): Use it.
7769
7770 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7771
7772 * faces.el (read-all-face-attributes): Bug fix.
7773 (face-read-integer): Allow nil default value.
7774 (face-valid-attribute-values): Use symbol names of attribute
7775 values for completion list.
7776
7777 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7778
7779 * faces.el (internal-find-face): Define for compatibility with
7780 20.2.
7781 (face-id): Likewise.
7782
7783 * faces.el (face-id): Return the ID of a realized face for ASCII.
7784
7785 * fontset.el (x-charset-registries): Removed. Now in faces.el.
7786 (x-complement-fontset-spec): Use face-charset-registries.
7787
7788 * faces.el (face-font-selection-order): Set font selection order
7789 from Lisp.
7790 (face-alternative-font-family-alist): Set alternative font
7791 families from Lisp.
7792
7793 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7794
7795 * faces.el (set-face-charset-registries): Set symbol value.
7796
7797 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7798
7799 * faces.el (face-set-after-frame-default): Call function
7800 internal-merge-in-global-face.
7801
7802 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7803
7804 * faces.el (face-list): Return symbols from face-global-alist.
7805
7806 * faces.el (face-list): Return a copy of the face name list so
7807 that it cannot be modified from outside (facemenu.el uses
7808 nreverse, for example).
7809
7810 * cus-face.el (custom-face-attributes): Add :bold and :italic
7811 for compatibility with old code.
7812
7813 * faces.el (set-face-attributes-from-resources): Additional
7814 frame parameter.
7815 (make-face-x-resource-internal): Set attributes from resources
7816 for a given frame or all frames.
7817
7818 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7819
7820 * faces.el (all-faces): Removed.
7821
7822 * custom.el (defface): Add new face attributes to function
7823 comment.
7824
7825 * font-lock.el (font-lock-comment-face): Use new face attribute
7826 names.
7827 (font-lock-string-face): Ditto.
7828 (font-lock-keyword-face): Ditto.
7829 (font-lock-builtin-face): Ditto.
7830 (font-lock-function-name-face): Ditto.
7831 (font-lock-variable-name-face): Ditto.
7832 (font-lock-type-face): Ditto.
7833 (font-lock-reference-face): Ditto.
7834 (font-lock-warning-face): Ditto.
7835 ((boundp 'font-lock-face-attributes)): Ditto.
7836
7837 * cus-face.el (custom-face-attributes): Use new face attributes.
7838
7839 * faces.el (set-face-attribute-from-resource): Initialize
7840 from resources only for X and W32.
7841
7842 * cus-face.el (custom-declare-face): Don't make frame-local
7843 faces.
7844
7845 * faces.el (describe-face): Use princ instead of insert.
7846
7847 * faces.el: Add XLFD manipulation functions from 20.2 again
7848 because fontset.el uses them.
7849 (face-set-after-frame-default): Add empty definition.
7850
7851 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7852
7853 * faces.el (make-face): Correct typo.
7854 (set-face-attribute-from-resource): Use let*.
7855 (face-underline-p): Correct typo.
7856 (face-inverse-video-p): Ditto.
7857 (set-face-stipple): Ditto.
7858 (face-read-string): Make completion-list optional parameter.
7859
7860 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7861
7862 * faces.el (face-charset-registries): Alist mapping charset
7863 symbols to registries and encoding.
7864
7865 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7866
7867 * frame.el (blink-cursor-mode): Use interactive spec "P".
7868
7869 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7870
7871 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7872 mode. The cursor of selected_window blinks if the mode is enabled.
7873
7874 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7875
7876 * simple.el (next-history-element): Set point to the end of the
7877 prompt if minibuffer-prompt-in-buffer.
7878
7879 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7880
7881 * faces.el (x-font-regexp): Add sub-expression parentheses for
7882 several font name components.
7883
7884 1999-07-21 Gerd Moellmann <gerd@acm.org>
7885
7886 * faces.el (set-face-relief): Use index 12 for relief.
7887 (face-fill-in): Set relief from data.
7888 (internal-make-face): Init relief to zero.
7889
7890 * faces.el (face-spec-set): Call modify-face with additional
7891 parameters for relief and fixed-p.
7892
7893 1999-07-21 Gerd Moellmann <gerd@acm.org>
7894
7895 * cus-face.el: ':fixed and ':relief added.
7896
7897 * faces.el (describe-face): Add fixed font attribute and relief.
7898 (face-attr-match-p): Ditto.
7899 (face-attr-construct): Ditto.
7900 (face-spec-set): Ditto.
7901
7902 1999-07-21 Gerd Moellmann <gerd@acm.org>
7903
7904 * faces.el (internal-make-face): Function to create a Lisp vector
7905 suitable for representing a face.
7906 (make-face): Use it instead of make-vector.
7907 (x-create-frame-with-faces): Use it instead of vector.
7908 (internal-facep): Increase vector size to 14.
7909 (internal-make-face): Ditto.
7910 (face-relief): Access relief thickness.
7911 (face-fixed-p): Access fixed font attribute.
7912 (set-face-fixed-p): Set fixed font attribute.
7913 (set-face-relief): Set relief attribute.
7914 (internal-face-interactive-int): Read int attribute of face.
7915 (modify-face): Add fixed-p and relief parameters.
7916 (copy-face): Handle fixed-p and relief.
7917 (face-equal): Compare fixed-p and relief.
7918 (face-differs-from-default-p): Ditto.
7919 (face-nontrivial-p): Add fixed-p and relief.
7920
7921 1999-07-21 Gerd Moellmann <gerd@acm.org>
7922
7923 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
7924 (internal-facep): Increase vector size.
7925 (make-face): Ditto.
7926 (face-shadow-thickness): Added.
7927 (set-face-shadow-thickness): Added.
7928 (modify-face): Add optional shadow-thickness parameter.
7929 (make-face-x-resource-internal): Add shadows.
7930 (copy-face): Ditto.
7931 (face-equal): Ditto.
7932 (face-differs-from-default-p): Ditto.
7933 (face-nontrivial-p): Ditto.
7934 (face-attr-match-p): Ditto.
7935 (face-attr-construct): Ditto.
7936 (face-spec-set): Ditto.
7937 (face-fill-in): Ditto.
7938
7939 1999-07-21 Gerd Moellmann <gerd@acm.org>
7940
7941 * bench.el (bench-mark-split-window): New bench mark.
7942
7943 1999-07-21 Gerd Moellmann <gerd@acm.org>
7944
7945 * faces.el (set-face-font): Don't pass default font to
7946 x-resolve-font so that font will not have to be of the same
7947 size.
7948
7949 1999-07-20 Dave Love <fx@gnu.org>
7950
7951 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
7952 unconditionally t.
7953
7954 1999-07-20 Karl Heuer <kwzh@gnu.org>
7955
7956 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
7957
7958 1999-07-20 Dave Love <fx@gnu.org>
7959
7960 * help.el (describe-variable): Fix test for customizability.
7961
7962 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
7963 Check for readonly buffer in interactive spec.
7964 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
7965 (backward-kill-word): Add * to interactive spec.
7966
7967 * underline.el (underline-region, ununderline-region): Add * to
7968 interactive spec.
7969
7970 * fill.el (canonically-space-region, justify-current-line): Add *
7971 to interactive spec.
7972 (fill-region-as-paragraph, fill-paragraph, fill-region)
7973 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
7974 readonly buffer in interactive spec.
7975
7976 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
7977 (backward-kill-sentence, kill-sentence): Add * to interactive
7978 spec.
7979
7980 1999-07-19 Richard M. Stallman <rms@gnu.org>
7981
7982 * dired-aux.el (dired-do-shell-command): Doc fix.
7983
7984 * shell.el (shell-unquote-argument): New function.
7985 (shell-directory-tracker): Use shell-unquote-argument.
7986 * comint.el (comint-arguments): Handle \ followed by space or tab.
7987
7988 1999-07-19 John Wiegley <jwiegley@borland.com>
7989
7990 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
7991 color codes 39 and 49, which by the way lynx uses them seem to
7992 mean "foreground reset" and "background reset".
7993
7994 1999-07-19 Karl Heuer <kwzh@gnu.org>
7995
7996 * font-lock.el (c++-keywords): Add "typeid".
7997
7998 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
7999 selects no font, treat that as zero selections, not one.
8000
8001 1999-07-19 Dave Love <fx@gnu.org>
8002
8003 * info.el (Info-search): Don't lose with empty regexp.
8004
8005 * version.el: Cater for (free) `ident' program, not `which'.
8006
8007 * hl-line.el: New file.
8008
8009 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8010 for modes which don't define menus.
8011
8012 1999-07-16 Richard M. Stallman <rms@gnu.org>
8013
8014 * webjump.el (webjump-sample-sites): Update some URLs.
8015
8016 1999-07-14 Richard Stallman <rms@gnu.org>
8017
8018 * Version 20.4 released.
8019
8020 1999-07-14 Andreas Schwab <schwab@gnu.org>
8021
8022 * compare-w.el (compare-windows): Try to find the next window in
8023 the current frame before looking at the other frames.
8024
8025 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8026
8027 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8028 Use cyrillic-jcuken as default input method.
8029
8030 1999-07-12 Richard Stallman <rms@gnu.org>
8031
8032 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8033 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8034
8035 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8036 (ispell-local-dictionary-alist): Add koi8-r for character set.
8037
8038 * textmodes/flyspell.el (flyspell-get-word):
8039 Add special handling for when ispell-otherchars is empty.
8040
8041 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8042
8043 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8044 when having nested functons.
8045 (pascal-indent-nested-functions) (pascal-indent-line)
8046 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8047 indenting nested functions.
8048
8049 1999-07-09 Richard Stallman <rms@gnu.org>
8050
8051 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8052
8053 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8054
8055 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8056 the `end' keyword was in the very beginning of the buffer.
8057
8058 1999-07-08 Richard Stallman <rms@gnu.org>
8059
8060 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8061
8062 * term.el (term-emulate-terminal): Avoid infinite loop
8063 in strange case where minibuffer window is selected but not active.
8064
8065 1999-07-07 Stephen Eglen <stephen@gnu.org>
8066
8067 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8068 Change regexp so that it doesn't match commands beginning with `cd'.
8069
8070 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8071
8072 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8073
8074 1999-07-06 Richard Stallman <rms@gnu.org>
8075
8076 * hscroll.el (hscroll-minibuffer-hook): New function.
8077 (hscroll-global-mode): Add and remove that hook.
8078 Set hscroll-old-truncate-was-global's default value.
8079
8080 1999-07-05 Richard Stallman <rms@gnu.org>
8081
8082 * files.el (revert-buffer): Don't preserve point here.
8083 (revert-buffer-insert-file-contents-function): Doc fix.
8084
8085 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8086
8087 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8088 doing a `stat' when it isn't necessary because that can cause
8089 trouble when an NFS server is down.
8090
8091 1999-07-04 Richard Stallman <rms@gnu.org>
8092
8093 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8094
8095 1999-07-03 Richard Stallman <rms@gnu.org>
8096
8097 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8098 for \200...\240 also.
8099 (isearch-printing-char): Use unibyte-char-to-multibyte.
8100
8101 1999-07-02 Richard Stallman <rms@gnu.org>
8102
8103 * frame.el (minibuffer-frame-alist): Use defcustom.
8104 (pop-up-frame-alist): Likewise.
8105 (initial-frame-alist): Specify * in the doc string.
8106
8107 * hscroll.el (hscroll-mode): Make it a permanent local.
8108 (hscroll-mode): Don't cancel the timer
8109 if HScroll mode is enabled in some other buffer.
8110
8111 * isearch.el (isearch-done): If search ends in middle of intangible
8112 text (due to text property), move on to the limit of that text.
8113
8114 1999-07-01 Andrew Innes <andrewi@gnu.org>
8115
8116 * man.el (Man-build-man-command): Use value of null-device,
8117 instead of hard-coding "/dev/null".
8118
8119 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8120 ange-ftp file names, which might force ange-ftp to prompt for a
8121 password.
8122
8123 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8124 to prevent references to temp files.
8125
8126 1999-06-30 Richard Stallman <rms@gnu.org>
8127
8128 * progmodes/sh-script.el (sh-feature): If nothing is known
8129 about the given shell, use the values for `sh'.
8130
8131 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8132
8133 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8134 to make it non-recursive.
8135
8136 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8137
8138 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8139
8140 * auto-show.el (auto-show-mode): Fix Typo in :set.
8141
8142 1999-06-29 Richard M. Stallman <rms@gnu.org>
8143
8144 * progmodes/sh-script.el (sh-mode): When setting syntax
8145 table, default to the standard one.
8146
8147 1999-06-27 Richard M. Stallman <rms@gnu.org>
8148
8149 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8150
8151 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8152
8153 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8154 a frame when `return' is requested (even if pop-up-frames = t)
8155 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8156 should only be set for the bibtex buffer.
8157
8158 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8159
8160 * progmodes/compile.el: Deal with compilation-error-screen-columns
8161 being buffer-local.
8162
8163 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8164
8165 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8166
8167 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8168
8169 * cal-x.el (calendar-only-one-frame-setup): New function.
8170 * calendar.el (calendar): Call it if requested.
8171
8172 1999-06-24 Karl Heuer <kwzh@gnu.org>
8173
8174 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8175
8176 1999-06-22 Richard M. Stallman <rms@gnu.org>
8177
8178 * mail/supercite.el (sc-emacs-features): Doc fix.
8179
8180 1999-06-22 Karl Heuer <kwzh@gnu.org>
8181
8182 * files.el (auto-mode-alist): Add pike-mode.
8183
8184 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8185
8186 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8187 last byte of a numeric field is a space or a NUL. Parse it as
8188 potentially part of the number. This is used by GNU tar
8189 1.12.64012 to handle larger values.
8190
8191 1999-06-20 Karl Heuer <kwzh@gnu.org>
8192
8193 * custom.el (custom-handle-keyword): Fix error message.
8194
8195 1999-06-18 Andrew Innes <andrewi@gnu.org>
8196
8197 * mail/smtpmail.el (smtpmail-send-it): Use
8198 convert-standard-filename to make file names for queued mail safe
8199 on Windows (`:' is invalid in file names on Windows).
8200
8201 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8202
8203 * international/mule-cmds.el (describe-current-input-method):
8204 Current-input-method is string.
8205 (toggle-input-method): Docstring fixed.
8206
8207 * international/mule-diag.el
8208 (describe-current-coding-system-briefly): Fix format string.
8209
8210 * international/mule-util.el (coding-system-eol-type-mnemonic):
8211 Docstring modified. Return a string.
8212
8213 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8214
8215 * sql.el (sql-input-ring-file-name): Doc fix.
8216
8217 1999-06-17 Richard M. Stallman <rms@gnu.org>
8218
8219 * calendar/cal-x.el (special-display-buffer-names):
8220 Don't put (get-file-buffer diary-file) on this list.
8221
8222 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8223
8224 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8225 Don't penalize player for certain impossible guesses.
8226
8227 1999-06-16 Andrew Innes <andrewi@gnu.org>
8228
8229 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8230 return the string "Unk 0 0000" so at least it appears to be a
8231 valid timestamp to `dired-move-to-filename-regexp'.
8232
8233 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8234
8235 * ps-print.el (ps-control-character): Fix previous change.
8236
8237 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8238
8239 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8240 multiple output of the last message.
8241
8242 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8243
8244 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8245 the ASCII apostrophe, as most DOS codepages have some other glyph
8246 there.
8247
8248 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8249
8250 * language/ethio-util.el (setup-ethiopic-environment-internal):
8251 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8252 (exit-ethiopic-environment): Likewize.
8253
8254 1999-06-12 Richard M. Stallman <rms@gnu.org>
8255
8256 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8257
8258 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8259
8260 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8261 custom-initialize-default to avoid infinite loop.
8262 (crisp-mode): (defun) Call transient-mark-mode here, not when
8263 loading the file. Run crisp-mode-hook here, and run
8264 crisp-load-hook when loading the file.
8265
8266 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8267 rmail-summary buffer, search for pattern in rmail-file.
8268
8269 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8270
8271 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8272
8273 * ps-print.el (ps-printer-name): Fix custom type.
8274
8275 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8276
8277 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8278 (vhdl-port-paste-generic-map): Fix indentation bug.
8279 (vhdl-port-paste-port-map): Fix indentation bug.
8280 (vhdl-scan-file-contents): Make scanning case insensitive.
8281
8282 1999-06-11 Richard M. Stallman <rms@gnu.org>
8283
8284 * files.el (write-file): When buffer is not already visiting a file,
8285 don't put buffer name in the minibuffer, just make it the default.
8286 Also handle just directory as arg usefully in that case.
8287
8288 * simple.el (sendmail-user-agent-compose):
8289 Ignore case when inserting the rest of the "other" headers.
8290
8291 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8292
8293 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8294 (info-lookup-interactive-arguments): Never insert the default
8295 into the minibuffer automatically.
8296
8297 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8298
8299 1999-06-09 Richard M. Stallman <rms@gnu.org>
8300
8301 * simple.el (shell-command): Avoid printing "mark set" message.
8302
8303 1999-06-09 Dave Love <fx@gnu.org>
8304
8305 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8306 digits in program name in first pattern.
8307
8308 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8309
8310 * vc.el (vc-dired-mode): Don't match anything before the date in
8311 dired-move-to-filename-regexp.
8312
8313 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8314
8315 * international/quail.el (quail-define-rules): Fix typo in
8316 docstring.
8317
8318 1999-06-05 Stephen Eglen <stephen@gnu.org>
8319
8320 * iswitchb.el (iswitchb-default-keybindings): Add
8321 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8322 than when package is loaded.
8323
8324 1999-06-04 Richard M. Stallman <rms@gnu.org>
8325
8326 * startup.el (command-line): Don't set user-init-file directly;
8327 tell `load' to set it.
8328
8329 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8330
8331 * simple.el (next-history-element):
8332 Handle minibuffer-text-before-history properly when reading sexps.
8333
8334 * disp-table.el (standard-display-european):
8335 For an interactive call by the user,
8336 don't set enable-multibyte-characters,
8337 and don't set the terminal coding system.
8338
8339 * textmodes/refbib.el: Don't print any messages or display
8340 a buffer when loading the library.
8341 (r2b-help): Doc fix.
8342 (r2b-help-message): Update the documentation.
8343 (r2b-load-quietly): Variable deleted.
8344 (r2b-convert-buffer): Doc fix.
8345
8346 1999-06-04 Dave Love <fx@gnu.org>
8347
8348 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8349
8350 * auto-show.el: Don't change hooks on loading.
8351 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8352 (auto-show-mode): Add to hooks here.
8353
8354 1999-06-04 Richard Sharman <rsharman@pobox.com>
8355
8356 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8357 recursion on bogus input.
8358
8359 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8360
8361 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8362 does not select a buffer from the buffers menu, then the attached
8363 frame is not switched to anything.
8364
8365 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8366
8367 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8368 (viet-viscii-...->viet-vscii...).
8369
8370 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8371
8372 1999-06-01 Dave Love <fx@gnu.org>
8373
8374 * progmodes/fortran.el: Add :link to defgroup.
8375 (fortran-blink-matching-if): Match ELSE statements too.
8376 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8377 that filling is always done.
8378
8379 1999-05-31 Richard M. Stallman <rms@gnu.org>
8380
8381 * simple.el (append-next-kill): Use an arg to distinguish
8382 interactive calls from Lisp calls, rather than (interactive-p).
8383
8384 * international/iso-transl.el (iso-transl-language-alist):
8385 Interchange n and N.
8386
8387 1999-05-31 Dave Love <fx@gnu.org>
8388
8389 * msb.el Add to minor-mode-map-alist. Remove hook installation
8390 and keymap munging on load.
8391 (msb-mode): New option.
8392 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8393 Doc fix.
8394 (msb-mode-map): New variable.
8395 (msb-mode): New command.
8396
8397 1999-05-31 Dave Love <fx@gnu.org>
8398
8399 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8400 (ispell-complete-word-dict): Likewise.
8401
8402 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8403
8404 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8405 force the data buffer to be saved, even if the data didn't
8406 change, in case the write filter was modified. Restore the
8407 current record after read-file-filter finishes.
8408
8409 1999-05-29 Karl Heuer <kwzh@gnu.org>
8410
8411 * ispell4.el: Obsolete; file deleted.
8412
8413 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8414
8415 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8416 VALUE is a syntax table.
8417
8418 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8419
8420 * simple.el (zap-to-char): Doc fix.
8421
8422 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8423
8424 * isearch.el (isearch-quote-char): Don't assume character codes
8425 0200 - 0237 stand for characters in some single-byte character
8426 charset.
8427
8428 1999-05-27 Dave Love <fx@gnu.org>
8429
8430 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8431
8432 1999-05-27 Andreas Schwab <schwab@gnu.org>
8433
8434 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8435 headerline does not exist already.
8436
8437 1999-05-26 Richard Stallman <rms@gnu.org>
8438
8439 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8440 Avoid nested null-loops.
8441
8442 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8443
8444 * international/characters.el: Typo fixed; prefered->preferred.
8445
8446 * international/mule-cmds.el (find-coding-systems-for-charsets):
8447 Typo fixed; prefered->preferred.
8448
8449 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8450 method in read-event.
8451
8452 * international/mule.el (charset-info): Doc-string fixed.
8453
8454 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8455
8456 * mail/smtpmail.el (smtpmail-send-it): Bind
8457 smtpmail-code-conv-from properly.
8458 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8459 by smtpmail-code-conv-from.
8460
8461 1999-05-24 Richard Stallman <rms@gnu.org>
8462
8463 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8464 Binding deleted also.
8465
8466 1999-05-24 Karl Heuer <kwzh@gnu.org>
8467
8468 * comint.el (comint-bol-or-process-mark): Doc fix.
8469
8470 1999-05-23 Dave Love <fx@gnu.org>
8471
8472 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8473 Enter it on minor-mode-map-alist.
8474 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8475 Autoload. Add custom setter.
8476 (crisp-mark-line): Doc fix.
8477 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8478 (crisp-mode-hook): Define.
8479
8480 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8481
8482 * files.el (recover-file): Recover buffer-file-coding-system.
8483
8484 1999-05-22 Richard Stallman <rms@gnu.org>
8485
8486 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8487 regexp match the date, to avoid treating date as file size.
8488 Add YYYY S option to WESTERN/
8489
8490 * bookmark.el: Delete some XEmacs compatibility code.
8491 (bookmark-jump-noselect): Check vc-backend.
8492
8493 * subr.el (add-to-list): Doc fix.
8494
8495 1999-05-21 Stephen Eglen <stephen@gnu.org>
8496
8497 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8498
8499 1999-05-18 Richard Stallman <rms@gnu.org>
8500
8501 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8502 non-space after the @anchor command.
8503 (texinfo-format-var): Handle other nested constructs, using
8504 texinfo-parse-expanded-arg and texinfo-discard-command, not
8505 texinfo-parse-arg-discard.
8506
8507 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8508 (debug): Bind and use debugger-outer-inhibit-redisplay.
8509 Bind inhibit-redisplay to nil.
8510 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8511
8512 1999-05-17 Dave Love <fx@gnu.org>
8513
8514 * help.el (describe-function-1): Extra arg, interactive-p.
8515 (describe-key, describe-function): Use it.
8516
8517 1999-05-17 Karl Heuer <kwzh@gnu.org>
8518
8519 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8520
8521 1999-05-16 Dave Love <fx@gnu.org>
8522
8523 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8524 scroll-preserve-screen-position, scroll-conservatively.
8525
8526 1999-05-16 Dave Love <fx@gnu.org>
8527
8528 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8529
8530 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8531
8532 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8533
8534 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8535
8536 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8537 magic number and is not associated with a file.
8538
8539 1999-05-14 Richard M. Stallman <rms@gnu.org>
8540
8541 * files.el (find-file-noselect-1): Fix previous change.
8542
8543 1999-05-14 Simon Marshall <simon@gnu.org>
8544
8545 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8546
8547 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8548
8549 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8550 docstring.
8551
8552 * international/mule-cmds.el: Change MULE to Mule in docstrings
8553 and menus.
8554
8555 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8556
8557 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8558 to correctly reflect the value of BaseLineOffset in
8559 RelativeCompose. Now the value of RelativeCompose is an array of
8560 low and high positions.
8561 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8562 RLC for the above change.
8563
8564 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8565
8566 * comint.el (comint-password-prompt-regexp): Modified to match the
8567 output of ksu and ssh-add.
8568
8569 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8570
8571 * language/korea-util.el (isearch-toggle-korean-input-method):
8572 Adjusted for the change of input method handling in isearch.el.
8573 (isearch-hangul-switch-symbol-ksc): Likewise.
8574 (isearch-hangul-switch-hanja): Likewise.
8575
8576 1999-05-10 Dave Love <fx@gnu.org>
8577
8578 * help.el (help-make-xrefs): Fix typo.
8579
8580 1999-05-10 Andreas Schwab <schwab@gnu.org>
8581
8582 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8583 unibyte-display-via-language-environment.
8584
8585 * help.el (help-make-xrefs): Handle more cases when looking for
8586 commands in a keymap description.
8587
8588 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8589
8590 * loadup.el: For ms-dos systems, load ccl and codepage.
8591
8592 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8593
8594 * ps-print.el (ps-control-character): Call
8595 ps-mule-prepare-ascii-font to setup ASCII fonts.
8596
8597 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8598 ps-multibyte-buffer is nil, use
8599 ps-mule-font-info-database-default."
8600
8601 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8602
8603 * ispell.el (ispell-local-dictionary-alist): New variable for
8604 customizing local dictionaries not accessable by everyone.
8605 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8606 (ispell-required-version): Changed format `(major minor
8607 revision)' to support general pattern matching.
8608 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8609 skip region commented out due to incorrect skip potential in std latex.
8610 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8611 cursor point on small words for calls from `ispell-minor-mode'.
8612 (check-ispell-version): Tests and accepts versions major.minor
8613 and above, with adjustments for interactions in 3.1.0-3.1.11.
8614 (ispell-get-line): No longer skips ispell process special characters.
8615 (ispell-comments-and-strings): Removed `when' macro call.
8616 (ispell-minor-check): Requires ispell-word to restore cursor point.
8617 (ispell-buffer-local-parsing): Supports checking comments only.
8618
8619 1999-05-08 Karl Heuer <kwzh@gnu.org>
8620
8621 * comint.el (comint-password-prompt-regexp): Fix last change to be
8622 more specific.
8623
8624 1999-05-07 Richard M. Stallman <rms@gnu.org>
8625
8626 * subr.el (with-temp-message): Fix the other call to message
8627 to use %s.
8628
8629 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8630
8631 * gud.el (gud-format-command): "%F" means file sans extension.
8632 (jdb): Use %F, not %f, for gud-break.
8633
8634 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8635
8636 * comint.el (comint-password-prompt-regexp): Modified so that it
8637 matches the output of kinit.
8638
8639 1999-05-06 Greg Stark <gsstark@mit.edu>
8640
8641 * timezone.el (timezone-parse-date): Recognize new format used in
8642 internet cookies.
8643
8644 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8645
8646 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8647
8648 1999-05-04 Andrew Innes <andrewi@gnu.org>
8649
8650 * time.el (display-time-update): Allow for wrap-around when
8651 checking against display-time-server-down-time.
8652
8653 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8654
8655 * international/mule-diag.el (describe-coding-system): Fix English
8656 message.
8657
8658 1999-05-03 Jason Rumney <jasonr@altavista.net>
8659
8660 * term/w32-win.el: Change the x-charset-registry property for the
8661 Japanese charsets that are supported by Japanese Windows fonts.
8662
8663 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8664
8665 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8666 diary-block diary entries for which the reminders and the diary
8667 entries can overlap.
8668
8669 1999-05-02 Jason Rumney <jasonr@altavista.net>
8670
8671 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8672 matches the font selected in the dialog.
8673
8674 1999-05-02 Dave Love <fx@gnu.org>
8675
8676 * browse-url.el (browse-url-browser-function): Add :version.
8677
8678 * international/mule.el (auto-coding-alist): Add .tgz.
8679
8680 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8681
8682 * international/codepage.el (cp-coding-system-for-codepage-1):
8683 Make the magnification parameter for the -dos encoder be 2.
8684
8685 1999-05-2 Andrew Innes <andrewi@gnu.org>
8686
8687 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8688 it is dropped, rather than current window.
8689
8690 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8691 after switching buffer, as case-fold-search is a buffer local
8692 variable.
8693
8694 * w32-fns.el (convert-standard-filename): Only convert directory
8695 separators to backslash if the interactive shell is one of the
8696 standard Windows shells that has DOS semantics.
8697
8698 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8699 format-time-string, and return a suitable string to indicate the
8700 timestamp was invalid.
8701
8702 * hexl.el (hexlify-command): Apply shell-quote-argument after
8703 expanding hexl-program in case exec-directory contains a space.
8704 (dehexlify-command): Ditto.
8705
8706 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8707 file extension regexps which aren't necessarily binary files.
8708 (direct-print-region-helper): Use subst-char-in-string instead of
8709 binding directory-sep-char to convert filenames to DOS syntax.
8710 (direct-print-region-use-command-dot-com): New variable.
8711 (direct-print-region-helper): Use it to control whether to invoked
8712 command.com to print on Windows 9x.
8713
8714 * browse-url.el (browse-url-browser-function): Default to
8715 browse-url-default-windows-browser on windows-nt.
8716 (browse-url-default-windows-browser): New function.
8717
8718 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8719
8720 * forms.el (forms-mode): Don't call forms-first-record or
8721 forms-last-record if the data file has zero records.
8722
8723 1999-04-29 Richard M. Stallman <rms@gnu.org>
8724
8725 * files.el (find-file-noselect-1): If buffer-file-name has changed
8726 after find-file-not-found-hooks runs, recompute the truename.
8727 And don't use FILENAME after that point.
8728
8729 1999-04-27 Dave Love <fx@gnu.org>
8730
8731 * paren.el (show-paren-mode)
8732 * which-func.el (which-func-mode-global)
8733 * type-break.el (type-break-mode)
8734 * time.el (display-time-mode)
8735 * rsz-mini.el (resize-minibuffer-mode)
8736 * mouse-sel.el (mouse-sel-mode)
8737 * icomplete.el (icomplete-mode)
8738 * hscroll.el (hscroll-global-mode)
8739 * help.el (temp-buffer-resize-mode)
8740 * font-lock.el (global-font-lock-mode)
8741 * delsel.el (delete-selection-mode)
8742 * avoid.el (mouse-avoidance-mode)
8743 * autoinsert.el (auto-insert-mode)
8744 * winner.el (winner-mode): Doc fix.
8745
8746 1999-04-26 Karl Heuer <kwzh@gnu.org>
8747
8748 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8749 the same whitespace that was ignored in choosing the subject string.
8750
8751 1999-04-26 Richard M. Stallman <rms@gnu.org>
8752
8753 * info.el (Info-find-node): Position properly after finding anchor.
8754
8755 * cus-start.el (all): Handle unibyte-display-via-language-environment.
8756
8757 * simple.el (indent-new-comment-line): Fix previous change.
8758
8759 * complete.el: Delete the wildcard expansion feature
8760 since that is now standard in find-file.
8761 (PC-try-load-many-files): Function deleted.
8762 (PC-after-load-many-files): Function deleted.
8763 (PC-many-files-list): Variable deleted.
8764 (PC-disable-wildcards): Variable deleted.
8765 (partial-completion-mode): Don't enable the wildcard feature.
8766
8767 * complete.el (PC-look-for-include-file): Don't set global variables
8768 `error', `buf' and `filename' here.
8769
8770 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8771
8772 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
8773
8774 * textmodes/outline.el (outline-regexp): Doc fix.
8775
8776 1999-04-26 John Wiegley <johnw@borland.com>
8777
8778 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8779 C++Builder 4.0 error message syntax.
8780
8781 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
8782
8783 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8784 supported, use find -exec.
8785
8786 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8787
8788 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8789 coding-system-for-write, to avoid hanging when non-interactive.
8790
8791 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
8792
8793 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8794 start with a newline.
8795
8796 1999-04-13 Ken'ichi Handa <handa@gnu.org>
8797
8798 * international/mule-conf.el (x-ctext): New coding system.
8799
8800 1999-04-12 Richard M. Stallman <rms@gnu.org>
8801
8802 * international/mule-cmds.el (input-method-function):
8803 Add permanent-local property.
8804
8805 1999-04-12 Dave Love <fx@gnu.org>
8806
8807 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8808 change to use jka-compr-byte-compiler-base-file-name.
8809
8810 * supercite.el (sc-scan-info-alist): Revert last change.
8811 (sc-attrib-selection-list): Fix :type here instead.
8812
8813 1999-04-11 Eli Zaretskii <eliz@gnu.org>
8814
8815 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8816 in the list of case-insensitive filesystems.
8817
8818 1999-04-09 Kenichi Handa <handa@etl.go.jp>
8819
8820 * international/fontset.el (create-fontset-from-fontset-spec):
8821 Don't register duplicated alias fontset names.
8822
8823 1999-04-08 Richard Stallman <rms@gnu.org>
8824
8825 * international/mule.el (auto-coding-alist-lookup): New function.
8826 (set-auto-coding): Use auto-coding-alist-lookup.
8827
8828 * jka-compr.el (jka-compr-insert-file-contents):
8829 Use auto-coding-alist-lookup to check for files that
8830 should not have eol conversion, in the unibyte case.
8831
8832 1999-04-07 Dave Love <fx@gnu.org>
8833
8834 * help.el (describe-variable): Check custom-loads property as well
8835 as custom-type.
8836
8837 * abbrev.el (abbrev-mode): Customizing sets the default value.
8838
8839 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
8840
8841 * vc.el (vc-backend-revert): For CVS files that were made
8842 writeable with "cvs edit", call "cvs unedit" to undo that.
8843
8844 1999-04-08 Dave Love <fx@gnu.org>
8845
8846 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8847 more.
8848 (sc-emacs-features): Recognize Emacs 20.
8849 (sc-read-string): Use history arg.
8850 (sc-scan-info-alist): Check for rtnvalue a cons.
8851
8852 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
8853
8854 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8855 coding system to encode the message by
8856 select-message-coding-system.
8857
8858 1999-04-07 Richard Stallman <rms@gnu.org>
8859
8860 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8861
8862 * winner.el: Reorder definitions.
8863
8864 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8865
8866 * mail/rmail.el (rmail-decode-babyl-format):
8867 Undo previous change.
8868
8869 1999-04-06 Richard Stallman <rms@gnu.org>
8870
8871 * info.el (Info-find-node): Check for an anchor at the
8872 proper place, before reading an indirect file.
8873
8874 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8875
8876 * jka-compr.el (jka-compr-insert-file-contents):
8877 Use raw-text-unix when we want no conversion.
8878
8879 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8880
8881 * timezone.el (timezone-parse-date): Corrected regexp for
8882 style (5) date format so that tenths of seconds are optional.
8883
8884 1999-04-05 Eli Zaretskii <eliz@gnu.org>
8885
8886 * term/internal.el (dos-cpNNN-setup): New function, with the guts
8887 of dos-codepage-setup.
8888 (cjk-codepages-alist): New variable, an alist of Far-Eastern
8889 codepages for which there's no need to set up cpNNN coding
8890 systems.
8891 (dos-codepage-setup): Support Far-Eastern DOS terminals.
8892
8893 1999-04-05 Richard Stallman <rms@gnu.org>
8894
8895 * mail/rmail.el (rmail-ignored-headers): Doc fix.
8896
8897 1999-04-02 Richard Stallman <rms@gnu.org>
8898
8899 * progmodes/compile.el (compilation-handle-exit): Do right thing
8900 if (car status) doesn't end in a newline.
8901
8902 1999-04-01 Dave Love <fx@gnu.org>
8903
8904 * progmodes/sql.el (SQL): Add defgroup :version.
8905
8906 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
8907
8908 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
8909 buffer-file-coding-system. If the coding system used is raw-text,
8910 etc., make the *Compiler Input* buffer unibyte.
8911
8912 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
8913
8914 * loadup.el: Don't write the fns-...el file if not dumping.
8915
8916 1999-03-31 Dave Love <fx@gnu.org>
8917
8918 * snmp-mode.el (snmp): Fix defgroup :version.
8919
8920 * hilit-chg.el (highlight-changes): Add defgroup :version.
8921
8922 1999-03-31 Andreas Schwab <schwab@gnu.org>
8923
8924 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
8925 the gnus-save-hidden-threads macro.
8926
8927 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
8928
8929 * faces.el (face-set-after-frame-default): Obey the
8930 `customized-face' for new faces.
8931
8932 1999-03-30 Dave Love <fx@gnu.org>
8933
8934 * international/mule-cmds.el (current-language-environment): Doc fix.
8935 * abbrev.el (abbrev-mode): Doc fix.
8936 * autoinsert.el (auto-insert-mode): Doc fix.
8937 * complete.el (partial-completion-mode): Doc fix.
8938 * avoid.el (mouse-avoidance-mode): Doc fix.
8939 * delsel.el (delete-selection-mode): Doc fix.
8940 * font-lock.el (global-font-lock-mode): Doc fix.
8941 * help.el (temp-buffer-resize-mode): Doc fix.
8942 * hscroll.el (hscroll-global-mode): Doc fix.
8943 * icomplete.el (icomplete-mode): Doc fix.
8944 * mouse-sel.el (mouse-sel-mode): Doc fix.
8945 * paren.el (show-paren-mode): Doc fix.
8946 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
8947 * time.el (display-time-mode): Doc fix.
8948 * type-break.el (type-break-mode): Doc fix.
8949 * which-func.el (which-func-mode-global): Doc fix.
8950 * winner.el (winner-mode): Doc fix.
8951
8952 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
8953
8954 * wid-edit.el (widget-before-change): Signal text-read-only rather
8955 than an ordinary error.
8956
8957 1999-03-30 Richard M. Stallman <rms@gnu.org>
8958
8959 * repeat.el: Don't require advice.
8960 (repeat): Do function-indirection in check for kbd macro.
8961 In self-insert case, use the *last* char in INSERTION.
8962
8963 1999-03-30 Karl Heuer <kwzh@gnu.org>
8964
8965 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
8966
8967 1999-03-29 Andreas Schwab <schwab@gnu.org>
8968
8969 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
8970 comint-input-filter-functions. Make variables related to shell
8971 directory tracking local.
8972
8973 1999-03-26 Andreas Schwab <schwab@gnu.org>
8974
8975 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
8976
8977 * simple.el (shell-command-on-region): Cope with exit-status being
8978 nil, which happens if call-process-region was interrupted.
8979
8980 1999-03-26 Richard M. Stallman <rms@gnu.org>
8981
8982 * simple.el (indent-new-comment-line): Handle use at a point
8983 after a comment-end. Handle multiple comments.
8984
8985 * mail/rmail.el (rmail-decode-babyl-format):
8986 To prevent locking, bind buffer-file-name to nil.
8987
8988 1999-03-26 Karl Fogel <kfogel@red-bean.com>
8989
8990 * mail-hist.el (mail-hist-current-header-name): Don't make
8991 off-by-one-error when determining if in message body.
8992
8993 1999-03-25 Andrew Innes <andrewi@gnu.org>
8994
8995 * w32-fns.el (set-default-process-coding-system): Copied from
8996 dos-w32.el, but modified to use Unix line endings for process
8997 input, and to add a suitable entry to process-coding-system-alist
8998 for DOS shells.
8999
9000 * dos-fns.el (set-default-process-coding-system): Copied from
9001 dos-w32.el.
9002
9003 * dos-w32.el (set-default-process-coding-system): Move function to
9004 dos-fns.el; a different version is used in w32-fns.el.
9005
9006 1999-03-24 Dave Love <fx@gnu.org>
9007
9008 * info.el (Info-directory-list): Revert change to re-writing
9009 Info-default-directory-list, but put `alternative' first.
9010 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9011
9012 1999-03-23 Simon Marshall <simon@gnu.org>
9013
9014 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9015 on the line by itself.
9016 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9017 it is not in a declarative context.
9018
9019 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9020
9021 * cus-edit.el (custom-variable-prompt): Allow customization of
9022 autoloaded symbols.
9023
9024 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9025
9026 * simple.el (what-cursor-position): Don't cause error when point
9027 is at invalid multibyte sequence.
9028
9029 1999-03-21 Karl Heuer <kwzh@gnu.org>
9030
9031 * complete.el (partial-completion-mode): Doc fix.
9032
9033 1999-03-19 Richard M. Stallman <rms@gnu.org>
9034
9035 * progmodes/cplus-md.el (old-c++): Remove :group.
9036
9037 * progmodes/c-mode.el (old-c): Remove :group.
9038
9039 1999-03-18 Simon Marshall <simon@gnu.org>
9040
9041 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9042 (java-font-lock-keywords-2): Added "strictfp" keyword.
9043
9044 1999-03-17 Jason Rumney <jasonr@altavista.net>
9045
9046 * w32-fns.el (set-w32-system-coding-system) New function.
9047 (w32-system-coding-system) Initialize to 'iso-latin-1.
9048
9049 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9050
9051 * international/mule-cmds.el (set-language-environment): Fix
9052 previous change: don't use dos-codepage when unbound.
9053
9054 1999-03-17 Karl Heuer <kwzh@gnu.org>
9055
9056 * calendar/appt.el (appt-make-list): Fix previous change.
9057
9058 1999-03-16 Richard M. Stallman <rms@gnu.org>
9059
9060 * window.el (shrink-window-if-larger-than-buffer):
9061 Don't try to redisplay with the cursor at the end
9062 on its own line--that would force a scroll and spoil things.
9063
9064 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9065
9066 * international/mule-cmds.el (set-language-environment): Don't use
9067 cpNNN-nonascii-translation-table if it is unbound.
9068
9069 * term/internal.el (dos-codepage-setup): Compute the unibyte
9070 syntax table and bind unibyte-display-via-language-environment
9071 here, rather than at top level, so that resetting to unibyte in
9072 .emacs works as expected.
9073
9074 1999-03-15 Simon Marshall <simon@gnu.org>
9075
9076 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9077
9078 1999-03-14 Milan Zamazal <pdm@pvt.net>
9079
9080 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9081
9082 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9083
9084 * international/mule-util.el (detect-coding-with-priority):
9085 Restore the internal database.
9086
9087 1999-03-14 Stephen Eglen <stephen@gnu.org>
9088
9089 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9090 if mail-from-style has invalid value.
9091
9092 1999-03-12 Karl Heuer <kwzh@gnu.org>
9093
9094 * vc.el (vc-delete-logbuf-window): New var.
9095 (vc-finish-logentry): Use it.
9096
9097 1999-03-12 Richard M. Stallman <rms@gnu.org>
9098
9099 * startup.el (command-line-1): Improve startup msg.
9100
9101 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9102
9103 * speedbar.el: Added commentary about stealthy functions.
9104 (speedbar-message) new function.
9105 (speedbar-y-or-n-p): New function
9106 (speedbar-with-attached-buffer) Moved macro before reference.
9107 Now uses `save-selected-window'.
9108 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9109 speedbar-generic-item-info, speedbar-item-info-file-helper,
9110 speedbar-item-delete, speedbar-insert-generic-list,
9111 speedbar-timer-fn, speedbar-check-vc-this-line,
9112 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9113 speedbar-buffers-item-info) Use speedbar-message.
9114 (speedbar-item-info) Limit `message-log-max'.
9115 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9116 speedbar-item-delete, speedbar-item-object-delete,
9117 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9118
9119 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9120
9121 * server.el (server-start): Set coding system for the server
9122 process to raw-text.
9123 (server-process-filter): Decode file names if necessary.
9124
9125 1999-03-12 Dave Love <fx@gnu.org>
9126
9127 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9128
9129 * textmodes/paragraphs.el (sentence-end): Doc fix.
9130
9131 1999-03-11 Karl Heuer <kwzh@gnu.org>
9132
9133 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9134
9135 1999-03-09 Karl Heuer <kwzh@gnu.org>
9136
9137 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9138 (ispell-dictionary-alist-2): Likewise.
9139 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9140 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9141 (ispell-dictionary-alist): Build from six pieces, not just two.
9142
9143 * ps-bdf.el (bdf-directory-list): Doc fix.
9144
9145 * enriched.el (enriched-mode): Make var permanent-local.
9146
9147 1999-03-09 Dave Love <fx@gnu.org>
9148
9149 * textmodes/sgml-mode.el (html-mode): Use
9150 sentence-end-double-space when setting sentence-end.
9151
9152 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9153
9154 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9155
9156 1999-03-08 Felix Lee <flee@cygnus.com>
9157
9158 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9159
9160 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9161
9162 1999-03-08 Karl Heuer <kwzh@gnu.org>
9163
9164 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9165 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9166
9167 * dired.el (dired-do-copy-regexp): Doc fix.
9168 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9169
9170 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9171
9172 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9173
9174 1999-03-08 Jason Rumney <jasonr@altavista.net>
9175
9176 * international/codepage.el (cp1250-decode-table)
9177 (cp1251-decode-table, cp1253-decode-table)
9178 (cp1257-decode-table): New translation tables for MS Windows codepages.
9179 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9180
9181 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9182
9183 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9184
9185 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9186
9187 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9188
9189 * term/internal.el (top level): Display character 255 as 8bit as well.
9190
9191 1999-03-06 Dave Love <fx@gnu.org>
9192
9193 * progmodes/cc-cmds.el (c-outline-level): Bind
9194 buffer-invisibility-spec.
9195
9196 * progmodes/c-mode.el (c-outline-level): Likewise.
9197
9198 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9199
9200 1999-03-05 Felix Lee <flee@cygnus.com>
9201
9202 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9203
9204 1999-03-05 Richard M. Stallman <rms@gnu.org>
9205
9206 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9207
9208 1999-03-05 Andrew Innes <andrewi@gnu.org>
9209
9210 * w32-fns.el (convert-standard-filename): Convert directory
9211 separators to Windows format.
9212
9213 1999-03-05 Andreas Schwab <schwab@gnu.org>
9214
9215 * international/skkdic-cnv.el: Provide skkdic-cnv.
9216 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9217 (batch-skkdic-convert): Doc fix.
9218
9219 1999-03-04 Dave Love <fx@gnu.org>
9220
9221 * custom.el (custom-set-variables): Protect against setter errors.
9222
9223 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9224
9225 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9226 the file sizes from overflowing.
9227 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9228 Under -s, print the size in blocks with %4.0f, in case they have
9229 a *really* huge file.
9230
9231 1999-03-03 Dave Love <fx@gnu.org>
9232
9233 * options.el (edit-options): Doc fix.
9234 (list-options): Don't lose with unbound symbols. Maintain
9235 Edit-options-mode.
9236
9237 1999-03-01 Dave Love <fx@gnu.org>
9238
9239 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9240
9241 1999-02-28 Richard M. Stallman <rms@gnu.org>
9242
9243 * ispell.el (ispell-dictionary-alist-override): New variable.
9244 (ispell-dictionary-alist): Don't setq it,
9245 if ispell-dictionary-alist-override is set.
9246
9247 * simple.el (shell-command-default-error-buffer): Renamed from
9248 shell-command-on-region-default-error-buffer.
9249 (shell-command-on-region): Mention in echo area when there
9250 is some error output. Mention success or failure, too.
9251 Accumulate multiple error outputs
9252 going forward, with formfeed in between. Display the error buffer
9253 when we have put something in it.
9254 (shell-command): Add the ERROR-BUFFER argument feature.
9255
9256 1999-02-28 Karl Heuer <kwzh@gnu.org>
9257
9258 * mail/mh-utils.el (mh-lib): Doc fix.
9259 (mh-lib-progs, mh-nmh-p): New vars.
9260 (mh-find-progs): Set mh-lib-progs along with other vars.
9261 (mh-path-search): New arg FUNC-P; if specified, use that instead
9262 of mh-file-command-p.
9263 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9264
9265 * mail/mh-comp.el (mh-repl-formfile): New var.
9266 (mh-smail-batch): Don't ignore all arguments.
9267 (mh-reply): Do the right thing when using nmh.
9268
9269 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9270
9271 * international/mule-cmds.el (select-safe-coding-system): Be sure
9272 to show a buffer being decoded.
9273
9274 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9275
9276 * ps-bdf.el (bdf-directory-list): Initialize it to
9277 '("/usr/local/share/emacs/fonts/bdf").
9278
9279 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9280
9281 * ps-print.el: PostScript programming fix.
9282 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9283 setpagedevice operator).
9284
9285 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9286
9287 * ps-print.el: Doc fix, font size specifies landscape and portrait
9288 sizes.
9289 (ps-print-version): New version number (4.1.4).
9290 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9291 Specifies landscape and portrait sizes.
9292 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9293 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9294 fix.
9295 (ps-get-font-size): New fun.
9296 (ps-font-size-internal, ps-header-font-size-internal)
9297 (ps-header-title-font-size-internal): New vars.
9298
9299 * ps-mule.el: Change of ps-print font size variable name.
9300 (ps-mule-generate-font): Fun fix.
9301 (ps-mule-begin-job): Programming uniformization.
9302
9303 1999-02-25 Dave Love <fx@gnu.org>
9304
9305 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9306 (help-make-xrefs): Do Info case first.
9307
9308 * repeat.el: Don't require advice.
9309 (repeat-last-kill-command): Variable deleted.
9310
9311 1999-02-25 Richard Stallman <rms@gnu.org>
9312
9313 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9314 case just because the current buffer is the output buffer.
9315
9316 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9317
9318 * simple.el (what-cursor-position): To show the character's
9319 encoding, use encoded-string-description instead of information
9320 of chaset-origin-alist.
9321
9322 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9323 (encoded-code-description): New function.
9324 (encoded-string-description): New function.
9325 (encode-coding-char): New function.
9326
9327 1999-02-25 Andrew Innes <andrewi@gnu.org>
9328
9329 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9330 checking for .emacs[.el[c]].
9331
9332 1999-02-24 Richard Stallman <rms@gnu.org>
9333
9334 * help.el (describe-function-1): Don't print a whole lambda-function.
9335
9336 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9337
9338 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9339 inputting ?\240.
9340
9341 1999-02-23 Karl Heuer <kwzh@gnu.org>
9342
9343 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9344
9345 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9346 (clean-buffer-list-kill-buffer-names): Doc fix.
9347
9348 * gud.el (gud-jdb-massage-args): Spelling fix.
9349
9350 1999-02-23 Richard M. Stallman <rms@gnu.org>
9351
9352 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9353
9354 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9355
9356 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9357 excursion while calling set-auto-coding-function.
9358
9359 * play/handwrite.el (handwrite): Require ps-print, and use
9360 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9361 if it's defined, instead of forking ps-lpr-command unconditionally.
9362
9363 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9364
9365 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9366 charset-origin-alist property to a coding system for the codepage.
9367
9368 * international/mule.el: Modify comment for charset-origin-alist
9369 property of a coding system.
9370
9371 * simple.el (what-cursor-position): charset-origin-alist property
9372 of a coding system may be a translation table or a symbol of which
9373 `translation-table' property is a translation table.
9374
9375 1999-02-21 Richard Stallman <rms@gnu.org>
9376
9377 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9378 to the "html" template.
9379
9380 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9381
9382 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9383
9384 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9385
9386 * dirtrack.el (dirtrack): Check for the prompt in the input string
9387 instead of the buffer.
9388
9389 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9390
9391 * sql.el: Set version to 1.4.1. Changed mail address to
9392 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9393 (sql-input-ring-separator): Doc fix.
9394 (sql-mode-syntax-table): double-dash starts comments is defined as
9395 ". 56" instead of ". 12b" for XEmacs.
9396 (sql-stop, sql-interactive-mode): Doc fixes.
9397 (sql-postgres): Queries for database and server, not just one.
9398 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9399
9400 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9401 changed. This is needed for master.el to work.
9402 (sql-set-sqli-buffer): Use the new hook.
9403
9404 * sql.el (sql-make-alternate-buffer-name): Function that sets
9405 sql-alternate-buffer-name.
9406 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9407 (sql-interactive-mode): Set sql-alternate-buffer-name.
9408 (sql-rename-buffer): New command.
9409 (sql-interactive-mode-menu): Menu for SQLi buffers.
9410
9411 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9412 and sql-input-ring-file-name are used to temporarily set
9413 comint-input-ring-file-name and comint-input-ring-separator when
9414 reading and writing input history files.
9415
9416 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9417 (sql-input-ring-file-name): New variable with customization.
9418 (sql-input-ring-separator): New variable with customization.
9419 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9420 Callers changed.
9421 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9422 now includes the name of the current buffer.
9423
9424 (sql-mode): Set paragraph-separate and paragraph-start so that
9425 sql-send-paragraph sends the entire SQL statements, even if it
9426 contains indented lines.
9427
9428 1999-02-18 Dave Love <fx@gnu.org>
9429
9430 * format.el (format-encode-run-method, format-decode-run-method):
9431 Fix previous change.
9432
9433 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9434
9435 * international/mule.el (coding-system-list): Moved here from
9436 mule-util.el to avoid autoloading mule-util by the call of
9437 select-safe-coding-system.
9438
9439 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9440
9441 * simple.el (turn-on-auto-fill): Mark it as an option for
9442 `text-mode-hook'.
9443
9444 1999-02-17 Richard Stallman <rms@gnu.org>
9445
9446 * emacs-lisp/easymenu.el (easy-menu-get-map):
9447 Don't crash if (current-local-map) is nil.
9448
9449 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9450
9451 * filecache.el (file-cache-filter-regexps): Added .class.
9452
9453 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9454
9455 * international/mule-util.el (decompose-region): Use
9456 insert-buffer-substring instead of insert-buffer to avoid putting
9457 mark.
9458
9459 1999-02-17 Andreas Schwab <schwab@gnu.org>
9460
9461 * calendar/cal-move.el (scroll-calendar-left): Don't set
9462 displayed-month and displayed-year here, let generate-calendar do
9463 it, after range checking.
9464
9465 1999-02-17 Simon Marshall <simon@gnu.org>
9466
9467 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9468
9469 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9470 correctly between an object declared via a constructor and a method.
9471 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9472 (java-font-lock-keywords-1): Fontify package names individually.
9473 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9474 (java-font-lock-keywords-2): Simplify type fontification.
9475 (java-font-lock-keywords-3): Likewise.
9476
9477 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9478
9479 * language/japanese.el (iso-2022-jp-2): New coding system.
9480 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9481
9482 1999-02-16 Dave Love <fx@gnu.org>
9483
9484 * help.el (describe-function-1): Accept non-symbols.
9485
9486 1999-02-16 Paul Eggert <eggert@twinsun.com>
9487
9488 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9489 find the last match if there are multiple matches.
9490
9491 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9492
9493 * tex-mode.el (tex-run-command, latex-run-command)
9494 (slitex-run-command, tex-command): Doc changes.
9495 (tex-start-options-string): Autoload it. Doc change. Provide
9496 a menu for customization. Allow nil. Quote backslashes only once.
9497 (tex-start-tex): Handle nil value of tex-start-options-string
9498 and apply shell-quote-argument to it.
9499
9500 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9501
9502 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9503 the size in blocks, since it can be a float.
9504 (ls-lisp-format): Likewise
9505
9506 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9507
9508 * language/japanese.el (japanese-shift-jis): Add
9509 charset-origin-alist property.
9510
9511 1999-02-15 Richard Stallman <rms@gnu.org>
9512
9513 * progmodes/compile.el (compile-internal): Use save-selected-window.
9514
9515 * subr.el (momentary-string-display): Bind inhibit-read-only.
9516
9517 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9518
9519 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9520
9521 * mail/rmail.el (rmail-show-message): If an unseen message has a
9522 Summary-line in its header, get past one more line before looking
9523 for the X-Coding-System header.
9524
9525 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9526
9527 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9528 explicitly to accomodate Windows 9X lack of a useful copy program.
9529
9530 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9531
9532 * wid-edit.el (widget-choice-value-create): Use `equal'
9533 instead of `eq'.
9534
9535 1999-02-14 Richard Stallman <rms@gnu.org>
9536
9537 * international/iso-transl.el:
9538 (iso-transl-ae): Renamed from iso-transl-e-slash.
9539 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9540 (iso-transl-AE): Renamed from iso-transl-E-slash.
9541 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9542 (iso-transl-char-map): Related changes.
9543
9544 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9545
9546 1999-02-13 Richard Stallman <rms@gnu.org>
9547
9548 * textmodes/texinfmt.el (texinfo-alias): New function.
9549 (texinfo-fold-nodename-case): Add defvar.
9550 (texinfo-format-node): Do case folding if specified.
9551
9552 * ffap.el (ffap-file-at-point): Test local file names
9553 immediately. Strip off line numbers.
9554
9555 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9556
9557 * sql.el: Set version to 1.3.2
9558 (sql-solid-program): Added support for solid.
9559 (sql-help): Doc mentions sql-solid.
9560 (sql-solid): Entry function for Solid.
9561 (sql-buffer): Doc explains the use of the variable and how to
9562 change it.
9563 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9564 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9565 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9566 is new.
9567 (sql-show-sqli-buffer): New function to display the value of
9568 sql-buffer.
9569 (sql-change-sqli-buffer): New function to change sql-buffer.
9570 (sql-mode): Doc explains how to change sql-buffer.
9571 (sql-send-paragraph): New function to send a paragraph.
9572 (sql-mode-map): Added keybinding for sql-send-paragraph.
9573 (sql-mysql): Doc corrected.
9574 (sql-ms): Doc corrected.
9575
9576 * sql.el (sql-server): Doc fix.
9577 (sql-mysql): Added the use of sql-server to specify the host,
9578 sql-database now specifies database instead of host.
9579 (sql-mode-menu): Send... menu items are only active if sql-buffer
9580 is non-nil.
9581 (sql-help): Changed tag of entry functions a bit.
9582
9583 * sql.el: Added keywords from `finder-by-keyword'.
9584 (sql-mode): Made sql-buffer a local variable, changed the
9585 documentation: removed instructions to add *.sql files to
9586 auto-mode-alist, added documentation for having mutliple SQL
9587 buffers sending their stuff to different SQLi buffers, each
9588 running a different process.
9589 (sql-postgres): Quoted *SQL* in doc string.
9590 (sql-ms): Likewise.
9591 (sql-ingres): Likewise.
9592 (sql-ingres): Quoted *SQL* in doc string, added references to
9593 sql-user and sql-password used during login.
9594 (sql-sybase): Quoted *SQL* in doc string, added comma.
9595 (sql-oracle): Likewise.
9596 (sql-interactive-mode): Added extensive documentation for having
9597 mutliple SQL buffers sending their stuff to different SQLi
9598 buffers, each running a different process.
9599 (sql-buffer): Changed doc from *SQL* to SQLi.
9600 (sql-get-login): Doc fix.
9601
9602 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9603
9604 * international/mule-conf.el (undecided): Set ascii in
9605 safe-charsets property.
9606
9607 1999-02-12 Richard Stallman <rms@gnu.org>
9608
9609 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9610
9611 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9612
9613 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9614 value to ps-mule-font-info-database-latin.
9615
9616 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9617
9618 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9619 (ps-mule-font-info-database-default): New variable.
9620 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9621 ps-mule-font-info-database-default.
9622
9623 1999-02-12 Dave Love <fx@gnu.org>
9624
9625 * timezone.el (timezone-make-date-sortable)
9626 (timezone-make-date-arpa-standard): Doc fix.
9627
9628 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9629
9630 * international/quail.el (quail-show-kbd-layout): Bind
9631 blink-matching-paren to nil.
9632
9633 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9634 for ASCII and Latin-1.
9635
9636 1999-02-12 Andreas Schwab <schwab@gnu.org>
9637
9638 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9639
9640 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9641
9642 * international/mule-cmds.el (language-info-alist): Remove
9643 description about charset-origin-alist.
9644
9645 * international/mule.el: Comment added for a new coding system
9646 property `charset-origin-alit'.
9647 (make-translation-table): This variable deleted.
9648
9649 * language/chinese.el (chinese-big5): Add charset-origin-alist
9650 property.
9651 ("Chinese-CNS"): Remove charset-origin-alist property.
9652
9653 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9654 property.
9655 (cyrillic-alternativnyj): Likewise.
9656 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9657 ("Cyrillic-ALT"): Likewise.
9658
9659 * language/vietnamese.el (vietnamese-viqr): Add
9660 charset-origin-alist property.
9661 ("Vietnamese"): Remove charset-origin-alist property.
9662
9663 * simple.el (what-cursor-position): Don't use the varialbe
9664 charset-origin-alist, but use charset-origin-alist property of
9665 buffer-file-coding-system to decide external character set code.
9666
9667 1999-02-10 Richard Stallman <rms@gnu.org>
9668
9669 * shadowfile.el: Don't turn on the mode when the file is loaded.
9670
9671 1999-02-09 Richard Stallman <rms@gnu.org>
9672
9673 * progmodes/compile.el (compile-auto-highlight): Customize.
9674
9675 * add-log.el (add-log-file-name-function): New variable.
9676 (add-change-log-entry): Call that function, if non-nil.
9677
9678 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9679
9680 * rmail.el (rmail-search): Track match with a marker, not an integer.
9681
9682 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9683
9684 * progmodes/compile.el (compilation-setup): Set value of
9685 compilation-directory-stack as in compilation-forget-errors.
9686 (compile-reinitialize-errors): Bind buffer-undo-list and
9687 deactivate-mark.
9688 (compilation-forget-errors): Likewise.
9689
9690 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9691
9692 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9693 def... constructs.
9694
9695 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9696 Remove calls to sleep-for.
9697
9698 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9699
9700 * international/codepage.el (cp-coding-system-for-codepage-1): On
9701 MS-DOS, use dos-unsupported-char-glyph for characters not
9702 supported by the codepage.
9703 (cp-make-coding-systems-for-codepage): Likewise.
9704
9705 1999-02-08 Andreas Schwab <schwab@gnu.org>
9706
9707 * international/mule-util.el (coding-system-list): Don't sort
9708 coding-system-list here.
9709
9710 * international/mule.el (coding-system-lessp): Moved here from
9711 mule-util.el
9712 (add-to-coding-system-list): New function.
9713 (make-subsidiary-coding-system, make-coding-system,
9714 define-coding-system-alias): Use it instead of setting
9715 coding-system-list directly.
9716
9717 1999-02-07 Dave Love <fx@gnu.org>
9718
9719 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9720 onto message.
9721
9722 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9723
9724 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9725 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9726
9727 1999-02-06 Richard Stallman <rms@gnu.org>
9728
9729 * language/european.el (setup-slovenian-environment): New function.
9730 ("Slovenian"): New language environment.
9731
9732 * progmodes/sql.el (sql-help): Doc fix.
9733 (sql-mysql): Doc fix.
9734
9735 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9736
9737 * tex-mode.el: When compiling, require compare-w and skeleton
9738 to pacify the byte-compiler. Move the def's of the tex-commands
9739 together. Add a comment on kill-process vs. quit-process.
9740
9741 1999-02-05 Dave Love <fx@gnu.org>
9742
9743 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9744 null markers.
9745 (compile-goto-error): Likewise.
9746
9747 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
9748
9749 * time-stamp.el (time-stamp-format): Format doc tighter.
9750 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9751 (time-stamp): Don't re-write the time stamp if it didn't change.
9752
9753 1999-02-05 Alex Schroeder <asc@bsiag.com>
9754
9755 * progmodes/sql.el: Changed version to 1.2.1.
9756 (sql-pop-to-buffer-after-send-region): Improved documentation.
9757 (sql-mysql-program): Added MySQL support.
9758 (sql-prompt-length): Made prompt-length configurable.
9759 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9760 (sql-help): Added MySQL support, changed documentation.
9761 (sql-send-region): A message is displayed if something is sent.
9762 (sql-mode): Added buffer-local comment-start.
9763 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9764 (sql-interactive-mode): Added buffer-local comment-start.
9765 (sql-oracle): Set sql-prompt-length.
9766 (sql-sybase): Set sql-prompt-length.
9767 (sql-mysql): Added MySQL support.
9768 (sql-ingres): Set sql-prompt-length.
9769 (sql-ms): Set sql-prompt-length.
9770 (sql-postgres): Set sql-prompt-length.
9771
9772 1999-02-04 Eli Zaretskii <eliz@gnu.org>
9773
9774 * term/internal.el (dos-codepage-setup): Set selection coding
9775 system to cpNNN-dos.
9776
9777 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9778
9779 * international/characters.el: Let ethiopic use iso-2022-7bit.
9780
9781 1999-02-02 Dave Love <fx@gnu.org>
9782
9783 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9784 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9785
9786 1999-02-02 Karl Heuer <kwzh@gnu.org>
9787
9788 * terminal.el (terminal-emulator): Doc fix.
9789
9790 1999-02-02 Ken'ichi Handa <handa@gnu.org>
9791
9792 * international/mule-util.el (compose-chars): Doc-string
9793 modified. Correctly handle a composition character in ARGS.
9794
9795 1999-02-01 Richard Stallman <rms@gnu.org>
9796
9797 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9798 (makefile-menu-index-function): Function deleted.
9799 (makefile-mode): Use makefile-imenu-generic-expression.
9800
9801 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
9802
9803 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9804 change, invoke from before-init-hook.
9805
9806 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
9807
9808 * subr.el (remove-from-invisibility-spec): Cope with the case when
9809 buffer-invisibility-spec is t.
9810
9811 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
9812
9813 * calendar/calendar.el (calendar-mode-map): Fix bindings for
9814 appt-add and appt-delete.
9815
9816 1999-02-01 Eli Zaretskii <eliz@gnu.org>
9817
9818 * term/pc-win.el (msdos-approximate-color): New function.
9819 (msdos-color-translate): Call it to find a DOS color that best
9820 approximates an X-style "#NNNNNN" color specification.
9821
9822 1999-02-01 Ken'ichi Handa <handa@gnu.org>
9823
9824 * international/mule-util.el (compose-chars-component): Add
9825 autoload cookie.
9826
9827 1999-01-31 Ken'ichi Handa <handa@gnu.org>
9828
9829 * international/quail.el (quail-lookup-key): If cdr of MAP is a
9830 function, replace cdr of MAP by the return value of the function
9831 unconditionally.
9832
9833 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9834
9835 * progmodes/compile.el (compilation-next-error-locus): Don't
9836 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9837
9838 1999-01-31 Eli Zaretskii <eliz@gnu.org>
9839
9840 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9841 and NLs before "charset", and allow the charset name be in double
9842 quotes.
9843
9844 1999-01-31 Richard Stallman <rms@gnu.org>
9845
9846 * imenu.el (imenu-sort-function): Fix custom type.
9847
9848 1999-01-30 Richard Stallman <rms@gnu.org>
9849
9850 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9851 (speedbar-line-token): Likewise.
9852
9853 * play/gametree.el (gametree-default-score): Use defcustom.
9854 (gametree-score-regexp, gametree-score-closer): Likewise.
9855 (gametree-score-manual-flag, gametree-score-opener): Likewise.
9856
9857 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9858
9859 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9860 decoding.
9861
9862 1999-01-29 Markus Rost <rost@gnu.org>
9863
9864 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9865 tex-validate-buffer.
9866 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9867 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
9868 now with recent occur-mode.
9869 (tex-validate-region): Really walk through all Sexps.
9870 (tex-region): Bind shell-dirtrack-verbose.
9871 (tex-file, tex-bibtex-file): Likewise.
9872
9873 1999-01-29 Dave Love <fx@gnu.org>
9874
9875 * finder.el: (finder-commentary): Fix interactive spec. Try
9876 appending .el to file name.
9877 (finder-find-library, finder-commentary): Doc fixes.
9878
9879 1999-01-29 Andrew Innes <andrewi@gnu.org>
9880
9881 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9882 where the userid contains directory separators.
9883
9884 1999-01-29 Dave Love <fx@gnu.org>
9885
9886 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9887 (lm-commentary): Doc fix.
9888
9889 1999-01-29 Andreas Schwab <schwab@gnu.org>
9890
9891 * files.el (file-expand-wildcards): Never consider `.' and `..' a
9892 wildcard match. Fix regexp that tests if dirpart contains
9893 wildcard characters.
9894
9895 1999-01-28 Richard Stallman <rms@gnu.org>
9896
9897 * font-lock.el (font-lock-default-unfontify-region):
9898 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
9899
9900 1999-01-27 Jason Rumney <jasonr@altavista.net>
9901
9902 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
9903 from FAMILY field.
9904 (w32-create-initial-fontsets): Do not use before-init-hook.
9905 (mouse-set-font): Document. Automatically create and use fontsets.
9906
9907 * dos-w32.el (direct-print-region-helper): Check for printer
9908 being t as well as a string.
9909
9910 1999-01-27 Kenichi Handa <handa@etl.go.jp>
9911
9912 * mail/rmail.el (rmail-decode-mime-charset): New variable.
9913 (rmail-mime-charset-pattern): New variable.
9914 (rmail-convert-to-babyl-format): Decode by MIME-charset if
9915 rmail-decode-mime-charset is non-nil.
9916
9917 1999-01-27 Ken'ichi Handa <handa@gnu.org>
9918
9919 * international/characters.el: Set category `q' for all characters
9920 in tibetan and tibetan-1-column.
9921
9922 1999-01-27 Andrew Innes <andrewi@gnu.org>
9923
9924 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
9925 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
9926
9927 1999-01-27 Dave Love <fx@gnu.org>
9928
9929 * international/mule-cmds.el (current-language-environment):
9930 Provide :link, :type (choices) and appropriate :get.
9931
9932 1999-01-27 Eli Zaretskii <eliz@gnu.org>
9933
9934 * startup.el (command-line): Set default eol-mnemonic-* strings to
9935 display end-of-line format in mode line.
9936
9937 * cus-start.el (all): Add eol-mnemonic-* variables.
9938
9939 1999-01-26 Dave Love <fx@gnu.org>
9940
9941 * startup.el (command-line-1): Up-date copyright.
9942
9943 * paths.el (Info-default-directory-list): Use configdir twice.
9944
9945 * info.el (Info-directory-list): Don't set path-separator now
9946 we're not shipped with Texinfo. Simplify path definition.
9947 Substitute all occurrences of instdir in Info-default-directory-list.
9948
9949 1999-01-25 Richard Stallman <rms@gnu.org>
9950
9951 * startup.el (normal-top-level-add-subdirs-to-load-path):
9952 Record the inode numbers of the dirs processed, to avoid loop.
9953
9954 * textmodes/tex-mode.el (tex-run-command): Doc fix.
9955
9956 1999-01-25 Dave Love <fx@gnu.org>
9957
9958 * browse-url.el (browse-url-netscape-program): Doc addition.
9959
9960 * help.el (help-make-xrefs): Default info references to an `(emacs)'
9961 prefix.
9962
9963 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
9964 auto-mode-alist.
9965
9966 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9967
9968 * calendar/diary-lib.el (mark-diary-entries): Use
9969 assoc-ignore-case and do not capitalize when matching month and
9970 day names.
9971
9972 * calendar/calendar.el (calendar-read-date): Ditto.
9973
9974 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9975 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9976
9977 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
9978
9979 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9980
9981 * calendar/cal-islam.el (calendar-goto-islamic-date)
9982 (mark-islamic-diary-entries): Ditto.
9983
9984 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9985
9986 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9987 (calendar-read-mayan-tzolkin-date): Ditto.
9988
9989 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
9990
9991 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
9992
9993 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
9994
9995 1999-01-25 Karl Heuer <kwzh@gnu.org>
9996
9997 * faces.el (list-faces-display): Multiline case of previous fix.
9998
9999 1999-01-25 Andreas Schwab <schwab@gnu.org>
10000
10001 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10002
10003 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10004
10005 * files.el (find-file): If find-file-noselect returns a list,
10006 do switch-to-buffer on each element.
10007 (find-file-other-window): Likewise for all but the first element.
10008 (find-file-other-frame): Same.
10009 (find-file-noselect): When we expand a wildcard, return a list
10010 of buffers.
10011
10012 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10013
10014 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10015 to set the appropriate cpNNN-dos coding system as the
10016 highest-priority coding system.
10017
10018 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10019
10020 * international/fontset.el (generate-fontset-menu): Return a
10021 sorted list by plain names of fontsets.
10022
10023 * international/mule-diag.el (list-fontsets): Sort fontsets by
10024 plain names.
10025
10026 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10027 FIRST is a composite character, decompose it at first.
10028
10029 1999-01-23 Dave Love <fx@gnu.org>
10030
10031 * format.el: Doc fixes.
10032 (format-encode-run-method): Have things happen in the right buffer.
10033 Deal with errors from method. Set coding-system-for-write.
10034 (format-decode-run-method): Have things happen in the right buffer.
10035 Deal with errors from method. Set coding-system-for-read.
10036 (format-alist): Use nil instead of unmatchable regexps.
10037
10038 * simple.el (shell-command-on-region): Return command's exit status.
10039
10040 1999-01-23 Eric Ludlam <zappo@gnu.org>
10041
10042 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10043 of the file whose info we want to display.
10044 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10045 (speedbar-add-mode-functions-list) Improve doc.
10046 (speedbar-line-token) New function.
10047 (speedbar-dired) Fix order of directories in -shown-directories.
10048 (speedbar-line-path): Default return is default-directory
10049 (speedbar-buffers-line-path): Return is dir name only.
10050 (speedbar-mode-functions-list): New variable.
10051 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10052 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10053 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10054 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10055 New functions.
10056 (speedbar-line-file): Broke out part that fetches file from a line.
10057 (speedbar-line-text): New function extracted from speedbar-line-file.
10058 (speedbar-line-path): Converted into a replaceable function.
10059 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10060
10061 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10062
10063 * international/fontset.el (create-fontset-from-x-resource): Make
10064 style variants.
10065
10066 1999-01-22 Dave Love <fx@gnu.org>
10067
10068 * paths.el (Info-default-directory-list): Put sysdir after start.
10069
10070 1999-01-22 Sam Steingold <sds@goems.com>
10071
10072 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10073 a process associated with it.
10074
10075 1999-01-22 Jason Rumney <jasonr@altavista.net>
10076
10077 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10078
10079 1999-01-22 Felix Lee <flee@cygnus.com>
10080
10081 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10082 major-mode.
10083 (vc-annotate-mode): Delete variable.
10084
10085 1999-01-22 Andrew Innes <andrewi@gnu.org>
10086
10087 * startup.el (command-line): [windows-nt]: Check for existence of
10088 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10089 in preference to _emacs.
10090
10091 1999-01-22 Dave Love <fx@gnu.org>
10092
10093 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10094
10095 1999-01-20 Richard Stallman <rms@gnu.org>
10096
10097 * files.el (find-file-noselect): Do wildcard processing only
10098 if new arg WILDCARDS is non-nil.
10099 (find-file, find-file-other-window): New arg WILDCARDS.
10100 Default it to non-nil if interactive.
10101 (find-file-other-frame): Likewise.
10102 (find-file-read-only): Likewise.
10103 (find-file-read-only-other-window): Likewise.
10104 (find-file-read-only-other-frame): Likewise.
10105
10106 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10107 (widget-plist-convert-option): Delete spurious comma.
10108
10109 1999-01-19 Jason Rumney <jasonr@altavista.net>
10110
10111 * term/w32-win.el (w32-standard-fontspec-spec): Change
10112 iso8859-5 to koi8-r. Add iso8859-9.
10113
10114 1999-01-19 Dave Love <fx@gnu.org>
10115
10116 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10117 its uses.
10118
10119 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10120 is active.
10121 (fortran-indent-subprogram): Likewise.
10122
10123 1999-01-19 Dave Love <d.love@dl.ac.uk>
10124
10125 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10126
10127 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10128
10129 * wid-edit.el (alist): Use sexp as default key-type.
10130
10131 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10132
10133 * textmodes/tex-mode.el (tex-define-common-keys):
10134 Remove key binding of tex-feed-input.
10135 (tex-mode-map): Bind tex-feed-input here.
10136 (tex-start-shell): Use compilation-shell-minor-mode. Set
10137 comint-input-filter-functions before running tex-shell-hook.
10138 (tex-start-tex): Forget compilation errors.
10139 (tex-compilation-parse-errors): Rewritten to work also with
10140 compile-mouse-goto-error and compile-goto-error. Adjusted to
10141 change in tex-region.
10142 (tex-region): For the temp file use file-name without directory.
10143 (tex-file): Expand file name of tex-print-file.
10144
10145 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10146
10147 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10148
10149 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10150
10151 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10152 beginning could cause Emacs to hang. Fixed.
10153
10154 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10155
10156 * international/ccl.el (ccl-compile-translate-character): Handle
10157 the case that a tranlation table is CCL register correctly.
10158
10159 * international/mule-cmds.el (select-safe-coding-system):
10160 Hightlight at most 256 characters.
10161
10162 1999-01-18 Dave Love <fx@gnu.org>
10163
10164 * startup.el (command-line): If the init file changes operation to
10165 unibyte, make all buffers unibyte and re-set language environment.
10166
10167 * disp-table.el (standard-display-european): Make all existing
10168 buffers unibyte. Fix doc.
10169
10170 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10171
10172 * wid-edit.el (coding-system): Define this unconditionally.
10173
10174 * simple.el (shell-command-on-region-default-error-buffer): New var.
10175 (shell-command-on-region): Use that variable as interactive
10176 value of ERROR-BUFFER argument.
10177
10178 1999-01-17 Sam Steingold <sds@goems.com>
10179
10180 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10181
10182 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10183
10184 * progmodes/compile.el (compilation-goto-locus): If already in the
10185 compilation buffer's window, keep it in that window.
10186 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10187 (compile-goto-error): Don't play with windows.
10188
10189 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10190 (tex-command): Doc fix.
10191 (tex-compilation-parse-errors): Doc fix.
10192 (tex-generate-zap-file-name): Don't start the name with -.
10193 (tex-expand-files): Works now also with strings ending with ":".
10194
10195 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10196
10197 Patch failed to install:
10198 * gametree.el: Document scoring functionality.
10199 (gametree-score-regexp): Add optional plus sign.
10200 (gametree-score-opener): Replace `:' with `=' as the former
10201 conflicts with gametree-half-ply-regexp.
10202 (gametree-transpose-following-leaves): Add.
10203 (gametree-insert-new-leaf): Make modifying commands barf in read
10204 only buffers.
10205 (gametree-break-line-here): Add a call to
10206 `gametree-transpose-following-leaves'. This maintains the
10207 necessary invariant that on each level all leaf children precede
10208 all nonleaf children. This has always been implied, but left to
10209 the user, and, unfortunately, undocumented.
10210
10211 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10212
10213 * wid-edit.el (plist, alist): New widget types.
10214
10215 1999-01-17 Dave Love <fx@gnu.org>
10216
10217 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10218 fix scope of condition-case therein.
10219
10220 1999-01-17 Andrew Innes <andrewi@gnu.org>
10221
10222 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10223 default-buffer-file-coding-system when file doesn't exist (and
10224 isn't covered by a special case) instead of forcing undecided-dos
10225 against the user's wishes.
10226
10227 * dos-w32.el (direct-print-region-helper): New function based on
10228 direct-print-region-function; sends data to specified printer port
10229 without further translation. Recognize and handle specially the
10230 standard `print' and `nprint' programs, as well as `lpr' and
10231 similar programs. Only write directly to the printer port if no
10232 print program is specified. Work around a bug in Windows 9x
10233 affecting Win32 version of Emacs by invoking command.com to write
10234 to the printer port instead of writing directly.
10235 (direct-print-region-function): Use direct-print-region-helper to
10236 do most of the work.
10237 (direct-ps-print-region-function): New function; analogue of
10238 direct-print-region-function for ps-print.
10239 (ps-lpr-command): Comment out setq; leave as example usage.
10240 (ps-lpr-switches): Ditto.
10241
10242 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10243 and MS-Windows.
10244 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10245 DOS and Windows platforms, to indicate direct printing. Update
10246 the docstring accordingly.
10247
10248 * ps-print.el: (ps-printer-name): Update docstring about usage on
10249 MS-DOS and MS-Windows.
10250 (ps-lpr-command): Update docstring as for lpr-command.
10251 (ps-print-region-function): New variable.
10252 (ps-do-despool): Use it.
10253 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10254 DOS/Windows.
10255
10256 * subr.el (subst-char-in-string): New function.
10257
10258 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10259
10260 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10261
10262 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10263 (bdf-find-font-info): New function, looks for the first readable
10264 file from a list of alternatives.
10265 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10266 instead of bdf-get-font-info.
10267 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10268 to ps-mule-generate-bitmap-glyph.
10269
10270 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10271 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10272 now be a list of alternative names.
10273 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10274 (ps-mule-prepare-font): Likewise.
10275
10276 * international/codepage.el (cp855-decode-table,
10277 cp850-decode-table): Fill some nil entries.
10278
10279 1999-01-16 Dave Love <fx@gnu.org>
10280
10281 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10282 last change.
10283
10284 1999-01-15 Dave Love <fx@gnu.org>
10285
10286 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10287 and change regexp for command names.
10288 (help-xref-go-back, function-called-at-point, symbol-file)
10289 (where-is): Doc fixes.
10290 (help-xref-go-back): Remove interactive spec.
10291 (describe-function-1): Fix message for alias. Buttomize alias
10292 name.
10293
10294 * simple.el (join-line): New alias.
10295
10296 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10297
10298 * forms.el: (forms--show-record): Convert integers to string
10299 expicitly since concat will no longer accept integers.
10300 (forms-print): Use local `total-nb-records' since
10301 `forms--total-records' will be inaccessible after buffer switching.
10302
10303 1998-01-14 Felix Lee <flee@cygnus.com>
10304
10305 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10306
10307 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10308
10309 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10310
10311 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10312
10313 * international/codepage.el (cp850-decode-table): Fix previous change.
10314
10315 1999-01-14 Simon Marshall <simon@gnu.org>
10316
10317 * shell.el (shell-dirtrack-verbose): New custom variable.
10318 (shell-dirstack-message): Use it.
10319
10320 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10321
10322 * international/mule-conf.el: Coding system alias `dos' for
10323 `undecided-dos', `mac' for `undecided-mac'.
10324
10325 * international/mule-cmds.el (describe-language-environment):
10326 Don't alter input-method-alist.
10327
10328 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10329
10330 * international/codepage.el (cp850-decode-table): Replace nil
10331 entries with codes of similary looking glyphs. (Suggested by
10332 Jason Rumney <jasonr@altavista.net>.)
10333
10334 1999-01-13 Dave Love <fx@gnu.org>
10335
10336 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10337
10338 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10339
10340 1999-01-12 Karl Heuer <kwzh@gnu.org>
10341
10342 * files.el (auto-save-hook): Defvar this.
10343
10344 1999-01-12 Alex Schroeder <asc@bsiag.com>
10345
10346 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10347 faces, eliminating the need to load font-lock before loading sql.
10348 (sql-mode-oracle-font-lock-keywords): Likewise.
10349 (sql-mode-postgres-font-lock-keywords): Likewise.
10350
10351 1999-01-11 Dave Love <fx@gnu.org>
10352
10353 * cus-start.el: Add inhibit-eol-conversion.
10354
10355 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10356 the values round.
10357
10358 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10359
10360 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10361 Don't switch to Help mode here.
10362 (temp-buffer-setup-hook): Use help-mode-finish.
10363 (help-mode-setup): New function.
10364 (temp-buffer-setup-hook): Use help-mode-setup.
10365
10366 * progmodes/sql.el: New file.
10367
10368 * files.el (auto-mode-alist): Add sql-mode.
10369
10370 * faces.el (list-faces-display): Improve the formatting
10371 by computing the maximum length required for any face-name.
10372
10373 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10374
10375 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10376
10377 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10378
10379 * term.el (term_send_home): Change the string to
10380 be the same as the one emitted by xterm and consistent with the
10381 ones emitted by prior and next.
10382 (term_send_end): Likewise.
10383
10384 1999-01-10 Dave Love <fx@gnu.org>
10385
10386 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10387 bindings.
10388
10389 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10390
10391 * international/codepage.el (codepage-setup): Doc fix.
10392 (cp-decoding-vector-for-codepage): Likewise.
10393
10394 1999-01-10 Markus Rost <rost@gnu.org>
10395
10396 * cus-edit.el (custom-save-delete): First scan the custom-file.
10397
10398 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10399
10400 * international/iso-transl.el: Define a "function name" for
10401 each translation that isn't ASCII. Use these function names
10402 in iso-transl-char-map.
10403
10404 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10405
10406 * international/mule-util.el (decompose-region): Do decomposition
10407 on temporary unibyte buffer.
10408
10409 * international/mule.el (make-char): Doc-string modified.
10410
10411 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10412
10413 * simple.el (comment-region): Delete spaces only if we
10414 deleted a comment starter.
10415
10416 1999-01-07 Dave Love <fx@gnu.org>
10417
10418 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10419
10420 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10421 like eval-defun does.
10422
10423 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10424
10425 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10426 constructions. Doc fixes.
10427 (generic-create-generic-function): Use defalias, not fset.
10428
10429 * find-func.el: More doc fixes.
10430
10431 1999-01-06 Stephen Eglen <stephen@gnu.org>
10432
10433 * files.el (save-buffers-kill-emacs): Show the list of current
10434 processes before prompting to kill them and exit.
10435
10436 1999-01-06 Dave Love <fx@gnu.org>
10437
10438 * emacs-lisp/find-func.el: Doc fixes.
10439 (find-function-regexp): Extend for define-generic-mode,
10440 define-derived-mode, easy-mmode-define-minor-mode.
10441
10442 1999-01-06 Dave Love <fx@gnu.org>
10443
10444 * progmodes/fortran.el (fortran-window-create): Account for scroll
10445 bar width.
10446
10447 * browse-url.el: Require (noerror) w3-auto when compiling.
10448 (browse-url-maybe-new-window): Make it a macro and revert last
10449 change to callers.
10450 (browse-url-w3): Require w3 for w3-fetch-other-window.
10451
10452 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10453
10454 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10455 argument.
10456
10457 1999-01-06 Simon Marshall <simon@gnu.org>
10458
10459 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10460
10461 * font-lock.el (font-lock-default-fontify-buffer): When using
10462 with-temp-message, use nil rather than current-message.
10463
10464 * lazy-lock.el (lazy-lock-unstall):
10465 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10466 rather than current-message.
10467
10468 * fast-lock.el (fast-lock-save-cache-1):
10469 (fast-lock-cache-data): When using with-temp-message, use nil rather
10470 than current-message.
10471
10472 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10473
10474 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10475 the valid-codes property.
10476
10477 * international/mule-cmds.el (prefer-coding-system): Call
10478 set-coding-priority, so that the internal array of priorities is
10479 also updated.
10480
10481 * international/mule-util.el:
10482 (coding-system-change-eol-conversion,
10483 coding-system-change-text-conversion): Don't define here.
10484
10485 * international/mule-cmds.el: Define them here. Remove the
10486 autoload cookies.
10487
10488 1999-01-06 Andreas Schwab <schwab@gnu.org>
10489
10490 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10491 if it was enabled before.
10492
10493 * view.el (View-revert-buffer-scroll-page-forward): Bind
10494 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10495
10496 * files.el (recover-session): Preserve point when inserting
10497 explanation.
10498
10499 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10500
10501 * cus-edit.el (custom-save-delete): Don't delete whitespace
10502 and comments before the sexp that is replaced.
10503
10504 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10505
10506 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10507
10508 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10509
10510 * vc.el (vc-dired-hook): Use the original value of
10511 dired-move-to-filename-regexp on lines that have not been
10512 reformatted yet.
10513 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10514 file lines have already been reformatted.
10515
10516 1999-01-05 Dave Love <fx@gnu.org>
10517
10518 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10519 buffer-local.
10520
10521 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10522
10523 * progmodes/f90.el: Change of regular expressions for type to
10524 correct highlighting and identation. Some small fixes for
10525 compatibility with XEmacs.
10526
10527 1999-01-05 Stephen Eglen <stephen@gnu.org>
10528
10529 * mspools.el (mspools-vm-system-mail): Provide an alternative
10530 value based on rmail-spool-directory if $MAIL is not defined.
10531
10532 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10533
10534 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10535 (reftex-section-info): Handle negative section levels.
10536 (reftex-view-crossref-extra): New option.
10537 (reftex-view-crossref): Generalized to work in more places.
10538 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10539 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10540 (reftex-view-cite-locations-from-bibtex): New command.
10541 (reftex-view-regexp-match, reftex-global-search,
10542 reftex-global-search-continue): New functions.
10543 (reftex-extract-bib-entries): No error for non-existing BibTeX
10544 file, just a message.
10545 (reftex-extract-bib-entries): Better error handling.
10546 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10547 help and force it on current frame.
10548 (reftex-default-bibliography): New function.
10549 (reftex-access-parse-file): Check consistency after loading a
10550 parse file. When inconsistent, enfore rescan.
10551 (reftex-check-parse-consistency): New function.
10552 (easy-menu-define): Options section drastically shortened.
10553
10554 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10555
10556 * language/thai-util.el (thai-compose-string): New function.
10557
10558 1999-01-04 Inge Frick <inge@nada.kth.se>
10559
10560 * easymenu.el (easy-menu-define): Doc fix.
10561 (easy-menu-create-menu): New keyword :included.
10562 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10563 be an expression, not only a string. Simulate style `button'.
10564 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10565 (easy-menu-define-key-intern): New function.
10566 (easy-menu-add-item): Understand value returned from
10567 easy-menu-item-present-p and easy-menu-remove-item.
10568 (easy-menu-return-item): New function.
10569 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10570
10571 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10572
10573 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10574 Use rmail-output-read-rmail-file-name to read the file name.
10575 Always call rmail-output-to-rmail-file noninteractively.
10576 When count > 1, do the loop here.
10577 Handle rmail-delete-after-output here.
10578 (rmail-summary-output): Similar changes.
10579
10580 * mail/rmailout.el: Provide `rmailout'.
10581 (rmail-output-read-rmail-file-name): New function.
10582 (rmail-output-to-rmail-file): Use that.
10583 (rmail-output-read-file-name): New function.
10584 (rmail-output): Use that.
10585
10586 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10587 Error if wildcard matches no files.
10588
10589 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10590
10591 * menu-bar.el (clipboard-yank): Doc fix.
10592
10593 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10594
10595 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10596
10597 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10598
10599 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10600
10601 * rmail.el (rmail-encode-string): Make sure mask value is
10602 positive; (emacs-pid) returns a negative number on Windows 9x
10603 which causes odd behaviour.
10604
10605 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10606
10607 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10608 and about w32-* variables unless on Windows/NT.
10609
10610 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10611
10612 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10613 if buffer is modified; ask about all modified buffers.
10614
10615 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10616
10617 * simple.el (what-cursor-position): Fix previous change.
10618
10619 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10620
10621 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10622 from paragraph-start.
10623
10624 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10625
10626 * international/mule-cmds.el (prefer-coding-system): If the
10627 argument requires specific EOL conversion type, make the default
10628 coding systems use that.
10629
10630 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10631
10632 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10633 Use shell-command-on-region.
10634 (m4-start-m4, m4-end-m4): Functions deleted.
10635
10636 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10637
10638 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10639
10640 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10641
10642 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10643 to compose-mail in the correct places and as a list.
10644
10645 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10646
10647 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10648 (pages-directory-map): Bind mouse-2
10649 (pages-copy-header-and-position): Put text property.
10650 (pages-directory-goto-with-mouse): New function.
10651
10652 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10653
10654 * international/codepage.el (cp-make-coding-systems-for-codepage):
10655 Doc fix.
10656 (cp-coding-system-for-codepage-1): Likewise.
10657
10658 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10659
10660 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10661 composition sequence correctly here instead of calling
10662 thai-compose-region.
10663
10664 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10665 newline in multibyte buffer, if previous or next character is a
10666 composite char, check the first component of the composite char.
10667
10668 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10669
10670 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10671 and track-mouse.
10672
10673 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10674
10675 * mail/sendmail.el (mail-yank-original): Remove text properties
10676 after insertion.
10677 (mail-yank-region): Barf if no mark is set in the message
10678 being replied to.
10679
10680 * help.el (function-called-at-point): First look for function at point.
10681
10682 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10683
10684 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10685
10686 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10687
10688 * simple.el (what-cursor-position): Print character encoding also.
10689
10690 1998-12-26 Dave Love <fx@gnu.org>
10691
10692 * textmodes/flyspell.el: If local-maps work, don't put
10693 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10694 in flyspell-mouse-map (only).
10695 (flyspell-use-local-map): New variable.
10696 Use a different mouse-2 binding in that case,
10697 and don't add to minor-mode-map-alist.
10698 (make-flyspell-overlay, flyspell-correct-word):
10699 Test flyspell-use-local-map.
10700
10701 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10702
10703 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10704 Be careful about whether to return a relative file name,
10705 and if so, relative to what directory.
10706
10707 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10708
10709 * emacs-lisp/easymenu.el (easy-menu-get-map):
10710 Change global map only if this menu exists in the global map already,
10711 and not in the local map.
10712 (easy-menu-do-add-item): Fix error message.
10713
10714 * foldout.el (foldout-inhibit-key-bindings):
10715 Avoid concatenating onto outline-minor-mode-prefix.
10716 Make a new keymap for that prefix, if it does not already have one.
10717
10718 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10719
10720 * cperl-mode.el:
10721 Can use linear algorithm for indentation if Emacs supports it.
10722 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10723 (cperl-after-block-p): Likewise.
10724 (cperl-after-block-and-statement-beg): Likewise.
10725 (cperl-after-block-p): After END/BEGIN we are a block.
10726 (cperl-after-expr-p): Skip labels when checking
10727 (cperl-indent-region): Make a marker for END - text added/removed.
10728 Disable hooks during the call (how to call them later?).
10729 Now indents 820-line-long function in 6.5 sec (including
10730 syntaxification) the first time (when buffer has few
10731 properties), 7.1 sec the second time.
10732 (cperl-indent-region): Do not indent whitespace lines
10733 (cperl-style-alist)
10734 Include `cperl-merge-trailing-else' where the value is clear.
10735 (cperl-styles-entries): Likewise.
10736 (cperl-problems): Improvements to docs.
10737 (cperl-tips): Likewise.
10738 (cperl-non-problems): Likewise.
10739 (cperl-mode): Make lazy syntaxification possible.
10740 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10741 `font-lock-unfontify-region-function' was set to a wrong function.
10742
10743 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10744 restart syntaxification. Changed so that -d ?foo? is a RE. Do
10745 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10746 but 1<<6 was considered as HERE-doc.
10747 <file/glob> made into a string.
10748 Postpone addition of faces after syntactic step.
10749 Recognition of <FH> was wrong.
10750 Highlight `gem' in s///gem as a keyword. `qr' recognized.
10751 Knows that split// is null-RE.
10752 Highlights separators in 3-parts expressions as labels.
10753 <> was considered as a glob.
10754 Would err if the last line is `=head1'.
10755 $a-1 ? foo : bar; was a considered a regexp.
10756 `<< (' was considered a start of HERE-doc.
10757 mark qq[]-etc sections as syntax-type=string
10758 Was not processing sub protos after a comment ine.
10759 Was treating $a++ <= 5 as a glob.
10760 Tolerate unfinished REx at end-of-buffer.
10761 `unwind-protect' was left commented.
10762 / and ? after : start a REx.
10763
10764 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10765 Better default, customizes to `message' too, off in text-mode.
10766
10767 (cperl-array-face): Renamed from `font-lock-emphasized-face',
10768 `defface'd.
10769 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10770 `defface'd.
10771 (cperl-emacs-can-parse): New state variable.
10772 (cperl-indent-line): Corrected to use global state.
10773 (cperl-calculate-indent): Likewise.
10774 (cperl-fix-line-spacing): Likewise (not used yet).
10775 (cperl-calculate-indent): Did not consider `,' as
10776 continuation mark for statements.
10777 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10778 Remove another parse-data optimization at toplevel: would
10779 indent correctly.
10780 Correct for labels when calculating indentation of continuations.
10781 Docstring updated.
10782 (cperl-choose-color): Converted to a function (to be
10783 compilable in text-mode).
10784 (cperl-dark-background): Disable without window-system.
10785 Do `defface' only if window-system.
10786 (cperl-fix-line-spacing): Sped up to bail out early.
10787 (x-color-defined-p): Was not compiling on XEmacs
10788 Was defmacro'ed with a tick. Remove another def.
10789 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10790 (cperl-unwind-to-safe): New function.
10791 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10792 (cperl-fontify-syntaxically): Unwinds start and end to go out of
10793 long strings (not very successful).
10794 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
10795 Highlight the starting // in s//foo/ as function-name.
10796 Emit a meaningful error instead of a cryptic one for an
10797 uncomplete REx near end-of-buffer.
10798
10799 (cperl-electric-keyword): `qr' recognized.
10800 (cperl-electric-else): Likewise
10801 (cperl-to-comment-or-eol): Likewise
10802 (cperl-make-regexp-x): Likewise
10803 (cperl-init-faces): Likewise, and `lock' (as overridable?).
10804 Corrected to use new macros;
10805 `if' for copying `reference-face' to `constant-face' was backward.
10806 remove init `font-lock-other-emphasized-face',
10807 `font-lock-emphasized-face', `font-lock-keyword-face'.
10808 Interpolate `cperl-invalid-face'.
10809 (cperl-make-regexp-x): Misprint in a message.
10810 (cperl-syntaxify-unwind): New configuration variable
10811 (cperl-fontify-m-as-s): New configuration variable
10812 (cperl-electric-pod): Check for after-expr was performed
10813 inside of POD too.
10814 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10815 (cperl-clobber-mode-lists): New configuration variable.
10816 (cperl-not-bad-style-regexp): Updated.
10817 Init: `cperl-is-face' was busted.
10818 (cperl-make-face): New macros.
10819 (cperl-force-face): New macros.
10820 (font-lock-other-type-face): Done via `defface' too.
10821 (cperl-nonoverridable-face): New face. Renamed from
10822 `font-lock-other-type-face'.
10823 (cperl-init-faces-weak): Use `cperl-force-face'.
10824 (cperl-comment-indent): Commenting __END__ was not working.
10825 (cperl-indent-for-comment): Likewise.
10826 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
10827 When removing old TAGS info was not relativizing filename.
10828 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10829 Another try to work around XEmacs problems. Better progress messages.
10830 (toplevel): Require custom unprotected => failure on 19.28.
10831 (cperl-xemacs-p): Defined when compile too
10832 (cperl-find-tags): Was writing line/pos in a wrong order,
10833 pos off by 1 and not at beg-of-line.
10834 (cperl-etags-snarf-tag): New macro
10835 (cperl-etags-goto-tag-location): New macro
10836 (cperl-version): New variable. New menu entry
10837 random docstrings: References to "future" 20.3 removed.
10838 Menu was described as `CPerl' instead of `Perl'
10839 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10840 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10841 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
10842 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10843 `font-lock-reference-face', `font-lock-keyword-face'.
10844 Use `eval-after-load'.
10845 Remove not-CPerl-related faces.
10846 (cperl-tips-faces): New variable and an entry into Mini-docs.
10847 (cperl-indent-exp): Was not processing else-blocks.
10848 (cperl-get-state): NOP line removed.
10849 (cperl-ps-print): New function and menu entry.
10850 (cperl-ps-print-face-properties): New configuration variable.
10851 (cperl-invalid-face): New configuration variable.
10852 (perl-font-lock-keywords): Highlight trailing whitespace
10853 (cperl-contract-levels): Documentation corrected.
10854 (cperl-contract-level): Likewise.
10855 (cperl-ps-extend-face-list): New macro.
10856 (cperl-invalid-face): Change to ''underline.
10857
10858 1998-12-25 Markus Rost <rost@delysid.gnu.org>
10859
10860 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10861 for read-file-name.
10862 (rmail-output-to-rmail-file): Likewise.
10863
10864 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10865
10866 * emacs-lisp/easymenu.el (easy-menu-get-map):
10867 If MENU is nil, use global menu-bar map.
10868 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10869 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10870
10871 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10872
10873 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10874
10875 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10876
10877 * ps-print.el (ps-print-version): New version number (4.1.3).
10878
10879 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
10880
10881 * international/mule-cmds.el: Use make-sparse-keymap instead of
10882 define-prefix-key when defining MULE menu items.
10883
10884 * info.el (Info-node-at-bob-matching): New function.
10885 (Info-find-node, Info-build-node-completions): Call it.
10886
10887 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
10888
10889 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10890 when this is an autoloaded keymap.
10891
10892 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10893
10894 * international/codepage.el (cp-coding-system-for-codepage-1):
10895 Create separate encoders and decoders, for DOS and Unix. Make the
10896 usual family of 3 coding systems, so that automatic detection of
10897 EOL type works.
10898 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
10899 Unix-specific symbols here, and don't call
10900 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
10901 Handa <handa@etl.go.jp>.)
10902
10903 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
10904
10905 * term/internal.el (IT-character-translations): New variable, an
10906 alist used to display characters for which there's no glyphs in
10907 the current codepage.
10908 (IT-display-table-setup): New function, sets up the DOS terminal
10909 for a given codepage.
10910 (dos-codepage-setup): New function, sets up the MULE environment
10911 for the current value of dos-codepage.
10912 (top-level if): In the multibyte mode, turn on
10913 unibyte-display-via-language-environment. In the unibyte mode,
10914 set up the special syntax tables to map lower- to upper case and
10915 back.
10916
10917 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
10918
10919 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
10920 (speedbar-frame-plist) Remove useless comments.
10921 (speedbar-frame-mode) Do not specify height if it is in the param list.
10922 Use default y position w/out changing it.
10923 If default x position is a list, keep, calculate the non-list X
10924 value when devining an initial position.
10925 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
10926 (speedbar-tag-group-name-minimum-length): New variable.
10927 (speedbar-frame-parameter): New compatibility function.
10928 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
10929 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
10930 groups to keep things in the right order, and to help with some
10931 naming conventions.
10932 (speedbar-create-tag-hierarchy): Enable buffer local version of
10933 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
10934 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
10935 the case, derive it from the cursor location in speedbar.
10936
10937 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
10938
10939 * international/mule-cmds.el (set-language-environment): On MS-DOS
10940 terminals, install DOS-specific nonascii-translation-table if the
10941 language info doesn't specify one. Pass the default eol-type to
10942 set-language-environment-coding-systems.
10943 (set-default-coding-systems): Copy the eol-type property for the
10944 new default values of {buffer-file,process}-coding-system from the
10945 old defaults.
10946 (set-language-environment-coding-systems): Accept an optional
10947 argument EOL-TYPE, and set the eol-type property of the default
10948 coding systems accordingly.
10949 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
10950 (set-keyboard-coding-system): Likewise.
10951 (set-default-coding-systems): Don't set
10952 default-terminal-coding-system on MS-DOS to anything but nil.
10953 (prefer-coding-system): Describe in the doc string that
10954 default-terminal-coding-system is not changed on MS-DOS.
10955 (set-language-environment): For MS-DOS, set standard syntax table
10956 and display table for all characters with code above 127.
10957 (standard-display-european-internal): For MS-DOS, pass all
10958 characters with code above 127 directly to the terminal, and don't
10959 remap characters 160 and 146 in the unibyte case.
10960
10961 * international/codepage.el: New file.
10962
10963 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10964
10965 * diary-lib.el (diary-float): Fix end-of-year error and typos in
10966 comments.
10967
10968 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
10969
10970 * map-ynp.el (map-y-or-n-p): Ignore input methods.
10971
10972 * subr.el (read-passwd): Likewise.
10973
10974 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
10975
10976 * info.el (Info-find-node): Add 1 to the position read from the
10977 tag table. Don't fail if the node delimiter ^_ is the first
10978 character in the file.
10979 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
10980 first character in the file.
10981 (Info-read-subfile): Likewise.
10982 (Info-select-node): Likewise.
10983 (Info-build-node-completions): Likewise.
10984
10985 1998-12-16 Richard Stallman <rms@gnu.org>
10986
10987 * term/x-win.el (x-cut-buffer-or-selection-value):
10988 If clipboard is enabled, try it before PRIMARY selection.
10989
10990 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10991
10992 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
10993 insert c-cedilla and C-cedilla respectively, like in latin-1.
10994
10995 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
10996
10997 * language/hebrew.el: Don't use sublists in the flags argument
10998 passed to make-coding-system.
10999
11000 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11001
11002 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11003 list of character sets found by find-charset-region.
11004
11005 * ps-mule.el: Always require ps-print. Move some function
11006 definitions for Emacs 20.2 and the earlier to ps-print.el.
11007 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11008
11009 * ps-print.el: Define several functions for Emacs 20.2 and the
11010 earlier version.
11011 (ps-printer-name): Check if printer-name is bound.
11012
11013 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11014
11015 * ps-mule.el: Programming uniformization and little code improvement.
11016 (ps-mule-prepare-font): Programming uniformization.
11017 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11018 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11019
11020 * ps-bdf.el: Programming uniformization and little code improvement.
11021 (bdf-search-and-read): New fun.
11022 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11023 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11024 (bdf-info-relative-compose, bdf-info-baseline-offset)
11025 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11026 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11027 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11028 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11029 improvement.
11030
11031 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11032
11033 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11034 and mule related code extraction. Autoload ps-mule funs.
11035
11036 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11037 (ps-mule-prologue-generated): New fun.
11038 (ps-mule-plot-string): Add autoload cookie.
11039 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11040
11041 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11042
11043 * ps-bdf.el: Require ps-mule instead of ps-print.
11044 (bdf-directory-list): Add autoload cookie.
11045
11046 * ps-mule.el: New file. Mule related code extracted from
11047 ps-print.el. Require ps-print, provide ps-mule.
11048 (ps-multibyte-buffer): Add autoload cookie.
11049 (ps-mule-prepare-ascii-font): New fun.
11050 (ps-mule-set-ascii-font): New fun.
11051 (ps-mule-skip-same-charset): Fun deleted.
11052 (ps-mule-plot-string): Set ps-mule-current-charset.
11053 (ps-mule-initialize): Add autload cookie. Don't set
11054 ps-mule-font-info-database here.
11055 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11056 ps-mule-font-info-database and ps-control-or-escape-regexp.
11057 (ps-mule-begin-page): New fun.
11058
11059 * ps-print.el: Mule related code moved to ps-mule.el.
11060 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11061 check ps-mule-charset-list.
11062 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11063 ps-mule-begin-page.
11064 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11065 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11066 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11067 instead skip same charsets by itself.
11068 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11069 non-nil. Call ps-mule-begin-job.
11070
11071 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11072
11073 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11074 instead of bdf.
11075
11076 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11077 (ps-mule-external-libraries): New element FEATURE.
11078 (ps-mule-init-external-library): Ajusted for the above change.
11079 (ps-mule-generate-font): Likewise.
11080 (ps-mule-generate-glyphs): Likewise.
11081 (ps-mule-prepare-font): Likewise.
11082 (ps-mule-initialize): Likewise.
11083 (ps-begin-file): Superfluous tailing parenthesis deleted.
11084
11085 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11086
11087 * international/fontset.el (x-decompose-font-name): If PATTERN
11088 doesn't have any wild cards, return a vector made from a name that
11089 is found by x-resolve-font-name found. Comments added.
11090
11091 * international/mule-cmds.el (find-coding-systems-for-charsets):
11092 Handle the case of unknown charset.
11093 (find-multibyte-characters): If invalid multibyte characters are
11094 found, return the corresponding strings instead of character
11095 codes.
11096 (find-multibyte-characters): Adjusted for the above change.
11097 (select-safe-coding-system): For a unibyte buffer, always returns
11098 DEFAULT-CODING-SYSTEM.
11099 (get-charset-property): Fix previous change. Make it a function.
11100 (put-charset-property): Make it a function.
11101
11102 * international/mule.el (make-coding-system): Set mime-charset
11103 property of *-with-esc coding system to nil.
11104
11105 * international/quail.el (quail-point-in-conversion-region): New
11106 function.
11107 (quail-conversion-backward-delete-char): When a key sequence is
11108 being translated, call quail-delete-last-char.
11109
11110 * language/devan-util.el
11111 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11112 handle devanagari-decomposition-rules.
11113
11114 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11115
11116 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11117 tex-start-options-string to empty string.
11118 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11119
11120 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11121
11122 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11123 5xx responses are already handled properly).
11124
11125 1998-12-13 Richard Stallman <rms@gnu.org>
11126
11127 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11128 on a non-digit in the file name.
11129
11130 * simple.el (comment-region): Handle comment-padding
11131 separately for insertion and for deletion, in the right way for each.
11132
11133 1998-12-13 Felix Lee <flee@cygnus.com>
11134
11135 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11136 regexp to match "ChangeLog:1:1998-12-09 ..."
11137
11138 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11139
11140 * cus-start.el (dos-unsupported-char-glyph): Add.
11141
11142 1998-12-11 Dave Love <fx@gnu.org>
11143
11144 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11145 forward-sexp in condition-case.
11146
11147 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11148 Remove unnecessary test on `library' for explicit file name.
11149 Widen scope of save-match-data.
11150
11151 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11152
11153 * international/mule.el (load-with-code-conversion): If the loaded
11154 file was inserted with no-conversion or raw-text coding system,
11155 make the buffer unibyte.
11156
11157 1998-12-09 Richard Stallman <rms@gnu.org>
11158
11159 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11160 Get rid of nested loops.
11161
11162 * mouse.el (mouse-drag-vertical-line):
11163 If WHICH-SIDE is not `right', then scroll bars are on the left.
11164
11165 * loadhist.el (load-history-loaded): defvar moved to help.el.
11166
11167 * help.el (symbol-file-load-history-loaded): Variable renamed,
11168 and defvar moved from loadhist.el.
11169 (symbol-file): Renamed from describe-function-find-file.
11170 Load fns-VERSION.el here.
11171 (describe-variable, describe-function-1): Use symbol-file.
11172
11173 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11174 Don't start the name with #.
11175
11176 * ispell.el: Take out the eval-when's.
11177
11178 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11179
11180 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11181 (dirtrack): Run it. Make debug message more verbose.
11182
11183 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11184
11185 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11186 name of the abbrev table, and provide support for XEmacs.
11187 (octave-xemacs-p): New variable.
11188
11189 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11190
11191 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11192 exit, when mail-interactive is nil.
11193
11194 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11195
11196 * files.el (after-find-file): Message fix.
11197
11198 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11199
11200 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11201
11202 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11203
11204 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11205 filenames using backslashes.
11206
11207 1998-12-09 Dave Love <fx@gnu.org>
11208
11209 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11210 with correct number of args.
11211 (browse-url-maybe-new-window): New arg. Callers changed.
11212
11213 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11214 comment.
11215
11216 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11217
11218 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11219
11220 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11221
11222 * vc.el (vc-rcs-release): Fix Type.
11223 (vc-sccs-release): Fix Type.
11224 (vc-cvs-release): Fix Type.
11225
11226 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11227 arg work right.
11228
11229 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11230 output of last undeleted message.
11231
11232 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11233
11234 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11235 (buffer-undo-list) [windows-nt]: Use different relative path.
11236
11237 1998-12-07 Simon Marshall <simon@gnu.org>
11238
11239 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11240
11241 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11242
11243 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11244
11245 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11246
11247 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11248
11249 * info.el (Info-menu): Don't return error if point is between menu
11250 header and first menu item.
11251
11252 1998-12-04 Dave Love <fx@gnu.org>
11253
11254 * help.el (describe-function-1): Fix description for alias.
11255
11256 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11257
11258 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11259 specifications from summary line.
11260
11261 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11262 (close-rectangle): Define alias only once in loaddefs.el.
11263
11264 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11265
11266 * term/internal.el: Remove code which sets up a special syntax
11267 table for non-ASCII characters.
11268
11269 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11270
11271 * dos-w32.el (direct-print-region-function): Try to ensure that
11272 printer-name is expanded to a file name on a local drive;
11273 sometimes printing a file loaded from a network volume fails.
11274 (direct-print-region-function): Add a function to
11275 write-region-annotate-functions to append a formfeed character to
11276 the region being printed, if the region doesn't end with a
11277 formfeed already. This avoids creating a second print job
11278 containing a blank page when print spooling is enabled on Windows.
11279
11280 1998-12-02 Dave Love <fx@gnu.org>
11281
11282 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11283 `Info-goto-node'.
11284
11285 1998-12-02 Richard Stallman <rms@gnu.org>
11286
11287 * help.el (temp-buffer-resize-mode): Doc fix.
11288
11289 * cus-edit.el (custom-save-delete): Save point before
11290 reading a sexp, rather than backing up.
11291
11292 * international/iso-transl.el: Fix previous change.
11293
11294 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11295
11296 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11297 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11298 Added defvars to suppress compilation warnings.
11299
11300 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11301
11302 * ispell.el: Improved and fixed customize for variables:
11303 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11304 ispell-dictionary-alist, ispell-skip-sgml.
11305 Improved and fixed comments in variables and messages for
11306 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11307 ispell-menu-map, ispell-checking-message, ispell-parser,
11308 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11309 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11310 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11311 ispell-message-text-end, ispell-add-per-file-word-list.
11312 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11313 system is now required for all languages. Casechars improved for
11314 castellano, castellano8, and norsk dictionaries. Dictionary
11315 norsk7-tex added. Dictionary polish added.
11316 (ispell-dictionary-alist): Redefined at load-time to support
11317 dictionary changes.
11318 (ispell-menu-map): Redefined at load-time to support menu changes.
11319 (ispell-check-version): New alias for `check-ispell-version'.
11320 (ispell-parse-output): Fixed matching for ispell error messages.
11321 Correctly returns spelling suggestions in order generated by ispell
11322 process.
11323 (check-ispell-version): Ensure `case-fold-search' doesn't get
11324 redefined.
11325 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11326 redefined. Fix bug that didn't respect case of word being completed.
11327 (ispell-init-process): Set process coding system to be compatible
11328 with emacs processes and the ispell process.
11329 (ispell-kill-ispell): Ensures ispell process has terminated before
11330 starting new process. This can otherwise confuse process filters
11331 and hang the ispell process.
11332 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11333 skipping support for sgml.
11334 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11335 which could cause `ispell-complete-word' to hang.
11336 (ispell-message): Improved message reference matching. Ensure
11337 `case-fold-search' doesn't get redefined.
11338 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11339 get redefined. Fixed bug in returning to nroff mode from tex mode.
11340 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11341 get redefined.
11342
11343 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11344
11345 * textmodes/flyspell.el (flyspell-check-word-p):
11346 Don't delay inside a kbd macro.
11347
11348 * subr.el (make-local-hook): Return the hook variable.
11349
11350 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11351
11352 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11353 Use a timer instead of post-command-hook.
11354 (hscroll-timer): New variable.
11355
11356 1998-11-30 Dave Love <fx@gnu.org>
11357
11358 * help.el (help-xref-button): Do nothing if text already has the
11359 help-xref property.
11360 (describe-variable): Revert previous change to hyperlink to source.
11361
11362 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11363
11364 * bindings.el (features): Add `base64' to this list.
11365
11366 * loadhist.el (symbol-file): Doc fix.
11367
11368 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11369
11370 * files.el (hack-one-local-variable): Cope with non-file buffers.
11371
11372 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11373
11374 * help.el (describe-mode): Put major mode first.
11375
11376 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11377 to support special-display and same-window features.
11378
11379 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11380
11381 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11382 bound in one function and used in the other.
11383 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11384 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11385
11386 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11387
11388 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11389
11390 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11391
11392 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11393 Give format correct control string.
11394
11395 * international/mule.el (define-translation-table): Fix bug of
11396 setting incorrect translation-table-id. If the first element of
11397 ARGS is a translation table, just register it.
11398
11399 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11400 property.
11401
11402 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11403
11404 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11405 syntax table to determine what is whitespace.
11406
11407 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11408
11409 * frame.el (frame-parameter): Doc fix.
11410
11411 * textmodes/tex-mode.el (tex-feed-input): New function.
11412 (tex-define-common-keys): Add binding for C-c C-m.
11413
11414 1998-11-23 Dave Love <fx@gnu.org>
11415
11416 * progmodes/fortran.el: Various minor doc fixes.
11417 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11418 (fortran-with-subprogram-narrowing): New macro.
11419 (fortran-check-for-matching-do): Use it.
11420 (fortran-end-do): Use fortran-check-end-prog-re.
11421 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11422 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11423
11424 1998-11-23 Simon Marshall <simon@gnu.org>
11425
11426 * font-lock.el (font-lock-defaults): Doc fix.
11427 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11428 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11429
11430 * lazy-lock.el (lazy-lock-unstall):
11431 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11432
11433 * fast-lock.el (fast-lock-save-cache-1):
11434 (fast-lock-cache-data): Rewritten to use with-temp-message.
11435
11436 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11437
11438 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11439 messages that have been added with DOS line endings and convert
11440 the line endings for such messages.
11441
11442 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11443
11444 * help.el: Add resizing of temporary buffers.
11445 (temp-buffer-resize-mode): New command and variable.
11446 (temp-buffer-max-height): New variable.
11447 (resize-temp-buffer-window): New function.
11448
11449 * window.el (window-buffer-height): New function, split from
11450 shrink-window-if-larger-than-buffer.
11451 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11452
11453 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11454
11455 * frame.el (initial-frame-alist): Add defcustom.
11456
11457 * shell.el (shell-prompt-pattern): Add defcustom.
11458
11459 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11460
11461 * message.el (message-ignored-supersedes-headers): Remove
11462 NNTP-Posting-Date.
11463
11464 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11465
11466 * help.el (describe-mode): Don't avoid loop indirecting thru
11467 value of INDICATOR.
11468
11469 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11470
11471 * help.el (describe-variable): Allow any variable with a defcustom,
11472 even if it is not a user variable.
11473
11474 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11475
11476 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11477
11478 * gnus/nntp.el (nntp-request-group): Allow for failures when
11479 requesting a new group.
11480
11481 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11482
11483 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11484
11485 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11486
11487 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11488
11489 1998-11-19 Simon Marshall <simon@gnu.org>
11490
11491 * subr.el (with-temp-message): New macro.
11492
11493 * emacs-lisp/lisp-mode.el (with-temp-message):
11494 Add lisp-indent-function property.
11495
11496 1998-11-18 Dave Love <fx@gnu.org>
11497
11498 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11499
11500 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11501
11502 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11503 This is not obsolete.
11504
11505 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11506
11507 * textmodes/picture.el: Make a new map by make-keymap.
11508 (picture-desired-column): New variable.
11509 (picture-update-desired-column): New function.
11510 (picture-beginning-of-line): Set picture-desired-column to 0.
11511 (picture-end-of-line): Set picture-desired-column to the current
11512 column.
11513 (picture-forward-column): Pay attention to multi-column character.
11514 (picture-backward-column): Likewise.
11515 (picture-move-down): Likewise.
11516 (picture-move-up): Likewise.
11517 (picture-movement-nw): With prefix arg, move twice columns.
11518 (picture-movement-ne): Likewise.
11519 (picture-movement-sw): Likewise.
11520 (picture-movement-se): Likewise.
11521 (picture-set-motion): Handle two-column movements.
11522 (picture-move): Call picture-move-down or picture-forward-column
11523 only when necessary.
11524 (picture-insert): Pay attention to picture-desired-column.
11525 (picture-self-insert): Likewise.
11526 (picture-clear-column): Pay attention to multi-column character.
11527 (picture-mode): Modify doc-string for two-column movement.
11528
11529 * rect.el (move-to-column-force): New function.
11530 (operate-on-rectangle): If coerce-tabs is non-nil, call
11531 move-to-column-force instead of move-to-column.
11532 (insert-rectangle): Call move-to-column-force instead of
11533 move-to-column.
11534 (open-rectangle-line): If begextra is not zero, call
11535 move-to-column-force.
11536
11537
11538 1998-11-16 Dave Love <fx@gnu.org>
11539
11540 * textmodes/sgml-mode.el Require skeleton when compiling.
11541 (sgml-font-lock-keywords-1): Accept single-letter tags.
11542 (v2): Defvar free variable.
11543
11544 1998-11-16 Sam Steingold <sds@goems.com>
11545
11546 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11547 macro, not ELisp one.
11548
11549 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11550
11551 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11552 characters to symbol.
11553
11554 * language/japan-util.el (japanese-zenkaku-region): New optional
11555 arg KATAKANA-ONLY.
11556
11557 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11558
11559 * international/mule.el
11560 (after-insert-file-set-buffer-file-coding-system): If the buffer
11561 is changed to unibyte, return inserted bytes.
11562
11563 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11564 and link names if necessary.
11565 (tar-header-block-summarize): Handle the case that file or link
11566 names are multibyte.
11567 (tar-summarize-buffer): At first set the current buffer unibyte,
11568 then if there are multibyte file names, change it to multibyte.
11569 (tar-mode): Get char position from tar-header-offset.
11570 (tar-extract): Avoid multibyte<->unibyte conversion in
11571 insert-buffer-subsring by setting both buffers unibyte
11572 temporarily.
11573 (tar-copy): Set the buffer unibyte while doing a work. Write
11574 without code conversion.
11575 (tar-expunge): Set the buffer unibyte while doing a work.
11576 (tar-alter-one-field): Likewise.
11577 (tar-clear-modification-flags): Compare byte position with
11578 tar-header-offset.
11579 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11580 insert-buffer-subsring by setting both buffers unibyte
11581 temporarily. Pay attention to multibyteness while updating the
11582 descriptor-line.
11583 (tar-mode-write-file): Write without code conversion.
11584
11585 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11586
11587 * nngateway.el: Require cl.
11588
11589 1998-11-15 Dave Love <fx@gnu.org>
11590
11591 * progmodes/fortran.el: Fix previous change:
11592 (fortran-end-prog-re1): Changed.
11593 (fortran-check-end-prog-re): New function.
11594 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11595
11596 1998-11-13 Tom Breton <tob@world.std.com>
11597
11598 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11599 GNU Emacs.
11600
11601 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11602
11603 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11604 fixed.
11605 (reftex-toc-toggle-file-boundary,
11606 reftex-toc-toggle-labels,
11607 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11608 (reftex-toc-include-labels, reftex-toc-include-context,
11609 reftex-toc-include-file-boundaries,
11610 reftex-toc-keep-other-windows): New options.
11611 (reftex-use-text-after-label-as-context): Option removed.
11612 (reftex-extract-bib-entries): Protect use in non-latex
11613 buffers.
11614 (reftex-toc-visit-location): Renamed from
11615 `reftex-toc-visit-line'.
11616 (reftex-latin1-to-ascii): Works now with and without Mule.
11617 (reftex-truncate): Removed special stuff for Emacs 20.2.
11618 (reftex-get-offset): Made more general.
11619 (reftex-show-label-location): Renamed from
11620 `reftex-select-label-callback'.
11621 (reftex-pop-to-label): Function removed (using
11622 `reftex-show-label-location' instead.
11623 (reftex-insert-docstruct): Renamed from
11624 `reftex-make-and-insert-label-list'. Function args changed.
11625 (reftex-toc): Now uses `reftex-insert-docstruct' and
11626 `reftex-find-start-point'.
11627 (reftex-select-item): Use `reftex-find-start-point'.
11628 (reftex-toc-visit-line): Can display labels and file
11629 boundaries.
11630 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11631
11632 1998-11-12 Sam Steingold <sds@goems.com>
11633
11634 * browse-url.el (browse-url): Handle the case when
11635 `browse-url-browser-function' is a lambda list.
11636
11637 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11638
11639 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11640 version string.
11641 * loadhist.el (symbol-file): Likewise
11642
11643 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11644
11645 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11646
11647 1998-11-11 Sam Steingold <sds@goems.com>
11648
11649 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11650 `run-lisp' instead of signalling an error.
11651
11652 1998-11-11 Karl Heuer <kwzh@gnu.org>
11653
11654 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11655
11656 1998-11-11 Richard Stallman <rms@gnu.org>
11657
11658 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11659
11660 1998-11-11 Per Starback <starback@update.uu.se>
11661
11662 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11663 renamed svenska8 to svenska, and fixed and extended CASECHARS
11664 for it.
11665
11666 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11667
11668 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11669 handling if setpagedevice is not available.
11670 (ps-begin-file): Fix typo.
11671
11672 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11673
11674 * international/mule-util.el (compose-chars-component): Signal
11675 error if CH is a rule-based composition character.
11676 (compose-chars): Signal error if an already compsed character is
11677 going to be composed by rule-base.
11678
11679 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11680 full XLFD, don't try to get information of WEIGHT and SLANT from
11681 that font name.
11682
11683 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11684
11685 * dos-w32.el (set-default-process-coding-system): Use function on
11686 before-init-hook to set default-process-coding-system based on
11687 enable-multibyte-characters.
11688
11689 * term/w32-win.el ([language-change]): For now ignore
11690 keyboard language-change events.
11691
11692 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11693
11694 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11695 convert-standard-file-name, but leave the results of
11696 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11697 characters if the original name already exists, or has a special
11698 handler.
11699
11700 1998-11-10 Karl Heuer <kwzh@gnu.org>
11701
11702 * international/iso-insert.el: Delete autoload cookies.
11703
11704 * international/iso-transl.el: Add autoload cookies.
11705
11706 1998-11-10 Richard Stallman <rms@gnu.org>
11707
11708 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11709 (ispell-process-line): Don't treat multibyte
11710
11711 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11712
11713 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11714 setpagedevice to specify the page size if setpagedevice is
11715 available. This is necessary to select the correct paper tray on
11716 Level 2 printers with multiple paper sizes available.
11717
11718 (ps-begin-file): Cope with font names that contain spaces, and
11719 call BeginDoc in a BeginSetup/EndSetup block.
11720
11721 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11722
11723 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11724 convert-standard-filename.
11725
11726 * loadhist.el (symbol-file): Run fns-VERSION.el through
11727 convert-standard-filename.
11728
11729 1998-11-06 Richard Stallman <rms@gnu.org>
11730
11731 * textmodes/texinfmt.el (texinfo-format-scan):
11732 Detect the case of two @-commands in a row; process just the first.
11733 (texinfo-append-refill): If line has a @c, insert the @refill
11734 before it.
11735 (texinfo-format-refill): Return with point where the @refill was.
11736
11737 * files.el (hack-local-variables): Test local-enable-local-variables.
11738 (hack-local-variables-prop-line): Likewise.
11739 (set-auto-mode): Don't test local-enable-local-variables here.
11740 (enable-local-variables): Doc fix.
11741 (local-enable-local-variables): Doc fix.
11742 (normal-mode): Doc fix.
11743
11744 1998-11-06 Karl Heuer <kwzh@gnu.org>
11745
11746 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11747
11748 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
11749
11750 * simple.el (line-number-mode): Doc fix.
11751
11752 1998-11-06 Kenichi Handa <handa@etl.go.jp>
11753
11754 * international/fontset.el (create-fontset-from-fontset-spec):
11755 Give correct arg to `error'.
11756
11757 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
11758
11759 * textmodes/sgml-mode.el (html-mode): Doc fix.
11760 (sgml-name-8bit-mode): Fix missing format character in message string.
11761
11762 1998-11-05 Karl Heuer <kwzh@gnu.org>
11763
11764 * mail/sendmail.el (sendmail-send-it): Check for failure.
11765
11766 1998-11-05 Richard Stallman <rms@gnu.org>
11767
11768 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11769
11770 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11771 (close-rectangle): Define as alias.
11772
11773 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
11774
11775 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11776
11777 1998-11-05 Dave Love <fx@gnu.org>
11778
11779 * help.el (describe-variable): Don't quote link to source.
11780
11781 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
11782
11783 * gud.el (gud-common-init): Use pop-to-buffer.
11784 (same-window-regexps): Add an element that matches all gud buffers.
11785
11786 1998-11-04 Jason Rumney <jasonr@altavista.net>
11787
11788 * term/w32-win.el (x-get-selection-value): Alias to
11789 x-cut-buffer-or-selection-value.
11790 (w32-standard-fontset-spec): New variable.
11791 (w32-create-initial-fontsets, mouse-set-font): Check whether
11792 new-fontset is available.
11793 (w32-use-w32-font-dialog): Enable use of set-variable.
11794
11795 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11796
11797 * vc.el (with-vc-file, edit-vc-file): New macros.
11798
11799 1998-11-04 Kenichi Handa <handa@etl.go.jp>
11800
11801 * international/quail.el (quail-show-guidance-buf): Call
11802 set-minibuffer-window to set minibuffer window of the current
11803 frame correctly.
11804
11805 1998-11-03 Theodore Jump <tjump@tertius.com>
11806
11807 * term/w32-win.el: Require fontset.
11808
11809 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
11810
11811 * faces.el (set-face-font): Call resolve-fontset-name on w32.
11812 (set-face-font-auto): Ditto.
11813
11814 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
11815
11816 * mouse.el (mouse-drag-region): Fix typo.
11817
11818 1998-11-02 Dave Love <fx@gnu.org>
11819
11820 * progmodes/fortran.el Fix for fontification of strings lost somehow:
11821 (fortran-fontify-string): New function.
11822 (fortran-font-lock-keywords-1): Use it.
11823
11824 1998-11-02 Markus Rost <rost@delysid.gnu.org>
11825
11826 * comint.el (comint-file-name-quote-list): Doc fix.
11827
11828 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11829
11830 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11831 build directory, not source directory.
11832
11833 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11834 if we did not get one for the final move.
11835
11836 1998-11-01 Dave Love <fx@gnu.org>
11837
11838 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11839 Don't funcall browse-url-browser-function.
11840
11841 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11842 Don't funcall browse-url-browser-function.
11843
11844 * fortran.el (fortran-end-prog-re1): Fix the regexp.
11845
11846 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11847
11848 * files.el (revert-buffer): Doc fix.
11849
11850 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
11851
11852 * textmodes/tex-mode.el (tex-start-options-string):
11853 Quote the backslashes with more backslashes.
11854
11855 1998-10-31 Dave Love <fx@gnu.org>
11856
11857 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11858 (webjump): Don't funcall browse-url-browser-function.
11859
11860 1998-10-30 Kenichi Handa <handa@etl.go.jp>
11861
11862 * international/quail.el (quail-start-translation): Handle
11863 switching of the frame in read-key-sequence.
11864 (quail-start-conversion): Likewise.
11865 (quail-show-guidance-buf): Detach quail-guidance-buf from any
11866 windows before setting an appropriate window for it.
11867 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
11868 quail-guidance-win to nil.
11869 (quail-update-guidance): If quail-guidance-buf is not in the
11870 selected frame, call quail-show-guidance-buf again.
11871
11872 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
11873
11874 * progmodes/pascal.el (pascal-mode):
11875 `blink-matching-paren-dont-ignore-comments' set to t.
11876
11877 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11878
11879 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11880
11881 1998-10-30 Dave Love <fx@gnu.org>
11882
11883 * vc.el (vc-backend-merge-news): Check for "P" output.
11884
11885 * help.el (describe-variable): Hyperlink the definition.
11886
11887 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
11888
11889 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11890 (sh-set-shell): Likewise.
11891
11892 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11893
11894 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
11895 (edebug-on-error): Fix customize type to match that of
11896 debug-on-error.
11897
11898 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
11899
11900 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
11901 report-emacs-bug-address instead of undefined bug-gnu-emacs.
11902
11903 * international/mule-cmds.el (select-message-coding-system): Doc
11904 fix.
11905
11906 * international/mule-diag.el (describe-coding-system): Describe
11907 all flags.
11908
11909 * mail/sendmail.el (sendmail-coding-system,
11910 default-sendmail-coding-system): Doc fix.
11911
11912 * simple.el (shell-command-on-region): Doc fix.
11913
11914 * loadup.el: Write fns-*.el in current directory instead of
11915 data-directory since no installation directory exists yet. Mark
11916 buffer unmodified afterwards.
11917
11918 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
11919 instead of data-directory since it is architecture dependent.
11920 (load-history-loaded): Update doc string.
11921
11922 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
11923
11924 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
11925 path as a default directory when canonicalizing names.
11926
11927 * w32-fns.el: Remove a dangling reference to a directory on the
11928 build machine.
11929
11930 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11931
11932 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
11933 namespace related keywords such as `class', `body', `private',
11934 `variable', `namespace eval', etc.
11935 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
11936 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
11937 imenu and font-lock so that searches for \sw would find words
11938 containing colons.
11939
11940 * progmodes/etags.el (initialize-new-tags-table):
11941 Do not alter find-tag-marker-ring and tags-location-ring.
11942
11943 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
11944
11945 * term/w32-win.el: Require fontset.
11946 (w32-init-fontsets): New function (code from x-win.el).
11947
11948 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11949
11950 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
11951 calendar-and-diary-frame-parameters): Add title parameter.
11952
11953 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11954
11955 * completion.el (dynamic-completion-mode): New function to enable
11956 the mode. (Just loading the file now does not change anything.)
11957
11958 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11959
11960 * ps-print.el: User option for multibyte buffer handling and doc fix.
11961 (ps-multibyte-buffer): New user option.
11962 (ps-setup): Print new user option.
11963 (ps-print-quote): New fun.
11964 (ps-color-p, ps-mule-font-info-database-latin): New var.
11965 (ps-default-color, ps-mule-font-info-database)
11966 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
11967 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
11968 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
11969 Little code improvement.
11970 (ps-mule-initialize): Initialize ps-mule-font-info-database.
11971 (ps-print-prologue-header, ps-font-family, ps-font-size)
11972 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
11973 (ps-build-face-reference, ps-mule-font-info-database-bdf)
11974 (ps-mule-external-libraries, ps-mule-init-external-library)
11975 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
11976 Doc fix.
11977 (ps-print-version): New version number (4.1.1) and doc fix.
11978 (ps-print-prologue-header): New user option.
11979 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
11980 Conditional compilation for GNU Emacs and emacsens.
11981 (ps-generate-postscript-with-faces): Skip invisible text better.
11982 (ps-setup): Print new user option.
11983 (ps-print-preprint): Check if input file name exists and is unwritable.
11984 (ps-begin-file): Adjust PostScript prologue header for duplex printers
11985 and insert user PostScript prologue header comments.
11986 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
11987 New funs.
11988 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
11989 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
11990 PostScript programming normalization.
11991 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
11992 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
11993 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
11994 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
11995 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
11996 Programming style normalization.
11997
11998 1998-10-26 Kenichi Handa <handa@etl.go.jp>
11999
12000 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12001 version, check the value of mule-version.
12002
12003 * international/mule-util.el (compose-region): Insert then delete
12004 to preserve markers.
12005 (decompose-region): Use search-forward for efficiency.
12006
12007 * language/chinese.el (pre-write-encode-hz): Cancel previous
12008 change, use generate-new-buffer instead of get-buffer-create.
12009 * language/devan-util.el
12010 (in-is13194-devanagari-pre-write-conversion): Likewise.
12011 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12012 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12013 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12014
12015 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12016
12017 * mail/rmailsum.el (rmail-message-subject-p):
12018 Handle message whose header has not been reformatted.
12019
12020 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12021
12022 1998-10-25 Jason Rumney <jasonr@altavista.net>
12023
12024 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12025 New variables.
12026 (mouse-set-font): Use font menus instead of dialog according to
12027 w32-use-w32-font-dialog.
12028
12029 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12030
12031 * calendar/calendar.el (calendar-day-name-array): Add doc string
12032 correctly!
12033 (calendar-month-name-array): Add doc string correctly!
12034
12035 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12036
12037 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12038
12039 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12040
12041 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12042
12043 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12044
12045 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12046
12047 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12048
12049 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12050
12051 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12052
12053 1998-10-21 Karl Heuer <kwzh@gnu.org>
12054
12055 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12056 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12057 (profile-filter, profile-reset-timer): Functions deleted.
12058 (profile-check-zero-init-times, profile-get-time): Likewise.
12059 (profile-find-function, profile-quit): Likewise.
12060 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12061 (profile-time-list, profile-init-list): Doc fix.
12062 (profile-functions): Simplify.
12063 (profile-print): Use float. Make output include space separators.
12064 (profile-add-time): New helper function.
12065 (profile-function-prolog): Renamed from profile-start-function.
12066 Handle profile-distinct.
12067 (profile-function-epilog): Renamed from profile-update-function.
12068 Handle profile-distinct.
12069 (profile-a-function): If the function to be profiled is an
12070 autoload form, load it. If it's lazy-loaded, fetch it.
12071 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12072 (profile-restore-fun): Arg FUN is now a function symbol, as was
12073 documented, rather than a one-element list.
12074 (profile-finish): Call profile-restore-fun properly.
12075
12076 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12077
12078 * international/characters.el: Setup charset property
12079 nospace-between-words.
12080
12081 * international/mule-cmds.el (get-charset-property): If CHARSET is
12082 composition, return nil.
12083 (put-charset-property): If CHARSET is composition, do nothing.
12084
12085 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12086 * language/devan-util.el
12087 (in-is13194-devanagari-pre-write-conversion): Likewise.
12088 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12089 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12090 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12091
12092 * textmodes/fill.el (sentence-end-without-period): New variable.
12093 (canonically-space-region): Pay attention to
12094 sentence-end-without-period.
12095 (fill-find-break-point): The first argument CHARSET deleted.
12096 Caller changed.
12097 (fill-region-as-paragraph): Pay attention to charset property
12098 nospace-between-words and text property nospace-between-words.
12099
12100 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12101
12102 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12103 an unrecognized shell.
12104
12105 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12106
12107 * desktop.el (desktop-save): Include minor modes symbolically.
12108 (desktop-create-buffer): Turn on all minor modes in `mim'.
12109
12110 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12111
12112 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12113 (sh-font-lock-keywords): Handle rpm and rpm2.
12114 (sh-ancestor-alist): Handle rpm.
12115
12116 * files.el (auto-mode-alist): Recognize .rpm files.
12117 Also .spec and .mspec files.
12118
12119 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12120
12121 * faces.el (frame-set-background-mode): Enable the function for
12122 MSDOS frames.
12123
12124 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12125
12126 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12127 (calendar-month-name-array): Add doc string.
12128
12129 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12130
12131 * simple.el (kill-ring-max): Increased to 60.
12132
12133 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12134
12135 * international/characters.el: Setup auto-fill-chars.
12136
12137 * international/kinsoku.el (kinsoku): Check the variable
12138 enable-kinsoku.
12139
12140 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12141 Don't call kinsoku directly, intead call fill-find-break-point.
12142
12143 * textmodes/fill.el: Setup `fill-find-break-point-function'
12144 property to character sets which require `kinsoku' processing for
12145 filling.
12146 (fill-find-break-point): New function.
12147 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12148 Don't call kinsoku directly, intead call fill-find-break-point.
12149
12150 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12151
12152 * faces.el (modify-face-read-string): Return (nil) for "none".
12153 (modify-face): Don't get error if (nil) is the argument.
12154 (face-try-color-list): Don't check whether nil is a valid color.
12155
12156 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12157
12158 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12159 Print message about each directory, even in batch mode.
12160
12161 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12162
12163 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12164 (ps-mule-string-char): No need to use sref.
12165 (ps-mule-next-index): No need to use sref.
12166
12167 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12168
12169 * files.el (revert-buffer-internal-hook): Add defvar.
12170
12171 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12172
12173 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12174
12175 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12176
12177 * international/mule-cmds.el (default-input-method): Fix custom type.
12178
12179 * net-utils.el (whois-server-list): Fix customization type.
12180
12181 * shell.el (shell-input-autoexpand): Fix customization group.
12182
12183 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12184
12185 * repeat.el (repeat): Handle keyboard macros properly.
12186 Handle new prefix arg after self-insert command.
12187
12188 * repeat.el: Don't include cl even at compile time.
12189 (repeat): Avoid using `loop'.
12190
12191 * simple.el (shell-command-on-region): Doc fix.
12192 (next-history-element): Special error message if no default.
12193
12194 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12195
12196 * ps-print.el (ps-print-buffer): Doc fix.
12197 (ps-despool): Likewise.
12198
12199 * arc-mode.el (arc-mode): Provide arc-mode.
12200
12201 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12202
12203 * ps-print.el (ps-print-buffer): Doc fix.
12204
12205 1998-10-14 Dave Love <fx@gnu.org>
12206
12207 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12208 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12209 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12210
12211 * progmodes/fortran.el (fortran-mode-map): Change "Join
12212 Continuation Line" to "Join Line".
12213 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12214
12215 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12216
12217 * progmodes/fortran.el (fortran-join-line): Use
12218 `delete-indentation' instead of issuing an error message if not on
12219 a continuation line. Provide for joining several lines using
12220 prefix arg.
12221
12222 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12223
12224 * term/pc-win.el (msdos-color-values): New variable.
12225 (x-color-values): New function, emulates its namesake from
12226 src/xfns.c.
12227 (msdos-bg-mode): Add all dark colors to those which return
12228 "dark".
12229
12230 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12231
12232 * replace.el (keep-lines, flush-lines, how-many):
12233 Don't ignore case if arg has upper case letters.
12234
12235 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12236
12237 * progmodes/vhdl-mode.el
12238 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12239 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12240 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12241 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12242 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12243 (vhdl-when): Fix indentation problem.
12244 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12245 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12246 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12247
12248 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12249
12250 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12251 (ls-lisp-insert-directory): Renamed from insert-directory.
12252 (insert-directory): New function.
12253
12254 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12255
12256 * simple.el (completion-fixup-function): Variable deleted.
12257 (completion-setup-function): Delete code for completion-fixup-function.
12258 * emacs-lisp/lisp.el (lisp-complete-symbol):
12259 Don't bind completion-fixup-function.
12260
12261 * files.el (find-file-wildcards): New option.
12262 (find-file-noselect): Handle wild cards, if enabled.
12263 (file-expand-wildcards): New function.
12264
12265 * simple.el (set-fill-column): Doc fix.
12266
12267 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12268
12269 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12270
12271 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12272
12273 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12274 Move declaration before first use.
12275 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12276 hif-math, hif-factor): Rename token to hif-token and token-list to
12277 hif-token-list.
12278 (hif-token, hif-token-list): Declare them.
12279 (hif-find-ifdef-block): Return cons of top and bottom point
12280 instead of setting dynamically bound variables.
12281 (hide-ifdef-block, show-ifdef-block): Use return value of
12282 hif-find-ifdef-block.
12283
12284 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12285
12286 * subr.el (read-passwd): Use clear-this-command-keys.
12287
12288 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12289
12290 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12291 and ...-for-write.
12292
12293 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12294
12295 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12296 responses to GROUP command, since this may be called from a timer
12297 with quit inhibited.
12298
12299 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12300
12301 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12302 set unconditional-jump to nil.
12303 (ccl-compile-read-multibyte-character): Return nil.
12304 (ccl-compile-write-multibyte-character): Likewise.
12305 (ccl-compile-translate-character): Likewise
12306 (ccl-compile-map-multiple): Likewise.
12307 (ccl-compile-map-single): Likewise.
12308
12309 * international/kinsoku.el: Add coding tag.
12310 (kinsoku-bol): Remove superfluous TAB in a string.
12311
12312 * international/mule-cmds.el (find-coding-systems-for-charsets):
12313 Delete `composition' (if any) from CHARSETS.
12314
12315 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12316
12317 * international/mule-cmds.el (setup-specified-language-environment):
12318 Add apropos-inhibit property.
12319 (describe-specified-language-support): Likewise.
12320
12321 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12322
12323 * international/mule.el (make-coding-system): Create -with-esc
12324 variant coding system.
12325
12326 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12327
12328 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12329 (next-file): Optionally offer to revert a file's buffer,
12330 if it has an existing buffer but the file has changed.
12331
12332 * info.el (Info-insert-dir): Detect and report problems
12333 in input files, such as "No Top node". Return with point
12334 at the beginning of the text.
12335 (Info-find-node): Reinsert the code to handle files
12336 with no tags table; it was deleted by mistake.
12337
12338 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12339
12340 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12341 texinfo-find-higher-level-node repeatedly find the same node.
12342 (texinfo-find-higher-level-node): Doc fix.
12343
12344 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12345
12346 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12347 (smtpmail-address-buffer): Add defvar.
12348 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12349
12350 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12351
12352 * ffap.el (ffap-machine-p-local): Fix editing error.
12353
12354 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12355
12356 * faces.el (frame-set-background-mode):
12357 Don't do anythung for text-only or MSDOS frame.
12358
12359 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12360
12361 * international/quail.el (quail-defrule): New optional arg APPEND.
12362 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12363
12364 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12365
12366 * gnus/pop3.el (pop3-open-server):
12367 Set process-coding-system-alist around open-network-stream.
12368
12369 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12370
12371 * files.el (save-buffer): Doc fix.
12372
12373 1998-10-07 Karl Heuer <kwzh@gnu.org>
12374
12375 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12376 return DEF unchanged, not nil. Simplify.
12377
12378 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12379
12380 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12381
12382 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12383
12384 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12385
12386 * net-utils.el (ftp, nslookup): Require comint.
12387 (network-service-connection): Likewise.
12388 (whois-server-name): Defaults to whois.arin.net
12389 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12390 (whois): Tries to guess the appropriate top-level domain server.
12391 (whois-get-tld): New function.
12392
12393 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12394 (dirtrack-debug-toggle): Added this function.
12395
12396 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12397
12398 * files.el (find-file-noselect): Switch to the correct buffer
12399 before checking find-file-literally, and allow non-nil non-t
12400 rawfile params.
12401
12402 1998-10-06 Karl Heuer <kwzh@gnu.org>
12403
12404 * midnight.el (clean-buffer-list): Add autoload cookie.
12405
12406 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12407 no-autosave.
12408 * tar-mode.el (tar-mode-revert): Likewise.
12409 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12410 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12411 * gnus/message.el (message-auto-save-directory): Renamed from
12412 message-autosave-directory. All references changed.
12413
12414 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12415
12416 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12417 string. Expose mime stuff while searching.
12418
12419 1998-10-06 Richard Stallman <rms@gnu.org>
12420
12421 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12422
12423 * replace.el (perform-replace): Position point properly
12424 before and after the recursive edit of C-r.
12425
12426 * progmodes/etags.el (tags-reset-tags-tables): Properly
12427 find the markers in the old rings that are being discarded.
12428
12429 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12430
12431 * apropos.el (apropos-print): Control invalid characters.
12432
12433 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12434 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12435 confusing customize.
12436
12437 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12438
12439 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12440 built-in commands. Add more built-in commands and fix face names.
12441
12442 1998-10-05 Simon Marshall <simon@gnu.org>
12443
12444 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12445
12446 1998-10-04 Eric Ludlam <zappo@gnu.org>
12447
12448 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12449 customization since it is not useful in this case.
12450 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12451 sure it gets evalled to a number. Also verify that set-frame-name
12452 fn exists before calling it.
12453
12454 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12455 Protect a `forward-sexp' call which could fail, and improved regex
12456 for ie, and eg abbreviations.
12457
12458 1998-10-02 Noah Friedman <friedman@splode.com>
12459
12460 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12461 send-string.
12462 (rlogin-send-Ctrl-D): Here also.
12463 (rlogin-send-Ctrl-Z): Here also.
12464 (rlogin-send-Ctrl-backslash): Here also.
12465
12466 1998-10-02 Dave Love <fx@gnu.org>
12467
12468 * outline.el (hide-region-body): Bind
12469 outline-view-change-hook to nil while making repeated calls to
12470 outline-flag-region. Run it once at the end.
12471 (hide-other, hide-sublevels, show-children): Likewise.
12472
12473 * info-look.el: Remove duplicate scheme-mode entry.
12474 (info-lookup-make-completions): When looking for entries, check
12475 that `item' isn't null or "Menu".
12476
12477 1998-10-01 Karl Heuer <kwzh@gnu.org>
12478
12479 * net-utils.el: Don't require ffap.
12480 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12481 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12482
12483 1998-09-30 Richard Stallman <rms@gnu.org>
12484
12485 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12486
12487 * imenu.el (imenu--generic-function): Sort each submenu by position.
12488 (imenu--sort-by-position): New function.
12489
12490 * cus-edit.el (Custom-mode-menu): Fix info node name.
12491 (customize group): Fix info node name.
12492
12493 * mail/mailalias.el (build-mail-aliases): Don't allow
12494 a newline in the alias name. Don't define an alias
12495 if the definition would be empty.
12496
12497 * which-func.el (which-func-mode-global): Make :set function
12498 more reliable.
12499
12500 * custom.el (custom-set-variables): Load the requests first,
12501 then check the symbol's `set' function.
12502
12503 * ffap.el: Doc fixes.
12504
12505 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12506
12507 * gnus.el: (gnus-valid-select-methods): Fix type.
12508 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12509 * gnus-score.el (gnus-orphan-score): Fix type.
12510 (gnus-score-default-header, gnus-score-default-type): Fix type.
12511 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12512 (gnus-saved-headers): Fix type.
12513
12514 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12515 Avoid nil value of `two-lines-citation-part'.
12516
12517 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12518
12519 * which-func.el (which-function): Handle case when
12520 (car imenu--index-alist) is nil.
12521
12522 1998-09-29 Dave Love <fx@gnu.org>
12523
12524 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12525 bzip2 args.
12526
12527 1998-09-29 Simon Marshall <simon@gnu.org>
12528
12529 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12530 comint-exec-hook.
12531
12532 1998-09-29 Stephen Eglen <stephen@gnu.org>
12533
12534 * info-look.el: Add support for Octave.
12535
12536 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12537
12538 * textmodes/reftex.el (reftex-finding-files): New customize group.
12539 (reftex-texpath-environment-variables,
12540 reftex-use-external-file-finders, reftex-external-file-finders,
12541 reftex-search-unrecursed-path-first): New options.
12542 (reftex-process-string, reftex-find-file-externally): New
12543 functions.
12544 (reftex-access-search-path): Execute shell commands to find the
12545 search path.
12546 (reftex-toggle-auto-view-crossref): When turning on, make sure
12547 `reftex-auto-view-crossref' becomes non-nil.
12548 (reftex-abbrev-regexp): Constant removed.
12549 (reftex-convert-string): Abbrev regexp calculated locally.
12550
12551 1998-09-28 Dave Love <fx@gnu.org>
12552
12553 * progmodes/fortran.el: Don't call regexp-opt when deriving
12554 font-lock patterns with keywords that aren't all literal.
12555
12556 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12557
12558 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12559 the form `octave.bin:1>' which come from using precopiled binary
12560 versions.
12561
12562 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12563
12564 * help.el (help-for-help): Use %THIS-KEY%.
12565 (help-quit): Add doc.
12566
12567 * help-macro.el (make-help-screen): Keep HELP-TEXT
12568 in a separate function definition, not in the help command FNAME.
12569 Replace %THIS-KEY% with the key sequence that ran FNAME.
12570
12571 1998-09-25 Richard Stallman <rms@gnu.org>
12572
12573 * textmodes/texinfo.el (texinfo-show-structure):
12574 Bind inhibit-read-only.
12575
12576 * isearch.el (isearch-search-and-update): Properly
12577 handle upper case letters in the reverse-search special case.
12578
12579 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12580
12581 * gnus.el: Extend the list of autoloaded functions.
12582
12583 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12584 buffer before creating help group. (from Gnus v5.6.43, fix by
12585 1998-08-20 Per Starback <starback@update.uu.se>)
12586
12587 * gnus-util.el (gnus-output-to-rmail): Adjust to
12588 `rmail-output-to-rmail-file'.
12589
12590 1998-09-25 Karl Heuer <kwzh@gnu.org>
12591
12592 * hexl.el (hexl-mode-map): More of previous change.
12593
12594 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12595 (tex-start-tex): Don't use tex-start-options-string in star case.
12596 Quote file name in star case as well as in non-star.
12597 Add blank and quoting of option string here.
12598 (tex-start-options-string): Not here.
12599
12600 1998-09-23 Karl Heuer <kwzh@gnu.org>
12601
12602 * term.el (term-delimiter-argument-list): Doc fix.
12603 (term-emulate-terminal): Escape literal semicolon.
12604 * progmodes/asm-mode.el (asm-mode): Doc fix.
12605 (asm-comment-char): Escape literal semicolon.
12606 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12607
12608 1998-09-23 Richard Stallman <rms@gnu.org>
12609
12610 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12611 only those that normally modify the buffer.
12612
12613 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12614 over again.
12615
12616 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12617
12618 * ispell.el (check-ispell-version): Ensure same buffer is current
12619 when let-binding of case-fold-search ends.
12620
12621 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12622
12623 * ps-print.el: Skip invisible overlay.
12624 Test for set-buffer-multibyte rather than using mule-version.
12625 (ps-print-version): New version number (4.1) and doc fix.
12626 (ps-generate-postscript-with-faces): Skip invisible overlay.
12627
12628 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12629
12630 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12631
12632 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12633
12634 * international/quail.el (quail-update-guidance): Check for the
12635 return value of (quail-guidance) fixed.
12636 (quail-update-translation): Bind quail-current-str locally when it
12637 calls quail-update-guidance.
12638 (quail-update-translation): If input-method-exit-on-first-char is
12639 non-nil, terminate translation only when the current input method
12640 is simple.
12641
12642 1998-09-22 Paul Eggert <eggert@twinsun.com>
12643
12644 * startup.el (locale-translation-file-name): Prefer X-related names
12645 to the name used by GNU/Linux sans X. Set to nil if no file found.
12646 (command-line): Use locale-translation-file-name if it is not nil,
12647 instead of testing for its existence again.
12648 regexp-quote the ctype before using it in a regexp.
12649 Allow a colon to appear after the ctype in the aliases file,
12650 as is done in X11R6.4.
12651
12652 1998-09-21 Richard Stallman <rms@gnu.org>
12653
12654 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12655
12656 * calendar/appt.el (appt-interval): Variable deleted.
12657 (appt-check): For minutes in between appt-display-interval times,
12658 do check, but don't display anything except an updated mode line.
12659 Count against appt-display-interval based on minutes since
12660 first display of this appointment, not based on time of day.
12661 If appt-display-mode-line, force mode line redisplay
12662 whenever appt-mode-string has changed.
12663 (appt-add, appt-delete): Add autoload cookies.
12664 (appt-check): Catch errors from calling `diary'.
12665 (appt-max-time): Renamed from max-time.
12666 (appt-now-displayed, appt-display-count): New variables.
12667 (appt-timer): Don't create one if we already have one.
12668
12669 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12670 More general code to use the source buffer instead of the zap file.
12671
12672 * hilit-chg.el (highlight-compare-with-file): Renamed from
12673 compare-with-file.
12674
12675 * loadhist.el (load-history-loaded): New variable.
12676 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12677
12678 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12679
12680 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12681 Fix error messages.
12682
12683 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12684
12685 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12686 Emacs frame.
12687
12688 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12689
12690 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12691 `undecided' and `undecided-unix'.
12692
12693 1998-09-21 Dave Love <fx@gnu.org>
12694
12695 * help.el (help-make-xrefs): Fix typo affecting Info references.
12696
12697 * subr.el (remove-hook): Check list values to avoid errors.
12698
12699 1998-09-18 Noah Friedman <friedman@splode.com>
12700
12701 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12702 store string in eldoc-last-message without consing a new string.
12703 Rearrange logic from nested if's into cond's.
12704 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12705 Do not print message; just return string.
12706 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12707 Do not print message; just return string.
12708 Cache that string in eldoc-last-data.
12709 (eldoc-last-data): Make into a vector.
12710 (eldoc-get-fnsym-args-string): Use new data form of structure.
12711 (eldoc-get-var-docstring): Here also.
12712 (eldoc-last-data-store): New function.
12713 (eldoc-get-fnsym-args-string): Use it.
12714 (eldoc-get-var-docstring): Here also.
12715 (eldoc-docstring-first-line): Minimize interim string consing.
12716 Call substitute-command-keys on the result.
12717 (eldoc-print-var-docstrings, eldoc-print-docstring,
12718 eldoc-docstring-message): Functions removed.
12719 (eldoc-docstring-format-sym-doc): New function, functionality
12720 ripped out of eldoc-docstring-message.
12721 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12722
12723 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12724
12725 * international/mule.el (make-coding-system): Doc-string modified.
12726
12727 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12728
12729 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12730
12731 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12732 customize type.
12733
12734 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12735 type.
12736
12737 * progmodes/compile.el (compilation-error-screen-columns): New
12738 variable.
12739 (compilation-next-error-locus): Use it to decide whether to use
12740 forward-char or move-to-column.
12741
12742 * mail/rmail.el (rmail-movemail-program): Fix customize type.
12743
12744 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12745 feedmail-fiddle-plex-user-list,
12746 feedmail-spray-address-fiddle-plex-list,
12747 feedmail-prompt-before-queue-user-alist,
12748 feedmail-prompt-before-queue-help-supplement,
12749 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12750 feedmail-queue-alternative-mail-header-separator): Fix customize
12751 type.
12752
12753 * startup.el (site-run-file): Fix customize type.
12754
12755 * speedbar.el (speedbar-initial-expansion-list-name): Fix
12756 customize type.
12757
12758 * shell.el (shell-input-autoexpand): Fix customize type.
12759
12760 * ps-print.el (ps-font-info-database): Add missing dots in value.
12761 Improve layout of customize type.
12762
12763 * net-utils.el (traceroute-program-options, ping-program-options,
12764 ipconfig-program-options, netstat-program-options,
12765 arp-program-options, route-program-options,
12766 nslookup-program-options, ftp-program-options): Fix customize
12767 type.
12768
12769 * midnight.el (clean-buffer-list-kill-regexps,
12770 clean-buffer-list-kill-buffer-names,
12771 clean-buffer-list-kill-never-buffer-names,
12772 clean-buffer-list-kill-never-regexps): Fix customize type.
12773
12774 * man.el (Man-init-defvars): Avoid trailing nil on
12775 Man-filter-list.
12776
12777 * lpr.el (printer-name): Fix customize type.
12778
12779 1998-09-16 Kenichi Handa <handa@etl.go.jp>
12780
12781 * international/mule-cmds.el (reset-language-environment): Call
12782 update-coding-systems-internal.
12783
12784 * international/mule-conf.el: Call update-coding-systems-internal
12785 at the tail.
12786
12787 1998-09-14 Dave Love <fx@gnu.org>
12788
12789 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
12790 use the menu-enable properties, pending doing it correctly and
12791 acceptably fast.
12792
12793 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12794
12795 1998-09-13 Dave Love <d.love@dl.ac.uk>
12796
12797 * progmodes/hideshow.el (hs-grok-mode-type): Check
12798 comment-{start,end} non-nil as well as bound. Report an error if
12799 we can't grok the mode.
12800
12801 1998-09-13 Richard Stallman <rms@gnu.org>
12802
12803 * simple.el (blink-matching-open): Don't log paren matching
12804 messages in *Messages*.
12805
12806 1998-09-12 Richard Stallman <rms@gnu.org>
12807
12808 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12809 Set point-before-scroll at end even if there was an error.
12810
12811 * ange-ftp.el (ange-ftp-insert-file-contents):
12812 Use binary mode for dumb-unix hosts as for unix hosts.
12813 (ange-ftp-copy-file-internal): Likewise.
12814
12815 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12816
12817 * emacs-lisp/pp.el: Doc fixes.
12818
12819 * wid-edit.el (widget-menu-max-shortcuts): New variable.
12820 (widget-choose): Don't use single-char shortcuts if # items
12821 exceeds that many. Use minibuffer instead.
12822
12823 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12824
12825 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12826
12827 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
12828
12829 * speedbar.el (speedbar-frame-mode): Do not set frame position if
12830 in terminal mode.
12831
12832 1998-09-10 Noah Friedman <friedman@splode.com>
12833
12834 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12835 defcustom declaration. It's wreaking too much havoc with XEmacs
12836 and older versions of Emacs, which share this code.
12837
12838 * type-break.el (type-break-mode): Here also.
12839
12840 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12841 `t' to add-hook also to modify the new local value.
12842
12843 1998-09-10 Dave Love <fx@gnu.org>
12844
12845 * vc.el (vc-insert-headers): Doc fix.
12846
12847 1998-09-10 Richard Stallman <rms@gnu.org>
12848
12849 * textmodes/flyspell.el (flyspell-mode-on): Make the
12850 ispell-... variables permanent locals.
12851 (flyspell-mode-off): Add autoload cookie.
12852
12853 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12854 do use binary mode, just as for `unix'.
12855 (ange-ftp-host-type): If HOST is nil, return `unix'.
12856
12857 * dired.el (dired-mark-files-containing-regexp):
12858 Don't scan directories. Ignore non-readable files.
12859
12860 * progmodes/compile.el (compilation-error-regexp-alist):
12861 Fix previous change: allow . and _ in command name.
12862
12863 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12864
12865 * uncompress.el (uncompress-while-visiting):
12866 Use just the car of what find-operation-coding-system returns.
12867
12868 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12869
12870 * shell.el (shell-file-name-quote-list): Add # to the value.
12871
12872 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
12873
12874 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
12875 to make killing of ispell process work even if
12876 kill-all-local-variables has been run.
12877
12878 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12879
12880 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12881 loop when sexp entry ends at end of file with no newline.
12882
12883 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12884
12885 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12886 (Custom-reset-standard): Fix menu inconsistency.
12887
12888 * mail/feedmail.el (feedmail-from-line): Allow t.
12889 (feedmail-message-id-suffix): Allow nil.
12890
12891 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12892 Simplify. Make prefix arg work right.
12893
12894 1998-09-09 Dave Love <fx@gnu.org>
12895
12896 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12897
12898 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
12899
12900 1998-09-08 Dave Love <fx@gnu.org>
12901
12902 * add-log.el (change-log-font-lock-keywords): Do parenthesized
12903 stuff only after file names or at start of line. Allow parens
12904 around e-mail, as well as angles.
12905
12906 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
12907 ignore-errors too, eval'd when compile. Require w3 stuff at load
12908 time for nicer failure if it's not available.
12909
12910 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
12911
12912 * comint.el (comint-arguments): Ignore backslashes when using
12913 w32 shells that expect backslashes as the directory separator.
12914
12915 1998-09-04 Kenichi Handa <handa@etl.go.jp>
12916
12917 * international/fontset.el (resolved-ascii-font): New variable.
12918 (x-complement-fontset-spec): By side effect, set
12919 `resolved-ascii-font' to the resolved name of ASCII font."
12920 (create-fontset-from-fontset-spec): Don't get a value for
12921 resolved-ascii-font from the list full-fontlist. It is set by
12922 x-complement-fontset-spec now.
12923
12924 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12925 version, check the value of mule-version.
12926
12927 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
12928
12929 * textmodes/reftex.el (reftex-view-crossref): Split up into
12930 several functions. No longer moves to find a macro.
12931 (reftex-view-cr-cite, reftex-view-cr-ref,
12932 reftex-end-of-bib-entry): New functions.
12933 (reftex-auto-view-crossref): New value `window' allowed.
12934 (reftex-view-crossref-when-idle): Process new `window' option in
12935 (reftex-translate-to-ascii-function): New default.
12936 (reftex-label-illegal-re): Default changed, removed Latin1.
12937 (reftex-latin1-to-ascii): New function.
12938 (reftex-what-environment): Check for section regexp before use.
12939 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
12940 absolute path names.
12941 (reftex-TeX-master-file): Changed sequence of file checks.
12942 (reftex-do-citation): bibview cache only with RefTeX mode on.
12943
12944 1998-09-06 Richard Stallman <rms@gnu.org>
12945
12946 * progmodes/compile.el (compilation-error-regexp-alist):
12947 In first pattern (GNU utilities and other things),
12948 allow a space after the optional program name at the beginning.
12949
12950 * mail/mail-hist.el (mail-hist-current-header-contents):
12951 Fix previous change: use mail-header-end.
12952
12953 1998-09-06 Bill Richter <richter@math.nwu.edu>
12954
12955 * international/ccl.el: Doc fixes.
12956 * international/encoded-kb.el: Doc fixes.
12957 * international/fontset.el: Doc fixes.
12958 * international/kinsoku.el: Doc fixes.
12959 * international/kkc.el: Doc fixes.
12960 * international/mule-cmds.el: Doc fixes.
12961 * international/mule-conf.el: Doc fixes.
12962 * international/mule-util.el: Doc fixes.
12963 * international/mule.el: Doc fixes.
12964
12965 1998-09-05 Eric Ludlam <zappo@gnu.org>
12966
12967 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
12968 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
12969 (checkdoc-this-string-valid-engine): Permit ? as terminating
12970 punctuation for first line sentence breaking.
12971 (checkdoc-this-string-valid): When converting a comment into a doc
12972 string, make sure " chars are \".
12973 (checkdoc-sentencespace-region-engine): Only do double space check
12974 if based on the variable `sentence-end-double-space'
12975 (checkdoc-this-string-valid-engine): ? ends valid sentence.
12976 (checkdoc-proper-noun-region-engine): Exclude items in URLs
12977
12978 1998-09-04 Richard Stallman <rms@gnu.org>
12979
12980 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12981 Recognize define-skeleton as a function definer.
12982
12983 * cus-edit.el (customize-option): Refuse to customize
12984 a variable that has no defcustom. But if variable is autoloaded,
12985 first try to load the library that defines it.
12986
12987 * international/iso-insert.el: Use `string' before calling `insert'
12988 so that in multibyte buffers we insert multibyte chars.
12989
12990 * dired.el (dired-mark-files-containing-regexp):
12991 Don't use find-file; instead, insert the file in a temp buffer.
12992
12993 * textmodes/tex-mode.el (tex-start-options-string): New option.
12994 (tex-start-tex): Use that variable.
12995
12996 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
12997 value in the `repeat' alternative a list.
12998
12999 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13000 the inserted newline, verify that one was really inserted.
13001
13002 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13003 remains on or remains off.
13004 (flyspell-multi-language-p): Default changed to nil.
13005
13006 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13007 In "found in comment" case, don't beginning-of-line after forward-line.
13008
13009 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13010 If the function definition is not a lambda, return original FORM
13011 with no error.
13012
13013 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13014
13015 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13016 so that by default netstat shows all network connections.
13017
13018 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13019
13020 * international/quail.el: Doc fixes.
13021
13022 * info.el (info): Don't add parens if FILE already has them.
13023
13024 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13025
13026 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13027 on extension lines.
13028
13029 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13030
13031 * w32-fns.el (w32-shell-dos-semantics): New function.
13032
13033 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13034
13035 * international/quail.el (quail-choose-completion-string): Store
13036 completion `choice' in `quail-current-str'; don't insert it.
13037
13038 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13039
13040 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13041 argument to ps-mule-generate-bitmap-font.
13042
13043 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13044 entry and change Latin-1 entry in the default value.
13045 (ps-mule-font-info-database-ps-bdf): New variable.
13046 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13047 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13048 registerd in FONT-SPEC.
13049 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13050 charcter width of bitmap fonts.
13051 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13052 procedure NF.
13053 (ps-begin-file): Output PostScript code for setting
13054 SpaceWidthRatio.
13055 (ps-plot-region): Use line-beginning-position to get a position of
13056 the beginning of the current line.
13057
13058 * international/mule-cmds.el (register-input-method): Doc-string
13059 modified.
13060
13061 1998-09-01 Dave Love <fx@gnu.org>
13062
13063 * international/mule-cmds.el (current-language-environment): Fix
13064 setter function.
13065
13066 1998-09-01 Simon Marshall <simon@gnu.org>
13067
13068 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13069 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13070 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13071 names with font-lock-type-face. Fontify type specs, etc., with
13072 font-lock-keyword-face.
13073
13074 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13075
13076 * international/fontset.el (x-complement-fontset-spec): If ASCII
13077 font is specified in FONTLIST, don't substitute it for the
13078 resolved name.
13079
13080 1998-08-31 Paul Eggert <eggert@twinsun.com>
13081
13082 * international/mule.el (charset-description): Doc fix.
13083
13084 * language/chinese.el, language/cyrillic.el, language/czech.el,
13085 language/devanagari.el, language/ethiopic.el,
13086 language/european.el, language/hebrew.el, language/indian.el,
13087 language/japanese.el, language/korean.el, language/lao.el,
13088 language/slovak.el, language/thai.el, language/tibetan.el,
13089 language/vietnamese.el:
13090 Add coding: local variable, to avoid bootstrapping problem
13091 if you need to recompile all the Lisp files using interpreted code.
13092
13093 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13094
13095 * cal-china.el (chinese-year-cache): Change range of years from
13096 1989-2000 to 1990-2010.
13097
13098 1998-08-29 Dave Love <d.love@dl.ac.uk>
13099
13100 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13101 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13102
13103 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13104
13105 * ps-print.el (ps-print-control-characters): Doc-string modified.
13106 (ps-output-string-prim): Comment format changed.
13107 (ps-do-despool): Indentation of source code changed.
13108
13109 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13110
13111 * subr.el (sref): Make it an alias of aref. Make the
13112 byte-compiler warn that it is obsolete.
13113 (char-bytes): Make the byte-compiler warn that it is obsolete.
13114
13115 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13116 Calculate the total bytes using position-bytes instead of
13117 char-bytes.
13118
13119 1998-08-27 Karl Heuer <kwzh@gnu.org>
13120
13121 * snmp-mode.el: New file.
13122 * files.el (auto-mode-alist): Add snmp-mode patterns.
13123
13124 1998-08-27 Karl Eichwalder <ke@suse.de>
13125
13126 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13127
13128 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13129
13130 * calendar/diary-lib.el (diary-block): Doc fix..
13131 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13132
13133 1998-08-27 Richard Stallman <rms@gnu.org>
13134
13135 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13136 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13137 Clear appt-mode-string if we don't put something in it.
13138
13139 1998-08-27 Dave Love <fx@gnu.org>
13140
13141 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13142 dired-local-variables-file for dired-x.
13143
13144 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13145 for compressed library files too.
13146
13147 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13148
13149 * language/european.el ("Latin-1"): Modify `documentation' key value.
13150 ("Latin-2"): Likewise.
13151
13152 1998-08-26 Karl Heuer <kwzh@gnu.org>
13153
13154 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13155
13156 1998-08-26 Albert L. Ting <alt@artisan.com>
13157
13158 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13159 (mail-hist-current-header-contents): Use mail-text-start.
13160
13161 1998-08-26 Richard Stallman <rms@gnu.org>
13162
13163 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13164 (customize-changed-options-previous-release): New variable.
13165 (customize-changed-options): Use that variable as default arg.
13166
13167 1998-08-26 Karl Eichwalder <ke@suse.de>
13168
13169 * midnight.el: Require `timer' not only when compiling.
13170
13171 1998-08-26 Per Starback <starback@update.uu.se>
13172
13173 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13174 buffer before creating help group.
13175
13176 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13177
13178 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13179 coding-system-for-write before saving.
13180
13181 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13182
13183 * isearch.el (isearch-forward): Doc fix.
13184
13185 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13186
13187 * emacs-lisp/find-func.el: Fix :version tags to have a string
13188 value, not a float.
13189
13190 * cus-dep.el: Fix typo in output.
13191
13192 1998-08-25 Dave Love <fx@gnu.org>
13193
13194 * repeat.el (repeat): Doc fix.
13195 [From rms:]
13196 (repeat-previous-repeated-command): New variable.
13197 (repeat): Check for real-last-command being null or repeat. Set
13198 repeat-previous-repeated-command.
13199
13200 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13201
13202 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13203
13204 * gnus/message.el (message-send-mail-with-sendmail): Bind
13205 coding-system-for-write by the return value of
13206 select-message-coding-system.
13207 (message-send-mail-with-qmail): Likewise.
13208
13209 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13210
13211 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13212 define-derived-mode.
13213
13214 * files.el (file-name-invalid-regexp):
13215 Fix regex for ms-dos without long file names.
13216
13217 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13218
13219 * ps-print.el: Multi-byte buffer handling.
13220 (ps-print-version): New version number (4.0) and doc fix.
13221 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13222 compilation for GNU Emacs and emacsens.
13223 (ps-generate-postscript-with-faces): Force invisible text to be
13224 visible.
13225 (dos-ps-printer): New var to avoid compilation gripes.
13226
13227 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13228
13229 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13230 that no more characters can't be printed in the current line.
13231
13232 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13233
13234 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13235 greater than TO.
13236
13237 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13238
13239 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13240 20.2 and the earlier version.
13241 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13242 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13243 (ps-mule-find-wrappoint): Likewise.
13244 (ps-mule-generate-font): Change `X' to `x' in format
13245 control-string.
13246 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13247 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13248 `restore' form procedures `BC' and `EC'.
13249
13250 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13251
13252 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13253 is an executable procedure. Make LineThickness, Xshadow, and
13254 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13255 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13256 ps-mule-font-info-database-bdf): New vars.
13257 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13258 (ccl-encode-ethio-unicode): New CCL program.
13259 (ps-mule-encode-ethiopic): New fun.
13260 (ps-mule-current-charset): New var.
13261 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13262 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13263 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13264 (ps-mule-external-libraries): New var.
13265 (ps-mule-init-external-library): New fun.
13266 (ps-mule-font-cache): New var.
13267 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13268 (ps-last-font): New var.
13269 (ps-mule-prepare-font): New fun.
13270 (ps-mule-charset-list): New var.
13271 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13272 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13273 ps-mule-plot-string): New funs.
13274 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13275 New vars.
13276 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13277 ps-mule-prepare-cmpchar-font): New funs.
13278 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13279 vars.
13280 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13281 ps-mule-generate-bitmap-glyph): New funs.
13282 (ps-mule-initialize, ps-mule-begin): New funs.
13283 (ps-output-string-prim): Insert string as unibyte.
13284 (ps-output-prologue): New fun.
13285 (ps-flush-output): Handle the case of 'prologue.
13286 (ps-begin-file): Call ps-mule-initialize.
13287 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13288 printing multibyte characters.
13289 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13290 (ps-basic-plot-string): Handle the case of printing ASCII
13291 characters by external libraries (e.g. BDF).
13292 (ps-set-font): Set ps-last-font.
13293 (ps-plot-region): Handle multibyte characters, use
13294 ps-mule-plot-string for them.
13295 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13296
13297 * bdf.el: New file.
13298
13299 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13300
13301 * international/mule-cmds.el (select-message-coding-system): New
13302 function.
13303 (set-language-environment-coding-systems): Set
13304 default-sendmail-coding-system.
13305
13306 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13307 (default-sendmail-coding-system): New variable.
13308 (sendmail-send-it): Encode the message by a coding system
13309 select-message-coding-system returns.
13310
13311 1998-08-23 Eric Ludlam <zappo@gnu.org>
13312
13313 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13314 (speedbar-mode): Set buffer to read only.
13315 (speedbar-temp-buffer-show-function): For emacs don't call hook
13316 with arguments.
13317 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13318
13319 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13320
13321 * speedbar.el (speedbar-key-map): Fix typo.
13322
13323 See ChangeLog.7 for earlier changes.