* bookmark.el: Provide a generic exit hook, as suggested by Ovidiu
[bpt/emacs.git] / lisp / ChangeLog.8
1 1999-12-31 Richard M. Stallman <rms@gnu.org>
2
3 * echistory.el (electric-command-history): Call Command-history-setup
4 and command-history-mode using their new conventions.
5
6 * chistory.el (Command-history-setup): Don't switch buffers. Take
7 no args, and do not set major-mode, mode-name or the local map.
8 (command-history-mode): New function, does some of those things
9 Command-history-setup used to do.
10 (list-command-history): Call command-history-mode, not
11 Command-history-setup.
12 (command-history): Renamed from command-history-mode.
13
14 1999-12-31 Richard M. Stallman <rms@gnu.org>
15
16 * arc-mode.el (archive-mode-map): Bind q to quit-window.
17
18 1999-12-31 William M. Perry <wmperry@aventail.com>
19
20 * image.el (defimage): Images with the `:data' keyword should be
21 considered valid as well.
22
23 1999-12-31 Richard M. Stallman <rms@gnu.org>
24
25 * dired.el (dired-get-filename): Don't call file-name-absolute-p
26 with FILE if FILE is nil.
27
28 1999-12-30 Richard M. Stallman <rms@gnu.org>
29
30 * simple.el (choose-completion-string): In minibuffer,
31 do not delete the prompt string.
32
33 1999-12-30 Gerd Moellmann <gerd@gnu.org>
34
35 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
36 assigned to mode-line-mode-menu because bindings.el is dumped with
37 Emacs, and thus the lists used for menu-item definition will be
38 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
39 like pure menu item definitions.
40
41 * expand.el (expand-abbrev-hook): Return t if expansion was
42 done, nil otherwise.
43
44 1999-12-29 Richard M. Stallman <rms@gnu.org>
45
46 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
47 (tar-quit): Function deleted.
48
49 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
50
51 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
52 was used but not declared.
53
54 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
55 hs-find-block-beginning): Add or modify docstrings.
56
57 (hs-isearch-show): Rewrite.
58
59 1999-12-28 Gerd Moellmann <gerd@gnu.org>
60
61 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
62
63 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
64 space in front of a C-style comment end.
65
66 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
67
68 * startup.el (command-line-1): Make mode line mouse-sensitive for
69 the MS-DOS version as well.
70
71 1999-12-28 Gerd Moellmann <gerd@gnu.org>
72
73 * bs.el: New file.
74
75 1999-12-28 Richard M. Stallman <rms@gnu.org>
76
77 * textmodes/ispell.el (ispell-process-line):
78 Add local var line-offset to adjust for the change
79 in positions within the line, due to previous replacements.
80
81 1999-12-27 Richard M. Stallman <rms@gnu.org>
82
83 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
84 Doc fixes.
85
86 1999-12-27 Gerd Moellmann <gerd@gnu.org>
87
88 * add-log.el (change-log-version-number-regexp-list)
89 (change-log-version-info-enabled): Change :version to 21.1.
90 (toplevel): Require CL when compiling.
91
92 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
93
94 * add-log.el (change-log-version-number-regexp-list): Added tag
95 :version 20.6
96 (change-log-version-info-enabled): Added tag :version 20.6
97
98 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
99
100 * add-log.el: More general version number search with
101 user-configurable regexp list.
102 (change-log-version-number-regexp-list): New user variable.
103 (change-log-find-version): Rewritten. Use user-configurable
104 version numbering regexp list
105 change-log-version-number-regexp-list.
106 (change-log-find-version): Renamed to
107 change-log-version-number-search
108 (add-log-file-name-function): New.
109 (change-log-search-vc-number): Added END paramaeter. Added doc
110 string to function.
111 (change-log-version-rcs): Renamed. Was
112 change-log-search-vc-number.
113
114 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
115
116 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
117 overlays if they interfere.
118 (compilation-find-file): Make intangible overlays tangible.
119
120 * progmodes/hideshow.el: Generally, synch w/ maintainer
121 version 5.9.
122
123 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
124
125 (hs-minor-mode-hook): Don't initialize.
126
127 (hs-special-modes-alist): Rewrite value and docstring.
128
129 (hs-minor-mode-prefix): Delete unused var.
130
131 (hs-block-start-mdata-select): New var, buffer local.
132
133 (hs-headline): New var.
134
135 (hs-match-data, hs-forward-sexp): New funcs.
136
137 (hs-hide-comment-region): New func.
138
139 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
140 hs-safety-is-job-n, hs-hide-initial-comment-block,
141 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
142 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
143 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
144 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
145 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
146
147 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
148 (hs-isearch-show-temporary): New funcs.
149
150 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
151
152 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
153
154 When constructing menu, use `[(shift button2)]' notation.
155
156 1999-12-25 Richard M. Stallman <rms@gnu.org>
157
158 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
159 (jka-compr-compression-info-list): Add new elt to each vector.
160 (jka-compr-write-region): Don't compress the data if it is
161 already compressed.
162
163 * jka-compr.el (jka-compr-really-do-compress): New variable.
164 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
165 if visiting.
166 (jka-compr-write-region): Set jka-compr-really-do-compress
167 if visiting. Test it when deciding to compress.
168
169 1999-12-22 Gerd Moellmann <gerd@gnu.org>
170
171 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
172 with third argument t.
173
174 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
175
176 * antlr-mode.el: Version 1.2 is released.
177 (antlr): This package has a web page.
178
179 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
180
181 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
182 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
183 (antlr-mode-map): New binding [C-c C-c].
184 (antlr-mode-menu): New entries.
185
186 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
187
188 * antlr-mode.el: Respect Emacs conventions.
189 ((require 'cl)): Only use during compilation.
190 (antlr-language-for-option): New function to avoid using `find'.
191 (antlr-mode): Use it.
192 (antlr-with-syntax-table): Define new instead using XEmacs' one.
193 (antlr-imenu-create-index-function): Change accordingly.
194 (antlr-inside-rule-p): Ditto.
195 (antlr-end-of-rule): Ditto.
196 (antlr-end-of-body): Ditto.
197 (antlr-beginning-of-rule): Ditto.
198 (antlr-indent-line): Ditto.
199
200 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
201
202 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
203 (antlr-set-tabs): Don't use hard-coded values.
204
205 * antlr-mode.el: Minor navigation changes. Not perfect, but this
206 won't be possible without a huge time penalty.
207 (antlr-skip-exception-part): Be more specific.
208 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
209 Renamed from `antlr-skip-grammar-header'.
210 (antlr-next-rule): Change accordingly.
211 (antlr-end-of-body): Ditto. Better error message.
212 (antlr-beginning-of-body): Better error message.
213 (antlr-imenu-create-index-function): Skip rule action prelude.
214
215 * antlr-mode.el: Minor syntax highlighting changes.
216 (antlr-font-lock-default-face): Deletia.
217 (antlr-font-lock-tokendef-face): Changed color.
218 (antlr-font-lock-tokenref-face): Changed color.
219 (antlr-font-lock-literal-face): Changed color.
220 (antlr-font-lock-additional-keywords): Minor changes.
221
222 1999-12-20 Carsten Dominik <cd@gnu.org>
223
224 * progmodes/idlwave.el: New file.
225
226 * progmodes/idlwave-rinfo.el: New file.
227
228 * progmodes/idlwave-shell.el: New file.
229
230 * progmodes/idlwave-toolbar.el: New file.
231
232 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
233
234 1999-12-21 Gerd Moellmann <gerd@gnu.org>
235
236 * progmodes/cwarn.el: New file.
237
238 1999-12-19 Gerd Moellmann <gerd@gnu.org>
239
240 * bindings.el (completion-ignored-extensions): Add .pdf.
241
242 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
243
244 * version.el: Put the version info into binary on MS-DOS as well.
245
246 1999-12-19 Gerd Moellmann <gerd@gnu.org>
247
248 * emacs-lisp/debug.el (debugger-continue): Don't continue if
249 debugger-may-continue is nil.
250
251 1999-12-18 Dave Love <fx@gnu.org>
252
253 * emacs-lisp/cl-macs.el: Remove conditional definition of
254 eval-when-compile. Don't specify abs, expt, gethash,
255 hash-table-count, hash-table-p as side-effect-free here.
256 (cl-emacs-type): Don't declare.
257 (cl-compile-time-init): Remove Emacs 18 compiler patch.
258 (cl-parse-loop-clause): Remove compatibility code.
259
260 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
261 (side-effect-free-fns): Add gethash, hash-table-count.
262 (side-effect-and-error-free-fns): Add hash-table-p.
263
264 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
265 `cl-' to autoload names for some hash functions. Don't autoload
266 eval-when-compile. Don't provide mini-cl.
267 (cl-emacs-type): Remove.
268 (cl-map-extents): Remove compatibility code.
269
270 * emacs-lisp/float.el: Bind free variables.
271
272 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
273
274 1999-12-16 Gerd Moellmann <gerd@gnu.org>
275
276 * bindings.el (completion-ignored-extensions): Add .tfm.
277
278 1999-12-16 Dave Love <fx@gnu.org>
279
280 * faces.el (set-face-attribute): Purecopy the attributes set.
281
282 * custom.el (custom-declare-variable): Purecopy value.
283
284 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
285 (byte-extrude-byte-code-vectors): Use remprop.
286 (byte-compile-lambda): Check that arg is a lambda.
287
288 1999-11-16 Anders Lindgren <AndersL@andersl.com>
289
290 * font-lock.el: System for adding and removing keywords.
291 Both local (previously added keyword) and global keywords
292 can be removed.
293 (font-lock-remove-keywords): New user-level function.
294 (font-lock-update-removed-keyword-alist): New internal function.
295 (font-lock-removed-keywords-alist): New variable.
296 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
297 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
298 growing datastructures.
299 (font-lock-set-defaults): Removes keywords stored in
300 `font-lock-removed-keywords-alist' after local keywords added.
301
302 1999-12-16 Anders Lindgren <andersl@andersl.com>
303
304 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
305 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
306
307 * font-lock.el (c-keywords): Only highlight preprocessor
308 directives when spelled correctly.
309
310 * font-lock.el (font-lock-match-c++-structor-declaration,
311 c++-keywords): Fontify constructors and destructors with function
312 face inside C++ class declarations.
313
314 1999-12-16 Gerd Moellmann <gerd@gnu.org>
315
316 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
317 the shell from sh-shell-file.
318
319 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
320
321 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
322
323 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
324 if one of the files specified cannot be accessed by
325 file-attributes. Do not strip any leading directories from the
326 file names, to behave more like `ls' does.
327
328 * dired.el (dired-get-filename): Handle absolute file names.
329 (dired-readin-insert): If argument is a cons, don't print
330 "wildcard" on the ``total'' line.
331
332 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
333
334 * faces.el (face-read-integer, read-face-attribute)
335 (color-defined-p, color-values): Allow color values unspecified-fg
336 and unspecified-bg, handle them as unspecified.
337
338 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
339
340 * textmodes/reftex.el: (reftex-compile-variables): respect new
341 structure of `reftex-index-macro'
342 (reftex-compile-variables): Use the changed structure of
343 `reftex-label-alist'.
344
345 * textmodes/reftex-vars.el (reftex-index-math-format,
346 (reftex-toc-max-level): New option.
347 reftex-index-phrases-search-whole-words,
348 reftex-index-phrases-case-fold-search,
349 reftex-index-phrases-skip-indexed-matches,
350 reftex-index-phrases-wrap-long-lines,
351 reftex-index-phrases-sort-prefers-entry,
352 reftex-index-phrases-sort-in-blocks): New options.
353 (reftex-index-macros): Option structure changed.
354 (reftex-index-macros-builtin): Added `repeat' item to each entry.
355 (reftex-label-alist): Additional item in each entry to specify if
356 the environment should be listed in the TOC.
357 (eval-when-compile (require 'cl)) added.
358
359 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
360 longer deals with "repeat".
361 (reftex-index): "repeat property in `reftex-index-macro-alist' is
362 now used.
363 (reftex-index-phrases-comment-regexp,
364 reftex-index-phrases-macrodef-regexp,
365 reftex-index-phrases-phrase-regexp1,
366 reftex-index-phrases-phrase-regexp2,
367 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
368 New constants.
369 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
370 reftex-index-phrases-font-lock-keywords,
371 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
372 reftex-index-phrases-restrict-file): New variables.
373 (reftex-index-phrase-selection-or-word,
374 reftex-index-visit-phrases-buffer,
375 reftex-index-initialize-phrases-buffer,
376 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
377 reftex-index-next-phrase, reftex-index-this-phrase,
378 reftex-index-all-phrases, reftex-index-region-phrases,
379 reftex-index-phrases-parse-header,
380 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
381 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
382 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
383 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
384 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
385 reftex-index-make-replace-string,
386 reftex-query-index-phrase-globally, reftex-query-index-phrase,
387 reftex-index-phrase-match-is-indexed,
388 reftex-index-phrases-fixup-line,
389 reftex-index-phrases-replace-space,
390 reftex-index-select-phrases-macro): New functions.
391 (reftex-index-globalize, reftex-index-globally): functions removed
392 (eval-when-compile (require 'cl)) added.
393
394 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
395 for max level.
396 (reftex-toc-max-level-indicator): New variable.
397 (reftex-toc-max-level): New command.
398 (reftex-toc-map): New keybinding `t'.
399 (reftex-toc-help): Constant updated.
400 (eval-when-compile (require 'cl)) added.
401
402 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
403 `t' command key can change `reftex-toc-max-level'
404 (eval-when-compile (require 'cl)) added.
405
406 * textmode/reftex-sel (reftex-insert-docstruct): Respect
407 `reftex-toc-max-level'
408 (eval-when-compile (require 'cl)) added.
409
410 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
411 added.
412
413 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
414 added.
415
416 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
417 commands.
418 (reftex-citation, reftex-do-citation,
419 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
420 preselect a citation format.
421 (eval-when-compile (require 'cl)) added.
422
423 * textmodes/reftex-parse.el (reftex-context-substring): Optional
424 parameter to-end
425 (reftex-section-info): Deal with environment matches.
426 (eval-when-compile (require 'cl)) added.
427
428 * reftex-global.el (eval-when-compile (require 'cl)) added.
429
430 1999-12-15 Kenichi Handa <handa@etl.go.jp>
431
432 The following changes are for the new composition mechanism. We
433 have deleted `composition' charset and composite characters,
434 instead introduced a special text property `composition'.
435
436 * composite.el: New file.
437
438 * ps-mule.el: Define encode-composition-rule and find-composition
439 for Emacs 20.4 and the earlier versions.
440 (ps-mule-init-external-library): Just require a feature for
441 external libraries.
442 (ps-mule-prologue): Postscript code modified for new composition.
443 (ps-mule-find-wrappoint): New arg COMPOSITION.
444 (ps-mule-plot-string): Delete code for composite characaters.
445 (ps-mule-plot-composition): New funcion.
446 (ps-mule-prepare-font-for-components): New function.
447 (ps-mule-plot-components): New function.
448 (ps-mule-composition-prologue-generated): Renamed from
449 ps-mule-cmpchar-prologue-generated.
450 (ps-mule-composition-prologue): New named from
451 ps-mule-cmpchar-prologue. Modified for new composition.
452 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
453 ps-mule-prepare-cmpchar-font): Deleted.
454 (ps-mule-string-encoding): New arg NO-SETFONT.
455 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
456 check Composing, not Cmpchar
457 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
458 to nil.
459 (ps-mule-begin-job): Check existence of new composition.
460
461 * ps-print.el (ps-plot-region): Handle new composition.
462
463 * simple.el (what-cursor-position): Show "(composed)" if the
464 character is composed.
465
466 * international/characters.el: Fix cateogries of Lao symbols.
467
468 * international/fontset.el (vertical-centering-font-regexp): New
469 variable.
470
471 * international/mule.el (mule-version): Updated to 5.0 (AOI).
472 (mule-version-date): Updated to 1999.12.7.
473 (with-category-table): New macro.
474
475 * international/mule-cmds.el (encode-coding-char): Don't check
476 composite character.
477
478 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
479 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
480 x-ctext): Give `composition' property t.
481
482 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
483 non-nil) at the tail of ALIST.
484 (compose-region, decompose-region, decompse-string,
485 reference-point-alist, compose-chars): Moved to composite.el.
486 (compose-chars-component, compose-chars-rule,
487 decompose-composite-char): Deleted.
488
489 * international/quail.el (quail-install-map): New optional arg
490 NAME.
491 (quail-get-translation): If DEF is a symbol but not a function,
492 ignore it.
493 (quail-start-translation): Put a key sequence undefined in the
494 translation keymap in unread-command-events, not generated-events.
495 Return parameterized event (compose-last-chars N) if the input
496 characters should be composed.
497 (quail-map-definition): If DEF is t, treat it as nil.
498 (quail-delete-last-char): Delete the quail region.
499 (quail-show-translations): Don't show list of translations if the
500 quail package is deterministic.
501 (quail-completion-max-depth): New variable.
502 (quail-completion-1): Pay attention to the above variable. Fix
503 for the case that a translation is a function.
504 (quail-map-from-table, quail-map-from-table-1,
505 quail-map-from-table-2): New functions.
506 (quail-lookup-map-and-concat): New function
507
508 * language/devan-util.el: Mostly rewritten.
509
510 * language/lao.el: Register lao-composition-function in
511 composition-function-table.
512
513 * language/lao-util.el: Mostly rewritten.
514
515 * language/thai.el: Register thai-composition-function in
516 composition-function-table.
517 (thai-tis620): Delete `pre-write-conversion' property.
518
519 * language/thai-util.el: (thai-category-table): Make it by
520 make-category-table.
521 (thai-composition-pattern): New variable.
522 (thai-compose-region, thai-compose-string): Use
523 with-category-table.
524 (thai-post-read-conversion): Just call thai-compose-region.
525 (thai-pre-write-conversion): Deleted.
526 (thai-composition-function): New funciton.
527
528 * language/tibet-util.el: Most functions rewritten.
529 (tibetan-char-p): Renamed from tibetan-char-examin.
530 (tibetan-composable-examin) (tibetan-complete-char-examin)
531 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
532 (tibetan-add-components): New function.
533 (tibetan-composition-function): New function.
534
535 * language/tibetan.el: Register tibetan-composition-function in
536 composition-function-table.
537 (tibetan-composable-pattern): New variable.
538 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
539 (tibetan-precomposition-rule-alist): Move punctuations to
540 tibetan-punctuation-transcription-alist and
541 tibetan-obsolete-glyphs.
542 (tibetan-punctuation-transcription-alist): New variable.
543 (tibetan-obsolete-glyphs): New variable.
544 (tibetan-regexp): Improve the initialization code.
545
546 * textmodes/fill.el (fill-find-break-point): Delete codes for
547 composite characters.
548 (fill-region-as-paragraph): Likewise.
549
550 1999-12-14 Gerd Moellmann <gerd@gnu.org>
551
552 * international/mule-cmds.el (default-input-method): Specify
553 that it should be set after current-language-environment.
554
555 * custom.el (custom-handle-keyword): Add :set-after.
556 (custom-add-dependencies): New function.
557 (custom-set-variables): Take dependencies between args into
558 account.
559
560 * battery.el (battery): Doc fix.
561
562 1999-12-12 Gerd Moellmann <gerd@gnu.org>
563
564 * progmodes/cc-make.el: Removed.
565
566 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
567
568 * Release of cc-mode 5.26
569
570 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
571
572 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
573 target depth. Optionally count #else lines as clause limits,
574 as suggested by don provan <provan@lucent.com>. #elif
575 handling fixed.
576
577 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
578 (c-down-conditional-with-else): New commands that uses the
579 added functionality in `c-forward-conditional'.
580
581 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
582
583 * cc-align.el (c-lineup-comment): Preserve the alignment with
584 a comment on the previous line instead of preserving the
585 comment-column.
586
587 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
588
589 * Fixes to IDL mode after input from Eric Eide
590 <eeide@cs.utah.edu>:
591 * cc-engine.el (c-beginning-of-statement-1): Allow
592 `c-conditional-key' to be nil, for the benefit of IDL mode.
593 * cc-engine.el (c-guess-basic-syntax): Ditto.
594 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
595 but do match CORBA 2.3 `valuetype'.
596 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
597 for IDL.
598 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
599 be nil for IDL.
600 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
601 Like C++.
602 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
603 set `c-method-key' and `c-baseclass-key' to nil.
604
605 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
606
607 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
608 with nonhanging open braces.
609
610 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
611
612 * cc-align.el: Added docstrings to all lineup functions.
613
614 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
615 keyword.
616
617 * cc-align.el (c-lineup-C-comments): Handle free form text
618 comments. Use c-comment-prefix-regexp and comment-start-skip
619 instead of hardcoded regexps.
620
621 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
622
623 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
624 behavior and return value as documented.
625
626 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
627
628 * Changes for new style variable init system:
629 * cc-langs.el (c-common-init): Dito.
630 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
631 now customizable.
632 * cc-vars.el: Style variables may now take a value
633 'set-from-style to make them take their value from the style
634 system. This value is now the default on all these variables.
635 * cc-vars.el (c-valid-offset): New function to verify a
636 syntactic symbol offset setting.
637 * cc-vars.el (c-offsets-alist): Variable moved from
638 cc-styles.el since it's now customizable in a similar way to
639 the other style variables.
640 * cc-vars.el (c-old-style-variable-behavior): New variable to
641 revert to the old style init behavior.
642
643 * cc-vars.el (c-file-style, c-file-offsets): Made always
644 buffer local.
645
646 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
647 the throws clause that might follow the function prototype in
648 C++.
649
650 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
651
652 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
653 could move forward for macros that doesn't start in column 0.
654
655 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
656
657 * cc-align.el (c-indent-multi-line-block,
658 c-lineup-whitesmith-in-block): Two new lineup functions for
659 use in whitesmith style.
660
661 * cc-styles.el (c-style-alist): More fixes to whitesmith
662 style. It should now handle all different braces uniformly in
663 both hanging and non-hanging cases.
664
665 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
666
667 * cc-cmds.el (c-indent-exp): Use a marker to save point to
668 make it stay in the same position relative to the surrounding
669 text.
670
671 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
672 when adaptive-fill-mode doesn't manage to get it correct.
673
674 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
675 with dotted notation, e.g. foo.bar.Gnu.
676
677 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
678 within unwind-protect (previously only some were wrapped so it
679 would be possible to register mode initialization when full
680 initialization did not finish).
681
682 * cc-styles.el (c-style-alist): Corrected the brace placement
683 in the whitesmith style. Thanks to Sean Luke
684 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
685 styles with consistent brace placement for all constructs.
686
687 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
688
689 * cc-cmds.el (c-context-line-break): Continue C++ comments too
690 when point is in the middle of them.
691
692 * cc-cmds.el: Line breaking and paragraph filling code
693 rewritten:
694 (c-guess-fill-prefix): New function that uses various
695 heuristics to guess the comment prefix.
696 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
697 It now assumes adaptive filling is active to preserve the line
698 prefix inside comments.
699 (c-indent-new-comment-line): Replacement for the now
700 obsolete `c-comment-line-break-function' that uses
701 `c-guess-fill-prefix' when appropriate. It now observes the
702 setting of `comment-multi-line', which has effect in C-style
703 block comments.
704
705 * cc-cmds.el (c-context-line-break): New function intended to
706 be put on RET. It's essentially `newline-and-indent', but
707 continues C block comments with the appropriate line prefix.
708
709 * cc-cmds.el (c-do-auto-fill): New function put on
710 `normal-auto-fill-function' to implement the
711 `c-ignore-auto-fill' variable.
712
713 * cc-cmds.el (c-beginning-of-statement): Use
714 `c-comment-prefix-regexp' to avoid ending up inside the
715 comment prefix. Better handling of comment starters and
716 enders. Catch comments better when traversing code. Stop at
717 preprocessor directives.
718
719 * cc-defs.el (c-forward-comment): New subst to hide platform
720 dependent quirks in `forward-comment'.
721
722 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
723 argument.
724 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
725 arguments. Activate this function by default when
726 `parse-partial-sexp' supports it (currently Emacs 20.x).
727
728 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
729 on the comment opener to make constants usable as lineup
730 arguments.
731
732 * cc-align.el (c-lineup-C-comments): Fixes to handle the
733 changed anchor position in the `c' syntactic symbol. Handle
734 more than stars in the comment prefix; use the new variable
735 `c-comment-prefix-regexp'. Don't indent text not preceded by
736 a comment prefix to the right of the comment opener if it's
737 long.
738
739 * cc-langs.el: Fixes to mode initialization for new line
740 breaking and paragraph filling method. Adaptive fill mode is
741 now activated at startup instead of deactivated. The
742 variables used for adaptive filling and paragraph movement are
743 also changed to incorporate the value of
744 `c-comment-prefix-regexp'. `substitute-key-definition' is
745 used to override some functions in the global map instead of
746 overriding their default bindings.
747
748 * cc-mode.el (java-mode): Modify `paragraph-start' for the
749 javadoc markup at mode init.
750
751 * cc-mode.el (c-setup-filladapt): A new convenience function
752 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
753 function is intended to be used explicitly by the end user
754 only.
755
756 * cc-vars.el (c-comment-prefix-regexp): New variable used to
757 recognize the comment fill prefix inside comments.
758 (c-block-comment-prefix): New name for
759 `c-comment-contiuation-stars', which is now obsolete. It's
760 generalized to handle any character sequence.
761 (c-ignore-auto-fill): New variable used to selectively disable
762 Auto Fill mode in specific contexts.
763
764 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
765
766 * cc-cmds.el (c-comment-indent): Leave at least one space
767 between the comment and the last nonblank character in the
768 case where we look at the indentation of the comment on the
769 previous line (case 4).
770
771 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
772 list of characters that may start a statement (it's a sort of
773 prefix operator in Pike, and isn't used at all in any of the
774 other languages).
775
776 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
777
778 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
779 inside continued statements as statement-cont instead of
780 brace-list-open. The reason is that one normally adjusts
781 brace-list-open for brace lists as top-level constructs, and
782 brace lists inside statements is a completely different
783 context. Case 10B.2 changed. Also changed (the somewhat
784 esoteric) case 9A to cope with this.
785
786 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
787
788 * cc-cmds.el (c-electric-brace): Added electric handling of
789 the open brace for brace-elseif-brace.
790
791 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
792
793 * cc-defs.el (c-with-syntax-table): New macro to easily switch
794 syntax tables temporarily.
795
796 * cc-engine.el (c-guess-basic-syntax): Handle template and
797 member init argument lists split over several lines. Case 5D
798 changed.
799
800 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
801 @throws introduced in Javadoc 1.2.
802
803 * cc-menus.el (cc-imenu-java-generic-expression): Applied
804 patch from RMS to avoid infinite backtracking.
805
806 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
807
808 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
809 by [ ].
810
811 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
812
813 * cc-align.el (c-lineup-dont-change): Compensate properly for
814 the column in langelem.
815
816 * cc-engine.el (c-syntactic-information-on-region): New
817 function to help debugging the syntactic analysis.
818
819 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
820
821 * cc-align.el (c-lineup-template-args): Handle nested template
822 arglists.
823
824 * cc-langs.el (c++-template-syntax-table): New syntax table
825 that makes `<' and `>' parenthesis characters, which is useful
826 to switch to temporarily when analyzing template arglists.
827
828 * cc-styles.el: Changed default alignment of labels in the
829 java style to conform to the examples in the Java Language
830 Specification.
831
832 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
833 by default.
834
835 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
836
837 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
838 immediately before the closing paren in an arglist, so don't
839 check that in Pike mode. Case 7A changed.
840
841 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
842
843 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
844 lines were ignored under certain conditions.
845
846 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
847
848 * cc-align.el (c-lineup-template-args): New function for
849 aligning continued template argument lists.
850
851 * cc-engine.el (c-guess-basic-syntax): Fix for member init
852 lists containing function arglists split over several lines.
853 Case 5D.1 changed.
854
855 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
856 template-args-cont didn't get recognized when the first
857 arglist opener line doesn't contain a template argument. New
858 case 5K.
859
860 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
861
862 * cc-defs.el (c-point): Changed from subst to macro for
863 efficiency.
864 (c-beginning-of-defun-1, c-end-of-defun-1): New
865 beginning-of-defun/end-of-defun wrappers separated from
866 c-point.
867
868 * cc-menus.el (imenu-generic-expression,
869 imenu-case-fold-search, imenu-progress-message): Dummy
870 definitions to avoid compiler warnings if imenu can't be
871 loaded.
872 * cc-menus.el (cc-imenu-init): New function called at mode
873 init.
874 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
875 imenu initializations to cc-imenu-init.
876
877 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
878
879 * cc-engine.el (c-guess-basic-syntax): Slightly better check
880 for lambda-intro-cont in Pike mode. Case 6 changed.
881
882 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
883 anything following "new Foo()" was considered an anonymous
884 class body in Java mode.
885
886 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
887
888 * cc-cmds.el (c-comment-line-break-function): When breaking in
889 a string, don't insert a new line.
890
891 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
892
893 * cc-engine.el (c-at-toplevel-p): New interface function which
894 returns information useful to add-on authors. It tells you
895 whether you're at a toplevel statement or not.
896
897 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
898
899 * cc-cmds.el (c-comment-line-break-function): It is possible
900 that forward-line does not land us at the bol, say if we're on
901 the last line in a file. In that case, do a
902 back-to-indentation instead of a forward-comment -1.
903
904 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
905
906 * cc-engine.el (c-beginning-of-statement-1): Don't catch
907 "default:" as normal label in case 4.
908
909 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
910
911 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
912 recognize continued bitfield declarations. Case 5D.1 changed.
913 * cc-langs.el: New variable c-bitfield-key.
914 * cc-mode.el: New variable c-bitfield-key.
915
916 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
917
918 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
919 anonymous array expressions (i.e. "new Foo[] {.. bracelist
920 ..}").
921
922 1999-12-12 Dave Love <fx@gnu.org>
923
924 * mail/footnote.el: Require cl when compiling. Don't autoload
925 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
926 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
927 Avoid `acons'.
928 (footnote-mode-line-string, Footnote-add-footnote): Remove
929 autoload cookie.
930
931 1999-12-12 Richard Sharman <rsharman@pobox.com>
932
933 * sh-script.el: Fix for when font-lock mode is active.
934 (sh-font-lock-unfontify-region-function): New function.
935
936 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
937
938 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
939 if start-process is not bound, since Ispell now supports such
940 platforms as well.
941
942 1999-12-12 Gerd Moellmann <gerd@gnu.org>
943
944 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
945 rmail-summary-goto-msg.
946
947 * files.el (after-find-file): Fix previous change.
948
949 1999-12-11 Dave Love <fx@gnu.org>
950
951 * help.el (where-is): Use `commandp' as predicate for
952 `completing-read'
953
954 1999-12-10 Richard M. Stallman <rms@gnu.org>
955
956 * cus-edit.el (custom-save-delete): Delete all occurrences,
957 leave point where the first occurrence was.
958 (custom-save-faces): Insert a newline at the end of the comment.
959 Avoid a double newline there.
960 If final closeparen is at bol, put a space before it.
961 (custom-save-variables): Likewise.
962 (custom-file): Doc fix.
963
964 1999-12-10 Gerd Moellmann <gerd@gnu.org>
965
966 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
967 regexp matching image and audio files.
968
969 1999-12-09 Dave Love <fx@gnu.org>
970
971 * mail/footnote.el: New file.
972
973 1999-12-09 Gerd Moellmann <gerd@gnu.org>
974
975 * files.el (after-find-file): Use auto-save-visited-file-name if
976 set.
977
978 * mail/feedmail.el (feedmail-find-eoh): Take
979 feedmail-queue-alternative-mail-header-separator into account.
980
981 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
982
983 * smerge-mode.el: New file.
984
985 * font-lock.el (font-lock-multiline): New variable.
986 (font-lock-add-keywords): Rename `major-mode' into `mode'.
987 (font-lock-remove-keywords): Added a dummy `mode' argument for
988 potential future support.
989 (font-lock-fontify-anchored-keywords,
990 (font-lock-fontify-keywords-region): Only handle multiline strings
991 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
992
993 1999-12-08 Richard M. Stallman <rms@gnu.org>
994
995 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
996
997 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
998
999 1999-12-07 Dave Love <fx@gnu.org>
1000
1001 * help.el (view-emacs-problems): New command, bound to C-h P.
1002
1003 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
1004
1005 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
1006
1007 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
1008 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
1009 New code to support the minor mode version.
1010 (diff-recenter): New function.
1011 (diff-next-hunk, diff-next-file): Use it.
1012 (diff-remembered-files-alist): New var.
1013 (diff-merge-strings): New function.
1014 (diff-find-file-name): Make it smarter and use the user's input more.
1015 (diff-mode): Cosmetic changes.
1016
1017 * files.el (save-some-buffers): Turn EXITING into the more general
1018 PRED argument to allow specifying a subset of buffers.
1019
1020 * simple.el (kill-region): Use the new `delete-and-extract-region'
1021 rather than the undo log (which is incorrect with *-change-functions).
1022
1023 * font-lock.el (font-lock-default-fontify-region): Fix subtle
1024 off-by-one problem that could force re-fontifying the whole buffer.
1025 (font-lock-remove-keywords): New function.
1026 (font-lock-add-keywords): Use the new function to ensure idempotence.
1027
1028 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
1029
1030 * viper-cmd.el (viper-minibuffer-standard-hook,
1031 viper-minibuffer-real-start): Mew functions.
1032 (viper-read-string-with-history,viper-file-add-suffix,
1033 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
1034 change in the status of the minibuffer prompt.
1035
1036 1999-12-06 Gerd Moellmann <gerd@gnu.org>
1037
1038 * comint.el (comint-redirect-results-list)
1039 (comint-redirect-results-list-from-process): Remove interactive
1040 spec.
1041
1042 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1043
1044 * info.el (info-node, info-menu-5, info-xref): Define colors for
1045 Info faces if the display supports them.
1046
1047 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1048
1049 Changes for automatic remapping of X colors on terminal frames:
1050
1051 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
1052 term-setup-hook. Call msdos-remember-default-colors and
1053 msdos-handle-reverse-video.
1054 (msdos-face-setup): Parts of code moved to
1055 msdos-setup-initial-frame.
1056 (msdos-handle-reverse-video): New function, modeled after
1057 x-handle-reverse-video.
1058 (make-msdos-frame): Don't use initial-frame-alist and
1059 default-frame-alist. Call msdos-handle-reverse-video.
1060 (msdos-color-aliases): Remove.
1061 (msdos-color-translate, msdos-approximate-color): Remove.
1062 (msdos-color-values): Use 16-bit RGB values. RGB values updated
1063 for better approximation of X colors.
1064 (msdos-face-setup): Call tty-color-clear. Remove code that sets
1065 up tty-color-alist (it is now on startup.el).
1066 (x-display-color-p, x-color-defined-p, x-color-values,
1067 x-defined-colors, face-color-supported-p, face-color-gray-p):
1068 Remove.
1069
1070 * facemenu.el (facemenu-read-color, list-colors-display): Use
1071 defined-colors for all frame types.
1072 (facemenu-color-equal): Use color-values for all frame types.
1073
1074 * faces.el (read-face-attribute): For :foreground and :background
1075 attributes and frames on character terminals, translate the color
1076 to the closest supported one before looking it up in the list of
1077 valid values.
1078 (face-valid-attribute-values): Call defined-colors for all types
1079 of frames.
1080 (defined-colors, color-defined-p, color-values, display-color-p):
1081 New finctions.
1082 (x-defined-colors, x-color-defined-p, x-color-values,
1083 x-display-color-p): Aliases for the above.
1084
1085 * startup.el (command-line): Register terminal colors for frame
1086 types other than x and w32, but only if the terminal supports
1087 colors. Call tty-color-define instead of face-register-tty-color.
1088
1089 * term/x-win.el (xw-defined-colors): Renamed from
1090 x-defined-colors.
1091 * term/w32-win.el (xw-defined-colors): Likewise.
1092
1093 * term/tty-colors.el: New file.
1094 * loadup.el: Load term/tty-colors.
1095
1096 1999-12-06 Dave Love <fx@gnu.org>
1097
1098 * ffap.el: Autoload the ffap alias directly.
1099
1100 1999-12-06 Inge Frick <inge@nada.kth.se>
1101
1102 * dired-aux.el (dired-do-shell-command): Changed documentation.
1103 (dired-shell-stuff-it): A `?' in COMMAND has now the same
1104 meaning as `*'.
1105
1106 1999-12-06 Gerd Moellmann <gerd@gnu.org>
1107
1108 * simple.el (insert-buffer): Doc fix.
1109
1110 * apropos.el (apropos-mode): Add autoload cookie.
1111
1112 1999-12-06 Sam Steingold <sds@goems.com>
1113
1114 * progmodes/etags.el (etags-tags-completion-table): Modified the
1115 regexp to allow for the CL symbols starting with `+*'.
1116 (tags-completion-table): Doc fix (it's an obarray, not an alist).
1117 (tags-completion-table, tags-recognize-empty-tags-table): Remove
1118 `function' quoting lambda.
1119 (tags-with-face): New macro.
1120 (list-tags, tags-apropos): Use it.
1121 (tags-apropos-additional-actions): New user option.
1122 (etags-tags-apropos-additional): Use it.
1123 (tags-apropos): Call etags-tags-apropos-additional.
1124 (tags-apropos-verbose): New user option.
1125 (etags-tags-apropos): Use it.
1126 (visit-tags-table-buffer, next-file): Use `unless'.
1127 (recognize-empty-tags-table): Renamed to
1128 tags-recognize-empty-tags-table.
1129 (complete-tag): Call tags-complete-tag bypassing try-completion.
1130
1131 1999-12-06 Kenichi Handa <handa@etl.go.jp>
1132
1133 * international/mule.el (set-buffer-file-coding-system): Docstring
1134 modified.
1135
1136 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1137
1138 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
1139 using the hideshow package.
1140 (hs-special-modes-alist): Added entry for bibtex to allow the use
1141 of the hideshow package.
1142 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
1143 not longer provided by bibtex.el directly. Instead the hideshow
1144 package should be used.
1145 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
1146 references to bibtex-hide-entry-bodies.
1147
1148 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1149
1150 * textmodes/bibtex.el: Copyright notice is up to date. Moved
1151 maintainer information closer to the beginning of the bibtex.el
1152 file.
1153 (bibtex-maintainer-salutation): New constant.
1154 (bibtex-version): New constant.
1155 (bibtex-submit-bug-report): Use bibtex-version and
1156 bibtex-maintainer-salutation.
1157 (bibtex-entry-field-alist): Made booktitle field optional for
1158 @inproceedings entries when crossreferenced.
1159 (bibtex-entry-field-alist): Added booktitle field to proceedings
1160 entry type (for cross referencing). Thanks to Wagner Toledo Correa
1161 for the suggestion.
1162 (bibtex-string-file-path): Fixed typo.
1163
1164 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
1165
1166 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
1167 for reftex.el.
1168 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
1169 to menu.
1170
1171 1999-12-04 Dave Love <fx@gnu.org>
1172
1173 * delsel.el: Revert previous change -- region is significant to
1174 skeleton.
1175
1176 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
1177
1178 * viper-cmd.el (viper-change-state): Use
1179 viper-ESC-moves-cursor-back to decide whether to move the cursor
1180 back.
1181
1182 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
1183
1184 * international/mule-util.el (truncate-string-to-width): Docsting
1185 fixed.
1186
1187 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
1188
1189 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
1190 use of `cond'.
1191 (lm-with-file): Move all the find-file...kill-buffer stuff into
1192 this macro. Make it use `find-file-noselect' and make it kill
1193 the buffer only if it wasn't already displayed somewhere.
1194 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
1195 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
1196 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
1197 (lm-commentary): Fix to handle the case when the change log is
1198 at the end of the file.
1199
1200 1999-12-02 Kenichi Handa <handa@etl.go.jp>
1201
1202 * international/mule.el (charsetp): Fix typo in docstring.
1203
1204 * international/mule-diag.el (list-coding-categories): Fix typo;
1205 automatic -> autoload.
1206
1207 1999-12-02 Gerd Moellmann <gerd@gnu.org>
1208
1209 * vc.el (vc-update-change-log): Look for rcs2log under
1210 exec-directory.
1211
1212 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
1213 outline-regexp, add outline-level.
1214 (lisp-outline-level): New.
1215
1216 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
1217 remove extraneous string-match.
1218
1219 * finder.el (finder-commentary): Activate Finder mode.
1220
1221 1999-12-01 Anders Lindgren <andersl@andersl.com>
1222
1223 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
1224 off when reverting buffers that contained mode specifiers.
1225 `revert-buffer' is now called with non-nil PRESERVE-MODES
1226 argument.
1227
1228 1999-12-01 Dave Love <fx@gnu.org>
1229
1230 * delsel.el: Grok skeleton-pair-insert-maybe.
1231
1232 1999-11-30 Richard M. Stallman <rms@gnu.org>
1233
1234 * progmodes/cperl-mode.el (cperl-under-as-char):
1235 Use nil as default.
1236
1237 1999-11-30 Gerd Moellmann <gerd@gnu.org>
1238
1239 * speedbar.el (toplevel): Remove compatibility code for Emacs
1240 versions without custom.el.
1241
1242 1999-11-30 Dave Love <fx@gnu.org>
1243
1244 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
1245
1246 * autoinsert.el: Minor doc fixes.
1247 (auto-insert): Return nil.
1248
1249 * faces.el (set-face-documentation): Purecopy STRING.
1250
1251 1999-11-29 Dave Love <fx@gnu.org>
1252
1253 * derived.el: Doc fixes, remove old backquote syntax.
1254
1255 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
1256 comment warning about editing.
1257
1258 * help.el (help-mode-hook): Define.
1259
1260 1999-11-29 Gerd Moellmann <gerd@gnu.org>
1261
1262 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
1263 invalid translation of old-style backquote syntax to new syntax.
1264
1265 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
1266
1267 * Makefile (DONTCOMPILE): Add term/internal.el.
1268
1269 1999-11-26 Dave Love <fx@gnu.org>
1270
1271 * comint.el: Fix last change.
1272
1273 * emacs-lisp/advice.el: Fix last change.
1274
1275 1999-11-26 Richard M. Stallman <rms@gnu.org>
1276
1277 * cus-edit.el (Custom-reset-standard): Doc fix.
1278 (custom-variable-reset-standard): Doc fix.
1279 (custom-face-reset-standard): Doc fix.
1280 (custom-face-menu): "Reset to Standard" => "Erase Customization".
1281 (custom-variable-menu): Likewise.
1282 (custom-reset-menu): Likewise.
1283 (custom-buffer-create-internal): Likewise.
1284
1285 1999-11-26 Dave Love <fx@gnu.org>
1286
1287 * progmodes/make-mode.el (makefile-mode-hook): Customize.
1288
1289 * font-lock.el: Doc fixes.
1290
1291 * menu-bar.el (menu-bar-mode): Customize.
1292
1293 * cus-start.el: Add use-dialog-box.
1294
1295 * add-log.el (change-log-mode-hook): Customize.
1296 (add-log-current-defun): Use
1297 fortran-{beginning,end}-of-subprogram.
1298
1299 1999-11-26 Richard M. Stallman <rms@gnu.org>
1300
1301 * emacs-lisp/advice.el: Many doc fixes.
1302
1303 * comint.el (comint-preoutput-filter-functions): Doc fix.
1304
1305 1999-11-26 Richard M. Stallman <rms@gnu.org>
1306
1307 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1308 Improve messages for capitalization of arg names,
1309 for flag variables, for t and nil, for imperatives.
1310 Call them imperatives rather than infinitives sans "to".
1311 (checkdoc-common-verbs-wrong-voice): Add "moves".
1312 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
1313
1314 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1315 Don't convert comments from 3-semicolon to 2-semicolon.
1316 That is a matter of style.
1317 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
1318 (checkdoc-comments): Don't bind that variable.
1319
1320 1999-11-26 Richard M. Stallman <rms@gnu.org>
1321
1322 * files.el (write-file-hooks): Doc fix.
1323
1324 1999-11-26 Gerd Moellmann <gerd@gnu.org>
1325
1326 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
1327
1328 1999-11-25 Dave Love <fx@gnu.org>
1329
1330 * hippie-exp.el: Require comint when compiling.
1331 (hippie-expand): Add :links.
1332 (hippie-expand-try-functions-list): Customize.
1333
1334 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
1335
1336 * viper*el: Replaced old-style backquotes.
1337
1338 * ediff*el: Replaced old-style backquotes.
1339
1340 * ediff-merge
1341 (ediff-looks-like-combined-merge,ediff-get-combined-region):
1342 Changed to support the new format for ediff-combination-pattern.
1343
1344 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
1345 Changed to support the new format for ediff-combination-pattern.
1346
1347 1999-11-24 Dave Love <fx@gnu.org>
1348
1349 * custom.el (custom-declare-group): Purecopy DOC.
1350 (custom-handle-keyword): Purecopy VALUE.
1351 (custom-add-link): Purecopy WIDGET.
1352 (custom-add-version): Purecopy VERSION.
1353 (custom-add-load): Purecopy LOAD.
1354
1355 * cus-face.el (custom-declare-face): Purecopy DOC.
1356
1357 * info.el:
1358 (Info-build-node-completions, Info-search, Info-follow-reference)
1359 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
1360 (Info-find-emacs-command-nodes): Avoid properties on matched text
1361 which may appear in minibuffer.
1362
1363 1999-11-24 Gerd Moellmann <gerd@gnu.org>
1364
1365 * locate.el (locate-with-filter): Doc fix.
1366
1367 1999-11-24 Alex Schroeder <alex@gnu.org>
1368
1369 * sql.el (sql-find-sqli-buffer): New function.
1370 (sql-set-sqli-buffer-generally): New function.
1371 (sql-set-sqli-buffer): Better checking of new-buffer.
1372 (sql-copy-column): Add comma after INTO clause, too.
1373
1374 1999-11-24 Alex Schroeder <alex@gnu.org>
1375
1376 * sql.el (sql-imenu-generic-expression): New, used to set
1377 imenu-generic-expression.
1378
1379 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
1380 setting font-lock-defaults' SYNTAX-ALIST. Set
1381 imenu-generic-expression, imenu-case-fold-search, and
1382 imenu-syntax-alist.
1383
1384 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
1385 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
1386
1387 1999-11-23 Andrew Innes <andrewi@gnu.org>
1388
1389 * w32-win.el (w32-drag-n-drop): Load files in current window, if
1390 drop coords aren't over a specific window.
1391
1392 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1393
1394 * ps-print.el: Define mule funs without checking if mule package is
1395 loaded.
1396 (ps-print-version): New version number (5.0.1).
1397 (ps-header-dirpart): Now uses abbreviate-file-name.
1398
1399 1999-11-23 Dave Love <fx@gnu.org>
1400
1401 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
1402 comment-line-start.
1403 (fortran-comment-line-start-skip): Renamed from
1404 comment-line-start-skip.
1405 (fortran-mode-map): Use renamed functions. Add manual and custom
1406 entries to menu.
1407 (fortran-mode-hook): Customize.
1408 (fortran-comment-indent-function): Renamed from
1409 fortran-comment-hook.
1410 (delete-horizontal-regexp): Function deleted.
1411 (fortran-electric-line-number): Simplified.
1412 (fortran-beginning-of-subprogram): Renamed from
1413 beginning-of-fortran-subprogram.
1414 (fortran-end-of-subprogram): Renamed from
1415 end-of-fortran-subprogram.
1416 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
1417 (fortran-previous-statement, fortran-next-statement): Simplified.
1418 (fortran-blink-match): New function.
1419 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
1420 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
1421 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
1422 line-end-position.
1423 (fortran-fill): No longer interactive. Simplified.
1424 (fortran-break-line): Simplified.
1425 (fortran-analyze-file-format): Use char-after, not looking-at.
1426
1427 * emacs-lisp/find-func.el (find-function-regexp): Use
1428 `define-minor-mode' after easy-menu change.
1429
1430 1999-11-23 Gerd Moellmann <gerd@gnu.org>
1431
1432 * comint.el: Add redirection.from active comint buffers into
1433 another buffer. Written by Peter Breton.
1434
1435 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
1436
1437 * emacs-lisp/autoload.el (make-autoload): Recognize the new
1438 `define-minor-mode'.
1439 (define-minor-mode): Specify `doc-string-elt'.
1440
1441 * emacs-lisp/easy-mmode.el: Changed maintainer.
1442 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
1443 Use defcustom for the hooks; Improve the auto-generated docstrings.
1444 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
1445 (define-minor-mode): Add BODY arg; Only declare the keymap if
1446 provided; Improve the auto-generated docstrings.
1447
1448 1999-11-22 Gerd Moellmann <gerd@gnu.org>
1449
1450 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
1451 that the leading `^' is at the start. This is necessary because
1452 paragraphs.el tries to remove anchors, but can find them only if
1453 they are the first character.
1454
1455 * progmodes/antlr-mode.el: New file.
1456
1457 * calendar/calendar.el: Fix autoload for
1458 calendar-absolute-from-astro. Add autoload for
1459 calendar-print-astro-day-number.
1460
1461 1999-11-21 Anders Lindgren <andersl@andersl.com>
1462
1463 * follow.el: Use modern backquote syntax. Minor comment update.
1464
1465 1999-11-21 Gerd Moellmann <gerd@gnu.org>
1466
1467 * simple.el (with-syntax-table): Don't switch buffers.
1468
1469 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
1470 progmodes/hideif.el: Use new backquote syntax.
1471
1472 1999-11-21 Ken Manheimer <klm@python.org>
1473
1474 * icomplete.el (icomplete-completions): Use an explicit variable
1475 `icomplete-prospects-length', obviating the need to use an
1476 apparently faulty throw/catch arrangement.
1477
1478 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
1479
1480 * term/internal.el (IT-display-table-setup): Don't overstep
1481 character code 255.
1482
1483 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
1484
1485 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
1486 for the charset chinese-sisheng is 7bit encoding, not 8bit.
1487
1488 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
1489
1490 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
1491 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
1492
1493 * files.el (auto-mode-alist): Add patterns for diff-mode.
1494
1495 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
1496 to detect an empty prompt.
1497
1498 1999-11-18 Dave Love <fx@gnu.org>
1499
1500 * simple.el (input-mode-8-bit): Fix the customization.
1501
1502 1999-11-18 Gerd Moellmann <gerd@gnu.org>
1503
1504 * international/iso-acc.el (iso-languages): Add more
1505 characters for Portuguese.
1506
1507 * speedbar.el: Clean up comment at the start of the file.
1508 Remove RCS id.
1509
1510 * progmodes/compile.el (compilation-parse-errors): Use
1511 compilation-buffer-p instead of testing major-mode.
1512
1513 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
1514
1515 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
1516 (quickurl-ask): completion-ignore-case is set to the value of
1517 quickurl-completion-ignore-case for the duration of the call to
1518 completing-read.
1519
1520 1999-11-18 Richard M. Stallman <rms@gnu.org>
1521
1522 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
1523
1524 1999-11-18 Kenichi Handa <handa@etl.go.jp>
1525
1526 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
1527 instead of ps-print-def.
1528
1529 * ps-print.el: Require ps-vars instead of ps-print-def.
1530
1531 * ps-mule.el: Require ps-vars instead of ps-print-def.
1532
1533 1999-11-17 Gerd Moellmann <gerd@gnu.org>
1534
1535 * simple.el (with-syntax-table): Save buffer explicitly instead of
1536 using save-excursion.
1537
1538 1999-11-16 Gerd Moellmann <gerd@gnu.org>
1539
1540 * mail/supercite.el: New maintainer.
1541
1542 1999-11-16 Reto Zimmermann <reto@synopsys.com>
1543
1544 * progmodes/vhdl-mode.el: Use new backquote syntax.
1545
1546 1999-11-16 Gerd Moellmann <gerd@gnu.org>
1547
1548 * simple.el (with-syntax-table): New.
1549
1550 1999-11-15 Sam Steingold <sds@ksp.com>
1551
1552 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
1553
1554 1999-02-22 Sam Steingold <sds@goems.com>
1555
1556 * goto-addr.el (goto-address-at-mouse,
1557 goto-address-find-address-at-point): Use compose-mail.
1558 (goto-address-mail-method): Removed variable.
1559 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
1560 goto-address-send-using-mail): Removed functions.
1561
1562 1998-11-03 Sam Steingold <sds@goems.com>
1563
1564 * simple.el (backward-delete-char-untabify):
1565 backward-delete-char-untabify-method can be `all' now - to delete
1566 hungrily including newlines.
1567
1568 1999-11-15 Sam Steingold <sds@ksp.com>
1569
1570 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
1571
1572 1999-11-15 Dave Love <fx@gnu.org>
1573
1574 * cus-edit.el (customize-face, customize-face-other-window):
1575 Require match from completing-read.
1576 (custom-buffer-done-function): Default to custom-bury-buffer, not
1577 bury-buffer.
1578
1579 1999-11-15 Gerd Moellmann <gerd@gnu.org>
1580
1581 * mail/rmail.el, iswitchb.el, hippie-exp.el,
1582 progmodes/cperl-mode.el: Use new backquote syntax.
1583
1584 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
1585
1586 * uniquify.el: Use new backquote syntax.
1587
1588 1999-11-14 Markus Rost <rost@ias.edu>
1589
1590 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
1591 as in ispell-local-dictionary-alist.
1592
1593 1999-11-14 Alex Schroeder <alex@gnu.org>
1594
1595 * ansi-color.el (ansi-color-apply): Updated regexps to include
1596 highlighted face.
1597
1598 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
1599
1600 * forms.el (forms--make-format-elt-using-text-properties):
1601 Treat `intangible' differently.
1602
1603 * forms.el: Use new backquote syntax.
1604
1605 1999-11-13 Gerd Moellmann <gerd@gnu.org>
1606
1607 * textmodes/scribe.el (scribe-mode): Doc-fix.
1608
1609 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
1610
1611 * net-utils.el (run-network-program, net-utils-run-program): Use
1612 the new backquote syntax.
1613 (smbclient-program, smbclient-program-options)
1614 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
1615 variables
1616 (smbclient, smbclient-list-shares): New functions
1617
1618 1999-11-12 Sam Steingold <sds@ksp.com>
1619
1620 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
1621 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
1622 (viper-kbd-buf-definition, viper-kbd-mode-alist)
1623 (viper-kbd-mode-pair, viper-kbd-mode-definition)
1624 (viper-kbd-global-pair, viper-kbd-global-definition):
1625 Use the new backquote syntax.
1626
1627 * emulation/viper-cmd.el (viper-test-com-defun)
1628 (viper-prefix-arg-value, viper-prefix-arg-com):
1629 Use the new backquote syntax.
1630
1631 * emacs-lisp/debug.el (debugger-env-macro):
1632 Use the new backquote syntax.
1633
1634 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
1635 Use the new backquote syntax.
1636
1637 * calendar/calendar.el (calendar-remove-frame-by-deleting):
1638 New user variable.
1639 (calendar-hide-window): Use it.
1640 (increment-calendar-month, calendar-for-loop, calendar-sum):
1641 Use the new backquote syntax.
1642
1643 1999-11-12 Andrew Innes <andrewi@gnu.org>
1644
1645 * select.el (x-set-selection): Call buffer-substring, not
1646 substring. Also fix docstring
1647
1648 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
1649
1650 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
1651 of customizable variables to bug report message. Added
1652 system-type to package name in bug report.
1653
1654 1999-11-12 Gerd Moellmann <gerd@gnu.org>
1655
1656 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
1657 to display file names.
1658
1659 1999-11-11 Gerd Moellmann <gerd@gnu.org>
1660
1661 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
1662
1663 * isearch.el: Add lazy-highlighting feature.
1664
1665 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1666
1667 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
1668 constant.
1669 (ps-mode-submit-bug-report): New function. Entry added to menu.
1670
1671 1999-11-10 William M. Perry <wmperry@aventail.com>
1672
1673 * mwheel.el: New file to support the new style wheeled mice.
1674
1675 1999-11-10 Gerd Moellmann <gerd@gnu.org>
1676
1677 * startup.el (initial-scratch-message): Add ";;" to the front of
1678 lines in the message.
1679
1680 * files.el (file-local-copy): Remove optional BUFFER argument
1681 because that's not used by anything.
1682
1683 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
1684 to-address.
1685
1686 1999-11-08 Markus Rost <rost@ias.edu>
1687
1688 * wid-edit.el (widget-button-click): Wrap with save-excursion
1689 to restore track-mouse in the correct buffer.
1690
1691 1999-11-08 Gerd Moellmann <gerd@gnu.org>
1692
1693 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
1694
1695 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
1696
1697 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
1698 lpr-command to "lp" for some system-types. (copied from lpr.el
1699 Emacs version 20.2.1).
1700
1701 1999-11-04 Markus Rost <rost@ias.edu>
1702
1703 * simple.el (comment-region): Strip off white space at end of
1704 comment-start.
1705
1706 1999-11-04 Gerd Moellmann <gerd@gnu.org>
1707
1708 * faces.el (secondary-selection): Fix wrong color name.
1709
1710 1999-11-04 John Tobey <jtobey@epsilondev.com>
1711
1712 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
1713 the default when invoking perldb in a non-Perl buffer, and other
1714 cases involving -e or --.
1715
1716 1999-11-04 Gerd Moellmann <gerd@gnu.org>
1717
1718 * simple.el (previous-matching-history-element)
1719 (next-history-element): Use delete-field instead of erase-field.
1720
1721 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
1722 Use delete-field instead of erase-field.
1723
1724 * faces.el (secondary-selection): Change background to yellow.
1725
1726 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
1727 find the start of the text. Use field-string to read the user
1728 input.
1729
1730 1999-11-03 Gerd Moellmann <gerd@gnu.org>
1731
1732 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
1733 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
1734 for compatibility with old face implementation.
1735
1736 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
1737 Use erase-field instead of erase-buffer.
1738
1739 * frame.el (blink-cursor-mode, blink-cursor-end): Use
1740 internal-show-cursor with new interface.
1741 (blink-cursor-timer-function): New.
1742 (blink-cursor-start): Use blink-cursor-timer-function.
1743
1744 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1745
1746 * calendar.el (redraw-calendar): Move to nearest date before
1747 redrawing.
1748
1749 * diary-lib.el (simple-diary-display): Reset modeline even if
1750 there are no diary entries since the diary buffer may be displayed.
1751
1752 1999-11-03 Richard M. Stallman <rms@gnu.org>
1753
1754 * emacs-lisp/debug.el (debug): If noninteractive, display the
1755 backtrace using `message', then exit Emacs.
1756 (debugger-batch-max-lines): New variable.
1757 (debugger-setup-buffer): New subroutine, broken out of `debug'.
1758 Change the messages put at the start, to say that the debugger
1759 was entered.
1760
1761 1999-11-02 Sam Steingold <sds@ksp.com>
1762
1763 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
1764
1765 1999-11-01 John Tobey <jtobey@epsilondev.com>
1766
1767 * gud.el: (gud-perldb-massage-args): Massage correctly in the
1768 presence of perl switches other than "-e".
1769
1770 1999-11-01 Markus Rost <rost@ias.edu>
1771
1772 * dired-x.el (dired-smart-shell-command): Use
1773 shell-command-history as in shell-command.
1774
1775 1999-11-01 Richard M. Stallman <rms@gnu.org>
1776
1777 * userlock.el (ask-user-about-lock): Doc fix.
1778
1779 * frame.el: Doc fixes.
1780
1781 1999-11-01 Gerd Moellmann <gerd@gnu.org>
1782
1783 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
1784 of show-cursor.
1785 (blink-cursor-start, blink-cursor-end): Ditto.
1786
1787 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
1788
1789 1999-11-01 Richard M. Stallman <rms@gnu.org>
1790
1791 * window.el (walk-windows): If ALL-FRAMES is a frame,
1792 start on that frame. Use save-selected-window.
1793
1794 1999-11-01 Gerd Moellmann <gerd@gnu.org>
1795
1796 * simple.el (end-of-buffer): Use window-end to find the window end
1797 instead of vertical-motion because this handles variable-height
1798 lines correctly.
1799
1800 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
1801
1802 * ediff.el: Version change.
1803
1804 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
1805 make sure you are in a good frame before deleting other
1806 windows.
1807 (ediff-file-checked-in-p): Don't consider CVS
1808 files checked in.
1809 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
1810 are writing to a newly created empty file.
1811
1812 * ediff-mult.el (ediff-show-session-group-hook): New default.
1813
1814 * ediff-vers.el (ediff-pcl-cvs-view-revision):
1815 First cd to the file directory. reportedly works
1816 better with remote files.
1817
1818 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
1819 Use file-name-nondirectory when passing files to CVS.
1820
1821 * ediff-diff.el (ediff-cmp-options): New variable.
1822 (ediff-same-file-contents): Use ediff-cmp-options.
1823
1824 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
1825 ediff-get-patch-buffer): Use current buffer if it appears to be a
1826 patch.
1827
1828 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
1829 C-g
1830
1831 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
1832 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
1833 (viper-save-cursor-color,viper-restore-cursor-color):
1834 Improved cursor color handling.
1835 (viper-get-saved-cursor-color-in-replace-mode,
1836 viper-get-saved-cursor-color-in-insert-mode): New functions for
1837 better cursor color handling.
1838
1839 * viper-ex.el (ex-read,ex-edit):
1840 Fixes for correct interpretation of #,%.
1841 (viper-ex): Now works correctly when called from other functions.
1842 (viper-glob-function): New variable.
1843 (viper-ex): Save excursion before doing :global.
1844
1845 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
1846
1847 * viper-cmd.el (viper-post-command-sentinel,
1848 viper-insert-state-post-command-sentinel,
1849 viper-insert-state-pre-command-sentinel): Takes better care of
1850 cursor colors.
1851
1852 * viper.el: Version change.
1853
1854 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
1855
1856 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
1857 that the modeline display was updated *only* when
1858 `whitespace-display-in-modeline' was set, not otherwise.
1859
1860 1999-10-30 Gerd Moellmann <gerd@gnu.org>
1861
1862 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
1863 "frac12".
1864
1865 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
1866 ad-activate.
1867
1868 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
1869
1870 * whitespace.el: Test for existence of `defcustom' and `defgroup'
1871 using fboundp instead of assuming that these are not present in
1872 particular flavors of emacs.
1873 (whitespace-version): Update to 2.8
1874 (whitespace-display-in-modeline): Add custom variable to control
1875 displaying the whitespace errors on the modeline based on
1876 suggestion from <klaus.berndl@sdm.de>
1877 (whitespace-buffer): Now returns `t' if unclean and `nil' if
1878 clean, to enable using as a hook function, as suggested by Puneet
1879 Goel <puneet@computer.org>
1880 (whitespace-buffer): Fix a subtle bug that cleaned up only if
1881 quiet was not set, even with whitespace-auto-cleanup set.
1882 (whitespace-mode-line): Now uses less modeline real estate and
1883 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
1884 which is present in the file, and <y> is any type of whitespace
1885 whose check has been suppressed by setting
1886 `whitespace-check-<whitespace-type>' to nil.
1887 (whitespace-unchecked-whitespaces): New function to return the
1888 list of whitespaces for whom checks have been suppressed.
1889 (whitespace-display-unchecked-whitespaces): Renamed to
1890 `whitespace-update-modeline' to reflect its functionality.
1891
1892 1999-10-30 Gerd Moellmann <gerd@gnu.org>
1893
1894 * progmodes/compile.el (compilation-error-regexp-alist):
1895 Undo previous change.
1896
1897 1999-10-28 Dave Love <fx@gnu.org>
1898
1899 * help.el (help-follow): Make arg optional again and really
1900 default to point.
1901
1902 1999-10-28 Gerd Moellmann <gerd@gnu.org>
1903
1904 * paths.el (rmail-file-name): Make it an option.
1905
1906 * progmodes/ada-mode.el, progmodes/ada-prj.el,
1907 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
1908 comment fixes.
1909
1910 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
1911 MIPS Pro 7.3 compiler error message syntax.
1912
1913 1999-10-27 Dave Love <fx@gnu.org>
1914
1915 * progmodes/compile.el: Checkdoc-inspired fixes.
1916
1917 1999-10-27 Gerd Moellmann <gerd@gnu.org>
1918
1919 * lpr.el (print-buffer): Doc-string fix.
1920
1921 1999-10-27 Dave Love <fx@gnu.org>
1922
1923 * emacs-lisp/advice.el: Doc fixes.
1924 (ad-lemacs-p): Removed.
1925 (advice): Add :link to defgroup.
1926
1927 1999-10-27 Kenichi Handa <handa@etl.go.jp>
1928
1929 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
1930 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
1931
1932 1999-10-24 Richard M. Stallman <rms@gnu.org>
1933
1934 * window.el (walk-windows): If ALL-FRAMES is a frame,
1935 start on that frame. Use save-selected-window.
1936
1937 1999-10-27 Richard M. Stallman <rms@gnu.org>
1938
1939 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
1940 ad-activate. All callers changed, including those in data.c.
1941 (ad-activate-internal-off): Renamed from ad-activate-off.
1942 All uses changed.
1943 (ad-activate): Renamed from ad-activate-on. All uses changed.
1944 (ad-start-advice, ad-stop-advice, ad-recover-normality):
1945 Alter the definition of ad-activate-internal, not ad-activate.
1946
1947 1999-10-26 Gerd Moellmann <gerd@gnu.org>
1948
1949 * startup.el (command-line-1): Add support for command line
1950 arguments `file' and `execute'. Fix handling of `visit'.
1951
1952 1999-10-26 Kenichi Handa <handa@etl.go.jp>
1953
1954 * international/mule-cmds.el (read-input-method-name): Handle the
1955 case that the arg DEFAULT is symbol.
1956
1957 * international/mule-diag.el (mule-diag): Handle the case that
1958 default-input-method is symbol.
1959
1960 1999-10-26 Gerd Moellmann <gerd@gnu.org>
1961
1962 * textmodes/tildify.el: New file.
1963
1964 1999-10-25 Sam Steingold <sds@ksp.com>
1965
1966 * Makefile (compile-files): Fixed the "tr" strings.
1967 (EMACS): Set to ../src/emacs.
1968
1969 1999-10-25 Gerd Moellmann <gerd@gnu.org>
1970
1971 * info.el (Info-build-node-completions): Add '("*") to the
1972 completion list.
1973
1974 1999-10-25 Richard M. Stallman <rms@gnu.org>
1975
1976 * frame.el (auto-raise-mode): When enabling the mode,
1977 immediately raise the selected frame.
1978
1979 * indent.el (indent-region): Doc fix.
1980
1981 * comint.el (comint-output-filter): Make the Comint buffer current
1982 for the comint-preoutput-filter-functions.
1983
1984 * mail/reporter.el: Doc fix.
1985
1986 1999-10-24 Stephen Eglen <stephen@gnu.org>
1987
1988 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
1989 that Octave lisp files can also run under XEmacs 20.
1990 (require 'custom) added so that files can run under Emacs 19.34.
1991
1992 * iswitchb.el (iswitchb-default-keybindings): No need to use
1993 read-kbd-macro in keybindings.
1994
1995 1999-10-23 Dave Love <fx@gnu.org>
1996
1997 * elide-head.el: New file.
1998
1999 1999-10-23 Gerd Moellmann <gerd@gnu.org>
2000
2001 * Makefile (compile-files, backup-compiled-files): New targets.
2002 (bootstrap, bootstrap-clean): Ditto.
2003
2004 1999-10-22 Paul Eggert <eggert@twinsun.com>
2005
2006 * international/mule-cmds.c (locale-language-names):
2007 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
2008 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
2009 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
2010 Use Latin-8 for Welsh.
2011 Use Latin-1 for English if "en" is explicitly specified.
2012 Use Latin-1 for Scots Gaelic, Tagalog.
2013 Use Latin-1 (not Latin-4) for Greenlandic.
2014 Use Latin-1 (not Latin-2) for Albanian.
2015 (locale-preferred-coding-systems, locale-language-names):
2016 Remove generic ISO 8859 locales; locale-charset-language-names now
2017 does this.
2018 (locale-charset-language-names): New variable.
2019 (set-locale-environment): Use language name specified by
2020 locale-charset-language-names if its charsets disagree with the
2021 language name specified by locale-language-names.
2022
2023 1999-10-22 Dave Love <fx@gnu.org>
2024
2025 * make-mode.el: Minor doc fixes.
2026
2027 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
2028
2029 1999-10-21 Dave Love <fx@gnu.org>
2030
2031 * loadup.el: Add latin-8, latin-9.
2032
2033 1999-10-20 Paul Eggert <eggert@twinsun.com>
2034
2035 * disp-table.el (standard-display-european): Remove undocumented
2036 arg AUTO; no longer used by startup.el. Do not attempt to treat
2037 all non-English language environments as coding system names.
2038 Instead, use the downcased language environment name as a coding
2039 system name if it is one; otherwise, use latin-1.
2040
2041 1999-10-20 Gerd Moellmann <gerd@gnu.org>
2042
2043 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
2044 that were split so that part of the comment appeared as Lisp code.
2045
2046 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2047
2048 * ps-bdf.el: Doc fix.
2049
2050 * ps-print-def.el: New file: common definitions for all parts of
2051 ps-print.
2052 (ps-multibyte-buffer): Moved from ps-mule.
2053
2054 * ps-mule.el: File dependence fix.
2055 (ps-multibyte-buffer): Moved to ps-print-def.
2056
2057 * ps-print.el: Doc fix, better customization.
2058 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
2059 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
2060 (ps-end-file): Doc fix.
2061 (ps-setup, ps-begin-file): Fun fix.
2062 (postscript): New group.
2063 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
2064 (ps-print-prologue-1): Adjust PostScript programming.
2065 (ps-print): Adjust group hierarchy.
2066 (ps-print-n-up, ps-print-zebra, ps-print-background,
2067 ps-print-printer)
2068 (ps-print-page): New subgroups.
2069 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
2070 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
2071 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
2072 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
2073 (ps-zebra-stripe-height, ps-print-background-image)
2074 (ps-print-background-text, ps-spool-config): Adjust customization.
2075 (dos-ps-printer): Definition eliminated.
2076
2077 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2078
2079 * ps-mule.el: Doc fix, define functions properly if mule package is
2080 loaded or not.
2081 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
2082 mule package is loaded or not.
2083
2084 * ps-print.el: Doc fix, n-up printing.
2085 (ps-print-version): New version number (5.0).
2086 (ps-page-dimensions-database): Added document media.
2087 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
2088 (ps-page-order, ps-printing-region-p): New vars.
2089 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
2090 funs.
2091 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
2092 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
2093 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
2094 (ps-n-up-xstart, ps-n-up-ystart): New macros.
2095 (ps-print-begin-sheet-hook): New hook.
2096 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
2097 const.
2098 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
2099 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
2100 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
2101 (ps-count-lines): Changed to defun.
2102 (ps-header-page): Changed to defsubst, fix fun.
2103 (ps-printing-region): Doc fix, adjust programming code.
2104 (ps-output-boolean, ps-background-pages, ps-background-text)
2105 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
2106 programming code.
2107
2108 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2109
2110 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
2111 (ps-print-version): New version number (4.2).
2112 (ps-spool-config, ps-spool-tumble): New vars.
2113 (ps-print-prologue-1): Changed to defconst, adjust PostScript
2114 programming, new PostScript procedure to handle errors.
2115 (ps-print-prologue-2): Changed to defconst.
2116 (ps-print-duplex-feature): New const: duplex and tumble setting.
2117 (ps-setup, ps-begin-file): Fix funs.
2118 (ps-boolean-capitalized): New fun.
2119
2120 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
2121
2122 * Makefile (dontcompilefiles): Obsoleted.
2123 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
2124 (EL): Unused.
2125 (temacs): Removed (unused).
2126 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
2127 version of the file (necessary for the update to work properly).
2128 (autoloads): Force the use of `pwd`/loaddefs.el.
2129 (updates); Redefined in terms of other targets to reduce redundancy.
2130 (.el.elc): New default rule, just in case you want it.
2131 (compile): Use a single invocation of Emacs.
2132 (bootstrap-compile); Unneeded.
2133 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
2134
2135 1999-10-19 Dave Love <fx@gnu.org>
2136
2137 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
2138
2139 1999-10-19 Sam Steingold <sds@ksp.com>
2140
2141 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
2142 comply with the comment.
2143
2144 1999-10-19 Gerd Moellmann <gerd@gnu.org>
2145
2146 * autorevert.el (auto-revert-mode): Make auto-revert-mode
2147 permanent-local.
2148
2149 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
2150
2151 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
2152 value: \"lpr\" changed to "lpr"
2153 (ps-mode-version): New constant
2154 (ps-mode-show-version): New function, added key in ps-mode-map
2155 (ps-run-messages): Removed
2156 (ps-run-font-lock-keywords-2): New defcustom variable replacing
2157 ps-run-messages. These keywords now include the value of
2158 ps-run-prompt, making its fontification customizable.
2159 (ps-run-init): Removed \\n from docstring, it is now added when
2160 the value is used
2161 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
2162 ps-run-prompt
2163 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
2164 customizable variables in doc-string (its equivalent
2165 ps-run-messages was missing in previous version of the doc-string)
2166 (ps-run-mode): Simplified assignment to font-lock-defaults, using
2167 symbols only
2168
2169 1999-10-19 Alex Schroeder <alex@gnu.org>
2170
2171 * ansi-color.el: Complete rewrite.
2172
2173 1999-10-19 Paul Eggert <eggert@twinsun.com>
2174
2175 Fix bootstrapping problems.
2176 Use the system locale to specify Emacs locale defaults.
2177
2178 * international/mule-cmds.el (global-map):
2179 Do not use backquote, because that makes a bootstrapping
2180 problem if you need to recompile all Lisp files using interpreted code.
2181 * international/mule.el (charset-id, charset-bytes,
2182 charset-dimension, charset-chars, charset-width,
2183 charset-direction, charset-iso-final-char,
2184 charset-iso-graphic-plane, charset-reverse-charset,
2185 charset-short-name, charset-long-name, charset-description,
2186 charset-plist): Likewise.
2187 * subr.el (save-match-data): Likewise.
2188
2189 * international/mule-cmds.el
2190 (set-display-table-and-terminal-coding-system): New function,
2191 containing code migrated out of set-language-environment.
2192 (set-language-environment, set-locale-environment): Use it.
2193 (locale-translation-file-name): Moved here from startup.el.
2194 (locale-language-names, locale-preferred-coding-systems):
2195 New vars.
2196 (locale-name-match, set-locale-environment): New functions.
2197
2198 * language/japan-util.el (setup-japanese-environment-internal):
2199 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
2200
2201 * startup.el (iso-8859-n-locale-regexp): Remove.
2202 (locale-translation-file-name): Move to mule-cmds.el.
2203 (command-line): Move locale-stuff into set-locale-environment.
2204
2205 1999-10-18 Dave Love <fx@gnu.org>
2206
2207 * abbrev.el (add-abbrev, inverse-add-abbrev)
2208 (expand-region-abbrevs): Remove properties from buffer text.
2209
2210 1999-10-17 Gerd Moellmann <gerd@gnu.org>
2211
2212 * iswitchb.el (iswitchb-exhibit): Extract user-input only
2213 from the mini-buffer, without the prompt.
2214
2215 * simple.el (minibuffer-prompt-end): Return the position
2216 after the prompt, not the position of that last character
2217 of the prompt.
2218
2219 1999-10-17 Miles Bader <miles@gnu.org>
2220
2221 * simple.el: Doc fixes.
2222
2223 1999-10-17 Miles Bader <miles@gnu.org>
2224
2225 * simple.el (previous-matching-history-element, next-history-element):
2226 Change to work correctly even if the point is in the prompt.
2227 (choose-completion-string): Likewise.
2228 (minibuffer-prompt-width): New function (compatibility with old subr).
2229
2230 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
2231 When constraining the final position to the current field,
2232 don't use the ONLY-IN-LINE mode of constrain-to-field.
2233
2234 1999-10-17 Miles Bader <miles@gnu.org>
2235
2236 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
2237 constrain-to-field.
2238 * textmodes/paragraphs.el (forward-sentence): Likewise.
2239
2240 1999-10-17 Miles Bader <miles@gnu.org>
2241
2242 * simple.el (line-move): Use constrain-to-field to avoid
2243 moving into a prompt.
2244 (previous-complete-history-element): Clarify doc string.
2245 (next-complete-history-element): Likewise.
2246 Use field-beginning instead of point-min.
2247 (next-matching-history-element): Use field-beginning and
2248 erase-field instead of point-min and erase-buffer.
2249 * textmodes/paragraphs.el
2250 (forward-paragraph, forward-sentence): Likewise.
2251 (backward-kill-paragraph, backward-kill-sentence): Remove code to
2252 constrain the kill to an field, as the movement commands now
2253 do this.
2254
2255 1999-10-17 Miles Bader <miles@gnu.org>
2256
2257 * simple.el (previous-matching-history-element): Get the
2258 minibuffer input with field-string instead of buffer-string.
2259 (choose-completion-string): Likewise.
2260 (next-history-element): Likewise.
2261 Erase the minibuffer input with erase-field, not erase-buffer.
2262 Use field-beginning to find the beginning of the input.
2263 * textmodes/paragraphs.el (backward-kill-sentence):
2264 Remove minibuffer-prompt hack.
2265 Constrain to any input field.
2266
2267 1999-10-17 Sam Steingold <sds@ksp.com>
2268
2269 * bindings.el (completion-ignored-extensions): Added ".sparcf"
2270 for CMUCL on sparc and ".ufsl" for LispWorks.
2271 (bound-and-true-p): Bugfix: free variable `v'.
2272
2273 1999-10-16 Dave Love <d.love@dl.ac.uk>
2274
2275 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
2276 (edebug-uninstall-read-eval-functions): Use load-read-function,
2277 avoiding elisp-eval.
2278
2279 1999-10-16 Sam Steingold <sds@ksp.com>
2280
2281 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
2282 instead of `eql'.
2283
2284 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
2285
2286 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
2287 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
2288 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
2289 * ediff-util.el (ediff-make-temp-file):
2290 * ediff-vers.el (ediff-pcl-cvs-view-revision):
2291 * emerge.el (emerge-make-temp-file):
2292 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
2293 * vc.el (vc-update-change-log):
2294 * mail/mailpost.el (post-mail-send-it):
2295 * mail/metamail.el (metamail-region):
2296 * progmodes/cmacexp.el (c-macro-expansion):
2297 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
2298
2299 1999-10-15 Gerd Moellmann <gerd@gnu.org>
2300
2301 * smtpmail.el (smtpmail-via-smtp): Add support for
2302 automatically appending a domain to RCPT TO: addresses.
2303
2304 1999-10-14 Richard M. Stallman <rms@gnu.org>
2305
2306 * dired.el (dired-insert-directory): Insert the amount of
2307 free space after the total size.
2308 (dired-free-space-program, dired-free-space-args): New variables.
2309
2310 1999-10-14 Karl Heuer <kwzh@gnu.org>
2311
2312 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
2313
2314 1999-10-14 Dave Love <fx@gnu.org>
2315
2316 * international/characters.el:
2317 * international/fontset.el:
2318 * international/mule-conf.el: Add latin-iso8859-1[45].
2319
2320 * language/european.el: Add Latin-8, Latin-9. Modify some doc
2321 strings.
2322
2323 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
2324 (command-line): Detect Latin-[89] locales.
2325
2326 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
2327
2328 * international/mule-cmds.el (select-safe-coding-system)
2329 (leim-list-header): Avoid the use of strings that start with backslash
2330 newline since lread.c:read1 has a hack to turn those strings into
2331 integer 0 during the loadup.el process.
2332
2333 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
2334
2335 1999-10-13 Dave Love <fx@gnu.org>
2336
2337 * image.el (insert-image): Copy the image spec and add an
2338 intangible property.
2339
2340 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
2341
2342 * help.el (help-xref-interned): Make it also work on variable-only
2343 and function-only symbols.
2344 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
2345 (help-follow): If the point under mouse is not highlighted, try
2346 `help-xref-interned' on the pointed-to symbol anyway.
2347
2348 * info.el (Info-on-current-buffer): New entry point.
2349 (Info-find-node): Split into two for Info-on-current-buffer to
2350 hook into it.
2351 (Info-current-file, Info-set-mode-line, Info-up):
2352 Info-current-file can now be t.
2353 (Info-clone-buffer-hook): Function for `clone-buffer'.
2354 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
2355 Make `clone-buffer' available in various ways to the user.
2356
2357 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
2358
2359 * simple.el (shell-command, shell-command-on-region): Use
2360 make-temp-file.
2361 (clone-buffer, clone-process, clone-buffer-hook): New functions.
2362
2363 * subr.el (with-current-buffer): Don't use backquotes to avoid
2364 bootstrapping problems.
2365
2366 * loadup.el (load-path): Add subdirs for bootstrapping.
2367 (docstrings): Ignore errors during bootstrapping.
2368 (args): New `bootstrap' argument (for use in place of `dump').
2369
2370 1999-10-12 Emmanuel Briot <briot@gnat.com>
2371
2372 * ada-stmt.el: Doc-string fixes.
2373
2374 1999-10-12 Gerd Moellmann <gerd@gnu.org>
2375
2376 * recentf.el: New file.
2377
2378 * ps-mode.el: New file.
2379
2380 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
2381 case insensitive.
2382
2383 1999-10-12 Richard Sharman <rsharman@pobox.com>
2384
2385 * sh-script.el: Added support for indenting existing scripts.
2386 (sh-mode-map): Added new bindings.
2387 (sh-mode): Updated mode doc-string for new commands, added
2388 make-local-variable calls, initialize mode-specific variables.
2389 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
2390 is now a different function.
2391 (sh-header-marker): Changed docstring.
2392 (sh-set-shell): Initialize mode-specific variables.
2393 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
2394 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
2395 Changed these define-skeleton calls to work with user-specified
2396 indentation settings.
2397 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
2398 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
2399 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
2400 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
2401 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
2402 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
2403 (sh-guess-basic-offset, sh-handle-after-case-label)
2404 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
2405 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
2406 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
2407 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
2408 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
2409 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
2410 (sh-handle-this-then, sh-help-string-for-variable)
2411 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
2412 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
2413 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
2414 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
2415 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
2416 (sh-remove-our-text-properties, sh-rescan-buffer)
2417 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
2418 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
2419 (sh-scan-case, sh-search-word, sh-set-char-syntax)
2420 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
2421 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
2422 functions.
2423 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
2424 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
2425 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
2426 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
2427 (sh-var-list): New variables.
2428
2429 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
2430
2431 * quickurl.el (quickurl-list-insert): `count-lines' was returning
2432 a value one line to high if the cursor wasn't at the start of a
2433 line. A `beginning-of-line' is now performed before making the
2434 call to `count-lines'.
2435
2436 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
2437
2438 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
2439
2440 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
2441
2442 * Makefile (setwins): Abstract out the command to find subdirectories
2443 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
2444 (custom-deps, finder-data, autoloads, update-subdirs, updates)
2445 (autoloads-with-other-emacs): Use it.
2446
2447 * diff-mode.el: New file. A mode for viewing/editing context diffs.
2448
2449 1999-10-09 Gerd Moellmann <gerd@gnu.org>
2450
2451 * Makefile (bootstrap-compile): New target. Compile Lisp
2452 files with ../src/temacs.
2453
2454 1999-10-08 Dave Love <fx@gnu.org>
2455
2456 * ange-ftp.el: Require dired when compiling.
2457 (ange-ftp-normal-login): Allow EFS-style port specification.
2458
2459 1999-10-08 Simon Marshall <simon@gnu.org>
2460
2461 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
2462 (regexp-opt-group): Use it to get common suffixes in STRINGS.
2463 If STRINGS is nil, return "" rather than nil.
2464
2465 1999-10-08 Gerd Moellmann <gerd@gnu.org>
2466
2467 * Makefile (compile): Compile files one by one. Set load-path to
2468 current directory and subdirectories when compiling.
2469
2470 1999-10-08 Gerd Moellmann <gerd@gnu.org>
2471
2472 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
2473 (emacs): Use it everywhere instead of EMACS.
2474 (compile): New target. Compile all Lisp files from scratch.
2475 (recompile): New target. Recompile lisp directory.
2476 (autoloads-with-other-emacs): New target. Build loaddefs.el with
2477 an Emacs executable not built in the current directory tree.
2478
2479 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
2480
2481 * filecache.el (file-cache-completion-ignore-case): New variable,
2482 defaulting to the value of completion-ignore-case.
2483 (file-cache-minibuffer-complete): Use it.
2484 (file-cache-files-matching, file-cache-files-matching-internal):
2485 New functions.
2486
2487 1999-10-07 Emmanuel Briot <briot@gnat.com>
2488
2489 * ada-xref.el: New file
2490
2491 * ada-prj.el: New file
2492
2493 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
2494
2495 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
2496 subprogram being created.
2497
2498 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
2499 ada-indent-newline-indent): Rewritten to support the new indentation
2500 scheme
2501
2502 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
2503 New functions
2504
2505 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
2506 justification parameter
2507
2508 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
2509 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
2510 external program
2511
2512 1999-10-07 Dave Love <fx@gnu.org>
2513
2514 * bindings.el (bound-and-true-p): New macro.
2515 (make-mode-line-mouse-sensitive): Don't require easymenu.
2516
2517 1999-10-07 Gerd Moellmann <gerd@gnu.org>
2518
2519 * custom.el (defface): Extend documentation for new values of
2520 `type'.
2521
2522 * faces.el (face-spec-set-match-display): Recognize `type' of
2523 `motif', `lucid', `x-toolkit'.
2524 (menu): New face.
2525
2526 1999-10-05 Dave Love <fx@gnu.org>
2527
2528 * files.el: Recognize temporary crontab files.
2529
2530 * info.el: Require jka-compr when compiling.
2531 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
2532
2533 1999-10-04 Dave Love <fx@gnu.org>
2534
2535 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
2536 scroll-up-aggressively, scroll-down-aggressively.
2537
2538 * time.el (display-time-mode): Add autoload cookie.
2539
2540 * rect.el (delete-extract-rectangle): Doc fix from verna.
2541
2542 * help-macro.el (three-step-help): Customize.
2543
2544 1999-10-04 Richard M. Stallman <rms@gnu.org>
2545
2546 * hexl.el (hexlify-buffer): Move point in proper range
2547 if it is too large.
2548 (hexl-after-revert-hook): Update hexl-max-address.
2549 (hexl-address-to-marker): Doc fix.
2550
2551 1999-10-03 Dave Love <fx@gnu.org>
2552
2553 * image.el (defimage): Remove redundant code. Substitute file in
2554 image plist.
2555
2556 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
2557
2558 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
2559 when doing with-temp-file.
2560
2561 1999-10-01 Dave Love <fx@gnu.org>
2562
2563 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
2564
2565 * help.el: Require view when compiling.
2566 (view-emacs-FAQ): Use Info version.
2567
2568 1999-09-29 Ken'ichi Handa <handa@gnu.org>
2569
2570 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
2571 (normat->normal). Use correct font names for Korean
2572 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
2573
2574 1999-09-29 Kenichi Handa <handa@etl.go.jp>
2575
2576 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
2577 code not used by KOI8 to the same 8-bit code instead of mapping to
2578 SPC.
2579 (cyrillic-alternativnyj-decode-table): Likewise.
2580
2581 1999-09-29 Alex Schroeder <alex@gnu.org>
2582
2583 * sql.el (sql-imenu-generic-expression): Aew, used to set
2584 imenu-generic-expression.
2585 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
2586 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
2587 imenu-case-fold-search, and imenu-syntax-alist.
2588 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
2589 setting font-lock-defaults' SYNTAX-ALIST.
2590
2591 1999-09-28 Richard M. Stallman <rms@gnu.org>
2592
2593 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
2594 macro, try again.
2595
2596 1999-09-28 Dave Love <fx@gnu.org>
2597
2598 * cus-edit.el (custom-comment): Change widget definition.
2599 (custom-comment-create, custom-comment-show)
2600 (custom-comment-invisible-p): Don't use :comment-overlay.
2601 (custom-comment-hide): New function.
2602 (custom-variable-set, custom-variable-save)
2603 (custom-variable-reset-standard, custom-face-set)
2604 (custom-face-save): Use it.
2605
2606 1999-09-27 Richard M. Stallman <rms@gnu.org>
2607
2608 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
2609
2610 1999-09-27 Richard M. Stallman <rms@gnu.org>
2611
2612 * faces.el (region): Doc fix.
2613
2614 1999-09-27 Dave Love <fx@gnu.org>
2615
2616 * isearch.el (isearch): Add :links in defgroup.
2617 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
2618 (isearch-switch-frame-handler): Comment out (unused).
2619 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
2620 (isearch-ring-retreat-edit): Doc fix.
2621 (isearch-mouse-yank): New command.
2622 (isearch-last-command-char): Removed. Callers changed to use
2623 last-command-char.
2624 (isearch-char-to-string): Removed. Callers changed to use
2625 char-to-string.
2626
2627 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
2628
2629 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
2630 option for Russian.
2631
2632 1999-09-25 Gerd Moellmann <gerd@gnu.org>
2633
2634 * faces.el (face-differs-from-default-p): Compare face
2635 attributes individually.
2636
2637 * image.el (put-image, insert-image): Add string argument.
2638
2639 1999-09-24 Gerd Moellmann <gerd@gnu.org>
2640
2641 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
2642 LANG=de_DE.iso88591 on HPUX 11.0.
2643
2644 * dired.el (dired-move-to-filename-regexp): Make it work
2645 for LANG=de_DE.iso88591 on HPUX 11.0.
2646
2647 1999-09-24 Richard M. Stallman <rms@gnu.org>
2648
2649 * info.el (info-initialize): Don't test existence of ALTERNATIVE
2650 if we know for some other reason it should not be used.
2651
2652 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
2653 New variable.
2654 (edebug-recursive-edit): Save current-prefix-arg there,
2655 bind it, and set it back at the end.
2656 (edebug-outside-excursion): Restore and update the outside
2657 value of current-prefix-arg.
2658 (edebug-emacs-version-specific): Delete support for Epoch.
2659
2660 1999-09-24 Howard Melman <howard@silverstream.com>
2661
2662 * imenu.el (imenu-after-jump-hook): New variable.
2663 (imenu): Run menu-after-jump-hook.
2664 (imenu-name-lookup-function): New variable.
2665 * imenu.el (imenu--in-alist): Use those variables.
2666
2667 1999-09-24 Carsten Dominik <cd@gnu.org>
2668
2669 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
2670 multiple thebibliography environments.
2671
2672 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
2673 with recentering window.
2674 (reftex-extract-bib-entries-from-thebibliography,
2675 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
2676 with multiple thebibliography environments.
2677
2678 * textmodes/reftex-vars.el
2679 (reftex-section-levels): Function allowed as cdr.
2680 (reftex-max-section-depth) New option.
2681
2682 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
2683 with multiple thebibliography environments.
2684
2685 1999-09-23 Gerd Moellmann <gerd@gnu.org>
2686
2687 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
2688 instead of point-min in call to delete-region.
2689
2690 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
2691
2692 * vc.el (vc-backend-checkout): Use with-temp-file when checking
2693 out into arbitrary file names.
2694
2695 1999-09-19 Ken'ichi Handa <handa@gnu.org>
2696
2697 * language/european.el ("Turkish"): New language environment.
2698
2699 1999-09-19 Dave Love <fx@gnu.org>
2700
2701 * delim-col.el: New file.
2702
2703 1999-09-17 Richard Stallman <rms@gnu.org>
2704
2705 * files.el (after-find-file): When visiting a backup file,
2706 make it read-only.
2707
2708 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
2709 (apropos-keybinding-face, apropos-label-face): Likewise.
2710 (apropos-property-face, apropos-match-face): Likewise.
2711 (apropos-label-properties): New variable.
2712 (apropos-print-doc): Use apropos-label-properties.
2713 (apropos-print): Set apropos-label-properties.
2714
2715 1999-09-15 Richard Stallman <rms@gnu.org>
2716
2717 * winner.el: Use aref instead of sref.
2718
2719 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
2720
2721 1999-09-14 Gerd Moellmann <gerd@gnu.org>
2722
2723 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
2724
2725 1999-09-14 Richard Stallman <rms@gnu.org>
2726
2727 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
2728 cookie, even if followed by a letter.
2729
2730 1999-09-14 Stephen Eglen <stephen@gnu.org>
2731
2732 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
2733 --no-line-editing are passed to Octave by including them here
2734 rather than storing them in inferior-octave-startup-args.
2735
2736 1999-09-14 Eli Zaretskii <eliz@gnu.org>
2737
2738 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
2739 command, option, env and sc.
2740
2741 * subr.el (shell-quote-argument): Quote argument with double
2742 quotes for ms-dos.
2743
2744 1999-09-14 Richard Stallman <rms@gnu.org>
2745
2746 * simple.el (eval-expression-print-level): New variable.
2747 (eval-expression-print-length): New variable.
2748 (eval-expression-debug-on-error): New variable.
2749 (eval-expression): Bind print-level, print-length and
2750 debug-on-error from those vars.
2751
2752 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
2753 Bind print-level, print-length and debug-on-error.
2754
2755 1999-09-14 Inge Frick <inge@nada.kth.se>
2756
2757 * dired.el (dired-recursive-deletes): New custom variable.
2758 (dired-re-no-dot): New variable.
2759 (dired-delete-file): New function deletes files and directories
2760 recursively.
2761 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
2762
2763 * dired-aux.el (dired-recursive-copies): New custom variable.
2764 (dired-handle-overwrite): Broke a long line.
2765 (dired-copy-file): Call `dired-copy-file-recursive' instead of
2766 `copy-file'.
2767 (dired-copy-file-recursive): New function. Copy directories
2768 recursively.
2769 (dired-do-create-files): Added support for generalized directory
2770 target. How-to function may now return a function. New fluid
2771 variable `dired-one-file'.
2772 (dired-copy-how-to-fn): New variable.
2773 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
2774 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
2775 (dired-do-copy-regexp): No recursive copies.
2776
2777 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
2778
2779 * whitespace.el (whitespace-version): Update version to 2.4
2780
2781 * whitespace.el: Add customization variables to conditionally test
2782 any of the five whitespaces, per request from Rune Kleveland
2783 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
2784
2785 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
2786
2787 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
2788 list of modes to be checked for bogus whitespaces.
2789
2790 * whitespace.el (whitespace-rescan-timer-time): Update
2791 documentation.
2792
2793 * whitespace.el (whitespace-display-unchecked-whitespaces):
2794 New function to update modeline with untested whitespaces.
2795
2796 * whitespace.el (whitespace-buffer): Test only whitespaces whose
2797 checking is turned on, and update modeline using the newly created
2798 `whitespace-display-unchecked-whitespaces'.
2799
2800 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
2801 whose checking is turned on, and update modeline using the newly
2802 created `whitespace-display-unchecked-whitespaces'.
2803
2804 * whitespace.el (whitespace-describe): Update documentation.
2805
2806 * whitespace.el (whitespace-tickle-timer): Test if
2807 `whitespace-rescan-timer-time' is non-zero before tickling timer.
2808
2809 1999-09-13 Dave Love <fx@gnu.org>
2810
2811 * hideif.el (hide-ifdef-mode): Add autoload cookie.
2812
2813 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
2814 for temp buffer.
2815 (checkdoc-this-string-valid): Don't assume default comment-start.
2816
2817 1999-09-13 Gerd Moellmann <gerd@gnu.org>
2818
2819 * rsz-mini.el: Remove code, keep the interface.
2820
2821 1999-09-13 Dave Love <fx@gnu.org>
2822
2823 * help.el (help-highlight-p): Doc fix.
2824
2825 * faces.el (mode-line, header-line, tool-bar): Add :version.
2826 (highlight, secondary-selection): Add :group.
2827 (trailing-whitespace): Add :group, :version.
2828
2829 * wid-edit.el: Remove some compatibility code and checks.
2830 (widget-specify-field, widget-specify-button): Don't use XEmacs
2831 properties.
2832 (widget-overlay-inactive): Change error message.
2833 (widget-button-pressed-face): New variable.
2834 (widget-button-click): Use it.
2835 (widget-documentation-link-add): Specify mouse and button faces.
2836 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
2837 removed now the functionality is built in.
2838
2839 * cus-edit.el: Don't define-widget-keywords.
2840 (multimedia): New group.
2841 (custom-last): Function removed.
2842 (custom-quote): Add vectorp case, comment out characterp case.
2843 (custom-buffer-done-function, custom-raised-buttons): New option.
2844 (Custom-buffer-done): New function.
2845 (custom-buffer-create-internal): Obey custom-raised-buttons,
2846 Custom-buffer-done.
2847 (custom-button-face): Make it `released-button'.
2848 (custom-button-pressed-face): Make it `pressed-button'
2849 (custom-mode-map): Bind "q" to Custom-buffer-done.
2850 (custom-mode): Deal with raised/pressed buttons.
2851
2852 Changes from Didier Verna:
2853 (custom-prompt-variable): Optional third arg makes prompt for a
2854 comment string.
2855 (customize-set-value, customize-set-variable,
2856 customize-save-variable): Optional prefix makes function handle
2857 variable comments.
2858 (customize-customized, customize-saved, custom-variable-state-set)
2859 (custom-variable-set, custom-variable-save, custom-face-state-set)
2860 (custom-variable-reset-saved, custom-variable-reset-standard)
2861 (custom-face-set, custom-face-save, custom-face-reset-saved)
2862 (custom-face-reset-standard, customize-save-customized): Handle
2863 custom comments.
2864 (custom-comment-face, custom-comment-tag-face): New face.
2865 (custom-comment): New widget.
2866 (custom-comment-create, custom-comment-delete)
2867 (custom-comment-value-set, custom-comment-show)
2868 ()custom-comment-invisible-p): New functions.
2869 (custom-variable-value-create, custom-face-value-create): Create a
2870 comment field widget.
2871 (custom-variable-menu, custom-face-menu): New entry for custom
2872 comment.
2873 (custom-face-value-create): Remove compatibility code.
2874 (custom-save-variables, custom-save-faces): Possibly save custom
2875 comments.
2876
2877 * cus-face.el (custom-face-attributes): Simplify :underline,
2878 :overline, :inverse-video cases. Fix up :box case (probably needs
2879 more work).
2880
2881 Change from Didier Verna:
2882 (custom-set-faces): The arguments can now have a custom comment as
2883 fourth argument.
2884
2885 * custom.el: Don't define-widget-keywords.
2886 Change from Didier Verna:
2887 (custom-set-variables): The arguments can now have a
2888 custom comment as fifth element.
2889
2890 1999-09-13 Richard Stallman <rms@gnu.org>
2891
2892 * info.el (Info-find-node): Cope better if guesspos is too large.
2893
2894 1999-09-12 Gerd Moellmann <gerd@gnu.org>
2895
2896 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
2897 of buffer-substring because buffer-string doesn't copy the
2898 prompt.
2899
2900 * faces.el (mode-line): Replaces `modeline'.
2901 (toplevel): Make `modeline' an alias for `mode-line'.
2902
2903 1999-09-12 Gerd Moellmann <gerd@gnu.org>
2904
2905 * gs.el: Change `ghostscript' to `postscript' in comment.
2906
2907 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
2908
2909 * emulation/tpu-edt.el (tpu-version): New version.
2910 (tpu-search-overlay, tpu-replace-overlay): New variables.
2911 (tpu-search-highlight, tpu-toggle-direction): New functions.
2912 (tpu-lm-replace): Set tpu-replace-overlay.
2913 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
2914 command hook.
2915
2916 1999-09-11 Richard Stallman <rms@gnu.org>
2917
2918 * isearch.el (isearch-mode-map): Undo previous change.
2919
2920 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
2921 use all of that as the sexp.
2922
2923 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
2924 and use the initial argument as file name directly.
2925 Likewise if nothing matches.
2926
2927 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
2928
2929 * winner.el: Major changes. Avoid changing point and mark.
2930 Save configurations after they change, not before.
2931
2932 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
2933
2934 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
2935 Bind print-continuous-numbering and print-number-table.
2936
2937 1999-09-10 Dave Love <fx@gnu.org>
2938
2939 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
2940
2941 1999-09-09 Richard Stallman <rms@gnu.org>
2942
2943 * whitespace.el: Finish making it fit Emacs conventions.
2944 Add autoloads.
2945
2946 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2947
2948 * generic-x.el (bat-generic-mode): "::"-style comments don't
2949 need to begin with "-". Fix the font-lock definitions of ON/OFF
2950 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
2951 from the list of keywords. Add DO to the list of keywords.
2952
2953 1999-09-09 Dave Love <fx@gnu.org>
2954
2955 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
2956 (byte-optimize-backward-word): New optimizations.
2957 (side-effect-free-fns, side-effect-and-error-free-fns): Add
2958 entries.
2959
2960 1999-09-09 Gerd Moellmann <gerd@gnu.org>
2961
2962 * image.el (put-image): Remove optional buffer parameter.
2963
2964 * faces.el (face-italic-p): Return t only for values `italic'
2965 and `oblique'.
2966
2967 * mouse.el (mouse-drag-mode-line-1): Extension of former
2968 mouse-drag-mode-line that also drags the header line.
2969 (mouse-drag-mode-line): Call it.
2970 (mouse-drag-header-line): New.
2971 (toplevel): Bind down-mouse-1 on header lines to
2972 mouse-drage-header-line.
2973
2974 1999-09-08 Gerd Moellmann <gerd@gnu.org>
2975
2976 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
2977 (make-mode-line-mouse-sensitive): Replace `top-line' by
2978 `header-line'.
2979
2980 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
2981
2982 * help.el (describe-function-1): Don't return empty string for keymaps.
2983
2984 * fill.el (fill-region-as-paragraph, canonically-space-region):
2985 Respect colon-double-space at end of line.
2986
2987 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
2988
2989 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
2990 (backup-buffer): Use it.
2991
2992 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
2993
2994 * generic-x.el (generic-define-unix-modes): Added new modes:
2995 inetd-conf-generic-mode, etc-services-generic-mode,
2996 etc-passwd-generic-mode. These are all defined for Unix by default.
2997 (apache-generic-mode): Use an imenu-generic-expression to list
2998 Configuration keywords.
2999 (samba-generic-mode): Use both ; and # as comment characters.
3000 (samba-generic-mode): Font-lock expressions now highlight name
3001 value pairs.
3002 (bat-generic-mode): Keywords are now case-insensitive through
3003 font-lock-defaults setting.
3004 (java-properties-generic-mode): Supports both ! and # as comment
3005 characters.
3006 (java-properties-generic-mode): Added an imenu-generic-expression
3007 (java-properties-generic-mode): Reworked to support the various
3008 different ways to separate name and value (viz, '=', ':' and
3009 whitespace).
3010 (show-tabs-generic-mode): Added this new generic-mode.
3011
3012 1999-09-08 Richard Stallman <rms@gnu.org>
3013
3014 * progmodes/inf-lisp.el: Moved from top directory.
3015
3016 * tar-mode.el (tar-header-block-tokenize):
3017 Use `when' instead of `and'. Fix some clobbered text.
3018
3019 * gud.el (gud-make-debug-menu): Make a child for the
3020 local menu, for its menu bar, and the debug menu.
3021 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
3022 Use the history in the simple way.
3023
3024 1999-09-07 Kenichi Handa <handa@etl.go.jp>
3025
3026 * language/korea-util.el (default-korean-keyboard): Initialize it
3027 according to the environment variable HANGUL_KEYBOARD_TYPE.
3028
3029 1999-09-07 Richard Stallman <rms@gnu.org>
3030
3031 * subr.el (make-temp-file): New function.
3032
3033 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
3034
3035 * font-lock.el (font-lock-multiline): New text property contains
3036 a boolean to indicate if the char is part of a multiline match.
3037 (font-lock-default-fontify-region): Extend the region appropriately
3038 for multiline keywords.
3039 (font-lock-default-unfontify-region): Also remove the new
3040 font-lock-multiline text property.
3041 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
3042 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
3043
3044 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3045
3046 * diary-lib.el (list-diary-entries): Make sure two-digit years
3047 have leading zeros.
3048
3049 1999-09-07 Gerd Moellmann <gerd@gnu.org>
3050
3051 * faces.el (face-set-after-frame-default): Initialize some
3052 attributes of some faces from frame parameters.
3053
3054 * faces.el (scroll-bar, border, cursor, mouse): New faces.
3055
3056 1999-09-07 Gerd Moellmann <gerd@gnu.org>
3057
3058 * faces.el (fringe): Replaces face `margin'.
3059
3060 1999-09-07 Dave Love <fx@gnu.org>
3061
3062 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
3063
3064 1999-09-07 Richard Stallman <rms@gnu.org>
3065
3066 * subr.el (push): Doc fix.
3067
3068 1999-09-06 Richard Stallman <rms@gnu.org>
3069
3070 * vc.el (vc-annotate-display): Use < 69 not < 70
3071 to distinguish 20YY from 19YY.
3072
3073 * timezone.el (timezone-parse-date): Use < 69 not < 70
3074 to distinguish 20YY from 19YY.
3075
3076 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
3077
3078 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
3079
3080 * quickurl.el: (quickurl-list-focused-line): Removed.
3081 (quickurl-list-insert): Now works out the focused line using
3082 `count-lines' instead of using `quickurl-list-focused-line'.
3083
3084 1999-09-06 Richard Stallman <rms@gnu.org>
3085
3086 * mail/rmail.el (rmail-retry-failure): Unconditionally move
3087 to beginning of message.
3088
3089 1999-09-06 Dave Love <fx@gnu.org>
3090
3091 * isearch.el (isearch-mode-map): Add mouse-2.
3092
3093 * mail/rmail.el (rmail-read-password): Deleted.
3094 (rmail-get-pop-password): Use read-password.
3095
3096 * quickurl.el: Don't conditionally define caddr.
3097 (quickurl-url-comment): Use nth, not caddr in function and
3098 defsetf.
3099
3100 1999-09-06 Richard Stallman <rms@gnu.org>
3101
3102 * auto-show.el: Doc fixes.
3103
3104 1999-09-06 Stephen Eglen <stephen@gnu.org>
3105
3106 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
3107 --no-line-editing so that TABs in source files are not interpreted
3108 as completion requests.
3109
3110 1999-09-06 Gerd Moellmann <gerd@gnu.org>
3111
3112 * hscroll.el, auto-show.el: Remove all code, keep the public
3113 interface as no-ops.
3114
3115 * faces.el (face-bold-p): Don't return t if face has lighter
3116 weight than normal.
3117
3118 1999-09-06 Eli Zaretskii <eliz@gnu.org>
3119
3120 * startup.el (command-line): Make small-temporary-file-directory
3121 be nil except on ms-dos.
3122
3123 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
3124
3125 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
3126 is defined.
3127
3128 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
3129 letters with a colon after d or l.
3130
3131 1999-09-06 Dave Love <fx@gnu.org>
3132
3133 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
3134 primitive.)
3135
3136 1999-09-05 Richard Stallman <rms@gnu.org>
3137
3138 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
3139
3140 * textmodes/paragraphs.el (backward-kill-sentence):
3141 Don't test minibuffer-prompt-end here.
3142 (forward-sentence): Do handle it here.
3143 (backward-kill-paragraph): Don't test it here.
3144 (forward-paragraph): Handle it here.
3145
3146 * mouse.el (font-menu-add-default): Simplify code.
3147
3148 1999-09-05 Gerd Moellmann <gerd@gnu.org>
3149
3150 * faces.el (header-line): Renamed from `top-line'.
3151
3152 1999-09-05 Gerd Moellmann <gerd@gnu.org>
3153
3154 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
3155
3156 1999-09-04 Richard Stallman <rms@gnu.org>
3157
3158 * whitespace.el: New file.
3159
3160 1999-09-04 Dave Love <fx@gnu.org>
3161
3162 * paths.el: Make some doc strings obey the make-docfile convention.
3163
3164 * bindings.el: Likewise.
3165 (debug-ignored-errors): Remove BBDB ones.
3166
3167 1999-09-03 Richard Stallman <rms@gnu.org>
3168
3169 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
3170 not from the draft to forward.
3171
3172 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
3173
3174 1999-09-03 Dave Love <fx@gnu.org>
3175
3176 * double.el (double-mode): Customize the variable.
3177
3178 1999-09-03 Kenichi Handa <handa@etl.go.jp>
3179
3180 * international/characters.el: Delete duplicated code.
3181
3182 1999-09-02 Richard Stallman <rms@gnu.org>
3183
3184 * indent.el (indent-relative): Doc fix.
3185
3186 * quickurl.el (quickurl): Doc fix.
3187
3188 1999-09-02 Gerd Moellmann <gerd@gnu.org>
3189
3190 * faces.el (margin): Change background to "gray" for mono (this is
3191 drawn with a stipple pattern).
3192
3193 1999-09-02 Gerd Moellmann <gerd@gnu.org>
3194
3195 * simple.el (next-history-element): Use minibuffer-prompt-end once
3196 again. Remove test for minibuffer-prompt-in-buffer.
3197
3198 1999-09-02 Eli Zaretskii <eliz@gnu.org>
3199
3200 * files.el (small-temporary-file-directory): New variable.
3201
3202 * startup.el (command-line): Compute the value of
3203 small-temporary-file-directory.
3204
3205 * ediff-init.el (ediff-temp-file-prefix): Use
3206 small-temporary-file-directory if non-nil.
3207
3208 * vc.el (vc-update-change-log): Likewise.
3209
3210 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
3211
3212 * simple.el (shell-command, shell-command-on-region): Use
3213 make-temp-name properly. Use small-temporary-file-directory if
3214 non-nil, otherwise temporary-file-directory, to generate temporary
3215 files.
3216
3217 * dos-w32.el (direct-print-region-helper): Use
3218 temporary-file-directory. (From Stefan Monnier.)
3219
3220 1999-09-02 Richard Stallman <rms@gnu.org>
3221
3222 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
3223 from asm-comment-char.
3224 (asm-font-lock-keywords): Recognize instruction width suffixes.
3225
3226 1999-09-01 Richard Stallman <rms@gnu.org>
3227
3228 * play/fortune.el: New file.
3229
3230 1999-08-31 Dave Love <fx@gnu.org>
3231
3232 * help.el (help-make-xrefs): Don't lose on non-empty blank line
3233 after key table.
3234
3235 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
3236 redisplay variables.
3237
3238 * subr.el (push): Fix typo.
3239
3240 1999-08-30 Kevin Blake <kblake@ticnet.com>
3241
3242 * emacs-lisp/ring.el: Many doc fixes.
3243 (ring-size, ring-copy): New functions.
3244
3245 1999-08-29 Richard Stallman <rms@gnu.org>
3246
3247 * progmodes/etags.el (tags-loop-continue):
3248 After tags-loop-operate returns, force skip to next file.
3249
3250 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
3251 (mail-extr-first-letters, mail-extr-last-letters):
3252 Use character classes [:alpha:] and [:alnum:].
3253
3254 * subr.el (push, pop): New macros.
3255
3256 * progmodes/compile.el (compilation-error-regexp-alist):
3257 New item for SGI IRIX MipsPro compilers.
3258
3259 * speedbar.el (speedbar-directory-buttons): Recognize
3260 device names when checking for file names.
3261
3262 * array.el (array-reconfigure-rows): Use generate-new-buffer.
3263
3264 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
3265 and specially handle defvar inside their expansions.
3266 (eval-defun-1): New subroutine.
3267
3268 * progmodes/compile.el (compilation-error-regexp-alist):
3269 Fix the Perl -w entry to allow period after line number.
3270 Don't allow newlines in file name, but allow them after line number
3271 for Perl debugging traces.
3272
3273 * which-func.el (which-func-cleanup-function): New variable.
3274 (which-function): Call that function.
3275
3276 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
3277 to end a function name.
3278
3279 * informat.el (Info-tagify): Don't insert more than one newline
3280 before the tag table.
3281
3282 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
3283
3284 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
3285 than make-temp-name, use match-string-no-properties, and eliminate
3286 a quadratic behavior when building bibtex-strings.
3287
3288 1999-08-29 Alex Schroeder <alex@gnu.org>
3289
3290 * comint.el (comint-input-ring-separator): New variable.
3291 (comint-read-input-ring): Doc change; use
3292 comint-input-ring-separator when reading file.
3293 (comint-write-input-ring): Use
3294 comint-input-ring-separator when writing file.
3295
3296 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
3297
3298 * informat.el (Info-tagify): Start by widening.
3299 Match node headers that don't list the file name,
3300 and more kinds of page separations.
3301 Strip properties during tagification.
3302 Use start of node header line as tag's position.
3303 Fix the "done" message.
3304
3305 (Info-validate): Save and restore match data around narrowing down.
3306
3307 1999-08-28 Richard M. Stallman <rms@gnu.org>
3308
3309 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
3310 On repeated call, override previous values put into
3311 minor-mode-map-alist and minor-mode-alist.
3312
3313 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
3314
3315 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
3316
3317 1999-08-27 Andreas Schwab <schwab@gnu.org>
3318
3319 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
3320 from cvs update.
3321
3322 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3323
3324 * calendar/calendar.el (calendar-move-hook): New hook.
3325
3326 * calendar/cal-move.el: Call the new hook in every movement function.
3327
3328 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
3329 the right function name.
3330
3331 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
3332
3333 * time-stamp.el: Put quote-backquote around all symbol names
3334 in doc strings, for mousing.
3335 (time-stamp): Support multi-line patterns.
3336 (time-stamp-inserts-lines): New variable.
3337 (time-stamp-count): New variable.
3338 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
3339 "Thu" instead of "%a".
3340
3341 1999-08-25 Gerd Moellmann <gerd@gnu.org>
3342
3343 * simple.el (kill-word): Undo previous change.
3344
3345 1999-08-25 Gerd Moellmann <gerd@gnu.org>
3346
3347 * jit-lock.el (jit-lock-function): Extend the fontified range
3348 to the beginning of the line containing the range start and
3349 the beginning of the line following the range end.
3350
3351 1999-08-24 Dave Love <fx@gnu.org>
3352
3353 * timezone.el: Move provide to end.
3354 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
3355 <70 are 2000+.
3356 (timezone-parse-time): Simplify somewhat.
3357
3358 1999-08-24 Gerd Moellmann <gerd@gnu.org>
3359
3360 * faces.el (margin): Renamed from bitmap-area.
3361
3362 1999-08-24 Alex Schroeder <alex@gnu.org>
3363
3364 * sql.el: Doc changes.
3365 (sql-sybase): Use sql-server instead of sql-database.
3366
3367 1999-08-23 Dave Love <fx@gnu.org>
3368
3369 * rect.el: Add/fix various doc strings. Add `*' to all the
3370 interactive specs.
3371
3372 1999-08-21 Gerd Moellmann <gerd@gnu.org>
3373
3374 * jit-lock.el (jit-lock-function): Use line-beginning-position.
3375 Don't unwind-protect font-lock-fontify-region.
3376
3377 * paragraphs.el (backward-kill-paragraph): Don't move
3378 point into mini-buffer prompt.
3379 (backward-kill-sentence): Ditto.
3380
3381 * simple.el (next-history-element): Use minibuffer-prompt-end.
3382 Remove test for minibuffer-prompt-in-buffer.
3383 (kill-word): Don't move point into mini-buffer prompt.
3384
3385 1999-08-21 Dave Love <fx@gnu.org>
3386
3387 * Makefile: Exclude CVS dirs like RCS.
3388
3389 1999-08-19 Dave Love <fx@gnu.org>
3390
3391 * tooltip.el (tooltip-mode): Customize this, per convention.
3392 (tooltip-active): Option deleted.
3393
3394 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
3395
3396 * hanoi.el, page-ext.el: Declare dynamic vars.
3397
3398 * term.el: Avoid ange-ftp related compilation warnings.
3399
3400 1999-08-18 Gerd Moellmann <gerd@gnu.org>
3401
3402 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
3403 the default so that beginners can benefit from it without
3404 searching in manuals.
3405
3406 1999-08-18 Ray Blaak <blaak@gnu.org>
3407
3408 * progmodes/delphi.el: Consider assembly sections as blocks, to
3409 indent them better. Make auto-indent on newline optional.
3410
3411 1999-08-17 Gerd Moellmann <gerd@gnu.org>
3412
3413 * bindings.el (mode-line-modified): Look up key binding for C-x
3414 C-q. If it's bound call that binding, otherwise call
3415 toggle-read-only.
3416
3417 1999-08-17 Dave Love <fx@gnu.org>
3418
3419 * info.el (info): Doc fix.
3420
3421 * finder.el (finder-known-keywords): Add `multimedia'.
3422
3423 * apropos.el: Don't capitalize custom group name.
3424
3425 * info-look.el: Remove compatibility code.
3426 (info-lookup-guess-default*): DTRT for point at start of symbol.
3427 (info-complete): Don't lose with point not at end of symbol.
3428
3429 1999-08-16 Gerd Moellmann <gerd@gnu.org>
3430
3431 * term.el (toplevel): Make face `term-default' an empty face.
3432 The code relied on the fact that Emacs ignored invalid faces in
3433 face text properties in 20.4.
3434
3435 1999-08-16 Richard M. Stallman <rms@gnu.org>
3436
3437 * subr.el (point-at-eol, point-at-bol): New aliases.
3438
3439 * simple.el: Functions reordered.
3440
3441 * rect.el (delete-rectangle-line): Use line-end-position.
3442
3443 1999-08-16 Karl Heuer <kwzh@gnu.org>
3444
3445 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
3446 here from simple.el.
3447
3448 1999-08-16 Dave Love <fx@gnu.org>
3449
3450 * mouse.el: Provide `mldrag' for compatibility.
3451 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
3452 marked obsolete.
3453
3454 * mldrag.el: Removed since the features are in mouse.el.
3455
3456 * jka-compr.el (auto-compression-mode): New variable for
3457 customization.
3458
3459 * bindings.el (mode-line-mule-info): Doc fix.
3460
3461 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
3462 name comparisons.
3463
3464 * files.el (interpreter-mode-alist): Add make, guile, clisp.
3465 (find-file): Doc fix.
3466
3467 1999-08-16 Carsten Dominik <cd@gnu.org>
3468
3469 * textmodes/reftex.el: Most of the code moved to other files.
3470 * textmodes/reftex-auc.el: New file, split out from reftex.el
3471 * textmodes/reftex-cite.el: New file, split out from reftex.el
3472 * textmodes/reftex-global.el: New file, split out from reftex.el
3473 * textmodes/reftex-index.el: New file, split out from reftex.el
3474 * textmodes/reftex-parse.el: New file, split out from reftex.el
3475 * textmodes/reftex-ref.el: New file, split out from reftex.el
3476 * textmodes/reftex-sel.el: New file, split out from reftex.el
3477 * textmodes/reftex-toc.el: New file, split out from reftex.el
3478 * textmodes/reftex-vars.el: New file, split out from reftex.el
3479 * textmodes/reftex-vcr.el: New file, split out from reftex.el
3480
3481 1999-08-16 Carsten Dominik <cd@gnu.org>
3482
3483 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
3484 conflict with pop-up-frames.
3485 (reftex-special-environment-parsers): New constant.
3486 (reftex-label-alist): car of an entry can also be a function.
3487 (reftex-what-special-env): Cew function.
3488 (reftex-label-location): Call `reftex-what-special-env'.
3489 (reftex-compile-variables): Check for symbol in
3490 `reftex-label-alist'.
3491 (reftex-what-environment): Fixed bug with stacked environments of
3492 same kind (e.g. enumerate).
3493 (reftex-process-string): Preserve default directory.
3494 (reftex-label-alist-builtin): Changed prefixes of endnote and
3495 footnote. Also the magic words.
3496 (reftex-reference): Interprete new option
3497 `reftex-fref-is-default'.
3498 (reftex-replace-prefix-escapes): Interprete new `%S' format.
3499 (reftex-toc-mouse-view-line): Command removed (had no binding).
3500 (reftex-everything-regexp): New function.
3501 (reftex-nearest-match): Made better.
3502 (reftex-toc-find-section): Use new version of
3503 `reftex-nearest-match'.
3504 (reftex-insert-docstruct): Adapted to work with the index stuff.
3505 (reftex-parse-from-file): Find index entries as well.
3506 (reftex-toc-toggle-index): New function
3507 (reftex-toc-map): `i' is now used to togle the index, File
3508 boundaries has been moved to `F'.
3509 (reftex-select-label-map): Toggling display of file boundaries is
3510 now on the `F' key, for consistency with `reftex-toc-map'.
3511 (reftex-erase-all-selection-and-index-buffers): Renamed from
3512 `reftex-erase-all-selection-buffer'. Now also kills the index
3513 buffers.
3514 (reftex-viewing-cross-references): Customization group renamed
3515 from reftex-viewing-cross-references-and-citations.
3516 (reftex-index-macro-regexp,
3517 reftex-find-index-entry-regexp-format): New variables
3518 (reftex-macros-with-index): New variable
3519 (reftex-add-index-macros): New function
3520 (reftex-renumber-simple-labels, reftex-translate): Allow for
3521 multiple labels in a single ref command.
3522 (reftex-index-support): New customization group
3523 (reftex-support-index, reftex-index-special-chars,
3524 reftex-index-macros, reftex-index-default-macro,
3525 reftex-index-default-tag, reftex-index-math-format,
3526 reftex-index-section-letters, reftex-index-include-context,
3527 reftex-index-follow-mode, reftex-index-header-face,
3528 reftex-index-section-face, reftex-index-tag-face,
3529 reftex-index-face): New options
3530 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
3531 reftex-index-tag, reftex-index-return-marker,
3532 reftex-index-restriction-indicator, reftex-index-restriction-data,
3533 reftex-index-macro-regexp, reftex-index-level-re,
3534 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
3535 reftex-everything-regexp-no-index, reftex-index-re,
3536 reftex-macros-with-index, reftex-index-macro-alist): New variables
3537 (reftex-index-help, reftex-index-macros-builtin,
3538 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
3539 reftex-query-index-macro-help): New constants
3540 (reftex-index-selection-or-word, reftex-index,
3541 reftex-default-index, reftex-update-default-index,
3542 reftex-index-complete-tag, reftex-index-select-tag,
3543 reftex-index-complete-key, reftex-index-update-taglist,
3544 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
3545 reftex-display-index, reftex-insert-index,
3546 reftex-index-insert-new-letter, reftex-get-restriction,
3547 reftex-index-pre-command-hook, reftex-index-post-command-hook,
3548 reftex-index-show-help, reftex-index-next, reftex-index-previous,
3549 reftex-index-toggle-follow, reftex-index-toggle-context,
3550 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
3551 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
3552 reftex-index-quit, reftex-index-quit-and-kill,
3553 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
3554 reftex-index-revert, reftex-index-switch-index-tag,
3555 reftex-index-restrict-to-section, reftex-index-widen,
3556 reftex-index-restriction-forward,
3557 reftex-index-restriction-backward, reftex-index-visit-location,
3558 reftex-index-analyze-entry, reftex-index-globalize,
3559 reftex-index-edit, reftex-index-toggle-range-beginning,
3560 reftex-index-toggle-range-end, reftex-index-edit-key,
3561 reftex-index-edit-attribute, reftex-index-edit-visual,
3562 reftex-index-edit-part, reftex-index-level-down,
3563 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
3564 reftex-index-change-entry, reftex-index-goto-letter,
3565 reftex-add-index-macros, reftex-ensure-index-support,
3566 reftex-index-info-safe, reftex-index-info): New functions.
3567
3568
3569 1999-08-15 Richard M. Stallman <rms@gnu.org>
3570
3571 * paren.el (show-paren-mode): Support making show-paren-mode
3572 a buffer-local variable. Don't check for a window system.
3573 (show-paren-function): Check whether show-paren-function is
3574 enabled in current buffer; do the right thing if not.
3575 Don't check for a window system.
3576 (show-paren-mode): Make it a user variable.
3577
3578 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
3579 Handle `enum' like `struct'.
3580
3581 * server.el (server-process-filter): If a client visits no buffers,
3582 close it immediately before recording it.
3583
3584 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
3585 Optimize by calling concat just once. Handle =\n sequence.
3586 (mail-unquote-printable-region): New command.
3587 (mail-quote-printable): Make it autoload.
3588
3589 1999-08-15 Karl Heuer <kwzh@gnu.org>
3590
3591 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
3592
3593 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
3594
3595 * lisp/texinfmt.el: Handle @ifnottex.
3596
3597 1999-08-15 Eli Zaretskii <eliz@gnu.org>
3598
3599 * frame.el (blink-cursor): Don't turn on cursor blinking for
3600 ms-dos.
3601
3602 * faces.el (face-valid-attribute-values): Look in
3603 x-bitmap-file-path only for x and w32 window systems.
3604
3605 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
3606 Do that if width is nil as well.
3607 (x-display-mm-height, x-display-mm-width): Update values.
3608 (x-colors): Compute the list from msdos-color-values.
3609 (x-select-enable-clipboard): Doc fix.
3610 (x-frob-font-weight, x-font-family-list): New functions.
3611
3612 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
3613
3614 * window.el (shrink-window-if-larger-than-buffer): Don't try to
3615 back up from beginning of buffer.
3616
3617 1999-08-13 Karl Heuer <kwzh@gnu.org>
3618
3619 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
3620
3621 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
3622
3623 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
3624 doomsday clock, speed control is added and changes are made to
3625 allow large numbers of rings: rings now show the whole ring
3626 number, not just the last digit; consecutive rings are allowed to
3627 be the same size when necessary to fit all the rings in the
3628 window; and poles can be oriented horizontally. Face support is
3629 thrown in gratuitously.
3630 (hanoi): Changed default number of rings back to 3.
3631 (hanoi-unix, hanoi-unix-64): New commands
3632 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
3633 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
3634 hanoi-odd-ring-face): New variables.
3635 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
3636 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
3637 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
3638 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
3639 (hanoi-topos, hanoi-draw-ring): Removed.
3640
3641 1999-08-12 Gerd Moellmann <gerd@gnu.org>
3642
3643 * faces.el (face-valid-attribute-values): Return an alist for
3644 families on ttys.
3645 (face-read-integer): Handle unspecified face attributes. Add
3646 completion for `unspecified'.
3647 (read-face-attribute): Handle unspecified font attributes.
3648 (face-valid-attribute-values): Add `unspecified' to lists so that
3649 it can be chosen via completion.
3650 (face-read-string): Don't recognize "none" as input.
3651
3652 1999-08-10 Dave Love <fx@gnu.org>
3653
3654 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
3655 string.
3656
3657 * sun-curs.el: Require sun-fns.
3658
3659 1999-08-10 Dave Love <fx@gnu.org>
3660
3661 * autorevert.el (auto-revert-mode): Add autoload cookie.
3662
3663 * hscroll.el, auto-show.el: Files deleted -- we have built-in
3664 hscroll.
3665
3666 * simple.el (hscroll-step, hscroll-point-visible)
3667 (hscroll-window-column): Remove now we have the mentioned real
3668 horizontal autoscrolling.
3669
3670 1999-08-10 Richard M. Stallman <rms@gnu.org>
3671
3672 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
3673 control use of -f option.
3674 (mail-specify-envelope-from): New variable.
3675 (mail-from-style): Doc fix.
3676
3677 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
3678 (easy-menu-get-map): New arg TO-MODIFY helps choose
3679 between local and global maps.
3680 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
3681 (easy-menu-change): Doc fix.
3682
3683 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
3684 (info-lookup-guess-default): Simplified and cleaned up.
3685 (info-lookup-guess-default*): Preserve point.
3686
3687 * view.el (view-mode-disable): If buffer-read-only is nil,
3688 don't change it.
3689
3690 * files.el (after-find-file): Disable View mode if buffer is no
3691 longer read-only.
3692
3693 * view.el (view-mode-enable, view-mode-disable):
3694 Call force-mode-line-update.
3695
3696 1999-08-10 Karl Heuer <kwzh@gnu.org>
3697
3698 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
3699 * array.el, play/landmark.el, international/latin-3.el: Likewise.
3700 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
3701
3702 1999-08-10 Alex Schroeder <asc@bsiag.com>
3703
3704 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
3705 to prevent m-eating-bug.
3706
3707 1999-08-10 Eli Zaretskii <eliz@gnu.org>
3708
3709 * term/pc-win.el (msdos-bg-mode): Remove. Call
3710 frame-set-background-mode instead. All callers changed.
3711 (msdos-face-setup): Don't force color display parameter, it is set
3712 by frame-set-background-mode.
3713 (make-msdos-frame): Call x-handle-reverse-video and
3714 face-set-after-frame-default. Delete frame if creation failed.
3715
3716 * faces.el (face-set-after-frame-default): Don't call
3717 make-face-x-resource-internal for the pc window-system.
3718
3719 1999-08-10 Dave Love <fx@melange.gnu.org>
3720
3721 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
3722 case with no docstring specially.
3723
3724 1999-08-09 Eli Zaretskii <eliz@gnu.org>
3725
3726 * complete.el (PC-do-completion): If completing on file name,
3727 reproduce str by concatenating its directory and basename parts.
3728
3729 1999-08-07 Dave Love <fx@gnu.org>
3730
3731 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
3732 unibyte to multibyte conversion of search-forward (from Handa),
3733 but avoid the replacement if the language is Latin-N.
3734
3735 1999-08-06 Richard Stallman <rms@gnu.org>
3736
3737 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
3738 of eval-buffer.
3739
3740 * international/mule.el (load-with-code-conversion):
3741 Pass t to eval-buffer for DO-ALLOW-PRINT.
3742
3743 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
3744
3745 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
3746 of filenames and attributes.
3747 (ls-lisp-insert-directory): Use directory-files-and-attributes
3748 for speed.
3749
3750 1999-08-05 Dave Love <fx@gnu.org>
3751
3752 * auto-show.el (auto-show-mode): Fix :set.
3753
3754 * widget.el (define-widget-keywords): Make dummy definition and
3755 comment-out its use.
3756
3757 1999-08-04 Richard Stallman <rms@gnu.org>
3758
3759 * progmodes/tcl.el: Customized.
3760
3761 * sql.el (sql-accumulate-and-indent): Instead of testing
3762 whether this is Emacs 20 before calling comint-accumulate,
3763 test whether comint-accumulate is defined.
3764
3765 1999-08-04 Dave Love <fx@gnu.org>
3766
3767 * sgml-mode.el: Require outline when compiling.
3768 (sgml-mode-hook, html-mode-hook): Customize.
3769 (sgml-validate-command): Fix :version.
3770 (html-autoview-mode): Doc fix.
3771
3772 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
3773 nothing in Latin-N environment.
3774
3775 * info.el (Info-find-node): Call info-initialize here.
3776 (info): Not here.
3777 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
3778
3779 1999-08-04 Richard Stallman <rms@gnu.org>
3780
3781 * ansi-color.el: New file.
3782
3783 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
3784
3785 * dired.el (dired-string-replace-match): Return `nil' when no match
3786 found with global search.
3787
3788 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
3789 * terminal.el (te-terminfo-directory):
3790 * mail/mailpost.el (post-mail-send-it):
3791 * mail/metamail.el (metamail-region):
3792 * progmodes/ada-mode.el (ada-tmp-directory):
3793 Use temporary-file-directory.
3794
3795 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
3796 (compilation-filter, compilation-forget-errors)
3797 (compilation-parse-errors): Use a marker instead of an integer for
3798 `compilation-parsing-end'.
3799
3800 * progmodes/diff.el (diff-parse-differences):
3801 Use a marker instead of an integer for `compilation-parsing-end'.
3802 * textmodes/tex-mode.el (tex-compilation-parse-errors):
3803 Use a marker instead of an integer for `compilation-parsing-end'.
3804
3805 1999-08-03 Richard Stallman <rms@gnu.org>
3806
3807 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
3808 (Buffer-menu-mode): Doc fix.
3809 (Buffer-menu-view): New command.
3810 (Buffer-menu-view-other-window): New command.
3811
3812 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
3813
3814 * replace.el (query-replace-regexp-eval)
3815 (replace-eval-replacement, replace-loop-through-replacements)
3816 (replace-match-string-symbols): New functions.
3817 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
3818 Use replace-loop-through-replacements.
3819
3820 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
3821
3822 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
3823 (5x5): Doc fix.
3824
3825 1999-08-03 Dave Love <fx@gnu.org>
3826
3827 * fortran.el (fortran-indent-new-line): Make it an alias
3828 for reindent-then-newline-and-indent.
3829
3830 1999-08-03 Didier Verna <verna@inf.enst.fr>
3831
3832 * rect.el: All functions rewritten, except when noted above
3833 their declaration. Below is a list of interface changes.
3834 (apply-on-rectangle): New function, mostly replaces
3835 `operate-on-rectangle'. All callers changed.
3836 (move-to-column-force): Pass new second argument to `move-to-column'.
3837 (kill-rectangle): Added optional prefix arg to fill lines.
3838 (delete-rectangle): Ditto.
3839 (delete-whitespace-rectangle): Ditto.
3840 (delete-extract-rectangle): Ditto.
3841 (open-rectangle): Ditto.
3842 (clear-rectangle): Ditto.
3843 (delete-whitespace-rectangle-line): New function.
3844 (delete-rectangle-line): Added third arg FILL.
3845 (delete-extract-rectangle-line): Ditto.
3846 (open-rectangle-line): Ditto.
3847 (clear-rectangle-line): Ditto.
3848
3849 1999-08-03 Ray Blaak <blaak@gnu.org>
3850
3851 * progmodes/delphi.el: New file.
3852
3853 1999-08-02 Richard Stallman <rms@gnu.org>
3854
3855 * textmodes/outline.el (outline-previous-heading): New function.
3856 (outline-up-heading-all): Use outline-previous-heading.
3857 (outline-next-heading): Delete definition inserted yesterday.
3858
3859 1999-08-01 Richard Stallman <rms@gnu.org>
3860
3861 * textmodes/outline.el (outline-next-heading): New function.
3862 (outline-up-heading-all): New function.
3863 (outline-font-lock-level): Using outline-up-heading-all.
3864 Tell outline-back-to-heading to accept invisible headings.
3865
3866 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
3867
3868 * mail/mh-utils.el (mh-find-path-run): New variable.
3869 (mh-find-path): Test and set that.
3870 Set mail-user-agent only the first time this function is run.
3871 (mail-user-agent): Defvar deleted.
3872
3873 * info.el (info-initialize): New function.
3874 (info): Call info-initialize.
3875 (Info-directory-list): Initialize to nil,
3876 so info-initialize will set it up for real.
3877
3878 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3879
3880 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
3881 does not interpret a time as the year in a day-month entry.
3882
3883 * calendar/diary-lib.el: Change syntax table entry for colon in
3884 the diary as part of the european-date-diary-pattern fix.
3885
3886 1999-08-01 Eli Zaretskii <eliz@gnu.org>
3887
3888 * international/mule.el (set-auto-coding): Allow whitespace before
3889 and after the "variable: value" pair.
3890
3891 1999-07-30 Ken'ichi Handa <handa@gnu.org>
3892
3893 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
3894 (default-sendmail-coding-system): Doc-string fixed.
3895
3896 1999-07-30 Dave Love <fx@gnu.org>
3897
3898 * subr.el (assoc-delete-all): New function, renamed from
3899 frame-delete-all.
3900
3901 * frame.el: Change comments to doc strings and other doc fixes.
3902 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
3903 Callers changed.
3904 (set-background-color, set-foreground-color, set-cursor-color)
3905 (set-mouse-color, set-border-color): Offer completion of colours.
3906 (cursor): Add :version to defgroup.
3907
3908 * facemenu.el (list-colors-display): Make it work on ttys.
3909 (facemenu-read-color): Likewise.
3910
3911 1999-07-30 Richard M. Stallman <rms@gnu.org>
3912
3913 * frame.el (frame-notice-user-settings): If background
3914 color has been changed, update background-mode from it,
3915 then update faces.
3916
3917 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
3918
3919 * net-utils.el (finger): Don't do indirect fingering.
3920
3921 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3922
3923 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
3924 rules. Add separator at end of holidays.
3925 (cal-tex-rules): New customizable variable.
3926 (cal-tex-latexify-list): Add optional parameter to put separator
3927 at end.
3928
3929 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
3930
3931 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
3932 fill prefix on each line while looping to the end of paragraph.
3933 End paragraph if it's longer than the existing fill prefix.
3934
3935 * textmodes/fill.el (fill-context-prefix): Doc fix.
3936
3937 1999-07-30 Dave Love <fx@gnu.org>
3938
3939 * font-lock.el (jit-lock): Fix :load, add :version.
3940
3941 1999-07-30 Eli Zaretskii <eliz@gnu.org>
3942
3943 * term/pc-win.el (msdos-face-setup): Register standard colors in
3944 Vface_tty_color_alist.
3945 (face-color-supported-p, face_color_gray_p): New functions.
3946
3947 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
3948 is bound.
3949
3950 * startup.el (command-line): Don't register default colors for
3951 MSDOS window-system.
3952
3953 1999-07-29 Dave Love <fx@gnu.org>
3954
3955 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
3956 charquote.
3957
3958 * lisp-mode.el (eval-defun): Re-written to avoid
3959 capturing variables.
3960
3961 * picture.el (picture-beginning-of-line): Don't call
3962 hscroll-point-visible now we have real autoscrolling.
3963 (picture-end-of-line, picture-newline, picture-open-line):
3964 Likewise.
3965
3966 * international/latin-8.el: New file.
3967 * international/latin-9.el: New file.
3968
3969 1999-07-28 Dave Love <fx@gnu.org>
3970
3971 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
3972
3973 * msb.el: Require cl only when compiling.
3974 (msb--home-dir): Deleted.
3975 (msb--format-title): Use abbreviate-file-name.
3976 (msb--choose-file-menu): Simplify string comparison.
3977
3978 1999-07-28 Gerd Moellmann <gerd@gnu.org>
3979
3980 * faces.el (toolbar): Add face definition for mono displays.
3981
3982 1999-07-27 Richard M. Stallman <rms@gnu.org>
3983
3984 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
3985
3986 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
3987 force copying of default-frame-alist.
3988
3989 1999-07-26 Ken'ichi Handa <handa@gnu.org>
3990
3991 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
3992
3993 1999-07-26 Richard M. Stallman <rms@gnu.org>
3994
3995 * frame.el (set-mouse-color): If new color is nil,
3996 really respecify the current color.
3997
3998 1999-07-26 Gerd Moellmann <gerd@gnu.org>
3999
4000 * faces.el (bitmap-area): Change background of face `bitmap-area'
4001 to white for mono displays.
4002
4003 1999-07-26 Kenichi Handa <handa@etl.go.jp>
4004
4005 * international/ccl.el (ccl-embed-symbol): New function.
4006 (ccl-program-p): Deleted. Now it's implemented in C code.
4007 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
4008 (ccl-compile-translate-character): Likewise.
4009 (ccl-compile-map-single): Likewise.
4010 (ccl-compile-multiple-map-function): Likewise.
4011 (declare-ccl-program): Doc-string modified.
4012 (check-ccl-program): Check compiled CCL code by ccl-program-p.
4013
4014 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
4015
4016 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
4017
4018 1999-07-25 Markus Rost <rost@gnu.org>
4019
4020 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
4021 the entries to make custom-file more readable.
4022
4023 1999-07-25 Richard M. Stallman <rms@gnu.org>
4024
4025 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
4026
4027 * emacs-lisp/edebug.el: Delete compatibility code.
4028 (edebug-next-token-class): If . is followed by a digit,
4029 return `symbol' for the token class.
4030
4031 * startup.el (command-line): If we don't find the user's init file,
4032 set user-init-file to nil.
4033
4034 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4035
4036 * info-look.el (info-lookup-interactive-arguments): Add optional
4037 argument query for new choice of help mode.
4038 (info-lookup-symbol): Use it.
4039 (info-lookup-file): Ditto.
4040 (info-lookup): Don't switch to other window, if already in Info
4041 buffer.
4042
4043 1999-07-23 Dave Love <fx@gnu.org>
4044
4045 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
4046 syntax.
4047 (fortran-fontify-string, fortran-match-!-comment): Deleted.
4048 (fortran-font-lock-syntactic-keywords): New variable.
4049 (fortran-mode): Use it.
4050 (fortran-font-lock-keywords-1): Don't do comments.
4051 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
4052 match data.
4053
4054 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
4055
4056 * msb.el (msb-menu-bar-update-buffers): Renamed from
4057 menu-bar-update-buffers.
4058 (msb-custom-set, msb--toggle-menu-type): Call
4059 msb-menu-bar-update-buffers.
4060 (msb-mode): Revise the hook setting.
4061
4062 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
4063
4064 1999-07-23 Gerd Moellmann <gerd@gnu.org>
4065
4066 * font-lock.el, help.el, simple.el: Re-integrate previously
4067 described changes that were lost due to errors while checking them
4068 in.
4069
4070 1999-07-23 Kevin Blake <kblake@ticnet.com>
4071
4072 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
4073
4074 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
4075
4076 * international/encoded-kb.el
4077 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
4078 but push it to unread-command-events.
4079 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
4080 (encoded-kbd-self-insert-sjis): Likewise.
4081 (encoded-kbd-self-insert-big5): Likewise.
4082
4083 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
4084 before left margin and fill-prefix by fill-find-break-point.
4085
4086 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4087
4088 * info-look.el (info-lookup-setup-mode): Don't give up, if
4089 info-lookup-make-completions returns an error.
4090 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
4091 name latex, not latex2e.
4092
4093 1999-07-21 Richard M. Stallman <rms@gnu.org>
4094
4095 * replace.el (perform-replace): Turn off case-fold-search
4096 if FROM-STRING argument has uppercase in it.
4097
4098 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4099
4100 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
4101 mode is on. Don't use end of changed text.
4102
4103 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4104
4105 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
4106 (cl-hash-table-p): Renamed from hash-table-p.
4107 (cl-hash-table-count): Renamed from hash-table-count.
4108 (maphash): Alias to cl-maphash removed.
4109 (gethash): Likewise.
4110 (puthash): Likewise.
4111 (remhash): Likewise.
4112 (clrhash): Likewise.
4113
4114 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4115
4116 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
4117 third arg non-nil. See comment there why this isn't a good idea.
4118
4119 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4120
4121 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
4122
4123 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
4124 sit-for with 3rd arg non-nil to prevent redisplay.
4125
4126 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4127
4128 * image.el (image-type-from-file-header): If file doesn't
4129 have a directory part, add data-directory.
4130
4131 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4132
4133 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
4134 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
4135 motion handling when tooltip-gud-tips-p is nil.
4136
4137 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4138
4139 * tooltip.el (tooltip-mode): Don't use `plusp'.
4140 (tooltip-active): Use initial value of nil.
4141
4142 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
4143
4144 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4145
4146 * bindings.el (make-mode-line-mouse-sensitive): Add key
4147 definitions for `top-line'.
4148
4149 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4150
4151 * faces.el (top-line): New face.
4152
4153 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4154
4155 * image.el (image-type-regexps): Add regexp for PS files.
4156
4157 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4158
4159 * faces.el (set-face-attribute): Fix wrong handling of frame
4160 begin equal to t.
4161
4162 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4163
4164 * image.el (image-type-regexps): Add PNG format.
4165
4166 1999-07-21 Dave Love <fx@gnu.org>
4167
4168 * bindings.el (mode-line-modified): New variable.
4169 (mode-line-mode-menu-1): Switch to appropriate window before
4170 showing menu.
4171
4172 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4173
4174 * faces.el (face-underline): Removed.
4175 (face-underline-color): Ditto.
4176
4177 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4178
4179 * faces.el (face-x-resources): Fix typo.
4180
4181 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4182
4183 * faces.el: Remove handling of `:relief', extend handling of
4184 `:box'.
4185 (frame-set-background-mode): Choose new defface specs after
4186 frame parameters have changed.
4187
4188 * cus-face.el: Ditto.
4189
4190 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4191
4192 * custom.el (defface): Extend documentation to include new
4193 face attributes.
4194
4195 * cus-face.el (custom-face-attributes): Add overline,
4196 strike-through, box.
4197
4198 * faces.el (face-valid-attribute-values): Handle overline,
4199 strike-through, box.
4200 (face-attribute-name-alist): Add pairs for new face attributes.
4201 (describe-face): Handle new face attributes.
4202
4203 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4204
4205 * faces.el (face-x-resources): Add overline, strike-through, box.
4206
4207 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4208
4209 * enriched.el (enriched-translations): Add `display' and
4210 "x-display".
4211 (enriched-handle-display-prop): New.
4212 (enriched-decode-display-prop): New.
4213
4214 * format.el (top-level): Give `display' property
4215 `format-list-atomic-p.
4216 (format-annotate-single-property-change): Test that property.
4217 If present, treat list property values like atoms.
4218
4219 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4220
4221 * cus-face.el (custom-face-attributes): Use `choice' everywhere
4222 so that "*" can be entered.
4223
4224 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4225
4226 * cus-face.el (custom-face-attributes): Don't use `#''.
4227
4228 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4229
4230 * cus-face.el (custom-face-attributes): Return underline
4231 face attribute directly from the second lambda of underline.
4232
4233 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4234
4235 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
4236
4237 * frame.el (after-setting-font-hooks): New variable.
4238 (set-frame-font): Run those hooks.
4239
4240 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
4241
4242 * faces.el (set-face-attribute): Fix doc string.
4243
4244 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4245
4246 * cus-face.el (custom-face-attributes): Accept color name.
4247
4248 * faces.el (face-underline-p): Accept unspecified underlining.
4249 (face-underline): Ditto. Fix doc string.
4250
4251 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4252
4253 * faces.el (face-underline-color): New function.
4254
4255 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4256
4257 * cus-face.el (custom-face-attributes): Support underline coloring.
4258 Added slot to choose a color.
4259
4260 * faces.el (face-underline): New function.
4261 (face-underline-p): Support underline coloring.
4262 Return nil only if the underline attribute is 'normal.
4263 (set-face-underline): New function.
4264 (face-valid-attribute-values): Support underline coloring.
4265
4266 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4267
4268 * image.el (insert-image): Use `display' instead of `glyph'
4269 as text property name.
4270 (put-image): Ditto.
4271 (image-type-from-file-header): Use insert-file-contents-literally.
4272
4273 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4274
4275 * easymenu.el (easy-menu-do-add-item): Don't use the empty
4276 string to indicate separators.
4277
4278 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4279
4280 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
4281 instead of message-log.
4282
4283 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4284
4285 * faces.el (bitmap-area): New face.
4286
4287 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4288
4289 * image.el (insert-image): New.
4290
4291 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4292
4293 * frame.el (blink-cursor): Set the symbol's value.
4294 (show-trailing-whitespace): Change group to font-lock.
4295
4296 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4297
4298 * jit-lock.el: New.
4299 * font-lock.el: Add jit-mode as new support mode.
4300
4301 * font-lock.el (font-lock-fontify-keywords-region): Stop when
4302 reaching end instead of letting re-search-forward signal an error.
4303 (demand-lock-mode): New.
4304 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
4305 (font-lock-turn-off-thing-lock): Ditto.
4306 (font-lock-after-fontify-buffer): Ditto.
4307 (font-lock-after-unfontify-buffer): Ditto.
4308
4309 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4310
4311 * gs.el: New file.
4312
4313 * startup.el (command-line-1): Activate tooltip mode if
4314 interactive.
4315
4316 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4317
4318 * faces.el (toolbar): Grey default background.
4319 (modeline): Ditto.
4320
4321 * image.el (image-type-regexps): New.
4322 (image-type-from-file-header): New.
4323 (create-image): Call it.
4324
4325 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4326
4327 * image.el: New file.
4328
4329 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4330
4331 * bindings.el (mode-line-format): Replace `mode-name' with
4332 `(:eval mode-line-mode-name)'.
4333 (mode-line-mode-name): New.
4334 (make-mode-line-mouse-sensitive): Don't change default value
4335 of `mode-name'.
4336
4337 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4338
4339 * tooltip.el: New file.
4340
4341 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4342
4343 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
4344 instead of mouse-3 to pop up menus.
4345 (mode-line-kill-buffer): Removed.
4346 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
4347 buffer name.
4348 (mode-line-buffer-menu-1): Removed.
4349
4350 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
4351
4352 * bindings.el (mode-line-buffer-identification-keymap): New.
4353 (mode-line-buffer-menu-keymap): New.
4354 (mode-line-mode-menu-keymap): New.
4355 (mode-line-unbury-buffer): New.
4356 (mode-line-other-buffer): New.
4357 (mode-line-kill-buffer): New.
4358 (mode-line-buffer-menu-1): New.
4359 (mode-line-mode-menu-1): New.
4360 (make-mode-line-mouse-sensitive): New.
4361
4362 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4363
4364 * help.el (describe-key-briefly): Handle mode line strings
4365 with local-map properties.
4366 (describe-key): Ditto.
4367 (mode-line-key-binding): New.
4368
4369 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4370
4371 * scroll-bar.el (scroll-bar-timer): New.
4372 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
4373
4374 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4375
4376 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
4377 and `bottom'.
4378
4379 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4380
4381 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
4382 (global): Use different key bindings if using tookit scroll bars.
4383
4384 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4385
4386 * faces.el (modeline): Define mode line face with relief for
4387 class color, only.
4388 (toolbar): New face.
4389
4390 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4391
4392 * frame.el (frame-initialize): Set frame-creation-function to
4393 tty-create-frame-with-faces.
4394
4395 * faces.el (frame-set-background-mode): Make it work for
4396 window-system nil.
4397
4398 * faces.el (tty-create-frame-with-faces): New.
4399 (face-set-after-frame-default): Make it work for TTY frames.
4400
4401 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4402
4403 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
4404 Return a list of one font family for TTYs. Don't return bitmap
4405 file paths for TTY frames.
4406
4407 * faces.el: Add face specs for tty displays to basic faces.
4408
4409 * font-lock.el (font-lock-comment-face): Add spec for color tty.
4410 (font-lock-string-face): Ditto.
4411 (font-lock-keyword-face): Ditto.
4412 (font-lock-builtin-face): Ditto.
4413 (font-lock-function-name-face): Ditto.
4414 (font-lock-variable-name-face): Ditto.
4415 (font-lock-type-face): Ditto.
4416 (font-lock-constant-face): Ditto.
4417 (font-lock-warning-face): Ditto.
4418
4419 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4420
4421 * startup.el (command-line): Register default tty colors.
4422
4423 * faces.el (face-spec-set-match-display): Recognize `type tty'.
4424
4425 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4426
4427 * faces.el (modeline): For X frames, use a modeline with relief.
4428
4429 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4430
4431 * faces.el (frame-update-faces): Copied from 20.2.
4432 (frame-update-face-colors): Ditto. Code removed that isn't
4433 applicable in the new face implementation.
4434
4435 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4436
4437 * frame.el (show-trailing-whitespace): New.
4438
4439 * faces.el (trailing-whitespace): New basic face.
4440
4441 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4442
4443 * cus-face.el (custom-facep): Always define as alias for facep.
4444
4445 * cus-face.el (custom-face-attributes): Use choice widgets.
4446 Remove :bold and :italic.
4447
4448 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4449
4450 * faces.el (face-charset-registries): Removed since fontset.el
4451 is no always loaded.
4452
4453 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4454
4455 * faces.el (internal-get-face): Added as obsolete function for
4456 compatibility.
4457
4458 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4459
4460 * frame.el (blink-cursor-end): Call show-cursor.
4461 (blink-cursor-mode): Ditto.
4462
4463 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4464
4465 * faces.el (face-spec-reset-face): Reset all attributes to
4466 `unspecified'.
4467 (face-spec-set): Use it.
4468
4469 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4470
4471 * faces.el (read-all-face-attributes): Bug fix.
4472 (face-read-integer): Allow nil default value.
4473 (face-valid-attribute-values): Use symbol names of attribute
4474 values for completion list.
4475
4476 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4477
4478 * faces.el (internal-find-face): Define for compatibility with
4479 20.2.
4480 (face-id): Likewise.
4481
4482 * faces.el (face-id): Return the ID of a realized face for ASCII.
4483
4484 * fontset.el (x-charset-registries): Removed. Now in faces.el.
4485 (x-complement-fontset-spec): Use face-charset-registries.
4486
4487 * faces.el (face-font-selection-order): Set font selection order
4488 from Lisp.
4489 (face-alternative-font-family-alist): Set alternative font
4490 families from Lisp.
4491
4492 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4493
4494 * faces.el (set-face-charset-registries): Set symbol value.
4495
4496 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4497
4498 * faces.el (face-set-after-frame-default): Call function
4499 internal-merge-in-global-face.
4500
4501 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4502
4503 * faces.el (face-list): Return symbols from face-global-alist.
4504
4505 * faces.el (face-list): Return a copy of the face name list so
4506 that it cannot be modified from outside (facemenu.el uses
4507 nreverse, for example).
4508
4509 * cus-face.el (custom-face-attributes): Add :bold and :italic
4510 for compatibility with old code.
4511
4512 * faces.el (set-face-attributes-from-resources): Additional
4513 frame parameter.
4514 (make-face-x-resource-internal): Set attributes from resources
4515 for a given frame or all frames.
4516
4517 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4518
4519 * faces.el (all-faces): Removed.
4520
4521 * custom.el (defface): Add new face attributes to function
4522 comment.
4523
4524 * font-lock.el (font-lock-comment-face): Use new face attribute
4525 names.
4526 (font-lock-string-face): Ditto.
4527 (font-lock-keyword-face): Ditto.
4528 (font-lock-builtin-face): Ditto.
4529 (font-lock-function-name-face): Ditto.
4530 (font-lock-variable-name-face): Ditto.
4531 (font-lock-type-face): Ditto.
4532 (font-lock-reference-face): Ditto.
4533 (font-lock-warning-face): Ditto.
4534 ((boundp 'font-lock-face-attributes)): Ditto.
4535
4536 * cus-face.el (custom-face-attributes): Use new face attributes.
4537
4538 * faces.el (set-face-attribute-from-resource): Initialize
4539 from resources only for X and W32.
4540
4541 * cus-face.el (custom-declare-face): Don't make frame-local
4542 faces.
4543
4544 * faces.el (describe-face): Use princ instead of insert.
4545
4546 * faces.el: Add XLFD manipulation functions from 20.2 again
4547 because fontset.el uses them.
4548 (face-set-after-frame-default): Add empty definition.
4549
4550 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4551
4552 * faces.el (make-face): Correct typo.
4553 (set-face-attribute-from-resource): Use let*.
4554 (face-underline-p): Correct typo.
4555 (face-inverse-video-p): Ditto.
4556 (set-face-stipple): Ditto.
4557 (face-read-string): Make completion-list optional parameter.
4558
4559 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4560
4561 * faces.el (face-charset-registries): Alist mapping charset
4562 symbols to registries and encoding.
4563
4564 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4565
4566 * frame.el (blink-cursor-mode): Use interactive spec "P".
4567
4568 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4569
4570 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
4571 mode. The cursor of selected_window blinks if the mode is enabled.
4572
4573 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4574
4575 * simple.el (next-history-element): Set point to the end of the
4576 prompt if minibuffer-prompt-in-buffer.
4577
4578 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4579
4580 * faces.el (x-font-regexp): Add sub-expression parentheses for
4581 several font name components.
4582
4583 1999-07-21 Gerd Moellmann <gerd@acm.org>
4584
4585 * faces.el (set-face-relief): Use index 12 for relief.
4586 (face-fill-in): Set relief from data.
4587 (internal-make-face): Init relief to zero.
4588
4589 * faces.el (face-spec-set): Call modify-face with additional
4590 parameters for relief and fixed-p.
4591
4592 1999-07-21 Gerd Moellmann <gerd@acm.org>
4593
4594 * cus-face.el: ':fixed and ':relief added.
4595
4596 * faces.el (describe-face): Add fixed font attribute and relief.
4597 (face-attr-match-p): Ditto.
4598 (face-attr-construct): Ditto.
4599 (face-spec-set): Ditto.
4600
4601 1999-07-21 Gerd Moellmann <gerd@acm.org>
4602
4603 * faces.el (internal-make-face): Function to create a Lisp vector
4604 suitable for representing a face.
4605 (make-face): Use it instead of make-vector.
4606 (x-create-frame-with-faces): Use it instead of vector.
4607 (internal-facep): Increase vector size to 14.
4608 (internal-make-face): Ditto.
4609 (face-relief): Access relief thickness.
4610 (face-fixed-p): Access fixed font attribute.
4611 (set-face-fixed-p): Set fixed font attribute.
4612 (set-face-relief): Set relief attribute.
4613 (internal-face-interactive-int): Read int attribute of face.
4614 (modify-face): Add fixed-p and relief parameters.
4615 (copy-face): Handle fixed-p and relief.
4616 (face-equal): Compare fixed-p and relief.
4617 (face-differs-from-default-p): Ditto.
4618 (face-nontrivial-p): Add fixed-p and relief.
4619
4620 1999-07-21 Gerd Moellmann <gerd@acm.org>
4621
4622 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
4623 (internal-facep): Increase vector size.
4624 (make-face): Ditto.
4625 (face-shadow-thickness): Added.
4626 (set-face-shadow-thickness): Added.
4627 (modify-face): Add optional shadow-thickness parameter.
4628 (make-face-x-resource-internal): Add shadows.
4629 (copy-face): Ditto.
4630 (face-equal): Ditto.
4631 (face-differs-from-default-p): Ditto.
4632 (face-nontrivial-p): Ditto.
4633 (face-attr-match-p): Ditto.
4634 (face-attr-construct): Ditto.
4635 (face-spec-set): Ditto.
4636 (face-fill-in): Ditto.
4637
4638 1999-07-21 Gerd Moellmann <gerd@acm.org>
4639
4640 * bench.el (bench-mark-split-window): New bench mark.
4641
4642 1999-07-21 Gerd Moellmann <gerd@acm.org>
4643
4644 * faces.el (set-face-font): Don't pass default font to
4645 x-resolve-font so that font will not have to be of the same
4646 size.
4647
4648 1999-07-20 Dave Love <fx@gnu.org>
4649
4650 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
4651 unconditionally t.
4652
4653 1999-07-20 Karl Heuer <kwzh@gnu.org>
4654
4655 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
4656
4657 1999-07-20 Dave Love <fx@gnu.org>
4658
4659 * help.el (describe-variable): Fix test for customizability.
4660
4661 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
4662 Check for readonly buffer in interactive spec.
4663 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
4664 (backward-kill-word): Add * to interactive spec.
4665
4666 * underline.el (underline-region, ununderline-region): Add * to
4667 interactive spec.
4668
4669 * fill.el (canonically-space-region, justify-current-line): Add *
4670 to interactive spec.
4671 (fill-region-as-paragraph, fill-paragraph, fill-region)
4672 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
4673 readonly buffer in interactive spec.
4674
4675 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
4676 (backward-kill-sentence, kill-sentence): Add * to interactive
4677 spec.
4678
4679 1999-07-19 Richard M. Stallman <rms@gnu.org>
4680
4681 * dired-aux.el (dired-do-shell-command): Doc fix.
4682
4683 * shell.el (shell-unquote-argument): New function.
4684 (shell-directory-tracker): Use shell-unquote-argument.
4685 * comint.el (comint-arguments): Handle \ followed by space or tab.
4686
4687 1999-07-19 John Wiegley <jwiegley@borland.com>
4688
4689 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
4690 color codes 39 and 49, which by the way lynx uses them seem to
4691 mean "foreground reset" and "background reset".
4692
4693 1999-07-19 Karl Heuer <kwzh@gnu.org>
4694
4695 * font-lock.el (c++-keywords): Add "typeid".
4696
4697 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
4698 selects no font, treat that as zero selections, not one.
4699
4700 1999-07-19 Dave Love <fx@gnu.org>
4701
4702 * info.el (Info-search): Don't lose with empty regexp.
4703
4704 * version.el: Cater for (free) `ident' program, not `which'.
4705
4706 * hl-line.el: New file.
4707
4708 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
4709 for modes which don't define menus.
4710
4711 1999-07-16 Richard M. Stallman <rms@gnu.org>
4712
4713 * webjump.el (webjump-sample-sites): Update some URLs.
4714
4715 After the release of 20.4, development was split into two separate
4716 code lines. One line contained the code for Emacs 21, and the other
4717 one the code for the 20.x releases after 20.4. The following change
4718 log entries up to the entry ``20.4 released'' are for the 20.x code
4719 line. Change logs above this notice are those for the 21.x code line.
4720
4721 2000-06-13 Gerd Moellmann <gerd@gnu.org>
4722
4723 * Version 20.7 released.
4724
4725 2000-06-07 Kenichi Handa <handa@etl.go.jp>
4726
4727 * textmodes/fill.el (fill-find-break-point): Check the validity of
4728 charset.
4729
4730 2000-06-05 Andrew Innes <andrewi@gnu.org>
4731
4732 * browse-url.el (browse-url-filename-alist) [windows-nt, ms-dos]:
4733 Conditionalize last change for DOS/Windows only.
4734
4735 * browse-url.el (browse-url-of-buffer): Add comment for last change.
4736
4737 2000-06-02 Andrew Innes <andrewi@gnu.org>
4738
4739 * browse-url.el (browse-url-of-buffer): Ensure that file-name ends
4740 with .htm or .html, otherwise browse-url-of-file fails on Windows.
4741
4742 2000-06-01 Andrew Innes <andrewi@gnu.org>
4743
4744 * browse-url.el (browse-url-filename-alist): Support Windows-style
4745 filenames with drive specifiers.
4746
4747 * arc-mode.el (archive-zip-use-pkzip) [windows-nt]: Don't use
4748 pkzip on Windows by default, as InfoZIP works better.
4749
4750 2000-05-31 Kenichi Handa <handa@etl.go.jp>
4751
4752 * isearch.el (isearch-printing-char): Don't test for `cpXXX'.
4753
4754 2000-05-30 Andrew Innes <andrewi@gnu.org>
4755
4756 * w32-fns.el (isearch-mode-map): Ignore language-change events in
4757 isearch.
4758
4759 2000-05-30 Kenichi Handa <handa@etl.go.jp>
4760
4761 * isearch.el (isearch-forward): Extend doc string.
4762
4763 2000-05-30 Gerd Moellmann <gerd@gnu.org>
4764
4765 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
4766 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
4767
4768 * paths.el (Info-default-directory-list): Doc fix.
4769
4770 2000-05-29 Gerd Moellmann <gerd@gnu.org>
4771
4772 * dabbrev.el (dabbrev-expand): Don't display messages in the
4773 echo area if the minibuffer window is active.
4774
4775 2000-05-29 Kenichi Handa <handa@etl.go.jp>
4776
4777 * isearch.el (isearch-printing-char): If in Encoded Kbd mode,
4778 decode the character by the current keyboard coding system.
4779
4780 2000-05-24 Gerd Moellmann <gerd@gnu.org>
4781
4782 * mail/rmail.el (rmail-retry-failure): Always unprune the header
4783 after calling rmail-beginning-of-message.
4784
4785 2000-05-23 Gerd Moellmann <gerd@gnu.org>
4786
4787 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
4788
4789 * files.el (interpreter-mode-alist): Add `bash2'.
4790
4791 2000-05-20 Kenichi Handa <handa@etl.go.jp>
4792
4793 * international/ccl.el (ccl-compile-write-string): Make STR
4794 unibyte.
4795 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
4796
4797 2000-05-18 Espen Skoglund <esk@ira.uka.de>
4798
4799 * pascal.el (pascal-indent-alist) (pascal-indent-comment): Changed
4800 the indent-comment function to just return the appropriate indent.
4801
4802 2000-05-16 Kenichi Handa <handa@etl.go.jp>
4803
4804 * international/encoded-kb.el: Be sure to update minor-mode-alist
4805 and minor-mode-map-alist.
4806 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
4807 codes SS2 and SS3 correctly.
4808 (encoded-kbd-self-insert-ccl): New function.
4809 (encoded-kbd-setup-keymap): New function.
4810 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
4811 by calling encoded-kbd-setup-keymap.
4812
4813 2000-05-12 Gerd Moellmann <gerd@gnu.org>
4814
4815 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
4816 handling FTP security extensions.
4817
4818 2000-05-05 Gerd Moellmann <gerd@gnu.org>
4819
4820 * mail/undigest.el (undigestify-rmail-message): Recognize end
4821 of digest differently.
4822
4823 2000-05-02 Gerd Moellmann <gerd@gnu.org>
4824
4825 * simple.el (kill-region): Bind both undo-strong-limit and
4826 undo-limit. Add in the values of the global bindings.
4827
4828 * language/european.el (iso-latin-4): Fix typo.
4829
4830 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
4831 nil.
4832
4833 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
4834
4835 * ediff.el (ediff-buffers-internal): Bind ediff-job-name to the
4836 job-name argument when writing buffers to temporary files.
4837
4838 * ediff-util.el (ediff-make-temp-file): Bind
4839 coding-system-for-write to no-conversion if we are comparing
4840 buffers (as opposed to files).
4841
4842 * ediff-diff.el (ediff-exec-process): If we are comparing buffers,
4843 bind coding-system-for-read to no-conversion. On DOS and Windows,
4844 when comparing 2 buffers, add --binary to the switches passed to
4845 Diff.
4846
4847 2000-02-26 Gerd Moellmann <gerd@gnu.org>
4848
4849 * Version 20.6 released.
4850
4851 2000-02-25 Gerd Moellmann <gerd@gnu.org>
4852
4853 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
4854 writable.
4855
4856 2000-02-20 Andrew Innes <andrewi@gnu.org>
4857
4858 * dos-w32.el (file-name-buffer-file-type-alist): Add missing $ to
4859 the end of one of the regexps.
4860
4861 2000-02-17 Gerd Moellmann <gerd@gnu.org>
4862
4863 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
4864 of `*' to handle `(* ... *)' comments.
4865
4866 2000-02-03 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
4867
4868 * mail/rmail.el (rmail-retry-failure): Use
4869 rmail-beginning-of-message before rmail-toggle-header, because the
4870 former toggles headers.
4871
4872 2000-02-02 Gerd Moellmann <gerd@gnu.org>
4873
4874 * ange-ftp.el (ange-ftp-write-region): Handle case that
4875 succeeding process operation sets a different coding system.
4876
4877 2000-01-29 Dave Love <fx@gnu.org>
4878
4879 * timezone.el (timezone-fix-time): Window against 69 for two-digit
4880 years. Deal with three-digit years.
4881
4882 2000-01-25 Andre Spiegel <spiegel@gnu.org>
4883
4884 * vc.el (vc-version-diff): Make sure file name is
4885 expanded.
4886
4887 2000-01-07 Gerd Moellmann <gerd@gnu.org>
4888
4889 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
4890 before and after the year 2000.
4891
4892 2000-01-05 Dave Love <fx@gnu.org>
4893
4894 * browse-url.el (browse-url): Fix case of
4895 browse-url-browser-function being an alist.
4896
4897 1999-12-04 Gerd Moellmann <gerd@gnu.org>
4898
4899 * Version 20.5 released.
4900
4901 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4902
4903 * international/mule-util.el (truncate-string-to-width): Docsting
4904 fixed.
4905
4906 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4907
4908 * vc.el (vc-update-change-log): Look for rcs2log under
4909 exec-directory.
4910
4911 1999-12-02 Ken'ichi Handa <handa@gnu.org>
4912
4913 * international/mule.el (charsetp): Fix typo in docstring.
4914
4915 * international/mule-diag.el (list-coding-categories): Fix typo;
4916 automatic -> autoload.
4917
4918 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4919
4920 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4921 remove extraneous string-match.
4922
4923 1999-12-01 Kenichi Handa <handa@etl.go.jp>
4924
4925 * international/mule-cmds.el (select-safe-coding-system): Use
4926 display-buffer to show the current buffer instead of showing
4927 it in the selected window. Check existence of "*Warning*" buffer
4928 before deleting it.
4929
4930 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4931
4932 * finder.el (finder-commentary): Activate Finder mode.
4933
4934 1999-11-30 Anders Lindgren <andersl@andersl.com>
4935
4936 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4937 off when reverting buffers that contained mode specifiers.
4938 `revert-buffer' is now called with non-nil PRESERVE-MODES
4939 argument.
4940
4941 1999-11-29 Dave Love <fx@gnu.org>
4942
4943 * dired.el (dired-move-to-filename-regexp): Make it work
4944 for LANG=de_DE.iso88591 on HPUX 11.0.
4945
4946 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4947
4948 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4949
4950 1999-11-26 Kenichi Handa <handa@etl.go.jp>
4951
4952 * international/mule.el (set-auto-coding): Call set-auto-coding-1
4953 with save-match-data.
4954 (set-auto-coding-1): New function.
4955
4956 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4957
4958 * locate.el (locate-with-filter): Doc fix.
4959
4960 1999-11-23 Andrew Innes <andrewi@gnu.org>
4961
4962 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4963 drop coords aren't over a specific window.
4964
4965 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4966
4967 * emacs-lisp/advice.el (ad-special-forms): Check whether track-mouse
4968 is defined.
4969
4970 1999-11-19 Ken'ichi Handa <handa@gnu.org>
4971
4972 * ps-mule.el (ps-mule-font-info-database-bdf): BDF font for
4973 chinese-sisheng charset is 7bit encoding, not 8bit.
4974
4975 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4976
4977 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4978
4979 1999-11-12 Andrew Innes <andrewi@gnu.org>
4980
4981 * select.el (x-set-selection): Call buffer-substring, not
4982 substring. Also fix docstring
4983
4984 1999-11-11 Gerd Moellmann <gerd@gnu.org>
4985
4986 * replace.el (perform-replace): Temporarily disable
4987 case-fold-search if search argument contains uppercase
4988 characters.
4989
4990 1999-11-10 Gerd Moellmann <gerd@gnu.org>
4991
4992 * mail/mh-comp.el (mh-smail-batch): If `to' is nil use an
4993 empty string as to-address.
4994
4995 1999-11-07 Andrew Innes <andrewi@gnu.org>
4996
4997 * dos-w32.el (direct-print-region-helper): Quote arguments in case
4998 they contain spaces.
4999
5000 1999-11-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5001
5002 * calendar.el (redraw-calendar): Move to nearest date before
5003 redrawing.
5004
5005 * diary-lib.el (simple-diary-display): Reset modeline even if
5006 there are no diary entries since the diary buffer may be displayed.
5007
5008 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5009
5010 * international/mule-cmds.el (read-input-method-name): Handle the
5011 case that the arg DEFAULT is symbol.
5012
5013 * international/mule-diag.el (mule-diag): Handle the case that
5014 default-input-method is symbol.
5015
5016 1999-09-29 Kenichi Handa <handa@etl.go.jp>
5017
5018 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5019 code not used by KOI8 to the same 8-bit code instead of mapping to
5020 SPC.
5021 (cyrillic-alternativnyj-decode-table): Likewise.
5022
5023 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
5024 (ps-mule-font-info-database-ps): Typo fixed (normat->normal). Use
5025 correct font names for Korean (Munhwa-Regular-KSC-EUC-H and
5026 Munhwa-Bold-KSC-EUC-H).
5027
5028 1999-09-25 Dave Love <fx@gnu.org>
5029
5030 * paren.el (show-paren-mode): Add autoload cookie.
5031
5032 1999-09-20 Kenichi Handa <handa@etl.go.jp>
5033
5034 * language/european.el ("Turkish"): New language environment.
5035
5036 1999-09-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5037
5038 * info.el (Info-directory-list): Don't test existence of ALTERNATIVE
5039 if we know for some other reason it should not be used.
5040
5041 1999-09-11 Andreas Schwab <schwab@gnu.org>
5042
5043 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
5044 from cvs update.
5045
5046 1999-09-10 Richard Stallman <rms@gnu.org>
5047
5048 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
5049
5050 * info.el (Info-search): Don't lose with empty regexp.
5051
5052 1999-09-10 Dave Love <fx@gnu.org>
5053
5054 * help.el (describe-variable): Fix test for customizability.
5055
5056 1999-09-09 Dave Love <fx@gnu.org>
5057
5058 * font-lock.el (global-font-lock-mode): Add autoload cookie and
5059 :initialize method.
5060
5061 1999-09-08 Richard Stallman <rms@gnu.org>
5062
5063 * gud.el (gud-make-debug-menu): Make a child for the
5064 local menu, for its menu bar, and the debug menu.
5065
5066 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5067
5068 * diary-lib.el (list-diary-entries): Make sure two-digit years
5069 have leading zeros.
5070
5071 1999-09-06 Richard Stallman <rms@gnu.org>
5072
5073 * vc.el (vc-annotate-display): Use < 69 not < 70
5074 to distinguish 20YY from 19YY.
5075
5076 * timezone.el (timezone-parse-date): Use < 69 not < 70
5077 to distinguish 20YY from 19YY.
5078
5079 * mail/rmail.el (rmail-retry-failure): Unconditionally move
5080 to beginning of message.
5081
5082 1999-09-06 Eli Zaretskii <eliz@gnu.org>
5083
5084 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
5085 letters with a colon after d or l.
5086
5087 1999-09-05 Richard Stallman <rms@gnu.org>
5088
5089 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
5090
5091 1999-08-31 Dave Love <fx@gnu.org>
5092
5093 * help.el (help-make-xrefs): Don't lose on non-empty blank line
5094 after key table.
5095
5096 1999-08-24 Dave Love <fx@gnu.org>
5097
5098 * timezone.el (timezone-parse-date): Assume 2-digit dates <70 are
5099 2000+.
5100
5101 1999-08-23 Dave Love <fx@gnu.org>
5102
5103 * auto-show.el (auto-show-mode): Fix :set.
5104
5105 * man.el (Man-softhyphen-to-minus): Fix for multibyte case; do
5106 nothing in Latin-N environment.
5107
5108 1999-08-01 Eli Zaretskii <eliz@gnu.org>
5109
5110 * international/mule.el (set-auto-coding): Allow whitespace before
5111 and after the "variable: value" pair.
5112
5113 1999-07-25 Richard M. Stallman <rms@gnu.org>
5114
5115 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
5116
5117 1999-07-23 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5118
5119 * emacs-lisp/edebug.el: Delete compatibility code.
5120 (edebug-next-token-class): If . is followed by a digit,
5121 return `symbol' for the token class.
5122
5123 * startup.el (command-line): If we don't find the user's init file,
5124 set user-init-file to nil.
5125
5126 1999-07-21 Kenichi Handa <handa@etl.go.jp>
5127
5128 * international/encoded-kb.el
5129 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
5130 but push it to unread-command-events.
5131 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
5132 (encoded-kbd-self-insert-sjis): Likewise.
5133 (encoded-kbd-self-insert-big5): Likewise.
5134
5135 1999-07-14 Richard Stallman <rms@gnu.org>
5136
5137 * Version 20.4 released.
5138
5139 1999-07-14 Andreas Schwab <schwab@gnu.org>
5140
5141 * compare-w.el (compare-windows): Try to find the next window in
5142 the current frame before looking at the other frames.
5143
5144 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
5145
5146 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
5147 Use cyrillic-jcuken as default input method.
5148
5149 1999-07-12 Richard Stallman <rms@gnu.org>
5150
5151 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
5152 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
5153
5154 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
5155 (ispell-local-dictionary-alist): Add koi8-r for character set.
5156
5157 * textmodes/flyspell.el (flyspell-get-word):
5158 Add special handling for when ispell-otherchars is empty.
5159
5160 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
5161
5162 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
5163 when having nested functons.
5164 (pascal-indent-nested-functions) (pascal-indent-line)
5165 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
5166 indenting nested functions.
5167
5168 1999-07-09 Richard Stallman <rms@gnu.org>
5169
5170 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
5171
5172 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
5173
5174 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
5175 the `end' keyword was in the very beginning of the buffer.
5176
5177 1999-07-08 Richard Stallman <rms@gnu.org>
5178
5179 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
5180
5181 * term.el (term-emulate-terminal): Avoid infinite loop
5182 in strange case where minibuffer window is selected but not active.
5183
5184 1999-07-07 Stephen Eglen <stephen@gnu.org>
5185
5186 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
5187 Change regexp so that it doesn't match commands beginning with `cd'.
5188
5189 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
5190
5191 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
5192
5193 1999-07-06 Richard Stallman <rms@gnu.org>
5194
5195 * hscroll.el (hscroll-minibuffer-hook): New function.
5196 (hscroll-global-mode): Add and remove that hook.
5197 Set hscroll-old-truncate-was-global's default value.
5198
5199 1999-07-05 Richard Stallman <rms@gnu.org>
5200
5201 * files.el (revert-buffer): Don't preserve point here.
5202 (revert-buffer-insert-file-contents-function): Doc fix.
5203
5204 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
5205
5206 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
5207 doing a `stat' when it isn't necessary because that can cause
5208 trouble when an NFS server is down.
5209
5210 1999-07-04 Richard Stallman <rms@gnu.org>
5211
5212 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
5213
5214 1999-07-03 Richard Stallman <rms@gnu.org>
5215
5216 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
5217 for \200...\240 also.
5218 (isearch-printing-char): Use unibyte-char-to-multibyte.
5219
5220 1999-07-02 Richard Stallman <rms@gnu.org>
5221
5222 * frame.el (minibuffer-frame-alist): Use defcustom.
5223 (pop-up-frame-alist): Likewise.
5224 (initial-frame-alist): Specify * in the doc string.
5225
5226 * hscroll.el (hscroll-mode): Make it a permanent local.
5227 (hscroll-mode): Don't cancel the timer
5228 if HScroll mode is enabled in some other buffer.
5229
5230 * isearch.el (isearch-done): If search ends in middle of intangible
5231 text (due to text property), move on to the limit of that text.
5232
5233 1999-07-01 Andrew Innes <andrewi@gnu.org>
5234
5235 * man.el (Man-build-man-command): Use value of null-device,
5236 instead of hard-coding "/dev/null".
5237
5238 * dos-w32.el (untranslated-canonical-name): Avoid expanding
5239 ange-ftp file names, which might force ange-ftp to prompt for a
5240 password.
5241
5242 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
5243 to prevent references to temp files.
5244
5245 1999-06-30 Richard Stallman <rms@gnu.org>
5246
5247 * progmodes/sh-script.el (sh-feature): If nothing is known
5248 about the given shell, use the values for `sh'.
5249
5250 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
5251
5252 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
5253 to make it non-recursive.
5254
5255 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
5256
5257 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5258
5259 * auto-show.el (auto-show-mode): Fix Typo in :set.
5260
5261 1999-06-29 Richard M. Stallman <rms@gnu.org>
5262
5263 * progmodes/sh-script.el (sh-mode): When setting syntax
5264 table, default to the standard one.
5265
5266 1999-06-27 Richard M. Stallman <rms@gnu.org>
5267
5268 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
5269
5270 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
5271
5272 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
5273 a frame when `return' is requested (even if pop-up-frames = t)
5274 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
5275 should only be set for the bibtex buffer.
5276
5277 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
5278
5279 * progmodes/compile.el: Deal with compilation-error-screen-columns
5280 being buffer-local.
5281
5282 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
5283
5284 * comint.el (comint-password-prompt-regexp): Allow "(again)".
5285
5286 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5287
5288 * cal-x.el (calendar-only-one-frame-setup): New function.
5289 * calendar.el (calendar): Call it if requested.
5290
5291 1999-06-24 Karl Heuer <kwzh@gnu.org>
5292
5293 * startup.el (iso-8859-n-locale-regexp): Doc fix.
5294
5295 1999-06-22 Richard M. Stallman <rms@gnu.org>
5296
5297 * mail/supercite.el (sc-emacs-features): Doc fix.
5298
5299 1999-06-22 Karl Heuer <kwzh@gnu.org>
5300
5301 * files.el (auto-mode-alist): Add pike-mode.
5302
5303 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
5304
5305 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
5306 last byte of a numeric field is a space or a NUL. Parse it as
5307 potentially part of the number. This is used by GNU tar
5308 1.12.64012 to handle larger values.
5309
5310 1999-06-20 Karl Heuer <kwzh@gnu.org>
5311
5312 * custom.el (custom-handle-keyword): Fix error message.
5313
5314 1999-06-18 Andrew Innes <andrewi@gnu.org>
5315
5316 * mail/smtpmail.el (smtpmail-send-it): Use
5317 convert-standard-filename to make file names for queued mail safe
5318 on Windows (`:' is invalid in file names on Windows).
5319
5320 1999-06-17 Kenichi Handa <handa@etl.go.jp>
5321
5322 * international/mule-cmds.el (describe-current-input-method):
5323 Current-input-method is string.
5324 (toggle-input-method): Docstring fixed.
5325
5326 * international/mule-diag.el
5327 (describe-current-coding-system-briefly): Fix format string.
5328
5329 * international/mule-util.el (coding-system-eol-type-mnemonic):
5330 Docstring modified. Return a string.
5331
5332 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
5333
5334 * sql.el (sql-input-ring-file-name): Doc fix.
5335
5336 1999-06-17 Richard M. Stallman <rms@gnu.org>
5337
5338 * calendar/cal-x.el (special-display-buffer-names):
5339 Don't put (get-file-buffer diary-file) on this list.
5340
5341 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
5342
5343 * play/mpuz.el (mpuz-try-proposal): Fix message call.
5344 Don't penalize player for certain impossible guesses.
5345
5346 1999-06-16 Andrew Innes <andrewi@gnu.org>
5347
5348 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
5349 return the string "Unk 0 0000" so at least it appears to be a
5350 valid timestamp to `dired-move-to-filename-regexp'.
5351
5352 1999-06-15 Ken'ichi Handa <handa@gnu.org>
5353
5354 * ps-print.el (ps-control-character): Fix previous change.
5355
5356 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5357
5358 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
5359 multiple output of the last message.
5360
5361 1999-06-14 Eli Zaretskii <eliz@gnu.org>
5362
5363 * term/internal.el (IT-display-table-setup): Do not remap \222 to
5364 the ASCII apostrophe, as most DOS codepages have some other glyph
5365 there.
5366
5367 1999-06-14 Ken'ichi Handa <handa@gnu.org>
5368
5369 * language/ethio-util.el (setup-ethiopic-environment-internal):
5370 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
5371 (exit-ethiopic-environment): Likewize.
5372
5373 1999-06-12 Richard M. Stallman <rms@gnu.org>
5374
5375 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
5376
5377 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5378
5379 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
5380 custom-initialize-default to avoid infinite loop.
5381 (crisp-mode): (defun) Call transient-mark-mode here, not when
5382 loading the file. Run crisp-mode-hook here, and run
5383 crisp-load-hook when loading the file.
5384
5385 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
5386 rmail-summary buffer, search for pattern in rmail-file.
5387
5388 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
5389
5390 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
5391
5392 * ps-print.el (ps-printer-name): Fix custom type.
5393
5394 1999-06-12 Reto Zimmermann <reto@synopsys.com>
5395
5396 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
5397 (vhdl-port-paste-generic-map): Fix indentation bug.
5398 (vhdl-port-paste-port-map): Fix indentation bug.
5399 (vhdl-scan-file-contents): Make scanning case insensitive.
5400
5401 1999-06-11 Richard M. Stallman <rms@gnu.org>
5402
5403 * files.el (write-file): When buffer is not already visiting a file,
5404 don't put buffer name in the minibuffer, just make it the default.
5405 Also handle just directory as arg usefully in that case.
5406
5407 * simple.el (sendmail-user-agent-compose):
5408 Ignore case when inserting the rest of the "other" headers.
5409
5410 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
5411
5412 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
5413 (info-lookup-interactive-arguments): Never insert the default
5414 into the minibuffer automatically.
5415
5416 * emacs-lisp/cl-extra.el (getf): Don't call get*.
5417
5418 1999-06-09 Richard M. Stallman <rms@gnu.org>
5419
5420 * simple.el (shell-command): Avoid printing "mark set" message.
5421
5422 1999-06-09 Dave Love <fx@gnu.org>
5423
5424 * progmodes/compile.el (compilation-error-regexp-alist): Allow
5425 digits in program name in first pattern.
5426
5427 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
5428
5429 * vc.el (vc-dired-mode): Don't match anything before the date in
5430 dired-move-to-filename-regexp.
5431
5432 1999-06-07 Ken'ichi Handa <handa@gnu.org>
5433
5434 * international/quail.el (quail-define-rules): Fix typo in
5435 docstring.
5436
5437 1999-06-05 Stephen Eglen <stephen@gnu.org>
5438
5439 * iswitchb.el (iswitchb-default-keybindings): Add
5440 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
5441 than when package is loaded.
5442
5443 1999-06-04 Richard M. Stallman <rms@gnu.org>
5444
5445 * startup.el (command-line): Don't set user-init-file directly;
5446 tell `load' to set it.
5447
5448 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
5449
5450 * simple.el (next-history-element):
5451 Handle minibuffer-text-before-history properly when reading sexps.
5452
5453 * disp-table.el (standard-display-european):
5454 For an interactive call by the user,
5455 don't set enable-multibyte-characters,
5456 and don't set the terminal coding system.
5457
5458 * textmodes/refbib.el: Don't print any messages or display
5459 a buffer when loading the library.
5460 (r2b-help): Doc fix.
5461 (r2b-help-message): Update the documentation.
5462 (r2b-load-quietly): Variable deleted.
5463 (r2b-convert-buffer): Doc fix.
5464
5465 1999-06-04 Dave Love <fx@gnu.org>
5466
5467 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
5468
5469 * auto-show.el: Don't change hooks on loading.
5470 (auto-show-mode): Autoload. Default to nil. Add :set &c.
5471 (auto-show-mode): Add to hooks here.
5472
5473 1999-06-04 Richard Sharman <rsharman@pobox.com>
5474
5475 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
5476 recursion on bogus input.
5477
5478 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
5479
5480 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
5481 does not select a buffer from the buffers menu, then the attached
5482 frame is not switched to anything.
5483
5484 1999-06-03 Ken'ichi Handa <handa@gnu.org>
5485
5486 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
5487 (viet-viscii-...->viet-vscii...).
5488
5489 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
5490
5491 1999-06-01 Dave Love <fx@gnu.org>
5492
5493 * progmodes/fortran.el: Add :link to defgroup.
5494 (fortran-blink-matching-if): Match ELSE statements too.
5495 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
5496 that filling is always done.
5497
5498 1999-05-31 Richard M. Stallman <rms@gnu.org>
5499
5500 * simple.el (append-next-kill): Use an arg to distinguish
5501 interactive calls from Lisp calls, rather than (interactive-p).
5502
5503 * international/iso-transl.el (iso-transl-language-alist):
5504 Interchange n and N.
5505
5506 1999-05-31 Dave Love <fx@gnu.org>
5507
5508 * msb.el Add to minor-mode-map-alist. Remove hook installation
5509 and keymap munging on load.
5510 (msb-mode): New option.
5511 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
5512 Doc fix.
5513 (msb-mode-map): New variable.
5514 (msb-mode): New command.
5515
5516 1999-05-31 Dave Love <fx@gnu.org>
5517
5518 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
5519 (ispell-complete-word-dict): Likewise.
5520
5521 1999-05-31 Eli Zaretskii <eliz@gnu.org>
5522
5523 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
5524 force the data buffer to be saved, even if the data didn't
5525 change, in case the write filter was modified. Restore the
5526 current record after read-file-filter finishes.
5527
5528 1999-05-29 Karl Heuer <kwzh@gnu.org>
5529
5530 * ispell4.el: Obsolete; file deleted.
5531
5532 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
5533
5534 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
5535 VALUE is a syntax table.
5536
5537 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
5538
5539 * simple.el (zap-to-char): Doc fix.
5540
5541 1999-05-27 Ken'ichi Handa <handa@gnu.org>
5542
5543 * isearch.el (isearch-quote-char): Don't assume character codes
5544 0200 - 0237 stand for characters in some single-byte character
5545 charset.
5546
5547 1999-05-27 Dave Love <fx@gnu.org>
5548
5549 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
5550
5551 1999-05-27 Andreas Schwab <schwab@gnu.org>
5552
5553 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
5554 headerline does not exist already.
5555
5556 1999-05-26 Richard Stallman <rms@gnu.org>
5557
5558 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5559 Avoid nested null-loops.
5560
5561 1999-05-26 Ken'ichi Handa <handa@gnu.org>
5562
5563 * international/characters.el: Typo fixed; prefered->preferred.
5564
5565 * international/mule-cmds.el (find-coding-systems-for-charsets):
5566 Typo fixed; prefered->preferred.
5567
5568 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
5569 method in read-event.
5570
5571 * international/mule.el (charset-info): Doc-string fixed.
5572
5573 1999-05-25 Ken'ichi Handa <handa@gnu.org>
5574
5575 * mail/smtpmail.el (smtpmail-send-it): Bind
5576 smtpmail-code-conv-from properly.
5577 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
5578 by smtpmail-code-conv-from.
5579
5580 1999-05-24 Richard Stallman <rms@gnu.org>
5581
5582 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
5583 Binding deleted also.
5584
5585 1999-05-24 Karl Heuer <kwzh@gnu.org>
5586
5587 * comint.el (comint-bol-or-process-mark): Doc fix.
5588
5589 1999-05-23 Dave Love <fx@gnu.org>
5590
5591 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
5592 Enter it on minor-mode-map-alist.
5593 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
5594 Autoload. Add custom setter.
5595 (crisp-mark-line): Doc fix.
5596 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
5597 (crisp-mode-hook): Define.
5598
5599 1999-05-23 Ken'ichi Handa <handa@gnu.org>
5600
5601 * files.el (recover-file): Recover buffer-file-coding-system.
5602
5603 1999-05-22 Richard Stallman <rms@gnu.org>
5604
5605 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
5606 regexp match the date, to avoid treating date as file size.
5607 Add YYYY S option to WESTERN/
5608
5609 * bookmark.el: Delete some XEmacs compatibility code.
5610 (bookmark-jump-noselect): Check vc-backend.
5611
5612 * subr.el (add-to-list): Doc fix.
5613
5614 1999-05-21 Stephen Eglen <stephen@gnu.org>
5615
5616 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
5617
5618 1999-05-18 Richard Stallman <rms@gnu.org>
5619
5620 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
5621 non-space after the @anchor command.
5622 (texinfo-format-var): Handle other nested constructs, using
5623 texinfo-parse-expanded-arg and texinfo-discard-command, not
5624 texinfo-parse-arg-discard.
5625
5626 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
5627 (debug): Bind and use debugger-outer-inhibit-redisplay.
5628 Bind inhibit-redisplay to nil.
5629 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
5630
5631 1999-05-17 Dave Love <fx@gnu.org>
5632
5633 * help.el (describe-function-1): Extra arg, interactive-p.
5634 (describe-key, describe-function): Use it.
5635
5636 1999-05-17 Karl Heuer <kwzh@gnu.org>
5637
5638 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
5639
5640 1999-05-16 Dave Love <fx@gnu.org>
5641
5642 * cus-start.el (all): Delete selective-display. Add scroll-margin,
5643 scroll-preserve-screen-position, scroll-conservatively.
5644
5645 1999-05-16 Dave Love <fx@gnu.org>
5646
5647 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
5648
5649 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
5650
5651 * progmodes/vhdl-mode.el: Completely revised and massively extended.
5652
5653 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
5654
5655 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
5656 magic number and is not associated with a file.
5657
5658 1999-05-14 Richard M. Stallman <rms@gnu.org>
5659
5660 * files.el (find-file-noselect-1): Fix previous change.
5661
5662 1999-05-14 Simon Marshall <simon@gnu.org>
5663
5664 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
5665
5666 1999-05-13 Ken'ichi Handa <handa@gnu.org>
5667
5668 * international/mule-diag.el (mule-diag): Change MULE to Mule in
5669 docstring.
5670
5671 * international/mule-cmds.el: Change MULE to Mule in docstrings
5672 and menus.
5673
5674 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
5675
5676 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
5677 to correctly reflect the value of BaseLineOffset in
5678 RelativeCompose. Now the value of RelativeCompose is an array of
5679 low and high positions.
5680 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
5681 RLC for the above change.
5682
5683 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
5684
5685 * comint.el (comint-password-prompt-regexp): Modified to match the
5686 output of ksu and ssh-add.
5687
5688 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
5689
5690 * language/korea-util.el (isearch-toggle-korean-input-method):
5691 Adjusted for the change of input method handling in isearch.el.
5692 (isearch-hangul-switch-symbol-ksc): Likewise.
5693 (isearch-hangul-switch-hanja): Likewise.
5694
5695 1999-05-10 Dave Love <fx@gnu.org>
5696
5697 * help.el (help-make-xrefs): Fix typo.
5698
5699 1999-05-10 Andreas Schwab <schwab@gnu.org>
5700
5701 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
5702 unibyte-display-via-language-environment.
5703
5704 * help.el (help-make-xrefs): Handle more cases when looking for
5705 commands in a keymap description.
5706
5707 1999-05-10 Eli Zaretskii <eliz@gnu.org>
5708
5709 * loadup.el: For ms-dos systems, load ccl and codepage.
5710
5711 1999-05-09 Ken'ichi Handa <handa@gnu.org>
5712
5713 * ps-print.el (ps-control-character): Call
5714 ps-mule-prepare-ascii-font to setup ASCII fonts.
5715
5716 * ps-mule.el (ps-mule-begin-job): Redo this change "if
5717 ps-multibyte-buffer is nil, use
5718 ps-mule-font-info-database-default."
5719
5720 1999-05-08 Ken Stevens <k.stevens@ieee.org>
5721
5722 * ispell.el (ispell-local-dictionary-alist): New variable for
5723 customizing local dictionaries not accessable by everyone.
5724 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
5725 (ispell-required-version): Changed format `(major minor
5726 revision)' to support general pattern matching.
5727 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
5728 skip region commented out due to incorrect skip potential in std latex.
5729 (ispell-word): Removed `when' macro. Fixed bug of not restoring
5730 cursor point on small words for calls from `ispell-minor-mode'.
5731 (check-ispell-version): Tests and accepts versions major.minor
5732 and above, with adjustments for interactions in 3.1.0-3.1.11.
5733 (ispell-get-line): No longer skips ispell process special characters.
5734 (ispell-comments-and-strings): Removed `when' macro call.
5735 (ispell-minor-check): Requires ispell-word to restore cursor point.
5736 (ispell-buffer-local-parsing): Supports checking comments only.
5737
5738 1999-05-08 Karl Heuer <kwzh@gnu.org>
5739
5740 * comint.el (comint-password-prompt-regexp): Fix last change to be
5741 more specific.
5742
5743 1999-05-07 Richard M. Stallman <rms@gnu.org>
5744
5745 * subr.el (with-temp-message): Fix the other call to message
5746 to use %s.
5747
5748 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
5749
5750 * gud.el (gud-format-command): "%F" means file sans extension.
5751 (jdb): Use %F, not %f, for gud-break.
5752
5753 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
5754
5755 * comint.el (comint-password-prompt-regexp): Modified so that it
5756 matches the output of kinit.
5757
5758 1999-05-06 Greg Stark <gsstark@mit.edu>
5759
5760 * timezone.el (timezone-parse-date): Recognize new format used in
5761 internet cookies.
5762
5763 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
5764
5765 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
5766
5767 1999-05-04 Andrew Innes <andrewi@gnu.org>
5768
5769 * time.el (display-time-update): Allow for wrap-around when
5770 checking against display-time-server-down-time.
5771
5772 1999-05-04 Ken'ichi Handa <handa@gnu.org>
5773
5774 * international/mule-diag.el (describe-coding-system): Fix English
5775 message.
5776
5777 1999-05-03 Jason Rumney <jasonr@altavista.net>
5778
5779 * term/w32-win.el: Change the x-charset-registry property for the
5780 Japanese charsets that are supported by Japanese Windows fonts.
5781
5782 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5783
5784 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
5785 diary-block diary entries for which the reminders and the diary
5786 entries can overlap.
5787
5788 1999-05-02 Jason Rumney <jasonr@altavista.net>
5789
5790 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
5791 matches the font selected in the dialog.
5792
5793 1999-05-02 Dave Love <fx@gnu.org>
5794
5795 * browse-url.el (browse-url-browser-function): Add :version.
5796
5797 * international/mule.el (auto-coding-alist): Add .tgz.
5798
5799 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
5800
5801 * international/codepage.el (cp-coding-system-for-codepage-1):
5802 Make the magnification parameter for the -dos encoder be 2.
5803
5804 1999-05-2 Andrew Innes <andrewi@gnu.org>
5805
5806 * term/w32-win.el (w32-drag-n-drop): Select file in window where
5807 it is dropped, rather than current window.
5808
5809 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
5810 after switching buffer, as case-fold-search is a buffer local
5811 variable.
5812
5813 * w32-fns.el (convert-standard-filename): Only convert directory
5814 separators to backslash if the interactive shell is one of the
5815 standard Windows shells that has DOS semantics.
5816
5817 * ls-lisp.el (ls-lisp-format-time): Trap errors from
5818 format-time-string, and return a suitable string to indicate the
5819 timestamp was invalid.
5820
5821 * hexl.el (hexlify-command): Apply shell-quote-argument after
5822 expanding hexl-program in case exec-directory contains a space.
5823 (dehexlify-command): Ditto.
5824
5825 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
5826 file extension regexps which aren't necessarily binary files.
5827 (direct-print-region-helper): Use subst-char-in-string instead of
5828 binding directory-sep-char to convert filenames to DOS syntax.
5829 (direct-print-region-use-command-dot-com): New variable.
5830 (direct-print-region-helper): Use it to control whether to invoked
5831 command.com to print on Windows 9x.
5832
5833 * browse-url.el (browse-url-browser-function): Default to
5834 browse-url-default-windows-browser on windows-nt.
5835 (browse-url-default-windows-browser): New function.
5836
5837 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5838
5839 * forms.el (forms-mode): Don't call forms-first-record or
5840 forms-last-record if the data file has zero records.
5841
5842 1999-04-29 Richard M. Stallman <rms@gnu.org>
5843
5844 * files.el (find-file-noselect-1): If buffer-file-name has changed
5845 after find-file-not-found-hooks runs, recompute the truename.
5846 And don't use FILENAME after that point.
5847
5848 1999-04-27 Dave Love <fx@gnu.org>
5849
5850 * paren.el (show-paren-mode)
5851 * which-func.el (which-func-mode-global)
5852 * type-break.el (type-break-mode)
5853 * time.el (display-time-mode)
5854 * rsz-mini.el (resize-minibuffer-mode)
5855 * mouse-sel.el (mouse-sel-mode)
5856 * icomplete.el (icomplete-mode)
5857 * hscroll.el (hscroll-global-mode)
5858 * help.el (temp-buffer-resize-mode)
5859 * font-lock.el (global-font-lock-mode)
5860 * delsel.el (delete-selection-mode)
5861 * avoid.el (mouse-avoidance-mode)
5862 * autoinsert.el (auto-insert-mode)
5863 * winner.el (winner-mode): Doc fix.
5864
5865 1999-04-26 Karl Heuer <kwzh@gnu.org>
5866
5867 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
5868 the same whitespace that was ignored in choosing the subject string.
5869
5870 1999-04-26 Richard M. Stallman <rms@gnu.org>
5871
5872 * info.el (Info-find-node): Position properly after finding anchor.
5873
5874 * cus-start.el (all): Handle unibyte-display-via-language-environment.
5875
5876 * simple.el (indent-new-comment-line): Fix previous change.
5877
5878 * complete.el: Delete the wildcard expansion feature
5879 since that is now standard in find-file.
5880 (PC-try-load-many-files): Function deleted.
5881 (PC-after-load-many-files): Function deleted.
5882 (PC-many-files-list): Variable deleted.
5883 (PC-disable-wildcards): Variable deleted.
5884 (partial-completion-mode): Don't enable the wildcard feature.
5885
5886 * complete.el (PC-look-for-include-file): Don't set global variables
5887 `error', `buf' and `filename' here.
5888
5889 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
5890
5891 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
5892
5893 * textmodes/outline.el (outline-regexp): Doc fix.
5894
5895 1999-04-26 John Wiegley <johnw@borland.com>
5896
5897 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5898 C++Builder 4.0 error message syntax.
5899
5900 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
5901
5902 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
5903 supported, use find -exec.
5904
5905 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
5906
5907 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
5908 coding-system-for-write, to avoid hanging when non-interactive.
5909
5910 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
5911
5912 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
5913 start with a newline.
5914
5915 1999-04-13 Ken'ichi Handa <handa@gnu.org>
5916
5917 * international/mule-conf.el (x-ctext): New coding system.
5918
5919 1999-04-12 Richard M. Stallman <rms@gnu.org>
5920
5921 * international/mule-cmds.el (input-method-function):
5922 Add permanent-local property.
5923
5924 1999-04-12 Dave Love <fx@gnu.org>
5925
5926 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
5927 change to use jka-compr-byte-compiler-base-file-name.
5928
5929 * supercite.el (sc-scan-info-alist): Revert last change.
5930 (sc-attrib-selection-list): Fix :type here instead.
5931
5932 1999-04-11 Eli Zaretskii <eliz@gnu.org>
5933
5934 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
5935 in the list of case-insensitive filesystems.
5936
5937 1999-04-09 Kenichi Handa <handa@etl.go.jp>
5938
5939 * international/fontset.el (create-fontset-from-fontset-spec):
5940 Don't register duplicated alias fontset names.
5941
5942 1999-04-08 Richard Stallman <rms@gnu.org>
5943
5944 * international/mule.el (auto-coding-alist-lookup): New function.
5945 (set-auto-coding): Use auto-coding-alist-lookup.
5946
5947 * jka-compr.el (jka-compr-insert-file-contents):
5948 Use auto-coding-alist-lookup to check for files that
5949 should not have eol conversion, in the unibyte case.
5950
5951 1999-04-07 Dave Love <fx@gnu.org>
5952
5953 * help.el (describe-variable): Check custom-loads property as well
5954 as custom-type.
5955
5956 * abbrev.el (abbrev-mode): Customizing sets the default value.
5957
5958 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
5959
5960 * vc.el (vc-backend-revert): For CVS files that were made
5961 writeable with "cvs edit", call "cvs unedit" to undo that.
5962
5963 1999-04-08 Dave Love <fx@gnu.org>
5964
5965 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
5966 more.
5967 (sc-emacs-features): Recognize Emacs 20.
5968 (sc-read-string): Use history arg.
5969 (sc-scan-info-alist): Check for rtnvalue a cons.
5970
5971 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
5972
5973 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
5974 coding system to encode the message by
5975 select-message-coding-system.
5976
5977 1999-04-07 Richard Stallman <rms@gnu.org>
5978
5979 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
5980
5981 * winner.el: Reorder definitions.
5982
5983 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
5984
5985 * mail/rmail.el (rmail-decode-babyl-format):
5986 Undo previous change.
5987
5988 1999-04-06 Richard Stallman <rms@gnu.org>
5989
5990 * info.el (Info-find-node): Check for an anchor at the
5991 proper place, before reading an indirect file.
5992
5993 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
5994
5995 * jka-compr.el (jka-compr-insert-file-contents):
5996 Use raw-text-unix when we want no conversion.
5997
5998 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
5999
6000 * timezone.el (timezone-parse-date): Corrected regexp for
6001 style (5) date format so that tenths of seconds are optional.
6002
6003 1999-04-05 Eli Zaretskii <eliz@gnu.org>
6004
6005 * term/internal.el (dos-cpNNN-setup): New function, with the guts
6006 of dos-codepage-setup.
6007 (cjk-codepages-alist): New variable, an alist of Far-Eastern
6008 codepages for which there's no need to set up cpNNN coding
6009 systems.
6010 (dos-codepage-setup): Support Far-Eastern DOS terminals.
6011
6012 1999-04-05 Richard Stallman <rms@gnu.org>
6013
6014 * mail/rmail.el (rmail-ignored-headers): Doc fix.
6015
6016 1999-04-02 Richard Stallman <rms@gnu.org>
6017
6018 * progmodes/compile.el (compilation-handle-exit): Do right thing
6019 if (car status) doesn't end in a newline.
6020
6021 1999-04-01 Dave Love <fx@gnu.org>
6022
6023 * progmodes/sql.el (SQL): Add defgroup :version.
6024
6025 1999-03-31 Richard M. Stallman <rms@gnu.org>
6026
6027 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
6028 buffer-file-coding-system. If the coding system used is raw-text,
6029 etc., make the *Compiler Input* buffer unibyte.
6030
6031 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
6032
6033 * loadup.el: Don't write the fns-...el file if not dumping.
6034
6035 1999-03-31 Dave Love <fx@gnu.org>
6036
6037 * snmp-mode.el (snmp): Fix defgroup :version.
6038
6039 * hilit-chg.el (highlight-changes): Add defgroup :version.
6040
6041 1999-03-31 Andreas Schwab <schwab@gnu.org>
6042
6043 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
6044 the gnus-save-hidden-threads macro.
6045
6046 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
6047
6048 * faces.el (face-set-after-frame-default): Obey the
6049 `customized-face' for new faces.
6050
6051 1999-03-30 Dave Love <fx@gnu.org>
6052
6053 * international/mule-cmds.el (current-language-environment): Doc fix.
6054 * abbrev.el (abbrev-mode): Doc fix.
6055 * autoinsert.el (auto-insert-mode): Doc fix.
6056 * complete.el (partial-completion-mode): Doc fix.
6057 * avoid.el (mouse-avoidance-mode): Doc fix.
6058 * delsel.el (delete-selection-mode): Doc fix.
6059 * font-lock.el (global-font-lock-mode): Doc fix.
6060 * help.el (temp-buffer-resize-mode): Doc fix.
6061 * hscroll.el (hscroll-global-mode): Doc fix.
6062 * icomplete.el (icomplete-mode): Doc fix.
6063 * mouse-sel.el (mouse-sel-mode): Doc fix.
6064 * paren.el (show-paren-mode): Doc fix.
6065 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
6066 * time.el (display-time-mode): Doc fix.
6067 * type-break.el (type-break-mode): Doc fix.
6068 * which-func.el (which-func-mode-global): Doc fix.
6069 * winner.el (winner-mode): Doc fix.
6070
6071 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
6072
6073 * wid-edit.el (widget-before-change): Signal text-read-only rather
6074 than an ordinary error.
6075
6076 1999-03-30 Richard M. Stallman <rms@gnu.org>
6077
6078 * repeat.el: Don't require advice.
6079 (repeat): Do function-indirection in check for kbd macro.
6080 In self-insert case, use the *last* char in INSERTION.
6081
6082 1999-03-30 Karl Heuer <kwzh@gnu.org>
6083
6084 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
6085
6086 1999-03-29 Andreas Schwab <schwab@gnu.org>
6087
6088 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
6089 comint-input-filter-functions. Make variables related to shell
6090 directory tracking local.
6091
6092 1999-03-26 Andreas Schwab <schwab@gnu.org>
6093
6094 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
6095
6096 * simple.el (shell-command-on-region): Cope with exit-status being
6097 nil, which happens if call-process-region was interrupted.
6098
6099 1999-03-26 Richard M. Stallman <rms@gnu.org>
6100
6101 * simple.el (indent-new-comment-line): Handle use at a point
6102 after a comment-end. Handle multiple comments.
6103
6104 * mail/rmail.el (rmail-decode-babyl-format):
6105 To prevent locking, bind buffer-file-name to nil.
6106
6107 1999-03-26 Karl Fogel <kfogel@red-bean.com>
6108
6109 * mail-hist.el (mail-hist-current-header-name): Don't make
6110 off-by-one-error when determining if in message body.
6111
6112 1999-03-25 Andrew Innes <andrewi@gnu.org>
6113
6114 * w32-fns.el (set-default-process-coding-system): Copied from
6115 dos-w32.el, but modified to use Unix line endings for process
6116 input, and to add a suitable entry to process-coding-system-alist
6117 for DOS shells.
6118
6119 * dos-fns.el (set-default-process-coding-system): Copied from
6120 dos-w32.el.
6121
6122 * dos-w32.el (set-default-process-coding-system): Move function to
6123 dos-fns.el; a different version is used in w32-fns.el.
6124
6125 1999-03-24 Dave Love <fx@gnu.org>
6126
6127 * info.el (Info-directory-list): Revert change to re-writing
6128 Info-default-directory-list, but put `alternative' first.
6129 (Info-insert-dir): Modify selecting the top dir file as a consequence.
6130
6131 1999-03-23 Simon Marshall <simon@gnu.org>
6132
6133 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
6134 on the line by itself.
6135 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
6136 it is not in a declarative context.
6137
6138 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
6139
6140 * cus-edit.el (custom-variable-prompt): Allow customization of
6141 autoloaded symbols.
6142
6143 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
6144
6145 * simple.el (what-cursor-position): Don't cause error when point
6146 is at invalid multibyte sequence.
6147
6148 1999-03-21 Karl Heuer <kwzh@gnu.org>
6149
6150 * complete.el (partial-completion-mode): Doc fix.
6151
6152 1999-03-19 Richard M. Stallman <rms@gnu.org>
6153
6154 * progmodes/cplus-md.el (old-c++): Remove :group.
6155
6156 * progmodes/c-mode.el (old-c): Remove :group.
6157
6158 1999-03-18 Simon Marshall <simon@gnu.org>
6159
6160 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
6161 (java-font-lock-keywords-2): Added "strictfp" keyword.
6162
6163 1999-03-17 Jason Rumney <jasonr@altavista.net>
6164
6165 * w32-fns.el (set-w32-system-coding-system) New function.
6166 (w32-system-coding-system) Initialize to 'iso-latin-1.
6167
6168 1999-03-17 Eli Zaretskii <eliz@gnu.org>
6169
6170 * international/mule-cmds.el (set-language-environment): Fix
6171 previous change: don't use dos-codepage when unbound.
6172
6173 1999-03-17 Karl Heuer <kwzh@gnu.org>
6174
6175 * calendar/appt.el (appt-make-list): Fix previous change.
6176
6177 1999-03-16 Richard M. Stallman <rms@gnu.org>
6178
6179 * window.el (shrink-window-if-larger-than-buffer):
6180 Don't try to redisplay with the cursor at the end
6181 on its own line--that would force a scroll and spoil things.
6182
6183 1999-03-16 Eli Zaretskii <eliz@gnu.org>
6184
6185 * international/mule-cmds.el (set-language-environment): Don't use
6186 cpNNN-nonascii-translation-table if it is unbound.
6187
6188 * term/internal.el (dos-codepage-setup): Compute the unibyte
6189 syntax table and bind unibyte-display-via-language-environment
6190 here, rather than at top level, so that resetting to unibyte in
6191 .emacs works as expected.
6192
6193 1999-03-15 Simon Marshall <simon@gnu.org>
6194
6195 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
6196
6197 1999-03-14 Milan Zamazal <pdm@pvt.net>
6198
6199 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
6200
6201 1999-03-14 Kenichi Handa <handa@etl.go.jp>
6202
6203 * international/mule-util.el (detect-coding-with-priority):
6204 Restore the internal database.
6205
6206 1999-03-14 Stephen Eglen <stephen@gnu.org>
6207
6208 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
6209 if mail-from-style has invalid value.
6210
6211 1999-03-12 Karl Heuer <kwzh@gnu.org>
6212
6213 * vc.el (vc-delete-logbuf-window): New var.
6214 (vc-finish-logentry): Use it.
6215
6216 1999-03-12 Richard M. Stallman <rms@gnu.org>
6217
6218 * startup.el (command-line-1): Improve startup msg.
6219
6220 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
6221
6222 * speedbar.el: Added commentary about stealthy functions.
6223 (speedbar-message) new function.
6224 (speedbar-y-or-n-p): New function
6225 (speedbar-with-attached-buffer) Moved macro before reference.
6226 Now uses `save-selected-window'.
6227 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
6228 speedbar-generic-item-info, speedbar-item-info-file-helper,
6229 speedbar-item-delete, speedbar-insert-generic-list,
6230 speedbar-timer-fn, speedbar-check-vc-this-line,
6231 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
6232 speedbar-buffers-item-info) Use speedbar-message.
6233 (speedbar-item-info) Limit `message-log-max'.
6234 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
6235 speedbar-item-delete, speedbar-item-object-delete,
6236 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
6237
6238 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
6239
6240 * server.el (server-start): Set coding system for the server
6241 process to raw-text.
6242 (server-process-filter): Decode file names if necessary.
6243
6244 1999-03-12 Dave Love <fx@gnu.org>
6245
6246 * textmodes/fill.el (sentence-end-double-space): Doc fix.
6247
6248 * textmodes/paragraphs.el (sentence-end): Doc fix.
6249
6250 1999-03-11 Karl Heuer <kwzh@gnu.org>
6251
6252 * comint.el (comint-password-prompt-regexp): Accept "login password:"
6253
6254 1999-03-09 Karl Heuer <kwzh@gnu.org>
6255
6256 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
6257 (ispell-dictionary-alist-2): Likewise.
6258 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
6259 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
6260 (ispell-dictionary-alist): Build from six pieces, not just two.
6261
6262 * ps-bdf.el (bdf-directory-list): Doc fix.
6263
6264 * enriched.el (enriched-mode): Make var permanent-local.
6265
6266 1999-03-09 Dave Love <fx@gnu.org>
6267
6268 * textmodes/sgml-mode.el (html-mode): Use
6269 sentence-end-double-space when setting sentence-end.
6270
6271 1999-03-09 Ken'ichi Handa <handa@gnu.org>
6272
6273 * language/thai.el (tis-620): New alias coding system for thai-tis620.
6274
6275 1999-03-08 Felix Lee <flee@cygnus.com>
6276
6277 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
6278
6279 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
6280
6281 1999-03-08 Karl Heuer <kwzh@gnu.org>
6282
6283 * dired-aux.el (dired-do-copy-regexp): Doc fix.
6284 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
6285
6286 * dired.el (dired-do-copy-regexp): Doc fix.
6287 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
6288
6289 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
6290
6291 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
6292
6293 1999-03-08 Jason Rumney <jasonr@altavista.net>
6294
6295 * international/codepage.el (cp1250-decode-table)
6296 (cp1251-decode-table, cp1253-decode-table)
6297 (cp1257-decode-table): New translation tables for MS Windows codepages.
6298 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
6299
6300 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
6301
6302 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
6303
6304 1999-03-07 Eli Zaretskii <eliz@gnu.org>
6305
6306 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
6307
6308 * term/internal.el (top level): Display character 255 as 8bit as well.
6309
6310 1999-03-06 Dave Love <fx@gnu.org>
6311
6312 * progmodes/cc-cmds.el (c-outline-level): Bind
6313 buffer-invisibility-spec.
6314
6315 * progmodes/c-mode.el (c-outline-level): Likewise.
6316
6317 * progmodes/ada-mode.el (ada-outline-level): Likewise.
6318
6319 1999-03-05 Felix Lee <flee@cygnus.com>
6320
6321 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
6322
6323 1999-03-05 Richard M. Stallman <rms@gnu.org>
6324
6325 * bindings.el (complete-symbol): Invert meaning of prefix arg.
6326
6327 1999-03-05 Andrew Innes <andrewi@gnu.org>
6328
6329 * w32-fns.el (convert-standard-filename): Convert directory
6330 separators to Windows format.
6331
6332 1999-03-05 Andreas Schwab <schwab@gnu.org>
6333
6334 * international/skkdic-cnv.el: Provide skkdic-cnv.
6335 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
6336 (batch-skkdic-convert): Doc fix.
6337
6338 1999-03-04 Dave Love <fx@gnu.org>
6339
6340 * custom.el (custom-set-variables): Protect against setter errors.
6341
6342 1999-03-04 Eli Zaretskii <eliz@gnu.org>
6343
6344 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
6345 the file sizes from overflowing.
6346 (ls-lisp-format): If file size is a float, use %8.0f to print it.
6347 Under -s, print the size in blocks with %4.0f, in case they have
6348 a *really* huge file.
6349
6350 1999-03-03 Dave Love <fx@gnu.org>
6351
6352 * options.el (edit-options): Doc fix.
6353 (list-options): Don't lose with unbound symbols. Maintain
6354 Edit-options-mode.
6355
6356 1999-03-01 Dave Love <fx@gnu.org>
6357
6358 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
6359
6360 1999-02-28 Richard M. Stallman <rms@gnu.org>
6361
6362 * ispell.el (ispell-dictionary-alist-override): New variable.
6363 (ispell-dictionary-alist): Don't setq it,
6364 if ispell-dictionary-alist-override is set.
6365
6366 * simple.el (shell-command-default-error-buffer): Renamed from
6367 shell-command-on-region-default-error-buffer.
6368 (shell-command-on-region): Mention in echo area when there
6369 is some error output. Mention success or failure, too.
6370 Accumulate multiple error outputs
6371 going forward, with formfeed in between. Display the error buffer
6372 when we have put something in it.
6373 (shell-command): Add the ERROR-BUFFER argument feature.
6374
6375 1999-02-28 Karl Heuer <kwzh@gnu.org>
6376
6377 * mail/mh-utils.el (mh-lib): Doc fix.
6378 (mh-lib-progs, mh-nmh-p): New vars.
6379 (mh-find-progs): Set mh-lib-progs along with other vars.
6380 (mh-path-search): New arg FUNC-P; if specified, use that instead
6381 of mh-file-command-p.
6382 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
6383
6384 * mail/mh-comp.el (mh-repl-formfile): New var.
6385 (mh-smail-batch): Don't ignore all arguments.
6386 (mh-reply): Do the right thing when using nmh.
6387
6388 1999-02-27 Kenichi Handa <handa@etl.go.jp>
6389
6390 * international/mule-cmds.el (select-safe-coding-system): Be sure
6391 to show a buffer being decoded.
6392
6393 1999-02-26 Ken'ichi Handa <handa@gnu.org>
6394
6395 * ps-bdf.el (bdf-directory-list): Initialize it to
6396 '("/usr/local/share/emacs/fonts/bdf").
6397
6398 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6399
6400 * ps-print.el: PostScript programming fix.
6401 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
6402 setpagedevice operator).
6403
6404 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6405
6406 * ps-print.el: Doc fix, font size specifies landscape and portrait
6407 sizes.
6408 (ps-print-version): New version number (4.1.4).
6409 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
6410 Specifies landscape and portrait sizes.
6411 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
6412 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
6413 fix.
6414 (ps-get-font-size): New fun.
6415 (ps-font-size-internal, ps-header-font-size-internal)
6416 (ps-header-title-font-size-internal): New vars.
6417
6418 * ps-mule.el: Change of ps-print font size variable name.
6419 (ps-mule-generate-font): Fun fix.
6420 (ps-mule-begin-job): Programming uniformization.
6421
6422 1999-02-25 Dave Love <fx@gnu.org>
6423
6424 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
6425 (help-make-xrefs): Do Info case first.
6426
6427 * repeat.el: Don't require advice.
6428 (repeat-last-kill-command): Variable deleted.
6429
6430 1999-02-25 Richard Stallman <rms@gnu.org>
6431
6432 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
6433 case just because the current buffer is the output buffer.
6434
6435 1999-02-25 Kenichi Handa <handa@etl.go.jp>
6436
6437 * simple.el (what-cursor-position): To show the character's
6438 encoding, use encoded-string-description instead of information
6439 of chaset-origin-alist.
6440
6441 * international/mule-cmds.el (iso-2022-control-alist): New variable.
6442 (encoded-code-description): New function.
6443 (encoded-string-description): New function.
6444 (encode-coding-char): New function.
6445
6446 1999-02-25 Andrew Innes <andrewi@gnu.org>
6447
6448 * startup.el (command-line) [windows-nt]: Fix typo in regexp
6449 checking for .emacs[.el[c]].
6450
6451 1999-02-24 Richard Stallman <rms@gnu.org>
6452
6453 * help.el (describe-function-1): Don't print a whole lambda-function.
6454
6455 1999-02-23 Ken'ichi Handa <handa@gnu.org>
6456
6457 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
6458 inputting ?\240.
6459
6460 1999-02-23 Karl Heuer <kwzh@gnu.org>
6461
6462 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
6463
6464 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
6465 (clean-buffer-list-kill-buffer-names): Doc fix.
6466
6467 * gud.el (gud-jdb-massage-args): Spelling fix.
6468
6469 1999-02-23 Richard M. Stallman <rms@gnu.org>
6470
6471 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
6472
6473 1999-02-22 Eli Zaretskii <eliz@gnu.org>
6474
6475 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
6476 excursion while calling set-auto-coding-function.
6477
6478 * play/handwrite.el (handwrite): Require ps-print, and use
6479 ps-printer-name and ps-lpr-command. Call ps-print-region-function
6480 if it's defined, instead of forking ps-lpr-command unconditionally.
6481
6482 1999-02-22 Kenichi Handa <handa@etl.go.jp>
6483
6484 * international/codepage.el (cp-coding-system-for-codepage-1): Put
6485 charset-origin-alist property to a coding system for the codepage.
6486
6487 * international/mule.el: Modify comment for charset-origin-alist
6488 property of a coding system.
6489
6490 * simple.el (what-cursor-position): charset-origin-alist property
6491 of a coding system may be a translation table or a symbol of which
6492 `translation-table' property is a translation table.
6493
6494 1999-02-21 Richard Stallman <rms@gnu.org>
6495
6496 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
6497 to the "html" template.
6498
6499 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
6500
6501 * dirtrack.el (dirtrack): Added docstring. Now returns input.
6502
6503 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
6504
6505 * dirtrack.el (dirtrack): Check for the prompt in the input string
6506 instead of the buffer.
6507
6508 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
6509
6510 * sql.el: Set version to 1.4.1. Changed mail address to
6511 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
6512 (sql-input-ring-separator): Doc fix.
6513 (sql-mode-syntax-table): double-dash starts comments is defined as
6514 ". 56" instead of ". 12b" for XEmacs.
6515 (sql-stop, sql-interactive-mode): Doc fixes.
6516 (sql-postgres): Queries for database and server, not just one.
6517 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
6518
6519 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
6520 changed. This is needed for master.el to work.
6521 (sql-set-sqli-buffer): Use the new hook.
6522
6523 * sql.el (sql-make-alternate-buffer-name): Function that sets
6524 sql-alternate-buffer-name.
6525 (sql-alternate-buffer-name): Possible name of SQLi buffers.
6526 (sql-interactive-mode): Set sql-alternate-buffer-name.
6527 (sql-rename-buffer): New command.
6528 (sql-interactive-mode-menu): Menu for SQLi buffers.
6529
6530 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
6531 and sql-input-ring-file-name are used to temporarily set
6532 comint-input-ring-file-name and comint-input-ring-separator when
6533 reading and writing input history files.
6534
6535 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
6536 (sql-input-ring-file-name): New variable with customization.
6537 (sql-input-ring-separator): New variable with customization.
6538 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
6539 Callers changed.
6540 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
6541 now includes the name of the current buffer.
6542
6543 (sql-mode): Set paragraph-separate and paragraph-start so that
6544 sql-send-paragraph sends the entire SQL statements, even if it
6545 contains indented lines.
6546
6547 1999-02-18 Dave Love <fx@gnu.org>
6548
6549 * format.el (format-encode-run-method, format-decode-run-method):
6550 Fix previous change.
6551
6552 1999-02-18 Ken'ichi Handa <handa@gnu.org>
6553
6554 * international/mule.el (coding-system-list): Moved here from
6555 mule-util.el to avoid autoloading mule-util by the call of
6556 select-safe-coding-system.
6557
6558 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
6559
6560 * simple.el (turn-on-auto-fill): Mark it as an option for
6561 `text-mode-hook'.
6562
6563 1999-02-17 Richard Stallman <rms@gnu.org>
6564
6565 * emacs-lisp/easymenu.el (easy-menu-get-map):
6566 Don't crash if (current-local-map) is nil.
6567
6568 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
6569
6570 * filecache.el (file-cache-filter-regexps): Added .class.
6571
6572 1999-02-17 Ken'ichi Handa <handa@gnu.org>
6573
6574 * international/mule-util.el (decompose-region): Use
6575 insert-buffer-substring instead of insert-buffer to avoid putting
6576 mark.
6577
6578 1999-02-17 Andreas Schwab <schwab@gnu.org>
6579
6580 * calendar/cal-move.el (scroll-calendar-left): Don't set
6581 displayed-month and displayed-year here, let generate-calendar do
6582 it, after range checking.
6583
6584 1999-02-17 Simon Marshall <simon@gnu.org>
6585
6586 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
6587
6588 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
6589 correctly between an object declared via a constructor and a method.
6590 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
6591 (java-font-lock-keywords-1): Fontify package names individually.
6592 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
6593 (java-font-lock-keywords-2): Simplify type fontification.
6594 (java-font-lock-keywords-3): Likewise.
6595
6596 1999-02-17 Kenichi Handa <handa@etl.go.jp>
6597
6598 * language/japanese.el (iso-2022-jp-2): New coding system.
6599 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
6600
6601 1999-02-16 Dave Love <fx@gnu.org>
6602
6603 * help.el (describe-function-1): Accept non-symbols.
6604
6605 1999-02-16 Paul Eggert <eggert@twinsun.com>
6606
6607 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
6608 find the last match if there are multiple matches.
6609
6610 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6611
6612 * tex-mode.el (tex-run-command, latex-run-command)
6613 (slitex-run-command, tex-command): Doc changes.
6614 (tex-start-options-string): Autoload it. Doc change. Provide
6615 a menu for customization. Allow nil. Quote backslashes only once.
6616 (tex-start-tex): Handle nil value of tex-start-options-string
6617 and apply shell-quote-argument to it.
6618
6619 1999-02-16 Eli Zaretskii <eliz@gnu.org>
6620
6621 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
6622 the size in blocks, since it can be a float.
6623 (ls-lisp-format): Likewise
6624
6625 1999-02-16 Ken'ichi Handa <handa@gnu.org>
6626
6627 * language/japanese.el (japanese-shift-jis): Add
6628 charset-origin-alist property.
6629
6630 1999-02-15 Richard Stallman <rms@gnu.org>
6631
6632 * progmodes/compile.el (compile-internal): Use save-selected-window.
6633
6634 * subr.el (momentary-string-display): Bind inhibit-read-only.
6635
6636 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
6637
6638 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
6639
6640 * mail/rmail.el (rmail-show-message): If an unseen message has a
6641 Summary-line in its header, get past one more line before looking
6642 for the X-Coding-System header.
6643
6644 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
6645
6646 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
6647 explicitly to accomodate Windows 9X lack of a useful copy program.
6648
6649 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
6650
6651 * wid-edit.el (widget-choice-value-create): Use `equal'
6652 instead of `eq'.
6653
6654 1999-02-14 Richard Stallman <rms@gnu.org>
6655
6656 * international/iso-transl.el:
6657 (iso-transl-ae): Renamed from iso-transl-e-slash.
6658 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
6659 (iso-transl-AE): Renamed from iso-transl-E-slash.
6660 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
6661 (iso-transl-char-map): Related changes.
6662
6663 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
6664
6665 1999-02-13 Richard Stallman <rms@gnu.org>
6666
6667 * textmodes/texinfmt.el (texinfo-alias): New function.
6668 (texinfo-fold-nodename-case): Add defvar.
6669 (texinfo-format-node): Do case folding if specified.
6670
6671 * ffap.el (ffap-file-at-point): Test local file names
6672 immediately. Strip off line numbers.
6673
6674 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
6675
6676 * sql.el: Set version to 1.3.2
6677 (sql-solid-program): Added support for solid.
6678 (sql-help): Doc mentions sql-solid.
6679 (sql-solid): Entry function for Solid.
6680 (sql-buffer): Doc explains the use of the variable and how to
6681 change it.
6682 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
6683 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
6684 disabled if sql-buffer doesn't have a process; sql-send-paragraph
6685 is new.
6686 (sql-show-sqli-buffer): New function to display the value of
6687 sql-buffer.
6688 (sql-change-sqli-buffer): New function to change sql-buffer.
6689 (sql-mode): Doc explains how to change sql-buffer.
6690 (sql-send-paragraph): New function to send a paragraph.
6691 (sql-mode-map): Added keybinding for sql-send-paragraph.
6692 (sql-mysql): Doc corrected.
6693 (sql-ms): Doc corrected.
6694
6695 * sql.el (sql-server): Doc fix.
6696 (sql-mysql): Added the use of sql-server to specify the host,
6697 sql-database now specifies database instead of host.
6698 (sql-mode-menu): Send... menu items are only active if sql-buffer
6699 is non-nil.
6700 (sql-help): Changed tag of entry functions a bit.
6701
6702 * sql.el: Added keywords from `finder-by-keyword'.
6703 (sql-mode): Made sql-buffer a local variable, changed the
6704 documentation: removed instructions to add *.sql files to
6705 auto-mode-alist, added documentation for having mutliple SQL
6706 buffers sending their stuff to different SQLi buffers, each
6707 running a different process.
6708 (sql-postgres): Quoted *SQL* in doc string.
6709 (sql-ms): Likewise.
6710 (sql-ingres): Likewise.
6711 (sql-ingres): Quoted *SQL* in doc string, added references to
6712 sql-user and sql-password used during login.
6713 (sql-sybase): Quoted *SQL* in doc string, added comma.
6714 (sql-oracle): Likewise.
6715 (sql-interactive-mode): Added extensive documentation for having
6716 mutliple SQL buffers sending their stuff to different SQLi
6717 buffers, each running a different process.
6718 (sql-buffer): Changed doc from *SQL* to SQLi.
6719 (sql-get-login): Doc fix.
6720
6721 1999-02-12 Ken'ichi Handa <handa@gnu.org>
6722
6723 * international/mule-conf.el (undecided): Set ascii in
6724 safe-charsets property.
6725
6726 1999-02-12 Richard Stallman <rms@gnu.org>
6727
6728 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
6729
6730 1999-02-12 Ken'ichi Handa <handa@gnu.org>
6731
6732 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
6733 value to ps-mule-font-info-database-latin.
6734
6735 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
6736
6737 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
6738 (ps-mule-font-info-database-default): New variable.
6739 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
6740 ps-mule-font-info-database-default.
6741
6742 1999-02-12 Dave Love <fx@gnu.org>
6743
6744 * timezone.el (timezone-make-date-sortable)
6745 (timezone-make-date-arpa-standard): Doc fix.
6746
6747 1999-02-12 Ken'ichi Handa <handa@gnu.org>
6748
6749 * international/quail.el (quail-show-kbd-layout): Bind
6750 blink-matching-paren to nil.
6751
6752 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
6753 for ASCII and Latin-1.
6754
6755 1999-02-12 Andreas Schwab <schwab@gnu.org>
6756
6757 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
6758
6759 1999-02-12 Kenichi Handa <handa@etl.go.jp>
6760
6761 * international/mule-cmds.el (language-info-alist): Remove
6762 description about charset-origin-alist.
6763
6764 * international/mule.el: Comment added for a new coding system
6765 property `charset-origin-alit'.
6766 (make-translation-table): This variable deleted.
6767
6768 * language/chinese.el (chinese-big5): Add charset-origin-alist
6769 property.
6770 ("Chinese-CNS"): Remove charset-origin-alist property.
6771
6772 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
6773 property.
6774 (cyrillic-alternativnyj): Likewise.
6775 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
6776 ("Cyrillic-ALT"): Likewise.
6777
6778 * language/vietnamese.el (vietnamese-viqr): Add
6779 charset-origin-alist property.
6780 ("Vietnamese"): Remove charset-origin-alist property.
6781
6782 * simple.el (what-cursor-position): Don't use the varialbe
6783 charset-origin-alist, but use charset-origin-alist property of
6784 buffer-file-coding-system to decide external character set code.
6785
6786 1999-02-10 Richard Stallman <rms@gnu.org>
6787
6788 * shadowfile.el: Don't turn on the mode when the file is loaded.
6789
6790 1999-02-09 Richard Stallman <rms@gnu.org>
6791
6792 * progmodes/compile.el (compile-auto-highlight): Customize.
6793
6794 * add-log.el (add-log-file-name-function): New variable.
6795 (add-change-log-entry): Call that function, if non-nil.
6796
6797 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
6798
6799 * rmail.el (rmail-search): Track match with a marker, not an integer.
6800
6801 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6802
6803 * progmodes/compile.el (compilation-setup): Set value of
6804 compilation-directory-stack as in compilation-forget-errors.
6805 (compile-reinitialize-errors): Bind buffer-undo-list and
6806 deactivate-mark.
6807 (compilation-forget-errors): Likewise.
6808
6809 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
6810
6811 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
6812 def... constructs.
6813
6814 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
6815 Remove calls to sleep-for.
6816
6817 1999-02-08 Eli Zaretskii <eliz@gnu.org>
6818
6819 * international/codepage.el (cp-coding-system-for-codepage-1): On
6820 MS-DOS, use dos-unsupported-char-glyph for characters not
6821 supported by the codepage.
6822 (cp-make-coding-systems-for-codepage): Likewise.
6823
6824 1999-02-08 Andreas Schwab <schwab@gnu.org>
6825
6826 * international/mule-util.el (coding-system-list): Don't sort
6827 coding-system-list here.
6828
6829 * international/mule.el (coding-system-lessp): Moved here from
6830 mule-util.el
6831 (add-to-coding-system-list): New function.
6832 (make-subsidiary-coding-system, make-coding-system,
6833 define-coding-system-alias): Use it instead of setting
6834 coding-system-list directly.
6835
6836 1999-02-07 Dave Love <fx@gnu.org>
6837
6838 * calendar/appt.el (appt-make-list): Don't splice quotes and date
6839 onto message.
6840
6841 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6842
6843 * imenu.el (imenu--last-menubar-index-alist): Add doc.
6844 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
6845
6846 1999-02-06 Richard Stallman <rms@gnu.org>
6847
6848 * language/european.el (setup-slovenian-environment): New function.
6849 ("Slovenian"): New language environment.
6850
6851 * progmodes/sql.el (sql-help): Doc fix.
6852 (sql-mysql): Doc fix.
6853
6854 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6855
6856 * tex-mode.el: When compiling, require compare-w and skeleton
6857 to pacify the byte-compiler. Move the def's of the tex-commands
6858 together. Add a comment on kill-process vs. quit-process.
6859
6860 1999-02-05 Dave Love <fx@gnu.org>
6861
6862 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
6863 null markers.
6864 (compile-goto-error): Likewise.
6865
6866 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
6867
6868 * time-stamp.el (time-stamp-format): Format doc tighter.
6869 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
6870 (time-stamp): Don't re-write the time stamp if it didn't change.
6871
6872 1999-02-05 Alex Schroeder <asc@bsiag.com>
6873
6874 * progmodes/sql.el: Changed version to 1.2.1.
6875 (sql-pop-to-buffer-after-send-region): Improved documentation.
6876 (sql-mysql-program): Added MySQL support.
6877 (sql-prompt-length): Made prompt-length configurable.
6878 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
6879 (sql-help): Added MySQL support, changed documentation.
6880 (sql-send-region): A message is displayed if something is sent.
6881 (sql-mode): Added buffer-local comment-start.
6882 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
6883 (sql-interactive-mode): Added buffer-local comment-start.
6884 (sql-oracle): Set sql-prompt-length.
6885 (sql-sybase): Set sql-prompt-length.
6886 (sql-mysql): Added MySQL support.
6887 (sql-ingres): Set sql-prompt-length.
6888 (sql-ms): Set sql-prompt-length.
6889 (sql-postgres): Set sql-prompt-length.
6890
6891 1999-02-04 Eli Zaretskii <eliz@gnu.org>
6892
6893 * term/internal.el (dos-codepage-setup): Set selection coding
6894 system to cpNNN-dos.
6895
6896 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6897
6898 * international/characters.el: Let ethiopic use iso-2022-7bit.
6899
6900 1999-02-02 Dave Love <fx@gnu.org>
6901
6902 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
6903 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
6904
6905 1999-02-02 Karl Heuer <kwzh@gnu.org>
6906
6907 * terminal.el (terminal-emulator): Doc fix.
6908
6909 1999-02-02 Ken'ichi Handa <handa@gnu.org>
6910
6911 * international/mule-util.el (compose-chars): Doc-string
6912 modified. Correctly handle a composition character in ARGS.
6913
6914 1999-02-01 Richard Stallman <rms@gnu.org>
6915
6916 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
6917 (makefile-menu-index-function): Function deleted.
6918 (makefile-mode): Use makefile-imenu-generic-expression.
6919
6920 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
6921
6922 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
6923 change, invoke from before-init-hook.
6924
6925 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
6926
6927 * subr.el (remove-from-invisibility-spec): Cope with the case when
6928 buffer-invisibility-spec is t.
6929
6930 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
6931
6932 * calendar/calendar.el (calendar-mode-map): Fix bindings for
6933 appt-add and appt-delete.
6934
6935 1999-02-01 Eli Zaretskii <eliz@gnu.org>
6936
6937 * term/pc-win.el (msdos-approximate-color): New function.
6938 (msdos-color-translate): Call it to find a DOS color that best
6939 approximates an X-style "#NNNNNN" color specification.
6940
6941 1999-02-01 Ken'ichi Handa <handa@gnu.org>
6942
6943 * international/mule-util.el (compose-chars-component): Add
6944 autoload cookie.
6945
6946 1999-01-31 Ken'ichi Handa <handa@gnu.org>
6947
6948 * international/quail.el (quail-lookup-key): If cdr of MAP is a
6949 function, replace cdr of MAP by the return value of the function
6950 unconditionally.
6951
6952 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6953
6954 * progmodes/compile.el (compilation-next-error-locus): Don't
6955 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
6956
6957 1999-01-31 Eli Zaretskii <eliz@gnu.org>
6958
6959 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
6960 and NLs before "charset", and allow the charset name be in double
6961 quotes.
6962
6963 1999-01-31 Richard Stallman <rms@gnu.org>
6964
6965 * imenu.el (imenu-sort-function): Fix custom type.
6966
6967 1999-01-30 Richard Stallman <rms@gnu.org>
6968
6969 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
6970 (speedbar-line-token): Likewise.
6971
6972 * play/gametree.el (gametree-default-score): Use defcustom.
6973 (gametree-score-regexp, gametree-score-closer): Likewise.
6974 (gametree-score-manual-flag, gametree-score-opener): Likewise.
6975
6976 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6977
6978 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
6979 decoding.
6980
6981 1999-01-29 Markus Rost <rost@gnu.org>
6982
6983 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
6984 tex-validate-buffer.
6985 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
6986 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
6987 now with recent occur-mode.
6988 (tex-validate-region): Really walk through all Sexps.
6989 (tex-region): Bind shell-dirtrack-verbose.
6990 (tex-file, tex-bibtex-file): Likewise.
6991
6992 1999-01-29 Dave Love <fx@gnu.org>
6993
6994 * finder.el: (finder-commentary): Fix interactive spec. Try
6995 appending .el to file name.
6996 (finder-find-library, finder-commentary): Doc fixes.
6997
6998 1999-01-29 Andrew Innes <andrewi@gnu.org>
6999
7000 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
7001 where the userid contains directory separators.
7002
7003 1999-01-29 Dave Love <fx@gnu.org>
7004
7005 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
7006 (lm-commentary): Doc fix.
7007
7008 1999-01-29 Andreas Schwab <schwab@gnu.org>
7009
7010 * files.el (file-expand-wildcards): Never consider `.' and `..' a
7011 wildcard match. Fix regexp that tests if dirpart contains
7012 wildcard characters.
7013
7014 1999-01-28 Richard Stallman <rms@gnu.org>
7015
7016 * font-lock.el (font-lock-default-unfontify-region):
7017 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
7018
7019 1999-01-27 Jason Rumney <jasonr@altavista.net>
7020
7021 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
7022 from FAMILY field.
7023 (w32-create-initial-fontsets): Do not use before-init-hook.
7024 (mouse-set-font): Document. Automatically create and use fontsets.
7025
7026 * dos-w32.el (direct-print-region-helper): Check for printer
7027 being t as well as a string.
7028
7029 1999-01-27 Kenichi Handa <handa@etl.go.jp>
7030
7031 * mail/rmail.el (rmail-decode-mime-charset): New variable.
7032 (rmail-mime-charset-pattern): New variable.
7033 (rmail-convert-to-babyl-format): Decode by MIME-charset if
7034 rmail-decode-mime-charset is non-nil.
7035
7036 1999-01-27 Ken'ichi Handa <handa@gnu.org>
7037
7038 * international/characters.el: Set category `q' for all characters
7039 in tibetan and tibetan-1-column.
7040
7041 1999-01-27 Andrew Innes <andrewi@gnu.org>
7042
7043 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
7044 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
7045
7046 1999-01-27 Dave Love <fx@gnu.org>
7047
7048 * international/mule-cmds.el (current-language-environment):
7049 Provide :link, :type (choices) and appropriate :get.
7050
7051 1999-01-27 Eli Zaretskii <eliz@gnu.org>
7052
7053 * startup.el (command-line): Set default eol-mnemonic-* strings to
7054 display end-of-line format in mode line.
7055
7056 * cus-start.el (all): Add eol-mnemonic-* variables.
7057
7058 1999-01-26 Dave Love <fx@gnu.org>
7059
7060 * startup.el (command-line-1): Up-date copyright.
7061
7062 * paths.el (Info-default-directory-list): Use configdir twice.
7063
7064 * info.el (Info-directory-list): Don't set path-separator now
7065 we're not shipped with Texinfo. Simplify path definition.
7066 Substitute all occurrences of instdir in Info-default-directory-list.
7067
7068 1999-01-25 Richard Stallman <rms@gnu.org>
7069
7070 * startup.el (normal-top-level-add-subdirs-to-load-path):
7071 Record the inode numbers of the dirs processed, to avoid loop.
7072
7073 * textmodes/tex-mode.el (tex-run-command): Doc fix.
7074
7075 1999-01-25 Dave Love <fx@gnu.org>
7076
7077 * browse-url.el (browse-url-netscape-program): Doc addition.
7078
7079 * help.el (help-make-xrefs): Default info references to an `(emacs)'
7080 prefix.
7081
7082 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
7083 auto-mode-alist.
7084
7085 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7086
7087 * calendar/diary-lib.el (mark-diary-entries): Use
7088 assoc-ignore-case and do not capitalize when matching month and
7089 day names.
7090
7091 * calendar/calendar.el (calendar-read-date): Ditto.
7092
7093 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
7094 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
7095
7096 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
7097
7098 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
7099
7100 * calendar/cal-islam.el (calendar-goto-islamic-date)
7101 (mark-islamic-diary-entries): Ditto.
7102
7103 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
7104
7105 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
7106 (calendar-read-mayan-tzolkin-date): Ditto.
7107
7108 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
7109
7110 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
7111
7112 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
7113
7114 1999-01-25 Karl Heuer <kwzh@gnu.org>
7115
7116 * faces.el (list-faces-display): Multiline case of previous fix.
7117
7118 1999-01-25 Andreas Schwab <schwab@gnu.org>
7119
7120 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
7121
7122 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
7123
7124 * files.el (find-file): If find-file-noselect returns a list,
7125 do switch-to-buffer on each element.
7126 (find-file-other-window): Likewise for all but the first element.
7127 (find-file-other-frame): Same.
7128 (find-file-noselect): When we expand a wildcard, return a list
7129 of buffers.
7130
7131 1999-01-24 Eli Zaretskii <eliz@gnu.org>
7132
7133 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
7134 to set the appropriate cpNNN-dos coding system as the
7135 highest-priority coding system.
7136
7137 1999-01-23 Ken'ichi Handa <handa@gnu.org>
7138
7139 * international/fontset.el (generate-fontset-menu): Return a
7140 sorted list by plain names of fontsets.
7141
7142 * international/mule-diag.el (list-fontsets): Sort fontsets by
7143 plain names.
7144
7145 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
7146 FIRST is a composite character, decompose it at first.
7147
7148 1999-01-23 Dave Love <fx@gnu.org>
7149
7150 * format.el: Doc fixes.
7151 (format-encode-run-method): Have things happen in the right buffer.
7152 Deal with errors from method. Set coding-system-for-write.
7153 (format-decode-run-method): Have things happen in the right buffer.
7154 Deal with errors from method. Set coding-system-for-read.
7155 (format-alist): Use nil instead of unmatchable regexps.
7156
7157 * simple.el (shell-command-on-region): Return command's exit status.
7158
7159 1999-01-23 Eric Ludlam <zappo@gnu.org>
7160
7161 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
7162 of the file whose info we want to display.
7163 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
7164 (speedbar-add-mode-functions-list) Improve doc.
7165 (speedbar-line-token) New function.
7166 (speedbar-dired) Fix order of directories in -shown-directories.
7167 (speedbar-line-path): Default return is default-directory
7168 (speedbar-buffers-line-path): Return is dir name only.
7169 (speedbar-mode-functions-list): New variable.
7170 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
7171 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
7172 speedbar-files-item-info speedbar-buffers-item-info): New functions.
7173 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
7174 New functions.
7175 (speedbar-line-file): Broke out part that fetches file from a line.
7176 (speedbar-line-text): New function extracted from speedbar-line-file.
7177 (speedbar-line-path): Converted into a replaceable function.
7178 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
7179
7180 1999-01-23 Ken'ichi Handa <handa@gnu.org>
7181
7182 * international/fontset.el (create-fontset-from-x-resource): Make
7183 style variants.
7184
7185 1999-01-22 Dave Love <fx@gnu.org>
7186
7187 * paths.el (Info-default-directory-list): Put sysdir after start.
7188
7189 1999-01-22 Sam Steingold <sds@goems.com>
7190
7191 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
7192 a process associated with it.
7193
7194 1999-01-22 Jason Rumney <jasonr@altavista.net>
7195
7196 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
7197
7198 1999-01-22 Felix Lee <flee@cygnus.com>
7199
7200 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
7201 major-mode.
7202 (vc-annotate-mode): Delete variable.
7203
7204 1999-01-22 Andrew Innes <andrewi@gnu.org>
7205
7206 * startup.el (command-line): [windows-nt]: Check for existence of
7207 .emacs file so as to notice .emacs.el or .emacs.elc and use them
7208 in preference to _emacs.
7209
7210 1999-01-22 Dave Love <fx@gnu.org>
7211
7212 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
7213
7214 1999-01-20 Richard Stallman <rms@gnu.org>
7215
7216 * files.el (find-file-noselect): Do wildcard processing only
7217 if new arg WILDCARDS is non-nil.
7218 (find-file, find-file-other-window): New arg WILDCARDS.
7219 Default it to non-nil if interactive.
7220 (find-file-other-frame): Likewise.
7221 (find-file-read-only): Likewise.
7222 (find-file-read-only-other-window): Likewise.
7223 (find-file-read-only-other-frame): Likewise.
7224
7225 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
7226 (widget-plist-convert-option): Delete spurious comma.
7227
7228 1999-01-19 Jason Rumney <jasonr@altavista.net>
7229
7230 * term/w32-win.el (w32-standard-fontspec-spec): Change
7231 iso8859-5 to koi8-r. Add iso8859-9.
7232
7233 1999-01-19 Dave Love <fx@gnu.org>
7234
7235 * browse-url.el (browse-url-maybe-new-window): Delete macro and
7236 its uses.
7237
7238 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
7239 is active.
7240 (fortran-indent-subprogram): Likewise.
7241
7242 1999-01-19 Dave Love <d.love@dl.ac.uk>
7243
7244 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
7245
7246 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7247
7248 * wid-edit.el (alist): Use sexp as default key-type.
7249
7250 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7251
7252 * textmodes/tex-mode.el (tex-define-common-keys):
7253 Remove key binding of tex-feed-input.
7254 (tex-mode-map): Bind tex-feed-input here.
7255 (tex-start-shell): Use compilation-shell-minor-mode. Set
7256 comint-input-filter-functions before running tex-shell-hook.
7257 (tex-start-tex): Forget compilation errors.
7258 (tex-compilation-parse-errors): Rewritten to work also with
7259 compile-mouse-goto-error and compile-goto-error. Adjusted to
7260 change in tex-region.
7261 (tex-region): For the temp file use file-name without directory.
7262 (tex-file): Expand file name of tex-print-file.
7263
7264 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7265
7266 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
7267
7268 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
7269
7270 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
7271 beginning could cause Emacs to hang. Fixed.
7272
7273 1999-01-18 Ken'ichi Handa <handa@gnu.org>
7274
7275 * international/ccl.el (ccl-compile-translate-character): Handle
7276 the case that a tranlation table is CCL register correctly.
7277
7278 * international/mule-cmds.el (select-safe-coding-system):
7279 Hightlight at most 256 characters.
7280
7281 1999-01-18 Dave Love <fx@gnu.org>
7282
7283 * startup.el (command-line): If the init file changes operation to
7284 unibyte, make all buffers unibyte and re-set language environment.
7285
7286 * disp-table.el (standard-display-european): Make all existing
7287 buffers unibyte. Fix doc.
7288
7289 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
7290
7291 * wid-edit.el (coding-system): Define this unconditionally.
7292
7293 * simple.el (shell-command-on-region-default-error-buffer): New var.
7294 (shell-command-on-region): Use that variable as interactive
7295 value of ERROR-BUFFER argument.
7296
7297 1999-01-17 Sam Steingold <sds@goems.com>
7298
7299 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
7300
7301 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7302
7303 * progmodes/compile.el (compilation-goto-locus): If already in the
7304 compilation buffer's window, keep it in that window.
7305 (compile-mouse-goto-error): Add Doc. Don't play with windows.
7306 (compile-goto-error): Don't play with windows.
7307
7308 * textmodes/tex-mode.el (latex-run-command): Doc fix.
7309 (tex-command): Doc fix.
7310 (tex-compilation-parse-errors): Doc fix.
7311 (tex-generate-zap-file-name): Don't start the name with -.
7312 (tex-expand-files): Works now also with strings ending with ":".
7313
7314 1999-01-17 Ian T Zimmerman <itz@transbay.net>
7315
7316 Patch failed to install:
7317 * gametree.el: Document scoring functionality.
7318 (gametree-score-regexp): Add optional plus sign.
7319 (gametree-score-opener): Replace `:' with `=' as the former
7320 conflicts with gametree-half-ply-regexp.
7321 (gametree-transpose-following-leaves): Add.
7322 (gametree-insert-new-leaf): Make modifying commands barf in read
7323 only buffers.
7324 (gametree-break-line-here): Add a call to
7325 `gametree-transpose-following-leaves'. This maintains the
7326 necessary invariant that on each level all leaf children precede
7327 all nonleaf children. This has always been implied, but left to
7328 the user, and, unfortunately, undocumented.
7329
7330 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
7331
7332 * wid-edit.el (plist, alist): New widget types.
7333
7334 1999-01-17 Dave Love <fx@gnu.org>
7335
7336 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
7337 fix scope of condition-case therein.
7338
7339 1999-01-17 Andrew Innes <andrewi@gnu.org>
7340
7341 * dos-w32.el: (find-buffer-file-type-coding-system): Use
7342 default-buffer-file-coding-system when file doesn't exist (and
7343 isn't covered by a special case) instead of forcing undecided-dos
7344 against the user's wishes.
7345
7346 * dos-w32.el (direct-print-region-helper): New function based on
7347 direct-print-region-function; sends data to specified printer port
7348 without further translation. Recognize and handle specially the
7349 standard `print' and `nprint' programs, as well as `lpr' and
7350 similar programs. Only write directly to the printer port if no
7351 print program is specified. Work around a bug in Windows 9x
7352 affecting Win32 version of Emacs by invoking command.com to write
7353 to the printer port instead of writing directly.
7354 (direct-print-region-function): Use direct-print-region-helper to
7355 do most of the work.
7356 (direct-ps-print-region-function): New function; analogue of
7357 direct-print-region-function for ps-print.
7358 (ps-lpr-command): Comment out setq; leave as example usage.
7359 (ps-lpr-switches): Ditto.
7360
7361 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
7362 and MS-Windows.
7363 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
7364 DOS and Windows platforms, to indicate direct printing. Update
7365 the docstring accordingly.
7366
7367 * ps-print.el: (ps-printer-name): Update docstring about usage on
7368 MS-DOS and MS-Windows.
7369 (ps-lpr-command): Update docstring as for lpr-command.
7370 (ps-print-region-function): New variable.
7371 (ps-do-despool): Use it.
7372 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
7373 DOS/Windows.
7374
7375 * subr.el (subst-char-in-string): New function.
7376
7377 1999-01-17 Eli Zaretskii <eliz@gnu.org>
7378
7379 * international/codepage.el (cp852-decode-table): Fill a nil entry.
7380
7381 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
7382 (bdf-find-font-info): New function, looks for the first readable
7383 file from a list of alternatives.
7384 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
7385 instead of bdf-get-font-info.
7386 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
7387 to ps-mule-generate-bitmap-glyph.
7388
7389 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
7390 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
7391 now be a list of alternative names.
7392 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
7393 (ps-mule-prepare-font): Likewise.
7394
7395 * international/codepage.el (cp855-decode-table,
7396 cp850-decode-table): Fill some nil entries.
7397
7398 1999-01-16 Dave Love <fx@gnu.org>
7399
7400 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
7401 last change.
7402
7403 1999-01-15 Dave Love <fx@gnu.org>
7404
7405 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
7406 and change regexp for command names.
7407 (help-xref-go-back, function-called-at-point, symbol-file)
7408 (where-is): Doc fixes.
7409 (help-xref-go-back): Remove interactive spec.
7410 (describe-function-1): Fix message for alias. Buttomize alias
7411 name.
7412
7413 * simple.el (join-line): New alias.
7414
7415 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
7416
7417 * forms.el: (forms--show-record): Convert integers to string
7418 expicitly since concat will no longer accept integers.
7419 (forms-print): Use local `total-nb-records' since
7420 `forms--total-records' will be inaccessible after buffer switching.
7421
7422 1998-01-14 Felix Lee <flee@cygnus.com>
7423
7424 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
7425
7426 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7427
7428 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
7429
7430 1999-01-14 Eli Zaretskii <eliz@gnu.org>
7431
7432 * international/codepage.el (cp850-decode-table): Fix previous change.
7433
7434 1999-01-14 Simon Marshall <simon@gnu.org>
7435
7436 * shell.el (shell-dirtrack-verbose): New custom variable.
7437 (shell-dirstack-message): Use it.
7438
7439 1999-01-14 Kenichi Handa <handa@etl.go.jp>
7440
7441 * international/mule-conf.el: Coding system alias `dos' for
7442 `undecided-dos', `mac' for `undecided-mac'.
7443
7444 * international/mule-cmds.el (describe-language-environment):
7445 Don't alter input-method-alist.
7446
7447 1999-01-13 Eli Zaretskii <eliz@gnu.org>
7448
7449 * international/codepage.el (cp850-decode-table): Replace nil
7450 entries with codes of similary looking glyphs. (Suggested by
7451 Jason Rumney <jasonr@altavista.net>.)
7452
7453 1999-01-13 Dave Love <fx@gnu.org>
7454
7455 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
7456
7457 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
7458
7459 1999-01-12 Karl Heuer <kwzh@gnu.org>
7460
7461 * files.el (auto-save-hook): Defvar this.
7462
7463 1999-01-12 Alex Schroeder <asc@bsiag.com>
7464
7465 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
7466 faces, eliminating the need to load font-lock before loading sql.
7467 (sql-mode-oracle-font-lock-keywords): Likewise.
7468 (sql-mode-postgres-font-lock-keywords): Likewise.
7469
7470 1999-01-11 Dave Love <fx@gnu.org>
7471
7472 * cus-start.el: Add inhibit-eol-conversion.
7473
7474 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
7475 the values round.
7476
7477 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
7478
7479 * help.el (help-mode-finish): Renamed from help-mode-maybe.
7480 Don't switch to Help mode here.
7481 (temp-buffer-setup-hook): Use help-mode-finish.
7482 (help-mode-setup): New function.
7483 (temp-buffer-setup-hook): Use help-mode-setup.
7484
7485 * progmodes/sql.el: New file.
7486
7487 * files.el (auto-mode-alist): Add sql-mode.
7488
7489 * faces.el (list-faces-display): Improve the formatting
7490 by computing the maximum length required for any face-name.
7491
7492 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7493
7494 * progmodes/compile.el (compilation-shell-minor-mode): New function.
7495
7496 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
7497
7498 * term.el (term_send_home): Change the string to
7499 be the same as the one emitted by xterm and consistent with the
7500 ones emitted by prior and next.
7501 (term_send_end): Likewise.
7502
7503 1999-01-10 Dave Love <fx@gnu.org>
7504
7505 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
7506 bindings.
7507
7508 1999-01-10 Eli Zaretskii <eliz@gnu.org>
7509
7510 * international/codepage.el (codepage-setup): Doc fix.
7511 (cp-decoding-vector-for-codepage): Likewise.
7512
7513 1999-01-10 Markus Rost <rost@gnu.org>
7514
7515 * cus-edit.el (custom-save-delete): First scan the custom-file.
7516
7517 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
7518
7519 * international/iso-transl.el: Define a "function name" for
7520 each translation that isn't ASCII. Use these function names
7521 in iso-transl-char-map.
7522
7523 1999-01-08 Kenichi Handa <handa@etl.go.jp>
7524
7525 * international/mule-util.el (decompose-region): Do decomposition
7526 on temporary unibyte buffer.
7527
7528 * international/mule.el (make-char): Doc-string modified.
7529
7530 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
7531
7532 * simple.el (comment-region): Delete spaces only if we
7533 deleted a comment starter.
7534
7535 1999-01-07 Dave Love <fx@gnu.org>
7536
7537 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7538
7539 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
7540 like eval-defun does.
7541
7542 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
7543
7544 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
7545 constructions. Doc fixes.
7546 (generic-create-generic-function): Use defalias, not fset.
7547
7548 * find-func.el: More doc fixes.
7549
7550 1999-01-06 Stephen Eglen <stephen@gnu.org>
7551
7552 * files.el (save-buffers-kill-emacs): Show the list of current
7553 processes before prompting to kill them and exit.
7554
7555 1999-01-06 Dave Love <fx@gnu.org>
7556
7557 * emacs-lisp/find-func.el: Doc fixes.
7558 (find-function-regexp): Extend for define-generic-mode,
7559 define-derived-mode, easy-mmode-define-minor-mode.
7560
7561 1999-01-06 Dave Love <fx@gnu.org>
7562
7563 * progmodes/fortran.el (fortran-window-create): Account for scroll
7564 bar width.
7565
7566 * browse-url.el: Require (noerror) w3-auto when compiling.
7567 (browse-url-maybe-new-window): Make it a macro and revert last
7568 change to callers.
7569 (browse-url-w3): Require w3 for w3-fetch-other-window.
7570
7571 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7572
7573 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
7574 argument.
7575
7576 1999-01-06 Simon Marshall <simon@gnu.org>
7577
7578 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
7579
7580 * font-lock.el (font-lock-default-fontify-buffer): When using
7581 with-temp-message, use nil rather than current-message.
7582
7583 * lazy-lock.el (lazy-lock-unstall):
7584 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
7585 rather than current-message.
7586
7587 * fast-lock.el (fast-lock-save-cache-1):
7588 (fast-lock-cache-data): When using with-temp-message, use nil rather
7589 than current-message.
7590
7591 1999-01-06 Eli Zaretskii <eliz@gnu.org>
7592
7593 * international/codepage.el (cp-coding-system-for-codepage-1): Add
7594 the valid-codes property.
7595
7596 * international/mule-cmds.el (prefer-coding-system): Call
7597 set-coding-priority, so that the internal array of priorities is
7598 also updated.
7599
7600 * international/mule-util.el:
7601 (coding-system-change-eol-conversion,
7602 coding-system-change-text-conversion): Don't define here.
7603
7604 * international/mule-cmds.el: Define them here. Remove the
7605 autoload cookies.
7606
7607 1999-01-06 Andreas Schwab <schwab@gnu.org>
7608
7609 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
7610 if it was enabled before.
7611
7612 * view.el (View-revert-buffer-scroll-page-forward): Bind
7613 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
7614
7615 * files.el (recover-session): Preserve point when inserting
7616 explanation.
7617
7618 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
7619
7620 * cus-edit.el (custom-save-delete): Don't delete whitespace
7621 and comments before the sexp that is replaced.
7622
7623 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7624
7625 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
7626
7627 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
7628
7629 * vc.el (vc-dired-hook): Use the original value of
7630 dired-move-to-filename-regexp on lines that have not been
7631 reformatted yet.
7632 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
7633 file lines have already been reformatted.
7634
7635 1999-01-05 Dave Love <fx@gnu.org>
7636
7637 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
7638 buffer-local.
7639
7640 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
7641
7642 * progmodes/f90.el: Change of regular expressions for type to
7643 correct highlighting and identation. Some small fixes for
7644 compatibility with XEmacs.
7645
7646 1999-01-05 Stephen Eglen <stephen@gnu.org>
7647
7648 * mspools.el (mspools-vm-system-mail): Provide an alternative
7649 value based on rmail-spool-directory if $MAIL is not defined.
7650
7651 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
7652
7653 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
7654 (reftex-section-info): Handle negative section levels.
7655 (reftex-view-crossref-extra): New option.
7656 (reftex-view-crossref): Generalized to work in more places.
7657 (reftex-find-citation-regexp-format, reftex-find-reference-format,
7658 reftex-macros-with-labels, reftex-global-search-marker): New variables.
7659 (reftex-view-cite-locations-from-bibtex): New command.
7660 (reftex-view-regexp-match, reftex-global-search,
7661 reftex-global-search-continue): New functions.
7662 (reftex-extract-bib-entries): No error for non-existing BibTeX
7663 file, just a message.
7664 (reftex-extract-bib-entries): Better error handling.
7665 (reftex-select-with-char): Use `*RefTeX Select*' for selection
7666 help and force it on current frame.
7667 (reftex-default-bibliography): New function.
7668 (reftex-access-parse-file): Check consistency after loading a
7669 parse file. When inconsistent, enfore rescan.
7670 (reftex-check-parse-consistency): New function.
7671 (easy-menu-define): Options section drastically shortened.
7672
7673 1999-01-05 Kenichi Handa <handa@etl.go.jp>
7674
7675 * language/thai-util.el (thai-compose-string): New function.
7676
7677 1999-01-04 Inge Frick <inge@nada.kth.se>
7678
7679 * easymenu.el (easy-menu-define): Doc fix.
7680 (easy-menu-create-menu): New keyword :included.
7681 (easy-menu-do-add-item): New keyword :included. SUFFIX may
7682 be an expression, not only a string. Simulate style `button'.
7683 Use easy-menu-define-key-intern instead of easy-menu-define-key.
7684 (easy-menu-define-key-intern): New function.
7685 (easy-menu-add-item): Understand value returned from
7686 easy-menu-item-present-p and easy-menu-remove-item.
7687 (easy-menu-return-item): New function.
7688 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
7689
7690 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
7691
7692 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
7693 Use rmail-output-read-rmail-file-name to read the file name.
7694 Always call rmail-output-to-rmail-file noninteractively.
7695 When count > 1, do the loop here.
7696 Handle rmail-delete-after-output here.
7697 (rmail-summary-output): Similar changes.
7698
7699 * mail/rmailout.el: Provide `rmailout'.
7700 (rmail-output-read-rmail-file-name): New function.
7701 (rmail-output-to-rmail-file): Use that.
7702 (rmail-output-read-file-name): New function.
7703 (rmail-output): Use that.
7704
7705 * files.el (find-file-noselect): Let /: suppress wildcard matching.
7706 Error if wildcard matches no files.
7707
7708 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
7709
7710 * menu-bar.el (clipboard-yank): Doc fix.
7711
7712 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
7713
7714 1998-12-31 Markus Rost <rost@delysid.gnu.org>
7715
7716 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
7717
7718 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
7719
7720 * rmail.el (rmail-encode-string): Make sure mask value is
7721 positive; (emacs-pid) returns a negative number on Windows 9x
7722 which causes odd behaviour.
7723
7724 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
7725
7726 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
7727 and about w32-* variables unless on Windows/NT.
7728
7729 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
7730
7731 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
7732 if buffer is modified; ask about all modified buffers.
7733
7734 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7735
7736 * simple.el (what-cursor-position): Fix previous change.
7737
7738 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
7739
7740 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
7741 from paragraph-start.
7742
7743 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
7744
7745 * international/mule-cmds.el (prefer-coding-system): If the
7746 argument requires specific EOL conversion type, make the default
7747 coding systems use that.
7748
7749 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
7750
7751 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
7752 Use shell-command-on-region.
7753 (m4-start-m4, m4-end-m4): Functions deleted.
7754
7755 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
7756
7757 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
7758
7759 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7760
7761 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
7762 to compose-mail in the correct places and as a list.
7763
7764 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
7765
7766 * page-ext.el: Added mouse-selection feature for pages directory buffer.
7767 (pages-directory-map): Bind mouse-2
7768 (pages-copy-header-and-position): Put text property.
7769 (pages-directory-goto-with-mouse): New function.
7770
7771 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
7772
7773 * international/codepage.el (cp-make-coding-systems-for-codepage):
7774 Doc fix.
7775 (cp-coding-system-for-codepage-1): Likewise.
7776
7777 1998-12-29 Kenichi Handa <handa@etl.go.jp>
7778
7779 * language/thai-util.el (thai-post-read-conversion): Handle Thai
7780 composition sequence correctly here instead of calling
7781 thai-compose-region.
7782
7783 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
7784 newline in multibyte buffer, if previous or next character is a
7785 composite char, check the first component of the composite char.
7786
7787 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
7788
7789 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
7790 and track-mouse.
7791
7792 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7793
7794 * mail/sendmail.el (mail-yank-original): Remove text properties
7795 after insertion.
7796 (mail-yank-region): Barf if no mark is set in the message
7797 being replied to.
7798
7799 * help.el (function-called-at-point): First look for function at point.
7800
7801 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
7802
7803 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
7804
7805 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7806
7807 * simple.el (what-cursor-position): Print character encoding also.
7808
7809 1998-12-26 Dave Love <fx@gnu.org>
7810
7811 * textmodes/flyspell.el: If local-maps work, don't put
7812 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
7813 in flyspell-mouse-map (only).
7814 (flyspell-use-local-map): New variable.
7815 Use a different mouse-2 binding in that case,
7816 and don't add to minor-mode-map-alist.
7817 (make-flyspell-overlay, flyspell-correct-word):
7818 Test flyspell-use-local-map.
7819
7820 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7821
7822 * files.el (file-expand-wildcards): Handle wildcards in directory name.
7823 Be careful about whether to return a relative file name,
7824 and if so, relative to what directory.
7825
7826 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
7827
7828 * emacs-lisp/easymenu.el (easy-menu-get-map):
7829 Change global map only if this menu exists in the global map already,
7830 and not in the local map.
7831 (easy-menu-do-add-item): Fix error message.
7832
7833 * foldout.el (foldout-inhibit-key-bindings):
7834 Avoid concatenating onto outline-minor-mode-prefix.
7835 Make a new keymap for that prefix, if it does not already have one.
7836
7837 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
7838
7839 * cperl-mode.el:
7840 Can use linear algorithm for indentation if Emacs supports it.
7841 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
7842 (cperl-after-block-p): Likewise.
7843 (cperl-after-block-and-statement-beg): Likewise.
7844 (cperl-after-block-p): After END/BEGIN we are a block.
7845 (cperl-after-expr-p): Skip labels when checking
7846 (cperl-indent-region): Make a marker for END - text added/removed.
7847 Disable hooks during the call (how to call them later?).
7848 Now indents 820-line-long function in 6.5 sec (including
7849 syntaxification) the first time (when buffer has few
7850 properties), 7.1 sec the second time.
7851 (cperl-indent-region): Do not indent whitespace lines
7852 (cperl-style-alist)
7853 Include `cperl-merge-trailing-else' where the value is clear.
7854 (cperl-styles-entries): Likewise.
7855 (cperl-problems): Improvements to docs.
7856 (cperl-tips): Likewise.
7857 (cperl-non-problems): Likewise.
7858 (cperl-mode): Make lazy syntaxification possible.
7859 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
7860 `font-lock-unfontify-region-function' was set to a wrong function.
7861
7862 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
7863 restart syntaxification. Changed so that -d ?foo? is a RE. Do
7864 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
7865 but 1<<6 was considered as HERE-doc.
7866 <file/glob> made into a string.
7867 Postpone addition of faces after syntactic step.
7868 Recognition of <FH> was wrong.
7869 Highlight `gem' in s///gem as a keyword. `qr' recognized.
7870 Knows that split// is null-RE.
7871 Highlights separators in 3-parts expressions as labels.
7872 <> was considered as a glob.
7873 Would err if the last line is `=head1'.
7874 $a-1 ? foo : bar; was a considered a regexp.
7875 `<< (' was considered a start of HERE-doc.
7876 mark qq[]-etc sections as syntax-type=string
7877 Was not processing sub protos after a comment ine.
7878 Was treating $a++ <= 5 as a glob.
7879 Tolerate unfinished REx at end-of-buffer.
7880 `unwind-protect' was left commented.
7881 / and ? after : start a REx.
7882
7883 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
7884 Better default, customizes to `message' too, off in text-mode.
7885
7886 (cperl-array-face): Renamed from `font-lock-emphasized-face',
7887 `defface'd.
7888 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
7889 `defface'd.
7890 (cperl-emacs-can-parse): New state variable.
7891 (cperl-indent-line): Corrected to use global state.
7892 (cperl-calculate-indent): Likewise.
7893 (cperl-fix-line-spacing): Likewise (not used yet).
7894 (cperl-calculate-indent): Did not consider `,' as
7895 continuation mark for statements.
7896 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
7897 Remove another parse-data optimization at toplevel: would
7898 indent correctly.
7899 Correct for labels when calculating indentation of continuations.
7900 Docstring updated.
7901 (cperl-choose-color): Converted to a function (to be
7902 compilable in text-mode).
7903 (cperl-dark-background): Disable without window-system.
7904 Do `defface' only if window-system.
7905 (cperl-fix-line-spacing): Sped up to bail out early.
7906 (x-color-defined-p): Was not compiling on XEmacs
7907 Was defmacro'ed with a tick. Remove another def.
7908 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
7909 (cperl-unwind-to-safe): New function.
7910 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
7911 (cperl-fontify-syntaxically): Unwinds start and end to go out of
7912 long strings (not very successful).
7913 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
7914 Highlight the starting // in s//foo/ as function-name.
7915 Emit a meaningful error instead of a cryptic one for an
7916 uncomplete REx near end-of-buffer.
7917
7918 (cperl-electric-keyword): `qr' recognized.
7919 (cperl-electric-else): Likewise
7920 (cperl-to-comment-or-eol): Likewise
7921 (cperl-make-regexp-x): Likewise
7922 (cperl-init-faces): Likewise, and `lock' (as overridable?).
7923 Corrected to use new macros;
7924 `if' for copying `reference-face' to `constant-face' was backward.
7925 remove init `font-lock-other-emphasized-face',
7926 `font-lock-emphasized-face', `font-lock-keyword-face'.
7927 Interpolate `cperl-invalid-face'.
7928 (cperl-make-regexp-x): Misprint in a message.
7929 (cperl-syntaxify-unwind): New configuration variable
7930 (cperl-fontify-m-as-s): New configuration variable
7931 (cperl-electric-pod): Check for after-expr was performed
7932 inside of POD too.
7933 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
7934 (cperl-clobber-mode-lists): New configuration variable.
7935 (cperl-not-bad-style-regexp): Updated.
7936 Init: `cperl-is-face' was busted.
7937 (cperl-make-face): New macros.
7938 (cperl-force-face): New macros.
7939 (font-lock-other-type-face): Done via `defface' too.
7940 (cperl-nonoverridable-face): New face. Renamed from
7941 `font-lock-other-type-face'.
7942 (cperl-init-faces-weak): Use `cperl-force-face'.
7943 (cperl-comment-indent): Commenting __END__ was not working.
7944 (cperl-indent-for-comment): Likewise.
7945 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
7946 When removing old TAGS info was not relativizing filename.
7947 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
7948 Another try to work around XEmacs problems. Better progress messages.
7949 (toplevel): Require custom unprotected => failure on 19.28.
7950 (cperl-xemacs-p): Defined when compile too
7951 (cperl-find-tags): Was writing line/pos in a wrong order,
7952 pos off by 1 and not at beg-of-line.
7953 (cperl-etags-snarf-tag): New macro
7954 (cperl-etags-goto-tag-location): New macro
7955 (cperl-version): New variable. New menu entry
7956 random docstrings: References to "future" 20.3 removed.
7957 Menu was described as `CPerl' instead of `Perl'
7958 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
7959 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
7960 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
7961 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
7962 `font-lock-reference-face', `font-lock-keyword-face'.
7963 Use `eval-after-load'.
7964 Remove not-CPerl-related faces.
7965 (cperl-tips-faces): New variable and an entry into Mini-docs.
7966 (cperl-indent-exp): Was not processing else-blocks.
7967 (cperl-get-state): NOP line removed.
7968 (cperl-ps-print): New function and menu entry.
7969 (cperl-ps-print-face-properties): New configuration variable.
7970 (cperl-invalid-face): New configuration variable.
7971 (perl-font-lock-keywords): Highlight trailing whitespace
7972 (cperl-contract-levels): Documentation corrected.
7973 (cperl-contract-level): Likewise.
7974 (cperl-ps-extend-face-list): New macro.
7975 (cperl-invalid-face): Change to ''underline.
7976
7977 1998-12-25 Markus Rost <rost@delysid.gnu.org>
7978
7979 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
7980 for read-file-name.
7981 (rmail-output-to-rmail-file): Likewise.
7982
7983 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
7984
7985 * emacs-lisp/easymenu.el (easy-menu-get-map):
7986 If MENU is nil, use global menu-bar map.
7987 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
7988 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
7989
7990 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7991
7992 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
7993
7994 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7995
7996 * ps-print.el (ps-print-version): New version number (4.1.3).
7997
7998 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
7999
8000 * international/mule-cmds.el: Use make-sparse-keymap instead of
8001 define-prefix-key when defining MULE menu items.
8002
8003 * info.el (Info-node-at-bob-matching): New function.
8004 (Info-find-node, Info-build-node-completions): Call it.
8005
8006 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
8007
8008 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
8009 when this is an autoloaded keymap.
8010
8011 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
8012
8013 * international/codepage.el (cp-coding-system-for-codepage-1):
8014 Create separate encoders and decoders, for DOS and Unix. Make the
8015 usual family of 3 coding systems, so that automatic detection of
8016 EOL type works.
8017 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
8018 Unix-specific symbols here, and don't call
8019 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
8020 Handa <handa@etl.go.jp>.)
8021
8022 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
8023
8024 * term/internal.el (IT-character-translations): New variable, an
8025 alist used to display characters for which there's no glyphs in
8026 the current codepage.
8027 (IT-display-table-setup): New function, sets up the DOS terminal
8028 for a given codepage.
8029 (dos-codepage-setup): New function, sets up the MULE environment
8030 for the current value of dos-codepage.
8031 (top-level if): In the multibyte mode, turn on
8032 unibyte-display-via-language-environment. In the unibyte mode,
8033 set up the special syntax tables to map lower- to upper case and
8034 back.
8035
8036 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
8037
8038 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
8039 (speedbar-frame-plist) Remove useless comments.
8040 (speedbar-frame-mode) Do not specify height if it is in the param list.
8041 Use default y position w/out changing it.
8042 If default x position is a list, keep, calculate the non-list X
8043 value when devining an initial position.
8044 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
8045 (speedbar-tag-group-name-minimum-length): New variable.
8046 (speedbar-frame-parameter): New compatibility function.
8047 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
8048 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
8049 groups to keep things in the right order, and to help with some
8050 naming conventions.
8051 (speedbar-create-tag-hierarchy): Enable buffer local version of
8052 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
8053 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
8054 the case, derive it from the cursor location in speedbar.
8055
8056 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
8057
8058 * international/mule-cmds.el (set-language-environment): On MS-DOS
8059 terminals, install DOS-specific nonascii-translation-table if the
8060 language info doesn't specify one. Pass the default eol-type to
8061 set-language-environment-coding-systems.
8062 (set-default-coding-systems): Copy the eol-type property for the
8063 new default values of {buffer-file,process}-coding-system from the
8064 old defaults.
8065 (set-language-environment-coding-systems): Accept an optional
8066 argument EOL-TYPE, and set the eol-type property of the default
8067 coding systems accordingly.
8068 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
8069 (set-keyboard-coding-system): Likewise.
8070 (set-default-coding-systems): Don't set
8071 default-terminal-coding-system on MS-DOS to anything but nil.
8072 (prefer-coding-system): Describe in the doc string that
8073 default-terminal-coding-system is not changed on MS-DOS.
8074 (set-language-environment): For MS-DOS, set standard syntax table
8075 and display table for all characters with code above 127.
8076 (standard-display-european-internal): For MS-DOS, pass all
8077 characters with code above 127 directly to the terminal, and don't
8078 remap characters 160 and 146 in the unibyte case.
8079
8080 * international/codepage.el: New file.
8081
8082 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8083
8084 * diary-lib.el (diary-float): Fix end-of-year error and typos in
8085 comments.
8086
8087 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
8088
8089 * map-ynp.el (map-y-or-n-p): Ignore input methods.
8090
8091 * subr.el (read-passwd): Likewise.
8092
8093 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
8094
8095 * info.el (Info-find-node): Add 1 to the position read from the
8096 tag table. Don't fail if the node delimiter ^_ is the first
8097 character in the file.
8098 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
8099 first character in the file.
8100 (Info-read-subfile): Likewise.
8101 (Info-select-node): Likewise.
8102 (Info-build-node-completions): Likewise.
8103
8104 1998-12-16 Richard Stallman <rms@gnu.org>
8105
8106 * term/x-win.el (x-cut-buffer-or-selection-value):
8107 If clipboard is enabled, try it before PRIMARY selection.
8108
8109 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
8110
8111 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
8112 insert c-cedilla and C-cedilla respectively, like in latin-1.
8113
8114 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
8115
8116 * language/hebrew.el: Don't use sublists in the flags argument
8117 passed to make-coding-system.
8118
8119 1998-12-15 Kenichi Handa <handa@etl.go.jp>
8120
8121 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
8122 list of character sets found by find-charset-region.
8123
8124 * ps-mule.el: Always require ps-print. Move some function
8125 definitions for Emacs 20.2 and the earlier to ps-print.el.
8126 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
8127
8128 * ps-print.el: Define several functions for Emacs 20.2 and the
8129 earlier version.
8130 (ps-printer-name): Check if printer-name is bound.
8131
8132 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8133
8134 * ps-mule.el: Programming uniformization and little code improvement.
8135 (ps-mule-prepare-font): Programming uniformization.
8136 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
8137 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
8138
8139 * ps-bdf.el: Programming uniformization and little code improvement.
8140 (bdf-search-and-read): New fun.
8141 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
8142 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
8143 (bdf-info-relative-compose, bdf-info-baseline-offset)
8144 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
8145 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
8146 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
8147 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
8148 improvement.
8149
8150 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8151
8152 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
8153 and mule related code extraction. Autoload ps-mule funs.
8154
8155 * ps-mule.el: Doc fix. Require ps-print only when compiled.
8156 (ps-mule-prologue-generated): New fun.
8157 (ps-mule-plot-string): Add autoload cookie.
8158 (ps-mule-begin-job): Call ps-mule-prologue-generated.
8159
8160 1998-12-15 Kenichi Handa <handa@etl.go.jp>
8161
8162 * ps-bdf.el: Require ps-mule instead of ps-print.
8163 (bdf-directory-list): Add autoload cookie.
8164
8165 * ps-mule.el: New file. Mule related code extracted from
8166 ps-print.el. Require ps-print, provide ps-mule.
8167 (ps-multibyte-buffer): Add autoload cookie.
8168 (ps-mule-prepare-ascii-font): New fun.
8169 (ps-mule-set-ascii-font): New fun.
8170 (ps-mule-skip-same-charset): Fun deleted.
8171 (ps-mule-plot-string): Set ps-mule-current-charset.
8172 (ps-mule-initialize): Add autload cookie. Don't set
8173 ps-mule-font-info-database here.
8174 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
8175 ps-mule-font-info-database and ps-control-or-escape-regexp.
8176 (ps-mule-begin-page): New fun.
8177
8178 * ps-print.el: Mule related code moved to ps-mule.el.
8179 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
8180 check ps-mule-charset-list.
8181 (ps-begin-page): Don't set ps-mule-current-charset, instead call
8182 ps-mule-begin-page.
8183 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
8184 (ps-plot-region): Don't set ps-mule-current-charset, instead call
8185 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
8186 instead skip same charsets by itself.
8187 (ps-generate): Call ps-mule-initialize of needs-begin-file is
8188 non-nil. Call ps-mule-begin-job.
8189
8190 1998-12-15 Kenichi Handa <handa@etl.go.jp>
8191
8192 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
8193 instead of bdf.
8194
8195 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
8196 (ps-mule-external-libraries): New element FEATURE.
8197 (ps-mule-init-external-library): Ajusted for the above change.
8198 (ps-mule-generate-font): Likewise.
8199 (ps-mule-generate-glyphs): Likewise.
8200 (ps-mule-prepare-font): Likewise.
8201 (ps-mule-initialize): Likewise.
8202 (ps-begin-file): Superfluous tailing parenthesis deleted.
8203
8204 1998-12-15 Kenichi Handa <handa@etl.go.jp>
8205
8206 * international/fontset.el (x-decompose-font-name): If PATTERN
8207 doesn't have any wild cards, return a vector made from a name that
8208 is found by x-resolve-font-name found. Comments added.
8209
8210 * international/mule-cmds.el (find-coding-systems-for-charsets):
8211 Handle the case of unknown charset.
8212 (find-multibyte-characters): If invalid multibyte characters are
8213 found, return the corresponding strings instead of character
8214 codes.
8215 (find-multibyte-characters): Adjusted for the above change.
8216 (select-safe-coding-system): For a unibyte buffer, always returns
8217 DEFAULT-CODING-SYSTEM.
8218 (get-charset-property): Fix previous change. Make it a function.
8219 (put-charset-property): Make it a function.
8220
8221 * international/mule.el (make-coding-system): Set mime-charset
8222 property of *-with-esc coding system to nil.
8223
8224 * international/quail.el (quail-point-in-conversion-region): New
8225 function.
8226 (quail-conversion-backward-delete-char): When a key sequence is
8227 being translated, call quail-delete-last-char.
8228
8229 * language/devan-util.el
8230 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
8231 handle devanagari-decomposition-rules.
8232
8233 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
8234
8235 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
8236 tex-start-options-string to empty string.
8237 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
8238
8239 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
8240
8241 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
8242 5xx responses are already handled properly).
8243
8244 1998-12-13 Richard Stallman <rms@gnu.org>
8245
8246 * progmodes/compile.el (compilation-error-regexp-alist): Insist
8247 on a non-digit in the file name.
8248
8249 * simple.el (comment-region): Handle comment-padding
8250 separately for insertion and for deletion, in the right way for each.
8251
8252 1998-12-13 Felix Lee <flee@cygnus.com>
8253
8254 * progmodes/compile.el (compilation-error-regexp-alist): Fix
8255 regexp to match "ChangeLog:1:1998-12-09 ..."
8256
8257 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
8258
8259 * cus-start.el (dos-unsupported-char-glyph): Add.
8260
8261 1998-12-11 Dave Love <fx@gnu.org>
8262
8263 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
8264 forward-sexp in condition-case.
8265
8266 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8267 Remove unnecessary test on `library' for explicit file name.
8268 Widen scope of save-match-data.
8269
8270 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
8271
8272 * international/mule.el (load-with-code-conversion): If the loaded
8273 file was inserted with no-conversion or raw-text coding system,
8274 make the buffer unibyte.
8275
8276 1998-12-09 Richard Stallman <rms@gnu.org>
8277
8278 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8279 Get rid of nested loops.
8280
8281 * mouse.el (mouse-drag-vertical-line):
8282 If WHICH-SIDE is not `right', then scroll bars are on the left.
8283
8284 * loadhist.el (load-history-loaded): defvar moved to help.el.
8285
8286 * help.el (symbol-file-load-history-loaded): Variable renamed,
8287 and defvar moved from loadhist.el.
8288 (symbol-file): Renamed from describe-function-find-file.
8289 Load fns-VERSION.el here.
8290 (describe-variable, describe-function-1): Use symbol-file.
8291
8292 * textmodes/tex-mode.el (tex-generate-zap-file-name):
8293 Don't start the name with #.
8294
8295 * ispell.el: Take out the eval-when's.
8296
8297 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
8298
8299 * dirtrack.el (dirtrack-directory-change-hook): New hook.
8300 (dirtrack): Run it. Make debug message more verbose.
8301
8302 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
8303
8304 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
8305 name of the abbrev table, and provide support for XEmacs.
8306 (octave-xemacs-p): New variable.
8307
8308 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8309
8310 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
8311 exit, when mail-interactive is nil.
8312
8313 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
8314
8315 * files.el (after-find-file): Message fix.
8316
8317 1998-12-09 Ken Stevens <stevens@kdstevens.com>
8318
8319 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
8320
8321 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
8322
8323 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
8324 filenames using backslashes.
8325
8326 1998-12-09 Dave Love <fx@gnu.org>
8327
8328 * browse-url.el (browse-url-mail): Call compose-mail-other-window
8329 with correct number of args.
8330 (browse-url-maybe-new-window): New arg. Callers changed.
8331
8332 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
8333 comment.
8334
8335 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
8336
8337 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
8338
8339 1998-12-08 Markus Rost <rost@delysid.gnu.org>
8340
8341 * vc.el (vc-rcs-release): Fix Type.
8342 (vc-sccs-release): Fix Type.
8343 (vc-cvs-release): Fix Type.
8344
8345 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
8346 arg work right.
8347
8348 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
8349 output of last undeleted message.
8350
8351 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
8352
8353 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
8354 (buffer-undo-list) [windows-nt]: Use different relative path.
8355
8356 1998-12-07 Simon Marshall <simon@gnu.org>
8357
8358 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
8359
8360 1998-12-05 Markus Rost <rost@delysid.gnu.org>
8361
8362 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
8363
8364 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
8365
8366 1998-12-04 Markus Rost <rost@delysid.gnu.org>
8367
8368 * info.el (Info-menu): Don't return error if point is between menu
8369 header and first menu item.
8370
8371 1998-12-04 Dave Love <fx@gnu.org>
8372
8373 * help.el (describe-function-1): Fix description for alias.
8374
8375 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
8376
8377 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
8378 specifications from summary line.
8379
8380 * rect.el (delete-whitespace-rectangle): Mark for autoload.
8381 (close-rectangle): Define alias only once in loaddefs.el.
8382
8383 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
8384
8385 * term/internal.el: Remove code which sets up a special syntax
8386 table for non-ASCII characters.
8387
8388 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
8389
8390 * dos-w32.el (direct-print-region-function): Try to ensure that
8391 printer-name is expanded to a file name on a local drive;
8392 sometimes printing a file loaded from a network volume fails.
8393 (direct-print-region-function): Add a function to
8394 write-region-annotate-functions to append a formfeed character to
8395 the region being printed, if the region doesn't end with a
8396 formfeed already. This avoids creating a second print job
8397 containing a blank page when print spooling is enabled on Windows.
8398
8399 1998-12-02 Dave Love <fx@gnu.org>
8400
8401 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
8402 `Info-goto-node'.
8403
8404 1998-12-02 Richard Stallman <rms@gnu.org>
8405
8406 * help.el (temp-buffer-resize-mode): Doc fix.
8407
8408 * cus-edit.el (custom-save-delete): Save point before
8409 reading a sexp, rather than backing up.
8410
8411 * international/iso-transl.el: Fix previous change.
8412
8413 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
8414
8415 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
8416 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
8417 Added defvars to suppress compilation warnings.
8418
8419 1998-11-30 Ken Stevens <k.stevens@ieee.org>
8420
8421 * ispell.el: Improved and fixed customize for variables:
8422 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
8423 ispell-dictionary-alist, ispell-skip-sgml.
8424 Improved and fixed comments in variables and messages for
8425 functions: ispell-help-in-bufferp, ispell-local-dictionary,
8426 ispell-menu-map, ispell-checking-message, ispell-parser,
8427 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
8428 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
8429 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
8430 ispell-message-text-end, ispell-add-per-file-word-list.
8431 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
8432 system is now required for all languages. Casechars improved for
8433 castellano, castellano8, and norsk dictionaries. Dictionary
8434 norsk7-tex added. Dictionary polish added.
8435 (ispell-dictionary-alist): Redefined at load-time to support
8436 dictionary changes.
8437 (ispell-menu-map): Redefined at load-time to support menu changes.
8438 (ispell-check-version): New alias for `check-ispell-version'.
8439 (ispell-parse-output): Fixed matching for ispell error messages.
8440 Correctly returns spelling suggestions in order generated by ispell
8441 process.
8442 (check-ispell-version): Ensure `case-fold-search' doesn't get
8443 redefined.
8444 (ispell-complete-word): Ensure `case-fold-search' doesn't get
8445 redefined. Fix bug that didn't respect case of word being completed.
8446 (ispell-init-process): Set process coding system to be compatible
8447 with emacs processes and the ispell process.
8448 (ispell-kill-ispell): Ensures ispell process has terminated before
8449 starting new process. This can otherwise confuse process filters
8450 and hang the ispell process.
8451 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
8452 skipping support for sgml.
8453 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
8454 which could cause `ispell-complete-word' to hang.
8455 (ispell-message): Improved message reference matching. Ensure
8456 `case-fold-search' doesn't get redefined.
8457 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
8458 get redefined. Fixed bug in returning to nroff mode from tex mode.
8459 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
8460 get redefined.
8461
8462 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8463
8464 * textmodes/flyspell.el (flyspell-check-word-p):
8465 Don't delay inside a kbd macro.
8466
8467 * subr.el (make-local-hook): Return the hook variable.
8468
8469 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
8470
8471 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
8472 Use a timer instead of post-command-hook.
8473 (hscroll-timer): New variable.
8474
8475 1998-11-30 Dave Love <fx@gnu.org>
8476
8477 * help.el (help-xref-button): Do nothing if text already has the
8478 help-xref property.
8479 (describe-variable): Revert previous change to hyperlink to source.
8480
8481 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
8482
8483 * bindings.el (features): Add `base64' to this list.
8484
8485 * loadhist.el (symbol-file): Doc fix.
8486
8487 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
8488
8489 * files.el (hack-one-local-variable): Cope with non-file buffers.
8490
8491 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
8492
8493 * help.el (describe-mode): Put major mode first.
8494
8495 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
8496 to support special-display and same-window features.
8497
8498 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
8499
8500 * simple.el (transpose-subr, transpose-subr-1): Rename variables
8501 bound in one function and used in the other.
8502 (transpose-subr-start1, transpose-subr-start2): Add defvars.
8503 (transpose-subr-end1, transpose-subr-end2): Add defvars.
8504
8505 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
8506
8507 * autoinsert.el (auto-insert-alist): Use user-mail-address.
8508
8509 1998-11-26 Kenichi Handa <handa@etl.go.jp>
8510
8511 * international/ccl.el (ccl-dump-translate-character-const-tbl):
8512 Give format correct control string.
8513
8514 * international/mule.el (define-translation-table): Fix bug of
8515 setting incorrect translation-table-id. If the first element of
8516 ARGS is a translation table, just register it.
8517
8518 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
8519 property.
8520
8521 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
8522
8523 * thingatpt.el (thing-at-point-url-at-point): Don't use current
8524 syntax table to determine what is whitespace.
8525
8526 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
8527
8528 * frame.el (frame-parameter): Doc fix.
8529
8530 * textmodes/tex-mode.el (tex-feed-input): New function.
8531 (tex-define-common-keys): Add binding for C-c C-m.
8532
8533 1998-11-23 Dave Love <fx@gnu.org>
8534
8535 * progmodes/fortran.el: Various minor doc fixes.
8536 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
8537 (fortran-with-subprogram-narrowing): New macro.
8538 (fortran-check-for-matching-do): Use it.
8539 (fortran-end-do): Use fortran-check-end-prog-re.
8540 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
8541 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
8542
8543 1998-11-23 Simon Marshall <simon@gnu.org>
8544
8545 * font-lock.el (font-lock-defaults): Doc fix.
8546 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
8547 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
8548
8549 * lazy-lock.el (lazy-lock-unstall):
8550 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
8551
8552 * fast-lock.el (fast-lock-save-cache-1):
8553 (fast-lock-cache-data): Rewritten to use with-temp-message.
8554
8555 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
8556
8557 * mail/rmail.el (rmail-set-message-counters-counter): Detect
8558 messages that have been added with DOS line endings and convert
8559 the line endings for such messages.
8560
8561 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
8562
8563 * help.el: Add resizing of temporary buffers.
8564 (temp-buffer-resize-mode): New command and variable.
8565 (temp-buffer-max-height): New variable.
8566 (resize-temp-buffer-window): New function.
8567
8568 * window.el (window-buffer-height): New function, split from
8569 shrink-window-if-larger-than-buffer.
8570 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
8571
8572 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
8573
8574 * frame.el (initial-frame-alist): Add defcustom.
8575
8576 * shell.el (shell-prompt-pattern): Add defcustom.
8577
8578 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8579
8580 * message.el (message-ignored-supersedes-headers): Remove
8581 NNTP-Posting-Date.
8582
8583 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
8584
8585 * help.el (describe-mode): Don't avoid loop indirecting thru
8586 value of INDICATOR.
8587
8588 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
8589
8590 * help.el (describe-variable): Allow any variable with a defcustom,
8591 even if it is not a user variable.
8592
8593 * mail/rmail.el (mail-unsent-separator): Additional alternative.
8594
8595 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
8596
8597 * gnus/nntp.el (nntp-request-group): Allow for failures when
8598 requesting a new group.
8599
8600 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8601
8602 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
8603
8604 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8605
8606 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
8607
8608 1998-11-19 Simon Marshall <simon@gnu.org>
8609
8610 * subr.el (with-temp-message): New macro.
8611
8612 * emacs-lisp/lisp-mode.el (with-temp-message):
8613 Add lisp-indent-function property.
8614
8615 1998-11-18 Dave Love <fx@gnu.org>
8616
8617 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
8618
8619 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
8620
8621 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
8622 This is not obsolete.
8623
8624 1998-11-18 Kenichi Handa <handa@etl.go.jp>
8625
8626 * textmodes/picture.el: Make a new map by make-keymap.
8627 (picture-desired-column): New variable.
8628 (picture-update-desired-column): New function.
8629 (picture-beginning-of-line): Set picture-desired-column to 0.
8630 (picture-end-of-line): Set picture-desired-column to the current
8631 column.
8632 (picture-forward-column): Pay attention to multi-column character.
8633 (picture-backward-column): Likewise.
8634 (picture-move-down): Likewise.
8635 (picture-move-up): Likewise.
8636 (picture-movement-nw): With prefix arg, move twice columns.
8637 (picture-movement-ne): Likewise.
8638 (picture-movement-sw): Likewise.
8639 (picture-movement-se): Likewise.
8640 (picture-set-motion): Handle two-column movements.
8641 (picture-move): Call picture-move-down or picture-forward-column
8642 only when necessary.
8643 (picture-insert): Pay attention to picture-desired-column.
8644 (picture-self-insert): Likewise.
8645 (picture-clear-column): Pay attention to multi-column character.
8646 (picture-mode): Modify doc-string for two-column movement.
8647
8648 * rect.el (move-to-column-force): New function.
8649 (operate-on-rectangle): If coerce-tabs is non-nil, call
8650 move-to-column-force instead of move-to-column.
8651 (insert-rectangle): Call move-to-column-force instead of
8652 move-to-column.
8653 (open-rectangle-line): If begextra is not zero, call
8654 move-to-column-force.
8655
8656
8657 1998-11-16 Dave Love <fx@gnu.org>
8658
8659 * textmodes/sgml-mode.el Require skeleton when compiling.
8660 (sgml-font-lock-keywords-1): Accept single-letter tags.
8661 (v2): Defvar free variable.
8662
8663 1998-11-16 Sam Steingold <sds@goems.com>
8664
8665 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
8666 macro, not ELisp one.
8667
8668 1998-11-16 Kenichi Handa <handa@etl.go.jp>
8669
8670 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
8671 characters to symbol.
8672
8673 * language/japan-util.el (japanese-zenkaku-region): New optional
8674 arg KATAKANA-ONLY.
8675
8676 1998-11-16 Kenichi Handa <handa@etl.go.jp>
8677
8678 * international/mule.el
8679 (after-insert-file-set-buffer-file-coding-system): If the buffer
8680 is changed to unibyte, return inserted bytes.
8681
8682 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
8683 and link names if necessary.
8684 (tar-header-block-summarize): Handle the case that file or link
8685 names are multibyte.
8686 (tar-summarize-buffer): At first set the current buffer unibyte,
8687 then if there are multibyte file names, change it to multibyte.
8688 (tar-mode): Get char position from tar-header-offset.
8689 (tar-extract): Avoid multibyte<->unibyte conversion in
8690 insert-buffer-subsring by setting both buffers unibyte
8691 temporarily.
8692 (tar-copy): Set the buffer unibyte while doing a work. Write
8693 without code conversion.
8694 (tar-expunge): Set the buffer unibyte while doing a work.
8695 (tar-alter-one-field): Likewise.
8696 (tar-clear-modification-flags): Compare byte position with
8697 tar-header-offset.
8698 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
8699 insert-buffer-subsring by setting both buffers unibyte
8700 temporarily. Pay attention to multibyteness while updating the
8701 descriptor-line.
8702 (tar-mode-write-file): Write without code conversion.
8703
8704 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8705
8706 * nngateway.el: Require cl.
8707
8708 1998-11-15 Dave Love <fx@gnu.org>
8709
8710 * progmodes/fortran.el: Fix previous change:
8711 (fortran-end-prog-re1): Changed.
8712 (fortran-check-end-prog-re): New function.
8713 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
8714
8715 1998-11-13 Tom Breton <tob@world.std.com>
8716
8717 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
8718 GNU Emacs.
8719
8720 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
8721
8722 * textmodes/reftex.el: (reftex-finding-files): Group documentation
8723 fixed.
8724 (reftex-toc-toggle-file-boundary,
8725 reftex-toc-toggle-labels,
8726 reftex-toc-toggle-context,reftex-find-start-point): New functions.
8727 (reftex-toc-include-labels, reftex-toc-include-context,
8728 reftex-toc-include-file-boundaries,
8729 reftex-toc-keep-other-windows): New options.
8730 (reftex-use-text-after-label-as-context): Option removed.
8731 (reftex-extract-bib-entries): Protect use in non-latex
8732 buffers.
8733 (reftex-toc-visit-location): Renamed from
8734 `reftex-toc-visit-line'.
8735 (reftex-latin1-to-ascii): Works now with and without Mule.
8736 (reftex-truncate): Removed special stuff for Emacs 20.2.
8737 (reftex-get-offset): Made more general.
8738 (reftex-show-label-location): Renamed from
8739 `reftex-select-label-callback'.
8740 (reftex-pop-to-label): Function removed (using
8741 `reftex-show-label-location' instead.
8742 (reftex-insert-docstruct): Renamed from
8743 `reftex-make-and-insert-label-list'. Function args changed.
8744 (reftex-toc): Now uses `reftex-insert-docstruct' and
8745 `reftex-find-start-point'.
8746 (reftex-select-item): Use `reftex-find-start-point'.
8747 (reftex-toc-visit-line): Can display labels and file
8748 boundaries.
8749 (reftex-TeX-master-file): `(TeX-master-file)' protected.
8750
8751 1998-11-12 Sam Steingold <sds@goems.com>
8752
8753 * browse-url.el (browse-url): Handle the case when
8754 `browse-url-browser-function' is a lambda list.
8755
8756 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
8757
8758 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
8759 version string.
8760 * loadhist.el (symbol-file): Likewise
8761
8762 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
8763
8764 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
8765
8766 1998-11-11 Sam Steingold <sds@goems.com>
8767
8768 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
8769 `run-lisp' instead of signalling an error.
8770
8771 1998-11-11 Karl Heuer <kwzh@gnu.org>
8772
8773 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
8774
8775 1998-11-11 Richard Stallman <rms@gnu.org>
8776
8777 * vc-hooks.el (vc-toggle-read-only): Doc fix.
8778
8779 1998-11-11 Per Starback <starback@update.uu.se>
8780
8781 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
8782 renamed svenska8 to svenska, and fixed and extended CASECHARS
8783 for it.
8784
8785 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
8786
8787 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
8788 handling if setpagedevice is not available.
8789 (ps-begin-file): Fix typo.
8790
8791 1998-11-11 Kenichi Handa <handa@etl.go.jp>
8792
8793 * international/mule-util.el (compose-chars-component): Signal
8794 error if CH is a rule-based composition character.
8795 (compose-chars): Signal error if an already compsed character is
8796 going to be composed by rule-base.
8797
8798 * term/x-win.el: If a resolved ASCII font name doesn't conform to
8799 full XLFD, don't try to get information of WEIGHT and SLANT from
8800 that font name.
8801
8802 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
8803
8804 * dos-w32.el (set-default-process-coding-system): Use function on
8805 before-init-hook to set default-process-coding-system based on
8806 enable-multibyte-characters.
8807
8808 * term/w32-win.el ([language-change]): For now ignore
8809 keyboard language-change events.
8810
8811 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
8812
8813 * ediff-util.el (ediff-make-temp-file): Run the prefix through
8814 convert-standard-file-name, but leave the results of
8815 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
8816 characters if the original name already exists, or has a special
8817 handler.
8818
8819 1998-11-10 Karl Heuer <kwzh@gnu.org>
8820
8821 * international/iso-insert.el: Delete autoload cookies.
8822
8823 * international/iso-transl.el: Add autoload cookies.
8824
8825 1998-11-10 Richard Stallman <rms@gnu.org>
8826
8827 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
8828 (ispell-process-line): Don't treat multibyte
8829
8830 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
8831
8832 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
8833 setpagedevice to specify the page size if setpagedevice is
8834 available. This is necessary to select the correct paper tray on
8835 Level 2 printers with multiple paper sizes available.
8836
8837 (ps-begin-file): Cope with font names that contain spaces, and
8838 call BeginDoc in a BeginSetup/EndSetup block.
8839
8840 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
8841
8842 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
8843 convert-standard-filename.
8844
8845 * loadhist.el (symbol-file): Run fns-VERSION.el through
8846 convert-standard-filename.
8847
8848 1998-11-06 Richard Stallman <rms@gnu.org>
8849
8850 * textmodes/texinfmt.el (texinfo-format-scan):
8851 Detect the case of two @-commands in a row; process just the first.
8852 (texinfo-append-refill): If line has a @c, insert the @refill
8853 before it.
8854 (texinfo-format-refill): Return with point where the @refill was.
8855
8856 * files.el (hack-local-variables): Test local-enable-local-variables.
8857 (hack-local-variables-prop-line): Likewise.
8858 (set-auto-mode): Don't test local-enable-local-variables here.
8859 (enable-local-variables): Doc fix.
8860 (local-enable-local-variables): Doc fix.
8861 (normal-mode): Doc fix.
8862
8863 1998-11-06 Karl Heuer <kwzh@gnu.org>
8864
8865 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
8866
8867 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
8868
8869 * simple.el (line-number-mode): Doc fix.
8870
8871 1998-11-06 Kenichi Handa <handa@etl.go.jp>
8872
8873 * international/fontset.el (create-fontset-from-fontset-spec):
8874 Give correct arg to `error'.
8875
8876 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
8877
8878 * textmodes/sgml-mode.el (html-mode): Doc fix.
8879 (sgml-name-8bit-mode): Fix missing format character in message string.
8880
8881 1998-11-05 Karl Heuer <kwzh@gnu.org>
8882
8883 * mail/sendmail.el (sendmail-send-it): Check for failure.
8884
8885 1998-11-05 Richard Stallman <rms@gnu.org>
8886
8887 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
8888
8889 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
8890 (close-rectangle): Define as alias.
8891
8892 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
8893
8894 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
8895
8896 1998-11-05 Dave Love <fx@gnu.org>
8897
8898 * help.el (describe-variable): Don't quote link to source.
8899
8900 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
8901
8902 * gud.el (gud-common-init): Use pop-to-buffer.
8903 (same-window-regexps): Add an element that matches all gud buffers.
8904
8905 1998-11-04 Jason Rumney <jasonr@altavista.net>
8906
8907 * term/w32-win.el (x-get-selection-value): Alias to
8908 x-cut-buffer-or-selection-value.
8909 (w32-standard-fontset-spec): New variable.
8910 (w32-create-initial-fontsets, mouse-set-font): Check whether
8911 new-fontset is available.
8912 (w32-use-w32-font-dialog): Enable use of set-variable.
8913
8914 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8915
8916 * vc.el (with-vc-file, edit-vc-file): New macros.
8917
8918 1998-11-04 Kenichi Handa <handa@etl.go.jp>
8919
8920 * international/quail.el (quail-show-guidance-buf): Call
8921 set-minibuffer-window to set minibuffer window of the current
8922 frame correctly.
8923
8924 1998-11-03 Theodore Jump <tjump@tertius.com>
8925
8926 * term/w32-win.el: Require fontset.
8927
8928 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
8929
8930 * faces.el (set-face-font): Call resolve-fontset-name on w32.
8931 (set-face-font-auto): Ditto.
8932
8933 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
8934
8935 * mouse.el (mouse-drag-region): Fix typo.
8936
8937 1998-11-02 Dave Love <fx@gnu.org>
8938
8939 * progmodes/fortran.el Fix for fontification of strings lost somehow:
8940 (fortran-fontify-string): New function.
8941 (fortran-font-lock-keywords-1): Use it.
8942
8943 1998-11-02 Markus Rost <rost@delysid.gnu.org>
8944
8945 * comint.el (comint-file-name-quote-list): Doc fix.
8946
8947 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
8948
8949 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
8950 build directory, not source directory.
8951
8952 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
8953 if we did not get one for the final move.
8954
8955 1998-11-01 Dave Love <fx@gnu.org>
8956
8957 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
8958 Don't funcall browse-url-browser-function.
8959
8960 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
8961 Don't funcall browse-url-browser-function.
8962
8963 * fortran.el (fortran-end-prog-re1): Fix the regexp.
8964
8965 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
8966
8967 * files.el (revert-buffer): Doc fix.
8968
8969 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
8970
8971 * textmodes/tex-mode.el (tex-start-options-string):
8972 Quote the backslashes with more backslashes.
8973
8974 1998-10-31 Dave Love <fx@gnu.org>
8975
8976 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
8977 (webjump): Don't funcall browse-url-browser-function.
8978
8979 1998-10-30 Kenichi Handa <handa@etl.go.jp>
8980
8981 * international/quail.el (quail-start-translation): Handle
8982 switching of the frame in read-key-sequence.
8983 (quail-start-conversion): Likewise.
8984 (quail-show-guidance-buf): Detach quail-guidance-buf from any
8985 windows before setting an appropriate window for it.
8986 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
8987 quail-guidance-win to nil.
8988 (quail-update-guidance): If quail-guidance-buf is not in the
8989 selected frame, call quail-show-guidance-buf again.
8990
8991 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
8992
8993 * progmodes/pascal.el (pascal-mode):
8994 `blink-matching-paren-dont-ignore-comments' set to t.
8995
8996 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8997
8998 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
8999
9000 1998-10-30 Dave Love <fx@gnu.org>
9001
9002 * vc.el (vc-backend-merge-news): Check for "P" output.
9003
9004 * help.el (describe-variable): Hyperlink the definition.
9005
9006 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
9007
9008 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
9009 (sh-set-shell): Likewise.
9010
9011 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
9012
9013 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
9014 (edebug-on-error): Fix customize type to match that of
9015 debug-on-error.
9016
9017 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
9018
9019 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
9020 report-emacs-bug-address instead of undefined bug-gnu-emacs.
9021
9022 * international/mule-cmds.el (select-message-coding-system): Doc
9023 fix.
9024
9025 * international/mule-diag.el (describe-coding-system): Describe
9026 all flags.
9027
9028 * mail/sendmail.el (sendmail-coding-system,
9029 default-sendmail-coding-system): Doc fix.
9030
9031 * simple.el (shell-command-on-region): Doc fix.
9032
9033 * loadup.el: Write fns-*.el in current directory instead of
9034 data-directory since no installation directory exists yet. Mark
9035 buffer unmodified afterwards.
9036
9037 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
9038 instead of data-directory since it is architecture dependent.
9039 (load-history-loaded): Update doc string.
9040
9041 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
9042
9043 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
9044 path as a default directory when canonicalizing names.
9045
9046 * w32-fns.el: Remove a dangling reference to a directory on the
9047 build machine.
9048
9049 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9050
9051 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
9052 namespace related keywords such as `class', `body', `private',
9053 `variable', `namespace eval', etc.
9054 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
9055 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
9056 imenu and font-lock so that searches for \sw would find words
9057 containing colons.
9058
9059 * progmodes/etags.el (initialize-new-tags-table):
9060 Do not alter find-tag-marker-ring and tags-location-ring.
9061
9062 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
9063
9064 * term/w32-win.el: Require fontset.
9065 (w32-init-fontsets): New function (code from x-win.el).
9066
9067 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9068
9069 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
9070 calendar-and-diary-frame-parameters): Add title parameter.
9071
9072 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9073
9074 * completion.el (dynamic-completion-mode): New function to enable
9075 the mode. (Just loading the file now does not change anything.)
9076
9077 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9078
9079 * ps-print.el: User option for multibyte buffer handling and doc fix.
9080 (ps-multibyte-buffer): New user option.
9081 (ps-setup): Print new user option.
9082 (ps-print-quote): New fun.
9083 (ps-color-p, ps-mule-font-info-database-latin): New var.
9084 (ps-default-color, ps-mule-font-info-database)
9085 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
9086 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
9087 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
9088 Little code improvement.
9089 (ps-mule-initialize): Initialize ps-mule-font-info-database.
9090 (ps-print-prologue-header, ps-font-family, ps-font-size)
9091 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
9092 (ps-build-face-reference, ps-mule-font-info-database-bdf)
9093 (ps-mule-external-libraries, ps-mule-init-external-library)
9094 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
9095 Doc fix.
9096 (ps-print-version): New version number (4.1.1) and doc fix.
9097 (ps-print-prologue-header): New user option.
9098 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
9099 Conditional compilation for GNU Emacs and emacsens.
9100 (ps-generate-postscript-with-faces): Skip invisible text better.
9101 (ps-setup): Print new user option.
9102 (ps-print-preprint): Check if input file name exists and is unwritable.
9103 (ps-begin-file): Adjust PostScript prologue header for duplex printers
9104 and insert user PostScript prologue header comments.
9105 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
9106 New funs.
9107 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
9108 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
9109 PostScript programming normalization.
9110 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
9111 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
9112 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
9113 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
9114 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
9115 Programming style normalization.
9116
9117 1998-10-26 Kenichi Handa <handa@etl.go.jp>
9118
9119 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
9120 version, check the value of mule-version.
9121
9122 * international/mule-util.el (compose-region): Insert then delete
9123 to preserve markers.
9124 (decompose-region): Use search-forward for efficiency.
9125
9126 * language/chinese.el (pre-write-encode-hz): Cancel previous
9127 change, use generate-new-buffer instead of get-buffer-create.
9128 * language/devan-util.el
9129 (in-is13194-devanagari-pre-write-conversion): Likewise.
9130 * language/thai-util.el (thai-pre-write-conversion): Likewise.
9131 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
9132 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
9133
9134 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9135
9136 * mail/rmailsum.el (rmail-message-subject-p):
9137 Handle message whose header has not been reformatted.
9138
9139 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
9140
9141 1998-10-25 Jason Rumney <jasonr@altavista.net>
9142
9143 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
9144 New variables.
9145 (mouse-set-font): Use font menus instead of dialog according to
9146 w32-use-w32-font-dialog.
9147
9148 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9149
9150 * calendar/calendar.el (calendar-day-name-array): Add doc string
9151 correctly!
9152 (calendar-month-name-array): Add doc string correctly!
9153
9154 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
9155
9156 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
9157
9158 1998-10-21 Markus Rost <rost@delysid.gnu.org>
9159
9160 * lisp/info.el (Info-next-menu-item): Stay on top of node.
9161
9162 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
9163
9164 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
9165
9166 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
9167
9168 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
9169
9170 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
9171
9172 1998-10-21 Karl Heuer <kwzh@gnu.org>
9173
9174 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
9175 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
9176 (profile-filter, profile-reset-timer): Functions deleted.
9177 (profile-check-zero-init-times, profile-get-time): Likewise.
9178 (profile-find-function, profile-quit): Likewise.
9179 (profile-distinct, profile-call-stack, profile-last-time): New vars.
9180 (profile-time-list, profile-init-list): Doc fix.
9181 (profile-functions): Simplify.
9182 (profile-print): Use float. Make output include space separators.
9183 (profile-add-time): New helper function.
9184 (profile-function-prolog): Renamed from profile-start-function.
9185 Handle profile-distinct.
9186 (profile-function-epilog): Renamed from profile-update-function.
9187 Handle profile-distinct.
9188 (profile-a-function): If the function to be profiled is an
9189 autoload form, load it. If it's lazy-loaded, fetch it.
9190 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
9191 (profile-restore-fun): Arg FUN is now a function symbol, as was
9192 documented, rather than a one-element list.
9193 (profile-finish): Call profile-restore-fun properly.
9194
9195 1998-10-21 Kenichi Handa <handa@etl.go.jp>
9196
9197 * international/characters.el: Setup charset property
9198 nospace-between-words.
9199
9200 * international/mule-cmds.el (get-charset-property): If CHARSET is
9201 composition, return nil.
9202 (put-charset-property): If CHARSET is composition, do nothing.
9203
9204 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
9205 * language/devan-util.el
9206 (in-is13194-devanagari-pre-write-conversion): Likewise.
9207 * language/thai-util.el (thai-pre-write-conversion): Likewise.
9208 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
9209 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
9210
9211 * textmodes/fill.el (sentence-end-without-period): New variable.
9212 (canonically-space-region): Pay attention to
9213 sentence-end-without-period.
9214 (fill-find-break-point): The first argument CHARSET deleted.
9215 Caller changed.
9216 (fill-region-as-paragraph): Pay attention to charset property
9217 nospace-between-words and text property nospace-between-words.
9218
9219 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
9220
9221 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
9222 an unrecognized shell.
9223
9224 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
9225
9226 * desktop.el (desktop-save): Include minor modes symbolically.
9227 (desktop-create-buffer): Turn on all minor modes in `mim'.
9228
9229 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
9230
9231 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
9232 (sh-font-lock-keywords): Handle rpm and rpm2.
9233 (sh-ancestor-alist): Handle rpm.
9234
9235 * files.el (auto-mode-alist): Recognize .rpm files.
9236 Also .spec and .mspec files.
9237
9238 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
9239
9240 * faces.el (frame-set-background-mode): Enable the function for
9241 MSDOS frames.
9242
9243 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9244
9245 * calendar/calendar.el (calendar-day-name-array): Add doc string.
9246 (calendar-month-name-array): Add doc string.
9247
9248 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9249
9250 * simple.el (kill-ring-max): Increased to 60.
9251
9252 1998-10-17 Kenichi Handa <handa@etl.go.jp>
9253
9254 * international/characters.el: Setup auto-fill-chars.
9255
9256 * international/kinsoku.el (kinsoku): Check the variable
9257 enable-kinsoku.
9258
9259 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
9260 Don't call kinsoku directly, intead call fill-find-break-point.
9261
9262 * textmodes/fill.el: Setup `fill-find-break-point-function'
9263 property to character sets which require `kinsoku' processing for
9264 filling.
9265 (fill-find-break-point): New function.
9266 (fill-region-as-paragraph): Don't check kinsoku-enable here.
9267 Don't call kinsoku directly, intead call fill-find-break-point.
9268
9269 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
9270
9271 * faces.el (modify-face-read-string): Return (nil) for "none".
9272 (modify-face): Don't get error if (nil) is the argument.
9273 (face-try-color-list): Don't check whether nil is a valid color.
9274
9275 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
9276
9277 * emacs-lisp/bytecomp.el (byte-recompile-directory):
9278 Print message about each directory, even in batch mode.
9279
9280 * gnus/nntp.el: Require `cl' before using nnoo-declare.
9281
9282 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
9283 (ps-mule-string-char): No need to use sref.
9284 (ps-mule-next-index): No need to use sref.
9285
9286 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
9287
9288 * files.el (revert-buffer-internal-hook): Add defvar.
9289
9290 * arc-mode.el (archive-mode): Locally set file-precious-flag.
9291
9292 * tar-mode.el (tar-mode): Locally set file-precious-flag.
9293
9294 1998-10-16 Markus Rost <rost@delysid.gnu.org>
9295
9296 * international/mule-cmds.el (default-input-method): Fix custom type.
9297
9298 * net-utils.el (whois-server-list): Fix customization type.
9299
9300 * shell.el (shell-input-autoexpand): Fix customization group.
9301
9302 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
9303
9304 * repeat.el (repeat): Handle keyboard macros properly.
9305 Handle new prefix arg after self-insert command.
9306
9307 * repeat.el: Don't include cl even at compile time.
9308 (repeat): Avoid using `loop'.
9309
9310 * simple.el (shell-command-on-region): Doc fix.
9311 (next-history-element): Special error message if no default.
9312
9313 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
9314
9315 * ps-print.el (ps-print-buffer): Doc fix.
9316 (ps-despool): Likewise.
9317
9318 * arc-mode.el (arc-mode): Provide arc-mode.
9319
9320 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9321
9322 * ps-print.el (ps-print-buffer): Doc fix.
9323
9324 1998-10-14 Dave Love <fx@gnu.org>
9325
9326 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
9327 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
9328 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
9329
9330 * progmodes/fortran.el (fortran-mode-map): Change "Join
9331 Continuation Line" to "Join Line".
9332 (fortran-font-lock-keywords-1): Add "cycle", "exit".
9333
9334 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9335
9336 * progmodes/fortran.el (fortran-join-line): Use
9337 `delete-indentation' instead of issuing an error message if not on
9338 a continuation line. Provide for joining several lines using
9339 prefix arg.
9340
9341 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
9342
9343 * term/pc-win.el (msdos-color-values): New variable.
9344 (x-color-values): New function, emulates its namesake from
9345 src/xfns.c.
9346 (msdos-bg-mode): Add all dark colors to those which return
9347 "dark".
9348
9349 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9350
9351 * replace.el (keep-lines, flush-lines, how-many):
9352 Don't ignore case if arg has upper case letters.
9353
9354 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
9355
9356 * progmodes/vhdl-mode.el
9357 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
9358 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
9359 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
9360 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
9361 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
9362 (vhdl-when): Fix indentation problem.
9363 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
9364 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
9365 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
9366
9367 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
9368
9369 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
9370 (ls-lisp-insert-directory): Renamed from insert-directory.
9371 (insert-directory): New function.
9372
9373 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
9374
9375 * simple.el (completion-fixup-function): Variable deleted.
9376 (completion-setup-function): Delete code for completion-fixup-function.
9377 * emacs-lisp/lisp.el (lisp-complete-symbol):
9378 Don't bind completion-fixup-function.
9379
9380 * files.el (find-file-wildcards): New option.
9381 (find-file-noselect): Handle wild cards, if enabled.
9382 (file-expand-wildcards): New function.
9383
9384 * simple.el (set-fill-column): Doc fix.
9385
9386 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9387
9388 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
9389
9390 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
9391
9392 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
9393 Move declaration before first use.
9394 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
9395 hif-math, hif-factor): Rename token to hif-token and token-list to
9396 hif-token-list.
9397 (hif-token, hif-token-list): Declare them.
9398 (hif-find-ifdef-block): Return cons of top and bottom point
9399 instead of setting dynamically bound variables.
9400 (hide-ifdef-block, show-ifdef-block): Use return value of
9401 hif-find-ifdef-block.
9402
9403 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9404
9405 * subr.el (read-passwd): Use clear-this-command-keys.
9406
9407 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
9408
9409 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
9410 and ...-for-write.
9411
9412 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
9413
9414 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
9415 responses to GROUP command, since this may be called from a timer
9416 with quit inhibited.
9417
9418 1998-10-12 Kenichi Handa <handa@etl.go.jp>
9419
9420 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
9421 set unconditional-jump to nil.
9422 (ccl-compile-read-multibyte-character): Return nil.
9423 (ccl-compile-write-multibyte-character): Likewise.
9424 (ccl-compile-translate-character): Likewise
9425 (ccl-compile-map-multiple): Likewise.
9426 (ccl-compile-map-single): Likewise.
9427
9428 * international/kinsoku.el: Add coding tag.
9429 (kinsoku-bol): Remove superfluous TAB in a string.
9430
9431 * international/mule-cmds.el (find-coding-systems-for-charsets):
9432 Delete `composition' (if any) from CHARSETS.
9433
9434 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9435
9436 * international/mule-cmds.el (setup-specified-language-environment):
9437 Add apropos-inhibit property.
9438 (describe-specified-language-support): Likewise.
9439
9440 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
9441
9442 * international/mule.el (make-coding-system): Create -with-esc
9443 variant coding system.
9444
9445 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
9446
9447 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
9448 (next-file): Optionally offer to revert a file's buffer,
9449 if it has an existing buffer but the file has changed.
9450
9451 * info.el (Info-insert-dir): Detect and report problems
9452 in input files, such as "No Top node". Return with point
9453 at the beginning of the text.
9454 (Info-find-node): Reinsert the code to handle files
9455 with no tags table; it was deleted by mistake.
9456
9457 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
9458
9459 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
9460 texinfo-find-higher-level-node repeatedly find the same node.
9461 (texinfo-find-higher-level-node): Doc fix.
9462
9463 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
9464
9465 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
9466 (smtpmail-address-buffer): Add defvar.
9467 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
9468
9469 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
9470
9471 * ffap.el (ffap-machine-p-local): Fix editing error.
9472
9473 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9474
9475 * faces.el (frame-set-background-mode):
9476 Don't do anythung for text-only or MSDOS frame.
9477
9478 1998-10-08 Kenichi Handa <handa@etl.go.jp>
9479
9480 * international/quail.el (quail-defrule): New optional arg APPEND.
9481 (quail-defrule-internal): Fix bug of handling the argument APPEND.
9482
9483 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
9484
9485 * gnus/pop3.el (pop3-open-server):
9486 Set process-coding-system-alist around open-network-stream.
9487
9488 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9489
9490 * files.el (save-buffer): Doc fix.
9491
9492 1998-10-07 Karl Heuer <kwzh@gnu.org>
9493
9494 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
9495 return DEF unchanged, not nil. Simplify.
9496
9497 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
9498
9499 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
9500
9501 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
9502
9503 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
9504
9505 * net-utils.el (ftp, nslookup): Require comint.
9506 (network-service-connection): Likewise.
9507 (whois-server-name): Defaults to whois.arin.net
9508 (whois-server-list, whois-server-tld, whois-guess-server): New var.
9509 (whois): Tries to guess the appropriate top-level domain server.
9510 (whois-get-tld): New function.
9511
9512 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
9513 (dirtrack-debug-toggle): Added this function.
9514
9515 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9516
9517 * files.el (find-file-noselect): Switch to the correct buffer
9518 before checking find-file-literally, and allow non-nil non-t
9519 rawfile params.
9520
9521 1998-10-06 Karl Heuer <kwzh@gnu.org>
9522
9523 * midnight.el (clean-buffer-list): Add autoload cookie.
9524
9525 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
9526 no-autosave.
9527 * tar-mode.el (tar-mode-revert): Likewise.
9528 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
9529 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
9530 * gnus/message.el (message-auto-save-directory): Renamed from
9531 message-autosave-directory. All references changed.
9532
9533 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9534
9535 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
9536 string. Expose mime stuff while searching.
9537
9538 1998-10-06 Richard Stallman <rms@gnu.org>
9539
9540 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
9541
9542 * replace.el (perform-replace): Position point properly
9543 before and after the recursive edit of C-r.
9544
9545 * progmodes/etags.el (tags-reset-tags-tables): Properly
9546 find the markers in the old rings that are being discarded.
9547
9548 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9549
9550 * apropos.el (apropos-print): Control invalid characters.
9551
9552 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
9553 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
9554 confusing customize.
9555
9556 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
9557
9558 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
9559 built-in commands. Add more built-in commands and fix face names.
9560
9561 1998-10-05 Simon Marshall <simon@gnu.org>
9562
9563 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
9564
9565 1998-10-04 Eric Ludlam <zappo@gnu.org>
9566
9567 * speedbar.el (speedbar-initial-expansion-list-name): Remove
9568 customization since it is not useful in this case.
9569 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
9570 sure it gets evalled to a number. Also verify that set-frame-name
9571 fn exists before calling it.
9572
9573 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9574 Protect a `forward-sexp' call which could fail, and improved regex
9575 for ie, and eg abbreviations.
9576
9577 1998-10-02 Noah Friedman <friedman@splode.com>
9578
9579 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
9580 send-string.
9581 (rlogin-send-Ctrl-D): Here also.
9582 (rlogin-send-Ctrl-Z): Here also.
9583 (rlogin-send-Ctrl-backslash): Here also.
9584
9585 1998-10-02 Dave Love <fx@gnu.org>
9586
9587 * outline.el (hide-region-body): Bind
9588 outline-view-change-hook to nil while making repeated calls to
9589 outline-flag-region. Run it once at the end.
9590 (hide-other, hide-sublevels, show-children): Likewise.
9591
9592 * info-look.el: Remove duplicate scheme-mode entry.
9593 (info-lookup-make-completions): When looking for entries, check
9594 that `item' isn't null or "Menu".
9595
9596 1998-10-01 Karl Heuer <kwzh@gnu.org>
9597
9598 * net-utils.el: Don't require ffap.
9599 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
9600 (ping, nslookup-host, finger, network-connection-to-service): Use them.
9601
9602 1998-09-30 Richard Stallman <rms@gnu.org>
9603
9604 * ispell.el (check-ispell-version): No need to bind default-major-mode.
9605
9606 * imenu.el (imenu--generic-function): Sort each submenu by position.
9607 (imenu--sort-by-position): New function.
9608
9609 * cus-edit.el (Custom-mode-menu): Fix info node name.
9610 (customize group): Fix info node name.
9611
9612 * mail/mailalias.el (build-mail-aliases): Don't allow
9613 a newline in the alias name. Don't define an alias
9614 if the definition would be empty.
9615
9616 * which-func.el (which-func-mode-global): Make :set function
9617 more reliable.
9618
9619 * custom.el (custom-set-variables): Load the requests first,
9620 then check the symbol's `set' function.
9621
9622 * ffap.el: Doc fixes.
9623
9624 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9625
9626 * gnus.el: (gnus-valid-select-methods): Fix type.
9627 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
9628 * gnus-score.el (gnus-orphan-score): Fix type.
9629 (gnus-score-default-header, gnus-score-default-type): Fix type.
9630 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
9631 (gnus-saved-headers): Fix type.
9632
9633 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
9634 Avoid nil value of `two-lines-citation-part'.
9635
9636 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
9637
9638 * which-func.el (which-function): Handle case when
9639 (car imenu--index-alist) is nil.
9640
9641 1998-09-29 Dave Love <fx@gnu.org>
9642
9643 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
9644 bzip2 args.
9645
9646 1998-09-29 Simon Marshall <simon@gnu.org>
9647
9648 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
9649 comint-exec-hook.
9650
9651 1998-09-29 Stephen Eglen <stephen@gnu.org>
9652
9653 * info-look.el: Add support for Octave.
9654
9655 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
9656
9657 * textmodes/reftex.el (reftex-finding-files): New customize group.
9658 (reftex-texpath-environment-variables,
9659 reftex-use-external-file-finders, reftex-external-file-finders,
9660 reftex-search-unrecursed-path-first): New options.
9661 (reftex-process-string, reftex-find-file-externally): New
9662 functions.
9663 (reftex-access-search-path): Execute shell commands to find the
9664 search path.
9665 (reftex-toggle-auto-view-crossref): When turning on, make sure
9666 `reftex-auto-view-crossref' becomes non-nil.
9667 (reftex-abbrev-regexp): Constant removed.
9668 (reftex-convert-string): Abbrev regexp calculated locally.
9669
9670 1998-09-28 Dave Love <fx@gnu.org>
9671
9672 * progmodes/fortran.el: Don't call regexp-opt when deriving
9673 font-lock patterns with keywords that aren't all literal.
9674
9675 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
9676
9677 * octave-inf.el (inferior-octave-prompt): Also match prompts of
9678 the form `octave.bin:1>' which come from using precopiled binary
9679 versions.
9680
9681 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9682
9683 * help.el (help-for-help): Use %THIS-KEY%.
9684 (help-quit): Add doc.
9685
9686 * help-macro.el (make-help-screen): Keep HELP-TEXT
9687 in a separate function definition, not in the help command FNAME.
9688 Replace %THIS-KEY% with the key sequence that ran FNAME.
9689
9690 1998-09-25 Richard Stallman <rms@gnu.org>
9691
9692 * textmodes/texinfo.el (texinfo-show-structure):
9693 Bind inhibit-read-only.
9694
9695 * isearch.el (isearch-search-and-update): Properly
9696 handle upper case letters in the reverse-search special case.
9697
9698 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9699
9700 * gnus.el: Extend the list of autoloaded functions.
9701
9702 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
9703 buffer before creating help group. (from Gnus v5.6.43, fix by
9704 1998-08-20 Per Starback <starback@update.uu.se>)
9705
9706 * gnus-util.el (gnus-output-to-rmail): Adjust to
9707 `rmail-output-to-rmail-file'.
9708
9709 1998-09-25 Karl Heuer <kwzh@gnu.org>
9710
9711 * hexl.el (hexl-mode-map): More of previous change.
9712
9713 * textmodes/tex-mode.el (tex-run-command): Doc fix.
9714 (tex-start-tex): Don't use tex-start-options-string in star case.
9715 Quote file name in star case as well as in non-star.
9716 Add blank and quoting of option string here.
9717 (tex-start-options-string): Not here.
9718
9719 1998-09-23 Karl Heuer <kwzh@gnu.org>
9720
9721 * term.el (term-delimiter-argument-list): Doc fix.
9722 (term-emulate-terminal): Escape literal semicolon.
9723 * progmodes/asm-mode.el (asm-mode): Doc fix.
9724 (asm-comment-char): Escape literal semicolon.
9725 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
9726
9727 1998-09-23 Richard Stallman <rms@gnu.org>
9728
9729 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
9730 only those that normally modify the buffer.
9731
9732 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
9733 over again.
9734
9735 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
9736
9737 * ispell.el (check-ispell-version): Ensure same buffer is current
9738 when let-binding of case-fold-search ends.
9739
9740 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9741
9742 * ps-print.el: Skip invisible overlay.
9743 Test for set-buffer-multibyte rather than using mule-version.
9744 (ps-print-version): New version number (4.1) and doc fix.
9745 (ps-generate-postscript-with-faces): Skip invisible overlay.
9746
9747 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
9748
9749 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
9750
9751 1998-09-22 Kenichi Handa <handa@etl.go.jp>
9752
9753 * international/quail.el (quail-update-guidance): Check for the
9754 return value of (quail-guidance) fixed.
9755 (quail-update-translation): Bind quail-current-str locally when it
9756 calls quail-update-guidance.
9757 (quail-update-translation): If input-method-exit-on-first-char is
9758 non-nil, terminate translation only when the current input method
9759 is simple.
9760
9761 1998-09-22 Paul Eggert <eggert@twinsun.com>
9762
9763 * startup.el (locale-translation-file-name): Prefer X-related names
9764 to the name used by GNU/Linux sans X. Set to nil if no file found.
9765 (command-line): Use locale-translation-file-name if it is not nil,
9766 instead of testing for its existence again.
9767 regexp-quote the ctype before using it in a regexp.
9768 Allow a colon to appear after the ctype in the aliases file,
9769 as is done in X11R6.4.
9770
9771 1998-09-21 Richard Stallman <rms@gnu.org>
9772
9773 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
9774
9775 * calendar/appt.el (appt-interval): Variable deleted.
9776 (appt-check): For minutes in between appt-display-interval times,
9777 do check, but don't display anything except an updated mode line.
9778 Count against appt-display-interval based on minutes since
9779 first display of this appointment, not based on time of day.
9780 If appt-display-mode-line, force mode line redisplay
9781 whenever appt-mode-string has changed.
9782 (appt-add, appt-delete): Add autoload cookies.
9783 (appt-check): Catch errors from calling `diary'.
9784 (appt-max-time): Renamed from max-time.
9785 (appt-now-displayed, appt-display-count): New variables.
9786 (appt-timer): Don't create one if we already have one.
9787
9788 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9789 More general code to use the source buffer instead of the zap file.
9790
9791 * hilit-chg.el (highlight-compare-with-file): Renamed from
9792 compare-with-file.
9793
9794 * loadhist.el (load-history-loaded): New variable.
9795 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
9796
9797 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
9798
9799 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9800 Fix error messages.
9801
9802 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
9803
9804 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
9805 Emacs frame.
9806
9807 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9808
9809 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
9810 `undecided' and `undecided-unix'.
9811
9812 1998-09-21 Dave Love <fx@gnu.org>
9813
9814 * help.el (help-make-xrefs): Fix typo affecting Info references.
9815
9816 * subr.el (remove-hook): Check list values to avoid errors.
9817
9818 1998-09-18 Noah Friedman <friedman@splode.com>
9819
9820 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
9821 store string in eldoc-last-message without consing a new string.
9822 Rearrange logic from nested if's into cond's.
9823 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
9824 Do not print message; just return string.
9825 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
9826 Do not print message; just return string.
9827 Cache that string in eldoc-last-data.
9828 (eldoc-last-data): Make into a vector.
9829 (eldoc-get-fnsym-args-string): Use new data form of structure.
9830 (eldoc-get-var-docstring): Here also.
9831 (eldoc-last-data-store): New function.
9832 (eldoc-get-fnsym-args-string): Use it.
9833 (eldoc-get-var-docstring): Here also.
9834 (eldoc-docstring-first-line): Minimize interim string consing.
9835 Call substitute-command-keys on the result.
9836 (eldoc-print-var-docstrings, eldoc-print-docstring,
9837 eldoc-docstring-message): Functions removed.
9838 (eldoc-docstring-format-sym-doc): New function, functionality
9839 ripped out of eldoc-docstring-message.
9840 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
9841
9842 1998-09-18 Kenichi Handa <handa@etl.go.jp>
9843
9844 * international/mule.el (make-coding-system): Doc-string modified.
9845
9846 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
9847
9848 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
9849
9850 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
9851 customize type.
9852
9853 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
9854 type.
9855
9856 * progmodes/compile.el (compilation-error-screen-columns): New
9857 variable.
9858 (compilation-next-error-locus): Use it to decide whether to use
9859 forward-char or move-to-column.
9860
9861 * mail/rmail.el (rmail-movemail-program): Fix customize type.
9862
9863 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
9864 feedmail-fiddle-plex-user-list,
9865 feedmail-spray-address-fiddle-plex-list,
9866 feedmail-prompt-before-queue-user-alist,
9867 feedmail-prompt-before-queue-help-supplement,
9868 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
9869 feedmail-queue-alternative-mail-header-separator): Fix customize
9870 type.
9871
9872 * startup.el (site-run-file): Fix customize type.
9873
9874 * speedbar.el (speedbar-initial-expansion-list-name): Fix
9875 customize type.
9876
9877 * shell.el (shell-input-autoexpand): Fix customize type.
9878
9879 * ps-print.el (ps-font-info-database): Add missing dots in value.
9880 Improve layout of customize type.
9881
9882 * net-utils.el (traceroute-program-options, ping-program-options,
9883 ipconfig-program-options, netstat-program-options,
9884 arp-program-options, route-program-options,
9885 nslookup-program-options, ftp-program-options): Fix customize
9886 type.
9887
9888 * midnight.el (clean-buffer-list-kill-regexps,
9889 clean-buffer-list-kill-buffer-names,
9890 clean-buffer-list-kill-never-buffer-names,
9891 clean-buffer-list-kill-never-regexps): Fix customize type.
9892
9893 * man.el (Man-init-defvars): Avoid trailing nil on
9894 Man-filter-list.
9895
9896 * lpr.el (printer-name): Fix customize type.
9897
9898 1998-09-16 Kenichi Handa <handa@etl.go.jp>
9899
9900 * international/mule-cmds.el (reset-language-environment): Call
9901 update-coding-systems-internal.
9902
9903 * international/mule-conf.el: Call update-coding-systems-internal
9904 at the tail.
9905
9906 1998-09-14 Dave Love <fx@gnu.org>
9907
9908 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
9909 use the menu-enable properties, pending doing it correctly and
9910 acceptably fast.
9911
9912 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
9913
9914 1998-09-13 Dave Love <d.love@dl.ac.uk>
9915
9916 * progmodes/hideshow.el (hs-grok-mode-type): Check
9917 comment-{start,end} non-nil as well as bound. Report an error if
9918 we can't grok the mode.
9919
9920 1998-09-13 Richard Stallman <rms@gnu.org>
9921
9922 * simple.el (blink-matching-open): Don't log paren matching
9923 messages in *Messages*.
9924
9925 1998-09-12 Richard Stallman <rms@gnu.org>
9926
9927 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
9928 Set point-before-scroll at end even if there was an error.
9929
9930 * ange-ftp.el (ange-ftp-insert-file-contents):
9931 Use binary mode for dumb-unix hosts as for unix hosts.
9932 (ange-ftp-copy-file-internal): Likewise.
9933
9934 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
9935
9936 * emacs-lisp/pp.el: Doc fixes.
9937
9938 * wid-edit.el (widget-menu-max-shortcuts): New variable.
9939 (widget-choose): Don't use single-char shortcuts if # items
9940 exceeds that many. Use minibuffer instead.
9941
9942 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9943
9944 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
9945
9946 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
9947
9948 * speedbar.el (speedbar-frame-mode): Do not set frame position if
9949 in terminal mode.
9950
9951 1998-09-10 Noah Friedman <friedman@splode.com>
9952
9953 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
9954 defcustom declaration. It's wreaking too much havoc with XEmacs
9955 and older versions of Emacs, which share this code.
9956
9957 * type-break.el (type-break-mode): Here also.
9958
9959 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
9960 `t' to add-hook also to modify the new local value.
9961
9962 1998-09-10 Dave Love <fx@gnu.org>
9963
9964 * vc.el (vc-insert-headers): Doc fix.
9965
9966 1998-09-10 Richard Stallman <rms@gnu.org>
9967
9968 * textmodes/flyspell.el (flyspell-mode-on): Make the
9969 ispell-... variables permanent locals.
9970 (flyspell-mode-off): Add autoload cookie.
9971
9972 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
9973 do use binary mode, just as for `unix'.
9974 (ange-ftp-host-type): If HOST is nil, return `unix'.
9975
9976 * dired.el (dired-mark-files-containing-regexp):
9977 Don't scan directories. Ignore non-readable files.
9978
9979 * progmodes/compile.el (compilation-error-regexp-alist):
9980 Fix previous change: allow . and _ in command name.
9981
9982 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
9983
9984 * uncompress.el (uncompress-while-visiting):
9985 Use just the car of what find-operation-coding-system returns.
9986
9987 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
9988
9989 * shell.el (shell-file-name-quote-list): Add # to the value.
9990
9991 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
9992
9993 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
9994 to make killing of ispell process work even if
9995 kill-all-local-variables has been run.
9996
9997 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9998
9999 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
10000 loop when sexp entry ends at end of file with no newline.
10001
10002 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10003
10004 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
10005 (Custom-reset-standard): Fix menu inconsistency.
10006
10007 * mail/feedmail.el (feedmail-from-line): Allow t.
10008 (feedmail-message-id-suffix): Allow nil.
10009
10010 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10011 Simplify. Make prefix arg work right.
10012
10013 1998-09-09 Dave Love <fx@gnu.org>
10014
10015 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
10016
10017 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
10018
10019 1998-09-08 Dave Love <fx@gnu.org>
10020
10021 * add-log.el (change-log-font-lock-keywords): Do parenthesized
10022 stuff only after file names or at start of line. Allow parens
10023 around e-mail, as well as angles.
10024
10025 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
10026 ignore-errors too, eval'd when compile. Require w3 stuff at load
10027 time for nicer failure if it's not available.
10028
10029 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
10030
10031 * comint.el (comint-arguments): Ignore backslashes when using
10032 w32 shells that expect backslashes as the directory separator.
10033
10034 1998-09-04 Kenichi Handa <handa@etl.go.jp>
10035
10036 * international/fontset.el (resolved-ascii-font): New variable.
10037 (x-complement-fontset-spec): By side effect, set
10038 `resolved-ascii-font' to the resolved name of ASCII font."
10039 (create-fontset-from-fontset-spec): Don't get a value for
10040 resolved-ascii-font from the list full-fontlist. It is set by
10041 x-complement-fontset-spec now.
10042
10043 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10044 version, check the value of mule-version.
10045
10046 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
10047
10048 * textmodes/reftex.el (reftex-view-crossref): Split up into
10049 several functions. No longer moves to find a macro.
10050 (reftex-view-cr-cite, reftex-view-cr-ref,
10051 reftex-end-of-bib-entry): New functions.
10052 (reftex-auto-view-crossref): New value `window' allowed.
10053 (reftex-view-crossref-when-idle): Process new `window' option in
10054 (reftex-translate-to-ascii-function): New default.
10055 (reftex-label-illegal-re): Default changed, removed Latin1.
10056 (reftex-latin1-to-ascii): New function.
10057 (reftex-what-environment): Check for section regexp before use.
10058 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
10059 absolute path names.
10060 (reftex-TeX-master-file): Changed sequence of file checks.
10061 (reftex-do-citation): bibview cache only with RefTeX mode on.
10062
10063 1998-09-06 Richard Stallman <rms@gnu.org>
10064
10065 * progmodes/compile.el (compilation-error-regexp-alist):
10066 In first pattern (GNU utilities and other things),
10067 allow a space after the optional program name at the beginning.
10068
10069 * mail/mail-hist.el (mail-hist-current-header-contents):
10070 Fix previous change: use mail-header-end.
10071
10072 1998-09-06 Bill Richter <richter@math.nwu.edu>
10073
10074 * international/ccl.el: Doc fixes.
10075 * international/encoded-kb.el: Doc fixes.
10076 * international/fontset.el: Doc fixes.
10077 * international/kinsoku.el: Doc fixes.
10078 * international/kkc.el: Doc fixes.
10079 * international/mule-cmds.el: Doc fixes.
10080 * international/mule-conf.el: Doc fixes.
10081 * international/mule-util.el: Doc fixes.
10082 * international/mule.el: Doc fixes.
10083
10084 1998-09-05 Eric Ludlam <zappo@gnu.org>
10085
10086 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
10087 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
10088 (checkdoc-this-string-valid-engine): Permit ? as terminating
10089 punctuation for first line sentence breaking.
10090 (checkdoc-this-string-valid): When converting a comment into a doc
10091 string, make sure " chars are \".
10092 (checkdoc-sentencespace-region-engine): Only do double space check
10093 if based on the variable `sentence-end-double-space'
10094 (checkdoc-this-string-valid-engine): ? ends valid sentence.
10095 (checkdoc-proper-noun-region-engine): Exclude items in URLs
10096
10097 1998-09-04 Richard Stallman <rms@gnu.org>
10098
10099 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10100 Recognize define-skeleton as a function definer.
10101
10102 * cus-edit.el (customize-option): Refuse to customize
10103 a variable that has no defcustom. But if variable is autoloaded,
10104 first try to load the library that defines it.
10105
10106 * international/iso-insert.el: Use `string' before calling `insert'
10107 so that in multibyte buffers we insert multibyte chars.
10108
10109 * dired.el (dired-mark-files-containing-regexp):
10110 Don't use find-file; instead, insert the file in a temp buffer.
10111
10112 * textmodes/tex-mode.el (tex-start-options-string): New option.
10113 (tex-start-tex): Use that variable.
10114
10115 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
10116 value in the `repeat' alternative a list.
10117
10118 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
10119 the inserted newline, verify that one was really inserted.
10120
10121 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
10122 remains on or remains off.
10123 (flyspell-multi-language-p): Default changed to nil.
10124
10125 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
10126 In "found in comment" case, don't beginning-of-line after forward-line.
10127
10128 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
10129 If the function definition is not a lambda, return original FORM
10130 with no error.
10131
10132 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
10133
10134 * net-utils.el (netstat-program-options): Changed from nil to "-a"
10135 so that by default netstat shows all network connections.
10136
10137 1998-09-04 Bob Weiner <weiner@altrasoft.com>
10138
10139 * international/quail.el: Doc fixes.
10140
10141 * info.el (info): Don't add parens if FILE already has them.
10142
10143 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
10144
10145 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
10146 on extension lines.
10147
10148 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
10149
10150 * w32-fns.el (w32-shell-dos-semantics): New function.
10151
10152 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
10153
10154 * international/quail.el (quail-choose-completion-string): Store
10155 completion `choice' in `quail-current-str'; don't insert it.
10156
10157 1998-09-02 Kenichi Handa <handa@etl.go.jp>
10158
10159 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
10160 argument to ps-mule-generate-bitmap-font.
10161
10162 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
10163 entry and change Latin-1 entry in the default value.
10164 (ps-mule-font-info-database-ps-bdf): New variable.
10165 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
10166 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
10167 registerd in FONT-SPEC.
10168 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
10169 charcter width of bitmap fonts.
10170 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
10171 procedure NF.
10172 (ps-begin-file): Output PostScript code for setting
10173 SpaceWidthRatio.
10174 (ps-plot-region): Use line-beginning-position to get a position of
10175 the beginning of the current line.
10176
10177 * international/mule-cmds.el (register-input-method): Doc-string
10178 modified.
10179
10180 1998-09-01 Dave Love <fx@gnu.org>
10181
10182 * international/mule-cmds.el (current-language-environment): Fix
10183 setter function.
10184
10185 1998-09-01 Simon Marshall <simon@gnu.org>
10186
10187 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
10188 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
10189 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
10190 names with font-lock-type-face. Fontify type specs, etc., with
10191 font-lock-keyword-face.
10192
10193 1998-08-31 Kenichi Handa <handa@etl.go.jp>
10194
10195 * international/fontset.el (x-complement-fontset-spec): If ASCII
10196 font is specified in FONTLIST, don't substitute it for the
10197 resolved name.
10198
10199 1998-08-31 Paul Eggert <eggert@twinsun.com>
10200
10201 * international/mule.el (charset-description): Doc fix.
10202
10203 * language/chinese.el, language/cyrillic.el, language/czech.el,
10204 language/devanagari.el, language/ethiopic.el,
10205 language/european.el, language/hebrew.el, language/indian.el,
10206 language/japanese.el, language/korean.el, language/lao.el,
10207 language/slovak.el, language/thai.el, language/tibetan.el,
10208 language/vietnamese.el:
10209 Add coding: local variable, to avoid bootstrapping problem
10210 if you need to recompile all the Lisp files using interpreted code.
10211
10212 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10213
10214 * cal-china.el (chinese-year-cache): Change range of years from
10215 1989-2000 to 1990-2010.
10216
10217 1998-08-29 Dave Love <d.love@dl.ac.uk>
10218
10219 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
10220 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
10221
10222 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10223
10224 * ps-print.el (ps-print-control-characters): Doc-string modified.
10225 (ps-output-string-prim): Comment format changed.
10226 (ps-do-despool): Indentation of source code changed.
10227
10228 1998-08-28 Kenichi Handa <handa@etl.go.jp>
10229
10230 * subr.el (sref): Make it an alias of aref. Make the
10231 byte-compiler warn that it is obsolete.
10232 (char-bytes): Make the byte-compiler warn that it is obsolete.
10233
10234 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
10235 Calculate the total bytes using position-bytes instead of
10236 char-bytes.
10237
10238 1998-08-27 Karl Heuer <kwzh@gnu.org>
10239
10240 * snmp-mode.el: New file.
10241 * files.el (auto-mode-alist): Add snmp-mode patterns.
10242
10243 1998-08-27 Karl Eichwalder <ke@suse.de>
10244
10245 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
10246
10247 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10248
10249 * calendar/diary-lib.el (diary-block): Doc fix..
10250 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
10251
10252 1998-08-27 Richard Stallman <rms@gnu.org>
10253
10254 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
10255 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
10256 Clear appt-mode-string if we don't put something in it.
10257
10258 1998-08-27 Dave Love <fx@gnu.org>
10259
10260 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
10261 dired-local-variables-file for dired-x.
10262
10263 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
10264 for compressed library files too.
10265
10266 1998-08-26 Kenichi Handa <handa@etl.go.jp>
10267
10268 * language/european.el ("Latin-1"): Modify `documentation' key value.
10269 ("Latin-2"): Likewise.
10270
10271 1998-08-26 Karl Heuer <kwzh@gnu.org>
10272
10273 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
10274
10275 1998-08-26 Albert L. Ting <alt@artisan.com>
10276
10277 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
10278 (mail-hist-current-header-contents): Use mail-text-start.
10279
10280 1998-08-26 Richard Stallman <rms@gnu.org>
10281
10282 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
10283 (customize-changed-options-previous-release): New variable.
10284 (customize-changed-options): Use that variable as default arg.
10285
10286 1998-08-26 Karl Eichwalder <ke@suse.de>
10287
10288 * midnight.el: Require `timer' not only when compiling.
10289
10290 1998-08-26 Per Starback <starback@update.uu.se>
10291
10292 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
10293 buffer before creating help group.
10294
10295 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10296
10297 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
10298 coding-system-for-write before saving.
10299
10300 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
10301
10302 * isearch.el (isearch-forward): Doc fix.
10303
10304 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
10305
10306 * emacs-lisp/find-func.el: Fix :version tags to have a string
10307 value, not a float.
10308
10309 * cus-dep.el: Fix typo in output.
10310
10311 1998-08-25 Dave Love <fx@gnu.org>
10312
10313 * repeat.el (repeat): Doc fix.
10314 [From rms:]
10315 (repeat-previous-repeated-command): New variable.
10316 (repeat): Check for real-last-command being null or repeat. Set
10317 repeat-previous-repeated-command.
10318
10319 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
10320
10321 1998-08-25 Kenichi Handa <handa@etl.go.jp>
10322
10323 * gnus/message.el (message-send-mail-with-sendmail): Bind
10324 coding-system-for-write by the return value of
10325 select-message-coding-system.
10326 (message-send-mail-with-qmail): Likewise.
10327
10328 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
10329
10330 * emacs-lisp/autoload.el: Fix doc-string-elt property on
10331 define-derived-mode.
10332
10333 * files.el (file-name-invalid-regexp):
10334 Fix regex for ms-dos without long file names.
10335
10336 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10337
10338 * ps-print.el: Multi-byte buffer handling.
10339 (ps-print-version): New version number (4.0) and doc fix.
10340 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
10341 compilation for GNU Emacs and emacsens.
10342 (ps-generate-postscript-with-faces): Force invisible text to be
10343 visible.
10344 (dos-ps-printer): New var to avoid compilation gripes.
10345
10346 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10347
10348 * ps-print.el (ps-mule-plot-string): Pay attention to the case
10349 that no more characters can't be printed in the current line.
10350
10351 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10352
10353 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
10354 greater than TO.
10355
10356 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10357
10358 * ps-print.el: Add codes to make ps-print.el work also on Emacs
10359 20.2 and the earlier version.
10360 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
10361 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
10362 (ps-mule-find-wrappoint): Likewise.
10363 (ps-mule-generate-font): Change `X' to `x' in format
10364 control-string.
10365 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
10366 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
10367 `restore' form procedures `BC' and `EC'.
10368
10369 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10370
10371 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
10372 is an executable procedure. Make LineThickness, Xshadow, and
10373 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
10374 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
10375 ps-mule-font-info-database-bdf): New vars.
10376 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
10377 (ccl-encode-ethio-unicode): New CCL program.
10378 (ps-mule-encode-ethiopic): New fun.
10379 (ps-mule-current-charset): New var.
10380 (ps-mule-get-font-spec, ps-mule-font-spec-src,
10381 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
10382 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
10383 (ps-mule-external-libraries): New var.
10384 (ps-mule-init-external-library): New fun.
10385 (ps-mule-font-cache): New var.
10386 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
10387 (ps-last-font): New var.
10388 (ps-mule-prepare-font): New fun.
10389 (ps-mule-charset-list): New var.
10390 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
10391 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
10392 ps-mule-plot-string): New funs.
10393 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
10394 New vars.
10395 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
10396 ps-mule-prepare-cmpchar-font): New funs.
10397 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
10398 vars.
10399 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
10400 ps-mule-generate-bitmap-glyph): New funs.
10401 (ps-mule-initialize, ps-mule-begin): New funs.
10402 (ps-output-string-prim): Insert string as unibyte.
10403 (ps-output-prologue): New fun.
10404 (ps-flush-output): Handle the case of 'prologue.
10405 (ps-begin-file): Call ps-mule-initialize.
10406 (ps-begin-job): Set ps-control-or-escape-regexp differently if
10407 printing multibyte characters.
10408 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
10409 (ps-basic-plot-string): Handle the case of printing ASCII
10410 characters by external libraries (e.g. BDF).
10411 (ps-set-font): Set ps-last-font.
10412 (ps-plot-region): Handle multibyte characters, use
10413 ps-mule-plot-string for them.
10414 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
10415
10416 * bdf.el: New file.
10417
10418 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
10419
10420 * international/mule-cmds.el (select-message-coding-system): New
10421 function.
10422 (set-language-environment-coding-systems): Set
10423 default-sendmail-coding-system.
10424
10425 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
10426 (default-sendmail-coding-system): New variable.
10427 (sendmail-send-it): Encode the message by a coding system
10428 select-message-coding-system returns.
10429
10430 1998-08-23 Eric Ludlam <zappo@gnu.org>
10431
10432 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
10433 (speedbar-mode): Set buffer to read only.
10434 (speedbar-temp-buffer-show-function): For emacs don't call hook
10435 with arguments.
10436 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
10437
10438 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
10439
10440 * speedbar.el (speedbar-key-map): Fix typo.
10441
10442 See ChangeLog.7 for earlier changes.