*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
5c922ea7
EZ
12000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * international/mule-cmds.el (set-language-environment): Don't
4 concat an integer (dos-codepage), use format instead.
5
820ad5e7
DL
62000-05-02 Dave Love <fx@gnu.org>
7
8 * help.el (help-xref-on-pp): Check for constant symbols.
9
57cb56f5
GM
102000-04-29 Gerd Moellmann <gerd@gnu.org>
11
12 * startup.el (normal-top-level): Put a condition-case around
13 the code loading subdirs.el.
14
152000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16
17 * ps-print.el: Upside-down and face background color printing,
18 line number step, doc fix.
19 (ps-print-version): New version number (5.2).
20 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
21 (ps-face-attribute-list, ps-plot-with-face): Code fix.
22 (ps-spool-config): Var fix.
23 (ps-printer-name-option): Const fix.
24 (ps-print-upside-down, ps-use-face-background)
25 (ps-line-number-step): New vars.
26 (ps-window-system, ps-lp-system): New consts.
27 (ps-face-background): New fun.
28
084cec2f
GM
292000-04-28 Richard Stallman <rms@gnu.org>
30
31 * files.el (make-auto-save-file-name):
32 Apply auto-save-file-name-transforms to visited file name
33 before generating auto save file name.
34 (auto-save-file-name-transforms): New variable.
35
36 * files.el (backup-enable-predicate):
37 Correctly test for a file under a temporary directory.
38
c94f4677
GM
392000-04-28 Gerd Moellmann <gerd@gnu.org>
40
41 * subr.el (add-minor-mode): Rewritten.
42
7b211df5
KH
432000-04-28 Kenichi Handa <handa@etl.go.jp>
44
45 * mail/sendmail.el (sendmail-send-it): Set
46 buffer-file-coding-system to the selected coding system for MIME
47 header.
48
c76e04a8 492000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 50
c76e04a8
GM
51 * dired.el (dired-move-to-filename-regexp): Allow format where
52 YYYY is followed by two spaces.
e3e36d74 53
c76e04a8
GM
54 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
55 in the second character class of the regexp.
56
57 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
58 mh-etc, too.
353964e3 59
c76e04a8
GM
60 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
61 nil.
62
353964e3
GM
63 * subr.el (add-minor-mode): Use `set' instead of `setq'.
64
65 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
66 argument.
67
c76e04a8
GM
682000-04-27 Sen Nagata <sen@eccosys.com>
69
70 * emacs-lisp/crm.el (crm-completion-table): New variable.
71 (crm-collection-fn, crm-test-completion)
72 (completing-read-multiple): Use it.
73
742000-04-27 Dave Love <fx@gnu.org>
75
76 * help.el (locate-library): Use mapc.
77 (help-manyarg-func-alist): Add call-process-region.
78
7464346d
GM
792000-04-26 Gerd Moellmann <gerd@gnu.org>
80
b35bd33d
GM
81 * subr.el (add-minor-mode): Make argument MAP optional.
82
7464346d
GM
83 * desktop.el (desktop-save): Save list of minor modes.
84 (desktop-create-buffer): Restore minor modes.
85 (desktop-minor-mode-table): New user-option.
86
87 * subr.el (add-minor-mode): New function.
88
89 * image.el (find-image): New function.
90 (defimage): Rewritten to find image at load time.
91
92 * startup.el (normal-top-level-add-to-load-path): Handle
93 case that the default directory is not in load-path.
94
95 * help.el: Old patch from Stefan Monnier.
96 (help-xref-on-pp): New function.
97 (describe-variable): Use it to display xrefs in a symbol's value.
98
23c0fb21
SM
992000-04-26 Stefan Monnier <monnier@cs.yale.edu>
100
101 * cus-edit.el (custom-face): Fix parenthesis.
102
fad95037
KH
1032000-04-26 Kenichi Handa <handa@etl.go.jp>
104
f03392a1
KH
105 * mail/rmail.el (rmail-expunge): When there are no deleted
106 messages, do nothing.
fad95037 107
0d7c5bb9
DL
1082000-04-26 Dave Love <fx@gnu.org>
109
110 * international/mule-cmds.el (locale-translation-file-name):
111 Defvar to nil.
112 (set-locale-environment): Set it here (at runtime).
113
612839b6
GM
1142000-04-25 Gerd Moellmann <gerd@gnu.org>
115
116 * replace.el (perform-replace): Add parameters START and END. Use
117 them instead of the check for a region in Transient Mark mode.
118 (query-replace-read-args): Return two more list elements for the
119 start and end of the region in Transient Mark mode.
120 (query-replace, query-replace-regexp, query-replace-regexp-eval)
121 (map-query-replace-regexp, replace-string, replace-regexp): Add
122 optional last arguments START and END and pass them to
123 perform-replace.
124
125 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
126 form with additional arguments for perform-replace.
127
128 * progmodes/etags.el (tags-query-replace): Add parameters START
129 and END. Construct a form with additional arguments for
130 perform-replace.
131
132 * simple.el (shell-command): Set default directory for "*Shell
133 Command Output" buffer.
134
135 * language/european.el (iso-latin-4): Fix typo.
136
137 * emacs-lisp/crm.el: New file.
138
2917cc05
DL
1392000-04-24 Dave Love <fx@gnu.org>
140
141 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
142 (Custom-reset-saved, Custom-reset-standard)
143 (custom-group-value-create, custom-group-set, custom-group-save)
144 (custom-group-reset-current, custom-group-reset-saved)
145 (custom-group-reset-standard): Use mapc.
146 (custom-buffer-create-internal): Disable undo when creating items.
147 Use mapc.
148 (custom-face): Avoid redundant lambda.
149
abfcc168
GM
1502000-04-24 Gerd Moellmann <gerd@gnu.org>
151
152 * startup.el (auto-save-list-file-prefix): Set default to
153 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
154
fa78f71b
SS
1552000-04-24 Sam Steingold <sds@gnu.org>
156
157 * time-stamp.el (time-stamp-string-preprocess): Always convert
158 `field-result' to a string.
159
cc181e95
GM
1602000-04-24 Gerd Moellmann <gerd@gnu.org>
161
162 * frame.el (scrolling): New group.
163 (automatic-hscrolling): New user-option.
164
165 * startup.el (command-line-x-option-alist): Add `-lsp' and
166 `--line-spacing'.
167
6142fdcb
DL
1682000-04-19 Dave Love <fx@gnu.org>
169
170 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
171 (cl-mapc): Rename from mapc. Fix the funcall.
172
5e3dac3f
GM
1732000-04-19 Gerd Moellmann <gerd@gnu.org>
174
1c459486
GM
175 * simple.el (clone-indirect-buffer-other-window): New command.
176 (clone-indirect-buffer): Add optional arg NORECROD.
177 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
178
271b4185
GM
179 * help.el (resize-temp-buffer-window): Use count-screen-lines.
180
181 * window.el (count-screen-lines): New function.
182 (shrink-window-if-larger-than-buffer): Use count-screen-lines
183 instead of window-buffer-height.
184
185 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
186 non-existing variable comint-input-sentinel.
187 (inferior-lisp-args-to-list): Removed.
188 (inferior-lisp): Use split-string instead of
189 inferior-lisp-args-to-list.
190
191 * hexl.el (hexl-insert-hex-string): New command.
192
5e3dac3f
GM
193 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
194 instead of concat.
195
f6d3257b
GM
1962000-04-18 Gerd Moellmann <gerd@gnu.org>
197
198 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
199 at the start of an existing but empty folder.
200
2012000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
202
203 * ps-mule.el: Customization fix, doc fix.
204 (ps-multibyte-buffer): Customization fix.
205
e61482c0
RS
2062000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
207
208 * subr.el (read-passwd): Use read-char-exclusive.
209
0daee095
GM
2102000-04-17 Gerd Moellmann <gerd@gnu.org>
211
212 * textmodes/texinfo.el (texinfo-insert-@email)
213 (texinfo-insert-@emph, texinfo-insert-@quotation)
214 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
215 (texinfo-mode-map): Add key bindings for them.
216
217 * files.el (basic-save-buffer-2): Use a template with `$'
218 instead of `#' for VMS.
219
220 * simple.el (clone-indirect-buffer): New function.
221
e10f64e7
GM
2222000-04-16 Stephen Eglen <stephen@gnu.org>
223
224 * iswitchb.el (iswitchb-case): New function. If the user input
225 contains any upper-case characters, the search is made
226 case-sensitive.
227
e3721db1
SM
2282000-04-17 Stefan Monnier <monnier@cs.yale.edu>
229
e10f64e7
GM
230 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
231 comment-end.
e3721db1
SM
232 (texinfo-font-lock-syntactic-keywords): New var.
233 (texinfo-font-lock-keywords): Remove comment regexp.
234 (texinfo-insert-block): New function.
235 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
236 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
237 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 238 (texinfo-environments): New var.
e10f64e7
GM
239 (texinfo-environment-regexp): Use regexp-opt and
240 texinfo-environments.
e3721db1 241
e10f64e7
GM
242 * textmodes/ispell.el (ispell-menu-map-needed): Check that
243 ispell-process is bound since this might be eval'd before ispell
244 is loaded.
245 (ispell-message): Use a tiny bit less magic and a bit more hard
246 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
247
248 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
249
250 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
251 (insert-cyclic-diary-entry): Unquote the lambda.
252
253 * gud.el (gud-jdb-build-source-files-list): Fix typo.
254
255 * files.el (backup-enable-predicate): Unquote the lambda.
256
257 * cus-edit.el (custom-face, face): Unquote the lambda.
258
712dc9e0
GM
2592000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
260
261 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 262
712dc9e0
GM
263 * ps-print.el: Fix counting lines in a region.
264 (ps-print-version): New version number (5.1.5).
265 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
266 (ps-printing-region): Fun code fix.
267
ffc50f2a
GM
2682000-04-15 Gerd Moellmann <gerd@gnu.org>
269
270 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
271 to file-directory-p.
272
a2522dca
GM
2732000-04-14 Gerd Moellmann <gerd@gnu.org>
274
275 * gud.el (gud-jdb-build-source-files-list): Check that directory
276 exists before calling directory-files.
277
6e883610
DL
2782000-04-13 Dave Love <fx@gnu.org>
279
280 * emacs-lisp/trace.el: Change maintainer. Use new backquote
281 syntax.
282
283 * emacs-lisp/cl-specs.el: Remove when, unless.
284
285 * emacs-lisp/cl-extra.el: Don't quote keywords.
286 (cl-old-mapc): New variable.
287 (mapc): Use it.
288 (cl-map-intervals): Use with-current-buffer. Don't check for
289 next-property-change.
290 (cl-map-overlays): Use with-current-buffer.
291 (cl-expt): Remove.
292 (copy-tree, remprop): Define unconditionally.
293
294 * emacs-lisp/cl-compat.el (keywordp): Remove.
295
296 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
297 to use keywordp.
298 (edebug-spec): Enable keywordp.
299
300 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
301 string-lessp.
302
303 * cus-start.el: Use keywordp.
304
198e3c7a
GM
3052000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
306
307 * diary-lib.el (include-other-diary-files): Fix the fix of
308 2000-02-18 by doing a save-excursion.
309
3102000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
311
312 * ps-print.el: Customization fix, doc fix.
313 (ps-print-version): New version number (5.1.4).
314 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
315 (ps-print-preprint): Adjust code.
316 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
317 (ps-print-prologue-header, ps-print-control-characters)
318 (ps-spool-config): Customization fix.
fa78f71b 319
8eba343c
EZ
3202000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
321
322 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
323 converted to the new menu-item format, names silightly changed,
324 help strings added.
325
326 Support for spelling without async subprocesses:
327
328 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
329 (ispell-session-buffer): New variables.
330 (ispell-start-process, ispell-process-status,
331 ispell-accept-output, ispell-send-string): New functions, for
332 Ispell invocation when async subprocesses aren't supported.
333 (ispell-word, ispell-pdict-save, ispell-command-loop,
334 ispell-process-line, ispell-buffer-local-parsing): Replace calls
335 to process-send-string with calls to ispell-send-string, and
336 accept-process-output with ispell-accept-output.
337 (ispell-init-process): Call ispell-process-status instead of
338 process-status with.
339 (ispell-init-process): Call ispell-start-process. Call
340 ispell-accept-output and ispell-send-string. Don't call
341 process-kill-without-query and kill-process if they are unbound.
342 (ispell-async-processp): New function.
343
3d30065d
DL
3442000-04-12 Dave Love <fx@gnu.org>
345
346 * info.el: Add debug-ignored-errors.
347 (Info-mode-menu): Add some items.
348 (Info-directory): Add autoload cookie.
349
350 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
351 Modify `truncate-lines'. Make `describe-language-environment'
352 always visible and add help. Modify `describe-key' help. Invoke
353 Info-directory from `info'. New entry `emacs-manual'.
354
1a1b1895
GM
3552000-04-10 Gerd Moellmann <gerd@gnu.org>
356
8b2affc5
GM
357 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
358 propertized-buffer-identification.
359 (ebrowse-update-member-buffer-mode-line): Likewise.
360 (ebrowse--mode-strings): Removed.
361 (ebrowse--mode-line-props): Removed.
362
1a1b1895
GM
363 * files.el (auto-mode-alist): Add `EBROWSE'.
364
365 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
366 space before testing for end of buffer.
367 (ebrowse-load): Removed.
368 (ebrowse-revert-tree-buffer-from-file): Rewritten.
369 (ebrowse-create-tree-buffer): Rewritten.
370 (ebrowse-tree-mode): Read tree from buffer.
371
372 * progmodes/ebrowse-ffh.el: Removed.
373
223f3c91
KH
3742000-04-10 Kenichi Handa <handa@etl.go.jp>
375
376 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
377
25fbf2c4
GM
3782000-04-10 Gerd Moellmann <gerd@gnu.org>
379
380 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
381 at the wrong place.
382
be0dbdab
GM
3832000-04-09 Gerd Moellmann <gerd@gnu.org>
384
c45be9ac 385 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 386
c45be9ac
GM
387 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
388 to ebrowse-ffh.el.
389 (ebrowse-load): Add autoload.
390
391 * finder.el (finder-commentary): Add autoload cookie.
392
be0dbdab
GM
393 * mail/rfc2368.el: Correct author's email address.
394
395 * progmodes/ebrowse.el: New file.
396
397 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
398 item help string.
399 (easy-menu-do-add-item): Ditto.
400 (easy-menu-define): Extend doc string.
401
402 * jit-lock.el (with-buffer-unmodified): Use
403 restore-buffer-modified-p.
404 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
405 (jit-lock-function, jit-lock-stealth-fontify): Don't use
406 with-buffer-unmodified.
407
3f923efe
DL
4082000-04-08 Dave Love <fx@gnu.org>
409
410 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
411 unless, when.
412
d35bee0e
MK
4132000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
414
415 * viper-util.el (viper-put-on-search-overlay): New subroutine.
416 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 417 doesn't support face.
d35bee0e 418 Use `viper-put-on-search-overlay'.
fa78f71b 419
c407c570
GM
4202000-04-04 Gerd Moellmann <gerd@gnu.org>
421
422 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
423 like C-r.
424
425 * progmodes/make-mode.el: Some doc fixes.
426 (makefile-mode-abbrev-table): New variable.
427 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
428 (makefile-font-lock-keywords): Fontify includes and conditionals.
429 (toplevel): Require `dabbrev' and `add-log' when compiling.
430
431 * replace.el (perform-replace): Don't move forward one char
432 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
433 to do that because it leaves point 1 position after the last
434 replacement, after everything has been replaced.
435
436 * jit-lock.el (with-buffer-unmodified): New macro.
437 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
438 modified state.
439 (jit-lock-function-1): Extracted from jit-lock-function; not
440 preserving buffer's modified state.
441 (jit-lock-function, jit-lock-stealth-fontify): Call
442 jit-lock-function-1.
443
444 * mail/rfc2368.el: Remove supernumerary copyright line.
445
685e5ed2
GM
4462000-04-04 Milan Zamazal <pdm@freesoft.cz>
447
448 * glasses.el: Provide facilities for inserting space before left
449 parentheses and uncapitalization of identifiers.
450 (glasses-mode): Try to remove old overlays in all cases.
451
0166aed1
GM
4522000-04-03 Gerd Moellmann <gerd@gnu.org>
453
62f20204
GM
454 * progmodes/compile.el (compile-internal): Display the compilation
455 buffer in a different frame, if it's already displayed there.
456
6460c400
GM
457 * mail/rfc2368.el: New file.
458
c0510d27
GM
459 * simple.el (sendmail-user-agent-compose): Recognize a `body'
460 header and insert its value as mail body.
461
462 * subr.el (member-ignore-case): New function.
463
464 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
465 (dabbrev--find-expansion): Ignore buffers matching a regexp
466 from dabbrev-ignored-regexps.
467
0166aed1
GM
468 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
469 to extensions handled by gzip.
470
c0510d27
GM
4712000-04-03 Richard M. Stallman <rms@gnu.org>
472
473 * files.el (insert-directory): List the total free space
474 along with the used space.
fa78f71b 475
c0510d27
GM
476 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
477 line is followed by one that matches CITATION-REGEXP, end the
478 paragraph.
479
4802000-04-03 Markus Rost <rost@delysid.gnu.org>
481
482 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
483 (rmail-make-basic-summary-line): Use that option.
fa78f71b 484
14c04384
KH
4852000-04-03 Kenichi Handa <handa@etl.go.jp>
486
487 * international/mule-cmds.el (encoded-string-description):
488 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
489 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
490 for hexadecimal format.
14c04384 491
ccf5869a
DL
4922000-04-01 Dave Love <fx@gnu.org>
493
494 * cpp.el: Change customization group to `c' from `C'.
495
496 * vcursor.el (vcursor-move): Use display-color-p.
497
498 * international/mule-util.el: Provide mule-utils.
499 (string-to-sequence): Simplify and speed up.
500
501 * international/mule.el (make-coding-system): Purecopy doc-string.
502
503 * international/mule-cmds.el: Various menu changes.
504 (describe-specified-language-support): Handle `Default'.
505 (set-language-info): Purecopy `info'.
506
610d841e
GM
5072000-03-31 Andrew Innes <andrewi@gnu.org>
508
509 * vc.el (vc-backend-diff): Return the correct status if we had to
510 retry the rcsdiff command without the --brief option.
fa78f71b 511
7f9de034
DL
5122000-03-31 Dave Love <fx@gnu.org>
513
2de47765
DL
514 * help.el (help-manyarg-func-alist): Correct several omissions.
515
72838819
DL
516 * add-log.el: Don't require cl, fortran.
517 (add-log-current-defun-function): Doc fix.
518 (change-log-version-number-regexp-list): Remove SCCS part. Doc
519 fix.
520 (change-log-version-rcs): Function deleted.
521 (change-log-version-number-search): Doc fix. Use
522 vc-workfile-version. Avoid CL dolist.
523 (add-change-log-entry): Just call add-log-current-defun to get
524 defun. Simplify somewhat.
525 (change-log-get-method-definition-1): Likewise.
526 (add-log-current-defun): Return nil if calling
527 add-log-current-defun-function does so. Move Fortran stuff to
528 fortran.el. Return string without properties.
529
7f9de034
DL
530 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
531 and :alpha: char classes.
532
533 * mail/supercite.el: Defvar curline when compiling.
534 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
535 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
536 rather than a-zA-Z0-9 to allow non-ASCII characters.
537
aa110c0c
GM
5382000-03-31 Gerd Moellmann <gerd@gnu.org>
539
540 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
541
542 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
543 Re-enable new code.
544
545 * lpr.el (print-region-1): Use -d to specify printer name for
546 systems `usg-unix-v*, `dgux', `hpux', `irix'.
547
5482000-03-31 Dave Love <fx@gnu.org>
fa78f71b 549
aa110c0c
GM
550 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
551 for function definition in symbol's function value slot first
552 instead of first consulting byte-compile-function-environment.
fa78f71b 553
6733d074
KH
5542000-03-31 Kenichi Handa <handa@etl.go.jp>
555
556 * language/european.el ("Polish"): New language environment.
557 (setup-polish-environment): New function.
558
63fcfa04
GM
5592000-03-30 Gerd Moellmann <gerd@gnu.org>
560
561 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
562 Disable new code.
563
564 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
565 trying to `load' the symbol of an autoload instead of the file
566 recorded in the autoload. Fix error messages.
567
7438c86b
GM
5682000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
569
570 * ps-print.el: PostScript programming fix for ghostview, doc fix.
571 (ps-print-version): New version number (5.1.3).
572 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
573 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
574 (ps-generate-postscript-with-faces): Code fix.
575 (ps-color-values): XEmacs compatibility.
576 (ps-print-background-image, ps-print-background-text, ps-printer-name)
577 (ps-default-fg, ps-default-bg): Adjust customization.
578 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
579 (ps-color-scale): Renaming old ps-color-value fun.
580 (ps-print-headers): Replace ps-print-header group to avoid conflict
581 with ps-print-header variable.
582 (ps-print-miscellany): New group.
583 (ps-format-color, ps-rgb-color): New funs.
584 (ps-default-foreground): New var.
585 (ps-printer-name-option): New const.
fa78f71b 586
326855a0
PB
5872000-03-30 Peter Breton <pbreton@ne.mediaone.net>
588
1f56ba73
PB
589 * net/net-utils.el:
590 (network-connection-host, network-connection-service): New variables
591 (network-connection-mode): New mode, derived from comint-mode
592 (network-connection-mode-setup): New function, saves host and
fa78f71b 593 service information in local variables.
1f56ba73 594
326855a0
PB
595 * lisp/locate.el:
596 (locate-word-at-point): Added this function
597 (locate): Default to using locate-word-at-point as input
598 Run dired-mode-hook
599
141384bd
DL
6002000-03-29 Dave Love <fx@gnu.org>
601
602 * calendar/appt.el: Doc fixes.
603 (appt-check): Convert min-to-app to a string before passing to
604 appt-disp-window-function or concat.
605 (appt-delete-window): Remove test for frame-root-window.
606 (appt-select-lowest-window, appt-convert-time): Simplify.
607
608 * emacs-lisp/bytecomp.el: Doc fixes.
609 (byte-compile-file-form-autoload): Update
610 byte-compile-function-environment.
611
c5aa0fc2
AS
6122000-03-29 Andreas Schwab <schwab@suse.de>
613
614 * emacs-lisp/autoload.el: Also print defsubst doc string
615 specially.
616
617 * dired.el (dired-insert-directory): If dired-free-space-program
618 failed just delete its output.
619
f1d6fe69
DL
6202000-03-29 Dave Love <fx@gnu.org>
621
622 * international/iso-cvt.el: Move provide to end. Doc fixes.
623 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
624 (iso-iso2sgml, iso-sgml2iso): New functions.
625 (iso-cvt-define-menu): Fix some entries and use backquote for
626 clarity.
627
628 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
629
b61f1215
GM
6302000-03-28 Gerd Moellmann <gerd@gnu.org>
631
632 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
633 ISO-DATE. If non-nil, return date in ISO 8601 format.
634
ea4b0ca3
SM
6352000-03-26 Stefan Monnier <monnier@cs.yale.edu>
636
3831af62
SM
637 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
638 if it ever becomes used.
639 (log-edit-mode-hook): Default to vc-log-mode-hook.
640 (log-edit-mode): Fix the docstring.
641
ea4b0ca3
SM
642 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
643 the code.
644
08f8b1cc
DL
6452000-03-26 Dave Love <fx@gnu.org>
646
082527fe
DL
647 * net/browse-url.el (browse-url): Re-fix case of
648 browse-url-browser-function being an alist.
649 (browse-url): Add :link to defgroup.
650
08f8b1cc
DL
651 * files.el: Doc fixes.
652 (file-truename): Include `[' in wildcard characters.
653 (automount-dir-prefix): Customize.
654 (find-file-wildcards): Add :version.
655 (find-file-noselect): Simplify a mapcar call.
656
657 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
658 compatible with inf-lisp version.
659 (eval-defun-1): Fix custom-declare-variable case.
660
ea4b0ca3
SM
6612000-03-25 Stefan Monnier <monnier@cs.yale.edu>
662
663 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
664
9a0dd3dc
GM
6652000-03-24 Gerd Moellmann <gerd@gnu.org>
666
b68c375f
GM
667 * Makefile (COMPILE_FIRST): New macro.
668 (compile-files): Compile files from COMPILE_FIRST first.
669
670 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
671 code.
672
9a0dd3dc
GM
673 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
674 matching open parenthesis in column 0 to defun-prompt-regexp
675 only if open-paren-in-column-0-is-defun-start is set.
676
677 * sun-curs.el: Require CL at compile-time only.
678
679 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
680 instead of copy-list which is a function from CL.
681 (msb--choose-menu, msb--mode-menu-cond)
682 (msb--create-buffer-menu-2): Use dolist instead of mapc.
683 (msb--init-file-alist): Use mapcar instead of mapcan.
684 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
685 `(' in column 0 in doc string.
686 (msb--add-separators): Use mapcar instead of mapcan.
687
688 * cus-dep.el: Require CL at compile-time only.
689
c7dcadb5
SM
6902000-03-24 Stefan Monnier <monnier@cs.yale.edu>
691
692 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
693 (byte-compile-warnings): New warning `noruntime'.
694 (byte-compile-constants, byte-compile-variables): Fix docstring.
695 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
696 execute `eval-whenc-compile's body.
697 (byte-compile-unresolved-functions): Fix docstring.
698 (byte-compile-eval): New function.
699 (byte-compile-callargs-warn): Check if the function will be available
700 at runtime (via property `byte-compile-noruntime').
701 (byte-compile-print-syms): New function.
702 (byte-compile-warn-about-unresolved-functions): Also warn about
703 `noruntime' functions (and use `byte-compile-print-syms').
704 (byte-compile-file): Capitalize the message.
705
3b55acc9
GM
7062000-03-24 Gerd Moellmann <gerd@gnu.org>
707
708 * mail/rmail.el (rmail-confirm-expunge): New user-option.
709 (rmail-expunge): Ask for confirmation depending on the setting
710 of rmail-confirm-expunge.
711
7122000-03-23 Gerd Moellmann <gerd@gnu.org>
713
714 * Makefile (bootstrap-clean): If $(emacs) exists, build
715 loaddefs.el first. A loaddefs.el that's not up-to-date might
716 cause a bootstrap failure because things don't autoload as
717 expected.
718
02c76af4
DL
7192000-03-23 Dave Love <fx@gnu.org>
720
721 * net/browse-url.el: Restore previous use of
722 browse-url-maybe-new-window.
723
1a3199d9
GM
7242000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
725
726 * ps-print.el: Skip banner page fix.
727 (ps-print-version): New version number (5.1.2).
728 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 729
1a3199d9
GM
7302000-03-23 Dave Pearson <davep@davep.org>
731
732 * net/quickurl.el Changed the type of parameter passed to the
733 function defined by `quickurl-format-function'. Before only the
734 text of the URL was passed. Now the whole URL structure is passed
735 and the function is responsible for extracting the parts it
736 requires. Changed the default of `quickurl-format-function'
737 accordingly.
738 (quickurl-insert): Changed the `funcall' of
739 `quickurl-format-function' to match the above change.
740 (quickurl-list-insert): Changed the `url' case so that it makes
741 use of `quickurl-format-function', previous to this the format was
742 hard wired.
fa78f71b 743
72db3ab5
GM
7442000-03-22 Gerd Moellmann <gerd@gnu.org>
745
746 * startup.el: Change some spellings for the X Window System.
747
68049bfa
SM
7482000-03-22 Stefan Monnier <monnier@cs.yale.edu>
749
750 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
751 up the code and the regexp and make sure the cursor is temporarily
752 moved to the suspicious line while querying the user.
753
ff4df011
JR
7542000-03-22 Jason Rumney <jasonr@gnu.org>
755
756 * w32-fns.el (w32-charset-info-alist): Initialize.
757
ee1c5b21
GM
7582000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
759
760 * ps-print.el: N-up last page fix.
761 (ps-print-version): New version number (5.1.1).
762 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 763
d2cbfba0
SM
7642000-03-21 Stefan Monnier <monnier@cs.yale.edu>
765
bfb857d8
SM
766 * files.el (find-file-run-dired): Update docstring.
767 (find-directory-functions): New hook.
768 (find-file-noselect): Run find-directory-functions rather than
769 calling dired directly.
770
771 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
772
cb3430a1
SM
773 * pcvs.el: Add a minimal leading commentary.
774 (cvs-make-cvs-buffer): Change the header part by removing the startup
775 message and adding a `Module' entry. Also replace the FOOTER and
776 HEADER special fileinfos with the new support in ewoc for updating
777 its own footer and header.
778 (cvs-update-header): Update to use the header/footer of the ewoc.
779 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
780 (cvs-is-within-p): New function.
781 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
782 to only examine some subset of the buffers.
783
784 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
785 `format' instead of our own ad-hoc functions.
786 Remove HEADER and FOOTER cases, now handled in the EWOC.
787 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
788
789 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
790 output to avoid scaring the user.
791 (cvs-parse-table): Catch message for non-up-to-date commits.
792
793 * pcvs-defs.el (cvs-startup-message): Remove.
794 (cvs-global-menu): New autoloaded menu.
795
796 * pcvs-util.el (cvs-string-fill): Remove.
797
798 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
799 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
800 PP part of it and also make it work for footers and headers.
801 (ewoc-create): Drop POS and BUFFER arguments.
802 Use the DLL's dummy node to store the end-of-footer position.
803 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
804 (ewoc-refresh): Remove unused `header' variable.
805 (ewoc-(get|set)-hf): New functions.
806
d2cbfba0
SM
807 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
808 log-view-*-(message|file) and use easy-mmode-define-navigation.
809 (log-view-message-re): Match SCCS format as well.
810 And match the revision line rather than the dashed separator line.
811 (log-view-mode): Use the new define-derived-mode.
812 (log-view-current-tag): Fill in with an actual implementation.
813
814 * cvs-status.el (cvs-status-(prev|next)): Rename from
815 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
816 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
817 to let the output "breathe" a little more (more readable).
818 (cvs-status-mode): Use the new define-derived-mode.
819
820 * smerge-mode.el (smerge-auto-leave): New function and variable.
821 (smerge-basic-map): Rename from smerge-basic-keymap.
822 Change the bindings for smerge-diff-*.
823 (smerge-*-map): Use easy-mmode-defmap.
824 (smerge-(next|prev)): Use easy-mmode-define-navigation.
825 (smerge-keep-*): Use smerge-auto-leave.
826
51663132
JR
8272000-03-21 Jason Rumney <jasonr@gnu.org>
828
829 * cus-edit.el (custom-button-face): Use 3D look for w32.
830 (custom-button-pressed-face): Likewise.
831
3f6e4b8b
GM
8322000-03-21 Gerd Moellmann <gerd@gnu.org>
833
834 * progmodes/etags.el (tags-case-fold-search): New user-option.
835 (tags-loop-eval): New function. Bind case-fold-search around eval
836 depending on the value of tags-case-fold-search.
837 (tags-loop-continue): Use tags-loop-eval.
838 (find-tag-in-order): Bind case-fold-search depending on the value
839 of tags-case-fold-search.
840
c7ea3acc
SM
8412000-03-21 Stefan Monnier <monnier@cs.yale.edu>
842
0ae39f53
SM
843 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
844 (diff-end-of-hunk): Return the end position for use in
845 `easy-mmode-define-navigation'.
846 (diff-recenter): Remove.
847 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
848 of `easy-mmode-define-navigation'.
849 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
850 previous renaming) and fix to use new names.
851 (diff-merge-strings): Use \n as separator: simpler, faster.
852 (diff-mode): Use `define-derived-mode'.
853
c7ea3acc
SM
854 * derived.el (define-derived-mode): Don't autoload anymore.
855 Prefer the macro-only version provided by easy-mmode.el.
856
857 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
858 `easy-mmode-define-derived-mode'.
859 Use `combine-run-hooks'.
860 (easy-mmode-define-navigation): New macro.
861
862 * subr.el (combine-run-hooks): New function.
863
6c4bfdc0
KH
8642000-03-21 Kenichi HANDA <handa@etl.go.jp>
865
866 * term/x-win.el: Fontsets related initialization is simplified.
867
868 * international/mule-diag.el (describe-font): Don't refer to
869 global-fontset-alist, instead call font-list.
870 (describe-fontset, list-fontsets, mule-diag): Likewise.
871 (print-fontset): Adjusted for the change of fontset
872 implementation.
873
874 * international/fontset.el (x-charset-registries): Variable
875 removed, instead the corresponding data is stored in the default
876 fontset.
877 (register-alternate-fontnames): Function removed.
878 (resolved-ascii-font): Variable removed.
879 (x-compose-font-name): Ignore the second argument REDOCE.
880 (x-complement-fontset-spec): Complement only an ASCII font and
881 element for those charsets than can use that ASCII font.
882 (generate-fontset-menu): Don't refer to global-fontset-alist,
883 instead call fontset-list.
884 (uninstantiated-fontset-alist): Variable removed.
885 (x-style-funcs-alist): Likewise.
886 (fontset-default-styles): Likewise.
887 (x-modify-font-name): Function removed.
888 (create-fontset-from-fontset-spec): Ignore the argument
889 STYLE-VARIANT.
890 (create-fontset-from-ascii-font): Docsting adjusted for the above
891 change.
892 (instantiate-fontset, resolve-fontset-name): Functions removed.
893 (fontset-list): Now implemented by C code.
fa78f71b 894
6c4bfdc0
KH
895 * faces.el (read-face-font): Fix TABLE arg to completing-read.
896 (describe-face): Include `font' attribute in the description.
897
9111d4b5
KH
8982000-03-21 Kenichi Handa <handa@etl.go.jp>
899
900 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
901
b33dd3b0
GM
9022000-03-20 Gerd Moellmann <gerd@gnu.org>
903
a25bbe00
GM
904 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
905 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
906 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 907
b33dd3b0
GM
908 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
909 about behavior of set-buffer-modified-p wrt redisplay.
910
e53ae11c
RS
9112000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
912
913 * view.el (view-mode-disable): Kill local binding of view-read-only.
914
d7b511c4
GM
9152000-03-18 Gerd Moellmann <gerd@gnu.org>
916
917 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
918 is a string, convert it to a syntax cell using string-to-syntax.
919
920 * simple.el (syntax-code-table, syntax-flag-table): New variables.
921 (string-to-syntax): New function.
922
923 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
924 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 925 try to use passive ftp mode.
d7b511c4 926
998ecc60
GM
9272000-03-17 Gerd Moellmann <gerd@gnu.org>
928
b33dd3b0 929 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
930
931 * simple.el (append-to-buffer): Update point of windows after
932 insertion.
933
934 * abbrev.el (inverse-add-abbrev): Identify word by first moving
935 forward then moving backward. Reindent.
936
937 * frame.el (other-frame): Call x-focus-frame only if
938 focus-follows-mouse is off.
939
235d6821
DL
9402000-03-17 Dave Love <fx@gnu.org>
941
942 * pcvs-util.el (cvs-strings->string): Rename
943 replace-regexps-in-string.
944
a29a2cd1
SM
9452000-03-17 Stefan Monnier <monnier@cs.yale.edu>
946
af595444
SM
947 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
948 regexp for labels cannot span several lines.
949
950 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 951 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 952
a9be2843
DL
9532000-03-16 Dave Love <fx@gnu.org>
954
955 * progmodes/f90.el (f90): Put custom group under `languages', not
956 `fortran'.
957 (f90-mode-hook): Customize.
958 (f90-mode): Set add-log-current-defun-function.
959 (f90-current-defun): New function.
960
d0ab3e9d
GM
9612000-03-16 Gerd Moellmann <gerd@gnu.org>
962
16b20ed9
GM
963 * cus-edit.el (custom-variable-tag-face): Handle case that
964 default face's height is not a number.
965 (custom-face-tag-face, custom-group-tag-face-1)
966 (custom-group-tag-face): Ditto.
967 (custom-group-tag-face-1): Add :group.
fa78f71b 968
d0ab3e9d
GM
969 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
970
ae8ab422
GM
9712000-03-15 Gerd Moellmann <gerd@gnu.org>
972
973 * pcvs-defs.el (toplevel): Remove autoload cookie for form
974 requiring easymenu.
975
81c7ca69
GM
9762000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
977
978 * ps-print.el: PostScript user-defined prologue, PostScript error
979 handler, doc fix.
980 (ps-print-version): New version number (5.1).
981 (ps-user-defined-prologue, ps-error-handler-message)
982 (ps-print-prologue-0, ps-error-handler-alist): New vars.
983 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
984 (ps-insert-string): New function.
fa78f71b 985
dcf1003d
KH
9862000-03-15 Kenichi Handa <handa@etl.go.jp>
987
988 * international/ccl.el (ccl-compile-expression): Don't generate
989 invalid self-assignment code.
990
73825616
DL
9912000-03-14 Dave Love <fx@gnu.org>
992
993 * subr.el (replace-regexp-in-string): Renamed from
994 replace-regexps-in-string. Doc fix.
995
031020ac
DL
9962000-03-12 Dave Love <fx@gnu.org>
997
998 * cus-edit.el: Doc fixes.
999 (customize-set-variable, customize-save-variable): Rename args for
1000 doc.
1001 (custom-variable-tag-face, custom-face-tag-face)
1002 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1003 style which user identify as hyperlink.
1004 (hook): Don't add undefined functions to the hook.
1005 (debug-ignored-errors): Transfer message from bindings.el.
1006
9b2f3c38
GM
10072000-03-12 Gerd Moellmann <gerd@gnu.org>
1008
1009 * recentf.el (recentf-keep-non-readable-files-p): Remove
1010 double/nested definition.
1011
0d6e23cf
DL
10122000-03-12 Dave Love <fx@gnu.org>
1013
1014 * facemenu.el (facemenu-get-face): Use display-color-p.
1015 * enriched.el (enriched-decode-foreground): Likewise.
1016 (enriched-decode-background): Likewise.
1017 * isearch.el (isearch-highlight): Likewise.
1018 * info-look.el (info-lookup): Likewise.
1019 * simple.el (completion-setup-function): Likewise.
1020
1021 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1022 :options.
1023
1024 * bindings.el (mode-line-format): Fix line-number and
1025 column-number items. Add help-echo for the background.
1026 (mode-line-mule-info): Modify help-echo.
1027
1028 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1029 defcustom.
1030
1031 * files.el (load-file): Allow completion to .elc.
1032
1033 * man.el: Doc fixes.
1034 (Man-init-defvars): Use display-color-p to set fontification.
1035
1036 * play/hanoi.el (hanoi-internal): Don't use oddp.
1037
e1cff360
GM
10382000-03-12 Gerd Moellmann <gerd@gnu.org>
1039
1040 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1041
1042 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1043
5e5dff44
GM
10442000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1045
1046 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1047 Fix comment.
1048
5b467bf4
SM
10492000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1050
83fef604
SM
1051 * font-lock.el (font-lock-keywords): Fix the doc now that
1052 regexp-opt-depth is unnecessary.
1053 (save-buffer-state): Set an edebug spec.
1054 (font-lock-fontify-anchored-keywords): Properly handle the case when
1055 the matcher goes past the limit.
1056
5b467bf4
SM
1057 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1058 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1059
83fef604
SM
1060 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1061 dll.el and cookie.el (from Elib) with heavy renaming and other
1062 massaging.
5b467bf4
SM
1063
1064 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1065 Autoload the functions used.
1066 (easy-mmode-define-syntax): Fix CL typo.
1067 (easy-mmode-define-derived-mode): Improve the docstring generation.
1068
d407456c
GM
10692000-03-10 Gerd Moellmann <gerd@gnu.org>
1070
1071 * textmodes/texinfo.el (texinfo-version): Variable and function
1072 removed.
1073
5a7a545c
SM
10742000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1075
0d6e23cf
DL
1076 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1077 allow more flexibility.
1078 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1079 fns.
1080 (easy-mmode-defmap, easy-mmode-defsyntax)
1081 (easy-mmode-define-derived-mode): New macros.
5a7a545c 1082
d407456c 10832000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
1084
1085 * rect.el (replace-rectangle): New function.
1086
10872000-03-09 Dave Love <fx@gnu.org>
1088
1089 * progmodes/fortran.el (fortran-comment-line-start): Define as
1090 "C".
1091 (fortran-comment-line-start-skip): Don't match cpp stuff.
1092 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1093 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1094 (fortran-mode): Don't set fortran-comment-line-start-skip,
1095 fortran-comment-line-start here. Set comment-start,
1096 add-log-current-defun.
1097 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1098 (fortran-current-defun): New function.
1099
80460654
GM
11002000-03-09 Gerd Moellmann <gerd@gnu.org>
1101
d1221ea9
GM
1102 * emacs-lisp/re-builder.el: New file.
1103
1853aa6b
GM
1104 * mouse.el (mouse-drag-region): Don't run up-event handler
1105 if hscroll has changed.
1106
80460654
GM
1107 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1108 builtin operators, use `font-lock-builtin-face' for Emacs and
1109 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
1110
1111 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
1112 `(defun (setf foo)' differently.
1113
c0056275
SM
11142000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1115
1116 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
1117 (regexp-opt): Update comment and adapt the code the new meaning of
1118 the `paren' argument of regex-opt-group for shy-groups.
1119 (regexp-opt-depth): Handle shy groups as well as backslashed
1120 backslashes.
c0056275
SM
1121 (regexp-opt-group): Turn the leading comment into a docstring.
1122 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
1123 Remove open-presuf and close-presuf. Instead of checking for `all
1124 one-char' and then later on check for `several one-char', handle
1125 both cases close together. Also apply a more generic algorithm
1126 for suffixes (the mirror image of the algorithm used for
1127 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
1128 (regexp-opt-try-suffix): Removed.
1129
1130 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
1131 from comint-mode-map, so we can just inherit from it. Also, move
1132 the initialization into the `defvar' since there's no docstring
1133 anyway and it's fairly short.
1134 (inferior-scheme-mode): Define it as derived-mode: the code is
1135 shorter and this way we inherit from comint-mode-map rather than
1136 copying it.
c0056275 1137
80460654
GM
1138 * subr.el (replace-regexps-in-string): Properly handle the case
1139 where we match an empty string.
c0056275 1140
80460654
GM
1141 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1142 when the command has a directory component (such as "./testml").
c0056275
SM
1143 Also fix a typo in the comment.
1144
5e91ff9e
GM
11452000-03-08 Gerd Moellmann <gerd@gnu.org>
1146
feab4fba
GM
1147 * Makefile (compile-files): Compile files one by one because
1148 that's the only way to ensure a clean compilation environment for
1149 each individual file.
1150
5e91ff9e
GM
1151 * frame.el (other-frame): Call x-focus-frame.
1152
76162e12
DL
11532000-03-07 Dave Love <fx@gnu.org>
1154
f64ce788
DL
1155 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1156 :require to defcustom.
1157
76162e12
DL
1158 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1159 lists.
1160
1161 * files.el (auto-mode-alist): Add configure.in.
1162
1163 * progmodes/autoconf.el: New file.
1164
f7daf1e1
GM
11652000-03-07 Gerd Moellmann <gerd@gnu.org>
1166
1167 * mail/mh-e.el: Change maintainer to `none'.
1168
1169 * recentf.el (recentf-keep-non-readable-files-p): Quote args
1170 to remove-hook and add-hook.
1171
11722000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1173
1174 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1175 it as the default.
1176 (mail-send): Test mail-send-nonascii also for the new `mime' value.
1177 (sendmail-send-it): Conditionally add MIME headers specifying the
1178 used character set.
fa78f71b 1179
63f6b2c4
DL
11802000-03-07 Dave Love <fx@gnu.org>
1181
1182 * winner.el: Fix keywords, autoload cookies. Split
1183 eval-when-compile form to avoid compilation failure.
1184
8330e2f9
KH
11852000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1186
1187 * international/mule.el: Modify comment about coding system
1188 property `coding-category'.
1189 (make-coding-system): New argument EOL-TYPE. Pay attention to
1190 coding-category property of PROPERTIES.
1191
1192 * international/mule-conf.el (coding-category-utf-8,
1193 coding-category-utf-16-be, coding-category-utf-16-le): New coding
1194 categories. Include them in the argument for set-coding-priority.
1195
1196 * international/mule-cmds.el (reset-language-environment): Include
1197 coding-category-utf-8, coding-category-utf-16-be, and
1198 coding-category-utf-16-le in the argument for set-coding-priority.
1199 (reset-language-environment): Initialize coding-category-utf-8,
1200 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1201
18bb0684
GM
12022000-03-06 Karl Fogel <kfogel@red-bean.com>
1203
1204 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1205 code abstracted out of `bookmark-jump-noselect'. Now tries info
1206 extensions as well as compression extensions.
1207 (bookmark-jump-noselect): Use above new func.
fa78f71b 1208
71a6ba55
GM
12092000-03-03 Gerd Moellmann <gerd@gnu.org>
1210
1211 * strokes.el: Change maintainer's mail address.
1212
0d56cdff
KH
12132000-03-03 Kenichi Handa <handa@etl.go.jp>
1214
1215 * international/mule-diag.el (list-character-sets): Make help-echo
1216 string by substitute-command-keys.
1217 (list-character-sets): Likewise.
1218 (sort-listed-character-sets): Call help-setup-xref.
1219
900fa1f1
GM
12202000-03-02 Gerd Moellmann <gerd@gnu.org>
1221
1222 * time.el (display-time-mail-file): Add `none' to the list of
1223 choices.
1224
54d04320
DL
12252000-03-01 Dave Love <fx@gnu.org>
1226
43f3fa09
DL
1227 * help.el (help-xref-go-back): Don't try to set position.
1228
54d04320
DL
1229 * international/mule-diag.el (list-character-sets): Call
1230 help-setup-xref. Add help-echo to xrefs.
1231 (list-character-sets-1): Add help-echo to xrefs.
1232
d054101f
GM
12332000-03-02 Gerd Moellmann <gerd@gnu.org>
1234
1235 * frame.el (blink-cursor-mode): Switch cursor on when turning
1236 the mode off.
1237
1238 * add-log.el (add-log-current-defun): Add support for
1239 Autoconf mode.
1240
1241 * mail/rmail.el (rmail-quit-hook): New variable.
1242
d77dae5c
DL
12432000-03-01 Dave Love <fx@gnu.org>
1244
e5f597f0
DL
1245 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1246
d77dae5c
DL
1247 * help.el (help-xref-button): Add help-echo arg.
1248 (describe-function-1, describe-variable, help-make-xrefs): Use it.
1249
1250 * faces.el (list-faces-display): Supply help-echo with
1251 help-make-xrefs.
1252
1253 * facemenu.el (list-text-properties-at): Set help-xref-stack to
1254 nil.
1255
72d19d75
GM
12562000-03-01 Gerd Moellmann <gerd@gnu.org>
1257
2df636f4
GM
1258 * image.el (defimage): Look for image files in load-path.
1259
fa78f71b 1260 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
1261 `number'.
1262
2df636f4
GM
12632000-03-01 David Ponce <david.ponce@wanadoo.fr>
1264
1265 * recentf.el (recentf): Added version tag to the defgroup of
1266 recentf.
1267
12682000-03-01 David Ponce <david.ponce@wanadoo.fr>
1269
1270 * recentf.el (recentf-cleanup): Changed to remove excluded file
1271 too.
1272 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1273 action to select/unselect a file.
1274 (recentf-edit-list): Code cleanup and improvement.
1275 (recentf-open-more-files-action): `recentf-open-more-files' button
1276 widget action to open a file.
1277 (recentf-open-more-files): No more use standard completion but
1278 widgets.
1279 (recentf-more-collection): Deleted.
1280 (recentf-more-history): Deleted.
1281 (recentf-setup-more-completion): Deleted.
1282
12832000-03-01 David Ponce <david.ponce@wanadoo.fr>
1284
1285 * recentf.el (recentf-mode): No more needs that Emacs is running
1286 under a window-system.
1287
12881999-03-01 David Ponce <david.ponce@wanadoo.fr>
1289
1290 * recentf.el (recentf-edit-list): New command to edit the recent
1291 list which allow the user to remove files.
1292 (recentf-edit-selected-items): New global variable, used by
1293 `recentf-edit-list' to hold the list of files to be removed from
1294 the recent list.
1295 (recentf-make-menu-items): Updated to display a "Edit list..."
1296 menu item. Minor code cleanup.
1297
12981999-03-01 David Ponce <david.ponce@wanadoo.fr>
1299
1300 * recentf.el (recentf-open-more-files): New command to open files
1301 that are not displayed in the menu.
1302 (recentf-more-collection): New global variable holding the set of
1303 permissible completions used by `recentf-open-more-files'.
1304 (recentf-more-history): New global variable holding the history list
1305 used by `recentf-open-more-files' completion.
1306 (recentf-setup-more-completion): New function to setup completion for
1307 `recentf-open-more-files'.
1308 (recentf-make-menu-items): Updated to display a "More..." menu item.
1309
13101999-03-01 David Ponce <david.ponce@wanadoo.fr>
1311
1312 * recentf.el (recentf-menu-action): Doc fixed.
1313
13141999-03-01 David Ponce <david.ponce@wanadoo.fr>
1315
1316 * recentf.el (recentf-menu-filter): Doc updated.
1317 (recentf-update-menu-hook): Allow menu filters to force menu update.
1318 (recentf-make-menu-items): New menu filter handling.
1319 (recentf-make-menu-item): New helper function.
1320 (recentf-menu-elements): New menu handling function.
1321 (recentf-sort-ascending): Updated to new menu filter handling.
1322 (recentf-sort-descending): Updated to new menu filter handling.
1323 (recentf-sort-basenames-ascending): New menu filter function.
1324 (recentf-sort-basenames-descending): New menu filter function.
1325 (recentf-show-basenames): New menu filter function.
1326 (recentf-show-basenames-ascending): New menu filter function.
1327 (recentf-show-basenames-descending): New menu filter function.
1328
72d19d75
GM
13292000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1330
1331 * diary-lib.el (list-diary-entries): Don't try to go forward at
1332 the end of the buffer.
1333
1ac1c836
KH
13342000-02-29 Kenichi Handa <handa@etl.go.jp>
1335
1336 * international/mule-diag.el (list-character-sets): Completely
1337 rewritten.
1338 (sort-listed-character-sets): New function.
1339 (list-character-sets-1): Completely rewritten.
1340 (list-character-sets-2): New function.
1341 (non-iso-charset-alist): New variable.
1342 (decode-codepage-char): New function.
1343 (charset-history): New variable.
1344 (read-charset) (list-block-of-chars)
1345 (list-iso-charset-chars)
1346 (list-non-iso-charset-chars)
1347 (list-charset-chars): New functions.
1348 (mule-diag): Call list-character-sets-2, not
1349 list-character-sets-2.
1350 (dump-charsets): Likewise.
1351
ed4d0512
GM
13522000-02-29 Gerd Moellmann <gerd@gnu.org>
1353
72d19d75
GM
1354 * dired-x.el (dired-filename-at-point): Add `@' to valid
1355 file name characters.
1356 (dired-filename-at-point): Handle ange-ftp file names.
1357
ed4d0512
GM
1358 * frame.el (frame-notice-user-settings): Use assq-delete-all
1359 instead of assoc-delete-all.
1360 (frame-notice-user-settings): Ditto.
1361
1362 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
1363 Don't copy alist.
1364
32038c7a
GM
13652000-02-28 Eli Barzilay <eli@cs.cornell.edu>
1366
1367 * calculator.el (calculator-use-menu): New option.
1368 (calculator-initial-bindings): Changed some bindings to work as
1369 macros.
1370 (calculator-forced-input): Removed.
1371 (calculator-restart-other-mode): New variable.
1372 (calculator-mode-map): Set up menu.
fa78f71b 1373
32038c7a
GM
13742000-02-28 Jari Aalto <jari.aalto@poboxes.com>
1375
1376 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
1377 tags.
fa78f71b 1378
55d7ff38 13792000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 1380
55d7ff38
MK
1381 * viper-cmd.el (viper-envelop-ESC-key): added the option to
1382 translate all ESC key sequences.
1383 (viper-goto-mark-subr): restore markers for files for which
1384 they were saved.
1385 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
1386 * viper-util.el (viper-set-replace-overlay-glyphs,
1387 viper-set-replace-overlay): always check if the replacement
1388 overlay is live.
1389 * viper.el (viper-vi-state-mode-list): added major modes.
1390 * ediff-wind.el: minor comment changes.
1391 * ediff.el: copyright notice date fix.
fa78f71b 1392
387023ee
JR
13932000-02-27 Jason Rumney <jasonr@gnu.org>
1394
1395 * faces.el (face-font-family-alternatives): Add arial to helv.
1396 (mode-line, header-line, tool-bar): Same default as x for w32.
1397 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
1398 face-font-family-alternatives from working.
1399 * term/w32-win.el (mouse-set-font): Do not build fontset from
1400 chosen font.
1401
f43d79c1
GM
14022000-02-25 Sam Steingold <sds@goems.com>
1403
1404 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
1405 properly.
fa78f71b 1406
f43d79c1
GM
14072000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1408
1409 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
1410
4eb8436f
GM
14112000-02-25 Gerd Moellmann <gerd@gnu.org>
1412
1413 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
1414 writable.
1415
449c3c52 1416 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 1417
42088c12
GM
14182000-02-24 Gerd Moellmann <gerd@gnu.org>
1419
1420 * frame.el (show-cursor-in-non-selected-windows): New option.
1421
c60ea02e
GM
14222000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1423
1424 * diary-lib.el (include-other-diary-files): Undo the selective
1425 display in any included file and don't kill it.
1426
d066de8e
EZ
14272000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
1428
1429 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
1430 bar. Menu items converted to (menu-item format, help strings
1431 added.
1432 [downcase, upcase]: Don't enable on MS-DOS.
1433 [symlink, symlinks]: Don't show if make-symbolic-link is not
1434 bound.
1435 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
1436
b6906b38
DL
14372000-02-23 Dave Love <fx@gnu.org>
1438
275cf1b2
DL
1439 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
1440 (backward-kill-word): Revert addition of * to interactive spec --
1441 it's a feature.
1442
1443 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
1444 (backward-kill-sentence, kill-sentence): Likewise.
1445
99d48056
DL
1446 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
1447 scratch buffer name.
1448 (gud-format-command): Use int-to-string in ?l case. Simplify
1449 slightly.
1450
1451 * term/w32-win.el (internal-face-interactive): Update prompt for
1452 new read-face-name.
1453
1454 * mail/footnote.el (footnote): Add :version to defgroup.
1455 (footnote-section-tag-regexp): Customize.
1456 (footnote-start-tag, footnote-end-tag): New option.
1457 (footnote-latin-regexp): New variable.
1458 (Footnote-latin): New function.
1459 (footnote-style-alist): Add element for latin style.
1460 (footnote-style): Moved.
1461 (Footnote-goto-footnote): Use eq to test arg.
1462
1463 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
1464
b6906b38
DL
1465 * emacs-lisp/byte-opt.el: Change old backquote syntax.
1466 (byte-compile-trueconstp): Include keywords.
1467 (byte-optimize-quote, byte-optimize-lapcode): Use
1468 byte-compile-const-symbol-p.
1469 (byte-optimize-char-before): New optimization.
1470
1471 * emacs-lisp/bytecomp.el: Change old backquote syntax.
1472 (byte-compile-const-symbol-p): New function.
1473 (byte-compile-constp, byte-compile-out-toplevel)
1474 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
1475 Use it.
1476
1477 * subr.el (define-key-after): Default AFTER to t. Doc fix.
1478
214f877f
KH
14792000-02-23 Kenichi Handa <handa@etl.go.jp>
1480
c709bcf1
KH
1481 * international/encoded-kb.el: Be sure to update minor-mode-alist
1482 and minor-mode-map-alist.
1483 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
1484 codes SS2 and SS3 correctly.
1485 (encoded-kbd-self-insert-ccl): New function.
1486 (encoded-kbd-setup-keymap): New function.
1487 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
1488 by calling encoded-kbd-setup-keymap.
1489
214f877f
KH
1490 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
1491 characters.
1492 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
1493 locally.
1494
b021ef18
DL
14952000-02-22 Dave Love <fx@gnu.org>
1496
1497 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
1498 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
1499 defvar.
1500 (lisp-mode-syntax-table): Set up for #|...|# comments.
1501 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
1502 classes. Match `defface'.
1503 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
1504 (eval-defun-1): Fix for defcustom.
1505 (lisp-indent-region): Doc fix.
1506
1507 * subr.el (when, unless, split-string): Doc fix.
1508 (read-passwd): Move call of clear-this-command-keys to the right
1509 place.
1510 (replace-regexps-in-string): New function.
1511
14cc00ad
GM
15122000-02-22 Gerd Moellmann <gerd@gnu.org>
1513
1514 * help.el (describe-variable): Set syntax table to
1515 emacs-lisp-mode-syntax-table when moving forward over the
1516 symbol's name.
1517
47da5efa
DL
15182000-02-22 Dave Love <fx@gnu.org>
1519
1520 * xt-mouse.el: Doc fixes.
1521 (xterm-mouse-position-function): New function, replacing advice of
1522 mouse-position.
1523 (xterm-mouse-mode): Use it. Don't turn on under a window system.
1524
1525 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
1526
f0a6c717
GM
15272000-02-21 Gerd Moellmann <gerd@gnu.org>
1528
1529 * format.el (format-annotate-single-property-change): Handle
1530 properties.with dotted-list values.
1531 (format-proper-list-p): New function.
1532
1533 * enriched.el (enriched-face-ans): Handle '(foreground-color
1534 . COLOR) and (background-color . COLOR).
1535
2be80b63
DL
15362000-02-20 Dave Love <fx@gnu.org>
1537
1538 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
1539 and assignments to it.
1540 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
1541 current local map.
1542 (make-flyspell-overlay): Use it.
1543 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
1544
1545 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
1546 (lm-get-header-re): Defun, not defsubst.
1547 (lm-get-package-name): Defun, not defsubst. Simplify.
1548 (lm-version): Doc fix. Simplify.
1549 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
1550 (lm-crack-address, lm-last-modified-date, lm-commentary)
1551 (lm-verify, lm-synopsis): Simplify.
1552 (lm-report-bug): Require emacsbug. Use compose-mail.
1553
329eed9f
GM
15542000-02-20 Gerd Moellmann <gerd@gnu.org>
1555
1556 * dired.el (dired-mode): Call propertized-buffer-identification
1557 to set mode-line-buffer-identification to something having
1558 the right text properties.
1559
1560 * bindings.el (propertized-buffer-identification): New function.
1561
be5bb146
DL
15622000-02-20 Dave Love <fx@gnu.org>
1563
1564 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
1565 check for t-mouse too.
1566
1567 * cus-start.el: Make echo-keystrokes `number'.
1568
1d4311c3
EZ
15692000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1570
1571 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
1572 Don't call ring-empty-p unless tags-location-ring is bound.
1573 From Noah Friedman <friedman@splode.com>.
1574
a23c5037
TTN
15752000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
1576
1577 * progmodes/hideshow.el (hs-flag-region): No longer use
1578 `intangible' overlay property.
1579
1580 (hs-toggle-hiding): New command.
1581 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
1582
1583 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
1584 Fix omission bug: Run `hs-minor-mode-hook' for both activation
1585 and deactivation.
1586
b6a22bf8
GM
15872000-02-18 Gerd Moellmann <gerd@gnu.org>
1588
1589 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
1590
d621caf7
GM
15912000-02-17 Gerd Moellmann <gerd@gnu.org>
1592
3c0ed7ce
GM
1593 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
1594
d621caf7
GM
1595 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
1596 of `*' to handle `(* ... *)' comments.
1597
538d88fb
EZ
15982000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
1599
53c80cf6 1600 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 1601 window-system.
53c80cf6 1602
538d88fb
EZ
1603 * menu-bar.el (global-map): Menu-bar items converted to the new
1604 format (menu-item..., rearranged for better CUA compliance, and
1605 their names changed for better clarity. Help strings added.
1606
1607 * international/mule-cmds.el (mule-menu-keymap)
1608 (describe-language-environment-map, set-coding-system-map)
1609 (setup-language-environment-map): Convert to new (menu-item...
1610 form, add help strings. Change names of menu items for better
1611 clarity. "Mule" menu-bar item removed (it's now in the "Options"
1612 submenu).
1613
8389e1e2 16142000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 1615
a23c5037 1616 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 1617 within the code.
a23c5037 1618
8389e1e2 16192000-02-16 Dave Love <fx@gnu.org>
a23c5037 1620
84fe35f0
DL
1621 * faces.el: Don't require custom. Add more specific :groups to
1622 various deffaces.
1623 (set-face-attribute): Purecopy args.
1624 (read-face-name): Default to name at point and use it in prompt.
1625 Remove colon from arg in all callers.
1626 (list-faces-display): Hyperlink to face descriptions and customize
1627 buffers.
1628
b2aeee30
DL
16292000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
1630
1631 * wid-edit.el (widget-match-inline): An atom never matches a
1632 list.
1633
99e95407
GM
16342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1635
82d2c7c5
DL
1636 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1637 at ':' characters by call to split-string.
99e95407
GM
1638
16392000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1640
82d2c7c5 1641 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
1642
16432000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1644
82d2c7c5
DL
1645 * textmodes/bibtex.el: Some temporary comments removed.
1646 (bibtex-field-name, bibtex-entry-type): Made the relationship
1647 explicit.
1648 (bibtex-field-const): Allow capital letters.
1649 (bibtex-start-of-string): Deleted because unused.
1650
1651 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1652 use the term 'reference' to describe a bibtex entry as a whole.
1653 Further, reference keys are no longer called 'labels'.
1654 (bibtex-keys): Renamed to bibtex-reference-keys.
1655 (bibtex-reformat-previous-labels): Renamed to
1656 bibtex-reformat-previous-reference-keys.
1657 (bibtex-reference-type): Renamed to bibtex-entry-type.
1658 (bibtex-reference-head): Renamed to bibtex-entry-head.
1659 (bibtex-reference-maybe-empty-head): Renamed to
1660 bibtex-entry-maybe-empty-head.
1661 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1662 (bibtex-search-reference): Renamed to bibtex-search-entry.
1663 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1664 bibtex-enclosing-entry-maybe-empty-head.
1665 (bibtex-entry-field-alist, bibtex-entry-head,
1666 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1667 bibtex-map-entries, bibtex-search-entry,
1668 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1669 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1670 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1671 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1672 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1673 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1674 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
1675
16762000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1677
82d2c7c5
DL
1678 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1679 comment.
1680 (bibtex-format-field-delimiters): New function, functionality
1681 extracted from bibtex-format-entry.
1682 (bibtex-autokey-get-yearfield-digits): New function, functionality
1683 extracted from bibtex-autokey-get-yearfield.
1684
1685 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1686 entries in order to avoid stack overflow in the regexp matcher if
1687 field contents become large.
1688 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1689 bibtex-field-string-part-not-braced,
1690 bibtex-field-string-part-no-inner-braces,
1691 bibtex-field-string-part-1-inner-brace,
1692 bibtex-field-string-part-2-inner-braces,
1693 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1694 bibtex-field-string-quoted, bibtex-field-string,
1695 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1696 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1697 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1698 as parsing is now performed by the following functions.
1699 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1700 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1701 bibtex-parse-field-string, bibtex-search-forward-field-string,
1702 bibtex-parse-association, bibtex-field-name-for-parsing,
1703 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1704 bibtex-search-forward-field, bibtex-search-backward-field,
1705 bibtex-start-of-field, bibtex-end-of-field,
1706 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1707 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1708 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1709 bibtex-parse-string, bibtex-search-forward-string,
1710 bibtex-search-backward-string, bibtex-start-of-string,
1711 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1712 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1713 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1714 entries. Instead of reporting the results of the parsing by
1715 match-beginning or match-end, these functions return data structures
1716 that hold the corresponding positions.
1717 (bibtex-enclosing-field): Changed to also report field boundaries by
1718 return values rather than by match-beginning or match-end. The
1719 following functions have been adapted to use the new parsing
1720 functions.
1721 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1722 bibtex-enclosing-field, bibtex-format-entry,
1723 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1724 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1725 bibtex-print-help-message, bibtex-end-of-entry,
1726 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1727 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1728 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1729 method for parsing.
1730 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1731 bibtex-map-entries, bibtex-flash-head,
1732 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1733 bibtex-autokey-change, bibtex-autokey-get-namefield,
1734 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1735 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1736 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1737 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1738 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1739 order to make the new binding of case-fold-search immediately
1740 visible.
99e95407
GM
1741
17422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1743
82d2c7c5
DL
1744 * textmodes/bibtex.el: Copyright notice is up to date.
1745 Added constant 'bibtex-maintainer-salutation.
99e95407 1746
82d2c7c5
DL
1747 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1748 than make-temp-name, use match-string-no-properties and eliminate
1749 a quadratic behavior when building bibtex-strings.
99e95407 1750
82d2c7c5
DL
1751 * bibtex.el (bibtex-reference-key): Accept string entries whose
1752 reference key contains upper case letters.
99e95407
GM
1753
17542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1755
82d2c7c5
DL
1756 * bibtex.el (bibtex-reference-head): Allow entries to start with
1757 a new line.
99e95407
GM
1758
17592000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1760
82d2c7c5
DL
1761 * bibtex.el: Hiding of entry bodies is not longer provided by
1762 bibtex.el directly. Instead the hideshow package can be used.
1763 Added a special bibtex entry to hs-special-modes-alist.
1764 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
1765
17662000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1767
f24fef2f
SM
1768 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1769 at ':' characters by call to split-string.
8389e1e2
GM
1770
17712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1772
f24fef2f 1773 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
1774
17752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1776
f24fef2f
SM
1777 * textmodes/bibtex.el: Some temporary comments removed.
1778 (bibtex-field-name, bibtex-entry-type): Made the relationship
1779 explicit.
1780 (bibtex-field-const): Allow capital letters.
1781 (bibtex-start-of-string): Deleted because unused.
fa78f71b 1782
f24fef2f
SM
1783 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1784 use the term 'reference' to describe a bibtex entry as a whole.
1785 Further, reference keys are no longer called 'labels'.
1786 (bibtex-keys): Renamed to bibtex-reference-keys.
1787 (bibtex-reformat-previous-labels): Renamed to
1788 bibtex-reformat-previous-reference-keys.
1789 (bibtex-reference-type): Renamed to bibtex-entry-type.
1790 (bibtex-reference-head): Renamed to bibtex-entry-head.
1791 (bibtex-reference-maybe-empty-head): Renamed to
1792 bibtex-entry-maybe-empty-head.
1793 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1794 (bibtex-search-reference): Renamed to bibtex-search-entry.
1795 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1796 bibtex-enclosing-entry-maybe-empty-head.
1797 (bibtex-entry-field-alist, bibtex-entry-head,
1798 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1799 bibtex-map-entries, bibtex-search-entry,
1800 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1801 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1802 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1803 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1804 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1805 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1806 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
1807
18082000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1809
f24fef2f
SM
1810 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1811 comment.
1812 (bibtex-format-field-delimiters): New function, functionality
1813 extracted from bibtex-format-entry.
1814 (bibtex-autokey-get-yearfield-digits): New function, functionality
1815 extracted from bibtex-autokey-get-yearfield.
fa78f71b 1816
f24fef2f
SM
1817 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1818 entries in order to avoid stack overflow in the regexp matcher if
1819 field contents become large.
1820 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1821 bibtex-field-string-part-not-braced,
1822 bibtex-field-string-part-no-inner-braces,
1823 bibtex-field-string-part-1-inner-brace,
1824 bibtex-field-string-part-2-inner-braces,
1825 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1826 bibtex-field-string-quoted, bibtex-field-string,
1827 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1828 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1829 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1830 as parsing is now performed by the following functions.
1831 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1832 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1833 bibtex-parse-field-string, bibtex-search-forward-field-string,
1834 bibtex-parse-association, bibtex-field-name-for-parsing,
1835 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1836 bibtex-search-forward-field, bibtex-search-backward-field,
1837 bibtex-start-of-field, bibtex-end-of-field,
1838 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1839 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1840 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1841 bibtex-parse-string, bibtex-search-forward-string,
1842 bibtex-search-backward-string, bibtex-start-of-string,
1843 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1844 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1845 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1846 entries. Instead of reporting the results of the parsing by
1847 match-beginning or match-end, these functions return data structures
1848 that hold the corresponding positions.
1849 (bibtex-enclosing-field): Changed to also report field boundaries by
1850 return values rather than by match-beginning or match-end. The
1851 following functions have been adapted to use the new parsing
1852 functions.
1853 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1854 bibtex-enclosing-field, bibtex-format-entry,
1855 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1856 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1857 bibtex-print-help-message, bibtex-end-of-entry,
1858 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1859 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1860 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1861 method for parsing.
1862 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1863 bibtex-map-entries, bibtex-flash-head,
1864 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1865 bibtex-autokey-change, bibtex-autokey-get-namefield,
1866 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1867 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1868 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1869 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1870 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1871 order to make the new binding of case-fold-search immediately
1872 visible.
8389e1e2
GM
1873
18742000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1875
f24fef2f
SM
1876 * textmodes/bibtex.el: Copyright notice is up to date.
1877 Added constant 'bibtex-maintainer-salutation.
fa78f71b 1878
f24fef2f
SM
1879 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1880 than make-temp-name, use match-string-no-properties and eliminate
1881 a quadratic behavior when building bibtex-strings.
fa78f71b 1882
f24fef2f
SM
1883 * bibtex.el (bibtex-reference-key): Accept string entries whose
1884 reference key contains upper case letters.
8389e1e2
GM
1885
18862000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1887
f24fef2f
SM
1888 * bibtex.el (bibtex-reference-head): Allow entries to start with
1889 a new line.
8389e1e2
GM
1890
18912000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1892
f24fef2f
SM
1893 * bibtex.el: Hiding of entry bodies is not longer provided by
1894 bibtex.el directly. Instead the hideshow package can be used.
1895 Added a special bibtex entry to hs-special-modes-alist.
1896 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
1897
18982000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1899
82d2c7c5 1900 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
1901 proceedings entry type (for cross referencing). Thanks to Wagner
1902 Toledo Correa for the suggestion.
1903
82d2c7c5 1904 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 1905
eae61d8f
KH
19062000-02-14 Kenichi Handa <handa@etl.go.jp>
1907
1908 * international/characters.el: Setup case table for Vietnamese.
1909
fb07a302
GM
19102000-02-12 Gerd Moellmann <gerd@gnu.org>
1911
1912 * uniquify.el (toplevel): Require CL at compile time.
1913 (uniquify-push): Removed.
1914
1915 * shadowfile.el (shadow-when): Removed.
1916
1917 * tempo.el (tempo-dolist, tempo-mapc): Removed.
1918 (tempo-process-and-insert-string): Use dolist instead of
1919 tempo-dolist.
1920
1921 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
1922 regexp for paragraph-start.
1923
1924 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
1925 commas as well.
1926
a0eddf92
DL
19272000-02-10 Dave Love <fx@gnu.org>
1928
1929 * wid-edit.el: (widgets) [defgroup]: Remove url link.
1930 (widget-color-choice-list, widget-color-history, widget-mouse-help):
1931 Deleted.
1932 (widget-specify-field, widget-specify-button): Don't use
1933 widget-mouse-help as help-echo property.
1934 (default): Use #'ignore for :validate and :mouse-down-action.
1935 (checkbox): Add help-echo.
1936 (widget-sexp-validate): Rewritten to clarify error messages.
1937 (character): Use char-valid-p in :match function.
1938 (widget-color-complete): Use facemenu-color-alist.
1939 (widget-color-action): Use facemenu-read-color.
1940
1941 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
1942 set up `caar' &c that we now have.
1943
82d2c7c5
DL
19442000-02-09 Ray Blaak <blaak@gnu.org>
1945
1946 * delphi.el: Make resourcestring a declaration region, like const
1947 and var.
1948
6cbc1482
DL
19492000-02-09 Dave Love <fx@gnu.org>
1950
1951 * bindings.el (mode-line-input-method-map): New variable.
1952 (mode-line-mule-info): Use it; fix last change.
1953 (mode-line-mode-menu): Move definition.
1954 (mode-line-mouse-sensitive-p): Deleted.
1955 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
1956 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
1957 level.
1958
1959 * startup.el (command-line-1): Don't call
1960 make-mode-line-mouse-sensitive.
1961
f7136ee8
GM
19622000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1963
1964 * mail/rmail.el (rmail-retry-failure): Use
1965 rmail-beginning-of-message before rmail-toggle-header, because the
1966 former toggles headers.
1967
6e1d0d15
SM
19682000-02-06 Stefan Monnier <monnier@cs.yale.edu>
1969
fef8c55b
SM
1970 * diff-mode.el (diff-kill-junk): New interactive function.
1971 (diff-reverse-direction): Use delete-and-extract-region.
1972 (diff-post-command-hook): Restrict the area so that the hook also works
1973 outside of any diff hunk. This is necessary for the minor-mode.
1974 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
1975 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
1976
6e1d0d15
SM
1977 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
1978 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
1979 so that it can be used more easily in <foo>-mode-hook. Also make sure
1980 to avoid duplicate entries.
1981 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
1982 (font-lock-remove-keywords): Just as was done for `add', allow it to
1983 work even if font-lock-mode is nil. Also make sure we don't modify
1984 any pre-existing list by forcing a copy-sequence. Finally rename
1985 `major-mode' to `mode'.
1986 (font-lock-fontify-syntactic-anchored-keywords)
1987 (font-lock-fontify-anchored-keywords)
1988 (font-lock-fontify-keywords-region): Use line-end-position.
1989 Don't make `font-lock-multiline' local (it's now done in
1990 font-lock-set-defaults).
1991 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
1992 move the `font-lock-fontified' creation to inside the `unless'.
1993
a75dfea0
AI
19942000-02-06 Andrew Innes <andrewi@gnu.org>
1995
1996 * term/w32-win.el (x-handle-args): Comment out call to message,
1997 which occurs before window system is initialized.
1998
1999 * makefile.nt: Add support for recompiling lisp code.
2000
b85e9462
DL
20012000-02-04 Dave Love <fx@gnu.org>
2002
9ff33afb
DL
2003 * bindings.el (mode-line-mule-info): Fix/extend last change.
2004
b85e9462
DL
2005 * completion.el: Replace completion-dolist with dolist.
2006
2007 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2008 dotimes.
2009
44dff075
CD
20102000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2011
2012 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2013 environment names before they go into the section regexp.
2014
2015 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2016 char class in regexp.
2017
2018 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2019 `case-fold-search' to nil.
2020
2021 * progmodes/idlwave.el (idlwave-template): Respect
2022 `idlwave-abbrev-change-case'.
2023 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2024 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2025 idlwave-while): respect `idlwave-reserved-word-upcase'.
2026 (idlwave-rw-case): New function.
2027 (idlwave-statement-match): Fixed problem with assignment regexp.
2028 (idlwave-font-lock-keywords): Improved regexp for keyword
2029 parameters.
a23c5037 2030 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
2031 operators longer than 1 char.
2032
2033 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2034 idlwave-shell-expression-overlay. Implemented printing of
2035 expressions on higher levels of the calling stack.
2036 (idlwave-shell-display-level-in-calling-stack): Restore stack
2037 level.
2038 (idlwave-retrieve-expression-from-level): New function.
2039 (idlwave-shell-last-calling-stack): Variable removed.
2040 (idlwave-shell-reset): Argument action reversed (`visible' to
2041 `hidden'). Also remove stop-line overlay.
2042 (idlwave-shell-calling-stack-routine): New variable.
2043 (idlwave-shell-parse-stack-and-display): Messages now display
2044 negative level numbers.
2045 (idlwave-shell-mode): Set `modeline-format'.
2046 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2047 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2048 21.
2049 (idlwave-shell-print-expression-function): New option.
a23c5037 2050
44dff075
CD
2051 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2052 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2053 `tool-bar' instead of `toolbar'.
2054
f26c34fd
DL
20552000-02-02 Dave Love <fx@gnu.org>
2056
2057 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2058 emacs-lisp-mode-hook. Don't check for defalias being defined.
2059
2060 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2061 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2062 the new builtins directly.
2063
2064 * whitespace.el (whitespace): Add :version to defgroup.
2065
2066 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2067 Doc fix.
2068
2069 * thingatpt.el (sexp-at-point, symbol-at-point)
2070 (number-at-point, list-at-point): Add autoload cookie.
2071
2072 * recentf.el (recentf): Add :version to defgroup.
2073
2074 * quickurl.el (quickurl): Add :version to defgroup.
2075
2076 * elide-head.el (elide-head): Use point-marker more.
2077
2078 * bs.el (bs): Add :version to defgroup.
2079
2080 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2081
2082 * progmodes/delphi.el (delphi): Add :version to defgroup.
2083
d240a249
GM
20842000-02-02 Gerd Moellmann <gerd@gnu.org>
2085
2086 * ange-ftp.el (ange-ftp-write-region): Handle case that
2087 succeeding process operation sets a different coding system.
2088
2089 * calculator.el: New file.
2090
d5179a01
EZ
20912000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2092
2093 * frame.el (frames-on-display-list, framep-on-display): New
2094 functions.
2095 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2096 (display-selections-p, display-screens, display-pixel-width)
2097 (display-pixel-height, display-mm-width, display-mm-height)
2098 (display-backing-store, display-save-under, display-planes)
2099 (display-color-cells, display-visual-class): New functions.
2100
2101 * term/tty-colors.el (tty-color-gray-shades): New function.
2102
2103 * faces.el (display-color-p): Use framep-on-display.
2104 (display-grayscale-p): New function.
2105
968e00f0
DL
21062000-01-31 Dave Love <fx@gnu.org>
2107
2108 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2109 (create-fontset-from-x-resource): Don't concat integers.
2110
2cb750ba
GM
21112000-01-31 Inge Frick <inge@nada.kth.se>
2112
2113 * view.el: Some changes in documentation. Removed some trailing
2114 whitespace. Changed some parameter names to agree with
2115 documentation.
2116 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2117 window is not deleted. Modifies change 1998-04-26.
a23c5037 2118
74e9213b
GM
21192000-01-31 Gerd Moellmann <gerd@gnu.org>
2120
47569935
GM
2121 * windmove.el: New file.
2122
74e9213b
GM
2123 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2124 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 2125 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 2126
74e9213b
GM
2127 * jit-lock.el (jit-lock-function): Widen before calculating end
2128 position.
2129 (jit-lock-stealth-chunk-start): Rewritten.
2130
2131 * info.el (Info-title-face-alist): Removed.
2132 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2133 faces.
2134 (Info-fontify-node): Use these faces.
2135
994c5afe
GM
21362000-01-30 Gerd Moellmann <gerd@gnu.org>
2137
2138 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2139 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2140 `&allow-other-keywords'.
2141
2142 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2143 the list of directories scanned heuristically.
2144
2145 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2146 exist.
2147
f00276e3
JR
21482000-01-30 Jason Rumney <jasonr@gnu.org>
2149
2150 * w32-fns.el: Define w32-tty-standard-colors.
2151
2152 * startup.el (command-line): Use w32-tty-standard-colors when in
2153 w32 console mode.
2154
cc4dfff0
DL
21552000-01-30 Dave Love <fx@gnu.org>
2156
e645e77b
DL
2157 * jka-compr.el (jka-compr-load): Fix up load-history.
2158
cc4dfff0
DL
2159 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2160
2161 * emacs-lisp/cl-macs.el: Revert previous change.
2162
16215eb0
DL
21632000-01-29 Dave Love <fx@gnu.org>
2164
2165 * facemenu.el: Purecopy various strings.
2166
2167 * timezone.el (timezone-fix-time): Window against 69 for two-digit
2168 years. Deal with three-digit years.
2169
2170 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2171 defconst, purecopy.
2172 (help-back-label): Purecopy it.
2173
bbd9b566
GM
21742000-01-18 Gerd Moellmann <gerd@gnu.org>
2175
2176 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2177 variable. If non-nil, order the buffer list according to the
2178 currently selected frame.
2179 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2180 non-nil, pass the selected frame to function buffer-list.
a23c5037 2181
887448e1
GM
21822000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2183
2184 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2185
7df85084
DL
21862000-01-28 Dave Love <fx@gnu.org>
2187
142e109c
DL
2188 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2189
7df85084
DL
2190 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2191 Don't use lisp-indent-hook property.
2192 (cl-abs): Remove.
2193
2194 * subr.el: Move out indent and edebug specs for when and unless.
2195
2196 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2197 when, unless.
2198
2199 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2200 unless, when.
2201
3b43c01c
GM
22022000-01-28 Gerd Moellmann <gerd@gnu.org>
2203
d060bc9f
GM
2204 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2205 `collecting' as synonym for `collect'.
2206
2207 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2208 for the case it contains spaces.
2209
2210 * simple.el (what-cursor-position): Change formatting of
2211 messages.
2212
b02786f9
GM
2213 * frame.el (delete-other-frames): New function.
2214 (toplevel): Bind it to C-x 5 1.
2215
efd68b8a
GM
2216 * sort.el (sort-numeric-base): New option.
2217 (sort-numeric-fields): If number starts with `0' or `0[xX[',
2218 interpret it as octal or hexadecimal. Use sort-numeric-base
2219 as default base.
2220
3b43c01c
GM
2221 * progmodes/glasses.el: New file.
2222
984ae001
GM
22232000-01-27 Gerd Moellmann <gerd@gnu.org>
2224
a0b796e3
GM
2225 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2226 userids differently.
2227
984ae001
GM
2228 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2229 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2230 progmodes/ebnf-yac.el: New files.
2231
6c67ddee
DL
22322000-01-26 Dave Love <fx@gnu.org>
2233
2234 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2235 on a function with an empty body. [From Eric Ludlam.]
2236
4e6473c8
GM
22372000-01-25 Andre Spiegel <spiegel@gnu.org>
2238
2239 * vc.el (vc-version-diff): Make sure file name is expanded.
2240
e12489f9
GM
22412000-01-25 Gerd Moellmann <gerd@gnu.org>
2242
2243 * scroll-bar.el (scroll-bar-timer): Variable removed.
2244 (scroll-bar-toolkit-scroll): Don't use a timer.
2245
8dbe2b07
KH
22462000-01-25 Kenichi Handa <handa@etl.go.jp>
2247
2248 * language/thai-util.el (thai-composition-function): Delete
2249 superfluous `a'.
2250
26ef1c87
DL
22512000-01-24 Dave Love <fx@gnu.org>
2252
2253 * fortran.el (fortran-mode): Use beginning-of-defun-function,
2254 end-of-defun-function.
2255
2256 * font-lock.el (turn-on-font-lock): Don't depend on window-system
2257 &c.
2258
7ed4e9a7
JR
22592000-01-22 Jason Rumney <jasonr@gnu.org>
2260
2261 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2262 conflicts with new face support.
2263
d2ce3151
RS
22642000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2265
2266 * replace.el (query-replace): Rename last arg to DELIMITED.
2267 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2268 (query-replace-regexp): Likewise.
2269
2d5e9b54
RS
22702000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2271
02b14400
RS
2272 * subr.el (with-syntax-table): Use make-symbol, not gensym.
2273
5bb6f079
RS
2274 * emacs-lisp/lisp.el (beginning-of-defun-function):
2275 Variable renamed from beginning-of-defun.
2276 Do not call make-variable-buffer-local.
2277 (beginning-of-defun-raw): Use new variable name; doc fix.
2278 (beginning-of-defun): Doc fix.
2279 (end-of-defun-function): Variable renamed from end-of-defun.
2280 Do not call make-variable-buffer-local.
2281 (end-of-defun): Use new variable name; doc fix.
2282
02b14400
RS
2283 * subr.el (dolist, dotimes): Copied from cl-macs.el
2284 and made to work.
2d5e9b54 2285
a23c5037 2286 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
2287 Variable replaces rmail-digest-end-regexp.
2288 Allows multiple regexps for detecting the end line.
2289 (undigestify-rmail-message): Corresponding changes.
2290
60af03f1
DL
22912000-01-19 Dave Love <fx@gnu.org>
2292
fe5d99e1
DL
2293 * files.el (user-init-file): Don't declare here -- is primitive.
2294
60af03f1
DL
2295 * startup.el (command-line): Check for compiled user-init-file and
2296 set to uncompiled version if necessary.
2297
72dbbc7d
GM
22982000-01-18 Gerd Moellmann <gerd@gnu.org>
2299
6a1950ec
GM
2300 * mail/undigest.el (rmail-digest-end-regexp): New user option.
2301 (undigestify-rmail-message): Use it.
2302
72dbbc7d
GM
2303 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2304
fbe91bbd
GM
23052000-01-17 Gerd Moellmann <gerd@gnu.org>
2306
2307 * tmm.el (tmm-goto-completions): Adapt to prompt being part
2308 of mini-buffer.
2309
33a6685b
GM
23102000-01-14 Gerd Moellmann <gerd@gnu.org>
2311
b3303df7
GM
2312 * emacs-lisp/copyright.el (copyright-update): Removed the
2313 requirement for a trailing space from `copyright-regexp', to
2314 support copyrights with owner specified on a separate line..
a23c5037 2315
3c4c8064
GM
2316 * align.el: New file.
2317
33a6685b
GM
2318 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
2319
2320 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
2321
044a4975
DL
23222000-01-13 Dave Love <fx@gnu.org>
2323
2324 * ph.el: Removed. (Obsoleted by EUDC.)
2325
0a352cd7
GM
23262000-01-13 Gerd Moellmann <gerd@gnu.org>
2327
2328 * net/eudc.el (toplevel): Remove autoloaded code installing
2329 menu with easymenu, because that causes build problems.
2330
2331 * frame.el (frame-notice-user-settings): New variable.
2332 (frame-notice-user-settings): Don't modify frame parameters
2333 if called a second time.
2334
23352000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2336
2337 * frame.el (frame-notice-user-settings):
2338 Notice default-frame-parameters even for non-window frames.
2339
feb450e0
GM
23402000-01-13 Gerd Moellmann <gerd@gnu.org>
2341
2342 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
2343 for Emacs.
2344 (eudc-bob-can-display-inline-images): Extend for Emacs.
2345 (eudc-bob-toggle-inline-display): Ditto.
2346 (eudc-bob-display-jpeg): Ditto.
2347
99c6d63b
GM
23482000-01-12 Gerd Moellmann <gerd@gnu.org>
2349
7970b229
GM
2350 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2351 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
2352 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 2353
e4936aa9
GM
2354 * add-log.el (add-change-log-entry): Fix error trying an `(insert
2355 nil)'.
2356
2357 * subdirs.el: Add `net' directory.
2358
133c9e59
GM
2359 * net: New directory.
2360
99c6d63b
GM
2361 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
2362 eval-last-sexp. Don't bind debug-on-error here.
2363 (eval-last-sexp): New function. Bind debug-on-error if
2364 eval-expression-debug-on-error is non-nil.
2365 (eval-defun-2, eval-defun): Likewise.
2366
2367 * simple.el (eval-expression): Don't bind debug-on-error if
2368 eval-expression-debug-on-error is nil. Detect changed
2369 debug-on-error, and propagate new value to global binding, if
2370 eval-expression-debug-on-error is non-nil,
2371 (eval-expression-debug-on-error): Change doc string.
a23c5037 2372
83c8f461
RS
23732000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2374
2375 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
2376
2377 * emacs-lisp/lisp-mode.el (with-syntax-table):
2378 Set up lisp-indent-function property.
2379
2380 * subr.el (with-syntax-table): Moved from simple.el.
2381
2382 * simple.el (with-syntax-table): Moved to subr.el.
2383
7e3c74fa
GM
23842000-01-11 Gerd Moellmann <gerd@gnu.org>
2385
1fab1775
GM
2386 * tmm.el (tmm-shortcut): Delete region after prompt instead
2387 of erasing buffer.
2388
7e3c74fa 2389 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
2390 (fill-context-prefix): Use the longest common prefix of first
2391 and second line fill prefix, if there is one.
7e3c74fa 2392
782bd3ec
RS
23932000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2394
2395 * array.el (array-mode): Don't use make-variable-buffer-local.
2396 Use make-local-variable for `truncate-lines'.
2397
aa705642 23982000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 2399
aa705642
GM
2400 * add-log.el (add-log-current-defun): Handle user-defined
2401 add-log-current-function returning nil,
a23c5037 2402
57df2446 2403 * add-log.el (add-change-log-entry): Insert version number
aa705642 2404 if having found a current function
c1356086
GM
2405
2406 * add-log.el (add-log-current-defun): Call
2407 `add-log-current-defun-function'. Try matches at level 0 and
2408 level 1. Strip whitespace from defun found.
a23c5037 2409
1d8c59e9
RS
24102000-01-10 John Wiegley <johnw@gnu.org>
2411
2412 * allout.el (isearch-done/outline-provisions): Added `edit'
2413 argument to correspond with the current definition of
2414 `isearch-done'.
2415
8cf87e9b
DL
24162000-01-10 Dave Love <fx@gnu.org>
2417
2418 * elide-head.el (elide-head): Use point-marker, not point.
2419
9050446c
GM
24202000-01-10 Gerd Moellmann <gerd@gnu.org>
2421
8321b22a
GM
2422 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
2423 before and after the year 2000.
a23c5037 2424
9050446c
GM
2425 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
2426 Add ispell- prefix.
2427
24282000-01-10 Ken Stevens <k.stevens@ieee.org>
2429
2430 * ispell.el: Only define dictionaries in menus when they exist.
2431 (version18p): New variable.
2432 (version20p): New variable.
2433 (xemacsp): New variable.
2434 (ispell-choices-win-default-height): Fix for XEmacs visibility.
2435 (ispell-dictionary-alist1): Added Brasileiro dictionary.
2436 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 2437 run-together words.
9050446c
GM
2438 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
2439 (ispell-dictionary-alist): Add koi8-r to customize definition.
2440 (check-ispell-version): Added documentation string. Returns
f24fef2f 2441 library path when called non-interactively.
9050446c
GM
2442 (ispell-menu-map-needed): Uses new variables.
2443 (ispell-library-path): New variable.
2444 (ispell-decode-string): XEmacs fix for bogus variable bindings.
2445 (ispell-word): Improved documentation string. Test for valid
2446 character mappings. Correctly check typed in word changes that can
2447 result in single words split into multiple words. Returns
2448 replacement word.
2449 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
2450 replace in recursive query replace mode. Help message for
2451 recursive edit mode.
2452 (ispell-show-choices): Protect against bad framepop bindings.
2453 (ispell-help): Fix to work with XEmacs.
2454 (ispell-highlight-spelling-error): Use new variables.
2455 (ispell-overlay-window): Fix to work with XEmacs.
2456 (ispell-parse-output): Passed and returns location information
2457 tracking spelling corrections. Doesn't recheck same word on
2458 current line.
2459 (ispell-init-process): Protect against bogus XEmacs variable binding.
2460 Fix call to single argument in sleep-for. Use new variables.
2461 (ispell-region): Passed and returns location information tracking
2462 spelling corrections. Doesn't check same word on current line.
2463 Improved documentation string. Doesn't resend a line already
2464 checked to the ispell process - fixes bug in LaTeX parsing.
2465 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
2466 (ispell-skip-region): No longer skips <TT> in SGML.
2467 (ispell-process-line): Tracks location information with spelling
2468 corrections. Added documentation string. Accounts for words
2469 already accepted on this line. Don't allow query-replace on line
2470 starting with math characters. Doesn't resend a line already sent
2471 to ispell process. Fixes alignment error bug.
a23c5037 2472
6d0c28f4
RS
24732000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2474
a23c5037 2475 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
2476 Suggest xloadimage, which is free, not xv, which isn't.
2477
a23c5037 2478 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
2479 Don't ever include the host name or user name in the value.
2480
9ed79f5d
GM
24812000-01-09 Gerd Moellmann <gerd@gnu.org>
2482
2483 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
2484 of a real newline.
2485
b950abb1
GM
24862000-01-09 Stephen Eglen <stephen@gnu.org>
2487
a23c5037 2488 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
2489 for .png files.
2490
3c708e98
GM
24912000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
2492
2493 * cus-edit.el (custom-hook-convert-widget): Fix comment.
2494
bf61662d
GM
24952000-01-09 Gerd Moellmann <gerd@gnu.org>
2496
f1d851ae
GM
2497 * progmodes/cperl-mode.el: Replace ^F with ^L.
2498
bf61662d 2499 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 2500 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
2501 recursion.
2502
c65d14ee
DL
25032000-01-08 Dave Love <fx@gnu.org>
2504
8cf87e9b
DL
2505 * emacs-lisp/backquote.el: Remove inappropriate customization
2506 (allowing custom.el to use backquote).
c65d14ee 2507
83de2ebc
DL
25082000-01-07 Dave Love <fx@gnu.org>
2509
2510 * add-log.el (add-log-debugging): Deleted.
2511 (add-change-log-entry): Treat a backup FILE-NAME as its parent
2512 file. Remove debugging code.
2513 (change-log-get-method-definition, change-log-name): Add doc.
2514 (change-log-sortable-date-at): New function.
2515 (change-log-merge): New command.
2516
2517 * time.el (display-time-string-forms): Make the Mail string active.
2518 (display-time-update): Provide help-echo for load average.
2519
2520 * bindings.el (make-mode-line-mouse2-map): New function.
2521 (mode-line-modified): Use it and simplify.
2522 (mode-line-mule-info): Provide help-echo info.
2523 (minor-mode-alist): Activate the strings.
2524 (make-mode-line-mouse-sensitive): Simplify for
2525 mode-line-buffer-identification.
2526
c1475eae
GM
25272000-01-07 Gerd Moellmann <gerd@gnu.org>
2528
2529 * play/pong.el: New file.
2530
83de2ebc
DL
25312000-01-06 Dave Love <fx@gnu.org>
2532
2533 * array.el: Assorted cleanups for compiler warnings, doc strings,
2534 `array-' prefix for symbols.
2535
25362000-01-05 Dave Love <fx@gnu.org>
2537
2538 * textmodes/outline.el (outline-mode-menu-bar-map): Add
2539 outline-headers-as-kill.
2540 (outline-mode): Define imenu-generic-expression.
2541 (outline-headers-as-kill): New command.
2542
2543 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
2544 from paragraph-start.
2545 (paragraph-indent-minor-mode): New command.
2546
2547 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
2548 M-C-e, M-C-h, C-j, C-xnd, TAB.
2549 (fortran-mode): Set beginning-of-defun, end-of-defun.
2550 (fortran-column-ruler): Simplify.
2551 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
2552 (fortran-with-subprogram-narrowing): Likewise.
2553 (fortran-indent-subprogram): Call mark-defun.
2554 (fortran-check-for-matching-do): Change narrowing.
2555
2556 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
2557 (cl-lucid-hash-tag): Delete.
2558 (cl-hash-table-p): Correct test for native table.
2559 (cl-hash-table-count): Use hash-table-count.
2560
2561 * browse-url.el (browse-url): Fix case of
2562 browse-url-browser-function being an alist.
2563
676ac023
CD
25642000-01-05 Carsten Dominik <cd@gnu.org>
2565
c1475eae
GM
2566 * textmodes/reftex-vars.el (reftex-parse-file-extension)
2567 (reftex-index-phrase-file-extension): New options.
676ac023
CD
2568
2569 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 2570 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
2571
2572 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 2573 `reftex-parse-file-extension'.
eb483e17 2574
88807984
DL
25752000-01-05 Dave Love <fx@gnu.org>
2576
83de2ebc 2577 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
2578 (beginning-of-defun-raw): Use it.
2579 (end-of-defun): New variable.
2580 (end-of-defun): Use it.
2581 (check-parens): New command.
2582
1362aeb4
TTN
25832000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2584
c1475eae
GM
2585 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
2586 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 2587
7ddafb95
TTN
2588 Fix buglet in local variables initialization.
2589
7334aa99
AS
25902000-01-05 Andreas Schwab <schwab@suse.de>
2591
2592 * hscroll.el (hscroll): Doc fix.
2593
b12e24cd
CD
25942000-01-05 Carsten Dominik <cd@gnu.org>
2595
2596 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
2597 idlw-toolbar.
2598
2599 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
2600 file idlw-rinfo.el.
1362aeb4
TTN
2601 (idlwave-customize): load must read file idlw-shell.el.
2602 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 2603
d6226972
CD
26042000-01-05 Carsten Dominik <dominik@astro.uva.nl>
2605
2606 * progmodes/idlw-shell.el: Also provide idlwave-shell
2607 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
2608 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
2609
2610 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
2611 both reftex-dcr and reftex-vcr.
1362aeb4 2612
d6226972
CD
2613 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
2614
6ddb893f 26152000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
2616
2617 * ps-print.el: PostScript code now is in separate files, doc fix.
2618 (ps-print-version): New version number (5.0.3).
2619 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
2620 local.
2621 (ps-spool-config): Initialization fix.
c1475eae
GM
2622 (ps-print-prologue-1, ps-print-prologue-2)
2623 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
2624 (ps-background-image): Little code reformating.
2625 (ps-begin-file, ps-begin-job): Fix code.
88807984 2626 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
2627 (ps-prologue-file): New fun.
2628
ae833aae
KH
26292000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2630
c1475eae 2631 * ps-vars.el: Eliminated.
ae833aae
KH
2632
2633 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
2634 `;;;###autoload'.
2635
2636 * ps-print.el: ps-vars eliminated, doc fix.
2637 (ps-print-version): New version number (5.0.2).
2638 (ps-spool-config): Initialization fix.
2639 (ps-print-customize): New fun.
2640
560a7bd2
GM
26412000-01-04 Gerd Moellmann <gerd@gnu.org>
2642
2643 * autorevert.el (auto-revert-mode): Return value of
2644 auto-revert-mode.
2645
f45dd0f4
DL
26462000-01-04 Dave Love <fx@gnu.org>
2647
fae2ac05
DL
2648 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
2649 menu items.
f45dd0f4 2650
61255981
DL
26512000-01-03 Dave Love <fx@gnu.org>
2652
88807984 2653 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 2654
83de2ebc 2655 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
2656 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
2657 `cl-hash-table-p', not `hash-table-p'.
2658 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
2659
c182a70f
EZ
26602000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2661
2662 * faces.el (face-read-integer, read-face-attribute)
2663 (color-defined-p, color-values): unspecified-{f,b}g are now
2664 strings.
2665
047f434a
GM
26662000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2667
2668 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
2669 at comment end, and re-insert them after filling.
2670
bab531e2
EZ
26712000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2672
2673 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
2674 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
2675 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 2676
d684c676
EZ
26772000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2678
2679 * term/x-win.el (xw-defined-colors): Call color-supported-p,
2680 the new name of face-color-supported-p.
2681
2682 * term/w32-win.el (xw-defined-colors): Likewise.
2683
0aad4805
EZ
26842000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2685
2686 * simple.el (completion-setup-function): Count completion-size
2687 from minibuffer-prompt-end, not from point-min.
2688
5fe1d139
EZ
26892000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2690
2691 * faces.el (read-face-attribute, defined-colors, color-defined-p):
2692 Pass the frame to tty-color-* functions.
2693 (display-color-p, frame-set-background-mode): Pass the frame to
2694 tty-display-color-p.
2695
2696 * term/tty-colors.el (tty-defined-color-alist): Renamed from
2697 tty-color-alist.
2698 (tty-color-alist, tty-modify-color-alist): New functions.
2699 (tty-color-define, tty-color-clear, tty-color-approximate)
2700 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
2701 an optional parameter FRAME.
2702
162dec01
GM
27032000-01-01 Gerd Moellmann <gerd@gnu.org>
2704
27189709
GM
2705 * image.el (create-image, defimage): Don't assume image data is a
2706 string.
2707
162dec01
GM
2708 * image.el (defimage): Handle specifications containing :data
2709 instead of :file.
2710 (image-type-from-data): New function.
2711 (image-type-from-file-header): Use it.
2712 (create-image): Add parameter DATA-P.
1362aeb4 2713
23e3e630
RS
27141999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2715
2716 * echistory.el (electric-command-history): Call Command-history-setup
2717 and command-history-mode using their new conventions.
2718
2719 * chistory.el (Command-history-setup): Don't switch buffers. Take
2720 no args, and do not set major-mode, mode-name or the local map.
2721 (command-history-mode): New function, does some of those things
2722 Command-history-setup used to do.
2723 (list-command-history): Call command-history-mode, not
2724 Command-history-setup.
2725 (command-history): Renamed from command-history-mode.
2726
27271999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2728
2729 * arc-mode.el (archive-mode-map): Bind q to quit-window.
2730
bc283707
WP
27311999-12-31 William M. Perry <wmperry@aventail.com>
2732
2733 * image.el (defimage): Images with the `:data' keyword should be
2734 considered valid as well.
2735
f6e2cbe3
RS
27361999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2737
2738 * dired.el (dired-get-filename): Don't call file-name-absolute-p
2739 with FILE if FILE is nil.
2740
27411999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2742
2743 * simple.el (choose-completion-string): In minibuffer,
2744 do not delete the prompt string.
2745
a915c648
GM
27461999-12-30 Gerd Moellmann <gerd@gnu.org>
2747
cc8fdbd3
GM
2748 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
2749 assigned to mode-line-mode-menu because bindings.el is dumped with
2750 Emacs, and thus the lists used for menu-item definition will be
2751 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
2752 like pure menu item definitions.
2753
a915c648
GM
2754 * expand.el (expand-abbrev-hook): Return t if expansion was
2755 done, nil otherwise.
2756
d989116d
RS
27571999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2758
2759 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
2760 (tar-quit): Function deleted.
2761
30f80d00
TTN
27621999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2763
2764 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
2765 was used but not declared.
2766
2767 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
2768 hs-find-block-beginning): Add or modify docstrings.
2769
2770 (hs-isearch-show): Rewrite.
2771
a3d4e587
GM
27721999-12-28 Gerd Moellmann <gerd@gnu.org>
2773
e8306224
GM
2774 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
2775
a3d4e587
GM
2776 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
2777 space in front of a C-style comment end.
2778
5731b491
EZ
27791999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
2780
2781 * startup.el (command-line-1): Make mode line mouse-sensitive for
2782 the MS-DOS version as well.
2783
6448a6b3
GM
27841999-12-28 Gerd Moellmann <gerd@gnu.org>
2785
2786 * bs.el: New file.
2787
27657687
RS
27881999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2789
2790 * textmodes/ispell.el (ispell-process-line):
2791 Add local var line-offset to adjust for the change
2792 in positions within the line, due to previous replacements.
2793
d7e110e4
RS
27941999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2795
2796 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2797 Doc fixes.
2798
776d8e16
GM
27991999-12-27 Gerd Moellmann <gerd@gnu.org>
2800
2801 * add-log.el (change-log-version-number-regexp-list)
2802 (change-log-version-info-enabled): Change :version to 21.1.
2803 (toplevel): Require CL when compiling.
2804
28051999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2806
2807 * add-log.el (change-log-version-number-regexp-list): Added tag
2808 :version 20.6
2809 (change-log-version-info-enabled): Added tag :version 20.6
2810
28111999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2812
2813 * add-log.el: More general version number search with
2814 user-configurable regexp list.
2815 (change-log-version-number-regexp-list): New user variable.
2816 (change-log-find-version): Rewritten. Use user-configurable
2817 version numbering regexp list
2818 change-log-version-number-regexp-list.
2819 (change-log-find-version): Renamed to
2820 change-log-version-number-search
2821 (add-log-file-name-function): New.
2822 (change-log-search-vc-number): Added END paramaeter. Added doc
2823 string to function.
2824 (change-log-version-rcs): Renamed. Was
2825 change-log-search-vc-number.
2826
4340f945 28271999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
30f80d00 2828
74576c2c
TTN
2829 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
2830 overlays if they interfere.
2831 (compilation-find-file): Make intangible overlays tangible.
30f80d00 2832
4340f945
TTN
2833 * progmodes/hideshow.el: Generally, synch w/ maintainer
2834 version 5.9.
2835
2836 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
30f80d00 2837
4340f945 2838 (hs-minor-mode-hook): Don't initialize.
30f80d00 2839
4340f945 2840 (hs-special-modes-alist): Rewrite value and docstring.
30f80d00 2841
4340f945 2842 (hs-minor-mode-prefix): Delete unused var.
30f80d00 2843
4340f945 2844 (hs-block-start-mdata-select): New var, buffer local.
30f80d00 2845
4340f945 2846 (hs-headline): New var.
30f80d00 2847
4340f945 2848 (hs-match-data, hs-forward-sexp): New funcs.
30f80d00 2849
4340f945 2850 (hs-hide-comment-region): New func.
30f80d00 2851
4340f945
TTN
2852 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
2853 hs-safety-is-job-n, hs-hide-initial-comment-block,
2854 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
2855 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
2856 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
2857 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
2858 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
30f80d00 2859
4340f945
TTN
2860 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
2861 (hs-isearch-show-temporary): New funcs.
30f80d00 2862
4340f945 2863 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
30f80d00 2864
4340f945 2865 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
30f80d00 2866
4340f945
TTN
2867 When constructing menu, use `[(shift button2)]' notation.
2868
f7c9e039
RS
28691999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2870
2871 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
2872 (jka-compr-compression-info-list): Add new elt to each vector.
2873 (jka-compr-write-region): Don't compress the data if it is
2874 already compressed.
2875
2876 * jka-compr.el (jka-compr-really-do-compress): New variable.
2877 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
2878 if visiting.
2879 (jka-compr-write-region): Set jka-compr-really-do-compress
2880 if visiting. Test it when deciding to compress.
2881
deca1348
GM
28821999-12-22 Gerd Moellmann <gerd@gnu.org>
2883
2884 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
2885 with third argument t.
2886
e33e080c
GM
28871999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2888
2889 * antlr-mode.el: Version 1.2 is released.
2890 (antlr): This package has a web page.
2891
28921999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2893
2894 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
2895 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
2896 (antlr-mode-map): New binding [C-c C-c].
2897 (antlr-mode-menu): New entries.
2898
28991999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2900
2901 * antlr-mode.el: Respect Emacs conventions.
2902 ((require 'cl)): Only use during compilation.
2903 (antlr-language-for-option): New function to avoid using `find'.
2904 (antlr-mode): Use it.
2905 (antlr-with-syntax-table): Define new instead using XEmacs' one.
2906 (antlr-imenu-create-index-function): Change accordingly.
2907 (antlr-inside-rule-p): Ditto.
2908 (antlr-end-of-rule): Ditto.
2909 (antlr-end-of-body): Ditto.
2910 (antlr-beginning-of-rule): Ditto.
2911 (antlr-indent-line): Ditto.
2912
29131999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
2914
2915 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
2916 (antlr-set-tabs): Don't use hard-coded values.
2917
2918 * antlr-mode.el: Minor navigation changes. Not perfect, but this
2919 won't be possible without a huge time penalty.
2920 (antlr-skip-exception-part): Be more specific.
2921 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
2922 Renamed from `antlr-skip-grammar-header'.
2923 (antlr-next-rule): Change accordingly.
2924 (antlr-end-of-body): Ditto. Better error message.
2925 (antlr-beginning-of-body): Better error message.
2926 (antlr-imenu-create-index-function): Skip rule action prelude.
2927
2928 * antlr-mode.el: Minor syntax highlighting changes.
2929 (antlr-font-lock-default-face): Deletia.
2930 (antlr-font-lock-tokendef-face): Changed color.
2931 (antlr-font-lock-tokenref-face): Changed color.
2932 (antlr-font-lock-literal-face): Changed color.
2933 (antlr-font-lock-additional-keywords): Minor changes.
2934
ddc9a403
CD
29351999-12-20 Carsten Dominik <cd@gnu.org>
2936
2937 * progmodes/idlwave.el: New file.
2938
2939 * progmodes/idlwave-rinfo.el: New file.
2940
2941 * progmodes/idlwave-shell.el: New file.
2942
2943 * progmodes/idlwave-toolbar.el: New file.
2944
1362aeb4 2945 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
ddc9a403 2946
2936437d
GM
29471999-12-21 Gerd Moellmann <gerd@gnu.org>
2948
2949 * progmodes/cwarn.el: New file.
2950
71a92751
GM
29511999-12-19 Gerd Moellmann <gerd@gnu.org>
2952
2953 * bindings.el (completion-ignored-extensions): Add .pdf.
2954
bd6a2462
EZ
29551999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2956
2957 * version.el: Put the version info into binary on MS-DOS as well.
2958
9e6985ed
GM
29591999-12-19 Gerd Moellmann <gerd@gnu.org>
2960
2961 * emacs-lisp/debug.el (debugger-continue): Don't continue if
2962 debugger-may-continue is nil.
2963
3998263f
DL
29641999-12-18 Dave Love <fx@gnu.org>
2965
b416e85a
DL
2966 * emacs-lisp/cl-macs.el: Remove conditional definition of
2967 eval-when-compile. Don't specify abs, expt, gethash,
2968 hash-table-count, hash-table-p as side-effect-free here.
3998263f
DL
2969 (cl-emacs-type): Don't declare.
2970 (cl-compile-time-init): Remove Emacs 18 compiler patch.
2971 (cl-parse-loop-clause): Remove compatibility code.
2972
b416e85a 2973 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3998263f
DL
2974 (side-effect-free-fns): Add gethash, hash-table-count.
2975 (side-effect-and-error-free-fns): Add hash-table-p.
2976
b416e85a
DL
2977 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
2978 `cl-' to autoload names for some hash functions. Don't autoload
3998263f
DL
2979 eval-when-compile. Don't provide mini-cl.
2980 (cl-emacs-type): Remove.
2981 (cl-map-extents): Remove compatibility code.
2982
83de2ebc 2983 * emacs-lisp/float.el: Bind free variables.
3998263f 2984
83de2ebc 2985 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3998263f 2986
b1aa0883
GM
29871999-12-16 Gerd Moellmann <gerd@gnu.org>
2988
2989 * bindings.el (completion-ignored-extensions): Add .tfm.
2990
5cf713b1
DL
29911999-12-16 Dave Love <fx@gnu.org>
2992
3920868a
DL
2993 * faces.el (set-face-attribute): Purecopy the attributes set.
2994
2995 * custom.el (custom-declare-variable): Purecopy value.
2996
b416e85a 2997 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
5cf713b1
DL
2998 (byte-extrude-byte-code-vectors): Use remprop.
2999 (byte-compile-lambda): Check that arg is a lambda.
3000
76f5e2af 30011999-11-16 Anders Lindgren <AndersL@andersl.com>
30f80d00 3002
76f5e2af
GM
3003 * font-lock.el: System for adding and removing keywords.
3004 Both local (previously added keyword) and global keywords
3005 can be removed.
3006 (font-lock-remove-keywords): New user-level function.
3007 (font-lock-update-removed-keyword-alist): New internal function.
3008 (font-lock-removed-keywords-alist): New variable.
3009 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3010 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3011 growing datastructures.
3012 (font-lock-set-defaults): Removes keywords stored in
3013 `font-lock-removed-keywords-alist' after local keywords added.
3014
30151999-12-16 Anders Lindgren <andersl@andersl.com>
3016
3017 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3018 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3019
3020 * font-lock.el (c-keywords): Only highlight preprocessor
3021 directives when spelled correctly.
3022
3023 * font-lock.el (font-lock-match-c++-structor-declaration,
3024 c++-keywords): Fontify constructors and destructors with function
3025 face inside C++ class declarations.
30f80d00 3026
340fe50f
GM
30271999-12-16 Gerd Moellmann <gerd@gnu.org>
3028
031999fb
GM
3029 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3030 the shell from sh-shell-file.
3031
340fe50f
GM
3032 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3033
a5e0e1a8
EZ
30341999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3035
3036 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3037 if one of the files specified cannot be accessed by
3038 file-attributes. Do not strip any leading directories from the
3039 file names, to behave more like `ls' does.
3040
3041 * dired.el (dired-get-filename): Handle absolute file names.
3042 (dired-readin-insert): If argument is a cons, don't print
3043 "wildcard" on the ``total'' line.
3044
f9d2fdc4
EZ
30451999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3046
3047 * faces.el (face-read-integer, read-face-attribute)
3048 (color-defined-p, color-values): Allow color values unspecified-fg
3049 and unspecified-bg, handle them as unspecified.
3050
ddc9a403
CD
30511999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3052
3053 * textmodes/reftex.el: (reftex-compile-variables): respect new
3054 structure of `reftex-index-macro'
3055 (reftex-compile-variables): Use the changed structure of
3056 `reftex-label-alist'.
3057
3058 * textmodes/reftex-vars.el (reftex-index-math-format,
3059 (reftex-toc-max-level): New option.
3060 reftex-index-phrases-search-whole-words,
3061 reftex-index-phrases-case-fold-search,
3062 reftex-index-phrases-skip-indexed-matches,
3063 reftex-index-phrases-wrap-long-lines,
3064 reftex-index-phrases-sort-prefers-entry,
3065 reftex-index-phrases-sort-in-blocks): New options.
3066 (reftex-index-macros): Option structure changed.
3067 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3068 (reftex-label-alist): Additional item in each entry to specify if
3069 the environment should be listed in the TOC.
3070 (eval-when-compile (require 'cl)) added.
3071
3072 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3073 longer deals with "repeat".
3074 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3075 now used.
3076 (reftex-index-phrases-comment-regexp,
3077 reftex-index-phrases-macrodef-regexp,
3078 reftex-index-phrases-phrase-regexp1,
3079 reftex-index-phrases-phrase-regexp2,
3080 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3081 New constants.
3082 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3083 reftex-index-phrases-font-lock-keywords,
3084 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3085 reftex-index-phrases-restrict-file): New variables.
3086 (reftex-index-phrase-selection-or-word,
3087 reftex-index-visit-phrases-buffer,
3088 reftex-index-initialize-phrases-buffer,
3089 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3090 reftex-index-next-phrase, reftex-index-this-phrase,
3091 reftex-index-all-phrases, reftex-index-region-phrases,
3092 reftex-index-phrases-parse-header,
3093 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3094 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3095 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3096 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3097 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3098 reftex-index-make-replace-string,
3099 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3100 reftex-index-phrase-match-is-indexed,
3101 reftex-index-phrases-fixup-line,
3102 reftex-index-phrases-replace-space,
3103 reftex-index-select-phrases-macro): New functions.
3104 (reftex-index-globalize, reftex-index-globally): functions removed
3105 (eval-when-compile (require 'cl)) added.
1362aeb4 3106
ddc9a403
CD
3107 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3108 for max level.
3109 (reftex-toc-max-level-indicator): New variable.
3110 (reftex-toc-max-level): New command.
3111 (reftex-toc-map): New keybinding `t'.
3112 (reftex-toc-help): Constant updated.
3113 (eval-when-compile (require 'cl)) added.
3114
3115 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3116 `t' command key can change `reftex-toc-max-level'
3117 (eval-when-compile (require 'cl)) added.
3118
3119 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3120 `reftex-toc-max-level'
3121 (eval-when-compile (require 'cl)) added.
3122
3123 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3124 added.
3125
3126 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3127 added.
3128
3129 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3130 commands.
3131 (reftex-citation, reftex-do-citation,
3132 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3133 preselect a citation format.
3134 (eval-when-compile (require 'cl)) added.
3135
3136 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3137 parameter to-end
3138 (reftex-section-info): Deal with environment matches.
3139 (eval-when-compile (require 'cl)) added.
3140
3141 * reftex-global.el (eval-when-compile (require 'cl)) added.
3142
5ec14d3c
KH
31431999-12-15 Kenichi Handa <handa@etl.go.jp>
3144
3145 The following changes are for the new composition mechanism. We
3146 have deleted `composition' charset and composite characters,
3147 instead introduced a special text property `composition'.
3148
3149 * composite.el: New file.
3150
3151 * ps-mule.el: Define encode-composition-rule and find-composition
3152 for Emacs 20.4 and the earlier versions.
3153 (ps-mule-init-external-library): Just require a feature for
3154 external libraries.
3155 (ps-mule-prologue): Postscript code modified for new composition.
3156 (ps-mule-find-wrappoint): New arg COMPOSITION.
3157 (ps-mule-plot-string): Delete code for composite characaters.
3158 (ps-mule-plot-composition): New funcion.
3159 (ps-mule-prepare-font-for-components): New function.
3160 (ps-mule-plot-components): New function.
3161 (ps-mule-composition-prologue-generated): Renamed from
3162 ps-mule-cmpchar-prologue-generated.
3163 (ps-mule-composition-prologue): New named from
3164 ps-mule-cmpchar-prologue. Modified for new composition.
3165 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3166 ps-mule-prepare-cmpchar-font): Deleted.
3167 (ps-mule-string-encoding): New arg NO-SETFONT.
3168 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3169 check Composing, not Cmpchar
3170 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3171 to nil.
3172 (ps-mule-begin-job): Check existence of new composition.
3173
3174 * ps-print.el (ps-plot-region): Handle new composition.
3175
3176 * simple.el (what-cursor-position): Show "(composed)" if the
3177 character is composed.
3178
3179 * international/characters.el: Fix cateogries of Lao symbols.
3180
3181 * international/fontset.el (vertical-centering-font-regexp): New
3182 variable.
3183
3184 * international/mule.el (mule-version): Updated to 5.0 (AOI).
3185 (mule-version-date): Updated to 1999.12.7.
3186 (with-category-table): New macro.
3187
3188 * international/mule-cmds.el (encode-coding-char): Don't check
3189 composite character.
3190
3191 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3192 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3193 x-ctext): Give `composition' property t.
3194
3195 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3196 non-nil) at the tail of ALIST.
3197 (compose-region, decompose-region, decompse-string,
3198 reference-point-alist, compose-chars): Moved to composite.el.
3199 (compose-chars-component, compose-chars-rule,
3200 decompose-composite-char): Deleted.
3201
3202 * international/quail.el (quail-install-map): New optional arg
3203 NAME.
3204 (quail-get-translation): If DEF is a symbol but not a function,
3205 ignore it.
3206 (quail-start-translation): Put a key sequence undefined in the
3207 translation keymap in unread-command-events, not generated-events.
3208 Return parameterized event (compose-last-chars N) if the input
3209 characters should be composed.
3210 (quail-map-definition): If DEF is t, treat it as nil.
3211 (quail-delete-last-char): Delete the quail region.
3212 (quail-show-translations): Don't show list of translations if the
3213 quail package is deterministic.
3214 (quail-completion-max-depth): New variable.
3215 (quail-completion-1): Pay attention to the above variable. Fix
3216 for the case that a translation is a function.
3217 (quail-map-from-table, quail-map-from-table-1,
3218 quail-map-from-table-2): New functions.
3219 (quail-lookup-map-and-concat): New function
3220
3221 * language/devan-util.el: Mostly rewritten.
3222
3223 * language/lao.el: Register lao-composition-function in
3224 composition-function-table.
3225
3226 * language/lao-util.el: Mostly rewritten.
3227
3228 * language/thai.el: Register thai-composition-function in
3229 composition-function-table.
3230 (thai-tis620): Delete `pre-write-conversion' property.
3231
3232 * language/thai-util.el: (thai-category-table): Make it by
3233 make-category-table.
3234 (thai-composition-pattern): New variable.
3235 (thai-compose-region, thai-compose-string): Use
3236 with-category-table.
3237 (thai-post-read-conversion): Just call thai-compose-region.
3238 (thai-pre-write-conversion): Deleted.
3239 (thai-composition-function): New funciton.
3240
3241 * language/tibet-util.el: Most functions rewritten.
3242 (tibetan-char-p): Renamed from tibetan-char-examin.
3243 (tibetan-composable-examin) (tibetan-complete-char-examin)
3244 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3245 (tibetan-add-components): New function.
3246 (tibetan-composition-function): New function.
3247
3248 * language/tibetan.el: Register tibetan-composition-function in
3249 composition-function-table.
3250 (tibetan-composable-pattern): New variable.
3251 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3252 (tibetan-precomposition-rule-alist): Move punctuations to
3253 tibetan-punctuation-transcription-alist and
3254 tibetan-obsolete-glyphs.
3255 (tibetan-punctuation-transcription-alist): New variable.
3256 (tibetan-obsolete-glyphs): New variable.
3257 (tibetan-regexp): Improve the initialization code.
3258
3259 * textmodes/fill.el (fill-find-break-point): Delete codes for
3260 composite characters.
3261 (fill-region-as-paragraph): Likewise.
3262
c3c60f13
GM
32631999-12-14 Gerd Moellmann <gerd@gnu.org>
3264
5806e8a6
GM
3265 * international/mule-cmds.el (default-input-method): Specify
3266 that it should be set after current-language-environment.
3267
3268 * custom.el (custom-handle-keyword): Add :set-after.
3269 (custom-add-dependencies): New function.
3270 (custom-set-variables): Take dependencies between args into
3271 account.
30f80d00 3272
c3c60f13
GM
3273 * battery.el (battery): Doc fix.
3274
295ccc64
GM
32751999-12-12 Gerd Moellmann <gerd@gnu.org>
3276
3277 * progmodes/cc-make.el: Removed.
3278
03d218b4
GM
32791999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3280
3281 * Release of cc-mode 5.26
3282
32831999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3284
3285 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3286 target depth. Optionally count #else lines as clause limits,
3287 as suggested by don provan <provan@lucent.com>. #elif
3288 handling fixed.
3289
3290 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3291 (c-down-conditional-with-else): New commands that uses the
3292 added functionality in `c-forward-conditional'.
3293
32941999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3295
3296 * cc-align.el (c-lineup-comment): Preserve the alignment with
3297 a comment on the previous line instead of preserving the
3298 comment-column.
3299
33001999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3301
3302 * Fixes to IDL mode after input from Eric Eide
3303 <eeide@cs.utah.edu>:
3304 * cc-engine.el (c-beginning-of-statement-1): Allow
3305 `c-conditional-key' to be nil, for the benefit of IDL mode.
3306 * cc-engine.el (c-guess-basic-syntax): Ditto.
3307 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
3308 but do match CORBA 2.3 `valuetype'.
3309 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
3310 for IDL.
3311 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
3312 be nil for IDL.
3313 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
3314 Like C++.
3315 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
3316 set `c-method-key' and `c-baseclass-key' to nil.
3317
33181999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3319
3320 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
3321 with nonhanging open braces.
3322
33231999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3324
3325 * cc-align.el: Added docstrings to all lineup functions.
3326
3327 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
3328 keyword.
3329
3330 * cc-align.el (c-lineup-C-comments): Handle free form text
3331 comments. Use c-comment-prefix-regexp and comment-start-skip
3332 instead of hardcoded regexps.
3333
33341999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3335
3336 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
3337 behavior and return value as documented.
3338
33391999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3340
3341 * Changes for new style variable init system:
3342 * cc-langs.el (c-common-init): Dito.
3343 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
3344 now customizable.
3345 * cc-vars.el: Style variables may now take a value
3346 'set-from-style to make them take their value from the style
3347 system. This value is now the default on all these variables.
3348 * cc-vars.el (c-valid-offset): New function to verify a
3349 syntactic symbol offset setting.
3350 * cc-vars.el (c-offsets-alist): Variable moved from
3351 cc-styles.el since it's now customizable in a similar way to
3352 the other style variables.
3353 * cc-vars.el (c-old-style-variable-behavior): New variable to
3354 revert to the old style init behavior.
3355
3356 * cc-vars.el (c-file-style, c-file-offsets): Made always
3357 buffer local.
3358
3359 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
3360 the throws clause that might follow the function prototype in
3361 C++.
3362
33631999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3364
3365 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
3366 could move forward for macros that doesn't start in column 0.
3367
33681999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3369
3370 * cc-align.el (c-indent-multi-line-block,
3371 c-lineup-whitesmith-in-block): Two new lineup functions for
3372 use in whitesmith style.
3373
3374 * cc-styles.el (c-style-alist): More fixes to whitesmith
3375 style. It should now handle all different braces uniformly in
3376 both hanging and non-hanging cases.
3377
33781999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3379
3380 * cc-cmds.el (c-indent-exp): Use a marker to save point to
3381 make it stay in the same position relative to the surrounding
3382 text.
3383
3384 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
3385 when adaptive-fill-mode doesn't manage to get it correct.
3386
3387 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
3388 with dotted notation, e.g. foo.bar.Gnu.
3389
3390 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
3391 within unwind-protect (previously only some were wrapped so it
3392 would be possible to register mode initialization when full
3393 initialization did not finish).
3394
3395 * cc-styles.el (c-style-alist): Corrected the brace placement
3396 in the whitesmith style. Thanks to Sean Luke
3397 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
3398 styles with consistent brace placement for all constructs.
3399
34001999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3401
3402 * cc-cmds.el (c-context-line-break): Continue C++ comments too
3403 when point is in the middle of them.
3404
3405 * cc-cmds.el: Line breaking and paragraph filling code
3406 rewritten:
3407 (c-guess-fill-prefix): New function that uses various
3408 heuristics to guess the comment prefix.
3409 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
3410 It now assumes adaptive filling is active to preserve the line
3411 prefix inside comments.
3412 (c-indent-new-comment-line): Replacement for the now
3413 obsolete `c-comment-line-break-function' that uses
3414 `c-guess-fill-prefix' when appropriate. It now observes the
3415 setting of `comment-multi-line', which has effect in C-style
3416 block comments.
3417
3418 * cc-cmds.el (c-context-line-break): New function intended to
3419 be put on RET. It's essentially `newline-and-indent', but
3420 continues C block comments with the appropriate line prefix.
3421
3422 * cc-cmds.el (c-do-auto-fill): New function put on
3423 `normal-auto-fill-function' to implement the
3424 `c-ignore-auto-fill' variable.
3425
3426 * cc-cmds.el (c-beginning-of-statement): Use
3427 `c-comment-prefix-regexp' to avoid ending up inside the
3428 comment prefix. Better handling of comment starters and
3429 enders. Catch comments better when traversing code. Stop at
3430 preprocessor directives.
3431
3432 * cc-defs.el (c-forward-comment): New subst to hide platform
3433 dependent quirks in `forward-comment'.
3434
3435 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
3436 argument.
3437 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
3438 arguments. Activate this function by default when
3439 `parse-partial-sexp' supports it (currently Emacs 20.x).
3440
3441 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
3442 on the comment opener to make constants usable as lineup
3443 arguments.
3444
3445 * cc-align.el (c-lineup-C-comments): Fixes to handle the
3446 changed anchor position in the `c' syntactic symbol. Handle
3447 more than stars in the comment prefix; use the new variable
3448 `c-comment-prefix-regexp'. Don't indent text not preceded by
3449 a comment prefix to the right of the comment opener if it's
3450 long.
3451
3452 * cc-langs.el: Fixes to mode initialization for new line
3453 breaking and paragraph filling method. Adaptive fill mode is
3454 now activated at startup instead of deactivated. The
3455 variables used for adaptive filling and paragraph movement are
3456 also changed to incorporate the value of
3457 `c-comment-prefix-regexp'. `substitute-key-definition' is
3458 used to override some functions in the global map instead of
3459 overriding their default bindings.
3460
3461 * cc-mode.el (java-mode): Modify `paragraph-start' for the
3462 javadoc markup at mode init.
3463
3464 * cc-mode.el (c-setup-filladapt): A new convenience function
3465 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
3466 function is intended to be used explicitly by the end user
3467 only.
3468
3469 * cc-vars.el (c-comment-prefix-regexp): New variable used to
3470 recognize the comment fill prefix inside comments.
3471 (c-block-comment-prefix): New name for
3472 `c-comment-contiuation-stars', which is now obsolete. It's
3473 generalized to handle any character sequence.
3474 (c-ignore-auto-fill): New variable used to selectively disable
3475 Auto Fill mode in specific contexts.
3476
34771999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3478
3479 * cc-cmds.el (c-comment-indent): Leave at least one space
3480 between the comment and the last nonblank character in the
3481 case where we look at the indentation of the comment on the
3482 previous line (case 4).
3483
3484 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
3485 list of characters that may start a statement (it's a sort of
3486 prefix operator in Pike, and isn't used at all in any of the
3487 other languages).
3488
34891999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3490
3491 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
3492 inside continued statements as statement-cont instead of
3493 brace-list-open. The reason is that one normally adjusts
3494 brace-list-open for brace lists as top-level constructs, and
3495 brace lists inside statements is a completely different
3496 context. Case 10B.2 changed. Also changed (the somewhat
3497 esoteric) case 9A to cope with this.
3498
34991999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3500
3501 * cc-cmds.el (c-electric-brace): Added electric handling of
3502 the open brace for brace-elseif-brace.
3503
35041999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3505
3506 * cc-defs.el (c-with-syntax-table): New macro to easily switch
3507 syntax tables temporarily.
3508
3509 * cc-engine.el (c-guess-basic-syntax): Handle template and
3510 member init argument lists split over several lines. Case 5D
3511 changed.
3512
3513 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
3514 @throws introduced in Javadoc 1.2.
3515
3516 * cc-menus.el (cc-imenu-java-generic-expression): Applied
3517 patch from RMS to avoid infinite backtracking.
3518
35191999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3520
3521 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
3522 by [ ].
3523
35241999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3525
3526 * cc-align.el (c-lineup-dont-change): Compensate properly for
3527 the column in langelem.
3528
3529 * cc-engine.el (c-syntactic-information-on-region): New
3530 function to help debugging the syntactic analysis.
3531
35321999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3533
3534 * cc-align.el (c-lineup-template-args): Handle nested template
3535 arglists.
3536
3537 * cc-langs.el (c++-template-syntax-table): New syntax table
3538 that makes `<' and `>' parenthesis characters, which is useful
3539 to switch to temporarily when analyzing template arglists.
3540
3541 * cc-styles.el: Changed default alignment of labels in the
3542 java style to conform to the examples in the Java Language
3543 Specification.
3544
3545 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
3546 by default.
3547
35481999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3549
3550 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
3551 immediately before the closing paren in an arglist, so don't
3552 check that in Pike mode. Case 7A changed.
3553
35541999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3555
3556 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
3557 lines were ignored under certain conditions.
3558
35591999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3560
3561 * cc-align.el (c-lineup-template-args): New function for
3562 aligning continued template argument lists.
3563
3564 * cc-engine.el (c-guess-basic-syntax): Fix for member init
3565 lists containing function arglists split over several lines.
3566 Case 5D.1 changed.
3567
3568 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
3569 template-args-cont didn't get recognized when the first
3570 arglist opener line doesn't contain a template argument. New
3571 case 5K.
3572
35731999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3574
3575 * cc-defs.el (c-point): Changed from subst to macro for
3576 efficiency.
3577 (c-beginning-of-defun-1, c-end-of-defun-1): New
3578 beginning-of-defun/end-of-defun wrappers separated from
3579 c-point.
3580
3581 * cc-menus.el (imenu-generic-expression,
3582 imenu-case-fold-search, imenu-progress-message): Dummy
3583 definitions to avoid compiler warnings if imenu can't be
3584 loaded.
3585 * cc-menus.el (cc-imenu-init): New function called at mode
3586 init.
3587 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
3588 imenu initializations to cc-imenu-init.
3589
35901999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3591
3592 * cc-engine.el (c-guess-basic-syntax): Slightly better check
3593 for lambda-intro-cont in Pike mode. Case 6 changed.
3594
3595 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
3596 anything following "new Foo()" was considered an anonymous
3597 class body in Java mode.
3598
35991999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3600
3601 * cc-cmds.el (c-comment-line-break-function): When breaking in
3602 a string, don't insert a new line.
3603
36041999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3605
3606 * cc-engine.el (c-at-toplevel-p): New interface function which
3607 returns information useful to add-on authors. It tells you
3608 whether you're at a toplevel statement or not.
3609
36101999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3611
3612 * cc-cmds.el (c-comment-line-break-function): It is possible
3613 that forward-line does not land us at the bol, say if we're on
3614 the last line in a file. In that case, do a
3615 back-to-indentation instead of a forward-comment -1.
3616
36171999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3618
3619 * cc-engine.el (c-beginning-of-statement-1): Don't catch
3620 "default:" as normal label in case 4.
3621
36221999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3623
3624 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
3625 recognize continued bitfield declarations. Case 5D.1 changed.
3626 * cc-langs.el: New variable c-bitfield-key.
3627 * cc-mode.el: New variable c-bitfield-key.
3628
36291999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3630
3631 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
3632 anonymous array expressions (i.e. "new Foo[] {.. bracelist
3633 ..}").
3634
3fc55897
DL
36351999-12-12 Dave Love <fx@gnu.org>
3636
b416e85a
DL
3637 * mail/footnote.el: Require cl when compiling. Don't autoload
3638 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
3fc55897
DL
3639 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
3640 Avoid `acons'.
3641 (footnote-mode-line-string, Footnote-add-footnote): Remove
3642 autoload cookie.
3643
d8eccf12
GM
36441999-12-12 Richard Sharman <rsharman@pobox.com>
3645
3646 * sh-script.el: Fix for when font-lock mode is active.
3647 (sh-font-lock-unfontify-region-function): New function.
30f80d00 3648
01511f50
EZ
36491999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
3650
3651 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
3652 if start-process is not bound, since Ispell now supports such
3653 platforms as well.
3654
23ee5556 36551999-12-12 Gerd Moellmann <gerd@gnu.org>
d5f65532 3656
23ee5556
GM
3657 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
3658 rmail-summary-goto-msg.
3659
3660 * files.el (after-find-file): Fix previous change.
3661
36621999-12-11 Dave Love <fx@gnu.org>
3663
3664 * help.el (where-is): Use `commandp' as predicate for
d5f65532
DL
3665 `completing-read'
3666
910e5714
RS
36671999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3668
3669 * cus-edit.el (custom-save-delete): Delete all occurrences,
3670 leave point where the first occurrence was.
3671 (custom-save-faces): Insert a newline at the end of the comment.
3672 Avoid a double newline there.
3673 If final closeparen is at bol, put a space before it.
3674 (custom-save-variables): Likewise.
3675 (custom-file): Doc fix.
3676
a7261cf5
GM
36771999-12-10 Gerd Moellmann <gerd@gnu.org>
3678
3679 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
3680 regexp matching image and audio files.
3681
489f9c77
DL
36821999-12-09 Dave Love <fx@gnu.org>
3683
3684 * mail/footnote.el: New file.
3685
365e9bce
GM
36861999-12-09 Gerd Moellmann <gerd@gnu.org>
3687
3688 * files.el (after-find-file): Use auto-save-visited-file-name if
3689 set.
3690
3691 * mail/feedmail.el (feedmail-find-eoh): Take
3692 feedmail-queue-alternative-mail-header-separator into account.
3693
3dac25a9
SM
36941999-12-09 Stefan Monnier <monnier@cs.yale.edu>
3695
3696 * smerge-mode.el: New file.
3697
3698 * font-lock.el (font-lock-multiline): New variable.
3699 (font-lock-add-keywords): Rename `major-mode' into `mode'.
3700 (font-lock-remove-keywords): Added a dummy `mode' argument for
3701 potential future support.
30f80d00 3702 (font-lock-fontify-anchored-keywords,
3dac25a9
SM
3703 (font-lock-fontify-keywords-region): Only handle multiline strings
3704 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
3705
72af9867
RS
37061999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3707
74002bdf
RS
3708 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
3709
72af9867
RS
3710 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
3711
e77049d4
DL
37121999-12-07 Dave Love <fx@gnu.org>
3713
3714 * help.el (view-emacs-problems): New command, bound to C-h P.
3715
3716 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
3717
a1eb02bd 37181999-12-07 Stefan Monnier <monnier@cs.yale.edu>
0b82e382 3719
f28eba7b 3720 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
0b82e382
SM
3721 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
3722 New code to support the minor mode version.
3723 (diff-recenter): New function.
3724 (diff-next-hunk, diff-next-file): Use it.
3725 (diff-remembered-files-alist): New var.
3726 (diff-merge-strings): New function.
3727 (diff-find-file-name): Make it smarter and use the user's input more.
3728 (diff-mode): Cosmetic changes.
a1eb02bd
SM
3729
3730 * files.el (save-some-buffers): Turn EXITING into the more general
3731 PRED argument to allow specifying a subset of buffers.
3732
3733 * simple.el (kill-region): Use the new `delete-and-extract-region'
3734 rather than the undo log (which is incorrect with *-change-functions).
3735
3736 * font-lock.el (font-lock-default-fontify-region): Fix subtle
3737 off-by-one problem that could force re-fontifying the whole buffer.
01e924b8
SM
3738 (font-lock-remove-keywords): New function.
3739 (font-lock-add-keywords): Use the new function to ensure idempotence.
a1eb02bd 3740
1da04da1 37411999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
30f80d00 3742
1da04da1 3743 * viper-cmd.el (viper-minibuffer-standard-hook,
f28eba7b 3744 viper-minibuffer-real-start): Mew functions.
1da04da1 3745 (viper-read-string-with-history,viper-file-add-suffix,
f28eba7b 3746 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
1da04da1 3747 change in the status of the minibuffer prompt.
30f80d00 3748
3d973f71
GM
37491999-12-06 Gerd Moellmann <gerd@gnu.org>
3750
3751 * comint.el (comint-redirect-results-list)
3752 (comint-redirect-results-list-from-process): Remove interactive
3753 spec.
3754
7a3abcd8
EZ
37551999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3756
3757 * info.el (info-node, info-menu-5, info-xref): Define colors for
3758 Info faces if the display supports them.
3759
f795f633
EZ
37601999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3761
3762 Changes for automatic remapping of X colors on terminal frames:
3763
3764 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
3765 term-setup-hook. Call msdos-remember-default-colors and
3766 msdos-handle-reverse-video.
3767 (msdos-face-setup): Parts of code moved to
3768 msdos-setup-initial-frame.
3769 (msdos-handle-reverse-video): New function, modeled after
3770 x-handle-reverse-video.
3771 (make-msdos-frame): Don't use initial-frame-alist and
3772 default-frame-alist. Call msdos-handle-reverse-video.
3773 (msdos-color-aliases): Remove.
3774 (msdos-color-translate, msdos-approximate-color): Remove.
3775 (msdos-color-values): Use 16-bit RGB values. RGB values updated
3776 for better approximation of X colors.
3777 (msdos-face-setup): Call tty-color-clear. Remove code that sets
3778 up tty-color-alist (it is now on startup.el).
3779 (x-display-color-p, x-color-defined-p, x-color-values,
3780 x-defined-colors, face-color-supported-p, face-color-gray-p):
3781 Remove.
3782
3783 * facemenu.el (facemenu-read-color, list-colors-display): Use
3784 defined-colors for all frame types.
3785 (facemenu-color-equal): Use color-values for all frame types.
3786
3787 * faces.el (read-face-attribute): For :foreground and :background
3788 attributes and frames on character terminals, translate the color
3789 to the closest supported one before looking it up in the list of
3790 valid values.
3791 (face-valid-attribute-values): Call defined-colors for all types
3792 of frames.
3793 (defined-colors, color-defined-p, color-values, display-color-p):
3794 New finctions.
3795 (x-defined-colors, x-color-defined-p, x-color-values,
3796 x-display-color-p): Aliases for the above.
3797
3798 * startup.el (command-line): Register terminal colors for frame
3799 types other than x and w32, but only if the terminal supports
3800 colors. Call tty-color-define instead of face-register-tty-color.
3801
3802 * term/x-win.el (xw-defined-colors): Renamed from
3803 x-defined-colors.
3804 * term/w32-win.el (xw-defined-colors): Likewise.
3805
3806 * term/tty-colors.el: New file.
3807 * loadup.el: Load term/tty-colors.
3808
71059bd3
DL
38091999-12-06 Dave Love <fx@gnu.org>
3810
3811 * ffap.el: Autoload the ffap alias directly.
3812
d984dbc1
GM
38131999-12-06 Inge Frick <inge@nada.kth.se>
3814
3815 * dired-aux.el (dired-do-shell-command): Changed documentation.
3816 (dired-shell-stuff-it): A `?' in COMMAND has now the same
3817 meaning as `*'.
30f80d00 3818
0b7b02f9
GM
38191999-12-06 Gerd Moellmann <gerd@gnu.org>
3820
cded5ed3
GM
3821 * simple.el (insert-buffer): Doc fix.
3822
0b7b02f9
GM
3823 * apropos.el (apropos-mode): Add autoload cookie.
3824
38251999-12-06 Sam Steingold <sds@goems.com>
3826
3827 * progmodes/etags.el (etags-tags-completion-table): Modified the
3828 regexp to allow for the CL symbols starting with `+*'.
3829 (tags-completion-table): Doc fix (it's an obarray, not an alist).
3830 (tags-completion-table, tags-recognize-empty-tags-table): Remove
3831 `function' quoting lambda.
3832 (tags-with-face): New macro.
3833 (list-tags, tags-apropos): Use it.
3834 (tags-apropos-additional-actions): New user option.
3835 (etags-tags-apropos-additional): Use it.
3836 (tags-apropos): Call etags-tags-apropos-additional.
3837 (tags-apropos-verbose): New user option.
3838 (etags-tags-apropos): Use it.
3839 (visit-tags-table-buffer, next-file): Use `unless'.
3840 (recognize-empty-tags-table): Renamed to
3841 tags-recognize-empty-tags-table.
3842 (complete-tag): Call tags-complete-tag bypassing try-completion.
30f80d00 3843
b3e5232e
KH
38441999-12-06 Kenichi Handa <handa@etl.go.jp>
3845
3846 * international/mule.el (set-buffer-file-coding-system): Docstring
3847 modified.
3848
28f2ee66
GM
38491999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3850
3851 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
3852 using the hideshow package.
3853 (hs-special-modes-alist): Added entry for bibtex to allow the use
3854 of the hideshow package.
3855 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
3856 not longer provided by bibtex.el directly. Instead the hideshow
3857 package should be used.
3858 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
3859 references to bibtex-hide-entry-bodies.
3860
38611999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3862
3863 * textmodes/bibtex.el: Copyright notice is up to date. Moved
3864 maintainer information closer to the beginning of the bibtex.el
3865 file.
3866 (bibtex-maintainer-salutation): New constant.
f24fef2f
SM
3867 (bibtex-version): New constant.
3868 (bibtex-submit-bug-report): Use bibtex-version and
28f2ee66
GM
3869 bibtex-maintainer-salutation.
3870 (bibtex-entry-field-alist): Made booktitle field optional for
3871 @inproceedings entries when crossreferenced.
3872 (bibtex-entry-field-alist): Added booktitle field to proceedings
3873 entry type (for cross referencing). Thanks to Wagner Toledo Correa
3874 for the suggestion.
3875 (bibtex-string-file-path): Fixed typo.
3876
38771999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
3878
3879 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
3880 for reftex.el.
3881 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
3882 to menu.
3883
22afa6e8
DL
38841999-12-04 Dave Love <fx@gnu.org>
3885
3886 * delsel.el: Revert previous change -- region is significant to
3887 skeleton.
3888
b380fdf4
MK
38891999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
3890
3891 * viper-cmd.el (viper-change-state): Use
3892 viper-ESC-moves-cursor-back to decide whether to move the cursor
3893 back.
30f80d00 3894
9ac06837
GM
38951999-12-03 Kenichi Handa <handa@mule.m17n.org>
3896
3897 * international/mule-util.el (truncate-string-to-width): Docsting
3898 fixed.
3899
be961cd5
SM
39001999-12-02 Stefan Monnier <monnier@cs.yale.edu>
3901
9ac06837 3902 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
be961cd5
SM
3903 use of `cond'.
3904 (lm-with-file): Move all the find-file...kill-buffer stuff into
3905 this macro. Make it use `find-file-noselect' and make it kill
3906 the buffer only if it wasn't already displayed somewhere.
3907 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
3908 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
9ac06837 3909 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
a1eb02bd 3910 (lm-commentary): Fix to handle the case when the change log is
be961cd5
SM
3911 at the end of the file.
3912
867ef43a
GM
39131999-12-02 Kenichi Handa <handa@etl.go.jp>
3914
3915 * international/mule.el (charsetp): Fix typo in docstring.
3916
3917 * international/mule-diag.el (list-coding-categories): Fix typo;
3918 automatic -> autoload.
3919
8f713f53
GM
39201999-12-02 Gerd Moellmann <gerd@gnu.org>
3921
fb29efe9
GM
3922 * vc.el (vc-update-change-log): Look for rcs2log under
3923 exec-directory.
3924
a8050bff
GM
3925 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
3926 outline-regexp, add outline-level.
3927 (lisp-outline-level): New.
3928
30f80d00 3929 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
ddf8eff5
GM
3930 remove extraneous string-match.
3931
8f713f53
GM
3932 * finder.el (finder-commentary): Activate Finder mode.
3933
a468671a
GM
39341999-12-01 Anders Lindgren <andersl@andersl.com>
3935
3936 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
3937 off when reverting buffers that contained mode specifiers.
3938 `revert-buffer' is now called with non-nil PRESERVE-MODES
3939 argument.
3940
0fdcf38a
DL
39411999-12-01 Dave Love <fx@gnu.org>
3942
3943 * delsel.el: Grok skeleton-pair-insert-maybe.
3944
8f222248
RS
39451999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3946
3947 * progmodes/cperl-mode.el (cperl-under-as-char):
3948 Use nil as default.
3949
eb88a06d
GM
39501999-11-30 Gerd Moellmann <gerd@gnu.org>
3951
3952 * speedbar.el (toplevel): Remove compatibility code for Emacs
3953 versions without custom.el.
3954
cc0f405b
DL
39551999-11-30 Dave Love <fx@gnu.org>
3956
b416e85a 3957 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
6a30e275 3958
0f29c6a8
DL
3959 * autoinsert.el: Minor doc fixes.
3960 (auto-insert): Return nil.
3961
cc0f405b
DL
3962 * faces.el (set-face-documentation): Purecopy STRING.
3963
aec2bb63
DL
39641999-11-29 Dave Love <fx@gnu.org>
3965
04c817d4
DL
3966 * derived.el: Doc fixes, remove old backquote syntax.
3967
aec2bb63
DL
3968 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
3969 comment warning about editing.
3970
75ec883c
DL
3971 * help.el (help-mode-hook): Define.
3972
ebb4159c
GM
39731999-11-29 Gerd Moellmann <gerd@gnu.org>
3974
3975 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
3976 invalid translation of old-style backquote syntax to new syntax.
3977
4678c844
EZ
39781999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3979
3980 * Makefile (DONTCOMPILE): Add term/internal.el.
3981
07c8b450
DL
39821999-11-26 Dave Love <fx@gnu.org>
3983
3984 * comint.el: Fix last change.
3985
3986 * emacs-lisp/advice.el: Fix last change.
3987
19d63704
RS
39881999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3989
3990 * cus-edit.el (Custom-reset-standard): Doc fix.
3991 (custom-variable-reset-standard): Doc fix.
3992 (custom-face-reset-standard): Doc fix.
3993 (custom-face-menu): "Reset to Standard" => "Erase Customization".
3994 (custom-variable-menu): Likewise.
3995 (custom-reset-menu): Likewise.
3996 (custom-buffer-create-internal): Likewise.
3997
cc700606
DL
39981999-11-26 Dave Love <fx@gnu.org>
3999
4000 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4001
4002 * font-lock.el: Doc fixes.
4003
4004 * menu-bar.el (menu-bar-mode): Customize.
4005
4006 * cus-start.el: Add use-dialog-box.
4007
4008 * add-log.el (change-log-mode-hook): Customize.
4009 (add-log-current-defun): Use
30f80d00 4010 fortran-{beginning,end}-of-subprogram.
cc700606 4011
916cd8a3
RS
40121999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4013
4014 * emacs-lisp/advice.el: Many doc fixes.
c095ddb9
RS
4015
4016 * comint.el (comint-preoutput-filter-functions): Doc fix.
4017
40181999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4019
30f80d00 4020 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
c095ddb9
RS
4021 Improve messages for capitalization of arg names,
4022 for flag variables, for t and nil, for imperatives.
4023 Call them imperatives rather than infinitives sans "to".
4024 (checkdoc-common-verbs-wrong-voice): Add "moves".
4025 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4026
4027 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4028 Don't convert comments from 3-semicolon to 2-semicolon.
4029 That is a matter of style.
4030 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4031 (checkdoc-comments): Don't bind that variable.
4032
40331999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4034
4035 * files.el (write-file-hooks): Doc fix.
4036
0cf5bb50
GM
40371999-11-26 Gerd Moellmann <gerd@gnu.org>
4038
4039 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4040
ddb6e2e2
DL
40411999-11-25 Dave Love <fx@gnu.org>
4042
4043 * hippie-exp.el: Require comint when compiling.
4044 (hippie-expand): Add :links.
4045 (hippie-expand-try-functions-list): Customize.
4046
7d3f9fd8 40471999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
30f80d00 4048
0cf5bb50 4049 * viper*el: Replaced old-style backquotes.
30f80d00 4050
0cf5bb50 4051 * ediff*el: Replaced old-style backquotes.
30f80d00 4052
7d3f9fd8
MK
4053 * ediff-merge
4054 (ediff-looks-like-combined-merge,ediff-get-combined-region):
0cf5bb50 4055 Changed to support the new format for ediff-combination-pattern.
30f80d00 4056
7d3f9fd8 4057 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
0cf5bb50 4058 Changed to support the new format for ediff-combination-pattern.
30f80d00 4059
0ee0d2a4
DL
40601999-11-24 Dave Love <fx@gnu.org>
4061
ba7394fe
DL
4062 * custom.el (custom-declare-group): Purecopy DOC.
4063 (custom-handle-keyword): Purecopy VALUE.
4064 (custom-add-link): Purecopy WIDGET.
4065 (custom-add-version): Purecopy VERSION.
4066 (custom-add-load): Purecopy LOAD.
4067
4068 * cus-face.el (custom-declare-face): Purecopy DOC.
4069
0ee0d2a4
DL
4070 * info.el:
4071 (Info-build-node-completions, Info-search, Info-follow-reference)
4072 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4073 (Info-find-emacs-command-nodes): Avoid properties on matched text
4074 which may appear in minibuffer.
4075
9be8f657
GM
40761999-11-24 Gerd Moellmann <gerd@gnu.org>
4077
4078 * locate.el (locate-with-filter): Doc fix.
4079
46d94d0d
GM
40801999-11-24 Alex Schroeder <alex@gnu.org>
4081
4082 * sql.el (sql-find-sqli-buffer): New function.
4083 (sql-set-sqli-buffer-generally): New function.
4084 (sql-set-sqli-buffer): Better checking of new-buffer.
4085 (sql-copy-column): Add comma after INTO clause, too.
4086
40871999-11-24 Alex Schroeder <alex@gnu.org>
4088
4089 * sql.el (sql-imenu-generic-expression): New, used to set
4090 imenu-generic-expression.
4091
4092 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4093 setting font-lock-defaults' SYNTAX-ALIST. Set
4094 imenu-generic-expression, imenu-case-fold-search, and
4095 imenu-syntax-alist.
4096
4097 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4098 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4099
fd626620
GM
41001999-11-23 Andrew Innes <andrewi@gnu.org>
4101
4102 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4103 drop coords aren't over a specific window.
4104
68e684a0
KH
41051999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4106
4107 * ps-print.el: Define mule funs without checking if mule package is
4108 loaded.
4109 (ps-print-version): New version number (5.0.1).
4110 (ps-header-dirpart): Now uses abbreviate-file-name.
4111
d8f479c6
DL
41121999-11-23 Dave Love <fx@gnu.org>
4113
b416e85a 4114 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
5ebc0846
DL
4115 comment-line-start.
4116 (fortran-comment-line-start-skip): Renamed from
4117 comment-line-start-skip.
4118 (fortran-mode-map): Use renamed functions. Add manual and custom
4119 entries to menu.
4120 (fortran-mode-hook): Customize.
4121 (fortran-comment-indent-function): Renamed from
4122 fortran-comment-hook.
4123 (delete-horizontal-regexp): Function deleted.
4124 (fortran-electric-line-number): Simplified.
4125 (fortran-beginning-of-subprogram): Renamed from
4126 beginning-of-fortran-subprogram.
4127 (fortran-end-of-subprogram): Renamed from
4128 end-of-fortran-subprogram.
4129 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4130 (fortran-previous-statement, fortran-next-statement): Simplified.
4131 (fortran-blink-match): New function.
4132 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4133 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4134 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4135 line-end-position.
4136 (fortran-fill): No longer interactive. Simplified.
4137 (fortran-break-line): Simplified.
4138 (fortran-analyze-file-format): Use char-after, not looking-at.
4139
b416e85a
DL
4140 * emacs-lisp/find-func.el (find-function-regexp): Use
4141 `define-minor-mode' after easy-menu change.
d8f479c6 4142
3965beb0
GM
41431999-11-23 Gerd Moellmann <gerd@gnu.org>
4144
4145 * comint.el: Add redirection.from active comint buffers into
4146 another buffer. Written by Peter Breton.
4147
29cc3b84
SM
41481999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4149
bc165bce 4150 * emacs-lisp/autoload.el (make-autoload): Recognize the new
3965beb0 4151 `define-minor-mode'.
bc165bce
SM
4152 (define-minor-mode): Specify `doc-string-elt'.
4153
29cc3b84
SM
4154 * emacs-lisp/easy-mmode.el: Changed maintainer.
4155 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
3965beb0 4156 Use defcustom for the hooks; Improve the auto-generated docstrings.
29cc3b84
SM
4157 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4158 (define-minor-mode): Add BODY arg; Only declare the keymap if
3965beb0 4159 provided; Improve the auto-generated docstrings.
29cc3b84 4160
02fda8ff
GM
41611999-11-22 Gerd Moellmann <gerd@gnu.org>
4162
3965beb0 4163 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
855b9e33
GM
4164 that the leading `^' is at the start. This is necessary because
4165 paragraphs.el tries to remove anchors, but can find them only if
4166 they are the first character.
4167
98e85e34
GM
4168 * progmodes/antlr-mode.el: New file.
4169
02fda8ff
GM
4170 * calendar/calendar.el: Fix autoload for
4171 calendar-absolute-from-astro. Add autoload for
4172 calendar-print-astro-day-number.
4173
c86b6fd2
GM
41741999-11-21 Anders Lindgren <andersl@andersl.com>
4175
4176 * follow.el: Use modern backquote syntax. Minor comment update.
4177
d8f1319a
GM
41781999-11-21 Gerd Moellmann <gerd@gnu.org>
4179
c29cefdf
GM
4180 * simple.el (with-syntax-table): Don't switch buffers.
4181
d8f1319a
GM
4182 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4183 progmodes/hideif.el: Use new backquote syntax.
4184
1934dbf4
GM
41851999-11-21 Ken Manheimer <klm@python.org>
4186
4187 * icomplete.el (icomplete-completions): Use an explicit variable
4188 `icomplete-prospects-length', obviating the need to use an
4189 apparently faulty throw/catch arrangement.
30f80d00 4190
a88d2801
EZ
41911999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
4192
4193 * term/internal.el (IT-display-table-setup): Don't overstep
4194 character code 255.
4195
88c6f314
KH
41961999-11-20 Kenichi Handa <handa@mule.m17n.org>
4197
4198 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4199 for the charset chinese-sisheng is 7bit encoding, not 8bit.
4200
d7a0208b
SM
42011999-11-19 Stefan Monnier <monnier@cs.yale.edu>
4202
30f80d00 4203 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
1934dbf4 4204 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
d294c01f 4205
1934dbf4 4206 * files.el (auto-mode-alist): Add patterns for diff-mode.
a9fb0b79 4207
1934dbf4
GM
4208 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4209 to detect an empty prompt.
d7a0208b 4210
618bd252
DL
42111999-11-18 Dave Love <fx@gnu.org>
4212
4213 * simple.el (input-mode-8-bit): Fix the customization.
4214
9dd1cf67
GM
42151999-11-18 Gerd Moellmann <gerd@gnu.org>
4216
9bd2bb5b
GM
4217 * international/iso-acc.el (iso-languages): Add more
4218 characters for Portuguese.
4219
3a1aa597
GM
4220 * speedbar.el: Clean up comment at the start of the file.
4221 Remove RCS id.
4222
9dd1cf67
GM
4223 * progmodes/compile.el (compilation-parse-errors): Use
4224 compilation-buffer-p instead of testing major-mode.
4225
5a7d4055
GM
42261999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
4227
4228 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4229 (quickurl-ask): completion-ignore-case is set to the value of
4230 quickurl-completion-ignore-case for the duration of the call to
4231 completing-read.
30f80d00 4232
71447e8f
GM
42331999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4234
4235 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4236
a109786d
KH
42371999-11-18 Kenichi Handa <handa@etl.go.jp>
4238
4239 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
4240 instead of ps-print-def.
4241
4242 * ps-print.el: Require ps-vars instead of ps-print-def.
4243
a109786d
KH
4244 * ps-mule.el: Require ps-vars instead of ps-print-def.
4245
a67fb175
GM
42461999-11-17 Gerd Moellmann <gerd@gnu.org>
4247
4248 * simple.el (with-syntax-table): Save buffer explicitly instead of
4249 using save-excursion.
4250
9e207b90
GM
42511999-11-16 Gerd Moellmann <gerd@gnu.org>
4252
4253 * mail/supercite.el: New maintainer.
4254
42551999-11-16 Reto Zimmermann <reto@synopsys.com>
4256
4257 * progmodes/vhdl-mode.el: Use new backquote syntax.
4258
42591999-11-16 Gerd Moellmann <gerd@gnu.org>
4260
4261 * simple.el (with-syntax-table): New.
4262
da49057c
SS
42631999-11-15 Sam Steingold <sds@ksp.com>
4264
4265 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4266
002c0506 42671999-02-22 Sam Steingold <sds@goems.com>
da49057c 4268
002c0506 4269 * goto-addr.el (goto-address-at-mouse,
f28eba7b
SM
4270 goto-address-find-address-at-point): Use compose-mail.
4271 (goto-address-mail-method): Removed variable.
002c0506 4272 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
f28eba7b 4273 goto-address-send-using-mail): Removed functions.
da49057c 4274
1e722f9f 42751998-11-03 Sam Steingold <sds@goems.com>
da49057c 4276
1e722f9f
SS
4277 * simple.el (backward-delete-char-untabify):
4278 backward-delete-char-untabify-method can be `all' now - to delete
4279 hungrily including newlines.
da49057c 4280
b787fc05
GM
42811999-11-15 Sam Steingold <sds@ksp.com>
4282
4283 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
da49057c 4284
8d8ca350
DL
42851999-11-15 Dave Love <fx@gnu.org>
4286
4287 * cus-edit.el (customize-face, customize-face-other-window):
4288 Require match from completing-read.
4289 (custom-buffer-done-function): Default to custom-bury-buffer, not
4290 bury-buffer.
4291
d7d20e6a
GM
42921999-11-15 Gerd Moellmann <gerd@gnu.org>
4293
b787fc05
GM
4294 * mail/rmail.el, iswitchb.el, hippie-exp.el,
4295 progmodes/cperl-mode.el: Use new backquote syntax.
d7d20e6a 4296
b8517c22
GM
42971998-09-14 Michael Ernst <mernst@alum.mit.edu>
4298
4299 * uniquify.el: Use new backquote syntax.
4300
43011999-11-14 Markus Rost <rost@ias.edu>
b05d3bee
GM
4302
4303 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4304 as in ispell-local-dictionary-alist.
4305
b8517c22 43061999-11-14 Alex Schroeder <alex@gnu.org>
4fefa382
GM
4307
4308 * ansi-color.el (ansi-color-apply): Updated regexps to include
4309 highlighted face.
da49057c 4310
b8517c22 43111999-01-14 Johan Vromans <jvromans@squirrel.nl>
5658a814 4312
da49057c 4313 * forms.el (forms--make-format-elt-using-text-properties):
5658a814
GM
4314 Treat `intangible' differently.
4315
4316 * forms.el: Use new backquote syntax.
4317
a3f8903e
GM
43181999-11-13 Gerd Moellmann <gerd@gnu.org>
4319
4320 * textmodes/scribe.el (scribe-mode): Doc-fix.
4321
33cbd091
PB
43221999-11-13 Peter Breton <pbreton@ne.mediaone.net>
4323
a3f8903e
GM
4324 * net-utils.el (run-network-program, net-utils-run-program): Use
4325 the new backquote syntax.
4326 (smbclient-program, smbclient-program-options)
4327 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
4328 variables
33cbd091 4329 (smbclient, smbclient-list-shares): New functions
da49057c 4330
7e1e5cf1
SS
43311999-11-12 Sam Steingold <sds@ksp.com>
4332
a3f8903e
GM
4333 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
4334 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
4335 (viper-kbd-buf-definition, viper-kbd-mode-alist)
4336 (viper-kbd-mode-pair, viper-kbd-mode-definition)
4337 (viper-kbd-global-pair, viper-kbd-global-definition):
f1097063
SS
4338 Use the new backquote syntax.
4339
a3f8903e
GM
4340 * emulation/viper-cmd.el (viper-test-com-defun)
4341 (viper-prefix-arg-value, viper-prefix-arg-com):
f1097063
SS
4342 Use the new backquote syntax.
4343
6c2599ed
SS
4344 * emacs-lisp/debug.el (debugger-env-macro):
4345 Use the new backquote syntax.
4346
4347 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
4348 Use the new backquote syntax.
4349
7e1e5cf1
SS
4350 * calendar/calendar.el (calendar-remove-frame-by-deleting):
4351 New user variable.
4352 (calendar-hide-window): Use it.
4353 (increment-calendar-month, calendar-for-loop, calendar-sum):
4354 Use the new backquote syntax.
4355
9b2e6e4c
GM
43561999-11-12 Andrew Innes <andrewi@gnu.org>
4357
4358 * select.el (x-set-selection): Call buffer-substring, not
4359 substring. Also fix docstring
4360
8f011fdc
GM
43611999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
4362
4363 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
4364 of customizable variables to bug report message. Added
4365 system-type to package name in bug report.
7e1e5cf1 4366
1a4280fb
GM
43671999-11-12 Gerd Moellmann <gerd@gnu.org>
4368
4369 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
4370 to display file names.
4371
44336afb
GM
43721999-11-11 Gerd Moellmann <gerd@gnu.org>
4373
4c56b88e
GM
4374 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
4375
44336afb
GM
4376 * isearch.el: Add lazy-highlighting feature.
4377
3bc6df53
GM
43781999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4379
4380 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
f24fef2f 4381 constant.
3bc6df53
GM
4382 (ps-mode-submit-bug-report): New function. Entry added to menu.
4383
628cda31
WP
43841999-11-10 William M. Perry <wmperry@aventail.com>
4385
4386 * mwheel.el: New file to support the new style wheeled mice.
4387
765712a7
GM
43881999-11-10 Gerd Moellmann <gerd@gnu.org>
4389
3bc6df53
GM
4390 * startup.el (initial-scratch-message): Add ";;" to the front of
4391 lines in the message.
4392
e1789695
GM
4393 * files.el (file-local-copy): Remove optional BUFFER argument
4394 because that's not used by anything.
4395
765712a7
GM
4396 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
4397 to-address.
4398
e006fe5a
GM
43991999-11-08 Markus Rost <rost@ias.edu>
4400
7e1e5cf1 4401 * wid-edit.el (widget-button-click): Wrap with save-excursion
e006fe5a
GM
4402 to restore track-mouse in the correct buffer.
4403
44041999-11-08 Gerd Moellmann <gerd@gnu.org>
4405
4406 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
4407
44081999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
4409
4410 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
4411 lpr-command to "lp" for some system-types. (copied from lpr.el
4412 Emacs version 20.2.1).
7e1e5cf1 4413
4d59c34c
GM
44141999-11-04 Markus Rost <rost@ias.edu>
4415
4416 * simple.el (comment-region): Strip off white space at end of
4417 comment-start.
4418
60b64cd6
GM
44191999-11-04 Gerd Moellmann <gerd@gnu.org>
4420
4421 * faces.el (secondary-selection): Fix wrong color name.
4422
a09754e6
GM
44231999-11-04 John Tobey <jtobey@epsilondev.com>
4424
4425 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
4426 the default when invoking perldb in a non-Perl buffer, and other
4427 cases involving -e or --.
4428
f08d8594
GM
44291999-11-04 Gerd Moellmann <gerd@gnu.org>
4430
a09754e6
GM
4431 * simple.el (previous-matching-history-element)
4432 (next-history-element): Use delete-field instead of erase-field.
4433
4434 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
4435 Use delete-field instead of erase-field.
4436
b261ffa4
GM
4437 * faces.el (secondary-selection): Change background to yellow.
4438
f08d8594
GM
4439 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
4440 find the start of the text. Use field-string to read the user
4441 input.
4442
0a5ebe4b
GM
44431999-11-03 Gerd Moellmann <gerd@gnu.org>
4444
39cac3e7
GM
4445 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
4446 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
4447 for compatibility with old face implementation.
4448
b51b619b
GM
4449 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
4450 Use erase-field instead of erase-buffer.
4451
0a5ebe4b
GM
4452 * frame.el (blink-cursor-mode, blink-cursor-end): Use
4453 internal-show-cursor with new interface.
4454 (blink-cursor-timer-function): New.
4455 (blink-cursor-start): Use blink-cursor-timer-function.
4456
3179af52
GM
44571999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4458
4459 * calendar.el (redraw-calendar): Move to nearest date before
4460 redrawing.
4461
4462 * diary-lib.el (simple-diary-display): Reset modeline even if
4463 there are no diary entries since the diary buffer may be displayed.
4464
cb3a6c48
GM
44651999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4466
4467 * emacs-lisp/debug.el (debug): If noninteractive, display the
4468 backtrace using `message', then exit Emacs.
4469 (debugger-batch-max-lines): New variable.
4470 (debugger-setup-buffer): New subroutine, broken out of `debug'.
4471 Change the messages put at the start, to say that the debugger
4472 was entered.
4473
4ff3fcc7
SS
44741999-11-02 Sam Steingold <sds@ksp.com>
4475
4476 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
4477
36fcd3d9
GM
44781999-11-01 John Tobey <jtobey@epsilondev.com>
4479
4480 * gud.el: (gud-perldb-massage-args): Massage correctly in the
4481 presence of perl switches other than "-e".
4482
111259b4
GM
44831999-11-01 Markus Rost <rost@ias.edu>
4484
4485 * dired-x.el (dired-smart-shell-command): Use
4486 shell-command-history as in shell-command.
4487
dd5c96e8
GM
44881999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4489
4490 * userlock.el (ask-user-about-lock): Doc fix.
4491
ca693be8
GM
4492 * frame.el: Doc fixes.
4493
400a1ed0
GM
44941999-11-01 Gerd Moellmann <gerd@gnu.org>
4495
db8878fb
GM
4496 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
4497 of show-cursor.
4498 (blink-cursor-start, blink-cursor-end): Ditto.
4499
400a1ed0
GM
4500 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
4501
aeb721fe
GM
45021999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4503
4504 * window.el (walk-windows): If ALL-FRAMES is a frame,
4505 start on that frame. Use save-selected-window.
4506
314808dc
GM
45071999-11-01 Gerd Moellmann <gerd@gnu.org>
4508
4509 * simple.el (end-of-buffer): Use window-end to find the window end
4510 instead of vertical-motion because this handles variable-height
4511 lines correctly.
4512
3af0304a
MK
45131999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
4514
314808dc 4515 * ediff.el: Version change.
4ff3fcc7 4516
314808dc 4517 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
3af0304a
MK
4518 make sure you are in a good frame before deleting other
4519 windows.
314808dc 4520 (ediff-file-checked-in-p): Don't consider CVS
3af0304a
MK
4521 files checked in.
4522 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
4523 are writing to a newly created empty file.
4524
314808dc 4525 * ediff-mult.el (ediff-show-session-group-hook): New default.
3af0304a
MK
4526
4527 * ediff-vers.el (ediff-pcl-cvs-view-revision):
314808dc 4528 First cd to the file directory. reportedly works
3af0304a
MK
4529 better with remote files.
4530
4531 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
314808dc 4532 Use file-name-nondirectory when passing files to CVS.
4ff3fcc7 4533
400a1ed0 4534 * ediff-diff.el (ediff-cmp-options): New variable.
314808dc 4535 (ediff-same-file-contents): Use ediff-cmp-options.
4ff3fcc7 4536
3af0304a 4537 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
314808dc 4538 ediff-get-patch-buffer): Use current buffer if it appears to be a
3af0304a 4539 patch.
4ff3fcc7 4540
400a1ed0
GM
4541 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
4542 C-g
3af0304a 4543
314808dc
GM
4544 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
4545 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
3af0304a 4546 (viper-save-cursor-color,viper-restore-cursor-color):
314808dc 4547 Improved cursor color handling.
3af0304a 4548 (viper-get-saved-cursor-color-in-replace-mode,
314808dc 4549 viper-get-saved-cursor-color-in-insert-mode): New functions for
3af0304a
MK
4550 better cursor color handling.
4551
4552 * viper-ex.el (ex-read,ex-edit):
314808dc
GM
4553 Fixes for correct interpretation of #,%.
4554 (viper-ex): Now works correctly when called from other functions.
4555 (viper-glob-function): New variable.
4556 (viper-ex): Save excursion before doing :global.
3af0304a 4557
314808dc 4558 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
4ff3fcc7 4559
3af0304a
MK
4560 * viper-cmd.el (viper-post-command-sentinel,
4561 viper-insert-state-post-command-sentinel,
314808dc 4562 viper-insert-state-pre-command-sentinel): Takes better care of
3af0304a 4563 cursor colors.
314808dc
GM
4564
4565 * viper.el: Version change.
3af0304a 4566
575ed805
GM
45671999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
4568
4569 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
4570 that the modeline display was updated *only* when
4571 `whitespace-display-in-modeline' was set, not otherwise.
4572
17d28a2a
GM
45731999-10-30 Gerd Moellmann <gerd@gnu.org>
4574
e79ad8a1
GM
4575 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
4576 "frac12".
4577
17d28a2a
GM
4578 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
4579 ad-activate.
4580
dd24f431
GM
45811999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
4582
2bdedac1
GM
4583 * whitespace.el: Test for existence of `defcustom' and `defgroup'
4584 using fboundp instead of assuming that these are not present in
4585 particular flavors of emacs.
4586 (whitespace-version): Update to 2.8
4587 (whitespace-display-in-modeline): Add custom variable to control
4588 displaying the whitespace errors on the modeline based on
4589 suggestion from <klaus.berndl@sdm.de>
4590 (whitespace-buffer): Now returns `t' if unclean and `nil' if
4591 clean, to enable using as a hook function, as suggested by Puneet
4592 Goel <puneet@computer.org>
4593 (whitespace-buffer): Fix a subtle bug that cleaned up only if
4594 quiet was not set, even with whitespace-auto-cleanup set.
4595 (whitespace-mode-line): Now uses less modeline real estate and
4596 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
4597 which is present in the file, and <y> is any type of whitespace
4598 whose check has been suppressed by setting
dd24f431 4599 `whitespace-check-<whitespace-type>' to nil.
2bdedac1
GM
4600 (whitespace-unchecked-whitespaces): New function to return the
4601 list of whitespaces for whom checks have been suppressed.
4602 (whitespace-display-unchecked-whitespaces): Renamed to
4603 `whitespace-update-modeline' to reflect its functionality.
dd24f431 4604
e8d017d0
GM
46051999-10-30 Gerd Moellmann <gerd@gnu.org>
4606
4ff3fcc7 4607 * progmodes/compile.el (compilation-error-regexp-alist):
e8d017d0
GM
4608 Undo previous change.
4609
0000a0cc
DL
46101999-10-28 Dave Love <fx@gnu.org>
4611
4612 * help.el (help-follow): Make arg optional again and really
4613 default to point.
4614
eec3232e
GM
46151999-10-28 Gerd Moellmann <gerd@gnu.org>
4616
37ed1e56 4617 * paths.el (rmail-file-name): Make it an option.
4ff3fcc7 4618
eec3232e
GM
4619 * progmodes/ada-mode.el, progmodes/ada-prj.el,
4620 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
4621 comment fixes.
4622
a2ad7096 4623 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4ff3fcc7
SS
4624 MIPS Pro 7.3 compiler error message syntax.
4625
42f6a24a
DL
46261999-10-27 Dave Love <fx@gnu.org>
4627
4628 * progmodes/compile.el: Checkdoc-inspired fixes.
4629
e20192f4
GM
46301999-10-27 Gerd Moellmann <gerd@gnu.org>
4631
4632 * lpr.el (print-buffer): Doc-string fix.
4633
fce44373
DL
46341999-10-27 Dave Love <fx@gnu.org>
4635
4636 * emacs-lisp/advice.el: Doc fixes.
4637 (ad-lemacs-p): Removed.
4638 (advice): Add :link to defgroup.
4639
a21da928
KH
46401999-10-27 Kenichi Handa <handa@etl.go.jp>
4641
4642 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
4643 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
4644
c095ddb9
RS
46451999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4646
4647 * window.el (walk-windows): If ALL-FRAMES is a frame,
4648 start on that frame. Use save-selected-window.
4649
17dbfaad
GM
46501999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4651
4652 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
4653 ad-activate. All callers changed, including those in data.c.
4654 (ad-activate-internal-off): Renamed from ad-activate-off.
4655 All uses changed.
4656 (ad-activate): Renamed from ad-activate-on. All uses changed.
4ff3fcc7 4657 (ad-start-advice, ad-stop-advice, ad-recover-normality):
17dbfaad
GM
4658 Alter the definition of ad-activate-internal, not ad-activate.
4659
2bea706b
GM
46601999-10-26 Gerd Moellmann <gerd@gnu.org>
4661
4662 * startup.el (command-line-1): Add support for command line
4663 arguments `file' and `execute'. Fix handling of `visit'.
4664
bf294e6e
KH
46651999-10-26 Kenichi Handa <handa@etl.go.jp>
4666
4667 * international/mule-cmds.el (read-input-method-name): Handle the
4668 case that the arg DEFAULT is symbol.
4669
4670 * international/mule-diag.el (mule-diag): Handle the case that
4671 default-input-method is symbol.
4672
d5c3f902
GM
46731999-10-26 Gerd Moellmann <gerd@gnu.org>
4674
4675 * textmodes/tildify.el: New file.
4676
e3384ae7
GM
46771999-10-25 Sam Steingold <sds@ksp.com>
4678
4679 * Makefile (compile-files): Fixed the "tr" strings.
4680 (EMACS): Set to ../src/emacs.
4681
bd3c545d
GM
46821999-10-25 Gerd Moellmann <gerd@gnu.org>
4683
4684 * info.el (Info-build-node-completions): Add '("*") to the
4685 completion list.
4686
9626b928
GM
46871999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4688
4689 * frame.el (auto-raise-mode): When enabling the mode,
4690 immediately raise the selected frame.
4ff3fcc7 4691
6528f1ca
GM
4692 * indent.el (indent-region): Doc fix.
4693
2c8e6211
GM
4694 * comint.el (comint-output-filter): Make the Comint buffer current
4695 for the comint-preoutput-filter-functions.
4696
93baa0ea
GM
4697 * mail/reporter.el: Doc fix.
4698
322524b2
SE
46991999-10-24 Stephen Eglen <stephen@gnu.org>
4700
2454554e 4701 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
4ff3fcc7 4702 that Octave lisp files can also run under XEmacs 20.
2454554e
SE
4703 (require 'custom) added so that files can run under Emacs 19.34.
4704
322524b2
SE
4705 * iswitchb.el (iswitchb-default-keybindings): No need to use
4706 read-kbd-macro in keybindings.
4707
af372af6
DL
47081999-10-23 Dave Love <fx@gnu.org>
4709
4710 * elide-head.el: New file.
4711
8ac52782
GM
47121999-10-23 Gerd Moellmann <gerd@gnu.org>
4713
4714 * Makefile (compile-files, backup-compiled-files): New targets.
4715 (bootstrap, bootstrap-clean): Ditto.
4716
0b61dad2
PE
47171999-10-22 Paul Eggert <eggert@twinsun.com>
4718
4719 * international/mule-cmds.c (locale-language-names):
4720 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
4721 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
4722 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
4723 Use Latin-8 for Welsh.
4724 Use Latin-1 for English if "en" is explicitly specified.
4725 Use Latin-1 for Scots Gaelic, Tagalog.
4726 Use Latin-1 (not Latin-4) for Greenlandic.
4727 Use Latin-1 (not Latin-2) for Albanian.
4728 (locale-preferred-coding-systems, locale-language-names):
4729 Remove generic ISO 8859 locales; locale-charset-language-names now
4730 does this.
4731 (locale-charset-language-names): New variable.
4732 (set-locale-environment): Use language name specified by
4733 locale-charset-language-names if its charsets disagree with the
4734 language name specified by locale-language-names.
4735
05f0d15a
DL
47361999-10-22 Dave Love <fx@gnu.org>
4737
a564ebfc
DL
4738 * make-mode.el: Minor doc fixes.
4739
05f0d15a
DL
4740 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
4741
902e7be8
DL
47421999-10-21 Dave Love <fx@gnu.org>
4743
4744 * loadup.el: Add latin-8, latin-9.
4745
951bc45f
PE
47461999-10-20 Paul Eggert <eggert@twinsun.com>
4747
4748 * disp-table.el (standard-display-european): Remove undocumented
4749 arg AUTO; no longer used by startup.el. Do not attempt to treat
4750 all non-English language environments as coding system names.
4751 Instead, use the downcased language environment name as a coding
4752 system name if it is one; otherwise, use latin-1.
4753
42afed7c
GM
47541999-10-20 Gerd Moellmann <gerd@gnu.org>
4755
4756 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
4757 that were split so that part of the comment appeared as Lisp code.
4758
3ad114e5
KH
47591999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4760
4761 * ps-bdf.el: Doc fix.
4762
4763 * ps-print-def.el: New file: common definitions for all parts of
4764 ps-print.
4765 (ps-multibyte-buffer): Moved from ps-mule.
4766
4767 * ps-mule.el: File dependence fix.
4768 (ps-multibyte-buffer): Moved to ps-print-def.
4769
4770 * ps-print.el: Doc fix, better customization.
4771 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
4772 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
4773 (ps-end-file): Doc fix.
4774 (ps-setup, ps-begin-file): Fun fix.
4775 (postscript): New group.
4776 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
4777 (ps-print-prologue-1): Adjust PostScript programming.
4778 (ps-print): Adjust group hierarchy.
4779 (ps-print-n-up, ps-print-zebra, ps-print-background,
4780 ps-print-printer)
4781 (ps-print-page): New subgroups.
4782 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
4783 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
4784 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
4785 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
4786 (ps-zebra-stripe-height, ps-print-background-image)
4787 (ps-print-background-text, ps-spool-config): Adjust customization.
4788 (dos-ps-printer): Definition eliminated.
4789
47901999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4791
4792 * ps-mule.el: Doc fix, define functions properly if mule package is
4793 loaded or not.
4794 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
4795 mule package is loaded or not.
4796
4797 * ps-print.el: Doc fix, n-up printing.
4798 (ps-print-version): New version number (5.0).
4799 (ps-page-dimensions-database): Added document media.
4800 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
4801 (ps-page-order, ps-printing-region-p): New vars.
4802 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
4803 funs.
4804 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
4805 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
4806 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
4807 (ps-n-up-xstart, ps-n-up-ystart): New macros.
4808 (ps-print-begin-sheet-hook): New hook.
4809 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
4810 const.
4811 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
4812 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
4813 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
4814 (ps-count-lines): Changed to defun.
4815 (ps-header-page): Changed to defsubst, fix fun.
4816 (ps-printing-region): Doc fix, adjust programming code.
4817 (ps-output-boolean, ps-background-pages, ps-background-text)
4818 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
4819 programming code.
4820
48211999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4822
4823 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
4824 (ps-print-version): New version number (4.2).
4825 (ps-spool-config, ps-spool-tumble): New vars.
4826 (ps-print-prologue-1): Changed to defconst, adjust PostScript
4827 programming, new PostScript procedure to handle errors.
4828 (ps-print-prologue-2): Changed to defconst.
4829 (ps-print-duplex-feature): New const: duplex and tumble setting.
4830 (ps-setup, ps-begin-file): Fix funs.
4831 (ps-boolean-capitalized): New fun.
4832
cc953d27
SM
48331999-10-19 Stefan Monnier <monnier@cs.yale.edu>
4834
4835 * Makefile (dontcompilefiles): Obsoleted.
4836 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
4837 (EL): Unused.
4838 (temacs): Removed (unused).
4839 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
f28eba7b 4840 version of the file (necessary for the update to work properly).
cc953d27
SM
4841 (autoloads): Force the use of `pwd`/loaddefs.el.
4842 (updates); Redefined in terms of other targets to reduce redundancy.
4843 (.el.elc): New default rule, just in case you want it.
4844 (compile): Use a single invocation of Emacs.
4845 (bootstrap-compile); Unneeded.
4846 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
4847
57bc81bf
DL
48481999-10-19 Dave Love <fx@gnu.org>
4849
4850 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
4851
03d50ed6
GM
48521999-10-19 Sam Steingold <sds@ksp.com>
4853
4854 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
4855 comply with the comment.
4856
afa95cac
GM
48571999-10-19 Gerd Moellmann <gerd@gnu.org>
4858
4859 * autorevert.el (auto-revert-mode): Make auto-revert-mode
4860 permanent-local.
4861
c22d928f 48621999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
4ff3fcc7 4863
c22d928f
GM
4864 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
4865 value: \"lpr\" changed to "lpr"
4866 (ps-mode-version): New constant
4867 (ps-mode-show-version): New function, added key in ps-mode-map
4868 (ps-run-messages): Removed
4869 (ps-run-font-lock-keywords-2): New defcustom variable replacing
4870 ps-run-messages. These keywords now include the value of
4871 ps-run-prompt, making its fontification customizable.
4872 (ps-run-init): Removed \\n from docstring, it is now added when
4873 the value is used
4874 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
4875 ps-run-prompt
4876 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
447af88f 4877 customizable variables in doc-string (its equivalent
c22d928f
GM
4878 ps-run-messages was missing in previous version of the doc-string)
4879 (ps-run-mode): Simplified assignment to font-lock-defaults, using
4880 symbols only
4ff3fcc7 4881
f20386e5
GM
48821999-10-19 Alex Schroeder <alex@gnu.org>
4883
4884 * ansi-color.el: Complete rewrite.
4885
64ed733a
PE
48861999-10-19 Paul Eggert <eggert@twinsun.com>
4887
4888 Fix bootstrapping problems.
4889 Use the system locale to specify Emacs locale defaults.
4ff3fcc7 4890
64ed733a
PE
4891 * international/mule-cmds.el (global-map):
4892 Do not use backquote, because that makes a bootstrapping
4893 problem if you need to recompile all Lisp files using interpreted code.
4894 * international/mule.el (charset-id, charset-bytes,
4895 charset-dimension, charset-chars, charset-width,
4896 charset-direction, charset-iso-final-char,
4897 charset-iso-graphic-plane, charset-reverse-charset,
4898 charset-short-name, charset-long-name, charset-description,
4899 charset-plist): Likewise.
4900 * subr.el (save-match-data): Likewise.
4901
4902 * international/mule-cmds.el
4903 (set-display-table-and-terminal-coding-system): New function,
4904 containing code migrated out of set-language-environment.
4905 (set-language-environment, set-locale-environment): Use it.
4906 (locale-translation-file-name): Moved here from startup.el.
4907 (locale-language-names, locale-preferred-coding-systems):
4908 New vars.
4909 (locale-name-match, set-locale-environment): New functions.
4910
4911 * language/japan-util.el (setup-japanese-environment-internal):
4912 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
4913
4914 * startup.el (iso-8859-n-locale-regexp): Remove.
4915 (locale-translation-file-name): Move to mule-cmds.el.
4916 (command-line): Move locale-stuff into set-locale-environment.
4917
c4d9fb07
DL
49181999-10-18 Dave Love <fx@gnu.org>
4919
4920 * abbrev.el (add-abbrev, inverse-add-abbrev)
4921 (expand-region-abbrevs): Remove properties from buffer text.
4922
0ffc420f
GM
49231999-10-17 Gerd Moellmann <gerd@gnu.org>
4924
600f9d03
GM
4925 * iswitchb.el (iswitchb-exhibit): Extract user-input only
4926 from the mini-buffer, without the prompt.
4ff3fcc7 4927
0ffc420f
GM
4928 * simple.el (minibuffer-prompt-end): Return the position
4929 after the prompt, not the position of that last character
4930 of the prompt.
4931
cd876a91
GM
49321999-10-17 Miles Bader <miles@gnu.org>
4933
4934 * simple.el: Doc fixes.
4935
49361999-10-17 Miles Bader <miles@gnu.org>
4937
4ff3fcc7 4938 * simple.el (previous-matching-history-element, next-history-element):
cd876a91
GM
4939 Change to work correctly even if the point is in the prompt.
4940 (choose-completion-string): Likewise.
4941 (minibuffer-prompt-width): New function (compatibility with old subr).
4942
4ff3fcc7 4943 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
cd876a91
GM
4944 When constraining the final position to the current field,
4945 don't use the ONLY-IN-LINE mode of constrain-to-field.
4946
49471999-10-17 Miles Bader <miles@gnu.org>
4948
4949 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
4950 constrain-to-field.
4951 * textmodes/paragraphs.el (forward-sentence): Likewise.
4952
49531999-10-17 Miles Bader <miles@gnu.org>
4954
4955 * simple.el (line-move): Use constrain-to-field to avoid
4956 moving into a prompt.
4957 (previous-complete-history-element): Clarify doc string.
4958 (next-complete-history-element): Likewise.
4959 Use field-beginning instead of point-min.
4960 (next-matching-history-element): Use field-beginning and
4961 erase-field instead of point-min and erase-buffer.
4962 * textmodes/paragraphs.el
4963 (forward-paragraph, forward-sentence): Likewise.
4964 (backward-kill-paragraph, backward-kill-sentence): Remove code to
4965 constrain the kill to an field, as the movement commands now
4966 do this.
4967
49681999-10-17 Miles Bader <miles@gnu.org>
4969
4970 * simple.el (previous-matching-history-element): Get the
4971 minibuffer input with field-string instead of buffer-string.
4972 (choose-completion-string): Likewise.
4973 (next-history-element): Likewise.
4974 Erase the minibuffer input with erase-field, not erase-buffer.
4975 Use field-beginning to find the beginning of the input.
4ff3fcc7 4976 * textmodes/paragraphs.el (backward-kill-sentence):
cd876a91
GM
4977 Remove minibuffer-prompt hack.
4978 Constrain to any input field.
4979
ff69e012
GM
49801999-10-17 Sam Steingold <sds@ksp.com>
4981
4982 * bindings.el (completion-ignored-extensions): Added ".sparcf"
4983 for CMUCL on sparc and ".ufsl" for LispWorks.
4984 (bound-and-true-p): Bugfix: free variable `v'.
4985
faa5fa58
DL
49861999-10-16 Dave Love <d.love@dl.ac.uk>
4987
4988 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
4989 (edebug-uninstall-read-eval-functions): Use load-read-function,
4990 avoiding elisp-eval.
4991
3f6f7508
GM
49921999-10-16 Sam Steingold <sds@ksp.com>
4993
4994 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
4995 instead of `eql'.
4996
767d12f2
SM
49971999-10-14 Stefan Monnier <monnier@cs.yale.edu>
4998
4999 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5000 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5001 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5002 * ediff-util.el (ediff-make-temp-file):
5003 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5004 * emerge.el (emerge-make-temp-file):
5005 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5006 * vc.el (vc-update-change-log):
5007 * mail/mailpost.el (post-mail-send-it):
5008 * mail/metamail.el (metamail-region):
5009 * progmodes/cmacexp.el (c-macro-expansion):
5010 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5011
e889eabc
GM
50121999-10-15 Gerd Moellmann <gerd@gnu.org>
5013
5014 * smtpmail.el (smtpmail-via-smtp): Add support for
5015 automatically appending a domain to RCPT TO: addresses.
5016
85852dc7
GM
50171999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5018
5019 * dired.el (dired-insert-directory): Insert the amount of
5020 free space after the total size.
5021 (dired-free-space-program, dired-free-space-args): New variables.
5022
7845335b
GM
50231999-10-14 Karl Heuer <kwzh@gnu.org>
5024
5025 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5026
01f0566b
DL
50271999-10-14 Dave Love <fx@gnu.org>
5028
4ff3fcc7 5029 * international/characters.el:
01f0566b
DL
5030 * international/fontset.el:
5031 * international/mule-conf.el: Add latin-iso8859-1[45].
5032
5033 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5034 strings.
5035
5036 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5037 (command-line): Detect Latin-[89] locales.
5038
b7c1e329
SM
50391999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5040
5041 * international/mule-cmds.el (select-safe-coding-system)
f28eba7b
SM
5042 (leim-list-header): Avoid the use of strings that start with backslash
5043 newline since lread.c:read1 has a hack to turn those strings into
5044 integer 0 during the loadup.el process.
b7c1e329 5045
f28eba7b 5046 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
b7c1e329 5047
c765b723
DL
50481999-10-13 Dave Love <fx@gnu.org>
5049
5050 * image.el (insert-image): Copy the image spec and add an
5051 intangible property.
5052
4fceda3c
SM
50531999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5054
c765b723
DL
5055 * help.el (help-xref-interned): Make it also work on variable-only
5056 and function-only symbols.
5057 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5058 (help-follow): If the point under mouse is not highlighted, try
5059 `help-xref-interned' on the pointed-to symbol anyway.
accd1266 5060
c765b723
DL
5061 * info.el (Info-on-current-buffer): New entry point.
5062 (Info-find-node): Split into two for Info-on-current-buffer to
5063 hook into it.
4fceda3c 5064 (Info-current-file, Info-set-mode-line, Info-up):
c765b723 5065 Info-current-file can now be t.
f28eba7b 5066 (Info-clone-buffer-hook): Function for `clone-buffer'.
c765b723 5067 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
f28eba7b 5068 Make `clone-buffer' available in various ways to the user.
4fceda3c 5069
ce87039d
SM
50701999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5071
c765b723
DL
5072 * simple.el (shell-command, shell-command-on-region): Use
5073 make-temp-file.
5074 (clone-buffer, clone-process, clone-buffer-hook): New functions.
b005abd5 5075
c765b723
DL
5076 * subr.el (with-current-buffer): Don't use backquotes to avoid
5077 bootstrapping problems.
4ff3fcc7 5078
c765b723
DL
5079 * loadup.el (load-path): Add subdirs for bootstrapping.
5080 (docstrings): Ignore errors during bootstrapping.
5081 (args): New `bootstrap' argument (for use in place of `dump').
ce87039d 5082
1a7244d9
GM
50831999-10-12 Emmanuel Briot <briot@gnat.com>
5084
5085 * ada-stmt.el: Doc-string fixes.
5086
99485bca
GM
50871999-10-12 Gerd Moellmann <gerd@gnu.org>
5088
7518ed7b
GM
5089 * recentf.el: New file.
5090
99485bca
GM
5091 * ps-mode.el: New file.
5092
5093 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5094 case insensitive.
5095
4b9347b3
GM
50961999-10-12 Richard Sharman <rsharman@pobox.com>
5097
5098 * sh-script.el: Added support for indenting existing scripts.
5099 (sh-mode-map): Added new bindings.
5100 (sh-mode): Updated mode doc-string for new commands, added
5101 make-local-variable calls, initialize mode-specific variables.
5102 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5103 is now a different function.
5104 (sh-header-marker): Changed docstring.
5105 (sh-set-shell): Initialize mode-specific variables.
5106 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5107 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5108 Changed these define-skeleton calls to work with user-specified
5109 indentation settings.
5110 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5111 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5112 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5113 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5114 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5115 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5116 (sh-guess-basic-offset, sh-handle-after-case-label)
5117 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5118 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5119 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5120 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5121 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5122 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5123 (sh-handle-this-then, sh-help-string-for-variable)
5124 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5125 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5126 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5127 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5128 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5129 (sh-remove-our-text-properties, sh-rescan-buffer)
5130 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5131 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5132 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5133 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
4ff3fcc7 5134 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
4b9347b3
GM
5135 functions.
5136 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5137 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5138 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5139 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5140 (sh-var-list): New variables.
4ff3fcc7 5141
b07ea410
GM
51421999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5143
7518ed7b
GM
5144 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5145 a value one line to high if the cursor wasn't at the start of a
5146 line. A `beginning-of-line' is now performed before making the
5147 call to `count-lines'.
b07ea410 5148
9c610b03
SM
51491999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5150
f28eba7b 5151 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
9c610b03 5152
c652cdb8
SM
51531999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5154
f28eba7b 5155 * Makefile (setwins): Abstract out the command to find subdirectories
f6ac5659 5156 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
e2fa1e81 5157 (custom-deps, finder-data, autoloads, update-subdirs, updates)
f28eba7b 5158 (autoloads-with-other-emacs): Use it.
f6ac5659 5159
f28eba7b 5160 * diff-mode.el: New file. A mode for viewing/editing context diffs.
c652cdb8 5161
96ff0f09
GM
51621999-10-09 Gerd Moellmann <gerd@gnu.org>
5163
5164 * Makefile (bootstrap-compile): New target. Compile Lisp
5165 files with ../src/temacs.
5166
a0eddf92
DL
51671999-10-08 Dave Love <fx@gnu.org>
5168
5169 * ange-ftp.el: Require dired when compiling.
5170 (ange-ftp-normal-login): Allow EFS-style port specification.
5171
b02b54a8
GM
51721999-10-08 Simon Marshall <simon@gnu.org>
5173
5174 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5175 (regexp-opt-group): Use it to get common suffixes in STRINGS.
5176 If STRINGS is nil, return "" rather than nil.
4ff3fcc7 5177
57f707e7
GM
51781999-10-08 Gerd Moellmann <gerd@gnu.org>
5179
5180 * Makefile (compile): Compile files one by one. Set load-path to
5181 current directory and subdirectories when compiling.
4ff3fcc7 5182
7ec641b8
GM
51831999-10-08 Gerd Moellmann <gerd@gnu.org>
5184
5185 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5186 (emacs): Use it everywhere instead of EMACS.
5187 (compile): New target. Compile all Lisp files from scratch.
5188 (recompile): New target. Recompile lisp directory.
5189 (autoloads-with-other-emacs): New target. Build loaddefs.el with
5190 an Emacs executable not built in the current directory tree.
5191
1ba9c017
GM
51921999-10-07 Peter Breton <pbreton@ne.mediaone.net>
5193
5194 * filecache.el (file-cache-completion-ignore-case): New variable,
5195 defaulting to the value of completion-ignore-case.
5196 (file-cache-minibuffer-complete): Use it.
5197 (file-cache-files-matching, file-cache-files-matching-internal):
5198 New functions.
5199
92d91a2c
GM
52001999-10-07 Emmanuel Briot <briot@gnat.com>
5201
5202 * ada-xref.el: New file
5203
5204 * ada-prj.el: New file
5205
5206 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5207
5208 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5209 subprogram being created.
5210
5211 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5212 ada-indent-newline-indent): Rewritten to support the new indentation
5213 scheme
5214
5215 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5216 New functions
5217
5218 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5219 justification parameter
5220
5221 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5222 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5223 external program
5224
2acb0c8a
DL
52251999-10-07 Dave Love <fx@gnu.org>
5226
5227 * bindings.el (bound-and-true-p): New macro.
5228 (make-mode-line-mouse-sensitive): Don't require easymenu.
5229
f5737ad2
GM
52301999-10-07 Gerd Moellmann <gerd@gnu.org>
5231
5232 * custom.el (defface): Extend documentation for new values of
5233 `type'.
5234
5235 * faces.el (face-spec-set-match-display): Recognize `type' of
5236 `motif', `lucid', `x-toolkit'.
5237 (menu): New face.
5238
08aecf04
DL
52391999-10-05 Dave Love <fx@gnu.org>
5240
5241 * files.el: Recognize temporary crontab files.
5242
2980e106
DL
5243 * info.el: Require jka-compr when compiling.
5244 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5245
6edcb099
DL
52461999-10-04 Dave Love <fx@gnu.org>
5247
5248 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5249 scroll-up-aggressively, scroll-down-aggressively.
5250
6edcb099 5251 * time.el (display-time-mode): Add autoload cookie.
4ff3fcc7 5252
1270d7ca 5253 * rect.el (delete-extract-rectangle): Doc fix from verna.
6edcb099
DL
5254
5255 * help-macro.el (three-step-help): Customize.
5256
657f51c4
PR
52571999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5258
5259 * hexl.el (hexlify-buffer): Move point in proper range
5260 if it is too large.
5261 (hexl-after-revert-hook): Update hexl-max-address.
5262 (hexl-address-to-marker): Doc fix.
5263
d56a5054
DL
52641999-10-03 Dave Love <fx@gnu.org>
5265
5266 * image.el (defimage): Remove redundant code. Substitute file in
5267 image plist.
5268
52691999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
5270
5271 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5272 when doing with-temp-file.
5273
52741999-10-01 Dave Love <fx@gnu.org>
5275
5276 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5277
5278 * help.el: Require view when compiling.
5279 (view-emacs-FAQ): Use Info version.
5280
0767b41e
DL
52811999-09-29 Ken'ichi Handa <handa@gnu.org>
5282
5283 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5284 (normat->normal). Use correct font names for Korean
5285 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5286
52871999-09-29 Kenichi Handa <handa@etl.go.jp>
5288
5289 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5290 code not used by KOI8 to the same 8-bit code instead of mapping to
5291 SPC.
5292 (cyrillic-alternativnyj-decode-table): Likewise.
5293
52941999-09-29 Alex Schroeder <alex@gnu.org>
5295
f28eba7b 5296 * sql.el (sql-imenu-generic-expression): Aew, used to set
0767b41e
DL
5297 imenu-generic-expression.
5298 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5299 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
5300 imenu-case-fold-search, and imenu-syntax-alist.
5301 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5302 setting font-lock-defaults' SYNTAX-ALIST.
5303
e719a6e5
DL
53041999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5305
5306 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
5307 macro, try again.
5308
0767b41e
DL
53091999-09-28 Dave Love <fx@gnu.org>
5310
5311 * cus-edit.el (custom-comment): Change widget definition.
5312 (custom-comment-create, custom-comment-show)
5313 (custom-comment-invisible-p): Don't use :comment-overlay.
5314 (custom-comment-hide): New function.
5315 (custom-variable-set, custom-variable-save)
5316 (custom-variable-reset-standard, custom-face-set)
5317 (custom-face-save): Use it.
5318
d177c583
PR
53191999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5320
5321 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
5322
7fce61e9
PR
53231999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5324
5325 * faces.el (region): Doc fix.
5326
0767b41e
DL
53271999-09-27 Dave Love <fx@gnu.org>
5328
5329 * isearch.el (isearch): Add :links in defgroup.
5330 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
5331 (isearch-switch-frame-handler): Comment out (unused).
5332 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
5333 (isearch-ring-retreat-edit): Doc fix.
5334 (isearch-mouse-yank): New command.
5335 (isearch-last-command-char): Removed. Callers changed to use
5336 last-command-char.
5337 (isearch-char-to-string): Removed. Callers changed to use
5338 char-to-string.
5339
27271329
PR
53401999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
5341
5342 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
5343 option for Russian.
5344
0767b41e
DL
53451999-09-25 Gerd Moellmann <gerd@gnu.org>
5346
4ff3fcc7 5347 * faces.el (face-differs-from-default-p): Compare face
0767b41e
DL
5348 attributes individually.
5349
5350 * image.el (put-image, insert-image): Add string argument.
5351
53521999-09-24 Gerd Moellmann <gerd@gnu.org>
5353
5354 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
5355 LANG=de_DE.iso88591 on HPUX 11.0.
5356
5357 * dired.el (dired-move-to-filename-regexp): Make it work
5358 for LANG=de_DE.iso88591 on HPUX 11.0.
5359
e3bcca75
GM
53601999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5361
5362 * info.el (info-initialize): Don't test existence of ALTERNATIVE
5363 if we know for some other reason it should not be used.
5364
1bd55d5a
GM
5365 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
5366 New variable.
5367 (edebug-recursive-edit): Save current-prefix-arg there,
5368 bind it, and set it back at the end.
5369 (edebug-outside-excursion): Restore and update the outside
5370 value of current-prefix-arg.
5371 (edebug-emacs-version-specific): Delete support for Epoch.
5372
c0ea222e
GM
53731999-09-24 Howard Melman <howard@silverstream.com>
5374
5375 * imenu.el (imenu-after-jump-hook): New variable.
5376 (imenu): Run menu-after-jump-hook.
5377 (imenu-name-lookup-function): New variable.
5378 * imenu.el (imenu--in-alist): Use those variables.
4ff3fcc7 5379
0767b41e
DL
53801999-09-24 Carsten Dominik <cd@gnu.org>
5381
5382 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
4ff3fcc7 5383 multiple thebibliography environments.
0767b41e
DL
5384
5385 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
5386 with recentering window.
5387 (reftex-extract-bib-entries-from-thebibliography,
5388 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
5389 with multiple thebibliography environments.
5390
5391 * textmodes/reftex-vars.el
5392 (reftex-section-levels): Function allowed as cdr.
5393 (reftex-max-section-depth) New option.
5394
5395 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
5396 with multiple thebibliography environments.
5397
53981999-09-23 Gerd Moellmann <gerd@gnu.org>
5399
5400 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
5401 instead of point-min in call to delete-region.
5402
54031999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
5404
5405 * vc.el (vc-backend-checkout): Use with-temp-file when checking
5406 out into arbitrary file names.
5407
54081999-09-19 Ken'ichi Handa <handa@gnu.org>
5409
5410 * language/european.el ("Turkish"): New language environment.
5411
54121999-09-19 Dave Love <fx@gnu.org>
5413
5414 * delim-col.el: New file.
5415
54161999-09-17 Richard Stallman <rms@gnu.org>
5417
5418 * files.el (after-find-file): When visiting a backup file,
5419 make it read-only.
5420
5421 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
5422 (apropos-keybinding-face, apropos-label-face): Likewise.
5423 (apropos-property-face, apropos-match-face): Likewise.
5424 (apropos-label-properties): New variable.
5425 (apropos-print-doc): Use apropos-label-properties.
5426 (apropos-print): Set apropos-label-properties.
5427
54281999-09-15 Richard Stallman <rms@gnu.org>
5429
5430 * winner.el: Use aref instead of sref.
5431
5432 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
5433
54341999-09-14 Gerd Moellmann <gerd@gnu.org>
5435
5436 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
5437
54381999-09-14 Richard Stallman <rms@gnu.org>
5439
5440 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
5441 cookie, even if followed by a letter.
5442
54431999-09-14 Stephen Eglen <stephen@gnu.org>
5444
5445 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
5446 --no-line-editing are passed to Octave by including them here
5447 rather than storing them in inferior-octave-startup-args.
5448
54491999-09-14 Eli Zaretskii <eliz@gnu.org>
5450
5451 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
5452 command, option, env and sc.
5453
5454 * subr.el (shell-quote-argument): Quote argument with double
5455 quotes for ms-dos.
5456
54571999-09-14 Richard Stallman <rms@gnu.org>
5458
5459 * simple.el (eval-expression-print-level): New variable.
5460 (eval-expression-print-length): New variable.
5461 (eval-expression-debug-on-error): New variable.
5462 (eval-expression): Bind print-level, print-length and
5463 debug-on-error from those vars.
5464
5465 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
5466 Bind print-level, print-length and debug-on-error.
5467
54681999-09-14 Inge Frick <inge@nada.kth.se>
5469
5470 * dired.el (dired-recursive-deletes): New custom variable.
5471 (dired-re-no-dot): New variable.
5472 (dired-delete-file): New function deletes files and directories
5473 recursively.
5474 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
5475
5476 * dired-aux.el (dired-recursive-copies): New custom variable.
5477 (dired-handle-overwrite): Broke a long line.
5478 (dired-copy-file): Call `dired-copy-file-recursive' instead of
5479 `copy-file'.
5480 (dired-copy-file-recursive): New function. Copy directories
5481 recursively.
5482 (dired-do-create-files): Added support for generalized directory
5483 target. How-to function may now return a function. New fluid
5484 variable `dired-one-file'.
5485 (dired-copy-how-to-fn): New variable.
5486 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
5487 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
5488 (dired-do-copy-regexp): No recursive copies.
5489
54901999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
5491
5492 * whitespace.el (whitespace-version): Update version to 2.4
5493
5494 * whitespace.el: Add customization variables to conditionally test
5495 any of the five whitespaces, per request from Rune Kleveland
5496 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
5497
5498 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
5499
5500 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
5501 list of modes to be checked for bogus whitespaces.
5502
5503 * whitespace.el (whitespace-rescan-timer-time): Update
5504 documentation.
5505
5506 * whitespace.el (whitespace-display-unchecked-whitespaces):
f28eba7b 5507 New function to update modeline with untested whitespaces.
0767b41e
DL
5508
5509 * whitespace.el (whitespace-buffer): Test only whitespaces whose
5510 checking is turned on, and update modeline using the newly created
5511 `whitespace-display-unchecked-whitespaces'.
5512
5513 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
5514 whose checking is turned on, and update modeline using the newly
5515 created `whitespace-display-unchecked-whitespaces'.
5516
5517 * whitespace.el (whitespace-describe): Update documentation.
5518
5519 * whitespace.el (whitespace-tickle-timer): Test if
5520 `whitespace-rescan-timer-time' is non-zero before tickling timer.
5521
55221999-09-13 Dave Love <fx@gnu.org>
5523
5524 * hideif.el (hide-ifdef-mode): Add autoload cookie.
5525
5526 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
5527 for temp buffer.
5528 (checkdoc-this-string-valid): Don't assume default comment-start.
5529
55301999-09-13 Gerd Moellmann <gerd@gnu.org>
5531
5532 * rsz-mini.el: Remove code, keep the interface.
5533
55341999-09-13 Dave Love <fx@gnu.org>
5535
5536 * help.el (help-highlight-p): Doc fix.
5537
5538 * faces.el (mode-line, header-line, tool-bar): Add :version.
5539 (highlight, secondary-selection): Add :group.
5540 (trailing-whitespace): Add :group, :version.
5541
5542 * wid-edit.el: Remove some compatibility code and checks.
5543 (widget-specify-field, widget-specify-button): Don't use XEmacs
5544 properties.
5545 (widget-overlay-inactive): Change error message.
5546 (widget-button-pressed-face): New variable.
5547 (widget-button-click): Use it.
5548 (widget-documentation-link-add): Specify mouse and button faces.
5549 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
5550 removed now the functionality is built in.
5551
5552 * cus-edit.el: Don't define-widget-keywords.
5553 (multimedia): New group.
5554 (custom-last): Function removed.
5555 (custom-quote): Add vectorp case, comment out characterp case.
5556 (custom-buffer-done-function, custom-raised-buttons): New option.
5557 (Custom-buffer-done): New function.
5558 (custom-buffer-create-internal): Obey custom-raised-buttons,
5559 Custom-buffer-done.
5560 (custom-button-face): Make it `released-button'.
5561 (custom-button-pressed-face): Make it `pressed-button'
5562 (custom-mode-map): Bind "q" to Custom-buffer-done.
5563 (custom-mode): Deal with raised/pressed buttons.
5564
5565 Changes from Didier Verna:
5566 (custom-prompt-variable): Optional third arg makes prompt for a
5567 comment string.
5568 (customize-set-value, customize-set-variable,
5569 customize-save-variable): Optional prefix makes function handle
5570 variable comments.
5571 (customize-customized, customize-saved, custom-variable-state-set)
5572 (custom-variable-set, custom-variable-save, custom-face-state-set)
5573 (custom-variable-reset-saved, custom-variable-reset-standard)
5574 (custom-face-set, custom-face-save, custom-face-reset-saved)
5575 (custom-face-reset-standard, customize-save-customized): Handle
5576 custom comments.
5577 (custom-comment-face, custom-comment-tag-face): New face.
5578 (custom-comment): New widget.
5579 (custom-comment-create, custom-comment-delete)
5580 (custom-comment-value-set, custom-comment-show)
5581 ()custom-comment-invisible-p): New functions.
5582 (custom-variable-value-create, custom-face-value-create): Create a
5583 comment field widget.
5584 (custom-variable-menu, custom-face-menu): New entry for custom
5585 comment.
5586 (custom-face-value-create): Remove compatibility code.
5587 (custom-save-variables, custom-save-faces): Possibly save custom
5588 comments.
5589
5590 * cus-face.el (custom-face-attributes): Simplify :underline,
5591 :overline, :inverse-video cases. Fix up :box case (probably needs
5592 more work).
4ff3fcc7 5593
0767b41e
DL
5594 Change from Didier Verna:
5595 (custom-set-faces): The arguments can now have a custom comment as
5596 fourth argument.
5597
5598 * custom.el: Don't define-widget-keywords.
5599 Change from Didier Verna:
f28eba7b 5600 (custom-set-variables): The arguments can now have a
0767b41e
DL
5601 custom comment as fifth element.
5602
56031999-09-13 Richard Stallman <rms@gnu.org>
5604
5605 * info.el (Info-find-node): Cope better if guesspos is too large.
5606
56071999-09-12 Gerd Moellmann <gerd@gnu.org>
5608
5609 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
4ff3fcc7 5610 of buffer-substring because buffer-string doesn't copy the
0767b41e
DL
5611 prompt.
5612
5613 * faces.el (mode-line): Replaces `modeline'.
5614 (toplevel): Make `modeline' an alias for `mode-line'.
5615
56161999-09-12 Gerd Moellmann <gerd@gnu.org>
5617
5618 * gs.el: Change `ghostscript' to `postscript' in comment.
5619
56201999-09-11 Rob Riepel <riepel@Stanford.EDU>
5621
5622 * emulation/tpu-edt.el (tpu-version): New version.
5623 (tpu-search-overlay, tpu-replace-overlay): New variables.
5624 (tpu-search-highlight, tpu-toggle-direction): New functions.
5625 (tpu-lm-replace): Set tpu-replace-overlay.
5626 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
5627 command hook.
4ff3fcc7 5628
0767b41e
DL
56291999-09-11 Richard Stallman <rms@gnu.org>
5630
5631 * isearch.el (isearch-mode-map): Undo previous change.
5632
5633 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
5634 use all of that as the sexp.
5635
5636 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
5637 and use the initial argument as file name directly.
5638 Likewise if nothing matches.
5639
56401999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
5641
5642 * winner.el: Major changes. Avoid changing point and mark.
5643 Save configurations after they change, not before.
4ff3fcc7 5644
0767b41e
DL
56451999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
5646
5647 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
5648 Bind print-continuous-numbering and print-number-table.
5649
56501999-09-10 Dave Love <fx@gnu.org>
5651
5652 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
5653
56541999-09-09 Richard Stallman <rms@gnu.org>
5655
5656 * whitespace.el: Finish making it fit Emacs conventions.
5657 Add autoloads.
5658
56591999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
5660
5661 * generic-x.el (bat-generic-mode): "::"-style comments don't
5662 need to begin with "-". Fix the font-lock definitions of ON/OFF
5663 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
5664 from the list of keywords. Add DO to the list of keywords.
5665
56661999-09-09 Dave Love <fx@gnu.org>
5667
b416e85a 5668 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
0767b41e
DL
5669 (byte-optimize-backward-word): New optimizations.
5670 (side-effect-free-fns, side-effect-and-error-free-fns): Add
5671 entries.
5672
56731999-09-09 Gerd Moellmann <gerd@gnu.org>
5674
5675 * image.el (put-image): Remove optional buffer parameter.
5676
5677 * faces.el (face-italic-p): Return t only for values `italic'
5678 and `oblique'.
5679
5680 * mouse.el (mouse-drag-mode-line-1): Extension of former
5681 mouse-drag-mode-line that also drags the header line.
5682 (mouse-drag-mode-line): Call it.
5683 (mouse-drag-header-line): New.
5684 (toplevel): Bind down-mouse-1 on header lines to
5685 mouse-drage-header-line.
5686
56871999-09-08 Gerd Moellmann <gerd@gnu.org>
5688
5689 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
5690 (make-mode-line-mouse-sensitive): Replace `top-line' by
5691 `header-line'.
5692
56931998-09-08 Michael Ernst <mernst@alum.mit.edu>
5694
5695 * help.el (describe-function-1): Don't return empty string for keymaps.
5696
5697 * fill.el (fill-region-as-paragraph, canonically-space-region):
5698 Respect colon-double-space at end of line.
5699
57001999-09-08 Stephen Gildea <gildea@alum.mit.edu>
5701
5702 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
5703 (backup-buffer): Use it.
5704
57051999-09-08 Peter Breton <pbreton@ne.mediaone.net>
5706
5707 * generic-x.el (generic-define-unix-modes): Added new modes:
4ff3fcc7 5708 inetd-conf-generic-mode, etc-services-generic-mode,
0767b41e
DL
5709 etc-passwd-generic-mode. These are all defined for Unix by default.
5710 (apache-generic-mode): Use an imenu-generic-expression to list
5711 Configuration keywords.
5712 (samba-generic-mode): Use both ; and # as comment characters.
5713 (samba-generic-mode): Font-lock expressions now highlight name
5714 value pairs.
5715 (bat-generic-mode): Keywords are now case-insensitive through
5716 font-lock-defaults setting.
5717 (java-properties-generic-mode): Supports both ! and # as comment
5718 characters.
5719 (java-properties-generic-mode): Added an imenu-generic-expression
5720 (java-properties-generic-mode): Reworked to support the various
4ff3fcc7 5721 different ways to separate name and value (viz, '=', ':' and
0767b41e
DL
5722 whitespace).
5723 (show-tabs-generic-mode): Added this new generic-mode.
5724
57251999-09-08 Richard Stallman <rms@gnu.org>
5726
5727 * progmodes/inf-lisp.el: Moved from top directory.
5728
5729 * tar-mode.el (tar-header-block-tokenize):
5730 Use `when' instead of `and'. Fix some clobbered text.
5731
5732 * gud.el (gud-make-debug-menu): Make a child for the
5733 local menu, for its menu bar, and the debug menu.
5734 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
5735 Use the history in the simple way.
5736
57371999-09-07 Kenichi Handa <handa@etl.go.jp>
5738
5739 * language/korea-util.el (default-korean-keyboard): Initialize it
5740 according to the environment variable HANGUL_KEYBOARD_TYPE.
5741
57421999-09-07 Richard Stallman <rms@gnu.org>
5743
5744 * subr.el (make-temp-file): New function.
5745
57461999-09-07 Stefan Monnier <monnier@cs.yale.edu>
5747
5748 * font-lock.el (font-lock-multiline): New text property contains
5749 a boolean to indicate if the char is part of a multiline match.
5750 (font-lock-default-fontify-region): Extend the region appropriately
5751 for multiline keywords.
5752 (font-lock-default-unfontify-region): Also remove the new
5753 font-lock-multiline text property.
5754 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
5755 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
5756
57571999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5758
5759 * diary-lib.el (list-diary-entries): Make sure two-digit years
5760 have leading zeros.
5761
57621999-09-07 Gerd Moellmann <gerd@gnu.org>
5763
5764 * faces.el (face-set-after-frame-default): Initialize some
5765 attributes of some faces from frame parameters.
5766
5767 * faces.el (scroll-bar, border, cursor, mouse): New faces.
5768
57691999-09-07 Gerd Moellmann <gerd@gnu.org>
5770
5771 * faces.el (fringe): Replaces face `margin'.
5772
57731999-09-07 Dave Love <fx@gnu.org>
5774
5775 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
5776
57771999-09-07 Richard Stallman <rms@gnu.org>
5778
5779 * subr.el (push): Doc fix.
5780
57811999-09-06 Richard Stallman <rms@gnu.org>
5782
5783 * vc.el (vc-annotate-display): Use < 69 not < 70
4ff3fcc7 5784 to distinguish 20YY from 19YY.
0767b41e
DL
5785
5786 * timezone.el (timezone-parse-date): Use < 69 not < 70
5787 to distinguish 20YY from 19YY.
5788
5789 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
5790
57911999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
5792
5793 * quickurl.el: (quickurl-list-focused-line): Removed.
5794 (quickurl-list-insert): Now works out the focused line using
5795 `count-lines' instead of using `quickurl-list-focused-line'.
5796
57971999-09-06 Richard Stallman <rms@gnu.org>
5798
5799 * mail/rmail.el (rmail-retry-failure): Unconditionally move
5800 to beginning of message.
5801
58021999-09-06 Dave Love <fx@gnu.org>
5803
5804 * isearch.el (isearch-mode-map): Add mouse-2.
5805
b416e85a 5806 * mail/rmail.el (rmail-read-password): Deleted.
0767b41e
DL
5807 (rmail-get-pop-password): Use read-password.
5808
5809 * quickurl.el: Don't conditionally define caddr.
5810 (quickurl-url-comment): Use nth, not caddr in function and
5811 defsetf.
5812
58131999-09-06 Richard Stallman <rms@gnu.org>
5814
5815 * auto-show.el: Doc fixes.
5816
58171999-09-06 Stephen Eglen <stephen@gnu.org>
5818
5819 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
5820 --no-line-editing so that TABs in source files are not interpreted
5821 as completion requests.
4ff3fcc7 5822
0767b41e 58231999-09-06 Gerd Moellmann <gerd@gnu.org>
4ff3fcc7 5824
0767b41e
DL
5825 * hscroll.el, auto-show.el: Remove all code, keep the public
5826 interface as no-ops.
5827
5828 * faces.el (face-bold-p): Don't return t if face has lighter
5829 weight than normal.
5830
58311999-09-06 Eli Zaretskii <eliz@gnu.org>
5832
5833 * startup.el (command-line): Make small-temporary-file-directory
5834 be nil except on ms-dos.
5835
5836 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
5837
5838 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
5839 is defined.
5840
5841 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
5842 letters with a colon after d or l.
5843
58441999-09-06 Dave Love <fx@gnu.org>
5845
b416e85a
DL
5846 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
5847 primitive.)
0767b41e
DL
5848
58491999-09-05 Richard Stallman <rms@gnu.org>
5850
5851 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
5852
5853 * textmodes/paragraphs.el (backward-kill-sentence):
5854 Don't test minibuffer-prompt-end here.
5855 (forward-sentence): Do handle it here.
5856 (backward-kill-paragraph): Don't test it here.
5857 (forward-paragraph): Handle it here.
5858
5859 * mouse.el (font-menu-add-default): Simplify code.
5860
58611999-09-05 Gerd Moellmann <gerd@gnu.org>
5862
5863 * faces.el (header-line): Renamed from `top-line'.
5864
58651999-09-05 Gerd Moellmann <gerd@gnu.org>
5866
5867 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
5868
58691999-09-04 Richard Stallman <rms@gnu.org>
5870
5871 * whitespace.el: New file.
5872
58731999-09-04 Dave Love <fx@gnu.org>
5874
5875 * paths.el: Make some doc strings obey the make-docfile convention.
5876
5877 * bindings.el: Likewise.
5878 (debug-ignored-errors): Remove BBDB ones.
5879
58801999-09-03 Richard Stallman <rms@gnu.org>
5881
5882 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
5883 not from the draft to forward.
5884
5885 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
5886
58871999-09-03 Dave Love <fx@gnu.org>
5888
5889 * double.el (double-mode): Customize the variable.
5890
58911999-09-03 Kenichi Handa <handa@etl.go.jp>
5892
5893 * international/characters.el: Delete duplicated code.
5894
58951999-09-02 Richard Stallman <rms@gnu.org>
5896
5897 * indent.el (indent-relative): Doc fix.
5898
5899 * quickurl.el (quickurl): Doc fix.
5900
59011999-09-02 Gerd Moellmann <gerd@gnu.org>
5902
5903 * faces.el (margin): Change background to "gray" for mono (this is
5904 drawn with a stipple pattern).
5905
59061999-09-02 Gerd Moellmann <gerd@gnu.org>
5907
5908 * simple.el (next-history-element): Use minibuffer-prompt-end once
5909 again. Remove test for minibuffer-prompt-in-buffer.
5910
59111999-09-02 Eli Zaretskii <eliz@gnu.org>
5912
5913 * files.el (small-temporary-file-directory): New variable.
5914
5915 * startup.el (command-line): Compute the value of
5916 small-temporary-file-directory.
5917
5918 * ediff-init.el (ediff-temp-file-prefix): Use
5919 small-temporary-file-directory if non-nil.
5920
5921 * vc.el (vc-update-change-log): Likewise.
5922
5923 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
5924
5925 * simple.el (shell-command, shell-command-on-region): Use
5926 make-temp-name properly. Use small-temporary-file-directory if
5927 non-nil, otherwise temporary-file-directory, to generate temporary
5928 files.
5929
5930 * dos-w32.el (direct-print-region-helper): Use
5931 temporary-file-directory. (From Stefan Monnier.)
5932
59331999-09-02 Richard Stallman <rms@gnu.org>
5934
5935 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
5936 from asm-comment-char.
5937 (asm-font-lock-keywords): Recognize instruction width suffixes.
5938
59391999-09-01 Richard Stallman <rms@gnu.org>
5940
5941 * play/fortune.el: New file.
5942
59431999-08-31 Dave Love <fx@gnu.org>
5944
5945 * help.el (help-make-xrefs): Don't lose on non-empty blank line
5946 after key table.
5947
b416e85a
DL
5948 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
5949 redisplay variables.
0767b41e
DL
5950
5951 * subr.el (push): Fix typo.
5952
59531999-08-30 Kevin Blake <kblake@ticnet.com>
5954
5955 * emacs-lisp/ring.el: Many doc fixes.
5956 (ring-size, ring-copy): New functions.
5957
59581999-08-29 Richard Stallman <rms@gnu.org>
5959
5960 * progmodes/etags.el (tags-loop-continue):
5961 After tags-loop-operate returns, force skip to next file.
5962
5963 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
5964 (mail-extr-first-letters, mail-extr-last-letters):
5965 Use character classes [:alpha:] and [:alnum:].
5966
5967 * subr.el (push, pop): New macros.
5968
5969 * progmodes/compile.el (compilation-error-regexp-alist):
5970 New item for SGI IRIX MipsPro compilers.
5971
5972 * speedbar.el (speedbar-directory-buttons): Recognize
5973 device names when checking for file names.
5974
5975 * array.el (array-reconfigure-rows): Use generate-new-buffer.
5976
5977 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
5978 and specially handle defvar inside their expansions.
5979 (eval-defun-1): New subroutine.
5980
5981 * progmodes/compile.el (compilation-error-regexp-alist):
5982 Fix the Perl -w entry to allow period after line number.
5983 Don't allow newlines in file name, but allow them after line number
5984 for Perl debugging traces.
5985
5986 * which-func.el (which-func-cleanup-function): New variable.
5987 (which-function): Call that function.
5988
5989 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
5990 to end a function name.
5991
5992 * informat.el (Info-tagify): Don't insert more than one newline
5993 before the tag table.
5994
59951999-08-29 Stefan Monnier <monnier@cs.yale.edu>
5996
5997 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
5998 than make-temp-name, use match-string-no-properties, and eliminate
5999 a quadratic behavior when building bibtex-strings.
6000
60011999-08-29 Alex Schroeder <alex@gnu.org>
6002
6003 * comint.el (comint-input-ring-separator): New variable.
6004 (comint-read-input-ring): Doc change; use
6005 comint-input-ring-separator when reading file.
6006 (comint-write-input-ring): Use
6007 comint-input-ring-separator when writing file.
6008
60091999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6010
6011 * informat.el (Info-tagify): Start by widening.
6012 Match node headers that don't list the file name,
6013 and more kinds of page separations.
6014 Strip properties during tagification.
6015 Use start of node header line as tag's position.
6016 Fix the "done" message.
6017
6018 (Info-validate): Save and restore match data around narrowing down.
6019
60201999-08-28 Richard M. Stallman <rms@gnu.org>
6021
6022 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6023 On repeated call, override previous values put into
6024 minor-mode-map-alist and minor-mode-alist.
6025
60261999-08-28 Michael Ernst <mernst@alum.mit.edu>
6027
6028 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6029
60301999-08-27 Andreas Schwab <schwab@gnu.org>
6031
6032 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6033 from cvs update.
6034
60351999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6036
6037 * calendar/calendar.el (calendar-move-hook): New hook.
6038
6039 * calendar/cal-move.el: Call the new hook in every movement function.
6040
6041 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6042 the right function name.
6043
60441999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6045
6046 * time-stamp.el: Put quote-backquote around all symbol names
6047 in doc strings, for mousing.
f28eba7b
SM
6048 (time-stamp): Support multi-line patterns.
6049 (time-stamp-inserts-lines): New variable.
6050 (time-stamp-count): New variable.
6051 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
0767b41e
DL
6052 "Thu" instead of "%a".
6053
60541999-08-25 Gerd Moellmann <gerd@gnu.org>
6055
6056 * simple.el (kill-word): Undo previous change.
6057
60581999-08-25 Gerd Moellmann <gerd@gnu.org>
6059
6060 * jit-lock.el (jit-lock-function): Extend the fontified range
4ff3fcc7 6061 to the beginning of the line containing the range start and
0767b41e
DL
6062 the beginning of the line following the range end.
6063
60641999-08-24 Dave Love <fx@gnu.org>
6065
6066 * timezone.el: Move provide to end.
6067 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6068 <70 are 2000+.
6069 (timezone-parse-time): Simplify somewhat.
6070
60711999-08-24 Gerd Moellmann <gerd@gnu.org>
6072
6073 * faces.el (margin): Renamed from bitmap-area.
6074
60751999-08-24 Alex Schroeder <alex@gnu.org>
6076
6077 * sql.el: Doc changes.
f28eba7b 6078 (sql-sybase): Use sql-server instead of sql-database.
0767b41e
DL
6079
60801999-08-23 Dave Love <fx@gnu.org>
6081
6082 * rect.el: Add/fix various doc strings. Add `*' to all the
6083 interactive specs.
6084
60851999-08-21 Gerd Moellmann <gerd@gnu.org>
6086
6087 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6088 Don't unwind-protect font-lock-fontify-region.
6089
6090 * paragraphs.el (backward-kill-paragraph): Don't move
6091 point into mini-buffer prompt.
6092 (backward-kill-sentence): Ditto.
6093
6094 * simple.el (next-history-element): Use minibuffer-prompt-end.
6095 Remove test for minibuffer-prompt-in-buffer.
6096 (kill-word): Don't move point into mini-buffer prompt.
6097
60981999-08-21 Dave Love <fx@gnu.org>
6099
6100 * Makefile: Exclude CVS dirs like RCS.
6101
61021999-08-19 Dave Love <fx@gnu.org>
6103
6104 * tooltip.el (tooltip-mode): Customize this, per convention.
6105 (tooltip-active): Option deleted.
6106
6107 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6108
6109 * hanoi.el, page-ext.el: Declare dynamic vars.
6110
6111 * term.el: Avoid ange-ftp related compilation warnings.
6112
61131999-08-18 Gerd Moellmann <gerd@gnu.org>
6114
6115 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6116 the default so that beginners can benefit from it without
6117 searching in manuals.
6118
61191999-08-18 Ray Blaak <blaak@gnu.org>
6120
6121 * progmodes/delphi.el: Consider assembly sections as blocks, to
6122 indent them better. Make auto-indent on newline optional.
6123
61241999-08-17 Gerd Moellmann <gerd@gnu.org>
6125
6126 * bindings.el (mode-line-modified): Look up key binding for C-x
6127 C-q. If it's bound call that binding, otherwise call
6128 toggle-read-only.
6129
61301999-08-17 Dave Love <fx@gnu.org>
6131
6132 * info.el (info): Doc fix.
6133
6134 * finder.el (finder-known-keywords): Add `multimedia'.
6135
6136 * apropos.el: Don't capitalize custom group name.
6137
6138 * info-look.el: Remove compatibility code.
6139 (info-lookup-guess-default*): DTRT for point at start of symbol.
6140 (info-complete): Don't lose with point not at end of symbol.
6141
61421999-08-16 Gerd Moellmann <gerd@gnu.org>
6143
6144 * term.el (toplevel): Make face `term-default' an empty face.
6145 The code relied on the fact that Emacs ignored invalid faces in
6146 face text properties in 20.4.
6147
61481999-08-16 Richard M. Stallman <rms@gnu.org>
6149
6150 * subr.el (point-at-eol, point-at-bol): New aliases.
6151
6152 * simple.el: Functions reordered.
6153
6154 * rect.el (delete-rectangle-line): Use line-end-position.
6155
61561999-08-16 Karl Heuer <kwzh@gnu.org>
6157
6158 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6159 here from simple.el.
4ff3fcc7 6160
0767b41e
DL
61611999-08-16 Dave Love <fx@gnu.org>
6162
6163 * mouse.el: Provide `mldrag' for compatibility.
6164 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6165 marked obsolete.
6166
6167 * mldrag.el: Removed since the features are in mouse.el.
6168
6169 * jka-compr.el (auto-compression-mode): New variable for
6170 customization.
6171
6172 * bindings.el (mode-line-mule-info): Doc fix.
6173
6174 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6175 name comparisons.
6176
6177 * files.el (interpreter-mode-alist): Add make, guile, clisp.
6178 (find-file): Doc fix.
6179
61801999-08-16 Carsten Dominik <cd@gnu.org>
6181
6182 * textmodes/reftex.el: Most of the code moved to other files.
6183 * textmodes/reftex-auc.el: New file, split out from reftex.el
6184 * textmodes/reftex-cite.el: New file, split out from reftex.el
6185 * textmodes/reftex-global.el: New file, split out from reftex.el
6186 * textmodes/reftex-index.el: New file, split out from reftex.el
6187 * textmodes/reftex-parse.el: New file, split out from reftex.el
6188 * textmodes/reftex-ref.el: New file, split out from reftex.el
6189 * textmodes/reftex-sel.el: New file, split out from reftex.el
6190 * textmodes/reftex-toc.el: New file, split out from reftex.el
6191 * textmodes/reftex-vars.el: New file, split out from reftex.el
6192 * textmodes/reftex-vcr.el: New file, split out from reftex.el
6193
61941999-08-16 Carsten Dominik <cd@gnu.org>
6195
6196 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6197 conflict with pop-up-frames.
6198 (reftex-special-environment-parsers): New constant.
6199 (reftex-label-alist): car of an entry can also be a function.
f28eba7b 6200 (reftex-what-special-env): Cew function.
0767b41e
DL
6201 (reftex-label-location): Call `reftex-what-special-env'.
6202 (reftex-compile-variables): Check for symbol in
6203 `reftex-label-alist'.
f28eba7b 6204 (reftex-what-environment): Fixed bug with stacked environments of
0767b41e
DL
6205 same kind (e.g. enumerate).
6206 (reftex-process-string): Preserve default directory.
f24fef2f 6207 (reftex-label-alist-builtin): Changed prefixes of endnote and
0767b41e
DL
6208 footnote. Also the magic words.
6209 (reftex-reference): Interprete new option
6210 `reftex-fref-is-default'.
6211 (reftex-replace-prefix-escapes): Interprete new `%S' format.
6212 (reftex-toc-mouse-view-line): Command removed (had no binding).
6213 (reftex-everything-regexp): New function.
6214 (reftex-nearest-match): Made better.
6215 (reftex-toc-find-section): Use new version of
6216 `reftex-nearest-match'.
f28eba7b 6217 (reftex-insert-docstruct): Adapted to work with the index stuff.
0767b41e
DL
6218 (reftex-parse-from-file): Find index entries as well.
6219 (reftex-toc-toggle-index): New function
6220 (reftex-toc-map): `i' is now used to togle the index, File
6221 boundaries has been moved to `F'.
6222 (reftex-select-label-map): Toggling display of file boundaries is
6223 now on the `F' key, for consistency with `reftex-toc-map'.
6224 (reftex-erase-all-selection-and-index-buffers): Renamed from
6225 `reftex-erase-all-selection-buffer'. Now also kills the index
6226 buffers.
6227 (reftex-viewing-cross-references): Customization group renamed
6228 from reftex-viewing-cross-references-and-citations.
6229 (reftex-index-macro-regexp,
6230 reftex-find-index-entry-regexp-format): New variables
6231 (reftex-macros-with-index): New variable
6232 (reftex-add-index-macros): New function
6233 (reftex-renumber-simple-labels, reftex-translate): Allow for
6234 multiple labels in a single ref command.
6235 (reftex-index-support): New customization group
6236 (reftex-support-index, reftex-index-special-chars,
6237 reftex-index-macros, reftex-index-default-macro,
6238 reftex-index-default-tag, reftex-index-math-format,
6239 reftex-index-section-letters, reftex-index-include-context,
6240 reftex-index-follow-mode, reftex-index-header-face,
6241 reftex-index-section-face, reftex-index-tag-face,
6242 reftex-index-face): New options
6243 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6244 reftex-index-tag, reftex-index-return-marker,
6245 reftex-index-restriction-indicator, reftex-index-restriction-data,
6246 reftex-index-macro-regexp, reftex-index-level-re,
6247 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6248 reftex-everything-regexp-no-index, reftex-index-re,
6249 reftex-macros-with-index, reftex-index-macro-alist): New variables
6250 (reftex-index-help, reftex-index-macros-builtin,
6251 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6252 reftex-query-index-macro-help): New constants
6253 (reftex-index-selection-or-word, reftex-index,
6254 reftex-default-index, reftex-update-default-index,
6255 reftex-index-complete-tag, reftex-index-select-tag,
6256 reftex-index-complete-key, reftex-index-update-taglist,
6257 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6258 reftex-display-index, reftex-insert-index,
6259 reftex-index-insert-new-letter, reftex-get-restriction,
6260 reftex-index-pre-command-hook, reftex-index-post-command-hook,
6261 reftex-index-show-help, reftex-index-next, reftex-index-previous,
6262 reftex-index-toggle-follow, reftex-index-toggle-context,
6263 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6264 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6265 reftex-index-quit, reftex-index-quit-and-kill,
6266 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6267 reftex-index-revert, reftex-index-switch-index-tag,
6268 reftex-index-restrict-to-section, reftex-index-widen,
6269 reftex-index-restriction-forward,
6270 reftex-index-restriction-backward, reftex-index-visit-location,
6271 reftex-index-analyze-entry, reftex-index-globalize,
6272 reftex-index-edit, reftex-index-toggle-range-beginning,
6273 reftex-index-toggle-range-end, reftex-index-edit-key,
6274 reftex-index-edit-attribute, reftex-index-edit-visual,
6275 reftex-index-edit-part, reftex-index-level-down,
6276 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6277 reftex-index-change-entry, reftex-index-goto-letter,
6278 reftex-add-index-macros, reftex-ensure-index-support,
6279 reftex-index-info-safe, reftex-index-info): New functions.
4ff3fcc7 6280
0767b41e
DL
6281
62821999-08-15 Richard M. Stallman <rms@gnu.org>
6283
6284 * paren.el (show-paren-mode): Support making show-paren-mode
6285 a buffer-local variable. Don't check for a window system.
6286 (show-paren-function): Check whether show-paren-function is
6287 enabled in current buffer; do the right thing if not.
6288 Don't check for a window system.
6289 (show-paren-mode): Make it a user variable.
6290
6291 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6292 Handle `enum' like `struct'.
6293
6294 * server.el (server-process-filter): If a client visits no buffers,
6295 close it immediately before recording it.
6296
6297 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6298 Optimize by calling concat just once. Handle =\n sequence.
6299 (mail-unquote-printable-region): New command.
6300 (mail-quote-printable): Make it autoload.
6301
63021999-08-15 Karl Heuer <kwzh@gnu.org>
6303
6304 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6305
63061999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
6307
6308 * lisp/texinfmt.el: Handle @ifnottex.
6309
63101999-08-15 Eli Zaretskii <eliz@gnu.org>
6311
6312 * frame.el (blink-cursor): Don't turn on cursor blinking for
6313 ms-dos.
6314
6315 * faces.el (face-valid-attribute-values): Look in
6316 x-bitmap-file-path only for x and w32 window systems.
6317
6318 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
6319 Do that if width is nil as well.
6320 (x-display-mm-height, x-display-mm-width): Update values.
6321 (x-colors): Compute the list from msdos-color-values.
6322 (x-select-enable-clipboard): Doc fix.
6323 (x-frob-font-weight, x-font-family-list): New functions.
6324
63251999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
6326
6327 * window.el (shrink-window-if-larger-than-buffer): Don't try to
6328 back up from beginning of buffer.
6329
63301999-08-13 Karl Heuer <kwzh@gnu.org>
6331
6332 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
6333
63341999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
6335
6336 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
6337 doomsday clock, speed control is added and changes are made to
6338 allow large numbers of rings: rings now show the whole ring
6339 number, not just the last digit; consecutive rings are allowed to
6340 be the same size when necessary to fit all the rings in the
6341 window; and poles can be oriented horizontally. Face support is
6342 thrown in gratuitously.
6343 (hanoi): Changed default number of rings back to 3.
6344 (hanoi-unix, hanoi-unix-64): New commands
6345 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
6346 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
6347 hanoi-odd-ring-face): New variables.
6348 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
6349 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
6350 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
6351 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
6352 (hanoi-topos, hanoi-draw-ring): Removed.
6353
63541999-08-12 Gerd Moellmann <gerd@gnu.org>
6355
6356 * faces.el (face-valid-attribute-values): Return an alist for
6357 families on ttys.
6358 (face-read-integer): Handle unspecified face attributes. Add
6359 completion for `unspecified'.
6360 (read-face-attribute): Handle unspecified font attributes.
6361 (face-valid-attribute-values): Add `unspecified' to lists so that
6362 it can be chosen via completion.
6363 (face-read-string): Don't recognize "none" as input.
6364
63651999-08-10 Dave Love <fx@gnu.org>
6366
6367 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
6368 string.
6369
6370 * sun-curs.el: Require sun-fns.
6371
63721999-08-10 Dave Love <fx@gnu.org>
6373
6374 * autorevert.el (auto-revert-mode): Add autoload cookie.
6375
6376 * hscroll.el, auto-show.el: Files deleted -- we have built-in
6377 hscroll.
6378
6379 * simple.el (hscroll-step, hscroll-point-visible)
6380 (hscroll-window-column): Remove now we have the mentioned real
6381 horizontal autoscrolling.
6382
63831999-08-10 Richard M. Stallman <rms@gnu.org>
6384
4ff3fcc7 6385 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
0767b41e
DL
6386 control use of -f option.
6387 (mail-specify-envelope-from): New variable.
6388 (mail-from-style): Doc fix.
6389
6390 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
6391 (easy-menu-get-map): New arg TO-MODIFY helps choose
6392 between local and global maps.
6393 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
6394 (easy-menu-change): Doc fix.
6395
6396 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
6397 (info-lookup-guess-default): Simplified and cleaned up.
6398 (info-lookup-guess-default*): Preserve point.
6399
6400 * view.el (view-mode-disable): If buffer-read-only is nil,
6401 don't change it.
6402
6403 * files.el (after-find-file): Disable View mode if buffer is no
6404 longer read-only.
6405
4ff3fcc7 6406 * view.el (view-mode-enable, view-mode-disable):
0767b41e
DL
6407 Call force-mode-line-update.
6408
64091999-08-10 Karl Heuer <kwzh@gnu.org>
6410
6411 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
6412 * array.el, play/landmark.el, international/latin-3.el: Likewise.
6413 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
6414
64151999-08-10 Alex Schroeder <asc@bsiag.com>
6416
6417 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
6418 to prevent m-eating-bug.
6419
64201999-08-10 Eli Zaretskii <eliz@gnu.org>
6421
6422 * term/pc-win.el (msdos-bg-mode): Remove. Call
6423 frame-set-background-mode instead. All callers changed.
6424 (msdos-face-setup): Don't force color display parameter, it is set
6425 by frame-set-background-mode.
6426 (make-msdos-frame): Call x-handle-reverse-video and
6427 face-set-after-frame-default. Delete frame if creation failed.
6428
6429 * faces.el (face-set-after-frame-default): Don't call
6430 make-face-x-resource-internal for the pc window-system.
6431
64321999-08-10 Dave Love <fx@melange.gnu.org>
6433
6434 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
6435 case with no docstring specially.
6436
64371999-08-09 Eli Zaretskii <eliz@gnu.org>
6438
6439 * complete.el (PC-do-completion): If completing on file name,
6440 reproduce str by concatenating its directory and basename parts.
6441
64421999-08-07 Dave Love <fx@gnu.org>
6443
6444 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
6445 unibyte to multibyte conversion of search-forward (from Handa),
6446 but avoid the replacement if the language is Latin-N.
6447
64481999-08-06 Richard Stallman <rms@gnu.org>
6449
6450 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
6451 of eval-buffer.
6452
6453 * international/mule.el (load-with-code-conversion):
6454 Pass t to eval-buffer for DO-ALLOW-PRINT.
6455
64561999-08-06 Geoff Voelker <voelker@cs.washington.edu>
6457
6458 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
6459 of filenames and attributes.
6460 (ls-lisp-insert-directory): Use directory-files-and-attributes
6461 for speed.
6462
64631999-08-05 Dave Love <fx@gnu.org>
6464
6465 * auto-show.el (auto-show-mode): Fix :set.
6466
6467 * widget.el (define-widget-keywords): Make dummy definition and
6468 comment-out its use.
6469
64701999-08-04 Richard Stallman <rms@gnu.org>
6471
6472 * progmodes/tcl.el: Customized.
6473
6474 * sql.el (sql-accumulate-and-indent): Instead of testing
6475 whether this is Emacs 20 before calling comint-accumulate,
6476 test whether comint-accumulate is defined.
6477
64781999-08-04 Dave Love <fx@gnu.org>
6479
6480 * sgml-mode.el: Require outline when compiling.
6481 (sgml-mode-hook, html-mode-hook): Customize.
6482 (sgml-validate-command): Fix :version.
6483 (html-autoview-mode): Doc fix.
6484
6485 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
6486 nothing in Latin-N environment.
6487
6488 * info.el (Info-find-node): Call info-initialize here.
6489 (info): Not here.
6490 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
6491
64921999-08-04 Richard Stallman <rms@gnu.org>
6493
6494 * ansi-color.el: New file.
6495
64961999-08-04 Stefan Monnier <monnier@cs.yale.edu>
6497
6498 * dired.el (dired-string-replace-match): Return `nil' when no match
6499 found with global search.
6500
6501 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
6502 * terminal.el (te-terminfo-directory):
6503 * mail/mailpost.el (post-mail-send-it):
6504 * mail/metamail.el (metamail-region):
6505 * progmodes/ada-mode.el (ada-tmp-directory):
6506 Use temporary-file-directory.
6507
6508 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
6509 (compilation-filter, compilation-forget-errors)
6510 (compilation-parse-errors): Use a marker instead of an integer for
6511 `compilation-parsing-end'.
6512
6513 * progmodes/diff.el (diff-parse-differences):
6514 Use a marker instead of an integer for `compilation-parsing-end'.
6515 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6516 Use a marker instead of an integer for `compilation-parsing-end'.
6517
65181999-08-03 Richard Stallman <rms@gnu.org>
6519
6520 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
6521 (Buffer-menu-mode): Doc fix.
6522 (Buffer-menu-view): New command.
6523 (Buffer-menu-view-other-window): New command.
6524
65251999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
6526
6527 * replace.el (query-replace-regexp-eval)
6528 (replace-eval-replacement, replace-loop-through-replacements)
6529 (replace-match-string-symbols): New functions.
6530 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
6531 Use replace-loop-through-replacements.
4ff3fcc7 6532
0767b41e
DL
65331999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
6534
6535 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
6536 (5x5): Doc fix.
6537
65381999-08-03 Dave Love <fx@gnu.org>
6539
6540 * fortran.el (fortran-indent-new-line): Make it an alias
6541 for reindent-then-newline-and-indent.
6542
65431999-08-03 Didier Verna <verna@inf.enst.fr>
6544
6545 * rect.el: All functions rewritten, except when noted above
f24fef2f 6546 their declaration. Below is a list of interface changes.
0767b41e
DL
6547 (apply-on-rectangle): New function, mostly replaces
6548 `operate-on-rectangle'. All callers changed.
f24fef2f 6549 (move-to-column-force): Pass new second argument to `move-to-column'.
0767b41e
DL
6550 (kill-rectangle): Added optional prefix arg to fill lines.
6551 (delete-rectangle): Ditto.
f24fef2f 6552 (delete-whitespace-rectangle): Ditto.
0767b41e
DL
6553 (delete-extract-rectangle): Ditto.
6554 (open-rectangle): Ditto.
6555 (clear-rectangle): Ditto.
f24fef2f 6556 (delete-whitespace-rectangle-line): New function.
0767b41e
DL
6557 (delete-rectangle-line): Added third arg FILL.
6558 (delete-extract-rectangle-line): Ditto.
6559 (open-rectangle-line): Ditto.
6560 (clear-rectangle-line): Ditto.
6561
65621999-08-03 Ray Blaak <blaak@gnu.org>
6563
6564 * progmodes/delphi.el: New file.
6565
65661999-08-02 Richard Stallman <rms@gnu.org>
6567
6568 * textmodes/outline.el (outline-previous-heading): New function.
6569 (outline-up-heading-all): Use outline-previous-heading.
6570 (outline-next-heading): Delete definition inserted yesterday.
6571
65721999-08-01 Richard Stallman <rms@gnu.org>
6573
6574 * textmodes/outline.el (outline-next-heading): New function.
6575 (outline-up-heading-all): New function.
6576 (outline-font-lock-level): Using outline-up-heading-all.
6577 Tell outline-back-to-heading to accept invisible headings.
6578
6579 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
6580
6581 * mail/mh-utils.el (mh-find-path-run): New variable.
6582 (mh-find-path): Test and set that.
6583 Set mail-user-agent only the first time this function is run.
6584 (mail-user-agent): Defvar deleted.
6585
6586 * info.el (info-initialize): New function.
6587 (info): Call info-initialize.
6588 (Info-directory-list): Initialize to nil,
6589 so info-initialize will set it up for real.
6590
65911999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6592
6593 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
6594 does not interpret a time as the year in a day-month entry.
6595
6596 * calendar/diary-lib.el: Change syntax table entry for colon in
6597 the diary as part of the european-date-diary-pattern fix.
6598
65991999-08-01 Eli Zaretskii <eliz@gnu.org>
6600
6601 * international/mule.el (set-auto-coding): Allow whitespace before
6602 and after the "variable: value" pair.
6603
66041999-07-30 Ken'ichi Handa <handa@gnu.org>
6605
6606 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
6607 (default-sendmail-coding-system): Doc-string fixed.
6608
66091999-07-30 Dave Love <fx@gnu.org>
6610
6611 * subr.el (assoc-delete-all): New function, renamed from
6612 frame-delete-all.
6613
6614 * frame.el: Change comments to doc strings and other doc fixes.
6615 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
6616 Callers changed.
6617 (set-background-color, set-foreground-color, set-cursor-color)
6618 (set-mouse-color, set-border-color): Offer completion of colours.
6619 (cursor): Add :version to defgroup.
6620
6621 * facemenu.el (list-colors-display): Make it work on ttys.
6622 (facemenu-read-color): Likewise.
6623
66241999-07-30 Richard M. Stallman <rms@gnu.org>
6625
6626 * frame.el (frame-notice-user-settings): If background
6627 color has been changed, update background-mode from it,
6628 then update faces.
6629
66301999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6631
6632 * net-utils.el (finger): Don't do indirect fingering.
6633
66341999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6635
6636 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
6637 rules. Add separator at end of holidays.
6638 (cal-tex-rules): New customizable variable.
6639 (cal-tex-latexify-list): Add optional parameter to put separator
6640 at end.
6641
66421999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
6643
6644 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
6645 fill prefix on each line while looping to the end of paragraph.
6646 End paragraph if it's longer than the existing fill prefix.
6647
6648 * textmodes/fill.el (fill-context-prefix): Doc fix.
6649
66501999-07-30 Dave Love <fx@gnu.org>
6651
6652 * font-lock.el (jit-lock): Fix :load, add :version.
6653
66541999-07-30 Eli Zaretskii <eliz@gnu.org>
6655
6656 * term/pc-win.el (msdos-face-setup): Register standard colors in
6657 Vface_tty_color_alist.
6658 (face-color-supported-p, face_color_gray_p): New functions.
6659
6660 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
6661 is bound.
6662
6663 * startup.el (command-line): Don't register default colors for
6664 MSDOS window-system.
6665
66661999-07-29 Dave Love <fx@gnu.org>
6667
6668 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
6669 charquote.
6670
6671 * lisp-mode.el (eval-defun): Re-written to avoid
6672 capturing variables.
6673
6674 * picture.el (picture-beginning-of-line): Don't call
6675 hscroll-point-visible now we have real autoscrolling.
6676 (picture-end-of-line, picture-newline, picture-open-line):
6677 Likewise.
6678
6679 * international/latin-8.el: New file.
6680 * international/latin-9.el: New file.
6681
66821999-07-28 Dave Love <fx@gnu.org>
6683
6684 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
6685
6686 * msb.el: Require cl only when compiling.
6687 (msb--home-dir): Deleted.
6688 (msb--format-title): Use abbreviate-file-name.
6689 (msb--choose-file-menu): Simplify string comparison.
6690
66911999-07-28 Gerd Moellmann <gerd@gnu.org>
6692
6693 * faces.el (toolbar): Add face definition for mono displays.
6694
66951999-07-27 Richard M. Stallman <rms@gnu.org>
6696
6697 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6698
6699 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
6700 force copying of default-frame-alist.
6701
67021999-07-26 Ken'ichi Handa <handa@gnu.org>
6703
6704 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
6705
67061999-07-26 Richard M. Stallman <rms@gnu.org>
6707
6708 * frame.el (set-mouse-color): If new color is nil,
6709 really respecify the current color.
6710
67111999-07-26 Gerd Moellmann <gerd@gnu.org>
6712
6713 * faces.el (bitmap-area): Change background of face `bitmap-area'
6714 to white for mono displays.
6715
67161999-07-26 Kenichi Handa <handa@etl.go.jp>
6717
6718 * international/ccl.el (ccl-embed-symbol): New function.
6719 (ccl-program-p): Deleted. Now it's implemented in C code.
6720 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
6721 (ccl-compile-translate-character): Likewise.
6722 (ccl-compile-map-single): Likewise.
6723 (ccl-compile-multiple-map-function): Likewise.
6724 (declare-ccl-program): Doc-string modified.
6725 (check-ccl-program): Check compiled CCL code by ccl-program-p.
6726
67271999-07-25 Ken'ichi Handa <handa@etl.go.jp>
6728
6729 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6730
67311999-07-25 Markus Rost <rost@gnu.org>
6732
6733 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
6734 the entries to make custom-file more readable.
6735
67361999-07-25 Richard M. Stallman <rms@gnu.org>
6737
6738 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
6739
6740 * emacs-lisp/edebug.el: Delete compatibility code.
6741 (edebug-next-token-class): If . is followed by a digit,
6742 return `symbol' for the token class.
6743
6744 * startup.el (command-line): If we don't find the user's init file,
6745 set user-init-file to nil.
6746
67471999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6748
6749 * info-look.el (info-lookup-interactive-arguments): Add optional
6750 argument query for new choice of help mode.
6751 (info-lookup-symbol): Use it.
6752 (info-lookup-file): Ditto.
6753 (info-lookup): Don't switch to other window, if already in Info
6754 buffer.
6755
67561999-07-23 Dave Love <fx@gnu.org>
6757
6758 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
6759 syntax.
cc700606 6760 (fortran-fontify-string, fortran-match-!-comment): Deleted.
0767b41e
DL
6761 (fortran-font-lock-syntactic-keywords): New variable.
6762 (fortran-mode): Use it.
6763 (fortran-font-lock-keywords-1): Don't do comments.
6764 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
6765 match data.
6766
6767 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
6768
6769 * msb.el (msb-menu-bar-update-buffers): Renamed from
6770 menu-bar-update-buffers.
6771 (msb-custom-set, msb--toggle-menu-type): Call
6772 msb-menu-bar-update-buffers.
6773 (msb-mode): Revise the hook setting.
6774
6775 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
6776
67771999-07-23 Gerd Moellmann <gerd@gnu.org>
6778
85177c86
GM
6779 * font-lock.el, help.el, simple.el: Re-integrate previously
6780 described changes that were lost due to errors while checking them
6781 in.
0767b41e
DL
6782
67831999-07-23 Kevin Blake <kblake@ticnet.com>
6784
6785 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
6786
67871999-07-23 Ken'ichi Handa <handa@etl.go.jp>
6788
6789 * international/encoded-kb.el
6790 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
6791 but push it to unread-command-events.
6792 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
6793 (encoded-kbd-self-insert-sjis): Likewise.
6794 (encoded-kbd-self-insert-big5): Likewise.
6795
6796 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
6797 before left margin and fill-prefix by fill-find-break-point.
6798
67991999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6800
6801 * info-look.el (info-lookup-setup-mode): Don't give up, if
6802 info-lookup-make-completions returns an error.
6803 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
6804 name latex, not latex2e.
6805
68061999-07-21 Richard M. Stallman <rms@gnu.org>
6807
6808 * replace.el (perform-replace): Turn off case-fold-search
6809 if FROM-STRING argument has uppercase in it.
6810
68111999-07-21 Gerd Moellmann <gerd@gnu.org>
6812
6813 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
6814 mode is on. Don't use end of changed text.
6815
68161999-07-21 Gerd Moellmann <gerd@gnu.org>
6817
6818 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
6819 (cl-hash-table-p): Renamed from hash-table-p.
6820 (cl-hash-table-count): Renamed from hash-table-count.
6821 (maphash): Alias to cl-maphash removed.
6822 (gethash): Likewise.
6823 (puthash): Likewise.
6824 (remhash): Likewise.
6825 (clrhash): Likewise.
6826
68271999-07-21 Gerd Moellmann <gerd@gnu.org>
6828
6829 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
6830 third arg non-nil. See comment there why this isn't a good idea.
6831
68321999-07-21 Gerd Moellmann <gerd@gnu.org>
6833
6834 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
6835
6836 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
6837 sit-for with 3rd arg non-nil to prevent redisplay.
6838
68391999-07-21 Gerd Moellmann <gerd@gnu.org>
6840
6841 * image.el (image-type-from-file-header): If file doesn't
6842 have a directory part, add data-directory.
6843
68441999-07-21 Gerd Moellmann <gerd@gnu.org>
6845
6846 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
6847 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
6848 motion handling when tooltip-gud-tips-p is nil.
6849
68501999-07-21 Gerd Moellmann <gerd@gnu.org>
6851
6852 * tooltip.el (tooltip-mode): Don't use `plusp'.
6853 (tooltip-active): Use initial value of nil.
6854
6855 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
6856
68571999-07-21 Gerd Moellmann <gerd@gnu.org>
6858
6859 * bindings.el (make-mode-line-mouse-sensitive): Add key
6860 definitions for `top-line'.
6861
68621999-07-21 Gerd Moellmann <gerd@gnu.org>
6863
6864 * faces.el (top-line): New face.
6865
68661999-07-21 Gerd Moellmann <gerd@gnu.org>
6867
6868 * image.el (image-type-regexps): Add regexp for PS files.
6869
68701999-07-21 Gerd Moellmann <gerd@gnu.org>
6871
6872 * faces.el (set-face-attribute): Fix wrong handling of frame
6873 begin equal to t.
6874
68751999-07-21 Gerd Moellmann <gerd@gnu.org>
6876
6877 * image.el (image-type-regexps): Add PNG format.
6878
68791999-07-21 Dave Love <fx@gnu.org>
6880
6881 * bindings.el (mode-line-modified): New variable.
6882 (mode-line-mode-menu-1): Switch to appropriate window before
6883 showing menu.
6884
68851999-07-21 Gerd Moellmann <gerd@gnu.org>
6886
6887 * faces.el (face-underline): Removed.
6888 (face-underline-color): Ditto.
6889
68901999-07-21 Gerd Moellmann <gerd@gnu.org>
6891
6892 * faces.el (face-x-resources): Fix typo.
6893
68941999-07-21 Gerd Moellmann <gerd@gnu.org>
6895
6896 * faces.el: Remove handling of `:relief', extend handling of
6897 `:box'.
6898 (frame-set-background-mode): Choose new defface specs after
6899 frame parameters have changed.
6900
6901 * cus-face.el: Ditto.
6902
69031999-07-21 Gerd Moellmann <gerd@gnu.org>
6904
6905 * custom.el (defface): Extend documentation to include new
6906 face attributes.
6907
6908 * cus-face.el (custom-face-attributes): Add overline,
6909 strike-through, box.
6910
6911 * faces.el (face-valid-attribute-values): Handle overline,
6912 strike-through, box.
6913 (face-attribute-name-alist): Add pairs for new face attributes.
6914 (describe-face): Handle new face attributes.
6915
69161999-07-21 Gerd Moellmann <gerd@gnu.org>
6917
6918 * faces.el (face-x-resources): Add overline, strike-through, box.
6919
69201999-07-21 Gerd Moellmann <gerd@gnu.org>
6921
6922 * enriched.el (enriched-translations): Add `display' and
6923 "x-display".
6924 (enriched-handle-display-prop): New.
6925 (enriched-decode-display-prop): New.
6926
6927 * format.el (top-level): Give `display' property
6928 `format-list-atomic-p.
6929 (format-annotate-single-property-change): Test that property.
6930 If present, treat list property values like atoms.
6931
69321999-07-21 Gerd Moellmann <gerd@gnu.org>
6933
6934 * cus-face.el (custom-face-attributes): Use `choice' everywhere
6935 so that "*" can be entered.
6936
69371999-07-21 Gerd Moellmann <gerd@gnu.org>
6938
6939 * cus-face.el (custom-face-attributes): Don't use `#''.
6940
69411999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6942
6943 * cus-face.el (custom-face-attributes): Return underline
6944 face attribute directly from the second lambda of underline.
6945
69461999-07-21 Gerd Moellmann <gerd@gnu.org>
6947
6948 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
6949
6950 * frame.el (after-setting-font-hooks): New variable.
6951 (set-frame-font): Run those hooks.
6952
6953 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
6954
6955 * faces.el (set-face-attribute): Fix doc string.
6956
69571999-07-21 Gerd Moellmann <gerd@gnu.org>
6958
6959 * cus-face.el (custom-face-attributes): Accept color name.
6960
6961 * faces.el (face-underline-p): Accept unspecified underlining.
6962 (face-underline): Ditto. Fix doc string.
6963
69641999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6965
6966 * faces.el (face-underline-color): New function.
6967
69681999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6969
6970 * cus-face.el (custom-face-attributes): Support underline coloring.
6971 Added slot to choose a color.
6972
6973 * faces.el (face-underline): New function.
6974 (face-underline-p): Support underline coloring.
6975 Return nil only if the underline attribute is 'normal.
6976 (set-face-underline): New function.
6977 (face-valid-attribute-values): Support underline coloring.
6978
69791999-07-21 Gerd Moellmann <gerd@gnu.org>
6980
6981 * image.el (insert-image): Use `display' instead of `glyph'
6982 as text property name.
6983 (put-image): Ditto.
6984 (image-type-from-file-header): Use insert-file-contents-literally.
6985
69861999-07-21 Gerd Moellmann <gerd@gnu.org>
6987
6988 * easymenu.el (easy-menu-do-add-item): Don't use the empty
6989 string to indicate separators.
6990
69911999-07-21 Gerd Moellmann <gerd@gnu.org>
6992
6993 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
6994 instead of message-log.
6995
69961999-07-21 Gerd Moellmann <gerd@gnu.org>
6997
6998 * faces.el (bitmap-area): New face.
6999
70001999-07-21 Gerd Moellmann <gerd@gnu.org>
7001
7002 * image.el (insert-image): New.
7003
70041999-07-21 Gerd Moellmann <gerd@gnu.org>
7005
7006 * frame.el (blink-cursor): Set the symbol's value.
7007 (show-trailing-whitespace): Change group to font-lock.
7008
70091999-07-21 Gerd Moellmann <gerd@gnu.org>
7010
7011 * jit-lock.el: New.
7012 * font-lock.el: Add jit-mode as new support mode.
7013
7014 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7015 reaching end instead of letting re-search-forward signal an error.
7016 (demand-lock-mode): New.
7017 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7018 (font-lock-turn-off-thing-lock): Ditto.
7019 (font-lock-after-fontify-buffer): Ditto.
7020 (font-lock-after-unfontify-buffer): Ditto.
7021
70221999-07-21 Gerd Moellmann <gerd@gnu.org>
7023
7024 * gs.el: New file.
7025
7026 * startup.el (command-line-1): Activate tooltip mode if
7027 interactive.
7028
70291999-07-21 Gerd Moellmann <gerd@gnu.org>
7030
7031 * faces.el (toolbar): Grey default background.
7032 (modeline): Ditto.
7033
7034 * image.el (image-type-regexps): New.
7035 (image-type-from-file-header): New.
7036 (create-image): Call it.
7037
70381999-07-21 Gerd Moellmann <gerd@gnu.org>
7039
7040 * image.el: New file.
7041
70421999-07-21 Gerd Moellmann <gerd@gnu.org>
7043
7044 * bindings.el (mode-line-format): Replace `mode-name' with
7045 `(:eval mode-line-mode-name)'.
7046 (mode-line-mode-name): New.
7047 (make-mode-line-mouse-sensitive): Don't change default value
7048 of `mode-name'.
7049
70501999-07-21 Gerd Moellmann <gerd@gnu.org>
7051
7052 * tooltip.el: New file.
7053
70541999-07-21 Gerd Moellmann <gerd@gnu.org>
7055
7056 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7057 instead of mouse-3 to pop up menus.
7058 (mode-line-kill-buffer): Removed.
7059 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7060 buffer name.
7061 (mode-line-buffer-menu-1): Removed.
7062
7063 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7064
7065 * bindings.el (mode-line-buffer-identification-keymap): New.
7066 (mode-line-buffer-menu-keymap): New.
7067 (mode-line-mode-menu-keymap): New.
7068 (mode-line-unbury-buffer): New.
7069 (mode-line-other-buffer): New.
7070 (mode-line-kill-buffer): New.
7071 (mode-line-buffer-menu-1): New.
7072 (mode-line-mode-menu-1): New.
7073 (make-mode-line-mouse-sensitive): New.
7074
70751999-07-21 Gerd Moellmann <gerd@gnu.org>
7076
7077 * help.el (describe-key-briefly): Handle mode line strings
7078 with local-map properties.
7079 (describe-key): Ditto.
7080 (mode-line-key-binding): New.
7081
70821999-07-21 Gerd Moellmann <gerd@gnu.org>
7083
7084 * scroll-bar.el (scroll-bar-timer): New.
7085 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7086
70871999-07-21 Gerd Moellmann <gerd@gnu.org>
7088
7089 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7090 and `bottom'.
7091
70921999-07-21 Gerd Moellmann <gerd@gnu.org>
7093
7094 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7095 (global): Use different key bindings if using tookit scroll bars.
7096
70971999-07-21 Gerd Moellmann <gerd@gnu.org>
7098
7099 * faces.el (modeline): Define mode line face with relief for
7100 class color, only.
7101 (toolbar): New face.
7102
71031999-07-21 Gerd Moellmann <gerd@gnu.org>
7104
7105 * frame.el (frame-initialize): Set frame-creation-function to
7106 tty-create-frame-with-faces.
7107
7108 * faces.el (frame-set-background-mode): Make it work for
7109 window-system nil.
7110
7111 * faces.el (tty-create-frame-with-faces): New.
7112 (face-set-after-frame-default): Make it work for TTY frames.
7113
71141999-07-21 Gerd Moellmann <gerd@gnu.org>
7115
7116 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7117 Return a list of one font family for TTYs. Don't return bitmap
7118 file paths for TTY frames.
7119
7120 * faces.el: Add face specs for tty displays to basic faces.
7121
7122 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7123 (font-lock-string-face): Ditto.
7124 (font-lock-keyword-face): Ditto.
7125 (font-lock-builtin-face): Ditto.
7126 (font-lock-function-name-face): Ditto.
7127 (font-lock-variable-name-face): Ditto.
7128 (font-lock-type-face): Ditto.
7129 (font-lock-constant-face): Ditto.
7130 (font-lock-warning-face): Ditto.
7131
71321999-07-21 Gerd Moellmann <gerd@gnu.org>
7133
7134 * startup.el (command-line): Register default tty colors.
7135
7136 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7137
71381999-07-21 Gerd Moellmann <gerd@gnu.org>
7139
7140 * faces.el (modeline): For X frames, use a modeline with relief.
7141
71421999-07-21 Gerd Moellmann <gerd@gnu.org>
7143
7144 * faces.el (frame-update-faces): Copied from 20.2.
7145 (frame-update-face-colors): Ditto. Code removed that isn't
7146 applicable in the new face implementation.
7147
71481999-07-21 Gerd Moellmann <gerd@gnu.org>
7149
7150 * frame.el (show-trailing-whitespace): New.
7151
7152 * faces.el (trailing-whitespace): New basic face.
7153
71541999-07-21 Gerd Moellmann <gerd@gnu.org>
7155
7156 * cus-face.el (custom-facep): Always define as alias for facep.
7157
7158 * cus-face.el (custom-face-attributes): Use choice widgets.
7159 Remove :bold and :italic.
7160
71611999-07-21 Gerd Moellmann <gerd@gnu.org>
7162
7163 * faces.el (face-charset-registries): Removed since fontset.el
7164 is no always loaded.
7165
71661999-07-21 Gerd Moellmann <gerd@gnu.org>
7167
7168 * faces.el (internal-get-face): Added as obsolete function for
7169 compatibility.
7170
71711999-07-21 Gerd Moellmann <gerd@gnu.org>
7172
7173 * frame.el (blink-cursor-end): Call show-cursor.
7174 (blink-cursor-mode): Ditto.
7175
71761999-07-21 Gerd Moellmann <gerd@gnu.org>
7177
7178 * faces.el (face-spec-reset-face): Reset all attributes to
7179 `unspecified'.
7180 (face-spec-set): Use it.
7181
71821999-07-21 Gerd Moellmann <gerd@gnu.org>
7183
7184 * faces.el (read-all-face-attributes): Bug fix.
7185 (face-read-integer): Allow nil default value.
7186 (face-valid-attribute-values): Use symbol names of attribute
7187 values for completion list.
7188
71891999-07-21 Gerd Moellmann <gerd@gnu.org>
7190
7191 * faces.el (internal-find-face): Define for compatibility with
7192 20.2.
7193 (face-id): Likewise.
7194
7195 * faces.el (face-id): Return the ID of a realized face for ASCII.
7196
7197 * fontset.el (x-charset-registries): Removed. Now in faces.el.
7198 (x-complement-fontset-spec): Use face-charset-registries.
7199
7200 * faces.el (face-font-selection-order): Set font selection order
7201 from Lisp.
7202 (face-alternative-font-family-alist): Set alternative font
7203 families from Lisp.
7204
72051999-07-21 Gerd Moellmann <gerd@gnu.org>
7206
7207 * faces.el (set-face-charset-registries): Set symbol value.
7208
72091999-07-21 Gerd Moellmann <gerd@gnu.org>
7210
7211 * faces.el (face-set-after-frame-default): Call function
7212 internal-merge-in-global-face.
7213
72141999-07-21 Gerd Moellmann <gerd@gnu.org>
7215
7216 * faces.el (face-list): Return symbols from face-global-alist.
7217
7218 * faces.el (face-list): Return a copy of the face name list so
7219 that it cannot be modified from outside (facemenu.el uses
7220 nreverse, for example).
7221
7222 * cus-face.el (custom-face-attributes): Add :bold and :italic
7223 for compatibility with old code.
7224
7225 * faces.el (set-face-attributes-from-resources): Additional
7226 frame parameter.
7227 (make-face-x-resource-internal): Set attributes from resources
7228 for a given frame or all frames.
7229
72301999-07-21 Gerd Moellmann <gerd@gnu.org>
7231
7232 * faces.el (all-faces): Removed.
7233
7234 * custom.el (defface): Add new face attributes to function
7235 comment.
7236
7237 * font-lock.el (font-lock-comment-face): Use new face attribute
7238 names.
7239 (font-lock-string-face): Ditto.
7240 (font-lock-keyword-face): Ditto.
7241 (font-lock-builtin-face): Ditto.
7242 (font-lock-function-name-face): Ditto.
7243 (font-lock-variable-name-face): Ditto.
7244 (font-lock-type-face): Ditto.
7245 (font-lock-reference-face): Ditto.
7246 (font-lock-warning-face): Ditto.
7247 ((boundp 'font-lock-face-attributes)): Ditto.
7248
7249 * cus-face.el (custom-face-attributes): Use new face attributes.
7250
7251 * faces.el (set-face-attribute-from-resource): Initialize
7252 from resources only for X and W32.
7253
7254 * cus-face.el (custom-declare-face): Don't make frame-local
7255 faces.
7256
7257 * faces.el (describe-face): Use princ instead of insert.
7258
7259 * faces.el: Add XLFD manipulation functions from 20.2 again
7260 because fontset.el uses them.
7261 (face-set-after-frame-default): Add empty definition.
7262
72631999-07-21 Gerd Moellmann <gerd@gnu.org>
7264
7265 * faces.el (make-face): Correct typo.
7266 (set-face-attribute-from-resource): Use let*.
7267 (face-underline-p): Correct typo.
7268 (face-inverse-video-p): Ditto.
7269 (set-face-stipple): Ditto.
7270 (face-read-string): Make completion-list optional parameter.
7271
72721999-07-21 Gerd Moellmann <gerd@gnu.org>
7273
7274 * faces.el (face-charset-registries): Alist mapping charset
7275 symbols to registries and encoding.
7276
72771999-07-21 Gerd Moellmann <gerd@gnu.org>
7278
7279 * frame.el (blink-cursor-mode): Use interactive spec "P".
7280
72811999-07-21 Gerd Moellmann <gerd@gnu.org>
7282
7283 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7284 mode. The cursor of selected_window blinks if the mode is enabled.
7285
72861999-07-21 Gerd Moellmann <gerd@gnu.org>
7287
7288 * simple.el (next-history-element): Set point to the end of the
7289 prompt if minibuffer-prompt-in-buffer.
7290
72911999-07-21 Gerd Moellmann <gerd@gnu.org>
7292
7293 * faces.el (x-font-regexp): Add sub-expression parentheses for
7294 several font name components.
7295
72961999-07-21 Gerd Moellmann <gerd@acm.org>
7297
7298 * faces.el (set-face-relief): Use index 12 for relief.
7299 (face-fill-in): Set relief from data.
7300 (internal-make-face): Init relief to zero.
7301
f28eba7b 7302 * faces.el (face-spec-set): Call modify-face with additional
0767b41e
DL
7303 parameters for relief and fixed-p.
7304
73051999-07-21 Gerd Moellmann <gerd@acm.org>
7306
7307 * cus-face.el: ':fixed and ':relief added.
7308
7309 * faces.el (describe-face): Add fixed font attribute and relief.
7310 (face-attr-match-p): Ditto.
7311 (face-attr-construct): Ditto.
7312 (face-spec-set): Ditto.
7313
73141999-07-21 Gerd Moellmann <gerd@acm.org>
7315
7316 * faces.el (internal-make-face): Function to create a Lisp vector
7317 suitable for representing a face.
7318 (make-face): Use it instead of make-vector.
7319 (x-create-frame-with-faces): Use it instead of vector.
7320 (internal-facep): Increase vector size to 14.
7321 (internal-make-face): Ditto.
7322 (face-relief): Access relief thickness.
7323 (face-fixed-p): Access fixed font attribute.
7324 (set-face-fixed-p): Set fixed font attribute.
7325 (set-face-relief): Set relief attribute.
7326 (internal-face-interactive-int): Read int attribute of face.
7327 (modify-face): Add fixed-p and relief parameters.
7328 (copy-face): Handle fixed-p and relief.
7329 (face-equal): Compare fixed-p and relief.
7330 (face-differs-from-default-p): Ditto.
7331 (face-nontrivial-p): Add fixed-p and relief.
7332
73331999-07-21 Gerd Moellmann <gerd@acm.org>
7334
7335 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
7336 (internal-facep): Increase vector size.
7337 (make-face): Ditto.
7338 (face-shadow-thickness): Added.
7339 (set-face-shadow-thickness): Added.
7340 (modify-face): Add optional shadow-thickness parameter.
7341 (make-face-x-resource-internal): Add shadows.
7342 (copy-face): Ditto.
7343 (face-equal): Ditto.
7344 (face-differs-from-default-p): Ditto.
7345 (face-nontrivial-p): Ditto.
7346 (face-attr-match-p): Ditto.
7347 (face-attr-construct): Ditto.
7348 (face-spec-set): Ditto.
7349 (face-fill-in): Ditto.
7350
73511999-07-21 Gerd Moellmann <gerd@acm.org>
7352
7353 * bench.el (bench-mark-split-window): New bench mark.
7354
73551999-07-21 Gerd Moellmann <gerd@acm.org>
7356
7357 * faces.el (set-face-font): Don't pass default font to
7358 x-resolve-font so that font will not have to be of the same
7359 size.
7360
73611999-07-20 Dave Love <fx@gnu.org>
7362
7363 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
7364 unconditionally t.
7365
73661999-07-20 Karl Heuer <kwzh@gnu.org>
7367
7368 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
7369
73701999-07-20 Dave Love <fx@gnu.org>
7371
7372 * help.el (describe-variable): Fix test for customizability.
7373
7374 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
7375 Check for readonly buffer in interactive spec.
7376 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
7377 (backward-kill-word): Add * to interactive spec.
7378
7379 * underline.el (underline-region, ununderline-region): Add * to
7380 interactive spec.
7381
7382 * fill.el (canonically-space-region, justify-current-line): Add *
7383 to interactive spec.
7384 (fill-region-as-paragraph, fill-paragraph, fill-region)
7385 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
7386 readonly buffer in interactive spec.
7387
7388 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
7389 (backward-kill-sentence, kill-sentence): Add * to interactive
7390 spec.
7391
73921999-07-19 Richard M. Stallman <rms@gnu.org>
7393
7394 * dired-aux.el (dired-do-shell-command): Doc fix.
7395
7396 * shell.el (shell-unquote-argument): New function.
7397 (shell-directory-tracker): Use shell-unquote-argument.
7398 * comint.el (comint-arguments): Handle \ followed by space or tab.
7399
74001999-07-19 John Wiegley <jwiegley@borland.com>
7401
7402 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
7403 color codes 39 and 49, which by the way lynx uses them seem to
7404 mean "foreground reset" and "background reset".
7405
74061999-07-19 Karl Heuer <kwzh@gnu.org>
7407
7408 * font-lock.el (c++-keywords): Add "typeid".
7409
7410 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
7411 selects no font, treat that as zero selections, not one.
7412
74131999-07-19 Dave Love <fx@gnu.org>
7414
7415 * info.el (Info-search): Don't lose with empty regexp.
7416
7417 * version.el: Cater for (free) `ident' program, not `which'.
7418
7419 * hl-line.el: New file.
7420
7421 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
7422 for modes which don't define menus.
7423
74241999-07-16 Richard M. Stallman <rms@gnu.org>
7425
7426 * webjump.el (webjump-sample-sites): Update some URLs.
7427
74281999-07-14 Richard Stallman <rms@gnu.org>
7429
7430 * Version 20.4 released.
7431
74321999-07-14 Andreas Schwab <schwab@gnu.org>
7433
7434 * compare-w.el (compare-windows): Try to find the next window in
7435 the current frame before looking at the other frames.
7436
74371998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
7438
7439 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
7440 Use cyrillic-jcuken as default input method.
4ff3fcc7 7441
0767b41e
DL
74421999-07-12 Richard Stallman <rms@gnu.org>
7443
7444 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
7445 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
7446
7447 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
7448 (ispell-local-dictionary-alist): Add koi8-r for character set.
7449
7450 * textmodes/flyspell.el (flyspell-get-word):
7451 Add special handling for when ispell-otherchars is empty.
7452
74531999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
7454
7455 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
7456 when having nested functons.
7457 (pascal-indent-nested-functions) (pascal-indent-line)
7458 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
7459 indenting nested functions.
7460
74611999-07-09 Richard Stallman <rms@gnu.org>
7462
7463 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
7464
74651999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
7466
7467 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
7468 the `end' keyword was in the very beginning of the buffer.
7469
74701999-07-08 Richard Stallman <rms@gnu.org>
7471
7472 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
7473
7474 * term.el (term-emulate-terminal): Avoid infinite loop
7475 in strange case where minibuffer window is selected but not active.
7476
74771999-07-07 Stephen Eglen <stephen@gnu.org>
7478
7479 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
7480 Change regexp so that it doesn't match commands beginning with `cd'.
7481
74821999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7483
7484 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
7485
74861999-07-06 Richard Stallman <rms@gnu.org>
7487
7488 * hscroll.el (hscroll-minibuffer-hook): New function.
7489 (hscroll-global-mode): Add and remove that hook.
7490 Set hscroll-old-truncate-was-global's default value.
7491
74921999-07-05 Richard Stallman <rms@gnu.org>
7493
7494 * files.el (revert-buffer): Don't preserve point here.
7495 (revert-buffer-insert-file-contents-function): Doc fix.
7496
7497 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
7498
7499 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
7500 doing a `stat' when it isn't necessary because that can cause
7501 trouble when an NFS server is down.
7502
75031999-07-04 Richard Stallman <rms@gnu.org>
7504
7505 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
7506
75071999-07-03 Richard Stallman <rms@gnu.org>
7508
7509 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
7510 for \200...\240 also.
7511 (isearch-printing-char): Use unibyte-char-to-multibyte.
7512
75131999-07-02 Richard Stallman <rms@gnu.org>
7514
7515 * frame.el (minibuffer-frame-alist): Use defcustom.
7516 (pop-up-frame-alist): Likewise.
7517 (initial-frame-alist): Specify * in the doc string.
7518
7519 * hscroll.el (hscroll-mode): Make it a permanent local.
7520 (hscroll-mode): Don't cancel the timer
7521 if HScroll mode is enabled in some other buffer.
7522
7523 * isearch.el (isearch-done): If search ends in middle of intangible
7524 text (due to text property), move on to the limit of that text.
7525
75261999-07-01 Andrew Innes <andrewi@gnu.org>
7527
7528 * man.el (Man-build-man-command): Use value of null-device,
7529 instead of hard-coding "/dev/null".
7530
7531 * dos-w32.el (untranslated-canonical-name): Avoid expanding
7532 ange-ftp file names, which might force ange-ftp to prompt for a
7533 password.
7534
7535 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
7536 to prevent references to temp files.
7537
75381999-06-30 Richard Stallman <rms@gnu.org>
7539
7540 * progmodes/sh-script.el (sh-feature): If nothing is known
7541 about the given shell, use the values for `sh'.
7542
75431999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
7544
7545 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
7546 to make it non-recursive.
7547
7548 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
7549
75501999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7551
7552 * auto-show.el (auto-show-mode): Fix Typo in :set.
7553
75541999-06-29 Richard M. Stallman <rms@gnu.org>
7555
7556 * progmodes/sh-script.el (sh-mode): When setting syntax
7557 table, default to the standard one.
7558
75591999-06-27 Richard M. Stallman <rms@gnu.org>
7560
7561 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
7562
f28eba7b 75631999-06-27 Stefan Monnier <monnier@cs.yale.edu>
0767b41e 7564
f28eba7b 7565 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
0767b41e
DL
7566 a frame when `return' is requested (even if pop-up-frames = t)
7567 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
7568 should only be set for the bibtex buffer.
7569
7570 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
7571
7572 * progmodes/compile.el: Deal with compilation-error-screen-columns
7573 being buffer-local.
7574
75751999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7576
7577 * comint.el (comint-password-prompt-regexp): Allow "(again)".
7578
75791999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7580
7581 * cal-x.el (calendar-only-one-frame-setup): New function.
7582 * calendar.el (calendar): Call it if requested.
7583
75841999-06-24 Karl Heuer <kwzh@gnu.org>
7585
7586 * startup.el (iso-8859-n-locale-regexp): Doc fix.
7587
75881999-06-22 Richard M. Stallman <rms@gnu.org>
7589
7590 * mail/supercite.el (sc-emacs-features): Doc fix.
7591
75921999-06-22 Karl Heuer <kwzh@gnu.org>
7593
7594 * files.el (auto-mode-alist): Add pike-mode.
7595
75961999-06-20 Paul R. Eggert <eggert@twinsun.com>
7597
7598 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
7599 last byte of a numeric field is a space or a NUL. Parse it as
7600 potentially part of the number. This is used by GNU tar
7601 1.12.64012 to handle larger values.
7602
76031999-06-20 Karl Heuer <kwzh@gnu.org>
7604
7605 * custom.el (custom-handle-keyword): Fix error message.
7606
76071999-06-18 Andrew Innes <andrewi@gnu.org>
7608
7609 * mail/smtpmail.el (smtpmail-send-it): Use
7610 convert-standard-filename to make file names for queued mail safe
7611 on Windows (`:' is invalid in file names on Windows).
7612
76131999-06-17 Kenichi Handa <handa@etl.go.jp>
7614
7615 * international/mule-cmds.el (describe-current-input-method):
7616 Current-input-method is string.
7617 (toggle-input-method): Docstring fixed.
7618
7619 * international/mule-diag.el
7620 (describe-current-coding-system-briefly): Fix format string.
7621
7622 * international/mule-util.el (coding-system-eol-type-mnemonic):
7623 Docstring modified. Return a string.
7624
76251999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
7626
7627 * sql.el (sql-input-ring-file-name): Doc fix.
7628
76291999-06-17 Richard M. Stallman <rms@gnu.org>
7630
7631 * calendar/cal-x.el (special-display-buffer-names):
7632 Don't put (get-file-buffer diary-file) on this list.
7633
76341999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
7635
7636 * play/mpuz.el (mpuz-try-proposal): Fix message call.
7637 Don't penalize player for certain impossible guesses.
7638
76391999-06-16 Andrew Innes <andrewi@gnu.org>
7640
7641 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
7642 return the string "Unk 0 0000" so at least it appears to be a
7643 valid timestamp to `dired-move-to-filename-regexp'.
7644
76451999-06-15 Ken'ichi Handa <handa@gnu.org>
7646
7647 * ps-print.el (ps-control-character): Fix previous change.
7648
76491999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7650
7651 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
7652 multiple output of the last message.
7653
76541999-06-14 Eli Zaretskii <eliz@gnu.org>
7655
7656 * term/internal.el (IT-display-table-setup): Do not remap \222 to
7657 the ASCII apostrophe, as most DOS codepages have some other glyph
7658 there.
7659
76601999-06-14 Ken'ichi Handa <handa@gnu.org>
7661
7662 * language/ethio-util.el (setup-ethiopic-environment-internal):
7663 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
7664 (exit-ethiopic-environment): Likewize.
7665
76661999-06-12 Richard M. Stallman <rms@gnu.org>
7667
7668 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
7669
76701999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7671
7672 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
7673 custom-initialize-default to avoid infinite loop.
7674 (crisp-mode): (defun) Call transient-mark-mode here, not when
7675 loading the file. Run crisp-mode-hook here, and run
7676 crisp-load-hook when loading the file.
7677
7678 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
7679 rmail-summary buffer, search for pattern in rmail-file.
7680
7681 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
7682
7683 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
7684
7685 * ps-print.el (ps-printer-name): Fix custom type.
7686
76871999-06-12 Reto Zimmermann <reto@synopsys.com>
7688
7689 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
7690 (vhdl-port-paste-generic-map): Fix indentation bug.
7691 (vhdl-port-paste-port-map): Fix indentation bug.
7692 (vhdl-scan-file-contents): Make scanning case insensitive.
7693
76941999-06-11 Richard M. Stallman <rms@gnu.org>
7695
7696 * files.el (write-file): When buffer is not already visiting a file,
7697 don't put buffer name in the minibuffer, just make it the default.
7698 Also handle just directory as arg usefully in that case.
7699
7700 * simple.el (sendmail-user-agent-compose):
7701 Ignore case when inserting the rest of the "other" headers.
7702
7703 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
7704
7705 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
7706 (info-lookup-interactive-arguments): Never insert the default
7707 into the minibuffer automatically.
7708
7709 * emacs-lisp/cl-extra.el (getf): Don't call get*.
7710
77111999-06-09 Richard M. Stallman <rms@gnu.org>
7712
7713 * simple.el (shell-command): Avoid printing "mark set" message.
7714
77151999-06-09 Dave Love <fx@gnu.org>
7716
7717 * progmodes/compile.el (compilation-error-regexp-alist): Allow
7718 digits in program name in first pattern.
7719
77201999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
7721
7722 * vc.el (vc-dired-mode): Don't match anything before the date in
7723 dired-move-to-filename-regexp.
7724
77251999-06-07 Ken'ichi Handa <handa@gnu.org>
7726
7727 * international/quail.el (quail-define-rules): Fix typo in
7728 docstring.
7729
77301999-06-05 Stephen Eglen <stephen@gnu.org>
7731
7732 * iswitchb.el (iswitchb-default-keybindings): Add
7733 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
7734 than when package is loaded.
7735
77361999-06-04 Richard M. Stallman <rms@gnu.org>
7737
7738 * startup.el (command-line): Don't set user-init-file directly;
7739 tell `load' to set it.
7740
7741 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
7742
7743 * simple.el (next-history-element):
7744 Handle minibuffer-text-before-history properly when reading sexps.
7745
7746 * disp-table.el (standard-display-european):
7747 For an interactive call by the user,
7748 don't set enable-multibyte-characters,
7749 and don't set the terminal coding system.
7750
7751 * textmodes/refbib.el: Don't print any messages or display
7752 a buffer when loading the library.
7753 (r2b-help): Doc fix.
7754 (r2b-help-message): Update the documentation.
7755 (r2b-load-quietly): Variable deleted.
7756 (r2b-convert-buffer): Doc fix.
7757
77581999-06-04 Dave Love <fx@gnu.org>
7759
7760 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
7761
7762 * auto-show.el: Don't change hooks on loading.
7763 (auto-show-mode): Autoload. Default to nil. Add :set &c.
7764 (auto-show-mode): Add to hooks here.
7765
77661999-06-04 Richard Sharman <rsharman@pobox.com>
7767
7768 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
7769 recursion on bogus input.
7770
77711999-06-04 Eric M. Ludlam <zappo@ultranet.com>
7772
7773 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
7774 does not select a buffer from the buffers menu, then the attached
7775 frame is not switched to anything.
7776
77771999-06-03 Ken'ichi Handa <handa@gnu.org>
7778
7779 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
7780 (viet-viscii-...->viet-vscii...).
7781
7782 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
7783
77841999-06-01 Dave Love <fx@gnu.org>
7785
7786 * progmodes/fortran.el: Add :link to defgroup.
7787 (fortran-blink-matching-if): Match ELSE statements too.
7788 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
7789 that filling is always done.
7790
77911999-05-31 Richard M. Stallman <rms@gnu.org>
7792
7793 * simple.el (append-next-kill): Use an arg to distinguish
7794 interactive calls from Lisp calls, rather than (interactive-p).
7795
4ff3fcc7 7796 * international/iso-transl.el (iso-transl-language-alist):
0767b41e
DL
7797 Interchange n and N.
7798
77991999-05-31 Dave Love <fx@gnu.org>
7800
7801 * msb.el Add to minor-mode-map-alist. Remove hook installation
7802 and keymap munging on load.
7803 (msb-mode): New option.
7804 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
7805 Doc fix.
7806 (msb-mode-map): New variable.
7807 (msb-mode): New command.
7808
78091999-05-31 Dave Love <fx@gnu.org>
7810
7811 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
7812 (ispell-complete-word-dict): Likewise.
7813
78141999-05-31 Eli Zaretskii <eliz@gnu.org>
7815
7816 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
7817 force the data buffer to be saved, even if the data didn't
7818 change, in case the write filter was modified. Restore the
7819 current record after read-file-filter finishes.
7820
78211999-05-29 Karl Heuer <kwzh@gnu.org>
7822
7823 * ispell4.el: Obsolete; file deleted.
7824
7825 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
7826
7827 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
7828 VALUE is a syntax table.
7829
7830 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
7831
7832 * simple.el (zap-to-char): Doc fix.
7833
78341999-05-27 Ken'ichi Handa <handa@gnu.org>
7835
7836 * isearch.el (isearch-quote-char): Don't assume character codes
7837 0200 - 0237 stand for characters in some single-byte character
7838 charset.
7839
78401999-05-27 Dave Love <fx@gnu.org>
7841
7842 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
7843
78441999-05-27 Andreas Schwab <schwab@gnu.org>
7845
7846 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
7847 headerline does not exist already.
7848
78491999-05-26 Richard Stallman <rms@gnu.org>
7850
7851 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7852 Avoid nested null-loops.
7853
78541999-05-26 Ken'ichi Handa <handa@gnu.org>
7855
7856 * international/characters.el: Typo fixed; prefered->preferred.
7857
7858 * international/mule-cmds.el (find-coding-systems-for-charsets):
7859 Typo fixed; prefered->preferred.
7860
7861 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
7862 method in read-event.
7863
7864 * international/mule.el (charset-info): Doc-string fixed.
7865
78661999-05-25 Ken'ichi Handa <handa@gnu.org>
7867
7868 * mail/smtpmail.el (smtpmail-send-it): Bind
7869 smtpmail-code-conv-from properly.
7870 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
7871 by smtpmail-code-conv-from.
7872
78731999-05-24 Richard Stallman <rms@gnu.org>
7874
7875 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
7876 Binding deleted also.
7877
78781999-05-24 Karl Heuer <kwzh@gnu.org>
7879
7880 * comint.el (comint-bol-or-process-mark): Doc fix.
7881
78821999-05-23 Dave Love <fx@gnu.org>
7883
7884 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
7885 Enter it on minor-mode-map-alist.
7886 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
7887 Autoload. Add custom setter.
7888 (crisp-mark-line): Doc fix.
7889 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
7890 (crisp-mode-hook): Define.
7891
78921999-05-23 Ken'ichi Handa <handa@gnu.org>
7893
7894 * files.el (recover-file): Recover buffer-file-coding-system.
7895
78961999-05-22 Richard Stallman <rms@gnu.org>
7897
7898 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
7899 regexp match the date, to avoid treating date as file size.
7900 Add YYYY S option to WESTERN/
7901
7902 * bookmark.el: Delete some XEmacs compatibility code.
7903 (bookmark-jump-noselect): Check vc-backend.
7904
7905 * subr.el (add-to-list): Doc fix.
7906
79071999-05-21 Stephen Eglen <stephen@gnu.org>
7908
7909 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
7910
79111999-05-18 Richard Stallman <rms@gnu.org>
7912
7913 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
7914 non-space after the @anchor command.
7915 (texinfo-format-var): Handle other nested constructs, using
7916 texinfo-parse-expanded-arg and texinfo-discard-command, not
7917 texinfo-parse-arg-discard.
7918
7919 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
7920 (debug): Bind and use debugger-outer-inhibit-redisplay.
7921 Bind inhibit-redisplay to nil.
7922 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
7923
79241999-05-17 Dave Love <fx@gnu.org>
7925
7926 * help.el (describe-function-1): Extra arg, interactive-p.
7927 (describe-key, describe-function): Use it.
7928
79291999-05-17 Karl Heuer <kwzh@gnu.org>
7930
7931 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
7932
79331999-05-16 Dave Love <fx@gnu.org>
7934
7935 * cus-start.el (all): Delete selective-display. Add scroll-margin,
7936 scroll-preserve-screen-position, scroll-conservatively.
7937
79381999-05-16 Dave Love <fx@gnu.org>
7939
7940 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
7941
79421999-05-15 Reto Zimmermann <reto@Synopsys.COM>
7943
7944 * progmodes/vhdl-mode.el: Completely revised and massively extended.
7945
79461999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7947
7948 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
7949 magic number and is not associated with a file.
7950
79511999-05-14 Richard M. Stallman <rms@gnu.org>
7952
7953 * files.el (find-file-noselect-1): Fix previous change.
7954
79551999-05-14 Simon Marshall <simon@gnu.org>
7956
7957 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
7958
79591999-05-13 Ken'ichi Handa <handa@gnu.org>
7960
7961 * international/mule-diag.el (mule-diag): Change MULE to Mule in
7962 docstring.
7963
7964 * international/mule-cmds.el: Change MULE to Mule in docstrings
7965 and menus.
7966
79671999-05-10 Kenichi HANDA <handa@etl.go.jp>
7968
7969 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
7970 to correctly reflect the value of BaseLineOffset in
7971 RelativeCompose. Now the value of RelativeCompose is an array of
7972 low and high positions.
7973 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
7974 RLC for the above change.
7975
79761995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
7977
7978 * comint.el (comint-password-prompt-regexp): Modified to match the
7979 output of ksu and ssh-add.
7980
79811999-05-11 Kenichi HANDA <handa@etl.go.jp>
7982
7983 * language/korea-util.el (isearch-toggle-korean-input-method):
7984 Adjusted for the change of input method handling in isearch.el.
7985 (isearch-hangul-switch-symbol-ksc): Likewise.
7986 (isearch-hangul-switch-hanja): Likewise.
7987
79881999-05-10 Dave Love <fx@gnu.org>
7989
7990 * help.el (help-make-xrefs): Fix typo.
7991
79921999-05-10 Andreas Schwab <schwab@gnu.org>
7993
7994 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
7995 unibyte-display-via-language-environment.
7996
7997 * help.el (help-make-xrefs): Handle more cases when looking for
7998 commands in a keymap description.
7999
80001999-05-10 Eli Zaretskii <eliz@gnu.org>
8001
8002 * loadup.el: For ms-dos systems, load ccl and codepage.
8003
80041999-05-09 Ken'ichi Handa <handa@gnu.org>
8005
8006 * ps-print.el (ps-control-character): Call
8007 ps-mule-prepare-ascii-font to setup ASCII fonts.
8008
8009 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8010 ps-multibyte-buffer is nil, use
8011 ps-mule-font-info-database-default."
8012
80131999-05-08 Ken Stevens <k.stevens@ieee.org>
8014
8015 * ispell.el (ispell-local-dictionary-alist): New variable for
8016 customizing local dictionaries not accessable by everyone.
8017 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8018 (ispell-required-version): Changed format `(major minor
8019 revision)' to support general pattern matching.
8020 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8021 skip region commented out due to incorrect skip potential in std latex.
8022 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8023 cursor point on small words for calls from `ispell-minor-mode'.
8024 (check-ispell-version): Tests and accepts versions major.minor
8025 and above, with adjustments for interactions in 3.1.0-3.1.11.
8026 (ispell-get-line): No longer skips ispell process special characters.
8027 (ispell-comments-and-strings): Removed `when' macro call.
8028 (ispell-minor-check): Requires ispell-word to restore cursor point.
8029 (ispell-buffer-local-parsing): Supports checking comments only.
8030
80311999-05-08 Karl Heuer <kwzh@gnu.org>
8032
8033 * comint.el (comint-password-prompt-regexp): Fix last change to be
8034 more specific.
8035
80361999-05-07 Richard M. Stallman <rms@gnu.org>
8037
8038 * subr.el (with-temp-message): Fix the other call to message
8039 to use %s.
8040
80411999-05-07 Michael Ernst <mernst@alum.mit.edu>
8042
8043 * gud.el (gud-format-command): "%F" means file sans extension.
f28eba7b 8044 (jdb): Use %F, not %f, for gud-break.
0767b41e
DL
8045
80461999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8047
8048 * comint.el (comint-password-prompt-regexp): Modified so that it
8049 matches the output of kinit.
8050
80511999-05-06 Greg Stark <gsstark@mit.edu>
8052
8053 * timezone.el (timezone-parse-date): Recognize new format used in
8054 internet cookies.
8055
80561999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8057
8058 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8059
80601999-05-04 Andrew Innes <andrewi@gnu.org>
8061
8062 * time.el (display-time-update): Allow for wrap-around when
8063 checking against display-time-server-down-time.
8064
80651999-05-04 Ken'ichi Handa <handa@gnu.org>
8066
8067 * international/mule-diag.el (describe-coding-system): Fix English
8068 message.
8069
80701999-05-03 Jason Rumney <jasonr@altavista.net>
8071
8072 * term/w32-win.el: Change the x-charset-registry property for the
8073 Japanese charsets that are supported by Japanese Windows fonts.
8074
80751999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8076
8077 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8078 diary-block diary entries for which the reminders and the diary
8079 entries can overlap.
8080
80811999-05-02 Jason Rumney <jasonr@altavista.net>
8082
8083 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8084 matches the font selected in the dialog.
8085
80861999-05-02 Dave Love <fx@gnu.org>
8087
8088 * browse-url.el (browse-url-browser-function): Add :version.
8089
8090 * international/mule.el (auto-coding-alist): Add .tgz.
8091
80921999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8093
8094 * international/codepage.el (cp-coding-system-for-codepage-1):
8095 Make the magnification parameter for the -dos encoder be 2.
8096
80971999-05-2 Andrew Innes <andrewi@gnu.org>
8098
8099 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8100 it is dropped, rather than current window.
8101
8102 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8103 after switching buffer, as case-fold-search is a buffer local
8104 variable.
8105
8106 * w32-fns.el (convert-standard-filename): Only convert directory
8107 separators to backslash if the interactive shell is one of the
8108 standard Windows shells that has DOS semantics.
8109
8110 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8111 format-time-string, and return a suitable string to indicate the
8112 timestamp was invalid.
8113
8114 * hexl.el (hexlify-command): Apply shell-quote-argument after
8115 expanding hexl-program in case exec-directory contains a space.
8116 (dehexlify-command): Ditto.
8117
8118 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8119 file extension regexps which aren't necessarily binary files.
8120 (direct-print-region-helper): Use subst-char-in-string instead of
8121 binding directory-sep-char to convert filenames to DOS syntax.
8122 (direct-print-region-use-command-dot-com): New variable.
8123 (direct-print-region-helper): Use it to control whether to invoked
8124 command.com to print on Windows 9x.
8125
8126 * browse-url.el (browse-url-browser-function): Default to
8127 browse-url-default-windows-browser on windows-nt.
8128 (browse-url-default-windows-browser): New function.
8129
81301999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8131
8132 * forms.el (forms-mode): Don't call forms-first-record or
8133 forms-last-record if the data file has zero records.
8134
81351999-04-29 Richard M. Stallman <rms@gnu.org>
8136
8137 * files.el (find-file-noselect-1): If buffer-file-name has changed
8138 after find-file-not-found-hooks runs, recompute the truename.
8139 And don't use FILENAME after that point.
8140
81411999-04-27 Dave Love <fx@gnu.org>
8142
8143 * paren.el (show-paren-mode)
8144 * which-func.el (which-func-mode-global)
8145 * type-break.el (type-break-mode)
8146 * time.el (display-time-mode)
8147 * rsz-mini.el (resize-minibuffer-mode)
8148 * mouse-sel.el (mouse-sel-mode)
8149 * icomplete.el (icomplete-mode)
8150 * hscroll.el (hscroll-global-mode)
8151 * help.el (temp-buffer-resize-mode)
8152 * font-lock.el (global-font-lock-mode)
8153 * delsel.el (delete-selection-mode)
8154 * avoid.el (mouse-avoidance-mode)
8155 * autoinsert.el (auto-insert-mode)
8156 * winner.el (winner-mode): Doc fix.
8157
81581999-04-26 Karl Heuer <kwzh@gnu.org>
8159
8160 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8161 the same whitespace that was ignored in choosing the subject string.
8162
81631999-04-26 Richard M. Stallman <rms@gnu.org>
8164
8165 * info.el (Info-find-node): Position properly after finding anchor.
8166
8167 * cus-start.el (all): Handle unibyte-display-via-language-environment.
8168
8169 * simple.el (indent-new-comment-line): Fix previous change.
8170
8171 * complete.el: Delete the wildcard expansion feature
8172 since that is now standard in find-file.
8173 (PC-try-load-many-files): Function deleted.
8174 (PC-after-load-many-files): Function deleted.
8175 (PC-many-files-list): Variable deleted.
8176 (PC-disable-wildcards): Variable deleted.
8177 (partial-completion-mode): Don't enable the wildcard feature.
8178
8179 * complete.el (PC-look-for-include-file): Don't set global variables
8180 `error', `buf' and `filename' here.
8181
8182 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8183
81841999-04-26 John Wiegley <johnw@oneworld.new-era.com>
8185
8186 * textmodes/outline.el (outline-regexp): Doc fix.
8187
81881999-04-26 John Wiegley <johnw@borland.com>
8189
8190 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8191 C++Builder 4.0 error message syntax.
8192
81931999-04-26 Mark Diekhans <markd@Grizzly.COM>
8194
8195 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8196 supported, use find -exec.
8197
81981999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8199
8200 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8201 coding-system-for-write, to avoid hanging when non-interactive.
8202
82031999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
8204
8205 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8206 start with a newline.
8207
82081999-04-13 Ken'ichi Handa <handa@gnu.org>
8209
8210 * international/mule-conf.el (x-ctext): New coding system.
8211
82121999-04-12 Richard M. Stallman <rms@gnu.org>
8213
8214 * international/mule-cmds.el (input-method-function):
8215 Add permanent-local property.
8216
82171999-04-12 Dave Love <fx@gnu.org>
8218
8219 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8220 change to use jka-compr-byte-compiler-base-file-name.
8221
8222 * supercite.el (sc-scan-info-alist): Revert last change.
8223 (sc-attrib-selection-list): Fix :type here instead.
8224
82251999-04-11 Eli Zaretskii <eliz@gnu.org>
8226
8227 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8228 in the list of case-insensitive filesystems.
8229
82301999-04-09 Kenichi Handa <handa@etl.go.jp>
8231
8232 * international/fontset.el (create-fontset-from-fontset-spec):
8233 Don't register duplicated alias fontset names.
8234
82351999-04-08 Richard Stallman <rms@gnu.org>
8236
8237 * international/mule.el (auto-coding-alist-lookup): New function.
8238 (set-auto-coding): Use auto-coding-alist-lookup.
8239
8240 * jka-compr.el (jka-compr-insert-file-contents):
8241 Use auto-coding-alist-lookup to check for files that
8242 should not have eol conversion, in the unibyte case.
8243
82441999-04-07 Dave Love <fx@gnu.org>
8245
8246 * help.el (describe-variable): Check custom-loads property as well
8247 as custom-type.
8248
8249 * abbrev.el (abbrev-mode): Customizing sets the default value.
8250
82511999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
8252
8253 * vc.el (vc-backend-revert): For CVS files that were made
8254 writeable with "cvs edit", call "cvs unedit" to undo that.
8255
82561999-04-08 Dave Love <fx@gnu.org>
8257
8258 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8259 more.
8260 (sc-emacs-features): Recognize Emacs 20.
8261 (sc-read-string): Use history arg.
8262 (sc-scan-info-alist): Check for rtnvalue a cons.
8263
82641999-04-08 Kenichi HANDA <handa@etl.go.jp>
8265
8266 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8267 coding system to encode the message by
8268 select-message-coding-system.
8269
82701999-04-07 Richard Stallman <rms@gnu.org>
8271
8272 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8273
8274 * winner.el: Reorder definitions.
8275
8276 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8277
8278 * mail/rmail.el (rmail-decode-babyl-format):
8279 Undo previous change.
8280
82811999-04-06 Richard Stallman <rms@gnu.org>
8282
8283 * info.el (Info-find-node): Check for an anchor at the
8284 proper place, before reading an indirect file.
8285
8286 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8287
4ff3fcc7 8288 * jka-compr.el (jka-compr-insert-file-contents):
0767b41e
DL
8289 Use raw-text-unix when we want no conversion.
8290
82911999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8292
8293 * timezone.el (timezone-parse-date): Corrected regexp for
8294 style (5) date format so that tenths of seconds are optional.
8295
82961999-04-05 Eli Zaretskii <eliz@gnu.org>
8297
8298 * term/internal.el (dos-cpNNN-setup): New function, with the guts
8299 of dos-codepage-setup.
8300 (cjk-codepages-alist): New variable, an alist of Far-Eastern
8301 codepages for which there's no need to set up cpNNN coding
4ff3fcc7 8302 systems.
0767b41e
DL
8303 (dos-codepage-setup): Support Far-Eastern DOS terminals.
8304
83051999-04-05 Richard Stallman <rms@gnu.org>
8306
8307 * mail/rmail.el (rmail-ignored-headers): Doc fix.
8308
83091999-04-02 Richard Stallman <rms@gnu.org>
8310
8311 * progmodes/compile.el (compilation-handle-exit): Do right thing
8312 if (car status) doesn't end in a newline.
8313
83141999-04-01 Dave Love <fx@gnu.org>
8315
8316 * progmodes/sql.el (SQL): Add defgroup :version.
8317
83181999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
8319
8320 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
8321 buffer-file-coding-system. If the coding system used is raw-text,
8322 etc., make the *Compiler Input* buffer unibyte.
8323
8324 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
8325
8326 * loadup.el: Don't write the fns-...el file if not dumping.
8327
83281999-03-31 Dave Love <fx@gnu.org>
8329
8330 * snmp-mode.el (snmp): Fix defgroup :version.
8331
8332 * hilit-chg.el (highlight-changes): Add defgroup :version.
8333
83341999-03-31 Andreas Schwab <schwab@gnu.org>
8335
8336 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
8337 the gnus-save-hidden-threads macro.
8338
83391999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
8340
8341 * faces.el (face-set-after-frame-default): Obey the
8342 `customized-face' for new faces.
8343
83441999-03-30 Dave Love <fx@gnu.org>
8345
8346 * international/mule-cmds.el (current-language-environment): Doc fix.
8347 * abbrev.el (abbrev-mode): Doc fix.
8348 * autoinsert.el (auto-insert-mode): Doc fix.
8349 * complete.el (partial-completion-mode): Doc fix.
8350 * avoid.el (mouse-avoidance-mode): Doc fix.
8351 * delsel.el (delete-selection-mode): Doc fix.
8352 * font-lock.el (global-font-lock-mode): Doc fix.
8353 * help.el (temp-buffer-resize-mode): Doc fix.
8354 * hscroll.el (hscroll-global-mode): Doc fix.
8355 * icomplete.el (icomplete-mode): Doc fix.
8356 * mouse-sel.el (mouse-sel-mode): Doc fix.
8357 * paren.el (show-paren-mode): Doc fix.
8358 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
8359 * time.el (display-time-mode): Doc fix.
8360 * type-break.el (type-break-mode): Doc fix.
8361 * which-func.el (which-func-mode-global): Doc fix.
8362 * winner.el (winner-mode): Doc fix.
8363
83641999-03-30 Michael Ernst <mernst@alum.mit.edu>
8365
8366 * wid-edit.el (widget-before-change): Signal text-read-only rather
8367 than an ordinary error.
8368
83691999-03-30 Richard M. Stallman <rms@gnu.org>
8370
8371 * repeat.el: Don't require advice.
8372 (repeat): Do function-indirection in check for kbd macro.
8373 In self-insert case, use the *last* char in INSERTION.
8374
83751999-03-30 Karl Heuer <kwzh@gnu.org>
8376
8377 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
8378
83791999-03-29 Andreas Schwab <schwab@gnu.org>
8380
8381 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
8382 comint-input-filter-functions. Make variables related to shell
8383 directory tracking local.
8384
83851999-03-26 Andreas Schwab <schwab@gnu.org>
8386
8387 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
8388
8389 * simple.el (shell-command-on-region): Cope with exit-status being
8390 nil, which happens if call-process-region was interrupted.
8391
83921999-03-26 Richard M. Stallman <rms@gnu.org>
8393
8394 * simple.el (indent-new-comment-line): Handle use at a point
8395 after a comment-end. Handle multiple comments.
8396
8397 * mail/rmail.el (rmail-decode-babyl-format):
8398 To prevent locking, bind buffer-file-name to nil.
8399
84001999-03-26 Karl Fogel <kfogel@red-bean.com>
8401
8402 * mail-hist.el (mail-hist-current-header-name): Don't make
8403 off-by-one-error when determining if in message body.
8404
84051999-03-25 Andrew Innes <andrewi@gnu.org>
8406
8407 * w32-fns.el (set-default-process-coding-system): Copied from
8408 dos-w32.el, but modified to use Unix line endings for process
8409 input, and to add a suitable entry to process-coding-system-alist
8410 for DOS shells.
8411
8412 * dos-fns.el (set-default-process-coding-system): Copied from
8413 dos-w32.el.
8414
8415 * dos-w32.el (set-default-process-coding-system): Move function to
8416 dos-fns.el; a different version is used in w32-fns.el.
8417
84181999-03-24 Dave Love <fx@gnu.org>
8419
8420 * info.el (Info-directory-list): Revert change to re-writing
8421 Info-default-directory-list, but put `alternative' first.
8422 (Info-insert-dir): Modify selecting the top dir file as a consequence.
8423
84241999-03-23 Simon Marshall <simon@gnu.org>
8425
8426 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
8427 on the line by itself.
8428 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
8429 it is not in a declarative context.
8430
84311999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
8432
8433 * cus-edit.el (custom-variable-prompt): Allow customization of
8434 autoloaded symbols.
8435
84361999-03-22 Kenichi HANDA <handa@etl.go.jp>
8437
8438 * simple.el (what-cursor-position): Don't cause error when point
8439 is at invalid multibyte sequence.
8440
84411999-03-21 Karl Heuer <kwzh@gnu.org>
8442
8443 * complete.el (partial-completion-mode): Doc fix.
8444
84451999-03-19 Richard M. Stallman <rms@gnu.org>
8446
8447 * progmodes/cplus-md.el (old-c++): Remove :group.
8448
8449 * progmodes/c-mode.el (old-c): Remove :group.
8450
84511999-03-18 Simon Marshall <simon@gnu.org>
8452
8453 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
8454 (java-font-lock-keywords-2): Added "strictfp" keyword.
8455
84561999-03-17 Jason Rumney <jasonr@altavista.net>
8457
8458 * w32-fns.el (set-w32-system-coding-system) New function.
8459 (w32-system-coding-system) Initialize to 'iso-latin-1.
8460
84611999-03-17 Eli Zaretskii <eliz@gnu.org>
8462
8463 * international/mule-cmds.el (set-language-environment): Fix
8464 previous change: don't use dos-codepage when unbound.
8465
84661999-03-17 Karl Heuer <kwzh@gnu.org>
8467
8468 * calendar/appt.el (appt-make-list): Fix previous change.
8469
84701999-03-16 Richard M. Stallman <rms@gnu.org>
8471
4ff3fcc7 8472 * window.el (shrink-window-if-larger-than-buffer):
0767b41e
DL
8473 Don't try to redisplay with the cursor at the end
8474 on its own line--that would force a scroll and spoil things.
8475
84761999-03-16 Eli Zaretskii <eliz@gnu.org>
8477
8478 * international/mule-cmds.el (set-language-environment): Don't use
8479 cpNNN-nonascii-translation-table if it is unbound.
8480
8481 * term/internal.el (dos-codepage-setup): Compute the unibyte
8482 syntax table and bind unibyte-display-via-language-environment
8483 here, rather than at top level, so that resetting to unibyte in
8484 .emacs works as expected.
8485
84861999-03-15 Simon Marshall <simon@gnu.org>
8487
8488 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
8489
84901999-03-14 Milan Zamazal <pdm@pvt.net>
8491
8492 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
8493
84941999-03-14 Kenichi Handa <handa@etl.go.jp>
8495
8496 * international/mule-util.el (detect-coding-with-priority):
8497 Restore the internal database.
8498
84991999-03-14 Stephen Eglen <stephen@gnu.org>
8500
8501 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
8502 if mail-from-style has invalid value.
8503
85041999-03-12 Karl Heuer <kwzh@gnu.org>
8505
8506 * vc.el (vc-delete-logbuf-window): New var.
8507 (vc-finish-logentry): Use it.
8508
85091999-03-12 Richard M. Stallman <rms@gnu.org>
8510
8511 * startup.el (command-line-1): Improve startup msg.
8512
85131999-03-12 Eric M. Ludlam <zappo@ultranet.com>
8514
8515 * speedbar.el: Added commentary about stealthy functions.
8516 (speedbar-message) new function.
8517 (speedbar-y-or-n-p): New function
8518 (speedbar-with-attached-buffer) Moved macro before reference.
8519 Now uses `save-selected-window'.
8520 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
4ff3fcc7 8521 speedbar-generic-item-info, speedbar-item-info-file-helper,
0767b41e
DL
8522 speedbar-item-delete, speedbar-insert-generic-list,
8523 speedbar-timer-fn, speedbar-check-vc-this-line,
8524 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
8525 speedbar-buffers-item-info) Use speedbar-message.
8526 (speedbar-item-info) Limit `message-log-max'.
8527 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
8528 speedbar-item-delete, speedbar-item-object-delete,
8529 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
8530
85311999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
8532
8533 * server.el (server-start): Set coding system for the server
8534 process to raw-text.
8535 (server-process-filter): Decode file names if necessary.
8536
85371999-03-12 Dave Love <fx@gnu.org>
8538
8539 * textmodes/fill.el (sentence-end-double-space): Doc fix.
8540
8541 * textmodes/paragraphs.el (sentence-end): Doc fix.
8542
85431999-03-11 Karl Heuer <kwzh@gnu.org>
8544
8545 * comint.el (comint-password-prompt-regexp): Accept "login password:"
8546
85471999-03-09 Karl Heuer <kwzh@gnu.org>
8548
8549 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
8550 (ispell-dictionary-alist-2): Likewise.
8551 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
8552 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
8553 (ispell-dictionary-alist): Build from six pieces, not just two.
8554
8555 * ps-bdf.el (bdf-directory-list): Doc fix.
8556
8557 * enriched.el (enriched-mode): Make var permanent-local.
8558
85591999-03-09 Dave Love <fx@gnu.org>
8560
8561 * textmodes/sgml-mode.el (html-mode): Use
8562 sentence-end-double-space when setting sentence-end.
8563
85641999-03-09 Ken'ichi Handa <handa@gnu.org>
8565
8566 * language/thai.el (tis-620): New alias coding system for thai-tis620.
8567
85681999-03-08 Felix Lee <flee@cygnus.com>
8569
8570 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
8571
8572 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
8573
85741999-03-08 Karl Heuer <kwzh@gnu.org>
8575
8576 * dired-aux.el (dired-do-copy-regexp): Doc fix.
8577 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8578
8579 * dired.el (dired-do-copy-regexp): Doc fix.
8580 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8581
85821999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
8583
8584 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
8585
85861999-03-08 Jason Rumney <jasonr@altavista.net>
8587
8588 * international/codepage.el (cp1250-decode-table)
8589 (cp1251-decode-table, cp1253-decode-table)
8590 (cp1257-decode-table): New translation tables for MS Windows codepages.
8591 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
8592
85931999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8594
8595 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
8596
85971999-03-07 Eli Zaretskii <eliz@gnu.org>
8598
8599 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
8600
8601 * term/internal.el (top level): Display character 255 as 8bit as well.
8602
86031999-03-06 Dave Love <fx@gnu.org>
8604
8605 * progmodes/cc-cmds.el (c-outline-level): Bind
8606 buffer-invisibility-spec.
8607
8608 * progmodes/c-mode.el (c-outline-level): Likewise.
8609
8610 * progmodes/ada-mode.el (ada-outline-level): Likewise.
8611
86121999-03-05 Felix Lee <flee@cygnus.com>
8613
8614 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
8615
86161999-03-05 Richard M. Stallman <rms@gnu.org>
8617
8618 * bindings.el (complete-symbol): Invert meaning of prefix arg.
8619
86201999-03-05 Andrew Innes <andrewi@gnu.org>
8621
8622 * w32-fns.el (convert-standard-filename): Convert directory
8623 separators to Windows format.
8624
86251999-03-05 Andreas Schwab <schwab@gnu.org>
8626
8627 * international/skkdic-cnv.el: Provide skkdic-cnv.
8628 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
8629 (batch-skkdic-convert): Doc fix.
8630
86311999-03-04 Dave Love <fx@gnu.org>
8632
8633 * custom.el (custom-set-variables): Protect against setter errors.
8634
86351999-03-04 Eli Zaretskii <eliz@gnu.org>
8636
8637 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
8638 the file sizes from overflowing.
8639 (ls-lisp-format): If file size is a float, use %8.0f to print it.
8640 Under -s, print the size in blocks with %4.0f, in case they have
8641 a *really* huge file.
8642
86431999-03-03 Dave Love <fx@gnu.org>
8644
8645 * options.el (edit-options): Doc fix.
8646 (list-options): Don't lose with unbound symbols. Maintain
8647 Edit-options-mode.
8648
86491999-03-01 Dave Love <fx@gnu.org>
8650
8651 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
8652
86531999-02-28 Richard M. Stallman <rms@gnu.org>
8654
8655 * ispell.el (ispell-dictionary-alist-override): New variable.
8656 (ispell-dictionary-alist): Don't setq it,
8657 if ispell-dictionary-alist-override is set.
8658
8659 * simple.el (shell-command-default-error-buffer): Renamed from
8660 shell-command-on-region-default-error-buffer.
8661 (shell-command-on-region): Mention in echo area when there
8662 is some error output. Mention success or failure, too.
8663 Accumulate multiple error outputs
8664 going forward, with formfeed in between. Display the error buffer
8665 when we have put something in it.
8666 (shell-command): Add the ERROR-BUFFER argument feature.
8667
86681999-02-28 Karl Heuer <kwzh@gnu.org>
8669
8670 * mail/mh-utils.el (mh-lib): Doc fix.
8671 (mh-lib-progs, mh-nmh-p): New vars.
8672 (mh-find-progs): Set mh-lib-progs along with other vars.
8673 (mh-path-search): New arg FUNC-P; if specified, use that instead
8674 of mh-file-command-p.
8675 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
8676
8677 * mail/mh-comp.el (mh-repl-formfile): New var.
8678 (mh-smail-batch): Don't ignore all arguments.
8679 (mh-reply): Do the right thing when using nmh.
8680
86811999-02-27 Kenichi Handa <handa@etl.go.jp>
8682
8683 * international/mule-cmds.el (select-safe-coding-system): Be sure
8684 to show a buffer being decoded.
8685
86861999-02-26 Ken'ichi Handa <handa@gnu.org>
8687
8688 * ps-bdf.el (bdf-directory-list): Initialize it to
8689 '("/usr/local/share/emacs/fonts/bdf").
8690
86911999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8692
8693 * ps-print.el: PostScript programming fix.
8694 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
8695 setpagedevice operator).
8696
86971999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8698
8699 * ps-print.el: Doc fix, font size specifies landscape and portrait
8700 sizes.
8701 (ps-print-version): New version number (4.1.4).
8702 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
8703 Specifies landscape and portrait sizes.
8704 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
8705 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
8706 fix.
8707 (ps-get-font-size): New fun.
8708 (ps-font-size-internal, ps-header-font-size-internal)
8709 (ps-header-title-font-size-internal): New vars.
8710
8711 * ps-mule.el: Change of ps-print font size variable name.
8712 (ps-mule-generate-font): Fun fix.
8713 (ps-mule-begin-job): Programming uniformization.
8714
87151999-02-25 Dave Love <fx@gnu.org>
8716
8717 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
8718 (help-make-xrefs): Do Info case first.
8719
8720 * repeat.el: Don't require advice.
8721 (repeat-last-kill-command): Variable deleted.
8722
87231999-02-25 Richard Stallman <rms@gnu.org>
8724
8725 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
8726 case just because the current buffer is the output buffer.
8727
87281999-02-25 Kenichi Handa <handa@etl.go.jp>
8729
8730 * simple.el (what-cursor-position): To show the character's
8731 encoding, use encoded-string-description instead of information
8732 of chaset-origin-alist.
8733
8734 * international/mule-cmds.el (iso-2022-control-alist): New variable.
8735 (encoded-code-description): New function.
8736 (encoded-string-description): New function.
8737 (encode-coding-char): New function.
8738
87391999-02-25 Andrew Innes <andrewi@gnu.org>
8740
8741 * startup.el (command-line) [windows-nt]: Fix typo in regexp
8742 checking for .emacs[.el[c]].
8743
87441999-02-24 Richard Stallman <rms@gnu.org>
8745
8746 * help.el (describe-function-1): Don't print a whole lambda-function.
8747
87481999-02-23 Ken'ichi Handa <handa@gnu.org>
8749
8750 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
8751 inputting ?\240.
8752
87531999-02-23 Karl Heuer <kwzh@gnu.org>
8754
8755 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
8756
8757 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
8758 (clean-buffer-list-kill-buffer-names): Doc fix.
8759
8760 * gud.el (gud-jdb-massage-args): Spelling fix.
8761
87621999-02-23 Richard M. Stallman <rms@gnu.org>
8763
8764 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
8765
87661999-02-22 Eli Zaretskii <eliz@gnu.org>
8767
8768 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
4ff3fcc7 8769 excursion while calling set-auto-coding-function.
0767b41e
DL
8770
8771 * play/handwrite.el (handwrite): Require ps-print, and use
8772 ps-printer-name and ps-lpr-command. Call ps-print-region-function
8773 if it's defined, instead of forking ps-lpr-command unconditionally.
8774
87751999-02-22 Kenichi Handa <handa@etl.go.jp>
8776
8777 * international/codepage.el (cp-coding-system-for-codepage-1): Put
8778 charset-origin-alist property to a coding system for the codepage.
8779
8780 * international/mule.el: Modify comment for charset-origin-alist
8781 property of a coding system.
8782
8783 * simple.el (what-cursor-position): charset-origin-alist property
8784 of a coding system may be a translation table or a symbol of which
8785 `translation-table' property is a translation table.
8786
87871999-02-21 Richard Stallman <rms@gnu.org>
8788
8789 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
8790 to the "html" template.
8791
87921999-02-21 Peter Breton <pbreton@ne.mediaone.net>
8793
8794 * dirtrack.el (dirtrack): Added docstring. Now returns input.
8795
87961999-02-18 Peter Breton <pbreton@ne.mediaone.net>
8797
4ff3fcc7 8798 * dirtrack.el (dirtrack): Check for the prompt in the input string
0767b41e
DL
8799 instead of the buffer.
8800
88011999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
8802
8803 * sql.el: Set version to 1.4.1. Changed mail address to
8804 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
8805 (sql-input-ring-separator): Doc fix.
8806 (sql-mode-syntax-table): double-dash starts comments is defined as
8807 ". 56" instead of ". 12b" for XEmacs.
8808 (sql-stop, sql-interactive-mode): Doc fixes.
8809 (sql-postgres): Queries for database and server, not just one.
8810 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
8811
8812 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
8813 changed. This is needed for master.el to work.
8814 (sql-set-sqli-buffer): Use the new hook.
8815
8816 * sql.el (sql-make-alternate-buffer-name): Function that sets
8817 sql-alternate-buffer-name.
8818 (sql-alternate-buffer-name): Possible name of SQLi buffers.
8819 (sql-interactive-mode): Set sql-alternate-buffer-name.
8820 (sql-rename-buffer): New command.
8821 (sql-interactive-mode-menu): Menu for SQLi buffers.
8822
8823 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
8824 and sql-input-ring-file-name are used to temporarily set
8825 comint-input-ring-file-name and comint-input-ring-separator when
8826 reading and writing input history files.
8827
8828 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
8829 (sql-input-ring-file-name): New variable with customization.
8830 (sql-input-ring-separator): New variable with customization.
8831 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
8832 Callers changed.
8833 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
8834 now includes the name of the current buffer.
8835
8836 (sql-mode): Set paragraph-separate and paragraph-start so that
8837 sql-send-paragraph sends the entire SQL statements, even if it
8838 contains indented lines.
8839
88401999-02-18 Dave Love <fx@gnu.org>
8841
8842 * format.el (format-encode-run-method, format-decode-run-method):
8843 Fix previous change.
8844
88451999-02-18 Ken'ichi Handa <handa@gnu.org>
8846
8847 * international/mule.el (coding-system-list): Moved here from
8848 mule-util.el to avoid autoloading mule-util by the call of
8849 select-safe-coding-system.
8850
88511999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
8852
8853 * simple.el (turn-on-auto-fill): Mark it as an option for
8854 `text-mode-hook'.
8855
88561999-02-17 Richard Stallman <rms@gnu.org>
8857
8858 * emacs-lisp/easymenu.el (easy-menu-get-map):
8859 Don't crash if (current-local-map) is nil.
8860
88611999-02-17 Peter Breton <pbreton@ne.mediaone.net>
8862
8863 * filecache.el (file-cache-filter-regexps): Added .class.
8864
88651999-02-17 Ken'ichi Handa <handa@gnu.org>
8866
8867 * international/mule-util.el (decompose-region): Use
8868 insert-buffer-substring instead of insert-buffer to avoid putting
8869 mark.
8870
88711999-02-17 Andreas Schwab <schwab@gnu.org>
8872
8873 * calendar/cal-move.el (scroll-calendar-left): Don't set
8874 displayed-month and displayed-year here, let generate-calendar do
8875 it, after range checking.
8876
88771999-02-17 Simon Marshall <simon@gnu.org>
8878
8879 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
8880
8881 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
8882 correctly between an object declared via a constructor and a method.
8883 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
8884 (java-font-lock-keywords-1): Fontify package names individually.
8885 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
8886 (java-font-lock-keywords-2): Simplify type fontification.
8887 (java-font-lock-keywords-3): Likewise.
8888
88891999-02-17 Kenichi Handa <handa@etl.go.jp>
8890
8891 * language/japanese.el (iso-2022-jp-2): New coding system.
8892 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
8893
88941999-02-16 Dave Love <fx@gnu.org>
8895
8896 * help.el (describe-function-1): Accept non-symbols.
8897
88981999-02-16 Paul Eggert <eggert@twinsun.com>
8899
8900 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
8901 find the last match if there are multiple matches.
8902
89031999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8904
8905 * tex-mode.el (tex-run-command, latex-run-command)
8906 (slitex-run-command, tex-command): Doc changes.
8907 (tex-start-options-string): Autoload it. Doc change. Provide
8908 a menu for customization. Allow nil. Quote backslashes only once.
8909 (tex-start-tex): Handle nil value of tex-start-options-string
8910 and apply shell-quote-argument to it.
8911
89121999-02-16 Eli Zaretskii <eliz@gnu.org>
8913
8914 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
8915 the size in blocks, since it can be a float.
8916 (ls-lisp-format): Likewise
8917
89181999-02-16 Ken'ichi Handa <handa@gnu.org>
8919
8920 * language/japanese.el (japanese-shift-jis): Add
8921 charset-origin-alist property.
8922
89231999-02-15 Richard Stallman <rms@gnu.org>
8924
8925 * progmodes/compile.el (compile-internal): Use save-selected-window.
8926
8927 * subr.el (momentary-string-display): Bind inhibit-read-only.
8928
8929 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
8930
89311999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
8932
8933 * mail/rmail.el (rmail-show-message): If an unseen message has a
8934 Summary-line in its header, get past one more line before looking
8935 for the X-Coding-System header.
8936
89371999-02-15 Geoff Voelker <voelker@cs.washington.edu>
8938
8939 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
8940 explicitly to accomodate Windows 9X lack of a useful copy program.
8941
89421999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
8943
8944 * wid-edit.el (widget-choice-value-create): Use `equal'
8945 instead of `eq'.
8946
89471999-02-14 Richard Stallman <rms@gnu.org>
8948
8949 * international/iso-transl.el:
8950 (iso-transl-ae): Renamed from iso-transl-e-slash.
8951 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
8952 (iso-transl-AE): Renamed from iso-transl-E-slash.
8953 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
8954 (iso-transl-char-map): Related changes.
8955
8956 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
8957
89581999-02-13 Richard Stallman <rms@gnu.org>
8959
8960 * textmodes/texinfmt.el (texinfo-alias): New function.
8961 (texinfo-fold-nodename-case): Add defvar.
8962 (texinfo-format-node): Do case folding if specified.
8963
8964 * ffap.el (ffap-file-at-point): Test local file names
8965 immediately. Strip off line numbers.
8966
89671999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
8968
8969 * sql.el: Set version to 1.3.2
8970 (sql-solid-program): Added support for solid.
8971 (sql-help): Doc mentions sql-solid.
8972 (sql-solid): Entry function for Solid.
8973 (sql-buffer): Doc explains the use of the variable and how to
8974 change it.
4ff3fcc7 8975 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
0767b41e
DL
8976 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
8977 disabled if sql-buffer doesn't have a process; sql-send-paragraph
8978 is new.
8979 (sql-show-sqli-buffer): New function to display the value of
8980 sql-buffer.
8981 (sql-change-sqli-buffer): New function to change sql-buffer.
8982 (sql-mode): Doc explains how to change sql-buffer.
8983 (sql-send-paragraph): New function to send a paragraph.
8984 (sql-mode-map): Added keybinding for sql-send-paragraph.
8985 (sql-mysql): Doc corrected.
8986 (sql-ms): Doc corrected.
8987
8988 * sql.el (sql-server): Doc fix.
8989 (sql-mysql): Added the use of sql-server to specify the host,
8990 sql-database now specifies database instead of host.
8991 (sql-mode-menu): Send... menu items are only active if sql-buffer
8992 is non-nil.
8993 (sql-help): Changed tag of entry functions a bit.
8994
8995 * sql.el: Added keywords from `finder-by-keyword'.
8996 (sql-mode): Made sql-buffer a local variable, changed the
8997 documentation: removed instructions to add *.sql files to
8998 auto-mode-alist, added documentation for having mutliple SQL
8999 buffers sending their stuff to different SQLi buffers, each
9000 running a different process.
9001 (sql-postgres): Quoted *SQL* in doc string.
9002 (sql-ms): Likewise.
9003 (sql-ingres): Likewise.
9004 (sql-ingres): Quoted *SQL* in doc string, added references to
9005 sql-user and sql-password used during login.
9006 (sql-sybase): Quoted *SQL* in doc string, added comma.
9007 (sql-oracle): Likewise.
9008 (sql-interactive-mode): Added extensive documentation for having
9009 mutliple SQL buffers sending their stuff to different SQLi
9010 buffers, each running a different process.
9011 (sql-buffer): Changed doc from *SQL* to SQLi.
9012 (sql-get-login): Doc fix.
9013
90141999-02-12 Ken'ichi Handa <handa@gnu.org>
9015
9016 * international/mule-conf.el (undecided): Set ascii in
9017 safe-charsets property.
9018
90191999-02-12 Richard Stallman <rms@gnu.org>
9020
9021 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9022
90231999-02-12 Ken'ichi Handa <handa@gnu.org>
9024
9025 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9026 value to ps-mule-font-info-database-latin.
9027
90281999-02-13 Kenichi HANDA <handa@etl.go.jp>
9029
9030 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9031 (ps-mule-font-info-database-default): New variable.
9032 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9033 ps-mule-font-info-database-default.
9034
90351999-02-12 Dave Love <fx@gnu.org>
9036
9037 * timezone.el (timezone-make-date-sortable)
9038 (timezone-make-date-arpa-standard): Doc fix.
9039
90401999-02-12 Ken'ichi Handa <handa@gnu.org>
9041
9042 * international/quail.el (quail-show-kbd-layout): Bind
9043 blink-matching-paren to nil.
9044
9045 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9046 for ASCII and Latin-1.
9047
90481999-02-12 Andreas Schwab <schwab@gnu.org>
9049
9050 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9051
90521999-02-12 Kenichi Handa <handa@etl.go.jp>
9053
9054 * international/mule-cmds.el (language-info-alist): Remove
9055 description about charset-origin-alist.
9056
9057 * international/mule.el: Comment added for a new coding system
9058 property `charset-origin-alit'.
9059 (make-translation-table): This variable deleted.
9060
9061 * language/chinese.el (chinese-big5): Add charset-origin-alist
9062 property.
9063 ("Chinese-CNS"): Remove charset-origin-alist property.
9064
9065 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9066 property.
9067 (cyrillic-alternativnyj): Likewise.
9068 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9069 ("Cyrillic-ALT"): Likewise.
9070
9071 * language/vietnamese.el (vietnamese-viqr): Add
9072 charset-origin-alist property.
9073 ("Vietnamese"): Remove charset-origin-alist property.
9074
9075 * simple.el (what-cursor-position): Don't use the varialbe
9076 charset-origin-alist, but use charset-origin-alist property of
9077 buffer-file-coding-system to decide external character set code.
9078
90791999-02-10 Richard Stallman <rms@gnu.org>
9080
9081 * shadowfile.el: Don't turn on the mode when the file is loaded.
9082
90831999-02-09 Richard Stallman <rms@gnu.org>
9084
9085 * progmodes/compile.el (compile-auto-highlight): Customize.
9086
9087 * add-log.el (add-log-file-name-function): New variable.
9088 (add-change-log-entry): Call that function, if non-nil.
9089
90901999-02-09 Michael Ernst <mernst@alum.mit.edu>
9091
9092 * rmail.el (rmail-search): Track match with a marker, not an integer.
9093
90941999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9095
9096 * progmodes/compile.el (compilation-setup): Set value of
9097 compilation-directory-stack as in compilation-forget-errors.
9098 (compile-reinitialize-errors): Bind buffer-undo-list and
9099 deactivate-mark.
9100 (compilation-forget-errors): Likewise.
9101
91021999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9103
9104 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9105 def... constructs.
9106
9107 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9108 Remove calls to sleep-for.
9109
91101999-02-08 Eli Zaretskii <eliz@gnu.org>
9111
9112 * international/codepage.el (cp-coding-system-for-codepage-1): On
9113 MS-DOS, use dos-unsupported-char-glyph for characters not
9114 supported by the codepage.
9115 (cp-make-coding-systems-for-codepage): Likewise.
9116
91171999-02-08 Andreas Schwab <schwab@gnu.org>
9118
9119 * international/mule-util.el (coding-system-list): Don't sort
9120 coding-system-list here.
9121
9122 * international/mule.el (coding-system-lessp): Moved here from
9123 mule-util.el
9124 (add-to-coding-system-list): New function.
9125 (make-subsidiary-coding-system, make-coding-system,
9126 define-coding-system-alias): Use it instead of setting
9127 coding-system-list directly.
9128
91291999-02-07 Dave Love <fx@gnu.org>
9130
9131 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9132 onto message.
9133
91341999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9135
9136 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9137 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9138
91391999-02-06 Richard Stallman <rms@gnu.org>
9140
9141 * language/european.el (setup-slovenian-environment): New function.
9142 ("Slovenian"): New language environment.
9143
9144 * progmodes/sql.el (sql-help): Doc fix.
9145 (sql-mysql): Doc fix.
9146
91471999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9148
9149 * tex-mode.el: When compiling, require compare-w and skeleton
9150 to pacify the byte-compiler. Move the def's of the tex-commands
9151 together. Add a comment on kill-process vs. quit-process.
9152
91531999-02-05 Dave Love <fx@gnu.org>
9154
9155 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9156 null markers.
9157 (compile-goto-error): Likewise.
9158
91591999-02-05 Stephen Gildea <gildea@alum.mit.edu>
9160
9161 * time-stamp.el (time-stamp-format): Format doc tighter.
9162 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
f28eba7b 9163 (time-stamp): Don't re-write the time stamp if it didn't change.
0767b41e
DL
9164
91651999-02-05 Alex Schroeder <asc@bsiag.com>
9166
9167 * progmodes/sql.el: Changed version to 1.2.1.
9168 (sql-pop-to-buffer-after-send-region): Improved documentation.
9169 (sql-mysql-program): Added MySQL support.
9170 (sql-prompt-length): Made prompt-length configurable.
9171 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9172 (sql-help): Added MySQL support, changed documentation.
9173 (sql-send-region): A message is displayed if something is sent.
9174 (sql-mode): Added buffer-local comment-start.
9175 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9176 (sql-interactive-mode): Added buffer-local comment-start.
9177 (sql-oracle): Set sql-prompt-length.
9178 (sql-sybase): Set sql-prompt-length.
9179 (sql-mysql): Added MySQL support.
9180 (sql-ingres): Set sql-prompt-length.
9181 (sql-ms): Set sql-prompt-length.
9182 (sql-postgres): Set sql-prompt-length.
9183
91841999-02-04 Eli Zaretskii <eliz@gnu.org>
9185
9186 * term/internal.el (dos-codepage-setup): Set selection coding
9187 system to cpNNN-dos.
9188
91891999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9190
9191 * international/characters.el: Let ethiopic use iso-2022-7bit.
9192
91931999-02-02 Dave Love <fx@gnu.org>
9194
9195 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9196 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9197
91981999-02-02 Karl Heuer <kwzh@gnu.org>
9199
9200 * terminal.el (terminal-emulator): Doc fix.
9201
92021999-02-02 Ken'ichi Handa <handa@gnu.org>
9203
9204 * international/mule-util.el (compose-chars): Doc-string
9205 modified. Correctly handle a composition character in ARGS.
9206
92071999-02-01 Richard Stallman <rms@gnu.org>
9208
9209 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9210 (makefile-menu-index-function): Function deleted.
9211 (makefile-mode): Use makefile-imenu-generic-expression.
9212
92131999-02-01 Geoff Voelker <voelker@cs.washington.edu>
9214
9215 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9216 change, invoke from before-init-hook.
9217
92181999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
9219
9220 * subr.el (remove-from-invisibility-spec): Cope with the case when
9221 buffer-invisibility-spec is t.
9222
92231999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
9224
9225 * calendar/calendar.el (calendar-mode-map): Fix bindings for
9226 appt-add and appt-delete.
9227
92281999-02-01 Eli Zaretskii <eliz@gnu.org>
9229
9230 * term/pc-win.el (msdos-approximate-color): New function.
9231 (msdos-color-translate): Call it to find a DOS color that best
9232 approximates an X-style "#NNNNNN" color specification.
9233
92341999-02-01 Ken'ichi Handa <handa@gnu.org>
9235
9236 * international/mule-util.el (compose-chars-component): Add
9237 autoload cookie.
9238
92391999-01-31 Ken'ichi Handa <handa@gnu.org>
9240
9241 * international/quail.el (quail-lookup-key): If cdr of MAP is a
9242 function, replace cdr of MAP by the return value of the function
9243 unconditionally.
9244
92451999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9246
9247 * progmodes/compile.el (compilation-next-error-locus): Don't
9248 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9249
92501999-01-31 Eli Zaretskii <eliz@gnu.org>
9251
9252 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9253 and NLs before "charset", and allow the charset name be in double
9254 quotes.
9255
92561999-01-31 Richard Stallman <rms@gnu.org>
9257
9258 * imenu.el (imenu-sort-function): Fix custom type.
9259
92601999-01-30 Richard Stallman <rms@gnu.org>
9261
9262 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9263 (speedbar-line-token): Likewise.
9264
9265 * play/gametree.el (gametree-default-score): Use defcustom.
9266 (gametree-score-regexp, gametree-score-closer): Likewise.
9267 (gametree-score-manual-flag, gametree-score-opener): Likewise.
9268
92691999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9270
9271 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9272 decoding.
9273
92741999-01-29 Markus Rost <rost@gnu.org>
9275
9276 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9277 tex-validate-buffer.
9278 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9279 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
9280 now with recent occur-mode.
9281 (tex-validate-region): Really walk through all Sexps.
9282 (tex-region): Bind shell-dirtrack-verbose.
9283 (tex-file, tex-bibtex-file): Likewise.
9284
92851999-01-29 Dave Love <fx@gnu.org>
9286
9287 * finder.el: (finder-commentary): Fix interactive spec. Try
9288 appending .el to file name.
9289 (finder-find-library, finder-commentary): Doc fixes.
9290
92911999-01-29 Andrew Innes <andrewi@gnu.org>
9292
9293 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9294 where the userid contains directory separators.
9295
92961999-01-29 Dave Love <fx@gnu.org>
9297
9298 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9299 (lm-commentary): Doc fix.
9300
93011999-01-29 Andreas Schwab <schwab@gnu.org>
9302
9303 * files.el (file-expand-wildcards): Never consider `.' and `..' a
9304 wildcard match. Fix regexp that tests if dirpart contains
9305 wildcard characters.
9306
93071999-01-28 Richard Stallman <rms@gnu.org>
9308
9309 * font-lock.el (font-lock-default-unfontify-region):
9310 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
9311
93121999-01-27 Jason Rumney <jasonr@altavista.net>
9313
9314 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
9315 from FAMILY field.
9316 (w32-create-initial-fontsets): Do not use before-init-hook.
9317 (mouse-set-font): Document. Automatically create and use fontsets.
9318
9319 * dos-w32.el (direct-print-region-helper): Check for printer
9320 being t as well as a string.
9321
93221999-01-27 Kenichi Handa <handa@etl.go.jp>
9323
9324 * mail/rmail.el (rmail-decode-mime-charset): New variable.
9325 (rmail-mime-charset-pattern): New variable.
9326 (rmail-convert-to-babyl-format): Decode by MIME-charset if
9327 rmail-decode-mime-charset is non-nil.
9328
93291999-01-27 Ken'ichi Handa <handa@gnu.org>
9330
9331 * international/characters.el: Set category `q' for all characters
9332 in tibetan and tibetan-1-column.
9333
93341999-01-27 Andrew Innes <andrewi@gnu.org>
9335
9336 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
9337 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
9338
93391999-01-27 Dave Love <fx@gnu.org>
9340
9341 * international/mule-cmds.el (current-language-environment):
9342 Provide :link, :type (choices) and appropriate :get.
9343
93441999-01-27 Eli Zaretskii <eliz@gnu.org>
9345
9346 * startup.el (command-line): Set default eol-mnemonic-* strings to
9347 display end-of-line format in mode line.
9348
9349 * cus-start.el (all): Add eol-mnemonic-* variables.
9350
93511999-01-26 Dave Love <fx@gnu.org>
9352
9353 * startup.el (command-line-1): Up-date copyright.
9354
9355 * paths.el (Info-default-directory-list): Use configdir twice.
9356
9357 * info.el (Info-directory-list): Don't set path-separator now
9358 we're not shipped with Texinfo. Simplify path definition.
9359 Substitute all occurrences of instdir in Info-default-directory-list.
9360
93611999-01-25 Richard Stallman <rms@gnu.org>
9362
9363 * startup.el (normal-top-level-add-subdirs-to-load-path):
9364 Record the inode numbers of the dirs processed, to avoid loop.
9365
9366 * textmodes/tex-mode.el (tex-run-command): Doc fix.
9367
93681999-01-25 Dave Love <fx@gnu.org>
9369
9370 * browse-url.el (browse-url-netscape-program): Doc addition.
9371
9372 * help.el (help-make-xrefs): Default info references to an `(emacs)'
9373 prefix.
9374
9375 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
9376 auto-mode-alist.
9377
93781999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9379
9380 * calendar/diary-lib.el (mark-diary-entries): Use
9381 assoc-ignore-case and do not capitalize when matching month and
9382 day names.
9383
9384 * calendar/calendar.el (calendar-read-date): Ditto.
9385
9386 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9387 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9388
9389 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
9390
9391 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9392
9393 * calendar/cal-islam.el (calendar-goto-islamic-date)
9394 (mark-islamic-diary-entries): Ditto.
9395
9396 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9397
9398 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9399 (calendar-read-mayan-tzolkin-date): Ditto.
9400
9401 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
9402
94031999-01-22 Michael Ernst <mernst@alum.mit.edu>
9404
9405 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
9406
94071999-01-25 Karl Heuer <kwzh@gnu.org>
9408
9409 * faces.el (list-faces-display): Multiline case of previous fix.
9410
94111999-01-25 Andreas Schwab <schwab@gnu.org>
9412
9413 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
9414
94151999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
9416
9417 * files.el (find-file): If find-file-noselect returns a list,
9418 do switch-to-buffer on each element.
9419 (find-file-other-window): Likewise for all but the first element.
9420 (find-file-other-frame): Same.
9421 (find-file-noselect): When we expand a wildcard, return a list
9422 of buffers.
9423
94241999-01-24 Eli Zaretskii <eliz@gnu.org>
9425
9426 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
9427 to set the appropriate cpNNN-dos coding system as the
9428 highest-priority coding system.
9429
94301999-01-23 Ken'ichi Handa <handa@gnu.org>
9431
9432 * international/fontset.el (generate-fontset-menu): Return a
9433 sorted list by plain names of fontsets.
9434
9435 * international/mule-diag.el (list-fontsets): Sort fontsets by
9436 plain names.
9437
9438 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
9439 FIRST is a composite character, decompose it at first.
9440
94411999-01-23 Dave Love <fx@gnu.org>
9442
9443 * format.el: Doc fixes.
9444 (format-encode-run-method): Have things happen in the right buffer.
9445 Deal with errors from method. Set coding-system-for-write.
9446 (format-decode-run-method): Have things happen in the right buffer.
9447 Deal with errors from method. Set coding-system-for-read.
9448 (format-alist): Use nil instead of unmatchable regexps.
9449
9450 * simple.el (shell-command-on-region): Return command's exit status.
9451
94521999-01-23 Eric Ludlam <zappo@gnu.org>
9453
9454 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
9455 of the file whose info we want to display.
9456 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
9457 (speedbar-add-mode-functions-list) Improve doc.
9458 (speedbar-line-token) New function.
9459 (speedbar-dired) Fix order of directories in -shown-directories.
9460 (speedbar-line-path): Default return is default-directory
9461 (speedbar-buffers-line-path): Return is dir name only.
9462 (speedbar-mode-functions-list): New variable.
9463 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
9464 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
9465 speedbar-files-item-info speedbar-buffers-item-info): New functions.
9466 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
9467 New functions.
9468 (speedbar-line-file): Broke out part that fetches file from a line.
9469 (speedbar-line-text): New function extracted from speedbar-line-file.
9470 (speedbar-line-path): Converted into a replaceable function.
9471 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
9472
94731999-01-23 Ken'ichi Handa <handa@gnu.org>
9474
9475 * international/fontset.el (create-fontset-from-x-resource): Make
9476 style variants.
9477
94781999-01-22 Dave Love <fx@gnu.org>
9479
9480 * paths.el (Info-default-directory-list): Put sysdir after start.
9481
94821999-01-22 Sam Steingold <sds@goems.com>
9483
f28eba7b 9484 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
0767b41e
DL
9485 a process associated with it.
9486
94871999-01-22 Jason Rumney <jasonr@altavista.net>
9488
9489 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
9490
94911999-01-22 Felix Lee <flee@cygnus.com>
9492
9493 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
9494 major-mode.
9495 (vc-annotate-mode): Delete variable.
9496
94971999-01-22 Andrew Innes <andrewi@gnu.org>
9498
9499 * startup.el (command-line): [windows-nt]: Check for existence of
9500 .emacs file so as to notice .emacs.el or .emacs.elc and use them
9501 in preference to _emacs.
9502
95031999-01-22 Dave Love <fx@gnu.org>
9504
9505 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
9506
95071999-01-20 Richard Stallman <rms@gnu.org>
9508
9509 * files.el (find-file-noselect): Do wildcard processing only
9510 if new arg WILDCARDS is non-nil.
9511 (find-file, find-file-other-window): New arg WILDCARDS.
9512 Default it to non-nil if interactive.
9513 (find-file-other-frame): Likewise.
9514 (find-file-read-only): Likewise.
9515 (find-file-read-only-other-window): Likewise.
9516 (find-file-read-only-other-frame): Likewise.
9517
9518 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
9519 (widget-plist-convert-option): Delete spurious comma.
9520
95211999-01-19 Jason Rumney <jasonr@altavista.net>
9522
9523 * term/w32-win.el (w32-standard-fontspec-spec): Change
9524 iso8859-5 to koi8-r. Add iso8859-9.
9525
95261999-01-19 Dave Love <fx@gnu.org>
9527
9528 * browse-url.el (browse-url-maybe-new-window): Delete macro and
9529 its uses.
9530
9531 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
9532 is active.
9533 (fortran-indent-subprogram): Likewise.
9534
95351999-01-19 Dave Love <d.love@dl.ac.uk>
9536
9537 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
9538
95391999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9540
9541 * wid-edit.el (alist): Use sexp as default key-type.
9542
95431999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9544
9545 * textmodes/tex-mode.el (tex-define-common-keys):
9546 Remove key binding of tex-feed-input.
9547 (tex-mode-map): Bind tex-feed-input here.
9548 (tex-start-shell): Use compilation-shell-minor-mode. Set
9549 comint-input-filter-functions before running tex-shell-hook.
9550 (tex-start-tex): Forget compilation errors.
9551 (tex-compilation-parse-errors): Rewritten to work also with
9552 compile-mouse-goto-error and compile-goto-error. Adjusted to
9553 change in tex-region.
9554 (tex-region): For the temp file use file-name without directory.
9555 (tex-file): Expand file name of tex-print-file.
9556
95571999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9558
9559 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
9560
95611999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
9562
9563 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
9564 beginning could cause Emacs to hang. Fixed.
9565
95661999-01-18 Ken'ichi Handa <handa@gnu.org>
9567
9568 * international/ccl.el (ccl-compile-translate-character): Handle
9569 the case that a tranlation table is CCL register correctly.
9570
9571 * international/mule-cmds.el (select-safe-coding-system):
9572 Hightlight at most 256 characters.
9573
95741999-01-18 Dave Love <fx@gnu.org>
9575
9576 * startup.el (command-line): If the init file changes operation to
9577 unibyte, make all buffers unibyte and re-set language environment.
9578
9579 * disp-table.el (standard-display-european): Make all existing
9580 buffers unibyte. Fix doc.
9581
95821999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
9583
9584 * wid-edit.el (coding-system): Define this unconditionally.
9585
9586 * simple.el (shell-command-on-region-default-error-buffer): New var.
9587 (shell-command-on-region): Use that variable as interactive
9588 value of ERROR-BUFFER argument.
9589
95901999-01-17 Sam Steingold <sds@goems.com>
9591
f28eba7b 9592 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
0767b41e
DL
9593
95941999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9595
9596 * progmodes/compile.el (compilation-goto-locus): If already in the
9597 compilation buffer's window, keep it in that window.
9598 (compile-mouse-goto-error): Add Doc. Don't play with windows.
9599 (compile-goto-error): Don't play with windows.
9600
9601 * textmodes/tex-mode.el (latex-run-command): Doc fix.
9602 (tex-command): Doc fix.
9603 (tex-compilation-parse-errors): Doc fix.
9604 (tex-generate-zap-file-name): Don't start the name with -.
9605 (tex-expand-files): Works now also with strings ending with ":".
9606
96071999-01-17 Ian T Zimmerman <itz@transbay.net>
9608
9609 Patch failed to install:
9610 * gametree.el: Document scoring functionality.
9611 (gametree-score-regexp): Add optional plus sign.
9612 (gametree-score-opener): Replace `:' with `=' as the former
9613 conflicts with gametree-half-ply-regexp.
9614 (gametree-transpose-following-leaves): Add.
9615 (gametree-insert-new-leaf): Make modifying commands barf in read
9616 only buffers.
9617 (gametree-break-line-here): Add a call to
9618 `gametree-transpose-following-leaves'. This maintains the
9619 necessary invariant that on each level all leaf children precede
9620 all nonleaf children. This has always been implied, but left to
9621 the user, and, unfortunately, undocumented.
9622
96231999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
9624
9625 * wid-edit.el (plist, alist): New widget types.
9626
96271999-01-17 Dave Love <fx@gnu.org>
9628
9629 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
9630 fix scope of condition-case therein.
9631
96321999-01-17 Andrew Innes <andrewi@gnu.org>
9633
9634 * dos-w32.el: (find-buffer-file-type-coding-system): Use
9635 default-buffer-file-coding-system when file doesn't exist (and
9636 isn't covered by a special case) instead of forcing undecided-dos
9637 against the user's wishes.
9638
9639 * dos-w32.el (direct-print-region-helper): New function based on
9640 direct-print-region-function; sends data to specified printer port
9641 without further translation. Recognize and handle specially the
9642 standard `print' and `nprint' programs, as well as `lpr' and
9643 similar programs. Only write directly to the printer port if no
9644 print program is specified. Work around a bug in Windows 9x
9645 affecting Win32 version of Emacs by invoking command.com to write
9646 to the printer port instead of writing directly.
9647 (direct-print-region-function): Use direct-print-region-helper to
9648 do most of the work.
9649 (direct-ps-print-region-function): New function; analogue of
9650 direct-print-region-function for ps-print.
9651 (ps-lpr-command): Comment out setq; leave as example usage.
9652 (ps-lpr-switches): Ditto.
9653
9654 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
9655 and MS-Windows.
9656 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
9657 DOS and Windows platforms, to indicate direct printing. Update
9658 the docstring accordingly.
9659
9660 * ps-print.el: (ps-printer-name): Update docstring about usage on
9661 MS-DOS and MS-Windows.
9662 (ps-lpr-command): Update docstring as for lpr-command.
9663 (ps-print-region-function): New variable.
9664 (ps-do-despool): Use it.
9665 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
9666 DOS/Windows.
9667
9668 * subr.el (subst-char-in-string): New function.
9669
96701999-01-17 Eli Zaretskii <eliz@gnu.org>
9671
9672 * international/codepage.el (cp852-decode-table): Fill a nil entry.
9673
9674 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
9675 (bdf-find-font-info): New function, looks for the first readable
9676 file from a list of alternatives.
9677 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
9678 instead of bdf-get-font-info.
9679 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
9680 to ps-mule-generate-bitmap-glyph.
9681
9682 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
9683 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
9684 now be a list of alternative names.
9685 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
9686 (ps-mule-prepare-font): Likewise.
9687
9688 * international/codepage.el (cp855-decode-table,
9689 cp850-decode-table): Fill some nil entries.
9690
96911999-01-16 Dave Love <fx@gnu.org>
9692
9693 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
9694 last change.
9695
96961999-01-15 Dave Love <fx@gnu.org>
9697
9698 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
9699 and change regexp for command names.
9700 (help-xref-go-back, function-called-at-point, symbol-file)
9701 (where-is): Doc fixes.
9702 (help-xref-go-back): Remove interactive spec.
9703 (describe-function-1): Fix message for alias. Buttomize alias
9704 name.
9705
9706 * simple.el (join-line): New alias.
9707
97081999-01-15 Johan Vromans <jvromans@squirrel.nl>
9709
9710 * forms.el: (forms--show-record): Convert integers to string
9711 expicitly since concat will no longer accept integers.
9712 (forms-print): Use local `total-nb-records' since
9713 `forms--total-records' will be inaccessible after buffer switching.
9714
97151998-01-14 Felix Lee <flee@cygnus.com>
9716
f28eba7b 9717 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
0767b41e
DL
9718
97191999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9720
9721 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
9722
97231999-01-14 Eli Zaretskii <eliz@gnu.org>
9724
9725 * international/codepage.el (cp850-decode-table): Fix previous change.
9726
97271999-01-14 Simon Marshall <simon@gnu.org>
9728
9729 * shell.el (shell-dirtrack-verbose): New custom variable.
9730 (shell-dirstack-message): Use it.
9731
97321999-01-14 Kenichi Handa <handa@etl.go.jp>
9733
9734 * international/mule-conf.el: Coding system alias `dos' for
9735 `undecided-dos', `mac' for `undecided-mac'.
9736
9737 * international/mule-cmds.el (describe-language-environment):
9738 Don't alter input-method-alist.
9739
97401999-01-13 Eli Zaretskii <eliz@gnu.org>
9741
9742 * international/codepage.el (cp850-decode-table): Replace nil
9743 entries with codes of similary looking glyphs. (Suggested by
4ff3fcc7 9744 Jason Rumney <jasonr@altavista.net>.)
0767b41e
DL
9745
97461999-01-13 Dave Love <fx@gnu.org>
9747
9748 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
9749
9750 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
9751
97521999-01-12 Karl Heuer <kwzh@gnu.org>
9753
9754 * files.el (auto-save-hook): Defvar this.
9755
97561999-01-12 Alex Schroeder <asc@bsiag.com>
9757
9758 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
9759 faces, eliminating the need to load font-lock before loading sql.
9760 (sql-mode-oracle-font-lock-keywords): Likewise.
9761 (sql-mode-postgres-font-lock-keywords): Likewise.
9762
97631999-01-11 Dave Love <fx@gnu.org>
9764
9765 * cus-start.el: Add inhibit-eol-conversion.
9766
9767 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
9768 the values round.
9769
97701999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
9771
9772 * help.el (help-mode-finish): Renamed from help-mode-maybe.
9773 Don't switch to Help mode here.
9774 (temp-buffer-setup-hook): Use help-mode-finish.
9775 (help-mode-setup): New function.
9776 (temp-buffer-setup-hook): Use help-mode-setup.
9777
9778 * progmodes/sql.el: New file.
9779
9780 * files.el (auto-mode-alist): Add sql-mode.
9781
9782 * faces.el (list-faces-display): Improve the formatting
9783 by computing the maximum length required for any face-name.
9784
97851999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9786
9787 * progmodes/compile.el (compilation-shell-minor-mode): New function.
9788
97891999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
9790
9791 * term.el (term_send_home): Change the string to
9792 be the same as the one emitted by xterm and consistent with the
9793 ones emitted by prior and next.
9794 (term_send_end): Likewise.
9795
97961999-01-10 Dave Love <fx@gnu.org>
9797
9798 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
9799 bindings.
9800
98011999-01-10 Eli Zaretskii <eliz@gnu.org>
9802
9803 * international/codepage.el (codepage-setup): Doc fix.
9804 (cp-decoding-vector-for-codepage): Likewise.
9805
98061999-01-10 Markus Rost <rost@gnu.org>
9807
9808 * cus-edit.el (custom-save-delete): First scan the custom-file.
9809
98101999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
9811
9812 * international/iso-transl.el: Define a "function name" for
9813 each translation that isn't ASCII. Use these function names
9814 in iso-transl-char-map.
9815
98161999-01-08 Kenichi Handa <handa@etl.go.jp>
9817
9818 * international/mule-util.el (decompose-region): Do decomposition
9819 on temporary unibyte buffer.
9820
9821 * international/mule.el (make-char): Doc-string modified.
9822
98231999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9824
9825 * simple.el (comment-region): Delete spaces only if we
9826 deleted a comment starter.
9827
98281999-01-07 Dave Love <fx@gnu.org>
9829
9830 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9831
9832 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
9833 like eval-defun does.
9834
9835 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
9836
9837 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
9838 constructions. Doc fixes.
9839 (generic-create-generic-function): Use defalias, not fset.
9840
9841 * find-func.el: More doc fixes.
9842
98431999-01-06 Stephen Eglen <stephen@gnu.org>
9844
9845 * files.el (save-buffers-kill-emacs): Show the list of current
9846 processes before prompting to kill them and exit.
9847
98481999-01-06 Dave Love <fx@gnu.org>
9849
9850 * emacs-lisp/find-func.el: Doc fixes.
9851 (find-function-regexp): Extend for define-generic-mode,
9852 define-derived-mode, easy-mmode-define-minor-mode.
9853
98541999-01-06 Dave Love <fx@gnu.org>
9855
9856 * progmodes/fortran.el (fortran-window-create): Account for scroll
9857 bar width.
9858
9859 * browse-url.el: Require (noerror) w3-auto when compiling.
9860 (browse-url-maybe-new-window): Make it a macro and revert last
9861 change to callers.
9862 (browse-url-w3): Require w3 for w3-fetch-other-window.
9863
98641999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9865
9866 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
9867 argument.
9868
98691999-01-06 Simon Marshall <simon@gnu.org>
9870
9871 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
9872
9873 * font-lock.el (font-lock-default-fontify-buffer): When using
9874 with-temp-message, use nil rather than current-message.
9875
9876 * lazy-lock.el (lazy-lock-unstall):
9877 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
9878 rather than current-message.
9879
9880 * fast-lock.el (fast-lock-save-cache-1):
9881 (fast-lock-cache-data): When using with-temp-message, use nil rather
9882 than current-message.
9883
98841999-01-06 Eli Zaretskii <eliz@gnu.org>
9885
9886 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9887 the valid-codes property.
9888
9889 * international/mule-cmds.el (prefer-coding-system): Call
9890 set-coding-priority, so that the internal array of priorities is
9891 also updated.
9892
9893 * international/mule-util.el:
9894 (coding-system-change-eol-conversion,
9895 coding-system-change-text-conversion): Don't define here.
9896
9897 * international/mule-cmds.el: Define them here. Remove the
9898 autoload cookies.
9899
99001999-01-06 Andreas Schwab <schwab@gnu.org>
9901
9902 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
9903 if it was enabled before.
9904
9905 * view.el (View-revert-buffer-scroll-page-forward): Bind
9906 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
9907
9908 * files.el (recover-session): Preserve point when inserting
9909 explanation.
9910
99111999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
9912
9913 * cus-edit.el (custom-save-delete): Don't delete whitespace
9914 and comments before the sexp that is replaced.
9915
99161999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9917
9918 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
9919
99201999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
9921
9922 * vc.el (vc-dired-hook): Use the original value of
9923 dired-move-to-filename-regexp on lines that have not been
9924 reformatted yet.
4ff3fcc7 9925 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
0767b41e
DL
9926 file lines have already been reformatted.
9927
99281999-01-05 Dave Love <fx@gnu.org>
9929
9930 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
9931 buffer-local.
9932
99331998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
9934
9935 * progmodes/f90.el: Change of regular expressions for type to
9936 correct highlighting and identation. Some small fixes for
9937 compatibility with XEmacs.
9938
99391999-01-05 Stephen Eglen <stephen@gnu.org>
9940
9941 * mspools.el (mspools-vm-system-mail): Provide an alternative
9942 value based on rmail-spool-directory if $MAIL is not defined.
9943
99441999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
9945
9946 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
9947 (reftex-section-info): Handle negative section levels.
9948 (reftex-view-crossref-extra): New option.
9949 (reftex-view-crossref): Generalized to work in more places.
9950 (reftex-find-citation-regexp-format, reftex-find-reference-format,
9951 reftex-macros-with-labels, reftex-global-search-marker): New variables.
9952 (reftex-view-cite-locations-from-bibtex): New command.
9953 (reftex-view-regexp-match, reftex-global-search,
9954 reftex-global-search-continue): New functions.
9955 (reftex-extract-bib-entries): No error for non-existing BibTeX
9956 file, just a message.
9957 (reftex-extract-bib-entries): Better error handling.
9958 (reftex-select-with-char): Use `*RefTeX Select*' for selection
9959 help and force it on current frame.
9960 (reftex-default-bibliography): New function.
9961 (reftex-access-parse-file): Check consistency after loading a
9962 parse file. When inconsistent, enfore rescan.
9963 (reftex-check-parse-consistency): New function.
9964 (easy-menu-define): Options section drastically shortened.
9965
99661999-01-05 Kenichi Handa <handa@etl.go.jp>
9967
9968 * language/thai-util.el (thai-compose-string): New function.
9969
99701999-01-04 Inge Frick <inge@nada.kth.se>
9971
9972 * easymenu.el (easy-menu-define): Doc fix.
9973 (easy-menu-create-menu): New keyword :included.
9974 (easy-menu-do-add-item): New keyword :included. SUFFIX may
9975 be an expression, not only a string. Simulate style `button'.
9976 Use easy-menu-define-key-intern instead of easy-menu-define-key.
9977 (easy-menu-define-key-intern): New function.
9978 (easy-menu-add-item): Understand value returned from
9979 easy-menu-item-present-p and easy-menu-remove-item.
9980 (easy-menu-return-item): New function.
9981 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
9982
99831999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
9984
9985 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
9986 Use rmail-output-read-rmail-file-name to read the file name.
9987 Always call rmail-output-to-rmail-file noninteractively.
9988 When count > 1, do the loop here.
9989 Handle rmail-delete-after-output here.
9990 (rmail-summary-output): Similar changes.
9991
9992 * mail/rmailout.el: Provide `rmailout'.
9993 (rmail-output-read-rmail-file-name): New function.
9994 (rmail-output-to-rmail-file): Use that.
9995 (rmail-output-read-file-name): New function.
9996 (rmail-output): Use that.
9997
9998 * files.el (find-file-noselect): Let /: suppress wildcard matching.
9999 Error if wildcard matches no files.
10000
100011999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10002
10003 * menu-bar.el (clipboard-yank): Doc fix.
10004
10005 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10006
100071998-12-31 Markus Rost <rost@delysid.gnu.org>
10008
10009 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10010
100111998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10012
10013 * rmail.el (rmail-encode-string): Make sure mask value is
10014 positive; (emacs-pid) returns a negative number on Windows 9x
10015 which causes odd behaviour.
10016
100171998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10018
10019 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10020 and about w32-* variables unless on Windows/NT.
10021
100221998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10023
10024 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10025 if buffer is modified; ask about all modified buffers.
10026
100271998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10028
10029 * simple.el (what-cursor-position): Fix previous change.
10030
100311998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10032
10033 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10034 from paragraph-start.
10035
100361998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10037
10038 * international/mule-cmds.el (prefer-coding-system): If the
10039 argument requires specific EOL conversion type, make the default
10040 coding systems use that.
10041
100421998-12-30 Drew Csillag <drew_csillag@geocities.com>
10043
4ff3fcc7 10044 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
0767b41e
DL
10045 Use shell-command-on-region.
10046 (m4-start-m4, m4-end-m4): Functions deleted.
10047
100481998-12-30 Michael Ernst <mernst@alum.mit.edu>
10049
10050 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10051
100521998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10053
10054 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10055 to compose-mail in the correct places and as a list.
10056
100571998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10058
10059 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10060 (pages-directory-map): Bind mouse-2
10061 (pages-copy-header-and-position): Put text property.
10062 (pages-directory-goto-with-mouse): New function.
10063
100641998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10065
10066 * international/codepage.el (cp-make-coding-systems-for-codepage):
10067 Doc fix.
10068 (cp-coding-system-for-codepage-1): Likewise.
10069
100701998-12-29 Kenichi Handa <handa@etl.go.jp>
10071
10072 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10073 composition sequence correctly here instead of calling
10074 thai-compose-region.
10075
10076 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10077 newline in multibyte buffer, if previous or next character is a
10078 composite char, check the first component of the composite char.
10079
100801998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10081
10082 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10083 and track-mouse.
10084
100851998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10086
10087 * mail/sendmail.el (mail-yank-original): Remove text properties
10088 after insertion.
10089 (mail-yank-region): Barf if no mark is set in the message
10090 being replied to.
10091
10092 * help.el (function-called-at-point): First look for function at point.
10093
100941998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10095
10096 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10097
100981998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10099
10100 * simple.el (what-cursor-position): Print character encoding also.
10101
101021998-12-26 Dave Love <fx@gnu.org>
10103
10104 * textmodes/flyspell.el: If local-maps work, don't put
10105 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10106 in flyspell-mouse-map (only).
10107 (flyspell-use-local-map): New variable.
10108 Use a different mouse-2 binding in that case,
10109 and don't add to minor-mode-map-alist.
10110 (make-flyspell-overlay, flyspell-correct-word):
10111 Test flyspell-use-local-map.
10112
101131998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10114
10115 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10116 Be careful about whether to return a relative file name,
10117 and if so, relative to what directory.
10118
101191998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10120
4ff3fcc7 10121 * emacs-lisp/easymenu.el (easy-menu-get-map):
0767b41e
DL
10122 Change global map only if this menu exists in the global map already,
10123 and not in the local map.
10124 (easy-menu-do-add-item): Fix error message.
10125
10126 * foldout.el (foldout-inhibit-key-bindings):
10127 Avoid concatenating onto outline-minor-mode-prefix.
10128 Make a new keymap for that prefix, if it does not already have one.
10129
101301998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10131
10132 * cperl-mode.el:
10133 Can use linear algorithm for indentation if Emacs supports it.
10134 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10135 (cperl-after-block-p): Likewise.
10136 (cperl-after-block-and-statement-beg): Likewise.
10137 (cperl-after-block-p): After END/BEGIN we are a block.
10138 (cperl-after-expr-p): Skip labels when checking
10139 (cperl-indent-region): Make a marker for END - text added/removed.
10140 Disable hooks during the call (how to call them later?).
10141 Now indents 820-line-long function in 6.5 sec (including
10142 syntaxification) the first time (when buffer has few
10143 properties), 7.1 sec the second time.
10144 (cperl-indent-region): Do not indent whitespace lines
10145 (cperl-style-alist)
10146 Include `cperl-merge-trailing-else' where the value is clear.
10147 (cperl-styles-entries): Likewise.
10148 (cperl-problems): Improvements to docs.
10149 (cperl-tips): Likewise.
10150 (cperl-non-problems): Likewise.
10151 (cperl-mode): Make lazy syntaxification possible.
10152 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10153 `font-lock-unfontify-region-function' was set to a wrong function.
10154
4ff3fcc7 10155 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
0767b41e
DL
10156 restart syntaxification. Changed so that -d ?foo? is a RE. Do
10157 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10158 but 1<<6 was considered as HERE-doc.
10159 <file/glob> made into a string.
10160 Postpone addition of faces after syntactic step.
10161 Recognition of <FH> was wrong.
10162 Highlight `gem' in s///gem as a keyword. `qr' recognized.
10163 Knows that split// is null-RE.
10164 Highlights separators in 3-parts expressions as labels.
10165 <> was considered as a glob.
10166 Would err if the last line is `=head1'.
10167 $a-1 ? foo : bar; was a considered a regexp.
10168 `<< (' was considered a start of HERE-doc.
10169 mark qq[]-etc sections as syntax-type=string
10170 Was not processing sub protos after a comment ine.
10171 Was treating $a++ <= 5 as a glob.
10172 Tolerate unfinished REx at end-of-buffer.
10173 `unwind-protect' was left commented.
10174 / and ? after : start a REx.
10175
10176 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10177 Better default, customizes to `message' too, off in text-mode.
10178
10179 (cperl-array-face): Renamed from `font-lock-emphasized-face',
10180 `defface'd.
10181 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10182 `defface'd.
10183 (cperl-emacs-can-parse): New state variable.
10184 (cperl-indent-line): Corrected to use global state.
10185 (cperl-calculate-indent): Likewise.
10186 (cperl-fix-line-spacing): Likewise (not used yet).
10187 (cperl-calculate-indent): Did not consider `,' as
10188 continuation mark for statements.
10189 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10190 Remove another parse-data optimization at toplevel: would
10191 indent correctly.
10192 Correct for labels when calculating indentation of continuations.
10193 Docstring updated.
10194 (cperl-choose-color): Converted to a function (to be
10195 compilable in text-mode).
10196 (cperl-dark-background): Disable without window-system.
10197 Do `defface' only if window-system.
f28eba7b
SM
10198 (cperl-fix-line-spacing): Sped up to bail out early.
10199 (x-color-defined-p): Was not compiling on XEmacs
0767b41e 10200 Was defmacro'ed with a tick. Remove another def.
f28eba7b 10201 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
0767b41e
DL
10202 (cperl-unwind-to-safe): New function.
10203 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
4ff3fcc7 10204 (cperl-fontify-syntaxically): Unwinds start and end to go out of
0767b41e
DL
10205 long strings (not very successful).
10206 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
10207 Highlight the starting // in s//foo/ as function-name.
10208 Emit a meaningful error instead of a cryptic one for an
10209 uncomplete REx near end-of-buffer.
10210
10211 (cperl-electric-keyword): `qr' recognized.
10212 (cperl-electric-else): Likewise
10213 (cperl-to-comment-or-eol): Likewise
10214 (cperl-make-regexp-x): Likewise
10215 (cperl-init-faces): Likewise, and `lock' (as overridable?).
10216 Corrected to use new macros;
10217 `if' for copying `reference-face' to `constant-face' was backward.
10218 remove init `font-lock-other-emphasized-face',
10219 `font-lock-emphasized-face', `font-lock-keyword-face'.
10220 Interpolate `cperl-invalid-face'.
10221 (cperl-make-regexp-x): Misprint in a message.
10222 (cperl-syntaxify-unwind): New configuration variable
10223 (cperl-fontify-m-as-s): New configuration variable
f28eba7b 10224 (cperl-electric-pod): Check for after-expr was performed
0767b41e 10225 inside of POD too.
f28eba7b 10226 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
0767b41e
DL
10227 (cperl-clobber-mode-lists): New configuration variable.
10228 (cperl-not-bad-style-regexp): Updated.
10229 Init: `cperl-is-face' was busted.
10230 (cperl-make-face): New macros.
10231 (cperl-force-face): New macros.
10232 (font-lock-other-type-face): Done via `defface' too.
10233 (cperl-nonoverridable-face): New face. Renamed from
10234 `font-lock-other-type-face'.
f28eba7b 10235 (cperl-init-faces-weak): Use `cperl-force-face'.
0767b41e
DL
10236 (cperl-comment-indent): Commenting __END__ was not working.
10237 (cperl-indent-for-comment): Likewise.
10238 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
10239 When removing old TAGS info was not relativizing filename.
10240 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10241 Another try to work around XEmacs problems. Better progress messages.
f28eba7b
SM
10242 (toplevel): Require custom unprotected => failure on 19.28.
10243 (cperl-xemacs-p): Defined when compile too
4ff3fcc7 10244 (cperl-find-tags): Was writing line/pos in a wrong order,
0767b41e
DL
10245 pos off by 1 and not at beg-of-line.
10246 (cperl-etags-snarf-tag): New macro
10247 (cperl-etags-goto-tag-location): New macro
10248 (cperl-version): New variable. New menu entry
10249 random docstrings: References to "future" 20.3 removed.
10250 Menu was described as `CPerl' instead of `Perl'
10251 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10252 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10253 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
10254 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10255 `font-lock-reference-face', `font-lock-keyword-face'.
10256 Use `eval-after-load'.
10257 Remove not-CPerl-related faces.
10258 (cperl-tips-faces): New variable and an entry into Mini-docs.
10259 (cperl-indent-exp): Was not processing else-blocks.
10260 (cperl-get-state): NOP line removed.
10261 (cperl-ps-print): New function and menu entry.
10262 (cperl-ps-print-face-properties): New configuration variable.
10263 (cperl-invalid-face): New configuration variable.
10264 (perl-font-lock-keywords): Highlight trailing whitespace
10265 (cperl-contract-levels): Documentation corrected.
10266 (cperl-contract-level): Likewise.
10267 (cperl-ps-extend-face-list): New macro.
10268 (cperl-invalid-face): Change to ''underline.
10269
102701998-12-25 Markus Rost <rost@delysid.gnu.org>
10271
10272 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
4ff3fcc7 10273 for read-file-name.
0767b41e
DL
10274 (rmail-output-to-rmail-file): Likewise.
10275
102761998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10277
10278 * emacs-lisp/easymenu.el (easy-menu-get-map):
10279 If MENU is nil, use global menu-bar map.
10280 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10281 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10282
102831998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10284
10285 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10286
102871998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10288
10289 * ps-print.el (ps-print-version): New version number (4.1.3).
10290
102911998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
10292
10293 * international/mule-cmds.el: Use make-sparse-keymap instead of
10294 define-prefix-key when defining MULE menu items.
10295
10296 * info.el (Info-node-at-bob-matching): New function.
10297 (Info-find-node, Info-build-node-completions): Call it.
10298
102991998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
10300
10301 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10302 when this is an autoloaded keymap.
10303
103041998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10305
10306 * international/codepage.el (cp-coding-system-for-codepage-1):
10307 Create separate encoders and decoders, for DOS and Unix. Make the
10308 usual family of 3 coding systems, so that automatic detection of
10309 EOL type works.
10310 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
10311 Unix-specific symbols here, and don't call
10312 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
10313 Handa <handa@etl.go.jp>.)
10314
10315 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
10316
10317 * term/internal.el (IT-character-translations): New variable, an
10318 alist used to display characters for which there's no glyphs in
10319 the current codepage.
10320 (IT-display-table-setup): New function, sets up the DOS terminal
10321 for a given codepage.
10322 (dos-codepage-setup): New function, sets up the MULE environment
10323 for the current value of dos-codepage.
10324 (top-level if): In the multibyte mode, turn on
10325 unibyte-display-via-language-environment. In the unibyte mode,
10326 set up the special syntax tables to map lower- to upper case and
10327 back.
10328
103291998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
10330
10331 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
10332 (speedbar-frame-plist) Remove useless comments.
10333 (speedbar-frame-mode) Do not specify height if it is in the param list.
10334 Use default y position w/out changing it.
10335 If default x position is a list, keep, calculate the non-list X
10336 value when devining an initial position.
10337 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
10338 (speedbar-tag-group-name-minimum-length): New variable.
10339 (speedbar-frame-parameter): New compatibility function.
10340 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
10341 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
10342 groups to keep things in the right order, and to help with some
10343 naming conventions.
10344 (speedbar-create-tag-hierarchy): Enable buffer local version of
10345 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
10346 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
10347 the case, derive it from the cursor location in speedbar.
10348
103491998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
10350
10351 * international/mule-cmds.el (set-language-environment): On MS-DOS
10352 terminals, install DOS-specific nonascii-translation-table if the
10353 language info doesn't specify one. Pass the default eol-type to
10354 set-language-environment-coding-systems.
10355 (set-default-coding-systems): Copy the eol-type property for the
10356 new default values of {buffer-file,process}-coding-system from the
10357 old defaults.
10358 (set-language-environment-coding-systems): Accept an optional
10359 argument EOL-TYPE, and set the eol-type property of the default
10360 coding systems accordingly.
10361 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
10362 (set-keyboard-coding-system): Likewise.
10363 (set-default-coding-systems): Don't set
10364 default-terminal-coding-system on MS-DOS to anything but nil.
10365 (prefer-coding-system): Describe in the doc string that
10366 default-terminal-coding-system is not changed on MS-DOS.
10367 (set-language-environment): For MS-DOS, set standard syntax table
10368 and display table for all characters with code above 127.
10369 (standard-display-european-internal): For MS-DOS, pass all
10370 characters with code above 127 directly to the terminal, and don't
10371 remap characters 160 and 146 in the unibyte case.
10372
10373 * international/codepage.el: New file.
10374
103751998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10376
10377 * diary-lib.el (diary-float): Fix end-of-year error and typos in
10378 comments.
10379
103801998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
10381
10382 * map-ynp.el (map-y-or-n-p): Ignore input methods.
10383
10384 * subr.el (read-passwd): Likewise.
10385
103861998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
10387
10388 * info.el (Info-find-node): Add 1 to the position read from the
10389 tag table. Don't fail if the node delimiter ^_ is the first
10390 character in the file.
10391 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
10392 first character in the file.
10393 (Info-read-subfile): Likewise.
10394 (Info-select-node): Likewise.
10395 (Info-build-node-completions): Likewise.
10396
103971998-12-16 Richard Stallman <rms@gnu.org>
10398
10399 * term/x-win.el (x-cut-buffer-or-selection-value):
10400 If clipboard is enabled, try it before PRIMARY selection.
10401
104021998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10403
10404 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
10405 insert c-cedilla and C-cedilla respectively, like in latin-1.
10406
104071998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
10408
10409 * language/hebrew.el: Don't use sublists in the flags argument
10410 passed to make-coding-system.
10411
104121998-12-15 Kenichi Handa <handa@etl.go.jp>
10413
10414 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
10415 list of character sets found by find-charset-region.
10416
10417 * ps-mule.el: Always require ps-print. Move some function
10418 definitions for Emacs 20.2 and the earlier to ps-print.el.
10419 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
10420
10421 * ps-print.el: Define several functions for Emacs 20.2 and the
10422 earlier version.
10423 (ps-printer-name): Check if printer-name is bound.
10424
104251998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10426
10427 * ps-mule.el: Programming uniformization and little code improvement.
10428 (ps-mule-prepare-font): Programming uniformization.
10429 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
4ff3fcc7 10430 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
0767b41e
DL
10431
10432 * ps-bdf.el: Programming uniformization and little code improvement.
10433 (bdf-search-and-read): New fun.
10434 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
10435 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
10436 (bdf-info-relative-compose, bdf-info-baseline-offset)
10437 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
10438 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
10439 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
10440 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
10441 improvement.
10442
104431998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10444
10445 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
10446 and mule related code extraction. Autoload ps-mule funs.
10447
10448 * ps-mule.el: Doc fix. Require ps-print only when compiled.
10449 (ps-mule-prologue-generated): New fun.
10450 (ps-mule-plot-string): Add autoload cookie.
10451 (ps-mule-begin-job): Call ps-mule-prologue-generated.
10452
104531998-12-15 Kenichi Handa <handa@etl.go.jp>
10454
10455 * ps-bdf.el: Require ps-mule instead of ps-print.
10456 (bdf-directory-list): Add autoload cookie.
10457
10458 * ps-mule.el: New file. Mule related code extracted from
10459 ps-print.el. Require ps-print, provide ps-mule.
10460 (ps-multibyte-buffer): Add autoload cookie.
10461 (ps-mule-prepare-ascii-font): New fun.
10462 (ps-mule-set-ascii-font): New fun.
10463 (ps-mule-skip-same-charset): Fun deleted.
10464 (ps-mule-plot-string): Set ps-mule-current-charset.
10465 (ps-mule-initialize): Add autload cookie. Don't set
10466 ps-mule-font-info-database here.
10467 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
10468 ps-mule-font-info-database and ps-control-or-escape-regexp.
10469 (ps-mule-begin-page): New fun.
10470
10471 * ps-print.el: Mule related code moved to ps-mule.el.
10472 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
10473 check ps-mule-charset-list.
10474 (ps-begin-page): Don't set ps-mule-current-charset, instead call
10475 ps-mule-begin-page.
10476 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
10477 (ps-plot-region): Don't set ps-mule-current-charset, instead call
10478 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
10479 instead skip same charsets by itself.
10480 (ps-generate): Call ps-mule-initialize of needs-begin-file is
10481 non-nil. Call ps-mule-begin-job.
10482
104831998-12-15 Kenichi Handa <handa@etl.go.jp>
10484
10485 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
10486 instead of bdf.
10487
10488 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
10489 (ps-mule-external-libraries): New element FEATURE.
10490 (ps-mule-init-external-library): Ajusted for the above change.
10491 (ps-mule-generate-font): Likewise.
10492 (ps-mule-generate-glyphs): Likewise.
10493 (ps-mule-prepare-font): Likewise.
10494 (ps-mule-initialize): Likewise.
10495 (ps-begin-file): Superfluous tailing parenthesis deleted.
10496
104971998-12-15 Kenichi Handa <handa@etl.go.jp>
10498
10499 * international/fontset.el (x-decompose-font-name): If PATTERN
10500 doesn't have any wild cards, return a vector made from a name that
10501 is found by x-resolve-font-name found. Comments added.
10502
10503 * international/mule-cmds.el (find-coding-systems-for-charsets):
10504 Handle the case of unknown charset.
10505 (find-multibyte-characters): If invalid multibyte characters are
10506 found, return the corresponding strings instead of character
10507 codes.
10508 (find-multibyte-characters): Adjusted for the above change.
10509 (select-safe-coding-system): For a unibyte buffer, always returns
10510 DEFAULT-CODING-SYSTEM.
10511 (get-charset-property): Fix previous change. Make it a function.
10512 (put-charset-property): Make it a function.
10513
10514 * international/mule.el (make-coding-system): Set mime-charset
10515 property of *-with-esc coding system to nil.
10516
10517 * international/quail.el (quail-point-in-conversion-region): New
10518 function.
10519 (quail-conversion-backward-delete-char): When a key sequence is
10520 being translated, call quail-delete-last-char.
10521
10522 * language/devan-util.el
10523 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
10524 handle devanagari-decomposition-rules.
10525
105261998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
10527
10528 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
10529 tex-start-options-string to empty string.
10530 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
10531
105321998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
10533
10534 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
10535 5xx responses are already handled properly).
10536
105371998-12-13 Richard Stallman <rms@gnu.org>
10538
10539 * progmodes/compile.el (compilation-error-regexp-alist): Insist
10540 on a non-digit in the file name.
10541
10542 * simple.el (comment-region): Handle comment-padding
10543 separately for insertion and for deletion, in the right way for each.
10544
105451998-12-13 Felix Lee <flee@cygnus.com>
10546
10547 * progmodes/compile.el (compilation-error-regexp-alist): Fix
10548 regexp to match "ChangeLog:1:1998-12-09 ..."
10549
105501998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
10551
10552 * cus-start.el (dos-unsupported-char-glyph): Add.
10553
105541998-12-11 Dave Love <fx@gnu.org>
10555
10556 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
10557 forward-sexp in condition-case.
10558
10559 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10560 Remove unnecessary test on `library' for explicit file name.
10561 Widen scope of save-match-data.
10562
105631998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
10564
10565 * international/mule.el (load-with-code-conversion): If the loaded
10566 file was inserted with no-conversion or raw-text coding system,
10567 make the buffer unibyte.
10568
105691998-12-09 Richard Stallman <rms@gnu.org>
10570
10571 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10572 Get rid of nested loops.
10573
10574 * mouse.el (mouse-drag-vertical-line):
10575 If WHICH-SIDE is not `right', then scroll bars are on the left.
10576
10577 * loadhist.el (load-history-loaded): defvar moved to help.el.
10578
10579 * help.el (symbol-file-load-history-loaded): Variable renamed,
10580 and defvar moved from loadhist.el.
10581 (symbol-file): Renamed from describe-function-find-file.
10582 Load fns-VERSION.el here.
10583 (describe-variable, describe-function-1): Use symbol-file.
10584
10585 * textmodes/tex-mode.el (tex-generate-zap-file-name):
10586 Don't start the name with #.
10587
10588 * ispell.el: Take out the eval-when's.
10589
105901998-12-09 Peter Breton <pbreton@ne.mediaone.net>
10591
10592 * dirtrack.el (dirtrack-directory-change-hook): New hook.
10593 (dirtrack): Run it. Make debug message more verbose.
10594
105951998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
10596
10597 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
10598 name of the abbrev table, and provide support for XEmacs.
10599 (octave-xemacs-p): New variable.
10600
106011998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10602
10603 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
10604 exit, when mail-interactive is nil.
10605
106061998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
10607
10608 * files.el (after-find-file): Message fix.
10609
106101998-12-09 Ken Stevens <stevens@kdstevens.com>
10611
10612 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
10613
106141998-12-09 Geoff Voelker <voelker@cs.washington.edu>
10615
10616 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
10617 filenames using backslashes.
10618
106191998-12-09 Dave Love <fx@gnu.org>
10620
10621 * browse-url.el (browse-url-mail): Call compose-mail-other-window
10622 with correct number of args.
10623 (browse-url-maybe-new-window): New arg. Callers changed.
10624
10625 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
10626 comment.
10627
106281998-12-08 Geoff Voelker <voelker@cs.washington.edu>
10629
10630 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
10631
106321998-12-08 Markus Rost <rost@delysid.gnu.org>
10633
10634 * vc.el (vc-rcs-release): Fix Type.
10635 (vc-sccs-release): Fix Type.
10636 (vc-cvs-release): Fix Type.
10637
10638 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
10639 arg work right.
10640
10641 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
10642 output of last undeleted message.
10643
106441998-12-07 Geoff Voelker <voelker@cs.washington.edu>
10645
10646 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10647 (buffer-undo-list) [windows-nt]: Use different relative path.
10648
106491998-12-07 Simon Marshall <simon@gnu.org>
10650
10651 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
10652
106531998-12-05 Markus Rost <rost@delysid.gnu.org>
10654
10655 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
10656
10657 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
10658
106591998-12-04 Markus Rost <rost@delysid.gnu.org>
10660
10661 * info.el (Info-menu): Don't return error if point is between menu
10662 header and first menu item.
10663
106641998-12-04 Dave Love <fx@gnu.org>
10665
10666 * help.el (describe-function-1): Fix description for alias.
10667
106681998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
10669
10670 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
10671 specifications from summary line.
10672
10673 * rect.el (delete-whitespace-rectangle): Mark for autoload.
10674 (close-rectangle): Define alias only once in loaddefs.el.
10675
106761998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
10677
10678 * term/internal.el: Remove code which sets up a special syntax
10679 table for non-ASCII characters.
10680
106811998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
10682
10683 * dos-w32.el (direct-print-region-function): Try to ensure that
10684 printer-name is expanded to a file name on a local drive;
10685 sometimes printing a file loaded from a network volume fails.
10686 (direct-print-region-function): Add a function to
10687 write-region-annotate-functions to append a formfeed character to
10688 the region being printed, if the region doesn't end with a
10689 formfeed already. This avoids creating a second print job
10690 containing a blank page when print spooling is enabled on Windows.
10691
106921998-12-02 Dave Love <fx@gnu.org>
10693
10694 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
10695 `Info-goto-node'.
10696
106971998-12-02 Richard Stallman <rms@gnu.org>
10698
10699 * help.el (temp-buffer-resize-mode): Doc fix.
10700
10701 * cus-edit.el (custom-save-delete): Save point before
10702 reading a sexp, rather than backing up.
10703
10704 * international/iso-transl.el: Fix previous change.
10705
107061998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
10707
10708 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
10709 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
10710 Added defvars to suppress compilation warnings.
10711
107121998-11-30 Ken Stevens <k.stevens@ieee.org>
10713
10714 * ispell.el: Improved and fixed customize for variables:
10715 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
10716 ispell-dictionary-alist, ispell-skip-sgml.
10717 Improved and fixed comments in variables and messages for
10718 functions: ispell-help-in-bufferp, ispell-local-dictionary,
10719 ispell-menu-map, ispell-checking-message, ispell-parser,
10720 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
10721 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
4ff3fcc7 10722 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
0767b41e
DL
10723 ispell-message-text-end, ispell-add-per-file-word-list.
10724 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
10725 system is now required for all languages. Casechars improved for
10726 castellano, castellano8, and norsk dictionaries. Dictionary
10727 norsk7-tex added. Dictionary polish added.
10728 (ispell-dictionary-alist): Redefined at load-time to support
10729 dictionary changes.
10730 (ispell-menu-map): Redefined at load-time to support menu changes.
10731 (ispell-check-version): New alias for `check-ispell-version'.
10732 (ispell-parse-output): Fixed matching for ispell error messages.
10733 Correctly returns spelling suggestions in order generated by ispell
10734 process.
10735 (check-ispell-version): Ensure `case-fold-search' doesn't get
10736 redefined.
10737 (ispell-complete-word): Ensure `case-fold-search' doesn't get
10738 redefined. Fix bug that didn't respect case of word being completed.
10739 (ispell-init-process): Set process coding system to be compatible
10740 with emacs processes and the ispell process.
10741 (ispell-kill-ispell): Ensures ispell process has terminated before
10742 starting new process. This can otherwise confuse process filters
10743 and hang the ispell process.
10744 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
10745 skipping support for sgml.
10746 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
10747 which could cause `ispell-complete-word' to hang.
10748 (ispell-message): Improved message reference matching. Ensure
10749 `case-fold-search' doesn't get redefined.
10750 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
10751 get redefined. Fixed bug in returning to nroff mode from tex mode.
10752 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
10753 get redefined.
10754
107551998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10756
10757 * textmodes/flyspell.el (flyspell-check-word-p):
10758 Don't delay inside a kbd macro.
10759
10760 * subr.el (make-local-hook): Return the hook variable.
10761
107621998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10763
10764 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
10765 Use a timer instead of post-command-hook.
10766 (hscroll-timer): New variable.
10767
107681998-11-30 Dave Love <fx@gnu.org>
10769
10770 * help.el (help-xref-button): Do nothing if text already has the
10771 help-xref property.
10772 (describe-variable): Revert previous change to hyperlink to source.
10773
107741998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
10775
10776 * bindings.el (features): Add `base64' to this list.
10777
10778 * loadhist.el (symbol-file): Doc fix.
10779
10780 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10781
10782 * files.el (hack-one-local-variable): Cope with non-file buffers.
10783
107841998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
10785
10786 * help.el (describe-mode): Put major mode first.
10787
10788 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
10789 to support special-display and same-window features.
10790
107911998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10792
10793 * simple.el (transpose-subr, transpose-subr-1): Rename variables
10794 bound in one function and used in the other.
10795 (transpose-subr-start1, transpose-subr-start2): Add defvars.
10796 (transpose-subr-end1, transpose-subr-end2): Add defvars.
10797
107981998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10799
10800 * autoinsert.el (auto-insert-alist): Use user-mail-address.
10801
108021998-11-26 Kenichi Handa <handa@etl.go.jp>
10803
10804 * international/ccl.el (ccl-dump-translate-character-const-tbl):
10805 Give format correct control string.
10806
10807 * international/mule.el (define-translation-table): Fix bug of
10808 setting incorrect translation-table-id. If the first element of
10809 ARGS is a translation table, just register it.
10810
10811 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
10812 property.
10813
108141998-11-24 Michael Ernst <mernst@alum.mit.edu>
10815
10816 * thingatpt.el (thing-at-point-url-at-point): Don't use current
10817 syntax table to determine what is whitespace.
10818
108191998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
10820
10821 * frame.el (frame-parameter): Doc fix.
10822
10823 * textmodes/tex-mode.el (tex-feed-input): New function.
10824 (tex-define-common-keys): Add binding for C-c C-m.
10825
108261998-11-23 Dave Love <fx@gnu.org>
10827
10828 * progmodes/fortran.el: Various minor doc fixes.
10829 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
10830 (fortran-with-subprogram-narrowing): New macro.
10831 (fortran-check-for-matching-do): Use it.
10832 (fortran-end-do): Use fortran-check-end-prog-re.
10833 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
10834 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
10835
108361998-11-23 Simon Marshall <simon@gnu.org>
10837
10838 * font-lock.el (font-lock-defaults): Doc fix.
10839 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
10840 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
10841
10842 * lazy-lock.el (lazy-lock-unstall):
10843 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
10844
10845 * fast-lock.el (fast-lock-save-cache-1):
10846 (fast-lock-cache-data): Rewritten to use with-temp-message.
10847
108481998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
10849
10850 * mail/rmail.el (rmail-set-message-counters-counter): Detect
10851 messages that have been added with DOS line endings and convert
10852 the line endings for such messages.
10853
108541998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10855
10856 * help.el: Add resizing of temporary buffers.
10857 (temp-buffer-resize-mode): New command and variable.
10858 (temp-buffer-max-height): New variable.
10859 (resize-temp-buffer-window): New function.
10860
10861 * window.el (window-buffer-height): New function, split from
10862 shrink-window-if-larger-than-buffer.
10863 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
10864
108651998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
10866
10867 * frame.el (initial-frame-alist): Add defcustom.
10868
10869 * shell.el (shell-prompt-pattern): Add defcustom.
10870
108711998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10872
10873 * message.el (message-ignored-supersedes-headers): Remove
4ff3fcc7 10874 NNTP-Posting-Date.
0767b41e
DL
10875
108761998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
10877
10878 * help.el (describe-mode): Don't avoid loop indirecting thru
10879 value of INDICATOR.
10880
108811998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10882
10883 * help.el (describe-variable): Allow any variable with a defcustom,
10884 even if it is not a user variable.
10885
10886 * mail/rmail.el (mail-unsent-separator): Additional alternative.
10887
108881998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
10889
10890 * gnus/nntp.el (nntp-request-group): Allow for failures when
10891 requesting a new group.
10892
108931998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10894
10895 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
10896
108971998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10898
10899 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
10900
109011998-11-19 Simon Marshall <simon@gnu.org>
10902
10903 * subr.el (with-temp-message): New macro.
10904
10905 * emacs-lisp/lisp-mode.el (with-temp-message):
10906 Add lisp-indent-function property.
10907
109081998-11-18 Dave Love <fx@gnu.org>
10909
10910 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
10911
109121998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
10913
10914 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
10915 This is not obsolete.
10916
109171998-11-18 Kenichi Handa <handa@etl.go.jp>
10918
10919 * textmodes/picture.el: Make a new map by make-keymap.
10920 (picture-desired-column): New variable.
10921 (picture-update-desired-column): New function.
10922 (picture-beginning-of-line): Set picture-desired-column to 0.
10923 (picture-end-of-line): Set picture-desired-column to the current
10924 column.
10925 (picture-forward-column): Pay attention to multi-column character.
10926 (picture-backward-column): Likewise.
10927 (picture-move-down): Likewise.
10928 (picture-move-up): Likewise.
10929 (picture-movement-nw): With prefix arg, move twice columns.
10930 (picture-movement-ne): Likewise.
10931 (picture-movement-sw): Likewise.
10932 (picture-movement-se): Likewise.
10933 (picture-set-motion): Handle two-column movements.
10934 (picture-move): Call picture-move-down or picture-forward-column
10935 only when necessary.
10936 (picture-insert): Pay attention to picture-desired-column.
10937 (picture-self-insert): Likewise.
10938 (picture-clear-column): Pay attention to multi-column character.
10939 (picture-mode): Modify doc-string for two-column movement.
10940
10941 * rect.el (move-to-column-force): New function.
10942 (operate-on-rectangle): If coerce-tabs is non-nil, call
10943 move-to-column-force instead of move-to-column.
10944 (insert-rectangle): Call move-to-column-force instead of
10945 move-to-column.
10946 (open-rectangle-line): If begextra is not zero, call
10947 move-to-column-force.
10948
10949
109501998-11-16 Dave Love <fx@gnu.org>
10951
10952 * textmodes/sgml-mode.el Require skeleton when compiling.
10953 (sgml-font-lock-keywords-1): Accept single-letter tags.
10954 (v2): Defvar free variable.
10955
109561998-11-16 Sam Steingold <sds@goems.com>
10957
f28eba7b 10958 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
0767b41e
DL
10959 macro, not ELisp one.
10960
109611998-11-16 Kenichi Handa <handa@etl.go.jp>
10962
10963 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
10964 characters to symbol.
10965
10966 * language/japan-util.el (japanese-zenkaku-region): New optional
10967 arg KATAKANA-ONLY.
10968
109691998-11-16 Kenichi Handa <handa@etl.go.jp>
10970
10971 * international/mule.el
10972 (after-insert-file-set-buffer-file-coding-system): If the buffer
10973 is changed to unibyte, return inserted bytes.
10974
10975 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
10976 and link names if necessary.
10977 (tar-header-block-summarize): Handle the case that file or link
10978 names are multibyte.
10979 (tar-summarize-buffer): At first set the current buffer unibyte,
10980 then if there are multibyte file names, change it to multibyte.
10981 (tar-mode): Get char position from tar-header-offset.
10982 (tar-extract): Avoid multibyte<->unibyte conversion in
10983 insert-buffer-subsring by setting both buffers unibyte
10984 temporarily.
10985 (tar-copy): Set the buffer unibyte while doing a work. Write
10986 without code conversion.
10987 (tar-expunge): Set the buffer unibyte while doing a work.
10988 (tar-alter-one-field): Likewise.
10989 (tar-clear-modification-flags): Compare byte position with
10990 tar-header-offset.
10991 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
10992 insert-buffer-subsring by setting both buffers unibyte
10993 temporarily. Pay attention to multibyteness while updating the
10994 descriptor-line.
10995 (tar-mode-write-file): Write without code conversion.
10996
109971998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10998
10999 * nngateway.el: Require cl.
11000
110011998-11-15 Dave Love <fx@gnu.org>
11002
11003 * progmodes/fortran.el: Fix previous change:
11004 (fortran-end-prog-re1): Changed.
11005 (fortran-check-end-prog-re): New function.
11006 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11007
110081998-11-13 Tom Breton <tob@world.std.com>
11009
11010 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11011 GNU Emacs.
11012
110131998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11014
11015 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11016 fixed.
11017 (reftex-toc-toggle-file-boundary,
11018 reftex-toc-toggle-labels,
11019 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11020 (reftex-toc-include-labels, reftex-toc-include-context,
11021 reftex-toc-include-file-boundaries,
11022 reftex-toc-keep-other-windows): New options.
11023 (reftex-use-text-after-label-as-context): Option removed.
11024 (reftex-extract-bib-entries): Protect use in non-latex
11025 buffers.
11026 (reftex-toc-visit-location): Renamed from
11027 `reftex-toc-visit-line'.
11028 (reftex-latin1-to-ascii): Works now with and without Mule.
11029 (reftex-truncate): Removed special stuff for Emacs 20.2.
11030 (reftex-get-offset): Made more general.
11031 (reftex-show-label-location): Renamed from
11032 `reftex-select-label-callback'.
11033 (reftex-pop-to-label): Function removed (using
11034 `reftex-show-label-location' instead.
11035 (reftex-insert-docstruct): Renamed from
11036 `reftex-make-and-insert-label-list'. Function args changed.
11037 (reftex-toc): Now uses `reftex-insert-docstruct' and
11038 `reftex-find-start-point'.
11039 (reftex-select-item): Use `reftex-find-start-point'.
11040 (reftex-toc-visit-line): Can display labels and file
11041 boundaries.
11042 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11043
110441998-11-12 Sam Steingold <sds@goems.com>
11045
11046 * browse-url.el (browse-url): Handle the case when
11047 `browse-url-browser-function' is a lambda list.
11048
110491998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11050
11051 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11052 version string.
11053 * loadhist.el (symbol-file): Likewise
11054
110551998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11056
11057 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11058
110591998-11-11 Sam Steingold <sds@goems.com>
11060
11061 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11062 `run-lisp' instead of signalling an error.
11063
110641998-11-11 Karl Heuer <kwzh@gnu.org>
11065
11066 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11067
110681998-11-11 Richard Stallman <rms@gnu.org>
11069
11070 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11071
110721998-11-11 Per Starback <starback@update.uu.se>
11073
11074 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11075 renamed svenska8 to svenska, and fixed and extended CASECHARS
11076 for it.
11077
110781998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11079
11080 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11081 handling if setpagedevice is not available.
11082 (ps-begin-file): Fix typo.
11083
110841998-11-11 Kenichi Handa <handa@etl.go.jp>
11085
11086 * international/mule-util.el (compose-chars-component): Signal
11087 error if CH is a rule-based composition character.
11088 (compose-chars): Signal error if an already compsed character is
11089 going to be composed by rule-base.
11090
11091 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11092 full XLFD, don't try to get information of WEIGHT and SLANT from
11093 that font name.
11094
110951998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11096
11097 * dos-w32.el (set-default-process-coding-system): Use function on
11098 before-init-hook to set default-process-coding-system based on
11099 enable-multibyte-characters.
11100
11101 * term/w32-win.el ([language-change]): For now ignore
11102 keyboard language-change events.
11103
111041998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11105
11106 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11107 convert-standard-file-name, but leave the results of
11108 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11109 characters if the original name already exists, or has a special
11110 handler.
11111
111121998-11-10 Karl Heuer <kwzh@gnu.org>
11113
11114 * international/iso-insert.el: Delete autoload cookies.
11115
11116 * international/iso-transl.el: Add autoload cookies.
11117
111181998-11-10 Richard Stallman <rms@gnu.org>
11119
11120 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11121 (ispell-process-line): Don't treat multibyte
11122
111231998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11124
11125 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11126 setpagedevice to specify the page size if setpagedevice is
11127 available. This is necessary to select the correct paper tray on
11128 Level 2 printers with multiple paper sizes available.
11129
11130 (ps-begin-file): Cope with font names that contain spaces, and
11131 call BeginDoc in a BeginSetup/EndSetup block.
11132
111331998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11134
11135 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11136 convert-standard-filename.
11137
11138 * loadhist.el (symbol-file): Run fns-VERSION.el through
11139 convert-standard-filename.
11140
111411998-11-06 Richard Stallman <rms@gnu.org>
11142
4ff3fcc7 11143 * textmodes/texinfmt.el (texinfo-format-scan):
0767b41e
DL
11144 Detect the case of two @-commands in a row; process just the first.
11145 (texinfo-append-refill): If line has a @c, insert the @refill
11146 before it.
11147 (texinfo-format-refill): Return with point where the @refill was.
11148
11149 * files.el (hack-local-variables): Test local-enable-local-variables.
11150 (hack-local-variables-prop-line): Likewise.
11151 (set-auto-mode): Don't test local-enable-local-variables here.
11152 (enable-local-variables): Doc fix.
11153 (local-enable-local-variables): Doc fix.
11154 (normal-mode): Doc fix.
11155
111561998-11-06 Karl Heuer <kwzh@gnu.org>
11157
11158 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11159
111601998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
11161
11162 * simple.el (line-number-mode): Doc fix.
11163
111641998-11-06 Kenichi Handa <handa@etl.go.jp>
11165
11166 * international/fontset.el (create-fontset-from-fontset-spec):
11167 Give correct arg to `error'.
11168
111691998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
11170
11171 * textmodes/sgml-mode.el (html-mode): Doc fix.
11172 (sgml-name-8bit-mode): Fix missing format character in message string.
11173
111741998-11-05 Karl Heuer <kwzh@gnu.org>
11175
11176 * mail/sendmail.el (sendmail-send-it): Check for failure.
11177
111781998-11-05 Richard Stallman <rms@gnu.org>
11179
11180 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11181
11182 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11183 (close-rectangle): Define as alias.
11184
111851998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
11186
11187 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11188
111891998-11-05 Dave Love <fx@gnu.org>
11190
11191 * help.el (describe-variable): Don't quote link to source.
11192
111931998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
11194
11195 * gud.el (gud-common-init): Use pop-to-buffer.
11196 (same-window-regexps): Add an element that matches all gud buffers.
11197
111981998-11-04 Jason Rumney <jasonr@altavista.net>
11199
11200 * term/w32-win.el (x-get-selection-value): Alias to
11201 x-cut-buffer-or-selection-value.
11202 (w32-standard-fontset-spec): New variable.
11203 (w32-create-initial-fontsets, mouse-set-font): Check whether
11204 new-fontset is available.
11205 (w32-use-w32-font-dialog): Enable use of set-variable.
11206
112071998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11208
11209 * vc.el (with-vc-file, edit-vc-file): New macros.
11210
112111998-11-04 Kenichi Handa <handa@etl.go.jp>
11212
11213 * international/quail.el (quail-show-guidance-buf): Call
11214 set-minibuffer-window to set minibuffer window of the current
11215 frame correctly.
11216
112171998-11-03 Theodore Jump <tjump@tertius.com>
11218
11219 * term/w32-win.el: Require fontset.
11220
112211998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
11222
11223 * faces.el (set-face-font): Call resolve-fontset-name on w32.
11224 (set-face-font-auto): Ditto.
11225
112261998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
11227
11228 * mouse.el (mouse-drag-region): Fix typo.
11229
112301998-11-02 Dave Love <fx@gnu.org>
11231
11232 * progmodes/fortran.el Fix for fontification of strings lost somehow:
11233 (fortran-fontify-string): New function.
11234 (fortran-font-lock-keywords-1): Use it.
11235
112361998-11-02 Markus Rost <rost@delysid.gnu.org>
11237
11238 * comint.el (comint-file-name-quote-list): Doc fix.
11239
112401998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11241
11242 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11243 build directory, not source directory.
11244
11245 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11246 if we did not get one for the final move.
11247
112481998-11-01 Dave Love <fx@gnu.org>
11249
11250 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11251 Don't funcall browse-url-browser-function.
11252
11253 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11254 Don't funcall browse-url-browser-function.
11255
11256 * fortran.el (fortran-end-prog-re1): Fix the regexp.
11257
112581998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11259
11260 * files.el (revert-buffer): Doc fix.
11261
112621998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
11263
11264 * textmodes/tex-mode.el (tex-start-options-string):
11265 Quote the backslashes with more backslashes.
11266
112671998-10-31 Dave Love <fx@gnu.org>
11268
11269 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11270 (webjump): Don't funcall browse-url-browser-function.
11271
112721998-10-30 Kenichi Handa <handa@etl.go.jp>
11273
11274 * international/quail.el (quail-start-translation): Handle
11275 switching of the frame in read-key-sequence.
11276 (quail-start-conversion): Likewise.
11277 (quail-show-guidance-buf): Detach quail-guidance-buf from any
11278 windows before setting an appropriate window for it.
11279 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
11280 quail-guidance-win to nil.
11281 (quail-update-guidance): If quail-guidance-buf is not in the
11282 selected frame, call quail-show-guidance-buf again.
11283
112841998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
11285
11286 * progmodes/pascal.el (pascal-mode):
11287 `blink-matching-paren-dont-ignore-comments' set to t.
11288
112891998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11290
11291 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11292
112931998-10-30 Dave Love <fx@gnu.org>
11294
11295 * vc.el (vc-backend-merge-news): Check for "P" output.
11296
11297 * help.el (describe-variable): Hyperlink the definition.
11298
112991998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
11300
11301 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11302 (sh-set-shell): Likewise.
11303
11304 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11305
11306 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
11307 (edebug-on-error): Fix customize type to match that of
11308 debug-on-error.
11309
11310 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
11311
11312 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
11313 report-emacs-bug-address instead of undefined bug-gnu-emacs.
11314
11315 * international/mule-cmds.el (select-message-coding-system): Doc
11316 fix.
11317
11318 * international/mule-diag.el (describe-coding-system): Describe
11319 all flags.
11320
11321 * mail/sendmail.el (sendmail-coding-system,
11322 default-sendmail-coding-system): Doc fix.
11323
11324 * simple.el (shell-command-on-region): Doc fix.
11325
11326 * loadup.el: Write fns-*.el in current directory instead of
11327 data-directory since no installation directory exists yet. Mark
11328 buffer unmodified afterwards.
11329
11330 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
11331 instead of data-directory since it is architecture dependent.
11332 (load-history-loaded): Update doc string.
11333
113341998-10-29 Geoff Voelker <voelker@cs.washington.edu>
11335
11336 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
11337 path as a default directory when canonicalizing names.
11338
11339 * w32-fns.el: Remove a dangling reference to a directory on the
11340 build machine.
11341
113421998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11343
11344 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
11345 namespace related keywords such as `class', `body', `private',
11346 `variable', `namespace eval', etc.
11347 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
11348 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
11349 imenu and font-lock so that searches for \sw would find words
11350 containing colons.
11351
11352 * progmodes/etags.el (initialize-new-tags-table):
11353 Do not alter find-tag-marker-ring and tags-location-ring.
11354
113551998-10-27 Geoff Voelker <voelker@cs.washington.edu>
11356
11357 * term/w32-win.el: Require fontset.
11358 (w32-init-fontsets): New function (code from x-win.el).
11359
113601998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11361
11362 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
11363 calendar-and-diary-frame-parameters): Add title parameter.
11364
113651998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11366
11367 * completion.el (dynamic-completion-mode): New function to enable
11368 the mode. (Just loading the file now does not change anything.)
11369
113701998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11371
11372 * ps-print.el: User option for multibyte buffer handling and doc fix.
11373 (ps-multibyte-buffer): New user option.
11374 (ps-setup): Print new user option.
11375 (ps-print-quote): New fun.
11376 (ps-color-p, ps-mule-font-info-database-latin): New var.
11377 (ps-default-color, ps-mule-font-info-database)
11378 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
11379 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
11380 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
11381 Little code improvement.
11382 (ps-mule-initialize): Initialize ps-mule-font-info-database.
11383 (ps-print-prologue-header, ps-font-family, ps-font-size)
11384 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
11385 (ps-build-face-reference, ps-mule-font-info-database-bdf)
11386 (ps-mule-external-libraries, ps-mule-init-external-library)
11387 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
11388 Doc fix.
11389 (ps-print-version): New version number (4.1.1) and doc fix.
11390 (ps-print-prologue-header): New user option.
11391 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
11392 Conditional compilation for GNU Emacs and emacsens.
11393 (ps-generate-postscript-with-faces): Skip invisible text better.
11394 (ps-setup): Print new user option.
11395 (ps-print-preprint): Check if input file name exists and is unwritable.
11396 (ps-begin-file): Adjust PostScript prologue header for duplex printers
11397 and insert user PostScript prologue header comments.
11398 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
11399 New funs.
11400 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
11401 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
11402 PostScript programming normalization.
11403 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
11404 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
11405 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
11406 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
11407 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
11408 Programming style normalization.
11409
114101998-10-26 Kenichi Handa <handa@etl.go.jp>
11411
11412 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11413 version, check the value of mule-version.
11414
11415 * international/mule-util.el (compose-region): Insert then delete
11416 to preserve markers.
11417 (decompose-region): Use search-forward for efficiency.
11418
11419 * language/chinese.el (pre-write-encode-hz): Cancel previous
11420 change, use generate-new-buffer instead of get-buffer-create.
11421 * language/devan-util.el
11422 (in-is13194-devanagari-pre-write-conversion): Likewise.
11423 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11424 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11425 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11426
114271998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11428
11429 * mail/rmailsum.el (rmail-message-subject-p):
11430 Handle message whose header has not been reformatted.
11431
11432 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
11433
114341998-10-25 Jason Rumney <jasonr@altavista.net>
11435
11436 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
11437 New variables.
11438 (mouse-set-font): Use font menus instead of dialog according to
11439 w32-use-w32-font-dialog.
11440
114411998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11442
11443 * calendar/calendar.el (calendar-day-name-array): Add doc string
4ff3fcc7 11444 correctly!
0767b41e
DL
11445 (calendar-month-name-array): Add doc string correctly!
11446
114471998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11448
11449 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
11450
114511998-10-21 Markus Rost <rost@delysid.gnu.org>
11452
11453 * lisp/info.el (Info-next-menu-item): Stay on top of node.
11454
11455 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
11456
11457 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
11458
11459 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
11460
114611998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
11462
11463 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
11464
114651998-10-21 Karl Heuer <kwzh@gnu.org>
11466
11467 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
11468 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
11469 (profile-filter, profile-reset-timer): Functions deleted.
11470 (profile-check-zero-init-times, profile-get-time): Likewise.
11471 (profile-find-function, profile-quit): Likewise.
11472 (profile-distinct, profile-call-stack, profile-last-time): New vars.
11473 (profile-time-list, profile-init-list): Doc fix.
11474 (profile-functions): Simplify.
11475 (profile-print): Use float. Make output include space separators.
11476 (profile-add-time): New helper function.
11477 (profile-function-prolog): Renamed from profile-start-function.
11478 Handle profile-distinct.
11479 (profile-function-epilog): Renamed from profile-update-function.
11480 Handle profile-distinct.
11481 (profile-a-function): If the function to be profiled is an
11482 autoload form, load it. If it's lazy-loaded, fetch it.
11483 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
11484 (profile-restore-fun): Arg FUN is now a function symbol, as was
11485 documented, rather than a one-element list.
11486 (profile-finish): Call profile-restore-fun properly.
11487
114881998-10-21 Kenichi Handa <handa@etl.go.jp>
11489
11490 * international/characters.el: Setup charset property
11491 nospace-between-words.
11492
11493 * international/mule-cmds.el (get-charset-property): If CHARSET is
11494 composition, return nil.
11495 (put-charset-property): If CHARSET is composition, do nothing.
11496
11497 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
11498 * language/devan-util.el
11499 (in-is13194-devanagari-pre-write-conversion): Likewise.
11500 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11501 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11502 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11503
11504 * textmodes/fill.el (sentence-end-without-period): New variable.
11505 (canonically-space-region): Pay attention to
11506 sentence-end-without-period.
11507 (fill-find-break-point): The first argument CHARSET deleted.
11508 Caller changed.
11509 (fill-region-as-paragraph): Pay attention to charset property
11510 nospace-between-words and text property nospace-between-words.
11511
115121998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11513
11514 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
11515 an unrecognized shell.
11516
115171998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11518
11519 * desktop.el (desktop-save): Include minor modes symbolically.
11520 (desktop-create-buffer): Turn on all minor modes in `mim'.
11521
115221998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11523
11524 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
11525 (sh-font-lock-keywords): Handle rpm and rpm2.
11526 (sh-ancestor-alist): Handle rpm.
11527
11528 * files.el (auto-mode-alist): Recognize .rpm files.
11529 Also .spec and .mspec files.
11530
115311998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11532
11533 * faces.el (frame-set-background-mode): Enable the function for
11534 MSDOS frames.
11535
115361998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11537
11538 * calendar/calendar.el (calendar-day-name-array): Add doc string.
11539 (calendar-month-name-array): Add doc string.
11540
115411998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11542
11543 * simple.el (kill-ring-max): Increased to 60.
11544
115451998-10-17 Kenichi Handa <handa@etl.go.jp>
11546
11547 * international/characters.el: Setup auto-fill-chars.
11548
11549 * international/kinsoku.el (kinsoku): Check the variable
11550 enable-kinsoku.
11551
11552 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
11553 Don't call kinsoku directly, intead call fill-find-break-point.
11554
11555 * textmodes/fill.el: Setup `fill-find-break-point-function'
11556 property to character sets which require `kinsoku' processing for
11557 filling.
11558 (fill-find-break-point): New function.
11559 (fill-region-as-paragraph): Don't check kinsoku-enable here.
11560 Don't call kinsoku directly, intead call fill-find-break-point.
11561
115621998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11563
11564 * faces.el (modify-face-read-string): Return (nil) for "none".
11565 (modify-face): Don't get error if (nil) is the argument.
11566 (face-try-color-list): Don't check whether nil is a valid color.
11567
115681998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
11569
11570 * emacs-lisp/bytecomp.el (byte-recompile-directory):
11571 Print message about each directory, even in batch mode.
11572
11573 * gnus/nntp.el: Require `cl' before using nnoo-declare.
11574
11575 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
11576 (ps-mule-string-char): No need to use sref.
11577 (ps-mule-next-index): No need to use sref.
11578
11579 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
11580
11581 * files.el (revert-buffer-internal-hook): Add defvar.
11582
11583 * arc-mode.el (archive-mode): Locally set file-precious-flag.
11584
11585 * tar-mode.el (tar-mode): Locally set file-precious-flag.
11586
115871998-10-16 Markus Rost <rost@delysid.gnu.org>
11588
11589 * international/mule-cmds.el (default-input-method): Fix custom type.
11590
11591 * net-utils.el (whois-server-list): Fix customization type.
11592
11593 * shell.el (shell-input-autoexpand): Fix customization group.
11594
115951998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
11596
11597 * repeat.el (repeat): Handle keyboard macros properly.
11598 Handle new prefix arg after self-insert command.
11599
11600 * repeat.el: Don't include cl even at compile time.
11601 (repeat): Avoid using `loop'.
11602
11603 * simple.el (shell-command-on-region): Doc fix.
11604 (next-history-element): Special error message if no default.
11605
116061998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
11607
11608 * ps-print.el (ps-print-buffer): Doc fix.
11609 (ps-despool): Likewise.
11610
11611 * arc-mode.el (arc-mode): Provide arc-mode.
11612
116131998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11614
4ff3fcc7 11615 * ps-print.el (ps-print-buffer): Doc fix.
0767b41e
DL
11616
116171998-10-14 Dave Love <fx@gnu.org>
11618
11619 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
11620 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
11621 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
11622
11623 * progmodes/fortran.el (fortran-mode-map): Change "Join
11624 Continuation Line" to "Join Line".
11625 (fortran-font-lock-keywords-1): Add "cycle", "exit".
11626
116271998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11628
11629 * progmodes/fortran.el (fortran-join-line): Use
11630 `delete-indentation' instead of issuing an error message if not on
11631 a continuation line. Provide for joining several lines using
11632 prefix arg.
11633
116341998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
11635
11636 * term/pc-win.el (msdos-color-values): New variable.
11637 (x-color-values): New function, emulates its namesake from
11638 src/xfns.c.
11639 (msdos-bg-mode): Add all dark colors to those which return
11640 "dark".
11641
116421998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11643
4ff3fcc7 11644 * replace.el (keep-lines, flush-lines, how-many):
0767b41e
DL
11645 Don't ignore case if arg has upper case letters.
11646
116471998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
11648
11649 * progmodes/vhdl-mode.el
f28eba7b 11650 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
0767b41e
DL
11651 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
11652 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
11653 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
11654 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
11655 (vhdl-when): Fix indentation problem.
11656 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
11657 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
11658 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
11659
116601998-10-13 Geoff Voelker <voelker@cs.washington.edu>
11661
11662 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
11663 (ls-lisp-insert-directory): Renamed from insert-directory.
11664 (insert-directory): New function.
11665
116661998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
11667
11668 * simple.el (completion-fixup-function): Variable deleted.
11669 (completion-setup-function): Delete code for completion-fixup-function.
11670 * emacs-lisp/lisp.el (lisp-complete-symbol):
11671 Don't bind completion-fixup-function.
11672
11673 * files.el (find-file-wildcards): New option.
11674 (find-file-noselect): Handle wild cards, if enabled.
11675 (file-expand-wildcards): New function.
11676
11677 * simple.el (set-fill-column): Doc fix.
11678
116791998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11680
11681 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
11682
116831998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
11684
11685 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
11686 Move declaration before first use.
11687 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
11688 hif-math, hif-factor): Rename token to hif-token and token-list to
11689 hif-token-list.
11690 (hif-token, hif-token-list): Declare them.
11691 (hif-find-ifdef-block): Return cons of top and bottom point
11692 instead of setting dynamically bound variables.
11693 (hide-ifdef-block, show-ifdef-block): Use return value of
11694 hif-find-ifdef-block.
11695
116961998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11697
11698 * subr.el (read-passwd): Use clear-this-command-keys.
11699
11700 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
11701
11702 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
11703 and ...-for-write.
11704
117051998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
11706
11707 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
11708 responses to GROUP command, since this may be called from a timer
11709 with quit inhibited.
11710
117111998-10-12 Kenichi Handa <handa@etl.go.jp>
11712
11713 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
11714 set unconditional-jump to nil.
11715 (ccl-compile-read-multibyte-character): Return nil.
11716 (ccl-compile-write-multibyte-character): Likewise.
11717 (ccl-compile-translate-character): Likewise
11718 (ccl-compile-map-multiple): Likewise.
11719 (ccl-compile-map-single): Likewise.
11720
11721 * international/kinsoku.el: Add coding tag.
11722 (kinsoku-bol): Remove superfluous TAB in a string.
11723
11724 * international/mule-cmds.el (find-coding-systems-for-charsets):
11725 Delete `composition' (if any) from CHARSETS.
11726
117271998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11728
11729 * international/mule-cmds.el (setup-specified-language-environment):
11730 Add apropos-inhibit property.
11731 (describe-specified-language-support): Likewise.
11732
117331998-10-11 Kenichi HANDA <handa@etl.go.jp>
11734
11735 * international/mule.el (make-coding-system): Create -with-esc
11736 variant coding system.
11737
117381998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11739
11740 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
11741 (next-file): Optionally offer to revert a file's buffer,
11742 if it has an existing buffer but the file has changed.
11743
11744 * info.el (Info-insert-dir): Detect and report problems
11745 in input files, such as "No Top node". Return with point
11746 at the beginning of the text.
11747 (Info-find-node): Reinsert the code to handle files
11748 with no tags table; it was deleted by mistake.
11749
117501998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11751
11752 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
11753 texinfo-find-higher-level-node repeatedly find the same node.
11754 (texinfo-find-higher-level-node): Doc fix.
11755
117561998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
11757
11758 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
11759 (smtpmail-address-buffer): Add defvar.
11760 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
11761
11762 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
11763
11764 * ffap.el (ffap-machine-p-local): Fix editing error.
11765
117661998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11767
11768 * faces.el (frame-set-background-mode):
11769 Don't do anythung for text-only or MSDOS frame.
11770
117711998-10-08 Kenichi Handa <handa@etl.go.jp>
11772
11773 * international/quail.el (quail-defrule): New optional arg APPEND.
11774 (quail-defrule-internal): Fix bug of handling the argument APPEND.
11775
117761998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
11777
4ff3fcc7 11778 * gnus/pop3.el (pop3-open-server):
0767b41e
DL
11779 Set process-coding-system-alist around open-network-stream.
11780
117811998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
11782
11783 * files.el (save-buffer): Doc fix.
11784
117851998-10-07 Karl Heuer <kwzh@gnu.org>
11786
11787 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
11788 return DEF unchanged, not nil. Simplify.
11789
117901998-10-06 Geoff Voelker <voelker@cs.washington.edu>
11791
11792 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
11793
117941998-10-06 Peter Breton <pbreton@ne.mediaone.net>
11795
11796 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
11797
11798 * net-utils.el (ftp, nslookup): Require comint.
11799 (network-service-connection): Likewise.
11800 (whois-server-name): Defaults to whois.arin.net
11801 (whois-server-list, whois-server-tld, whois-guess-server): New var.
11802 (whois): Tries to guess the appropriate top-level domain server.
11803 (whois-get-tld): New function.
11804
11805 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
11806 (dirtrack-debug-toggle): Added this function.
11807
118081998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11809
11810 * files.el (find-file-noselect): Switch to the correct buffer
11811 before checking find-file-literally, and allow non-nil non-t
11812 rawfile params.
11813
118141998-10-06 Karl Heuer <kwzh@gnu.org>
11815
11816 * midnight.el (clean-buffer-list): Add autoload cookie.
11817
11818 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
11819 no-autosave.
11820 * tar-mode.el (tar-mode-revert): Likewise.
11821 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
11822 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
11823 * gnus/message.el (message-auto-save-directory): Renamed from
11824 message-autosave-directory. All references changed.
11825
118261998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11827
11828 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
11829 string. Expose mime stuff while searching.
11830
118311998-10-06 Richard Stallman <rms@gnu.org>
11832
11833 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
11834
11835 * replace.el (perform-replace): Position point properly
11836 before and after the recursive edit of C-r.
11837
11838 * progmodes/etags.el (tags-reset-tags-tables): Properly
11839 find the markers in the old rings that are being discarded.
11840
118411998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11842
f28eba7b 11843 * apropos.el (apropos-print): Control invalid characters.
0767b41e
DL
11844
11845 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11846 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
11847 confusing customize.
11848
118491998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
11850
11851 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
11852 built-in commands. Add more built-in commands and fix face names.
11853
118541998-10-05 Simon Marshall <simon@gnu.org>
11855
11856 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
11857
118581998-10-04 Eric Ludlam <zappo@gnu.org>
11859
11860 * speedbar.el (speedbar-initial-expansion-list-name): Remove
11861 customization since it is not useful in this case.
11862 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
11863 sure it gets evalled to a number. Also verify that set-frame-name
11864 fn exists before calling it.
11865
11866 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11867 Protect a `forward-sexp' call which could fail, and improved regex
11868 for ie, and eg abbreviations.
11869
118701998-10-02 Noah Friedman <friedman@splode.com>
11871
11872 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
11873 send-string.
11874 (rlogin-send-Ctrl-D): Here also.
11875 (rlogin-send-Ctrl-Z): Here also.
11876 (rlogin-send-Ctrl-backslash): Here also.
11877
118781998-10-02 Dave Love <fx@gnu.org>
11879
11880 * outline.el (hide-region-body): Bind
11881 outline-view-change-hook to nil while making repeated calls to
11882 outline-flag-region. Run it once at the end.
11883 (hide-other, hide-sublevels, show-children): Likewise.
11884
11885 * info-look.el: Remove duplicate scheme-mode entry.
11886 (info-lookup-make-completions): When looking for entries, check
11887 that `item' isn't null or "Menu".
11888
118891998-10-01 Karl Heuer <kwzh@gnu.org>
11890
11891 * net-utils.el: Don't require ffap.
11892 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
11893 (ping, nslookup-host, finger, network-connection-to-service): Use them.
11894
118951998-09-30 Richard Stallman <rms@gnu.org>
11896
11897 * ispell.el (check-ispell-version): No need to bind default-major-mode.
11898
11899 * imenu.el (imenu--generic-function): Sort each submenu by position.
11900 (imenu--sort-by-position): New function.
11901
11902 * cus-edit.el (Custom-mode-menu): Fix info node name.
11903 (customize group): Fix info node name.
11904
11905 * mail/mailalias.el (build-mail-aliases): Don't allow
11906 a newline in the alias name. Don't define an alias
11907 if the definition would be empty.
11908
11909 * which-func.el (which-func-mode-global): Make :set function
11910 more reliable.
11911
11912 * custom.el (custom-set-variables): Load the requests first,
11913 then check the symbol's `set' function.
11914
11915 * ffap.el: Doc fixes.
11916
119171998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11918
11919 * gnus.el: (gnus-valid-select-methods): Fix type.
11920 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
11921 * gnus-score.el (gnus-orphan-score): Fix type.
11922 (gnus-score-default-header, gnus-score-default-type): Fix type.
11923 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
11924 (gnus-saved-headers): Fix type.
11925
11926 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
11927 Avoid nil value of `two-lines-citation-part'.
11928
119291998-09-30 Roman Belenov <roman@nstl.nnov.ru>
11930
11931 * which-func.el (which-function): Handle case when
11932 (car imenu--index-alist) is nil.
11933
119341998-09-29 Dave Love <fx@gnu.org>
11935
11936 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
11937 bzip2 args.
11938
119391998-09-29 Simon Marshall <simon@gnu.org>
11940
11941 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
11942 comint-exec-hook.
11943
119441998-09-29 Stephen Eglen <stephen@gnu.org>
11945
11946 * info-look.el: Add support for Octave.
11947
119481998-09-28 Carsten Dominik <cd@delysid.gnu.org>
11949
11950 * textmodes/reftex.el (reftex-finding-files): New customize group.
11951 (reftex-texpath-environment-variables,
11952 reftex-use-external-file-finders, reftex-external-file-finders,
11953 reftex-search-unrecursed-path-first): New options.
11954 (reftex-process-string, reftex-find-file-externally): New
11955 functions.
11956 (reftex-access-search-path): Execute shell commands to find the
11957 search path.
11958 (reftex-toggle-auto-view-crossref): When turning on, make sure
11959 `reftex-auto-view-crossref' becomes non-nil.
11960 (reftex-abbrev-regexp): Constant removed.
11961 (reftex-convert-string): Abbrev regexp calculated locally.
11962
119631998-09-28 Dave Love <fx@gnu.org>
11964
11965 * progmodes/fortran.el: Don't call regexp-opt when deriving
11966 font-lock patterns with keywords that aren't all literal.
11967
119681998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11969
11970 * octave-inf.el (inferior-octave-prompt): Also match prompts of
11971 the form `octave.bin:1>' which come from using precopiled binary
11972 versions.
11973
119741998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11975
11976 * help.el (help-for-help): Use %THIS-KEY%.
11977 (help-quit): Add doc.
11978
11979 * help-macro.el (make-help-screen): Keep HELP-TEXT
11980 in a separate function definition, not in the help command FNAME.
11981 Replace %THIS-KEY% with the key sequence that ran FNAME.
11982
119831998-09-25 Richard Stallman <rms@gnu.org>
11984
11985 * textmodes/texinfo.el (texinfo-show-structure):
11986 Bind inhibit-read-only.
11987
11988 * isearch.el (isearch-search-and-update): Properly
11989 handle upper case letters in the reverse-search special case.
11990
119911998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11992
11993 * gnus.el: Extend the list of autoloaded functions.
11994
11995 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11996 buffer before creating help group. (from Gnus v5.6.43, fix by
11997 1998-08-20 Per Starback <starback@update.uu.se>)
11998
11999 * gnus-util.el (gnus-output-to-rmail): Adjust to
12000 `rmail-output-to-rmail-file'.
12001
120021998-09-25 Karl Heuer <kwzh@gnu.org>
12003
12004 * hexl.el (hexl-mode-map): More of previous change.
12005
12006 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12007 (tex-start-tex): Don't use tex-start-options-string in star case.
12008 Quote file name in star case as well as in non-star.
12009 Add blank and quoting of option string here.
12010 (tex-start-options-string): Not here.
12011
120121998-09-23 Karl Heuer <kwzh@gnu.org>
12013
12014 * term.el (term-delimiter-argument-list): Doc fix.
12015 (term-emulate-terminal): Escape literal semicolon.
12016 * progmodes/asm-mode.el (asm-mode): Doc fix.
12017 (asm-comment-char): Escape literal semicolon.
12018 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12019
120201998-09-23 Richard Stallman <rms@gnu.org>
12021
12022 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12023 only those that normally modify the buffer.
12024
12025 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12026 over again.
12027
120281998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12029
12030 * ispell.el (check-ispell-version): Ensure same buffer is current
12031 when let-binding of case-fold-search ends.
12032
120331998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12034
12035 * ps-print.el: Skip invisible overlay.
12036 Test for set-buffer-multibyte rather than using mule-version.
12037 (ps-print-version): New version number (4.1) and doc fix.
12038 (ps-generate-postscript-with-faces): Skip invisible overlay.
12039
120401998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12041
12042 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12043
120441998-09-22 Kenichi Handa <handa@etl.go.jp>
12045
12046 * international/quail.el (quail-update-guidance): Check for the
12047 return value of (quail-guidance) fixed.
12048 (quail-update-translation): Bind quail-current-str locally when it
12049 calls quail-update-guidance.
12050 (quail-update-translation): If input-method-exit-on-first-char is
12051 non-nil, terminate translation only when the current input method
12052 is simple.
12053
120541998-09-22 Paul Eggert <eggert@twinsun.com>
12055
12056 * startup.el (locale-translation-file-name): Prefer X-related names
12057 to the name used by GNU/Linux sans X. Set to nil if no file found.
12058 (command-line): Use locale-translation-file-name if it is not nil,
12059 instead of testing for its existence again.
12060 regexp-quote the ctype before using it in a regexp.
12061 Allow a colon to appear after the ctype in the aliases file,
12062 as is done in X11R6.4.
12063
120641998-09-21 Richard Stallman <rms@gnu.org>
12065
12066 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12067
12068 * calendar/appt.el (appt-interval): Variable deleted.
12069 (appt-check): For minutes in between appt-display-interval times,
12070 do check, but don't display anything except an updated mode line.
12071 Count against appt-display-interval based on minutes since
12072 first display of this appointment, not based on time of day.
12073 If appt-display-mode-line, force mode line redisplay
12074 whenever appt-mode-string has changed.
12075 (appt-add, appt-delete): Add autoload cookies.
12076 (appt-check): Catch errors from calling `diary'.
12077 (appt-max-time): Renamed from max-time.
12078 (appt-now-displayed, appt-display-count): New variables.
12079 (appt-timer): Don't create one if we already have one.
12080
12081 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12082 More general code to use the source buffer instead of the zap file.
12083
12084 * hilit-chg.el (highlight-compare-with-file): Renamed from
12085 compare-with-file.
12086
12087 * loadhist.el (load-history-loaded): New variable.
12088 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12089
12090 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12091
12092 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12093 Fix error messages.
12094
120951998-09-21 Markus Armbruster <armbru@pond.sub.org>
12096
12097 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12098 Emacs frame.
12099
121001998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12101
12102 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12103 `undecided' and `undecided-unix'.
12104
121051998-09-21 Dave Love <fx@gnu.org>
12106
12107 * help.el (help-make-xrefs): Fix typo affecting Info references.
12108
12109 * subr.el (remove-hook): Check list values to avoid errors.
12110
121111998-09-18 Noah Friedman <friedman@splode.com>
12112
12113 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12114 store string in eldoc-last-message without consing a new string.
12115 Rearrange logic from nested if's into cond's.
12116 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12117 Do not print message; just return string.
12118 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12119 Do not print message; just return string.
12120 Cache that string in eldoc-last-data.
12121 (eldoc-last-data): Make into a vector.
12122 (eldoc-get-fnsym-args-string): Use new data form of structure.
12123 (eldoc-get-var-docstring): Here also.
12124 (eldoc-last-data-store): New function.
12125 (eldoc-get-fnsym-args-string): Use it.
12126 (eldoc-get-var-docstring): Here also.
12127 (eldoc-docstring-first-line): Minimize interim string consing.
12128 Call substitute-command-keys on the result.
12129 (eldoc-print-var-docstrings, eldoc-print-docstring,
12130 eldoc-docstring-message): Functions removed.
12131 (eldoc-docstring-format-sym-doc): New function, functionality
12132 ripped out of eldoc-docstring-message.
12133 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12134
121351998-09-18 Kenichi Handa <handa@etl.go.jp>
12136
12137 * international/mule.el (make-coding-system): Doc-string modified.
12138
121391998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12140
12141 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12142
12143 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12144 customize type.
12145
12146 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12147 type.
12148
12149 * progmodes/compile.el (compilation-error-screen-columns): New
12150 variable.
12151 (compilation-next-error-locus): Use it to decide whether to use
12152 forward-char or move-to-column.
12153
12154 * mail/rmail.el (rmail-movemail-program): Fix customize type.
12155
12156 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12157 feedmail-fiddle-plex-user-list,
12158 feedmail-spray-address-fiddle-plex-list,
12159 feedmail-prompt-before-queue-user-alist,
12160 feedmail-prompt-before-queue-help-supplement,
12161 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12162 feedmail-queue-alternative-mail-header-separator): Fix customize
12163 type.
12164
12165 * startup.el (site-run-file): Fix customize type.
12166
12167 * speedbar.el (speedbar-initial-expansion-list-name): Fix
12168 customize type.
12169
12170 * shell.el (shell-input-autoexpand): Fix customize type.
12171
12172 * ps-print.el (ps-font-info-database): Add missing dots in value.
12173 Improve layout of customize type.
12174
12175 * net-utils.el (traceroute-program-options, ping-program-options,
12176 ipconfig-program-options, netstat-program-options,
12177 arp-program-options, route-program-options,
12178 nslookup-program-options, ftp-program-options): Fix customize
12179 type.
12180
12181 * midnight.el (clean-buffer-list-kill-regexps,
12182 clean-buffer-list-kill-buffer-names,
12183 clean-buffer-list-kill-never-buffer-names,
12184 clean-buffer-list-kill-never-regexps): Fix customize type.
12185
12186 * man.el (Man-init-defvars): Avoid trailing nil on
12187 Man-filter-list.
12188
12189 * lpr.el (printer-name): Fix customize type.
12190
121911998-09-16 Kenichi Handa <handa@etl.go.jp>
12192
12193 * international/mule-cmds.el (reset-language-environment): Call
12194 update-coding-systems-internal.
12195
12196 * international/mule-conf.el: Call update-coding-systems-internal
12197 at the tail.
12198
121991998-09-14 Dave Love <fx@gnu.org>
12200
12201 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
12202 use the menu-enable properties, pending doing it correctly and
12203 acceptably fast.
12204
12205 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12206
122071998-09-13 Dave Love <d.love@dl.ac.uk>
12208
12209 * progmodes/hideshow.el (hs-grok-mode-type): Check
12210 comment-{start,end} non-nil as well as bound. Report an error if
12211 we can't grok the mode.
12212
122131998-09-13 Richard Stallman <rms@gnu.org>
12214
12215 * simple.el (blink-matching-open): Don't log paren matching
12216 messages in *Messages*.
12217
122181998-09-12 Richard Stallman <rms@gnu.org>
12219
4ff3fcc7 12220 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
0767b41e
DL
12221 Set point-before-scroll at end even if there was an error.
12222
12223 * ange-ftp.el (ange-ftp-insert-file-contents):
12224 Use binary mode for dumb-unix hosts as for unix hosts.
12225 (ange-ftp-copy-file-internal): Likewise.
12226
12227 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12228
12229 * emacs-lisp/pp.el: Doc fixes.
12230
12231 * wid-edit.el (widget-menu-max-shortcuts): New variable.
12232 (widget-choose): Don't use single-char shortcuts if # items
12233 exceeds that many. Use minibuffer instead.
12234
122351998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12236
12237 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12238
122391998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
12240
12241 * speedbar.el (speedbar-frame-mode): Do not set frame position if
12242 in terminal mode.
12243
122441998-09-10 Noah Friedman <friedman@splode.com>
12245
f28eba7b 12246 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
0767b41e
DL
12247 defcustom declaration. It's wreaking too much havoc with XEmacs
12248 and older versions of Emacs, which share this code.
12249
12250 * type-break.el (type-break-mode): Here also.
12251
12252 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12253 `t' to add-hook also to modify the new local value.
12254
122551998-09-10 Dave Love <fx@gnu.org>
12256
12257 * vc.el (vc-insert-headers): Doc fix.
12258
122591998-09-10 Richard Stallman <rms@gnu.org>
12260
12261 * textmodes/flyspell.el (flyspell-mode-on): Make the
12262 ispell-... variables permanent locals.
12263 (flyspell-mode-off): Add autoload cookie.
12264
12265 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12266 do use binary mode, just as for `unix'.
12267 (ange-ftp-host-type): If HOST is nil, return `unix'.
12268
12269 * dired.el (dired-mark-files-containing-regexp):
12270 Don't scan directories. Ignore non-readable files.
12271
12272 * progmodes/compile.el (compilation-error-regexp-alist):
12273 Fix previous change: allow . and _ in command name.
12274
12275 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12276
12277 * uncompress.el (uncompress-while-visiting):
12278 Use just the car of what find-operation-coding-system returns.
12279
12280 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12281
12282 * shell.el (shell-file-name-quote-list): Add # to the value.
12283
122841998-09-10 E. Jay Berkenbilt <ejb@ql.org>
12285
f28eba7b 12286 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
0767b41e
DL
12287 to make killing of ispell process work even if
12288 kill-all-local-variables has been run.
12289
122901998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12291
12292 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12293 loop when sexp entry ends at end of file with no newline.
12294
122951998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12296
12297 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12298 (Custom-reset-standard): Fix menu inconsistency.
12299
12300 * mail/feedmail.el (feedmail-from-line): Allow t.
12301 (feedmail-message-id-suffix): Allow nil.
12302
12303 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12304 Simplify. Make prefix arg work right.
12305
123061998-09-09 Dave Love <fx@gnu.org>
12307
12308 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12309
12310 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
12311
123121998-09-08 Dave Love <fx@gnu.org>
12313
12314 * add-log.el (change-log-font-lock-keywords): Do parenthesized
12315 stuff only after file names or at start of line. Allow parens
12316 around e-mail, as well as angles.
12317
12318 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
12319 ignore-errors too, eval'd when compile. Require w3 stuff at load
12320 time for nicer failure if it's not available.
12321
123221998-09-07 Geoff Voelker <voelker@cs.washington.edu>
12323
12324 * comint.el (comint-arguments): Ignore backslashes when using
12325 w32 shells that expect backslashes as the directory separator.
12326
123271998-09-04 Kenichi Handa <handa@etl.go.jp>
12328
12329 * international/fontset.el (resolved-ascii-font): New variable.
12330 (x-complement-fontset-spec): By side effect, set
12331 `resolved-ascii-font' to the resolved name of ASCII font."
12332 (create-fontset-from-fontset-spec): Don't get a value for
12333 resolved-ascii-font from the list full-fontlist. It is set by
12334 x-complement-fontset-spec now.
12335
12336 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12337 version, check the value of mule-version.
12338
123391998-09-07 Carsten Dominik <cd@delysid.gnu.org>
12340
12341 * textmodes/reftex.el (reftex-view-crossref): Split up into
12342 several functions. No longer moves to find a macro.
12343 (reftex-view-cr-cite, reftex-view-cr-ref,
12344 reftex-end-of-bib-entry): New functions.
12345 (reftex-auto-view-crossref): New value `window' allowed.
12346 (reftex-view-crossref-when-idle): Process new `window' option in
12347 (reftex-translate-to-ascii-function): New default.
12348 (reftex-label-illegal-re): Default changed, removed Latin1.
12349 (reftex-latin1-to-ascii): New function.
12350 (reftex-what-environment): Check for section regexp before use.
12351 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
12352 absolute path names.
12353 (reftex-TeX-master-file): Changed sequence of file checks.
12354 (reftex-do-citation): bibview cache only with RefTeX mode on.
12355
123561998-09-06 Richard Stallman <rms@gnu.org>
12357
12358 * progmodes/compile.el (compilation-error-regexp-alist):
12359 In first pattern (GNU utilities and other things),
12360 allow a space after the optional program name at the beginning.
12361
12362 * mail/mail-hist.el (mail-hist-current-header-contents):
12363 Fix previous change: use mail-header-end.
12364
123651998-09-06 Bill Richter <richter@math.nwu.edu>
12366
12367 * international/ccl.el: Doc fixes.
12368 * international/encoded-kb.el: Doc fixes.
12369 * international/fontset.el: Doc fixes.
12370 * international/kinsoku.el: Doc fixes.
12371 * international/kkc.el: Doc fixes.
12372 * international/mule-cmds.el: Doc fixes.
12373 * international/mule-conf.el: Doc fixes.
12374 * international/mule-util.el: Doc fixes.
12375 * international/mule.el: Doc fixes.
12376
123771998-09-05 Eric Ludlam <zappo@gnu.org>
12378
12379 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
12380 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
12381 (checkdoc-this-string-valid-engine): Permit ? as terminating
12382 punctuation for first line sentence breaking.
12383 (checkdoc-this-string-valid): When converting a comment into a doc
12384 string, make sure " chars are \".
12385 (checkdoc-sentencespace-region-engine): Only do double space check
12386 if based on the variable `sentence-end-double-space'
12387 (checkdoc-this-string-valid-engine): ? ends valid sentence.
12388 (checkdoc-proper-noun-region-engine): Exclude items in URLs
12389
123901998-09-04 Richard Stallman <rms@gnu.org>
12391
12392 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12393 Recognize define-skeleton as a function definer.
12394
12395 * cus-edit.el (customize-option): Refuse to customize
12396 a variable that has no defcustom. But if variable is autoloaded,
12397 first try to load the library that defines it.
12398
12399 * international/iso-insert.el: Use `string' before calling `insert'
12400 so that in multibyte buffers we insert multibyte chars.
12401
4ff3fcc7 12402 * dired.el (dired-mark-files-containing-regexp):
0767b41e
DL
12403 Don't use find-file; instead, insert the file in a temp buffer.
12404
12405 * textmodes/tex-mode.el (tex-start-options-string): New option.
12406 (tex-start-tex): Use that variable.
12407
12408 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
12409 value in the `repeat' alternative a list.
12410
12411 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
12412 the inserted newline, verify that one was really inserted.
12413
12414 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
12415 remains on or remains off.
12416 (flyspell-multi-language-p): Default changed to nil.
12417
12418 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
12419 In "found in comment" case, don't beginning-of-line after forward-line.
12420
12421 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
12422 If the function definition is not a lambda, return original FORM
12423 with no error.
12424
124251998-09-04 Peter Breton <pbreton@ne.mediaone.net>
12426
12427 * net-utils.el (netstat-program-options): Changed from nil to "-a"
12428 so that by default netstat shows all network connections.
12429
124301998-09-04 Bob Weiner <weiner@altrasoft.com>
12431
12432 * international/quail.el: Doc fixes.
12433
12434 * info.el (info): Don't add parens if FILE already has them.
12435
124361998-09-04 Geoff Voelker <voelker@cs.washington.edu>
12437
12438 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
12439 on extension lines.
12440
124411998-09-03 Geoff Voelker <voelker@cs.washington.edu>
12442
12443 * w32-fns.el (w32-shell-dos-semantics): New function.
12444
124451998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
12446
12447 * international/quail.el (quail-choose-completion-string): Store
4ff3fcc7 12448 completion `choice' in `quail-current-str'; don't insert it.
0767b41e
DL
12449
124501998-09-02 Kenichi Handa <handa@etl.go.jp>
12451
12452 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
12453 argument to ps-mule-generate-bitmap-font.
12454
12455 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
12456 entry and change Latin-1 entry in the default value.
12457 (ps-mule-font-info-database-ps-bdf): New variable.
12458 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
12459 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
12460 registerd in FONT-SPEC.
12461 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
12462 charcter width of bitmap fonts.
12463 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
12464 procedure NF.
12465 (ps-begin-file): Output PostScript code for setting
12466 SpaceWidthRatio.
12467 (ps-plot-region): Use line-beginning-position to get a position of
12468 the beginning of the current line.
12469
12470 * international/mule-cmds.el (register-input-method): Doc-string
12471 modified.
12472
124731998-09-01 Dave Love <fx@gnu.org>
12474
12475 * international/mule-cmds.el (current-language-environment): Fix
12476 setter function.
12477
124781998-09-01 Simon Marshall <simon@gnu.org>
12479
12480 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
12481 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
12482 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
12483 names with font-lock-type-face. Fontify type specs, etc., with
12484 font-lock-keyword-face.
12485
124861998-08-31 Kenichi Handa <handa@etl.go.jp>
12487
12488 * international/fontset.el (x-complement-fontset-spec): If ASCII
12489 font is specified in FONTLIST, don't substitute it for the
12490 resolved name.
12491
124921998-08-31 Paul Eggert <eggert@twinsun.com>
12493
12494 * international/mule.el (charset-description): Doc fix.
12495
12496 * language/chinese.el, language/cyrillic.el, language/czech.el,
12497 language/devanagari.el, language/ethiopic.el,
12498 language/european.el, language/hebrew.el, language/indian.el,
12499 language/japanese.el, language/korean.el, language/lao.el,
12500 language/slovak.el, language/thai.el, language/tibetan.el,
12501 language/vietnamese.el:
12502 Add coding: local variable, to avoid bootstrapping problem
12503 if you need to recompile all the Lisp files using interpreted code.
12504
125051998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12506
12507 * cal-china.el (chinese-year-cache): Change range of years from
12508 1989-2000 to 1990-2010.
12509
125101998-08-29 Dave Love <d.love@dl.ac.uk>
12511
12512 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
12513 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
12514
125151998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12516
12517 * ps-print.el (ps-print-control-characters): Doc-string modified.
12518 (ps-output-string-prim): Comment format changed.
12519 (ps-do-despool): Indentation of source code changed.
12520
125211998-08-28 Kenichi Handa <handa@etl.go.jp>
12522
12523 * subr.el (sref): Make it an alias of aref. Make the
12524 byte-compiler warn that it is obsolete.
12525 (char-bytes): Make the byte-compiler warn that it is obsolete.
12526
12527 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
12528 Calculate the total bytes using position-bytes instead of
12529 char-bytes.
12530
125311998-08-27 Karl Heuer <kwzh@gnu.org>
12532
12533 * snmp-mode.el: New file.
12534 * files.el (auto-mode-alist): Add snmp-mode patterns.
12535
125361998-08-27 Karl Eichwalder <ke@suse.de>
12537
12538 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
12539
125401998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12541
12542 * calendar/diary-lib.el (diary-block): Doc fix..
12543 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
12544
125451998-08-27 Richard Stallman <rms@gnu.org>
12546
12547 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
12548 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
12549 Clear appt-mode-string if we don't put something in it.
12550
125511998-08-27 Dave Love <fx@gnu.org>
12552
12553 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
12554 dired-local-variables-file for dired-x.
12555
12556 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
12557 for compressed library files too.
12558
125591998-08-26 Kenichi Handa <handa@etl.go.jp>
12560
12561 * language/european.el ("Latin-1"): Modify `documentation' key value.
12562 ("Latin-2"): Likewise.
12563
125641998-08-26 Karl Heuer <kwzh@gnu.org>
12565
12566 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
12567
125681998-08-26 Albert L. Ting <alt@artisan.com>
12569
12570 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
12571 (mail-hist-current-header-contents): Use mail-text-start.
12572
125731998-08-26 Richard Stallman <rms@gnu.org>
12574
12575 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
12576 (customize-changed-options-previous-release): New variable.
12577 (customize-changed-options): Use that variable as default arg.
12578
125791998-08-26 Karl Eichwalder <ke@suse.de>
12580
12581 * midnight.el: Require `timer' not only when compiling.
12582
125831998-08-26 Per Starback <starback@update.uu.se>
12584
12585 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12586 buffer before creating help group.
12587
125881998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12589
12590 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
12591 coding-system-for-write before saving.
12592
125931998-08-26 Kevin Rodgers <kevinr@ihs.com>
12594
12595 * isearch.el (isearch-forward): Doc fix.
12596
125971998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
12598
12599 * emacs-lisp/find-func.el: Fix :version tags to have a string
12600 value, not a float.
12601
12602 * cus-dep.el: Fix typo in output.
12603
126041998-08-25 Dave Love <fx@gnu.org>
12605
12606 * repeat.el (repeat): Doc fix.
12607 [From rms:]
12608 (repeat-previous-repeated-command): New variable.
12609 (repeat): Check for real-last-command being null or repeat. Set
12610 repeat-previous-repeated-command.
12611
12612 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
12613
126141998-08-25 Kenichi Handa <handa@etl.go.jp>
12615
12616 * gnus/message.el (message-send-mail-with-sendmail): Bind
12617 coding-system-for-write by the return value of
12618 select-message-coding-system.
12619 (message-send-mail-with-qmail): Likewise.
12620
126211998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
12622
12623 * emacs-lisp/autoload.el: Fix doc-string-elt property on
12624 define-derived-mode.
12625
12626 * files.el (file-name-invalid-regexp):
12627 Fix regex for ms-dos without long file names.
12628
126291998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12630
12631 * ps-print.el: Multi-byte buffer handling.
12632 (ps-print-version): New version number (4.0) and doc fix.
12633 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
12634 compilation for GNU Emacs and emacsens.
12635 (ps-generate-postscript-with-faces): Force invisible text to be
12636 visible.
12637 (dos-ps-printer): New var to avoid compilation gripes.
12638
126391998-08-24 Kenichi Handa <handa@etl.go.jp>
12640
12641 * ps-print.el (ps-mule-plot-string): Pay attention to the case
12642 that no more characters can't be printed in the current line.
12643
126441998-08-24 Kenichi Handa <handa@etl.go.jp>
12645
12646 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
12647 greater than TO.
12648
126491998-08-24 Kenichi Handa <handa@etl.go.jp>
12650
12651 * ps-print.el: Add codes to make ps-print.el work also on Emacs
12652 20.2 and the earlier version.
12653 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
12654 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
12655 (ps-mule-find-wrappoint): Likewise.
12656 (ps-mule-generate-font): Change `X' to `x' in format
12657 control-string.
12658 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
12659 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
12660 `restore' form procedures `BC' and `EC'.
12661
126621998-08-24 Kenichi Handa <handa@etl.go.jp>
12663
12664 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
12665 is an executable procedure. Make LineThickness, Xshadow, and
12666 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
12667 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
12668 ps-mule-font-info-database-bdf): New vars.
12669 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
12670 (ccl-encode-ethio-unicode): New CCL program.
12671 (ps-mule-encode-ethiopic): New fun.
12672 (ps-mule-current-charset): New var.
12673 (ps-mule-get-font-spec, ps-mule-font-spec-src,
12674 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
12675 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
12676 (ps-mule-external-libraries): New var.
12677 (ps-mule-init-external-library): New fun.
12678 (ps-mule-font-cache): New var.
12679 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
12680 (ps-last-font): New var.
12681 (ps-mule-prepare-font): New fun.
12682 (ps-mule-charset-list): New var.
12683 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
12684 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
12685 ps-mule-plot-string): New funs.
12686 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
12687 New vars.
12688 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
12689 ps-mule-prepare-cmpchar-font): New funs.
12690 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
12691 vars.
12692 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
12693 ps-mule-generate-bitmap-glyph): New funs.
12694 (ps-mule-initialize, ps-mule-begin): New funs.
12695 (ps-output-string-prim): Insert string as unibyte.
12696 (ps-output-prologue): New fun.
12697 (ps-flush-output): Handle the case of 'prologue.
12698 (ps-begin-file): Call ps-mule-initialize.
12699 (ps-begin-job): Set ps-control-or-escape-regexp differently if
12700 printing multibyte characters.
12701 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
12702 (ps-basic-plot-string): Handle the case of printing ASCII
12703 characters by external libraries (e.g. BDF).
12704 (ps-set-font): Set ps-last-font.
12705 (ps-plot-region): Handle multibyte characters, use
12706 ps-mule-plot-string for them.
12707 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
12708
12709 * bdf.el: New file.
12710
127111998-08-23 Kenichi HANDA <handa@etl.go.jp>
12712
12713 * international/mule-cmds.el (select-message-coding-system): New
12714 function.
12715 (set-language-environment-coding-systems): Set
12716 default-sendmail-coding-system.
12717
12718 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
12719 (default-sendmail-coding-system): New variable.
12720 (sendmail-send-it): Encode the message by a coding system
12721 select-message-coding-system returns.
12722
127231998-08-23 Eric Ludlam <zappo@gnu.org>
12724
f28eba7b 12725 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
0767b41e
DL
12726 (speedbar-mode): Set buffer to read only.
12727 (speedbar-temp-buffer-show-function): For emacs don't call hook
12728 with arguments.
12729 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
12730
127311998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
12732
12733 * speedbar.el (speedbar-key-map): Fix typo.
12734
12735See ChangeLog.7 for earlier changes.