(search-unencodable-char): New
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
185932d7
JW
12002-04-09 John Wiegley <johnw@gnu.org>
2
3 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
4 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
5 * em-dirs.el (eshell/cd): Ditto.
6 * em-glob.el (eshell-glob-case-insensitive): Ditto.
7 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
8 * esh-ext.el (eshell-binary-suffixes): Ditto.
9
16236388
RS
102002-08-09 Richard M. Stallman <rms@gnu.org>
11
f8da45ad
RS
12 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
13
16236388
RS
14 * simple.el (set-variable): Give locality status in prompt.
15
162002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
17
18 * simple.el (set-variable): If given a prefix argument, set
19 variable buffer-locally.
20
3e119830
JPW
212002-08-09 John Paul Wallington <jpw@shootybangbang.com>
22
23 * font-core.el (font-lock-function): Make it buffer-local.
24
16236388
RS
252002-08-08 Richard M. Stallman <rms@gnu.org>
26
27 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
28 (checkdoc-message-interactive, checkdoc-interactive-loop)
29 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
30 (checkdoc-defun):
31 Update checkdoc-spellcheck-documentation-flag correctly.
32 (checkdoc-ispell-docstring-engine): Don't test for
33 checkdoc-autofix-flag = nil.
34
62c32edf
JPW
352002-08-07 John Paul Wallington <jpw@shootybangbang.com>
36
37 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
38
39 * wid-browse.el (widget-minor-mode): Fix doc typo.
40
685f5858
KG
412002-08-07 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
42
43 * net/tramp.el: Version 2.0.12 released.
44 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
45 Comment out possibly obsolete "echo hello" commands.
46 (tramp-run-real-handler): If operation is
47 `ange-ftp-hook-function', use first arg as the real operation.
48 (tramp-check-ls-commands): Use / instead of \ as directory
49 separator. (Relevant for XEmacs on Windows.)
50 (tramp-maybe-open-connection): Use tramp-wait-for-output when
51 waiting for the "are you awake" command. Use a different string
52 for the "are you awake" command.
53 (tramp-send-command): New optional arg NEVEROPEN means to never
54 invoke tramp-maybe-open-connection.
55 (tramp-maybe-open-connection): Use it
56
46e3984f
RS
572002-08-07 Richard M. Stallman <rms@gnu.org>
58
59 * warnings.el (warning-prefix-function, warning-series)
60 (warning-fill-prefix, warning-group-format): Add autoload cookies.
61
6d2413b8
KH
622002-08-07 Kenichi Handa <handa@etl.go.jp>
63
64 * international/mule-cmds.el (select-safe-coding-system): Call
65 pop-to-buffer inside save-window-excursion and save-excursion.
66
dd66897f
JPW
672002-08-06 John Paul Wallington <jpw@shootybangbang.com>
68
69 * help-fns.el (describe-function-1): Skip arglist note if
70 function's definition is a keymap.
71
ee58da1b
SS
722002-08-06 Sam Steingold <sds@gnu.org>
73
74 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
75 and `mail-user-agent' instead of straight sendmail.
76 (diary-modified, diary-entries-list, displayed-year)
77 (displayed-month, entry, date, number, date-string, d-file)
78 (original-date): defvar without binding to avoid compiler warnings.
79
52e4d5ea
CW
802002-08-05 Alan Shutko <ats@acm.org>
81
82 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
83 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
84 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
85
86 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
87 (ibuffer-filter-by-used-mode): New.
88
3a8e52af
JPW
892002-08-05 John Paul Wallington <jpw@shootybangbang.com>
90
91 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
92 `fset' and `symbol-function'.
93
a5c41f64
JW
942002-08-05 John Wiegley <johnw@gnu.org>
95
96 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
97 value unless pcomplete-cycle-cutoff-length is non-nil.
98
992002-04-09 John Paul Wallington <jpw@shootybangbang.com>
100
101 * esh-util.el (eshell-under-cygwin-p): New function.
102 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
103 * em-dirs.el (eshell/cd): Ditto.
104 * em-glob.el (eshell-glob-case-insensitive): Ditto.
105 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
106 * esh-ext.el (eshell-binary-suffixes): Ditto.
107
0101f7e1
RS
1082002-08-05 Richard M. Stallman <rms@gnu.org>
109
86d98c33
RS
110 * international/mule-cmds.el (select-safe-coding-system): Check for
111 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
112
0101f7e1
RS
113 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
114
1152002-08-05 Gerd Moellmann <gerd@gnu.org>
116
117 * image.el (image-jpeg-p): Accept "Exif" marker.
118
5beaf831
KG
1192002-08-05 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
120
121 * net/tramp.el: Version 2.0.11 released.
122 (tramp-perl-file-attributes): Print uid and gid as signed
123 integers.
124 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
125 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
126 calling Tramp again.
127 (tramp-find-file-exists-command): Check for `ls -d' last, after
128 all the variants on `test -e'.
129 (tramp-post-connection): Erase buffer before finding a command to
130 check if file exists.
131
62458f70
DK
1322002-08-05 David Kastrup <David.Kastrup@t-online.de>
133
134 * calc/calc.el (math-format-stack-value): Revert a broken
135 if->when replacement and reformat so that this does not happen
136 again. Fixes a pretty lethal line formatting/yanking bug.
137
3a321ddb
GM
1382002-08-04 John Paul Wallington <jpw@shootybangbang.com>
139
140 * startup.el (fancy-splash-frame): Check selected frame last.
141
fabf2143
KG
1422002-08-04 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
143
144 * net/tramp.el: Version 2.0.10 released.
145 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
146 standard output even if `uudecode -p' and `uudecode -o -' don't
147 work.
148 (tramp-post-connection): After finding the right shell, wait a
149 bit. This is a kludge to avoid a race condition, even though I
150 don't understand why there is a race condition in the first place.
151 (tramp-post-connection): Install the `tramp_uudecode' shell
152 function on the remote host.
153 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
154 (tramp-bug): Include more variables in the report.
155
1562002-08-04 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
157
158 * net/tramp.el: Version 2.0.9 released.
159 (tramp-bug): Add wording about additional info to include in bug
160 report.
161 (tramp-find-shell): Set $PS1 for invocation of second shell (for
162 tilde expansion).
163 (tramp-find-shell): Shell prompt must match at end of buffer. Do
164 this also for fallback shell prompt.
165 (tramp-find-shell): More debugging output.
166 (tramp-find-inline-encoding): When checking the decoding command,
167 some commands fail when reading from /dev/null. So we pass a
168 known string through the encoding command and pass that through
169 the decoding command. So we know whether the decoding command can
170 deal with some real input.
171
ccf29586
AS
1722002-08-04 Andreas Schwab <schwab@suse.de>
173
174 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
175
742fbed7
AC
1762002-08-03 Andrew Choi <akochoi@shaw.ca>
177
178 * term/mac-win.el: Set keys to enable mouse wheel support.
179
1802002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
36541701
KG
181
182 * net/tramp.el: Version 2.0.8.
183 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
184
742fbed7 1852002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fa32e96a
KG
186
187 * net/tramp.el: Version 2.0.7.
ee58da1b 188 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
fa32e96a
KG
189 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
190 because of `format' and say so in the docstring.
191
6fb453e1
GM
1922002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
193
194 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
195 `type' forms.
196 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
197 (f90-type-def-re): Fix value.
198
742fbed7 1992002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b1d06e75
KG
200
201 * net/tramp.el: Version 2.0.6.
202 (tramp-default-method): Change to "ssh" from "sm".
203 (tramp-wrong-passwd-regexp): Restructure. Add additional
204 alternative.
205 (tramp-su-program): New internal variable for method parameter.
206 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
207 New variables. Very short Perl one-liner, but requires Perl
208 module MIME::Base64 to be installed on the remote site.
209 (tramp-perl-encode, tramp-perl-decode): New base64
210 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
211 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
212 though Ange-FTP doesn't do anything for this operation).
213 (tramp-handle-set-visited-file-modtime): Comment change.
214 (tramp-handle-make-directory): Save-excursion.
215 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
216 twice, once is enough.
217 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
218 user knows what's wrong.
219 (tramp-post-connection): Support the two Perl encoders and
220 decoders.
221 (tramp-coding-commands): Ditto. Add some todo items.
222
cc305a60
RS
2232002-08-02 Richard M. Stallman <rms@gnu.org>
224
225 * international/mule.el (merge-coding-systems): New function.
226 (set-buffer-file-coding-system): Use merge-coding-systems.
227 Change prompt for args.
228 (revert-buffer-with-coding-system): New command.
229
ee58da1b 230 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
cc305a60
RS
231 Add bindings for revert-buffer-with-coding-system.
232 (set-coding-system-map): Clarify menu item info for
233 set-buffer-file-coding-system.
234 (set-coding-system-map): Reorder and add separators.
235
236 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
237 Use eval-expression.
238
239 * subr.el (atomic-change-group): Doc fix.
240
5fba5c21
CW
2412002-07-31 Colin Walters <walters@debian.org>
242
243 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
244 defvaralias for compatibility.
245 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
246 defvaralias for compatibility.
247
40c10465
CW
2482002-07-31 John Paul Wallington <jpw@shootybangbang.com>
249
250 * ibuffer.el (ibuffer-fontification-alist): Use
251 `font-lock-constant-face' instead of `font-lock-reference-face'.
252
c71cb98b
JW
2532002-07-31 John Wiegley <johnw@gnu.org>
254
255 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
256 prevent adding the symbol `pcomplete' to
257 shell-dynamic-complete-functions to many times.
258
3755bd32
MR
2592002-07-31 Markus Rost <rost@math.ohio-state.edu>
260
261 * help-fns.el (describe-function-1): Test function for
262 obsolescence only if it is a symbol.
263
264 * ediff.el (ediff-backup): New autoloaded command.
265
c43008c4
RS
2662002-07-31 Richard M. Stallman <rms@gnu.org>
267
ad44f2a1
RS
268 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
269 Use `compile-always'.
270 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
271 (compile): Renamed from `compile-files'.
272 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
273
c43008c4
RS
274 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
275 Check that (car elt) is a string.
276
277 * pcomplete.el (pcomplete-entries): Doc fix.
278
279 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
280
c21993d0
AS
2812002-07-31 Andreas Schwab <schwab@suse.de>
282
283 * dired.el: Hide disabling of dired-find-alternate-file behind
284 autoload-cookie.
285
0702b995
JB
2862002-07-31 Juanma Barranquero <lektu@terra.es>
287
d053bf7e
JB
288 * makefile.w32-in: Revert some changes from 2002-07-23 because they
289 don't work on MSVC/nmake builds.
290 (update-subdirs-CMD): Generate the right list of subdirectories. From
291 Tak Ota <Takaaki.Ota@am.sony.com>.
0702b995 292
742fbed7 2932002-07-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
ac474af1
KG
294
295 * net/tramp.el: New version 2.0.5.
296 (tramp-methods): Remove inline encoding method parameters. The
297 encoding is now autodetected. Also shorten the list of
298 methods (u/m distinction gone) and rename the remaining methods to
299 have longer, but more mnemonic, names.
300 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
301 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
302 matched at end of buffer anyway.
303 (tramp-yesno-prompt-regexp): New variable, for questions where the
304 user should say "yes" or "no".
305 (tramp-file-name-structure-unified)
306 (tramp-file-name-structure-separate): Allow dash in method names.
307 (tramp-actions-before-shell): New variable, contains list of
308 pattern/action pairs. Output sent by remote end is scanned for
309 the patterns, then the actions are executed.
310 (tramp-multi-actions): Like `tramp-actions-before-shell', but
311 executed for each hop in a multi-hop connection.
312 (tramp-last-cmd-time): New variable. If nothing has been sent to
313 remote end for 60 seconds, look to see if the remote end is still
314 alive.
315 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove. It
316 didn't work.
317 (tramp-perl-encode, tramp-perl-decode): New variables, these
318 require the MIME::Base64 module on the remote end.
319 (tramp-handle-file-attributes): Restructure logic.
320 (tramp-handle-file-attributes-with-ls)
321 (tramp-handle-file-attributes-with-perl): More debugging.
322 (tramp-handle-directory-files): Grok fifth arg `files-only' for
323 XEmacs.
324 (tramp-handle-make-directory, tramp-handle-delete-directory)
325 (tramp-handle-delete-file, tramp-handle-insert-directory): Expand
326 file name.
327 (tramp-handle-shell-command): Use `when', not `if'.
328 (tramp-handle-file-local-copy, tramp-handle-write-region): Adapt
329 to autodetection of inline encoding.
330 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
331 variable ange-ftp-name-format is defined before binding it.
332 (tramp-action-login, tramp-action-password, tramp-action-succeed)
333 (tramp-action-permission-denied, tramp-action-yesno): Functions
334 called from `tramp-actions-before-shell'.
335 (tramp-multi-action-login, tramp-multi-action-password)
336 (tramp-multi-action-succeed)
337 (tramp-multi-action-permission-denied): Functions called from
338 `tramp-multi-actions'.
339 (tramp-process-one-action, tramp-process-actions): Pattern
340 matching and action invocation code for
341 `tramp-actions-before-shell'.
342 (tramp-process-one-multi-action, tramp-process-multi-actions):
343 Same for `tramp-multi-actions'.
344 (tramp-open-connection-telnet, tramp-open-connection-rsh)
345 (tramp-open-connection-su): Process actions instead of hardwired
346 logic.
347 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
348 (tramp-multi-connect-su): Ditto.
349 (tramp-post-connection): New method for tramp_encode and
350 tramp_decode scripts.
351 (tramp-post-connection): Invoke inline autodetection code.
352 (tramp-coding-commands): List of inline codings.
353 (tramp-find-inline-encoding): This is the inline autodetection
354 code.
355 (tramp-maybe-open-connection): If nothing was sent to connection
356 for 60 seconds, look if it connection is still alive.
357 (tramp-send-command): Remember that something was sent to the
358 connection.
359 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
360 Use backticks for constructing alist.
361 (tramp-get-encoding-command, tramp-set-encoding-command)
362 (tramp-get-decoding-command, tramp-set-decoding-command)
363 (tramp-get-encoding-function, tramp-set-encoding-function)
364 (tramp-get-decoding-function, tramp-set-decoding-function): Use
365 for results of inline autodetection.
366 (tramp-get-encoding-command, tramp-get-decoding-command)
367 (tramp-get-encoding-function, tramp-get-decoding-function):
368 Remove these old functions.
369
2341653d
KH
3702002-07-30 Kenichi Handa <handa@etl.go.jp>
371
8805e649
KH
372 * language/indian.el (in-is13194): Give correct `safe-chars' property.
373 (devanagari): Define it as an alias of in-is13194.
374
375 * international/mule.el (safe-chars): Put
376 `char-table-extra-slots' property with value 0.
377
2341653d
KH
378 * files.el (revert-buffer): Fix previous change.
379
f5d0cc77
RS
3802002-07-29 Richard M. Stallman <rms@gnu.org>
381
c43008c4
RS
382 * bindings.el (help-echo): If global-mode-string is non-nil,
383 display some spaces after it.
384
385 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
386 Don't call string-match on non-string.
ee58da1b 387 (displaying-byte-compile-warnings):
c43008c4 388
f5d0cc77
RS
389 * textmodes/ispell.el (check-ispell-version): Bind default-directory
390 to avoid errors. Kill the old temp buffer at the beginning.
391
da5d3a56
GM
3922002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
393
394 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
395
091b5fdb
GM
3962002-07-29 John Paul Wallington <jpw@shootybangbang.com>
397
398 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
399 instead of `cond'.
400
930ca8e8
KH
4012002-07-29 Kenichi Handa <handa@etl.go.jp>
402
403 * international/mule.el (ctext-post-read-conversion): Add support
f5d0cc77 404 for embedded utf-8 encoding (ESC % G ... ESC % @).
930ca8e8
KH
405
4062002-07-28 Kenichi Handa <handa@etl.go.jp>
407
408 * files.el (revert-buffer): Before calling insert-file-contents,
409 kill the local variable buffer-file-coding-system.
410
3ea1bfb2
RS
4112002-07-28 Richard M. Stallman <rms@gnu.org>
412
413 * bindings.el (mode-line-format): Handle vc-mode specially.
414 Move mode-line-position to after global-mode-string.
415 (mode-line-modes): Move the starting 3 spaces out of here.
416 (mode-line-position): Separate with a space, not dashes.
417
418 * vc-hooks.el: Don't add to minor-mode-alist.
419
420 * emacs-lisp/edebug.el (edebug-debugger):
421 If inside redisplay, just return.
422
423 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
424
425 * info.el (Info-find-index-name): Improve last change.
426
4272002-07-27 Richard M. Stallman <rms@gnu.org>
428
429 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
430
431 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
432 in the third case.
433
bf29d4c1
MR
4342002-07-27 Markus Rost <rost@math.ohio-state.edu>
435
436 * ps-print.el: Update copyright year.
437 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
438
742fbed7 4392002-07-26 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
818001cc
KG
440
441 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
442 to the session with that number. Old behavior still available
443 with nonumeric prefix args.
444
d2808609
SJ
4452002-07-08 Simon Josefsson <jas@extundo.com>
446
447 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
448
e7a4fab7
JB
4492002-07-26 Juanma Barranquero <lektu@terra.es>
450
6dc049b2
JB
451 * warnings.el (lwarn, warn, warning-levels): Doc fix.
452 (warning-suppress-log-types): Fix typo.
453 (display-warning): Fix typo. Remove useless asignment to free variable
454 `group-string'.
e7a4fab7 455
e5184e9f
MR
4562002-07-25 Markus Rost <rost@math.ohio-state.edu>
457
458 * ediff-wind.el (ediff-window-setup-function): Extend type
459 declaration.
460
d99118b0
SS
4612002-07-25 Sam Steingold <sds@gnu.org>
462
463 * replace.el (occur-rename-buffer): New command.
464 (occur-mode-map): Bind "r" to it. Added keybindings for
465 `kill-this-buffer', `clone-buffer' and `quit-window'.
466
d31c6ecf
RS
4672002-07-25 Kevin Ryde <user42@zip.com.au>
468
469 * info.el (Info-find-index-name): Search for a function definition
470 with a return type.
471
4722002-07-25 David Ponce <david@dponce.com>
473
474 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
475 Don't recompute `entry' on each iteration.
476 (byte-compile-delete-first): Make it defsubst.
477
65125928
SS
4782002-07-25 Sam Steingold <sds@gnu.org>
479
480 * progmodes/cc-engine.el (c-search-uplist-for-classkey): When
481 `search-end' is a cons, use its car.
482
a8adf791
DL
4832002-07-25 Dave Love <fx@gnu.org>
484
485 * obsolete/c-mode.el: Deleted.
5fca0d91
CD
486
4872002-07-25 Carsten Dominik <dominik@astro.uva.nl>
488
5fca0d91
CD
489 * textmodes/reftex.el (reftex-compile-variables): Simplified
490 regular expression.
491
492 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
493 Simplified the regexp.
494
495 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New
496 function.
497 (reftex-extract-bib-entries-from-thebibliography): Use
498 `reftex-get-bibkey-default' to get a default regex.
499 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
500 get a default regex.
501
e7a4fab7 502 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
5fca0d91
CD
503 XEmacs compatibility (got OK from RMS).
504
e7a4fab7 505 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
5fca0d91 506
e7a4fab7
JB
507 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
508 (reftex-select-bib-mode): Likewise
5fca0d91 509
ec797e5e
CW
5102002-07-25 Colin Walters <walters@debian.org>
511
512 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
513 by menu functions.
514
fc2938d1
DL
5152002-07-24 Dave Love <fx@gnu.org>
516
517 * international/mule.el (set-auto-coding): Doc fix.
518
519 * international/utf-16.el: New file.
520
521 * language/european.el ("German", "French", "Spanish", "Turkish"):
522 Add alternative coding systems.
523 ("Dutch"): Likewise. Add input method.
524 ("Welsh", "Latin-7"): Add nonascii-translation.
525
526 * language/georgian.el ("Georgian"): Add nonascii-translation.
527
528 * international/titdic-cnv.el: Doc fixes.
529 (tit-process-header): Add coding cookie.
530 (titdic-convert): Force writing as iso-2022-7bit.
531
532 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
533
534 * international/mule-cmds.el: Doc fixes.
535 (unencodable-char-position): New.
536 (select-safe-coding-system): Use it to indicate problematic
537 characters and add extra explanation. Avoid checking auto-coding
538 for compressed files.
539 (leim-list-header): Add coding cookie.
540 (input-method-verbose-flag): Modify :type.
541 (locale-language-names): Add bs, wa. Modify cy.
542
fe445893
RS
5432002-07-24 Richard M. Stallman <rms@gnu.org>
544
545 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
546 Bind warning-group-format.
547
548 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
549 (byte-compile-cl-warn): Use that variable.
550 (byte-compile-find-cl-functions): New function.
551 (displaying-byte-compile-warnings):
552 Call byte-compile-find-cl-functions.
e3a720c9 553
fe445893
RS
554 * warnings.el (warning-levels): Add %s to the strings.
555 (warning-group-format): New variable.
556 (warning-suppress-log-types): Renamed from warning-suppress-log.
557 (warning-suppress-types): Renamed from warning-suppress.
558 (display-warning): Implement those changes.
559
9a654855
RS
5602002-07-23 Richard M. Stallman <rms@gnu.org>
561
562 * warnings.el: Add `provide' call.
563
564 * files.el (basic-save-buffer-2): If there's an error writing the file,
565 unrename the backup file if it was just made.
e3a720c9 566 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
9a654855
RS
567 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
568 when a backup was just made by renaming. Otherwise it's nil.
569
570 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
571 Recognize explicit :args specification.
572
573 * international/mule-cmds.el (select-safe-coding-system):
574 Don't ask for confirmation of mismatch if find-file-literally was used.
575
5ef08021
MR
5762002-07-23 Markus Rost <rost@math.ohio-state.edu>
577
578 * add-log.el (add-log-current-defun): Fix typo in documentation.
579
24f4201f
MR
5802002-07-22 Markus Rost <rost@math.ohio-state.edu>
581
582 * add-log.el (add-log-mailing-address): Fix type. Can be a
583 string.
584
585 * ido.el (ido-separator): Fix type.
586
9b006cb2
AI
5872002-07-23 Andrew Innes <andrewi@gnu.org>
588
589 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
590 (DONTCOMPILE): Add various language files.
591 (DONTCOMPILE): Remove term/xterm.el.
592 (finder-inf.el): Remove.
593 (update-authors): New target.
594 (TAGS-LISP): Remove $(lispsource).
595 (compile-always): Renamed from `compile-files'.
596 (compile): New target, adapted from `compile-files'.
597 (compile-calc): New target.
598 (recompile): Change `.' to $(lisp).
599 (bootstrap): Add update-subdirs and finder-data
600 to dependencies; change compile-files to compile.
601
2a9ca093
AS
6022002-07-22 Andre Spiegel <spiegel@gnu.org>
603
604 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
605
9a654855
RS
6062002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
607
608 * simple.el (undo, undo-more): Adjust messages when undoing in a
e3a720c9 609 region.
9a654855
RS
610
6112002-07-22 John Paul Wallington <jpw@shootybangbang.com>
612
613 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
614 (browse-url-lynx-input-delay): Add custom type and group.
615
616 * cus-start.el (double-click-fuzz): Added.
617
6182002-07-22 Alan Shutko <ats@acm.org>
619
620 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
621 parameter, specifying what face or character to use in the
622 calendar display. These will now return (MARK . ENTRY).
623
624 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
625 parameter, specifying what face or character to use in the
626 calendar display. These will now return (MARK . ENTRY).
627
628 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
629 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
630 MARK parameter, specifying what face or character to use in the
631 calendar display. These will now return (MARK . ENTRY).
632
633 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
634 from diary-sexp-entry and pass it to mark-visible-calendar-date.
635 (list-sexp-diary-entries): Update doc string for new docs for ....
636 If diary-sexp-entry returns a cons, only add the text to the diary
637 list.
638 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
639 . STRING) to specify what face or character mark should be used in
640 the calendar display.
641 (diary-date, diary-block, diary-float, diary-anniversary)
642 (diary-cyclic): Add optional MARK parameter, specifying what face
643 or character to use in the calendar display. These will now
644 return (MARK . ENTRY).
645
646 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
e3a720c9
JB
647 (calendar-holiday-list, diary-french-date, diary-mayan-date)
648 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
649 (diary-islamic-date, list-islamic-diary-entries)
650 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
651 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
652 (diary-rosh-hodesh, list-hebrew-diary-entries)
653 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
654 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
9a654855
RS
655 (diary-sunrise-sunset, diary-sabbath-candles):
656 Remove interactive flag from autoloads.
657
6fbeb429
CD
6582002-07-22 Carsten Dominik <dominik@astro.uva.nl>
659
660 * textmodes/reftex-vars.el (reftex-index-verify-function): New
661 option.
662 (reftex-bibliography-commands): New option.
663 (reftex-toc-split-windows-horizontally): New option
664 (reftex-toc-split-windows-horizontally-fraction): New option
665 (reftex-include-file-commands): New option.
666 (reftex-cite-format-builtin): Added ?n for nocite.
667
668 * textmodes/reftex-index.el (reftex-query-index-phrase): Use
e3a720c9 669 `reftex-index-verify-function'.
6fbeb429
CD
670
671 * textmodes/reftex-toc.el (reftex-re-enlarge): Handle horizontal
672 splitting.
673 (reftex-toc): Handle horizontal splitting
674 (reftex-last-window-width): New variable.
675
676 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
677 Use `reftex-bibliography-commands'.
678 (reftex-locate-bibliography-files): Regexp relaxed to allow for
679 cases where \bibliography is not the first thing on the line.
680
681 * textmodes/reftex.el (reftex-compile-variables): Use
682 `reftex-include-file-commands'.
683 (reftex-type-query-prompt): Changed defconst to defvar.
684 (reftex-type-query-help): likewise
685 (reftex-typekey-to-format-alist): likewise
686 (reftex-typekey-to-prefix-alist): likewise
687 (reftex-env-or-mac-alist):
688 (reftex-special-env-parsers): likewise
689 (reftex-label-mac-list): likewise
690 (reftex-label-env-list): likewise
691 (reftex-typekey-list): likewise
692 (reftex-words-to-typekey-alist): likewise
693 (reftex-key-to-index-macro-alist): likewise
694 (reftex-query-index-macro-prompt): likewise
695 (reftex-query-index-macro-help): likewise
696 (reftex-no-follow-message): likewise
697 (reftex-no-info-message): likewise
698 (reftex-mode): Define systax table for bibtex parsing.
699 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
e3a720c9 700
6fbeb429
CD
701 * textmodes/reftex-cite.el (reftex-format-names): %a as name
702 format lists all names.
703 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
704 (reftex-with-special-syntax-for-bib): new macro.
705
9a654855
RS
7062002-07-21 Richard M. Stallman <rms@gnu.org>
707
708 * international/ucs-tables.el (ucs-quail-activate):
709 Cope if buffer-file-coding-system is nil.
710
711 * bindings.el (last-buffer): Use buffer-list with frame arg.
e3a720c9 712 Create *scratch* if no other choice exists. Fix bugs.
9a654855 713
fb505dab 7142002-07-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
90dc758d
KG
715
716 * net/tramp.el: Bump version to 2.0.2.
717 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
718 longer names. Use old names "sm1", "sm2" and so on for methods
719 invoking "ssh -1" or "ssh -2".
720 (tramp-multi-file-name-structure-separate): Typo, its name was set
721 to "tramp-file-name-structure-separate". Trivial patch. From
722 Steve Youngs <youngs@xemacs.org>.
723 (tramp-multi-sh-program): New variable.
724 (tramp-open-connection-multi): Use it. Now you can use multi
725 methods from Windows (at least in principle).
726 (tramp-do-copy-or-rename-via-buffer): New function.
727 (tramp-do-copy-or-rename-file): Use it. Change and simplify
728 logic. Omit special case of invoking rcp directly to copy the
729 files.
730 (tramp-open-connection-su, tramp-multi-connect-telnet)
731 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
732 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
733 Use backticks in format-spec for brevity and to avoid
734 character/number confusion in XEmacs.
735
a5dd5f60
RS
7362002-07-20 Richard M. Stallman <rms@gnu.org>
737
56592beb
RS
738 * wid-edit.el (widget-documentation-string-value-create):
739 Say "Hide Rest", not just "Hide".
740
741 * cus-edit.el (custom-variable-value-create):
742 Say "Show Value", not just "Show". Also "Hide Value".
743 Output a newline before the doc string.
744 (custom-face-value-create): Say "Show Face" and "Hide Face".
745
a5dd5f60
RS
746 * files.el (toggle-read-only): Clean up the hint message.
747
748 * emacs-lisp/bytecomp.el: Use warnings.el.
749 (byte-compile-warning-prefix): New function.
750 (byte-compile-log-file): Return page start position.
751 (byte-compile-log-warning): New function.
752 (byte-compile-warn): Use byte-compile-log-warning.
753 (byte-compile-report-error): Likewise. Also use error-message-string.
754 (displaying-byte-compile-warnings): Bind warning-series.
755 Don't bind or use byte-compile-warnings-point-max.
756 Don't display the log buffer at the end.
757 (byte-compile-warnings-point-max): Variable deleted.
758 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
e3a720c9 759 (byte-compile-last-warned-form, byte-compile-last-logged-file):
a5dd5f60 760 Defvars moved.
e3a720c9 761
a5dd5f60
RS
762 * warnings.el: New file.
763
9cb9a7bc
RS
7642002-07-19 Richard M. Stallman <rms@gnu.org>
765
766 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
767 and `values-list' from list of CL functions.
768
7692002-07-19 John Paul Wallington <jpw@shootybangbang.com>
770
771 * emacs-lisp/bytecomp.el (compile-defun): Bind
772 `read-with-symbol-positions' to current buffer.
773
e0a91707
AS
7742002-07-19 Andre Spiegel <spiegel@gnu.org>
775
776 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
777 delete anything that comes after LIMIT from the buffer.
778
779 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
780 if this is really an RCS master file.
781
782 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
783
b4591b37
JB
7842002-07-19 Juanma Barranquero <lektu@terra.es>
785
786 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
dd8d66ad
JB
787 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
788 (unread-command-char, executing-macro, post-command-idle-hook)
789 (post-command-idle-delay): Move obsolescence declarations to subr.el.
b4591b37
JB
790
791 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
dd8d66ad
JB
792 (baud-rate, compiled-function-p, define-function, unread-command-char)
793 (executing-macro, post-command-idle-hook, post-command-idle-delay): Move
e3a720c9 794 obsolescence declarations from emacs-lisp/bytecomp.el.
dd8d66ad
JB
795 (directory-sep-char, mode-line-inverse-video): Add obsolescence
796 declaration.
b4591b37 797
81189e61
S
7982002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
799
800 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
801 changes to list them here.
802
803 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14. Too
804 many changes to list them here.
805
806 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14. Too
807 many changes to list them here.
808
809 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
810 only minor documentation changes.
811
28a2ca5d
DL
8122002-07-18 Dave Love <fx@gnu.org>
813
814 * info-look.el: Support current auto{conf,make} manuals.
815
5fe205f1
JB
8162002-07-18 Juanma Barranquero <lektu@terra.es>
817
818 * bindings.el (last-buffer): Add missing frame argument.
819
f33f4398
RS
8202002-07-18 Richard M. Stallman <rms@gnu.org>
821
822 * timer.el (timer-inc-time): Doc fix.
823
824 * replace.el (keep-lines, flush-lines): Interactively report
825 read-only error before reading regexp argument.
826
827 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
828
829 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
830 frame parameters like bury-buffer.
831
832 * simple.el (choose-completion-delete-max-match):
833 Handle minibuffer prompts explicitly.
834
6fcfeabf
JB
8352002-07-18 Juanma Barranquero <lektu@terra.es>
836
837 * international/mule-util.el (string-to-sequence, truncate-string): Add
838 autoload cookie to obsolescence declaration.
839
840 * rect.el (move-to-column-force): Likewise.
841
842 * composite.el (decompose-composite-char): Likewise; also remove
843 redundant info.
844
b0c654c0
KS
8452002-07-18 Kim F. Storm <storm@cua.dk>
846
847 * loadup.el: Load international/utf-8 before international/characters.
848
c6e973ab
DL
8492002-07-17 Dave Love <fx@gnu.org>
850
46f4bf30
DL
851 * international/ucs-tables.el: Optimize tables. Deal with some
852 non-8859 charsets.
853 (ucs-mule-to-mule-unicode): New.
854 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
855 translation.
856 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
857 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
858 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
859 version. Add custom dependencies.
860 (ucs-insert): Check for null from decode-char.
e3a720c9 861 (translation-table-for-input, ucs-quail-activate)
46f4bf30
DL
862 (ucs-minibuffer-setup, ccl-encode-unicode-font)
863 (ucs-tables-unload-hook): New.
864
865 * international/mule.el (define-translation-hash-table): New.
866 (decode-char): Use utf-8-translation-table-for-decode.
867 (encode-char): Use ucs-mule-to-mule-unicode.
868
869 * international/characters.el: Fix settings of U+2000-U+2027.
c85b29f5 870 Remove.
46f4bf30 871
f860212e
DL
872 * international/mule-cmds.el (locale-language-names): Fix be, add
873 sr_YU@cyrillic, modify tg.
874 (locale-charset-language-names): Put @euro last.
875
876 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
877 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
878 (cyrillic-koi8-r-decode-table): Make unbound after use.
879 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
880 factor. Use utf-8-translation-table-for-decode.
881 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
882 (cyrillic-unify-encoding): New function.
883 (cyrillic-koi8): Modify safe-chars, valid-codes. Remove
884 charset-origin-alist.
885 (Cp878, cp866): New alias.
886 (ccl-encode-8859-5-font): New.
887 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
888 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font): Remove
889 redundant parens.
890 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
891 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
892 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"):
893 New.
894 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
895 ("Cyrillic-ALT"): Change input method.
896 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
897
e3a720c9
JB
898 * international/utf-8.el (utf-8-subst-table)
899 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
900 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
c6e973ab
DL
901 (utf-8-ccl-regs, utf-8-translate-cjk): New.
902 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
f5d6a5b8 903 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
c6e973ab
DL
904 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
905 (mule-utf-8): Remove pre-write-conversion.
906 (utf-8-post-read-conversion): Comment out.
907
908 * international/ccl.el (ccl-command-table): Add lookup-integer,
909 lookup-character.
910 (ccl-extended-code-table): Add lookup-int-const-tbl,
911 lookup-char-const-tbl.
f5d6a5b8 912 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
c6e973ab
DL
913 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
914 New functions.
915 (define-ccl-program): Doc update.
916
917 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
918 (utf-8-subst-table): Don't set.
919
1a55d509
KH
9202002-07-17 Kenichi Handa <handa@etl.go.jp>
921
f5d6a5b8
SM
922 * international/mule.el (define-coding-system-alias):
923 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
1a55d509
KH
924 eol-type is not auto-detection.
925
f5d6a5b8
SM
926 * international/mule-diag.el (print-coding-system-briefly):
927 Fix the handling of an alias of which eol-type is not auto-detection.
1a55d509
KH
928
929 * international/mule-conf.el (us-ascii): Define it as an alias of
930 iso-safe.
931
a50908ab
JB
9322002-07-17 Juanma Barranquero <lektu@terra.es>
933
3b622b44
JB
934 * help-fns.el (describe-function-1): Put empty line before "Not
935 documented" text.
936
a50908ab
JB
937 * timer.el (timer-set-time-with-usecs): Mark obsolete.
938
bc71812e
SM
9392002-07-16 Stefan Monnier <monnier@cs.yale.edu>
940
f5d6a5b8
SM
941 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
942 Make sure to change the global tool-bar-map.
943
bc71812e
SM
944 * vc.el (vc-default-comment-history): Hard code *vc*.
945 This is because print-log always prints there now.
946 (vc-annotate-font-lock-keywords): New var.
947 (vc-annotate-mode): Use it. Set truncate-lines as well.
948 (vc-annotate-display-select): Unify the two error reports.
949 (vc-annotate-offset): New var.
950 (vc-annotate-lines): New fun extracted from vc-annotate-display.
951 (vc-annotate-display): Use it, via font-lock.
952
953 * help-fns.el (help-split-fundoc, help-function-arglist)
954 (help-make-usage): New funs, extracted from describe-function-1.
955 (describe-function-1): Use them.
956
957 * help.el (help-key-description): Show the untranslated keys
958 when they start with ESC and the ESC was not translated.
959
960 * help-mode.el (view): Always require.
961 (help-xref-mule-regexp): Don't use defconst for variables.
962 (help-setup-xref): Keep the last 10 elements of the stack.
963 (help-xref-override-view-map): New var.
964 (help-make-xrefs): Use it instead of building a new map each time.
965 (help-function-def): Allow help-fun to take a buffer as arg.
966
967 * diff-mode.el (diff-reverse-direction): Simplify.
968 (diff-after-change-function): Fix typo.
969 (diff-post-command-hook): Take care of edge cases.
970 (diff-current-defun): Do `goto-char' after setting the mode.
971
972 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
973 Fold mouse-sel-bindings into it.
974 (mouse-sel-bound-events): Turn it into an alist.
975 (mouse-insert-selection): Delegate to mouse-yank-at-click if
976 mouse-sel-default-bindings asks for it.
977
4c4a1c1d
AS
9782002-07-16 Andre Spiegel <spiegel@gnu.org>
979
980 * files.el: Bind toggle-read-only to C-x C-q.
981 (toggle-read-only): Display a warning message if the file is under
982 version control.
983
984 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
985 (vc-toggle-read-only): Explain in the doc string that users can bind
986 this to C-x C-q.
987 (vc-checkout-model): Change doc string to refer to vc-next-action,
988 not vc-toggle-read-only.
989
bc71812e
SM
990 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
991 comparing to file on disk. Fix the case when claiming the lock
4c4a1c1d 992 on a file that has unlocked changes.
bc71812e 993 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
4c4a1c1d 994
9ee49ebc
RS
9952002-07-16 Richard M. Stallman <rms@gnu.org>
996
997 * simple.el (choose-completion-string): Doc fix.
998
999 * cus-edit.el: New operation :custom-standard-value.
1000 (Custom-reset-standard): Use it.
1001 (custom-variable, custom-face): Define it.
1002 (custom-variable-standard-value, custom-face-standard-value): New fns.
1003 (custom-face-save): Don't save a face whose value is standard.
1004 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
bc71812e 1005
9ee49ebc
RS
1006 * cus-edit.el (custom-face-edit-fix-value):
1007 If VALUE is not a list, pass it thru.
1008
1009 * compare-w.el (compare-windows-whitespace): Always allow newline
1010 even if it does not have whitespace syntax.
1011
301085d4
JB
10122002-07-16 Juanma Barranquero <lektu@terra.es>
1013
1014 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
1015
d907a3bf
JB
10162002-07-15 Juanma Barranquero <lektu@terra.es>
1017
1018 * help-fns.el (describe-variable): Show documentation for aliased
1019 variable if alias does not have its own.
1020
5a95c143
MW
10212002-07-15 Mike Williams <mdub@bigfoot.com>
1022
1023 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
1024 cut/paste functions.
1025
a50908ab
JB
10262002-07-14 Richard M. Stallman <rms@gnu.org>
1027
1028 * files.el (find-alternate-file): Offer to save a modified buffer.
1029 Handle kill-buffer-query-functions better.
1030
1031 * startup.el (normal-splash-screen, fancy-splash-text):
1032 Update name of help menu item for ordering printed manuals.
1033
1034 * emacs-lisp/checkdoc.el: Fix doc typos.
1035
979a8abc
SM
10362002-07-14 Stefan Monnier <monnier@cs.yale.edu>
1037
1038 * textmodes/tex-mode.el: Set encoding to utf-8.
1039 (tex-start-options): Make it into always-a-string.
1040 Remove silly custom options that are covered by the other var.
1041 (tex-start-commands): Fix docstring.
1042 (tex-open-quote, tex-close-quote): Add options.
1043 (tex-command): Provide default.
1044 (tex-font-lock-keywords-1): Highlight $$...$$.
1045 (tex-font-lock-keywords-2): Fix latin-1 chars.
1046 (tex-mode-map): Remove redundant \t binding.
1047 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
1048 (latex-mode): Use add-hook for fill-nobreak-predicate.
1049 (tex-common-initialization): Set indent-tabs-mode to nil.
1050 (tex-insert-quote): Undo magic if invoked twice in a row.
1051 (latex-fill-nobreak-predicate): Don't use narrowing.
1052 (tex-latex-block): Don't cons uselessly.
1053 (tex-last-unended-begin): Signal user-friendlier error.
1054 (tex-goto-last-unclosed-latex-block): Don't catch signal.
1055 (tex-start-tex): Switch order of tex-start-options and
1056 tex-start-commands to make it obey docstrings.
1057
4bc65152
MW
10582002-07-14 Mike Williams <mdub@bigfoot.com>
1059
1060 * mouse-sel.el (mouse-sel-bound-events): New constant.
4bc65152
MW
1061 (mouse-sel-bindings): Save/restore original mouse-bindings.
1062
00feb952
SM
10632002-07-13 Stefan Monnier <monnier@cs.yale.edu>
1064
1065 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
1066 (cl-hack-byte-compiler): Avoid infinite require loop.
1067
1068 * net/ange-ftp.el: Use hash-tables.
1069 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
1070 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
1071 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
1072 Replace with make-hash-table, maphash, gethash, puthash and remhash.
1073 (ange-ftp-hash-entry-exists-p): Rewrite.
1074 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
1075 Change mapatom -> maphash.
1076 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
1077 Update to new calling mode.
1078
1079 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
1080 (ebrowse-hash-table-to-alist): Delete.
1081 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
1082 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
1083
1084 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
1085 Improve the regexp used when unquoting.
1086 (sgml-pretty-print): New function.
1087 (sgml-get-context): Better handling of improperly nested tags.
1088 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
1089
bd128a25
AS
10902002-07-13 Andreas Schwab <schwab@suse.de>
1091
1092 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
1093 inherited table entry.
1094
4105dd52
GM
10952002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
1096
1097 * calendar/timeclock.el (timeclock-in): Handle the case where no
1098 log file exists (ie the very first call).
1099
5fe0ea6a 11002002-07-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b29019f8 1101
65399e83
KG
1102 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
1103 is done by Tramp.
1104
00feb952
SM
1105 * net/tramp.el (tramp-multi-file-name-structure-unified):
1106 Add missing slash and move colon from start to end of each hop.
b29019f8
KG
1107 (tramp-multi-file-name-hop-structure-unified): Move colon from
1108 start to end of each hop.
1109
aae2ce50
KS
11102002-07-13 Kim F. Storm <storm@cua.dk>
1111
1112 * progmodes/compile.el (grep-tree): Fixed autoload.
1113 Corrected use of undefined variable `match-files-aliases'.
1114
a3dd6af2
GM
11152002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
1116
1117 * calendar/timeclock.el (timeclock-get-workday-function):
1118 `timeclock-workday' is not a valid option, rather a possible
1119 return value.
1120
32a86c99
RS
11212002-07-12 Richard M. Stallman <rms@gnu.org>
1122
4494f50d
RS
1123 * net/ange-ftp.el (ange-ftp-write-region):
1124 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
1125 to ange-ftp-real-write-region.
1126
1127 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
1128
1129 * help-fns.el (help-with-tutorial): Display completion list right away.
1130
1131 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
1132
1133 * startup.el (command-line): Set memory-signal-data.
1134 (fancy-splash-text, normal-splash-screen):
1135 Mention "Read the Emacs Manual" or C-h r.
1136 Rearrange the initial help to put the help cmds on left
1137 and the actions (exit, undo) on the right. Other small
1138 text clarifications.
1139 (fancy-splash-text, actions page): Add blank line to balance help page.
1140
1141 * help.el (help-map): Add binding for info-emacs-manual.
1142 (print-help-return-message): Doc fix.
1143
32a86c99
RS
1144 * strokes.el (strokes-help): Call print-help-return-message
1145 while inside with-output-to-temp-buffer.
1146
1147 * info.el (info-emacs-manual): New function.
1148 (Info-use-header-line): Doc fix.
1149
1150 * emacs-lisp/cl.el (multiple-value-call): Add alias.
1151
1152 * progmodes/compile.el (compilation-normalize-filename):
1153 New subroutine, taken out of compilation-parse-errors.
1154 (compilation-parse-errors): Use that, and for directories too.
1155 Don't check whether a directory really exists.
1156
120034b3
JB
11572002-07-12 Juanma Barranquero <lektu@terra.es>
1158
d00a3408
JB
1159 * help-fns.el (describe-variable): Put `defvaralias' info before the
1160 documentation (patch from John Paul Wallington
00feb952 1161 <jpw@shootybangbang.com>). Remove useless "Documentation:" string.
d00a3408 1162
00feb952
SM
1163 * timer.el (timer-set-time-with-usecs): Fix documentation.
1164 Simplify extraction of time data.
120034b3 1165
9327f134
PJ
11662002-07-12 John Paul Wallington <jpw@shootybangbang.com>
1167
00feb952 1168 * help-fns.el (describe-variable): Mention if the variable is an alias.
9327f134 1169
f1282c7f
KH
11702002-07-12 Kenichi Handa <handa@etl.go.jp>
1171
1172 * international/mule-cmds.el (locale-language-names): Change "mk"
1173 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
1174 alphabet) to "Cyrillic-ISO".
1175
5fe0ea6a 11762002-07-11 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
505edaeb
KG
1177
1178 * net/tramp.el (tramp-default-method): New default method "sm"
1179 which I guess to be good for most people.
1180 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
1181 Ange-FTP) for some user/host combinations.
00feb952
SM
1182 (tramp-file-name-structure, tramp-file-name-regexp)
1183 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
1184 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
505edaeb
KG
1185 (tramp-make-multi-tramp-file-format): New default value which
1186 unifies the filename syntax between Tramp and Ange-FTP. The new
00feb952 1187 syntax is "/method:user@host:path". Note the colon after the method.
505edaeb
KG
1188 (tramp-handle-file-name-directory): Don't return "/" when
1189 completing a remote root directory (where the filename looks like
1190 "/method:user@host:/").
1191 (tramp-handle-ange-ftp): Deleted.
1192 (tramp-disable-ange-ftp): New function, called at toplevel,
1193 deletes Ange-FTP from file-name-handler-alist.
cebb4ec6 1194 (tramp-handle-make-symbolic-link): Implement.
505edaeb 1195
df31d96b
JB
11962002-07-10 Juanma Barranquero <lektu@terra.es>
1197
1198 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
1199
3cca0d40
JB
1200 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
1201 (speedbar-vc-do-check): Likewise.
1202 (speedbar-obj-do-check): Likewise.
1203 (speedbar-mouse-hscroll): Likewise.
1204 (speedbar-file-lists): Likewise.
1205
3932b29a
JB
1206 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
1207
32a86c99
RS
12082002-07-09 Ole Aamot <ole@gnu.org>
1209
1210 * compile.el (compilation-error-regexp-alist):
1211 Recognize Valgrind messages.
1212
2df447f2
JB
12132002-07-09 Juanma Barranquero <lektu@terra.es>
1214
1215 * faces.el (face-id): Fix typo.
1216
cb795ec4
JB
1217 * hexl.el (hexl-mode): Likewise.
1218
5502266e
JB
1219 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
1220
1221 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
1222
1223 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
1224 (speedbar-desired-buffer): Likewise.
1225 (speedbar-line-file): Likewise.
1226 (speedbar-special-mode-key-map): Fix typo.
1227 (speedbar-dynamic-tags-function-list): Likewise.
1228 (speedbar-use-images): Likewise.
1229 (speedbar-up-directory): Likewise.
1230 (speedbar-item-info): Likewise.
1231 (speedbar-set-timer): Likewise.
1232 (speedbar-insert-button): Likewise.
1233 (speedbar-make-button): Likewise.
1234 (speedbar-make-tag-line): Likewise.
1235 (speedbar-insert-files-at-point): Likewise.
1236 (speedbar-update-special-contents): Likewise.
1237 (speedbar-find-selected-file): Likewise.
1238 (speedbar-add-indicator): Likewise.
1239 (speedbar-do-function-pointer): Likewise.
1240 (speedbar-goto-this-file): Likewise.
1241 (speedbar-line-path): Likewise.
1242 (speedbar-mouse-event-p): Likewise.
1243 (speedbar-dir-follow): Likewise.
1244 (speedbar-tag-find): Likewise.
1245 (speedbar-fetch-etags-command): Likewise.
1246 (speedbar-fetch-etags-arguments): Likewise.
1247 (speedbar-toggle-etags): Likewise.
1248 (speedbar-extract-one-symbol): Likewise.
1249 (speedbar-parse-c-or-c++tag): Likewise.
1250 (speedbar-unhighlight-one-tag-line): Likewise.
1251 (speedbar-directory-face): Likewise.
1252 (defimage-speedbar): Likewise.
1253 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
1254 (defimage-speedbar): Likewise.
1255
e49a45ad
MB
12562002-07-09 Miles Bader <miles@gnu.org>
1257
1258 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
1259 to nil when prompting for a filename.
1260
82e22b57
KH
12612002-07-09 Kenichi Handa <handa@etl.go.jp>
1262
1263 * files.el (insert-directory): Be sure to bind
00feb952 1264 coding-system-for-write to the just decided coding-system-for-read.
82e22b57 1265
9a08196a
KS
12662002-07-09 Kim F. Storm <storm@cua.dk>
1267
1268 * ido.el (ido-make-merged-file-list): Move fully matching item to
1269 head of list.
1270 (ido-find-common-substring): Return substring instead of t.
1271
451ac41d
JB
12722002-07-08 Juanma Barranquero <lektu@terra.es>
1273
1274 * info.el (Info-directory-list): Fix docstring.
1275
66f12dcd
MB
12762002-07-08 Miles Bader <miles@gnu.org>
1277
1278 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
1279 before first use.
1280
001dd4ea
KS
12812002-07-08 Kim F. Storm <storm@cua.dk>
1282
9304c620
KS
1283 * files.el (after-find-file): Don't check for read-only status
1284 of files just created (and not yet saved on disk).
1285
001dd4ea 1286 * ido.el (ido-completion-help): Changed xemacs specific code to
451ac41d 1287 avoid byte compiler warning in GNU emacs.
fb3fff88
KS
1288 (ido-set-matches1): Use regexp-quote instead of identity.
1289 (ido-complete-space): New function.
1290 (ido-define-mode-map): Bind it to SPACE.
001dd4ea 1291
7473b6ad
SM
12922002-07-07 Stefan Monnier <monnier@cs.yale.edu>
1293
00feb952
SM
1294 * font-lock.el (font-lock-default-unfontify-region):
1295 Use remove-list-of-text-properties.
1296 (font-lock-extra-managed-props): Doc fix.
1297
1298 * facemenu.el: Move `provide' to the end.
1299 (facemenu-read-color): Don't cons unnecessarily.
1300
a7bd9dc7
SM
1301 * language/ind-util.el (indian-make-hash):
1302 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
1303 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
1304
1305 * subr.el (insert-string): Update the obsolete info.
1306 (makehash): Move from C and mark obsolete.
1307
7473b6ad
SM
1308 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
1309 aliases to also work for interactive functions.
1310 Use the same wrapper for subroutines.
1311 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
1312 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
1313
1314 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
1315 automatic environment name update.
1316 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
1317
af7272b1
RS
13182002-07-07 Richard M. Stallman <rms@gnu.org>
1319
1320 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
1321
1322 * emacs-lisp/advice.el (ad-compile-function):
1323 Disable cl-function warnings if cl is loaded.
1324
1325 * files.el (safe-local-eval-forms): New user option.
1326 (hack-one-local-variable-eval-safep): Support it.
1327 Also allow `safe-local-eval-function' property to be a function
1328 or a list of functions.
1329 (c-add-style): Delete `safe-local-eval-function' property.
7473b6ad 1330
af7272b1
RS
1331 * files.el (after-find-file): Make buffer read-only if file is
1332 marked that way, even for root.
1333
1334 * files.el (save-some-buffers): Doc fix.
1335
1336 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
1337
b65c7d72
FP
13382002-07-06 Francesco Potorti` <pot@gnu.org>
1339
1340 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
1341 .sx[dmicw] file suffixes for Open office data files.
1342
1343 * files.el (auto-mode-alist): Likewise.
1344
1345 * international/mule.el (auto-coding-alist): Likewise.
1346
6d6f3bc1
KS
13472002-07-05 Kim F. Storm <storm@cua.dk>
1348
1349 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
1350 FCT if current column is outside rectangle.
1351 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
1352
7473b6ad
SM
13532002-07-04 Stefan Monnier <monnier@cs.yale.edu>
1354
1355 * net/ange-ftp.el: Use add-hook and find-file-hook.
1356 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
1357 (ange-ftp-ls-parser): Make it into a function.
1358 Ignore trailing @ in symlink targets.
1359 (ange-ftp-file-entry-p): Ignore FTP errors.
1360 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
1361 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
1362
0bb64d76
PA
13632002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
1364
1365 * simple.el (toggle-truncate-lines): New command.
1366
9669f2d6
MB
13672002-07-04 Miles Bader <miles@gnu.org>
1368
1369 * comint.el (comint-displayed-dynamic-completions): New variable.
1370 (comint-dynamic-list-completions): Be more careful about choosing
1371 when to scroll an existing completions window.
1372
210accc8
AS
13732002-07-03 Andreas Schwab <schwab@suse.de>
1374
1375 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
1376 after doc string.
1377
9af6aa14
JB
13782002-07-03 Juanma Barranquero <lektu@terra.es>
1379
25f78d18
JB
1380 * net/tramp.el (tramp-send-eof): Fix typo.
1381 (tramp-kill-process): Likewise.
1382
bcae6433
JB
1383 * play/dunnet.el (dun-physobj-desc): Likewise.
1384
1385 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
1386
6a5d7585
JB
1387 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
1388 (timeclock-workday-elapsed): Likewise.
1389
1390 * allout.el (outline-goto-prefix): Likewise.
1391
5ec2752a
JB
1392 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
1393 (tpu-delete-to-bol): Likewise.
1394
9af6aa14
JB
1395 * subr.el (chars-in-region): Add obsolescence declaration for
1396 `chars-in-region'.
1397
a7ac92b6
MB
13982002-07-03 Miles Bader <miles@gnu.org>
1399
1400 * faces.el (header-line): Don't use a `common' clause for
1401 inheriting from the mode-line face, since we can't override it,
1402 and we don't want it for ttys.
1403
ec1a57dc
RS
14042002-07-02 Richard M. Stallman <rms@gnu.org>
1405
64805fb0
RS
1406 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
1407
ec1a57dc
RS
1408 * files.el (hack-one-local-variable-constantp): New function.
1409 (hack-one-local-variable-eval-safep): New function.
1410 Check for `eval:' calling fn with `safe-local-eval-function' property.
1411 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
1412 (c-add-style, c-set-style): Add safe-local-eval-function property.
9af6aa14 1413
ec1a57dc
RS
1414 * files.el (insert-directory): Handle --dired option to ls.
1415
1416 * files.el (file-remote-p): New function.
1417
1418 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
1419
1420 * startup.el (fancy-splash-screens): Switch to a chosen frame.
1421 (fancy-splash-frame): Choose the right frame to use.
1422 (use-fancy-splash-screens-p): Check dimensions of the right frame
1423 in order to decide.
1424
1425 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
1426 Rename cl-func to cl-functions. Enable it by default.
1427 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
1428 if the file loads cl.
1429 (byte-compile-initial-macro-environment): For eval-and-compile,
1430 use byte-compile-eval-before-compile to eval.
1431 (byte-compile-eval-before-compile): New function to turn off
1432 cl-functions when appropriate, for eval-and-compile.
1433 (byte-compile-warnings): Doc fix.
1434
14352002-07-02 Dave Love <fx@gnu.org>
1436
1437 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
1438 (byte-compile-cl-warn): New function.
1439 (byte-compile-form): Use it, to warn about calling cl functions.
1440 (byte-compile-warning-types): Doc fix.
1441
df1890b0
JB
14422002-07-02 Juanma Barranquero <lektu@terra.es>
1443
1444 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
1445
1446 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
1447
ec1a57dc
RS
1448 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
1449 Fix typo.
df1890b0 1450
4141da38
KS
14512002-07-02 Kim F. Storm <storm@cua.dk>
1452
1453 * emacs-lisp/bindat.el: New file.
1454
7abc9add
SS
14552002-07-01 Sam Steingold <sds@gnu.org>
1456
1457 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
1458 before `tex-main-file' because if the current buffer is new, its
1459 file might not exist yet, and then `tex-main-file' will
1460 incorrectly return "foo.tex.tex".
1461
ce827a7d
JB
14622002-07-01 Juanma Barranquero <lektu@terra.es>
1463
1464 * ido.el (ido-minibuffer-setup-hook): Doc fix.
1465
dc976f2c
DL
14662002-07-01 Dave Love <fx@gnu.org>
1467
1468 Make strokes a proper minor mode, and don't try to overload
1469 mouse-2, which doesn't work satisfactorily.
1470
1471 * strokes.el: Doc fixes.
1472 (strokes-mode): Defcustom deleted; replaced by minor mode def with
1473 re-written function.
1474 (strokes-while-inhibiting-garbage-collector): Comment out.
1475 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
1476 (strokes-insinuate, global-set-stroke, describe-stroke)
1477 (load-user-strokes, save-strokes, strokes-bug-address)
1478 (strokes-click-command): Deleted.
1479 (strokes-execute-stroke): Remove strokes-click-p case.
1480 (strokes-describe-stroke): Remove strokes-click-p stuff.
1481 (strokes-help): Fix.
1482 (strokes-report-bug): Alias to report-emacs-bug.
1483 (strokes-prompt-user-save-strokes): Modify format of the file.
1484 (strokes-mode-map, strokes-unload-hook): New.
1485 (strokes-buffer-name): Don't customize.
ce827a7d 1486
ec962374
RS
14872002-07-01 Richard M. Stallman <rms@gnu.org>
1488
1489 * info.el (Info-index): Get immediate error if used in `dir'.
1490
7abc9add 1491 * textmodes/picture.el (picture-forward-column)
ec962374
RS
1492 (picture-move-down): Never deactivate the mark.
1493
6b285f60
SJ
14942002-06-30 Simon Josefsson <jas@extundo.com>
1495
1496 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
1497 menu entry into balloon help.
1498
525fdbc9
AS
14992002-06-30 Andreas Schwab <schwab@suse.de>
1500
1501 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
1502 * term/mac-win.el: Don't set it here.
1503
2562aa9f
SM
15042002-06-29 Stefan Monnier <monnier@cs.yale.edu>
1505
1506 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
1507
11688fcc
AS
15082002-06-29 Andreas Schwab <schwab@suse.de>
1509
eb14066a
AS
1510 * term/mac-win.el: Use directory-free-space-program instead of
1511 obsolete variable dired-free-space-program. On Darwin, don't set
1512 directory-free-space-program, shell-file-name and
1513 process-connection-type; set directory-free-space-args to not
1514 include `-P' and use utf-8 for file name coding system.
1515
d4bbcbb4
AS
1516 * simple.el (shell-command-on-region): Handle errors and signals
1517 from shell command execution.
61b80ebf 1518 (display-message-or-buffer): Fix last change.
637fff82 1519 (shell-command-default-error-buffer): Doc fix.
d4bbcbb4 1520
11688fcc
AS
1521 * dired.el (dired-view-file): Quote file name for
1522 dired-run-shell-command.
1523
79e6f288
KS
15242002-06-29 Kim F. Storm <storm@cua.dk>
1525
1526 * kmacro.el: New file.
1527
c31f68b7
JW
15282002-06-28 John Wiegley <johnw@gnu.org>
1529
1530 * pcmpl-cvs.el: Added my name as the maintainer of this file.
1531
6674676b
AS
15322002-06-28 Andreas Schwab <schwab@suse.de>
1533
1534 * shell.el (explicit-bash-args): New user option.
1535
789d1bf0
KS
15362002-06-28 Kim F. Storm <storm@cua.dk>
1537
1538 * ido.el: New file.
1539
2562aa9f
SM
15402002-06-28 Stefan Monnier <monnier@cs.yale.edu>
1541
1542 * derived.el (define-derived-mode): Preserve the `mode-class' rather
1543 than the `special' symbol property.
1544 (derived-mode-class): Make it obsolete.
1545
a8c12c79
AS
15462002-06-27 Andreas Schwab <schwab@suse.de>
1547
1548 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
1549
23a3b598
JB
15502002-06-27 Juanma Barranquero <lektu@terra.es>
1551
1552 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
1553 (meta-flag): Likewise.
1554
1555 * international/mule-util.el (string-to-sequence): Likewise.
1556
1557 * subr.el (char-bytes): Likewise.
1558 (make-local-hook): Likewise.
1559 (baud-rate): Remove redundant info from docstring.
1560
1561 * faces.el (frame-update-faces): Fix obsolescence declaration.
1562 (internal-get-face): Remove redundant info from docstring and
1563 fix obsolescence declaration.
1564
1565 * rect.el (move-to-column-force): Likewise.
1566
1567 * help-fns.el (describe-function-1): Use semicolon instead of dot.
1568 (describe-variable): Likewise.
1569
212bb1b5
SM
15702002-06-27 Stefan Monnier <monnier@cs.yale.edu>
1571
bb5d43fe
SM
1572 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
1573 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
1574 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
1575 (mouse-wheel-follow-mouse): Change default to t.
1576 (mwheel-event-button): Return the basic event symbol.
1577 (mwheel-scroll): Work with non-mouse events.
1578 (mouse-wheel-mode): Use the new vars.
1579 (mwheel-install): Obey `uninstall'.
1580
1581 * term/xterm.el (function-key-map): Add some bindings.
1582
212bb1b5
SM
1583 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
1584 Rename from delay-uniquify-rationalize-file-buffer-names.
1585 Only rationalize if the buffer is under uniquify control.
1586 (uniquify-delayed-rationalize-file-buffer-names):
1587 Rename from delayed-uniquify-rationalize-file-buffer-names.
1588
5fe0ea6a 15892002-06-27 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
487fa986
KG
1590
1591 * net/tramp.el (tramp-file-name-structure)
212bb1b5 1592 (tramp-multi-file-name-hop-structure): Split for easier readability.
487fa986
KG
1593 (tramp-handle-make-symbolic-link): Use user/host/method/... from
1594 LINKNAME, not FILENAME.
212bb1b5
SM
1595 (tramp-handle-verify-visited-file-modtime):
1596 Call tramp-ange-ftp-file-name-p with right parameters.
487fa986
KG
1597 (tramp-handle-verify-visited-file-modtime): `insert' does not
1598 work for integers, convert them to strings first.
1599 (tramp-handle-ange-ftp): New function to perform setup for
1600 replacing Ange-FTP with Tramp.
1601 (tramp-repair-jka-compr): New function to factor out some
1602 previously top-level code. Call the function at top-level.
1603
8c269380
JB
16042002-06-27 Juanma Barranquero <lektu@terra.es>
1605
9d5d96a6
JB
1606 * composite.el (decompose-composite-char): Fix docstring.
1607
8c269380
JB
1608 * faces.el (describe-face): Capitalize "not documented" message.
1609
1610 * help-fns.el (describe-variable): Likewise.
1611 (describe-function-1): Likewise. Also, document the obsolescence
1612 of the function, if applicable.
1613
eb590342 16142002-06-26 Juanma Barranquero <lektu@terra.es>
ccfb7415
JB
1615
1616 * info.el (info-menu-5): Fix documentation.
212bb1b5 1617 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
ccfb7415 1618
ca8f3642
RS
16192002-06-26 Richard M. Stallman <rms@gnu.org>
1620
1621 * emacs-lisp/cl.el (values): Simplify definition.
1622
1623 * simple.el (shell-command): Match & only at end of whole command.
1624 (display-message-or-buffer): Don't use the echo area
1625 if output buffer is visible.
1626
1627 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
1628
1629 * progmodes/cperl-mode.el: Many trivial doc fixes.
1630 (cperl-non-problems): Definition deleted.
1631 (cperl-menu): Don't refer to cperl-non-problems.
1632 (cperl-word-at-point): Add doc string.
1633 (cperl-beautify-regexp-piece): Fix error message.
1634 (cperl-invert-if-unless): Fix error message.
1635
1636 * dired.el (dired-find-alternate-file): Mark as disabled.
1637
5fe0ea6a 16382002-06-25 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
c62c9d08
KG
1639
1640 * net/tramp.el (tramp-ftp-method): New user option.
212bb1b5 1641 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
c62c9d08
KG
1642 (with-parsed-tramp-file-name): New macro for the usual big `let'
1643 statement to dissect a file-name.
212bb1b5
SM
1644 (tramp-handle-make-symbolic-link, tramp-handle-load)
1645 (tramp-handle-file-name-directory)
1646 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1647 (tramp-handle-file-truename, tramp-handle-file-directory-p)
1648 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
c62c9d08 1649 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
212bb1b5 1650 Use the new macro and forward call to Ange-FTP if applicable.
c62c9d08 1651 (tramp-make-ange-ftp-file-name): New helper function to convert a
212bb1b5 1652 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
eac11a4a 1653 (tramp-default-method-alist): New user option.
c62c9d08 1654 (tramp-find-default-method): Use it.
c62c9d08
KG
1655 (tramp-sh-extra-args): New variable.
1656 (tramp-find-shell): Use it.
dc7b8aba
KG
1657 (tramp-open-connection-rsh): Support a kludgy feature for the
1658 "-p" option to ssh. If host name is given as "host#42", uses the
1659 "-p 42" option.
1660
f2936ae0
AS
16612002-06-25 Andreas Schwab <schwab@suse.de>
1662
1663 * replace.el (occur-1): Avoid invalid message format string.
1664
b81f379b
SM
16652002-06-24 Stefan Monnier <monnier@cs.yale.edu>
1666
04f13f39
SM
1667 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
1668 Check for `noruntime' even if the function has a known sig.
1669 (byte-compile-file, byte-compile-output-docform):
1670 Don't hard code point-min = 1.
1671
1672 * pcvs.el (cvs-parse-process): Don't save/restore point.
1673 Fix last change not to introduce spurious dir FIs.
1674 (cvs-move-to-goal-column): New function extracted from
1675 cvs-mode-previous-line.
1676 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
1677 (cvs-addto-collection): Use it to preserve point.
1678 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
1679
1680 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
1681 Don't require the first element to be modifier-free.
1682
b81f379b
SM
1683 * pcvs-parse.el (cvs-parse-table):
1684 Handle `nothing known about' with more care.
1685
1686 * pcvs.el (cvs-fileinfo-kill): Remove.
1687 (cvs-parse-process): Add `old-fis' argument.
1688 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
1689
1690 * descr-text.el (describe-property-list): Make sure there's
1691 a space between the property name and its value.
1692 (describe-text-properties): Don't kill a pre-existing buffer.
1693
04f13f39
SM
1694 * mwheel.el: Undo last patch from Stephen Gildea for now.
1695
3efa1193
KS
16962002-06-24 Kim F. Storm <storm@cua.dk>
1697
1698 * emulation/keypad.el: Added :require 'keypad to defcustoms.
1699
f2aa473a
SM
17002002-06-23 Stefan Monnier <monnier@cs.yale.edu>
1701
1702 * subr.el (event-start, event-end, event-click-count):
1703 Accept non-mouse events as well.
1704 (read-key): New function.
1705 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
1706
1707 * files.el: Rename (and mark as obsolete)
1708 find-file-hooks to find-file-hook,
1709 find-file-not-found-hooks to find-file-not-found-functions,
1710 write-file-hooks to write-file-functions,
1711 write-contents-hooks to write-contents-functions.
1712 Mark local-write-file-hooks as obsolete.
1713 (locate-file-completion): Don't cons uselessly. Use test-completion.
1714 (basic-save-buffer): Use (point-min) rather than 1.
1715 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
1716
1717 * help-fns.el (describe-variable): Only use `buffer' is still live.
1718 Use `delete-region' instead of save-excursion + delete-char.
1719 Document the obsolescence of the variable, if applicable.
1720
d595e95d
GM
17212002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
1722
1723 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
1724 comment-auto-fill-only-comments.
1725
5fe0ea6a 17262002-06-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
d18322c5
KG
1727
1728 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
1729 This is not a handled operation.
1730
3efa1193 17312002-06-21 Kim F. Storm <storm@cua.dk>
83cfd18f
KS
1732
1733 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
b1b2d515 1734 work again. Corrected error in check for C-u initiated prefix.
83cfd18f
KS
1735
1736 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
1737
30a2aafd
RS
17382002-06-21 Richard M. Stallman <rms@gnu.org>
1739
1740 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
1741 to browse-url-at-point.
1742
1743 * play/zone.el (zone-idle): Var deleted.
1744
1745 * international/iso-acc.el (iso-languages) <french>:
1746 `~ ' now generates `~', `~,' definition deleted.
1747
1748 * format.el (format-annotate-function): Copy multibyte flag
1749 and selective-display into the new temp buffer.
1750
1751 * edmacro.el (edmacro-fix-menu-commands):
1752 Discard `help-echo' events. Handle (menu-bar) events.
1753 Simplify by converting key sequence to a list and then back to vector.
b1b2d515 1754
f7c9a765
RS
17552002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
1756
1757 * mwheel.el: Allow arbitrary keys for scrolling, add a third
1758 scrolling speed, fix an unwind-protect.
1759 (mouse-wheel-scroll-amount): Now a three-element list.
1760 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
1761 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
1762 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
1763 New functions.
1764
f66a7f75
AS
17652002-06-21 Andreas Schwab <schwab@suse.de>
1766
1767 * files.el (find-file-read-args): Add new argument `mustmatch' and
1768 pass it down to read-file-name.
1769 (find-file, find-file-other-window, find-file-other-frame)
1770 (find-file-read-only, find-file-read-only-other-window)
1771 (find-file-read-only-other-frame): Use it and fix prompts.
1772
b1b2d515
SM
17732002-06-21 Stefan Monnier <monnier@cs.yale.edu>
1774
1775 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
1776
d78b64a0
SM
17772002-06-20 Emmanuel Briot <briot@act-europe.fr>
1778
1779 * progmodes/ada-mode.el: Update copyright notice.
1780 Synchronize with GNAT release 3.15a1.
1781 Do not attempt to load ada-support, which is only for compatibility
1782 with older Emacs versions, and is not needed for Emacs 21.
1783 Fix various calls to count-lines, that didn't work correctly when the
1784 buffer was narrowed.
1785 (ada-continuation-indent): New variable.
1786 (ada-contextual-menu): New entry "List local references", faster than
1787 "List References".
1788 (ada-mode): New alignment rules provided by S. Leake.
1789 Add support for which-function-mode.
1790 (ada-get-current-indent): Fix indentation of named parameter lists and
1791 nested boolean expressions.
1792 (ada-indent-on-previous-lines): Fix indentation of labels.
1793 (ada-search-prev-end-stmt): Fix searching of the previous
1794 end-statement, specially with regards to nested subprograms.
1795 (comment-region advice): Initially disabled, for better compatibility
1796 with other modes.
1797 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
1798
1799 * progmodes/ada-xref.el: Update copyright notice.
1800 (ada-xref-create-ali): The default is now not to create automatically
1801 the ALI files by compiling the unit, since this isn't always reliable
1802 and requires an up-to-date project file.
1803 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
1804 a file, but use gnatmake instead, since this gives access to the GNAT
1805 project files.
1806 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
1807 (ada-load-project-hook): New variable, for support of GNAT
1808 project files.
1809 (ada-update-project-menu): Fix the detection of the project file name.
1810 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
1811 with another binding in ada-mode.el.
1812 (ada-add-menu): New menu "List Local References", to list the reference
1813 to the entity only in the current file, instead of looking in the whole
1814 project. Much faster.
1815 (ada-find-references): New parameters arg and local-only.
1816 (ada-find-any-references): New parameters local-only and append.
1817 (ada-goto-declaration): Fix handling of predefined entities in xref.
1818 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
1819 still compatible with GNAT 3.14 of course. Fix various calls to
1820 count-lines, that didn't work correctly when the buffer was narrowed.
1821
1822 * progmodes/ada-prj.el: Update copyright.
1823 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
1824 21 dialogs to select the file, since we want a directory name only.
1825 (ada-customize): Add support for the new GNAT project files.
1826
1770ff00
FP
18272002-06-20 Francesco Potorti` <pot@gnu.org>
1828
1829 * progmodes/etags.el (tag-implicit-name-match-p): New function.
1830 (etags-recognize-tags-table): Use it for implicit tag names.
1831
cf6af551
MB
18322002-06-20 Miles Bader <miles@gnu.org>
1833
3848dd73
MB
1834 * comint.el (comint-get-old-input-default): Strip text properties
1835 for fields too.
cf6af551
MB
1836
1837 * comint.el (comint-output-filter): Run output-filter functions
1838 before setting up the prompt.
1839
3848dd73
MB
1840 * international/characters.el: Re-enable code giving word syntax
1841 to certain japanese-jisx0208 characters.
1842
e7272ece
GM
18432002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
1844
1845 * progmodes/f90.el (f90-type-def-re): Fix value.
1846 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
1847
b1b2d515
SM
18482002-06-18 Stefan Monnier <monnier@cs.yale.edu>
1849
1850 * international/quail.el (quail-help): Don't assume the buffer
1851 is displayed in the same frame.
1852
1853 * emacs-lisp/debug.el (cancel-debug-on-entry):
1854 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
1855
1856 * pcvs.el (cvs-vc-command-advice): Handle the case where args
1857 are passed to `cvs' before the command name.
1858 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
1859
1860 * pcvs-info.el (cvs-add-face): Minor rewrite.
1861 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
1862
1863 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
1864 regexp when they don't match comment-foo any more.
1865
e0e7f2d5
JB
18662002-06-18 Juanma Barranquero <lektu@terra.es>
1867
1868 * filesets.el (filesets-update-pre010505): Fix typo.
1869
1870 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
1871
1872 * emulation/edt.el (edt-substitute): Fix typo.
1873
1874 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
1875
1876 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
1877
1878 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
1879
2e4e635a
RS
18802002-06-17 Richard M. Stallman <rms@gnu.org>
1881
1882 * facemenu.el (facemenu-map): Rename to Describe Text
1883 to Describe Properties and use describe-text-properties.
1884
1885 * simple.el (what-cursor-position): Use describe-char.
1886
1887 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
1888 from describe-char-after. Now calls describe-text-properties.
1889 (describe-property-list): Renamed from describe-text-properties.
1890 (describe-text-properties): Renamed from describe-text-at.
1891 New arg OUTPUT-BUFFER.
1892 (describe-text-properties-1):
1893 New subroutine, broken out from describe-text-properties.
1894 Output a newline before each section of the output.
1770ff00 1895
2e4e635a
RS
1896 * international/mule-diag.el (describe-char-after):
1897 Moved to descr-text.el.
1898
c74fe809
EZ
18992002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1900
1901 * international/mule.el (ctext-pre-write-conversion): Fix the values
1902 of FROM and TO if we create a new buffer.
1903
35068823
MB
19042002-06-17 John Paul Wallington <jpw@shootybangbang.com>
1905
1906 * comint.el (comint-insert-clicked-input): Insert clicked-on
1907 previous input without properties.
1908
f00691a3
AC
19092002-06-16 Andrew Choi <akochoi@shaw.ca>
1910
1911 * term/mac-win.el (scalable-fonts-allowed): Set to t.
1912
75183093
CW
19132002-06-15 Colin Walters <walters@debian.org>
1914
2a4a8cd5
CW
1915 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
1916 Delete defvars.
1917 (cvs-highlight): Delete.
1918 (cvs-add-face): Use `font-lock-face'. Always add properties.
1919
75183093
CW
1920 * ibuffer.el (ibuffer-movement-cycle): New variable.
1921 (ibuffer-backward-line, ibuffer-forward-line): Use it.
1922
568bbe5e
RS
19232002-06-15 Richard M. Stallman <rms@gnu.org>
1924
5b6fe353
RS
1925 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
1926 (batch-byte-recompile-directory): Undo previous change.
1927
93731c54 1928 * comint.el (comint-skip-input): New function.
1770ff00 1929 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
93731c54
RS
1930 (comint-stop-subjob): Use comint-skip-input.
1931
568bbe5e
RS
1932 * ielm.el (ielm-eval-input): Use error-message-string.
1933 (ielm-format-error, ielm-format-errors): Functions deleted.
1934
3efa1193 19352002-06-14 Kim F. Storm <storm@cua.dk>
dafe5452
KS
1936
1937 * progmodes/compile.el (grep-tree): Doc fixes.
1938 Added SUBDIRS arg for non-interactive use.
1939
5dee02a3
JB
19402002-06-14 Juanma Barranquero <lektu@terra.es>
1941
b1b2d515
SM
1942 * comint.el (comint-snapshot-last-prompt):
1943 Bind `inhibit-read-only' to t to support read-only prompts.
5dee02a3
JB
1944 (comint-output-filter): Likewise.
1945
68b08950
MB
19462002-06-14 Miles Bader <miles@gnu.org>
1947
1948 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
54993fa4
MB
1949 (pop): Move the call to `car' outside the prog1, as the compiler
1950 then generates better code.
68b08950 1951
216640c5
RS
19522002-06-13 Richard M. Stallman <rms@gnu.org>
1953
1954 * play/zone.el (zone-timer): New variable holds the idle timer.
1955 (zone): Don't fiddle with the idle timer at all.
1770ff00 1956 (zone-when-idle): Put the idle timer in zone-timer.
216640c5
RS
1957 If one is already set up, cancel it and make a new one.
1958 (zone-leave-me-alone): Likewise.
1959
91224f9e
JR
19602002-06-13 Jason Rumney <jasonr@gnu.org>
1961
1962 * w32-fns.el (w32-charset-info-alist): Reorder.
1963
dfd8bf47
AS
19642002-06-13 Andreas Schwab <schwab@suse.de>
1965
1966 * files.el (auto-mode-alist): Move entry for ".in" to the end.
1967
fcc6fa51
MB
19682002-06-13 Miles Bader <miles@gnu.org>
1969
1970 * comint.el (comint-mode): Don't set `font-lock-defaults'.
1971 (comint-mode-hook): Turn on font-lock by default.
1972
76bc6ee3
KF
19732002-06-12 Karl Fogel <kfogel@red-bean.com>
1974
b1b2d515
SM
1975 * bookmark.el (bookmark-file-or-variation-thereof):
1976 Restore vc-backend check, thanks to Robert Thorpe for noticing.
76bc6ee3 1977
c2345c0d
EZ
19782002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
1979
1980 * textmodes/bibtex.el: Change the maintainer to "none".
1981
1823c9d2
JB
19822002-06-12 Juanma Barranquero <lektu@terra>
1983
1984 * term/w32-win.el (x-handle-switch): Fix handling of
1985 x-invocation-args for switches with arguments.
1986
b1b2d515
SM
19872002-06-12 Stefan Monnier <monnier@cs.yale.edu>
1988
1989 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
1990 without first making sure it's bound.
1991
0381e6ca
RS
19922002-06-12 Richard M. Stallman <rms@gnu.org>
1993
efb21aab
RS
1994 * info.el (Info-fontify-node): Compute header line specially
1995 if node has no next, previous or up links.
1996 Hide the part of the first line that is used in the header.
1997 Use Info-next-link-keymap, etc.
1770ff00 1998 (Info-next-link-keymap, Info-prev-link-keymap)
efb21aab
RS
1999 (Info-up-link-keymap): New variables.
2000
0381e6ca
RS
2001 * international/mule-diag.el (describe-char-after): Doc fix.
2002
2003 * view.el (view-mode-enter): Clarify echo area message.
2004
2005 * info.el (Info-select-node): Turn header line on or off here.
2006 (Info-setup-header-line): Function deleted.
2007 (Info-mode): Make Info-header-line local.
2008 (Info-fontify-node): Ignore Info-use-header-line.
2009 Unconditionally compute what the header line should be, and
2010 store it on the `header-line' property of the node's first char.
2011 Bind [header-line down-mouse-1].
2012 Use `keymap' property, not `local-map'.
2013 Bind [mouse-2] for mouse clicks on the node line in the text.
2014
2015 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
2016
1b55e301
MB
20172002-06-12 Miles Bader <miles@gnu.org>
2018
2019 * comint.el (comint-send-input): Properly handle empty and
2020 no-newline input regions.
2021
33e55592
CW
20222002-06-12 Colin Walters <walters@gnu.org>
2023
2024 * calc/calc.el: Use `when', `unless'.
2025 (calc-trail-mode): Use an italic `font-lock-face'.
2026 (calc-refresh): Ditto.
333c5e0c 2027
33e55592 20282002-06-12 Colin Walters <walters@debian.org>
1770ff00 2029
b1b2d515
SM
2030 * font-core.el (font-lock-core-only): Variable deleted.
2031 All uses removed.
333c5e0c
CW
2032 (font-lock-set-defaults): Variable alist settings moved back into
2033 font-lock-set-defaults-1.
2034 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
2035 is specifically excluded by the user.
1770ff00 2036
61fd2c68 2037 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
1770ff00 2038
61fd2c68 2039 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
1770ff00 2040
61fd2c68 2041 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
1770ff00 2042
61fd2c68 2043 * info.el (Info-mode): Don't set `font-lock-defaults'.
1770ff00 2044
61fd2c68
CW
2045 * replace.el (occur-mode): Don't set `font-lock-defaults'.
2046
b1b2d515
SM
2047 * help-mode.el (help-highlight-p, help-highlight-face):
2048 Variable was unused; delete.
61fd2c68 2049 (help-make-xrefs): Doc fix.
333c5e0c 2050
0672b5a0
RS
20512002-06-11 Richard M. Stallman <rms@gnu.org>
2052
2053 * format.el (format-alist): Document new element PRESERVE.
2054 (format-write-file): Implement PRESERVE elt for a format.
2055
2056 * files.el (make-auto-save-file-name): Rename local `filename' to
2057 `file-name'.
2058
658397fb
RS
20592002-06-10 Richard M. Stallman <rms@gnu.org>
2060
2061 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
2062 (ebrowse-copy-list): Function deleted.
2063
2064 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
2065
2066 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
2067
2068 * eshell/esh-util.el (eshell-copy-list): Function deleted.
2069 (eshell-sublist): Use copy-sequence.
2070 (eshell-copy-tree): Make it an alias for copy-tree.
2071
2072 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
2073
2074 * subr.el (copy-list): Moved to cl.el.
2075 (copy-tree): Don't use copy-list or cl-pop.
2076
16320ac7 20772002-06-10 Miles Bader <miles@gnu.org>
ab2e49a0 2078
3238a55c
MB
2079 Make comint use text properties for highlighting instead of overlays:
2080 * comint.el (comint-last-output-overlay): Variable removed.
2081 (comint-send-input, comint-output-filter): Use text properties
2082 instead of overlays.
2083 (comint-insert-clicked-input): Rewrite to work with text
2084 properties as well as overlays
2085 (comint-snapshot-last-prompt): Snapshot using text properties.
2086 (comint-get-old-input-default, comint-extract-string): Don't copy
1770ff00 2087 text properties.
3238a55c 2088
85fd1cfa
MB
2089 * simple.el (line-move-finish): Inhibit field motion when
2090 computing `line-end'.
2091
0415fedc
MB
2092 * files.el (revert-buffer): Correct typo: variable name is
2093 `buffer-file-format', not `buffer-file-formats'.
2094
2095 * comint.el (comint-send-input, comint-output-filter): Use the
2096 `font-lock-face' property instead of `face'. Don't check the
2097 highlight-enabling variables anymore.
b1b2d515 2098 (comint-highlight-input, comint-highlight-prompt): Variables removed.
1770ff00 2099
ab2e49a0 2100 * faces.el (display-supports-face-attributes-p): New function.
16320ac7
MB
2101 (face-spec-set-match-display): Support `supports' predicate.
2102 (italic): Try underlining for displays that don't support real italics.
4abe16b5 2103 * cus-edit.el (custom-display): Add support for `supports' predicate.
ab2e49a0
MB
2104 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
2105 instead of 8-bit, for consistency with the rest of emacs.
2106 (tty-color-canonicalize): Only copy COLOR if we need to change it.
2107 (tty-color-approximate): Scale values from `color-name-rgb-alist'
2108 appropriately. Return the whole color description, rather than
2109 just the RGB values.
2110 (tty-color-standard-values): New function. Code mostly taken from
2111 `tty-color-translate'.
2112 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
2113 do all the work.
2114 (tty-color-desc): Do color lookup here instead of calling
2115 `tty-color-translate' and `tty-color-by-index'; this is now the
2116 main place to do it.
2117
6635cf6e
MS
21182002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
2119
b1b2d515
SM
2120 * progmodes/cc-style.el (c-set-style, c-set-style-1):
2121 Add another state for the `dont-override' flag where it only keeps
6635cf6e
MS
2122 globally set variables.
2123
a8f57660
CW
21242002-06-08 Colin Walters <walters@gnu.org>
2125
cc11e3ee 2126 * descr-text.el (describe-text-properties): Sort the output by the
b1b2d515 2127 size of the values. Put `font-lock-face' property on property names.
256ab4cf 2128 (toplevel): Provide `descr-text'.
cc11e3ee 2129
256ab4cf
CW
2130 * international/mule-diag.el (describe-char-after): When there are
2131 text properties, require `descr-text', and just call
2132 `describe-text-properties'.
a8f57660 2133
b1b2d515
SM
2134 * international/mule.el (sgml-html-meta-auto-coding-function):
2135 New function.
a8f57660
CW
2136 (auto-coding-from-file-contents): Delete; merge functionality into
2137 `set-auto-coding'.
2138 (set-auto-coding): Move tests from `auto-coding-functions' so that
b1b2d515
SM
2139 they have a lower priority than coding: tags.
2140 Put `auto-coding-regexp-alist' tests before coding: tag tests.
a8f57660
CW
2141 (sgml-xml-auto-coding-function): Simply `intern' the match, and
2142 test if it's a valid coding system.
2143 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
2144
f17c0a19
CW
21452002-06-08 Colin Walters <walters@verbum.org>
2146
2147 * subr.el (copy-list): Moved here from cl.el.
a8f57660 2148 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
1770ff00 2149
a8f57660
CW
2150 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
2151 subr.el. Add a defalias with the old name.
1770ff00 2152
cc11e3ee 2153 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
f17c0a19 2154
d62920ca
CW
2155 * replace.el (occur-mode): Don't set up categories. Do set
2156 `font-lock-defaults', and be sure to set `font-lock-core-only'.
f17c0a19
CW
2157 (occur-1): Pass `list-matching-lines-face' and
2158 `list-matching-lines-buffer-name-face'.
2159 (occur-engine): Use `font-lock-face' instead of categories.
2160
d62920ca
CW
2161 * info.el (Info-mode): Don't set up categories. Do set
2162 `font-lock-defaults', and be sure to set `font-lock-core-only'.
2163 (Info-fontify-menu-headers): Use `font-lock-face' instead of
2164 categories.
f17c0a19
CW
2165 (Info-fontify-node): Ditto.
2166
2167 * ibuffer.el (ibuffer-category-alist): Delete.
2168 (ibuffer-get-category): Delete.
2169 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
2170 of categories.
2171 (ibuffer-compile-format): Don't treat `name' category specially.
2172 (ibuffer-column name): Use `font-lock-face'.
2173 (filename-and-process): Ditto.
2174 (ibuffer-buffer-name-category): Renamed to
2175 `ibuffer-buffer-name-face'. Don't use categories.
2176 (ibuffer-update-title-and-summary): Use `font-lock-face'.
2177 (ibuffer-insert-filter-group): Ditto.
d62920ca
CW
2178 (ibuffer-mode): Don't set up categories. Do set
2179 `font-lock-defaults', and be sure to set `font-lock-core-only'.
2180 (ibuffer-compile-format): Don't pass third argument
2181 to column functions.
1770ff00
FP
2182 (filename-and-process): Ditto.
2183
d62920ca
CW
2184 * ibuf-macs.el (define-ibuffer-column): Don't create a third
2185 argument for the generated function.
f17c0a19
CW
2186
2187 * font-core.el (font-lock-category-alist): Delete.
2188 (turn-on-font-lock-if-enabled): Don't use it.
2189 (font-lock-symbol-category-alist): Delete.
2190 (font-lock-default-function): Use new `char-property-alias-alist'
2191 to make `font-lock-face' an alias for `face' when font-lock mode
2192 is enabled.
d62920ca
CW
2193 (font-lock-core-only): New variable.
2194 (font-lock-set-defaults): Use it.
f17c0a19 2195
fe1d72d0
RS
21962002-06-08 Richard M. Stallman <rms@gnu.org>
2197
f402ba38
RS
2198 * files.el (find-file-noselect-1): Undo previous change.
2199
fe1d72d0
RS
2200 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
2201
dd33e6e9
KF
22022002-06-07 Karl Fogel <kfogel@red-bean.com>
2203
2204 * bookmark.el (bookmark-file-or-variation-thereof): Just use
2205 Info-suffix-list, as suggested by Stefan Monnier.
2206
4ddc38a1
EZ
22072002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
2208
2209 * select.el (xselect-convert-to-string): If VALUE is a string,
2210 return a cons of TYPE and the string.
2211
5fe0ea6a 22122002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1909941a 2213
5ec3b9b8
SM
2214 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
2215 Fix the table to contain correct characters.
1909941a 2216
cc76a58c
RS
22172002-06-04 Richard M. Stallman <rms@gnu.org>
2218
2219 * simple.el: Don't require cl.
2220
3a2ff803
RS
22212002-06-03 Richard M. Stallman <rms@gnu.org>
2222
2223 * dired.el (dired-do-shell-command): Doc fix in autoload.
2224
2225 * info.el (Info-extract-pointer): Ignore Info-header-line.
2226
2227 * progmodes/cc-mode.el (c-postprocess-file-styles):
2228 Do nothing except in CC modes.
2229
2230 * international/mule-cmds.el (select-safe-coding-system):
2231 When computing auto-cs, narrow to FROM...TO.
2232 Put save-excursion outside save-restriction.
2233 New arg FILE; use that for set-auto-coding.
2234
12829a07 22352002-06-01 Richard M. Stallman <rms@gnu.org>
bbbbb15b 2236
12829a07
RS
2237 * simple.el (choose-completion-string-functions): Doc fix.
2238 (choose-completion-string): Add doc string.
2239
22402002-06-01 Kim F. Storm <storm@cua.dk>
2241
2242 * simple.el: Reworked previous change.
bbbbb15b
KS
2243 (choose-completion-string1): Merged back into choose-completion-string.
2244 (choose-completion-string): Run choose-completion-string-functions
2245 after checking for proper minibuffer window. Added mini-p arg to
2246 the hook functions. Insert choice if all hook functions return nil.
2247 (choose-completion-string-functions): Doc update.
5ec3b9b8 2248
36236b72
SS
22492002-06-01 Sam Steingold <sds@gnu.org>
2250
2251 * files.el (auto-mode-alist): Strip trailing ".in" from the file
2252 name when deciding the mode (for config.h.in, Makefile.in etc).
2253
f614a1ae
TTN
22542002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
2255
2256 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
2257 ?/ and ?* entries to support /* */ style comments.
2258 (prolog-font-lock-keywords): New var.
2259 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
2260
89a2b3d1
KS
22612002-06-01 Kim F. Storm <storm@cua.dk>
2262
2263 * simple.el (choose-completion-string-functions): New special hook.
2264 (choose-completion-string1): Renamed from choose-completion-string.
2265 (choose-completion-string): Run choose-completion-string-functions
2266 until success, and only call choose-completion-string1 if it fails.
2267
5ec3b9b8
SM
22682002-05-31 Stefan Monnier <monnier@cs.yale.edu>
2269
2270 * textmodes/ispell.el (autoloaded toplevel): Don't use
2271 ispell-library-directory without checking that it's bound.
2272
6be1e459
KS
22732002-05-31 Kim F. Storm <storm@cua.dk>
2274
2275 * emulation/cua-base.el (cua--last-deleted-region-pos)
2276 (cua--last-deleted-region-text): New aux variables.
2277 (cua-delete-region): Set them.
2278 (cua-repeat-replace-region): Use them to find the replacement text.
2279
d82fb2ad
JB
22802002-05-31 Juanma Barranquero <lektu@terra.es>
2281
2282 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
2283 Fix typos.
2284
b186095c
KS
22852002-05-31 Kim F. Storm <storm@cua.dk>
2286
2287 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
2288 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
2289 New custom variables.
2290 (grep-compute-defaults): Compute grep-tree-command's default value.
2291 (grep-expand-command-macros): New aux function.
2292 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
2293 (grep-tree): New command like grep-find but extended prompting.
2294
a71867c5
RS
22952002-05-30 Richard M. Stallman <rms@gnu.org>
2296
2297 * files.el (find-file-default): Add defvar for var already used.
2298
2299 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
2300
f614a1ae 2301 * subr.el (open-network-stream, open-network-stream-nowait)
a71867c5
RS
2302 (open-network-stream-server, process-kill-without-query):
2303 Moved from simple.el.
2304
2305 * simple.el (open-network-stream, open-network-stream-nowait)
2306 (open-network-stream-server, process-kill-without-query):
2307 Moved to subr.el.
2308
2309 * simple.el (byte-compiling-files-p): Function deleted.
2310
2311 * textmodes/ispell.el (ispell-library-directory): Renamed from
2312 ispell-library-path. If Ispell is not installed, init to nil.
2313 (check-ispell-version): Doc fix.
2314 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
2315 initialize this unconditionally when ispell-menu-map-needed is t.
2316 Local `path' renamed to `dir'.
2317
a579b36f
MB
23182002-05-30 Miles Bader <miles@gnu.org>
2319
2320 * calc/calc.el (calc-show-banner): New variable.
2321 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
2322 (calc-mode-var-list): Add `calc-show-banner'.
2323 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
2324 (calc-toggle-banner): New function.
2325 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
2326
7ea42709
RS
23272002-05-29 Richard M. Stallman <rms@gnu.org>
2328
2329 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2330 When recognizing a def... construct, make that indentation
2331 tentative, so that it can be overridden if the list in question
2332 is not actually an expression.
2333 (common-lisp-indent-call-method): New subroutine.
2334
2335 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
2336 Delete the output file if we get a file-error.
2337
2338 * tooltip.el (tooltip-mouse-motions-active): New variable.
2339 (tooltip-activate-mouse-motions): Don't kill track-mouse local
2340 if it was not made by us.
2341
2342 * mouse.el (mouse-set-font): Avoid misleading error message
2343 if user makes no selection.
2344
2345 * info.el (Info-setup-header-line): Don't hide the links line.
2346
2347 * files.el (find-file-noselect-1): Return the buffer we created
2348 even if it has been killed within `after-find-file'.
2349
2350 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
2351
3ad83f29
KS
23522002-05-29 Kim F. Storm <storm@cua.dk>
2353
2354 * simple.el (open-network-stream-server): Pass on optional args
2355 sentinel and filter to make-network-process (from Luke Gorrie).
2356
532a8e8b
CW
23572002-05-28 Colin Walters <walters@gnu.org>
2358
2359 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
2360
2361 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
ccb3c8de 2362 (byte-compile-delete-first): New function.
532a8e8b
CW
2363 (byte-compile-read-position): New variable.
2364 (byte-compile-last-position): New variable.
ccb3c8de 2365 (byte-compile-current-buffer): New variable.
532a8e8b
CW
2366 (byte-compile-log-1): Use it.
2367 (byte-compile-set-symbol-position): New function.
2368 (byte-compile-obsolete, byte-compile-callargs-warn)
2369 (byte-compile-arglist-warn, byte-compile-arglist-warn)
2370 (byte-compile-print-syms, byte-compile-file-form-defmumble)
2371 (byte-compile-check-lambda-list, byte-compile-lambda)
2372 (byte-compile-form, byte-compile-variable-ref)
2373 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
2374 (byte-compile-condition-case, byte-compile-defun)
2375 (byte-compile-defvar, byte-compile-autoload)
2376 (byte-compile-lambda-form): Use it.
2377 (byte-compile-from-buffer): Set it, and bind
2378 `read-with-symbol-positions' and `read-symbol-positions-list'.
2379
ccb3c8de
CW
2380 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
2381
b44ec8e3
KS
23822002-05-28 Kim F. Storm <storm@cua.dk>
2383
2384 * files.el (read-directory-name): New function.
2385 (cd): Use it instead of read-file-name.
2386
fc803e8d
KS
23872002-05-27 Kim F. Storm <storm@cua.dk>
2388
2389 * simple.el (push-mark-command): Added optional NOMSG arg.
2390
2391 * emulation/cua-base.el (cua-set-mark): Align pop to mark
2392 behaviour with standard set-mark-command.
2393 (cua--pre-command-handler): Use push-mark-command.
2394 (cua-repeat-replace-region): Improve functionality when
2395 repeated after moving point or changing buffer.
2396
9b5691bb
CW
23972002-05-26 Colin Walters <walters@verbum.org>
2398
908abdfd
CW
2399 * startup.el (command-line): Use `when', `unless'.
2400 (command-line-1): New argument "--nosplash". Handle it.
2401
2402 * startup.el (inhibit-splash-screen): New variable alias for
2403 `inhibit-startup-message'.
2404
9b5691bb
CW
2405 * replace.el (perform-replace): Document return value. Use `pop'.
2406
76bccf35
GM
24072002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
2408
2409 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
2410 and slightly changed behaviour, for `f90-previous-block-start' and
2411 `f90-next-block-end'.
2412 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
2413
608d30f7
SJ
24142002-05-26 Simon Josefsson <jas@extundo.com>
2415
2416 * fringe.el (set-fringe-mode): Work when updating
2417 `default-frame-alist'.
2418
a30f92b8
KS
24192002-05-26 Kim F. Storm <storm@cua.dk>
2420
2421 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
2422 (cua-repeat-replace-region): New command.
2423 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
2424 Misc improvements to the commantary.
2425
19c8fe75
SJ
24262002-05-26 Simon Josefsson <jas@extundo.com>
2427
2428 * fringe.el (fringe-query-style): New fringe style "minimal".
2429
280b8e59
SJ
24302002-05-24 Simon Josefsson <jas@extundo.com>
2431
2432 * rot13.el (rot13-translate-table): New variable.
2433 (rot13, rot13-string, rot13-region): New functions.
2434
3ce79cf5
MS
24352002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
2436
2437 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
2438 of wrong anchoring, e.g. for else-if compounds.
2439
00cb70dc
MB
24402002-05-25 Miles Bader <miles@gnu.org>
2441
f614a1ae
TTN
2442 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
2443 (menu-bar-showhide-fringe-menu-customize-right)
00cb70dc
MB
2444 (menu-bar-showhide-fringe-menu-customize-disable):
2445 Use proper calling convention for `customize-set-value'.
2446 Require `fringe' before setting variable.
2447
feb51e91
KS
24482002-05-25 Kim F. Storm <storm@cua.dk>
2449
2450 * emulation/cua-base.el (cua--self-insert-char-p): New function.
2451
2452 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
2453 binding in cua--global-mark-keymap using cua--self-insert-char-p
2454 to handle all global self inserting characters in gmark mode.
2455
2456 * emulation/cua-rect.el (cua--init-rectangles): Install default
2457 binding in cua--rectangle-keymap using cua--self-insert-char-p
2458 to handle all global self inserting characters in rectangle mode.
2459
d2679414
SM
24602002-05-24 Stefan Monnier <monnier@cs.yale.edu>
2461
2462 * net/ange-ftp.el (read-file-name-internal): Remove the
2463 `ange-ftp' property.
2464 (ange-ftp-real-read-file-name-internal): Remove.
2465
e47b1d49
GM
24662002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2467
2468 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
2469 `forward-line'.
2470 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
2471 (f90-previous-block-start): New navigation commands.
2472
02f4566a
SJ
24732002-05-20 Simon Josefsson <jas@extundo.com>
2474
2475 * fringe.el: New file.
2476
2477 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
2478 (menu-bar-showhide-fringe-menu): New menu.
2479 (menu-bar-showhide-menu): Add Fringe sub-menu.
2480
b2346b2c
CW
24812002-05-23 Colin Walters <walters@verbum.org>
2482
2483 * replace.el (occur-engine): Include all text properties except
2484 mouse-face on the newline at the end of occurences.
2485
7dbffb1c
KS
24862002-05-23 Kim F. Storm <storm@cua.dk>
2487
01b886b7
KS
2488 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
2489 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
2490 (apropos-command, apropos-value, apropos-documentation-internal)
2491 (apropos-documentation-check-doc-file)
2492 (apropos-documentation-check-elc-file): Use them to filter out
2493 false matches where only one keyword matches, but more than once.
d2679414 2494
7dbffb1c
KS
2495 * apropos.el (apropos-show-scores, apropos-orig-regexp)
2496 (apropos-all-regexp, apropos-synonyms, apropos-words)
2497 (apropos-all-words): New variables.
2498 (aprpos-words-to-regexp, apropos-rewrite-regexp)
2499 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
2500 (apropos-score-symbol): New functions.
2501 (apropos-command, apropos, apropos-value, apropos-documentation):
2502 Allow keywords in addition to regexp. Added scoring.
2503 (apropos-documentation-check-doc-file)
2504 (apropos-documentation-check-elc-file): Added scoring.
2505 (apropos-print): Sort according to score.
01b886b7 2506
577123f4
CW
25072002-05-22 Colin Walters <walters@cis.ohio-state.edu>
2508
7c4ef9b3
CW
2509 * info.el (Info-mode-hook): Change `font-lock-mode' to
2510 `turn-on-font-lock'.
d2679414 2511
577123f4
CW
2512 * font-core.el (font-lock-function): New variable.
2513 (font-lock-default-function): New function, created from
2514 `font-lock-mode'.
9b5691bb 2515 (font-lock-mode): Just funcall `font-lock-function'.
d76014d9 2516 (font-lock-symbol-category-alist): New variable.
d2679414 2517
e31cfca5
MR
25182002-05-22 Markus Rost <rost@math.ohio-state.edu>
2519
2520 * files.el (file-newest-backup): Use file-name-sans-versions.
2521
2522 * diff.el (diff-latest-backup-file): Replace the main code by
2523 a call of file-newest-backup.
2524
232dbe4f
MW
25252002-05-22 Mike Williams <mdub@bigfoot.com>
2526
2527 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
2528 the buffer.
2529
76a98a50
SM
25302002-05-21 Stefan Monnier <monnier@cs.yale.edu>
2531
2532 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
2533 the last patch works around the wu-ftpd misfeature that prompted
2534 the disabling of this optimization.
2535
a7c4d9c8 25362002-05-21 Colin Walters <walters@gnu.org>
2fdd365d 2537
4531bb65
CW
2538 * international/mule.el (make-coding-system): Doc fixes.
2539
2540 * international/mule.el (auto-coding-functions): New variable.
2541 (auto-coding-from-file-contents): Use it.
2542 (set-auto-coding): Update docs.
2543 (sgml-xml-auto-coding-function): New function.
2544
76a98a50
SM
2545 * international/mule-util.el (truncate-string-to-width):
2546 New optional argument `ellipsis'. Add commented-out test suite, and
2fdd365d 2547 change coding to iso-2022-7bit.
a7c4d9c8 2548
76a98a50 25492002-05-21 Colin Walters <walters@verbum.org>
05559016
CW
2550
2551 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
2552 (font-lock-multiline, font-lock-fontified, font-lock-mode)
2553 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
2554 (font-lock-global-modes): Moved to font-core.el.
2555 (font-lock-set-defaults-1): Partially moved to font-core.el.
2556
2557 * font-core.el: New file, with functions taken from font-lock.el.
2558 (font-lock-category-alist): New variable.
2559 (font-lock-mode): Use it.
76a98a50
SM
2560 (font-lock-set-defaults): Partially taken from font-lock.el.
2561 Only load font-lock.el when necessary.
05559016 2562
59809627
CW
2563 * loadup.el: Add font-core.el.
2564
05559016
CW
2565 * replace.el (occur-mode-hook): New variable.
2566 (occur-fontify-region-function): Deleted.
2567 (occur-mode): Don't use it. Set up `font-lock-category-alist'
2568 instead.
2569 (occur-fontify-on-property): Deleted.
2570 (occur-engine): Use categories from `font-lock-category-alist'.
2571
2fdd365d 2572 * info.el (Info-fontify): Deleted.
76a98a50 2573 (Info-select-node): Don't use it.
2fdd365d
CW
2574 (Info-mode-hook): New variable.
2575 (Info-mode): Set up categories.
2576 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
2577
05559016
CW
2578 * ibuffer.el (ibuffer-formats): Update docs.
2579 (ibuffer-category-alist): New variable.
2580 (ibuffer-get-category): New function.
2581 (ibuffer-compile-make-eliding-form): Use category property instead
2582 of face.
2583 (ibuffer-compile-format): Pass current ibuffer buffer to column
2584 functions too.
2585 (ibuffer-buffer-name-category): New function.
2586 (ibuffer-compile-format): If the current column is a `name'
2587 column, figure out the appropriate category to put on it.
2588 (filename-and-process): Use category property.
2589 (ibuffer-fontify-region-function): Deleted.
2590 (ibuffer-unfontify-region-function): Deleted.
2591 (ibuffer-update-title-and-summary): Use category properties.
2592 (ibuffer-insert-filter-group): Ditto.
2593 (ibuffer-mode): Set up category properties.
2594
76a98a50 25952002-05-21 Colin Walters <walters@debian.org>
05559016
CW
2596
2597 * replace.el (occur-engine): Increment globalcount all at once
2598 after searching a buffer.
2599 (occur-mode-map): Don't escape plain "o".
59809627
CW
2600
2601 * ibuf-macs.el (define-ibuffer-column): Add third argument
2602 `ibuffer-buf'.
76a98a50 2603
05559016
CW
2604 * ibuffer.el (toplevel): Require font-lock, to get the face
2605 definitions.
2606 (ibuffer-use-fontification): Deleted.
2607 (column filename-and-process): New column.
2608 (ibuffer-formats): Use it by default.
2609 (ibuffer-name-map, ibuffer-mode-name-map)
76a98a50 2610 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
05559016
CW
2611 (ibuffer-do-save, ibuffer-do-toggle-modified)
2612 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
2613 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
76a98a50 2614 (ibuffer): New optional argument `formats'.
05559016 2615
5a0f9388
EZ
26162002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
2617
2618 * indent.el (indent-rigidly): Mention how to remove all indentation.
2619
9969dd6c
CW
26202002-05-21 Colin Walters <walters@gnu.org>
2621
2622 * international/mule-diag.el (describe-char-after): Order display
2623 of text properties by the size of their value, for clarity.
2624
6f642004
SM
26252002-05-20 Stefan Monnier <monnier@cs.yale.edu>
2626
2627 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
2628 (ange-ftp-file-name-completion): Don't cons unnecessarily.
2629 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
2630
2631 * wid-edit.el (widget-color-complete):
2632 * progmodes/etags.el (tags-complete-tags-table-file):
2633 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
2634
2635 * textmodes/outline.el (outline-reveal-toggle-invisible):
2636 Reverse the meaning of the second arg.
2637
2638 * reveal.el (reveal-post-command): Reverse the semantics of
2639 reveal-toggle-invisible and support isearch-open-invisible-temporary.
2640
eb1213c1
MR
26412002-05-20 Markus Rost <rost@math.ohio-state.edu>
2642
2643 * mail/sendmail.el (mail-recover-1): Remove (debug).
2644 (mail-signature): Fix :type.
2645 (mail-default-directory): New user option.
2646 (mail, mail-recover): Use that option.
2647
5fe0ea6a 26482002-05-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6caef2da 2649
45885400 2650 * international/mule.el (auto-coding-alist): Use emacs-mule
6caef2da
KG
2651 for auto-save files.
2652
257ae3a6
MB
26532002-05-20 Miles Bader <miles@gnu.org>
2654
2655 * files.el (find-file-read-args): Don't trash existing value of
2656 `minibuffer-setup-hook', just add our hook to it.
2657
2b29f15c
MR
26582002-05-19 Markus Rost <rost@math.ohio-state.edu>
2659
5d598f16 2660 * international/ucs-tables.el (unify-8859-on-encoding-mode)
6f642004 2661 (unify-8859-on-decoding-mode): Change :version attributes to strings.
5d598f16
MR
2662
2663 * simple.el (yank-excluded-properties): Change :version attribute
2664 to a string.
2665
2666 * dired.el (dired-view-command-alist): Change :version attribute
2667 to a string.
2668
2669 * xscheme.el (xscheme-start-hook): Change :version attribute to a
2670 string.
2671
2b29f15c
MR
2672 * find-dired.el (find-dired): Implement revert-buffer-function.
2673
6f642004 2674 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
2b29f15c 2675
6dd52caf
GM
26762002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
2677
89fa1ef5
GM
2678 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
2679 (f90-get-present-comment-type): Fix earlier change.
2680 (f90-comment-indent): Doc fix.
f14ca250
GM
2681 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
2682 (f90-looking-at-if-then): Remove lets.
2683 (f90-looking-at-where-or-forall): Handle if split over lines.
02f85cba 2684 (f90-change-keywords): Doc fix.
6dd52caf 2685
91f50d61
RS
26862002-05-19 Richard M. Stallman <rms@gnu.org>
2687
8bad880b
RS
2688 * indent.el (indent-region): Make COLUMN arg optional.
2689
2690 * files.el (find-file-read-args): New function.
6f642004
SM
2691 (find-file, find-file-other-window, find-file-other-frame)
2692 (find-file-read-only, find-file-read-only-other-window)
8bad880b
RS
2693 (find-file-read-only-other-frame): Use it.
2694
2695 * custom.el (custom-load-symbol): Verify that LOADED is a string.
2696
91f50d61 2697 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
6f642004 2698 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
91f50d61
RS
2699 (archive-zip-update-case): Use locate-file to decide whether
2700 to use pkzip.
2701 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
2702
2703 * files.el (locate-file): Doc fix.
2704
27052002-05-19 John Paul Wallington <jpw@shootybangbang.com>
2706
2707 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
2708 as an option.
2709
de856d99
SM
27102002-05-18 Stefan Monnier <monnier@cs.yale.edu>
2711
2712 * uniquify.el (uniquify-rationalize-file-buffer-names):
2713 Always strip the trailing / even if the file is not a directory.
2714
70186f7f
GM
27152002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
2716
2717 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
de856d99 2718 initialization in the defvar.
70186f7f
GM
2719 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
2720 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
2721 (f90-font-lock-4): Move the doc strings.
2722 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
2723 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
4f9fc702 2724 (f90-mode-abbrev-table): Initialize in the defvar, with
de856d99 2725 define-abbrev-table.
70186f7f 2726
516f7fca
EZ
27272002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
2728
2729 * tar-mode.el (tar-octal-time): Fix last change.
2730
515ced27
MR
27312002-05-18 Markus Rost <rost@math.ohio-state.edu>
2732
2733 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
2734 (report-emacs-bug): Store the prompt in
2735 `report-emacs-bug-text-prompt'. Move Configuration/Important
2736 settings information after the user's report.
2737 (report-emacs-bug-hook): Unclutter by deleting the content of
2738 `report-emacs-bug-text-prompt'.
2739
17b17258
PJ
27402002-05-17 Thomas Morgan <tlm@pocketmail.com>
2741
2742 * forms.el (forms-jump-record, forms-insert-record)
2743 (forms-delete-record): Calculate lines from the beginning of the
2744 accessible portion rather than from the beginning of the buffer.
2745
2c978faf
EZ
27462002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
2747
2748 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
2749 possibly missing encode-char.
2750 (ps-mule-font-info-database-bdf): Add associations for Unicode
2751 fonts. Doc fix.
2752 (ps-mule-font-info-database-ps-bdf): Doc fix.
2753 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
fe960d0a
EZ
2754
2755 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
2756
de856d99
SM
27572002-05-16 Stefan Monnier <monnier@cs.yale.edu>
2758
2759 * emacs-lisp/find-func.el (find-function-search-for-symbol):
2760 Find funs defined with defun-cvs-mode.
2761 (find-function-space-re): New const. Skips comments as well.
2762 (find-function-regexp, find-variable-regexp): Use it.
2763
2764 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
2765 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
2766 (cvs-mode-set-flags): Don't cons unnecessarily.
2767
9f1f80ae
CW
27682002-05-16 Colin Walters <walters@debian.org>
2769
2770 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
de856d99 2771 "Simple Calculator".
9f1f80ae
CW
2772 (menu-bar-tools-menu) <calc>: New.
2773
6afa5404
JB
27742002-05-16 Juanma Barranquero <lektu@terra.es>
2775
b96fb65c
JB
2776 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
2777
2778 * filesets.el (filesets-ormap): Fix typo.
2779
6afa5404
JB
2780 * faces.el (describe-face): Fix typo.
2781
daaf4dfc
SM
27822002-05-15 Stefan Monnier <monnier@cs.yale.edu>
2783
2784 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
2785 Don't treat (lambda () ...) as an expression.
2786
9f1f80ae 27872002-05-15 John Paul Wallington <jpw@shootybangbang.com>
30762c43 2788
daaf4dfc 2789 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
30762c43 2790
f8229bf6
EZ
27912002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
2792
2793 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
2794
3ec0a248
GM
27952002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
2796
2797 * progmodes/fortran.el (fortran-directive-re): New name for
2798 fortran-preprocessor-re. All usage updated.
2799 (fortran-calculate-indent): Give directives zero indentation.
2800
dd9b5663
JR
28012002-05-14 Jason Rumney <jasonr@gnu.org>
2802
2803 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
2804 displayed text and internal name as string.
2805
861a74f3
KS
28062002-05-14 Kim F. Storm <storm@cua.dk>
2807
daaf4dfc 2808 * emulation/cua-rect.el (cua--rectangle-operation):
af1a0140
KS
2809 Don't highlight empty lines in rectangles.
2810
861a74f3
KS
2811 * emulation/keypad.el: Improved commentary.
2812 (keypad-setup, keypad-shifted-setup): Added choice to setup
2813 Numeric keypad with decimal key; value is selected character.
2814 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
2815 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
2816 (keypad-setup): Arg list changed to support the new options.
2817
93a43334
RS
28182002-05-14 Richard M. Stallman <rms@gnu.org>
2819
2820 * dabbrev.el (dabbrev-case-distinction): New option.
2821 (dabbrev--try-find): Handle dabbrev-case-distinction.
2822 (dabbrev--search): Clean up the code.
2823 (dabbrev-upcase-means-case-search): Doc fix.
2824 (dabbrev-case-replace): Fix custom tags and docs.
2825
5fe0ea6a 28262002-05-14 Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>
b54f4255
CW
2827
2828 * calc/calc-units.el (math-standard-units): Update from CODATA.
2829
f530a77b
SM
28302002-05-14 Stefan Monnier <monnier@cs.yale.edu>
2831
2832 * skeleton.el (skeleton-transformation): Default to `identity'.
2833 (skeleton-insert): Use `move-after' markers and `insert' rather
2834 than rely on insert-before-markers.
2835 (skeleton-internal-1): Handle `> \n' specially so that the newline
2836 is inserted before the first line is indented.
2837
51df53f8
MW
28382002-05-14 Mike Williams <mdub@bigfoot.com>
2839
f530a77b
SM
2840 * textmodes/sgml-mode.el (sgml-tag):
2841 Default skeleton-transformation to `identity'.
51df53f8 2842
42fe2ab9
FP
28432002-05-14 Francesco Potorti` <pot@gnu.org>
2844
2845 * shell.el (shell-mode): Make second part of initialisation
2846 depend on whether comint-input-ring is empty, rather than depend
2847 on it being nil.
2848
ff5c7181
RS
28492002-05-14 Richard M. Stallman <rms@gnu.org>
2850
2851 * files.el (make-auto-save-file-name):
2852 Delete the auto-save file after make-temp-file creates it.
2853
64bd3860
KS
28542002-05-13 Kim F. Storm <storm@cua.dk>
2855
2856 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
2857 (cua-mode): Print Enabled/Disabled messages if interactive.
2858 Disable delete-selection-mode and pc-selection-mode when cua-mode
2859 is enabled; reenable if cua-mode is turned off.
2860 Remember setting of transient-mark-mode when cua-mode is enabled;
2861 restore if cua-mode is disabled.
2862
9210027b
RS
28632002-05-13 Richard M. Stallman <rms@gnu.org>
2864
2865 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
2866
a61756e1
CW
28672002-05-13 Colin Walters <walters@gnu.org>
2868
859eefe7
CW
2869 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
2870
2871 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
2872 (ibuffer-redisplay-engine): Handle it.
2873
a61756e1
CW
2874 * add-log.el (add-log-mailing-address): Can be a list, too.
2875 (add-change-log-entry): If `add-log-mailing-address' is a list,
2876 then handle it.
2877
14323818
CW
28782002-05-12 Colin Walters <walters@debian.org>
2879
42fe2ab9 2880 * replace.el (occur-1): New optional argument `buf-name'.
14323818
CW
2881 (occur-revert-function): Use it.
2882
2883 (occur-1): Handle plurals.
42fe2ab9 2884
14323818
CW
2885 (occur-engine): If there are no more matches, then finish
2886 searching the current buffer.
42fe2ab9 2887
5fe0ea6a 28882002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
84778d91
PJ
2889
2890 * net/ange-ftp.el (ange-ftp-try-passive-mode)
2891 (ange-ftp-passive-host-alist): Change :version attributes to be
2892 strings.
2893
b7f30cf5
MR
28942002-05-12 Markus Rost <rost@math.ohio-state.edu>
2895
2896 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
2897 define-minor-mode.
2898
2899 * emacs-lisp/find-func.el (find-function-search-for-symbol):
2900 Handle more whitespace/newline combinations in symbol definitions.
2901
89e7ad59
EZ
29022002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
2903
2904 * w32-vars.el (w32)
42fe2ab9 2905 * vc-cvs.el (vc-cvs-global-switches)
89e7ad59
EZ
2906 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
2907 * textmodes/sgml-mode.el (sgml-xml-mode)
2908 * ruler-mode.el (ruler-mode)
2909 * replace.el (query-replace-skip-read-only)
2910 * progmodes/fortran.el (fortran-preprocessor-re)
42fe2ab9 2911 * net/ange-ftp.el (ange-ftp-passive-host-alist)
89e7ad59
EZ
2912 * mail/sendmail.el (mail-use-dsn)
2913 * faces.el (mode-line-inactive, minibuffer-prompt)
2914 * add-log.el (add-log-always-start-new-record): Change all
2915 post-21.1 :version attributes to 21.4.
2916
ea9cc631
RS
29172002-05-12 Richard M. Stallman <rms@gnu.org>
2918
850ed7b3
RS
2919 * mail/smtpmail.el (smtpmail-mail-address): New variable.
2920 (smtpmail-send-it): Bind and use that instead of `mail-address'.
2921 (smtpmail-via-smtp): Likewise.
2922
ea9cc631
RS
2923 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
2924 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
2925
2926 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
2927
2928 * subr.el (functionp): Catch errors in indirect-function.
2929
5fe0ea6a 29302002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7ec8d2c6 2931
74d40d47
PJ
2932 * net/ldap.el (ldap-search-internal): Unfold folded lines before
2933 parsing.
2934
7ec8d2c6
PJ
2935 * cus-edit.el (customize-set-value): Rename `var' to `variable'
2936 and `val' to `value'.
2937 (customize-save-variable): Rename `var' to `'variable.
2938
a68c5400
GM
29392002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
2940
2941 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
2942 Use it for font-locking and indentation.
2943 (fortran-previous-statement, fortran-next-statement): Make them
2944 skip over preprocessor lines.
2945 (fortran-calculate-indent): Use fortran-preprocessor-re.
2946
92cdb627
KS
29472002-05-10 Kim F. Storm <storm@cua.dk>
2948
42fe2ab9 2949 * emulation/cua-base.el (cua-enable-cua-keys)
92cdb627
KS
2950 (cua-enable-register-prefix): Added value for `other' choice.
2951
22a2a460
EZ
29522002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
2953
42fe2ab9 2954 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
f530a77b 2955 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
22a2a460
EZ
2956 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
2957 Run a named function.
2958 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
2959 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
2960 Fix help text.
2961
963b3fe3
KS
29622002-05-10 Kim F. Storm <storm@cua.dk>
2963
2964 * emulation/cua-base.el (cua-mode): Misc. changes to use
2965 emulation-mode-map-alists instead of minor-mode-map-alist.
2966
154b2b10
RS
29672002-05-09 Richard M. Stallman <rms@gnu.org>
2968
ccc8c8bb
RS
2969 * mail/rmail.el (rmail-show-message):
2970 Catch error in check-coding-system.
2971
42fe2ab9 2972 * progmodes/compile.el (compilation-error-regexp-alist):
154b2b10 2973 New element to recognize Python error messages.
42fe2ab9
FP
2974
2975 * shell.el (shell-replace-by-expanded-directory):
154b2b10 2976 If there's already a / at the end, don't add one.
42fe2ab9 2977
b64a9d93
CW
29782002-05-09 Colin Walters <walters@verbum.org>
2979
2980 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
2981 `ibuffer-filter-disable', `ibuffer-pop-filter',
2982 `ibuffer-or-filter', `ibuffer-negate-filter',
2983 `ibuffer-decompose-filter', `ibuffer-save-filters',
2984 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
2985 `ibuffer-save-filter-groups',
2986 `ibuffer-switch-to-saved-filter-groups',
2987 `ibuffer-delete-saved-filter-groups'.
42fe2ab9 2988
b64a9d93 2989 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
42fe2ab9 2990
ee00eede 29912002-05-09 Markus Rost <rost@math.ohio-state.edu>
42fe2ab9 2992
ee00eede
MR
2993 * woman.el (woman-menu): Move symbol before the comment so that
2994 find-function-search-for-symbol finds it.
2995
d2596700
MB
29962002-05-10 Miles Bader <miles@gnu.org>
2997
2998 * facemenu.el (list-colors-display): Don't use
2999 `display-color-cells' unless the display class is one for which
3000 that info is relevant.
3001
154b2b10 30022002-05-09 Simon Josefsson <jas@extundo.com>
1a8e727b
SJ
3003
3004 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
3005 calling buffer.
3006 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
3007 have the patch).
3008
f2131323
KS
30092002-05-09 Kim F. Storm <storm@cua.dk>
3010
3011 * wid-edit.el (checkbox): New check-mark image.
3012
5fe0ea6a 30132002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26f42fe4
PJ
3014
3015 * filesets.el (filesets-running-xemacs): Fix last change.
3016
89fba92a
MR
30172002-05-08 Markus Rost <rost@math.ohio-state.edu>
3018
35679c3f
MR
3019 * help-fns.el (describe-function-1): If the source is
3020 `loaddefs.el', look for the real source. This is necessary only
3021 for defaliases.
3022
f530a77b
SM
3023 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3024 Add autoload cookie.
35679c3f
MR
3025 (find-function-regexp): Include
3026 "\(quote " to match the defaliases in loaddefs.el.
3027
f530a77b
SM
3028 * filesets.el (filesets-conditional-sort): Use copy-sequence,
3029 not copy-list.
89fba92a
MR
3030 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
3031 Defvar them to nil if running in Emacs.
3032
5fe0ea6a 30332002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2ad63128 3034
58c68129
PJ
3035 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
3036 to flyspell overlays.
3037
2ad63128
PJ
3038 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
3039
10df5051
RS
30402002-05-08 Richard M. Stallman <rms@gnu.org>
3041
154b2b10
RS
3042 * diff.el (diff-regexp-alist): Doc fix.
3043
10df5051
RS
3044 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
3045
30462002-05-08 Simon Marshall <simon@gnu.org>
3047
3048 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
3049 the frame name as the car of a menu entry, rather than the frame.
3050
b2c8e6ab
JB
30512002-05-08 Juanma Barranquero <lektu@terra.es>
3052
3053 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
3054 in docstring.
3055
ba46b4f9
CW
30562002-05-07 Colin Walters <walters@verbum.org>
3057
3058 * replace.el (occur-unfontify-region-function): Delete.
3059 (occur-mode): Don't use it.
3060 (occur-engine): Respect `keep-props'.
3061 (occur-accumulate-lines): If we're moving forward, decrement;
3062 don't increment, and vice versa.
3063
95083272
KH
30642002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
3065
42fe2ab9 3066 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
95083272
KH
3067 (tibetan-canonicalize-for-unicode-regexp): New variables.
3068 (tibetan-canonicalize-for-unicode-region): New function.
3069 (tibetan-strict-unicode): New variable.
3070 (tibetan-pre-write-canonicalize-for-unicode): New function.
3071
b2ce953f
MR
30722002-05-07 Markus Rost <rost@math.ohio-state.edu>
3073
3074 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
3075 the autoload-cookie. Remove comment.
3076
3077 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
3078
3079 * rect.el (close-rectangle): Don't hide it behind the
3080 autoload-cookie.
3081
125d5ec7
JB
30822002-05-07 Juanma Barranquero <lektu@terra.es>
3083
3084 * windmove.el (windmove-default-keybindings): Add optional
3085 parameter to allow using a modifier other than 'shift.
3086
f194e54a
RS
30872002-05-07 Thomas Link <t.link@gmx.at>
3088
42fe2ab9 3089 * filesets.el:
f194e54a
RS
3090 (filesets-external-viewers): Fix customization problem.
3091 (filesets-some): Replaces cl's `some'. Calls changed.
3092 (filesets-member): Replaces cl's `member*'. Calls changed.
3093 (filesets-ormap): New function.
3094
9f1f80ae 30952002-05-07 John Paul Wallington <jpw@shootybangbang.com>
7fff96d6
CW
3096
3097 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
3098 menu items.
3099
31002002-05-07 Colin Walters <walters@gnu.org>
3101
3102 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
3103 (ibuffer-clear-filter-groups): Likewise.
3104 (ibuffer-kill-filter-group): Likewise.
3105 (ibuffer-kill-line): Likewise.
3106 (ibuffer-read-filter-group-name): New function.
3107 (ibuffer-jump-to-filter-group): Use it.
3108 (ibuffer-kill-filter-group): Likewise.
3109 (ibuffer-yank-filter-group): Likewise.
3110 (ibuffer-decompose-filter-group): New function.
3111
3112 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
3113 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
3114 guards for `ibuffer-pop-filter-group' and
3115 `ibuffer-clear-filter-groups'.
3116
fe75e6d0
MR
31172002-05-06 Markus Rost <rost@math.ohio-state.edu>
3118
f530a77b
SM
3119 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3120 Use with-syntax-table.
fe75e6d0 3121
cae1ff0e
FP
31222002-05-06 Francesco Potorti` <pot@gnu.org>
3123
3124 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
3125
4b70b30b
MR
31262002-05-05 Markus Rost <rost@math.ohio-state.edu>
3127
fe75e6d0 3128 * time-stamp.el (time-stamp-format): Doc fix: escape open
e86a3837 3129 parenthesis in column 0.
4b70b30b 3130
2fab4328
RS
31312002-05-04 Richard M. Stallman <rms@gnu.org>
3132
3133 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
3134 Handle both cases: when the menu item has cached info
3135 and when it doesn't.
3136
3137 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
3138 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
3139 (filesets-tree-max-level): Doc fix.
cae1ff0e 3140 (filesets-commands, filesets-external-viewers)
2fab4328
RS
3141 (filesets-ingroup-patterns): Mark as risky.
3142 (filesets-cache-hostname-flag): Doc fix.
3143 (filesets-menu-cache-file): Doc fix. Mark as risky.
3144 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
3145 Don't defcustom them if running in Emacs.
3146
dbfd87a1
RS
31472002-05-04 Thomas Link <t.link@gmx.at>
3148
3149 * filesets.el (filesets-ingroup-collect-files):
3150 Fix problem with inclusion groups' :scan-depth property.
3151
8ed4ef7c
CW
31522002-05-04 Colin Walters <walters@verbum.org>
3153
3154 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
3155 "Default" group earlier. Push killed group on
3156 `ibuffer-filter-group-kill-ring'.
3157 (ibuffer-kill-line): Document. Don't push killed group ourselves.
3158 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
3159 (ibuffer-insert-filter-group-before): New function, broken out
3160 from `ibuffer-yank'.
3161 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
cae1ff0e 3162
8ed4ef7c
CW
3163 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
3164 (ibuffer-mode-view-menu): Unused variables; deleted.
3165 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
3166
9f1f80ae 31672002-05-04 John Paul Wallington <jpw@shootybangbang.com>
8ed4ef7c
CW
3168
3169 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
3170 (toplevel): Bind filter group menu entries in it. Add :enable
3171 forms for some menu items.
3172 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
3173 to `ibuffer-mouse-popup-menu'.
3174 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
3175 group name, and if so, pop up a filter group menu.
3176
5259a0d0
JR
31772002-05-04 Jason Rumney <jasonr@gnu.org>
3178
3179 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
3180 (mwheel-scroll): Recognize nil scroll amount as documented.
3181
3182 * term/w32-win.el (mouse-wheel-scroll-line)
3183 (mouse-wheel-scroll-screen): Remove.
3184 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
3185
3186 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
3187
77186c62
MR
31882002-05-04 Markus Rost <rost@math.ohio-state.edu>
3189
f530a77b
SM
3190 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3191 Bind case-fold-search when searching.
77186c62 3192
8d33699b
EZ
31932002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
3194
3195 * apropos.el (apropos-print): Fix the reference to mouse-2.
3196
d7f5c8f9
RS
31972002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
3198
3199 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
3200
ade3d7fc
KS
32012002-05-04 Kim F. Storm <storm@cua.dk>
3202
3203 * cus-edit.el (custom-buffer-verbose-help): New variable.
3204 (custom-buffer-create-internal): Remove verbose introduction
3205 in customization buffer when it is nil.
3206
d7f5c8f9
RS
32072002-05-03 Dave Love <fx@gnu.org>
3208
3209 * international/mule-cmds.el (select-safe-coding-system):
3210 Don't offer coding systems that use locking shift.
3211 Ask for confirmation if chosen coding system disagrees with
3212 a `coding:' spec in the file.
3213
6d2775cf
JW
32142002-05-03 John Wiegley <johnw@gnu.org>
3215
3399c752
JW
3216 * eshell/esh-var.el (eshell-modify-global-environment): Added this
3217 customization variable, which will cause any "export" commands
3218 within any eshell buffer to modify the global Emacs environment.
3219 It defaults to nil, which means that such commands will only
3220 modify that Eshell buffer's environment.
f530a77b 3221 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
3399c752 3222
f530a77b
SM
3223 * eshell/em-cmpl.el (eshell-command-completions-alist):
3224 Improve default completion targets for objdump, nm and readelf.
6d2775cf 3225
f28a1795
CW
32262002-05-03 Colin Walters <walters@verbum.org>
3227
f530a77b
SM
3228 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
3229 (gamegrid-add-score-with-update-game-score):
3230 Use `shared-game-score-directory'. Correctly handle non-setuid case.
f28a1795 3231
70ed2a76
CW
32322002-05-02 Colin Walters <walters@verbum.org>
3233
3234 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
3235 (occur-1): If one of the buffers we're searching is the *Occur*
3236 buffer itself, handle it by creating a temporary buffer. If any
3237 of the buffers being searched are killed, note that in the search
3238 result message. Also, set local variables before we possibly kill
3239 the buffer.
3240
492274d3
KS
32412002-05-02 Kim F. Storm <storm@cua.dk>
3242
3243 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
3244 (menu-bar-options-save): Added cua-mode.
f530a77b
SM
3245 (menu-bar-options-menu): Added toggle for cua-mode.
3246 Disable toggle for transient-mark-mode if cua-mode is enabled.
492274d3 3247
63e6f5b3
KS
3248 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
3249 variable.
3250
1ebc1f01
RS
32512002-05-01 Richard M. Stallman <rms@gnu.org>
3252
3253 * help.el (view-todo): New function.
3254 (help-map): Bind C-h C-t to view-todo.
3255 (help-for-help): Change the text.
3256
cfe9d0b5
GM
32572002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
3258
3259 * progmodes/f90.el: Yet more doc string, commment and whitespace
3260 changes.
3261 (f90-imenu-flag): New name for internal variable f90-imenu.
f530a77b
SM
3262 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
3263 (f90-no-break-re): Use regexp-opt.
cfe9d0b5
GM
3264 (f90-end-type-re): Add closing "\\>".
3265 (f90-indent-region): Correctly indent comments embedded in
3266 continued lines.
f530a77b
SM
3267 (f90-indent-new-line): Make it indent the current line, as it should.
3268 (f90-line-continued, f90-get-present-comment-type)
3269 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
3270 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
3271 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
3272 (f90-change-keywords): Minor code tidying.
cfe9d0b5
GM
3273
3274 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
3275 typo `fortran-strip-sqeuence-nos'.
3276
acd39eb6
EZ
32772002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
3278
3279 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
3280 pop-up-window.
3281
1d8a1109 32822002-05-01 Kim F. Storm <storm@cua.dk>
958e3d8a 3283
f530a77b
SM
3284 * emulation/cua-base.el (cua--pre-command-handler):
3285 Only interpret delete-selection property if mark-active.
958e3d8a
KS
3286 (cua-mode): Fixed require in defcustom.
3287
5fe0ea6a 32882002-05-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
ab59447f
PJ
3289
3290 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
3291 error call.
3292
085917a5
CW
32932002-05-01 Colin Walters <walters@verbum.org>
3294
f530a77b
SM
3295 * textmodes/tex-mode.el (tex-validate-buffer):
3296 Use `occur-revert-arguments' instead of setting `occur-nlines' and
3297 `occur-buffer'. Don't test for `input-pending-p' in loop.
3298 Set text property `occur-target' instead of `occur'.
085917a5 3299
38c67731
JW
33002002-04-30 John Wiegley <johnw@gnu.org>
3301
3302 * align.el (align-region): Fixed the fix to align-region, because
3303 the "name" argument was appearing twice.
3304
b3cf7e18
MS
33052002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
3306
3307 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
3308 to handle protection labels, one which doesn't get confused by
3309 inherit colons.
3310
3311 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
3312 functions that have "class" or "struct" in the return type as
3313 classes or structs.
3314
6e0fbd65
KS
33152002-04-30 Kim F. Storm <storm@cua.dk>
3316
3317 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
3318 Options" to "New Options..."; rephrase tooltip.
3319 Rephrase tooltip for "Specific Option...".
3320 Added "Saved Options" item. [from Simon Marshall]
3321
bd421bc2
RS
33222002-04-30 Richard M. Stallman <rms@gnu.org>
3323
cae1ff0e 3324 * time.el (display-time-mail-directory)
0c8c6322
RS
3325 (display-time-mail-function): Doc fixes.
3326
8a76146c
RS
3327 * ediff-hook.el: Remove autoload cookies.
3328
93f7e657
RS
3329 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
3330
3331 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
3332
a7938b0e
RS
3333 * align.el (align-region): Fix call to `message'.
3334 Check that (car rule) is a symbol.
3335
87810ca9
RS
3336 * autoinsert.el (auto-insert-directory): Doc fix.
3337
3338 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
3339
3340 * descr-text.el: New file, broken out of facemenu.el.
3341
bd421bc2
RS
3342 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
3343
461f30cb
RS
33442002-04-29 Markus Rost <rost@math.ohio-state.edu>
3345
f530a77b
SM
3346 * mail/emacsbug.el (report-emacs-bug-hook):
3347 Use replace-match only if search was successful.
461f30cb 3348
78b3d0f7
RS
33492002-04-29 Richard M. Stallman <rms@gnu.org>
3350
f1b69327
RS
3351 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
3352
74d51fb8
RS
3353 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
3354 if the user edits the Emacs version number in the text.
3355
78b3d0f7
RS
3356 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
3357 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
3358 (filesets-error): Simplify definition and make conditional
3359 on filesets-running-xemacs.
3360 (filesets-find-file-using): Renamed from fsfind-file-using.
3361
f530a77b
SM
33622002-04-29 Stefan Monnier <monnier@cs.yale.edu>
3363
3364 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
3365 (Info-read-node-name-1): Complete file names.
3366 (Info-complete-menu-item): Don't cons unnecessarily.
3367
3368 * files.el (locate-file): New fun.
3369 (locate-file-completion): Rename from load-completion and generalize.
3370 (load-library): Use it.
3371 (make-auto-save-file-name): Expand caddr.
3372
3373 * newcomment.el (comment-fill-column): New var.
3374 (comment-indent): Use it.
3375 (comment-or-uncomment-region): New fun.
3376 (comment-dwim): Use it.
3377
5a234d25
CW
33782002-04-29 Colin Walters <walters@verbum.org>
3379
5167cfda 3380 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
f530a77b 3381 (ibuffer-kill-line): Copy the filter group data structure when killing.
5167cfda
CW
3382 (ibuffer-yank): Handle case where we're yanking on the default
3383 group correctly.
3384 (ibuffer-delete-saved-filter-groups): Doc fix.
3385
5a234d25
CW
3386 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
3387 Test whether or not update-game-score is setuid, and do the right
3388 thing.
3389
82093109
KS
33902002-04-29 Kim F. Storm <storm@cua.dk>
3391
3392 * subr.el (remove-yank-excluded-properties): New helper function.
3393 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
3394
3395 * simple.el (yank-excluded-properties): Added help-echo to list.
3396
66e0fd2b
GM
33972002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
3398
cae1ff0e 3399 * autoinsert.el (auto-insert-directory): Doc fix.
66e0fd2b 3400
f31a4f64 3401 * progmodes/f90.el: Add/change doc strings for many inline
69658465 3402 functions. Whitespace changes.
f31a4f64
GM
3403 (f90-indent-line-no, f90-update-line): Minor code changes.
3404
5ab950ef
KS
34052002-04-29 Kim F. Storm <storm@cua.dk>
3406
3407 * emulation/cua-base.el: New file.
3408
3409 * emulation/cua-rect.el: New file.
3410
3411 * emulation/cua-gmrk.el: New file.
3412
3413 * emulation/keypad.el: New file.
3414
2912f349
PJ
34152002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
3416
3417 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
f530a77b
SM
3418 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
3419 New Vietnamese coding system.
2912f349
PJ
3420
3421 * language/viet-util.el: Update Commentary section.
3422
5fe0ea6a 34232002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
757a6abf
PJ
3424
3425 * filesets.el (filesets-data): Doc fix.
3426 (filesets-running-xemacs): Define even when compiling.
3427
e656fc9d
PJ
3428 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
3429 sentence.
3430
dc864d6e
SM
34312002-04-29 Stefan Monnier <monnier@cs.yale.edu>
3432
3433 * textmodes/fill.el (fill-context-prefix): Fix last change with
3434 yet-another-approach.
3435
33ceea4f
RS
34362002-04-28 Markus Rost <rost@math.ohio-state.edu>
3437
dc864d6e 3438 * net/ange-ftp.el (ange-ftp-passive-host-alist)
33ceea4f
RS
3439 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
3440
3441 * files.el (small-temporary-file-directory): Fix custom type.
3442
8201fbe9
GM
34432002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
3444
3445 * progmodes/f90.el (f90-xemacs-flag): New variable.
3446 (f90-mark-subprogram-overlay): New variable.
3447 (f90-mark-subprogram): Now it highlights the subprogram.
dc864d6e
SM
3448 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3449 Fix highlighting of various "type" forms.
8201fbe9 3450
b098e753
CW
34512002-04-28 Colin Walters <walters@verbum.org>
3452
3453 * ibuffer.el (ibuffer-mode): Additional documentation on filter
3454 groups.
dc864d6e 3455
9f1f80ae 34562002-04-28 John Paul Wallington <jpw@shootybangbang.com>
b098e753
CW
3457
3458 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
3459 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
3460
46b3d18e
RS
34612002-04-28 Richard M. Stallman <rms@gnu.org>
3462
43bbe516
RS
3463 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
3464 by 1 for the newly-readded #.
3465
3466 * files.el (make-auto-save-file-name): Specify # as suffix
3467 in the non-file-visiting case.
3468
3469 * subr.el (make-temp-file): New arg SUFFIX.
3470
c0e48b0b
RS
3471 * filesets.el: New file.
3472
46b3d18e
RS
3473 * replace.el (occur-accumulate-lines): Avoid incf and decf.
3474 (occur-engine-add-prefix): New function.
3475 (occur-engine): Avoid using macrolet, incf and decf.
3476 Use occur-engine-add-prefix instead.
3477 Rename `l' to `lines' and `c' to `matches'.
3478
dc864d6e
SM
3479 * replace.el (occur-engine, occur-mode-mouse-goto)
3480 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
3481 (occur-mode-goto-occurrence-other-window)
46b3d18e
RS
3482 (occur-mode-display-occurrence): A position is just a marker,
3483 not a list.
3484
3485 * replace.el (occur-revert-arguments):
3486 Renamed from occur-revert-properties. All uses changed.
3487
5fe0ea6a 34882002-04-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
ca429a25 3489
b03a2115
PJ
3490 * recentf.el (recentf-menu-before): Use string to specify path in
3491 the menu.
3492
3493 * international/mule-cmds.el (read-language-name): Take care of
ca429a25
PJ
3494 non-list values.
3495
e8e98f20
RS
34962002-04-27 Richard M. Stallman <rms@gnu.org>
3497
8ba148c7
RS
3498 * custom.el (custom-load-symbol): Moved from cus-edit.el.
3499 (custom-load-recursion): Likewise.
3500
3501 * cus-edit.el (custom-load-symbol): Moved to custom.el.
3502 (custom-load-recursion): Likewise.
3503
e8e98f20
RS
3504 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
3505 generated by easymenu are now lowercase.
3506
d86a3084
RS
35072002-04-27 Richard M. Stallman <rms@gnu.org>
3508
332b907c
RS
3509 * menu-bar.el (menu-bar-update-buffers): Add menu items
3510 Next Buffer and Previous Buffer.
3511
3512 * simple.el (next-buffer, prev-buffer): New commands.
3513 Bind C-x left and C-x right to them.
3514
c793c600
RS
3515 * info.el (Info-header-line): Mark it as risky-local-variable.
3516
d86a3084
RS
3517 * subr.el (insert-for-yank): Replace `category' property
3518 with whatever properties it stands for.
3519
3520 * subr.el (member-ignore-case): Ignore non-strings in LIST.
3521
3b4ef34b
MB
35222002-04-27 Miles Bader <miles@gnu.org>
3523
3524 * faces.el (read-face-name): Format the prompt correctly when
3525 there's no default.
3526
e0f712ba
AC
35272002-04-26 Andrew Choi <akochoi@shaw.ca>
3528
dc864d6e
SM
3529 * term/mac-win.el: Don't call ediff-toggle-multiframe.
3530 Set default directory. Set process-connection-type to nil.
e0f712ba 3531
9e0ad27a
RS
35322002-04-26 Richard M. Stallman <rms@gnu.org>
3533
3fad47d8
RS
3534 * loadup.el: Explicitly load cus-face and timer.
3535
3536 * isearch.el: Don't require timer.
3537
3538 * faces.el: Don't require cus-face.
3539
501d8923
RS
3540 * cus-edit.el (customize-face): Use read-face-name
3541 and handle multiple faces.
3542 (customize-face-other-window): Make it work similarly.
3543
3544 * faces.el (read-face-name): New defaulting features.
3545 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
3546 (list-faces-display): Use the face, not its name string,
3547 as arg when running customize-face.
3548 Put a `read-face-name' prop on the entire line.
3549 (describe-face): Handle multiple faces via read-face-name.
3550
8ba148c7
RS
3551 * textmodes/tex-mode.el (tex-start-options): New variable.
3552 (tex-start-commands): New variable.
3553 (tex-start-options-string): Variable deleted.
3554 (tex-start-tex): Use tex-start-options and tex-start-commands,
3555 not tex-start-options-string.
3556 (tex-command): Doc fix.
9e0ad27a 3557
a8ba4429
SS
35582002-04-26 Sam Steingold <sds@gnu.org>
3559
3560 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
3561 not in the authinfo/netrc, keep `cred' at nil.
3562
7f671def
GM
35632002-04-26 Gerd Moellmann <gerd@gnu.org>
3564
3565 * find-file.el: Remove Ada-specific example code.
3566
abdb213c 35672002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
a8ba4429 3568
abdb213c 3569 * ediff-hooks.el: Put back the autoloads.
a8ba4429 3570
a902944c
CW
35712002-04-25 Colin Walters <walters@verbum.org>
3572
3573 * ibuffer.el (define column process): Use `ibuffer-aif'.
3574
3575 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
3576 defaults.
3577 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
3578 (ibuffer-save-filter-groups): Correctly structure filter groups.
3579 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
3580 groups.
3581
0b0b4ce7
RS
35822002-04-25 Simon Josefsson <jas@extundo.com>
3583
3584 * mail/sendmail.el (mail-use-dsn): New variable to request
3585 delivery status notification from MTA.
3586 (sendmail-send-it): Use it.
3587
3553e843
RS
3588 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
3589 (smtpmail-send-it): Use it to construct new queue filenames
3590 (needed if you send more than one message per second, which is
3591 possible if you use Gnus Agent).
3592
3593 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
3594 files as well.
3595 (smtpmail-try-auth-methods): Support netrc data.
3596 (netrc-parse): Autoload netrc.
3597
672ab90b
CW
35982002-04-25 Colin Walters <walters@verbum.org>
3599
3600 * replace.el (multi-occur-by-filename-regexp): Doc fix.
d2e064f1 3601 (occur-engine): Go to `point-min'. Make nlines argument actually
dc864d6e 3602 mean number of context lines. Handle it. Pad digits to the right.
672ab90b
CW
3603
3604 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
3605 `ibuffer-filter-groups'. All users updated.
3606 (ibuffer-show-empty-filter-groups): New variable.
3607 (ibuffer-saved-filter-groups): New variable.
3608 (ibuffer-maybe-save-stuff): Renamed from
dc864d6e
SM
3609 `ibuffer-maybe-save-saved-filters'. Callers updated.
3610 Handle `ibuffer-saved-filter-groups'.
672ab90b
CW
3611 (ibuffer-hidden-filtering-groups): Renamed to
3612 `ibuffer-hidden-filter-groups'.
3613 (ibuffer-filter-group-kill-ring): New variable.
3614 (ibuffer-save-with-custom): Doc fix.
3615 (ibuffer-set-filter-groups-by-mode): New function.
3616 (ibuffer-clear-filter-groups): New function.
3617 (ibuffer-current-filter-groups-with-position): Renamed from
3618 `ibuffer-current-filter-groups'. Callers updated.
3619 (ibuffer-kill-filter-group): New function.
3620 (ibuffer-kill-line): New function.
3621 (ibuffer-yank): New function.
3622 (ibuffer-save-filter-groups): New function.
3623 (ibuffer-delete-saved-filter-groups): New function.
3624 (ibuffer-switch-to-saved-filter-groups): New function.
3625 (ibuffer-mark-on-buffer): Add optional arguments for adding a
3626 specific mark, and marking on a specific group.
3627
3628 * ibuffer.el (ibuffer-formats): Doc fix.
dc864d6e
SM
3629 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
3630 Bind new functions from ibuf-ext.el. Add menu entries for them.
672ab90b
CW
3631 Remove superfluous tooltips.
3632 (ibuffer-toggle-marks): If on a group name, then toggle marks just
3633 in that group.
3634 (ibuffer-mark-interactive): Handle filter groups.
3635 (ibuffer-mark-forward, ibuffer-unmark-forward)
3636 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
3637 (ibuffer-mark-for-delete-backwards): Update docs.
3638 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
3639 to `ibuffer-current-filter-groups-with-position'.
dc864d6e 3640 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
672ab90b
CW
3641 (ibuffer-mode): Add some documentation about filter groups.
3642
62c804f8
AS
36432002-04-25 Andreas Schwab <schwab@suse.de>
3644
3645 * find-dired.el (find-name-dired): Don't quote pattern twice.
3646
e16a8037
MB
36472002-04-26 Miles Bader <miles@gnu.org>
3648
3649 * cus-edit.el (customize-face, customize-face-other-window):
3650 Use default instead of initial-input for suggested face.
3651
d29a536a
GM
36522002-04-25 Gerd Moellmann <gerd@gnu.org>
3653
3654 * cus-edit.el (customize-face-other-window, customize-face):
3655 Interactively, when point is on text with a face, suggest to
3656 customize that face.
3657
8a42a102
GM
36582002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
3659
3660 * progmodes/f90.el: General tidy-up of commentary and some doc
3661 strings.
3662
36632002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3664
3665 * scroll-all.el (scroll-all-function-all) New function to do the
3666 actual work.
3667 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
3668 scroll-all-page-down-all, scroll-all-page-up-all,
3669 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
3670 Make them use scroll-all-function-all.
3671
3672 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
3673 with line-beginning-position.
3674 (f90-get-end-of-line): Removed and replaced with line-end-position.
3675 (f90-match-piece): Removed and replaced with match-string.
3676 (f90-current-indentation): Remove `current-column'.
3677 (f90-get-present-comment-type): Use match-string rather than
cae1ff0e 3678 buffer-substring.
8a42a102
GM
3679 (f90-match-end): Use line-beginning-position, line-end-position
3680 rather than beginning-of-line, end-of-line.
3681 (f90-startup-message): Variable removed.
3682
696c9dc6
CW
36832002-04-24 Colin Walters <walters@verbum.org>
3684
9e2b2e30
CW
3685 * replace.el (occur-accumulate-lines): Add optional argument
3686 `no-props'. Handle it.
3687 (occur-engine): Use it.
3688
696c9dc6
CW
3689 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
3690 up autoloads manually.
3691 (ibuffer-split-list): New function.
3692 (ibuffer-filtering-groups): New variable.
3693 (ibuffer-hidden-filtering-groups): New variable.
3694 (ibuffer-mouse-toggle-filter-group): New function.
3695 (ibuffer-toggle-filter-group): New function.
3696 (ibuffer-toggle-filter-group-1): New function.
3697 (ibuffer-forward-filter-group): New function.
3698 (ibuffer-backward-filter-group): New funtion.
3699 (ibuffer-generate-filter-groups): New function.
3700 (ibuffer-filters-to-filter-group): New function.
3701 (ibuffer-pop-filter-group): New function.
3702 (ibuffer-jump-to-filter-group): New function.
3703 (ibuffer-do-occur): Just use `occur-read-primary-args'
3704
3705 * ibuffer.el (ibuffer-filter-group-name-face): New.
3706 (ibuffer-mode-map): Bind and add menu entries for most new
3707 functions; also, bind the arrow keys to the movement functions.
3708 (ibuffer-mode-filter-group-map): New.
3709 (ibuffer-mouse-toggle-mark): Handle group names.
dc864d6e 3710 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
696c9dc6
CW
3711 (ibuffer-skip-properties): New function.
3712 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
3713 group names. Also, handle new properties.
dc864d6e
SM
3714 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
3715 Move error handling to `ibuffer-current-buffer'.
696c9dc6
CW
3716 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
3717 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
3718 (ibuffer-toggle-marks): Add optional group argument.
3719 (ibuffer-mark-interactive): Skip group names.
3720 (ibuffer-current-buffer): Clean up error handling.
3721 (ibuffer-fontify-region-function): Fontify group names.
3722 (ibuffer-map-lines): Add extra group argument. Handle it.
3723 (ibuffer-current-filter-groups): New function.
3724 (ibuffer-redisplay): Handle hidden filtering groups.
3725 (ibuffer-sort-bufferlist): New function, taken from
3726 `ibuffer-insert-buffers-and-marks'.
3727 (ibuffer-insert-filter-group): New function.
3728 (ibuffer-redisplay-engine): Renamed from
3729 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
dc864d6e
SM
3730 (ibuffer): Add filter-groups argument. Handle it.
3731 Use `save-selected-window'.
696c9dc6
CW
3732 (ibuffer-mode): Make `ibuffer-filtering-groups' and
3733 `ibuffer-hidden-filtering-groups' buffer-local.
a8ba4429 3734
dc864d6e 3735 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
696c9dc6 3736
63bfbe6f
RS
37372002-04-24 Richard M. Stallman <rms@gnu.org>
3738
3739 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
3740 (easy-menu-define-key-intern): Function deleted; callers intern
3741 and then call easy-menu-define-key.
3742 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
3743 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
3744 (easy-menu-name-match): New function.
3745 (add-submenu): New function.
3746 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
3747
929fa5ce
EZ
37482002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
3749
a8ba4429 3750 * menu-bar.el (menu-bar-adv-search-menu)
929fa5ce
EZ
3751 (menu-bar-adv-search-menu): Improve the help text.
3752
97b913ad
RS
37532002-04-24 Simon Josefsson <jas@extundo.com>
3754
3755 * net/netrc.el: New file.
3756
ae10d597
PJ
37572002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
3758
3759 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
3760 Check if any of the available selection sources has new content
3761 and if so it will return that content.
3762
fe72c904
CW
37632002-04-24 Miles Bader <miles@gnu.org>
3764
3765 * menu-bar.el (buffers-menu-show-directories)
3766 (buffers-menu-show-status): New variables.
3767 (menu-bar-update-buffers-1): Use them.
3768
37692002-04-24 Martin Stjernholm <mast@lysator.liu.se>
3770
3771 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
3772 from `c-do-auto-fill' and point is at or near the limit of the
3773 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
3774 is longer than the text on the first line of the comment when
3775 it's masked.
3776
37772002-04-24 Miles Bader <miles@gnu.org>
3778
3779 * menu-bar.el (menu-bar-update-buffers-1): Make sure
3780 `uniquify-buffer-name-style' is bound.
3781
37822002-04-23 Colin Walters <walters@verbum.org>
3783
3784 * replace.el (toplevel): Require `cl' while compiling.
3785 (occur-buffer, occur-nlines): Delete.
3786 (occur-revert-properties): Rename to `occur-revert-properties'.
3787 (occur-mode): Handle it. Set up font lock.
3788 (occur-revert-function): Simply apply `occur-1'.
3789 (occur-mode-find-occurence, occur-mode-mouse-goto)
3790 (occur-mode-goto-occurrence-other-window)
3791 (occur-mode-display-occurrence): Handle buffer property.
3792 (list-matching-lines-face): Use defcustom.
3793 (list-matching-lines-buffer-name-face): New variable.
3794 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
3795 in ibuffer.el.
3796 (occur-read-primary-args): Move out of `occur'.
3797 (occur): Delete. Now simply call `occur-1'.
3798 (multi-occur, multi-occur-by-filename-regexp): New functions.
3799 (occur-1): New function.
3800 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
3801 previous implementation of `occur'; taken from ibuf-ext.el.
3802 (occur-fontify-on-property): New function.
3803 (occur-fontify-region-function, occur-unfontify-region-function):
3804 New functions.
3805
3806 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
3807
3808 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
3809 (ibuffer-occur-match-face): Delete.
3810 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
3811 (ibuffer-occur-mouse-display-occurence): Delete.
3812 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
3813 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
3814 (ibuffer-occur-engine): Moved to replace.el.
3815 (ibuffer-do-occur): Simply call `occur-1'.
3816
3817 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
3818 Handle the case where we're already viewing the score file.
3819
38202002-04-23 Andreas Schwab <schwab@suse.de>
3821
3822 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
3823 next-tag-otherw.
3824
38252002-04-23 Miles Bader <miles@gnu.org>
3826
3827 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
3828 directory separator if there's no directory. Don't display
3829 directories at all if uniquify is active. Some code cleanup.
3830 (uniquify-buffer-name-style): Declare (but don't initialize).
3831
3832 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
3833 for command menu entries, since the low-level menu code modifies
3834 them. Cache the resulting list.
3835 (menu-bar-buffers-menu-command-entries): New variable.
3836
3837 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
3838 Add separator line before commands
3839 Remove old crufty code that tried to line things up by adding
3840 spaces to entries (it doesn't work).
3841 Move `Frames' submenu after the normal buffers, and add a
3842 separator line before it.
3843 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
3844
38452002-04-22 Richard M. Stallman <rms@gnu.org>
3846
3847 * files.el (after-find-file): Use %s to output MSG.
3848
3849 * dired.el (dired-mouse-find-file-other-window):
3850 Handle events that move out of the window.
3851
38522002-04-23 Martin Stjernholm <mast@lysator.liu.se>
3853
3854 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
3855 was moved to the following line when it was at the first line
3856 of a block comment where comment-start-skip matched to eol.
3857
38582002-04-22 Richard M. Stallman <rms@gnu.org>
3859
3860 * simple.el (line-move-finish): Find beg and end of line
3861 before calling line-move-to-column. Do consider intangible
3862 when finding the end. Take more care in analyzing the results
3863 of intangibility after line-move-to-column.
3864
5fe0ea6a 38652002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
3866
3867 * international/mule-diag.el (list-input-methods-1): Doc fix
3868 (LEIM is now part of the standard distribution).
3869
3870 * tmm.el (tmm-completion-prompt): Doc fix.
3871
3872 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
3873
38742002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
3875
3876 * diary-lib.el (include-other-diary-files): Allow modifying
3877 included buffer, to turn off selective display.
3878
38792002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
3880
3881 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
3882 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
3883 emacsen that doesn't support it.
3884
38852002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
3886
3887 * progmodes/cc-align.el, progmodes/cc-engine.el,
3888 progmodes/cc-styles.el, progmodes/cc-vars.el
3889 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
3890 Find correct anchor for statement-cont in top level constructs.
3891 Analyze variable initializations in top level constructs as
3892 topmost-intro-cont instead of statement-cont. That is an
3893 incompatible change but it gives better consistency. The new
3894 lineup function c-lineup-topmost-intro-cont' compensates for
3895 it and is now put on topmost-intro-cont by default.
3896
3897 * progmodes/cc-align.el, progmodes/cc-engine.el,
3898 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
3899 contributed by Kevin Ryde.
3900
3901 (c-in-gcc-asm-p): Function to recognize asm statements.
3902 Contributed by Kevin Ryde.
3903
3904 (c-opt-asm-stmt-key): New language variable to recognize the
3905 beginning of asm statements.
3906
39072002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
3908
3909 * progmodes/cc-engine.el (c-guess-basic-syntax):
3910 Detect variable declarations after class and struct declarations
3911 correctly. Fixed limit error when finding the anchor for
3912 template-args-cont and topmost-intro-cont.
3913
39142002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
3915
3916 * progmodes/cc-cmds.el (c-beginning-of-defun)
3917 (c-declaration-limits): Find the "line oriented" declaration
3918 start too, just like the "line oriented" end is found.
3919
39202002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
3921
3922 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
3923 for `inexpr-statement'. This is not compatible, though.
3924 I think the benefit of a good default style outweights that in
3925 this case. Besides, `inexpr-statement' is not very common.
3926
39272002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
3928
3929 * progmodes/cc-cmds.el (c-electric-delete-forward):
3930 Fix silly bug that caused it to delete backwards in hungry delete
3931 mode. (It's amazing that this bug hasn't been reported.)
3932
3933 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
3934 Extracted the code to get the declaration limits from
3935 `c-mark-function' to a new `c-declaration-limits'.
3936
3937 (c-indent-defun): Use the same method to get the limits of the
3938 declaration or macro as `c-mark-function'.
3939
3940 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
3941 list initializers correctly (but costly; it ought to be
3942 integrated into `c-beginning-of-statement-1').
3943
39442002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
3945
3946 * progmodes/cc-cmds.el, progmodes/cc-engine.el
3947 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
3948 Rewritten to detect the declaration limits better.
3949 Now handles K&R argdecls, class definitions followed by variables etc.
3950
3951 (c-in-knr-argdecl): Broke out the K&R argdecl test in
3952 `c-beginning-of-decl-1' to this new function.
3953
3954 (c-end-of-statement-1, c-end-of-decl-1):
3955 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
3956 handles declarations that continue after the block.
3957
3958 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
3959 Added an option to restrict matching to the top level of the
3960 current paren sexp.
3961
3962 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
3963 New regexp to recognize declarations that continue after the block.
3964
3965 (c-syntactic-eol): New regexp to match a "syntactic" eol.
3966
39672002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
3968
3969 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
3970 that often caused the backward limit to be lost at the top
3971 level. This improves performance a bit.
3972
3973 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
3974 New function that works like `re-search-forward' but only returns
3975 matches in syntactically significant text.
3976
3977 * progmodes/cc-engine.el: Fixed a faster and more accurate way
3978 to recognize K&R argdecls.
3979
3980 (c-beginning-of-decl-1): New function that put point at the
3981 beginning of the declaration. It handles K&R argdecl blocks.
3982
3983 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
3984 code with one that doesn't depend on the current indentation.
3985 The anchor position for `knr-argdecl' has also changed, but in
3986 a way that is unlikely to cause compatibility problems.
3987
39882002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
3989
3990 * progmodes/cc-defs.el, progmodes/cc-engine.el
3991 (c-forward-comment): `forward-comment' in XEmacs skips over
3992 line continuations in the backward direction. Correct for
3993 that. Also made this a defun since it has grown too large now
3994 to be a defsubst.
3995
3996 * progmodes/cc-langs.el: More convenient and decentralized
3997 setup of the language specific variables. The regexp-opt
3998 mangling is also done at compile time now.
3999
40002002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4001
4002 * progmodes/cc-cmds.el (c-indent-line-or-region):
4003 Call `c-indent-line' directly instead of through
4004 `indent-according-to-mode' so that this function always
4005 indents syntactically.
4006
4007 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
4008 where a class beginning with a nested class could cause an
4009 infinite loop (the state outside the narrowed out class is
4010 never used now).
4011
40122002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4013
4014 * progmodes/cc-align.el, progmodes/cc-cmds.el,
4015 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
4016 the context sensitive analysis inside macros is restricted to
4017 the bodies of #define's; other things, like #if expressions,
4018 never have anything in common with their surroundings.
4019 The old `cpp-macro-cont' syntax is now used in situations where
4020 the syntactic analysis isn't applicable, and a new syntactic
4021 element `cpp-define-intro' is used to add indentation in
4022 #define bodies.
4023
4024 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
4025 better reflect its use.
4026
4027 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
4028 continuation backslashes in the detection of `arglist-cont-nonempty'.
4029
4030 * progmodes/cc-align.el: Use the vector form in the return
4031 value in all cases where lineup functions return absolute columns.
4032
40332002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4034
4035 * progmodes/cc-engine.el (c-add-stmt-syntax)
4036 (c-guess-basic-syntax): Anchor `brace-list-intro' and
4037 `bracec-list-close' better for brace lists nested inside expressions.
4038
4039 * progmodes/cc-engine.el, progmodes/cc-langs.el,
4040 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
4041 various language specific variables and their initialization.
4042 The keyword regexps are now lists that are combined with
4043 regexp-opt. Some variables have changed names to fit better
4044 with the naming convention.
4045
4046 * progmodes/cc-defs.el, progmodes/cc-vars.el
4047 (c-buffer-is-cc-mode): The value is the mode symbol of the
4048 original CC Mode mode.
4049
4050 (c-major-mode-is): Compare against the buffer local variable
4051 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
4052
40532002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4054
4055 * progmodes/cc-engine.el (c-forward-syntactic-ws)
4056 (c-backward-syntactic-ws, c-forward-token-1)
4057 (c-backward-token-1, c-in-literal, c-literal-limits)
4058 (c-collect-line-comments, c-literal-type, c-on-identifier)
4059 (c-guess-basic-syntax): These functions are now considered part
4060 of the "CC Mode API" and may be used by other code.
4061 That's signified by making their documentation into docstrings.
4062
4063 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
4064 Removed these internal functions since they aren't used.
4065
4066 (c-forward-to-cpp-expression): Classified this function as internal.
4067
40682002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4069
4070 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
4071 Simplified these regexps; the class keywords they contain
4072 ought to be enough to avoid false matches, so checking for
4073 following identifiers etc is just unnecessary (and might also
4074 fail for oddly formatted code).
4075
40762002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4077
4078 * progmodes/cc-engine.el, progmodes/cc-cmds.el
4079 (c-forward-comment-lc): New function that behaves like
4080 `c-forward-comment', with the exception that line
4081 continuations are treated as whitespace.
4082
4083 (c-beginning-of-statement): Use `c-forward-comment-lc', to
4084 work correctly in macros and other places where line
4085 continuations should be treated as whitespace.
4086
4087 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
4088 normal label in a switch block as a case label, to get
4089 consistent lineup with the case labels.
4090
4091 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
4092 in skipping over a macro that ends with an empty line.
4093
4094 * progmodes/cc-styles.el: Require cc-align since styles added
4095 with `c-add-style' often contains references to functions
4096 defined there, and so the `c-valid-offset' check might
4097 otherwise complain on them.
4098
40992002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4100
4101 * progmodes/cc-align.el, progmodes/cc-mode.texi,
4102 progmodes/cc-vars.el: Added two new lineup functions:
4103
4104 (c-lineup-knr-region-comment): A new lineup function to get
4105 (what most people think is) better indentation of comments in
4106 the "K&R region" between the function header and its body.
4107
4108 (c-lineup-gcc-asm-reg): New lineup function for better
4109 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
4110
4111 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
4112 `c-lineup-knr-region-comment' in the default offset
4113 configuration, since these two functions have little impact
4114 outside their intended use, and they generally do the right
4115 thing when they kick in.
4116
4117 * progmodes/cc-engine.el (c-guess-continued-construct)
4118 (c-guess-basic-syntax): Handle nested functions in all
4119 languages, not just Pike. In C and C++ there's a gcc
4120 extension for this, and it also gives better treatment of
4121 macros that are followed by blocks.
4122
4123 * progmodes/cc-langs.el (c-symbol-key): Made this variable
4124 mode specific, to handle Pike special symbols like `== better.
4125
41262002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4127
4128 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
4129 progmodes/cc-vars.el (c-report-syntactic-errors): A new
4130 variable to control the syntactic error messages. It defaults
4131 to off; since CC Mode ignores most syntactic errors it might
4132 as well ignore them all for the sake of consistency.
4133
41342002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4135
4136 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
4137 Optimization. Can give a noticeable speedup if there's a
4138 large preceding function or class body.
4139
41402002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4141
4142 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
4143 efficient and correct insertion functions in many places.
4144 Always inherit text properties correctly if the text is
4145 permanent. Also do it for speed in temporary insertions,
4146 since I figure it's less work to continue the surrounding text
4147 properties than to break them.
4148
4149 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
4150 completion to make it easier to enter lists.
4151
41522002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4153
4154 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
4155 c-state-cache was clobbered.
4156
4157 * progmodes/cc-cmds.el, progmodes/cc-engine.el
4158 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
4159 to dependency.
4160
41612002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4162
4163 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
4164 open parens in macros (if point isn't in the same one).
4165
41662002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4167
4168 * progmodes/cc-cmds.el (c-context-open-line): New function
4169 that is the `open-line' equivalent to `c-context-line-break'.
4170
4171 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
4172 for Emacs 21 since `indent-new-comment-line' has been changed
4173 to `comment-indent-new-line' there.
4174
41752002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4176
4177 * progmodes/cc-engine.el, progmodes/cc-langs.el
4178 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
4179 New variables containing the character sets used to recognize
4180 statement/declaration boundaries. These variables might help
4181 to support languages like javascript and awk, where newlines
4182 sometimes delimits statements.
4183
4184 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
4185 the set of statement delimiting characters, to allow it to be
4186 changed dynamically and per-mode.
4187
41882002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4189
4190 * progmodes/cc-engine.el (c-looking-at-bos)
4191 (c-looking-at-inexpr-block, c-add-stmt-syntax)
4192 (c-guess-basic-syntax): Treat blocks directly inside function
4193 calls like "bare" statements inside function calls, and not
4194 like in-expression statements. This to make indentation of
4195 such blocks consistent with other statements inside macro calls.
4196
4197 * progmodes/cc-engine.el (c-guess-basic-syntax):
4198 Made arglist-cont anchor correctly in arglists that contain statements.
4199
4200 * progmodes/cc-engine.el (c-guess-basic-syntax):
4201 Fixed consistent anchoring of defun-block-intro in defuns in code
4202 blocks (can only occur in Pike).
4203
4204 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
4205 (c-looking-at-inexpr-block-backward): Changed the arguments to
4206 require containing sexps and paren state, for better efficiency.
4207
42082002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4209
4210 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
4211 progmodes/cc-vars.el: Improved anchoring of statement and
4212 handling of labels in front of substatements.
4213
4214 (c-guess-continued-construct, c-guess-basic-syntax):
4215 Improved and unified anchoring at statements. Statements beginning
4216 with comments or labels are now avoided, by going out of
4217 blocks and containing statements if necessary. This nesting
4218 handling also fixes the case when there's a statement after a
4219 block open brace. Added the syntactic symbol `substatement-label'.
4220
4221 (c-electric-colon): Map the new `substatement-label' to
4222 `label' when consulting `c-hanging-colons-alist'.
4223
4224 (c-offsets-alist): Added substatement-label. Updated the
4225 comments for the new anchoring positions at statements.
4226
4227 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
4228 anchor points for knr-argdecl-intro and access-label.
4229 They used to refer to some point on the same line, a bug which was
4230 neutralized by a kludge in `c-get-syntactic-indentation' which
4231 ignored such anchor points.
4232
4233 (c-get-syntactic-indentation): Removed the kludge that was
4234 necessary due to buggy anchor points.
4235
4236 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
4237 the absence of a comma before arglist-close (case 7A) in any
4238 language, since there's nothing better to do that case anyway.
4239 Added special case to make in-expression statements be
4240 recognized as normal arglist-cont if we're directly in a macro
4241 arglist, for consistency with other "bare" statements.
4242
4243 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
4244 limit arg for backward searches.
4245
4246 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
4247 Anchor gcc in-expression statements at the surrounding open
4248 parenthesis. Treat a class body as an in-expression class if
4249 it's used in an object clone expression in Pike.
4250
4251 * progmodes/cc-engine.el (c-get-offset)
4252 (c-get-syntactic-indentation): Allow several anchor positions
4253 in the list of syntactic symbols. Only the first is used as
4254 the base for the offset calculation.
4255
42562002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4257
4258 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
4259 macro if inside one at the top level. Do not throw an error
4260 if used at the top level outside a macro.
4261
4262 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
4263 alignment only if the backslashes can't be aligned with
4264 surrounding backslashes.
4265
4266 * progmodes/cc-engine.el (c-end-of-macro): New function.
4267
4268 * progmodes/cc-engine.el (c-least-enclosing-brace):
4269 Rewritten to not be destructive.
4270
42712002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4272
4273 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
4274 line break when point is inside the content of it; if it's in
4275 the cpp keyword a normal line break is done.
4276
4277 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
4278 cpp-macro-cont inside the argument list to a #define.
4279
42802002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4281
4282 * progmodes/cc-defs.el (c-forward-comment): Implemented a
4283 kludge to avoid the problem most forward-comment incarnations
4284 have with `\' together with comment parsing.
4285
42862002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4287
4288 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
4289 which could cause the state returned by `c-parse-state' to
4290 lack a closed paren element. That in turn could result in
4291 very long searches, since it's common that they start from the
4292 last preceding close brace.
4293
42942002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4295
4296 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
4297 treat else-if as a single continuation, since that'd make it
4298 hard to get the right anchor point when there's a line break
4299 between the two keywords. This change causes else-clause to
4300 be anchored on the closest preceding else-if and not always on
4301 the starting if, but that doesn't affect the indentation for
4302 any reasonably sane style. Also introduced a noerror flag.
4303
4304 (c-beginning-of-closest-statement): Removed;
4305 c-beginning-of-statement-1 now avoids the problem this one solved.
4306
4307 * progmodes/cc-engine.el (c-guess-continued-construct)
4308 (c-guess-basic-syntax): Better and more uniform anchor points
4309 for 'statement-cont and 'substatement. The effect is
4310 noticeable mostly when there's a label on the same line as the
4311 beginning of the statement, or when there are more stuff
4312 before the start of the statement.
4313
4314 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
4315 Added flag to disable looking at the type of the surrounding paren
4316 since that confuses c-beginning-of-statement-1 and a couple of
4317 other places.
4318
4319 * progmodes/cc-engine.el (c-guess-basic-syntax):
4320 Avoid stepping to the previous statement in case 18.
4321 Improvements in recognition of statement blocks on the top level.
4322
43232002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4324
4325 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4326 (c-crosses-statement-barrier-p): Rewritten to get a well
4327 defined and documented behavior. This fixes some tricky cases
4328 in recognition of do-while constructs.
4329
4330 (c-backward-to-start-of-do, c-backward-to-start-of-if):
4331 Removed; use c-beginning-of-statement-1 instead.
4332
4333 (c-guess-continued-construct, c-guess-basic-syntax):
4334 Various fixes to not depend on the bugs previously in
4335 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
4336 use the new behavior of c-beginning-of-statement-1 better.
4337 Fixed recognition of catch blocks inside macros.
4338
4339 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
4340 in skipping over a macro.
4341
4342 * progmodes/cc-langs.el (c-label-kwds): New variable to
4343 contain the appropriate c-*-label-kwds value.
4344
4345 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
4346 evaluation bug that caused the widget for
4347 c-block-comment-prefix to bug out.
4348
43492002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4350
4351 * progmodes/cc-engine.el (c-guess-basic-syntax):
4352 Improved recognition of statements: They are now recognized in
4353 contexts where they normally can't occur, e.g. on the top level or
4354 in function call arguments. This is mainly useful to recognize
4355 statements in macros at the top level, and in arguments to
4356 macros. The cases has been moved around quite a bit, and case
4357 10 has been copied to case 18. (The cases has not been
4358 renumbered because of this.)
4359
4360 (c-guess-continued-construct): New function which has the
4361 rules which are common between cases 10 and 18.
4362
4363 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4364 (c-backward-to-start-of-do, c-backward-to-start-of-if):
4365 Fixes so that they really obey the passed limits.
4366
4367 (c-safe-position): Return nil if the state doesn't contain a
4368 suitable position.
4369
4370 (c-guess-basic-syntax): Fixes some too short limits in calls
4371 to c-beginning-of-statement-1. Some fixes for top level
4372 analysis in ObjC mode.
4373
4374 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4375 Fixed bug in do-while statements where the body is not a block.
4376
4377 * progmodes/cc-styles.el (c-set-style):
4378 Reset c-special-indent-hook to its global value if in override mode.
4379 Fixes problem where functions on that hook remained after
4380 style switch.
4381
4382 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
4383 Use c-benign-error to report the c-strict-syntax-p error.
4384
43852002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4386
4387 * progmodes/cc-align.el, progmodes/cc-defs.el,
4388 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
4389 Several fixes to treat macros as code and not literals and to
4390 handle line continuations transparently.
4391
4392 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
4393 through whitespace and line continuations, but not comments
4394 and macros.
4395
4396 (c-in-literal): No longer recognizes macros as literals by
4397 default. An extra flag argument is required to do that.
4398
4399 (c-macro-start, c-query-macro-start)
4400 (c-query-and-set-macro-start): Added a cache for the macro
4401 start position.
4402
4403 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
4404 more speed when limits are given. Workaround for bad behavior
4405 in forward-comment in some emacsen when it hits a buffer limit
4406 with a large repeat count.
4407
4408 (c-lineup-macro-cont): Improved behavior when
4409 c-syntactic-indentation-in-macros is nil.
4410
4411 (c-syntactic-indentation-in-macros, c-backslash-max-column)
4412 (c-auto-align-backslashes): New customization variables to
4413 control macro handling.
4414
4415 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
4416 Fixes to handle line continuations.
4417
4418 * progmodes/cc-defs.el, progmodes/cc-styles.el
4419 (c-get-style-variables, c-set-offset): Report style errors
4420 with message and ding instead of error signal. This to avoid
4421 interrupted mode init if there's some style problem.
4422
4423 (c-benign-error): New macro to report errors that doesn't need
4424 to interrupt the operation.
4425
4426 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
4427
44282002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4429
4430 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
4431 Removed most of the c-state-cache fiddling, since the global
4432 state cache now handles this.
4433
4434 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
4435 when there's an open paren at the very first char of the
4436 visible buffer region.
4437
4438 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
4439 Cache the state globally and invalidate it below every buffer
4440 change with the new after change function
4441 `c-check-state-cache'. This gives a considerable performance
4442 boost when editing large functions or classes.
4443
4444 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
4445
44462002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4447
4448 * progmodes/cc-engine.el, progmodes/cc-langs.el,
4449 progmodes/cc-align.el: Improvements to syntactic analysis
4450 inside macros:
4451
4452 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
4453 by `c-guess-basic-syntax'.
4454
4455 (c-parse-state): Fixed bug with braces inside macros when
4456 using cached state info.
4457
4458 (c-forward-to-cpp-expression): New function to aid in
4459 syntactic analysis inside macros.
4460
4461 (c-beginning-of-statement-1, c-backward-syntactic-ws):
4462 Fixes to work better inside macros.
4463
4464 (c-forward-syntactic-ws): Whitespace between the # and the
4465 command should be allowed in preprocessor directives.
4466
4467 (c-lineup-macro-cont): New lineup function to get context
4468 sensitive indentation inside macros.
4469
4470 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
4471 cpp-macro-cont.
4472
44732002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4474
4475 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4476 (c-forward-syntactic-ws): Fixes to handle continued lines.
4477
4478 (c-backward-to-start-of-if, c-guess-basic-syntax):
4479 Do syntactic analysis inside macros.
4480
44812002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4482
4483 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
4484 possible by the more flexible state cache.
4485
4486 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
4487 (c-whack-state-after, c-hack-state)
4488 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
4489 Improved the state cache system. It now can use partial info from
4490 an old cached state to calculate a new one at a different
4491 position. Removed some kludges to avoid the state cache.
4492 The new functions `c-whack-state-before' and `c-whack-state-after'
4493 replace the now obsolete `c-whack-state'.
4494
4495 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4496 Optimized backing through a macro. This can speed things up
4497 quite a bit when there are long macros before point.
4498
4499 (c-beginning-of-macro): Do not ignore the limit.
4500
45012002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4502
4503 * progmodes/cc-cmds.el (c-electric-continued-statement):
4504 Fixed a bug where the keyword wasn't reindented correctly if
4505 followed by another keyword or identifier.
4506
4507 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
4508 pairs that are in macros. Fixes some cases where e.g. the
4509 second of two "do { } while (0)" macros after each other
4510 indented differently.
4511
45122002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4513
4514 * progmodes/cc-engine.el (c-beginning-of-macro)
4515 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
4516 directive when it begins a line, to allow for script
4517 interpreter lines like "#!/usr/bin/pike" at the beginning of
4518 the file.
4519
45202002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4521
4522 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
4523 Recognize brace blocks inside a parenthesis expression as
4524 inexpr-statement. Useful when writing statements as macro arguments.
4525
45262002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4527
4528 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
4529 (c-mask-comment): Broke out the comment masking code from
4530 `c-fill-paragraph' to a new function `c-mask-comment', to be
4531 able to do the same thing in `c-do-auto-fill'. This should
4532 make auto-fill-mode behave better.
4533
45342002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4535
4536 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
4537 Check `executing-macro' to avoid blinking parens when macros
4538 are executed.
4539
4540 * progmodes/cc-mode.el, progmodes/cc-styles.el
4541 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
4542 consistency with `c-setup-paragraph-variables' (which was
4543 placed there due to the dependency from `c-set-style').
4544
4545 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
4546 incomplete initialization from the style variable fallbacks if
4547 there already is a style called "user" defined when CC Mode
4548 starts up for the first time.
4549
45502002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4551
4552 * progmodes/cc-cmds.el, progmodes/cc-vars.el
4553 (c-comment-indent, c-indent-comment-alist): Added new variable
4554 `c-indent-comment-alist' to allow better control over
4555 `c-comment-indent'.
4556
45572002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4558
4559 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
4560 both `comment-start-skip' and the comment prefix on the
4561 current line with the comment starter, so that we line up
4562 comments which matches `c-comment-prefix-regexp' on the first
4563 line (after the `/') without the need to make
4564 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
4565
4566 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
4567 (c-set-style-1, c-setup-paragraph-variables): Moved the
4568 variable initialization based on `c-comment-prefix-regexp' to
4569 a new function `c-setup-paragraph-variables', which is now
4570 used both at mode init and when a style that sets
4571 `c-comment-prefix-regexp' is activated.
4572
45732002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4574
4575 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4576 Better handling of C++ template args to avoid confusion with
4577 `<' and `>' used as operators in member init expressions.
4578
45792002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4580
4581 * progmodes/cc-engine.el (c-most-enclosing-brace)
4582 (c-least-enclosing-brace): Added optional second arg to limit
4583 the search to before a certain point.
4584
4585 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
4586 which could cause incorrect analysis if a cached state is used
4587 (usually only happens when an electric key reindents a line).
4588
45892002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4590
4591 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
4592 insulation. This time for XEmacs 21.
4593
4594 * progmodes/cc-engine.el, progmodes/cc-langs.el:
4595 Improved handling of inheritance lists:
4596
4597 (c-beginning-of-inheritance-list): Rewritten to use a more
4598 syntactically correct method that doesn't get confused by
4599 badly placed linebreaks and comments.
4600
4601 (c-guess-basic-syntax): Several fixes to the handling of
4602 inheritance lists in combination with templates. 'inher-intro
4603 is now anchored on the start of the class declaration and not
4604 the indentation of the current line. Switched places on cases
4605 5D.3 and 5D.4 and made them use more syntactically correct methods.
4606
4607 (c-inher-key): Removed since the code in
4608 `c-guess-basic-syntax' now uses token-based search.
4609
4610 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
4611 Added a submenu to access some toggles.
4612
4613 (c-toggle-syntactic-indentation): New function to toggle the
4614 variable `c-syntactic-indentation'.
4615
4616 * progmodes/cc-styles.el (c-set-style): Improved the error
4617 message for incorrect offsets a bit.
4618
46192002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4620
4621 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
4622 sexp follows point immediately, instead find the closest
4623 following open paren that ends on another line.
4624
46252002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4626
4627 * progmodes/cc-align.el (c-lineup-cascaded-calls):
4628 New indentation function.
4629
4630 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
4631 directives with whitespace between the '#' and the name.
4632
46332002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4634
4635 * progmodes/cc-engine.el (c-forward-syntactic-ws)
4636 (c-backward-syntactic-ws): Handle line continuations as
4637 whitespace. Don't move past a macro if that'd take us past
4638 the limit.
4639
46402002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4641
4642 * progmodes/cc-engine.el (c-beginning-of-macro)
4643 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
4644 Pike, and that shouldn't be confused with a preprocessor directive.
4645
46462002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4647
4648 * progmodes/cc-cmds.el: Extended the kludge to interoperate
4649 with the delsel and pending-del packages wrt to the new
4650 function `c-electric-delete-forward'.
4651
46522002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4653
4654 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
4655 the block itself, i.e. only indent the contents in it.
4656
4657 * progmodes/cc-styles.el (c-set-style): Use the default
4658 argument to completing-read instead of initial-contents, if
4659 the function is recent enough to support it.
4660
46612002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4662
4663 * progmodes/cc-mode.el (c-mode-help-address):
4664 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
4665 I've almost never seen a bug reported this way that should go
4666 to that list, but it's rather common that the reports concern
4667 the combination CC Mode and XEmacs instead.
4668
46692002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4670
4671 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
4672 brace-elseif-brace and brace-catch-brace are active and
4673 there's a "else if"-block before the catch block.
4674
4675 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
4676 Detect function headers that span lines.
4677
46782002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4679
4680 * progmodes/cc-cmds.el (c-electric-brace)
4681 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
4682 Check for last on line only for doing the auto-newline-mode
4683 stuff, not for the reindentation.
4684
4685 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
4686 handling of c-syntactic-indentation: When it's nil, indent the
4687 new lines but don't reindent the current one. Reindent the
4688 line only when the inserted brace comes first on it, instead
4689 of last.
4690
4691 * progmodes/cc-cmds.el (c-electric-brace)
4692 (c-electric-semi&comma): Fixed two places where
4693 c-syntactic-indentation wasn't heeded.
4694
4695 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
4696 inside a macro.
4697
4698 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
4699 little harder to find a fallback position when an orphan else
4700 is found. Fixed case where an else following a do-while
4701 statement could be associated with an if inside the do-while.
4702
47032002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4704
4705 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
4706 for the fallback to add a single space after the comment prefix.
4707
4708 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
4709 behavior in some special cases, especially for single-line comments.
4710 Avoid breaking up a comment starter or ender.
4711
47122002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4713
4714 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
4715 the Emacs sources to make this work in invisible text.
4716
4717 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
4718 not be confused by a later ':' on the same line as the label.
4719
47202002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4721
4722 * progmodes/cc-cmds.el, progmodes/cc-mode.el
4723 (c-electric-delete, c-electric-delete-forward):
4724 Split `c-electric-delete' into two functions where
4725 `c-electric-delete-forward' always deletes forward and
4726 `c-electric-delete' only contains the code necessary for
4727 XEmacs to choose between backward and forward deletion.
4728 `c-electric-delete-forward' is now bound to C-d to get the
4729 electric behavior on that key too.
4730
47312002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4732
4733 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
4734 use of c-comment-prefix-regexp, which caused an error when
4735 it's a list.
4736
47372002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4738
4739 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
4740 (c-default-style): Removed the hardcoded switch to "java" style
4741 in Java mode. It's instead taken care of by the default value
4742 for c-default-style.
4743
47442002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4745
4746 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
4747 was triggered by equal signs in string literals.
4748
47492002-04-21 Kim F. Storm <storm@cua.dk>
4750
4751 * subr.el (insert-buffer-substring-no-properties): New function.
4752 (insert-buffer-substring-as-yank): New function.
4753
47542002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
4755
4756 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
4757 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
4758 prefix from scroll commands. Ignore end-of-buffer errors from
42fe2ab9 4759 other windows.
fe72c904 4760 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
f614a1ae 4761 commands.
f530a77b
SM
4762 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
4763 New functions.
fe72c904
CW
4764
4765 * files.el: (auto-mode-alist): .f95 files in f90-mode.
4766
4767 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
42fe2ab9 4768 a DO statement irrespective of numeric label.
fe72c904
CW
4769
47702002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
4771
4772 * files.el (auto-save-file-name-transforms): Doc fix.
4773 Add third element to "uniquify" filenames.
4774 (make-auto-save-file-name): Use new element of
4775 auto-save-file-name-transforms.
4776 * startup.el (command-line): Add third element to
4777 auto-save-file-name-transforms.
4778
47792002-04-19 Stefan Monnier <monnier@cs.yale.edu>
4780
4781 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
4782 return value of file-name-completion and file-name-all-completions.
4783
47842002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
4785
4786 * progmodes/f90.el: Update maintainer.
4787 (f90-line-continued): Recognize blank/comment lines embedded in
4788 continuation lines.
4789 (f90-looking-at-program-block-start): No extra indentation after
4790 function or subroutine keyword appears in single quotes.
4791
47922002-04-19 Miles Bader <miles@gnu.org>
4793
4794 * custom.el (customize-mark-to-save, customize-mark-as-set)
4795 (custom-quote): Moved here from `cus-edit.el'.
4796 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
4797 (custom-quote): Moved to `custom.el'.
4798
47992002-04-18 Richard M. Stallman <rms@gnu.org>
4800
4801 * facemenu.el (list-text-properties-at): Command deleted.
4802
4803 * rect.el (insert-rectangle): Use insert-for-yank.
4804
4805 * register.el (insert-register): Use insert-for-yank.
4806 (describe-register-1): Discard text props in yank-excluded-properties.
4807
4808 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
4809 Fix parts in construction of `menu-item' item at end.
4810
4811 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
4812
4813 * subr.el (insert-for-yank): New function.
4814
4815 * simple.el (yank-excluded-properties): New user option.
4816 (yank-pop, yank): Use insert-for-yank.
4817
48182002-04-19 Kim F. Storm <storm@cua.dk>
4819
4820 * simple.el (pop-to-mark-command): Do not set this-command.
4821 (set-mark-command): Always jump to mark when called with arg.
4822
48232002-04-18 Francesco Potorti` <pot@gnu.org>
4824
4825 * comint.el (comint-watch-for-password-prompt): Remove whitespace
4826 at the beginning of password prompts.
4827
48282002-04-18 Andrew Innes <andrewi@gnu.org>
4829
4830 * facemenu.el: Remove require of wid-edit.
4831
48322002-04-17 Colin Walters <walters@verbum.org>
4833
4834 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
4835 one window.
4836 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
4837 (ibuffer-current-state-list): Reinstate optional argument; now
4838 just call `point' inside the mapping function.
4839
48402002-04-17 Francesco Potorti` <pot@gnu.org>
4841
4842 * dired-aux.el (dired-star-subst-regexp)
4843 (dired-quark-subst-regexp): New constants.
4844 (dired-do-shell-command, dired-shell-stuff-it): Use them.
4845 (dired-do-shell-command): Raise an error if both `*' and `?'
4846 substitution marks are used in the same command.
4847 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
4848 in a command given via dired-do-shell-command.
4849
4850 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
4851
48522002-04-16 Jason Rumney <jasonr@gnu.org>
4853
4854 * international/mule-cmds.el (locale-preferred-coding-systems):
4855 Add "jpn".
4856
48572002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
4858
4859 * term.el (term-emulate-terminal): Fix last change.
4860
5fe0ea6a 48612002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
4862
4863 * bindings.el (mode-line-mode-menu): Update names to reflect
4864 latest changes.
4865
48662002-04-16 Mike Williams <mdub@bigfoot.com>
4867
4868 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
4869 compilation error.
4870
48712002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
4872
4873 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
4874 (viper-ex-print-buf-name): New variable.
4875 (viper-ex-print-buf): New variable.
4876 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
4877 (ex-g-marks): New variable.
4878 (ex-print): New function.
4879 (ex-print-display-lines): New function.
4880
4881 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
4882 the cursor color.
4883
4884 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
4885 when the window is not in its own frame.
4886 (ediff-clone-buffer-for-region-comparison): More robust window
4887 arrangement while prompting for regions to compare.
4888 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
4889 (ediff-inferior-compare-regions): Deleted unused vars
4890 ctl-buf and quit-now.
4891
48922002-04-15 Richard M. Stallman <rms@gnu.org>
4893
4894 * facemenu.el (facemenu-add-new-face): Use this only for faces.
4895 Delete arg MENU.
4896 (facemenu-add-new-color): New function.
4897 (facemenu-set-foreground, facemenu-set-background):
4898 Use facemenu-add-new-color.
4899
49002002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
4901
4902 * ediff-init.el (ediff-current-diff-face-A)
4903 (ediff-current-diff-face-B, ediff-current-diff-face-C)
4904 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
4905 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
4906 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
4907 (ediff-even-diff-face-B, ediff-even-diff-face-C)
4908 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
4909 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
4910 (ediff-odd-diff-face-Ancestor): Add special color definitions for
4911 tty and MS-DOS displays.
4912
49132002-04-15 Andrew Innes <andrewi@gnu.org>
4914
4915 * facemenu.el: Require wid-edit.
4916
49172002-04-15 Miles Bader <miles@gnu.org>
4918
4919 * faces.el (highlight): Force foreground to be black on a tty, so
4920 this face is readable on a dark-background tty.
4921 * wid-edit.el (widget-field-face, widget-single-line-field-face):
4922 Likewise.
4923
49242002-04-14 Kim F. Storm <storm@cua.dk>
4925
4926 * simple.el (pop-to-mark-command, push-mark-command): New commands.
4927 (set-mark-command): Use them.
4928 Enhanced functionality when command is repeated:
4929 - If first command set the mark (no prefix arg), repeat temporarily
4930 enables transient-mark-mode.
4931 - If first command jumped to mark off ring (with argument),
4932 repeat (with or without arg) jump to next mark off ring.
4933 - Use C-u C-u prefix to set mark after jump.
4934 (exchange-point-and-mark): Temporarily enable transient-mark-mode
4935 if prefix arg.
4936
5fe0ea6a 49372002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
4938
4939 * speedbar.el (speedbar-tag-hierarchy-method)
4940 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
4941
49422002-04-14 Mike Williams <mdub@bigfoot.com>
4943
4944 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
4945 beginning of buffer.
4946
5fe0ea6a 49472002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
4948
4949 * speedbar.el (speedbar-generic-item-info)
4950 (speedbar-sort-tags): Doc fix.
4951 (speedbar-add-supported-extension): Fix typo in interactive spec.
4952
49532002-04-13 Colin Walters <walters@verbum.org>
4954
4955 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
4956 only moving one line forward.
4957 (ibuffer-map-lines): Preserve point position even if we delete
4958 lines. Only call mapping functions with buffer and mark
4959 arguments; the other two were unused.
4960 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
4961
4962 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
4963
4964 * calc/calc-bin.el (math-format-radix-float): Use `when'.
4965
4966 * calc/calc.el (math-format-number): Load `calc-ext' before we
4967 call `math-group-float'.
4968
4969 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
4970 Renamed from `gamegrid-add-score'.
4971 (gamegrid-add-score-insecure): Restored from the old
4972 `gamegrid-add-score'.
4973 (gamegrid-add-score): Just dispatch on `system-type' to one of the
4974 previous two functions.
4975
5fe0ea6a 49762002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
4977
4978 * iswitchb.el: Update commentary to include new function
4979 iswitchb-exclude-nonmatching.
4980
49812002-04-12 John Wiegley <johnw@gnu.org>
4982
4983 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
4984 operating systems to the regexp used to detect a script's interpreter.
4985
49862002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
4987
4988 * frame.el (frames-on-display-list): Use `equal' to compare the
4989 `display' frame parameter to the argument DISPLAY.
4990
49912002-04-12 Dave Love <fx@gnu.org>
4992
4993 * help.el (string-key-binding): Deal with margin events.
4994
49952002-04-12 Francesco Potorti` <pot@gnu.org>
4996
4997 * comint.el (comint-password-prompt-regexp): Match " SMB password".
4998
49992002-04-11 Stefan Monnier <monnier@cs.yale.edu>
5000
5001 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
5002
5003 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
5004
5005 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
5006 (buffer-syntactic-context-depth): New funs.
5007
5008 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
5009 on variables.
5010
5011 * emacs-lisp/debug.el (debug-on-entry): Use push.
5012 (debugger-make-xrefs): Don't assume point-min == 1.
5013
5014 * progmodes/cc-engine.el (c-backward-to-start-of-if):
5015 Don't assume point-min == 1.
5016
5017 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
5018 (etags-list-tags, etags-tags-apropos, select-tags-table):
5019 Don't assume point-min == 1.
5020
50212002-04-12 Mike Williams <mdub@bigfoot.com>
5022
5023 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
5024
50252002-04-11 Stefan Monnier <monnier@cs.yale.edu>
5026
5027 * textmodes/fill.el (fill-context-prefix): Fix up last change.
5028
5029 * simple.el (line-move): Use memq rather than or.
5030 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
5031 (do-auto-fill): Use fill-move-to-break-point.
5032 (syntax-code-table): Remove.
5033
5034 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
5035 Don't add spaces at end of sentences at end of line.
5036 (fill-move-to-break-point): Make sure the result is always greater
5037 than linebeg, so we ensure forward progress.
5038 (fill-region-as-paragraph): Compare to `to' rather than eobp.
5039 (fill-paragraph): Don't rebind fill-paragraph-function.
5040
5fe0ea6a 50412002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
5042
5043 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
5044
50452002-04-11 Andreas Schwab <schwab@suse.de>
5046
5047 * files.el (file-name-non-special): Handle return value of t from
5048 `file-name-completion'.
5049
50502002-04-10 Stefan Monnier <monnier@cs.yale.edu>
5051
5052 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
5053 differently to avoid pathological exponential-time case.
5054 (adaptive-fill-regexp): Add ! and %.
5055 (fill-delete-prefix): Remove indentation while removing prefix.
5056 (fill-delete-newlines): Obey sentence-end.
5057 (fill-move-to-break-point, fill-newline): New functions extracted
5058 from fill-region-as-paragraph.
5059 (fill-region-as-paragraph): Use them.
5060 Don't fiddle with fill-indent-according-to-mode.
5061
50622002-04-10 Colin Walters <walters@verbum.org>
5063
5064 * play/snake.el (snake-score-file): Default to just "snake-scores".
5065
5066 * play/tetris.el (tetris-score-file): Likewise.
5067
5068 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
5069 use `update-game-score'.
5070
5071 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
5072 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
5073 ourselves; take it as an argument. Caller updated.
5074 (ibuffer-mode): Make mode-class special.
5075
50762002-04-10 Richard M. Stallman <rms@gnu.org>
5077
5078 * dired.el (dired-view-command-alist): New variable.
5079 (dired-view-file): Use external viewers for some files names.
5080
5081 * mouse.el (mouse-drag-region-1): Display region highlight
5082 only in the selected window.
5083
5084 * subr.el (remove-hook): When there are no more local hooks,
5085 kill the buffer-local value.
5086
5087 * isearch.el (isearch-mode): Don't call make-frame-visible
5088 if frame is already visible.
5089
5090 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
5091
50922002-04-09 Emmanuel Briot <briot@act-europe.fr>
5093
5094 * progmodes/ada-prj.el: Add support for the new project file
d78b64a0
SM
5095 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
5096 Fix widget handling for Emacs 21. ada-mode now only supports a single
fe72c904
CW
5097 active project file, instead of one per buffer. This is far less
5098 confusing.
5099
f530a77b 5100 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
fe72c904
CW
5101 (ada-func-or-proc-name): Get real subprogram name, after change in
5102 ada-mode.el.
5103
5104 * progmodes/ada-xref.el: Ada-mode no longer supports a different
5105 project file per buffer. This was too complex. Instead, there is
5106 now a single active project file at any given time, and the user
5107 can switch the active one through the Ada menu. This revision
5108 also provides better handling of the Windows command line, and the
5109 various available shells on that platform. ada-mode is now fully
5110 integrated with the GNU visual debugger gvd, see
5111 http://libre.act-europe.fr.
f530a77b
SM
5112 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
5113 This is only available with GNAT 3.14.
fe72c904
CW
5114 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
5115 (ada-quote-cmd): New function.
5116 (ada-initialize-runtime-library): Get the location of the actual
5117 runtime the compiler will be using, including support for
5118 cross-platform environments.
5119 (ada-treat-cmd-string): Add support for the new variable
5120 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
5121 two commands to run just prior to running the debugger, and just
5122 after starting it. This provide better support for cross-platform
5123 and remote debugging.
5124 (ada-get-absolute-dir): Remove, replace with expand-file-name.
5125 (ada-gdb-application): New parameter executable-name.
5126 (ada-get-ali-file-name): Better handling of separate packages.
5127 Checkin on behalf of the ada-mode maintainer.
5128
5129 * progmodes/ada-mode.el (ada-case-exception-file)
5130 (ada-indent-handle-comment-special): New variables.
5131 (ada-case-exception-substring): New variable. Casing exceptions
5132 can now also be defined for substrings, in addition to full
5133 identifier names. This provides more flexibility.
f530a77b 5134 (ada-align-list): New fun, provide support for align.el in ada-mode.
fe72c904
CW
5135 (ada-procedure-start-regexp): Add support for operators and
5136 generic formal subprograms and packages.
5137 (ada-imenu-comment-re): New variable.
5138 (ada-imenu-generic-expression): Add support for protected types.
5139 (ada-mode): Set comment-start only after running ada-mode-hook, so
f530a77b
SM
5140 that the user can change ada-comment-start in the hook.
5141 Add support for ispell in comments. Add support for align.el.
fe72c904
CW
5142 (ada-save-exception-file, ada-create-case-exception-substring)
5143 (ada-adjust-case-substring): New functions.
f530a77b 5144 (ada-get-current-indent): Properly handles keywords with uppercases.
fe72c904
CW
5145 (ada-goto-matching-end): Rewritten, fixes problems in the handling
5146 of nested blocks.
f530a77b 5147 (ada-untab-hard): Do not touch the contents of comments and strings.
fe72c904
CW
5148
51492002-04-09 Mike Williams <mdub@bigfoot.com>
5150
5151 * textmodes/sgml-mode.el (sgml-lexical-context):
5152 Use sgml-parse-tag-backward to find start point.
5153 (sgml-looking-back-at): Doc fix.
5154
5fe0ea6a 51552002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
5156
5157 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
5158 for prompt.
5159
51602002-04-08 Stefan Monnier <monnier@cs.yale.edu>
5161
5162 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
5163 Use define-minor-mode.
5164 (auto-revert-buffers): Use with-current-buffer.
5165 Avoid changing the minor modes.
5166
5167 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
5168 rather than char-to-string since last-input-char can be any event.
5169
5170 * international/titdic-cnv.el (tit-dictionary):
5171 Use defvar for non-constants.
5172
5173 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
5174 (global-cwarn-mode): Use easy-mmode-define-global-mode.
5175 (cwarn-font-lock-keywords): New function.
5176 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
5177 (cwarn-font-lock-match): New macro.
5178 (cwarn-font-lock-match-assignment-in-expression)
5179 (cwarn-font-lock-match-dangerous-semicolon)
5180 (cwarn-font-lock-match-reference): Use it.
5181
5182 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
5183 Use defvar rather than defconst since it's meant to be settable.
5184 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
5185 (cperl-fix-line-spacing): Add missing \ in [ t].
5186
5187 * loadup.el: Call ucs-unify-8859 directly rather than
5188 unify-8859-on-encoding-mode.
5189 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
5190
5191 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
5192 (sgml-mode): Use it for comment-line-break-function.
5193
51942002-04-08 Jason Rumney <jasonr@gnu.org>
5195
5196 * international/mule-cmds.el (reset-language-environment):
5197 Handle coding-systems not being defined yet.
5198
51992002-04-08 Sam Steingold <sds@gnu.org>
5200
5201 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
5202 (vc-cvs-checkin): Use it.
5203
5fe0ea6a 52042002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
5205
5206 * files.el (display-time-string): Fix last change.
5207
52082002-04-07 Sam Steingold <sds@gnu.org>
5209
5210 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
5211
52122002-04-07 Jason Rumney <jasonr@gnu.org>
5213
5214 * international/mule-cmds.el (set-default-coding-systems)
5215 (reset-language-environment): Preserve eols on
5216 default-process-coding-system.
5217 (coding-system-change-text-conversion): Fix case where CODING is nil.
5218
5fe0ea6a 52192002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
5220
5221 * subr.el (play-sound): Move here from simple.el.
5222
5223 * simple.el (play-sound): Move to subr.el.
5224
52252002-04-06 Richard M. Stallman <rms@gnu.org>
5226
5227 * files.el (display-time-string-forms): Mark as risky.
5228
5229 * enriched.el (enriched-decode-foreground, enriched-decode-background):
5230 Use proper format for desired elts of `face' property.
5231 Don't test display-color-p; make the properties unconditionally.
5232
5233 * progmodes/compile.el (compilation-error-regexp-alist):
5234 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
5235
52362002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
5237
5238 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
5239 for customization type.
5240 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
5241
52422002-04-06 Mike Williams <mdub@bigfoot.com>
5243
5244 * textmodes/xml-lite.el: Remove.
5245
5fe0ea6a 52462002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
5247
5248 * simple.el (play-sound): New function (uses play-sound-internal).
5249
52502002-04-04 Richard M. Stallman <rms@gnu.org>
5251
5252 * files.el (mode-line-format, mode-line-modified)
5253 (mode-line-mule-info, mode-line-buffer-identification)
5254 (mode-line-modes, mode-line-position): Explicitly mark as risky.
5255 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
5256
5257 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
5258
5259 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
5260 Use (syntax-table), not old-syntax-table.
5261
5262 * enriched.el (enriched-decode-foreground)
5263 (enriched-decode-background): Don't call facemenu-get-face.
5264
52652002-04-04 Mike Williams <mdub@bigfoot.com>
5266
5267 * textmodes/sgml-mode.el: Add missing require.
5268 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
5269
5fe0ea6a 52702002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904
CW
5271
5272 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
5273 spot indicated by text property `cvs-goal-column', if present.
5274
5275 * pcvs-info.el (cvs-fileinfo-pp): Use text property
5276 `cvs-goal-column' to indicate position of file name (if present).
5277
52782002-04-03 Richard M. Stallman <rms@gnu.org>
5279
5280 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5281 Call mail-abbrev-make-syntax-table.
5282
5283 * format.el (format-deannotate-region): Doc fix.
5284
5285 * enriched.el (enriched-face-ans): Delete special treatment
5286 for fg:... and bg:... faces.
5287 (enriched-decode-foreground): Return a list that specifies
5288 the foreground color, rather than creating a face.
5289 (enriched-decode-background): Likewise.
5290
5291 * shell.el (shell-mode): Don't reinit comint-input-ring
5292 if that was already done.
5293
52942002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
5295
5296 * solar.el (solar-spring-or-summer-season): Delete.
5297 (solar-northern-spring-or-summer-season): New variable.
5298 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
5299 Rewrite.
5300
5301 * solar.el (diary-sabbath-candles-minutes): New variable.
5302 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
5303
5304 * calendar.el (update-calendar-mode-line): Force mode-line update.
5305 Make date under the cursor available as `date' in
5306 calendar-mode-line-format.
5307 Eval items in calendar-mode-line-format list.
5308
5309 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
5310 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
5311
5312 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
5313
5314 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
5315 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
5316 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5317 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
5318
5319 * cal-tex.el: Change all instances (interactive "P") to
5320 (interactive "p").
5321 (cal-tex-cursor-month): Add hfill and newline at end of month that
5322 ended on Saturday.
5323 (cal-tex-preamble): Change to LaTeX2e.
5324 (cal-tex-cursor-filofax-year): Don't use default month names in
5325 LaTeX macros in case user changes them.
5326 (cal-tex-month-name): New function. Used throughout in case user
5327 has done something funny with month names.
5328
5329 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
5330 (diary-rosh-hodesh): Spelling correction.
5331
53322002-04-03 Mike Williams <mdub@bigfoot.com>
5333
5334 * textmodes/sgml-mode.el (sgml-lexical-context)
5335 (sgml-parse-tag-backward): Extend support for CDATA to include
5336 conditional sections.
5337
5fe0ea6a 53382002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
5339
5340 * cus-start.el: Rename `autoselect-window' to
5341 `mouse-autoselect-window'.
5342
53432002-04-02 Richard M. Stallman <rms@gnu.org>
5344
5345 * files.el (hack-one-local-variable):
5346 Clear text props from string value.
5347
53482002-04-02 Stefan Monnier <monnier@cs.yale.edu>
5349
5350 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5351 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
5352 Use regexp-opt.
5353 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
5354 from F95.
5355 (f90-procedures-re): Add `null' and `cpu_time' from F95.
5356 (f90-font-lock-keywords-1): Minor reorganization so we don't need
5357 `override' any more.
5358 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
5359 (f90-indent-subprogram): Use indent-region.
5360 (f90-break-line): Use indent-according-to-mode.
5361
53622002-04-02 Mike Williams <mdub@bigfoot.com>
5363
5364 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
5365 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
5366 (sgml-get-context): Remove use of sgml-inside-tag-p.
5367 (sgml-inside-tag-p): Remove.
5368 (sgml-looking-back-at): Short-circuit at beg of buffer.
5369 (sgml-lexical-context, sgml-calculate-indent): Add support for
5370 CDATA sections.
5371
53722002-04-01 Stefan Monnier <monnier@cs.yale.edu>
5373
5374 * help.el (help-key-description): New fun.
5375 (describe-key-briefly, describe-key): Use it and
5376 this-single-command-raw-keys plus new arg `untranslated'.
5377
5378 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
5379 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
5380 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
5381 (sgml-insert-end-tag): New funs taken from xml-lite.el.
5382 (sgml-calculate-indent): Use them.
5383 (sgml-slash-matching): Rename from sgml-slash.
5384 (sgml-slash): Copied from xml-lite and changed to use
5385 sgml-slash-matching and sgml-quick-keys.
5386
5387 * international/mule-cmds.el (standard-keyboard-coding-systems):
5388 Add koi8-u and koi8-r.
5389
5390 * eshell/.cvsignore: New file.
5391
5392 * eshell/esh-groups.el: Remove.
5393
5394 * progmodes/tcl.el: Change maintainer.
5395 (tcl-electric-hash-style): Change default to nil.
5396 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
5397 (tcl-do-auto-fill): Remove.
5398 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
5399
54002002-04-01 Mike Williams <mdub@bigfoot.com>
5401
5402 * textmodes/sgml-mode.el: Doc fixes.
5403 (sgml-mode): Set indent-line-function to sgml-indent-line.
5404 (sgml-calculate-indent): Add an explicit check for 'text syntax,
5405 to protect against future enhancements to sgml-lexical-context.
5406 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
5407
5408 * textmodes/xml-lite.el: Removed much redundant stuff.
5409 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
5410 always start within text. Make use of sgml-unclosed-tag-p.
5411
5fe0ea6a 54122002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
fe72c904
CW
5413
5414 * tcl.el (tcl-imenu-generic-expression): New value.
5415 (tcl-imenu-create-index-function): Function deleted.
5416 (tcl-mode): Check for filladapt-mode.
5417 Use tcl-imenu-generic-expression instead of
5418 tcl-imenu-create-index-function.
5419 (inferior-tcl-mode): Doc fix.
5420 Change not legally significant.
5421
5fe0ea6a 54222002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
5423
5424 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
5425
5426 * window.el (handle-select-window): New function.
5427 Update copyright.
5428
54292002-04-01 Richard M. Stallman <rms@gnu.org>
5430
5431 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
5432
5433 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
5434 tool-bar-add-item, and new arg MAP.
5435 (tool-bar-add-item): Now calls tool-bar-local-item.
5436 (tool-bar-local-item-from-menu): Renamed from
5437 tool-bar-add-item-from-menu, and new arg IN-MAP.
5438 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
5439
5440 * help-fns.el (help-with-tutorial): Allow various ways
5441 to specify the text in the [...] line, in handling the <...> line.
5442
5443 * progmodes/idlw-rinfo.el (idlwave-system-routines):
5444 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
5445
5446 * subr.el (redraw-modeline): Define alias.
5447
54482002-03-31 Richard M. Stallman <rms@gnu.org>
5449
5450 * files.el (file-expand-wildcards): Use save-match-data.
5451
5452 * files.el (format-alist): Mark as risky.
5453
5454 * simple.el (kill-new): Doc fix.
5455
5456 * emacs-lisp/byte-opt.el (side-effect-free-fns)
5457 (side-effect-and-error-free-fns): Add many functions, remove some.
5458
54592002-03-30 Richard M. Stallman <rms@gnu.org>
5460
5461 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
5462
54632002-03-30 Eli Zaretskii <eliz@gnu.org>
5464
5465 * font-lock.el (save-buffer-state): Fix last change.
5466
5467 * files.el (auto-save-file-name-transforms): Fix last change.
5468
5469 * startup.el (command-line): Fix last change.
5470
54712002-03-29 Richard M. Stallman <rms@gnu.org>
5472
5473 * subr.el (play-sound-file): Moved to simple.el.
5474
5475 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
5476
54772002-03-29 Colin Walters <walters@verbum.org>
5478
5479 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
5480 instead of `forward-line'.
5481 (ibuffer-forward-line): Be sure to skip over special properties
5482 before moving, too.
5483
5484 * calc/calc.el (calc-was-split): Var deleted.
5485 (calc): Remove reference to it.
5486 (calc): Ditto.
5487 (calc-quit): Ditto.
5488 (calc-init-base): Ditto.
5489
5490 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
5491
54922002-03-29 Stefan Monnier <monnier@cs.yale.edu>
5493
5494 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
5495 instead of nil when point is outside of any tag.
5496 (sgml-beginning-of-tag): Adjust to the change.
5497 (sgml-calculate-indent): Use the new info returned by
5498 sgml-lexical-context. Try to handle unclosed tags.
5499
5500 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
5501 at unclosed tags unless it is at indentation.
5502 Kill nested unclosed tags.
5503 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
5504 (xml-lite-mode): Use sgml-indent-line instead.
5505
55062002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
5507
5508 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
5509 expand-file-name.
5510
5511 * startup.el (command-line): Recompute auto-save-file-name-transforms
5512 using the updated value of temporary-file-directory.
5513
55142002-03-29 Stefan Monnier <monnier@cs.yale.edu>
5515
5516 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
5517 even with an empty context. Don't save excursion any more.
5518 Don't complain about unmatched start-tags in sgml-unclosed-tags.
5519 Ignore end-tags in sgml-empty-tags.
5520 (xml-lite-get-context, xml-lite-calculate-indent)
5521 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
5522 (xml-lite-indent-line): Use back-to-indentation.
5523
5524 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
5525 (sgml-name-re, sgml-attrs-re): New consts.
5526 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
5527 (sgml-mode): Use them.
5528 (sgml-lexical-context): Default to (point-min) if nothing else works.
5529 (sgml-calculate-indent): Indent slightly differently.
5530 (sgml-indent-line): Use back-to-indentation.
5531 (sgml-parse-dtd): New function.
5532 (sgml-unclosed-tags): New var.
5533 (html-mode): Set it.
5534
55352002-03-29 Simon Marshall <simon.marshall@misys.com>
5536
5537 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
5538
55392002-03-29 Richard M. Stallman <rms@gnu.org>
5540
5541 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
5542 Use FILTER arg in dired-get-marked-files to exclude directories.
5543 (dired-nondirectory-p): New function.
5544
5545 * dired.el (dired-get-marked-files): New arg FILTER
5546 allows selection of some files.
5547
5548 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
5549
55502002-03-29 Eric M. Ludlam <eric@siege-engine.com>
5551
5552 * speedbar.el (speedbar-default-directory-list): Made robust
5553 against deleted directories.
5554
55552002-03-28 Richard M. Stallman <rms@gnu.org>
5556
5557 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
5558 Bindings changed.
5559
5560 * progmodes/compile.el (compilation-handle-exit):
5561 If compilation-window-height is 0, display status in echo area.
5562
5563 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
5564
5565 * rect.el (replace-rectangle): Add autoload.
5566
5567 * files.el: Mark many more variables as risky.
5568 (hack-one-local-variable): Recognize several additional
5569 patterns as risky.
5570
5571 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
5572
55732002-03-28 Stefan Monnier <monnier@cs.yale.edu>
5574
5575 * textmodes/xml-lite.el (xml-lite-in-string-p):
5576 Use sgml-lexical-context.
5577 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
5578 (xml-lite-get-context): Check that open/close tags match.
5579 Don't stop scanning while we're ignoring matching tags.
5580
5581 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
5582 (sgml-mode-syntax-table): Use it.
5583 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
5584 (sgml-tags-invisible): Use it.
5585 (sgml-lexical-context): New fun.
5586 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
5587 (sgml-quote): Accept \n as entity reference terminator.
5588 (sgml-calculate-indent, sgml-indent-line): New funs.
5589
55902002-03-28 Andre Spiegel <spiegel@gnu.org>
5591
5592 * vc-cvs.el (vc-cvs-global-switches): New user option.
5593 (vc-cvs-command): New function. Update all callers of
5594 `vc-do-command' in vc-cvs.el to use this instead.
5595
55962002-03-27 Andrew Innes <andrewi@gnu.org>
5597
5598 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
5599 relying on shell globbing.
5600
56012002-03-27 Colin Walters <walters@debian.org>
5602
5603 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
5604 (ibuffer-fontification-alist): Use it.
5605 (ibuffer-backward-line): Handle `ibuffer-summary' area.
5606 (ibuffer-forward-line): Ditto.
5607
5608 * ibuf-ext.el (sorter mode-name): Doc fix.
5609 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
5610 (operation query-replace): Use new `noerror' arg for
5611 `query-replace-read-args'.
5612 (operation query-replace-regexp): Ditto.
5613
56142002-03-27 Stefan Monnier <monnier@cs.yale.edu>
5615
5616 * textmodes/xml-lite.el: Fix copyright notice.
5617 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
5618 (xml-lite-indent-comment-offset): Remove.
5619 (xml-lite-calculate-indent): Use new name. Use natural alignment
5620 for comments.
5621 (xml-lite-in-string-p): Simplify.
5622
5fe0ea6a 56232002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
5624
5625 * allout.el (outline-layout): Doc fix.
5626
56272002-03-27 Stefan Monnier <monnier@cs.yale.edu>
5628
5629 * textmodes/xml-lite.el: Don't require `custom'.
5630 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
5631 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
5632 (xml-lite-get-context): Drop nested tags not just for comments.
5633 (xml-lite-indent-line): Be more careful about moving point.
5634 (xml-lite-insert-end-tag, xml-lite-slash):
5635 Use indent-according-to-mode instead of xml-lite-indent-line.
5636 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
5637 Set sgml-xml-mode. Don't call force-mode-line-update.
5638 (xml-lite-mode-map): Don't bind TAB.
5639
56402002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
5641
5642 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
5643 parameter value.
5644 (gud-jdb-build-source-files-list): Comment clarification.
5645 (gud-jdb-massage-args): Reworked into loop-based argument list
5646 processing in order to support -classpath and -sourcepath argument
5647 processing.
5648 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
5649 to gud-jdb-classpath to obtain search list.
5650 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
5651 directory names in classpath/sourcepath lists, update comment.
5652 (jdb): Add setting of gud-jdb-sourcepath, update comment.
5653 (gud-find-class): Add gud-jdb-sourcepath use, and correct
5654 behaviour for the case when classpath is not used--backward
5655 compatibility fix.
5656
56572002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
5658
5659 * Makefile.in (compile, compile-always): Don't try to compile
5660 non-existent files or files in empty directories.
5661
56622002-03-26 Michael Ernst <mernst@alum.mit.edu>
5663
5664 * compare-w.el (compare-windows-whitespace): Match all whitespace.
5665
5666 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
5667 copy of standard Lisp directories.
5668
5669 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
5670 Support "next has longname" link type.
5671
56722002-03-26 Stefan Monnier <monnier@cs.yale.edu>
5673
5674 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
5675 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
5676 New functions.
5677 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
5678 (end-of-xml-tag): Remove.
5679 (xml-lite-get-context): Better handling of comments.
5680 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
5681 (xml-lite-parse-tag-backward): Rewrite.
5682
56832002-03-26 Juanma Barranquero <lektu@terra.es>
5684
5685 * makefile.w32-in (WINS): Add the toolbar directory.
5686
56872002-03-26 Richard M. Stallman <rms@gnu.org>
5688
5689 * subr.el (substring-no-properties): Function deleted (now in C).
5690
5fe0ea6a 56912002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
5692
5693 * mwheel.el (mouse-wheel-mode): Use global-set-key and
5694 global-unset-key.
5695
56962002-03-24 Richard M. Stallman <rms@gnu.org>
5697
5698 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
5699
5700 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
5701 to query-replace-read-args.
5702
5703 * progmodes/compile.el (compilation-forget-errors):
5704 Don't adjust compilation-parsing-end if it's nil.
5705
5706 * replace.el (query-replace-read-args): New optional arg NOERROR.
5707 (perform-replace): Use save-window-excursion around recursive edit.
5708
57092002-03-24 Colin Walters <walters@verbum.org>
5710
5711 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
5712 non-nil, then always use another window.
5713
57142002-03-24 Gerd Moellmann <gerd@gnu.org>
5715
5716 * subr.el (macro-declaration-function): New function. Set the
5717 variable macro-declaration-function to it.
5718
5719 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
5720 Handle declarations in macro definitions.
5721
57222002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
5723
5724 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
5725
5726 * enriched.el (enriched-face-ans): Support FACE of the form
5727 (:foreground COLOR) and (:background COLOR).
5728 (enriched-decode-foreground, enriched-decode-background): Set the
5729 fore- and background colors of the faces we create, since facemenu
5730 doesn't.
5731
5fe0ea6a 57322002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
5733
5734 * mwheel.el (mouse-wheel-mode): Use the result of
5735 current-global-map instead of the variable `global-map'.
5736
57372002-03-23 Richard M. Stallman <rms@gnu.org>
5738
5739 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
5740 broken out of sendmail-pre-abbrev-expand-hook.
5741 (sendmail-pre-abbrev-expand-hook): Use it.
5742
57432002-03-22 Stefan Monnier <monnier@cs.yale.edu>
5744
5745 * Makefile.in (finder-inf.el): Remove.
5746 (finder-data): Don't depend on finder-inf.el any more.
5747 (compile, compile-always): Handle the case where some files
5748 from DONTCOMPILE are missing (it tried to compile them).
5749 (bootstrap-clean): Use src/emacs only if executable.
5750 (bootstrap): Update subdirs.el and finder-inf.el.
5751
5752 * finder.el: Don't load finder-inf.el during byte-compilation.
5753
5754 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
5755 Don't consider cvs-removed files as under VC control.
5756 VC wouldn't handle them properly anyway and it confuses
5757 vc-file-not-found-hook.
5758
5759 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
5760 Add autoload cookie.
5761
57622002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
5763
5764 * calendar/calendar.el (calendar): Doc fix.
5765
57662002-03-22 Juanma Barranquero <lektu@terra.es>
5767
5768 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
5769 (gomoku-font-lock-X-face): Likewise.
5770 (gomoku-font-lock-keywords): Use faces instead of variables.
5771
57722002-03-21 Stefan Monnier <monnier@cs.yale.edu>
5773
5774 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
5775
57762002-03-21 Kim F. Storm <storm@cua.dk>
5777
5778 * simple.el (open-network-stream, open-network-stream-nowait)
5779 (open-network-stream-server): Use featurep to test for
5780 supported networking features.
5781
57822002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
5783
5784 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
5785 directions as the last action.
5786
5fe0ea6a 57872002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
5788
5789 * startup.el (fancy-splash-tail, normal-splash-screen):
5790 Update copyright.
5791
5792 * novice.el (disabled-command-hook): Clarify output text to match
5793 prompt.
5794
57952002-03-20 Jason Rumney <jasonr@gnu.org>
5796
5797 * frame.el (display-images-p): Do not explicitly check display type.
5798
57992002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
5800
5801 * mail-utils.el:
5802 Eliminate compilation warnings due to `rfc822-addresses'.
5803 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
5804 warning free compile.
5805
58062002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
5807
5808 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
5809 Take the current highlighting style into account.
5810 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
5811 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
5812
5813 * ediff-init.el (ediff-patch-job): New macro.
5814
5815 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
5816 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
5817
5818 * ediff-ptch.el (ediff-map-patch-buffer):
5819 Use ediff-make-new-meta-list-header.
5820 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
5821
5822 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
5823 (ediff-select-difference): Take highlighting style into account.
5824 (ediff-clone-buffer-for-region-comparison): New function.
5825 (ediff-inferior-compare-regions): Added comparison of current diff
5826 regions.
5827
5828 * ediff.el (ediff-clone-buffer-for-region-comparison)
5829 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
5830
58312002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
5832
5833 * mail-utils.el (rmail-dont-reply-to):
5834 Overhaul to correctly apply the regular
5835 expressions in the variable `rmail-dont-reply-to-names' to the list of
5836 destination addresses. Contributed by lorentey@elte.hu.
5837
5838 * rmail.el (rmail-dont-reply-to-names):
5839 Modify the documentation to make it email
5840 address centric rather than login name centric. Contributed by
5841 lorentey@elte.hu.
5842
58432002-03-18 Colin Walters <walters@verbum.org>
5844
5845 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
5846 we don't require `cl' at runtime.
5847 (sorting mode mode-name): Don't take the symbol-name of a string.
5848
5849 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
5850 line after setting the mark.
5851 (ibuffer-insert-buffers-and-marks): Invert the test for
5852 `ibuffer-sorting-reversep'.
5853
58542002-03-18 Stefan Monnier <monnier@cs.yale.edu>
5855
5856 * international/ucs-tables.el (unify-8859-on-decoding-mode)
5857 (unify-8859-on-encoding-mode): Remove autoload cookie.
5858
58592002-03-18 Andre Spiegel <spiegel@gnu.org>
5860
5861 * vc-rcs.el (vc-rcs-register): Fix handling of
5862 vc-[rcs-]register-switches.
5863 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
5864 Variables removed, since they weren't used yet.
5865
5866 * vc-cvs.el (vc-cvs-register): Fix handling of
5867 vc-[cvs-]register-switches.
5868
5869 * vc-sccs.el (vc-sccs-register): Fix handling of
5870 vc-[sccs-]register-switches.
5871
58722002-03-18 Stefan Monnier <monnier@cs.yale.edu>
5873
5874 * loadup.el ("emacs-lisp/backquote"): Load earlier.
5875 ("international/ucs-tables"): Load and turn on
5876 unify-8859-on-encoding-mode unconditionally.
5877 (emacs-version): Use `defconst' rather than `setq'.
5878
5879 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
5880
58812002-03-18 Richard M. Stallman <rms@gnu.org>
5882
5883 * menu-bar.el (menu-bar-options-menu): Cope if
5884 text-mode-hook is not a list.
5885
58862002-03-17 Richard M. Stallman <rms@gnu.org>
5887
5888 * emulation/pc-select.el (pc-selection-mode):
5889 Alter the existing global map, don't replace it.
5890
5891 * files.el (list-directory): Set default-directory at the end.
5892
5893 * dabbrev.el (dabbrev--goto-start-of-abbrev):
5894 Put a limit on field-beginning search.
5895
58962002-03-17 Simon Josefsson <jas@extundo.com>
5897
5898 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
5899 (browse-url-mosaic): Use it.
5900
5901 * net/browse-url.el (browse-url-filename-alist): Don't begin
f530a77b 5902 docstring with *, you don't want to set this one with M-x set-variable.
fe72c904
CW
5903
5904 * net/browse-url.el: Put * in user option doc strings.
5905
59062002-03-17 Stefan Monnier <monnier@cs.yale.edu>
5907
5908 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
5909 (sgml-xml-guess): Simplify.
5910 (sgml-mode-common): Remove (move into sgml-mode).
5911 (sgml-mode): Add code from sgml-mode-common.
5912 Remove redundant setting of indent-line-function.
5913 Don't set skeleton-transformation when in XML mode.
5914
5915 * international/mule-diag.el (describe-char-after):
5916 Use `internal-describe-syntax-value' again (got lost somewhere).
5917
5918 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
5919 Use unify-8859-on-decoding-mode.
5920 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
5921 (ucs-insert): Give an error if the unicode char can't be created.
5922
5923 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
5924 (cvs-parse-status): Handle the "used to have a conflict" marker.
5925
59262002-03-17 Kim F. Storm <storm@cua.dk>
5927
5928 The following changes are related to the enhanced network process
5929 support.
5930
5931 * simple.el: Update copyright.
5932 (clone-process): Use make-network-process to clone network
5933 processes. Get command list via (process-contact ... t).
5934 Use set-process-query-on-exit-flag and process-query-on-exit-flag
5935 instead of process-kill-without-query.
5936 (open-network-stream): Replaces C-version from process.c.
5937 (open-network-stream-nowait, open-network-stream-server): New funs.
5938 (process-kill-without-query): Replaces C-version from process.c.
5939
5940 * files.el: Update copyright.
5941 (save-buffers-kill-emacs): Also check for active server
5942 processes. Use process-query-on-exit-flag. Only list processes
5943 which has the query-on-exit flag set in connection with user query.
5944
5945 * shadowfile.el: Update copyright.
5946 (shadow-save-buffers-kill-emacs): Also check for active server
5947 processes. Use process-query-on-exit-flag.
5948
59492002-03-16 Simon Marshall <simon.marshall@misys.com>
5950
5951 * imenu.el (imenu-menubar-modified-tick): Renamed from
5952 imenu-update-menubar-modified-tick.
5953 (imenu-update-menubar): Update imenu-menubar-modified-tick
5954 whenever outer condition succeeds.
5955
5956 * lazy-lock.el (save-buffer-state):
5957 Bind inhibit-modification-hooks and buffer-file-truename
5958 instead of before-change-functions and after-change-functions.
5959
59602002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
5961
5962 * international/codepage.el (codepage-setup): Don't define a
5963 codepage if it is already defined.
5964
5965 * textmodes/po.el (po-content-type-charset-alist): Convert the
5966 car of each association to a string.
5967 (po-find-file-coding-system-guts): If the charset matches a name
5968 of a codepage, set up that codepage and return it as a coding
5969 system to decode the file.
5970 (po-find-charset): Search for the Charset= header even if we've
5971 read less than 4KB.
5972 <top-level>: Remove the setup for all known codepages: it seems
5973 to cause crashes in the CCL driver.
5974
5fe0ea6a 59752002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
5976
5977 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
5978 (bibtex-entry-field-alist): Doc fix.
5979
59802002-03-16 Richard M. Stallman <rms@gnu.org>
5981
5982 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
5983 Move definition above cperl-outline-regexp.
5984
5985 * bindings.el (mode-line-mule-info): In computing help-echo prop,
5986 avoid using save-window-excursion. And compile the function.
5987
59882002-03-15 Stefan Monnier <monnier@cs.yale.edu>
5989
5990 * files.el (load-completion): New function.
5991 (load-library): Use it.
5992
5fe0ea6a 59932002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
5994
5995 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
5996 to match the actual code.
5997
59982002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
5999
6000 * textmodes/po.el (po-find-file-coding-system-guts):
6001 Use with-temp-buffer instead of po-with-temp-buffer.
6002
6003 * international/mule-conf.el (file-coding-system-alist): Add an
6004 association for PO files.
6005
6006 * textmodes/po.el: New file.
6007
60082002-03-15 Gerd Moellmann <gerd@gnu.org>
6009
6010 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
6011 Fix simple loop indentation.
6012
60132002-03-14 Miles Bader <miles@gnu.org>
6014
6015 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
6016
60172002-03-14 Richard M. Stallman <rms@gnu.org>
6018
6019 * textmodes/picture.el (picture-insert)
6020 (picture-clear-column, picture-draw-rectangle):
6021 Use move-to-column, not move-to-column-force.
6022
6023 * dired.el (dired-readin): Clear out undo list.
6024 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
6025 (dired-delete-entry): New function.
6026 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
6027 and dired-delete-entry, to update this buffer (and others).
6028
6029 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
6030
6031 * facemenu.el (facemenu-add-new-face):
6032 Pass region args to facemenu-set-face, when there is a region.
6033 (facemenu-set-foreground, facemenu-set-background)
6034 (facemenu-add-face): Doc fixes.
6035
6036 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
6037
60382002-03-14 Miles Bader <miles@gnu.org>
6039
6040 * emacs-lisp/debug.el: Require `button'.
6041 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
6042 to get TAB and <backtab> bindings.
6043
6044 * net/rlogin.el (rlogin-carriage-filter): Function removed.
6045 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
6046 comint removes carriage returns itself now.
6047
6048 * rfn-eshadow.el (rfn-eshadow-update-overlay):
6049 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
6050 getting hosed by our own intangible property.
6051
60522002-03-13 Stefan Monnier <monnier@cs.yale.edu>
6053
6054 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
6055 Add fortran-comment-line-start-skip to comment-start-skip.
6056 (fortran-comment-indent): Keep whole-line comments in column 0.
6057 (fortran-find-comment-start-skip): New arg `all'.
6058 If ALL is nil, make sure we only match comment-start-skip if we
6059 can't match fortran-comment-line-start-skip.
6060 Fix bug that made it return t but without moving point when
6061 matching '!'! (a false-comment followed by a real comment).
6062 (fortran-indent-comment): Use new `all' argument above.
6063 Be careful not to add an incorrect comment-starter like "C"
6064 in comment-column.
6065 (fortran-split-line): When splitting a comment, reuse the comment
6066 starter from the current line rather than fortran-comment-line-start.
6067 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
6068 cleaner behavior of fortran-find-comment-start-skip.
6069 (fortran-fill): Don't be confused by ! inside a comment.
6070 (fortran-break-line): Minor cleanup and simplification.
6071
60722002-03-13 Francesco Potorti` <pot@gnu.org>
6073
6074 * progmodes/etags.el (tag-exact-file-name-match-p)
6075 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
6076 simpler regexp.
6077
60782002-03-12 Colin Walters <walters@debian.org>
6079
6080 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
6081 redisplaying a line.
6082
60832002-03-12 Jan D. <Jan.Djarv@mbox200.swipnet.se>
6084
6085 * term/x-win.el (emacs-session-restore): Take previous id as
6086 an argument.
6087 (emacs-session-save): Add comment that return t means cancel shutdown
6088
6089 * startup.el (command-line): Must check that x-session-previous-id
6090 is bound also, for non-X platforms.
6091
60922002-03-12 Gerd Moellmann <gerd@gnu.org>
6093
6094 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
6095 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
6096 New user options.
6097 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
6098 (common-lisp-indent-function-1): Renamed from
6099 common-lisp-indent-function.
6100 (common-lisp-indent-function): Handle loop forms specially.
6101 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
6102 (lisp-backquote-indentation): New user option.
6103
61042002-03-12 Francesco Potorti` <pot@gnu.org>
6105
6106 * progmodes/etags.el (tag-exact-file-name-match-p)
6107 (tag-file-name-match-p, tag-partial-file-name-match-p):
6108 Assume that the header of a tags section has either a number
6109 or nothing after the last comma.
6110
61112002-03-11 Richard M. Stallman <rms@gnu.org>
6112
6113 * imenu.el (imenu-update-menubar-modified-tick): New variable.
6114 (imenu-update-menubar): Don't call imenu--make-index-alist
6115 if buffer has not changed since last time.
6116
6117 * desktop.el (desktop-buffer-handlers): Doc fix.
6118 (desktop-buffer-file): Explicitly return BUF.
6119
6120 * paren.el (show-paren-function): Move back in other direction
6121 to verify the match is correct.
6122
6123 * mail/supercite.el (sc-select-attribution): Accept whatever value
6124 we get in CHOICE; there is no value meaning "try again".
6125
61262002-03-11 Colin Walters <walters@verbum.org>
6127
6128 * shell.el (toplevel): Revert previous change to use pcomplete.
6129 (shell-mode): Ditto.
6130 (shell-pcomplete-setup-done): Remove.
6131 (shell-pcomplete): Ditto.
6132 (shell-pcomplete-reverse): Ditto.
6133
6134 * comint.el: Remove documentation on setting up pcomplete.
6135
5fe0ea6a 61362002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
6137
6138 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
6139 item. Doc fix.
6140
6141 * image.el (image-type-from-file-header): Make temporary buffer
6142 unibyte.
6143
6144 * subr.el (add-to-list): Doc fix.
6145
61462002-03-11 Miles Bader <miles@gnu.org>
6147
6148 * pcomplete.el (pcomplete-entries): Expand environment variables
6149 in filename.
6150
61512002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
6152
6153 * play/mpuz.el: Use defface instead of facemenu-get-face.
6154
61552002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
6156
6157 * startup.el (command-line): Add call to emacs-session-restore if
6158 both x-session-id and x-session-previous-id are strings.
6159
6160 * term/x-win.el (x-handle-smid): New function.
6161 (emacs-session-filename): New function.
6162 (emacs-session-save): New function.
6163 (emacs-save-session-functions): New variable.
6164 (emacs-session-restore): New function.
6165
61662002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
6167
6168 * simple.el (shell-command-on-region): Call push-mark with
6169 non-nil second arg, to suppress the "Mark set" message.
6170
61712002-03-08 Richard M. Stallman <rms@gnu.org>
6172
6173 * textmodes/picture.el (picture-forward-column): New arg `interactive'
6174 is non-nil for an interactive call. Use instead of interactive-p.
6175 (picture-backward-column): Likewise.
6176
6177 * tar-mode.el (tar-untar-buffer): New function.
6178
6179 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
6180 Put the mouse-face on the entire xref, like the local keymap.
6181
6182 * find-dired.el (find-name-dired): Use shell-quote-argument.
6183
61842002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
6185
6186 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
6187 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
6188 (mpuz-allow-double-multiplicator): New options for nicer look and
6189 new features.
6190 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
6191 (mpuz-check-all-solved, mpuz-random-puzzle)
6192 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
6193 (mpuz-show-solution): Functions streamlined and removed french
6194 style space before punctuation, added face support and optional
6195 solving of trivial results.
6196
61972002-03-07 Colin Walters <walters@verbum.org>
6198
6199 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
6200
6201 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
6202 instead of "recency" for clarity.
6203 (ibuffer-compile-format): Document more. Handle new "summarizer"
6204 columns.
6205 (ibuffer-fontify-region-function): Ditto.
6206 (ibuffer-insert-buffer-line): Ditto.
6207 (ibuffer-map-lines): Ditto.
6208 (ibuffer-insert-buffers-and-marks): Ditto.
6209 (ibuffer-update-title-and-summary): Renamed from
6210 `ibuffer-update-title'. Handle "summarizer" columns.
6211 (ibuffer-clear-summary-columns): New function.
6212
6213 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
6214
62152002-03-07 Gerd Moellmann <gerd@gnu.org>
6216
6217 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
6218 Use the other-window instead of the other-frame functions when
6219 the window is dedicated.
6220
62212002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
6222
6223 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
6224 with SILENT so that a new field can be added.
6225
62262002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6227
6228 * files.el (make-auto-save-file-name): Make sure the produced file
6229 name does not contain characters that are invalid for DOS/Windows
6230 filesystems.
6231
6232 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
6233 Remove replacement functions.
6234
62352002-03-06 Gerd Moellmann <gerd@gnu.org>
6236
6237 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
6238 the form `:x'.
6239
6240 * vc.el (vc-branch-part): Add autoload cookie. This function can
6241 be called from vc-rcs-find-most-recent-rev when visiting a file
6242 checked into RCS in a CVS sandbox.
6243
62442002-03-06 Andreas Schwab <schwab@suse.de>
6245
6246 * progmodes/hideif.el: Augment expression parser to handle
6247 conditional expressions.
6248 (hif-token-regexp): Also match `?' and `:'.
6249 (hif-tokenize): Handle `?' and ':' as tokens.
6250 (hif-expr): Parse conditional expressions.
6251 (hif-or-expr): Parse `||' expressions.
6252 (hif-and-expr): Renamed from hif-term.
6253 (hif-conditional): New function to evaluate a conditional
6254 expression.
6255
5fe0ea6a 62562002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
6257
6258 * language/czech.el ("Czech"): Fix the documentation.
6259
6260 * language/slovak.el ("Slovak"): Likewise.
6261
62622002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
6263
6264 * xml.el (xml-parse-attlist): Accept empty strings.
6265
62662002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
6267
6268 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
6269 all terminals now support highlighting of some kind.
6270
6271 * language/european.el (mac-roman): Fix the safe-chars property.
6272
62732002-03-05 Andre Spiegel <spiegel@gnu.org>
6274
6275 * vc.el (vc-transfer-file): Use `make-temp-file'.
6276 (vc-default-update-changelog): Remove conditional use of
6277 `make-temp-name'.
6278
6279 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
6280
62812002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
6282
6283 * ediff-init.el: Comments.
6284
6285 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
6286 is loaded.
6287
6288 * ediff-mult.el (ediff-intersect-directories)
6289 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
6290 Cleanup.
6291 (ediff-draw-dir-diffs): Now supports the "C" command in directory
6292 difference buffer.
6293 (ediff-dir-diff-copy-file): New function that implements copying
6294 of files from one Ediff dir to another
6295 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
6296 (ediff-append-custom-diff): Better error msgs.
6297
6298 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
6299 (ediff-inferior-compare-regions): Use
6300 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
6301
6302 * ediff.el (ediff-directories-internal): Cleanup.
6303 (ediff-clone-buffer-for-region-comparison): Better interface.
6304
63052002-03-04 Richard M. Stallman <rms@gnu.org>
6306
6307 * emacs-lisp/easy-mmode.el (define-minor-mode):
6308 Use "P" in interactive spec of minor mode commands.
6309
63102002-03-04 Stefan Monnier <monnier@cs.yale.edu>
6311
6312 * faces.el (face-spec-choose): Allow `t' to appear before the end.
6313 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
6314 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
6315 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
6316 (mode-line-inactive, header-line): Move the `t' section to the
6317 beginning so the `:inherit' setting can be shared.
6318
5fe0ea6a 63192002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
6320
6321 * net/snmp-mode.el: Require tempo when compiling to prevent
6322 warnings. Update copyright notice.
6323
6324 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
6325 like not defined at all.
6326
63272002-03-03 Stefan Monnier <monnier@cs.yale.edu>
6328
6329 * textmodes/sgml-mode.el: Change maintainer to FSF.
6330 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
6331 (sgml-tags-invisible, sgml-beginning-of-tag):
6332 Allow _ : and non-ASCII in tag names, as required for XML.
6333 (sgml-name-char): Don't assume anything about charsets handled by
6334 encode-char.
6335
6336 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
6337 where one of the buffers is narrowed.
6338
6339 * hexl.el (hexlify-command, dehexlify-command): Remove.
6340 (hexlify-buffer, dehexlify-buffer): Use call-process-region
6341 rather than shell-command-on-region.
6342
6343 * newcomment.el (comment-forward): Use forward-comment to skip
6344 over whitespace (or comments) even when comment-use-syntax is nil.
6345
6346 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
6347
6348 * textmodes/xml-lite.el: New file.
6349
63502002-03-03 Richard M. Stallman <rms@gnu.org>
6351
6352 * textmodes/artist.el (artist-system): Use make-temp-file.
6353
6354 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
6355
6356 * mail/sendmail.el (mail-recover-1): Increase non-random-len
6357 by 1 since we changed make-auto-save-file-name to add one
6358 fewer character to the buffer name.
6359 (mail-recover): Really show point at the right place
6360 in the *Directory* buffer.
6361
6362 * files.el (make-auto-save-file-name): Use make-temp-file.
6363
6364 * terminal.el (te-create-terminfo): Use make-temp-file
6365 to create the source file in a safe way.
6366
63672002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
6368
6369 * cus-start.el: Rename automatic-hscroll-step and
6370 automatic-hscroll-margin into hscroll-step and hscroll-margin.
6371
f530a77b 6372 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
fe72c904
CW
6373 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
6374
6375 * mouse.el (mouse-region-delete-keys): Add deletechar.
6376
63772002-03-03 Sam Steingold <sds@gnu.org>
6378
6379 * play/snake.el (snake-score-file): Fixed parens (broken by the
6380 last patch).
6381 * play/tetris.el (tetris-score-file): Ditto.
6382
63832002-03-03 Richard M. Stallman <rms@gnu.org>
6384
6385 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
6386
6387 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
6388
6389 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
6390 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
6391
63922002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
6393
6394 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
6395 instead of `buffer-substring-no-properties' to support enriched mode.
6396
63972002-03-02 Richard M. Stallman <rms@gnu.org>
6398
6399 * find-dired.el (find-grep-dired): Call shell-quote-argument.
6400 Specify the -e option.
6401 Rename arg to `regexp'.
6402
64032002-03-02 Milan Zamazal <pdm@zamazal.org>
6404
6405 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
6406
64072002-03-02 Miles Bader <miles@gnu.org>
6408
6409 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
6410 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
6411 If there's no applicable modifiers entry in the alist in
6412 `mouse-wheel-scroll-amount', fall back to the default, not to
6413 nil (which causes full screen scrolls).
6414
64152002-03-01 Andreas Schwab <schwab@suse.de>
6416
6417 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
6418 Remove extra paren in regexp.
6419
64202002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
6421
6422 * mouse.el (mouse-show-mark): Use display-mouse-p, not
6423 display-graphic-p, to decide whether to move point or use the
6424 highlighting.
6425
64262002-02-28 Colin Walters <walters@verbum.org>
6427
6428 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
6429
6430 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
6431 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
6432 (calc-temp-file-name): Use `make-temp-file'.
6433
64342002-02-28 Richard M. Stallman <rms@gnu.org>
6435
6436 * font-lock.el (java-font-lock-extra-types):
6437 Match java.net.URL, etc.
6438
5fe0ea6a 64392002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
6440
6441 * hexl.el (hexl-options): Doc fix.
6442 Update Commentary section.
6443
6444 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
6445 Doc fixes.
6446
64472002-02-28 Andre Spiegel <spiegel@gnu.org>
6448
6449 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
6450 the user to do that first.
6451 (vc-update): New function.
6452
6453 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
6454 which calls vc-update. Use the term "Base Version" instead of
6455 "Last Version" for the entries "Revert" and "Compare".
6456
64572002-02-28 Kim F. Storm <storm@cua.dk>
6458
6459 * simple.el (shell-command-on-region): Report non-zero exit
6460 status in mode line instead of buffer.
6461
64622002-02-27 Richard M. Stallman <rms@gnu.org>
6463
6464 * comint.el (comint-preoutput-filter-functions): Doc fix.
6465 (comint-output-filter-functions, comint-input-filter-functions)
6466 (comint-redirect-filter-functions): Likewise.
6467
6468 (comint-redirect-preoutput-filter): Do the local-hook
6469 handling of t when running comint-redirect-filter-functions.
6470 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
6471
64722002-02-26 Richard M. Stallman <rms@gnu.org>
6473
6474 * paths.el (remote-shell-program): Add doc string.
6475
64762002-02-26 Colin Walters <walters@debian.org>
6477
6478 * ibuf-ext.el (sorter mode-name): New.
6479 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
6480
6481 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
6482 interactively, so they do something.
6483 (calc-scroll-right): Ditto.
6484
64852002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
6486
6487 * international/mule.el (ctext-pre-write-conversion): Handle the
6488 case when FROM is a string, and when we are called from
6489 build_annotations_2.
6490
64912002-02-26 Richard M. Stallman <rms@gnu.org>
6492
6493 * rect.el (clear-rectangle-line): Reindent to the same column
6494 that move-to-column reached when it tried to go to endcol.
6495
6496 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
6497
64982002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
6499
6500 * winner.el (winner-boring-buffers, winner-set): A window which
6501 displays a buffer whose name is in the list
6502 `winner-boring-buffers', will no longer be restored by `winner-undo'.
6503 (winner-sorted-window-list): Used to improve comparison between
6504 window configurations.
6505 (winner-win-data): Simplified and moved.
6506 (winner-conf): Simplified (now uses `winner-win-data').
6507 (winner-change-fun, winner-save-old-configurations)
6508 (winner-save-(un)conditionally, winner-redo): Changes made while in
6509 the minibuffer will be ignored. (Such changes are undone upon
6510 exit for the minibuffer, anyway.)
6511 (winner-set-conf): Preserve selected window whenever possible.
6512 (winner-make-point-alist): Simplified.
6513 (winner-mode, winner-save-unconditionally): Save current window
6514 configuration on entering minibuffer.
6515 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
6516 since it does not change the overall behavior of Emacs.
6517
65182002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
6519
6520 * international/mule-conf.el (compound-text): Renamed back from
6521 compound-text-no-extensions.
6522 (ctext-no-compositions): Remove the mime-charset property.
6523 (compound-text-with-extensions): Renamed from compound-text.
6524 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
6525
65262002-02-26 Juanma Barranquero <lektu@terra.es>
6527
6528 * faces.el (list-faces-display): Fix typo.
6529
65302002-02-25 Richard M. Stallman <rms@gnu.org>
6531
6532 * frame.el (focus-follows-mouse): Doc fix.
6533
65342002-02-26 Miles Bader <miles@gnu.org>
6535
6536 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
6537 to `define-key', since it no longer accepts the latter.
6538
65392002-02-25 Jason Rumney <jasonr@gnu.org>
6540
6541 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
6542 mouse-wheel-scroll-amount.
6543
6544 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
6545 mwheel.el.
6546
6547 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
6548
65492002-02-25 Andre Spiegel <spiegel@gnu.org>
6550
6551 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
6552 consistent with the others that take a backend name as a symbol.
6553
6554 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
6555
65562002-02-25 Kim F. Storm <no-spam@cua.dk>
6557
6558 * comint.el (comint-replace-by-expanded-filename): Do nothing if
6559 comint-match-partial-filename returns nil.
6560
6561 * shell.el (shell-pcomplete-setup-done): New variable.
6562 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
6563 (shell-pcomplete-reverse): Ditto.
6564
65652002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
6566
6567 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
6568
65692002-02-25 Juanma Barranquero <lektu@terra.es>
6570
6571 * subr.el (save-match-data): Doc fix.
6572
6573 * ielm.el (ielm-prompt): Allow customization; make it read-only.
6574
65752002-02-25 Kim F. Storm <storm@cua.dk>
6576
6577 * shell.el (shell-mode-map): Add "Complete" header so completion
6578 menu is shown on the menu bar in shell mode.
6579
65802002-02-25 Stefan Monnier <monnier@cs.yale.edu>
6581
6582 * ielm.el (ielm-match-data): New var.
6583 (inferior-emacs-lisp-mode): Make it buffer-local.
6584 (ielm-eval-input): Use it to preserve match-data between inputs.
6585
65862002-02-24 Juanma Barranquero <lektu@terra.es>
6587
6588 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
6589
65902002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
6591
6592 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
6593 `custom-buffer' customize group.
6594
65952002-02-23 Kim F. Storm <storm@cua.dk>
6596
6597 * help.el (where-is): Use remap-command.
6598
6599 * help-fns.el (describe-function-1): Use remap-command.
6600
6601 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
6602 change (no longer accept a symbol for the KEY argument).
6603
66042002-02-23 Colin Walters <walters@debian.org>
6605
6606 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
6607 * calc/calcalg2.el (math-solve-get-sign): Ditto.
6608
6609 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
6610 in generated function.
6611
6612 * ibuf-ext.el (ibuffer-old-time): Change to hours.
6613 (ibuffer-mark-old-buffers): Handle it.
6614
6615 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
6616 (toplevel): Bind them.
6617 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
6618 not necessary now that we use pcomplete.
6619
6620 * comint.el: Document how use new pcomplete completion facility.
6621
66222002-02-23 Richard M. Stallman <rms@gnu.org>
6623
6624 * mail/rmailsum.el (rmail-summary-output): Properly advance
6625 to next message, by calling rmail-summary-goto-msg.
6626
6627 * net/browse-url.el (browse-url-galeon): Specify --existing
6628 for an existing window. Use --noraise rather than --no-raise.
6629 Don't use -x.
6630
66312002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
6632
6633 * progmodes/etags.el (find-tag-noselect, find-tag)
6634 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
6635 Fix a typo in doc strings.
6636
66372002-02-20 Deepak Goel <deego@glue.umd.edu>
6638
6639 * play/snake.el (snake-velocity-queue, snake-update-velocity)
6640 (snake-final-x-velocity, snake-final-y-velocity):
6641 New variable and functions. Store user's keypresses
6642 into a queue and pop from the queue each subsequent turn.
6643 (snake-update-game, snake-move-left)
6644 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
6645 (snake-start-game): Use that queue.
6646 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
6647 (snake-use-color-flag): Likewise.
6648 (snake-mode): Rename uses of those variables.
6649
66502002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
6651
6652 Support for ICCCM Extended Segments in X selections:
6653
6654 * international/mule-conf.el (ctext-no-compositions): New coding
6655 system.
6656 (compount-text-no-extensions): Renamed from compound-text.
6657 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
6658 compound-text-no-extensions.
6659 (compound-text): Redefined using post-read and pre-write conversions.
6660
6661 * international/mule.el (non-standard-icccm-encodings-alist)
6662 (non-standard-designations-alist): New variables.
6663 (ctext-post-read-conversion, ctext-pre-write-conversion):
6664 New functions.
6665
66662002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
6667
6668 * vc.el (vc-default-init-version): Update documentation to
6669 indicate that the backend can override the default init version.
6670 (vc-register): Use the backend init-version function, if it
6671 exists, to determine the initial version of a file.
6672 (vc-diff-switches-list): Don't symbol-quote backend, since it's
6673 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
6674
6675 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
6676 not version-controlled. This is necessary, e.g., if the file has
6677 just been reverted, and thus was previously under version control
6678 but isn't any longer.
6679 (vc-find-file-hook): Likewise.
6680
66812002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
6682
6683 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
6684 (vc-cvs-sticky-tag-display): New variable.
6685 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
6686 (vc-cvs-checkin): If the input revision is a valid symbolic tag
6687 name, we create it as a branch, commit and switch to it.
6688 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
6689 (vc-cvs-valid-symbolic-tag-name-p): New function.
6690 (vc-cvs-parse-sticky-tag): New function.
6691 (vc-cvs-parse-entry): Added parsing of sticky tags.
6692
66932002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
6694
6695 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
6696 nil, and then explicitly set the standard-value to t.
6697
66982002-02-20 Sam Steingold <sds@gnu.org>
6699
6700 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
6701 since it is used in the menu bar.
6702
67032002-02-20 Richard M. Stallman <rms@gnu.org>
6704
6705 * simple.el (shell-command-on-region): Display the exit status
6706 when a command fails.
6707
6708 * subr.el (add-hook): Doc fix.
6709
6710 * frame.el (other-frame): Doc fix.
6711
6712 * simple.el (yank): Clear `field' property.
6713
67142002-02-20 Tom Tromey <tromey@cachet>
6715
6716 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
6717 natural paragraph boundaries. Don't fail at beginning of buffer.
6718
5fe0ea6a 67192002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
6720
6721 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
6722 call the argument "arg" to match plain next-line and
6723 previous-line. From Kevin Ryde <user42@zip.com.au>.
6724
67252002-02-19 Sam Steingold <sds@gnu.org>
6726
6727 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
6728 scroll amounts for different modifiers now.
6729 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
6730 format properly.
6731 (mouse-wheel-mode): Ditto.
6732
67332002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
6734
6735 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
6736 around function body.
6737
6738 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
6739 sense of the comparison, to match the doc strings of functions
6740 that use this macro.
6741
67422002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
6743
6744 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
6745
6746 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
6747 * menu-bar.el (menu-bar-mode): Ditto.
6748
67492002-02-18 Andreas Schwab <schwab@suse.de>
6750
6751 * replace.el (query-replace-regexp-eval): Doc fix.
6752
67532002-02-18 Colin Walters <walters@verbum.org>
6754
6755 * calc/calcalg2.el (math-solve-get-int): Convert return value from
6756 `math-get-from-counter' to a string before calling `concat' on it.
6757
6758 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
6759 (calc-public-autoloads): Obsolete; remove.
6760 (calc-private-autoloads): Ditto.
6761 (calc-add-autoloads): Ditto.
6762
6763 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
6764 for body.
6765
67662002-02-17 Jason Rumney <jasonr@gnu.org>
6767
6768 * w32-win.el (x-option-alist, x-long-option-alist)
6769 (x-switch-definitions): Remove, use command-line-x-option-alist
6770 instead to be consistent with X.
6771 (x-handle-initial-switch): New function.
6772
67732002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
6774
6775 * faces.el (mode-line-inactive, header-line): Add the :inherit
6776 attribute for the tty case.
6777
67782002-02-17 stanislav shalunov <shalunov@internet2.edu>
6779
6780 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
6781 invoked from Rmail with full headers displayed.
6782
5fe0ea6a 67832002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904
CW
6784
6785 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
6786 when repeated.
6787 * textmodes/paragraphs.el (mark-paragraph): Ditto.
6788
67892002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
6790
6791 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
6792 (menu-bar-tools-menu): Removed speedbar.
6793
6794 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
6795 and `flyspell-mode' entries.
6796
6797 * textmodes/flyspell.el (flyspell): Add to ispell group.
6798
5fe0ea6a 67992002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904 6800
f530a77b
SM
6801 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
6802 repeated.
6803 (mark-defun): Mark more if repeated.
fe72c904
CW
6804
68052002-02-17 Colin Walters <walters@verbum.org>
6806
6807 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
6808
6809 * ibuffer.el (ibuffer-truncate-lines): New option.
6810 (ibuffer-mode): Use it.
6811
68122002-02-17 Kim F. Storm <storm@cua.dk>
6813
6814 * cus-start.el: Add mouse-highlight.
6815
68162002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
6817
6818 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
6819
6820 * cus-start.el: Add automatic-hscroll-margin and
6821 automatic-hscroll-step.
6822
5fe0ea6a 68232002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
6824
6825 * cus-start.el (x-autoselect-window): Allow customization.
6826
6827 * eshell/em-alias.el (eshell-alias-initialize): Do not use
6828 make-local-hook.
6829
6830 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
6831
6832 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
6833
6834 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
6835
6836 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
6837
6838 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
6839
6840 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
6841
6842 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
6843
6844 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
6845
6846 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
6847
6848 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
6849
6850 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
6851
6852 * eshell/esh-io.el (eshell-io-initialize): Likewise.
6853
6854 * eshell/esh-mode.el (eshell-mode): Likewise.
6855
6856 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
6857
6858 * eshell/esh-var.el (eshell-var-initialize): Likewise.
6859
6860 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
6861
6862 * progmodes/idlwave.el (idlwave-mode): Likewise.
6863
6864 * textmodes/reftex-sel.el (reftex-select-label-mode)
6865 (reftex-select-bib-mode): Likewise.
6866
68672002-02-16 John Wiegley <johnw@gnu.org>
6868
6869 * eshell/em-hist.el (eshell-hist-initialize): When in the
6870 minibuffer, use the global value of `eshell-history-ring', and
6871 never save it to disk, or ask to save it to disk. This allows
6872 users of session.el to control whether its global state should be
6873 persisted or not.
6874 (eshell-add-command-to-history): Don't write Eshell's history out
6875 to disk, let the governing mode control that upon exit.
6876
68772002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
6878
6879 * eshell/eshell.el (eshell-command): Before reading from the
6880 minibuffer, add eshell-add-command-to-history to
6881 minibuffer-exit-hook, and remove it after read-from-minibuffer
6882 returns.
6883
6884 * eshell/em-hist.el (eshell-add-input-to-history): New function,
6885 with most of the code from eshell-add-to-history.
6886 (eshell-add-command-to-history): New function, to record in
6887 eshell-history the commands run via eshell-command.
6888 (eshell-add-to-history): Call eshell-add-command-to-history to do
6889 most of the work.
6890
68912002-02-16 John Wiegley <johnw@gnu.org>
6892
6893 * eshell/esh-ext.el (eshell-external-command): Added a fix for
6894 XEmacs' new dired.el, which adds a global entry in the
6895 `file-name-handler-alist'.
6896
68972002-02-16 John Wiegley <johnw@gnu.org>
6898
6899 * align.el (align-region): Added a missing name argument.
6900
69012002-02-16 John Wiegley <johnw@gnu.org>
6902
6903 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
6904 after the #! of a shell interpretor specification.
6905
69062002-02-15 Richard M. Stallman <rms@gnu.org>
6907
6908 * help.el (describe-key-briefly): Make output in INSERT case
6909 look just like what is displayed in the normal case.
6910
69112002-02-15 Andreas Schwab <schwab@suse.de>
6912
6913 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
6914 Require non-letter after specials.
6915
69162002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
6917
6918 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
6919
5fe0ea6a 69202002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904
CW
6921
6922 * simple.el (mark-word): Mark more if repeated.
6923 * textmodes/paragraphs.el (mark-paragraph): Ditto.
6924 (mark-end-of-sentence): Ditto.
6925
69262002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
6927
6928 * wid-edit.el (widgetp): Made it more robust.
6929
69302002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
6931
6932 * facemenu.el (describe-text-done): New function.
6933 (describe-text-mode-map): New variable.
6934 (describe-text-mode-hook): New option.
6935 (describe-text-mode): New function.
6936 (describe-text-widget): New function.
6937 (describe-text-sexp): New function.
6938 (describe-text-properties): New function.
6939 (describe-text-category): New command.
6940 (describe-text-at): New command.
6941 (facemenu-menu): Replace `list-text-properties-at' with
6942 `describe-text-at' in the menu.
6943
6944 * wid-edit.el (widgetp): New function.
6945 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
6946
6947 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
6948
6949 * wid-browse.el: Removed version and x-url keywords.
6950
69512002-02-13 Kim F. Storm <storm@cua.dk>
6952
6953 * cus-start.el (mode-line-in-non-selected-windows):
6954 Allow customization.
6955
69562002-02-13 Richard M. Stallman <rms@gnu.org>
6957
6958 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
6959 Tell bibtex-parse-keys to output no progress messages.
6960
69612002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
6962
6963 * progmodes/pascal.el (pascal-imenu-generic-expression):
6964 Add menu-title and fix parentheses.
6965
69662002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
6967
6968 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
6969 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
6970
69712002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
6972
6973 * menu-bar.el (menu-bar-options-save): Only save
6974 `current-language-environment' and `default-input-method' when
6975 marked as customized.
6976
6977 * international/mule-cmds.el
6978 (setup-specified-language-environment):
6979 Mark `current-language-environment' as customized.
6980 (set-input-method): Mark `default-input-method' as customized when
6981 called interactively.
6982 (toggle-input-method): Ditto.
6983
69842002-02-11 Colin Walters <walters@verbum.org>
6985
6986 * ibuffer.el (ibuffer-switch-format): Supply required argument for
6987 `ibuffer-current-formats'.
6988
69892002-02-11 Miles Bader <miles@gnu.org>
6990
6991 * faces.el (mode-line-inactive): Add dark-background variant.
6992
69932002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
6994
6995 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
6996 * menu-bar.el (menu-bar-mode): Ditto.
6997 * cus-edit.el (customize-mark-to-save): Always save variables
6998 without a standard value.
6999
7000 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
7001 (menu-bar-options-save): Ditto.
7002 (menu-bar-showhide-menu): Ditto.
7003 (menu-bar-options-menu): Ditto.
7004 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
7005 (menu-bar-scroll-bar-none): Remove.
7006 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
7007 expressions instead.
7008
7009 * cus-edit.el (customize-set-value): Return value.
7010 (customize-set-variable): Ditto.
7011 (customize-save-variable): Ditto.
7012 (customize-set-variable): Load dependencies before setting value.
7013 (custom-load-symbol): Autoload it.
7014 (customize-mark-as-set): New function.
7015
70162002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
7017
7018 * cus-start.el: Don't warn about "x-*" symbols when building a
7019 non-GUI version.
7020
5fe0ea6a 70212002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
7022
7023 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
7024 Doc fix.
7025 (strokes-help): Do not use doubled with-output-to-temp-buffer.
7026 Fix the help string.
7027 (strokes-prompt-user-save-strokes): Fix typo.
7028 (strokes-list-strokes): Use proper exit-action argument for
7029 view-buffer. Update copyright notice.
7030
7031 * international/mule-diag.el: Various doc and message fixes.
7032 (non-iso-charset-alist): Add mac-roman. Don't add entries for
7033 codepages already present.
7034 (list-block-of-chars): Display space for null entries in
7035 translation table. Display tab specially.
7036 (list-non-iso-charset-chars): Check for null charsets. Use pop
7037 for clarity. Don't break 8-bit sets into sections between ranges.
7038 (list-charset-chars): Avoid indent-tabs-mode.
7039 (describe-char-after): Maybe use the text property for syntax
7040 table information. Maybe report char-code-property-table info.
7041 Maybe report character's unicode. Tweak printing of list info.
7042 (list-input-methods): Add xref buttons.
7043 (dump-charsets, dump-codings): Deleted (obsolete).
7044 From Dave Love <fx@gnu.org>.
7045
5fe0ea6a 70462002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
7047
7048 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
7049
70502002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
7051
7052 * viper-util.el (viper-read-key-sequence): Fix so it'll read
7053 fast key sequences in emacs native mode
7054 (viper-events-to-keys): Delete.
7055
7056 * viper.el (describe-key, describe-key-briefly): Get rid of
7057 viper-events-to-keys.
7058
7059 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
7060
7061 * ediff-wind.el (ediff-setup-control-frame):
7062 Use ediff-has-gutter-support.
7063
7064 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
7065 check if buff is alive.
7066
7067 * ediff.el: Typo in comment.
7068
5fe0ea6a 70692002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
7070
7071 * menu-bar.el (menu-bar-options-save): Take care of
7072 line-number-mode and column-number-mode variables.
7073 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
7074 "Show Column Number" in "Show/Hide" menu.
7075
70762002-02-09 Richard M. Stallman <rms@gnu.org>
7077
7078 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
7079
70802002-02-09 Kim F. Storm <storm@cua.dk>
7081
7082 * faces.el (mode-line-inactive): New face for mode-line for
7083 non-selected windows.
7084 (mode-line): Doc fix: Only used for selected window.
7085
70862002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
7087
7088 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
7089 name to "Insert Diary Entry".
7090
70912002-02-08 Stefan Monnier <monnier@cs.yale.edu>
7092
7093 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
7094 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
7095
70962002-02-08 Richard M. Stallman <rms@gnu.org>
7097
7098 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
7099
71002002-02-08 Andreas Schwab <schwab@suse.de>
7101
7102 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
7103 of point-min.
7104
71052002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
7106
7107 * net/ange-ftp.el (ange-ftp-process-handle-line)
7108 (ange-ftp-set-xfer-size): If the file's size is a float, divide
7109 by 1024 instead of using ash.
7110
7111 * international/mule-cmds.el (select-safe-coding-system):
7112 State the buffer's name in the message popped in the *Warning* buffer,
7113 and make sure the offending buffer is displayed.
7114
71152002-02-07 Markus Rost <rost@math.ohio-state.edu>
7116
7117 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
7118
71192002-02-07 Richard M. Stallman <rms@gnu.org>
7120
7121 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
7122
7123 * register.el (list-registers): New command.
7124 (describe-register-1): New subroutine, taken out of view-register.
7125
7126 * emacs-lisp/copyright.el (copyright-regexp):
7127 Delete the unibyte copyright symbol; it's redundant.
7128 Fix a spazz in the multibyte encoding here.
7129
71302002-02-07 Dave Love <fx@gnu.org>
7131
7132 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
7133 (cyrillic-encode-alternativnyj-char): Get translation tables from
7134 symbol properties, not as variables.
7135 (standard-display-cyrillic-translit): Include unicodes.
7136
71372002-02-06 Kim F. Storm <storm@cua.dk>
7138
7139 * help.el (where-is): Report remapped commands.
7140
7141 * help-fns.el (describe-function-1): Ditto.
7142
7143 * subr.el (global-set-key, local-set-key): Accept a symbol for the
7144 KEY argument (like define-key).
7145
5fe0ea6a 71462002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
7147
7148 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
7149
71502002-02-06 Richard M. Stallman <rms@gnu.org>
7151
7152 * mail/mailabbrev.el: Require sendmail only at compile time.
7153 (mail-mode-header-syntax-table): Var deleted.
7154 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
7155 (sendmail-pre-abbrev-expand-hook): Only temporarily change
7156 local-abbrev-table and the syntax table.
7157 Compute mail-abbrev-syntax-table if that has not been done.
7158
7159 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
7160
7161 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
7162 (debugger-frame-number): Figure out the offset directly.
7163 (debugger-setup-buffer): Don't use debugger-frame-offset.
7164 (debugger-frame, debugger-frame-clear): Likewise.
7165 (debugger-jump): Don't alter debugger-frame-offset.
7166
7167 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7168 Replace foo-p as var name with foo-flag, not foo-p-flag.
7169
7170 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
7171 (highlight-changes-passive-string): Default to -Chg.
7172 (highlight-changes-global-modes): Doc fix.
7173
7174 * dired.el (dired-get-filename): Add /: when appropriate
7175 to avoid taking a local name as remote.
7176
7177 * files.el (file-name-non-special): Add special handling for
7178 file-name-sans-versions, file-name-completion, and
7179 file-name-all-completions.
7180
7181 * isearch.el (isearch-update): Don't update display in kbd macro.
7182 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
7183
7184 * subr.el (force-mode-line-update): Doc fix.
7185
7186 * subr.el (atomic-change-group, prepare-change-group)
7187 (activate-change-group, accept-change-group, cancel-change-group):
7188 New functions.
7189
7190 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
7191 (transpose-subr-1): Use atomic-change-group.
7192
7193 * subr.el (add-minor-mode): Include the mode's lighter string
7194 in the minor mode menu item name.
7195
7196 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
7197 rmail-count-screen-lines starting from (point-min).
7198
7199 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
7200 beyond the image height, to use the fancy splash screen.
7201
7202 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
7203 (text-mode): Set text-mode-variant here.
7204
72052002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7206
7207 * play/pong.el (pong-height): Don't use height that exceeds the
7208 frame height.
7209 (pong-border-options): Make the border colors slightly more bright.
7210
7211 * play/gamegrid.el (gamegrid-display-type): Treat any
7212 color-capable display as color-x, if display-color-p is fboundp.
7213 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
7214 (gamegrid-make-color-tty-face): Use the value of color, not the
7215 symbol itself. Don't call gamegrid-color.
7216
72172002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7218
7219 * gud.el (gud-refresh): Call recenter only after we are sure we
7220 are in the right window.
7221
72222002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
7223
7224 * cus-edit.el (customize-mark-to-save): New function.
7225 * menu-bar.el (menu-bar-options-save): Rewrote.
7226
5fe0ea6a 72272002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
7228
7229 * cus-start.el (x-use-underline-position-properties):
7230 Allow customization.
7231
72322002-02-04 Simon Josefsson <jas@extundo.com>
7233
7234 * dired.el (dired-load-hook, dired-mode-hook)
7235 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
7236
72372002-02-03 Colin Walters <walters@verbum.org>
7238
7239 * ibuf-ext.el (ibuffer-filter-format-alist)
7240 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
7241 New variables.
7242 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
7243 is now the Emacs CVS tree.
7244 (ibuffer-formats): Doc fix.
7245 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
7246 (ibuffer-current-format): Use them.
7247 (ibuffer-recompile-formats, ibuffer-check-formats)
7248 (ibuffer-switch-format, ibuffer-update-title):
7249 Add support for ibuffer-filter-format-alist.
7250 (define-ibuffer-column process): Remove unncessary consing.
7251
7252 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
7253 for a summary column.
7254
72552002-02-03 Andreas Schwab <schwab@suse.de>
7256
7257 * window.el (save-selected-window): Move macro before first use.
7258 (balance-windows): Fix misplaced parenthesis.
7259
5fe0ea6a 72602002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
7261
7262 * calculator.el (calculator-displayers): Doc fixes.
7263
5fe0ea6a 72642002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
7265
7266 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
7267 (menu-bar-options-save): Save also the value of `display-time-mode'.
7268 (showhide-date-time): New function.
7269 (menu-bar-showhide-menu): New menu-item "Date and time".
7270
72712002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
7272
7273 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
7274 get-file-buffer to check for rmail buffer existence.
7275
7276 * term.el (term-emulate-terminal): Extract proper command string
7277 which is supplied to term-command-hook.
7278
72792002-02-03 Richard M. Stallman <rms@gnu.org>
7280
7281 * international/quail.el (quail-help): Don't call help-setup-xref.
7282
7283 * international/mule-cmds.el (describe-input-method):
7284 Call help-setup-xref here.
7285 (describe-current-input-method): Doc fix.
7286
7287 * novice.el (disabled-command-hook): Clarify output text.
7288 Indent the paragraph from the command's doc string.
7289
7290 * dabbrev.el (dabbrev--goto-start-of-abbrev):
7291 Exit loop on beginning of field rather than bobp.
7292
72932002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7294
7295 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
7296 the message text into the *mail* buffer, and restore the pruned
7297 state after that.
7298
7299 * mail/rmail.el (rmail-redecode-body): Prune the headers before
7300 looking for X-Coding-System header, and restore the pruned state
7301 before returning.
7302
5fe0ea6a 73032002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
7304
7305 * cus-edit.el (customize-save-variable): Fix typo in prompt.
7306
7307 These changes integrate new version of flyspell.el from its
7308 maintainer, Manuel Serrano:
7309
7310 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
7311 (flyspell-mode-on, flyspell-notify-misspell)
7312 (flyspell-small-region, flyspell-external-point-words)
7313 (flyspell-large-region): Use it
7314 (flyspell-before-incorrect-word-string)
7315 (flyspell-after-incorrect-word-string): New user options.
7316 (make-flyspell-overlay): Use them.
7317 (flyspell-version): New function.
7318 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
7319 definitions to use :weight.
7320 (flyspell-insert-function): New user option.
7321 (flyspell-auto-correct-word, flyspell-correct-word)
7322 (flyspell-xemacs-correct): Use it.
7323 (flyspell-define-abbrev): New function.
7324 (flyspell-auto-correct-word, flyspell-correct-word)
7325 (flyspell-xemacs-correct): Use it.
7326 (make-flyspell-overlay): Use `evaporate' property.
7327 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
7328 (flyspell-emacs-popup): Use `session' instead of `accept'.
7329 (flyspell-auto-correct-previous-pos): New variable.
7330 (flyspell-auto-correct-previous-hook)
7331 (flyspell-auto-correct-previous-word): New functions.
7332
73332002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7334
7335 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
7336 don't alter the user's ~/.emacs.
7337 (disable-command): If user-init-file is nil or does not exist,
7338 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
7339 But don't alter the init file if Emacs was invoked as "emacs -q"
7340
73412002-02-01 Stefan Monnier <monnier@cs.yale.edu>
7342
7343 * mail/sendmail.el (mail-mode): Undo half of last change.
7344
7345 * indent.el (indent-for-tab-command): Remove spurious code.
7346
7347 * hi-lock.el (hi-lock-find-patterns): Save restriction.
7348
73492002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
7350
7351 * calendar/time-date.el: Moved from lisp/gnus.
7352
7353 * calendar/parse-time.el: Ditto.
7354
73552002-01-31 Richard M. Stallman <rms@gnu.org>
7356
7357 * international/iso-acc.el (iso-languages): Fix ", " in French.
7358
7359 * cus-start.el (history-length): Specify customization for it.
7360
7361 * emacs-lisp/debug.el (debugger-setup-buffer):
7362 When an eval-buffer frame was reading from a buffer,
7363 insert indication of the buffer position.
7364 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
7365 (debugger-frame-clear, debugger-frame): Error on non-frame line.
7366
7367 * simple.el (shell-command-on-region): Err if no mark
7368 before reading the command string.
7369
7370 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
7371 Definitions moved down after hl-line-mode var's definition.
7372
7373 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
7374 (hilit-chg-set-face-on-change): Rename arg.
7375 (hilit-chg-make-ov): Detect error earlier.
7376
7377 * ediff-hook.el: Delete autoload cookies.
7378
7379 * comint.el (comint-scroll-show-maximum-output): Default is t.
7380
7381 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
7382 (batch-byte-compile-if-not-done): New function.
7383
7384 * Makefile.in (compile): New target.
7385 (compile-always): Renamed from compile-files.
7386 (compile-after-backup): Renamed from compile.
7387 (bootstrap): Depend on compile-always, not compile-files.
7388
7389 * emulation/pc-select.el (pc-select-save-and-set-mode):
7390 Properly use MODE-VAR.
7391
5fe0ea6a 73922002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
7393
7394 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
7395 Version" to "About Emacs".
7396 (menu-bar-options-save): Add `default-frame-alist'
7397 to saved variables.
7398 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
7399 of the variable `scroll-bar-mode'.
7400
7401 * startup.el (normal-splash-screen, display-splash-screen):
7402 New functions (separated from command-line-1).
7403 (command-line-1): Use them.
7404
74052002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7406
7407 * calendar/calendar.el (generate-calendar-month): Doc fix.
7408
5fe0ea6a 74092002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
7410
7411 * time.el (display-time-mail-directory): New option.
7412 (display-time-mail-function): Update doc-string.
7413 (display-time-mail-icon): Use XPM image when available.
7414 (display-time-string-forms): Use more descriptive text as
7415 help-echo property.
7416 (display-time-mail-check-directory): New function.
7417 (display-time-update): Use it.
7418
7419 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
7420 Quote `window-system'.
7421
7422 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
7423 Add Keywords header. Update Commentary section.
7424 Update copyright notice.
7425
7426 * menu-bar.el (menu-bar-scroll-bar-right)
7427 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
7428 (showhide-menu-bar): New functions.
7429 (menu-bar-showhide-menu): New submenu "Show/Hide".
7430 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
7431 "Show/Hide".
7432 Update copyright notice.
7433
74342002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7435
7436 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
7437
74382002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
7439
7440 * pc-select.el (pc-selection-mode-hook)
7441 (pc-select-saved-settings-alist, pc-select-map)
7442 (pc-select-saved-global-map, pc-select-key-bindings-alist)
7443 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
7444 (pc-select-meta-moves-sexps-key-bindings)
7445 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
7446 New variables.
7447 (pc-select-define-keys, pc-select-restore-keys): New functions.
7448 (pc-select-add-to-alist, pc-select-save-and-set-var)
7449 (pc-select-save-and-set-mode, pc-select-restore-var)
7450 (pc-select-restore-mode): New macros.
7451 (pc-selection-mode): Completely rewrote the body of the function;
7452 the main goal was to make pc-selection-mode "turn-off"-able, like
7453 other minor modes. Use define-minore-mode instead of just a
7454 defun. Store the key bindings into four alists:
7455 pc-select-default-key-bindings, pc-select-extra-key-bindings,
7456 pc-select-meta-moves-sexps-key-bindings, and
7457 pc-select-tty-key-bindings; then have the pc-select-define-keys
7458 function walk those alists instead of calling define-key
7459 repeatedly. When the mode is turned on, set the
7460 keybindings in global-map and remember the old keybindings; when
7461 the mode is turned off, restore the previously-saved keybindings.
7462 (pc-selection-mode defcustom): Reflect the fact that the mode is
7463 now "turn-off"-able.
7464
74652002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7466
7467 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
7468 returns t, don't treat that as an error.
7469
74702002-01-25 Jason Rumney <jasonr@gnu.org>
7471
7472 * faces.el (face-font-registry-alternatives) [windows-nt]:
7473 Add ms-oemlatin as an alternative for iso8859-1.
7474
74752002-01-25 Stefan Monnier <monnier@cs.yale.edu>
7476
7477 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
7478 args and the absence of an entry. Don't add -f each time.
7479
74802002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7481
7482 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
7483
7484 Support for more than 8 colors on character terminals:
7485
7486 * term/rxvt.el: New file.
7487
7488 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
7489
7490 * term/xterm.el (xterm-standard-colors): New variable.
7491 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
7492 (xterm-rxvt-set-background-mode): New functions.
7493 (toplevel): Call xterm-register-default-colors,
7494 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
7495 Add support for more keys from xterm's terminfo entry.
7496
7497 * facemenu.el (list-colors-display): If the argument is nil, don't
7498 show more colors that the number returned by display-color-cells.
7499
7500 * term/pc-win.el (msdos-color-values): Reverse the order of the
7501 colors, since tty-color-define now preserves the registration order.
7502
7503 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
7504
7505 * term/tty-colors.el (tty-standard-colors): Reverse the order.
7506 (tty-register-default-colors): New function; code moved from
7507 startup.el's command-line.
7508 (tty-modify-color-alist): Use nconc instead of cons, to preserve
7509 the order the colors where registered.
7510
7511 * frame.el (display-color-cells): Use tty-display-color-cells.
7512
7513 * startup.el (command-line): Call tty-register-default-colors.
7514
75152002-01-25 Richard M. Stallman <rms@gnu.org>
7516
7517 * subr.el (remove): Doc fix.
7518
75192002-01-24 Richard M. Stallman <rms@gnu.org>
7520
7521 * progmodes/compile.el (compilation-handle-exit):
7522 Add a compilation-handle-exit property to the "finished" message.
7523 (compilation-parse-errors): Stop parsing when that property is seen.
7524
7525 * subr.el (substring-no-properties): New function.
7526 (copy-without-properties): Function deleted.
7527
7528 * term/x-win.el (x-handle-geometry): Put sizes on both
7529 initial-frame-alist and default-frame-alist.
7530
7531 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
7532 for saving .emacs.
7533
7534 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
7535
7536 * calendar/calendar.el (generate-calendar-month): Doc fix.
7537
75382002-01-23 Richard M. Stallman <rms@gnu.org>
7539
7540 * play/tetris.el (tetris): New defgroup.
7541 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
7542 (tetris-default-tick-period): Convert to defcustom.
7543 Added * in docstring to indicate user variable.
7544 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
7545 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
7546 (tetris-buffer-height, tetris-width, tetris-height)
7547 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
7548
75492002-01-22 Stefan Monnier <monnier@cs.yale.edu>
7550
7551 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
7552 and is already matched by adaptive-fill-regexp.
7553
75542002-01-22 Richard M. Stallman <rms@gnu.org>
7555
7556 * bindings.el (mode-line-copied-mode-name): New variable.
7557 (mode-line-mode-name): Don't modify mode-name itself!
7558 Instead, make a copy and reuse it.
7559
7560 * subr.el (copy-without-properties): New function.
7561
7562 * progmodes/sh-script.el (sh-set-shell): Doc fix.
7563
7564 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
7565 slash if DIR is just slash.
7566
7567 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
7568
75692002-01-21 Richard M. Stallman <rms@gnu.org>
7570
7571 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
7572
7573 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
7574 Move defvar up.
7575
7576 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
7577
7578 * ibuffer.el: Don't require ibuf-ext at load time.
7579 (ibuffer): Require ibuf-ext here.
7580
75812002-01-21 Francesco Potorti` <pot@gnu.org>
7582
7583 * generic-x.el (apache-conf-generic-mode): Highlight the first
7584 word in a line even if preceded by blanks.
7585
75862002-01-21 Richard M. Stallman <rms@gnu.org>
7587
7588 * window.el (window-body-height): Handle minibuffer window specially.
7589 Otherwise, don't return less than 1.
7590
75912002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
7592
7593 * ange-ftp.el: Added support for BS2000, and for raw ftp
7594 login commands (needed in some circumstances).
7595 (ange-ftp-raw-login): New custom var.
7596 (ange-ftp-normal-login): Perform login with raw ftp commands, if
7597 ange-ftp-raw-login is set and account password is needed.
7598 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
7599 (ange-ftp-bs2000-filename-pubset-regexp)
7600 (ange-ftp-bs2000-filename-username-regexp)
7601 (ange-ftp-bs2000-filename-prefix-regexp)
7602 (ange-ftp-bs2000-name-template): New consts.
7603 (ange-ftp-bs2000-short-filename-regexp)
7604 (ange-ftp-bs2000-fix-name-regexp-reverse)
7605 (ange-ftp-bs2000-fix-name-regexp): New consts.
7606 (ange-ftp-bs2000-special-prefix): New custom var.
7607 (ange-ftp-fix-name-for-bs2000)
7608 (ange-ftp-fix-dir-name-for-bs2000): New funs.
7609 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
7610 (ange-ftp-bs2000-posix-hook-installed): New vars.
7611 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
7612 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
7613 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
7614 (ange-ftp-bs2000-filename-regexp): New const.
7615 (ange-ftp-bs2000-additional-pubsets): New custom var.
7616 (ange-ftp-bs2000-cd-to-posix): New fun.
7617
76182002-01-20 Colin Walters <walters@verbum.org>
7619
7620 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
7621 with `byte-compile-dynamic'.
7622 (ibuffer-default-directory, toplevel): Doc files.
7623
5fe0ea6a 76242002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
7625
7626 * tempo.el (tempo-define-template): Doc fix.
7627
7628 * scroll-bar.el (scroll-bar-mode): Make argument optional.
7629
76302002-01-20 Jason Rumney <jasonr@gnu.org>
7631
7632 * w32-vars.el: New file.
7633
7634 * loadup.el [windows-nt]: Load it.
7635
7636 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
7637 and make them defcustoms.
7638
7639 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
7640
5fe0ea6a 76412002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
7642
7643 * language/tibet-util.el (tibetan-decompose-region)
7644 (tibetan-decompose-string): Fix typo in docstring.
7645
7646 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
7647
76482002-01-18 Richard M. Stallman <rms@gnu.org>
7649
7650 * comint.el (comint-redirect-send-command-to-process):
7651 Restore previous current buffer.
7652
7653 * window.el (window-body-height): New function.
7654
76552002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
7656
7657 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
7658 "Finish Function" menu map entries for jdb mode.
7659 (gud-jdb-use-classpath): New customization variable.
7660 (gud-jdb-command-name): Add customization.
7661 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
7662 (gud-jdb-classpath-string): New variable.
7663 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
7664 (gud-jdb-build-source-files-list): Likewise.
7665 (gud-jdb-massage-args): Record any command argument classpath
7666 string in `gud-jdb-classpath-string'.
7667 (gud-jdb-lowest-stack-level): New function, finds bottom of current
7668 java call stack in jdb output.
7669 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
7670 (gud-jdb-parse-classpath-string): New functions.
7671 (gud-jdb-marker-filter): Search/detect classpath information in
7672 jdb's output. marker regexp updated to match oldjdb and jdb output
7673 formats. Expand search for source files to include new/old methods
7674 using new functions above. Do not allow `gud-marker-acc' to grow
7675 without bound.
7676 (jdb): Set classpath information (if available) as jdb is started.
7677 Change `gud-break' and `gud-remove'
f530a77b
SM
7678 to use new %c ("class") escape in format strings.
7679 Add `gud-finish', `gud-up', `gud-down' command string functions, and
fe72c904
CW
7680 add them to the local menu map. Update `comint-prompt-regexp' for
7681 jdb and oldjdb. If attaching to an already running java VM and
7682 configured to use classpath, send command to query for classpath,
7683 else use previous method for finding and parsing java
7684 sources. Set `gud-jdb-find-source' function accordingly.
7685 (gud-mode): Doc fix.
7686 (gud-format-command): Add support for new %c ("class") escape.
7687 (gud-find-class): New function in support of %c escape.
7688
76892002-01-17 Richard M. Stallman <rms@gnu.org>
7690
7691 * ibuf-ext.el: Enable byte-compile-dynamic.
7692
76932002-01-17 Jason Rumney <jasonr@gnu.org>
7694
7695 * term/w32-win.el: Restore conditional require of fontset.
7696
76972002-01-16 Richard M. Stallman <rms@gnu.org>
7698
7699 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
7700 more or less.
7701 (mouse-drag-region): New function. For a click in the echo area,
7702 show *Messages*.
7703
7704 * ibuf-ext.el: Delete the autoloads for functions defined with
7705 ibuffer-specific commands.
7706
7707 * help.el (describe-distribution): Really call view-file.
7708
7709 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
7710 (ange-ftp-get-process): Pass that arg.
7711
7712 * comint.el (comint-simple-send): Fix previous change.
7713
7714 * net/telnet.el (telnet-simple-send): Fix previous change.
7715
7716 * progmodes/sql.el (sql-escape-newlines-and-send)
7717 (sql-query-placeholders-and-send): Fix previous change.
7718
77192002-01-16 Colin Walters <walters@verbum.org>
7720
7721 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
7722 URL, Compatibility headers. Update copyright notice.
7723 * ibuf-macs.el (toplevel): Require `cl' when compiling.
7724
77252002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
7726
7727 * startup.el (command-line): Set EOL mnemonics for the Mac.
7728
77292002-01-16 Andreas Schwab <schwab@suse.de>
7730
7731 * mail/feedmail.el (feedmail): Fix :link spec.
7732
5fe0ea6a 77332002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
7734
7735 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
7736 2 ldapsearch.
7737
7738 * net/eudc.el: New maintainer. Change author's address.
7739 (eudc-pre-select-window-configuration, eudc-insertion-marker):
7740 Variables removed.
7741 (eudc-insert-selected): Function removed.
7742 (eudc-select): Reimplemented.
7743 (eudc-expand-inline): Delete the strings only after its expansion
7744 is chosen not before.
7745
7746 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
7747 Minor coding style fixes.
7748
7749 * net/eudcb-ldap.el: New maintainer. Change author's address.
7750 (eudc-attribute-display-method-alist): Display mail with
7751 eudc-display-mail.
7752
7753 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
7754 * net/eudc-vars.el: New maintainer. Change author's address.
7755
7756 * net/eudc-bob.el: New maintainer. Change author's address.
7757 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
7758 (eudc-display-mail): New function.
7759 (eudc-bob-play-sound-at-point): Remove XEmacs case.
7760
77612002-01-15 Richard M. Stallman <rms@gnu.org>
7762
7763 * emacs-lisp/autoload.el (make-autoload):
7764 Don't handle define-ibuffer-column, define-ibuffer-filter,
7765 define-ibuffer-sorter, and define-ibuffer-op.
7766
77672002-01-14 Richard M. Stallman <rms@gnu.org>
7768
7769 * calendar/calendar.el (diary-date-forms): Doc fix.
7770
77712002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
7772
7773 * startup.el (command-line): Register the default tty colors even
7774 if the terminal doesn't seem to support colors.
7775 <tty-long-option-alist>: New option --color.
7776 (tty-handle-args): Parse the --color arg.
7777
7778 * term/tty-colors.el (tty-color-mode-alist): New variable.
7779
77802002-01-14 Stefan Monnier <monnier@cs.yale.edu>
7781
7782 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
7783 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
7784 Use it.
7785 (ange-ftp-hook-function): Preserve match-data.
7786 (ange-ftp-insert-directory): Typo.
7787 (ange-ftp-shell-command): Check if regexp matched.
7788
77892002-01-13 Richard M. Stallman <rms@gnu.org>
7790
7791 * international/mule-cmds.el: help-map bindings moved to help.el.
7792
7793 * help.el (view-echo-area-messages): New function.
7794 (help-map): Add `e' binding. Delete obsolete `d' binding.
7795 Change old Info bindings C-f, C-k and C-i to F, K, S.
7796 Move view-emacs-FAQ from F to C-f.
7797 Move view-emacs-problems from P to C-e.
7798 Bindings moved here from mule-cmds.el.
7799 C-l binding for describe-language-environment deleted
7800 (help-for-help): Update for all these changes.
7801
7802 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
7803
78042002-01-13 Dave Love <fx@gnu.org>
7805
7806 * emacs-lisp/copyright.el: Doc fixes.
7807 (copyright-regexp): Add Latin-9 copyright sign.
7808 Match comment delimiters in year lists.
7809 (copyright-current-year): Initialize to load-time year.
7810
78112002-01-13 Andreas Schwab <schwab@suse.de>
7812
7813 * dired-aux.el (dired-do-shell-command): Doc fix.
7814
78152002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
7816
7817 * startup.el (command-line-x-option-alist): New options "-fs",
7818 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
7819
7820 * term/x-win.el (x-handle-initial-switch): New function.
7821
78222002-01-13 Colin Walters <walters@debian.org>
7823
f530a77b
SM
7824 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
7825 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
fe72c904
CW
7826
7827 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
7828
7829 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
7830
78312002-01-12 Richard M. Stallman <rms@gnu.org>
7832
7833 * net/browse-url.el (browse-url-grail):
7834 Use browse-url-maybe-new-window.
7835
f530a77b
SM
7836 * net/telnet.el (telnet-simple-send):
7837 Handle comint-input-sender-no-newline like comint-simple-send.
fe72c904 7838
f530a77b
SM
7839 * progmodes/sql.el (sql-query-placeholders-and-send):
7840 Handle comint-input-sender-no-newline like comint-simple-send.
fe72c904
CW
7841 (sql-escape-newlines-and-send): Likewise.
7842
7843 * comint.el (comint-input-sender): Doc fix.
7844 (comint-input-sender-no-newline): New variable.
7845 (comint-simple-send): If comint-input-sender-no-newline,
7846 don't output newline, but maybe send eof.
7847 (comint-send-input): New arg NO-NEWLINE.
7848 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
7849
5fe0ea6a 78502002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904 7851
f530a77b
SM
7852 * textmodes/flyspell.el (flyspell-check-pre-word-p):
7853 Prevent delaying when executing keyboard macros.
fe72c904
CW
7854
78552002-01-12 Richard M. Stallman <rms@gnu.org>
7856
7857 * simple.el (line-move): If we can't move enough lines,
7858 go to beginning or end of line.
7859
7860 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
7861 and proper window.
7862
7863 * help.el (describe-mode): Call help-setup-xref in the help buffer.
7864 Switch buffers only after calling `help-buffer'.
7865
7866 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
7867 only when they are surrounded by whitespace.
7868 Use dired-mark-separator when adding one file name to a command.
7869 (dired-do-shell-command): Verify that * is surrounded by whitespace.
7870 Ask for confirmation if * or ? is not surrounded by whitespace.
7871 (dired-bunch-files): Re-reverse the partial file list when it is used.
7872
78732002-01-12 Richard M. Stallman <rms@gnu.org>
7874
7875 * comint.el (comint-dynamic-list-completions): Repeating the command
7876 after displaying a completion list scrolls the list.
7877
78782002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
7879
7880 * files.el (find-file-noselect): Don't consider a buffer as
7881 visiting a file literally if it is in hexl-mode.
7882
7883 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
7884
78852002-01-11 Richard M. Stallman <rms@gnu.org>
7886
7887 * startup.el (initial-scratch-message): Fix custom type, add group.
7888
7889 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
7890 around the decode-coding-region call.
7891
7892 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
7893 after displaying a completion list scrolls the list.
7894
78952002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7896
7897 * version.el (emacs-version): Bump to 21.2.50.
7898
78992002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
7900
7901 * play/zone.el (zone-timeout): New var.
7902 (zone-hiding-modeline): New macro.
7903 (zone-call): New func.
7904
7905 (zone): Init `modeline-hidden-level' symbol property.
7906 Use `zone-call' instead of `funcall'.
7907
7908 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
7909
7910 (zone-pgm-stress): Use `zone-hiding-modeline'.
7911
7912 (zone-pgm-stress-destress): New zone program.
7913
79142002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
7915
7916 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
7917
79182002-01-09 Richard M. Stallman <rms@gnu.org>
7919
7920 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
7921
79222002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
7923
7924 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
7925 flyspell-mouse-map.
7926
79272002-01-08 Richard M. Stallman <rms@gnu.org>
7928
7929 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
7930
7931 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
7932
7933 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
7934
5fe0ea6a 79352002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
7936
7937 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
7938 Do not use make-local-hook.
7939
79402002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7941
7942 * international/quail.el (quail-start-translation)
7943 (quail-start-conversion): Bind last-command-event, last-command,
7944 and this-command in the first let. This fixes the change from
7945 2000-08-30.
7946
79472002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
7948
7949 * ediff-hook.el: Add an autoload cookie.
7950
5fe0ea6a 79512002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
7952
7953 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
7954 address of the author.
7955
79562002-01-08 Richard M. Stallman <rms@gnu.org>
7957
7958 * replace.el (occur-mode-goto-occurrence-other-window): New command.
7959 (occur-mode-map): Bind `o' to that.
7960
79612002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
7962
7963 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
7964 new macro that replaces viper-emacs-p and viper-xemacs-p in many
7965 cases. Used to reduce the number of warnings.
7966
7967 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
7968 (viper-standard-value): Move here from viper.el.
7969 (viper-set-unread-command-events): Move to viper-util.el
7970 (viper-check-minibuffer-overlay): Make sure
7971 viper-minibuffer-overlay is moved to cover the entire input field.
7972
7973 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
7974 (viper-read-key-sequence, viper-set-unread-command-events)
7975 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
7976
7977 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
7978
7979 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
7980
7981 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
7982
7983 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
7984 (viper-event-vector-p): Move to viper-util.el
7985
7986 * viper.el (viper-standard-value): Move to viper-cmd.el.
7987 Use viper-cond-compile-for-xemacs-or-emacs.
7988
7989 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
7990
7991 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
7992
7993 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
7994 New macro designed to be used in many places where ediff-emacs-p or
7995 ediff-xemacs-p was previously used. Reduces the number of warnings.
7996 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
7997 of ediff-xemacs-p.
7998 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
7999 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
8000 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
8001 Move to ediff-util.el.
8002 (ediff-event-key): Moved here.
8003
8004 * ediff-merge.el: Got rid of unreferenced variables.
8005
8006 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
8007
8008 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
8009 (ediff-cleanup-mess): Improve the way windows are set up after
8010 quitting ediff.
8011 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
8012 (ediff-dispose-of-variant-according-to-user): New function
8013 designed to be smarter and also understands indirect buffers.
8014 (ediff-highlight-diff-in-one-buffer)
8015 (ediff-unhighlight-diff-in-one-buffer)
8016 (ediff-unhighlight-diffs-totally-in-one-buffer)
8017 (ediff-highlight-diff, ediff-highlight-diff)
8018 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
8019 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
8020 (ediff-get-region-contents, ediff-make-current-diff-overlay):
8021 Moved here.
8022 (ediff-format-bindings-of): New function by Hannu Koivisto
8023 <azure@iki.fi>.
8024 (ediff-setup): Make sure the merge buffer is always widened and
8025 modifiable.
8026 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
8027 result of a merge into a file visited by another buffer.
8028 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
8029 is visited by another buffer and ask to save/delete that buffer.
8030 (ediff-verify-file-merge-buffer): New function to do the above.
8031
8032 * ediff-vers.el: Load ediff-init.el at compile time.
8033
8034 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
8035
8036 * ediff.el (ediff-windows, ediff-regions-wordwise)
8037 (ediff-regions-linewise): Use indirect buffers to improve
8038 robustness and make it possible to compare regions of the same
8039 buffer (even overlapping regions).
8040 (ediff-clone-buffer-for-region-comparison)
8041 (ediff-clone-buffer-for-window-comparison): New functions.
8042 (ediff-files-internal): Refuse to compare identical files.
8043 (ediff-regions-internal): Get rid of the warning about comparing
8044 regions of the same buffer.
8045
8046 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
8047 Plus the following fixes courtesy of Dave Love: Doc fixes.
8048 (ediff-word-1): Use word class and move - to the
8049 front per regexp documentation.
8050 (ediff-wordify): Bind forward-word-function outside loop.
8051 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
8052 consing buffer contents.
8053 (ediff-goto-word): Move syntax table setting outside loop.
8054
80552002-01-07 Richard M. Stallman <rms@gnu.org>
8056
8057 * dired.el (dired-copy-filename-as-kill): Call kill-append
8058 if following a kill command.
8059
8060 * help-fns.el (describe-variable, describe-function):
8061 Do save-excursion.
8062
5fe0ea6a 80632002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8064
8065 * net/ldap.el (ldap-search-internal): Skip error message from
8066 ldapsearch. Allow listing attribute names only. Do not open
8067 non-existent files.
8068
8069 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
8070 call non-existent function.
8071
8072 * net/eudc.el (top-level): Revert previous change.
8073
8074 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
8075 variables to prevent warning from byte-compiler.
8076
8077 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
8078 string-match on emacs-version again.
8079
8080 * enriched.el (enriched-make-annotation): Fix the change from
8081 2002-01-05.
8082 (enriched-handle-display-prop): Return proper values.
8083
f530a77b
SM
8084 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
8085 Use proper attribute name labeledUri instead of deprecated labeledUrl.
fe72c904 8086
5fe0ea6a 80872002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8088
8089 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
8090 editing an empty hotlist.
8091
8092 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
f530a77b 8093 Use buffer-string instead of buffer-substring for the whole buffer.
fe72c904
CW
8094
8095 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
8096 not free.
8097
8098 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
8099 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
8100 (eudc-bob-save-object): Make the buffer unibyte.
8101 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
8102 object to external program.
8103
81042002-01-05 Andre Spiegel <spiegel@gnu.org>
8105
8106 * vc.el (vc-branch-part): Return nil if there's no `.'
8107 (vc-default-previous-version): Renamed from vc-previous-version.
8108 New args BACKEND and FILE. Return nil for revision numbers
8109 without a `.'
8110 (vc-version-diff): Call vc-BACKEND-previous-version.
8111 (vc-steal-lock): Steal lock before composing mail, so that no mail
8112 is sent when the stealing goes wrong. And we'll actually see the
8113 error in that case now.
8114 (vc-finish-steal): Removed.
8115
8116 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
8117 the lock, so that we see expanded headers.
f530a77b
SM
8118 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
8119 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
fe72c904
CW
8120 available from vc.el. Updated all callers.
8121
81222002-01-05 Richard M. Stallman <rms@gnu.org>
8123
8124 * enriched.el (enriched-make-annotation): Doc fix.
8125
8126 * format.el (format-replace-strings, format-subtract-regions)
8127 (format-annotate-region, format-annotate-location)
8128 (format-annotate-atomic-property-change)
8129 (format-annotate-single-property-change): Doc fixes.
8130
81312002-01-05 Jason Rumney <jasonr@gnu.org>
8132
8133 * term/w32-win.el: Require fontset unconditionally.
8134 (w32-handle-scroll-bar-event): Remove.
8135
81362002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8137
8138 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
8139 copyrights to be updated.
8140
81412002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8142
8143 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
8144 2001-10-24.
8145
8146 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
8147
5fe0ea6a 81482002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904 8149
f530a77b 8150 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
fe72c904
CW
8151 (ldap-ignore-attribute-codings): Change the default value to allow
8152 encoding/decoding of attributes.
8153 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
8154
81552002-01-03 Richard M. Stallman <rms@gnu.org>
8156
8157 * files.el (basic-save-buffer): Undo previous change.
8158
8159 * calendar/diary-lib.el (diary-block): Doc fix.
8160
8161 * custom.el (defcustom): Fix syntax of previous change.
8162
81632002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
8164
8165 * custom.el (defcustom): Documented :tag, :link and :load.
8166
81672002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8168
8169 * mail/sendmail.el (mail-recover-1): New function.
f530a77b
SM
8170 (mail-recover): Switch to the *mail* buffer right away.
8171 Use buffer-auto-save-file-name instead of calling
fe72c904
CW
8172 make-auto-save-file-name. Call dired-noselect instead of invoking
8173 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
8174 before reading the auto-save file. If the buffer's auto-save file
8175 does not exist, call mail-recover-1 to allow recovery from past
8176 auto-saved drafts.
8177
5fe0ea6a 81782002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8179
8180 * time.el (display-time-load-average-threshold): Fix defcustom
8181 (add type and group).
8182
8183 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
8184 specification from the hostname.
8185
81862002-01-02 Richard M. Stallman <rms@gnu.org>
8187
8188 * facemenu.el (facemenu-active-faces):
8189 Use face-attributes-as-vector, not face-attributes-vector.
8190
81912002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
8192
8193 * xscheme.el: Eleven years of updates on a private copy.
8194
8195 Extensive changes to support multiple xscheme buffers:
8196 (run-scheme): Break up into new functions to facilitate starting
8197 processes in other buffers.
8198 (xscheme-start, xscheme-read-command-line): New functions.
8199 (start-scheme, select-scheme)
8200 (default-xscheme-runlight)
8201 (global-set-scheme-interaction-buffer)
8202 (local-set-scheme-interaction-buffer)
8203 (local-clear-scheme-interaction-buffer)
8204 (exit-scheme-interaction-mode)
8205 (verify-xscheme-buffer): New functions.
8206 (xscheme-process-name, xscheme-buffer-name)
8207 (xscheme-runlight): New internal vars.
8208 (default-xscheme-runlight): New const.
8209 (xscheme-start-process): Add args for the process/buffer names.
8210 (reset-scheme): Pass process/buffer names.
8211 (scheme-interaction-mode): Initialize new local vars.
8212 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
8213 (xscheme-select-process-buffer, xscheme-process-buffer)
8214 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
8215 (xscheme-goto-output-point, xscheme-write-message-1): Use new
8216 var xscheme-process-name.
8217 (xscheme-start-process): Initialize xscheme-process-name and
8218 xscheme-buffer-name in the process buffer. Pass buffer name to
8219 xscheme-modeline-initialize.
8220 (xscheme-modeline-initialize): Add argument to specify buffer name
8221 for mode-line vars.
8222 (xscheme-process-sentinel): Make sure sentinel is run in the
8223 process buffer so it sees its local vars.
f530a77b
SM
8224 (xscheme-process-filter-initialize, xscheme-set-runlight):
8225 More elaborate logic to handle multiple-buffer mode lines.
fe72c904
CW
8226
8227 (xscheme-enter-input-wait): Re-enable control-G handler upon
8228 entering input wait.
8229
8230 (scheme-interaction-mode): Add arg to preserve local vars.
8231 (xscheme-enter-interaction-mode)
8232 (xscheme-enter-debugger-mode): Preserve local vars.
8233 (xscheme-start-process): Clobber local vars.
8234
8235 (scheme-interaction-mode-commands): Allow end user to add commands
8236 to scheme-interaction-mode keymap.
8237 (scheme-interaction-mode-commands-alist): New variable.
8238
8239 (xscheme-send-string): Don't use insert-before-markers.
8240
8241 Implement a per-buffer kill ring:
8242 (xscheme-insert-expression)
8243 (xscheme-rotate-yank-pointer, xscheme-yank)
8244 (xscheme-yank-pop, xscheme-yank-push): New functions.
8245 (xscheme-expressions-ring)
8246 (xscheme-expressions-ring-yank-pointer)
8247 (xscheme-expressions-ring-max): New variables.
8248 (xscheme-send-string-1): Call xscheme-insert-expression to save
8249 expression in ring.
8250 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
8251 (xscheme-previous-send): Deleted variable.
8252
f530a77b
SM
8253 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
8254 (xscheme-send-control-g-interrupt): Use process-send-string rather
fe72c904
CW
8255 than send-string.
8256
8257 (xscheme-send-region): Insert a newline after an expression that
8258 is submitted in the interaction buffer, for consistency with
8259 recent changes to Edwin.
8260
8261 (xscheme-delete-output): New function mimics comint-delete-output.
8262 (xscheme-last-input-end): New internal variable.
8263 (xscheme-process-filter-output): Update xscheme-last-input-end.
8264
8265 (xscheme-send-control-g-interrupt): Make sure that
8266 xscheme-control-g-disabled-p is looked up in the right buffer.
8267
8268 (xscheme-enable-control-g): Clear C-g message if visible.
8269 (xscheme-control-g-message-string): New internal var.
8270 (xscheme-send-control-g-interrupt): Use new var.
8271
f530a77b
SM
8272 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
8273 Delay after sending interrupt in order to work around race condition.
fe72c904
CW
8274
8275 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
8276 (xscheme-send-char): Use xscheme-send-char rather than send-string
8277 to send single char.
8278
f530a77b
SM
8279 (xscheme-process-filter, xscheme-process-filter-alist):
8280 Add support for evaluating expressions outside of the call-excursion.
fe72c904
CW
8281 (xscheme-process-filter:string-action-noexcursion): New func.
8282
8283 (xscheme-write-value): Change output string to match that used by
8284 Edwin.
8285
8286 (xscheme-coerce-prompt): Don't write a space after a command
8287 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
8288 for us.
8289
8290 (reset-scheme): Delete process after killing it.
8291
82922002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
8293
8294 * bindings.el (function-key-map): Don't bind shifted keypad
8295 numeric keys.
8296
5fe0ea6a 82972002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904 8298
f530a77b 8299 * enriched.el (enriched-handle-display-prop): Remove unused variables.
fe72c904
CW
8300 (enriched-mode): Doc fix.
8301
83022002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
8303
8304 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
8305 Hebrew points.
8306
83072002-01-01 Richard M. Stallman <rms@gnu.org>
8308
8309 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
8310
83112001-12-31 Richard M. Stallman <rms@gnu.org>
8312
8313 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
8314 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
8315 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
8316 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
8317 * progmodes/cperl-mode.el, progmodes/idlwave.el:
8318 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
8319 Adapt face definitions to use :weight and :slant.
8320
8321 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
8322
8323 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
8324
8325 * font-lock.el (initializing from font-lock-face-attributes):
8326 Use :weight and :slant, not :bold and :italic.
8327
83282001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
8329
8330 * cus-edit.el (custom-face-edit-fix-value): New function.
8331 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
8332
5fe0ea6a 83332001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8334
8335 * progmodes/octave-mod.el (octave-abbrev-table):
8336 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
8337 * progmodes/fortran.el (fortran-mode-abbrev-table):
8338 * progmodes/f90.el (f90-mode-abbrev-table):
8339 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
8340 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
8341 predefined abbrevs as "system" abbrevs.
8342
83432001-12-30 Richard M. Stallman <rms@gnu.org>
8344
8345 * info.el (Info-fontify-node): For a **** underline line, put the
8346 invisible and intangible props on the following newline, but not
8347 on the previous newline or the last char of the previous line.
8348
8349 * faces.el (face-set-after-frame-default): Don't change `default' face.
8350
8351 * faces.el (minibuffer-prompt): Adopt some default colors.
8352
8353 * replace.el (query-replace-read-args): Immediate error if read-only.
8354
8355 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
8356 Display the output buffer in a more intelligent way.
8357
83582001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
8359
8360 * ls-lisp.el (insert-directory): Modify the "total" line wording,
8361 in accordance with files.el's insert-directory.
8362
83632001-12-29 Richard M. Stallman <rms@gnu.org>
8364
8365 * files.el (basic-save-buffer): If a before-write hook displays
8366 an echo area message, pause before calling basic-save-buffer-1.
8367
83682001-12-29 Markus Rost <rost@math.ohio-state.edu>
8369
8370 * textmodes/reftex-global.el (reftex-query-replace-document)
8371 (reftex-change-label): Doc fix.
8372
8373 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
8374
8375 * progmodes/etags.el (tags-query-replace): Doc fix.
8376
83772001-12-29 Richard M. Stallman <rms@gnu.org>
8378
8379 * progmodes/compile.el (compile-internal): Fix previous change.
8380
83812001-12-28 Richard M. Stallman <rms@gnu.org>
8382
8383 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
8384 shrink the windows above as necessary to get space.
8385 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
8386
8387 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
8388 This fixes a bug that treated all files as directories.
8389 (ange-ftp-insert-directory): Explicitly follow symlinks.
8390
8391 * international/iso-transl.el (iso-transl-char-map) Eliminate the
8392 alias symbols--put the translated sequences here directly.
8393
8394 * progmodes/cc-mode.el (c-mode-abbrev-table)
8395 (c++-mode-abbrev-table, objc-mode-abbrev-table)
8396 (java-mode-abbrev-table, pike-mode-abbrev-table):
8397 Mark all the predefined abbrevs as "system" abbrevs.
8398
8399 * mail/sendmail.el (mail-envelope-from): Fix custom type.
8400 (sendmail-send-it): Check mail-specify-envelope-from
8401 and mail-envelope-from in the mail buffer at start.
8402
84032001-12-28 Simon Josefsson <jas@extundo.com>
8404
8405 * mail/sendmail.el (mail-envelope-from): Fix :type.
8406 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
8407
84082001-12-28 Richard M. Stallman <rms@gnu.org>
8409
8410 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
8411
8412 * simple.el (line-move-invisible): New subroutine.
8413 (line-move-to-column): New subroutine--smarter about advancing over
8414 invisible parts of a line, or lines, but only as long as hpos grows.
8415 (line-move-finish): New subroutine: repeatedly processes desired
8416 column, intangibility, and fields.
8417 (line-move): Use those subroutines.
8418 When moving lines downward, skip invisible text first rather than last.
8419
84202001-12-27 Richard M. Stallman <rms@gnu.org>
8421
8422 * international/mule-diag.el (describe-char-after):
8423 Describe the text properties of the char after point.
8424
8425 * help.el (describe-key): Doc fix.
8426
84272001-12-26 Markus Rost <rost@math.ohio-state.edu>
8428
8429 * find-dired.el (find-dired-sentinel): Precede exit message by
8430 two spaces, to match the regexp in dired-between-files.
8431
84322001-12-28 Miles Bader <miles@gnu.org>
8433
8434 * wid-edit.el (widget-toggle-value-create): Don't eval actual
8435 images (which are lists too).
8436
84372001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8438
8439 * language/european.el: Fix the doc string of "Latin-5" language
8440 environment.
8441
84422001-12-26 Richard M. Stallman <rms@gnu.org>
8443
8444 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
8445 defined as before 2001-11-09.
8446 (add-minor-mode call): Specify the keymap.
8447
8448 * progmodes/compile.el (compile-internal):
8449 Set TERM variable in process-environment.
8450
84512001-12-25 Richard M. Stallman <rms@gnu.org>
8452
8453 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
8454 the buffer.
8455
8456 * startup.el (command-line): Convert command line args
8457 to Emacs internal representation using locale-coding-system.
8458
84592001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
8460
8461 * international/fontset.el: Don't require ind-util when compiling.
8462
5fe0ea6a 84632001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904 8464
f530a77b
SM
8465 * emulation/tpu-edt.el (tpu-reset-screen-size):
8466 Use set-frame-height and set-frame-width instead of set-screen-height
fe72c904
CW
8467 and set-screen-width.
8468
8469 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
8470 of obsolete set-screen-width.
8471
8472 * locate.el (locate): Remove dot at the end of error argument.
8473
8474 * emerge.el (emerge-show-file-name): Use frame-height instead of
8475 obsolete screen-height.
8476
8477 * mail/mh-utils.el (mh-show-msg): Likewise.
8478 (mh-handle-process-error): Use frame-width instead of obsolete
8479 screen-width.
8480
84812001-12-25 Richard M. Stallman <rms@gnu.org>
8482
8483 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
8484 to enlarge-window. Use save-selected-window. Don't try
8485 to resize windows that end at the bottom "level".
8486 Retry changing the sizes until the windows get the desired sizes.
8487 Discount the minibuffer when computing total height available.
8488
8489 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
8490 (debugger-make-xrefs): Only make a button for the first symbol
8491 on any line.
8492
84932001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
8494
8495 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
8496 Call IT-setup-unicode-display here instead of adding it to
8497 dos-codepage-setup-hook, so that Unicode display tables are set
8498 before dos-codepage-setup-hook runs.
8499
85002001-12-24 Richard M. Stallman <rms@gnu.org>
8501
8502 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
8503 (nslookup-mode-abbrev-table): Don't define it.
8504 (smbclient-mode-abbrev-table): Don't define it.
8505 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
8506 (nslookup-mode, smbclient-mode): Likewise.
8507 (network-connection-service-abbrev-alist): Variable deleted.
8508 (network-connection-mode-setup): Don't set up abbrev table.
8509
8510 * faces.el (minibuffer-prompt): New face.
8511 (minibuffer-prompt-properties): Add `face' property.
8512
8513 * replace.el (occur-mode-display-occurrence): New function.
8514 (occur-mode-map): Bind C-o to it.
8515
85162001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
8517
8518 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
8519 (viper-special-read-and-insert-char): Make C-m work right in the r
8520 comand.
8521 (viper-buffer-search-enable): Fixed format string.
8522
8523 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
8524 instead of viper-info-on-file.
8525 (ex-set-visited-file-name): New function.
8526
8527 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
8528
8529 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
8530 action argument.
8531
8532 * ediff-init.el: Fixed some doc strings.
8533
8534 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
8535 Got rid of make-local-hook.
8536
8537 * ediff-wind.el (ediff-setup-control-frame): Got rid of
8538 make-local-hook.
8539
85402001-12-23 Richard M. Stallman <rms@gnu.org>
8541
8542 * term/x-win.el (x-handle-geometry): Put height and width
8543 on default-frame-alist, left and top on initial-frame-alist.
8544 * term/w32-win.el (x-handle-geometry): Likewise.
8545
8546 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
8547
8548 * play/yow.el (yow): Use an arg to distinguish interactive calls,
8549 not interactive-p.
8550
5fe0ea6a 85512001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904 8552
f530a77b
SM
8553 * emacs-lisp/elint.el (elint-unknown-builtin-args):
8554 Remove mocklisp entries.
fe72c904
CW
8555
8556 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
8557 Lisp. Obsoleted.
8558
8559 * emulation/mlconvert.el: File removed.
8560
8561 * emulation/mlsupport.el: Moved to obsolete.
8562
8563 * obsolete/mlsupport.el: Moved there from lisp/emulation.
8564
8565 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
8566
f530a77b
SM
8567 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8568 Remove mocklisp case.
fe72c904 8569
f530a77b 8570 * help-fns.el (describe-function-1): Remove mocklisp function case.
fe72c904
CW
8571
85722001-12-22 Miles Bader <miles@gnu.org>
8573
8574 * textmodes/refill.el (refill-mode): Don't barf when redundantly
8575 turning refill-mode off.
8576
5fe0ea6a 85772001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8578
8579 * time.el (display-time-load-average-threshold): New variable.
8580 (display-time-update): Use it.
8581
8582 These changes allow cycling through past 1, 5 and 15 minutes
8583 load-average displayed in the mode-line.
8584
8585 * time.el (display-time-default-load-average): New customizable option.
8586 (display-time-load-average): New variable.
8587 (display-time-cycle-load-average): New function.
8588 (display-time-update): Use them.
8589
85902001-12-21 Richard M. Stallman <rms@gnu.org>
8591
8592 * apropos.el (apropos-print): SPACING is now nil or a separator string.
8593 (apropos-documentation, apropos-value): Pass a suitable string.
8594
85952001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8596
8597 * dired.el (dired-free-space-program, dired-free-space-args):
8598 Aliases for back-compatibility.
8599
8600 * info.el (Info-select-node): If Info-use-header-line is nil, set
8601 header-line-format to nil.
8602 (Info-fontify-node): Don't put a keymap text property on the
8603 heading if we are not going to display the header line. Remove
8604 any such text properties left over from past visits to this node.
8605
8606 * ls-lisp.el (insert-directory): Insert the amount of free disk
8607 space, like files.el's insert-directory does.
8608
f530a77b
SM
8609 * files.el (directory-free-space-program):
8610 Mention file-system-info in the doc string.
8611 (get-free-disk-space): New function; code moved from insert-directory.
fe72c904
CW
8612 (insert-directory): Call get-free-disk-space to get the amount of
8613 free space.
8614
86152001-12-21 Richard M. Stallman <rms@gnu.org>
8616
8617 * help.el (view-order-manuals, view-emacs-news, describe-copying)
8618 (describe-distribution, describe-project): Use view-file.
8619
8620 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
8621
8622 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
8623
8624 * emacs-lisp/easy-mmode.el (define-minor-mode):
8625 Make no arg by default in an interactive call,
8626 so that repeating the command toggles again.
8627
8628 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
8629
86302001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
8631
8632 * antlr-mode.el: More sophisticated indentation of cpp directive.
8633 (antlr-indent-at-bol-alist): New user option.
8634 (antlr-indent-line): Use it.
8635 (antlr-indent-style): New user option.
8636 (antlr-mode): Use it.
8637 (antlr-indent-item-regexp): Customize.
8638
8639 * antlr-mode.el: Syntax highlighting changes.
8640 (antlr-font-lock-literal-regexp): New user option.
8641 (antlr-font-lock-syntax-face): New face used for :, |, ....
8642 (antlr-font-lock-default-face): New face.
8643 (antlr-font-lock-additional-keywords): Use them.
8644
8645 * antlr-mode.el: New command to insert options -- variables.
8646 (antlr-mode-map): New binding [C-c C-o].
8647 (antlr-mode-menu): New submenus.
8648 (antlr-options-use-submenus): New user option.
8649 (antlr-tool-version): New user option.
8650 (antlr-options-auto-colon): New user option.
8651 (antlr-options-style): New user option.
8652 (antlr-options-push-mark): New user option.
8653 (antlr-options-assign-string): New user option.
8654 (antlr-options-headings): New variable.
8655
8656 * antlr-mode.el: New command to insert options -- specific.
8657 (antlr-options-alists): New variable.
8658 (antlr-read-value): New function.
8659 (antlr-read-boolean): New function.
8660 (antlr-language-option-extra): New function.
8661 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
8662 (antlr-c++-mode-extra): New function.
8663 (antlr-grammar-tokens): New function.
8664 (antlr-imenu-create-index-function): New optional argument.
8665
8666 * antlr-mode.el: New command to insert options -- functions.
8667 (antlr-insert-option): New command.
8668 (antlr-insert-option-interactive): New function.
8669 (antlr-options-menu-filter): New function.
8670 (antlr-option-kind): New function.
8671 (antlr-scan-lists): New alias.
8672 (antlr-scan-lists-internal): New function.
8673 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
8674 (antlr-option-level): New function.
8675 (antlr-syntactic-grammar-depth): New function.
8676 (antlr-option-location): New function.
8677 (antlr-insert-option-do): New function.
8678 (antlr-option-spec): New function.
8679 (antlr-version-string): New function.
8680 (antlr-insert-option-existing): New function.
8681 (antlr-insert-option-space): New function.
8682 (antlr-insert-option-area): New function.
8683
8684 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
8685 with narrowing. Menu change. Miscellaneous.
8686 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
8687 (antlr-mode-map): New bindings for characters in ":;|&(){}".
8688 (antlr-electric-character): New command.
8689 (antlr-class-header-regexp): New variable.
8690 (antlr-font-lock-additional-keywords): Use it.
8691 (antlr-imenu-create-index-function): Use it.
8692 (antlr-file-dependencies): Use it.
8693 (antlr-indent-line): Also works with restrictions.
8694 (antlr-indent-command): Interactive spec - changes the buffer.
8695 (antlr-language-for-option): Deletia.
8696 (antlr-language-option): New function, defined instead.
8697 (antlr-mode): Use it.
42fe2ab9 8698
fe72c904
CW
86992001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8700
8701 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
8702 instead of a literal /dev/null.
8703
8704 * Makefile.in (distclean): Remove Makefile in the build
8705 directory, not in the source directory.
8706
87072001-12-21 Simon Josefsson <jas@extundo.com>.
8708
f530a77b
SM
8709 * mail/smtpmail.el (smtpmail-send-queued-mail):
8710 Use with-temp-buffer instead of find-file-noselect, and bind
fe72c904
CW
8711 coding-system-for-read to no-conversion when reading the queued
8712 messages. (Simon's code modified slightly by Eli Zaretskii.)
8713
42fe2ab9 87142001-12-20 Werner Lemberg <wl@gnu.org>
887d3c94 8715
f530a77b
SM
8716 * international/mule-diag.el (describe-coding-system)
8717 (print-coding-system-briefly): Make printed output have a similar
8ed4ef7c 8718 format as describe-character-set.
a74357d4 8719
5fe0ea6a 87202001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2aaa7f0a 8721
8ed4ef7c
CW
8722 * play/blackbox.el (bb-member): Remove, use member instead.
8723 (bb-delete): Remove, use delete instead.
8724 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
8725 bb-score, bb-detour-count and bb-balls-placed.
8726 Propertize results of rays.
6f93971c 8727
fe72c904
CW
87282001-12-19 Karl Fogel <kfogel@red-bean.com>
8729
8730 * isearch.el (isearch-forward, isearch-edit-string): Make doc
8731 strings mention keybinding for `isearch-yank-word-or-char',
8732 rather than `isearch-yank-word', since the former is bound now
8733 and the latter is not.
8734 (isearch-yank-word-or-char): Fix formatting.
8735
87362001-12-19 Werner Lemberg <wl@gnu.org>
8737
f530a77b
SM
8738 * language/czech.el, language/european.el, language/slovak.el:
8739 More fixes for language info doc strings.
fe72c904
CW
8740
87412001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
8742
8743 * loadup.el: Add "language" to the load-path.
8744
87452001-12-19 Richard M. Stallman <rms@gnu.org>
8746
8747 * international/mule-cmds.el (describe-language-environment):
8748 Fix calls to help-xref-button.
8749
87502001-12-19 Miles Bader <miles@gnu.org>
8751
8752 * international/fontset.el: Require `ind-util' when compiling.
8753
5fe0ea6a 87542001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8755
8756 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
8757 instead of decompose-composite-char.
8758
87592001-12-18 Richard M. Stallman <rms@gnu.org>
8760
8761 * simple.el (eval-expression-print-level)
8762 (eval-expression-print-length): Doc fixes.
8763
8764 * international/mule-diag.el (describe-character-set):
8765 Fix the arg to help-xref-button.
8766
8767 * files.el (directory-free-space-program): New variable.
8768 (directory-free-space-args): New variable.
8769 (insert-directory): Use those two variables for getting free space.
8770 Use file-system-info instead, if that is defined.
8771
8772 * dired.el (dired-free-space-program): Variable deleted.
8773 (dired-free-space-args): Variable deleted.
8774 (dired-insert-directory): Don't try to determine free space.
8775
8776 * files.el (font-lock-defaults): Add risky-local-variables prop.
8777 (hack-one-local-variable): Treat various font-lock variables as risky.
8778
87792001-12-18 Werner Lemberg <wl@gnu.org>
8780
8781 * language/chinese.el, language/cyrillic.el:
8782 * language/czech.el, language/european.el, language/greek.el:
8783 * language/hebrew.el, language/indian.el, language/japanese.el:
8784 * language/korean.el, language/lao.el, language/slovak.el:
8785 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8786 Improve documentation strings of coding systems and language infos.
8787
87882001-12-18 Werner LEMBERG <wl@gnu.org>
8789
8790 Add support for EUC-TW decoding/encoding.
8791
f530a77b
SM
8792 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
8793 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
fe72c904
CW
8794 New auxiliary functions to build `big5-to-cns'.
8795 (big5-to-cns): New translation alist.
8796
8797 * language/chinese.el: Added new coding system `euc-tw' and its
8798 alias `euc-taiwan'.
8799 Updated language `Chinese-CNS' to include euc-tw encoding also.
8800 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
8801 euc-tw.
8802
88032001-12-18 Dave Love <fx@gnu.org>
8804
8805 * loadup.el: Add language/utf-8-lang, language/georgian.
8806
8807 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
8808 (image-file-name-regexps): Doc fix.
8809
8810 * server.el (server-unload-hook): New function.
8811
8812 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
8813 (lm-crack-copyright): Cope with multi-line copyright `lines'.
8814
8815 * simple.el (newline): Doc fix.
8816 (eval-expression-print-level, eval-expression-print-length): Doc
8817 fix. Amend :type.
8818 (next-line, previous-line): Make arg optional.
8819 (newline): Doc fix.
8820
8821 * Makefile.in (DONTCOMPILE): Add various language files.
8822
8823 * international/quail.el (quail-input-string-to-events): Don't use
8824 string-to-list.
8825
8826 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
8827 calling `newline'.
8828
88292001-12-17 Richard M. Stallman <rms@gnu.org>
8830
8831 * comint.el (comint-dynamic-list-input-ring-select): New function.
8832 Switches back to the old window configuration.
8833 (comint-dynamic-list-input-ring): Bind RET to that function.
8834 (comint-dynamic-list-input-ring-window-conf): New variable.
8835
88362001-12-17 Werner Lemberg <wl@gnu.org>
8837
8838 * international/mule-conf.el: Improve documentation strings of
8839 character sets.
8840
88412001-12-16 Richard M. Stallman <rms@gnu.org>
8842
8843 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
8844 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
8845
8846 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
8847
8848 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
8849 Add a DESCRIPTION for the makefile item.
8850
8851 * find-file.el (ff-other-file-name): New function.
8852
88532001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
8854
8855 * international/quail.el (quail-input-string-to-events): Fix last
8856 change.
8857
88582001-12-16 Richard M. Stallman <rms@gnu.org>
8859
8860 * isearch.el (isearch-edit-string): When we set isearch-string
8861 to the default, also set isearch-message.
8862
8863 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
8864
8865 * startup.el (command-line-1): Display startup screen
8866 even if there are command line args.
8867 Add a note about how to go to editing your files.
8868 (fancy-splash-head): Add a note about how to go to your files.
8869 (fancy-splash-outer-buffer): New variable.
8870 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
8871
8872 * subr.el (with-temp-message): At the end, always discard
8873 the temp message, even by clearing the echo area.
8874
8875 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
8876
88772001-12-16 Stefan Monnier <monnier@cs.yale.edu>
8878
8879 * log-view.el (log-view-message-re, log-view-current-tag):
8880 Recognize Subversion's log output format.
8881
8882 * international/fontset.el: Build the list L at compile time.
8883
8884 * language/ind-util.el (mapthread): Make a closure.
8885
88862001-12-15 Richard M. Stallman <rms@gnu.org>
8887
8888 * isearch.el (isearch-start-hscroll): New variable.
8889 (isearch-mode): Set isearch-start-hscroll.
8890 (isearch-update): Restore original hscrolling if possible.
8891
8892 * isearch.el (isearch-edit-string):
8893 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
8894
8895 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
8896 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
8897 rather than regexp search and (2) copying text properties
8898 already set up on text unchanged from the previous backtrace.
8899
8900 * case-table.el (set-case-syntax-pair):
8901 Detect invalid calls and signal an error.
8902
89032001-12-15 Richard M. Stallman <rms@gnu.org>
8904
8905 * language/ind-util.el (range): Function deleted.
8906 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
8907 All calls changed.
8908
8909 * language/devan-util.el (devanagari-range): Renamed from `range'.
8910 All calls changed.
8911 (devanagari-regexp-of-hashtbl-keys):
8912 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
8913
89142001-12-15 Dave Love <fx@gnu.org>
8915
8916 * language/ind-util.el: Don't require cl.
8917 (indian-glyph-char, indian-glyph-max-char)
8918 (indian-char-glyph): Moved from indian.el
8919 (indian--puthash-char, mapthread): Don't quote lambda.
8920 (indian--map): New function.
8921 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
8922 (indian--puthash-cv): Use it.
8923
8924 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
8925 (indian-char-glyph): Moved to ind-util.el
8926
8927 * language/devan-util.el (devanagari-post-read-conversion):
8928 New function.
8929
8930 * language/georgian.el: New file.
8931
8932 * international/mule-cmds.el (locale-language-names): Add various
8933 entries. Remove utf-8 special case.
8934 (locale-charset-language-names, locale-preferred-coding-systems):
8935 Add utf-8 case.
8936 (set-language-environment): Process required-features earlier.
8937
8938 * international/quail.el (quail-keyboard-layout-alist):
8939 Add pc105-uk.
8940 (quail-keyboard-layout-type): Fix :type.
8941 (quail-choose-completion-string): Simplify.
8942 (quail-update-leim-list-file): Don't get fooled by commented-out code.
8943 (quail-input-string-to-events): Run events through
8944 translation-table-for-input.
8945
8946 * international/mule-conf.el (translation-table-for-input):
8947 New variable.
8948 (latin-iso8859-14): Amend description.
8949 (file-coding-system-alist): Add entry for utf-8.
8950
8951 * language/utf-8-lang.el: New file.
8952
8953 * international/code-pages.el: New file.
8954
8955 * language/hebrew.el ("Windows-1255"): New language.
8956
8957 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
8958 ("Latvian"): New languages.
8959
89602001-12-14 Stefan Monnier <monnier@cs.yale.edu>
8961
8962 * xml.el: Use setq rather than (set 'foo bar).
8963 Use push+nreverse rather than append.
8964 (xml-node-name, xml-node-attributes, xml-node-children):
8965 Use defsubst rather than macros.
8966 (xml-parse-region): Handle a nil return value from xml-parse-tag.
8967 (xml-parse-tag): Don't skip white space. Return nil for a comment.
8968 Concat the two strings surrounding a comment into a single string.
8969
8970 * newcomment.el (comment-indent): Jump to the middle of empty comments.
8971
5fe0ea6a 89722001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8973
8974 * select.el (xselect-convert-to-class, xselect-convert-to-name):
8975 Document.
8976
89772001-12-14 Andre Spiegel <spiegel@gnu.org>
8978
8979 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
8980 Return nil if FILE is not registered.
8981 (vc-check-master-templates, vc-default-make-version-backups-p):
8982 Doc fix.
8983
89842001-12-13 David Ponce <david@dponce.com>
8985
8986 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
8987 (ruler-mode-left-fringe-cols): New macro.
8988 (ruler-mode-right-fringe-cols): New macro.
8989 (ruler-mode-left-scroll-bar-cols): New macro.
8990 (ruler-mode-right-scroll-bar-cols): New macro.
8991 (ruler-mode-ruler): Use above new macros.
8992
89932001-12-13 Richard M. Stallman <rms@gnu.org>
8994
8995 * files.el (set-auto-mode): Fix previous change.
8996
89972001-12-13 Stefan Monnier <monnier@cs.yale.edu>
8998
8999 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
9000 (easy-menu-do-define, easy-menu-convert-item-1)
9001 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
9002 (easy-menu-return-item): Only return nil if there is no binding.
9003
90042001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
9005
9006 * whitespace.el (whitespace-version): 3.2
9007 * whitespace.el (whitespace-force-mode-line-update): Replace with
9008 `whitespace-mode-line-update', which is an alias to the correct
9009 function in various emacsen.
9010 * whitespace.el (whitespace-{un,}highlight-the-space):
9011 Add colorized highlighting of the bogus whitespaces in a buffer/file,
9012 using the `whitespace-highlight-face' if
9013 `whitespace-display-spaces-in-color' is set.
9014
90152001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
9016
9017 * international/mule.el (set-auto-coding): Don't search for
9018 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
9019
5fe0ea6a 90202001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9021
9022 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
9023
9024 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
9025
9026 * mail/rmailsum.el (rmail-summary-mode): Likewise.
9027
90282001-12-13 Richard M. Stallman <rms@gnu.org>
9029
9030 * simple.el (undo): Always set this-command to `undo',
9031 so that the next undo after an error will not begin redoing.
9032
9033 * simple.el (shell-command): Doc fix.
9034 (shell-command-on-region): If there is output an an error,
9035 add "...Shell command failed" to the output.
9036
90372001-12-13 David Ponce <david@dponce.com>
9038
9039 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
9040 (ruler-mode-left-fringe-cols): Function replaced by more efficient
9041 implementation `ruler-mode-extra-left-cols'.
9042 (ruler-mode-ruler): Use above new function. Take into account
9043 that the fringe areas can now be resized.
9044
90452001-12-12 Richard M. Stallman <rms@gnu.org>
9046
9047 * international/characters.el (Unicode): Comment out
9048 the specifications for kelvin and angstrom signs.
9049
9050 * international/mule.el (make-translation-table-from-vector):
9051 Allow null elements in VEC.
9052
9053 * international/ucs-tables.el (unify-8859-on-encoding-mode)
9054 (unify-8859-on-decoding-mode): Swap the code in their bodies.
9055 Add :version.
9056
90572001-12-11 Richard M. Stallman <rms@gnu.org>
9058
9059 * derived.el (derived-mode-p): Function moved to subr.el.
9060
9061 * subr.el (derived-mode-p): Moved here from derived.el.
9062
9063 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
9064
9065 * files.el (set-auto-mode-1): New subroutine, broken out of
9066 set-auto-mode.
9067 (set-auto-mode, hack-local-variables-prop-line): Use that.
9068
90692001-12-11 Dave Love <fx@gnu.org>
9070
9071 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
9072
9073 * language/european.el: Remove autoload cookies. Fix registration
9074 of diacritic composition function.
9075
5fe0ea6a 90762001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9077
9078 * calendar/todo-mode.el: Require time-stamp.
6f93971c 9079
fe72c904 9080 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
df218ce6 9081
fe72c904 90822001-12-11 Richard M. Stallman <rms@gnu.org>
df218ce6 9083
fe72c904 9084 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
79ccae1e 9085
fe72c904
CW
9086 * textmodes/ispell.el (ispell-buffer-local-parsing):
9087 Match xml like sgml.
0347c911 9088
fe72c904
CW
9089 * emacs-lisp/advice.el (ad-compile-function):
9090 Byte compile the function under another (uninterned) name.
e5ba1eb9 9091
fe72c904 9092 * gud.el (gdb): Define and bind gud-jump.
79ccae1e 9093
fe72c904
CW
9094 * font-lock.el (font-lock-mode):
9095 Put our function at the end of after-change-functions.
46e5ea33 9096
fe72c904 9097 * ediff-diff.el (ediff-cmp-options): Doc fix.
46e5ea33 9098
fe72c904 9099 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
a66cd3ee 9100
fe72c904 91012001-12-10 Richard M. Stallman <rms@gnu.org>
a66cd3ee 9102
fe72c904
CW
9103 * isearch.el (isearch-yank-word-or-char): New function.
9104 (isearch-mode-map): Bind C-w to that.
a66cd3ee 9105
fe72c904 9106 * menu-bar.el (menu-bar-mode): Make arg optional.
a66cd3ee 9107
fe72c904
CW
9108 * simple.el (line-move): Cope if next-single-property-change
9109 or previous-single-property-change returns nil.
a66cd3ee 9110
fe72c904
CW
9111 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
9112 Don't use interactive-p; instead, pass the proper args
9113 in (interactive...). Clean up most of the trouble-report strings.
a66cd3ee 9114
fe72c904 91152001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
a66cd3ee 9116
fe72c904
CW
9117 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
9118 enqueued messages literally.
a66cd3ee 9119
fe72c904 91202001-12-10 Noah Friedman <friedman@splode.com>
a66cd3ee 9121
fe72c904
CW
9122 * battery.el (battery-insert-file-contents): Obsolete function
9123 removed.
9124 (battery-read-function): Obsolete function removed.
9125 (battery-linux-proc-apm): Use insert-file-contents.
a66cd3ee 9126
fe72c904 91272001-12-07 Stephen Eglen <stephen@gnu.org>
a66cd3ee 9128
fe72c904
CW
9129 * iswitchb.el (iswitchb-visit-buffer):
9130 Use `select-frame-set-input-focus'--needed when window manager
9131 uses "click to focus" policy.
a66cd3ee 9132
5fe0ea6a 91332001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a66cd3ee 9134
fe72c904 9135 * COPYING: Moved back.
a66cd3ee 9136
fe72c904 91372001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
a66cd3ee 9138
fe72c904
CW
9139 * term/internal.el (IT-character-translations): Add entries for
9140 more points.
a66cd3ee 9141
fe72c904
CW
9142 * international/characters.el: Resurrect the Hebrew category
9143 settings for all Hebrew characters removed by the last change.
9144 Add code for setting the Hebrew category of the Unicode Hebrew
9145 characters. Set syntax entries for Hebrew punctuation characters.
a66cd3ee 9146
fe72c904
CW
9147 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
9148 points and directional formatting control characters.
a66cd3ee 9149
fe72c904 91502001-12-07 Dave Love <fx@gnu.org>
a66cd3ee 9151
fe72c904
CW
9152 * language/lao-util.el: Add Unicode equivalents for rules.
9153 (lao-post-read-conversion): New function.
a66cd3ee 9154
fe72c904
CW
9155 * language/lao.el: Add Unicode equivalents.
9156 (lao): Add post-read conversion.
a66cd3ee 9157
fe72c904
CW
9158 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
9159 Use iso2022 encoding.
9160 (latin1-char-displayable-p): Doc fix.
9161 (latin1-display-ucs-per-lynx): New option.
9162 (latin1-display-ucs-per-lynx): New command.
9163 (latin1-display-reset): Special-case arabic.
9164 (ucs-tables): Require.
9165 (latin1-display-sets, latin1-display-setup): Add arabic.
9166 (latin1-display) <variable>: Use function latin1-display.
9167 (latin1-display) <function>: Add mule-unicode stuff.
9168 (latin1-display-check-font): Don't lose if `info' is nil.
a66cd3ee 9169
fe72c904
CW
9170 * international/iso-transl.el: Insert Latin-1 characters, not
9171 unibyte codes.
a66cd3ee 9172
fe72c904
CW
9173 * language/european.el (diacritic-composition-pattern): New constant.
9174 (diacritic-compose-region, diacritic-compose-string)
9175 (diacritic-compose-buffer, diacritic-post-read-conversion)
9176 (diacritic-composition-function): New functions.
a66cd3ee 9177
fe72c904
CW
9178 * international/utf-8.el (ucs-mule-to-mule-unicode):
9179 New translation table.
9180 (ccl-encode-mule-utf-8): Use it.
9181 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
9182 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
9183 (utf-8-subst-table): New variable.
9184 (utf-8-compose-scripts): New option.
9185 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
a66cd3ee 9186
fe72c904
CW
9187 * international/ucs-tables.el, international/utf-8-subst.el:
9188 New files.
9189
9190 * international/characters.el: Don't set word syntax (the default)
9191 explicitly. Add a diacritic category. Add info for Unicode
8ed4ef7c
CW
9192 equivalents of characters in various Mule charsets and for extra
9193 Unicode characters. Don't define specific categories for
9194 Indian/Devanagari, since they aren't used.
a66cd3ee 9195
8ed4ef7c 91962001-12-06 Richard M. Stallman <rms@gnu.org>
a66cd3ee 9197
8ed4ef7c
CW
9198 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
9199 (set-justification-left, set-justification-right): Doc fix.
a66cd3ee 9200
8ed4ef7c
CW
9201 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
9202 (bug-f90-mode): Variable deleted.
a66cd3ee 9203
8ed4ef7c 92042001-12-06 Stefan Monnier <monnier@cs.yale.edu>
a66cd3ee 9205
8ed4ef7c 9206 * indent.el (indent-line-function): Default is indent-relative again.
a66cd3ee 9207
8ed4ef7c 92082001-12-07 Miles Bader <miles@gnu.org>
a66cd3ee 9209
8ed4ef7c
CW
9210 * progmodes/compile.el (compilation-error-regexp-alist):
9211 Added regexps for RXP.
a66cd3ee 9212
8ed4ef7c 92132001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
a66cd3ee 9214
8ed4ef7c
CW
9215 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
9216 Add shift-assignment operators to those highlighted, and highlight
9217 the whole operator rather than just the "=".
a66cd3ee 9218
8ed4ef7c 92192001-12-04 Juanma Barranquero <lektu@terra.es>
a66cd3ee 9220
8ed4ef7c
CW
9221 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
9222 before saving abbrevs if `save-abbrevs' has the value `silently'.
a66cd3ee 9223
8ed4ef7c 92242001-12-04 Andreas Schwab <schwab@suse.de>
a66cd3ee 9225
8ed4ef7c 9226 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
a66cd3ee 9227
8ed4ef7c 92282001-12-04 Colin Walters <walters@debian.org>
a66cd3ee 9229
8ed4ef7c
CW
9230 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
9231 for `defmacro*' forms.
a66cd3ee 9232
8ed4ef7c
CW
9233 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
9234 `defmacro*'.
a66cd3ee 9235
8ed4ef7c 92362001-12-03 Stefan Monnier <monnier@cs.yale.edu>
a66cd3ee 9237
8ed4ef7c 9238 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
a66cd3ee 9239
8ed4ef7c 92402001-12-02 Richard M. Stallman <rms@gnu.org>
a66cd3ee 9241
8ed4ef7c
CW
9242 * files.el (insert-directory): If the df output does not look right,
9243 don't try to use it. Other cleanups in overall code structure.
a66cd3ee 9244
8ed4ef7c 92452001-12-02 Stefan Monnier <monnier@cs.yale.edu>
a66cd3ee 9246
8ed4ef7c
CW
9247 * textmodes/outline.el (outline-mode-prefix-map):
9248 Add bindings for outline-promote and outline-demote.
9249 (outline-minor-mode-menu-bar-map): New var.
9250 (outline-minor-mode): Use it.
9251 (outline-heading-alist): New var (renamed from outline-level-heading).
9252 (outline-level): Use it.
9253 (outline-insert-heading, outline-promote, outline-demote):
9254 Update to use outline-heading-alist.
a66cd3ee 9255
8ed4ef7c
CW
9256 * disp-table.el (standard-display-european):
9257 Simplify since the function is not interactive any more.
9258 Don't set the existing buffers to unibyte.
a66cd3ee 9259
8ed4ef7c 9260 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
a66cd3ee 9261
8ed4ef7c 9262 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
a66cd3ee 9263
8ed4ef7c 9264 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
a66cd3ee 9265
8ed4ef7c
CW
9266 * shell.el (shell): Use shell-file-name.
9267 Pop to buffer before calling comint to set COLUMNS properly.
a66cd3ee 9268
8ed4ef7c 9269 * emacs-lisp/cl.el (svref): New alias.
a66cd3ee 9270
8ed4ef7c
CW
9271 * progmodes/antlr-mode.el (antlr-c-common-init):
9272 Don't inhibit adaptive-fill-mode any more.
a66cd3ee 9273
8ed4ef7c 9274 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
a66cd3ee 9275
8ed4ef7c
CW
9276 * progmodes/etags.el (tags-with-face): Use make-symbol.
9277 (tags-search, tags-query-replace): Use backquotes.
a66cd3ee 9278
8ed4ef7c
CW
9279 * textmodes/picture.el (picture-mode-map): Don't use defconst
9280 for a variable.
a66cd3ee 9281
5fe0ea6a 92822001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a66cd3ee 9283
8ed4ef7c
CW
9284 * textmodes/reftex-index.el (reftex-index-mode):
9285 Remove make-local-hook.
a66cd3ee 9286
8ed4ef7c 9287 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
a66cd3ee 9288
8ed4ef7c 92892001-12-02 Kim F. Storm <storm@cua.dk>
a66cd3ee 9290
8ed4ef7c
CW
9291 * isearch.el (isearch-resume-enabled): New variable.
9292 (isearch-done): Use that variable.
a66cd3ee 9293
8ed4ef7c 92942001-12-01 Richard M. Stallman <rms@gnu.org>
a66cd3ee 9295
8ed4ef7c
CW
9296 * wid-edit.el (widget-button-click): Don't move point permanently:
9297 Avoid mouse-set-point--instead select the window,
9298 then do save-excursion, then move point.
9299 Specify the buffer for get-char-property.
9300 Don't use `@' in interactive.
a66cd3ee 9301
8ed4ef7c
CW
9302 * indent.el (indent-line-function):
9303 Default is indent-to-left-margin again.
a66cd3ee 9304
8ed4ef7c
CW
9305 * replace.el (query-replace-read-args): Display message
9306 if FROM contains `\n' or `\t'.
a66cd3ee 9307
8ed4ef7c 93082001-12-01 Stefan Monnier <monnier@cs.yale.edu>
a66cd3ee 9309
8ed4ef7c 9310 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
a66cd3ee 9311
8ed4ef7c 9312 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
a66cd3ee 9313
8ed4ef7c
CW
9314 * emacs-lisp/regexp-opt.el (regexp-opt):
9315 Bind completion-regexp-list to nil.
a66cd3ee 9316
fe72c904
CW
9317 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
9318
93192001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9320
9321 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
9322 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
9323 Update maintainer.
9324
93252001-11-30 Stefan Monnier <monnier@cs.yale.edu>
9326
9327 * mail/smtpmail.el: Use with-current-buffer.
9328 (message-make-date, message-make-message-id): Autoload when needed.
9329 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
9330 headers when missing.
9331
9332 * international/encoded-kb.el (encoded-kbd-mode):
9333 Use define-minor-mode.
9334
9335 * enriched.el (enriched-mode): Use define-minor-mode.
9336 Use dolist and pop and push.
9337
9338 * info.el (Info-find-node-2): Don't call info-insert-file-contents
9339 with the `visit' argument.
9340 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
9341
9342 * progmodes/hideif.el (hide-ifdef-mode): Only modify
9343 `change-major-mode-hook' locally. Reset invisibility spec.
9344
9345 * man.el (Man-build-section-alist): Remove last Man-match-substring.
9346
5fe0ea6a 93472001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904
CW
9348
9349 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
9350 Clarify error message.
9351
5fe0ea6a 93522001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904
CW
9353
9354 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
9355
93562001-11-30 Andre Spiegel <spiegel@gnu.org>
9357
9358 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
9359 don't just return it.
9360
93612001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9362
9363 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
9364 (menu-bar-read-emacs-man, search-emacs-glossary)
9365 (emacs-index-search, elisp-index-search): New functions.
9366 (apropso-documentation, apropos, apropos-value, apropos-variable)
9367 (apropos-commands): Modify menu item names and help text.
9368 (elisp-index-search, emacs-index-search, emacs-glossary):
9369 New menu items.
9370 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
9371 submenu.
9372 (info-elisp, info-elintro): New menu items.
9373 (apropos): Modify the menu item name.
9374
93752001-11-30 Stefan Monnier <monnier@cs.yale.edu>
9376
9377 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
9378
9379 * textmodes/outline.el (outline-promote, outline-demote): Typo.
9380
9381 * man.el (man-follow-mouse): New function.
9382 (Man-mode-map): Bind mouse-2 to it.
9383 (Man-match-substring): Remove. Replace with `match-string'.
9384 (man): Use the `default-value' argument to `read-string'.
9385 (Man-fontify-manpage): Add mouse-face to cross references.
9386
9387 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
9388
93892001-11-29 Stefan Monnier <monnier@cs.yale.edu>
9390
9391 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
9392 the value of require-match in minibuffer-completion-confirm.
9393 Use crm-local-completion-map.
9394
9395 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
9396 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
9397 (cl-make-type-test): Use char-valid-p for `character'.
9398
9399 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
9400 (Info-complete-menu-item): Rewrite. Add the ability to search
9401 several sequential nodes. Add a simple caching mechanism.
9402 (Info-goto-index): New function extracted from Info-index.
9403 (Info-index): Use it. Add completion to the interactive spec.
9404 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
9405
5fe0ea6a 94062001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9407
9408 * COPYING: Removed.
9409
94102001-11-29 Dave Love <fx@gnu.org>
9411
9412 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
9413 (fortran-window-create, fortran-window-create-momentarily):
9414 Rewrite, moving error condition.
9415 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
9416 (fortran-mode-syntax-table): Revert last change.
9417
9418 * international/mule.el: Doc fixes.
9419 (map-charset-chars): New function.
9420 (register-char-codings): Use it to cope with generic chars in
9421 safe-chars.
9422
5fe0ea6a 94232001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9424
9425 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
9426
9427 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
9428
9429 * play/studly.el (studlify-word, studlify-region)
9430 (studlify-buffer): Fix doc-string.
9431 (studlify-buffer): Add autoload cookie.
9432
94332001-11-28 Stefan Monnier <monnier@cs.yale.edu>
9434
9435 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
9436 (outline-up-heading-all): Remove.
9437 (hide-sublevels): Move to end-of-heading before calling flag-region.
9438 (outline-copy-overlay, outline-discard-overlays): Remove.
9439 (outline-flag-region): Use `remove-overlays'.
9440 Don't move to end-of-heading.
9441 (outline-next-visible-heading, outline-back-to-heading)
9442 (outline-on-heading-p): Use outline-invisible-p.
9443 (outline-font-lock-level): Use outline-up-heading's new arg.
9444 (outline-minor-mode): Simplify.
9445 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
9446 (outline): Put a `reveal-toggle-invisible' property.
9447 (outline-level-heading): New var.
9448 (outline-insert-heading, outline-promote, outline-demote)
9449 (outline-toggle-children): New commands.
9450
9451 * progmodes/hideif.el (hif-end-of-line): New function.
9452 (hide-ifdef-mode): Set line-move-ignore-invisible.
9453 (hide-ifdef-region-internal): New function.
9454 (hide-ifdef-region): Use it.
9455 (hif-defined): Return an integer.
9456 (hif-infix-to-prefix): Remove.
9457 (hif-tokenize): Parse from the buffer rather than from a string.
9458 Correctly tokenize integers. Use forward-comment.
9459 (hif-expr): Use hif-or.
9460 (hif-term): Use hif-and.
9461 (hif-factor): Use hif-not. Handle numbers properly.
9462 Don't require parenthesis around `defined's argument.
9463 (hif-and, hif-or, hif-not): New funs.
9464 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
9465 (hif-hide-line): Don't hide the \n before the line.
9466 (hif-possibly-hide): Correctly handle numeric evaluation results.
9467
9468 * progmodes/make-mode.el: Use line-(end|beginning)-position.
9469 (makefile-mode): Set indent-line-function.
9470 (makefile-browser-insert-continuation): Use with-current-buffer.
9471 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
9472
94732001-11-28 Karl Fogel <kfogel@red-bean.com>
9474
9475 * isearch.el (isearch-yank-internal): New helper function.
9476 (isearch-yank-char): New function.
9477 (isearch-yank-word, isearch-yank-line): Rewrite to use
9478 isearch-yank-internal.
9479
94802001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
9481
9482 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
9483 aren't supported. Print a message to that effect if invoked.
9484
94852001-11-27 Stephen Eglen <stephen@gnu.org>
9486
9487 * locate.el (locate): Put point at first matching file rather
9488 than top of buffer.
9489
94902001-11-27 Stefan Monnier <monnier@cs.yale.edu>
9491
9492 * reveal.el: New file.
9493
9494 * progmodes/hideif.el: Misc cleanup.
9495 (hide-ifdef-mode-submap): Put the def in the defvar.
9496 Use substitute-key-definition.
9497 (hide-ifdef-mode): Use define-minor-mode.
9498 (hif-outline-flag-region): Remove.
9499 (hif-show-all): Define in terms of hif-show-ifdef-region.
9500 (hif-after-revert-function): Rename from hif-before-revert-function.
9501 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
9502 (hif-tokenize): Use with-syntax-table.
9503 (hif-make-range): Use `else' also for `else-p'.
9504 (hif-range-else-p): Remove.
9505 (hif-find-range): Simplify.
9506 (hif-hide-line): Don't bother preserving buffer-modified-p.
9507 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
9508 Don't use selective-display and inhibit-read-only.
9509
9510 * subr.el (copy-overlay, remove-overlays): New funs.
9511
9512 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
9513
95142001-11-27 Sam Steingold <sds@gnu.org>
9515
9516 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
9517 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
9518 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
9519 * obsolete/c-mode.el, obsolete/cplus-md.el
9520 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
9521 * term/sun-mouse.el, textmodes/artist.el:
9522 Converted backquote to the new style.
9523 * mouse.el, reposition.el: Likewise (in comments).
9524 * expand.el: Likewise (in a string).
9525
95262001-11-27 Richard M. Stallman <rms@gnu.org>
9527
9528 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
9529
95302001-11-26 Richard M. Stallman <rms@gnu.org>
9531
9532 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
9533 if :on-glyph or :off-glyph is a list, eval it and store it back.
9534 (checkbox): Quote the values for :on-glyph and :off-glyph.
9535
9536 * cus-start.el (recursive-load-depth-limit): Delete item.
9537
95382001-11-26 Stefan Monnier <monnier@cs.yale.edu>
9539
9540 * help-fns.el (describe-categories, help-describe-category-set): New.
9541 describe-categories moved here from src/category.c.
9542
95432001-11-26 Sam Steingold <sds@gnu.org>
9544
9545 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
9546 arguments to `insert' are strings.
9547
95482001-11-26 Richard M. Stallman <rms@gnu.org>
9549
9550 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
9551
95522001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
9553
9554 * international/mule-diag.el: Require help-fns instead of
9555 help-funs.
9556
9557 * help-fns.el: Renamed from help-funs.el.
9558
9559 * startup.el (command-line-1): Don't try to call process-list if
9560 it is not fboundp.
9561
95622001-11-26 Sam Steingold <sds@gnu.org>
9563
9564 * frame.el (show-trailing-whitespace): Remove :set argument (the
9565 value was essentially identical to the defalt).
9566
5fe0ea6a 95672001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9568
9569 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
9570
9571 * icomplete.el (icomplete-minibuffer-setup): Likewise.
9572
9573 * hilit-chg.el (hilit-chg-set): Likewise.
9574
9575 * speedbar.el (speedbar-mode): Likewise.
9576
9577 * calendar/calendar.el (calendar-mode): Likewise.
9578
9579 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
9580 insert-string.
9581
9582 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
9583
9584 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
9585
9586 * term/sun-mouse.el (sun-yank-selection): Likewise.
9587
9588 * textmodes/bib-mode.el (return-key-bib): Likewise.
9589
9590 * calendar/appt.el (appt-disp-window): Likewise.
9591
9592 * calendar/diary-lib.el (list-diary-entries): Likewise.
9593
9594 * array.el (array-reconfigure-rows): Likewise.
9595
9596 * filecache.el (file-cache-minibuffer-complete): Likewise.
9597
9598 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
9599
9600 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
9601
9602 * allout.el (outline-version, outline-open-topic)
9603 (outline-rebullet-heading, outline-insert-listified)
9604 (outline-latex-verbatim-quote-curr-line)
9605 (outline-latexify-one-item, outlineify-sticky): Likewise.
9606
9607 * vc.el (vc-next-action-on-file): Likewise.
9608 (vc-dired-mode): Remove make-local-hook.
9609
96102001-11-26 Andre Spiegel <spiegel@gnu.org>
9611
9612 * vc.el (vc-find-version): New function.
9613 (vc-version-other-window): Redefined in terms of the above.
9614
9615 * log-view.el (log-view-find-version): New function.
9616 (log-view-mode-map): Bind it to `f'.
9617
96182001-11-26 Gerd Moellmann <gerd@gnu.org>
9619
9620 * language/devan-util.el (dev-char-glyph): Escape `"' in
9621 string literals.
9622 (dev-glyph-glyph, dev-glyph-glyph-2)
9623 (devanagari-compose-syllable-region): Likewise.
9624
96252001-11-26 Richard M. Stallman <rms@gnu.org>
9626
9627 * window.el (save-selected-window): No error if saved window is dead.
9628
9629 * help-funs.el (describe-syntax): Put (interactive) after doc string.
9630
5fe0ea6a 96312001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9632
9633 * international/quail.el (quail-help): Require help-mode in
9634 top-level instead.
9635
9636 * iswitchb.el (iswitchb-exhibit): Use insert instead of
9637 insert-string.
9638
9639 * icomplete.el (icomplete-exhibit): Likewise.
9640
96412001-11-25 Stefan Monnier <monnier@cs.yale.edu>
9642
9643 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
9644 (diff-hunk-kill): Simplify.
9645 (diff-post-command-hook): Only apply to a single hunk.
9646 (diff-hunk-text): Make `char-offset' non-optional.
9647 (diff-find-text): Return a cons cell.
9648 (diff-find-approx-text): New fun.
9649 (diff-find-source-location): Use it.
9650 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
9651 Adapt to new retval of diff-find-text.
9652
9653 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
9654 rather than integer- representation of dates.
9655
9656 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
9657
9658 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
9659 (syntax-after): New fun.
9660
9661 * help-funs.el (describe-syntax): New fun.
9662
9663 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
9664 (font-lock-ppss-stats, font-lock-ppss): Remove.
9665 (font-lock-fontify-syntactically-region): Remove tuning code.
9666 (font-lock-compile-keywords): Fix off-by-one bug.
9667 (font-lock-set-defaults): Don't set removed vars.
9668 (c-keywords): Add `inline'.
9669 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
a66cd3ee 9670
8ed4ef7c
CW
9671 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9672 Set syntax-begin-function.
9673 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
9674 (lisp-interaction-mode): Don't set local-abbrev-table any more.
9675 (lisp-mode-auto-fill): Use syntax-ppss and obey
9676 comment-auto-fill-only-comments.
9677 (lisp-fill-paragraph): Use syntax-ppss.
a66cd3ee 9678
8ed4ef7c 96792001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
a66cd3ee 9680
8ed4ef7c
CW
9681 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
9682 version of rmail-enable-mime.
9683 (rmail-forward): Use it.
a66cd3ee 9684
8ed4ef7c 96852001-11-25 Richard M. Stallman <rms@gnu.org>
a66cd3ee 9686
8ed4ef7c 9687 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
a66cd3ee 9688
8ed4ef7c
CW
9689 * international/quail.el (quail-keyboard-layout-button):
9690 Define button type.
9691 (quail-keyboard-customize-button): Likewise.
9692 (quail-help): Use those button types. Require `help-mode'.
9693 Avoid altering the argument `package'.
a66cd3ee 9694
8ed4ef7c
CW
9695 * help-mode.el (help-function, help-variable, help-face)
9696 (help-coding-system, help-input-method, help-character-set):
9697 Define each button type with its own explicit define-button-type.
a66cd3ee 9698
8ed4ef7c
CW
9699 * language/devan-util.el: Comment out parts of the file
9700 which apparently are garbled.
a66cd3ee 9701
5fe0ea6a 97022001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a66cd3ee 9703
8ed4ef7c
CW
9704 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
9705 insert-string.
a66cd3ee 9706
5fe0ea6a 97072001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a66cd3ee 9708
8ed4ef7c 9709 * play/snake.el (snake-mode): Remove make-local-hook.
a66cd3ee 9710
8ed4ef7c 9711 * play/tetris.el (tetris-mode): Likewise.
a66cd3ee 9712
8ed4ef7c 9713 * play/decipher.el (decipher-mode): Likewise.
a66cd3ee 9714
8ed4ef7c 9715 * tmm.el (tmm-add-prompt): Likewise.
a66cd3ee 9716
8ed4ef7c 97172001-11-25 Sam Steingold <sds@gnu.org>
a66cd3ee 9718
8ed4ef7c
CW
9719 * menu-bar.el (menu-bar-apropos-menu): New variable.
9720 Moved all `apropos' bindings to this menu.
9721 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
a66cd3ee 9722
8ed4ef7c 97232001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
a66cd3ee 9724
8ed4ef7c
CW
9725 The following changes are for new indian languages support based
9726 on Unicode charset and CDAC fonts.
a66cd3ee 9727
8ed4ef7c
CW
9728 * international/mule-conf.el: Change indian-1-column charset to
9729 indian-glyph charset.
a66cd3ee 9730
8ed4ef7c
CW
9731 * international/characters.el: Adjusted for the change of
9732 indian-1-column -> indian-glyph.
a66cd3ee 9733
8ed4ef7c
CW
9734 * international/fontset.el: Delete the setting for indian-1-column
9735 and add the setting for indian-glyph in the default fontset.
a66cd3ee 9736
8ed4ef7c 9737 * language/indian.el: Completely re-written.
a66cd3ee 9738
8ed4ef7c 9739 * language/devanagari.el: Completely re-written.
a66cd3ee 9740
8ed4ef7c 9741 * language/devan-util.el: Completely re-written.
a66cd3ee 9742
8ed4ef7c 9743 * language/ind-util.el: New file.
a66cd3ee 9744
8ed4ef7c 97452001-11-24 Richard M. Stallman <rms@gnu.org>
a66cd3ee 9746
8ed4ef7c
CW
9747 * startup.el (command-line-1): Don't do startup screen
9748 if a subprocess is running. Call the startup screen buffer
9749 "GNU Emacs". Make a special mode-line-format for it.
a66cd3ee 9750
8ed4ef7c
CW
9751 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
9752 (browse-url-galeon): Use that variable.
a66cd3ee 9753
8ed4ef7c
CW
9754 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
9755 eval-expression. Eval and set the variable simply.
a66cd3ee 9756
8ed4ef7c
CW
9757 * files.el (temporary-file-directory): Use defcustom.
9758 (small-temporary-file-directory): Likewise.
9759 (normal-backup-enable-predicate): Move down in file
9760 after definition of temporary-file-directory.
a66cd3ee 9761
8ed4ef7c 9762 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
a66cd3ee 9763
8ed4ef7c 97642001-11-24 Colin Walters <walters@debian.org>
a66cd3ee 9765
8ed4ef7c
CW
9766 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
9767 autoload names to match files renamed on initial calc import.
a66cd3ee 9768
8ed4ef7c
CW
9769 * calc/calc.el (Commentary): Cleanup, and add logistic curve
9770 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
a66cd3ee 9771
8ed4ef7c 97722001-11-23 Colin Walters <walters@debian.org>
a66cd3ee 9773
8ed4ef7c 9774 * Makefile.in (finder_setwins, setwins): Include Calc again.
a66cd3ee 9775
8ed4ef7c 9776 * calc/calc-rules.el: Add header comment.
a66cd3ee 9777
8ed4ef7c 97782001-11-23 Andre Spiegel <spiegel@gnu.org>
a66cd3ee 9779
8ed4ef7c
CW
9780 * vc.el (with-vc-properties): Don't bind `filename' locally.
9781 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
9782 to avoid name clashes. Fix `lisp-indent-function' property for
9783 both.
a66cd3ee 9784
8ed4ef7c 97852001-11-23 Francesco Potorti` <pot@gnu.org>
a66cd3ee 9786
8ed4ef7c 9787 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
a66cd3ee 9788
8ed4ef7c 97892001-11-22 Colin Walters <walters@debian.org>
a66cd3ee 9790
8ed4ef7c
CW
9791 * calc/calc-misc.el (report-calc-bug):
9792 Use `reporter-prompt-for-summary-p'.
7743d033
CW
9793
9794 * calc/INSTALL, calc/Makefile: Remove.
9795
fe72c904
CW
97962001-11-22 Miles Bader <miles@gnu.org>
9797
9798 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
9799 (reb-match-2, reb-match-3): Add dark-background variants.
9800
98012001-11-22 Colin Walters <walters@debian.org>
9802
9803 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
9804 (info "Calc").
9805 (report-calc-bug): Use reporter.el.
9806
9807 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
9808
98092001-11-21 Richard M. Stallman <rms@gnu.org>
9810
9811 * which-func.el (which-function): Call imenu--make-index-alist
9812 if necessary to get a list of functions.
9813 (which-function-imenu-failed): New variable.
9814 (which-func-update): Handle all visible windows.
9815 (which-func-update-1): New subroutine broken out of which-func-update.
9816
9817 * files.el (temporary-file-directory, null-device)
9818 (small-temporary-file-directory): Definitions moved up.
9819
9820 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
9821 (cperl-non-problems, cperl-praise): Doc fixes.
9822
9823 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
9824 (sh-mode-syntax-table): Function restored.
9825 Variable set up for use by function sh-mode-syntax-table.
9826 (sh-set-shell): Set the syntax table.
9827
9828 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
9829
9830 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
9831
9832 * international/encoded-kb.el: Don't alter minor-map-alist.
9833
5fe0ea6a 98342001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904
CW
9835
9836 * files.el (auto-save-file-name-transforms): Put remote files in
9837 temporary-file-directory rather than /tmp.
9838
98392001-11-21 Colin Walters <walters@debian.org>
9840
9841 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
9842 of (function ...) wrapper.
9843
98442001-11-20 Stefan Monnier <monnier@cs.yale.edu>
9845
9846 * derived.el (define-derived-mode): Create the abbrev-table
9847 from inside the `defvar'.
9848
9849 * jit-lock.el (jit-lock-defer-time): New var.
9850 (jit-lock-defer-timer, jit-lock-buffers): New vars.
9851 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
9852 (jit-lock-function): Defer fontification if requested.
9853 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
9854 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
9855 text property.
9856 (jit-lock-deferred-fontify): New fun.
9857
98582001-11-20 Richard M. Stallman <rms@gnu.org>
9859
9860 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
9861 Set local-abbrev-table to lisp-mode-abbrev-table.
9862
9863 * emacs-lisp/re-builder.el (reb-mode):
9864 Don't use define-derived-mode. Call kill-all-local-variables.
9865
9866 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
9867 Don't use define-derived-mode.
9868
9869 * help-mode.el (help-mode): Undo 2001-10-07 change.
9870
9871 * replace.el (occur-mode): Undo 2001-5-20 change.
9872
98732001-11-20 Jason Rumney <jasonr@gnu.org>
9874
9875 * w32-fns.el (w32-system-coding-system): Change to an alias for
9876 locale-coding-system.
9877 (set-w32-system-coding-system): Document the above change.
9878 Set locale-coding-system instead.
9879
98802001-11-20 Richard M. Stallman <rms@gnu.org>
9881
9882 * ruler-mode.el: Add pagination.
9883 (ruler-mode-toggle-show-tab-stops): No need to
9884 test `ruler-mode' variable.
9885
98862001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
9887
9888 * play/landmark.el: Mark lm-mode as special.
9889
9890 * play/gomoku.el: Mark gomoku-mode as special.
9891
98922001-11-20 Juanma Barranquero <lektu@terra.es>
9893
9894 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
9895 (top-level): Bind it to C-c C-b.
9896 (re-builder): Don't re-enter RE Builder Mode.
9897
9898 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
9899
99002001-11-20 Stefan Monnier <monnier@cs.yale.edu>
9901
9902 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
9903 `manual-program'.
9904
9905 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
9906 to a line without a comment.
9907
99082001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
9909
9910 * dired.el (dired-listing-switches): Mention in the doc string
9911 that some switches are not supported by ls-lisp.el
9912
99132001-11-19 Stefan Monnier <monnier@cs.yale.edu>
9914
9915 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
9916 (imenu--create-keymap-2): Remove.
9917 (imenu--create-keymap-1): Simplify, remove third argument.
9918 (imenu--generic-function): Use dolist.
9919 (imenu-find-default): New function.
9920 (imenu--completion-buffer): Use it.
9921 (imenu--mouse-menu): Use popup-menu.
9922 (imenu--menubar-select): Return t rather than calling imenu.
9923
9924 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
9925 New functions, extracted from fill-region-as-paragraph.
9926 (fill-region-as-paragraph): Use them.
9927 Use an end marker instead of eob.
9928 Ignore whitespace-only fill-prefixes when indenting according to mode.
9929 Simplify the loop that searches for spaces backwards.
9930
9931 * textmodes/picture.el (picture-vertical-step)
9932 (picture-horizontal-step): Don't use defconst for variables.
9933
9934 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
9935 (mail-extract-address-components): Downcase domain names.
9936 (mail-extr-delete-char): Remove. Use delete-char instead.
9937
9938 * emulation/pc-select.el: Doc string fixes.
9939 (pc-selection-mode): Don't treat macos as a tty.
9940
9941 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
9942
9943 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
9944
9945 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
9946 (mouse-wheel-progessive-speed): New var.
9947 (mwheel-scroll): Use it and handle float values.
9948
9949 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
9950
9951 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
9952 (iswitchb): Fix the case where the result was selected with the mouse.
9953 (iswitchb-completion-help): Use the normal *Completions* now that
9954 mouse selection works.
9955 (iswitchb-minibuffer-setup): Simplify.
9956
9957 * newcomment.el (comment-column, comment-style, comment-multi-line)
9958 (comment-auto-fill-only-comments): Remove :group arg.
9959 (comment-padding): Add :type.
9960 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
9961 if called interactively.
9962
99632001-11-19 Colin Walters <walters@verbum.org>
9964
9965 * calc/calc.el (toplevel): Add comment and version header.
9966 (calc-init-base): Bump version to 2.02f, update date.
9967
99682001-11-19 Richard M. Stallman <rms@gnu.org>
9969
9970 * net/browse-url.el: Support Mozilla and Galeon.
9971 By default, find the installed browser whichever it is.
9972 (browse-url-mozilla): New function.
9973 (browse-url-mozilla-sentinel): New function.
9974 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
9975 (browse-url-default-browser): New function.
9976 (browse-url-process-environment): Use browse-url-browser-display.
9977 (browse-url-browser-display): Renamed from browse-url-netscape-display.
9978 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
9979 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
9980 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
9981 (browse-url-browser-function): New default, new options.
9982
99832001-11-19 Sam Steingold <sds@gnu.org>
9984
9985 * bindings.el (last-buffer, unbury-buffer): New function.
9986 (mode-line-unbury-buffer): Use `unbury-buffer'.
9987
99882001-11-18 Stephen Eglen <stephen@gnu.org>
9989
9990 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
9991 control behaviour when no further completion is possible.
9992
99932001-11-19 Colin Walters <walters@verbum.org>
9994
9995 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
9996 (math-showing-full-precision, math-with-extra-prec, math-working)
9997 (calc-with-default-simplification)
9998 (calc-with-trail-buffer): Use backtick.
9999 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
10000 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
10001 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
10002 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
10003 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
10004 (Math-num-integerp, Math-bignum-test, Math-equal-int)
10005 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
10006 (calc-record-compilation-date-macro): Deleted. Callers updated.
10007 (math-format-radix-digit): Move to calc-bin.el.
10008
10009 * calc/calc.el (calc-record-compilation-date): Remove.
10010 (calc-bug-address): Update.
10011 (calc-settings-file): Use `user-init-file'.
10012
10013 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
10014 Handle null `calc-settings-file'.
10015
10016 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
10017 * calc/calc-keypd.el (calc-keypad-mode): New.
10018 (calc-do-keypad): Use it.
10019 (calc-keypad-map): Move into `calc-keypad-mode'.
10020
10021 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
10022 to defalias argument.
10023
10024 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
10025 (calcFunc-floor): Ditto.
10026
10027 * calc-units.el (calcFunc-usimplify): Ditto.
10028
10029 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
10030 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
10031 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
10032 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
10033 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
10034 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
10035 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
10036 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
10037 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
10038 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
10039 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
10040 and move them before their first use. Use `when', `unless'.
10041 Remove trailing periods from error forms. Add description and
10042 headers suggested by Emacs Lisp coding conventions.
10043
100442001-11-19 Stefan Monnier <monnier@cs.yale.edu>
10045
10046 * newcomment.el (comment-indent):
10047 Fix misindentation for comment-only lines.
10048 (comment-indent-new-line): Only obey comment-multi-line if the
10049 comment-ender is not the end-of-line.
10050
100512001-11-19 Richard M. Stallman <rms@gnu.org>
10052
10053 * net/net-utils.el (network-connection-service-abbrev-alist):
10054 New variable.
10055
10056 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
10057 Advance to start of 3rd sexp by moving fwd and backing over it.
10058 At first three elements, act like defun.
10059
10060 * delsel.el (delete-selection-pre-hook): Handle and resignal
10061 file-supersession errors to interact properly with userlock.el.
10062
100632001-11-18 Richard M. Stallman <rms@gnu.org>
10064
10065 * progmodes/fortran.el (fortran-mode-syntax-table):
10066 Specify punctuation syntax for backslash.
10067
10068 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
10069 All calls deleted.
10070
10071 * international/mule-util.el (string-to-sequence): Make it obsolete.
10072 (string-to-list, string-to-vector): Implement them directly
10073 using append and vconcat, not with string-to-sequence.
10074
10075 * startup.el (command-line): Set abbrevs-changed to nil after
10076 reading the init file and the abbrevs file.
10077
10078 * isearch.el (isearch): Use magenta2 as bg for (background light)
10079
100802001-11-17 Richard M. Stallman <rms@gnu.org>
10081
10082 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
10083
10084 * simple.el (minibuffer-history-sexp-flag): Doc fix.
10085
100862001-11-17 Stefan Monnier <monnier@cs.yale.edu>
10087
10088 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
10089 If set and if applicable, add a regexp to highlight defun-like
10090 text inside comments and strings.
10091 (font-lock-fontify-keywords-region): Pass that new arg.
10092 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
10093 to the end and pass that new arg.
10094 (c-font-lock-keywords-2): Fix regex for labels.
10095 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
10096 Make it work when LIMIT is several lines further.
10097 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
10098 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
10099 Use backquote and make the regexes for `int a, b, c;' work on
10100 multiple lines.
10101
10102 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
10103 (font-lock-defaults-alist): Don't change it any more.
10104 (reb-subexp-mode-map): Cleanup.
10105
10106 * custom.el (custom-current-group-alist): New var.
10107 (custom-declare-group): Set it.
10108 (custom-current-group): New fun.
10109 (custom-declare-variable, custom-handle-all-keywords):
10110 Use it as a default if no :group argument is specified.
10111
10112 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
10113 (standard-keyboard-coding-systems): New var.
10114 (set-locale-environment): Use it to decide whether or not to call
10115 set-keyboard-coding-system.
10116 (locale-language-names): Use \"French\" for "fr".
10117
101182001-11-17 Richard M. Stallman <rms@gnu.org>
10119
10120 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
38d5fc02 10121 (add-to-list): Delete compatibility code.
f4ca4b00 10122 (checkdoc-next-message-error): Doc fix.
38d5fc02 10123
fe8c7212
RS
101242001-11-17 Stephen Eglen <stephen@gnu.org>
10125
10126 * locate.el (locate): Show default locate pattern within the
16927a56
SM
10127 prompt, but don't insert it into the minibuffer contents.
10128 Catch the case when pattern is the empty string.
fe8c7212 10129
a5e6715c
EZ
101302001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
10131
10132 * language/european.el ("French"): New language environment.
10133
032a857d
RS
101342001-11-16 Richard M. Stallman <rms@gnu.org>
10135
10136 * calendar/todo-mode.el (todo-save): Fix previous change.
10137
10138 * subr.el (functionp): Do use cdr-safe on object.
10139
b6270150
SM
101402001-11-16 Stefan Monnier <monnier@cs.yale.edu>
10141
10142 * bindings.el (mode-line-mode-name): Only put the help-echo property
10143 if the local-map property was put as well.
10144 (global-map): Bind switch-frame, delete-frame, iconify-frame
10145 and make-frame-visible events.
10146
10147 * emacs-lisp/elp.el (elp-not-profilable): New var.
10148 (elp-not-profilable-p): New function.
10149 (elp-instrument-function): Use it. Use backquotes and push.
10150
10151 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
10152 (byte-stack+-info, byte-compile-last-warned-form)
10153 (byte-compile-last-logged-file): Don't defconst a variable.
10154 (no-byte-compile): Declare.
10155 (byte-compile-file): Don't boundp-check no-byte-compile any more.
10156 (byte-compile-defvar): Leave defconst as is.
10157
10158 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
10159 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
10160 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
10161 (edebug-best-error): Don't defconst a variable.
10162 (edebug-read-syntax-table): Use a char-table.
10163 (edebug-lemacs-specific): Remove.
10164 Toplevel: Eliminate check for Lucid Emacs.
10165
10166 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
10167
10168 * rect.el (move-to-column-force): Mark obsolete.
10169 (operate-on-rectangle, delete-extract-rectangle-line)
10170 (insert-rectangle, delete-whitespace-rectangle-line)
10171 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
10172 (string-rectangle-history): New var.
10173 (string-rectangle, string-insert-rectangle): Use it.
10174 (delete-rectangle-line): Fix pos/column mixup and simplify.
10175
10176 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
10177 (normal-top-level, command-line, command-line-1): Simplify.
10178
10179 * tar-mode.el (tar-mode): Use define-derived-mode.
10180
10181 * view.el (view-mode-enable): Don't use make-local-hook.
10182
10183 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
10184
af604656
RS
101852001-11-16 Richard M. Stallman <rms@gnu.org>
10186
10187 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
10188 if it doesn't make sense as anything else.
10189 Don't recognize a "telephone number" at the beginning of the name.
10190 (mail-extr-leading-garbage): Match non-word characters only.
10191
5fe0ea6a 101922001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2879a13b 10193
792e5cbd
PJ
10194 * startup.el (command-line-processed): Doc fix.
10195
2879a13b
PJ
10196 * apropos.el (apropos-next-label-button): Doc fix.
10197
a2d7836f
SM
101982001-11-16 Stefan Monnier <monnier@cs.yale.edu>
10199
fa336b91
SM
10200 * comint.el (comint-mode): Simplify.
10201 (make-comint-in-buffer): Run `comint-mode' only if necessary.
10202
a2d7836f
SM
10203 * subr.el (eval-after-load): Make it work with features as well.
10204
10205 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
10206
10207 * international/mule-cmds.el (describe-input-method): Setup xref.
10208 (set-language-environment): Use functionp.
10209 (locale-language-names, locale-charset-language-names)
10210 (locale-preferred-coding-systems): Defconst and purecopy.
10211
10212 * language/european.el (mac-roman): Add mime-charset property.
10213
413da451
RS
102142001-11-15 Richard M. Stallman <rms@gnu.org>
10215
a2d7836f 10216 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
413da451
RS
10217 (multiple-value-apply, nth-value): Use defsubst rather than defalias
10218 to get better doc strings.
10219
5fe0ea6a 102202001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
987aac50
PJ
10221
10222 * derived.el: Fix autoload cookie.
10223
83709c9f
RS
102242001-11-15 Richard M. Stallman <rms@gnu.org>
10225
10226 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
10227
84932bf6
SM
102282001-11-15 Stefan Monnier <monnier@cs.yale.edu>
10229
10230 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
10231
16a2f75a
RS
102322001-11-15 Richard M. Stallman <rms@gnu.org>
10233
10234 * dired.el (dired-undo): Display a message to explain
10235 that this does not undo file system changes.
10236
102372001-11-15 David Kastrup <David.Kastrup@t-online.de>
10238
84932bf6
SM
10239 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
10240 into `unread-command-events' instead of trying keymap
10241 lookups ourselves. This makes mouse-clicks do the right
10242 thing even when keymaps of overlays are involved.
10243 (mouse-drag-drag): Likewise.
16a2f75a 10244
1997815f
AS
102452001-11-15 Andreas Schwab <schwab@suse.de>
10246
10247 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
10248 characters and append anchor to pattern added to auto-mode-alist.
10249
7f6e33e6
SM
102502001-11-15 Stefan Monnier <monnier@cs.yale.edu>
10251
10252 * server.el (server-process-filter): Run pore/post-comment-hook
10253 before/after visiting the file.
10254
10255 * info-look.el (makefile-mode): Add info for automake.
10256 (autoconf-mode): Fix the name of the index for automake.
10257
10258 * international/latin-9.el: Give pilcrow punctuation syntax.
10259
9522e2d8
AS
102602001-11-15 Andre Spiegel <spiegel@gnu.org>
10261
10262 * vc.el: Documentation fixes.
10263
7f6e33e6
SM
102642001-11-14 Stefan Monnier <monnier@cs.yale.edu>
10265
10266 * smerge-mode.el (smerge-match-conflict): Fix typo.
10267 (smerge-diff): Be careful to read match-data early enough.
10268
bac0fac8
CW
102692001-11-14 Colin Walters <walters@verbum.org>
10270
10271 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
10272 (calcFunc-subst): Use `defalias' instead of `fset' and
10273 `symbol-function'.
10274
10275 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
10276 (calcFunc-ceil, calcFunc-round): Ditto.
10277
10278 * calc/calc-bin.el (calcFunc-clip): Ditto.
7f6e33e6 10279
bac0fac8 10280 * calc/calc-ext.el (calcFunc-evalv): Ditto.
7f6e33e6 10281
bac0fac8 10282 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
7f6e33e6 10283
bac0fac8
CW
10284 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
10285 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
10286
10287 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
7f6e33e6 10288
bac0fac8
CW
10289 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
10290 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
10291 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
10292 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
10293 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
10294 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
10295 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
10296 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
10297 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
10298 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
10299 * calcsel2.el: Style cleanup; don't put closing parens on their
10300 own line, add "foo.el ends here" to each file, and update
10301 copyright date.
10302
10303 * README: Update maintainer.
10304
16a2f75a
RS
103052001-11-13 Richard M. Stallman <rms@gnu.org>
10306
cc84b70f
RS
10307 * progmodes/compile.el (recompile): Use compilation-arguments if
10308 set, so as to be able to M-x recompile the exact command which
10309 created a compilation-mode buffer.
10310
16a2f75a
RS
10311 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
10312
02beb936
RS
103132001-11-13 Gerd Moellmann <gerd@gnu.org>
10314
7f6e33e6 10315 * mouse.el (mouse-drag-region): Don't run the up-event
02beb936
RS
10316 handler if window start changed due to the down-mouse event.
10317
103182001-11-13 Richard M. Stallman <rms@gnu.org>
10319
10320 * mouse.el (mouse-show-mark): Either move point to the mark
10321 or use highlighting, never both.
10322 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
10323
103242001-11-13 Simon Josefsson <jas@extundo.com>
10325
1699c6af
RS
10326 * mail/smtpmail.el (top-level): Change maintainer to Simon
10327 Josefsson, cleanup the smtpmail.el header.
10328
10329 * mail/smtpmail.el (top-level): Don't require cl or base64.
10330 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
10331 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
10332 Defsubst instead of defmacro.
10333 (smtpmail-intersection): Return value in reverse order.
10334 (smtpmail-open-stream): Use stringp instead of string-to-list.
10335 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
10336 separated from smtpmail-via-smtp.
02beb936
RS
10337
10338 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
10339 rfc2104. Require base64 and cl.
10340 (smtpmail-smtp-service): Doc fix. :type fix.
10341 (smtpmail-debug-info): Doc fix.
10342 (smtpmail-debug-verb, smtpmail-auth-credentials)
7f6e33e6
SM
10343 (smtpmail-starttls-credentials, smtpmail-auth-supported):
10344 New variables.
02beb936
RS
10345 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
10346 mail-utils (it is autoloaded).
10347 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
10348 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
7f6e33e6 10349 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
02beb936
RS
10350 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
10351 (smtpmail-via-smtp): Support AUTH.
10352 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
10353
103542001-11-13 Richard M. Stallman <rms@gnu.org>
10355
10356 * ebuff-menu.el (electric-buffer-update-highlight): New function.
10357 (electric-buffer-overlay): New variable.
10358 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
10359 (electric-buffer-list): Likewise.
10360
fad241d3 10361 * isearch.el (isearch-whitespace-chars): Doc fix.
37606ed8 10362 (isearch-mode): Handle negative search-slow-window-lines correctly.
fad241d3 10363
5ebcaf36
SM
103642001-11-13 Stefan Monnier <monnier@cs.yale.edu>
10365
9145f1c2
SM
10366 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
10367
5ebcaf36 10368 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
37606ed8 10369 From Emmanuel Briot <briot@act-europe.fr>.
5ebcaf36 10370
31b85a14
EZ
103712001-11-13 Colin Walters <walters@debian.org>
10372
10373 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
10374
10375 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
10376 "~/.emacs"; use `read-file-name'.
10377
10378 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
5ebcaf36
SM
10379 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
10380 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
31b85a14
EZ
10381 * calc/calc.el: Use `frame-width' instead of `screen-width',
10382 `frame-height' instead of `screen-height', and,
10383 `executing-kbd-macro' instead of `executing-macro'.
10384
10385 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
10386 correct number of arguments.
10387
5ebcaf36
SM
10388 * calc/calc-aent.el (calc-do-alg-entry):
10389 Use `blink-paren-function' instead of `blink-paren-hook'.
31b85a14 10390
2fa8f8a4
RS
103912001-11-12 Richard M. Stallman <rms@gnu.org>
10392
ade67f6a
RS
10393 * calendar/todo-mode.el (todo-save): Add save-excursion
10394 and save-restriction.
10395
1c1d3d69
RS
10396 * server.el (server-edit, server-done): Doc fix.
10397
2fa8f8a4
RS
10398 * simple.el (clone-indirect-buffer): Error if major mode symbol
10399 has a no-clone-indirect property.
10400 (clone-buffer): Check for obvious errors before reading clone name.
10401
10402 * info.el (Info-mode): Add a no-clone-indirect property.
10403
99cb8c8b
SS
104042001-11-12 Sam Steingold <sds@gnu.org>
10405
10406 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
10407 set-buffer-modified-p to nil after `vc-exec-after'.
10408 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
10409 (log-view-mode): Make read-only.
10410 (log-view-current-file): Do final `expand-file-name' in the
10411 current `default-directory'.
10412 (log-view-current-tag): Take an optional `where' arg.
10413 (log-view-diff): New user command.
10414
5fe0ea6a 104152001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
275cffa7
PJ
10416
10417 * progmodes/cpp.el (cpp-choose-face): Fix typo.
10418
e7c8c428
SS
104192001-11-12 Sam Steingold <sds@gnu.org>
10420
10421 * emacs-lisp/cl-indent.el (toplevel): Indent properly
10422 `generic-flet', `generic-labels', `with-accessors',
10423 `with-condition-restarts'.
10424
68d2f12f
RS
104252001-11-12 Richard M. Stallman <rms@gnu.org>
10426
10427 * dired.el: Many trivial doc fixes.
10428 (dired-get-file-for-visit): New function.
10429 (dired-find-alternate-file, dired-mouse-find-file-other-window):
e7c8c428
SS
10430 (dired-view-file, dired-find-file-other-window, dired-display-file):
10431 (dired-find-file): Use dired-get-file-for-visit.
68d2f12f 10432
66b17d3f
RS
104332001-11-12 Alex Schroeder <kensanata@yahoo.com>
10434
10435 * sql.el (sql-mode): Doc change.
10436
10437 * sql.el (sql-mode-syntax-table): The backslash is no longer an
10438 escape character.
10439
273bd541
EZ
104402001-11-12 Colin Walters <walters@debian.org>
10441
10442 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
10443 (calc-do-keypad): Don't attempt to use nonexistent global
10444 mouse-map, use calc-keypad-map.
10445 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
10446 (calc-keypad-left-click): Don't use mouse-map; update to new event
10447 interface.
10448 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
10449 (calc-keypad-press): Use `unread-command-events' instead of
10450 `unread-command-char'.
10451
10452 * calc/calc-ext.el (calc-init-extensions): Update autoload names
10453 to match files renamed on initial calc import.
10454
5fe0ea6a 104552001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3d3f602a 10456
5ebcaf36
SM
10457 * textmodes/flyspell.el (flyspell-default-dictionary):
10458 Fix previous change.
3d3f602a 10459
b789d74a
RS
104602001-11-12 Richard M. Stallman <rms@gnu.org>
10461
10462 * textmodes/flyspell.el (flyspell-default-dictionary):
10463 Fix custom type.
10464
a4cd0cd7
RS
104652001-11-11 Richard M. Stallman <rms@gnu.org>
10466
eafb659a
RS
10467 * calendar/solar.el (solar-sunrise-and-sunset):
10468 Exchange the two extreme values of day-length.
10469
e7c8c428 10470 * progmodes/sh-script.el (sh-must-be-shell-mode):
a4cd0cd7
RS
10471 Allow modes derived from sh-mode.
10472
e7c8c428 10473 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
a4cd0cd7
RS
10474 Turn off error in some re-search-forward calls.
10475
10476 * replace.el (query-replace-skip-read-only): New variable.
10477 (perform-replace): If that variable is non-nil, ignore matches
10478 that have a read-only property.
10479
10480 * derived.el (define-derived-mode): Doc fix.
10481
10482 * server.el (server-buffer-done): Test of server-existing-buffer
10483 was backwards.
10484 (server-existing-buffer): Doc fix.
10485
10486 * textmodes/flyspell.el (flyspell-default-dictionary):
10487 Allow nil as value, and make nil the default.
10488
721c26b8
EZ
104892001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
10490
10491 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
10492 it is not fboundp.
10493 (clipboard-yank): Ditto.
10494
91e51f9a
EZ
104952001-11-11 Colin Walters <walters@verbum.org>
10496
10497 The following changes are based on patches from
5fe0ea6a 10498 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
91e51f9a
EZ
10499 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
10500
10501 * calc/calc.el (toplevel): Require calc-macs.
10502 (calc-minibuffer-size): New.
10503 (calcDigit-nondigit): Use it instead of `buffer-size'.
10504 (calcDigit-backspace): Likewise.
10505 (calcDigit-nondigit): Use `minibuffer-contents' instead of
10506 `buffer-string'.
10507 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
10508 `point-min'.
10509 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
10510 `save-excursion'.
10511
10512 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
10513 simple `setq' form.
10514
10515 * calc/calc-ext.el: (toplevel): Require calc.
10516 (calc-fancy-prefix-map): New.
10517 (calc-fancy-prefix): Use it.
10518 (calc-fancy-prefix-other-key): New.
10519
10520 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
10521 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
10522 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
10523 (calcAlg-enter): Likewise.
10524 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
10525
2827a3c1
RS
105262001-11-10 Richard M. Stallman <rms@gnu.org>
10527
a4cd0cd7
RS
10528 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
10529 (quietly-read-abbrev-file): Doc fix.
10530
10531 * startup.el (command-line): Read standard abbrev
10532 file (abbrev-file-name), if it exists.
10533
10534 * files.el (save-abbrevs): Default value is t.
10535
2827a3c1
RS
10536 * progmodes/compile.el (compile-goto-error): Fix previous change
10537 in the case where subsequent errors have not been parsed yet
10538 because they are in a different source file.
10539
c48dc445
RS
105402001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
10541
5ebcaf36
SM
10542 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
10543 Merge two regular expressions into one.
c48dc445
RS
10544 (ps-mode): Make local bindings for `comment-start' and
10545 `comment-start-skip'.
10546 (ps-mode-looking-at-nested): Simplify an if-else construct;
10547 use `set-match-data' to set the result.
10548
105492001-11-10 Richard M. Stallman <rms@gnu.org>
10550
10551 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
10552 Function deleted.
10553 (flyspell-correct-word): Old definition deleted.
10554 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
10555 All references renamed too.
10556
ebc4ee8d
GM
105572001-11-10 Gerd Moellmann <gerd@gnu.org>
10558
10559 * Makefile.in (finder_setwins, setwins): Exclude Calc.
10560
dbe3a58a
PA
105612001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
10562
10563 * wid-edit.el (checklist): Removed `:menu-tag'.
10564 (radio-button-choice): Ditto.
10565 (editable-list): Ditto.
10566
5fe0ea6a 105672001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3b8d7e6e
PJ
10568
10569 * play/gomoku.el: Move definitions of constants to the beginning
10570 of file, before their use.
10571
5a34aae1
RS
105722001-11-09 Richard M. Stallman <rms@gnu.org>
10573
10574 * textmodes/flyspell.el: Use the keymap property
10575 instead of local-map, and don't use a minor-mode map.
10576 (flyspell-mode-map): Variable deleted.
10577 Don't mess with minor-mode-map-alist.
10578 (calling add-minor-mode): Specify nil for keymap.
10579 And always use add-minor-mode, now that it exists.
10580 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
10581 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
10582 or flyspell-local-mouse-map.
10583 (make-flyspell-overlay): Use flyspell-mouse-map directly.
10584 (flyspell-mode): Doc fix.
10585 (flyspell-mode-on): Don't call make-local-hook.
10586
34decfdb
SS
105872001-11-09 Sam Steingold <sds@gnu.org>
10588
10589 * emacs-lisp/debug.el (debugger-make-xrefs):
10590 Add buttons to all symbols.
10591
d25303d3
AS
105922001-11-09 Andre Spiegel <spiegel@gnu.org>
10593
10594 * vc.el: Add John David Smith to credits.
34decfdb 10595
d25303d3 10596 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
34decfdb 10597
d25303d3
AS
10598 * vc-hooks.el (vc-error-occured): Backquotified.
10599 (vc-file-prop-obarray): Use prime length for better efficiency.
10600
10601 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
10602
807378ad
EZ
106032001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
10604
10605 * info.el (Info-file-list-for-emacs): Add entries for Calc.
10606
60ab6064
MB
106072001-11-09 Miles Bader <miles@gnu.org>
10608
10609 * subr.el (functionp): Don't consider macros as functions.
10610
7c1ce64c
MB
106112001-11-08 Miles Bader <miles@gnu.org>
10612
1cf72ff8
MB
10613 * subr.el (functionp): Make work correctly for macros and unbound
10614 symbols.
10615
7c1ce64c
MB
10616 * comint.el (comint-send-input): Fix description of
10617 `comint-process-echoes' in the doc-string.
10618
d38b07f9
EZ
106192001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
10620
10621 * international/mule.el (make-translation-table): Doc fix.
10622 Suggested by Alex Schroeder <alex@gnu.org>.
10623
5a34aae1
RS
106242001-11-07 Richard M. Stallman <rms@gnu.org>
10625
10626 * info.el (Info-fontify-node): Highlight every third menu item.
10627
61763509
PA
106282001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
10629
10630 * cus-edit.el (custom-face-value-create): Don't ignore the
10631 `customized-face' attribute when finding the current face spec.
10632
ecd91f5f
SM
106332001-11-07 Stefan Monnier <monnier@cs.yale.edu>
10634
faa29f8b
SM
10635 * subr.el (with-local-quit): New macro.
10636 (make-syntax-table): Always inherit.
10637 (functionp): Be more careful when `object' is a symbol.
10638
ecd91f5f
SM
10639 * dabbrev.el (dabbrev-completion): Use "*Completions*".
10640
7263bb10
PE
106412001-11-07 Paul Eggert <eggert@twinsun.com>
10642
10643 * dired.el (dired-move-to-filename-regexp):
10644 Do not distinguish between ASCII letters and non-ASCII characters.
10645 Don't allow comma except in the form "month day, year".
10646 Don't allow space between month name and comma.
10647 Clean up the code that checks for trailing period, comma, and space.
10648 Remove now-obsolete comments, and add more commentary about
10649 Japanese dates.
10650 Always gobble up trailing spaces, instead of doing it only sometimes.
10651
05e122fe
MB
106522001-11-07 Miles Bader <miles@gnu.org>
10653
10654 * paren.el (show-paren-match-face): Add dark-background variant.
10655
c191d13c
SM
106562001-11-06 Stefan Monnier <monnier@cs.yale.edu>
10657
10658 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
10659 (lisp-mode-variables): Don't set paragraph-{start,separate}.
10660 Don't disable adaptive-fill-mode.
10661 (lisp-fill-paragraph): Use tab-width rather than 8.
10662 Prevent filling the first line of docstrings.
10663
242d2673
RS
106642001-11-06 Richard M. Stallman <rms@gnu.org>
10665
16f97fc3
RS
10666 * play/gomoku.el (gomoku): Doc fix.
10667
c191d13c
SM
10668 * jka-compr.el (jka-compr-partial-uncompress):
10669 Support an alternative of not using dd.
242d2673
RS
10670 (jka-compr-dd-program): Use defcustom to define this.
10671 (jka-compr-load-suffixes): Use defcustom.
10672 (jka-compr-mode-alist-additions): Use defcustom.
10673
c1966bb4
SM
106742001-11-06 Stefan Monnier <monnier@cs.yale.edu>
10675
10676 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
10677 Also work when LIMIT is further than the end of line.
10678
e154cc44
EZ
106792001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
10680
10681 * international/quail.el (quail-update-leim-list-file): Print the
c1966bb4 10682 offending file name if some of its quail-define-package forms is broken.
e154cc44 10683
d5360cc7
RS
106842001-11-05 Richard M. Stallman <rms@gnu.org>
10685
10686 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
10687 of the evaluated form.
10688
0e6f6028
PE
106892001-11-05 Paul Eggert <eggert@twinsun.com>
10690
10691 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
10692 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
10693 stamps always line up by default. Also, it uses a slightly
10694 different window to determine whether files are "recent".
10695
96238a5a
AI
106962001-11-05 Andrew Innes <andrewi@gnu.org>
10697
c1966bb4
SM
10698 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
10699 Don't attempt to remake autoloads before nuking .elc files.
96238a5a 10700
982f6c7e
RS
107012001-11-04 Richard M. Stallman <rms@gnu.org>
10702
48461f7c
RS
10703 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
10704 previous-single-property-change or next-single-char-property-change
10705 returns nil.
10706
c1966bb4 10707 * international/mule-cmds.el (set-locale-environment):
830047fd
RS
10708 Make it interactive; make arg optional.
10709
982f6c7e
RS
10710 * international/mule-diag.el (help-funs): Require help-funs.
10711
051a608d
EZ
107122001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
10713
10714 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
10715
2c738482
MB
107162001-11-04 Miles Bader <miles@gnu.org>
10717
10718 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
c1966bb4 10719 shadow of the splash image grey on a dark background instead of black.
2c738482 10720
9c01e545
SM
107212001-11-03 Stefan Monnier <monnier@cs.yale.edu>
10722
c191d13c
SM
10723 * term.el (all faces): Don't (copy-face 'default <foo>).
10724
9c01e545
SM
10725 * term/xterm.el (function-key-map):
10726 Add entry for `ESC [ 3 ~' -> <delete>
10727 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
10728 Use inheritance so that .emacs and terminfo take precedence.
10729
aed29b97
EZ
107302001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
10731
10732 * tooltip.el (tooltip-delay): Decrease to 0.7.
10733 (tooltip-hide-delay): Enlarge to 10.
10734
ed638cc9
RS
107352001-11-03 Richard M. Stallman <rms@gnu.org>
10736
10737 * startup.el (fancy-splash-tail): Explain how to recover
10738 from a crash, if there was a crash.
10739 (command-line-1): Reorganize display of startup screen,
d09cb033 10740 to simplify the logic. Use a temp buffer for it.
ed638cc9 10741
9ca8a5a0
EZ
107422001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
10743
d09cb033
SM
10744 * frame.el (set-background-color, set-foreground-color):
10745 Call face-set-after-frame-default, to propagate the new colors to
10746 the frame's parameters alist.
528e1416 10747
9ca8a5a0
EZ
10748 * calendar/timeclock.el (timeclock-out): Signal an error if
10749 timeclock-last-event is nil.
10750
55140940
SM
107512001-11-02 Stefan Monnier <monnier@cs.yale.edu>
10752
d09cb033
SM
10753 * textmodes/fill.el (fill-context-prefix): Fix braino.
10754
10755 * international/quail.el (quail-help):
10756 Use `help-buffer' and move `help-setup-xref' to beginning.
10757
10758 * international/mule-cmds.el (describe-language-environment):
10759 Use `help-buffer' and move `help-setup-xref' to beginning.
10760
55140940
SM
10761 * international/mule-diag.el (list-character-sets)
10762 (sort-listed-character-sets, describe-character-set)
10763 (describe-coding-system, describe-fontset, list-fontsets):
10764 Use `help-buffer' and move `help-setup-xref' to beginning.
10765 (describe-char-after): Use `internal-describe-syntax-value'.
10766
e6bff182
RS
107672001-11-02 Richard M. Stallman <rms@gnu.org>
10768
10769 * mouse.el (popup-menu): If the user refuses to select
10770 from a menu, don't try to invoke the menu.
10771
e8cdeaca
MB
107722001-11-02 Miles Bader <miles@gnu.org>
10773
10774 * help-mode.el (help-xref): New button type.
10775 (help-function, help-variable, help-face, help-coding-system)
10776 (help-input-method, help-character-set, help-type, help-symbol)
10777 (help-back, help-info, help-customize-variable, help-customize-face)
10778 (help-function-def, help-variable-def): Use it as a supertype.
10779 Remove `action' property.
10780
10781 * international/mule-diag.el (describe-character-set)
10782 (describe-coding-system): Pass correct args to `help-xref-button'.
10783 (sort-listed-character-sets): New button type.
10784 (list-character-sets): Use it.
10785 (list-charset-chars): New button type.
10786 (list-character-sets-1): Use it.
10787
107882001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
c22e59e1
SM
10789
10790 * indent.el (tab-always-indent, indent-for-tab-command):
10791 Remove redundant `never' setting.
2d78d3e8
SM
10792
10793 * fill.el (fill-region-as-paragraph): Don't forget to skip
10794 over current whitespace before looking for a preceding space.
10795
9271ed2c
RS
107962001-11-01 Richard M. Stallman <rms@gnu.org>
10797
e6bff182
RS
10798 * files.el (file-newest-backup): Don't pass backup file name
10799 thru file-name-sans-versions, because it never has version numbers.
10800
10801 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
10802 to avoid ambiguous nested loops.
55140940 10803
9271ed2c
RS
10804 * files.el (find-file-noselect): Offer to change buffer-read-only
10805 only when the file's read-only status has changed from before
10806 as well as disagreeing with the buffer's current status.
10807 (buffer-file-read-only): New var, local in all buffers.
10808
10809 * buff-menu.el (buffer-menu): Doc fix.
10810 (buffer-menu-other-window): Doc fix.
10811 (list-buffers, list-buffers-noselect): Doc fix.
10812
7360b8aa
GM
108132001-11-01 Gerd Moellmann <gerd@gnu.org>
10814
10815 * startup.el (command-line): If the terminal Emacs is running on
10816 has erase char set to ^H, use the Backspace key for deleting
10817 backward, and the Delete key for deleting forward.
10818
588c722f
MB
108192001-11-01 Miles Bader <miles@gnu.org>
10820
10821 * button.el (define-button-type): Make sure every user-defined
10822 button type has a supertype.
10823
74142afe
JR
108242001-10-31 Jason Rumney <jasonr@gnu.org>
10825
10826 * international/mule-cmds.el (locale-language-names): Add chs and
10827 cht as aliases for Chinese-GB and Chinese-BIG5.
10828
e6188964
RS
108292001-10-31 Richard M. Stallman <rms@gnu.org>
10830
10831 * bindings.el (mode-line-frame-identification): Add doc string.
10832 (mode-line-position, mode-line-modes): New variables.
10833 (mode-line-format): Use mode-line-position for the part
c22e59e1
SM
10834 that displays the position-in-buffer info.
10835 Use mode-line-modes for the part that displays major and minor modes.
e6188964 10836
cc1bde62
SS
108372001-10-31 Sam Steingold <sds@gnu.org>
10838
10839 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
10840 (debugger-setup-buffer): Call it.
10841 (debugger-mode-map): Bind RET and mouse-2.
10842
5fe0ea6a 108432001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
10844
10845 * startup.el: Document command line option --no-window-system
10846 instead of --no-windows.
10847
d4945dfb
SM
108482001-10-30 Stefan Monnier <monnier@cs.yale.edu>
10849
cbe52879
SM
10850 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
10851
bf9bb76f
SM
10852 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
10853 (font-lock-defaults-alist): Use it.
10854 From David Ponce <david.ponce@wanadoo.fr>
10855
10856 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
10857 output of `char-after'.
10858
747d3f2a
SM
10859 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
10860
d4945dfb
SM
10861 * simple.el (reindent-then-newline-and-indent): Insert the newline
10862 before indenting the first line.
10863 (undo-get-state, undo-revert-to-state): New funs.
10864 (shell-command): Don't kill the buffer even if empty.
10865 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
10866 (transpose-subr-end2): Remove.
10867 (transpose-subr): Add `special' arg and simplify.
10868 (transpose-subr-1): Rewrite.
10869 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
10870 (rfc822-goto-eoh): Simplify.
10871
3a426197
RS
108722001-10-30 Richard M. Stallman <rms@gnu.org>
10873
3e3d3704 10874 * enriched.el (enriched-face-ans): Fix previous change.
3a426197 10875
3f99f948
GM
108762001-10-30 Gerd Moellmann <gerd@gnu.org>
10877
10878 * international/iso-acc.el (iso-accents-compose): Remove a
10879 superfluous setq.
10880
ae830159
EZ
108812001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
10882
10883 * buff-menu.el (list-buffers-noselect): If the buffer's name
10884 starts with a blank, but it visits a file, do show it (for files
10885 whose names start with a blank).
10886
8e8223e2
SM
108872001-10-30 Stefan Monnier <monnier@cs.yale.edu>
10888
10889 * textmodes/fill.el (sentence-end-double-space)
10890 (sentence-end-without-period): Move to paragraphs.el.
10891 (fill-indent-according-to-mode): Change default to t.
10892 (fill-context-prefix): Simplify control-flow and use a more
10893 sophisticated merge that unifies both previous checks.
10894 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
10895 (fill-nobreak-predicate): Make it into a defcustom'd hook.
10896 (fill-nobreak-p): New fun.
10897 (fill-region-as-paragraph): Use it.
10898 Handle `fill-indent-according-to-mode' slightly differently.
10899 (fill-individual-paragraphs-prefix): Simplify the control-flow.
10900 (fill-individual-paragraphs-citation): Fix.
10901
10902 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
10903 (paragraph-start): Change default to the `text-mode' value.
10904 (sentence-end-double-space, sentence-end-without-period):
10905 Move from fill.el.
10906 (forward-paragraph): Use `parstart' and `parsep' for temp variables
10907 rather than rebinding `paragraph-start' and `paragraph-separate'.
10908
10909 * indent.el (indent-line-function): Change default to indent-relative.
d4945dfb 10910 (tab-always-indent): Add an `never' setting.
8e8223e2
SM
10911 (indent-according-to-mode): Handle `indent-relative' and
10912 `indent-relative-maybe' specially.
10913 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
d4945dfb 10914 Handle the `never' case for `tab-always-indent'.
8e8223e2
SM
10915 Don't call indent-according-to-mode for indent-relative' and
10916 `indent-relative-maybe'.
10917 (insert-tab): Rename `prefix-arg' to `arg'.
10918 (indent-region): Indent the first line as well.
10919 (indent-relative): Don't mark the buffer modified if the indentation
10920 is unchanged.
10921
10922 * textmodes/text-mode.el (paragraph-indent-minor-mode):
10923 Don't set paragraph-separate. Set paragraph-start more carefully.
10924 Set indent-line-function.
10925 (paragraph-indent-text-mode): Use it and define-derived-mode.
10926 (text-mode-map): Remove the \t binding.
10927 (text-mode): Simplify now that the default is more favorable.
10928
109292001-10-29 Stefan Monnier <monnier@cs.yale.edu>
10930
10931 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10932 If the regexp doesn't match, use a looser one.
10933 (find-variable-noselect): Add `file' argument.
10934
10935 * pcvs.el (cvs-mode-commit-hook): New hook.
10936 (cvs-mode-commit): Run it.
10937
10938 * log-edit.el (log-edit): Run hook after `log-edit-files'.
10939
10940 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
10941 (edebug-instrument-function): Use `find-function-noselect'.
10942
dead519d
RS
109432001-10-29 Richard M. Stallman <rms@gnu.org>
10944
4d083a8f
RS
10945 * term.el (term-if-emacs19): Macro deleted.
10946 Callers changed to use progn instead.
10947
10948 * frame.el (blink-cursor-mode): Doc fix.
10949
8767d866
RS
10950 * files.el (find-backup-file-name): Use make-backup-file-name.
10951
dead519d
RS
10952 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
10953 window-live-p.
10954 (edebug-set-conditional-breakpoint): Unconditionally use
10955 the former Emacs >=19 definition.
10956 (edebug-mark): Define unconditionally.
10957 (edebug-eval-expression): Always call read-from-minibuffer
10958 and specify history list.
10959 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
10960 edebug-set-conditional-breakpoint.
10961 (edebug-emacs-version-specific): Function deleted;
10962 do the job at top level.
10963 (edebug-emacs-19-specific): Function deleted, this is the default.
10964
bcaf1c36
SS
109652001-10-29 Sam Steingold <sds@gnu.org>
10966
10967 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
10968 "/cygdrive/LETTER/" pathnames.
10969
e76ecac5
EZ
109702001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
10971
10972 * faces.el (invert-face): Check for 'unspecified, not for nil,
8e8223e2
SM
10973 when testing whether face colors are not specified.
10974 From David.Kastrup@t-online.de (David Kastrup).
95125512 10975 (read-face-name): Doc fix.
bcaf1c36 10976 (make-face-bold, make-face-unbold, make-face-italic)
8e8223e2
SM
10977 (make-face-unitalic, make-face-bold-italic, invert-face):
10978 Remove trailing blank from the prompt passed to read-face-name.
e76ecac5 10979
d90a41e8
SS
109802001-10-29 Sam Steingold <sds@gnu.org>
10981
8e8223e2
SM
10982 * emacs-lisp/bytecomp.el (byte-recompile-directory):
10983 Report numbers of files skipped and failed too.
d90a41e8
SS
10984 (byte-compile-file): Return 'no-byte-compile for skipped files.
10985
5fe0ea6a 109862001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
e2c2a3e2
KG
10987
10988 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
10989 and `M p'.
10990
f6f4bfb3
GM
109912001-10-29 Gerd Moellmann <gerd@gnu.org>
10992
10993 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
10994 as is on unread-command-events instead of `(SECOND-CHAR)'.
10995
a4809977
AS
109962001-10-29 Andre Spiegel <spiegel@gnu.org>
10997
10998 * vc.el: Mention vc-*-switches in backend API documentation.
10999 (vc-annotate): Adapt doc string to recent change.
11000
0ccfdad2
GM
110012001-10-29 Gerd Moellmann <gerd@gnu.org>
11002
3f08fcd2
GM
11003 * enriched.el (enriched-face-ans): Handle face attributes
11004 of the form `(FACE1 FACE2 ...)'.
11005
8e8223e2 11006 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
0ccfdad2 11007
60ebcfe8
GM
110082001-10-29 Alex Schroeder <kensanata@yahoo.com>
11009
11010 * progmodes/sql.el (sql-mysql): Doc change by RMS.
11011
11012 * progmodes/sql.el (sql-db2): Doc change.
11013 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
11014 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
11015
6fd735df
GM
110162001-10-29 Gerd Moellmann <gerd@gnu.org>
11017
11018 * env.el (substitute-env-vars): Don't quote argument to `rx';
11019 it's a macro.
11020
8997e990
GM
110212001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
11022
11023 * cus-start.el (recursive-load-depth-limit): Added.
11024
eef442a5
RS
110252001-10-28 Richard M. Stallman <rms@gnu.org>
11026
36656ee3
RS
11027 * textmodes/ispell.el (version18p, version20p): Vars deleted.
11028 All uses removed--assume Emacs version is >= 20.
11029
11030 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
11031 by really checking that it is not version 18.
11032
eef442a5
RS
11033 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
11034
5bbf4378
MB
110352001-10-28 Miles Bader <miles@gnu.org>
11036
11037 * faces.el (face-attribute): Add INHERIT argument, consider face
11038 inheritance if it's non-nil.
11039 (face-attribute-merged-with): New function.
11040 (face-attribute-specified-or): New macro.
11041 (face-foreground, face-background, face-stipple): Add INHERIT
11042 argument. Use `face-attribute-specified-or'.
11043
8259bf10
SM
110442001-10-28 Stefan Monnier <monnier@cs.yale.edu>
11045
11046 * font-lock.el: Require `syntax'.
11047 (font-lock-defaults-alist): Don't define keywords for lisp languages.
11048 Use `c-font-lock-syntactic-face-function' for c languages.
11049 (font-lock-mode): Don't unset vars when turning the mode off.
11050 (font-lock-default-fontify-buffer): Don't unset vars at the end.
11051 (font-lock-extra-managed-props): New var.
11052 (font-lock-default-unfontify-region): Use it.
11053 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
11054 Don't eval the value when there's no match.
11055 (font-lock-ppss-stats): New var.
11056 (font-lock-ppss): New fun.
11057 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
11058 (font-lock-apply-highlight): Allow `highlight' to set several props.
11059 (font-lock-set-defaults): Use dolist.
11060 (font-lock-unset-defaults): Remove.
11061 (font-lock-match-c-style-declaration-item-and-skip-to-next):
11062 Try to recognize prototypes using `foo P_ ((args))'.
11063 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
11064 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
11065 (c-font-lock-syntactic-face-function): New function.
11066 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
11067 (c++-keywords): Use a more sophisticated regexp to handle
11068 shallowly nested templates.
11069
001c08a1
SM
110702001-10-27 Stefan Monnier <monnier@cs.yale.edu>
11071
8259bf10
SM
11072 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
11073 (sgml-tag): Use it. Cleanup with `cond'.
11074 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
11075 Mark the overlays and only delete those that are marked.
11076 (sgml-skip-close-p): Remove.
11077 (sgml-value): Replace sgml-skip-close-p with its definition.
11078 (html-tag-alist): Use sgml-xml a bit more.
11079 (html-mode): Set sgml-empty-tags.
11080
001c08a1
SM
11081 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
11082 (texinfo-update-node, texinfo-sequential-node-update):
11083 Don't bind the obsolete `auto-fill-hook'.
11084 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
11085 Use `set-buffer' rather than `switch-to-buffer'.
11086 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
11087 Use `set-buffer' rather than `switch-to-buffer'.
11088
11089 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
11090 text-mode-syntax-table.
11091 (mail-mode): Use define-derived-mode.
11092 Fix ordering of alternatives in adaptive-fill-regexp.
11093 (mail-mode-map): Don't rely on keymap's internal representation.
11094
c77c3a73
SS
110952001-10-27 Sam Steingold <sds@gnu.org>
11096
11097 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
11098 (sgml-xml-guess): Extracted from `html-mode' and generalized.
11099 (sgml-mode-common): Call it.
11100 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
11101 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
11102 (html-horizontal-rule, html-image, html-ordered-list):
11103 (html-unordered-list, html-list-item, html-paragraph):
11104 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
11105 `html-xhtml'.
11106
8e5ff9aa
EZ
111072001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
11108
11109 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
11110 (ifnothtml): New alias.
11111
b9c6ab68
SM
111122001-10-27 Stefan Monnier <monnier@cs.yale.edu>
11113
11114 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
11115 (toggle-text-mode-auto-fill): Use derived-mode-p.
11116
cfc3aed3
GM
111172001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
11118
11119 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
11120 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
11121
bd6eb1cb
EZ
111222001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
11123
bcfb9eff
SM
11124 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
11125 Add make-obsolete cookies, to follow faces.el.
944e6f60 11126
bd6eb1cb 11127 These changes avoid warnings from the byte compiler in faces.el:
bcfb9eff 11128
bd6eb1cb
EZ
11129 * faces.el (internal-get-face): Use facep instead of the obsolete
11130 internal-find-face.
bcfb9eff
SM
11131 (internal-frob-font-weight, internal-frob-font-slant):
11132 New defaliases for obsolete functions.
11133 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
11134 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
bd6eb1cb
EZ
11135 (x-make-font-bold-italic): Use internal-frob-font-weight and
11136 internal-frob-font-slant aliases instead of the obsolete
11137 x-frob-... functions.
11138
58203d91
SS
111392001-10-26 Sam Steingold <sds@gnu.org>
11140
11141 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
e5d1dee9 11142 DOCTYPE; set `mode-name' based on it.
58203d91
SS
11143 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
11144 (sgml-tag): Close empty tags in XHTML.
11145
317672ff
JR
111462001-10-26 Jason Rumney <jasonr@gnu.org>
11147
11148 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
11149 when UNICODE is not defined.
11150
07fedaed
SS
111512001-10-26 Sam Steingold <sds@gnu.org>
11152
11153 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
11154 be alone on the line.
11155
d4e34d24
EZ
111562001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
11157
bcfb9eff 11158 * button.el (button): Special face definition for MS-DOS terminals.
d4e34d24 11159
187cd25b
SS
111602001-10-26 Sam Steingold <sds@gnu.org>
11161
11162 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
11163 Protect the /= test by checking that the args are non-nil.
b9c6ab68 11164 (sh-font-lock-close-heredoc): Check eof for being non-nil.
187cd25b 11165
63db25ed
GM
111662001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
11167
11168 * textmodes/artist.el (artist-version): 1.2.4.
11169 (artist-butlast-fn): New variable.
11170 (artist-butlast): New function.
11171 (artist-ellipse-mirror-quadrant): Use it.
11172 (artist-mouse-draw-poly): Use nil for `point-list'.
11173 (artist-mouse-draw-poly): Check for point-list being nil.
11174
627a4e30
GM
111752001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
11176
11177 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
11178 lambda expression.
11179 (ps-mode-menu-main): Submenu with options on/off was replaced with
11180 a toggle button.
11181 (ps-mode, ps-run-mode): Define with `define-derived-mode'
11182 (ps-mode): Autoload cookie added on same line as comment
11183 (ps-mode-tabkey, ps-mode-backward-delete-char):
11184 (ps-mode-r-balance): Replace `delete-horizontal-space' and
11185 `indent-to' with `indent-line-to'
11186 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
11187 instead of `eval'.
11188 (ps-mode-print-region): Use `with-temp-buffer'.
b9c6ab68 11189 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
627a4e30
GM
11190 (numerous places): Add back-tick and tick around names in
11191 docstrings, fix punctuation in docstrings, remove trailing spaces.
187cd25b 11192
bcfb9eff
SM
111932001-10-25 Stefan Monnier <monnier@cs.yale.edu>
11194
11195 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
11196 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
11197 (sgml-font-lock-syntactic-keywords): New var.
11198 (sgml-mode-common): Drop the two args.
11199 Don't make buffer-local variables that aren't used.
11200 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
11201 Don't set `before-string' props from sgml-display-text.
11202 (sgml-mode): Use define-derived-mode.
11203 (sgml-tags-invisible): Use sgml-display-text.
11204 (sgml-quote): New command.
11205 (html-tag-alist): Add args for `span'.
11206 (html-mode): Use define-derived-mode.
11207 Set sgml-display-text and sgml-tag-face-alist.
11208
598f34fa
SS
112092001-10-25 Sam Steingold <sds@gnu.org>
11210
11211 * add-log.el (add-log-always-start-new-record): New user option.
11212 (add-change-log-entry): Use it.
11213
a3fbafe2
RS
112142001-10-25 Richard M. Stallman <rms@gnu.org>
11215
11216 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
11217 bind case-fold-search if FROM is not all lower case.
11218
5b6a51aa
GM
112192001-10-25 Gerd Moellmann <gerd@gnu.org>
11220
dfe92a6a
GM
11221 * startup.el (normal-top-level): Check for frame-initial-frame
11222 only if it's really used.
11223
879eadc3
GM
11224 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
11225
5b6a51aa
GM
11226 * progmodes/compile.el (compilation-parse-errors-filename-function):
11227 New variable.
11228 (compilation-parse-errors): Use it.
11229
d73a471b
SM
112302001-10-25 Stefan Monnier <monnier@cs.yale.edu>
11231
11232 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
11233 interactively so that C-u M-C-x still does edebug.
11234 (checkdoc-sentencespace-region-engine): Don't force a double-space
11235 after `.' if it doesn't look like an end-of-sentence.
11236 (debug-ignored-errors): Add `disambiguate ...'.
11237
112382001-10-24 Stefan Monnier <monnier@cs.yale.edu>
11239
11240 * textmodes/texinfo.el (texinfo-environments)
bcfb9eff 11241 (texinfo-environment-regexp): Hoist.
d73a471b
SM
11242 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
11243 Only highlight the menu name in menu items.
11244 Setup `@foo ... @end foo' as text clones.
11245 (texinfo-clone-environment): New function.
11246 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
11247 (texinfo-insert-block): Simplify.
11248 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
11249 the command is repeated.
11250 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
11251 (texinfo-insert-@end): Simplify.
11252
11253 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
11254 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
11255 (texinfo-subsubsection-level-regexp)
11256 (texinfo-update-menu-same-level-regexps)
11257 (texinfo-update-menu-higher-regexps)
bcfb9eff 11258 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
d73a471b
SM
11259
11260 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
11261 (derived-mode-p): Autoload.
11262
11263 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
11264 New vars and functions.
11265 (text-clone-maintain, text-clone-create): New functions.
11266
f66bd220
MB
112672001-10-25 Miles Bader <miles@gnu.org>
11268
11269 * facemenu.el (facemenu-add-new-face): Fix variable names.
11270
b617a66b
RS
112712001-10-24 Richard M. Stallman <rms@gnu.org>
11272
d436d538
RS
11273 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
11274 of t and nil values.
11275 (facemenu-set-face): Handle START and END interactively.
11276 (facemenu-set-foreground): Don't use a face; specify color directly.
11277 (facemenu-set-background): Likewise.
11278 (facemenu-set-face-from-menu): Doc fix.
11279 (facemenu-active-faces): Use face-attribute-vector
11280 to handle bare attributes not in faces.
11281 (facemenu-get-face): Don't handle face names fg:... and bg:...
11282 specially.
11283 (facemenu-add-new-face): New argument MENU.
11284 New way to handle adding colors to the color menus.
11285
b617a66b
RS
11286 * env.el (substitute-env-vars): Quote the arg to rx.
11287
7b611de0
SS
112882001-10-24 Sam Steingold <sds@gnu.org>
11289
11290 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
c71a58a3 11291 Control" and "SGML" groups.
7b611de0 11292
c533fe40
SM
112932001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11294
11295 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
11296 Better handling of C++ template args to avoid confusion with `<'
11297 and `>' used as operators in member init expressions.
11298
bdbdebff
GM
112992001-10-24 Gerd Moellmann <gerd@gnu.org>
11300
4aa6b955
GM
11301 * replace.el (perform-replace): Move START and END parameters
11302 to the end of the argument list and make them optional.
11303
11304 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
11305 perform-replace.
11306
c533fe40 11307 * international/fontset.el (x-must-resolve-font-name): New function.
bdbdebff
GM
11308 (x-complement-fontset-spec): Use it.
11309
0033146f
SM
113102001-10-23 Stefan Monnier <monnier@cs.yale.edu>
11311
e07777e6
SM
11312 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
11313
0033146f
SM
11314 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
11315 Turn caadr into caar of cdr.
11316
24db49fb
GM
113172001-10-23 Gerd Moellmann <gerd@gnu.org>
11318
e07777e6 11319 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
61fd8d32
GM
11320 of mouse-{1,2} since dragging is on the down event.
11321
c51488cd
GM
11322 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
11323
197a9dfd
GM
11324 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
11325 if ARG is nil.
11326
24db49fb
GM
11327 * desktop.el (desktop-last-buffer): New variable.
11328 (desktop-create-buffer): Set it.
11329 (desktop-read): Bind it and switch to that buffer.
11330
e38e2839
GM
113312001-10-22 Gerd Moellmann <gerd@gnu.org>
11332
e07777e6
SM
11333 * progmodes/compile.el (compilation-set-window-height):
11334 Select old window only if it's still live.
e38e2839 11335
5fe0ea6a 113362001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
784b8937
PJ
11337
11338 * help-mode.el (help-buffer): Remove debugging code.
11339 From Stefan Monnier <monnier@cs.yale.edu>.
11340
b704d54b
EZ
113412001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
11342
e07777e6
SM
11343 * files.el (file-name-sans-extension, file-name-extension):
11344 Don't count the leading dots in file names as signaling an extension.
b704d54b 11345
fb2fa4a9
AS
113462001-10-22 Andre Spiegel <spiegel@gnu.org>
11347
11348 * vc.el (vc-diff-switches): Doc rewritten.
11349
7142670a
EZ
113502001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
11351
4b2bb9be
EZ
11352 * tooltip.el (tooltip-set-param): Doc fix.
11353
2840d653
EZ
11354 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
11355 127 to sgml-maybe-name-self.
11356 (sgml-name-8bit-mode): Doc fix.
11357 (sgml-char-names-table): New variable.
11358 (sgml-name-char): Support non-ASCII and mule-unicode-*
11359 characters. Doc fix.
11360 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
11361
7142670a
EZ
11362 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
11363 doc string the effect of `left' and `top' parameters in
11364 tooltip-frame-parameters, the default values, and the units.
e07777e6 11365 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
7142670a
EZ
11366 (tooltip-show): Mention in the doc string the `top' and `left'
11367 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
11368
dea19473
AS
113692001-10-22 Andre Spiegel <spiegel@gnu.org>
11370
11371 Add autoscaling support for vc-annotate.
9522e2d8 11372 From J.D. Smith <jdsmith@alum.mit.edu>.
e07777e6 11373
dea19473
AS
11374 * vc.el (vc-annotate-display-default): Accept colormap scaling
11375 ratio (now deprecated).
11376 (vc-annotate-display-autoscale): Added.
11377 (vc-annotate-add-menu): New autoscaling menu options "Span to
11378 Oldest" and "Span Oldest->Newest". Easymenu support added for
e07777e6 11379 toggle menus driven by customize variable `vc-annotate-display-mode'.
dea19473
AS
11380 (vc-annotate-display-select): Added.
11381 (vc-annotate): Changed temp-buffer-show-function to
11382 `vc-annotate-display-select'.
11383 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
11384 Added argument OFFSET. Instead of backend function, calls now
11385 generic `vc-annotate-difference'.
11386 (vc-annotate-difference): Added as generic function instead of
11387 backend-specific function. No longer takes argument POINT, but
11388 instead accepts a time OFFSET.
11389 (vc-default-annotate-current-time): Added.
11390
11391 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
e07777e6 11392 version in vc.el, with
dea19473 11393 (vc-cvs-annotate-current-time): Added, as override of default.
ea136e8d 11394 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
dea19473
AS
11395 `vc-cvs-annotate-difference'.
11396
04808157
GM
113972001-10-22 Gerd Moellmann <gerd@gnu.org>
11398
26fe1f92
GM
11399 * saveplace.el (save-place): Require `saveplace'.
11400
e07777e6 11401 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
04808157
GM
11402 Use `sexp' for :value-type instead of `face'.
11403
a6a1654e
EZ
114042001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11405
11406 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
11407 regexps due to 5-digit message IDs.
11408
4fdd691b
JR
114092001-10-21 Jason Rumney <jasonr@gnu.org>
11410
a6a1654e 11411 * term/w32-win.el (redisplay-dont-pause): Don't set.
4fdd691b 11412
a6a1654e 114132001-10-21 Miles Bader <miles@gnu.org>
c9a95b79
MB
11414
11415 * help-funs.el (help-manyarg-func-alist): Variable removed.
11416
7e9a6a1b
MB
114172001-10-21 Miles Bader <miles@gnu.org>
11418
11419 * help-funs.el (help-manyarg-func-alist): Remove entries for
a3b10252
MB
11420 `insert', `insert-and-inherit', `insert-before-markers',
11421 `insert-before-markers-and-inherit', `message', `message-box',
11422 `message-or-box', `propertize', `format', `encode-time', `append',
11423 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
11424 `insert-string', `ml-if', `ml-provide-prefix-argument', and
11425 `ml-prefix-argument-loop'.
7e9a6a1b 11426
72830e8a
AS
114272001-10-21 Andre Spiegel <spiegel@gnu.org>
11428
e07777e6
SM
11429 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
11430 (vc-default-diff-tree): New functions.
72830e8a
AS
11431 (vc-version-diff): Use them. As a result, coding systems are now
11432 set up properly for all sorts of diffs, and tree diffs can now
11433 also be done locally.
11434 (vc-diff): With a prefix argument, don't require that it's called
11435 from a buffer under version control.
a279f22f 11436 (diff-switches): Remove duplicate definition.
e07777e6 11437
72830e8a
AS
11438 * vc-cvs.el (vc-cvs-diff-tree): New function.
11439
b6715b9f
MB
114402001-10-21 Miles Bader <miles@gnu.org>
11441
386ca361
MB
11442 * help-funs.el (help-manyarg-func-alist): Remove entries for
11443 `list', `vector', `make-byte-code', `call-process',
11444 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
11445 `logand', `logior', and `logxor'.
11446
b6715b9f
MB
11447 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
11448 image bits to compensate. Use `make-string' instead of
11449 `make-bool-vector' (XBM apparently wants byte-aligned rows).
11450
db6f8ff1
KS
114512001-10-20 Kim F. Storm <storm@cua.dk>
11452
11453 * simple.el (kill-ring-save): Don't show extent of copied region
11454 if using transient-mark-mode and region is fully visible.
11455
5fdac1b8 11456See ChangeLog.9 for earlier changes.
a30eb617
DL
11457
11458;; Local Variables:
11459;; coding: iso-2022-7bit
11460;; End:
2a34a036 11461
5fdac1b8 11462 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
2a34a036
GM
11463 Copying and distribution of this file, with or without modification,
11464 are permitted provided the copyright notice and this notice are preserved.