]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(completion-ignored-extensions): Add .pdf.
[gnu-emacs] / lisp / ChangeLog
1 1999-12-19 Gerd Moellmann <gerd@gnu.org>
2
3 * bindings.el (completion-ignored-extensions): Add .pdf.
4
5 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
6
7 * version.el: Put the version info into binary on MS-DOS as well.
8
9 1999-12-19 Gerd Moellmann <gerd@gnu.org>
10
11 * emacs-lisp/debug.el (debugger-continue): Don't continue if
12 debugger-may-continue is nil.
13
14 1999-12-18 Dave Love <fx@gnu.org>
15
16 * emacs-lisp/cl-macs.el: Remove conditional definition of
17 eval-when-compile. Don't specify abs, expt, gethash,
18 hash-table-count, hash-table-p as side-effect-free here.
19 (cl-emacs-type): Don't declare.
20 (cl-compile-time-init): Remove Emacs 18 compiler patch.
21 (cl-parse-loop-clause): Remove compatibility code.
22
23 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
24 (side-effect-free-fns): Add gethash, hash-table-count.
25 (side-effect-and-error-free-fns): Add hash-table-p.
26
27 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
28 `cl-' to autoload names for some hash functions. Don't autoload
29 eval-when-compile. Don't provide mini-cl.
30 (cl-emacs-type): Remove.
31 (cl-map-extents): Remove compatibility code.
32
33 * float.el: Bind free variables.
34
35 * bytecomp.el (byte-compile-constp): Include keywords.
36
37 1999-12-16 Gerd Moellmann <gerd@gnu.org>
38
39 * bindings.el (completion-ignored-extensions): Add .tfm.
40
41 1999-12-16 Dave Love <fx@gnu.org>
42
43 * faces.el (set-face-attribute): Purecopy the attributes set.
44
45 * custom.el (custom-declare-variable): Purecopy value.
46
47 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
48 (byte-extrude-byte-code-vectors): Use remprop.
49 (byte-compile-lambda): Check that arg is a lambda.
50
51 1999-11-16 Anders Lindgren <AndersL@andersl.com>
52
53 * font-lock.el: System for adding and removing keywords.
54 Both local (previously added keyword) and global keywords
55 can be removed.
56 (font-lock-remove-keywords): New user-level function.
57 (font-lock-update-removed-keyword-alist): New internal function.
58 (font-lock-removed-keywords-alist): New variable.
59 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
60 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
61 growing datastructures.
62 (font-lock-set-defaults): Removes keywords stored in
63 `font-lock-removed-keywords-alist' after local keywords added.
64
65 1999-12-16 Anders Lindgren <andersl@andersl.com>
66
67 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
68 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
69
70 * font-lock.el (c-keywords): Only highlight preprocessor
71 directives when spelled correctly.
72
73 * font-lock.el (font-lock-match-c++-structor-declaration,
74 c++-keywords): Fontify constructors and destructors with function
75 face inside C++ class declarations.
76
77 1999-12-16 Gerd Moellmann <gerd@gnu.org>
78
79 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
80 the shell from sh-shell-file.
81
82 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
83
84 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
85
86 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
87 if one of the files specified cannot be accessed by
88 file-attributes. Do not strip any leading directories from the
89 file names, to behave more like `ls' does.
90
91 * dired.el (dired-get-filename): Handle absolute file names.
92 (dired-readin-insert): If argument is a cons, don't print
93 "wildcard" on the ``total'' line.
94
95 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
96
97 * faces.el (face-read-integer, read-face-attribute)
98 (color-defined-p, color-values): Allow color values unspecified-fg
99 and unspecified-bg, handle them as unspecified.
100
101 1999-12-15 Kenichi Handa <handa@etl.go.jp>
102
103 The following changes are for the new composition mechanism. We
104 have deleted `composition' charset and composite characters,
105 instead introduced a special text property `composition'.
106
107 * composite.el: New file.
108
109 * ps-mule.el: Define encode-composition-rule and find-composition
110 for Emacs 20.4 and the earlier versions.
111 (ps-mule-init-external-library): Just require a feature for
112 external libraries.
113 (ps-mule-prologue): Postscript code modified for new composition.
114 (ps-mule-find-wrappoint): New arg COMPOSITION.
115 (ps-mule-plot-string): Delete code for composite characaters.
116 (ps-mule-plot-composition): New funcion.
117 (ps-mule-prepare-font-for-components): New function.
118 (ps-mule-plot-components): New function.
119 (ps-mule-composition-prologue-generated): Renamed from
120 ps-mule-cmpchar-prologue-generated.
121 (ps-mule-composition-prologue): New named from
122 ps-mule-cmpchar-prologue. Modified for new composition.
123 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
124 ps-mule-prepare-cmpchar-font): Deleted.
125 (ps-mule-string-encoding): New arg NO-SETFONT.
126 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
127 check Composing, not Cmpchar
128 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
129 to nil.
130 (ps-mule-begin-job): Check existence of new composition.
131
132 * ps-print.el (ps-plot-region): Handle new composition.
133
134 * simple.el (what-cursor-position): Show "(composed)" if the
135 character is composed.
136
137 * international/characters.el: Fix cateogries of Lao symbols.
138
139 * international/fontset.el (vertical-centering-font-regexp): New
140 variable.
141
142 * international/mule.el (mule-version): Updated to 5.0 (AOI).
143 (mule-version-date): Updated to 1999.12.7.
144 (with-category-table): New macro.
145
146 * international/mule-cmds.el (encode-coding-char): Don't check
147 composite character.
148
149 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
150 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
151 x-ctext): Give `composition' property t.
152
153 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
154 non-nil) at the tail of ALIST.
155 (compose-region, decompose-region, decompse-string,
156 reference-point-alist, compose-chars): Moved to composite.el.
157 (compose-chars-component, compose-chars-rule,
158 decompose-composite-char): Deleted.
159
160 * international/quail.el (quail-install-map): New optional arg
161 NAME.
162 (quail-get-translation): If DEF is a symbol but not a function,
163 ignore it.
164 (quail-start-translation): Put a key sequence undefined in the
165 translation keymap in unread-command-events, not generated-events.
166 Return parameterized event (compose-last-chars N) if the input
167 characters should be composed.
168 (quail-map-definition): If DEF is t, treat it as nil.
169 (quail-delete-last-char): Delete the quail region.
170 (quail-show-translations): Don't show list of translations if the
171 quail package is deterministic.
172 (quail-completion-max-depth): New variable.
173 (quail-completion-1): Pay attention to the above variable. Fix
174 for the case that a translation is a function.
175 (quail-map-from-table, quail-map-from-table-1,
176 quail-map-from-table-2): New functions.
177 (quail-lookup-map-and-concat): New function
178
179 * language/devan-util.el: Mostly rewritten.
180
181 * language/lao.el: Register lao-composition-function in
182 composition-function-table.
183
184 * language/lao-util.el: Mostly rewritten.
185
186 * language/thai.el: Register thai-composition-function in
187 composition-function-table.
188 (thai-tis620): Delete `pre-write-conversion' property.
189
190 * language/thai-util.el: (thai-category-table): Make it by
191 make-category-table.
192 (thai-composition-pattern): New variable.
193 (thai-compose-region, thai-compose-string): Use
194 with-category-table.
195 (thai-post-read-conversion): Just call thai-compose-region.
196 (thai-pre-write-conversion): Deleted.
197 (thai-composition-function): New funciton.
198
199 * language/tibet-util.el: Most functions rewritten.
200 (tibetan-char-p): Renamed from tibetan-char-examin.
201 (tibetan-composable-examin) (tibetan-complete-char-examin)
202 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
203 (tibetan-add-components): New function.
204 (tibetan-composition-function): New function.
205
206 * language/tibetan.el: Register tibetan-composition-function in
207 composition-function-table.
208 (tibetan-composable-pattern): New variable.
209 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
210 (tibetan-precomposition-rule-alist): Move punctuations to
211 tibetan-punctuation-transcription-alist and
212 tibetan-obsolete-glyphs.
213 (tibetan-punctuation-transcription-alist): New variable.
214 (tibetan-obsolete-glyphs): New variable.
215 (tibetan-regexp): Improve the initialization code.
216
217 * textmodes/fill.el (fill-find-break-point): Delete codes for
218 composite characters.
219 (fill-region-as-paragraph): Likewise.
220
221 1999-12-14 Gerd Moellmann <gerd@gnu.org>
222
223 * international/mule-cmds.el (default-input-method): Specify
224 that it should be set after current-language-environment.
225
226 * custom.el (custom-handle-keyword): Add :set-after.
227 (custom-add-dependencies): New function.
228 (custom-set-variables): Take dependencies between args into
229 account.
230
231 * battery.el (battery): Doc fix.
232
233 1999-12-12 Gerd Moellmann <gerd@gnu.org>
234
235 * progmodes/cc-make.el: Removed.
236
237 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
238
239 * Release of cc-mode 5.26
240
241 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
242
243 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
244 target depth. Optionally count #else lines as clause limits,
245 as suggested by don provan <provan@lucent.com>. #elif
246 handling fixed.
247
248 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
249 (c-down-conditional-with-else): New commands that uses the
250 added functionality in `c-forward-conditional'.
251
252 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
253
254 * cc-align.el (c-lineup-comment): Preserve the alignment with
255 a comment on the previous line instead of preserving the
256 comment-column.
257
258 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
259
260 * Fixes to IDL mode after input from Eric Eide
261 <eeide@cs.utah.edu>:
262 * cc-engine.el (c-beginning-of-statement-1): Allow
263 `c-conditional-key' to be nil, for the benefit of IDL mode.
264 * cc-engine.el (c-guess-basic-syntax): Ditto.
265 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
266 but do match CORBA 2.3 `valuetype'.
267 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
268 for IDL.
269 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
270 be nil for IDL.
271 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
272 Like C++.
273 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
274 set `c-method-key' and `c-baseclass-key' to nil.
275
276 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
277
278 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
279 with nonhanging open braces.
280
281 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
282
283 * cc-align.el: Added docstrings to all lineup functions.
284
285 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
286 keyword.
287
288 * cc-align.el (c-lineup-C-comments): Handle free form text
289 comments. Use c-comment-prefix-regexp and comment-start-skip
290 instead of hardcoded regexps.
291
292 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
293
294 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
295 behavior and return value as documented.
296
297 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
298
299 * Changes for new style variable init system:
300 * cc-langs.el (c-common-init): Dito.
301 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
302 now customizable.
303 * cc-vars.el: Style variables may now take a value
304 'set-from-style to make them take their value from the style
305 system. This value is now the default on all these variables.
306 * cc-vars.el (c-valid-offset): New function to verify a
307 syntactic symbol offset setting.
308 * cc-vars.el (c-offsets-alist): Variable moved from
309 cc-styles.el since it's now customizable in a similar way to
310 the other style variables.
311 * cc-vars.el (c-old-style-variable-behavior): New variable to
312 revert to the old style init behavior.
313
314 * cc-vars.el (c-file-style, c-file-offsets): Made always
315 buffer local.
316
317 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
318 the throws clause that might follow the function prototype in
319 C++.
320
321 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
322
323 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
324 could move forward for macros that doesn't start in column 0.
325
326 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
327
328 * cc-align.el (c-indent-multi-line-block,
329 c-lineup-whitesmith-in-block): Two new lineup functions for
330 use in whitesmith style.
331
332 * cc-styles.el (c-style-alist): More fixes to whitesmith
333 style. It should now handle all different braces uniformly in
334 both hanging and non-hanging cases.
335
336 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
337
338 * cc-cmds.el (c-indent-exp): Use a marker to save point to
339 make it stay in the same position relative to the surrounding
340 text.
341
342 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
343 when adaptive-fill-mode doesn't manage to get it correct.
344
345 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
346 with dotted notation, e.g. foo.bar.Gnu.
347
348 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
349 within unwind-protect (previously only some were wrapped so it
350 would be possible to register mode initialization when full
351 initialization did not finish).
352
353 * cc-styles.el (c-style-alist): Corrected the brace placement
354 in the whitesmith style. Thanks to Sean Luke
355 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
356 styles with consistent brace placement for all constructs.
357
358 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
359
360 * cc-cmds.el (c-context-line-break): Continue C++ comments too
361 when point is in the middle of them.
362
363 * cc-cmds.el: Line breaking and paragraph filling code
364 rewritten:
365 (c-guess-fill-prefix): New function that uses various
366 heuristics to guess the comment prefix.
367 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
368 It now assumes adaptive filling is active to preserve the line
369 prefix inside comments.
370 (c-indent-new-comment-line): Replacement for the now
371 obsolete `c-comment-line-break-function' that uses
372 `c-guess-fill-prefix' when appropriate. It now observes the
373 setting of `comment-multi-line', which has effect in C-style
374 block comments.
375
376 * cc-cmds.el (c-context-line-break): New function intended to
377 be put on RET. It's essentially `newline-and-indent', but
378 continues C block comments with the appropriate line prefix.
379
380 * cc-cmds.el (c-do-auto-fill): New function put on
381 `normal-auto-fill-function' to implement the
382 `c-ignore-auto-fill' variable.
383
384 * cc-cmds.el (c-beginning-of-statement): Use
385 `c-comment-prefix-regexp' to avoid ending up inside the
386 comment prefix. Better handling of comment starters and
387 enders. Catch comments better when traversing code. Stop at
388 preprocessor directives.
389
390 * cc-defs.el (c-forward-comment): New subst to hide platform
391 dependent quirks in `forward-comment'.
392
393 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
394 argument.
395 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
396 arguments. Activate this function by default when
397 `parse-partial-sexp' supports it (currently Emacs 20.x).
398
399 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
400 on the comment opener to make constants usable as lineup
401 arguments.
402
403 * cc-align.el (c-lineup-C-comments): Fixes to handle the
404 changed anchor position in the `c' syntactic symbol. Handle
405 more than stars in the comment prefix; use the new variable
406 `c-comment-prefix-regexp'. Don't indent text not preceded by
407 a comment prefix to the right of the comment opener if it's
408 long.
409
410 * cc-langs.el: Fixes to mode initialization for new line
411 breaking and paragraph filling method. Adaptive fill mode is
412 now activated at startup instead of deactivated. The
413 variables used for adaptive filling and paragraph movement are
414 also changed to incorporate the value of
415 `c-comment-prefix-regexp'. `substitute-key-definition' is
416 used to override some functions in the global map instead of
417 overriding their default bindings.
418
419 * cc-mode.el (java-mode): Modify `paragraph-start' for the
420 javadoc markup at mode init.
421
422 * cc-mode.el (c-setup-filladapt): A new convenience function
423 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
424 function is intended to be used explicitly by the end user
425 only.
426
427 * cc-vars.el (c-comment-prefix-regexp): New variable used to
428 recognize the comment fill prefix inside comments.
429 (c-block-comment-prefix): New name for
430 `c-comment-contiuation-stars', which is now obsolete. It's
431 generalized to handle any character sequence.
432 (c-ignore-auto-fill): New variable used to selectively disable
433 Auto Fill mode in specific contexts.
434
435 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
436
437 * cc-cmds.el (c-comment-indent): Leave at least one space
438 between the comment and the last nonblank character in the
439 case where we look at the indentation of the comment on the
440 previous line (case 4).
441
442 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
443 list of characters that may start a statement (it's a sort of
444 prefix operator in Pike, and isn't used at all in any of the
445 other languages).
446
447 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
448
449 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
450 inside continued statements as statement-cont instead of
451 brace-list-open. The reason is that one normally adjusts
452 brace-list-open for brace lists as top-level constructs, and
453 brace lists inside statements is a completely different
454 context. Case 10B.2 changed. Also changed (the somewhat
455 esoteric) case 9A to cope with this.
456
457 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
458
459 * cc-cmds.el (c-electric-brace): Added electric handling of
460 the open brace for brace-elseif-brace.
461
462 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
463
464 * cc-defs.el (c-with-syntax-table): New macro to easily switch
465 syntax tables temporarily.
466
467 * cc-engine.el (c-guess-basic-syntax): Handle template and
468 member init argument lists split over several lines. Case 5D
469 changed.
470
471 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
472 @throws introduced in Javadoc 1.2.
473
474 * cc-menus.el (cc-imenu-java-generic-expression): Applied
475 patch from RMS to avoid infinite backtracking.
476
477 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
478
479 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
480 by [ ].
481
482 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
483
484 * cc-align.el (c-lineup-dont-change): Compensate properly for
485 the column in langelem.
486
487 * cc-engine.el (c-syntactic-information-on-region): New
488 function to help debugging the syntactic analysis.
489
490 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
491
492 * cc-align.el (c-lineup-template-args): Handle nested template
493 arglists.
494
495 * cc-langs.el (c++-template-syntax-table): New syntax table
496 that makes `<' and `>' parenthesis characters, which is useful
497 to switch to temporarily when analyzing template arglists.
498
499 * cc-styles.el: Changed default alignment of labels in the
500 java style to conform to the examples in the Java Language
501 Specification.
502
503 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
504 by default.
505
506 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
507
508 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
509 immediately before the closing paren in an arglist, so don't
510 check that in Pike mode. Case 7A changed.
511
512 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
513
514 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
515 lines were ignored under certain conditions.
516
517 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
518
519 * cc-align.el (c-lineup-template-args): New function for
520 aligning continued template argument lists.
521
522 * cc-engine.el (c-guess-basic-syntax): Fix for member init
523 lists containing function arglists split over several lines.
524 Case 5D.1 changed.
525
526 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
527 template-args-cont didn't get recognized when the first
528 arglist opener line doesn't contain a template argument. New
529 case 5K.
530
531 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
532
533 * cc-defs.el (c-point): Changed from subst to macro for
534 efficiency.
535 (c-beginning-of-defun-1, c-end-of-defun-1): New
536 beginning-of-defun/end-of-defun wrappers separated from
537 c-point.
538
539 * cc-menus.el (imenu-generic-expression,
540 imenu-case-fold-search, imenu-progress-message): Dummy
541 definitions to avoid compiler warnings if imenu can't be
542 loaded.
543 * cc-menus.el (cc-imenu-init): New function called at mode
544 init.
545 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
546 imenu initializations to cc-imenu-init.
547
548 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
549
550 * cc-engine.el (c-guess-basic-syntax): Slightly better check
551 for lambda-intro-cont in Pike mode. Case 6 changed.
552
553 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
554 anything following "new Foo()" was considered an anonymous
555 class body in Java mode.
556
557 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
558
559 * cc-cmds.el (c-comment-line-break-function): When breaking in
560 a string, don't insert a new line.
561
562 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
563
564 * cc-engine.el (c-at-toplevel-p): New interface function which
565 returns information useful to add-on authors. It tells you
566 whether you're at a toplevel statement or not.
567
568 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
569
570 * cc-cmds.el (c-comment-line-break-function): It is possible
571 that forward-line does not land us at the bol, say if we're on
572 the last line in a file. In that case, do a
573 back-to-indentation instead of a forward-comment -1.
574
575 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
576
577 * cc-engine.el (c-beginning-of-statement-1): Don't catch
578 "default:" as normal label in case 4.
579
580 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
581
582 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
583 recognize continued bitfield declarations. Case 5D.1 changed.
584 * cc-langs.el: New variable c-bitfield-key.
585 * cc-mode.el: New variable c-bitfield-key.
586
587 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
588
589 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
590 anonymous array expressions (i.e. "new Foo[] {.. bracelist
591 ..}").
592
593 1999-12-12 Dave Love <fx@gnu.org>
594
595 * mail/footnote.el: Require cl when compiling. Don't autoload
596 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
597 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
598 Avoid `acons'.
599 (footnote-mode-line-string, Footnote-add-footnote): Remove
600 autoload cookie.
601
602 1999-12-12 Richard Sharman <rsharman@pobox.com>
603
604 * sh-script.el: Fix for when font-lock mode is active.
605 (sh-font-lock-unfontify-region-function): New function.
606
607 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
608
609 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
610 if start-process is not bound, since Ispell now supports such
611 platforms as well.
612
613 1999-12-12 Gerd Moellmann <gerd@gnu.org>
614
615 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
616 rmail-summary-goto-msg.
617
618 * files.el (after-find-file): Fix previous change.
619
620 1999-12-11 Dave Love <fx@gnu.org>
621
622 * help.el (where-is): Use `commandp' as predicate for
623 `completing-read'
624
625 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
626
627 * cus-edit.el (custom-save-delete): Delete all occurrences,
628 leave point where the first occurrence was.
629 (custom-save-faces): Insert a newline at the end of the comment.
630 Avoid a double newline there.
631 If final closeparen is at bol, put a space before it.
632 (custom-save-variables): Likewise.
633 (custom-file): Doc fix.
634
635 1999-12-10 Gerd Moellmann <gerd@gnu.org>
636
637 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
638 regexp matching image and audio files.
639
640 1999-12-09 Dave Love <fx@gnu.org>
641
642 * mail/footnote.el: New file.
643
644 1999-12-09 Gerd Moellmann <gerd@gnu.org>
645
646 * files.el (after-find-file): Use auto-save-visited-file-name if
647 set.
648
649 * mail/feedmail.el (feedmail-find-eoh): Take
650 feedmail-queue-alternative-mail-header-separator into account.
651
652 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
653
654 * smerge-mode.el: New file.
655
656 * font-lock.el (font-lock-multiline): New variable.
657 (font-lock-add-keywords): Rename `major-mode' into `mode'.
658 (font-lock-remove-keywords): Added a dummy `mode' argument for
659 potential future support.
660 (font-lock-fontify-anchored-keywords,
661 (font-lock-fontify-keywords-region): Only handle multiline strings
662 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
663
664 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
665
666 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
667
668 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
669
670 1999-12-07 Dave Love <fx@gnu.org>
671
672 * help.el (view-emacs-problems): New command, bound to C-h P.
673
674 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
675
676 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
677
678 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
679 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
680 New code to support the minor mode version.
681 (diff-recenter): New function.
682 (diff-next-hunk, diff-next-file): Use it.
683 (diff-remembered-files-alist): New var.
684 (diff-merge-strings): New function.
685 (diff-find-file-name): Make it smarter and use the user's input more.
686 (diff-mode): Cosmetic changes.
687
688 * files.el (save-some-buffers): Turn EXITING into the more general
689 PRED argument to allow specifying a subset of buffers.
690
691 * simple.el (kill-region): Use the new `delete-and-extract-region'
692 rather than the undo log (which is incorrect with *-change-functions).
693
694 * font-lock.el (font-lock-default-fontify-region): Fix subtle
695 off-by-one problem that could force re-fontifying the whole buffer.
696 (font-lock-remove-keywords): New function.
697 (font-lock-add-keywords): Use the new function to ensure idempotence.
698
699 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
700
701 * viper-cmd.el (viper-minibuffer-standard-hook,
702 viper-minibuffer-real-start): Mew functions.
703 (viper-read-string-with-history,viper-file-add-suffix,
704 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
705 change in the status of the minibuffer prompt.
706
707 1999-12-06 Gerd Moellmann <gerd@gnu.org>
708
709 * comint.el (comint-redirect-results-list)
710 (comint-redirect-results-list-from-process): Remove interactive
711 spec.
712
713 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
714
715 * info.el (info-node, info-menu-5, info-xref): Define colors for
716 Info faces if the display supports them.
717
718 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
719
720 Changes for automatic remapping of X colors on terminal frames:
721
722 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
723 term-setup-hook. Call msdos-remember-default-colors and
724 msdos-handle-reverse-video.
725 (msdos-face-setup): Parts of code moved to
726 msdos-setup-initial-frame.
727 (msdos-handle-reverse-video): New function, modeled after
728 x-handle-reverse-video.
729 (make-msdos-frame): Don't use initial-frame-alist and
730 default-frame-alist. Call msdos-handle-reverse-video.
731 (msdos-color-aliases): Remove.
732 (msdos-color-translate, msdos-approximate-color): Remove.
733 (msdos-color-values): Use 16-bit RGB values. RGB values updated
734 for better approximation of X colors.
735 (msdos-face-setup): Call tty-color-clear. Remove code that sets
736 up tty-color-alist (it is now on startup.el).
737 (x-display-color-p, x-color-defined-p, x-color-values,
738 x-defined-colors, face-color-supported-p, face-color-gray-p):
739 Remove.
740
741 * facemenu.el (facemenu-read-color, list-colors-display): Use
742 defined-colors for all frame types.
743 (facemenu-color-equal): Use color-values for all frame types.
744
745 * faces.el (read-face-attribute): For :foreground and :background
746 attributes and frames on character terminals, translate the color
747 to the closest supported one before looking it up in the list of
748 valid values.
749 (face-valid-attribute-values): Call defined-colors for all types
750 of frames.
751 (defined-colors, color-defined-p, color-values, display-color-p):
752 New finctions.
753 (x-defined-colors, x-color-defined-p, x-color-values,
754 x-display-color-p): Aliases for the above.
755
756 * startup.el (command-line): Register terminal colors for frame
757 types other than x and w32, but only if the terminal supports
758 colors. Call tty-color-define instead of face-register-tty-color.
759
760 * term/x-win.el (xw-defined-colors): Renamed from
761 x-defined-colors.
762 * term/w32-win.el (xw-defined-colors): Likewise.
763
764 * term/tty-colors.el: New file.
765 * loadup.el: Load term/tty-colors.
766
767 1999-12-06 Dave Love <fx@gnu.org>
768
769 * ffap.el: Autoload the ffap alias directly.
770
771 1999-12-06 Inge Frick <inge@nada.kth.se>
772
773 * dired-aux.el (dired-do-shell-command): Changed documentation.
774 (dired-shell-stuff-it): A `?' in COMMAND has now the same
775 meaning as `*'.
776
777 1999-12-06 Gerd Moellmann <gerd@gnu.org>
778
779 * simple.el (insert-buffer): Doc fix.
780
781 * apropos.el (apropos-mode): Add autoload cookie.
782
783 1999-12-06 Sam Steingold <sds@goems.com>
784
785 * progmodes/etags.el (etags-tags-completion-table): Modified the
786 regexp to allow for the CL symbols starting with `+*'.
787 (tags-completion-table): Doc fix (it's an obarray, not an alist).
788 (tags-completion-table, tags-recognize-empty-tags-table): Remove
789 `function' quoting lambda.
790 (tags-with-face): New macro.
791 (list-tags, tags-apropos): Use it.
792 (tags-apropos-additional-actions): New user option.
793 (etags-tags-apropos-additional): Use it.
794 (tags-apropos): Call etags-tags-apropos-additional.
795 (tags-apropos-verbose): New user option.
796 (etags-tags-apropos): Use it.
797 (visit-tags-table-buffer, next-file): Use `unless'.
798 (recognize-empty-tags-table): Renamed to
799 tags-recognize-empty-tags-table.
800 (complete-tag): Call tags-complete-tag bypassing try-completion.
801
802 1999-12-06 Kenichi Handa <handa@etl.go.jp>
803
804 * international/mule.el (set-buffer-file-coding-system): Docstring
805 modified.
806
807 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
808
809 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
810 using the hideshow package.
811 (hs-special-modes-alist): Added entry for bibtex to allow the use
812 of the hideshow package.
813 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
814 not longer provided by bibtex.el directly. Instead the hideshow
815 package should be used.
816 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
817 references to bibtex-hide-entry-bodies.
818
819 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
820
821 * textmodes/bibtex.el: Copyright notice is up to date. Moved
822 maintainer information closer to the beginning of the bibtex.el
823 file.
824 (bibtex-maintainer-salutation): New constant.
825 (bibtex-version): New constant.
826 (bibtex-submit-bug-report): Use bibtex-version and
827 bibtex-maintainer-salutation.
828 (bibtex-entry-field-alist): Made booktitle field optional for
829 @inproceedings entries when crossreferenced.
830 (bibtex-entry-field-alist): Added booktitle field to proceedings
831 entry type (for cross referencing). Thanks to Wagner Toledo Correa
832 for the suggestion.
833 (bibtex-string-file-path): Fixed typo.
834
835 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
836
837 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
838 for reftex.el.
839 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
840 to menu.
841
842 1999-12-04 Dave Love <fx@gnu.org>
843
844 * delsel.el: Revert previous change -- region is significant to
845 skeleton.
846
847 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
848
849 * viper-cmd.el (viper-change-state): Use
850 viper-ESC-moves-cursor-back to decide whether to move the cursor
851 back.
852
853 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
854
855 * international/mule-util.el (truncate-string-to-width): Docsting
856 fixed.
857
858 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
859
860 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
861 use of `cond'.
862 (lm-with-file): Move all the find-file...kill-buffer stuff into
863 this macro. Make it use `find-file-noselect' and make it kill
864 the buffer only if it wasn't already displayed somewhere.
865 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
866 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
867 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
868 (lm-commentary): Fix to handle the case when the change log is
869 at the end of the file.
870
871 1999-12-02 Kenichi Handa <handa@etl.go.jp>
872
873 * international/mule.el (charsetp): Fix typo in docstring.
874
875 * international/mule-diag.el (list-coding-categories): Fix typo;
876 automatic -> autoload.
877
878 1999-12-02 Gerd Moellmann <gerd@gnu.org>
879
880 * vc.el (vc-update-change-log): Look for rcs2log under
881 exec-directory.
882
883 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
884 outline-regexp, add outline-level.
885 (lisp-outline-level): New.
886
887 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
888 remove extraneous string-match.
889
890 * finder.el (finder-commentary): Activate Finder mode.
891
892 1999-12-01 Anders Lindgren <andersl@andersl.com>
893
894 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
895 off when reverting buffers that contained mode specifiers.
896 `revert-buffer' is now called with non-nil PRESERVE-MODES
897 argument.
898
899 1999-12-01 Dave Love <fx@gnu.org>
900
901 * delsel.el: Grok skeleton-pair-insert-maybe.
902
903 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
904
905 * progmodes/cperl-mode.el (cperl-under-as-char):
906 Use nil as default.
907
908 1999-11-30 Gerd Moellmann <gerd@gnu.org>
909
910 * speedbar.el (toplevel): Remove compatibility code for Emacs
911 versions without custom.el.
912
913 1999-11-30 Dave Love <fx@gnu.org>
914
915 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
916
917 * autoinsert.el: Minor doc fixes.
918 (auto-insert): Return nil.
919
920 * faces.el (set-face-documentation): Purecopy STRING.
921
922 1999-11-29 Dave Love <fx@gnu.org>
923
924 * derived.el: Doc fixes, remove old backquote syntax.
925
926 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
927 comment warning about editing.
928
929 * help.el (help-mode-hook): Define.
930
931 1999-11-29 Gerd Moellmann <gerd@gnu.org>
932
933 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
934 invalid translation of old-style backquote syntax to new syntax.
935
936 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
937
938 * Makefile (DONTCOMPILE): Add term/internal.el.
939
940 1999-11-26 Dave Love <fx@gnu.org>
941
942 * comint.el: Fix last change.
943
944 * emacs-lisp/advice.el: Fix last change.
945
946 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
947
948 * cus-edit.el (Custom-reset-standard): Doc fix.
949 (custom-variable-reset-standard): Doc fix.
950 (custom-face-reset-standard): Doc fix.
951 (custom-face-menu): "Reset to Standard" => "Erase Customization".
952 (custom-variable-menu): Likewise.
953 (custom-reset-menu): Likewise.
954 (custom-buffer-create-internal): Likewise.
955
956 1999-11-26 Dave Love <fx@gnu.org>
957
958 * progmodes/make-mode.el (makefile-mode-hook): Customize.
959
960 * font-lock.el: Doc fixes.
961
962 * menu-bar.el (menu-bar-mode): Customize.
963
964 * cus-start.el: Add use-dialog-box.
965
966 * add-log.el (change-log-mode-hook): Customize.
967 (add-log-current-defun): Use
968 fortran-{beginning,end}-of-subprogram.
969
970 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
971
972 * emacs-lisp/advice.el: Many doc fixes.
973
974 * comint.el (comint-preoutput-filter-functions): Doc fix.
975
976 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
977
978 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
979 Improve messages for capitalization of arg names,
980 for flag variables, for t and nil, for imperatives.
981 Call them imperatives rather than infinitives sans "to".
982 (checkdoc-common-verbs-wrong-voice): Add "moves".
983 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
984
985 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
986 Don't convert comments from 3-semicolon to 2-semicolon.
987 That is a matter of style.
988 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
989 (checkdoc-comments): Don't bind that variable.
990
991 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
992
993 * files.el (write-file-hooks): Doc fix.
994
995 1999-11-26 Gerd Moellmann <gerd@gnu.org>
996
997 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
998
999 1999-11-25 Dave Love <fx@gnu.org>
1000
1001 * hippie-exp.el: Require comint when compiling.
1002 (hippie-expand): Add :links.
1003 (hippie-expand-try-functions-list): Customize.
1004
1005 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
1006
1007 * viper*el: Replaced old-style backquotes.
1008
1009 * ediff*el: Replaced old-style backquotes.
1010
1011 * ediff-merge
1012 (ediff-looks-like-combined-merge,ediff-get-combined-region):
1013 Changed to support the new format for ediff-combination-pattern.
1014
1015 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
1016 Changed to support the new format for ediff-combination-pattern.
1017
1018 1999-11-24 Dave Love <fx@gnu.org>
1019
1020 * custom.el (custom-declare-group): Purecopy DOC.
1021 (custom-handle-keyword): Purecopy VALUE.
1022 (custom-add-link): Purecopy WIDGET.
1023 (custom-add-version): Purecopy VERSION.
1024 (custom-add-load): Purecopy LOAD.
1025
1026 * cus-face.el (custom-declare-face): Purecopy DOC.
1027
1028 * info.el:
1029 (Info-build-node-completions, Info-search, Info-follow-reference)
1030 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
1031 (Info-find-emacs-command-nodes): Avoid properties on matched text
1032 which may appear in minibuffer.
1033
1034 1999-11-24 Gerd Moellmann <gerd@gnu.org>
1035
1036 * locate.el (locate-with-filter): Doc fix.
1037
1038 1999-11-24 Alex Schroeder <alex@gnu.org>
1039
1040 * sql.el (sql-find-sqli-buffer): New function.
1041 (sql-set-sqli-buffer-generally): New function.
1042 (sql-set-sqli-buffer): Better checking of new-buffer.
1043 (sql-copy-column): Add comma after INTO clause, too.
1044
1045 1999-11-24 Alex Schroeder <alex@gnu.org>
1046
1047 * sql.el (sql-imenu-generic-expression): New, used to set
1048 imenu-generic-expression.
1049
1050 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
1051 setting font-lock-defaults' SYNTAX-ALIST. Set
1052 imenu-generic-expression, imenu-case-fold-search, and
1053 imenu-syntax-alist.
1054
1055 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
1056 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
1057
1058 1999-11-23 Andrew Innes <andrewi@gnu.org>
1059
1060 * w32-win.el (w32-drag-n-drop): Load files in current window, if
1061 drop coords aren't over a specific window.
1062
1063 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1064
1065 * ps-print.el: Define mule funs without checking if mule package is
1066 loaded.
1067 (ps-print-version): New version number (5.0.1).
1068 (ps-header-dirpart): Now uses abbreviate-file-name.
1069
1070 1999-11-23 Dave Love <fx@gnu.org>
1071
1072 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
1073 comment-line-start.
1074 (fortran-comment-line-start-skip): Renamed from
1075 comment-line-start-skip.
1076 (fortran-mode-map): Use renamed functions. Add manual and custom
1077 entries to menu.
1078 (fortran-mode-hook): Customize.
1079 (fortran-comment-indent-function): Renamed from
1080 fortran-comment-hook.
1081 (delete-horizontal-regexp): Function deleted.
1082 (fortran-electric-line-number): Simplified.
1083 (fortran-beginning-of-subprogram): Renamed from
1084 beginning-of-fortran-subprogram.
1085 (fortran-end-of-subprogram): Renamed from
1086 end-of-fortran-subprogram.
1087 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
1088 (fortran-previous-statement, fortran-next-statement): Simplified.
1089 (fortran-blink-match): New function.
1090 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
1091 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
1092 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
1093 line-end-position.
1094 (fortran-fill): No longer interactive. Simplified.
1095 (fortran-break-line): Simplified.
1096 (fortran-analyze-file-format): Use char-after, not looking-at.
1097
1098 * emacs-lisp/find-func.el (find-function-regexp): Use
1099 `define-minor-mode' after easy-menu change.
1100
1101 1999-11-23 Gerd Moellmann <gerd@gnu.org>
1102
1103 * comint.el: Add redirection.from active comint buffers into
1104 another buffer. Written by Peter Breton.
1105
1106 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
1107
1108 * emacs-lisp/autoload.el (make-autoload): Recognize the new
1109 `define-minor-mode'.
1110 (define-minor-mode): Specify `doc-string-elt'.
1111
1112 * emacs-lisp/easy-mmode.el: Changed maintainer.
1113 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
1114 Use defcustom for the hooks; Improve the auto-generated docstrings.
1115 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
1116 (define-minor-mode): Add BODY arg; Only declare the keymap if
1117 provided; Improve the auto-generated docstrings.
1118
1119 1999-11-22 Gerd Moellmann <gerd@gnu.org>
1120
1121 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
1122 that the leading `^' is at the start. This is necessary because
1123 paragraphs.el tries to remove anchors, but can find them only if
1124 they are the first character.
1125
1126 * progmodes/antlr-mode.el: New file.
1127
1128 * calendar/calendar.el: Fix autoload for
1129 calendar-absolute-from-astro. Add autoload for
1130 calendar-print-astro-day-number.
1131
1132 1999-11-21 Anders Lindgren <andersl@andersl.com>
1133
1134 * follow.el: Use modern backquote syntax. Minor comment update.
1135
1136 1999-11-21 Gerd Moellmann <gerd@gnu.org>
1137
1138 * simple.el (with-syntax-table): Don't switch buffers.
1139
1140 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
1141 progmodes/hideif.el: Use new backquote syntax.
1142
1143 1999-11-21 Ken Manheimer <klm@python.org>
1144
1145 * icomplete.el (icomplete-completions): Use an explicit variable
1146 `icomplete-prospects-length', obviating the need to use an
1147 apparently faulty throw/catch arrangement.
1148
1149 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
1150
1151 * term/internal.el (IT-display-table-setup): Don't overstep
1152 character code 255.
1153
1154 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
1155
1156 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
1157 for the charset chinese-sisheng is 7bit encoding, not 8bit.
1158
1159 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
1160
1161 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
1162 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
1163
1164 * files.el (auto-mode-alist): Add patterns for diff-mode.
1165
1166 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
1167 to detect an empty prompt.
1168
1169 1999-11-18 Dave Love <fx@gnu.org>
1170
1171 * simple.el (input-mode-8-bit): Fix the customization.
1172
1173 1999-11-18 Gerd Moellmann <gerd@gnu.org>
1174
1175 * international/iso-acc.el (iso-languages): Add more
1176 characters for Portuguese.
1177
1178 * speedbar.el: Clean up comment at the start of the file.
1179 Remove RCS id.
1180
1181 * progmodes/compile.el (compilation-parse-errors): Use
1182 compilation-buffer-p instead of testing major-mode.
1183
1184 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
1185
1186 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
1187 (quickurl-ask): completion-ignore-case is set to the value of
1188 quickurl-completion-ignore-case for the duration of the call to
1189 completing-read.
1190
1191 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1192
1193 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
1194
1195 1999-11-18 Kenichi Handa <handa@etl.go.jp>
1196
1197 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
1198 instead of ps-print-def.
1199
1200 * ps-print.el: Require ps-vars instead of ps-print-def.
1201
1202 * ps-mule.el: Require ps-vars instead of ps-print-def.
1203
1204 1999-11-17 Gerd Moellmann <gerd@gnu.org>
1205
1206 * simple.el (with-syntax-table): Save buffer explicitly instead of
1207 using save-excursion.
1208
1209 1999-11-16 Gerd Moellmann <gerd@gnu.org>
1210
1211 * mail/supercite.el: New maintainer.
1212
1213 1999-11-16 Reto Zimmermann <reto@synopsys.com>
1214
1215 * progmodes/vhdl-mode.el: Use new backquote syntax.
1216
1217 1999-11-16 Gerd Moellmann <gerd@gnu.org>
1218
1219 * simple.el (with-syntax-table): New.
1220
1221 1999-11-15 Sam Steingold <sds@ksp.com>
1222
1223 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
1224
1225 1999-02-22 Sam Steingold <sds@goems.com>
1226
1227 * goto-addr.el (goto-address-at-mouse,
1228 goto-address-find-address-at-point): Use compose-mail.
1229 (goto-address-mail-method): Removed variable.
1230 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
1231 goto-address-send-using-mail): Removed functions.
1232
1233 1998-11-03 Sam Steingold <sds@goems.com>
1234
1235 * simple.el (backward-delete-char-untabify):
1236 backward-delete-char-untabify-method can be `all' now - to delete
1237 hungrily including newlines.
1238
1239 1999-11-15 Sam Steingold <sds@ksp.com>
1240
1241 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
1242
1243 1999-11-15 Dave Love <fx@gnu.org>
1244
1245 * cus-edit.el (customize-face, customize-face-other-window):
1246 Require match from completing-read.
1247 (custom-buffer-done-function): Default to custom-bury-buffer, not
1248 bury-buffer.
1249
1250 1999-11-15 Gerd Moellmann <gerd@gnu.org>
1251
1252 * mail/rmail.el, iswitchb.el, hippie-exp.el,
1253 progmodes/cperl-mode.el: Use new backquote syntax.
1254
1255 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
1256
1257 * uniquify.el: Use new backquote syntax.
1258
1259 1999-11-14 Markus Rost <rost@ias.edu>
1260
1261 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
1262 as in ispell-local-dictionary-alist.
1263
1264 1999-11-14 Alex Schroeder <alex@gnu.org>
1265
1266 * ansi-color.el (ansi-color-apply): Updated regexps to include
1267 highlighted face.
1268
1269 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
1270
1271 * forms.el (forms--make-format-elt-using-text-properties):
1272 Treat `intangible' differently.
1273
1274 * forms.el: Use new backquote syntax.
1275
1276 1999-11-13 Gerd Moellmann <gerd@gnu.org>
1277
1278 * textmodes/scribe.el (scribe-mode): Doc-fix.
1279
1280 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
1281
1282 * net-utils.el (run-network-program, net-utils-run-program): Use
1283 the new backquote syntax.
1284 (smbclient-program, smbclient-program-options)
1285 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
1286 variables
1287 (smbclient, smbclient-list-shares): New functions
1288
1289 1999-11-12 Sam Steingold <sds@ksp.com>
1290
1291 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
1292 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
1293 (viper-kbd-buf-definition, viper-kbd-mode-alist)
1294 (viper-kbd-mode-pair, viper-kbd-mode-definition)
1295 (viper-kbd-global-pair, viper-kbd-global-definition):
1296 Use the new backquote syntax.
1297
1298 * emulation/viper-cmd.el (viper-test-com-defun)
1299 (viper-prefix-arg-value, viper-prefix-arg-com):
1300 Use the new backquote syntax.
1301
1302 * emacs-lisp/debug.el (debugger-env-macro):
1303 Use the new backquote syntax.
1304
1305 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
1306 Use the new backquote syntax.
1307
1308 * calendar/calendar.el (calendar-remove-frame-by-deleting):
1309 New user variable.
1310 (calendar-hide-window): Use it.
1311 (increment-calendar-month, calendar-for-loop, calendar-sum):
1312 Use the new backquote syntax.
1313
1314 1999-11-12 Andrew Innes <andrewi@gnu.org>
1315
1316 * select.el (x-set-selection): Call buffer-substring, not
1317 substring. Also fix docstring
1318
1319 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
1320
1321 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
1322 of customizable variables to bug report message. Added
1323 system-type to package name in bug report.
1324
1325 1999-11-12 Gerd Moellmann <gerd@gnu.org>
1326
1327 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
1328 to display file names.
1329
1330 1999-11-11 Gerd Moellmann <gerd@gnu.org>
1331
1332 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
1333
1334 * isearch.el: Add lazy-highlighting feature.
1335
1336 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1337
1338 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
1339 constant.
1340 (ps-mode-submit-bug-report): New function. Entry added to menu.
1341
1342 1999-11-10 William M. Perry <wmperry@aventail.com>
1343
1344 * mwheel.el: New file to support the new style wheeled mice.
1345
1346 1999-11-10 Gerd Moellmann <gerd@gnu.org>
1347
1348 * startup.el (initial-scratch-message): Add ";;" to the front of
1349 lines in the message.
1350
1351 * files.el (file-local-copy): Remove optional BUFFER argument
1352 because that's not used by anything.
1353
1354 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
1355 to-address.
1356
1357 1999-11-08 Markus Rost <rost@ias.edu>
1358
1359 * wid-edit.el (widget-button-click): Wrap with save-excursion
1360 to restore track-mouse in the correct buffer.
1361
1362 1999-11-08 Gerd Moellmann <gerd@gnu.org>
1363
1364 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
1365
1366 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
1367
1368 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
1369 lpr-command to "lp" for some system-types. (copied from lpr.el
1370 Emacs version 20.2.1).
1371
1372 1999-11-04 Markus Rost <rost@ias.edu>
1373
1374 * simple.el (comment-region): Strip off white space at end of
1375 comment-start.
1376
1377 1999-11-04 Gerd Moellmann <gerd@gnu.org>
1378
1379 * faces.el (secondary-selection): Fix wrong color name.
1380
1381 1999-11-04 John Tobey <jtobey@epsilondev.com>
1382
1383 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
1384 the default when invoking perldb in a non-Perl buffer, and other
1385 cases involving -e or --.
1386
1387 1999-11-04 Gerd Moellmann <gerd@gnu.org>
1388
1389 * simple.el (previous-matching-history-element)
1390 (next-history-element): Use delete-field instead of erase-field.
1391
1392 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
1393 Use delete-field instead of erase-field.
1394
1395 * faces.el (secondary-selection): Change background to yellow.
1396
1397 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
1398 find the start of the text. Use field-string to read the user
1399 input.
1400
1401 1999-11-03 Gerd Moellmann <gerd@gnu.org>
1402
1403 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
1404 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
1405 for compatibility with old face implementation.
1406
1407 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
1408 Use erase-field instead of erase-buffer.
1409
1410 * frame.el (blink-cursor-mode, blink-cursor-end): Use
1411 internal-show-cursor with new interface.
1412 (blink-cursor-timer-function): New.
1413 (blink-cursor-start): Use blink-cursor-timer-function.
1414
1415 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1416
1417 * calendar.el (redraw-calendar): Move to nearest date before
1418 redrawing.
1419
1420 * diary-lib.el (simple-diary-display): Reset modeline even if
1421 there are no diary entries since the diary buffer may be displayed.
1422
1423 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1424
1425 * emacs-lisp/debug.el (debug): If noninteractive, display the
1426 backtrace using `message', then exit Emacs.
1427 (debugger-batch-max-lines): New variable.
1428 (debugger-setup-buffer): New subroutine, broken out of `debug'.
1429 Change the messages put at the start, to say that the debugger
1430 was entered.
1431
1432 1999-11-02 Sam Steingold <sds@ksp.com>
1433
1434 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
1435
1436 1999-11-01 John Tobey <jtobey@epsilondev.com>
1437
1438 * gud.el: (gud-perldb-massage-args): Massage correctly in the
1439 presence of perl switches other than "-e".
1440
1441 1999-11-01 Markus Rost <rost@ias.edu>
1442
1443 * dired-x.el (dired-smart-shell-command): Use
1444 shell-command-history as in shell-command.
1445
1446 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1447
1448 * userlock.el (ask-user-about-lock): Doc fix.
1449
1450 * frame.el: Doc fixes.
1451
1452 1999-11-01 Gerd Moellmann <gerd@gnu.org>
1453
1454 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
1455 of show-cursor.
1456 (blink-cursor-start, blink-cursor-end): Ditto.
1457
1458 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
1459
1460 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1461
1462 * window.el (walk-windows): If ALL-FRAMES is a frame,
1463 start on that frame. Use save-selected-window.
1464
1465 1999-11-01 Gerd Moellmann <gerd@gnu.org>
1466
1467 * simple.el (end-of-buffer): Use window-end to find the window end
1468 instead of vertical-motion because this handles variable-height
1469 lines correctly.
1470
1471 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
1472
1473 * ediff.el: Version change.
1474
1475 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
1476 make sure you are in a good frame before deleting other
1477 windows.
1478 (ediff-file-checked-in-p): Don't consider CVS
1479 files checked in.
1480 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
1481 are writing to a newly created empty file.
1482
1483 * ediff-mult.el (ediff-show-session-group-hook): New default.
1484
1485 * ediff-vers.el (ediff-pcl-cvs-view-revision):
1486 First cd to the file directory. reportedly works
1487 better with remote files.
1488
1489 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
1490 Use file-name-nondirectory when passing files to CVS.
1491
1492 * ediff-diff.el (ediff-cmp-options): New variable.
1493 (ediff-same-file-contents): Use ediff-cmp-options.
1494
1495 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
1496 ediff-get-patch-buffer): Use current buffer if it appears to be a
1497 patch.
1498
1499 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
1500 C-g
1501
1502 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
1503 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
1504 (viper-save-cursor-color,viper-restore-cursor-color):
1505 Improved cursor color handling.
1506 (viper-get-saved-cursor-color-in-replace-mode,
1507 viper-get-saved-cursor-color-in-insert-mode): New functions for
1508 better cursor color handling.
1509
1510 * viper-ex.el (ex-read,ex-edit):
1511 Fixes for correct interpretation of #,%.
1512 (viper-ex): Now works correctly when called from other functions.
1513 (viper-glob-function): New variable.
1514 (viper-ex): Save excursion before doing :global.
1515
1516 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
1517
1518 * viper-cmd.el (viper-post-command-sentinel,
1519 viper-insert-state-post-command-sentinel,
1520 viper-insert-state-pre-command-sentinel): Takes better care of
1521 cursor colors.
1522
1523 * viper.el: Version change.
1524
1525 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
1526
1527 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
1528 that the modeline display was updated *only* when
1529 `whitespace-display-in-modeline' was set, not otherwise.
1530
1531 1999-10-30 Gerd Moellmann <gerd@gnu.org>
1532
1533 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
1534 "frac12".
1535
1536 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
1537 ad-activate.
1538
1539 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
1540
1541 * whitespace.el: Test for existence of `defcustom' and `defgroup'
1542 using fboundp instead of assuming that these are not present in
1543 particular flavors of emacs.
1544 (whitespace-version): Update to 2.8
1545 (whitespace-display-in-modeline): Add custom variable to control
1546 displaying the whitespace errors on the modeline based on
1547 suggestion from <klaus.berndl@sdm.de>
1548 (whitespace-buffer): Now returns `t' if unclean and `nil' if
1549 clean, to enable using as a hook function, as suggested by Puneet
1550 Goel <puneet@computer.org>
1551 (whitespace-buffer): Fix a subtle bug that cleaned up only if
1552 quiet was not set, even with whitespace-auto-cleanup set.
1553 (whitespace-mode-line): Now uses less modeline real estate and
1554 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
1555 which is present in the file, and <y> is any type of whitespace
1556 whose check has been suppressed by setting
1557 `whitespace-check-<whitespace-type>' to nil.
1558 (whitespace-unchecked-whitespaces): New function to return the
1559 list of whitespaces for whom checks have been suppressed.
1560 (whitespace-display-unchecked-whitespaces): Renamed to
1561 `whitespace-update-modeline' to reflect its functionality.
1562
1563 1999-10-30 Gerd Moellmann <gerd@gnu.org>
1564
1565 * progmodes/compile.el (compilation-error-regexp-alist):
1566 Undo previous change.
1567
1568 1999-10-28 Dave Love <fx@gnu.org>
1569
1570 * help.el (help-follow): Make arg optional again and really
1571 default to point.
1572
1573 1999-10-28 Gerd Moellmann <gerd@gnu.org>
1574
1575 * paths.el (rmail-file-name): Make it an option.
1576
1577 * progmodes/ada-mode.el, progmodes/ada-prj.el,
1578 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
1579 comment fixes.
1580
1581 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
1582 MIPS Pro 7.3 compiler error message syntax.
1583
1584 1999-10-27 Dave Love <fx@gnu.org>
1585
1586 * progmodes/compile.el: Checkdoc-inspired fixes.
1587
1588 1999-10-27 Gerd Moellmann <gerd@gnu.org>
1589
1590 * lpr.el (print-buffer): Doc-string fix.
1591
1592 1999-10-27 Dave Love <fx@gnu.org>
1593
1594 * emacs-lisp/advice.el: Doc fixes.
1595 (ad-lemacs-p): Removed.
1596 (advice): Add :link to defgroup.
1597
1598 1999-10-27 Kenichi Handa <handa@etl.go.jp>
1599
1600 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
1601 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
1602
1603 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1604
1605 * window.el (walk-windows): If ALL-FRAMES is a frame,
1606 start on that frame. Use save-selected-window.
1607
1608 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1609
1610 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
1611 ad-activate. All callers changed, including those in data.c.
1612 (ad-activate-internal-off): Renamed from ad-activate-off.
1613 All uses changed.
1614 (ad-activate): Renamed from ad-activate-on. All uses changed.
1615 (ad-start-advice, ad-stop-advice, ad-recover-normality):
1616 Alter the definition of ad-activate-internal, not ad-activate.
1617
1618 1999-10-26 Gerd Moellmann <gerd@gnu.org>
1619
1620 * startup.el (command-line-1): Add support for command line
1621 arguments `file' and `execute'. Fix handling of `visit'.
1622
1623 1999-10-26 Kenichi Handa <handa@etl.go.jp>
1624
1625 * international/mule-cmds.el (read-input-method-name): Handle the
1626 case that the arg DEFAULT is symbol.
1627
1628 * international/mule-diag.el (mule-diag): Handle the case that
1629 default-input-method is symbol.
1630
1631 1999-10-26 Gerd Moellmann <gerd@gnu.org>
1632
1633 * textmodes/tildify.el: New file.
1634
1635 1999-10-25 Sam Steingold <sds@ksp.com>
1636
1637 * Makefile (compile-files): Fixed the "tr" strings.
1638 (EMACS): Set to ../src/emacs.
1639
1640 1999-10-25 Gerd Moellmann <gerd@gnu.org>
1641
1642 * info.el (Info-build-node-completions): Add '("*") to the
1643 completion list.
1644
1645 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1646
1647 * frame.el (auto-raise-mode): When enabling the mode,
1648 immediately raise the selected frame.
1649
1650 * indent.el (indent-region): Doc fix.
1651
1652 * comint.el (comint-output-filter): Make the Comint buffer current
1653 for the comint-preoutput-filter-functions.
1654
1655 * mail/reporter.el: Doc fix.
1656
1657 1999-10-24 Stephen Eglen <stephen@gnu.org>
1658
1659 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
1660 that Octave lisp files can also run under XEmacs 20.
1661 (require 'custom) added so that files can run under Emacs 19.34.
1662
1663 * iswitchb.el (iswitchb-default-keybindings): No need to use
1664 read-kbd-macro in keybindings.
1665
1666 1999-10-23 Dave Love <fx@gnu.org>
1667
1668 * elide-head.el: New file.
1669
1670 1999-10-23 Gerd Moellmann <gerd@gnu.org>
1671
1672 * Makefile (compile-files, backup-compiled-files): New targets.
1673 (bootstrap, bootstrap-clean): Ditto.
1674
1675 1999-10-22 Paul Eggert <eggert@twinsun.com>
1676
1677 * international/mule-cmds.c (locale-language-names):
1678 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
1679 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
1680 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
1681 Use Latin-8 for Welsh.
1682 Use Latin-1 for English if "en" is explicitly specified.
1683 Use Latin-1 for Scots Gaelic, Tagalog.
1684 Use Latin-1 (not Latin-4) for Greenlandic.
1685 Use Latin-1 (not Latin-2) for Albanian.
1686 (locale-preferred-coding-systems, locale-language-names):
1687 Remove generic ISO 8859 locales; locale-charset-language-names now
1688 does this.
1689 (locale-charset-language-names): New variable.
1690 (set-locale-environment): Use language name specified by
1691 locale-charset-language-names if its charsets disagree with the
1692 language name specified by locale-language-names.
1693
1694 1999-10-22 Dave Love <fx@gnu.org>
1695
1696 * make-mode.el: Minor doc fixes.
1697
1698 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
1699
1700 1999-10-21 Dave Love <fx@gnu.org>
1701
1702 * loadup.el: Add latin-8, latin-9.
1703
1704 1999-10-20 Paul Eggert <eggert@twinsun.com>
1705
1706 * disp-table.el (standard-display-european): Remove undocumented
1707 arg AUTO; no longer used by startup.el. Do not attempt to treat
1708 all non-English language environments as coding system names.
1709 Instead, use the downcased language environment name as a coding
1710 system name if it is one; otherwise, use latin-1.
1711
1712 1999-10-20 Gerd Moellmann <gerd@gnu.org>
1713
1714 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
1715 that were split so that part of the comment appeared as Lisp code.
1716
1717 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1718
1719 * ps-bdf.el: Doc fix.
1720
1721 * ps-print-def.el: New file: common definitions for all parts of
1722 ps-print.
1723 (ps-multibyte-buffer): Moved from ps-mule.
1724
1725 * ps-mule.el: File dependence fix.
1726 (ps-multibyte-buffer): Moved to ps-print-def.
1727
1728 * ps-print.el: Doc fix, better customization.
1729 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
1730 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
1731 (ps-end-file): Doc fix.
1732 (ps-setup, ps-begin-file): Fun fix.
1733 (postscript): New group.
1734 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
1735 (ps-print-prologue-1): Adjust PostScript programming.
1736 (ps-print): Adjust group hierarchy.
1737 (ps-print-n-up, ps-print-zebra, ps-print-background,
1738 ps-print-printer)
1739 (ps-print-page): New subgroups.
1740 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
1741 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
1742 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
1743 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
1744 (ps-zebra-stripe-height, ps-print-background-image)
1745 (ps-print-background-text, ps-spool-config): Adjust customization.
1746 (dos-ps-printer): Definition eliminated.
1747
1748 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1749
1750 * ps-mule.el: Doc fix, define functions properly if mule package is
1751 loaded or not.
1752 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
1753 mule package is loaded or not.
1754
1755 * ps-print.el: Doc fix, n-up printing.
1756 (ps-print-version): New version number (5.0).
1757 (ps-page-dimensions-database): Added document media.
1758 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
1759 (ps-page-order, ps-printing-region-p): New vars.
1760 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
1761 funs.
1762 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
1763 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
1764 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
1765 (ps-n-up-xstart, ps-n-up-ystart): New macros.
1766 (ps-print-begin-sheet-hook): New hook.
1767 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
1768 const.
1769 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
1770 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
1771 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
1772 (ps-count-lines): Changed to defun.
1773 (ps-header-page): Changed to defsubst, fix fun.
1774 (ps-printing-region): Doc fix, adjust programming code.
1775 (ps-output-boolean, ps-background-pages, ps-background-text)
1776 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
1777 programming code.
1778
1779 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1780
1781 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
1782 (ps-print-version): New version number (4.2).
1783 (ps-spool-config, ps-spool-tumble): New vars.
1784 (ps-print-prologue-1): Changed to defconst, adjust PostScript
1785 programming, new PostScript procedure to handle errors.
1786 (ps-print-prologue-2): Changed to defconst.
1787 (ps-print-duplex-feature): New const: duplex and tumble setting.
1788 (ps-setup, ps-begin-file): Fix funs.
1789 (ps-boolean-capitalized): New fun.
1790
1791 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
1792
1793 * Makefile (dontcompilefiles): Obsoleted.
1794 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
1795 (EL): Unused.
1796 (temacs): Removed (unused).
1797 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
1798 version of the file (necessary for the update to work properly).
1799 (autoloads): Force the use of `pwd`/loaddefs.el.
1800 (updates); Redefined in terms of other targets to reduce redundancy.
1801 (.el.elc): New default rule, just in case you want it.
1802 (compile): Use a single invocation of Emacs.
1803 (bootstrap-compile); Unneeded.
1804 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
1805
1806 1999-10-19 Dave Love <fx@gnu.org>
1807
1808 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
1809
1810 1999-10-19 Sam Steingold <sds@ksp.com>
1811
1812 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
1813 comply with the comment.
1814
1815 1999-10-19 Gerd Moellmann <gerd@gnu.org>
1816
1817 * autorevert.el (auto-revert-mode): Make auto-revert-mode
1818 permanent-local.
1819
1820 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
1821
1822 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
1823 value: \"lpr\" changed to "lpr"
1824 (ps-mode-version): New constant
1825 (ps-mode-show-version): New function, added key in ps-mode-map
1826 (ps-run-messages): Removed
1827 (ps-run-font-lock-keywords-2): New defcustom variable replacing
1828 ps-run-messages. These keywords now include the value of
1829 ps-run-prompt, making its fontification customizable.
1830 (ps-run-init): Removed \\n from docstring, it is now added when
1831 the value is used
1832 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
1833 ps-run-prompt
1834 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
1835 customizable variables in doc-string (its equivalent
1836 ps-run-messages was missing in previous version of the doc-string)
1837 (ps-run-mode): Simplified assignment to font-lock-defaults, using
1838 symbols only
1839
1840 1999-10-19 Alex Schroeder <alex@gnu.org>
1841
1842 * ansi-color.el: Complete rewrite.
1843
1844 1999-10-19 Paul Eggert <eggert@twinsun.com>
1845
1846 Fix bootstrapping problems.
1847 Use the system locale to specify Emacs locale defaults.
1848
1849 * international/mule-cmds.el (global-map):
1850 Do not use backquote, because that makes a bootstrapping
1851 problem if you need to recompile all Lisp files using interpreted code.
1852 * international/mule.el (charset-id, charset-bytes,
1853 charset-dimension, charset-chars, charset-width,
1854 charset-direction, charset-iso-final-char,
1855 charset-iso-graphic-plane, charset-reverse-charset,
1856 charset-short-name, charset-long-name, charset-description,
1857 charset-plist): Likewise.
1858 * subr.el (save-match-data): Likewise.
1859
1860 * international/mule-cmds.el
1861 (set-display-table-and-terminal-coding-system): New function,
1862 containing code migrated out of set-language-environment.
1863 (set-language-environment, set-locale-environment): Use it.
1864 (locale-translation-file-name): Moved here from startup.el.
1865 (locale-language-names, locale-preferred-coding-systems):
1866 New vars.
1867 (locale-name-match, set-locale-environment): New functions.
1868
1869 * language/japan-util.el (setup-japanese-environment-internal):
1870 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
1871
1872 * startup.el (iso-8859-n-locale-regexp): Remove.
1873 (locale-translation-file-name): Move to mule-cmds.el.
1874 (command-line): Move locale-stuff into set-locale-environment.
1875
1876 1999-10-18 Dave Love <fx@gnu.org>
1877
1878 * abbrev.el (add-abbrev, inverse-add-abbrev)
1879 (expand-region-abbrevs): Remove properties from buffer text.
1880
1881 1999-10-17 Gerd Moellmann <gerd@gnu.org>
1882
1883 * iswitchb.el (iswitchb-exhibit): Extract user-input only
1884 from the mini-buffer, without the prompt.
1885
1886 * simple.el (minibuffer-prompt-end): Return the position
1887 after the prompt, not the position of that last character
1888 of the prompt.
1889
1890 1999-10-17 Miles Bader <miles@gnu.org>
1891
1892 * simple.el: Doc fixes.
1893
1894 1999-10-17 Miles Bader <miles@gnu.org>
1895
1896 * simple.el (previous-matching-history-element, next-history-element):
1897 Change to work correctly even if the point is in the prompt.
1898 (choose-completion-string): Likewise.
1899 (minibuffer-prompt-width): New function (compatibility with old subr).
1900
1901 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
1902 When constraining the final position to the current field,
1903 don't use the ONLY-IN-LINE mode of constrain-to-field.
1904
1905 1999-10-17 Miles Bader <miles@gnu.org>
1906
1907 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
1908 constrain-to-field.
1909 * textmodes/paragraphs.el (forward-sentence): Likewise.
1910
1911 1999-10-17 Miles Bader <miles@gnu.org>
1912
1913 * simple.el (line-move): Use constrain-to-field to avoid
1914 moving into a prompt.
1915 (previous-complete-history-element): Clarify doc string.
1916 (next-complete-history-element): Likewise.
1917 Use field-beginning instead of point-min.
1918 (next-matching-history-element): Use field-beginning and
1919 erase-field instead of point-min and erase-buffer.
1920 * textmodes/paragraphs.el
1921 (forward-paragraph, forward-sentence): Likewise.
1922 (backward-kill-paragraph, backward-kill-sentence): Remove code to
1923 constrain the kill to an field, as the movement commands now
1924 do this.
1925
1926 1999-10-17 Miles Bader <miles@gnu.org>
1927
1928 * simple.el (previous-matching-history-element): Get the
1929 minibuffer input with field-string instead of buffer-string.
1930 (choose-completion-string): Likewise.
1931 (next-history-element): Likewise.
1932 Erase the minibuffer input with erase-field, not erase-buffer.
1933 Use field-beginning to find the beginning of the input.
1934 * textmodes/paragraphs.el (backward-kill-sentence):
1935 Remove minibuffer-prompt hack.
1936 Constrain to any input field.
1937
1938 1999-10-17 Sam Steingold <sds@ksp.com>
1939
1940 * bindings.el (completion-ignored-extensions): Added ".sparcf"
1941 for CMUCL on sparc and ".ufsl" for LispWorks.
1942 (bound-and-true-p): Bugfix: free variable `v'.
1943
1944 1999-10-16 Dave Love <d.love@dl.ac.uk>
1945
1946 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
1947 (edebug-uninstall-read-eval-functions): Use load-read-function,
1948 avoiding elisp-eval.
1949
1950 1999-10-16 Sam Steingold <sds@ksp.com>
1951
1952 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
1953 instead of `eql'.
1954
1955 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
1956
1957 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
1958 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
1959 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
1960 * ediff-util.el (ediff-make-temp-file):
1961 * ediff-vers.el (ediff-pcl-cvs-view-revision):
1962 * emerge.el (emerge-make-temp-file):
1963 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
1964 * vc.el (vc-update-change-log):
1965 * mail/mailpost.el (post-mail-send-it):
1966 * mail/metamail.el (metamail-region):
1967 * progmodes/cmacexp.el (c-macro-expansion):
1968 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
1969
1970 1999-10-15 Gerd Moellmann <gerd@gnu.org>
1971
1972 * smtpmail.el (smtpmail-via-smtp): Add support for
1973 automatically appending a domain to RCPT TO: addresses.
1974
1975 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1976
1977 * dired.el (dired-insert-directory): Insert the amount of
1978 free space after the total size.
1979 (dired-free-space-program, dired-free-space-args): New variables.
1980
1981 1999-10-14 Karl Heuer <kwzh@gnu.org>
1982
1983 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
1984
1985 1999-10-14 Dave Love <fx@gnu.org>
1986
1987 * international/characters.el:
1988 * international/fontset.el:
1989 * international/mule-conf.el: Add latin-iso8859-1[45].
1990
1991 * language/european.el: Add Latin-8, Latin-9. Modify some doc
1992 strings.
1993
1994 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
1995 (command-line): Detect Latin-[89] locales.
1996
1997 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
1998
1999 * international/mule-cmds.el (select-safe-coding-system)
2000 (leim-list-header): Avoid the use of strings that start with backslash
2001 newline since lread.c:read1 has a hack to turn those strings into
2002 integer 0 during the loadup.el process.
2003
2004 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
2005
2006 1999-10-13 Dave Love <fx@gnu.org>
2007
2008 * image.el (insert-image): Copy the image spec and add an
2009 intangible property.
2010
2011 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
2012
2013 * help.el (help-xref-interned): Make it also work on variable-only
2014 and function-only symbols.
2015 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
2016 (help-follow): If the point under mouse is not highlighted, try
2017 `help-xref-interned' on the pointed-to symbol anyway.
2018
2019 * info.el (Info-on-current-buffer): New entry point.
2020 (Info-find-node): Split into two for Info-on-current-buffer to
2021 hook into it.
2022 (Info-current-file, Info-set-mode-line, Info-up):
2023 Info-current-file can now be t.
2024 (Info-clone-buffer-hook): Function for `clone-buffer'.
2025 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
2026 Make `clone-buffer' available in various ways to the user.
2027
2028 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
2029
2030 * simple.el (shell-command, shell-command-on-region): Use
2031 make-temp-file.
2032 (clone-buffer, clone-process, clone-buffer-hook): New functions.
2033
2034 * subr.el (with-current-buffer): Don't use backquotes to avoid
2035 bootstrapping problems.
2036
2037 * loadup.el (load-path): Add subdirs for bootstrapping.
2038 (docstrings): Ignore errors during bootstrapping.
2039 (args): New `bootstrap' argument (for use in place of `dump').
2040
2041 1999-10-12 Emmanuel Briot <briot@gnat.com>
2042
2043 * ada-stmt.el: Doc-string fixes.
2044
2045 1999-10-12 Gerd Moellmann <gerd@gnu.org>
2046
2047 * recentf.el: New file.
2048
2049 * ps-mode.el: New file.
2050
2051 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
2052 case insensitive.
2053
2054 1999-10-12 Richard Sharman <rsharman@pobox.com>
2055
2056 * sh-script.el: Added support for indenting existing scripts.
2057 (sh-mode-map): Added new bindings.
2058 (sh-mode): Updated mode doc-string for new commands, added
2059 make-local-variable calls, initialize mode-specific variables.
2060 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
2061 is now a different function.
2062 (sh-header-marker): Changed docstring.
2063 (sh-set-shell): Initialize mode-specific variables.
2064 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
2065 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
2066 Changed these define-skeleton calls to work with user-specified
2067 indentation settings.
2068 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
2069 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
2070 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
2071 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
2072 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
2073 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
2074 (sh-guess-basic-offset, sh-handle-after-case-label)
2075 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
2076 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
2077 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
2078 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
2079 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
2080 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
2081 (sh-handle-this-then, sh-help-string-for-variable)
2082 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
2083 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
2084 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
2085 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
2086 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
2087 (sh-remove-our-text-properties, sh-rescan-buffer)
2088 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
2089 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
2090 (sh-scan-case, sh-search-word, sh-set-char-syntax)
2091 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
2092 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
2093 functions.
2094 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
2095 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
2096 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
2097 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
2098 (sh-var-list): New variables.
2099
2100 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
2101
2102 * quickurl.el (quickurl-list-insert): `count-lines' was returning
2103 a value one line to high if the cursor wasn't at the start of a
2104 line. A `beginning-of-line' is now performed before making the
2105 call to `count-lines'.
2106
2107 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
2108
2109 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
2110
2111 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
2112
2113 * Makefile (setwins): Abstract out the command to find subdirectories
2114 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
2115 (custom-deps, finder-data, autoloads, update-subdirs, updates)
2116 (autoloads-with-other-emacs): Use it.
2117
2118 * diff-mode.el: New file. A mode for viewing/editing context diffs.
2119
2120 1999-10-09 Gerd Moellmann <gerd@gnu.org>
2121
2122 * Makefile (bootstrap-compile): New target. Compile Lisp
2123 files with ../src/temacs.
2124
2125 1999-10-08 Simon Marshall <simon@gnu.org>
2126
2127 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
2128 (regexp-opt-group): Use it to get common suffixes in STRINGS.
2129 If STRINGS is nil, return "" rather than nil.
2130
2131 1999-10-08 Gerd Moellmann <gerd@gnu.org>
2132
2133 * Makefile (compile): Compile files one by one. Set load-path to
2134 current directory and subdirectories when compiling.
2135
2136 1999-10-08 Gerd Moellmann <gerd@gnu.org>
2137
2138 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
2139 (emacs): Use it everywhere instead of EMACS.
2140 (compile): New target. Compile all Lisp files from scratch.
2141 (recompile): New target. Recompile lisp directory.
2142 (autoloads-with-other-emacs): New target. Build loaddefs.el with
2143 an Emacs executable not built in the current directory tree.
2144
2145 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
2146
2147 * filecache.el (file-cache-completion-ignore-case): New variable,
2148 defaulting to the value of completion-ignore-case.
2149 (file-cache-minibuffer-complete): Use it.
2150 (file-cache-files-matching, file-cache-files-matching-internal):
2151 New functions.
2152
2153 1999-10-07 Emmanuel Briot <briot@gnat.com>
2154
2155 * ada-xref.el: New file
2156
2157 * ada-prj.el: New file
2158
2159 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
2160
2161 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
2162 subprogram being created.
2163
2164 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
2165 ada-indent-newline-indent): Rewritten to support the new indentation
2166 scheme
2167
2168 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
2169 New functions
2170
2171 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
2172 justification parameter
2173
2174 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
2175 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
2176 external program
2177
2178 1999-10-07 Dave Love <fx@gnu.org>
2179
2180 * bindings.el (bound-and-true-p): New macro.
2181 (make-mode-line-mouse-sensitive): Don't require easymenu.
2182
2183 1999-10-07 Gerd Moellmann <gerd@gnu.org>
2184
2185 * custom.el (defface): Extend documentation for new values of
2186 `type'.
2187
2188 * faces.el (face-spec-set-match-display): Recognize `type' of
2189 `motif', `lucid', `x-toolkit'.
2190 (menu): New face.
2191
2192 1999-10-05 Dave Love <fx@gnu.org>
2193
2194 * files.el: Recognize temporary crontab files.
2195
2196 * info.el: Require jka-compr when compiling.
2197 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
2198
2199 1999-10-04 Dave Love <fx@gnu.org>
2200
2201 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
2202 scroll-up-aggressively, scroll-down-aggressively.
2203
2204 * time.el (display-time-mode): Add autoload cookie.
2205
2206 * rect.el (delete-extract-rectangle): Doc fix from verna.
2207
2208 * help-macro.el (three-step-help): Customize.
2209
2210 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2211
2212 * hexl.el (hexlify-buffer): Move point in proper range
2213 if it is too large.
2214 (hexl-after-revert-hook): Update hexl-max-address.
2215 (hexl-address-to-marker): Doc fix.
2216
2217 1999-10-03 Dave Love <fx@gnu.org>
2218
2219 * image.el (defimage): Remove redundant code. Substitute file in
2220 image plist.
2221
2222 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
2223
2224 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
2225 when doing with-temp-file.
2226
2227 1999-10-01 Dave Love <fx@gnu.org>
2228
2229 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
2230
2231 * help.el: Require view when compiling.
2232 (view-emacs-FAQ): Use Info version.
2233
2234 1999-09-29 Ken'ichi Handa <handa@gnu.org>
2235
2236 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
2237 (normat->normal). Use correct font names for Korean
2238 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
2239
2240 1999-09-29 Kenichi Handa <handa@etl.go.jp>
2241
2242 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
2243 code not used by KOI8 to the same 8-bit code instead of mapping to
2244 SPC.
2245 (cyrillic-alternativnyj-decode-table): Likewise.
2246
2247 1999-09-29 Alex Schroeder <alex@gnu.org>
2248
2249 * sql.el (sql-imenu-generic-expression): Aew, used to set
2250 imenu-generic-expression.
2251 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
2252 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
2253 imenu-case-fold-search, and imenu-syntax-alist.
2254 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
2255 setting font-lock-defaults' SYNTAX-ALIST.
2256
2257 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2258
2259 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
2260 macro, try again.
2261
2262 1999-09-28 Dave Love <fx@gnu.org>
2263
2264 * cus-edit.el (custom-comment): Change widget definition.
2265 (custom-comment-create, custom-comment-show)
2266 (custom-comment-invisible-p): Don't use :comment-overlay.
2267 (custom-comment-hide): New function.
2268 (custom-variable-set, custom-variable-save)
2269 (custom-variable-reset-standard, custom-face-set)
2270 (custom-face-save): Use it.
2271
2272 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2273
2274 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
2275
2276 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2277
2278 * faces.el (region): Doc fix.
2279
2280 1999-09-27 Dave Love <fx@gnu.org>
2281
2282 * isearch.el (isearch): Add :links in defgroup.
2283 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
2284 (isearch-switch-frame-handler): Comment out (unused).
2285 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
2286 (isearch-ring-retreat-edit): Doc fix.
2287 (isearch-mouse-yank): New command.
2288 (isearch-last-command-char): Removed. Callers changed to use
2289 last-command-char.
2290 (isearch-char-to-string): Removed. Callers changed to use
2291 char-to-string.
2292
2293 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
2294
2295 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
2296 option for Russian.
2297
2298 1999-09-25 Gerd Moellmann <gerd@gnu.org>
2299
2300 * faces.el (face-differs-from-default-p): Compare face
2301 attributes individually.
2302
2303 * image.el (put-image, insert-image): Add string argument.
2304
2305 1999-09-24 Gerd Moellmann <gerd@gnu.org>
2306
2307 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
2308 LANG=de_DE.iso88591 on HPUX 11.0.
2309
2310 * dired.el (dired-move-to-filename-regexp): Make it work
2311 for LANG=de_DE.iso88591 on HPUX 11.0.
2312
2313 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2314
2315 * info.el (info-initialize): Don't test existence of ALTERNATIVE
2316 if we know for some other reason it should not be used.
2317
2318 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
2319 New variable.
2320 (edebug-recursive-edit): Save current-prefix-arg there,
2321 bind it, and set it back at the end.
2322 (edebug-outside-excursion): Restore and update the outside
2323 value of current-prefix-arg.
2324 (edebug-emacs-version-specific): Delete support for Epoch.
2325
2326 1999-09-24 Howard Melman <howard@silverstream.com>
2327
2328 * imenu.el (imenu-after-jump-hook): New variable.
2329 (imenu): Run menu-after-jump-hook.
2330 (imenu-name-lookup-function): New variable.
2331 * imenu.el (imenu--in-alist): Use those variables.
2332
2333 1999-09-24 Carsten Dominik <cd@gnu.org>
2334
2335 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
2336 multiple thebibliography environments.
2337
2338 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
2339 with recentering window.
2340 (reftex-extract-bib-entries-from-thebibliography,
2341 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
2342 with multiple thebibliography environments.
2343
2344 * textmodes/reftex-vars.el
2345 (reftex-section-levels): Function allowed as cdr.
2346 (reftex-max-section-depth) New option.
2347
2348 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
2349 with multiple thebibliography environments.
2350
2351 1999-09-23 Gerd Moellmann <gerd@gnu.org>
2352
2353 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
2354 instead of point-min in call to delete-region.
2355
2356 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
2357
2358 * vc.el (vc-backend-checkout): Use with-temp-file when checking
2359 out into arbitrary file names.
2360
2361 1999-09-19 Ken'ichi Handa <handa@gnu.org>
2362
2363 * language/european.el ("Turkish"): New language environment.
2364
2365 1999-09-19 Dave Love <fx@gnu.org>
2366
2367 * delim-col.el: New file.
2368
2369 1999-09-17 Richard Stallman <rms@gnu.org>
2370
2371 * files.el (after-find-file): When visiting a backup file,
2372 make it read-only.
2373
2374 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
2375 (apropos-keybinding-face, apropos-label-face): Likewise.
2376 (apropos-property-face, apropos-match-face): Likewise.
2377 (apropos-label-properties): New variable.
2378 (apropos-print-doc): Use apropos-label-properties.
2379 (apropos-print): Set apropos-label-properties.
2380
2381 1999-09-15 Richard Stallman <rms@gnu.org>
2382
2383 * winner.el: Use aref instead of sref.
2384
2385 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
2386
2387 1999-09-14 Gerd Moellmann <gerd@gnu.org>
2388
2389 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
2390
2391 1999-09-14 Richard Stallman <rms@gnu.org>
2392
2393 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
2394 cookie, even if followed by a letter.
2395
2396 1999-09-14 Stephen Eglen <stephen@gnu.org>
2397
2398 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
2399 --no-line-editing are passed to Octave by including them here
2400 rather than storing them in inferior-octave-startup-args.
2401
2402 1999-09-14 Eli Zaretskii <eliz@gnu.org>
2403
2404 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
2405 command, option, env and sc.
2406
2407 * subr.el (shell-quote-argument): Quote argument with double
2408 quotes for ms-dos.
2409
2410 1999-09-14 Richard Stallman <rms@gnu.org>
2411
2412 * simple.el (eval-expression-print-level): New variable.
2413 (eval-expression-print-length): New variable.
2414 (eval-expression-debug-on-error): New variable.
2415 (eval-expression): Bind print-level, print-length and
2416 debug-on-error from those vars.
2417
2418 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
2419 Bind print-level, print-length and debug-on-error.
2420
2421 1999-09-14 Inge Frick <inge@nada.kth.se>
2422
2423 * dired.el (dired-recursive-deletes): New custom variable.
2424 (dired-re-no-dot): New variable.
2425 (dired-delete-file): New function deletes files and directories
2426 recursively.
2427 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
2428
2429 * dired-aux.el (dired-recursive-copies): New custom variable.
2430 (dired-handle-overwrite): Broke a long line.
2431 (dired-copy-file): Call `dired-copy-file-recursive' instead of
2432 `copy-file'.
2433 (dired-copy-file-recursive): New function. Copy directories
2434 recursively.
2435 (dired-do-create-files): Added support for generalized directory
2436 target. How-to function may now return a function. New fluid
2437 variable `dired-one-file'.
2438 (dired-copy-how-to-fn): New variable.
2439 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
2440 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
2441 (dired-do-copy-regexp): No recursive copies.
2442
2443 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
2444
2445 * whitespace.el (whitespace-version): Update version to 2.4
2446
2447 * whitespace.el: Add customization variables to conditionally test
2448 any of the five whitespaces, per request from Rune Kleveland
2449 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
2450
2451 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
2452
2453 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
2454 list of modes to be checked for bogus whitespaces.
2455
2456 * whitespace.el (whitespace-rescan-timer-time): Update
2457 documentation.
2458
2459 * whitespace.el (whitespace-display-unchecked-whitespaces):
2460 New function to update modeline with untested whitespaces.
2461
2462 * whitespace.el (whitespace-buffer): Test only whitespaces whose
2463 checking is turned on, and update modeline using the newly created
2464 `whitespace-display-unchecked-whitespaces'.
2465
2466 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
2467 whose checking is turned on, and update modeline using the newly
2468 created `whitespace-display-unchecked-whitespaces'.
2469
2470 * whitespace.el (whitespace-describe): Update documentation.
2471
2472 * whitespace.el (whitespace-tickle-timer): Test if
2473 `whitespace-rescan-timer-time' is non-zero before tickling timer.
2474
2475 1999-09-13 Dave Love <fx@gnu.org>
2476
2477 * hideif.el (hide-ifdef-mode): Add autoload cookie.
2478
2479 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
2480 for temp buffer.
2481 (checkdoc-this-string-valid): Don't assume default comment-start.
2482
2483 1999-09-13 Gerd Moellmann <gerd@gnu.org>
2484
2485 * rsz-mini.el: Remove code, keep the interface.
2486
2487 1999-09-13 Dave Love <fx@gnu.org>
2488
2489 * help.el (help-highlight-p): Doc fix.
2490
2491 * faces.el (mode-line, header-line, tool-bar): Add :version.
2492 (highlight, secondary-selection): Add :group.
2493 (trailing-whitespace): Add :group, :version.
2494
2495 * wid-edit.el: Remove some compatibility code and checks.
2496 (widget-specify-field, widget-specify-button): Don't use XEmacs
2497 properties.
2498 (widget-overlay-inactive): Change error message.
2499 (widget-button-pressed-face): New variable.
2500 (widget-button-click): Use it.
2501 (widget-documentation-link-add): Specify mouse and button faces.
2502 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
2503 removed now the functionality is built in.
2504
2505 * cus-edit.el: Don't define-widget-keywords.
2506 (multimedia): New group.
2507 (custom-last): Function removed.
2508 (custom-quote): Add vectorp case, comment out characterp case.
2509 (custom-buffer-done-function, custom-raised-buttons): New option.
2510 (Custom-buffer-done): New function.
2511 (custom-buffer-create-internal): Obey custom-raised-buttons,
2512 Custom-buffer-done.
2513 (custom-button-face): Make it `released-button'.
2514 (custom-button-pressed-face): Make it `pressed-button'
2515 (custom-mode-map): Bind "q" to Custom-buffer-done.
2516 (custom-mode): Deal with raised/pressed buttons.
2517
2518 Changes from Didier Verna:
2519 (custom-prompt-variable): Optional third arg makes prompt for a
2520 comment string.
2521 (customize-set-value, customize-set-variable,
2522 customize-save-variable): Optional prefix makes function handle
2523 variable comments.
2524 (customize-customized, customize-saved, custom-variable-state-set)
2525 (custom-variable-set, custom-variable-save, custom-face-state-set)
2526 (custom-variable-reset-saved, custom-variable-reset-standard)
2527 (custom-face-set, custom-face-save, custom-face-reset-saved)
2528 (custom-face-reset-standard, customize-save-customized): Handle
2529 custom comments.
2530 (custom-comment-face, custom-comment-tag-face): New face.
2531 (custom-comment): New widget.
2532 (custom-comment-create, custom-comment-delete)
2533 (custom-comment-value-set, custom-comment-show)
2534 ()custom-comment-invisible-p): New functions.
2535 (custom-variable-value-create, custom-face-value-create): Create a
2536 comment field widget.
2537 (custom-variable-menu, custom-face-menu): New entry for custom
2538 comment.
2539 (custom-face-value-create): Remove compatibility code.
2540 (custom-save-variables, custom-save-faces): Possibly save custom
2541 comments.
2542
2543 * cus-face.el (custom-face-attributes): Simplify :underline,
2544 :overline, :inverse-video cases. Fix up :box case (probably needs
2545 more work).
2546
2547 Change from Didier Verna:
2548 (custom-set-faces): The arguments can now have a custom comment as
2549 fourth argument.
2550
2551 * custom.el: Don't define-widget-keywords.
2552 Change from Didier Verna:
2553 (custom-set-variables): The arguments can now have a
2554 custom comment as fifth element.
2555
2556 1999-09-13 Richard Stallman <rms@gnu.org>
2557
2558 * info.el (Info-find-node): Cope better if guesspos is too large.
2559
2560 1999-09-12 Gerd Moellmann <gerd@gnu.org>
2561
2562 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
2563 of buffer-substring because buffer-string doesn't copy the
2564 prompt.
2565
2566 * faces.el (mode-line): Replaces `modeline'.
2567 (toplevel): Make `modeline' an alias for `mode-line'.
2568
2569 1999-09-12 Gerd Moellmann <gerd@gnu.org>
2570
2571 * gs.el: Change `ghostscript' to `postscript' in comment.
2572
2573 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
2574
2575 * emulation/tpu-edt.el (tpu-version): New version.
2576 (tpu-search-overlay, tpu-replace-overlay): New variables.
2577 (tpu-search-highlight, tpu-toggle-direction): New functions.
2578 (tpu-lm-replace): Set tpu-replace-overlay.
2579 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
2580 command hook.
2581
2582 1999-09-11 Richard Stallman <rms@gnu.org>
2583
2584 * isearch.el (isearch-mode-map): Undo previous change.
2585
2586 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
2587 use all of that as the sexp.
2588
2589 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
2590 and use the initial argument as file name directly.
2591 Likewise if nothing matches.
2592
2593 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
2594
2595 * winner.el: Major changes. Avoid changing point and mark.
2596 Save configurations after they change, not before.
2597
2598 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
2599
2600 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
2601 Bind print-continuous-numbering and print-number-table.
2602
2603 1999-09-10 Dave Love <fx@gnu.org>
2604
2605 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
2606
2607 1999-09-09 Richard Stallman <rms@gnu.org>
2608
2609 * whitespace.el: Finish making it fit Emacs conventions.
2610 Add autoloads.
2611
2612 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2613
2614 * generic-x.el (bat-generic-mode): "::"-style comments don't
2615 need to begin with "-". Fix the font-lock definitions of ON/OFF
2616 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
2617 from the list of keywords. Add DO to the list of keywords.
2618
2619 1999-09-09 Dave Love <fx@gnu.org>
2620
2621 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
2622 (byte-optimize-backward-word): New optimizations.
2623 (side-effect-free-fns, side-effect-and-error-free-fns): Add
2624 entries.
2625
2626 1999-09-09 Gerd Moellmann <gerd@gnu.org>
2627
2628 * image.el (put-image): Remove optional buffer parameter.
2629
2630 * faces.el (face-italic-p): Return t only for values `italic'
2631 and `oblique'.
2632
2633 * mouse.el (mouse-drag-mode-line-1): Extension of former
2634 mouse-drag-mode-line that also drags the header line.
2635 (mouse-drag-mode-line): Call it.
2636 (mouse-drag-header-line): New.
2637 (toplevel): Bind down-mouse-1 on header lines to
2638 mouse-drage-header-line.
2639
2640 1999-09-08 Gerd Moellmann <gerd@gnu.org>
2641
2642 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
2643 (make-mode-line-mouse-sensitive): Replace `top-line' by
2644 `header-line'.
2645
2646 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
2647
2648 * help.el (describe-function-1): Don't return empty string for keymaps.
2649
2650 * fill.el (fill-region-as-paragraph, canonically-space-region):
2651 Respect colon-double-space at end of line.
2652
2653 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
2654
2655 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
2656 (backup-buffer): Use it.
2657
2658 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
2659
2660 * generic-x.el (generic-define-unix-modes): Added new modes:
2661 inetd-conf-generic-mode, etc-services-generic-mode,
2662 etc-passwd-generic-mode. These are all defined for Unix by default.
2663 (apache-generic-mode): Use an imenu-generic-expression to list
2664 Configuration keywords.
2665 (samba-generic-mode): Use both ; and # as comment characters.
2666 (samba-generic-mode): Font-lock expressions now highlight name
2667 value pairs.
2668 (bat-generic-mode): Keywords are now case-insensitive through
2669 font-lock-defaults setting.
2670 (java-properties-generic-mode): Supports both ! and # as comment
2671 characters.
2672 (java-properties-generic-mode): Added an imenu-generic-expression
2673 (java-properties-generic-mode): Reworked to support the various
2674 different ways to separate name and value (viz, '=', ':' and
2675 whitespace).
2676 (show-tabs-generic-mode): Added this new generic-mode.
2677
2678 1999-09-08 Richard Stallman <rms@gnu.org>
2679
2680 * progmodes/inf-lisp.el: Moved from top directory.
2681
2682 * tar-mode.el (tar-header-block-tokenize):
2683 Use `when' instead of `and'. Fix some clobbered text.
2684
2685 * gud.el (gud-make-debug-menu): Make a child for the
2686 local menu, for its menu bar, and the debug menu.
2687 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
2688 Use the history in the simple way.
2689
2690 1999-09-07 Kenichi Handa <handa@etl.go.jp>
2691
2692 * language/korea-util.el (default-korean-keyboard): Initialize it
2693 according to the environment variable HANGUL_KEYBOARD_TYPE.
2694
2695 1999-09-07 Richard Stallman <rms@gnu.org>
2696
2697 * subr.el (make-temp-file): New function.
2698
2699 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
2700
2701 * font-lock.el (font-lock-multiline): New text property contains
2702 a boolean to indicate if the char is part of a multiline match.
2703 (font-lock-default-fontify-region): Extend the region appropriately
2704 for multiline keywords.
2705 (font-lock-default-unfontify-region): Also remove the new
2706 font-lock-multiline text property.
2707 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
2708 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
2709
2710 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2711
2712 * diary-lib.el (list-diary-entries): Make sure two-digit years
2713 have leading zeros.
2714
2715 1999-09-07 Gerd Moellmann <gerd@gnu.org>
2716
2717 * faces.el (face-set-after-frame-default): Initialize some
2718 attributes of some faces from frame parameters.
2719
2720 * faces.el (scroll-bar, border, cursor, mouse): New faces.
2721
2722 1999-09-07 Gerd Moellmann <gerd@gnu.org>
2723
2724 * faces.el (fringe): Replaces face `margin'.
2725
2726 1999-09-07 Dave Love <fx@gnu.org>
2727
2728 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
2729
2730 1999-09-07 Richard Stallman <rms@gnu.org>
2731
2732 * subr.el (push): Doc fix.
2733
2734 1999-09-06 Richard Stallman <rms@gnu.org>
2735
2736 * vc.el (vc-annotate-display): Use < 69 not < 70
2737 to distinguish 20YY from 19YY.
2738
2739 * timezone.el (timezone-parse-date): Use < 69 not < 70
2740 to distinguish 20YY from 19YY.
2741
2742 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
2743
2744 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
2745
2746 * quickurl.el: (quickurl-list-focused-line): Removed.
2747 (quickurl-list-insert): Now works out the focused line using
2748 `count-lines' instead of using `quickurl-list-focused-line'.
2749
2750 1999-09-06 Richard Stallman <rms@gnu.org>
2751
2752 * mail/rmail.el (rmail-retry-failure): Unconditionally move
2753 to beginning of message.
2754
2755 1999-09-06 Dave Love <fx@gnu.org>
2756
2757 * isearch.el (isearch-mode-map): Add mouse-2.
2758
2759 * mail/rmail.el (rmail-read-password): Deleted.
2760 (rmail-get-pop-password): Use read-password.
2761
2762 * quickurl.el: Don't conditionally define caddr.
2763 (quickurl-url-comment): Use nth, not caddr in function and
2764 defsetf.
2765
2766 1999-09-06 Richard Stallman <rms@gnu.org>
2767
2768 * auto-show.el: Doc fixes.
2769
2770 1999-09-06 Stephen Eglen <stephen@gnu.org>
2771
2772 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
2773 --no-line-editing so that TABs in source files are not interpreted
2774 as completion requests.
2775
2776 1999-09-06 Gerd Moellmann <gerd@gnu.org>
2777
2778 * hscroll.el, auto-show.el: Remove all code, keep the public
2779 interface as no-ops.
2780
2781 * faces.el (face-bold-p): Don't return t if face has lighter
2782 weight than normal.
2783
2784 1999-09-06 Eli Zaretskii <eliz@gnu.org>
2785
2786 * startup.el (command-line): Make small-temporary-file-directory
2787 be nil except on ms-dos.
2788
2789 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
2790
2791 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
2792 is defined.
2793
2794 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
2795 letters with a colon after d or l.
2796
2797 1999-09-06 Dave Love <fx@gnu.org>
2798
2799 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
2800 primitive.)
2801
2802 1999-09-05 Richard Stallman <rms@gnu.org>
2803
2804 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
2805
2806 * textmodes/paragraphs.el (backward-kill-sentence):
2807 Don't test minibuffer-prompt-end here.
2808 (forward-sentence): Do handle it here.
2809 (backward-kill-paragraph): Don't test it here.
2810 (forward-paragraph): Handle it here.
2811
2812 * mouse.el (font-menu-add-default): Simplify code.
2813
2814 1999-09-05 Gerd Moellmann <gerd@gnu.org>
2815
2816 * faces.el (header-line): Renamed from `top-line'.
2817
2818 1999-09-05 Gerd Moellmann <gerd@gnu.org>
2819
2820 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
2821
2822 1999-09-04 Richard Stallman <rms@gnu.org>
2823
2824 * whitespace.el: New file.
2825
2826 1999-09-04 Dave Love <fx@gnu.org>
2827
2828 * paths.el: Make some doc strings obey the make-docfile convention.
2829
2830 * bindings.el: Likewise.
2831 (debug-ignored-errors): Remove BBDB ones.
2832
2833 1999-09-03 Richard Stallman <rms@gnu.org>
2834
2835 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
2836 not from the draft to forward.
2837
2838 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
2839
2840 1999-09-03 Dave Love <fx@gnu.org>
2841
2842 * double.el (double-mode): Customize the variable.
2843
2844 1999-09-03 Kenichi Handa <handa@etl.go.jp>
2845
2846 * international/characters.el: Delete duplicated code.
2847
2848 1999-09-02 Richard Stallman <rms@gnu.org>
2849
2850 * indent.el (indent-relative): Doc fix.
2851
2852 * quickurl.el (quickurl): Doc fix.
2853
2854 1999-09-02 Gerd Moellmann <gerd@gnu.org>
2855
2856 * faces.el (margin): Change background to "gray" for mono (this is
2857 drawn with a stipple pattern).
2858
2859 1999-09-02 Gerd Moellmann <gerd@gnu.org>
2860
2861 * simple.el (next-history-element): Use minibuffer-prompt-end once
2862 again. Remove test for minibuffer-prompt-in-buffer.
2863
2864 1999-09-02 Eli Zaretskii <eliz@gnu.org>
2865
2866 * files.el (small-temporary-file-directory): New variable.
2867
2868 * startup.el (command-line): Compute the value of
2869 small-temporary-file-directory.
2870
2871 * ediff-init.el (ediff-temp-file-prefix): Use
2872 small-temporary-file-directory if non-nil.
2873
2874 * vc.el (vc-update-change-log): Likewise.
2875
2876 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
2877
2878 * simple.el (shell-command, shell-command-on-region): Use
2879 make-temp-name properly. Use small-temporary-file-directory if
2880 non-nil, otherwise temporary-file-directory, to generate temporary
2881 files.
2882
2883 * dos-w32.el (direct-print-region-helper): Use
2884 temporary-file-directory. (From Stefan Monnier.)
2885
2886 1999-09-02 Richard Stallman <rms@gnu.org>
2887
2888 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
2889 from asm-comment-char.
2890 (asm-font-lock-keywords): Recognize instruction width suffixes.
2891
2892 1999-09-01 Richard Stallman <rms@gnu.org>
2893
2894 * play/fortune.el: New file.
2895
2896 1999-08-31 Dave Love <fx@gnu.org>
2897
2898 * help.el (help-make-xrefs): Don't lose on non-empty blank line
2899 after key table.
2900
2901 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
2902 redisplay variables.
2903
2904 * subr.el (push): Fix typo.
2905
2906 1999-08-30 Kevin Blake <kblake@ticnet.com>
2907
2908 * emacs-lisp/ring.el: Many doc fixes.
2909 (ring-size, ring-copy): New functions.
2910
2911 1999-08-29 Richard Stallman <rms@gnu.org>
2912
2913 * progmodes/etags.el (tags-loop-continue):
2914 After tags-loop-operate returns, force skip to next file.
2915
2916 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
2917 (mail-extr-first-letters, mail-extr-last-letters):
2918 Use character classes [:alpha:] and [:alnum:].
2919
2920 * subr.el (push, pop): New macros.
2921
2922 * progmodes/compile.el (compilation-error-regexp-alist):
2923 New item for SGI IRIX MipsPro compilers.
2924
2925 * speedbar.el (speedbar-directory-buttons): Recognize
2926 device names when checking for file names.
2927
2928 * array.el (array-reconfigure-rows): Use generate-new-buffer.
2929
2930 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
2931 and specially handle defvar inside their expansions.
2932 (eval-defun-1): New subroutine.
2933
2934 * progmodes/compile.el (compilation-error-regexp-alist):
2935 Fix the Perl -w entry to allow period after line number.
2936 Don't allow newlines in file name, but allow them after line number
2937 for Perl debugging traces.
2938
2939 * which-func.el (which-func-cleanup-function): New variable.
2940 (which-function): Call that function.
2941
2942 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
2943 to end a function name.
2944
2945 * informat.el (Info-tagify): Don't insert more than one newline
2946 before the tag table.
2947
2948 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
2949
2950 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
2951 than make-temp-name, use match-string-no-properties, and eliminate
2952 a quadratic behavior when building bibtex-strings.
2953
2954 1999-08-29 Alex Schroeder <alex@gnu.org>
2955
2956 * comint.el (comint-input-ring-separator): New variable.
2957 (comint-read-input-ring): Doc change; use
2958 comint-input-ring-separator when reading file.
2959 (comint-write-input-ring): Use
2960 comint-input-ring-separator when writing file.
2961
2962 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
2963
2964 * informat.el (Info-tagify): Start by widening.
2965 Match node headers that don't list the file name,
2966 and more kinds of page separations.
2967 Strip properties during tagification.
2968 Use start of node header line as tag's position.
2969 Fix the "done" message.
2970
2971 (Info-validate): Save and restore match data around narrowing down.
2972
2973 1999-08-28 Richard M. Stallman <rms@gnu.org>
2974
2975 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
2976 On repeated call, override previous values put into
2977 minor-mode-map-alist and minor-mode-alist.
2978
2979 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
2980
2981 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
2982
2983 1999-08-27 Andreas Schwab <schwab@gnu.org>
2984
2985 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
2986 from cvs update.
2987
2988 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2989
2990 * calendar/calendar.el (calendar-move-hook): New hook.
2991
2992 * calendar/cal-move.el: Call the new hook in every movement function.
2993
2994 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
2995 the right function name.
2996
2997 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
2998
2999 * time-stamp.el: Put quote-backquote around all symbol names
3000 in doc strings, for mousing.
3001 (time-stamp): Support multi-line patterns.
3002 (time-stamp-inserts-lines): New variable.
3003 (time-stamp-count): New variable.
3004 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
3005 "Thu" instead of "%a".
3006
3007 1999-08-25 Gerd Moellmann <gerd@gnu.org>
3008
3009 * simple.el (kill-word): Undo previous change.
3010
3011 1999-08-25 Gerd Moellmann <gerd@gnu.org>
3012
3013 * jit-lock.el (jit-lock-function): Extend the fontified range
3014 to the beginning of the line containing the range start and
3015 the beginning of the line following the range end.
3016
3017 1999-08-24 Dave Love <fx@gnu.org>
3018
3019 * timezone.el: Move provide to end.
3020 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
3021 <70 are 2000+.
3022 (timezone-parse-time): Simplify somewhat.
3023
3024 1999-08-24 Gerd Moellmann <gerd@gnu.org>
3025
3026 * faces.el (margin): Renamed from bitmap-area.
3027
3028 1999-08-24 Alex Schroeder <alex@gnu.org>
3029
3030 * sql.el: Doc changes.
3031 (sql-sybase): Use sql-server instead of sql-database.
3032
3033 1999-08-23 Dave Love <fx@gnu.org>
3034
3035 * rect.el: Add/fix various doc strings. Add `*' to all the
3036 interactive specs.
3037
3038 1999-08-21 Gerd Moellmann <gerd@gnu.org>
3039
3040 * jit-lock.el (jit-lock-function): Use line-beginning-position.
3041 Don't unwind-protect font-lock-fontify-region.
3042
3043 * paragraphs.el (backward-kill-paragraph): Don't move
3044 point into mini-buffer prompt.
3045 (backward-kill-sentence): Ditto.
3046
3047 * simple.el (next-history-element): Use minibuffer-prompt-end.
3048 Remove test for minibuffer-prompt-in-buffer.
3049 (kill-word): Don't move point into mini-buffer prompt.
3050
3051 1999-08-21 Dave Love <fx@gnu.org>
3052
3053 * Makefile: Exclude CVS dirs like RCS.
3054
3055 1999-08-19 Dave Love <fx@gnu.org>
3056
3057 * tooltip.el (tooltip-mode): Customize this, per convention.
3058 (tooltip-active): Option deleted.
3059
3060 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
3061
3062 * hanoi.el, page-ext.el: Declare dynamic vars.
3063
3064 * term.el: Avoid ange-ftp related compilation warnings.
3065
3066 1999-08-18 Gerd Moellmann <gerd@gnu.org>
3067
3068 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
3069 the default so that beginners can benefit from it without
3070 searching in manuals.
3071
3072 1999-08-18 Ray Blaak <blaak@gnu.org>
3073
3074 * progmodes/delphi.el: Consider assembly sections as blocks, to
3075 indent them better. Make auto-indent on newline optional.
3076
3077 1999-08-17 Gerd Moellmann <gerd@gnu.org>
3078
3079 * bindings.el (mode-line-modified): Look up key binding for C-x
3080 C-q. If it's bound call that binding, otherwise call
3081 toggle-read-only.
3082
3083 1999-08-17 Dave Love <fx@gnu.org>
3084
3085 * info.el (info): Doc fix.
3086
3087 * finder.el (finder-known-keywords): Add `multimedia'.
3088
3089 * apropos.el: Don't capitalize custom group name.
3090
3091 * info-look.el: Remove compatibility code.
3092 (info-lookup-guess-default*): DTRT for point at start of symbol.
3093 (info-complete): Don't lose with point not at end of symbol.
3094
3095 1999-08-16 Gerd Moellmann <gerd@gnu.org>
3096
3097 * term.el (toplevel): Make face `term-default' an empty face.
3098 The code relied on the fact that Emacs ignored invalid faces in
3099 face text properties in 20.4.
3100
3101 1999-08-16 Richard M. Stallman <rms@gnu.org>
3102
3103 * subr.el (point-at-eol, point-at-bol): New aliases.
3104
3105 * simple.el: Functions reordered.
3106
3107 * rect.el (delete-rectangle-line): Use line-end-position.
3108
3109 1999-08-16 Karl Heuer <kwzh@gnu.org>
3110
3111 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
3112 here from simple.el.
3113
3114 1999-08-16 Dave Love <fx@gnu.org>
3115
3116 * mouse.el: Provide `mldrag' for compatibility.
3117 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
3118 marked obsolete.
3119
3120 * mldrag.el: Removed since the features are in mouse.el.
3121
3122 * jka-compr.el (auto-compression-mode): New variable for
3123 customization.
3124
3125 * bindings.el (mode-line-mule-info): Doc fix.
3126
3127 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
3128 name comparisons.
3129
3130 * files.el (interpreter-mode-alist): Add make, guile, clisp.
3131 (find-file): Doc fix.
3132
3133 1999-08-16 Carsten Dominik <cd@gnu.org>
3134
3135 * textmodes/reftex.el: Most of the code moved to other files.
3136 * textmodes/reftex-auc.el: New file, split out from reftex.el
3137 * textmodes/reftex-cite.el: New file, split out from reftex.el
3138 * textmodes/reftex-global.el: New file, split out from reftex.el
3139 * textmodes/reftex-index.el: New file, split out from reftex.el
3140 * textmodes/reftex-parse.el: New file, split out from reftex.el
3141 * textmodes/reftex-ref.el: New file, split out from reftex.el
3142 * textmodes/reftex-sel.el: New file, split out from reftex.el
3143 * textmodes/reftex-toc.el: New file, split out from reftex.el
3144 * textmodes/reftex-vars.el: New file, split out from reftex.el
3145 * textmodes/reftex-vcr.el: New file, split out from reftex.el
3146
3147 1999-08-16 Carsten Dominik <cd@gnu.org>
3148
3149 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
3150 conflict with pop-up-frames.
3151 (reftex-special-environment-parsers): New constant.
3152 (reftex-label-alist): car of an entry can also be a function.
3153 (reftex-what-special-env): Cew function.
3154 (reftex-label-location): Call `reftex-what-special-env'.
3155 (reftex-compile-variables): Check for symbol in
3156 `reftex-label-alist'.
3157 (reftex-what-environment): Fixed bug with stacked environments of
3158 same kind (e.g. enumerate).
3159 (reftex-process-string): Preserve default directory.
3160 (reftex-label-alist-builtin): Changed prefixes of endnote and
3161 footnote. Also the magic words.
3162 (reftex-reference): Interprete new option
3163 `reftex-fref-is-default'.
3164 (reftex-replace-prefix-escapes): Interprete new `%S' format.
3165 (reftex-toc-mouse-view-line): Command removed (had no binding).
3166 (reftex-everything-regexp): New function.
3167 (reftex-nearest-match): Made better.
3168 (reftex-toc-find-section): Use new version of
3169 `reftex-nearest-match'.
3170 (reftex-insert-docstruct): Adapted to work with the index stuff.
3171 (reftex-parse-from-file): Find index entries as well.
3172 (reftex-toc-toggle-index): New function
3173 (reftex-toc-map): `i' is now used to togle the index, File
3174 boundaries has been moved to `F'.
3175 (reftex-select-label-map): Toggling display of file boundaries is
3176 now on the `F' key, for consistency with `reftex-toc-map'.
3177 (reftex-erase-all-selection-and-index-buffers): Renamed from
3178 `reftex-erase-all-selection-buffer'. Now also kills the index
3179 buffers.
3180 (reftex-viewing-cross-references): Customization group renamed
3181 from reftex-viewing-cross-references-and-citations.
3182 (reftex-index-macro-regexp,
3183 reftex-find-index-entry-regexp-format): New variables
3184 (reftex-macros-with-index): New variable
3185 (reftex-add-index-macros): New function
3186 (reftex-renumber-simple-labels, reftex-translate): Allow for
3187 multiple labels in a single ref command.
3188 (reftex-index-support): New customization group
3189 (reftex-support-index, reftex-index-special-chars,
3190 reftex-index-macros, reftex-index-default-macro,
3191 reftex-index-default-tag, reftex-index-math-format,
3192 reftex-index-section-letters, reftex-index-include-context,
3193 reftex-index-follow-mode, reftex-index-header-face,
3194 reftex-index-section-face, reftex-index-tag-face,
3195 reftex-index-face): New options
3196 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
3197 reftex-index-tag, reftex-index-return-marker,
3198 reftex-index-restriction-indicator, reftex-index-restriction-data,
3199 reftex-index-macro-regexp, reftex-index-level-re,
3200 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
3201 reftex-everything-regexp-no-index, reftex-index-re,
3202 reftex-macros-with-index, reftex-index-macro-alist): New variables
3203 (reftex-index-help, reftex-index-macros-builtin,
3204 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
3205 reftex-query-index-macro-help): New constants
3206 (reftex-index-selection-or-word, reftex-index,
3207 reftex-default-index, reftex-update-default-index,
3208 reftex-index-complete-tag, reftex-index-select-tag,
3209 reftex-index-complete-key, reftex-index-update-taglist,
3210 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
3211 reftex-display-index, reftex-insert-index,
3212 reftex-index-insert-new-letter, reftex-get-restriction,
3213 reftex-index-pre-command-hook, reftex-index-post-command-hook,
3214 reftex-index-show-help, reftex-index-next, reftex-index-previous,
3215 reftex-index-toggle-follow, reftex-index-toggle-context,
3216 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
3217 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
3218 reftex-index-quit, reftex-index-quit-and-kill,
3219 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
3220 reftex-index-revert, reftex-index-switch-index-tag,
3221 reftex-index-restrict-to-section, reftex-index-widen,
3222 reftex-index-restriction-forward,
3223 reftex-index-restriction-backward, reftex-index-visit-location,
3224 reftex-index-analyze-entry, reftex-index-globalize,
3225 reftex-index-edit, reftex-index-toggle-range-beginning,
3226 reftex-index-toggle-range-end, reftex-index-edit-key,
3227 reftex-index-edit-attribute, reftex-index-edit-visual,
3228 reftex-index-edit-part, reftex-index-level-down,
3229 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
3230 reftex-index-change-entry, reftex-index-goto-letter,
3231 reftex-add-index-macros, reftex-ensure-index-support,
3232 reftex-index-info-safe, reftex-index-info): New functions.
3233
3234
3235 1999-08-15 Richard M. Stallman <rms@gnu.org>
3236
3237 * paren.el (show-paren-mode): Support making show-paren-mode
3238 a buffer-local variable. Don't check for a window system.
3239 (show-paren-function): Check whether show-paren-function is
3240 enabled in current buffer; do the right thing if not.
3241 Don't check for a window system.
3242 (show-paren-mode): Make it a user variable.
3243
3244 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
3245 Handle `enum' like `struct'.
3246
3247 * server.el (server-process-filter): If a client visits no buffers,
3248 close it immediately before recording it.
3249
3250 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
3251 Optimize by calling concat just once. Handle =\n sequence.
3252 (mail-unquote-printable-region): New command.
3253 (mail-quote-printable): Make it autoload.
3254
3255 1999-08-15 Karl Heuer <kwzh@gnu.org>
3256
3257 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
3258
3259 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
3260
3261 * lisp/texinfmt.el: Handle @ifnottex.
3262
3263 1999-08-15 Eli Zaretskii <eliz@gnu.org>
3264
3265 * frame.el (blink-cursor): Don't turn on cursor blinking for
3266 ms-dos.
3267
3268 * faces.el (face-valid-attribute-values): Look in
3269 x-bitmap-file-path only for x and w32 window systems.
3270
3271 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
3272 Do that if width is nil as well.
3273 (x-display-mm-height, x-display-mm-width): Update values.
3274 (x-colors): Compute the list from msdos-color-values.
3275 (x-select-enable-clipboard): Doc fix.
3276 (x-frob-font-weight, x-font-family-list): New functions.
3277
3278 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
3279
3280 * window.el (shrink-window-if-larger-than-buffer): Don't try to
3281 back up from beginning of buffer.
3282
3283 1999-08-13 Karl Heuer <kwzh@gnu.org>
3284
3285 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
3286
3287 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
3288
3289 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
3290 doomsday clock, speed control is added and changes are made to
3291 allow large numbers of rings: rings now show the whole ring
3292 number, not just the last digit; consecutive rings are allowed to
3293 be the same size when necessary to fit all the rings in the
3294 window; and poles can be oriented horizontally. Face support is
3295 thrown in gratuitously.
3296 (hanoi): Changed default number of rings back to 3.
3297 (hanoi-unix, hanoi-unix-64): New commands
3298 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
3299 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
3300 hanoi-odd-ring-face): New variables.
3301 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
3302 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
3303 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
3304 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
3305 (hanoi-topos, hanoi-draw-ring): Removed.
3306
3307 1999-08-12 Gerd Moellmann <gerd@gnu.org>
3308
3309 * faces.el (face-valid-attribute-values): Return an alist for
3310 families on ttys.
3311 (face-read-integer): Handle unspecified face attributes. Add
3312 completion for `unspecified'.
3313 (read-face-attribute): Handle unspecified font attributes.
3314 (face-valid-attribute-values): Add `unspecified' to lists so that
3315 it can be chosen via completion.
3316 (face-read-string): Don't recognize "none" as input.
3317
3318 1999-08-10 Dave Love <fx@gnu.org>
3319
3320 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
3321 string.
3322
3323 * sun-curs.el: Require sun-fns.
3324
3325 1999-08-10 Dave Love <fx@gnu.org>
3326
3327 * autorevert.el (auto-revert-mode): Add autoload cookie.
3328
3329 * hscroll.el, auto-show.el: Files deleted -- we have built-in
3330 hscroll.
3331
3332 * simple.el (hscroll-step, hscroll-point-visible)
3333 (hscroll-window-column): Remove now we have the mentioned real
3334 horizontal autoscrolling.
3335
3336 1999-08-10 Richard M. Stallman <rms@gnu.org>
3337
3338 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
3339 control use of -f option.
3340 (mail-specify-envelope-from): New variable.
3341 (mail-from-style): Doc fix.
3342
3343 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
3344 (easy-menu-get-map): New arg TO-MODIFY helps choose
3345 between local and global maps.
3346 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
3347 (easy-menu-change): Doc fix.
3348
3349 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
3350 (info-lookup-guess-default): Simplified and cleaned up.
3351 (info-lookup-guess-default*): Preserve point.
3352
3353 * view.el (view-mode-disable): If buffer-read-only is nil,
3354 don't change it.
3355
3356 * files.el (after-find-file): Disable View mode if buffer is no
3357 longer read-only.
3358
3359 * view.el (view-mode-enable, view-mode-disable):
3360 Call force-mode-line-update.
3361
3362 1999-08-10 Karl Heuer <kwzh@gnu.org>
3363
3364 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
3365 * array.el, play/landmark.el, international/latin-3.el: Likewise.
3366 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
3367
3368 1999-08-10 Alex Schroeder <asc@bsiag.com>
3369
3370 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
3371 to prevent m-eating-bug.
3372
3373 1999-08-10 Eli Zaretskii <eliz@gnu.org>
3374
3375 * term/pc-win.el (msdos-bg-mode): Remove. Call
3376 frame-set-background-mode instead. All callers changed.
3377 (msdos-face-setup): Don't force color display parameter, it is set
3378 by frame-set-background-mode.
3379 (make-msdos-frame): Call x-handle-reverse-video and
3380 face-set-after-frame-default. Delete frame if creation failed.
3381
3382 * faces.el (face-set-after-frame-default): Don't call
3383 make-face-x-resource-internal for the pc window-system.
3384
3385 1999-08-10 Dave Love <fx@melange.gnu.org>
3386
3387 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
3388 case with no docstring specially.
3389
3390 1999-08-09 Eli Zaretskii <eliz@gnu.org>
3391
3392 * complete.el (PC-do-completion): If completing on file name,
3393 reproduce str by concatenating its directory and basename parts.
3394
3395 1999-08-07 Dave Love <fx@gnu.org>
3396
3397 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
3398 unibyte to multibyte conversion of search-forward (from Handa),
3399 but avoid the replacement if the language is Latin-N.
3400
3401 1999-08-06 Richard Stallman <rms@gnu.org>
3402
3403 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
3404 of eval-buffer.
3405
3406 * international/mule.el (load-with-code-conversion):
3407 Pass t to eval-buffer for DO-ALLOW-PRINT.
3408
3409 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
3410
3411 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
3412 of filenames and attributes.
3413 (ls-lisp-insert-directory): Use directory-files-and-attributes
3414 for speed.
3415
3416 1999-08-05 Dave Love <fx@gnu.org>
3417
3418 * auto-show.el (auto-show-mode): Fix :set.
3419
3420 * widget.el (define-widget-keywords): Make dummy definition and
3421 comment-out its use.
3422
3423 1999-08-04 Richard Stallman <rms@gnu.org>
3424
3425 * progmodes/tcl.el: Customized.
3426
3427 * sql.el (sql-accumulate-and-indent): Instead of testing
3428 whether this is Emacs 20 before calling comint-accumulate,
3429 test whether comint-accumulate is defined.
3430
3431 1999-08-04 Dave Love <fx@gnu.org>
3432
3433 * sgml-mode.el: Require outline when compiling.
3434 (sgml-mode-hook, html-mode-hook): Customize.
3435 (sgml-validate-command): Fix :version.
3436 (html-autoview-mode): Doc fix.
3437
3438 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
3439 nothing in Latin-N environment.
3440
3441 * info.el (Info-find-node): Call info-initialize here.
3442 (info): Not here.
3443 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
3444
3445 1999-08-04 Richard Stallman <rms@gnu.org>
3446
3447 * ansi-color.el: New file.
3448
3449 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
3450
3451 * dired.el (dired-string-replace-match): Return `nil' when no match
3452 found with global search.
3453
3454 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
3455 * terminal.el (te-terminfo-directory):
3456 * mail/mailpost.el (post-mail-send-it):
3457 * mail/metamail.el (metamail-region):
3458 * progmodes/ada-mode.el (ada-tmp-directory):
3459 Use temporary-file-directory.
3460
3461 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
3462 (compilation-filter, compilation-forget-errors)
3463 (compilation-parse-errors): Use a marker instead of an integer for
3464 `compilation-parsing-end'.
3465
3466 * progmodes/diff.el (diff-parse-differences):
3467 Use a marker instead of an integer for `compilation-parsing-end'.
3468 * textmodes/tex-mode.el (tex-compilation-parse-errors):
3469 Use a marker instead of an integer for `compilation-parsing-end'.
3470
3471 1999-08-03 Richard Stallman <rms@gnu.org>
3472
3473 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
3474 (Buffer-menu-mode): Doc fix.
3475 (Buffer-menu-view): New command.
3476 (Buffer-menu-view-other-window): New command.
3477
3478 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
3479
3480 * replace.el (query-replace-regexp-eval)
3481 (replace-eval-replacement, replace-loop-through-replacements)
3482 (replace-match-string-symbols): New functions.
3483 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
3484 Use replace-loop-through-replacements.
3485
3486 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
3487
3488 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
3489 (5x5): Doc fix.
3490
3491 1999-08-03 Dave Love <fx@gnu.org>
3492
3493 * fortran.el (fortran-indent-new-line): Make it an alias
3494 for reindent-then-newline-and-indent.
3495
3496 1999-08-03 Didier Verna <verna@inf.enst.fr>
3497
3498 * rect.el: All functions rewritten, except when noted above
3499 their declaration. Below is a list of interface changes.
3500 (apply-on-rectangle): New function, mostly replaces
3501 `operate-on-rectangle'. All callers changed.
3502 (move-to-column-force): Pass new second argument to `move-to-column'.
3503 (kill-rectangle): Added optional prefix arg to fill lines.
3504 (delete-rectangle): Ditto.
3505 (delete-whitespace-rectangle): Ditto.
3506 (delete-extract-rectangle): Ditto.
3507 (open-rectangle): Ditto.
3508 (clear-rectangle): Ditto.
3509 (delete-whitespace-rectangle-line): New function.
3510 (delete-rectangle-line): Added third arg FILL.
3511 (delete-extract-rectangle-line): Ditto.
3512 (open-rectangle-line): Ditto.
3513 (clear-rectangle-line): Ditto.
3514
3515 1999-08-03 Ray Blaak <blaak@gnu.org>
3516
3517 * progmodes/delphi.el: New file.
3518
3519 1999-08-02 Richard Stallman <rms@gnu.org>
3520
3521 * textmodes/outline.el (outline-previous-heading): New function.
3522 (outline-up-heading-all): Use outline-previous-heading.
3523 (outline-next-heading): Delete definition inserted yesterday.
3524
3525 1999-08-01 Richard Stallman <rms@gnu.org>
3526
3527 * textmodes/outline.el (outline-next-heading): New function.
3528 (outline-up-heading-all): New function.
3529 (outline-font-lock-level): Using outline-up-heading-all.
3530 Tell outline-back-to-heading to accept invisible headings.
3531
3532 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
3533
3534 * mail/mh-utils.el (mh-find-path-run): New variable.
3535 (mh-find-path): Test and set that.
3536 Set mail-user-agent only the first time this function is run.
3537 (mail-user-agent): Defvar deleted.
3538
3539 * info.el (info-initialize): New function.
3540 (info): Call info-initialize.
3541 (Info-directory-list): Initialize to nil,
3542 so info-initialize will set it up for real.
3543
3544 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3545
3546 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
3547 does not interpret a time as the year in a day-month entry.
3548
3549 * calendar/diary-lib.el: Change syntax table entry for colon in
3550 the diary as part of the european-date-diary-pattern fix.
3551
3552 1999-08-01 Eli Zaretskii <eliz@gnu.org>
3553
3554 * international/mule.el (set-auto-coding): Allow whitespace before
3555 and after the "variable: value" pair.
3556
3557 1999-07-30 Ken'ichi Handa <handa@gnu.org>
3558
3559 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
3560 (default-sendmail-coding-system): Doc-string fixed.
3561
3562 1999-07-30 Dave Love <fx@gnu.org>
3563
3564 * subr.el (assoc-delete-all): New function, renamed from
3565 frame-delete-all.
3566
3567 * frame.el: Change comments to doc strings and other doc fixes.
3568 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
3569 Callers changed.
3570 (set-background-color, set-foreground-color, set-cursor-color)
3571 (set-mouse-color, set-border-color): Offer completion of colours.
3572 (cursor): Add :version to defgroup.
3573
3574 * facemenu.el (list-colors-display): Make it work on ttys.
3575 (facemenu-read-color): Likewise.
3576
3577 1999-07-30 Richard M. Stallman <rms@gnu.org>
3578
3579 * frame.el (frame-notice-user-settings): If background
3580 color has been changed, update background-mode from it,
3581 then update faces.
3582
3583 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
3584
3585 * net-utils.el (finger): Don't do indirect fingering.
3586
3587 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3588
3589 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
3590 rules. Add separator at end of holidays.
3591 (cal-tex-rules): New customizable variable.
3592 (cal-tex-latexify-list): Add optional parameter to put separator
3593 at end.
3594
3595 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
3596
3597 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
3598 fill prefix on each line while looping to the end of paragraph.
3599 End paragraph if it's longer than the existing fill prefix.
3600
3601 * textmodes/fill.el (fill-context-prefix): Doc fix.
3602
3603 1999-07-30 Dave Love <fx@gnu.org>
3604
3605 * font-lock.el (jit-lock): Fix :load, add :version.
3606
3607 1999-07-30 Eli Zaretskii <eliz@gnu.org>
3608
3609 * term/pc-win.el (msdos-face-setup): Register standard colors in
3610 Vface_tty_color_alist.
3611 (face-color-supported-p, face_color_gray_p): New functions.
3612
3613 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
3614 is bound.
3615
3616 * startup.el (command-line): Don't register default colors for
3617 MSDOS window-system.
3618
3619 1999-07-29 Dave Love <fx@gnu.org>
3620
3621 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
3622 charquote.
3623
3624 * lisp-mode.el (eval-defun): Re-written to avoid
3625 capturing variables.
3626
3627 * picture.el (picture-beginning-of-line): Don't call
3628 hscroll-point-visible now we have real autoscrolling.
3629 (picture-end-of-line, picture-newline, picture-open-line):
3630 Likewise.
3631
3632 * international/latin-8.el: New file.
3633 * international/latin-9.el: New file.
3634
3635 1999-07-28 Dave Love <fx@gnu.org>
3636
3637 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
3638
3639 * msb.el: Require cl only when compiling.
3640 (msb--home-dir): Deleted.
3641 (msb--format-title): Use abbreviate-file-name.
3642 (msb--choose-file-menu): Simplify string comparison.
3643
3644 1999-07-28 Gerd Moellmann <gerd@gnu.org>
3645
3646 * faces.el (toolbar): Add face definition for mono displays.
3647
3648 1999-07-27 Richard M. Stallman <rms@gnu.org>
3649
3650 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
3651
3652 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
3653 force copying of default-frame-alist.
3654
3655 1999-07-26 Ken'ichi Handa <handa@gnu.org>
3656
3657 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
3658
3659 1999-07-26 Richard M. Stallman <rms@gnu.org>
3660
3661 * frame.el (set-mouse-color): If new color is nil,
3662 really respecify the current color.
3663
3664 1999-07-26 Gerd Moellmann <gerd@gnu.org>
3665
3666 * faces.el (bitmap-area): Change background of face `bitmap-area'
3667 to white for mono displays.
3668
3669 1999-07-26 Kenichi Handa <handa@etl.go.jp>
3670
3671 * international/ccl.el (ccl-embed-symbol): New function.
3672 (ccl-program-p): Deleted. Now it's implemented in C code.
3673 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
3674 (ccl-compile-translate-character): Likewise.
3675 (ccl-compile-map-single): Likewise.
3676 (ccl-compile-multiple-map-function): Likewise.
3677 (declare-ccl-program): Doc-string modified.
3678 (check-ccl-program): Check compiled CCL code by ccl-program-p.
3679
3680 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
3681
3682 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
3683
3684 1999-07-25 Markus Rost <rost@gnu.org>
3685
3686 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
3687 the entries to make custom-file more readable.
3688
3689 1999-07-25 Richard M. Stallman <rms@gnu.org>
3690
3691 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
3692
3693 * emacs-lisp/edebug.el: Delete compatibility code.
3694 (edebug-next-token-class): If . is followed by a digit,
3695 return `symbol' for the token class.
3696
3697 * startup.el (command-line): If we don't find the user's init file,
3698 set user-init-file to nil.
3699
3700 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3701
3702 * info-look.el (info-lookup-interactive-arguments): Add optional
3703 argument query for new choice of help mode.
3704 (info-lookup-symbol): Use it.
3705 (info-lookup-file): Ditto.
3706 (info-lookup): Don't switch to other window, if already in Info
3707 buffer.
3708
3709 1999-07-23 Dave Love <fx@gnu.org>
3710
3711 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
3712 syntax.
3713 (fortran-fontify-string, fortran-match-!-comment): Deleted.
3714 (fortran-font-lock-syntactic-keywords): New variable.
3715 (fortran-mode): Use it.
3716 (fortran-font-lock-keywords-1): Don't do comments.
3717 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
3718 match data.
3719
3720 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
3721
3722 * msb.el (msb-menu-bar-update-buffers): Renamed from
3723 menu-bar-update-buffers.
3724 (msb-custom-set, msb--toggle-menu-type): Call
3725 msb-menu-bar-update-buffers.
3726 (msb-mode): Revise the hook setting.
3727
3728 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
3729
3730 1999-07-23 Gerd Moellmann <gerd@gnu.org>
3731
3732 * font-lock.el, help.el, simple.el: Re-integrate previously
3733 described changes that were lost due to errors while checking them
3734 in.
3735
3736 1999-07-23 Kevin Blake <kblake@ticnet.com>
3737
3738 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
3739
3740 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
3741
3742 * international/encoded-kb.el
3743 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
3744 but push it to unread-command-events.
3745 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
3746 (encoded-kbd-self-insert-sjis): Likewise.
3747 (encoded-kbd-self-insert-big5): Likewise.
3748
3749 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
3750 before left margin and fill-prefix by fill-find-break-point.
3751
3752 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3753
3754 * info-look.el (info-lookup-setup-mode): Don't give up, if
3755 info-lookup-make-completions returns an error.
3756 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
3757 name latex, not latex2e.
3758
3759 1999-07-21 Richard M. Stallman <rms@gnu.org>
3760
3761 * replace.el (perform-replace): Turn off case-fold-search
3762 if FROM-STRING argument has uppercase in it.
3763
3764 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3765
3766 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
3767 mode is on. Don't use end of changed text.
3768
3769 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3770
3771 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
3772 (cl-hash-table-p): Renamed from hash-table-p.
3773 (cl-hash-table-count): Renamed from hash-table-count.
3774 (maphash): Alias to cl-maphash removed.
3775 (gethash): Likewise.
3776 (puthash): Likewise.
3777 (remhash): Likewise.
3778 (clrhash): Likewise.
3779
3780 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3781
3782 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
3783 third arg non-nil. See comment there why this isn't a good idea.
3784
3785 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3786
3787 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
3788
3789 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
3790 sit-for with 3rd arg non-nil to prevent redisplay.
3791
3792 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3793
3794 * image.el (image-type-from-file-header): If file doesn't
3795 have a directory part, add data-directory.
3796
3797 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3798
3799 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
3800 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
3801 motion handling when tooltip-gud-tips-p is nil.
3802
3803 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3804
3805 * tooltip.el (tooltip-mode): Don't use `plusp'.
3806 (tooltip-active): Use initial value of nil.
3807
3808 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
3809
3810 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3811
3812 * bindings.el (make-mode-line-mouse-sensitive): Add key
3813 definitions for `top-line'.
3814
3815 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3816
3817 * faces.el (top-line): New face.
3818
3819 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3820
3821 * image.el (image-type-regexps): Add regexp for PS files.
3822
3823 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3824
3825 * faces.el (set-face-attribute): Fix wrong handling of frame
3826 begin equal to t.
3827
3828 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3829
3830 * image.el (image-type-regexps): Add PNG format.
3831
3832 1999-07-21 Dave Love <fx@gnu.org>
3833
3834 * bindings.el (mode-line-modified): New variable.
3835 (mode-line-mode-menu-1): Switch to appropriate window before
3836 showing menu.
3837
3838 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3839
3840 * faces.el (face-underline): Removed.
3841 (face-underline-color): Ditto.
3842
3843 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3844
3845 * faces.el (face-x-resources): Fix typo.
3846
3847 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3848
3849 * faces.el: Remove handling of `:relief', extend handling of
3850 `:box'.
3851 (frame-set-background-mode): Choose new defface specs after
3852 frame parameters have changed.
3853
3854 * cus-face.el: Ditto.
3855
3856 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3857
3858 * custom.el (defface): Extend documentation to include new
3859 face attributes.
3860
3861 * cus-face.el (custom-face-attributes): Add overline,
3862 strike-through, box.
3863
3864 * faces.el (face-valid-attribute-values): Handle overline,
3865 strike-through, box.
3866 (face-attribute-name-alist): Add pairs for new face attributes.
3867 (describe-face): Handle new face attributes.
3868
3869 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3870
3871 * faces.el (face-x-resources): Add overline, strike-through, box.
3872
3873 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3874
3875 * enriched.el (enriched-translations): Add `display' and
3876 "x-display".
3877 (enriched-handle-display-prop): New.
3878 (enriched-decode-display-prop): New.
3879
3880 * format.el (top-level): Give `display' property
3881 `format-list-atomic-p.
3882 (format-annotate-single-property-change): Test that property.
3883 If present, treat list property values like atoms.
3884
3885 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3886
3887 * cus-face.el (custom-face-attributes): Use `choice' everywhere
3888 so that "*" can be entered.
3889
3890 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3891
3892 * cus-face.el (custom-face-attributes): Don't use `#''.
3893
3894 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
3895
3896 * cus-face.el (custom-face-attributes): Return underline
3897 face attribute directly from the second lambda of underline.
3898
3899 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3900
3901 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
3902
3903 * frame.el (after-setting-font-hooks): New variable.
3904 (set-frame-font): Run those hooks.
3905
3906 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
3907
3908 * faces.el (set-face-attribute): Fix doc string.
3909
3910 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3911
3912 * cus-face.el (custom-face-attributes): Accept color name.
3913
3914 * faces.el (face-underline-p): Accept unspecified underlining.
3915 (face-underline): Ditto. Fix doc string.
3916
3917 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
3918
3919 * faces.el (face-underline-color): New function.
3920
3921 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
3922
3923 * cus-face.el (custom-face-attributes): Support underline coloring.
3924 Added slot to choose a color.
3925
3926 * faces.el (face-underline): New function.
3927 (face-underline-p): Support underline coloring.
3928 Return nil only if the underline attribute is 'normal.
3929 (set-face-underline): New function.
3930 (face-valid-attribute-values): Support underline coloring.
3931
3932 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3933
3934 * image.el (insert-image): Use `display' instead of `glyph'
3935 as text property name.
3936 (put-image): Ditto.
3937 (image-type-from-file-header): Use insert-file-contents-literally.
3938
3939 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3940
3941 * easymenu.el (easy-menu-do-add-item): Don't use the empty
3942 string to indicate separators.
3943
3944 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3945
3946 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
3947 instead of message-log.
3948
3949 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3950
3951 * faces.el (bitmap-area): New face.
3952
3953 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3954
3955 * image.el (insert-image): New.
3956
3957 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3958
3959 * frame.el (blink-cursor): Set the symbol's value.
3960 (show-trailing-whitespace): Change group to font-lock.
3961
3962 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3963
3964 * jit-lock.el: New.
3965 * font-lock.el: Add jit-mode as new support mode.
3966
3967 * font-lock.el (font-lock-fontify-keywords-region): Stop when
3968 reaching end instead of letting re-search-forward signal an error.
3969 (demand-lock-mode): New.
3970 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
3971 (font-lock-turn-off-thing-lock): Ditto.
3972 (font-lock-after-fontify-buffer): Ditto.
3973 (font-lock-after-unfontify-buffer): Ditto.
3974
3975 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3976
3977 * gs.el: New file.
3978
3979 * startup.el (command-line-1): Activate tooltip mode if
3980 interactive.
3981
3982 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3983
3984 * faces.el (toolbar): Grey default background.
3985 (modeline): Ditto.
3986
3987 * image.el (image-type-regexps): New.
3988 (image-type-from-file-header): New.
3989 (create-image): Call it.
3990
3991 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3992
3993 * image.el: New file.
3994
3995 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3996
3997 * bindings.el (mode-line-format): Replace `mode-name' with
3998 `(:eval mode-line-mode-name)'.
3999 (mode-line-mode-name): New.
4000 (make-mode-line-mouse-sensitive): Don't change default value
4001 of `mode-name'.
4002
4003 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4004
4005 * tooltip.el: New file.
4006
4007 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4008
4009 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
4010 instead of mouse-3 to pop up menus.
4011 (mode-line-kill-buffer): Removed.
4012 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
4013 buffer name.
4014 (mode-line-buffer-menu-1): Removed.
4015
4016 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
4017
4018 * bindings.el (mode-line-buffer-identification-keymap): New.
4019 (mode-line-buffer-menu-keymap): New.
4020 (mode-line-mode-menu-keymap): New.
4021 (mode-line-unbury-buffer): New.
4022 (mode-line-other-buffer): New.
4023 (mode-line-kill-buffer): New.
4024 (mode-line-buffer-menu-1): New.
4025 (mode-line-mode-menu-1): New.
4026 (make-mode-line-mouse-sensitive): New.
4027
4028 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4029
4030 * help.el (describe-key-briefly): Handle mode line strings
4031 with local-map properties.
4032 (describe-key): Ditto.
4033 (mode-line-key-binding): New.
4034
4035 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4036
4037 * scroll-bar.el (scroll-bar-timer): New.
4038 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
4039
4040 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4041
4042 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
4043 and `bottom'.
4044
4045 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4046
4047 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
4048 (global): Use different key bindings if using tookit scroll bars.
4049
4050 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4051
4052 * faces.el (modeline): Define mode line face with relief for
4053 class color, only.
4054 (toolbar): New face.
4055
4056 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4057
4058 * frame.el (frame-initialize): Set frame-creation-function to
4059 tty-create-frame-with-faces.
4060
4061 * faces.el (frame-set-background-mode): Make it work for
4062 window-system nil.
4063
4064 * faces.el (tty-create-frame-with-faces): New.
4065 (face-set-after-frame-default): Make it work for TTY frames.
4066
4067 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4068
4069 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
4070 Return a list of one font family for TTYs. Don't return bitmap
4071 file paths for TTY frames.
4072
4073 * faces.el: Add face specs for tty displays to basic faces.
4074
4075 * font-lock.el (font-lock-comment-face): Add spec for color tty.
4076 (font-lock-string-face): Ditto.
4077 (font-lock-keyword-face): Ditto.
4078 (font-lock-builtin-face): Ditto.
4079 (font-lock-function-name-face): Ditto.
4080 (font-lock-variable-name-face): Ditto.
4081 (font-lock-type-face): Ditto.
4082 (font-lock-constant-face): Ditto.
4083 (font-lock-warning-face): Ditto.
4084
4085 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4086
4087 * startup.el (command-line): Register default tty colors.
4088
4089 * faces.el (face-spec-set-match-display): Recognize `type tty'.
4090
4091 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4092
4093 * faces.el (modeline): For X frames, use a modeline with relief.
4094
4095 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4096
4097 * faces.el (frame-update-faces): Copied from 20.2.
4098 (frame-update-face-colors): Ditto. Code removed that isn't
4099 applicable in the new face implementation.
4100
4101 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4102
4103 * frame.el (show-trailing-whitespace): New.
4104
4105 * faces.el (trailing-whitespace): New basic face.
4106
4107 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4108
4109 * cus-face.el (custom-facep): Always define as alias for facep.
4110
4111 * cus-face.el (custom-face-attributes): Use choice widgets.
4112 Remove :bold and :italic.
4113
4114 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4115
4116 * faces.el (face-charset-registries): Removed since fontset.el
4117 is no always loaded.
4118
4119 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4120
4121 * faces.el (internal-get-face): Added as obsolete function for
4122 compatibility.
4123
4124 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4125
4126 * frame.el (blink-cursor-end): Call show-cursor.
4127 (blink-cursor-mode): Ditto.
4128
4129 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4130
4131 * faces.el (face-spec-reset-face): Reset all attributes to
4132 `unspecified'.
4133 (face-spec-set): Use it.
4134
4135 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4136
4137 * faces.el (read-all-face-attributes): Bug fix.
4138 (face-read-integer): Allow nil default value.
4139 (face-valid-attribute-values): Use symbol names of attribute
4140 values for completion list.
4141
4142 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4143
4144 * faces.el (internal-find-face): Define for compatibility with
4145 20.2.
4146 (face-id): Likewise.
4147
4148 * faces.el (face-id): Return the ID of a realized face for ASCII.
4149
4150 * fontset.el (x-charset-registries): Removed. Now in faces.el.
4151 (x-complement-fontset-spec): Use face-charset-registries.
4152
4153 * faces.el (face-font-selection-order): Set font selection order
4154 from Lisp.
4155 (face-alternative-font-family-alist): Set alternative font
4156 families from Lisp.
4157
4158 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4159
4160 * faces.el (set-face-charset-registries): Set symbol value.
4161
4162 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4163
4164 * faces.el (face-set-after-frame-default): Call function
4165 internal-merge-in-global-face.
4166
4167 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4168
4169 * faces.el (face-list): Return symbols from face-global-alist.
4170
4171 * faces.el (face-list): Return a copy of the face name list so
4172 that it cannot be modified from outside (facemenu.el uses
4173 nreverse, for example).
4174
4175 * cus-face.el (custom-face-attributes): Add :bold and :italic
4176 for compatibility with old code.
4177
4178 * faces.el (set-face-attributes-from-resources): Additional
4179 frame parameter.
4180 (make-face-x-resource-internal): Set attributes from resources
4181 for a given frame or all frames.
4182
4183 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4184
4185 * faces.el (all-faces): Removed.
4186
4187 * custom.el (defface): Add new face attributes to function
4188 comment.
4189
4190 * font-lock.el (font-lock-comment-face): Use new face attribute
4191 names.
4192 (font-lock-string-face): Ditto.
4193 (font-lock-keyword-face): Ditto.
4194 (font-lock-builtin-face): Ditto.
4195 (font-lock-function-name-face): Ditto.
4196 (font-lock-variable-name-face): Ditto.
4197 (font-lock-type-face): Ditto.
4198 (font-lock-reference-face): Ditto.
4199 (font-lock-warning-face): Ditto.
4200 ((boundp 'font-lock-face-attributes)): Ditto.
4201
4202 * cus-face.el (custom-face-attributes): Use new face attributes.
4203
4204 * faces.el (set-face-attribute-from-resource): Initialize
4205 from resources only for X and W32.
4206
4207 * cus-face.el (custom-declare-face): Don't make frame-local
4208 faces.
4209
4210 * faces.el (describe-face): Use princ instead of insert.
4211
4212 * faces.el: Add XLFD manipulation functions from 20.2 again
4213 because fontset.el uses them.
4214 (face-set-after-frame-default): Add empty definition.
4215
4216 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4217
4218 * faces.el (make-face): Correct typo.
4219 (set-face-attribute-from-resource): Use let*.
4220 (face-underline-p): Correct typo.
4221 (face-inverse-video-p): Ditto.
4222 (set-face-stipple): Ditto.
4223 (face-read-string): Make completion-list optional parameter.
4224
4225 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4226
4227 * faces.el (face-charset-registries): Alist mapping charset
4228 symbols to registries and encoding.
4229
4230 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4231
4232 * frame.el (blink-cursor-mode): Use interactive spec "P".
4233
4234 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4235
4236 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
4237 mode. The cursor of selected_window blinks if the mode is enabled.
4238
4239 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4240
4241 * simple.el (next-history-element): Set point to the end of the
4242 prompt if minibuffer-prompt-in-buffer.
4243
4244 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4245
4246 * faces.el (x-font-regexp): Add sub-expression parentheses for
4247 several font name components.
4248
4249 1999-07-21 Gerd Moellmann <gerd@acm.org>
4250
4251 * faces.el (set-face-relief): Use index 12 for relief.
4252 (face-fill-in): Set relief from data.
4253 (internal-make-face): Init relief to zero.
4254
4255 * faces.el (face-spec-set): Call modify-face with additional
4256 parameters for relief and fixed-p.
4257
4258 1999-07-21 Gerd Moellmann <gerd@acm.org>
4259
4260 * cus-face.el: ':fixed and ':relief added.
4261
4262 * faces.el (describe-face): Add fixed font attribute and relief.
4263 (face-attr-match-p): Ditto.
4264 (face-attr-construct): Ditto.
4265 (face-spec-set): Ditto.
4266
4267 1999-07-21 Gerd Moellmann <gerd@acm.org>
4268
4269 * faces.el (internal-make-face): Function to create a Lisp vector
4270 suitable for representing a face.
4271 (make-face): Use it instead of make-vector.
4272 (x-create-frame-with-faces): Use it instead of vector.
4273 (internal-facep): Increase vector size to 14.
4274 (internal-make-face): Ditto.
4275 (face-relief): Access relief thickness.
4276 (face-fixed-p): Access fixed font attribute.
4277 (set-face-fixed-p): Set fixed font attribute.
4278 (set-face-relief): Set relief attribute.
4279 (internal-face-interactive-int): Read int attribute of face.
4280 (modify-face): Add fixed-p and relief parameters.
4281 (copy-face): Handle fixed-p and relief.
4282 (face-equal): Compare fixed-p and relief.
4283 (face-differs-from-default-p): Ditto.
4284 (face-nontrivial-p): Add fixed-p and relief.
4285
4286 1999-07-21 Gerd Moellmann <gerd@acm.org>
4287
4288 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
4289 (internal-facep): Increase vector size.
4290 (make-face): Ditto.
4291 (face-shadow-thickness): Added.
4292 (set-face-shadow-thickness): Added.
4293 (modify-face): Add optional shadow-thickness parameter.
4294 (make-face-x-resource-internal): Add shadows.
4295 (copy-face): Ditto.
4296 (face-equal): Ditto.
4297 (face-differs-from-default-p): Ditto.
4298 (face-nontrivial-p): Ditto.
4299 (face-attr-match-p): Ditto.
4300 (face-attr-construct): Ditto.
4301 (face-spec-set): Ditto.
4302 (face-fill-in): Ditto.
4303
4304 1999-07-21 Gerd Moellmann <gerd@acm.org>
4305
4306 * bench.el (bench-mark-split-window): New bench mark.
4307
4308 1999-07-21 Gerd Moellmann <gerd@acm.org>
4309
4310 * faces.el (set-face-font): Don't pass default font to
4311 x-resolve-font so that font will not have to be of the same
4312 size.
4313
4314 1999-07-20 Dave Love <fx@gnu.org>
4315
4316 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
4317 unconditionally t.
4318
4319 1999-07-20 Karl Heuer <kwzh@gnu.org>
4320
4321 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
4322
4323 1999-07-20 Dave Love <fx@gnu.org>
4324
4325 * help.el (describe-variable): Fix test for customizability.
4326
4327 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
4328 Check for readonly buffer in interactive spec.
4329 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
4330 (backward-kill-word): Add * to interactive spec.
4331
4332 * underline.el (underline-region, ununderline-region): Add * to
4333 interactive spec.
4334
4335 * fill.el (canonically-space-region, justify-current-line): Add *
4336 to interactive spec.
4337 (fill-region-as-paragraph, fill-paragraph, fill-region)
4338 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
4339 readonly buffer in interactive spec.
4340
4341 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
4342 (backward-kill-sentence, kill-sentence): Add * to interactive
4343 spec.
4344
4345 1999-07-19 Richard M. Stallman <rms@gnu.org>
4346
4347 * dired-aux.el (dired-do-shell-command): Doc fix.
4348
4349 * shell.el (shell-unquote-argument): New function.
4350 (shell-directory-tracker): Use shell-unquote-argument.
4351 * comint.el (comint-arguments): Handle \ followed by space or tab.
4352
4353 1999-07-19 John Wiegley <jwiegley@borland.com>
4354
4355 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
4356 color codes 39 and 49, which by the way lynx uses them seem to
4357 mean "foreground reset" and "background reset".
4358
4359 1999-07-19 Karl Heuer <kwzh@gnu.org>
4360
4361 * font-lock.el (c++-keywords): Add "typeid".
4362
4363 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
4364 selects no font, treat that as zero selections, not one.
4365
4366 1999-07-19 Dave Love <fx@gnu.org>
4367
4368 * info.el (Info-search): Don't lose with empty regexp.
4369
4370 * version.el: Cater for (free) `ident' program, not `which'.
4371
4372 * hl-line.el: New file.
4373
4374 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
4375 for modes which don't define menus.
4376
4377 1999-07-16 Richard M. Stallman <rms@gnu.org>
4378
4379 * webjump.el (webjump-sample-sites): Update some URLs.
4380
4381 1999-07-14 Richard Stallman <rms@gnu.org>
4382
4383 * Version 20.4 released.
4384
4385 1999-07-14 Andreas Schwab <schwab@gnu.org>
4386
4387 * compare-w.el (compare-windows): Try to find the next window in
4388 the current frame before looking at the other frames.
4389
4390 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
4391
4392 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
4393 Use cyrillic-jcuken as default input method.
4394
4395 1999-07-12 Richard Stallman <rms@gnu.org>
4396
4397 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
4398 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
4399
4400 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
4401 (ispell-local-dictionary-alist): Add koi8-r for character set.
4402
4403 * textmodes/flyspell.el (flyspell-get-word):
4404 Add special handling for when ispell-otherchars is empty.
4405
4406 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
4407
4408 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
4409 when having nested functons.
4410 (pascal-indent-nested-functions) (pascal-indent-line)
4411 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
4412 indenting nested functions.
4413
4414 1999-07-09 Richard Stallman <rms@gnu.org>
4415
4416 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
4417
4418 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
4419
4420 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
4421 the `end' keyword was in the very beginning of the buffer.
4422
4423 1999-07-08 Richard Stallman <rms@gnu.org>
4424
4425 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
4426
4427 * term.el (term-emulate-terminal): Avoid infinite loop
4428 in strange case where minibuffer window is selected but not active.
4429
4430 1999-07-07 Stephen Eglen <stephen@gnu.org>
4431
4432 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
4433 Change regexp so that it doesn't match commands beginning with `cd'.
4434
4435 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
4436
4437 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
4438
4439 1999-07-06 Richard Stallman <rms@gnu.org>
4440
4441 * hscroll.el (hscroll-minibuffer-hook): New function.
4442 (hscroll-global-mode): Add and remove that hook.
4443 Set hscroll-old-truncate-was-global's default value.
4444
4445 1999-07-05 Richard Stallman <rms@gnu.org>
4446
4447 * files.el (revert-buffer): Don't preserve point here.
4448 (revert-buffer-insert-file-contents-function): Doc fix.
4449
4450 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
4451
4452 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
4453 doing a `stat' when it isn't necessary because that can cause
4454 trouble when an NFS server is down.
4455
4456 1999-07-04 Richard Stallman <rms@gnu.org>
4457
4458 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
4459
4460 1999-07-03 Richard Stallman <rms@gnu.org>
4461
4462 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
4463 for \200...\240 also.
4464 (isearch-printing-char): Use unibyte-char-to-multibyte.
4465
4466 1999-07-02 Richard Stallman <rms@gnu.org>
4467
4468 * frame.el (minibuffer-frame-alist): Use defcustom.
4469 (pop-up-frame-alist): Likewise.
4470 (initial-frame-alist): Specify * in the doc string.
4471
4472 * hscroll.el (hscroll-mode): Make it a permanent local.
4473 (hscroll-mode): Don't cancel the timer
4474 if HScroll mode is enabled in some other buffer.
4475
4476 * isearch.el (isearch-done): If search ends in middle of intangible
4477 text (due to text property), move on to the limit of that text.
4478
4479 1999-07-01 Andrew Innes <andrewi@gnu.org>
4480
4481 * man.el (Man-build-man-command): Use value of null-device,
4482 instead of hard-coding "/dev/null".
4483
4484 * dos-w32.el (untranslated-canonical-name): Avoid expanding
4485 ange-ftp file names, which might force ange-ftp to prompt for a
4486 password.
4487
4488 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
4489 to prevent references to temp files.
4490
4491 1999-06-30 Richard Stallman <rms@gnu.org>
4492
4493 * progmodes/sh-script.el (sh-feature): If nothing is known
4494 about the given shell, use the values for `sh'.
4495
4496 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
4497
4498 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
4499 to make it non-recursive.
4500
4501 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
4502
4503 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4504
4505 * auto-show.el (auto-show-mode): Fix Typo in :set.
4506
4507 1999-06-29 Richard M. Stallman <rms@gnu.org>
4508
4509 * progmodes/sh-script.el (sh-mode): When setting syntax
4510 table, default to the standard one.
4511
4512 1999-06-27 Richard M. Stallman <rms@gnu.org>
4513
4514 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
4515
4516 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
4517
4518 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
4519 a frame when `return' is requested (even if pop-up-frames = t)
4520 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
4521 should only be set for the bibtex buffer.
4522
4523 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
4524
4525 * progmodes/compile.el: Deal with compilation-error-screen-columns
4526 being buffer-local.
4527
4528 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
4529
4530 * comint.el (comint-password-prompt-regexp): Allow "(again)".
4531
4532 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4533
4534 * cal-x.el (calendar-only-one-frame-setup): New function.
4535 * calendar.el (calendar): Call it if requested.
4536
4537 1999-06-24 Karl Heuer <kwzh@gnu.org>
4538
4539 * startup.el (iso-8859-n-locale-regexp): Doc fix.
4540
4541 1999-06-22 Richard M. Stallman <rms@gnu.org>
4542
4543 * mail/supercite.el (sc-emacs-features): Doc fix.
4544
4545 1999-06-22 Karl Heuer <kwzh@gnu.org>
4546
4547 * files.el (auto-mode-alist): Add pike-mode.
4548
4549 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
4550
4551 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
4552 last byte of a numeric field is a space or a NUL. Parse it as
4553 potentially part of the number. This is used by GNU tar
4554 1.12.64012 to handle larger values.
4555
4556 1999-06-20 Karl Heuer <kwzh@gnu.org>
4557
4558 * custom.el (custom-handle-keyword): Fix error message.
4559
4560 1999-06-18 Andrew Innes <andrewi@gnu.org>
4561
4562 * mail/smtpmail.el (smtpmail-send-it): Use
4563 convert-standard-filename to make file names for queued mail safe
4564 on Windows (`:' is invalid in file names on Windows).
4565
4566 1999-06-17 Kenichi Handa <handa@etl.go.jp>
4567
4568 * international/mule-cmds.el (describe-current-input-method):
4569 Current-input-method is string.
4570 (toggle-input-method): Docstring fixed.
4571
4572 * international/mule-diag.el
4573 (describe-current-coding-system-briefly): Fix format string.
4574
4575 * international/mule-util.el (coding-system-eol-type-mnemonic):
4576 Docstring modified. Return a string.
4577
4578 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
4579
4580 * sql.el (sql-input-ring-file-name): Doc fix.
4581
4582 1999-06-17 Richard M. Stallman <rms@gnu.org>
4583
4584 * calendar/cal-x.el (special-display-buffer-names):
4585 Don't put (get-file-buffer diary-file) on this list.
4586
4587 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
4588
4589 * play/mpuz.el (mpuz-try-proposal): Fix message call.
4590 Don't penalize player for certain impossible guesses.
4591
4592 1999-06-16 Andrew Innes <andrewi@gnu.org>
4593
4594 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
4595 return the string "Unk 0 0000" so at least it appears to be a
4596 valid timestamp to `dired-move-to-filename-regexp'.
4597
4598 1999-06-15 Ken'ichi Handa <handa@gnu.org>
4599
4600 * ps-print.el (ps-control-character): Fix previous change.
4601
4602 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4603
4604 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
4605 multiple output of the last message.
4606
4607 1999-06-14 Eli Zaretskii <eliz@gnu.org>
4608
4609 * term/internal.el (IT-display-table-setup): Do not remap \222 to
4610 the ASCII apostrophe, as most DOS codepages have some other glyph
4611 there.
4612
4613 1999-06-14 Ken'ichi Handa <handa@gnu.org>
4614
4615 * language/ethio-util.el (setup-ethiopic-environment-internal):
4616 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
4617 (exit-ethiopic-environment): Likewize.
4618
4619 1999-06-12 Richard M. Stallman <rms@gnu.org>
4620
4621 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
4622
4623 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4624
4625 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
4626 custom-initialize-default to avoid infinite loop.
4627 (crisp-mode): (defun) Call transient-mark-mode here, not when
4628 loading the file. Run crisp-mode-hook here, and run
4629 crisp-load-hook when loading the file.
4630
4631 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
4632 rmail-summary buffer, search for pattern in rmail-file.
4633
4634 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
4635
4636 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
4637
4638 * ps-print.el (ps-printer-name): Fix custom type.
4639
4640 1999-06-12 Reto Zimmermann <reto@synopsys.com>
4641
4642 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
4643 (vhdl-port-paste-generic-map): Fix indentation bug.
4644 (vhdl-port-paste-port-map): Fix indentation bug.
4645 (vhdl-scan-file-contents): Make scanning case insensitive.
4646
4647 1999-06-11 Richard M. Stallman <rms@gnu.org>
4648
4649 * files.el (write-file): When buffer is not already visiting a file,
4650 don't put buffer name in the minibuffer, just make it the default.
4651 Also handle just directory as arg usefully in that case.
4652
4653 * simple.el (sendmail-user-agent-compose):
4654 Ignore case when inserting the rest of the "other" headers.
4655
4656 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
4657
4658 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
4659 (info-lookup-interactive-arguments): Never insert the default
4660 into the minibuffer automatically.
4661
4662 * emacs-lisp/cl-extra.el (getf): Don't call get*.
4663
4664 1999-06-09 Richard M. Stallman <rms@gnu.org>
4665
4666 * simple.el (shell-command): Avoid printing "mark set" message.
4667
4668 1999-06-09 Dave Love <fx@gnu.org>
4669
4670 * progmodes/compile.el (compilation-error-regexp-alist): Allow
4671 digits in program name in first pattern.
4672
4673 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
4674
4675 * vc.el (vc-dired-mode): Don't match anything before the date in
4676 dired-move-to-filename-regexp.
4677
4678 1999-06-07 Ken'ichi Handa <handa@gnu.org>
4679
4680 * international/quail.el (quail-define-rules): Fix typo in
4681 docstring.
4682
4683 1999-06-05 Stephen Eglen <stephen@gnu.org>
4684
4685 * iswitchb.el (iswitchb-default-keybindings): Add
4686 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
4687 than when package is loaded.
4688
4689 1999-06-04 Richard M. Stallman <rms@gnu.org>
4690
4691 * startup.el (command-line): Don't set user-init-file directly;
4692 tell `load' to set it.
4693
4694 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
4695
4696 * simple.el (next-history-element):
4697 Handle minibuffer-text-before-history properly when reading sexps.
4698
4699 * disp-table.el (standard-display-european):
4700 For an interactive call by the user,
4701 don't set enable-multibyte-characters,
4702 and don't set the terminal coding system.
4703
4704 * textmodes/refbib.el: Don't print any messages or display
4705 a buffer when loading the library.
4706 (r2b-help): Doc fix.
4707 (r2b-help-message): Update the documentation.
4708 (r2b-load-quietly): Variable deleted.
4709 (r2b-convert-buffer): Doc fix.
4710
4711 1999-06-04 Dave Love <fx@gnu.org>
4712
4713 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
4714
4715 * auto-show.el: Don't change hooks on loading.
4716 (auto-show-mode): Autoload. Default to nil. Add :set &c.
4717 (auto-show-mode): Add to hooks here.
4718
4719 1999-06-04 Richard Sharman <rsharman@pobox.com>
4720
4721 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
4722 recursion on bogus input.
4723
4724 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
4725
4726 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
4727 does not select a buffer from the buffers menu, then the attached
4728 frame is not switched to anything.
4729
4730 1999-06-03 Ken'ichi Handa <handa@gnu.org>
4731
4732 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
4733 (viet-viscii-...->viet-vscii...).
4734
4735 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
4736
4737 1999-06-01 Dave Love <fx@gnu.org>
4738
4739 * progmodes/fortran.el: Add :link to defgroup.
4740 (fortran-blink-matching-if): Match ELSE statements too.
4741 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
4742 that filling is always done.
4743
4744 1999-05-31 Richard M. Stallman <rms@gnu.org>
4745
4746 * simple.el (append-next-kill): Use an arg to distinguish
4747 interactive calls from Lisp calls, rather than (interactive-p).
4748
4749 * international/iso-transl.el (iso-transl-language-alist):
4750 Interchange n and N.
4751
4752 1999-05-31 Dave Love <fx@gnu.org>
4753
4754 * msb.el Add to minor-mode-map-alist. Remove hook installation
4755 and keymap munging on load.
4756 (msb-mode): New option.
4757 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
4758 Doc fix.
4759 (msb-mode-map): New variable.
4760 (msb-mode): New command.
4761
4762 1999-05-31 Dave Love <fx@gnu.org>
4763
4764 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
4765 (ispell-complete-word-dict): Likewise.
4766
4767 1999-05-31 Eli Zaretskii <eliz@gnu.org>
4768
4769 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
4770 force the data buffer to be saved, even if the data didn't
4771 change, in case the write filter was modified. Restore the
4772 current record after read-file-filter finishes.
4773
4774 1999-05-29 Karl Heuer <kwzh@gnu.org>
4775
4776 * ispell4.el: Obsolete; file deleted.
4777
4778 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
4779
4780 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
4781 VALUE is a syntax table.
4782
4783 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
4784
4785 * simple.el (zap-to-char): Doc fix.
4786
4787 1999-05-27 Ken'ichi Handa <handa@gnu.org>
4788
4789 * isearch.el (isearch-quote-char): Don't assume character codes
4790 0200 - 0237 stand for characters in some single-byte character
4791 charset.
4792
4793 1999-05-27 Dave Love <fx@gnu.org>
4794
4795 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
4796
4797 1999-05-27 Andreas Schwab <schwab@gnu.org>
4798
4799 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
4800 headerline does not exist already.
4801
4802 1999-05-26 Richard Stallman <rms@gnu.org>
4803
4804 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4805 Avoid nested null-loops.
4806
4807 1999-05-26 Ken'ichi Handa <handa@gnu.org>
4808
4809 * international/characters.el: Typo fixed; prefered->preferred.
4810
4811 * international/mule-cmds.el (find-coding-systems-for-charsets):
4812 Typo fixed; prefered->preferred.
4813
4814 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
4815 method in read-event.
4816
4817 * international/mule.el (charset-info): Doc-string fixed.
4818
4819 1999-05-25 Ken'ichi Handa <handa@gnu.org>
4820
4821 * mail/smtpmail.el (smtpmail-send-it): Bind
4822 smtpmail-code-conv-from properly.
4823 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
4824 by smtpmail-code-conv-from.
4825
4826 1999-05-24 Richard Stallman <rms@gnu.org>
4827
4828 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
4829 Binding deleted also.
4830
4831 1999-05-24 Karl Heuer <kwzh@gnu.org>
4832
4833 * comint.el (comint-bol-or-process-mark): Doc fix.
4834
4835 1999-05-23 Dave Love <fx@gnu.org>
4836
4837 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
4838 Enter it on minor-mode-map-alist.
4839 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
4840 Autoload. Add custom setter.
4841 (crisp-mark-line): Doc fix.
4842 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
4843 (crisp-mode-hook): Define.
4844
4845 1999-05-23 Ken'ichi Handa <handa@gnu.org>
4846
4847 * files.el (recover-file): Recover buffer-file-coding-system.
4848
4849 1999-05-22 Richard Stallman <rms@gnu.org>
4850
4851 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
4852 regexp match the date, to avoid treating date as file size.
4853 Add YYYY S option to WESTERN/
4854
4855 * bookmark.el: Delete some XEmacs compatibility code.
4856 (bookmark-jump-noselect): Check vc-backend.
4857
4858 * subr.el (add-to-list): Doc fix.
4859
4860 1999-05-21 Stephen Eglen <stephen@gnu.org>
4861
4862 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
4863
4864 1999-05-18 Richard Stallman <rms@gnu.org>
4865
4866 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
4867 non-space after the @anchor command.
4868 (texinfo-format-var): Handle other nested constructs, using
4869 texinfo-parse-expanded-arg and texinfo-discard-command, not
4870 texinfo-parse-arg-discard.
4871
4872 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
4873 (debug): Bind and use debugger-outer-inhibit-redisplay.
4874 Bind inhibit-redisplay to nil.
4875 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
4876
4877 1999-05-17 Dave Love <fx@gnu.org>
4878
4879 * help.el (describe-function-1): Extra arg, interactive-p.
4880 (describe-key, describe-function): Use it.
4881
4882 1999-05-17 Karl Heuer <kwzh@gnu.org>
4883
4884 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
4885
4886 1999-05-16 Dave Love <fx@gnu.org>
4887
4888 * cus-start.el (all): Delete selective-display. Add scroll-margin,
4889 scroll-preserve-screen-position, scroll-conservatively.
4890
4891 1999-05-16 Dave Love <fx@gnu.org>
4892
4893 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
4894
4895 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
4896
4897 * progmodes/vhdl-mode.el: Completely revised and massively extended.
4898
4899 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
4900
4901 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
4902 magic number and is not associated with a file.
4903
4904 1999-05-14 Richard M. Stallman <rms@gnu.org>
4905
4906 * files.el (find-file-noselect-1): Fix previous change.
4907
4908 1999-05-14 Simon Marshall <simon@gnu.org>
4909
4910 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
4911
4912 1999-05-13 Ken'ichi Handa <handa@gnu.org>
4913
4914 * international/mule-diag.el (mule-diag): Change MULE to Mule in
4915 docstring.
4916
4917 * international/mule-cmds.el: Change MULE to Mule in docstrings
4918 and menus.
4919
4920 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
4921
4922 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
4923 to correctly reflect the value of BaseLineOffset in
4924 RelativeCompose. Now the value of RelativeCompose is an array of
4925 low and high positions.
4926 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
4927 RLC for the above change.
4928
4929 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
4930
4931 * comint.el (comint-password-prompt-regexp): Modified to match the
4932 output of ksu and ssh-add.
4933
4934 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
4935
4936 * language/korea-util.el (isearch-toggle-korean-input-method):
4937 Adjusted for the change of input method handling in isearch.el.
4938 (isearch-hangul-switch-symbol-ksc): Likewise.
4939 (isearch-hangul-switch-hanja): Likewise.
4940
4941 1999-05-10 Dave Love <fx@gnu.org>
4942
4943 * help.el (help-make-xrefs): Fix typo.
4944
4945 1999-05-10 Andreas Schwab <schwab@gnu.org>
4946
4947 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
4948 unibyte-display-via-language-environment.
4949
4950 * help.el (help-make-xrefs): Handle more cases when looking for
4951 commands in a keymap description.
4952
4953 1999-05-10 Eli Zaretskii <eliz@gnu.org>
4954
4955 * loadup.el: For ms-dos systems, load ccl and codepage.
4956
4957 1999-05-09 Ken'ichi Handa <handa@gnu.org>
4958
4959 * ps-print.el (ps-control-character): Call
4960 ps-mule-prepare-ascii-font to setup ASCII fonts.
4961
4962 * ps-mule.el (ps-mule-begin-job): Redo this change "if
4963 ps-multibyte-buffer is nil, use
4964 ps-mule-font-info-database-default."
4965
4966 1999-05-08 Ken Stevens <k.stevens@ieee.org>
4967
4968 * ispell.el (ispell-local-dictionary-alist): New variable for
4969 customizing local dictionaries not accessable by everyone.
4970 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
4971 (ispell-required-version): Changed format `(major minor
4972 revision)' to support general pattern matching.
4973 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
4974 skip region commented out due to incorrect skip potential in std latex.
4975 (ispell-word): Removed `when' macro. Fixed bug of not restoring
4976 cursor point on small words for calls from `ispell-minor-mode'.
4977 (check-ispell-version): Tests and accepts versions major.minor
4978 and above, with adjustments for interactions in 3.1.0-3.1.11.
4979 (ispell-get-line): No longer skips ispell process special characters.
4980 (ispell-comments-and-strings): Removed `when' macro call.
4981 (ispell-minor-check): Requires ispell-word to restore cursor point.
4982 (ispell-buffer-local-parsing): Supports checking comments only.
4983
4984 1999-05-08 Karl Heuer <kwzh@gnu.org>
4985
4986 * comint.el (comint-password-prompt-regexp): Fix last change to be
4987 more specific.
4988
4989 1999-05-07 Richard M. Stallman <rms@gnu.org>
4990
4991 * subr.el (with-temp-message): Fix the other call to message
4992 to use %s.
4993
4994 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
4995
4996 * gud.el (gud-format-command): "%F" means file sans extension.
4997 (jdb): Use %F, not %f, for gud-break.
4998
4999 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
5000
5001 * comint.el (comint-password-prompt-regexp): Modified so that it
5002 matches the output of kinit.
5003
5004 1999-05-06 Greg Stark <gsstark@mit.edu>
5005
5006 * timezone.el (timezone-parse-date): Recognize new format used in
5007 internet cookies.
5008
5009 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
5010
5011 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
5012
5013 1999-05-04 Andrew Innes <andrewi@gnu.org>
5014
5015 * time.el (display-time-update): Allow for wrap-around when
5016 checking against display-time-server-down-time.
5017
5018 1999-05-04 Ken'ichi Handa <handa@gnu.org>
5019
5020 * international/mule-diag.el (describe-coding-system): Fix English
5021 message.
5022
5023 1999-05-03 Jason Rumney <jasonr@altavista.net>
5024
5025 * term/w32-win.el: Change the x-charset-registry property for the
5026 Japanese charsets that are supported by Japanese Windows fonts.
5027
5028 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5029
5030 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
5031 diary-block diary entries for which the reminders and the diary
5032 entries can overlap.
5033
5034 1999-05-02 Jason Rumney <jasonr@altavista.net>
5035
5036 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
5037 matches the font selected in the dialog.
5038
5039 1999-05-02 Dave Love <fx@gnu.org>
5040
5041 * browse-url.el (browse-url-browser-function): Add :version.
5042
5043 * international/mule.el (auto-coding-alist): Add .tgz.
5044
5045 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
5046
5047 * international/codepage.el (cp-coding-system-for-codepage-1):
5048 Make the magnification parameter for the -dos encoder be 2.
5049
5050 1999-05-2 Andrew Innes <andrewi@gnu.org>
5051
5052 * term/w32-win.el (w32-drag-n-drop): Select file in window where
5053 it is dropped, rather than current window.
5054
5055 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
5056 after switching buffer, as case-fold-search is a buffer local
5057 variable.
5058
5059 * w32-fns.el (convert-standard-filename): Only convert directory
5060 separators to backslash if the interactive shell is one of the
5061 standard Windows shells that has DOS semantics.
5062
5063 * ls-lisp.el (ls-lisp-format-time): Trap errors from
5064 format-time-string, and return a suitable string to indicate the
5065 timestamp was invalid.
5066
5067 * hexl.el (hexlify-command): Apply shell-quote-argument after
5068 expanding hexl-program in case exec-directory contains a space.
5069 (dehexlify-command): Ditto.
5070
5071 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
5072 file extension regexps which aren't necessarily binary files.
5073 (direct-print-region-helper): Use subst-char-in-string instead of
5074 binding directory-sep-char to convert filenames to DOS syntax.
5075 (direct-print-region-use-command-dot-com): New variable.
5076 (direct-print-region-helper): Use it to control whether to invoked
5077 command.com to print on Windows 9x.
5078
5079 * browse-url.el (browse-url-browser-function): Default to
5080 browse-url-default-windows-browser on windows-nt.
5081 (browse-url-default-windows-browser): New function.
5082
5083 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5084
5085 * forms.el (forms-mode): Don't call forms-first-record or
5086 forms-last-record if the data file has zero records.
5087
5088 1999-04-29 Richard M. Stallman <rms@gnu.org>
5089
5090 * files.el (find-file-noselect-1): If buffer-file-name has changed
5091 after find-file-not-found-hooks runs, recompute the truename.
5092 And don't use FILENAME after that point.
5093
5094 1999-04-27 Dave Love <fx@gnu.org>
5095
5096 * paren.el (show-paren-mode)
5097 * which-func.el (which-func-mode-global)
5098 * type-break.el (type-break-mode)
5099 * time.el (display-time-mode)
5100 * rsz-mini.el (resize-minibuffer-mode)
5101 * mouse-sel.el (mouse-sel-mode)
5102 * icomplete.el (icomplete-mode)
5103 * hscroll.el (hscroll-global-mode)
5104 * help.el (temp-buffer-resize-mode)
5105 * font-lock.el (global-font-lock-mode)
5106 * delsel.el (delete-selection-mode)
5107 * avoid.el (mouse-avoidance-mode)
5108 * autoinsert.el (auto-insert-mode)
5109 * winner.el (winner-mode): Doc fix.
5110
5111 1999-04-26 Karl Heuer <kwzh@gnu.org>
5112
5113 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
5114 the same whitespace that was ignored in choosing the subject string.
5115
5116 1999-04-26 Richard M. Stallman <rms@gnu.org>
5117
5118 * info.el (Info-find-node): Position properly after finding anchor.
5119
5120 * cus-start.el (all): Handle unibyte-display-via-language-environment.
5121
5122 * simple.el (indent-new-comment-line): Fix previous change.
5123
5124 * complete.el: Delete the wildcard expansion feature
5125 since that is now standard in find-file.
5126 (PC-try-load-many-files): Function deleted.
5127 (PC-after-load-many-files): Function deleted.
5128 (PC-many-files-list): Variable deleted.
5129 (PC-disable-wildcards): Variable deleted.
5130 (partial-completion-mode): Don't enable the wildcard feature.
5131
5132 * complete.el (PC-look-for-include-file): Don't set global variables
5133 `error', `buf' and `filename' here.
5134
5135 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
5136
5137 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
5138
5139 * textmodes/outline.el (outline-regexp): Doc fix.
5140
5141 1999-04-26 John Wiegley <johnw@borland.com>
5142
5143 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5144 C++Builder 4.0 error message syntax.
5145
5146 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
5147
5148 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
5149 supported, use find -exec.
5150
5151 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
5152
5153 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
5154 coding-system-for-write, to avoid hanging when non-interactive.
5155
5156 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
5157
5158 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
5159 start with a newline.
5160
5161 1999-04-13 Ken'ichi Handa <handa@gnu.org>
5162
5163 * international/mule-conf.el (x-ctext): New coding system.
5164
5165 1999-04-12 Richard M. Stallman <rms@gnu.org>
5166
5167 * international/mule-cmds.el (input-method-function):
5168 Add permanent-local property.
5169
5170 1999-04-12 Dave Love <fx@gnu.org>
5171
5172 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
5173 change to use jka-compr-byte-compiler-base-file-name.
5174
5175 * supercite.el (sc-scan-info-alist): Revert last change.
5176 (sc-attrib-selection-list): Fix :type here instead.
5177
5178 1999-04-11 Eli Zaretskii <eliz@gnu.org>
5179
5180 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
5181 in the list of case-insensitive filesystems.
5182
5183 1999-04-09 Kenichi Handa <handa@etl.go.jp>
5184
5185 * international/fontset.el (create-fontset-from-fontset-spec):
5186 Don't register duplicated alias fontset names.
5187
5188 1999-04-08 Richard Stallman <rms@gnu.org>
5189
5190 * international/mule.el (auto-coding-alist-lookup): New function.
5191 (set-auto-coding): Use auto-coding-alist-lookup.
5192
5193 * jka-compr.el (jka-compr-insert-file-contents):
5194 Use auto-coding-alist-lookup to check for files that
5195 should not have eol conversion, in the unibyte case.
5196
5197 1999-04-07 Dave Love <fx@gnu.org>
5198
5199 * help.el (describe-variable): Check custom-loads property as well
5200 as custom-type.
5201
5202 * abbrev.el (abbrev-mode): Customizing sets the default value.
5203
5204 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
5205
5206 * vc.el (vc-backend-revert): For CVS files that were made
5207 writeable with "cvs edit", call "cvs unedit" to undo that.
5208
5209 1999-04-08 Dave Love <fx@gnu.org>
5210
5211 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
5212 more.
5213 (sc-emacs-features): Recognize Emacs 20.
5214 (sc-read-string): Use history arg.
5215 (sc-scan-info-alist): Check for rtnvalue a cons.
5216
5217 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
5218
5219 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
5220 coding system to encode the message by
5221 select-message-coding-system.
5222
5223 1999-04-07 Richard Stallman <rms@gnu.org>
5224
5225 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
5226
5227 * winner.el: Reorder definitions.
5228
5229 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
5230
5231 * mail/rmail.el (rmail-decode-babyl-format):
5232 Undo previous change.
5233
5234 1999-04-06 Richard Stallman <rms@gnu.org>
5235
5236 * info.el (Info-find-node): Check for an anchor at the
5237 proper place, before reading an indirect file.
5238
5239 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
5240
5241 * jka-compr.el (jka-compr-insert-file-contents):
5242 Use raw-text-unix when we want no conversion.
5243
5244 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
5245
5246 * timezone.el (timezone-parse-date): Corrected regexp for
5247 style (5) date format so that tenths of seconds are optional.
5248
5249 1999-04-05 Eli Zaretskii <eliz@gnu.org>
5250
5251 * term/internal.el (dos-cpNNN-setup): New function, with the guts
5252 of dos-codepage-setup.
5253 (cjk-codepages-alist): New variable, an alist of Far-Eastern
5254 codepages for which there's no need to set up cpNNN coding
5255 systems.
5256 (dos-codepage-setup): Support Far-Eastern DOS terminals.
5257
5258 1999-04-05 Richard Stallman <rms@gnu.org>
5259
5260 * mail/rmail.el (rmail-ignored-headers): Doc fix.
5261
5262 1999-04-02 Richard Stallman <rms@gnu.org>
5263
5264 * progmodes/compile.el (compilation-handle-exit): Do right thing
5265 if (car status) doesn't end in a newline.
5266
5267 1999-04-01 Dave Love <fx@gnu.org>
5268
5269 * progmodes/sql.el (SQL): Add defgroup :version.
5270
5271 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5272
5273 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
5274 buffer-file-coding-system. If the coding system used is raw-text,
5275 etc., make the *Compiler Input* buffer unibyte.
5276
5277 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
5278
5279 * loadup.el: Don't write the fns-...el file if not dumping.
5280
5281 1999-03-31 Dave Love <fx@gnu.org>
5282
5283 * snmp-mode.el (snmp): Fix defgroup :version.
5284
5285 * hilit-chg.el (highlight-changes): Add defgroup :version.
5286
5287 1999-03-31 Andreas Schwab <schwab@gnu.org>
5288
5289 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
5290 the gnus-save-hidden-threads macro.
5291
5292 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
5293
5294 * faces.el (face-set-after-frame-default): Obey the
5295 `customized-face' for new faces.
5296
5297 1999-03-30 Dave Love <fx@gnu.org>
5298
5299 * international/mule-cmds.el (current-language-environment): Doc fix.
5300 * abbrev.el (abbrev-mode): Doc fix.
5301 * autoinsert.el (auto-insert-mode): Doc fix.
5302 * complete.el (partial-completion-mode): Doc fix.
5303 * avoid.el (mouse-avoidance-mode): Doc fix.
5304 * delsel.el (delete-selection-mode): Doc fix.
5305 * font-lock.el (global-font-lock-mode): Doc fix.
5306 * help.el (temp-buffer-resize-mode): Doc fix.
5307 * hscroll.el (hscroll-global-mode): Doc fix.
5308 * icomplete.el (icomplete-mode): Doc fix.
5309 * mouse-sel.el (mouse-sel-mode): Doc fix.
5310 * paren.el (show-paren-mode): Doc fix.
5311 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
5312 * time.el (display-time-mode): Doc fix.
5313 * type-break.el (type-break-mode): Doc fix.
5314 * which-func.el (which-func-mode-global): Doc fix.
5315 * winner.el (winner-mode): Doc fix.
5316
5317 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
5318
5319 * wid-edit.el (widget-before-change): Signal text-read-only rather
5320 than an ordinary error.
5321
5322 1999-03-30 Richard M. Stallman <rms@gnu.org>
5323
5324 * repeat.el: Don't require advice.
5325 (repeat): Do function-indirection in check for kbd macro.
5326 In self-insert case, use the *last* char in INSERTION.
5327
5328 1999-03-30 Karl Heuer <kwzh@gnu.org>
5329
5330 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
5331
5332 1999-03-29 Andreas Schwab <schwab@gnu.org>
5333
5334 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
5335 comint-input-filter-functions. Make variables related to shell
5336 directory tracking local.
5337
5338 1999-03-26 Andreas Schwab <schwab@gnu.org>
5339
5340 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
5341
5342 * simple.el (shell-command-on-region): Cope with exit-status being
5343 nil, which happens if call-process-region was interrupted.
5344
5345 1999-03-26 Richard M. Stallman <rms@gnu.org>
5346
5347 * simple.el (indent-new-comment-line): Handle use at a point
5348 after a comment-end. Handle multiple comments.
5349
5350 * mail/rmail.el (rmail-decode-babyl-format):
5351 To prevent locking, bind buffer-file-name to nil.
5352
5353 1999-03-26 Karl Fogel <kfogel@red-bean.com>
5354
5355 * mail-hist.el (mail-hist-current-header-name): Don't make
5356 off-by-one-error when determining if in message body.
5357
5358 1999-03-25 Andrew Innes <andrewi@gnu.org>
5359
5360 * w32-fns.el (set-default-process-coding-system): Copied from
5361 dos-w32.el, but modified to use Unix line endings for process
5362 input, and to add a suitable entry to process-coding-system-alist
5363 for DOS shells.
5364
5365 * dos-fns.el (set-default-process-coding-system): Copied from
5366 dos-w32.el.
5367
5368 * dos-w32.el (set-default-process-coding-system): Move function to
5369 dos-fns.el; a different version is used in w32-fns.el.
5370
5371 1999-03-24 Dave Love <fx@gnu.org>
5372
5373 * info.el (Info-directory-list): Revert change to re-writing
5374 Info-default-directory-list, but put `alternative' first.
5375 (Info-insert-dir): Modify selecting the top dir file as a consequence.
5376
5377 1999-03-23 Simon Marshall <simon@gnu.org>
5378
5379 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
5380 on the line by itself.
5381 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
5382 it is not in a declarative context.
5383
5384 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
5385
5386 * cus-edit.el (custom-variable-prompt): Allow customization of
5387 autoloaded symbols.
5388
5389 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
5390
5391 * simple.el (what-cursor-position): Don't cause error when point
5392 is at invalid multibyte sequence.
5393
5394 1999-03-21 Karl Heuer <kwzh@gnu.org>
5395
5396 * complete.el (partial-completion-mode): Doc fix.
5397
5398 1999-03-19 Richard M. Stallman <rms@gnu.org>
5399
5400 * progmodes/cplus-md.el (old-c++): Remove :group.
5401
5402 * progmodes/c-mode.el (old-c): Remove :group.
5403
5404 1999-03-18 Simon Marshall <simon@gnu.org>
5405
5406 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
5407 (java-font-lock-keywords-2): Added "strictfp" keyword.
5408
5409 1999-03-17 Jason Rumney <jasonr@altavista.net>
5410
5411 * w32-fns.el (set-w32-system-coding-system) New function.
5412 (w32-system-coding-system) Initialize to 'iso-latin-1.
5413
5414 1999-03-17 Eli Zaretskii <eliz@gnu.org>
5415
5416 * international/mule-cmds.el (set-language-environment): Fix
5417 previous change: don't use dos-codepage when unbound.
5418
5419 1999-03-17 Karl Heuer <kwzh@gnu.org>
5420
5421 * calendar/appt.el (appt-make-list): Fix previous change.
5422
5423 1999-03-16 Richard M. Stallman <rms@gnu.org>
5424
5425 * window.el (shrink-window-if-larger-than-buffer):
5426 Don't try to redisplay with the cursor at the end
5427 on its own line--that would force a scroll and spoil things.
5428
5429 1999-03-16 Eli Zaretskii <eliz@gnu.org>
5430
5431 * international/mule-cmds.el (set-language-environment): Don't use
5432 cpNNN-nonascii-translation-table if it is unbound.
5433
5434 * term/internal.el (dos-codepage-setup): Compute the unibyte
5435 syntax table and bind unibyte-display-via-language-environment
5436 here, rather than at top level, so that resetting to unibyte in
5437 .emacs works as expected.
5438
5439 1999-03-15 Simon Marshall <simon@gnu.org>
5440
5441 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
5442
5443 1999-03-14 Milan Zamazal <pdm@pvt.net>
5444
5445 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
5446
5447 1999-03-14 Kenichi Handa <handa@etl.go.jp>
5448
5449 * international/mule-util.el (detect-coding-with-priority):
5450 Restore the internal database.
5451
5452 1999-03-14 Stephen Eglen <stephen@gnu.org>
5453
5454 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
5455 if mail-from-style has invalid value.
5456
5457 1999-03-12 Karl Heuer <kwzh@gnu.org>
5458
5459 * vc.el (vc-delete-logbuf-window): New var.
5460 (vc-finish-logentry): Use it.
5461
5462 1999-03-12 Richard M. Stallman <rms@gnu.org>
5463
5464 * startup.el (command-line-1): Improve startup msg.
5465
5466 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
5467
5468 * speedbar.el: Added commentary about stealthy functions.
5469 (speedbar-message) new function.
5470 (speedbar-y-or-n-p): New function
5471 (speedbar-with-attached-buffer) Moved macro before reference.
5472 Now uses `save-selected-window'.
5473 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
5474 speedbar-generic-item-info, speedbar-item-info-file-helper,
5475 speedbar-item-delete, speedbar-insert-generic-list,
5476 speedbar-timer-fn, speedbar-check-vc-this-line,
5477 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
5478 speedbar-buffers-item-info) Use speedbar-message.
5479 (speedbar-item-info) Limit `message-log-max'.
5480 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
5481 speedbar-item-delete, speedbar-item-object-delete,
5482 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
5483
5484 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
5485
5486 * server.el (server-start): Set coding system for the server
5487 process to raw-text.
5488 (server-process-filter): Decode file names if necessary.
5489
5490 1999-03-12 Dave Love <fx@gnu.org>
5491
5492 * textmodes/fill.el (sentence-end-double-space): Doc fix.
5493
5494 * textmodes/paragraphs.el (sentence-end): Doc fix.
5495
5496 1999-03-11 Karl Heuer <kwzh@gnu.org>
5497
5498 * comint.el (comint-password-prompt-regexp): Accept "login password:"
5499
5500 1999-03-09 Karl Heuer <kwzh@gnu.org>
5501
5502 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
5503 (ispell-dictionary-alist-2): Likewise.
5504 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
5505 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
5506 (ispell-dictionary-alist): Build from six pieces, not just two.
5507
5508 * ps-bdf.el (bdf-directory-list): Doc fix.
5509
5510 * enriched.el (enriched-mode): Make var permanent-local.
5511
5512 1999-03-09 Dave Love <fx@gnu.org>
5513
5514 * textmodes/sgml-mode.el (html-mode): Use
5515 sentence-end-double-space when setting sentence-end.
5516
5517 1999-03-09 Ken'ichi Handa <handa@gnu.org>
5518
5519 * language/thai.el (tis-620): New alias coding system for thai-tis620.
5520
5521 1999-03-08 Felix Lee <flee@cygnus.com>
5522
5523 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
5524
5525 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
5526
5527 1999-03-08 Karl Heuer <kwzh@gnu.org>
5528
5529 * dired-aux.el (dired-do-copy-regexp): Doc fix.
5530 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5531
5532 * dired.el (dired-do-copy-regexp): Doc fix.
5533 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5534
5535 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
5536
5537 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
5538
5539 1999-03-08 Jason Rumney <jasonr@altavista.net>
5540
5541 * international/codepage.el (cp1250-decode-table)
5542 (cp1251-decode-table, cp1253-decode-table)
5543 (cp1257-decode-table): New translation tables for MS Windows codepages.
5544 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
5545
5546 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
5547
5548 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
5549
5550 1999-03-07 Eli Zaretskii <eliz@gnu.org>
5551
5552 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
5553
5554 * term/internal.el (top level): Display character 255 as 8bit as well.
5555
5556 1999-03-06 Dave Love <fx@gnu.org>
5557
5558 * progmodes/cc-cmds.el (c-outline-level): Bind
5559 buffer-invisibility-spec.
5560
5561 * progmodes/c-mode.el (c-outline-level): Likewise.
5562
5563 * progmodes/ada-mode.el (ada-outline-level): Likewise.
5564
5565 1999-03-05 Felix Lee <flee@cygnus.com>
5566
5567 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
5568
5569 1999-03-05 Richard M. Stallman <rms@gnu.org>
5570
5571 * bindings.el (complete-symbol): Invert meaning of prefix arg.
5572
5573 1999-03-05 Andrew Innes <andrewi@gnu.org>
5574
5575 * w32-fns.el (convert-standard-filename): Convert directory
5576 separators to Windows format.
5577
5578 1999-03-05 Andreas Schwab <schwab@gnu.org>
5579
5580 * international/skkdic-cnv.el: Provide skkdic-cnv.
5581 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
5582 (batch-skkdic-convert): Doc fix.
5583
5584 1999-03-04 Dave Love <fx@gnu.org>
5585
5586 * custom.el (custom-set-variables): Protect against setter errors.
5587
5588 1999-03-04 Eli Zaretskii <eliz@gnu.org>
5589
5590 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
5591 the file sizes from overflowing.
5592 (ls-lisp-format): If file size is a float, use %8.0f to print it.
5593 Under -s, print the size in blocks with %4.0f, in case they have
5594 a *really* huge file.
5595
5596 1999-03-03 Dave Love <fx@gnu.org>
5597
5598 * options.el (edit-options): Doc fix.
5599 (list-options): Don't lose with unbound symbols. Maintain
5600 Edit-options-mode.
5601
5602 1999-03-01 Dave Love <fx@gnu.org>
5603
5604 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
5605
5606 1999-02-28 Richard M. Stallman <rms@gnu.org>
5607
5608 * ispell.el (ispell-dictionary-alist-override): New variable.
5609 (ispell-dictionary-alist): Don't setq it,
5610 if ispell-dictionary-alist-override is set.
5611
5612 * simple.el (shell-command-default-error-buffer): Renamed from
5613 shell-command-on-region-default-error-buffer.
5614 (shell-command-on-region): Mention in echo area when there
5615 is some error output. Mention success or failure, too.
5616 Accumulate multiple error outputs
5617 going forward, with formfeed in between. Display the error buffer
5618 when we have put something in it.
5619 (shell-command): Add the ERROR-BUFFER argument feature.
5620
5621 1999-02-28 Karl Heuer <kwzh@gnu.org>
5622
5623 * mail/mh-utils.el (mh-lib): Doc fix.
5624 (mh-lib-progs, mh-nmh-p): New vars.
5625 (mh-find-progs): Set mh-lib-progs along with other vars.
5626 (mh-path-search): New arg FUNC-P; if specified, use that instead
5627 of mh-file-command-p.
5628 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
5629
5630 * mail/mh-comp.el (mh-repl-formfile): New var.
5631 (mh-smail-batch): Don't ignore all arguments.
5632 (mh-reply): Do the right thing when using nmh.
5633
5634 1999-02-27 Kenichi Handa <handa@etl.go.jp>
5635
5636 * international/mule-cmds.el (select-safe-coding-system): Be sure
5637 to show a buffer being decoded.
5638
5639 1999-02-26 Ken'ichi Handa <handa@gnu.org>
5640
5641 * ps-bdf.el (bdf-directory-list): Initialize it to
5642 '("/usr/local/share/emacs/fonts/bdf").
5643
5644 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5645
5646 * ps-print.el: PostScript programming fix.
5647 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
5648 setpagedevice operator).
5649
5650 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5651
5652 * ps-print.el: Doc fix, font size specifies landscape and portrait
5653 sizes.
5654 (ps-print-version): New version number (4.1.4).
5655 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
5656 Specifies landscape and portrait sizes.
5657 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
5658 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
5659 fix.
5660 (ps-get-font-size): New fun.
5661 (ps-font-size-internal, ps-header-font-size-internal)
5662 (ps-header-title-font-size-internal): New vars.
5663
5664 * ps-mule.el: Change of ps-print font size variable name.
5665 (ps-mule-generate-font): Fun fix.
5666 (ps-mule-begin-job): Programming uniformization.
5667
5668 1999-02-25 Dave Love <fx@gnu.org>
5669
5670 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
5671 (help-make-xrefs): Do Info case first.
5672
5673 * repeat.el: Don't require advice.
5674 (repeat-last-kill-command): Variable deleted.
5675
5676 1999-02-25 Richard Stallman <rms@gnu.org>
5677
5678 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
5679 case just because the current buffer is the output buffer.
5680
5681 1999-02-25 Kenichi Handa <handa@etl.go.jp>
5682
5683 * simple.el (what-cursor-position): To show the character's
5684 encoding, use encoded-string-description instead of information
5685 of chaset-origin-alist.
5686
5687 * international/mule-cmds.el (iso-2022-control-alist): New variable.
5688 (encoded-code-description): New function.
5689 (encoded-string-description): New function.
5690 (encode-coding-char): New function.
5691
5692 1999-02-25 Andrew Innes <andrewi@gnu.org>
5693
5694 * startup.el (command-line) [windows-nt]: Fix typo in regexp
5695 checking for .emacs[.el[c]].
5696
5697 1999-02-24 Richard Stallman <rms@gnu.org>
5698
5699 * help.el (describe-function-1): Don't print a whole lambda-function.
5700
5701 1999-02-23 Ken'ichi Handa <handa@gnu.org>
5702
5703 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
5704 inputting ?\240.
5705
5706 1999-02-23 Karl Heuer <kwzh@gnu.org>
5707
5708 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
5709
5710 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
5711 (clean-buffer-list-kill-buffer-names): Doc fix.
5712
5713 * gud.el (gud-jdb-massage-args): Spelling fix.
5714
5715 1999-02-23 Richard M. Stallman <rms@gnu.org>
5716
5717 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
5718
5719 1999-02-22 Eli Zaretskii <eliz@gnu.org>
5720
5721 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
5722 excursion while calling set-auto-coding-function.
5723
5724 * play/handwrite.el (handwrite): Require ps-print, and use
5725 ps-printer-name and ps-lpr-command. Call ps-print-region-function
5726 if it's defined, instead of forking ps-lpr-command unconditionally.
5727
5728 1999-02-22 Kenichi Handa <handa@etl.go.jp>
5729
5730 * international/codepage.el (cp-coding-system-for-codepage-1): Put
5731 charset-origin-alist property to a coding system for the codepage.
5732
5733 * international/mule.el: Modify comment for charset-origin-alist
5734 property of a coding system.
5735
5736 * simple.el (what-cursor-position): charset-origin-alist property
5737 of a coding system may be a translation table or a symbol of which
5738 `translation-table' property is a translation table.
5739
5740 1999-02-21 Richard Stallman <rms@gnu.org>
5741
5742 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
5743 to the "html" template.
5744
5745 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
5746
5747 * dirtrack.el (dirtrack): Added docstring. Now returns input.
5748
5749 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
5750
5751 * dirtrack.el (dirtrack): Check for the prompt in the input string
5752 instead of the buffer.
5753
5754 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
5755
5756 * sql.el: Set version to 1.4.1. Changed mail address to
5757 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
5758 (sql-input-ring-separator): Doc fix.
5759 (sql-mode-syntax-table): double-dash starts comments is defined as
5760 ". 56" instead of ". 12b" for XEmacs.
5761 (sql-stop, sql-interactive-mode): Doc fixes.
5762 (sql-postgres): Queries for database and server, not just one.
5763 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
5764
5765 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
5766 changed. This is needed for master.el to work.
5767 (sql-set-sqli-buffer): Use the new hook.
5768
5769 * sql.el (sql-make-alternate-buffer-name): Function that sets
5770 sql-alternate-buffer-name.
5771 (sql-alternate-buffer-name): Possible name of SQLi buffers.
5772 (sql-interactive-mode): Set sql-alternate-buffer-name.
5773 (sql-rename-buffer): New command.
5774 (sql-interactive-mode-menu): Menu for SQLi buffers.
5775
5776 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
5777 and sql-input-ring-file-name are used to temporarily set
5778 comint-input-ring-file-name and comint-input-ring-separator when
5779 reading and writing input history files.
5780
5781 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
5782 (sql-input-ring-file-name): New variable with customization.
5783 (sql-input-ring-separator): New variable with customization.
5784 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
5785 Callers changed.
5786 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
5787 now includes the name of the current buffer.
5788
5789 (sql-mode): Set paragraph-separate and paragraph-start so that
5790 sql-send-paragraph sends the entire SQL statements, even if it
5791 contains indented lines.
5792
5793 1999-02-18 Dave Love <fx@gnu.org>
5794
5795 * format.el (format-encode-run-method, format-decode-run-method):
5796 Fix previous change.
5797
5798 1999-02-18 Ken'ichi Handa <handa@gnu.org>
5799
5800 * international/mule.el (coding-system-list): Moved here from
5801 mule-util.el to avoid autoloading mule-util by the call of
5802 select-safe-coding-system.
5803
5804 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
5805
5806 * simple.el (turn-on-auto-fill): Mark it as an option for
5807 `text-mode-hook'.
5808
5809 1999-02-17 Richard Stallman <rms@gnu.org>
5810
5811 * emacs-lisp/easymenu.el (easy-menu-get-map):
5812 Don't crash if (current-local-map) is nil.
5813
5814 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
5815
5816 * filecache.el (file-cache-filter-regexps): Added .class.
5817
5818 1999-02-17 Ken'ichi Handa <handa@gnu.org>
5819
5820 * international/mule-util.el (decompose-region): Use
5821 insert-buffer-substring instead of insert-buffer to avoid putting
5822 mark.
5823
5824 1999-02-17 Andreas Schwab <schwab@gnu.org>
5825
5826 * calendar/cal-move.el (scroll-calendar-left): Don't set
5827 displayed-month and displayed-year here, let generate-calendar do
5828 it, after range checking.
5829
5830 1999-02-17 Simon Marshall <simon@gnu.org>
5831
5832 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
5833
5834 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
5835 correctly between an object declared via a constructor and a method.
5836 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
5837 (java-font-lock-keywords-1): Fontify package names individually.
5838 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
5839 (java-font-lock-keywords-2): Simplify type fontification.
5840 (java-font-lock-keywords-3): Likewise.
5841
5842 1999-02-17 Kenichi Handa <handa@etl.go.jp>
5843
5844 * language/japanese.el (iso-2022-jp-2): New coding system.
5845 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
5846
5847 1999-02-16 Dave Love <fx@gnu.org>
5848
5849 * help.el (describe-function-1): Accept non-symbols.
5850
5851 1999-02-16 Paul Eggert <eggert@twinsun.com>
5852
5853 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
5854 find the last match if there are multiple matches.
5855
5856 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5857
5858 * tex-mode.el (tex-run-command, latex-run-command)
5859 (slitex-run-command, tex-command): Doc changes.
5860 (tex-start-options-string): Autoload it. Doc change. Provide
5861 a menu for customization. Allow nil. Quote backslashes only once.
5862 (tex-start-tex): Handle nil value of tex-start-options-string
5863 and apply shell-quote-argument to it.
5864
5865 1999-02-16 Eli Zaretskii <eliz@gnu.org>
5866
5867 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
5868 the size in blocks, since it can be a float.
5869 (ls-lisp-format): Likewise
5870
5871 1999-02-16 Ken'ichi Handa <handa@gnu.org>
5872
5873 * language/japanese.el (japanese-shift-jis): Add
5874 charset-origin-alist property.
5875
5876 1999-02-15 Richard Stallman <rms@gnu.org>
5877
5878 * progmodes/compile.el (compile-internal): Use save-selected-window.
5879
5880 * subr.el (momentary-string-display): Bind inhibit-read-only.
5881
5882 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
5883
5884 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
5885
5886 * mail/rmail.el (rmail-show-message): If an unseen message has a
5887 Summary-line in its header, get past one more line before looking
5888 for the X-Coding-System header.
5889
5890 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
5891
5892 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
5893 explicitly to accomodate Windows 9X lack of a useful copy program.
5894
5895 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
5896
5897 * wid-edit.el (widget-choice-value-create): Use `equal'
5898 instead of `eq'.
5899
5900 1999-02-14 Richard Stallman <rms@gnu.org>
5901
5902 * international/iso-transl.el:
5903 (iso-transl-ae): Renamed from iso-transl-e-slash.
5904 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
5905 (iso-transl-AE): Renamed from iso-transl-E-slash.
5906 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
5907 (iso-transl-char-map): Related changes.
5908
5909 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
5910
5911 1999-02-13 Richard Stallman <rms@gnu.org>
5912
5913 * textmodes/texinfmt.el (texinfo-alias): New function.
5914 (texinfo-fold-nodename-case): Add defvar.
5915 (texinfo-format-node): Do case folding if specified.
5916
5917 * ffap.el (ffap-file-at-point): Test local file names
5918 immediately. Strip off line numbers.
5919
5920 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
5921
5922 * sql.el: Set version to 1.3.2
5923 (sql-solid-program): Added support for solid.
5924 (sql-help): Doc mentions sql-solid.
5925 (sql-solid): Entry function for Solid.
5926 (sql-buffer): Doc explains the use of the variable and how to
5927 change it.
5928 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
5929 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
5930 disabled if sql-buffer doesn't have a process; sql-send-paragraph
5931 is new.
5932 (sql-show-sqli-buffer): New function to display the value of
5933 sql-buffer.
5934 (sql-change-sqli-buffer): New function to change sql-buffer.
5935 (sql-mode): Doc explains how to change sql-buffer.
5936 (sql-send-paragraph): New function to send a paragraph.
5937 (sql-mode-map): Added keybinding for sql-send-paragraph.
5938 (sql-mysql): Doc corrected.
5939 (sql-ms): Doc corrected.
5940
5941 * sql.el (sql-server): Doc fix.
5942 (sql-mysql): Added the use of sql-server to specify the host,
5943 sql-database now specifies database instead of host.
5944 (sql-mode-menu): Send... menu items are only active if sql-buffer
5945 is non-nil.
5946 (sql-help): Changed tag of entry functions a bit.
5947
5948 * sql.el: Added keywords from `finder-by-keyword'.
5949 (sql-mode): Made sql-buffer a local variable, changed the
5950 documentation: removed instructions to add *.sql files to
5951 auto-mode-alist, added documentation for having mutliple SQL
5952 buffers sending their stuff to different SQLi buffers, each
5953 running a different process.
5954 (sql-postgres): Quoted *SQL* in doc string.
5955 (sql-ms): Likewise.
5956 (sql-ingres): Likewise.
5957 (sql-ingres): Quoted *SQL* in doc string, added references to
5958 sql-user and sql-password used during login.
5959 (sql-sybase): Quoted *SQL* in doc string, added comma.
5960 (sql-oracle): Likewise.
5961 (sql-interactive-mode): Added extensive documentation for having
5962 mutliple SQL buffers sending their stuff to different SQLi
5963 buffers, each running a different process.
5964 (sql-buffer): Changed doc from *SQL* to SQLi.
5965 (sql-get-login): Doc fix.
5966
5967 1999-02-12 Ken'ichi Handa <handa@gnu.org>
5968
5969 * international/mule-conf.el (undecided): Set ascii in
5970 safe-charsets property.
5971
5972 1999-02-12 Richard Stallman <rms@gnu.org>
5973
5974 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
5975
5976 1999-02-12 Ken'ichi Handa <handa@gnu.org>
5977
5978 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
5979 value to ps-mule-font-info-database-latin.
5980
5981 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
5982
5983 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
5984 (ps-mule-font-info-database-default): New variable.
5985 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
5986 ps-mule-font-info-database-default.
5987
5988 1999-02-12 Dave Love <fx@gnu.org>
5989
5990 * timezone.el (timezone-make-date-sortable)
5991 (timezone-make-date-arpa-standard): Doc fix.
5992
5993 1999-02-12 Ken'ichi Handa <handa@gnu.org>
5994
5995 * international/quail.el (quail-show-kbd-layout): Bind
5996 blink-matching-paren to nil.
5997
5998 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
5999 for ASCII and Latin-1.
6000
6001 1999-02-12 Andreas Schwab <schwab@gnu.org>
6002
6003 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
6004
6005 1999-02-12 Kenichi Handa <handa@etl.go.jp>
6006
6007 * international/mule-cmds.el (language-info-alist): Remove
6008 description about charset-origin-alist.
6009
6010 * international/mule.el: Comment added for a new coding system
6011 property `charset-origin-alit'.
6012 (make-translation-table): This variable deleted.
6013
6014 * language/chinese.el (chinese-big5): Add charset-origin-alist
6015 property.
6016 ("Chinese-CNS"): Remove charset-origin-alist property.
6017
6018 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
6019 property.
6020 (cyrillic-alternativnyj): Likewise.
6021 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
6022 ("Cyrillic-ALT"): Likewise.
6023
6024 * language/vietnamese.el (vietnamese-viqr): Add
6025 charset-origin-alist property.
6026 ("Vietnamese"): Remove charset-origin-alist property.
6027
6028 * simple.el (what-cursor-position): Don't use the varialbe
6029 charset-origin-alist, but use charset-origin-alist property of
6030 buffer-file-coding-system to decide external character set code.
6031
6032 1999-02-10 Richard Stallman <rms@gnu.org>
6033
6034 * shadowfile.el: Don't turn on the mode when the file is loaded.
6035
6036 1999-02-09 Richard Stallman <rms@gnu.org>
6037
6038 * progmodes/compile.el (compile-auto-highlight): Customize.
6039
6040 * add-log.el (add-log-file-name-function): New variable.
6041 (add-change-log-entry): Call that function, if non-nil.
6042
6043 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
6044
6045 * rmail.el (rmail-search): Track match with a marker, not an integer.
6046
6047 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6048
6049 * progmodes/compile.el (compilation-setup): Set value of
6050 compilation-directory-stack as in compilation-forget-errors.
6051 (compile-reinitialize-errors): Bind buffer-undo-list and
6052 deactivate-mark.
6053 (compilation-forget-errors): Likewise.
6054
6055 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
6056
6057 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
6058 def... constructs.
6059
6060 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
6061 Remove calls to sleep-for.
6062
6063 1999-02-08 Eli Zaretskii <eliz@gnu.org>
6064
6065 * international/codepage.el (cp-coding-system-for-codepage-1): On
6066 MS-DOS, use dos-unsupported-char-glyph for characters not
6067 supported by the codepage.
6068 (cp-make-coding-systems-for-codepage): Likewise.
6069
6070 1999-02-08 Andreas Schwab <schwab@gnu.org>
6071
6072 * international/mule-util.el (coding-system-list): Don't sort
6073 coding-system-list here.
6074
6075 * international/mule.el (coding-system-lessp): Moved here from
6076 mule-util.el
6077 (add-to-coding-system-list): New function.
6078 (make-subsidiary-coding-system, make-coding-system,
6079 define-coding-system-alias): Use it instead of setting
6080 coding-system-list directly.
6081
6082 1999-02-07 Dave Love <fx@gnu.org>
6083
6084 * calendar/appt.el (appt-make-list): Don't splice quotes and date
6085 onto message.
6086
6087 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6088
6089 * imenu.el (imenu--last-menubar-index-alist): Add doc.
6090 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
6091
6092 1999-02-06 Richard Stallman <rms@gnu.org>
6093
6094 * language/european.el (setup-slovenian-environment): New function.
6095 ("Slovenian"): New language environment.
6096
6097 * progmodes/sql.el (sql-help): Doc fix.
6098 (sql-mysql): Doc fix.
6099
6100 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6101
6102 * tex-mode.el: When compiling, require compare-w and skeleton
6103 to pacify the byte-compiler. Move the def's of the tex-commands
6104 together. Add a comment on kill-process vs. quit-process.
6105
6106 1999-02-05 Dave Love <fx@gnu.org>
6107
6108 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
6109 null markers.
6110 (compile-goto-error): Likewise.
6111
6112 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
6113
6114 * time-stamp.el (time-stamp-format): Format doc tighter.
6115 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
6116 (time-stamp): Don't re-write the time stamp if it didn't change.
6117
6118 1999-02-05 Alex Schroeder <asc@bsiag.com>
6119
6120 * progmodes/sql.el: Changed version to 1.2.1.
6121 (sql-pop-to-buffer-after-send-region): Improved documentation.
6122 (sql-mysql-program): Added MySQL support.
6123 (sql-prompt-length): Made prompt-length configurable.
6124 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
6125 (sql-help): Added MySQL support, changed documentation.
6126 (sql-send-region): A message is displayed if something is sent.
6127 (sql-mode): Added buffer-local comment-start.
6128 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
6129 (sql-interactive-mode): Added buffer-local comment-start.
6130 (sql-oracle): Set sql-prompt-length.
6131 (sql-sybase): Set sql-prompt-length.
6132 (sql-mysql): Added MySQL support.
6133 (sql-ingres): Set sql-prompt-length.
6134 (sql-ms): Set sql-prompt-length.
6135 (sql-postgres): Set sql-prompt-length.
6136
6137 1999-02-04 Eli Zaretskii <eliz@gnu.org>
6138
6139 * term/internal.el (dos-codepage-setup): Set selection coding
6140 system to cpNNN-dos.
6141
6142 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6143
6144 * international/characters.el: Let ethiopic use iso-2022-7bit.
6145
6146 1999-02-02 Dave Love <fx@gnu.org>
6147
6148 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
6149 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
6150
6151 1999-02-02 Karl Heuer <kwzh@gnu.org>
6152
6153 * terminal.el (terminal-emulator): Doc fix.
6154
6155 1999-02-02 Ken'ichi Handa <handa@gnu.org>
6156
6157 * international/mule-util.el (compose-chars): Doc-string
6158 modified. Correctly handle a composition character in ARGS.
6159
6160 1999-02-01 Richard Stallman <rms@gnu.org>
6161
6162 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
6163 (makefile-menu-index-function): Function deleted.
6164 (makefile-mode): Use makefile-imenu-generic-expression.
6165
6166 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
6167
6168 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
6169 change, invoke from before-init-hook.
6170
6171 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
6172
6173 * subr.el (remove-from-invisibility-spec): Cope with the case when
6174 buffer-invisibility-spec is t.
6175
6176 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
6177
6178 * calendar/calendar.el (calendar-mode-map): Fix bindings for
6179 appt-add and appt-delete.
6180
6181 1999-02-01 Eli Zaretskii <eliz@gnu.org>
6182
6183 * term/pc-win.el (msdos-approximate-color): New function.
6184 (msdos-color-translate): Call it to find a DOS color that best
6185 approximates an X-style "#NNNNNN" color specification.
6186
6187 1999-02-01 Ken'ichi Handa <handa@gnu.org>
6188
6189 * international/mule-util.el (compose-chars-component): Add
6190 autoload cookie.
6191
6192 1999-01-31 Ken'ichi Handa <handa@gnu.org>
6193
6194 * international/quail.el (quail-lookup-key): If cdr of MAP is a
6195 function, replace cdr of MAP by the return value of the function
6196 unconditionally.
6197
6198 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6199
6200 * progmodes/compile.el (compilation-next-error-locus): Don't
6201 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
6202
6203 1999-01-31 Eli Zaretskii <eliz@gnu.org>
6204
6205 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
6206 and NLs before "charset", and allow the charset name be in double
6207 quotes.
6208
6209 1999-01-31 Richard Stallman <rms@gnu.org>
6210
6211 * imenu.el (imenu-sort-function): Fix custom type.
6212
6213 1999-01-30 Richard Stallman <rms@gnu.org>
6214
6215 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
6216 (speedbar-line-token): Likewise.
6217
6218 * play/gametree.el (gametree-default-score): Use defcustom.
6219 (gametree-score-regexp, gametree-score-closer): Likewise.
6220 (gametree-score-manual-flag, gametree-score-opener): Likewise.
6221
6222 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6223
6224 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
6225 decoding.
6226
6227 1999-01-29 Markus Rost <rost@gnu.org>
6228
6229 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
6230 tex-validate-buffer.
6231 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
6232 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
6233 now with recent occur-mode.
6234 (tex-validate-region): Really walk through all Sexps.
6235 (tex-region): Bind shell-dirtrack-verbose.
6236 (tex-file, tex-bibtex-file): Likewise.
6237
6238 1999-01-29 Dave Love <fx@gnu.org>
6239
6240 * finder.el: (finder-commentary): Fix interactive spec. Try
6241 appending .el to file name.
6242 (finder-find-library, finder-commentary): Doc fixes.
6243
6244 1999-01-29 Andrew Innes <andrewi@gnu.org>
6245
6246 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
6247 where the userid contains directory separators.
6248
6249 1999-01-29 Dave Love <fx@gnu.org>
6250
6251 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
6252 (lm-commentary): Doc fix.
6253
6254 1999-01-29 Andreas Schwab <schwab@gnu.org>
6255
6256 * files.el (file-expand-wildcards): Never consider `.' and `..' a
6257 wildcard match. Fix regexp that tests if dirpart contains
6258 wildcard characters.
6259
6260 1999-01-28 Richard Stallman <rms@gnu.org>
6261
6262 * font-lock.el (font-lock-default-unfontify-region):
6263 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
6264
6265 1999-01-27 Jason Rumney <jasonr@altavista.net>
6266
6267 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
6268 from FAMILY field.
6269 (w32-create-initial-fontsets): Do not use before-init-hook.
6270 (mouse-set-font): Document. Automatically create and use fontsets.
6271
6272 * dos-w32.el (direct-print-region-helper): Check for printer
6273 being t as well as a string.
6274
6275 1999-01-27 Kenichi Handa <handa@etl.go.jp>
6276
6277 * mail/rmail.el (rmail-decode-mime-charset): New variable.
6278 (rmail-mime-charset-pattern): New variable.
6279 (rmail-convert-to-babyl-format): Decode by MIME-charset if
6280 rmail-decode-mime-charset is non-nil.
6281
6282 1999-01-27 Ken'ichi Handa <handa@gnu.org>
6283
6284 * international/characters.el: Set category `q' for all characters
6285 in tibetan and tibetan-1-column.
6286
6287 1999-01-27 Andrew Innes <andrewi@gnu.org>
6288
6289 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
6290 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
6291
6292 1999-01-27 Dave Love <fx@gnu.org>
6293
6294 * international/mule-cmds.el (current-language-environment):
6295 Provide :link, :type (choices) and appropriate :get.
6296
6297 1999-01-27 Eli Zaretskii <eliz@gnu.org>
6298
6299 * startup.el (command-line): Set default eol-mnemonic-* strings to
6300 display end-of-line format in mode line.
6301
6302 * cus-start.el (all): Add eol-mnemonic-* variables.
6303
6304 1999-01-26 Dave Love <fx@gnu.org>
6305
6306 * startup.el (command-line-1): Up-date copyright.
6307
6308 * paths.el (Info-default-directory-list): Use configdir twice.
6309
6310 * info.el (Info-directory-list): Don't set path-separator now
6311 we're not shipped with Texinfo. Simplify path definition.
6312 Substitute all occurrences of instdir in Info-default-directory-list.
6313
6314 1999-01-25 Richard Stallman <rms@gnu.org>
6315
6316 * startup.el (normal-top-level-add-subdirs-to-load-path):
6317 Record the inode numbers of the dirs processed, to avoid loop.
6318
6319 * textmodes/tex-mode.el (tex-run-command): Doc fix.
6320
6321 1999-01-25 Dave Love <fx@gnu.org>
6322
6323 * browse-url.el (browse-url-netscape-program): Doc addition.
6324
6325 * help.el (help-make-xrefs): Default info references to an `(emacs)'
6326 prefix.
6327
6328 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
6329 auto-mode-alist.
6330
6331 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6332
6333 * calendar/diary-lib.el (mark-diary-entries): Use
6334 assoc-ignore-case and do not capitalize when matching month and
6335 day names.
6336
6337 * calendar/calendar.el (calendar-read-date): Ditto.
6338
6339 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
6340 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
6341
6342 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
6343
6344 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
6345
6346 * calendar/cal-islam.el (calendar-goto-islamic-date)
6347 (mark-islamic-diary-entries): Ditto.
6348
6349 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
6350
6351 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
6352 (calendar-read-mayan-tzolkin-date): Ditto.
6353
6354 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
6355
6356 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
6357
6358 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
6359
6360 1999-01-25 Karl Heuer <kwzh@gnu.org>
6361
6362 * faces.el (list-faces-display): Multiline case of previous fix.
6363
6364 1999-01-25 Andreas Schwab <schwab@gnu.org>
6365
6366 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
6367
6368 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
6369
6370 * files.el (find-file): If find-file-noselect returns a list,
6371 do switch-to-buffer on each element.
6372 (find-file-other-window): Likewise for all but the first element.
6373 (find-file-other-frame): Same.
6374 (find-file-noselect): When we expand a wildcard, return a list
6375 of buffers.
6376
6377 1999-01-24 Eli Zaretskii <eliz@gnu.org>
6378
6379 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
6380 to set the appropriate cpNNN-dos coding system as the
6381 highest-priority coding system.
6382
6383 1999-01-23 Ken'ichi Handa <handa@gnu.org>
6384
6385 * international/fontset.el (generate-fontset-menu): Return a
6386 sorted list by plain names of fontsets.
6387
6388 * international/mule-diag.el (list-fontsets): Sort fontsets by
6389 plain names.
6390
6391 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
6392 FIRST is a composite character, decompose it at first.
6393
6394 1999-01-23 Dave Love <fx@gnu.org>
6395
6396 * format.el: Doc fixes.
6397 (format-encode-run-method): Have things happen in the right buffer.
6398 Deal with errors from method. Set coding-system-for-write.
6399 (format-decode-run-method): Have things happen in the right buffer.
6400 Deal with errors from method. Set coding-system-for-read.
6401 (format-alist): Use nil instead of unmatchable regexps.
6402
6403 * simple.el (shell-command-on-region): Return command's exit status.
6404
6405 1999-01-23 Eric Ludlam <zappo@gnu.org>
6406
6407 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
6408 of the file whose info we want to display.
6409 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
6410 (speedbar-add-mode-functions-list) Improve doc.
6411 (speedbar-line-token) New function.
6412 (speedbar-dired) Fix order of directories in -shown-directories.
6413 (speedbar-line-path): Default return is default-directory
6414 (speedbar-buffers-line-path): Return is dir name only.
6415 (speedbar-mode-functions-list): New variable.
6416 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
6417 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
6418 speedbar-files-item-info speedbar-buffers-item-info): New functions.
6419 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
6420 New functions.
6421 (speedbar-line-file): Broke out part that fetches file from a line.
6422 (speedbar-line-text): New function extracted from speedbar-line-file.
6423 (speedbar-line-path): Converted into a replaceable function.
6424 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
6425
6426 1999-01-23 Ken'ichi Handa <handa@gnu.org>
6427
6428 * international/fontset.el (create-fontset-from-x-resource): Make
6429 style variants.
6430
6431 1999-01-22 Dave Love <fx@gnu.org>
6432
6433 * paths.el (Info-default-directory-list): Put sysdir after start.
6434
6435 1999-01-22 Sam Steingold <sds@goems.com>
6436
6437 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
6438 a process associated with it.
6439
6440 1999-01-22 Jason Rumney <jasonr@altavista.net>
6441
6442 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
6443
6444 1999-01-22 Felix Lee <flee@cygnus.com>
6445
6446 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
6447 major-mode.
6448 (vc-annotate-mode): Delete variable.
6449
6450 1999-01-22 Andrew Innes <andrewi@gnu.org>
6451
6452 * startup.el (command-line): [windows-nt]: Check for existence of
6453 .emacs file so as to notice .emacs.el or .emacs.elc and use them
6454 in preference to _emacs.
6455
6456 1999-01-22 Dave Love <fx@gnu.org>
6457
6458 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
6459
6460 1999-01-20 Richard Stallman <rms@gnu.org>
6461
6462 * files.el (find-file-noselect): Do wildcard processing only
6463 if new arg WILDCARDS is non-nil.
6464 (find-file, find-file-other-window): New arg WILDCARDS.
6465 Default it to non-nil if interactive.
6466 (find-file-other-frame): Likewise.
6467 (find-file-read-only): Likewise.
6468 (find-file-read-only-other-window): Likewise.
6469 (find-file-read-only-other-frame): Likewise.
6470
6471 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
6472 (widget-plist-convert-option): Delete spurious comma.
6473
6474 1999-01-19 Jason Rumney <jasonr@altavista.net>
6475
6476 * term/w32-win.el (w32-standard-fontspec-spec): Change
6477 iso8859-5 to koi8-r. Add iso8859-9.
6478
6479 1999-01-19 Dave Love <fx@gnu.org>
6480
6481 * browse-url.el (browse-url-maybe-new-window): Delete macro and
6482 its uses.
6483
6484 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
6485 is active.
6486 (fortran-indent-subprogram): Likewise.
6487
6488 1999-01-19 Dave Love <d.love@dl.ac.uk>
6489
6490 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
6491
6492 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6493
6494 * wid-edit.el (alist): Use sexp as default key-type.
6495
6496 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6497
6498 * textmodes/tex-mode.el (tex-define-common-keys):
6499 Remove key binding of tex-feed-input.
6500 (tex-mode-map): Bind tex-feed-input here.
6501 (tex-start-shell): Use compilation-shell-minor-mode. Set
6502 comint-input-filter-functions before running tex-shell-hook.
6503 (tex-start-tex): Forget compilation errors.
6504 (tex-compilation-parse-errors): Rewritten to work also with
6505 compile-mouse-goto-error and compile-goto-error. Adjusted to
6506 change in tex-region.
6507 (tex-region): For the temp file use file-name without directory.
6508 (tex-file): Expand file name of tex-print-file.
6509
6510 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6511
6512 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
6513
6514 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
6515
6516 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
6517 beginning could cause Emacs to hang. Fixed.
6518
6519 1999-01-18 Ken'ichi Handa <handa@gnu.org>
6520
6521 * international/ccl.el (ccl-compile-translate-character): Handle
6522 the case that a tranlation table is CCL register correctly.
6523
6524 * international/mule-cmds.el (select-safe-coding-system):
6525 Hightlight at most 256 characters.
6526
6527 1999-01-18 Dave Love <fx@gnu.org>
6528
6529 * startup.el (command-line): If the init file changes operation to
6530 unibyte, make all buffers unibyte and re-set language environment.
6531
6532 * disp-table.el (standard-display-european): Make all existing
6533 buffers unibyte. Fix doc.
6534
6535 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
6536
6537 * wid-edit.el (coding-system): Define this unconditionally.
6538
6539 * simple.el (shell-command-on-region-default-error-buffer): New var.
6540 (shell-command-on-region): Use that variable as interactive
6541 value of ERROR-BUFFER argument.
6542
6543 1999-01-17 Sam Steingold <sds@goems.com>
6544
6545 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
6546
6547 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6548
6549 * progmodes/compile.el (compilation-goto-locus): If already in the
6550 compilation buffer's window, keep it in that window.
6551 (compile-mouse-goto-error): Add Doc. Don't play with windows.
6552 (compile-goto-error): Don't play with windows.
6553
6554 * textmodes/tex-mode.el (latex-run-command): Doc fix.
6555 (tex-command): Doc fix.
6556 (tex-compilation-parse-errors): Doc fix.
6557 (tex-generate-zap-file-name): Don't start the name with -.
6558 (tex-expand-files): Works now also with strings ending with ":".
6559
6560 1999-01-17 Ian T Zimmerman <itz@transbay.net>
6561
6562 Patch failed to install:
6563 * gametree.el: Document scoring functionality.
6564 (gametree-score-regexp): Add optional plus sign.
6565 (gametree-score-opener): Replace `:' with `=' as the former
6566 conflicts with gametree-half-ply-regexp.
6567 (gametree-transpose-following-leaves): Add.
6568 (gametree-insert-new-leaf): Make modifying commands barf in read
6569 only buffers.
6570 (gametree-break-line-here): Add a call to
6571 `gametree-transpose-following-leaves'. This maintains the
6572 necessary invariant that on each level all leaf children precede
6573 all nonleaf children. This has always been implied, but left to
6574 the user, and, unfortunately, undocumented.
6575
6576 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
6577
6578 * wid-edit.el (plist, alist): New widget types.
6579
6580 1999-01-17 Dave Love <fx@gnu.org>
6581
6582 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
6583 fix scope of condition-case therein.
6584
6585 1999-01-17 Andrew Innes <andrewi@gnu.org>
6586
6587 * dos-w32.el: (find-buffer-file-type-coding-system): Use
6588 default-buffer-file-coding-system when file doesn't exist (and
6589 isn't covered by a special case) instead of forcing undecided-dos
6590 against the user's wishes.
6591
6592 * dos-w32.el (direct-print-region-helper): New function based on
6593 direct-print-region-function; sends data to specified printer port
6594 without further translation. Recognize and handle specially the
6595 standard `print' and `nprint' programs, as well as `lpr' and
6596 similar programs. Only write directly to the printer port if no
6597 print program is specified. Work around a bug in Windows 9x
6598 affecting Win32 version of Emacs by invoking command.com to write
6599 to the printer port instead of writing directly.
6600 (direct-print-region-function): Use direct-print-region-helper to
6601 do most of the work.
6602 (direct-ps-print-region-function): New function; analogue of
6603 direct-print-region-function for ps-print.
6604 (ps-lpr-command): Comment out setq; leave as example usage.
6605 (ps-lpr-switches): Ditto.
6606
6607 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
6608 and MS-Windows.
6609 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
6610 DOS and Windows platforms, to indicate direct printing. Update
6611 the docstring accordingly.
6612
6613 * ps-print.el: (ps-printer-name): Update docstring about usage on
6614 MS-DOS and MS-Windows.
6615 (ps-lpr-command): Update docstring as for lpr-command.
6616 (ps-print-region-function): New variable.
6617 (ps-do-despool): Use it.
6618 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
6619 DOS/Windows.
6620
6621 * subr.el (subst-char-in-string): New function.
6622
6623 1999-01-17 Eli Zaretskii <eliz@gnu.org>
6624
6625 * international/codepage.el (cp852-decode-table): Fill a nil entry.
6626
6627 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
6628 (bdf-find-font-info): New function, looks for the first readable
6629 file from a list of alternatives.
6630 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
6631 instead of bdf-get-font-info.
6632 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
6633 to ps-mule-generate-bitmap-glyph.
6634
6635 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
6636 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
6637 now be a list of alternative names.
6638 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
6639 (ps-mule-prepare-font): Likewise.
6640
6641 * international/codepage.el (cp855-decode-table,
6642 cp850-decode-table): Fill some nil entries.
6643
6644 1999-01-16 Dave Love <fx@gnu.org>
6645
6646 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
6647 last change.
6648
6649 1999-01-15 Dave Love <fx@gnu.org>
6650
6651 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
6652 and change regexp for command names.
6653 (help-xref-go-back, function-called-at-point, symbol-file)
6654 (where-is): Doc fixes.
6655 (help-xref-go-back): Remove interactive spec.
6656 (describe-function-1): Fix message for alias. Buttomize alias
6657 name.
6658
6659 * simple.el (join-line): New alias.
6660
6661 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
6662
6663 * forms.el: (forms--show-record): Convert integers to string
6664 expicitly since concat will no longer accept integers.
6665 (forms-print): Use local `total-nb-records' since
6666 `forms--total-records' will be inaccessible after buffer switching.
6667
6668 1998-01-14 Felix Lee <flee@cygnus.com>
6669
6670 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
6671
6672 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
6673
6674 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
6675
6676 1999-01-14 Eli Zaretskii <eliz@gnu.org>
6677
6678 * international/codepage.el (cp850-decode-table): Fix previous change.
6679
6680 1999-01-14 Simon Marshall <simon@gnu.org>
6681
6682 * shell.el (shell-dirtrack-verbose): New custom variable.
6683 (shell-dirstack-message): Use it.
6684
6685 1999-01-14 Kenichi Handa <handa@etl.go.jp>
6686
6687 * international/mule-conf.el: Coding system alias `dos' for
6688 `undecided-dos', `mac' for `undecided-mac'.
6689
6690 * international/mule-cmds.el (describe-language-environment):
6691 Don't alter input-method-alist.
6692
6693 1999-01-13 Eli Zaretskii <eliz@gnu.org>
6694
6695 * international/codepage.el (cp850-decode-table): Replace nil
6696 entries with codes of similary looking glyphs. (Suggested by
6697 Jason Rumney <jasonr@altavista.net>.)
6698
6699 1999-01-13 Dave Love <fx@gnu.org>
6700
6701 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
6702
6703 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
6704
6705 1999-01-12 Karl Heuer <kwzh@gnu.org>
6706
6707 * files.el (auto-save-hook): Defvar this.
6708
6709 1999-01-12 Alex Schroeder <asc@bsiag.com>
6710
6711 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
6712 faces, eliminating the need to load font-lock before loading sql.
6713 (sql-mode-oracle-font-lock-keywords): Likewise.
6714 (sql-mode-postgres-font-lock-keywords): Likewise.
6715
6716 1999-01-11 Dave Love <fx@gnu.org>
6717
6718 * cus-start.el: Add inhibit-eol-conversion.
6719
6720 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
6721 the values round.
6722
6723 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
6724
6725 * help.el (help-mode-finish): Renamed from help-mode-maybe.
6726 Don't switch to Help mode here.
6727 (temp-buffer-setup-hook): Use help-mode-finish.
6728 (help-mode-setup): New function.
6729 (temp-buffer-setup-hook): Use help-mode-setup.
6730
6731 * progmodes/sql.el: New file.
6732
6733 * files.el (auto-mode-alist): Add sql-mode.
6734
6735 * faces.el (list-faces-display): Improve the formatting
6736 by computing the maximum length required for any face-name.
6737
6738 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6739
6740 * progmodes/compile.el (compilation-shell-minor-mode): New function.
6741
6742 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
6743
6744 * term.el (term_send_home): Change the string to
6745 be the same as the one emitted by xterm and consistent with the
6746 ones emitted by prior and next.
6747 (term_send_end): Likewise.
6748
6749 1999-01-10 Dave Love <fx@gnu.org>
6750
6751 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
6752 bindings.
6753
6754 1999-01-10 Eli Zaretskii <eliz@gnu.org>
6755
6756 * international/codepage.el (codepage-setup): Doc fix.
6757 (cp-decoding-vector-for-codepage): Likewise.
6758
6759 1999-01-10 Markus Rost <rost@gnu.org>
6760
6761 * cus-edit.el (custom-save-delete): First scan the custom-file.
6762
6763 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
6764
6765 * international/iso-transl.el: Define a "function name" for
6766 each translation that isn't ASCII. Use these function names
6767 in iso-transl-char-map.
6768
6769 1999-01-08 Kenichi Handa <handa@etl.go.jp>
6770
6771 * international/mule-util.el (decompose-region): Do decomposition
6772 on temporary unibyte buffer.
6773
6774 * international/mule.el (make-char): Doc-string modified.
6775
6776 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
6777
6778 * simple.el (comment-region): Delete spaces only if we
6779 deleted a comment starter.
6780
6781 1999-01-07 Dave Love <fx@gnu.org>
6782
6783 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
6784
6785 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
6786 like eval-defun does.
6787
6788 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
6789
6790 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
6791 constructions. Doc fixes.
6792 (generic-create-generic-function): Use defalias, not fset.
6793
6794 * find-func.el: More doc fixes.
6795
6796 1999-01-06 Stephen Eglen <stephen@gnu.org>
6797
6798 * files.el (save-buffers-kill-emacs): Show the list of current
6799 processes before prompting to kill them and exit.
6800
6801 1999-01-06 Dave Love <fx@gnu.org>
6802
6803 * emacs-lisp/find-func.el: Doc fixes.
6804 (find-function-regexp): Extend for define-generic-mode,
6805 define-derived-mode, easy-mmode-define-minor-mode.
6806
6807 1999-01-06 Dave Love <fx@gnu.org>
6808
6809 * progmodes/fortran.el (fortran-window-create): Account for scroll
6810 bar width.
6811
6812 * browse-url.el: Require (noerror) w3-auto when compiling.
6813 (browse-url-maybe-new-window): Make it a macro and revert last
6814 change to callers.
6815 (browse-url-w3): Require w3 for w3-fetch-other-window.
6816
6817 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6818
6819 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
6820 argument.
6821
6822 1999-01-06 Simon Marshall <simon@gnu.org>
6823
6824 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
6825
6826 * font-lock.el (font-lock-default-fontify-buffer): When using
6827 with-temp-message, use nil rather than current-message.
6828
6829 * lazy-lock.el (lazy-lock-unstall):
6830 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
6831 rather than current-message.
6832
6833 * fast-lock.el (fast-lock-save-cache-1):
6834 (fast-lock-cache-data): When using with-temp-message, use nil rather
6835 than current-message.
6836
6837 1999-01-06 Eli Zaretskii <eliz@gnu.org>
6838
6839 * international/codepage.el (cp-coding-system-for-codepage-1): Add
6840 the valid-codes property.
6841
6842 * international/mule-cmds.el (prefer-coding-system): Call
6843 set-coding-priority, so that the internal array of priorities is
6844 also updated.
6845
6846 * international/mule-util.el:
6847 (coding-system-change-eol-conversion,
6848 coding-system-change-text-conversion): Don't define here.
6849
6850 * international/mule-cmds.el: Define them here. Remove the
6851 autoload cookies.
6852
6853 1999-01-06 Andreas Schwab <schwab@gnu.org>
6854
6855 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
6856 if it was enabled before.
6857
6858 * view.el (View-revert-buffer-scroll-page-forward): Bind
6859 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
6860
6861 * files.el (recover-session): Preserve point when inserting
6862 explanation.
6863
6864 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
6865
6866 * cus-edit.el (custom-save-delete): Don't delete whitespace
6867 and comments before the sexp that is replaced.
6868
6869 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6870
6871 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
6872
6873 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
6874
6875 * vc.el (vc-dired-hook): Use the original value of
6876 dired-move-to-filename-regexp on lines that have not been
6877 reformatted yet.
6878 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
6879 file lines have already been reformatted.
6880
6881 1999-01-05 Dave Love <fx@gnu.org>
6882
6883 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
6884 buffer-local.
6885
6886 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
6887
6888 * progmodes/f90.el: Change of regular expressions for type to
6889 correct highlighting and identation. Some small fixes for
6890 compatibility with XEmacs.
6891
6892 1999-01-05 Stephen Eglen <stephen@gnu.org>
6893
6894 * mspools.el (mspools-vm-system-mail): Provide an alternative
6895 value based on rmail-spool-directory if $MAIL is not defined.
6896
6897 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
6898
6899 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
6900 (reftex-section-info): Handle negative section levels.
6901 (reftex-view-crossref-extra): New option.
6902 (reftex-view-crossref): Generalized to work in more places.
6903 (reftex-find-citation-regexp-format, reftex-find-reference-format,
6904 reftex-macros-with-labels, reftex-global-search-marker): New variables.
6905 (reftex-view-cite-locations-from-bibtex): New command.
6906 (reftex-view-regexp-match, reftex-global-search,
6907 reftex-global-search-continue): New functions.
6908 (reftex-extract-bib-entries): No error for non-existing BibTeX
6909 file, just a message.
6910 (reftex-extract-bib-entries): Better error handling.
6911 (reftex-select-with-char): Use `*RefTeX Select*' for selection
6912 help and force it on current frame.
6913 (reftex-default-bibliography): New function.
6914 (reftex-access-parse-file): Check consistency after loading a
6915 parse file. When inconsistent, enfore rescan.
6916 (reftex-check-parse-consistency): New function.
6917 (easy-menu-define): Options section drastically shortened.
6918
6919 1999-01-05 Kenichi Handa <handa@etl.go.jp>
6920
6921 * language/thai-util.el (thai-compose-string): New function.
6922
6923 1999-01-04 Inge Frick <inge@nada.kth.se>
6924
6925 * easymenu.el (easy-menu-define): Doc fix.
6926 (easy-menu-create-menu): New keyword :included.
6927 (easy-menu-do-add-item): New keyword :included. SUFFIX may
6928 be an expression, not only a string. Simulate style `button'.
6929 Use easy-menu-define-key-intern instead of easy-menu-define-key.
6930 (easy-menu-define-key-intern): New function.
6931 (easy-menu-add-item): Understand value returned from
6932 easy-menu-item-present-p and easy-menu-remove-item.
6933 (easy-menu-return-item): New function.
6934 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
6935
6936 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
6937
6938 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
6939 Use rmail-output-read-rmail-file-name to read the file name.
6940 Always call rmail-output-to-rmail-file noninteractively.
6941 When count > 1, do the loop here.
6942 Handle rmail-delete-after-output here.
6943 (rmail-summary-output): Similar changes.
6944
6945 * mail/rmailout.el: Provide `rmailout'.
6946 (rmail-output-read-rmail-file-name): New function.
6947 (rmail-output-to-rmail-file): Use that.
6948 (rmail-output-read-file-name): New function.
6949 (rmail-output): Use that.
6950
6951 * files.el (find-file-noselect): Let /: suppress wildcard matching.
6952 Error if wildcard matches no files.
6953
6954 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
6955
6956 * menu-bar.el (clipboard-yank): Doc fix.
6957
6958 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
6959
6960 1998-12-31 Markus Rost <rost@delysid.gnu.org>
6961
6962 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
6963
6964 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
6965
6966 * rmail.el (rmail-encode-string): Make sure mask value is
6967 positive; (emacs-pid) returns a negative number on Windows 9x
6968 which causes odd behaviour.
6969
6970 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
6971
6972 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
6973 and about w32-* variables unless on Windows/NT.
6974
6975 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
6976
6977 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
6978 if buffer is modified; ask about all modified buffers.
6979
6980 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6981
6982 * simple.el (what-cursor-position): Fix previous change.
6983
6984 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
6985
6986 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
6987 from paragraph-start.
6988
6989 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
6990
6991 * international/mule-cmds.el (prefer-coding-system): If the
6992 argument requires specific EOL conversion type, make the default
6993 coding systems use that.
6994
6995 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
6996
6997 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
6998 Use shell-command-on-region.
6999 (m4-start-m4, m4-end-m4): Functions deleted.
7000
7001 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
7002
7003 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
7004
7005 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7006
7007 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
7008 to compose-mail in the correct places and as a list.
7009
7010 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
7011
7012 * page-ext.el: Added mouse-selection feature for pages directory buffer.
7013 (pages-directory-map): Bind mouse-2
7014 (pages-copy-header-and-position): Put text property.
7015 (pages-directory-goto-with-mouse): New function.
7016
7017 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
7018
7019 * international/codepage.el (cp-make-coding-systems-for-codepage):
7020 Doc fix.
7021 (cp-coding-system-for-codepage-1): Likewise.
7022
7023 1998-12-29 Kenichi Handa <handa@etl.go.jp>
7024
7025 * language/thai-util.el (thai-post-read-conversion): Handle Thai
7026 composition sequence correctly here instead of calling
7027 thai-compose-region.
7028
7029 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
7030 newline in multibyte buffer, if previous or next character is a
7031 composite char, check the first component of the composite char.
7032
7033 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
7034
7035 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
7036 and track-mouse.
7037
7038 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7039
7040 * mail/sendmail.el (mail-yank-original): Remove text properties
7041 after insertion.
7042 (mail-yank-region): Barf if no mark is set in the message
7043 being replied to.
7044
7045 * help.el (function-called-at-point): First look for function at point.
7046
7047 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
7048
7049 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
7050
7051 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7052
7053 * simple.el (what-cursor-position): Print character encoding also.
7054
7055 1998-12-26 Dave Love <fx@gnu.org>
7056
7057 * textmodes/flyspell.el: If local-maps work, don't put
7058 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
7059 in flyspell-mouse-map (only).
7060 (flyspell-use-local-map): New variable.
7061 Use a different mouse-2 binding in that case,
7062 and don't add to minor-mode-map-alist.
7063 (make-flyspell-overlay, flyspell-correct-word):
7064 Test flyspell-use-local-map.
7065
7066 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7067
7068 * files.el (file-expand-wildcards): Handle wildcards in directory name.
7069 Be careful about whether to return a relative file name,
7070 and if so, relative to what directory.
7071
7072 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
7073
7074 * emacs-lisp/easymenu.el (easy-menu-get-map):
7075 Change global map only if this menu exists in the global map already,
7076 and not in the local map.
7077 (easy-menu-do-add-item): Fix error message.
7078
7079 * foldout.el (foldout-inhibit-key-bindings):
7080 Avoid concatenating onto outline-minor-mode-prefix.
7081 Make a new keymap for that prefix, if it does not already have one.
7082
7083 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
7084
7085 * cperl-mode.el:
7086 Can use linear algorithm for indentation if Emacs supports it.
7087 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
7088 (cperl-after-block-p): Likewise.
7089 (cperl-after-block-and-statement-beg): Likewise.
7090 (cperl-after-block-p): After END/BEGIN we are a block.
7091 (cperl-after-expr-p): Skip labels when checking
7092 (cperl-indent-region): Make a marker for END - text added/removed.
7093 Disable hooks during the call (how to call them later?).
7094 Now indents 820-line-long function in 6.5 sec (including
7095 syntaxification) the first time (when buffer has few
7096 properties), 7.1 sec the second time.
7097 (cperl-indent-region): Do not indent whitespace lines
7098 (cperl-style-alist)
7099 Include `cperl-merge-trailing-else' where the value is clear.
7100 (cperl-styles-entries): Likewise.
7101 (cperl-problems): Improvements to docs.
7102 (cperl-tips): Likewise.
7103 (cperl-non-problems): Likewise.
7104 (cperl-mode): Make lazy syntaxification possible.
7105 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
7106 `font-lock-unfontify-region-function' was set to a wrong function.
7107
7108 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
7109 restart syntaxification. Changed so that -d ?foo? is a RE. Do
7110 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
7111 but 1<<6 was considered as HERE-doc.
7112 <file/glob> made into a string.
7113 Postpone addition of faces after syntactic step.
7114 Recognition of <FH> was wrong.
7115 Highlight `gem' in s///gem as a keyword. `qr' recognized.
7116 Knows that split// is null-RE.
7117 Highlights separators in 3-parts expressions as labels.
7118 <> was considered as a glob.
7119 Would err if the last line is `=head1'.
7120 $a-1 ? foo : bar; was a considered a regexp.
7121 `<< (' was considered a start of HERE-doc.
7122 mark qq[]-etc sections as syntax-type=string
7123 Was not processing sub protos after a comment ine.
7124 Was treating $a++ <= 5 as a glob.
7125 Tolerate unfinished REx at end-of-buffer.
7126 `unwind-protect' was left commented.
7127 / and ? after : start a REx.
7128
7129 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
7130 Better default, customizes to `message' too, off in text-mode.
7131
7132 (cperl-array-face): Renamed from `font-lock-emphasized-face',
7133 `defface'd.
7134 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
7135 `defface'd.
7136 (cperl-emacs-can-parse): New state variable.
7137 (cperl-indent-line): Corrected to use global state.
7138 (cperl-calculate-indent): Likewise.
7139 (cperl-fix-line-spacing): Likewise (not used yet).
7140 (cperl-calculate-indent): Did not consider `,' as
7141 continuation mark for statements.
7142 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
7143 Remove another parse-data optimization at toplevel: would
7144 indent correctly.
7145 Correct for labels when calculating indentation of continuations.
7146 Docstring updated.
7147 (cperl-choose-color): Converted to a function (to be
7148 compilable in text-mode).
7149 (cperl-dark-background): Disable without window-system.
7150 Do `defface' only if window-system.
7151 (cperl-fix-line-spacing): Sped up to bail out early.
7152 (x-color-defined-p): Was not compiling on XEmacs
7153 Was defmacro'ed with a tick. Remove another def.
7154 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
7155 (cperl-unwind-to-safe): New function.
7156 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
7157 (cperl-fontify-syntaxically): Unwinds start and end to go out of
7158 long strings (not very successful).
7159 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
7160 Highlight the starting // in s//foo/ as function-name.
7161 Emit a meaningful error instead of a cryptic one for an
7162 uncomplete REx near end-of-buffer.
7163
7164 (cperl-electric-keyword): `qr' recognized.
7165 (cperl-electric-else): Likewise
7166 (cperl-to-comment-or-eol): Likewise
7167 (cperl-make-regexp-x): Likewise
7168 (cperl-init-faces): Likewise, and `lock' (as overridable?).
7169 Corrected to use new macros;
7170 `if' for copying `reference-face' to `constant-face' was backward.
7171 remove init `font-lock-other-emphasized-face',
7172 `font-lock-emphasized-face', `font-lock-keyword-face'.
7173 Interpolate `cperl-invalid-face'.
7174 (cperl-make-regexp-x): Misprint in a message.
7175 (cperl-syntaxify-unwind): New configuration variable
7176 (cperl-fontify-m-as-s): New configuration variable
7177 (cperl-electric-pod): Check for after-expr was performed
7178 inside of POD too.
7179 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
7180 (cperl-clobber-mode-lists): New configuration variable.
7181 (cperl-not-bad-style-regexp): Updated.
7182 Init: `cperl-is-face' was busted.
7183 (cperl-make-face): New macros.
7184 (cperl-force-face): New macros.
7185 (font-lock-other-type-face): Done via `defface' too.
7186 (cperl-nonoverridable-face): New face. Renamed from
7187 `font-lock-other-type-face'.
7188 (cperl-init-faces-weak): Use `cperl-force-face'.
7189 (cperl-comment-indent): Commenting __END__ was not working.
7190 (cperl-indent-for-comment): Likewise.
7191 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
7192 When removing old TAGS info was not relativizing filename.
7193 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
7194 Another try to work around XEmacs problems. Better progress messages.
7195 (toplevel): Require custom unprotected => failure on 19.28.
7196 (cperl-xemacs-p): Defined when compile too
7197 (cperl-find-tags): Was writing line/pos in a wrong order,
7198 pos off by 1 and not at beg-of-line.
7199 (cperl-etags-snarf-tag): New macro
7200 (cperl-etags-goto-tag-location): New macro
7201 (cperl-version): New variable. New menu entry
7202 random docstrings: References to "future" 20.3 removed.
7203 Menu was described as `CPerl' instead of `Perl'
7204 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
7205 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
7206 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
7207 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
7208 `font-lock-reference-face', `font-lock-keyword-face'.
7209 Use `eval-after-load'.
7210 Remove not-CPerl-related faces.
7211 (cperl-tips-faces): New variable and an entry into Mini-docs.
7212 (cperl-indent-exp): Was not processing else-blocks.
7213 (cperl-get-state): NOP line removed.
7214 (cperl-ps-print): New function and menu entry.
7215 (cperl-ps-print-face-properties): New configuration variable.
7216 (cperl-invalid-face): New configuration variable.
7217 (perl-font-lock-keywords): Highlight trailing whitespace
7218 (cperl-contract-levels): Documentation corrected.
7219 (cperl-contract-level): Likewise.
7220 (cperl-ps-extend-face-list): New macro.
7221 (cperl-invalid-face): Change to ''underline.
7222
7223 1998-12-25 Markus Rost <rost@delysid.gnu.org>
7224
7225 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
7226 for read-file-name.
7227 (rmail-output-to-rmail-file): Likewise.
7228
7229 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
7230
7231 * emacs-lisp/easymenu.el (easy-menu-get-map):
7232 If MENU is nil, use global menu-bar map.
7233 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
7234 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
7235
7236 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7237
7238 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
7239
7240 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7241
7242 * ps-print.el (ps-print-version): New version number (4.1.3).
7243
7244 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
7245
7246 * international/mule-cmds.el: Use make-sparse-keymap instead of
7247 define-prefix-key when defining MULE menu items.
7248
7249 * info.el (Info-node-at-bob-matching): New function.
7250 (Info-find-node, Info-build-node-completions): Call it.
7251
7252 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
7253
7254 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
7255 when this is an autoloaded keymap.
7256
7257 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
7258
7259 * international/codepage.el (cp-coding-system-for-codepage-1):
7260 Create separate encoders and decoders, for DOS and Unix. Make the
7261 usual family of 3 coding systems, so that automatic detection of
7262 EOL type works.
7263 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
7264 Unix-specific symbols here, and don't call
7265 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
7266 Handa <handa@etl.go.jp>.)
7267
7268 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
7269
7270 * term/internal.el (IT-character-translations): New variable, an
7271 alist used to display characters for which there's no glyphs in
7272 the current codepage.
7273 (IT-display-table-setup): New function, sets up the DOS terminal
7274 for a given codepage.
7275 (dos-codepage-setup): New function, sets up the MULE environment
7276 for the current value of dos-codepage.
7277 (top-level if): In the multibyte mode, turn on
7278 unibyte-display-via-language-environment. In the unibyte mode,
7279 set up the special syntax tables to map lower- to upper case and
7280 back.
7281
7282 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
7283
7284 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
7285 (speedbar-frame-plist) Remove useless comments.
7286 (speedbar-frame-mode) Do not specify height if it is in the param list.
7287 Use default y position w/out changing it.
7288 If default x position is a list, keep, calculate the non-list X
7289 value when devining an initial position.
7290 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
7291 (speedbar-tag-group-name-minimum-length): New variable.
7292 (speedbar-frame-parameter): New compatibility function.
7293 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
7294 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
7295 groups to keep things in the right order, and to help with some
7296 naming conventions.
7297 (speedbar-create-tag-hierarchy): Enable buffer local version of
7298 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
7299 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
7300 the case, derive it from the cursor location in speedbar.
7301
7302 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
7303
7304 * international/mule-cmds.el (set-language-environment): On MS-DOS
7305 terminals, install DOS-specific nonascii-translation-table if the
7306 language info doesn't specify one. Pass the default eol-type to
7307 set-language-environment-coding-systems.
7308 (set-default-coding-systems): Copy the eol-type property for the
7309 new default values of {buffer-file,process}-coding-system from the
7310 old defaults.
7311 (set-language-environment-coding-systems): Accept an optional
7312 argument EOL-TYPE, and set the eol-type property of the default
7313 coding systems accordingly.
7314 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
7315 (set-keyboard-coding-system): Likewise.
7316 (set-default-coding-systems): Don't set
7317 default-terminal-coding-system on MS-DOS to anything but nil.
7318 (prefer-coding-system): Describe in the doc string that
7319 default-terminal-coding-system is not changed on MS-DOS.
7320 (set-language-environment): For MS-DOS, set standard syntax table
7321 and display table for all characters with code above 127.
7322 (standard-display-european-internal): For MS-DOS, pass all
7323 characters with code above 127 directly to the terminal, and don't
7324 remap characters 160 and 146 in the unibyte case.
7325
7326 * international/codepage.el: New file.
7327
7328 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7329
7330 * diary-lib.el (diary-float): Fix end-of-year error and typos in
7331 comments.
7332
7333 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
7334
7335 * map-ynp.el (map-y-or-n-p): Ignore input methods.
7336
7337 * subr.el (read-passwd): Likewise.
7338
7339 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
7340
7341 * info.el (Info-find-node): Add 1 to the position read from the
7342 tag table. Don't fail if the node delimiter ^_ is the first
7343 character in the file.
7344 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
7345 first character in the file.
7346 (Info-read-subfile): Likewise.
7347 (Info-select-node): Likewise.
7348 (Info-build-node-completions): Likewise.
7349
7350 1998-12-16 Richard Stallman <rms@gnu.org>
7351
7352 * term/x-win.el (x-cut-buffer-or-selection-value):
7353 If clipboard is enabled, try it before PRIMARY selection.
7354
7355 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
7356
7357 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
7358 insert c-cedilla and C-cedilla respectively, like in latin-1.
7359
7360 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
7361
7362 * language/hebrew.el: Don't use sublists in the flags argument
7363 passed to make-coding-system.
7364
7365 1998-12-15 Kenichi Handa <handa@etl.go.jp>
7366
7367 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
7368 list of character sets found by find-charset-region.
7369
7370 * ps-mule.el: Always require ps-print. Move some function
7371 definitions for Emacs 20.2 and the earlier to ps-print.el.
7372 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
7373
7374 * ps-print.el: Define several functions for Emacs 20.2 and the
7375 earlier version.
7376 (ps-printer-name): Check if printer-name is bound.
7377
7378 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7379
7380 * ps-mule.el: Programming uniformization and little code improvement.
7381 (ps-mule-prepare-font): Programming uniformization.
7382 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
7383 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
7384
7385 * ps-bdf.el: Programming uniformization and little code improvement.
7386 (bdf-search-and-read): New fun.
7387 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
7388 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
7389 (bdf-info-relative-compose, bdf-info-baseline-offset)
7390 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
7391 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
7392 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
7393 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
7394 improvement.
7395
7396 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7397
7398 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
7399 and mule related code extraction. Autoload ps-mule funs.
7400
7401 * ps-mule.el: Doc fix. Require ps-print only when compiled.
7402 (ps-mule-prologue-generated): New fun.
7403 (ps-mule-plot-string): Add autoload cookie.
7404 (ps-mule-begin-job): Call ps-mule-prologue-generated.
7405
7406 1998-12-15 Kenichi Handa <handa@etl.go.jp>
7407
7408 * ps-bdf.el: Require ps-mule instead of ps-print.
7409 (bdf-directory-list): Add autoload cookie.
7410
7411 * ps-mule.el: New file. Mule related code extracted from
7412 ps-print.el. Require ps-print, provide ps-mule.
7413 (ps-multibyte-buffer): Add autoload cookie.
7414 (ps-mule-prepare-ascii-font): New fun.
7415 (ps-mule-set-ascii-font): New fun.
7416 (ps-mule-skip-same-charset): Fun deleted.
7417 (ps-mule-plot-string): Set ps-mule-current-charset.
7418 (ps-mule-initialize): Add autload cookie. Don't set
7419 ps-mule-font-info-database here.
7420 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
7421 ps-mule-font-info-database and ps-control-or-escape-regexp.
7422 (ps-mule-begin-page): New fun.
7423
7424 * ps-print.el: Mule related code moved to ps-mule.el.
7425 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
7426 check ps-mule-charset-list.
7427 (ps-begin-page): Don't set ps-mule-current-charset, instead call
7428 ps-mule-begin-page.
7429 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
7430 (ps-plot-region): Don't set ps-mule-current-charset, instead call
7431 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
7432 instead skip same charsets by itself.
7433 (ps-generate): Call ps-mule-initialize of needs-begin-file is
7434 non-nil. Call ps-mule-begin-job.
7435
7436 1998-12-15 Kenichi Handa <handa@etl.go.jp>
7437
7438 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
7439 instead of bdf.
7440
7441 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
7442 (ps-mule-external-libraries): New element FEATURE.
7443 (ps-mule-init-external-library): Ajusted for the above change.
7444 (ps-mule-generate-font): Likewise.
7445 (ps-mule-generate-glyphs): Likewise.
7446 (ps-mule-prepare-font): Likewise.
7447 (ps-mule-initialize): Likewise.
7448 (ps-begin-file): Superfluous tailing parenthesis deleted.
7449
7450 1998-12-15 Kenichi Handa <handa@etl.go.jp>
7451
7452 * international/fontset.el (x-decompose-font-name): If PATTERN
7453 doesn't have any wild cards, return a vector made from a name that
7454 is found by x-resolve-font-name found. Comments added.
7455
7456 * international/mule-cmds.el (find-coding-systems-for-charsets):
7457 Handle the case of unknown charset.
7458 (find-multibyte-characters): If invalid multibyte characters are
7459 found, return the corresponding strings instead of character
7460 codes.
7461 (find-multibyte-characters): Adjusted for the above change.
7462 (select-safe-coding-system): For a unibyte buffer, always returns
7463 DEFAULT-CODING-SYSTEM.
7464 (get-charset-property): Fix previous change. Make it a function.
7465 (put-charset-property): Make it a function.
7466
7467 * international/mule.el (make-coding-system): Set mime-charset
7468 property of *-with-esc coding system to nil.
7469
7470 * international/quail.el (quail-point-in-conversion-region): New
7471 function.
7472 (quail-conversion-backward-delete-char): When a key sequence is
7473 being translated, call quail-delete-last-char.
7474
7475 * language/devan-util.el
7476 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
7477 handle devanagari-decomposition-rules.
7478
7479 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
7480
7481 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
7482 tex-start-options-string to empty string.
7483 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
7484
7485 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
7486
7487 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
7488 5xx responses are already handled properly).
7489
7490 1998-12-13 Richard Stallman <rms@gnu.org>
7491
7492 * progmodes/compile.el (compilation-error-regexp-alist): Insist
7493 on a non-digit in the file name.
7494
7495 * simple.el (comment-region): Handle comment-padding
7496 separately for insertion and for deletion, in the right way for each.
7497
7498 1998-12-13 Felix Lee <flee@cygnus.com>
7499
7500 * progmodes/compile.el (compilation-error-regexp-alist): Fix
7501 regexp to match "ChangeLog:1:1998-12-09 ..."
7502
7503 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
7504
7505 * cus-start.el (dos-unsupported-char-glyph): Add.
7506
7507 1998-12-11 Dave Love <fx@gnu.org>
7508
7509 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
7510 forward-sexp in condition-case.
7511
7512 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7513 Remove unnecessary test on `library' for explicit file name.
7514 Widen scope of save-match-data.
7515
7516 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
7517
7518 * international/mule.el (load-with-code-conversion): If the loaded
7519 file was inserted with no-conversion or raw-text coding system,
7520 make the buffer unibyte.
7521
7522 1998-12-09 Richard Stallman <rms@gnu.org>
7523
7524 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7525 Get rid of nested loops.
7526
7527 * mouse.el (mouse-drag-vertical-line):
7528 If WHICH-SIDE is not `right', then scroll bars are on the left.
7529
7530 * loadhist.el (load-history-loaded): defvar moved to help.el.
7531
7532 * help.el (symbol-file-load-history-loaded): Variable renamed,
7533 and defvar moved from loadhist.el.
7534 (symbol-file): Renamed from describe-function-find-file.
7535 Load fns-VERSION.el here.
7536 (describe-variable, describe-function-1): Use symbol-file.
7537
7538 * textmodes/tex-mode.el (tex-generate-zap-file-name):
7539 Don't start the name with #.
7540
7541 * ispell.el: Take out the eval-when's.
7542
7543 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
7544
7545 * dirtrack.el (dirtrack-directory-change-hook): New hook.
7546 (dirtrack): Run it. Make debug message more verbose.
7547
7548 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
7549
7550 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
7551 name of the abbrev table, and provide support for XEmacs.
7552 (octave-xemacs-p): New variable.
7553
7554 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7555
7556 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
7557 exit, when mail-interactive is nil.
7558
7559 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
7560
7561 * files.el (after-find-file): Message fix.
7562
7563 1998-12-09 Ken Stevens <stevens@kdstevens.com>
7564
7565 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
7566
7567 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
7568
7569 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
7570 filenames using backslashes.
7571
7572 1998-12-09 Dave Love <fx@gnu.org>
7573
7574 * browse-url.el (browse-url-mail): Call compose-mail-other-window
7575 with correct number of args.
7576 (browse-url-maybe-new-window): New arg. Callers changed.
7577
7578 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
7579 comment.
7580
7581 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
7582
7583 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
7584
7585 1998-12-08 Markus Rost <rost@delysid.gnu.org>
7586
7587 * vc.el (vc-rcs-release): Fix Type.
7588 (vc-sccs-release): Fix Type.
7589 (vc-cvs-release): Fix Type.
7590
7591 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
7592 arg work right.
7593
7594 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
7595 output of last undeleted message.
7596
7597 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
7598
7599 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
7600 (buffer-undo-list) [windows-nt]: Use different relative path.
7601
7602 1998-12-07 Simon Marshall <simon@gnu.org>
7603
7604 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
7605
7606 1998-12-05 Markus Rost <rost@delysid.gnu.org>
7607
7608 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
7609
7610 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
7611
7612 1998-12-04 Markus Rost <rost@delysid.gnu.org>
7613
7614 * info.el (Info-menu): Don't return error if point is between menu
7615 header and first menu item.
7616
7617 1998-12-04 Dave Love <fx@gnu.org>
7618
7619 * help.el (describe-function-1): Fix description for alias.
7620
7621 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
7622
7623 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
7624 specifications from summary line.
7625
7626 * rect.el (delete-whitespace-rectangle): Mark for autoload.
7627 (close-rectangle): Define alias only once in loaddefs.el.
7628
7629 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
7630
7631 * term/internal.el: Remove code which sets up a special syntax
7632 table for non-ASCII characters.
7633
7634 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
7635
7636 * dos-w32.el (direct-print-region-function): Try to ensure that
7637 printer-name is expanded to a file name on a local drive;
7638 sometimes printing a file loaded from a network volume fails.
7639 (direct-print-region-function): Add a function to
7640 write-region-annotate-functions to append a formfeed character to
7641 the region being printed, if the region doesn't end with a
7642 formfeed already. This avoids creating a second print job
7643 containing a blank page when print spooling is enabled on Windows.
7644
7645 1998-12-02 Dave Love <fx@gnu.org>
7646
7647 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
7648 `Info-goto-node'.
7649
7650 1998-12-02 Richard Stallman <rms@gnu.org>
7651
7652 * help.el (temp-buffer-resize-mode): Doc fix.
7653
7654 * cus-edit.el (custom-save-delete): Save point before
7655 reading a sexp, rather than backing up.
7656
7657 * international/iso-transl.el: Fix previous change.
7658
7659 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
7660
7661 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
7662 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
7663 Added defvars to suppress compilation warnings.
7664
7665 1998-11-30 Ken Stevens <k.stevens@ieee.org>
7666
7667 * ispell.el: Improved and fixed customize for variables:
7668 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
7669 ispell-dictionary-alist, ispell-skip-sgml.
7670 Improved and fixed comments in variables and messages for
7671 functions: ispell-help-in-bufferp, ispell-local-dictionary,
7672 ispell-menu-map, ispell-checking-message, ispell-parser,
7673 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
7674 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
7675 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
7676 ispell-message-text-end, ispell-add-per-file-word-list.
7677 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
7678 system is now required for all languages. Casechars improved for
7679 castellano, castellano8, and norsk dictionaries. Dictionary
7680 norsk7-tex added. Dictionary polish added.
7681 (ispell-dictionary-alist): Redefined at load-time to support
7682 dictionary changes.
7683 (ispell-menu-map): Redefined at load-time to support menu changes.
7684 (ispell-check-version): New alias for `check-ispell-version'.
7685 (ispell-parse-output): Fixed matching for ispell error messages.
7686 Correctly returns spelling suggestions in order generated by ispell
7687 process.
7688 (check-ispell-version): Ensure `case-fold-search' doesn't get
7689 redefined.
7690 (ispell-complete-word): Ensure `case-fold-search' doesn't get
7691 redefined. Fix bug that didn't respect case of word being completed.
7692 (ispell-init-process): Set process coding system to be compatible
7693 with emacs processes and the ispell process.
7694 (ispell-kill-ispell): Ensures ispell process has terminated before
7695 starting new process. This can otherwise confuse process filters
7696 and hang the ispell process.
7697 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
7698 skipping support for sgml.
7699 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
7700 which could cause `ispell-complete-word' to hang.
7701 (ispell-message): Improved message reference matching. Ensure
7702 `case-fold-search' doesn't get redefined.
7703 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
7704 get redefined. Fixed bug in returning to nroff mode from tex mode.
7705 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
7706 get redefined.
7707
7708 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7709
7710 * textmodes/flyspell.el (flyspell-check-word-p):
7711 Don't delay inside a kbd macro.
7712
7713 * subr.el (make-local-hook): Return the hook variable.
7714
7715 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
7716
7717 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
7718 Use a timer instead of post-command-hook.
7719 (hscroll-timer): New variable.
7720
7721 1998-11-30 Dave Love <fx@gnu.org>
7722
7723 * help.el (help-xref-button): Do nothing if text already has the
7724 help-xref property.
7725 (describe-variable): Revert previous change to hyperlink to source.
7726
7727 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
7728
7729 * bindings.el (features): Add `base64' to this list.
7730
7731 * loadhist.el (symbol-file): Doc fix.
7732
7733 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
7734
7735 * files.el (hack-one-local-variable): Cope with non-file buffers.
7736
7737 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
7738
7739 * help.el (describe-mode): Put major mode first.
7740
7741 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
7742 to support special-display and same-window features.
7743
7744 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
7745
7746 * simple.el (transpose-subr, transpose-subr-1): Rename variables
7747 bound in one function and used in the other.
7748 (transpose-subr-start1, transpose-subr-start2): Add defvars.
7749 (transpose-subr-end1, transpose-subr-end2): Add defvars.
7750
7751 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7752
7753 * autoinsert.el (auto-insert-alist): Use user-mail-address.
7754
7755 1998-11-26 Kenichi Handa <handa@etl.go.jp>
7756
7757 * international/ccl.el (ccl-dump-translate-character-const-tbl):
7758 Give format correct control string.
7759
7760 * international/mule.el (define-translation-table): Fix bug of
7761 setting incorrect translation-table-id. If the first element of
7762 ARGS is a translation table, just register it.
7763
7764 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
7765 property.
7766
7767 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
7768
7769 * thingatpt.el (thing-at-point-url-at-point): Don't use current
7770 syntax table to determine what is whitespace.
7771
7772 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
7773
7774 * frame.el (frame-parameter): Doc fix.
7775
7776 * textmodes/tex-mode.el (tex-feed-input): New function.
7777 (tex-define-common-keys): Add binding for C-c C-m.
7778
7779 1998-11-23 Dave Love <fx@gnu.org>
7780
7781 * progmodes/fortran.el: Various minor doc fixes.
7782 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
7783 (fortran-with-subprogram-narrowing): New macro.
7784 (fortran-check-for-matching-do): Use it.
7785 (fortran-end-do): Use fortran-check-end-prog-re.
7786 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
7787 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
7788
7789 1998-11-23 Simon Marshall <simon@gnu.org>
7790
7791 * font-lock.el (font-lock-defaults): Doc fix.
7792 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
7793 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
7794
7795 * lazy-lock.el (lazy-lock-unstall):
7796 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
7797
7798 * fast-lock.el (fast-lock-save-cache-1):
7799 (fast-lock-cache-data): Rewritten to use with-temp-message.
7800
7801 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
7802
7803 * mail/rmail.el (rmail-set-message-counters-counter): Detect
7804 messages that have been added with DOS line endings and convert
7805 the line endings for such messages.
7806
7807 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
7808
7809 * help.el: Add resizing of temporary buffers.
7810 (temp-buffer-resize-mode): New command and variable.
7811 (temp-buffer-max-height): New variable.
7812 (resize-temp-buffer-window): New function.
7813
7814 * window.el (window-buffer-height): New function, split from
7815 shrink-window-if-larger-than-buffer.
7816 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
7817
7818 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
7819
7820 * frame.el (initial-frame-alist): Add defcustom.
7821
7822 * shell.el (shell-prompt-pattern): Add defcustom.
7823
7824 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7825
7826 * message.el (message-ignored-supersedes-headers): Remove
7827 NNTP-Posting-Date.
7828
7829 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
7830
7831 * help.el (describe-mode): Don't avoid loop indirecting thru
7832 value of INDICATOR.
7833
7834 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
7835
7836 * help.el (describe-variable): Allow any variable with a defcustom,
7837 even if it is not a user variable.
7838
7839 * mail/rmail.el (mail-unsent-separator): Additional alternative.
7840
7841 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
7842
7843 * gnus/nntp.el (nntp-request-group): Allow for failures when
7844 requesting a new group.
7845
7846 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7847
7848 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
7849
7850 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7851
7852 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
7853
7854 1998-11-19 Simon Marshall <simon@gnu.org>
7855
7856 * subr.el (with-temp-message): New macro.
7857
7858 * emacs-lisp/lisp-mode.el (with-temp-message):
7859 Add lisp-indent-function property.
7860
7861 1998-11-18 Dave Love <fx@gnu.org>
7862
7863 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
7864
7865 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
7866
7867 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
7868 This is not obsolete.
7869
7870 1998-11-18 Kenichi Handa <handa@etl.go.jp>
7871
7872 * textmodes/picture.el: Make a new map by make-keymap.
7873 (picture-desired-column): New variable.
7874 (picture-update-desired-column): New function.
7875 (picture-beginning-of-line): Set picture-desired-column to 0.
7876 (picture-end-of-line): Set picture-desired-column to the current
7877 column.
7878 (picture-forward-column): Pay attention to multi-column character.
7879 (picture-backward-column): Likewise.
7880 (picture-move-down): Likewise.
7881 (picture-move-up): Likewise.
7882 (picture-movement-nw): With prefix arg, move twice columns.
7883 (picture-movement-ne): Likewise.
7884 (picture-movement-sw): Likewise.
7885 (picture-movement-se): Likewise.
7886 (picture-set-motion): Handle two-column movements.
7887 (picture-move): Call picture-move-down or picture-forward-column
7888 only when necessary.
7889 (picture-insert): Pay attention to picture-desired-column.
7890 (picture-self-insert): Likewise.
7891 (picture-clear-column): Pay attention to multi-column character.
7892 (picture-mode): Modify doc-string for two-column movement.
7893
7894 * rect.el (move-to-column-force): New function.
7895 (operate-on-rectangle): If coerce-tabs is non-nil, call
7896 move-to-column-force instead of move-to-column.
7897 (insert-rectangle): Call move-to-column-force instead of
7898 move-to-column.
7899 (open-rectangle-line): If begextra is not zero, call
7900 move-to-column-force.
7901
7902
7903 1998-11-16 Dave Love <fx@gnu.org>
7904
7905 * textmodes/sgml-mode.el Require skeleton when compiling.
7906 (sgml-font-lock-keywords-1): Accept single-letter tags.
7907 (v2): Defvar free variable.
7908
7909 1998-11-16 Sam Steingold <sds@goems.com>
7910
7911 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
7912 macro, not ELisp one.
7913
7914 1998-11-16 Kenichi Handa <handa@etl.go.jp>
7915
7916 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
7917 characters to symbol.
7918
7919 * language/japan-util.el (japanese-zenkaku-region): New optional
7920 arg KATAKANA-ONLY.
7921
7922 1998-11-16 Kenichi Handa <handa@etl.go.jp>
7923
7924 * international/mule.el
7925 (after-insert-file-set-buffer-file-coding-system): If the buffer
7926 is changed to unibyte, return inserted bytes.
7927
7928 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
7929 and link names if necessary.
7930 (tar-header-block-summarize): Handle the case that file or link
7931 names are multibyte.
7932 (tar-summarize-buffer): At first set the current buffer unibyte,
7933 then if there are multibyte file names, change it to multibyte.
7934 (tar-mode): Get char position from tar-header-offset.
7935 (tar-extract): Avoid multibyte<->unibyte conversion in
7936 insert-buffer-subsring by setting both buffers unibyte
7937 temporarily.
7938 (tar-copy): Set the buffer unibyte while doing a work. Write
7939 without code conversion.
7940 (tar-expunge): Set the buffer unibyte while doing a work.
7941 (tar-alter-one-field): Likewise.
7942 (tar-clear-modification-flags): Compare byte position with
7943 tar-header-offset.
7944 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
7945 insert-buffer-subsring by setting both buffers unibyte
7946 temporarily. Pay attention to multibyteness while updating the
7947 descriptor-line.
7948 (tar-mode-write-file): Write without code conversion.
7949
7950 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7951
7952 * nngateway.el: Require cl.
7953
7954 1998-11-15 Dave Love <fx@gnu.org>
7955
7956 * progmodes/fortran.el: Fix previous change:
7957 (fortran-end-prog-re1): Changed.
7958 (fortran-check-end-prog-re): New function.
7959 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
7960
7961 1998-11-13 Tom Breton <tob@world.std.com>
7962
7963 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
7964 GNU Emacs.
7965
7966 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
7967
7968 * textmodes/reftex.el: (reftex-finding-files): Group documentation
7969 fixed.
7970 (reftex-toc-toggle-file-boundary,
7971 reftex-toc-toggle-labels,
7972 reftex-toc-toggle-context,reftex-find-start-point): New functions.
7973 (reftex-toc-include-labels, reftex-toc-include-context,
7974 reftex-toc-include-file-boundaries,
7975 reftex-toc-keep-other-windows): New options.
7976 (reftex-use-text-after-label-as-context): Option removed.
7977 (reftex-extract-bib-entries): Protect use in non-latex
7978 buffers.
7979 (reftex-toc-visit-location): Renamed from
7980 `reftex-toc-visit-line'.
7981 (reftex-latin1-to-ascii): Works now with and without Mule.
7982 (reftex-truncate): Removed special stuff for Emacs 20.2.
7983 (reftex-get-offset): Made more general.
7984 (reftex-show-label-location): Renamed from
7985 `reftex-select-label-callback'.
7986 (reftex-pop-to-label): Function removed (using
7987 `reftex-show-label-location' instead.
7988 (reftex-insert-docstruct): Renamed from
7989 `reftex-make-and-insert-label-list'. Function args changed.
7990 (reftex-toc): Now uses `reftex-insert-docstruct' and
7991 `reftex-find-start-point'.
7992 (reftex-select-item): Use `reftex-find-start-point'.
7993 (reftex-toc-visit-line): Can display labels and file
7994 boundaries.
7995 (reftex-TeX-master-file): `(TeX-master-file)' protected.
7996
7997 1998-11-12 Sam Steingold <sds@goems.com>
7998
7999 * browse-url.el (browse-url): Handle the case when
8000 `browse-url-browser-function' is a lambda list.
8001
8002 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
8003
8004 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
8005 version string.
8006 * loadhist.el (symbol-file): Likewise
8007
8008 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
8009
8010 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
8011
8012 1998-11-11 Sam Steingold <sds@goems.com>
8013
8014 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
8015 `run-lisp' instead of signalling an error.
8016
8017 1998-11-11 Karl Heuer <kwzh@gnu.org>
8018
8019 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
8020
8021 1998-11-11 Richard Stallman <rms@gnu.org>
8022
8023 * vc-hooks.el (vc-toggle-read-only): Doc fix.
8024
8025 1998-11-11 Per Starback <starback@update.uu.se>
8026
8027 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
8028 renamed svenska8 to svenska, and fixed and extended CASECHARS
8029 for it.
8030
8031 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
8032
8033 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
8034 handling if setpagedevice is not available.
8035 (ps-begin-file): Fix typo.
8036
8037 1998-11-11 Kenichi Handa <handa@etl.go.jp>
8038
8039 * international/mule-util.el (compose-chars-component): Signal
8040 error if CH is a rule-based composition character.
8041 (compose-chars): Signal error if an already compsed character is
8042 going to be composed by rule-base.
8043
8044 * term/x-win.el: If a resolved ASCII font name doesn't conform to
8045 full XLFD, don't try to get information of WEIGHT and SLANT from
8046 that font name.
8047
8048 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
8049
8050 * dos-w32.el (set-default-process-coding-system): Use function on
8051 before-init-hook to set default-process-coding-system based on
8052 enable-multibyte-characters.
8053
8054 * term/w32-win.el ([language-change]): For now ignore
8055 keyboard language-change events.
8056
8057 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
8058
8059 * ediff-util.el (ediff-make-temp-file): Run the prefix through
8060 convert-standard-file-name, but leave the results of
8061 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
8062 characters if the original name already exists, or has a special
8063 handler.
8064
8065 1998-11-10 Karl Heuer <kwzh@gnu.org>
8066
8067 * international/iso-insert.el: Delete autoload cookies.
8068
8069 * international/iso-transl.el: Add autoload cookies.
8070
8071 1998-11-10 Richard Stallman <rms@gnu.org>
8072
8073 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
8074 (ispell-process-line): Don't treat multibyte
8075
8076 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
8077
8078 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
8079 setpagedevice to specify the page size if setpagedevice is
8080 available. This is necessary to select the correct paper tray on
8081 Level 2 printers with multiple paper sizes available.
8082
8083 (ps-begin-file): Cope with font names that contain spaces, and
8084 call BeginDoc in a BeginSetup/EndSetup block.
8085
8086 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
8087
8088 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
8089 convert-standard-filename.
8090
8091 * loadhist.el (symbol-file): Run fns-VERSION.el through
8092 convert-standard-filename.
8093
8094 1998-11-06 Richard Stallman <rms@gnu.org>
8095
8096 * textmodes/texinfmt.el (texinfo-format-scan):
8097 Detect the case of two @-commands in a row; process just the first.
8098 (texinfo-append-refill): If line has a @c, insert the @refill
8099 before it.
8100 (texinfo-format-refill): Return with point where the @refill was.
8101
8102 * files.el (hack-local-variables): Test local-enable-local-variables.
8103 (hack-local-variables-prop-line): Likewise.
8104 (set-auto-mode): Don't test local-enable-local-variables here.
8105 (enable-local-variables): Doc fix.
8106 (local-enable-local-variables): Doc fix.
8107 (normal-mode): Doc fix.
8108
8109 1998-11-06 Karl Heuer <kwzh@gnu.org>
8110
8111 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
8112
8113 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
8114
8115 * simple.el (line-number-mode): Doc fix.
8116
8117 1998-11-06 Kenichi Handa <handa@etl.go.jp>
8118
8119 * international/fontset.el (create-fontset-from-fontset-spec):
8120 Give correct arg to `error'.
8121
8122 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
8123
8124 * textmodes/sgml-mode.el (html-mode): Doc fix.
8125 (sgml-name-8bit-mode): Fix missing format character in message string.
8126
8127 1998-11-05 Karl Heuer <kwzh@gnu.org>
8128
8129 * mail/sendmail.el (sendmail-send-it): Check for failure.
8130
8131 1998-11-05 Richard Stallman <rms@gnu.org>
8132
8133 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
8134
8135 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
8136 (close-rectangle): Define as alias.
8137
8138 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
8139
8140 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
8141
8142 1998-11-05 Dave Love <fx@gnu.org>
8143
8144 * help.el (describe-variable): Don't quote link to source.
8145
8146 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
8147
8148 * gud.el (gud-common-init): Use pop-to-buffer.
8149 (same-window-regexps): Add an element that matches all gud buffers.
8150
8151 1998-11-04 Jason Rumney <jasonr@altavista.net>
8152
8153 * term/w32-win.el (x-get-selection-value): Alias to
8154 x-cut-buffer-or-selection-value.
8155 (w32-standard-fontset-spec): New variable.
8156 (w32-create-initial-fontsets, mouse-set-font): Check whether
8157 new-fontset is available.
8158 (w32-use-w32-font-dialog): Enable use of set-variable.
8159
8160 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8161
8162 * vc.el (with-vc-file, edit-vc-file): New macros.
8163
8164 1998-11-04 Kenichi Handa <handa@etl.go.jp>
8165
8166 * international/quail.el (quail-show-guidance-buf): Call
8167 set-minibuffer-window to set minibuffer window of the current
8168 frame correctly.
8169
8170 1998-11-03 Theodore Jump <tjump@tertius.com>
8171
8172 * term/w32-win.el: Require fontset.
8173
8174 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
8175
8176 * faces.el (set-face-font): Call resolve-fontset-name on w32.
8177 (set-face-font-auto): Ditto.
8178
8179 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
8180
8181 * mouse.el (mouse-drag-region): Fix typo.
8182
8183 1998-11-02 Dave Love <fx@gnu.org>
8184
8185 * progmodes/fortran.el Fix for fontification of strings lost somehow:
8186 (fortran-fontify-string): New function.
8187 (fortran-font-lock-keywords-1): Use it.
8188
8189 1998-11-02 Markus Rost <rost@delysid.gnu.org>
8190
8191 * comint.el (comint-file-name-quote-list): Doc fix.
8192
8193 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
8194
8195 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
8196 build directory, not source directory.
8197
8198 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
8199 if we did not get one for the final move.
8200
8201 1998-11-01 Dave Love <fx@gnu.org>
8202
8203 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
8204 Don't funcall browse-url-browser-function.
8205
8206 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
8207 Don't funcall browse-url-browser-function.
8208
8209 * fortran.el (fortran-end-prog-re1): Fix the regexp.
8210
8211 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
8212
8213 * files.el (revert-buffer): Doc fix.
8214
8215 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
8216
8217 * textmodes/tex-mode.el (tex-start-options-string):
8218 Quote the backslashes with more backslashes.
8219
8220 1998-10-31 Dave Love <fx@gnu.org>
8221
8222 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
8223 (webjump): Don't funcall browse-url-browser-function.
8224
8225 1998-10-30 Kenichi Handa <handa@etl.go.jp>
8226
8227 * international/quail.el (quail-start-translation): Handle
8228 switching of the frame in read-key-sequence.
8229 (quail-start-conversion): Likewise.
8230 (quail-show-guidance-buf): Detach quail-guidance-buf from any
8231 windows before setting an appropriate window for it.
8232 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
8233 quail-guidance-win to nil.
8234 (quail-update-guidance): If quail-guidance-buf is not in the
8235 selected frame, call quail-show-guidance-buf again.
8236
8237 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
8238
8239 * progmodes/pascal.el (pascal-mode):
8240 `blink-matching-paren-dont-ignore-comments' set to t.
8241
8242 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8243
8244 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
8245
8246 1998-10-30 Dave Love <fx@gnu.org>
8247
8248 * vc.el (vc-backend-merge-news): Check for "P" output.
8249
8250 * help.el (describe-variable): Hyperlink the definition.
8251
8252 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
8253
8254 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
8255 (sh-set-shell): Likewise.
8256
8257 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
8258
8259 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
8260 (edebug-on-error): Fix customize type to match that of
8261 debug-on-error.
8262
8263 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
8264
8265 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
8266 report-emacs-bug-address instead of undefined bug-gnu-emacs.
8267
8268 * international/mule-cmds.el (select-message-coding-system): Doc
8269 fix.
8270
8271 * international/mule-diag.el (describe-coding-system): Describe
8272 all flags.
8273
8274 * mail/sendmail.el (sendmail-coding-system,
8275 default-sendmail-coding-system): Doc fix.
8276
8277 * simple.el (shell-command-on-region): Doc fix.
8278
8279 * loadup.el: Write fns-*.el in current directory instead of
8280 data-directory since no installation directory exists yet. Mark
8281 buffer unmodified afterwards.
8282
8283 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
8284 instead of data-directory since it is architecture dependent.
8285 (load-history-loaded): Update doc string.
8286
8287 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
8288
8289 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
8290 path as a default directory when canonicalizing names.
8291
8292 * w32-fns.el: Remove a dangling reference to a directory on the
8293 build machine.
8294
8295 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
8296
8297 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
8298 namespace related keywords such as `class', `body', `private',
8299 `variable', `namespace eval', etc.
8300 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
8301 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
8302 imenu and font-lock so that searches for \sw would find words
8303 containing colons.
8304
8305 * progmodes/etags.el (initialize-new-tags-table):
8306 Do not alter find-tag-marker-ring and tags-location-ring.
8307
8308 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
8309
8310 * term/w32-win.el: Require fontset.
8311 (w32-init-fontsets): New function (code from x-win.el).
8312
8313 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8314
8315 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
8316 calendar-and-diary-frame-parameters): Add title parameter.
8317
8318 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
8319
8320 * completion.el (dynamic-completion-mode): New function to enable
8321 the mode. (Just loading the file now does not change anything.)
8322
8323 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8324
8325 * ps-print.el: User option for multibyte buffer handling and doc fix.
8326 (ps-multibyte-buffer): New user option.
8327 (ps-setup): Print new user option.
8328 (ps-print-quote): New fun.
8329 (ps-color-p, ps-mule-font-info-database-latin): New var.
8330 (ps-default-color, ps-mule-font-info-database)
8331 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
8332 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
8333 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
8334 Little code improvement.
8335 (ps-mule-initialize): Initialize ps-mule-font-info-database.
8336 (ps-print-prologue-header, ps-font-family, ps-font-size)
8337 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
8338 (ps-build-face-reference, ps-mule-font-info-database-bdf)
8339 (ps-mule-external-libraries, ps-mule-init-external-library)
8340 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
8341 Doc fix.
8342 (ps-print-version): New version number (4.1.1) and doc fix.
8343 (ps-print-prologue-header): New user option.
8344 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
8345 Conditional compilation for GNU Emacs and emacsens.
8346 (ps-generate-postscript-with-faces): Skip invisible text better.
8347 (ps-setup): Print new user option.
8348 (ps-print-preprint): Check if input file name exists and is unwritable.
8349 (ps-begin-file): Adjust PostScript prologue header for duplex printers
8350 and insert user PostScript prologue header comments.
8351 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
8352 New funs.
8353 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
8354 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
8355 PostScript programming normalization.
8356 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
8357 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
8358 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
8359 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
8360 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
8361 Programming style normalization.
8362
8363 1998-10-26 Kenichi Handa <handa@etl.go.jp>
8364
8365 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
8366 version, check the value of mule-version.
8367
8368 * international/mule-util.el (compose-region): Insert then delete
8369 to preserve markers.
8370 (decompose-region): Use search-forward for efficiency.
8371
8372 * language/chinese.el (pre-write-encode-hz): Cancel previous
8373 change, use generate-new-buffer instead of get-buffer-create.
8374 * language/devan-util.el
8375 (in-is13194-devanagari-pre-write-conversion): Likewise.
8376 * language/thai-util.el (thai-pre-write-conversion): Likewise.
8377 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
8378 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
8379
8380 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
8381
8382 * mail/rmailsum.el (rmail-message-subject-p):
8383 Handle message whose header has not been reformatted.
8384
8385 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
8386
8387 1998-10-25 Jason Rumney <jasonr@altavista.net>
8388
8389 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
8390 New variables.
8391 (mouse-set-font): Use font menus instead of dialog according to
8392 w32-use-w32-font-dialog.
8393
8394 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8395
8396 * calendar/calendar.el (calendar-day-name-array): Add doc string
8397 correctly!
8398 (calendar-month-name-array): Add doc string correctly!
8399
8400 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
8401
8402 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
8403
8404 1998-10-21 Markus Rost <rost@delysid.gnu.org>
8405
8406 * lisp/info.el (Info-next-menu-item): Stay on top of node.
8407
8408 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
8409
8410 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
8411
8412 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
8413
8414 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
8415
8416 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
8417
8418 1998-10-21 Karl Heuer <kwzh@gnu.org>
8419
8420 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
8421 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
8422 (profile-filter, profile-reset-timer): Functions deleted.
8423 (profile-check-zero-init-times, profile-get-time): Likewise.
8424 (profile-find-function, profile-quit): Likewise.
8425 (profile-distinct, profile-call-stack, profile-last-time): New vars.
8426 (profile-time-list, profile-init-list): Doc fix.
8427 (profile-functions): Simplify.
8428 (profile-print): Use float. Make output include space separators.
8429 (profile-add-time): New helper function.
8430 (profile-function-prolog): Renamed from profile-start-function.
8431 Handle profile-distinct.
8432 (profile-function-epilog): Renamed from profile-update-function.
8433 Handle profile-distinct.
8434 (profile-a-function): If the function to be profiled is an
8435 autoload form, load it. If it's lazy-loaded, fetch it.
8436 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
8437 (profile-restore-fun): Arg FUN is now a function symbol, as was
8438 documented, rather than a one-element list.
8439 (profile-finish): Call profile-restore-fun properly.
8440
8441 1998-10-21 Kenichi Handa <handa@etl.go.jp>
8442
8443 * international/characters.el: Setup charset property
8444 nospace-between-words.
8445
8446 * international/mule-cmds.el (get-charset-property): If CHARSET is
8447 composition, return nil.
8448 (put-charset-property): If CHARSET is composition, do nothing.
8449
8450 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
8451 * language/devan-util.el
8452 (in-is13194-devanagari-pre-write-conversion): Likewise.
8453 * language/thai-util.el (thai-pre-write-conversion): Likewise.
8454 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
8455 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
8456
8457 * textmodes/fill.el (sentence-end-without-period): New variable.
8458 (canonically-space-region): Pay attention to
8459 sentence-end-without-period.
8460 (fill-find-break-point): The first argument CHARSET deleted.
8461 Caller changed.
8462 (fill-region-as-paragraph): Pay attention to charset property
8463 nospace-between-words and text property nospace-between-words.
8464
8465 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
8466
8467 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
8468 an unrecognized shell.
8469
8470 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
8471
8472 * desktop.el (desktop-save): Include minor modes symbolically.
8473 (desktop-create-buffer): Turn on all minor modes in `mim'.
8474
8475 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
8476
8477 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
8478 (sh-font-lock-keywords): Handle rpm and rpm2.
8479 (sh-ancestor-alist): Handle rpm.
8480
8481 * files.el (auto-mode-alist): Recognize .rpm files.
8482 Also .spec and .mspec files.
8483
8484 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
8485
8486 * faces.el (frame-set-background-mode): Enable the function for
8487 MSDOS frames.
8488
8489 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8490
8491 * calendar/calendar.el (calendar-day-name-array): Add doc string.
8492 (calendar-month-name-array): Add doc string.
8493
8494 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8495
8496 * simple.el (kill-ring-max): Increased to 60.
8497
8498 1998-10-17 Kenichi Handa <handa@etl.go.jp>
8499
8500 * international/characters.el: Setup auto-fill-chars.
8501
8502 * international/kinsoku.el (kinsoku): Check the variable
8503 enable-kinsoku.
8504
8505 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
8506 Don't call kinsoku directly, intead call fill-find-break-point.
8507
8508 * textmodes/fill.el: Setup `fill-find-break-point-function'
8509 property to character sets which require `kinsoku' processing for
8510 filling.
8511 (fill-find-break-point): New function.
8512 (fill-region-as-paragraph): Don't check kinsoku-enable here.
8513 Don't call kinsoku directly, intead call fill-find-break-point.
8514
8515 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
8516
8517 * faces.el (modify-face-read-string): Return (nil) for "none".
8518 (modify-face): Don't get error if (nil) is the argument.
8519 (face-try-color-list): Don't check whether nil is a valid color.
8520
8521 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
8522
8523 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8524 Print message about each directory, even in batch mode.
8525
8526 * gnus/nntp.el: Require `cl' before using nnoo-declare.
8527
8528 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
8529 (ps-mule-string-char): No need to use sref.
8530 (ps-mule-next-index): No need to use sref.
8531
8532 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
8533
8534 * files.el (revert-buffer-internal-hook): Add defvar.
8535
8536 * arc-mode.el (archive-mode): Locally set file-precious-flag.
8537
8538 * tar-mode.el (tar-mode): Locally set file-precious-flag.
8539
8540 1998-10-16 Markus Rost <rost@delysid.gnu.org>
8541
8542 * international/mule-cmds.el (default-input-method): Fix custom type.
8543
8544 * net-utils.el (whois-server-list): Fix customization type.
8545
8546 * shell.el (shell-input-autoexpand): Fix customization group.
8547
8548 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
8549
8550 * repeat.el (repeat): Handle keyboard macros properly.
8551 Handle new prefix arg after self-insert command.
8552
8553 * repeat.el: Don't include cl even at compile time.
8554 (repeat): Avoid using `loop'.
8555
8556 * simple.el (shell-command-on-region): Doc fix.
8557 (next-history-element): Special error message if no default.
8558
8559 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
8560
8561 * ps-print.el (ps-print-buffer): Doc fix.
8562 (ps-despool): Likewise.
8563
8564 * arc-mode.el (arc-mode): Provide arc-mode.
8565
8566 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
8567
8568 * ps-print.el (ps-print-buffer): Doc fix.
8569
8570 1998-10-14 Dave Love <fx@gnu.org>
8571
8572 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
8573 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
8574 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
8575
8576 * progmodes/fortran.el (fortran-mode-map): Change "Join
8577 Continuation Line" to "Join Line".
8578 (fortran-font-lock-keywords-1): Add "cycle", "exit".
8579
8580 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
8581
8582 * progmodes/fortran.el (fortran-join-line): Use
8583 `delete-indentation' instead of issuing an error message if not on
8584 a continuation line. Provide for joining several lines using
8585 prefix arg.
8586
8587 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
8588
8589 * term/pc-win.el (msdos-color-values): New variable.
8590 (x-color-values): New function, emulates its namesake from
8591 src/xfns.c.
8592 (msdos-bg-mode): Add all dark colors to those which return
8593 "dark".
8594
8595 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
8596
8597 * replace.el (keep-lines, flush-lines, how-many):
8598 Don't ignore case if arg has upper case letters.
8599
8600 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
8601
8602 * progmodes/vhdl-mode.el
8603 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
8604 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
8605 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
8606 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
8607 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
8608 (vhdl-when): Fix indentation problem.
8609 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
8610 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
8611 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
8612
8613 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
8614
8615 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
8616 (ls-lisp-insert-directory): Renamed from insert-directory.
8617 (insert-directory): New function.
8618
8619 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
8620
8621 * simple.el (completion-fixup-function): Variable deleted.
8622 (completion-setup-function): Delete code for completion-fixup-function.
8623 * emacs-lisp/lisp.el (lisp-complete-symbol):
8624 Don't bind completion-fixup-function.
8625
8626 * files.el (find-file-wildcards): New option.
8627 (find-file-noselect): Handle wild cards, if enabled.
8628 (file-expand-wildcards): New function.
8629
8630 * simple.el (set-fill-column): Doc fix.
8631
8632 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8633
8634 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
8635
8636 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
8637
8638 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
8639 Move declaration before first use.
8640 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
8641 hif-math, hif-factor): Rename token to hif-token and token-list to
8642 hif-token-list.
8643 (hif-token, hif-token-list): Declare them.
8644 (hif-find-ifdef-block): Return cons of top and bottom point
8645 instead of setting dynamically bound variables.
8646 (hide-ifdef-block, show-ifdef-block): Use return value of
8647 hif-find-ifdef-block.
8648
8649 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8650
8651 * subr.el (read-passwd): Use clear-this-command-keys.
8652
8653 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
8654
8655 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
8656 and ...-for-write.
8657
8658 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
8659
8660 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
8661 responses to GROUP command, since this may be called from a timer
8662 with quit inhibited.
8663
8664 1998-10-12 Kenichi Handa <handa@etl.go.jp>
8665
8666 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
8667 set unconditional-jump to nil.
8668 (ccl-compile-read-multibyte-character): Return nil.
8669 (ccl-compile-write-multibyte-character): Likewise.
8670 (ccl-compile-translate-character): Likewise
8671 (ccl-compile-map-multiple): Likewise.
8672 (ccl-compile-map-single): Likewise.
8673
8674 * international/kinsoku.el: Add coding tag.
8675 (kinsoku-bol): Remove superfluous TAB in a string.
8676
8677 * international/mule-cmds.el (find-coding-systems-for-charsets):
8678 Delete `composition' (if any) from CHARSETS.
8679
8680 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8681
8682 * international/mule-cmds.el (setup-specified-language-environment):
8683 Add apropos-inhibit property.
8684 (describe-specified-language-support): Likewise.
8685
8686 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
8687
8688 * international/mule.el (make-coding-system): Create -with-esc
8689 variant coding system.
8690
8691 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
8692
8693 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
8694 (next-file): Optionally offer to revert a file's buffer,
8695 if it has an existing buffer but the file has changed.
8696
8697 * info.el (Info-insert-dir): Detect and report problems
8698 in input files, such as "No Top node". Return with point
8699 at the beginning of the text.
8700 (Info-find-node): Reinsert the code to handle files
8701 with no tags table; it was deleted by mistake.
8702
8703 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
8704
8705 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
8706 texinfo-find-higher-level-node repeatedly find the same node.
8707 (texinfo-find-higher-level-node): Doc fix.
8708
8709 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
8710
8711 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
8712 (smtpmail-address-buffer): Add defvar.
8713 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
8714
8715 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
8716
8717 * ffap.el (ffap-machine-p-local): Fix editing error.
8718
8719 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
8720
8721 * faces.el (frame-set-background-mode):
8722 Don't do anythung for text-only or MSDOS frame.
8723
8724 1998-10-08 Kenichi Handa <handa@etl.go.jp>
8725
8726 * international/quail.el (quail-defrule): New optional arg APPEND.
8727 (quail-defrule-internal): Fix bug of handling the argument APPEND.
8728
8729 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
8730
8731 * gnus/pop3.el (pop3-open-server):
8732 Set process-coding-system-alist around open-network-stream.
8733
8734 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
8735
8736 * files.el (save-buffer): Doc fix.
8737
8738 1998-10-07 Karl Heuer <kwzh@gnu.org>
8739
8740 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
8741 return DEF unchanged, not nil. Simplify.
8742
8743 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
8744
8745 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
8746
8747 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
8748
8749 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
8750
8751 * net-utils.el (ftp, nslookup): Require comint.
8752 (network-service-connection): Likewise.
8753 (whois-server-name): Defaults to whois.arin.net
8754 (whois-server-list, whois-server-tld, whois-guess-server): New var.
8755 (whois): Tries to guess the appropriate top-level domain server.
8756 (whois-get-tld): New function.
8757
8758 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
8759 (dirtrack-debug-toggle): Added this function.
8760
8761 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8762
8763 * files.el (find-file-noselect): Switch to the correct buffer
8764 before checking find-file-literally, and allow non-nil non-t
8765 rawfile params.
8766
8767 1998-10-06 Karl Heuer <kwzh@gnu.org>
8768
8769 * midnight.el (clean-buffer-list): Add autoload cookie.
8770
8771 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
8772 no-autosave.
8773 * tar-mode.el (tar-mode-revert): Likewise.
8774 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
8775 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
8776 * gnus/message.el (message-auto-save-directory): Renamed from
8777 message-autosave-directory. All references changed.
8778
8779 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8780
8781 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
8782 string. Expose mime stuff while searching.
8783
8784 1998-10-06 Richard Stallman <rms@gnu.org>
8785
8786 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
8787
8788 * replace.el (perform-replace): Position point properly
8789 before and after the recursive edit of C-r.
8790
8791 * progmodes/etags.el (tags-reset-tags-tables): Properly
8792 find the markers in the old rings that are being discarded.
8793
8794 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8795
8796 * apropos.el (apropos-print): Control invalid characters.
8797
8798 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
8799 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
8800 confusing customize.
8801
8802 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
8803
8804 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
8805 built-in commands. Add more built-in commands and fix face names.
8806
8807 1998-10-05 Simon Marshall <simon@gnu.org>
8808
8809 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
8810
8811 1998-10-04 Eric Ludlam <zappo@gnu.org>
8812
8813 * speedbar.el (speedbar-initial-expansion-list-name): Remove
8814 customization since it is not useful in this case.
8815 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
8816 sure it gets evalled to a number. Also verify that set-frame-name
8817 fn exists before calling it.
8818
8819 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
8820 Protect a `forward-sexp' call which could fail, and improved regex
8821 for ie, and eg abbreviations.
8822
8823 1998-10-02 Noah Friedman <friedman@splode.com>
8824
8825 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
8826 send-string.
8827 (rlogin-send-Ctrl-D): Here also.
8828 (rlogin-send-Ctrl-Z): Here also.
8829 (rlogin-send-Ctrl-backslash): Here also.
8830
8831 1998-10-02 Dave Love <fx@gnu.org>
8832
8833 * outline.el (hide-region-body): Bind
8834 outline-view-change-hook to nil while making repeated calls to
8835 outline-flag-region. Run it once at the end.
8836 (hide-other, hide-sublevels, show-children): Likewise.
8837
8838 * info-look.el: Remove duplicate scheme-mode entry.
8839 (info-lookup-make-completions): When looking for entries, check
8840 that `item' isn't null or "Menu".
8841
8842 1998-10-01 Karl Heuer <kwzh@gnu.org>
8843
8844 * net-utils.el: Don't require ffap.
8845 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
8846 (ping, nslookup-host, finger, network-connection-to-service): Use them.
8847
8848 1998-09-30 Richard Stallman <rms@gnu.org>
8849
8850 * ispell.el (check-ispell-version): No need to bind default-major-mode.
8851
8852 * imenu.el (imenu--generic-function): Sort each submenu by position.
8853 (imenu--sort-by-position): New function.
8854
8855 * cus-edit.el (Custom-mode-menu): Fix info node name.
8856 (customize group): Fix info node name.
8857
8858 * mail/mailalias.el (build-mail-aliases): Don't allow
8859 a newline in the alias name. Don't define an alias
8860 if the definition would be empty.
8861
8862 * which-func.el (which-func-mode-global): Make :set function
8863 more reliable.
8864
8865 * custom.el (custom-set-variables): Load the requests first,
8866 then check the symbol's `set' function.
8867
8868 * ffap.el: Doc fixes.
8869
8870 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8871
8872 * gnus.el: (gnus-valid-select-methods): Fix type.
8873 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
8874 * gnus-score.el (gnus-orphan-score): Fix type.
8875 (gnus-score-default-header, gnus-score-default-type): Fix type.
8876 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
8877 (gnus-saved-headers): Fix type.
8878
8879 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
8880 Avoid nil value of `two-lines-citation-part'.
8881
8882 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
8883
8884 * which-func.el (which-function): Handle case when
8885 (car imenu--index-alist) is nil.
8886
8887 1998-09-29 Dave Love <fx@gnu.org>
8888
8889 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
8890 bzip2 args.
8891
8892 1998-09-29 Simon Marshall <simon@gnu.org>
8893
8894 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
8895 comint-exec-hook.
8896
8897 1998-09-29 Stephen Eglen <stephen@gnu.org>
8898
8899 * info-look.el: Add support for Octave.
8900
8901 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
8902
8903 * textmodes/reftex.el (reftex-finding-files): New customize group.
8904 (reftex-texpath-environment-variables,
8905 reftex-use-external-file-finders, reftex-external-file-finders,
8906 reftex-search-unrecursed-path-first): New options.
8907 (reftex-process-string, reftex-find-file-externally): New
8908 functions.
8909 (reftex-access-search-path): Execute shell commands to find the
8910 search path.
8911 (reftex-toggle-auto-view-crossref): When turning on, make sure
8912 `reftex-auto-view-crossref' becomes non-nil.
8913 (reftex-abbrev-regexp): Constant removed.
8914 (reftex-convert-string): Abbrev regexp calculated locally.
8915
8916 1998-09-28 Dave Love <fx@gnu.org>
8917
8918 * progmodes/fortran.el: Don't call regexp-opt when deriving
8919 font-lock patterns with keywords that aren't all literal.
8920
8921 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
8922
8923 * octave-inf.el (inferior-octave-prompt): Also match prompts of
8924 the form `octave.bin:1>' which come from using precopiled binary
8925 versions.
8926
8927 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
8928
8929 * help.el (help-for-help): Use %THIS-KEY%.
8930 (help-quit): Add doc.
8931
8932 * help-macro.el (make-help-screen): Keep HELP-TEXT
8933 in a separate function definition, not in the help command FNAME.
8934 Replace %THIS-KEY% with the key sequence that ran FNAME.
8935
8936 1998-09-25 Richard Stallman <rms@gnu.org>
8937
8938 * textmodes/texinfo.el (texinfo-show-structure):
8939 Bind inhibit-read-only.
8940
8941 * isearch.el (isearch-search-and-update): Properly
8942 handle upper case letters in the reverse-search special case.
8943
8944 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8945
8946 * gnus.el: Extend the list of autoloaded functions.
8947
8948 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
8949 buffer before creating help group. (from Gnus v5.6.43, fix by
8950 1998-08-20 Per Starback <starback@update.uu.se>)
8951
8952 * gnus-util.el (gnus-output-to-rmail): Adjust to
8953 `rmail-output-to-rmail-file'.
8954
8955 1998-09-25 Karl Heuer <kwzh@gnu.org>
8956
8957 * hexl.el (hexl-mode-map): More of previous change.
8958
8959 * textmodes/tex-mode.el (tex-run-command): Doc fix.
8960 (tex-start-tex): Don't use tex-start-options-string in star case.
8961 Quote file name in star case as well as in non-star.
8962 Add blank and quoting of option string here.
8963 (tex-start-options-string): Not here.
8964
8965 1998-09-23 Karl Heuer <kwzh@gnu.org>
8966
8967 * term.el (term-delimiter-argument-list): Doc fix.
8968 (term-emulate-terminal): Escape literal semicolon.
8969 * progmodes/asm-mode.el (asm-mode): Doc fix.
8970 (asm-comment-char): Escape literal semicolon.
8971 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
8972
8973 1998-09-23 Richard Stallman <rms@gnu.org>
8974
8975 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
8976 only those that normally modify the buffer.
8977
8978 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
8979 over again.
8980
8981 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
8982
8983 * ispell.el (check-ispell-version): Ensure same buffer is current
8984 when let-binding of case-fold-search ends.
8985
8986 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8987
8988 * ps-print.el: Skip invisible overlay.
8989 Test for set-buffer-multibyte rather than using mule-version.
8990 (ps-print-version): New version number (4.1) and doc fix.
8991 (ps-generate-postscript-with-faces): Skip invisible overlay.
8992
8993 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
8994
8995 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
8996
8997 1998-09-22 Kenichi Handa <handa@etl.go.jp>
8998
8999 * international/quail.el (quail-update-guidance): Check for the
9000 return value of (quail-guidance) fixed.
9001 (quail-update-translation): Bind quail-current-str locally when it
9002 calls quail-update-guidance.
9003 (quail-update-translation): If input-method-exit-on-first-char is
9004 non-nil, terminate translation only when the current input method
9005 is simple.
9006
9007 1998-09-22 Paul Eggert <eggert@twinsun.com>
9008
9009 * startup.el (locale-translation-file-name): Prefer X-related names
9010 to the name used by GNU/Linux sans X. Set to nil if no file found.
9011 (command-line): Use locale-translation-file-name if it is not nil,
9012 instead of testing for its existence again.
9013 regexp-quote the ctype before using it in a regexp.
9014 Allow a colon to appear after the ctype in the aliases file,
9015 as is done in X11R6.4.
9016
9017 1998-09-21 Richard Stallman <rms@gnu.org>
9018
9019 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
9020
9021 * calendar/appt.el (appt-interval): Variable deleted.
9022 (appt-check): For minutes in between appt-display-interval times,
9023 do check, but don't display anything except an updated mode line.
9024 Count against appt-display-interval based on minutes since
9025 first display of this appointment, not based on time of day.
9026 If appt-display-mode-line, force mode line redisplay
9027 whenever appt-mode-string has changed.
9028 (appt-add, appt-delete): Add autoload cookies.
9029 (appt-check): Catch errors from calling `diary'.
9030 (appt-max-time): Renamed from max-time.
9031 (appt-now-displayed, appt-display-count): New variables.
9032 (appt-timer): Don't create one if we already have one.
9033
9034 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9035 More general code to use the source buffer instead of the zap file.
9036
9037 * hilit-chg.el (highlight-compare-with-file): Renamed from
9038 compare-with-file.
9039
9040 * loadhist.el (load-history-loaded): New variable.
9041 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
9042
9043 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
9044
9045 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9046 Fix error messages.
9047
9048 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
9049
9050 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
9051 Emacs frame.
9052
9053 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9054
9055 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
9056 `undecided' and `undecided-unix'.
9057
9058 1998-09-21 Dave Love <fx@gnu.org>
9059
9060 * help.el (help-make-xrefs): Fix typo affecting Info references.
9061
9062 * subr.el (remove-hook): Check list values to avoid errors.
9063
9064 1998-09-18 Noah Friedman <friedman@splode.com>
9065
9066 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
9067 store string in eldoc-last-message without consing a new string.
9068 Rearrange logic from nested if's into cond's.
9069 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
9070 Do not print message; just return string.
9071 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
9072 Do not print message; just return string.
9073 Cache that string in eldoc-last-data.
9074 (eldoc-last-data): Make into a vector.
9075 (eldoc-get-fnsym-args-string): Use new data form of structure.
9076 (eldoc-get-var-docstring): Here also.
9077 (eldoc-last-data-store): New function.
9078 (eldoc-get-fnsym-args-string): Use it.
9079 (eldoc-get-var-docstring): Here also.
9080 (eldoc-docstring-first-line): Minimize interim string consing.
9081 Call substitute-command-keys on the result.
9082 (eldoc-print-var-docstrings, eldoc-print-docstring,
9083 eldoc-docstring-message): Functions removed.
9084 (eldoc-docstring-format-sym-doc): New function, functionality
9085 ripped out of eldoc-docstring-message.
9086 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
9087
9088 1998-09-18 Kenichi Handa <handa@etl.go.jp>
9089
9090 * international/mule.el (make-coding-system): Doc-string modified.
9091
9092 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
9093
9094 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
9095
9096 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
9097 customize type.
9098
9099 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
9100 type.
9101
9102 * progmodes/compile.el (compilation-error-screen-columns): New
9103 variable.
9104 (compilation-next-error-locus): Use it to decide whether to use
9105 forward-char or move-to-column.
9106
9107 * mail/rmail.el (rmail-movemail-program): Fix customize type.
9108
9109 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
9110 feedmail-fiddle-plex-user-list,
9111 feedmail-spray-address-fiddle-plex-list,
9112 feedmail-prompt-before-queue-user-alist,
9113 feedmail-prompt-before-queue-help-supplement,
9114 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
9115 feedmail-queue-alternative-mail-header-separator): Fix customize
9116 type.
9117
9118 * startup.el (site-run-file): Fix customize type.
9119
9120 * speedbar.el (speedbar-initial-expansion-list-name): Fix
9121 customize type.
9122
9123 * shell.el (shell-input-autoexpand): Fix customize type.
9124
9125 * ps-print.el (ps-font-info-database): Add missing dots in value.
9126 Improve layout of customize type.
9127
9128 * net-utils.el (traceroute-program-options, ping-program-options,
9129 ipconfig-program-options, netstat-program-options,
9130 arp-program-options, route-program-options,
9131 nslookup-program-options, ftp-program-options): Fix customize
9132 type.
9133
9134 * midnight.el (clean-buffer-list-kill-regexps,
9135 clean-buffer-list-kill-buffer-names,
9136 clean-buffer-list-kill-never-buffer-names,
9137 clean-buffer-list-kill-never-regexps): Fix customize type.
9138
9139 * man.el (Man-init-defvars): Avoid trailing nil on
9140 Man-filter-list.
9141
9142 * lpr.el (printer-name): Fix customize type.
9143
9144 1998-09-16 Kenichi Handa <handa@etl.go.jp>
9145
9146 * international/mule-cmds.el (reset-language-environment): Call
9147 update-coding-systems-internal.
9148
9149 * international/mule-conf.el: Call update-coding-systems-internal
9150 at the tail.
9151
9152 1998-09-14 Dave Love <fx@gnu.org>
9153
9154 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
9155 use the menu-enable properties, pending doing it correctly and
9156 acceptably fast.
9157
9158 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
9159
9160 1998-09-13 Dave Love <d.love@dl.ac.uk>
9161
9162 * progmodes/hideshow.el (hs-grok-mode-type): Check
9163 comment-{start,end} non-nil as well as bound. Report an error if
9164 we can't grok the mode.
9165
9166 1998-09-13 Richard Stallman <rms@gnu.org>
9167
9168 * simple.el (blink-matching-open): Don't log paren matching
9169 messages in *Messages*.
9170
9171 1998-09-12 Richard Stallman <rms@gnu.org>
9172
9173 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
9174 Set point-before-scroll at end even if there was an error.
9175
9176 * ange-ftp.el (ange-ftp-insert-file-contents):
9177 Use binary mode for dumb-unix hosts as for unix hosts.
9178 (ange-ftp-copy-file-internal): Likewise.
9179
9180 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
9181
9182 * emacs-lisp/pp.el: Doc fixes.
9183
9184 * wid-edit.el (widget-menu-max-shortcuts): New variable.
9185 (widget-choose): Don't use single-char shortcuts if # items
9186 exceeds that many. Use minibuffer instead.
9187
9188 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9189
9190 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
9191
9192 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
9193
9194 * speedbar.el (speedbar-frame-mode): Do not set frame position if
9195 in terminal mode.
9196
9197 1998-09-10 Noah Friedman <friedman@splode.com>
9198
9199 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
9200 defcustom declaration. It's wreaking too much havoc with XEmacs
9201 and older versions of Emacs, which share this code.
9202
9203 * type-break.el (type-break-mode): Here also.
9204
9205 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
9206 `t' to add-hook also to modify the new local value.
9207
9208 1998-09-10 Dave Love <fx@gnu.org>
9209
9210 * vc.el (vc-insert-headers): Doc fix.
9211
9212 1998-09-10 Richard Stallman <rms@gnu.org>
9213
9214 * textmodes/flyspell.el (flyspell-mode-on): Make the
9215 ispell-... variables permanent locals.
9216 (flyspell-mode-off): Add autoload cookie.
9217
9218 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
9219 do use binary mode, just as for `unix'.
9220 (ange-ftp-host-type): If HOST is nil, return `unix'.
9221
9222 * dired.el (dired-mark-files-containing-regexp):
9223 Don't scan directories. Ignore non-readable files.
9224
9225 * progmodes/compile.el (compilation-error-regexp-alist):
9226 Fix previous change: allow . and _ in command name.
9227
9228 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
9229
9230 * uncompress.el (uncompress-while-visiting):
9231 Use just the car of what find-operation-coding-system returns.
9232
9233 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
9234
9235 * shell.el (shell-file-name-quote-list): Add # to the value.
9236
9237 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
9238
9239 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
9240 to make killing of ispell process work even if
9241 kill-all-local-variables has been run.
9242
9243 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9244
9245 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
9246 loop when sexp entry ends at end of file with no newline.
9247
9248 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9249
9250 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
9251 (Custom-reset-standard): Fix menu inconsistency.
9252
9253 * mail/feedmail.el (feedmail-from-line): Allow t.
9254 (feedmail-message-id-suffix): Allow nil.
9255
9256 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
9257 Simplify. Make prefix arg work right.
9258
9259 1998-09-09 Dave Love <fx@gnu.org>
9260
9261 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
9262
9263 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
9264
9265 1998-09-08 Dave Love <fx@gnu.org>
9266
9267 * add-log.el (change-log-font-lock-keywords): Do parenthesized
9268 stuff only after file names or at start of line. Allow parens
9269 around e-mail, as well as angles.
9270
9271 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9272 ignore-errors too, eval'd when compile. Require w3 stuff at load
9273 time for nicer failure if it's not available.
9274
9275 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
9276
9277 * comint.el (comint-arguments): Ignore backslashes when using
9278 w32 shells that expect backslashes as the directory separator.
9279
9280 1998-09-04 Kenichi Handa <handa@etl.go.jp>
9281
9282 * international/fontset.el (resolved-ascii-font): New variable.
9283 (x-complement-fontset-spec): By side effect, set
9284 `resolved-ascii-font' to the resolved name of ASCII font."
9285 (create-fontset-from-fontset-spec): Don't get a value for
9286 resolved-ascii-font from the list full-fontlist. It is set by
9287 x-complement-fontset-spec now.
9288
9289 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
9290 version, check the value of mule-version.
9291
9292 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
9293
9294 * textmodes/reftex.el (reftex-view-crossref): Split up into
9295 several functions. No longer moves to find a macro.
9296 (reftex-view-cr-cite, reftex-view-cr-ref,
9297 reftex-end-of-bib-entry): New functions.
9298 (reftex-auto-view-crossref): New value `window' allowed.
9299 (reftex-view-crossref-when-idle): Process new `window' option in
9300 (reftex-translate-to-ascii-function): New default.
9301 (reftex-label-illegal-re): Default changed, removed Latin1.
9302 (reftex-latin1-to-ascii): New function.
9303 (reftex-what-environment): Check for section regexp before use.
9304 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
9305 absolute path names.
9306 (reftex-TeX-master-file): Changed sequence of file checks.
9307 (reftex-do-citation): bibview cache only with RefTeX mode on.
9308
9309 1998-09-06 Richard Stallman <rms@gnu.org>
9310
9311 * progmodes/compile.el (compilation-error-regexp-alist):
9312 In first pattern (GNU utilities and other things),
9313 allow a space after the optional program name at the beginning.
9314
9315 * mail/mail-hist.el (mail-hist-current-header-contents):
9316 Fix previous change: use mail-header-end.
9317
9318 1998-09-06 Bill Richter <richter@math.nwu.edu>
9319
9320 * international/ccl.el: Doc fixes.
9321 * international/encoded-kb.el: Doc fixes.
9322 * international/fontset.el: Doc fixes.
9323 * international/kinsoku.el: Doc fixes.
9324 * international/kkc.el: Doc fixes.
9325 * international/mule-cmds.el: Doc fixes.
9326 * international/mule-conf.el: Doc fixes.
9327 * international/mule-util.el: Doc fixes.
9328 * international/mule.el: Doc fixes.
9329
9330 1998-09-05 Eric Ludlam <zappo@gnu.org>
9331
9332 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
9333 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
9334 (checkdoc-this-string-valid-engine): Permit ? as terminating
9335 punctuation for first line sentence breaking.
9336 (checkdoc-this-string-valid): When converting a comment into a doc
9337 string, make sure " chars are \".
9338 (checkdoc-sentencespace-region-engine): Only do double space check
9339 if based on the variable `sentence-end-double-space'
9340 (checkdoc-this-string-valid-engine): ? ends valid sentence.
9341 (checkdoc-proper-noun-region-engine): Exclude items in URLs
9342
9343 1998-09-04 Richard Stallman <rms@gnu.org>
9344
9345 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9346 Recognize define-skeleton as a function definer.
9347
9348 * cus-edit.el (customize-option): Refuse to customize
9349 a variable that has no defcustom. But if variable is autoloaded,
9350 first try to load the library that defines it.
9351
9352 * international/iso-insert.el: Use `string' before calling `insert'
9353 so that in multibyte buffers we insert multibyte chars.
9354
9355 * dired.el (dired-mark-files-containing-regexp):
9356 Don't use find-file; instead, insert the file in a temp buffer.
9357
9358 * textmodes/tex-mode.el (tex-start-options-string): New option.
9359 (tex-start-tex): Use that variable.
9360
9361 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
9362 value in the `repeat' alternative a list.
9363
9364 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
9365 the inserted newline, verify that one was really inserted.
9366
9367 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
9368 remains on or remains off.
9369 (flyspell-multi-language-p): Default changed to nil.
9370
9371 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
9372 In "found in comment" case, don't beginning-of-line after forward-line.
9373
9374 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9375 If the function definition is not a lambda, return original FORM
9376 with no error.
9377
9378 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
9379
9380 * net-utils.el (netstat-program-options): Changed from nil to "-a"
9381 so that by default netstat shows all network connections.
9382
9383 1998-09-04 Bob Weiner <weiner@altrasoft.com>
9384
9385 * international/quail.el: Doc fixes.
9386
9387 * info.el (info): Don't add parens if FILE already has them.
9388
9389 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
9390
9391 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
9392 on extension lines.
9393
9394 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
9395
9396 * w32-fns.el (w32-shell-dos-semantics): New function.
9397
9398 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
9399
9400 * international/quail.el (quail-choose-completion-string): Store
9401 completion `choice' in `quail-current-str'; don't insert it.
9402
9403 1998-09-02 Kenichi Handa <handa@etl.go.jp>
9404
9405 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
9406 argument to ps-mule-generate-bitmap-font.
9407
9408 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
9409 entry and change Latin-1 entry in the default value.
9410 (ps-mule-font-info-database-ps-bdf): New variable.
9411 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
9412 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
9413 registerd in FONT-SPEC.
9414 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
9415 charcter width of bitmap fonts.
9416 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
9417 procedure NF.
9418 (ps-begin-file): Output PostScript code for setting
9419 SpaceWidthRatio.
9420 (ps-plot-region): Use line-beginning-position to get a position of
9421 the beginning of the current line.
9422
9423 * international/mule-cmds.el (register-input-method): Doc-string
9424 modified.
9425
9426 1998-09-01 Dave Love <fx@gnu.org>
9427
9428 * international/mule-cmds.el (current-language-environment): Fix
9429 setter function.
9430
9431 1998-09-01 Simon Marshall <simon@gnu.org>
9432
9433 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
9434 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
9435 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
9436 names with font-lock-type-face. Fontify type specs, etc., with
9437 font-lock-keyword-face.
9438
9439 1998-08-31 Kenichi Handa <handa@etl.go.jp>
9440
9441 * international/fontset.el (x-complement-fontset-spec): If ASCII
9442 font is specified in FONTLIST, don't substitute it for the
9443 resolved name.
9444
9445 1998-08-31 Paul Eggert <eggert@twinsun.com>
9446
9447 * international/mule.el (charset-description): Doc fix.
9448
9449 * language/chinese.el, language/cyrillic.el, language/czech.el,
9450 language/devanagari.el, language/ethiopic.el,
9451 language/european.el, language/hebrew.el, language/indian.el,
9452 language/japanese.el, language/korean.el, language/lao.el,
9453 language/slovak.el, language/thai.el, language/tibetan.el,
9454 language/vietnamese.el:
9455 Add coding: local variable, to avoid bootstrapping problem
9456 if you need to recompile all the Lisp files using interpreted code.
9457
9458 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9459
9460 * cal-china.el (chinese-year-cache): Change range of years from
9461 1989-2000 to 1990-2010.
9462
9463 1998-08-29 Dave Love <d.love@dl.ac.uk>
9464
9465 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
9466 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
9467
9468 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9469
9470 * ps-print.el (ps-print-control-characters): Doc-string modified.
9471 (ps-output-string-prim): Comment format changed.
9472 (ps-do-despool): Indentation of source code changed.
9473
9474 1998-08-28 Kenichi Handa <handa@etl.go.jp>
9475
9476 * subr.el (sref): Make it an alias of aref. Make the
9477 byte-compiler warn that it is obsolete.
9478 (char-bytes): Make the byte-compiler warn that it is obsolete.
9479
9480 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
9481 Calculate the total bytes using position-bytes instead of
9482 char-bytes.
9483
9484 1998-08-27 Karl Heuer <kwzh@gnu.org>
9485
9486 * snmp-mode.el: New file.
9487 * files.el (auto-mode-alist): Add snmp-mode patterns.
9488
9489 1998-08-27 Karl Eichwalder <ke@suse.de>
9490
9491 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
9492
9493 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9494
9495 * calendar/diary-lib.el (diary-block): Doc fix..
9496 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
9497
9498 1998-08-27 Richard Stallman <rms@gnu.org>
9499
9500 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
9501 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
9502 Clear appt-mode-string if we don't put something in it.
9503
9504 1998-08-27 Dave Love <fx@gnu.org>
9505
9506 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
9507 dired-local-variables-file for dired-x.
9508
9509 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
9510 for compressed library files too.
9511
9512 1998-08-26 Kenichi Handa <handa@etl.go.jp>
9513
9514 * language/european.el ("Latin-1"): Modify `documentation' key value.
9515 ("Latin-2"): Likewise.
9516
9517 1998-08-26 Karl Heuer <kwzh@gnu.org>
9518
9519 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
9520
9521 1998-08-26 Albert L. Ting <alt@artisan.com>
9522
9523 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
9524 (mail-hist-current-header-contents): Use mail-text-start.
9525
9526 1998-08-26 Richard Stallman <rms@gnu.org>
9527
9528 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
9529 (customize-changed-options-previous-release): New variable.
9530 (customize-changed-options): Use that variable as default arg.
9531
9532 1998-08-26 Karl Eichwalder <ke@suse.de>
9533
9534 * midnight.el: Require `timer' not only when compiling.
9535
9536 1998-08-26 Per Starback <starback@update.uu.se>
9537
9538 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
9539 buffer before creating help group.
9540
9541 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9542
9543 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
9544 coding-system-for-write before saving.
9545
9546 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
9547
9548 * isearch.el (isearch-forward): Doc fix.
9549
9550 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
9551
9552 * emacs-lisp/find-func.el: Fix :version tags to have a string
9553 value, not a float.
9554
9555 * cus-dep.el: Fix typo in output.
9556
9557 1998-08-25 Dave Love <fx@gnu.org>
9558
9559 * repeat.el (repeat): Doc fix.
9560 [From rms:]
9561 (repeat-previous-repeated-command): New variable.
9562 (repeat): Check for real-last-command being null or repeat. Set
9563 repeat-previous-repeated-command.
9564
9565 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
9566
9567 1998-08-25 Kenichi Handa <handa@etl.go.jp>
9568
9569 * gnus/message.el (message-send-mail-with-sendmail): Bind
9570 coding-system-for-write by the return value of
9571 select-message-coding-system.
9572 (message-send-mail-with-qmail): Likewise.
9573
9574 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
9575
9576 * emacs-lisp/autoload.el: Fix doc-string-elt property on
9577 define-derived-mode.
9578
9579 * files.el (file-name-invalid-regexp):
9580 Fix regex for ms-dos without long file names.
9581
9582 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9583
9584 * ps-print.el: Multi-byte buffer handling.
9585 (ps-print-version): New version number (4.0) and doc fix.
9586 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
9587 compilation for GNU Emacs and emacsens.
9588 (ps-generate-postscript-with-faces): Force invisible text to be
9589 visible.
9590 (dos-ps-printer): New var to avoid compilation gripes.
9591
9592 1998-08-24 Kenichi Handa <handa@etl.go.jp>
9593
9594 * ps-print.el (ps-mule-plot-string): Pay attention to the case
9595 that no more characters can't be printed in the current line.
9596
9597 1998-08-24 Kenichi Handa <handa@etl.go.jp>
9598
9599 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
9600 greater than TO.
9601
9602 1998-08-24 Kenichi Handa <handa@etl.go.jp>
9603
9604 * ps-print.el: Add codes to make ps-print.el work also on Emacs
9605 20.2 and the earlier version.
9606 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
9607 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
9608 (ps-mule-find-wrappoint): Likewise.
9609 (ps-mule-generate-font): Change `X' to `x' in format
9610 control-string.
9611 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
9612 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
9613 `restore' form procedures `BC' and `EC'.
9614
9615 1998-08-24 Kenichi Handa <handa@etl.go.jp>
9616
9617 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
9618 is an executable procedure. Make LineThickness, Xshadow, and
9619 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
9620 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
9621 ps-mule-font-info-database-bdf): New vars.
9622 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
9623 (ccl-encode-ethio-unicode): New CCL program.
9624 (ps-mule-encode-ethiopic): New fun.
9625 (ps-mule-current-charset): New var.
9626 (ps-mule-get-font-spec, ps-mule-font-spec-src,
9627 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
9628 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
9629 (ps-mule-external-libraries): New var.
9630 (ps-mule-init-external-library): New fun.
9631 (ps-mule-font-cache): New var.
9632 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
9633 (ps-last-font): New var.
9634 (ps-mule-prepare-font): New fun.
9635 (ps-mule-charset-list): New var.
9636 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
9637 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
9638 ps-mule-plot-string): New funs.
9639 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
9640 New vars.
9641 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
9642 ps-mule-prepare-cmpchar-font): New funs.
9643 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
9644 vars.
9645 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
9646 ps-mule-generate-bitmap-glyph): New funs.
9647 (ps-mule-initialize, ps-mule-begin): New funs.
9648 (ps-output-string-prim): Insert string as unibyte.
9649 (ps-output-prologue): New fun.
9650 (ps-flush-output): Handle the case of 'prologue.
9651 (ps-begin-file): Call ps-mule-initialize.
9652 (ps-begin-job): Set ps-control-or-escape-regexp differently if
9653 printing multibyte characters.
9654 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
9655 (ps-basic-plot-string): Handle the case of printing ASCII
9656 characters by external libraries (e.g. BDF).
9657 (ps-set-font): Set ps-last-font.
9658 (ps-plot-region): Handle multibyte characters, use
9659 ps-mule-plot-string for them.
9660 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
9661
9662 * bdf.el: New file.
9663
9664 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
9665
9666 * international/mule-cmds.el (select-message-coding-system): New
9667 function.
9668 (set-language-environment-coding-systems): Set
9669 default-sendmail-coding-system.
9670
9671 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
9672 (default-sendmail-coding-system): New variable.
9673 (sendmail-send-it): Encode the message by a coding system
9674 select-message-coding-system returns.
9675
9676 1998-08-23 Eric Ludlam <zappo@gnu.org>
9677
9678 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
9679 (speedbar-mode): Set buffer to read only.
9680 (speedbar-temp-buffer-show-function): For emacs don't call hook
9681 with arguments.
9682 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
9683
9684 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
9685
9686 * speedbar.el (speedbar-key-map): Fix typo.
9687
9688 See ChangeLog.7 for earlier changes.