]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Put the version info into binary on MS-DOS as well.
[gnu-emacs] / lisp / ChangeLog
1 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * version.el: Put the version info into binary on MS-DOS as well.
4
5 1999-12-19 Gerd Moellmann <gerd@gnu.org>
6
7 * emacs-lisp/debug.el (debugger-continue): Don't continue if
8 debugger-may-continue is nil.
9
10 1999-12-18 Dave Love <fx@gnu.org>
11
12 * emacs-lisp/cl-macs.el: Remove conditional definition of
13 eval-when-compile. Don't specify abs, expt, gethash,
14 hash-table-count, hash-table-p as side-effect-free here.
15 (cl-emacs-type): Don't declare.
16 (cl-compile-time-init): Remove Emacs 18 compiler patch.
17 (cl-parse-loop-clause): Remove compatibility code.
18
19 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
20 (side-effect-free-fns): Add gethash, hash-table-count.
21 (side-effect-and-error-free-fns): Add hash-table-p.
22
23 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
24 `cl-' to autoload names for some hash functions. Don't autoload
25 eval-when-compile. Don't provide mini-cl.
26 (cl-emacs-type): Remove.
27 (cl-map-extents): Remove compatibility code.
28
29 * float.el: Bind free variables.
30
31 * bytecomp.el (byte-compile-constp): Include keywords.
32
33 1999-12-16 Gerd Moellmann <gerd@gnu.org>
34
35 * bindings.el (completion-ignored-extensions): Add .tfm.
36
37 1999-12-16 Dave Love <fx@gnu.org>
38
39 * faces.el (set-face-attribute): Purecopy the attributes set.
40
41 * custom.el (custom-declare-variable): Purecopy value.
42
43 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
44 (byte-extrude-byte-code-vectors): Use remprop.
45 (byte-compile-lambda): Check that arg is a lambda.
46
47 1999-11-16 Anders Lindgren <AndersL@andersl.com>
48
49 * font-lock.el: System for adding and removing keywords.
50 Both local (previously added keyword) and global keywords
51 can be removed.
52 (font-lock-remove-keywords): New user-level function.
53 (font-lock-update-removed-keyword-alist): New internal function.
54 (font-lock-removed-keywords-alist): New variable.
55 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
56 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
57 growing datastructures.
58 (font-lock-set-defaults): Removes keywords stored in
59 `font-lock-removed-keywords-alist' after local keywords added.
60
61 1999-12-16 Anders Lindgren <andersl@andersl.com>
62
63 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
64 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
65
66 * font-lock.el (c-keywords): Only highlight preprocessor
67 directives when spelled correctly.
68
69 * font-lock.el (font-lock-match-c++-structor-declaration,
70 c++-keywords): Fontify constructors and destructors with function
71 face inside C++ class declarations.
72
73 1999-12-16 Gerd Moellmann <gerd@gnu.org>
74
75 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
76 the shell from sh-shell-file.
77
78 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
79
80 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
81
82 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
83 if one of the files specified cannot be accessed by
84 file-attributes. Do not strip any leading directories from the
85 file names, to behave more like `ls' does.
86
87 * dired.el (dired-get-filename): Handle absolute file names.
88 (dired-readin-insert): If argument is a cons, don't print
89 "wildcard" on the ``total'' line.
90
91 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
92
93 * faces.el (face-read-integer, read-face-attribute)
94 (color-defined-p, color-values): Allow color values unspecified-fg
95 and unspecified-bg, handle them as unspecified.
96
97 1999-12-15 Kenichi Handa <handa@etl.go.jp>
98
99 The following changes are for the new composition mechanism. We
100 have deleted `composition' charset and composite characters,
101 instead introduced a special text property `composition'.
102
103 * composite.el: New file.
104
105 * ps-mule.el: Define encode-composition-rule and find-composition
106 for Emacs 20.4 and the earlier versions.
107 (ps-mule-init-external-library): Just require a feature for
108 external libraries.
109 (ps-mule-prologue): Postscript code modified for new composition.
110 (ps-mule-find-wrappoint): New arg COMPOSITION.
111 (ps-mule-plot-string): Delete code for composite characaters.
112 (ps-mule-plot-composition): New funcion.
113 (ps-mule-prepare-font-for-components): New function.
114 (ps-mule-plot-components): New function.
115 (ps-mule-composition-prologue-generated): Renamed from
116 ps-mule-cmpchar-prologue-generated.
117 (ps-mule-composition-prologue): New named from
118 ps-mule-cmpchar-prologue. Modified for new composition.
119 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
120 ps-mule-prepare-cmpchar-font): Deleted.
121 (ps-mule-string-encoding): New arg NO-SETFONT.
122 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
123 check Composing, not Cmpchar
124 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
125 to nil.
126 (ps-mule-begin-job): Check existence of new composition.
127
128 * ps-print.el (ps-plot-region): Handle new composition.
129
130 * simple.el (what-cursor-position): Show "(composed)" if the
131 character is composed.
132
133 * international/characters.el: Fix cateogries of Lao symbols.
134
135 * international/fontset.el (vertical-centering-font-regexp): New
136 variable.
137
138 * international/mule.el (mule-version): Updated to 5.0 (AOI).
139 (mule-version-date): Updated to 1999.12.7.
140 (with-category-table): New macro.
141
142 * international/mule-cmds.el (encode-coding-char): Don't check
143 composite character.
144
145 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
146 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
147 x-ctext): Give `composition' property t.
148
149 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
150 non-nil) at the tail of ALIST.
151 (compose-region, decompose-region, decompse-string,
152 reference-point-alist, compose-chars): Moved to composite.el.
153 (compose-chars-component, compose-chars-rule,
154 decompose-composite-char): Deleted.
155
156 * international/quail.el (quail-install-map): New optional arg
157 NAME.
158 (quail-get-translation): If DEF is a symbol but not a function,
159 ignore it.
160 (quail-start-translation): Put a key sequence undefined in the
161 translation keymap in unread-command-events, not generated-events.
162 Return parameterized event (compose-last-chars N) if the input
163 characters should be composed.
164 (quail-map-definition): If DEF is t, treat it as nil.
165 (quail-delete-last-char): Delete the quail region.
166 (quail-show-translations): Don't show list of translations if the
167 quail package is deterministic.
168 (quail-completion-max-depth): New variable.
169 (quail-completion-1): Pay attention to the above variable. Fix
170 for the case that a translation is a function.
171 (quail-map-from-table, quail-map-from-table-1,
172 quail-map-from-table-2): New functions.
173 (quail-lookup-map-and-concat): New function
174
175 * language/devan-util.el: Mostly rewritten.
176
177 * language/lao.el: Register lao-composition-function in
178 composition-function-table.
179
180 * language/lao-util.el: Mostly rewritten.
181
182 * language/thai.el: Register thai-composition-function in
183 composition-function-table.
184 (thai-tis620): Delete `pre-write-conversion' property.
185
186 * language/thai-util.el: (thai-category-table): Make it by
187 make-category-table.
188 (thai-composition-pattern): New variable.
189 (thai-compose-region, thai-compose-string): Use
190 with-category-table.
191 (thai-post-read-conversion): Just call thai-compose-region.
192 (thai-pre-write-conversion): Deleted.
193 (thai-composition-function): New funciton.
194
195 * language/tibet-util.el: Most functions rewritten.
196 (tibetan-char-p): Renamed from tibetan-char-examin.
197 (tibetan-composable-examin) (tibetan-complete-char-examin)
198 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
199 (tibetan-add-components): New function.
200 (tibetan-composition-function): New function.
201
202 * language/tibetan.el: Register tibetan-composition-function in
203 composition-function-table.
204 (tibetan-composable-pattern): New variable.
205 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
206 (tibetan-precomposition-rule-alist): Move punctuations to
207 tibetan-punctuation-transcription-alist and
208 tibetan-obsolete-glyphs.
209 (tibetan-punctuation-transcription-alist): New variable.
210 (tibetan-obsolete-glyphs): New variable.
211 (tibetan-regexp): Improve the initialization code.
212
213 * textmodes/fill.el (fill-find-break-point): Delete codes for
214 composite characters.
215 (fill-region-as-paragraph): Likewise.
216
217 1999-12-14 Gerd Moellmann <gerd@gnu.org>
218
219 * international/mule-cmds.el (default-input-method): Specify
220 that it should be set after current-language-environment.
221
222 * custom.el (custom-handle-keyword): Add :set-after.
223 (custom-add-dependencies): New function.
224 (custom-set-variables): Take dependencies between args into
225 account.
226
227 * battery.el (battery): Doc fix.
228
229 1999-12-12 Gerd Moellmann <gerd@gnu.org>
230
231 * progmodes/cc-make.el: Removed.
232
233 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
234
235 * Release of cc-mode 5.26
236
237 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
238
239 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
240 target depth. Optionally count #else lines as clause limits,
241 as suggested by don provan <provan@lucent.com>. #elif
242 handling fixed.
243
244 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
245 (c-down-conditional-with-else): New commands that uses the
246 added functionality in `c-forward-conditional'.
247
248 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
249
250 * cc-align.el (c-lineup-comment): Preserve the alignment with
251 a comment on the previous line instead of preserving the
252 comment-column.
253
254 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
255
256 * Fixes to IDL mode after input from Eric Eide
257 <eeide@cs.utah.edu>:
258 * cc-engine.el (c-beginning-of-statement-1): Allow
259 `c-conditional-key' to be nil, for the benefit of IDL mode.
260 * cc-engine.el (c-guess-basic-syntax): Ditto.
261 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
262 but do match CORBA 2.3 `valuetype'.
263 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
264 for IDL.
265 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
266 be nil for IDL.
267 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
268 Like C++.
269 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
270 set `c-method-key' and `c-baseclass-key' to nil.
271
272 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
273
274 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
275 with nonhanging open braces.
276
277 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
278
279 * cc-align.el: Added docstrings to all lineup functions.
280
281 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
282 keyword.
283
284 * cc-align.el (c-lineup-C-comments): Handle free form text
285 comments. Use c-comment-prefix-regexp and comment-start-skip
286 instead of hardcoded regexps.
287
288 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
289
290 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
291 behavior and return value as documented.
292
293 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
294
295 * Changes for new style variable init system:
296 * cc-langs.el (c-common-init): Dito.
297 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
298 now customizable.
299 * cc-vars.el: Style variables may now take a value
300 'set-from-style to make them take their value from the style
301 system. This value is now the default on all these variables.
302 * cc-vars.el (c-valid-offset): New function to verify a
303 syntactic symbol offset setting.
304 * cc-vars.el (c-offsets-alist): Variable moved from
305 cc-styles.el since it's now customizable in a similar way to
306 the other style variables.
307 * cc-vars.el (c-old-style-variable-behavior): New variable to
308 revert to the old style init behavior.
309
310 * cc-vars.el (c-file-style, c-file-offsets): Made always
311 buffer local.
312
313 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
314 the throws clause that might follow the function prototype in
315 C++.
316
317 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
318
319 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
320 could move forward for macros that doesn't start in column 0.
321
322 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
323
324 * cc-align.el (c-indent-multi-line-block,
325 c-lineup-whitesmith-in-block): Two new lineup functions for
326 use in whitesmith style.
327
328 * cc-styles.el (c-style-alist): More fixes to whitesmith
329 style. It should now handle all different braces uniformly in
330 both hanging and non-hanging cases.
331
332 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
333
334 * cc-cmds.el (c-indent-exp): Use a marker to save point to
335 make it stay in the same position relative to the surrounding
336 text.
337
338 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
339 when adaptive-fill-mode doesn't manage to get it correct.
340
341 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
342 with dotted notation, e.g. foo.bar.Gnu.
343
344 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
345 within unwind-protect (previously only some were wrapped so it
346 would be possible to register mode initialization when full
347 initialization did not finish).
348
349 * cc-styles.el (c-style-alist): Corrected the brace placement
350 in the whitesmith style. Thanks to Sean Luke
351 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
352 styles with consistent brace placement for all constructs.
353
354 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
355
356 * cc-cmds.el (c-context-line-break): Continue C++ comments too
357 when point is in the middle of them.
358
359 * cc-cmds.el: Line breaking and paragraph filling code
360 rewritten:
361 (c-guess-fill-prefix): New function that uses various
362 heuristics to guess the comment prefix.
363 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
364 It now assumes adaptive filling is active to preserve the line
365 prefix inside comments.
366 (c-indent-new-comment-line): Replacement for the now
367 obsolete `c-comment-line-break-function' that uses
368 `c-guess-fill-prefix' when appropriate. It now observes the
369 setting of `comment-multi-line', which has effect in C-style
370 block comments.
371
372 * cc-cmds.el (c-context-line-break): New function intended to
373 be put on RET. It's essentially `newline-and-indent', but
374 continues C block comments with the appropriate line prefix.
375
376 * cc-cmds.el (c-do-auto-fill): New function put on
377 `normal-auto-fill-function' to implement the
378 `c-ignore-auto-fill' variable.
379
380 * cc-cmds.el (c-beginning-of-statement): Use
381 `c-comment-prefix-regexp' to avoid ending up inside the
382 comment prefix. Better handling of comment starters and
383 enders. Catch comments better when traversing code. Stop at
384 preprocessor directives.
385
386 * cc-defs.el (c-forward-comment): New subst to hide platform
387 dependent quirks in `forward-comment'.
388
389 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
390 argument.
391 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
392 arguments. Activate this function by default when
393 `parse-partial-sexp' supports it (currently Emacs 20.x).
394
395 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
396 on the comment opener to make constants usable as lineup
397 arguments.
398
399 * cc-align.el (c-lineup-C-comments): Fixes to handle the
400 changed anchor position in the `c' syntactic symbol. Handle
401 more than stars in the comment prefix; use the new variable
402 `c-comment-prefix-regexp'. Don't indent text not preceded by
403 a comment prefix to the right of the comment opener if it's
404 long.
405
406 * cc-langs.el: Fixes to mode initialization for new line
407 breaking and paragraph filling method. Adaptive fill mode is
408 now activated at startup instead of deactivated. The
409 variables used for adaptive filling and paragraph movement are
410 also changed to incorporate the value of
411 `c-comment-prefix-regexp'. `substitute-key-definition' is
412 used to override some functions in the global map instead of
413 overriding their default bindings.
414
415 * cc-mode.el (java-mode): Modify `paragraph-start' for the
416 javadoc markup at mode init.
417
418 * cc-mode.el (c-setup-filladapt): A new convenience function
419 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
420 function is intended to be used explicitly by the end user
421 only.
422
423 * cc-vars.el (c-comment-prefix-regexp): New variable used to
424 recognize the comment fill prefix inside comments.
425 (c-block-comment-prefix): New name for
426 `c-comment-contiuation-stars', which is now obsolete. It's
427 generalized to handle any character sequence.
428 (c-ignore-auto-fill): New variable used to selectively disable
429 Auto Fill mode in specific contexts.
430
431 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
432
433 * cc-cmds.el (c-comment-indent): Leave at least one space
434 between the comment and the last nonblank character in the
435 case where we look at the indentation of the comment on the
436 previous line (case 4).
437
438 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
439 list of characters that may start a statement (it's a sort of
440 prefix operator in Pike, and isn't used at all in any of the
441 other languages).
442
443 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
444
445 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
446 inside continued statements as statement-cont instead of
447 brace-list-open. The reason is that one normally adjusts
448 brace-list-open for brace lists as top-level constructs, and
449 brace lists inside statements is a completely different
450 context. Case 10B.2 changed. Also changed (the somewhat
451 esoteric) case 9A to cope with this.
452
453 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
454
455 * cc-cmds.el (c-electric-brace): Added electric handling of
456 the open brace for brace-elseif-brace.
457
458 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
459
460 * cc-defs.el (c-with-syntax-table): New macro to easily switch
461 syntax tables temporarily.
462
463 * cc-engine.el (c-guess-basic-syntax): Handle template and
464 member init argument lists split over several lines. Case 5D
465 changed.
466
467 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
468 @throws introduced in Javadoc 1.2.
469
470 * cc-menus.el (cc-imenu-java-generic-expression): Applied
471 patch from RMS to avoid infinite backtracking.
472
473 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
474
475 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
476 by [ ].
477
478 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
479
480 * cc-align.el (c-lineup-dont-change): Compensate properly for
481 the column in langelem.
482
483 * cc-engine.el (c-syntactic-information-on-region): New
484 function to help debugging the syntactic analysis.
485
486 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
487
488 * cc-align.el (c-lineup-template-args): Handle nested template
489 arglists.
490
491 * cc-langs.el (c++-template-syntax-table): New syntax table
492 that makes `<' and `>' parenthesis characters, which is useful
493 to switch to temporarily when analyzing template arglists.
494
495 * cc-styles.el: Changed default alignment of labels in the
496 java style to conform to the examples in the Java Language
497 Specification.
498
499 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
500 by default.
501
502 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
503
504 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
505 immediately before the closing paren in an arglist, so don't
506 check that in Pike mode. Case 7A changed.
507
508 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
509
510 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
511 lines were ignored under certain conditions.
512
513 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
514
515 * cc-align.el (c-lineup-template-args): New function for
516 aligning continued template argument lists.
517
518 * cc-engine.el (c-guess-basic-syntax): Fix for member init
519 lists containing function arglists split over several lines.
520 Case 5D.1 changed.
521
522 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
523 template-args-cont didn't get recognized when the first
524 arglist opener line doesn't contain a template argument. New
525 case 5K.
526
527 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
528
529 * cc-defs.el (c-point): Changed from subst to macro for
530 efficiency.
531 (c-beginning-of-defun-1, c-end-of-defun-1): New
532 beginning-of-defun/end-of-defun wrappers separated from
533 c-point.
534
535 * cc-menus.el (imenu-generic-expression,
536 imenu-case-fold-search, imenu-progress-message): Dummy
537 definitions to avoid compiler warnings if imenu can't be
538 loaded.
539 * cc-menus.el (cc-imenu-init): New function called at mode
540 init.
541 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
542 imenu initializations to cc-imenu-init.
543
544 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
545
546 * cc-engine.el (c-guess-basic-syntax): Slightly better check
547 for lambda-intro-cont in Pike mode. Case 6 changed.
548
549 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
550 anything following "new Foo()" was considered an anonymous
551 class body in Java mode.
552
553 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
554
555 * cc-cmds.el (c-comment-line-break-function): When breaking in
556 a string, don't insert a new line.
557
558 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
559
560 * cc-engine.el (c-at-toplevel-p): New interface function which
561 returns information useful to add-on authors. It tells you
562 whether you're at a toplevel statement or not.
563
564 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
565
566 * cc-cmds.el (c-comment-line-break-function): It is possible
567 that forward-line does not land us at the bol, say if we're on
568 the last line in a file. In that case, do a
569 back-to-indentation instead of a forward-comment -1.
570
571 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
572
573 * cc-engine.el (c-beginning-of-statement-1): Don't catch
574 "default:" as normal label in case 4.
575
576 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
577
578 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
579 recognize continued bitfield declarations. Case 5D.1 changed.
580 * cc-langs.el: New variable c-bitfield-key.
581 * cc-mode.el: New variable c-bitfield-key.
582
583 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
584
585 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
586 anonymous array expressions (i.e. "new Foo[] {.. bracelist
587 ..}").
588
589 1999-12-12 Dave Love <fx@gnu.org>
590
591 * mail/footnote.el: Require cl when compiling. Don't autoload
592 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
593 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
594 Avoid `acons'.
595 (footnote-mode-line-string, Footnote-add-footnote): Remove
596 autoload cookie.
597
598 1999-12-12 Richard Sharman <rsharman@pobox.com>
599
600 * sh-script.el: Fix for when font-lock mode is active.
601 (sh-font-lock-unfontify-region-function): New function.
602
603 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
604
605 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
606 if start-process is not bound, since Ispell now supports such
607 platforms as well.
608
609 1999-12-12 Gerd Moellmann <gerd@gnu.org>
610
611 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
612 rmail-summary-goto-msg.
613
614 * files.el (after-find-file): Fix previous change.
615
616 1999-12-11 Dave Love <fx@gnu.org>
617
618 * help.el (where-is): Use `commandp' as predicate for
619 `completing-read'
620
621 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
622
623 * cus-edit.el (custom-save-delete): Delete all occurrences,
624 leave point where the first occurrence was.
625 (custom-save-faces): Insert a newline at the end of the comment.
626 Avoid a double newline there.
627 If final closeparen is at bol, put a space before it.
628 (custom-save-variables): Likewise.
629 (custom-file): Doc fix.
630
631 1999-12-10 Gerd Moellmann <gerd@gnu.org>
632
633 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
634 regexp matching image and audio files.
635
636 1999-12-09 Dave Love <fx@gnu.org>
637
638 * mail/footnote.el: New file.
639
640 1999-12-09 Gerd Moellmann <gerd@gnu.org>
641
642 * files.el (after-find-file): Use auto-save-visited-file-name if
643 set.
644
645 * mail/feedmail.el (feedmail-find-eoh): Take
646 feedmail-queue-alternative-mail-header-separator into account.
647
648 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
649
650 * smerge-mode.el: New file.
651
652 * font-lock.el (font-lock-multiline): New variable.
653 (font-lock-add-keywords): Rename `major-mode' into `mode'.
654 (font-lock-remove-keywords): Added a dummy `mode' argument for
655 potential future support.
656 (font-lock-fontify-anchored-keywords,
657 (font-lock-fontify-keywords-region): Only handle multiline strings
658 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
659
660 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
661
662 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
663
664 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
665
666 1999-12-07 Dave Love <fx@gnu.org>
667
668 * help.el (view-emacs-problems): New command, bound to C-h P.
669
670 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
671
672 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
673
674 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
675 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
676 New code to support the minor mode version.
677 (diff-recenter): New function.
678 (diff-next-hunk, diff-next-file): Use it.
679 (diff-remembered-files-alist): New var.
680 (diff-merge-strings): New function.
681 (diff-find-file-name): Make it smarter and use the user's input more.
682 (diff-mode): Cosmetic changes.
683
684 * files.el (save-some-buffers): Turn EXITING into the more general
685 PRED argument to allow specifying a subset of buffers.
686
687 * simple.el (kill-region): Use the new `delete-and-extract-region'
688 rather than the undo log (which is incorrect with *-change-functions).
689
690 * font-lock.el (font-lock-default-fontify-region): Fix subtle
691 off-by-one problem that could force re-fontifying the whole buffer.
692 (font-lock-remove-keywords): New function.
693 (font-lock-add-keywords): Use the new function to ensure idempotence.
694
695 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
696
697 * viper-cmd.el (viper-minibuffer-standard-hook,
698 viper-minibuffer-real-start): Mew functions.
699 (viper-read-string-with-history,viper-file-add-suffix,
700 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
701 change in the status of the minibuffer prompt.
702
703 1999-12-06 Gerd Moellmann <gerd@gnu.org>
704
705 * comint.el (comint-redirect-results-list)
706 (comint-redirect-results-list-from-process): Remove interactive
707 spec.
708
709 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
710
711 * info.el (info-node, info-menu-5, info-xref): Define colors for
712 Info faces if the display supports them.
713
714 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
715
716 Changes for automatic remapping of X colors on terminal frames:
717
718 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
719 term-setup-hook. Call msdos-remember-default-colors and
720 msdos-handle-reverse-video.
721 (msdos-face-setup): Parts of code moved to
722 msdos-setup-initial-frame.
723 (msdos-handle-reverse-video): New function, modeled after
724 x-handle-reverse-video.
725 (make-msdos-frame): Don't use initial-frame-alist and
726 default-frame-alist. Call msdos-handle-reverse-video.
727 (msdos-color-aliases): Remove.
728 (msdos-color-translate, msdos-approximate-color): Remove.
729 (msdos-color-values): Use 16-bit RGB values. RGB values updated
730 for better approximation of X colors.
731 (msdos-face-setup): Call tty-color-clear. Remove code that sets
732 up tty-color-alist (it is now on startup.el).
733 (x-display-color-p, x-color-defined-p, x-color-values,
734 x-defined-colors, face-color-supported-p, face-color-gray-p):
735 Remove.
736
737 * facemenu.el (facemenu-read-color, list-colors-display): Use
738 defined-colors for all frame types.
739 (facemenu-color-equal): Use color-values for all frame types.
740
741 * faces.el (read-face-attribute): For :foreground and :background
742 attributes and frames on character terminals, translate the color
743 to the closest supported one before looking it up in the list of
744 valid values.
745 (face-valid-attribute-values): Call defined-colors for all types
746 of frames.
747 (defined-colors, color-defined-p, color-values, display-color-p):
748 New finctions.
749 (x-defined-colors, x-color-defined-p, x-color-values,
750 x-display-color-p): Aliases for the above.
751
752 * startup.el (command-line): Register terminal colors for frame
753 types other than x and w32, but only if the terminal supports
754 colors. Call tty-color-define instead of face-register-tty-color.
755
756 * term/x-win.el (xw-defined-colors): Renamed from
757 x-defined-colors.
758 * term/w32-win.el (xw-defined-colors): Likewise.
759
760 * term/tty-colors.el: New file.
761 * loadup.el: Load term/tty-colors.
762
763 1999-12-06 Dave Love <fx@gnu.org>
764
765 * ffap.el: Autoload the ffap alias directly.
766
767 1999-12-06 Inge Frick <inge@nada.kth.se>
768
769 * dired-aux.el (dired-do-shell-command): Changed documentation.
770 (dired-shell-stuff-it): A `?' in COMMAND has now the same
771 meaning as `*'.
772
773 1999-12-06 Gerd Moellmann <gerd@gnu.org>
774
775 * simple.el (insert-buffer): Doc fix.
776
777 * apropos.el (apropos-mode): Add autoload cookie.
778
779 1999-12-06 Sam Steingold <sds@goems.com>
780
781 * progmodes/etags.el (etags-tags-completion-table): Modified the
782 regexp to allow for the CL symbols starting with `+*'.
783 (tags-completion-table): Doc fix (it's an obarray, not an alist).
784 (tags-completion-table, tags-recognize-empty-tags-table): Remove
785 `function' quoting lambda.
786 (tags-with-face): New macro.
787 (list-tags, tags-apropos): Use it.
788 (tags-apropos-additional-actions): New user option.
789 (etags-tags-apropos-additional): Use it.
790 (tags-apropos): Call etags-tags-apropos-additional.
791 (tags-apropos-verbose): New user option.
792 (etags-tags-apropos): Use it.
793 (visit-tags-table-buffer, next-file): Use `unless'.
794 (recognize-empty-tags-table): Renamed to
795 tags-recognize-empty-tags-table.
796 (complete-tag): Call tags-complete-tag bypassing try-completion.
797
798 1999-12-06 Kenichi Handa <handa@etl.go.jp>
799
800 * international/mule.el (set-buffer-file-coding-system): Docstring
801 modified.
802
803 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
804
805 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
806 using the hideshow package.
807 (hs-special-modes-alist): Added entry for bibtex to allow the use
808 of the hideshow package.
809 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
810 not longer provided by bibtex.el directly. Instead the hideshow
811 package should be used.
812 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
813 references to bibtex-hide-entry-bodies.
814
815 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
816
817 * textmodes/bibtex.el: Copyright notice is up to date. Moved
818 maintainer information closer to the beginning of the bibtex.el
819 file.
820 (bibtex-maintainer-salutation): New constant.
821 (bibtex-version): New constant.
822 (bibtex-submit-bug-report): Use bibtex-version and
823 bibtex-maintainer-salutation.
824 (bibtex-entry-field-alist): Made booktitle field optional for
825 @inproceedings entries when crossreferenced.
826 (bibtex-entry-field-alist): Added booktitle field to proceedings
827 entry type (for cross referencing). Thanks to Wagner Toledo Correa
828 for the suggestion.
829 (bibtex-string-file-path): Fixed typo.
830
831 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
832
833 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
834 for reftex.el.
835 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
836 to menu.
837
838 1999-12-04 Dave Love <fx@gnu.org>
839
840 * delsel.el: Revert previous change -- region is significant to
841 skeleton.
842
843 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
844
845 * viper-cmd.el (viper-change-state): Use
846 viper-ESC-moves-cursor-back to decide whether to move the cursor
847 back.
848
849 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
850
851 * international/mule-util.el (truncate-string-to-width): Docsting
852 fixed.
853
854 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
855
856 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
857 use of `cond'.
858 (lm-with-file): Move all the find-file...kill-buffer stuff into
859 this macro. Make it use `find-file-noselect' and make it kill
860 the buffer only if it wasn't already displayed somewhere.
861 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
862 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
863 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
864 (lm-commentary): Fix to handle the case when the change log is
865 at the end of the file.
866
867 1999-12-02 Kenichi Handa <handa@etl.go.jp>
868
869 * international/mule.el (charsetp): Fix typo in docstring.
870
871 * international/mule-diag.el (list-coding-categories): Fix typo;
872 automatic -> autoload.
873
874 1999-12-02 Gerd Moellmann <gerd@gnu.org>
875
876 * vc.el (vc-update-change-log): Look for rcs2log under
877 exec-directory.
878
879 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
880 outline-regexp, add outline-level.
881 (lisp-outline-level): New.
882
883 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
884 remove extraneous string-match.
885
886 * finder.el (finder-commentary): Activate Finder mode.
887
888 1999-12-01 Anders Lindgren <andersl@andersl.com>
889
890 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
891 off when reverting buffers that contained mode specifiers.
892 `revert-buffer' is now called with non-nil PRESERVE-MODES
893 argument.
894
895 1999-12-01 Dave Love <fx@gnu.org>
896
897 * delsel.el: Grok skeleton-pair-insert-maybe.
898
899 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
900
901 * progmodes/cperl-mode.el (cperl-under-as-char):
902 Use nil as default.
903
904 1999-11-30 Gerd Moellmann <gerd@gnu.org>
905
906 * speedbar.el (toplevel): Remove compatibility code for Emacs
907 versions without custom.el.
908
909 1999-11-30 Dave Love <fx@gnu.org>
910
911 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
912
913 * autoinsert.el: Minor doc fixes.
914 (auto-insert): Return nil.
915
916 * faces.el (set-face-documentation): Purecopy STRING.
917
918 1999-11-29 Dave Love <fx@gnu.org>
919
920 * derived.el: Doc fixes, remove old backquote syntax.
921
922 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
923 comment warning about editing.
924
925 * help.el (help-mode-hook): Define.
926
927 1999-11-29 Gerd Moellmann <gerd@gnu.org>
928
929 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
930 invalid translation of old-style backquote syntax to new syntax.
931
932 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
933
934 * Makefile (DONTCOMPILE): Add term/internal.el.
935
936 1999-11-26 Dave Love <fx@gnu.org>
937
938 * comint.el: Fix last change.
939
940 * emacs-lisp/advice.el: Fix last change.
941
942 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
943
944 * cus-edit.el (Custom-reset-standard): Doc fix.
945 (custom-variable-reset-standard): Doc fix.
946 (custom-face-reset-standard): Doc fix.
947 (custom-face-menu): "Reset to Standard" => "Erase Customization".
948 (custom-variable-menu): Likewise.
949 (custom-reset-menu): Likewise.
950 (custom-buffer-create-internal): Likewise.
951
952 1999-11-26 Dave Love <fx@gnu.org>
953
954 * progmodes/make-mode.el (makefile-mode-hook): Customize.
955
956 * font-lock.el: Doc fixes.
957
958 * menu-bar.el (menu-bar-mode): Customize.
959
960 * cus-start.el: Add use-dialog-box.
961
962 * add-log.el (change-log-mode-hook): Customize.
963 (add-log-current-defun): Use
964 fortran-{beginning,end}-of-subprogram.
965
966 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
967
968 * emacs-lisp/advice.el: Many doc fixes.
969
970 * comint.el (comint-preoutput-filter-functions): Doc fix.
971
972 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
973
974 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
975 Improve messages for capitalization of arg names,
976 for flag variables, for t and nil, for imperatives.
977 Call them imperatives rather than infinitives sans "to".
978 (checkdoc-common-verbs-wrong-voice): Add "moves".
979 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
980
981 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
982 Don't convert comments from 3-semicolon to 2-semicolon.
983 That is a matter of style.
984 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
985 (checkdoc-comments): Don't bind that variable.
986
987 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
988
989 * files.el (write-file-hooks): Doc fix.
990
991 1999-11-26 Gerd Moellmann <gerd@gnu.org>
992
993 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
994
995 1999-11-25 Dave Love <fx@gnu.org>
996
997 * hippie-exp.el: Require comint when compiling.
998 (hippie-expand): Add :links.
999 (hippie-expand-try-functions-list): Customize.
1000
1001 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
1002
1003 * viper*el: Replaced old-style backquotes.
1004
1005 * ediff*el: Replaced old-style backquotes.
1006
1007 * ediff-merge
1008 (ediff-looks-like-combined-merge,ediff-get-combined-region):
1009 Changed to support the new format for ediff-combination-pattern.
1010
1011 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
1012 Changed to support the new format for ediff-combination-pattern.
1013
1014 1999-11-24 Dave Love <fx@gnu.org>
1015
1016 * custom.el (custom-declare-group): Purecopy DOC.
1017 (custom-handle-keyword): Purecopy VALUE.
1018 (custom-add-link): Purecopy WIDGET.
1019 (custom-add-version): Purecopy VERSION.
1020 (custom-add-load): Purecopy LOAD.
1021
1022 * cus-face.el (custom-declare-face): Purecopy DOC.
1023
1024 * info.el:
1025 (Info-build-node-completions, Info-search, Info-follow-reference)
1026 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
1027 (Info-find-emacs-command-nodes): Avoid properties on matched text
1028 which may appear in minibuffer.
1029
1030 1999-11-24 Gerd Moellmann <gerd@gnu.org>
1031
1032 * locate.el (locate-with-filter): Doc fix.
1033
1034 1999-11-24 Alex Schroeder <alex@gnu.org>
1035
1036 * sql.el (sql-find-sqli-buffer): New function.
1037 (sql-set-sqli-buffer-generally): New function.
1038 (sql-set-sqli-buffer): Better checking of new-buffer.
1039 (sql-copy-column): Add comma after INTO clause, too.
1040
1041 1999-11-24 Alex Schroeder <alex@gnu.org>
1042
1043 * sql.el (sql-imenu-generic-expression): New, used to set
1044 imenu-generic-expression.
1045
1046 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
1047 setting font-lock-defaults' SYNTAX-ALIST. Set
1048 imenu-generic-expression, imenu-case-fold-search, and
1049 imenu-syntax-alist.
1050
1051 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
1052 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
1053
1054 1999-11-23 Andrew Innes <andrewi@gnu.org>
1055
1056 * w32-win.el (w32-drag-n-drop): Load files in current window, if
1057 drop coords aren't over a specific window.
1058
1059 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1060
1061 * ps-print.el: Define mule funs without checking if mule package is
1062 loaded.
1063 (ps-print-version): New version number (5.0.1).
1064 (ps-header-dirpart): Now uses abbreviate-file-name.
1065
1066 1999-11-23 Dave Love <fx@gnu.org>
1067
1068 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
1069 comment-line-start.
1070 (fortran-comment-line-start-skip): Renamed from
1071 comment-line-start-skip.
1072 (fortran-mode-map): Use renamed functions. Add manual and custom
1073 entries to menu.
1074 (fortran-mode-hook): Customize.
1075 (fortran-comment-indent-function): Renamed from
1076 fortran-comment-hook.
1077 (delete-horizontal-regexp): Function deleted.
1078 (fortran-electric-line-number): Simplified.
1079 (fortran-beginning-of-subprogram): Renamed from
1080 beginning-of-fortran-subprogram.
1081 (fortran-end-of-subprogram): Renamed from
1082 end-of-fortran-subprogram.
1083 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
1084 (fortran-previous-statement, fortran-next-statement): Simplified.
1085 (fortran-blink-match): New function.
1086 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
1087 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
1088 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
1089 line-end-position.
1090 (fortran-fill): No longer interactive. Simplified.
1091 (fortran-break-line): Simplified.
1092 (fortran-analyze-file-format): Use char-after, not looking-at.
1093
1094 * emacs-lisp/find-func.el (find-function-regexp): Use
1095 `define-minor-mode' after easy-menu change.
1096
1097 1999-11-23 Gerd Moellmann <gerd@gnu.org>
1098
1099 * comint.el: Add redirection.from active comint buffers into
1100 another buffer. Written by Peter Breton.
1101
1102 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
1103
1104 * emacs-lisp/autoload.el (make-autoload): Recognize the new
1105 `define-minor-mode'.
1106 (define-minor-mode): Specify `doc-string-elt'.
1107
1108 * emacs-lisp/easy-mmode.el: Changed maintainer.
1109 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
1110 Use defcustom for the hooks; Improve the auto-generated docstrings.
1111 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
1112 (define-minor-mode): Add BODY arg; Only declare the keymap if
1113 provided; Improve the auto-generated docstrings.
1114
1115 1999-11-22 Gerd Moellmann <gerd@gnu.org>
1116
1117 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
1118 that the leading `^' is at the start. This is necessary because
1119 paragraphs.el tries to remove anchors, but can find them only if
1120 they are the first character.
1121
1122 * progmodes/antlr-mode.el: New file.
1123
1124 * calendar/calendar.el: Fix autoload for
1125 calendar-absolute-from-astro. Add autoload for
1126 calendar-print-astro-day-number.
1127
1128 1999-11-21 Anders Lindgren <andersl@andersl.com>
1129
1130 * follow.el: Use modern backquote syntax. Minor comment update.
1131
1132 1999-11-21 Gerd Moellmann <gerd@gnu.org>
1133
1134 * simple.el (with-syntax-table): Don't switch buffers.
1135
1136 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
1137 progmodes/hideif.el: Use new backquote syntax.
1138
1139 1999-11-21 Ken Manheimer <klm@python.org>
1140
1141 * icomplete.el (icomplete-completions): Use an explicit variable
1142 `icomplete-prospects-length', obviating the need to use an
1143 apparently faulty throw/catch arrangement.
1144
1145 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
1146
1147 * term/internal.el (IT-display-table-setup): Don't overstep
1148 character code 255.
1149
1150 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
1151
1152 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
1153 for the charset chinese-sisheng is 7bit encoding, not 8bit.
1154
1155 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
1156
1157 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
1158 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
1159
1160 * files.el (auto-mode-alist): Add patterns for diff-mode.
1161
1162 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
1163 to detect an empty prompt.
1164
1165 1999-11-18 Dave Love <fx@gnu.org>
1166
1167 * simple.el (input-mode-8-bit): Fix the customization.
1168
1169 1999-11-18 Gerd Moellmann <gerd@gnu.org>
1170
1171 * international/iso-acc.el (iso-languages): Add more
1172 characters for Portuguese.
1173
1174 * speedbar.el: Clean up comment at the start of the file.
1175 Remove RCS id.
1176
1177 * progmodes/compile.el (compilation-parse-errors): Use
1178 compilation-buffer-p instead of testing major-mode.
1179
1180 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
1181
1182 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
1183 (quickurl-ask): completion-ignore-case is set to the value of
1184 quickurl-completion-ignore-case for the duration of the call to
1185 completing-read.
1186
1187 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1188
1189 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
1190
1191 1999-11-18 Kenichi Handa <handa@etl.go.jp>
1192
1193 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
1194 instead of ps-print-def.
1195
1196 * ps-print.el: Require ps-vars instead of ps-print-def.
1197
1198 * ps-mule.el: Require ps-vars instead of ps-print-def.
1199
1200 1999-11-17 Gerd Moellmann <gerd@gnu.org>
1201
1202 * simple.el (with-syntax-table): Save buffer explicitly instead of
1203 using save-excursion.
1204
1205 1999-11-16 Gerd Moellmann <gerd@gnu.org>
1206
1207 * mail/supercite.el: New maintainer.
1208
1209 1999-11-16 Reto Zimmermann <reto@synopsys.com>
1210
1211 * progmodes/vhdl-mode.el: Use new backquote syntax.
1212
1213 1999-11-16 Gerd Moellmann <gerd@gnu.org>
1214
1215 * simple.el (with-syntax-table): New.
1216
1217 1999-11-15 Sam Steingold <sds@ksp.com>
1218
1219 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
1220
1221 1999-02-22 Sam Steingold <sds@goems.com>
1222
1223 * goto-addr.el (goto-address-at-mouse,
1224 goto-address-find-address-at-point): Use compose-mail.
1225 (goto-address-mail-method): Removed variable.
1226 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
1227 goto-address-send-using-mail): Removed functions.
1228
1229 1998-11-03 Sam Steingold <sds@goems.com>
1230
1231 * simple.el (backward-delete-char-untabify):
1232 backward-delete-char-untabify-method can be `all' now - to delete
1233 hungrily including newlines.
1234
1235 1999-11-15 Sam Steingold <sds@ksp.com>
1236
1237 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
1238
1239 1999-11-15 Dave Love <fx@gnu.org>
1240
1241 * cus-edit.el (customize-face, customize-face-other-window):
1242 Require match from completing-read.
1243 (custom-buffer-done-function): Default to custom-bury-buffer, not
1244 bury-buffer.
1245
1246 1999-11-15 Gerd Moellmann <gerd@gnu.org>
1247
1248 * mail/rmail.el, iswitchb.el, hippie-exp.el,
1249 progmodes/cperl-mode.el: Use new backquote syntax.
1250
1251 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
1252
1253 * uniquify.el: Use new backquote syntax.
1254
1255 1999-11-14 Markus Rost <rost@ias.edu>
1256
1257 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
1258 as in ispell-local-dictionary-alist.
1259
1260 1999-11-14 Alex Schroeder <alex@gnu.org>
1261
1262 * ansi-color.el (ansi-color-apply): Updated regexps to include
1263 highlighted face.
1264
1265 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
1266
1267 * forms.el (forms--make-format-elt-using-text-properties):
1268 Treat `intangible' differently.
1269
1270 * forms.el: Use new backquote syntax.
1271
1272 1999-11-13 Gerd Moellmann <gerd@gnu.org>
1273
1274 * textmodes/scribe.el (scribe-mode): Doc-fix.
1275
1276 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
1277
1278 * net-utils.el (run-network-program, net-utils-run-program): Use
1279 the new backquote syntax.
1280 (smbclient-program, smbclient-program-options)
1281 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
1282 variables
1283 (smbclient, smbclient-list-shares): New functions
1284
1285 1999-11-12 Sam Steingold <sds@ksp.com>
1286
1287 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
1288 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
1289 (viper-kbd-buf-definition, viper-kbd-mode-alist)
1290 (viper-kbd-mode-pair, viper-kbd-mode-definition)
1291 (viper-kbd-global-pair, viper-kbd-global-definition):
1292 Use the new backquote syntax.
1293
1294 * emulation/viper-cmd.el (viper-test-com-defun)
1295 (viper-prefix-arg-value, viper-prefix-arg-com):
1296 Use the new backquote syntax.
1297
1298 * emacs-lisp/debug.el (debugger-env-macro):
1299 Use the new backquote syntax.
1300
1301 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
1302 Use the new backquote syntax.
1303
1304 * calendar/calendar.el (calendar-remove-frame-by-deleting):
1305 New user variable.
1306 (calendar-hide-window): Use it.
1307 (increment-calendar-month, calendar-for-loop, calendar-sum):
1308 Use the new backquote syntax.
1309
1310 1999-11-12 Andrew Innes <andrewi@gnu.org>
1311
1312 * select.el (x-set-selection): Call buffer-substring, not
1313 substring. Also fix docstring
1314
1315 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
1316
1317 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
1318 of customizable variables to bug report message. Added
1319 system-type to package name in bug report.
1320
1321 1999-11-12 Gerd Moellmann <gerd@gnu.org>
1322
1323 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
1324 to display file names.
1325
1326 1999-11-11 Gerd Moellmann <gerd@gnu.org>
1327
1328 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
1329
1330 * isearch.el: Add lazy-highlighting feature.
1331
1332 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1333
1334 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
1335 constant.
1336 (ps-mode-submit-bug-report): New function. Entry added to menu.
1337
1338 1999-11-10 William M. Perry <wmperry@aventail.com>
1339
1340 * mwheel.el: New file to support the new style wheeled mice.
1341
1342 1999-11-10 Gerd Moellmann <gerd@gnu.org>
1343
1344 * startup.el (initial-scratch-message): Add ";;" to the front of
1345 lines in the message.
1346
1347 * files.el (file-local-copy): Remove optional BUFFER argument
1348 because that's not used by anything.
1349
1350 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
1351 to-address.
1352
1353 1999-11-08 Markus Rost <rost@ias.edu>
1354
1355 * wid-edit.el (widget-button-click): Wrap with save-excursion
1356 to restore track-mouse in the correct buffer.
1357
1358 1999-11-08 Gerd Moellmann <gerd@gnu.org>
1359
1360 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
1361
1362 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
1363
1364 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
1365 lpr-command to "lp" for some system-types. (copied from lpr.el
1366 Emacs version 20.2.1).
1367
1368 1999-11-04 Markus Rost <rost@ias.edu>
1369
1370 * simple.el (comment-region): Strip off white space at end of
1371 comment-start.
1372
1373 1999-11-04 Gerd Moellmann <gerd@gnu.org>
1374
1375 * faces.el (secondary-selection): Fix wrong color name.
1376
1377 1999-11-04 John Tobey <jtobey@epsilondev.com>
1378
1379 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
1380 the default when invoking perldb in a non-Perl buffer, and other
1381 cases involving -e or --.
1382
1383 1999-11-04 Gerd Moellmann <gerd@gnu.org>
1384
1385 * simple.el (previous-matching-history-element)
1386 (next-history-element): Use delete-field instead of erase-field.
1387
1388 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
1389 Use delete-field instead of erase-field.
1390
1391 * faces.el (secondary-selection): Change background to yellow.
1392
1393 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
1394 find the start of the text. Use field-string to read the user
1395 input.
1396
1397 1999-11-03 Gerd Moellmann <gerd@gnu.org>
1398
1399 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
1400 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
1401 for compatibility with old face implementation.
1402
1403 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
1404 Use erase-field instead of erase-buffer.
1405
1406 * frame.el (blink-cursor-mode, blink-cursor-end): Use
1407 internal-show-cursor with new interface.
1408 (blink-cursor-timer-function): New.
1409 (blink-cursor-start): Use blink-cursor-timer-function.
1410
1411 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1412
1413 * calendar.el (redraw-calendar): Move to nearest date before
1414 redrawing.
1415
1416 * diary-lib.el (simple-diary-display): Reset modeline even if
1417 there are no diary entries since the diary buffer may be displayed.
1418
1419 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1420
1421 * emacs-lisp/debug.el (debug): If noninteractive, display the
1422 backtrace using `message', then exit Emacs.
1423 (debugger-batch-max-lines): New variable.
1424 (debugger-setup-buffer): New subroutine, broken out of `debug'.
1425 Change the messages put at the start, to say that the debugger
1426 was entered.
1427
1428 1999-11-02 Sam Steingold <sds@ksp.com>
1429
1430 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
1431
1432 1999-11-01 John Tobey <jtobey@epsilondev.com>
1433
1434 * gud.el: (gud-perldb-massage-args): Massage correctly in the
1435 presence of perl switches other than "-e".
1436
1437 1999-11-01 Markus Rost <rost@ias.edu>
1438
1439 * dired-x.el (dired-smart-shell-command): Use
1440 shell-command-history as in shell-command.
1441
1442 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1443
1444 * userlock.el (ask-user-about-lock): Doc fix.
1445
1446 * frame.el: Doc fixes.
1447
1448 1999-11-01 Gerd Moellmann <gerd@gnu.org>
1449
1450 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
1451 of show-cursor.
1452 (blink-cursor-start, blink-cursor-end): Ditto.
1453
1454 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
1455
1456 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1457
1458 * window.el (walk-windows): If ALL-FRAMES is a frame,
1459 start on that frame. Use save-selected-window.
1460
1461 1999-11-01 Gerd Moellmann <gerd@gnu.org>
1462
1463 * simple.el (end-of-buffer): Use window-end to find the window end
1464 instead of vertical-motion because this handles variable-height
1465 lines correctly.
1466
1467 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
1468
1469 * ediff.el: Version change.
1470
1471 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
1472 make sure you are in a good frame before deleting other
1473 windows.
1474 (ediff-file-checked-in-p): Don't consider CVS
1475 files checked in.
1476 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
1477 are writing to a newly created empty file.
1478
1479 * ediff-mult.el (ediff-show-session-group-hook): New default.
1480
1481 * ediff-vers.el (ediff-pcl-cvs-view-revision):
1482 First cd to the file directory. reportedly works
1483 better with remote files.
1484
1485 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
1486 Use file-name-nondirectory when passing files to CVS.
1487
1488 * ediff-diff.el (ediff-cmp-options): New variable.
1489 (ediff-same-file-contents): Use ediff-cmp-options.
1490
1491 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
1492 ediff-get-patch-buffer): Use current buffer if it appears to be a
1493 patch.
1494
1495 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
1496 C-g
1497
1498 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
1499 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
1500 (viper-save-cursor-color,viper-restore-cursor-color):
1501 Improved cursor color handling.
1502 (viper-get-saved-cursor-color-in-replace-mode,
1503 viper-get-saved-cursor-color-in-insert-mode): New functions for
1504 better cursor color handling.
1505
1506 * viper-ex.el (ex-read,ex-edit):
1507 Fixes for correct interpretation of #,%.
1508 (viper-ex): Now works correctly when called from other functions.
1509 (viper-glob-function): New variable.
1510 (viper-ex): Save excursion before doing :global.
1511
1512 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
1513
1514 * viper-cmd.el (viper-post-command-sentinel,
1515 viper-insert-state-post-command-sentinel,
1516 viper-insert-state-pre-command-sentinel): Takes better care of
1517 cursor colors.
1518
1519 * viper.el: Version change.
1520
1521 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
1522
1523 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
1524 that the modeline display was updated *only* when
1525 `whitespace-display-in-modeline' was set, not otherwise.
1526
1527 1999-10-30 Gerd Moellmann <gerd@gnu.org>
1528
1529 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
1530 "frac12".
1531
1532 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
1533 ad-activate.
1534
1535 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
1536
1537 * whitespace.el: Test for existence of `defcustom' and `defgroup'
1538 using fboundp instead of assuming that these are not present in
1539 particular flavors of emacs.
1540 (whitespace-version): Update to 2.8
1541 (whitespace-display-in-modeline): Add custom variable to control
1542 displaying the whitespace errors on the modeline based on
1543 suggestion from <klaus.berndl@sdm.de>
1544 (whitespace-buffer): Now returns `t' if unclean and `nil' if
1545 clean, to enable using as a hook function, as suggested by Puneet
1546 Goel <puneet@computer.org>
1547 (whitespace-buffer): Fix a subtle bug that cleaned up only if
1548 quiet was not set, even with whitespace-auto-cleanup set.
1549 (whitespace-mode-line): Now uses less modeline real estate and
1550 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
1551 which is present in the file, and <y> is any type of whitespace
1552 whose check has been suppressed by setting
1553 `whitespace-check-<whitespace-type>' to nil.
1554 (whitespace-unchecked-whitespaces): New function to return the
1555 list of whitespaces for whom checks have been suppressed.
1556 (whitespace-display-unchecked-whitespaces): Renamed to
1557 `whitespace-update-modeline' to reflect its functionality.
1558
1559 1999-10-30 Gerd Moellmann <gerd@gnu.org>
1560
1561 * progmodes/compile.el (compilation-error-regexp-alist):
1562 Undo previous change.
1563
1564 1999-10-28 Dave Love <fx@gnu.org>
1565
1566 * help.el (help-follow): Make arg optional again and really
1567 default to point.
1568
1569 1999-10-28 Gerd Moellmann <gerd@gnu.org>
1570
1571 * paths.el (rmail-file-name): Make it an option.
1572
1573 * progmodes/ada-mode.el, progmodes/ada-prj.el,
1574 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
1575 comment fixes.
1576
1577 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
1578 MIPS Pro 7.3 compiler error message syntax.
1579
1580 1999-10-27 Dave Love <fx@gnu.org>
1581
1582 * progmodes/compile.el: Checkdoc-inspired fixes.
1583
1584 1999-10-27 Gerd Moellmann <gerd@gnu.org>
1585
1586 * lpr.el (print-buffer): Doc-string fix.
1587
1588 1999-10-27 Dave Love <fx@gnu.org>
1589
1590 * emacs-lisp/advice.el: Doc fixes.
1591 (ad-lemacs-p): Removed.
1592 (advice): Add :link to defgroup.
1593
1594 1999-10-27 Kenichi Handa <handa@etl.go.jp>
1595
1596 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
1597 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
1598
1599 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1600
1601 * window.el (walk-windows): If ALL-FRAMES is a frame,
1602 start on that frame. Use save-selected-window.
1603
1604 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1605
1606 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
1607 ad-activate. All callers changed, including those in data.c.
1608 (ad-activate-internal-off): Renamed from ad-activate-off.
1609 All uses changed.
1610 (ad-activate): Renamed from ad-activate-on. All uses changed.
1611 (ad-start-advice, ad-stop-advice, ad-recover-normality):
1612 Alter the definition of ad-activate-internal, not ad-activate.
1613
1614 1999-10-26 Gerd Moellmann <gerd@gnu.org>
1615
1616 * startup.el (command-line-1): Add support for command line
1617 arguments `file' and `execute'. Fix handling of `visit'.
1618
1619 1999-10-26 Kenichi Handa <handa@etl.go.jp>
1620
1621 * international/mule-cmds.el (read-input-method-name): Handle the
1622 case that the arg DEFAULT is symbol.
1623
1624 * international/mule-diag.el (mule-diag): Handle the case that
1625 default-input-method is symbol.
1626
1627 1999-10-26 Gerd Moellmann <gerd@gnu.org>
1628
1629 * textmodes/tildify.el: New file.
1630
1631 1999-10-25 Sam Steingold <sds@ksp.com>
1632
1633 * Makefile (compile-files): Fixed the "tr" strings.
1634 (EMACS): Set to ../src/emacs.
1635
1636 1999-10-25 Gerd Moellmann <gerd@gnu.org>
1637
1638 * info.el (Info-build-node-completions): Add '("*") to the
1639 completion list.
1640
1641 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1642
1643 * frame.el (auto-raise-mode): When enabling the mode,
1644 immediately raise the selected frame.
1645
1646 * indent.el (indent-region): Doc fix.
1647
1648 * comint.el (comint-output-filter): Make the Comint buffer current
1649 for the comint-preoutput-filter-functions.
1650
1651 * mail/reporter.el: Doc fix.
1652
1653 1999-10-24 Stephen Eglen <stephen@gnu.org>
1654
1655 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
1656 that Octave lisp files can also run under XEmacs 20.
1657 (require 'custom) added so that files can run under Emacs 19.34.
1658
1659 * iswitchb.el (iswitchb-default-keybindings): No need to use
1660 read-kbd-macro in keybindings.
1661
1662 1999-10-23 Dave Love <fx@gnu.org>
1663
1664 * elide-head.el: New file.
1665
1666 1999-10-23 Gerd Moellmann <gerd@gnu.org>
1667
1668 * Makefile (compile-files, backup-compiled-files): New targets.
1669 (bootstrap, bootstrap-clean): Ditto.
1670
1671 1999-10-22 Paul Eggert <eggert@twinsun.com>
1672
1673 * international/mule-cmds.c (locale-language-names):
1674 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
1675 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
1676 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
1677 Use Latin-8 for Welsh.
1678 Use Latin-1 for English if "en" is explicitly specified.
1679 Use Latin-1 for Scots Gaelic, Tagalog.
1680 Use Latin-1 (not Latin-4) for Greenlandic.
1681 Use Latin-1 (not Latin-2) for Albanian.
1682 (locale-preferred-coding-systems, locale-language-names):
1683 Remove generic ISO 8859 locales; locale-charset-language-names now
1684 does this.
1685 (locale-charset-language-names): New variable.
1686 (set-locale-environment): Use language name specified by
1687 locale-charset-language-names if its charsets disagree with the
1688 language name specified by locale-language-names.
1689
1690 1999-10-22 Dave Love <fx@gnu.org>
1691
1692 * make-mode.el: Minor doc fixes.
1693
1694 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
1695
1696 1999-10-21 Dave Love <fx@gnu.org>
1697
1698 * loadup.el: Add latin-8, latin-9.
1699
1700 1999-10-20 Paul Eggert <eggert@twinsun.com>
1701
1702 * disp-table.el (standard-display-european): Remove undocumented
1703 arg AUTO; no longer used by startup.el. Do not attempt to treat
1704 all non-English language environments as coding system names.
1705 Instead, use the downcased language environment name as a coding
1706 system name if it is one; otherwise, use latin-1.
1707
1708 1999-10-20 Gerd Moellmann <gerd@gnu.org>
1709
1710 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
1711 that were split so that part of the comment appeared as Lisp code.
1712
1713 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1714
1715 * ps-bdf.el: Doc fix.
1716
1717 * ps-print-def.el: New file: common definitions for all parts of
1718 ps-print.
1719 (ps-multibyte-buffer): Moved from ps-mule.
1720
1721 * ps-mule.el: File dependence fix.
1722 (ps-multibyte-buffer): Moved to ps-print-def.
1723
1724 * ps-print.el: Doc fix, better customization.
1725 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
1726 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
1727 (ps-end-file): Doc fix.
1728 (ps-setup, ps-begin-file): Fun fix.
1729 (postscript): New group.
1730 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
1731 (ps-print-prologue-1): Adjust PostScript programming.
1732 (ps-print): Adjust group hierarchy.
1733 (ps-print-n-up, ps-print-zebra, ps-print-background,
1734 ps-print-printer)
1735 (ps-print-page): New subgroups.
1736 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
1737 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
1738 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
1739 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
1740 (ps-zebra-stripe-height, ps-print-background-image)
1741 (ps-print-background-text, ps-spool-config): Adjust customization.
1742 (dos-ps-printer): Definition eliminated.
1743
1744 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1745
1746 * ps-mule.el: Doc fix, define functions properly if mule package is
1747 loaded or not.
1748 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
1749 mule package is loaded or not.
1750
1751 * ps-print.el: Doc fix, n-up printing.
1752 (ps-print-version): New version number (5.0).
1753 (ps-page-dimensions-database): Added document media.
1754 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
1755 (ps-page-order, ps-printing-region-p): New vars.
1756 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
1757 funs.
1758 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
1759 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
1760 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
1761 (ps-n-up-xstart, ps-n-up-ystart): New macros.
1762 (ps-print-begin-sheet-hook): New hook.
1763 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
1764 const.
1765 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
1766 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
1767 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
1768 (ps-count-lines): Changed to defun.
1769 (ps-header-page): Changed to defsubst, fix fun.
1770 (ps-printing-region): Doc fix, adjust programming code.
1771 (ps-output-boolean, ps-background-pages, ps-background-text)
1772 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
1773 programming code.
1774
1775 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1776
1777 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
1778 (ps-print-version): New version number (4.2).
1779 (ps-spool-config, ps-spool-tumble): New vars.
1780 (ps-print-prologue-1): Changed to defconst, adjust PostScript
1781 programming, new PostScript procedure to handle errors.
1782 (ps-print-prologue-2): Changed to defconst.
1783 (ps-print-duplex-feature): New const: duplex and tumble setting.
1784 (ps-setup, ps-begin-file): Fix funs.
1785 (ps-boolean-capitalized): New fun.
1786
1787 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
1788
1789 * Makefile (dontcompilefiles): Obsoleted.
1790 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
1791 (EL): Unused.
1792 (temacs): Removed (unused).
1793 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
1794 version of the file (necessary for the update to work properly).
1795 (autoloads): Force the use of `pwd`/loaddefs.el.
1796 (updates); Redefined in terms of other targets to reduce redundancy.
1797 (.el.elc): New default rule, just in case you want it.
1798 (compile): Use a single invocation of Emacs.
1799 (bootstrap-compile); Unneeded.
1800 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
1801
1802 1999-10-19 Dave Love <fx@gnu.org>
1803
1804 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
1805
1806 1999-10-19 Sam Steingold <sds@ksp.com>
1807
1808 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
1809 comply with the comment.
1810
1811 1999-10-19 Gerd Moellmann <gerd@gnu.org>
1812
1813 * autorevert.el (auto-revert-mode): Make auto-revert-mode
1814 permanent-local.
1815
1816 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
1817
1818 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
1819 value: \"lpr\" changed to "lpr"
1820 (ps-mode-version): New constant
1821 (ps-mode-show-version): New function, added key in ps-mode-map
1822 (ps-run-messages): Removed
1823 (ps-run-font-lock-keywords-2): New defcustom variable replacing
1824 ps-run-messages. These keywords now include the value of
1825 ps-run-prompt, making its fontification customizable.
1826 (ps-run-init): Removed \\n from docstring, it is now added when
1827 the value is used
1828 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
1829 ps-run-prompt
1830 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
1831 customizable variables in doc-string (its equivalent
1832 ps-run-messages was missing in previous version of the doc-string)
1833 (ps-run-mode): Simplified assignment to font-lock-defaults, using
1834 symbols only
1835
1836 1999-10-19 Alex Schroeder <alex@gnu.org>
1837
1838 * ansi-color.el: Complete rewrite.
1839
1840 1999-10-19 Paul Eggert <eggert@twinsun.com>
1841
1842 Fix bootstrapping problems.
1843 Use the system locale to specify Emacs locale defaults.
1844
1845 * international/mule-cmds.el (global-map):
1846 Do not use backquote, because that makes a bootstrapping
1847 problem if you need to recompile all Lisp files using interpreted code.
1848 * international/mule.el (charset-id, charset-bytes,
1849 charset-dimension, charset-chars, charset-width,
1850 charset-direction, charset-iso-final-char,
1851 charset-iso-graphic-plane, charset-reverse-charset,
1852 charset-short-name, charset-long-name, charset-description,
1853 charset-plist): Likewise.
1854 * subr.el (save-match-data): Likewise.
1855
1856 * international/mule-cmds.el
1857 (set-display-table-and-terminal-coding-system): New function,
1858 containing code migrated out of set-language-environment.
1859 (set-language-environment, set-locale-environment): Use it.
1860 (locale-translation-file-name): Moved here from startup.el.
1861 (locale-language-names, locale-preferred-coding-systems):
1862 New vars.
1863 (locale-name-match, set-locale-environment): New functions.
1864
1865 * language/japan-util.el (setup-japanese-environment-internal):
1866 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
1867
1868 * startup.el (iso-8859-n-locale-regexp): Remove.
1869 (locale-translation-file-name): Move to mule-cmds.el.
1870 (command-line): Move locale-stuff into set-locale-environment.
1871
1872 1999-10-18 Dave Love <fx@gnu.org>
1873
1874 * abbrev.el (add-abbrev, inverse-add-abbrev)
1875 (expand-region-abbrevs): Remove properties from buffer text.
1876
1877 1999-10-17 Gerd Moellmann <gerd@gnu.org>
1878
1879 * iswitchb.el (iswitchb-exhibit): Extract user-input only
1880 from the mini-buffer, without the prompt.
1881
1882 * simple.el (minibuffer-prompt-end): Return the position
1883 after the prompt, not the position of that last character
1884 of the prompt.
1885
1886 1999-10-17 Miles Bader <miles@gnu.org>
1887
1888 * simple.el: Doc fixes.
1889
1890 1999-10-17 Miles Bader <miles@gnu.org>
1891
1892 * simple.el (previous-matching-history-element, next-history-element):
1893 Change to work correctly even if the point is in the prompt.
1894 (choose-completion-string): Likewise.
1895 (minibuffer-prompt-width): New function (compatibility with old subr).
1896
1897 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
1898 When constraining the final position to the current field,
1899 don't use the ONLY-IN-LINE mode of constrain-to-field.
1900
1901 1999-10-17 Miles Bader <miles@gnu.org>
1902
1903 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
1904 constrain-to-field.
1905 * textmodes/paragraphs.el (forward-sentence): Likewise.
1906
1907 1999-10-17 Miles Bader <miles@gnu.org>
1908
1909 * simple.el (line-move): Use constrain-to-field to avoid
1910 moving into a prompt.
1911 (previous-complete-history-element): Clarify doc string.
1912 (next-complete-history-element): Likewise.
1913 Use field-beginning instead of point-min.
1914 (next-matching-history-element): Use field-beginning and
1915 erase-field instead of point-min and erase-buffer.
1916 * textmodes/paragraphs.el
1917 (forward-paragraph, forward-sentence): Likewise.
1918 (backward-kill-paragraph, backward-kill-sentence): Remove code to
1919 constrain the kill to an field, as the movement commands now
1920 do this.
1921
1922 1999-10-17 Miles Bader <miles@gnu.org>
1923
1924 * simple.el (previous-matching-history-element): Get the
1925 minibuffer input with field-string instead of buffer-string.
1926 (choose-completion-string): Likewise.
1927 (next-history-element): Likewise.
1928 Erase the minibuffer input with erase-field, not erase-buffer.
1929 Use field-beginning to find the beginning of the input.
1930 * textmodes/paragraphs.el (backward-kill-sentence):
1931 Remove minibuffer-prompt hack.
1932 Constrain to any input field.
1933
1934 1999-10-17 Sam Steingold <sds@ksp.com>
1935
1936 * bindings.el (completion-ignored-extensions): Added ".sparcf"
1937 for CMUCL on sparc and ".ufsl" for LispWorks.
1938 (bound-and-true-p): Bugfix: free variable `v'.
1939
1940 1999-10-16 Dave Love <d.love@dl.ac.uk>
1941
1942 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
1943 (edebug-uninstall-read-eval-functions): Use load-read-function,
1944 avoiding elisp-eval.
1945
1946 1999-10-16 Sam Steingold <sds@ksp.com>
1947
1948 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
1949 instead of `eql'.
1950
1951 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
1952
1953 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
1954 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
1955 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
1956 * ediff-util.el (ediff-make-temp-file):
1957 * ediff-vers.el (ediff-pcl-cvs-view-revision):
1958 * emerge.el (emerge-make-temp-file):
1959 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
1960 * vc.el (vc-update-change-log):
1961 * mail/mailpost.el (post-mail-send-it):
1962 * mail/metamail.el (metamail-region):
1963 * progmodes/cmacexp.el (c-macro-expansion):
1964 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
1965
1966 1999-10-15 Gerd Moellmann <gerd@gnu.org>
1967
1968 * smtpmail.el (smtpmail-via-smtp): Add support for
1969 automatically appending a domain to RCPT TO: addresses.
1970
1971 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1972
1973 * dired.el (dired-insert-directory): Insert the amount of
1974 free space after the total size.
1975 (dired-free-space-program, dired-free-space-args): New variables.
1976
1977 1999-10-14 Karl Heuer <kwzh@gnu.org>
1978
1979 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
1980
1981 1999-10-14 Dave Love <fx@gnu.org>
1982
1983 * international/characters.el:
1984 * international/fontset.el:
1985 * international/mule-conf.el: Add latin-iso8859-1[45].
1986
1987 * language/european.el: Add Latin-8, Latin-9. Modify some doc
1988 strings.
1989
1990 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
1991 (command-line): Detect Latin-[89] locales.
1992
1993 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
1994
1995 * international/mule-cmds.el (select-safe-coding-system)
1996 (leim-list-header): Avoid the use of strings that start with backslash
1997 newline since lread.c:read1 has a hack to turn those strings into
1998 integer 0 during the loadup.el process.
1999
2000 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
2001
2002 1999-10-13 Dave Love <fx@gnu.org>
2003
2004 * image.el (insert-image): Copy the image spec and add an
2005 intangible property.
2006
2007 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
2008
2009 * help.el (help-xref-interned): Make it also work on variable-only
2010 and function-only symbols.
2011 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
2012 (help-follow): If the point under mouse is not highlighted, try
2013 `help-xref-interned' on the pointed-to symbol anyway.
2014
2015 * info.el (Info-on-current-buffer): New entry point.
2016 (Info-find-node): Split into two for Info-on-current-buffer to
2017 hook into it.
2018 (Info-current-file, Info-set-mode-line, Info-up):
2019 Info-current-file can now be t.
2020 (Info-clone-buffer-hook): Function for `clone-buffer'.
2021 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
2022 Make `clone-buffer' available in various ways to the user.
2023
2024 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
2025
2026 * simple.el (shell-command, shell-command-on-region): Use
2027 make-temp-file.
2028 (clone-buffer, clone-process, clone-buffer-hook): New functions.
2029
2030 * subr.el (with-current-buffer): Don't use backquotes to avoid
2031 bootstrapping problems.
2032
2033 * loadup.el (load-path): Add subdirs for bootstrapping.
2034 (docstrings): Ignore errors during bootstrapping.
2035 (args): New `bootstrap' argument (for use in place of `dump').
2036
2037 1999-10-12 Emmanuel Briot <briot@gnat.com>
2038
2039 * ada-stmt.el: Doc-string fixes.
2040
2041 1999-10-12 Gerd Moellmann <gerd@gnu.org>
2042
2043 * recentf.el: New file.
2044
2045 * ps-mode.el: New file.
2046
2047 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
2048 case insensitive.
2049
2050 1999-10-12 Richard Sharman <rsharman@pobox.com>
2051
2052 * sh-script.el: Added support for indenting existing scripts.
2053 (sh-mode-map): Added new bindings.
2054 (sh-mode): Updated mode doc-string for new commands, added
2055 make-local-variable calls, initialize mode-specific variables.
2056 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
2057 is now a different function.
2058 (sh-header-marker): Changed docstring.
2059 (sh-set-shell): Initialize mode-specific variables.
2060 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
2061 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
2062 Changed these define-skeleton calls to work with user-specified
2063 indentation settings.
2064 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
2065 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
2066 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
2067 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
2068 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
2069 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
2070 (sh-guess-basic-offset, sh-handle-after-case-label)
2071 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
2072 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
2073 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
2074 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
2075 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
2076 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
2077 (sh-handle-this-then, sh-help-string-for-variable)
2078 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
2079 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
2080 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
2081 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
2082 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
2083 (sh-remove-our-text-properties, sh-rescan-buffer)
2084 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
2085 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
2086 (sh-scan-case, sh-search-word, sh-set-char-syntax)
2087 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
2088 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
2089 functions.
2090 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
2091 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
2092 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
2093 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
2094 (sh-var-list): New variables.
2095
2096 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
2097
2098 * quickurl.el (quickurl-list-insert): `count-lines' was returning
2099 a value one line to high if the cursor wasn't at the start of a
2100 line. A `beginning-of-line' is now performed before making the
2101 call to `count-lines'.
2102
2103 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
2104
2105 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
2106
2107 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
2108
2109 * Makefile (setwins): Abstract out the command to find subdirectories
2110 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
2111 (custom-deps, finder-data, autoloads, update-subdirs, updates)
2112 (autoloads-with-other-emacs): Use it.
2113
2114 * diff-mode.el: New file. A mode for viewing/editing context diffs.
2115
2116 1999-10-09 Gerd Moellmann <gerd@gnu.org>
2117
2118 * Makefile (bootstrap-compile): New target. Compile Lisp
2119 files with ../src/temacs.
2120
2121 1999-10-08 Simon Marshall <simon@gnu.org>
2122
2123 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
2124 (regexp-opt-group): Use it to get common suffixes in STRINGS.
2125 If STRINGS is nil, return "" rather than nil.
2126
2127 1999-10-08 Gerd Moellmann <gerd@gnu.org>
2128
2129 * Makefile (compile): Compile files one by one. Set load-path to
2130 current directory and subdirectories when compiling.
2131
2132 1999-10-08 Gerd Moellmann <gerd@gnu.org>
2133
2134 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
2135 (emacs): Use it everywhere instead of EMACS.
2136 (compile): New target. Compile all Lisp files from scratch.
2137 (recompile): New target. Recompile lisp directory.
2138 (autoloads-with-other-emacs): New target. Build loaddefs.el with
2139 an Emacs executable not built in the current directory tree.
2140
2141 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
2142
2143 * filecache.el (file-cache-completion-ignore-case): New variable,
2144 defaulting to the value of completion-ignore-case.
2145 (file-cache-minibuffer-complete): Use it.
2146 (file-cache-files-matching, file-cache-files-matching-internal):
2147 New functions.
2148
2149 1999-10-07 Emmanuel Briot <briot@gnat.com>
2150
2151 * ada-xref.el: New file
2152
2153 * ada-prj.el: New file
2154
2155 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
2156
2157 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
2158 subprogram being created.
2159
2160 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
2161 ada-indent-newline-indent): Rewritten to support the new indentation
2162 scheme
2163
2164 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
2165 New functions
2166
2167 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
2168 justification parameter
2169
2170 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
2171 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
2172 external program
2173
2174 1999-10-07 Dave Love <fx@gnu.org>
2175
2176 * bindings.el (bound-and-true-p): New macro.
2177 (make-mode-line-mouse-sensitive): Don't require easymenu.
2178
2179 1999-10-07 Gerd Moellmann <gerd@gnu.org>
2180
2181 * custom.el (defface): Extend documentation for new values of
2182 `type'.
2183
2184 * faces.el (face-spec-set-match-display): Recognize `type' of
2185 `motif', `lucid', `x-toolkit'.
2186 (menu): New face.
2187
2188 1999-10-05 Dave Love <fx@gnu.org>
2189
2190 * files.el: Recognize temporary crontab files.
2191
2192 * info.el: Require jka-compr when compiling.
2193 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
2194
2195 1999-10-04 Dave Love <fx@gnu.org>
2196
2197 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
2198 scroll-up-aggressively, scroll-down-aggressively.
2199
2200 * time.el (display-time-mode): Add autoload cookie.
2201
2202 * rect.el (delete-extract-rectangle): Doc fix from verna.
2203
2204 * help-macro.el (three-step-help): Customize.
2205
2206 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2207
2208 * hexl.el (hexlify-buffer): Move point in proper range
2209 if it is too large.
2210 (hexl-after-revert-hook): Update hexl-max-address.
2211 (hexl-address-to-marker): Doc fix.
2212
2213 1999-10-03 Dave Love <fx@gnu.org>
2214
2215 * image.el (defimage): Remove redundant code. Substitute file in
2216 image plist.
2217
2218 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
2219
2220 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
2221 when doing with-temp-file.
2222
2223 1999-10-01 Dave Love <fx@gnu.org>
2224
2225 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
2226
2227 * help.el: Require view when compiling.
2228 (view-emacs-FAQ): Use Info version.
2229
2230 1999-09-29 Ken'ichi Handa <handa@gnu.org>
2231
2232 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
2233 (normat->normal). Use correct font names for Korean
2234 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
2235
2236 1999-09-29 Kenichi Handa <handa@etl.go.jp>
2237
2238 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
2239 code not used by KOI8 to the same 8-bit code instead of mapping to
2240 SPC.
2241 (cyrillic-alternativnyj-decode-table): Likewise.
2242
2243 1999-09-29 Alex Schroeder <alex@gnu.org>
2244
2245 * sql.el (sql-imenu-generic-expression): Aew, used to set
2246 imenu-generic-expression.
2247 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
2248 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
2249 imenu-case-fold-search, and imenu-syntax-alist.
2250 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
2251 setting font-lock-defaults' SYNTAX-ALIST.
2252
2253 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2254
2255 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
2256 macro, try again.
2257
2258 1999-09-28 Dave Love <fx@gnu.org>
2259
2260 * cus-edit.el (custom-comment): Change widget definition.
2261 (custom-comment-create, custom-comment-show)
2262 (custom-comment-invisible-p): Don't use :comment-overlay.
2263 (custom-comment-hide): New function.
2264 (custom-variable-set, custom-variable-save)
2265 (custom-variable-reset-standard, custom-face-set)
2266 (custom-face-save): Use it.
2267
2268 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2269
2270 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
2271
2272 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2273
2274 * faces.el (region): Doc fix.
2275
2276 1999-09-27 Dave Love <fx@gnu.org>
2277
2278 * isearch.el (isearch): Add :links in defgroup.
2279 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
2280 (isearch-switch-frame-handler): Comment out (unused).
2281 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
2282 (isearch-ring-retreat-edit): Doc fix.
2283 (isearch-mouse-yank): New command.
2284 (isearch-last-command-char): Removed. Callers changed to use
2285 last-command-char.
2286 (isearch-char-to-string): Removed. Callers changed to use
2287 char-to-string.
2288
2289 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
2290
2291 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
2292 option for Russian.
2293
2294 1999-09-25 Gerd Moellmann <gerd@gnu.org>
2295
2296 * faces.el (face-differs-from-default-p): Compare face
2297 attributes individually.
2298
2299 * image.el (put-image, insert-image): Add string argument.
2300
2301 1999-09-24 Gerd Moellmann <gerd@gnu.org>
2302
2303 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
2304 LANG=de_DE.iso88591 on HPUX 11.0.
2305
2306 * dired.el (dired-move-to-filename-regexp): Make it work
2307 for LANG=de_DE.iso88591 on HPUX 11.0.
2308
2309 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2310
2311 * info.el (info-initialize): Don't test existence of ALTERNATIVE
2312 if we know for some other reason it should not be used.
2313
2314 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
2315 New variable.
2316 (edebug-recursive-edit): Save current-prefix-arg there,
2317 bind it, and set it back at the end.
2318 (edebug-outside-excursion): Restore and update the outside
2319 value of current-prefix-arg.
2320 (edebug-emacs-version-specific): Delete support for Epoch.
2321
2322 1999-09-24 Howard Melman <howard@silverstream.com>
2323
2324 * imenu.el (imenu-after-jump-hook): New variable.
2325 (imenu): Run menu-after-jump-hook.
2326 (imenu-name-lookup-function): New variable.
2327 * imenu.el (imenu--in-alist): Use those variables.
2328
2329 1999-09-24 Carsten Dominik <cd@gnu.org>
2330
2331 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
2332 multiple thebibliography environments.
2333
2334 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
2335 with recentering window.
2336 (reftex-extract-bib-entries-from-thebibliography,
2337 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
2338 with multiple thebibliography environments.
2339
2340 * textmodes/reftex-vars.el
2341 (reftex-section-levels): Function allowed as cdr.
2342 (reftex-max-section-depth) New option.
2343
2344 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
2345 with multiple thebibliography environments.
2346
2347 1999-09-23 Gerd Moellmann <gerd@gnu.org>
2348
2349 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
2350 instead of point-min in call to delete-region.
2351
2352 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
2353
2354 * vc.el (vc-backend-checkout): Use with-temp-file when checking
2355 out into arbitrary file names.
2356
2357 1999-09-19 Ken'ichi Handa <handa@gnu.org>
2358
2359 * language/european.el ("Turkish"): New language environment.
2360
2361 1999-09-19 Dave Love <fx@gnu.org>
2362
2363 * delim-col.el: New file.
2364
2365 1999-09-17 Richard Stallman <rms@gnu.org>
2366
2367 * files.el (after-find-file): When visiting a backup file,
2368 make it read-only.
2369
2370 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
2371 (apropos-keybinding-face, apropos-label-face): Likewise.
2372 (apropos-property-face, apropos-match-face): Likewise.
2373 (apropos-label-properties): New variable.
2374 (apropos-print-doc): Use apropos-label-properties.
2375 (apropos-print): Set apropos-label-properties.
2376
2377 1999-09-15 Richard Stallman <rms@gnu.org>
2378
2379 * winner.el: Use aref instead of sref.
2380
2381 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
2382
2383 1999-09-14 Gerd Moellmann <gerd@gnu.org>
2384
2385 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
2386
2387 1999-09-14 Richard Stallman <rms@gnu.org>
2388
2389 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
2390 cookie, even if followed by a letter.
2391
2392 1999-09-14 Stephen Eglen <stephen@gnu.org>
2393
2394 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
2395 --no-line-editing are passed to Octave by including them here
2396 rather than storing them in inferior-octave-startup-args.
2397
2398 1999-09-14 Eli Zaretskii <eliz@gnu.org>
2399
2400 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
2401 command, option, env and sc.
2402
2403 * subr.el (shell-quote-argument): Quote argument with double
2404 quotes for ms-dos.
2405
2406 1999-09-14 Richard Stallman <rms@gnu.org>
2407
2408 * simple.el (eval-expression-print-level): New variable.
2409 (eval-expression-print-length): New variable.
2410 (eval-expression-debug-on-error): New variable.
2411 (eval-expression): Bind print-level, print-length and
2412 debug-on-error from those vars.
2413
2414 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
2415 Bind print-level, print-length and debug-on-error.
2416
2417 1999-09-14 Inge Frick <inge@nada.kth.se>
2418
2419 * dired.el (dired-recursive-deletes): New custom variable.
2420 (dired-re-no-dot): New variable.
2421 (dired-delete-file): New function deletes files and directories
2422 recursively.
2423 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
2424
2425 * dired-aux.el (dired-recursive-copies): New custom variable.
2426 (dired-handle-overwrite): Broke a long line.
2427 (dired-copy-file): Call `dired-copy-file-recursive' instead of
2428 `copy-file'.
2429 (dired-copy-file-recursive): New function. Copy directories
2430 recursively.
2431 (dired-do-create-files): Added support for generalized directory
2432 target. How-to function may now return a function. New fluid
2433 variable `dired-one-file'.
2434 (dired-copy-how-to-fn): New variable.
2435 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
2436 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
2437 (dired-do-copy-regexp): No recursive copies.
2438
2439 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
2440
2441 * whitespace.el (whitespace-version): Update version to 2.4
2442
2443 * whitespace.el: Add customization variables to conditionally test
2444 any of the five whitespaces, per request from Rune Kleveland
2445 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
2446
2447 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
2448
2449 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
2450 list of modes to be checked for bogus whitespaces.
2451
2452 * whitespace.el (whitespace-rescan-timer-time): Update
2453 documentation.
2454
2455 * whitespace.el (whitespace-display-unchecked-whitespaces):
2456 New function to update modeline with untested whitespaces.
2457
2458 * whitespace.el (whitespace-buffer): Test only whitespaces whose
2459 checking is turned on, and update modeline using the newly created
2460 `whitespace-display-unchecked-whitespaces'.
2461
2462 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
2463 whose checking is turned on, and update modeline using the newly
2464 created `whitespace-display-unchecked-whitespaces'.
2465
2466 * whitespace.el (whitespace-describe): Update documentation.
2467
2468 * whitespace.el (whitespace-tickle-timer): Test if
2469 `whitespace-rescan-timer-time' is non-zero before tickling timer.
2470
2471 1999-09-13 Dave Love <fx@gnu.org>
2472
2473 * hideif.el (hide-ifdef-mode): Add autoload cookie.
2474
2475 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
2476 for temp buffer.
2477 (checkdoc-this-string-valid): Don't assume default comment-start.
2478
2479 1999-09-13 Gerd Moellmann <gerd@gnu.org>
2480
2481 * rsz-mini.el: Remove code, keep the interface.
2482
2483 1999-09-13 Dave Love <fx@gnu.org>
2484
2485 * help.el (help-highlight-p): Doc fix.
2486
2487 * faces.el (mode-line, header-line, tool-bar): Add :version.
2488 (highlight, secondary-selection): Add :group.
2489 (trailing-whitespace): Add :group, :version.
2490
2491 * wid-edit.el: Remove some compatibility code and checks.
2492 (widget-specify-field, widget-specify-button): Don't use XEmacs
2493 properties.
2494 (widget-overlay-inactive): Change error message.
2495 (widget-button-pressed-face): New variable.
2496 (widget-button-click): Use it.
2497 (widget-documentation-link-add): Specify mouse and button faces.
2498 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
2499 removed now the functionality is built in.
2500
2501 * cus-edit.el: Don't define-widget-keywords.
2502 (multimedia): New group.
2503 (custom-last): Function removed.
2504 (custom-quote): Add vectorp case, comment out characterp case.
2505 (custom-buffer-done-function, custom-raised-buttons): New option.
2506 (Custom-buffer-done): New function.
2507 (custom-buffer-create-internal): Obey custom-raised-buttons,
2508 Custom-buffer-done.
2509 (custom-button-face): Make it `released-button'.
2510 (custom-button-pressed-face): Make it `pressed-button'
2511 (custom-mode-map): Bind "q" to Custom-buffer-done.
2512 (custom-mode): Deal with raised/pressed buttons.
2513
2514 Changes from Didier Verna:
2515 (custom-prompt-variable): Optional third arg makes prompt for a
2516 comment string.
2517 (customize-set-value, customize-set-variable,
2518 customize-save-variable): Optional prefix makes function handle
2519 variable comments.
2520 (customize-customized, customize-saved, custom-variable-state-set)
2521 (custom-variable-set, custom-variable-save, custom-face-state-set)
2522 (custom-variable-reset-saved, custom-variable-reset-standard)
2523 (custom-face-set, custom-face-save, custom-face-reset-saved)
2524 (custom-face-reset-standard, customize-save-customized): Handle
2525 custom comments.
2526 (custom-comment-face, custom-comment-tag-face): New face.
2527 (custom-comment): New widget.
2528 (custom-comment-create, custom-comment-delete)
2529 (custom-comment-value-set, custom-comment-show)
2530 ()custom-comment-invisible-p): New functions.
2531 (custom-variable-value-create, custom-face-value-create): Create a
2532 comment field widget.
2533 (custom-variable-menu, custom-face-menu): New entry for custom
2534 comment.
2535 (custom-face-value-create): Remove compatibility code.
2536 (custom-save-variables, custom-save-faces): Possibly save custom
2537 comments.
2538
2539 * cus-face.el (custom-face-attributes): Simplify :underline,
2540 :overline, :inverse-video cases. Fix up :box case (probably needs
2541 more work).
2542
2543 Change from Didier Verna:
2544 (custom-set-faces): The arguments can now have a custom comment as
2545 fourth argument.
2546
2547 * custom.el: Don't define-widget-keywords.
2548 Change from Didier Verna:
2549 (custom-set-variables): The arguments can now have a
2550 custom comment as fifth element.
2551
2552 1999-09-13 Richard Stallman <rms@gnu.org>
2553
2554 * info.el (Info-find-node): Cope better if guesspos is too large.
2555
2556 1999-09-12 Gerd Moellmann <gerd@gnu.org>
2557
2558 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
2559 of buffer-substring because buffer-string doesn't copy the
2560 prompt.
2561
2562 * faces.el (mode-line): Replaces `modeline'.
2563 (toplevel): Make `modeline' an alias for `mode-line'.
2564
2565 1999-09-12 Gerd Moellmann <gerd@gnu.org>
2566
2567 * gs.el: Change `ghostscript' to `postscript' in comment.
2568
2569 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
2570
2571 * emulation/tpu-edt.el (tpu-version): New version.
2572 (tpu-search-overlay, tpu-replace-overlay): New variables.
2573 (tpu-search-highlight, tpu-toggle-direction): New functions.
2574 (tpu-lm-replace): Set tpu-replace-overlay.
2575 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
2576 command hook.
2577
2578 1999-09-11 Richard Stallman <rms@gnu.org>
2579
2580 * isearch.el (isearch-mode-map): Undo previous change.
2581
2582 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
2583 use all of that as the sexp.
2584
2585 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
2586 and use the initial argument as file name directly.
2587 Likewise if nothing matches.
2588
2589 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
2590
2591 * winner.el: Major changes. Avoid changing point and mark.
2592 Save configurations after they change, not before.
2593
2594 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
2595
2596 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
2597 Bind print-continuous-numbering and print-number-table.
2598
2599 1999-09-10 Dave Love <fx@gnu.org>
2600
2601 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
2602
2603 1999-09-09 Richard Stallman <rms@gnu.org>
2604
2605 * whitespace.el: Finish making it fit Emacs conventions.
2606 Add autoloads.
2607
2608 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2609
2610 * generic-x.el (bat-generic-mode): "::"-style comments don't
2611 need to begin with "-". Fix the font-lock definitions of ON/OFF
2612 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
2613 from the list of keywords. Add DO to the list of keywords.
2614
2615 1999-09-09 Dave Love <fx@gnu.org>
2616
2617 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
2618 (byte-optimize-backward-word): New optimizations.
2619 (side-effect-free-fns, side-effect-and-error-free-fns): Add
2620 entries.
2621
2622 1999-09-09 Gerd Moellmann <gerd@gnu.org>
2623
2624 * image.el (put-image): Remove optional buffer parameter.
2625
2626 * faces.el (face-italic-p): Return t only for values `italic'
2627 and `oblique'.
2628
2629 * mouse.el (mouse-drag-mode-line-1): Extension of former
2630 mouse-drag-mode-line that also drags the header line.
2631 (mouse-drag-mode-line): Call it.
2632 (mouse-drag-header-line): New.
2633 (toplevel): Bind down-mouse-1 on header lines to
2634 mouse-drage-header-line.
2635
2636 1999-09-08 Gerd Moellmann <gerd@gnu.org>
2637
2638 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
2639 (make-mode-line-mouse-sensitive): Replace `top-line' by
2640 `header-line'.
2641
2642 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
2643
2644 * help.el (describe-function-1): Don't return empty string for keymaps.
2645
2646 * fill.el (fill-region-as-paragraph, canonically-space-region):
2647 Respect colon-double-space at end of line.
2648
2649 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
2650
2651 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
2652 (backup-buffer): Use it.
2653
2654 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
2655
2656 * generic-x.el (generic-define-unix-modes): Added new modes:
2657 inetd-conf-generic-mode, etc-services-generic-mode,
2658 etc-passwd-generic-mode. These are all defined for Unix by default.
2659 (apache-generic-mode): Use an imenu-generic-expression to list
2660 Configuration keywords.
2661 (samba-generic-mode): Use both ; and # as comment characters.
2662 (samba-generic-mode): Font-lock expressions now highlight name
2663 value pairs.
2664 (bat-generic-mode): Keywords are now case-insensitive through
2665 font-lock-defaults setting.
2666 (java-properties-generic-mode): Supports both ! and # as comment
2667 characters.
2668 (java-properties-generic-mode): Added an imenu-generic-expression
2669 (java-properties-generic-mode): Reworked to support the various
2670 different ways to separate name and value (viz, '=', ':' and
2671 whitespace).
2672 (show-tabs-generic-mode): Added this new generic-mode.
2673
2674 1999-09-08 Richard Stallman <rms@gnu.org>
2675
2676 * progmodes/inf-lisp.el: Moved from top directory.
2677
2678 * tar-mode.el (tar-header-block-tokenize):
2679 Use `when' instead of `and'. Fix some clobbered text.
2680
2681 * gud.el (gud-make-debug-menu): Make a child for the
2682 local menu, for its menu bar, and the debug menu.
2683 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
2684 Use the history in the simple way.
2685
2686 1999-09-07 Kenichi Handa <handa@etl.go.jp>
2687
2688 * language/korea-util.el (default-korean-keyboard): Initialize it
2689 according to the environment variable HANGUL_KEYBOARD_TYPE.
2690
2691 1999-09-07 Richard Stallman <rms@gnu.org>
2692
2693 * subr.el (make-temp-file): New function.
2694
2695 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
2696
2697 * font-lock.el (font-lock-multiline): New text property contains
2698 a boolean to indicate if the char is part of a multiline match.
2699 (font-lock-default-fontify-region): Extend the region appropriately
2700 for multiline keywords.
2701 (font-lock-default-unfontify-region): Also remove the new
2702 font-lock-multiline text property.
2703 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
2704 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
2705
2706 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2707
2708 * diary-lib.el (list-diary-entries): Make sure two-digit years
2709 have leading zeros.
2710
2711 1999-09-07 Gerd Moellmann <gerd@gnu.org>
2712
2713 * faces.el (face-set-after-frame-default): Initialize some
2714 attributes of some faces from frame parameters.
2715
2716 * faces.el (scroll-bar, border, cursor, mouse): New faces.
2717
2718 1999-09-07 Gerd Moellmann <gerd@gnu.org>
2719
2720 * faces.el (fringe): Replaces face `margin'.
2721
2722 1999-09-07 Dave Love <fx@gnu.org>
2723
2724 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
2725
2726 1999-09-07 Richard Stallman <rms@gnu.org>
2727
2728 * subr.el (push): Doc fix.
2729
2730 1999-09-06 Richard Stallman <rms@gnu.org>
2731
2732 * vc.el (vc-annotate-display): Use < 69 not < 70
2733 to distinguish 20YY from 19YY.
2734
2735 * timezone.el (timezone-parse-date): Use < 69 not < 70
2736 to distinguish 20YY from 19YY.
2737
2738 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
2739
2740 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
2741
2742 * quickurl.el: (quickurl-list-focused-line): Removed.
2743 (quickurl-list-insert): Now works out the focused line using
2744 `count-lines' instead of using `quickurl-list-focused-line'.
2745
2746 1999-09-06 Richard Stallman <rms@gnu.org>
2747
2748 * mail/rmail.el (rmail-retry-failure): Unconditionally move
2749 to beginning of message.
2750
2751 1999-09-06 Dave Love <fx@gnu.org>
2752
2753 * isearch.el (isearch-mode-map): Add mouse-2.
2754
2755 * mail/rmail.el (rmail-read-password): Deleted.
2756 (rmail-get-pop-password): Use read-password.
2757
2758 * quickurl.el: Don't conditionally define caddr.
2759 (quickurl-url-comment): Use nth, not caddr in function and
2760 defsetf.
2761
2762 1999-09-06 Richard Stallman <rms@gnu.org>
2763
2764 * auto-show.el: Doc fixes.
2765
2766 1999-09-06 Stephen Eglen <stephen@gnu.org>
2767
2768 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
2769 --no-line-editing so that TABs in source files are not interpreted
2770 as completion requests.
2771
2772 1999-09-06 Gerd Moellmann <gerd@gnu.org>
2773
2774 * hscroll.el, auto-show.el: Remove all code, keep the public
2775 interface as no-ops.
2776
2777 * faces.el (face-bold-p): Don't return t if face has lighter
2778 weight than normal.
2779
2780 1999-09-06 Eli Zaretskii <eliz@gnu.org>
2781
2782 * startup.el (command-line): Make small-temporary-file-directory
2783 be nil except on ms-dos.
2784
2785 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
2786
2787 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
2788 is defined.
2789
2790 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
2791 letters with a colon after d or l.
2792
2793 1999-09-06 Dave Love <fx@gnu.org>
2794
2795 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
2796 primitive.)
2797
2798 1999-09-05 Richard Stallman <rms@gnu.org>
2799
2800 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
2801
2802 * textmodes/paragraphs.el (backward-kill-sentence):
2803 Don't test minibuffer-prompt-end here.
2804 (forward-sentence): Do handle it here.
2805 (backward-kill-paragraph): Don't test it here.
2806 (forward-paragraph): Handle it here.
2807
2808 * mouse.el (font-menu-add-default): Simplify code.
2809
2810 1999-09-05 Gerd Moellmann <gerd@gnu.org>
2811
2812 * faces.el (header-line): Renamed from `top-line'.
2813
2814 1999-09-05 Gerd Moellmann <gerd@gnu.org>
2815
2816 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
2817
2818 1999-09-04 Richard Stallman <rms@gnu.org>
2819
2820 * whitespace.el: New file.
2821
2822 1999-09-04 Dave Love <fx@gnu.org>
2823
2824 * paths.el: Make some doc strings obey the make-docfile convention.
2825
2826 * bindings.el: Likewise.
2827 (debug-ignored-errors): Remove BBDB ones.
2828
2829 1999-09-03 Richard Stallman <rms@gnu.org>
2830
2831 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
2832 not from the draft to forward.
2833
2834 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
2835
2836 1999-09-03 Dave Love <fx@gnu.org>
2837
2838 * double.el (double-mode): Customize the variable.
2839
2840 1999-09-03 Kenichi Handa <handa@etl.go.jp>
2841
2842 * international/characters.el: Delete duplicated code.
2843
2844 1999-09-02 Richard Stallman <rms@gnu.org>
2845
2846 * indent.el (indent-relative): Doc fix.
2847
2848 * quickurl.el (quickurl): Doc fix.
2849
2850 1999-09-02 Gerd Moellmann <gerd@gnu.org>
2851
2852 * faces.el (margin): Change background to "gray" for mono (this is
2853 drawn with a stipple pattern).
2854
2855 1999-09-02 Gerd Moellmann <gerd@gnu.org>
2856
2857 * simple.el (next-history-element): Use minibuffer-prompt-end once
2858 again. Remove test for minibuffer-prompt-in-buffer.
2859
2860 1999-09-02 Eli Zaretskii <eliz@gnu.org>
2861
2862 * files.el (small-temporary-file-directory): New variable.
2863
2864 * startup.el (command-line): Compute the value of
2865 small-temporary-file-directory.
2866
2867 * ediff-init.el (ediff-temp-file-prefix): Use
2868 small-temporary-file-directory if non-nil.
2869
2870 * vc.el (vc-update-change-log): Likewise.
2871
2872 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
2873
2874 * simple.el (shell-command, shell-command-on-region): Use
2875 make-temp-name properly. Use small-temporary-file-directory if
2876 non-nil, otherwise temporary-file-directory, to generate temporary
2877 files.
2878
2879 * dos-w32.el (direct-print-region-helper): Use
2880 temporary-file-directory. (From Stefan Monnier.)
2881
2882 1999-09-02 Richard Stallman <rms@gnu.org>
2883
2884 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
2885 from asm-comment-char.
2886 (asm-font-lock-keywords): Recognize instruction width suffixes.
2887
2888 1999-09-01 Richard Stallman <rms@gnu.org>
2889
2890 * play/fortune.el: New file.
2891
2892 1999-08-31 Dave Love <fx@gnu.org>
2893
2894 * help.el (help-make-xrefs): Don't lose on non-empty blank line
2895 after key table.
2896
2897 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
2898 redisplay variables.
2899
2900 * subr.el (push): Fix typo.
2901
2902 1999-08-30 Kevin Blake <kblake@ticnet.com>
2903
2904 * emacs-lisp/ring.el: Many doc fixes.
2905 (ring-size, ring-copy): New functions.
2906
2907 1999-08-29 Richard Stallman <rms@gnu.org>
2908
2909 * progmodes/etags.el (tags-loop-continue):
2910 After tags-loop-operate returns, force skip to next file.
2911
2912 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
2913 (mail-extr-first-letters, mail-extr-last-letters):
2914 Use character classes [:alpha:] and [:alnum:].
2915
2916 * subr.el (push, pop): New macros.
2917
2918 * progmodes/compile.el (compilation-error-regexp-alist):
2919 New item for SGI IRIX MipsPro compilers.
2920
2921 * speedbar.el (speedbar-directory-buttons): Recognize
2922 device names when checking for file names.
2923
2924 * array.el (array-reconfigure-rows): Use generate-new-buffer.
2925
2926 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
2927 and specially handle defvar inside their expansions.
2928 (eval-defun-1): New subroutine.
2929
2930 * progmodes/compile.el (compilation-error-regexp-alist):
2931 Fix the Perl -w entry to allow period after line number.
2932 Don't allow newlines in file name, but allow them after line number
2933 for Perl debugging traces.
2934
2935 * which-func.el (which-func-cleanup-function): New variable.
2936 (which-function): Call that function.
2937
2938 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
2939 to end a function name.
2940
2941 * informat.el (Info-tagify): Don't insert more than one newline
2942 before the tag table.
2943
2944 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
2945
2946 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
2947 than make-temp-name, use match-string-no-properties, and eliminate
2948 a quadratic behavior when building bibtex-strings.
2949
2950 1999-08-29 Alex Schroeder <alex@gnu.org>
2951
2952 * comint.el (comint-input-ring-separator): New variable.
2953 (comint-read-input-ring): Doc change; use
2954 comint-input-ring-separator when reading file.
2955 (comint-write-input-ring): Use
2956 comint-input-ring-separator when writing file.
2957
2958 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
2959
2960 * informat.el (Info-tagify): Start by widening.
2961 Match node headers that don't list the file name,
2962 and more kinds of page separations.
2963 Strip properties during tagification.
2964 Use start of node header line as tag's position.
2965 Fix the "done" message.
2966
2967 (Info-validate): Save and restore match data around narrowing down.
2968
2969 1999-08-28 Richard M. Stallman <rms@gnu.org>
2970
2971 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
2972 On repeated call, override previous values put into
2973 minor-mode-map-alist and minor-mode-alist.
2974
2975 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
2976
2977 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
2978
2979 1999-08-27 Andreas Schwab <schwab@gnu.org>
2980
2981 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
2982 from cvs update.
2983
2984 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2985
2986 * calendar/calendar.el (calendar-move-hook): New hook.
2987
2988 * calendar/cal-move.el: Call the new hook in every movement function.
2989
2990 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
2991 the right function name.
2992
2993 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
2994
2995 * time-stamp.el: Put quote-backquote around all symbol names
2996 in doc strings, for mousing.
2997 (time-stamp): Support multi-line patterns.
2998 (time-stamp-inserts-lines): New variable.
2999 (time-stamp-count): New variable.
3000 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
3001 "Thu" instead of "%a".
3002
3003 1999-08-25 Gerd Moellmann <gerd@gnu.org>
3004
3005 * simple.el (kill-word): Undo previous change.
3006
3007 1999-08-25 Gerd Moellmann <gerd@gnu.org>
3008
3009 * jit-lock.el (jit-lock-function): Extend the fontified range
3010 to the beginning of the line containing the range start and
3011 the beginning of the line following the range end.
3012
3013 1999-08-24 Dave Love <fx@gnu.org>
3014
3015 * timezone.el: Move provide to end.
3016 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
3017 <70 are 2000+.
3018 (timezone-parse-time): Simplify somewhat.
3019
3020 1999-08-24 Gerd Moellmann <gerd@gnu.org>
3021
3022 * faces.el (margin): Renamed from bitmap-area.
3023
3024 1999-08-24 Alex Schroeder <alex@gnu.org>
3025
3026 * sql.el: Doc changes.
3027 (sql-sybase): Use sql-server instead of sql-database.
3028
3029 1999-08-23 Dave Love <fx@gnu.org>
3030
3031 * rect.el: Add/fix various doc strings. Add `*' to all the
3032 interactive specs.
3033
3034 1999-08-21 Gerd Moellmann <gerd@gnu.org>
3035
3036 * jit-lock.el (jit-lock-function): Use line-beginning-position.
3037 Don't unwind-protect font-lock-fontify-region.
3038
3039 * paragraphs.el (backward-kill-paragraph): Don't move
3040 point into mini-buffer prompt.
3041 (backward-kill-sentence): Ditto.
3042
3043 * simple.el (next-history-element): Use minibuffer-prompt-end.
3044 Remove test for minibuffer-prompt-in-buffer.
3045 (kill-word): Don't move point into mini-buffer prompt.
3046
3047 1999-08-21 Dave Love <fx@gnu.org>
3048
3049 * Makefile: Exclude CVS dirs like RCS.
3050
3051 1999-08-19 Dave Love <fx@gnu.org>
3052
3053 * tooltip.el (tooltip-mode): Customize this, per convention.
3054 (tooltip-active): Option deleted.
3055
3056 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
3057
3058 * hanoi.el, page-ext.el: Declare dynamic vars.
3059
3060 * term.el: Avoid ange-ftp related compilation warnings.
3061
3062 1999-08-18 Gerd Moellmann <gerd@gnu.org>
3063
3064 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
3065 the default so that beginners can benefit from it without
3066 searching in manuals.
3067
3068 1999-08-18 Ray Blaak <blaak@gnu.org>
3069
3070 * progmodes/delphi.el: Consider assembly sections as blocks, to
3071 indent them better. Make auto-indent on newline optional.
3072
3073 1999-08-17 Gerd Moellmann <gerd@gnu.org>
3074
3075 * bindings.el (mode-line-modified): Look up key binding for C-x
3076 C-q. If it's bound call that binding, otherwise call
3077 toggle-read-only.
3078
3079 1999-08-17 Dave Love <fx@gnu.org>
3080
3081 * info.el (info): Doc fix.
3082
3083 * finder.el (finder-known-keywords): Add `multimedia'.
3084
3085 * apropos.el: Don't capitalize custom group name.
3086
3087 * info-look.el: Remove compatibility code.
3088 (info-lookup-guess-default*): DTRT for point at start of symbol.
3089 (info-complete): Don't lose with point not at end of symbol.
3090
3091 1999-08-16 Gerd Moellmann <gerd@gnu.org>
3092
3093 * term.el (toplevel): Make face `term-default' an empty face.
3094 The code relied on the fact that Emacs ignored invalid faces in
3095 face text properties in 20.4.
3096
3097 1999-08-16 Richard M. Stallman <rms@gnu.org>
3098
3099 * subr.el (point-at-eol, point-at-bol): New aliases.
3100
3101 * simple.el: Functions reordered.
3102
3103 * rect.el (delete-rectangle-line): Use line-end-position.
3104
3105 1999-08-16 Karl Heuer <kwzh@gnu.org>
3106
3107 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
3108 here from simple.el.
3109
3110 1999-08-16 Dave Love <fx@gnu.org>
3111
3112 * mouse.el: Provide `mldrag' for compatibility.
3113 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
3114 marked obsolete.
3115
3116 * mldrag.el: Removed since the features are in mouse.el.
3117
3118 * jka-compr.el (auto-compression-mode): New variable for
3119 customization.
3120
3121 * bindings.el (mode-line-mule-info): Doc fix.
3122
3123 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
3124 name comparisons.
3125
3126 * files.el (interpreter-mode-alist): Add make, guile, clisp.
3127 (find-file): Doc fix.
3128
3129 1999-08-16 Carsten Dominik <cd@gnu.org>
3130
3131 * textmodes/reftex.el: Most of the code moved to other files.
3132 * textmodes/reftex-auc.el: New file, split out from reftex.el
3133 * textmodes/reftex-cite.el: New file, split out from reftex.el
3134 * textmodes/reftex-global.el: New file, split out from reftex.el
3135 * textmodes/reftex-index.el: New file, split out from reftex.el
3136 * textmodes/reftex-parse.el: New file, split out from reftex.el
3137 * textmodes/reftex-ref.el: New file, split out from reftex.el
3138 * textmodes/reftex-sel.el: New file, split out from reftex.el
3139 * textmodes/reftex-toc.el: New file, split out from reftex.el
3140 * textmodes/reftex-vars.el: New file, split out from reftex.el
3141 * textmodes/reftex-vcr.el: New file, split out from reftex.el
3142
3143 1999-08-16 Carsten Dominik <cd@gnu.org>
3144
3145 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
3146 conflict with pop-up-frames.
3147 (reftex-special-environment-parsers): New constant.
3148 (reftex-label-alist): car of an entry can also be a function.
3149 (reftex-what-special-env): Cew function.
3150 (reftex-label-location): Call `reftex-what-special-env'.
3151 (reftex-compile-variables): Check for symbol in
3152 `reftex-label-alist'.
3153 (reftex-what-environment): Fixed bug with stacked environments of
3154 same kind (e.g. enumerate).
3155 (reftex-process-string): Preserve default directory.
3156 (reftex-label-alist-builtin): Changed prefixes of endnote and
3157 footnote. Also the magic words.
3158 (reftex-reference): Interprete new option
3159 `reftex-fref-is-default'.
3160 (reftex-replace-prefix-escapes): Interprete new `%S' format.
3161 (reftex-toc-mouse-view-line): Command removed (had no binding).
3162 (reftex-everything-regexp): New function.
3163 (reftex-nearest-match): Made better.
3164 (reftex-toc-find-section): Use new version of
3165 `reftex-nearest-match'.
3166 (reftex-insert-docstruct): Adapted to work with the index stuff.
3167 (reftex-parse-from-file): Find index entries as well.
3168 (reftex-toc-toggle-index): New function
3169 (reftex-toc-map): `i' is now used to togle the index, File
3170 boundaries has been moved to `F'.
3171 (reftex-select-label-map): Toggling display of file boundaries is
3172 now on the `F' key, for consistency with `reftex-toc-map'.
3173 (reftex-erase-all-selection-and-index-buffers): Renamed from
3174 `reftex-erase-all-selection-buffer'. Now also kills the index
3175 buffers.
3176 (reftex-viewing-cross-references): Customization group renamed
3177 from reftex-viewing-cross-references-and-citations.
3178 (reftex-index-macro-regexp,
3179 reftex-find-index-entry-regexp-format): New variables
3180 (reftex-macros-with-index): New variable
3181 (reftex-add-index-macros): New function
3182 (reftex-renumber-simple-labels, reftex-translate): Allow for
3183 multiple labels in a single ref command.
3184 (reftex-index-support): New customization group
3185 (reftex-support-index, reftex-index-special-chars,
3186 reftex-index-macros, reftex-index-default-macro,
3187 reftex-index-default-tag, reftex-index-math-format,
3188 reftex-index-section-letters, reftex-index-include-context,
3189 reftex-index-follow-mode, reftex-index-header-face,
3190 reftex-index-section-face, reftex-index-tag-face,
3191 reftex-index-face): New options
3192 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
3193 reftex-index-tag, reftex-index-return-marker,
3194 reftex-index-restriction-indicator, reftex-index-restriction-data,
3195 reftex-index-macro-regexp, reftex-index-level-re,
3196 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
3197 reftex-everything-regexp-no-index, reftex-index-re,
3198 reftex-macros-with-index, reftex-index-macro-alist): New variables
3199 (reftex-index-help, reftex-index-macros-builtin,
3200 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
3201 reftex-query-index-macro-help): New constants
3202 (reftex-index-selection-or-word, reftex-index,
3203 reftex-default-index, reftex-update-default-index,
3204 reftex-index-complete-tag, reftex-index-select-tag,
3205 reftex-index-complete-key, reftex-index-update-taglist,
3206 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
3207 reftex-display-index, reftex-insert-index,
3208 reftex-index-insert-new-letter, reftex-get-restriction,
3209 reftex-index-pre-command-hook, reftex-index-post-command-hook,
3210 reftex-index-show-help, reftex-index-next, reftex-index-previous,
3211 reftex-index-toggle-follow, reftex-index-toggle-context,
3212 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
3213 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
3214 reftex-index-quit, reftex-index-quit-and-kill,
3215 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
3216 reftex-index-revert, reftex-index-switch-index-tag,
3217 reftex-index-restrict-to-section, reftex-index-widen,
3218 reftex-index-restriction-forward,
3219 reftex-index-restriction-backward, reftex-index-visit-location,
3220 reftex-index-analyze-entry, reftex-index-globalize,
3221 reftex-index-edit, reftex-index-toggle-range-beginning,
3222 reftex-index-toggle-range-end, reftex-index-edit-key,
3223 reftex-index-edit-attribute, reftex-index-edit-visual,
3224 reftex-index-edit-part, reftex-index-level-down,
3225 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
3226 reftex-index-change-entry, reftex-index-goto-letter,
3227 reftex-add-index-macros, reftex-ensure-index-support,
3228 reftex-index-info-safe, reftex-index-info): New functions.
3229
3230
3231 1999-08-15 Richard M. Stallman <rms@gnu.org>
3232
3233 * paren.el (show-paren-mode): Support making show-paren-mode
3234 a buffer-local variable. Don't check for a window system.
3235 (show-paren-function): Check whether show-paren-function is
3236 enabled in current buffer; do the right thing if not.
3237 Don't check for a window system.
3238 (show-paren-mode): Make it a user variable.
3239
3240 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
3241 Handle `enum' like `struct'.
3242
3243 * server.el (server-process-filter): If a client visits no buffers,
3244 close it immediately before recording it.
3245
3246 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
3247 Optimize by calling concat just once. Handle =\n sequence.
3248 (mail-unquote-printable-region): New command.
3249 (mail-quote-printable): Make it autoload.
3250
3251 1999-08-15 Karl Heuer <kwzh@gnu.org>
3252
3253 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
3254
3255 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
3256
3257 * lisp/texinfmt.el: Handle @ifnottex.
3258
3259 1999-08-15 Eli Zaretskii <eliz@gnu.org>
3260
3261 * frame.el (blink-cursor): Don't turn on cursor blinking for
3262 ms-dos.
3263
3264 * faces.el (face-valid-attribute-values): Look in
3265 x-bitmap-file-path only for x and w32 window systems.
3266
3267 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
3268 Do that if width is nil as well.
3269 (x-display-mm-height, x-display-mm-width): Update values.
3270 (x-colors): Compute the list from msdos-color-values.
3271 (x-select-enable-clipboard): Doc fix.
3272 (x-frob-font-weight, x-font-family-list): New functions.
3273
3274 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
3275
3276 * window.el (shrink-window-if-larger-than-buffer): Don't try to
3277 back up from beginning of buffer.
3278
3279 1999-08-13 Karl Heuer <kwzh@gnu.org>
3280
3281 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
3282
3283 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
3284
3285 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
3286 doomsday clock, speed control is added and changes are made to
3287 allow large numbers of rings: rings now show the whole ring
3288 number, not just the last digit; consecutive rings are allowed to
3289 be the same size when necessary to fit all the rings in the
3290 window; and poles can be oriented horizontally. Face support is
3291 thrown in gratuitously.
3292 (hanoi): Changed default number of rings back to 3.
3293 (hanoi-unix, hanoi-unix-64): New commands
3294 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
3295 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
3296 hanoi-odd-ring-face): New variables.
3297 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
3298 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
3299 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
3300 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
3301 (hanoi-topos, hanoi-draw-ring): Removed.
3302
3303 1999-08-12 Gerd Moellmann <gerd@gnu.org>
3304
3305 * faces.el (face-valid-attribute-values): Return an alist for
3306 families on ttys.
3307 (face-read-integer): Handle unspecified face attributes. Add
3308 completion for `unspecified'.
3309 (read-face-attribute): Handle unspecified font attributes.
3310 (face-valid-attribute-values): Add `unspecified' to lists so that
3311 it can be chosen via completion.
3312 (face-read-string): Don't recognize "none" as input.
3313
3314 1999-08-10 Dave Love <fx@gnu.org>
3315
3316 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
3317 string.
3318
3319 * sun-curs.el: Require sun-fns.
3320
3321 1999-08-10 Dave Love <fx@gnu.org>
3322
3323 * autorevert.el (auto-revert-mode): Add autoload cookie.
3324
3325 * hscroll.el, auto-show.el: Files deleted -- we have built-in
3326 hscroll.
3327
3328 * simple.el (hscroll-step, hscroll-point-visible)
3329 (hscroll-window-column): Remove now we have the mentioned real
3330 horizontal autoscrolling.
3331
3332 1999-08-10 Richard M. Stallman <rms@gnu.org>
3333
3334 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
3335 control use of -f option.
3336 (mail-specify-envelope-from): New variable.
3337 (mail-from-style): Doc fix.
3338
3339 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
3340 (easy-menu-get-map): New arg TO-MODIFY helps choose
3341 between local and global maps.
3342 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
3343 (easy-menu-change): Doc fix.
3344
3345 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
3346 (info-lookup-guess-default): Simplified and cleaned up.
3347 (info-lookup-guess-default*): Preserve point.
3348
3349 * view.el (view-mode-disable): If buffer-read-only is nil,
3350 don't change it.
3351
3352 * files.el (after-find-file): Disable View mode if buffer is no
3353 longer read-only.
3354
3355 * view.el (view-mode-enable, view-mode-disable):
3356 Call force-mode-line-update.
3357
3358 1999-08-10 Karl Heuer <kwzh@gnu.org>
3359
3360 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
3361 * array.el, play/landmark.el, international/latin-3.el: Likewise.
3362 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
3363
3364 1999-08-10 Alex Schroeder <asc@bsiag.com>
3365
3366 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
3367 to prevent m-eating-bug.
3368
3369 1999-08-10 Eli Zaretskii <eliz@gnu.org>
3370
3371 * term/pc-win.el (msdos-bg-mode): Remove. Call
3372 frame-set-background-mode instead. All callers changed.
3373 (msdos-face-setup): Don't force color display parameter, it is set
3374 by frame-set-background-mode.
3375 (make-msdos-frame): Call x-handle-reverse-video and
3376 face-set-after-frame-default. Delete frame if creation failed.
3377
3378 * faces.el (face-set-after-frame-default): Don't call
3379 make-face-x-resource-internal for the pc window-system.
3380
3381 1999-08-10 Dave Love <fx@melange.gnu.org>
3382
3383 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
3384 case with no docstring specially.
3385
3386 1999-08-09 Eli Zaretskii <eliz@gnu.org>
3387
3388 * complete.el (PC-do-completion): If completing on file name,
3389 reproduce str by concatenating its directory and basename parts.
3390
3391 1999-08-07 Dave Love <fx@gnu.org>
3392
3393 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
3394 unibyte to multibyte conversion of search-forward (from Handa),
3395 but avoid the replacement if the language is Latin-N.
3396
3397 1999-08-06 Richard Stallman <rms@gnu.org>
3398
3399 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
3400 of eval-buffer.
3401
3402 * international/mule.el (load-with-code-conversion):
3403 Pass t to eval-buffer for DO-ALLOW-PRINT.
3404
3405 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
3406
3407 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
3408 of filenames and attributes.
3409 (ls-lisp-insert-directory): Use directory-files-and-attributes
3410 for speed.
3411
3412 1999-08-05 Dave Love <fx@gnu.org>
3413
3414 * auto-show.el (auto-show-mode): Fix :set.
3415
3416 * widget.el (define-widget-keywords): Make dummy definition and
3417 comment-out its use.
3418
3419 1999-08-04 Richard Stallman <rms@gnu.org>
3420
3421 * progmodes/tcl.el: Customized.
3422
3423 * sql.el (sql-accumulate-and-indent): Instead of testing
3424 whether this is Emacs 20 before calling comint-accumulate,
3425 test whether comint-accumulate is defined.
3426
3427 1999-08-04 Dave Love <fx@gnu.org>
3428
3429 * sgml-mode.el: Require outline when compiling.
3430 (sgml-mode-hook, html-mode-hook): Customize.
3431 (sgml-validate-command): Fix :version.
3432 (html-autoview-mode): Doc fix.
3433
3434 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
3435 nothing in Latin-N environment.
3436
3437 * info.el (Info-find-node): Call info-initialize here.
3438 (info): Not here.
3439 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
3440
3441 1999-08-04 Richard Stallman <rms@gnu.org>
3442
3443 * ansi-color.el: New file.
3444
3445 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
3446
3447 * dired.el (dired-string-replace-match): Return `nil' when no match
3448 found with global search.
3449
3450 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
3451 * terminal.el (te-terminfo-directory):
3452 * mail/mailpost.el (post-mail-send-it):
3453 * mail/metamail.el (metamail-region):
3454 * progmodes/ada-mode.el (ada-tmp-directory):
3455 Use temporary-file-directory.
3456
3457 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
3458 (compilation-filter, compilation-forget-errors)
3459 (compilation-parse-errors): Use a marker instead of an integer for
3460 `compilation-parsing-end'.
3461
3462 * progmodes/diff.el (diff-parse-differences):
3463 Use a marker instead of an integer for `compilation-parsing-end'.
3464 * textmodes/tex-mode.el (tex-compilation-parse-errors):
3465 Use a marker instead of an integer for `compilation-parsing-end'.
3466
3467 1999-08-03 Richard Stallman <rms@gnu.org>
3468
3469 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
3470 (Buffer-menu-mode): Doc fix.
3471 (Buffer-menu-view): New command.
3472 (Buffer-menu-view-other-window): New command.
3473
3474 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
3475
3476 * replace.el (query-replace-regexp-eval)
3477 (replace-eval-replacement, replace-loop-through-replacements)
3478 (replace-match-string-symbols): New functions.
3479 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
3480 Use replace-loop-through-replacements.
3481
3482 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
3483
3484 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
3485 (5x5): Doc fix.
3486
3487 1999-08-03 Dave Love <fx@gnu.org>
3488
3489 * fortran.el (fortran-indent-new-line): Make it an alias
3490 for reindent-then-newline-and-indent.
3491
3492 1999-08-03 Didier Verna <verna@inf.enst.fr>
3493
3494 * rect.el: All functions rewritten, except when noted above
3495 their declaration. Below is a list of interface changes.
3496 (apply-on-rectangle): New function, mostly replaces
3497 `operate-on-rectangle'. All callers changed.
3498 (move-to-column-force): Pass new second argument to `move-to-column'.
3499 (kill-rectangle): Added optional prefix arg to fill lines.
3500 (delete-rectangle): Ditto.
3501 (delete-whitespace-rectangle): Ditto.
3502 (delete-extract-rectangle): Ditto.
3503 (open-rectangle): Ditto.
3504 (clear-rectangle): Ditto.
3505 (delete-whitespace-rectangle-line): New function.
3506 (delete-rectangle-line): Added third arg FILL.
3507 (delete-extract-rectangle-line): Ditto.
3508 (open-rectangle-line): Ditto.
3509 (clear-rectangle-line): Ditto.
3510
3511 1999-08-03 Ray Blaak <blaak@gnu.org>
3512
3513 * progmodes/delphi.el: New file.
3514
3515 1999-08-02 Richard Stallman <rms@gnu.org>
3516
3517 * textmodes/outline.el (outline-previous-heading): New function.
3518 (outline-up-heading-all): Use outline-previous-heading.
3519 (outline-next-heading): Delete definition inserted yesterday.
3520
3521 1999-08-01 Richard Stallman <rms@gnu.org>
3522
3523 * textmodes/outline.el (outline-next-heading): New function.
3524 (outline-up-heading-all): New function.
3525 (outline-font-lock-level): Using outline-up-heading-all.
3526 Tell outline-back-to-heading to accept invisible headings.
3527
3528 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
3529
3530 * mail/mh-utils.el (mh-find-path-run): New variable.
3531 (mh-find-path): Test and set that.
3532 Set mail-user-agent only the first time this function is run.
3533 (mail-user-agent): Defvar deleted.
3534
3535 * info.el (info-initialize): New function.
3536 (info): Call info-initialize.
3537 (Info-directory-list): Initialize to nil,
3538 so info-initialize will set it up for real.
3539
3540 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3541
3542 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
3543 does not interpret a time as the year in a day-month entry.
3544
3545 * calendar/diary-lib.el: Change syntax table entry for colon in
3546 the diary as part of the european-date-diary-pattern fix.
3547
3548 1999-08-01 Eli Zaretskii <eliz@gnu.org>
3549
3550 * international/mule.el (set-auto-coding): Allow whitespace before
3551 and after the "variable: value" pair.
3552
3553 1999-07-30 Ken'ichi Handa <handa@gnu.org>
3554
3555 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
3556 (default-sendmail-coding-system): Doc-string fixed.
3557
3558 1999-07-30 Dave Love <fx@gnu.org>
3559
3560 * subr.el (assoc-delete-all): New function, renamed from
3561 frame-delete-all.
3562
3563 * frame.el: Change comments to doc strings and other doc fixes.
3564 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
3565 Callers changed.
3566 (set-background-color, set-foreground-color, set-cursor-color)
3567 (set-mouse-color, set-border-color): Offer completion of colours.
3568 (cursor): Add :version to defgroup.
3569
3570 * facemenu.el (list-colors-display): Make it work on ttys.
3571 (facemenu-read-color): Likewise.
3572
3573 1999-07-30 Richard M. Stallman <rms@gnu.org>
3574
3575 * frame.el (frame-notice-user-settings): If background
3576 color has been changed, update background-mode from it,
3577 then update faces.
3578
3579 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
3580
3581 * net-utils.el (finger): Don't do indirect fingering.
3582
3583 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3584
3585 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
3586 rules. Add separator at end of holidays.
3587 (cal-tex-rules): New customizable variable.
3588 (cal-tex-latexify-list): Add optional parameter to put separator
3589 at end.
3590
3591 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
3592
3593 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
3594 fill prefix on each line while looping to the end of paragraph.
3595 End paragraph if it's longer than the existing fill prefix.
3596
3597 * textmodes/fill.el (fill-context-prefix): Doc fix.
3598
3599 1999-07-30 Dave Love <fx@gnu.org>
3600
3601 * font-lock.el (jit-lock): Fix :load, add :version.
3602
3603 1999-07-30 Eli Zaretskii <eliz@gnu.org>
3604
3605 * term/pc-win.el (msdos-face-setup): Register standard colors in
3606 Vface_tty_color_alist.
3607 (face-color-supported-p, face_color_gray_p): New functions.
3608
3609 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
3610 is bound.
3611
3612 * startup.el (command-line): Don't register default colors for
3613 MSDOS window-system.
3614
3615 1999-07-29 Dave Love <fx@gnu.org>
3616
3617 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
3618 charquote.
3619
3620 * lisp-mode.el (eval-defun): Re-written to avoid
3621 capturing variables.
3622
3623 * picture.el (picture-beginning-of-line): Don't call
3624 hscroll-point-visible now we have real autoscrolling.
3625 (picture-end-of-line, picture-newline, picture-open-line):
3626 Likewise.
3627
3628 * international/latin-8.el: New file.
3629 * international/latin-9.el: New file.
3630
3631 1999-07-28 Dave Love <fx@gnu.org>
3632
3633 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
3634
3635 * msb.el: Require cl only when compiling.
3636 (msb--home-dir): Deleted.
3637 (msb--format-title): Use abbreviate-file-name.
3638 (msb--choose-file-menu): Simplify string comparison.
3639
3640 1999-07-28 Gerd Moellmann <gerd@gnu.org>
3641
3642 * faces.el (toolbar): Add face definition for mono displays.
3643
3644 1999-07-27 Richard M. Stallman <rms@gnu.org>
3645
3646 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
3647
3648 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
3649 force copying of default-frame-alist.
3650
3651 1999-07-26 Ken'ichi Handa <handa@gnu.org>
3652
3653 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
3654
3655 1999-07-26 Richard M. Stallman <rms@gnu.org>
3656
3657 * frame.el (set-mouse-color): If new color is nil,
3658 really respecify the current color.
3659
3660 1999-07-26 Gerd Moellmann <gerd@gnu.org>
3661
3662 * faces.el (bitmap-area): Change background of face `bitmap-area'
3663 to white for mono displays.
3664
3665 1999-07-26 Kenichi Handa <handa@etl.go.jp>
3666
3667 * international/ccl.el (ccl-embed-symbol): New function.
3668 (ccl-program-p): Deleted. Now it's implemented in C code.
3669 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
3670 (ccl-compile-translate-character): Likewise.
3671 (ccl-compile-map-single): Likewise.
3672 (ccl-compile-multiple-map-function): Likewise.
3673 (declare-ccl-program): Doc-string modified.
3674 (check-ccl-program): Check compiled CCL code by ccl-program-p.
3675
3676 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
3677
3678 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
3679
3680 1999-07-25 Markus Rost <rost@gnu.org>
3681
3682 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
3683 the entries to make custom-file more readable.
3684
3685 1999-07-25 Richard M. Stallman <rms@gnu.org>
3686
3687 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
3688
3689 * emacs-lisp/edebug.el: Delete compatibility code.
3690 (edebug-next-token-class): If . is followed by a digit,
3691 return `symbol' for the token class.
3692
3693 * startup.el (command-line): If we don't find the user's init file,
3694 set user-init-file to nil.
3695
3696 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3697
3698 * info-look.el (info-lookup-interactive-arguments): Add optional
3699 argument query for new choice of help mode.
3700 (info-lookup-symbol): Use it.
3701 (info-lookup-file): Ditto.
3702 (info-lookup): Don't switch to other window, if already in Info
3703 buffer.
3704
3705 1999-07-23 Dave Love <fx@gnu.org>
3706
3707 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
3708 syntax.
3709 (fortran-fontify-string, fortran-match-!-comment): Deleted.
3710 (fortran-font-lock-syntactic-keywords): New variable.
3711 (fortran-mode): Use it.
3712 (fortran-font-lock-keywords-1): Don't do comments.
3713 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
3714 match data.
3715
3716 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
3717
3718 * msb.el (msb-menu-bar-update-buffers): Renamed from
3719 menu-bar-update-buffers.
3720 (msb-custom-set, msb--toggle-menu-type): Call
3721 msb-menu-bar-update-buffers.
3722 (msb-mode): Revise the hook setting.
3723
3724 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
3725
3726 1999-07-23 Gerd Moellmann <gerd@gnu.org>
3727
3728 * font-lock.el, help.el, simple.el: Re-integrate previously
3729 described changes that were lost due to errors while checking them
3730 in.
3731
3732 1999-07-23 Kevin Blake <kblake@ticnet.com>
3733
3734 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
3735
3736 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
3737
3738 * international/encoded-kb.el
3739 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
3740 but push it to unread-command-events.
3741 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
3742 (encoded-kbd-self-insert-sjis): Likewise.
3743 (encoded-kbd-self-insert-big5): Likewise.
3744
3745 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
3746 before left margin and fill-prefix by fill-find-break-point.
3747
3748 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3749
3750 * info-look.el (info-lookup-setup-mode): Don't give up, if
3751 info-lookup-make-completions returns an error.
3752 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
3753 name latex, not latex2e.
3754
3755 1999-07-21 Richard M. Stallman <rms@gnu.org>
3756
3757 * replace.el (perform-replace): Turn off case-fold-search
3758 if FROM-STRING argument has uppercase in it.
3759
3760 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3761
3762 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
3763 mode is on. Don't use end of changed text.
3764
3765 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3766
3767 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
3768 (cl-hash-table-p): Renamed from hash-table-p.
3769 (cl-hash-table-count): Renamed from hash-table-count.
3770 (maphash): Alias to cl-maphash removed.
3771 (gethash): Likewise.
3772 (puthash): Likewise.
3773 (remhash): Likewise.
3774 (clrhash): Likewise.
3775
3776 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3777
3778 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
3779 third arg non-nil. See comment there why this isn't a good idea.
3780
3781 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3782
3783 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
3784
3785 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
3786 sit-for with 3rd arg non-nil to prevent redisplay.
3787
3788 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3789
3790 * image.el (image-type-from-file-header): If file doesn't
3791 have a directory part, add data-directory.
3792
3793 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3794
3795 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
3796 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
3797 motion handling when tooltip-gud-tips-p is nil.
3798
3799 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3800
3801 * tooltip.el (tooltip-mode): Don't use `plusp'.
3802 (tooltip-active): Use initial value of nil.
3803
3804 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
3805
3806 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3807
3808 * bindings.el (make-mode-line-mouse-sensitive): Add key
3809 definitions for `top-line'.
3810
3811 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3812
3813 * faces.el (top-line): New face.
3814
3815 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3816
3817 * image.el (image-type-regexps): Add regexp for PS files.
3818
3819 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3820
3821 * faces.el (set-face-attribute): Fix wrong handling of frame
3822 begin equal to t.
3823
3824 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3825
3826 * image.el (image-type-regexps): Add PNG format.
3827
3828 1999-07-21 Dave Love <fx@gnu.org>
3829
3830 * bindings.el (mode-line-modified): New variable.
3831 (mode-line-mode-menu-1): Switch to appropriate window before
3832 showing menu.
3833
3834 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3835
3836 * faces.el (face-underline): Removed.
3837 (face-underline-color): Ditto.
3838
3839 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3840
3841 * faces.el (face-x-resources): Fix typo.
3842
3843 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3844
3845 * faces.el: Remove handling of `:relief', extend handling of
3846 `:box'.
3847 (frame-set-background-mode): Choose new defface specs after
3848 frame parameters have changed.
3849
3850 * cus-face.el: Ditto.
3851
3852 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3853
3854 * custom.el (defface): Extend documentation to include new
3855 face attributes.
3856
3857 * cus-face.el (custom-face-attributes): Add overline,
3858 strike-through, box.
3859
3860 * faces.el (face-valid-attribute-values): Handle overline,
3861 strike-through, box.
3862 (face-attribute-name-alist): Add pairs for new face attributes.
3863 (describe-face): Handle new face attributes.
3864
3865 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3866
3867 * faces.el (face-x-resources): Add overline, strike-through, box.
3868
3869 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3870
3871 * enriched.el (enriched-translations): Add `display' and
3872 "x-display".
3873 (enriched-handle-display-prop): New.
3874 (enriched-decode-display-prop): New.
3875
3876 * format.el (top-level): Give `display' property
3877 `format-list-atomic-p.
3878 (format-annotate-single-property-change): Test that property.
3879 If present, treat list property values like atoms.
3880
3881 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3882
3883 * cus-face.el (custom-face-attributes): Use `choice' everywhere
3884 so that "*" can be entered.
3885
3886 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3887
3888 * cus-face.el (custom-face-attributes): Don't use `#''.
3889
3890 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
3891
3892 * cus-face.el (custom-face-attributes): Return underline
3893 face attribute directly from the second lambda of underline.
3894
3895 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3896
3897 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
3898
3899 * frame.el (after-setting-font-hooks): New variable.
3900 (set-frame-font): Run those hooks.
3901
3902 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
3903
3904 * faces.el (set-face-attribute): Fix doc string.
3905
3906 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3907
3908 * cus-face.el (custom-face-attributes): Accept color name.
3909
3910 * faces.el (face-underline-p): Accept unspecified underlining.
3911 (face-underline): Ditto. Fix doc string.
3912
3913 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
3914
3915 * faces.el (face-underline-color): New function.
3916
3917 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
3918
3919 * cus-face.el (custom-face-attributes): Support underline coloring.
3920 Added slot to choose a color.
3921
3922 * faces.el (face-underline): New function.
3923 (face-underline-p): Support underline coloring.
3924 Return nil only if the underline attribute is 'normal.
3925 (set-face-underline): New function.
3926 (face-valid-attribute-values): Support underline coloring.
3927
3928 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3929
3930 * image.el (insert-image): Use `display' instead of `glyph'
3931 as text property name.
3932 (put-image): Ditto.
3933 (image-type-from-file-header): Use insert-file-contents-literally.
3934
3935 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3936
3937 * easymenu.el (easy-menu-do-add-item): Don't use the empty
3938 string to indicate separators.
3939
3940 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3941
3942 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
3943 instead of message-log.
3944
3945 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3946
3947 * faces.el (bitmap-area): New face.
3948
3949 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3950
3951 * image.el (insert-image): New.
3952
3953 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3954
3955 * frame.el (blink-cursor): Set the symbol's value.
3956 (show-trailing-whitespace): Change group to font-lock.
3957
3958 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3959
3960 * jit-lock.el: New.
3961 * font-lock.el: Add jit-mode as new support mode.
3962
3963 * font-lock.el (font-lock-fontify-keywords-region): Stop when
3964 reaching end instead of letting re-search-forward signal an error.
3965 (demand-lock-mode): New.
3966 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
3967 (font-lock-turn-off-thing-lock): Ditto.
3968 (font-lock-after-fontify-buffer): Ditto.
3969 (font-lock-after-unfontify-buffer): Ditto.
3970
3971 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3972
3973 * gs.el: New file.
3974
3975 * startup.el (command-line-1): Activate tooltip mode if
3976 interactive.
3977
3978 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3979
3980 * faces.el (toolbar): Grey default background.
3981 (modeline): Ditto.
3982
3983 * image.el (image-type-regexps): New.
3984 (image-type-from-file-header): New.
3985 (create-image): Call it.
3986
3987 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3988
3989 * image.el: New file.
3990
3991 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3992
3993 * bindings.el (mode-line-format): Replace `mode-name' with
3994 `(:eval mode-line-mode-name)'.
3995 (mode-line-mode-name): New.
3996 (make-mode-line-mouse-sensitive): Don't change default value
3997 of `mode-name'.
3998
3999 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4000
4001 * tooltip.el: New file.
4002
4003 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4004
4005 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
4006 instead of mouse-3 to pop up menus.
4007 (mode-line-kill-buffer): Removed.
4008 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
4009 buffer name.
4010 (mode-line-buffer-menu-1): Removed.
4011
4012 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
4013
4014 * bindings.el (mode-line-buffer-identification-keymap): New.
4015 (mode-line-buffer-menu-keymap): New.
4016 (mode-line-mode-menu-keymap): New.
4017 (mode-line-unbury-buffer): New.
4018 (mode-line-other-buffer): New.
4019 (mode-line-kill-buffer): New.
4020 (mode-line-buffer-menu-1): New.
4021 (mode-line-mode-menu-1): New.
4022 (make-mode-line-mouse-sensitive): New.
4023
4024 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4025
4026 * help.el (describe-key-briefly): Handle mode line strings
4027 with local-map properties.
4028 (describe-key): Ditto.
4029 (mode-line-key-binding): New.
4030
4031 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4032
4033 * scroll-bar.el (scroll-bar-timer): New.
4034 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
4035
4036 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4037
4038 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
4039 and `bottom'.
4040
4041 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4042
4043 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
4044 (global): Use different key bindings if using tookit scroll bars.
4045
4046 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4047
4048 * faces.el (modeline): Define mode line face with relief for
4049 class color, only.
4050 (toolbar): New face.
4051
4052 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4053
4054 * frame.el (frame-initialize): Set frame-creation-function to
4055 tty-create-frame-with-faces.
4056
4057 * faces.el (frame-set-background-mode): Make it work for
4058 window-system nil.
4059
4060 * faces.el (tty-create-frame-with-faces): New.
4061 (face-set-after-frame-default): Make it work for TTY frames.
4062
4063 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4064
4065 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
4066 Return a list of one font family for TTYs. Don't return bitmap
4067 file paths for TTY frames.
4068
4069 * faces.el: Add face specs for tty displays to basic faces.
4070
4071 * font-lock.el (font-lock-comment-face): Add spec for color tty.
4072 (font-lock-string-face): Ditto.
4073 (font-lock-keyword-face): Ditto.
4074 (font-lock-builtin-face): Ditto.
4075 (font-lock-function-name-face): Ditto.
4076 (font-lock-variable-name-face): Ditto.
4077 (font-lock-type-face): Ditto.
4078 (font-lock-constant-face): Ditto.
4079 (font-lock-warning-face): Ditto.
4080
4081 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4082
4083 * startup.el (command-line): Register default tty colors.
4084
4085 * faces.el (face-spec-set-match-display): Recognize `type tty'.
4086
4087 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4088
4089 * faces.el (modeline): For X frames, use a modeline with relief.
4090
4091 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4092
4093 * faces.el (frame-update-faces): Copied from 20.2.
4094 (frame-update-face-colors): Ditto. Code removed that isn't
4095 applicable in the new face implementation.
4096
4097 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4098
4099 * frame.el (show-trailing-whitespace): New.
4100
4101 * faces.el (trailing-whitespace): New basic face.
4102
4103 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4104
4105 * cus-face.el (custom-facep): Always define as alias for facep.
4106
4107 * cus-face.el (custom-face-attributes): Use choice widgets.
4108 Remove :bold and :italic.
4109
4110 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4111
4112 * faces.el (face-charset-registries): Removed since fontset.el
4113 is no always loaded.
4114
4115 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4116
4117 * faces.el (internal-get-face): Added as obsolete function for
4118 compatibility.
4119
4120 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4121
4122 * frame.el (blink-cursor-end): Call show-cursor.
4123 (blink-cursor-mode): Ditto.
4124
4125 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4126
4127 * faces.el (face-spec-reset-face): Reset all attributes to
4128 `unspecified'.
4129 (face-spec-set): Use it.
4130
4131 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4132
4133 * faces.el (read-all-face-attributes): Bug fix.
4134 (face-read-integer): Allow nil default value.
4135 (face-valid-attribute-values): Use symbol names of attribute
4136 values for completion list.
4137
4138 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4139
4140 * faces.el (internal-find-face): Define for compatibility with
4141 20.2.
4142 (face-id): Likewise.
4143
4144 * faces.el (face-id): Return the ID of a realized face for ASCII.
4145
4146 * fontset.el (x-charset-registries): Removed. Now in faces.el.
4147 (x-complement-fontset-spec): Use face-charset-registries.
4148
4149 * faces.el (face-font-selection-order): Set font selection order
4150 from Lisp.
4151 (face-alternative-font-family-alist): Set alternative font
4152 families from Lisp.
4153
4154 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4155
4156 * faces.el (set-face-charset-registries): Set symbol value.
4157
4158 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4159
4160 * faces.el (face-set-after-frame-default): Call function
4161 internal-merge-in-global-face.
4162
4163 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4164
4165 * faces.el (face-list): Return symbols from face-global-alist.
4166
4167 * faces.el (face-list): Return a copy of the face name list so
4168 that it cannot be modified from outside (facemenu.el uses
4169 nreverse, for example).
4170
4171 * cus-face.el (custom-face-attributes): Add :bold and :italic
4172 for compatibility with old code.
4173
4174 * faces.el (set-face-attributes-from-resources): Additional
4175 frame parameter.
4176 (make-face-x-resource-internal): Set attributes from resources
4177 for a given frame or all frames.
4178
4179 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4180
4181 * faces.el (all-faces): Removed.
4182
4183 * custom.el (defface): Add new face attributes to function
4184 comment.
4185
4186 * font-lock.el (font-lock-comment-face): Use new face attribute
4187 names.
4188 (font-lock-string-face): Ditto.
4189 (font-lock-keyword-face): Ditto.
4190 (font-lock-builtin-face): Ditto.
4191 (font-lock-function-name-face): Ditto.
4192 (font-lock-variable-name-face): Ditto.
4193 (font-lock-type-face): Ditto.
4194 (font-lock-reference-face): Ditto.
4195 (font-lock-warning-face): Ditto.
4196 ((boundp 'font-lock-face-attributes)): Ditto.
4197
4198 * cus-face.el (custom-face-attributes): Use new face attributes.
4199
4200 * faces.el (set-face-attribute-from-resource): Initialize
4201 from resources only for X and W32.
4202
4203 * cus-face.el (custom-declare-face): Don't make frame-local
4204 faces.
4205
4206 * faces.el (describe-face): Use princ instead of insert.
4207
4208 * faces.el: Add XLFD manipulation functions from 20.2 again
4209 because fontset.el uses them.
4210 (face-set-after-frame-default): Add empty definition.
4211
4212 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4213
4214 * faces.el (make-face): Correct typo.
4215 (set-face-attribute-from-resource): Use let*.
4216 (face-underline-p): Correct typo.
4217 (face-inverse-video-p): Ditto.
4218 (set-face-stipple): Ditto.
4219 (face-read-string): Make completion-list optional parameter.
4220
4221 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4222
4223 * faces.el (face-charset-registries): Alist mapping charset
4224 symbols to registries and encoding.
4225
4226 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4227
4228 * frame.el (blink-cursor-mode): Use interactive spec "P".
4229
4230 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4231
4232 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
4233 mode. The cursor of selected_window blinks if the mode is enabled.
4234
4235 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4236
4237 * simple.el (next-history-element): Set point to the end of the
4238 prompt if minibuffer-prompt-in-buffer.
4239
4240 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4241
4242 * faces.el (x-font-regexp): Add sub-expression parentheses for
4243 several font name components.
4244
4245 1999-07-21 Gerd Moellmann <gerd@acm.org>
4246
4247 * faces.el (set-face-relief): Use index 12 for relief.
4248 (face-fill-in): Set relief from data.
4249 (internal-make-face): Init relief to zero.
4250
4251 * faces.el (face-spec-set): Call modify-face with additional
4252 parameters for relief and fixed-p.
4253
4254 1999-07-21 Gerd Moellmann <gerd@acm.org>
4255
4256 * cus-face.el: ':fixed and ':relief added.
4257
4258 * faces.el (describe-face): Add fixed font attribute and relief.
4259 (face-attr-match-p): Ditto.
4260 (face-attr-construct): Ditto.
4261 (face-spec-set): Ditto.
4262
4263 1999-07-21 Gerd Moellmann <gerd@acm.org>
4264
4265 * faces.el (internal-make-face): Function to create a Lisp vector
4266 suitable for representing a face.
4267 (make-face): Use it instead of make-vector.
4268 (x-create-frame-with-faces): Use it instead of vector.
4269 (internal-facep): Increase vector size to 14.
4270 (internal-make-face): Ditto.
4271 (face-relief): Access relief thickness.
4272 (face-fixed-p): Access fixed font attribute.
4273 (set-face-fixed-p): Set fixed font attribute.
4274 (set-face-relief): Set relief attribute.
4275 (internal-face-interactive-int): Read int attribute of face.
4276 (modify-face): Add fixed-p and relief parameters.
4277 (copy-face): Handle fixed-p and relief.
4278 (face-equal): Compare fixed-p and relief.
4279 (face-differs-from-default-p): Ditto.
4280 (face-nontrivial-p): Add fixed-p and relief.
4281
4282 1999-07-21 Gerd Moellmann <gerd@acm.org>
4283
4284 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
4285 (internal-facep): Increase vector size.
4286 (make-face): Ditto.
4287 (face-shadow-thickness): Added.
4288 (set-face-shadow-thickness): Added.
4289 (modify-face): Add optional shadow-thickness parameter.
4290 (make-face-x-resource-internal): Add shadows.
4291 (copy-face): Ditto.
4292 (face-equal): Ditto.
4293 (face-differs-from-default-p): Ditto.
4294 (face-nontrivial-p): Ditto.
4295 (face-attr-match-p): Ditto.
4296 (face-attr-construct): Ditto.
4297 (face-spec-set): Ditto.
4298 (face-fill-in): Ditto.
4299
4300 1999-07-21 Gerd Moellmann <gerd@acm.org>
4301
4302 * bench.el (bench-mark-split-window): New bench mark.
4303
4304 1999-07-21 Gerd Moellmann <gerd@acm.org>
4305
4306 * faces.el (set-face-font): Don't pass default font to
4307 x-resolve-font so that font will not have to be of the same
4308 size.
4309
4310 1999-07-20 Dave Love <fx@gnu.org>
4311
4312 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
4313 unconditionally t.
4314
4315 1999-07-20 Karl Heuer <kwzh@gnu.org>
4316
4317 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
4318
4319 1999-07-20 Dave Love <fx@gnu.org>
4320
4321 * help.el (describe-variable): Fix test for customizability.
4322
4323 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
4324 Check for readonly buffer in interactive spec.
4325 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
4326 (backward-kill-word): Add * to interactive spec.
4327
4328 * underline.el (underline-region, ununderline-region): Add * to
4329 interactive spec.
4330
4331 * fill.el (canonically-space-region, justify-current-line): Add *
4332 to interactive spec.
4333 (fill-region-as-paragraph, fill-paragraph, fill-region)
4334 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
4335 readonly buffer in interactive spec.
4336
4337 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
4338 (backward-kill-sentence, kill-sentence): Add * to interactive
4339 spec.
4340
4341 1999-07-19 Richard M. Stallman <rms@gnu.org>
4342
4343 * dired-aux.el (dired-do-shell-command): Doc fix.
4344
4345 * shell.el (shell-unquote-argument): New function.
4346 (shell-directory-tracker): Use shell-unquote-argument.
4347 * comint.el (comint-arguments): Handle \ followed by space or tab.
4348
4349 1999-07-19 John Wiegley <jwiegley@borland.com>
4350
4351 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
4352 color codes 39 and 49, which by the way lynx uses them seem to
4353 mean "foreground reset" and "background reset".
4354
4355 1999-07-19 Karl Heuer <kwzh@gnu.org>
4356
4357 * font-lock.el (c++-keywords): Add "typeid".
4358
4359 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
4360 selects no font, treat that as zero selections, not one.
4361
4362 1999-07-19 Dave Love <fx@gnu.org>
4363
4364 * info.el (Info-search): Don't lose with empty regexp.
4365
4366 * version.el: Cater for (free) `ident' program, not `which'.
4367
4368 * hl-line.el: New file.
4369
4370 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
4371 for modes which don't define menus.
4372
4373 1999-07-16 Richard M. Stallman <rms@gnu.org>
4374
4375 * webjump.el (webjump-sample-sites): Update some URLs.
4376
4377 1999-07-14 Richard Stallman <rms@gnu.org>
4378
4379 * Version 20.4 released.
4380
4381 1999-07-14 Andreas Schwab <schwab@gnu.org>
4382
4383 * compare-w.el (compare-windows): Try to find the next window in
4384 the current frame before looking at the other frames.
4385
4386 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
4387
4388 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
4389 Use cyrillic-jcuken as default input method.
4390
4391 1999-07-12 Richard Stallman <rms@gnu.org>
4392
4393 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
4394 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
4395
4396 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
4397 (ispell-local-dictionary-alist): Add koi8-r for character set.
4398
4399 * textmodes/flyspell.el (flyspell-get-word):
4400 Add special handling for when ispell-otherchars is empty.
4401
4402 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
4403
4404 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
4405 when having nested functons.
4406 (pascal-indent-nested-functions) (pascal-indent-line)
4407 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
4408 indenting nested functions.
4409
4410 1999-07-09 Richard Stallman <rms@gnu.org>
4411
4412 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
4413
4414 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
4415
4416 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
4417 the `end' keyword was in the very beginning of the buffer.
4418
4419 1999-07-08 Richard Stallman <rms@gnu.org>
4420
4421 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
4422
4423 * term.el (term-emulate-terminal): Avoid infinite loop
4424 in strange case where minibuffer window is selected but not active.
4425
4426 1999-07-07 Stephen Eglen <stephen@gnu.org>
4427
4428 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
4429 Change regexp so that it doesn't match commands beginning with `cd'.
4430
4431 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
4432
4433 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
4434
4435 1999-07-06 Richard Stallman <rms@gnu.org>
4436
4437 * hscroll.el (hscroll-minibuffer-hook): New function.
4438 (hscroll-global-mode): Add and remove that hook.
4439 Set hscroll-old-truncate-was-global's default value.
4440
4441 1999-07-05 Richard Stallman <rms@gnu.org>
4442
4443 * files.el (revert-buffer): Don't preserve point here.
4444 (revert-buffer-insert-file-contents-function): Doc fix.
4445
4446 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
4447
4448 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
4449 doing a `stat' when it isn't necessary because that can cause
4450 trouble when an NFS server is down.
4451
4452 1999-07-04 Richard Stallman <rms@gnu.org>
4453
4454 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
4455
4456 1999-07-03 Richard Stallman <rms@gnu.org>
4457
4458 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
4459 for \200...\240 also.
4460 (isearch-printing-char): Use unibyte-char-to-multibyte.
4461
4462 1999-07-02 Richard Stallman <rms@gnu.org>
4463
4464 * frame.el (minibuffer-frame-alist): Use defcustom.
4465 (pop-up-frame-alist): Likewise.
4466 (initial-frame-alist): Specify * in the doc string.
4467
4468 * hscroll.el (hscroll-mode): Make it a permanent local.
4469 (hscroll-mode): Don't cancel the timer
4470 if HScroll mode is enabled in some other buffer.
4471
4472 * isearch.el (isearch-done): If search ends in middle of intangible
4473 text (due to text property), move on to the limit of that text.
4474
4475 1999-07-01 Andrew Innes <andrewi@gnu.org>
4476
4477 * man.el (Man-build-man-command): Use value of null-device,
4478 instead of hard-coding "/dev/null".
4479
4480 * dos-w32.el (untranslated-canonical-name): Avoid expanding
4481 ange-ftp file names, which might force ange-ftp to prompt for a
4482 password.
4483
4484 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
4485 to prevent references to temp files.
4486
4487 1999-06-30 Richard Stallman <rms@gnu.org>
4488
4489 * progmodes/sh-script.el (sh-feature): If nothing is known
4490 about the given shell, use the values for `sh'.
4491
4492 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
4493
4494 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
4495 to make it non-recursive.
4496
4497 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
4498
4499 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4500
4501 * auto-show.el (auto-show-mode): Fix Typo in :set.
4502
4503 1999-06-29 Richard M. Stallman <rms@gnu.org>
4504
4505 * progmodes/sh-script.el (sh-mode): When setting syntax
4506 table, default to the standard one.
4507
4508 1999-06-27 Richard M. Stallman <rms@gnu.org>
4509
4510 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
4511
4512 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
4513
4514 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
4515 a frame when `return' is requested (even if pop-up-frames = t)
4516 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
4517 should only be set for the bibtex buffer.
4518
4519 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
4520
4521 * progmodes/compile.el: Deal with compilation-error-screen-columns
4522 being buffer-local.
4523
4524 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
4525
4526 * comint.el (comint-password-prompt-regexp): Allow "(again)".
4527
4528 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4529
4530 * cal-x.el (calendar-only-one-frame-setup): New function.
4531 * calendar.el (calendar): Call it if requested.
4532
4533 1999-06-24 Karl Heuer <kwzh@gnu.org>
4534
4535 * startup.el (iso-8859-n-locale-regexp): Doc fix.
4536
4537 1999-06-22 Richard M. Stallman <rms@gnu.org>
4538
4539 * mail/supercite.el (sc-emacs-features): Doc fix.
4540
4541 1999-06-22 Karl Heuer <kwzh@gnu.org>
4542
4543 * files.el (auto-mode-alist): Add pike-mode.
4544
4545 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
4546
4547 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
4548 last byte of a numeric field is a space or a NUL. Parse it as
4549 potentially part of the number. This is used by GNU tar
4550 1.12.64012 to handle larger values.
4551
4552 1999-06-20 Karl Heuer <kwzh@gnu.org>
4553
4554 * custom.el (custom-handle-keyword): Fix error message.
4555
4556 1999-06-18 Andrew Innes <andrewi@gnu.org>
4557
4558 * mail/smtpmail.el (smtpmail-send-it): Use
4559 convert-standard-filename to make file names for queued mail safe
4560 on Windows (`:' is invalid in file names on Windows).
4561
4562 1999-06-17 Kenichi Handa <handa@etl.go.jp>
4563
4564 * international/mule-cmds.el (describe-current-input-method):
4565 Current-input-method is string.
4566 (toggle-input-method): Docstring fixed.
4567
4568 * international/mule-diag.el
4569 (describe-current-coding-system-briefly): Fix format string.
4570
4571 * international/mule-util.el (coding-system-eol-type-mnemonic):
4572 Docstring modified. Return a string.
4573
4574 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
4575
4576 * sql.el (sql-input-ring-file-name): Doc fix.
4577
4578 1999-06-17 Richard M. Stallman <rms@gnu.org>
4579
4580 * calendar/cal-x.el (special-display-buffer-names):
4581 Don't put (get-file-buffer diary-file) on this list.
4582
4583 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
4584
4585 * play/mpuz.el (mpuz-try-proposal): Fix message call.
4586 Don't penalize player for certain impossible guesses.
4587
4588 1999-06-16 Andrew Innes <andrewi@gnu.org>
4589
4590 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
4591 return the string "Unk 0 0000" so at least it appears to be a
4592 valid timestamp to `dired-move-to-filename-regexp'.
4593
4594 1999-06-15 Ken'ichi Handa <handa@gnu.org>
4595
4596 * ps-print.el (ps-control-character): Fix previous change.
4597
4598 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4599
4600 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
4601 multiple output of the last message.
4602
4603 1999-06-14 Eli Zaretskii <eliz@gnu.org>
4604
4605 * term/internal.el (IT-display-table-setup): Do not remap \222 to
4606 the ASCII apostrophe, as most DOS codepages have some other glyph
4607 there.
4608
4609 1999-06-14 Ken'ichi Handa <handa@gnu.org>
4610
4611 * language/ethio-util.el (setup-ethiopic-environment-internal):
4612 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
4613 (exit-ethiopic-environment): Likewize.
4614
4615 1999-06-12 Richard M. Stallman <rms@gnu.org>
4616
4617 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
4618
4619 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4620
4621 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
4622 custom-initialize-default to avoid infinite loop.
4623 (crisp-mode): (defun) Call transient-mark-mode here, not when
4624 loading the file. Run crisp-mode-hook here, and run
4625 crisp-load-hook when loading the file.
4626
4627 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
4628 rmail-summary buffer, search for pattern in rmail-file.
4629
4630 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
4631
4632 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
4633
4634 * ps-print.el (ps-printer-name): Fix custom type.
4635
4636 1999-06-12 Reto Zimmermann <reto@synopsys.com>
4637
4638 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
4639 (vhdl-port-paste-generic-map): Fix indentation bug.
4640 (vhdl-port-paste-port-map): Fix indentation bug.
4641 (vhdl-scan-file-contents): Make scanning case insensitive.
4642
4643 1999-06-11 Richard M. Stallman <rms@gnu.org>
4644
4645 * files.el (write-file): When buffer is not already visiting a file,
4646 don't put buffer name in the minibuffer, just make it the default.
4647 Also handle just directory as arg usefully in that case.
4648
4649 * simple.el (sendmail-user-agent-compose):
4650 Ignore case when inserting the rest of the "other" headers.
4651
4652 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
4653
4654 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
4655 (info-lookup-interactive-arguments): Never insert the default
4656 into the minibuffer automatically.
4657
4658 * emacs-lisp/cl-extra.el (getf): Don't call get*.
4659
4660 1999-06-09 Richard M. Stallman <rms@gnu.org>
4661
4662 * simple.el (shell-command): Avoid printing "mark set" message.
4663
4664 1999-06-09 Dave Love <fx@gnu.org>
4665
4666 * progmodes/compile.el (compilation-error-regexp-alist): Allow
4667 digits in program name in first pattern.
4668
4669 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
4670
4671 * vc.el (vc-dired-mode): Don't match anything before the date in
4672 dired-move-to-filename-regexp.
4673
4674 1999-06-07 Ken'ichi Handa <handa@gnu.org>
4675
4676 * international/quail.el (quail-define-rules): Fix typo in
4677 docstring.
4678
4679 1999-06-05 Stephen Eglen <stephen@gnu.org>
4680
4681 * iswitchb.el (iswitchb-default-keybindings): Add
4682 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
4683 than when package is loaded.
4684
4685 1999-06-04 Richard M. Stallman <rms@gnu.org>
4686
4687 * startup.el (command-line): Don't set user-init-file directly;
4688 tell `load' to set it.
4689
4690 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
4691
4692 * simple.el (next-history-element):
4693 Handle minibuffer-text-before-history properly when reading sexps.
4694
4695 * disp-table.el (standard-display-european):
4696 For an interactive call by the user,
4697 don't set enable-multibyte-characters,
4698 and don't set the terminal coding system.
4699
4700 * textmodes/refbib.el: Don't print any messages or display
4701 a buffer when loading the library.
4702 (r2b-help): Doc fix.
4703 (r2b-help-message): Update the documentation.
4704 (r2b-load-quietly): Variable deleted.
4705 (r2b-convert-buffer): Doc fix.
4706
4707 1999-06-04 Dave Love <fx@gnu.org>
4708
4709 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
4710
4711 * auto-show.el: Don't change hooks on loading.
4712 (auto-show-mode): Autoload. Default to nil. Add :set &c.
4713 (auto-show-mode): Add to hooks here.
4714
4715 1999-06-04 Richard Sharman <rsharman@pobox.com>
4716
4717 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
4718 recursion on bogus input.
4719
4720 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
4721
4722 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
4723 does not select a buffer from the buffers menu, then the attached
4724 frame is not switched to anything.
4725
4726 1999-06-03 Ken'ichi Handa <handa@gnu.org>
4727
4728 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
4729 (viet-viscii-...->viet-vscii...).
4730
4731 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
4732
4733 1999-06-01 Dave Love <fx@gnu.org>
4734
4735 * progmodes/fortran.el: Add :link to defgroup.
4736 (fortran-blink-matching-if): Match ELSE statements too.
4737 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
4738 that filling is always done.
4739
4740 1999-05-31 Richard M. Stallman <rms@gnu.org>
4741
4742 * simple.el (append-next-kill): Use an arg to distinguish
4743 interactive calls from Lisp calls, rather than (interactive-p).
4744
4745 * international/iso-transl.el (iso-transl-language-alist):
4746 Interchange n and N.
4747
4748 1999-05-31 Dave Love <fx@gnu.org>
4749
4750 * msb.el Add to minor-mode-map-alist. Remove hook installation
4751 and keymap munging on load.
4752 (msb-mode): New option.
4753 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
4754 Doc fix.
4755 (msb-mode-map): New variable.
4756 (msb-mode): New command.
4757
4758 1999-05-31 Dave Love <fx@gnu.org>
4759
4760 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
4761 (ispell-complete-word-dict): Likewise.
4762
4763 1999-05-31 Eli Zaretskii <eliz@gnu.org>
4764
4765 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
4766 force the data buffer to be saved, even if the data didn't
4767 change, in case the write filter was modified. Restore the
4768 current record after read-file-filter finishes.
4769
4770 1999-05-29 Karl Heuer <kwzh@gnu.org>
4771
4772 * ispell4.el: Obsolete; file deleted.
4773
4774 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
4775
4776 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
4777 VALUE is a syntax table.
4778
4779 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
4780
4781 * simple.el (zap-to-char): Doc fix.
4782
4783 1999-05-27 Ken'ichi Handa <handa@gnu.org>
4784
4785 * isearch.el (isearch-quote-char): Don't assume character codes
4786 0200 - 0237 stand for characters in some single-byte character
4787 charset.
4788
4789 1999-05-27 Dave Love <fx@gnu.org>
4790
4791 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
4792
4793 1999-05-27 Andreas Schwab <schwab@gnu.org>
4794
4795 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
4796 headerline does not exist already.
4797
4798 1999-05-26 Richard Stallman <rms@gnu.org>
4799
4800 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4801 Avoid nested null-loops.
4802
4803 1999-05-26 Ken'ichi Handa <handa@gnu.org>
4804
4805 * international/characters.el: Typo fixed; prefered->preferred.
4806
4807 * international/mule-cmds.el (find-coding-systems-for-charsets):
4808 Typo fixed; prefered->preferred.
4809
4810 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
4811 method in read-event.
4812
4813 * international/mule.el (charset-info): Doc-string fixed.
4814
4815 1999-05-25 Ken'ichi Handa <handa@gnu.org>
4816
4817 * mail/smtpmail.el (smtpmail-send-it): Bind
4818 smtpmail-code-conv-from properly.
4819 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
4820 by smtpmail-code-conv-from.
4821
4822 1999-05-24 Richard Stallman <rms@gnu.org>
4823
4824 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
4825 Binding deleted also.
4826
4827 1999-05-24 Karl Heuer <kwzh@gnu.org>
4828
4829 * comint.el (comint-bol-or-process-mark): Doc fix.
4830
4831 1999-05-23 Dave Love <fx@gnu.org>
4832
4833 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
4834 Enter it on minor-mode-map-alist.
4835 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
4836 Autoload. Add custom setter.
4837 (crisp-mark-line): Doc fix.
4838 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
4839 (crisp-mode-hook): Define.
4840
4841 1999-05-23 Ken'ichi Handa <handa@gnu.org>
4842
4843 * files.el (recover-file): Recover buffer-file-coding-system.
4844
4845 1999-05-22 Richard Stallman <rms@gnu.org>
4846
4847 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
4848 regexp match the date, to avoid treating date as file size.
4849 Add YYYY S option to WESTERN/
4850
4851 * bookmark.el: Delete some XEmacs compatibility code.
4852 (bookmark-jump-noselect): Check vc-backend.
4853
4854 * subr.el (add-to-list): Doc fix.
4855
4856 1999-05-21 Stephen Eglen <stephen@gnu.org>
4857
4858 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
4859
4860 1999-05-18 Richard Stallman <rms@gnu.org>
4861
4862 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
4863 non-space after the @anchor command.
4864 (texinfo-format-var): Handle other nested constructs, using
4865 texinfo-parse-expanded-arg and texinfo-discard-command, not
4866 texinfo-parse-arg-discard.
4867
4868 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
4869 (debug): Bind and use debugger-outer-inhibit-redisplay.
4870 Bind inhibit-redisplay to nil.
4871 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
4872
4873 1999-05-17 Dave Love <fx@gnu.org>
4874
4875 * help.el (describe-function-1): Extra arg, interactive-p.
4876 (describe-key, describe-function): Use it.
4877
4878 1999-05-17 Karl Heuer <kwzh@gnu.org>
4879
4880 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
4881
4882 1999-05-16 Dave Love <fx@gnu.org>
4883
4884 * cus-start.el (all): Delete selective-display. Add scroll-margin,
4885 scroll-preserve-screen-position, scroll-conservatively.
4886
4887 1999-05-16 Dave Love <fx@gnu.org>
4888
4889 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
4890
4891 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
4892
4893 * progmodes/vhdl-mode.el: Completely revised and massively extended.
4894
4895 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
4896
4897 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
4898 magic number and is not associated with a file.
4899
4900 1999-05-14 Richard M. Stallman <rms@gnu.org>
4901
4902 * files.el (find-file-noselect-1): Fix previous change.
4903
4904 1999-05-14 Simon Marshall <simon@gnu.org>
4905
4906 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
4907
4908 1999-05-13 Ken'ichi Handa <handa@gnu.org>
4909
4910 * international/mule-diag.el (mule-diag): Change MULE to Mule in
4911 docstring.
4912
4913 * international/mule-cmds.el: Change MULE to Mule in docstrings
4914 and menus.
4915
4916 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
4917
4918 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
4919 to correctly reflect the value of BaseLineOffset in
4920 RelativeCompose. Now the value of RelativeCompose is an array of
4921 low and high positions.
4922 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
4923 RLC for the above change.
4924
4925 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
4926
4927 * comint.el (comint-password-prompt-regexp): Modified to match the
4928 output of ksu and ssh-add.
4929
4930 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
4931
4932 * language/korea-util.el (isearch-toggle-korean-input-method):
4933 Adjusted for the change of input method handling in isearch.el.
4934 (isearch-hangul-switch-symbol-ksc): Likewise.
4935 (isearch-hangul-switch-hanja): Likewise.
4936
4937 1999-05-10 Dave Love <fx@gnu.org>
4938
4939 * help.el (help-make-xrefs): Fix typo.
4940
4941 1999-05-10 Andreas Schwab <schwab@gnu.org>
4942
4943 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
4944 unibyte-display-via-language-environment.
4945
4946 * help.el (help-make-xrefs): Handle more cases when looking for
4947 commands in a keymap description.
4948
4949 1999-05-10 Eli Zaretskii <eliz@gnu.org>
4950
4951 * loadup.el: For ms-dos systems, load ccl and codepage.
4952
4953 1999-05-09 Ken'ichi Handa <handa@gnu.org>
4954
4955 * ps-print.el (ps-control-character): Call
4956 ps-mule-prepare-ascii-font to setup ASCII fonts.
4957
4958 * ps-mule.el (ps-mule-begin-job): Redo this change "if
4959 ps-multibyte-buffer is nil, use
4960 ps-mule-font-info-database-default."
4961
4962 1999-05-08 Ken Stevens <k.stevens@ieee.org>
4963
4964 * ispell.el (ispell-local-dictionary-alist): New variable for
4965 customizing local dictionaries not accessable by everyone.
4966 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
4967 (ispell-required-version): Changed format `(major minor
4968 revision)' to support general pattern matching.
4969 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
4970 skip region commented out due to incorrect skip potential in std latex.
4971 (ispell-word): Removed `when' macro. Fixed bug of not restoring
4972 cursor point on small words for calls from `ispell-minor-mode'.
4973 (check-ispell-version): Tests and accepts versions major.minor
4974 and above, with adjustments for interactions in 3.1.0-3.1.11.
4975 (ispell-get-line): No longer skips ispell process special characters.
4976 (ispell-comments-and-strings): Removed `when' macro call.
4977 (ispell-minor-check): Requires ispell-word to restore cursor point.
4978 (ispell-buffer-local-parsing): Supports checking comments only.
4979
4980 1999-05-08 Karl Heuer <kwzh@gnu.org>
4981
4982 * comint.el (comint-password-prompt-regexp): Fix last change to be
4983 more specific.
4984
4985 1999-05-07 Richard M. Stallman <rms@gnu.org>
4986
4987 * subr.el (with-temp-message): Fix the other call to message
4988 to use %s.
4989
4990 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
4991
4992 * gud.el (gud-format-command): "%F" means file sans extension.
4993 (jdb): Use %F, not %f, for gud-break.
4994
4995 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
4996
4997 * comint.el (comint-password-prompt-regexp): Modified so that it
4998 matches the output of kinit.
4999
5000 1999-05-06 Greg Stark <gsstark@mit.edu>
5001
5002 * timezone.el (timezone-parse-date): Recognize new format used in
5003 internet cookies.
5004
5005 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
5006
5007 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
5008
5009 1999-05-04 Andrew Innes <andrewi@gnu.org>
5010
5011 * time.el (display-time-update): Allow for wrap-around when
5012 checking against display-time-server-down-time.
5013
5014 1999-05-04 Ken'ichi Handa <handa@gnu.org>
5015
5016 * international/mule-diag.el (describe-coding-system): Fix English
5017 message.
5018
5019 1999-05-03 Jason Rumney <jasonr@altavista.net>
5020
5021 * term/w32-win.el: Change the x-charset-registry property for the
5022 Japanese charsets that are supported by Japanese Windows fonts.
5023
5024 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5025
5026 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
5027 diary-block diary entries for which the reminders and the diary
5028 entries can overlap.
5029
5030 1999-05-02 Jason Rumney <jasonr@altavista.net>
5031
5032 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
5033 matches the font selected in the dialog.
5034
5035 1999-05-02 Dave Love <fx@gnu.org>
5036
5037 * browse-url.el (browse-url-browser-function): Add :version.
5038
5039 * international/mule.el (auto-coding-alist): Add .tgz.
5040
5041 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
5042
5043 * international/codepage.el (cp-coding-system-for-codepage-1):
5044 Make the magnification parameter for the -dos encoder be 2.
5045
5046 1999-05-2 Andrew Innes <andrewi@gnu.org>
5047
5048 * term/w32-win.el (w32-drag-n-drop): Select file in window where
5049 it is dropped, rather than current window.
5050
5051 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
5052 after switching buffer, as case-fold-search is a buffer local
5053 variable.
5054
5055 * w32-fns.el (convert-standard-filename): Only convert directory
5056 separators to backslash if the interactive shell is one of the
5057 standard Windows shells that has DOS semantics.
5058
5059 * ls-lisp.el (ls-lisp-format-time): Trap errors from
5060 format-time-string, and return a suitable string to indicate the
5061 timestamp was invalid.
5062
5063 * hexl.el (hexlify-command): Apply shell-quote-argument after
5064 expanding hexl-program in case exec-directory contains a space.
5065 (dehexlify-command): Ditto.
5066
5067 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
5068 file extension regexps which aren't necessarily binary files.
5069 (direct-print-region-helper): Use subst-char-in-string instead of
5070 binding directory-sep-char to convert filenames to DOS syntax.
5071 (direct-print-region-use-command-dot-com): New variable.
5072 (direct-print-region-helper): Use it to control whether to invoked
5073 command.com to print on Windows 9x.
5074
5075 * browse-url.el (browse-url-browser-function): Default to
5076 browse-url-default-windows-browser on windows-nt.
5077 (browse-url-default-windows-browser): New function.
5078
5079 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5080
5081 * forms.el (forms-mode): Don't call forms-first-record or
5082 forms-last-record if the data file has zero records.
5083
5084 1999-04-29 Richard M. Stallman <rms@gnu.org>
5085
5086 * files.el (find-file-noselect-1): If buffer-file-name has changed
5087 after find-file-not-found-hooks runs, recompute the truename.
5088 And don't use FILENAME after that point.
5089
5090 1999-04-27 Dave Love <fx@gnu.org>
5091
5092 * paren.el (show-paren-mode)
5093 * which-func.el (which-func-mode-global)
5094 * type-break.el (type-break-mode)
5095 * time.el (display-time-mode)
5096 * rsz-mini.el (resize-minibuffer-mode)
5097 * mouse-sel.el (mouse-sel-mode)
5098 * icomplete.el (icomplete-mode)
5099 * hscroll.el (hscroll-global-mode)
5100 * help.el (temp-buffer-resize-mode)
5101 * font-lock.el (global-font-lock-mode)
5102 * delsel.el (delete-selection-mode)
5103 * avoid.el (mouse-avoidance-mode)
5104 * autoinsert.el (auto-insert-mode)
5105 * winner.el (winner-mode): Doc fix.
5106
5107 1999-04-26 Karl Heuer <kwzh@gnu.org>
5108
5109 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
5110 the same whitespace that was ignored in choosing the subject string.
5111
5112 1999-04-26 Richard M. Stallman <rms@gnu.org>
5113
5114 * info.el (Info-find-node): Position properly after finding anchor.
5115
5116 * cus-start.el (all): Handle unibyte-display-via-language-environment.
5117
5118 * simple.el (indent-new-comment-line): Fix previous change.
5119
5120 * complete.el: Delete the wildcard expansion feature
5121 since that is now standard in find-file.
5122 (PC-try-load-many-files): Function deleted.
5123 (PC-after-load-many-files): Function deleted.
5124 (PC-many-files-list): Variable deleted.
5125 (PC-disable-wildcards): Variable deleted.
5126 (partial-completion-mode): Don't enable the wildcard feature.
5127
5128 * complete.el (PC-look-for-include-file): Don't set global variables
5129 `error', `buf' and `filename' here.
5130
5131 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
5132
5133 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
5134
5135 * textmodes/outline.el (outline-regexp): Doc fix.
5136
5137 1999-04-26 John Wiegley <johnw@borland.com>
5138
5139 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5140 C++Builder 4.0 error message syntax.
5141
5142 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
5143
5144 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
5145 supported, use find -exec.
5146
5147 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
5148
5149 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
5150 coding-system-for-write, to avoid hanging when non-interactive.
5151
5152 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
5153
5154 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
5155 start with a newline.
5156
5157 1999-04-13 Ken'ichi Handa <handa@gnu.org>
5158
5159 * international/mule-conf.el (x-ctext): New coding system.
5160
5161 1999-04-12 Richard M. Stallman <rms@gnu.org>
5162
5163 * international/mule-cmds.el (input-method-function):
5164 Add permanent-local property.
5165
5166 1999-04-12 Dave Love <fx@gnu.org>
5167
5168 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
5169 change to use jka-compr-byte-compiler-base-file-name.
5170
5171 * supercite.el (sc-scan-info-alist): Revert last change.
5172 (sc-attrib-selection-list): Fix :type here instead.
5173
5174 1999-04-11 Eli Zaretskii <eliz@gnu.org>
5175
5176 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
5177 in the list of case-insensitive filesystems.
5178
5179 1999-04-09 Kenichi Handa <handa@etl.go.jp>
5180
5181 * international/fontset.el (create-fontset-from-fontset-spec):
5182 Don't register duplicated alias fontset names.
5183
5184 1999-04-08 Richard Stallman <rms@gnu.org>
5185
5186 * international/mule.el (auto-coding-alist-lookup): New function.
5187 (set-auto-coding): Use auto-coding-alist-lookup.
5188
5189 * jka-compr.el (jka-compr-insert-file-contents):
5190 Use auto-coding-alist-lookup to check for files that
5191 should not have eol conversion, in the unibyte case.
5192
5193 1999-04-07 Dave Love <fx@gnu.org>
5194
5195 * help.el (describe-variable): Check custom-loads property as well
5196 as custom-type.
5197
5198 * abbrev.el (abbrev-mode): Customizing sets the default value.
5199
5200 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
5201
5202 * vc.el (vc-backend-revert): For CVS files that were made
5203 writeable with "cvs edit", call "cvs unedit" to undo that.
5204
5205 1999-04-08 Dave Love <fx@gnu.org>
5206
5207 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
5208 more.
5209 (sc-emacs-features): Recognize Emacs 20.
5210 (sc-read-string): Use history arg.
5211 (sc-scan-info-alist): Check for rtnvalue a cons.
5212
5213 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
5214
5215 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
5216 coding system to encode the message by
5217 select-message-coding-system.
5218
5219 1999-04-07 Richard Stallman <rms@gnu.org>
5220
5221 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
5222
5223 * winner.el: Reorder definitions.
5224
5225 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
5226
5227 * mail/rmail.el (rmail-decode-babyl-format):
5228 Undo previous change.
5229
5230 1999-04-06 Richard Stallman <rms@gnu.org>
5231
5232 * info.el (Info-find-node): Check for an anchor at the
5233 proper place, before reading an indirect file.
5234
5235 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
5236
5237 * jka-compr.el (jka-compr-insert-file-contents):
5238 Use raw-text-unix when we want no conversion.
5239
5240 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
5241
5242 * timezone.el (timezone-parse-date): Corrected regexp for
5243 style (5) date format so that tenths of seconds are optional.
5244
5245 1999-04-05 Eli Zaretskii <eliz@gnu.org>
5246
5247 * term/internal.el (dos-cpNNN-setup): New function, with the guts
5248 of dos-codepage-setup.
5249 (cjk-codepages-alist): New variable, an alist of Far-Eastern
5250 codepages for which there's no need to set up cpNNN coding
5251 systems.
5252 (dos-codepage-setup): Support Far-Eastern DOS terminals.
5253
5254 1999-04-05 Richard Stallman <rms@gnu.org>
5255
5256 * mail/rmail.el (rmail-ignored-headers): Doc fix.
5257
5258 1999-04-02 Richard Stallman <rms@gnu.org>
5259
5260 * progmodes/compile.el (compilation-handle-exit): Do right thing
5261 if (car status) doesn't end in a newline.
5262
5263 1999-04-01 Dave Love <fx@gnu.org>
5264
5265 * progmodes/sql.el (SQL): Add defgroup :version.
5266
5267 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5268
5269 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
5270 buffer-file-coding-system. If the coding system used is raw-text,
5271 etc., make the *Compiler Input* buffer unibyte.
5272
5273 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
5274
5275 * loadup.el: Don't write the fns-...el file if not dumping.
5276
5277 1999-03-31 Dave Love <fx@gnu.org>
5278
5279 * snmp-mode.el (snmp): Fix defgroup :version.
5280
5281 * hilit-chg.el (highlight-changes): Add defgroup :version.
5282
5283 1999-03-31 Andreas Schwab <schwab@gnu.org>
5284
5285 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
5286 the gnus-save-hidden-threads macro.
5287
5288 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
5289
5290 * faces.el (face-set-after-frame-default): Obey the
5291 `customized-face' for new faces.
5292
5293 1999-03-30 Dave Love <fx@gnu.org>
5294
5295 * international/mule-cmds.el (current-language-environment): Doc fix.
5296 * abbrev.el (abbrev-mode): Doc fix.
5297 * autoinsert.el (auto-insert-mode): Doc fix.
5298 * complete.el (partial-completion-mode): Doc fix.
5299 * avoid.el (mouse-avoidance-mode): Doc fix.
5300 * delsel.el (delete-selection-mode): Doc fix.
5301 * font-lock.el (global-font-lock-mode): Doc fix.
5302 * help.el (temp-buffer-resize-mode): Doc fix.
5303 * hscroll.el (hscroll-global-mode): Doc fix.
5304 * icomplete.el (icomplete-mode): Doc fix.
5305 * mouse-sel.el (mouse-sel-mode): Doc fix.
5306 * paren.el (show-paren-mode): Doc fix.
5307 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
5308 * time.el (display-time-mode): Doc fix.
5309 * type-break.el (type-break-mode): Doc fix.
5310 * which-func.el (which-func-mode-global): Doc fix.
5311 * winner.el (winner-mode): Doc fix.
5312
5313 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
5314
5315 * wid-edit.el (widget-before-change): Signal text-read-only rather
5316 than an ordinary error.
5317
5318 1999-03-30 Richard M. Stallman <rms@gnu.org>
5319
5320 * repeat.el: Don't require advice.
5321 (repeat): Do function-indirection in check for kbd macro.
5322 In self-insert case, use the *last* char in INSERTION.
5323
5324 1999-03-30 Karl Heuer <kwzh@gnu.org>
5325
5326 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
5327
5328 1999-03-29 Andreas Schwab <schwab@gnu.org>
5329
5330 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
5331 comint-input-filter-functions. Make variables related to shell
5332 directory tracking local.
5333
5334 1999-03-26 Andreas Schwab <schwab@gnu.org>
5335
5336 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
5337
5338 * simple.el (shell-command-on-region): Cope with exit-status being
5339 nil, which happens if call-process-region was interrupted.
5340
5341 1999-03-26 Richard M. Stallman <rms@gnu.org>
5342
5343 * simple.el (indent-new-comment-line): Handle use at a point
5344 after a comment-end. Handle multiple comments.
5345
5346 * mail/rmail.el (rmail-decode-babyl-format):
5347 To prevent locking, bind buffer-file-name to nil.
5348
5349 1999-03-26 Karl Fogel <kfogel@red-bean.com>
5350
5351 * mail-hist.el (mail-hist-current-header-name): Don't make
5352 off-by-one-error when determining if in message body.
5353
5354 1999-03-25 Andrew Innes <andrewi@gnu.org>
5355
5356 * w32-fns.el (set-default-process-coding-system): Copied from
5357 dos-w32.el, but modified to use Unix line endings for process
5358 input, and to add a suitable entry to process-coding-system-alist
5359 for DOS shells.
5360
5361 * dos-fns.el (set-default-process-coding-system): Copied from
5362 dos-w32.el.
5363
5364 * dos-w32.el (set-default-process-coding-system): Move function to
5365 dos-fns.el; a different version is used in w32-fns.el.
5366
5367 1999-03-24 Dave Love <fx@gnu.org>
5368
5369 * info.el (Info-directory-list): Revert change to re-writing
5370 Info-default-directory-list, but put `alternative' first.
5371 (Info-insert-dir): Modify selecting the top dir file as a consequence.
5372
5373 1999-03-23 Simon Marshall <simon@gnu.org>
5374
5375 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
5376 on the line by itself.
5377 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
5378 it is not in a declarative context.
5379
5380 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
5381
5382 * cus-edit.el (custom-variable-prompt): Allow customization of
5383 autoloaded symbols.
5384
5385 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
5386
5387 * simple.el (what-cursor-position): Don't cause error when point
5388 is at invalid multibyte sequence.
5389
5390 1999-03-21 Karl Heuer <kwzh@gnu.org>
5391
5392 * complete.el (partial-completion-mode): Doc fix.
5393
5394 1999-03-19 Richard M. Stallman <rms@gnu.org>
5395
5396 * progmodes/cplus-md.el (old-c++): Remove :group.
5397
5398 * progmodes/c-mode.el (old-c): Remove :group.
5399
5400 1999-03-18 Simon Marshall <simon@gnu.org>
5401
5402 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
5403 (java-font-lock-keywords-2): Added "strictfp" keyword.
5404
5405 1999-03-17 Jason Rumney <jasonr@altavista.net>
5406
5407 * w32-fns.el (set-w32-system-coding-system) New function.
5408 (w32-system-coding-system) Initialize to 'iso-latin-1.
5409
5410 1999-03-17 Eli Zaretskii <eliz@gnu.org>
5411
5412 * international/mule-cmds.el (set-language-environment): Fix
5413 previous change: don't use dos-codepage when unbound.
5414
5415 1999-03-17 Karl Heuer <kwzh@gnu.org>
5416
5417 * calendar/appt.el (appt-make-list): Fix previous change.
5418
5419 1999-03-16 Richard M. Stallman <rms@gnu.org>
5420
5421 * window.el (shrink-window-if-larger-than-buffer):
5422 Don't try to redisplay with the cursor at the end
5423 on its own line--that would force a scroll and spoil things.
5424
5425 1999-03-16 Eli Zaretskii <eliz@gnu.org>
5426
5427 * international/mule-cmds.el (set-language-environment): Don't use
5428 cpNNN-nonascii-translation-table if it is unbound.
5429
5430 * term/internal.el (dos-codepage-setup): Compute the unibyte
5431 syntax table and bind unibyte-display-via-language-environment
5432 here, rather than at top level, so that resetting to unibyte in
5433 .emacs works as expected.
5434
5435 1999-03-15 Simon Marshall <simon@gnu.org>
5436
5437 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
5438
5439 1999-03-14 Milan Zamazal <pdm@pvt.net>
5440
5441 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
5442
5443 1999-03-14 Kenichi Handa <handa@etl.go.jp>
5444
5445 * international/mule-util.el (detect-coding-with-priority):
5446 Restore the internal database.
5447
5448 1999-03-14 Stephen Eglen <stephen@gnu.org>
5449
5450 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
5451 if mail-from-style has invalid value.
5452
5453 1999-03-12 Karl Heuer <kwzh@gnu.org>
5454
5455 * vc.el (vc-delete-logbuf-window): New var.
5456 (vc-finish-logentry): Use it.
5457
5458 1999-03-12 Richard M. Stallman <rms@gnu.org>
5459
5460 * startup.el (command-line-1): Improve startup msg.
5461
5462 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
5463
5464 * speedbar.el: Added commentary about stealthy functions.
5465 (speedbar-message) new function.
5466 (speedbar-y-or-n-p): New function
5467 (speedbar-with-attached-buffer) Moved macro before reference.
5468 Now uses `save-selected-window'.
5469 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
5470 speedbar-generic-item-info, speedbar-item-info-file-helper,
5471 speedbar-item-delete, speedbar-insert-generic-list,
5472 speedbar-timer-fn, speedbar-check-vc-this-line,
5473 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
5474 speedbar-buffers-item-info) Use speedbar-message.
5475 (speedbar-item-info) Limit `message-log-max'.
5476 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
5477 speedbar-item-delete, speedbar-item-object-delete,
5478 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
5479
5480 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
5481
5482 * server.el (server-start): Set coding system for the server
5483 process to raw-text.
5484 (server-process-filter): Decode file names if necessary.
5485
5486 1999-03-12 Dave Love <fx@gnu.org>
5487
5488 * textmodes/fill.el (sentence-end-double-space): Doc fix.
5489
5490 * textmodes/paragraphs.el (sentence-end): Doc fix.
5491
5492 1999-03-11 Karl Heuer <kwzh@gnu.org>
5493
5494 * comint.el (comint-password-prompt-regexp): Accept "login password:"
5495
5496 1999-03-09 Karl Heuer <kwzh@gnu.org>
5497
5498 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
5499 (ispell-dictionary-alist-2): Likewise.
5500 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
5501 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
5502 (ispell-dictionary-alist): Build from six pieces, not just two.
5503
5504 * ps-bdf.el (bdf-directory-list): Doc fix.
5505
5506 * enriched.el (enriched-mode): Make var permanent-local.
5507
5508 1999-03-09 Dave Love <fx@gnu.org>
5509
5510 * textmodes/sgml-mode.el (html-mode): Use
5511 sentence-end-double-space when setting sentence-end.
5512
5513 1999-03-09 Ken'ichi Handa <handa@gnu.org>
5514
5515 * language/thai.el (tis-620): New alias coding system for thai-tis620.
5516
5517 1999-03-08 Felix Lee <flee@cygnus.com>
5518
5519 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
5520
5521 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
5522
5523 1999-03-08 Karl Heuer <kwzh@gnu.org>
5524
5525 * dired-aux.el (dired-do-copy-regexp): Doc fix.
5526 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5527
5528 * dired.el (dired-do-copy-regexp): Doc fix.
5529 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5530
5531 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
5532
5533 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
5534
5535 1999-03-08 Jason Rumney <jasonr@altavista.net>
5536
5537 * international/codepage.el (cp1250-decode-table)
5538 (cp1251-decode-table, cp1253-decode-table)
5539 (cp1257-decode-table): New translation tables for MS Windows codepages.
5540 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
5541
5542 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
5543
5544 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
5545
5546 1999-03-07 Eli Zaretskii <eliz@gnu.org>
5547
5548 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
5549
5550 * term/internal.el (top level): Display character 255 as 8bit as well.
5551
5552 1999-03-06 Dave Love <fx@gnu.org>
5553
5554 * progmodes/cc-cmds.el (c-outline-level): Bind
5555 buffer-invisibility-spec.
5556
5557 * progmodes/c-mode.el (c-outline-level): Likewise.
5558
5559 * progmodes/ada-mode.el (ada-outline-level): Likewise.
5560
5561 1999-03-05 Felix Lee <flee@cygnus.com>
5562
5563 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
5564
5565 1999-03-05 Richard M. Stallman <rms@gnu.org>
5566
5567 * bindings.el (complete-symbol): Invert meaning of prefix arg.
5568
5569 1999-03-05 Andrew Innes <andrewi@gnu.org>
5570
5571 * w32-fns.el (convert-standard-filename): Convert directory
5572 separators to Windows format.
5573
5574 1999-03-05 Andreas Schwab <schwab@gnu.org>
5575
5576 * international/skkdic-cnv.el: Provide skkdic-cnv.
5577 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
5578 (batch-skkdic-convert): Doc fix.
5579
5580 1999-03-04 Dave Love <fx@gnu.org>
5581
5582 * custom.el (custom-set-variables): Protect against setter errors.
5583
5584 1999-03-04 Eli Zaretskii <eliz@gnu.org>
5585
5586 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
5587 the file sizes from overflowing.
5588 (ls-lisp-format): If file size is a float, use %8.0f to print it.
5589 Under -s, print the size in blocks with %4.0f, in case they have
5590 a *really* huge file.
5591
5592 1999-03-03 Dave Love <fx@gnu.org>
5593
5594 * options.el (edit-options): Doc fix.
5595 (list-options): Don't lose with unbound symbols. Maintain
5596 Edit-options-mode.
5597
5598 1999-03-01 Dave Love <fx@gnu.org>
5599
5600 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
5601
5602 1999-02-28 Richard M. Stallman <rms@gnu.org>
5603
5604 * ispell.el (ispell-dictionary-alist-override): New variable.
5605 (ispell-dictionary-alist): Don't setq it,
5606 if ispell-dictionary-alist-override is set.
5607
5608 * simple.el (shell-command-default-error-buffer): Renamed from
5609 shell-command-on-region-default-error-buffer.
5610 (shell-command-on-region): Mention in echo area when there
5611 is some error output. Mention success or failure, too.
5612 Accumulate multiple error outputs
5613 going forward, with formfeed in between. Display the error buffer
5614 when we have put something in it.
5615 (shell-command): Add the ERROR-BUFFER argument feature.
5616
5617 1999-02-28 Karl Heuer <kwzh@gnu.org>
5618
5619 * mail/mh-utils.el (mh-lib): Doc fix.
5620 (mh-lib-progs, mh-nmh-p): New vars.
5621 (mh-find-progs): Set mh-lib-progs along with other vars.
5622 (mh-path-search): New arg FUNC-P; if specified, use that instead
5623 of mh-file-command-p.
5624 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
5625
5626 * mail/mh-comp.el (mh-repl-formfile): New var.
5627 (mh-smail-batch): Don't ignore all arguments.
5628 (mh-reply): Do the right thing when using nmh.
5629
5630 1999-02-27 Kenichi Handa <handa@etl.go.jp>
5631
5632 * international/mule-cmds.el (select-safe-coding-system): Be sure
5633 to show a buffer being decoded.
5634
5635 1999-02-26 Ken'ichi Handa <handa@gnu.org>
5636
5637 * ps-bdf.el (bdf-directory-list): Initialize it to
5638 '("/usr/local/share/emacs/fonts/bdf").
5639
5640 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5641
5642 * ps-print.el: PostScript programming fix.
5643 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
5644 setpagedevice operator).
5645
5646 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5647
5648 * ps-print.el: Doc fix, font size specifies landscape and portrait
5649 sizes.
5650 (ps-print-version): New version number (4.1.4).
5651 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
5652 Specifies landscape and portrait sizes.
5653 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
5654 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
5655 fix.
5656 (ps-get-font-size): New fun.
5657 (ps-font-size-internal, ps-header-font-size-internal)
5658 (ps-header-title-font-size-internal): New vars.
5659
5660 * ps-mule.el: Change of ps-print font size variable name.
5661 (ps-mule-generate-font): Fun fix.
5662 (ps-mule-begin-job): Programming uniformization.
5663
5664 1999-02-25 Dave Love <fx@gnu.org>
5665
5666 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
5667 (help-make-xrefs): Do Info case first.
5668
5669 * repeat.el: Don't require advice.
5670 (repeat-last-kill-command): Variable deleted.
5671
5672 1999-02-25 Richard Stallman <rms@gnu.org>
5673
5674 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
5675 case just because the current buffer is the output buffer.
5676
5677 1999-02-25 Kenichi Handa <handa@etl.go.jp>
5678
5679 * simple.el (what-cursor-position): To show the character's
5680 encoding, use encoded-string-description instead of information
5681 of chaset-origin-alist.
5682
5683 * international/mule-cmds.el (iso-2022-control-alist): New variable.
5684 (encoded-code-description): New function.
5685 (encoded-string-description): New function.
5686 (encode-coding-char): New function.
5687
5688 1999-02-25 Andrew Innes <andrewi@gnu.org>
5689
5690 * startup.el (command-line) [windows-nt]: Fix typo in regexp
5691 checking for .emacs[.el[c]].
5692
5693 1999-02-24 Richard Stallman <rms@gnu.org>
5694
5695 * help.el (describe-function-1): Don't print a whole lambda-function.
5696
5697 1999-02-23 Ken'ichi Handa <handa@gnu.org>
5698
5699 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
5700 inputting ?\240.
5701
5702 1999-02-23 Karl Heuer <kwzh@gnu.org>
5703
5704 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
5705
5706 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
5707 (clean-buffer-list-kill-buffer-names): Doc fix.
5708
5709 * gud.el (gud-jdb-massage-args): Spelling fix.
5710
5711 1999-02-23 Richard M. Stallman <rms@gnu.org>
5712
5713 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
5714
5715 1999-02-22 Eli Zaretskii <eliz@gnu.org>
5716
5717 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
5718 excursion while calling set-auto-coding-function.
5719
5720 * play/handwrite.el (handwrite): Require ps-print, and use
5721 ps-printer-name and ps-lpr-command. Call ps-print-region-function
5722 if it's defined, instead of forking ps-lpr-command unconditionally.
5723
5724 1999-02-22 Kenichi Handa <handa@etl.go.jp>
5725
5726 * international/codepage.el (cp-coding-system-for-codepage-1): Put
5727 charset-origin-alist property to a coding system for the codepage.
5728
5729 * international/mule.el: Modify comment for charset-origin-alist
5730 property of a coding system.
5731
5732 * simple.el (what-cursor-position): charset-origin-alist property
5733 of a coding system may be a translation table or a symbol of which
5734 `translation-table' property is a translation table.
5735
5736 1999-02-21 Richard Stallman <rms@gnu.org>
5737
5738 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
5739 to the "html" template.
5740
5741 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
5742
5743 * dirtrack.el (dirtrack): Added docstring. Now returns input.
5744
5745 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
5746
5747 * dirtrack.el (dirtrack): Check for the prompt in the input string
5748 instead of the buffer.
5749
5750 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
5751
5752 * sql.el: Set version to 1.4.1. Changed mail address to
5753 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
5754 (sql-input-ring-separator): Doc fix.
5755 (sql-mode-syntax-table): double-dash starts comments is defined as
5756 ". 56" instead of ". 12b" for XEmacs.
5757 (sql-stop, sql-interactive-mode): Doc fixes.
5758 (sql-postgres): Queries for database and server, not just one.
5759 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
5760
5761 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
5762 changed. This is needed for master.el to work.
5763 (sql-set-sqli-buffer): Use the new hook.
5764
5765 * sql.el (sql-make-alternate-buffer-name): Function that sets
5766 sql-alternate-buffer-name.
5767 (sql-alternate-buffer-name): Possible name of SQLi buffers.
5768 (sql-interactive-mode): Set sql-alternate-buffer-name.
5769 (sql-rename-buffer): New command.
5770 (sql-interactive-mode-menu): Menu for SQLi buffers.
5771
5772 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
5773 and sql-input-ring-file-name are used to temporarily set
5774 comint-input-ring-file-name and comint-input-ring-separator when
5775 reading and writing input history files.
5776
5777 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
5778 (sql-input-ring-file-name): New variable with customization.
5779 (sql-input-ring-separator): New variable with customization.
5780 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
5781 Callers changed.
5782 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
5783 now includes the name of the current buffer.
5784
5785 (sql-mode): Set paragraph-separate and paragraph-start so that
5786 sql-send-paragraph sends the entire SQL statements, even if it
5787 contains indented lines.
5788
5789 1999-02-18 Dave Love <fx@gnu.org>
5790
5791 * format.el (format-encode-run-method, format-decode-run-method):
5792 Fix previous change.
5793
5794 1999-02-18 Ken'ichi Handa <handa@gnu.org>
5795
5796 * international/mule.el (coding-system-list): Moved here from
5797 mule-util.el to avoid autoloading mule-util by the call of
5798 select-safe-coding-system.
5799
5800 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
5801
5802 * simple.el (turn-on-auto-fill): Mark it as an option for
5803 `text-mode-hook'.
5804
5805 1999-02-17 Richard Stallman <rms@gnu.org>
5806
5807 * emacs-lisp/easymenu.el (easy-menu-get-map):
5808 Don't crash if (current-local-map) is nil.
5809
5810 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
5811
5812 * filecache.el (file-cache-filter-regexps): Added .class.
5813
5814 1999-02-17 Ken'ichi Handa <handa@gnu.org>
5815
5816 * international/mule-util.el (decompose-region): Use
5817 insert-buffer-substring instead of insert-buffer to avoid putting
5818 mark.
5819
5820 1999-02-17 Andreas Schwab <schwab@gnu.org>
5821
5822 * calendar/cal-move.el (scroll-calendar-left): Don't set
5823 displayed-month and displayed-year here, let generate-calendar do
5824 it, after range checking.
5825
5826 1999-02-17 Simon Marshall <simon@gnu.org>
5827
5828 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
5829
5830 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
5831 correctly between an object declared via a constructor and a method.
5832 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
5833 (java-font-lock-keywords-1): Fontify package names individually.
5834 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
5835 (java-font-lock-keywords-2): Simplify type fontification.
5836 (java-font-lock-keywords-3): Likewise.
5837
5838 1999-02-17 Kenichi Handa <handa@etl.go.jp>
5839
5840 * language/japanese.el (iso-2022-jp-2): New coding system.
5841 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
5842
5843 1999-02-16 Dave Love <fx@gnu.org>
5844
5845 * help.el (describe-function-1): Accept non-symbols.
5846
5847 1999-02-16 Paul Eggert <eggert@twinsun.com>
5848
5849 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
5850 find the last match if there are multiple matches.
5851
5852 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5853
5854 * tex-mode.el (tex-run-command, latex-run-command)
5855 (slitex-run-command, tex-command): Doc changes.
5856 (tex-start-options-string): Autoload it. Doc change. Provide
5857 a menu for customization. Allow nil. Quote backslashes only once.
5858 (tex-start-tex): Handle nil value of tex-start-options-string
5859 and apply shell-quote-argument to it.
5860
5861 1999-02-16 Eli Zaretskii <eliz@gnu.org>
5862
5863 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
5864 the size in blocks, since it can be a float.
5865 (ls-lisp-format): Likewise
5866
5867 1999-02-16 Ken'ichi Handa <handa@gnu.org>
5868
5869 * language/japanese.el (japanese-shift-jis): Add
5870 charset-origin-alist property.
5871
5872 1999-02-15 Richard Stallman <rms@gnu.org>
5873
5874 * progmodes/compile.el (compile-internal): Use save-selected-window.
5875
5876 * subr.el (momentary-string-display): Bind inhibit-read-only.
5877
5878 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
5879
5880 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
5881
5882 * mail/rmail.el (rmail-show-message): If an unseen message has a
5883 Summary-line in its header, get past one more line before looking
5884 for the X-Coding-System header.
5885
5886 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
5887
5888 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
5889 explicitly to accomodate Windows 9X lack of a useful copy program.
5890
5891 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
5892
5893 * wid-edit.el (widget-choice-value-create): Use `equal'
5894 instead of `eq'.
5895
5896 1999-02-14 Richard Stallman <rms@gnu.org>
5897
5898 * international/iso-transl.el:
5899 (iso-transl-ae): Renamed from iso-transl-e-slash.
5900 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
5901 (iso-transl-AE): Renamed from iso-transl-E-slash.
5902 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
5903 (iso-transl-char-map): Related changes.
5904
5905 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
5906
5907 1999-02-13 Richard Stallman <rms@gnu.org>
5908
5909 * textmodes/texinfmt.el (texinfo-alias): New function.
5910 (texinfo-fold-nodename-case): Add defvar.
5911 (texinfo-format-node): Do case folding if specified.
5912
5913 * ffap.el (ffap-file-at-point): Test local file names
5914 immediately. Strip off line numbers.
5915
5916 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
5917
5918 * sql.el: Set version to 1.3.2
5919 (sql-solid-program): Added support for solid.
5920 (sql-help): Doc mentions sql-solid.
5921 (sql-solid): Entry function for Solid.
5922 (sql-buffer): Doc explains the use of the variable and how to
5923 change it.
5924 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
5925 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
5926 disabled if sql-buffer doesn't have a process; sql-send-paragraph
5927 is new.
5928 (sql-show-sqli-buffer): New function to display the value of
5929 sql-buffer.
5930 (sql-change-sqli-buffer): New function to change sql-buffer.
5931 (sql-mode): Doc explains how to change sql-buffer.
5932 (sql-send-paragraph): New function to send a paragraph.
5933 (sql-mode-map): Added keybinding for sql-send-paragraph.
5934 (sql-mysql): Doc corrected.
5935 (sql-ms): Doc corrected.
5936
5937 * sql.el (sql-server): Doc fix.
5938 (sql-mysql): Added the use of sql-server to specify the host,
5939 sql-database now specifies database instead of host.
5940 (sql-mode-menu): Send... menu items are only active if sql-buffer
5941 is non-nil.
5942 (sql-help): Changed tag of entry functions a bit.
5943
5944 * sql.el: Added keywords from `finder-by-keyword'.
5945 (sql-mode): Made sql-buffer a local variable, changed the
5946 documentation: removed instructions to add *.sql files to
5947 auto-mode-alist, added documentation for having mutliple SQL
5948 buffers sending their stuff to different SQLi buffers, each
5949 running a different process.
5950 (sql-postgres): Quoted *SQL* in doc string.
5951 (sql-ms): Likewise.
5952 (sql-ingres): Likewise.
5953 (sql-ingres): Quoted *SQL* in doc string, added references to
5954 sql-user and sql-password used during login.
5955 (sql-sybase): Quoted *SQL* in doc string, added comma.
5956 (sql-oracle): Likewise.
5957 (sql-interactive-mode): Added extensive documentation for having
5958 mutliple SQL buffers sending their stuff to different SQLi
5959 buffers, each running a different process.
5960 (sql-buffer): Changed doc from *SQL* to SQLi.
5961 (sql-get-login): Doc fix.
5962
5963 1999-02-12 Ken'ichi Handa <handa@gnu.org>
5964
5965 * international/mule-conf.el (undecided): Set ascii in
5966 safe-charsets property.
5967
5968 1999-02-12 Richard Stallman <rms@gnu.org>
5969
5970 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
5971
5972 1999-02-12 Ken'ichi Handa <handa@gnu.org>
5973
5974 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
5975 value to ps-mule-font-info-database-latin.
5976
5977 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
5978
5979 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
5980 (ps-mule-font-info-database-default): New variable.
5981 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
5982 ps-mule-font-info-database-default.
5983
5984 1999-02-12 Dave Love <fx@gnu.org>
5985
5986 * timezone.el (timezone-make-date-sortable)
5987 (timezone-make-date-arpa-standard): Doc fix.
5988
5989 1999-02-12 Ken'ichi Handa <handa@gnu.org>
5990
5991 * international/quail.el (quail-show-kbd-layout): Bind
5992 blink-matching-paren to nil.
5993
5994 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
5995 for ASCII and Latin-1.
5996
5997 1999-02-12 Andreas Schwab <schwab@gnu.org>
5998
5999 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
6000
6001 1999-02-12 Kenichi Handa <handa@etl.go.jp>
6002
6003 * international/mule-cmds.el (language-info-alist): Remove
6004 description about charset-origin-alist.
6005
6006 * international/mule.el: Comment added for a new coding system
6007 property `charset-origin-alit'.
6008 (make-translation-table): This variable deleted.
6009
6010 * language/chinese.el (chinese-big5): Add charset-origin-alist
6011 property.
6012 ("Chinese-CNS"): Remove charset-origin-alist property.
6013
6014 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
6015 property.
6016 (cyrillic-alternativnyj): Likewise.
6017 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
6018 ("Cyrillic-ALT"): Likewise.
6019
6020 * language/vietnamese.el (vietnamese-viqr): Add
6021 charset-origin-alist property.
6022 ("Vietnamese"): Remove charset-origin-alist property.
6023
6024 * simple.el (what-cursor-position): Don't use the varialbe
6025 charset-origin-alist, but use charset-origin-alist property of
6026 buffer-file-coding-system to decide external character set code.
6027
6028 1999-02-10 Richard Stallman <rms@gnu.org>
6029
6030 * shadowfile.el: Don't turn on the mode when the file is loaded.
6031
6032 1999-02-09 Richard Stallman <rms@gnu.org>
6033
6034 * progmodes/compile.el (compile-auto-highlight): Customize.
6035
6036 * add-log.el (add-log-file-name-function): New variable.
6037 (add-change-log-entry): Call that function, if non-nil.
6038
6039 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
6040
6041 * rmail.el (rmail-search): Track match with a marker, not an integer.
6042
6043 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6044
6045 * progmodes/compile.el (compilation-setup): Set value of
6046 compilation-directory-stack as in compilation-forget-errors.
6047 (compile-reinitialize-errors): Bind buffer-undo-list and
6048 deactivate-mark.
6049 (compilation-forget-errors): Likewise.
6050
6051 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
6052
6053 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
6054 def... constructs.
6055
6056 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
6057 Remove calls to sleep-for.
6058
6059 1999-02-08 Eli Zaretskii <eliz@gnu.org>
6060
6061 * international/codepage.el (cp-coding-system-for-codepage-1): On
6062 MS-DOS, use dos-unsupported-char-glyph for characters not
6063 supported by the codepage.
6064 (cp-make-coding-systems-for-codepage): Likewise.
6065
6066 1999-02-08 Andreas Schwab <schwab@gnu.org>
6067
6068 * international/mule-util.el (coding-system-list): Don't sort
6069 coding-system-list here.
6070
6071 * international/mule.el (coding-system-lessp): Moved here from
6072 mule-util.el
6073 (add-to-coding-system-list): New function.
6074 (make-subsidiary-coding-system, make-coding-system,
6075 define-coding-system-alias): Use it instead of setting
6076 coding-system-list directly.
6077
6078 1999-02-07 Dave Love <fx@gnu.org>
6079
6080 * calendar/appt.el (appt-make-list): Don't splice quotes and date
6081 onto message.
6082
6083 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6084
6085 * imenu.el (imenu--last-menubar-index-alist): Add doc.
6086 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
6087
6088 1999-02-06 Richard Stallman <rms@gnu.org>
6089
6090 * language/european.el (setup-slovenian-environment): New function.
6091 ("Slovenian"): New language environment.
6092
6093 * progmodes/sql.el (sql-help): Doc fix.
6094 (sql-mysql): Doc fix.
6095
6096 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6097
6098 * tex-mode.el: When compiling, require compare-w and skeleton
6099 to pacify the byte-compiler. Move the def's of the tex-commands
6100 together. Add a comment on kill-process vs. quit-process.
6101
6102 1999-02-05 Dave Love <fx@gnu.org>
6103
6104 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
6105 null markers.
6106 (compile-goto-error): Likewise.
6107
6108 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
6109
6110 * time-stamp.el (time-stamp-format): Format doc tighter.
6111 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
6112 (time-stamp): Don't re-write the time stamp if it didn't change.
6113
6114 1999-02-05 Alex Schroeder <asc@bsiag.com>
6115
6116 * progmodes/sql.el: Changed version to 1.2.1.
6117 (sql-pop-to-buffer-after-send-region): Improved documentation.
6118 (sql-mysql-program): Added MySQL support.
6119 (sql-prompt-length): Made prompt-length configurable.
6120 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
6121 (sql-help): Added MySQL support, changed documentation.
6122 (sql-send-region): A message is displayed if something is sent.
6123 (sql-mode): Added buffer-local comment-start.
6124 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
6125 (sql-interactive-mode): Added buffer-local comment-start.
6126 (sql-oracle): Set sql-prompt-length.
6127 (sql-sybase): Set sql-prompt-length.
6128 (sql-mysql): Added MySQL support.
6129 (sql-ingres): Set sql-prompt-length.
6130 (sql-ms): Set sql-prompt-length.
6131 (sql-postgres): Set sql-prompt-length.
6132
6133 1999-02-04 Eli Zaretskii <eliz@gnu.org>
6134
6135 * term/internal.el (dos-codepage-setup): Set selection coding
6136 system to cpNNN-dos.
6137
6138 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6139
6140 * international/characters.el: Let ethiopic use iso-2022-7bit.
6141
6142 1999-02-02 Dave Love <fx@gnu.org>
6143
6144 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
6145 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
6146
6147 1999-02-02 Karl Heuer <kwzh@gnu.org>
6148
6149 * terminal.el (terminal-emulator): Doc fix.
6150
6151 1999-02-02 Ken'ichi Handa <handa@gnu.org>
6152
6153 * international/mule-util.el (compose-chars): Doc-string
6154 modified. Correctly handle a composition character in ARGS.
6155
6156 1999-02-01 Richard Stallman <rms@gnu.org>
6157
6158 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
6159 (makefile-menu-index-function): Function deleted.
6160 (makefile-mode): Use makefile-imenu-generic-expression.
6161
6162 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
6163
6164 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
6165 change, invoke from before-init-hook.
6166
6167 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
6168
6169 * subr.el (remove-from-invisibility-spec): Cope with the case when
6170 buffer-invisibility-spec is t.
6171
6172 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
6173
6174 * calendar/calendar.el (calendar-mode-map): Fix bindings for
6175 appt-add and appt-delete.
6176
6177 1999-02-01 Eli Zaretskii <eliz@gnu.org>
6178
6179 * term/pc-win.el (msdos-approximate-color): New function.
6180 (msdos-color-translate): Call it to find a DOS color that best
6181 approximates an X-style "#NNNNNN" color specification.
6182
6183 1999-02-01 Ken'ichi Handa <handa@gnu.org>
6184
6185 * international/mule-util.el (compose-chars-component): Add
6186 autoload cookie.
6187
6188 1999-01-31 Ken'ichi Handa <handa@gnu.org>
6189
6190 * international/quail.el (quail-lookup-key): If cdr of MAP is a
6191 function, replace cdr of MAP by the return value of the function
6192 unconditionally.
6193
6194 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6195
6196 * progmodes/compile.el (compilation-next-error-locus): Don't
6197 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
6198
6199 1999-01-31 Eli Zaretskii <eliz@gnu.org>
6200
6201 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
6202 and NLs before "charset", and allow the charset name be in double
6203 quotes.
6204
6205 1999-01-31 Richard Stallman <rms@gnu.org>
6206
6207 * imenu.el (imenu-sort-function): Fix custom type.
6208
6209 1999-01-30 Richard Stallman <rms@gnu.org>
6210
6211 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
6212 (speedbar-line-token): Likewise.
6213
6214 * play/gametree.el (gametree-default-score): Use defcustom.
6215 (gametree-score-regexp, gametree-score-closer): Likewise.
6216 (gametree-score-manual-flag, gametree-score-opener): Likewise.
6217
6218 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6219
6220 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
6221 decoding.
6222
6223 1999-01-29 Markus Rost <rost@gnu.org>
6224
6225 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
6226 tex-validate-buffer.
6227 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
6228 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
6229 now with recent occur-mode.
6230 (tex-validate-region): Really walk through all Sexps.
6231 (tex-region): Bind shell-dirtrack-verbose.
6232 (tex-file, tex-bibtex-file): Likewise.
6233
6234 1999-01-29 Dave Love <fx@gnu.org>
6235
6236 * finder.el: (finder-commentary): Fix interactive spec. Try
6237 appending .el to file name.
6238 (finder-find-library, finder-commentary): Doc fixes.
6239
6240 1999-01-29 Andrew Innes <andrewi@gnu.org>
6241
6242 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
6243 where the userid contains directory separators.
6244
6245 1999-01-29 Dave Love <fx@gnu.org>
6246
6247 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
6248 (lm-commentary): Doc fix.
6249
6250 1999-01-29 Andreas Schwab <schwab@gnu.org>
6251
6252 * files.el (file-expand-wildcards): Never consider `.' and `..' a
6253 wildcard match. Fix regexp that tests if dirpart contains
6254 wildcard characters.
6255
6256 1999-01-28 Richard Stallman <rms@gnu.org>
6257
6258 * font-lock.el (font-lock-default-unfontify-region):
6259 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
6260
6261 1999-01-27 Jason Rumney <jasonr@altavista.net>
6262
6263 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
6264 from FAMILY field.
6265 (w32-create-initial-fontsets): Do not use before-init-hook.
6266 (mouse-set-font): Document. Automatically create and use fontsets.
6267
6268 * dos-w32.el (direct-print-region-helper): Check for printer
6269 being t as well as a string.
6270
6271 1999-01-27 Kenichi Handa <handa@etl.go.jp>
6272
6273 * mail/rmail.el (rmail-decode-mime-charset): New variable.
6274 (rmail-mime-charset-pattern): New variable.
6275 (rmail-convert-to-babyl-format): Decode by MIME-charset if
6276 rmail-decode-mime-charset is non-nil.
6277
6278 1999-01-27 Ken'ichi Handa <handa@gnu.org>
6279
6280 * international/characters.el: Set category `q' for all characters
6281 in tibetan and tibetan-1-column.
6282
6283 1999-01-27 Andrew Innes <andrewi@gnu.org>
6284
6285 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
6286 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
6287
6288 1999-01-27 Dave Love <fx@gnu.org>
6289
6290 * international/mule-cmds.el (current-language-environment):
6291 Provide :link, :type (choices) and appropriate :get.
6292
6293 1999-01-27 Eli Zaretskii <eliz@gnu.org>
6294
6295 * startup.el (command-line): Set default eol-mnemonic-* strings to
6296 display end-of-line format in mode line.
6297
6298 * cus-start.el (all): Add eol-mnemonic-* variables.
6299
6300 1999-01-26 Dave Love <fx@gnu.org>
6301
6302 * startup.el (command-line-1): Up-date copyright.
6303
6304 * paths.el (Info-default-directory-list): Use configdir twice.
6305
6306 * info.el (Info-directory-list): Don't set path-separator now
6307 we're not shipped with Texinfo. Simplify path definition.
6308 Substitute all occurrences of instdir in Info-default-directory-list.
6309
6310 1999-01-25 Richard Stallman <rms@gnu.org>
6311
6312 * startup.el (normal-top-level-add-subdirs-to-load-path):
6313 Record the inode numbers of the dirs processed, to avoid loop.
6314
6315 * textmodes/tex-mode.el (tex-run-command): Doc fix.
6316
6317 1999-01-25 Dave Love <fx@gnu.org>
6318
6319 * browse-url.el (browse-url-netscape-program): Doc addition.
6320
6321 * help.el (help-make-xrefs): Default info references to an `(emacs)'
6322 prefix.
6323
6324 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
6325 auto-mode-alist.
6326
6327 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6328
6329 * calendar/diary-lib.el (mark-diary-entries): Use
6330 assoc-ignore-case and do not capitalize when matching month and
6331 day names.
6332
6333 * calendar/calendar.el (calendar-read-date): Ditto.
6334
6335 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
6336 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
6337
6338 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
6339
6340 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
6341
6342 * calendar/cal-islam.el (calendar-goto-islamic-date)
6343 (mark-islamic-diary-entries): Ditto.
6344
6345 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
6346
6347 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
6348 (calendar-read-mayan-tzolkin-date): Ditto.
6349
6350 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
6351
6352 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
6353
6354 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
6355
6356 1999-01-25 Karl Heuer <kwzh@gnu.org>
6357
6358 * faces.el (list-faces-display): Multiline case of previous fix.
6359
6360 1999-01-25 Andreas Schwab <schwab@gnu.org>
6361
6362 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
6363
6364 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
6365
6366 * files.el (find-file): If find-file-noselect returns a list,
6367 do switch-to-buffer on each element.
6368 (find-file-other-window): Likewise for all but the first element.
6369 (find-file-other-frame): Same.
6370 (find-file-noselect): When we expand a wildcard, return a list
6371 of buffers.
6372
6373 1999-01-24 Eli Zaretskii <eliz@gnu.org>
6374
6375 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
6376 to set the appropriate cpNNN-dos coding system as the
6377 highest-priority coding system.
6378
6379 1999-01-23 Ken'ichi Handa <handa@gnu.org>
6380
6381 * international/fontset.el (generate-fontset-menu): Return a
6382 sorted list by plain names of fontsets.
6383
6384 * international/mule-diag.el (list-fontsets): Sort fontsets by
6385 plain names.
6386
6387 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
6388 FIRST is a composite character, decompose it at first.
6389
6390 1999-01-23 Dave Love <fx@gnu.org>
6391
6392 * format.el: Doc fixes.
6393 (format-encode-run-method): Have things happen in the right buffer.
6394 Deal with errors from method. Set coding-system-for-write.
6395 (format-decode-run-method): Have things happen in the right buffer.
6396 Deal with errors from method. Set coding-system-for-read.
6397 (format-alist): Use nil instead of unmatchable regexps.
6398
6399 * simple.el (shell-command-on-region): Return command's exit status.
6400
6401 1999-01-23 Eric Ludlam <zappo@gnu.org>
6402
6403 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
6404 of the file whose info we want to display.
6405 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
6406 (speedbar-add-mode-functions-list) Improve doc.
6407 (speedbar-line-token) New function.
6408 (speedbar-dired) Fix order of directories in -shown-directories.
6409 (speedbar-line-path): Default return is default-directory
6410 (speedbar-buffers-line-path): Return is dir name only.
6411 (speedbar-mode-functions-list): New variable.
6412 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
6413 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
6414 speedbar-files-item-info speedbar-buffers-item-info): New functions.
6415 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
6416 New functions.
6417 (speedbar-line-file): Broke out part that fetches file from a line.
6418 (speedbar-line-text): New function extracted from speedbar-line-file.
6419 (speedbar-line-path): Converted into a replaceable function.
6420 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
6421
6422 1999-01-23 Ken'ichi Handa <handa@gnu.org>
6423
6424 * international/fontset.el (create-fontset-from-x-resource): Make
6425 style variants.
6426
6427 1999-01-22 Dave Love <fx@gnu.org>
6428
6429 * paths.el (Info-default-directory-list): Put sysdir after start.
6430
6431 1999-01-22 Sam Steingold <sds@goems.com>
6432
6433 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
6434 a process associated with it.
6435
6436 1999-01-22 Jason Rumney <jasonr@altavista.net>
6437
6438 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
6439
6440 1999-01-22 Felix Lee <flee@cygnus.com>
6441
6442 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
6443 major-mode.
6444 (vc-annotate-mode): Delete variable.
6445
6446 1999-01-22 Andrew Innes <andrewi@gnu.org>
6447
6448 * startup.el (command-line): [windows-nt]: Check for existence of
6449 .emacs file so as to notice .emacs.el or .emacs.elc and use them
6450 in preference to _emacs.
6451
6452 1999-01-22 Dave Love <fx@gnu.org>
6453
6454 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
6455
6456 1999-01-20 Richard Stallman <rms@gnu.org>
6457
6458 * files.el (find-file-noselect): Do wildcard processing only
6459 if new arg WILDCARDS is non-nil.
6460 (find-file, find-file-other-window): New arg WILDCARDS.
6461 Default it to non-nil if interactive.
6462 (find-file-other-frame): Likewise.
6463 (find-file-read-only): Likewise.
6464 (find-file-read-only-other-window): Likewise.
6465 (find-file-read-only-other-frame): Likewise.
6466
6467 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
6468 (widget-plist-convert-option): Delete spurious comma.
6469
6470 1999-01-19 Jason Rumney <jasonr@altavista.net>
6471
6472 * term/w32-win.el (w32-standard-fontspec-spec): Change
6473 iso8859-5 to koi8-r. Add iso8859-9.
6474
6475 1999-01-19 Dave Love <fx@gnu.org>
6476
6477 * browse-url.el (browse-url-maybe-new-window): Delete macro and
6478 its uses.
6479
6480 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
6481 is active.
6482 (fortran-indent-subprogram): Likewise.
6483
6484 1999-01-19 Dave Love <d.love@dl.ac.uk>
6485
6486 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
6487
6488 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6489
6490 * wid-edit.el (alist): Use sexp as default key-type.
6491
6492 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6493
6494 * textmodes/tex-mode.el (tex-define-common-keys):
6495 Remove key binding of tex-feed-input.
6496 (tex-mode-map): Bind tex-feed-input here.
6497 (tex-start-shell): Use compilation-shell-minor-mode. Set
6498 comint-input-filter-functions before running tex-shell-hook.
6499 (tex-start-tex): Forget compilation errors.
6500 (tex-compilation-parse-errors): Rewritten to work also with
6501 compile-mouse-goto-error and compile-goto-error. Adjusted to
6502 change in tex-region.
6503 (tex-region): For the temp file use file-name without directory.
6504 (tex-file): Expand file name of tex-print-file.
6505
6506 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6507
6508 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
6509
6510 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
6511
6512 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
6513 beginning could cause Emacs to hang. Fixed.
6514
6515 1999-01-18 Ken'ichi Handa <handa@gnu.org>
6516
6517 * international/ccl.el (ccl-compile-translate-character): Handle
6518 the case that a tranlation table is CCL register correctly.
6519
6520 * international/mule-cmds.el (select-safe-coding-system):
6521 Hightlight at most 256 characters.
6522
6523 1999-01-18 Dave Love <fx@gnu.org>
6524
6525 * startup.el (command-line): If the init file changes operation to
6526 unibyte, make all buffers unibyte and re-set language environment.
6527
6528 * disp-table.el (standard-display-european): Make all existing
6529 buffers unibyte. Fix doc.
6530
6531 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
6532
6533 * wid-edit.el (coding-system): Define this unconditionally.
6534
6535 * simple.el (shell-command-on-region-default-error-buffer): New var.
6536 (shell-command-on-region): Use that variable as interactive
6537 value of ERROR-BUFFER argument.
6538
6539 1999-01-17 Sam Steingold <sds@goems.com>
6540
6541 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
6542
6543 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6544
6545 * progmodes/compile.el (compilation-goto-locus): If already in the
6546 compilation buffer's window, keep it in that window.
6547 (compile-mouse-goto-error): Add Doc. Don't play with windows.
6548 (compile-goto-error): Don't play with windows.
6549
6550 * textmodes/tex-mode.el (latex-run-command): Doc fix.
6551 (tex-command): Doc fix.
6552 (tex-compilation-parse-errors): Doc fix.
6553 (tex-generate-zap-file-name): Don't start the name with -.
6554 (tex-expand-files): Works now also with strings ending with ":".
6555
6556 1999-01-17 Ian T Zimmerman <itz@transbay.net>
6557
6558 Patch failed to install:
6559 * gametree.el: Document scoring functionality.
6560 (gametree-score-regexp): Add optional plus sign.
6561 (gametree-score-opener): Replace `:' with `=' as the former
6562 conflicts with gametree-half-ply-regexp.
6563 (gametree-transpose-following-leaves): Add.
6564 (gametree-insert-new-leaf): Make modifying commands barf in read
6565 only buffers.
6566 (gametree-break-line-here): Add a call to
6567 `gametree-transpose-following-leaves'. This maintains the
6568 necessary invariant that on each level all leaf children precede
6569 all nonleaf children. This has always been implied, but left to
6570 the user, and, unfortunately, undocumented.
6571
6572 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
6573
6574 * wid-edit.el (plist, alist): New widget types.
6575
6576 1999-01-17 Dave Love <fx@gnu.org>
6577
6578 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
6579 fix scope of condition-case therein.
6580
6581 1999-01-17 Andrew Innes <andrewi@gnu.org>
6582
6583 * dos-w32.el: (find-buffer-file-type-coding-system): Use
6584 default-buffer-file-coding-system when file doesn't exist (and
6585 isn't covered by a special case) instead of forcing undecided-dos
6586 against the user's wishes.
6587
6588 * dos-w32.el (direct-print-region-helper): New function based on
6589 direct-print-region-function; sends data to specified printer port
6590 without further translation. Recognize and handle specially the
6591 standard `print' and `nprint' programs, as well as `lpr' and
6592 similar programs. Only write directly to the printer port if no
6593 print program is specified. Work around a bug in Windows 9x
6594 affecting Win32 version of Emacs by invoking command.com to write
6595 to the printer port instead of writing directly.
6596 (direct-print-region-function): Use direct-print-region-helper to
6597 do most of the work.
6598 (direct-ps-print-region-function): New function; analogue of
6599 direct-print-region-function for ps-print.
6600 (ps-lpr-command): Comment out setq; leave as example usage.
6601 (ps-lpr-switches): Ditto.
6602
6603 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
6604 and MS-Windows.
6605 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
6606 DOS and Windows platforms, to indicate direct printing. Update
6607 the docstring accordingly.
6608
6609 * ps-print.el: (ps-printer-name): Update docstring about usage on
6610 MS-DOS and MS-Windows.
6611 (ps-lpr-command): Update docstring as for lpr-command.
6612 (ps-print-region-function): New variable.
6613 (ps-do-despool): Use it.
6614 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
6615 DOS/Windows.
6616
6617 * subr.el (subst-char-in-string): New function.
6618
6619 1999-01-17 Eli Zaretskii <eliz@gnu.org>
6620
6621 * international/codepage.el (cp852-decode-table): Fill a nil entry.
6622
6623 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
6624 (bdf-find-font-info): New function, looks for the first readable
6625 file from a list of alternatives.
6626 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
6627 instead of bdf-get-font-info.
6628 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
6629 to ps-mule-generate-bitmap-glyph.
6630
6631 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
6632 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
6633 now be a list of alternative names.
6634 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
6635 (ps-mule-prepare-font): Likewise.
6636
6637 * international/codepage.el (cp855-decode-table,
6638 cp850-decode-table): Fill some nil entries.
6639
6640 1999-01-16 Dave Love <fx@gnu.org>
6641
6642 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
6643 last change.
6644
6645 1999-01-15 Dave Love <fx@gnu.org>
6646
6647 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
6648 and change regexp for command names.
6649 (help-xref-go-back, function-called-at-point, symbol-file)
6650 (where-is): Doc fixes.
6651 (help-xref-go-back): Remove interactive spec.
6652 (describe-function-1): Fix message for alias. Buttomize alias
6653 name.
6654
6655 * simple.el (join-line): New alias.
6656
6657 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
6658
6659 * forms.el: (forms--show-record): Convert integers to string
6660 expicitly since concat will no longer accept integers.
6661 (forms-print): Use local `total-nb-records' since
6662 `forms--total-records' will be inaccessible after buffer switching.
6663
6664 1998-01-14 Felix Lee <flee@cygnus.com>
6665
6666 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
6667
6668 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
6669
6670 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
6671
6672 1999-01-14 Eli Zaretskii <eliz@gnu.org>
6673
6674 * international/codepage.el (cp850-decode-table): Fix previous change.
6675
6676 1999-01-14 Simon Marshall <simon@gnu.org>
6677
6678 * shell.el (shell-dirtrack-verbose): New custom variable.
6679 (shell-dirstack-message): Use it.
6680
6681 1999-01-14 Kenichi Handa <handa@etl.go.jp>
6682
6683 * international/mule-conf.el: Coding system alias `dos' for
6684 `undecided-dos', `mac' for `undecided-mac'.
6685
6686 * international/mule-cmds.el (describe-language-environment):
6687 Don't alter input-method-alist.
6688
6689 1999-01-13 Eli Zaretskii <eliz@gnu.org>
6690
6691 * international/codepage.el (cp850-decode-table): Replace nil
6692 entries with codes of similary looking glyphs. (Suggested by
6693 Jason Rumney <jasonr@altavista.net>.)
6694
6695 1999-01-13 Dave Love <fx@gnu.org>
6696
6697 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
6698
6699 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
6700
6701 1999-01-12 Karl Heuer <kwzh@gnu.org>
6702
6703 * files.el (auto-save-hook): Defvar this.
6704
6705 1999-01-12 Alex Schroeder <asc@bsiag.com>
6706
6707 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
6708 faces, eliminating the need to load font-lock before loading sql.
6709 (sql-mode-oracle-font-lock-keywords): Likewise.
6710 (sql-mode-postgres-font-lock-keywords): Likewise.
6711
6712 1999-01-11 Dave Love <fx@gnu.org>
6713
6714 * cus-start.el: Add inhibit-eol-conversion.
6715
6716 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
6717 the values round.
6718
6719 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
6720
6721 * help.el (help-mode-finish): Renamed from help-mode-maybe.
6722 Don't switch to Help mode here.
6723 (temp-buffer-setup-hook): Use help-mode-finish.
6724 (help-mode-setup): New function.
6725 (temp-buffer-setup-hook): Use help-mode-setup.
6726
6727 * progmodes/sql.el: New file.
6728
6729 * files.el (auto-mode-alist): Add sql-mode.
6730
6731 * faces.el (list-faces-display): Improve the formatting
6732 by computing the maximum length required for any face-name.
6733
6734 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6735
6736 * progmodes/compile.el (compilation-shell-minor-mode): New function.
6737
6738 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
6739
6740 * term.el (term_send_home): Change the string to
6741 be the same as the one emitted by xterm and consistent with the
6742 ones emitted by prior and next.
6743 (term_send_end): Likewise.
6744
6745 1999-01-10 Dave Love <fx@gnu.org>
6746
6747 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
6748 bindings.
6749
6750 1999-01-10 Eli Zaretskii <eliz@gnu.org>
6751
6752 * international/codepage.el (codepage-setup): Doc fix.
6753 (cp-decoding-vector-for-codepage): Likewise.
6754
6755 1999-01-10 Markus Rost <rost@gnu.org>
6756
6757 * cus-edit.el (custom-save-delete): First scan the custom-file.
6758
6759 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
6760
6761 * international/iso-transl.el: Define a "function name" for
6762 each translation that isn't ASCII. Use these function names
6763 in iso-transl-char-map.
6764
6765 1999-01-08 Kenichi Handa <handa@etl.go.jp>
6766
6767 * international/mule-util.el (decompose-region): Do decomposition
6768 on temporary unibyte buffer.
6769
6770 * international/mule.el (make-char): Doc-string modified.
6771
6772 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
6773
6774 * simple.el (comment-region): Delete spaces only if we
6775 deleted a comment starter.
6776
6777 1999-01-07 Dave Love <fx@gnu.org>
6778
6779 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
6780
6781 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
6782 like eval-defun does.
6783
6784 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
6785
6786 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
6787 constructions. Doc fixes.
6788 (generic-create-generic-function): Use defalias, not fset.
6789
6790 * find-func.el: More doc fixes.
6791
6792 1999-01-06 Stephen Eglen <stephen@gnu.org>
6793
6794 * files.el (save-buffers-kill-emacs): Show the list of current
6795 processes before prompting to kill them and exit.
6796
6797 1999-01-06 Dave Love <fx@gnu.org>
6798
6799 * emacs-lisp/find-func.el: Doc fixes.
6800 (find-function-regexp): Extend for define-generic-mode,
6801 define-derived-mode, easy-mmode-define-minor-mode.
6802
6803 1999-01-06 Dave Love <fx@gnu.org>
6804
6805 * progmodes/fortran.el (fortran-window-create): Account for scroll
6806 bar width.
6807
6808 * browse-url.el: Require (noerror) w3-auto when compiling.
6809 (browse-url-maybe-new-window): Make it a macro and revert last
6810 change to callers.
6811 (browse-url-w3): Require w3 for w3-fetch-other-window.
6812
6813 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6814
6815 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
6816 argument.
6817
6818 1999-01-06 Simon Marshall <simon@gnu.org>
6819
6820 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
6821
6822 * font-lock.el (font-lock-default-fontify-buffer): When using
6823 with-temp-message, use nil rather than current-message.
6824
6825 * lazy-lock.el (lazy-lock-unstall):
6826 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
6827 rather than current-message.
6828
6829 * fast-lock.el (fast-lock-save-cache-1):
6830 (fast-lock-cache-data): When using with-temp-message, use nil rather
6831 than current-message.
6832
6833 1999-01-06 Eli Zaretskii <eliz@gnu.org>
6834
6835 * international/codepage.el (cp-coding-system-for-codepage-1): Add
6836 the valid-codes property.
6837
6838 * international/mule-cmds.el (prefer-coding-system): Call
6839 set-coding-priority, so that the internal array of priorities is
6840 also updated.
6841
6842 * international/mule-util.el:
6843 (coding-system-change-eol-conversion,
6844 coding-system-change-text-conversion): Don't define here.
6845
6846 * international/mule-cmds.el: Define them here. Remove the
6847 autoload cookies.
6848
6849 1999-01-06 Andreas Schwab <schwab@gnu.org>
6850
6851 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
6852 if it was enabled before.
6853
6854 * view.el (View-revert-buffer-scroll-page-forward): Bind
6855 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
6856
6857 * files.el (recover-session): Preserve point when inserting
6858 explanation.
6859
6860 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
6861
6862 * cus-edit.el (custom-save-delete): Don't delete whitespace
6863 and comments before the sexp that is replaced.
6864
6865 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6866
6867 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
6868
6869 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
6870
6871 * vc.el (vc-dired-hook): Use the original value of
6872 dired-move-to-filename-regexp on lines that have not been
6873 reformatted yet.
6874 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
6875 file lines have already been reformatted.
6876
6877 1999-01-05 Dave Love <fx@gnu.org>
6878
6879 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
6880 buffer-local.
6881
6882 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
6883
6884 * progmodes/f90.el: Change of regular expressions for type to
6885 correct highlighting and identation. Some small fixes for
6886 compatibility with XEmacs.
6887
6888 1999-01-05 Stephen Eglen <stephen@gnu.org>
6889
6890 * mspools.el (mspools-vm-system-mail): Provide an alternative
6891 value based on rmail-spool-directory if $MAIL is not defined.
6892
6893 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
6894
6895 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
6896 (reftex-section-info): Handle negative section levels.
6897 (reftex-view-crossref-extra): New option.
6898 (reftex-view-crossref): Generalized to work in more places.
6899 (reftex-find-citation-regexp-format, reftex-find-reference-format,
6900 reftex-macros-with-labels, reftex-global-search-marker): New variables.
6901 (reftex-view-cite-locations-from-bibtex): New command.
6902 (reftex-view-regexp-match, reftex-global-search,
6903 reftex-global-search-continue): New functions.
6904 (reftex-extract-bib-entries): No error for non-existing BibTeX
6905 file, just a message.
6906 (reftex-extract-bib-entries): Better error handling.
6907 (reftex-select-with-char): Use `*RefTeX Select*' for selection
6908 help and force it on current frame.
6909 (reftex-default-bibliography): New function.
6910 (reftex-access-parse-file): Check consistency after loading a
6911 parse file. When inconsistent, enfore rescan.
6912 (reftex-check-parse-consistency): New function.
6913 (easy-menu-define): Options section drastically shortened.
6914
6915 1999-01-05 Kenichi Handa <handa@etl.go.jp>
6916
6917 * language/thai-util.el (thai-compose-string): New function.
6918
6919 1999-01-04 Inge Frick <inge@nada.kth.se>
6920
6921 * easymenu.el (easy-menu-define): Doc fix.
6922 (easy-menu-create-menu): New keyword :included.
6923 (easy-menu-do-add-item): New keyword :included. SUFFIX may
6924 be an expression, not only a string. Simulate style `button'.
6925 Use easy-menu-define-key-intern instead of easy-menu-define-key.
6926 (easy-menu-define-key-intern): New function.
6927 (easy-menu-add-item): Understand value returned from
6928 easy-menu-item-present-p and easy-menu-remove-item.
6929 (easy-menu-return-item): New function.
6930 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
6931
6932 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
6933
6934 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
6935 Use rmail-output-read-rmail-file-name to read the file name.
6936 Always call rmail-output-to-rmail-file noninteractively.
6937 When count > 1, do the loop here.
6938 Handle rmail-delete-after-output here.
6939 (rmail-summary-output): Similar changes.
6940
6941 * mail/rmailout.el: Provide `rmailout'.
6942 (rmail-output-read-rmail-file-name): New function.
6943 (rmail-output-to-rmail-file): Use that.
6944 (rmail-output-read-file-name): New function.
6945 (rmail-output): Use that.
6946
6947 * files.el (find-file-noselect): Let /: suppress wildcard matching.
6948 Error if wildcard matches no files.
6949
6950 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
6951
6952 * menu-bar.el (clipboard-yank): Doc fix.
6953
6954 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
6955
6956 1998-12-31 Markus Rost <rost@delysid.gnu.org>
6957
6958 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
6959
6960 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
6961
6962 * rmail.el (rmail-encode-string): Make sure mask value is
6963 positive; (emacs-pid) returns a negative number on Windows 9x
6964 which causes odd behaviour.
6965
6966 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
6967
6968 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
6969 and about w32-* variables unless on Windows/NT.
6970
6971 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
6972
6973 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
6974 if buffer is modified; ask about all modified buffers.
6975
6976 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6977
6978 * simple.el (what-cursor-position): Fix previous change.
6979
6980 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
6981
6982 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
6983 from paragraph-start.
6984
6985 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
6986
6987 * international/mule-cmds.el (prefer-coding-system): If the
6988 argument requires specific EOL conversion type, make the default
6989 coding systems use that.
6990
6991 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
6992
6993 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
6994 Use shell-command-on-region.
6995 (m4-start-m4, m4-end-m4): Functions deleted.
6996
6997 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
6998
6999 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
7000
7001 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7002
7003 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
7004 to compose-mail in the correct places and as a list.
7005
7006 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
7007
7008 * page-ext.el: Added mouse-selection feature for pages directory buffer.
7009 (pages-directory-map): Bind mouse-2
7010 (pages-copy-header-and-position): Put text property.
7011 (pages-directory-goto-with-mouse): New function.
7012
7013 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
7014
7015 * international/codepage.el (cp-make-coding-systems-for-codepage):
7016 Doc fix.
7017 (cp-coding-system-for-codepage-1): Likewise.
7018
7019 1998-12-29 Kenichi Handa <handa@etl.go.jp>
7020
7021 * language/thai-util.el (thai-post-read-conversion): Handle Thai
7022 composition sequence correctly here instead of calling
7023 thai-compose-region.
7024
7025 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
7026 newline in multibyte buffer, if previous or next character is a
7027 composite char, check the first component of the composite char.
7028
7029 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
7030
7031 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
7032 and track-mouse.
7033
7034 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7035
7036 * mail/sendmail.el (mail-yank-original): Remove text properties
7037 after insertion.
7038 (mail-yank-region): Barf if no mark is set in the message
7039 being replied to.
7040
7041 * help.el (function-called-at-point): First look for function at point.
7042
7043 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
7044
7045 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
7046
7047 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7048
7049 * simple.el (what-cursor-position): Print character encoding also.
7050
7051 1998-12-26 Dave Love <fx@gnu.org>
7052
7053 * textmodes/flyspell.el: If local-maps work, don't put
7054 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
7055 in flyspell-mouse-map (only).
7056 (flyspell-use-local-map): New variable.
7057 Use a different mouse-2 binding in that case,
7058 and don't add to minor-mode-map-alist.
7059 (make-flyspell-overlay, flyspell-correct-word):
7060 Test flyspell-use-local-map.
7061
7062 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7063
7064 * files.el (file-expand-wildcards): Handle wildcards in directory name.
7065 Be careful about whether to return a relative file name,
7066 and if so, relative to what directory.
7067
7068 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
7069
7070 * emacs-lisp/easymenu.el (easy-menu-get-map):
7071 Change global map only if this menu exists in the global map already,
7072 and not in the local map.
7073 (easy-menu-do-add-item): Fix error message.
7074
7075 * foldout.el (foldout-inhibit-key-bindings):
7076 Avoid concatenating onto outline-minor-mode-prefix.
7077 Make a new keymap for that prefix, if it does not already have one.
7078
7079 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
7080
7081 * cperl-mode.el:
7082 Can use linear algorithm for indentation if Emacs supports it.
7083 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
7084 (cperl-after-block-p): Likewise.
7085 (cperl-after-block-and-statement-beg): Likewise.
7086 (cperl-after-block-p): After END/BEGIN we are a block.
7087 (cperl-after-expr-p): Skip labels when checking
7088 (cperl-indent-region): Make a marker for END - text added/removed.
7089 Disable hooks during the call (how to call them later?).
7090 Now indents 820-line-long function in 6.5 sec (including
7091 syntaxification) the first time (when buffer has few
7092 properties), 7.1 sec the second time.
7093 (cperl-indent-region): Do not indent whitespace lines
7094 (cperl-style-alist)
7095 Include `cperl-merge-trailing-else' where the value is clear.
7096 (cperl-styles-entries): Likewise.
7097 (cperl-problems): Improvements to docs.
7098 (cperl-tips): Likewise.
7099 (cperl-non-problems): Likewise.
7100 (cperl-mode): Make lazy syntaxification possible.
7101 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
7102 `font-lock-unfontify-region-function' was set to a wrong function.
7103
7104 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
7105 restart syntaxification. Changed so that -d ?foo? is a RE. Do
7106 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
7107 but 1<<6 was considered as HERE-doc.
7108 <file/glob> made into a string.
7109 Postpone addition of faces after syntactic step.
7110 Recognition of <FH> was wrong.
7111 Highlight `gem' in s///gem as a keyword. `qr' recognized.
7112 Knows that split// is null-RE.
7113 Highlights separators in 3-parts expressions as labels.
7114 <> was considered as a glob.
7115 Would err if the last line is `=head1'.
7116 $a-1 ? foo : bar; was a considered a regexp.
7117 `<< (' was considered a start of HERE-doc.
7118 mark qq[]-etc sections as syntax-type=string
7119 Was not processing sub protos after a comment ine.
7120 Was treating $a++ <= 5 as a glob.
7121 Tolerate unfinished REx at end-of-buffer.
7122 `unwind-protect' was left commented.
7123 / and ? after : start a REx.
7124
7125 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
7126 Better default, customizes to `message' too, off in text-mode.
7127
7128 (cperl-array-face): Renamed from `font-lock-emphasized-face',
7129 `defface'd.
7130 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
7131 `defface'd.
7132 (cperl-emacs-can-parse): New state variable.
7133 (cperl-indent-line): Corrected to use global state.
7134 (cperl-calculate-indent): Likewise.
7135 (cperl-fix-line-spacing): Likewise (not used yet).
7136 (cperl-calculate-indent): Did not consider `,' as
7137 continuation mark for statements.
7138 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
7139 Remove another parse-data optimization at toplevel: would
7140 indent correctly.
7141 Correct for labels when calculating indentation of continuations.
7142 Docstring updated.
7143 (cperl-choose-color): Converted to a function (to be
7144 compilable in text-mode).
7145 (cperl-dark-background): Disable without window-system.
7146 Do `defface' only if window-system.
7147 (cperl-fix-line-spacing): Sped up to bail out early.
7148 (x-color-defined-p): Was not compiling on XEmacs
7149 Was defmacro'ed with a tick. Remove another def.
7150 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
7151 (cperl-unwind-to-safe): New function.
7152 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
7153 (cperl-fontify-syntaxically): Unwinds start and end to go out of
7154 long strings (not very successful).
7155 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
7156 Highlight the starting // in s//foo/ as function-name.
7157 Emit a meaningful error instead of a cryptic one for an
7158 uncomplete REx near end-of-buffer.
7159
7160 (cperl-electric-keyword): `qr' recognized.
7161 (cperl-electric-else): Likewise
7162 (cperl-to-comment-or-eol): Likewise
7163 (cperl-make-regexp-x): Likewise
7164 (cperl-init-faces): Likewise, and `lock' (as overridable?).
7165 Corrected to use new macros;
7166 `if' for copying `reference-face' to `constant-face' was backward.
7167 remove init `font-lock-other-emphasized-face',
7168 `font-lock-emphasized-face', `font-lock-keyword-face'.
7169 Interpolate `cperl-invalid-face'.
7170 (cperl-make-regexp-x): Misprint in a message.
7171 (cperl-syntaxify-unwind): New configuration variable
7172 (cperl-fontify-m-as-s): New configuration variable
7173 (cperl-electric-pod): Check for after-expr was performed
7174 inside of POD too.
7175 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
7176 (cperl-clobber-mode-lists): New configuration variable.
7177 (cperl-not-bad-style-regexp): Updated.
7178 Init: `cperl-is-face' was busted.
7179 (cperl-make-face): New macros.
7180 (cperl-force-face): New macros.
7181 (font-lock-other-type-face): Done via `defface' too.
7182 (cperl-nonoverridable-face): New face. Renamed from
7183 `font-lock-other-type-face'.
7184 (cperl-init-faces-weak): Use `cperl-force-face'.
7185 (cperl-comment-indent): Commenting __END__ was not working.
7186 (cperl-indent-for-comment): Likewise.
7187 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
7188 When removing old TAGS info was not relativizing filename.
7189 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
7190 Another try to work around XEmacs problems. Better progress messages.
7191 (toplevel): Require custom unprotected => failure on 19.28.
7192 (cperl-xemacs-p): Defined when compile too
7193 (cperl-find-tags): Was writing line/pos in a wrong order,
7194 pos off by 1 and not at beg-of-line.
7195 (cperl-etags-snarf-tag): New macro
7196 (cperl-etags-goto-tag-location): New macro
7197 (cperl-version): New variable. New menu entry
7198 random docstrings: References to "future" 20.3 removed.
7199 Menu was described as `CPerl' instead of `Perl'
7200 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
7201 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
7202 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
7203 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
7204 `font-lock-reference-face', `font-lock-keyword-face'.
7205 Use `eval-after-load'.
7206 Remove not-CPerl-related faces.
7207 (cperl-tips-faces): New variable and an entry into Mini-docs.
7208 (cperl-indent-exp): Was not processing else-blocks.
7209 (cperl-get-state): NOP line removed.
7210 (cperl-ps-print): New function and menu entry.
7211 (cperl-ps-print-face-properties): New configuration variable.
7212 (cperl-invalid-face): New configuration variable.
7213 (perl-font-lock-keywords): Highlight trailing whitespace
7214 (cperl-contract-levels): Documentation corrected.
7215 (cperl-contract-level): Likewise.
7216 (cperl-ps-extend-face-list): New macro.
7217 (cperl-invalid-face): Change to ''underline.
7218
7219 1998-12-25 Markus Rost <rost@delysid.gnu.org>
7220
7221 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
7222 for read-file-name.
7223 (rmail-output-to-rmail-file): Likewise.
7224
7225 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
7226
7227 * emacs-lisp/easymenu.el (easy-menu-get-map):
7228 If MENU is nil, use global menu-bar map.
7229 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
7230 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
7231
7232 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7233
7234 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
7235
7236 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7237
7238 * ps-print.el (ps-print-version): New version number (4.1.3).
7239
7240 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
7241
7242 * international/mule-cmds.el: Use make-sparse-keymap instead of
7243 define-prefix-key when defining MULE menu items.
7244
7245 * info.el (Info-node-at-bob-matching): New function.
7246 (Info-find-node, Info-build-node-completions): Call it.
7247
7248 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
7249
7250 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
7251 when this is an autoloaded keymap.
7252
7253 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
7254
7255 * international/codepage.el (cp-coding-system-for-codepage-1):
7256 Create separate encoders and decoders, for DOS and Unix. Make the
7257 usual family of 3 coding systems, so that automatic detection of
7258 EOL type works.
7259 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
7260 Unix-specific symbols here, and don't call
7261 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
7262 Handa <handa@etl.go.jp>.)
7263
7264 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
7265
7266 * term/internal.el (IT-character-translations): New variable, an
7267 alist used to display characters for which there's no glyphs in
7268 the current codepage.
7269 (IT-display-table-setup): New function, sets up the DOS terminal
7270 for a given codepage.
7271 (dos-codepage-setup): New function, sets up the MULE environment
7272 for the current value of dos-codepage.
7273 (top-level if): In the multibyte mode, turn on
7274 unibyte-display-via-language-environment. In the unibyte mode,
7275 set up the special syntax tables to map lower- to upper case and
7276 back.
7277
7278 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
7279
7280 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
7281 (speedbar-frame-plist) Remove useless comments.
7282 (speedbar-frame-mode) Do not specify height if it is in the param list.
7283 Use default y position w/out changing it.
7284 If default x position is a list, keep, calculate the non-list X
7285 value when devining an initial position.
7286 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
7287 (speedbar-tag-group-name-minimum-length): New variable.
7288 (speedbar-frame-parameter): New compatibility function.
7289 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
7290 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
7291 groups to keep things in the right order, and to help with some
7292 naming conventions.
7293 (speedbar-create-tag-hierarchy): Enable buffer local version of
7294 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
7295 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
7296 the case, derive it from the cursor location in speedbar.
7297
7298 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
7299
7300 * international/mule-cmds.el (set-language-environment): On MS-DOS
7301 terminals, install DOS-specific nonascii-translation-table if the
7302 language info doesn't specify one. Pass the default eol-type to
7303 set-language-environment-coding-systems.
7304 (set-default-coding-systems): Copy the eol-type property for the
7305 new default values of {buffer-file,process}-coding-system from the
7306 old defaults.
7307 (set-language-environment-coding-systems): Accept an optional
7308 argument EOL-TYPE, and set the eol-type property of the default
7309 coding systems accordingly.
7310 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
7311 (set-keyboard-coding-system): Likewise.
7312 (set-default-coding-systems): Don't set
7313 default-terminal-coding-system on MS-DOS to anything but nil.
7314 (prefer-coding-system): Describe in the doc string that
7315 default-terminal-coding-system is not changed on MS-DOS.
7316 (set-language-environment): For MS-DOS, set standard syntax table
7317 and display table for all characters with code above 127.
7318 (standard-display-european-internal): For MS-DOS, pass all
7319 characters with code above 127 directly to the terminal, and don't
7320 remap characters 160 and 146 in the unibyte case.
7321
7322 * international/codepage.el: New file.
7323
7324 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7325
7326 * diary-lib.el (diary-float): Fix end-of-year error and typos in
7327 comments.
7328
7329 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
7330
7331 * map-ynp.el (map-y-or-n-p): Ignore input methods.
7332
7333 * subr.el (read-passwd): Likewise.
7334
7335 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
7336
7337 * info.el (Info-find-node): Add 1 to the position read from the
7338 tag table. Don't fail if the node delimiter ^_ is the first
7339 character in the file.
7340 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
7341 first character in the file.
7342 (Info-read-subfile): Likewise.
7343 (Info-select-node): Likewise.
7344 (Info-build-node-completions): Likewise.
7345
7346 1998-12-16 Richard Stallman <rms@gnu.org>
7347
7348 * term/x-win.el (x-cut-buffer-or-selection-value):
7349 If clipboard is enabled, try it before PRIMARY selection.
7350
7351 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
7352
7353 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
7354 insert c-cedilla and C-cedilla respectively, like in latin-1.
7355
7356 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
7357
7358 * language/hebrew.el: Don't use sublists in the flags argument
7359 passed to make-coding-system.
7360
7361 1998-12-15 Kenichi Handa <handa@etl.go.jp>
7362
7363 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
7364 list of character sets found by find-charset-region.
7365
7366 * ps-mule.el: Always require ps-print. Move some function
7367 definitions for Emacs 20.2 and the earlier to ps-print.el.
7368 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
7369
7370 * ps-print.el: Define several functions for Emacs 20.2 and the
7371 earlier version.
7372 (ps-printer-name): Check if printer-name is bound.
7373
7374 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7375
7376 * ps-mule.el: Programming uniformization and little code improvement.
7377 (ps-mule-prepare-font): Programming uniformization.
7378 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
7379 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
7380
7381 * ps-bdf.el: Programming uniformization and little code improvement.
7382 (bdf-search-and-read): New fun.
7383 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
7384 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
7385 (bdf-info-relative-compose, bdf-info-baseline-offset)
7386 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
7387 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
7388 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
7389 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
7390 improvement.
7391
7392 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7393
7394 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
7395 and mule related code extraction. Autoload ps-mule funs.
7396
7397 * ps-mule.el: Doc fix. Require ps-print only when compiled.
7398 (ps-mule-prologue-generated): New fun.
7399 (ps-mule-plot-string): Add autoload cookie.
7400 (ps-mule-begin-job): Call ps-mule-prologue-generated.
7401
7402 1998-12-15 Kenichi Handa <handa@etl.go.jp>
7403
7404 * ps-bdf.el: Require ps-mule instead of ps-print.
7405 (bdf-directory-list): Add autoload cookie.
7406
7407 * ps-mule.el: New file. Mule related code extracted from
7408 ps-print.el. Require ps-print, provide ps-mule.
7409 (ps-multibyte-buffer): Add autoload cookie.
7410 (ps-mule-prepare-ascii-font): New fun.
7411 (ps-mule-set-ascii-font): New fun.
7412 (ps-mule-skip-same-charset): Fun deleted.
7413 (ps-mule-plot-string): Set ps-mule-current-charset.
7414 (ps-mule-initialize): Add autload cookie. Don't set
7415 ps-mule-font-info-database here.
7416 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
7417 ps-mule-font-info-database and ps-control-or-escape-regexp.
7418 (ps-mule-begin-page): New fun.
7419
7420 * ps-print.el: Mule related code moved to ps-mule.el.
7421 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
7422 check ps-mule-charset-list.
7423 (ps-begin-page): Don't set ps-mule-current-charset, instead call
7424 ps-mule-begin-page.
7425 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
7426 (ps-plot-region): Don't set ps-mule-current-charset, instead call
7427 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
7428 instead skip same charsets by itself.
7429 (ps-generate): Call ps-mule-initialize of needs-begin-file is
7430 non-nil. Call ps-mule-begin-job.
7431
7432 1998-12-15 Kenichi Handa <handa@etl.go.jp>
7433
7434 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
7435 instead of bdf.
7436
7437 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
7438 (ps-mule-external-libraries): New element FEATURE.
7439 (ps-mule-init-external-library): Ajusted for the above change.
7440 (ps-mule-generate-font): Likewise.
7441 (ps-mule-generate-glyphs): Likewise.
7442 (ps-mule-prepare-font): Likewise.
7443 (ps-mule-initialize): Likewise.
7444 (ps-begin-file): Superfluous tailing parenthesis deleted.
7445
7446 1998-12-15 Kenichi Handa <handa@etl.go.jp>
7447
7448 * international/fontset.el (x-decompose-font-name): If PATTERN
7449 doesn't have any wild cards, return a vector made from a name that
7450 is found by x-resolve-font-name found. Comments added.
7451
7452 * international/mule-cmds.el (find-coding-systems-for-charsets):
7453 Handle the case of unknown charset.
7454 (find-multibyte-characters): If invalid multibyte characters are
7455 found, return the corresponding strings instead of character
7456 codes.
7457 (find-multibyte-characters): Adjusted for the above change.
7458 (select-safe-coding-system): For a unibyte buffer, always returns
7459 DEFAULT-CODING-SYSTEM.
7460 (get-charset-property): Fix previous change. Make it a function.
7461 (put-charset-property): Make it a function.
7462
7463 * international/mule.el (make-coding-system): Set mime-charset
7464 property of *-with-esc coding system to nil.
7465
7466 * international/quail.el (quail-point-in-conversion-region): New
7467 function.
7468 (quail-conversion-backward-delete-char): When a key sequence is
7469 being translated, call quail-delete-last-char.
7470
7471 * language/devan-util.el
7472 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
7473 handle devanagari-decomposition-rules.
7474
7475 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
7476
7477 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
7478 tex-start-options-string to empty string.
7479 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
7480
7481 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
7482
7483 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
7484 5xx responses are already handled properly).
7485
7486 1998-12-13 Richard Stallman <rms@gnu.org>
7487
7488 * progmodes/compile.el (compilation-error-regexp-alist): Insist
7489 on a non-digit in the file name.
7490
7491 * simple.el (comment-region): Handle comment-padding
7492 separately for insertion and for deletion, in the right way for each.
7493
7494 1998-12-13 Felix Lee <flee@cygnus.com>
7495
7496 * progmodes/compile.el (compilation-error-regexp-alist): Fix
7497 regexp to match "ChangeLog:1:1998-12-09 ..."
7498
7499 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
7500
7501 * cus-start.el (dos-unsupported-char-glyph): Add.
7502
7503 1998-12-11 Dave Love <fx@gnu.org>
7504
7505 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
7506 forward-sexp in condition-case.
7507
7508 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7509 Remove unnecessary test on `library' for explicit file name.
7510 Widen scope of save-match-data.
7511
7512 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
7513
7514 * international/mule.el (load-with-code-conversion): If the loaded
7515 file was inserted with no-conversion or raw-text coding system,
7516 make the buffer unibyte.
7517
7518 1998-12-09 Richard Stallman <rms@gnu.org>
7519
7520 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7521 Get rid of nested loops.
7522
7523 * mouse.el (mouse-drag-vertical-line):
7524 If WHICH-SIDE is not `right', then scroll bars are on the left.
7525
7526 * loadhist.el (load-history-loaded): defvar moved to help.el.
7527
7528 * help.el (symbol-file-load-history-loaded): Variable renamed,
7529 and defvar moved from loadhist.el.
7530 (symbol-file): Renamed from describe-function-find-file.
7531 Load fns-VERSION.el here.
7532 (describe-variable, describe-function-1): Use symbol-file.
7533
7534 * textmodes/tex-mode.el (tex-generate-zap-file-name):
7535 Don't start the name with #.
7536
7537 * ispell.el: Take out the eval-when's.
7538
7539 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
7540
7541 * dirtrack.el (dirtrack-directory-change-hook): New hook.
7542 (dirtrack): Run it. Make debug message more verbose.
7543
7544 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
7545
7546 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
7547 name of the abbrev table, and provide support for XEmacs.
7548 (octave-xemacs-p): New variable.
7549
7550 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7551
7552 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
7553 exit, when mail-interactive is nil.
7554
7555 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
7556
7557 * files.el (after-find-file): Message fix.
7558
7559 1998-12-09 Ken Stevens <stevens@kdstevens.com>
7560
7561 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
7562
7563 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
7564
7565 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
7566 filenames using backslashes.
7567
7568 1998-12-09 Dave Love <fx@gnu.org>
7569
7570 * browse-url.el (browse-url-mail): Call compose-mail-other-window
7571 with correct number of args.
7572 (browse-url-maybe-new-window): New arg. Callers changed.
7573
7574 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
7575 comment.
7576
7577 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
7578
7579 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
7580
7581 1998-12-08 Markus Rost <rost@delysid.gnu.org>
7582
7583 * vc.el (vc-rcs-release): Fix Type.
7584 (vc-sccs-release): Fix Type.
7585 (vc-cvs-release): Fix Type.
7586
7587 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
7588 arg work right.
7589
7590 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
7591 output of last undeleted message.
7592
7593 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
7594
7595 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
7596 (buffer-undo-list) [windows-nt]: Use different relative path.
7597
7598 1998-12-07 Simon Marshall <simon@gnu.org>
7599
7600 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
7601
7602 1998-12-05 Markus Rost <rost@delysid.gnu.org>
7603
7604 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
7605
7606 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
7607
7608 1998-12-04 Markus Rost <rost@delysid.gnu.org>
7609
7610 * info.el (Info-menu): Don't return error if point is between menu
7611 header and first menu item.
7612
7613 1998-12-04 Dave Love <fx@gnu.org>
7614
7615 * help.el (describe-function-1): Fix description for alias.
7616
7617 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
7618
7619 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
7620 specifications from summary line.
7621
7622 * rect.el (delete-whitespace-rectangle): Mark for autoload.
7623 (close-rectangle): Define alias only once in loaddefs.el.
7624
7625 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
7626
7627 * term/internal.el: Remove code which sets up a special syntax
7628 table for non-ASCII characters.
7629
7630 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
7631
7632 * dos-w32.el (direct-print-region-function): Try to ensure that
7633 printer-name is expanded to a file name on a local drive;
7634 sometimes printing a file loaded from a network volume fails.
7635 (direct-print-region-function): Add a function to
7636 write-region-annotate-functions to append a formfeed character to
7637 the region being printed, if the region doesn't end with a
7638 formfeed already. This avoids creating a second print job
7639 containing a blank page when print spooling is enabled on Windows.
7640
7641 1998-12-02 Dave Love <fx@gnu.org>
7642
7643 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
7644 `Info-goto-node'.
7645
7646 1998-12-02 Richard Stallman <rms@gnu.org>
7647
7648 * help.el (temp-buffer-resize-mode): Doc fix.
7649
7650 * cus-edit.el (custom-save-delete): Save point before
7651 reading a sexp, rather than backing up.
7652
7653 * international/iso-transl.el: Fix previous change.
7654
7655 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
7656
7657 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
7658 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
7659 Added defvars to suppress compilation warnings.
7660
7661 1998-11-30 Ken Stevens <k.stevens@ieee.org>
7662
7663 * ispell.el: Improved and fixed customize for variables:
7664 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
7665 ispell-dictionary-alist, ispell-skip-sgml.
7666 Improved and fixed comments in variables and messages for
7667 functions: ispell-help-in-bufferp, ispell-local-dictionary,
7668 ispell-menu-map, ispell-checking-message, ispell-parser,
7669 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
7670 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
7671 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
7672 ispell-message-text-end, ispell-add-per-file-word-list.
7673 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
7674 system is now required for all languages. Casechars improved for
7675 castellano, castellano8, and norsk dictionaries. Dictionary
7676 norsk7-tex added. Dictionary polish added.
7677 (ispell-dictionary-alist): Redefined at load-time to support
7678 dictionary changes.
7679 (ispell-menu-map): Redefined at load-time to support menu changes.
7680 (ispell-check-version): New alias for `check-ispell-version'.
7681 (ispell-parse-output): Fixed matching for ispell error messages.
7682 Correctly returns spelling suggestions in order generated by ispell
7683 process.
7684 (check-ispell-version): Ensure `case-fold-search' doesn't get
7685 redefined.
7686 (ispell-complete-word): Ensure `case-fold-search' doesn't get
7687 redefined. Fix bug that didn't respect case of word being completed.
7688 (ispell-init-process): Set process coding system to be compatible
7689 with emacs processes and the ispell process.
7690 (ispell-kill-ispell): Ensures ispell process has terminated before
7691 starting new process. This can otherwise confuse process filters
7692 and hang the ispell process.
7693 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
7694 skipping support for sgml.
7695 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
7696 which could cause `ispell-complete-word' to hang.
7697 (ispell-message): Improved message reference matching. Ensure
7698 `case-fold-search' doesn't get redefined.
7699 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
7700 get redefined. Fixed bug in returning to nroff mode from tex mode.
7701 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
7702 get redefined.
7703
7704 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7705
7706 * textmodes/flyspell.el (flyspell-check-word-p):
7707 Don't delay inside a kbd macro.
7708
7709 * subr.el (make-local-hook): Return the hook variable.
7710
7711 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
7712
7713 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
7714 Use a timer instead of post-command-hook.
7715 (hscroll-timer): New variable.
7716
7717 1998-11-30 Dave Love <fx@gnu.org>
7718
7719 * help.el (help-xref-button): Do nothing if text already has the
7720 help-xref property.
7721 (describe-variable): Revert previous change to hyperlink to source.
7722
7723 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
7724
7725 * bindings.el (features): Add `base64' to this list.
7726
7727 * loadhist.el (symbol-file): Doc fix.
7728
7729 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
7730
7731 * files.el (hack-one-local-variable): Cope with non-file buffers.
7732
7733 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
7734
7735 * help.el (describe-mode): Put major mode first.
7736
7737 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
7738 to support special-display and same-window features.
7739
7740 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
7741
7742 * simple.el (transpose-subr, transpose-subr-1): Rename variables
7743 bound in one function and used in the other.
7744 (transpose-subr-start1, transpose-subr-start2): Add defvars.
7745 (transpose-subr-end1, transpose-subr-end2): Add defvars.
7746
7747 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7748
7749 * autoinsert.el (auto-insert-alist): Use user-mail-address.
7750
7751 1998-11-26 Kenichi Handa <handa@etl.go.jp>
7752
7753 * international/ccl.el (ccl-dump-translate-character-const-tbl):
7754 Give format correct control string.
7755
7756 * international/mule.el (define-translation-table): Fix bug of
7757 setting incorrect translation-table-id. If the first element of
7758 ARGS is a translation table, just register it.
7759
7760 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
7761 property.
7762
7763 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
7764
7765 * thingatpt.el (thing-at-point-url-at-point): Don't use current
7766 syntax table to determine what is whitespace.
7767
7768 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
7769
7770 * frame.el (frame-parameter): Doc fix.
7771
7772 * textmodes/tex-mode.el (tex-feed-input): New function.
7773 (tex-define-common-keys): Add binding for C-c C-m.
7774
7775 1998-11-23 Dave Love <fx@gnu.org>
7776
7777 * progmodes/fortran.el: Various minor doc fixes.
7778 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
7779 (fortran-with-subprogram-narrowing): New macro.
7780 (fortran-check-for-matching-do): Use it.
7781 (fortran-end-do): Use fortran-check-end-prog-re.
7782 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
7783 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
7784
7785 1998-11-23 Simon Marshall <simon@gnu.org>
7786
7787 * font-lock.el (font-lock-defaults): Doc fix.
7788 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
7789 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
7790
7791 * lazy-lock.el (lazy-lock-unstall):
7792 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
7793
7794 * fast-lock.el (fast-lock-save-cache-1):
7795 (fast-lock-cache-data): Rewritten to use with-temp-message.
7796
7797 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
7798
7799 * mail/rmail.el (rmail-set-message-counters-counter): Detect
7800 messages that have been added with DOS line endings and convert
7801 the line endings for such messages.
7802
7803 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
7804
7805 * help.el: Add resizing of temporary buffers.
7806 (temp-buffer-resize-mode): New command and variable.
7807 (temp-buffer-max-height): New variable.
7808 (resize-temp-buffer-window): New function.
7809
7810 * window.el (window-buffer-height): New function, split from
7811 shrink-window-if-larger-than-buffer.
7812 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
7813
7814 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
7815
7816 * frame.el (initial-frame-alist): Add defcustom.
7817
7818 * shell.el (shell-prompt-pattern): Add defcustom.
7819
7820 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7821
7822 * message.el (message-ignored-supersedes-headers): Remove
7823 NNTP-Posting-Date.
7824
7825 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
7826
7827 * help.el (describe-mode): Don't avoid loop indirecting thru
7828 value of INDICATOR.
7829
7830 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
7831
7832 * help.el (describe-variable): Allow any variable with a defcustom,
7833 even if it is not a user variable.
7834
7835 * mail/rmail.el (mail-unsent-separator): Additional alternative.
7836
7837 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
7838
7839 * gnus/nntp.el (nntp-request-group): Allow for failures when
7840 requesting a new group.
7841
7842 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7843
7844 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
7845
7846 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7847
7848 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
7849
7850 1998-11-19 Simon Marshall <simon@gnu.org>
7851
7852 * subr.el (with-temp-message): New macro.
7853
7854 * emacs-lisp/lisp-mode.el (with-temp-message):
7855 Add lisp-indent-function property.
7856
7857 1998-11-18 Dave Love <fx@gnu.org>
7858
7859 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
7860
7861 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
7862
7863 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
7864 This is not obsolete.
7865
7866 1998-11-18 Kenichi Handa <handa@etl.go.jp>
7867
7868 * textmodes/picture.el: Make a new map by make-keymap.
7869 (picture-desired-column): New variable.
7870 (picture-update-desired-column): New function.
7871 (picture-beginning-of-line): Set picture-desired-column to 0.
7872 (picture-end-of-line): Set picture-desired-column to the current
7873 column.
7874 (picture-forward-column): Pay attention to multi-column character.
7875 (picture-backward-column): Likewise.
7876 (picture-move-down): Likewise.
7877 (picture-move-up): Likewise.
7878 (picture-movement-nw): With prefix arg, move twice columns.
7879 (picture-movement-ne): Likewise.
7880 (picture-movement-sw): Likewise.
7881 (picture-movement-se): Likewise.
7882 (picture-set-motion): Handle two-column movements.
7883 (picture-move): Call picture-move-down or picture-forward-column
7884 only when necessary.
7885 (picture-insert): Pay attention to picture-desired-column.
7886 (picture-self-insert): Likewise.
7887 (picture-clear-column): Pay attention to multi-column character.
7888 (picture-mode): Modify doc-string for two-column movement.
7889
7890 * rect.el (move-to-column-force): New function.
7891 (operate-on-rectangle): If coerce-tabs is non-nil, call
7892 move-to-column-force instead of move-to-column.
7893 (insert-rectangle): Call move-to-column-force instead of
7894 move-to-column.
7895 (open-rectangle-line): If begextra is not zero, call
7896 move-to-column-force.
7897
7898
7899 1998-11-16 Dave Love <fx@gnu.org>
7900
7901 * textmodes/sgml-mode.el Require skeleton when compiling.
7902 (sgml-font-lock-keywords-1): Accept single-letter tags.
7903 (v2): Defvar free variable.
7904
7905 1998-11-16 Sam Steingold <sds@goems.com>
7906
7907 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
7908 macro, not ELisp one.
7909
7910 1998-11-16 Kenichi Handa <handa@etl.go.jp>
7911
7912 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
7913 characters to symbol.
7914
7915 * language/japan-util.el (japanese-zenkaku-region): New optional
7916 arg KATAKANA-ONLY.
7917
7918 1998-11-16 Kenichi Handa <handa@etl.go.jp>
7919
7920 * international/mule.el
7921 (after-insert-file-set-buffer-file-coding-system): If the buffer
7922 is changed to unibyte, return inserted bytes.
7923
7924 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
7925 and link names if necessary.
7926 (tar-header-block-summarize): Handle the case that file or link
7927 names are multibyte.
7928 (tar-summarize-buffer): At first set the current buffer unibyte,
7929 then if there are multibyte file names, change it to multibyte.
7930 (tar-mode): Get char position from tar-header-offset.
7931 (tar-extract): Avoid multibyte<->unibyte conversion in
7932 insert-buffer-subsring by setting both buffers unibyte
7933 temporarily.
7934 (tar-copy): Set the buffer unibyte while doing a work. Write
7935 without code conversion.
7936 (tar-expunge): Set the buffer unibyte while doing a work.
7937 (tar-alter-one-field): Likewise.
7938 (tar-clear-modification-flags): Compare byte position with
7939 tar-header-offset.
7940 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
7941 insert-buffer-subsring by setting both buffers unibyte
7942 temporarily. Pay attention to multibyteness while updating the
7943 descriptor-line.
7944 (tar-mode-write-file): Write without code conversion.
7945
7946 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7947
7948 * nngateway.el: Require cl.
7949
7950 1998-11-15 Dave Love <fx@gnu.org>
7951
7952 * progmodes/fortran.el: Fix previous change:
7953 (fortran-end-prog-re1): Changed.
7954 (fortran-check-end-prog-re): New function.
7955 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
7956
7957 1998-11-13 Tom Breton <tob@world.std.com>
7958
7959 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
7960 GNU Emacs.
7961
7962 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
7963
7964 * textmodes/reftex.el: (reftex-finding-files): Group documentation
7965 fixed.
7966 (reftex-toc-toggle-file-boundary,
7967 reftex-toc-toggle-labels,
7968 reftex-toc-toggle-context,reftex-find-start-point): New functions.
7969 (reftex-toc-include-labels, reftex-toc-include-context,
7970 reftex-toc-include-file-boundaries,
7971 reftex-toc-keep-other-windows): New options.
7972 (reftex-use-text-after-label-as-context): Option removed.
7973 (reftex-extract-bib-entries): Protect use in non-latex
7974 buffers.
7975 (reftex-toc-visit-location): Renamed from
7976 `reftex-toc-visit-line'.
7977 (reftex-latin1-to-ascii): Works now with and without Mule.
7978 (reftex-truncate): Removed special stuff for Emacs 20.2.
7979 (reftex-get-offset): Made more general.
7980 (reftex-show-label-location): Renamed from
7981 `reftex-select-label-callback'.
7982 (reftex-pop-to-label): Function removed (using
7983 `reftex-show-label-location' instead.
7984 (reftex-insert-docstruct): Renamed from
7985 `reftex-make-and-insert-label-list'. Function args changed.
7986 (reftex-toc): Now uses `reftex-insert-docstruct' and
7987 `reftex-find-start-point'.
7988 (reftex-select-item): Use `reftex-find-start-point'.
7989 (reftex-toc-visit-line): Can display labels and file
7990 boundaries.
7991 (reftex-TeX-master-file): `(TeX-master-file)' protected.
7992
7993 1998-11-12 Sam Steingold <sds@goems.com>
7994
7995 * browse-url.el (browse-url): Handle the case when
7996 `browse-url-browser-function' is a lambda list.
7997
7998 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
7999
8000 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
8001 version string.
8002 * loadhist.el (symbol-file): Likewise
8003
8004 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
8005
8006 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
8007
8008 1998-11-11 Sam Steingold <sds@goems.com>
8009
8010 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
8011 `run-lisp' instead of signalling an error.
8012
8013 1998-11-11 Karl Heuer <kwzh@gnu.org>
8014
8015 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
8016
8017 1998-11-11 Richard Stallman <rms@gnu.org>
8018
8019 * vc-hooks.el (vc-toggle-read-only): Doc fix.
8020
8021 1998-11-11 Per Starback <starback@update.uu.se>
8022
8023 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
8024 renamed svenska8 to svenska, and fixed and extended CASECHARS
8025 for it.
8026
8027 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
8028
8029 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
8030 handling if setpagedevice is not available.
8031 (ps-begin-file): Fix typo.
8032
8033 1998-11-11 Kenichi Handa <handa@etl.go.jp>
8034
8035 * international/mule-util.el (compose-chars-component): Signal
8036 error if CH is a rule-based composition character.
8037 (compose-chars): Signal error if an already compsed character is
8038 going to be composed by rule-base.
8039
8040 * term/x-win.el: If a resolved ASCII font name doesn't conform to
8041 full XLFD, don't try to get information of WEIGHT and SLANT from
8042 that font name.
8043
8044 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
8045
8046 * dos-w32.el (set-default-process-coding-system): Use function on
8047 before-init-hook to set default-process-coding-system based on
8048 enable-multibyte-characters.
8049
8050 * term/w32-win.el ([language-change]): For now ignore
8051 keyboard language-change events.
8052
8053 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
8054
8055 * ediff-util.el (ediff-make-temp-file): Run the prefix through
8056 convert-standard-file-name, but leave the results of
8057 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
8058 characters if the original name already exists, or has a special
8059 handler.
8060
8061 1998-11-10 Karl Heuer <kwzh@gnu.org>
8062
8063 * international/iso-insert.el: Delete autoload cookies.
8064
8065 * international/iso-transl.el: Add autoload cookies.
8066
8067 1998-11-10 Richard Stallman <rms@gnu.org>
8068
8069 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
8070 (ispell-process-line): Don't treat multibyte
8071
8072 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
8073
8074 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
8075 setpagedevice to specify the page size if setpagedevice is
8076 available. This is necessary to select the correct paper tray on
8077 Level 2 printers with multiple paper sizes available.
8078
8079 (ps-begin-file): Cope with font names that contain spaces, and
8080 call BeginDoc in a BeginSetup/EndSetup block.
8081
8082 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
8083
8084 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
8085 convert-standard-filename.
8086
8087 * loadhist.el (symbol-file): Run fns-VERSION.el through
8088 convert-standard-filename.
8089
8090 1998-11-06 Richard Stallman <rms@gnu.org>
8091
8092 * textmodes/texinfmt.el (texinfo-format-scan):
8093 Detect the case of two @-commands in a row; process just the first.
8094 (texinfo-append-refill): If line has a @c, insert the @refill
8095 before it.
8096 (texinfo-format-refill): Return with point where the @refill was.
8097
8098 * files.el (hack-local-variables): Test local-enable-local-variables.
8099 (hack-local-variables-prop-line): Likewise.
8100 (set-auto-mode): Don't test local-enable-local-variables here.
8101 (enable-local-variables): Doc fix.
8102 (local-enable-local-variables): Doc fix.
8103 (normal-mode): Doc fix.
8104
8105 1998-11-06 Karl Heuer <kwzh@gnu.org>
8106
8107 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
8108
8109 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
8110
8111 * simple.el (line-number-mode): Doc fix.
8112
8113 1998-11-06 Kenichi Handa <handa@etl.go.jp>
8114
8115 * international/fontset.el (create-fontset-from-fontset-spec):
8116 Give correct arg to `error'.
8117
8118 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
8119
8120 * textmodes/sgml-mode.el (html-mode): Doc fix.
8121 (sgml-name-8bit-mode): Fix missing format character in message string.
8122
8123 1998-11-05 Karl Heuer <kwzh@gnu.org>
8124
8125 * mail/sendmail.el (sendmail-send-it): Check for failure.
8126
8127 1998-11-05 Richard Stallman <rms@gnu.org>
8128
8129 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
8130
8131 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
8132 (close-rectangle): Define as alias.
8133
8134 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
8135
8136 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
8137
8138 1998-11-05 Dave Love <fx@gnu.org>
8139
8140 * help.el (describe-variable): Don't quote link to source.
8141
8142 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
8143
8144 * gud.el (gud-common-init): Use pop-to-buffer.
8145 (same-window-regexps): Add an element that matches all gud buffers.
8146
8147 1998-11-04 Jason Rumney <jasonr@altavista.net>
8148
8149 * term/w32-win.el (x-get-selection-value): Alias to
8150 x-cut-buffer-or-selection-value.
8151 (w32-standard-fontset-spec): New variable.
8152 (w32-create-initial-fontsets, mouse-set-font): Check whether
8153 new-fontset is available.
8154 (w32-use-w32-font-dialog): Enable use of set-variable.
8155
8156 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8157
8158 * vc.el (with-vc-file, edit-vc-file): New macros.
8159
8160 1998-11-04 Kenichi Handa <handa@etl.go.jp>
8161
8162 * international/quail.el (quail-show-guidance-buf): Call
8163 set-minibuffer-window to set minibuffer window of the current
8164 frame correctly.
8165
8166 1998-11-03 Theodore Jump <tjump@tertius.com>
8167
8168 * term/w32-win.el: Require fontset.
8169
8170 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
8171
8172 * faces.el (set-face-font): Call resolve-fontset-name on w32.
8173 (set-face-font-auto): Ditto.
8174
8175 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
8176
8177 * mouse.el (mouse-drag-region): Fix typo.
8178
8179 1998-11-02 Dave Love <fx@gnu.org>
8180
8181 * progmodes/fortran.el Fix for fontification of strings lost somehow:
8182 (fortran-fontify-string): New function.
8183 (fortran-font-lock-keywords-1): Use it.
8184
8185 1998-11-02 Markus Rost <rost@delysid.gnu.org>
8186
8187 * comint.el (comint-file-name-quote-list): Doc fix.
8188
8189 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
8190
8191 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
8192 build directory, not source directory.
8193
8194 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
8195 if we did not get one for the final move.
8196
8197 1998-11-01 Dave Love <fx@gnu.org>
8198
8199 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
8200 Don't funcall browse-url-browser-function.
8201
8202 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
8203 Don't funcall browse-url-browser-function.
8204
8205 * fortran.el (fortran-end-prog-re1): Fix the regexp.
8206
8207 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
8208
8209 * files.el (revert-buffer): Doc fix.
8210
8211 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
8212
8213 * textmodes/tex-mode.el (tex-start-options-string):
8214 Quote the backslashes with more backslashes.
8215
8216 1998-10-31 Dave Love <fx@gnu.org>
8217
8218 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
8219 (webjump): Don't funcall browse-url-browser-function.
8220
8221 1998-10-30 Kenichi Handa <handa@etl.go.jp>
8222
8223 * international/quail.el (quail-start-translation): Handle
8224 switching of the frame in read-key-sequence.
8225 (quail-start-conversion): Likewise.
8226 (quail-show-guidance-buf): Detach quail-guidance-buf from any
8227 windows before setting an appropriate window for it.
8228 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
8229 quail-guidance-win to nil.
8230 (quail-update-guidance): If quail-guidance-buf is not in the
8231 selected frame, call quail-show-guidance-buf again.
8232
8233 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
8234
8235 * progmodes/pascal.el (pascal-mode):
8236 `blink-matching-paren-dont-ignore-comments' set to t.
8237
8238 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8239
8240 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
8241
8242 1998-10-30 Dave Love <fx@gnu.org>
8243
8244 * vc.el (vc-backend-merge-news): Check for "P" output.
8245
8246 * help.el (describe-variable): Hyperlink the definition.
8247
8248 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
8249
8250 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
8251 (sh-set-shell): Likewise.
8252
8253 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
8254
8255 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
8256 (edebug-on-error): Fix customize type to match that of
8257 debug-on-error.
8258
8259 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
8260
8261 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
8262 report-emacs-bug-address instead of undefined bug-gnu-emacs.
8263
8264 * international/mule-cmds.el (select-message-coding-system): Doc
8265 fix.
8266
8267 * international/mule-diag.el (describe-coding-system): Describe
8268 all flags.
8269
8270 * mail/sendmail.el (sendmail-coding-system,
8271 default-sendmail-coding-system): Doc fix.
8272
8273 * simple.el (shell-command-on-region): Doc fix.
8274
8275 * loadup.el: Write fns-*.el in current directory instead of
8276 data-directory since no installation directory exists yet. Mark
8277 buffer unmodified afterwards.
8278
8279 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
8280 instead of data-directory since it is architecture dependent.
8281 (load-history-loaded): Update doc string.
8282
8283 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
8284
8285 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
8286 path as a default directory when canonicalizing names.
8287
8288 * w32-fns.el: Remove a dangling reference to a directory on the
8289 build machine.
8290
8291 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
8292
8293 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
8294 namespace related keywords such as `class', `body', `private',
8295 `variable', `namespace eval', etc.
8296 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
8297 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
8298 imenu and font-lock so that searches for \sw would find words
8299 containing colons.
8300
8301 * progmodes/etags.el (initialize-new-tags-table):
8302 Do not alter find-tag-marker-ring and tags-location-ring.
8303
8304 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
8305
8306 * term/w32-win.el: Require fontset.
8307 (w32-init-fontsets): New function (code from x-win.el).
8308
8309 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8310
8311 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
8312 calendar-and-diary-frame-parameters): Add title parameter.
8313
8314 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
8315
8316 * completion.el (dynamic-completion-mode): New function to enable
8317 the mode. (Just loading the file now does not change anything.)
8318
8319 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8320
8321 * ps-print.el: User option for multibyte buffer handling and doc fix.
8322 (ps-multibyte-buffer): New user option.
8323 (ps-setup): Print new user option.
8324 (ps-print-quote): New fun.
8325 (ps-color-p, ps-mule-font-info-database-latin): New var.
8326 (ps-default-color, ps-mule-font-info-database)
8327 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
8328 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
8329 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
8330 Little code improvement.
8331 (ps-mule-initialize): Initialize ps-mule-font-info-database.
8332 (ps-print-prologue-header, ps-font-family, ps-font-size)
8333 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
8334 (ps-build-face-reference, ps-mule-font-info-database-bdf)
8335 (ps-mule-external-libraries, ps-mule-init-external-library)
8336 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
8337 Doc fix.
8338 (ps-print-version): New version number (4.1.1) and doc fix.
8339 (ps-print-prologue-header): New user option.
8340 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
8341 Conditional compilation for GNU Emacs and emacsens.
8342 (ps-generate-postscript-with-faces): Skip invisible text better.
8343 (ps-setup): Print new user option.
8344 (ps-print-preprint): Check if input file name exists and is unwritable.
8345 (ps-begin-file): Adjust PostScript prologue header for duplex printers
8346 and insert user PostScript prologue header comments.
8347 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
8348 New funs.
8349 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
8350 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
8351 PostScript programming normalization.
8352 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
8353 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
8354 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
8355 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
8356 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
8357 Programming style normalization.
8358
8359 1998-10-26 Kenichi Handa <handa@etl.go.jp>
8360
8361 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
8362 version, check the value of mule-version.
8363
8364 * international/mule-util.el (compose-region): Insert then delete
8365 to preserve markers.
8366 (decompose-region): Use search-forward for efficiency.
8367
8368 * language/chinese.el (pre-write-encode-hz): Cancel previous
8369 change, use generate-new-buffer instead of get-buffer-create.
8370 * language/devan-util.el
8371 (in-is13194-devanagari-pre-write-conversion): Likewise.
8372 * language/thai-util.el (thai-pre-write-conversion): Likewise.
8373 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
8374 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
8375
8376 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
8377
8378 * mail/rmailsum.el (rmail-message-subject-p):
8379 Handle message whose header has not been reformatted.
8380
8381 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
8382
8383 1998-10-25 Jason Rumney <jasonr@altavista.net>
8384
8385 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
8386 New variables.
8387 (mouse-set-font): Use font menus instead of dialog according to
8388 w32-use-w32-font-dialog.
8389
8390 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8391
8392 * calendar/calendar.el (calendar-day-name-array): Add doc string
8393 correctly!
8394 (calendar-month-name-array): Add doc string correctly!
8395
8396 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
8397
8398 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
8399
8400 1998-10-21 Markus Rost <rost@delysid.gnu.org>
8401
8402 * lisp/info.el (Info-next-menu-item): Stay on top of node.
8403
8404 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
8405
8406 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
8407
8408 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
8409
8410 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
8411
8412 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
8413
8414 1998-10-21 Karl Heuer <kwzh@gnu.org>
8415
8416 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
8417 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
8418 (profile-filter, profile-reset-timer): Functions deleted.
8419 (profile-check-zero-init-times, profile-get-time): Likewise.
8420 (profile-find-function, profile-quit): Likewise.
8421 (profile-distinct, profile-call-stack, profile-last-time): New vars.
8422 (profile-time-list, profile-init-list): Doc fix.
8423 (profile-functions): Simplify.
8424 (profile-print): Use float. Make output include space separators.
8425 (profile-add-time): New helper function.
8426 (profile-function-prolog): Renamed from profile-start-function.
8427 Handle profile-distinct.
8428 (profile-function-epilog): Renamed from profile-update-function.
8429 Handle profile-distinct.
8430 (profile-a-function): If the function to be profiled is an
8431 autoload form, load it. If it's lazy-loaded, fetch it.
8432 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
8433 (profile-restore-fun): Arg FUN is now a function symbol, as was
8434 documented, rather than a one-element list.
8435 (profile-finish): Call profile-restore-fun properly.
8436
8437 1998-10-21 Kenichi Handa <handa@etl.go.jp>
8438
8439 * international/characters.el: Setup charset property
8440 nospace-between-words.
8441
8442 * international/mule-cmds.el (get-charset-property): If CHARSET is
8443 composition, return nil.
8444 (put-charset-property): If CHARSET is composition, do nothing.
8445
8446 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
8447 * language/devan-util.el
8448 (in-is13194-devanagari-pre-write-conversion): Likewise.
8449 * language/thai-util.el (thai-pre-write-conversion): Likewise.
8450 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
8451 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
8452
8453 * textmodes/fill.el (sentence-end-without-period): New variable.
8454 (canonically-space-region): Pay attention to
8455 sentence-end-without-period.
8456 (fill-find-break-point): The first argument CHARSET deleted.
8457 Caller changed.
8458 (fill-region-as-paragraph): Pay attention to charset property
8459 nospace-between-words and text property nospace-between-words.
8460
8461 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
8462
8463 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
8464 an unrecognized shell.
8465
8466 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
8467
8468 * desktop.el (desktop-save): Include minor modes symbolically.
8469 (desktop-create-buffer): Turn on all minor modes in `mim'.
8470
8471 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
8472
8473 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
8474 (sh-font-lock-keywords): Handle rpm and rpm2.
8475 (sh-ancestor-alist): Handle rpm.
8476
8477 * files.el (auto-mode-alist): Recognize .rpm files.
8478 Also .spec and .mspec files.
8479
8480 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
8481
8482 * faces.el (frame-set-background-mode): Enable the function for
8483 MSDOS frames.
8484
8485 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8486
8487 * calendar/calendar.el (calendar-day-name-array): Add doc string.
8488 (calendar-month-name-array): Add doc string.
8489
8490 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8491
8492 * simple.el (kill-ring-max): Increased to 60.
8493
8494 1998-10-17 Kenichi Handa <handa@etl.go.jp>
8495
8496 * international/characters.el: Setup auto-fill-chars.
8497
8498 * international/kinsoku.el (kinsoku): Check the variable
8499 enable-kinsoku.
8500
8501 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
8502 Don't call kinsoku directly, intead call fill-find-break-point.
8503
8504 * textmodes/fill.el: Setup `fill-find-break-point-function'
8505 property to character sets which require `kinsoku' processing for
8506 filling.
8507 (fill-find-break-point): New function.
8508 (fill-region-as-paragraph): Don't check kinsoku-enable here.
8509 Don't call kinsoku directly, intead call fill-find-break-point.
8510
8511 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
8512
8513 * faces.el (modify-face-read-string): Return (nil) for "none".
8514 (modify-face): Don't get error if (nil) is the argument.
8515 (face-try-color-list): Don't check whether nil is a valid color.
8516
8517 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
8518
8519 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8520 Print message about each directory, even in batch mode.
8521
8522 * gnus/nntp.el: Require `cl' before using nnoo-declare.
8523
8524 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
8525 (ps-mule-string-char): No need to use sref.
8526 (ps-mule-next-index): No need to use sref.
8527
8528 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
8529
8530 * files.el (revert-buffer-internal-hook): Add defvar.
8531
8532 * arc-mode.el (archive-mode): Locally set file-precious-flag.
8533
8534 * tar-mode.el (tar-mode): Locally set file-precious-flag.
8535
8536 1998-10-16 Markus Rost <rost@delysid.gnu.org>
8537
8538 * international/mule-cmds.el (default-input-method): Fix custom type.
8539
8540 * net-utils.el (whois-server-list): Fix customization type.
8541
8542 * shell.el (shell-input-autoexpand): Fix customization group.
8543
8544 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
8545
8546 * repeat.el (repeat): Handle keyboard macros properly.
8547 Handle new prefix arg after self-insert command.
8548
8549 * repeat.el: Don't include cl even at compile time.
8550 (repeat): Avoid using `loop'.
8551
8552 * simple.el (shell-command-on-region): Doc fix.
8553 (next-history-element): Special error message if no default.
8554
8555 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
8556
8557 * ps-print.el (ps-print-buffer): Doc fix.
8558 (ps-despool): Likewise.
8559
8560 * arc-mode.el (arc-mode): Provide arc-mode.
8561
8562 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
8563
8564 * ps-print.el (ps-print-buffer): Doc fix.
8565
8566 1998-10-14 Dave Love <fx@gnu.org>
8567
8568 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
8569 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
8570 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
8571
8572 * progmodes/fortran.el (fortran-mode-map): Change "Join
8573 Continuation Line" to "Join Line".
8574 (fortran-font-lock-keywords-1): Add "cycle", "exit".
8575
8576 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
8577
8578 * progmodes/fortran.el (fortran-join-line): Use
8579 `delete-indentation' instead of issuing an error message if not on
8580 a continuation line. Provide for joining several lines using
8581 prefix arg.
8582
8583 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
8584
8585 * term/pc-win.el (msdos-color-values): New variable.
8586 (x-color-values): New function, emulates its namesake from
8587 src/xfns.c.
8588 (msdos-bg-mode): Add all dark colors to those which return
8589 "dark".
8590
8591 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
8592
8593 * replace.el (keep-lines, flush-lines, how-many):
8594 Don't ignore case if arg has upper case letters.
8595
8596 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
8597
8598 * progmodes/vhdl-mode.el
8599 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
8600 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
8601 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
8602 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
8603 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
8604 (vhdl-when): Fix indentation problem.
8605 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
8606 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
8607 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
8608
8609 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
8610
8611 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
8612 (ls-lisp-insert-directory): Renamed from insert-directory.
8613 (insert-directory): New function.
8614
8615 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
8616
8617 * simple.el (completion-fixup-function): Variable deleted.
8618 (completion-setup-function): Delete code for completion-fixup-function.
8619 * emacs-lisp/lisp.el (lisp-complete-symbol):
8620 Don't bind completion-fixup-function.
8621
8622 * files.el (find-file-wildcards): New option.
8623 (find-file-noselect): Handle wild cards, if enabled.
8624 (file-expand-wildcards): New function.
8625
8626 * simple.el (set-fill-column): Doc fix.
8627
8628 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8629
8630 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
8631
8632 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
8633
8634 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
8635 Move declaration before first use.
8636 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
8637 hif-math, hif-factor): Rename token to hif-token and token-list to
8638 hif-token-list.
8639 (hif-token, hif-token-list): Declare them.
8640 (hif-find-ifdef-block): Return cons of top and bottom point
8641 instead of setting dynamically bound variables.
8642 (hide-ifdef-block, show-ifdef-block): Use return value of
8643 hif-find-ifdef-block.
8644
8645 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8646
8647 * subr.el (read-passwd): Use clear-this-command-keys.
8648
8649 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
8650
8651 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
8652 and ...-for-write.
8653
8654 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
8655
8656 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
8657 responses to GROUP command, since this may be called from a timer
8658 with quit inhibited.
8659
8660 1998-10-12 Kenichi Handa <handa@etl.go.jp>
8661
8662 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
8663 set unconditional-jump to nil.
8664 (ccl-compile-read-multibyte-character): Return nil.
8665 (ccl-compile-write-multibyte-character): Likewise.
8666 (ccl-compile-translate-character): Likewise
8667 (ccl-compile-map-multiple): Likewise.
8668 (ccl-compile-map-single): Likewise.
8669
8670 * international/kinsoku.el: Add coding tag.
8671 (kinsoku-bol): Remove superfluous TAB in a string.
8672
8673 * international/mule-cmds.el (find-coding-systems-for-charsets):
8674 Delete `composition' (if any) from CHARSETS.
8675
8676 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8677
8678 * international/mule-cmds.el (setup-specified-language-environment):
8679 Add apropos-inhibit property.
8680 (describe-specified-language-support): Likewise.
8681
8682 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
8683
8684 * international/mule.el (make-coding-system): Create -with-esc
8685 variant coding system.
8686
8687 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
8688
8689 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
8690 (next-file): Optionally offer to revert a file's buffer,
8691 if it has an existing buffer but the file has changed.
8692
8693 * info.el (Info-insert-dir): Detect and report problems
8694 in input files, such as "No Top node". Return with point
8695 at the beginning of the text.
8696 (Info-find-node): Reinsert the code to handle files
8697 with no tags table; it was deleted by mistake.
8698
8699 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
8700
8701 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
8702 texinfo-find-higher-level-node repeatedly find the same node.
8703 (texinfo-find-higher-level-node): Doc fix.
8704
8705 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
8706
8707 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
8708 (smtpmail-address-buffer): Add defvar.
8709 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
8710
8711 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
8712
8713 * ffap.el (ffap-machine-p-local): Fix editing error.
8714
8715 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
8716
8717 * faces.el (frame-set-background-mode):
8718 Don't do anythung for text-only or MSDOS frame.
8719
8720 1998-10-08 Kenichi Handa <handa@etl.go.jp>
8721
8722 * international/quail.el (quail-defrule): New optional arg APPEND.
8723 (quail-defrule-internal): Fix bug of handling the argument APPEND.
8724
8725 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
8726
8727 * gnus/pop3.el (pop3-open-server):
8728 Set process-coding-system-alist around open-network-stream.
8729
8730 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
8731
8732 * files.el (save-buffer): Doc fix.
8733
8734 1998-10-07 Karl Heuer <kwzh@gnu.org>
8735
8736 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
8737 return DEF unchanged, not nil. Simplify.
8738
8739 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
8740
8741 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
8742
8743 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
8744
8745 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
8746
8747 * net-utils.el (ftp, nslookup): Require comint.
8748 (network-service-connection): Likewise.
8749 (whois-server-name): Defaults to whois.arin.net
8750 (whois-server-list, whois-server-tld, whois-guess-server): New var.
8751 (whois): Tries to guess the appropriate top-level domain server.
8752 (whois-get-tld): New function.
8753
8754 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
8755 (dirtrack-debug-toggle): Added this function.
8756
8757 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8758
8759 * files.el (find-file-noselect): Switch to the correct buffer
8760 before checking find-file-literally, and allow non-nil non-t
8761 rawfile params.
8762
8763 1998-10-06 Karl Heuer <kwzh@gnu.org>
8764
8765 * midnight.el (clean-buffer-list): Add autoload cookie.
8766
8767 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
8768 no-autosave.
8769 * tar-mode.el (tar-mode-revert): Likewise.
8770 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
8771 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
8772 * gnus/message.el (message-auto-save-directory): Renamed from
8773 message-autosave-directory. All references changed.
8774
8775 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8776
8777 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
8778 string. Expose mime stuff while searching.
8779
8780 1998-10-06 Richard Stallman <rms@gnu.org>
8781
8782 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
8783
8784 * replace.el (perform-replace): Position point properly
8785 before and after the recursive edit of C-r.
8786
8787 * progmodes/etags.el (tags-reset-tags-tables): Properly
8788 find the markers in the old rings that are being discarded.
8789
8790 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8791
8792 * apropos.el (apropos-print): Control invalid characters.
8793
8794 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
8795 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
8796 confusing customize.
8797
8798 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
8799
8800 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
8801 built-in commands. Add more built-in commands and fix face names.
8802
8803 1998-10-05 Simon Marshall <simon@gnu.org>
8804
8805 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
8806
8807 1998-10-04 Eric Ludlam <zappo@gnu.org>
8808
8809 * speedbar.el (speedbar-initial-expansion-list-name): Remove
8810 customization since it is not useful in this case.
8811 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
8812 sure it gets evalled to a number. Also verify that set-frame-name
8813 fn exists before calling it.
8814
8815 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
8816 Protect a `forward-sexp' call which could fail, and improved regex
8817 for ie, and eg abbreviations.
8818
8819 1998-10-02 Noah Friedman <friedman@splode.com>
8820
8821 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
8822 send-string.
8823 (rlogin-send-Ctrl-D): Here also.
8824 (rlogin-send-Ctrl-Z): Here also.
8825 (rlogin-send-Ctrl-backslash): Here also.
8826
8827 1998-10-02 Dave Love <fx@gnu.org>
8828
8829 * outline.el (hide-region-body): Bind
8830 outline-view-change-hook to nil while making repeated calls to
8831 outline-flag-region. Run it once at the end.
8832 (hide-other, hide-sublevels, show-children): Likewise.
8833
8834 * info-look.el: Remove duplicate scheme-mode entry.
8835 (info-lookup-make-completions): When looking for entries, check
8836 that `item' isn't null or "Menu".
8837
8838 1998-10-01 Karl Heuer <kwzh@gnu.org>
8839
8840 * net-utils.el: Don't require ffap.
8841 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
8842 (ping, nslookup-host, finger, network-connection-to-service): Use them.
8843
8844 1998-09-30 Richard Stallman <rms@gnu.org>
8845
8846 * ispell.el (check-ispell-version): No need to bind default-major-mode.
8847
8848 * imenu.el (imenu--generic-function): Sort each submenu by position.
8849 (imenu--sort-by-position): New function.
8850
8851 * cus-edit.el (Custom-mode-menu): Fix info node name.
8852 (customize group): Fix info node name.
8853
8854 * mail/mailalias.el (build-mail-aliases): Don't allow
8855 a newline in the alias name. Don't define an alias
8856 if the definition would be empty.
8857
8858 * which-func.el (which-func-mode-global): Make :set function
8859 more reliable.
8860
8861 * custom.el (custom-set-variables): Load the requests first,
8862 then check the symbol's `set' function.
8863
8864 * ffap.el: Doc fixes.
8865
8866 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8867
8868 * gnus.el: (gnus-valid-select-methods): Fix type.
8869 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
8870 * gnus-score.el (gnus-orphan-score): Fix type.
8871 (gnus-score-default-header, gnus-score-default-type): Fix type.
8872 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
8873 (gnus-saved-headers): Fix type.
8874
8875 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
8876 Avoid nil value of `two-lines-citation-part'.
8877
8878 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
8879
8880 * which-func.el (which-function): Handle case when
8881 (car imenu--index-alist) is nil.
8882
8883 1998-09-29 Dave Love <fx@gnu.org>
8884
8885 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
8886 bzip2 args.
8887
8888 1998-09-29 Simon Marshall <simon@gnu.org>
8889
8890 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
8891 comint-exec-hook.
8892
8893 1998-09-29 Stephen Eglen <stephen@gnu.org>
8894
8895 * info-look.el: Add support for Octave.
8896
8897 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
8898
8899 * textmodes/reftex.el (reftex-finding-files): New customize group.
8900 (reftex-texpath-environment-variables,
8901 reftex-use-external-file-finders, reftex-external-file-finders,
8902 reftex-search-unrecursed-path-first): New options.
8903 (reftex-process-string, reftex-find-file-externally): New
8904 functions.
8905 (reftex-access-search-path): Execute shell commands to find the
8906 search path.
8907 (reftex-toggle-auto-view-crossref): When turning on, make sure
8908 `reftex-auto-view-crossref' becomes non-nil.
8909 (reftex-abbrev-regexp): Constant removed.
8910 (reftex-convert-string): Abbrev regexp calculated locally.
8911
8912 1998-09-28 Dave Love <fx@gnu.org>
8913
8914 * progmodes/fortran.el: Don't call regexp-opt when deriving
8915 font-lock patterns with keywords that aren't all literal.
8916
8917 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
8918
8919 * octave-inf.el (inferior-octave-prompt): Also match prompts of
8920 the form `octave.bin:1>' which come from using precopiled binary
8921 versions.
8922
8923 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
8924
8925 * help.el (help-for-help): Use %THIS-KEY%.
8926 (help-quit): Add doc.
8927
8928 * help-macro.el (make-help-screen): Keep HELP-TEXT
8929 in a separate function definition, not in the help command FNAME.
8930 Replace %THIS-KEY% with the key sequence that ran FNAME.
8931
8932 1998-09-25 Richard Stallman <rms@gnu.org>
8933
8934 * textmodes/texinfo.el (texinfo-show-structure):
8935 Bind inhibit-read-only.
8936
8937 * isearch.el (isearch-search-and-update): Properly
8938 handle upper case letters in the reverse-search special case.
8939
8940 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8941
8942 * gnus.el: Extend the list of autoloaded functions.
8943
8944 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
8945 buffer before creating help group. (from Gnus v5.6.43, fix by
8946 1998-08-20 Per Starback <starback@update.uu.se>)
8947
8948 * gnus-util.el (gnus-output-to-rmail): Adjust to
8949 `rmail-output-to-rmail-file'.
8950
8951 1998-09-25 Karl Heuer <kwzh@gnu.org>
8952
8953 * hexl.el (hexl-mode-map): More of previous change.
8954
8955 * textmodes/tex-mode.el (tex-run-command): Doc fix.
8956 (tex-start-tex): Don't use tex-start-options-string in star case.
8957 Quote file name in star case as well as in non-star.
8958 Add blank and quoting of option string here.
8959 (tex-start-options-string): Not here.
8960
8961 1998-09-23 Karl Heuer <kwzh@gnu.org>
8962
8963 * term.el (term-delimiter-argument-list): Doc fix.
8964 (term-emulate-terminal): Escape literal semicolon.
8965 * progmodes/asm-mode.el (asm-mode): Doc fix.
8966 (asm-comment-char): Escape literal semicolon.
8967 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
8968
8969 1998-09-23 Richard Stallman <rms@gnu.org>
8970
8971 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
8972 only those that normally modify the buffer.
8973
8974 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
8975 over again.
8976
8977 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
8978
8979 * ispell.el (check-ispell-version): Ensure same buffer is current
8980 when let-binding of case-fold-search ends.
8981
8982 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8983
8984 * ps-print.el: Skip invisible overlay.
8985 Test for set-buffer-multibyte rather than using mule-version.
8986 (ps-print-version): New version number (4.1) and doc fix.
8987 (ps-generate-postscript-with-faces): Skip invisible overlay.
8988
8989 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
8990
8991 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
8992
8993 1998-09-22 Kenichi Handa <handa@etl.go.jp>
8994
8995 * international/quail.el (quail-update-guidance): Check for the
8996 return value of (quail-guidance) fixed.
8997 (quail-update-translation): Bind quail-current-str locally when it
8998 calls quail-update-guidance.
8999 (quail-update-translation): If input-method-exit-on-first-char is
9000 non-nil, terminate translation only when the current input method
9001 is simple.
9002
9003 1998-09-22 Paul Eggert <eggert@twinsun.com>
9004
9005 * startup.el (locale-translation-file-name): Prefer X-related names
9006 to the name used by GNU/Linux sans X. Set to nil if no file found.
9007 (command-line): Use locale-translation-file-name if it is not nil,
9008 instead of testing for its existence again.
9009 regexp-quote the ctype before using it in a regexp.
9010 Allow a colon to appear after the ctype in the aliases file,
9011 as is done in X11R6.4.
9012
9013 1998-09-21 Richard Stallman <rms@gnu.org>
9014
9015 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
9016
9017 * calendar/appt.el (appt-interval): Variable deleted.
9018 (appt-check): For minutes in between appt-display-interval times,
9019 do check, but don't display anything except an updated mode line.
9020 Count against appt-display-interval based on minutes since
9021 first display of this appointment, not based on time of day.
9022 If appt-display-mode-line, force mode line redisplay
9023 whenever appt-mode-string has changed.
9024 (appt-add, appt-delete): Add autoload cookies.
9025 (appt-check): Catch errors from calling `diary'.
9026 (appt-max-time): Renamed from max-time.
9027 (appt-now-displayed, appt-display-count): New variables.
9028 (appt-timer): Don't create one if we already have one.
9029
9030 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9031 More general code to use the source buffer instead of the zap file.
9032
9033 * hilit-chg.el (highlight-compare-with-file): Renamed from
9034 compare-with-file.
9035
9036 * loadhist.el (load-history-loaded): New variable.
9037 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
9038
9039 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
9040
9041 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9042 Fix error messages.
9043
9044 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
9045
9046 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
9047 Emacs frame.
9048
9049 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9050
9051 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
9052 `undecided' and `undecided-unix'.
9053
9054 1998-09-21 Dave Love <fx@gnu.org>
9055
9056 * help.el (help-make-xrefs): Fix typo affecting Info references.
9057
9058 * subr.el (remove-hook): Check list values to avoid errors.
9059
9060 1998-09-18 Noah Friedman <friedman@splode.com>
9061
9062 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
9063 store string in eldoc-last-message without consing a new string.
9064 Rearrange logic from nested if's into cond's.
9065 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
9066 Do not print message; just return string.
9067 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
9068 Do not print message; just return string.
9069 Cache that string in eldoc-last-data.
9070 (eldoc-last-data): Make into a vector.
9071 (eldoc-get-fnsym-args-string): Use new data form of structure.
9072 (eldoc-get-var-docstring): Here also.
9073 (eldoc-last-data-store): New function.
9074 (eldoc-get-fnsym-args-string): Use it.
9075 (eldoc-get-var-docstring): Here also.
9076 (eldoc-docstring-first-line): Minimize interim string consing.
9077 Call substitute-command-keys on the result.
9078 (eldoc-print-var-docstrings, eldoc-print-docstring,
9079 eldoc-docstring-message): Functions removed.
9080 (eldoc-docstring-format-sym-doc): New function, functionality
9081 ripped out of eldoc-docstring-message.
9082 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
9083
9084 1998-09-18 Kenichi Handa <handa@etl.go.jp>
9085
9086 * international/mule.el (make-coding-system): Doc-string modified.
9087
9088 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
9089
9090 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
9091
9092 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
9093 customize type.
9094
9095 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
9096 type.
9097
9098 * progmodes/compile.el (compilation-error-screen-columns): New
9099 variable.
9100 (compilation-next-error-locus): Use it to decide whether to use
9101 forward-char or move-to-column.
9102
9103 * mail/rmail.el (rmail-movemail-program): Fix customize type.
9104
9105 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
9106 feedmail-fiddle-plex-user-list,
9107 feedmail-spray-address-fiddle-plex-list,
9108 feedmail-prompt-before-queue-user-alist,
9109 feedmail-prompt-before-queue-help-supplement,
9110 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
9111 feedmail-queue-alternative-mail-header-separator): Fix customize
9112 type.
9113
9114 * startup.el (site-run-file): Fix customize type.
9115
9116 * speedbar.el (speedbar-initial-expansion-list-name): Fix
9117 customize type.
9118
9119 * shell.el (shell-input-autoexpand): Fix customize type.
9120
9121 * ps-print.el (ps-font-info-database): Add missing dots in value.
9122 Improve layout of customize type.
9123
9124 * net-utils.el (traceroute-program-options, ping-program-options,
9125 ipconfig-program-options, netstat-program-options,
9126 arp-program-options, route-program-options,
9127 nslookup-program-options, ftp-program-options): Fix customize
9128 type.
9129
9130 * midnight.el (clean-buffer-list-kill-regexps,
9131 clean-buffer-list-kill-buffer-names,
9132 clean-buffer-list-kill-never-buffer-names,
9133 clean-buffer-list-kill-never-regexps): Fix customize type.
9134
9135 * man.el (Man-init-defvars): Avoid trailing nil on
9136 Man-filter-list.
9137
9138 * lpr.el (printer-name): Fix customize type.
9139
9140 1998-09-16 Kenichi Handa <handa@etl.go.jp>
9141
9142 * international/mule-cmds.el (reset-language-environment): Call
9143 update-coding-systems-internal.
9144
9145 * international/mule-conf.el: Call update-coding-systems-internal
9146 at the tail.
9147
9148 1998-09-14 Dave Love <fx@gnu.org>
9149
9150 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
9151 use the menu-enable properties, pending doing it correctly and
9152 acceptably fast.
9153
9154 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
9155
9156 1998-09-13 Dave Love <d.love@dl.ac.uk>
9157
9158 * progmodes/hideshow.el (hs-grok-mode-type): Check
9159 comment-{start,end} non-nil as well as bound. Report an error if
9160 we can't grok the mode.
9161
9162 1998-09-13 Richard Stallman <rms@gnu.org>
9163
9164 * simple.el (blink-matching-open): Don't log paren matching
9165 messages in *Messages*.
9166
9167 1998-09-12 Richard Stallman <rms@gnu.org>
9168
9169 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
9170 Set point-before-scroll at end even if there was an error.
9171
9172 * ange-ftp.el (ange-ftp-insert-file-contents):
9173 Use binary mode for dumb-unix hosts as for unix hosts.
9174 (ange-ftp-copy-file-internal): Likewise.
9175
9176 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
9177
9178 * emacs-lisp/pp.el: Doc fixes.
9179
9180 * wid-edit.el (widget-menu-max-shortcuts): New variable.
9181 (widget-choose): Don't use single-char shortcuts if # items
9182 exceeds that many. Use minibuffer instead.
9183
9184 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9185
9186 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
9187
9188 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
9189
9190 * speedbar.el (speedbar-frame-mode): Do not set frame position if
9191 in terminal mode.
9192
9193 1998-09-10 Noah Friedman <friedman@splode.com>
9194
9195 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
9196 defcustom declaration. It's wreaking too much havoc with XEmacs
9197 and older versions of Emacs, which share this code.
9198
9199 * type-break.el (type-break-mode): Here also.
9200
9201 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
9202 `t' to add-hook also to modify the new local value.
9203
9204 1998-09-10 Dave Love <fx@gnu.org>
9205
9206 * vc.el (vc-insert-headers): Doc fix.
9207
9208 1998-09-10 Richard Stallman <rms@gnu.org>
9209
9210 * textmodes/flyspell.el (flyspell-mode-on): Make the
9211 ispell-... variables permanent locals.
9212 (flyspell-mode-off): Add autoload cookie.
9213
9214 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
9215 do use binary mode, just as for `unix'.
9216 (ange-ftp-host-type): If HOST is nil, return `unix'.
9217
9218 * dired.el (dired-mark-files-containing-regexp):
9219 Don't scan directories. Ignore non-readable files.
9220
9221 * progmodes/compile.el (compilation-error-regexp-alist):
9222 Fix previous change: allow . and _ in command name.
9223
9224 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
9225
9226 * uncompress.el (uncompress-while-visiting):
9227 Use just the car of what find-operation-coding-system returns.
9228
9229 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
9230
9231 * shell.el (shell-file-name-quote-list): Add # to the value.
9232
9233 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
9234
9235 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
9236 to make killing of ispell process work even if
9237 kill-all-local-variables has been run.
9238
9239 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9240
9241 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
9242 loop when sexp entry ends at end of file with no newline.
9243
9244 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9245
9246 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
9247 (Custom-reset-standard): Fix menu inconsistency.
9248
9249 * mail/feedmail.el (feedmail-from-line): Allow t.
9250 (feedmail-message-id-suffix): Allow nil.
9251
9252 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
9253 Simplify. Make prefix arg work right.
9254
9255 1998-09-09 Dave Love <fx@gnu.org>
9256
9257 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
9258
9259 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
9260
9261 1998-09-08 Dave Love <fx@gnu.org>
9262
9263 * add-log.el (change-log-font-lock-keywords): Do parenthesized
9264 stuff only after file names or at start of line. Allow parens
9265 around e-mail, as well as angles.
9266
9267 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
9268 ignore-errors too, eval'd when compile. Require w3 stuff at load
9269 time for nicer failure if it's not available.
9270
9271 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
9272
9273 * comint.el (comint-arguments): Ignore backslashes when using
9274 w32 shells that expect backslashes as the directory separator.
9275
9276 1998-09-04 Kenichi Handa <handa@etl.go.jp>
9277
9278 * international/fontset.el (resolved-ascii-font): New variable.
9279 (x-complement-fontset-spec): By side effect, set
9280 `resolved-ascii-font' to the resolved name of ASCII font."
9281 (create-fontset-from-fontset-spec): Don't get a value for
9282 resolved-ascii-font from the list full-fontlist. It is set by
9283 x-complement-fontset-spec now.
9284
9285 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
9286 version, check the value of mule-version.
9287
9288 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
9289
9290 * textmodes/reftex.el (reftex-view-crossref): Split up into
9291 several functions. No longer moves to find a macro.
9292 (reftex-view-cr-cite, reftex-view-cr-ref,
9293 reftex-end-of-bib-entry): New functions.
9294 (reftex-auto-view-crossref): New value `window' allowed.
9295 (reftex-view-crossref-when-idle): Process new `window' option in
9296 (reftex-translate-to-ascii-function): New default.
9297 (reftex-label-illegal-re): Default changed, removed Latin1.
9298 (reftex-latin1-to-ascii): New function.
9299 (reftex-what-environment): Check for section regexp before use.
9300 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
9301 absolute path names.
9302 (reftex-TeX-master-file): Changed sequence of file checks.
9303 (reftex-do-citation): bibview cache only with RefTeX mode on.
9304
9305 1998-09-06 Richard Stallman <rms@gnu.org>
9306
9307 * progmodes/compile.el (compilation-error-regexp-alist):
9308 In first pattern (GNU utilities and other things),
9309 allow a space after the optional program name at the beginning.
9310
9311 * mail/mail-hist.el (mail-hist-current-header-contents):
9312 Fix previous change: use mail-header-end.
9313
9314 1998-09-06 Bill Richter <richter@math.nwu.edu>
9315
9316 * international/ccl.el: Doc fixes.
9317 * international/encoded-kb.el: Doc fixes.
9318 * international/fontset.el: Doc fixes.
9319 * international/kinsoku.el: Doc fixes.
9320 * international/kkc.el: Doc fixes.
9321 * international/mule-cmds.el: Doc fixes.
9322 * international/mule-conf.el: Doc fixes.
9323 * international/mule-util.el: Doc fixes.
9324 * international/mule.el: Doc fixes.
9325
9326 1998-09-05 Eric Ludlam <zappo@gnu.org>
9327
9328 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
9329 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
9330 (checkdoc-this-string-valid-engine): Permit ? as terminating
9331 punctuation for first line sentence breaking.
9332 (checkdoc-this-string-valid): When converting a comment into a doc
9333 string, make sure " chars are \".
9334 (checkdoc-sentencespace-region-engine): Only do double space check
9335 if based on the variable `sentence-end-double-space'
9336 (checkdoc-this-string-valid-engine): ? ends valid sentence.
9337 (checkdoc-proper-noun-region-engine): Exclude items in URLs
9338
9339 1998-09-04 Richard Stallman <rms@gnu.org>
9340
9341 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9342 Recognize define-skeleton as a function definer.
9343
9344 * cus-edit.el (customize-option): Refuse to customize
9345 a variable that has no defcustom. But if variable is autoloaded,
9346 first try to load the library that defines it.
9347
9348 * international/iso-insert.el: Use `string' before calling `insert'
9349 so that in multibyte buffers we insert multibyte chars.
9350
9351 * dired.el (dired-mark-files-containing-regexp):
9352 Don't use find-file; instead, insert the file in a temp buffer.
9353
9354 * textmodes/tex-mode.el (tex-start-options-string): New option.
9355 (tex-start-tex): Use that variable.
9356
9357 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
9358 value in the `repeat' alternative a list.
9359
9360 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
9361 the inserted newline, verify that one was really inserted.
9362
9363 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
9364 remains on or remains off.
9365 (flyspell-multi-language-p): Default changed to nil.
9366
9367 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
9368 In "found in comment" case, don't beginning-of-line after forward-line.
9369
9370 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9371 If the function definition is not a lambda, return original FORM
9372 with no error.
9373
9374 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
9375
9376 * net-utils.el (netstat-program-options): Changed from nil to "-a"
9377 so that by default netstat shows all network connections.
9378
9379 1998-09-04 Bob Weiner <weiner@altrasoft.com>
9380
9381 * international/quail.el: Doc fixes.
9382
9383 * info.el (info): Don't add parens if FILE already has them.
9384
9385 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
9386
9387 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
9388 on extension lines.
9389
9390 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
9391
9392 * w32-fns.el (w32-shell-dos-semantics): New function.
9393
9394 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
9395
9396 * international/quail.el (quail-choose-completion-string): Store
9397 completion `choice' in `quail-current-str'; don't insert it.
9398
9399 1998-09-02 Kenichi Handa <handa@etl.go.jp>
9400
9401 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
9402 argument to ps-mule-generate-bitmap-font.
9403
9404 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
9405 entry and change Latin-1 entry in the default value.
9406 (ps-mule-font-info-database-ps-bdf): New variable.
9407 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
9408 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
9409 registerd in FONT-SPEC.
9410 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
9411 charcter width of bitmap fonts.
9412 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
9413 procedure NF.
9414 (ps-begin-file): Output PostScript code for setting
9415 SpaceWidthRatio.
9416 (ps-plot-region): Use line-beginning-position to get a position of
9417 the beginning of the current line.
9418
9419 * international/mule-cmds.el (register-input-method): Doc-string
9420 modified.
9421
9422 1998-09-01 Dave Love <fx@gnu.org>
9423
9424 * international/mule-cmds.el (current-language-environment): Fix
9425 setter function.
9426
9427 1998-09-01 Simon Marshall <simon@gnu.org>
9428
9429 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
9430 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
9431 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
9432 names with font-lock-type-face. Fontify type specs, etc., with
9433 font-lock-keyword-face.
9434
9435 1998-08-31 Kenichi Handa <handa@etl.go.jp>
9436
9437 * international/fontset.el (x-complement-fontset-spec): If ASCII
9438 font is specified in FONTLIST, don't substitute it for the
9439 resolved name.
9440
9441 1998-08-31 Paul Eggert <eggert@twinsun.com>
9442
9443 * international/mule.el (charset-description): Doc fix.
9444
9445 * language/chinese.el, language/cyrillic.el, language/czech.el,
9446 language/devanagari.el, language/ethiopic.el,
9447 language/european.el, language/hebrew.el, language/indian.el,
9448 language/japanese.el, language/korean.el, language/lao.el,
9449 language/slovak.el, language/thai.el, language/tibetan.el,
9450 language/vietnamese.el:
9451 Add coding: local variable, to avoid bootstrapping problem
9452 if you need to recompile all the Lisp files using interpreted code.
9453
9454 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9455
9456 * cal-china.el (chinese-year-cache): Change range of years from
9457 1989-2000 to 1990-2010.
9458
9459 1998-08-29 Dave Love <d.love@dl.ac.uk>
9460
9461 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
9462 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
9463
9464 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9465
9466 * ps-print.el (ps-print-control-characters): Doc-string modified.
9467 (ps-output-string-prim): Comment format changed.
9468 (ps-do-despool): Indentation of source code changed.
9469
9470 1998-08-28 Kenichi Handa <handa@etl.go.jp>
9471
9472 * subr.el (sref): Make it an alias of aref. Make the
9473 byte-compiler warn that it is obsolete.
9474 (char-bytes): Make the byte-compiler warn that it is obsolete.
9475
9476 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
9477 Calculate the total bytes using position-bytes instead of
9478 char-bytes.
9479
9480 1998-08-27 Karl Heuer <kwzh@gnu.org>
9481
9482 * snmp-mode.el: New file.
9483 * files.el (auto-mode-alist): Add snmp-mode patterns.
9484
9485 1998-08-27 Karl Eichwalder <ke@suse.de>
9486
9487 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
9488
9489 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9490
9491 * calendar/diary-lib.el (diary-block): Doc fix..
9492 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
9493
9494 1998-08-27 Richard Stallman <rms@gnu.org>
9495
9496 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
9497 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
9498 Clear appt-mode-string if we don't put something in it.
9499
9500 1998-08-27 Dave Love <fx@gnu.org>
9501
9502 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
9503 dired-local-variables-file for dired-x.
9504
9505 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
9506 for compressed library files too.
9507
9508 1998-08-26 Kenichi Handa <handa@etl.go.jp>
9509
9510 * language/european.el ("Latin-1"): Modify `documentation' key value.
9511 ("Latin-2"): Likewise.
9512
9513 1998-08-26 Karl Heuer <kwzh@gnu.org>
9514
9515 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
9516
9517 1998-08-26 Albert L. Ting <alt@artisan.com>
9518
9519 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
9520 (mail-hist-current-header-contents): Use mail-text-start.
9521
9522 1998-08-26 Richard Stallman <rms@gnu.org>
9523
9524 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
9525 (customize-changed-options-previous-release): New variable.
9526 (customize-changed-options): Use that variable as default arg.
9527
9528 1998-08-26 Karl Eichwalder <ke@suse.de>
9529
9530 * midnight.el: Require `timer' not only when compiling.
9531
9532 1998-08-26 Per Starback <starback@update.uu.se>
9533
9534 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
9535 buffer before creating help group.
9536
9537 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9538
9539 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
9540 coding-system-for-write before saving.
9541
9542 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
9543
9544 * isearch.el (isearch-forward): Doc fix.
9545
9546 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
9547
9548 * emacs-lisp/find-func.el: Fix :version tags to have a string
9549 value, not a float.
9550
9551 * cus-dep.el: Fix typo in output.
9552
9553 1998-08-25 Dave Love <fx@gnu.org>
9554
9555 * repeat.el (repeat): Doc fix.
9556 [From rms:]
9557 (repeat-previous-repeated-command): New variable.
9558 (repeat): Check for real-last-command being null or repeat. Set
9559 repeat-previous-repeated-command.
9560
9561 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
9562
9563 1998-08-25 Kenichi Handa <handa@etl.go.jp>
9564
9565 * gnus/message.el (message-send-mail-with-sendmail): Bind
9566 coding-system-for-write by the return value of
9567 select-message-coding-system.
9568 (message-send-mail-with-qmail): Likewise.
9569
9570 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
9571
9572 * emacs-lisp/autoload.el: Fix doc-string-elt property on
9573 define-derived-mode.
9574
9575 * files.el (file-name-invalid-regexp):
9576 Fix regex for ms-dos without long file names.
9577
9578 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9579
9580 * ps-print.el: Multi-byte buffer handling.
9581 (ps-print-version): New version number (4.0) and doc fix.
9582 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
9583 compilation for GNU Emacs and emacsens.
9584 (ps-generate-postscript-with-faces): Force invisible text to be
9585 visible.
9586 (dos-ps-printer): New var to avoid compilation gripes.
9587
9588 1998-08-24 Kenichi Handa <handa@etl.go.jp>
9589
9590 * ps-print.el (ps-mule-plot-string): Pay attention to the case
9591 that no more characters can't be printed in the current line.
9592
9593 1998-08-24 Kenichi Handa <handa@etl.go.jp>
9594
9595 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
9596 greater than TO.
9597
9598 1998-08-24 Kenichi Handa <handa@etl.go.jp>
9599
9600 * ps-print.el: Add codes to make ps-print.el work also on Emacs
9601 20.2 and the earlier version.
9602 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
9603 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
9604 (ps-mule-find-wrappoint): Likewise.
9605 (ps-mule-generate-font): Change `X' to `x' in format
9606 control-string.
9607 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
9608 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
9609 `restore' form procedures `BC' and `EC'.
9610
9611 1998-08-24 Kenichi Handa <handa@etl.go.jp>
9612
9613 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
9614 is an executable procedure. Make LineThickness, Xshadow, and
9615 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
9616 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
9617 ps-mule-font-info-database-bdf): New vars.
9618 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
9619 (ccl-encode-ethio-unicode): New CCL program.
9620 (ps-mule-encode-ethiopic): New fun.
9621 (ps-mule-current-charset): New var.
9622 (ps-mule-get-font-spec, ps-mule-font-spec-src,
9623 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
9624 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
9625 (ps-mule-external-libraries): New var.
9626 (ps-mule-init-external-library): New fun.
9627 (ps-mule-font-cache): New var.
9628 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
9629 (ps-last-font): New var.
9630 (ps-mule-prepare-font): New fun.
9631 (ps-mule-charset-list): New var.
9632 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
9633 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
9634 ps-mule-plot-string): New funs.
9635 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
9636 New vars.
9637 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
9638 ps-mule-prepare-cmpchar-font): New funs.
9639 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
9640 vars.
9641 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
9642 ps-mule-generate-bitmap-glyph): New funs.
9643 (ps-mule-initialize, ps-mule-begin): New funs.
9644 (ps-output-string-prim): Insert string as unibyte.
9645 (ps-output-prologue): New fun.
9646 (ps-flush-output): Handle the case of 'prologue.
9647 (ps-begin-file): Call ps-mule-initialize.
9648 (ps-begin-job): Set ps-control-or-escape-regexp differently if
9649 printing multibyte characters.
9650 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
9651 (ps-basic-plot-string): Handle the case of printing ASCII
9652 characters by external libraries (e.g. BDF).
9653 (ps-set-font): Set ps-last-font.
9654 (ps-plot-region): Handle multibyte characters, use
9655 ps-mule-plot-string for them.
9656 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
9657
9658 * bdf.el: New file.
9659
9660 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
9661
9662 * international/mule-cmds.el (select-message-coding-system): New
9663 function.
9664 (set-language-environment-coding-systems): Set
9665 default-sendmail-coding-system.
9666
9667 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
9668 (default-sendmail-coding-system): New variable.
9669 (sendmail-send-it): Encode the message by a coding system
9670 select-message-coding-system returns.
9671
9672 1998-08-23 Eric Ludlam <zappo@gnu.org>
9673
9674 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
9675 (speedbar-mode): Set buffer to read only.
9676 (speedbar-temp-buffer-show-function): For emacs don't call hook
9677 with arguments.
9678 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
9679
9680 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
9681
9682 * speedbar.el (speedbar-key-map): Fix typo.
9683
9684 See ChangeLog.7 for earlier changes.