.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
c5aa0fc2
AS
12000-03-29 Andreas Schwab <schwab@suse.de>
2
3 * emacs-lisp/autoload.el: Also print defsubst doc string
4 specially.
5
6 * dired.el (dired-insert-directory): If dired-free-space-program
7 failed just delete its output.
8
f1d6fe69
DL
92000-03-29 Dave Love <fx@gnu.org>
10
11 * international/iso-cvt.el: Move provide to end. Doc fixes.
12 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13 (iso-iso2sgml, iso-sgml2iso): New functions.
14 (iso-cvt-define-menu): Fix some entries and use backquote for
15 clarity.
16
17 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
18
b61f1215
GM
192000-03-28 Gerd Moellmann <gerd@gnu.org>
20
21 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
22 ISO-DATE. If non-nil, return date in ISO 8601 format.
23
ea4b0ca3
SM
242000-03-26 Stefan Monnier <monnier@cs.yale.edu>
25
3831af62
SM
26 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
27 if it ever becomes used.
28 (log-edit-mode-hook): Default to vc-log-mode-hook.
29 (log-edit-mode): Fix the docstring.
30
ea4b0ca3
SM
31 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
32 the code.
33
08f8b1cc
DL
342000-03-26 Dave Love <fx@gnu.org>
35
082527fe
DL
36 * net/browse-url.el (browse-url): Re-fix case of
37 browse-url-browser-function being an alist.
38 (browse-url): Add :link to defgroup.
39
08f8b1cc
DL
40 * files.el: Doc fixes.
41 (file-truename): Include `[' in wildcard characters.
42 (automount-dir-prefix): Customize.
43 (find-file-wildcards): Add :version.
44 (find-file-noselect): Simplify a mapcar call.
45
46 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
47 compatible with inf-lisp version.
48 (eval-defun-1): Fix custom-declare-variable case.
49
ea4b0ca3
SM
502000-03-25 Stefan Monnier <monnier@cs.yale.edu>
51
52 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
53
9a0dd3dc
GM
542000-03-24 Gerd Moellmann <gerd@gnu.org>
55
b68c375f
GM
56 * Makefile (COMPILE_FIRST): New macro.
57 (compile-files): Compile files from COMPILE_FIRST first.
58
59 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
60 code.
61
9a0dd3dc
GM
62 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
63 matching open parenthesis in column 0 to defun-prompt-regexp
64 only if open-paren-in-column-0-is-defun-start is set.
65
66 * sun-curs.el: Require CL at compile-time only.
67
68 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
69 instead of copy-list which is a function from CL.
70 (msb--choose-menu, msb--mode-menu-cond)
71 (msb--create-buffer-menu-2): Use dolist instead of mapc.
72 (msb--init-file-alist): Use mapcar instead of mapcan.
73 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
74 `(' in column 0 in doc string.
75 (msb--add-separators): Use mapcar instead of mapcan.
76
77 * cus-dep.el: Require CL at compile-time only.
78
c7dcadb5
SM
792000-03-24 Stefan Monnier <monnier@cs.yale.edu>
80
81 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
82 (byte-compile-warnings): New warning `noruntime'.
83 (byte-compile-constants, byte-compile-variables): Fix docstring.
84 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
85 execute `eval-whenc-compile's body.
86 (byte-compile-unresolved-functions): Fix docstring.
87 (byte-compile-eval): New function.
88 (byte-compile-callargs-warn): Check if the function will be available
89 at runtime (via property `byte-compile-noruntime').
90 (byte-compile-print-syms): New function.
91 (byte-compile-warn-about-unresolved-functions): Also warn about
92 `noruntime' functions (and use `byte-compile-print-syms').
93 (byte-compile-file): Capitalize the message.
94
3b55acc9
GM
952000-03-24 Gerd Moellmann <gerd@gnu.org>
96
97 * mail/rmail.el (rmail-confirm-expunge): New user-option.
98 (rmail-expunge): Ask for confirmation depending on the setting
99 of rmail-confirm-expunge.
100
1012000-03-23 Gerd Moellmann <gerd@gnu.org>
102
103 * Makefile (bootstrap-clean): If $(emacs) exists, build
104 loaddefs.el first. A loaddefs.el that's not up-to-date might
105 cause a bootstrap failure because things don't autoload as
106 expected.
107
02c76af4
DL
1082000-03-23 Dave Love <fx@gnu.org>
109
110 * net/browse-url.el: Restore previous use of
111 browse-url-maybe-new-window.
112
1a3199d9
GM
1132000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
114
115 * ps-print.el: Skip banner page fix.
116 (ps-print-version): New version number (5.1.2).
117 (ps-begin-file, ps-end-file, ps-generate): Code fix.
118
1192000-03-23 Dave Pearson <davep@davep.org>
120
121 * net/quickurl.el Changed the type of parameter passed to the
122 function defined by `quickurl-format-function'. Before only the
123 text of the URL was passed. Now the whole URL structure is passed
124 and the function is responsible for extracting the parts it
125 requires. Changed the default of `quickurl-format-function'
126 accordingly.
127 (quickurl-insert): Changed the `funcall' of
128 `quickurl-format-function' to match the above change.
129 (quickurl-list-insert): Changed the `url' case so that it makes
130 use of `quickurl-format-function', previous to this the format was
131 hard wired.
132
72db3ab5
GM
1332000-03-22 Gerd Moellmann <gerd@gnu.org>
134
135 * startup.el: Change some spellings for the X Window System.
136
68049bfa
SM
1372000-03-22 Stefan Monnier <monnier@cs.yale.edu>
138
139 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
140 up the code and the regexp and make sure the cursor is temporarily
141 moved to the suspicious line while querying the user.
142
ff4df011
JR
1432000-03-22 Jason Rumney <jasonr@gnu.org>
144
145 * w32-fns.el (w32-charset-info-alist): Initialize.
146
ee1c5b21
GM
1472000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
148
149 * ps-print.el: N-up last page fix.
150 (ps-print-version): New version number (5.1.1).
151 (ps-end-file, ps-end-job, ps-generate): Code fix.
152
d2cbfba0
SM
1532000-03-21 Stefan Monnier <monnier@cs.yale.edu>
154
bfb857d8
SM
155 * files.el (find-file-run-dired): Update docstring.
156 (find-directory-functions): New hook.
157 (find-file-noselect): Run find-directory-functions rather than
158 calling dired directly.
159
160 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
161
cb3430a1
SM
162 * pcvs.el: Add a minimal leading commentary.
163 (cvs-make-cvs-buffer): Change the header part by removing the startup
164 message and adding a `Module' entry. Also replace the FOOTER and
165 HEADER special fileinfos with the new support in ewoc for updating
166 its own footer and header.
167 (cvs-update-header): Update to use the header/footer of the ewoc.
168 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
169 (cvs-is-within-p): New function.
170 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
171 to only examine some subset of the buffers.
172
173 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
174 `format' instead of our own ad-hoc functions.
175 Remove HEADER and FOOTER cases, now handled in the EWOC.
176 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
177
178 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
179 output to avoid scaring the user.
180 (cvs-parse-table): Catch message for non-up-to-date commits.
181
182 * pcvs-defs.el (cvs-startup-message): Remove.
183 (cvs-global-menu): New autoloaded menu.
184
185 * pcvs-util.el (cvs-string-fill): Remove.
186
187 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
188 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
189 PP part of it and also make it work for footers and headers.
190 (ewoc-create): Drop POS and BUFFER arguments.
191 Use the DLL's dummy node to store the end-of-footer position.
192 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
193 (ewoc-refresh): Remove unused `header' variable.
194 (ewoc-(get|set)-hf): New functions.
195
d2cbfba0
SM
196 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
197 log-view-*-(message|file) and use easy-mmode-define-navigation.
198 (log-view-message-re): Match SCCS format as well.
199 And match the revision line rather than the dashed separator line.
200 (log-view-mode): Use the new define-derived-mode.
201 (log-view-current-tag): Fill in with an actual implementation.
202
203 * cvs-status.el (cvs-status-(prev|next)): Rename from
204 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
205 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
206 to let the output "breathe" a little more (more readable).
207 (cvs-status-mode): Use the new define-derived-mode.
208
209 * smerge-mode.el (smerge-auto-leave): New function and variable.
210 (smerge-basic-map): Rename from smerge-basic-keymap.
211 Change the bindings for smerge-diff-*.
212 (smerge-*-map): Use easy-mmode-defmap.
213 (smerge-(next|prev)): Use easy-mmode-define-navigation.
214 (smerge-keep-*): Use smerge-auto-leave.
215
51663132
JR
2162000-03-21 Jason Rumney <jasonr@gnu.org>
217
218 * cus-edit.el (custom-button-face): Use 3D look for w32.
219 (custom-button-pressed-face): Likewise.
220
3f6e4b8b
GM
2212000-03-21 Gerd Moellmann <gerd@gnu.org>
222
223 * progmodes/etags.el (tags-case-fold-search): New user-option.
224 (tags-loop-eval): New function. Bind case-fold-search around eval
225 depending on the value of tags-case-fold-search.
226 (tags-loop-continue): Use tags-loop-eval.
227 (find-tag-in-order): Bind case-fold-search depending on the value
228 of tags-case-fold-search.
229
c7ea3acc
SM
2302000-03-21 Stefan Monnier <monnier@cs.yale.edu>
231
0ae39f53
SM
232 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
233 (diff-end-of-hunk): Return the end position for use in
234 `easy-mmode-define-navigation'.
235 (diff-recenter): Remove.
236 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
237 of `easy-mmode-define-navigation'.
238 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
239 previous renaming) and fix to use new names.
240 (diff-merge-strings): Use \n as separator: simpler, faster.
241 (diff-mode): Use `define-derived-mode'.
242
c7ea3acc
SM
243 * derived.el (define-derived-mode): Don't autoload anymore.
244 Prefer the macro-only version provided by easy-mmode.el.
245
246 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
247 `easy-mmode-define-derived-mode'.
248 Use `combine-run-hooks'.
249 (easy-mmode-define-navigation): New macro.
250
251 * subr.el (combine-run-hooks): New function.
252
6c4bfdc0
KH
2532000-03-21 Kenichi HANDA <handa@etl.go.jp>
254
255 * term/x-win.el: Fontsets related initialization is simplified.
256
257 * international/mule-diag.el (describe-font): Don't refer to
258 global-fontset-alist, instead call font-list.
259 (describe-fontset, list-fontsets, mule-diag): Likewise.
260 (print-fontset): Adjusted for the change of fontset
261 implementation.
262
263 * international/fontset.el (x-charset-registries): Variable
264 removed, instead the corresponding data is stored in the default
265 fontset.
266 (register-alternate-fontnames): Function removed.
267 (resolved-ascii-font): Variable removed.
268 (x-compose-font-name): Ignore the second argument REDOCE.
269 (x-complement-fontset-spec): Complement only an ASCII font and
270 element for those charsets than can use that ASCII font.
271 (generate-fontset-menu): Don't refer to global-fontset-alist,
272 instead call fontset-list.
273 (uninstantiated-fontset-alist): Variable removed.
274 (x-style-funcs-alist): Likewise.
275 (fontset-default-styles): Likewise.
276 (x-modify-font-name): Function removed.
277 (create-fontset-from-fontset-spec): Ignore the argument
278 STYLE-VARIANT.
279 (create-fontset-from-ascii-font): Docsting adjusted for the above
280 change.
281 (instantiate-fontset, resolve-fontset-name): Functions removed.
282 (fontset-list): Now implemented by C code.
283
284 * faces.el (read-face-font): Fix TABLE arg to completing-read.
285 (describe-face): Include `font' attribute in the description.
286
9111d4b5
KH
2872000-03-21 Kenichi Handa <handa@etl.go.jp>
288
289 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
290
b33dd3b0
GM
2912000-03-20 Gerd Moellmann <gerd@gnu.org>
292
a25bbe00
GM
293 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
294 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
295 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
296
b33dd3b0
GM
297 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
298 about behavior of set-buffer-modified-p wrt redisplay.
299
e53ae11c
RS
3002000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
301
302 * view.el (view-mode-disable): Kill local binding of view-read-only.
303
d7b511c4
GM
3042000-03-18 Gerd Moellmann <gerd@gnu.org>
305
306 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
307 is a string, convert it to a syntax cell using string-to-syntax.
308
309 * simple.el (syntax-code-table, syntax-flag-table): New variables.
310 (string-to-syntax): New function.
311
312 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
313 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 314 try to use passive ftp mode.
d7b511c4 315
998ecc60
GM
3162000-03-17 Gerd Moellmann <gerd@gnu.org>
317
b33dd3b0 318 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
319
320 * simple.el (append-to-buffer): Update point of windows after
321 insertion.
322
323 * abbrev.el (inverse-add-abbrev): Identify word by first moving
324 forward then moving backward. Reindent.
325
326 * frame.el (other-frame): Call x-focus-frame only if
327 focus-follows-mouse is off.
328
235d6821
DL
3292000-03-17 Dave Love <fx@gnu.org>
330
331 * pcvs-util.el (cvs-strings->string): Rename
332 replace-regexps-in-string.
333
a29a2cd1
SM
3342000-03-17 Stefan Monnier <monnier@cs.yale.edu>
335
af595444
SM
336 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
337 regexp for labels cannot span several lines.
338
339 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 340 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 341
a9be2843
DL
3422000-03-16 Dave Love <fx@gnu.org>
343
344 * progmodes/f90.el (f90): Put custom group under `languages', not
345 `fortran'.
346 (f90-mode-hook): Customize.
347 (f90-mode): Set add-log-current-defun-function.
348 (f90-current-defun): New function.
349
d0ab3e9d
GM
3502000-03-16 Gerd Moellmann <gerd@gnu.org>
351
16b20ed9
GM
352 * cus-edit.el (custom-variable-tag-face): Handle case that
353 default face's height is not a number.
354 (custom-face-tag-face, custom-group-tag-face-1)
355 (custom-group-tag-face): Ditto.
356 (custom-group-tag-face-1): Add :group.
357
d0ab3e9d
GM
358 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
359
ae8ab422
GM
3602000-03-15 Gerd Moellmann <gerd@gnu.org>
361
362 * pcvs-defs.el (toplevel): Remove autoload cookie for form
363 requiring easymenu.
364
81c7ca69
GM
3652000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
366
367 * ps-print.el: PostScript user-defined prologue, PostScript error
368 handler, doc fix.
369 (ps-print-version): New version number (5.1).
370 (ps-user-defined-prologue, ps-error-handler-message)
371 (ps-print-prologue-0, ps-error-handler-alist): New vars.
372 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
373 (ps-insert-string): New function.
374
dcf1003d
KH
3752000-03-15 Kenichi Handa <handa@etl.go.jp>
376
377 * international/ccl.el (ccl-compile-expression): Don't generate
378 invalid self-assignment code.
379
73825616
DL
3802000-03-14 Dave Love <fx@gnu.org>
381
382 * subr.el (replace-regexp-in-string): Renamed from
383 replace-regexps-in-string. Doc fix.
384
031020ac
DL
3852000-03-12 Dave Love <fx@gnu.org>
386
387 * cus-edit.el: Doc fixes.
388 (customize-set-variable, customize-save-variable): Rename args for
389 doc.
390 (custom-variable-tag-face, custom-face-tag-face)
391 (custom-group-tag-face-1, custom-group-tag-face): Modify from
392 style which user identify as hyperlink.
393 (hook): Don't add undefined functions to the hook.
394 (debug-ignored-errors): Transfer message from bindings.el.
395
9b2f3c38
GM
3962000-03-12 Gerd Moellmann <gerd@gnu.org>
397
398 * recentf.el (recentf-keep-non-readable-files-p): Remove
399 double/nested definition.
400
0d6e23cf
DL
4012000-03-12 Dave Love <fx@gnu.org>
402
403 * facemenu.el (facemenu-get-face): Use display-color-p.
404 * enriched.el (enriched-decode-foreground): Likewise.
405 (enriched-decode-background): Likewise.
406 * isearch.el (isearch-highlight): Likewise.
407 * info-look.el (info-lookup): Likewise.
408 * simple.el (completion-setup-function): Likewise.
409
410 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
411 :options.
412
413 * bindings.el (mode-line-format): Fix line-number and
414 column-number items. Add help-echo for the background.
415 (mode-line-mule-info): Modify help-echo.
416
417 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
418 defcustom.
419
420 * files.el (load-file): Allow completion to .elc.
421
422 * man.el: Doc fixes.
423 (Man-init-defvars): Use display-color-p to set fontification.
424
425 * play/hanoi.el (hanoi-internal): Don't use oddp.
426
e1cff360
GM
4272000-03-12 Gerd Moellmann <gerd@gnu.org>
428
429 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
430
431 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
432
5e5dff44
GM
4332000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
434
435 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
436 Fix comment.
437
5b467bf4
SM
4382000-03-10 Stefan Monnier <monnier@cs.yale.edu>
439
83fef604
SM
440 * font-lock.el (font-lock-keywords): Fix the doc now that
441 regexp-opt-depth is unnecessary.
442 (save-buffer-state): Set an edebug spec.
443 (font-lock-fontify-anchored-keywords): Properly handle the case when
444 the matcher goes past the limit.
445
5b467bf4
SM
446 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
447 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
448
83fef604
SM
449 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
450 dll.el and cookie.el (from Elib) with heavy renaming and other
451 massaging.
5b467bf4
SM
452
453 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
454 Autoload the functions used.
455 (easy-mmode-define-syntax): Fix CL typo.
456 (easy-mmode-define-derived-mode): Improve the docstring generation.
457
d407456c
GM
4582000-03-10 Gerd Moellmann <gerd@gnu.org>
459
460 * textmodes/texinfo.el (texinfo-version): Variable and function
461 removed.
462
5a7a545c
SM
4632000-03-09 Stefan Monnier <monnier@cs.yale.edu>
464
0d6e23cf
DL
465 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
466 allow more flexibility.
467 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
468 fns.
469 (easy-mmode-defmap, easy-mmode-defsyntax)
470 (easy-mmode-define-derived-mode): New macros.
5a7a545c 471
d407456c 4722000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
473
474 * rect.el (replace-rectangle): New function.
475
4762000-03-09 Dave Love <fx@gnu.org>
477
478 * progmodes/fortran.el (fortran-comment-line-start): Define as
479 "C".
480 (fortran-comment-line-start-skip): Don't match cpp stuff.
481 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
482 (fortran-mode-map): Remove over-eager custom-menu-create for now.
483 (fortran-mode): Don't set fortran-comment-line-start-skip,
484 fortran-comment-line-start here. Set comment-start,
485 add-log-current-defun.
486 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
487 (fortran-current-defun): New function.
488
80460654
GM
4892000-03-09 Gerd Moellmann <gerd@gnu.org>
490
d1221ea9
GM
491 * emacs-lisp/re-builder.el: New file.
492
1853aa6b
GM
493 * mouse.el (mouse-drag-region): Don't run up-event handler
494 if hscroll has changed.
495
80460654
GM
496 * octave-mod.el (octave-font-lock-keywords): To font-lock the
497 builtin operators, use `font-lock-builtin-face' for Emacs and
498 `font-lock-preprocessor-face' otherwise.
499
500 * font-lock.el (lisp-font-lock-keywords-1): Highlight
501 `(defun (setf foo)' differently.
502
c0056275
SM
5032000-03-08 Stefan Monnier <monnier@cs.yale.edu>
504
505 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
506 (regexp-opt): Update comment and adapt the code the new meaning of
507 the `paren' argument of regex-opt-group for shy-groups.
508 (regexp-opt-depth): Handle shy groups as well as backslashed
509 backslashes.
c0056275
SM
510 (regexp-opt-group): Turn the leading comment into a docstring.
511 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
512 Remove open-presuf and close-presuf. Instead of checking for `all
513 one-char' and then later on check for `several one-char', handle
514 both cases close together. Also apply a more generic algorithm
515 for suffixes (the mirror image of the algorithm used for
516 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
517 (regexp-opt-try-suffix): Removed.
518
519 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
520 from comint-mode-map, so we can just inherit from it. Also, move
521 the initialization into the `defvar' since there's no docstring
522 anyway and it's fairly short.
523 (inferior-scheme-mode): Define it as derived-mode: the code is
524 shorter and this way we inherit from comint-mode-map rather than
525 copying it.
c0056275 526
80460654
GM
527 * subr.el (replace-regexps-in-string): Properly handle the case
528 where we match an empty string.
c0056275 529
80460654
GM
530 * comint.el (comint-exec-1): Add the current-dir to the exec-path
531 when the command has a directory component (such as "./testml").
c0056275
SM
532 Also fix a typo in the comment.
533
5e91ff9e
GM
5342000-03-08 Gerd Moellmann <gerd@gnu.org>
535
feab4fba
GM
536 * Makefile (compile-files): Compile files one by one because
537 that's the only way to ensure a clean compilation environment for
538 each individual file.
539
5e91ff9e
GM
540 * frame.el (other-frame): Call x-focus-frame.
541
76162e12
DL
5422000-03-07 Dave Love <fx@gnu.org>
543
f64ce788
DL
544 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
545 :require to defcustom.
546
76162e12
DL
547 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
548 lists.
549
550 * files.el (auto-mode-alist): Add configure.in.
551
552 * progmodes/autoconf.el: New file.
553
f7daf1e1
GM
5542000-03-07 Gerd Moellmann <gerd@gnu.org>
555
556 * mail/mh-e.el: Change maintainer to `none'.
557
558 * recentf.el (recentf-keep-non-readable-files-p): Quote args
559 to remove-hook and add-hook.
560
5612000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
562
563 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
564 it as the default.
565 (mail-send): Test mail-send-nonascii also for the new `mime' value.
566 (sendmail-send-it): Conditionally add MIME headers specifying the
567 used character set.
568
63f6b2c4
DL
5692000-03-07 Dave Love <fx@gnu.org>
570
571 * winner.el: Fix keywords, autoload cookies. Split
572 eval-when-compile form to avoid compilation failure.
573
8330e2f9
KH
5742000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
575
576 * international/mule.el: Modify comment about coding system
577 property `coding-category'.
578 (make-coding-system): New argument EOL-TYPE. Pay attention to
579 coding-category property of PROPERTIES.
580
581 * international/mule-conf.el (coding-category-utf-8,
582 coding-category-utf-16-be, coding-category-utf-16-le): New coding
583 categories. Include them in the argument for set-coding-priority.
584
585 * international/mule-cmds.el (reset-language-environment): Include
586 coding-category-utf-8, coding-category-utf-16-be, and
587 coding-category-utf-16-le in the argument for set-coding-priority.
588 (reset-language-environment): Initialize coding-category-utf-8,
589 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
590
18bb0684
GM
5912000-03-06 Karl Fogel <kfogel@red-bean.com>
592
593 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
594 code abstracted out of `bookmark-jump-noselect'. Now tries info
595 extensions as well as compression extensions.
596 (bookmark-jump-noselect): Use above new func.
597
71a6ba55
GM
5982000-03-03 Gerd Moellmann <gerd@gnu.org>
599
600 * strokes.el: Change maintainer's mail address.
601
0d56cdff
KH
6022000-03-03 Kenichi Handa <handa@etl.go.jp>
603
604 * international/mule-diag.el (list-character-sets): Make help-echo
605 string by substitute-command-keys.
606 (list-character-sets): Likewise.
607 (sort-listed-character-sets): Call help-setup-xref.
608
900fa1f1
GM
6092000-03-02 Gerd Moellmann <gerd@gnu.org>
610
611 * time.el (display-time-mail-file): Add `none' to the list of
612 choices.
613
54d04320
DL
6142000-03-01 Dave Love <fx@gnu.org>
615
43f3fa09
DL
616 * help.el (help-xref-go-back): Don't try to set position.
617
54d04320
DL
618 * international/mule-diag.el (list-character-sets): Call
619 help-setup-xref. Add help-echo to xrefs.
620 (list-character-sets-1): Add help-echo to xrefs.
621
d054101f
GM
6222000-03-02 Gerd Moellmann <gerd@gnu.org>
623
624 * frame.el (blink-cursor-mode): Switch cursor on when turning
625 the mode off.
626
627 * add-log.el (add-log-current-defun): Add support for
628 Autoconf mode.
629
630 * mail/rmail.el (rmail-quit-hook): New variable.
631
d77dae5c
DL
6322000-03-01 Dave Love <fx@gnu.org>
633
e5f597f0
DL
634 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
635
d77dae5c
DL
636 * help.el (help-xref-button): Add help-echo arg.
637 (describe-function-1, describe-variable, help-make-xrefs): Use it.
638
639 * faces.el (list-faces-display): Supply help-echo with
640 help-make-xrefs.
641
642 * facemenu.el (list-text-properties-at): Set help-xref-stack to
643 nil.
644
72d19d75
GM
6452000-03-01 Gerd Moellmann <gerd@gnu.org>
646
2df636f4
GM
647 * image.el (defimage): Look for image files in load-path.
648
72d19d75
GM
649 * frame.el (busy-cursor-delay-seconds): Change type to
650 `number'.
651
2df636f4
GM
6522000-03-01 David Ponce <david.ponce@wanadoo.fr>
653
654 * recentf.el (recentf): Added version tag to the defgroup of
655 recentf.
656
6572000-03-01 David Ponce <david.ponce@wanadoo.fr>
658
659 * recentf.el (recentf-cleanup): Changed to remove excluded file
660 too.
661 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
662 action to select/unselect a file.
663 (recentf-edit-list): Code cleanup and improvement.
664 (recentf-open-more-files-action): `recentf-open-more-files' button
665 widget action to open a file.
666 (recentf-open-more-files): No more use standard completion but
667 widgets.
668 (recentf-more-collection): Deleted.
669 (recentf-more-history): Deleted.
670 (recentf-setup-more-completion): Deleted.
671
6722000-03-01 David Ponce <david.ponce@wanadoo.fr>
673
674 * recentf.el (recentf-mode): No more needs that Emacs is running
675 under a window-system.
676
6771999-03-01 David Ponce <david.ponce@wanadoo.fr>
678
679 * recentf.el (recentf-edit-list): New command to edit the recent
680 list which allow the user to remove files.
681 (recentf-edit-selected-items): New global variable, used by
682 `recentf-edit-list' to hold the list of files to be removed from
683 the recent list.
684 (recentf-make-menu-items): Updated to display a "Edit list..."
685 menu item. Minor code cleanup.
686
6871999-03-01 David Ponce <david.ponce@wanadoo.fr>
688
689 * recentf.el (recentf-open-more-files): New command to open files
690 that are not displayed in the menu.
691 (recentf-more-collection): New global variable holding the set of
692 permissible completions used by `recentf-open-more-files'.
693 (recentf-more-history): New global variable holding the history list
694 used by `recentf-open-more-files' completion.
695 (recentf-setup-more-completion): New function to setup completion for
696 `recentf-open-more-files'.
697 (recentf-make-menu-items): Updated to display a "More..." menu item.
698
6991999-03-01 David Ponce <david.ponce@wanadoo.fr>
700
701 * recentf.el (recentf-menu-action): Doc fixed.
702
7031999-03-01 David Ponce <david.ponce@wanadoo.fr>
704
705 * recentf.el (recentf-menu-filter): Doc updated.
706 (recentf-update-menu-hook): Allow menu filters to force menu update.
707 (recentf-make-menu-items): New menu filter handling.
708 (recentf-make-menu-item): New helper function.
709 (recentf-menu-elements): New menu handling function.
710 (recentf-sort-ascending): Updated to new menu filter handling.
711 (recentf-sort-descending): Updated to new menu filter handling.
712 (recentf-sort-basenames-ascending): New menu filter function.
713 (recentf-sort-basenames-descending): New menu filter function.
714 (recentf-show-basenames): New menu filter function.
715 (recentf-show-basenames-ascending): New menu filter function.
716 (recentf-show-basenames-descending): New menu filter function.
717
72d19d75
GM
7182000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
719
720 * diary-lib.el (list-diary-entries): Don't try to go forward at
721 the end of the buffer.
722
1ac1c836
KH
7232000-02-29 Kenichi Handa <handa@etl.go.jp>
724
725 * international/mule-diag.el (list-character-sets): Completely
726 rewritten.
727 (sort-listed-character-sets): New function.
728 (list-character-sets-1): Completely rewritten.
729 (list-character-sets-2): New function.
730 (non-iso-charset-alist): New variable.
731 (decode-codepage-char): New function.
732 (charset-history): New variable.
733 (read-charset) (list-block-of-chars)
734 (list-iso-charset-chars)
735 (list-non-iso-charset-chars)
736 (list-charset-chars): New functions.
737 (mule-diag): Call list-character-sets-2, not
738 list-character-sets-2.
739 (dump-charsets): Likewise.
740
ed4d0512
GM
7412000-02-29 Gerd Moellmann <gerd@gnu.org>
742
72d19d75
GM
743 * dired-x.el (dired-filename-at-point): Add `@' to valid
744 file name characters.
745 (dired-filename-at-point): Handle ange-ftp file names.
746
ed4d0512
GM
747 * frame.el (frame-notice-user-settings): Use assq-delete-all
748 instead of assoc-delete-all.
749 (frame-notice-user-settings): Ditto.
750
751 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
752 Don't copy alist.
753
32038c7a
GM
7542000-02-28 Eli Barzilay <eli@cs.cornell.edu>
755
756 * calculator.el (calculator-use-menu): New option.
757 (calculator-initial-bindings): Changed some bindings to work as
758 macros.
759 (calculator-forced-input): Removed.
760 (calculator-restart-other-mode): New variable.
761 (calculator-mode-map): Set up menu.
762
7632000-02-28 Jari Aalto <jari.aalto@poboxes.com>
764
765 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
766 tags.
767
55d7ff38 7682000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
635270b6 769
55d7ff38
MK
770 * viper-cmd.el (viper-envelop-ESC-key): added the option to
771 translate all ESC key sequences.
772 (viper-goto-mark-subr): restore markers for files for which
773 they were saved.
774 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
775 * viper-util.el (viper-set-replace-overlay-glyphs,
776 viper-set-replace-overlay): always check if the replacement
777 overlay is live.
778 * viper.el (viper-vi-state-mode-list): added major modes.
779 * ediff-wind.el: minor comment changes.
780 * ediff.el: copyright notice date fix.
781
387023ee
JR
7822000-02-27 Jason Rumney <jasonr@gnu.org>
783
784 * faces.el (face-font-family-alternatives): Add arial to helv.
785 (mode-line, header-line, tool-bar): Same default as x for w32.
786 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
787 face-font-family-alternatives from working.
788 * term/w32-win.el (mouse-set-font): Do not build fontset from
789 chosen font.
790
f43d79c1
GM
7912000-02-25 Sam Steingold <sds@goems.com>
792
793 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
794 properly.
795
7962000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
797
798 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
799
4eb8436f
GM
8002000-02-25 Gerd Moellmann <gerd@gnu.org>
801
802 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
803 writable.
804
449c3c52 805 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 806
42088c12
GM
8072000-02-24 Gerd Moellmann <gerd@gnu.org>
808
809 * frame.el (show-cursor-in-non-selected-windows): New option.
810
c60ea02e
GM
8112000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
812
813 * diary-lib.el (include-other-diary-files): Undo the selective
814 display in any included file and don't kill it.
815
d066de8e
EZ
8162000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
817
818 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
819 bar. Menu items converted to (menu-item format, help strings
820 added.
821 [downcase, upcase]: Don't enable on MS-DOS.
822 [symlink, symlinks]: Don't show if make-symbolic-link is not
823 bound.
824 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
825
b6906b38
DL
8262000-02-23 Dave Love <fx@gnu.org>
827
275cf1b2
DL
828 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
829 (backward-kill-word): Revert addition of * to interactive spec --
830 it's a feature.
831
832 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
833 (backward-kill-sentence, kill-sentence): Likewise.
834
99d48056
DL
835 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
836 scratch buffer name.
837 (gud-format-command): Use int-to-string in ?l case. Simplify
838 slightly.
839
840 * term/w32-win.el (internal-face-interactive): Update prompt for
841 new read-face-name.
842
843 * mail/footnote.el (footnote): Add :version to defgroup.
844 (footnote-section-tag-regexp): Customize.
845 (footnote-start-tag, footnote-end-tag): New option.
846 (footnote-latin-regexp): New variable.
847 (Footnote-latin): New function.
848 (footnote-style-alist): Add element for latin style.
849 (footnote-style): Moved.
850 (Footnote-goto-footnote): Use eq to test arg.
851
852 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
853
b6906b38
DL
854 * emacs-lisp/byte-opt.el: Change old backquote syntax.
855 (byte-compile-trueconstp): Include keywords.
856 (byte-optimize-quote, byte-optimize-lapcode): Use
857 byte-compile-const-symbol-p.
858 (byte-optimize-char-before): New optimization.
859
860 * emacs-lisp/bytecomp.el: Change old backquote syntax.
861 (byte-compile-const-symbol-p): New function.
862 (byte-compile-constp, byte-compile-out-toplevel)
863 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
864 Use it.
865
866 * subr.el (define-key-after): Default AFTER to t. Doc fix.
867
214f877f
KH
8682000-02-23 Kenichi Handa <handa@etl.go.jp>
869
c709bcf1
KH
870 * international/encoded-kb.el: Be sure to update minor-mode-alist
871 and minor-mode-map-alist.
872 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
873 codes SS2 and SS3 correctly.
874 (encoded-kbd-self-insert-ccl): New function.
875 (encoded-kbd-setup-keymap): New function.
876 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
877 by calling encoded-kbd-setup-keymap.
878
214f877f
KH
879 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
880 characters.
881 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
882 locally.
883
b021ef18
DL
8842000-02-22 Dave Love <fx@gnu.org>
885
886 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
887 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
888 defvar.
889 (lisp-mode-syntax-table): Set up for #|...|# comments.
890 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
891 classes. Match `defface'.
892 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
893 (eval-defun-1): Fix for defcustom.
894 (lisp-indent-region): Doc fix.
895
896 * subr.el (when, unless, split-string): Doc fix.
897 (read-passwd): Move call of clear-this-command-keys to the right
898 place.
899 (replace-regexps-in-string): New function.
900
14cc00ad
GM
9012000-02-22 Gerd Moellmann <gerd@gnu.org>
902
903 * help.el (describe-variable): Set syntax table to
904 emacs-lisp-mode-syntax-table when moving forward over the
905 symbol's name.
906
47da5efa
DL
9072000-02-22 Dave Love <fx@gnu.org>
908
909 * xt-mouse.el: Doc fixes.
910 (xterm-mouse-position-function): New function, replacing advice of
911 mouse-position.
912 (xterm-mouse-mode): Use it. Don't turn on under a window system.
913
914 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
915
f0a6c717
GM
9162000-02-21 Gerd Moellmann <gerd@gnu.org>
917
918 * format.el (format-annotate-single-property-change): Handle
919 properties.with dotted-list values.
920 (format-proper-list-p): New function.
921
922 * enriched.el (enriched-face-ans): Handle '(foreground-color
923 . COLOR) and (background-color . COLOR).
924
2be80b63
DL
9252000-02-20 Dave Love <fx@gnu.org>
926
927 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
928 and assignments to it.
929 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
930 current local map.
931 (make-flyspell-overlay): Use it.
932 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
933
934 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
935 (lm-get-header-re): Defun, not defsubst.
936 (lm-get-package-name): Defun, not defsubst. Simplify.
937 (lm-version): Doc fix. Simplify.
938 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
939 (lm-crack-address, lm-last-modified-date, lm-commentary)
940 (lm-verify, lm-synopsis): Simplify.
941 (lm-report-bug): Require emacsbug. Use compose-mail.
942
329eed9f
GM
9432000-02-20 Gerd Moellmann <gerd@gnu.org>
944
945 * dired.el (dired-mode): Call propertized-buffer-identification
946 to set mode-line-buffer-identification to something having
947 the right text properties.
948
949 * bindings.el (propertized-buffer-identification): New function.
950
be5bb146
DL
9512000-02-20 Dave Love <fx@gnu.org>
952
953 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
954 check for t-mouse too.
955
956 * cus-start.el: Make echo-keystrokes `number'.
957
1d4311c3
EZ
9582000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
959
960 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
961 Don't call ring-empty-p unless tags-location-ring is bound.
962 From Noah Friedman <friedman@splode.com>.
963
a23c5037
TTN
9642000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
965
966 * progmodes/hideshow.el (hs-flag-region): No longer use
967 `intangible' overlay property.
968
969 (hs-toggle-hiding): New command.
970 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
971
972 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
973 Fix omission bug: Run `hs-minor-mode-hook' for both activation
974 and deactivation.
975
b6a22bf8
GM
9762000-02-18 Gerd Moellmann <gerd@gnu.org>
977
978 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
979
d621caf7
GM
9802000-02-17 Gerd Moellmann <gerd@gnu.org>
981
3c0ed7ce
GM
982 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
983
d621caf7
GM
984 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
985 of `*' to handle `(* ... *)' comments.
986
538d88fb
EZ
9872000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
988
53c80cf6 989 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 990 window-system.
53c80cf6 991
538d88fb
EZ
992 * menu-bar.el (global-map): Menu-bar items converted to the new
993 format (menu-item..., rearranged for better CUA compliance, and
994 their names changed for better clarity. Help strings added.
995
996 * international/mule-cmds.el (mule-menu-keymap)
997 (describe-language-environment-map, set-coding-system-map)
998 (setup-language-environment-map): Convert to new (menu-item...
999 form, add help strings. Change names of menu items for better
1000 clarity. "Mule" menu-bar item removed (it's now in the "Options"
1001 submenu).
1002
8389e1e2 10032000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 1004
a23c5037 1005 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 1006 within the code.
a23c5037 1007
8389e1e2 10082000-02-16 Dave Love <fx@gnu.org>
a23c5037 1009
84fe35f0
DL
1010 * faces.el: Don't require custom. Add more specific :groups to
1011 various deffaces.
1012 (set-face-attribute): Purecopy args.
1013 (read-face-name): Default to name at point and use it in prompt.
1014 Remove colon from arg in all callers.
1015 (list-faces-display): Hyperlink to face descriptions and customize
1016 buffers.
1017
b2aeee30
DL
10182000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
1019
1020 * wid-edit.el (widget-match-inline): An atom never matches a
1021 list.
1022
99e95407
GM
10232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1024
82d2c7c5
DL
1025 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1026 at ':' characters by call to split-string.
99e95407
GM
1027
10282000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1029
82d2c7c5 1030 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
1031
10322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1033
82d2c7c5
DL
1034 * textmodes/bibtex.el: Some temporary comments removed.
1035 (bibtex-field-name, bibtex-entry-type): Made the relationship
1036 explicit.
1037 (bibtex-field-const): Allow capital letters.
1038 (bibtex-start-of-string): Deleted because unused.
1039
1040 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1041 use the term 'reference' to describe a bibtex entry as a whole.
1042 Further, reference keys are no longer called 'labels'.
1043 (bibtex-keys): Renamed to bibtex-reference-keys.
1044 (bibtex-reformat-previous-labels): Renamed to
1045 bibtex-reformat-previous-reference-keys.
1046 (bibtex-reference-type): Renamed to bibtex-entry-type.
1047 (bibtex-reference-head): Renamed to bibtex-entry-head.
1048 (bibtex-reference-maybe-empty-head): Renamed to
1049 bibtex-entry-maybe-empty-head.
1050 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1051 (bibtex-search-reference): Renamed to bibtex-search-entry.
1052 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1053 bibtex-enclosing-entry-maybe-empty-head.
1054 (bibtex-entry-field-alist, bibtex-entry-head,
1055 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1056 bibtex-map-entries, bibtex-search-entry,
1057 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1058 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1059 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1060 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1061 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1062 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1063 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
1064
10652000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1066
82d2c7c5
DL
1067 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1068 comment.
1069 (bibtex-format-field-delimiters): New function, functionality
1070 extracted from bibtex-format-entry.
1071 (bibtex-autokey-get-yearfield-digits): New function, functionality
1072 extracted from bibtex-autokey-get-yearfield.
1073
1074 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1075 entries in order to avoid stack overflow in the regexp matcher if
1076 field contents become large.
1077 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1078 bibtex-field-string-part-not-braced,
1079 bibtex-field-string-part-no-inner-braces,
1080 bibtex-field-string-part-1-inner-brace,
1081 bibtex-field-string-part-2-inner-braces,
1082 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1083 bibtex-field-string-quoted, bibtex-field-string,
1084 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1085 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1086 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1087 as parsing is now performed by the following functions.
1088 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1089 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1090 bibtex-parse-field-string, bibtex-search-forward-field-string,
1091 bibtex-parse-association, bibtex-field-name-for-parsing,
1092 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1093 bibtex-search-forward-field, bibtex-search-backward-field,
1094 bibtex-start-of-field, bibtex-end-of-field,
1095 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1096 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1097 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1098 bibtex-parse-string, bibtex-search-forward-string,
1099 bibtex-search-backward-string, bibtex-start-of-string,
1100 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1101 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1102 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1103 entries. Instead of reporting the results of the parsing by
1104 match-beginning or match-end, these functions return data structures
1105 that hold the corresponding positions.
1106 (bibtex-enclosing-field): Changed to also report field boundaries by
1107 return values rather than by match-beginning or match-end. The
1108 following functions have been adapted to use the new parsing
1109 functions.
1110 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1111 bibtex-enclosing-field, bibtex-format-entry,
1112 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1113 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1114 bibtex-print-help-message, bibtex-end-of-entry,
1115 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1116 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1117 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1118 method for parsing.
1119 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1120 bibtex-map-entries, bibtex-flash-head,
1121 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1122 bibtex-autokey-change, bibtex-autokey-get-namefield,
1123 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1124 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1125 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1126 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1127 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1128 order to make the new binding of case-fold-search immediately
1129 visible.
99e95407
GM
1130
11312000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1132
82d2c7c5
DL
1133 * textmodes/bibtex.el: Copyright notice is up to date.
1134 Added constant 'bibtex-maintainer-salutation.
99e95407 1135
82d2c7c5
DL
1136 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1137 than make-temp-name, use match-string-no-properties and eliminate
1138 a quadratic behavior when building bibtex-strings.
99e95407 1139
82d2c7c5
DL
1140 * bibtex.el (bibtex-reference-key): Accept string entries whose
1141 reference key contains upper case letters.
99e95407
GM
1142
11432000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1144
82d2c7c5
DL
1145 * bibtex.el (bibtex-reference-head): Allow entries to start with
1146 a new line.
99e95407
GM
1147
11482000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1149
82d2c7c5
DL
1150 * bibtex.el: Hiding of entry bodies is not longer provided by
1151 bibtex.el directly. Instead the hideshow package can be used.
1152 Added a special bibtex entry to hs-special-modes-alist.
1153 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
1154
11552000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1156
f24fef2f
SM
1157 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1158 at ':' characters by call to split-string.
8389e1e2
GM
1159
11602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1161
f24fef2f 1162 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
1163
11642000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1165
f24fef2f
SM
1166 * textmodes/bibtex.el: Some temporary comments removed.
1167 (bibtex-field-name, bibtex-entry-type): Made the relationship
1168 explicit.
1169 (bibtex-field-const): Allow capital letters.
1170 (bibtex-start-of-string): Deleted because unused.
1171
1172 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1173 use the term 'reference' to describe a bibtex entry as a whole.
1174 Further, reference keys are no longer called 'labels'.
1175 (bibtex-keys): Renamed to bibtex-reference-keys.
1176 (bibtex-reformat-previous-labels): Renamed to
1177 bibtex-reformat-previous-reference-keys.
1178 (bibtex-reference-type): Renamed to bibtex-entry-type.
1179 (bibtex-reference-head): Renamed to bibtex-entry-head.
1180 (bibtex-reference-maybe-empty-head): Renamed to
1181 bibtex-entry-maybe-empty-head.
1182 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1183 (bibtex-search-reference): Renamed to bibtex-search-entry.
1184 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1185 bibtex-enclosing-entry-maybe-empty-head.
1186 (bibtex-entry-field-alist, bibtex-entry-head,
1187 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1188 bibtex-map-entries, bibtex-search-entry,
1189 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1190 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1191 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1192 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1193 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1194 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1195 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
1196
11972000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1198
f24fef2f
SM
1199 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1200 comment.
1201 (bibtex-format-field-delimiters): New function, functionality
1202 extracted from bibtex-format-entry.
1203 (bibtex-autokey-get-yearfield-digits): New function, functionality
1204 extracted from bibtex-autokey-get-yearfield.
1205
1206 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1207 entries in order to avoid stack overflow in the regexp matcher if
1208 field contents become large.
1209 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1210 bibtex-field-string-part-not-braced,
1211 bibtex-field-string-part-no-inner-braces,
1212 bibtex-field-string-part-1-inner-brace,
1213 bibtex-field-string-part-2-inner-braces,
1214 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1215 bibtex-field-string-quoted, bibtex-field-string,
1216 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1217 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1218 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1219 as parsing is now performed by the following functions.
1220 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1221 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1222 bibtex-parse-field-string, bibtex-search-forward-field-string,
1223 bibtex-parse-association, bibtex-field-name-for-parsing,
1224 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1225 bibtex-search-forward-field, bibtex-search-backward-field,
1226 bibtex-start-of-field, bibtex-end-of-field,
1227 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1228 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1229 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1230 bibtex-parse-string, bibtex-search-forward-string,
1231 bibtex-search-backward-string, bibtex-start-of-string,
1232 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1233 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1234 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1235 entries. Instead of reporting the results of the parsing by
1236 match-beginning or match-end, these functions return data structures
1237 that hold the corresponding positions.
1238 (bibtex-enclosing-field): Changed to also report field boundaries by
1239 return values rather than by match-beginning or match-end. The
1240 following functions have been adapted to use the new parsing
1241 functions.
1242 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1243 bibtex-enclosing-field, bibtex-format-entry,
1244 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1245 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1246 bibtex-print-help-message, bibtex-end-of-entry,
1247 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1248 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1249 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1250 method for parsing.
1251 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1252 bibtex-map-entries, bibtex-flash-head,
1253 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1254 bibtex-autokey-change, bibtex-autokey-get-namefield,
1255 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1256 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1257 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1258 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1259 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1260 order to make the new binding of case-fold-search immediately
1261 visible.
8389e1e2
GM
1262
12632000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1264
f24fef2f
SM
1265 * textmodes/bibtex.el: Copyright notice is up to date.
1266 Added constant 'bibtex-maintainer-salutation.
1267
1268 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1269 than make-temp-name, use match-string-no-properties and eliminate
1270 a quadratic behavior when building bibtex-strings.
1271
1272 * bibtex.el (bibtex-reference-key): Accept string entries whose
1273 reference key contains upper case letters.
8389e1e2
GM
1274
12752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1276
f24fef2f
SM
1277 * bibtex.el (bibtex-reference-head): Allow entries to start with
1278 a new line.
8389e1e2
GM
1279
12802000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1281
f24fef2f
SM
1282 * bibtex.el: Hiding of entry bodies is not longer provided by
1283 bibtex.el directly. Instead the hideshow package can be used.
1284 Added a special bibtex entry to hs-special-modes-alist.
1285 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
1286
12872000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1288
82d2c7c5 1289 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
1290 proceedings entry type (for cross referencing). Thanks to Wagner
1291 Toledo Correa for the suggestion.
1292
82d2c7c5 1293 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 1294
eae61d8f
KH
12952000-02-14 Kenichi Handa <handa@etl.go.jp>
1296
1297 * international/characters.el: Setup case table for Vietnamese.
1298
fb07a302
GM
12992000-02-12 Gerd Moellmann <gerd@gnu.org>
1300
1301 * uniquify.el (toplevel): Require CL at compile time.
1302 (uniquify-push): Removed.
1303
1304 * shadowfile.el (shadow-when): Removed.
1305
1306 * tempo.el (tempo-dolist, tempo-mapc): Removed.
1307 (tempo-process-and-insert-string): Use dolist instead of
1308 tempo-dolist.
1309
1310 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
1311 regexp for paragraph-start.
1312
1313 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
1314 commas as well.
1315
a0eddf92
DL
13162000-02-10 Dave Love <fx@gnu.org>
1317
1318 * wid-edit.el: (widgets) [defgroup]: Remove url link.
1319 (widget-color-choice-list, widget-color-history, widget-mouse-help):
1320 Deleted.
1321 (widget-specify-field, widget-specify-button): Don't use
1322 widget-mouse-help as help-echo property.
1323 (default): Use #'ignore for :validate and :mouse-down-action.
1324 (checkbox): Add help-echo.
1325 (widget-sexp-validate): Rewritten to clarify error messages.
1326 (character): Use char-valid-p in :match function.
1327 (widget-color-complete): Use facemenu-color-alist.
1328 (widget-color-action): Use facemenu-read-color.
1329
1330 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
1331 set up `caar' &c that we now have.
1332
82d2c7c5
DL
13332000-02-09 Ray Blaak <blaak@gnu.org>
1334
1335 * delphi.el: Make resourcestring a declaration region, like const
1336 and var.
1337
6cbc1482
DL
13382000-02-09 Dave Love <fx@gnu.org>
1339
1340 * bindings.el (mode-line-input-method-map): New variable.
1341 (mode-line-mule-info): Use it; fix last change.
1342 (mode-line-mode-menu): Move definition.
1343 (mode-line-mouse-sensitive-p): Deleted.
1344 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
1345 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
1346 level.
1347
1348 * startup.el (command-line-1): Don't call
1349 make-mode-line-mouse-sensitive.
1350
f7136ee8
GM
13512000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1352
1353 * mail/rmail.el (rmail-retry-failure): Use
1354 rmail-beginning-of-message before rmail-toggle-header, because the
1355 former toggles headers.
1356
6e1d0d15
SM
13572000-02-06 Stefan Monnier <monnier@cs.yale.edu>
1358
fef8c55b
SM
1359 * diff-mode.el (diff-kill-junk): New interactive function.
1360 (diff-reverse-direction): Use delete-and-extract-region.
1361 (diff-post-command-hook): Restrict the area so that the hook also works
1362 outside of any diff hunk. This is necessary for the minor-mode.
1363 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
1364 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
1365
6e1d0d15
SM
1366 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
1367 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
1368 so that it can be used more easily in <foo>-mode-hook. Also make sure
1369 to avoid duplicate entries.
1370 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
1371 (font-lock-remove-keywords): Just as was done for `add', allow it to
1372 work even if font-lock-mode is nil. Also make sure we don't modify
1373 any pre-existing list by forcing a copy-sequence. Finally rename
1374 `major-mode' to `mode'.
1375 (font-lock-fontify-syntactic-anchored-keywords)
1376 (font-lock-fontify-anchored-keywords)
1377 (font-lock-fontify-keywords-region): Use line-end-position.
1378 Don't make `font-lock-multiline' local (it's now done in
1379 font-lock-set-defaults).
1380 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
1381 move the `font-lock-fontified' creation to inside the `unless'.
1382
a75dfea0
AI
13832000-02-06 Andrew Innes <andrewi@gnu.org>
1384
1385 * term/w32-win.el (x-handle-args): Comment out call to message,
1386 which occurs before window system is initialized.
1387
1388 * makefile.nt: Add support for recompiling lisp code.
1389
b85e9462
DL
13902000-02-04 Dave Love <fx@gnu.org>
1391
9ff33afb
DL
1392 * bindings.el (mode-line-mule-info): Fix/extend last change.
1393
b85e9462
DL
1394 * completion.el: Replace completion-dolist with dolist.
1395
1396 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
1397 dotimes.
1398
44dff075
CD
13992000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
1400
1401 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
1402 environment names before they go into the section regexp.
1403
1404 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
1405 char class in regexp.
1406
1407 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
1408 `case-fold-search' to nil.
1409
1410 * progmodes/idlwave.el (idlwave-template): Respect
1411 `idlwave-abbrev-change-case'.
1412 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
1413 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
1414 idlwave-while): respect `idlwave-reserved-word-upcase'.
1415 (idlwave-rw-case): New function.
1416 (idlwave-statement-match): Fixed problem with assignment regexp.
1417 (idlwave-font-lock-keywords): Improved regexp for keyword
1418 parameters.
a23c5037 1419 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
1420 operators longer than 1 char.
1421
1422 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
1423 idlwave-shell-expression-overlay. Implemented printing of
1424 expressions on higher levels of the calling stack.
1425 (idlwave-shell-display-level-in-calling-stack): Restore stack
1426 level.
1427 (idlwave-retrieve-expression-from-level): New function.
1428 (idlwave-shell-last-calling-stack): Variable removed.
1429 (idlwave-shell-reset): Argument action reversed (`visible' to
1430 `hidden'). Also remove stop-line overlay.
1431 (idlwave-shell-calling-stack-routine): New variable.
1432 (idlwave-shell-parse-stack-and-display): Messages now display
1433 negative level numbers.
1434 (idlwave-shell-mode): Set `modeline-format'.
1435 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
1436 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
1437 21.
1438 (idlwave-shell-print-expression-function): New option.
a23c5037 1439
44dff075
CD
1440 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
1441 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
1442 `tool-bar' instead of `toolbar'.
1443
f26c34fd
DL
14442000-02-02 Dave Love <fx@gnu.org>
1445
1446 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
1447 emacs-lisp-mode-hook. Don't check for defalias being defined.
1448
1449 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1450 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
1451 the new builtins directly.
1452
1453 * whitespace.el (whitespace): Add :version to defgroup.
1454
1455 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
1456 Doc fix.
1457
1458 * thingatpt.el (sexp-at-point, symbol-at-point)
1459 (number-at-point, list-at-point): Add autoload cookie.
1460
1461 * recentf.el (recentf): Add :version to defgroup.
1462
1463 * quickurl.el (quickurl): Add :version to defgroup.
1464
1465 * elide-head.el (elide-head): Use point-marker more.
1466
1467 * bs.el (bs): Add :version to defgroup.
1468
1469 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
1470
1471 * progmodes/delphi.el (delphi): Add :version to defgroup.
1472
d240a249
GM
14732000-02-02 Gerd Moellmann <gerd@gnu.org>
1474
1475 * ange-ftp.el (ange-ftp-write-region): Handle case that
1476 succeeding process operation sets a different coding system.
1477
1478 * calculator.el: New file.
1479
d5179a01
EZ
14802000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1481
1482 * frame.el (frames-on-display-list, framep-on-display): New
1483 functions.
1484 (display-mouse-p, display-popup-menus-p, display-graphic-p)
1485 (display-selections-p, display-screens, display-pixel-width)
1486 (display-pixel-height, display-mm-width, display-mm-height)
1487 (display-backing-store, display-save-under, display-planes)
1488 (display-color-cells, display-visual-class): New functions.
1489
1490 * term/tty-colors.el (tty-color-gray-shades): New function.
1491
1492 * faces.el (display-color-p): Use framep-on-display.
1493 (display-grayscale-p): New function.
1494
968e00f0
DL
14952000-01-31 Dave Love <fx@gnu.org>
1496
1497 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
1498 (create-fontset-from-x-resource): Don't concat integers.
1499
2cb750ba
GM
15002000-01-31 Inge Frick <inge@nada.kth.se>
1501
1502 * view.el: Some changes in documentation. Removed some trailing
1503 whitespace. Changed some parameter names to agree with
1504 documentation.
1505 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
1506 window is not deleted. Modifies change 1998-04-26.
a23c5037 1507
74e9213b
GM
15082000-01-31 Gerd Moellmann <gerd@gnu.org>
1509
47569935
GM
1510 * windmove.el: New file.
1511
74e9213b
GM
1512 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1513 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 1514 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 1515
74e9213b
GM
1516 * jit-lock.el (jit-lock-function): Widen before calculating end
1517 position.
1518 (jit-lock-stealth-chunk-start): Rewritten.
1519
1520 * info.el (Info-title-face-alist): Removed.
1521 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
1522 faces.
1523 (Info-fontify-node): Use these faces.
1524
994c5afe
GM
15252000-01-30 Gerd Moellmann <gerd@gnu.org>
1526
1527 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
1528 (cl-macro-list1): Recognize `&allow-other-keys' instead of
1529 `&allow-other-keywords'.
1530
1531 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
1532 the list of directories scanned heuristically.
1533
1534 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
1535 exist.
1536
f00276e3
JR
15372000-01-30 Jason Rumney <jasonr@gnu.org>
1538
1539 * w32-fns.el: Define w32-tty-standard-colors.
1540
1541 * startup.el (command-line): Use w32-tty-standard-colors when in
1542 w32 console mode.
1543
cc4dfff0
DL
15442000-01-30 Dave Love <fx@gnu.org>
1545
e645e77b
DL
1546 * jka-compr.el (jka-compr-load): Fix up load-history.
1547
cc4dfff0
DL
1548 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
1549
1550 * emacs-lisp/cl-macs.el: Revert previous change.
1551
16215eb0
DL
15522000-01-29 Dave Love <fx@gnu.org>
1553
1554 * facemenu.el: Purecopy various strings.
1555
1556 * timezone.el (timezone-fix-time): Window against 69 for two-digit
1557 years. Deal with three-digit years.
1558
1559 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
1560 defconst, purecopy.
1561 (help-back-label): Purecopy it.
1562
bbd9b566
GM
15632000-01-18 Gerd Moellmann <gerd@gnu.org>
1564
1565 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
1566 variable. If non-nil, order the buffer list according to the
1567 currently selected frame.
1568 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
1569 non-nil, pass the selected frame to function buffer-list.
a23c5037 1570
887448e1
GM
15712000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1572
1573 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
1574
7df85084
DL
15752000-01-28 Dave Love <fx@gnu.org>
1576
142e109c
DL
1577 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
1578
7df85084
DL
1579 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
1580 Don't use lisp-indent-hook property.
1581 (cl-abs): Remove.
1582
1583 * subr.el: Move out indent and edebug specs for when and unless.
1584
1585 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
1586 when, unless.
1587
1588 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
1589 unless, when.
1590
3b43c01c
GM
15912000-01-28 Gerd Moellmann <gerd@gnu.org>
1592
d060bc9f
GM
1593 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
1594 `collecting' as synonym for `collect'.
1595
1596 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
1597 for the case it contains spaces.
1598
1599 * simple.el (what-cursor-position): Change formatting of
1600 messages.
1601
b02786f9
GM
1602 * frame.el (delete-other-frames): New function.
1603 (toplevel): Bind it to C-x 5 1.
1604
efd68b8a
GM
1605 * sort.el (sort-numeric-base): New option.
1606 (sort-numeric-fields): If number starts with `0' or `0[xX[',
1607 interpret it as octal or hexadecimal. Use sort-numeric-base
1608 as default base.
1609
3b43c01c
GM
1610 * progmodes/glasses.el: New file.
1611
984ae001
GM
16122000-01-27 Gerd Moellmann <gerd@gnu.org>
1613
a0b796e3
GM
1614 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
1615 userids differently.
1616
984ae001
GM
1617 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1618 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1619 progmodes/ebnf-yac.el: New files.
1620
6c67ddee
DL
16212000-01-26 Dave Love <fx@gnu.org>
1622
1623 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
1624 on a function with an empty body. [From Eric Ludlam.]
1625
4e6473c8
GM
16262000-01-25 Andre Spiegel <spiegel@gnu.org>
1627
1628 * vc.el (vc-version-diff): Make sure file name is expanded.
1629
e12489f9
GM
16302000-01-25 Gerd Moellmann <gerd@gnu.org>
1631
1632 * scroll-bar.el (scroll-bar-timer): Variable removed.
1633 (scroll-bar-toolkit-scroll): Don't use a timer.
1634
8dbe2b07
KH
16352000-01-25 Kenichi Handa <handa@etl.go.jp>
1636
1637 * language/thai-util.el (thai-composition-function): Delete
1638 superfluous `a'.
1639
26ef1c87
DL
16402000-01-24 Dave Love <fx@gnu.org>
1641
1642 * fortran.el (fortran-mode): Use beginning-of-defun-function,
1643 end-of-defun-function.
1644
1645 * font-lock.el (turn-on-font-lock): Don't depend on window-system
1646 &c.
1647
7ed4e9a7
JR
16482000-01-22 Jason Rumney <jasonr@gnu.org>
1649
1650 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
1651 conflicts with new face support.
1652
d2ce3151
RS
16532000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1654
1655 * replace.el (query-replace): Rename last arg to DELIMITED.
1656 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
1657 (query-replace-regexp): Likewise.
1658
2d5e9b54
RS
16592000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1660
02b14400
RS
1661 * subr.el (with-syntax-table): Use make-symbol, not gensym.
1662
5bb6f079
RS
1663 * emacs-lisp/lisp.el (beginning-of-defun-function):
1664 Variable renamed from beginning-of-defun.
1665 Do not call make-variable-buffer-local.
1666 (beginning-of-defun-raw): Use new variable name; doc fix.
1667 (beginning-of-defun): Doc fix.
1668 (end-of-defun-function): Variable renamed from end-of-defun.
1669 Do not call make-variable-buffer-local.
1670 (end-of-defun): Use new variable name; doc fix.
1671
02b14400
RS
1672 * subr.el (dolist, dotimes): Copied from cl-macs.el
1673 and made to work.
2d5e9b54 1674
a23c5037 1675 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
1676 Variable replaces rmail-digest-end-regexp.
1677 Allows multiple regexps for detecting the end line.
1678 (undigestify-rmail-message): Corresponding changes.
1679
60af03f1
DL
16802000-01-19 Dave Love <fx@gnu.org>
1681
fe5d99e1
DL
1682 * files.el (user-init-file): Don't declare here -- is primitive.
1683
60af03f1
DL
1684 * startup.el (command-line): Check for compiled user-init-file and
1685 set to uncompiled version if necessary.
1686
72dbbc7d
GM
16872000-01-18 Gerd Moellmann <gerd@gnu.org>
1688
6a1950ec
GM
1689 * mail/undigest.el (rmail-digest-end-regexp): New user option.
1690 (undigestify-rmail-message): Use it.
1691
72dbbc7d
GM
1692 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
1693
fbe91bbd
GM
16942000-01-17 Gerd Moellmann <gerd@gnu.org>
1695
1696 * tmm.el (tmm-goto-completions): Adapt to prompt being part
1697 of mini-buffer.
1698
33a6685b
GM
16992000-01-14 Gerd Moellmann <gerd@gnu.org>
1700
b3303df7
GM
1701 * emacs-lisp/copyright.el (copyright-update): Removed the
1702 requirement for a trailing space from `copyright-regexp', to
1703 support copyrights with owner specified on a separate line..
a23c5037 1704
3c4c8064
GM
1705 * align.el: New file.
1706
33a6685b
GM
1707 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
1708
1709 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
1710
044a4975
DL
17112000-01-13 Dave Love <fx@gnu.org>
1712
1713 * ph.el: Removed. (Obsoleted by EUDC.)
1714
0a352cd7
GM
17152000-01-13 Gerd Moellmann <gerd@gnu.org>
1716
1717 * net/eudc.el (toplevel): Remove autoloaded code installing
1718 menu with easymenu, because that causes build problems.
1719
1720 * frame.el (frame-notice-user-settings): New variable.
1721 (frame-notice-user-settings): Don't modify frame parameters
1722 if called a second time.
1723
17242000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1725
1726 * frame.el (frame-notice-user-settings):
1727 Notice default-frame-parameters even for non-window frames.
1728
feb450e0
GM
17292000-01-13 Gerd Moellmann <gerd@gnu.org>
1730
1731 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
1732 for Emacs.
1733 (eudc-bob-can-display-inline-images): Extend for Emacs.
1734 (eudc-bob-toggle-inline-display): Ditto.
1735 (eudc-bob-display-jpeg): Ditto.
1736
99c6d63b
GM
17372000-01-12 Gerd Moellmann <gerd@gnu.org>
1738
7970b229
GM
1739 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1740 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
1741 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 1742
e4936aa9
GM
1743 * add-log.el (add-change-log-entry): Fix error trying an `(insert
1744 nil)'.
1745
1746 * subdirs.el: Add `net' directory.
1747
133c9e59
GM
1748 * net: New directory.
1749
99c6d63b
GM
1750 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
1751 eval-last-sexp. Don't bind debug-on-error here.
1752 (eval-last-sexp): New function. Bind debug-on-error if
1753 eval-expression-debug-on-error is non-nil.
1754 (eval-defun-2, eval-defun): Likewise.
1755
1756 * simple.el (eval-expression): Don't bind debug-on-error if
1757 eval-expression-debug-on-error is nil. Detect changed
1758 debug-on-error, and propagate new value to global binding, if
1759 eval-expression-debug-on-error is non-nil,
1760 (eval-expression-debug-on-error): Change doc string.
a23c5037 1761
83c8f461
RS
17622000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1763
1764 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
1765
1766 * emacs-lisp/lisp-mode.el (with-syntax-table):
1767 Set up lisp-indent-function property.
1768
1769 * subr.el (with-syntax-table): Moved from simple.el.
1770
1771 * simple.el (with-syntax-table): Moved to subr.el.
1772
7e3c74fa
GM
17732000-01-11 Gerd Moellmann <gerd@gnu.org>
1774
1fab1775
GM
1775 * tmm.el (tmm-shortcut): Delete region after prompt instead
1776 of erasing buffer.
1777
7e3c74fa 1778 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
1779 (fill-context-prefix): Use the longest common prefix of first
1780 and second line fill prefix, if there is one.
7e3c74fa 1781
782bd3ec
RS
17822000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1783
1784 * array.el (array-mode): Don't use make-variable-buffer-local.
1785 Use make-local-variable for `truncate-lines'.
1786
aa705642 17872000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 1788
aa705642
GM
1789 * add-log.el (add-log-current-defun): Handle user-defined
1790 add-log-current-function returning nil,
a23c5037 1791
57df2446 1792 * add-log.el (add-change-log-entry): Insert version number
aa705642 1793 if having found a current function
c1356086
GM
1794
1795 * add-log.el (add-log-current-defun): Call
1796 `add-log-current-defun-function'. Try matches at level 0 and
1797 level 1. Strip whitespace from defun found.
a23c5037 1798
1d8c59e9
RS
17992000-01-10 John Wiegley <johnw@gnu.org>
1800
1801 * allout.el (isearch-done/outline-provisions): Added `edit'
1802 argument to correspond with the current definition of
1803 `isearch-done'.
1804
8cf87e9b
DL
18052000-01-10 Dave Love <fx@gnu.org>
1806
1807 * elide-head.el (elide-head): Use point-marker, not point.
1808
9050446c
GM
18092000-01-10 Gerd Moellmann <gerd@gnu.org>
1810
8321b22a
GM
1811 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
1812 before and after the year 2000.
a23c5037 1813
9050446c
GM
1814 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
1815 Add ispell- prefix.
1816
18172000-01-10 Ken Stevens <k.stevens@ieee.org>
1818
1819 * ispell.el: Only define dictionaries in menus when they exist.
1820 (version18p): New variable.
1821 (version20p): New variable.
1822 (xemacsp): New variable.
1823 (ispell-choices-win-default-height): Fix for XEmacs visibility.
1824 (ispell-dictionary-alist1): Added Brasileiro dictionary.
1825 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 1826 run-together words.
9050446c
GM
1827 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
1828 (ispell-dictionary-alist): Add koi8-r to customize definition.
1829 (check-ispell-version): Added documentation string. Returns
f24fef2f 1830 library path when called non-interactively.
9050446c
GM
1831 (ispell-menu-map-needed): Uses new variables.
1832 (ispell-library-path): New variable.
1833 (ispell-decode-string): XEmacs fix for bogus variable bindings.
1834 (ispell-word): Improved documentation string. Test for valid
1835 character mappings. Correctly check typed in word changes that can
1836 result in single words split into multiple words. Returns
1837 replacement word.
1838 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
1839 replace in recursive query replace mode. Help message for
1840 recursive edit mode.
1841 (ispell-show-choices): Protect against bad framepop bindings.
1842 (ispell-help): Fix to work with XEmacs.
1843 (ispell-highlight-spelling-error): Use new variables.
1844 (ispell-overlay-window): Fix to work with XEmacs.
1845 (ispell-parse-output): Passed and returns location information
1846 tracking spelling corrections. Doesn't recheck same word on
1847 current line.
1848 (ispell-init-process): Protect against bogus XEmacs variable binding.
1849 Fix call to single argument in sleep-for. Use new variables.
1850 (ispell-region): Passed and returns location information tracking
1851 spelling corrections. Doesn't check same word on current line.
1852 Improved documentation string. Doesn't resend a line already
1853 checked to the ispell process - fixes bug in LaTeX parsing.
1854 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
1855 (ispell-skip-region): No longer skips <TT> in SGML.
1856 (ispell-process-line): Tracks location information with spelling
1857 corrections. Added documentation string. Accounts for words
1858 already accepted on this line. Don't allow query-replace on line
1859 starting with math characters. Doesn't resend a line already sent
1860 to ispell process. Fixes alignment error bug.
a23c5037 1861
6d0c28f4
RS
18622000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1863
a23c5037 1864 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
1865 Suggest xloadimage, which is free, not xv, which isn't.
1866
a23c5037 1867 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
1868 Don't ever include the host name or user name in the value.
1869
9ed79f5d
GM
18702000-01-09 Gerd Moellmann <gerd@gnu.org>
1871
1872 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
1873 of a real newline.
1874
b950abb1
GM
18752000-01-09 Stephen Eglen <stephen@gnu.org>
1876
a23c5037 1877 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
1878 for .png files.
1879
3c708e98
GM
18802000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
1881
1882 * cus-edit.el (custom-hook-convert-widget): Fix comment.
1883
bf61662d
GM
18842000-01-09 Gerd Moellmann <gerd@gnu.org>
1885
f1d851ae
GM
1886 * progmodes/cperl-mode.el: Replace ^F with ^L.
1887
bf61662d 1888 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 1889 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
1890 recursion.
1891
c65d14ee
DL
18922000-01-08 Dave Love <fx@gnu.org>
1893
8cf87e9b
DL
1894 * emacs-lisp/backquote.el: Remove inappropriate customization
1895 (allowing custom.el to use backquote).
c65d14ee 1896
83de2ebc
DL
18972000-01-07 Dave Love <fx@gnu.org>
1898
1899 * add-log.el (add-log-debugging): Deleted.
1900 (add-change-log-entry): Treat a backup FILE-NAME as its parent
1901 file. Remove debugging code.
1902 (change-log-get-method-definition, change-log-name): Add doc.
1903 (change-log-sortable-date-at): New function.
1904 (change-log-merge): New command.
1905
1906 * time.el (display-time-string-forms): Make the Mail string active.
1907 (display-time-update): Provide help-echo for load average.
1908
1909 * bindings.el (make-mode-line-mouse2-map): New function.
1910 (mode-line-modified): Use it and simplify.
1911 (mode-line-mule-info): Provide help-echo info.
1912 (minor-mode-alist): Activate the strings.
1913 (make-mode-line-mouse-sensitive): Simplify for
1914 mode-line-buffer-identification.
1915
c1475eae
GM
19162000-01-07 Gerd Moellmann <gerd@gnu.org>
1917
1918 * play/pong.el: New file.
1919
83de2ebc
DL
19202000-01-06 Dave Love <fx@gnu.org>
1921
1922 * array.el: Assorted cleanups for compiler warnings, doc strings,
1923 `array-' prefix for symbols.
1924
19252000-01-05 Dave Love <fx@gnu.org>
1926
1927 * textmodes/outline.el (outline-mode-menu-bar-map): Add
1928 outline-headers-as-kill.
1929 (outline-mode): Define imenu-generic-expression.
1930 (outline-headers-as-kill): New command.
1931
1932 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
1933 from paragraph-start.
1934 (paragraph-indent-minor-mode): New command.
1935
1936 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
1937 M-C-e, M-C-h, C-j, C-xnd, TAB.
1938 (fortran-mode): Set beginning-of-defun, end-of-defun.
1939 (fortran-column-ruler): Simplify.
1940 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
1941 (fortran-with-subprogram-narrowing): Likewise.
1942 (fortran-indent-subprogram): Call mark-defun.
1943 (fortran-check-for-matching-do): Change narrowing.
1944
1945 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
1946 (cl-lucid-hash-tag): Delete.
1947 (cl-hash-table-p): Correct test for native table.
1948 (cl-hash-table-count): Use hash-table-count.
1949
1950 * browse-url.el (browse-url): Fix case of
1951 browse-url-browser-function being an alist.
1952
676ac023
CD
19532000-01-05 Carsten Dominik <cd@gnu.org>
1954
c1475eae
GM
1955 * textmodes/reftex-vars.el (reftex-parse-file-extension)
1956 (reftex-index-phrase-file-extension): New options.
676ac023
CD
1957
1958 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 1959 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
1960
1961 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 1962 `reftex-parse-file-extension'.
eb483e17 1963
88807984
DL
19642000-01-05 Dave Love <fx@gnu.org>
1965
83de2ebc 1966 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
1967 (beginning-of-defun-raw): Use it.
1968 (end-of-defun): New variable.
1969 (end-of-defun): Use it.
1970 (check-parens): New command.
1971
1362aeb4
TTN
19722000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
1973
c1475eae
GM
1974 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
1975 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 1976
7ddafb95
TTN
1977 Fix buglet in local variables initialization.
1978
7334aa99
AS
19792000-01-05 Andreas Schwab <schwab@suse.de>
1980
1981 * hscroll.el (hscroll): Doc fix.
1982
b12e24cd
CD
19832000-01-05 Carsten Dominik <cd@gnu.org>
1984
1985 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
1986 idlw-toolbar.
1987
1988 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
1989 file idlw-rinfo.el.
1362aeb4
TTN
1990 (idlwave-customize): load must read file idlw-shell.el.
1991 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 1992
d6226972
CD
19932000-01-05 Carsten Dominik <dominik@astro.uva.nl>
1994
1995 * progmodes/idlw-shell.el: Also provide idlwave-shell
1996 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
1997 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
1998
1999 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
2000 both reftex-dcr and reftex-vcr.
1362aeb4 2001
d6226972
CD
2002 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
2003
6ddb893f 20042000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
2005
2006 * ps-print.el: PostScript code now is in separate files, doc fix.
2007 (ps-print-version): New version number (5.0.3).
2008 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
2009 local.
2010 (ps-spool-config): Initialization fix.
c1475eae
GM
2011 (ps-print-prologue-1, ps-print-prologue-2)
2012 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
2013 (ps-background-image): Little code reformating.
2014 (ps-begin-file, ps-begin-job): Fix code.
88807984 2015 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
2016 (ps-prologue-file): New fun.
2017
ae833aae
KH
20182000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2019
c1475eae 2020 * ps-vars.el: Eliminated.
ae833aae
KH
2021
2022 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
2023 `;;;###autoload'.
2024
2025 * ps-print.el: ps-vars eliminated, doc fix.
2026 (ps-print-version): New version number (5.0.2).
2027 (ps-spool-config): Initialization fix.
2028 (ps-print-customize): New fun.
2029
560a7bd2
GM
20302000-01-04 Gerd Moellmann <gerd@gnu.org>
2031
2032 * autorevert.el (auto-revert-mode): Return value of
2033 auto-revert-mode.
2034
f45dd0f4
DL
20352000-01-04 Dave Love <fx@gnu.org>
2036
fae2ac05
DL
2037 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
2038 menu items.
f45dd0f4 2039
61255981
DL
20402000-01-03 Dave Love <fx@gnu.org>
2041
88807984 2042 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 2043
83de2ebc 2044 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
2045 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
2046 `cl-hash-table-p', not `hash-table-p'.
2047 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
2048
c182a70f
EZ
20492000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2050
2051 * faces.el (face-read-integer, read-face-attribute)
2052 (color-defined-p, color-values): unspecified-{f,b}g are now
2053 strings.
2054
047f434a
GM
20552000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2056
2057 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
2058 at comment end, and re-insert them after filling.
2059
bab531e2
EZ
20602000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2061
2062 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
2063 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
2064 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 2065
d684c676
EZ
20662000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2067
2068 * term/x-win.el (xw-defined-colors): Call color-supported-p,
2069 the new name of face-color-supported-p.
2070
2071 * term/w32-win.el (xw-defined-colors): Likewise.
2072
0aad4805
EZ
20732000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2074
2075 * simple.el (completion-setup-function): Count completion-size
2076 from minibuffer-prompt-end, not from point-min.
2077
5fe1d139
EZ
20782000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2079
2080 * faces.el (read-face-attribute, defined-colors, color-defined-p):
2081 Pass the frame to tty-color-* functions.
2082 (display-color-p, frame-set-background-mode): Pass the frame to
2083 tty-display-color-p.
2084
2085 * term/tty-colors.el (tty-defined-color-alist): Renamed from
2086 tty-color-alist.
2087 (tty-color-alist, tty-modify-color-alist): New functions.
2088 (tty-color-define, tty-color-clear, tty-color-approximate)
2089 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
2090 an optional parameter FRAME.
2091
162dec01
GM
20922000-01-01 Gerd Moellmann <gerd@gnu.org>
2093
27189709
GM
2094 * image.el (create-image, defimage): Don't assume image data is a
2095 string.
2096
162dec01
GM
2097 * image.el (defimage): Handle specifications containing :data
2098 instead of :file.
2099 (image-type-from-data): New function.
2100 (image-type-from-file-header): Use it.
2101 (create-image): Add parameter DATA-P.
1362aeb4 2102
23e3e630
RS
21031999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2104
2105 * echistory.el (electric-command-history): Call Command-history-setup
2106 and command-history-mode using their new conventions.
2107
2108 * chistory.el (Command-history-setup): Don't switch buffers. Take
2109 no args, and do not set major-mode, mode-name or the local map.
2110 (command-history-mode): New function, does some of those things
2111 Command-history-setup used to do.
2112 (list-command-history): Call command-history-mode, not
2113 Command-history-setup.
2114 (command-history): Renamed from command-history-mode.
2115
21161999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2117
2118 * arc-mode.el (archive-mode-map): Bind q to quit-window.
2119
bc283707
WP
21201999-12-31 William M. Perry <wmperry@aventail.com>
2121
2122 * image.el (defimage): Images with the `:data' keyword should be
2123 considered valid as well.
2124
f6e2cbe3
RS
21251999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2126
2127 * dired.el (dired-get-filename): Don't call file-name-absolute-p
2128 with FILE if FILE is nil.
2129
21301999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2131
2132 * simple.el (choose-completion-string): In minibuffer,
2133 do not delete the prompt string.
2134
a915c648
GM
21351999-12-30 Gerd Moellmann <gerd@gnu.org>
2136
cc8fdbd3
GM
2137 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
2138 assigned to mode-line-mode-menu because bindings.el is dumped with
2139 Emacs, and thus the lists used for menu-item definition will be
2140 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
2141 like pure menu item definitions.
2142
a915c648
GM
2143 * expand.el (expand-abbrev-hook): Return t if expansion was
2144 done, nil otherwise.
2145
d989116d
RS
21461999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2147
2148 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
2149 (tar-quit): Function deleted.
2150
30f80d00
TTN
21511999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2152
2153 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
2154 was used but not declared.
2155
2156 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
2157 hs-find-block-beginning): Add or modify docstrings.
2158
2159 (hs-isearch-show): Rewrite.
2160
a3d4e587
GM
21611999-12-28 Gerd Moellmann <gerd@gnu.org>
2162
e8306224
GM
2163 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
2164
a3d4e587
GM
2165 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
2166 space in front of a C-style comment end.
2167
5731b491
EZ
21681999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
2169
2170 * startup.el (command-line-1): Make mode line mouse-sensitive for
2171 the MS-DOS version as well.
2172
6448a6b3
GM
21731999-12-28 Gerd Moellmann <gerd@gnu.org>
2174
2175 * bs.el: New file.
2176
27657687
RS
21771999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2178
2179 * textmodes/ispell.el (ispell-process-line):
2180 Add local var line-offset to adjust for the change
2181 in positions within the line, due to previous replacements.
2182
d7e110e4
RS
21831999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2184
2185 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2186 Doc fixes.
2187
776d8e16
GM
21881999-12-27 Gerd Moellmann <gerd@gnu.org>
2189
2190 * add-log.el (change-log-version-number-regexp-list)
2191 (change-log-version-info-enabled): Change :version to 21.1.
2192 (toplevel): Require CL when compiling.
2193
21941999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2195
2196 * add-log.el (change-log-version-number-regexp-list): Added tag
2197 :version 20.6
2198 (change-log-version-info-enabled): Added tag :version 20.6
2199
22001999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2201
2202 * add-log.el: More general version number search with
2203 user-configurable regexp list.
2204 (change-log-version-number-regexp-list): New user variable.
2205 (change-log-find-version): Rewritten. Use user-configurable
2206 version numbering regexp list
2207 change-log-version-number-regexp-list.
2208 (change-log-find-version): Renamed to
2209 change-log-version-number-search
2210 (add-log-file-name-function): New.
2211 (change-log-search-vc-number): Added END paramaeter. Added doc
2212 string to function.
2213 (change-log-version-rcs): Renamed. Was
2214 change-log-search-vc-number.
2215
4340f945 22161999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
30f80d00 2217
74576c2c
TTN
2218 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
2219 overlays if they interfere.
2220 (compilation-find-file): Make intangible overlays tangible.
30f80d00 2221
4340f945
TTN
2222 * progmodes/hideshow.el: Generally, synch w/ maintainer
2223 version 5.9.
2224
2225 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
30f80d00 2226
4340f945 2227 (hs-minor-mode-hook): Don't initialize.
30f80d00 2228
4340f945 2229 (hs-special-modes-alist): Rewrite value and docstring.
30f80d00 2230
4340f945 2231 (hs-minor-mode-prefix): Delete unused var.
30f80d00 2232
4340f945 2233 (hs-block-start-mdata-select): New var, buffer local.
30f80d00 2234
4340f945 2235 (hs-headline): New var.
30f80d00 2236
4340f945 2237 (hs-match-data, hs-forward-sexp): New funcs.
30f80d00 2238
4340f945 2239 (hs-hide-comment-region): New func.
30f80d00 2240
4340f945
TTN
2241 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
2242 hs-safety-is-job-n, hs-hide-initial-comment-block,
2243 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
2244 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
2245 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
2246 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
2247 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
30f80d00 2248
4340f945
TTN
2249 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
2250 (hs-isearch-show-temporary): New funcs.
30f80d00 2251
4340f945 2252 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
30f80d00 2253
4340f945 2254 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
30f80d00 2255
4340f945
TTN
2256 When constructing menu, use `[(shift button2)]' notation.
2257
f7c9e039
RS
22581999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2259
2260 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
2261 (jka-compr-compression-info-list): Add new elt to each vector.
2262 (jka-compr-write-region): Don't compress the data if it is
2263 already compressed.
2264
2265 * jka-compr.el (jka-compr-really-do-compress): New variable.
2266 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
2267 if visiting.
2268 (jka-compr-write-region): Set jka-compr-really-do-compress
2269 if visiting. Test it when deciding to compress.
2270
deca1348
GM
22711999-12-22 Gerd Moellmann <gerd@gnu.org>
2272
2273 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
2274 with third argument t.
2275
e33e080c
GM
22761999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2277
2278 * antlr-mode.el: Version 1.2 is released.
2279 (antlr): This package has a web page.
2280
22811999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2282
2283 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
2284 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
2285 (antlr-mode-map): New binding [C-c C-c].
2286 (antlr-mode-menu): New entries.
2287
22881999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2289
2290 * antlr-mode.el: Respect Emacs conventions.
2291 ((require 'cl)): Only use during compilation.
2292 (antlr-language-for-option): New function to avoid using `find'.
2293 (antlr-mode): Use it.
2294 (antlr-with-syntax-table): Define new instead using XEmacs' one.
2295 (antlr-imenu-create-index-function): Change accordingly.
2296 (antlr-inside-rule-p): Ditto.
2297 (antlr-end-of-rule): Ditto.
2298 (antlr-end-of-body): Ditto.
2299 (antlr-beginning-of-rule): Ditto.
2300 (antlr-indent-line): Ditto.
2301
23021999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
2303
2304 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
2305 (antlr-set-tabs): Don't use hard-coded values.
2306
2307 * antlr-mode.el: Minor navigation changes. Not perfect, but this
2308 won't be possible without a huge time penalty.
2309 (antlr-skip-exception-part): Be more specific.
2310 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
2311 Renamed from `antlr-skip-grammar-header'.
2312 (antlr-next-rule): Change accordingly.
2313 (antlr-end-of-body): Ditto. Better error message.
2314 (antlr-beginning-of-body): Better error message.
2315 (antlr-imenu-create-index-function): Skip rule action prelude.
2316
2317 * antlr-mode.el: Minor syntax highlighting changes.
2318 (antlr-font-lock-default-face): Deletia.
2319 (antlr-font-lock-tokendef-face): Changed color.
2320 (antlr-font-lock-tokenref-face): Changed color.
2321 (antlr-font-lock-literal-face): Changed color.
2322 (antlr-font-lock-additional-keywords): Minor changes.
2323
ddc9a403
CD
23241999-12-20 Carsten Dominik <cd@gnu.org>
2325
2326 * progmodes/idlwave.el: New file.
2327
2328 * progmodes/idlwave-rinfo.el: New file.
2329
2330 * progmodes/idlwave-shell.el: New file.
2331
2332 * progmodes/idlwave-toolbar.el: New file.
2333
1362aeb4 2334 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
ddc9a403 2335
2936437d
GM
23361999-12-21 Gerd Moellmann <gerd@gnu.org>
2337
2338 * progmodes/cwarn.el: New file.
2339
71a92751
GM
23401999-12-19 Gerd Moellmann <gerd@gnu.org>
2341
2342 * bindings.el (completion-ignored-extensions): Add .pdf.
2343
bd6a2462
EZ
23441999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2345
2346 * version.el: Put the version info into binary on MS-DOS as well.
2347
9e6985ed
GM
23481999-12-19 Gerd Moellmann <gerd@gnu.org>
2349
2350 * emacs-lisp/debug.el (debugger-continue): Don't continue if
2351 debugger-may-continue is nil.
2352
3998263f
DL
23531999-12-18 Dave Love <fx@gnu.org>
2354
b416e85a
DL
2355 * emacs-lisp/cl-macs.el: Remove conditional definition of
2356 eval-when-compile. Don't specify abs, expt, gethash,
2357 hash-table-count, hash-table-p as side-effect-free here.
3998263f
DL
2358 (cl-emacs-type): Don't declare.
2359 (cl-compile-time-init): Remove Emacs 18 compiler patch.
2360 (cl-parse-loop-clause): Remove compatibility code.
2361
b416e85a 2362 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3998263f
DL
2363 (side-effect-free-fns): Add gethash, hash-table-count.
2364 (side-effect-and-error-free-fns): Add hash-table-p.
2365
b416e85a
DL
2366 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
2367 `cl-' to autoload names for some hash functions. Don't autoload
3998263f
DL
2368 eval-when-compile. Don't provide mini-cl.
2369 (cl-emacs-type): Remove.
2370 (cl-map-extents): Remove compatibility code.
2371
83de2ebc 2372 * emacs-lisp/float.el: Bind free variables.
3998263f 2373
83de2ebc 2374 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3998263f 2375
b1aa0883
GM
23761999-12-16 Gerd Moellmann <gerd@gnu.org>
2377
2378 * bindings.el (completion-ignored-extensions): Add .tfm.
2379
5cf713b1
DL
23801999-12-16 Dave Love <fx@gnu.org>
2381
3920868a
DL
2382 * faces.el (set-face-attribute): Purecopy the attributes set.
2383
2384 * custom.el (custom-declare-variable): Purecopy value.
2385
b416e85a 2386 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
5cf713b1
DL
2387 (byte-extrude-byte-code-vectors): Use remprop.
2388 (byte-compile-lambda): Check that arg is a lambda.
2389
76f5e2af 23901999-11-16 Anders Lindgren <AndersL@andersl.com>
30f80d00 2391
76f5e2af
GM
2392 * font-lock.el: System for adding and removing keywords.
2393 Both local (previously added keyword) and global keywords
2394 can be removed.
2395 (font-lock-remove-keywords): New user-level function.
2396 (font-lock-update-removed-keyword-alist): New internal function.
2397 (font-lock-removed-keywords-alist): New variable.
2398 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
2399 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
2400 growing datastructures.
2401 (font-lock-set-defaults): Removes keywords stored in
2402 `font-lock-removed-keywords-alist' after local keywords added.
2403
24041999-12-16 Anders Lindgren <andersl@andersl.com>
2405
2406 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
2407 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
2408
2409 * font-lock.el (c-keywords): Only highlight preprocessor
2410 directives when spelled correctly.
2411
2412 * font-lock.el (font-lock-match-c++-structor-declaration,
2413 c++-keywords): Fontify constructors and destructors with function
2414 face inside C++ class declarations.
30f80d00 2415
340fe50f
GM
24161999-12-16 Gerd Moellmann <gerd@gnu.org>
2417
031999fb
GM
2418 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
2419 the shell from sh-shell-file.
2420
340fe50f
GM
2421 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
2422
a5e0e1a8
EZ
24231999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2424
2425 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
2426 if one of the files specified cannot be accessed by
2427 file-attributes. Do not strip any leading directories from the
2428 file names, to behave more like `ls' does.
2429
2430 * dired.el (dired-get-filename): Handle absolute file names.
2431 (dired-readin-insert): If argument is a cons, don't print
2432 "wildcard" on the ``total'' line.
2433
f9d2fdc4
EZ
24341999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2435
2436 * faces.el (face-read-integer, read-face-attribute)
2437 (color-defined-p, color-values): Allow color values unspecified-fg
2438 and unspecified-bg, handle them as unspecified.
2439
ddc9a403
CD
24401999-12-15 Carsten Dominik <dominik@astro.uva.nl>
2441
2442 * textmodes/reftex.el: (reftex-compile-variables): respect new
2443 structure of `reftex-index-macro'
2444 (reftex-compile-variables): Use the changed structure of
2445 `reftex-label-alist'.
2446
2447 * textmodes/reftex-vars.el (reftex-index-math-format,
2448 (reftex-toc-max-level): New option.
2449 reftex-index-phrases-search-whole-words,
2450 reftex-index-phrases-case-fold-search,
2451 reftex-index-phrases-skip-indexed-matches,
2452 reftex-index-phrases-wrap-long-lines,
2453 reftex-index-phrases-sort-prefers-entry,
2454 reftex-index-phrases-sort-in-blocks): New options.
2455 (reftex-index-macros): Option structure changed.
2456 (reftex-index-macros-builtin): Added `repeat' item to each entry.
2457 (reftex-label-alist): Additional item in each entry to specify if
2458 the environment should be listed in the TOC.
2459 (eval-when-compile (require 'cl)) added.
2460
2461 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
2462 longer deals with "repeat".
2463 (reftex-index): "repeat property in `reftex-index-macro-alist' is
2464 now used.
2465 (reftex-index-phrases-comment-regexp,
2466 reftex-index-phrases-macrodef-regexp,
2467 reftex-index-phrases-phrase-regexp1,
2468 reftex-index-phrases-phrase-regexp2,
2469 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
2470 New constants.
2471 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
2472 reftex-index-phrases-font-lock-keywords,
2473 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
2474 reftex-index-phrases-restrict-file): New variables.
2475 (reftex-index-phrase-selection-or-word,
2476 reftex-index-visit-phrases-buffer,
2477 reftex-index-initialize-phrases-buffer,
2478 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
2479 reftex-index-next-phrase, reftex-index-this-phrase,
2480 reftex-index-all-phrases, reftex-index-region-phrases,
2481 reftex-index-phrases-parse-header,
2482 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
2483 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
2484 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
2485 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
2486 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
2487 reftex-index-make-replace-string,
2488 reftex-query-index-phrase-globally, reftex-query-index-phrase,
2489 reftex-index-phrase-match-is-indexed,
2490 reftex-index-phrases-fixup-line,
2491 reftex-index-phrases-replace-space,
2492 reftex-index-select-phrases-macro): New functions.
2493 (reftex-index-globalize, reftex-index-globally): functions removed
2494 (eval-when-compile (require 'cl)) added.
1362aeb4 2495
ddc9a403
CD
2496 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
2497 for max level.
2498 (reftex-toc-max-level-indicator): New variable.
2499 (reftex-toc-max-level): New command.
2500 (reftex-toc-map): New keybinding `t'.
2501 (reftex-toc-help): Constant updated.
2502 (eval-when-compile (require 'cl)) added.
2503
2504 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
2505 `t' command key can change `reftex-toc-max-level'
2506 (eval-when-compile (require 'cl)) added.
2507
2508 * textmode/reftex-sel (reftex-insert-docstruct): Respect
2509 `reftex-toc-max-level'
2510 (eval-when-compile (require 'cl)) added.
2511
2512 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
2513 added.
2514
2515 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
2516 added.
2517
2518 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
2519 commands.
2520 (reftex-citation, reftex-do-citation,
2521 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
2522 preselect a citation format.
2523 (eval-when-compile (require 'cl)) added.
2524
2525 * textmodes/reftex-parse.el (reftex-context-substring): Optional
2526 parameter to-end
2527 (reftex-section-info): Deal with environment matches.
2528 (eval-when-compile (require 'cl)) added.
2529
2530 * reftex-global.el (eval-when-compile (require 'cl)) added.
2531
5ec14d3c
KH
25321999-12-15 Kenichi Handa <handa@etl.go.jp>
2533
2534 The following changes are for the new composition mechanism. We
2535 have deleted `composition' charset and composite characters,
2536 instead introduced a special text property `composition'.
2537
2538 * composite.el: New file.
2539
2540 * ps-mule.el: Define encode-composition-rule and find-composition
2541 for Emacs 20.4 and the earlier versions.
2542 (ps-mule-init-external-library): Just require a feature for
2543 external libraries.
2544 (ps-mule-prologue): Postscript code modified for new composition.
2545 (ps-mule-find-wrappoint): New arg COMPOSITION.
2546 (ps-mule-plot-string): Delete code for composite characaters.
2547 (ps-mule-plot-composition): New funcion.
2548 (ps-mule-prepare-font-for-components): New function.
2549 (ps-mule-plot-components): New function.
2550 (ps-mule-composition-prologue-generated): Renamed from
2551 ps-mule-cmpchar-prologue-generated.
2552 (ps-mule-composition-prologue): New named from
2553 ps-mule-cmpchar-prologue. Modified for new composition.
2554 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
2555 ps-mule-prepare-cmpchar-font): Deleted.
2556 (ps-mule-string-encoding): New arg NO-SETFONT.
2557 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
2558 check Composing, not Cmpchar
2559 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
2560 to nil.
2561 (ps-mule-begin-job): Check existence of new composition.
2562
2563 * ps-print.el (ps-plot-region): Handle new composition.
2564
2565 * simple.el (what-cursor-position): Show "(composed)" if the
2566 character is composed.
2567
2568 * international/characters.el: Fix cateogries of Lao symbols.
2569
2570 * international/fontset.el (vertical-centering-font-regexp): New
2571 variable.
2572
2573 * international/mule.el (mule-version): Updated to 5.0 (AOI).
2574 (mule-version-date): Updated to 1999.12.7.
2575 (with-category-table): New macro.
2576
2577 * international/mule-cmds.el (encode-coding-char): Don't check
2578 composite character.
2579
2580 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
2581 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
2582 x-ctext): Give `composition' property t.
2583
2584 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
2585 non-nil) at the tail of ALIST.
2586 (compose-region, decompose-region, decompse-string,
2587 reference-point-alist, compose-chars): Moved to composite.el.
2588 (compose-chars-component, compose-chars-rule,
2589 decompose-composite-char): Deleted.
2590
2591 * international/quail.el (quail-install-map): New optional arg
2592 NAME.
2593 (quail-get-translation): If DEF is a symbol but not a function,
2594 ignore it.
2595 (quail-start-translation): Put a key sequence undefined in the
2596 translation keymap in unread-command-events, not generated-events.
2597 Return parameterized event (compose-last-chars N) if the input
2598 characters should be composed.
2599 (quail-map-definition): If DEF is t, treat it as nil.
2600 (quail-delete-last-char): Delete the quail region.
2601 (quail-show-translations): Don't show list of translations if the
2602 quail package is deterministic.
2603 (quail-completion-max-depth): New variable.
2604 (quail-completion-1): Pay attention to the above variable. Fix
2605 for the case that a translation is a function.
2606 (quail-map-from-table, quail-map-from-table-1,
2607 quail-map-from-table-2): New functions.
2608 (quail-lookup-map-and-concat): New function
2609
2610 * language/devan-util.el: Mostly rewritten.
2611
2612 * language/lao.el: Register lao-composition-function in
2613 composition-function-table.
2614
2615 * language/lao-util.el: Mostly rewritten.
2616
2617 * language/thai.el: Register thai-composition-function in
2618 composition-function-table.
2619 (thai-tis620): Delete `pre-write-conversion' property.
2620
2621 * language/thai-util.el: (thai-category-table): Make it by
2622 make-category-table.
2623 (thai-composition-pattern): New variable.
2624 (thai-compose-region, thai-compose-string): Use
2625 with-category-table.
2626 (thai-post-read-conversion): Just call thai-compose-region.
2627 (thai-pre-write-conversion): Deleted.
2628 (thai-composition-function): New funciton.
2629
2630 * language/tibet-util.el: Most functions rewritten.
2631 (tibetan-char-p): Renamed from tibetan-char-examin.
2632 (tibetan-composable-examin) (tibetan-complete-char-examin)
2633 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
2634 (tibetan-add-components): New function.
2635 (tibetan-composition-function): New function.
2636
2637 * language/tibetan.el: Register tibetan-composition-function in
2638 composition-function-table.
2639 (tibetan-composable-pattern): New variable.
2640 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
2641 (tibetan-precomposition-rule-alist): Move punctuations to
2642 tibetan-punctuation-transcription-alist and
2643 tibetan-obsolete-glyphs.
2644 (tibetan-punctuation-transcription-alist): New variable.
2645 (tibetan-obsolete-glyphs): New variable.
2646 (tibetan-regexp): Improve the initialization code.
2647
2648 * textmodes/fill.el (fill-find-break-point): Delete codes for
2649 composite characters.
2650 (fill-region-as-paragraph): Likewise.
2651
c3c60f13
GM
26521999-12-14 Gerd Moellmann <gerd@gnu.org>
2653
5806e8a6
GM
2654 * international/mule-cmds.el (default-input-method): Specify
2655 that it should be set after current-language-environment.
2656
2657 * custom.el (custom-handle-keyword): Add :set-after.
2658 (custom-add-dependencies): New function.
2659 (custom-set-variables): Take dependencies between args into
2660 account.
30f80d00 2661
c3c60f13
GM
2662 * battery.el (battery): Doc fix.
2663
295ccc64
GM
26641999-12-12 Gerd Moellmann <gerd@gnu.org>
2665
2666 * progmodes/cc-make.el: Removed.
2667
03d218b4
GM
26681999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2669
2670 * Release of cc-mode 5.26
2671
26721999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2673
2674 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
2675 target depth. Optionally count #else lines as clause limits,
2676 as suggested by don provan <provan@lucent.com>. #elif
2677 handling fixed.
2678
2679 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
2680 (c-down-conditional-with-else): New commands that uses the
2681 added functionality in `c-forward-conditional'.
2682
26831999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2684
2685 * cc-align.el (c-lineup-comment): Preserve the alignment with
2686 a comment on the previous line instead of preserving the
2687 comment-column.
2688
26891999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2690
2691 * Fixes to IDL mode after input from Eric Eide
2692 <eeide@cs.utah.edu>:
2693 * cc-engine.el (c-beginning-of-statement-1): Allow
2694 `c-conditional-key' to be nil, for the benefit of IDL mode.
2695 * cc-engine.el (c-guess-basic-syntax): Ditto.
2696 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
2697 but do match CORBA 2.3 `valuetype'.
2698 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
2699 for IDL.
2700 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
2701 be nil for IDL.
2702 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
2703 Like C++.
2704 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
2705 set `c-method-key' and `c-baseclass-key' to nil.
2706
27071999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2708
2709 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
2710 with nonhanging open braces.
2711
27121999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2713
2714 * cc-align.el: Added docstrings to all lineup functions.
2715
2716 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
2717 keyword.
2718
2719 * cc-align.el (c-lineup-C-comments): Handle free form text
2720 comments. Use c-comment-prefix-regexp and comment-start-skip
2721 instead of hardcoded regexps.
2722
27231999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2724
2725 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
2726 behavior and return value as documented.
2727
27281999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2729
2730 * Changes for new style variable init system:
2731 * cc-langs.el (c-common-init): Dito.
2732 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
2733 now customizable.
2734 * cc-vars.el: Style variables may now take a value
2735 'set-from-style to make them take their value from the style
2736 system. This value is now the default on all these variables.
2737 * cc-vars.el (c-valid-offset): New function to verify a
2738 syntactic symbol offset setting.
2739 * cc-vars.el (c-offsets-alist): Variable moved from
2740 cc-styles.el since it's now customizable in a similar way to
2741 the other style variables.
2742 * cc-vars.el (c-old-style-variable-behavior): New variable to
2743 revert to the old style init behavior.
2744
2745 * cc-vars.el (c-file-style, c-file-offsets): Made always
2746 buffer local.
2747
2748 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
2749 the throws clause that might follow the function prototype in
2750 C++.
2751
27521999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2753
2754 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
2755 could move forward for macros that doesn't start in column 0.
2756
27571999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2758
2759 * cc-align.el (c-indent-multi-line-block,
2760 c-lineup-whitesmith-in-block): Two new lineup functions for
2761 use in whitesmith style.
2762
2763 * cc-styles.el (c-style-alist): More fixes to whitesmith
2764 style. It should now handle all different braces uniformly in
2765 both hanging and non-hanging cases.
2766
27671999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2768
2769 * cc-cmds.el (c-indent-exp): Use a marker to save point to
2770 make it stay in the same position relative to the surrounding
2771 text.
2772
2773 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
2774 when adaptive-fill-mode doesn't manage to get it correct.
2775
2776 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
2777 with dotted notation, e.g. foo.bar.Gnu.
2778
2779 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
2780 within unwind-protect (previously only some were wrapped so it
2781 would be possible to register mode initialization when full
2782 initialization did not finish).
2783
2784 * cc-styles.el (c-style-alist): Corrected the brace placement
2785 in the whitesmith style. Thanks to Sean Luke
2786 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
2787 styles with consistent brace placement for all constructs.
2788
27891999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2790
2791 * cc-cmds.el (c-context-line-break): Continue C++ comments too
2792 when point is in the middle of them.
2793
2794 * cc-cmds.el: Line breaking and paragraph filling code
2795 rewritten:
2796 (c-guess-fill-prefix): New function that uses various
2797 heuristics to guess the comment prefix.
2798 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
2799 It now assumes adaptive filling is active to preserve the line
2800 prefix inside comments.
2801 (c-indent-new-comment-line): Replacement for the now
2802 obsolete `c-comment-line-break-function' that uses
2803 `c-guess-fill-prefix' when appropriate. It now observes the
2804 setting of `comment-multi-line', which has effect in C-style
2805 block comments.
2806
2807 * cc-cmds.el (c-context-line-break): New function intended to
2808 be put on RET. It's essentially `newline-and-indent', but
2809 continues C block comments with the appropriate line prefix.
2810
2811 * cc-cmds.el (c-do-auto-fill): New function put on
2812 `normal-auto-fill-function' to implement the
2813 `c-ignore-auto-fill' variable.
2814
2815 * cc-cmds.el (c-beginning-of-statement): Use
2816 `c-comment-prefix-regexp' to avoid ending up inside the
2817 comment prefix. Better handling of comment starters and
2818 enders. Catch comments better when traversing code. Stop at
2819 preprocessor directives.
2820
2821 * cc-defs.el (c-forward-comment): New subst to hide platform
2822 dependent quirks in `forward-comment'.
2823
2824 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
2825 argument.
2826 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
2827 arguments. Activate this function by default when
2828 `parse-partial-sexp' supports it (currently Emacs 20.x).
2829
2830 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
2831 on the comment opener to make constants usable as lineup
2832 arguments.
2833
2834 * cc-align.el (c-lineup-C-comments): Fixes to handle the
2835 changed anchor position in the `c' syntactic symbol. Handle
2836 more than stars in the comment prefix; use the new variable
2837 `c-comment-prefix-regexp'. Don't indent text not preceded by
2838 a comment prefix to the right of the comment opener if it's
2839 long.
2840
2841 * cc-langs.el: Fixes to mode initialization for new line
2842 breaking and paragraph filling method. Adaptive fill mode is
2843 now activated at startup instead of deactivated. The
2844 variables used for adaptive filling and paragraph movement are
2845 also changed to incorporate the value of
2846 `c-comment-prefix-regexp'. `substitute-key-definition' is
2847 used to override some functions in the global map instead of
2848 overriding their default bindings.
2849
2850 * cc-mode.el (java-mode): Modify `paragraph-start' for the
2851 javadoc markup at mode init.
2852
2853 * cc-mode.el (c-setup-filladapt): A new convenience function
2854 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
2855 function is intended to be used explicitly by the end user
2856 only.
2857
2858 * cc-vars.el (c-comment-prefix-regexp): New variable used to
2859 recognize the comment fill prefix inside comments.
2860 (c-block-comment-prefix): New name for
2861 `c-comment-contiuation-stars', which is now obsolete. It's
2862 generalized to handle any character sequence.
2863 (c-ignore-auto-fill): New variable used to selectively disable
2864 Auto Fill mode in specific contexts.
2865
28661999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2867
2868 * cc-cmds.el (c-comment-indent): Leave at least one space
2869 between the comment and the last nonblank character in the
2870 case where we look at the indentation of the comment on the
2871 previous line (case 4).
2872
2873 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
2874 list of characters that may start a statement (it's a sort of
2875 prefix operator in Pike, and isn't used at all in any of the
2876 other languages).
2877
28781999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2879
2880 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
2881 inside continued statements as statement-cont instead of
2882 brace-list-open. The reason is that one normally adjusts
2883 brace-list-open for brace lists as top-level constructs, and
2884 brace lists inside statements is a completely different
2885 context. Case 10B.2 changed. Also changed (the somewhat
2886 esoteric) case 9A to cope with this.
2887
28881999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2889
2890 * cc-cmds.el (c-electric-brace): Added electric handling of
2891 the open brace for brace-elseif-brace.
2892
28931999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2894
2895 * cc-defs.el (c-with-syntax-table): New macro to easily switch
2896 syntax tables temporarily.
2897
2898 * cc-engine.el (c-guess-basic-syntax): Handle template and
2899 member init argument lists split over several lines. Case 5D
2900 changed.
2901
2902 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
2903 @throws introduced in Javadoc 1.2.
2904
2905 * cc-menus.el (cc-imenu-java-generic-expression): Applied
2906 patch from RMS to avoid infinite backtracking.
2907
29081999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2909
2910 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
2911 by [ ].
2912
29131999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2914
2915 * cc-align.el (c-lineup-dont-change): Compensate properly for
2916 the column in langelem.
2917
2918 * cc-engine.el (c-syntactic-information-on-region): New
2919 function to help debugging the syntactic analysis.
2920
29211999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2922
2923 * cc-align.el (c-lineup-template-args): Handle nested template
2924 arglists.
2925
2926 * cc-langs.el (c++-template-syntax-table): New syntax table
2927 that makes `<' and `>' parenthesis characters, which is useful
2928 to switch to temporarily when analyzing template arglists.
2929
2930 * cc-styles.el: Changed default alignment of labels in the
2931 java style to conform to the examples in the Java Language
2932 Specification.
2933
2934 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
2935 by default.
2936
29371999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2938
2939 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
2940 immediately before the closing paren in an arglist, so don't
2941 check that in Pike mode. Case 7A changed.
2942
29431999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2944
2945 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
2946 lines were ignored under certain conditions.
2947
29481999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2949
2950 * cc-align.el (c-lineup-template-args): New function for
2951 aligning continued template argument lists.
2952
2953 * cc-engine.el (c-guess-basic-syntax): Fix for member init
2954 lists containing function arglists split over several lines.
2955 Case 5D.1 changed.
2956
2957 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
2958 template-args-cont didn't get recognized when the first
2959 arglist opener line doesn't contain a template argument. New
2960 case 5K.
2961
29621999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2963
2964 * cc-defs.el (c-point): Changed from subst to macro for
2965 efficiency.
2966 (c-beginning-of-defun-1, c-end-of-defun-1): New
2967 beginning-of-defun/end-of-defun wrappers separated from
2968 c-point.
2969
2970 * cc-menus.el (imenu-generic-expression,
2971 imenu-case-fold-search, imenu-progress-message): Dummy
2972 definitions to avoid compiler warnings if imenu can't be
2973 loaded.
2974 * cc-menus.el (cc-imenu-init): New function called at mode
2975 init.
2976 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
2977 imenu initializations to cc-imenu-init.
2978
29791999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2980
2981 * cc-engine.el (c-guess-basic-syntax): Slightly better check
2982 for lambda-intro-cont in Pike mode. Case 6 changed.
2983
2984 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
2985 anything following "new Foo()" was considered an anonymous
2986 class body in Java mode.
2987
29881999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
2989
2990 * cc-cmds.el (c-comment-line-break-function): When breaking in
2991 a string, don't insert a new line.
2992
29931999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
2994
2995 * cc-engine.el (c-at-toplevel-p): New interface function which
2996 returns information useful to add-on authors. It tells you
2997 whether you're at a toplevel statement or not.
2998
29991999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3000
3001 * cc-cmds.el (c-comment-line-break-function): It is possible
3002 that forward-line does not land us at the bol, say if we're on
3003 the last line in a file. In that case, do a
3004 back-to-indentation instead of a forward-comment -1.
3005
30061999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3007
3008 * cc-engine.el (c-beginning-of-statement-1): Don't catch
3009 "default:" as normal label in case 4.
3010
30111999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3012
3013 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
3014 recognize continued bitfield declarations. Case 5D.1 changed.
3015 * cc-langs.el: New variable c-bitfield-key.
3016 * cc-mode.el: New variable c-bitfield-key.
3017
30181999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3019
3020 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
3021 anonymous array expressions (i.e. "new Foo[] {.. bracelist
3022 ..}").
3023
3fc55897
DL
30241999-12-12 Dave Love <fx@gnu.org>
3025
b416e85a
DL
3026 * mail/footnote.el: Require cl when compiling. Don't autoload
3027 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
3fc55897
DL
3028 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
3029 Avoid `acons'.
3030 (footnote-mode-line-string, Footnote-add-footnote): Remove
3031 autoload cookie.
3032
d8eccf12
GM
30331999-12-12 Richard Sharman <rsharman@pobox.com>
3034
3035 * sh-script.el: Fix for when font-lock mode is active.
3036 (sh-font-lock-unfontify-region-function): New function.
30f80d00 3037
01511f50
EZ
30381999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
3039
3040 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
3041 if start-process is not bound, since Ispell now supports such
3042 platforms as well.
3043
23ee5556 30441999-12-12 Gerd Moellmann <gerd@gnu.org>
d5f65532 3045
23ee5556
GM
3046 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
3047 rmail-summary-goto-msg.
3048
3049 * files.el (after-find-file): Fix previous change.
3050
30511999-12-11 Dave Love <fx@gnu.org>
3052
3053 * help.el (where-is): Use `commandp' as predicate for
d5f65532
DL
3054 `completing-read'
3055
910e5714
RS
30561999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3057
3058 * cus-edit.el (custom-save-delete): Delete all occurrences,
3059 leave point where the first occurrence was.
3060 (custom-save-faces): Insert a newline at the end of the comment.
3061 Avoid a double newline there.
3062 If final closeparen is at bol, put a space before it.
3063 (custom-save-variables): Likewise.
3064 (custom-file): Doc fix.
3065
a7261cf5
GM
30661999-12-10 Gerd Moellmann <gerd@gnu.org>
3067
3068 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
3069 regexp matching image and audio files.
3070
489f9c77
DL
30711999-12-09 Dave Love <fx@gnu.org>
3072
3073 * mail/footnote.el: New file.
3074
365e9bce
GM
30751999-12-09 Gerd Moellmann <gerd@gnu.org>
3076
3077 * files.el (after-find-file): Use auto-save-visited-file-name if
3078 set.
3079
3080 * mail/feedmail.el (feedmail-find-eoh): Take
3081 feedmail-queue-alternative-mail-header-separator into account.
3082
3dac25a9
SM
30831999-12-09 Stefan Monnier <monnier@cs.yale.edu>
3084
3085 * smerge-mode.el: New file.
3086
3087 * font-lock.el (font-lock-multiline): New variable.
3088 (font-lock-add-keywords): Rename `major-mode' into `mode'.
3089 (font-lock-remove-keywords): Added a dummy `mode' argument for
3090 potential future support.
30f80d00 3091 (font-lock-fontify-anchored-keywords,
3dac25a9
SM
3092 (font-lock-fontify-keywords-region): Only handle multiline strings
3093 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
3094
72af9867
RS
30951999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3096
74002bdf
RS
3097 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
3098
72af9867
RS
3099 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
3100
e77049d4
DL
31011999-12-07 Dave Love <fx@gnu.org>
3102
3103 * help.el (view-emacs-problems): New command, bound to C-h P.
3104
3105 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
3106
a1eb02bd 31071999-12-07 Stefan Monnier <monnier@cs.yale.edu>
0b82e382 3108
f28eba7b 3109 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
0b82e382
SM
3110 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
3111 New code to support the minor mode version.
3112 (diff-recenter): New function.
3113 (diff-next-hunk, diff-next-file): Use it.
3114 (diff-remembered-files-alist): New var.
3115 (diff-merge-strings): New function.
3116 (diff-find-file-name): Make it smarter and use the user's input more.
3117 (diff-mode): Cosmetic changes.
a1eb02bd
SM
3118
3119 * files.el (save-some-buffers): Turn EXITING into the more general
3120 PRED argument to allow specifying a subset of buffers.
3121
3122 * simple.el (kill-region): Use the new `delete-and-extract-region'
3123 rather than the undo log (which is incorrect with *-change-functions).
3124
3125 * font-lock.el (font-lock-default-fontify-region): Fix subtle
3126 off-by-one problem that could force re-fontifying the whole buffer.
01e924b8
SM
3127 (font-lock-remove-keywords): New function.
3128 (font-lock-add-keywords): Use the new function to ensure idempotence.
a1eb02bd 3129
1da04da1 31301999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
30f80d00 3131
1da04da1 3132 * viper-cmd.el (viper-minibuffer-standard-hook,
f28eba7b 3133 viper-minibuffer-real-start): Mew functions.
1da04da1 3134 (viper-read-string-with-history,viper-file-add-suffix,
f28eba7b 3135 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
1da04da1 3136 change in the status of the minibuffer prompt.
30f80d00 3137
3d973f71
GM
31381999-12-06 Gerd Moellmann <gerd@gnu.org>
3139
3140 * comint.el (comint-redirect-results-list)
3141 (comint-redirect-results-list-from-process): Remove interactive
3142 spec.
3143
7a3abcd8
EZ
31441999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3145
3146 * info.el (info-node, info-menu-5, info-xref): Define colors for
3147 Info faces if the display supports them.
3148
f795f633
EZ
31491999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3150
3151 Changes for automatic remapping of X colors on terminal frames:
3152
3153 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
3154 term-setup-hook. Call msdos-remember-default-colors and
3155 msdos-handle-reverse-video.
3156 (msdos-face-setup): Parts of code moved to
3157 msdos-setup-initial-frame.
3158 (msdos-handle-reverse-video): New function, modeled after
3159 x-handle-reverse-video.
3160 (make-msdos-frame): Don't use initial-frame-alist and
3161 default-frame-alist. Call msdos-handle-reverse-video.
3162 (msdos-color-aliases): Remove.
3163 (msdos-color-translate, msdos-approximate-color): Remove.
3164 (msdos-color-values): Use 16-bit RGB values. RGB values updated
3165 for better approximation of X colors.
3166 (msdos-face-setup): Call tty-color-clear. Remove code that sets
3167 up tty-color-alist (it is now on startup.el).
3168 (x-display-color-p, x-color-defined-p, x-color-values,
3169 x-defined-colors, face-color-supported-p, face-color-gray-p):
3170 Remove.
3171
3172 * facemenu.el (facemenu-read-color, list-colors-display): Use
3173 defined-colors for all frame types.
3174 (facemenu-color-equal): Use color-values for all frame types.
3175
3176 * faces.el (read-face-attribute): For :foreground and :background
3177 attributes and frames on character terminals, translate the color
3178 to the closest supported one before looking it up in the list of
3179 valid values.
3180 (face-valid-attribute-values): Call defined-colors for all types
3181 of frames.
3182 (defined-colors, color-defined-p, color-values, display-color-p):
3183 New finctions.
3184 (x-defined-colors, x-color-defined-p, x-color-values,
3185 x-display-color-p): Aliases for the above.
3186
3187 * startup.el (command-line): Register terminal colors for frame
3188 types other than x and w32, but only if the terminal supports
3189 colors. Call tty-color-define instead of face-register-tty-color.
3190
3191 * term/x-win.el (xw-defined-colors): Renamed from
3192 x-defined-colors.
3193 * term/w32-win.el (xw-defined-colors): Likewise.
3194
3195 * term/tty-colors.el: New file.
3196 * loadup.el: Load term/tty-colors.
3197
71059bd3
DL
31981999-12-06 Dave Love <fx@gnu.org>
3199
3200 * ffap.el: Autoload the ffap alias directly.
3201
d984dbc1
GM
32021999-12-06 Inge Frick <inge@nada.kth.se>
3203
3204 * dired-aux.el (dired-do-shell-command): Changed documentation.
3205 (dired-shell-stuff-it): A `?' in COMMAND has now the same
3206 meaning as `*'.
30f80d00 3207
0b7b02f9
GM
32081999-12-06 Gerd Moellmann <gerd@gnu.org>
3209
cded5ed3
GM
3210 * simple.el (insert-buffer): Doc fix.
3211
0b7b02f9
GM
3212 * apropos.el (apropos-mode): Add autoload cookie.
3213
32141999-12-06 Sam Steingold <sds@goems.com>
3215
3216 * progmodes/etags.el (etags-tags-completion-table): Modified the
3217 regexp to allow for the CL symbols starting with `+*'.
3218 (tags-completion-table): Doc fix (it's an obarray, not an alist).
3219 (tags-completion-table, tags-recognize-empty-tags-table): Remove
3220 `function' quoting lambda.
3221 (tags-with-face): New macro.
3222 (list-tags, tags-apropos): Use it.
3223 (tags-apropos-additional-actions): New user option.
3224 (etags-tags-apropos-additional): Use it.
3225 (tags-apropos): Call etags-tags-apropos-additional.
3226 (tags-apropos-verbose): New user option.
3227 (etags-tags-apropos): Use it.
3228 (visit-tags-table-buffer, next-file): Use `unless'.
3229 (recognize-empty-tags-table): Renamed to
3230 tags-recognize-empty-tags-table.
3231 (complete-tag): Call tags-complete-tag bypassing try-completion.
30f80d00 3232
b3e5232e
KH
32331999-12-06 Kenichi Handa <handa@etl.go.jp>
3234
3235 * international/mule.el (set-buffer-file-coding-system): Docstring
3236 modified.
3237
28f2ee66
GM
32381999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3239
3240 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
3241 using the hideshow package.
3242 (hs-special-modes-alist): Added entry for bibtex to allow the use
3243 of the hideshow package.
3244 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
3245 not longer provided by bibtex.el directly. Instead the hideshow
3246 package should be used.
3247 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
3248 references to bibtex-hide-entry-bodies.
3249
32501999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3251
3252 * textmodes/bibtex.el: Copyright notice is up to date. Moved
3253 maintainer information closer to the beginning of the bibtex.el
3254 file.
3255 (bibtex-maintainer-salutation): New constant.
f24fef2f
SM
3256 (bibtex-version): New constant.
3257 (bibtex-submit-bug-report): Use bibtex-version and
28f2ee66
GM
3258 bibtex-maintainer-salutation.
3259 (bibtex-entry-field-alist): Made booktitle field optional for
3260 @inproceedings entries when crossreferenced.
3261 (bibtex-entry-field-alist): Added booktitle field to proceedings
3262 entry type (for cross referencing). Thanks to Wagner Toledo Correa
3263 for the suggestion.
3264 (bibtex-string-file-path): Fixed typo.
3265
32661999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
3267
3268 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
3269 for reftex.el.
3270 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
3271 to menu.
3272
22afa6e8
DL
32731999-12-04 Dave Love <fx@gnu.org>
3274
3275 * delsel.el: Revert previous change -- region is significant to
3276 skeleton.
3277
b380fdf4
MK
32781999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
3279
3280 * viper-cmd.el (viper-change-state): Use
3281 viper-ESC-moves-cursor-back to decide whether to move the cursor
3282 back.
30f80d00 3283
9ac06837
GM
32841999-12-03 Kenichi Handa <handa@mule.m17n.org>
3285
3286 * international/mule-util.el (truncate-string-to-width): Docsting
3287 fixed.
3288
be961cd5
SM
32891999-12-02 Stefan Monnier <monnier@cs.yale.edu>
3290
9ac06837 3291 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
be961cd5
SM
3292 use of `cond'.
3293 (lm-with-file): Move all the find-file...kill-buffer stuff into
3294 this macro. Make it use `find-file-noselect' and make it kill
3295 the buffer only if it wasn't already displayed somewhere.
3296 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
3297 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
9ac06837 3298 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
a1eb02bd 3299 (lm-commentary): Fix to handle the case when the change log is
be961cd5
SM
3300 at the end of the file.
3301
867ef43a
GM
33021999-12-02 Kenichi Handa <handa@etl.go.jp>
3303
3304 * international/mule.el (charsetp): Fix typo in docstring.
3305
3306 * international/mule-diag.el (list-coding-categories): Fix typo;
3307 automatic -> autoload.
3308
8f713f53
GM
33091999-12-02 Gerd Moellmann <gerd@gnu.org>
3310
fb29efe9
GM
3311 * vc.el (vc-update-change-log): Look for rcs2log under
3312 exec-directory.
3313
a8050bff
GM
3314 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
3315 outline-regexp, add outline-level.
3316 (lisp-outline-level): New.
3317
30f80d00 3318 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
ddf8eff5
GM
3319 remove extraneous string-match.
3320
8f713f53
GM
3321 * finder.el (finder-commentary): Activate Finder mode.
3322
a468671a
GM
33231999-12-01 Anders Lindgren <andersl@andersl.com>
3324
3325 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
3326 off when reverting buffers that contained mode specifiers.
3327 `revert-buffer' is now called with non-nil PRESERVE-MODES
3328 argument.
3329
0fdcf38a
DL
33301999-12-01 Dave Love <fx@gnu.org>
3331
3332 * delsel.el: Grok skeleton-pair-insert-maybe.
3333
8f222248
RS
33341999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3335
3336 * progmodes/cperl-mode.el (cperl-under-as-char):
3337 Use nil as default.
3338
eb88a06d
GM
33391999-11-30 Gerd Moellmann <gerd@gnu.org>
3340
3341 * speedbar.el (toplevel): Remove compatibility code for Emacs
3342 versions without custom.el.
3343
cc0f405b
DL
33441999-11-30 Dave Love <fx@gnu.org>
3345
b416e85a 3346 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
6a30e275 3347
0f29c6a8
DL
3348 * autoinsert.el: Minor doc fixes.
3349 (auto-insert): Return nil.
3350
cc0f405b
DL
3351 * faces.el (set-face-documentation): Purecopy STRING.
3352
aec2bb63
DL
33531999-11-29 Dave Love <fx@gnu.org>
3354
04c817d4
DL
3355 * derived.el: Doc fixes, remove old backquote syntax.
3356
aec2bb63
DL
3357 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
3358 comment warning about editing.
3359
75ec883c
DL
3360 * help.el (help-mode-hook): Define.
3361
ebb4159c
GM
33621999-11-29 Gerd Moellmann <gerd@gnu.org>
3363
3364 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
3365 invalid translation of old-style backquote syntax to new syntax.
3366
4678c844
EZ
33671999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3368
3369 * Makefile (DONTCOMPILE): Add term/internal.el.
3370
07c8b450
DL
33711999-11-26 Dave Love <fx@gnu.org>
3372
3373 * comint.el: Fix last change.
3374
3375 * emacs-lisp/advice.el: Fix last change.
3376
19d63704
RS
33771999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3378
3379 * cus-edit.el (Custom-reset-standard): Doc fix.
3380 (custom-variable-reset-standard): Doc fix.
3381 (custom-face-reset-standard): Doc fix.
3382 (custom-face-menu): "Reset to Standard" => "Erase Customization".
3383 (custom-variable-menu): Likewise.
3384 (custom-reset-menu): Likewise.
3385 (custom-buffer-create-internal): Likewise.
3386
cc700606
DL
33871999-11-26 Dave Love <fx@gnu.org>
3388
3389 * progmodes/make-mode.el (makefile-mode-hook): Customize.
3390
3391 * font-lock.el: Doc fixes.
3392
3393 * menu-bar.el (menu-bar-mode): Customize.
3394
3395 * cus-start.el: Add use-dialog-box.
3396
3397 * add-log.el (change-log-mode-hook): Customize.
3398 (add-log-current-defun): Use
30f80d00 3399 fortran-{beginning,end}-of-subprogram.
cc700606 3400
916cd8a3
RS
34011999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3402
3403 * emacs-lisp/advice.el: Many doc fixes.
c095ddb9
RS
3404
3405 * comint.el (comint-preoutput-filter-functions): Doc fix.
3406
34071999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3408
30f80d00 3409 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
c095ddb9
RS
3410 Improve messages for capitalization of arg names,
3411 for flag variables, for t and nil, for imperatives.
3412 Call them imperatives rather than infinitives sans "to".
3413 (checkdoc-common-verbs-wrong-voice): Add "moves".
3414 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
3415
3416 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3417 Don't convert comments from 3-semicolon to 2-semicolon.
3418 That is a matter of style.
3419 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
3420 (checkdoc-comments): Don't bind that variable.
3421
34221999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3423
3424 * files.el (write-file-hooks): Doc fix.
3425
0cf5bb50
GM
34261999-11-26 Gerd Moellmann <gerd@gnu.org>
3427
3428 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
3429
ddb6e2e2
DL
34301999-11-25 Dave Love <fx@gnu.org>
3431
3432 * hippie-exp.el: Require comint when compiling.
3433 (hippie-expand): Add :links.
3434 (hippie-expand-try-functions-list): Customize.
3435
7d3f9fd8 34361999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
30f80d00 3437
0cf5bb50 3438 * viper*el: Replaced old-style backquotes.
30f80d00 3439
0cf5bb50 3440 * ediff*el: Replaced old-style backquotes.
30f80d00 3441
7d3f9fd8
MK
3442 * ediff-merge
3443 (ediff-looks-like-combined-merge,ediff-get-combined-region):
0cf5bb50 3444 Changed to support the new format for ediff-combination-pattern.
30f80d00 3445
7d3f9fd8 3446 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
0cf5bb50 3447 Changed to support the new format for ediff-combination-pattern.
30f80d00 3448
0ee0d2a4
DL
34491999-11-24 Dave Love <fx@gnu.org>
3450
ba7394fe
DL
3451 * custom.el (custom-declare-group): Purecopy DOC.
3452 (custom-handle-keyword): Purecopy VALUE.
3453 (custom-add-link): Purecopy WIDGET.
3454 (custom-add-version): Purecopy VERSION.
3455 (custom-add-load): Purecopy LOAD.
3456
3457 * cus-face.el (custom-declare-face): Purecopy DOC.
3458
0ee0d2a4
DL
3459 * info.el:
3460 (Info-build-node-completions, Info-search, Info-follow-reference)
3461 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
3462 (Info-find-emacs-command-nodes): Avoid properties on matched text
3463 which may appear in minibuffer.
3464
9be8f657
GM
34651999-11-24 Gerd Moellmann <gerd@gnu.org>
3466
3467 * locate.el (locate-with-filter): Doc fix.
3468
46d94d0d
GM
34691999-11-24 Alex Schroeder <alex@gnu.org>
3470
3471 * sql.el (sql-find-sqli-buffer): New function.
3472 (sql-set-sqli-buffer-generally): New function.
3473 (sql-set-sqli-buffer): Better checking of new-buffer.
3474 (sql-copy-column): Add comma after INTO clause, too.
3475
34761999-11-24 Alex Schroeder <alex@gnu.org>
3477
3478 * sql.el (sql-imenu-generic-expression): New, used to set
3479 imenu-generic-expression.
3480
3481 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
3482 setting font-lock-defaults' SYNTAX-ALIST. Set
3483 imenu-generic-expression, imenu-case-fold-search, and
3484 imenu-syntax-alist.
3485
3486 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
3487 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
3488
fd626620
GM
34891999-11-23 Andrew Innes <andrewi@gnu.org>
3490
3491 * w32-win.el (w32-drag-n-drop): Load files in current window, if
3492 drop coords aren't over a specific window.
3493
68e684a0
KH
34941999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3495
3496 * ps-print.el: Define mule funs without checking if mule package is
3497 loaded.
3498 (ps-print-version): New version number (5.0.1).
3499 (ps-header-dirpart): Now uses abbreviate-file-name.
3500
d8f479c6
DL
35011999-11-23 Dave Love <fx@gnu.org>
3502
b416e85a 3503 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
5ebc0846
DL
3504 comment-line-start.
3505 (fortran-comment-line-start-skip): Renamed from
3506 comment-line-start-skip.
3507 (fortran-mode-map): Use renamed functions. Add manual and custom
3508 entries to menu.
3509 (fortran-mode-hook): Customize.
3510 (fortran-comment-indent-function): Renamed from
3511 fortran-comment-hook.
3512 (delete-horizontal-regexp): Function deleted.
3513 (fortran-electric-line-number): Simplified.
3514 (fortran-beginning-of-subprogram): Renamed from
3515 beginning-of-fortran-subprogram.
3516 (fortran-end-of-subprogram): Renamed from
3517 end-of-fortran-subprogram.
3518 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
3519 (fortran-previous-statement, fortran-next-statement): Simplified.
3520 (fortran-blink-match): New function.
3521 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
3522 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
3523 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
3524 line-end-position.
3525 (fortran-fill): No longer interactive. Simplified.
3526 (fortran-break-line): Simplified.
3527 (fortran-analyze-file-format): Use char-after, not looking-at.
3528
b416e85a
DL
3529 * emacs-lisp/find-func.el (find-function-regexp): Use
3530 `define-minor-mode' after easy-menu change.
d8f479c6 3531
3965beb0
GM
35321999-11-23 Gerd Moellmann <gerd@gnu.org>
3533
3534 * comint.el: Add redirection.from active comint buffers into
3535 another buffer. Written by Peter Breton.
3536
29cc3b84
SM
35371999-11-23 Stefan Monnier <monnier@cs.yale.edu>
3538
bc165bce 3539 * emacs-lisp/autoload.el (make-autoload): Recognize the new
3965beb0 3540 `define-minor-mode'.
bc165bce
SM
3541 (define-minor-mode): Specify `doc-string-elt'.
3542
29cc3b84
SM
3543 * emacs-lisp/easy-mmode.el: Changed maintainer.
3544 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
3965beb0 3545 Use defcustom for the hooks; Improve the auto-generated docstrings.
29cc3b84
SM
3546 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
3547 (define-minor-mode): Add BODY arg; Only declare the keymap if
3965beb0 3548 provided; Improve the auto-generated docstrings.
29cc3b84 3549
02fda8ff
GM
35501999-11-22 Gerd Moellmann <gerd@gnu.org>
3551
3965beb0 3552 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
855b9e33
GM
3553 that the leading `^' is at the start. This is necessary because
3554 paragraphs.el tries to remove anchors, but can find them only if
3555 they are the first character.
3556
98e85e34
GM
3557 * progmodes/antlr-mode.el: New file.
3558
02fda8ff
GM
3559 * calendar/calendar.el: Fix autoload for
3560 calendar-absolute-from-astro. Add autoload for
3561 calendar-print-astro-day-number.
3562
c86b6fd2
GM
35631999-11-21 Anders Lindgren <andersl@andersl.com>
3564
3565 * follow.el: Use modern backquote syntax. Minor comment update.
3566
d8f1319a
GM
35671999-11-21 Gerd Moellmann <gerd@gnu.org>
3568
c29cefdf
GM
3569 * simple.el (with-syntax-table): Don't switch buffers.
3570
d8f1319a
GM
3571 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
3572 progmodes/hideif.el: Use new backquote syntax.
3573
1934dbf4
GM
35741999-11-21 Ken Manheimer <klm@python.org>
3575
3576 * icomplete.el (icomplete-completions): Use an explicit variable
3577 `icomplete-prospects-length', obviating the need to use an
3578 apparently faulty throw/catch arrangement.
30f80d00 3579
a88d2801
EZ
35801999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
3581
3582 * term/internal.el (IT-display-table-setup): Don't overstep
3583 character code 255.
3584
88c6f314
KH
35851999-11-20 Kenichi Handa <handa@mule.m17n.org>
3586
3587 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
3588 for the charset chinese-sisheng is 7bit encoding, not 8bit.
3589
d7a0208b
SM
35901999-11-19 Stefan Monnier <monnier@cs.yale.edu>
3591
30f80d00 3592 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
1934dbf4 3593 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
d294c01f 3594
1934dbf4 3595 * files.el (auto-mode-alist): Add patterns for diff-mode.
a9fb0b79 3596
1934dbf4
GM
3597 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
3598 to detect an empty prompt.
d7a0208b 3599
618bd252
DL
36001999-11-18 Dave Love <fx@gnu.org>
3601
3602 * simple.el (input-mode-8-bit): Fix the customization.
3603
9dd1cf67
GM
36041999-11-18 Gerd Moellmann <gerd@gnu.org>
3605
9bd2bb5b
GM
3606 * international/iso-acc.el (iso-languages): Add more
3607 characters for Portuguese.
3608
3a1aa597
GM
3609 * speedbar.el: Clean up comment at the start of the file.
3610 Remove RCS id.
3611
9dd1cf67
GM
3612 * progmodes/compile.el (compilation-parse-errors): Use
3613 compilation-buffer-p instead of testing major-mode.
3614
5a7d4055
GM
36151999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
3616
3617 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
3618 (quickurl-ask): completion-ignore-case is set to the value of
3619 quickurl-completion-ignore-case for the duration of the call to
3620 completing-read.
30f80d00 3621
71447e8f
GM
36221999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3623
3624 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
3625
a109786d
KH
36261999-11-18 Kenichi Handa <handa@etl.go.jp>
3627
3628 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
3629 instead of ps-print-def.
3630
3631 * ps-print.el: Require ps-vars instead of ps-print-def.
3632
a109786d
KH
3633 * ps-mule.el: Require ps-vars instead of ps-print-def.
3634
a67fb175
GM
36351999-11-17 Gerd Moellmann <gerd@gnu.org>
3636
3637 * simple.el (with-syntax-table): Save buffer explicitly instead of
3638 using save-excursion.
3639
9e207b90
GM
36401999-11-16 Gerd Moellmann <gerd@gnu.org>
3641
3642 * mail/supercite.el: New maintainer.
3643
36441999-11-16 Reto Zimmermann <reto@synopsys.com>
3645
3646 * progmodes/vhdl-mode.el: Use new backquote syntax.
3647
36481999-11-16 Gerd Moellmann <gerd@gnu.org>
3649
3650 * simple.el (with-syntax-table): New.
3651
da49057c
SS
36521999-11-15 Sam Steingold <sds@ksp.com>
3653
3654 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
3655
002c0506 36561999-02-22 Sam Steingold <sds@goems.com>
da49057c 3657
002c0506 3658 * goto-addr.el (goto-address-at-mouse,
f28eba7b
SM
3659 goto-address-find-address-at-point): Use compose-mail.
3660 (goto-address-mail-method): Removed variable.
002c0506 3661 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
f28eba7b 3662 goto-address-send-using-mail): Removed functions.
da49057c 3663
1e722f9f 36641998-11-03 Sam Steingold <sds@goems.com>
da49057c 3665
1e722f9f
SS
3666 * simple.el (backward-delete-char-untabify):
3667 backward-delete-char-untabify-method can be `all' now - to delete
3668 hungrily including newlines.
da49057c 3669
b787fc05
GM
36701999-11-15 Sam Steingold <sds@ksp.com>
3671
3672 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
da49057c 3673
8d8ca350
DL
36741999-11-15 Dave Love <fx@gnu.org>
3675
3676 * cus-edit.el (customize-face, customize-face-other-window):
3677 Require match from completing-read.
3678 (custom-buffer-done-function): Default to custom-bury-buffer, not
3679 bury-buffer.
3680
d7d20e6a
GM
36811999-11-15 Gerd Moellmann <gerd@gnu.org>
3682
b787fc05
GM
3683 * mail/rmail.el, iswitchb.el, hippie-exp.el,
3684 progmodes/cperl-mode.el: Use new backquote syntax.
d7d20e6a 3685
b8517c22
GM
36861998-09-14 Michael Ernst <mernst@alum.mit.edu>
3687
3688 * uniquify.el: Use new backquote syntax.
3689
36901999-11-14 Markus Rost <rost@ias.edu>
b05d3bee
GM
3691
3692 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
3693 as in ispell-local-dictionary-alist.
3694
b8517c22 36951999-11-14 Alex Schroeder <alex@gnu.org>
4fefa382
GM
3696
3697 * ansi-color.el (ansi-color-apply): Updated regexps to include
3698 highlighted face.
da49057c 3699
b8517c22 37001999-01-14 Johan Vromans <jvromans@squirrel.nl>
5658a814 3701
da49057c 3702 * forms.el (forms--make-format-elt-using-text-properties):
5658a814
GM
3703 Treat `intangible' differently.
3704
3705 * forms.el: Use new backquote syntax.
3706
a3f8903e
GM
37071999-11-13 Gerd Moellmann <gerd@gnu.org>
3708
3709 * textmodes/scribe.el (scribe-mode): Doc-fix.
3710
33cbd091
PB
37111999-11-13 Peter Breton <pbreton@ne.mediaone.net>
3712
a3f8903e
GM
3713 * net-utils.el (run-network-program, net-utils-run-program): Use
3714 the new backquote syntax.
3715 (smbclient-program, smbclient-program-options)
3716 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
3717 variables
33cbd091 3718 (smbclient, smbclient-list-shares): New functions
da49057c 3719
7e1e5cf1
SS
37201999-11-12 Sam Steingold <sds@ksp.com>
3721
a3f8903e
GM
3722 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
3723 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
3724 (viper-kbd-buf-definition, viper-kbd-mode-alist)
3725 (viper-kbd-mode-pair, viper-kbd-mode-definition)
3726 (viper-kbd-global-pair, viper-kbd-global-definition):
f1097063
SS
3727 Use the new backquote syntax.
3728
a3f8903e
GM
3729 * emulation/viper-cmd.el (viper-test-com-defun)
3730 (viper-prefix-arg-value, viper-prefix-arg-com):
f1097063
SS
3731 Use the new backquote syntax.
3732
6c2599ed
SS
3733 * emacs-lisp/debug.el (debugger-env-macro):
3734 Use the new backquote syntax.
3735
3736 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3737 Use the new backquote syntax.
3738
7e1e5cf1
SS
3739 * calendar/calendar.el (calendar-remove-frame-by-deleting):
3740 New user variable.
3741 (calendar-hide-window): Use it.
3742 (increment-calendar-month, calendar-for-loop, calendar-sum):
3743 Use the new backquote syntax.
3744
9b2e6e4c
GM
37451999-11-12 Andrew Innes <andrewi@gnu.org>
3746
3747 * select.el (x-set-selection): Call buffer-substring, not
3748 substring. Also fix docstring
3749
8f011fdc
GM
37501999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
3751
3752 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
3753 of customizable variables to bug report message. Added
3754 system-type to package name in bug report.
7e1e5cf1 3755
1a4280fb
GM
37561999-11-12 Gerd Moellmann <gerd@gnu.org>
3757
3758 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
3759 to display file names.
3760
44336afb
GM
37611999-11-11 Gerd Moellmann <gerd@gnu.org>
3762
4c56b88e
GM
3763 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
3764
44336afb
GM
3765 * isearch.el: Add lazy-highlighting feature.
3766
3bc6df53
GM
37671999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
3768
3769 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
f24fef2f 3770 constant.
3bc6df53
GM
3771 (ps-mode-submit-bug-report): New function. Entry added to menu.
3772
628cda31
WP
37731999-11-10 William M. Perry <wmperry@aventail.com>
3774
3775 * mwheel.el: New file to support the new style wheeled mice.
3776
765712a7
GM
37771999-11-10 Gerd Moellmann <gerd@gnu.org>
3778
3bc6df53
GM
3779 * startup.el (initial-scratch-message): Add ";;" to the front of
3780 lines in the message.
3781
e1789695
GM
3782 * files.el (file-local-copy): Remove optional BUFFER argument
3783 because that's not used by anything.
3784
765712a7
GM
3785 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
3786 to-address.
3787
e006fe5a
GM
37881999-11-08 Markus Rost <rost@ias.edu>
3789
7e1e5cf1 3790 * wid-edit.el (widget-button-click): Wrap with save-excursion
e006fe5a
GM
3791 to restore track-mouse in the correct buffer.
3792
37931999-11-08 Gerd Moellmann <gerd@gnu.org>
3794
3795 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
3796
37971999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
3798
3799 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
3800 lpr-command to "lp" for some system-types. (copied from lpr.el
3801 Emacs version 20.2.1).
7e1e5cf1 3802
4d59c34c
GM
38031999-11-04 Markus Rost <rost@ias.edu>
3804
3805 * simple.el (comment-region): Strip off white space at end of
3806 comment-start.
3807
60b64cd6
GM
38081999-11-04 Gerd Moellmann <gerd@gnu.org>
3809
3810 * faces.el (secondary-selection): Fix wrong color name.
3811
a09754e6
GM
38121999-11-04 John Tobey <jtobey@epsilondev.com>
3813
3814 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
3815 the default when invoking perldb in a non-Perl buffer, and other
3816 cases involving -e or --.
3817
f08d8594
GM
38181999-11-04 Gerd Moellmann <gerd@gnu.org>
3819
a09754e6
GM
3820 * simple.el (previous-matching-history-element)
3821 (next-history-element): Use delete-field instead of erase-field.
3822
3823 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
3824 Use delete-field instead of erase-field.
3825
b261ffa4
GM
3826 * faces.el (secondary-selection): Change background to yellow.
3827
f08d8594
GM
3828 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
3829 find the start of the text. Use field-string to read the user
3830 input.
3831
0a5ebe4b
GM
38321999-11-03 Gerd Moellmann <gerd@gnu.org>
3833
39cac3e7
GM
3834 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
3835 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
3836 for compatibility with old face implementation.
3837
b51b619b
GM
3838 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
3839 Use erase-field instead of erase-buffer.
3840
0a5ebe4b
GM
3841 * frame.el (blink-cursor-mode, blink-cursor-end): Use
3842 internal-show-cursor with new interface.
3843 (blink-cursor-timer-function): New.
3844 (blink-cursor-start): Use blink-cursor-timer-function.
3845
3179af52
GM
38461999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3847
3848 * calendar.el (redraw-calendar): Move to nearest date before
3849 redrawing.
3850
3851 * diary-lib.el (simple-diary-display): Reset modeline even if
3852 there are no diary entries since the diary buffer may be displayed.
3853
cb3a6c48
GM
38541999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3855
3856 * emacs-lisp/debug.el (debug): If noninteractive, display the
3857 backtrace using `message', then exit Emacs.
3858 (debugger-batch-max-lines): New variable.
3859 (debugger-setup-buffer): New subroutine, broken out of `debug'.
3860 Change the messages put at the start, to say that the debugger
3861 was entered.
3862
4ff3fcc7
SS
38631999-11-02 Sam Steingold <sds@ksp.com>
3864
3865 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
3866
36fcd3d9
GM
38671999-11-01 John Tobey <jtobey@epsilondev.com>
3868
3869 * gud.el: (gud-perldb-massage-args): Massage correctly in the
3870 presence of perl switches other than "-e".
3871
111259b4
GM
38721999-11-01 Markus Rost <rost@ias.edu>
3873
3874 * dired-x.el (dired-smart-shell-command): Use
3875 shell-command-history as in shell-command.
3876
dd5c96e8
GM
38771999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3878
3879 * userlock.el (ask-user-about-lock): Doc fix.
3880
ca693be8
GM
3881 * frame.el: Doc fixes.
3882
400a1ed0
GM
38831999-11-01 Gerd Moellmann <gerd@gnu.org>
3884
db8878fb
GM
3885 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
3886 of show-cursor.
3887 (blink-cursor-start, blink-cursor-end): Ditto.
3888
400a1ed0
GM
3889 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
3890
aeb721fe
GM
38911999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3892
3893 * window.el (walk-windows): If ALL-FRAMES is a frame,
3894 start on that frame. Use save-selected-window.
3895
314808dc
GM
38961999-11-01 Gerd Moellmann <gerd@gnu.org>
3897
3898 * simple.el (end-of-buffer): Use window-end to find the window end
3899 instead of vertical-motion because this handles variable-height
3900 lines correctly.
3901
3af0304a
MK
39021999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
3903
314808dc 3904 * ediff.el: Version change.
4ff3fcc7 3905
314808dc 3906 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
3af0304a
MK
3907 make sure you are in a good frame before deleting other
3908 windows.
314808dc 3909 (ediff-file-checked-in-p): Don't consider CVS
3af0304a
MK
3910 files checked in.
3911 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
3912 are writing to a newly created empty file.
3913
314808dc 3914 * ediff-mult.el (ediff-show-session-group-hook): New default.
3af0304a
MK
3915
3916 * ediff-vers.el (ediff-pcl-cvs-view-revision):
314808dc 3917 First cd to the file directory. reportedly works
3af0304a
MK
3918 better with remote files.
3919
3920 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
314808dc 3921 Use file-name-nondirectory when passing files to CVS.
4ff3fcc7 3922
400a1ed0 3923 * ediff-diff.el (ediff-cmp-options): New variable.
314808dc 3924 (ediff-same-file-contents): Use ediff-cmp-options.
4ff3fcc7 3925
3af0304a 3926 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
314808dc 3927 ediff-get-patch-buffer): Use current buffer if it appears to be a
3af0304a 3928 patch.
4ff3fcc7 3929
400a1ed0
GM
3930 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
3931 C-g
3af0304a 3932
314808dc
GM
3933 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
3934 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
3af0304a 3935 (viper-save-cursor-color,viper-restore-cursor-color):
314808dc 3936 Improved cursor color handling.
3af0304a 3937 (viper-get-saved-cursor-color-in-replace-mode,
314808dc 3938 viper-get-saved-cursor-color-in-insert-mode): New functions for
3af0304a
MK
3939 better cursor color handling.
3940
3941 * viper-ex.el (ex-read,ex-edit):
314808dc
GM
3942 Fixes for correct interpretation of #,%.
3943 (viper-ex): Now works correctly when called from other functions.
3944 (viper-glob-function): New variable.
3945 (viper-ex): Save excursion before doing :global.
3af0304a 3946
314808dc 3947 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
4ff3fcc7 3948
3af0304a
MK
3949 * viper-cmd.el (viper-post-command-sentinel,
3950 viper-insert-state-post-command-sentinel,
314808dc 3951 viper-insert-state-pre-command-sentinel): Takes better care of
3af0304a 3952 cursor colors.
314808dc
GM
3953
3954 * viper.el: Version change.
3af0304a 3955
575ed805
GM
39561999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
3957
3958 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
3959 that the modeline display was updated *only* when
3960 `whitespace-display-in-modeline' was set, not otherwise.
3961
17d28a2a
GM
39621999-10-30 Gerd Moellmann <gerd@gnu.org>
3963
e79ad8a1
GM
3964 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
3965 "frac12".
3966
17d28a2a
GM
3967 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
3968 ad-activate.
3969
dd24f431
GM
39701999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
3971
2bdedac1
GM
3972 * whitespace.el: Test for existence of `defcustom' and `defgroup'
3973 using fboundp instead of assuming that these are not present in
3974 particular flavors of emacs.
3975 (whitespace-version): Update to 2.8
3976 (whitespace-display-in-modeline): Add custom variable to control
3977 displaying the whitespace errors on the modeline based on
3978 suggestion from <klaus.berndl@sdm.de>
3979 (whitespace-buffer): Now returns `t' if unclean and `nil' if
3980 clean, to enable using as a hook function, as suggested by Puneet
3981 Goel <puneet@computer.org>
3982 (whitespace-buffer): Fix a subtle bug that cleaned up only if
3983 quiet was not set, even with whitespace-auto-cleanup set.
3984 (whitespace-mode-line): Now uses less modeline real estate and
3985 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
3986 which is present in the file, and <y> is any type of whitespace
3987 whose check has been suppressed by setting
dd24f431 3988 `whitespace-check-<whitespace-type>' to nil.
2bdedac1
GM
3989 (whitespace-unchecked-whitespaces): New function to return the
3990 list of whitespaces for whom checks have been suppressed.
3991 (whitespace-display-unchecked-whitespaces): Renamed to
3992 `whitespace-update-modeline' to reflect its functionality.
dd24f431 3993
e8d017d0
GM
39941999-10-30 Gerd Moellmann <gerd@gnu.org>
3995
4ff3fcc7 3996 * progmodes/compile.el (compilation-error-regexp-alist):
e8d017d0
GM
3997 Undo previous change.
3998
0000a0cc
DL
39991999-10-28 Dave Love <fx@gnu.org>
4000
4001 * help.el (help-follow): Make arg optional again and really
4002 default to point.
4003
eec3232e
GM
40041999-10-28 Gerd Moellmann <gerd@gnu.org>
4005
37ed1e56 4006 * paths.el (rmail-file-name): Make it an option.
4ff3fcc7 4007
eec3232e
GM
4008 * progmodes/ada-mode.el, progmodes/ada-prj.el,
4009 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
4010 comment fixes.
4011
a2ad7096 4012 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4ff3fcc7
SS
4013 MIPS Pro 7.3 compiler error message syntax.
4014
42f6a24a
DL
40151999-10-27 Dave Love <fx@gnu.org>
4016
4017 * progmodes/compile.el: Checkdoc-inspired fixes.
4018
e20192f4
GM
40191999-10-27 Gerd Moellmann <gerd@gnu.org>
4020
4021 * lpr.el (print-buffer): Doc-string fix.
4022
fce44373
DL
40231999-10-27 Dave Love <fx@gnu.org>
4024
4025 * emacs-lisp/advice.el: Doc fixes.
4026 (ad-lemacs-p): Removed.
4027 (advice): Add :link to defgroup.
4028
a21da928
KH
40291999-10-27 Kenichi Handa <handa@etl.go.jp>
4030
4031 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
4032 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
4033
c095ddb9
RS
40341999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4035
4036 * window.el (walk-windows): If ALL-FRAMES is a frame,
4037 start on that frame. Use save-selected-window.
4038
17dbfaad
GM
40391999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4040
4041 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
4042 ad-activate. All callers changed, including those in data.c.
4043 (ad-activate-internal-off): Renamed from ad-activate-off.
4044 All uses changed.
4045 (ad-activate): Renamed from ad-activate-on. All uses changed.
4ff3fcc7 4046 (ad-start-advice, ad-stop-advice, ad-recover-normality):
17dbfaad
GM
4047 Alter the definition of ad-activate-internal, not ad-activate.
4048
2bea706b
GM
40491999-10-26 Gerd Moellmann <gerd@gnu.org>
4050
4051 * startup.el (command-line-1): Add support for command line
4052 arguments `file' and `execute'. Fix handling of `visit'.
4053
bf294e6e
KH
40541999-10-26 Kenichi Handa <handa@etl.go.jp>
4055
4056 * international/mule-cmds.el (read-input-method-name): Handle the
4057 case that the arg DEFAULT is symbol.
4058
4059 * international/mule-diag.el (mule-diag): Handle the case that
4060 default-input-method is symbol.
4061
d5c3f902
GM
40621999-10-26 Gerd Moellmann <gerd@gnu.org>
4063
4064 * textmodes/tildify.el: New file.
4065
e3384ae7
GM
40661999-10-25 Sam Steingold <sds@ksp.com>
4067
4068 * Makefile (compile-files): Fixed the "tr" strings.
4069 (EMACS): Set to ../src/emacs.
4070
bd3c545d
GM
40711999-10-25 Gerd Moellmann <gerd@gnu.org>
4072
4073 * info.el (Info-build-node-completions): Add '("*") to the
4074 completion list.
4075
9626b928
GM
40761999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4077
4078 * frame.el (auto-raise-mode): When enabling the mode,
4079 immediately raise the selected frame.
4ff3fcc7 4080
6528f1ca
GM
4081 * indent.el (indent-region): Doc fix.
4082
2c8e6211
GM
4083 * comint.el (comint-output-filter): Make the Comint buffer current
4084 for the comint-preoutput-filter-functions.
4085
93baa0ea
GM
4086 * mail/reporter.el: Doc fix.
4087
322524b2
SE
40881999-10-24 Stephen Eglen <stephen@gnu.org>
4089
2454554e 4090 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
4ff3fcc7 4091 that Octave lisp files can also run under XEmacs 20.
2454554e
SE
4092 (require 'custom) added so that files can run under Emacs 19.34.
4093
322524b2
SE
4094 * iswitchb.el (iswitchb-default-keybindings): No need to use
4095 read-kbd-macro in keybindings.
4096
af372af6
DL
40971999-10-23 Dave Love <fx@gnu.org>
4098
4099 * elide-head.el: New file.
4100
8ac52782
GM
41011999-10-23 Gerd Moellmann <gerd@gnu.org>
4102
4103 * Makefile (compile-files, backup-compiled-files): New targets.
4104 (bootstrap, bootstrap-clean): Ditto.
4105
0b61dad2
PE
41061999-10-22 Paul Eggert <eggert@twinsun.com>
4107
4108 * international/mule-cmds.c (locale-language-names):
4109 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
4110 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
4111 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
4112 Use Latin-8 for Welsh.
4113 Use Latin-1 for English if "en" is explicitly specified.
4114 Use Latin-1 for Scots Gaelic, Tagalog.
4115 Use Latin-1 (not Latin-4) for Greenlandic.
4116 Use Latin-1 (not Latin-2) for Albanian.
4117 (locale-preferred-coding-systems, locale-language-names):
4118 Remove generic ISO 8859 locales; locale-charset-language-names now
4119 does this.
4120 (locale-charset-language-names): New variable.
4121 (set-locale-environment): Use language name specified by
4122 locale-charset-language-names if its charsets disagree with the
4123 language name specified by locale-language-names.
4124
05f0d15a
DL
41251999-10-22 Dave Love <fx@gnu.org>
4126
a564ebfc
DL
4127 * make-mode.el: Minor doc fixes.
4128
05f0d15a
DL
4129 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
4130
902e7be8
DL
41311999-10-21 Dave Love <fx@gnu.org>
4132
4133 * loadup.el: Add latin-8, latin-9.
4134
951bc45f
PE
41351999-10-20 Paul Eggert <eggert@twinsun.com>
4136
4137 * disp-table.el (standard-display-european): Remove undocumented
4138 arg AUTO; no longer used by startup.el. Do not attempt to treat
4139 all non-English language environments as coding system names.
4140 Instead, use the downcased language environment name as a coding
4141 system name if it is one; otherwise, use latin-1.
4142
42afed7c
GM
41431999-10-20 Gerd Moellmann <gerd@gnu.org>
4144
4145 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
4146 that were split so that part of the comment appeared as Lisp code.
4147
3ad114e5
KH
41481999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4149
4150 * ps-bdf.el: Doc fix.
4151
4152 * ps-print-def.el: New file: common definitions for all parts of
4153 ps-print.
4154 (ps-multibyte-buffer): Moved from ps-mule.
4155
4156 * ps-mule.el: File dependence fix.
4157 (ps-multibyte-buffer): Moved to ps-print-def.
4158
4159 * ps-print.el: Doc fix, better customization.
4160 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
4161 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
4162 (ps-end-file): Doc fix.
4163 (ps-setup, ps-begin-file): Fun fix.
4164 (postscript): New group.
4165 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
4166 (ps-print-prologue-1): Adjust PostScript programming.
4167 (ps-print): Adjust group hierarchy.
4168 (ps-print-n-up, ps-print-zebra, ps-print-background,
4169 ps-print-printer)
4170 (ps-print-page): New subgroups.
4171 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
4172 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
4173 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
4174 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
4175 (ps-zebra-stripe-height, ps-print-background-image)
4176 (ps-print-background-text, ps-spool-config): Adjust customization.
4177 (dos-ps-printer): Definition eliminated.
4178
41791999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4180
4181 * ps-mule.el: Doc fix, define functions properly if mule package is
4182 loaded or not.
4183 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
4184 mule package is loaded or not.
4185
4186 * ps-print.el: Doc fix, n-up printing.
4187 (ps-print-version): New version number (5.0).
4188 (ps-page-dimensions-database): Added document media.
4189 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
4190 (ps-page-order, ps-printing-region-p): New vars.
4191 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
4192 funs.
4193 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
4194 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
4195 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
4196 (ps-n-up-xstart, ps-n-up-ystart): New macros.
4197 (ps-print-begin-sheet-hook): New hook.
4198 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
4199 const.
4200 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
4201 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
4202 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
4203 (ps-count-lines): Changed to defun.
4204 (ps-header-page): Changed to defsubst, fix fun.
4205 (ps-printing-region): Doc fix, adjust programming code.
4206 (ps-output-boolean, ps-background-pages, ps-background-text)
4207 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
4208 programming code.
4209
42101999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4211
4212 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
4213 (ps-print-version): New version number (4.2).
4214 (ps-spool-config, ps-spool-tumble): New vars.
4215 (ps-print-prologue-1): Changed to defconst, adjust PostScript
4216 programming, new PostScript procedure to handle errors.
4217 (ps-print-prologue-2): Changed to defconst.
4218 (ps-print-duplex-feature): New const: duplex and tumble setting.
4219 (ps-setup, ps-begin-file): Fix funs.
4220 (ps-boolean-capitalized): New fun.
4221
cc953d27
SM
42221999-10-19 Stefan Monnier <monnier@cs.yale.edu>
4223
4224 * Makefile (dontcompilefiles): Obsoleted.
4225 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
4226 (EL): Unused.
4227 (temacs): Removed (unused).
4228 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
f28eba7b 4229 version of the file (necessary for the update to work properly).
cc953d27
SM
4230 (autoloads): Force the use of `pwd`/loaddefs.el.
4231 (updates); Redefined in terms of other targets to reduce redundancy.
4232 (.el.elc): New default rule, just in case you want it.
4233 (compile): Use a single invocation of Emacs.
4234 (bootstrap-compile); Unneeded.
4235 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
4236
57bc81bf
DL
42371999-10-19 Dave Love <fx@gnu.org>
4238
4239 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
4240
03d50ed6
GM
42411999-10-19 Sam Steingold <sds@ksp.com>
4242
4243 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
4244 comply with the comment.
4245
afa95cac
GM
42461999-10-19 Gerd Moellmann <gerd@gnu.org>
4247
4248 * autorevert.el (auto-revert-mode): Make auto-revert-mode
4249 permanent-local.
4250
c22d928f 42511999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
4ff3fcc7 4252
c22d928f
GM
4253 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
4254 value: \"lpr\" changed to "lpr"
4255 (ps-mode-version): New constant
4256 (ps-mode-show-version): New function, added key in ps-mode-map
4257 (ps-run-messages): Removed
4258 (ps-run-font-lock-keywords-2): New defcustom variable replacing
4259 ps-run-messages. These keywords now include the value of
4260 ps-run-prompt, making its fontification customizable.
4261 (ps-run-init): Removed \\n from docstring, it is now added when
4262 the value is used
4263 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
4264 ps-run-prompt
4265 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
447af88f 4266 customizable variables in doc-string (its equivalent
c22d928f
GM
4267 ps-run-messages was missing in previous version of the doc-string)
4268 (ps-run-mode): Simplified assignment to font-lock-defaults, using
4269 symbols only
4ff3fcc7 4270
f20386e5
GM
42711999-10-19 Alex Schroeder <alex@gnu.org>
4272
4273 * ansi-color.el: Complete rewrite.
4274
64ed733a
PE
42751999-10-19 Paul Eggert <eggert@twinsun.com>
4276
4277 Fix bootstrapping problems.
4278 Use the system locale to specify Emacs locale defaults.
4ff3fcc7 4279
64ed733a
PE
4280 * international/mule-cmds.el (global-map):
4281 Do not use backquote, because that makes a bootstrapping
4282 problem if you need to recompile all Lisp files using interpreted code.
4283 * international/mule.el (charset-id, charset-bytes,
4284 charset-dimension, charset-chars, charset-width,
4285 charset-direction, charset-iso-final-char,
4286 charset-iso-graphic-plane, charset-reverse-charset,
4287 charset-short-name, charset-long-name, charset-description,
4288 charset-plist): Likewise.
4289 * subr.el (save-match-data): Likewise.
4290
4291 * international/mule-cmds.el
4292 (set-display-table-and-terminal-coding-system): New function,
4293 containing code migrated out of set-language-environment.
4294 (set-language-environment, set-locale-environment): Use it.
4295 (locale-translation-file-name): Moved here from startup.el.
4296 (locale-language-names, locale-preferred-coding-systems):
4297 New vars.
4298 (locale-name-match, set-locale-environment): New functions.
4299
4300 * language/japan-util.el (setup-japanese-environment-internal):
4301 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
4302
4303 * startup.el (iso-8859-n-locale-regexp): Remove.
4304 (locale-translation-file-name): Move to mule-cmds.el.
4305 (command-line): Move locale-stuff into set-locale-environment.
4306
c4d9fb07
DL
43071999-10-18 Dave Love <fx@gnu.org>
4308
4309 * abbrev.el (add-abbrev, inverse-add-abbrev)
4310 (expand-region-abbrevs): Remove properties from buffer text.
4311
0ffc420f
GM
43121999-10-17 Gerd Moellmann <gerd@gnu.org>
4313
600f9d03
GM
4314 * iswitchb.el (iswitchb-exhibit): Extract user-input only
4315 from the mini-buffer, without the prompt.
4ff3fcc7 4316
0ffc420f
GM
4317 * simple.el (minibuffer-prompt-end): Return the position
4318 after the prompt, not the position of that last character
4319 of the prompt.
4320
cd876a91
GM
43211999-10-17 Miles Bader <miles@gnu.org>
4322
4323 * simple.el: Doc fixes.
4324
43251999-10-17 Miles Bader <miles@gnu.org>
4326
4ff3fcc7 4327 * simple.el (previous-matching-history-element, next-history-element):
cd876a91
GM
4328 Change to work correctly even if the point is in the prompt.
4329 (choose-completion-string): Likewise.
4330 (minibuffer-prompt-width): New function (compatibility with old subr).
4331
4ff3fcc7 4332 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
cd876a91
GM
4333 When constraining the final position to the current field,
4334 don't use the ONLY-IN-LINE mode of constrain-to-field.
4335
43361999-10-17 Miles Bader <miles@gnu.org>
4337
4338 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
4339 constrain-to-field.
4340 * textmodes/paragraphs.el (forward-sentence): Likewise.
4341
43421999-10-17 Miles Bader <miles@gnu.org>
4343
4344 * simple.el (line-move): Use constrain-to-field to avoid
4345 moving into a prompt.
4346 (previous-complete-history-element): Clarify doc string.
4347 (next-complete-history-element): Likewise.
4348 Use field-beginning instead of point-min.
4349 (next-matching-history-element): Use field-beginning and
4350 erase-field instead of point-min and erase-buffer.
4351 * textmodes/paragraphs.el
4352 (forward-paragraph, forward-sentence): Likewise.
4353 (backward-kill-paragraph, backward-kill-sentence): Remove code to
4354 constrain the kill to an field, as the movement commands now
4355 do this.
4356
43571999-10-17 Miles Bader <miles@gnu.org>
4358
4359 * simple.el (previous-matching-history-element): Get the
4360 minibuffer input with field-string instead of buffer-string.
4361 (choose-completion-string): Likewise.
4362 (next-history-element): Likewise.
4363 Erase the minibuffer input with erase-field, not erase-buffer.
4364 Use field-beginning to find the beginning of the input.
4ff3fcc7 4365 * textmodes/paragraphs.el (backward-kill-sentence):
cd876a91
GM
4366 Remove minibuffer-prompt hack.
4367 Constrain to any input field.
4368
ff69e012
GM
43691999-10-17 Sam Steingold <sds@ksp.com>
4370
4371 * bindings.el (completion-ignored-extensions): Added ".sparcf"
4372 for CMUCL on sparc and ".ufsl" for LispWorks.
4373 (bound-and-true-p): Bugfix: free variable `v'.
4374
faa5fa58
DL
43751999-10-16 Dave Love <d.love@dl.ac.uk>
4376
4377 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
4378 (edebug-uninstall-read-eval-functions): Use load-read-function,
4379 avoiding elisp-eval.
4380
3f6f7508
GM
43811999-10-16 Sam Steingold <sds@ksp.com>
4382
4383 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
4384 instead of `eql'.
4385
767d12f2
SM
43861999-10-14 Stefan Monnier <monnier@cs.yale.edu>
4387
4388 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
4389 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
4390 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
4391 * ediff-util.el (ediff-make-temp-file):
4392 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4393 * emerge.el (emerge-make-temp-file):
4394 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
4395 * vc.el (vc-update-change-log):
4396 * mail/mailpost.el (post-mail-send-it):
4397 * mail/metamail.el (metamail-region):
4398 * progmodes/cmacexp.el (c-macro-expansion):
4399 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
4400
e889eabc
GM
44011999-10-15 Gerd Moellmann <gerd@gnu.org>
4402
4403 * smtpmail.el (smtpmail-via-smtp): Add support for
4404 automatically appending a domain to RCPT TO: addresses.
4405
85852dc7
GM
44061999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4407
4408 * dired.el (dired-insert-directory): Insert the amount of
4409 free space after the total size.
4410 (dired-free-space-program, dired-free-space-args): New variables.
4411
7845335b
GM
44121999-10-14 Karl Heuer <kwzh@gnu.org>
4413
4414 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
4415
01f0566b
DL
44161999-10-14 Dave Love <fx@gnu.org>
4417
4ff3fcc7 4418 * international/characters.el:
01f0566b
DL
4419 * international/fontset.el:
4420 * international/mule-conf.el: Add latin-iso8859-1[45].
4421
4422 * language/european.el: Add Latin-8, Latin-9. Modify some doc
4423 strings.
4424
4425 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
4426 (command-line): Detect Latin-[89] locales.
4427
b7c1e329
SM
44281999-10-13 Stefan Monnier <monnier@cs.yale.edu>
4429
4430 * international/mule-cmds.el (select-safe-coding-system)
f28eba7b
SM
4431 (leim-list-header): Avoid the use of strings that start with backslash
4432 newline since lread.c:read1 has a hack to turn those strings into
4433 integer 0 during the loadup.el process.
b7c1e329 4434
f28eba7b 4435 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
b7c1e329 4436
c765b723
DL
44371999-10-13 Dave Love <fx@gnu.org>
4438
4439 * image.el (insert-image): Copy the image spec and add an
4440 intangible property.
4441
4fceda3c
SM
44421999-10-13 Stefan Monnier <monnier@cs.yale.edu>
4443
c765b723
DL
4444 * help.el (help-xref-interned): Make it also work on variable-only
4445 and function-only symbols.
4446 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
4447 (help-follow): If the point under mouse is not highlighted, try
4448 `help-xref-interned' on the pointed-to symbol anyway.
accd1266 4449
c765b723
DL
4450 * info.el (Info-on-current-buffer): New entry point.
4451 (Info-find-node): Split into two for Info-on-current-buffer to
4452 hook into it.
4fceda3c 4453 (Info-current-file, Info-set-mode-line, Info-up):
c765b723 4454 Info-current-file can now be t.
f28eba7b 4455 (Info-clone-buffer-hook): Function for `clone-buffer'.
c765b723 4456 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
f28eba7b 4457 Make `clone-buffer' available in various ways to the user.
4fceda3c 4458
ce87039d
SM
44591999-10-12 Stefan Monnier <monnier@cs.yale.edu>
4460
c765b723
DL
4461 * simple.el (shell-command, shell-command-on-region): Use
4462 make-temp-file.
4463 (clone-buffer, clone-process, clone-buffer-hook): New functions.
b005abd5 4464
c765b723
DL
4465 * subr.el (with-current-buffer): Don't use backquotes to avoid
4466 bootstrapping problems.
4ff3fcc7 4467
c765b723
DL
4468 * loadup.el (load-path): Add subdirs for bootstrapping.
4469 (docstrings): Ignore errors during bootstrapping.
4470 (args): New `bootstrap' argument (for use in place of `dump').
ce87039d 4471
1a7244d9
GM
44721999-10-12 Emmanuel Briot <briot@gnat.com>
4473
4474 * ada-stmt.el: Doc-string fixes.
4475
99485bca
GM
44761999-10-12 Gerd Moellmann <gerd@gnu.org>
4477
7518ed7b
GM
4478 * recentf.el: New file.
4479
99485bca
GM
4480 * ps-mode.el: New file.
4481
4482 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
4483 case insensitive.
4484
4b9347b3
GM
44851999-10-12 Richard Sharman <rsharman@pobox.com>
4486
4487 * sh-script.el: Added support for indenting existing scripts.
4488 (sh-mode-map): Added new bindings.
4489 (sh-mode): Updated mode doc-string for new commands, added
4490 make-local-variable calls, initialize mode-specific variables.
4491 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
4492 is now a different function.
4493 (sh-header-marker): Changed docstring.
4494 (sh-set-shell): Initialize mode-specific variables.
4495 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
4496 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
4497 Changed these define-skeleton calls to work with user-specified
4498 indentation settings.
4499 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
4500 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
4501 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
4502 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
4503 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
4504 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
4505 (sh-guess-basic-offset, sh-handle-after-case-label)
4506 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
4507 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
4508 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
4509 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
4510 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
4511 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
4512 (sh-handle-this-then, sh-help-string-for-variable)
4513 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
4514 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
4515 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
4516 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
4517 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
4518 (sh-remove-our-text-properties, sh-rescan-buffer)
4519 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
4520 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
4521 (sh-scan-case, sh-search-word, sh-set-char-syntax)
4522 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
4ff3fcc7 4523 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
4b9347b3
GM
4524 functions.
4525 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
4526 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
4527 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
4528 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
4529 (sh-var-list): New variables.
4ff3fcc7 4530
b07ea410
GM
45311999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
4532
7518ed7b
GM
4533 * quickurl.el (quickurl-list-insert): `count-lines' was returning
4534 a value one line to high if the cursor wasn't at the start of a
4535 line. A `beginning-of-line' is now performed before making the
4536 call to `count-lines'.
b07ea410 4537
9c610b03
SM
45381999-10-11 Stefan Monnier <monnier@cs.yale.edu>
4539
f28eba7b 4540 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
9c610b03 4541
c652cdb8
SM
45421999-10-09 Stefan Monnier <monnier@cs.yale.edu>
4543
f28eba7b 4544 * Makefile (setwins): Abstract out the command to find subdirectories
f6ac5659 4545 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
e2fa1e81 4546 (custom-deps, finder-data, autoloads, update-subdirs, updates)
f28eba7b 4547 (autoloads-with-other-emacs): Use it.
f6ac5659 4548
f28eba7b 4549 * diff-mode.el: New file. A mode for viewing/editing context diffs.
c652cdb8 4550
96ff0f09
GM
45511999-10-09 Gerd Moellmann <gerd@gnu.org>
4552
4553 * Makefile (bootstrap-compile): New target. Compile Lisp
4554 files with ../src/temacs.
4555
a0eddf92
DL
45561999-10-08 Dave Love <fx@gnu.org>
4557
4558 * ange-ftp.el: Require dired when compiling.
4559 (ange-ftp-normal-login): Allow EFS-style port specification.
4560
b02b54a8
GM
45611999-10-08 Simon Marshall <simon@gnu.org>
4562
4563 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
4564 (regexp-opt-group): Use it to get common suffixes in STRINGS.
4565 If STRINGS is nil, return "" rather than nil.
4ff3fcc7 4566
57f707e7
GM
45671999-10-08 Gerd Moellmann <gerd@gnu.org>
4568
4569 * Makefile (compile): Compile files one by one. Set load-path to
4570 current directory and subdirectories when compiling.
4ff3fcc7 4571
7ec641b8
GM
45721999-10-08 Gerd Moellmann <gerd@gnu.org>
4573
4574 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
4575 (emacs): Use it everywhere instead of EMACS.
4576 (compile): New target. Compile all Lisp files from scratch.
4577 (recompile): New target. Recompile lisp directory.
4578 (autoloads-with-other-emacs): New target. Build loaddefs.el with
4579 an Emacs executable not built in the current directory tree.
4580
1ba9c017
GM
45811999-10-07 Peter Breton <pbreton@ne.mediaone.net>
4582
4583 * filecache.el (file-cache-completion-ignore-case): New variable,
4584 defaulting to the value of completion-ignore-case.
4585 (file-cache-minibuffer-complete): Use it.
4586 (file-cache-files-matching, file-cache-files-matching-internal):
4587 New functions.
4588
92d91a2c
GM
45891999-10-07 Emmanuel Briot <briot@gnat.com>
4590
4591 * ada-xref.el: New file
4592
4593 * ada-prj.el: New file
4594
4595 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
4596
4597 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
4598 subprogram being created.
4599
4600 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
4601 ada-indent-newline-indent): Rewritten to support the new indentation
4602 scheme
4603
4604 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
4605 New functions
4606
4607 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
4608 justification parameter
4609
4610 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
4611 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
4612 external program
4613
2acb0c8a
DL
46141999-10-07 Dave Love <fx@gnu.org>
4615
4616 * bindings.el (bound-and-true-p): New macro.
4617 (make-mode-line-mouse-sensitive): Don't require easymenu.
4618
f5737ad2
GM
46191999-10-07 Gerd Moellmann <gerd@gnu.org>
4620
4621 * custom.el (defface): Extend documentation for new values of
4622 `type'.
4623
4624 * faces.el (face-spec-set-match-display): Recognize `type' of
4625 `motif', `lucid', `x-toolkit'.
4626 (menu): New face.
4627
08aecf04
DL
46281999-10-05 Dave Love <fx@gnu.org>
4629
4630 * files.el: Recognize temporary crontab files.
4631
2980e106
DL
4632 * info.el: Require jka-compr when compiling.
4633 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
4634
6edcb099
DL
46351999-10-04 Dave Love <fx@gnu.org>
4636
4637 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
4638 scroll-up-aggressively, scroll-down-aggressively.
4639
6edcb099 4640 * time.el (display-time-mode): Add autoload cookie.
4ff3fcc7 4641
1270d7ca 4642 * rect.el (delete-extract-rectangle): Doc fix from verna.
6edcb099
DL
4643
4644 * help-macro.el (three-step-help): Customize.
4645
657f51c4
PR
46461999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4647
4648 * hexl.el (hexlify-buffer): Move point in proper range
4649 if it is too large.
4650 (hexl-after-revert-hook): Update hexl-max-address.
4651 (hexl-address-to-marker): Doc fix.
4652
d56a5054
DL
46531999-10-03 Dave Love <fx@gnu.org>
4654
4655 * image.el (defimage): Remove redundant code. Substitute file in
4656 image plist.
4657
46581999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
4659
4660 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
4661 when doing with-temp-file.
4662
46631999-10-01 Dave Love <fx@gnu.org>
4664
4665 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
4666
4667 * help.el: Require view when compiling.
4668 (view-emacs-FAQ): Use Info version.
4669
0767b41e
DL
46701999-09-29 Ken'ichi Handa <handa@gnu.org>
4671
4672 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
4673 (normat->normal). Use correct font names for Korean
4674 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
4675
46761999-09-29 Kenichi Handa <handa@etl.go.jp>
4677
4678 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
4679 code not used by KOI8 to the same 8-bit code instead of mapping to
4680 SPC.
4681 (cyrillic-alternativnyj-decode-table): Likewise.
4682
46831999-09-29 Alex Schroeder <alex@gnu.org>
4684
f28eba7b 4685 * sql.el (sql-imenu-generic-expression): Aew, used to set
0767b41e
DL
4686 imenu-generic-expression.
4687 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
4688 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
4689 imenu-case-fold-search, and imenu-syntax-alist.
4690 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
4691 setting font-lock-defaults' SYNTAX-ALIST.
4692
e719a6e5
DL
46931999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4694
4695 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
4696 macro, try again.
4697
0767b41e
DL
46981999-09-28 Dave Love <fx@gnu.org>
4699
4700 * cus-edit.el (custom-comment): Change widget definition.
4701 (custom-comment-create, custom-comment-show)
4702 (custom-comment-invisible-p): Don't use :comment-overlay.
4703 (custom-comment-hide): New function.
4704 (custom-variable-set, custom-variable-save)
4705 (custom-variable-reset-standard, custom-face-set)
4706 (custom-face-save): Use it.
4707
d177c583
PR
47081999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4709
4710 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
4711
7fce61e9
PR
47121999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4713
4714 * faces.el (region): Doc fix.
4715
0767b41e
DL
47161999-09-27 Dave Love <fx@gnu.org>
4717
4718 * isearch.el (isearch): Add :links in defgroup.
4719 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
4720 (isearch-switch-frame-handler): Comment out (unused).
4721 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
4722 (isearch-ring-retreat-edit): Doc fix.
4723 (isearch-mouse-yank): New command.
4724 (isearch-last-command-char): Removed. Callers changed to use
4725 last-command-char.
4726 (isearch-char-to-string): Removed. Callers changed to use
4727 char-to-string.
4728
27271329
PR
47291999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
4730
4731 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
4732 option for Russian.
4733
0767b41e
DL
47341999-09-25 Gerd Moellmann <gerd@gnu.org>
4735
4ff3fcc7 4736 * faces.el (face-differs-from-default-p): Compare face
0767b41e
DL
4737 attributes individually.
4738
4739 * image.el (put-image, insert-image): Add string argument.
4740
47411999-09-24 Gerd Moellmann <gerd@gnu.org>
4742
4743 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
4744 LANG=de_DE.iso88591 on HPUX 11.0.
4745
4746 * dired.el (dired-move-to-filename-regexp): Make it work
4747 for LANG=de_DE.iso88591 on HPUX 11.0.
4748
e3bcca75
GM
47491999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4750
4751 * info.el (info-initialize): Don't test existence of ALTERNATIVE
4752 if we know for some other reason it should not be used.
4753
1bd55d5a
GM
4754 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
4755 New variable.
4756 (edebug-recursive-edit): Save current-prefix-arg there,
4757 bind it, and set it back at the end.
4758 (edebug-outside-excursion): Restore and update the outside
4759 value of current-prefix-arg.
4760 (edebug-emacs-version-specific): Delete support for Epoch.
4761
c0ea222e
GM
47621999-09-24 Howard Melman <howard@silverstream.com>
4763
4764 * imenu.el (imenu-after-jump-hook): New variable.
4765 (imenu): Run menu-after-jump-hook.
4766 (imenu-name-lookup-function): New variable.
4767 * imenu.el (imenu--in-alist): Use those variables.
4ff3fcc7 4768
0767b41e
DL
47691999-09-24 Carsten Dominik <cd@gnu.org>
4770
4771 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
4ff3fcc7 4772 multiple thebibliography environments.
0767b41e
DL
4773
4774 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
4775 with recentering window.
4776 (reftex-extract-bib-entries-from-thebibliography,
4777 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
4778 with multiple thebibliography environments.
4779
4780 * textmodes/reftex-vars.el
4781 (reftex-section-levels): Function allowed as cdr.
4782 (reftex-max-section-depth) New option.
4783
4784 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
4785 with multiple thebibliography environments.
4786
47871999-09-23 Gerd Moellmann <gerd@gnu.org>
4788
4789 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
4790 instead of point-min in call to delete-region.
4791
47921999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
4793
4794 * vc.el (vc-backend-checkout): Use with-temp-file when checking
4795 out into arbitrary file names.
4796
47971999-09-19 Ken'ichi Handa <handa@gnu.org>
4798
4799 * language/european.el ("Turkish"): New language environment.
4800
48011999-09-19 Dave Love <fx@gnu.org>
4802
4803 * delim-col.el: New file.
4804
48051999-09-17 Richard Stallman <rms@gnu.org>
4806
4807 * files.el (after-find-file): When visiting a backup file,
4808 make it read-only.
4809
4810 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
4811 (apropos-keybinding-face, apropos-label-face): Likewise.
4812 (apropos-property-face, apropos-match-face): Likewise.
4813 (apropos-label-properties): New variable.
4814 (apropos-print-doc): Use apropos-label-properties.
4815 (apropos-print): Set apropos-label-properties.
4816
48171999-09-15 Richard Stallman <rms@gnu.org>
4818
4819 * winner.el: Use aref instead of sref.
4820
4821 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
4822
48231999-09-14 Gerd Moellmann <gerd@gnu.org>
4824
4825 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
4826
48271999-09-14 Richard Stallman <rms@gnu.org>
4828
4829 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
4830 cookie, even if followed by a letter.
4831
48321999-09-14 Stephen Eglen <stephen@gnu.org>
4833
4834 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
4835 --no-line-editing are passed to Octave by including them here
4836 rather than storing them in inferior-octave-startup-args.
4837
48381999-09-14 Eli Zaretskii <eliz@gnu.org>
4839
4840 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
4841 command, option, env and sc.
4842
4843 * subr.el (shell-quote-argument): Quote argument with double
4844 quotes for ms-dos.
4845
48461999-09-14 Richard Stallman <rms@gnu.org>
4847
4848 * simple.el (eval-expression-print-level): New variable.
4849 (eval-expression-print-length): New variable.
4850 (eval-expression-debug-on-error): New variable.
4851 (eval-expression): Bind print-level, print-length and
4852 debug-on-error from those vars.
4853
4854 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
4855 Bind print-level, print-length and debug-on-error.
4856
48571999-09-14 Inge Frick <inge@nada.kth.se>
4858
4859 * dired.el (dired-recursive-deletes): New custom variable.
4860 (dired-re-no-dot): New variable.
4861 (dired-delete-file): New function deletes files and directories
4862 recursively.
4863 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
4864
4865 * dired-aux.el (dired-recursive-copies): New custom variable.
4866 (dired-handle-overwrite): Broke a long line.
4867 (dired-copy-file): Call `dired-copy-file-recursive' instead of
4868 `copy-file'.
4869 (dired-copy-file-recursive): New function. Copy directories
4870 recursively.
4871 (dired-do-create-files): Added support for generalized directory
4872 target. How-to function may now return a function. New fluid
4873 variable `dired-one-file'.
4874 (dired-copy-how-to-fn): New variable.
4875 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
4876 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
4877 (dired-do-copy-regexp): No recursive copies.
4878
48791999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
4880
4881 * whitespace.el (whitespace-version): Update version to 2.4
4882
4883 * whitespace.el: Add customization variables to conditionally test
4884 any of the five whitespaces, per request from Rune Kleveland
4885 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
4886
4887 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
4888
4889 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
4890 list of modes to be checked for bogus whitespaces.
4891
4892 * whitespace.el (whitespace-rescan-timer-time): Update
4893 documentation.
4894
4895 * whitespace.el (whitespace-display-unchecked-whitespaces):
f28eba7b 4896 New function to update modeline with untested whitespaces.
0767b41e
DL
4897
4898 * whitespace.el (whitespace-buffer): Test only whitespaces whose
4899 checking is turned on, and update modeline using the newly created
4900 `whitespace-display-unchecked-whitespaces'.
4901
4902 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
4903 whose checking is turned on, and update modeline using the newly
4904 created `whitespace-display-unchecked-whitespaces'.
4905
4906 * whitespace.el (whitespace-describe): Update documentation.
4907
4908 * whitespace.el (whitespace-tickle-timer): Test if
4909 `whitespace-rescan-timer-time' is non-zero before tickling timer.
4910
49111999-09-13 Dave Love <fx@gnu.org>
4912
4913 * hideif.el (hide-ifdef-mode): Add autoload cookie.
4914
4915 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
4916 for temp buffer.
4917 (checkdoc-this-string-valid): Don't assume default comment-start.
4918
49191999-09-13 Gerd Moellmann <gerd@gnu.org>
4920
4921 * rsz-mini.el: Remove code, keep the interface.
4922
49231999-09-13 Dave Love <fx@gnu.org>
4924
4925 * help.el (help-highlight-p): Doc fix.
4926
4927 * faces.el (mode-line, header-line, tool-bar): Add :version.
4928 (highlight, secondary-selection): Add :group.
4929 (trailing-whitespace): Add :group, :version.
4930
4931 * wid-edit.el: Remove some compatibility code and checks.
4932 (widget-specify-field, widget-specify-button): Don't use XEmacs
4933 properties.
4934 (widget-overlay-inactive): Change error message.
4935 (widget-button-pressed-face): New variable.
4936 (widget-button-click): Use it.
4937 (widget-documentation-link-add): Specify mouse and button faces.
4938 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
4939 removed now the functionality is built in.
4940
4941 * cus-edit.el: Don't define-widget-keywords.
4942 (multimedia): New group.
4943 (custom-last): Function removed.
4944 (custom-quote): Add vectorp case, comment out characterp case.
4945 (custom-buffer-done-function, custom-raised-buttons): New option.
4946 (Custom-buffer-done): New function.
4947 (custom-buffer-create-internal): Obey custom-raised-buttons,
4948 Custom-buffer-done.
4949 (custom-button-face): Make it `released-button'.
4950 (custom-button-pressed-face): Make it `pressed-button'
4951 (custom-mode-map): Bind "q" to Custom-buffer-done.
4952 (custom-mode): Deal with raised/pressed buttons.
4953
4954 Changes from Didier Verna:
4955 (custom-prompt-variable): Optional third arg makes prompt for a
4956 comment string.
4957 (customize-set-value, customize-set-variable,
4958 customize-save-variable): Optional prefix makes function handle
4959 variable comments.
4960 (customize-customized, customize-saved, custom-variable-state-set)
4961 (custom-variable-set, custom-variable-save, custom-face-state-set)
4962 (custom-variable-reset-saved, custom-variable-reset-standard)
4963 (custom-face-set, custom-face-save, custom-face-reset-saved)
4964 (custom-face-reset-standard, customize-save-customized): Handle
4965 custom comments.
4966 (custom-comment-face, custom-comment-tag-face): New face.
4967 (custom-comment): New widget.
4968 (custom-comment-create, custom-comment-delete)
4969 (custom-comment-value-set, custom-comment-show)
4970 ()custom-comment-invisible-p): New functions.
4971 (custom-variable-value-create, custom-face-value-create): Create a
4972 comment field widget.
4973 (custom-variable-menu, custom-face-menu): New entry for custom
4974 comment.
4975 (custom-face-value-create): Remove compatibility code.
4976 (custom-save-variables, custom-save-faces): Possibly save custom
4977 comments.
4978
4979 * cus-face.el (custom-face-attributes): Simplify :underline,
4980 :overline, :inverse-video cases. Fix up :box case (probably needs
4981 more work).
4ff3fcc7 4982
0767b41e
DL
4983 Change from Didier Verna:
4984 (custom-set-faces): The arguments can now have a custom comment as
4985 fourth argument.
4986
4987 * custom.el: Don't define-widget-keywords.
4988 Change from Didier Verna:
f28eba7b 4989 (custom-set-variables): The arguments can now have a
0767b41e
DL
4990 custom comment as fifth element.
4991
49921999-09-13 Richard Stallman <rms@gnu.org>
4993
4994 * info.el (Info-find-node): Cope better if guesspos is too large.
4995
49961999-09-12 Gerd Moellmann <gerd@gnu.org>
4997
4998 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
4ff3fcc7 4999 of buffer-substring because buffer-string doesn't copy the
0767b41e
DL
5000 prompt.
5001
5002 * faces.el (mode-line): Replaces `modeline'.
5003 (toplevel): Make `modeline' an alias for `mode-line'.
5004
50051999-09-12 Gerd Moellmann <gerd@gnu.org>
5006
5007 * gs.el: Change `ghostscript' to `postscript' in comment.
5008
50091999-09-11 Rob Riepel <riepel@Stanford.EDU>
5010
5011 * emulation/tpu-edt.el (tpu-version): New version.
5012 (tpu-search-overlay, tpu-replace-overlay): New variables.
5013 (tpu-search-highlight, tpu-toggle-direction): New functions.
5014 (tpu-lm-replace): Set tpu-replace-overlay.
5015 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
5016 command hook.
4ff3fcc7 5017
0767b41e
DL
50181999-09-11 Richard Stallman <rms@gnu.org>
5019
5020 * isearch.el (isearch-mode-map): Undo previous change.
5021
5022 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
5023 use all of that as the sexp.
5024
5025 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
5026 and use the initial argument as file name directly.
5027 Likewise if nothing matches.
5028
50291999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
5030
5031 * winner.el: Major changes. Avoid changing point and mark.
5032 Save configurations after they change, not before.
4ff3fcc7 5033
0767b41e
DL
50341999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
5035
5036 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
5037 Bind print-continuous-numbering and print-number-table.
5038
50391999-09-10 Dave Love <fx@gnu.org>
5040
5041 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
5042
50431999-09-09 Richard Stallman <rms@gnu.org>
5044
5045 * whitespace.el: Finish making it fit Emacs conventions.
5046 Add autoloads.
5047
50481999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
5049
5050 * generic-x.el (bat-generic-mode): "::"-style comments don't
5051 need to begin with "-". Fix the font-lock definitions of ON/OFF
5052 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
5053 from the list of keywords. Add DO to the list of keywords.
5054
50551999-09-09 Dave Love <fx@gnu.org>
5056
b416e85a 5057 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
0767b41e
DL
5058 (byte-optimize-backward-word): New optimizations.
5059 (side-effect-free-fns, side-effect-and-error-free-fns): Add
5060 entries.
5061
50621999-09-09 Gerd Moellmann <gerd@gnu.org>
5063
5064 * image.el (put-image): Remove optional buffer parameter.
5065
5066 * faces.el (face-italic-p): Return t only for values `italic'
5067 and `oblique'.
5068
5069 * mouse.el (mouse-drag-mode-line-1): Extension of former
5070 mouse-drag-mode-line that also drags the header line.
5071 (mouse-drag-mode-line): Call it.
5072 (mouse-drag-header-line): New.
5073 (toplevel): Bind down-mouse-1 on header lines to
5074 mouse-drage-header-line.
5075
50761999-09-08 Gerd Moellmann <gerd@gnu.org>
5077
5078 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
5079 (make-mode-line-mouse-sensitive): Replace `top-line' by
5080 `header-line'.
5081
50821998-09-08 Michael Ernst <mernst@alum.mit.edu>
5083
5084 * help.el (describe-function-1): Don't return empty string for keymaps.
5085
5086 * fill.el (fill-region-as-paragraph, canonically-space-region):
5087 Respect colon-double-space at end of line.
5088
50891999-09-08 Stephen Gildea <gildea@alum.mit.edu>
5090
5091 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
5092 (backup-buffer): Use it.
5093
50941999-09-08 Peter Breton <pbreton@ne.mediaone.net>
5095
5096 * generic-x.el (generic-define-unix-modes): Added new modes:
4ff3fcc7 5097 inetd-conf-generic-mode, etc-services-generic-mode,
0767b41e
DL
5098 etc-passwd-generic-mode. These are all defined for Unix by default.
5099 (apache-generic-mode): Use an imenu-generic-expression to list
5100 Configuration keywords.
5101 (samba-generic-mode): Use both ; and # as comment characters.
5102 (samba-generic-mode): Font-lock expressions now highlight name
5103 value pairs.
5104 (bat-generic-mode): Keywords are now case-insensitive through
5105 font-lock-defaults setting.
5106 (java-properties-generic-mode): Supports both ! and # as comment
5107 characters.
5108 (java-properties-generic-mode): Added an imenu-generic-expression
5109 (java-properties-generic-mode): Reworked to support the various
4ff3fcc7 5110 different ways to separate name and value (viz, '=', ':' and
0767b41e
DL
5111 whitespace).
5112 (show-tabs-generic-mode): Added this new generic-mode.
5113
51141999-09-08 Richard Stallman <rms@gnu.org>
5115
5116 * progmodes/inf-lisp.el: Moved from top directory.
5117
5118 * tar-mode.el (tar-header-block-tokenize):
5119 Use `when' instead of `and'. Fix some clobbered text.
5120
5121 * gud.el (gud-make-debug-menu): Make a child for the
5122 local menu, for its menu bar, and the debug menu.
5123 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
5124 Use the history in the simple way.
5125
51261999-09-07 Kenichi Handa <handa@etl.go.jp>
5127
5128 * language/korea-util.el (default-korean-keyboard): Initialize it
5129 according to the environment variable HANGUL_KEYBOARD_TYPE.
5130
51311999-09-07 Richard Stallman <rms@gnu.org>
5132
5133 * subr.el (make-temp-file): New function.
5134
51351999-09-07 Stefan Monnier <monnier@cs.yale.edu>
5136
5137 * font-lock.el (font-lock-multiline): New text property contains
5138 a boolean to indicate if the char is part of a multiline match.
5139 (font-lock-default-fontify-region): Extend the region appropriately
5140 for multiline keywords.
5141 (font-lock-default-unfontify-region): Also remove the new
5142 font-lock-multiline text property.
5143 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
5144 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
5145
51461999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5147
5148 * diary-lib.el (list-diary-entries): Make sure two-digit years
5149 have leading zeros.
5150
51511999-09-07 Gerd Moellmann <gerd@gnu.org>
5152
5153 * faces.el (face-set-after-frame-default): Initialize some
5154 attributes of some faces from frame parameters.
5155
5156 * faces.el (scroll-bar, border, cursor, mouse): New faces.
5157
51581999-09-07 Gerd Moellmann <gerd@gnu.org>
5159
5160 * faces.el (fringe): Replaces face `margin'.
5161
51621999-09-07 Dave Love <fx@gnu.org>
5163
5164 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
5165
51661999-09-07 Richard Stallman <rms@gnu.org>
5167
5168 * subr.el (push): Doc fix.
5169
51701999-09-06 Richard Stallman <rms@gnu.org>
5171
5172 * vc.el (vc-annotate-display): Use < 69 not < 70
4ff3fcc7 5173 to distinguish 20YY from 19YY.
0767b41e
DL
5174
5175 * timezone.el (timezone-parse-date): Use < 69 not < 70
5176 to distinguish 20YY from 19YY.
5177
5178 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
5179
51801999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
5181
5182 * quickurl.el: (quickurl-list-focused-line): Removed.
5183 (quickurl-list-insert): Now works out the focused line using
5184 `count-lines' instead of using `quickurl-list-focused-line'.
5185
51861999-09-06 Richard Stallman <rms@gnu.org>
5187
5188 * mail/rmail.el (rmail-retry-failure): Unconditionally move
5189 to beginning of message.
5190
51911999-09-06 Dave Love <fx@gnu.org>
5192
5193 * isearch.el (isearch-mode-map): Add mouse-2.
5194
b416e85a 5195 * mail/rmail.el (rmail-read-password): Deleted.
0767b41e
DL
5196 (rmail-get-pop-password): Use read-password.
5197
5198 * quickurl.el: Don't conditionally define caddr.
5199 (quickurl-url-comment): Use nth, not caddr in function and
5200 defsetf.
5201
52021999-09-06 Richard Stallman <rms@gnu.org>
5203
5204 * auto-show.el: Doc fixes.
5205
52061999-09-06 Stephen Eglen <stephen@gnu.org>
5207
5208 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
5209 --no-line-editing so that TABs in source files are not interpreted
5210 as completion requests.
4ff3fcc7 5211
0767b41e 52121999-09-06 Gerd Moellmann <gerd@gnu.org>
4ff3fcc7 5213
0767b41e
DL
5214 * hscroll.el, auto-show.el: Remove all code, keep the public
5215 interface as no-ops.
5216
5217 * faces.el (face-bold-p): Don't return t if face has lighter
5218 weight than normal.
5219
52201999-09-06 Eli Zaretskii <eliz@gnu.org>
5221
5222 * startup.el (command-line): Make small-temporary-file-directory
5223 be nil except on ms-dos.
5224
5225 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
5226
5227 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
5228 is defined.
5229
5230 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
5231 letters with a colon after d or l.
5232
52331999-09-06 Dave Love <fx@gnu.org>
5234
b416e85a
DL
5235 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
5236 primitive.)
0767b41e
DL
5237
52381999-09-05 Richard Stallman <rms@gnu.org>
5239
5240 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
5241
5242 * textmodes/paragraphs.el (backward-kill-sentence):
5243 Don't test minibuffer-prompt-end here.
5244 (forward-sentence): Do handle it here.
5245 (backward-kill-paragraph): Don't test it here.
5246 (forward-paragraph): Handle it here.
5247
5248 * mouse.el (font-menu-add-default): Simplify code.
5249
52501999-09-05 Gerd Moellmann <gerd@gnu.org>
5251
5252 * faces.el (header-line): Renamed from `top-line'.
5253
52541999-09-05 Gerd Moellmann <gerd@gnu.org>
5255
5256 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
5257
52581999-09-04 Richard Stallman <rms@gnu.org>
5259
5260 * whitespace.el: New file.
5261
52621999-09-04 Dave Love <fx@gnu.org>
5263
5264 * paths.el: Make some doc strings obey the make-docfile convention.
5265
5266 * bindings.el: Likewise.
5267 (debug-ignored-errors): Remove BBDB ones.
5268
52691999-09-03 Richard Stallman <rms@gnu.org>
5270
5271 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
5272 not from the draft to forward.
5273
5274 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
5275
52761999-09-03 Dave Love <fx@gnu.org>
5277
5278 * double.el (double-mode): Customize the variable.
5279
52801999-09-03 Kenichi Handa <handa@etl.go.jp>
5281
5282 * international/characters.el: Delete duplicated code.
5283
52841999-09-02 Richard Stallman <rms@gnu.org>
5285
5286 * indent.el (indent-relative): Doc fix.
5287
5288 * quickurl.el (quickurl): Doc fix.
5289
52901999-09-02 Gerd Moellmann <gerd@gnu.org>
5291
5292 * faces.el (margin): Change background to "gray" for mono (this is
5293 drawn with a stipple pattern).
5294
52951999-09-02 Gerd Moellmann <gerd@gnu.org>
5296
5297 * simple.el (next-history-element): Use minibuffer-prompt-end once
5298 again. Remove test for minibuffer-prompt-in-buffer.
5299
53001999-09-02 Eli Zaretskii <eliz@gnu.org>
5301
5302 * files.el (small-temporary-file-directory): New variable.
5303
5304 * startup.el (command-line): Compute the value of
5305 small-temporary-file-directory.
5306
5307 * ediff-init.el (ediff-temp-file-prefix): Use
5308 small-temporary-file-directory if non-nil.
5309
5310 * vc.el (vc-update-change-log): Likewise.
5311
5312 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
5313
5314 * simple.el (shell-command, shell-command-on-region): Use
5315 make-temp-name properly. Use small-temporary-file-directory if
5316 non-nil, otherwise temporary-file-directory, to generate temporary
5317 files.
5318
5319 * dos-w32.el (direct-print-region-helper): Use
5320 temporary-file-directory. (From Stefan Monnier.)
5321
53221999-09-02 Richard Stallman <rms@gnu.org>
5323
5324 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
5325 from asm-comment-char.
5326 (asm-font-lock-keywords): Recognize instruction width suffixes.
5327
53281999-09-01 Richard Stallman <rms@gnu.org>
5329
5330 * play/fortune.el: New file.
5331
53321999-08-31 Dave Love <fx@gnu.org>
5333
5334 * help.el (help-make-xrefs): Don't lose on non-empty blank line
5335 after key table.
5336
b416e85a
DL
5337 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
5338 redisplay variables.
0767b41e
DL
5339
5340 * subr.el (push): Fix typo.
5341
53421999-08-30 Kevin Blake <kblake@ticnet.com>
5343
5344 * emacs-lisp/ring.el: Many doc fixes.
5345 (ring-size, ring-copy): New functions.
5346
53471999-08-29 Richard Stallman <rms@gnu.org>
5348
5349 * progmodes/etags.el (tags-loop-continue):
5350 After tags-loop-operate returns, force skip to next file.
5351
5352 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
5353 (mail-extr-first-letters, mail-extr-last-letters):
5354 Use character classes [:alpha:] and [:alnum:].
5355
5356 * subr.el (push, pop): New macros.
5357
5358 * progmodes/compile.el (compilation-error-regexp-alist):
5359 New item for SGI IRIX MipsPro compilers.
5360
5361 * speedbar.el (speedbar-directory-buttons): Recognize
5362 device names when checking for file names.
5363
5364 * array.el (array-reconfigure-rows): Use generate-new-buffer.
5365
5366 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
5367 and specially handle defvar inside their expansions.
5368 (eval-defun-1): New subroutine.
5369
5370 * progmodes/compile.el (compilation-error-regexp-alist):
5371 Fix the Perl -w entry to allow period after line number.
5372 Don't allow newlines in file name, but allow them after line number
5373 for Perl debugging traces.
5374
5375 * which-func.el (which-func-cleanup-function): New variable.
5376 (which-function): Call that function.
5377
5378 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
5379 to end a function name.
5380
5381 * informat.el (Info-tagify): Don't insert more than one newline
5382 before the tag table.
5383
53841999-08-29 Stefan Monnier <monnier@cs.yale.edu>
5385
5386 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
5387 than make-temp-name, use match-string-no-properties, and eliminate
5388 a quadratic behavior when building bibtex-strings.
5389
53901999-08-29 Alex Schroeder <alex@gnu.org>
5391
5392 * comint.el (comint-input-ring-separator): New variable.
5393 (comint-read-input-ring): Doc change; use
5394 comint-input-ring-separator when reading file.
5395 (comint-write-input-ring): Use
5396 comint-input-ring-separator when writing file.
5397
53981999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
5399
5400 * informat.el (Info-tagify): Start by widening.
5401 Match node headers that don't list the file name,
5402 and more kinds of page separations.
5403 Strip properties during tagification.
5404 Use start of node header line as tag's position.
5405 Fix the "done" message.
5406
5407 (Info-validate): Save and restore match data around narrowing down.
5408
54091999-08-28 Richard M. Stallman <rms@gnu.org>
5410
5411 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
5412 On repeated call, override previous values put into
5413 minor-mode-map-alist and minor-mode-alist.
5414
54151999-08-28 Michael Ernst <mernst@alum.mit.edu>
5416
5417 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
5418
54191999-08-27 Andreas Schwab <schwab@gnu.org>
5420
5421 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
5422 from cvs update.
5423
54241999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5425
5426 * calendar/calendar.el (calendar-move-hook): New hook.
5427
5428 * calendar/cal-move.el: Call the new hook in every movement function.
5429
5430 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
5431 the right function name.
5432
54331999-08-26 Stephen Gildea <gildea@alum.mit.edu>
5434
5435 * time-stamp.el: Put quote-backquote around all symbol names
5436 in doc strings, for mousing.
f28eba7b
SM
5437 (time-stamp): Support multi-line patterns.
5438 (time-stamp-inserts-lines): New variable.
5439 (time-stamp-count): New variable.
5440 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
0767b41e
DL
5441 "Thu" instead of "%a".
5442
54431999-08-25 Gerd Moellmann <gerd@gnu.org>
5444
5445 * simple.el (kill-word): Undo previous change.
5446
54471999-08-25 Gerd Moellmann <gerd@gnu.org>
5448
5449 * jit-lock.el (jit-lock-function): Extend the fontified range
4ff3fcc7 5450 to the beginning of the line containing the range start and
0767b41e
DL
5451 the beginning of the line following the range end.
5452
54531999-08-24 Dave Love <fx@gnu.org>
5454
5455 * timezone.el: Move provide to end.
5456 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
5457 <70 are 2000+.
5458 (timezone-parse-time): Simplify somewhat.
5459
54601999-08-24 Gerd Moellmann <gerd@gnu.org>
5461
5462 * faces.el (margin): Renamed from bitmap-area.
5463
54641999-08-24 Alex Schroeder <alex@gnu.org>
5465
5466 * sql.el: Doc changes.
f28eba7b 5467 (sql-sybase): Use sql-server instead of sql-database.
0767b41e
DL
5468
54691999-08-23 Dave Love <fx@gnu.org>
5470
5471 * rect.el: Add/fix various doc strings. Add `*' to all the
5472 interactive specs.
5473
54741999-08-21 Gerd Moellmann <gerd@gnu.org>
5475
5476 * jit-lock.el (jit-lock-function): Use line-beginning-position.
5477 Don't unwind-protect font-lock-fontify-region.
5478
5479 * paragraphs.el (backward-kill-paragraph): Don't move
5480 point into mini-buffer prompt.
5481 (backward-kill-sentence): Ditto.
5482
5483 * simple.el (next-history-element): Use minibuffer-prompt-end.
5484 Remove test for minibuffer-prompt-in-buffer.
5485 (kill-word): Don't move point into mini-buffer prompt.
5486
54871999-08-21 Dave Love <fx@gnu.org>
5488
5489 * Makefile: Exclude CVS dirs like RCS.
5490
54911999-08-19 Dave Love <fx@gnu.org>
5492
5493 * tooltip.el (tooltip-mode): Customize this, per convention.
5494 (tooltip-active): Option deleted.
5495
5496 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
5497
5498 * hanoi.el, page-ext.el: Declare dynamic vars.
5499
5500 * term.el: Avoid ange-ftp related compilation warnings.
5501
55021999-08-18 Gerd Moellmann <gerd@gnu.org>
5503
5504 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
5505 the default so that beginners can benefit from it without
5506 searching in manuals.
5507
55081999-08-18 Ray Blaak <blaak@gnu.org>
5509
5510 * progmodes/delphi.el: Consider assembly sections as blocks, to
5511 indent them better. Make auto-indent on newline optional.
5512
55131999-08-17 Gerd Moellmann <gerd@gnu.org>
5514
5515 * bindings.el (mode-line-modified): Look up key binding for C-x
5516 C-q. If it's bound call that binding, otherwise call
5517 toggle-read-only.
5518
55191999-08-17 Dave Love <fx@gnu.org>
5520
5521 * info.el (info): Doc fix.
5522
5523 * finder.el (finder-known-keywords): Add `multimedia'.
5524
5525 * apropos.el: Don't capitalize custom group name.
5526
5527 * info-look.el: Remove compatibility code.
5528 (info-lookup-guess-default*): DTRT for point at start of symbol.
5529 (info-complete): Don't lose with point not at end of symbol.
5530
55311999-08-16 Gerd Moellmann <gerd@gnu.org>
5532
5533 * term.el (toplevel): Make face `term-default' an empty face.
5534 The code relied on the fact that Emacs ignored invalid faces in
5535 face text properties in 20.4.
5536
55371999-08-16 Richard M. Stallman <rms@gnu.org>
5538
5539 * subr.el (point-at-eol, point-at-bol): New aliases.
5540
5541 * simple.el: Functions reordered.
5542
5543 * rect.el (delete-rectangle-line): Use line-end-position.
5544
55451999-08-16 Karl Heuer <kwzh@gnu.org>
5546
5547 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
5548 here from simple.el.
4ff3fcc7 5549
0767b41e
DL
55501999-08-16 Dave Love <fx@gnu.org>
5551
5552 * mouse.el: Provide `mldrag' for compatibility.
5553 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
5554 marked obsolete.
5555
5556 * mldrag.el: Removed since the features are in mouse.el.
5557
5558 * jka-compr.el (auto-compression-mode): New variable for
5559 customization.
5560
5561 * bindings.el (mode-line-mule-info): Doc fix.
5562
5563 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
5564 name comparisons.
5565
5566 * files.el (interpreter-mode-alist): Add make, guile, clisp.
5567 (find-file): Doc fix.
5568
55691999-08-16 Carsten Dominik <cd@gnu.org>
5570
5571 * textmodes/reftex.el: Most of the code moved to other files.
5572 * textmodes/reftex-auc.el: New file, split out from reftex.el
5573 * textmodes/reftex-cite.el: New file, split out from reftex.el
5574 * textmodes/reftex-global.el: New file, split out from reftex.el
5575 * textmodes/reftex-index.el: New file, split out from reftex.el
5576 * textmodes/reftex-parse.el: New file, split out from reftex.el
5577 * textmodes/reftex-ref.el: New file, split out from reftex.el
5578 * textmodes/reftex-sel.el: New file, split out from reftex.el
5579 * textmodes/reftex-toc.el: New file, split out from reftex.el
5580 * textmodes/reftex-vars.el: New file, split out from reftex.el
5581 * textmodes/reftex-vcr.el: New file, split out from reftex.el
5582
55831999-08-16 Carsten Dominik <cd@gnu.org>
5584
5585 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
5586 conflict with pop-up-frames.
5587 (reftex-special-environment-parsers): New constant.
5588 (reftex-label-alist): car of an entry can also be a function.
f28eba7b 5589 (reftex-what-special-env): Cew function.
0767b41e
DL
5590 (reftex-label-location): Call `reftex-what-special-env'.
5591 (reftex-compile-variables): Check for symbol in
5592 `reftex-label-alist'.
f28eba7b 5593 (reftex-what-environment): Fixed bug with stacked environments of
0767b41e
DL
5594 same kind (e.g. enumerate).
5595 (reftex-process-string): Preserve default directory.
f24fef2f 5596 (reftex-label-alist-builtin): Changed prefixes of endnote and
0767b41e
DL
5597 footnote. Also the magic words.
5598 (reftex-reference): Interprete new option
5599 `reftex-fref-is-default'.
5600 (reftex-replace-prefix-escapes): Interprete new `%S' format.
5601 (reftex-toc-mouse-view-line): Command removed (had no binding).
5602 (reftex-everything-regexp): New function.
5603 (reftex-nearest-match): Made better.
5604 (reftex-toc-find-section): Use new version of
5605 `reftex-nearest-match'.
f28eba7b 5606 (reftex-insert-docstruct): Adapted to work with the index stuff.
0767b41e
DL
5607 (reftex-parse-from-file): Find index entries as well.
5608 (reftex-toc-toggle-index): New function
5609 (reftex-toc-map): `i' is now used to togle the index, File
5610 boundaries has been moved to `F'.
5611 (reftex-select-label-map): Toggling display of file boundaries is
5612 now on the `F' key, for consistency with `reftex-toc-map'.
5613 (reftex-erase-all-selection-and-index-buffers): Renamed from
5614 `reftex-erase-all-selection-buffer'. Now also kills the index
5615 buffers.
5616 (reftex-viewing-cross-references): Customization group renamed
5617 from reftex-viewing-cross-references-and-citations.
5618 (reftex-index-macro-regexp,
5619 reftex-find-index-entry-regexp-format): New variables
5620 (reftex-macros-with-index): New variable
5621 (reftex-add-index-macros): New function
5622 (reftex-renumber-simple-labels, reftex-translate): Allow for
5623 multiple labels in a single ref command.
5624 (reftex-index-support): New customization group
5625 (reftex-support-index, reftex-index-special-chars,
5626 reftex-index-macros, reftex-index-default-macro,
5627 reftex-index-default-tag, reftex-index-math-format,
5628 reftex-index-section-letters, reftex-index-include-context,
5629 reftex-index-follow-mode, reftex-index-header-face,
5630 reftex-index-section-face, reftex-index-tag-face,
5631 reftex-index-face): New options
5632 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
5633 reftex-index-tag, reftex-index-return-marker,
5634 reftex-index-restriction-indicator, reftex-index-restriction-data,
5635 reftex-index-macro-regexp, reftex-index-level-re,
5636 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
5637 reftex-everything-regexp-no-index, reftex-index-re,
5638 reftex-macros-with-index, reftex-index-macro-alist): New variables
5639 (reftex-index-help, reftex-index-macros-builtin,
5640 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
5641 reftex-query-index-macro-help): New constants
5642 (reftex-index-selection-or-word, reftex-index,
5643 reftex-default-index, reftex-update-default-index,
5644 reftex-index-complete-tag, reftex-index-select-tag,
5645 reftex-index-complete-key, reftex-index-update-taglist,
5646 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
5647 reftex-display-index, reftex-insert-index,
5648 reftex-index-insert-new-letter, reftex-get-restriction,
5649 reftex-index-pre-command-hook, reftex-index-post-command-hook,
5650 reftex-index-show-help, reftex-index-next, reftex-index-previous,
5651 reftex-index-toggle-follow, reftex-index-toggle-context,
5652 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
5653 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
5654 reftex-index-quit, reftex-index-quit-and-kill,
5655 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
5656 reftex-index-revert, reftex-index-switch-index-tag,
5657 reftex-index-restrict-to-section, reftex-index-widen,
5658 reftex-index-restriction-forward,
5659 reftex-index-restriction-backward, reftex-index-visit-location,
5660 reftex-index-analyze-entry, reftex-index-globalize,
5661 reftex-index-edit, reftex-index-toggle-range-beginning,
5662 reftex-index-toggle-range-end, reftex-index-edit-key,
5663 reftex-index-edit-attribute, reftex-index-edit-visual,
5664 reftex-index-edit-part, reftex-index-level-down,
5665 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
5666 reftex-index-change-entry, reftex-index-goto-letter,
5667 reftex-add-index-macros, reftex-ensure-index-support,
5668 reftex-index-info-safe, reftex-index-info): New functions.
4ff3fcc7 5669
0767b41e
DL
5670
56711999-08-15 Richard M. Stallman <rms@gnu.org>
5672
5673 * paren.el (show-paren-mode): Support making show-paren-mode
5674 a buffer-local variable. Don't check for a window system.
5675 (show-paren-function): Check whether show-paren-function is
5676 enabled in current buffer; do the right thing if not.
5677 Don't check for a window system.
5678 (show-paren-mode): Make it a user variable.
5679
5680 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
5681 Handle `enum' like `struct'.
5682
5683 * server.el (server-process-filter): If a client visits no buffers,
5684 close it immediately before recording it.
5685
5686 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
5687 Optimize by calling concat just once. Handle =\n sequence.
5688 (mail-unquote-printable-region): New command.
5689 (mail-quote-printable): Make it autoload.
5690
56911999-08-15 Karl Heuer <kwzh@gnu.org>
5692
5693 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
5694
56951999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
5696
5697 * lisp/texinfmt.el: Handle @ifnottex.
5698
56991999-08-15 Eli Zaretskii <eliz@gnu.org>
5700
5701 * frame.el (blink-cursor): Don't turn on cursor blinking for
5702 ms-dos.
5703
5704 * faces.el (face-valid-attribute-values): Look in
5705 x-bitmap-file-path only for x and w32 window systems.
5706
5707 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
5708 Do that if width is nil as well.
5709 (x-display-mm-height, x-display-mm-width): Update values.
5710 (x-colors): Compute the list from msdos-color-values.
5711 (x-select-enable-clipboard): Doc fix.
5712 (x-frob-font-weight, x-font-family-list): New functions.
5713
57141999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
5715
5716 * window.el (shrink-window-if-larger-than-buffer): Don't try to
5717 back up from beginning of buffer.
5718
57191999-08-13 Karl Heuer <kwzh@gnu.org>
5720
5721 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
5722
57231999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
5724
5725 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
5726 doomsday clock, speed control is added and changes are made to
5727 allow large numbers of rings: rings now show the whole ring
5728 number, not just the last digit; consecutive rings are allowed to
5729 be the same size when necessary to fit all the rings in the
5730 window; and poles can be oriented horizontally. Face support is
5731 thrown in gratuitously.
5732 (hanoi): Changed default number of rings back to 3.
5733 (hanoi-unix, hanoi-unix-64): New commands
5734 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
5735 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
5736 hanoi-odd-ring-face): New variables.
5737 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
5738 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
5739 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
5740 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
5741 (hanoi-topos, hanoi-draw-ring): Removed.
5742
57431999-08-12 Gerd Moellmann <gerd@gnu.org>
5744
5745 * faces.el (face-valid-attribute-values): Return an alist for
5746 families on ttys.
5747 (face-read-integer): Handle unspecified face attributes. Add
5748 completion for `unspecified'.
5749 (read-face-attribute): Handle unspecified font attributes.
5750 (face-valid-attribute-values): Add `unspecified' to lists so that
5751 it can be chosen via completion.
5752 (face-read-string): Don't recognize "none" as input.
5753
57541999-08-10 Dave Love <fx@gnu.org>
5755
5756 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
5757 string.
5758
5759 * sun-curs.el: Require sun-fns.
5760
57611999-08-10 Dave Love <fx@gnu.org>
5762
5763 * autorevert.el (auto-revert-mode): Add autoload cookie.
5764
5765 * hscroll.el, auto-show.el: Files deleted -- we have built-in
5766 hscroll.
5767
5768 * simple.el (hscroll-step, hscroll-point-visible)
5769 (hscroll-window-column): Remove now we have the mentioned real
5770 horizontal autoscrolling.
5771
57721999-08-10 Richard M. Stallman <rms@gnu.org>
5773
4ff3fcc7 5774 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
0767b41e
DL
5775 control use of -f option.
5776 (mail-specify-envelope-from): New variable.
5777 (mail-from-style): Doc fix.
5778
5779 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
5780 (easy-menu-get-map): New arg TO-MODIFY helps choose
5781 between local and global maps.
5782 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
5783 (easy-menu-change): Doc fix.
5784
5785 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
5786 (info-lookup-guess-default): Simplified and cleaned up.
5787 (info-lookup-guess-default*): Preserve point.
5788
5789 * view.el (view-mode-disable): If buffer-read-only is nil,
5790 don't change it.
5791
5792 * files.el (after-find-file): Disable View mode if buffer is no
5793 longer read-only.
5794
4ff3fcc7 5795 * view.el (view-mode-enable, view-mode-disable):
0767b41e
DL
5796 Call force-mode-line-update.
5797
57981999-08-10 Karl Heuer <kwzh@gnu.org>
5799
5800 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
5801 * array.el, play/landmark.el, international/latin-3.el: Likewise.
5802 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
5803
58041999-08-10 Alex Schroeder <asc@bsiag.com>
5805
5806 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
5807 to prevent m-eating-bug.
5808
58091999-08-10 Eli Zaretskii <eliz@gnu.org>
5810
5811 * term/pc-win.el (msdos-bg-mode): Remove. Call
5812 frame-set-background-mode instead. All callers changed.
5813 (msdos-face-setup): Don't force color display parameter, it is set
5814 by frame-set-background-mode.
5815 (make-msdos-frame): Call x-handle-reverse-video and
5816 face-set-after-frame-default. Delete frame if creation failed.
5817
5818 * faces.el (face-set-after-frame-default): Don't call
5819 make-face-x-resource-internal for the pc window-system.
5820
58211999-08-10 Dave Love <fx@melange.gnu.org>
5822
5823 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
5824 case with no docstring specially.
5825
58261999-08-09 Eli Zaretskii <eliz@gnu.org>
5827
5828 * complete.el (PC-do-completion): If completing on file name,
5829 reproduce str by concatenating its directory and basename parts.
5830
58311999-08-07 Dave Love <fx@gnu.org>
5832
5833 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
5834 unibyte to multibyte conversion of search-forward (from Handa),
5835 but avoid the replacement if the language is Latin-N.
5836
58371999-08-06 Richard Stallman <rms@gnu.org>
5838
5839 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
5840 of eval-buffer.
5841
5842 * international/mule.el (load-with-code-conversion):
5843 Pass t to eval-buffer for DO-ALLOW-PRINT.
5844
58451999-08-06 Geoff Voelker <voelker@cs.washington.edu>
5846
5847 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
5848 of filenames and attributes.
5849 (ls-lisp-insert-directory): Use directory-files-and-attributes
5850 for speed.
5851
58521999-08-05 Dave Love <fx@gnu.org>
5853
5854 * auto-show.el (auto-show-mode): Fix :set.
5855
5856 * widget.el (define-widget-keywords): Make dummy definition and
5857 comment-out its use.
5858
58591999-08-04 Richard Stallman <rms@gnu.org>
5860
5861 * progmodes/tcl.el: Customized.
5862
5863 * sql.el (sql-accumulate-and-indent): Instead of testing
5864 whether this is Emacs 20 before calling comint-accumulate,
5865 test whether comint-accumulate is defined.
5866
58671999-08-04 Dave Love <fx@gnu.org>
5868
5869 * sgml-mode.el: Require outline when compiling.
5870 (sgml-mode-hook, html-mode-hook): Customize.
5871 (sgml-validate-command): Fix :version.
5872 (html-autoview-mode): Doc fix.
5873
5874 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
5875 nothing in Latin-N environment.
5876
5877 * info.el (Info-find-node): Call info-initialize here.
5878 (info): Not here.
5879 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
5880
58811999-08-04 Richard Stallman <rms@gnu.org>
5882
5883 * ansi-color.el: New file.
5884
58851999-08-04 Stefan Monnier <monnier@cs.yale.edu>
5886
5887 * dired.el (dired-string-replace-match): Return `nil' when no match
5888 found with global search.
5889
5890 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
5891 * terminal.el (te-terminfo-directory):
5892 * mail/mailpost.el (post-mail-send-it):
5893 * mail/metamail.el (metamail-region):
5894 * progmodes/ada-mode.el (ada-tmp-directory):
5895 Use temporary-file-directory.
5896
5897 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
5898 (compilation-filter, compilation-forget-errors)
5899 (compilation-parse-errors): Use a marker instead of an integer for
5900 `compilation-parsing-end'.
5901
5902 * progmodes/diff.el (diff-parse-differences):
5903 Use a marker instead of an integer for `compilation-parsing-end'.
5904 * textmodes/tex-mode.el (tex-compilation-parse-errors):
5905 Use a marker instead of an integer for `compilation-parsing-end'.
5906
59071999-08-03 Richard Stallman <rms@gnu.org>
5908
5909 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
5910 (Buffer-menu-mode): Doc fix.
5911 (Buffer-menu-view): New command.
5912 (Buffer-menu-view-other-window): New command.
5913
59141999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
5915
5916 * replace.el (query-replace-regexp-eval)
5917 (replace-eval-replacement, replace-loop-through-replacements)
5918 (replace-match-string-symbols): New functions.
5919 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
5920 Use replace-loop-through-replacements.
4ff3fcc7 5921
0767b41e
DL
59221999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
5923
5924 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
5925 (5x5): Doc fix.
5926
59271999-08-03 Dave Love <fx@gnu.org>
5928
5929 * fortran.el (fortran-indent-new-line): Make it an alias
5930 for reindent-then-newline-and-indent.
5931
59321999-08-03 Didier Verna <verna@inf.enst.fr>
5933
5934 * rect.el: All functions rewritten, except when noted above
f24fef2f 5935 their declaration. Below is a list of interface changes.
0767b41e
DL
5936 (apply-on-rectangle): New function, mostly replaces
5937 `operate-on-rectangle'. All callers changed.
f24fef2f 5938 (move-to-column-force): Pass new second argument to `move-to-column'.
0767b41e
DL
5939 (kill-rectangle): Added optional prefix arg to fill lines.
5940 (delete-rectangle): Ditto.
f24fef2f 5941 (delete-whitespace-rectangle): Ditto.
0767b41e
DL
5942 (delete-extract-rectangle): Ditto.
5943 (open-rectangle): Ditto.
5944 (clear-rectangle): Ditto.
f24fef2f 5945 (delete-whitespace-rectangle-line): New function.
0767b41e
DL
5946 (delete-rectangle-line): Added third arg FILL.
5947 (delete-extract-rectangle-line): Ditto.
5948 (open-rectangle-line): Ditto.
5949 (clear-rectangle-line): Ditto.
5950
59511999-08-03 Ray Blaak <blaak@gnu.org>
5952
5953 * progmodes/delphi.el: New file.
5954
59551999-08-02 Richard Stallman <rms@gnu.org>
5956
5957 * textmodes/outline.el (outline-previous-heading): New function.
5958 (outline-up-heading-all): Use outline-previous-heading.
5959 (outline-next-heading): Delete definition inserted yesterday.
5960
59611999-08-01 Richard Stallman <rms@gnu.org>
5962
5963 * textmodes/outline.el (outline-next-heading): New function.
5964 (outline-up-heading-all): New function.
5965 (outline-font-lock-level): Using outline-up-heading-all.
5966 Tell outline-back-to-heading to accept invisible headings.
5967
5968 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
5969
5970 * mail/mh-utils.el (mh-find-path-run): New variable.
5971 (mh-find-path): Test and set that.
5972 Set mail-user-agent only the first time this function is run.
5973 (mail-user-agent): Defvar deleted.
5974
5975 * info.el (info-initialize): New function.
5976 (info): Call info-initialize.
5977 (Info-directory-list): Initialize to nil,
5978 so info-initialize will set it up for real.
5979
59801999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5981
5982 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
5983 does not interpret a time as the year in a day-month entry.
5984
5985 * calendar/diary-lib.el: Change syntax table entry for colon in
5986 the diary as part of the european-date-diary-pattern fix.
5987
59881999-08-01 Eli Zaretskii <eliz@gnu.org>
5989
5990 * international/mule.el (set-auto-coding): Allow whitespace before
5991 and after the "variable: value" pair.
5992
59931999-07-30 Ken'ichi Handa <handa@gnu.org>
5994
5995 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
5996 (default-sendmail-coding-system): Doc-string fixed.
5997
59981999-07-30 Dave Love <fx@gnu.org>
5999
6000 * subr.el (assoc-delete-all): New function, renamed from
6001 frame-delete-all.
6002
6003 * frame.el: Change comments to doc strings and other doc fixes.
6004 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
6005 Callers changed.
6006 (set-background-color, set-foreground-color, set-cursor-color)
6007 (set-mouse-color, set-border-color): Offer completion of colours.
6008 (cursor): Add :version to defgroup.
6009
6010 * facemenu.el (list-colors-display): Make it work on ttys.
6011 (facemenu-read-color): Likewise.
6012
60131999-07-30 Richard M. Stallman <rms@gnu.org>
6014
6015 * frame.el (frame-notice-user-settings): If background
6016 color has been changed, update background-mode from it,
6017 then update faces.
6018
60191999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6020
6021 * net-utils.el (finger): Don't do indirect fingering.
6022
60231999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6024
6025 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
6026 rules. Add separator at end of holidays.
6027 (cal-tex-rules): New customizable variable.
6028 (cal-tex-latexify-list): Add optional parameter to put separator
6029 at end.
6030
60311999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
6032
6033 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
6034 fill prefix on each line while looping to the end of paragraph.
6035 End paragraph if it's longer than the existing fill prefix.
6036
6037 * textmodes/fill.el (fill-context-prefix): Doc fix.
6038
60391999-07-30 Dave Love <fx@gnu.org>
6040
6041 * font-lock.el (jit-lock): Fix :load, add :version.
6042
60431999-07-30 Eli Zaretskii <eliz@gnu.org>
6044
6045 * term/pc-win.el (msdos-face-setup): Register standard colors in
6046 Vface_tty_color_alist.
6047 (face-color-supported-p, face_color_gray_p): New functions.
6048
6049 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
6050 is bound.
6051
6052 * startup.el (command-line): Don't register default colors for
6053 MSDOS window-system.
6054
60551999-07-29 Dave Love <fx@gnu.org>
6056
6057 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
6058 charquote.
6059
6060 * lisp-mode.el (eval-defun): Re-written to avoid
6061 capturing variables.
6062
6063 * picture.el (picture-beginning-of-line): Don't call
6064 hscroll-point-visible now we have real autoscrolling.
6065 (picture-end-of-line, picture-newline, picture-open-line):
6066 Likewise.
6067
6068 * international/latin-8.el: New file.
6069 * international/latin-9.el: New file.
6070
60711999-07-28 Dave Love <fx@gnu.org>
6072
6073 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
6074
6075 * msb.el: Require cl only when compiling.
6076 (msb--home-dir): Deleted.
6077 (msb--format-title): Use abbreviate-file-name.
6078 (msb--choose-file-menu): Simplify string comparison.
6079
60801999-07-28 Gerd Moellmann <gerd@gnu.org>
6081
6082 * faces.el (toolbar): Add face definition for mono displays.
6083
60841999-07-27 Richard M. Stallman <rms@gnu.org>
6085
6086 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6087
6088 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
6089 force copying of default-frame-alist.
6090
60911999-07-26 Ken'ichi Handa <handa@gnu.org>
6092
6093 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
6094
60951999-07-26 Richard M. Stallman <rms@gnu.org>
6096
6097 * frame.el (set-mouse-color): If new color is nil,
6098 really respecify the current color.
6099
61001999-07-26 Gerd Moellmann <gerd@gnu.org>
6101
6102 * faces.el (bitmap-area): Change background of face `bitmap-area'
6103 to white for mono displays.
6104
61051999-07-26 Kenichi Handa <handa@etl.go.jp>
6106
6107 * international/ccl.el (ccl-embed-symbol): New function.
6108 (ccl-program-p): Deleted. Now it's implemented in C code.
6109 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
6110 (ccl-compile-translate-character): Likewise.
6111 (ccl-compile-map-single): Likewise.
6112 (ccl-compile-multiple-map-function): Likewise.
6113 (declare-ccl-program): Doc-string modified.
6114 (check-ccl-program): Check compiled CCL code by ccl-program-p.
6115
61161999-07-25 Ken'ichi Handa <handa@etl.go.jp>
6117
6118 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6119
61201999-07-25 Markus Rost <rost@gnu.org>
6121
6122 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
6123 the entries to make custom-file more readable.
6124
61251999-07-25 Richard M. Stallman <rms@gnu.org>
6126
6127 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
6128
6129 * emacs-lisp/edebug.el: Delete compatibility code.
6130 (edebug-next-token-class): If . is followed by a digit,
6131 return `symbol' for the token class.
6132
6133 * startup.el (command-line): If we don't find the user's init file,
6134 set user-init-file to nil.
6135
61361999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6137
6138 * info-look.el (info-lookup-interactive-arguments): Add optional
6139 argument query for new choice of help mode.
6140 (info-lookup-symbol): Use it.
6141 (info-lookup-file): Ditto.
6142 (info-lookup): Don't switch to other window, if already in Info
6143 buffer.
6144
61451999-07-23 Dave Love <fx@gnu.org>
6146
6147 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
6148 syntax.
cc700606 6149 (fortran-fontify-string, fortran-match-!-comment): Deleted.
0767b41e
DL
6150 (fortran-font-lock-syntactic-keywords): New variable.
6151 (fortran-mode): Use it.
6152 (fortran-font-lock-keywords-1): Don't do comments.
6153 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
6154 match data.
6155
6156 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
6157
6158 * msb.el (msb-menu-bar-update-buffers): Renamed from
6159 menu-bar-update-buffers.
6160 (msb-custom-set, msb--toggle-menu-type): Call
6161 msb-menu-bar-update-buffers.
6162 (msb-mode): Revise the hook setting.
6163
6164 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
6165
61661999-07-23 Gerd Moellmann <gerd@gnu.org>
6167
85177c86
GM
6168 * font-lock.el, help.el, simple.el: Re-integrate previously
6169 described changes that were lost due to errors while checking them
6170 in.
0767b41e
DL
6171
61721999-07-23 Kevin Blake <kblake@ticnet.com>
6173
6174 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
6175
61761999-07-23 Ken'ichi Handa <handa@etl.go.jp>
6177
6178 * international/encoded-kb.el
6179 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
6180 but push it to unread-command-events.
6181 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
6182 (encoded-kbd-self-insert-sjis): Likewise.
6183 (encoded-kbd-self-insert-big5): Likewise.
6184
6185 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
6186 before left margin and fill-prefix by fill-find-break-point.
6187
61881999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6189
6190 * info-look.el (info-lookup-setup-mode): Don't give up, if
6191 info-lookup-make-completions returns an error.
6192 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
6193 name latex, not latex2e.
6194
61951999-07-21 Richard M. Stallman <rms@gnu.org>
6196
6197 * replace.el (perform-replace): Turn off case-fold-search
6198 if FROM-STRING argument has uppercase in it.
6199
62001999-07-21 Gerd Moellmann <gerd@gnu.org>
6201
6202 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
6203 mode is on. Don't use end of changed text.
6204
62051999-07-21 Gerd Moellmann <gerd@gnu.org>
6206
6207 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
6208 (cl-hash-table-p): Renamed from hash-table-p.
6209 (cl-hash-table-count): Renamed from hash-table-count.
6210 (maphash): Alias to cl-maphash removed.
6211 (gethash): Likewise.
6212 (puthash): Likewise.
6213 (remhash): Likewise.
6214 (clrhash): Likewise.
6215
62161999-07-21 Gerd Moellmann <gerd@gnu.org>
6217
6218 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
6219 third arg non-nil. See comment there why this isn't a good idea.
6220
62211999-07-21 Gerd Moellmann <gerd@gnu.org>
6222
6223 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
6224
6225 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
6226 sit-for with 3rd arg non-nil to prevent redisplay.
6227
62281999-07-21 Gerd Moellmann <gerd@gnu.org>
6229
6230 * image.el (image-type-from-file-header): If file doesn't
6231 have a directory part, add data-directory.
6232
62331999-07-21 Gerd Moellmann <gerd@gnu.org>
6234
6235 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
6236 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
6237 motion handling when tooltip-gud-tips-p is nil.
6238
62391999-07-21 Gerd Moellmann <gerd@gnu.org>
6240
6241 * tooltip.el (tooltip-mode): Don't use `plusp'.
6242 (tooltip-active): Use initial value of nil.
6243
6244 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
6245
62461999-07-21 Gerd Moellmann <gerd@gnu.org>
6247
6248 * bindings.el (make-mode-line-mouse-sensitive): Add key
6249 definitions for `top-line'.
6250
62511999-07-21 Gerd Moellmann <gerd@gnu.org>
6252
6253 * faces.el (top-line): New face.
6254
62551999-07-21 Gerd Moellmann <gerd@gnu.org>
6256
6257 * image.el (image-type-regexps): Add regexp for PS files.
6258
62591999-07-21 Gerd Moellmann <gerd@gnu.org>
6260
6261 * faces.el (set-face-attribute): Fix wrong handling of frame
6262 begin equal to t.
6263
62641999-07-21 Gerd Moellmann <gerd@gnu.org>
6265
6266 * image.el (image-type-regexps): Add PNG format.
6267
62681999-07-21 Dave Love <fx@gnu.org>
6269
6270 * bindings.el (mode-line-modified): New variable.
6271 (mode-line-mode-menu-1): Switch to appropriate window before
6272 showing menu.
6273
62741999-07-21 Gerd Moellmann <gerd@gnu.org>
6275
6276 * faces.el (face-underline): Removed.
6277 (face-underline-color): Ditto.
6278
62791999-07-21 Gerd Moellmann <gerd@gnu.org>
6280
6281 * faces.el (face-x-resources): Fix typo.
6282
62831999-07-21 Gerd Moellmann <gerd@gnu.org>
6284
6285 * faces.el: Remove handling of `:relief', extend handling of
6286 `:box'.
6287 (frame-set-background-mode): Choose new defface specs after
6288 frame parameters have changed.
6289
6290 * cus-face.el: Ditto.
6291
62921999-07-21 Gerd Moellmann <gerd@gnu.org>
6293
6294 * custom.el (defface): Extend documentation to include new
6295 face attributes.
6296
6297 * cus-face.el (custom-face-attributes): Add overline,
6298 strike-through, box.
6299
6300 * faces.el (face-valid-attribute-values): Handle overline,
6301 strike-through, box.
6302 (face-attribute-name-alist): Add pairs for new face attributes.
6303 (describe-face): Handle new face attributes.
6304
63051999-07-21 Gerd Moellmann <gerd@gnu.org>
6306
6307 * faces.el (face-x-resources): Add overline, strike-through, box.
6308
63091999-07-21 Gerd Moellmann <gerd@gnu.org>
6310
6311 * enriched.el (enriched-translations): Add `display' and
6312 "x-display".
6313 (enriched-handle-display-prop): New.
6314 (enriched-decode-display-prop): New.
6315
6316 * format.el (top-level): Give `display' property
6317 `format-list-atomic-p.
6318 (format-annotate-single-property-change): Test that property.
6319 If present, treat list property values like atoms.
6320
63211999-07-21 Gerd Moellmann <gerd@gnu.org>
6322
6323 * cus-face.el (custom-face-attributes): Use `choice' everywhere
6324 so that "*" can be entered.
6325
63261999-07-21 Gerd Moellmann <gerd@gnu.org>
6327
6328 * cus-face.el (custom-face-attributes): Don't use `#''.
6329
63301999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6331
6332 * cus-face.el (custom-face-attributes): Return underline
6333 face attribute directly from the second lambda of underline.
6334
63351999-07-21 Gerd Moellmann <gerd@gnu.org>
6336
6337 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
6338
6339 * frame.el (after-setting-font-hooks): New variable.
6340 (set-frame-font): Run those hooks.
6341
6342 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
6343
6344 * faces.el (set-face-attribute): Fix doc string.
6345
63461999-07-21 Gerd Moellmann <gerd@gnu.org>
6347
6348 * cus-face.el (custom-face-attributes): Accept color name.
6349
6350 * faces.el (face-underline-p): Accept unspecified underlining.
6351 (face-underline): Ditto. Fix doc string.
6352
63531999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6354
6355 * faces.el (face-underline-color): New function.
6356
63571999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6358
6359 * cus-face.el (custom-face-attributes): Support underline coloring.
6360 Added slot to choose a color.
6361
6362 * faces.el (face-underline): New function.
6363 (face-underline-p): Support underline coloring.
6364 Return nil only if the underline attribute is 'normal.
6365 (set-face-underline): New function.
6366 (face-valid-attribute-values): Support underline coloring.
6367
63681999-07-21 Gerd Moellmann <gerd@gnu.org>
6369
6370 * image.el (insert-image): Use `display' instead of `glyph'
6371 as text property name.
6372 (put-image): Ditto.
6373 (image-type-from-file-header): Use insert-file-contents-literally.
6374
63751999-07-21 Gerd Moellmann <gerd@gnu.org>
6376
6377 * easymenu.el (easy-menu-do-add-item): Don't use the empty
6378 string to indicate separators.
6379
63801999-07-21 Gerd Moellmann <gerd@gnu.org>
6381
6382 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
6383 instead of message-log.
6384
63851999-07-21 Gerd Moellmann <gerd@gnu.org>
6386
6387 * faces.el (bitmap-area): New face.
6388
63891999-07-21 Gerd Moellmann <gerd@gnu.org>
6390
6391 * image.el (insert-image): New.
6392
63931999-07-21 Gerd Moellmann <gerd@gnu.org>
6394
6395 * frame.el (blink-cursor): Set the symbol's value.
6396 (show-trailing-whitespace): Change group to font-lock.
6397
63981999-07-21 Gerd Moellmann <gerd@gnu.org>
6399
6400 * jit-lock.el: New.
6401 * font-lock.el: Add jit-mode as new support mode.
6402
6403 * font-lock.el (font-lock-fontify-keywords-region): Stop when
6404 reaching end instead of letting re-search-forward signal an error.
6405 (demand-lock-mode): New.
6406 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
6407 (font-lock-turn-off-thing-lock): Ditto.
6408 (font-lock-after-fontify-buffer): Ditto.
6409 (font-lock-after-unfontify-buffer): Ditto.
6410
64111999-07-21 Gerd Moellmann <gerd@gnu.org>
6412
6413 * gs.el: New file.
6414
6415 * startup.el (command-line-1): Activate tooltip mode if
6416 interactive.
6417
64181999-07-21 Gerd Moellmann <gerd@gnu.org>
6419
6420 * faces.el (toolbar): Grey default background.
6421 (modeline): Ditto.
6422
6423 * image.el (image-type-regexps): New.
6424 (image-type-from-file-header): New.
6425 (create-image): Call it.
6426
64271999-07-21 Gerd Moellmann <gerd@gnu.org>
6428
6429 * image.el: New file.
6430
64311999-07-21 Gerd Moellmann <gerd@gnu.org>
6432
6433 * bindings.el (mode-line-format): Replace `mode-name' with
6434 `(:eval mode-line-mode-name)'.
6435 (mode-line-mode-name): New.
6436 (make-mode-line-mouse-sensitive): Don't change default value
6437 of `mode-name'.
6438
64391999-07-21 Gerd Moellmann <gerd@gnu.org>
6440
6441 * tooltip.el: New file.
6442
64431999-07-21 Gerd Moellmann <gerd@gnu.org>
6444
6445 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
6446 instead of mouse-3 to pop up menus.
6447 (mode-line-kill-buffer): Removed.
6448 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
6449 buffer name.
6450 (mode-line-buffer-menu-1): Removed.
6451
6452 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
6453
6454 * bindings.el (mode-line-buffer-identification-keymap): New.
6455 (mode-line-buffer-menu-keymap): New.
6456 (mode-line-mode-menu-keymap): New.
6457 (mode-line-unbury-buffer): New.
6458 (mode-line-other-buffer): New.
6459 (mode-line-kill-buffer): New.
6460 (mode-line-buffer-menu-1): New.
6461 (mode-line-mode-menu-1): New.
6462 (make-mode-line-mouse-sensitive): New.
6463
64641999-07-21 Gerd Moellmann <gerd@gnu.org>
6465
6466 * help.el (describe-key-briefly): Handle mode line strings
6467 with local-map properties.
6468 (describe-key): Ditto.
6469 (mode-line-key-binding): New.
6470
64711999-07-21 Gerd Moellmann <gerd@gnu.org>
6472
6473 * scroll-bar.el (scroll-bar-timer): New.
6474 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
6475
64761999-07-21 Gerd Moellmann <gerd@gnu.org>
6477
6478 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
6479 and `bottom'.
6480
64811999-07-21 Gerd Moellmann <gerd@gnu.org>
6482
6483 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
6484 (global): Use different key bindings if using tookit scroll bars.
6485
64861999-07-21 Gerd Moellmann <gerd@gnu.org>
6487
6488 * faces.el (modeline): Define mode line face with relief for
6489 class color, only.
6490 (toolbar): New face.
6491
64921999-07-21 Gerd Moellmann <gerd@gnu.org>
6493
6494 * frame.el (frame-initialize): Set frame-creation-function to
6495 tty-create-frame-with-faces.
6496
6497 * faces.el (frame-set-background-mode): Make it work for
6498 window-system nil.
6499
6500 * faces.el (tty-create-frame-with-faces): New.
6501 (face-set-after-frame-default): Make it work for TTY frames.
6502
65031999-07-21 Gerd Moellmann <gerd@gnu.org>
6504
6505 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
6506 Return a list of one font family for TTYs. Don't return bitmap
6507 file paths for TTY frames.
6508
6509 * faces.el: Add face specs for tty displays to basic faces.
6510
6511 * font-lock.el (font-lock-comment-face): Add spec for color tty.
6512 (font-lock-string-face): Ditto.
6513 (font-lock-keyword-face): Ditto.
6514 (font-lock-builtin-face): Ditto.
6515 (font-lock-function-name-face): Ditto.
6516 (font-lock-variable-name-face): Ditto.
6517 (font-lock-type-face): Ditto.
6518 (font-lock-constant-face): Ditto.
6519 (font-lock-warning-face): Ditto.
6520
65211999-07-21 Gerd Moellmann <gerd@gnu.org>
6522
6523 * startup.el (command-line): Register default tty colors.
6524
6525 * faces.el (face-spec-set-match-display): Recognize `type tty'.
6526
65271999-07-21 Gerd Moellmann <gerd@gnu.org>
6528
6529 * faces.el (modeline): For X frames, use a modeline with relief.
6530
65311999-07-21 Gerd Moellmann <gerd@gnu.org>
6532
6533 * faces.el (frame-update-faces): Copied from 20.2.
6534 (frame-update-face-colors): Ditto. Code removed that isn't
6535 applicable in the new face implementation.
6536
65371999-07-21 Gerd Moellmann <gerd@gnu.org>
6538
6539 * frame.el (show-trailing-whitespace): New.
6540
6541 * faces.el (trailing-whitespace): New basic face.
6542
65431999-07-21 Gerd Moellmann <gerd@gnu.org>
6544
6545 * cus-face.el (custom-facep): Always define as alias for facep.
6546
6547 * cus-face.el (custom-face-attributes): Use choice widgets.
6548 Remove :bold and :italic.
6549
65501999-07-21 Gerd Moellmann <gerd@gnu.org>
6551
6552 * faces.el (face-charset-registries): Removed since fontset.el
6553 is no always loaded.
6554
65551999-07-21 Gerd Moellmann <gerd@gnu.org>
6556
6557 * faces.el (internal-get-face): Added as obsolete function for
6558 compatibility.
6559
65601999-07-21 Gerd Moellmann <gerd@gnu.org>
6561
6562 * frame.el (blink-cursor-end): Call show-cursor.
6563 (blink-cursor-mode): Ditto.
6564
65651999-07-21 Gerd Moellmann <gerd@gnu.org>
6566
6567 * faces.el (face-spec-reset-face): Reset all attributes to
6568 `unspecified'.
6569 (face-spec-set): Use it.
6570
65711999-07-21 Gerd Moellmann <gerd@gnu.org>
6572
6573 * faces.el (read-all-face-attributes): Bug fix.
6574 (face-read-integer): Allow nil default value.
6575 (face-valid-attribute-values): Use symbol names of attribute
6576 values for completion list.
6577
65781999-07-21 Gerd Moellmann <gerd@gnu.org>
6579
6580 * faces.el (internal-find-face): Define for compatibility with
6581 20.2.
6582 (face-id): Likewise.
6583
6584 * faces.el (face-id): Return the ID of a realized face for ASCII.
6585
6586 * fontset.el (x-charset-registries): Removed. Now in faces.el.
6587 (x-complement-fontset-spec): Use face-charset-registries.
6588
6589 * faces.el (face-font-selection-order): Set font selection order
6590 from Lisp.
6591 (face-alternative-font-family-alist): Set alternative font
6592 families from Lisp.
6593
65941999-07-21 Gerd Moellmann <gerd@gnu.org>
6595
6596 * faces.el (set-face-charset-registries): Set symbol value.
6597
65981999-07-21 Gerd Moellmann <gerd@gnu.org>
6599
6600 * faces.el (face-set-after-frame-default): Call function
6601 internal-merge-in-global-face.
6602
66031999-07-21 Gerd Moellmann <gerd@gnu.org>
6604
6605 * faces.el (face-list): Return symbols from face-global-alist.
6606
6607 * faces.el (face-list): Return a copy of the face name list so
6608 that it cannot be modified from outside (facemenu.el uses
6609 nreverse, for example).
6610
6611 * cus-face.el (custom-face-attributes): Add :bold and :italic
6612 for compatibility with old code.
6613
6614 * faces.el (set-face-attributes-from-resources): Additional
6615 frame parameter.
6616 (make-face-x-resource-internal): Set attributes from resources
6617 for a given frame or all frames.
6618
66191999-07-21 Gerd Moellmann <gerd@gnu.org>
6620
6621 * faces.el (all-faces): Removed.
6622
6623 * custom.el (defface): Add new face attributes to function
6624 comment.
6625
6626 * font-lock.el (font-lock-comment-face): Use new face attribute
6627 names.
6628 (font-lock-string-face): Ditto.
6629 (font-lock-keyword-face): Ditto.
6630 (font-lock-builtin-face): Ditto.
6631 (font-lock-function-name-face): Ditto.
6632 (font-lock-variable-name-face): Ditto.
6633 (font-lock-type-face): Ditto.
6634 (font-lock-reference-face): Ditto.
6635 (font-lock-warning-face): Ditto.
6636 ((boundp 'font-lock-face-attributes)): Ditto.
6637
6638 * cus-face.el (custom-face-attributes): Use new face attributes.
6639
6640 * faces.el (set-face-attribute-from-resource): Initialize
6641 from resources only for X and W32.
6642
6643 * cus-face.el (custom-declare-face): Don't make frame-local
6644 faces.
6645
6646 * faces.el (describe-face): Use princ instead of insert.
6647
6648 * faces.el: Add XLFD manipulation functions from 20.2 again
6649 because fontset.el uses them.
6650 (face-set-after-frame-default): Add empty definition.
6651
66521999-07-21 Gerd Moellmann <gerd@gnu.org>
6653
6654 * faces.el (make-face): Correct typo.
6655 (set-face-attribute-from-resource): Use let*.
6656 (face-underline-p): Correct typo.
6657 (face-inverse-video-p): Ditto.
6658 (set-face-stipple): Ditto.
6659 (face-read-string): Make completion-list optional parameter.
6660
66611999-07-21 Gerd Moellmann <gerd@gnu.org>
6662
6663 * faces.el (face-charset-registries): Alist mapping charset
6664 symbols to registries and encoding.
6665
66661999-07-21 Gerd Moellmann <gerd@gnu.org>
6667
6668 * frame.el (blink-cursor-mode): Use interactive spec "P".
6669
66701999-07-21 Gerd Moellmann <gerd@gnu.org>
6671
6672 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
6673 mode. The cursor of selected_window blinks if the mode is enabled.
6674
66751999-07-21 Gerd Moellmann <gerd@gnu.org>
6676
6677 * simple.el (next-history-element): Set point to the end of the
6678 prompt if minibuffer-prompt-in-buffer.
6679
66801999-07-21 Gerd Moellmann <gerd@gnu.org>
6681
6682 * faces.el (x-font-regexp): Add sub-expression parentheses for
6683 several font name components.
6684
66851999-07-21 Gerd Moellmann <gerd@acm.org>
6686
6687 * faces.el (set-face-relief): Use index 12 for relief.
6688 (face-fill-in): Set relief from data.
6689 (internal-make-face): Init relief to zero.
6690
f28eba7b 6691 * faces.el (face-spec-set): Call modify-face with additional
0767b41e
DL
6692 parameters for relief and fixed-p.
6693
66941999-07-21 Gerd Moellmann <gerd@acm.org>
6695
6696 * cus-face.el: ':fixed and ':relief added.
6697
6698 * faces.el (describe-face): Add fixed font attribute and relief.
6699 (face-attr-match-p): Ditto.
6700 (face-attr-construct): Ditto.
6701 (face-spec-set): Ditto.
6702
67031999-07-21 Gerd Moellmann <gerd@acm.org>
6704
6705 * faces.el (internal-make-face): Function to create a Lisp vector
6706 suitable for representing a face.
6707 (make-face): Use it instead of make-vector.
6708 (x-create-frame-with-faces): Use it instead of vector.
6709 (internal-facep): Increase vector size to 14.
6710 (internal-make-face): Ditto.
6711 (face-relief): Access relief thickness.
6712 (face-fixed-p): Access fixed font attribute.
6713 (set-face-fixed-p): Set fixed font attribute.
6714 (set-face-relief): Set relief attribute.
6715 (internal-face-interactive-int): Read int attribute of face.
6716 (modify-face): Add fixed-p and relief parameters.
6717 (copy-face): Handle fixed-p and relief.
6718 (face-equal): Compare fixed-p and relief.
6719 (face-differs-from-default-p): Ditto.
6720 (face-nontrivial-p): Add fixed-p and relief.
6721
67221999-07-21 Gerd Moellmann <gerd@acm.org>
6723
6724 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
6725 (internal-facep): Increase vector size.
6726 (make-face): Ditto.
6727 (face-shadow-thickness): Added.
6728 (set-face-shadow-thickness): Added.
6729 (modify-face): Add optional shadow-thickness parameter.
6730 (make-face-x-resource-internal): Add shadows.
6731 (copy-face): Ditto.
6732 (face-equal): Ditto.
6733 (face-differs-from-default-p): Ditto.
6734 (face-nontrivial-p): Ditto.
6735 (face-attr-match-p): Ditto.
6736 (face-attr-construct): Ditto.
6737 (face-spec-set): Ditto.
6738 (face-fill-in): Ditto.
6739
67401999-07-21 Gerd Moellmann <gerd@acm.org>
6741
6742 * bench.el (bench-mark-split-window): New bench mark.
6743
67441999-07-21 Gerd Moellmann <gerd@acm.org>
6745
6746 * faces.el (set-face-font): Don't pass default font to
6747 x-resolve-font so that font will not have to be of the same
6748 size.
6749
67501999-07-20 Dave Love <fx@gnu.org>
6751
6752 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
6753 unconditionally t.
6754
67551999-07-20 Karl Heuer <kwzh@gnu.org>
6756
6757 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
6758
67591999-07-20 Dave Love <fx@gnu.org>
6760
6761 * help.el (describe-variable): Fix test for customizability.
6762
6763 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
6764 Check for readonly buffer in interactive spec.
6765 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
6766 (backward-kill-word): Add * to interactive spec.
6767
6768 * underline.el (underline-region, ununderline-region): Add * to
6769 interactive spec.
6770
6771 * fill.el (canonically-space-region, justify-current-line): Add *
6772 to interactive spec.
6773 (fill-region-as-paragraph, fill-paragraph, fill-region)
6774 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
6775 readonly buffer in interactive spec.
6776
6777 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
6778 (backward-kill-sentence, kill-sentence): Add * to interactive
6779 spec.
6780
67811999-07-19 Richard M. Stallman <rms@gnu.org>
6782
6783 * dired-aux.el (dired-do-shell-command): Doc fix.
6784
6785 * shell.el (shell-unquote-argument): New function.
6786 (shell-directory-tracker): Use shell-unquote-argument.
6787 * comint.el (comint-arguments): Handle \ followed by space or tab.
6788
67891999-07-19 John Wiegley <jwiegley@borland.com>
6790
6791 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
6792 color codes 39 and 49, which by the way lynx uses them seem to
6793 mean "foreground reset" and "background reset".
6794
67951999-07-19 Karl Heuer <kwzh@gnu.org>
6796
6797 * font-lock.el (c++-keywords): Add "typeid".
6798
6799 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
6800 selects no font, treat that as zero selections, not one.
6801
68021999-07-19 Dave Love <fx@gnu.org>
6803
6804 * info.el (Info-search): Don't lose with empty regexp.
6805
6806 * version.el: Cater for (free) `ident' program, not `which'.
6807
6808 * hl-line.el: New file.
6809
6810 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
6811 for modes which don't define menus.
6812
68131999-07-16 Richard M. Stallman <rms@gnu.org>
6814
6815 * webjump.el (webjump-sample-sites): Update some URLs.
6816
68171999-07-14 Richard Stallman <rms@gnu.org>
6818
6819 * Version 20.4 released.
6820
68211999-07-14 Andreas Schwab <schwab@gnu.org>
6822
6823 * compare-w.el (compare-windows): Try to find the next window in
6824 the current frame before looking at the other frames.
6825
68261998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
6827
6828 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
6829 Use cyrillic-jcuken as default input method.
4ff3fcc7 6830
0767b41e
DL
68311999-07-12 Richard Stallman <rms@gnu.org>
6832
6833 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
6834 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
6835
6836 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
6837 (ispell-local-dictionary-alist): Add koi8-r for character set.
6838
6839 * textmodes/flyspell.el (flyspell-get-word):
6840 Add special handling for when ispell-otherchars is empty.
6841
68421999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
6843
6844 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
6845 when having nested functons.
6846 (pascal-indent-nested-functions) (pascal-indent-line)
6847 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
6848 indenting nested functions.
6849
68501999-07-09 Richard Stallman <rms@gnu.org>
6851
6852 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
6853
68541999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
6855
6856 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
6857 the `end' keyword was in the very beginning of the buffer.
6858
68591999-07-08 Richard Stallman <rms@gnu.org>
6860
6861 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
6862
6863 * term.el (term-emulate-terminal): Avoid infinite loop
6864 in strange case where minibuffer window is selected but not active.
6865
68661999-07-07 Stephen Eglen <stephen@gnu.org>
6867
6868 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
6869 Change regexp so that it doesn't match commands beginning with `cd'.
6870
68711999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
6872
6873 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
6874
68751999-07-06 Richard Stallman <rms@gnu.org>
6876
6877 * hscroll.el (hscroll-minibuffer-hook): New function.
6878 (hscroll-global-mode): Add and remove that hook.
6879 Set hscroll-old-truncate-was-global's default value.
6880
68811999-07-05 Richard Stallman <rms@gnu.org>
6882
6883 * files.el (revert-buffer): Don't preserve point here.
6884 (revert-buffer-insert-file-contents-function): Doc fix.
6885
6886 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
6887
6888 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
6889 doing a `stat' when it isn't necessary because that can cause
6890 trouble when an NFS server is down.
6891
68921999-07-04 Richard Stallman <rms@gnu.org>
6893
6894 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
6895
68961999-07-03 Richard Stallman <rms@gnu.org>
6897
6898 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
6899 for \200...\240 also.
6900 (isearch-printing-char): Use unibyte-char-to-multibyte.
6901
69021999-07-02 Richard Stallman <rms@gnu.org>
6903
6904 * frame.el (minibuffer-frame-alist): Use defcustom.
6905 (pop-up-frame-alist): Likewise.
6906 (initial-frame-alist): Specify * in the doc string.
6907
6908 * hscroll.el (hscroll-mode): Make it a permanent local.
6909 (hscroll-mode): Don't cancel the timer
6910 if HScroll mode is enabled in some other buffer.
6911
6912 * isearch.el (isearch-done): If search ends in middle of intangible
6913 text (due to text property), move on to the limit of that text.
6914
69151999-07-01 Andrew Innes <andrewi@gnu.org>
6916
6917 * man.el (Man-build-man-command): Use value of null-device,
6918 instead of hard-coding "/dev/null".
6919
6920 * dos-w32.el (untranslated-canonical-name): Avoid expanding
6921 ange-ftp file names, which might force ange-ftp to prompt for a
6922 password.
6923
6924 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
6925 to prevent references to temp files.
6926
69271999-06-30 Richard Stallman <rms@gnu.org>
6928
6929 * progmodes/sh-script.el (sh-feature): If nothing is known
6930 about the given shell, use the values for `sh'.
6931
69321999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
6933
6934 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
6935 to make it non-recursive.
6936
6937 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
6938
69391999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6940
6941 * auto-show.el (auto-show-mode): Fix Typo in :set.
6942
69431999-06-29 Richard M. Stallman <rms@gnu.org>
6944
6945 * progmodes/sh-script.el (sh-mode): When setting syntax
6946 table, default to the standard one.
6947
69481999-06-27 Richard M. Stallman <rms@gnu.org>
6949
6950 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
6951
f28eba7b 69521999-06-27 Stefan Monnier <monnier@cs.yale.edu>
0767b41e 6953
f28eba7b 6954 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
0767b41e
DL
6955 a frame when `return' is requested (even if pop-up-frames = t)
6956 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
6957 should only be set for the bibtex buffer.
6958
6959 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
6960
6961 * progmodes/compile.el: Deal with compilation-error-screen-columns
6962 being buffer-local.
6963
69641999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
6965
6966 * comint.el (comint-password-prompt-regexp): Allow "(again)".
6967
69681999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6969
6970 * cal-x.el (calendar-only-one-frame-setup): New function.
6971 * calendar.el (calendar): Call it if requested.
6972
69731999-06-24 Karl Heuer <kwzh@gnu.org>
6974
6975 * startup.el (iso-8859-n-locale-regexp): Doc fix.
6976
69771999-06-22 Richard M. Stallman <rms@gnu.org>
6978
6979 * mail/supercite.el (sc-emacs-features): Doc fix.
6980
69811999-06-22 Karl Heuer <kwzh@gnu.org>
6982
6983 * files.el (auto-mode-alist): Add pike-mode.
6984
69851999-06-20 Paul R. Eggert <eggert@twinsun.com>
6986
6987 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
6988 last byte of a numeric field is a space or a NUL. Parse it as
6989 potentially part of the number. This is used by GNU tar
6990 1.12.64012 to handle larger values.
6991
69921999-06-20 Karl Heuer <kwzh@gnu.org>
6993
6994 * custom.el (custom-handle-keyword): Fix error message.
6995
69961999-06-18 Andrew Innes <andrewi@gnu.org>
6997
6998 * mail/smtpmail.el (smtpmail-send-it): Use
6999 convert-standard-filename to make file names for queued mail safe
7000 on Windows (`:' is invalid in file names on Windows).
7001
70021999-06-17 Kenichi Handa <handa@etl.go.jp>
7003
7004 * international/mule-cmds.el (describe-current-input-method):
7005 Current-input-method is string.
7006 (toggle-input-method): Docstring fixed.
7007
7008 * international/mule-diag.el
7009 (describe-current-coding-system-briefly): Fix format string.
7010
7011 * international/mule-util.el (coding-system-eol-type-mnemonic):
7012 Docstring modified. Return a string.
7013
70141999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
7015
7016 * sql.el (sql-input-ring-file-name): Doc fix.
7017
70181999-06-17 Richard M. Stallman <rms@gnu.org>
7019
7020 * calendar/cal-x.el (special-display-buffer-names):
7021 Don't put (get-file-buffer diary-file) on this list.
7022
70231999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
7024
7025 * play/mpuz.el (mpuz-try-proposal): Fix message call.
7026 Don't penalize player for certain impossible guesses.
7027
70281999-06-16 Andrew Innes <andrewi@gnu.org>
7029
7030 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
7031 return the string "Unk 0 0000" so at least it appears to be a
7032 valid timestamp to `dired-move-to-filename-regexp'.
7033
70341999-06-15 Ken'ichi Handa <handa@gnu.org>
7035
7036 * ps-print.el (ps-control-character): Fix previous change.
7037
70381999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7039
7040 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
7041 multiple output of the last message.
7042
70431999-06-14 Eli Zaretskii <eliz@gnu.org>
7044
7045 * term/internal.el (IT-display-table-setup): Do not remap \222 to
7046 the ASCII apostrophe, as most DOS codepages have some other glyph
7047 there.
7048
70491999-06-14 Ken'ichi Handa <handa@gnu.org>
7050
7051 * language/ethio-util.el (setup-ethiopic-environment-internal):
7052 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
7053 (exit-ethiopic-environment): Likewize.
7054
70551999-06-12 Richard M. Stallman <rms@gnu.org>
7056
7057 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
7058
70591999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7060
7061 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
7062 custom-initialize-default to avoid infinite loop.
7063 (crisp-mode): (defun) Call transient-mark-mode here, not when
7064 loading the file. Run crisp-mode-hook here, and run
7065 crisp-load-hook when loading the file.
7066
7067 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
7068 rmail-summary buffer, search for pattern in rmail-file.
7069
7070 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
7071
7072 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
7073
7074 * ps-print.el (ps-printer-name): Fix custom type.
7075
70761999-06-12 Reto Zimmermann <reto@synopsys.com>
7077
7078 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
7079 (vhdl-port-paste-generic-map): Fix indentation bug.
7080 (vhdl-port-paste-port-map): Fix indentation bug.
7081 (vhdl-scan-file-contents): Make scanning case insensitive.
7082
70831999-06-11 Richard M. Stallman <rms@gnu.org>
7084
7085 * files.el (write-file): When buffer is not already visiting a file,
7086 don't put buffer name in the minibuffer, just make it the default.
7087 Also handle just directory as arg usefully in that case.
7088
7089 * simple.el (sendmail-user-agent-compose):
7090 Ignore case when inserting the rest of the "other" headers.
7091
7092 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
7093
7094 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
7095 (info-lookup-interactive-arguments): Never insert the default
7096 into the minibuffer automatically.
7097
7098 * emacs-lisp/cl-extra.el (getf): Don't call get*.
7099
71001999-06-09 Richard M. Stallman <rms@gnu.org>
7101
7102 * simple.el (shell-command): Avoid printing "mark set" message.
7103
71041999-06-09 Dave Love <fx@gnu.org>
7105
7106 * progmodes/compile.el (compilation-error-regexp-alist): Allow
7107 digits in program name in first pattern.
7108
71091999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
7110
7111 * vc.el (vc-dired-mode): Don't match anything before the date in
7112 dired-move-to-filename-regexp.
7113
71141999-06-07 Ken'ichi Handa <handa@gnu.org>
7115
7116 * international/quail.el (quail-define-rules): Fix typo in
7117 docstring.
7118
71191999-06-05 Stephen Eglen <stephen@gnu.org>
7120
7121 * iswitchb.el (iswitchb-default-keybindings): Add
7122 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
7123 than when package is loaded.
7124
71251999-06-04 Richard M. Stallman <rms@gnu.org>
7126
7127 * startup.el (command-line): Don't set user-init-file directly;
7128 tell `load' to set it.
7129
7130 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
7131
7132 * simple.el (next-history-element):
7133 Handle minibuffer-text-before-history properly when reading sexps.
7134
7135 * disp-table.el (standard-display-european):
7136 For an interactive call by the user,
7137 don't set enable-multibyte-characters,
7138 and don't set the terminal coding system.
7139
7140 * textmodes/refbib.el: Don't print any messages or display
7141 a buffer when loading the library.
7142 (r2b-help): Doc fix.
7143 (r2b-help-message): Update the documentation.
7144 (r2b-load-quietly): Variable deleted.
7145 (r2b-convert-buffer): Doc fix.
7146
71471999-06-04 Dave Love <fx@gnu.org>
7148
7149 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
7150
7151 * auto-show.el: Don't change hooks on loading.
7152 (auto-show-mode): Autoload. Default to nil. Add :set &c.
7153 (auto-show-mode): Add to hooks here.
7154
71551999-06-04 Richard Sharman <rsharman@pobox.com>
7156
7157 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
7158 recursion on bogus input.
7159
71601999-06-04 Eric M. Ludlam <zappo@ultranet.com>
7161
7162 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
7163 does not select a buffer from the buffers menu, then the attached
7164 frame is not switched to anything.
7165
71661999-06-03 Ken'ichi Handa <handa@gnu.org>
7167
7168 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
7169 (viet-viscii-...->viet-vscii...).
7170
7171 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
7172
71731999-06-01 Dave Love <fx@gnu.org>
7174
7175 * progmodes/fortran.el: Add :link to defgroup.
7176 (fortran-blink-matching-if): Match ELSE statements too.
7177 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
7178 that filling is always done.
7179
71801999-05-31 Richard M. Stallman <rms@gnu.org>
7181
7182 * simple.el (append-next-kill): Use an arg to distinguish
7183 interactive calls from Lisp calls, rather than (interactive-p).
7184
4ff3fcc7 7185 * international/iso-transl.el (iso-transl-language-alist):
0767b41e
DL
7186 Interchange n and N.
7187
71881999-05-31 Dave Love <fx@gnu.org>
7189
7190 * msb.el Add to minor-mode-map-alist. Remove hook installation
7191 and keymap munging on load.
7192 (msb-mode): New option.
7193 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
7194 Doc fix.
7195 (msb-mode-map): New variable.
7196 (msb-mode): New command.
7197
71981999-05-31 Dave Love <fx@gnu.org>
7199
7200 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
7201 (ispell-complete-word-dict): Likewise.
7202
72031999-05-31 Eli Zaretskii <eliz@gnu.org>
7204
7205 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
7206 force the data buffer to be saved, even if the data didn't
7207 change, in case the write filter was modified. Restore the
7208 current record after read-file-filter finishes.
7209
72101999-05-29 Karl Heuer <kwzh@gnu.org>
7211
7212 * ispell4.el: Obsolete; file deleted.
7213
7214 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
7215
7216 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
7217 VALUE is a syntax table.
7218
7219 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
7220
7221 * simple.el (zap-to-char): Doc fix.
7222
72231999-05-27 Ken'ichi Handa <handa@gnu.org>
7224
7225 * isearch.el (isearch-quote-char): Don't assume character codes
7226 0200 - 0237 stand for characters in some single-byte character
7227 charset.
7228
72291999-05-27 Dave Love <fx@gnu.org>
7230
7231 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
7232
72331999-05-27 Andreas Schwab <schwab@gnu.org>
7234
7235 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
7236 headerline does not exist already.
7237
72381999-05-26 Richard Stallman <rms@gnu.org>
7239
7240 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7241 Avoid nested null-loops.
7242
72431999-05-26 Ken'ichi Handa <handa@gnu.org>
7244
7245 * international/characters.el: Typo fixed; prefered->preferred.
7246
7247 * international/mule-cmds.el (find-coding-systems-for-charsets):
7248 Typo fixed; prefered->preferred.
7249
7250 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
7251 method in read-event.
7252
7253 * international/mule.el (charset-info): Doc-string fixed.
7254
72551999-05-25 Ken'ichi Handa <handa@gnu.org>
7256
7257 * mail/smtpmail.el (smtpmail-send-it): Bind
7258 smtpmail-code-conv-from properly.
7259 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
7260 by smtpmail-code-conv-from.
7261
72621999-05-24 Richard Stallman <rms@gnu.org>
7263
7264 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
7265 Binding deleted also.
7266
72671999-05-24 Karl Heuer <kwzh@gnu.org>
7268
7269 * comint.el (comint-bol-or-process-mark): Doc fix.
7270
72711999-05-23 Dave Love <fx@gnu.org>
7272
7273 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
7274 Enter it on minor-mode-map-alist.
7275 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
7276 Autoload. Add custom setter.
7277 (crisp-mark-line): Doc fix.
7278 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
7279 (crisp-mode-hook): Define.
7280
72811999-05-23 Ken'ichi Handa <handa@gnu.org>
7282
7283 * files.el (recover-file): Recover buffer-file-coding-system.
7284
72851999-05-22 Richard Stallman <rms@gnu.org>
7286
7287 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
7288 regexp match the date, to avoid treating date as file size.
7289 Add YYYY S option to WESTERN/
7290
7291 * bookmark.el: Delete some XEmacs compatibility code.
7292 (bookmark-jump-noselect): Check vc-backend.
7293
7294 * subr.el (add-to-list): Doc fix.
7295
72961999-05-21 Stephen Eglen <stephen@gnu.org>
7297
7298 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
7299
73001999-05-18 Richard Stallman <rms@gnu.org>
7301
7302 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
7303 non-space after the @anchor command.
7304 (texinfo-format-var): Handle other nested constructs, using
7305 texinfo-parse-expanded-arg and texinfo-discard-command, not
7306 texinfo-parse-arg-discard.
7307
7308 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
7309 (debug): Bind and use debugger-outer-inhibit-redisplay.
7310 Bind inhibit-redisplay to nil.
7311 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
7312
73131999-05-17 Dave Love <fx@gnu.org>
7314
7315 * help.el (describe-function-1): Extra arg, interactive-p.
7316 (describe-key, describe-function): Use it.
7317
73181999-05-17 Karl Heuer <kwzh@gnu.org>
7319
7320 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
7321
73221999-05-16 Dave Love <fx@gnu.org>
7323
7324 * cus-start.el (all): Delete selective-display. Add scroll-margin,
7325 scroll-preserve-screen-position, scroll-conservatively.
7326
73271999-05-16 Dave Love <fx@gnu.org>
7328
7329 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
7330
73311999-05-15 Reto Zimmermann <reto@Synopsys.COM>
7332
7333 * progmodes/vhdl-mode.el: Completely revised and massively extended.
7334
73351999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7336
7337 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
7338 magic number and is not associated with a file.
7339
73401999-05-14 Richard M. Stallman <rms@gnu.org>
7341
7342 * files.el (find-file-noselect-1): Fix previous change.
7343
73441999-05-14 Simon Marshall <simon@gnu.org>
7345
7346 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
7347
73481999-05-13 Ken'ichi Handa <handa@gnu.org>
7349
7350 * international/mule-diag.el (mule-diag): Change MULE to Mule in
7351 docstring.
7352
7353 * international/mule-cmds.el: Change MULE to Mule in docstrings
7354 and menus.
7355
73561999-05-10 Kenichi HANDA <handa@etl.go.jp>
7357
7358 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
7359 to correctly reflect the value of BaseLineOffset in
7360 RelativeCompose. Now the value of RelativeCompose is an array of
7361 low and high positions.
7362 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
7363 RLC for the above change.
7364
73651995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
7366
7367 * comint.el (comint-password-prompt-regexp): Modified to match the
7368 output of ksu and ssh-add.
7369
73701999-05-11 Kenichi HANDA <handa@etl.go.jp>
7371
7372 * language/korea-util.el (isearch-toggle-korean-input-method):
7373 Adjusted for the change of input method handling in isearch.el.
7374 (isearch-hangul-switch-symbol-ksc): Likewise.
7375 (isearch-hangul-switch-hanja): Likewise.
7376
73771999-05-10 Dave Love <fx@gnu.org>
7378
7379 * help.el (help-make-xrefs): Fix typo.
7380
73811999-05-10 Andreas Schwab <schwab@gnu.org>
7382
7383 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
7384 unibyte-display-via-language-environment.
7385
7386 * help.el (help-make-xrefs): Handle more cases when looking for
7387 commands in a keymap description.
7388
73891999-05-10 Eli Zaretskii <eliz@gnu.org>
7390
7391 * loadup.el: For ms-dos systems, load ccl and codepage.
7392
73931999-05-09 Ken'ichi Handa <handa@gnu.org>
7394
7395 * ps-print.el (ps-control-character): Call
7396 ps-mule-prepare-ascii-font to setup ASCII fonts.
7397
7398 * ps-mule.el (ps-mule-begin-job): Redo this change "if
7399 ps-multibyte-buffer is nil, use
7400 ps-mule-font-info-database-default."
7401
74021999-05-08 Ken Stevens <k.stevens@ieee.org>
7403
7404 * ispell.el (ispell-local-dictionary-alist): New variable for
7405 customizing local dictionaries not accessable by everyone.
7406 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
7407 (ispell-required-version): Changed format `(major minor
7408 revision)' to support general pattern matching.
7409 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
7410 skip region commented out due to incorrect skip potential in std latex.
7411 (ispell-word): Removed `when' macro. Fixed bug of not restoring
7412 cursor point on small words for calls from `ispell-minor-mode'.
7413 (check-ispell-version): Tests and accepts versions major.minor
7414 and above, with adjustments for interactions in 3.1.0-3.1.11.
7415 (ispell-get-line): No longer skips ispell process special characters.
7416 (ispell-comments-and-strings): Removed `when' macro call.
7417 (ispell-minor-check): Requires ispell-word to restore cursor point.
7418 (ispell-buffer-local-parsing): Supports checking comments only.
7419
74201999-05-08 Karl Heuer <kwzh@gnu.org>
7421
7422 * comint.el (comint-password-prompt-regexp): Fix last change to be
7423 more specific.
7424
74251999-05-07 Richard M. Stallman <rms@gnu.org>
7426
7427 * subr.el (with-temp-message): Fix the other call to message
7428 to use %s.
7429
74301999-05-07 Michael Ernst <mernst@alum.mit.edu>
7431
7432 * gud.el (gud-format-command): "%F" means file sans extension.
f28eba7b 7433 (jdb): Use %F, not %f, for gud-break.
0767b41e
DL
7434
74351999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
7436
7437 * comint.el (comint-password-prompt-regexp): Modified so that it
7438 matches the output of kinit.
7439
74401999-05-06 Greg Stark <gsstark@mit.edu>
7441
7442 * timezone.el (timezone-parse-date): Recognize new format used in
7443 internet cookies.
7444
74451999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
7446
7447 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
7448
74491999-05-04 Andrew Innes <andrewi@gnu.org>
7450
7451 * time.el (display-time-update): Allow for wrap-around when
7452 checking against display-time-server-down-time.
7453
74541999-05-04 Ken'ichi Handa <handa@gnu.org>
7455
7456 * international/mule-diag.el (describe-coding-system): Fix English
7457 message.
7458
74591999-05-03 Jason Rumney <jasonr@altavista.net>
7460
7461 * term/w32-win.el: Change the x-charset-registry property for the
7462 Japanese charsets that are supported by Japanese Windows fonts.
7463
74641999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7465
7466 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
7467 diary-block diary entries for which the reminders and the diary
7468 entries can overlap.
7469
74701999-05-02 Jason Rumney <jasonr@altavista.net>
7471
7472 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
7473 matches the font selected in the dialog.
7474
74751999-05-02 Dave Love <fx@gnu.org>
7476
7477 * browse-url.el (browse-url-browser-function): Add :version.
7478
7479 * international/mule.el (auto-coding-alist): Add .tgz.
7480
74811999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
7482
7483 * international/codepage.el (cp-coding-system-for-codepage-1):
7484 Make the magnification parameter for the -dos encoder be 2.
7485
74861999-05-2 Andrew Innes <andrewi@gnu.org>
7487
7488 * term/w32-win.el (w32-drag-n-drop): Select file in window where
7489 it is dropped, rather than current window.
7490
7491 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
7492 after switching buffer, as case-fold-search is a buffer local
7493 variable.
7494
7495 * w32-fns.el (convert-standard-filename): Only convert directory
7496 separators to backslash if the interactive shell is one of the
7497 standard Windows shells that has DOS semantics.
7498
7499 * ls-lisp.el (ls-lisp-format-time): Trap errors from
7500 format-time-string, and return a suitable string to indicate the
7501 timestamp was invalid.
7502
7503 * hexl.el (hexlify-command): Apply shell-quote-argument after
7504 expanding hexl-program in case exec-directory contains a space.
7505 (dehexlify-command): Ditto.
7506
7507 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
7508 file extension regexps which aren't necessarily binary files.
7509 (direct-print-region-helper): Use subst-char-in-string instead of
7510 binding directory-sep-char to convert filenames to DOS syntax.
7511 (direct-print-region-use-command-dot-com): New variable.
7512 (direct-print-region-helper): Use it to control whether to invoked
7513 command.com to print on Windows 9x.
7514
7515 * browse-url.el (browse-url-browser-function): Default to
7516 browse-url-default-windows-browser on windows-nt.
7517 (browse-url-default-windows-browser): New function.
7518
75191999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
7520
7521 * forms.el (forms-mode): Don't call forms-first-record or
7522 forms-last-record if the data file has zero records.
7523
75241999-04-29 Richard M. Stallman <rms@gnu.org>
7525
7526 * files.el (find-file-noselect-1): If buffer-file-name has changed
7527 after find-file-not-found-hooks runs, recompute the truename.
7528 And don't use FILENAME after that point.
7529
75301999-04-27 Dave Love <fx@gnu.org>
7531
7532 * paren.el (show-paren-mode)
7533 * which-func.el (which-func-mode-global)
7534 * type-break.el (type-break-mode)
7535 * time.el (display-time-mode)
7536 * rsz-mini.el (resize-minibuffer-mode)
7537 * mouse-sel.el (mouse-sel-mode)
7538 * icomplete.el (icomplete-mode)
7539 * hscroll.el (hscroll-global-mode)
7540 * help.el (temp-buffer-resize-mode)
7541 * font-lock.el (global-font-lock-mode)
7542 * delsel.el (delete-selection-mode)
7543 * avoid.el (mouse-avoidance-mode)
7544 * autoinsert.el (auto-insert-mode)
7545 * winner.el (winner-mode): Doc fix.
7546
75471999-04-26 Karl Heuer <kwzh@gnu.org>
7548
7549 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
7550 the same whitespace that was ignored in choosing the subject string.
7551
75521999-04-26 Richard M. Stallman <rms@gnu.org>
7553
7554 * info.el (Info-find-node): Position properly after finding anchor.
7555
7556 * cus-start.el (all): Handle unibyte-display-via-language-environment.
7557
7558 * simple.el (indent-new-comment-line): Fix previous change.
7559
7560 * complete.el: Delete the wildcard expansion feature
7561 since that is now standard in find-file.
7562 (PC-try-load-many-files): Function deleted.
7563 (PC-after-load-many-files): Function deleted.
7564 (PC-many-files-list): Variable deleted.
7565 (PC-disable-wildcards): Variable deleted.
7566 (partial-completion-mode): Don't enable the wildcard feature.
7567
7568 * complete.el (PC-look-for-include-file): Don't set global variables
7569 `error', `buf' and `filename' here.
7570
7571 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
7572
75731999-04-26 John Wiegley <johnw@oneworld.new-era.com>
7574
7575 * textmodes/outline.el (outline-regexp): Doc fix.
7576
75771999-04-26 John Wiegley <johnw@borland.com>
7578
7579 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
7580 C++Builder 4.0 error message syntax.
7581
75821999-04-26 Mark Diekhans <markd@Grizzly.COM>
7583
7584 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
7585 supported, use find -exec.
7586
75871999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
7588
7589 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
7590 coding-system-for-write, to avoid hanging when non-interactive.
7591
75921999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
7593
7594 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
7595 start with a newline.
7596
75971999-04-13 Ken'ichi Handa <handa@gnu.org>
7598
7599 * international/mule-conf.el (x-ctext): New coding system.
7600
76011999-04-12 Richard M. Stallman <rms@gnu.org>
7602
7603 * international/mule-cmds.el (input-method-function):
7604 Add permanent-local property.
7605
76061999-04-12 Dave Love <fx@gnu.org>
7607
7608 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
7609 change to use jka-compr-byte-compiler-base-file-name.
7610
7611 * supercite.el (sc-scan-info-alist): Revert last change.
7612 (sc-attrib-selection-list): Fix :type here instead.
7613
76141999-04-11 Eli Zaretskii <eliz@gnu.org>
7615
7616 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
7617 in the list of case-insensitive filesystems.
7618
76191999-04-09 Kenichi Handa <handa@etl.go.jp>
7620
7621 * international/fontset.el (create-fontset-from-fontset-spec):
7622 Don't register duplicated alias fontset names.
7623
76241999-04-08 Richard Stallman <rms@gnu.org>
7625
7626 * international/mule.el (auto-coding-alist-lookup): New function.
7627 (set-auto-coding): Use auto-coding-alist-lookup.
7628
7629 * jka-compr.el (jka-compr-insert-file-contents):
7630 Use auto-coding-alist-lookup to check for files that
7631 should not have eol conversion, in the unibyte case.
7632
76331999-04-07 Dave Love <fx@gnu.org>
7634
7635 * help.el (describe-variable): Check custom-loads property as well
7636 as custom-type.
7637
7638 * abbrev.el (abbrev-mode): Customizing sets the default value.
7639
76401999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
7641
7642 * vc.el (vc-backend-revert): For CVS files that were made
7643 writeable with "cvs edit", call "cvs unedit" to undo that.
7644
76451999-04-08 Dave Love <fx@gnu.org>
7646
7647 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
7648 more.
7649 (sc-emacs-features): Recognize Emacs 20.
7650 (sc-read-string): Use history arg.
7651 (sc-scan-info-alist): Check for rtnvalue a cons.
7652
76531999-04-08 Kenichi HANDA <handa@etl.go.jp>
7654
7655 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
7656 coding system to encode the message by
7657 select-message-coding-system.
7658
76591999-04-07 Richard Stallman <rms@gnu.org>
7660
7661 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
7662
7663 * winner.el: Reorder definitions.
7664
7665 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
7666
7667 * mail/rmail.el (rmail-decode-babyl-format):
7668 Undo previous change.
7669
76701999-04-06 Richard Stallman <rms@gnu.org>
7671
7672 * info.el (Info-find-node): Check for an anchor at the
7673 proper place, before reading an indirect file.
7674
7675 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
7676
4ff3fcc7 7677 * jka-compr.el (jka-compr-insert-file-contents):
0767b41e
DL
7678 Use raw-text-unix when we want no conversion.
7679
76801999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
7681
7682 * timezone.el (timezone-parse-date): Corrected regexp for
7683 style (5) date format so that tenths of seconds are optional.
7684
76851999-04-05 Eli Zaretskii <eliz@gnu.org>
7686
7687 * term/internal.el (dos-cpNNN-setup): New function, with the guts
7688 of dos-codepage-setup.
7689 (cjk-codepages-alist): New variable, an alist of Far-Eastern
7690 codepages for which there's no need to set up cpNNN coding
4ff3fcc7 7691 systems.
0767b41e
DL
7692 (dos-codepage-setup): Support Far-Eastern DOS terminals.
7693
76941999-04-05 Richard Stallman <rms@gnu.org>
7695
7696 * mail/rmail.el (rmail-ignored-headers): Doc fix.
7697
76981999-04-02 Richard Stallman <rms@gnu.org>
7699
7700 * progmodes/compile.el (compilation-handle-exit): Do right thing
7701 if (car status) doesn't end in a newline.
7702
77031999-04-01 Dave Love <fx@gnu.org>
7704
7705 * progmodes/sql.el (SQL): Add defgroup :version.
7706
77071999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7708
7709 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
7710 buffer-file-coding-system. If the coding system used is raw-text,
7711 etc., make the *Compiler Input* buffer unibyte.
7712
7713 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
7714
7715 * loadup.el: Don't write the fns-...el file if not dumping.
7716
77171999-03-31 Dave Love <fx@gnu.org>
7718
7719 * snmp-mode.el (snmp): Fix defgroup :version.
7720
7721 * hilit-chg.el (highlight-changes): Add defgroup :version.
7722
77231999-03-31 Andreas Schwab <schwab@gnu.org>
7724
7725 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
7726 the gnus-save-hidden-threads macro.
7727
77281999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
7729
7730 * faces.el (face-set-after-frame-default): Obey the
7731 `customized-face' for new faces.
7732
77331999-03-30 Dave Love <fx@gnu.org>
7734
7735 * international/mule-cmds.el (current-language-environment): Doc fix.
7736 * abbrev.el (abbrev-mode): Doc fix.
7737 * autoinsert.el (auto-insert-mode): Doc fix.
7738 * complete.el (partial-completion-mode): Doc fix.
7739 * avoid.el (mouse-avoidance-mode): Doc fix.
7740 * delsel.el (delete-selection-mode): Doc fix.
7741 * font-lock.el (global-font-lock-mode): Doc fix.
7742 * help.el (temp-buffer-resize-mode): Doc fix.
7743 * hscroll.el (hscroll-global-mode): Doc fix.
7744 * icomplete.el (icomplete-mode): Doc fix.
7745 * mouse-sel.el (mouse-sel-mode): Doc fix.
7746 * paren.el (show-paren-mode): Doc fix.
7747 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
7748 * time.el (display-time-mode): Doc fix.
7749 * type-break.el (type-break-mode): Doc fix.
7750 * which-func.el (which-func-mode-global): Doc fix.
7751 * winner.el (winner-mode): Doc fix.
7752
77531999-03-30 Michael Ernst <mernst@alum.mit.edu>
7754
7755 * wid-edit.el (widget-before-change): Signal text-read-only rather
7756 than an ordinary error.
7757
77581999-03-30 Richard M. Stallman <rms@gnu.org>
7759
7760 * repeat.el: Don't require advice.
7761 (repeat): Do function-indirection in check for kbd macro.
7762 In self-insert case, use the *last* char in INSERTION.
7763
77641999-03-30 Karl Heuer <kwzh@gnu.org>
7765
7766 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
7767
77681999-03-29 Andreas Schwab <schwab@gnu.org>
7769
7770 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
7771 comint-input-filter-functions. Make variables related to shell
7772 directory tracking local.
7773
77741999-03-26 Andreas Schwab <schwab@gnu.org>
7775
7776 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
7777
7778 * simple.el (shell-command-on-region): Cope with exit-status being
7779 nil, which happens if call-process-region was interrupted.
7780
77811999-03-26 Richard M. Stallman <rms@gnu.org>
7782
7783 * simple.el (indent-new-comment-line): Handle use at a point
7784 after a comment-end. Handle multiple comments.
7785
7786 * mail/rmail.el (rmail-decode-babyl-format):
7787 To prevent locking, bind buffer-file-name to nil.
7788
77891999-03-26 Karl Fogel <kfogel@red-bean.com>
7790
7791 * mail-hist.el (mail-hist-current-header-name): Don't make
7792 off-by-one-error when determining if in message body.
7793
77941999-03-25 Andrew Innes <andrewi@gnu.org>
7795
7796 * w32-fns.el (set-default-process-coding-system): Copied from
7797 dos-w32.el, but modified to use Unix line endings for process
7798 input, and to add a suitable entry to process-coding-system-alist
7799 for DOS shells.
7800
7801 * dos-fns.el (set-default-process-coding-system): Copied from
7802 dos-w32.el.
7803
7804 * dos-w32.el (set-default-process-coding-system): Move function to
7805 dos-fns.el; a different version is used in w32-fns.el.
7806
78071999-03-24 Dave Love <fx@gnu.org>
7808
7809 * info.el (Info-directory-list): Revert change to re-writing
7810 Info-default-directory-list, but put `alternative' first.
7811 (Info-insert-dir): Modify selecting the top dir file as a consequence.
7812
78131999-03-23 Simon Marshall <simon@gnu.org>
7814
7815 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
7816 on the line by itself.
7817 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
7818 it is not in a declarative context.
7819
78201999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
7821
7822 * cus-edit.el (custom-variable-prompt): Allow customization of
7823 autoloaded symbols.
7824
78251999-03-22 Kenichi HANDA <handa@etl.go.jp>
7826
7827 * simple.el (what-cursor-position): Don't cause error when point
7828 is at invalid multibyte sequence.
7829
78301999-03-21 Karl Heuer <kwzh@gnu.org>
7831
7832 * complete.el (partial-completion-mode): Doc fix.
7833
78341999-03-19 Richard M. Stallman <rms@gnu.org>
7835
7836 * progmodes/cplus-md.el (old-c++): Remove :group.
7837
7838 * progmodes/c-mode.el (old-c): Remove :group.
7839
78401999-03-18 Simon Marshall <simon@gnu.org>
7841
7842 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
7843 (java-font-lock-keywords-2): Added "strictfp" keyword.
7844
78451999-03-17 Jason Rumney <jasonr@altavista.net>
7846
7847 * w32-fns.el (set-w32-system-coding-system) New function.
7848 (w32-system-coding-system) Initialize to 'iso-latin-1.
7849
78501999-03-17 Eli Zaretskii <eliz@gnu.org>
7851
7852 * international/mule-cmds.el (set-language-environment): Fix
7853 previous change: don't use dos-codepage when unbound.
7854
78551999-03-17 Karl Heuer <kwzh@gnu.org>
7856
7857 * calendar/appt.el (appt-make-list): Fix previous change.
7858
78591999-03-16 Richard M. Stallman <rms@gnu.org>
7860
4ff3fcc7 7861 * window.el (shrink-window-if-larger-than-buffer):
0767b41e
DL
7862 Don't try to redisplay with the cursor at the end
7863 on its own line--that would force a scroll and spoil things.
7864
78651999-03-16 Eli Zaretskii <eliz@gnu.org>
7866
7867 * international/mule-cmds.el (set-language-environment): Don't use
7868 cpNNN-nonascii-translation-table if it is unbound.
7869
7870 * term/internal.el (dos-codepage-setup): Compute the unibyte
7871 syntax table and bind unibyte-display-via-language-environment
7872 here, rather than at top level, so that resetting to unibyte in
7873 .emacs works as expected.
7874
78751999-03-15 Simon Marshall <simon@gnu.org>
7876
7877 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
7878
78791999-03-14 Milan Zamazal <pdm@pvt.net>
7880
7881 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
7882
78831999-03-14 Kenichi Handa <handa@etl.go.jp>
7884
7885 * international/mule-util.el (detect-coding-with-priority):
7886 Restore the internal database.
7887
78881999-03-14 Stephen Eglen <stephen@gnu.org>
7889
7890 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
7891 if mail-from-style has invalid value.
7892
78931999-03-12 Karl Heuer <kwzh@gnu.org>
7894
7895 * vc.el (vc-delete-logbuf-window): New var.
7896 (vc-finish-logentry): Use it.
7897
78981999-03-12 Richard M. Stallman <rms@gnu.org>
7899
7900 * startup.el (command-line-1): Improve startup msg.
7901
79021999-03-12 Eric M. Ludlam <zappo@ultranet.com>
7903
7904 * speedbar.el: Added commentary about stealthy functions.
7905 (speedbar-message) new function.
7906 (speedbar-y-or-n-p): New function
7907 (speedbar-with-attached-buffer) Moved macro before reference.
7908 Now uses `save-selected-window'.
7909 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
4ff3fcc7 7910 speedbar-generic-item-info, speedbar-item-info-file-helper,
0767b41e
DL
7911 speedbar-item-delete, speedbar-insert-generic-list,
7912 speedbar-timer-fn, speedbar-check-vc-this-line,
7913 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
7914 speedbar-buffers-item-info) Use speedbar-message.
7915 (speedbar-item-info) Limit `message-log-max'.
7916 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
7917 speedbar-item-delete, speedbar-item-object-delete,
7918 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
7919
79201999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
7921
7922 * server.el (server-start): Set coding system for the server
7923 process to raw-text.
7924 (server-process-filter): Decode file names if necessary.
7925
79261999-03-12 Dave Love <fx@gnu.org>
7927
7928 * textmodes/fill.el (sentence-end-double-space): Doc fix.
7929
7930 * textmodes/paragraphs.el (sentence-end): Doc fix.
7931
79321999-03-11 Karl Heuer <kwzh@gnu.org>
7933
7934 * comint.el (comint-password-prompt-regexp): Accept "login password:"
7935
79361999-03-09 Karl Heuer <kwzh@gnu.org>
7937
7938 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
7939 (ispell-dictionary-alist-2): Likewise.
7940 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
7941 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
7942 (ispell-dictionary-alist): Build from six pieces, not just two.
7943
7944 * ps-bdf.el (bdf-directory-list): Doc fix.
7945
7946 * enriched.el (enriched-mode): Make var permanent-local.
7947
79481999-03-09 Dave Love <fx@gnu.org>
7949
7950 * textmodes/sgml-mode.el (html-mode): Use
7951 sentence-end-double-space when setting sentence-end.
7952
79531999-03-09 Ken'ichi Handa <handa@gnu.org>
7954
7955 * language/thai.el (tis-620): New alias coding system for thai-tis620.
7956
79571999-03-08 Felix Lee <flee@cygnus.com>
7958
7959 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
7960
7961 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
7962
79631999-03-08 Karl Heuer <kwzh@gnu.org>
7964
7965 * dired-aux.el (dired-do-copy-regexp): Doc fix.
7966 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7967
7968 * dired.el (dired-do-copy-regexp): Doc fix.
7969 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7970
79711999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
7972
7973 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
7974
79751999-03-08 Jason Rumney <jasonr@altavista.net>
7976
7977 * international/codepage.el (cp1250-decode-table)
7978 (cp1251-decode-table, cp1253-decode-table)
7979 (cp1257-decode-table): New translation tables for MS Windows codepages.
7980 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
7981
79821999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
7983
7984 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
7985
79861999-03-07 Eli Zaretskii <eliz@gnu.org>
7987
7988 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
7989
7990 * term/internal.el (top level): Display character 255 as 8bit as well.
7991
79921999-03-06 Dave Love <fx@gnu.org>
7993
7994 * progmodes/cc-cmds.el (c-outline-level): Bind
7995 buffer-invisibility-spec.
7996
7997 * progmodes/c-mode.el (c-outline-level): Likewise.
7998
7999 * progmodes/ada-mode.el (ada-outline-level): Likewise.
8000
80011999-03-05 Felix Lee <flee@cygnus.com>
8002
8003 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
8004
80051999-03-05 Richard M. Stallman <rms@gnu.org>
8006
8007 * bindings.el (complete-symbol): Invert meaning of prefix arg.
8008
80091999-03-05 Andrew Innes <andrewi@gnu.org>
8010
8011 * w32-fns.el (convert-standard-filename): Convert directory
8012 separators to Windows format.
8013
80141999-03-05 Andreas Schwab <schwab@gnu.org>
8015
8016 * international/skkdic-cnv.el: Provide skkdic-cnv.
8017 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
8018 (batch-skkdic-convert): Doc fix.
8019
80201999-03-04 Dave Love <fx@gnu.org>
8021
8022 * custom.el (custom-set-variables): Protect against setter errors.
8023
80241999-03-04 Eli Zaretskii <eliz@gnu.org>
8025
8026 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
8027 the file sizes from overflowing.
8028 (ls-lisp-format): If file size is a float, use %8.0f to print it.
8029 Under -s, print the size in blocks with %4.0f, in case they have
8030 a *really* huge file.
8031
80321999-03-03 Dave Love <fx@gnu.org>
8033
8034 * options.el (edit-options): Doc fix.
8035 (list-options): Don't lose with unbound symbols. Maintain
8036 Edit-options-mode.
8037
80381999-03-01 Dave Love <fx@gnu.org>
8039
8040 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
8041
80421999-02-28 Richard M. Stallman <rms@gnu.org>
8043
8044 * ispell.el (ispell-dictionary-alist-override): New variable.
8045 (ispell-dictionary-alist): Don't setq it,
8046 if ispell-dictionary-alist-override is set.
8047
8048 * simple.el (shell-command-default-error-buffer): Renamed from
8049 shell-command-on-region-default-error-buffer.
8050 (shell-command-on-region): Mention in echo area when there
8051 is some error output. Mention success or failure, too.
8052 Accumulate multiple error outputs
8053 going forward, with formfeed in between. Display the error buffer
8054 when we have put something in it.
8055 (shell-command): Add the ERROR-BUFFER argument feature.
8056
80571999-02-28 Karl Heuer <kwzh@gnu.org>
8058
8059 * mail/mh-utils.el (mh-lib): Doc fix.
8060 (mh-lib-progs, mh-nmh-p): New vars.
8061 (mh-find-progs): Set mh-lib-progs along with other vars.
8062 (mh-path-search): New arg FUNC-P; if specified, use that instead
8063 of mh-file-command-p.
8064 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
8065
8066 * mail/mh-comp.el (mh-repl-formfile): New var.
8067 (mh-smail-batch): Don't ignore all arguments.
8068 (mh-reply): Do the right thing when using nmh.
8069
80701999-02-27 Kenichi Handa <handa@etl.go.jp>
8071
8072 * international/mule-cmds.el (select-safe-coding-system): Be sure
8073 to show a buffer being decoded.
8074
80751999-02-26 Ken'ichi Handa <handa@gnu.org>
8076
8077 * ps-bdf.el (bdf-directory-list): Initialize it to
8078 '("/usr/local/share/emacs/fonts/bdf").
8079
80801999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8081
8082 * ps-print.el: PostScript programming fix.
8083 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
8084 setpagedevice operator).
8085
80861999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8087
8088 * ps-print.el: Doc fix, font size specifies landscape and portrait
8089 sizes.
8090 (ps-print-version): New version number (4.1.4).
8091 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
8092 Specifies landscape and portrait sizes.
8093 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
8094 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
8095 fix.
8096 (ps-get-font-size): New fun.
8097 (ps-font-size-internal, ps-header-font-size-internal)
8098 (ps-header-title-font-size-internal): New vars.
8099
8100 * ps-mule.el: Change of ps-print font size variable name.
8101 (ps-mule-generate-font): Fun fix.
8102 (ps-mule-begin-job): Programming uniformization.
8103
81041999-02-25 Dave Love <fx@gnu.org>
8105
8106 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
8107 (help-make-xrefs): Do Info case first.
8108
8109 * repeat.el: Don't require advice.
8110 (repeat-last-kill-command): Variable deleted.
8111
81121999-02-25 Richard Stallman <rms@gnu.org>
8113
8114 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
8115 case just because the current buffer is the output buffer.
8116
81171999-02-25 Kenichi Handa <handa@etl.go.jp>
8118
8119 * simple.el (what-cursor-position): To show the character's
8120 encoding, use encoded-string-description instead of information
8121 of chaset-origin-alist.
8122
8123 * international/mule-cmds.el (iso-2022-control-alist): New variable.
8124 (encoded-code-description): New function.
8125 (encoded-string-description): New function.
8126 (encode-coding-char): New function.
8127
81281999-02-25 Andrew Innes <andrewi@gnu.org>
8129
8130 * startup.el (command-line) [windows-nt]: Fix typo in regexp
8131 checking for .emacs[.el[c]].
8132
81331999-02-24 Richard Stallman <rms@gnu.org>
8134
8135 * help.el (describe-function-1): Don't print a whole lambda-function.
8136
81371999-02-23 Ken'ichi Handa <handa@gnu.org>
8138
8139 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
8140 inputting ?\240.
8141
81421999-02-23 Karl Heuer <kwzh@gnu.org>
8143
8144 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
8145
8146 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
8147 (clean-buffer-list-kill-buffer-names): Doc fix.
8148
8149 * gud.el (gud-jdb-massage-args): Spelling fix.
8150
81511999-02-23 Richard M. Stallman <rms@gnu.org>
8152
8153 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
8154
81551999-02-22 Eli Zaretskii <eliz@gnu.org>
8156
8157 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
4ff3fcc7 8158 excursion while calling set-auto-coding-function.
0767b41e
DL
8159
8160 * play/handwrite.el (handwrite): Require ps-print, and use
8161 ps-printer-name and ps-lpr-command. Call ps-print-region-function
8162 if it's defined, instead of forking ps-lpr-command unconditionally.
8163
81641999-02-22 Kenichi Handa <handa@etl.go.jp>
8165
8166 * international/codepage.el (cp-coding-system-for-codepage-1): Put
8167 charset-origin-alist property to a coding system for the codepage.
8168
8169 * international/mule.el: Modify comment for charset-origin-alist
8170 property of a coding system.
8171
8172 * simple.el (what-cursor-position): charset-origin-alist property
8173 of a coding system may be a translation table or a symbol of which
8174 `translation-table' property is a translation table.
8175
81761999-02-21 Richard Stallman <rms@gnu.org>
8177
8178 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
8179 to the "html" template.
8180
81811999-02-21 Peter Breton <pbreton@ne.mediaone.net>
8182
8183 * dirtrack.el (dirtrack): Added docstring. Now returns input.
8184
81851999-02-18 Peter Breton <pbreton@ne.mediaone.net>
8186
4ff3fcc7 8187 * dirtrack.el (dirtrack): Check for the prompt in the input string
0767b41e
DL
8188 instead of the buffer.
8189
81901999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
8191
8192 * sql.el: Set version to 1.4.1. Changed mail address to
8193 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
8194 (sql-input-ring-separator): Doc fix.
8195 (sql-mode-syntax-table): double-dash starts comments is defined as
8196 ". 56" instead of ". 12b" for XEmacs.
8197 (sql-stop, sql-interactive-mode): Doc fixes.
8198 (sql-postgres): Queries for database and server, not just one.
8199 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
8200
8201 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
8202 changed. This is needed for master.el to work.
8203 (sql-set-sqli-buffer): Use the new hook.
8204
8205 * sql.el (sql-make-alternate-buffer-name): Function that sets
8206 sql-alternate-buffer-name.
8207 (sql-alternate-buffer-name): Possible name of SQLi buffers.
8208 (sql-interactive-mode): Set sql-alternate-buffer-name.
8209 (sql-rename-buffer): New command.
8210 (sql-interactive-mode-menu): Menu for SQLi buffers.
8211
8212 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
8213 and sql-input-ring-file-name are used to temporarily set
8214 comint-input-ring-file-name and comint-input-ring-separator when
8215 reading and writing input history files.
8216
8217 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
8218 (sql-input-ring-file-name): New variable with customization.
8219 (sql-input-ring-separator): New variable with customization.
8220 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
8221 Callers changed.
8222 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
8223 now includes the name of the current buffer.
8224
8225 (sql-mode): Set paragraph-separate and paragraph-start so that
8226 sql-send-paragraph sends the entire SQL statements, even if it
8227 contains indented lines.
8228
82291999-02-18 Dave Love <fx@gnu.org>
8230
8231 * format.el (format-encode-run-method, format-decode-run-method):
8232 Fix previous change.
8233
82341999-02-18 Ken'ichi Handa <handa@gnu.org>
8235
8236 * international/mule.el (coding-system-list): Moved here from
8237 mule-util.el to avoid autoloading mule-util by the call of
8238 select-safe-coding-system.
8239
82401999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
8241
8242 * simple.el (turn-on-auto-fill): Mark it as an option for
8243 `text-mode-hook'.
8244
82451999-02-17 Richard Stallman <rms@gnu.org>
8246
8247 * emacs-lisp/easymenu.el (easy-menu-get-map):
8248 Don't crash if (current-local-map) is nil.
8249
82501999-02-17 Peter Breton <pbreton@ne.mediaone.net>
8251
8252 * filecache.el (file-cache-filter-regexps): Added .class.
8253
82541999-02-17 Ken'ichi Handa <handa@gnu.org>
8255
8256 * international/mule-util.el (decompose-region): Use
8257 insert-buffer-substring instead of insert-buffer to avoid putting
8258 mark.
8259
82601999-02-17 Andreas Schwab <schwab@gnu.org>
8261
8262 * calendar/cal-move.el (scroll-calendar-left): Don't set
8263 displayed-month and displayed-year here, let generate-calendar do
8264 it, after range checking.
8265
82661999-02-17 Simon Marshall <simon@gnu.org>
8267
8268 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
8269
8270 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
8271 correctly between an object declared via a constructor and a method.
8272 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
8273 (java-font-lock-keywords-1): Fontify package names individually.
8274 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
8275 (java-font-lock-keywords-2): Simplify type fontification.
8276 (java-font-lock-keywords-3): Likewise.
8277
82781999-02-17 Kenichi Handa <handa@etl.go.jp>
8279
8280 * language/japanese.el (iso-2022-jp-2): New coding system.
8281 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
8282
82831999-02-16 Dave Love <fx@gnu.org>
8284
8285 * help.el (describe-function-1): Accept non-symbols.
8286
82871999-02-16 Paul Eggert <eggert@twinsun.com>
8288
8289 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
8290 find the last match if there are multiple matches.
8291
82921999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8293
8294 * tex-mode.el (tex-run-command, latex-run-command)
8295 (slitex-run-command, tex-command): Doc changes.
8296 (tex-start-options-string): Autoload it. Doc change. Provide
8297 a menu for customization. Allow nil. Quote backslashes only once.
8298 (tex-start-tex): Handle nil value of tex-start-options-string
8299 and apply shell-quote-argument to it.
8300
83011999-02-16 Eli Zaretskii <eliz@gnu.org>
8302
8303 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
8304 the size in blocks, since it can be a float.
8305 (ls-lisp-format): Likewise
8306
83071999-02-16 Ken'ichi Handa <handa@gnu.org>
8308
8309 * language/japanese.el (japanese-shift-jis): Add
8310 charset-origin-alist property.
8311
83121999-02-15 Richard Stallman <rms@gnu.org>
8313
8314 * progmodes/compile.el (compile-internal): Use save-selected-window.
8315
8316 * subr.el (momentary-string-display): Bind inhibit-read-only.
8317
8318 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
8319
83201999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
8321
8322 * mail/rmail.el (rmail-show-message): If an unseen message has a
8323 Summary-line in its header, get past one more line before looking
8324 for the X-Coding-System header.
8325
83261999-02-15 Geoff Voelker <voelker@cs.washington.edu>
8327
8328 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
8329 explicitly to accomodate Windows 9X lack of a useful copy program.
8330
83311999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
8332
8333 * wid-edit.el (widget-choice-value-create): Use `equal'
8334 instead of `eq'.
8335
83361999-02-14 Richard Stallman <rms@gnu.org>
8337
8338 * international/iso-transl.el:
8339 (iso-transl-ae): Renamed from iso-transl-e-slash.
8340 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
8341 (iso-transl-AE): Renamed from iso-transl-E-slash.
8342 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
8343 (iso-transl-char-map): Related changes.
8344
8345 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
8346
83471999-02-13 Richard Stallman <rms@gnu.org>
8348
8349 * textmodes/texinfmt.el (texinfo-alias): New function.
8350 (texinfo-fold-nodename-case): Add defvar.
8351 (texinfo-format-node): Do case folding if specified.
8352
8353 * ffap.el (ffap-file-at-point): Test local file names
8354 immediately. Strip off line numbers.
8355
83561999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
8357
8358 * sql.el: Set version to 1.3.2
8359 (sql-solid-program): Added support for solid.
8360 (sql-help): Doc mentions sql-solid.
8361 (sql-solid): Entry function for Solid.
8362 (sql-buffer): Doc explains the use of the variable and how to
8363 change it.
4ff3fcc7 8364 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
0767b41e
DL
8365 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
8366 disabled if sql-buffer doesn't have a process; sql-send-paragraph
8367 is new.
8368 (sql-show-sqli-buffer): New function to display the value of
8369 sql-buffer.
8370 (sql-change-sqli-buffer): New function to change sql-buffer.
8371 (sql-mode): Doc explains how to change sql-buffer.
8372 (sql-send-paragraph): New function to send a paragraph.
8373 (sql-mode-map): Added keybinding for sql-send-paragraph.
8374 (sql-mysql): Doc corrected.
8375 (sql-ms): Doc corrected.
8376
8377 * sql.el (sql-server): Doc fix.
8378 (sql-mysql): Added the use of sql-server to specify the host,
8379 sql-database now specifies database instead of host.
8380 (sql-mode-menu): Send... menu items are only active if sql-buffer
8381 is non-nil.
8382 (sql-help): Changed tag of entry functions a bit.
8383
8384 * sql.el: Added keywords from `finder-by-keyword'.
8385 (sql-mode): Made sql-buffer a local variable, changed the
8386 documentation: removed instructions to add *.sql files to
8387 auto-mode-alist, added documentation for having mutliple SQL
8388 buffers sending their stuff to different SQLi buffers, each
8389 running a different process.
8390 (sql-postgres): Quoted *SQL* in doc string.
8391 (sql-ms): Likewise.
8392 (sql-ingres): Likewise.
8393 (sql-ingres): Quoted *SQL* in doc string, added references to
8394 sql-user and sql-password used during login.
8395 (sql-sybase): Quoted *SQL* in doc string, added comma.
8396 (sql-oracle): Likewise.
8397 (sql-interactive-mode): Added extensive documentation for having
8398 mutliple SQL buffers sending their stuff to different SQLi
8399 buffers, each running a different process.
8400 (sql-buffer): Changed doc from *SQL* to SQLi.
8401 (sql-get-login): Doc fix.
8402
84031999-02-12 Ken'ichi Handa <handa@gnu.org>
8404
8405 * international/mule-conf.el (undecided): Set ascii in
8406 safe-charsets property.
8407
84081999-02-12 Richard Stallman <rms@gnu.org>
8409
8410 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
8411
84121999-02-12 Ken'ichi Handa <handa@gnu.org>
8413
8414 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
8415 value to ps-mule-font-info-database-latin.
8416
84171999-02-13 Kenichi HANDA <handa@etl.go.jp>
8418
8419 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
8420 (ps-mule-font-info-database-default): New variable.
8421 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
8422 ps-mule-font-info-database-default.
8423
84241999-02-12 Dave Love <fx@gnu.org>
8425
8426 * timezone.el (timezone-make-date-sortable)
8427 (timezone-make-date-arpa-standard): Doc fix.
8428
84291999-02-12 Ken'ichi Handa <handa@gnu.org>
8430
8431 * international/quail.el (quail-show-kbd-layout): Bind
8432 blink-matching-paren to nil.
8433
8434 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
8435 for ASCII and Latin-1.
8436
84371999-02-12 Andreas Schwab <schwab@gnu.org>
8438
8439 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
8440
84411999-02-12 Kenichi Handa <handa@etl.go.jp>
8442
8443 * international/mule-cmds.el (language-info-alist): Remove
8444 description about charset-origin-alist.
8445
8446 * international/mule.el: Comment added for a new coding system
8447 property `charset-origin-alit'.
8448 (make-translation-table): This variable deleted.
8449
8450 * language/chinese.el (chinese-big5): Add charset-origin-alist
8451 property.
8452 ("Chinese-CNS"): Remove charset-origin-alist property.
8453
8454 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
8455 property.
8456 (cyrillic-alternativnyj): Likewise.
8457 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
8458 ("Cyrillic-ALT"): Likewise.
8459
8460 * language/vietnamese.el (vietnamese-viqr): Add
8461 charset-origin-alist property.
8462 ("Vietnamese"): Remove charset-origin-alist property.
8463
8464 * simple.el (what-cursor-position): Don't use the varialbe
8465 charset-origin-alist, but use charset-origin-alist property of
8466 buffer-file-coding-system to decide external character set code.
8467
84681999-02-10 Richard Stallman <rms@gnu.org>
8469
8470 * shadowfile.el: Don't turn on the mode when the file is loaded.
8471
84721999-02-09 Richard Stallman <rms@gnu.org>
8473
8474 * progmodes/compile.el (compile-auto-highlight): Customize.
8475
8476 * add-log.el (add-log-file-name-function): New variable.
8477 (add-change-log-entry): Call that function, if non-nil.
8478
84791999-02-09 Michael Ernst <mernst@alum.mit.edu>
8480
8481 * rmail.el (rmail-search): Track match with a marker, not an integer.
8482
84831999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8484
8485 * progmodes/compile.el (compilation-setup): Set value of
8486 compilation-directory-stack as in compilation-forget-errors.
8487 (compile-reinitialize-errors): Bind buffer-undo-list and
8488 deactivate-mark.
8489 (compilation-forget-errors): Likewise.
8490
84911999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
8492
8493 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
8494 def... constructs.
8495
8496 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
8497 Remove calls to sleep-for.
8498
84991999-02-08 Eli Zaretskii <eliz@gnu.org>
8500
8501 * international/codepage.el (cp-coding-system-for-codepage-1): On
8502 MS-DOS, use dos-unsupported-char-glyph for characters not
8503 supported by the codepage.
8504 (cp-make-coding-systems-for-codepage): Likewise.
8505
85061999-02-08 Andreas Schwab <schwab@gnu.org>
8507
8508 * international/mule-util.el (coding-system-list): Don't sort
8509 coding-system-list here.
8510
8511 * international/mule.el (coding-system-lessp): Moved here from
8512 mule-util.el
8513 (add-to-coding-system-list): New function.
8514 (make-subsidiary-coding-system, make-coding-system,
8515 define-coding-system-alias): Use it instead of setting
8516 coding-system-list directly.
8517
85181999-02-07 Dave Love <fx@gnu.org>
8519
8520 * calendar/appt.el (appt-make-list): Don't splice quotes and date
8521 onto message.
8522
85231999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8524
8525 * imenu.el (imenu--last-menubar-index-alist): Add doc.
8526 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
8527
85281999-02-06 Richard Stallman <rms@gnu.org>
8529
8530 * language/european.el (setup-slovenian-environment): New function.
8531 ("Slovenian"): New language environment.
8532
8533 * progmodes/sql.el (sql-help): Doc fix.
8534 (sql-mysql): Doc fix.
8535
85361999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8537
8538 * tex-mode.el: When compiling, require compare-w and skeleton
8539 to pacify the byte-compiler. Move the def's of the tex-commands
8540 together. Add a comment on kill-process vs. quit-process.
8541
85421999-02-05 Dave Love <fx@gnu.org>
8543
8544 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
8545 null markers.
8546 (compile-goto-error): Likewise.
8547
85481999-02-05 Stephen Gildea <gildea@alum.mit.edu>
8549
8550 * time-stamp.el (time-stamp-format): Format doc tighter.
8551 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
f28eba7b 8552 (time-stamp): Don't re-write the time stamp if it didn't change.
0767b41e
DL
8553
85541999-02-05 Alex Schroeder <asc@bsiag.com>
8555
8556 * progmodes/sql.el: Changed version to 1.2.1.
8557 (sql-pop-to-buffer-after-send-region): Improved documentation.
8558 (sql-mysql-program): Added MySQL support.
8559 (sql-prompt-length): Made prompt-length configurable.
8560 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
8561 (sql-help): Added MySQL support, changed documentation.
8562 (sql-send-region): A message is displayed if something is sent.
8563 (sql-mode): Added buffer-local comment-start.
8564 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
8565 (sql-interactive-mode): Added buffer-local comment-start.
8566 (sql-oracle): Set sql-prompt-length.
8567 (sql-sybase): Set sql-prompt-length.
8568 (sql-mysql): Added MySQL support.
8569 (sql-ingres): Set sql-prompt-length.
8570 (sql-ms): Set sql-prompt-length.
8571 (sql-postgres): Set sql-prompt-length.
8572
85731999-02-04 Eli Zaretskii <eliz@gnu.org>
8574
8575 * term/internal.el (dos-codepage-setup): Set selection coding
8576 system to cpNNN-dos.
8577
85781999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8579
8580 * international/characters.el: Let ethiopic use iso-2022-7bit.
8581
85821999-02-02 Dave Love <fx@gnu.org>
8583
8584 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
8585 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
8586
85871999-02-02 Karl Heuer <kwzh@gnu.org>
8588
8589 * terminal.el (terminal-emulator): Doc fix.
8590
85911999-02-02 Ken'ichi Handa <handa@gnu.org>
8592
8593 * international/mule-util.el (compose-chars): Doc-string
8594 modified. Correctly handle a composition character in ARGS.
8595
85961999-02-01 Richard Stallman <rms@gnu.org>
8597
8598 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
8599 (makefile-menu-index-function): Function deleted.
8600 (makefile-mode): Use makefile-imenu-generic-expression.
8601
86021999-02-01 Geoff Voelker <voelker@cs.washington.edu>
8603
8604 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
8605 change, invoke from before-init-hook.
8606
86071999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
8608
8609 * subr.el (remove-from-invisibility-spec): Cope with the case when
8610 buffer-invisibility-spec is t.
8611
86121999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
8613
8614 * calendar/calendar.el (calendar-mode-map): Fix bindings for
8615 appt-add and appt-delete.
8616
86171999-02-01 Eli Zaretskii <eliz@gnu.org>
8618
8619 * term/pc-win.el (msdos-approximate-color): New function.
8620 (msdos-color-translate): Call it to find a DOS color that best
8621 approximates an X-style "#NNNNNN" color specification.
8622
86231999-02-01 Ken'ichi Handa <handa@gnu.org>
8624
8625 * international/mule-util.el (compose-chars-component): Add
8626 autoload cookie.
8627
86281999-01-31 Ken'ichi Handa <handa@gnu.org>
8629
8630 * international/quail.el (quail-lookup-key): If cdr of MAP is a
8631 function, replace cdr of MAP by the return value of the function
8632 unconditionally.
8633
86341999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8635
8636 * progmodes/compile.el (compilation-next-error-locus): Don't
8637 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
8638
86391999-01-31 Eli Zaretskii <eliz@gnu.org>
8640
8641 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
8642 and NLs before "charset", and allow the charset name be in double
8643 quotes.
8644
86451999-01-31 Richard Stallman <rms@gnu.org>
8646
8647 * imenu.el (imenu-sort-function): Fix custom type.
8648
86491999-01-30 Richard Stallman <rms@gnu.org>
8650
8651 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
8652 (speedbar-line-token): Likewise.
8653
8654 * play/gametree.el (gametree-default-score): Use defcustom.
8655 (gametree-score-regexp, gametree-score-closer): Likewise.
8656 (gametree-score-manual-flag, gametree-score-opener): Likewise.
8657
86581999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8659
8660 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
8661 decoding.
8662
86631999-01-29 Markus Rost <rost@gnu.org>
8664
8665 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
8666 tex-validate-buffer.
8667 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
8668 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
8669 now with recent occur-mode.
8670 (tex-validate-region): Really walk through all Sexps.
8671 (tex-region): Bind shell-dirtrack-verbose.
8672 (tex-file, tex-bibtex-file): Likewise.
8673
86741999-01-29 Dave Love <fx@gnu.org>
8675
8676 * finder.el: (finder-commentary): Fix interactive spec. Try
8677 appending .el to file name.
8678 (finder-find-library, finder-commentary): Doc fixes.
8679
86801999-01-29 Andrew Innes <andrewi@gnu.org>
8681
8682 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
8683 where the userid contains directory separators.
8684
86851999-01-29 Dave Love <fx@gnu.org>
8686
8687 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
8688 (lm-commentary): Doc fix.
8689
86901999-01-29 Andreas Schwab <schwab@gnu.org>
8691
8692 * files.el (file-expand-wildcards): Never consider `.' and `..' a
8693 wildcard match. Fix regexp that tests if dirpart contains
8694 wildcard characters.
8695
86961999-01-28 Richard Stallman <rms@gnu.org>
8697
8698 * font-lock.el (font-lock-default-unfontify-region):
8699 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
8700
87011999-01-27 Jason Rumney <jasonr@altavista.net>
8702
8703 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
8704 from FAMILY field.
8705 (w32-create-initial-fontsets): Do not use before-init-hook.
8706 (mouse-set-font): Document. Automatically create and use fontsets.
8707
8708 * dos-w32.el (direct-print-region-helper): Check for printer
8709 being t as well as a string.
8710
87111999-01-27 Kenichi Handa <handa@etl.go.jp>
8712
8713 * mail/rmail.el (rmail-decode-mime-charset): New variable.
8714 (rmail-mime-charset-pattern): New variable.
8715 (rmail-convert-to-babyl-format): Decode by MIME-charset if
8716 rmail-decode-mime-charset is non-nil.
8717
87181999-01-27 Ken'ichi Handa <handa@gnu.org>
8719
8720 * international/characters.el: Set category `q' for all characters
8721 in tibetan and tibetan-1-column.
8722
87231999-01-27 Andrew Innes <andrewi@gnu.org>
8724
8725 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
8726 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
8727
87281999-01-27 Dave Love <fx@gnu.org>
8729
8730 * international/mule-cmds.el (current-language-environment):
8731 Provide :link, :type (choices) and appropriate :get.
8732
87331999-01-27 Eli Zaretskii <eliz@gnu.org>
8734
8735 * startup.el (command-line): Set default eol-mnemonic-* strings to
8736 display end-of-line format in mode line.
8737
8738 * cus-start.el (all): Add eol-mnemonic-* variables.
8739
87401999-01-26 Dave Love <fx@gnu.org>
8741
8742 * startup.el (command-line-1): Up-date copyright.
8743
8744 * paths.el (Info-default-directory-list): Use configdir twice.
8745
8746 * info.el (Info-directory-list): Don't set path-separator now
8747 we're not shipped with Texinfo. Simplify path definition.
8748 Substitute all occurrences of instdir in Info-default-directory-list.
8749
87501999-01-25 Richard Stallman <rms@gnu.org>
8751
8752 * startup.el (normal-top-level-add-subdirs-to-load-path):
8753 Record the inode numbers of the dirs processed, to avoid loop.
8754
8755 * textmodes/tex-mode.el (tex-run-command): Doc fix.
8756
87571999-01-25 Dave Love <fx@gnu.org>
8758
8759 * browse-url.el (browse-url-netscape-program): Doc addition.
8760
8761 * help.el (help-make-xrefs): Default info references to an `(emacs)'
8762 prefix.
8763
8764 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
8765 auto-mode-alist.
8766
87671999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8768
8769 * calendar/diary-lib.el (mark-diary-entries): Use
8770 assoc-ignore-case and do not capitalize when matching month and
8771 day names.
8772
8773 * calendar/calendar.el (calendar-read-date): Ditto.
8774
8775 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8776 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8777
8778 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
8779
8780 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8781
8782 * calendar/cal-islam.el (calendar-goto-islamic-date)
8783 (mark-islamic-diary-entries): Ditto.
8784
8785 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8786
8787 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8788 (calendar-read-mayan-tzolkin-date): Ditto.
8789
8790 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
8791
87921999-01-22 Michael Ernst <mernst@alum.mit.edu>
8793
8794 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
8795
87961999-01-25 Karl Heuer <kwzh@gnu.org>
8797
8798 * faces.el (list-faces-display): Multiline case of previous fix.
8799
88001999-01-25 Andreas Schwab <schwab@gnu.org>
8801
8802 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
8803
88041999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
8805
8806 * files.el (find-file): If find-file-noselect returns a list,
8807 do switch-to-buffer on each element.
8808 (find-file-other-window): Likewise for all but the first element.
8809 (find-file-other-frame): Same.
8810 (find-file-noselect): When we expand a wildcard, return a list
8811 of buffers.
8812
88131999-01-24 Eli Zaretskii <eliz@gnu.org>
8814
8815 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
8816 to set the appropriate cpNNN-dos coding system as the
8817 highest-priority coding system.
8818
88191999-01-23 Ken'ichi Handa <handa@gnu.org>
8820
8821 * international/fontset.el (generate-fontset-menu): Return a
8822 sorted list by plain names of fontsets.
8823
8824 * international/mule-diag.el (list-fontsets): Sort fontsets by
8825 plain names.
8826
8827 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
8828 FIRST is a composite character, decompose it at first.
8829
88301999-01-23 Dave Love <fx@gnu.org>
8831
8832 * format.el: Doc fixes.
8833 (format-encode-run-method): Have things happen in the right buffer.
8834 Deal with errors from method. Set coding-system-for-write.
8835 (format-decode-run-method): Have things happen in the right buffer.
8836 Deal with errors from method. Set coding-system-for-read.
8837 (format-alist): Use nil instead of unmatchable regexps.
8838
8839 * simple.el (shell-command-on-region): Return command's exit status.
8840
88411999-01-23 Eric Ludlam <zappo@gnu.org>
8842
8843 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
8844 of the file whose info we want to display.
8845 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
8846 (speedbar-add-mode-functions-list) Improve doc.
8847 (speedbar-line-token) New function.
8848 (speedbar-dired) Fix order of directories in -shown-directories.
8849 (speedbar-line-path): Default return is default-directory
8850 (speedbar-buffers-line-path): Return is dir name only.
8851 (speedbar-mode-functions-list): New variable.
8852 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
8853 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
8854 speedbar-files-item-info speedbar-buffers-item-info): New functions.
8855 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
8856 New functions.
8857 (speedbar-line-file): Broke out part that fetches file from a line.
8858 (speedbar-line-text): New function extracted from speedbar-line-file.
8859 (speedbar-line-path): Converted into a replaceable function.
8860 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
8861
88621999-01-23 Ken'ichi Handa <handa@gnu.org>
8863
8864 * international/fontset.el (create-fontset-from-x-resource): Make
8865 style variants.
8866
88671999-01-22 Dave Love <fx@gnu.org>
8868
8869 * paths.el (Info-default-directory-list): Put sysdir after start.
8870
88711999-01-22 Sam Steingold <sds@goems.com>
8872
f28eba7b 8873 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
0767b41e
DL
8874 a process associated with it.
8875
88761999-01-22 Jason Rumney <jasonr@altavista.net>
8877
8878 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
8879
88801999-01-22 Felix Lee <flee@cygnus.com>
8881
8882 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
8883 major-mode.
8884 (vc-annotate-mode): Delete variable.
8885
88861999-01-22 Andrew Innes <andrewi@gnu.org>
8887
8888 * startup.el (command-line): [windows-nt]: Check for existence of
8889 .emacs file so as to notice .emacs.el or .emacs.elc and use them
8890 in preference to _emacs.
8891
88921999-01-22 Dave Love <fx@gnu.org>
8893
8894 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
8895
88961999-01-20 Richard Stallman <rms@gnu.org>
8897
8898 * files.el (find-file-noselect): Do wildcard processing only
8899 if new arg WILDCARDS is non-nil.
8900 (find-file, find-file-other-window): New arg WILDCARDS.
8901 Default it to non-nil if interactive.
8902 (find-file-other-frame): Likewise.
8903 (find-file-read-only): Likewise.
8904 (find-file-read-only-other-window): Likewise.
8905 (find-file-read-only-other-frame): Likewise.
8906
8907 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
8908 (widget-plist-convert-option): Delete spurious comma.
8909
89101999-01-19 Jason Rumney <jasonr@altavista.net>
8911
8912 * term/w32-win.el (w32-standard-fontspec-spec): Change
8913 iso8859-5 to koi8-r. Add iso8859-9.
8914
89151999-01-19 Dave Love <fx@gnu.org>
8916
8917 * browse-url.el (browse-url-maybe-new-window): Delete macro and
8918 its uses.
8919
8920 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
8921 is active.
8922 (fortran-indent-subprogram): Likewise.
8923
89241999-01-19 Dave Love <d.love@dl.ac.uk>
8925
8926 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
8927
89281999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8929
8930 * wid-edit.el (alist): Use sexp as default key-type.
8931
89321999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8933
8934 * textmodes/tex-mode.el (tex-define-common-keys):
8935 Remove key binding of tex-feed-input.
8936 (tex-mode-map): Bind tex-feed-input here.
8937 (tex-start-shell): Use compilation-shell-minor-mode. Set
8938 comint-input-filter-functions before running tex-shell-hook.
8939 (tex-start-tex): Forget compilation errors.
8940 (tex-compilation-parse-errors): Rewritten to work also with
8941 compile-mouse-goto-error and compile-goto-error. Adjusted to
8942 change in tex-region.
8943 (tex-region): For the temp file use file-name without directory.
8944 (tex-file): Expand file name of tex-print-file.
8945
89461999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8947
8948 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
8949
89501999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
8951
8952 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
8953 beginning could cause Emacs to hang. Fixed.
8954
89551999-01-18 Ken'ichi Handa <handa@gnu.org>
8956
8957 * international/ccl.el (ccl-compile-translate-character): Handle
8958 the case that a tranlation table is CCL register correctly.
8959
8960 * international/mule-cmds.el (select-safe-coding-system):
8961 Hightlight at most 256 characters.
8962
89631999-01-18 Dave Love <fx@gnu.org>
8964
8965 * startup.el (command-line): If the init file changes operation to
8966 unibyte, make all buffers unibyte and re-set language environment.
8967
8968 * disp-table.el (standard-display-european): Make all existing
8969 buffers unibyte. Fix doc.
8970
89711999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
8972
8973 * wid-edit.el (coding-system): Define this unconditionally.
8974
8975 * simple.el (shell-command-on-region-default-error-buffer): New var.
8976 (shell-command-on-region): Use that variable as interactive
8977 value of ERROR-BUFFER argument.
8978
89791999-01-17 Sam Steingold <sds@goems.com>
8980
f28eba7b 8981 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
0767b41e
DL
8982
89831999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8984
8985 * progmodes/compile.el (compilation-goto-locus): If already in the
8986 compilation buffer's window, keep it in that window.
8987 (compile-mouse-goto-error): Add Doc. Don't play with windows.
8988 (compile-goto-error): Don't play with windows.
8989
8990 * textmodes/tex-mode.el (latex-run-command): Doc fix.
8991 (tex-command): Doc fix.
8992 (tex-compilation-parse-errors): Doc fix.
8993 (tex-generate-zap-file-name): Don't start the name with -.
8994 (tex-expand-files): Works now also with strings ending with ":".
8995
89961999-01-17 Ian T Zimmerman <itz@transbay.net>
8997
8998 Patch failed to install:
8999 * gametree.el: Document scoring functionality.
9000 (gametree-score-regexp): Add optional plus sign.
9001 (gametree-score-opener): Replace `:' with `=' as the former
9002 conflicts with gametree-half-ply-regexp.
9003 (gametree-transpose-following-leaves): Add.
9004 (gametree-insert-new-leaf): Make modifying commands barf in read
9005 only buffers.
9006 (gametree-break-line-here): Add a call to
9007 `gametree-transpose-following-leaves'. This maintains the
9008 necessary invariant that on each level all leaf children precede
9009 all nonleaf children. This has always been implied, but left to
9010 the user, and, unfortunately, undocumented.
9011
90121999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
9013
9014 * wid-edit.el (plist, alist): New widget types.
9015
90161999-01-17 Dave Love <fx@gnu.org>
9017
9018 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
9019 fix scope of condition-case therein.
9020
90211999-01-17 Andrew Innes <andrewi@gnu.org>
9022
9023 * dos-w32.el: (find-buffer-file-type-coding-system): Use
9024 default-buffer-file-coding-system when file doesn't exist (and
9025 isn't covered by a special case) instead of forcing undecided-dos
9026 against the user's wishes.
9027
9028 * dos-w32.el (direct-print-region-helper): New function based on
9029 direct-print-region-function; sends data to specified printer port
9030 without further translation. Recognize and handle specially the
9031 standard `print' and `nprint' programs, as well as `lpr' and
9032 similar programs. Only write directly to the printer port if no
9033 print program is specified. Work around a bug in Windows 9x
9034 affecting Win32 version of Emacs by invoking command.com to write
9035 to the printer port instead of writing directly.
9036 (direct-print-region-function): Use direct-print-region-helper to
9037 do most of the work.
9038 (direct-ps-print-region-function): New function; analogue of
9039 direct-print-region-function for ps-print.
9040 (ps-lpr-command): Comment out setq; leave as example usage.
9041 (ps-lpr-switches): Ditto.
9042
9043 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
9044 and MS-Windows.
9045 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
9046 DOS and Windows platforms, to indicate direct printing. Update
9047 the docstring accordingly.
9048
9049 * ps-print.el: (ps-printer-name): Update docstring about usage on
9050 MS-DOS and MS-Windows.
9051 (ps-lpr-command): Update docstring as for lpr-command.
9052 (ps-print-region-function): New variable.
9053 (ps-do-despool): Use it.
9054 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
9055 DOS/Windows.
9056
9057 * subr.el (subst-char-in-string): New function.
9058
90591999-01-17 Eli Zaretskii <eliz@gnu.org>
9060
9061 * international/codepage.el (cp852-decode-table): Fill a nil entry.
9062
9063 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
9064 (bdf-find-font-info): New function, looks for the first readable
9065 file from a list of alternatives.
9066 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
9067 instead of bdf-get-font-info.
9068 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
9069 to ps-mule-generate-bitmap-glyph.
9070
9071 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
9072 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
9073 now be a list of alternative names.
9074 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
9075 (ps-mule-prepare-font): Likewise.
9076
9077 * international/codepage.el (cp855-decode-table,
9078 cp850-decode-table): Fill some nil entries.
9079
90801999-01-16 Dave Love <fx@gnu.org>
9081
9082 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
9083 last change.
9084
90851999-01-15 Dave Love <fx@gnu.org>
9086
9087 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
9088 and change regexp for command names.
9089 (help-xref-go-back, function-called-at-point, symbol-file)
9090 (where-is): Doc fixes.
9091 (help-xref-go-back): Remove interactive spec.
9092 (describe-function-1): Fix message for alias. Buttomize alias
9093 name.
9094
9095 * simple.el (join-line): New alias.
9096
90971999-01-15 Johan Vromans <jvromans@squirrel.nl>
9098
9099 * forms.el: (forms--show-record): Convert integers to string
9100 expicitly since concat will no longer accept integers.
9101 (forms-print): Use local `total-nb-records' since
9102 `forms--total-records' will be inaccessible after buffer switching.
9103
91041998-01-14 Felix Lee <flee@cygnus.com>
9105
f28eba7b 9106 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
0767b41e
DL
9107
91081999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9109
9110 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
9111
91121999-01-14 Eli Zaretskii <eliz@gnu.org>
9113
9114 * international/codepage.el (cp850-decode-table): Fix previous change.
9115
91161999-01-14 Simon Marshall <simon@gnu.org>
9117
9118 * shell.el (shell-dirtrack-verbose): New custom variable.
9119 (shell-dirstack-message): Use it.
9120
91211999-01-14 Kenichi Handa <handa@etl.go.jp>
9122
9123 * international/mule-conf.el: Coding system alias `dos' for
9124 `undecided-dos', `mac' for `undecided-mac'.
9125
9126 * international/mule-cmds.el (describe-language-environment):
9127 Don't alter input-method-alist.
9128
91291999-01-13 Eli Zaretskii <eliz@gnu.org>
9130
9131 * international/codepage.el (cp850-decode-table): Replace nil
9132 entries with codes of similary looking glyphs. (Suggested by
4ff3fcc7 9133 Jason Rumney <jasonr@altavista.net>.)
0767b41e
DL
9134
91351999-01-13 Dave Love <fx@gnu.org>
9136
9137 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
9138
9139 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
9140
91411999-01-12 Karl Heuer <kwzh@gnu.org>
9142
9143 * files.el (auto-save-hook): Defvar this.
9144
91451999-01-12 Alex Schroeder <asc@bsiag.com>
9146
9147 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
9148 faces, eliminating the need to load font-lock before loading sql.
9149 (sql-mode-oracle-font-lock-keywords): Likewise.
9150 (sql-mode-postgres-font-lock-keywords): Likewise.
9151
91521999-01-11 Dave Love <fx@gnu.org>
9153
9154 * cus-start.el: Add inhibit-eol-conversion.
9155
9156 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
9157 the values round.
9158
91591999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
9160
9161 * help.el (help-mode-finish): Renamed from help-mode-maybe.
9162 Don't switch to Help mode here.
9163 (temp-buffer-setup-hook): Use help-mode-finish.
9164 (help-mode-setup): New function.
9165 (temp-buffer-setup-hook): Use help-mode-setup.
9166
9167 * progmodes/sql.el: New file.
9168
9169 * files.el (auto-mode-alist): Add sql-mode.
9170
9171 * faces.el (list-faces-display): Improve the formatting
9172 by computing the maximum length required for any face-name.
9173
91741999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9175
9176 * progmodes/compile.el (compilation-shell-minor-mode): New function.
9177
91781999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
9179
9180 * term.el (term_send_home): Change the string to
9181 be the same as the one emitted by xterm and consistent with the
9182 ones emitted by prior and next.
9183 (term_send_end): Likewise.
9184
91851999-01-10 Dave Love <fx@gnu.org>
9186
9187 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
9188 bindings.
9189
91901999-01-10 Eli Zaretskii <eliz@gnu.org>
9191
9192 * international/codepage.el (codepage-setup): Doc fix.
9193 (cp-decoding-vector-for-codepage): Likewise.
9194
91951999-01-10 Markus Rost <rost@gnu.org>
9196
9197 * cus-edit.el (custom-save-delete): First scan the custom-file.
9198
91991999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
9200
9201 * international/iso-transl.el: Define a "function name" for
9202 each translation that isn't ASCII. Use these function names
9203 in iso-transl-char-map.
9204
92051999-01-08 Kenichi Handa <handa@etl.go.jp>
9206
9207 * international/mule-util.el (decompose-region): Do decomposition
9208 on temporary unibyte buffer.
9209
9210 * international/mule.el (make-char): Doc-string modified.
9211
92121999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9213
9214 * simple.el (comment-region): Delete spaces only if we
9215 deleted a comment starter.
9216
92171999-01-07 Dave Love <fx@gnu.org>
9218
9219 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9220
9221 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
9222 like eval-defun does.
9223
9224 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
9225
9226 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
9227 constructions. Doc fixes.
9228 (generic-create-generic-function): Use defalias, not fset.
9229
9230 * find-func.el: More doc fixes.
9231
92321999-01-06 Stephen Eglen <stephen@gnu.org>
9233
9234 * files.el (save-buffers-kill-emacs): Show the list of current
9235 processes before prompting to kill them and exit.
9236
92371999-01-06 Dave Love <fx@gnu.org>
9238
9239 * emacs-lisp/find-func.el: Doc fixes.
9240 (find-function-regexp): Extend for define-generic-mode,
9241 define-derived-mode, easy-mmode-define-minor-mode.
9242
92431999-01-06 Dave Love <fx@gnu.org>
9244
9245 * progmodes/fortran.el (fortran-window-create): Account for scroll
9246 bar width.
9247
9248 * browse-url.el: Require (noerror) w3-auto when compiling.
9249 (browse-url-maybe-new-window): Make it a macro and revert last
9250 change to callers.
9251 (browse-url-w3): Require w3 for w3-fetch-other-window.
9252
92531999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9254
9255 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
9256 argument.
9257
92581999-01-06 Simon Marshall <simon@gnu.org>
9259
9260 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
9261
9262 * font-lock.el (font-lock-default-fontify-buffer): When using
9263 with-temp-message, use nil rather than current-message.
9264
9265 * lazy-lock.el (lazy-lock-unstall):
9266 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
9267 rather than current-message.
9268
9269 * fast-lock.el (fast-lock-save-cache-1):
9270 (fast-lock-cache-data): When using with-temp-message, use nil rather
9271 than current-message.
9272
92731999-01-06 Eli Zaretskii <eliz@gnu.org>
9274
9275 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9276 the valid-codes property.
9277
9278 * international/mule-cmds.el (prefer-coding-system): Call
9279 set-coding-priority, so that the internal array of priorities is
9280 also updated.
9281
9282 * international/mule-util.el:
9283 (coding-system-change-eol-conversion,
9284 coding-system-change-text-conversion): Don't define here.
9285
9286 * international/mule-cmds.el: Define them here. Remove the
9287 autoload cookies.
9288
92891999-01-06 Andreas Schwab <schwab@gnu.org>
9290
9291 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
9292 if it was enabled before.
9293
9294 * view.el (View-revert-buffer-scroll-page-forward): Bind
9295 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
9296
9297 * files.el (recover-session): Preserve point when inserting
9298 explanation.
9299
93001999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
9301
9302 * cus-edit.el (custom-save-delete): Don't delete whitespace
9303 and comments before the sexp that is replaced.
9304
93051999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9306
9307 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
9308
93091999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
9310
9311 * vc.el (vc-dired-hook): Use the original value of
9312 dired-move-to-filename-regexp on lines that have not been
9313 reformatted yet.
4ff3fcc7 9314 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
0767b41e
DL
9315 file lines have already been reformatted.
9316
93171999-01-05 Dave Love <fx@gnu.org>
9318
9319 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
9320 buffer-local.
9321
93221998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
9323
9324 * progmodes/f90.el: Change of regular expressions for type to
9325 correct highlighting and identation. Some small fixes for
9326 compatibility with XEmacs.
9327
93281999-01-05 Stephen Eglen <stephen@gnu.org>
9329
9330 * mspools.el (mspools-vm-system-mail): Provide an alternative
9331 value based on rmail-spool-directory if $MAIL is not defined.
9332
93331999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
9334
9335 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
9336 (reftex-section-info): Handle negative section levels.
9337 (reftex-view-crossref-extra): New option.
9338 (reftex-view-crossref): Generalized to work in more places.
9339 (reftex-find-citation-regexp-format, reftex-find-reference-format,
9340 reftex-macros-with-labels, reftex-global-search-marker): New variables.
9341 (reftex-view-cite-locations-from-bibtex): New command.
9342 (reftex-view-regexp-match, reftex-global-search,
9343 reftex-global-search-continue): New functions.
9344 (reftex-extract-bib-entries): No error for non-existing BibTeX
9345 file, just a message.
9346 (reftex-extract-bib-entries): Better error handling.
9347 (reftex-select-with-char): Use `*RefTeX Select*' for selection
9348 help and force it on current frame.
9349 (reftex-default-bibliography): New function.
9350 (reftex-access-parse-file): Check consistency after loading a
9351 parse file. When inconsistent, enfore rescan.
9352 (reftex-check-parse-consistency): New function.
9353 (easy-menu-define): Options section drastically shortened.
9354
93551999-01-05 Kenichi Handa <handa@etl.go.jp>
9356
9357 * language/thai-util.el (thai-compose-string): New function.
9358
93591999-01-04 Inge Frick <inge@nada.kth.se>
9360
9361 * easymenu.el (easy-menu-define): Doc fix.
9362 (easy-menu-create-menu): New keyword :included.
9363 (easy-menu-do-add-item): New keyword :included. SUFFIX may
9364 be an expression, not only a string. Simulate style `button'.
9365 Use easy-menu-define-key-intern instead of easy-menu-define-key.
9366 (easy-menu-define-key-intern): New function.
9367 (easy-menu-add-item): Understand value returned from
9368 easy-menu-item-present-p and easy-menu-remove-item.
9369 (easy-menu-return-item): New function.
9370 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
9371
93721999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
9373
9374 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
9375 Use rmail-output-read-rmail-file-name to read the file name.
9376 Always call rmail-output-to-rmail-file noninteractively.
9377 When count > 1, do the loop here.
9378 Handle rmail-delete-after-output here.
9379 (rmail-summary-output): Similar changes.
9380
9381 * mail/rmailout.el: Provide `rmailout'.
9382 (rmail-output-read-rmail-file-name): New function.
9383 (rmail-output-to-rmail-file): Use that.
9384 (rmail-output-read-file-name): New function.
9385 (rmail-output): Use that.
9386
9387 * files.el (find-file-noselect): Let /: suppress wildcard matching.
9388 Error if wildcard matches no files.
9389
93901999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
9391
9392 * menu-bar.el (clipboard-yank): Doc fix.
9393
9394 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
9395
93961998-12-31 Markus Rost <rost@delysid.gnu.org>
9397
9398 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
9399
94001998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
9401
9402 * rmail.el (rmail-encode-string): Make sure mask value is
9403 positive; (emacs-pid) returns a negative number on Windows 9x
9404 which causes odd behaviour.
9405
94061998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
9407
9408 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
9409 and about w32-* variables unless on Windows/NT.
9410
94111998-12-31 Boris Goldowsky <boris@alum.mit.edu>
9412
9413 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
9414 if buffer is modified; ask about all modified buffers.
9415
94161998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9417
9418 * simple.el (what-cursor-position): Fix previous change.
9419
94201998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
9421
9422 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
9423 from paragraph-start.
9424
94251998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
9426
9427 * international/mule-cmds.el (prefer-coding-system): If the
9428 argument requires specific EOL conversion type, make the default
9429 coding systems use that.
9430
94311998-12-30 Drew Csillag <drew_csillag@geocities.com>
9432
4ff3fcc7 9433 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
0767b41e
DL
9434 Use shell-command-on-region.
9435 (m4-start-m4, m4-end-m4): Functions deleted.
9436
94371998-12-30 Michael Ernst <mernst@alum.mit.edu>
9438
9439 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
9440
94411998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9442
9443 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
9444 to compose-mail in the correct places and as a list.
9445
94461998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
9447
9448 * page-ext.el: Added mouse-selection feature for pages directory buffer.
9449 (pages-directory-map): Bind mouse-2
9450 (pages-copy-header-and-position): Put text property.
9451 (pages-directory-goto-with-mouse): New function.
9452
94531998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
9454
9455 * international/codepage.el (cp-make-coding-systems-for-codepage):
9456 Doc fix.
9457 (cp-coding-system-for-codepage-1): Likewise.
9458
94591998-12-29 Kenichi Handa <handa@etl.go.jp>
9460
9461 * language/thai-util.el (thai-post-read-conversion): Handle Thai
9462 composition sequence correctly here instead of calling
9463 thai-compose-region.
9464
9465 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
9466 newline in multibyte buffer, if previous or next character is a
9467 composite char, check the first component of the composite char.
9468
94691998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
9470
9471 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
9472 and track-mouse.
9473
94741998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9475
9476 * mail/sendmail.el (mail-yank-original): Remove text properties
9477 after insertion.
9478 (mail-yank-region): Barf if no mark is set in the message
9479 being replied to.
9480
9481 * help.el (function-called-at-point): First look for function at point.
9482
94831998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9484
9485 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
9486
94871998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9488
9489 * simple.el (what-cursor-position): Print character encoding also.
9490
94911998-12-26 Dave Love <fx@gnu.org>
9492
9493 * textmodes/flyspell.el: If local-maps work, don't put
9494 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
9495 in flyspell-mouse-map (only).
9496 (flyspell-use-local-map): New variable.
9497 Use a different mouse-2 binding in that case,
9498 and don't add to minor-mode-map-alist.
9499 (make-flyspell-overlay, flyspell-correct-word):
9500 Test flyspell-use-local-map.
9501
95021998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9503
9504 * files.el (file-expand-wildcards): Handle wildcards in directory name.
9505 Be careful about whether to return a relative file name,
9506 and if so, relative to what directory.
9507
95081998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9509
4ff3fcc7 9510 * emacs-lisp/easymenu.el (easy-menu-get-map):
0767b41e
DL
9511 Change global map only if this menu exists in the global map already,
9512 and not in the local map.
9513 (easy-menu-do-add-item): Fix error message.
9514
9515 * foldout.el (foldout-inhibit-key-bindings):
9516 Avoid concatenating onto outline-minor-mode-prefix.
9517 Make a new keymap for that prefix, if it does not already have one.
9518
95191998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
9520
9521 * cperl-mode.el:
9522 Can use linear algorithm for indentation if Emacs supports it.
9523 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
9524 (cperl-after-block-p): Likewise.
9525 (cperl-after-block-and-statement-beg): Likewise.
9526 (cperl-after-block-p): After END/BEGIN we are a block.
9527 (cperl-after-expr-p): Skip labels when checking
9528 (cperl-indent-region): Make a marker for END - text added/removed.
9529 Disable hooks during the call (how to call them later?).
9530 Now indents 820-line-long function in 6.5 sec (including
9531 syntaxification) the first time (when buffer has few
9532 properties), 7.1 sec the second time.
9533 (cperl-indent-region): Do not indent whitespace lines
9534 (cperl-style-alist)
9535 Include `cperl-merge-trailing-else' where the value is clear.
9536 (cperl-styles-entries): Likewise.
9537 (cperl-problems): Improvements to docs.
9538 (cperl-tips): Likewise.
9539 (cperl-non-problems): Likewise.
9540 (cperl-mode): Make lazy syntaxification possible.
9541 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
9542 `font-lock-unfontify-region-function' was set to a wrong function.
9543
4ff3fcc7 9544 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
0767b41e
DL
9545 restart syntaxification. Changed so that -d ?foo? is a RE. Do
9546 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
9547 but 1<<6 was considered as HERE-doc.
9548 <file/glob> made into a string.
9549 Postpone addition of faces after syntactic step.
9550 Recognition of <FH> was wrong.
9551 Highlight `gem' in s///gem as a keyword. `qr' recognized.
9552 Knows that split// is null-RE.
9553 Highlights separators in 3-parts expressions as labels.
9554 <> was considered as a glob.
9555 Would err if the last line is `=head1'.
9556 $a-1 ? foo : bar; was a considered a regexp.
9557 `<< (' was considered a start of HERE-doc.
9558 mark qq[]-etc sections as syntax-type=string
9559 Was not processing sub protos after a comment ine.
9560 Was treating $a++ <= 5 as a glob.
9561 Tolerate unfinished REx at end-of-buffer.
9562 `unwind-protect' was left commented.
9563 / and ? after : start a REx.
9564
9565 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
9566 Better default, customizes to `message' too, off in text-mode.
9567
9568 (cperl-array-face): Renamed from `font-lock-emphasized-face',
9569 `defface'd.
9570 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
9571 `defface'd.
9572 (cperl-emacs-can-parse): New state variable.
9573 (cperl-indent-line): Corrected to use global state.
9574 (cperl-calculate-indent): Likewise.
9575 (cperl-fix-line-spacing): Likewise (not used yet).
9576 (cperl-calculate-indent): Did not consider `,' as
9577 continuation mark for statements.
9578 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
9579 Remove another parse-data optimization at toplevel: would
9580 indent correctly.
9581 Correct for labels when calculating indentation of continuations.
9582 Docstring updated.
9583 (cperl-choose-color): Converted to a function (to be
9584 compilable in text-mode).
9585 (cperl-dark-background): Disable without window-system.
9586 Do `defface' only if window-system.
f28eba7b
SM
9587 (cperl-fix-line-spacing): Sped up to bail out early.
9588 (x-color-defined-p): Was not compiling on XEmacs
0767b41e 9589 Was defmacro'ed with a tick. Remove another def.
f28eba7b 9590 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
0767b41e
DL
9591 (cperl-unwind-to-safe): New function.
9592 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
4ff3fcc7 9593 (cperl-fontify-syntaxically): Unwinds start and end to go out of
0767b41e
DL
9594 long strings (not very successful).
9595 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
9596 Highlight the starting // in s//foo/ as function-name.
9597 Emit a meaningful error instead of a cryptic one for an
9598 uncomplete REx near end-of-buffer.
9599
9600 (cperl-electric-keyword): `qr' recognized.
9601 (cperl-electric-else): Likewise
9602 (cperl-to-comment-or-eol): Likewise
9603 (cperl-make-regexp-x): Likewise
9604 (cperl-init-faces): Likewise, and `lock' (as overridable?).
9605 Corrected to use new macros;
9606 `if' for copying `reference-face' to `constant-face' was backward.
9607 remove init `font-lock-other-emphasized-face',
9608 `font-lock-emphasized-face', `font-lock-keyword-face'.
9609 Interpolate `cperl-invalid-face'.
9610 (cperl-make-regexp-x): Misprint in a message.
9611 (cperl-syntaxify-unwind): New configuration variable
9612 (cperl-fontify-m-as-s): New configuration variable
f28eba7b 9613 (cperl-electric-pod): Check for after-expr was performed
0767b41e 9614 inside of POD too.
f28eba7b 9615 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
0767b41e
DL
9616 (cperl-clobber-mode-lists): New configuration variable.
9617 (cperl-not-bad-style-regexp): Updated.
9618 Init: `cperl-is-face' was busted.
9619 (cperl-make-face): New macros.
9620 (cperl-force-face): New macros.
9621 (font-lock-other-type-face): Done via `defface' too.
9622 (cperl-nonoverridable-face): New face. Renamed from
9623 `font-lock-other-type-face'.
f28eba7b 9624 (cperl-init-faces-weak): Use `cperl-force-face'.
0767b41e
DL
9625 (cperl-comment-indent): Commenting __END__ was not working.
9626 (cperl-indent-for-comment): Likewise.
9627 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
9628 When removing old TAGS info was not relativizing filename.
9629 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
9630 Another try to work around XEmacs problems. Better progress messages.
f28eba7b
SM
9631 (toplevel): Require custom unprotected => failure on 19.28.
9632 (cperl-xemacs-p): Defined when compile too
4ff3fcc7 9633 (cperl-find-tags): Was writing line/pos in a wrong order,
0767b41e
DL
9634 pos off by 1 and not at beg-of-line.
9635 (cperl-etags-snarf-tag): New macro
9636 (cperl-etags-goto-tag-location): New macro
9637 (cperl-version): New variable. New menu entry
9638 random docstrings: References to "future" 20.3 removed.
9639 Menu was described as `CPerl' instead of `Perl'
9640 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
9641 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
9642 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
9643 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
9644 `font-lock-reference-face', `font-lock-keyword-face'.
9645 Use `eval-after-load'.
9646 Remove not-CPerl-related faces.
9647 (cperl-tips-faces): New variable and an entry into Mini-docs.
9648 (cperl-indent-exp): Was not processing else-blocks.
9649 (cperl-get-state): NOP line removed.
9650 (cperl-ps-print): New function and menu entry.
9651 (cperl-ps-print-face-properties): New configuration variable.
9652 (cperl-invalid-face): New configuration variable.
9653 (perl-font-lock-keywords): Highlight trailing whitespace
9654 (cperl-contract-levels): Documentation corrected.
9655 (cperl-contract-level): Likewise.
9656 (cperl-ps-extend-face-list): New macro.
9657 (cperl-invalid-face): Change to ''underline.
9658
96591998-12-25 Markus Rost <rost@delysid.gnu.org>
9660
9661 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
4ff3fcc7 9662 for read-file-name.
0767b41e
DL
9663 (rmail-output-to-rmail-file): Likewise.
9664
96651998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9666
9667 * emacs-lisp/easymenu.el (easy-menu-get-map):
9668 If MENU is nil, use global menu-bar map.
9669 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
9670 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
9671
96721998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9673
9674 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
9675
96761998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9677
9678 * ps-print.el (ps-print-version): New version number (4.1.3).
9679
96801998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
9681
9682 * international/mule-cmds.el: Use make-sparse-keymap instead of
9683 define-prefix-key when defining MULE menu items.
9684
9685 * info.el (Info-node-at-bob-matching): New function.
9686 (Info-find-node, Info-build-node-completions): Call it.
9687
96881998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
9689
9690 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
9691 when this is an autoloaded keymap.
9692
96931998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
9694
9695 * international/codepage.el (cp-coding-system-for-codepage-1):
9696 Create separate encoders and decoders, for DOS and Unix. Make the
9697 usual family of 3 coding systems, so that automatic detection of
9698 EOL type works.
9699 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
9700 Unix-specific symbols here, and don't call
9701 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
9702 Handa <handa@etl.go.jp>.)
9703
9704 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
9705
9706 * term/internal.el (IT-character-translations): New variable, an
9707 alist used to display characters for which there's no glyphs in
9708 the current codepage.
9709 (IT-display-table-setup): New function, sets up the DOS terminal
9710 for a given codepage.
9711 (dos-codepage-setup): New function, sets up the MULE environment
9712 for the current value of dos-codepage.
9713 (top-level if): In the multibyte mode, turn on
9714 unibyte-display-via-language-environment. In the unibyte mode,
9715 set up the special syntax tables to map lower- to upper case and
9716 back.
9717
97181998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
9719
9720 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
9721 (speedbar-frame-plist) Remove useless comments.
9722 (speedbar-frame-mode) Do not specify height if it is in the param list.
9723 Use default y position w/out changing it.
9724 If default x position is a list, keep, calculate the non-list X
9725 value when devining an initial position.
9726 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
9727 (speedbar-tag-group-name-minimum-length): New variable.
9728 (speedbar-frame-parameter): New compatibility function.
9729 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
9730 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
9731 groups to keep things in the right order, and to help with some
9732 naming conventions.
9733 (speedbar-create-tag-hierarchy): Enable buffer local version of
9734 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
9735 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
9736 the case, derive it from the cursor location in speedbar.
9737
97381998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
9739
9740 * international/mule-cmds.el (set-language-environment): On MS-DOS
9741 terminals, install DOS-specific nonascii-translation-table if the
9742 language info doesn't specify one. Pass the default eol-type to
9743 set-language-environment-coding-systems.
9744 (set-default-coding-systems): Copy the eol-type property for the
9745 new default values of {buffer-file,process}-coding-system from the
9746 old defaults.
9747 (set-language-environment-coding-systems): Accept an optional
9748 argument EOL-TYPE, and set the eol-type property of the default
9749 coding systems accordingly.
9750 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
9751 (set-keyboard-coding-system): Likewise.
9752 (set-default-coding-systems): Don't set
9753 default-terminal-coding-system on MS-DOS to anything but nil.
9754 (prefer-coding-system): Describe in the doc string that
9755 default-terminal-coding-system is not changed on MS-DOS.
9756 (set-language-environment): For MS-DOS, set standard syntax table
9757 and display table for all characters with code above 127.
9758 (standard-display-european-internal): For MS-DOS, pass all
9759 characters with code above 127 directly to the terminal, and don't
9760 remap characters 160 and 146 in the unibyte case.
9761
9762 * international/codepage.el: New file.
9763
97641998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9765
9766 * diary-lib.el (diary-float): Fix end-of-year error and typos in
9767 comments.
9768
97691998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
9770
9771 * map-ynp.el (map-y-or-n-p): Ignore input methods.
9772
9773 * subr.el (read-passwd): Likewise.
9774
97751998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
9776
9777 * info.el (Info-find-node): Add 1 to the position read from the
9778 tag table. Don't fail if the node delimiter ^_ is the first
9779 character in the file.
9780 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
9781 first character in the file.
9782 (Info-read-subfile): Likewise.
9783 (Info-select-node): Likewise.
9784 (Info-build-node-completions): Likewise.
9785
97861998-12-16 Richard Stallman <rms@gnu.org>
9787
9788 * term/x-win.el (x-cut-buffer-or-selection-value):
9789 If clipboard is enabled, try it before PRIMARY selection.
9790
97911998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9792
9793 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
9794 insert c-cedilla and C-cedilla respectively, like in latin-1.
9795
97961998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
9797
9798 * language/hebrew.el: Don't use sublists in the flags argument
9799 passed to make-coding-system.
9800
98011998-12-15 Kenichi Handa <handa@etl.go.jp>
9802
9803 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
9804 list of character sets found by find-charset-region.
9805
9806 * ps-mule.el: Always require ps-print. Move some function
9807 definitions for Emacs 20.2 and the earlier to ps-print.el.
9808 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
9809
9810 * ps-print.el: Define several functions for Emacs 20.2 and the
9811 earlier version.
9812 (ps-printer-name): Check if printer-name is bound.
9813
98141998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9815
9816 * ps-mule.el: Programming uniformization and little code improvement.
9817 (ps-mule-prepare-font): Programming uniformization.
9818 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
4ff3fcc7 9819 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
0767b41e
DL
9820
9821 * ps-bdf.el: Programming uniformization and little code improvement.
9822 (bdf-search-and-read): New fun.
9823 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
9824 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
9825 (bdf-info-relative-compose, bdf-info-baseline-offset)
9826 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
9827 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
9828 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
9829 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
9830 improvement.
9831
98321998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9833
9834 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
9835 and mule related code extraction. Autoload ps-mule funs.
9836
9837 * ps-mule.el: Doc fix. Require ps-print only when compiled.
9838 (ps-mule-prologue-generated): New fun.
9839 (ps-mule-plot-string): Add autoload cookie.
9840 (ps-mule-begin-job): Call ps-mule-prologue-generated.
9841
98421998-12-15 Kenichi Handa <handa@etl.go.jp>
9843
9844 * ps-bdf.el: Require ps-mule instead of ps-print.
9845 (bdf-directory-list): Add autoload cookie.
9846
9847 * ps-mule.el: New file. Mule related code extracted from
9848 ps-print.el. Require ps-print, provide ps-mule.
9849 (ps-multibyte-buffer): Add autoload cookie.
9850 (ps-mule-prepare-ascii-font): New fun.
9851 (ps-mule-set-ascii-font): New fun.
9852 (ps-mule-skip-same-charset): Fun deleted.
9853 (ps-mule-plot-string): Set ps-mule-current-charset.
9854 (ps-mule-initialize): Add autload cookie. Don't set
9855 ps-mule-font-info-database here.
9856 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
9857 ps-mule-font-info-database and ps-control-or-escape-regexp.
9858 (ps-mule-begin-page): New fun.
9859
9860 * ps-print.el: Mule related code moved to ps-mule.el.
9861 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
9862 check ps-mule-charset-list.
9863 (ps-begin-page): Don't set ps-mule-current-charset, instead call
9864 ps-mule-begin-page.
9865 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
9866 (ps-plot-region): Don't set ps-mule-current-charset, instead call
9867 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
9868 instead skip same charsets by itself.
9869 (ps-generate): Call ps-mule-initialize of needs-begin-file is
9870 non-nil. Call ps-mule-begin-job.
9871
98721998-12-15 Kenichi Handa <handa@etl.go.jp>
9873
9874 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
9875 instead of bdf.
9876
9877 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
9878 (ps-mule-external-libraries): New element FEATURE.
9879 (ps-mule-init-external-library): Ajusted for the above change.
9880 (ps-mule-generate-font): Likewise.
9881 (ps-mule-generate-glyphs): Likewise.
9882 (ps-mule-prepare-font): Likewise.
9883 (ps-mule-initialize): Likewise.
9884 (ps-begin-file): Superfluous tailing parenthesis deleted.
9885
98861998-12-15 Kenichi Handa <handa@etl.go.jp>
9887
9888 * international/fontset.el (x-decompose-font-name): If PATTERN
9889 doesn't have any wild cards, return a vector made from a name that
9890 is found by x-resolve-font-name found. Comments added.
9891
9892 * international/mule-cmds.el (find-coding-systems-for-charsets):
9893 Handle the case of unknown charset.
9894 (find-multibyte-characters): If invalid multibyte characters are
9895 found, return the corresponding strings instead of character
9896 codes.
9897 (find-multibyte-characters): Adjusted for the above change.
9898 (select-safe-coding-system): For a unibyte buffer, always returns
9899 DEFAULT-CODING-SYSTEM.
9900 (get-charset-property): Fix previous change. Make it a function.
9901 (put-charset-property): Make it a function.
9902
9903 * international/mule.el (make-coding-system): Set mime-charset
9904 property of *-with-esc coding system to nil.
9905
9906 * international/quail.el (quail-point-in-conversion-region): New
9907 function.
9908 (quail-conversion-backward-delete-char): When a key sequence is
9909 being translated, call quail-delete-last-char.
9910
9911 * language/devan-util.el
9912 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
9913 handle devanagari-decomposition-rules.
9914
99151998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
9916
9917 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
9918 tex-start-options-string to empty string.
9919 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
9920
99211998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
9922
9923 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
9924 5xx responses are already handled properly).
9925
99261998-12-13 Richard Stallman <rms@gnu.org>
9927
9928 * progmodes/compile.el (compilation-error-regexp-alist): Insist
9929 on a non-digit in the file name.
9930
9931 * simple.el (comment-region): Handle comment-padding
9932 separately for insertion and for deletion, in the right way for each.
9933
99341998-12-13 Felix Lee <flee@cygnus.com>
9935
9936 * progmodes/compile.el (compilation-error-regexp-alist): Fix
9937 regexp to match "ChangeLog:1:1998-12-09 ..."
9938
99391998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
9940
9941 * cus-start.el (dos-unsupported-char-glyph): Add.
9942
99431998-12-11 Dave Love <fx@gnu.org>
9944
9945 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
9946 forward-sexp in condition-case.
9947
9948 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9949 Remove unnecessary test on `library' for explicit file name.
9950 Widen scope of save-match-data.
9951
99521998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
9953
9954 * international/mule.el (load-with-code-conversion): If the loaded
9955 file was inserted with no-conversion or raw-text coding system,
9956 make the buffer unibyte.
9957
99581998-12-09 Richard Stallman <rms@gnu.org>
9959
9960 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9961 Get rid of nested loops.
9962
9963 * mouse.el (mouse-drag-vertical-line):
9964 If WHICH-SIDE is not `right', then scroll bars are on the left.
9965
9966 * loadhist.el (load-history-loaded): defvar moved to help.el.
9967
9968 * help.el (symbol-file-load-history-loaded): Variable renamed,
9969 and defvar moved from loadhist.el.
9970 (symbol-file): Renamed from describe-function-find-file.
9971 Load fns-VERSION.el here.
9972 (describe-variable, describe-function-1): Use symbol-file.
9973
9974 * textmodes/tex-mode.el (tex-generate-zap-file-name):
9975 Don't start the name with #.
9976
9977 * ispell.el: Take out the eval-when's.
9978
99791998-12-09 Peter Breton <pbreton@ne.mediaone.net>
9980
9981 * dirtrack.el (dirtrack-directory-change-hook): New hook.
9982 (dirtrack): Run it. Make debug message more verbose.
9983
99841998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
9985
9986 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
9987 name of the abbrev table, and provide support for XEmacs.
9988 (octave-xemacs-p): New variable.
9989
99901998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9991
9992 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
9993 exit, when mail-interactive is nil.
9994
99951998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
9996
9997 * files.el (after-find-file): Message fix.
9998
99991998-12-09 Ken Stevens <stevens@kdstevens.com>
10000
10001 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
10002
100031998-12-09 Geoff Voelker <voelker@cs.washington.edu>
10004
10005 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
10006 filenames using backslashes.
10007
100081998-12-09 Dave Love <fx@gnu.org>
10009
10010 * browse-url.el (browse-url-mail): Call compose-mail-other-window
10011 with correct number of args.
10012 (browse-url-maybe-new-window): New arg. Callers changed.
10013
10014 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
10015 comment.
10016
100171998-12-08 Geoff Voelker <voelker@cs.washington.edu>
10018
10019 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
10020
100211998-12-08 Markus Rost <rost@delysid.gnu.org>
10022
10023 * vc.el (vc-rcs-release): Fix Type.
10024 (vc-sccs-release): Fix Type.
10025 (vc-cvs-release): Fix Type.
10026
10027 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
10028 arg work right.
10029
10030 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
10031 output of last undeleted message.
10032
100331998-12-07 Geoff Voelker <voelker@cs.washington.edu>
10034
10035 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10036 (buffer-undo-list) [windows-nt]: Use different relative path.
10037
100381998-12-07 Simon Marshall <simon@gnu.org>
10039
10040 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
10041
100421998-12-05 Markus Rost <rost@delysid.gnu.org>
10043
10044 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
10045
10046 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
10047
100481998-12-04 Markus Rost <rost@delysid.gnu.org>
10049
10050 * info.el (Info-menu): Don't return error if point is between menu
10051 header and first menu item.
10052
100531998-12-04 Dave Love <fx@gnu.org>
10054
10055 * help.el (describe-function-1): Fix description for alias.
10056
100571998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
10058
10059 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
10060 specifications from summary line.
10061
10062 * rect.el (delete-whitespace-rectangle): Mark for autoload.
10063 (close-rectangle): Define alias only once in loaddefs.el.
10064
100651998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
10066
10067 * term/internal.el: Remove code which sets up a special syntax
10068 table for non-ASCII characters.
10069
100701998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
10071
10072 * dos-w32.el (direct-print-region-function): Try to ensure that
10073 printer-name is expanded to a file name on a local drive;
10074 sometimes printing a file loaded from a network volume fails.
10075 (direct-print-region-function): Add a function to
10076 write-region-annotate-functions to append a formfeed character to
10077 the region being printed, if the region doesn't end with a
10078 formfeed already. This avoids creating a second print job
10079 containing a blank page when print spooling is enabled on Windows.
10080
100811998-12-02 Dave Love <fx@gnu.org>
10082
10083 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
10084 `Info-goto-node'.
10085
100861998-12-02 Richard Stallman <rms@gnu.org>
10087
10088 * help.el (temp-buffer-resize-mode): Doc fix.
10089
10090 * cus-edit.el (custom-save-delete): Save point before
10091 reading a sexp, rather than backing up.
10092
10093 * international/iso-transl.el: Fix previous change.
10094
100951998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
10096
10097 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
10098 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
10099 Added defvars to suppress compilation warnings.
10100
101011998-11-30 Ken Stevens <k.stevens@ieee.org>
10102
10103 * ispell.el: Improved and fixed customize for variables:
10104 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
10105 ispell-dictionary-alist, ispell-skip-sgml.
10106 Improved and fixed comments in variables and messages for
10107 functions: ispell-help-in-bufferp, ispell-local-dictionary,
10108 ispell-menu-map, ispell-checking-message, ispell-parser,
10109 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
10110 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
4ff3fcc7 10111 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
0767b41e
DL
10112 ispell-message-text-end, ispell-add-per-file-word-list.
10113 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
10114 system is now required for all languages. Casechars improved for
10115 castellano, castellano8, and norsk dictionaries. Dictionary
10116 norsk7-tex added. Dictionary polish added.
10117 (ispell-dictionary-alist): Redefined at load-time to support
10118 dictionary changes.
10119 (ispell-menu-map): Redefined at load-time to support menu changes.
10120 (ispell-check-version): New alias for `check-ispell-version'.
10121 (ispell-parse-output): Fixed matching for ispell error messages.
10122 Correctly returns spelling suggestions in order generated by ispell
10123 process.
10124 (check-ispell-version): Ensure `case-fold-search' doesn't get
10125 redefined.
10126 (ispell-complete-word): Ensure `case-fold-search' doesn't get
10127 redefined. Fix bug that didn't respect case of word being completed.
10128 (ispell-init-process): Set process coding system to be compatible
10129 with emacs processes and the ispell process.
10130 (ispell-kill-ispell): Ensures ispell process has terminated before
10131 starting new process. This can otherwise confuse process filters
10132 and hang the ispell process.
10133 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
10134 skipping support for sgml.
10135 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
10136 which could cause `ispell-complete-word' to hang.
10137 (ispell-message): Improved message reference matching. Ensure
10138 `case-fold-search' doesn't get redefined.
10139 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
10140 get redefined. Fixed bug in returning to nroff mode from tex mode.
10141 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
10142 get redefined.
10143
101441998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10145
10146 * textmodes/flyspell.el (flyspell-check-word-p):
10147 Don't delay inside a kbd macro.
10148
10149 * subr.el (make-local-hook): Return the hook variable.
10150
101511998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10152
10153 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
10154 Use a timer instead of post-command-hook.
10155 (hscroll-timer): New variable.
10156
101571998-11-30 Dave Love <fx@gnu.org>
10158
10159 * help.el (help-xref-button): Do nothing if text already has the
10160 help-xref property.
10161 (describe-variable): Revert previous change to hyperlink to source.
10162
101631998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
10164
10165 * bindings.el (features): Add `base64' to this list.
10166
10167 * loadhist.el (symbol-file): Doc fix.
10168
10169 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10170
10171 * files.el (hack-one-local-variable): Cope with non-file buffers.
10172
101731998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
10174
10175 * help.el (describe-mode): Put major mode first.
10176
10177 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
10178 to support special-display and same-window features.
10179
101801998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10181
10182 * simple.el (transpose-subr, transpose-subr-1): Rename variables
10183 bound in one function and used in the other.
10184 (transpose-subr-start1, transpose-subr-start2): Add defvars.
10185 (transpose-subr-end1, transpose-subr-end2): Add defvars.
10186
101871998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10188
10189 * autoinsert.el (auto-insert-alist): Use user-mail-address.
10190
101911998-11-26 Kenichi Handa <handa@etl.go.jp>
10192
10193 * international/ccl.el (ccl-dump-translate-character-const-tbl):
10194 Give format correct control string.
10195
10196 * international/mule.el (define-translation-table): Fix bug of
10197 setting incorrect translation-table-id. If the first element of
10198 ARGS is a translation table, just register it.
10199
10200 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
10201 property.
10202
102031998-11-24 Michael Ernst <mernst@alum.mit.edu>
10204
10205 * thingatpt.el (thing-at-point-url-at-point): Don't use current
10206 syntax table to determine what is whitespace.
10207
102081998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
10209
10210 * frame.el (frame-parameter): Doc fix.
10211
10212 * textmodes/tex-mode.el (tex-feed-input): New function.
10213 (tex-define-common-keys): Add binding for C-c C-m.
10214
102151998-11-23 Dave Love <fx@gnu.org>
10216
10217 * progmodes/fortran.el: Various minor doc fixes.
10218 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
10219 (fortran-with-subprogram-narrowing): New macro.
10220 (fortran-check-for-matching-do): Use it.
10221 (fortran-end-do): Use fortran-check-end-prog-re.
10222 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
10223 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
10224
102251998-11-23 Simon Marshall <simon@gnu.org>
10226
10227 * font-lock.el (font-lock-defaults): Doc fix.
10228 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
10229 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
10230
10231 * lazy-lock.el (lazy-lock-unstall):
10232 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
10233
10234 * fast-lock.el (fast-lock-save-cache-1):
10235 (fast-lock-cache-data): Rewritten to use with-temp-message.
10236
102371998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
10238
10239 * mail/rmail.el (rmail-set-message-counters-counter): Detect
10240 messages that have been added with DOS line endings and convert
10241 the line endings for such messages.
10242
102431998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10244
10245 * help.el: Add resizing of temporary buffers.
10246 (temp-buffer-resize-mode): New command and variable.
10247 (temp-buffer-max-height): New variable.
10248 (resize-temp-buffer-window): New function.
10249
10250 * window.el (window-buffer-height): New function, split from
10251 shrink-window-if-larger-than-buffer.
10252 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
10253
102541998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
10255
10256 * frame.el (initial-frame-alist): Add defcustom.
10257
10258 * shell.el (shell-prompt-pattern): Add defcustom.
10259
102601998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10261
10262 * message.el (message-ignored-supersedes-headers): Remove
4ff3fcc7 10263 NNTP-Posting-Date.
0767b41e
DL
10264
102651998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
10266
10267 * help.el (describe-mode): Don't avoid loop indirecting thru
10268 value of INDICATOR.
10269
102701998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10271
10272 * help.el (describe-variable): Allow any variable with a defcustom,
10273 even if it is not a user variable.
10274
10275 * mail/rmail.el (mail-unsent-separator): Additional alternative.
10276
102771998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
10278
10279 * gnus/nntp.el (nntp-request-group): Allow for failures when
10280 requesting a new group.
10281
102821998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10283
10284 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
10285
102861998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10287
10288 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
10289
102901998-11-19 Simon Marshall <simon@gnu.org>
10291
10292 * subr.el (with-temp-message): New macro.
10293
10294 * emacs-lisp/lisp-mode.el (with-temp-message):
10295 Add lisp-indent-function property.
10296
102971998-11-18 Dave Love <fx@gnu.org>
10298
10299 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
10300
103011998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
10302
10303 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
10304 This is not obsolete.
10305
103061998-11-18 Kenichi Handa <handa@etl.go.jp>
10307
10308 * textmodes/picture.el: Make a new map by make-keymap.
10309 (picture-desired-column): New variable.
10310 (picture-update-desired-column): New function.
10311 (picture-beginning-of-line): Set picture-desired-column to 0.
10312 (picture-end-of-line): Set picture-desired-column to the current
10313 column.
10314 (picture-forward-column): Pay attention to multi-column character.
10315 (picture-backward-column): Likewise.
10316 (picture-move-down): Likewise.
10317 (picture-move-up): Likewise.
10318 (picture-movement-nw): With prefix arg, move twice columns.
10319 (picture-movement-ne): Likewise.
10320 (picture-movement-sw): Likewise.
10321 (picture-movement-se): Likewise.
10322 (picture-set-motion): Handle two-column movements.
10323 (picture-move): Call picture-move-down or picture-forward-column
10324 only when necessary.
10325 (picture-insert): Pay attention to picture-desired-column.
10326 (picture-self-insert): Likewise.
10327 (picture-clear-column): Pay attention to multi-column character.
10328 (picture-mode): Modify doc-string for two-column movement.
10329
10330 * rect.el (move-to-column-force): New function.
10331 (operate-on-rectangle): If coerce-tabs is non-nil, call
10332 move-to-column-force instead of move-to-column.
10333 (insert-rectangle): Call move-to-column-force instead of
10334 move-to-column.
10335 (open-rectangle-line): If begextra is not zero, call
10336 move-to-column-force.
10337
10338
103391998-11-16 Dave Love <fx@gnu.org>
10340
10341 * textmodes/sgml-mode.el Require skeleton when compiling.
10342 (sgml-font-lock-keywords-1): Accept single-letter tags.
10343 (v2): Defvar free variable.
10344
103451998-11-16 Sam Steingold <sds@goems.com>
10346
f28eba7b 10347 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
0767b41e
DL
10348 macro, not ELisp one.
10349
103501998-11-16 Kenichi Handa <handa@etl.go.jp>
10351
10352 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
10353 characters to symbol.
10354
10355 * language/japan-util.el (japanese-zenkaku-region): New optional
10356 arg KATAKANA-ONLY.
10357
103581998-11-16 Kenichi Handa <handa@etl.go.jp>
10359
10360 * international/mule.el
10361 (after-insert-file-set-buffer-file-coding-system): If the buffer
10362 is changed to unibyte, return inserted bytes.
10363
10364 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
10365 and link names if necessary.
10366 (tar-header-block-summarize): Handle the case that file or link
10367 names are multibyte.
10368 (tar-summarize-buffer): At first set the current buffer unibyte,
10369 then if there are multibyte file names, change it to multibyte.
10370 (tar-mode): Get char position from tar-header-offset.
10371 (tar-extract): Avoid multibyte<->unibyte conversion in
10372 insert-buffer-subsring by setting both buffers unibyte
10373 temporarily.
10374 (tar-copy): Set the buffer unibyte while doing a work. Write
10375 without code conversion.
10376 (tar-expunge): Set the buffer unibyte while doing a work.
10377 (tar-alter-one-field): Likewise.
10378 (tar-clear-modification-flags): Compare byte position with
10379 tar-header-offset.
10380 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
10381 insert-buffer-subsring by setting both buffers unibyte
10382 temporarily. Pay attention to multibyteness while updating the
10383 descriptor-line.
10384 (tar-mode-write-file): Write without code conversion.
10385
103861998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10387
10388 * nngateway.el: Require cl.
10389
103901998-11-15 Dave Love <fx@gnu.org>
10391
10392 * progmodes/fortran.el: Fix previous change:
10393 (fortran-end-prog-re1): Changed.
10394 (fortran-check-end-prog-re): New function.
10395 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
10396
103971998-11-13 Tom Breton <tob@world.std.com>
10398
10399 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
10400 GNU Emacs.
10401
104021998-11-13 Carsten Dominik <cd@delysid.gnu.org>
10403
10404 * textmodes/reftex.el: (reftex-finding-files): Group documentation
10405 fixed.
10406 (reftex-toc-toggle-file-boundary,
10407 reftex-toc-toggle-labels,
10408 reftex-toc-toggle-context,reftex-find-start-point): New functions.
10409 (reftex-toc-include-labels, reftex-toc-include-context,
10410 reftex-toc-include-file-boundaries,
10411 reftex-toc-keep-other-windows): New options.
10412 (reftex-use-text-after-label-as-context): Option removed.
10413 (reftex-extract-bib-entries): Protect use in non-latex
10414 buffers.
10415 (reftex-toc-visit-location): Renamed from
10416 `reftex-toc-visit-line'.
10417 (reftex-latin1-to-ascii): Works now with and without Mule.
10418 (reftex-truncate): Removed special stuff for Emacs 20.2.
10419 (reftex-get-offset): Made more general.
10420 (reftex-show-label-location): Renamed from
10421 `reftex-select-label-callback'.
10422 (reftex-pop-to-label): Function removed (using
10423 `reftex-show-label-location' instead.
10424 (reftex-insert-docstruct): Renamed from
10425 `reftex-make-and-insert-label-list'. Function args changed.
10426 (reftex-toc): Now uses `reftex-insert-docstruct' and
10427 `reftex-find-start-point'.
10428 (reftex-select-item): Use `reftex-find-start-point'.
10429 (reftex-toc-visit-line): Can display labels and file
10430 boundaries.
10431 (reftex-TeX-master-file): `(TeX-master-file)' protected.
10432
104331998-11-12 Sam Steingold <sds@goems.com>
10434
10435 * browse-url.el (browse-url): Handle the case when
10436 `browse-url-browser-function' is a lambda list.
10437
104381998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
10439
10440 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
10441 version string.
10442 * loadhist.el (symbol-file): Likewise
10443
104441998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
10445
10446 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
10447
104481998-11-11 Sam Steingold <sds@goems.com>
10449
10450 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
10451 `run-lisp' instead of signalling an error.
10452
104531998-11-11 Karl Heuer <kwzh@gnu.org>
10454
10455 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
10456
104571998-11-11 Richard Stallman <rms@gnu.org>
10458
10459 * vc-hooks.el (vc-toggle-read-only): Doc fix.
10460
104611998-11-11 Per Starback <starback@update.uu.se>
10462
10463 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
10464 renamed svenska8 to svenska, and fixed and extended CASECHARS
10465 for it.
10466
104671998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
10468
10469 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
10470 handling if setpagedevice is not available.
10471 (ps-begin-file): Fix typo.
10472
104731998-11-11 Kenichi Handa <handa@etl.go.jp>
10474
10475 * international/mule-util.el (compose-chars-component): Signal
10476 error if CH is a rule-based composition character.
10477 (compose-chars): Signal error if an already compsed character is
10478 going to be composed by rule-base.
10479
10480 * term/x-win.el: If a resolved ASCII font name doesn't conform to
10481 full XLFD, don't try to get information of WEIGHT and SLANT from
10482 that font name.
10483
104841998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
10485
10486 * dos-w32.el (set-default-process-coding-system): Use function on
10487 before-init-hook to set default-process-coding-system based on
10488 enable-multibyte-characters.
10489
10490 * term/w32-win.el ([language-change]): For now ignore
10491 keyboard language-change events.
10492
104931998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
10494
10495 * ediff-util.el (ediff-make-temp-file): Run the prefix through
10496 convert-standard-file-name, but leave the results of
10497 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
10498 characters if the original name already exists, or has a special
10499 handler.
10500
105011998-11-10 Karl Heuer <kwzh@gnu.org>
10502
10503 * international/iso-insert.el: Delete autoload cookies.
10504
10505 * international/iso-transl.el: Add autoload cookies.
10506
105071998-11-10 Richard Stallman <rms@gnu.org>
10508
10509 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
10510 (ispell-process-line): Don't treat multibyte
10511
105121998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
10513
10514 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
10515 setpagedevice to specify the page size if setpagedevice is
10516 available. This is necessary to select the correct paper tray on
10517 Level 2 printers with multiple paper sizes available.
10518
10519 (ps-begin-file): Cope with font names that contain spaces, and
10520 call BeginDoc in a BeginSetup/EndSetup block.
10521
105221998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
10523
10524 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
10525 convert-standard-filename.
10526
10527 * loadhist.el (symbol-file): Run fns-VERSION.el through
10528 convert-standard-filename.
10529
105301998-11-06 Richard Stallman <rms@gnu.org>
10531
4ff3fcc7 10532 * textmodes/texinfmt.el (texinfo-format-scan):
0767b41e
DL
10533 Detect the case of two @-commands in a row; process just the first.
10534 (texinfo-append-refill): If line has a @c, insert the @refill
10535 before it.
10536 (texinfo-format-refill): Return with point where the @refill was.
10537
10538 * files.el (hack-local-variables): Test local-enable-local-variables.
10539 (hack-local-variables-prop-line): Likewise.
10540 (set-auto-mode): Don't test local-enable-local-variables here.
10541 (enable-local-variables): Doc fix.
10542 (local-enable-local-variables): Doc fix.
10543 (normal-mode): Doc fix.
10544
105451998-11-06 Karl Heuer <kwzh@gnu.org>
10546
10547 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
10548
105491998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
10550
10551 * simple.el (line-number-mode): Doc fix.
10552
105531998-11-06 Kenichi Handa <handa@etl.go.jp>
10554
10555 * international/fontset.el (create-fontset-from-fontset-spec):
10556 Give correct arg to `error'.
10557
105581998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
10559
10560 * textmodes/sgml-mode.el (html-mode): Doc fix.
10561 (sgml-name-8bit-mode): Fix missing format character in message string.
10562
105631998-11-05 Karl Heuer <kwzh@gnu.org>
10564
10565 * mail/sendmail.el (sendmail-send-it): Check for failure.
10566
105671998-11-05 Richard Stallman <rms@gnu.org>
10568
10569 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
10570
10571 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
10572 (close-rectangle): Define as alias.
10573
105741998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
10575
10576 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
10577
105781998-11-05 Dave Love <fx@gnu.org>
10579
10580 * help.el (describe-variable): Don't quote link to source.
10581
105821998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
10583
10584 * gud.el (gud-common-init): Use pop-to-buffer.
10585 (same-window-regexps): Add an element that matches all gud buffers.
10586
105871998-11-04 Jason Rumney <jasonr@altavista.net>
10588
10589 * term/w32-win.el (x-get-selection-value): Alias to
10590 x-cut-buffer-or-selection-value.
10591 (w32-standard-fontset-spec): New variable.
10592 (w32-create-initial-fontsets, mouse-set-font): Check whether
10593 new-fontset is available.
10594 (w32-use-w32-font-dialog): Enable use of set-variable.
10595
105961998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10597
10598 * vc.el (with-vc-file, edit-vc-file): New macros.
10599
106001998-11-04 Kenichi Handa <handa@etl.go.jp>
10601
10602 * international/quail.el (quail-show-guidance-buf): Call
10603 set-minibuffer-window to set minibuffer window of the current
10604 frame correctly.
10605
106061998-11-03 Theodore Jump <tjump@tertius.com>
10607
10608 * term/w32-win.el: Require fontset.
10609
106101998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
10611
10612 * faces.el (set-face-font): Call resolve-fontset-name on w32.
10613 (set-face-font-auto): Ditto.
10614
106151998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
10616
10617 * mouse.el (mouse-drag-region): Fix typo.
10618
106191998-11-02 Dave Love <fx@gnu.org>
10620
10621 * progmodes/fortran.el Fix for fontification of strings lost somehow:
10622 (fortran-fontify-string): New function.
10623 (fortran-font-lock-keywords-1): Use it.
10624
106251998-11-02 Markus Rost <rost@delysid.gnu.org>
10626
10627 * comint.el (comint-file-name-quote-list): Doc fix.
10628
106291998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10630
10631 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
10632 build directory, not source directory.
10633
10634 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
10635 if we did not get one for the final move.
10636
106371998-11-01 Dave Love <fx@gnu.org>
10638
10639 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
10640 Don't funcall browse-url-browser-function.
10641
10642 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
10643 Don't funcall browse-url-browser-function.
10644
10645 * fortran.el (fortran-end-prog-re1): Fix the regexp.
10646
106471998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10648
10649 * files.el (revert-buffer): Doc fix.
10650
106511998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
10652
10653 * textmodes/tex-mode.el (tex-start-options-string):
10654 Quote the backslashes with more backslashes.
10655
106561998-10-31 Dave Love <fx@gnu.org>
10657
10658 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
10659 (webjump): Don't funcall browse-url-browser-function.
10660
106611998-10-30 Kenichi Handa <handa@etl.go.jp>
10662
10663 * international/quail.el (quail-start-translation): Handle
10664 switching of the frame in read-key-sequence.
10665 (quail-start-conversion): Likewise.
10666 (quail-show-guidance-buf): Detach quail-guidance-buf from any
10667 windows before setting an appropriate window for it.
10668 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
10669 quail-guidance-win to nil.
10670 (quail-update-guidance): If quail-guidance-buf is not in the
10671 selected frame, call quail-show-guidance-buf again.
10672
106731998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
10674
10675 * progmodes/pascal.el (pascal-mode):
10676 `blink-matching-paren-dont-ignore-comments' set to t.
10677
106781998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10679
10680 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
10681
106821998-10-30 Dave Love <fx@gnu.org>
10683
10684 * vc.el (vc-backend-merge-news): Check for "P" output.
10685
10686 * help.el (describe-variable): Hyperlink the definition.
10687
106881998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
10689
10690 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
10691 (sh-set-shell): Likewise.
10692
10693 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
10694
10695 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
10696 (edebug-on-error): Fix customize type to match that of
10697 debug-on-error.
10698
10699 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
10700
10701 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
10702 report-emacs-bug-address instead of undefined bug-gnu-emacs.
10703
10704 * international/mule-cmds.el (select-message-coding-system): Doc
10705 fix.
10706
10707 * international/mule-diag.el (describe-coding-system): Describe
10708 all flags.
10709
10710 * mail/sendmail.el (sendmail-coding-system,
10711 default-sendmail-coding-system): Doc fix.
10712
10713 * simple.el (shell-command-on-region): Doc fix.
10714
10715 * loadup.el: Write fns-*.el in current directory instead of
10716 data-directory since no installation directory exists yet. Mark
10717 buffer unmodified afterwards.
10718
10719 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
10720 instead of data-directory since it is architecture dependent.
10721 (load-history-loaded): Update doc string.
10722
107231998-10-29 Geoff Voelker <voelker@cs.washington.edu>
10724
10725 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
10726 path as a default directory when canonicalizing names.
10727
10728 * w32-fns.el: Remove a dangling reference to a directory on the
10729 build machine.
10730
107311998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10732
10733 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
10734 namespace related keywords such as `class', `body', `private',
10735 `variable', `namespace eval', etc.
10736 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
10737 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
10738 imenu and font-lock so that searches for \sw would find words
10739 containing colons.
10740
10741 * progmodes/etags.el (initialize-new-tags-table):
10742 Do not alter find-tag-marker-ring and tags-location-ring.
10743
107441998-10-27 Geoff Voelker <voelker@cs.washington.edu>
10745
10746 * term/w32-win.el: Require fontset.
10747 (w32-init-fontsets): New function (code from x-win.el).
10748
107491998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10750
10751 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
10752 calendar-and-diary-frame-parameters): Add title parameter.
10753
107541998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10755
10756 * completion.el (dynamic-completion-mode): New function to enable
10757 the mode. (Just loading the file now does not change anything.)
10758
107591998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10760
10761 * ps-print.el: User option for multibyte buffer handling and doc fix.
10762 (ps-multibyte-buffer): New user option.
10763 (ps-setup): Print new user option.
10764 (ps-print-quote): New fun.
10765 (ps-color-p, ps-mule-font-info-database-latin): New var.
10766 (ps-default-color, ps-mule-font-info-database)
10767 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
10768 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
10769 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
10770 Little code improvement.
10771 (ps-mule-initialize): Initialize ps-mule-font-info-database.
10772 (ps-print-prologue-header, ps-font-family, ps-font-size)
10773 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
10774 (ps-build-face-reference, ps-mule-font-info-database-bdf)
10775 (ps-mule-external-libraries, ps-mule-init-external-library)
10776 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
10777 Doc fix.
10778 (ps-print-version): New version number (4.1.1) and doc fix.
10779 (ps-print-prologue-header): New user option.
10780 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
10781 Conditional compilation for GNU Emacs and emacsens.
10782 (ps-generate-postscript-with-faces): Skip invisible text better.
10783 (ps-setup): Print new user option.
10784 (ps-print-preprint): Check if input file name exists and is unwritable.
10785 (ps-begin-file): Adjust PostScript prologue header for duplex printers
10786 and insert user PostScript prologue header comments.
10787 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
10788 New funs.
10789 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
10790 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
10791 PostScript programming normalization.
10792 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
10793 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
10794 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
10795 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
10796 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
10797 Programming style normalization.
10798
107991998-10-26 Kenichi Handa <handa@etl.go.jp>
10800
10801 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10802 version, check the value of mule-version.
10803
10804 * international/mule-util.el (compose-region): Insert then delete
10805 to preserve markers.
10806 (decompose-region): Use search-forward for efficiency.
10807
10808 * language/chinese.el (pre-write-encode-hz): Cancel previous
10809 change, use generate-new-buffer instead of get-buffer-create.
10810 * language/devan-util.el
10811 (in-is13194-devanagari-pre-write-conversion): Likewise.
10812 * language/thai-util.el (thai-pre-write-conversion): Likewise.
10813 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10814 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10815
108161998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10817
10818 * mail/rmailsum.el (rmail-message-subject-p):
10819 Handle message whose header has not been reformatted.
10820
10821 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
10822
108231998-10-25 Jason Rumney <jasonr@altavista.net>
10824
10825 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
10826 New variables.
10827 (mouse-set-font): Use font menus instead of dialog according to
10828 w32-use-w32-font-dialog.
10829
108301998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10831
10832 * calendar/calendar.el (calendar-day-name-array): Add doc string
4ff3fcc7 10833 correctly!
0767b41e
DL
10834 (calendar-month-name-array): Add doc string correctly!
10835
108361998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
10837
10838 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
10839
108401998-10-21 Markus Rost <rost@delysid.gnu.org>
10841
10842 * lisp/info.el (Info-next-menu-item): Stay on top of node.
10843
10844 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
10845
10846 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
10847
10848 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
10849
108501998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
10851
10852 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
10853
108541998-10-21 Karl Heuer <kwzh@gnu.org>
10855
10856 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
10857 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
10858 (profile-filter, profile-reset-timer): Functions deleted.
10859 (profile-check-zero-init-times, profile-get-time): Likewise.
10860 (profile-find-function, profile-quit): Likewise.
10861 (profile-distinct, profile-call-stack, profile-last-time): New vars.
10862 (profile-time-list, profile-init-list): Doc fix.
10863 (profile-functions): Simplify.
10864 (profile-print): Use float. Make output include space separators.
10865 (profile-add-time): New helper function.
10866 (profile-function-prolog): Renamed from profile-start-function.
10867 Handle profile-distinct.
10868 (profile-function-epilog): Renamed from profile-update-function.
10869 Handle profile-distinct.
10870 (profile-a-function): If the function to be profiled is an
10871 autoload form, load it. If it's lazy-loaded, fetch it.
10872 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
10873 (profile-restore-fun): Arg FUN is now a function symbol, as was
10874 documented, rather than a one-element list.
10875 (profile-finish): Call profile-restore-fun properly.
10876
108771998-10-21 Kenichi Handa <handa@etl.go.jp>
10878
10879 * international/characters.el: Setup charset property
10880 nospace-between-words.
10881
10882 * international/mule-cmds.el (get-charset-property): If CHARSET is
10883 composition, return nil.
10884 (put-charset-property): If CHARSET is composition, do nothing.
10885
10886 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
10887 * language/devan-util.el
10888 (in-is13194-devanagari-pre-write-conversion): Likewise.
10889 * language/thai-util.el (thai-pre-write-conversion): Likewise.
10890 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10891 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10892
10893 * textmodes/fill.el (sentence-end-without-period): New variable.
10894 (canonically-space-region): Pay attention to
10895 sentence-end-without-period.
10896 (fill-find-break-point): The first argument CHARSET deleted.
10897 Caller changed.
10898 (fill-region-as-paragraph): Pay attention to charset property
10899 nospace-between-words and text property nospace-between-words.
10900
109011998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10902
10903 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
10904 an unrecognized shell.
10905
109061998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
10907
10908 * desktop.el (desktop-save): Include minor modes symbolically.
10909 (desktop-create-buffer): Turn on all minor modes in `mim'.
10910
109111998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10912
10913 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
10914 (sh-font-lock-keywords): Handle rpm and rpm2.
10915 (sh-ancestor-alist): Handle rpm.
10916
10917 * files.el (auto-mode-alist): Recognize .rpm files.
10918 Also .spec and .mspec files.
10919
109201998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10921
10922 * faces.el (frame-set-background-mode): Enable the function for
10923 MSDOS frames.
10924
109251998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10926
10927 * calendar/calendar.el (calendar-day-name-array): Add doc string.
10928 (calendar-month-name-array): Add doc string.
10929
109301998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10931
10932 * simple.el (kill-ring-max): Increased to 60.
10933
109341998-10-17 Kenichi Handa <handa@etl.go.jp>
10935
10936 * international/characters.el: Setup auto-fill-chars.
10937
10938 * international/kinsoku.el (kinsoku): Check the variable
10939 enable-kinsoku.
10940
10941 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
10942 Don't call kinsoku directly, intead call fill-find-break-point.
10943
10944 * textmodes/fill.el: Setup `fill-find-break-point-function'
10945 property to character sets which require `kinsoku' processing for
10946 filling.
10947 (fill-find-break-point): New function.
10948 (fill-region-as-paragraph): Don't check kinsoku-enable here.
10949 Don't call kinsoku directly, intead call fill-find-break-point.
10950
109511998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
10952
10953 * faces.el (modify-face-read-string): Return (nil) for "none".
10954 (modify-face): Don't get error if (nil) is the argument.
10955 (face-try-color-list): Don't check whether nil is a valid color.
10956
109571998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10958
10959 * emacs-lisp/bytecomp.el (byte-recompile-directory):
10960 Print message about each directory, even in batch mode.
10961
10962 * gnus/nntp.el: Require `cl' before using nnoo-declare.
10963
10964 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
10965 (ps-mule-string-char): No need to use sref.
10966 (ps-mule-next-index): No need to use sref.
10967
10968 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
10969
10970 * files.el (revert-buffer-internal-hook): Add defvar.
10971
10972 * arc-mode.el (archive-mode): Locally set file-precious-flag.
10973
10974 * tar-mode.el (tar-mode): Locally set file-precious-flag.
10975
109761998-10-16 Markus Rost <rost@delysid.gnu.org>
10977
10978 * international/mule-cmds.el (default-input-method): Fix custom type.
10979
10980 * net-utils.el (whois-server-list): Fix customization type.
10981
10982 * shell.el (shell-input-autoexpand): Fix customization group.
10983
109841998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
10985
10986 * repeat.el (repeat): Handle keyboard macros properly.
10987 Handle new prefix arg after self-insert command.
10988
10989 * repeat.el: Don't include cl even at compile time.
10990 (repeat): Avoid using `loop'.
10991
10992 * simple.el (shell-command-on-region): Doc fix.
10993 (next-history-element): Special error message if no default.
10994
109951998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
10996
10997 * ps-print.el (ps-print-buffer): Doc fix.
10998 (ps-despool): Likewise.
10999
11000 * arc-mode.el (arc-mode): Provide arc-mode.
11001
110021998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11003
4ff3fcc7 11004 * ps-print.el (ps-print-buffer): Doc fix.
0767b41e
DL
11005
110061998-10-14 Dave Love <fx@gnu.org>
11007
11008 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
11009 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
11010 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
11011
11012 * progmodes/fortran.el (fortran-mode-map): Change "Join
11013 Continuation Line" to "Join Line".
11014 (fortran-font-lock-keywords-1): Add "cycle", "exit".
11015
110161998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11017
11018 * progmodes/fortran.el (fortran-join-line): Use
11019 `delete-indentation' instead of issuing an error message if not on
11020 a continuation line. Provide for joining several lines using
11021 prefix arg.
11022
110231998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
11024
11025 * term/pc-win.el (msdos-color-values): New variable.
11026 (x-color-values): New function, emulates its namesake from
11027 src/xfns.c.
11028 (msdos-bg-mode): Add all dark colors to those which return
11029 "dark".
11030
110311998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11032
4ff3fcc7 11033 * replace.el (keep-lines, flush-lines, how-many):
0767b41e
DL
11034 Don't ignore case if arg has upper case letters.
11035
110361998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
11037
11038 * progmodes/vhdl-mode.el
f28eba7b 11039 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
0767b41e
DL
11040 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
11041 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
11042 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
11043 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
11044 (vhdl-when): Fix indentation problem.
11045 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
11046 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
11047 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
11048
110491998-10-13 Geoff Voelker <voelker@cs.washington.edu>
11050
11051 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
11052 (ls-lisp-insert-directory): Renamed from insert-directory.
11053 (insert-directory): New function.
11054
110551998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
11056
11057 * simple.el (completion-fixup-function): Variable deleted.
11058 (completion-setup-function): Delete code for completion-fixup-function.
11059 * emacs-lisp/lisp.el (lisp-complete-symbol):
11060 Don't bind completion-fixup-function.
11061
11062 * files.el (find-file-wildcards): New option.
11063 (find-file-noselect): Handle wild cards, if enabled.
11064 (file-expand-wildcards): New function.
11065
11066 * simple.el (set-fill-column): Doc fix.
11067
110681998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11069
11070 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
11071
110721998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
11073
11074 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
11075 Move declaration before first use.
11076 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
11077 hif-math, hif-factor): Rename token to hif-token and token-list to
11078 hif-token-list.
11079 (hif-token, hif-token-list): Declare them.
11080 (hif-find-ifdef-block): Return cons of top and bottom point
11081 instead of setting dynamically bound variables.
11082 (hide-ifdef-block, show-ifdef-block): Use return value of
11083 hif-find-ifdef-block.
11084
110851998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11086
11087 * subr.el (read-passwd): Use clear-this-command-keys.
11088
11089 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
11090
11091 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
11092 and ...-for-write.
11093
110941998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
11095
11096 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
11097 responses to GROUP command, since this may be called from a timer
11098 with quit inhibited.
11099
111001998-10-12 Kenichi Handa <handa@etl.go.jp>
11101
11102 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
11103 set unconditional-jump to nil.
11104 (ccl-compile-read-multibyte-character): Return nil.
11105 (ccl-compile-write-multibyte-character): Likewise.
11106 (ccl-compile-translate-character): Likewise
11107 (ccl-compile-map-multiple): Likewise.
11108 (ccl-compile-map-single): Likewise.
11109
11110 * international/kinsoku.el: Add coding tag.
11111 (kinsoku-bol): Remove superfluous TAB in a string.
11112
11113 * international/mule-cmds.el (find-coding-systems-for-charsets):
11114 Delete `composition' (if any) from CHARSETS.
11115
111161998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11117
11118 * international/mule-cmds.el (setup-specified-language-environment):
11119 Add apropos-inhibit property.
11120 (describe-specified-language-support): Likewise.
11121
111221998-10-11 Kenichi HANDA <handa@etl.go.jp>
11123
11124 * international/mule.el (make-coding-system): Create -with-esc
11125 variant coding system.
11126
111271998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11128
11129 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
11130 (next-file): Optionally offer to revert a file's buffer,
11131 if it has an existing buffer but the file has changed.
11132
11133 * info.el (Info-insert-dir): Detect and report problems
11134 in input files, such as "No Top node". Return with point
11135 at the beginning of the text.
11136 (Info-find-node): Reinsert the code to handle files
11137 with no tags table; it was deleted by mistake.
11138
111391998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11140
11141 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
11142 texinfo-find-higher-level-node repeatedly find the same node.
11143 (texinfo-find-higher-level-node): Doc fix.
11144
111451998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
11146
11147 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
11148 (smtpmail-address-buffer): Add defvar.
11149 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
11150
11151 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
11152
11153 * ffap.el (ffap-machine-p-local): Fix editing error.
11154
111551998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11156
11157 * faces.el (frame-set-background-mode):
11158 Don't do anythung for text-only or MSDOS frame.
11159
111601998-10-08 Kenichi Handa <handa@etl.go.jp>
11161
11162 * international/quail.el (quail-defrule): New optional arg APPEND.
11163 (quail-defrule-internal): Fix bug of handling the argument APPEND.
11164
111651998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
11166
4ff3fcc7 11167 * gnus/pop3.el (pop3-open-server):
0767b41e
DL
11168 Set process-coding-system-alist around open-network-stream.
11169
111701998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
11171
11172 * files.el (save-buffer): Doc fix.
11173
111741998-10-07 Karl Heuer <kwzh@gnu.org>
11175
11176 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
11177 return DEF unchanged, not nil. Simplify.
11178
111791998-10-06 Geoff Voelker <voelker@cs.washington.edu>
11180
11181 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
11182
111831998-10-06 Peter Breton <pbreton@ne.mediaone.net>
11184
11185 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
11186
11187 * net-utils.el (ftp, nslookup): Require comint.
11188 (network-service-connection): Likewise.
11189 (whois-server-name): Defaults to whois.arin.net
11190 (whois-server-list, whois-server-tld, whois-guess-server): New var.
11191 (whois): Tries to guess the appropriate top-level domain server.
11192 (whois-get-tld): New function.
11193
11194 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
11195 (dirtrack-debug-toggle): Added this function.
11196
111971998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11198
11199 * files.el (find-file-noselect): Switch to the correct buffer
11200 before checking find-file-literally, and allow non-nil non-t
11201 rawfile params.
11202
112031998-10-06 Karl Heuer <kwzh@gnu.org>
11204
11205 * midnight.el (clean-buffer-list): Add autoload cookie.
11206
11207 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
11208 no-autosave.
11209 * tar-mode.el (tar-mode-revert): Likewise.
11210 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
11211 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
11212 * gnus/message.el (message-auto-save-directory): Renamed from
11213 message-autosave-directory. All references changed.
11214
112151998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11216
11217 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
11218 string. Expose mime stuff while searching.
11219
112201998-10-06 Richard Stallman <rms@gnu.org>
11221
11222 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
11223
11224 * replace.el (perform-replace): Position point properly
11225 before and after the recursive edit of C-r.
11226
11227 * progmodes/etags.el (tags-reset-tags-tables): Properly
11228 find the markers in the old rings that are being discarded.
11229
112301998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11231
f28eba7b 11232 * apropos.el (apropos-print): Control invalid characters.
0767b41e
DL
11233
11234 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11235 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
11236 confusing customize.
11237
112381998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
11239
11240 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
11241 built-in commands. Add more built-in commands and fix face names.
11242
112431998-10-05 Simon Marshall <simon@gnu.org>
11244
11245 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
11246
112471998-10-04 Eric Ludlam <zappo@gnu.org>
11248
11249 * speedbar.el (speedbar-initial-expansion-list-name): Remove
11250 customization since it is not useful in this case.
11251 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
11252 sure it gets evalled to a number. Also verify that set-frame-name
11253 fn exists before calling it.
11254
11255 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11256 Protect a `forward-sexp' call which could fail, and improved regex
11257 for ie, and eg abbreviations.
11258
112591998-10-02 Noah Friedman <friedman@splode.com>
11260
11261 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
11262 send-string.
11263 (rlogin-send-Ctrl-D): Here also.
11264 (rlogin-send-Ctrl-Z): Here also.
11265 (rlogin-send-Ctrl-backslash): Here also.
11266
112671998-10-02 Dave Love <fx@gnu.org>
11268
11269 * outline.el (hide-region-body): Bind
11270 outline-view-change-hook to nil while making repeated calls to
11271 outline-flag-region. Run it once at the end.
11272 (hide-other, hide-sublevels, show-children): Likewise.
11273
11274 * info-look.el: Remove duplicate scheme-mode entry.
11275 (info-lookup-make-completions): When looking for entries, check
11276 that `item' isn't null or "Menu".
11277
112781998-10-01 Karl Heuer <kwzh@gnu.org>
11279
11280 * net-utils.el: Don't require ffap.
11281 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
11282 (ping, nslookup-host, finger, network-connection-to-service): Use them.
11283
112841998-09-30 Richard Stallman <rms@gnu.org>
11285
11286 * ispell.el (check-ispell-version): No need to bind default-major-mode.
11287
11288 * imenu.el (imenu--generic-function): Sort each submenu by position.
11289 (imenu--sort-by-position): New function.
11290
11291 * cus-edit.el (Custom-mode-menu): Fix info node name.
11292 (customize group): Fix info node name.
11293
11294 * mail/mailalias.el (build-mail-aliases): Don't allow
11295 a newline in the alias name. Don't define an alias
11296 if the definition would be empty.
11297
11298 * which-func.el (which-func-mode-global): Make :set function
11299 more reliable.
11300
11301 * custom.el (custom-set-variables): Load the requests first,
11302 then check the symbol's `set' function.
11303
11304 * ffap.el: Doc fixes.
11305
113061998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11307
11308 * gnus.el: (gnus-valid-select-methods): Fix type.
11309 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
11310 * gnus-score.el (gnus-orphan-score): Fix type.
11311 (gnus-score-default-header, gnus-score-default-type): Fix type.
11312 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
11313 (gnus-saved-headers): Fix type.
11314
11315 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
11316 Avoid nil value of `two-lines-citation-part'.
11317
113181998-09-30 Roman Belenov <roman@nstl.nnov.ru>
11319
11320 * which-func.el (which-function): Handle case when
11321 (car imenu--index-alist) is nil.
11322
113231998-09-29 Dave Love <fx@gnu.org>
11324
11325 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
11326 bzip2 args.
11327
113281998-09-29 Simon Marshall <simon@gnu.org>
11329
11330 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
11331 comint-exec-hook.
11332
113331998-09-29 Stephen Eglen <stephen@gnu.org>
11334
11335 * info-look.el: Add support for Octave.
11336
113371998-09-28 Carsten Dominik <cd@delysid.gnu.org>
11338
11339 * textmodes/reftex.el (reftex-finding-files): New customize group.
11340 (reftex-texpath-environment-variables,
11341 reftex-use-external-file-finders, reftex-external-file-finders,
11342 reftex-search-unrecursed-path-first): New options.
11343 (reftex-process-string, reftex-find-file-externally): New
11344 functions.
11345 (reftex-access-search-path): Execute shell commands to find the
11346 search path.
11347 (reftex-toggle-auto-view-crossref): When turning on, make sure
11348 `reftex-auto-view-crossref' becomes non-nil.
11349 (reftex-abbrev-regexp): Constant removed.
11350 (reftex-convert-string): Abbrev regexp calculated locally.
11351
113521998-09-28 Dave Love <fx@gnu.org>
11353
11354 * progmodes/fortran.el: Don't call regexp-opt when deriving
11355 font-lock patterns with keywords that aren't all literal.
11356
113571998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11358
11359 * octave-inf.el (inferior-octave-prompt): Also match prompts of
11360 the form `octave.bin:1>' which come from using precopiled binary
11361 versions.
11362
113631998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11364
11365 * help.el (help-for-help): Use %THIS-KEY%.
11366 (help-quit): Add doc.
11367
11368 * help-macro.el (make-help-screen): Keep HELP-TEXT
11369 in a separate function definition, not in the help command FNAME.
11370 Replace %THIS-KEY% with the key sequence that ran FNAME.
11371
113721998-09-25 Richard Stallman <rms@gnu.org>
11373
11374 * textmodes/texinfo.el (texinfo-show-structure):
11375 Bind inhibit-read-only.
11376
11377 * isearch.el (isearch-search-and-update): Properly
11378 handle upper case letters in the reverse-search special case.
11379
113801998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11381
11382 * gnus.el: Extend the list of autoloaded functions.
11383
11384 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11385 buffer before creating help group. (from Gnus v5.6.43, fix by
11386 1998-08-20 Per Starback <starback@update.uu.se>)
11387
11388 * gnus-util.el (gnus-output-to-rmail): Adjust to
11389 `rmail-output-to-rmail-file'.
11390
113911998-09-25 Karl Heuer <kwzh@gnu.org>
11392
11393 * hexl.el (hexl-mode-map): More of previous change.
11394
11395 * textmodes/tex-mode.el (tex-run-command): Doc fix.
11396 (tex-start-tex): Don't use tex-start-options-string in star case.
11397 Quote file name in star case as well as in non-star.
11398 Add blank and quoting of option string here.
11399 (tex-start-options-string): Not here.
11400
114011998-09-23 Karl Heuer <kwzh@gnu.org>
11402
11403 * term.el (term-delimiter-argument-list): Doc fix.
11404 (term-emulate-terminal): Escape literal semicolon.
11405 * progmodes/asm-mode.el (asm-mode): Doc fix.
11406 (asm-comment-char): Escape literal semicolon.
11407 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
11408
114091998-09-23 Richard Stallman <rms@gnu.org>
11410
11411 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
11412 only those that normally modify the buffer.
11413
11414 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
11415 over again.
11416
114171998-09-23 E. Jay Berkenbilt <ejb@ql.org>
11418
11419 * ispell.el (check-ispell-version): Ensure same buffer is current
11420 when let-binding of case-fold-search ends.
11421
114221998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11423
11424 * ps-print.el: Skip invisible overlay.
11425 Test for set-buffer-multibyte rather than using mule-version.
11426 (ps-print-version): New version number (4.1) and doc fix.
11427 (ps-generate-postscript-with-faces): Skip invisible overlay.
11428
114291998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
11430
11431 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
11432
114331998-09-22 Kenichi Handa <handa@etl.go.jp>
11434
11435 * international/quail.el (quail-update-guidance): Check for the
11436 return value of (quail-guidance) fixed.
11437 (quail-update-translation): Bind quail-current-str locally when it
11438 calls quail-update-guidance.
11439 (quail-update-translation): If input-method-exit-on-first-char is
11440 non-nil, terminate translation only when the current input method
11441 is simple.
11442
114431998-09-22 Paul Eggert <eggert@twinsun.com>
11444
11445 * startup.el (locale-translation-file-name): Prefer X-related names
11446 to the name used by GNU/Linux sans X. Set to nil if no file found.
11447 (command-line): Use locale-translation-file-name if it is not nil,
11448 instead of testing for its existence again.
11449 regexp-quote the ctype before using it in a regexp.
11450 Allow a colon to appear after the ctype in the aliases file,
11451 as is done in X11R6.4.
11452
114531998-09-21 Richard Stallman <rms@gnu.org>
11454
11455 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
11456
11457 * calendar/appt.el (appt-interval): Variable deleted.
11458 (appt-check): For minutes in between appt-display-interval times,
11459 do check, but don't display anything except an updated mode line.
11460 Count against appt-display-interval based on minutes since
11461 first display of this appointment, not based on time of day.
11462 If appt-display-mode-line, force mode line redisplay
11463 whenever appt-mode-string has changed.
11464 (appt-add, appt-delete): Add autoload cookies.
11465 (appt-check): Catch errors from calling `diary'.
11466 (appt-max-time): Renamed from max-time.
11467 (appt-now-displayed, appt-display-count): New variables.
11468 (appt-timer): Don't create one if we already have one.
11469
11470 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11471 More general code to use the source buffer instead of the zap file.
11472
11473 * hilit-chg.el (highlight-compare-with-file): Renamed from
11474 compare-with-file.
11475
11476 * loadhist.el (load-history-loaded): New variable.
11477 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
11478
11479 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
11480
11481 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11482 Fix error messages.
11483
114841998-09-21 Markus Armbruster <armbru@pond.sub.org>
11485
11486 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
11487 Emacs frame.
11488
114891998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11490
11491 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
11492 `undecided' and `undecided-unix'.
11493
114941998-09-21 Dave Love <fx@gnu.org>
11495
11496 * help.el (help-make-xrefs): Fix typo affecting Info references.
11497
11498 * subr.el (remove-hook): Check list values to avoid errors.
11499
115001998-09-18 Noah Friedman <friedman@splode.com>
11501
11502 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
11503 store string in eldoc-last-message without consing a new string.
11504 Rearrange logic from nested if's into cond's.
11505 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
11506 Do not print message; just return string.
11507 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
11508 Do not print message; just return string.
11509 Cache that string in eldoc-last-data.
11510 (eldoc-last-data): Make into a vector.
11511 (eldoc-get-fnsym-args-string): Use new data form of structure.
11512 (eldoc-get-var-docstring): Here also.
11513 (eldoc-last-data-store): New function.
11514 (eldoc-get-fnsym-args-string): Use it.
11515 (eldoc-get-var-docstring): Here also.
11516 (eldoc-docstring-first-line): Minimize interim string consing.
11517 Call substitute-command-keys on the result.
11518 (eldoc-print-var-docstrings, eldoc-print-docstring,
11519 eldoc-docstring-message): Functions removed.
11520 (eldoc-docstring-format-sym-doc): New function, functionality
11521 ripped out of eldoc-docstring-message.
11522 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
11523
115241998-09-18 Kenichi Handa <handa@etl.go.jp>
11525
11526 * international/mule.el (make-coding-system): Doc-string modified.
11527
115281998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
11529
11530 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
11531
11532 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
11533 customize type.
11534
11535 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
11536 type.
11537
11538 * progmodes/compile.el (compilation-error-screen-columns): New
11539 variable.
11540 (compilation-next-error-locus): Use it to decide whether to use
11541 forward-char or move-to-column.
11542
11543 * mail/rmail.el (rmail-movemail-program): Fix customize type.
11544
11545 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
11546 feedmail-fiddle-plex-user-list,
11547 feedmail-spray-address-fiddle-plex-list,
11548 feedmail-prompt-before-queue-user-alist,
11549 feedmail-prompt-before-queue-help-supplement,
11550 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
11551 feedmail-queue-alternative-mail-header-separator): Fix customize
11552 type.
11553
11554 * startup.el (site-run-file): Fix customize type.
11555
11556 * speedbar.el (speedbar-initial-expansion-list-name): Fix
11557 customize type.
11558
11559 * shell.el (shell-input-autoexpand): Fix customize type.
11560
11561 * ps-print.el (ps-font-info-database): Add missing dots in value.
11562 Improve layout of customize type.
11563
11564 * net-utils.el (traceroute-program-options, ping-program-options,
11565 ipconfig-program-options, netstat-program-options,
11566 arp-program-options, route-program-options,
11567 nslookup-program-options, ftp-program-options): Fix customize
11568 type.
11569
11570 * midnight.el (clean-buffer-list-kill-regexps,
11571 clean-buffer-list-kill-buffer-names,
11572 clean-buffer-list-kill-never-buffer-names,
11573 clean-buffer-list-kill-never-regexps): Fix customize type.
11574
11575 * man.el (Man-init-defvars): Avoid trailing nil on
11576 Man-filter-list.
11577
11578 * lpr.el (printer-name): Fix customize type.
11579
115801998-09-16 Kenichi Handa <handa@etl.go.jp>
11581
11582 * international/mule-cmds.el (reset-language-environment): Call
11583 update-coding-systems-internal.
11584
11585 * international/mule-conf.el: Call update-coding-systems-internal
11586 at the tail.
11587
115881998-09-14 Dave Love <fx@gnu.org>
11589
11590 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
11591 use the menu-enable properties, pending doing it correctly and
11592 acceptably fast.
11593
11594 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
11595
115961998-09-13 Dave Love <d.love@dl.ac.uk>
11597
11598 * progmodes/hideshow.el (hs-grok-mode-type): Check
11599 comment-{start,end} non-nil as well as bound. Report an error if
11600 we can't grok the mode.
11601
116021998-09-13 Richard Stallman <rms@gnu.org>
11603
11604 * simple.el (blink-matching-open): Don't log paren matching
11605 messages in *Messages*.
11606
116071998-09-12 Richard Stallman <rms@gnu.org>
11608
4ff3fcc7 11609 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
0767b41e
DL
11610 Set point-before-scroll at end even if there was an error.
11611
11612 * ange-ftp.el (ange-ftp-insert-file-contents):
11613 Use binary mode for dumb-unix hosts as for unix hosts.
11614 (ange-ftp-copy-file-internal): Likewise.
11615
11616 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11617
11618 * emacs-lisp/pp.el: Doc fixes.
11619
11620 * wid-edit.el (widget-menu-max-shortcuts): New variable.
11621 (widget-choose): Don't use single-char shortcuts if # items
11622 exceeds that many. Use minibuffer instead.
11623
116241998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11625
11626 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
11627
116281998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
11629
11630 * speedbar.el (speedbar-frame-mode): Do not set frame position if
11631 in terminal mode.
11632
116331998-09-10 Noah Friedman <friedman@splode.com>
11634
f28eba7b 11635 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
0767b41e
DL
11636 defcustom declaration. It's wreaking too much havoc with XEmacs
11637 and older versions of Emacs, which share this code.
11638
11639 * type-break.el (type-break-mode): Here also.
11640
11641 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
11642 `t' to add-hook also to modify the new local value.
11643
116441998-09-10 Dave Love <fx@gnu.org>
11645
11646 * vc.el (vc-insert-headers): Doc fix.
11647
116481998-09-10 Richard Stallman <rms@gnu.org>
11649
11650 * textmodes/flyspell.el (flyspell-mode-on): Make the
11651 ispell-... variables permanent locals.
11652 (flyspell-mode-off): Add autoload cookie.
11653
11654 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
11655 do use binary mode, just as for `unix'.
11656 (ange-ftp-host-type): If HOST is nil, return `unix'.
11657
11658 * dired.el (dired-mark-files-containing-regexp):
11659 Don't scan directories. Ignore non-readable files.
11660
11661 * progmodes/compile.el (compilation-error-regexp-alist):
11662 Fix previous change: allow . and _ in command name.
11663
11664 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
11665
11666 * uncompress.el (uncompress-while-visiting):
11667 Use just the car of what find-operation-coding-system returns.
11668
11669 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
11670
11671 * shell.el (shell-file-name-quote-list): Add # to the value.
11672
116731998-09-10 E. Jay Berkenbilt <ejb@ql.org>
11674
f28eba7b 11675 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
0767b41e
DL
11676 to make killing of ispell process work even if
11677 kill-all-local-variables has been run.
11678
116791998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11680
11681 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
11682 loop when sexp entry ends at end of file with no newline.
11683
116841998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11685
11686 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
11687 (Custom-reset-standard): Fix menu inconsistency.
11688
11689 * mail/feedmail.el (feedmail-from-line): Allow t.
11690 (feedmail-message-id-suffix): Allow nil.
11691
11692 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11693 Simplify. Make prefix arg work right.
11694
116951998-09-09 Dave Love <fx@gnu.org>
11696
11697 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11698
11699 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
11700
117011998-09-08 Dave Love <fx@gnu.org>
11702
11703 * add-log.el (change-log-font-lock-keywords): Do parenthesized
11704 stuff only after file names or at start of line. Allow parens
11705 around e-mail, as well as angles.
11706
11707 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
11708 ignore-errors too, eval'd when compile. Require w3 stuff at load
11709 time for nicer failure if it's not available.
11710
117111998-09-07 Geoff Voelker <voelker@cs.washington.edu>
11712
11713 * comint.el (comint-arguments): Ignore backslashes when using
11714 w32 shells that expect backslashes as the directory separator.
11715
117161998-09-04 Kenichi Handa <handa@etl.go.jp>
11717
11718 * international/fontset.el (resolved-ascii-font): New variable.
11719 (x-complement-fontset-spec): By side effect, set
11720 `resolved-ascii-font' to the resolved name of ASCII font."
11721 (create-fontset-from-fontset-spec): Don't get a value for
11722 resolved-ascii-font from the list full-fontlist. It is set by
11723 x-complement-fontset-spec now.
11724
11725 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11726 version, check the value of mule-version.
11727
117281998-09-07 Carsten Dominik <cd@delysid.gnu.org>
11729
11730 * textmodes/reftex.el (reftex-view-crossref): Split up into
11731 several functions. No longer moves to find a macro.
11732 (reftex-view-cr-cite, reftex-view-cr-ref,
11733 reftex-end-of-bib-entry): New functions.
11734 (reftex-auto-view-crossref): New value `window' allowed.
11735 (reftex-view-crossref-when-idle): Process new `window' option in
11736 (reftex-translate-to-ascii-function): New default.
11737 (reftex-label-illegal-re): Default changed, removed Latin1.
11738 (reftex-latin1-to-ascii): New function.
11739 (reftex-what-environment): Check for section regexp before use.
11740 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
11741 absolute path names.
11742 (reftex-TeX-master-file): Changed sequence of file checks.
11743 (reftex-do-citation): bibview cache only with RefTeX mode on.
11744
117451998-09-06 Richard Stallman <rms@gnu.org>
11746
11747 * progmodes/compile.el (compilation-error-regexp-alist):
11748 In first pattern (GNU utilities and other things),
11749 allow a space after the optional program name at the beginning.
11750
11751 * mail/mail-hist.el (mail-hist-current-header-contents):
11752 Fix previous change: use mail-header-end.
11753
117541998-09-06 Bill Richter <richter@math.nwu.edu>
11755
11756 * international/ccl.el: Doc fixes.
11757 * international/encoded-kb.el: Doc fixes.
11758 * international/fontset.el: Doc fixes.
11759 * international/kinsoku.el: Doc fixes.
11760 * international/kkc.el: Doc fixes.
11761 * international/mule-cmds.el: Doc fixes.
11762 * international/mule-conf.el: Doc fixes.
11763 * international/mule-util.el: Doc fixes.
11764 * international/mule.el: Doc fixes.
11765
117661998-09-05 Eric Ludlam <zappo@gnu.org>
11767
11768 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
11769 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
11770 (checkdoc-this-string-valid-engine): Permit ? as terminating
11771 punctuation for first line sentence breaking.
11772 (checkdoc-this-string-valid): When converting a comment into a doc
11773 string, make sure " chars are \".
11774 (checkdoc-sentencespace-region-engine): Only do double space check
11775 if based on the variable `sentence-end-double-space'
11776 (checkdoc-this-string-valid-engine): ? ends valid sentence.
11777 (checkdoc-proper-noun-region-engine): Exclude items in URLs
11778
117791998-09-04 Richard Stallman <rms@gnu.org>
11780
11781 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11782 Recognize define-skeleton as a function definer.
11783
11784 * cus-edit.el (customize-option): Refuse to customize
11785 a variable that has no defcustom. But if variable is autoloaded,
11786 first try to load the library that defines it.
11787
11788 * international/iso-insert.el: Use `string' before calling `insert'
11789 so that in multibyte buffers we insert multibyte chars.
11790
4ff3fcc7 11791 * dired.el (dired-mark-files-containing-regexp):
0767b41e
DL
11792 Don't use find-file; instead, insert the file in a temp buffer.
11793
11794 * textmodes/tex-mode.el (tex-start-options-string): New option.
11795 (tex-start-tex): Use that variable.
11796
11797 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
11798 value in the `repeat' alternative a list.
11799
11800 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
11801 the inserted newline, verify that one was really inserted.
11802
11803 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
11804 remains on or remains off.
11805 (flyspell-multi-language-p): Default changed to nil.
11806
11807 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
11808 In "found in comment" case, don't beginning-of-line after forward-line.
11809
11810 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11811 If the function definition is not a lambda, return original FORM
11812 with no error.
11813
118141998-09-04 Peter Breton <pbreton@ne.mediaone.net>
11815
11816 * net-utils.el (netstat-program-options): Changed from nil to "-a"
11817 so that by default netstat shows all network connections.
11818
118191998-09-04 Bob Weiner <weiner@altrasoft.com>
11820
11821 * international/quail.el: Doc fixes.
11822
11823 * info.el (info): Don't add parens if FILE already has them.
11824
118251998-09-04 Geoff Voelker <voelker@cs.washington.edu>
11826
11827 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
11828 on extension lines.
11829
118301998-09-03 Geoff Voelker <voelker@cs.washington.edu>
11831
11832 * w32-fns.el (w32-shell-dos-semantics): New function.
11833
118341998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
11835
11836 * international/quail.el (quail-choose-completion-string): Store
4ff3fcc7 11837 completion `choice' in `quail-current-str'; don't insert it.
0767b41e
DL
11838
118391998-09-02 Kenichi Handa <handa@etl.go.jp>
11840
11841 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
11842 argument to ps-mule-generate-bitmap-font.
11843
11844 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
11845 entry and change Latin-1 entry in the default value.
11846 (ps-mule-font-info-database-ps-bdf): New variable.
11847 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
11848 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
11849 registerd in FONT-SPEC.
11850 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
11851 charcter width of bitmap fonts.
11852 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
11853 procedure NF.
11854 (ps-begin-file): Output PostScript code for setting
11855 SpaceWidthRatio.
11856 (ps-plot-region): Use line-beginning-position to get a position of
11857 the beginning of the current line.
11858
11859 * international/mule-cmds.el (register-input-method): Doc-string
11860 modified.
11861
118621998-09-01 Dave Love <fx@gnu.org>
11863
11864 * international/mule-cmds.el (current-language-environment): Fix
11865 setter function.
11866
118671998-09-01 Simon Marshall <simon@gnu.org>
11868
11869 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
11870 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
11871 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
11872 names with font-lock-type-face. Fontify type specs, etc., with
11873 font-lock-keyword-face.
11874
118751998-08-31 Kenichi Handa <handa@etl.go.jp>
11876
11877 * international/fontset.el (x-complement-fontset-spec): If ASCII
11878 font is specified in FONTLIST, don't substitute it for the
11879 resolved name.
11880
118811998-08-31 Paul Eggert <eggert@twinsun.com>
11882
11883 * international/mule.el (charset-description): Doc fix.
11884
11885 * language/chinese.el, language/cyrillic.el, language/czech.el,
11886 language/devanagari.el, language/ethiopic.el,
11887 language/european.el, language/hebrew.el, language/indian.el,
11888 language/japanese.el, language/korean.el, language/lao.el,
11889 language/slovak.el, language/thai.el, language/tibetan.el,
11890 language/vietnamese.el:
11891 Add coding: local variable, to avoid bootstrapping problem
11892 if you need to recompile all the Lisp files using interpreted code.
11893
118941998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11895
11896 * cal-china.el (chinese-year-cache): Change range of years from
11897 1989-2000 to 1990-2010.
11898
118991998-08-29 Dave Love <d.love@dl.ac.uk>
11900
11901 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
11902 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
11903
119041998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11905
11906 * ps-print.el (ps-print-control-characters): Doc-string modified.
11907 (ps-output-string-prim): Comment format changed.
11908 (ps-do-despool): Indentation of source code changed.
11909
119101998-08-28 Kenichi Handa <handa@etl.go.jp>
11911
11912 * subr.el (sref): Make it an alias of aref. Make the
11913 byte-compiler warn that it is obsolete.
11914 (char-bytes): Make the byte-compiler warn that it is obsolete.
11915
11916 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
11917 Calculate the total bytes using position-bytes instead of
11918 char-bytes.
11919
119201998-08-27 Karl Heuer <kwzh@gnu.org>
11921
11922 * snmp-mode.el: New file.
11923 * files.el (auto-mode-alist): Add snmp-mode patterns.
11924
119251998-08-27 Karl Eichwalder <ke@suse.de>
11926
11927 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
11928
119291998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11930
11931 * calendar/diary-lib.el (diary-block): Doc fix..
11932 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
11933
119341998-08-27 Richard Stallman <rms@gnu.org>
11935
11936 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
11937 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
11938 Clear appt-mode-string if we don't put something in it.
11939
119401998-08-27 Dave Love <fx@gnu.org>
11941
11942 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
11943 dired-local-variables-file for dired-x.
11944
11945 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
11946 for compressed library files too.
11947
119481998-08-26 Kenichi Handa <handa@etl.go.jp>
11949
11950 * language/european.el ("Latin-1"): Modify `documentation' key value.
11951 ("Latin-2"): Likewise.
11952
119531998-08-26 Karl Heuer <kwzh@gnu.org>
11954
11955 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
11956
119571998-08-26 Albert L. Ting <alt@artisan.com>
11958
11959 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
11960 (mail-hist-current-header-contents): Use mail-text-start.
11961
119621998-08-26 Richard Stallman <rms@gnu.org>
11963
11964 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
11965 (customize-changed-options-previous-release): New variable.
11966 (customize-changed-options): Use that variable as default arg.
11967
119681998-08-26 Karl Eichwalder <ke@suse.de>
11969
11970 * midnight.el: Require `timer' not only when compiling.
11971
119721998-08-26 Per Starback <starback@update.uu.se>
11973
11974 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11975 buffer before creating help group.
11976
119771998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11978
11979 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
11980 coding-system-for-write before saving.
11981
119821998-08-26 Kevin Rodgers <kevinr@ihs.com>
11983
11984 * isearch.el (isearch-forward): Doc fix.
11985
119861998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
11987
11988 * emacs-lisp/find-func.el: Fix :version tags to have a string
11989 value, not a float.
11990
11991 * cus-dep.el: Fix typo in output.
11992
119931998-08-25 Dave Love <fx@gnu.org>
11994
11995 * repeat.el (repeat): Doc fix.
11996 [From rms:]
11997 (repeat-previous-repeated-command): New variable.
11998 (repeat): Check for real-last-command being null or repeat. Set
11999 repeat-previous-repeated-command.
12000
12001 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
12002
120031998-08-25 Kenichi Handa <handa@etl.go.jp>
12004
12005 * gnus/message.el (message-send-mail-with-sendmail): Bind
12006 coding-system-for-write by the return value of
12007 select-message-coding-system.
12008 (message-send-mail-with-qmail): Likewise.
12009
120101998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
12011
12012 * emacs-lisp/autoload.el: Fix doc-string-elt property on
12013 define-derived-mode.
12014
12015 * files.el (file-name-invalid-regexp):
12016 Fix regex for ms-dos without long file names.
12017
120181998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12019
12020 * ps-print.el: Multi-byte buffer handling.
12021 (ps-print-version): New version number (4.0) and doc fix.
12022 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
12023 compilation for GNU Emacs and emacsens.
12024 (ps-generate-postscript-with-faces): Force invisible text to be
12025 visible.
12026 (dos-ps-printer): New var to avoid compilation gripes.
12027
120281998-08-24 Kenichi Handa <handa@etl.go.jp>
12029
12030 * ps-print.el (ps-mule-plot-string): Pay attention to the case
12031 that no more characters can't be printed in the current line.
12032
120331998-08-24 Kenichi Handa <handa@etl.go.jp>
12034
12035 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
12036 greater than TO.
12037
120381998-08-24 Kenichi Handa <handa@etl.go.jp>
12039
12040 * ps-print.el: Add codes to make ps-print.el work also on Emacs
12041 20.2 and the earlier version.
12042 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
12043 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
12044 (ps-mule-find-wrappoint): Likewise.
12045 (ps-mule-generate-font): Change `X' to `x' in format
12046 control-string.
12047 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
12048 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
12049 `restore' form procedures `BC' and `EC'.
12050
120511998-08-24 Kenichi Handa <handa@etl.go.jp>
12052
12053 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
12054 is an executable procedure. Make LineThickness, Xshadow, and
12055 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
12056 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
12057 ps-mule-font-info-database-bdf): New vars.
12058 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
12059 (ccl-encode-ethio-unicode): New CCL program.
12060 (ps-mule-encode-ethiopic): New fun.
12061 (ps-mule-current-charset): New var.
12062 (ps-mule-get-font-spec, ps-mule-font-spec-src,
12063 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
12064 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
12065 (ps-mule-external-libraries): New var.
12066 (ps-mule-init-external-library): New fun.
12067 (ps-mule-font-cache): New var.
12068 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
12069 (ps-last-font): New var.
12070 (ps-mule-prepare-font): New fun.
12071 (ps-mule-charset-list): New var.
12072 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
12073 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
12074 ps-mule-plot-string): New funs.
12075 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
12076 New vars.
12077 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
12078 ps-mule-prepare-cmpchar-font): New funs.
12079 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
12080 vars.
12081 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
12082 ps-mule-generate-bitmap-glyph): New funs.
12083 (ps-mule-initialize, ps-mule-begin): New funs.
12084 (ps-output-string-prim): Insert string as unibyte.
12085 (ps-output-prologue): New fun.
12086 (ps-flush-output): Handle the case of 'prologue.
12087 (ps-begin-file): Call ps-mule-initialize.
12088 (ps-begin-job): Set ps-control-or-escape-regexp differently if
12089 printing multibyte characters.
12090 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
12091 (ps-basic-plot-string): Handle the case of printing ASCII
12092 characters by external libraries (e.g. BDF).
12093 (ps-set-font): Set ps-last-font.
12094 (ps-plot-region): Handle multibyte characters, use
12095 ps-mule-plot-string for them.
12096 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
12097
12098 * bdf.el: New file.
12099
121001998-08-23 Kenichi HANDA <handa@etl.go.jp>
12101
12102 * international/mule-cmds.el (select-message-coding-system): New
12103 function.
12104 (set-language-environment-coding-systems): Set
12105 default-sendmail-coding-system.
12106
12107 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
12108 (default-sendmail-coding-system): New variable.
12109 (sendmail-send-it): Encode the message by a coding system
12110 select-message-coding-system returns.
12111
121121998-08-23 Eric Ludlam <zappo@gnu.org>
12113
f28eba7b 12114 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
0767b41e
DL
12115 (speedbar-mode): Set buffer to read only.
12116 (speedbar-temp-buffer-show-function): For emacs don't call hook
12117 with arguments.
12118 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
12119
121201998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
12121
12122 * speedbar.el (speedbar-key-map): Fix typo.
12123
12124See ChangeLog.7 for earlier changes.