*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
2
3 * newcomment.el: New file.
4
5 2000-05-19 Gerd Moellmann <gerd@gnu.org>
6
7 * files.el (auto-mode-alist): Add pattern for `.shrc'.
8
9 2000-05-18 Andreas Schwab <schwab@suse.de>
10
11 * dired.el (dired-between-files): Also skip lines beginning with
12 `used'.
13
14 2000-05-18 Gerd Moellmann <gerd@gnu.org>
15
16 * msb.el (msb-menu-cond): Add choice `user'.
17
18 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19
20 * ps-print.el: Compatibility, customization and doc fix.
21 (ps-printer-name-option): Replace defconst by defvar.
22 (ps-postscript-code-directory): XEmacs compatibility.
23 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
24 fix.
25 (ps-user-defined-prologue, ps-print-prologue-header)
26 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
27 compatibility and code fix.
28 (ps-print-background-image, ps-print-background-text):
29 Customization fix.
30 (ps-line-number-start, ps-n-up-on): New vars.
31
32 2000-05-18 Espen Skoglund <esk@ira.uka.de>
33
34 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
35 the indent-comment function to just return the appropriate indent.
36
37 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
38
39 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
40 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
41 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
42
43 2000-05-18 Dave Love <fx@gnu.org>
44
45 * info.el (Info-fontify-node): Add intangible property as well as
46 invisible.
47
48 * calendar/appt.el (appt-make-list): Match all lines of entry.
49 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
50
51 2000-05-18 Kenichi Handa <handa@etl.go.jp>
52
53 * international/mule-diag.el (describe-char-after): Call
54 internal-char-font, not char-font. If internal-char-font returns
55 nil, display "-- none --".
56
57 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
58
59 * image.el (image-type-available-p): Don't reference image-types
60 if it isn't bound.
61
62 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
63
64 * autoarg.el (autoarg-mode): Typo in the :set argument.
65
66 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
67
68 * startup.el (command-line-1): Don't signal an error if the
69 directory for auto-save-list files does not yet exist.
70
71 2000-05-17 Kenichi Handa <handa@etl.go.jp>
72
73 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
74
75 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
76
77 * subr.el (remove-hook): `setq' hook-value, not `set'.
78
79 2000-05-16 Sam Steingold <sds@gnu.org>
80
81 * info.el (debug-ignored-errors): More errors to ignore.
82
83 2000-05-16 Dave Love <fx@gnu.org>
84
85 * cus-edit.el: Don't require cl or easymenu.
86 (custom-variable-prompt): Test standard-value property, not
87 user-variable-p.
88
89 2000-05-16 Sam Steingold <sds@gnu.org>
90
91 * subr.el (add-hook): `setq' hook-value, not `set'.
92
93 2000-05-16 Gerd Moellmann <gerd@gnu.org>
94
95 * startup.el (command-line-1): Mention the FAQ in the startup
96 message.
97
98 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
99
100 * progmodes/compile.el (compilation-parse-errors): Collect
101 `nomessage' regexps last.
102
103 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
104
105 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
106 to the function name.
107
108 2000-05-15 Dave Love <fx@gnu.org>
109
110 * speedbar.el (speedbar-recenter): Typo.
111 (speedbar-expand-line): Make arg optional.
112 (speedbar-mode): Avoid a compiler warning.
113
114 2000-05-15 Gerd Moellmann <gerd@gnu.org>
115
116 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
117 user-specified option string is empty.
118
119 * mouse.el (mouse-yank-at-click): Doc fix.
120
121 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
122
123 * term/internal.el (IT-character-translations): More updates of
124 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
125 documents.
126
127 2000-05-15 Gerd Moellmann <gerd@gnu.org>
128
129 * env.el (getenv): New function, interactively callable.
130 (setenv, getenv): Remove autoload cookies.
131
132 * loadup.el: Load `env'.
133
134 * progmodes/f90.el: Change author's mail address.
135
136 2000-05-14 Dave Love <fx@gnu.org>
137
138 * mail/rmail.el (rmail-show-message-hook): Customize and offer
139 goto-addr as an option.
140
141 * help.el (help-xref-stack): Doc fix.
142 (help-xref-following): New variable.
143 (help-make-xrefs): Use it.
144 (help-xref-go-back): Use position information from stack element.
145 (help-follow): Make position in stack element a pair. Use
146 help-xref-following.
147
148 * autoarg.el: New file.
149
150 * faces.el: Declare more functions obsolete.
151
152 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
153 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
154 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
155 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
156 Remove all the setup-...-environment functions.
157
158 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
159
160 * speedbar.el: Updated the commentary section. xemacs20p now uses
161 >= when detecting. Require `defimage' safely.
162 (speedbar-easymenu-definition-base): Add toggle for images.
163 (speedbar-easymenu-definition-special): Add flush cache & expand.
164 (speedbar-visiting-tag-hook): Set new defaults. Added options.
165 (speedbar-reconfigure-keymaps-hook): New variable.
166 (speedbar-frame-parameters): Updated documentation.
167 (speedbar-use-imenu-flag): Updated custom tag
168 (speedbar-dynamic-tags-function-list): New variable.
169 (speedbar-tag-hierarchy-method): Updated doc & custom.
170 (speedbar-indentation-width, speedbar-indentation-width) New
171 variables.
172 (speedbar-hide-button-brackets-flag): Customizable.
173 (speedbar-vc-indicator): Doc update.
174 (speedbar-ignored-path-expressions): Updated default value.
175 (speedbar-supported-extension-expressions): Updated default value.
176 (speedbar-syntax-table): Remove {} paren status.
177 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
178 as "+". Added overlay aliases.
179 (speedbar-mode): Use `speedbar-mode-line-update' instead of
180 `force-mode-line-update'.
181 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
182 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
183 `mouse-set-point'
184 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
185 (speedbar-item-info-tag-helper): Revamped to handle a wider range
186 of arbitrary text, and new helper functions.
187 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
188 filename finder.
189 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
190 (speedbar-directory-buttons): Update path search/expansion.
191 (speedbar-make-tag-line): Pay attention to
192 `speedbar-indentation-width'. Use more care w/ invisible
193 properties.
194 (speedbar-change-expand-button-char): Call
195 `speedbar-insert-image-button-maybe'.
196 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
197 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
198 (speedbar-trim-words-tag-hierarchy)
199 (speedbar-simple-group-tag-hierarchy): New functions
200 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
201 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
202 functions.
203 (speedbar-mouse-set-point): New function
204 (speedbar-power-click): Updated documentation.
205 (speedbar-line-token, speedbar-goto-this-file): Handle more types
206 of tag prefix text.
207 (speedbar-expand-line, speedbar-contract-line): Make more robust
208 to strange text.
209 (speedbar-expand-line): Takes universal argument to flush the
210 cache.
211 (speedbar-flush-expand-line): New function.
212 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
213 Use new generator insertion method.
214 (speedbar-fetch-dynamic-tags): New function.
215 (speedbar-fetch-dynamic-imenu): Removed code now handled in
216 `speedbar-fetch-dynamic-imenu'.
217 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
218 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
219 "Revert Buffer" menu items.
220 (speedbar-buffer-buttons-engine): Be smarter when creating a
221 filename tag (for expansion purposes.).
222 (speedbar-highlight-one-tag-line,
223 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
224 (speedbar-recenter): New functions.
225 (defimage-speedbar): Image loading abstraction.
226 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
227 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
228 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
229 (speedbar-tag-type, speedbar-tag-mail): New images.
230 (speedbar-expand-image-button-alist): New variable.
231 (speedbar-insert-image-button-maybe): Insert an image over some
232 buttons.
233
234 2000-05-13 Kenichi Handa <handa@etl.go.jp>
235
236 * international/mule-cmds.el (encode-coding-char): An ASCII
237 character is always encodable.
238
239 * international/mule-conf.el: Add more information in descriptions
240 of character sets.
241
242 * international/mule-diag.el (describe-char-after): New function.
243 (describe-font-internal): Adjusted for the change of font-info.
244 (describe-font): Likewise.
245 (print-fontset): Rewritten for the new fontset implementation.
246 (describe-fontset): Include fontset alias names in completion.
247 (list-fontsets): Adjusted for the change of print-fontset.
248
249 * simple.el (what-cursor-position): If DETAIL is non-nil, call
250 describe-char-after instead of displaying the detail in the echo
251 area.
252 (syntax-code-table): Format changed.
253 (string-to-syntax): Adjusted for the above change.
254
255 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
256
257 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
258
259 2000-05-12 Dave Love <fx@gnu.org>
260
261 * calendar/todo-mode.el: Remove some compatibility stuff and CL
262 dependence. Use line-{beginning,end}-position, not
263 point-at{b,e}ol. Some doc fixes.
264 (todo-position): New function. Fix callers of position to use it.
265 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
266
267 2000-05-12 Gerd Moellmann <gerd@gnu.org>
268
269 * time.el (display-time-mail-icon): Use `:ascent center'.
270
271 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
272 handling FTP security extensions.
273
274 2000-05-11 Dave Love <fx@gnu.org>
275
276 * calendar/todo-mode.el: New file.
277
278 2000-05-11 Gerd Moellmann <gerd@gnu.org>
279
280 * comint.el (comint-read-input-ring): Move reference to
281 comint-input-ring-size outside of the save-excursion. It was
282 causing the default value to be the only one ever seen.
283
284 * font-lock.el: Update copyright. Remove Simon Marshall's email
285 address on request from him.
286
287 * subr.el (substitute-key-definition): Add comment describing
288 the meaning of PREFIX.
289
290 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
291
292 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
293
294 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
295 (add-minor-mode): Don't make the variable buffer-local and add a
296 reference to define-minor-mode in the docstring.
297
298 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
299 HEADER/FOOTER and fix bug with trailing empty directory.
300 (cvs-append-to-ignore): Use vc-editable-p if available.
301 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
302 (vc-do-command): Tweak advice to handle the new VC.
303
304 * log-view.el (log-view-goto-rev): New function for the new VC.
305 (log-view-minor-wrap): Use mark-active.
306
307 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
308 (log-edit-changelog-full-paragraphs): New var.
309 (log-edit-insert-changelog): Remove a lonely leading `* file'.
310 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
311 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
312 (log-edit-changelog-ours-p, log-edit-changelog-entries)
313 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
314 Replace the `cvs' prefix with `log-edit'.
315
316 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
317
318 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
319 (diff-font-lock-defaults): Explicitly turn off multiline.
320 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
321 (diff-ediff-patch): Fix call to ediff-patch-file.
322 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
323 Handle comments.
324
325 * frame.el (automatic-hscrolling): Typo.
326
327 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
328
329 2000-05-09 Sam Steingold <sds@goems.com>
330
331 * apropos.el (apropos-print): use `describe-face' instead of
332 `customize-face-other-window'.
333
334 2000-05-09 Dave Love <fx@gnu.org>
335
336 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
337
338 * help.el (describe-variable): Have customize button pop the
339 help-xref stack when invoked.
340 (help-xref-symbol-regexp): Add `face'.
341 (help-make-xrefs): Check for quoted face names and adapt regexp
342 submatch numbers to cope.
343 (help-xref-interned): Maybe insert face doc too. Separate
344 sections with a line of hyphens.
345
346 * faces.el: Some doc fixes. Declare some functions obsolete.
347 (describe-face): Add customize button. Return the help
348 text. Fix prompt.
349
350 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
351
352 * term/internal.el (IT-character-translations): Fix last change.
353
354 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
355
356 * woman.el: New file
357 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
358
359 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
360
361 * term/internal.el (IT-character-translations): Update ASCII
362 simulations for greek-iso8859-7, add latin-iso8859-14 and
363 latin-iso8859-15.
364
365 * international/mule-cmds.el (set-language-info-alist): Call
366 define-prefix-command with 3 arguments, to make the map suitable
367 for a menu.
368
369 2000-05-07 Dave Love <fx@gnu.org>
370
371 * time.el: Small doc fixes from Pavel Janic.
372
373 2000-05-05 Dave Love <fx@gnu.org>
374
375 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
376 list in doc string. Don't quote keyword symbols.
377 * emacs-lisp/cl.el: Likewise
378 * emacs-lisp/cl-seq.el: Likewise
379
380 2000-05-05 Gerd Moellmann <gerd@gnu.org>
381
382 * abbrev.el (abbrev-mode): Make ARG optional.
383
384 2000-05-04 Gerd Moellmann <gerd@gnu.org>
385
386 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
387
388 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
389
390 * subr.el (substitute-key-definition): Clarify documentation.
391
392 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
393
394 * glasses.el (glasses-convert-to-unreadable): Use
395 `glasses-separator' instead of the hard-wired "_".
396 (glasses-mode): Call `glasses-make-unreadable' only in a single
397 place.
398
399 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
400
401 * term/internal.el (cjk-codepages-alist): Add associations for
402 Chinese and Korean codepages. Remove FIXME comment.
403
404 2000-05-03 Dave Love <fx@gnu.org>
405
406 * time.el (display-time-mail-face, display-time-use-mail-icon):
407 New option.
408 (display-time-mail-icon): New variable.
409 (display-time-string-forms): Use the above. Fix the local-map.
410
411 2000-05-03 Gerd Moellmann <gerd@gnu.org>
412
413 * replace.el (query-replace-map): Add binding for `E'.
414 (query-replace-help): Extend help text.
415 (perform-replace): Allow editing the replacement string.
416
417 * make-mode.el (makefile-mode-abbrev-table): New variable.
418 (makefile-mode): Set local abbrev table to
419 makefile-mode-abbrev-table.
420 (makefile-font-lock-keywords): Fontify includes and conditionals.
421
422 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
423 set TOGGLE's value.
424
425 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
426 mail-interactive-insert-alias.
427 (mail-abbrev-complete-alias): New command.
428 (mail-mode-map): Bind it to `M-TAB'.
429
430 2000-05-03 Kenichi Handa <handa@etl.go.jp>
431
432 * language/lao-util.el (lao-compose-region): New function.
433
434 2000-05-02 Gerd Moellmann <gerd@gnu.org>
435
436 * files.el (recover-session): Make directories as necessary
437 if they don't exist yet.
438
439 * calendar/cal-french.el
440 (french-calendar-multibyte-special-days-array)
441 (french-calendar-special-days-array): Change French text.
442 (calendar-french-date-string): Change output.
443 (calendar-goto-french-date): Likewise.
444
445 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
446
447 * wid-edit.el (widget-default-active): Obey `:always-active'.
448 (widget-documentation-string-value-create): Set `:always-active'.
449
450 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
451
452 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
453 default prefix to `~/_emacs.d/auto-save.list/_s'.
454 (normal-top-level): Create the directory for auto-save files, if
455 it doesn't already exist (in the ms-dos case only).
456
457 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
458
459 * international/mule-cmds.el (set-language-environment): Don't
460 concat an integer (dos-codepage), use format instead.
461
462 2000-05-02 Dave Love <fx@gnu.org>
463
464 * help.el (help-xref-on-pp): Check for constant symbols.
465
466 2000-04-29 Gerd Moellmann <gerd@gnu.org>
467
468 * startup.el (normal-top-level): Put a condition-case around
469 the code loading subdirs.el.
470
471 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
472
473 * ps-print.el: Upside-down and face background color printing,
474 line number step, doc fix.
475 (ps-print-version): New version number (5.2).
476 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
477 (ps-face-attribute-list, ps-plot-with-face): Code fix.
478 (ps-spool-config): Var fix.
479 (ps-printer-name-option): Const fix.
480 (ps-print-upside-down, ps-use-face-background)
481 (ps-line-number-step): New vars.
482 (ps-window-system, ps-lp-system): New consts.
483 (ps-face-background): New fun.
484
485 2000-04-28 Richard Stallman <rms@gnu.org>
486
487 * files.el (make-auto-save-file-name):
488 Apply auto-save-file-name-transforms to visited file name
489 before generating auto save file name.
490 (auto-save-file-name-transforms): New variable.
491
492 * files.el (backup-enable-predicate):
493 Correctly test for a file under a temporary directory.
494
495 2000-04-28 Gerd Moellmann <gerd@gnu.org>
496
497 * subr.el (add-minor-mode): Rewritten.
498
499 2000-04-28 Kenichi Handa <handa@etl.go.jp>
500
501 * mail/sendmail.el (sendmail-send-it): Set
502 buffer-file-coding-system to the selected coding system for MIME
503 header.
504
505 2000-04-27 Gerd Moellmann <gerd@gnu.org>
506
507 * dired.el (dired-move-to-filename-regexp): Allow format where
508 YYYY is followed by two spaces.
509
510 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
511 in the second character class of the regexp.
512
513 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
514 mh-etc, too.
515
516 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
517 nil.
518
519 * subr.el (add-minor-mode): Use `set' instead of `setq'.
520
521 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
522 argument.
523
524 2000-04-27 Sen Nagata <sen@eccosys.com>
525
526 * emacs-lisp/crm.el (crm-completion-table): New variable.
527 (crm-collection-fn, crm-test-completion)
528 (completing-read-multiple): Use it.
529
530 2000-04-27 Dave Love <fx@gnu.org>
531
532 * help.el (locate-library): Use mapc.
533 (help-manyarg-func-alist): Add call-process-region.
534
535 2000-04-26 Gerd Moellmann <gerd@gnu.org>
536
537 * subr.el (add-minor-mode): Make argument MAP optional.
538
539 * desktop.el (desktop-save): Save list of minor modes.
540 (desktop-create-buffer): Restore minor modes.
541 (desktop-minor-mode-table): New user-option.
542
543 * subr.el (add-minor-mode): New function.
544
545 * image.el (find-image): New function.
546 (defimage): Rewritten to find image at load time.
547
548 * startup.el (normal-top-level-add-to-load-path): Handle
549 case that the default directory is not in load-path.
550
551 * help.el: Old patch from Stefan Monnier.
552 (help-xref-on-pp): New function.
553 (describe-variable): Use it to display xrefs in a symbol's value.
554
555 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
556
557 * cus-edit.el (custom-face): Fix parenthesis.
558
559 2000-04-26 Kenichi Handa <handa@etl.go.jp>
560
561 * mail/rmail.el (rmail-expunge): When there are no deleted
562 messages, do nothing.
563
564 2000-04-26 Dave Love <fx@gnu.org>
565
566 * international/mule-cmds.el (locale-translation-file-name):
567 Defvar to nil.
568 (set-locale-environment): Set it here (at runtime).
569
570 2000-04-25 Gerd Moellmann <gerd@gnu.org>
571
572 * replace.el (perform-replace): Add parameters START and END. Use
573 them instead of the check for a region in Transient Mark mode.
574 (query-replace-read-args): Return two more list elements for the
575 start and end of the region in Transient Mark mode.
576 (query-replace, query-replace-regexp, query-replace-regexp-eval)
577 (map-query-replace-regexp, replace-string, replace-regexp): Add
578 optional last arguments START and END and pass them to
579 perform-replace.
580
581 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
582 form with additional arguments for perform-replace.
583
584 * progmodes/etags.el (tags-query-replace): Add parameters START
585 and END. Construct a form with additional arguments for
586 perform-replace.
587
588 * simple.el (shell-command): Set default directory for "*Shell
589 Command Output" buffer.
590
591 * language/european.el (iso-latin-4): Fix typo.
592
593 * emacs-lisp/crm.el: New file.
594
595 2000-04-24 Dave Love <fx@gnu.org>
596
597 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
598 (Custom-reset-saved, Custom-reset-standard)
599 (custom-group-value-create, custom-group-set, custom-group-save)
600 (custom-group-reset-current, custom-group-reset-saved)
601 (custom-group-reset-standard): Use mapc.
602 (custom-buffer-create-internal): Disable undo when creating items.
603 Use mapc.
604 (custom-face): Avoid redundant lambda.
605
606 2000-04-24 Gerd Moellmann <gerd@gnu.org>
607
608 * startup.el (auto-save-list-file-prefix): Set default to
609 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
610
611 2000-04-24 Sam Steingold <sds@gnu.org>
612
613 * time-stamp.el (time-stamp-string-preprocess): Always convert
614 `field-result' to a string.
615
616 2000-04-24 Gerd Moellmann <gerd@gnu.org>
617
618 * frame.el (scrolling): New group.
619 (automatic-hscrolling): New user-option.
620
621 * startup.el (command-line-x-option-alist): Add `-lsp' and
622 `--line-spacing'.
623
624 2000-04-19 Dave Love <fx@gnu.org>
625
626 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
627 (cl-mapc): Rename from mapc. Fix the funcall.
628
629 2000-04-19 Gerd Moellmann <gerd@gnu.org>
630
631 * simple.el (clone-indirect-buffer-other-window): New command.
632 (clone-indirect-buffer): Add optional arg NORECROD.
633 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
634
635 * help.el (resize-temp-buffer-window): Use count-screen-lines.
636
637 * window.el (count-screen-lines): New function.
638 (shrink-window-if-larger-than-buffer): Use count-screen-lines
639 instead of window-buffer-height.
640
641 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
642 non-existing variable comint-input-sentinel.
643 (inferior-lisp-args-to-list): Removed.
644 (inferior-lisp): Use split-string instead of
645 inferior-lisp-args-to-list.
646
647 * hexl.el (hexl-insert-hex-string): New command.
648
649 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
650 instead of concat.
651
652 2000-04-18 Gerd Moellmann <gerd@gnu.org>
653
654 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
655 at the start of an existing but empty folder.
656
657 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
658
659 * ps-mule.el: Customization fix, doc fix.
660 (ps-multibyte-buffer): Customization fix.
661
662 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
663
664 * subr.el (read-passwd): Use read-char-exclusive.
665
666 2000-04-17 Gerd Moellmann <gerd@gnu.org>
667
668 * textmodes/texinfo.el (texinfo-insert-@email)
669 (texinfo-insert-@emph, texinfo-insert-@quotation)
670 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
671 (texinfo-mode-map): Add key bindings for them.
672
673 * files.el (basic-save-buffer-2): Use a template with `$'
674 instead of `#' for VMS.
675
676 * simple.el (clone-indirect-buffer): New function.
677
678 2000-04-16 Stephen Eglen <stephen@gnu.org>
679
680 * iswitchb.el (iswitchb-case): New function. If the user input
681 contains any upper-case characters, the search is made
682 case-sensitive.
683
684 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
685
686 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
687 comment-end.
688 (texinfo-font-lock-syntactic-keywords): New var.
689 (texinfo-font-lock-keywords): Remove comment regexp.
690 (texinfo-insert-block): New function.
691 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
692 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
693 and font-lock-defaults. Use regexp-opt for outline-regexp.
694 (texinfo-environments): New var.
695 (texinfo-environment-regexp): Use regexp-opt and
696 texinfo-environments.
697
698 * textmodes/ispell.el (ispell-menu-map-needed): Check that
699 ispell-process is bound since this might be eval'd before ispell
700 is loaded.
701 (ispell-message): Use a tiny bit less magic and a bit more hard
702 data to figure out what kind of sc-cite-regexp to use.
703
704 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
705
706 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
707 (insert-cyclic-diary-entry): Unquote the lambda.
708
709 * gud.el (gud-jdb-build-source-files-list): Fix typo.
710
711 * files.el (backup-enable-predicate): Unquote the lambda.
712
713 * cus-edit.el (custom-face, face): Unquote the lambda.
714
715 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
716
717 * ps-print.el: Check for line-beginning-position definition.
718
719 * ps-print.el: Fix counting lines in a region.
720 (ps-print-version): New version number (5.1.5).
721 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
722 (ps-printing-region): Fun code fix.
723
724 2000-04-15 Gerd Moellmann <gerd@gnu.org>
725
726 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
727 to file-directory-p.
728
729 2000-04-14 Gerd Moellmann <gerd@gnu.org>
730
731 * gud.el (gud-jdb-build-source-files-list): Check that directory
732 exists before calling directory-files.
733
734 2000-04-13 Dave Love <fx@gnu.org>
735
736 * emacs-lisp/trace.el: Change maintainer. Use new backquote
737 syntax.
738
739 * emacs-lisp/cl-specs.el: Remove when, unless.
740
741 * emacs-lisp/cl-extra.el: Don't quote keywords.
742 (cl-old-mapc): New variable.
743 (mapc): Use it.
744 (cl-map-intervals): Use with-current-buffer. Don't check for
745 next-property-change.
746 (cl-map-overlays): Use with-current-buffer.
747 (cl-expt): Remove.
748 (copy-tree, remprop): Define unconditionally.
749
750 * emacs-lisp/cl-compat.el (keywordp): Remove.
751
752 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
753 to use keywordp.
754 (edebug-spec): Enable keywordp.
755
756 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
757 string-lessp.
758
759 * cus-start.el: Use keywordp.
760
761 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
762
763 * diary-lib.el (include-other-diary-files): Fix the fix of
764 2000-02-18 by doing a save-excursion.
765
766 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
767
768 * ps-print.el: Customization fix, doc fix.
769 (ps-print-version): New version number (5.1.4).
770 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
771 (ps-print-preprint): Adjust code.
772 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
773 (ps-print-prologue-header, ps-print-control-characters)
774 (ps-spool-config): Customization fix.
775
776 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
777
778 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
779 converted to the new menu-item format, names silightly changed,
780 help strings added.
781
782 Support for spelling without async subprocesses:
783
784 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
785 (ispell-session-buffer): New variables.
786 (ispell-start-process, ispell-process-status,
787 ispell-accept-output, ispell-send-string): New functions, for
788 Ispell invocation when async subprocesses aren't supported.
789 (ispell-word, ispell-pdict-save, ispell-command-loop,
790 ispell-process-line, ispell-buffer-local-parsing): Replace calls
791 to process-send-string with calls to ispell-send-string, and
792 accept-process-output with ispell-accept-output.
793 (ispell-init-process): Call ispell-process-status instead of
794 process-status with.
795 (ispell-init-process): Call ispell-start-process. Call
796 ispell-accept-output and ispell-send-string. Don't call
797 process-kill-without-query and kill-process if they are unbound.
798 (ispell-async-processp): New function.
799
800 2000-04-12 Dave Love <fx@gnu.org>
801
802 * info.el: Add debug-ignored-errors.
803 (Info-mode-menu): Add some items.
804 (Info-directory): Add autoload cookie.
805
806 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
807 Modify `truncate-lines'. Make `describe-language-environment'
808 always visible and add help. Modify `describe-key' help. Invoke
809 Info-directory from `info'. New entry `emacs-manual'.
810
811 2000-04-10 Gerd Moellmann <gerd@gnu.org>
812
813 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
814 propertized-buffer-identification.
815 (ebrowse-update-member-buffer-mode-line): Likewise.
816 (ebrowse--mode-strings): Removed.
817 (ebrowse--mode-line-props): Removed.
818
819 * files.el (auto-mode-alist): Add `EBROWSE'.
820
821 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
822 space before testing for end of buffer.
823 (ebrowse-load): Removed.
824 (ebrowse-revert-tree-buffer-from-file): Rewritten.
825 (ebrowse-create-tree-buffer): Rewritten.
826 (ebrowse-tree-mode): Read tree from buffer.
827
828 * progmodes/ebrowse-ffh.el: Removed.
829
830 2000-04-10 Kenichi Handa <handa@etl.go.jp>
831
832 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
833
834 2000-04-10 Gerd Moellmann <gerd@gnu.org>
835
836 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
837 at the wrong place.
838
839 2000-04-09 Dave Love <fx@gnu.org>
840
841 * files.el (backup-enable-predicate): Use
842 temporary-file-directory, small-temporary-file-directory.
843 (make-backup-file-name-function, backup-directory-alist): New
844 variables.
845 (make-backup-file-name-1): New function.
846 (make-backup-file-name): Use it.
847 (find-backup-file-name): Likewise. Use format for clarity, not
848 concat.
849 (file-newest-backup): Use make-backup-file-name.
850
851 2000-04-09 Gerd Moellmann <gerd@gnu.org>
852
853 * progmodes/ebrowse-ffh.el: New file.
854
855 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
856 to ebrowse-ffh.el.
857 (ebrowse-load): Add autoload.
858
859 * finder.el (finder-commentary): Add autoload cookie.
860
861 * mail/rfc2368.el: Correct author's email address.
862
863 * progmodes/ebrowse.el: New file.
864
865 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
866 item help string.
867 (easy-menu-do-add-item): Ditto.
868 (easy-menu-define): Extend doc string.
869
870 * jit-lock.el (with-buffer-unmodified): Use
871 restore-buffer-modified-p.
872 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
873 (jit-lock-function, jit-lock-stealth-fontify): Don't use
874 with-buffer-unmodified.
875
876 2000-04-08 Dave Love <fx@gnu.org>
877
878 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
879 unless, when.
880
881 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
882
883 * viper-util.el (viper-put-on-search-overlay): New subroutine.
884 (viper-flash-search-pattern): No operation when using Emacs
885 doesn't support face.
886 Use `viper-put-on-search-overlay'.
887
888 2000-04-04 Gerd Moellmann <gerd@gnu.org>
889
890 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
891 like C-r.
892
893 * progmodes/make-mode.el: Some doc fixes.
894 (makefile-mode-abbrev-table): New variable.
895 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
896 (makefile-font-lock-keywords): Fontify includes and conditionals.
897 (toplevel): Require `dabbrev' and `add-log' when compiling.
898
899 * replace.el (perform-replace): Don't move forward one char
900 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
901 to do that because it leaves point 1 position after the last
902 replacement, after everything has been replaced.
903
904 * jit-lock.el (with-buffer-unmodified): New macro.
905 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
906 modified state.
907 (jit-lock-function-1): Extracted from jit-lock-function; not
908 preserving buffer's modified state.
909 (jit-lock-function, jit-lock-stealth-fontify): Call
910 jit-lock-function-1.
911
912 * mail/rfc2368.el: Remove supernumerary copyright line.
913
914 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
915
916 * glasses.el: Provide facilities for inserting space before left
917 parentheses and uncapitalization of identifiers.
918 (glasses-mode): Try to remove old overlays in all cases.
919
920 2000-04-03 Gerd Moellmann <gerd@gnu.org>
921
922 * progmodes/compile.el (compile-internal): Display the compilation
923 buffer in a different frame, if it's already displayed there.
924
925 * mail/rfc2368.el: New file.
926
927 * simple.el (sendmail-user-agent-compose): Recognize a `body'
928 header and insert its value as mail body.
929
930 * subr.el (member-ignore-case): New function.
931
932 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
933 (dabbrev--find-expansion): Ignore buffers matching a regexp
934 from dabbrev-ignored-regexps.
935
936 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
937 to extensions handled by gzip.
938
939 2000-04-03 Richard M. Stallman <rms@gnu.org>
940
941 * files.el (insert-directory): List the total free space
942 along with the used space.
943
944 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
945 line is followed by one that matches CITATION-REGEXP, end the
946 paragraph.
947
948 2000-04-03 Markus Rost <rost@delysid.gnu.org>
949
950 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
951 (rmail-make-basic-summary-line): Use that option.
952
953 2000-04-03 Kenichi Handa <handa@etl.go.jp>
954
955 * international/mule-cmds.el (encoded-string-description):
956 Rewritten. Try pretty description for ISO 2022 escape sequences
957 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
958 for hexadecimal format.
959
960 2000-04-01 Dave Love <fx@gnu.org>
961
962 * cpp.el: Change customization group to `c' from `C'.
963
964 * vcursor.el (vcursor-move): Use display-color-p.
965
966 * international/mule-util.el: Provide mule-utils.
967 (string-to-sequence): Simplify and speed up.
968
969 * international/mule.el (make-coding-system): Purecopy doc-string.
970
971 * international/mule-cmds.el: Various menu changes.
972 (describe-specified-language-support): Handle `Default'.
973 (set-language-info): Purecopy `info'.
974
975 2000-03-31 Andrew Innes <andrewi@gnu.org>
976
977 * vc.el (vc-backend-diff): Return the correct status if we had to
978 retry the rcsdiff command without the --brief option.
979
980 2000-03-31 Dave Love <fx@gnu.org>
981
982 * help.el (help-manyarg-func-alist): Correct several omissions.
983
984 * add-log.el: Don't require cl, fortran.
985 (add-log-current-defun-function): Doc fix.
986 (change-log-version-number-regexp-list): Remove SCCS part. Doc
987 fix.
988 (change-log-version-rcs): Function deleted.
989 (change-log-version-number-search): Doc fix. Use
990 vc-workfile-version. Avoid CL dolist.
991 (add-change-log-entry): Just call add-log-current-defun to get
992 defun. Simplify somewhat.
993 (change-log-get-method-definition-1): Likewise.
994 (add-log-current-defun): Return nil if calling
995 add-log-current-defun-function does so. Move Fortran stuff to
996 fortran.el. Return string without properties.
997
998 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
999 and :alpha: char classes.
1000
1001 * mail/supercite.el: Defvar curline when compiling.
1002 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1003 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1004 rather than a-zA-Z0-9 to allow non-ASCII characters.
1005
1006 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1007
1008 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1009
1010 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1011 Re-enable new code.
1012
1013 * lpr.el (print-region-1): Use -d to specify printer name for
1014 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1015
1016 2000-03-31 Dave Love <fx@gnu.org>
1017
1018 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1019 for function definition in symbol's function value slot first
1020 instead of first consulting byte-compile-function-environment.
1021
1022 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1023
1024 * language/european.el ("Polish"): New language environment.
1025 (setup-polish-environment): New function.
1026
1027 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1028
1029 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1030 Disable new code.
1031
1032 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1033 trying to `load' the symbol of an autoload instead of the file
1034 recorded in the autoload. Fix error messages.
1035
1036 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1037
1038 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1039 (ps-print-version): New version number (5.1.3).
1040 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1041 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1042 (ps-generate-postscript-with-faces): Code fix.
1043 (ps-color-values): XEmacs compatibility.
1044 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1045 (ps-default-fg, ps-default-bg): Adjust customization.
1046 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1047 (ps-color-scale): Renaming old ps-color-value fun.
1048 (ps-print-headers): Replace ps-print-header group to avoid conflict
1049 with ps-print-header variable.
1050 (ps-print-miscellany): New group.
1051 (ps-format-color, ps-rgb-color): New funs.
1052 (ps-default-foreground): New var.
1053 (ps-printer-name-option): New const.
1054
1055 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1056
1057 * net/net-utils.el:
1058 (network-connection-host, network-connection-service): New variables
1059 (network-connection-mode): New mode, derived from comint-mode
1060 (network-connection-mode-setup): New function, saves host and
1061 service information in local variables.
1062
1063 * lisp/locate.el:
1064 (locate-word-at-point): Added this function
1065 (locate): Default to using locate-word-at-point as input
1066 Run dired-mode-hook
1067
1068 2000-03-29 Dave Love <fx@gnu.org>
1069
1070 * calendar/appt.el: Doc fixes.
1071 (appt-check): Convert min-to-app to a string before passing to
1072 appt-disp-window-function or concat.
1073 (appt-delete-window): Remove test for frame-root-window.
1074 (appt-select-lowest-window, appt-convert-time): Simplify.
1075
1076 * emacs-lisp/bytecomp.el: Doc fixes.
1077 (byte-compile-file-form-autoload): Update
1078 byte-compile-function-environment.
1079
1080 2000-03-29 Andreas Schwab <schwab@suse.de>
1081
1082 * emacs-lisp/autoload.el: Also print defsubst doc string
1083 specially.
1084
1085 * dired.el (dired-insert-directory): If dired-free-space-program
1086 failed just delete its output.
1087
1088 2000-03-29 Dave Love <fx@gnu.org>
1089
1090 * international/iso-cvt.el: Move provide to end. Doc fixes.
1091 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1092 (iso-iso2sgml, iso-sgml2iso): New functions.
1093 (iso-cvt-define-menu): Fix some entries and use backquote for
1094 clarity.
1095
1096 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1097
1098 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1099
1100 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1101 ISO-DATE. If non-nil, return date in ISO 8601 format.
1102
1103 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1104
1105 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1106 if it ever becomes used.
1107 (log-edit-mode-hook): Default to vc-log-mode-hook.
1108 (log-edit-mode): Fix the docstring.
1109
1110 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1111 the code.
1112
1113 2000-03-26 Dave Love <fx@gnu.org>
1114
1115 * net/browse-url.el (browse-url): Re-fix case of
1116 browse-url-browser-function being an alist.
1117 (browse-url): Add :link to defgroup.
1118
1119 * files.el: Doc fixes.
1120 (file-truename): Include `[' in wildcard characters.
1121 (automount-dir-prefix): Customize.
1122 (find-file-wildcards): Add :version.
1123 (find-file-noselect): Simplify a mapcar call.
1124
1125 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1126 compatible with inf-lisp version.
1127 (eval-defun-1): Fix custom-declare-variable case.
1128
1129 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1130
1131 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1132
1133 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1134
1135 * Makefile (COMPILE_FIRST): New macro.
1136 (compile-files): Compile files from COMPILE_FIRST first.
1137
1138 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1139 code.
1140
1141 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1142 matching open parenthesis in column 0 to defun-prompt-regexp
1143 only if open-paren-in-column-0-is-defun-start is set.
1144
1145 * sun-curs.el: Require CL at compile-time only.
1146
1147 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1148 instead of copy-list which is a function from CL.
1149 (msb--choose-menu, msb--mode-menu-cond)
1150 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1151 (msb--init-file-alist): Use mapcar instead of mapcan.
1152 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1153 `(' in column 0 in doc string.
1154 (msb--add-separators): Use mapcar instead of mapcan.
1155
1156 * cus-dep.el: Require CL at compile-time only.
1157
1158 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1159
1160 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1161 (byte-compile-warnings): New warning `noruntime'.
1162 (byte-compile-constants, byte-compile-variables): Fix docstring.
1163 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1164 execute `eval-whenc-compile's body.
1165 (byte-compile-unresolved-functions): Fix docstring.
1166 (byte-compile-eval): New function.
1167 (byte-compile-callargs-warn): Check if the function will be available
1168 at runtime (via property `byte-compile-noruntime').
1169 (byte-compile-print-syms): New function.
1170 (byte-compile-warn-about-unresolved-functions): Also warn about
1171 `noruntime' functions (and use `byte-compile-print-syms').
1172 (byte-compile-file): Capitalize the message.
1173
1174 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1175
1176 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1177 (rmail-expunge): Ask for confirmation depending on the setting
1178 of rmail-confirm-expunge.
1179
1180 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1181
1182 * Makefile (bootstrap-clean): If $(emacs) exists, build
1183 loaddefs.el first. A loaddefs.el that's not up-to-date might
1184 cause a bootstrap failure because things don't autoload as
1185 expected.
1186
1187 2000-03-23 Dave Love <fx@gnu.org>
1188
1189 * net/browse-url.el: Restore previous use of
1190 browse-url-maybe-new-window.
1191
1192 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1193
1194 * ps-print.el: Skip banner page fix.
1195 (ps-print-version): New version number (5.1.2).
1196 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1197
1198 2000-03-23 Dave Pearson <davep@davep.org>
1199
1200 * net/quickurl.el Changed the type of parameter passed to the
1201 function defined by `quickurl-format-function'. Before only the
1202 text of the URL was passed. Now the whole URL structure is passed
1203 and the function is responsible for extracting the parts it
1204 requires. Changed the default of `quickurl-format-function'
1205 accordingly.
1206 (quickurl-insert): Changed the `funcall' of
1207 `quickurl-format-function' to match the above change.
1208 (quickurl-list-insert): Changed the `url' case so that it makes
1209 use of `quickurl-format-function', previous to this the format was
1210 hard wired.
1211
1212 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1213
1214 * startup.el: Change some spellings for the X Window System.
1215
1216 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1217
1218 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1219 up the code and the regexp and make sure the cursor is temporarily
1220 moved to the suspicious line while querying the user.
1221
1222 2000-03-22 Jason Rumney <jasonr@gnu.org>
1223
1224 * w32-fns.el (w32-charset-info-alist): Initialize.
1225
1226 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1227
1228 * ps-print.el: N-up last page fix.
1229 (ps-print-version): New version number (5.1.1).
1230 (ps-end-file, ps-end-job, ps-generate): Code fix.
1231
1232 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1233
1234 * files.el (find-file-run-dired): Update docstring.
1235 (find-directory-functions): New hook.
1236 (find-file-noselect): Run find-directory-functions rather than
1237 calling dired directly.
1238
1239 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1240
1241 * pcvs.el: Add a minimal leading commentary.
1242 (cvs-make-cvs-buffer): Change the header part by removing the startup
1243 message and adding a `Module' entry. Also replace the FOOTER and
1244 HEADER special fileinfos with the new support in ewoc for updating
1245 its own footer and header.
1246 (cvs-update-header): Update to use the header/footer of the ewoc.
1247 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1248 (cvs-is-within-p): New function.
1249 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1250 to only examine some subset of the buffers.
1251
1252 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1253 `format' instead of our own ad-hoc functions.
1254 Remove HEADER and FOOTER cases, now handled in the EWOC.
1255 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1256
1257 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1258 output to avoid scaring the user.
1259 (cvs-parse-table): Catch message for non-up-to-date commits.
1260
1261 * pcvs-defs.el (cvs-startup-message): Remove.
1262 (cvs-global-menu): New autoloaded menu.
1263
1264 * pcvs-util.el (cvs-string-fill): Remove.
1265
1266 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1267 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1268 PP part of it and also make it work for footers and headers.
1269 (ewoc-create): Drop POS and BUFFER arguments.
1270 Use the DLL's dummy node to store the end-of-footer position.
1271 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1272 (ewoc-refresh): Remove unused `header' variable.
1273 (ewoc-(get|set)-hf): New functions.
1274
1275 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1276 log-view-*-(message|file) and use easy-mmode-define-navigation.
1277 (log-view-message-re): Match SCCS format as well.
1278 And match the revision line rather than the dashed separator line.
1279 (log-view-mode): Use the new define-derived-mode.
1280 (log-view-current-tag): Fill in with an actual implementation.
1281
1282 * cvs-status.el (cvs-status-(prev|next)): Rename from
1283 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1284 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1285 to let the output "breathe" a little more (more readable).
1286 (cvs-status-mode): Use the new define-derived-mode.
1287
1288 * smerge-mode.el (smerge-auto-leave): New function and variable.
1289 (smerge-basic-map): Rename from smerge-basic-keymap.
1290 Change the bindings for smerge-diff-*.
1291 (smerge-*-map): Use easy-mmode-defmap.
1292 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1293 (smerge-keep-*): Use smerge-auto-leave.
1294
1295 2000-03-21 Jason Rumney <jasonr@gnu.org>
1296
1297 * cus-edit.el (custom-button-face): Use 3D look for w32.
1298 (custom-button-pressed-face): Likewise.
1299
1300 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1301
1302 * progmodes/etags.el (tags-case-fold-search): New user-option.
1303 (tags-loop-eval): New function. Bind case-fold-search around eval
1304 depending on the value of tags-case-fold-search.
1305 (tags-loop-continue): Use tags-loop-eval.
1306 (find-tag-in-order): Bind case-fold-search depending on the value
1307 of tags-case-fold-search.
1308
1309 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1310
1311 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1312 (diff-end-of-hunk): Return the end position for use in
1313 `easy-mmode-define-navigation'.
1314 (diff-recenter): Remove.
1315 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1316 of `easy-mmode-define-navigation'.
1317 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1318 previous renaming) and fix to use new names.
1319 (diff-merge-strings): Use \n as separator: simpler, faster.
1320 (diff-mode): Use `define-derived-mode'.
1321
1322 * derived.el (define-derived-mode): Don't autoload anymore.
1323 Prefer the macro-only version provided by easy-mmode.el.
1324
1325 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1326 `easy-mmode-define-derived-mode'.
1327 Use `combine-run-hooks'.
1328 (easy-mmode-define-navigation): New macro.
1329
1330 * subr.el (combine-run-hooks): New function.
1331
1332 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1333
1334 * term/x-win.el: Fontsets related initialization is simplified.
1335
1336 * international/mule-diag.el (describe-font): Don't refer to
1337 global-fontset-alist, instead call font-list.
1338 (describe-fontset, list-fontsets, mule-diag): Likewise.
1339 (print-fontset): Adjusted for the change of fontset
1340 implementation.
1341
1342 * international/fontset.el (x-charset-registries): Variable
1343 removed, instead the corresponding data is stored in the default
1344 fontset.
1345 (register-alternate-fontnames): Function removed.
1346 (resolved-ascii-font): Variable removed.
1347 (x-compose-font-name): Ignore the second argument REDOCE.
1348 (x-complement-fontset-spec): Complement only an ASCII font and
1349 element for those charsets than can use that ASCII font.
1350 (generate-fontset-menu): Don't refer to global-fontset-alist,
1351 instead call fontset-list.
1352 (uninstantiated-fontset-alist): Variable removed.
1353 (x-style-funcs-alist): Likewise.
1354 (fontset-default-styles): Likewise.
1355 (x-modify-font-name): Function removed.
1356 (create-fontset-from-fontset-spec): Ignore the argument
1357 STYLE-VARIANT.
1358 (create-fontset-from-ascii-font): Docsting adjusted for the above
1359 change.
1360 (instantiate-fontset, resolve-fontset-name): Functions removed.
1361 (fontset-list): Now implemented by C code.
1362
1363 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1364 (describe-face): Include `font' attribute in the description.
1365
1366 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1367
1368 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1369
1370 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1371
1372 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1373 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1374 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1375
1376 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1377 about behavior of set-buffer-modified-p wrt redisplay.
1378
1379 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1380
1381 * view.el (view-mode-disable): Kill local binding of view-read-only.
1382
1383 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1384
1385 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1386 is a string, convert it to a syntax cell using string-to-syntax.
1387
1388 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1389 (string-to-syntax): New function.
1390
1391 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1392 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1393 try to use passive ftp mode.
1394
1395 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1396
1397 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1398
1399 * simple.el (append-to-buffer): Update point of windows after
1400 insertion.
1401
1402 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1403 forward then moving backward. Reindent.
1404
1405 * frame.el (other-frame): Call x-focus-frame only if
1406 focus-follows-mouse is off.
1407
1408 2000-03-17 Dave Love <fx@gnu.org>
1409
1410 * pcvs-util.el (cvs-strings->string): Rename
1411 replace-regexps-in-string.
1412
1413 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1414
1415 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1416 regexp for labels cannot span several lines.
1417
1418 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1419 `(setq :<key> ':<key>)' to the macro expansion.
1420
1421 2000-03-16 Dave Love <fx@gnu.org>
1422
1423 * progmodes/f90.el (f90): Put custom group under `languages', not
1424 `fortran'.
1425 (f90-mode-hook): Customize.
1426 (f90-mode): Set add-log-current-defun-function.
1427 (f90-current-defun): New function.
1428
1429 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1430
1431 * cus-edit.el (custom-variable-tag-face): Handle case that
1432 default face's height is not a number.
1433 (custom-face-tag-face, custom-group-tag-face-1)
1434 (custom-group-tag-face): Ditto.
1435 (custom-group-tag-face-1): Add :group.
1436
1437 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1438
1439 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1440
1441 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1442 requiring easymenu.
1443
1444 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1445
1446 * ps-print.el: PostScript user-defined prologue, PostScript error
1447 handler, doc fix.
1448 (ps-print-version): New version number (5.1).
1449 (ps-user-defined-prologue, ps-error-handler-message)
1450 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1451 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1452 (ps-insert-string): New function.
1453
1454 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1455
1456 * international/ccl.el (ccl-compile-expression): Don't generate
1457 invalid self-assignment code.
1458
1459 2000-03-14 Dave Love <fx@gnu.org>
1460
1461 * subr.el (replace-regexp-in-string): Renamed from
1462 replace-regexps-in-string. Doc fix.
1463
1464 2000-03-12 Dave Love <fx@gnu.org>
1465
1466 * cus-edit.el: Doc fixes.
1467 (customize-set-variable, customize-save-variable): Rename args for
1468 doc.
1469 (custom-variable-tag-face, custom-face-tag-face)
1470 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1471 style which user identify as hyperlink.
1472 (hook): Don't add undefined functions to the hook.
1473 (debug-ignored-errors): Transfer message from bindings.el.
1474
1475 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1476
1477 * recentf.el (recentf-keep-non-readable-files-p): Remove
1478 double/nested definition.
1479
1480 2000-03-12 Dave Love <fx@gnu.org>
1481
1482 * facemenu.el (facemenu-get-face): Use display-color-p.
1483 * enriched.el (enriched-decode-foreground): Likewise.
1484 (enriched-decode-background): Likewise.
1485 * isearch.el (isearch-highlight): Likewise.
1486 * info-look.el (info-lookup): Likewise.
1487 * simple.el (completion-setup-function): Likewise.
1488
1489 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1490 :options.
1491
1492 * bindings.el (mode-line-format): Fix line-number and
1493 column-number items. Add help-echo for the background.
1494 (mode-line-mule-info): Modify help-echo.
1495
1496 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1497 defcustom.
1498
1499 * files.el (load-file): Allow completion to .elc.
1500
1501 * man.el: Doc fixes.
1502 (Man-init-defvars): Use display-color-p to set fontification.
1503
1504 * play/hanoi.el (hanoi-internal): Don't use oddp.
1505
1506 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1507
1508 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1509
1510 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1511
1512 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1513
1514 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1515 Fix comment.
1516
1517 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1518
1519 * font-lock.el (font-lock-keywords): Fix the doc now that
1520 regexp-opt-depth is unnecessary.
1521 (save-buffer-state): Set an edebug spec.
1522 (font-lock-fontify-anchored-keywords): Properly handle the case when
1523 the matcher goes past the limit.
1524
1525 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1526 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1527
1528 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1529 dll.el and cookie.el (from Elib) with heavy renaming and other
1530 massaging.
1531
1532 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1533 Autoload the functions used.
1534 (easy-mmode-define-syntax): Fix CL typo.
1535 (easy-mmode-define-derived-mode): Improve the docstring generation.
1536
1537 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1538
1539 * textmodes/texinfo.el (texinfo-version): Variable and function
1540 removed.
1541
1542 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1543
1544 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1545 allow more flexibility.
1546 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1547 fns.
1548 (easy-mmode-defmap, easy-mmode-defsyntax)
1549 (easy-mmode-define-derived-mode): New macros.
1550
1551 2000-03-09 Didier Verna <didier@xemacs.org>
1552
1553 * rect.el (replace-rectangle): New function.
1554
1555 2000-03-09 Dave Love <fx@gnu.org>
1556
1557 * progmodes/fortran.el (fortran-comment-line-start): Define as
1558 "C".
1559 (fortran-comment-line-start-skip): Don't match cpp stuff.
1560 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1561 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1562 (fortran-mode): Don't set fortran-comment-line-start-skip,
1563 fortran-comment-line-start here. Set comment-start,
1564 add-log-current-defun.
1565 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1566 (fortran-current-defun): New function.
1567
1568 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1569
1570 * emacs-lisp/re-builder.el: New file.
1571
1572 * mouse.el (mouse-drag-region): Don't run up-event handler
1573 if hscroll has changed.
1574
1575 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1576 builtin operators, use `font-lock-builtin-face' for Emacs and
1577 `font-lock-preprocessor-face' otherwise.
1578
1579 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1580 `(defun (setf foo)' differently.
1581
1582 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1583
1584 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1585 (regexp-opt): Update comment and adapt the code the new meaning of
1586 the `paren' argument of regex-opt-group for shy-groups.
1587 (regexp-opt-depth): Handle shy groups as well as backslashed
1588 backslashes.
1589 (regexp-opt-group): Turn the leading comment into a docstring.
1590 Allow `paren' to be a string (the string to use to open a group).
1591 Remove open-presuf and close-presuf. Instead of checking for `all
1592 one-char' and then later on check for `several one-char', handle
1593 both cases close together. Also apply a more generic algorithm
1594 for suffixes (the mirror image of the algorithm used for
1595 prefixes). Use shy-groups. Use nreverse rather than reverse.
1596 (regexp-opt-try-suffix): Removed.
1597
1598 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1599 from comint-mode-map, so we can just inherit from it. Also, move
1600 the initialization into the `defvar' since there's no docstring
1601 anyway and it's fairly short.
1602 (inferior-scheme-mode): Define it as derived-mode: the code is
1603 shorter and this way we inherit from comint-mode-map rather than
1604 copying it.
1605
1606 * subr.el (replace-regexps-in-string): Properly handle the case
1607 where we match an empty string.
1608
1609 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1610 when the command has a directory component (such as "./testml").
1611 Also fix a typo in the comment.
1612
1613 2000-03-08 Gerd Moellmann <gerd@gnu.org>
1614
1615 * Makefile (compile-files): Compile files one by one because
1616 that's the only way to ensure a clean compilation environment for
1617 each individual file.
1618
1619 * frame.el (other-frame): Call x-focus-frame.
1620
1621 2000-03-07 Dave Love <fx@gnu.org>
1622
1623 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1624 :require to defcustom.
1625
1626 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1627 lists.
1628
1629 * files.el (auto-mode-alist): Add configure.in.
1630
1631 * progmodes/autoconf.el: New file.
1632
1633 2000-03-07 Gerd Moellmann <gerd@gnu.org>
1634
1635 * mail/mh-e.el: Change maintainer to `none'.
1636
1637 * recentf.el (recentf-keep-non-readable-files-p): Quote args
1638 to remove-hook and add-hook.
1639
1640 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1641
1642 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1643 it as the default.
1644 (mail-send): Test mail-send-nonascii also for the new `mime' value.
1645 (sendmail-send-it): Conditionally add MIME headers specifying the
1646 used character set.
1647
1648 2000-03-07 Dave Love <fx@gnu.org>
1649
1650 * winner.el: Fix keywords, autoload cookies. Split
1651 eval-when-compile form to avoid compilation failure.
1652
1653 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1654
1655 * international/mule.el: Modify comment about coding system
1656 property `coding-category'.
1657 (make-coding-system): New argument EOL-TYPE. Pay attention to
1658 coding-category property of PROPERTIES.
1659
1660 * international/mule-conf.el (coding-category-utf-8,
1661 coding-category-utf-16-be, coding-category-utf-16-le): New coding
1662 categories. Include them in the argument for set-coding-priority.
1663
1664 * international/mule-cmds.el (reset-language-environment): Include
1665 coding-category-utf-8, coding-category-utf-16-be, and
1666 coding-category-utf-16-le in the argument for set-coding-priority.
1667 (reset-language-environment): Initialize coding-category-utf-8,
1668 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1669
1670 2000-03-06 Karl Fogel <kfogel@red-bean.com>
1671
1672 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1673 code abstracted out of `bookmark-jump-noselect'. Now tries info
1674 extensions as well as compression extensions.
1675 (bookmark-jump-noselect): Use above new func.
1676
1677 2000-03-03 Gerd Moellmann <gerd@gnu.org>
1678
1679 * strokes.el: Change maintainer's mail address.
1680
1681 2000-03-03 Kenichi Handa <handa@etl.go.jp>
1682
1683 * international/mule-diag.el (list-character-sets): Make help-echo
1684 string by substitute-command-keys.
1685 (list-character-sets): Likewise.
1686 (sort-listed-character-sets): Call help-setup-xref.
1687
1688 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1689
1690 * time.el (display-time-mail-file): Add `none' to the list of
1691 choices.
1692
1693 2000-03-01 Dave Love <fx@gnu.org>
1694
1695 * help.el (help-xref-go-back): Don't try to set position.
1696
1697 * international/mule-diag.el (list-character-sets): Call
1698 help-setup-xref. Add help-echo to xrefs.
1699 (list-character-sets-1): Add help-echo to xrefs.
1700
1701 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1702
1703 * frame.el (blink-cursor-mode): Switch cursor on when turning
1704 the mode off.
1705
1706 * add-log.el (add-log-current-defun): Add support for
1707 Autoconf mode.
1708
1709 * mail/rmail.el (rmail-quit-hook): New variable.
1710
1711 2000-03-01 Dave Love <fx@gnu.org>
1712
1713 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1714
1715 * help.el (help-xref-button): Add help-echo arg.
1716 (describe-function-1, describe-variable, help-make-xrefs): Use it.
1717
1718 * faces.el (list-faces-display): Supply help-echo with
1719 help-make-xrefs.
1720
1721 * facemenu.el (list-text-properties-at): Set help-xref-stack to
1722 nil.
1723
1724 2000-03-01 Gerd Moellmann <gerd@gnu.org>
1725
1726 * image.el (defimage): Look for image files in load-path.
1727
1728 * frame.el (busy-cursor-delay-seconds): Change type to
1729 `number'.
1730
1731 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1732
1733 * recentf.el (recentf): Added version tag to the defgroup of
1734 recentf.
1735
1736 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1737
1738 * recentf.el (recentf-cleanup): Changed to remove excluded file
1739 too.
1740 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1741 action to select/unselect a file.
1742 (recentf-edit-list): Code cleanup and improvement.
1743 (recentf-open-more-files-action): `recentf-open-more-files' button
1744 widget action to open a file.
1745 (recentf-open-more-files): No more use standard completion but
1746 widgets.
1747 (recentf-more-collection): Deleted.
1748 (recentf-more-history): Deleted.
1749 (recentf-setup-more-completion): Deleted.
1750
1751 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1752
1753 * recentf.el (recentf-mode): No more needs that Emacs is running
1754 under a window-system.
1755
1756 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1757
1758 * recentf.el (recentf-edit-list): New command to edit the recent
1759 list which allow the user to remove files.
1760 (recentf-edit-selected-items): New global variable, used by
1761 `recentf-edit-list' to hold the list of files to be removed from
1762 the recent list.
1763 (recentf-make-menu-items): Updated to display a "Edit list..."
1764 menu item. Minor code cleanup.
1765
1766 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1767
1768 * recentf.el (recentf-open-more-files): New command to open files
1769 that are not displayed in the menu.
1770 (recentf-more-collection): New global variable holding the set of
1771 permissible completions used by `recentf-open-more-files'.
1772 (recentf-more-history): New global variable holding the history list
1773 used by `recentf-open-more-files' completion.
1774 (recentf-setup-more-completion): New function to setup completion for
1775 `recentf-open-more-files'.
1776 (recentf-make-menu-items): Updated to display a "More..." menu item.
1777
1778 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1779
1780 * recentf.el (recentf-menu-action): Doc fixed.
1781
1782 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1783
1784 * recentf.el (recentf-menu-filter): Doc updated.
1785 (recentf-update-menu-hook): Allow menu filters to force menu update.
1786 (recentf-make-menu-items): New menu filter handling.
1787 (recentf-make-menu-item): New helper function.
1788 (recentf-menu-elements): New menu handling function.
1789 (recentf-sort-ascending): Updated to new menu filter handling.
1790 (recentf-sort-descending): Updated to new menu filter handling.
1791 (recentf-sort-basenames-ascending): New menu filter function.
1792 (recentf-sort-basenames-descending): New menu filter function.
1793 (recentf-show-basenames): New menu filter function.
1794 (recentf-show-basenames-ascending): New menu filter function.
1795 (recentf-show-basenames-descending): New menu filter function.
1796
1797 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1798
1799 * diary-lib.el (list-diary-entries): Don't try to go forward at
1800 the end of the buffer.
1801
1802 2000-02-29 Kenichi Handa <handa@etl.go.jp>
1803
1804 * international/mule-diag.el (list-character-sets): Completely
1805 rewritten.
1806 (sort-listed-character-sets): New function.
1807 (list-character-sets-1): Completely rewritten.
1808 (list-character-sets-2): New function.
1809 (non-iso-charset-alist): New variable.
1810 (decode-codepage-char): New function.
1811 (charset-history): New variable.
1812 (read-charset) (list-block-of-chars)
1813 (list-iso-charset-chars)
1814 (list-non-iso-charset-chars)
1815 (list-charset-chars): New functions.
1816 (mule-diag): Call list-character-sets-2, not
1817 list-character-sets-2.
1818 (dump-charsets): Likewise.
1819
1820 2000-02-29 Gerd Moellmann <gerd@gnu.org>
1821
1822 * dired-x.el (dired-filename-at-point): Add `@' to valid
1823 file name characters.
1824 (dired-filename-at-point): Handle ange-ftp file names.
1825
1826 * frame.el (frame-notice-user-settings): Use assq-delete-all
1827 instead of assoc-delete-all.
1828 (frame-notice-user-settings): Ditto.
1829
1830 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
1831 Don't copy alist.
1832
1833 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
1834
1835 * calculator.el (calculator-use-menu): New option.
1836 (calculator-initial-bindings): Changed some bindings to work as
1837 macros.
1838 (calculator-forced-input): Removed.
1839 (calculator-restart-other-mode): New variable.
1840 (calculator-mode-map): Set up menu.
1841
1842 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
1843
1844 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
1845 tags.
1846
1847 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
1848
1849 * viper-cmd.el (viper-envelop-ESC-key): added the option to
1850 translate all ESC key sequences.
1851 (viper-goto-mark-subr): restore markers for files for which
1852 they were saved.
1853 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
1854 * viper-util.el (viper-set-replace-overlay-glyphs,
1855 viper-set-replace-overlay): always check if the replacement
1856 overlay is live.
1857 * viper.el (viper-vi-state-mode-list): added major modes.
1858 * ediff-wind.el: minor comment changes.
1859 * ediff.el: copyright notice date fix.
1860
1861 2000-02-27 Jason Rumney <jasonr@gnu.org>
1862
1863 * faces.el (face-font-family-alternatives): Add arial to helv.
1864 (mode-line, header-line, tool-bar): Same default as x for w32.
1865 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
1866 face-font-family-alternatives from working.
1867 * term/w32-win.el (mouse-set-font): Do not build fontset from
1868 chosen font.
1869
1870 2000-02-25 Sam Steingold <sds@goems.com>
1871
1872 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
1873 properly.
1874
1875 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1876
1877 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
1878
1879 2000-02-25 Gerd Moellmann <gerd@gnu.org>
1880
1881 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
1882 writable.
1883
1884 * frame.el (busy-cursor-delay-seconds): New option.
1885
1886 2000-02-24 Gerd Moellmann <gerd@gnu.org>
1887
1888 * frame.el (show-cursor-in-non-selected-windows): New option.
1889
1890 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1891
1892 * diary-lib.el (include-other-diary-files): Undo the selective
1893 display in any included file and don't kill it.
1894
1895 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
1896
1897 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
1898 bar. Menu items converted to (menu-item format, help strings
1899 added.
1900 [downcase, upcase]: Don't enable on MS-DOS.
1901 [symlink, symlinks]: Don't show if make-symbolic-link is not
1902 bound.
1903 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
1904
1905 2000-02-23 Dave Love <fx@gnu.org>
1906
1907 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
1908 (backward-kill-word): Revert addition of * to interactive spec --
1909 it's a feature.
1910
1911 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
1912 (backward-kill-sentence, kill-sentence): Likewise.
1913
1914 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
1915 scratch buffer name.
1916 (gud-format-command): Use int-to-string in ?l case. Simplify
1917 slightly.
1918
1919 * term/w32-win.el (internal-face-interactive): Update prompt for
1920 new read-face-name.
1921
1922 * mail/footnote.el (footnote): Add :version to defgroup.
1923 (footnote-section-tag-regexp): Customize.
1924 (footnote-start-tag, footnote-end-tag): New option.
1925 (footnote-latin-regexp): New variable.
1926 (Footnote-latin): New function.
1927 (footnote-style-alist): Add element for latin style.
1928 (footnote-style): Moved.
1929 (Footnote-goto-footnote): Use eq to test arg.
1930
1931 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
1932
1933 * emacs-lisp/byte-opt.el: Change old backquote syntax.
1934 (byte-compile-trueconstp): Include keywords.
1935 (byte-optimize-quote, byte-optimize-lapcode): Use
1936 byte-compile-const-symbol-p.
1937 (byte-optimize-char-before): New optimization.
1938
1939 * emacs-lisp/bytecomp.el: Change old backquote syntax.
1940 (byte-compile-const-symbol-p): New function.
1941 (byte-compile-constp, byte-compile-out-toplevel)
1942 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
1943 Use it.
1944
1945 * subr.el (define-key-after): Default AFTER to t. Doc fix.
1946
1947 2000-02-23 Kenichi Handa <handa@etl.go.jp>
1948
1949 * international/encoded-kb.el: Be sure to update minor-mode-alist
1950 and minor-mode-map-alist.
1951 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
1952 codes SS2 and SS3 correctly.
1953 (encoded-kbd-self-insert-ccl): New function.
1954 (encoded-kbd-setup-keymap): New function.
1955 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
1956 by calling encoded-kbd-setup-keymap.
1957
1958 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
1959 characters.
1960 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
1961 locally.
1962
1963 2000-02-22 Dave Love <fx@gnu.org>
1964
1965 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
1966 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
1967 defvar.
1968 (lisp-mode-syntax-table): Set up for #|...|# comments.
1969 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
1970 classes. Match `defface'.
1971 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
1972 (eval-defun-1): Fix for defcustom.
1973 (lisp-indent-region): Doc fix.
1974
1975 * subr.el (when, unless, split-string): Doc fix.
1976 (read-passwd): Move call of clear-this-command-keys to the right
1977 place.
1978 (replace-regexps-in-string): New function.
1979
1980 2000-02-22 Gerd Moellmann <gerd@gnu.org>
1981
1982 * help.el (describe-variable): Set syntax table to
1983 emacs-lisp-mode-syntax-table when moving forward over the
1984 symbol's name.
1985
1986 2000-02-22 Dave Love <fx@gnu.org>
1987
1988 * xt-mouse.el: Doc fixes.
1989 (xterm-mouse-position-function): New function, replacing advice of
1990 mouse-position.
1991 (xterm-mouse-mode): Use it. Don't turn on under a window system.
1992
1993 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
1994
1995 2000-02-21 Gerd Moellmann <gerd@gnu.org>
1996
1997 * format.el (format-annotate-single-property-change): Handle
1998 properties.with dotted-list values.
1999 (format-proper-list-p): New function.
2000
2001 * enriched.el (enriched-face-ans): Handle '(foreground-color
2002 . COLOR) and (background-color . COLOR).
2003
2004 2000-02-20 Dave Love <fx@gnu.org>
2005
2006 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2007 and assignments to it.
2008 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2009 current local map.
2010 (make-flyspell-overlay): Use it.
2011 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2012
2013 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2014 (lm-get-header-re): Defun, not defsubst.
2015 (lm-get-package-name): Defun, not defsubst. Simplify.
2016 (lm-version): Doc fix. Simplify.
2017 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2018 (lm-crack-address, lm-last-modified-date, lm-commentary)
2019 (lm-verify, lm-synopsis): Simplify.
2020 (lm-report-bug): Require emacsbug. Use compose-mail.
2021
2022 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2023
2024 * dired.el (dired-mode): Call propertized-buffer-identification
2025 to set mode-line-buffer-identification to something having
2026 the right text properties.
2027
2028 * bindings.el (propertized-buffer-identification): New function.
2029
2030 2000-02-20 Dave Love <fx@gnu.org>
2031
2032 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2033 check for t-mouse too.
2034
2035 * cus-start.el: Make echo-keystrokes `number'.
2036
2037 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2038
2039 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2040 Don't call ring-empty-p unless tags-location-ring is bound.
2041 From Noah Friedman <friedman@splode.com>.
2042
2043 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2044
2045 * progmodes/hideshow.el (hs-flag-region): No longer use
2046 `intangible' overlay property.
2047
2048 (hs-toggle-hiding): New command.
2049 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2050
2051 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2052 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2053 and deactivation.
2054
2055 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2056
2057 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2058
2059 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2060
2061 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2062
2063 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2064 of `*' to handle `(* ... *)' comments.
2065
2066 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2067
2068 * faces.el (list-faces-display): Use display-mouse-p instead of
2069 window-system.
2070
2071 * menu-bar.el (global-map): Menu-bar items converted to the new
2072 format (menu-item..., rearranged for better CUA compliance, and
2073 their names changed for better clarity. Help strings added.
2074
2075 * international/mule-cmds.el (mule-menu-keymap)
2076 (describe-language-environment-map, set-coding-system-map)
2077 (setup-language-environment-map): Convert to new (menu-item...
2078 form, add help strings. Change names of menu items for better
2079 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2080 submenu).
2081
2082 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2083
2084 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2085 within the code.
2086
2087 2000-02-16 Dave Love <fx@gnu.org>
2088
2089 * faces.el: Don't require custom. Add more specific :groups to
2090 various deffaces.
2091 (set-face-attribute): Purecopy args.
2092 (read-face-name): Default to name at point and use it in prompt.
2093 Remove colon from arg in all callers.
2094 (list-faces-display): Hyperlink to face descriptions and customize
2095 buffers.
2096
2097 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2098
2099 * wid-edit.el (widget-match-inline): An atom never matches a
2100 list.
2101
2102 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2103
2104 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2105 at ':' characters by call to split-string.
2106
2107 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2108
2109 * textmodes/bibtex.el: Added RCS version identification.
2110
2111 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2112
2113 * textmodes/bibtex.el: Some temporary comments removed.
2114 (bibtex-field-name, bibtex-entry-type): Made the relationship
2115 explicit.
2116 (bibtex-field-const): Allow capital letters.
2117 (bibtex-start-of-string): Deleted because unused.
2118
2119 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2120 use the term 'reference' to describe a bibtex entry as a whole.
2121 Further, reference keys are no longer called 'labels'.
2122 (bibtex-keys): Renamed to bibtex-reference-keys.
2123 (bibtex-reformat-previous-labels): Renamed to
2124 bibtex-reformat-previous-reference-keys.
2125 (bibtex-reference-type): Renamed to bibtex-entry-type.
2126 (bibtex-reference-head): Renamed to bibtex-entry-head.
2127 (bibtex-reference-maybe-empty-head): Renamed to
2128 bibtex-entry-maybe-empty-head.
2129 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2130 (bibtex-search-reference): Renamed to bibtex-search-entry.
2131 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2132 bibtex-enclosing-entry-maybe-empty-head.
2133 (bibtex-entry-field-alist, bibtex-entry-head,
2134 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2135 bibtex-map-entries, bibtex-search-entry,
2136 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2137 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2138 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2139 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2140 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2141 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2142 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2143
2144 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2145
2146 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2147 comment.
2148 (bibtex-format-field-delimiters): New function, functionality
2149 extracted from bibtex-format-entry.
2150 (bibtex-autokey-get-yearfield-digits): New function, functionality
2151 extracted from bibtex-autokey-get-yearfield.
2152
2153 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2154 entries in order to avoid stack overflow in the regexp matcher if
2155 field contents become large.
2156 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2157 bibtex-field-string-part-not-braced,
2158 bibtex-field-string-part-no-inner-braces,
2159 bibtex-field-string-part-1-inner-brace,
2160 bibtex-field-string-part-2-inner-braces,
2161 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2162 bibtex-field-string-quoted, bibtex-field-string,
2163 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2164 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2165 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2166 as parsing is now performed by the following functions.
2167 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2168 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2169 bibtex-parse-field-string, bibtex-search-forward-field-string,
2170 bibtex-parse-association, bibtex-field-name-for-parsing,
2171 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2172 bibtex-search-forward-field, bibtex-search-backward-field,
2173 bibtex-start-of-field, bibtex-end-of-field,
2174 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2175 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2176 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2177 bibtex-parse-string, bibtex-search-forward-string,
2178 bibtex-search-backward-string, bibtex-start-of-string,
2179 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2180 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2181 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2182 entries. Instead of reporting the results of the parsing by
2183 match-beginning or match-end, these functions return data structures
2184 that hold the corresponding positions.
2185 (bibtex-enclosing-field): Changed to also report field boundaries by
2186 return values rather than by match-beginning or match-end. The
2187 following functions have been adapted to use the new parsing
2188 functions.
2189 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2190 bibtex-enclosing-field, bibtex-format-entry,
2191 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2192 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2193 bibtex-print-help-message, bibtex-end-of-entry,
2194 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2195 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2196 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2197 method for parsing.
2198 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2199 bibtex-map-entries, bibtex-flash-head,
2200 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2201 bibtex-autokey-change, bibtex-autokey-get-namefield,
2202 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2203 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2204 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2205 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2206 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2207 order to make the new binding of case-fold-search immediately
2208 visible.
2209
2210 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2211
2212 * textmodes/bibtex.el: Copyright notice is up to date.
2213 Added constant 'bibtex-maintainer-salutation.
2214
2215 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2216 than make-temp-name, use match-string-no-properties and eliminate
2217 a quadratic behavior when building bibtex-strings.
2218
2219 * bibtex.el (bibtex-reference-key): Accept string entries whose
2220 reference key contains upper case letters.
2221
2222 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2223
2224 * bibtex.el (bibtex-reference-head): Allow entries to start with
2225 a new line.
2226
2227 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2228
2229 * bibtex.el: Hiding of entry bodies is not longer provided by
2230 bibtex.el directly. Instead the hideshow package can be used.
2231 Added a special bibtex entry to hs-special-modes-alist.
2232 (bibtex-hs-forward-sexp): Added for hideshow.el.
2233
2234 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2235
2236 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2237 at ':' characters by call to split-string.
2238
2239 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2240
2241 * textmodes/bibtex.el: Added RCS version identification.
2242
2243 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2244
2245 * textmodes/bibtex.el: Some temporary comments removed.
2246 (bibtex-field-name, bibtex-entry-type): Made the relationship
2247 explicit.
2248 (bibtex-field-const): Allow capital letters.
2249 (bibtex-start-of-string): Deleted because unused.
2250
2251 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2252 use the term 'reference' to describe a bibtex entry as a whole.
2253 Further, reference keys are no longer called 'labels'.
2254 (bibtex-keys): Renamed to bibtex-reference-keys.
2255 (bibtex-reformat-previous-labels): Renamed to
2256 bibtex-reformat-previous-reference-keys.
2257 (bibtex-reference-type): Renamed to bibtex-entry-type.
2258 (bibtex-reference-head): Renamed to bibtex-entry-head.
2259 (bibtex-reference-maybe-empty-head): Renamed to
2260 bibtex-entry-maybe-empty-head.
2261 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2262 (bibtex-search-reference): Renamed to bibtex-search-entry.
2263 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2264 bibtex-enclosing-entry-maybe-empty-head.
2265 (bibtex-entry-field-alist, bibtex-entry-head,
2266 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2267 bibtex-map-entries, bibtex-search-entry,
2268 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2269 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2270 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2271 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2272 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2273 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2274 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2275
2276 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2277
2278 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2279 comment.
2280 (bibtex-format-field-delimiters): New function, functionality
2281 extracted from bibtex-format-entry.
2282 (bibtex-autokey-get-yearfield-digits): New function, functionality
2283 extracted from bibtex-autokey-get-yearfield.
2284
2285 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2286 entries in order to avoid stack overflow in the regexp matcher if
2287 field contents become large.
2288 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2289 bibtex-field-string-part-not-braced,
2290 bibtex-field-string-part-no-inner-braces,
2291 bibtex-field-string-part-1-inner-brace,
2292 bibtex-field-string-part-2-inner-braces,
2293 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2294 bibtex-field-string-quoted, bibtex-field-string,
2295 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2296 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2297 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2298 as parsing is now performed by the following functions.
2299 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2300 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2301 bibtex-parse-field-string, bibtex-search-forward-field-string,
2302 bibtex-parse-association, bibtex-field-name-for-parsing,
2303 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2304 bibtex-search-forward-field, bibtex-search-backward-field,
2305 bibtex-start-of-field, bibtex-end-of-field,
2306 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2307 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2308 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2309 bibtex-parse-string, bibtex-search-forward-string,
2310 bibtex-search-backward-string, bibtex-start-of-string,
2311 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2312 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2313 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2314 entries. Instead of reporting the results of the parsing by
2315 match-beginning or match-end, these functions return data structures
2316 that hold the corresponding positions.
2317 (bibtex-enclosing-field): Changed to also report field boundaries by
2318 return values rather than by match-beginning or match-end. The
2319 following functions have been adapted to use the new parsing
2320 functions.
2321 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2322 bibtex-enclosing-field, bibtex-format-entry,
2323 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2324 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2325 bibtex-print-help-message, bibtex-end-of-entry,
2326 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2327 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2328 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2329 method for parsing.
2330 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2331 bibtex-map-entries, bibtex-flash-head,
2332 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2333 bibtex-autokey-change, bibtex-autokey-get-namefield,
2334 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2335 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2336 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2337 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2338 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2339 order to make the new binding of case-fold-search immediately
2340 visible.
2341
2342 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2343
2344 * textmodes/bibtex.el: Copyright notice is up to date.
2345 Added constant 'bibtex-maintainer-salutation.
2346
2347 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2348 than make-temp-name, use match-string-no-properties and eliminate
2349 a quadratic behavior when building bibtex-strings.
2350
2351 * bibtex.el (bibtex-reference-key): Accept string entries whose
2352 reference key contains upper case letters.
2353
2354 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2355
2356 * bibtex.el (bibtex-reference-head): Allow entries to start with
2357 a new line.
2358
2359 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2360
2361 * bibtex.el: Hiding of entry bodies is not longer provided by
2362 bibtex.el directly. Instead the hideshow package can be used.
2363 Added a special bibtex entry to hs-special-modes-alist.
2364 (bibtex-hs-forward-sexp): Added for hideshow.el.
2365
2366 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2367
2368 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2369 proceedings entry type (for cross referencing). Thanks to Wagner
2370 Toledo Correa for the suggestion.
2371
2372 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2373
2374 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2375
2376 * international/characters.el: Setup case table for Vietnamese.
2377
2378 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2379
2380 * uniquify.el (toplevel): Require CL at compile time.
2381 (uniquify-push): Removed.
2382
2383 * shadowfile.el (shadow-when): Removed.
2384
2385 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2386 (tempo-process-and-insert-string): Use dolist instead of
2387 tempo-dolist.
2388
2389 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2390 regexp for paragraph-start.
2391
2392 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2393 commas as well.
2394
2395 2000-02-10 Dave Love <fx@gnu.org>
2396
2397 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2398 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2399 Deleted.
2400 (widget-specify-field, widget-specify-button): Don't use
2401 widget-mouse-help as help-echo property.
2402 (default): Use #'ignore for :validate and :mouse-down-action.
2403 (checkbox): Add help-echo.
2404 (widget-sexp-validate): Rewritten to clarify error messages.
2405 (character): Use char-valid-p in :match function.
2406 (widget-color-complete): Use facemenu-color-alist.
2407 (widget-color-action): Use facemenu-read-color.
2408
2409 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2410 set up `caar' &c that we now have.
2411
2412 2000-02-09 Ray Blaak <blaak@gnu.org>
2413
2414 * delphi.el: Make resourcestring a declaration region, like const
2415 and var.
2416
2417 2000-02-09 Dave Love <fx@gnu.org>
2418
2419 * bindings.el (mode-line-input-method-map): New variable.
2420 (mode-line-mule-info): Use it; fix last change.
2421 (mode-line-mode-menu): Move definition.
2422 (mode-line-mouse-sensitive-p): Deleted.
2423 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2424 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2425 level.
2426
2427 * startup.el (command-line-1): Don't call
2428 make-mode-line-mouse-sensitive.
2429
2430 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2431
2432 * mail/rmail.el (rmail-retry-failure): Use
2433 rmail-beginning-of-message before rmail-toggle-header, because the
2434 former toggles headers.
2435
2436 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2437
2438 * diff-mode.el (diff-kill-junk): New interactive function.
2439 (diff-reverse-direction): Use delete-and-extract-region.
2440 (diff-post-command-hook): Restrict the area so that the hook also works
2441 outside of any diff hunk. This is necessary for the minor-mode.
2442 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2443 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2444
2445 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2446 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2447 so that it can be used more easily in <foo>-mode-hook. Also make sure
2448 to avoid duplicate entries.
2449 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2450 (font-lock-remove-keywords): Just as was done for `add', allow it to
2451 work even if font-lock-mode is nil. Also make sure we don't modify
2452 any pre-existing list by forcing a copy-sequence. Finally rename
2453 `major-mode' to `mode'.
2454 (font-lock-fontify-syntactic-anchored-keywords)
2455 (font-lock-fontify-anchored-keywords)
2456 (font-lock-fontify-keywords-region): Use line-end-position.
2457 Don't make `font-lock-multiline' local (it's now done in
2458 font-lock-set-defaults).
2459 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2460 move the `font-lock-fontified' creation to inside the `unless'.
2461
2462 2000-02-06 Andrew Innes <andrewi@gnu.org>
2463
2464 * term/w32-win.el (x-handle-args): Comment out call to message,
2465 which occurs before window system is initialized.
2466
2467 * makefile.nt: Add support for recompiling lisp code.
2468
2469 2000-02-04 Dave Love <fx@gnu.org>
2470
2471 * bindings.el (mode-line-mule-info): Fix/extend last change.
2472
2473 * completion.el: Replace completion-dolist with dolist.
2474
2475 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2476 dotimes.
2477
2478 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2479
2480 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2481 environment names before they go into the section regexp.
2482
2483 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2484 char class in regexp.
2485
2486 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2487 `case-fold-search' to nil.
2488
2489 * progmodes/idlwave.el (idlwave-template): Respect
2490 `idlwave-abbrev-change-case'.
2491 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2492 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2493 idlwave-while): respect `idlwave-reserved-word-upcase'.
2494 (idlwave-rw-case): New function.
2495 (idlwave-statement-match): Fixed problem with assignment regexp.
2496 (idlwave-font-lock-keywords): Improved regexp for keyword
2497 parameters.
2498 (idlwave-surround): New argument LENGTH to support padding of
2499 operators longer than 1 char.
2500
2501 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2502 idlwave-shell-expression-overlay. Implemented printing of
2503 expressions on higher levels of the calling stack.
2504 (idlwave-shell-display-level-in-calling-stack): Restore stack
2505 level.
2506 (idlwave-retrieve-expression-from-level): New function.
2507 (idlwave-shell-last-calling-stack): Variable removed.
2508 (idlwave-shell-reset): Argument action reversed (`visible' to
2509 `hidden'). Also remove stop-line overlay.
2510 (idlwave-shell-calling-stack-routine): New variable.
2511 (idlwave-shell-parse-stack-and-display): Messages now display
2512 negative level numbers.
2513 (idlwave-shell-mode): Set `modeline-format'.
2514 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2515 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2516 21.
2517 (idlwave-shell-print-expression-function): New option.
2518
2519 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2520 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2521 `tool-bar' instead of `toolbar'.
2522
2523 2000-02-02 Dave Love <fx@gnu.org>
2524
2525 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2526 emacs-lisp-mode-hook. Don't check for defalias being defined.
2527
2528 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2529 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2530 the new builtins directly.
2531
2532 * whitespace.el (whitespace): Add :version to defgroup.
2533
2534 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2535 Doc fix.
2536
2537 * thingatpt.el (sexp-at-point, symbol-at-point)
2538 (number-at-point, list-at-point): Add autoload cookie.
2539
2540 * recentf.el (recentf): Add :version to defgroup.
2541
2542 * quickurl.el (quickurl): Add :version to defgroup.
2543
2544 * elide-head.el (elide-head): Use point-marker more.
2545
2546 * bs.el (bs): Add :version to defgroup.
2547
2548 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2549
2550 * progmodes/delphi.el (delphi): Add :version to defgroup.
2551
2552 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2553
2554 * ange-ftp.el (ange-ftp-write-region): Handle case that
2555 succeeding process operation sets a different coding system.
2556
2557 * calculator.el: New file.
2558
2559 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2560
2561 * frame.el (frames-on-display-list, framep-on-display): New
2562 functions.
2563 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2564 (display-selections-p, display-screens, display-pixel-width)
2565 (display-pixel-height, display-mm-width, display-mm-height)
2566 (display-backing-store, display-save-under, display-planes)
2567 (display-color-cells, display-visual-class): New functions.
2568
2569 * term/tty-colors.el (tty-color-gray-shades): New function.
2570
2571 * faces.el (display-color-p): Use framep-on-display.
2572 (display-grayscale-p): New function.
2573
2574 2000-01-31 Dave Love <fx@gnu.org>
2575
2576 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2577 (create-fontset-from-x-resource): Don't concat integers.
2578
2579 2000-01-31 Inge Frick <inge@nada.kth.se>
2580
2581 * view.el: Some changes in documentation. Removed some trailing
2582 whitespace. Changed some parameter names to agree with
2583 documentation.
2584 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2585 window is not deleted. Modifies change 1998-04-26.
2586
2587 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2588
2589 * windmove.el: New file.
2590
2591 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2592 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2593 progmodes/ebnf-yac.el: Update copyright and license info.
2594
2595 * jit-lock.el (jit-lock-function): Widen before calculating end
2596 position.
2597 (jit-lock-stealth-chunk-start): Rewritten.
2598
2599 * info.el (Info-title-face-alist): Removed.
2600 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2601 faces.
2602 (Info-fontify-node): Use these faces.
2603
2604 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2605
2606 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2607 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2608 `&allow-other-keywords'.
2609
2610 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2611 the list of directories scanned heuristically.
2612
2613 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2614 exist.
2615
2616 2000-01-30 Jason Rumney <jasonr@gnu.org>
2617
2618 * w32-fns.el: Define w32-tty-standard-colors.
2619
2620 * startup.el (command-line): Use w32-tty-standard-colors when in
2621 w32 console mode.
2622
2623 2000-01-30 Dave Love <fx@gnu.org>
2624
2625 * jka-compr.el (jka-compr-load): Fix up load-history.
2626
2627 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2628
2629 * emacs-lisp/cl-macs.el: Revert previous change.
2630
2631 2000-01-29 Dave Love <fx@gnu.org>
2632
2633 * facemenu.el: Purecopy various strings.
2634
2635 * timezone.el (timezone-fix-time): Window against 69 for two-digit
2636 years. Deal with three-digit years.
2637
2638 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2639 defconst, purecopy.
2640 (help-back-label): Purecopy it.
2641
2642 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2643
2644 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2645 variable. If non-nil, order the buffer list according to the
2646 currently selected frame.
2647 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2648 non-nil, pass the selected frame to function buffer-list.
2649
2650 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2651
2652 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2653
2654 2000-01-28 Dave Love <fx@gnu.org>
2655
2656 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2657
2658 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2659 Don't use lisp-indent-hook property.
2660 (cl-abs): Remove.
2661
2662 * subr.el: Move out indent and edebug specs for when and unless.
2663
2664 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2665 when, unless.
2666
2667 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2668 unless, when.
2669
2670 2000-01-28 Gerd Moellmann <gerd@gnu.org>
2671
2672 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2673 `collecting' as synonym for `collect'.
2674
2675 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2676 for the case it contains spaces.
2677
2678 * simple.el (what-cursor-position): Change formatting of
2679 messages.
2680
2681 * frame.el (delete-other-frames): New function.
2682 (toplevel): Bind it to C-x 5 1.
2683
2684 * sort.el (sort-numeric-base): New option.
2685 (sort-numeric-fields): If number starts with `0' or `0[xX[',
2686 interpret it as octal or hexadecimal. Use sort-numeric-base
2687 as default base.
2688
2689 * progmodes/glasses.el: New file.
2690
2691 2000-01-27 Gerd Moellmann <gerd@gnu.org>
2692
2693 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2694 userids differently.
2695
2696 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2697 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2698 progmodes/ebnf-yac.el: New files.
2699
2700 2000-01-26 Dave Love <fx@gnu.org>
2701
2702 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2703 on a function with an empty body. [From Eric Ludlam.]
2704
2705 2000-01-25 Andre Spiegel <spiegel@gnu.org>
2706
2707 * vc.el (vc-version-diff): Make sure file name is expanded.
2708
2709 2000-01-25 Gerd Moellmann <gerd@gnu.org>
2710
2711 * scroll-bar.el (scroll-bar-timer): Variable removed.
2712 (scroll-bar-toolkit-scroll): Don't use a timer.
2713
2714 2000-01-25 Kenichi Handa <handa@etl.go.jp>
2715
2716 * language/thai-util.el (thai-composition-function): Delete
2717 superfluous `a'.
2718
2719 2000-01-24 Dave Love <fx@gnu.org>
2720
2721 * fortran.el (fortran-mode): Use beginning-of-defun-function,
2722 end-of-defun-function.
2723
2724 * font-lock.el (turn-on-font-lock): Don't depend on window-system
2725 &c.
2726
2727 2000-01-22 Jason Rumney <jasonr@gnu.org>
2728
2729 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2730 conflicts with new face support.
2731
2732 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2733
2734 * replace.el (query-replace): Rename last arg to DELIMITED.
2735 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2736 (query-replace-regexp): Likewise.
2737
2738 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2739
2740 * subr.el (with-syntax-table): Use make-symbol, not gensym.
2741
2742 * emacs-lisp/lisp.el (beginning-of-defun-function):
2743 Variable renamed from beginning-of-defun.
2744 Do not call make-variable-buffer-local.
2745 (beginning-of-defun-raw): Use new variable name; doc fix.
2746 (beginning-of-defun): Doc fix.
2747 (end-of-defun-function): Variable renamed from end-of-defun.
2748 Do not call make-variable-buffer-local.
2749 (end-of-defun): Use new variable name; doc fix.
2750
2751 * subr.el (dolist, dotimes): Copied from cl-macs.el
2752 and made to work.
2753
2754 * mail/undigest.el (rmail-digest-end-regexps):
2755 Variable replaces rmail-digest-end-regexp.
2756 Allows multiple regexps for detecting the end line.
2757 (undigestify-rmail-message): Corresponding changes.
2758
2759 2000-01-19 Dave Love <fx@gnu.org>
2760
2761 * files.el (user-init-file): Don't declare here -- is primitive.
2762
2763 * startup.el (command-line): Check for compiled user-init-file and
2764 set to uncompiled version if necessary.
2765
2766 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2767
2768 * mail/undigest.el (rmail-digest-end-regexp): New user option.
2769 (undigestify-rmail-message): Use it.
2770
2771 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2772
2773 2000-01-17 Gerd Moellmann <gerd@gnu.org>
2774
2775 * tmm.el (tmm-goto-completions): Adapt to prompt being part
2776 of mini-buffer.
2777
2778 2000-01-14 Gerd Moellmann <gerd@gnu.org>
2779
2780 * emacs-lisp/copyright.el (copyright-update): Removed the
2781 requirement for a trailing space from `copyright-regexp', to
2782 support copyrights with owner specified on a separate line..
2783
2784 * align.el: New file.
2785
2786 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
2787
2788 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
2789
2790 2000-01-13 Dave Love <fx@gnu.org>
2791
2792 * ph.el: Removed. (Obsoleted by EUDC.)
2793
2794 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2795
2796 * net/eudc.el (toplevel): Remove autoloaded code installing
2797 menu with easymenu, because that causes build problems.
2798
2799 * frame.el (frame-notice-user-settings): New variable.
2800 (frame-notice-user-settings): Don't modify frame parameters
2801 if called a second time.
2802
2803 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2804
2805 * frame.el (frame-notice-user-settings):
2806 Notice default-frame-parameters even for non-window frames.
2807
2808 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2809
2810 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
2811 for Emacs.
2812 (eudc-bob-can-display-inline-images): Extend for Emacs.
2813 (eudc-bob-toggle-inline-display): Ditto.
2814 (eudc-bob-display-jpeg): Ditto.
2815
2816 2000-01-12 Gerd Moellmann <gerd@gnu.org>
2817
2818 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2819 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
2820 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
2821
2822 * add-log.el (add-change-log-entry): Fix error trying an `(insert
2823 nil)'.
2824
2825 * subdirs.el: Add `net' directory.
2826
2827 * net: New directory.
2828
2829 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
2830 eval-last-sexp. Don't bind debug-on-error here.
2831 (eval-last-sexp): New function. Bind debug-on-error if
2832 eval-expression-debug-on-error is non-nil.
2833 (eval-defun-2, eval-defun): Likewise.
2834
2835 * simple.el (eval-expression): Don't bind debug-on-error if
2836 eval-expression-debug-on-error is nil. Detect changed
2837 debug-on-error, and propagate new value to global binding, if
2838 eval-expression-debug-on-error is non-nil,
2839 (eval-expression-debug-on-error): Change doc string.
2840
2841 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2842
2843 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
2844
2845 * emacs-lisp/lisp-mode.el (with-syntax-table):
2846 Set up lisp-indent-function property.
2847
2848 * subr.el (with-syntax-table): Moved from simple.el.
2849
2850 * simple.el (with-syntax-table): Moved to subr.el.
2851
2852 2000-01-11 Gerd Moellmann <gerd@gnu.org>
2853
2854 * tmm.el (tmm-shortcut): Delete region after prompt instead
2855 of erasing buffer.
2856
2857 * textmodes/fill.el (fill-common-string-prefix): New function.
2858 (fill-context-prefix): Use the longest common prefix of first
2859 and second line fill prefix, if there is one.
2860
2861 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2862
2863 * array.el (array-mode): Don't use make-variable-buffer-local.
2864 Use make-local-variable for `truncate-lines'.
2865
2866 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
2867
2868 * add-log.el (add-log-current-defun): Handle user-defined
2869 add-log-current-function returning nil,
2870
2871 * add-log.el (add-change-log-entry): Insert version number
2872 if having found a current function
2873
2874 * add-log.el (add-log-current-defun): Call
2875 `add-log-current-defun-function'. Try matches at level 0 and
2876 level 1. Strip whitespace from defun found.
2877
2878 2000-01-10 John Wiegley <johnw@gnu.org>
2879
2880 * allout.el (isearch-done/outline-provisions): Added `edit'
2881 argument to correspond with the current definition of
2882 `isearch-done'.
2883
2884 2000-01-10 Dave Love <fx@gnu.org>
2885
2886 * elide-head.el (elide-head): Use point-marker, not point.
2887
2888 2000-01-10 Gerd Moellmann <gerd@gnu.org>
2889
2890 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
2891 before and after the year 2000.
2892
2893 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
2894 Add ispell- prefix.
2895
2896 2000-01-10 Ken Stevens <k.stevens@ieee.org>
2897
2898 * ispell.el: Only define dictionaries in menus when they exist.
2899 (version18p): New variable.
2900 (version20p): New variable.
2901 (xemacsp): New variable.
2902 (ispell-choices-win-default-height): Fix for XEmacs visibility.
2903 (ispell-dictionary-alist1): Added Brasileiro dictionary.
2904 (ispell-dictionary-alist6): Russian command lines no longer accept
2905 run-together words.
2906 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
2907 (ispell-dictionary-alist): Add koi8-r to customize definition.
2908 (check-ispell-version): Added documentation string. Returns
2909 library path when called non-interactively.
2910 (ispell-menu-map-needed): Uses new variables.
2911 (ispell-library-path): New variable.
2912 (ispell-decode-string): XEmacs fix for bogus variable bindings.
2913 (ispell-word): Improved documentation string. Test for valid
2914 character mappings. Correctly check typed in word changes that can
2915 result in single words split into multiple words. Returns
2916 replacement word.
2917 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
2918 replace in recursive query replace mode. Help message for
2919 recursive edit mode.
2920 (ispell-show-choices): Protect against bad framepop bindings.
2921 (ispell-help): Fix to work with XEmacs.
2922 (ispell-highlight-spelling-error): Use new variables.
2923 (ispell-overlay-window): Fix to work with XEmacs.
2924 (ispell-parse-output): Passed and returns location information
2925 tracking spelling corrections. Doesn't recheck same word on
2926 current line.
2927 (ispell-init-process): Protect against bogus XEmacs variable binding.
2928 Fix call to single argument in sleep-for. Use new variables.
2929 (ispell-region): Passed and returns location information tracking
2930 spelling corrections. Doesn't check same word on current line.
2931 Improved documentation string. Doesn't resend a line already
2932 checked to the ispell process - fixes bug in LaTeX parsing.
2933 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
2934 (ispell-skip-region): No longer skips <TT> in SGML.
2935 (ispell-process-line): Tracks location information with spelling
2936 corrections. Added documentation string. Accounts for words
2937 already accepted on this line. Don't allow query-replace on line
2938 starting with math characters. Doesn't resend a line already sent
2939 to ispell process. Fixes alignment error bug.
2940
2941 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2942
2943 * dired-x.el (dired-guess-shell-alist-default):
2944 Suggest xloadimage, which is free, not xv, which isn't.
2945
2946 * ange-ftp.el (ange-ftp-file-name-nondirectory):
2947 Don't ever include the host name or user name in the value.
2948
2949 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2950
2951 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
2952 of a real newline.
2953
2954 2000-01-09 Stephen Eglen <stephen@gnu.org>
2955
2956 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
2957 for .png files.
2958
2959 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
2960
2961 * cus-edit.el (custom-hook-convert-widget): Fix comment.
2962
2963 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2964
2965 * progmodes/cperl-mode.el: Replace ^F with ^L.
2966
2967 * sendmail.el (toplevel): Provide `sendmail' when compiling
2968 before `require'ing rmail and mailalias to prevent infinite
2969 recursion.
2970
2971 2000-01-08 Dave Love <fx@gnu.org>
2972
2973 * emacs-lisp/backquote.el: Remove inappropriate customization
2974 (allowing custom.el to use backquote).
2975
2976 2000-01-07 Dave Love <fx@gnu.org>
2977
2978 * add-log.el (add-log-debugging): Deleted.
2979 (add-change-log-entry): Treat a backup FILE-NAME as its parent
2980 file. Remove debugging code.
2981 (change-log-get-method-definition, change-log-name): Add doc.
2982 (change-log-sortable-date-at): New function.
2983 (change-log-merge): New command.
2984
2985 * time.el (display-time-string-forms): Make the Mail string active.
2986 (display-time-update): Provide help-echo for load average.
2987
2988 * bindings.el (make-mode-line-mouse2-map): New function.
2989 (mode-line-modified): Use it and simplify.
2990 (mode-line-mule-info): Provide help-echo info.
2991 (minor-mode-alist): Activate the strings.
2992 (make-mode-line-mouse-sensitive): Simplify for
2993 mode-line-buffer-identification.
2994
2995 2000-01-07 Gerd Moellmann <gerd@gnu.org>
2996
2997 * play/pong.el: New file.
2998
2999 2000-01-06 Dave Love <fx@gnu.org>
3000
3001 * array.el: Assorted cleanups for compiler warnings, doc strings,
3002 `array-' prefix for symbols.
3003
3004 2000-01-05 Dave Love <fx@gnu.org>
3005
3006 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3007 outline-headers-as-kill.
3008 (outline-mode): Define imenu-generic-expression.
3009 (outline-headers-as-kill): New command.
3010
3011 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3012 from paragraph-start.
3013 (paragraph-indent-minor-mode): New command.
3014
3015 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3016 M-C-e, M-C-h, C-j, C-xnd, TAB.
3017 (fortran-mode): Set beginning-of-defun, end-of-defun.
3018 (fortran-column-ruler): Simplify.
3019 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3020 (fortran-with-subprogram-narrowing): Likewise.
3021 (fortran-indent-subprogram): Call mark-defun.
3022 (fortran-check-for-matching-do): Change narrowing.
3023
3024 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3025 (cl-lucid-hash-tag): Delete.
3026 (cl-hash-table-p): Correct test for native table.
3027 (cl-hash-table-count): Use hash-table-count.
3028
3029 * browse-url.el (browse-url): Fix case of
3030 browse-url-browser-function being an alist.
3031
3032 2000-01-05 Carsten Dominik <cd@gnu.org>
3033
3034 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3035 (reftex-index-phrase-file-extension): New options.
3036
3037 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3038 Use new option `reftex-index-phrase-file-extension'.
3039
3040 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3041 `reftex-parse-file-extension'.
3042
3043 2000-01-05 Dave Love <fx@gnu.org>
3044
3045 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3046 (beginning-of-defun-raw): Use it.
3047 (end-of-defun): New variable.
3048 (end-of-defun): Use it.
3049 (check-parens): New command.
3050
3051 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3052
3053 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3054 (hs-show-block): Don't use `mapcar' when not accumulating.
3055
3056 Fix buglet in local variables initialization.
3057
3058 2000-01-05 Andreas Schwab <schwab@suse.de>
3059
3060 * hscroll.el (hscroll): Doc fix.
3061
3062 2000-01-05 Carsten Dominik <cd@gnu.org>
3063
3064 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3065 idlw-toolbar.
3066
3067 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3068 file idlw-rinfo.el.
3069 (idlwave-customize): load must read file idlw-shell.el.
3070 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3071
3072 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3073
3074 * progmodes/idlw-shell.el: Also provide idlwave-shell
3075 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3076 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3077
3078 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3079 both reftex-dcr and reftex-vcr.
3080
3081 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3082
3083 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3084
3085 * ps-print.el: PostScript code now is in separate files, doc fix.
3086 (ps-print-version): New version number (5.0.3).
3087 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3088 local.
3089 (ps-spool-config): Initialization fix.
3090 (ps-print-prologue-1, ps-print-prologue-2)
3091 (ps-print-duplex-feature): PostScript code moved to separated file.
3092 (ps-background-image): Little code reformating.
3093 (ps-begin-file, ps-begin-job): Fix code.
3094 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3095 (ps-prologue-file): New fun.
3096
3097 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3098
3099 * ps-vars.el: Eliminated.
3100
3101 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3102 `;;;###autoload'.
3103
3104 * ps-print.el: ps-vars eliminated, doc fix.
3105 (ps-print-version): New version number (5.0.2).
3106 (ps-spool-config): Initialization fix.
3107 (ps-print-customize): New fun.
3108
3109 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3110
3111 * autorevert.el (auto-revert-mode): Return value of
3112 auto-revert-mode.
3113
3114 2000-01-04 Dave Love <fx@gnu.org>
3115
3116 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3117 menu items.
3118
3119 2000-01-03 Dave Love <fx@gnu.org>
3120
3121 * elide-head.el (elide-head) [defgroup]: Add :version.
3122
3123 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3124 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3125 `cl-hash-table-p', not `hash-table-p'.
3126 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3127
3128 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3129
3130 * faces.el (face-read-integer, read-face-attribute)
3131 (color-defined-p, color-values): unspecified-{f,b}g are now
3132 strings.
3133
3134 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3135
3136 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3137 at comment end, and re-insert them after filling.
3138
3139 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3140
3141 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3142 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3143 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3144
3145 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3146
3147 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3148 the new name of face-color-supported-p.
3149
3150 * term/w32-win.el (xw-defined-colors): Likewise.
3151
3152 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3153
3154 * simple.el (completion-setup-function): Count completion-size
3155 from minibuffer-prompt-end, not from point-min.
3156
3157 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3158
3159 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3160 Pass the frame to tty-color-* functions.
3161 (display-color-p, frame-set-background-mode): Pass the frame to
3162 tty-display-color-p.
3163
3164 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3165 tty-color-alist.
3166 (tty-color-alist, tty-modify-color-alist): New functions.
3167 (tty-color-define, tty-color-clear, tty-color-approximate)
3168 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3169 an optional parameter FRAME.
3170
3171 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3172
3173 * image.el (create-image, defimage): Don't assume image data is a
3174 string.
3175
3176 * image.el (defimage): Handle specifications containing :data
3177 instead of :file.
3178 (image-type-from-data): New function.
3179 (image-type-from-file-header): Use it.
3180 (create-image): Add parameter DATA-P.
3181
3182 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3183
3184 * echistory.el (electric-command-history): Call Command-history-setup
3185 and command-history-mode using their new conventions.
3186
3187 * chistory.el (Command-history-setup): Don't switch buffers. Take
3188 no args, and do not set major-mode, mode-name or the local map.
3189 (command-history-mode): New function, does some of those things
3190 Command-history-setup used to do.
3191 (list-command-history): Call command-history-mode, not
3192 Command-history-setup.
3193 (command-history): Renamed from command-history-mode.
3194
3195 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3196
3197 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3198
3199 1999-12-31 William M. Perry <wmperry@aventail.com>
3200
3201 * image.el (defimage): Images with the `:data' keyword should be
3202 considered valid as well.
3203
3204 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3205
3206 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3207 with FILE if FILE is nil.
3208
3209 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3210
3211 * simple.el (choose-completion-string): In minibuffer,
3212 do not delete the prompt string.
3213
3214 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3215
3216 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3217 assigned to mode-line-mode-menu because bindings.el is dumped with
3218 Emacs, and thus the lists used for menu-item definition will be
3219 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3220 like pure menu item definitions.
3221
3222 * expand.el (expand-abbrev-hook): Return t if expansion was
3223 done, nil otherwise.
3224
3225 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3226
3227 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3228 (tar-quit): Function deleted.
3229
3230 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3231
3232 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3233 was used but not declared.
3234
3235 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3236 hs-find-block-beginning): Add or modify docstrings.
3237
3238 (hs-isearch-show): Rewrite.
3239
3240 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3241
3242 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3243
3244 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3245 space in front of a C-style comment end.
3246
3247 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3248
3249 * startup.el (command-line-1): Make mode line mouse-sensitive for
3250 the MS-DOS version as well.
3251
3252 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3253
3254 * bs.el: New file.
3255
3256 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3257
3258 * textmodes/ispell.el (ispell-process-line):
3259 Add local var line-offset to adjust for the change
3260 in positions within the line, due to previous replacements.
3261
3262 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3263
3264 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3265 Doc fixes.
3266
3267 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3268
3269 * add-log.el (change-log-version-number-regexp-list)
3270 (change-log-version-info-enabled): Change :version to 21.1.
3271 (toplevel): Require CL when compiling.
3272
3273 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3274
3275 * add-log.el (change-log-version-number-regexp-list): Added tag
3276 :version 20.6
3277 (change-log-version-info-enabled): Added tag :version 20.6
3278
3279 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3280
3281 * add-log.el: More general version number search with
3282 user-configurable regexp list.
3283 (change-log-version-number-regexp-list): New user variable.
3284 (change-log-find-version): Rewritten. Use user-configurable
3285 version numbering regexp list
3286 change-log-version-number-regexp-list.
3287 (change-log-find-version): Renamed to
3288 change-log-version-number-search
3289 (add-log-file-name-function): New.
3290 (change-log-search-vc-number): Added END paramaeter. Added doc
3291 string to function.
3292 (change-log-version-rcs): Renamed. Was
3293 change-log-search-vc-number.
3294
3295 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3296
3297 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3298 overlays if they interfere.
3299 (compilation-find-file): Make intangible overlays tangible.
3300
3301 * progmodes/hideshow.el: Generally, synch w/ maintainer
3302 version 5.9.
3303
3304 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3305
3306 (hs-minor-mode-hook): Don't initialize.
3307
3308 (hs-special-modes-alist): Rewrite value and docstring.
3309
3310 (hs-minor-mode-prefix): Delete unused var.
3311
3312 (hs-block-start-mdata-select): New var, buffer local.
3313
3314 (hs-headline): New var.
3315
3316 (hs-match-data, hs-forward-sexp): New funcs.
3317
3318 (hs-hide-comment-region): New func.
3319
3320 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3321 hs-safety-is-job-n, hs-hide-initial-comment-block,
3322 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3323 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3324 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3325 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3326 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3327
3328 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3329 (hs-isearch-show-temporary): New funcs.
3330
3331 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3332
3333 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3334
3335 When constructing menu, use `[(shift button2)]' notation.
3336
3337 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3338
3339 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3340 (jka-compr-compression-info-list): Add new elt to each vector.
3341 (jka-compr-write-region): Don't compress the data if it is
3342 already compressed.
3343
3344 * jka-compr.el (jka-compr-really-do-compress): New variable.
3345 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3346 if visiting.
3347 (jka-compr-write-region): Set jka-compr-really-do-compress
3348 if visiting. Test it when deciding to compress.
3349
3350 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3351
3352 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3353 with third argument t.
3354
3355 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3356
3357 * antlr-mode.el: Version 1.2 is released.
3358 (antlr): This package has a web page.
3359
3360 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3361
3362 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3363 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3364 (antlr-mode-map): New binding [C-c C-c].
3365 (antlr-mode-menu): New entries.
3366
3367 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3368
3369 * antlr-mode.el: Respect Emacs conventions.
3370 ((require 'cl)): Only use during compilation.
3371 (antlr-language-for-option): New function to avoid using `find'.
3372 (antlr-mode): Use it.
3373 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3374 (antlr-imenu-create-index-function): Change accordingly.
3375 (antlr-inside-rule-p): Ditto.
3376 (antlr-end-of-rule): Ditto.
3377 (antlr-end-of-body): Ditto.
3378 (antlr-beginning-of-rule): Ditto.
3379 (antlr-indent-line): Ditto.
3380
3381 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3382
3383 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3384 (antlr-set-tabs): Don't use hard-coded values.
3385
3386 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3387 won't be possible without a huge time penalty.
3388 (antlr-skip-exception-part): Be more specific.
3389 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3390 Renamed from `antlr-skip-grammar-header'.
3391 (antlr-next-rule): Change accordingly.
3392 (antlr-end-of-body): Ditto. Better error message.
3393 (antlr-beginning-of-body): Better error message.
3394 (antlr-imenu-create-index-function): Skip rule action prelude.
3395
3396 * antlr-mode.el: Minor syntax highlighting changes.
3397 (antlr-font-lock-default-face): Deletia.
3398 (antlr-font-lock-tokendef-face): Changed color.
3399 (antlr-font-lock-tokenref-face): Changed color.
3400 (antlr-font-lock-literal-face): Changed color.
3401 (antlr-font-lock-additional-keywords): Minor changes.
3402
3403 1999-12-20 Carsten Dominik <cd@gnu.org>
3404
3405 * progmodes/idlwave.el: New file.
3406
3407 * progmodes/idlwave-rinfo.el: New file.
3408
3409 * progmodes/idlwave-shell.el: New file.
3410
3411 * progmodes/idlwave-toolbar.el: New file.
3412
3413 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3414
3415 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3416
3417 * progmodes/cwarn.el: New file.
3418
3419 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3420
3421 * bindings.el (completion-ignored-extensions): Add .pdf.
3422
3423 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3424
3425 * version.el: Put the version info into binary on MS-DOS as well.
3426
3427 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3428
3429 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3430 debugger-may-continue is nil.
3431
3432 1999-12-18 Dave Love <fx@gnu.org>
3433
3434 * emacs-lisp/cl-macs.el: Remove conditional definition of
3435 eval-when-compile. Don't specify abs, expt, gethash,
3436 hash-table-count, hash-table-p as side-effect-free here.
3437 (cl-emacs-type): Don't declare.
3438 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3439 (cl-parse-loop-clause): Remove compatibility code.
3440
3441 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3442 (side-effect-free-fns): Add gethash, hash-table-count.
3443 (side-effect-and-error-free-fns): Add hash-table-p.
3444
3445 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3446 `cl-' to autoload names for some hash functions. Don't autoload
3447 eval-when-compile. Don't provide mini-cl.
3448 (cl-emacs-type): Remove.
3449 (cl-map-extents): Remove compatibility code.
3450
3451 * emacs-lisp/float.el: Bind free variables.
3452
3453 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3454
3455 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3456
3457 * bindings.el (completion-ignored-extensions): Add .tfm.
3458
3459 1999-12-16 Dave Love <fx@gnu.org>
3460
3461 * faces.el (set-face-attribute): Purecopy the attributes set.
3462
3463 * custom.el (custom-declare-variable): Purecopy value.
3464
3465 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3466 (byte-extrude-byte-code-vectors): Use remprop.
3467 (byte-compile-lambda): Check that arg is a lambda.
3468
3469 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3470
3471 * font-lock.el: System for adding and removing keywords.
3472 Both local (previously added keyword) and global keywords
3473 can be removed.
3474 (font-lock-remove-keywords): New user-level function.
3475 (font-lock-update-removed-keyword-alist): New internal function.
3476 (font-lock-removed-keywords-alist): New variable.
3477 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3478 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3479 growing datastructures.
3480 (font-lock-set-defaults): Removes keywords stored in
3481 `font-lock-removed-keywords-alist' after local keywords added.
3482
3483 1999-12-16 Anders Lindgren <andersl@andersl.com>
3484
3485 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3486 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3487
3488 * font-lock.el (c-keywords): Only highlight preprocessor
3489 directives when spelled correctly.
3490
3491 * font-lock.el (font-lock-match-c++-structor-declaration,
3492 c++-keywords): Fontify constructors and destructors with function
3493 face inside C++ class declarations.
3494
3495 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3496
3497 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3498 the shell from sh-shell-file.
3499
3500 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3501
3502 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3503
3504 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3505 if one of the files specified cannot be accessed by
3506 file-attributes. Do not strip any leading directories from the
3507 file names, to behave more like `ls' does.
3508
3509 * dired.el (dired-get-filename): Handle absolute file names.
3510 (dired-readin-insert): If argument is a cons, don't print
3511 "wildcard" on the ``total'' line.
3512
3513 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3514
3515 * faces.el (face-read-integer, read-face-attribute)
3516 (color-defined-p, color-values): Allow color values unspecified-fg
3517 and unspecified-bg, handle them as unspecified.
3518
3519 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3520
3521 * textmodes/reftex.el: (reftex-compile-variables): respect new
3522 structure of `reftex-index-macro'
3523 (reftex-compile-variables): Use the changed structure of
3524 `reftex-label-alist'.
3525
3526 * textmodes/reftex-vars.el (reftex-index-math-format,
3527 (reftex-toc-max-level): New option.
3528 reftex-index-phrases-search-whole-words,
3529 reftex-index-phrases-case-fold-search,
3530 reftex-index-phrases-skip-indexed-matches,
3531 reftex-index-phrases-wrap-long-lines,
3532 reftex-index-phrases-sort-prefers-entry,
3533 reftex-index-phrases-sort-in-blocks): New options.
3534 (reftex-index-macros): Option structure changed.
3535 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3536 (reftex-label-alist): Additional item in each entry to specify if
3537 the environment should be listed in the TOC.
3538 (eval-when-compile (require 'cl)) added.
3539
3540 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3541 longer deals with "repeat".
3542 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3543 now used.
3544 (reftex-index-phrases-comment-regexp,
3545 reftex-index-phrases-macrodef-regexp,
3546 reftex-index-phrases-phrase-regexp1,
3547 reftex-index-phrases-phrase-regexp2,
3548 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3549 New constants.
3550 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3551 reftex-index-phrases-font-lock-keywords,
3552 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3553 reftex-index-phrases-restrict-file): New variables.
3554 (reftex-index-phrase-selection-or-word,
3555 reftex-index-visit-phrases-buffer,
3556 reftex-index-initialize-phrases-buffer,
3557 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3558 reftex-index-next-phrase, reftex-index-this-phrase,
3559 reftex-index-all-phrases, reftex-index-region-phrases,
3560 reftex-index-phrases-parse-header,
3561 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3562 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3563 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3564 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3565 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3566 reftex-index-make-replace-string,
3567 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3568 reftex-index-phrase-match-is-indexed,
3569 reftex-index-phrases-fixup-line,
3570 reftex-index-phrases-replace-space,
3571 reftex-index-select-phrases-macro): New functions.
3572 (reftex-index-globalize, reftex-index-globally): functions removed
3573 (eval-when-compile (require 'cl)) added.
3574
3575 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3576 for max level.
3577 (reftex-toc-max-level-indicator): New variable.
3578 (reftex-toc-max-level): New command.
3579 (reftex-toc-map): New keybinding `t'.
3580 (reftex-toc-help): Constant updated.
3581 (eval-when-compile (require 'cl)) added.
3582
3583 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3584 `t' command key can change `reftex-toc-max-level'
3585 (eval-when-compile (require 'cl)) added.
3586
3587 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3588 `reftex-toc-max-level'
3589 (eval-when-compile (require 'cl)) added.
3590
3591 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3592 added.
3593
3594 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3595 added.
3596
3597 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3598 commands.
3599 (reftex-citation, reftex-do-citation,
3600 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3601 preselect a citation format.
3602 (eval-when-compile (require 'cl)) added.
3603
3604 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3605 parameter to-end
3606 (reftex-section-info): Deal with environment matches.
3607 (eval-when-compile (require 'cl)) added.
3608
3609 * reftex-global.el (eval-when-compile (require 'cl)) added.
3610
3611 1999-12-15 Kenichi Handa <handa@etl.go.jp>
3612
3613 The following changes are for the new composition mechanism. We
3614 have deleted `composition' charset and composite characters,
3615 instead introduced a special text property `composition'.
3616
3617 * composite.el: New file.
3618
3619 * ps-mule.el: Define encode-composition-rule and find-composition
3620 for Emacs 20.4 and the earlier versions.
3621 (ps-mule-init-external-library): Just require a feature for
3622 external libraries.
3623 (ps-mule-prologue): Postscript code modified for new composition.
3624 (ps-mule-find-wrappoint): New arg COMPOSITION.
3625 (ps-mule-plot-string): Delete code for composite characaters.
3626 (ps-mule-plot-composition): New funcion.
3627 (ps-mule-prepare-font-for-components): New function.
3628 (ps-mule-plot-components): New function.
3629 (ps-mule-composition-prologue-generated): Renamed from
3630 ps-mule-cmpchar-prologue-generated.
3631 (ps-mule-composition-prologue): New named from
3632 ps-mule-cmpchar-prologue. Modified for new composition.
3633 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3634 ps-mule-prepare-cmpchar-font): Deleted.
3635 (ps-mule-string-encoding): New arg NO-SETFONT.
3636 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3637 check Composing, not Cmpchar
3638 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3639 to nil.
3640 (ps-mule-begin-job): Check existence of new composition.
3641
3642 * ps-print.el (ps-plot-region): Handle new composition.
3643
3644 * simple.el (what-cursor-position): Show "(composed)" if the
3645 character is composed.
3646
3647 * international/characters.el: Fix cateogries of Lao symbols.
3648
3649 * international/fontset.el (vertical-centering-font-regexp): New
3650 variable.
3651
3652 * international/mule.el (mule-version): Updated to 5.0 (AOI).
3653 (mule-version-date): Updated to 1999.12.7.
3654 (with-category-table): New macro.
3655
3656 * international/mule-cmds.el (encode-coding-char): Don't check
3657 composite character.
3658
3659 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3660 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3661 x-ctext): Give `composition' property t.
3662
3663 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3664 non-nil) at the tail of ALIST.
3665 (compose-region, decompose-region, decompse-string,
3666 reference-point-alist, compose-chars): Moved to composite.el.
3667 (compose-chars-component, compose-chars-rule,
3668 decompose-composite-char): Deleted.
3669
3670 * international/quail.el (quail-install-map): New optional arg
3671 NAME.
3672 (quail-get-translation): If DEF is a symbol but not a function,
3673 ignore it.
3674 (quail-start-translation): Put a key sequence undefined in the
3675 translation keymap in unread-command-events, not generated-events.
3676 Return parameterized event (compose-last-chars N) if the input
3677 characters should be composed.
3678 (quail-map-definition): If DEF is t, treat it as nil.
3679 (quail-delete-last-char): Delete the quail region.
3680 (quail-show-translations): Don't show list of translations if the
3681 quail package is deterministic.
3682 (quail-completion-max-depth): New variable.
3683 (quail-completion-1): Pay attention to the above variable. Fix
3684 for the case that a translation is a function.
3685 (quail-map-from-table, quail-map-from-table-1,
3686 quail-map-from-table-2): New functions.
3687 (quail-lookup-map-and-concat): New function
3688
3689 * language/devan-util.el: Mostly rewritten.
3690
3691 * language/lao.el: Register lao-composition-function in
3692 composition-function-table.
3693
3694 * language/lao-util.el: Mostly rewritten.
3695
3696 * language/thai.el: Register thai-composition-function in
3697 composition-function-table.
3698 (thai-tis620): Delete `pre-write-conversion' property.
3699
3700 * language/thai-util.el: (thai-category-table): Make it by
3701 make-category-table.
3702 (thai-composition-pattern): New variable.
3703 (thai-compose-region, thai-compose-string): Use
3704 with-category-table.
3705 (thai-post-read-conversion): Just call thai-compose-region.
3706 (thai-pre-write-conversion): Deleted.
3707 (thai-composition-function): New funciton.
3708
3709 * language/tibet-util.el: Most functions rewritten.
3710 (tibetan-char-p): Renamed from tibetan-char-examin.
3711 (tibetan-composable-examin) (tibetan-complete-char-examin)
3712 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3713 (tibetan-add-components): New function.
3714 (tibetan-composition-function): New function.
3715
3716 * language/tibetan.el: Register tibetan-composition-function in
3717 composition-function-table.
3718 (tibetan-composable-pattern): New variable.
3719 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3720 (tibetan-precomposition-rule-alist): Move punctuations to
3721 tibetan-punctuation-transcription-alist and
3722 tibetan-obsolete-glyphs.
3723 (tibetan-punctuation-transcription-alist): New variable.
3724 (tibetan-obsolete-glyphs): New variable.
3725 (tibetan-regexp): Improve the initialization code.
3726
3727 * textmodes/fill.el (fill-find-break-point): Delete codes for
3728 composite characters.
3729 (fill-region-as-paragraph): Likewise.
3730
3731 1999-12-14 Gerd Moellmann <gerd@gnu.org>
3732
3733 * international/mule-cmds.el (default-input-method): Specify
3734 that it should be set after current-language-environment.
3735
3736 * custom.el (custom-handle-keyword): Add :set-after.
3737 (custom-add-dependencies): New function.
3738 (custom-set-variables): Take dependencies between args into
3739 account.
3740
3741 * battery.el (battery): Doc fix.
3742
3743 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3744
3745 * progmodes/cc-make.el: Removed.
3746
3747 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3748
3749 * Release of cc-mode 5.26
3750
3751 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3752
3753 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3754 target depth. Optionally count #else lines as clause limits,
3755 as suggested by don provan <provan@lucent.com>. #elif
3756 handling fixed.
3757
3758 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3759 (c-down-conditional-with-else): New commands that uses the
3760 added functionality in `c-forward-conditional'.
3761
3762 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3763
3764 * cc-align.el (c-lineup-comment): Preserve the alignment with
3765 a comment on the previous line instead of preserving the
3766 comment-column.
3767
3768 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3769
3770 * Fixes to IDL mode after input from Eric Eide
3771 <eeide@cs.utah.edu>:
3772 * cc-engine.el (c-beginning-of-statement-1): Allow
3773 `c-conditional-key' to be nil, for the benefit of IDL mode.
3774 * cc-engine.el (c-guess-basic-syntax): Ditto.
3775 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
3776 but do match CORBA 2.3 `valuetype'.
3777 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
3778 for IDL.
3779 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
3780 be nil for IDL.
3781 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
3782 Like C++.
3783 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
3784 set `c-method-key' and `c-baseclass-key' to nil.
3785
3786 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3787
3788 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
3789 with nonhanging open braces.
3790
3791 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3792
3793 * cc-align.el: Added docstrings to all lineup functions.
3794
3795 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
3796 keyword.
3797
3798 * cc-align.el (c-lineup-C-comments): Handle free form text
3799 comments. Use c-comment-prefix-regexp and comment-start-skip
3800 instead of hardcoded regexps.
3801
3802 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3803
3804 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
3805 behavior and return value as documented.
3806
3807 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3808
3809 * Changes for new style variable init system:
3810 * cc-langs.el (c-common-init): Dito.
3811 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
3812 now customizable.
3813 * cc-vars.el: Style variables may now take a value
3814 'set-from-style to make them take their value from the style
3815 system. This value is now the default on all these variables.
3816 * cc-vars.el (c-valid-offset): New function to verify a
3817 syntactic symbol offset setting.
3818 * cc-vars.el (c-offsets-alist): Variable moved from
3819 cc-styles.el since it's now customizable in a similar way to
3820 the other style variables.
3821 * cc-vars.el (c-old-style-variable-behavior): New variable to
3822 revert to the old style init behavior.
3823
3824 * cc-vars.el (c-file-style, c-file-offsets): Made always
3825 buffer local.
3826
3827 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
3828 the throws clause that might follow the function prototype in
3829 C++.
3830
3831 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3832
3833 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
3834 could move forward for macros that doesn't start in column 0.
3835
3836 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3837
3838 * cc-align.el (c-indent-multi-line-block,
3839 c-lineup-whitesmith-in-block): Two new lineup functions for
3840 use in whitesmith style.
3841
3842 * cc-styles.el (c-style-alist): More fixes to whitesmith
3843 style. It should now handle all different braces uniformly in
3844 both hanging and non-hanging cases.
3845
3846 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3847
3848 * cc-cmds.el (c-indent-exp): Use a marker to save point to
3849 make it stay in the same position relative to the surrounding
3850 text.
3851
3852 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
3853 when adaptive-fill-mode doesn't manage to get it correct.
3854
3855 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
3856 with dotted notation, e.g. foo.bar.Gnu.
3857
3858 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
3859 within unwind-protect (previously only some were wrapped so it
3860 would be possible to register mode initialization when full
3861 initialization did not finish).
3862
3863 * cc-styles.el (c-style-alist): Corrected the brace placement
3864 in the whitesmith style. Thanks to Sean Luke
3865 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
3866 styles with consistent brace placement for all constructs.
3867
3868 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3869
3870 * cc-cmds.el (c-context-line-break): Continue C++ comments too
3871 when point is in the middle of them.
3872
3873 * cc-cmds.el: Line breaking and paragraph filling code
3874 rewritten:
3875 (c-guess-fill-prefix): New function that uses various
3876 heuristics to guess the comment prefix.
3877 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
3878 It now assumes adaptive filling is active to preserve the line
3879 prefix inside comments.
3880 (c-indent-new-comment-line): Replacement for the now
3881 obsolete `c-comment-line-break-function' that uses
3882 `c-guess-fill-prefix' when appropriate. It now observes the
3883 setting of `comment-multi-line', which has effect in C-style
3884 block comments.
3885
3886 * cc-cmds.el (c-context-line-break): New function intended to
3887 be put on RET. It's essentially `newline-and-indent', but
3888 continues C block comments with the appropriate line prefix.
3889
3890 * cc-cmds.el (c-do-auto-fill): New function put on
3891 `normal-auto-fill-function' to implement the
3892 `c-ignore-auto-fill' variable.
3893
3894 * cc-cmds.el (c-beginning-of-statement): Use
3895 `c-comment-prefix-regexp' to avoid ending up inside the
3896 comment prefix. Better handling of comment starters and
3897 enders. Catch comments better when traversing code. Stop at
3898 preprocessor directives.
3899
3900 * cc-defs.el (c-forward-comment): New subst to hide platform
3901 dependent quirks in `forward-comment'.
3902
3903 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
3904 argument.
3905 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
3906 arguments. Activate this function by default when
3907 `parse-partial-sexp' supports it (currently Emacs 20.x).
3908
3909 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
3910 on the comment opener to make constants usable as lineup
3911 arguments.
3912
3913 * cc-align.el (c-lineup-C-comments): Fixes to handle the
3914 changed anchor position in the `c' syntactic symbol. Handle
3915 more than stars in the comment prefix; use the new variable
3916 `c-comment-prefix-regexp'. Don't indent text not preceded by
3917 a comment prefix to the right of the comment opener if it's
3918 long.
3919
3920 * cc-langs.el: Fixes to mode initialization for new line
3921 breaking and paragraph filling method. Adaptive fill mode is
3922 now activated at startup instead of deactivated. The
3923 variables used for adaptive filling and paragraph movement are
3924 also changed to incorporate the value of
3925 `c-comment-prefix-regexp'. `substitute-key-definition' is
3926 used to override some functions in the global map instead of
3927 overriding their default bindings.
3928
3929 * cc-mode.el (java-mode): Modify `paragraph-start' for the
3930 javadoc markup at mode init.
3931
3932 * cc-mode.el (c-setup-filladapt): A new convenience function
3933 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
3934 function is intended to be used explicitly by the end user
3935 only.
3936
3937 * cc-vars.el (c-comment-prefix-regexp): New variable used to
3938 recognize the comment fill prefix inside comments.
3939 (c-block-comment-prefix): New name for
3940 `c-comment-contiuation-stars', which is now obsolete. It's
3941 generalized to handle any character sequence.
3942 (c-ignore-auto-fill): New variable used to selectively disable
3943 Auto Fill mode in specific contexts.
3944
3945 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3946
3947 * cc-cmds.el (c-comment-indent): Leave at least one space
3948 between the comment and the last nonblank character in the
3949 case where we look at the indentation of the comment on the
3950 previous line (case 4).
3951
3952 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
3953 list of characters that may start a statement (it's a sort of
3954 prefix operator in Pike, and isn't used at all in any of the
3955 other languages).
3956
3957 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3958
3959 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
3960 inside continued statements as statement-cont instead of
3961 brace-list-open. The reason is that one normally adjusts
3962 brace-list-open for brace lists as top-level constructs, and
3963 brace lists inside statements is a completely different
3964 context. Case 10B.2 changed. Also changed (the somewhat
3965 esoteric) case 9A to cope with this.
3966
3967 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3968
3969 * cc-cmds.el (c-electric-brace): Added electric handling of
3970 the open brace for brace-elseif-brace.
3971
3972 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3973
3974 * cc-defs.el (c-with-syntax-table): New macro to easily switch
3975 syntax tables temporarily.
3976
3977 * cc-engine.el (c-guess-basic-syntax): Handle template and
3978 member init argument lists split over several lines. Case 5D
3979 changed.
3980
3981 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
3982 @throws introduced in Javadoc 1.2.
3983
3984 * cc-menus.el (cc-imenu-java-generic-expression): Applied
3985 patch from RMS to avoid infinite backtracking.
3986
3987 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3988
3989 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
3990 by [ ].
3991
3992 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3993
3994 * cc-align.el (c-lineup-dont-change): Compensate properly for
3995 the column in langelem.
3996
3997 * cc-engine.el (c-syntactic-information-on-region): New
3998 function to help debugging the syntactic analysis.
3999
4000 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4001
4002 * cc-align.el (c-lineup-template-args): Handle nested template
4003 arglists.
4004
4005 * cc-langs.el (c++-template-syntax-table): New syntax table
4006 that makes `<' and `>' parenthesis characters, which is useful
4007 to switch to temporarily when analyzing template arglists.
4008
4009 * cc-styles.el: Changed default alignment of labels in the
4010 java style to conform to the examples in the Java Language
4011 Specification.
4012
4013 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4014 by default.
4015
4016 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4017
4018 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4019 immediately before the closing paren in an arglist, so don't
4020 check that in Pike mode. Case 7A changed.
4021
4022 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4023
4024 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4025 lines were ignored under certain conditions.
4026
4027 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4028
4029 * cc-align.el (c-lineup-template-args): New function for
4030 aligning continued template argument lists.
4031
4032 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4033 lists containing function arglists split over several lines.
4034 Case 5D.1 changed.
4035
4036 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4037 template-args-cont didn't get recognized when the first
4038 arglist opener line doesn't contain a template argument. New
4039 case 5K.
4040
4041 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4042
4043 * cc-defs.el (c-point): Changed from subst to macro for
4044 efficiency.
4045 (c-beginning-of-defun-1, c-end-of-defun-1): New
4046 beginning-of-defun/end-of-defun wrappers separated from
4047 c-point.
4048
4049 * cc-menus.el (imenu-generic-expression,
4050 imenu-case-fold-search, imenu-progress-message): Dummy
4051 definitions to avoid compiler warnings if imenu can't be
4052 loaded.
4053 * cc-menus.el (cc-imenu-init): New function called at mode
4054 init.
4055 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4056 imenu initializations to cc-imenu-init.
4057
4058 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4059
4060 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4061 for lambda-intro-cont in Pike mode. Case 6 changed.
4062
4063 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4064 anything following "new Foo()" was considered an anonymous
4065 class body in Java mode.
4066
4067 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4068
4069 * cc-cmds.el (c-comment-line-break-function): When breaking in
4070 a string, don't insert a new line.
4071
4072 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4073
4074 * cc-engine.el (c-at-toplevel-p): New interface function which
4075 returns information useful to add-on authors. It tells you
4076 whether you're at a toplevel statement or not.
4077
4078 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4079
4080 * cc-cmds.el (c-comment-line-break-function): It is possible
4081 that forward-line does not land us at the bol, say if we're on
4082 the last line in a file. In that case, do a
4083 back-to-indentation instead of a forward-comment -1.
4084
4085 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4086
4087 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4088 "default:" as normal label in case 4.
4089
4090 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4091
4092 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4093 recognize continued bitfield declarations. Case 5D.1 changed.
4094 * cc-langs.el: New variable c-bitfield-key.
4095 * cc-mode.el: New variable c-bitfield-key.
4096
4097 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4098
4099 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4100 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4101 ..}").
4102
4103 1999-12-12 Dave Love <fx@gnu.org>
4104
4105 * mail/footnote.el: Require cl when compiling. Don't autoload
4106 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4107 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4108 Avoid `acons'.
4109 (footnote-mode-line-string, Footnote-add-footnote): Remove
4110 autoload cookie.
4111
4112 1999-12-12 Richard Sharman <rsharman@pobox.com>
4113
4114 * sh-script.el: Fix for when font-lock mode is active.
4115 (sh-font-lock-unfontify-region-function): New function.
4116
4117 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4118
4119 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4120 if start-process is not bound, since Ispell now supports such
4121 platforms as well.
4122
4123 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4124
4125 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4126 rmail-summary-goto-msg.
4127
4128 * files.el (after-find-file): Fix previous change.
4129
4130 1999-12-11 Dave Love <fx@gnu.org>
4131
4132 * help.el (where-is): Use `commandp' as predicate for
4133 `completing-read'
4134
4135 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4136
4137 * cus-edit.el (custom-save-delete): Delete all occurrences,
4138 leave point where the first occurrence was.
4139 (custom-save-faces): Insert a newline at the end of the comment.
4140 Avoid a double newline there.
4141 If final closeparen is at bol, put a space before it.
4142 (custom-save-variables): Likewise.
4143 (custom-file): Doc fix.
4144
4145 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4146
4147 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4148 regexp matching image and audio files.
4149
4150 1999-12-09 Dave Love <fx@gnu.org>
4151
4152 * mail/footnote.el: New file.
4153
4154 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4155
4156 * files.el (after-find-file): Use auto-save-visited-file-name if
4157 set.
4158
4159 * mail/feedmail.el (feedmail-find-eoh): Take
4160 feedmail-queue-alternative-mail-header-separator into account.
4161
4162 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4163
4164 * smerge-mode.el: New file.
4165
4166 * font-lock.el (font-lock-multiline): New variable.
4167 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4168 (font-lock-remove-keywords): Added a dummy `mode' argument for
4169 potential future support.
4170 (font-lock-fontify-anchored-keywords,
4171 (font-lock-fontify-keywords-region): Only handle multiline strings
4172 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4173
4174 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4175
4176 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4177
4178 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4179
4180 1999-12-07 Dave Love <fx@gnu.org>
4181
4182 * help.el (view-emacs-problems): New command, bound to C-h P.
4183
4184 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4185
4186 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4187
4188 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4189 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4190 New code to support the minor mode version.
4191 (diff-recenter): New function.
4192 (diff-next-hunk, diff-next-file): Use it.
4193 (diff-remembered-files-alist): New var.
4194 (diff-merge-strings): New function.
4195 (diff-find-file-name): Make it smarter and use the user's input more.
4196 (diff-mode): Cosmetic changes.
4197
4198 * files.el (save-some-buffers): Turn EXITING into the more general
4199 PRED argument to allow specifying a subset of buffers.
4200
4201 * simple.el (kill-region): Use the new `delete-and-extract-region'
4202 rather than the undo log (which is incorrect with *-change-functions).
4203
4204 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4205 off-by-one problem that could force re-fontifying the whole buffer.
4206 (font-lock-remove-keywords): New function.
4207 (font-lock-add-keywords): Use the new function to ensure idempotence.
4208
4209 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4210
4211 * viper-cmd.el (viper-minibuffer-standard-hook,
4212 viper-minibuffer-real-start): Mew functions.
4213 (viper-read-string-with-history,viper-file-add-suffix,
4214 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4215 change in the status of the minibuffer prompt.
4216
4217 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4218
4219 * comint.el (comint-redirect-results-list)
4220 (comint-redirect-results-list-from-process): Remove interactive
4221 spec.
4222
4223 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4224
4225 * info.el (info-node, info-menu-5, info-xref): Define colors for
4226 Info faces if the display supports them.
4227
4228 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4229
4230 Changes for automatic remapping of X colors on terminal frames:
4231
4232 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4233 term-setup-hook. Call msdos-remember-default-colors and
4234 msdos-handle-reverse-video.
4235 (msdos-face-setup): Parts of code moved to
4236 msdos-setup-initial-frame.
4237 (msdos-handle-reverse-video): New function, modeled after
4238 x-handle-reverse-video.
4239 (make-msdos-frame): Don't use initial-frame-alist and
4240 default-frame-alist. Call msdos-handle-reverse-video.
4241 (msdos-color-aliases): Remove.
4242 (msdos-color-translate, msdos-approximate-color): Remove.
4243 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4244 for better approximation of X colors.
4245 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4246 up tty-color-alist (it is now on startup.el).
4247 (x-display-color-p, x-color-defined-p, x-color-values,
4248 x-defined-colors, face-color-supported-p, face-color-gray-p):
4249 Remove.
4250
4251 * facemenu.el (facemenu-read-color, list-colors-display): Use
4252 defined-colors for all frame types.
4253 (facemenu-color-equal): Use color-values for all frame types.
4254
4255 * faces.el (read-face-attribute): For :foreground and :background
4256 attributes and frames on character terminals, translate the color
4257 to the closest supported one before looking it up in the list of
4258 valid values.
4259 (face-valid-attribute-values): Call defined-colors for all types
4260 of frames.
4261 (defined-colors, color-defined-p, color-values, display-color-p):
4262 New finctions.
4263 (x-defined-colors, x-color-defined-p, x-color-values,
4264 x-display-color-p): Aliases for the above.
4265
4266 * startup.el (command-line): Register terminal colors for frame
4267 types other than x and w32, but only if the terminal supports
4268 colors. Call tty-color-define instead of face-register-tty-color.
4269
4270 * term/x-win.el (xw-defined-colors): Renamed from
4271 x-defined-colors.
4272 * term/w32-win.el (xw-defined-colors): Likewise.
4273
4274 * term/tty-colors.el: New file.
4275 * loadup.el: Load term/tty-colors.
4276
4277 1999-12-06 Dave Love <fx@gnu.org>
4278
4279 * ffap.el: Autoload the ffap alias directly.
4280
4281 1999-12-06 Inge Frick <inge@nada.kth.se>
4282
4283 * dired-aux.el (dired-do-shell-command): Changed documentation.
4284 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4285 meaning as `*'.
4286
4287 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4288
4289 * simple.el (insert-buffer): Doc fix.
4290
4291 * apropos.el (apropos-mode): Add autoload cookie.
4292
4293 1999-12-06 Sam Steingold <sds@goems.com>
4294
4295 * progmodes/etags.el (etags-tags-completion-table): Modified the
4296 regexp to allow for the CL symbols starting with `+*'.
4297 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4298 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4299 `function' quoting lambda.
4300 (tags-with-face): New macro.
4301 (list-tags, tags-apropos): Use it.
4302 (tags-apropos-additional-actions): New user option.
4303 (etags-tags-apropos-additional): Use it.
4304 (tags-apropos): Call etags-tags-apropos-additional.
4305 (tags-apropos-verbose): New user option.
4306 (etags-tags-apropos): Use it.
4307 (visit-tags-table-buffer, next-file): Use `unless'.
4308 (recognize-empty-tags-table): Renamed to
4309 tags-recognize-empty-tags-table.
4310 (complete-tag): Call tags-complete-tag bypassing try-completion.
4311
4312 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4313
4314 * international/mule.el (set-buffer-file-coding-system): Docstring
4315 modified.
4316
4317 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4318
4319 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4320 using the hideshow package.
4321 (hs-special-modes-alist): Added entry for bibtex to allow the use
4322 of the hideshow package.
4323 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4324 not longer provided by bibtex.el directly. Instead the hideshow
4325 package should be used.
4326 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4327 references to bibtex-hide-entry-bodies.
4328
4329 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4330
4331 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4332 maintainer information closer to the beginning of the bibtex.el
4333 file.
4334 (bibtex-maintainer-salutation): New constant.
4335 (bibtex-version): New constant.
4336 (bibtex-submit-bug-report): Use bibtex-version and
4337 bibtex-maintainer-salutation.
4338 (bibtex-entry-field-alist): Made booktitle field optional for
4339 @inproceedings entries when crossreferenced.
4340 (bibtex-entry-field-alist): Added booktitle field to proceedings
4341 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4342 for the suggestion.
4343 (bibtex-string-file-path): Fixed typo.
4344
4345 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4346
4347 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4348 for reftex.el.
4349 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4350 to menu.
4351
4352 1999-12-04 Dave Love <fx@gnu.org>
4353
4354 * delsel.el: Revert previous change -- region is significant to
4355 skeleton.
4356
4357 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4358
4359 * viper-cmd.el (viper-change-state): Use
4360 viper-ESC-moves-cursor-back to decide whether to move the cursor
4361 back.
4362
4363 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4364
4365 * international/mule-util.el (truncate-string-to-width): Docsting
4366 fixed.
4367
4368 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4369
4370 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4371 use of `cond'.
4372 (lm-with-file): Move all the find-file...kill-buffer stuff into
4373 this macro. Make it use `find-file-noselect' and make it kill
4374 the buffer only if it wasn't already displayed somewhere.
4375 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4376 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4377 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4378 (lm-commentary): Fix to handle the case when the change log is
4379 at the end of the file.
4380
4381 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4382
4383 * international/mule.el (charsetp): Fix typo in docstring.
4384
4385 * international/mule-diag.el (list-coding-categories): Fix typo;
4386 automatic -> autoload.
4387
4388 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4389
4390 * vc.el (vc-update-change-log): Look for rcs2log under
4391 exec-directory.
4392
4393 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4394 outline-regexp, add outline-level.
4395 (lisp-outline-level): New.
4396
4397 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4398 remove extraneous string-match.
4399
4400 * finder.el (finder-commentary): Activate Finder mode.
4401
4402 1999-12-01 Anders Lindgren <andersl@andersl.com>
4403
4404 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4405 off when reverting buffers that contained mode specifiers.
4406 `revert-buffer' is now called with non-nil PRESERVE-MODES
4407 argument.
4408
4409 1999-12-01 Dave Love <fx@gnu.org>
4410
4411 * delsel.el: Grok skeleton-pair-insert-maybe.
4412
4413 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4414
4415 * progmodes/cperl-mode.el (cperl-under-as-char):
4416 Use nil as default.
4417
4418 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4419
4420 * speedbar.el (toplevel): Remove compatibility code for Emacs
4421 versions without custom.el.
4422
4423 1999-11-30 Dave Love <fx@gnu.org>
4424
4425 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4426
4427 * autoinsert.el: Minor doc fixes.
4428 (auto-insert): Return nil.
4429
4430 * faces.el (set-face-documentation): Purecopy STRING.
4431
4432 1999-11-29 Dave Love <fx@gnu.org>
4433
4434 * derived.el: Doc fixes, remove old backquote syntax.
4435
4436 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4437 comment warning about editing.
4438
4439 * help.el (help-mode-hook): Define.
4440
4441 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4442
4443 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4444 invalid translation of old-style backquote syntax to new syntax.
4445
4446 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4447
4448 * Makefile (DONTCOMPILE): Add term/internal.el.
4449
4450 1999-11-26 Dave Love <fx@gnu.org>
4451
4452 * comint.el: Fix last change.
4453
4454 * emacs-lisp/advice.el: Fix last change.
4455
4456 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4457
4458 * cus-edit.el (Custom-reset-standard): Doc fix.
4459 (custom-variable-reset-standard): Doc fix.
4460 (custom-face-reset-standard): Doc fix.
4461 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4462 (custom-variable-menu): Likewise.
4463 (custom-reset-menu): Likewise.
4464 (custom-buffer-create-internal): Likewise.
4465
4466 1999-11-26 Dave Love <fx@gnu.org>
4467
4468 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4469
4470 * font-lock.el: Doc fixes.
4471
4472 * menu-bar.el (menu-bar-mode): Customize.
4473
4474 * cus-start.el: Add use-dialog-box.
4475
4476 * add-log.el (change-log-mode-hook): Customize.
4477 (add-log-current-defun): Use
4478 fortran-{beginning,end}-of-subprogram.
4479
4480 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4481
4482 * emacs-lisp/advice.el: Many doc fixes.
4483
4484 * comint.el (comint-preoutput-filter-functions): Doc fix.
4485
4486 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4487
4488 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4489 Improve messages for capitalization of arg names,
4490 for flag variables, for t and nil, for imperatives.
4491 Call them imperatives rather than infinitives sans "to".
4492 (checkdoc-common-verbs-wrong-voice): Add "moves".
4493 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4494
4495 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4496 Don't convert comments from 3-semicolon to 2-semicolon.
4497 That is a matter of style.
4498 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4499 (checkdoc-comments): Don't bind that variable.
4500
4501 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4502
4503 * files.el (write-file-hooks): Doc fix.
4504
4505 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4506
4507 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4508
4509 1999-11-25 Dave Love <fx@gnu.org>
4510
4511 * hippie-exp.el: Require comint when compiling.
4512 (hippie-expand): Add :links.
4513 (hippie-expand-try-functions-list): Customize.
4514
4515 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4516
4517 * viper*el: Replaced old-style backquotes.
4518
4519 * ediff*el: Replaced old-style backquotes.
4520
4521 * ediff-merge
4522 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4523 Changed to support the new format for ediff-combination-pattern.
4524
4525 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4526 Changed to support the new format for ediff-combination-pattern.
4527
4528 1999-11-24 Dave Love <fx@gnu.org>
4529
4530 * custom.el (custom-declare-group): Purecopy DOC.
4531 (custom-handle-keyword): Purecopy VALUE.
4532 (custom-add-link): Purecopy WIDGET.
4533 (custom-add-version): Purecopy VERSION.
4534 (custom-add-load): Purecopy LOAD.
4535
4536 * cus-face.el (custom-declare-face): Purecopy DOC.
4537
4538 * info.el:
4539 (Info-build-node-completions, Info-search, Info-follow-reference)
4540 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4541 (Info-find-emacs-command-nodes): Avoid properties on matched text
4542 which may appear in minibuffer.
4543
4544 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4545
4546 * locate.el (locate-with-filter): Doc fix.
4547
4548 1999-11-24 Alex Schroeder <alex@gnu.org>
4549
4550 * sql.el (sql-find-sqli-buffer): New function.
4551 (sql-set-sqli-buffer-generally): New function.
4552 (sql-set-sqli-buffer): Better checking of new-buffer.
4553 (sql-copy-column): Add comma after INTO clause, too.
4554
4555 1999-11-24 Alex Schroeder <alex@gnu.org>
4556
4557 * sql.el (sql-imenu-generic-expression): New, used to set
4558 imenu-generic-expression.
4559
4560 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4561 setting font-lock-defaults' SYNTAX-ALIST. Set
4562 imenu-generic-expression, imenu-case-fold-search, and
4563 imenu-syntax-alist.
4564
4565 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4566 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4567
4568 1999-11-23 Andrew Innes <andrewi@gnu.org>
4569
4570 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4571 drop coords aren't over a specific window.
4572
4573 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4574
4575 * ps-print.el: Define mule funs without checking if mule package is
4576 loaded.
4577 (ps-print-version): New version number (5.0.1).
4578 (ps-header-dirpart): Now uses abbreviate-file-name.
4579
4580 1999-11-23 Dave Love <fx@gnu.org>
4581
4582 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4583 comment-line-start.
4584 (fortran-comment-line-start-skip): Renamed from
4585 comment-line-start-skip.
4586 (fortran-mode-map): Use renamed functions. Add manual and custom
4587 entries to menu.
4588 (fortran-mode-hook): Customize.
4589 (fortran-comment-indent-function): Renamed from
4590 fortran-comment-hook.
4591 (delete-horizontal-regexp): Function deleted.
4592 (fortran-electric-line-number): Simplified.
4593 (fortran-beginning-of-subprogram): Renamed from
4594 beginning-of-fortran-subprogram.
4595 (fortran-end-of-subprogram): Renamed from
4596 end-of-fortran-subprogram.
4597 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4598 (fortran-previous-statement, fortran-next-statement): Simplified.
4599 (fortran-blink-match): New function.
4600 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4601 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4602 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4603 line-end-position.
4604 (fortran-fill): No longer interactive. Simplified.
4605 (fortran-break-line): Simplified.
4606 (fortran-analyze-file-format): Use char-after, not looking-at.
4607
4608 * emacs-lisp/find-func.el (find-function-regexp): Use
4609 `define-minor-mode' after easy-menu change.
4610
4611 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4612
4613 * comint.el: Add redirection.from active comint buffers into
4614 another buffer. Written by Peter Breton.
4615
4616 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4617
4618 * emacs-lisp/autoload.el (make-autoload): Recognize the new
4619 `define-minor-mode'.
4620 (define-minor-mode): Specify `doc-string-elt'.
4621
4622 * emacs-lisp/easy-mmode.el: Changed maintainer.
4623 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4624 Use defcustom for the hooks; Improve the auto-generated docstrings.
4625 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4626 (define-minor-mode): Add BODY arg; Only declare the keymap if
4627 provided; Improve the auto-generated docstrings.
4628
4629 1999-11-22 Gerd Moellmann <gerd@gnu.org>
4630
4631 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4632 that the leading `^' is at the start. This is necessary because
4633 paragraphs.el tries to remove anchors, but can find them only if
4634 they are the first character.
4635
4636 * progmodes/antlr-mode.el: New file.
4637
4638 * calendar/calendar.el: Fix autoload for
4639 calendar-absolute-from-astro. Add autoload for
4640 calendar-print-astro-day-number.
4641
4642 1999-11-21 Anders Lindgren <andersl@andersl.com>
4643
4644 * follow.el: Use modern backquote syntax. Minor comment update.
4645
4646 1999-11-21 Gerd Moellmann <gerd@gnu.org>
4647
4648 * simple.el (with-syntax-table): Don't switch buffers.
4649
4650 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4651 progmodes/hideif.el: Use new backquote syntax.
4652
4653 1999-11-21 Ken Manheimer <klm@python.org>
4654
4655 * icomplete.el (icomplete-completions): Use an explicit variable
4656 `icomplete-prospects-length', obviating the need to use an
4657 apparently faulty throw/catch arrangement.
4658
4659 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
4660
4661 * term/internal.el (IT-display-table-setup): Don't overstep
4662 character code 255.
4663
4664 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
4665
4666 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4667 for the charset chinese-sisheng is 7bit encoding, not 8bit.
4668
4669 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
4670
4671 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4672 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4673
4674 * files.el (auto-mode-alist): Add patterns for diff-mode.
4675
4676 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4677 to detect an empty prompt.
4678
4679 1999-11-18 Dave Love <fx@gnu.org>
4680
4681 * simple.el (input-mode-8-bit): Fix the customization.
4682
4683 1999-11-18 Gerd Moellmann <gerd@gnu.org>
4684
4685 * international/iso-acc.el (iso-languages): Add more
4686 characters for Portuguese.
4687
4688 * speedbar.el: Clean up comment at the start of the file.
4689 Remove RCS id.
4690
4691 * progmodes/compile.el (compilation-parse-errors): Use
4692 compilation-buffer-p instead of testing major-mode.
4693
4694 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
4695
4696 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4697 (quickurl-ask): completion-ignore-case is set to the value of
4698 quickurl-completion-ignore-case for the duration of the call to
4699 completing-read.
4700
4701 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4702
4703 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4704
4705 1999-11-18 Kenichi Handa <handa@etl.go.jp>
4706
4707 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
4708 instead of ps-print-def.
4709
4710 * ps-print.el: Require ps-vars instead of ps-print-def.
4711
4712 * ps-mule.el: Require ps-vars instead of ps-print-def.
4713
4714 1999-11-17 Gerd Moellmann <gerd@gnu.org>
4715
4716 * simple.el (with-syntax-table): Save buffer explicitly instead of
4717 using save-excursion.
4718
4719 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4720
4721 * mail/supercite.el: New maintainer.
4722
4723 1999-11-16 Reto Zimmermann <reto@synopsys.com>
4724
4725 * progmodes/vhdl-mode.el: Use new backquote syntax.
4726
4727 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4728
4729 * simple.el (with-syntax-table): New.
4730
4731 1999-11-15 Sam Steingold <sds@ksp.com>
4732
4733 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4734
4735 1999-02-22 Sam Steingold <sds@goems.com>
4736
4737 * goto-addr.el (goto-address-at-mouse,
4738 goto-address-find-address-at-point): Use compose-mail.
4739 (goto-address-mail-method): Removed variable.
4740 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4741 goto-address-send-using-mail): Removed functions.
4742
4743 1998-11-03 Sam Steingold <sds@goems.com>
4744
4745 * simple.el (backward-delete-char-untabify):
4746 backward-delete-char-untabify-method can be `all' now - to delete
4747 hungrily including newlines.
4748
4749 1999-11-15 Sam Steingold <sds@ksp.com>
4750
4751 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
4752
4753 1999-11-15 Dave Love <fx@gnu.org>
4754
4755 * cus-edit.el (customize-face, customize-face-other-window):
4756 Require match from completing-read.
4757 (custom-buffer-done-function): Default to custom-bury-buffer, not
4758 bury-buffer.
4759
4760 1999-11-15 Gerd Moellmann <gerd@gnu.org>
4761
4762 * mail/rmail.el, iswitchb.el, hippie-exp.el,
4763 progmodes/cperl-mode.el: Use new backquote syntax.
4764
4765 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
4766
4767 * uniquify.el: Use new backquote syntax.
4768
4769 1999-11-14 Markus Rost <rost@ias.edu>
4770
4771 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4772 as in ispell-local-dictionary-alist.
4773
4774 1999-11-14 Alex Schroeder <alex@gnu.org>
4775
4776 * ansi-color.el (ansi-color-apply): Updated regexps to include
4777 highlighted face.
4778
4779 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
4780
4781 * forms.el (forms--make-format-elt-using-text-properties):
4782 Treat `intangible' differently.
4783
4784 * forms.el: Use new backquote syntax.
4785
4786 1999-11-13 Gerd Moellmann <gerd@gnu.org>
4787
4788 * textmodes/scribe.el (scribe-mode): Doc-fix.
4789
4790 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
4791
4792 * net-utils.el (run-network-program, net-utils-run-program): Use
4793 the new backquote syntax.
4794 (smbclient-program, smbclient-program-options)
4795 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
4796 variables
4797 (smbclient, smbclient-list-shares): New functions
4798
4799 1999-11-12 Sam Steingold <sds@ksp.com>
4800
4801 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
4802 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
4803 (viper-kbd-buf-definition, viper-kbd-mode-alist)
4804 (viper-kbd-mode-pair, viper-kbd-mode-definition)
4805 (viper-kbd-global-pair, viper-kbd-global-definition):
4806 Use the new backquote syntax.
4807
4808 * emulation/viper-cmd.el (viper-test-com-defun)
4809 (viper-prefix-arg-value, viper-prefix-arg-com):
4810 Use the new backquote syntax.
4811
4812 * emacs-lisp/debug.el (debugger-env-macro):
4813 Use the new backquote syntax.
4814
4815 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
4816 Use the new backquote syntax.
4817
4818 * calendar/calendar.el (calendar-remove-frame-by-deleting):
4819 New user variable.
4820 (calendar-hide-window): Use it.
4821 (increment-calendar-month, calendar-for-loop, calendar-sum):
4822 Use the new backquote syntax.
4823
4824 1999-11-12 Andrew Innes <andrewi@gnu.org>
4825
4826 * select.el (x-set-selection): Call buffer-substring, not
4827 substring. Also fix docstring
4828
4829 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
4830
4831 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
4832 of customizable variables to bug report message. Added
4833 system-type to package name in bug report.
4834
4835 1999-11-12 Gerd Moellmann <gerd@gnu.org>
4836
4837 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
4838 to display file names.
4839
4840 1999-11-11 Gerd Moellmann <gerd@gnu.org>
4841
4842 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
4843
4844 * isearch.el: Add lazy-highlighting feature.
4845
4846 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4847
4848 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
4849 constant.
4850 (ps-mode-submit-bug-report): New function. Entry added to menu.
4851
4852 1999-11-10 William M. Perry <wmperry@aventail.com>
4853
4854 * mwheel.el: New file to support the new style wheeled mice.
4855
4856 1999-11-10 Gerd Moellmann <gerd@gnu.org>
4857
4858 * startup.el (initial-scratch-message): Add ";;" to the front of
4859 lines in the message.
4860
4861 * files.el (file-local-copy): Remove optional BUFFER argument
4862 because that's not used by anything.
4863
4864 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
4865 to-address.
4866
4867 1999-11-08 Markus Rost <rost@ias.edu>
4868
4869 * wid-edit.el (widget-button-click): Wrap with save-excursion
4870 to restore track-mouse in the correct buffer.
4871
4872 1999-11-08 Gerd Moellmann <gerd@gnu.org>
4873
4874 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
4875
4876 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
4877
4878 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
4879 lpr-command to "lp" for some system-types. (copied from lpr.el
4880 Emacs version 20.2.1).
4881
4882 1999-11-04 Markus Rost <rost@ias.edu>
4883
4884 * simple.el (comment-region): Strip off white space at end of
4885 comment-start.
4886
4887 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4888
4889 * faces.el (secondary-selection): Fix wrong color name.
4890
4891 1999-11-04 John Tobey <jtobey@epsilondev.com>
4892
4893 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
4894 the default when invoking perldb in a non-Perl buffer, and other
4895 cases involving -e or --.
4896
4897 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4898
4899 * simple.el (previous-matching-history-element)
4900 (next-history-element): Use delete-field instead of erase-field.
4901
4902 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
4903 Use delete-field instead of erase-field.
4904
4905 * faces.el (secondary-selection): Change background to yellow.
4906
4907 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
4908 find the start of the text. Use field-string to read the user
4909 input.
4910
4911 1999-11-03 Gerd Moellmann <gerd@gnu.org>
4912
4913 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
4914 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
4915 for compatibility with old face implementation.
4916
4917 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
4918 Use erase-field instead of erase-buffer.
4919
4920 * frame.el (blink-cursor-mode, blink-cursor-end): Use
4921 internal-show-cursor with new interface.
4922 (blink-cursor-timer-function): New.
4923 (blink-cursor-start): Use blink-cursor-timer-function.
4924
4925 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4926
4927 * calendar.el (redraw-calendar): Move to nearest date before
4928 redrawing.
4929
4930 * diary-lib.el (simple-diary-display): Reset modeline even if
4931 there are no diary entries since the diary buffer may be displayed.
4932
4933 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4934
4935 * emacs-lisp/debug.el (debug): If noninteractive, display the
4936 backtrace using `message', then exit Emacs.
4937 (debugger-batch-max-lines): New variable.
4938 (debugger-setup-buffer): New subroutine, broken out of `debug'.
4939 Change the messages put at the start, to say that the debugger
4940 was entered.
4941
4942 1999-11-02 Sam Steingold <sds@ksp.com>
4943
4944 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
4945
4946 1999-11-01 John Tobey <jtobey@epsilondev.com>
4947
4948 * gud.el: (gud-perldb-massage-args): Massage correctly in the
4949 presence of perl switches other than "-e".
4950
4951 1999-11-01 Markus Rost <rost@ias.edu>
4952
4953 * dired-x.el (dired-smart-shell-command): Use
4954 shell-command-history as in shell-command.
4955
4956 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4957
4958 * userlock.el (ask-user-about-lock): Doc fix.
4959
4960 * frame.el: Doc fixes.
4961
4962 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4963
4964 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
4965 of show-cursor.
4966 (blink-cursor-start, blink-cursor-end): Ditto.
4967
4968 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
4969
4970 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4971
4972 * window.el (walk-windows): If ALL-FRAMES is a frame,
4973 start on that frame. Use save-selected-window.
4974
4975 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4976
4977 * simple.el (end-of-buffer): Use window-end to find the window end
4978 instead of vertical-motion because this handles variable-height
4979 lines correctly.
4980
4981 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
4982
4983 * ediff.el: Version change.
4984
4985 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
4986 make sure you are in a good frame before deleting other
4987 windows.
4988 (ediff-file-checked-in-p): Don't consider CVS
4989 files checked in.
4990 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
4991 are writing to a newly created empty file.
4992
4993 * ediff-mult.el (ediff-show-session-group-hook): New default.
4994
4995 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4996 First cd to the file directory. reportedly works
4997 better with remote files.
4998
4999 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5000 Use file-name-nondirectory when passing files to CVS.
5001
5002 * ediff-diff.el (ediff-cmp-options): New variable.
5003 (ediff-same-file-contents): Use ediff-cmp-options.
5004
5005 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5006 ediff-get-patch-buffer): Use current buffer if it appears to be a
5007 patch.
5008
5009 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5010 C-g
5011
5012 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5013 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5014 (viper-save-cursor-color,viper-restore-cursor-color):
5015 Improved cursor color handling.
5016 (viper-get-saved-cursor-color-in-replace-mode,
5017 viper-get-saved-cursor-color-in-insert-mode): New functions for
5018 better cursor color handling.
5019
5020 * viper-ex.el (ex-read,ex-edit):
5021 Fixes for correct interpretation of #,%.
5022 (viper-ex): Now works correctly when called from other functions.
5023 (viper-glob-function): New variable.
5024 (viper-ex): Save excursion before doing :global.
5025
5026 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5027
5028 * viper-cmd.el (viper-post-command-sentinel,
5029 viper-insert-state-post-command-sentinel,
5030 viper-insert-state-pre-command-sentinel): Takes better care of
5031 cursor colors.
5032
5033 * viper.el: Version change.
5034
5035 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5036
5037 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5038 that the modeline display was updated *only* when
5039 `whitespace-display-in-modeline' was set, not otherwise.
5040
5041 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5042
5043 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5044 "frac12".
5045
5046 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5047 ad-activate.
5048
5049 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5050
5051 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5052 using fboundp instead of assuming that these are not present in
5053 particular flavors of emacs.
5054 (whitespace-version): Update to 2.8
5055 (whitespace-display-in-modeline): Add custom variable to control
5056 displaying the whitespace errors on the modeline based on
5057 suggestion from <klaus.berndl@sdm.de>
5058 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5059 clean, to enable using as a hook function, as suggested by Puneet
5060 Goel <puneet@computer.org>
5061 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5062 quiet was not set, even with whitespace-auto-cleanup set.
5063 (whitespace-mode-line): Now uses less modeline real estate and
5064 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5065 which is present in the file, and <y> is any type of whitespace
5066 whose check has been suppressed by setting
5067 `whitespace-check-<whitespace-type>' to nil.
5068 (whitespace-unchecked-whitespaces): New function to return the
5069 list of whitespaces for whom checks have been suppressed.
5070 (whitespace-display-unchecked-whitespaces): Renamed to
5071 `whitespace-update-modeline' to reflect its functionality.
5072
5073 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5074
5075 * progmodes/compile.el (compilation-error-regexp-alist):
5076 Undo previous change.
5077
5078 1999-10-28 Dave Love <fx@gnu.org>
5079
5080 * help.el (help-follow): Make arg optional again and really
5081 default to point.
5082
5083 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5084
5085 * paths.el (rmail-file-name): Make it an option.
5086
5087 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5088 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5089 comment fixes.
5090
5091 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5092 MIPS Pro 7.3 compiler error message syntax.
5093
5094 1999-10-27 Dave Love <fx@gnu.org>
5095
5096 * progmodes/compile.el: Checkdoc-inspired fixes.
5097
5098 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5099
5100 * lpr.el (print-buffer): Doc-string fix.
5101
5102 1999-10-27 Dave Love <fx@gnu.org>
5103
5104 * emacs-lisp/advice.el: Doc fixes.
5105 (ad-lemacs-p): Removed.
5106 (advice): Add :link to defgroup.
5107
5108 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5109
5110 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5111 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5112
5113 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5114
5115 * window.el (walk-windows): If ALL-FRAMES is a frame,
5116 start on that frame. Use save-selected-window.
5117
5118 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5119
5120 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5121 ad-activate. All callers changed, including those in data.c.
5122 (ad-activate-internal-off): Renamed from ad-activate-off.
5123 All uses changed.
5124 (ad-activate): Renamed from ad-activate-on. All uses changed.
5125 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5126 Alter the definition of ad-activate-internal, not ad-activate.
5127
5128 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5129
5130 * startup.el (command-line-1): Add support for command line
5131 arguments `file' and `execute'. Fix handling of `visit'.
5132
5133 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5134
5135 * international/mule-cmds.el (read-input-method-name): Handle the
5136 case that the arg DEFAULT is symbol.
5137
5138 * international/mule-diag.el (mule-diag): Handle the case that
5139 default-input-method is symbol.
5140
5141 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5142
5143 * textmodes/tildify.el: New file.
5144
5145 1999-10-25 Sam Steingold <sds@ksp.com>
5146
5147 * Makefile (compile-files): Fixed the "tr" strings.
5148 (EMACS): Set to ../src/emacs.
5149
5150 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5151
5152 * info.el (Info-build-node-completions): Add '("*") to the
5153 completion list.
5154
5155 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5156
5157 * frame.el (auto-raise-mode): When enabling the mode,
5158 immediately raise the selected frame.
5159
5160 * indent.el (indent-region): Doc fix.
5161
5162 * comint.el (comint-output-filter): Make the Comint buffer current
5163 for the comint-preoutput-filter-functions.
5164
5165 * mail/reporter.el: Doc fix.
5166
5167 1999-10-24 Stephen Eglen <stephen@gnu.org>
5168
5169 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5170 that Octave lisp files can also run under XEmacs 20.
5171 (require 'custom) added so that files can run under Emacs 19.34.
5172
5173 * iswitchb.el (iswitchb-default-keybindings): No need to use
5174 read-kbd-macro in keybindings.
5175
5176 1999-10-23 Dave Love <fx@gnu.org>
5177
5178 * elide-head.el: New file.
5179
5180 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5181
5182 * Makefile (compile-files, backup-compiled-files): New targets.
5183 (bootstrap, bootstrap-clean): Ditto.
5184
5185 1999-10-22 Paul Eggert <eggert@twinsun.com>
5186
5187 * international/mule-cmds.c (locale-language-names):
5188 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5189 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5190 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5191 Use Latin-8 for Welsh.
5192 Use Latin-1 for English if "en" is explicitly specified.
5193 Use Latin-1 for Scots Gaelic, Tagalog.
5194 Use Latin-1 (not Latin-4) for Greenlandic.
5195 Use Latin-1 (not Latin-2) for Albanian.
5196 (locale-preferred-coding-systems, locale-language-names):
5197 Remove generic ISO 8859 locales; locale-charset-language-names now
5198 does this.
5199 (locale-charset-language-names): New variable.
5200 (set-locale-environment): Use language name specified by
5201 locale-charset-language-names if its charsets disagree with the
5202 language name specified by locale-language-names.
5203
5204 1999-10-22 Dave Love <fx@gnu.org>
5205
5206 * make-mode.el: Minor doc fixes.
5207
5208 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5209
5210 1999-10-21 Dave Love <fx@gnu.org>
5211
5212 * loadup.el: Add latin-8, latin-9.
5213
5214 1999-10-20 Paul Eggert <eggert@twinsun.com>
5215
5216 * disp-table.el (standard-display-european): Remove undocumented
5217 arg AUTO; no longer used by startup.el. Do not attempt to treat
5218 all non-English language environments as coding system names.
5219 Instead, use the downcased language environment name as a coding
5220 system name if it is one; otherwise, use latin-1.
5221
5222 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5223
5224 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5225 that were split so that part of the comment appeared as Lisp code.
5226
5227 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5228
5229 * ps-bdf.el: Doc fix.
5230
5231 * ps-print-def.el: New file: common definitions for all parts of
5232 ps-print.
5233 (ps-multibyte-buffer): Moved from ps-mule.
5234
5235 * ps-mule.el: File dependence fix.
5236 (ps-multibyte-buffer): Moved to ps-print-def.
5237
5238 * ps-print.el: Doc fix, better customization.
5239 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5240 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5241 (ps-end-file): Doc fix.
5242 (ps-setup, ps-begin-file): Fun fix.
5243 (postscript): New group.
5244 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5245 (ps-print-prologue-1): Adjust PostScript programming.
5246 (ps-print): Adjust group hierarchy.
5247 (ps-print-n-up, ps-print-zebra, ps-print-background,
5248 ps-print-printer)
5249 (ps-print-page): New subgroups.
5250 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5251 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5252 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5253 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5254 (ps-zebra-stripe-height, ps-print-background-image)
5255 (ps-print-background-text, ps-spool-config): Adjust customization.
5256 (dos-ps-printer): Definition eliminated.
5257
5258 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5259
5260 * ps-mule.el: Doc fix, define functions properly if mule package is
5261 loaded or not.
5262 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5263 mule package is loaded or not.
5264
5265 * ps-print.el: Doc fix, n-up printing.
5266 (ps-print-version): New version number (5.0).
5267 (ps-page-dimensions-database): Added document media.
5268 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5269 (ps-page-order, ps-printing-region-p): New vars.
5270 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5271 funs.
5272 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5273 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5274 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5275 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5276 (ps-print-begin-sheet-hook): New hook.
5277 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5278 const.
5279 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5280 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5281 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5282 (ps-count-lines): Changed to defun.
5283 (ps-header-page): Changed to defsubst, fix fun.
5284 (ps-printing-region): Doc fix, adjust programming code.
5285 (ps-output-boolean, ps-background-pages, ps-background-text)
5286 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5287 programming code.
5288
5289 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5290
5291 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5292 (ps-print-version): New version number (4.2).
5293 (ps-spool-config, ps-spool-tumble): New vars.
5294 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5295 programming, new PostScript procedure to handle errors.
5296 (ps-print-prologue-2): Changed to defconst.
5297 (ps-print-duplex-feature): New const: duplex and tumble setting.
5298 (ps-setup, ps-begin-file): Fix funs.
5299 (ps-boolean-capitalized): New fun.
5300
5301 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5302
5303 * Makefile (dontcompilefiles): Obsoleted.
5304 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5305 (EL): Unused.
5306 (temacs): Removed (unused).
5307 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5308 version of the file (necessary for the update to work properly).
5309 (autoloads): Force the use of `pwd`/loaddefs.el.
5310 (updates); Redefined in terms of other targets to reduce redundancy.
5311 (.el.elc): New default rule, just in case you want it.
5312 (compile): Use a single invocation of Emacs.
5313 (bootstrap-compile); Unneeded.
5314 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5315
5316 1999-10-19 Dave Love <fx@gnu.org>
5317
5318 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5319
5320 1999-10-19 Sam Steingold <sds@ksp.com>
5321
5322 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5323 comply with the comment.
5324
5325 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5326
5327 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5328 permanent-local.
5329
5330 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5331
5332 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5333 value: \"lpr\" changed to "lpr"
5334 (ps-mode-version): New constant
5335 (ps-mode-show-version): New function, added key in ps-mode-map
5336 (ps-run-messages): Removed
5337 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5338 ps-run-messages. These keywords now include the value of
5339 ps-run-prompt, making its fontification customizable.
5340 (ps-run-init): Removed \\n from docstring, it is now added when
5341 the value is used
5342 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5343 ps-run-prompt
5344 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5345 customizable variables in doc-string (its equivalent
5346 ps-run-messages was missing in previous version of the doc-string)
5347 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5348 symbols only
5349
5350 1999-10-19 Alex Schroeder <alex@gnu.org>
5351
5352 * ansi-color.el: Complete rewrite.
5353
5354 1999-10-19 Paul Eggert <eggert@twinsun.com>
5355
5356 Fix bootstrapping problems.
5357 Use the system locale to specify Emacs locale defaults.
5358
5359 * international/mule-cmds.el (global-map):
5360 Do not use backquote, because that makes a bootstrapping
5361 problem if you need to recompile all Lisp files using interpreted code.
5362 * international/mule.el (charset-id, charset-bytes,
5363 charset-dimension, charset-chars, charset-width,
5364 charset-direction, charset-iso-final-char,
5365 charset-iso-graphic-plane, charset-reverse-charset,
5366 charset-short-name, charset-long-name, charset-description,
5367 charset-plist): Likewise.
5368 * subr.el (save-match-data): Likewise.
5369
5370 * international/mule-cmds.el
5371 (set-display-table-and-terminal-coding-system): New function,
5372 containing code migrated out of set-language-environment.
5373 (set-language-environment, set-locale-environment): Use it.
5374 (locale-translation-file-name): Moved here from startup.el.
5375 (locale-language-names, locale-preferred-coding-systems):
5376 New vars.
5377 (locale-name-match, set-locale-environment): New functions.
5378
5379 * language/japan-util.el (setup-japanese-environment-internal):
5380 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5381
5382 * startup.el (iso-8859-n-locale-regexp): Remove.
5383 (locale-translation-file-name): Move to mule-cmds.el.
5384 (command-line): Move locale-stuff into set-locale-environment.
5385
5386 1999-10-18 Dave Love <fx@gnu.org>
5387
5388 * abbrev.el (add-abbrev, inverse-add-abbrev)
5389 (expand-region-abbrevs): Remove properties from buffer text.
5390
5391 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5392
5393 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5394 from the mini-buffer, without the prompt.
5395
5396 * simple.el (minibuffer-prompt-end): Return the position
5397 after the prompt, not the position of that last character
5398 of the prompt.
5399
5400 1999-10-17 Miles Bader <miles@gnu.org>
5401
5402 * simple.el: Doc fixes.
5403
5404 1999-10-17 Miles Bader <miles@gnu.org>
5405
5406 * simple.el (previous-matching-history-element, next-history-element):
5407 Change to work correctly even if the point is in the prompt.
5408 (choose-completion-string): Likewise.
5409 (minibuffer-prompt-width): New function (compatibility with old subr).
5410
5411 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5412 When constraining the final position to the current field,
5413 don't use the ONLY-IN-LINE mode of constrain-to-field.
5414
5415 1999-10-17 Miles Bader <miles@gnu.org>
5416
5417 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5418 constrain-to-field.
5419 * textmodes/paragraphs.el (forward-sentence): Likewise.
5420
5421 1999-10-17 Miles Bader <miles@gnu.org>
5422
5423 * simple.el (line-move): Use constrain-to-field to avoid
5424 moving into a prompt.
5425 (previous-complete-history-element): Clarify doc string.
5426 (next-complete-history-element): Likewise.
5427 Use field-beginning instead of point-min.
5428 (next-matching-history-element): Use field-beginning and
5429 erase-field instead of point-min and erase-buffer.
5430 * textmodes/paragraphs.el
5431 (forward-paragraph, forward-sentence): Likewise.
5432 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5433 constrain the kill to an field, as the movement commands now
5434 do this.
5435
5436 1999-10-17 Miles Bader <miles@gnu.org>
5437
5438 * simple.el (previous-matching-history-element): Get the
5439 minibuffer input with field-string instead of buffer-string.
5440 (choose-completion-string): Likewise.
5441 (next-history-element): Likewise.
5442 Erase the minibuffer input with erase-field, not erase-buffer.
5443 Use field-beginning to find the beginning of the input.
5444 * textmodes/paragraphs.el (backward-kill-sentence):
5445 Remove minibuffer-prompt hack.
5446 Constrain to any input field.
5447
5448 1999-10-17 Sam Steingold <sds@ksp.com>
5449
5450 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5451 for CMUCL on sparc and ".ufsl" for LispWorks.
5452 (bound-and-true-p): Bugfix: free variable `v'.
5453
5454 1999-10-16 Dave Love <d.love@dl.ac.uk>
5455
5456 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5457 (edebug-uninstall-read-eval-functions): Use load-read-function,
5458 avoiding elisp-eval.
5459
5460 1999-10-16 Sam Steingold <sds@ksp.com>
5461
5462 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5463 instead of `eql'.
5464
5465 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5466
5467 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5468 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5469 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5470 * ediff-util.el (ediff-make-temp-file):
5471 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5472 * emerge.el (emerge-make-temp-file):
5473 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5474 * vc.el (vc-update-change-log):
5475 * mail/mailpost.el (post-mail-send-it):
5476 * mail/metamail.el (metamail-region):
5477 * progmodes/cmacexp.el (c-macro-expansion):
5478 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5479
5480 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5481
5482 * smtpmail.el (smtpmail-via-smtp): Add support for
5483 automatically appending a domain to RCPT TO: addresses.
5484
5485 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5486
5487 * dired.el (dired-insert-directory): Insert the amount of
5488 free space after the total size.
5489 (dired-free-space-program, dired-free-space-args): New variables.
5490
5491 1999-10-14 Karl Heuer <kwzh@gnu.org>
5492
5493 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5494
5495 1999-10-14 Dave Love <fx@gnu.org>
5496
5497 * international/characters.el:
5498 * international/fontset.el:
5499 * international/mule-conf.el: Add latin-iso8859-1[45].
5500
5501 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5502 strings.
5503
5504 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5505 (command-line): Detect Latin-[89] locales.
5506
5507 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5508
5509 * international/mule-cmds.el (select-safe-coding-system)
5510 (leim-list-header): Avoid the use of strings that start with backslash
5511 newline since lread.c:read1 has a hack to turn those strings into
5512 integer 0 during the loadup.el process.
5513
5514 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5515
5516 1999-10-13 Dave Love <fx@gnu.org>
5517
5518 * image.el (insert-image): Copy the image spec and add an
5519 intangible property.
5520
5521 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5522
5523 * help.el (help-xref-interned): Make it also work on variable-only
5524 and function-only symbols.
5525 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5526 (help-follow): If the point under mouse is not highlighted, try
5527 `help-xref-interned' on the pointed-to symbol anyway.
5528
5529 * info.el (Info-on-current-buffer): New entry point.
5530 (Info-find-node): Split into two for Info-on-current-buffer to
5531 hook into it.
5532 (Info-current-file, Info-set-mode-line, Info-up):
5533 Info-current-file can now be t.
5534 (Info-clone-buffer-hook): Function for `clone-buffer'.
5535 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5536 Make `clone-buffer' available in various ways to the user.
5537
5538 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5539
5540 * simple.el (shell-command, shell-command-on-region): Use
5541 make-temp-file.
5542 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5543
5544 * subr.el (with-current-buffer): Don't use backquotes to avoid
5545 bootstrapping problems.
5546
5547 * loadup.el (load-path): Add subdirs for bootstrapping.
5548 (docstrings): Ignore errors during bootstrapping.
5549 (args): New `bootstrap' argument (for use in place of `dump').
5550
5551 1999-10-12 Emmanuel Briot <briot@gnat.com>
5552
5553 * ada-stmt.el: Doc-string fixes.
5554
5555 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5556
5557 * recentf.el: New file.
5558
5559 * ps-mode.el: New file.
5560
5561 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5562 case insensitive.
5563
5564 1999-10-12 Richard Sharman <rsharman@pobox.com>
5565
5566 * sh-script.el: Added support for indenting existing scripts.
5567 (sh-mode-map): Added new bindings.
5568 (sh-mode): Updated mode doc-string for new commands, added
5569 make-local-variable calls, initialize mode-specific variables.
5570 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5571 is now a different function.
5572 (sh-header-marker): Changed docstring.
5573 (sh-set-shell): Initialize mode-specific variables.
5574 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5575 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5576 Changed these define-skeleton calls to work with user-specified
5577 indentation settings.
5578 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5579 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5580 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5581 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5582 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5583 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5584 (sh-guess-basic-offset, sh-handle-after-case-label)
5585 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5586 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5587 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5588 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5589 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5590 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5591 (sh-handle-this-then, sh-help-string-for-variable)
5592 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5593 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5594 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5595 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5596 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5597 (sh-remove-our-text-properties, sh-rescan-buffer)
5598 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5599 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5600 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5601 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5602 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5603 functions.
5604 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5605 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5606 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5607 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5608 (sh-var-list): New variables.
5609
5610 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5611
5612 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5613 a value one line to high if the cursor wasn't at the start of a
5614 line. A `beginning-of-line' is now performed before making the
5615 call to `count-lines'.
5616
5617 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5618
5619 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5620
5621 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5622
5623 * Makefile (setwins): Abstract out the command to find subdirectories
5624 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5625 (custom-deps, finder-data, autoloads, update-subdirs, updates)
5626 (autoloads-with-other-emacs): Use it.
5627
5628 * diff-mode.el: New file. A mode for viewing/editing context diffs.
5629
5630 1999-10-09 Gerd Moellmann <gerd@gnu.org>
5631
5632 * Makefile (bootstrap-compile): New target. Compile Lisp
5633 files with ../src/temacs.
5634
5635 1999-10-08 Dave Love <fx@gnu.org>
5636
5637 * ange-ftp.el: Require dired when compiling.
5638 (ange-ftp-normal-login): Allow EFS-style port specification.
5639
5640 1999-10-08 Simon Marshall <simon@gnu.org>
5641
5642 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5643 (regexp-opt-group): Use it to get common suffixes in STRINGS.
5644 If STRINGS is nil, return "" rather than nil.
5645
5646 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5647
5648 * Makefile (compile): Compile files one by one. Set load-path to
5649 current directory and subdirectories when compiling.
5650
5651 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5652
5653 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5654 (emacs): Use it everywhere instead of EMACS.
5655 (compile): New target. Compile all Lisp files from scratch.
5656 (recompile): New target. Recompile lisp directory.
5657 (autoloads-with-other-emacs): New target. Build loaddefs.el with
5658 an Emacs executable not built in the current directory tree.
5659
5660 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
5661
5662 * filecache.el (file-cache-completion-ignore-case): New variable,
5663 defaulting to the value of completion-ignore-case.
5664 (file-cache-minibuffer-complete): Use it.
5665 (file-cache-files-matching, file-cache-files-matching-internal):
5666 New functions.
5667
5668 1999-10-07 Emmanuel Briot <briot@gnat.com>
5669
5670 * ada-xref.el: New file
5671
5672 * ada-prj.el: New file
5673
5674 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5675
5676 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5677 subprogram being created.
5678
5679 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5680 ada-indent-newline-indent): Rewritten to support the new indentation
5681 scheme
5682
5683 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5684 New functions
5685
5686 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5687 justification parameter
5688
5689 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5690 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5691 external program
5692
5693 1999-10-07 Dave Love <fx@gnu.org>
5694
5695 * bindings.el (bound-and-true-p): New macro.
5696 (make-mode-line-mouse-sensitive): Don't require easymenu.
5697
5698 1999-10-07 Gerd Moellmann <gerd@gnu.org>
5699
5700 * custom.el (defface): Extend documentation for new values of
5701 `type'.
5702
5703 * faces.el (face-spec-set-match-display): Recognize `type' of
5704 `motif', `lucid', `x-toolkit'.
5705 (menu): New face.
5706
5707 1999-10-05 Dave Love <fx@gnu.org>
5708
5709 * files.el: Recognize temporary crontab files.
5710
5711 * info.el: Require jka-compr when compiling.
5712 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5713
5714 1999-10-04 Dave Love <fx@gnu.org>
5715
5716 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5717 scroll-up-aggressively, scroll-down-aggressively.
5718
5719 * time.el (display-time-mode): Add autoload cookie.
5720
5721 * rect.el (delete-extract-rectangle): Doc fix from verna.
5722
5723 * help-macro.el (three-step-help): Customize.
5724
5725 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5726
5727 * hexl.el (hexlify-buffer): Move point in proper range
5728 if it is too large.
5729 (hexl-after-revert-hook): Update hexl-max-address.
5730 (hexl-address-to-marker): Doc fix.
5731
5732 1999-10-03 Dave Love <fx@gnu.org>
5733
5734 * image.el (defimage): Remove redundant code. Substitute file in
5735 image plist.
5736
5737 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
5738
5739 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5740 when doing with-temp-file.
5741
5742 1999-10-01 Dave Love <fx@gnu.org>
5743
5744 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5745
5746 * help.el: Require view when compiling.
5747 (view-emacs-FAQ): Use Info version.
5748
5749 1999-09-29 Ken'ichi Handa <handa@gnu.org>
5750
5751 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5752 (normat->normal). Use correct font names for Korean
5753 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5754
5755 1999-09-29 Kenichi Handa <handa@etl.go.jp>
5756
5757 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5758 code not used by KOI8 to the same 8-bit code instead of mapping to
5759 SPC.
5760 (cyrillic-alternativnyj-decode-table): Likewise.
5761
5762 1999-09-29 Alex Schroeder <alex@gnu.org>
5763
5764 * sql.el (sql-imenu-generic-expression): Aew, used to set
5765 imenu-generic-expression.
5766 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5767 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
5768 imenu-case-fold-search, and imenu-syntax-alist.
5769 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5770 setting font-lock-defaults' SYNTAX-ALIST.
5771
5772 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5773
5774 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
5775 macro, try again.
5776
5777 1999-09-28 Dave Love <fx@gnu.org>
5778
5779 * cus-edit.el (custom-comment): Change widget definition.
5780 (custom-comment-create, custom-comment-show)
5781 (custom-comment-invisible-p): Don't use :comment-overlay.
5782 (custom-comment-hide): New function.
5783 (custom-variable-set, custom-variable-save)
5784 (custom-variable-reset-standard, custom-face-set)
5785 (custom-face-save): Use it.
5786
5787 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5788
5789 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
5790
5791 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5792
5793 * faces.el (region): Doc fix.
5794
5795 1999-09-27 Dave Love <fx@gnu.org>
5796
5797 * isearch.el (isearch): Add :links in defgroup.
5798 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
5799 (isearch-switch-frame-handler): Comment out (unused).
5800 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
5801 (isearch-ring-retreat-edit): Doc fix.
5802 (isearch-mouse-yank): New command.
5803 (isearch-last-command-char): Removed. Callers changed to use
5804 last-command-char.
5805 (isearch-char-to-string): Removed. Callers changed to use
5806 char-to-string.
5807
5808 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
5809
5810 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
5811 option for Russian.
5812
5813 1999-09-25 Gerd Moellmann <gerd@gnu.org>
5814
5815 * faces.el (face-differs-from-default-p): Compare face
5816 attributes individually.
5817
5818 * image.el (put-image, insert-image): Add string argument.
5819
5820 1999-09-24 Gerd Moellmann <gerd@gnu.org>
5821
5822 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
5823 LANG=de_DE.iso88591 on HPUX 11.0.
5824
5825 * dired.el (dired-move-to-filename-regexp): Make it work
5826 for LANG=de_DE.iso88591 on HPUX 11.0.
5827
5828 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5829
5830 * info.el (info-initialize): Don't test existence of ALTERNATIVE
5831 if we know for some other reason it should not be used.
5832
5833 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
5834 New variable.
5835 (edebug-recursive-edit): Save current-prefix-arg there,
5836 bind it, and set it back at the end.
5837 (edebug-outside-excursion): Restore and update the outside
5838 value of current-prefix-arg.
5839 (edebug-emacs-version-specific): Delete support for Epoch.
5840
5841 1999-09-24 Howard Melman <howard@silverstream.com>
5842
5843 * imenu.el (imenu-after-jump-hook): New variable.
5844 (imenu): Run menu-after-jump-hook.
5845 (imenu-name-lookup-function): New variable.
5846 * imenu.el (imenu--in-alist): Use those variables.
5847
5848 1999-09-24 Carsten Dominik <cd@gnu.org>
5849
5850 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
5851 multiple thebibliography environments.
5852
5853 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
5854 with recentering window.
5855 (reftex-extract-bib-entries-from-thebibliography,
5856 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
5857 with multiple thebibliography environments.
5858
5859 * textmodes/reftex-vars.el
5860 (reftex-section-levels): Function allowed as cdr.
5861 (reftex-max-section-depth) New option.
5862
5863 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
5864 with multiple thebibliography environments.
5865
5866 1999-09-23 Gerd Moellmann <gerd@gnu.org>
5867
5868 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
5869 instead of point-min in call to delete-region.
5870
5871 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
5872
5873 * vc.el (vc-backend-checkout): Use with-temp-file when checking
5874 out into arbitrary file names.
5875
5876 1999-09-19 Ken'ichi Handa <handa@gnu.org>
5877
5878 * language/european.el ("Turkish"): New language environment.
5879
5880 1999-09-19 Dave Love <fx@gnu.org>
5881
5882 * delim-col.el: New file.
5883
5884 1999-09-17 Richard Stallman <rms@gnu.org>
5885
5886 * files.el (after-find-file): When visiting a backup file,
5887 make it read-only.
5888
5889 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
5890 (apropos-keybinding-face, apropos-label-face): Likewise.
5891 (apropos-property-face, apropos-match-face): Likewise.
5892 (apropos-label-properties): New variable.
5893 (apropos-print-doc): Use apropos-label-properties.
5894 (apropos-print): Set apropos-label-properties.
5895
5896 1999-09-15 Richard Stallman <rms@gnu.org>
5897
5898 * winner.el: Use aref instead of sref.
5899
5900 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
5901
5902 1999-09-14 Gerd Moellmann <gerd@gnu.org>
5903
5904 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
5905
5906 1999-09-14 Richard Stallman <rms@gnu.org>
5907
5908 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
5909 cookie, even if followed by a letter.
5910
5911 1999-09-14 Stephen Eglen <stephen@gnu.org>
5912
5913 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
5914 --no-line-editing are passed to Octave by including them here
5915 rather than storing them in inferior-octave-startup-args.
5916
5917 1999-09-14 Eli Zaretskii <eliz@gnu.org>
5918
5919 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
5920 command, option, env and sc.
5921
5922 * subr.el (shell-quote-argument): Quote argument with double
5923 quotes for ms-dos.
5924
5925 1999-09-14 Richard Stallman <rms@gnu.org>
5926
5927 * simple.el (eval-expression-print-level): New variable.
5928 (eval-expression-print-length): New variable.
5929 (eval-expression-debug-on-error): New variable.
5930 (eval-expression): Bind print-level, print-length and
5931 debug-on-error from those vars.
5932
5933 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
5934 Bind print-level, print-length and debug-on-error.
5935
5936 1999-09-14 Inge Frick <inge@nada.kth.se>
5937
5938 * dired.el (dired-recursive-deletes): New custom variable.
5939 (dired-re-no-dot): New variable.
5940 (dired-delete-file): New function deletes files and directories
5941 recursively.
5942 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
5943
5944 * dired-aux.el (dired-recursive-copies): New custom variable.
5945 (dired-handle-overwrite): Broke a long line.
5946 (dired-copy-file): Call `dired-copy-file-recursive' instead of
5947 `copy-file'.
5948 (dired-copy-file-recursive): New function. Copy directories
5949 recursively.
5950 (dired-do-create-files): Added support for generalized directory
5951 target. How-to function may now return a function. New fluid
5952 variable `dired-one-file'.
5953 (dired-copy-how-to-fn): New variable.
5954 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
5955 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
5956 (dired-do-copy-regexp): No recursive copies.
5957
5958 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
5959
5960 * whitespace.el (whitespace-version): Update version to 2.4
5961
5962 * whitespace.el: Add customization variables to conditionally test
5963 any of the five whitespaces, per request from Rune Kleveland
5964 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
5965
5966 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
5967
5968 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
5969 list of modes to be checked for bogus whitespaces.
5970
5971 * whitespace.el (whitespace-rescan-timer-time): Update
5972 documentation.
5973
5974 * whitespace.el (whitespace-display-unchecked-whitespaces):
5975 New function to update modeline with untested whitespaces.
5976
5977 * whitespace.el (whitespace-buffer): Test only whitespaces whose
5978 checking is turned on, and update modeline using the newly created
5979 `whitespace-display-unchecked-whitespaces'.
5980
5981 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
5982 whose checking is turned on, and update modeline using the newly
5983 created `whitespace-display-unchecked-whitespaces'.
5984
5985 * whitespace.el (whitespace-describe): Update documentation.
5986
5987 * whitespace.el (whitespace-tickle-timer): Test if
5988 `whitespace-rescan-timer-time' is non-zero before tickling timer.
5989
5990 1999-09-13 Dave Love <fx@gnu.org>
5991
5992 * hideif.el (hide-ifdef-mode): Add autoload cookie.
5993
5994 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
5995 for temp buffer.
5996 (checkdoc-this-string-valid): Don't assume default comment-start.
5997
5998 1999-09-13 Gerd Moellmann <gerd@gnu.org>
5999
6000 * rsz-mini.el: Remove code, keep the interface.
6001
6002 1999-09-13 Dave Love <fx@gnu.org>
6003
6004 * help.el (help-highlight-p): Doc fix.
6005
6006 * faces.el (mode-line, header-line, tool-bar): Add :version.
6007 (highlight, secondary-selection): Add :group.
6008 (trailing-whitespace): Add :group, :version.
6009
6010 * wid-edit.el: Remove some compatibility code and checks.
6011 (widget-specify-field, widget-specify-button): Don't use XEmacs
6012 properties.
6013 (widget-overlay-inactive): Change error message.
6014 (widget-button-pressed-face): New variable.
6015 (widget-button-click): Use it.
6016 (widget-documentation-link-add): Specify mouse and button faces.
6017 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6018 removed now the functionality is built in.
6019
6020 * cus-edit.el: Don't define-widget-keywords.
6021 (multimedia): New group.
6022 (custom-last): Function removed.
6023 (custom-quote): Add vectorp case, comment out characterp case.
6024 (custom-buffer-done-function, custom-raised-buttons): New option.
6025 (Custom-buffer-done): New function.
6026 (custom-buffer-create-internal): Obey custom-raised-buttons,
6027 Custom-buffer-done.
6028 (custom-button-face): Make it `released-button'.
6029 (custom-button-pressed-face): Make it `pressed-button'
6030 (custom-mode-map): Bind "q" to Custom-buffer-done.
6031 (custom-mode): Deal with raised/pressed buttons.
6032
6033 Changes from Didier Verna:
6034 (custom-prompt-variable): Optional third arg makes prompt for a
6035 comment string.
6036 (customize-set-value, customize-set-variable,
6037 customize-save-variable): Optional prefix makes function handle
6038 variable comments.
6039 (customize-customized, customize-saved, custom-variable-state-set)
6040 (custom-variable-set, custom-variable-save, custom-face-state-set)
6041 (custom-variable-reset-saved, custom-variable-reset-standard)
6042 (custom-face-set, custom-face-save, custom-face-reset-saved)
6043 (custom-face-reset-standard, customize-save-customized): Handle
6044 custom comments.
6045 (custom-comment-face, custom-comment-tag-face): New face.
6046 (custom-comment): New widget.
6047 (custom-comment-create, custom-comment-delete)
6048 (custom-comment-value-set, custom-comment-show)
6049 ()custom-comment-invisible-p): New functions.
6050 (custom-variable-value-create, custom-face-value-create): Create a
6051 comment field widget.
6052 (custom-variable-menu, custom-face-menu): New entry for custom
6053 comment.
6054 (custom-face-value-create): Remove compatibility code.
6055 (custom-save-variables, custom-save-faces): Possibly save custom
6056 comments.
6057
6058 * cus-face.el (custom-face-attributes): Simplify :underline,
6059 :overline, :inverse-video cases. Fix up :box case (probably needs
6060 more work).
6061
6062 Change from Didier Verna:
6063 (custom-set-faces): The arguments can now have a custom comment as
6064 fourth argument.
6065
6066 * custom.el: Don't define-widget-keywords.
6067 Change from Didier Verna:
6068 (custom-set-variables): The arguments can now have a
6069 custom comment as fifth element.
6070
6071 1999-09-13 Richard Stallman <rms@gnu.org>
6072
6073 * info.el (Info-find-node): Cope better if guesspos is too large.
6074
6075 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6076
6077 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6078 of buffer-substring because buffer-string doesn't copy the
6079 prompt.
6080
6081 * faces.el (mode-line): Replaces `modeline'.
6082 (toplevel): Make `modeline' an alias for `mode-line'.
6083
6084 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6085
6086 * gs.el: Change `ghostscript' to `postscript' in comment.
6087
6088 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6089
6090 * emulation/tpu-edt.el (tpu-version): New version.
6091 (tpu-search-overlay, tpu-replace-overlay): New variables.
6092 (tpu-search-highlight, tpu-toggle-direction): New functions.
6093 (tpu-lm-replace): Set tpu-replace-overlay.
6094 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6095 command hook.
6096
6097 1999-09-11 Richard Stallman <rms@gnu.org>
6098
6099 * isearch.el (isearch-mode-map): Undo previous change.
6100
6101 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6102 use all of that as the sexp.
6103
6104 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6105 and use the initial argument as file name directly.
6106 Likewise if nothing matches.
6107
6108 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6109
6110 * winner.el: Major changes. Avoid changing point and mark.
6111 Save configurations after they change, not before.
6112
6113 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6114
6115 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6116 Bind print-continuous-numbering and print-number-table.
6117
6118 1999-09-10 Dave Love <fx@gnu.org>
6119
6120 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6121
6122 1999-09-09 Richard Stallman <rms@gnu.org>
6123
6124 * whitespace.el: Finish making it fit Emacs conventions.
6125 Add autoloads.
6126
6127 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6128
6129 * generic-x.el (bat-generic-mode): "::"-style comments don't
6130 need to begin with "-". Fix the font-lock definitions of ON/OFF
6131 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6132 from the list of keywords. Add DO to the list of keywords.
6133
6134 1999-09-09 Dave Love <fx@gnu.org>
6135
6136 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6137 (byte-optimize-backward-word): New optimizations.
6138 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6139 entries.
6140
6141 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6142
6143 * image.el (put-image): Remove optional buffer parameter.
6144
6145 * faces.el (face-italic-p): Return t only for values `italic'
6146 and `oblique'.
6147
6148 * mouse.el (mouse-drag-mode-line-1): Extension of former
6149 mouse-drag-mode-line that also drags the header line.
6150 (mouse-drag-mode-line): Call it.
6151 (mouse-drag-header-line): New.
6152 (toplevel): Bind down-mouse-1 on header lines to
6153 mouse-drage-header-line.
6154
6155 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6156
6157 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6158 (make-mode-line-mouse-sensitive): Replace `top-line' by
6159 `header-line'.
6160
6161 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6162
6163 * help.el (describe-function-1): Don't return empty string for keymaps.
6164
6165 * fill.el (fill-region-as-paragraph, canonically-space-region):
6166 Respect colon-double-space at end of line.
6167
6168 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6169
6170 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6171 (backup-buffer): Use it.
6172
6173 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6174
6175 * generic-x.el (generic-define-unix-modes): Added new modes:
6176 inetd-conf-generic-mode, etc-services-generic-mode,
6177 etc-passwd-generic-mode. These are all defined for Unix by default.
6178 (apache-generic-mode): Use an imenu-generic-expression to list
6179 Configuration keywords.
6180 (samba-generic-mode): Use both ; and # as comment characters.
6181 (samba-generic-mode): Font-lock expressions now highlight name
6182 value pairs.
6183 (bat-generic-mode): Keywords are now case-insensitive through
6184 font-lock-defaults setting.
6185 (java-properties-generic-mode): Supports both ! and # as comment
6186 characters.
6187 (java-properties-generic-mode): Added an imenu-generic-expression
6188 (java-properties-generic-mode): Reworked to support the various
6189 different ways to separate name and value (viz, '=', ':' and
6190 whitespace).
6191 (show-tabs-generic-mode): Added this new generic-mode.
6192
6193 1999-09-08 Richard Stallman <rms@gnu.org>
6194
6195 * progmodes/inf-lisp.el: Moved from top directory.
6196
6197 * tar-mode.el (tar-header-block-tokenize):
6198 Use `when' instead of `and'. Fix some clobbered text.
6199
6200 * gud.el (gud-make-debug-menu): Make a child for the
6201 local menu, for its menu bar, and the debug menu.
6202 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6203 Use the history in the simple way.
6204
6205 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6206
6207 * language/korea-util.el (default-korean-keyboard): Initialize it
6208 according to the environment variable HANGUL_KEYBOARD_TYPE.
6209
6210 1999-09-07 Richard Stallman <rms@gnu.org>
6211
6212 * subr.el (make-temp-file): New function.
6213
6214 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6215
6216 * font-lock.el (font-lock-multiline): New text property contains
6217 a boolean to indicate if the char is part of a multiline match.
6218 (font-lock-default-fontify-region): Extend the region appropriately
6219 for multiline keywords.
6220 (font-lock-default-unfontify-region): Also remove the new
6221 font-lock-multiline text property.
6222 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6223 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6224
6225 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6226
6227 * diary-lib.el (list-diary-entries): Make sure two-digit years
6228 have leading zeros.
6229
6230 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6231
6232 * faces.el (face-set-after-frame-default): Initialize some
6233 attributes of some faces from frame parameters.
6234
6235 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6236
6237 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6238
6239 * faces.el (fringe): Replaces face `margin'.
6240
6241 1999-09-07 Dave Love <fx@gnu.org>
6242
6243 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6244
6245 1999-09-07 Richard Stallman <rms@gnu.org>
6246
6247 * subr.el (push): Doc fix.
6248
6249 1999-09-06 Richard Stallman <rms@gnu.org>
6250
6251 * vc.el (vc-annotate-display): Use < 69 not < 70
6252 to distinguish 20YY from 19YY.
6253
6254 * timezone.el (timezone-parse-date): Use < 69 not < 70
6255 to distinguish 20YY from 19YY.
6256
6257 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6258
6259 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6260
6261 * quickurl.el: (quickurl-list-focused-line): Removed.
6262 (quickurl-list-insert): Now works out the focused line using
6263 `count-lines' instead of using `quickurl-list-focused-line'.
6264
6265 1999-09-06 Richard Stallman <rms@gnu.org>
6266
6267 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6268 to beginning of message.
6269
6270 1999-09-06 Dave Love <fx@gnu.org>
6271
6272 * isearch.el (isearch-mode-map): Add mouse-2.
6273
6274 * mail/rmail.el (rmail-read-password): Deleted.
6275 (rmail-get-pop-password): Use read-password.
6276
6277 * quickurl.el: Don't conditionally define caddr.
6278 (quickurl-url-comment): Use nth, not caddr in function and
6279 defsetf.
6280
6281 1999-09-06 Richard Stallman <rms@gnu.org>
6282
6283 * auto-show.el: Doc fixes.
6284
6285 1999-09-06 Stephen Eglen <stephen@gnu.org>
6286
6287 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6288 --no-line-editing so that TABs in source files are not interpreted
6289 as completion requests.
6290
6291 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6292
6293 * hscroll.el, auto-show.el: Remove all code, keep the public
6294 interface as no-ops.
6295
6296 * faces.el (face-bold-p): Don't return t if face has lighter
6297 weight than normal.
6298
6299 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6300
6301 * startup.el (command-line): Make small-temporary-file-directory
6302 be nil except on ms-dos.
6303
6304 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6305
6306 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6307 is defined.
6308
6309 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6310 letters with a colon after d or l.
6311
6312 1999-09-06 Dave Love <fx@gnu.org>
6313
6314 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6315 primitive.)
6316
6317 1999-09-05 Richard Stallman <rms@gnu.org>
6318
6319 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6320
6321 * textmodes/paragraphs.el (backward-kill-sentence):
6322 Don't test minibuffer-prompt-end here.
6323 (forward-sentence): Do handle it here.
6324 (backward-kill-paragraph): Don't test it here.
6325 (forward-paragraph): Handle it here.
6326
6327 * mouse.el (font-menu-add-default): Simplify code.
6328
6329 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6330
6331 * faces.el (header-line): Renamed from `top-line'.
6332
6333 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6334
6335 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6336
6337 1999-09-04 Richard Stallman <rms@gnu.org>
6338
6339 * whitespace.el: New file.
6340
6341 1999-09-04 Dave Love <fx@gnu.org>
6342
6343 * paths.el: Make some doc strings obey the make-docfile convention.
6344
6345 * bindings.el: Likewise.
6346 (debug-ignored-errors): Remove BBDB ones.
6347
6348 1999-09-03 Richard Stallman <rms@gnu.org>
6349
6350 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6351 not from the draft to forward.
6352
6353 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6354
6355 1999-09-03 Dave Love <fx@gnu.org>
6356
6357 * double.el (double-mode): Customize the variable.
6358
6359 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6360
6361 * international/characters.el: Delete duplicated code.
6362
6363 1999-09-02 Richard Stallman <rms@gnu.org>
6364
6365 * indent.el (indent-relative): Doc fix.
6366
6367 * quickurl.el (quickurl): Doc fix.
6368
6369 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6370
6371 * faces.el (margin): Change background to "gray" for mono (this is
6372 drawn with a stipple pattern).
6373
6374 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6375
6376 * simple.el (next-history-element): Use minibuffer-prompt-end once
6377 again. Remove test for minibuffer-prompt-in-buffer.
6378
6379 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6380
6381 * files.el (small-temporary-file-directory): New variable.
6382
6383 * startup.el (command-line): Compute the value of
6384 small-temporary-file-directory.
6385
6386 * ediff-init.el (ediff-temp-file-prefix): Use
6387 small-temporary-file-directory if non-nil.
6388
6389 * vc.el (vc-update-change-log): Likewise.
6390
6391 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6392
6393 * simple.el (shell-command, shell-command-on-region): Use
6394 make-temp-name properly. Use small-temporary-file-directory if
6395 non-nil, otherwise temporary-file-directory, to generate temporary
6396 files.
6397
6398 * dos-w32.el (direct-print-region-helper): Use
6399 temporary-file-directory. (From Stefan Monnier.)
6400
6401 1999-09-02 Richard Stallman <rms@gnu.org>
6402
6403 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6404 from asm-comment-char.
6405 (asm-font-lock-keywords): Recognize instruction width suffixes.
6406
6407 1999-09-01 Richard Stallman <rms@gnu.org>
6408
6409 * play/fortune.el: New file.
6410
6411 1999-08-31 Dave Love <fx@gnu.org>
6412
6413 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6414 after key table.
6415
6416 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6417 redisplay variables.
6418
6419 * subr.el (push): Fix typo.
6420
6421 1999-08-30 Kevin Blake <kblake@ticnet.com>
6422
6423 * emacs-lisp/ring.el: Many doc fixes.
6424 (ring-size, ring-copy): New functions.
6425
6426 1999-08-29 Richard Stallman <rms@gnu.org>
6427
6428 * progmodes/etags.el (tags-loop-continue):
6429 After tags-loop-operate returns, force skip to next file.
6430
6431 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6432 (mail-extr-first-letters, mail-extr-last-letters):
6433 Use character classes [:alpha:] and [:alnum:].
6434
6435 * subr.el (push, pop): New macros.
6436
6437 * progmodes/compile.el (compilation-error-regexp-alist):
6438 New item for SGI IRIX MipsPro compilers.
6439
6440 * speedbar.el (speedbar-directory-buttons): Recognize
6441 device names when checking for file names.
6442
6443 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6444
6445 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6446 and specially handle defvar inside their expansions.
6447 (eval-defun-1): New subroutine.
6448
6449 * progmodes/compile.el (compilation-error-regexp-alist):
6450 Fix the Perl -w entry to allow period after line number.
6451 Don't allow newlines in file name, but allow them after line number
6452 for Perl debugging traces.
6453
6454 * which-func.el (which-func-cleanup-function): New variable.
6455 (which-function): Call that function.
6456
6457 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6458 to end a function name.
6459
6460 * informat.el (Info-tagify): Don't insert more than one newline
6461 before the tag table.
6462
6463 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6464
6465 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6466 than make-temp-name, use match-string-no-properties, and eliminate
6467 a quadratic behavior when building bibtex-strings.
6468
6469 1999-08-29 Alex Schroeder <alex@gnu.org>
6470
6471 * comint.el (comint-input-ring-separator): New variable.
6472 (comint-read-input-ring): Doc change; use
6473 comint-input-ring-separator when reading file.
6474 (comint-write-input-ring): Use
6475 comint-input-ring-separator when writing file.
6476
6477 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6478
6479 * informat.el (Info-tagify): Start by widening.
6480 Match node headers that don't list the file name,
6481 and more kinds of page separations.
6482 Strip properties during tagification.
6483 Use start of node header line as tag's position.
6484 Fix the "done" message.
6485
6486 (Info-validate): Save and restore match data around narrowing down.
6487
6488 1999-08-28 Richard M. Stallman <rms@gnu.org>
6489
6490 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6491 On repeated call, override previous values put into
6492 minor-mode-map-alist and minor-mode-alist.
6493
6494 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6495
6496 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6497
6498 1999-08-27 Andreas Schwab <schwab@gnu.org>
6499
6500 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6501 from cvs update.
6502
6503 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6504
6505 * calendar/calendar.el (calendar-move-hook): New hook.
6506
6507 * calendar/cal-move.el: Call the new hook in every movement function.
6508
6509 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6510 the right function name.
6511
6512 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6513
6514 * time-stamp.el: Put quote-backquote around all symbol names
6515 in doc strings, for mousing.
6516 (time-stamp): Support multi-line patterns.
6517 (time-stamp-inserts-lines): New variable.
6518 (time-stamp-count): New variable.
6519 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6520 "Thu" instead of "%a".
6521
6522 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6523
6524 * simple.el (kill-word): Undo previous change.
6525
6526 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6527
6528 * jit-lock.el (jit-lock-function): Extend the fontified range
6529 to the beginning of the line containing the range start and
6530 the beginning of the line following the range end.
6531
6532 1999-08-24 Dave Love <fx@gnu.org>
6533
6534 * timezone.el: Move provide to end.
6535 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6536 <70 are 2000+.
6537 (timezone-parse-time): Simplify somewhat.
6538
6539 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6540
6541 * faces.el (margin): Renamed from bitmap-area.
6542
6543 1999-08-24 Alex Schroeder <alex@gnu.org>
6544
6545 * sql.el: Doc changes.
6546 (sql-sybase): Use sql-server instead of sql-database.
6547
6548 1999-08-23 Dave Love <fx@gnu.org>
6549
6550 * rect.el: Add/fix various doc strings. Add `*' to all the
6551 interactive specs.
6552
6553 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6554
6555 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6556 Don't unwind-protect font-lock-fontify-region.
6557
6558 * paragraphs.el (backward-kill-paragraph): Don't move
6559 point into mini-buffer prompt.
6560 (backward-kill-sentence): Ditto.
6561
6562 * simple.el (next-history-element): Use minibuffer-prompt-end.
6563 Remove test for minibuffer-prompt-in-buffer.
6564 (kill-word): Don't move point into mini-buffer prompt.
6565
6566 1999-08-21 Dave Love <fx@gnu.org>
6567
6568 * Makefile: Exclude CVS dirs like RCS.
6569
6570 1999-08-19 Dave Love <fx@gnu.org>
6571
6572 * tooltip.el (tooltip-mode): Customize this, per convention.
6573 (tooltip-active): Option deleted.
6574
6575 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6576
6577 * hanoi.el, page-ext.el: Declare dynamic vars.
6578
6579 * term.el: Avoid ange-ftp related compilation warnings.
6580
6581 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6582
6583 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6584 the default so that beginners can benefit from it without
6585 searching in manuals.
6586
6587 1999-08-18 Ray Blaak <blaak@gnu.org>
6588
6589 * progmodes/delphi.el: Consider assembly sections as blocks, to
6590 indent them better. Make auto-indent on newline optional.
6591
6592 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6593
6594 * bindings.el (mode-line-modified): Look up key binding for C-x
6595 C-q. If it's bound call that binding, otherwise call
6596 toggle-read-only.
6597
6598 1999-08-17 Dave Love <fx@gnu.org>
6599
6600 * info.el (info): Doc fix.
6601
6602 * finder.el (finder-known-keywords): Add `multimedia'.
6603
6604 * apropos.el: Don't capitalize custom group name.
6605
6606 * info-look.el: Remove compatibility code.
6607 (info-lookup-guess-default*): DTRT for point at start of symbol.
6608 (info-complete): Don't lose with point not at end of symbol.
6609
6610 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6611
6612 * term.el (toplevel): Make face `term-default' an empty face.
6613 The code relied on the fact that Emacs ignored invalid faces in
6614 face text properties in 20.4.
6615
6616 1999-08-16 Richard M. Stallman <rms@gnu.org>
6617
6618 * subr.el (point-at-eol, point-at-bol): New aliases.
6619
6620 * simple.el: Functions reordered.
6621
6622 * rect.el (delete-rectangle-line): Use line-end-position.
6623
6624 1999-08-16 Karl Heuer <kwzh@gnu.org>
6625
6626 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6627 here from simple.el.
6628
6629 1999-08-16 Dave Love <fx@gnu.org>
6630
6631 * mouse.el: Provide `mldrag' for compatibility.
6632 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6633 marked obsolete.
6634
6635 * mldrag.el: Removed since the features are in mouse.el.
6636
6637 * jka-compr.el (auto-compression-mode): New variable for
6638 customization.
6639
6640 * bindings.el (mode-line-mule-info): Doc fix.
6641
6642 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6643 name comparisons.
6644
6645 * files.el (interpreter-mode-alist): Add make, guile, clisp.
6646 (find-file): Doc fix.
6647
6648 1999-08-16 Carsten Dominik <cd@gnu.org>
6649
6650 * textmodes/reftex.el: Most of the code moved to other files.
6651 * textmodes/reftex-auc.el: New file, split out from reftex.el
6652 * textmodes/reftex-cite.el: New file, split out from reftex.el
6653 * textmodes/reftex-global.el: New file, split out from reftex.el
6654 * textmodes/reftex-index.el: New file, split out from reftex.el
6655 * textmodes/reftex-parse.el: New file, split out from reftex.el
6656 * textmodes/reftex-ref.el: New file, split out from reftex.el
6657 * textmodes/reftex-sel.el: New file, split out from reftex.el
6658 * textmodes/reftex-toc.el: New file, split out from reftex.el
6659 * textmodes/reftex-vars.el: New file, split out from reftex.el
6660 * textmodes/reftex-vcr.el: New file, split out from reftex.el
6661
6662 1999-08-16 Carsten Dominik <cd@gnu.org>
6663
6664 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6665 conflict with pop-up-frames.
6666 (reftex-special-environment-parsers): New constant.
6667 (reftex-label-alist): car of an entry can also be a function.
6668 (reftex-what-special-env): Cew function.
6669 (reftex-label-location): Call `reftex-what-special-env'.
6670 (reftex-compile-variables): Check for symbol in
6671 `reftex-label-alist'.
6672 (reftex-what-environment): Fixed bug with stacked environments of
6673 same kind (e.g. enumerate).
6674 (reftex-process-string): Preserve default directory.
6675 (reftex-label-alist-builtin): Changed prefixes of endnote and
6676 footnote. Also the magic words.
6677 (reftex-reference): Interprete new option
6678 `reftex-fref-is-default'.
6679 (reftex-replace-prefix-escapes): Interprete new `%S' format.
6680 (reftex-toc-mouse-view-line): Command removed (had no binding).
6681 (reftex-everything-regexp): New function.
6682 (reftex-nearest-match): Made better.
6683 (reftex-toc-find-section): Use new version of
6684 `reftex-nearest-match'.
6685 (reftex-insert-docstruct): Adapted to work with the index stuff.
6686 (reftex-parse-from-file): Find index entries as well.
6687 (reftex-toc-toggle-index): New function
6688 (reftex-toc-map): `i' is now used to togle the index, File
6689 boundaries has been moved to `F'.
6690 (reftex-select-label-map): Toggling display of file boundaries is
6691 now on the `F' key, for consistency with `reftex-toc-map'.
6692 (reftex-erase-all-selection-and-index-buffers): Renamed from
6693 `reftex-erase-all-selection-buffer'. Now also kills the index
6694 buffers.
6695 (reftex-viewing-cross-references): Customization group renamed
6696 from reftex-viewing-cross-references-and-citations.
6697 (reftex-index-macro-regexp,
6698 reftex-find-index-entry-regexp-format): New variables
6699 (reftex-macros-with-index): New variable
6700 (reftex-add-index-macros): New function
6701 (reftex-renumber-simple-labels, reftex-translate): Allow for
6702 multiple labels in a single ref command.
6703 (reftex-index-support): New customization group
6704 (reftex-support-index, reftex-index-special-chars,
6705 reftex-index-macros, reftex-index-default-macro,
6706 reftex-index-default-tag, reftex-index-math-format,
6707 reftex-index-section-letters, reftex-index-include-context,
6708 reftex-index-follow-mode, reftex-index-header-face,
6709 reftex-index-section-face, reftex-index-tag-face,
6710 reftex-index-face): New options
6711 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6712 reftex-index-tag, reftex-index-return-marker,
6713 reftex-index-restriction-indicator, reftex-index-restriction-data,
6714 reftex-index-macro-regexp, reftex-index-level-re,
6715 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6716 reftex-everything-regexp-no-index, reftex-index-re,
6717 reftex-macros-with-index, reftex-index-macro-alist): New variables
6718 (reftex-index-help, reftex-index-macros-builtin,
6719 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6720 reftex-query-index-macro-help): New constants
6721 (reftex-index-selection-or-word, reftex-index,
6722 reftex-default-index, reftex-update-default-index,
6723 reftex-index-complete-tag, reftex-index-select-tag,
6724 reftex-index-complete-key, reftex-index-update-taglist,
6725 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6726 reftex-display-index, reftex-insert-index,
6727 reftex-index-insert-new-letter, reftex-get-restriction,
6728 reftex-index-pre-command-hook, reftex-index-post-command-hook,
6729 reftex-index-show-help, reftex-index-next, reftex-index-previous,
6730 reftex-index-toggle-follow, reftex-index-toggle-context,
6731 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6732 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6733 reftex-index-quit, reftex-index-quit-and-kill,
6734 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6735 reftex-index-revert, reftex-index-switch-index-tag,
6736 reftex-index-restrict-to-section, reftex-index-widen,
6737 reftex-index-restriction-forward,
6738 reftex-index-restriction-backward, reftex-index-visit-location,
6739 reftex-index-analyze-entry, reftex-index-globalize,
6740 reftex-index-edit, reftex-index-toggle-range-beginning,
6741 reftex-index-toggle-range-end, reftex-index-edit-key,
6742 reftex-index-edit-attribute, reftex-index-edit-visual,
6743 reftex-index-edit-part, reftex-index-level-down,
6744 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6745 reftex-index-change-entry, reftex-index-goto-letter,
6746 reftex-add-index-macros, reftex-ensure-index-support,
6747 reftex-index-info-safe, reftex-index-info): New functions.
6748
6749
6750 1999-08-15 Richard M. Stallman <rms@gnu.org>
6751
6752 * paren.el (show-paren-mode): Support making show-paren-mode
6753 a buffer-local variable. Don't check for a window system.
6754 (show-paren-function): Check whether show-paren-function is
6755 enabled in current buffer; do the right thing if not.
6756 Don't check for a window system.
6757 (show-paren-mode): Make it a user variable.
6758
6759 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6760 Handle `enum' like `struct'.
6761
6762 * server.el (server-process-filter): If a client visits no buffers,
6763 close it immediately before recording it.
6764
6765 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6766 Optimize by calling concat just once. Handle =\n sequence.
6767 (mail-unquote-printable-region): New command.
6768 (mail-quote-printable): Make it autoload.
6769
6770 1999-08-15 Karl Heuer <kwzh@gnu.org>
6771
6772 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6773
6774 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
6775
6776 * lisp/texinfmt.el: Handle @ifnottex.
6777
6778 1999-08-15 Eli Zaretskii <eliz@gnu.org>
6779
6780 * frame.el (blink-cursor): Don't turn on cursor blinking for
6781 ms-dos.
6782
6783 * faces.el (face-valid-attribute-values): Look in
6784 x-bitmap-file-path only for x and w32 window systems.
6785
6786 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
6787 Do that if width is nil as well.
6788 (x-display-mm-height, x-display-mm-width): Update values.
6789 (x-colors): Compute the list from msdos-color-values.
6790 (x-select-enable-clipboard): Doc fix.
6791 (x-frob-font-weight, x-font-family-list): New functions.
6792
6793 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
6794
6795 * window.el (shrink-window-if-larger-than-buffer): Don't try to
6796 back up from beginning of buffer.
6797
6798 1999-08-13 Karl Heuer <kwzh@gnu.org>
6799
6800 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
6801
6802 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
6803
6804 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
6805 doomsday clock, speed control is added and changes are made to
6806 allow large numbers of rings: rings now show the whole ring
6807 number, not just the last digit; consecutive rings are allowed to
6808 be the same size when necessary to fit all the rings in the
6809 window; and poles can be oriented horizontally. Face support is
6810 thrown in gratuitously.
6811 (hanoi): Changed default number of rings back to 3.
6812 (hanoi-unix, hanoi-unix-64): New commands
6813 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
6814 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
6815 hanoi-odd-ring-face): New variables.
6816 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
6817 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
6818 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
6819 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
6820 (hanoi-topos, hanoi-draw-ring): Removed.
6821
6822 1999-08-12 Gerd Moellmann <gerd@gnu.org>
6823
6824 * faces.el (face-valid-attribute-values): Return an alist for
6825 families on ttys.
6826 (face-read-integer): Handle unspecified face attributes. Add
6827 completion for `unspecified'.
6828 (read-face-attribute): Handle unspecified font attributes.
6829 (face-valid-attribute-values): Add `unspecified' to lists so that
6830 it can be chosen via completion.
6831 (face-read-string): Don't recognize "none" as input.
6832
6833 1999-08-10 Dave Love <fx@gnu.org>
6834
6835 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
6836 string.
6837
6838 * sun-curs.el: Require sun-fns.
6839
6840 1999-08-10 Dave Love <fx@gnu.org>
6841
6842 * autorevert.el (auto-revert-mode): Add autoload cookie.
6843
6844 * hscroll.el, auto-show.el: Files deleted -- we have built-in
6845 hscroll.
6846
6847 * simple.el (hscroll-step, hscroll-point-visible)
6848 (hscroll-window-column): Remove now we have the mentioned real
6849 horizontal autoscrolling.
6850
6851 1999-08-10 Richard M. Stallman <rms@gnu.org>
6852
6853 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
6854 control use of -f option.
6855 (mail-specify-envelope-from): New variable.
6856 (mail-from-style): Doc fix.
6857
6858 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
6859 (easy-menu-get-map): New arg TO-MODIFY helps choose
6860 between local and global maps.
6861 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
6862 (easy-menu-change): Doc fix.
6863
6864 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
6865 (info-lookup-guess-default): Simplified and cleaned up.
6866 (info-lookup-guess-default*): Preserve point.
6867
6868 * view.el (view-mode-disable): If buffer-read-only is nil,
6869 don't change it.
6870
6871 * files.el (after-find-file): Disable View mode if buffer is no
6872 longer read-only.
6873
6874 * view.el (view-mode-enable, view-mode-disable):
6875 Call force-mode-line-update.
6876
6877 1999-08-10 Karl Heuer <kwzh@gnu.org>
6878
6879 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
6880 * array.el, play/landmark.el, international/latin-3.el: Likewise.
6881 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
6882
6883 1999-08-10 Alex Schroeder <asc@bsiag.com>
6884
6885 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
6886 to prevent m-eating-bug.
6887
6888 1999-08-10 Eli Zaretskii <eliz@gnu.org>
6889
6890 * term/pc-win.el (msdos-bg-mode): Remove. Call
6891 frame-set-background-mode instead. All callers changed.
6892 (msdos-face-setup): Don't force color display parameter, it is set
6893 by frame-set-background-mode.
6894 (make-msdos-frame): Call x-handle-reverse-video and
6895 face-set-after-frame-default. Delete frame if creation failed.
6896
6897 * faces.el (face-set-after-frame-default): Don't call
6898 make-face-x-resource-internal for the pc window-system.
6899
6900 1999-08-10 Dave Love <fx@melange.gnu.org>
6901
6902 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
6903 case with no docstring specially.
6904
6905 1999-08-09 Eli Zaretskii <eliz@gnu.org>
6906
6907 * complete.el (PC-do-completion): If completing on file name,
6908 reproduce str by concatenating its directory and basename parts.
6909
6910 1999-08-07 Dave Love <fx@gnu.org>
6911
6912 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
6913 unibyte to multibyte conversion of search-forward (from Handa),
6914 but avoid the replacement if the language is Latin-N.
6915
6916 1999-08-06 Richard Stallman <rms@gnu.org>
6917
6918 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
6919 of eval-buffer.
6920
6921 * international/mule.el (load-with-code-conversion):
6922 Pass t to eval-buffer for DO-ALLOW-PRINT.
6923
6924 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
6925
6926 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
6927 of filenames and attributes.
6928 (ls-lisp-insert-directory): Use directory-files-and-attributes
6929 for speed.
6930
6931 1999-08-05 Dave Love <fx@gnu.org>
6932
6933 * auto-show.el (auto-show-mode): Fix :set.
6934
6935 * widget.el (define-widget-keywords): Make dummy definition and
6936 comment-out its use.
6937
6938 1999-08-04 Richard Stallman <rms@gnu.org>
6939
6940 * progmodes/tcl.el: Customized.
6941
6942 * sql.el (sql-accumulate-and-indent): Instead of testing
6943 whether this is Emacs 20 before calling comint-accumulate,
6944 test whether comint-accumulate is defined.
6945
6946 1999-08-04 Dave Love <fx@gnu.org>
6947
6948 * sgml-mode.el: Require outline when compiling.
6949 (sgml-mode-hook, html-mode-hook): Customize.
6950 (sgml-validate-command): Fix :version.
6951 (html-autoview-mode): Doc fix.
6952
6953 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
6954 nothing in Latin-N environment.
6955
6956 * info.el (Info-find-node): Call info-initialize here.
6957 (info): Not here.
6958 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
6959
6960 1999-08-04 Richard Stallman <rms@gnu.org>
6961
6962 * ansi-color.el: New file.
6963
6964 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
6965
6966 * dired.el (dired-string-replace-match): Return `nil' when no match
6967 found with global search.
6968
6969 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
6970 * terminal.el (te-terminfo-directory):
6971 * mail/mailpost.el (post-mail-send-it):
6972 * mail/metamail.el (metamail-region):
6973 * progmodes/ada-mode.el (ada-tmp-directory):
6974 Use temporary-file-directory.
6975
6976 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
6977 (compilation-filter, compilation-forget-errors)
6978 (compilation-parse-errors): Use a marker instead of an integer for
6979 `compilation-parsing-end'.
6980
6981 * progmodes/diff.el (diff-parse-differences):
6982 Use a marker instead of an integer for `compilation-parsing-end'.
6983 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6984 Use a marker instead of an integer for `compilation-parsing-end'.
6985
6986 1999-08-03 Richard Stallman <rms@gnu.org>
6987
6988 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
6989 (Buffer-menu-mode): Doc fix.
6990 (Buffer-menu-view): New command.
6991 (Buffer-menu-view-other-window): New command.
6992
6993 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
6994
6995 * replace.el (query-replace-regexp-eval)
6996 (replace-eval-replacement, replace-loop-through-replacements)
6997 (replace-match-string-symbols): New functions.
6998 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
6999 Use replace-loop-through-replacements.
7000
7001 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7002
7003 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7004 (5x5): Doc fix.
7005
7006 1999-08-03 Dave Love <fx@gnu.org>
7007
7008 * fortran.el (fortran-indent-new-line): Make it an alias
7009 for reindent-then-newline-and-indent.
7010
7011 1999-08-03 Didier Verna <verna@inf.enst.fr>
7012
7013 * rect.el: All functions rewritten, except when noted above
7014 their declaration. Below is a list of interface changes.
7015 (apply-on-rectangle): New function, mostly replaces
7016 `operate-on-rectangle'. All callers changed.
7017 (move-to-column-force): Pass new second argument to `move-to-column'.
7018 (kill-rectangle): Added optional prefix arg to fill lines.
7019 (delete-rectangle): Ditto.
7020 (delete-whitespace-rectangle): Ditto.
7021 (delete-extract-rectangle): Ditto.
7022 (open-rectangle): Ditto.
7023 (clear-rectangle): Ditto.
7024 (delete-whitespace-rectangle-line): New function.
7025 (delete-rectangle-line): Added third arg FILL.
7026 (delete-extract-rectangle-line): Ditto.
7027 (open-rectangle-line): Ditto.
7028 (clear-rectangle-line): Ditto.
7029
7030 1999-08-03 Ray Blaak <blaak@gnu.org>
7031
7032 * progmodes/delphi.el: New file.
7033
7034 1999-08-02 Richard Stallman <rms@gnu.org>
7035
7036 * textmodes/outline.el (outline-previous-heading): New function.
7037 (outline-up-heading-all): Use outline-previous-heading.
7038 (outline-next-heading): Delete definition inserted yesterday.
7039
7040 1999-08-01 Richard Stallman <rms@gnu.org>
7041
7042 * textmodes/outline.el (outline-next-heading): New function.
7043 (outline-up-heading-all): New function.
7044 (outline-font-lock-level): Using outline-up-heading-all.
7045 Tell outline-back-to-heading to accept invisible headings.
7046
7047 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7048
7049 * mail/mh-utils.el (mh-find-path-run): New variable.
7050 (mh-find-path): Test and set that.
7051 Set mail-user-agent only the first time this function is run.
7052 (mail-user-agent): Defvar deleted.
7053
7054 * info.el (info-initialize): New function.
7055 (info): Call info-initialize.
7056 (Info-directory-list): Initialize to nil,
7057 so info-initialize will set it up for real.
7058
7059 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7060
7061 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7062 does not interpret a time as the year in a day-month entry.
7063
7064 * calendar/diary-lib.el: Change syntax table entry for colon in
7065 the diary as part of the european-date-diary-pattern fix.
7066
7067 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7068
7069 * international/mule.el (set-auto-coding): Allow whitespace before
7070 and after the "variable: value" pair.
7071
7072 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7073
7074 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7075 (default-sendmail-coding-system): Doc-string fixed.
7076
7077 1999-07-30 Dave Love <fx@gnu.org>
7078
7079 * subr.el (assoc-delete-all): New function, renamed from
7080 frame-delete-all.
7081
7082 * frame.el: Change comments to doc strings and other doc fixes.
7083 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7084 Callers changed.
7085 (set-background-color, set-foreground-color, set-cursor-color)
7086 (set-mouse-color, set-border-color): Offer completion of colours.
7087 (cursor): Add :version to defgroup.
7088
7089 * facemenu.el (list-colors-display): Make it work on ttys.
7090 (facemenu-read-color): Likewise.
7091
7092 1999-07-30 Richard M. Stallman <rms@gnu.org>
7093
7094 * frame.el (frame-notice-user-settings): If background
7095 color has been changed, update background-mode from it,
7096 then update faces.
7097
7098 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7099
7100 * net-utils.el (finger): Don't do indirect fingering.
7101
7102 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7103
7104 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7105 rules. Add separator at end of holidays.
7106 (cal-tex-rules): New customizable variable.
7107 (cal-tex-latexify-list): Add optional parameter to put separator
7108 at end.
7109
7110 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7111
7112 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7113 fill prefix on each line while looping to the end of paragraph.
7114 End paragraph if it's longer than the existing fill prefix.
7115
7116 * textmodes/fill.el (fill-context-prefix): Doc fix.
7117
7118 1999-07-30 Dave Love <fx@gnu.org>
7119
7120 * font-lock.el (jit-lock): Fix :load, add :version.
7121
7122 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7123
7124 * term/pc-win.el (msdos-face-setup): Register standard colors in
7125 Vface_tty_color_alist.
7126 (face-color-supported-p, face_color_gray_p): New functions.
7127
7128 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7129 is bound.
7130
7131 * startup.el (command-line): Don't register default colors for
7132 MSDOS window-system.
7133
7134 1999-07-29 Dave Love <fx@gnu.org>
7135
7136 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7137 charquote.
7138
7139 * lisp-mode.el (eval-defun): Re-written to avoid
7140 capturing variables.
7141
7142 * picture.el (picture-beginning-of-line): Don't call
7143 hscroll-point-visible now we have real autoscrolling.
7144 (picture-end-of-line, picture-newline, picture-open-line):
7145 Likewise.
7146
7147 * international/latin-8.el: New file.
7148 * international/latin-9.el: New file.
7149
7150 1999-07-28 Dave Love <fx@gnu.org>
7151
7152 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7153
7154 * msb.el: Require cl only when compiling.
7155 (msb--home-dir): Deleted.
7156 (msb--format-title): Use abbreviate-file-name.
7157 (msb--choose-file-menu): Simplify string comparison.
7158
7159 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7160
7161 * faces.el (toolbar): Add face definition for mono displays.
7162
7163 1999-07-27 Richard M. Stallman <rms@gnu.org>
7164
7165 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7166
7167 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7168 force copying of default-frame-alist.
7169
7170 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7171
7172 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7173
7174 1999-07-26 Richard M. Stallman <rms@gnu.org>
7175
7176 * frame.el (set-mouse-color): If new color is nil,
7177 really respecify the current color.
7178
7179 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7180
7181 * faces.el (bitmap-area): Change background of face `bitmap-area'
7182 to white for mono displays.
7183
7184 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7185
7186 * international/ccl.el (ccl-embed-symbol): New function.
7187 (ccl-program-p): Deleted. Now it's implemented in C code.
7188 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7189 (ccl-compile-translate-character): Likewise.
7190 (ccl-compile-map-single): Likewise.
7191 (ccl-compile-multiple-map-function): Likewise.
7192 (declare-ccl-program): Doc-string modified.
7193 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7194
7195 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7196
7197 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7198
7199 1999-07-25 Markus Rost <rost@gnu.org>
7200
7201 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7202 the entries to make custom-file more readable.
7203
7204 1999-07-25 Richard M. Stallman <rms@gnu.org>
7205
7206 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7207
7208 * emacs-lisp/edebug.el: Delete compatibility code.
7209 (edebug-next-token-class): If . is followed by a digit,
7210 return `symbol' for the token class.
7211
7212 * startup.el (command-line): If we don't find the user's init file,
7213 set user-init-file to nil.
7214
7215 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7216
7217 * info-look.el (info-lookup-interactive-arguments): Add optional
7218 argument query for new choice of help mode.
7219 (info-lookup-symbol): Use it.
7220 (info-lookup-file): Ditto.
7221 (info-lookup): Don't switch to other window, if already in Info
7222 buffer.
7223
7224 1999-07-23 Dave Love <fx@gnu.org>
7225
7226 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7227 syntax.
7228 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7229 (fortran-font-lock-syntactic-keywords): New variable.
7230 (fortran-mode): Use it.
7231 (fortran-font-lock-keywords-1): Don't do comments.
7232 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7233 match data.
7234
7235 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7236
7237 * msb.el (msb-menu-bar-update-buffers): Renamed from
7238 menu-bar-update-buffers.
7239 (msb-custom-set, msb--toggle-menu-type): Call
7240 msb-menu-bar-update-buffers.
7241 (msb-mode): Revise the hook setting.
7242
7243 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7244
7245 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7246
7247 * font-lock.el, help.el, simple.el: Re-integrate previously
7248 described changes that were lost due to errors while checking them
7249 in.
7250
7251 1999-07-23 Kevin Blake <kblake@ticnet.com>
7252
7253 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7254
7255 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7256
7257 * international/encoded-kb.el
7258 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7259 but push it to unread-command-events.
7260 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7261 (encoded-kbd-self-insert-sjis): Likewise.
7262 (encoded-kbd-self-insert-big5): Likewise.
7263
7264 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7265 before left margin and fill-prefix by fill-find-break-point.
7266
7267 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7268
7269 * info-look.el (info-lookup-setup-mode): Don't give up, if
7270 info-lookup-make-completions returns an error.
7271 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7272 name latex, not latex2e.
7273
7274 1999-07-21 Richard M. Stallman <rms@gnu.org>
7275
7276 * replace.el (perform-replace): Turn off case-fold-search
7277 if FROM-STRING argument has uppercase in it.
7278
7279 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7280
7281 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7282 mode is on. Don't use end of changed text.
7283
7284 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7285
7286 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7287 (cl-hash-table-p): Renamed from hash-table-p.
7288 (cl-hash-table-count): Renamed from hash-table-count.
7289 (maphash): Alias to cl-maphash removed.
7290 (gethash): Likewise.
7291 (puthash): Likewise.
7292 (remhash): Likewise.
7293 (clrhash): Likewise.
7294
7295 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7296
7297 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7298 third arg non-nil. See comment there why this isn't a good idea.
7299
7300 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7301
7302 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7303
7304 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7305 sit-for with 3rd arg non-nil to prevent redisplay.
7306
7307 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7308
7309 * image.el (image-type-from-file-header): If file doesn't
7310 have a directory part, add data-directory.
7311
7312 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7313
7314 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7315 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7316 motion handling when tooltip-gud-tips-p is nil.
7317
7318 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7319
7320 * tooltip.el (tooltip-mode): Don't use `plusp'.
7321 (tooltip-active): Use initial value of nil.
7322
7323 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7324
7325 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7326
7327 * bindings.el (make-mode-line-mouse-sensitive): Add key
7328 definitions for `top-line'.
7329
7330 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7331
7332 * faces.el (top-line): New face.
7333
7334 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7335
7336 * image.el (image-type-regexps): Add regexp for PS files.
7337
7338 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7339
7340 * faces.el (set-face-attribute): Fix wrong handling of frame
7341 begin equal to t.
7342
7343 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7344
7345 * image.el (image-type-regexps): Add PNG format.
7346
7347 1999-07-21 Dave Love <fx@gnu.org>
7348
7349 * bindings.el (mode-line-modified): New variable.
7350 (mode-line-mode-menu-1): Switch to appropriate window before
7351 showing menu.
7352
7353 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7354
7355 * faces.el (face-underline): Removed.
7356 (face-underline-color): Ditto.
7357
7358 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7359
7360 * faces.el (face-x-resources): Fix typo.
7361
7362 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7363
7364 * faces.el: Remove handling of `:relief', extend handling of
7365 `:box'.
7366 (frame-set-background-mode): Choose new defface specs after
7367 frame parameters have changed.
7368
7369 * cus-face.el: Ditto.
7370
7371 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7372
7373 * custom.el (defface): Extend documentation to include new
7374 face attributes.
7375
7376 * cus-face.el (custom-face-attributes): Add overline,
7377 strike-through, box.
7378
7379 * faces.el (face-valid-attribute-values): Handle overline,
7380 strike-through, box.
7381 (face-attribute-name-alist): Add pairs for new face attributes.
7382 (describe-face): Handle new face attributes.
7383
7384 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7385
7386 * faces.el (face-x-resources): Add overline, strike-through, box.
7387
7388 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7389
7390 * enriched.el (enriched-translations): Add `display' and
7391 "x-display".
7392 (enriched-handle-display-prop): New.
7393 (enriched-decode-display-prop): New.
7394
7395 * format.el (top-level): Give `display' property
7396 `format-list-atomic-p.
7397 (format-annotate-single-property-change): Test that property.
7398 If present, treat list property values like atoms.
7399
7400 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7401
7402 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7403 so that "*" can be entered.
7404
7405 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7406
7407 * cus-face.el (custom-face-attributes): Don't use `#''.
7408
7409 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7410
7411 * cus-face.el (custom-face-attributes): Return underline
7412 face attribute directly from the second lambda of underline.
7413
7414 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7415
7416 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7417
7418 * frame.el (after-setting-font-hooks): New variable.
7419 (set-frame-font): Run those hooks.
7420
7421 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7422
7423 * faces.el (set-face-attribute): Fix doc string.
7424
7425 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7426
7427 * cus-face.el (custom-face-attributes): Accept color name.
7428
7429 * faces.el (face-underline-p): Accept unspecified underlining.
7430 (face-underline): Ditto. Fix doc string.
7431
7432 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7433
7434 * faces.el (face-underline-color): New function.
7435
7436 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7437
7438 * cus-face.el (custom-face-attributes): Support underline coloring.
7439 Added slot to choose a color.
7440
7441 * faces.el (face-underline): New function.
7442 (face-underline-p): Support underline coloring.
7443 Return nil only if the underline attribute is 'normal.
7444 (set-face-underline): New function.
7445 (face-valid-attribute-values): Support underline coloring.
7446
7447 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7448
7449 * image.el (insert-image): Use `display' instead of `glyph'
7450 as text property name.
7451 (put-image): Ditto.
7452 (image-type-from-file-header): Use insert-file-contents-literally.
7453
7454 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7455
7456 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7457 string to indicate separators.
7458
7459 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7460
7461 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7462 instead of message-log.
7463
7464 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7465
7466 * faces.el (bitmap-area): New face.
7467
7468 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7469
7470 * image.el (insert-image): New.
7471
7472 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7473
7474 * frame.el (blink-cursor): Set the symbol's value.
7475 (show-trailing-whitespace): Change group to font-lock.
7476
7477 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7478
7479 * jit-lock.el: New.
7480 * font-lock.el: Add jit-mode as new support mode.
7481
7482 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7483 reaching end instead of letting re-search-forward signal an error.
7484 (demand-lock-mode): New.
7485 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7486 (font-lock-turn-off-thing-lock): Ditto.
7487 (font-lock-after-fontify-buffer): Ditto.
7488 (font-lock-after-unfontify-buffer): Ditto.
7489
7490 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7491
7492 * gs.el: New file.
7493
7494 * startup.el (command-line-1): Activate tooltip mode if
7495 interactive.
7496
7497 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7498
7499 * faces.el (toolbar): Grey default background.
7500 (modeline): Ditto.
7501
7502 * image.el (image-type-regexps): New.
7503 (image-type-from-file-header): New.
7504 (create-image): Call it.
7505
7506 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7507
7508 * image.el: New file.
7509
7510 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7511
7512 * bindings.el (mode-line-format): Replace `mode-name' with
7513 `(:eval mode-line-mode-name)'.
7514 (mode-line-mode-name): New.
7515 (make-mode-line-mouse-sensitive): Don't change default value
7516 of `mode-name'.
7517
7518 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7519
7520 * tooltip.el: New file.
7521
7522 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7523
7524 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7525 instead of mouse-3 to pop up menus.
7526 (mode-line-kill-buffer): Removed.
7527 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7528 buffer name.
7529 (mode-line-buffer-menu-1): Removed.
7530
7531 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7532
7533 * bindings.el (mode-line-buffer-identification-keymap): New.
7534 (mode-line-buffer-menu-keymap): New.
7535 (mode-line-mode-menu-keymap): New.
7536 (mode-line-unbury-buffer): New.
7537 (mode-line-other-buffer): New.
7538 (mode-line-kill-buffer): New.
7539 (mode-line-buffer-menu-1): New.
7540 (mode-line-mode-menu-1): New.
7541 (make-mode-line-mouse-sensitive): New.
7542
7543 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7544
7545 * help.el (describe-key-briefly): Handle mode line strings
7546 with local-map properties.
7547 (describe-key): Ditto.
7548 (mode-line-key-binding): New.
7549
7550 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7551
7552 * scroll-bar.el (scroll-bar-timer): New.
7553 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7554
7555 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7556
7557 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7558 and `bottom'.
7559
7560 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7561
7562 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7563 (global): Use different key bindings if using tookit scroll bars.
7564
7565 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7566
7567 * faces.el (modeline): Define mode line face with relief for
7568 class color, only.
7569 (toolbar): New face.
7570
7571 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7572
7573 * frame.el (frame-initialize): Set frame-creation-function to
7574 tty-create-frame-with-faces.
7575
7576 * faces.el (frame-set-background-mode): Make it work for
7577 window-system nil.
7578
7579 * faces.el (tty-create-frame-with-faces): New.
7580 (face-set-after-frame-default): Make it work for TTY frames.
7581
7582 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7583
7584 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7585 Return a list of one font family for TTYs. Don't return bitmap
7586 file paths for TTY frames.
7587
7588 * faces.el: Add face specs for tty displays to basic faces.
7589
7590 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7591 (font-lock-string-face): Ditto.
7592 (font-lock-keyword-face): Ditto.
7593 (font-lock-builtin-face): Ditto.
7594 (font-lock-function-name-face): Ditto.
7595 (font-lock-variable-name-face): Ditto.
7596 (font-lock-type-face): Ditto.
7597 (font-lock-constant-face): Ditto.
7598 (font-lock-warning-face): Ditto.
7599
7600 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7601
7602 * startup.el (command-line): Register default tty colors.
7603
7604 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7605
7606 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7607
7608 * faces.el (modeline): For X frames, use a modeline with relief.
7609
7610 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7611
7612 * faces.el (frame-update-faces): Copied from 20.2.
7613 (frame-update-face-colors): Ditto. Code removed that isn't
7614 applicable in the new face implementation.
7615
7616 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7617
7618 * frame.el (show-trailing-whitespace): New.
7619
7620 * faces.el (trailing-whitespace): New basic face.
7621
7622 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7623
7624 * cus-face.el (custom-facep): Always define as alias for facep.
7625
7626 * cus-face.el (custom-face-attributes): Use choice widgets.
7627 Remove :bold and :italic.
7628
7629 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7630
7631 * faces.el (face-charset-registries): Removed since fontset.el
7632 is no always loaded.
7633
7634 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7635
7636 * faces.el (internal-get-face): Added as obsolete function for
7637 compatibility.
7638
7639 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7640
7641 * frame.el (blink-cursor-end): Call show-cursor.
7642 (blink-cursor-mode): Ditto.
7643
7644 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7645
7646 * faces.el (face-spec-reset-face): Reset all attributes to
7647 `unspecified'.
7648 (face-spec-set): Use it.
7649
7650 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7651
7652 * faces.el (read-all-face-attributes): Bug fix.
7653 (face-read-integer): Allow nil default value.
7654 (face-valid-attribute-values): Use symbol names of attribute
7655 values for completion list.
7656
7657 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7658
7659 * faces.el (internal-find-face): Define for compatibility with
7660 20.2.
7661 (face-id): Likewise.
7662
7663 * faces.el (face-id): Return the ID of a realized face for ASCII.
7664
7665 * fontset.el (x-charset-registries): Removed. Now in faces.el.
7666 (x-complement-fontset-spec): Use face-charset-registries.
7667
7668 * faces.el (face-font-selection-order): Set font selection order
7669 from Lisp.
7670 (face-alternative-font-family-alist): Set alternative font
7671 families from Lisp.
7672
7673 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7674
7675 * faces.el (set-face-charset-registries): Set symbol value.
7676
7677 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7678
7679 * faces.el (face-set-after-frame-default): Call function
7680 internal-merge-in-global-face.
7681
7682 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7683
7684 * faces.el (face-list): Return symbols from face-global-alist.
7685
7686 * faces.el (face-list): Return a copy of the face name list so
7687 that it cannot be modified from outside (facemenu.el uses
7688 nreverse, for example).
7689
7690 * cus-face.el (custom-face-attributes): Add :bold and :italic
7691 for compatibility with old code.
7692
7693 * faces.el (set-face-attributes-from-resources): Additional
7694 frame parameter.
7695 (make-face-x-resource-internal): Set attributes from resources
7696 for a given frame or all frames.
7697
7698 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7699
7700 * faces.el (all-faces): Removed.
7701
7702 * custom.el (defface): Add new face attributes to function
7703 comment.
7704
7705 * font-lock.el (font-lock-comment-face): Use new face attribute
7706 names.
7707 (font-lock-string-face): Ditto.
7708 (font-lock-keyword-face): Ditto.
7709 (font-lock-builtin-face): Ditto.
7710 (font-lock-function-name-face): Ditto.
7711 (font-lock-variable-name-face): Ditto.
7712 (font-lock-type-face): Ditto.
7713 (font-lock-reference-face): Ditto.
7714 (font-lock-warning-face): Ditto.
7715 ((boundp 'font-lock-face-attributes)): Ditto.
7716
7717 * cus-face.el (custom-face-attributes): Use new face attributes.
7718
7719 * faces.el (set-face-attribute-from-resource): Initialize
7720 from resources only for X and W32.
7721
7722 * cus-face.el (custom-declare-face): Don't make frame-local
7723 faces.
7724
7725 * faces.el (describe-face): Use princ instead of insert.
7726
7727 * faces.el: Add XLFD manipulation functions from 20.2 again
7728 because fontset.el uses them.
7729 (face-set-after-frame-default): Add empty definition.
7730
7731 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7732
7733 * faces.el (make-face): Correct typo.
7734 (set-face-attribute-from-resource): Use let*.
7735 (face-underline-p): Correct typo.
7736 (face-inverse-video-p): Ditto.
7737 (set-face-stipple): Ditto.
7738 (face-read-string): Make completion-list optional parameter.
7739
7740 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7741
7742 * faces.el (face-charset-registries): Alist mapping charset
7743 symbols to registries and encoding.
7744
7745 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7746
7747 * frame.el (blink-cursor-mode): Use interactive spec "P".
7748
7749 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7750
7751 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7752 mode. The cursor of selected_window blinks if the mode is enabled.
7753
7754 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7755
7756 * simple.el (next-history-element): Set point to the end of the
7757 prompt if minibuffer-prompt-in-buffer.
7758
7759 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7760
7761 * faces.el (x-font-regexp): Add sub-expression parentheses for
7762 several font name components.
7763
7764 1999-07-21 Gerd Moellmann <gerd@acm.org>
7765
7766 * faces.el (set-face-relief): Use index 12 for relief.
7767 (face-fill-in): Set relief from data.
7768 (internal-make-face): Init relief to zero.
7769
7770 * faces.el (face-spec-set): Call modify-face with additional
7771 parameters for relief and fixed-p.
7772
7773 1999-07-21 Gerd Moellmann <gerd@acm.org>
7774
7775 * cus-face.el: ':fixed and ':relief added.
7776
7777 * faces.el (describe-face): Add fixed font attribute and relief.
7778 (face-attr-match-p): Ditto.
7779 (face-attr-construct): Ditto.
7780 (face-spec-set): Ditto.
7781
7782 1999-07-21 Gerd Moellmann <gerd@acm.org>
7783
7784 * faces.el (internal-make-face): Function to create a Lisp vector
7785 suitable for representing a face.
7786 (make-face): Use it instead of make-vector.
7787 (x-create-frame-with-faces): Use it instead of vector.
7788 (internal-facep): Increase vector size to 14.
7789 (internal-make-face): Ditto.
7790 (face-relief): Access relief thickness.
7791 (face-fixed-p): Access fixed font attribute.
7792 (set-face-fixed-p): Set fixed font attribute.
7793 (set-face-relief): Set relief attribute.
7794 (internal-face-interactive-int): Read int attribute of face.
7795 (modify-face): Add fixed-p and relief parameters.
7796 (copy-face): Handle fixed-p and relief.
7797 (face-equal): Compare fixed-p and relief.
7798 (face-differs-from-default-p): Ditto.
7799 (face-nontrivial-p): Add fixed-p and relief.
7800
7801 1999-07-21 Gerd Moellmann <gerd@acm.org>
7802
7803 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
7804 (internal-facep): Increase vector size.
7805 (make-face): Ditto.
7806 (face-shadow-thickness): Added.
7807 (set-face-shadow-thickness): Added.
7808 (modify-face): Add optional shadow-thickness parameter.
7809 (make-face-x-resource-internal): Add shadows.
7810 (copy-face): Ditto.
7811 (face-equal): Ditto.
7812 (face-differs-from-default-p): Ditto.
7813 (face-nontrivial-p): Ditto.
7814 (face-attr-match-p): Ditto.
7815 (face-attr-construct): Ditto.
7816 (face-spec-set): Ditto.
7817 (face-fill-in): Ditto.
7818
7819 1999-07-21 Gerd Moellmann <gerd@acm.org>
7820
7821 * bench.el (bench-mark-split-window): New bench mark.
7822
7823 1999-07-21 Gerd Moellmann <gerd@acm.org>
7824
7825 * faces.el (set-face-font): Don't pass default font to
7826 x-resolve-font so that font will not have to be of the same
7827 size.
7828
7829 1999-07-20 Dave Love <fx@gnu.org>
7830
7831 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
7832 unconditionally t.
7833
7834 1999-07-20 Karl Heuer <kwzh@gnu.org>
7835
7836 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
7837
7838 1999-07-20 Dave Love <fx@gnu.org>
7839
7840 * help.el (describe-variable): Fix test for customizability.
7841
7842 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
7843 Check for readonly buffer in interactive spec.
7844 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
7845 (backward-kill-word): Add * to interactive spec.
7846
7847 * underline.el (underline-region, ununderline-region): Add * to
7848 interactive spec.
7849
7850 * fill.el (canonically-space-region, justify-current-line): Add *
7851 to interactive spec.
7852 (fill-region-as-paragraph, fill-paragraph, fill-region)
7853 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
7854 readonly buffer in interactive spec.
7855
7856 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
7857 (backward-kill-sentence, kill-sentence): Add * to interactive
7858 spec.
7859
7860 1999-07-19 Richard M. Stallman <rms@gnu.org>
7861
7862 * dired-aux.el (dired-do-shell-command): Doc fix.
7863
7864 * shell.el (shell-unquote-argument): New function.
7865 (shell-directory-tracker): Use shell-unquote-argument.
7866 * comint.el (comint-arguments): Handle \ followed by space or tab.
7867
7868 1999-07-19 John Wiegley <jwiegley@borland.com>
7869
7870 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
7871 color codes 39 and 49, which by the way lynx uses them seem to
7872 mean "foreground reset" and "background reset".
7873
7874 1999-07-19 Karl Heuer <kwzh@gnu.org>
7875
7876 * font-lock.el (c++-keywords): Add "typeid".
7877
7878 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
7879 selects no font, treat that as zero selections, not one.
7880
7881 1999-07-19 Dave Love <fx@gnu.org>
7882
7883 * info.el (Info-search): Don't lose with empty regexp.
7884
7885 * version.el: Cater for (free) `ident' program, not `which'.
7886
7887 * hl-line.el: New file.
7888
7889 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
7890 for modes which don't define menus.
7891
7892 1999-07-16 Richard M. Stallman <rms@gnu.org>
7893
7894 * webjump.el (webjump-sample-sites): Update some URLs.
7895
7896 1999-07-14 Richard Stallman <rms@gnu.org>
7897
7898 * Version 20.4 released.
7899
7900 1999-07-14 Andreas Schwab <schwab@gnu.org>
7901
7902 * compare-w.el (compare-windows): Try to find the next window in
7903 the current frame before looking at the other frames.
7904
7905 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
7906
7907 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
7908 Use cyrillic-jcuken as default input method.
7909
7910 1999-07-12 Richard Stallman <rms@gnu.org>
7911
7912 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
7913 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
7914
7915 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
7916 (ispell-local-dictionary-alist): Add koi8-r for character set.
7917
7918 * textmodes/flyspell.el (flyspell-get-word):
7919 Add special handling for when ispell-otherchars is empty.
7920
7921 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
7922
7923 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
7924 when having nested functons.
7925 (pascal-indent-nested-functions) (pascal-indent-line)
7926 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
7927 indenting nested functions.
7928
7929 1999-07-09 Richard Stallman <rms@gnu.org>
7930
7931 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
7932
7933 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
7934
7935 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
7936 the `end' keyword was in the very beginning of the buffer.
7937
7938 1999-07-08 Richard Stallman <rms@gnu.org>
7939
7940 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
7941
7942 * term.el (term-emulate-terminal): Avoid infinite loop
7943 in strange case where minibuffer window is selected but not active.
7944
7945 1999-07-07 Stephen Eglen <stephen@gnu.org>
7946
7947 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
7948 Change regexp so that it doesn't match commands beginning with `cd'.
7949
7950 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7951
7952 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
7953
7954 1999-07-06 Richard Stallman <rms@gnu.org>
7955
7956 * hscroll.el (hscroll-minibuffer-hook): New function.
7957 (hscroll-global-mode): Add and remove that hook.
7958 Set hscroll-old-truncate-was-global's default value.
7959
7960 1999-07-05 Richard Stallman <rms@gnu.org>
7961
7962 * files.el (revert-buffer): Don't preserve point here.
7963 (revert-buffer-insert-file-contents-function): Doc fix.
7964
7965 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
7966
7967 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
7968 doing a `stat' when it isn't necessary because that can cause
7969 trouble when an NFS server is down.
7970
7971 1999-07-04 Richard Stallman <rms@gnu.org>
7972
7973 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
7974
7975 1999-07-03 Richard Stallman <rms@gnu.org>
7976
7977 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
7978 for \200...\240 also.
7979 (isearch-printing-char): Use unibyte-char-to-multibyte.
7980
7981 1999-07-02 Richard Stallman <rms@gnu.org>
7982
7983 * frame.el (minibuffer-frame-alist): Use defcustom.
7984 (pop-up-frame-alist): Likewise.
7985 (initial-frame-alist): Specify * in the doc string.
7986
7987 * hscroll.el (hscroll-mode): Make it a permanent local.
7988 (hscroll-mode): Don't cancel the timer
7989 if HScroll mode is enabled in some other buffer.
7990
7991 * isearch.el (isearch-done): If search ends in middle of intangible
7992 text (due to text property), move on to the limit of that text.
7993
7994 1999-07-01 Andrew Innes <andrewi@gnu.org>
7995
7996 * man.el (Man-build-man-command): Use value of null-device,
7997 instead of hard-coding "/dev/null".
7998
7999 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8000 ange-ftp file names, which might force ange-ftp to prompt for a
8001 password.
8002
8003 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8004 to prevent references to temp files.
8005
8006 1999-06-30 Richard Stallman <rms@gnu.org>
8007
8008 * progmodes/sh-script.el (sh-feature): If nothing is known
8009 about the given shell, use the values for `sh'.
8010
8011 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8012
8013 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8014 to make it non-recursive.
8015
8016 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8017
8018 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8019
8020 * auto-show.el (auto-show-mode): Fix Typo in :set.
8021
8022 1999-06-29 Richard M. Stallman <rms@gnu.org>
8023
8024 * progmodes/sh-script.el (sh-mode): When setting syntax
8025 table, default to the standard one.
8026
8027 1999-06-27 Richard M. Stallman <rms@gnu.org>
8028
8029 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8030
8031 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8032
8033 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8034 a frame when `return' is requested (even if pop-up-frames = t)
8035 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8036 should only be set for the bibtex buffer.
8037
8038 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8039
8040 * progmodes/compile.el: Deal with compilation-error-screen-columns
8041 being buffer-local.
8042
8043 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8044
8045 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8046
8047 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8048
8049 * cal-x.el (calendar-only-one-frame-setup): New function.
8050 * calendar.el (calendar): Call it if requested.
8051
8052 1999-06-24 Karl Heuer <kwzh@gnu.org>
8053
8054 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8055
8056 1999-06-22 Richard M. Stallman <rms@gnu.org>
8057
8058 * mail/supercite.el (sc-emacs-features): Doc fix.
8059
8060 1999-06-22 Karl Heuer <kwzh@gnu.org>
8061
8062 * files.el (auto-mode-alist): Add pike-mode.
8063
8064 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8065
8066 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8067 last byte of a numeric field is a space or a NUL. Parse it as
8068 potentially part of the number. This is used by GNU tar
8069 1.12.64012 to handle larger values.
8070
8071 1999-06-20 Karl Heuer <kwzh@gnu.org>
8072
8073 * custom.el (custom-handle-keyword): Fix error message.
8074
8075 1999-06-18 Andrew Innes <andrewi@gnu.org>
8076
8077 * mail/smtpmail.el (smtpmail-send-it): Use
8078 convert-standard-filename to make file names for queued mail safe
8079 on Windows (`:' is invalid in file names on Windows).
8080
8081 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8082
8083 * international/mule-cmds.el (describe-current-input-method):
8084 Current-input-method is string.
8085 (toggle-input-method): Docstring fixed.
8086
8087 * international/mule-diag.el
8088 (describe-current-coding-system-briefly): Fix format string.
8089
8090 * international/mule-util.el (coding-system-eol-type-mnemonic):
8091 Docstring modified. Return a string.
8092
8093 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8094
8095 * sql.el (sql-input-ring-file-name): Doc fix.
8096
8097 1999-06-17 Richard M. Stallman <rms@gnu.org>
8098
8099 * calendar/cal-x.el (special-display-buffer-names):
8100 Don't put (get-file-buffer diary-file) on this list.
8101
8102 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8103
8104 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8105 Don't penalize player for certain impossible guesses.
8106
8107 1999-06-16 Andrew Innes <andrewi@gnu.org>
8108
8109 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8110 return the string "Unk 0 0000" so at least it appears to be a
8111 valid timestamp to `dired-move-to-filename-regexp'.
8112
8113 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8114
8115 * ps-print.el (ps-control-character): Fix previous change.
8116
8117 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8118
8119 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8120 multiple output of the last message.
8121
8122 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8123
8124 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8125 the ASCII apostrophe, as most DOS codepages have some other glyph
8126 there.
8127
8128 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8129
8130 * language/ethio-util.el (setup-ethiopic-environment-internal):
8131 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8132 (exit-ethiopic-environment): Likewize.
8133
8134 1999-06-12 Richard M. Stallman <rms@gnu.org>
8135
8136 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8137
8138 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8139
8140 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8141 custom-initialize-default to avoid infinite loop.
8142 (crisp-mode): (defun) Call transient-mark-mode here, not when
8143 loading the file. Run crisp-mode-hook here, and run
8144 crisp-load-hook when loading the file.
8145
8146 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8147 rmail-summary buffer, search for pattern in rmail-file.
8148
8149 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8150
8151 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8152
8153 * ps-print.el (ps-printer-name): Fix custom type.
8154
8155 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8156
8157 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8158 (vhdl-port-paste-generic-map): Fix indentation bug.
8159 (vhdl-port-paste-port-map): Fix indentation bug.
8160 (vhdl-scan-file-contents): Make scanning case insensitive.
8161
8162 1999-06-11 Richard M. Stallman <rms@gnu.org>
8163
8164 * files.el (write-file): When buffer is not already visiting a file,
8165 don't put buffer name in the minibuffer, just make it the default.
8166 Also handle just directory as arg usefully in that case.
8167
8168 * simple.el (sendmail-user-agent-compose):
8169 Ignore case when inserting the rest of the "other" headers.
8170
8171 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8172
8173 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8174 (info-lookup-interactive-arguments): Never insert the default
8175 into the minibuffer automatically.
8176
8177 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8178
8179 1999-06-09 Richard M. Stallman <rms@gnu.org>
8180
8181 * simple.el (shell-command): Avoid printing "mark set" message.
8182
8183 1999-06-09 Dave Love <fx@gnu.org>
8184
8185 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8186 digits in program name in first pattern.
8187
8188 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8189
8190 * vc.el (vc-dired-mode): Don't match anything before the date in
8191 dired-move-to-filename-regexp.
8192
8193 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8194
8195 * international/quail.el (quail-define-rules): Fix typo in
8196 docstring.
8197
8198 1999-06-05 Stephen Eglen <stephen@gnu.org>
8199
8200 * iswitchb.el (iswitchb-default-keybindings): Add
8201 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8202 than when package is loaded.
8203
8204 1999-06-04 Richard M. Stallman <rms@gnu.org>
8205
8206 * startup.el (command-line): Don't set user-init-file directly;
8207 tell `load' to set it.
8208
8209 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8210
8211 * simple.el (next-history-element):
8212 Handle minibuffer-text-before-history properly when reading sexps.
8213
8214 * disp-table.el (standard-display-european):
8215 For an interactive call by the user,
8216 don't set enable-multibyte-characters,
8217 and don't set the terminal coding system.
8218
8219 * textmodes/refbib.el: Don't print any messages or display
8220 a buffer when loading the library.
8221 (r2b-help): Doc fix.
8222 (r2b-help-message): Update the documentation.
8223 (r2b-load-quietly): Variable deleted.
8224 (r2b-convert-buffer): Doc fix.
8225
8226 1999-06-04 Dave Love <fx@gnu.org>
8227
8228 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8229
8230 * auto-show.el: Don't change hooks on loading.
8231 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8232 (auto-show-mode): Add to hooks here.
8233
8234 1999-06-04 Richard Sharman <rsharman@pobox.com>
8235
8236 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8237 recursion on bogus input.
8238
8239 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8240
8241 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8242 does not select a buffer from the buffers menu, then the attached
8243 frame is not switched to anything.
8244
8245 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8246
8247 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8248 (viet-viscii-...->viet-vscii...).
8249
8250 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8251
8252 1999-06-01 Dave Love <fx@gnu.org>
8253
8254 * progmodes/fortran.el: Add :link to defgroup.
8255 (fortran-blink-matching-if): Match ELSE statements too.
8256 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8257 that filling is always done.
8258
8259 1999-05-31 Richard M. Stallman <rms@gnu.org>
8260
8261 * simple.el (append-next-kill): Use an arg to distinguish
8262 interactive calls from Lisp calls, rather than (interactive-p).
8263
8264 * international/iso-transl.el (iso-transl-language-alist):
8265 Interchange n and N.
8266
8267 1999-05-31 Dave Love <fx@gnu.org>
8268
8269 * msb.el Add to minor-mode-map-alist. Remove hook installation
8270 and keymap munging on load.
8271 (msb-mode): New option.
8272 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8273 Doc fix.
8274 (msb-mode-map): New variable.
8275 (msb-mode): New command.
8276
8277 1999-05-31 Dave Love <fx@gnu.org>
8278
8279 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8280 (ispell-complete-word-dict): Likewise.
8281
8282 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8283
8284 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8285 force the data buffer to be saved, even if the data didn't
8286 change, in case the write filter was modified. Restore the
8287 current record after read-file-filter finishes.
8288
8289 1999-05-29 Karl Heuer <kwzh@gnu.org>
8290
8291 * ispell4.el: Obsolete; file deleted.
8292
8293 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8294
8295 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8296 VALUE is a syntax table.
8297
8298 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8299
8300 * simple.el (zap-to-char): Doc fix.
8301
8302 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8303
8304 * isearch.el (isearch-quote-char): Don't assume character codes
8305 0200 - 0237 stand for characters in some single-byte character
8306 charset.
8307
8308 1999-05-27 Dave Love <fx@gnu.org>
8309
8310 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8311
8312 1999-05-27 Andreas Schwab <schwab@gnu.org>
8313
8314 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8315 headerline does not exist already.
8316
8317 1999-05-26 Richard Stallman <rms@gnu.org>
8318
8319 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8320 Avoid nested null-loops.
8321
8322 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8323
8324 * international/characters.el: Typo fixed; prefered->preferred.
8325
8326 * international/mule-cmds.el (find-coding-systems-for-charsets):
8327 Typo fixed; prefered->preferred.
8328
8329 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8330 method in read-event.
8331
8332 * international/mule.el (charset-info): Doc-string fixed.
8333
8334 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8335
8336 * mail/smtpmail.el (smtpmail-send-it): Bind
8337 smtpmail-code-conv-from properly.
8338 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8339 by smtpmail-code-conv-from.
8340
8341 1999-05-24 Richard Stallman <rms@gnu.org>
8342
8343 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8344 Binding deleted also.
8345
8346 1999-05-24 Karl Heuer <kwzh@gnu.org>
8347
8348 * comint.el (comint-bol-or-process-mark): Doc fix.
8349
8350 1999-05-23 Dave Love <fx@gnu.org>
8351
8352 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8353 Enter it on minor-mode-map-alist.
8354 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8355 Autoload. Add custom setter.
8356 (crisp-mark-line): Doc fix.
8357 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8358 (crisp-mode-hook): Define.
8359
8360 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8361
8362 * files.el (recover-file): Recover buffer-file-coding-system.
8363
8364 1999-05-22 Richard Stallman <rms@gnu.org>
8365
8366 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8367 regexp match the date, to avoid treating date as file size.
8368 Add YYYY S option to WESTERN/
8369
8370 * bookmark.el: Delete some XEmacs compatibility code.
8371 (bookmark-jump-noselect): Check vc-backend.
8372
8373 * subr.el (add-to-list): Doc fix.
8374
8375 1999-05-21 Stephen Eglen <stephen@gnu.org>
8376
8377 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8378
8379 1999-05-18 Richard Stallman <rms@gnu.org>
8380
8381 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8382 non-space after the @anchor command.
8383 (texinfo-format-var): Handle other nested constructs, using
8384 texinfo-parse-expanded-arg and texinfo-discard-command, not
8385 texinfo-parse-arg-discard.
8386
8387 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8388 (debug): Bind and use debugger-outer-inhibit-redisplay.
8389 Bind inhibit-redisplay to nil.
8390 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8391
8392 1999-05-17 Dave Love <fx@gnu.org>
8393
8394 * help.el (describe-function-1): Extra arg, interactive-p.
8395 (describe-key, describe-function): Use it.
8396
8397 1999-05-17 Karl Heuer <kwzh@gnu.org>
8398
8399 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8400
8401 1999-05-16 Dave Love <fx@gnu.org>
8402
8403 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8404 scroll-preserve-screen-position, scroll-conservatively.
8405
8406 1999-05-16 Dave Love <fx@gnu.org>
8407
8408 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8409
8410 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8411
8412 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8413
8414 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8415
8416 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8417 magic number and is not associated with a file.
8418
8419 1999-05-14 Richard M. Stallman <rms@gnu.org>
8420
8421 * files.el (find-file-noselect-1): Fix previous change.
8422
8423 1999-05-14 Simon Marshall <simon@gnu.org>
8424
8425 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8426
8427 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8428
8429 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8430 docstring.
8431
8432 * international/mule-cmds.el: Change MULE to Mule in docstrings
8433 and menus.
8434
8435 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8436
8437 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8438 to correctly reflect the value of BaseLineOffset in
8439 RelativeCompose. Now the value of RelativeCompose is an array of
8440 low and high positions.
8441 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8442 RLC for the above change.
8443
8444 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8445
8446 * comint.el (comint-password-prompt-regexp): Modified to match the
8447 output of ksu and ssh-add.
8448
8449 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8450
8451 * language/korea-util.el (isearch-toggle-korean-input-method):
8452 Adjusted for the change of input method handling in isearch.el.
8453 (isearch-hangul-switch-symbol-ksc): Likewise.
8454 (isearch-hangul-switch-hanja): Likewise.
8455
8456 1999-05-10 Dave Love <fx@gnu.org>
8457
8458 * help.el (help-make-xrefs): Fix typo.
8459
8460 1999-05-10 Andreas Schwab <schwab@gnu.org>
8461
8462 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8463 unibyte-display-via-language-environment.
8464
8465 * help.el (help-make-xrefs): Handle more cases when looking for
8466 commands in a keymap description.
8467
8468 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8469
8470 * loadup.el: For ms-dos systems, load ccl and codepage.
8471
8472 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8473
8474 * ps-print.el (ps-control-character): Call
8475 ps-mule-prepare-ascii-font to setup ASCII fonts.
8476
8477 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8478 ps-multibyte-buffer is nil, use
8479 ps-mule-font-info-database-default."
8480
8481 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8482
8483 * ispell.el (ispell-local-dictionary-alist): New variable for
8484 customizing local dictionaries not accessable by everyone.
8485 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8486 (ispell-required-version): Changed format `(major minor
8487 revision)' to support general pattern matching.
8488 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8489 skip region commented out due to incorrect skip potential in std latex.
8490 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8491 cursor point on small words for calls from `ispell-minor-mode'.
8492 (check-ispell-version): Tests and accepts versions major.minor
8493 and above, with adjustments for interactions in 3.1.0-3.1.11.
8494 (ispell-get-line): No longer skips ispell process special characters.
8495 (ispell-comments-and-strings): Removed `when' macro call.
8496 (ispell-minor-check): Requires ispell-word to restore cursor point.
8497 (ispell-buffer-local-parsing): Supports checking comments only.
8498
8499 1999-05-08 Karl Heuer <kwzh@gnu.org>
8500
8501 * comint.el (comint-password-prompt-regexp): Fix last change to be
8502 more specific.
8503
8504 1999-05-07 Richard M. Stallman <rms@gnu.org>
8505
8506 * subr.el (with-temp-message): Fix the other call to message
8507 to use %s.
8508
8509 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8510
8511 * gud.el (gud-format-command): "%F" means file sans extension.
8512 (jdb): Use %F, not %f, for gud-break.
8513
8514 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8515
8516 * comint.el (comint-password-prompt-regexp): Modified so that it
8517 matches the output of kinit.
8518
8519 1999-05-06 Greg Stark <gsstark@mit.edu>
8520
8521 * timezone.el (timezone-parse-date): Recognize new format used in
8522 internet cookies.
8523
8524 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8525
8526 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8527
8528 1999-05-04 Andrew Innes <andrewi@gnu.org>
8529
8530 * time.el (display-time-update): Allow for wrap-around when
8531 checking against display-time-server-down-time.
8532
8533 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8534
8535 * international/mule-diag.el (describe-coding-system): Fix English
8536 message.
8537
8538 1999-05-03 Jason Rumney <jasonr@altavista.net>
8539
8540 * term/w32-win.el: Change the x-charset-registry property for the
8541 Japanese charsets that are supported by Japanese Windows fonts.
8542
8543 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8544
8545 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8546 diary-block diary entries for which the reminders and the diary
8547 entries can overlap.
8548
8549 1999-05-02 Jason Rumney <jasonr@altavista.net>
8550
8551 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8552 matches the font selected in the dialog.
8553
8554 1999-05-02 Dave Love <fx@gnu.org>
8555
8556 * browse-url.el (browse-url-browser-function): Add :version.
8557
8558 * international/mule.el (auto-coding-alist): Add .tgz.
8559
8560 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8561
8562 * international/codepage.el (cp-coding-system-for-codepage-1):
8563 Make the magnification parameter for the -dos encoder be 2.
8564
8565 1999-05-2 Andrew Innes <andrewi@gnu.org>
8566
8567 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8568 it is dropped, rather than current window.
8569
8570 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8571 after switching buffer, as case-fold-search is a buffer local
8572 variable.
8573
8574 * w32-fns.el (convert-standard-filename): Only convert directory
8575 separators to backslash if the interactive shell is one of the
8576 standard Windows shells that has DOS semantics.
8577
8578 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8579 format-time-string, and return a suitable string to indicate the
8580 timestamp was invalid.
8581
8582 * hexl.el (hexlify-command): Apply shell-quote-argument after
8583 expanding hexl-program in case exec-directory contains a space.
8584 (dehexlify-command): Ditto.
8585
8586 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8587 file extension regexps which aren't necessarily binary files.
8588 (direct-print-region-helper): Use subst-char-in-string instead of
8589 binding directory-sep-char to convert filenames to DOS syntax.
8590 (direct-print-region-use-command-dot-com): New variable.
8591 (direct-print-region-helper): Use it to control whether to invoked
8592 command.com to print on Windows 9x.
8593
8594 * browse-url.el (browse-url-browser-function): Default to
8595 browse-url-default-windows-browser on windows-nt.
8596 (browse-url-default-windows-browser): New function.
8597
8598 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8599
8600 * forms.el (forms-mode): Don't call forms-first-record or
8601 forms-last-record if the data file has zero records.
8602
8603 1999-04-29 Richard M. Stallman <rms@gnu.org>
8604
8605 * files.el (find-file-noselect-1): If buffer-file-name has changed
8606 after find-file-not-found-hooks runs, recompute the truename.
8607 And don't use FILENAME after that point.
8608
8609 1999-04-27 Dave Love <fx@gnu.org>
8610
8611 * paren.el (show-paren-mode)
8612 * which-func.el (which-func-mode-global)
8613 * type-break.el (type-break-mode)
8614 * time.el (display-time-mode)
8615 * rsz-mini.el (resize-minibuffer-mode)
8616 * mouse-sel.el (mouse-sel-mode)
8617 * icomplete.el (icomplete-mode)
8618 * hscroll.el (hscroll-global-mode)
8619 * help.el (temp-buffer-resize-mode)
8620 * font-lock.el (global-font-lock-mode)
8621 * delsel.el (delete-selection-mode)
8622 * avoid.el (mouse-avoidance-mode)
8623 * autoinsert.el (auto-insert-mode)
8624 * winner.el (winner-mode): Doc fix.
8625
8626 1999-04-26 Karl Heuer <kwzh@gnu.org>
8627
8628 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8629 the same whitespace that was ignored in choosing the subject string.
8630
8631 1999-04-26 Richard M. Stallman <rms@gnu.org>
8632
8633 * info.el (Info-find-node): Position properly after finding anchor.
8634
8635 * cus-start.el (all): Handle unibyte-display-via-language-environment.
8636
8637 * simple.el (indent-new-comment-line): Fix previous change.
8638
8639 * complete.el: Delete the wildcard expansion feature
8640 since that is now standard in find-file.
8641 (PC-try-load-many-files): Function deleted.
8642 (PC-after-load-many-files): Function deleted.
8643 (PC-many-files-list): Variable deleted.
8644 (PC-disable-wildcards): Variable deleted.
8645 (partial-completion-mode): Don't enable the wildcard feature.
8646
8647 * complete.el (PC-look-for-include-file): Don't set global variables
8648 `error', `buf' and `filename' here.
8649
8650 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8651
8652 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
8653
8654 * textmodes/outline.el (outline-regexp): Doc fix.
8655
8656 1999-04-26 John Wiegley <johnw@borland.com>
8657
8658 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8659 C++Builder 4.0 error message syntax.
8660
8661 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
8662
8663 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8664 supported, use find -exec.
8665
8666 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8667
8668 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8669 coding-system-for-write, to avoid hanging when non-interactive.
8670
8671 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
8672
8673 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8674 start with a newline.
8675
8676 1999-04-13 Ken'ichi Handa <handa@gnu.org>
8677
8678 * international/mule-conf.el (x-ctext): New coding system.
8679
8680 1999-04-12 Richard M. Stallman <rms@gnu.org>
8681
8682 * international/mule-cmds.el (input-method-function):
8683 Add permanent-local property.
8684
8685 1999-04-12 Dave Love <fx@gnu.org>
8686
8687 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8688 change to use jka-compr-byte-compiler-base-file-name.
8689
8690 * supercite.el (sc-scan-info-alist): Revert last change.
8691 (sc-attrib-selection-list): Fix :type here instead.
8692
8693 1999-04-11 Eli Zaretskii <eliz@gnu.org>
8694
8695 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8696 in the list of case-insensitive filesystems.
8697
8698 1999-04-09 Kenichi Handa <handa@etl.go.jp>
8699
8700 * international/fontset.el (create-fontset-from-fontset-spec):
8701 Don't register duplicated alias fontset names.
8702
8703 1999-04-08 Richard Stallman <rms@gnu.org>
8704
8705 * international/mule.el (auto-coding-alist-lookup): New function.
8706 (set-auto-coding): Use auto-coding-alist-lookup.
8707
8708 * jka-compr.el (jka-compr-insert-file-contents):
8709 Use auto-coding-alist-lookup to check for files that
8710 should not have eol conversion, in the unibyte case.
8711
8712 1999-04-07 Dave Love <fx@gnu.org>
8713
8714 * help.el (describe-variable): Check custom-loads property as well
8715 as custom-type.
8716
8717 * abbrev.el (abbrev-mode): Customizing sets the default value.
8718
8719 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
8720
8721 * vc.el (vc-backend-revert): For CVS files that were made
8722 writeable with "cvs edit", call "cvs unedit" to undo that.
8723
8724 1999-04-08 Dave Love <fx@gnu.org>
8725
8726 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8727 more.
8728 (sc-emacs-features): Recognize Emacs 20.
8729 (sc-read-string): Use history arg.
8730 (sc-scan-info-alist): Check for rtnvalue a cons.
8731
8732 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
8733
8734 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8735 coding system to encode the message by
8736 select-message-coding-system.
8737
8738 1999-04-07 Richard Stallman <rms@gnu.org>
8739
8740 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8741
8742 * winner.el: Reorder definitions.
8743
8744 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8745
8746 * mail/rmail.el (rmail-decode-babyl-format):
8747 Undo previous change.
8748
8749 1999-04-06 Richard Stallman <rms@gnu.org>
8750
8751 * info.el (Info-find-node): Check for an anchor at the
8752 proper place, before reading an indirect file.
8753
8754 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8755
8756 * jka-compr.el (jka-compr-insert-file-contents):
8757 Use raw-text-unix when we want no conversion.
8758
8759 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8760
8761 * timezone.el (timezone-parse-date): Corrected regexp for
8762 style (5) date format so that tenths of seconds are optional.
8763
8764 1999-04-05 Eli Zaretskii <eliz@gnu.org>
8765
8766 * term/internal.el (dos-cpNNN-setup): New function, with the guts
8767 of dos-codepage-setup.
8768 (cjk-codepages-alist): New variable, an alist of Far-Eastern
8769 codepages for which there's no need to set up cpNNN coding
8770 systems.
8771 (dos-codepage-setup): Support Far-Eastern DOS terminals.
8772
8773 1999-04-05 Richard Stallman <rms@gnu.org>
8774
8775 * mail/rmail.el (rmail-ignored-headers): Doc fix.
8776
8777 1999-04-02 Richard Stallman <rms@gnu.org>
8778
8779 * progmodes/compile.el (compilation-handle-exit): Do right thing
8780 if (car status) doesn't end in a newline.
8781
8782 1999-04-01 Dave Love <fx@gnu.org>
8783
8784 * progmodes/sql.el (SQL): Add defgroup :version.
8785
8786 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
8787
8788 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
8789 buffer-file-coding-system. If the coding system used is raw-text,
8790 etc., make the *Compiler Input* buffer unibyte.
8791
8792 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
8793
8794 * loadup.el: Don't write the fns-...el file if not dumping.
8795
8796 1999-03-31 Dave Love <fx@gnu.org>
8797
8798 * snmp-mode.el (snmp): Fix defgroup :version.
8799
8800 * hilit-chg.el (highlight-changes): Add defgroup :version.
8801
8802 1999-03-31 Andreas Schwab <schwab@gnu.org>
8803
8804 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
8805 the gnus-save-hidden-threads macro.
8806
8807 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
8808
8809 * faces.el (face-set-after-frame-default): Obey the
8810 `customized-face' for new faces.
8811
8812 1999-03-30 Dave Love <fx@gnu.org>
8813
8814 * international/mule-cmds.el (current-language-environment): Doc fix.
8815 * abbrev.el (abbrev-mode): Doc fix.
8816 * autoinsert.el (auto-insert-mode): Doc fix.
8817 * complete.el (partial-completion-mode): Doc fix.
8818 * avoid.el (mouse-avoidance-mode): Doc fix.
8819 * delsel.el (delete-selection-mode): Doc fix.
8820 * font-lock.el (global-font-lock-mode): Doc fix.
8821 * help.el (temp-buffer-resize-mode): Doc fix.
8822 * hscroll.el (hscroll-global-mode): Doc fix.
8823 * icomplete.el (icomplete-mode): Doc fix.
8824 * mouse-sel.el (mouse-sel-mode): Doc fix.
8825 * paren.el (show-paren-mode): Doc fix.
8826 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
8827 * time.el (display-time-mode): Doc fix.
8828 * type-break.el (type-break-mode): Doc fix.
8829 * which-func.el (which-func-mode-global): Doc fix.
8830 * winner.el (winner-mode): Doc fix.
8831
8832 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
8833
8834 * wid-edit.el (widget-before-change): Signal text-read-only rather
8835 than an ordinary error.
8836
8837 1999-03-30 Richard M. Stallman <rms@gnu.org>
8838
8839 * repeat.el: Don't require advice.
8840 (repeat): Do function-indirection in check for kbd macro.
8841 In self-insert case, use the *last* char in INSERTION.
8842
8843 1999-03-30 Karl Heuer <kwzh@gnu.org>
8844
8845 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
8846
8847 1999-03-29 Andreas Schwab <schwab@gnu.org>
8848
8849 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
8850 comint-input-filter-functions. Make variables related to shell
8851 directory tracking local.
8852
8853 1999-03-26 Andreas Schwab <schwab@gnu.org>
8854
8855 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
8856
8857 * simple.el (shell-command-on-region): Cope with exit-status being
8858 nil, which happens if call-process-region was interrupted.
8859
8860 1999-03-26 Richard M. Stallman <rms@gnu.org>
8861
8862 * simple.el (indent-new-comment-line): Handle use at a point
8863 after a comment-end. Handle multiple comments.
8864
8865 * mail/rmail.el (rmail-decode-babyl-format):
8866 To prevent locking, bind buffer-file-name to nil.
8867
8868 1999-03-26 Karl Fogel <kfogel@red-bean.com>
8869
8870 * mail-hist.el (mail-hist-current-header-name): Don't make
8871 off-by-one-error when determining if in message body.
8872
8873 1999-03-25 Andrew Innes <andrewi@gnu.org>
8874
8875 * w32-fns.el (set-default-process-coding-system): Copied from
8876 dos-w32.el, but modified to use Unix line endings for process
8877 input, and to add a suitable entry to process-coding-system-alist
8878 for DOS shells.
8879
8880 * dos-fns.el (set-default-process-coding-system): Copied from
8881 dos-w32.el.
8882
8883 * dos-w32.el (set-default-process-coding-system): Move function to
8884 dos-fns.el; a different version is used in w32-fns.el.
8885
8886 1999-03-24 Dave Love <fx@gnu.org>
8887
8888 * info.el (Info-directory-list): Revert change to re-writing
8889 Info-default-directory-list, but put `alternative' first.
8890 (Info-insert-dir): Modify selecting the top dir file as a consequence.
8891
8892 1999-03-23 Simon Marshall <simon@gnu.org>
8893
8894 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
8895 on the line by itself.
8896 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
8897 it is not in a declarative context.
8898
8899 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
8900
8901 * cus-edit.el (custom-variable-prompt): Allow customization of
8902 autoloaded symbols.
8903
8904 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
8905
8906 * simple.el (what-cursor-position): Don't cause error when point
8907 is at invalid multibyte sequence.
8908
8909 1999-03-21 Karl Heuer <kwzh@gnu.org>
8910
8911 * complete.el (partial-completion-mode): Doc fix.
8912
8913 1999-03-19 Richard M. Stallman <rms@gnu.org>
8914
8915 * progmodes/cplus-md.el (old-c++): Remove :group.
8916
8917 * progmodes/c-mode.el (old-c): Remove :group.
8918
8919 1999-03-18 Simon Marshall <simon@gnu.org>
8920
8921 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
8922 (java-font-lock-keywords-2): Added "strictfp" keyword.
8923
8924 1999-03-17 Jason Rumney <jasonr@altavista.net>
8925
8926 * w32-fns.el (set-w32-system-coding-system) New function.
8927 (w32-system-coding-system) Initialize to 'iso-latin-1.
8928
8929 1999-03-17 Eli Zaretskii <eliz@gnu.org>
8930
8931 * international/mule-cmds.el (set-language-environment): Fix
8932 previous change: don't use dos-codepage when unbound.
8933
8934 1999-03-17 Karl Heuer <kwzh@gnu.org>
8935
8936 * calendar/appt.el (appt-make-list): Fix previous change.
8937
8938 1999-03-16 Richard M. Stallman <rms@gnu.org>
8939
8940 * window.el (shrink-window-if-larger-than-buffer):
8941 Don't try to redisplay with the cursor at the end
8942 on its own line--that would force a scroll and spoil things.
8943
8944 1999-03-16 Eli Zaretskii <eliz@gnu.org>
8945
8946 * international/mule-cmds.el (set-language-environment): Don't use
8947 cpNNN-nonascii-translation-table if it is unbound.
8948
8949 * term/internal.el (dos-codepage-setup): Compute the unibyte
8950 syntax table and bind unibyte-display-via-language-environment
8951 here, rather than at top level, so that resetting to unibyte in
8952 .emacs works as expected.
8953
8954 1999-03-15 Simon Marshall <simon@gnu.org>
8955
8956 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
8957
8958 1999-03-14 Milan Zamazal <pdm@pvt.net>
8959
8960 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
8961
8962 1999-03-14 Kenichi Handa <handa@etl.go.jp>
8963
8964 * international/mule-util.el (detect-coding-with-priority):
8965 Restore the internal database.
8966
8967 1999-03-14 Stephen Eglen <stephen@gnu.org>
8968
8969 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
8970 if mail-from-style has invalid value.
8971
8972 1999-03-12 Karl Heuer <kwzh@gnu.org>
8973
8974 * vc.el (vc-delete-logbuf-window): New var.
8975 (vc-finish-logentry): Use it.
8976
8977 1999-03-12 Richard M. Stallman <rms@gnu.org>
8978
8979 * startup.el (command-line-1): Improve startup msg.
8980
8981 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
8982
8983 * speedbar.el: Added commentary about stealthy functions.
8984 (speedbar-message) new function.
8985 (speedbar-y-or-n-p): New function
8986 (speedbar-with-attached-buffer) Moved macro before reference.
8987 Now uses `save-selected-window'.
8988 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
8989 speedbar-generic-item-info, speedbar-item-info-file-helper,
8990 speedbar-item-delete, speedbar-insert-generic-list,
8991 speedbar-timer-fn, speedbar-check-vc-this-line,
8992 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
8993 speedbar-buffers-item-info) Use speedbar-message.
8994 (speedbar-item-info) Limit `message-log-max'.
8995 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
8996 speedbar-item-delete, speedbar-item-object-delete,
8997 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
8998
8999 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9000
9001 * server.el (server-start): Set coding system for the server
9002 process to raw-text.
9003 (server-process-filter): Decode file names if necessary.
9004
9005 1999-03-12 Dave Love <fx@gnu.org>
9006
9007 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9008
9009 * textmodes/paragraphs.el (sentence-end): Doc fix.
9010
9011 1999-03-11 Karl Heuer <kwzh@gnu.org>
9012
9013 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9014
9015 1999-03-09 Karl Heuer <kwzh@gnu.org>
9016
9017 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9018 (ispell-dictionary-alist-2): Likewise.
9019 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9020 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9021 (ispell-dictionary-alist): Build from six pieces, not just two.
9022
9023 * ps-bdf.el (bdf-directory-list): Doc fix.
9024
9025 * enriched.el (enriched-mode): Make var permanent-local.
9026
9027 1999-03-09 Dave Love <fx@gnu.org>
9028
9029 * textmodes/sgml-mode.el (html-mode): Use
9030 sentence-end-double-space when setting sentence-end.
9031
9032 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9033
9034 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9035
9036 1999-03-08 Felix Lee <flee@cygnus.com>
9037
9038 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9039
9040 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9041
9042 1999-03-08 Karl Heuer <kwzh@gnu.org>
9043
9044 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9045 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9046
9047 * dired.el (dired-do-copy-regexp): Doc fix.
9048 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9049
9050 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9051
9052 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9053
9054 1999-03-08 Jason Rumney <jasonr@altavista.net>
9055
9056 * international/codepage.el (cp1250-decode-table)
9057 (cp1251-decode-table, cp1253-decode-table)
9058 (cp1257-decode-table): New translation tables for MS Windows codepages.
9059 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9060
9061 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9062
9063 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9064
9065 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9066
9067 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9068
9069 * term/internal.el (top level): Display character 255 as 8bit as well.
9070
9071 1999-03-06 Dave Love <fx@gnu.org>
9072
9073 * progmodes/cc-cmds.el (c-outline-level): Bind
9074 buffer-invisibility-spec.
9075
9076 * progmodes/c-mode.el (c-outline-level): Likewise.
9077
9078 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9079
9080 1999-03-05 Felix Lee <flee@cygnus.com>
9081
9082 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9083
9084 1999-03-05 Richard M. Stallman <rms@gnu.org>
9085
9086 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9087
9088 1999-03-05 Andrew Innes <andrewi@gnu.org>
9089
9090 * w32-fns.el (convert-standard-filename): Convert directory
9091 separators to Windows format.
9092
9093 1999-03-05 Andreas Schwab <schwab@gnu.org>
9094
9095 * international/skkdic-cnv.el: Provide skkdic-cnv.
9096 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9097 (batch-skkdic-convert): Doc fix.
9098
9099 1999-03-04 Dave Love <fx@gnu.org>
9100
9101 * custom.el (custom-set-variables): Protect against setter errors.
9102
9103 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9104
9105 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9106 the file sizes from overflowing.
9107 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9108 Under -s, print the size in blocks with %4.0f, in case they have
9109 a *really* huge file.
9110
9111 1999-03-03 Dave Love <fx@gnu.org>
9112
9113 * options.el (edit-options): Doc fix.
9114 (list-options): Don't lose with unbound symbols. Maintain
9115 Edit-options-mode.
9116
9117 1999-03-01 Dave Love <fx@gnu.org>
9118
9119 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9120
9121 1999-02-28 Richard M. Stallman <rms@gnu.org>
9122
9123 * ispell.el (ispell-dictionary-alist-override): New variable.
9124 (ispell-dictionary-alist): Don't setq it,
9125 if ispell-dictionary-alist-override is set.
9126
9127 * simple.el (shell-command-default-error-buffer): Renamed from
9128 shell-command-on-region-default-error-buffer.
9129 (shell-command-on-region): Mention in echo area when there
9130 is some error output. Mention success or failure, too.
9131 Accumulate multiple error outputs
9132 going forward, with formfeed in between. Display the error buffer
9133 when we have put something in it.
9134 (shell-command): Add the ERROR-BUFFER argument feature.
9135
9136 1999-02-28 Karl Heuer <kwzh@gnu.org>
9137
9138 * mail/mh-utils.el (mh-lib): Doc fix.
9139 (mh-lib-progs, mh-nmh-p): New vars.
9140 (mh-find-progs): Set mh-lib-progs along with other vars.
9141 (mh-path-search): New arg FUNC-P; if specified, use that instead
9142 of mh-file-command-p.
9143 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9144
9145 * mail/mh-comp.el (mh-repl-formfile): New var.
9146 (mh-smail-batch): Don't ignore all arguments.
9147 (mh-reply): Do the right thing when using nmh.
9148
9149 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9150
9151 * international/mule-cmds.el (select-safe-coding-system): Be sure
9152 to show a buffer being decoded.
9153
9154 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9155
9156 * ps-bdf.el (bdf-directory-list): Initialize it to
9157 '("/usr/local/share/emacs/fonts/bdf").
9158
9159 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9160
9161 * ps-print.el: PostScript programming fix.
9162 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9163 setpagedevice operator).
9164
9165 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9166
9167 * ps-print.el: Doc fix, font size specifies landscape and portrait
9168 sizes.
9169 (ps-print-version): New version number (4.1.4).
9170 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9171 Specifies landscape and portrait sizes.
9172 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9173 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9174 fix.
9175 (ps-get-font-size): New fun.
9176 (ps-font-size-internal, ps-header-font-size-internal)
9177 (ps-header-title-font-size-internal): New vars.
9178
9179 * ps-mule.el: Change of ps-print font size variable name.
9180 (ps-mule-generate-font): Fun fix.
9181 (ps-mule-begin-job): Programming uniformization.
9182
9183 1999-02-25 Dave Love <fx@gnu.org>
9184
9185 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9186 (help-make-xrefs): Do Info case first.
9187
9188 * repeat.el: Don't require advice.
9189 (repeat-last-kill-command): Variable deleted.
9190
9191 1999-02-25 Richard Stallman <rms@gnu.org>
9192
9193 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9194 case just because the current buffer is the output buffer.
9195
9196 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9197
9198 * simple.el (what-cursor-position): To show the character's
9199 encoding, use encoded-string-description instead of information
9200 of chaset-origin-alist.
9201
9202 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9203 (encoded-code-description): New function.
9204 (encoded-string-description): New function.
9205 (encode-coding-char): New function.
9206
9207 1999-02-25 Andrew Innes <andrewi@gnu.org>
9208
9209 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9210 checking for .emacs[.el[c]].
9211
9212 1999-02-24 Richard Stallman <rms@gnu.org>
9213
9214 * help.el (describe-function-1): Don't print a whole lambda-function.
9215
9216 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9217
9218 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9219 inputting ?\240.
9220
9221 1999-02-23 Karl Heuer <kwzh@gnu.org>
9222
9223 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9224
9225 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9226 (clean-buffer-list-kill-buffer-names): Doc fix.
9227
9228 * gud.el (gud-jdb-massage-args): Spelling fix.
9229
9230 1999-02-23 Richard M. Stallman <rms@gnu.org>
9231
9232 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9233
9234 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9235
9236 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9237 excursion while calling set-auto-coding-function.
9238
9239 * play/handwrite.el (handwrite): Require ps-print, and use
9240 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9241 if it's defined, instead of forking ps-lpr-command unconditionally.
9242
9243 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9244
9245 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9246 charset-origin-alist property to a coding system for the codepage.
9247
9248 * international/mule.el: Modify comment for charset-origin-alist
9249 property of a coding system.
9250
9251 * simple.el (what-cursor-position): charset-origin-alist property
9252 of a coding system may be a translation table or a symbol of which
9253 `translation-table' property is a translation table.
9254
9255 1999-02-21 Richard Stallman <rms@gnu.org>
9256
9257 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9258 to the "html" template.
9259
9260 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9261
9262 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9263
9264 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9265
9266 * dirtrack.el (dirtrack): Check for the prompt in the input string
9267 instead of the buffer.
9268
9269 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9270
9271 * sql.el: Set version to 1.4.1. Changed mail address to
9272 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9273 (sql-input-ring-separator): Doc fix.
9274 (sql-mode-syntax-table): double-dash starts comments is defined as
9275 ". 56" instead of ". 12b" for XEmacs.
9276 (sql-stop, sql-interactive-mode): Doc fixes.
9277 (sql-postgres): Queries for database and server, not just one.
9278 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9279
9280 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9281 changed. This is needed for master.el to work.
9282 (sql-set-sqli-buffer): Use the new hook.
9283
9284 * sql.el (sql-make-alternate-buffer-name): Function that sets
9285 sql-alternate-buffer-name.
9286 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9287 (sql-interactive-mode): Set sql-alternate-buffer-name.
9288 (sql-rename-buffer): New command.
9289 (sql-interactive-mode-menu): Menu for SQLi buffers.
9290
9291 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9292 and sql-input-ring-file-name are used to temporarily set
9293 comint-input-ring-file-name and comint-input-ring-separator when
9294 reading and writing input history files.
9295
9296 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9297 (sql-input-ring-file-name): New variable with customization.
9298 (sql-input-ring-separator): New variable with customization.
9299 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9300 Callers changed.
9301 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9302 now includes the name of the current buffer.
9303
9304 (sql-mode): Set paragraph-separate and paragraph-start so that
9305 sql-send-paragraph sends the entire SQL statements, even if it
9306 contains indented lines.
9307
9308 1999-02-18 Dave Love <fx@gnu.org>
9309
9310 * format.el (format-encode-run-method, format-decode-run-method):
9311 Fix previous change.
9312
9313 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9314
9315 * international/mule.el (coding-system-list): Moved here from
9316 mule-util.el to avoid autoloading mule-util by the call of
9317 select-safe-coding-system.
9318
9319 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9320
9321 * simple.el (turn-on-auto-fill): Mark it as an option for
9322 `text-mode-hook'.
9323
9324 1999-02-17 Richard Stallman <rms@gnu.org>
9325
9326 * emacs-lisp/easymenu.el (easy-menu-get-map):
9327 Don't crash if (current-local-map) is nil.
9328
9329 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9330
9331 * filecache.el (file-cache-filter-regexps): Added .class.
9332
9333 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9334
9335 * international/mule-util.el (decompose-region): Use
9336 insert-buffer-substring instead of insert-buffer to avoid putting
9337 mark.
9338
9339 1999-02-17 Andreas Schwab <schwab@gnu.org>
9340
9341 * calendar/cal-move.el (scroll-calendar-left): Don't set
9342 displayed-month and displayed-year here, let generate-calendar do
9343 it, after range checking.
9344
9345 1999-02-17 Simon Marshall <simon@gnu.org>
9346
9347 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9348
9349 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9350 correctly between an object declared via a constructor and a method.
9351 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9352 (java-font-lock-keywords-1): Fontify package names individually.
9353 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9354 (java-font-lock-keywords-2): Simplify type fontification.
9355 (java-font-lock-keywords-3): Likewise.
9356
9357 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9358
9359 * language/japanese.el (iso-2022-jp-2): New coding system.
9360 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9361
9362 1999-02-16 Dave Love <fx@gnu.org>
9363
9364 * help.el (describe-function-1): Accept non-symbols.
9365
9366 1999-02-16 Paul Eggert <eggert@twinsun.com>
9367
9368 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9369 find the last match if there are multiple matches.
9370
9371 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9372
9373 * tex-mode.el (tex-run-command, latex-run-command)
9374 (slitex-run-command, tex-command): Doc changes.
9375 (tex-start-options-string): Autoload it. Doc change. Provide
9376 a menu for customization. Allow nil. Quote backslashes only once.
9377 (tex-start-tex): Handle nil value of tex-start-options-string
9378 and apply shell-quote-argument to it.
9379
9380 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9381
9382 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9383 the size in blocks, since it can be a float.
9384 (ls-lisp-format): Likewise
9385
9386 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9387
9388 * language/japanese.el (japanese-shift-jis): Add
9389 charset-origin-alist property.
9390
9391 1999-02-15 Richard Stallman <rms@gnu.org>
9392
9393 * progmodes/compile.el (compile-internal): Use save-selected-window.
9394
9395 * subr.el (momentary-string-display): Bind inhibit-read-only.
9396
9397 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9398
9399 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9400
9401 * mail/rmail.el (rmail-show-message): If an unseen message has a
9402 Summary-line in its header, get past one more line before looking
9403 for the X-Coding-System header.
9404
9405 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9406
9407 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9408 explicitly to accomodate Windows 9X lack of a useful copy program.
9409
9410 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9411
9412 * wid-edit.el (widget-choice-value-create): Use `equal'
9413 instead of `eq'.
9414
9415 1999-02-14 Richard Stallman <rms@gnu.org>
9416
9417 * international/iso-transl.el:
9418 (iso-transl-ae): Renamed from iso-transl-e-slash.
9419 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9420 (iso-transl-AE): Renamed from iso-transl-E-slash.
9421 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9422 (iso-transl-char-map): Related changes.
9423
9424 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9425
9426 1999-02-13 Richard Stallman <rms@gnu.org>
9427
9428 * textmodes/texinfmt.el (texinfo-alias): New function.
9429 (texinfo-fold-nodename-case): Add defvar.
9430 (texinfo-format-node): Do case folding if specified.
9431
9432 * ffap.el (ffap-file-at-point): Test local file names
9433 immediately. Strip off line numbers.
9434
9435 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9436
9437 * sql.el: Set version to 1.3.2
9438 (sql-solid-program): Added support for solid.
9439 (sql-help): Doc mentions sql-solid.
9440 (sql-solid): Entry function for Solid.
9441 (sql-buffer): Doc explains the use of the variable and how to
9442 change it.
9443 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9444 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9445 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9446 is new.
9447 (sql-show-sqli-buffer): New function to display the value of
9448 sql-buffer.
9449 (sql-change-sqli-buffer): New function to change sql-buffer.
9450 (sql-mode): Doc explains how to change sql-buffer.
9451 (sql-send-paragraph): New function to send a paragraph.
9452 (sql-mode-map): Added keybinding for sql-send-paragraph.
9453 (sql-mysql): Doc corrected.
9454 (sql-ms): Doc corrected.
9455
9456 * sql.el (sql-server): Doc fix.
9457 (sql-mysql): Added the use of sql-server to specify the host,
9458 sql-database now specifies database instead of host.
9459 (sql-mode-menu): Send... menu items are only active if sql-buffer
9460 is non-nil.
9461 (sql-help): Changed tag of entry functions a bit.
9462
9463 * sql.el: Added keywords from `finder-by-keyword'.
9464 (sql-mode): Made sql-buffer a local variable, changed the
9465 documentation: removed instructions to add *.sql files to
9466 auto-mode-alist, added documentation for having mutliple SQL
9467 buffers sending their stuff to different SQLi buffers, each
9468 running a different process.
9469 (sql-postgres): Quoted *SQL* in doc string.
9470 (sql-ms): Likewise.
9471 (sql-ingres): Likewise.
9472 (sql-ingres): Quoted *SQL* in doc string, added references to
9473 sql-user and sql-password used during login.
9474 (sql-sybase): Quoted *SQL* in doc string, added comma.
9475 (sql-oracle): Likewise.
9476 (sql-interactive-mode): Added extensive documentation for having
9477 mutliple SQL buffers sending their stuff to different SQLi
9478 buffers, each running a different process.
9479 (sql-buffer): Changed doc from *SQL* to SQLi.
9480 (sql-get-login): Doc fix.
9481
9482 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9483
9484 * international/mule-conf.el (undecided): Set ascii in
9485 safe-charsets property.
9486
9487 1999-02-12 Richard Stallman <rms@gnu.org>
9488
9489 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9490
9491 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9492
9493 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9494 value to ps-mule-font-info-database-latin.
9495
9496 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9497
9498 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9499 (ps-mule-font-info-database-default): New variable.
9500 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9501 ps-mule-font-info-database-default.
9502
9503 1999-02-12 Dave Love <fx@gnu.org>
9504
9505 * timezone.el (timezone-make-date-sortable)
9506 (timezone-make-date-arpa-standard): Doc fix.
9507
9508 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9509
9510 * international/quail.el (quail-show-kbd-layout): Bind
9511 blink-matching-paren to nil.
9512
9513 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9514 for ASCII and Latin-1.
9515
9516 1999-02-12 Andreas Schwab <schwab@gnu.org>
9517
9518 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9519
9520 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9521
9522 * international/mule-cmds.el (language-info-alist): Remove
9523 description about charset-origin-alist.
9524
9525 * international/mule.el: Comment added for a new coding system
9526 property `charset-origin-alit'.
9527 (make-translation-table): This variable deleted.
9528
9529 * language/chinese.el (chinese-big5): Add charset-origin-alist
9530 property.
9531 ("Chinese-CNS"): Remove charset-origin-alist property.
9532
9533 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9534 property.
9535 (cyrillic-alternativnyj): Likewise.
9536 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9537 ("Cyrillic-ALT"): Likewise.
9538
9539 * language/vietnamese.el (vietnamese-viqr): Add
9540 charset-origin-alist property.
9541 ("Vietnamese"): Remove charset-origin-alist property.
9542
9543 * simple.el (what-cursor-position): Don't use the varialbe
9544 charset-origin-alist, but use charset-origin-alist property of
9545 buffer-file-coding-system to decide external character set code.
9546
9547 1999-02-10 Richard Stallman <rms@gnu.org>
9548
9549 * shadowfile.el: Don't turn on the mode when the file is loaded.
9550
9551 1999-02-09 Richard Stallman <rms@gnu.org>
9552
9553 * progmodes/compile.el (compile-auto-highlight): Customize.
9554
9555 * add-log.el (add-log-file-name-function): New variable.
9556 (add-change-log-entry): Call that function, if non-nil.
9557
9558 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9559
9560 * rmail.el (rmail-search): Track match with a marker, not an integer.
9561
9562 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9563
9564 * progmodes/compile.el (compilation-setup): Set value of
9565 compilation-directory-stack as in compilation-forget-errors.
9566 (compile-reinitialize-errors): Bind buffer-undo-list and
9567 deactivate-mark.
9568 (compilation-forget-errors): Likewise.
9569
9570 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9571
9572 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9573 def... constructs.
9574
9575 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9576 Remove calls to sleep-for.
9577
9578 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9579
9580 * international/codepage.el (cp-coding-system-for-codepage-1): On
9581 MS-DOS, use dos-unsupported-char-glyph for characters not
9582 supported by the codepage.
9583 (cp-make-coding-systems-for-codepage): Likewise.
9584
9585 1999-02-08 Andreas Schwab <schwab@gnu.org>
9586
9587 * international/mule-util.el (coding-system-list): Don't sort
9588 coding-system-list here.
9589
9590 * international/mule.el (coding-system-lessp): Moved here from
9591 mule-util.el
9592 (add-to-coding-system-list): New function.
9593 (make-subsidiary-coding-system, make-coding-system,
9594 define-coding-system-alias): Use it instead of setting
9595 coding-system-list directly.
9596
9597 1999-02-07 Dave Love <fx@gnu.org>
9598
9599 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9600 onto message.
9601
9602 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9603
9604 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9605 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9606
9607 1999-02-06 Richard Stallman <rms@gnu.org>
9608
9609 * language/european.el (setup-slovenian-environment): New function.
9610 ("Slovenian"): New language environment.
9611
9612 * progmodes/sql.el (sql-help): Doc fix.
9613 (sql-mysql): Doc fix.
9614
9615 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9616
9617 * tex-mode.el: When compiling, require compare-w and skeleton
9618 to pacify the byte-compiler. Move the def's of the tex-commands
9619 together. Add a comment on kill-process vs. quit-process.
9620
9621 1999-02-05 Dave Love <fx@gnu.org>
9622
9623 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9624 null markers.
9625 (compile-goto-error): Likewise.
9626
9627 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
9628
9629 * time-stamp.el (time-stamp-format): Format doc tighter.
9630 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9631 (time-stamp): Don't re-write the time stamp if it didn't change.
9632
9633 1999-02-05 Alex Schroeder <asc@bsiag.com>
9634
9635 * progmodes/sql.el: Changed version to 1.2.1.
9636 (sql-pop-to-buffer-after-send-region): Improved documentation.
9637 (sql-mysql-program): Added MySQL support.
9638 (sql-prompt-length): Made prompt-length configurable.
9639 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9640 (sql-help): Added MySQL support, changed documentation.
9641 (sql-send-region): A message is displayed if something is sent.
9642 (sql-mode): Added buffer-local comment-start.
9643 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9644 (sql-interactive-mode): Added buffer-local comment-start.
9645 (sql-oracle): Set sql-prompt-length.
9646 (sql-sybase): Set sql-prompt-length.
9647 (sql-mysql): Added MySQL support.
9648 (sql-ingres): Set sql-prompt-length.
9649 (sql-ms): Set sql-prompt-length.
9650 (sql-postgres): Set sql-prompt-length.
9651
9652 1999-02-04 Eli Zaretskii <eliz@gnu.org>
9653
9654 * term/internal.el (dos-codepage-setup): Set selection coding
9655 system to cpNNN-dos.
9656
9657 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9658
9659 * international/characters.el: Let ethiopic use iso-2022-7bit.
9660
9661 1999-02-02 Dave Love <fx@gnu.org>
9662
9663 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9664 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9665
9666 1999-02-02 Karl Heuer <kwzh@gnu.org>
9667
9668 * terminal.el (terminal-emulator): Doc fix.
9669
9670 1999-02-02 Ken'ichi Handa <handa@gnu.org>
9671
9672 * international/mule-util.el (compose-chars): Doc-string
9673 modified. Correctly handle a composition character in ARGS.
9674
9675 1999-02-01 Richard Stallman <rms@gnu.org>
9676
9677 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9678 (makefile-menu-index-function): Function deleted.
9679 (makefile-mode): Use makefile-imenu-generic-expression.
9680
9681 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
9682
9683 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9684 change, invoke from before-init-hook.
9685
9686 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
9687
9688 * subr.el (remove-from-invisibility-spec): Cope with the case when
9689 buffer-invisibility-spec is t.
9690
9691 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
9692
9693 * calendar/calendar.el (calendar-mode-map): Fix bindings for
9694 appt-add and appt-delete.
9695
9696 1999-02-01 Eli Zaretskii <eliz@gnu.org>
9697
9698 * term/pc-win.el (msdos-approximate-color): New function.
9699 (msdos-color-translate): Call it to find a DOS color that best
9700 approximates an X-style "#NNNNNN" color specification.
9701
9702 1999-02-01 Ken'ichi Handa <handa@gnu.org>
9703
9704 * international/mule-util.el (compose-chars-component): Add
9705 autoload cookie.
9706
9707 1999-01-31 Ken'ichi Handa <handa@gnu.org>
9708
9709 * international/quail.el (quail-lookup-key): If cdr of MAP is a
9710 function, replace cdr of MAP by the return value of the function
9711 unconditionally.
9712
9713 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9714
9715 * progmodes/compile.el (compilation-next-error-locus): Don't
9716 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9717
9718 1999-01-31 Eli Zaretskii <eliz@gnu.org>
9719
9720 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9721 and NLs before "charset", and allow the charset name be in double
9722 quotes.
9723
9724 1999-01-31 Richard Stallman <rms@gnu.org>
9725
9726 * imenu.el (imenu-sort-function): Fix custom type.
9727
9728 1999-01-30 Richard Stallman <rms@gnu.org>
9729
9730 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9731 (speedbar-line-token): Likewise.
9732
9733 * play/gametree.el (gametree-default-score): Use defcustom.
9734 (gametree-score-regexp, gametree-score-closer): Likewise.
9735 (gametree-score-manual-flag, gametree-score-opener): Likewise.
9736
9737 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9738
9739 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9740 decoding.
9741
9742 1999-01-29 Markus Rost <rost@gnu.org>
9743
9744 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9745 tex-validate-buffer.
9746 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9747 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
9748 now with recent occur-mode.
9749 (tex-validate-region): Really walk through all Sexps.
9750 (tex-region): Bind shell-dirtrack-verbose.
9751 (tex-file, tex-bibtex-file): Likewise.
9752
9753 1999-01-29 Dave Love <fx@gnu.org>
9754
9755 * finder.el: (finder-commentary): Fix interactive spec. Try
9756 appending .el to file name.
9757 (finder-find-library, finder-commentary): Doc fixes.
9758
9759 1999-01-29 Andrew Innes <andrewi@gnu.org>
9760
9761 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9762 where the userid contains directory separators.
9763
9764 1999-01-29 Dave Love <fx@gnu.org>
9765
9766 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9767 (lm-commentary): Doc fix.
9768
9769 1999-01-29 Andreas Schwab <schwab@gnu.org>
9770
9771 * files.el (file-expand-wildcards): Never consider `.' and `..' a
9772 wildcard match. Fix regexp that tests if dirpart contains
9773 wildcard characters.
9774
9775 1999-01-28 Richard Stallman <rms@gnu.org>
9776
9777 * font-lock.el (font-lock-default-unfontify-region):
9778 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
9779
9780 1999-01-27 Jason Rumney <jasonr@altavista.net>
9781
9782 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
9783 from FAMILY field.
9784 (w32-create-initial-fontsets): Do not use before-init-hook.
9785 (mouse-set-font): Document. Automatically create and use fontsets.
9786
9787 * dos-w32.el (direct-print-region-helper): Check for printer
9788 being t as well as a string.
9789
9790 1999-01-27 Kenichi Handa <handa@etl.go.jp>
9791
9792 * mail/rmail.el (rmail-decode-mime-charset): New variable.
9793 (rmail-mime-charset-pattern): New variable.
9794 (rmail-convert-to-babyl-format): Decode by MIME-charset if
9795 rmail-decode-mime-charset is non-nil.
9796
9797 1999-01-27 Ken'ichi Handa <handa@gnu.org>
9798
9799 * international/characters.el: Set category `q' for all characters
9800 in tibetan and tibetan-1-column.
9801
9802 1999-01-27 Andrew Innes <andrewi@gnu.org>
9803
9804 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
9805 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
9806
9807 1999-01-27 Dave Love <fx@gnu.org>
9808
9809 * international/mule-cmds.el (current-language-environment):
9810 Provide :link, :type (choices) and appropriate :get.
9811
9812 1999-01-27 Eli Zaretskii <eliz@gnu.org>
9813
9814 * startup.el (command-line): Set default eol-mnemonic-* strings to
9815 display end-of-line format in mode line.
9816
9817 * cus-start.el (all): Add eol-mnemonic-* variables.
9818
9819 1999-01-26 Dave Love <fx@gnu.org>
9820
9821 * startup.el (command-line-1): Up-date copyright.
9822
9823 * paths.el (Info-default-directory-list): Use configdir twice.
9824
9825 * info.el (Info-directory-list): Don't set path-separator now
9826 we're not shipped with Texinfo. Simplify path definition.
9827 Substitute all occurrences of instdir in Info-default-directory-list.
9828
9829 1999-01-25 Richard Stallman <rms@gnu.org>
9830
9831 * startup.el (normal-top-level-add-subdirs-to-load-path):
9832 Record the inode numbers of the dirs processed, to avoid loop.
9833
9834 * textmodes/tex-mode.el (tex-run-command): Doc fix.
9835
9836 1999-01-25 Dave Love <fx@gnu.org>
9837
9838 * browse-url.el (browse-url-netscape-program): Doc addition.
9839
9840 * help.el (help-make-xrefs): Default info references to an `(emacs)'
9841 prefix.
9842
9843 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
9844 auto-mode-alist.
9845
9846 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9847
9848 * calendar/diary-lib.el (mark-diary-entries): Use
9849 assoc-ignore-case and do not capitalize when matching month and
9850 day names.
9851
9852 * calendar/calendar.el (calendar-read-date): Ditto.
9853
9854 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9855 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9856
9857 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
9858
9859 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9860
9861 * calendar/cal-islam.el (calendar-goto-islamic-date)
9862 (mark-islamic-diary-entries): Ditto.
9863
9864 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9865
9866 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9867 (calendar-read-mayan-tzolkin-date): Ditto.
9868
9869 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
9870
9871 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
9872
9873 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
9874
9875 1999-01-25 Karl Heuer <kwzh@gnu.org>
9876
9877 * faces.el (list-faces-display): Multiline case of previous fix.
9878
9879 1999-01-25 Andreas Schwab <schwab@gnu.org>
9880
9881 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
9882
9883 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
9884
9885 * files.el (find-file): If find-file-noselect returns a list,
9886 do switch-to-buffer on each element.
9887 (find-file-other-window): Likewise for all but the first element.
9888 (find-file-other-frame): Same.
9889 (find-file-noselect): When we expand a wildcard, return a list
9890 of buffers.
9891
9892 1999-01-24 Eli Zaretskii <eliz@gnu.org>
9893
9894 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
9895 to set the appropriate cpNNN-dos coding system as the
9896 highest-priority coding system.
9897
9898 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9899
9900 * international/fontset.el (generate-fontset-menu): Return a
9901 sorted list by plain names of fontsets.
9902
9903 * international/mule-diag.el (list-fontsets): Sort fontsets by
9904 plain names.
9905
9906 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
9907 FIRST is a composite character, decompose it at first.
9908
9909 1999-01-23 Dave Love <fx@gnu.org>
9910
9911 * format.el: Doc fixes.
9912 (format-encode-run-method): Have things happen in the right buffer.
9913 Deal with errors from method. Set coding-system-for-write.
9914 (format-decode-run-method): Have things happen in the right buffer.
9915 Deal with errors from method. Set coding-system-for-read.
9916 (format-alist): Use nil instead of unmatchable regexps.
9917
9918 * simple.el (shell-command-on-region): Return command's exit status.
9919
9920 1999-01-23 Eric Ludlam <zappo@gnu.org>
9921
9922 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
9923 of the file whose info we want to display.
9924 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
9925 (speedbar-add-mode-functions-list) Improve doc.
9926 (speedbar-line-token) New function.
9927 (speedbar-dired) Fix order of directories in -shown-directories.
9928 (speedbar-line-path): Default return is default-directory
9929 (speedbar-buffers-line-path): Return is dir name only.
9930 (speedbar-mode-functions-list): New variable.
9931 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
9932 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
9933 speedbar-files-item-info speedbar-buffers-item-info): New functions.
9934 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
9935 New functions.
9936 (speedbar-line-file): Broke out part that fetches file from a line.
9937 (speedbar-line-text): New function extracted from speedbar-line-file.
9938 (speedbar-line-path): Converted into a replaceable function.
9939 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
9940
9941 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9942
9943 * international/fontset.el (create-fontset-from-x-resource): Make
9944 style variants.
9945
9946 1999-01-22 Dave Love <fx@gnu.org>
9947
9948 * paths.el (Info-default-directory-list): Put sysdir after start.
9949
9950 1999-01-22 Sam Steingold <sds@goems.com>
9951
9952 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
9953 a process associated with it.
9954
9955 1999-01-22 Jason Rumney <jasonr@altavista.net>
9956
9957 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
9958
9959 1999-01-22 Felix Lee <flee@cygnus.com>
9960
9961 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
9962 major-mode.
9963 (vc-annotate-mode): Delete variable.
9964
9965 1999-01-22 Andrew Innes <andrewi@gnu.org>
9966
9967 * startup.el (command-line): [windows-nt]: Check for existence of
9968 .emacs file so as to notice .emacs.el or .emacs.elc and use them
9969 in preference to _emacs.
9970
9971 1999-01-22 Dave Love <fx@gnu.org>
9972
9973 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
9974
9975 1999-01-20 Richard Stallman <rms@gnu.org>
9976
9977 * files.el (find-file-noselect): Do wildcard processing only
9978 if new arg WILDCARDS is non-nil.
9979 (find-file, find-file-other-window): New arg WILDCARDS.
9980 Default it to non-nil if interactive.
9981 (find-file-other-frame): Likewise.
9982 (find-file-read-only): Likewise.
9983 (find-file-read-only-other-window): Likewise.
9984 (find-file-read-only-other-frame): Likewise.
9985
9986 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
9987 (widget-plist-convert-option): Delete spurious comma.
9988
9989 1999-01-19 Jason Rumney <jasonr@altavista.net>
9990
9991 * term/w32-win.el (w32-standard-fontspec-spec): Change
9992 iso8859-5 to koi8-r. Add iso8859-9.
9993
9994 1999-01-19 Dave Love <fx@gnu.org>
9995
9996 * browse-url.el (browse-url-maybe-new-window): Delete macro and
9997 its uses.
9998
9999 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10000 is active.
10001 (fortran-indent-subprogram): Likewise.
10002
10003 1999-01-19 Dave Love <d.love@dl.ac.uk>
10004
10005 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10006
10007 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10008
10009 * wid-edit.el (alist): Use sexp as default key-type.
10010
10011 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10012
10013 * textmodes/tex-mode.el (tex-define-common-keys):
10014 Remove key binding of tex-feed-input.
10015 (tex-mode-map): Bind tex-feed-input here.
10016 (tex-start-shell): Use compilation-shell-minor-mode. Set
10017 comint-input-filter-functions before running tex-shell-hook.
10018 (tex-start-tex): Forget compilation errors.
10019 (tex-compilation-parse-errors): Rewritten to work also with
10020 compile-mouse-goto-error and compile-goto-error. Adjusted to
10021 change in tex-region.
10022 (tex-region): For the temp file use file-name without directory.
10023 (tex-file): Expand file name of tex-print-file.
10024
10025 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10026
10027 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10028
10029 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10030
10031 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10032 beginning could cause Emacs to hang. Fixed.
10033
10034 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10035
10036 * international/ccl.el (ccl-compile-translate-character): Handle
10037 the case that a tranlation table is CCL register correctly.
10038
10039 * international/mule-cmds.el (select-safe-coding-system):
10040 Hightlight at most 256 characters.
10041
10042 1999-01-18 Dave Love <fx@gnu.org>
10043
10044 * startup.el (command-line): If the init file changes operation to
10045 unibyte, make all buffers unibyte and re-set language environment.
10046
10047 * disp-table.el (standard-display-european): Make all existing
10048 buffers unibyte. Fix doc.
10049
10050 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10051
10052 * wid-edit.el (coding-system): Define this unconditionally.
10053
10054 * simple.el (shell-command-on-region-default-error-buffer): New var.
10055 (shell-command-on-region): Use that variable as interactive
10056 value of ERROR-BUFFER argument.
10057
10058 1999-01-17 Sam Steingold <sds@goems.com>
10059
10060 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10061
10062 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10063
10064 * progmodes/compile.el (compilation-goto-locus): If already in the
10065 compilation buffer's window, keep it in that window.
10066 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10067 (compile-goto-error): Don't play with windows.
10068
10069 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10070 (tex-command): Doc fix.
10071 (tex-compilation-parse-errors): Doc fix.
10072 (tex-generate-zap-file-name): Don't start the name with -.
10073 (tex-expand-files): Works now also with strings ending with ":".
10074
10075 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10076
10077 Patch failed to install:
10078 * gametree.el: Document scoring functionality.
10079 (gametree-score-regexp): Add optional plus sign.
10080 (gametree-score-opener): Replace `:' with `=' as the former
10081 conflicts with gametree-half-ply-regexp.
10082 (gametree-transpose-following-leaves): Add.
10083 (gametree-insert-new-leaf): Make modifying commands barf in read
10084 only buffers.
10085 (gametree-break-line-here): Add a call to
10086 `gametree-transpose-following-leaves'. This maintains the
10087 necessary invariant that on each level all leaf children precede
10088 all nonleaf children. This has always been implied, but left to
10089 the user, and, unfortunately, undocumented.
10090
10091 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10092
10093 * wid-edit.el (plist, alist): New widget types.
10094
10095 1999-01-17 Dave Love <fx@gnu.org>
10096
10097 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10098 fix scope of condition-case therein.
10099
10100 1999-01-17 Andrew Innes <andrewi@gnu.org>
10101
10102 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10103 default-buffer-file-coding-system when file doesn't exist (and
10104 isn't covered by a special case) instead of forcing undecided-dos
10105 against the user's wishes.
10106
10107 * dos-w32.el (direct-print-region-helper): New function based on
10108 direct-print-region-function; sends data to specified printer port
10109 without further translation. Recognize and handle specially the
10110 standard `print' and `nprint' programs, as well as `lpr' and
10111 similar programs. Only write directly to the printer port if no
10112 print program is specified. Work around a bug in Windows 9x
10113 affecting Win32 version of Emacs by invoking command.com to write
10114 to the printer port instead of writing directly.
10115 (direct-print-region-function): Use direct-print-region-helper to
10116 do most of the work.
10117 (direct-ps-print-region-function): New function; analogue of
10118 direct-print-region-function for ps-print.
10119 (ps-lpr-command): Comment out setq; leave as example usage.
10120 (ps-lpr-switches): Ditto.
10121
10122 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10123 and MS-Windows.
10124 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10125 DOS and Windows platforms, to indicate direct printing. Update
10126 the docstring accordingly.
10127
10128 * ps-print.el: (ps-printer-name): Update docstring about usage on
10129 MS-DOS and MS-Windows.
10130 (ps-lpr-command): Update docstring as for lpr-command.
10131 (ps-print-region-function): New variable.
10132 (ps-do-despool): Use it.
10133 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10134 DOS/Windows.
10135
10136 * subr.el (subst-char-in-string): New function.
10137
10138 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10139
10140 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10141
10142 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10143 (bdf-find-font-info): New function, looks for the first readable
10144 file from a list of alternatives.
10145 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10146 instead of bdf-get-font-info.
10147 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10148 to ps-mule-generate-bitmap-glyph.
10149
10150 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10151 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10152 now be a list of alternative names.
10153 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10154 (ps-mule-prepare-font): Likewise.
10155
10156 * international/codepage.el (cp855-decode-table,
10157 cp850-decode-table): Fill some nil entries.
10158
10159 1999-01-16 Dave Love <fx@gnu.org>
10160
10161 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10162 last change.
10163
10164 1999-01-15 Dave Love <fx@gnu.org>
10165
10166 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10167 and change regexp for command names.
10168 (help-xref-go-back, function-called-at-point, symbol-file)
10169 (where-is): Doc fixes.
10170 (help-xref-go-back): Remove interactive spec.
10171 (describe-function-1): Fix message for alias. Buttomize alias
10172 name.
10173
10174 * simple.el (join-line): New alias.
10175
10176 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10177
10178 * forms.el: (forms--show-record): Convert integers to string
10179 expicitly since concat will no longer accept integers.
10180 (forms-print): Use local `total-nb-records' since
10181 `forms--total-records' will be inaccessible after buffer switching.
10182
10183 1998-01-14 Felix Lee <flee@cygnus.com>
10184
10185 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10186
10187 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10188
10189 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10190
10191 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10192
10193 * international/codepage.el (cp850-decode-table): Fix previous change.
10194
10195 1999-01-14 Simon Marshall <simon@gnu.org>
10196
10197 * shell.el (shell-dirtrack-verbose): New custom variable.
10198 (shell-dirstack-message): Use it.
10199
10200 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10201
10202 * international/mule-conf.el: Coding system alias `dos' for
10203 `undecided-dos', `mac' for `undecided-mac'.
10204
10205 * international/mule-cmds.el (describe-language-environment):
10206 Don't alter input-method-alist.
10207
10208 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10209
10210 * international/codepage.el (cp850-decode-table): Replace nil
10211 entries with codes of similary looking glyphs. (Suggested by
10212 Jason Rumney <jasonr@altavista.net>.)
10213
10214 1999-01-13 Dave Love <fx@gnu.org>
10215
10216 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10217
10218 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10219
10220 1999-01-12 Karl Heuer <kwzh@gnu.org>
10221
10222 * files.el (auto-save-hook): Defvar this.
10223
10224 1999-01-12 Alex Schroeder <asc@bsiag.com>
10225
10226 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10227 faces, eliminating the need to load font-lock before loading sql.
10228 (sql-mode-oracle-font-lock-keywords): Likewise.
10229 (sql-mode-postgres-font-lock-keywords): Likewise.
10230
10231 1999-01-11 Dave Love <fx@gnu.org>
10232
10233 * cus-start.el: Add inhibit-eol-conversion.
10234
10235 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10236 the values round.
10237
10238 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10239
10240 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10241 Don't switch to Help mode here.
10242 (temp-buffer-setup-hook): Use help-mode-finish.
10243 (help-mode-setup): New function.
10244 (temp-buffer-setup-hook): Use help-mode-setup.
10245
10246 * progmodes/sql.el: New file.
10247
10248 * files.el (auto-mode-alist): Add sql-mode.
10249
10250 * faces.el (list-faces-display): Improve the formatting
10251 by computing the maximum length required for any face-name.
10252
10253 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10254
10255 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10256
10257 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10258
10259 * term.el (term_send_home): Change the string to
10260 be the same as the one emitted by xterm and consistent with the
10261 ones emitted by prior and next.
10262 (term_send_end): Likewise.
10263
10264 1999-01-10 Dave Love <fx@gnu.org>
10265
10266 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10267 bindings.
10268
10269 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10270
10271 * international/codepage.el (codepage-setup): Doc fix.
10272 (cp-decoding-vector-for-codepage): Likewise.
10273
10274 1999-01-10 Markus Rost <rost@gnu.org>
10275
10276 * cus-edit.el (custom-save-delete): First scan the custom-file.
10277
10278 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10279
10280 * international/iso-transl.el: Define a "function name" for
10281 each translation that isn't ASCII. Use these function names
10282 in iso-transl-char-map.
10283
10284 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10285
10286 * international/mule-util.el (decompose-region): Do decomposition
10287 on temporary unibyte buffer.
10288
10289 * international/mule.el (make-char): Doc-string modified.
10290
10291 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10292
10293 * simple.el (comment-region): Delete spaces only if we
10294 deleted a comment starter.
10295
10296 1999-01-07 Dave Love <fx@gnu.org>
10297
10298 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10299
10300 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10301 like eval-defun does.
10302
10303 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10304
10305 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10306 constructions. Doc fixes.
10307 (generic-create-generic-function): Use defalias, not fset.
10308
10309 * find-func.el: More doc fixes.
10310
10311 1999-01-06 Stephen Eglen <stephen@gnu.org>
10312
10313 * files.el (save-buffers-kill-emacs): Show the list of current
10314 processes before prompting to kill them and exit.
10315
10316 1999-01-06 Dave Love <fx@gnu.org>
10317
10318 * emacs-lisp/find-func.el: Doc fixes.
10319 (find-function-regexp): Extend for define-generic-mode,
10320 define-derived-mode, easy-mmode-define-minor-mode.
10321
10322 1999-01-06 Dave Love <fx@gnu.org>
10323
10324 * progmodes/fortran.el (fortran-window-create): Account for scroll
10325 bar width.
10326
10327 * browse-url.el: Require (noerror) w3-auto when compiling.
10328 (browse-url-maybe-new-window): Make it a macro and revert last
10329 change to callers.
10330 (browse-url-w3): Require w3 for w3-fetch-other-window.
10331
10332 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10333
10334 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10335 argument.
10336
10337 1999-01-06 Simon Marshall <simon@gnu.org>
10338
10339 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10340
10341 * font-lock.el (font-lock-default-fontify-buffer): When using
10342 with-temp-message, use nil rather than current-message.
10343
10344 * lazy-lock.el (lazy-lock-unstall):
10345 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10346 rather than current-message.
10347
10348 * fast-lock.el (fast-lock-save-cache-1):
10349 (fast-lock-cache-data): When using with-temp-message, use nil rather
10350 than current-message.
10351
10352 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10353
10354 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10355 the valid-codes property.
10356
10357 * international/mule-cmds.el (prefer-coding-system): Call
10358 set-coding-priority, so that the internal array of priorities is
10359 also updated.
10360
10361 * international/mule-util.el:
10362 (coding-system-change-eol-conversion,
10363 coding-system-change-text-conversion): Don't define here.
10364
10365 * international/mule-cmds.el: Define them here. Remove the
10366 autoload cookies.
10367
10368 1999-01-06 Andreas Schwab <schwab@gnu.org>
10369
10370 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10371 if it was enabled before.
10372
10373 * view.el (View-revert-buffer-scroll-page-forward): Bind
10374 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10375
10376 * files.el (recover-session): Preserve point when inserting
10377 explanation.
10378
10379 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10380
10381 * cus-edit.el (custom-save-delete): Don't delete whitespace
10382 and comments before the sexp that is replaced.
10383
10384 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10385
10386 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10387
10388 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10389
10390 * vc.el (vc-dired-hook): Use the original value of
10391 dired-move-to-filename-regexp on lines that have not been
10392 reformatted yet.
10393 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10394 file lines have already been reformatted.
10395
10396 1999-01-05 Dave Love <fx@gnu.org>
10397
10398 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10399 buffer-local.
10400
10401 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10402
10403 * progmodes/f90.el: Change of regular expressions for type to
10404 correct highlighting and identation. Some small fixes for
10405 compatibility with XEmacs.
10406
10407 1999-01-05 Stephen Eglen <stephen@gnu.org>
10408
10409 * mspools.el (mspools-vm-system-mail): Provide an alternative
10410 value based on rmail-spool-directory if $MAIL is not defined.
10411
10412 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10413
10414 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10415 (reftex-section-info): Handle negative section levels.
10416 (reftex-view-crossref-extra): New option.
10417 (reftex-view-crossref): Generalized to work in more places.
10418 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10419 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10420 (reftex-view-cite-locations-from-bibtex): New command.
10421 (reftex-view-regexp-match, reftex-global-search,
10422 reftex-global-search-continue): New functions.
10423 (reftex-extract-bib-entries): No error for non-existing BibTeX
10424 file, just a message.
10425 (reftex-extract-bib-entries): Better error handling.
10426 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10427 help and force it on current frame.
10428 (reftex-default-bibliography): New function.
10429 (reftex-access-parse-file): Check consistency after loading a
10430 parse file. When inconsistent, enfore rescan.
10431 (reftex-check-parse-consistency): New function.
10432 (easy-menu-define): Options section drastically shortened.
10433
10434 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10435
10436 * language/thai-util.el (thai-compose-string): New function.
10437
10438 1999-01-04 Inge Frick <inge@nada.kth.se>
10439
10440 * easymenu.el (easy-menu-define): Doc fix.
10441 (easy-menu-create-menu): New keyword :included.
10442 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10443 be an expression, not only a string. Simulate style `button'.
10444 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10445 (easy-menu-define-key-intern): New function.
10446 (easy-menu-add-item): Understand value returned from
10447 easy-menu-item-present-p and easy-menu-remove-item.
10448 (easy-menu-return-item): New function.
10449 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10450
10451 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10452
10453 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10454 Use rmail-output-read-rmail-file-name to read the file name.
10455 Always call rmail-output-to-rmail-file noninteractively.
10456 When count > 1, do the loop here.
10457 Handle rmail-delete-after-output here.
10458 (rmail-summary-output): Similar changes.
10459
10460 * mail/rmailout.el: Provide `rmailout'.
10461 (rmail-output-read-rmail-file-name): New function.
10462 (rmail-output-to-rmail-file): Use that.
10463 (rmail-output-read-file-name): New function.
10464 (rmail-output): Use that.
10465
10466 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10467 Error if wildcard matches no files.
10468
10469 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10470
10471 * menu-bar.el (clipboard-yank): Doc fix.
10472
10473 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10474
10475 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10476
10477 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10478
10479 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10480
10481 * rmail.el (rmail-encode-string): Make sure mask value is
10482 positive; (emacs-pid) returns a negative number on Windows 9x
10483 which causes odd behaviour.
10484
10485 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10486
10487 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10488 and about w32-* variables unless on Windows/NT.
10489
10490 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10491
10492 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10493 if buffer is modified; ask about all modified buffers.
10494
10495 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10496
10497 * simple.el (what-cursor-position): Fix previous change.
10498
10499 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10500
10501 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10502 from paragraph-start.
10503
10504 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10505
10506 * international/mule-cmds.el (prefer-coding-system): If the
10507 argument requires specific EOL conversion type, make the default
10508 coding systems use that.
10509
10510 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10511
10512 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10513 Use shell-command-on-region.
10514 (m4-start-m4, m4-end-m4): Functions deleted.
10515
10516 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10517
10518 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10519
10520 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10521
10522 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10523 to compose-mail in the correct places and as a list.
10524
10525 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10526
10527 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10528 (pages-directory-map): Bind mouse-2
10529 (pages-copy-header-and-position): Put text property.
10530 (pages-directory-goto-with-mouse): New function.
10531
10532 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10533
10534 * international/codepage.el (cp-make-coding-systems-for-codepage):
10535 Doc fix.
10536 (cp-coding-system-for-codepage-1): Likewise.
10537
10538 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10539
10540 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10541 composition sequence correctly here instead of calling
10542 thai-compose-region.
10543
10544 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10545 newline in multibyte buffer, if previous or next character is a
10546 composite char, check the first component of the composite char.
10547
10548 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10549
10550 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10551 and track-mouse.
10552
10553 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10554
10555 * mail/sendmail.el (mail-yank-original): Remove text properties
10556 after insertion.
10557 (mail-yank-region): Barf if no mark is set in the message
10558 being replied to.
10559
10560 * help.el (function-called-at-point): First look for function at point.
10561
10562 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10563
10564 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10565
10566 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10567
10568 * simple.el (what-cursor-position): Print character encoding also.
10569
10570 1998-12-26 Dave Love <fx@gnu.org>
10571
10572 * textmodes/flyspell.el: If local-maps work, don't put
10573 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10574 in flyspell-mouse-map (only).
10575 (flyspell-use-local-map): New variable.
10576 Use a different mouse-2 binding in that case,
10577 and don't add to minor-mode-map-alist.
10578 (make-flyspell-overlay, flyspell-correct-word):
10579 Test flyspell-use-local-map.
10580
10581 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10582
10583 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10584 Be careful about whether to return a relative file name,
10585 and if so, relative to what directory.
10586
10587 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10588
10589 * emacs-lisp/easymenu.el (easy-menu-get-map):
10590 Change global map only if this menu exists in the global map already,
10591 and not in the local map.
10592 (easy-menu-do-add-item): Fix error message.
10593
10594 * foldout.el (foldout-inhibit-key-bindings):
10595 Avoid concatenating onto outline-minor-mode-prefix.
10596 Make a new keymap for that prefix, if it does not already have one.
10597
10598 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10599
10600 * cperl-mode.el:
10601 Can use linear algorithm for indentation if Emacs supports it.
10602 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10603 (cperl-after-block-p): Likewise.
10604 (cperl-after-block-and-statement-beg): Likewise.
10605 (cperl-after-block-p): After END/BEGIN we are a block.
10606 (cperl-after-expr-p): Skip labels when checking
10607 (cperl-indent-region): Make a marker for END - text added/removed.
10608 Disable hooks during the call (how to call them later?).
10609 Now indents 820-line-long function in 6.5 sec (including
10610 syntaxification) the first time (when buffer has few
10611 properties), 7.1 sec the second time.
10612 (cperl-indent-region): Do not indent whitespace lines
10613 (cperl-style-alist)
10614 Include `cperl-merge-trailing-else' where the value is clear.
10615 (cperl-styles-entries): Likewise.
10616 (cperl-problems): Improvements to docs.
10617 (cperl-tips): Likewise.
10618 (cperl-non-problems): Likewise.
10619 (cperl-mode): Make lazy syntaxification possible.
10620 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10621 `font-lock-unfontify-region-function' was set to a wrong function.
10622
10623 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10624 restart syntaxification. Changed so that -d ?foo? is a RE. Do
10625 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10626 but 1<<6 was considered as HERE-doc.
10627 <file/glob> made into a string.
10628 Postpone addition of faces after syntactic step.
10629 Recognition of <FH> was wrong.
10630 Highlight `gem' in s///gem as a keyword. `qr' recognized.
10631 Knows that split// is null-RE.
10632 Highlights separators in 3-parts expressions as labels.
10633 <> was considered as a glob.
10634 Would err if the last line is `=head1'.
10635 $a-1 ? foo : bar; was a considered a regexp.
10636 `<< (' was considered a start of HERE-doc.
10637 mark qq[]-etc sections as syntax-type=string
10638 Was not processing sub protos after a comment ine.
10639 Was treating $a++ <= 5 as a glob.
10640 Tolerate unfinished REx at end-of-buffer.
10641 `unwind-protect' was left commented.
10642 / and ? after : start a REx.
10643
10644 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10645 Better default, customizes to `message' too, off in text-mode.
10646
10647 (cperl-array-face): Renamed from `font-lock-emphasized-face',
10648 `defface'd.
10649 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10650 `defface'd.
10651 (cperl-emacs-can-parse): New state variable.
10652 (cperl-indent-line): Corrected to use global state.
10653 (cperl-calculate-indent): Likewise.
10654 (cperl-fix-line-spacing): Likewise (not used yet).
10655 (cperl-calculate-indent): Did not consider `,' as
10656 continuation mark for statements.
10657 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10658 Remove another parse-data optimization at toplevel: would
10659 indent correctly.
10660 Correct for labels when calculating indentation of continuations.
10661 Docstring updated.
10662 (cperl-choose-color): Converted to a function (to be
10663 compilable in text-mode).
10664 (cperl-dark-background): Disable without window-system.
10665 Do `defface' only if window-system.
10666 (cperl-fix-line-spacing): Sped up to bail out early.
10667 (x-color-defined-p): Was not compiling on XEmacs
10668 Was defmacro'ed with a tick. Remove another def.
10669 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10670 (cperl-unwind-to-safe): New function.
10671 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10672 (cperl-fontify-syntaxically): Unwinds start and end to go out of
10673 long strings (not very successful).
10674 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
10675 Highlight the starting // in s//foo/ as function-name.
10676 Emit a meaningful error instead of a cryptic one for an
10677 uncomplete REx near end-of-buffer.
10678
10679 (cperl-electric-keyword): `qr' recognized.
10680 (cperl-electric-else): Likewise
10681 (cperl-to-comment-or-eol): Likewise
10682 (cperl-make-regexp-x): Likewise
10683 (cperl-init-faces): Likewise, and `lock' (as overridable?).
10684 Corrected to use new macros;
10685 `if' for copying `reference-face' to `constant-face' was backward.
10686 remove init `font-lock-other-emphasized-face',
10687 `font-lock-emphasized-face', `font-lock-keyword-face'.
10688 Interpolate `cperl-invalid-face'.
10689 (cperl-make-regexp-x): Misprint in a message.
10690 (cperl-syntaxify-unwind): New configuration variable
10691 (cperl-fontify-m-as-s): New configuration variable
10692 (cperl-electric-pod): Check for after-expr was performed
10693 inside of POD too.
10694 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10695 (cperl-clobber-mode-lists): New configuration variable.
10696 (cperl-not-bad-style-regexp): Updated.
10697 Init: `cperl-is-face' was busted.
10698 (cperl-make-face): New macros.
10699 (cperl-force-face): New macros.
10700 (font-lock-other-type-face): Done via `defface' too.
10701 (cperl-nonoverridable-face): New face. Renamed from
10702 `font-lock-other-type-face'.
10703 (cperl-init-faces-weak): Use `cperl-force-face'.
10704 (cperl-comment-indent): Commenting __END__ was not working.
10705 (cperl-indent-for-comment): Likewise.
10706 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
10707 When removing old TAGS info was not relativizing filename.
10708 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10709 Another try to work around XEmacs problems. Better progress messages.
10710 (toplevel): Require custom unprotected => failure on 19.28.
10711 (cperl-xemacs-p): Defined when compile too
10712 (cperl-find-tags): Was writing line/pos in a wrong order,
10713 pos off by 1 and not at beg-of-line.
10714 (cperl-etags-snarf-tag): New macro
10715 (cperl-etags-goto-tag-location): New macro
10716 (cperl-version): New variable. New menu entry
10717 random docstrings: References to "future" 20.3 removed.
10718 Menu was described as `CPerl' instead of `Perl'
10719 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10720 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10721 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
10722 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10723 `font-lock-reference-face', `font-lock-keyword-face'.
10724 Use `eval-after-load'.
10725 Remove not-CPerl-related faces.
10726 (cperl-tips-faces): New variable and an entry into Mini-docs.
10727 (cperl-indent-exp): Was not processing else-blocks.
10728 (cperl-get-state): NOP line removed.
10729 (cperl-ps-print): New function and menu entry.
10730 (cperl-ps-print-face-properties): New configuration variable.
10731 (cperl-invalid-face): New configuration variable.
10732 (perl-font-lock-keywords): Highlight trailing whitespace
10733 (cperl-contract-levels): Documentation corrected.
10734 (cperl-contract-level): Likewise.
10735 (cperl-ps-extend-face-list): New macro.
10736 (cperl-invalid-face): Change to ''underline.
10737
10738 1998-12-25 Markus Rost <rost@delysid.gnu.org>
10739
10740 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10741 for read-file-name.
10742 (rmail-output-to-rmail-file): Likewise.
10743
10744 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10745
10746 * emacs-lisp/easymenu.el (easy-menu-get-map):
10747 If MENU is nil, use global menu-bar map.
10748 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10749 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10750
10751 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10752
10753 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10754
10755 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10756
10757 * ps-print.el (ps-print-version): New version number (4.1.3).
10758
10759 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
10760
10761 * international/mule-cmds.el: Use make-sparse-keymap instead of
10762 define-prefix-key when defining MULE menu items.
10763
10764 * info.el (Info-node-at-bob-matching): New function.
10765 (Info-find-node, Info-build-node-completions): Call it.
10766
10767 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
10768
10769 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10770 when this is an autoloaded keymap.
10771
10772 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10773
10774 * international/codepage.el (cp-coding-system-for-codepage-1):
10775 Create separate encoders and decoders, for DOS and Unix. Make the
10776 usual family of 3 coding systems, so that automatic detection of
10777 EOL type works.
10778 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
10779 Unix-specific symbols here, and don't call
10780 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
10781 Handa <handa@etl.go.jp>.)
10782
10783 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
10784
10785 * term/internal.el (IT-character-translations): New variable, an
10786 alist used to display characters for which there's no glyphs in
10787 the current codepage.
10788 (IT-display-table-setup): New function, sets up the DOS terminal
10789 for a given codepage.
10790 (dos-codepage-setup): New function, sets up the MULE environment
10791 for the current value of dos-codepage.
10792 (top-level if): In the multibyte mode, turn on
10793 unibyte-display-via-language-environment. In the unibyte mode,
10794 set up the special syntax tables to map lower- to upper case and
10795 back.
10796
10797 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
10798
10799 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
10800 (speedbar-frame-plist) Remove useless comments.
10801 (speedbar-frame-mode) Do not specify height if it is in the param list.
10802 Use default y position w/out changing it.
10803 If default x position is a list, keep, calculate the non-list X
10804 value when devining an initial position.
10805 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
10806 (speedbar-tag-group-name-minimum-length): New variable.
10807 (speedbar-frame-parameter): New compatibility function.
10808 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
10809 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
10810 groups to keep things in the right order, and to help with some
10811 naming conventions.
10812 (speedbar-create-tag-hierarchy): Enable buffer local version of
10813 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
10814 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
10815 the case, derive it from the cursor location in speedbar.
10816
10817 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
10818
10819 * international/mule-cmds.el (set-language-environment): On MS-DOS
10820 terminals, install DOS-specific nonascii-translation-table if the
10821 language info doesn't specify one. Pass the default eol-type to
10822 set-language-environment-coding-systems.
10823 (set-default-coding-systems): Copy the eol-type property for the
10824 new default values of {buffer-file,process}-coding-system from the
10825 old defaults.
10826 (set-language-environment-coding-systems): Accept an optional
10827 argument EOL-TYPE, and set the eol-type property of the default
10828 coding systems accordingly.
10829 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
10830 (set-keyboard-coding-system): Likewise.
10831 (set-default-coding-systems): Don't set
10832 default-terminal-coding-system on MS-DOS to anything but nil.
10833 (prefer-coding-system): Describe in the doc string that
10834 default-terminal-coding-system is not changed on MS-DOS.
10835 (set-language-environment): For MS-DOS, set standard syntax table
10836 and display table for all characters with code above 127.
10837 (standard-display-european-internal): For MS-DOS, pass all
10838 characters with code above 127 directly to the terminal, and don't
10839 remap characters 160 and 146 in the unibyte case.
10840
10841 * international/codepage.el: New file.
10842
10843 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10844
10845 * diary-lib.el (diary-float): Fix end-of-year error and typos in
10846 comments.
10847
10848 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
10849
10850 * map-ynp.el (map-y-or-n-p): Ignore input methods.
10851
10852 * subr.el (read-passwd): Likewise.
10853
10854 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
10855
10856 * info.el (Info-find-node): Add 1 to the position read from the
10857 tag table. Don't fail if the node delimiter ^_ is the first
10858 character in the file.
10859 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
10860 first character in the file.
10861 (Info-read-subfile): Likewise.
10862 (Info-select-node): Likewise.
10863 (Info-build-node-completions): Likewise.
10864
10865 1998-12-16 Richard Stallman <rms@gnu.org>
10866
10867 * term/x-win.el (x-cut-buffer-or-selection-value):
10868 If clipboard is enabled, try it before PRIMARY selection.
10869
10870 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10871
10872 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
10873 insert c-cedilla and C-cedilla respectively, like in latin-1.
10874
10875 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
10876
10877 * language/hebrew.el: Don't use sublists in the flags argument
10878 passed to make-coding-system.
10879
10880 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10881
10882 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
10883 list of character sets found by find-charset-region.
10884
10885 * ps-mule.el: Always require ps-print. Move some function
10886 definitions for Emacs 20.2 and the earlier to ps-print.el.
10887 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
10888
10889 * ps-print.el: Define several functions for Emacs 20.2 and the
10890 earlier version.
10891 (ps-printer-name): Check if printer-name is bound.
10892
10893 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10894
10895 * ps-mule.el: Programming uniformization and little code improvement.
10896 (ps-mule-prepare-font): Programming uniformization.
10897 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
10898 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
10899
10900 * ps-bdf.el: Programming uniformization and little code improvement.
10901 (bdf-search-and-read): New fun.
10902 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
10903 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
10904 (bdf-info-relative-compose, bdf-info-baseline-offset)
10905 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
10906 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
10907 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
10908 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
10909 improvement.
10910
10911 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10912
10913 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
10914 and mule related code extraction. Autoload ps-mule funs.
10915
10916 * ps-mule.el: Doc fix. Require ps-print only when compiled.
10917 (ps-mule-prologue-generated): New fun.
10918 (ps-mule-plot-string): Add autoload cookie.
10919 (ps-mule-begin-job): Call ps-mule-prologue-generated.
10920
10921 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10922
10923 * ps-bdf.el: Require ps-mule instead of ps-print.
10924 (bdf-directory-list): Add autoload cookie.
10925
10926 * ps-mule.el: New file. Mule related code extracted from
10927 ps-print.el. Require ps-print, provide ps-mule.
10928 (ps-multibyte-buffer): Add autoload cookie.
10929 (ps-mule-prepare-ascii-font): New fun.
10930 (ps-mule-set-ascii-font): New fun.
10931 (ps-mule-skip-same-charset): Fun deleted.
10932 (ps-mule-plot-string): Set ps-mule-current-charset.
10933 (ps-mule-initialize): Add autload cookie. Don't set
10934 ps-mule-font-info-database here.
10935 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
10936 ps-mule-font-info-database and ps-control-or-escape-regexp.
10937 (ps-mule-begin-page): New fun.
10938
10939 * ps-print.el: Mule related code moved to ps-mule.el.
10940 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
10941 check ps-mule-charset-list.
10942 (ps-begin-page): Don't set ps-mule-current-charset, instead call
10943 ps-mule-begin-page.
10944 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
10945 (ps-plot-region): Don't set ps-mule-current-charset, instead call
10946 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
10947 instead skip same charsets by itself.
10948 (ps-generate): Call ps-mule-initialize of needs-begin-file is
10949 non-nil. Call ps-mule-begin-job.
10950
10951 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10952
10953 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
10954 instead of bdf.
10955
10956 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
10957 (ps-mule-external-libraries): New element FEATURE.
10958 (ps-mule-init-external-library): Ajusted for the above change.
10959 (ps-mule-generate-font): Likewise.
10960 (ps-mule-generate-glyphs): Likewise.
10961 (ps-mule-prepare-font): Likewise.
10962 (ps-mule-initialize): Likewise.
10963 (ps-begin-file): Superfluous tailing parenthesis deleted.
10964
10965 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10966
10967 * international/fontset.el (x-decompose-font-name): If PATTERN
10968 doesn't have any wild cards, return a vector made from a name that
10969 is found by x-resolve-font-name found. Comments added.
10970
10971 * international/mule-cmds.el (find-coding-systems-for-charsets):
10972 Handle the case of unknown charset.
10973 (find-multibyte-characters): If invalid multibyte characters are
10974 found, return the corresponding strings instead of character
10975 codes.
10976 (find-multibyte-characters): Adjusted for the above change.
10977 (select-safe-coding-system): For a unibyte buffer, always returns
10978 DEFAULT-CODING-SYSTEM.
10979 (get-charset-property): Fix previous change. Make it a function.
10980 (put-charset-property): Make it a function.
10981
10982 * international/mule.el (make-coding-system): Set mime-charset
10983 property of *-with-esc coding system to nil.
10984
10985 * international/quail.el (quail-point-in-conversion-region): New
10986 function.
10987 (quail-conversion-backward-delete-char): When a key sequence is
10988 being translated, call quail-delete-last-char.
10989
10990 * language/devan-util.el
10991 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
10992 handle devanagari-decomposition-rules.
10993
10994 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
10995
10996 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
10997 tex-start-options-string to empty string.
10998 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
10999
11000 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11001
11002 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11003 5xx responses are already handled properly).
11004
11005 1998-12-13 Richard Stallman <rms@gnu.org>
11006
11007 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11008 on a non-digit in the file name.
11009
11010 * simple.el (comment-region): Handle comment-padding
11011 separately for insertion and for deletion, in the right way for each.
11012
11013 1998-12-13 Felix Lee <flee@cygnus.com>
11014
11015 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11016 regexp to match "ChangeLog:1:1998-12-09 ..."
11017
11018 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11019
11020 * cus-start.el (dos-unsupported-char-glyph): Add.
11021
11022 1998-12-11 Dave Love <fx@gnu.org>
11023
11024 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11025 forward-sexp in condition-case.
11026
11027 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11028 Remove unnecessary test on `library' for explicit file name.
11029 Widen scope of save-match-data.
11030
11031 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11032
11033 * international/mule.el (load-with-code-conversion): If the loaded
11034 file was inserted with no-conversion or raw-text coding system,
11035 make the buffer unibyte.
11036
11037 1998-12-09 Richard Stallman <rms@gnu.org>
11038
11039 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11040 Get rid of nested loops.
11041
11042 * mouse.el (mouse-drag-vertical-line):
11043 If WHICH-SIDE is not `right', then scroll bars are on the left.
11044
11045 * loadhist.el (load-history-loaded): defvar moved to help.el.
11046
11047 * help.el (symbol-file-load-history-loaded): Variable renamed,
11048 and defvar moved from loadhist.el.
11049 (symbol-file): Renamed from describe-function-find-file.
11050 Load fns-VERSION.el here.
11051 (describe-variable, describe-function-1): Use symbol-file.
11052
11053 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11054 Don't start the name with #.
11055
11056 * ispell.el: Take out the eval-when's.
11057
11058 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11059
11060 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11061 (dirtrack): Run it. Make debug message more verbose.
11062
11063 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11064
11065 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11066 name of the abbrev table, and provide support for XEmacs.
11067 (octave-xemacs-p): New variable.
11068
11069 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11070
11071 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11072 exit, when mail-interactive is nil.
11073
11074 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11075
11076 * files.el (after-find-file): Message fix.
11077
11078 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11079
11080 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11081
11082 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11083
11084 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11085 filenames using backslashes.
11086
11087 1998-12-09 Dave Love <fx@gnu.org>
11088
11089 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11090 with correct number of args.
11091 (browse-url-maybe-new-window): New arg. Callers changed.
11092
11093 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11094 comment.
11095
11096 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11097
11098 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11099
11100 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11101
11102 * vc.el (vc-rcs-release): Fix Type.
11103 (vc-sccs-release): Fix Type.
11104 (vc-cvs-release): Fix Type.
11105
11106 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11107 arg work right.
11108
11109 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11110 output of last undeleted message.
11111
11112 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11113
11114 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11115 (buffer-undo-list) [windows-nt]: Use different relative path.
11116
11117 1998-12-07 Simon Marshall <simon@gnu.org>
11118
11119 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11120
11121 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11122
11123 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11124
11125 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11126
11127 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11128
11129 * info.el (Info-menu): Don't return error if point is between menu
11130 header and first menu item.
11131
11132 1998-12-04 Dave Love <fx@gnu.org>
11133
11134 * help.el (describe-function-1): Fix description for alias.
11135
11136 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11137
11138 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11139 specifications from summary line.
11140
11141 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11142 (close-rectangle): Define alias only once in loaddefs.el.
11143
11144 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11145
11146 * term/internal.el: Remove code which sets up a special syntax
11147 table for non-ASCII characters.
11148
11149 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11150
11151 * dos-w32.el (direct-print-region-function): Try to ensure that
11152 printer-name is expanded to a file name on a local drive;
11153 sometimes printing a file loaded from a network volume fails.
11154 (direct-print-region-function): Add a function to
11155 write-region-annotate-functions to append a formfeed character to
11156 the region being printed, if the region doesn't end with a
11157 formfeed already. This avoids creating a second print job
11158 containing a blank page when print spooling is enabled on Windows.
11159
11160 1998-12-02 Dave Love <fx@gnu.org>
11161
11162 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11163 `Info-goto-node'.
11164
11165 1998-12-02 Richard Stallman <rms@gnu.org>
11166
11167 * help.el (temp-buffer-resize-mode): Doc fix.
11168
11169 * cus-edit.el (custom-save-delete): Save point before
11170 reading a sexp, rather than backing up.
11171
11172 * international/iso-transl.el: Fix previous change.
11173
11174 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11175
11176 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11177 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11178 Added defvars to suppress compilation warnings.
11179
11180 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11181
11182 * ispell.el: Improved and fixed customize for variables:
11183 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11184 ispell-dictionary-alist, ispell-skip-sgml.
11185 Improved and fixed comments in variables and messages for
11186 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11187 ispell-menu-map, ispell-checking-message, ispell-parser,
11188 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11189 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11190 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11191 ispell-message-text-end, ispell-add-per-file-word-list.
11192 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11193 system is now required for all languages. Casechars improved for
11194 castellano, castellano8, and norsk dictionaries. Dictionary
11195 norsk7-tex added. Dictionary polish added.
11196 (ispell-dictionary-alist): Redefined at load-time to support
11197 dictionary changes.
11198 (ispell-menu-map): Redefined at load-time to support menu changes.
11199 (ispell-check-version): New alias for `check-ispell-version'.
11200 (ispell-parse-output): Fixed matching for ispell error messages.
11201 Correctly returns spelling suggestions in order generated by ispell
11202 process.
11203 (check-ispell-version): Ensure `case-fold-search' doesn't get
11204 redefined.
11205 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11206 redefined. Fix bug that didn't respect case of word being completed.
11207 (ispell-init-process): Set process coding system to be compatible
11208 with emacs processes and the ispell process.
11209 (ispell-kill-ispell): Ensures ispell process has terminated before
11210 starting new process. This can otherwise confuse process filters
11211 and hang the ispell process.
11212 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11213 skipping support for sgml.
11214 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11215 which could cause `ispell-complete-word' to hang.
11216 (ispell-message): Improved message reference matching. Ensure
11217 `case-fold-search' doesn't get redefined.
11218 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11219 get redefined. Fixed bug in returning to nroff mode from tex mode.
11220 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11221 get redefined.
11222
11223 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11224
11225 * textmodes/flyspell.el (flyspell-check-word-p):
11226 Don't delay inside a kbd macro.
11227
11228 * subr.el (make-local-hook): Return the hook variable.
11229
11230 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11231
11232 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11233 Use a timer instead of post-command-hook.
11234 (hscroll-timer): New variable.
11235
11236 1998-11-30 Dave Love <fx@gnu.org>
11237
11238 * help.el (help-xref-button): Do nothing if text already has the
11239 help-xref property.
11240 (describe-variable): Revert previous change to hyperlink to source.
11241
11242 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11243
11244 * bindings.el (features): Add `base64' to this list.
11245
11246 * loadhist.el (symbol-file): Doc fix.
11247
11248 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11249
11250 * files.el (hack-one-local-variable): Cope with non-file buffers.
11251
11252 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11253
11254 * help.el (describe-mode): Put major mode first.
11255
11256 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11257 to support special-display and same-window features.
11258
11259 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11260
11261 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11262 bound in one function and used in the other.
11263 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11264 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11265
11266 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11267
11268 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11269
11270 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11271
11272 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11273 Give format correct control string.
11274
11275 * international/mule.el (define-translation-table): Fix bug of
11276 setting incorrect translation-table-id. If the first element of
11277 ARGS is a translation table, just register it.
11278
11279 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11280 property.
11281
11282 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11283
11284 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11285 syntax table to determine what is whitespace.
11286
11287 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11288
11289 * frame.el (frame-parameter): Doc fix.
11290
11291 * textmodes/tex-mode.el (tex-feed-input): New function.
11292 (tex-define-common-keys): Add binding for C-c C-m.
11293
11294 1998-11-23 Dave Love <fx@gnu.org>
11295
11296 * progmodes/fortran.el: Various minor doc fixes.
11297 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11298 (fortran-with-subprogram-narrowing): New macro.
11299 (fortran-check-for-matching-do): Use it.
11300 (fortran-end-do): Use fortran-check-end-prog-re.
11301 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11302 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11303
11304 1998-11-23 Simon Marshall <simon@gnu.org>
11305
11306 * font-lock.el (font-lock-defaults): Doc fix.
11307 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11308 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11309
11310 * lazy-lock.el (lazy-lock-unstall):
11311 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11312
11313 * fast-lock.el (fast-lock-save-cache-1):
11314 (fast-lock-cache-data): Rewritten to use with-temp-message.
11315
11316 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11317
11318 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11319 messages that have been added with DOS line endings and convert
11320 the line endings for such messages.
11321
11322 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11323
11324 * help.el: Add resizing of temporary buffers.
11325 (temp-buffer-resize-mode): New command and variable.
11326 (temp-buffer-max-height): New variable.
11327 (resize-temp-buffer-window): New function.
11328
11329 * window.el (window-buffer-height): New function, split from
11330 shrink-window-if-larger-than-buffer.
11331 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11332
11333 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11334
11335 * frame.el (initial-frame-alist): Add defcustom.
11336
11337 * shell.el (shell-prompt-pattern): Add defcustom.
11338
11339 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11340
11341 * message.el (message-ignored-supersedes-headers): Remove
11342 NNTP-Posting-Date.
11343
11344 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11345
11346 * help.el (describe-mode): Don't avoid loop indirecting thru
11347 value of INDICATOR.
11348
11349 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11350
11351 * help.el (describe-variable): Allow any variable with a defcustom,
11352 even if it is not a user variable.
11353
11354 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11355
11356 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11357
11358 * gnus/nntp.el (nntp-request-group): Allow for failures when
11359 requesting a new group.
11360
11361 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11362
11363 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11364
11365 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11366
11367 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11368
11369 1998-11-19 Simon Marshall <simon@gnu.org>
11370
11371 * subr.el (with-temp-message): New macro.
11372
11373 * emacs-lisp/lisp-mode.el (with-temp-message):
11374 Add lisp-indent-function property.
11375
11376 1998-11-18 Dave Love <fx@gnu.org>
11377
11378 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11379
11380 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11381
11382 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11383 This is not obsolete.
11384
11385 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11386
11387 * textmodes/picture.el: Make a new map by make-keymap.
11388 (picture-desired-column): New variable.
11389 (picture-update-desired-column): New function.
11390 (picture-beginning-of-line): Set picture-desired-column to 0.
11391 (picture-end-of-line): Set picture-desired-column to the current
11392 column.
11393 (picture-forward-column): Pay attention to multi-column character.
11394 (picture-backward-column): Likewise.
11395 (picture-move-down): Likewise.
11396 (picture-move-up): Likewise.
11397 (picture-movement-nw): With prefix arg, move twice columns.
11398 (picture-movement-ne): Likewise.
11399 (picture-movement-sw): Likewise.
11400 (picture-movement-se): Likewise.
11401 (picture-set-motion): Handle two-column movements.
11402 (picture-move): Call picture-move-down or picture-forward-column
11403 only when necessary.
11404 (picture-insert): Pay attention to picture-desired-column.
11405 (picture-self-insert): Likewise.
11406 (picture-clear-column): Pay attention to multi-column character.
11407 (picture-mode): Modify doc-string for two-column movement.
11408
11409 * rect.el (move-to-column-force): New function.
11410 (operate-on-rectangle): If coerce-tabs is non-nil, call
11411 move-to-column-force instead of move-to-column.
11412 (insert-rectangle): Call move-to-column-force instead of
11413 move-to-column.
11414 (open-rectangle-line): If begextra is not zero, call
11415 move-to-column-force.
11416
11417
11418 1998-11-16 Dave Love <fx@gnu.org>
11419
11420 * textmodes/sgml-mode.el Require skeleton when compiling.
11421 (sgml-font-lock-keywords-1): Accept single-letter tags.
11422 (v2): Defvar free variable.
11423
11424 1998-11-16 Sam Steingold <sds@goems.com>
11425
11426 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11427 macro, not ELisp one.
11428
11429 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11430
11431 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11432 characters to symbol.
11433
11434 * language/japan-util.el (japanese-zenkaku-region): New optional
11435 arg KATAKANA-ONLY.
11436
11437 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11438
11439 * international/mule.el
11440 (after-insert-file-set-buffer-file-coding-system): If the buffer
11441 is changed to unibyte, return inserted bytes.
11442
11443 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11444 and link names if necessary.
11445 (tar-header-block-summarize): Handle the case that file or link
11446 names are multibyte.
11447 (tar-summarize-buffer): At first set the current buffer unibyte,
11448 then if there are multibyte file names, change it to multibyte.
11449 (tar-mode): Get char position from tar-header-offset.
11450 (tar-extract): Avoid multibyte<->unibyte conversion in
11451 insert-buffer-subsring by setting both buffers unibyte
11452 temporarily.
11453 (tar-copy): Set the buffer unibyte while doing a work. Write
11454 without code conversion.
11455 (tar-expunge): Set the buffer unibyte while doing a work.
11456 (tar-alter-one-field): Likewise.
11457 (tar-clear-modification-flags): Compare byte position with
11458 tar-header-offset.
11459 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11460 insert-buffer-subsring by setting both buffers unibyte
11461 temporarily. Pay attention to multibyteness while updating the
11462 descriptor-line.
11463 (tar-mode-write-file): Write without code conversion.
11464
11465 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11466
11467 * nngateway.el: Require cl.
11468
11469 1998-11-15 Dave Love <fx@gnu.org>
11470
11471 * progmodes/fortran.el: Fix previous change:
11472 (fortran-end-prog-re1): Changed.
11473 (fortran-check-end-prog-re): New function.
11474 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11475
11476 1998-11-13 Tom Breton <tob@world.std.com>
11477
11478 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11479 GNU Emacs.
11480
11481 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11482
11483 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11484 fixed.
11485 (reftex-toc-toggle-file-boundary,
11486 reftex-toc-toggle-labels,
11487 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11488 (reftex-toc-include-labels, reftex-toc-include-context,
11489 reftex-toc-include-file-boundaries,
11490 reftex-toc-keep-other-windows): New options.
11491 (reftex-use-text-after-label-as-context): Option removed.
11492 (reftex-extract-bib-entries): Protect use in non-latex
11493 buffers.
11494 (reftex-toc-visit-location): Renamed from
11495 `reftex-toc-visit-line'.
11496 (reftex-latin1-to-ascii): Works now with and without Mule.
11497 (reftex-truncate): Removed special stuff for Emacs 20.2.
11498 (reftex-get-offset): Made more general.
11499 (reftex-show-label-location): Renamed from
11500 `reftex-select-label-callback'.
11501 (reftex-pop-to-label): Function removed (using
11502 `reftex-show-label-location' instead.
11503 (reftex-insert-docstruct): Renamed from
11504 `reftex-make-and-insert-label-list'. Function args changed.
11505 (reftex-toc): Now uses `reftex-insert-docstruct' and
11506 `reftex-find-start-point'.
11507 (reftex-select-item): Use `reftex-find-start-point'.
11508 (reftex-toc-visit-line): Can display labels and file
11509 boundaries.
11510 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11511
11512 1998-11-12 Sam Steingold <sds@goems.com>
11513
11514 * browse-url.el (browse-url): Handle the case when
11515 `browse-url-browser-function' is a lambda list.
11516
11517 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11518
11519 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11520 version string.
11521 * loadhist.el (symbol-file): Likewise
11522
11523 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11524
11525 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11526
11527 1998-11-11 Sam Steingold <sds@goems.com>
11528
11529 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11530 `run-lisp' instead of signalling an error.
11531
11532 1998-11-11 Karl Heuer <kwzh@gnu.org>
11533
11534 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11535
11536 1998-11-11 Richard Stallman <rms@gnu.org>
11537
11538 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11539
11540 1998-11-11 Per Starback <starback@update.uu.se>
11541
11542 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11543 renamed svenska8 to svenska, and fixed and extended CASECHARS
11544 for it.
11545
11546 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11547
11548 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11549 handling if setpagedevice is not available.
11550 (ps-begin-file): Fix typo.
11551
11552 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11553
11554 * international/mule-util.el (compose-chars-component): Signal
11555 error if CH is a rule-based composition character.
11556 (compose-chars): Signal error if an already compsed character is
11557 going to be composed by rule-base.
11558
11559 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11560 full XLFD, don't try to get information of WEIGHT and SLANT from
11561 that font name.
11562
11563 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11564
11565 * dos-w32.el (set-default-process-coding-system): Use function on
11566 before-init-hook to set default-process-coding-system based on
11567 enable-multibyte-characters.
11568
11569 * term/w32-win.el ([language-change]): For now ignore
11570 keyboard language-change events.
11571
11572 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11573
11574 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11575 convert-standard-file-name, but leave the results of
11576 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11577 characters if the original name already exists, or has a special
11578 handler.
11579
11580 1998-11-10 Karl Heuer <kwzh@gnu.org>
11581
11582 * international/iso-insert.el: Delete autoload cookies.
11583
11584 * international/iso-transl.el: Add autoload cookies.
11585
11586 1998-11-10 Richard Stallman <rms@gnu.org>
11587
11588 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11589 (ispell-process-line): Don't treat multibyte
11590
11591 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11592
11593 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11594 setpagedevice to specify the page size if setpagedevice is
11595 available. This is necessary to select the correct paper tray on
11596 Level 2 printers with multiple paper sizes available.
11597
11598 (ps-begin-file): Cope with font names that contain spaces, and
11599 call BeginDoc in a BeginSetup/EndSetup block.
11600
11601 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11602
11603 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11604 convert-standard-filename.
11605
11606 * loadhist.el (symbol-file): Run fns-VERSION.el through
11607 convert-standard-filename.
11608
11609 1998-11-06 Richard Stallman <rms@gnu.org>
11610
11611 * textmodes/texinfmt.el (texinfo-format-scan):
11612 Detect the case of two @-commands in a row; process just the first.
11613 (texinfo-append-refill): If line has a @c, insert the @refill
11614 before it.
11615 (texinfo-format-refill): Return with point where the @refill was.
11616
11617 * files.el (hack-local-variables): Test local-enable-local-variables.
11618 (hack-local-variables-prop-line): Likewise.
11619 (set-auto-mode): Don't test local-enable-local-variables here.
11620 (enable-local-variables): Doc fix.
11621 (local-enable-local-variables): Doc fix.
11622 (normal-mode): Doc fix.
11623
11624 1998-11-06 Karl Heuer <kwzh@gnu.org>
11625
11626 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11627
11628 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
11629
11630 * simple.el (line-number-mode): Doc fix.
11631
11632 1998-11-06 Kenichi Handa <handa@etl.go.jp>
11633
11634 * international/fontset.el (create-fontset-from-fontset-spec):
11635 Give correct arg to `error'.
11636
11637 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
11638
11639 * textmodes/sgml-mode.el (html-mode): Doc fix.
11640 (sgml-name-8bit-mode): Fix missing format character in message string.
11641
11642 1998-11-05 Karl Heuer <kwzh@gnu.org>
11643
11644 * mail/sendmail.el (sendmail-send-it): Check for failure.
11645
11646 1998-11-05 Richard Stallman <rms@gnu.org>
11647
11648 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11649
11650 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11651 (close-rectangle): Define as alias.
11652
11653 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
11654
11655 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11656
11657 1998-11-05 Dave Love <fx@gnu.org>
11658
11659 * help.el (describe-variable): Don't quote link to source.
11660
11661 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
11662
11663 * gud.el (gud-common-init): Use pop-to-buffer.
11664 (same-window-regexps): Add an element that matches all gud buffers.
11665
11666 1998-11-04 Jason Rumney <jasonr@altavista.net>
11667
11668 * term/w32-win.el (x-get-selection-value): Alias to
11669 x-cut-buffer-or-selection-value.
11670 (w32-standard-fontset-spec): New variable.
11671 (w32-create-initial-fontsets, mouse-set-font): Check whether
11672 new-fontset is available.
11673 (w32-use-w32-font-dialog): Enable use of set-variable.
11674
11675 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11676
11677 * vc.el (with-vc-file, edit-vc-file): New macros.
11678
11679 1998-11-04 Kenichi Handa <handa@etl.go.jp>
11680
11681 * international/quail.el (quail-show-guidance-buf): Call
11682 set-minibuffer-window to set minibuffer window of the current
11683 frame correctly.
11684
11685 1998-11-03 Theodore Jump <tjump@tertius.com>
11686
11687 * term/w32-win.el: Require fontset.
11688
11689 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
11690
11691 * faces.el (set-face-font): Call resolve-fontset-name on w32.
11692 (set-face-font-auto): Ditto.
11693
11694 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
11695
11696 * mouse.el (mouse-drag-region): Fix typo.
11697
11698 1998-11-02 Dave Love <fx@gnu.org>
11699
11700 * progmodes/fortran.el Fix for fontification of strings lost somehow:
11701 (fortran-fontify-string): New function.
11702 (fortran-font-lock-keywords-1): Use it.
11703
11704 1998-11-02 Markus Rost <rost@delysid.gnu.org>
11705
11706 * comint.el (comint-file-name-quote-list): Doc fix.
11707
11708 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11709
11710 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11711 build directory, not source directory.
11712
11713 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11714 if we did not get one for the final move.
11715
11716 1998-11-01 Dave Love <fx@gnu.org>
11717
11718 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11719 Don't funcall browse-url-browser-function.
11720
11721 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11722 Don't funcall browse-url-browser-function.
11723
11724 * fortran.el (fortran-end-prog-re1): Fix the regexp.
11725
11726 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11727
11728 * files.el (revert-buffer): Doc fix.
11729
11730 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
11731
11732 * textmodes/tex-mode.el (tex-start-options-string):
11733 Quote the backslashes with more backslashes.
11734
11735 1998-10-31 Dave Love <fx@gnu.org>
11736
11737 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11738 (webjump): Don't funcall browse-url-browser-function.
11739
11740 1998-10-30 Kenichi Handa <handa@etl.go.jp>
11741
11742 * international/quail.el (quail-start-translation): Handle
11743 switching of the frame in read-key-sequence.
11744 (quail-start-conversion): Likewise.
11745 (quail-show-guidance-buf): Detach quail-guidance-buf from any
11746 windows before setting an appropriate window for it.
11747 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
11748 quail-guidance-win to nil.
11749 (quail-update-guidance): If quail-guidance-buf is not in the
11750 selected frame, call quail-show-guidance-buf again.
11751
11752 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
11753
11754 * progmodes/pascal.el (pascal-mode):
11755 `blink-matching-paren-dont-ignore-comments' set to t.
11756
11757 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11758
11759 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11760
11761 1998-10-30 Dave Love <fx@gnu.org>
11762
11763 * vc.el (vc-backend-merge-news): Check for "P" output.
11764
11765 * help.el (describe-variable): Hyperlink the definition.
11766
11767 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
11768
11769 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11770 (sh-set-shell): Likewise.
11771
11772 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11773
11774 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
11775 (edebug-on-error): Fix customize type to match that of
11776 debug-on-error.
11777
11778 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
11779
11780 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
11781 report-emacs-bug-address instead of undefined bug-gnu-emacs.
11782
11783 * international/mule-cmds.el (select-message-coding-system): Doc
11784 fix.
11785
11786 * international/mule-diag.el (describe-coding-system): Describe
11787 all flags.
11788
11789 * mail/sendmail.el (sendmail-coding-system,
11790 default-sendmail-coding-system): Doc fix.
11791
11792 * simple.el (shell-command-on-region): Doc fix.
11793
11794 * loadup.el: Write fns-*.el in current directory instead of
11795 data-directory since no installation directory exists yet. Mark
11796 buffer unmodified afterwards.
11797
11798 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
11799 instead of data-directory since it is architecture dependent.
11800 (load-history-loaded): Update doc string.
11801
11802 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
11803
11804 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
11805 path as a default directory when canonicalizing names.
11806
11807 * w32-fns.el: Remove a dangling reference to a directory on the
11808 build machine.
11809
11810 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11811
11812 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
11813 namespace related keywords such as `class', `body', `private',
11814 `variable', `namespace eval', etc.
11815 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
11816 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
11817 imenu and font-lock so that searches for \sw would find words
11818 containing colons.
11819
11820 * progmodes/etags.el (initialize-new-tags-table):
11821 Do not alter find-tag-marker-ring and tags-location-ring.
11822
11823 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
11824
11825 * term/w32-win.el: Require fontset.
11826 (w32-init-fontsets): New function (code from x-win.el).
11827
11828 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11829
11830 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
11831 calendar-and-diary-frame-parameters): Add title parameter.
11832
11833 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11834
11835 * completion.el (dynamic-completion-mode): New function to enable
11836 the mode. (Just loading the file now does not change anything.)
11837
11838 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11839
11840 * ps-print.el: User option for multibyte buffer handling and doc fix.
11841 (ps-multibyte-buffer): New user option.
11842 (ps-setup): Print new user option.
11843 (ps-print-quote): New fun.
11844 (ps-color-p, ps-mule-font-info-database-latin): New var.
11845 (ps-default-color, ps-mule-font-info-database)
11846 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
11847 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
11848 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
11849 Little code improvement.
11850 (ps-mule-initialize): Initialize ps-mule-font-info-database.
11851 (ps-print-prologue-header, ps-font-family, ps-font-size)
11852 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
11853 (ps-build-face-reference, ps-mule-font-info-database-bdf)
11854 (ps-mule-external-libraries, ps-mule-init-external-library)
11855 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
11856 Doc fix.
11857 (ps-print-version): New version number (4.1.1) and doc fix.
11858 (ps-print-prologue-header): New user option.
11859 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
11860 Conditional compilation for GNU Emacs and emacsens.
11861 (ps-generate-postscript-with-faces): Skip invisible text better.
11862 (ps-setup): Print new user option.
11863 (ps-print-preprint): Check if input file name exists and is unwritable.
11864 (ps-begin-file): Adjust PostScript prologue header for duplex printers
11865 and insert user PostScript prologue header comments.
11866 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
11867 New funs.
11868 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
11869 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
11870 PostScript programming normalization.
11871 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
11872 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
11873 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
11874 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
11875 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
11876 Programming style normalization.
11877
11878 1998-10-26 Kenichi Handa <handa@etl.go.jp>
11879
11880 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11881 version, check the value of mule-version.
11882
11883 * international/mule-util.el (compose-region): Insert then delete
11884 to preserve markers.
11885 (decompose-region): Use search-forward for efficiency.
11886
11887 * language/chinese.el (pre-write-encode-hz): Cancel previous
11888 change, use generate-new-buffer instead of get-buffer-create.
11889 * language/devan-util.el
11890 (in-is13194-devanagari-pre-write-conversion): Likewise.
11891 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11892 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11893 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11894
11895 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11896
11897 * mail/rmailsum.el (rmail-message-subject-p):
11898 Handle message whose header has not been reformatted.
11899
11900 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
11901
11902 1998-10-25 Jason Rumney <jasonr@altavista.net>
11903
11904 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
11905 New variables.
11906 (mouse-set-font): Use font menus instead of dialog according to
11907 w32-use-w32-font-dialog.
11908
11909 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11910
11911 * calendar/calendar.el (calendar-day-name-array): Add doc string
11912 correctly!
11913 (calendar-month-name-array): Add doc string correctly!
11914
11915 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11916
11917 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
11918
11919 1998-10-21 Markus Rost <rost@delysid.gnu.org>
11920
11921 * lisp/info.el (Info-next-menu-item): Stay on top of node.
11922
11923 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
11924
11925 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
11926
11927 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
11928
11929 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
11930
11931 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
11932
11933 1998-10-21 Karl Heuer <kwzh@gnu.org>
11934
11935 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
11936 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
11937 (profile-filter, profile-reset-timer): Functions deleted.
11938 (profile-check-zero-init-times, profile-get-time): Likewise.
11939 (profile-find-function, profile-quit): Likewise.
11940 (profile-distinct, profile-call-stack, profile-last-time): New vars.
11941 (profile-time-list, profile-init-list): Doc fix.
11942 (profile-functions): Simplify.
11943 (profile-print): Use float. Make output include space separators.
11944 (profile-add-time): New helper function.
11945 (profile-function-prolog): Renamed from profile-start-function.
11946 Handle profile-distinct.
11947 (profile-function-epilog): Renamed from profile-update-function.
11948 Handle profile-distinct.
11949 (profile-a-function): If the function to be profiled is an
11950 autoload form, load it. If it's lazy-loaded, fetch it.
11951 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
11952 (profile-restore-fun): Arg FUN is now a function symbol, as was
11953 documented, rather than a one-element list.
11954 (profile-finish): Call profile-restore-fun properly.
11955
11956 1998-10-21 Kenichi Handa <handa@etl.go.jp>
11957
11958 * international/characters.el: Setup charset property
11959 nospace-between-words.
11960
11961 * international/mule-cmds.el (get-charset-property): If CHARSET is
11962 composition, return nil.
11963 (put-charset-property): If CHARSET is composition, do nothing.
11964
11965 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
11966 * language/devan-util.el
11967 (in-is13194-devanagari-pre-write-conversion): Likewise.
11968 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11969 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11970 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11971
11972 * textmodes/fill.el (sentence-end-without-period): New variable.
11973 (canonically-space-region): Pay attention to
11974 sentence-end-without-period.
11975 (fill-find-break-point): The first argument CHARSET deleted.
11976 Caller changed.
11977 (fill-region-as-paragraph): Pay attention to charset property
11978 nospace-between-words and text property nospace-between-words.
11979
11980 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11981
11982 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
11983 an unrecognized shell.
11984
11985 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11986
11987 * desktop.el (desktop-save): Include minor modes symbolically.
11988 (desktop-create-buffer): Turn on all minor modes in `mim'.
11989
11990 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11991
11992 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
11993 (sh-font-lock-keywords): Handle rpm and rpm2.
11994 (sh-ancestor-alist): Handle rpm.
11995
11996 * files.el (auto-mode-alist): Recognize .rpm files.
11997 Also .spec and .mspec files.
11998
11999 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12000
12001 * faces.el (frame-set-background-mode): Enable the function for
12002 MSDOS frames.
12003
12004 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12005
12006 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12007 (calendar-month-name-array): Add doc string.
12008
12009 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12010
12011 * simple.el (kill-ring-max): Increased to 60.
12012
12013 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12014
12015 * international/characters.el: Setup auto-fill-chars.
12016
12017 * international/kinsoku.el (kinsoku): Check the variable
12018 enable-kinsoku.
12019
12020 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12021 Don't call kinsoku directly, intead call fill-find-break-point.
12022
12023 * textmodes/fill.el: Setup `fill-find-break-point-function'
12024 property to character sets which require `kinsoku' processing for
12025 filling.
12026 (fill-find-break-point): New function.
12027 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12028 Don't call kinsoku directly, intead call fill-find-break-point.
12029
12030 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12031
12032 * faces.el (modify-face-read-string): Return (nil) for "none".
12033 (modify-face): Don't get error if (nil) is the argument.
12034 (face-try-color-list): Don't check whether nil is a valid color.
12035
12036 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12037
12038 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12039 Print message about each directory, even in batch mode.
12040
12041 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12042
12043 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12044 (ps-mule-string-char): No need to use sref.
12045 (ps-mule-next-index): No need to use sref.
12046
12047 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12048
12049 * files.el (revert-buffer-internal-hook): Add defvar.
12050
12051 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12052
12053 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12054
12055 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12056
12057 * international/mule-cmds.el (default-input-method): Fix custom type.
12058
12059 * net-utils.el (whois-server-list): Fix customization type.
12060
12061 * shell.el (shell-input-autoexpand): Fix customization group.
12062
12063 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12064
12065 * repeat.el (repeat): Handle keyboard macros properly.
12066 Handle new prefix arg after self-insert command.
12067
12068 * repeat.el: Don't include cl even at compile time.
12069 (repeat): Avoid using `loop'.
12070
12071 * simple.el (shell-command-on-region): Doc fix.
12072 (next-history-element): Special error message if no default.
12073
12074 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12075
12076 * ps-print.el (ps-print-buffer): Doc fix.
12077 (ps-despool): Likewise.
12078
12079 * arc-mode.el (arc-mode): Provide arc-mode.
12080
12081 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12082
12083 * ps-print.el (ps-print-buffer): Doc fix.
12084
12085 1998-10-14 Dave Love <fx@gnu.org>
12086
12087 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12088 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12089 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12090
12091 * progmodes/fortran.el (fortran-mode-map): Change "Join
12092 Continuation Line" to "Join Line".
12093 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12094
12095 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12096
12097 * progmodes/fortran.el (fortran-join-line): Use
12098 `delete-indentation' instead of issuing an error message if not on
12099 a continuation line. Provide for joining several lines using
12100 prefix arg.
12101
12102 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12103
12104 * term/pc-win.el (msdos-color-values): New variable.
12105 (x-color-values): New function, emulates its namesake from
12106 src/xfns.c.
12107 (msdos-bg-mode): Add all dark colors to those which return
12108 "dark".
12109
12110 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12111
12112 * replace.el (keep-lines, flush-lines, how-many):
12113 Don't ignore case if arg has upper case letters.
12114
12115 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12116
12117 * progmodes/vhdl-mode.el
12118 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12119 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12120 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12121 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12122 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12123 (vhdl-when): Fix indentation problem.
12124 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12125 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12126 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12127
12128 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12129
12130 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12131 (ls-lisp-insert-directory): Renamed from insert-directory.
12132 (insert-directory): New function.
12133
12134 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12135
12136 * simple.el (completion-fixup-function): Variable deleted.
12137 (completion-setup-function): Delete code for completion-fixup-function.
12138 * emacs-lisp/lisp.el (lisp-complete-symbol):
12139 Don't bind completion-fixup-function.
12140
12141 * files.el (find-file-wildcards): New option.
12142 (find-file-noselect): Handle wild cards, if enabled.
12143 (file-expand-wildcards): New function.
12144
12145 * simple.el (set-fill-column): Doc fix.
12146
12147 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12148
12149 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12150
12151 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12152
12153 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12154 Move declaration before first use.
12155 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12156 hif-math, hif-factor): Rename token to hif-token and token-list to
12157 hif-token-list.
12158 (hif-token, hif-token-list): Declare them.
12159 (hif-find-ifdef-block): Return cons of top and bottom point
12160 instead of setting dynamically bound variables.
12161 (hide-ifdef-block, show-ifdef-block): Use return value of
12162 hif-find-ifdef-block.
12163
12164 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12165
12166 * subr.el (read-passwd): Use clear-this-command-keys.
12167
12168 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12169
12170 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12171 and ...-for-write.
12172
12173 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12174
12175 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12176 responses to GROUP command, since this may be called from a timer
12177 with quit inhibited.
12178
12179 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12180
12181 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12182 set unconditional-jump to nil.
12183 (ccl-compile-read-multibyte-character): Return nil.
12184 (ccl-compile-write-multibyte-character): Likewise.
12185 (ccl-compile-translate-character): Likewise
12186 (ccl-compile-map-multiple): Likewise.
12187 (ccl-compile-map-single): Likewise.
12188
12189 * international/kinsoku.el: Add coding tag.
12190 (kinsoku-bol): Remove superfluous TAB in a string.
12191
12192 * international/mule-cmds.el (find-coding-systems-for-charsets):
12193 Delete `composition' (if any) from CHARSETS.
12194
12195 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12196
12197 * international/mule-cmds.el (setup-specified-language-environment):
12198 Add apropos-inhibit property.
12199 (describe-specified-language-support): Likewise.
12200
12201 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12202
12203 * international/mule.el (make-coding-system): Create -with-esc
12204 variant coding system.
12205
12206 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12207
12208 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12209 (next-file): Optionally offer to revert a file's buffer,
12210 if it has an existing buffer but the file has changed.
12211
12212 * info.el (Info-insert-dir): Detect and report problems
12213 in input files, such as "No Top node". Return with point
12214 at the beginning of the text.
12215 (Info-find-node): Reinsert the code to handle files
12216 with no tags table; it was deleted by mistake.
12217
12218 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12219
12220 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12221 texinfo-find-higher-level-node repeatedly find the same node.
12222 (texinfo-find-higher-level-node): Doc fix.
12223
12224 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12225
12226 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12227 (smtpmail-address-buffer): Add defvar.
12228 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12229
12230 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12231
12232 * ffap.el (ffap-machine-p-local): Fix editing error.
12233
12234 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12235
12236 * faces.el (frame-set-background-mode):
12237 Don't do anythung for text-only or MSDOS frame.
12238
12239 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12240
12241 * international/quail.el (quail-defrule): New optional arg APPEND.
12242 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12243
12244 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12245
12246 * gnus/pop3.el (pop3-open-server):
12247 Set process-coding-system-alist around open-network-stream.
12248
12249 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12250
12251 * files.el (save-buffer): Doc fix.
12252
12253 1998-10-07 Karl Heuer <kwzh@gnu.org>
12254
12255 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12256 return DEF unchanged, not nil. Simplify.
12257
12258 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12259
12260 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12261
12262 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12263
12264 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12265
12266 * net-utils.el (ftp, nslookup): Require comint.
12267 (network-service-connection): Likewise.
12268 (whois-server-name): Defaults to whois.arin.net
12269 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12270 (whois): Tries to guess the appropriate top-level domain server.
12271 (whois-get-tld): New function.
12272
12273 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12274 (dirtrack-debug-toggle): Added this function.
12275
12276 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12277
12278 * files.el (find-file-noselect): Switch to the correct buffer
12279 before checking find-file-literally, and allow non-nil non-t
12280 rawfile params.
12281
12282 1998-10-06 Karl Heuer <kwzh@gnu.org>
12283
12284 * midnight.el (clean-buffer-list): Add autoload cookie.
12285
12286 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12287 no-autosave.
12288 * tar-mode.el (tar-mode-revert): Likewise.
12289 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12290 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12291 * gnus/message.el (message-auto-save-directory): Renamed from
12292 message-autosave-directory. All references changed.
12293
12294 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12295
12296 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12297 string. Expose mime stuff while searching.
12298
12299 1998-10-06 Richard Stallman <rms@gnu.org>
12300
12301 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12302
12303 * replace.el (perform-replace): Position point properly
12304 before and after the recursive edit of C-r.
12305
12306 * progmodes/etags.el (tags-reset-tags-tables): Properly
12307 find the markers in the old rings that are being discarded.
12308
12309 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12310
12311 * apropos.el (apropos-print): Control invalid characters.
12312
12313 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12314 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12315 confusing customize.
12316
12317 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12318
12319 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12320 built-in commands. Add more built-in commands and fix face names.
12321
12322 1998-10-05 Simon Marshall <simon@gnu.org>
12323
12324 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12325
12326 1998-10-04 Eric Ludlam <zappo@gnu.org>
12327
12328 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12329 customization since it is not useful in this case.
12330 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12331 sure it gets evalled to a number. Also verify that set-frame-name
12332 fn exists before calling it.
12333
12334 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12335 Protect a `forward-sexp' call which could fail, and improved regex
12336 for ie, and eg abbreviations.
12337
12338 1998-10-02 Noah Friedman <friedman@splode.com>
12339
12340 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12341 send-string.
12342 (rlogin-send-Ctrl-D): Here also.
12343 (rlogin-send-Ctrl-Z): Here also.
12344 (rlogin-send-Ctrl-backslash): Here also.
12345
12346 1998-10-02 Dave Love <fx@gnu.org>
12347
12348 * outline.el (hide-region-body): Bind
12349 outline-view-change-hook to nil while making repeated calls to
12350 outline-flag-region. Run it once at the end.
12351 (hide-other, hide-sublevels, show-children): Likewise.
12352
12353 * info-look.el: Remove duplicate scheme-mode entry.
12354 (info-lookup-make-completions): When looking for entries, check
12355 that `item' isn't null or "Menu".
12356
12357 1998-10-01 Karl Heuer <kwzh@gnu.org>
12358
12359 * net-utils.el: Don't require ffap.
12360 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12361 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12362
12363 1998-09-30 Richard Stallman <rms@gnu.org>
12364
12365 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12366
12367 * imenu.el (imenu--generic-function): Sort each submenu by position.
12368 (imenu--sort-by-position): New function.
12369
12370 * cus-edit.el (Custom-mode-menu): Fix info node name.
12371 (customize group): Fix info node name.
12372
12373 * mail/mailalias.el (build-mail-aliases): Don't allow
12374 a newline in the alias name. Don't define an alias
12375 if the definition would be empty.
12376
12377 * which-func.el (which-func-mode-global): Make :set function
12378 more reliable.
12379
12380 * custom.el (custom-set-variables): Load the requests first,
12381 then check the symbol's `set' function.
12382
12383 * ffap.el: Doc fixes.
12384
12385 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12386
12387 * gnus.el: (gnus-valid-select-methods): Fix type.
12388 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12389 * gnus-score.el (gnus-orphan-score): Fix type.
12390 (gnus-score-default-header, gnus-score-default-type): Fix type.
12391 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12392 (gnus-saved-headers): Fix type.
12393
12394 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12395 Avoid nil value of `two-lines-citation-part'.
12396
12397 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12398
12399 * which-func.el (which-function): Handle case when
12400 (car imenu--index-alist) is nil.
12401
12402 1998-09-29 Dave Love <fx@gnu.org>
12403
12404 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12405 bzip2 args.
12406
12407 1998-09-29 Simon Marshall <simon@gnu.org>
12408
12409 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12410 comint-exec-hook.
12411
12412 1998-09-29 Stephen Eglen <stephen@gnu.org>
12413
12414 * info-look.el: Add support for Octave.
12415
12416 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12417
12418 * textmodes/reftex.el (reftex-finding-files): New customize group.
12419 (reftex-texpath-environment-variables,
12420 reftex-use-external-file-finders, reftex-external-file-finders,
12421 reftex-search-unrecursed-path-first): New options.
12422 (reftex-process-string, reftex-find-file-externally): New
12423 functions.
12424 (reftex-access-search-path): Execute shell commands to find the
12425 search path.
12426 (reftex-toggle-auto-view-crossref): When turning on, make sure
12427 `reftex-auto-view-crossref' becomes non-nil.
12428 (reftex-abbrev-regexp): Constant removed.
12429 (reftex-convert-string): Abbrev regexp calculated locally.
12430
12431 1998-09-28 Dave Love <fx@gnu.org>
12432
12433 * progmodes/fortran.el: Don't call regexp-opt when deriving
12434 font-lock patterns with keywords that aren't all literal.
12435
12436 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12437
12438 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12439 the form `octave.bin:1>' which come from using precopiled binary
12440 versions.
12441
12442 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12443
12444 * help.el (help-for-help): Use %THIS-KEY%.
12445 (help-quit): Add doc.
12446
12447 * help-macro.el (make-help-screen): Keep HELP-TEXT
12448 in a separate function definition, not in the help command FNAME.
12449 Replace %THIS-KEY% with the key sequence that ran FNAME.
12450
12451 1998-09-25 Richard Stallman <rms@gnu.org>
12452
12453 * textmodes/texinfo.el (texinfo-show-structure):
12454 Bind inhibit-read-only.
12455
12456 * isearch.el (isearch-search-and-update): Properly
12457 handle upper case letters in the reverse-search special case.
12458
12459 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12460
12461 * gnus.el: Extend the list of autoloaded functions.
12462
12463 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12464 buffer before creating help group. (from Gnus v5.6.43, fix by
12465 1998-08-20 Per Starback <starback@update.uu.se>)
12466
12467 * gnus-util.el (gnus-output-to-rmail): Adjust to
12468 `rmail-output-to-rmail-file'.
12469
12470 1998-09-25 Karl Heuer <kwzh@gnu.org>
12471
12472 * hexl.el (hexl-mode-map): More of previous change.
12473
12474 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12475 (tex-start-tex): Don't use tex-start-options-string in star case.
12476 Quote file name in star case as well as in non-star.
12477 Add blank and quoting of option string here.
12478 (tex-start-options-string): Not here.
12479
12480 1998-09-23 Karl Heuer <kwzh@gnu.org>
12481
12482 * term.el (term-delimiter-argument-list): Doc fix.
12483 (term-emulate-terminal): Escape literal semicolon.
12484 * progmodes/asm-mode.el (asm-mode): Doc fix.
12485 (asm-comment-char): Escape literal semicolon.
12486 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12487
12488 1998-09-23 Richard Stallman <rms@gnu.org>
12489
12490 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12491 only those that normally modify the buffer.
12492
12493 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12494 over again.
12495
12496 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12497
12498 * ispell.el (check-ispell-version): Ensure same buffer is current
12499 when let-binding of case-fold-search ends.
12500
12501 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12502
12503 * ps-print.el: Skip invisible overlay.
12504 Test for set-buffer-multibyte rather than using mule-version.
12505 (ps-print-version): New version number (4.1) and doc fix.
12506 (ps-generate-postscript-with-faces): Skip invisible overlay.
12507
12508 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12509
12510 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12511
12512 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12513
12514 * international/quail.el (quail-update-guidance): Check for the
12515 return value of (quail-guidance) fixed.
12516 (quail-update-translation): Bind quail-current-str locally when it
12517 calls quail-update-guidance.
12518 (quail-update-translation): If input-method-exit-on-first-char is
12519 non-nil, terminate translation only when the current input method
12520 is simple.
12521
12522 1998-09-22 Paul Eggert <eggert@twinsun.com>
12523
12524 * startup.el (locale-translation-file-name): Prefer X-related names
12525 to the name used by GNU/Linux sans X. Set to nil if no file found.
12526 (command-line): Use locale-translation-file-name if it is not nil,
12527 instead of testing for its existence again.
12528 regexp-quote the ctype before using it in a regexp.
12529 Allow a colon to appear after the ctype in the aliases file,
12530 as is done in X11R6.4.
12531
12532 1998-09-21 Richard Stallman <rms@gnu.org>
12533
12534 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12535
12536 * calendar/appt.el (appt-interval): Variable deleted.
12537 (appt-check): For minutes in between appt-display-interval times,
12538 do check, but don't display anything except an updated mode line.
12539 Count against appt-display-interval based on minutes since
12540 first display of this appointment, not based on time of day.
12541 If appt-display-mode-line, force mode line redisplay
12542 whenever appt-mode-string has changed.
12543 (appt-add, appt-delete): Add autoload cookies.
12544 (appt-check): Catch errors from calling `diary'.
12545 (appt-max-time): Renamed from max-time.
12546 (appt-now-displayed, appt-display-count): New variables.
12547 (appt-timer): Don't create one if we already have one.
12548
12549 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12550 More general code to use the source buffer instead of the zap file.
12551
12552 * hilit-chg.el (highlight-compare-with-file): Renamed from
12553 compare-with-file.
12554
12555 * loadhist.el (load-history-loaded): New variable.
12556 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12557
12558 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12559
12560 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12561 Fix error messages.
12562
12563 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12564
12565 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12566 Emacs frame.
12567
12568 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12569
12570 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12571 `undecided' and `undecided-unix'.
12572
12573 1998-09-21 Dave Love <fx@gnu.org>
12574
12575 * help.el (help-make-xrefs): Fix typo affecting Info references.
12576
12577 * subr.el (remove-hook): Check list values to avoid errors.
12578
12579 1998-09-18 Noah Friedman <friedman@splode.com>
12580
12581 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12582 store string in eldoc-last-message without consing a new string.
12583 Rearrange logic from nested if's into cond's.
12584 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12585 Do not print message; just return string.
12586 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12587 Do not print message; just return string.
12588 Cache that string in eldoc-last-data.
12589 (eldoc-last-data): Make into a vector.
12590 (eldoc-get-fnsym-args-string): Use new data form of structure.
12591 (eldoc-get-var-docstring): Here also.
12592 (eldoc-last-data-store): New function.
12593 (eldoc-get-fnsym-args-string): Use it.
12594 (eldoc-get-var-docstring): Here also.
12595 (eldoc-docstring-first-line): Minimize interim string consing.
12596 Call substitute-command-keys on the result.
12597 (eldoc-print-var-docstrings, eldoc-print-docstring,
12598 eldoc-docstring-message): Functions removed.
12599 (eldoc-docstring-format-sym-doc): New function, functionality
12600 ripped out of eldoc-docstring-message.
12601 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12602
12603 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12604
12605 * international/mule.el (make-coding-system): Doc-string modified.
12606
12607 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12608
12609 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12610
12611 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12612 customize type.
12613
12614 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12615 type.
12616
12617 * progmodes/compile.el (compilation-error-screen-columns): New
12618 variable.
12619 (compilation-next-error-locus): Use it to decide whether to use
12620 forward-char or move-to-column.
12621
12622 * mail/rmail.el (rmail-movemail-program): Fix customize type.
12623
12624 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12625 feedmail-fiddle-plex-user-list,
12626 feedmail-spray-address-fiddle-plex-list,
12627 feedmail-prompt-before-queue-user-alist,
12628 feedmail-prompt-before-queue-help-supplement,
12629 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12630 feedmail-queue-alternative-mail-header-separator): Fix customize
12631 type.
12632
12633 * startup.el (site-run-file): Fix customize type.
12634
12635 * speedbar.el (speedbar-initial-expansion-list-name): Fix
12636 customize type.
12637
12638 * shell.el (shell-input-autoexpand): Fix customize type.
12639
12640 * ps-print.el (ps-font-info-database): Add missing dots in value.
12641 Improve layout of customize type.
12642
12643 * net-utils.el (traceroute-program-options, ping-program-options,
12644 ipconfig-program-options, netstat-program-options,
12645 arp-program-options, route-program-options,
12646 nslookup-program-options, ftp-program-options): Fix customize
12647 type.
12648
12649 * midnight.el (clean-buffer-list-kill-regexps,
12650 clean-buffer-list-kill-buffer-names,
12651 clean-buffer-list-kill-never-buffer-names,
12652 clean-buffer-list-kill-never-regexps): Fix customize type.
12653
12654 * man.el (Man-init-defvars): Avoid trailing nil on
12655 Man-filter-list.
12656
12657 * lpr.el (printer-name): Fix customize type.
12658
12659 1998-09-16 Kenichi Handa <handa@etl.go.jp>
12660
12661 * international/mule-cmds.el (reset-language-environment): Call
12662 update-coding-systems-internal.
12663
12664 * international/mule-conf.el: Call update-coding-systems-internal
12665 at the tail.
12666
12667 1998-09-14 Dave Love <fx@gnu.org>
12668
12669 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
12670 use the menu-enable properties, pending doing it correctly and
12671 acceptably fast.
12672
12673 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12674
12675 1998-09-13 Dave Love <d.love@dl.ac.uk>
12676
12677 * progmodes/hideshow.el (hs-grok-mode-type): Check
12678 comment-{start,end} non-nil as well as bound. Report an error if
12679 we can't grok the mode.
12680
12681 1998-09-13 Richard Stallman <rms@gnu.org>
12682
12683 * simple.el (blink-matching-open): Don't log paren matching
12684 messages in *Messages*.
12685
12686 1998-09-12 Richard Stallman <rms@gnu.org>
12687
12688 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12689 Set point-before-scroll at end even if there was an error.
12690
12691 * ange-ftp.el (ange-ftp-insert-file-contents):
12692 Use binary mode for dumb-unix hosts as for unix hosts.
12693 (ange-ftp-copy-file-internal): Likewise.
12694
12695 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12696
12697 * emacs-lisp/pp.el: Doc fixes.
12698
12699 * wid-edit.el (widget-menu-max-shortcuts): New variable.
12700 (widget-choose): Don't use single-char shortcuts if # items
12701 exceeds that many. Use minibuffer instead.
12702
12703 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12704
12705 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12706
12707 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
12708
12709 * speedbar.el (speedbar-frame-mode): Do not set frame position if
12710 in terminal mode.
12711
12712 1998-09-10 Noah Friedman <friedman@splode.com>
12713
12714 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12715 defcustom declaration. It's wreaking too much havoc with XEmacs
12716 and older versions of Emacs, which share this code.
12717
12718 * type-break.el (type-break-mode): Here also.
12719
12720 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12721 `t' to add-hook also to modify the new local value.
12722
12723 1998-09-10 Dave Love <fx@gnu.org>
12724
12725 * vc.el (vc-insert-headers): Doc fix.
12726
12727 1998-09-10 Richard Stallman <rms@gnu.org>
12728
12729 * textmodes/flyspell.el (flyspell-mode-on): Make the
12730 ispell-... variables permanent locals.
12731 (flyspell-mode-off): Add autoload cookie.
12732
12733 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12734 do use binary mode, just as for `unix'.
12735 (ange-ftp-host-type): If HOST is nil, return `unix'.
12736
12737 * dired.el (dired-mark-files-containing-regexp):
12738 Don't scan directories. Ignore non-readable files.
12739
12740 * progmodes/compile.el (compilation-error-regexp-alist):
12741 Fix previous change: allow . and _ in command name.
12742
12743 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12744
12745 * uncompress.el (uncompress-while-visiting):
12746 Use just the car of what find-operation-coding-system returns.
12747
12748 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12749
12750 * shell.el (shell-file-name-quote-list): Add # to the value.
12751
12752 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
12753
12754 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
12755 to make killing of ispell process work even if
12756 kill-all-local-variables has been run.
12757
12758 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12759
12760 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12761 loop when sexp entry ends at end of file with no newline.
12762
12763 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12764
12765 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12766 (Custom-reset-standard): Fix menu inconsistency.
12767
12768 * mail/feedmail.el (feedmail-from-line): Allow t.
12769 (feedmail-message-id-suffix): Allow nil.
12770
12771 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12772 Simplify. Make prefix arg work right.
12773
12774 1998-09-09 Dave Love <fx@gnu.org>
12775
12776 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12777
12778 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
12779
12780 1998-09-08 Dave Love <fx@gnu.org>
12781
12782 * add-log.el (change-log-font-lock-keywords): Do parenthesized
12783 stuff only after file names or at start of line. Allow parens
12784 around e-mail, as well as angles.
12785
12786 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
12787 ignore-errors too, eval'd when compile. Require w3 stuff at load
12788 time for nicer failure if it's not available.
12789
12790 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
12791
12792 * comint.el (comint-arguments): Ignore backslashes when using
12793 w32 shells that expect backslashes as the directory separator.
12794
12795 1998-09-04 Kenichi Handa <handa@etl.go.jp>
12796
12797 * international/fontset.el (resolved-ascii-font): New variable.
12798 (x-complement-fontset-spec): By side effect, set
12799 `resolved-ascii-font' to the resolved name of ASCII font."
12800 (create-fontset-from-fontset-spec): Don't get a value for
12801 resolved-ascii-font from the list full-fontlist. It is set by
12802 x-complement-fontset-spec now.
12803
12804 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12805 version, check the value of mule-version.
12806
12807 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
12808
12809 * textmodes/reftex.el (reftex-view-crossref): Split up into
12810 several functions. No longer moves to find a macro.
12811 (reftex-view-cr-cite, reftex-view-cr-ref,
12812 reftex-end-of-bib-entry): New functions.
12813 (reftex-auto-view-crossref): New value `window' allowed.
12814 (reftex-view-crossref-when-idle): Process new `window' option in
12815 (reftex-translate-to-ascii-function): New default.
12816 (reftex-label-illegal-re): Default changed, removed Latin1.
12817 (reftex-latin1-to-ascii): New function.
12818 (reftex-what-environment): Check for section regexp before use.
12819 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
12820 absolute path names.
12821 (reftex-TeX-master-file): Changed sequence of file checks.
12822 (reftex-do-citation): bibview cache only with RefTeX mode on.
12823
12824 1998-09-06 Richard Stallman <rms@gnu.org>
12825
12826 * progmodes/compile.el (compilation-error-regexp-alist):
12827 In first pattern (GNU utilities and other things),
12828 allow a space after the optional program name at the beginning.
12829
12830 * mail/mail-hist.el (mail-hist-current-header-contents):
12831 Fix previous change: use mail-header-end.
12832
12833 1998-09-06 Bill Richter <richter@math.nwu.edu>
12834
12835 * international/ccl.el: Doc fixes.
12836 * international/encoded-kb.el: Doc fixes.
12837 * international/fontset.el: Doc fixes.
12838 * international/kinsoku.el: Doc fixes.
12839 * international/kkc.el: Doc fixes.
12840 * international/mule-cmds.el: Doc fixes.
12841 * international/mule-conf.el: Doc fixes.
12842 * international/mule-util.el: Doc fixes.
12843 * international/mule.el: Doc fixes.
12844
12845 1998-09-05 Eric Ludlam <zappo@gnu.org>
12846
12847 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
12848 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
12849 (checkdoc-this-string-valid-engine): Permit ? as terminating
12850 punctuation for first line sentence breaking.
12851 (checkdoc-this-string-valid): When converting a comment into a doc
12852 string, make sure " chars are \".
12853 (checkdoc-sentencespace-region-engine): Only do double space check
12854 if based on the variable `sentence-end-double-space'
12855 (checkdoc-this-string-valid-engine): ? ends valid sentence.
12856 (checkdoc-proper-noun-region-engine): Exclude items in URLs
12857
12858 1998-09-04 Richard Stallman <rms@gnu.org>
12859
12860 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12861 Recognize define-skeleton as a function definer.
12862
12863 * cus-edit.el (customize-option): Refuse to customize
12864 a variable that has no defcustom. But if variable is autoloaded,
12865 first try to load the library that defines it.
12866
12867 * international/iso-insert.el: Use `string' before calling `insert'
12868 so that in multibyte buffers we insert multibyte chars.
12869
12870 * dired.el (dired-mark-files-containing-regexp):
12871 Don't use find-file; instead, insert the file in a temp buffer.
12872
12873 * textmodes/tex-mode.el (tex-start-options-string): New option.
12874 (tex-start-tex): Use that variable.
12875
12876 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
12877 value in the `repeat' alternative a list.
12878
12879 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
12880 the inserted newline, verify that one was really inserted.
12881
12882 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
12883 remains on or remains off.
12884 (flyspell-multi-language-p): Default changed to nil.
12885
12886 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
12887 In "found in comment" case, don't beginning-of-line after forward-line.
12888
12889 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
12890 If the function definition is not a lambda, return original FORM
12891 with no error.
12892
12893 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
12894
12895 * net-utils.el (netstat-program-options): Changed from nil to "-a"
12896 so that by default netstat shows all network connections.
12897
12898 1998-09-04 Bob Weiner <weiner@altrasoft.com>
12899
12900 * international/quail.el: Doc fixes.
12901
12902 * info.el (info): Don't add parens if FILE already has them.
12903
12904 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
12905
12906 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
12907 on extension lines.
12908
12909 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
12910
12911 * w32-fns.el (w32-shell-dos-semantics): New function.
12912
12913 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
12914
12915 * international/quail.el (quail-choose-completion-string): Store
12916 completion `choice' in `quail-current-str'; don't insert it.
12917
12918 1998-09-02 Kenichi Handa <handa@etl.go.jp>
12919
12920 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
12921 argument to ps-mule-generate-bitmap-font.
12922
12923 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
12924 entry and change Latin-1 entry in the default value.
12925 (ps-mule-font-info-database-ps-bdf): New variable.
12926 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
12927 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
12928 registerd in FONT-SPEC.
12929 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
12930 charcter width of bitmap fonts.
12931 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
12932 procedure NF.
12933 (ps-begin-file): Output PostScript code for setting
12934 SpaceWidthRatio.
12935 (ps-plot-region): Use line-beginning-position to get a position of
12936 the beginning of the current line.
12937
12938 * international/mule-cmds.el (register-input-method): Doc-string
12939 modified.
12940
12941 1998-09-01 Dave Love <fx@gnu.org>
12942
12943 * international/mule-cmds.el (current-language-environment): Fix
12944 setter function.
12945
12946 1998-09-01 Simon Marshall <simon@gnu.org>
12947
12948 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
12949 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
12950 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
12951 names with font-lock-type-face. Fontify type specs, etc., with
12952 font-lock-keyword-face.
12953
12954 1998-08-31 Kenichi Handa <handa@etl.go.jp>
12955
12956 * international/fontset.el (x-complement-fontset-spec): If ASCII
12957 font is specified in FONTLIST, don't substitute it for the
12958 resolved name.
12959
12960 1998-08-31 Paul Eggert <eggert@twinsun.com>
12961
12962 * international/mule.el (charset-description): Doc fix.
12963
12964 * language/chinese.el, language/cyrillic.el, language/czech.el,
12965 language/devanagari.el, language/ethiopic.el,
12966 language/european.el, language/hebrew.el, language/indian.el,
12967 language/japanese.el, language/korean.el, language/lao.el,
12968 language/slovak.el, language/thai.el, language/tibetan.el,
12969 language/vietnamese.el:
12970 Add coding: local variable, to avoid bootstrapping problem
12971 if you need to recompile all the Lisp files using interpreted code.
12972
12973 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12974
12975 * cal-china.el (chinese-year-cache): Change range of years from
12976 1989-2000 to 1990-2010.
12977
12978 1998-08-29 Dave Love <d.love@dl.ac.uk>
12979
12980 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
12981 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
12982
12983 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12984
12985 * ps-print.el (ps-print-control-characters): Doc-string modified.
12986 (ps-output-string-prim): Comment format changed.
12987 (ps-do-despool): Indentation of source code changed.
12988
12989 1998-08-28 Kenichi Handa <handa@etl.go.jp>
12990
12991 * subr.el (sref): Make it an alias of aref. Make the
12992 byte-compiler warn that it is obsolete.
12993 (char-bytes): Make the byte-compiler warn that it is obsolete.
12994
12995 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
12996 Calculate the total bytes using position-bytes instead of
12997 char-bytes.
12998
12999 1998-08-27 Karl Heuer <kwzh@gnu.org>
13000
13001 * snmp-mode.el: New file.
13002 * files.el (auto-mode-alist): Add snmp-mode patterns.
13003
13004 1998-08-27 Karl Eichwalder <ke@suse.de>
13005
13006 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13007
13008 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13009
13010 * calendar/diary-lib.el (diary-block): Doc fix..
13011 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13012
13013 1998-08-27 Richard Stallman <rms@gnu.org>
13014
13015 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13016 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13017 Clear appt-mode-string if we don't put something in it.
13018
13019 1998-08-27 Dave Love <fx@gnu.org>
13020
13021 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13022 dired-local-variables-file for dired-x.
13023
13024 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13025 for compressed library files too.
13026
13027 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13028
13029 * language/european.el ("Latin-1"): Modify `documentation' key value.
13030 ("Latin-2"): Likewise.
13031
13032 1998-08-26 Karl Heuer <kwzh@gnu.org>
13033
13034 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13035
13036 1998-08-26 Albert L. Ting <alt@artisan.com>
13037
13038 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13039 (mail-hist-current-header-contents): Use mail-text-start.
13040
13041 1998-08-26 Richard Stallman <rms@gnu.org>
13042
13043 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13044 (customize-changed-options-previous-release): New variable.
13045 (customize-changed-options): Use that variable as default arg.
13046
13047 1998-08-26 Karl Eichwalder <ke@suse.de>
13048
13049 * midnight.el: Require `timer' not only when compiling.
13050
13051 1998-08-26 Per Starback <starback@update.uu.se>
13052
13053 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13054 buffer before creating help group.
13055
13056 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13057
13058 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13059 coding-system-for-write before saving.
13060
13061 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13062
13063 * isearch.el (isearch-forward): Doc fix.
13064
13065 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13066
13067 * emacs-lisp/find-func.el: Fix :version tags to have a string
13068 value, not a float.
13069
13070 * cus-dep.el: Fix typo in output.
13071
13072 1998-08-25 Dave Love <fx@gnu.org>
13073
13074 * repeat.el (repeat): Doc fix.
13075 [From rms:]
13076 (repeat-previous-repeated-command): New variable.
13077 (repeat): Check for real-last-command being null or repeat. Set
13078 repeat-previous-repeated-command.
13079
13080 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13081
13082 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13083
13084 * gnus/message.el (message-send-mail-with-sendmail): Bind
13085 coding-system-for-write by the return value of
13086 select-message-coding-system.
13087 (message-send-mail-with-qmail): Likewise.
13088
13089 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13090
13091 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13092 define-derived-mode.
13093
13094 * files.el (file-name-invalid-regexp):
13095 Fix regex for ms-dos without long file names.
13096
13097 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13098
13099 * ps-print.el: Multi-byte buffer handling.
13100 (ps-print-version): New version number (4.0) and doc fix.
13101 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13102 compilation for GNU Emacs and emacsens.
13103 (ps-generate-postscript-with-faces): Force invisible text to be
13104 visible.
13105 (dos-ps-printer): New var to avoid compilation gripes.
13106
13107 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13108
13109 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13110 that no more characters can't be printed in the current line.
13111
13112 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13113
13114 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13115 greater than TO.
13116
13117 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13118
13119 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13120 20.2 and the earlier version.
13121 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13122 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13123 (ps-mule-find-wrappoint): Likewise.
13124 (ps-mule-generate-font): Change `X' to `x' in format
13125 control-string.
13126 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13127 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13128 `restore' form procedures `BC' and `EC'.
13129
13130 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13131
13132 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13133 is an executable procedure. Make LineThickness, Xshadow, and
13134 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13135 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13136 ps-mule-font-info-database-bdf): New vars.
13137 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13138 (ccl-encode-ethio-unicode): New CCL program.
13139 (ps-mule-encode-ethiopic): New fun.
13140 (ps-mule-current-charset): New var.
13141 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13142 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13143 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13144 (ps-mule-external-libraries): New var.
13145 (ps-mule-init-external-library): New fun.
13146 (ps-mule-font-cache): New var.
13147 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13148 (ps-last-font): New var.
13149 (ps-mule-prepare-font): New fun.
13150 (ps-mule-charset-list): New var.
13151 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13152 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13153 ps-mule-plot-string): New funs.
13154 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13155 New vars.
13156 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13157 ps-mule-prepare-cmpchar-font): New funs.
13158 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13159 vars.
13160 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13161 ps-mule-generate-bitmap-glyph): New funs.
13162 (ps-mule-initialize, ps-mule-begin): New funs.
13163 (ps-output-string-prim): Insert string as unibyte.
13164 (ps-output-prologue): New fun.
13165 (ps-flush-output): Handle the case of 'prologue.
13166 (ps-begin-file): Call ps-mule-initialize.
13167 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13168 printing multibyte characters.
13169 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13170 (ps-basic-plot-string): Handle the case of printing ASCII
13171 characters by external libraries (e.g. BDF).
13172 (ps-set-font): Set ps-last-font.
13173 (ps-plot-region): Handle multibyte characters, use
13174 ps-mule-plot-string for them.
13175 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13176
13177 * bdf.el: New file.
13178
13179 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13180
13181 * international/mule-cmds.el (select-message-coding-system): New
13182 function.
13183 (set-language-environment-coding-systems): Set
13184 default-sendmail-coding-system.
13185
13186 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13187 (default-sendmail-coding-system): New variable.
13188 (sendmail-send-it): Encode the message by a coding system
13189 select-message-coding-system returns.
13190
13191 1998-08-23 Eric Ludlam <zappo@gnu.org>
13192
13193 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13194 (speedbar-mode): Set buffer to read only.
13195 (speedbar-temp-buffer-show-function): For emacs don't call hook
13196 with arguments.
13197 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13198
13199 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13200
13201 * speedbar.el (speedbar-key-map): Fix typo.
13202
13203 See ChangeLog.7 for earlier changes.