Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-296
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
f9878c26
MB
12004-05-10 Miles Bader <miles@gnu.org>
2
3 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
4 buffer an error if the debugger process is actually running.
5
efde45ca
JB
62004-05-10 Juanma Barranquero <lektu@terra.es>
7
8 * subr.el (remove-overlays, read-passwd): Fix docstring.
9
10 * help-fns.el (help-argument-name): Default to italic.
11 (help-highlight-arguments): Return always (usage . doc), even when
12 usage is nil.
13
893b49bb
JR
142004-05-09 Jason Rumney <jasonr@gnu.org>
15
64ec7df9
JR
16 * international/code-pages (cp932, cp936, cp949, c950): Remove.
17 Only define cp125* if windows-125* is already defined.
18
19 * language/korean.el (cp949): Add alias.
20
21 * language/chinese.el (cp936, cp950): Add aliases.
22
23 * language/japanese.el (cp932): Add alias.
24
ceb96489
JR
25 * term/w32-win.el: Require code-pages.
26
893b49bb
JR
27 * international/mule-cmds.el (set-locale-environment): On
28 MS-Windows use ansi code-page for default coding-systems.
29 Set up paper sizes for Windows 3 letter languages.
30
31 * international/code-pages.el (cp932, cp936, cp949, cp950): Add
32 aliases. Also add cp125* if not already defined.
33
b1c661c7
JB
342004-05-09 Juanma Barranquero <lektu@terra.es>
35
d0aa1aab
JB
36 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
37 Don't use CL-style default args.
38
39 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
40 (cvs-get-marked): Remove redundant arglist info.
41
b1c661c7
JB
42 * help-fns.el (help-highlight-arguments): Don't try to highlight
43 missing or autoloaded arglists. Accept structured arguments, like
44 the first ones of `do' and `flet'.
45
9e24a165
AS
462004-05-08 Andreas Schwab <schwab@suse.de>
47
70d4043b
AS
48 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
49
9e24a165
AS
50 * international/subst-ksc.el: Fix references to utf-translate-cjk
51 into utf-translate-cjk-mode.
52 * international/subst-big5.el: Likewise.
53 * international/subst-gb2312.el: Likewise.
54 * international/subst-jis.el: Likewise.
55 * international/utf-16.el: Likewise.
56 * international/utf-8.el: Likewise.
57
c4ae2d51
JW
582004-05-08 John Wiegley <johnw@newartisans.com>
59
60 * iswitchb.el (iswitchb-use-virtual-buffers): Added support for
61 "virtual buffers" (off by default), which makes it possible to
62 switch to the "virtual" buffers of recently visited files. When a
63 buffer name search fails, and this option is on, iswitchb will
64 look at the list of recently visited files, and permit matching
65 against those names. When the user hits RET on a match, it will
66 revisit that file.
67 (iswitchb-read-buffer): Added two optional arguments, which makes
68 isearchb.el possible.
69 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match,
70 iswitchb-next-match): Added support for virtual buffers.
71
72 * isearchb.el: This module extends iswitchb to provide "as you
73 type" buffer selection.
74
75 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
76 Ignore the read-only property when flyspell highlighting is on.
77 Not ignoring it leads to a series of confusing errors.
78 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
79 but also make sure to call flyspell-incorrect-hook.
80 (flyspell-maybe-correct-transposition): Perform transposition test
81 by bit twiddling a string, rather than using a temp buffer.
82 (flyspell-maybe-correct-doubling): Use a string rather than a temp
83 buffer. This is also the original version of the code, which
84 could not be checked in before due to a previous lack of
85 assignment papers. This version has seen heavy usage on my system
86 for several years now.
87
88 * calendar/cal-bahai.el: New file, which adds support for the
89 Baha'i calendar to Emacs. This calendar is based on a solar year
90 of 19 months of 19 days, with 4 intercalary days. Each year
91 begins on March 21, with the calendar starting in 1844.
603b9df9 92
c4ae2d51
JW
93 * calendar/cal-menu.el, calendar/calendar.el,
94 calendar/diary-lib.el, calendar/holidays.el: Added support for
95 using cal-bahai.el.
96
97 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
98 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
99 function can be used outside of eshell buffers.
100 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
101
0f0af7a8
JB
1022004-05-08 Juanma Barranquero <lektu@terra.es>
103
104 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
105 word constituent so FOO-ARG is not recognized as an arg.
106 (help-highlight-arguments): Don't skip lists in mandatory
107 arguments.
108
109 * simple.el (next-error): Fix typo in docstring.
110 (open-line): Make argument names match their use in docstring.
111 (split-line): Fix docstring.
112
603b9df9
JB
113 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
114 usable by `describe-function'.
115 (gensym, gentemp, typep, ignore-errors): Make argument names match
116 their use in docstring.
117
118 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
119 argument to `help-setup-xref'.
120
38c65fca
KG
1212004-05-07 Kai Grossjohann <kai@emptydomain.de>
122
123 Version 2.0.40 of Tramp released.
124
125 * net/tramp.el (tramp-completion-mode, tramp-md5-function): Use
126 symbol-function to invoke functions only known on some Emacs
127 flavors. This avoids byte-compiler warnings. Reported by Kevin
128 Scaldeferri <kevin@scaldeferri.com>.
129 (tramp-do-copy-or-rename-file-via-buffer): Renamed from
130 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
131 consistent with the other tramp-do-* functions.
132 (tramp-do-copy-or-rename-file): Calls adjusted.
133 (tramp-process-initial-commands): Avoid liveness check on shell --
134 we know that it must be alive since we're opening a connection at
135 this moment.
136 (tramp-last-cmd): New internal variable.
137 (tramp-process-echoes): New tunable.
138 (tramp-send-command): Set tramp-last-cmd.
139 (tramp-wait-for-output): Delete echo, if applicable.
140 (tramp-read-passwd): Construct the key for the password cache in a
141 way that works for multi methods, too.
142 (tramp-bug): Add backup-directory-alist and
143 bkup-backup-directory-info to bug reports, with Tramp
144 counterparts.
145
0f0af7a8 1462004-05-07 Michael Albinus <michael.albinus@gmx.de>
38c65fca
KG
147
148 * net/tramp*.el: Suppress byte-compiler warnings where possible.
149
150 * net/tramp.el (tramp-out-of-band-prompt-regexp)
151 (tramp-actions-copy-out-of-band): New defcustoms.
152 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
153 used instead of a synchronous one. Allows password entering.
154 (tramp-action-out-of-band): New defun.
155 (tramp-open-connection-rsh, tramp-method-out-of-band-p): Remove
156 restriction with password from doc string.
157 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
158 `tramp-out-of-band-prompt-regexp',
159 `tramp-actions-copy-out-of-band', `password-cache' and
160 `password-cache-expiry'.
161 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
162 password caching.
163 (tramp-touch): FILE can be a local file, too.
164 (TODO): Remove items done.
165 (tramp-handle-insert-directory): Properly quote file name also if
166 not full-directory-p. Handle wildcard case. Reported by Andreas
167 Schwab <schwab@suse.de>.
168 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
169 new file.
170 (tramp-handle-file-local-copy, tramp-handle-write-region): The
171 permissions of the temporary file are set if filename exists.
172 Reported by Ted Stern <stern@cray.com>.
173 (tramp-backup-directory-alist)
174 (tramp-bkup-backup-directory-info): New defcustoms.
175 (tramp-file-name-handler-alist): Add entry for
176 `find-backup-file-name'.
177 (tramp-handle-find-backup-file-name): New function. Implements
178 Tramp's find-backup-file-name.
179
180 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
181 for `find-backup-file-name'.
182
183 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
184 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
185
9bcabb45
LH
1862004-05-07 Lars Hansen <larsh@math.ku.dk>
187
188 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
189
a478f3e1
JB
1902004-05-07 Juanma Barranquero <lektu@terra.es>
191
a478f3e1
JB
192 * subr.el (lambda): Add arglist description to docstring.
193 (declare): Fix typo in docstring.
194 (open-network-stream): Fix docstring.
195 (process-kill-without-query): Fix docstring and add obsolescence
196 info.
197 (last, butlast, nbutlast): Make arguments match their use in docstring.
198 (insert-buffer-substring-no-properties): Likewise.
199 (insert-buffer-substring-as-yank): Likewise.
200 (split-string): Fix docstring.
201
0f0af7a8
JB
202 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
203 Make argument names match their use in docstring.
204
a478f3e1
JB
205 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
206
6dba30fb
NR
2072004-05-06 Nick Roberts <nickrob@gnu.org>
208
209 * progmodes/gdb-ui.el: Improve/extend documentation strings.
210 Fit first sentence on one line for apropos-command.
211
24d5055c
SM
2122004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
213
214 Changes largely merged in from Dave Love's code.
215 * progmodes/python.el: Doc fixes.
216 (python-mode-map): Add python-complete-symbol.
217 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
218 (python-comment-indent, python-complete-symbol)
219 (python-symbol-completions, python-partial-symbol)
220 (python-try-complete): New.
221 (python-indent-line): Remove optional arg. Use python-block-end-p.
222 (python-check): Bind compilation-error-regexp-alist.
223 (inferior-python-mode): Use rx. Move keybindings to top level.
224 Set comint-input-filter.
225 (python-preoutput-filter): Use rx.
226 (python-input-filter): Re-introduce.
227 (python-proc): Start new process if necessary.
228 Check python-buffer non-nil.
229 (view-return-to-alist): Defvar.
230 (python-send-receive): New.
231 (python-eldoc-function): Use it.
232 (python-mode-running): Don't defvar.
233 (python-mode): Set comment-indent-function.
234 Maybe update hippie-expand-try-functions-list.
235 (python-indentation-levels): Initialize differently.
236 (python-block-end-p): New.
237 (python-indent-line): Use it.
238 (python-compilation-regexp-alist): Augment.
239 (run-python): Import `emacs' module to Python rather than loading
240 code directly. Set python-buffer differently.
241 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
242 Use python-proc.
243 (python-send-command): Go to end of comint buffer.
244 (python-load-file): Use python-proc, emacs.eimport.
245 (python-describe-symbol): Simplify interactive form.
246 Use emacs.help. Do use temp-buffer-show-hook.
247 Call print-help-return-message.
248 (hippie-exp): Require when compiling.
249 (python-preoutput-continuation): Use rx.
250
251 * diff-mode.el (diff-make-unified): Fix regexp.
252
b90a6a12
JPW
2532004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
254
255 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
256 filter groups from the buffer when rebuilding the Ibuffer buffer
257 and `ibuffer-show-empty-filter-groups' is nil.
258
1ed43c8e
VJL
2592004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
260
261 * ps-print.el (ps-print-quote): Call ps-value-string.
cfb7b9ce
VJL
262 (ps-setup): Call ps-comment-string.
263 (ps-value-string, ps-comment-string): New funs.
1ed43c8e 264
b03a4fdd
JB
2652004-05-06 Juanma Barranquero <lektu@terra.es>
266
1c34b5a9
JB
267 * help-fns.el (help-argument-name): Default to bold; don't inherit
268 from font-lock-variable-name-face.
269 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
270
b03a4fdd
JB
271 * ehelp.el (electric-help-command-loop): Check whether the last
272 character is visible, not (point-max).
273
f747bef9
KH
2742004-05-05 Kenichi Handa <handa@m17n.org>
275
276 * descr-text.el (describe-char): Copy the character with text
277 properties and overlays into the first line, and call
278 describe-text-properties on it.
279
971cb834
SE
2802004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
281
282 * iswitchb.el (iswitchb-global-map): Fix typo.
b03a4fdd 283 Remove unwanted ###autoloads from source file.
971cb834 284
2a93ca78
LH
2852004-05-05 Lars Hansen <larsh@math.ku.dk>
286
287 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
b03a4fdd 288 in run-hooks. Use substitute-command-keys in message.
2a93ca78
LH
289 (wdired-abort-changes): Add message.
290
9a9069c9
SM
2912004-05-03 Michael Mauger <mmaug@yahoo.com>
292
293 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
294 (sql-emacs20-p): Remove.
295 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
296 (sql-builtin-face, sql-doc-face): Remove.
297 (sql-mode-ansi-font-lock-keywords)
298 (sql-mode-oracle-font-lock-keywords)
299 (sql-mode-postgres-font-lock-keywords)
300 (sql-mode-linter-font-lock-keywords)
301 (sql-mode-ms-font-lock-keywords)
302 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
303 (sql-product-font-lock): Fix font-lock reset when font rules change.
304 (sql-highlight-product): Remove incorrect font-lock reset logic.
305
c21c3d89
JY
3062004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
307
308 * ses.el (ses-set-parameter): Fix typo.
309
bdcc01de
KS
3102004-05-04 Kim F. Storm <storm@cua.dk>
311
312 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
313 Must expand directory for completion to work; and don't mess with
314 process-environment.
6ab66799
KS
315 (ido-read-file-name): If command has ido property, don't use ido
316 if value is ignore, or read as directory if value is dir.
317 Set ido ignore property for dired-do-rename command.
bdcc01de 318
8eae13fd
JB
3192004-05-04 Juanma Barranquero <lektu@terra.es>
320
c57ada27
JB
321 * help-fns.el (help-argument-name): New face, inheriting from
322 font-lock-variable-name-face, to highlight function arguments in
323 `describe-function' and `describe-key'.
324 (help-do-arg-highlight): Auxiliary function to highlight a given
325 list of arguments in a string.
326 (help-highlight-arguments): Highlight the function arguments and
327 all uses of them in the docstring.
328 (describe-function-1): Use it. Do docstring output via `insert',
329 not 'princ', so text attributes are preserved.
330
8eae13fd
JB
331 * winner.el (winner-mode-map): Move winner-undo and winner-redo to
332 C-c <left> and C-c <right>, respectively (the previous bindings
333 conflict with prev-buffer, next-buffer).
334
335 * ehelp.el (electric-help-command-loop, electric-help-undefined)
336 (electric-help-help): Check against unmapped commands.
337
8bf38a9b
SM
3382004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
339
340 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
341 (bibtex-entry-update): New command bound to C-c C-u.
342 (bibtex-text-in-string): Fix regexp.
343 (bibtex-assoc-of-regexp): Remove.
344 (bibtex-progress-message): Fix docstring.
345 (bibtex-inside-field): Use if.
346 (bibtex-assoc-regexp): New function.
347 (bibtex-format-entry): Make code more robust so that it formats
348 also old entries.
349 (bibtex-autokey-demangle-title): Merge with obsolete function
350 bibtex-assoc-of-regexp.
351 (bibtex-field-list): New function.
352 (bibtex-entry): Use bibtex-field-list.
353 (bibtex-parse-entry): Fix docstring.
354 (bibtex-print-help-message): Use bibtex-field-list.
355 (bibtex-make-field): Use bibtex-field-list.
356 (bibtex-entry-index): Bugfix. Return crossref key if required.
357 (bibtex-lessp): Fix docstring.
358
9bfadbd3
LT
3592004-05-03 Luc Teirlinck <teirllm@auburn.edu>
360
8bf38a9b 361 * select.el (xselect-convert-to-string): Move comment to intended line.
9bfadbd3 362
0928a1d8
JD
3632004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
364
365 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
366 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
367
3682004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
e43a720f
JD
369
370 * term/x-win.el (x-clipboard-yank): Don't exit on error from
371 x-get-selection.
372
238add5e
JR
3732004-05-03 Jason Rumney <jasonr@gnu.org>
374
375 * makefile.nt: Remove.
376
d83e1f9d
KS
3772004-05-03 Kim F. Storm <storm@cua.dk>
378
8bf38a9b 379 * emulation/cua-base.el (cua--update-indications): Fix last change.
a6133def 380 (cua-mode): Deactivate mark when cua-mode is enabled.
d83e1f9d 381
deae888e
LT
3822004-05-02 Luc Teirlinck <teirllm@auburn.edu>
383
8bf38a9b 384 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
deae888e 385
a89f5c79
NR
3862004-05-03 Nick Roberts <nickrob@gnu.org>
387
31b5ff39 388 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
a89f5c79 389 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
31b5ff39
NR
390 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
391 window over visible frames.
392 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
a89f5c79 393
822001db
SM
3942004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
395
8eae13fd 396 * progmodes/compile.el (compilation-gcpro): New var.
822001db
SM
397 (compilation-fake-loc): Use it.
398 (compilation-forget-errors): Reset it.
399
55f2eb7e
SM
4002004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
401
402 * diff-mode.el (diff-header-face, diff-file-header-face):
403 Use min-colors.
404
5ad1dfd6
SM
4052004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
406
407 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
408 (bibtex-clean-entry): Disentangle code.
409 (bibtex-realign): New function.
410 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
411 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
412 Remove undocumented optional arg called-by-convert-alien.
413 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
414 for sorting instead of bibtex-sort-buffer.
415
cf8f099f
EZ
4162004-05-02 Eli Zaretskii <eliz@gnu.org>
417
418 * progmodes/compile.el (compilation-start): In the
419 no-async-subprocesses branch, call sit-for to give redisplay a
052ca4d1
EZ
420 chance to show the updated process status in the mode line, and
421 fontify the buffer explicitly after the process exits.
cf8f099f 422
37384ede
SM
4232004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
424
425 * progmodes/python.el (python-compilation-line-number): Remove.
426 (python-compilation-regexp-alist): Don't use it any more.
427 (python-orig-start, python-input-filter): Remove.
428 (inferior-python-mode): Don't set up comint-input-filter-functions.
429 (python-send-region): Use compilation-fake-loc.
430
431 * progmodes/compile.el (compilation-messages-start): New var.
432 (compilation-mode): Don't setup next-error-function here.
433 (compilation-setup): Set it up here instead (for minor modes as well).
434 Make compilation-messages-start buffer local.
435 (compilation-next-error-function): Use it.
436 (compilation-forget-errors): Set compilation-messages-start.
437
7655d378
LT
4382004-05-01 Luc Teirlinck <teirllm@auburn.edu>
439
440 * ielm.el (ielm-prompt-read-only): Update docstring.
441
442 * comint.el (comint-prompt-read-only): Update docstring.
443 (comint-update-fence, comint-kill-whole-line)
444 (comint-kill-region): New functions.
445
446 * simple.el (kill-whole-line): Use "p" instead of "P" in
a4683d66 447 interactive form.
7655d378 448
9242b3b7
JB
4492004-05-01 Juanma Barranquero <lektu@terra.es>
450
451 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
452 format arglist so default values in CL-style argument lists are
453 correctly shown.
454
1e8b532f
JR
4552004-05-01 Jason Rumney <jasonr@gnu.org>
456
457 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
458
d1df889e
KH
4592004-05-01 Kenichi Handa <handa@m17n.org>
460
461 * international/titdic-cnv.el (miscdic-convert): Don't generate a
462 quail file if it is up to date.
463
8aa3c147
JL
4642004-04-30 Juri Linkov <juri@jurta.org>
465
466 * cus-edit.el (custom-mode-map):
467 Add key binding `C-x C-s' to `Custom-save'.
468
469 * outline.el (outline-blank-line): New var.
470 (outline-next-preface, outline-show-heading)
471 (outline-end-of-subtree): Use it.
472
473 * dired-aux.el (dired-touch-initial): New fun.
474 (dired-do-chxxx): Call it for op-symbol `touch'.
4ae73f87
JL
475 (dired-diff): Use `dired-dwim-target-directory'
476 if current dired buffer has no buffer mark.
8aa3c147
JL
477
478 * bindings.el (propertized-buffer-identification):
479 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
480 Add C-M-arrow keys for consistency.
481
482 * files.el (confirm-kill-emacs):
483 Change group from top-level `emacs' to `convenience'.
484
485 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
486 Push mark on the first call of successive command calls.
487 (insert-pair): New fun created from `insert-parentheses' with
488 `open' and `close' arguments added. Enclose active regions
489 in paired characters. Compare adjacent characters syntax with
490 inserted characters syntax before inserting a space.
491 (insert-parentheses): Call `insert-pair' with ?\( ?\).
492
493 * delsel.el: Don't put `delete-selection' property
494 on `insert-parentheses' symbol to take advantage of
495 region handling in `insert-pair' function.
9242b3b7 496 Suggested by Stephan Stahl <stahl@eos.franken.de>.
8aa3c147 497
b2dae92a
KS
4982004-04-30 Kim F. Storm <storm@cua.dk>
499
b2b55d03
KS
500 * emulation/cua-base.el: Add support for changing cursor types;
501 based on patch from Michael Mauger.
502 (cua-normal-cursor-color, cua-read-only-cursor-color)
503 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
504 Customization cursor type and/or cursor color.
505 (cua--update-indications): Handle cursor type changes.
506 (cua-mode): Update cursor indications if enabled.
507
3b365de3
KS
508 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
509
b2dae92a
KS
510 * mouse.el (mouse-drag-copy-region): New defcustom.
511 (mouse-set-region, mouse-drag-region-1): Use it.
512
513 * simple.el (kill-ring-save): If region face background color is
514 unspecified (if no highlighting), show extent of fully visible
515 region even if transient-mark-mode is enabled.
516
517 * emulation/cua-base.el (cua--standard-movement-commands):
518 Add cua-scroll-up and cua-scroll-down.
519 (cua-scroll-up, cua-scroll-down): New commands.
520 (cua--init-keymaps): Remap scroll-up and scroll-down.
521
522 * emulation/cua-rect.el (cua--convert-rectangle-as):
523 New defmacro.
524 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
525 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
9242b3b7 526 New commands (suggested by Jordan Breeding).
b2dae92a 527
3b0af402
JB
5282004-04-30 Juanma Barranquero <lektu@terra.es>
529
530 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
531
76f024d9
JB
5322004-04-30 Mario Lang <mlang@delysid.org>
533
534 * diff.el (diff-switches): Fix typo in docstring.
535
38784ed8
AS
5362004-04-30 Alex Schroeder <alex@gnu.org>
537
538 * xml.el (xml-debug-print-internal): Don't add newline and
539 indentation to text nodes and write empty elements as empty tags
540 instead of opening and closing tags.
541 (xml-debug-print): Take optional indent-string argument.
542 (xml-print): Alias for xml-debug-print.
543
d71d20ea
GM
5442004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
545
546 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
547 than duplicate call to `line-beginning-position'.
548
549 * progmodes/f90.el (f90-get-present-comment-type): Return
550 whitespace, as well as comment chars, for consistent filling
551 of comment blocks. Use `match-string-no-properties'.
552 (f90-break-line): Do not leave trailing whitespace when filling
553 comments.
554
5552004-04-30 Dave Love <fx@gnu.org>
556
557 * calendar/diary-lib.el (diary-outlook-formats): New variable.
558 (diary-from-outlook-internal, diary-from-outlook)
559 (diary-from-outlook-gnus, diary-from-outlook-rmail): New
560 functions to import diary entries from Outlook-format
561 appointments in mail messages.
562
dafb59b2
SM
5632004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
564
2c2cd44f
SM
565 * progmodes/python.el (python-send-command): New fun.
566 (python-send-region, python-load-file): Use it.
567
568 * progmodes/compile.el (compilation-last-buffer): Add var alias.
569
dafb59b2
SM
570 * help-fns.el (help-C-file-name): Use new subr-name.
571 Prepend `src/' to the file name.
572 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
76f024d9
JB
573 (describe-function-1, describe-variable): Only find a C source file
574 name if DOC is already loaded.
dafb59b2
SM
575
576 * help-mode.el (help-function-def, help-variable-def):
577 Use the new find-function-search-for-symbol functionality.
578 Allow FILE to be `C-source'.
579
580 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
581 (find-function-C-source): New fun.
582 (find-function-search-for-symbol): Use it.
583
76f024d9 5842004-03-29 Michael Mauger <mmaug@yahoo.com>
2c2cd44f
SM
585
586 * progmodes/sql.el (sql-product-alist): Rename variable
587 `sql-product-support'. Add Postgres login parameters.
588 (sql-set-product, sql-product-feature): Update with renamed
589 variable.
590 (sql-connect-postgres): Add username prompt.
591 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
592 Make patterns less product specific.
593 (sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants.
594 (sql-mode-abbrev-table): Modify initialization.
595 (sql-builtin-face): Add variable.
596 (sql-keywords-re): Add macro.
597 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
598 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
599 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
600 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
601 (sql-mode-linter-font-lock-keywords)
602 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
603 (sql-mode-sybase-font-lock-keywords)
604 (sql-mode-informix-font-lock-keywords)
605 (sql-mode-interbase-font-lock-keywords)
606 (sql-mode-ingres-font-lock-keywords)
607 (sql-mode-solid-font-lock-keywords)
608 (sql-mode-sqlite-font-lock-keywords)
609 (sql-mode-db2-font-lock-keywords): Default to nil.
610 (sql-product-font-lock): Always highlight ANSI keywords.
611 (sql-add-product-keywords): Made similar to
612 `font-lock-add-keywords'.
613 (sql-send-string): Add function.
614
6152004-04-29 Dave Love <fx@gnu.org>
616
617 * progmodes/cfengine.el (cfengine-beginning-of-defun)
618 (cfengine-end-of-defun): Ensure progress through buffer.
619
620 * info-look.el (cfengine-mode): Accept a terminal ().
621
e4619728
JL
6222004-04-29 Juri Linkov <juri@jurta.org>
623
624 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
625 instead of isearch-yank-word-or-char. Add new key bindings for
626 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
627 (isearch-del-char): New fun.
628 (isearch-forward, isearch-edit-string): Update docstring.
629 (isearch-yank-char): Doc fix.
630 (isearch-other-meta-char): Restore point after scrolling.
631
632 * progmodes/compile.el (compilation-context-lines): Add nil option
633 to disable compilation output window scrolling.
634 (compilation-set-window): Use it.
635
dafb59b2
SM
636 * outline.el (outline-next-preface, outline-show-heading):
637 Don't leave unhidden blank line before heading.
e4619728
JL
638 (outline-end-of-subtree): Include last newline into subtree.
639 (hide-entry): Leave point at beginning of heading instead of end.
640 (outline-up-heading): Push mark for the first call of successive
641 command calls.
642
016b8f71
LT
6432004-04-28 Luc Teirlinck <teirllm@auburn.edu>
644
645 * comint.el (comint-prompt-read-only): New variable.
646 (comint-output-filter): Implement it.
647
648 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
649 (ielm-prompt-internal): New variable.
650 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
651 (ielm-send-input): Delete unused variable `buf'.
652 (ielm-eval-input): Use `ielm-prompt-internal'.
653 (inferior-emacs-lisp-mode): Use new variables
654 `comint-prompt-read-only' and `ielm-prompt-internal'.
655 Get rid of obsolete variable `directory-sep-char'.
656 (ielm): Use `zerop'.
657
d70d59e9
JPW
6582004-04-29 John Paul Wallington <jpw@gnu.org>
659
660 * thumbs.el (toplevel): Require cl at compile time.
661 Remove conditional definitions of `ignore-errors' and `caddar'
662 because they occur at run time.
663
e51797d0
NR
6642004-04-28 Nick Roberts <nickrob@gnu.org>
665
666 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
dafb59b2 667 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
e51797d0 668 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
dafb59b2 669 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
e51797d0
NR
670
671 * progmodes/gud.el (gud-common-init): Throw an error if program is
672 already running under gdb.
673
d42799bd
JPW
6742004-04-28 John Paul Wallington <jpw@gnu.org>
675
676 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
677 (thumbs-show-image-num): Move assignment of
51adae01 678 `thumbs-current-image-filename' within scope of `i'.
d42799bd
JPW
679 (thumbs-emboss-image): Don't use `evenp'.
680
83a0f060
RS
6812004-04-28 Richard M. Stallman <rms@gnu.org>
682
683 * progmodes/compile.el (compilation-context-lines): Default now 0.
684
66dc9a0f
JB
6852004-04-28 Juanma Barranquero <lektu@terra.es>
686
687 Use `time-less-p' from calendar/time-date.el instead of defining
688 custom versions of it.
689
690 * pcomplete.el (pcomplete-time-less-p): Remove.
691
692 * thumbs.el (time-less-p): Remove.
693
694 * calendar/timeclock.el (timeclock-time-less-p): Remove.
695 (timeclock-generate-report): Use `time-less-p'.
696
697 * emacs-lisp/autoload.el (autoload-before-p): Remove.
698 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
699
f24485f1
MY
7002004-04-28 Masatake YAMATO <jet@gyve.org>
701
033ad8c6 702 * subr.el (remove-overlays): Make arguments optional.
f24485f1 703
033ad8c6 704 * wid-edit.el (widget-specify-button): Put evaporate to the
f24485f1
MY
705 overlay for sample.
706 (widget-specify-sample): Put evaporate to the overlay for sample.
707 (widget-specify-doc): Put evaporate to the overlay for documentation.
708
5242942f
JH
7092004-04-27 Jesper Harder <harder@ifa.au.dk>
710
711 * info.el (info-apropos): Make it an index node. Align node names
712 like makeinfo.
713
93397360
EZ
7142004-04-27 Eli Zaretskii <eliz@gnu.org>
715
716 * net/browse-url.el (browse-url-netscape-sentinel)
717 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
033ad8c6
SM
718 (browse-url-epiphany-sentinel, browse-url-mosaic):
719 Use browse-url-*-program instead of a literal program name.
93397360 720
0c54865e
EZ
7212004-04-27 Kevin Ryde <user42@zip.com.au>
722
723 * eshell/em-alias.el:
724 * eshell/em-dirs.el:
725 * eshell/em-hist.el:
726 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
727 features when M-x customize-group loads modules before the main
728 eshell.el.
729
12092fb3
EZ
7302004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
731
732 * subr.el (momentary-string-display): Support EXIT-CHAR that is
733 either a character representation of an event or an event
734 description list.
735
27cd478d
EZ
736 * type-break.el: Capitalise Emacs and Lisp.
737 (type-break-good-break-interval, type-break-demo-boring-stats)
738 (type-break-terse-messages, type-break-file-name): New defcustoms.
739 (type-break-post-command-hook)
033ad8c6
SM
740 (type-break-warning-countdown-string): Quote variable names in doc.
741 (type-break-interval-start, type-break-auto-save-file-name): New vars.
27cd478d
EZ
742 (type-break-mode): Document type-break-good-break-interval and the
743 "session" file. Schedule break according to the session file.
744 Kill session file buffer on exit. Organise for save-some-buffers
745 to always save the session file.
746 (type-break-mode-line-message-mode, type-break-query-mode):
747 Uppercase arguments.
748 (type-break-file-time, type-break-file-keystroke-count, timep)
749 (type-break-choose-file, type-break-get-previous-time)
750 (type-break-get-previous-count): New defuns.
751 (type-break): Avoid break querying after a completed break in the
752 case where the query was initiated during user invocation of the
033ad8c6
SM
753 break. Optional terse messages.
754 Use type-break-good-break-interval if type-break-good-rest-interval is
27cd478d
EZ
755 nil. File the break time.
756 (type-break-schedule): New optional args for overriding the use of
757 the current time.
758 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
759 after a break.
760 (type-break-check): File the keystroke count.
761 (type-break-do-query): Prevent a second query when the break is
762 interrupted. Optional terse message.
033ad8c6 763 (type-break-keystroke-reset): Record the start of a typing interval.
27cd478d
EZ
764 (type-break-demo-boring): Optional terse messages. Display word
765 per minute and keystroke counts according to
766 type-break-demo-boring-stats.
767
aecb322b
EZ
7682004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
769
770 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
771 directories, make sure they exist under archive-tmpdir.
772
eb982898
JL
7732004-04-27 Juri Linkov <juri@jurta.org>
774
775 * help.el (view-emacs-news): With argument, display info for the
776 selected version by finding it among different NEWS files, and
777 narrowing the buffer to the selected version.
778
779 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
780 same-window-buffer-names.
781 (info): New arg `buffer'. Use it. Doc fix. Read file name for
782 non-numeric prefix argument, append the number to the buffer name
783 for numeric prefix argument.
784 (info-other-window): Bind same-window-regexps to nil.
785 (Info-reference-name): Rename to Info-point-loc.
786 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
787 and Info-find-index-name for stringy Info-point-loc.
788 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
789 without middle `.', but with final `.' and optional line number
790 for it. Set Info-point-loc for index nodes.
791 (Info-index): Remove middle `.' from index entry regexp.
792 Modify line number regexp.
793 (Info-index-next): Decrement line number.
794 (info-apropos): Remove middle `.' from index entry regexp.
795 Add optional line number regexp at the end. Add matched value
796 for line number to the result list and insert it to the buffer.
a6095665
JL
797 Replace match-string by match-string-no-properties.
798 Reorder result list.
eb982898
JL
799 (Info-fontify-node): Hide index line numbers.
800 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
801 empty matches.
802 (Info-follow-reference): Use `str' instead of
803 Info-following-node-name-re.
804 (Info-toc): Use full file names. Set Info-current-node to "Top".
805 (Info-fontify-node): Compare file names without directory name.
806 (Info-try-follow-nearest-node): Don't set Info-reference-name.
807 Set second arg of Info-extract-menu-node-name for index nodes.
808 (info-xref-visited): Use magenta3 instead of magenta4.
809 (Info-mode): Add info-apropos to docstring.
810
811 * log-view.el (log-view-diff): Replace interactive code "r"
812 by a list to allow to call it even if region is not active.
813
814 * paren.el (show-paren-highlight-openparen): New var.
815 (show-paren-function): Turn on openparen highlighting when
816 matching forward if show-paren-highlight-openparen is non-nil.
817
818 * simple.el (kill-ring-save): Use blink-matching-delay instead of
819 the constant value 1.
820 (completions-common-part): Expand docstring.
821
822 * textmodes/picture.el (picture-mode-map): Add arrow keys.
823
360fe9d2
KS
8242004-04-27 Kim F. Storm <storm@cua.dk>
825
826 * image.el (insert-sliced-image): Use line-height instead of
827 line-spacing property on newline.
828
ebb39555 8292004-04-26 Lars Hansen <larsh@math.ku.dk>
6c61299c 830
ebb39555
LH
831 * desktop.el (desktop-buffer-misc-data-function): Rename to
832 desktop-save-buffer and change docstring.
833 (desktop-buffer-modes-to-save): Delete.
834 (desktop-save-buffer-p): Use desktop-save-buffer instead of
835 desktop-buffer-modes-to-save.
836 (desktop-save): Rename desktop-buffer-misc-data-function to
837 desktop-save-buffer and allow non-function value.
838 (desktop-missing-file-warning): Correct docstring.
eb982898 839
ebb39555
LH
840 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
841 to desktop-save-buffer.
eb982898 842
ebb39555
LH
843 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
844 desktop-save-buffer.
eb982898 845
ebb39555 846 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
eb982898 847
ebb39555
LH
848 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
849
1d359d88
EZ
8502004-04-26 Eli Zaretskii <eliz@gnu.org>
851
033ad8c6 852 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
1d359d88 853
ee9cd72d
LT
8542004-04-25 Luc Teirlinck <teirllm@auburn.edu>
855
856 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
857 (ielm): Only go to the end of the buffer when starting a new process.
858
76364803
JB
8592004-04-25 Juanma Barranquero <lektu@terra.es>
860
861 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
862 mode line. Bind `inhibit-read-only' to t before modifying
863 properties of text in the buffer.
864 (ielm): Force point to the end of buffer, even when running ielm
865 from inside itself.
866
82f1aca9
JH
8672004-04-25 Jesper Harder <harder@ifa.au.dk>
868
869 * info.el (info-apropos): Reset Info-complete-cache.
870
dbd97672
DP
8712004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
872
873 * progmodes/compile.el (compilation-error-regexp-alist-alist):
874 Also recognize severe Irix et al. messages.
875 (compilation-normalize-filename, compile-abbreviate-directory):
876 Delete functions.
877 (compilation-get-file-structure): New function inherits
878 functionality of the two preceding ones.
033ad8c6
SM
879 (compilation-internal-error-properties, compilation-fake-loc):
880 Use it so that different paths to the same file share the same
dbd97672
DP
881 markers. Also optimize finding adjacent marker slightly.
882
9ff3aa31
KS
8832004-04-25 Kim F. Storm <storm@cua.dk>
884
885 * image.el (insert-sliced-image): Add line-spacing t property
886 to newlines separating image lines.
887
759f960a
LT
8882004-04-24 Luc Teirlinck <teirllm@auburn.edu>
889
21fb7588
LT
890 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
891
759f960a
LT
892 * ielm.el (ielm-prompt-read-only): New user option.
893 (ielm-prompt): Expand docstring to describe new behavior.
894 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
895 mention it in the docstring.
896
fd75d62d
AS
8972004-04-24 Andreas Schwab <schwab@suse.de>
898
14116f3c
AS
899 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
900
fd75d62d
AS
901 * diff.el (diff): Set default-directory in diff buffer.
902
473551ac
EZ
9032004-04-24 Eli Zaretskii <eliz@gnu.org>
904
6f60853a
EZ
905 * mail/sendmail.el (mail-bury): Don't delete the frame where the
906 mail was being composed if the terminal cannot display more than
907 one frame; instead, switch to previous frame.
908
473551ac
EZ
909 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
910 (rmail-start-mail): Support rmail-mail-new-frame even on
911 terminals that can display only one frame at a time.
912
033ad8c6
SM
9132004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
916 (checkdoc-output-font-lock-keywords): Remove error regexp.
917 (checkdoc-output-mode-map): Remove.
918 (checkdoc-output-mode): Derive from compilation-mode.
919 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
920
921 * dired.el (dired-mode-map): Add a menu entry for wdired.
922
923 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
924 (rx-bracket, rx-check-any, rx-any): Clean up name space.
925
926 * wdired.el: (wdired-mode-map): Move init into declaration.
927 Fix `return' binding.
928 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
929 Use force-mode-line-update.
930 (wdired-get-filename): Use `unless'.
931 (wdired-preprocess-files): Don't assume names have no \n and use / for
932 dir separator.
933 (wdired-normalize-filename): Use replace-regexp-in-string.
934 (wdired-load-hooks): Remove.
935 (wdired-mode-hooks): Rename to wdired-mode-hook.
936
937 * info-look.el: Add support for cfengine-mode.
938 (info-lookup-setup-mode): Use dolist.
939
9402004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
941
942 * wdired.el: New file.
943
c62aec78
JB
9442004-04-23 Juanma Barranquero <lektu@terra.es>
945
946 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
947
948 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
949 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
950 (pcomplete--help, pcomplete--here): Doc fixes.
951
4b284383
JB
9522004-04-23 Andre Spiegel <spiegel@gnu.org>
953
954 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
955 handles wrong-number-of-arguments in backend call.
956
957 * vc.el (vc-print-log): Likewise.
958
033ad8c6
SM
9592004-04-20 Dave Love <fx@gnu.org>
960
961 * emacs-lisp/rx.el: Doc fixes.
962 (rx-constituents): Add/extend many forms.
963 (rx-check): Check form is a list.
964 (bracket): Defvar.
965 (rx-check-any, rx-any, rx-check-not): Modify.
966 (rx-not): Simplify.
967 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
968 (rx-kleene): Use rx-trans-forms.
969 (rx-quote-for-set): Delete.
970 (rx): Allow multiple args.
971
f24814e0
KH
9722004-04-23 Kenichi Handa <handa@m17n.org>
973
033ad8c6 974 * international/mule-util.el (char-displayable-p): Simplify by
f24814e0
KH
975 using internal-char-font.
976
d814862a
JB
9772004-04-23 Juanma Barranquero <lektu@terra.es>
978
979 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
980
6fc049f6
SM
9812004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
982
983 * diff-mode.el (diff-next-error): New fun.
984 (diff-mode): Use it.
985
986 * simple.el (next-error): Change arg name.
987 Add support for the documented C-u C-x ` usage.
988
989 * frame.el (special-display-popup-frame, next-multiframe-window)
990 (previous-multiframe-window): Only consider frames on same display.
991
2a3f604d
LH
9922004-04-22 Lars Hansen <larsh@math.ku.dk>
993
994 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
995 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
996
879054ea
KS
9972004-04-22 Kim F. Storm <storm@cua.dk>
998
999 * net/telnet.el (telnet): Add optional port arg.
1000
063a45c5
SM
10012004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1004 Minor sanity check on the `hyperlink' slot.
1005
1006 * Makefile.in (recompile): Compile new files.
1007
1008 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
1009 Add byte-recompile-directory's optional `arg'.
1010
1011 * cvs-status.el (cvs-tree-use-charset): New var.
1012 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
1013 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
1014 (cvs-status-cvstrees): Use it.
1015
1016 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
1017 Make it a normal major mode.
1018 (checkdoc-buffer-label): Make sure the file name is meaningful.
1019 (checkdoc-output-to-error-buffer): Remove.
1020 (checkdoc-error, checkdoc-start-section): Rewrite.
1021
1022 * info.el (info-node, info-menu-5, info-xref, info-header-node)
1023 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1024 (Info-title-4-face): Use new syntax.
1025 (info-xref-visited): Inherit from info-xref.
1026
1027 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
1028
d88beab5
KS
10292004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
1030
1031 * simple.el (next-error-last-buffer, next-error-function):
1032 New variables for the next-error framework.
1033 (next-error-buffer-p): New function.
1034 (next-error-find-buffer): Generalize compilation-find-buffer.
1035 (next-error, previous-error, first-error, next-error-no-select)
1036 (previous-error-no-select): Move from compile.el.
1037
1038 * replace.el (occur-next-error, occur-1): Hook into the next-error
1039 framework.
1040
1041 * progmodes/compile.el (compilation-start):
1042 Set next-error-last-buffer so next-error knows where to jump.
1043 (compilation-setup): Set the buffer-local variable
1044 next-error-function to 'compilation-next-error-function.
1045 (compilation-buffer-p, compilation-buffer-internal-p): Use an
1046 alternate way to find if a buffer is a compilation buffer, for
1047 next-error convenience.
1048 (next-error-no-select, previous-error-no-select, next-error)
1049 (previous-error, first-error): Move to simple.el.
1050 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
1051 (compilation-last-buffer): Remove.
1052 (compilation-start, compilation-next-error, compilation-setup)
1053 (compilation-next-error-function, compilation-find-buffer):
1054 Remove compilation-last-buffer use.
1055
a568a2cc
JB
10562004-04-21 Juanma Barranquero <lektu@terra.es>
1057
1058 * makefile.w32-in (WINS): Add url/ directory.
1059
1060 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
1061 (font-lock-warning-face): Fix spacing.
1062
54b06e66 10632004-04-21 Lars Hansen <larsh@math.ku.dk>
a568a2cc 1064
063a45c5
SM
1065 * desktop.el (desktop-buffer-mode-handlers): New variable.
1066 Alist of major mode specific functions to restore a desktop buffer.
a568a2cc 1067 (desktop-buffer-handlers): Make variable obsolete.
063a45c5
SM
1068 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
1069 Catch errors signaled in handlers. Update buffer count.
1070 Evaluate desktop-buffer-point.
54b06e66
LH
1071 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
1072 move to dired.el.
1073 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
1074 move to info.el.
1075 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
1076 move to mail/rmail.el.
1077 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
1078 to mh-e/mh-e.el.
a568a2cc
JB
1079 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
1080 On fail, print message (to message buffer) even if
54b06e66 1081 desktop-missing-file-warning is nil.
a568a2cc
JB
1082 (desktop-buffer-misc-data-function): New buffer local variable.
1083 Function returning major mode specific data.
54b06e66
LH
1084 (desktop-buffer-misc-functions): Make variable obsolete.
1085 (desktop-save): Use desktop-buffer-misc-data-function.
1086 (desktop-buffer-dired-misc-data): Rename to
1087 dired-desktop-buffer-misc-data and move to dired.el.
1088 (desktop-buffer-info-misc-data): Rename to
1089 Info-desktop-buffer-misc-data and move to info.el.
063a45c5 1090 (desktop-read): Add message about number of buffers restored/failed.
a568a2cc
JB
1091 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
1092 Add parameters. Pause to display error only when
54b06e66 1093 desktop-missing-file-warning is non-nil.
a568a2cc 1094 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
fbcb9529 1095 (dired-mode): Bind desktop-buffer-misc-data-function.
a568a2cc
JB
1096 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
1097 Add Parameters.
1098 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
fbcb9529 1099 (Info-mode): Bind desktop-buffer-misc-data-function.
a568a2cc
JB
1100 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
1101 Add Parameters.
1102 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
1103 Add Parameters.
54b06e66 1104
e921af9e
RS
11052003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
1106
a4391d42
EZ
1107 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
1108 the case of letters in case-insensitive expansions when the
1109 abbrev is preceded by characters with letter syntax.
e921af9e 1110
0ce7de92
RS
11112004-04-21 Richard M. Stallman <rms@gnu.org>
1112
1113 * progmodes/cperl-mode.el (cperl-putback-char):
1114 Delete Emacs 18 definition.
1115
a568a2cc 1116 * international/mule.el (ctext-post-read-conversion):
0ce7de92 1117 Use assoc-string, not assoc-ignore-case.
a568a2cc 1118
0ce7de92
RS
1119 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
1120
1121 * emacs-lisp/easymenu.el (easy-menu-add):
1122 Do call x-popup-menu, but only if it's defined.
1123
1124 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
1125
1126 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
1127 Handle multiple args: compile like progn.
1128
1129 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
1130 take all args as &rest arg.
1131
1132 * autoinsert.el (auto-insert-alist): Insert the user's name in
1133 copyright notice, rather than Free Software Foundation.
1134
02f32cf0
KH
11352004-04-21 Kenichi Handa <handa@m17n.org>
1136
1137 * descr-text.el (describe-char): Make it work on *Help* buffer.
1138
c7b08a9d
KS
11392004-04-21 Kim F. Storm <storm@cua.dk>
1140
1141 * image.el (insert-image): Add optional SLICE arg.
1142 (insert-sliced-image): New defun.
1143
d58f8753
SM
11442004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
1145
1146 * subr.el (read-number): Check whether `default' is nil.
1147
11482004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1149
1150 * progmodes/compile.el (compilation-error-properties):
1151 Split into two.
1152 (compilation-internal-error-properties): New one.
a568a2cc 1153 (compilation-compat-error-properties): Use it. Fix the non-marker case.
d58f8753 1154
6b3b4dbb
RS
11552004-04-20 Richard M. Stallman <rms@gnu.org>
1156
c7b08a9d 1157 * window.el (split-window-save-restore-data):
6b3b4dbb
RS
1158 Don't update the data if OLD-INFO is nil.
1159
1160 * view.el (view-return-to-alist): Mark it permanent local.
1161
1162 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
1163
1164 * recentf.el (recentf-save-list): Catch and warn about errors.
1165
1166 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
1167 so "Buffers" won't be pure.
1168
1169 * help-mode.el (help-mode-finish): Set help-return-alist first
1170 thing, setting only the entry for the selected window.
1171
1172 * help-fns.el (describe-function-1): If many non-control non-meta
1173 keys run the command, don't list all of them.
1174
1525ea1e
JB
11752004-04-20 Juanma Barranquero <lektu@terra.es>
1176
b349012b
JB
1177 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
1178 arg. Copied from Andre Spiegel's patch of 2004-03-21.
1179
1525ea1e
JB
1180 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
1181
5b6156fa
KH
11822004-04-20 Kenichi Handa <handa@m17n.org>
1183
1184 * international/quail.el (quail-lookup-key): New optional arg
1185 NOT-RESET-INDICES.
1186 (quail-get-translations): Call quail-lookup-key with
1187 NOT-RESET-INDICES t.
1188 (quail-completion): Likewise.
1189 (quail-lookup-map-and-concat): Likewise.
1190
a19788b1
KH
11912004-04-20 Kenichi Handa <handa@m17n.org>
1192
1193 * international/quail.el (quail-update-translation): Don't insert
1194 such an unsupported multibyte char in a unibyte buffer.
1195
d481033a
NR
11962004-04-20 Nick Roberts <nick@nick.uklinux.net>
1197
1198 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
1525ea1e
JB
1199 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
1200 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
d481033a
NR
1201 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
1202 (gdb-frame-assembler-buffer): Improve behaviour with
1203 multiple frames.
1204 (gdb-display-buffer): Extend search to all visible frames.
1205
177cd3b9
EZ
12062004-04-19 Eli Zaretskii <eliz@gnu.org>
1207
1208 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
1209 characters left after base64 decoding.
1210 (rmail-decode-region): Use -dos variety of `coding', to remove any
1211 ^M characters left after qp or base64 decoding.
1212
d8dc1ccc
JD
12132004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1214
d58f8753 1215 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
d8dc1ccc
JD
1216 messages.
1217
d9ee5172
SE
12182004-04-19 Stephen Eglen <stephen@gnu.org>
1219
1220 * add-log.el (add-change-log-entry): Update doc string to mention
1221 add-log-full-name and add-log-mailing-address.
1222
d1d37da8
JL
12232004-04-18 Juri Linkov <juri@jurta.org>
1224
1225 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
1226 (Info-find-node-2): Simplify error message.
1227 (Info-insert-dir): Use Info-following-node-name.
1228 (Info-goto-node): Remove *info-history* and *info-toc*.
1229 (Info-history): Create a node of the virtual history file.
1230 (Info-toc): Create a node of the virtual toc file.
1231 (Info-insert-toc): New arg `curr-file' for reference file names.
1232 (info-apropos): Remove redundant var binding for temp-file.
1233 (Info-index, Info-index-next, Info-mode): Doc fix.
1234 (Info-goto-emacs-command-node): Don't jump to *info* from
1235 non-*info* Info buffers.
1236 (Info-fontify-node): Don't show the file name of external
1237 references if `Info-hide-note-references' is `hide'. Don't hide
1238 newlines at the end of paragraphs.
1239
1240 * international/mule-diag.el (list-input-methods):
1241 Fix args to help-xref-button.
1242
72266056
JL
1243 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
1244 to put into effect local variables from TUTORIAL files.
1245
1246 * textmodes/paragraphs.el (sentence-end) <function>: New fun
1247 with default value taken from the variable `sentence-end'.
1248 (sentence-end) <defcustom>: Set default to nil. Doc fix.
1249 Add nil const to :type.
1250 (sentence-end-without-period, sentence-end-double-space)
1251 (sentence-end-without-space): Doc fix.
1252
1253 * textmodes/paragraphs.el (forward-sentence):
1254 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
1255 (fill-delete-newlines):
d58f8753
SM
1256 * progmodes/cc-cmds.el (c-beginning-of-statement):
1257 Use function `sentence-end' instead of variable `sentence-end'.
72266056 1258
225df139
AS
12592004-04-18 Andreas Schwab <schwab@suse.de>
1260
1261 * progmodes/compile.el (compilation-start): Set window start to
1262 point-min if compilation-scroll-output is nil.
1263
8fef838b
JW
12642004-04-18 John Wiegley <johnw@newartisans.com>
1265
d58f8753 1266 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
8fef838b 1267
677eb6a5
NR
12682004-04-18 Nick Roberts <nick@nick.uklinux.net>
1269
1270 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
1271 (gdb-info-breakpoints-custom): Revert previous change.
1272 (gdb-view-assembler): Update assembler if necessary.
1273 (gdb-frame-handler): Parse correctly for gdb-current-frame.
1274 (gdb-display-source-buffer): Update properly when both source and
1275 assembler are visible.
1276
554e2741
JW
12772004-04-17 John Wiegley <johnw@newartisans.com>
1278
d58f8753 1279 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
554e2741
JW
1280 which limits the number of names shown in the minibuffer. Off by
1281 default.
1282 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
1283 up iswitchb for users with a multitude of open buffers by showing
1284 only the first and last N/2 buffers in the completion list (which
1285 is enough to aid C-s/C-r, and to know that more characters are
1286 needed to refine the completion list).
1287
1ee652eb
RS
12882004-04-17 Richard M. Stallman <rms@gnu.org>
1289
1290 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
1291 (file-truename): Expand all ~ constructs directly.
1292 (insert-directory): Delete any error msg output by the
1293 `insert-directory-program'.
1294
1295 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
1296 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
1297 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
1298 (allout-init): Use find-file-hook, not find-file-hooks.
1299 (allout-mode): Eliminate Emacs 18 support.
1300 Use write-contents-functions, not local-write-file-hooks.
1301
eb6fb6e2
DP
13022004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
1303
1304 * progmodes/compile.el (compilation-error-properties): Fix for
1305 adding messages when there are already markers for their file.
1306 (compilation-fake-loc): New function.
1307
da879ae8
SM
13082004-04-16 Dave Love <fx@gnu.org>
1309
1310 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
1311 (python-load-file): Fix python-orig-start setting.
1312
1313 * progmodes/compile.el: Doc fixes.
1314 (compilation-error-regexp-alist-alist)
1315 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
1316 (compilation-assq): Wrap in eval-when-compile.
1317 (compilation-mode-font-lock-keywords): Don't use list*.
1318 (compilation-start): Avoid warning.
1319 (compilation-compat-error-properties)
1320 (compilation-directory-properties): Add keymap property.
1321 (compilation-parsing-end): Make it a marker for better compatibility.
1322
1323 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
1324
13252004-04-16 Mark A. Hershberger <mah@everybody.org>
1326
1327 * xml.el: Doc fixes.
1328 (xml-get-children): Only looks at sub-tags and ignore strings.
1329
1330 * xml.el (xml-parse-tag): Avoid overwriting node-name.
1331
13322004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1333
1334 * url/url-util.el (url-debug): Use with-current-buffer.
1335
1336 * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
1337 (url-nfs-create-wrapper): Use new backquote syntax.
1338
1339 * url/url-https.el (url-https-file-attributes): Add id-format param.
1340
1341 * url/url-http.el (url-http-head-file-attributes)
1342 (url-http-file-attributes): Add id-format parameter.
1343
1344 * url/url-handlers.el: Use new find-file-hook.
1345 (url-file-attributes): Add id-format parameter.
1346
1347 * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
1348 (url-file-file-attributes): Add id-format parameter.
1349
1350 * url/url-dav.el: Use with-current-buffer.
1351 (url-dav-process-response): Fix regexps and spurious quote.
1352 (url-dav-file-attributes): Add id-format param.
1353
1354 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
1355
3f0d8131
AS
13562004-04-16 Andre Spiegel <spiegel@gnu.org>
1357
1358 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
1359
1360 * vc.el (vc-print-log): Likewise.
1361
9a1120ea
MY
13622004-04-16 Masatake YAMATO <jet@gyve.org>
1363
1364 * simple.el (completion-setup-function): Set an initial value
a568a2cc 1365 to `element-common-end' before entering loop. Set a value
9a1120ea 1366 to `element-common-end' at the end of loop.
da879ae8 1367 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
6a4940b2
MY
1368 (completions-common-part): Rename from completion-de-emphasis.
1369 (completions-first-difference): Rename from completion-emphasis.
1370 Suggested by RMS.
9a1120ea 1371
dc5dcc00
JB
13722004-04-16 Juanma Barranquero <lektu@terra.es>
1373
1374 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
1375 (bookmark-edit-annotation-mode): Add mode name.
1376
da879ae8
SM
13772004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
1380 for nested conflict markers.
1381 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
1382
865f6a21
NR
13832004-04-15 Nick Roberts <nick@nick.uklinux.net>
1384
1385 * progmodes/gdb-ui.el (gdb-goto-info): New function.
1386
1387 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
1388
96ef1feb
SM
13892004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1390
572943b3
SM
1391 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
1392 Give a backtrace if requested.
1393
1394 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
1395
1396 * progmodes/python.el (python-mouse-2-command, python-RET-command):
1397 Remove unused functions.
1398 (python-orig-start-line, python-orig-file): Remove.
1399 (python-orig-start): New var.
1400 (python-input-filter, python-compilation-line-number)
1401 (python-send-region, python-load-file): Use it.
1402
f4e432bb 1403 * info.el (info): Always jump to *info*.
96ef1feb
SM
1404
1405 * subr.el (posn-set-point): New function.
1406
1407 * mouse.el (mouse-set-point): Use it.
1408
1409 * progmodes/compile.el (compile-goto-error): Use it.
f4e432bb
SM
1410 (compilation-button-map): New keymap.
1411 (compilation-error-properties): Use it.
1412 (compilation-shell-minor-mode-map): Don't bind mouse-2.
96ef1feb
SM
1413
1414 * smerge-mode.el (smerge-popup-context-menu): Use it.
1415
1416 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
1417 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
1418 mouse and non-mouse case.
1419
1420 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
1421 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
1422
f4e432bb
SM
1423 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
1424 Make it work for non-mouse events.
1425
1426 * pcvs-info.el (cvs-status-map): Update binding name.
1427
14282004-04-14 Mark A. Hershberger <mah@everybody.org>
1429
1430 * xml.el (xml-maybe-do-ns): New function to handle namespace
1431 parsing of both attribute and element names.
1432 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
1433 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
1434 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
1435 (xml-parse-attlist): Make it do its own namespace parsing.
1436
14372004-04-14 Dave Love <fx@gnu.org>
1438
572943b3
SM
1439 * progmodes/python.el (run-python): Fix use of \n.
1440 (python-load-file): Remove `try' from Python fragment.
1441 (python-describe-symbol): Fix message.
1442
f4e432bb
SM
1443 * comint.el: Doc fixes.
1444 (comint-last-input-start, comint-last-input-end)
1445 (comint-last-output-start): Give them values.
1446 (comint-arguments): Avoid warning.
1447 (comint-skip-prompt): Use line-end-position.
1448 (comint-backward-matching-input): Rename arg to agree with doc.
1449 (comint-extract-string): Use syntax-ppss.
1450 (comint-dynamic-simple-complete): Delete useless list construction.
1451 (comint-redirect-subvert-readonly): New.
1452 (comint-redirect-preoutput-filter): Use it.
1453
1454 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
1455 Correctly handle negative arguments when calling hook functions.
1456
37600b6d
JH
14572004-04-14 Jesper Harder <harder@ifa.au.dk>
1458
1459 * info.el (info-apropos): Don't clobber Info-history-list.
1460
b3a7f48f
DP
14612004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
1462
f4e432bb
SM
1463 * progmodes/compile.el (compilation-setup):
1464 Localize overlay-arrow-position.
b3a7f48f
DP
1465 (compilation-sentinel): Restructure code equivalently.
1466 (compilation-next-error): Find message on same line after point if
1467 not found before point.
1468 (compile-mouse-goto-error): Restore function so that compilation
1469 buffer need not be current and use compile-goto-error.
1470 (compile-goto-error): Restore function.
1471 (next-error): Set overlay-arrow-position.
1472 (compilation-forget-errors): Don't localize already local
1473 compilation-locs and remove FIXME about refontifying.
1474
ed527315
KS
14752004-04-14 Kim F. Storm <storm@cua.dk>
1476
a27ddfaf
KS
1477 * startup.el (emacs-quick-startup): New defvar (set by -Q).
1478 (command-line): New option -Q. Like -q --no-site-file, but
1479 in addition it also disables menu-bar, tool-bar, scroll-bars,
1480 tool-tips, and the blinking cursor.
1481 (command-line-1): Skip startup screen if -Q.
da879ae8 1482 (fancy-splash-head): Use ":align-to center" prop to center splash image.
a27ddfaf 1483
ed527315
KS
1484 * emulation/cua-base.el (cua-read-only-cursor-color)
1485 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
1486
0578dead
SM
14872004-04-13 Dave Love <fx@gnu.org>
1488
1489 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
1490 (syntax): Don't require.
1491 (python) <defgroup>: Add :version.
1492 (python-quote-syntax): Re-written.
1493 (inferior-python-mode): Move stuff here from run-python and add
1494 some more.
1495 (python-preoutput-continuation, python-preoutput-result)
1496 (python-dotty-syntax-table): New.
1497 (python-describe-symbol): Use them.
1498 (run-python): Move stuff to inferior-python-mode. Modify code
1499 loaded into Python.
1500 (python-send-region): Use python-proc, python-send-string.
1501 (python-send-string): Send newlines too. Callers changed.
1502 (python-load-file): Re-written.
1503 (python-eldoc-function): New.
1504 (info-look): Don't require.
1505 (python-after-info-look): New. A modified version of former
1506 top-level code for use with eval-after-load.
1507 (python-maybe-jython, python-guess-indent): Use widened buffer.
1508 (python-fill-paragraph): Re-written.
1509 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
1510 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
1511
40899d7b
SM
15122004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1513
1514 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
1515 Set compilation-error-regexp-alist earlier.
1516
da879ae8
SM
1517 * progmodes/compile.el (compilation-minor-mode-map)
1518 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
1519 (compile-goto-error): Re-merge the mouse and non-mouse commands.
1520
38b9d7d9
SM
15212004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 * progmodes/compile.el (compile-goto-error): Select the buffer/window
1524 corresponding to the event.
1525
1526 * url/url.el (url-retrieve): Use with-current-buffer.
1527
1528 * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
1529 Remove unused var `version'.
1530
1531 * url/url-handlers.el (url-handler-mode): New minor mode.
1532 (url-setup-file-name-handlers): Remove.
1533
74e32821
SM
15342004-04-12 Joe Buehler <jbuehler@hekiman.com>
1535
1536 * loadup.el: Add cygwin to system-type list, for unexec() support.
1537
4ed1f829
JPW
15382004-04-12 John Paul Wallington <jpw@gnu.org>
1539
1540 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
1541 (ibuffer-restore-window-config-on-quit): New variable to replace
1542 `ibuffer-delete-window-on-quit'. Update all references.
1543 (ibuffer-prev-window-config): New variable.
1544 (ibuffer-quit): Restore previous window configuration instead of
1545 deleting window.
74e32821 1546 (ibuffer): Save window configuration before showing Ibuffer buffer.
4ed1f829 1547
efde809a
JPW
1548 * help.el (describe-mode): Doc fix.
1549
6e56e526
JPW
1550 * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
1551 to obsolete `assoc-ignore-case' with calls to `assoc-string'.
1552
888101d6
SM
15532004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1554
1555 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
1556 not to treat nil as a function.
1557
1558 * vc-arch.el (vc-arch-root): Be a bit more careful.
1559 (vc-arch-register): Save the buffer if we modified it.
1560 (vc-arch-delete-rej-if-obsolete): Save excursion.
1561 (vc-arch-find-file-hook): Use the simpler after-save-hook.
1562 (vc-arch-responsible-p, vc-arch-init-version): New functions.
1563
1564 * net/ldap.el (ldap-search): Use list*.
1565
cd478f3d
JL
15662004-04-12 Juri Linkov <juri@jurta.org>
1567
1568 * info.el (Info-follow-reference): Allow multiline reference name.
1569
6f480c7a
SM
15702004-04-11 Dave Love <fx@gnu.org>
1571
888101d6
SM
1572 * url/url-mailto.el (url-mailto):
1573 * url/url-history.el (url-history-setup-save-timer):
1574 * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
1575
1576 * url/url-file.el (url-file-build-filename): Don't use
1577 directory-sep-char.
1578
1579 * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
1580
1581 * url/url-about.el (url-scheme-registry): Defvar.
1582 (url-about): Use text/plain.
1583
1584 * url/url-vars.el (cl): Don't require.
1585 (url): Add :version.
1586 (url-bug-address): Use bug-gnu-emacs.
1587
1588 * url/url-util.el (url-hexify-string): Don't give multibyte error
1589 for char <16.
1590 (mail-header-extract): Autoload.
1591
1592 * url/url-parse.el: Doc fixes.
1593
1594 * url/url-ldap.el (ldap): Require.
1595 (url-ldap): Fix `format' call.
1596 (url-ldap-certificate-formatter): Avoid warning.
1597
1598 * url/url-https.el (url-https-create-secure-wrapper): Use modern
1599 backquotes.
1600
1601 * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
1602 (url-intersection): New.
1603 (url-dav-supported-p): Use it.
1604 (url-dav-save-resource): Declare url-http-response-status special.
1605
1606 * url/url-cache.el (url-util): Require.
1607
1608 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
1609
6f480c7a
SM
1610 * progmodes/python.el: New file.
1611
3c1dc2cb
AS
16122004-04-11 Andre Spiegel <spiegel@gnu.org>
1613
1614 * vc-hooks.el (vc-arg-list): Function removed.
1615 (vc-default-workfile-unchanged-p): Use condition-case to check for
1616 backward compatibility.
1617
1618 * vc.el (vc-print-log): Use condition-case to check for backward
1619 compatibility.
1620
ee213e98
JL
16212004-04-11 Juri Linkov <juri@jurta.org>
1622
1623 * dired.el (dired-faces): New defgroup.
1624 (dired-header, dired-mark, dired-marked, dired-flagged)
1625 (dired-warning, dired-directory, dired-symlink, dired-ignored):
1626 New faces.
1627 (dired-header-face, dired-mark-face, dired-marked-face)
1628 (dired-flagged-face, dired-warning-face, dired-directory-face)
1629 (dired-symlink-face, dired-ignored-face): New face variables.
1630 (dired-font-lock-keywords): Use them instead of font-lock faces.
1631 Split the rule for dired marks into 3 separate rules: for marks,
1632 marked file names and flagged file names.
1633
1634 * help-mode.el (help-make-xrefs): Add a final newline to the
1635 *Help* buffer.
1636
dbed3cd3
JPW
16372004-04-11 John Paul Wallington <jpw@gnu.org>
1638
1639 * replace.el (occur-engine): Distinguish between one and several
1640 matches in the matches per buffer heading.
1641
539859c3
KS
16422004-04-11 Kim F. Storm <storm@cua.dk>
1643
1644 * ido.el (ido-confirm-unique-completion): New defcustom.
1645 (ido-complete): Use it.
1646 (ido-write-file): Set it to t unconditionally.
1647
1f3ddf11
MB
16482004-04-10 Miles Bader <miles@gnu.org>
1649
1650 RCS keyword removal (only non-comment changes are enumerated here):
1651
1652 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
1653 (byte-compile-insert-header): Don't use `byte-compile-version'.
1654 * url/url-vars.el (url-version): Use the constant string "Emacs"
1655 instead of calculating something from the RCS `State' keyword
1656 [the latter is almost entirely useless anyway].
1657 * forms.el (forms-version): Variable removed.
1658 (forms-mode): Don't use `forms-version'.
1659 * recentf.el (recentf-version): Variable removed.
1660 * progmodes/delphi.el (delphi-version): Variable removed.
1661 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
1662
40899d7b
SM
16632004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1664
1665 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
1666
7b30b20c
JH
16672004-04-09 Jesper Harder <harder@ifa.au.dk>
1668
1669 * info.el (info-apropos): Improve menu item regexp.
1670
758b7b09
SJ
16712004-04-09 Simon Josefsson <jas@extundo.com>
1672
1673 * mail/smtpmail.el: Add comment, based on report by
1674 kdc@rcn.com (Kevin D. Clark).
1675
91fa27cd
SM
16762004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1677
1678 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1679 Redo one more thing that I didn't notice Daniel had undone.
1680
e20b265a
NR
16812004-04-08 Nick Roberts <nick@nick.uklinux.net>
1682
dc5dcc00 1683 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
e20b265a
NR
1684 (gdb-goto-breakpoint, gdb-display-buffer)
1685 (gdb-display-source-buffer, gdb-view-source-function)
1686 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
1687 (gdb-source-info, gdb-frame-handler): Don't specify a window
1688 for display.
1689 (gdb-info-breakpoints-custom): Remove superfluous update of
1690 assembler buffer.
1691 (gdb-many-windows): Make settable outside gdb.
1692
79b42981
GM
16932004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
1694
1695 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
1696 Derive from fundamental-mode rather than text-mode.
1697
8a7757f6
JL
16982004-04-08 Juri Linkov <juri@jurta.org>
1699
1700 * info.el (Info-history): Doc fix.
1701 (Info-history-list): New var.
1702 (info-xref): Change magenta4 to blue, remove bold for dark and
1703 light backgrounds, change bold to underline for non-color classes.
1704 (info-xref-visited): New face.
1705 (Info-fontify-visited-nodes): New custom.
1706 (Info-hide-note-references): Add new value `hide'. Doc fix.
1707 (Info-reference-name): New var.
1708 (Info-selection-hook): New custom.
1709 (Info-edit-mode-hook): New var.
1710 (Info-find-file): New fun.
1711 (Info-find-node): Move part of code to Info-find-file.
1712 (Info-find-node-2): Add anchors to Info-history-list. Move point
1713 to the place with the reference name if name is defined.
1714 (Info-select-node): Add current node to Info-history-list.
1715 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
1716 (Info-search-whitespace-regexp): New custom.
1717 (Info-search-case-fold): New var.
cb53a351
SM
1718 (Info-search): Add "case-sensitively" to the prompt.
1719 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
8a7757f6
JL
1720 (Info-search-case-sensitively, Info-search-next): New fun.
1721 (Info-up): Move point to the menu item of the current node.
a568a2cc
JB
1722 (Info-history): New fun. Add *info-history* to
1723 same-window-buffer-names.
8a7757f6
JL
1724 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
1725 (Info-insert-toc): New fun.
1726 (Info-build-toc): New fun.
1727 (Info-follow-reference): Add new arg `fork'. Doc fix.
1728 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
1729 with the same name prefer the reference closest to point.
1730 (Info-next-reference): Replace * by + in the *Note regexp.
1731 Add regexp for http:// and ftp://. Skip the *Note prefix.
1732 (Info-prev-reference): Replace * by + in the *Note regexp.
1733 Add regexp for http:// and ftp://. Skip the *Note prefix.
1734 (Info-follow-nearest-node): Add new arg `fork'.
1735 (Info-try-follow-nearest-node): Add new arg `fork'.
1736 Call browse-url for http:// and ftp:// references.
1737 Set Info-reference-name for index entries.
1738 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
1739 Info-search-next, Info-history, Info-toc, clone-buffer.
1740 (Info-menu-update): Replace * by + in the *Note regexp.
1741 (Info-mode): Add documentation for Info-history, Info-toc,
1742 Info-search-case-sensitively, Info-search-next, clone-buffer.
1743 (Info-fontify-menu-headers): Remove fun. Move code to
1744 Info-fontify-node.
1745 (Info-fontify-node): Add docstring. Add local vars
1746 fontify-visited-p and not-fontified-p. If not-fontified-p is t
1747 then fontify header line, titles, menu headers, http and ftp
1748 references, refill paragraphs. If not-fontified-p is t or
1749 fontify-visited-p is t then fontify cross references, menu items.
cb53a351
SM
1750 Fontify menu headers. Fontify http and ftp references.
1751 Change regexp for cross references to require whitespace after *Note,
1752 add matching groups for file and node names. Remove hack for quote.
8a7757f6
JL
1753 Use display property for Info-hide-note-references=t. Use fifth
1754 or fourth match for help-echo. Display visited nodes in a
cb53a351
SM
1755 different face. Unhide file names of external references.
1756 Unhide newlines. Display visited menu items in a different face.
1757
91fa27cd
SM
17582004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1759
1760 * progmodes/compile.el: Require CL.
1761 (compilation-mode-font-lock-keywords): Re-install the "line as
1762 function" patch.
1763
1764 * help-fns.el (help-C-source-directory): New var.
1765 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
1766 (describe-function-1, describe-variable): Use them.
1767
1768 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
1769 to C source files specially.
1770
0c1b7af5
JL
17712004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
1772
1773 * info.el (Info-hide-cookies-node): New function.
1774 (Info-select-node): Use it.
1775 (Info-display-images-node): Remove message with image file name.
1776
f6164cdd
DP
17772004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
1778
1779 * progmodes/compile.el (compilation-warning-face)
1780 (compilation-info-face, compilation-skip-threshold)
cb53a351
SM
1781 (compilation-skip-visited, compilation-context-lines):
1782 Declare :version when added to Emacs.
f6164cdd
DP
1783 (compilation-error-regexp-alist-alist): Extend caml and irix.
1784 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
1785 (compilation-mode-font-lock-keywords): Temporarily undo line as
1786 function patch, which wasn't ready.
1787
3a8b6993
KH
17882004-04-07 Kenichi Handa <handa@m17n.org>
1789
1790 * international/latin1-disp.el (latin1-display-setup): Check each
1791 character is displayable or not instead of calling
1792 latin1-display-check-font.
1793
3699afe8
KH
17942004-04-06 Kenichi Handa <handa@m17n.org>
1795
cb53a351
SM
1796 * language/ethio-util.el (ethio-sera-being-called-by-w3):
1797 New variable.
3699afe8
KH
1798 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
1799 instead of sera-being-called-by-w3.
1800 (ethio-fidel-to-sera-buffer): Likewise.
1801 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
1802 instead of sera-being-called-by-w3.
1803 (ethio-write-file): Likewise.
1804
f88aa6e5
VJL
18052004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1806
1807 * printing.el: Dox fix.
1808
38e33352
NR
18092004-04-05 Nick Roberts <nick@nick.uklinux.net>
1810
1811 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
1812 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
1813 (gdb-setup-windows): Only use separate IO buffer if required.
1814
c953fe1b
KS
18152004-04-06 Kim F. Storm <storm@cua.dk>
1816
1817 * term.el (term-is-xemacs): Remove.
1818 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
1819 (term-window-width): New function.
1820 (term-mode, term-check-size): Use it.
1821 (term-mode): Disable overflow-newline-into-fringe in term buffer.
1822
8e4d1662
PA
18232004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
1824
cb53a351 1825 * cus-edit.el (custom-add-parent-links): Change unbound variable
c953fe1b 1826 `symbol' to `name'.
8e4d1662 1827
cbfbd37d 18282004-04-05 Jesper Harder <harder@ifa.au.dk>
ab2f22ad
JH
1829 * info.el (info-apropos): New function.
1830 (Info-mode-menu): Add it.
1831 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
1832
1d0a6ebb
JH
1833 * help-mode.el (help-make-xrefs): Recognize aliased variable with
1834 inherited docstring.
1835
cbfbd37d
JH
1836 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
1837
cb53a351
SM
18382004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
1841
1842 * progmodes/compile.el (font-lock): Don't require any more.
1843 (compilation-error-properties, compilation-start, compilation-sentinel)
1844 (compilation-filter, next-error): Use with-current-buffer.
1845 (compilation-skip-to-next-location, compilation-skip-threshold)
1846 (compilation-skip-visited): Move to silence the byte-compiler.
1847 (compilation-setup): Simplify.
1848 (compilation-next-error): Use line-(beginning|end)-position.
1849 Make sure `pt' is non-nil before using compilation-loop.
1850 (compile-goto-error): Add optional event arg. Use it.
1851 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
1852 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
1853 Update the binding for mouse-2.
1854 (first-error): Set compilation-current-error to nil rather than bob.
1855 (compilation-parsing-end, compilation-parse-errors-function)
1856 (compilation-error-list, compilation-old-error-list):
1857 "New" compatibility variables.
1858 (compile-buffer-substring, compilation-compat-error-properties)
1859 (compilation-compat-parse-errors, compilation-forget-errors):
1860 New compatibility functions.
1861 (compilation-mode-font-lock-keywords): Use them.
1862
1f41bcba
LT
18632004-04-04 Luc Teirlinck <teirllm@auburn.edu>
1864
1865 * autorevert.el (auto-revert-handler): If point (or a window
1866 point) is at the end of the buffer, keep it there after
1867 reverting. This allows to tail a file.
1868 Mention this in the `Commentary'.
1869
1870 * format.el (format-write-file): Add optional argument CONFIRM
1871 and make it behave like the analogous argument to `write-file'.
1872
6411a60a
VJL
18732004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1874
1875 * progmodes/ebnf2ps.el: Doc fix.
1876 (ebnf-version): New version number (4.2).
1877 (ebnf-syntax): Customization and docstring fix.
cb53a351
SM
1878 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
1879 Put autoloaded funs before first use.
6411a60a
VJL
1880 (ebnf-style-database): Add dtd entry.
1881 (ebnf-syntax-alist): Add dtd initialization.
1882 (ebnf-token-sequence): New fun.
1883 (ebnf-comment-table): Add new comment action character.
cb53a351 1884 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
6411a60a
VJL
1885
1886 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
1887 Type Definition for XML).
1888
cb53a351
SM
1889 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
1890 * progmodes/ebnf-bnf.el (ebnf-sequence):
1891 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
1892 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
1893 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
1894 Code simplification: call ebnf-token-sequence.
6411a60a 1895
c1994268
EZ
18962004-04-04 Eli Zaretskii <eliz@gnu.org>
1897
1898 * calendar/timeclock.el (timeclock-relative)
1899 (timeclock-get-project-function, timeclock-get-workday-function)
1900 (timeclock-query-out, timeclock-when-to-leave)
1901 (timeclock-when-to-leave-string, timeclock-log-data)
1902 (timeclock-generate-report, timeclock-in): Doc fixes.
1903
aa81d8d2
SM
19042004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1905
1906 * url: Import the URL package from its repository.
1907
cb53a351
SM
1908 * url/url-methods.el:
1909 * url/url-parse.el: Don't require url-auto.
1910
5c84686c
AS
19112004-04-03 Andreas Schwab <schwab@suse.de>
1912
1913 * diff-mode.el (diff-mode): Fix missing quote.
1914
35aeddc4
JL
19152004-04-03 Juri Linkov <juri@jurta.org>
1916
1917 * descr-text.el (describe-property-list): Add `font-lock-face'.
1918
1919 * dired.el (dired-font-lock-keywords): Fix permission regexps.
1920
bcfa9925
JD
19212004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1922
aa81d8d2
SM
1923 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
1924 Use utf-16le on little endian machines and utf-16be otherwise.
bcfa9925 1925
6555a8dd
DK
19262004-04-02 David Kastrup <dak@gnu.org>
1927
1928 * net/browse-url.el (browse-url-generic): Use call-process
1929 instead of start-process to allow browsers that fork and detach.
1930
e5c644da
DP
19312004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
1932
1933 * compile.el (compilation-current-error): New var.
1934 (compilation-setup, compile-mouse-goto-error)
1935 (compile-goto-error, next-error): Use it.
1936 (compilation-skip-to-next-location): Default to t, which gives
1937 contiguous skipping like old compile (where this was redundant).
1938 (compilation-next-error): Prevent previous-* commands from moving
1939 back to message at or just before point.
1940
38253bba
VJL
19412004-04-01 Nick Roberts <nick@nick.uklinux.net>
1942
1943 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
1944 (gdb-source-info): Don't display source at startup, if required.
1945 (gdb-show-main): New option.
1946 (gdba): Update documentation.
1947 (gdb-source): Cover case of auto-display output.
1948
71c8db4c
LT
19492004-03-31 Luc Teirlinck <teirllm@auburn.edu>
1950
1951 * autorevert.el: Delete obsolete autoload's and defvar's.
04e08b8c 1952 (auto-revert-check-vc-info): New user option.
71c8db4c
LT
1953 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
1954 (auto-revert-handler-vc): Delete.
1955 (auto-revert-handler): Treat return value `fast' of
1956 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
1957
1958 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
1959 return `fast'.
1960
1961 * files.el (buffer-stale-function): Doc change.
1962
38253bba 19632004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
606ebcd1 1964
38253bba
VJL
1965 * printing.el: New tip on Tips section.
1966 (pr-version): New version number (6.7.4).
1967 (pr-shell-file-name): Initialization fix.
606ebcd1 1968
3ccd3160
JL
19692004-03-31 Juri Linkov <juri@jurta.org>
1970
1971 * dired.el: Add autoload for `dired-do-touch'.
1972 (dired-touch-program): New var.
1973 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
1974 (dired-no-confirm): Add `touch' to docstring.
1975
1976 * dired-aux.el (dired-do-touch): New fun.
1977 (dired-do-chxxx): Add argument -t for touch operation.
1978
1979 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
1980 `dired-move-to-filename-regexp'.
1981
19822004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
1983
0c1b7af5 1984 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3ccd3160 1985
1ede99a8
VJL
19862004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1987
1988 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
1989 and only if the buffer was modified.
1990
ce4dd05c
KH
19912004-03-30 Kenichi Handa <handa@m17n.org>
1992
1993 * international/characters.el: Delete pairs for U+2308..U+230B.
1994
5d987733
NR
19952004-03-29 Nick Roberts <nick@nick.uklinux.net>
1996
1997 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
1998 to detect the beginning of a level 2 or 3 annotation.
1999
984d06b3
KH
20002004-03-29 Kenichi Handa <handa@m17n.org>
2001
2002 * international/ucs-tables.el (ucs-insert): Fix the error message.
2003
39cc05f5
KH
20042004-03-29 Kenichi Handa <handa@m17n.org>
2005
2d76740f
KH
2006 * international/mule-util.el (char-displayable-p): Fix generation
2007 of XLFD file name.
2008
39cc05f5
KH
2009 * Makefile.in (setwins, setwins_almost): Change directory to $wd
2010 before finding directories by `find'.
2011
adb3b353
SM
20122004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2013
2014 * subr.el (interactive-form): Delete. Now implemented in C.
2015
2016 * pcvs.el (cvs-parse-process): Workaround for Darwin.
2017
2018 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
2019 (vc-diff-label): New fun.
2020 (vc-diff-internal): Use it.
2021
2022 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
2023
757caf1c
VJL
20242004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2025
9d59cbb0
VJL
2026 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
2027
0b6f125d
VJL
2028 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
2029 specify XML (EBNFX).
2030
6ca94f87
VJL
2031 * progmodes/ebnf2ps.el: Doc fix.
2032 (ebnf-version): New version number (4.1).
2033 (ebnf-syntax): Adjust customization.
2034 (ebnf-style-database): Add ebnfx entry.
2035 (ebnf-syntax-alist): Add ebnfx initialization.
cb53a351 2036 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
6ca94f87 2037
f8b09957
VJL
2038 * printing.el: Doc fix.
2039 (pr-version): New version number (6.7.3).
2040 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
2041 returns nil for mouse position. Reported by Drew Adams
2042 <drew.adams@oracle.com>.
2043 (pr-update-menus): Modify interactive declaration. Reported by Drew
2044 Adams <drew.adams@oracle.com>.
2045
80cce9ae
NR
20462004-03-28 Nick Roberts <nick@nick.uklinux.net>
2047
2048 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
2049 (gud-gdba-marker-filter): Log the process input and output, if
dc5dcc00 2050 required. From Stefan Monnier.
80cce9ae
NR
2051 (gdb-debug-log, gdb-enable-debug-log): New variables.
2052 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
2053
1e87be1b
SM
20542004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2055
2056 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
2057 From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly).
2058
c86afc19
LT
20592004-03-27 Luc Teirlinck <teirllm@auburn.edu>
2060
2061 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
2062 Call vc-find-file-hook here instead of in auto-revert-buffers.
2063 (auto-revert-buffers): Delete call to vc-find-file-hook.
75e975ea
LT
2064 (auto-revert-verbose, global-auto-revert-non-file-buffers)
2065 (global-auto-revert-mode, auto-revert-set-timer)
2066 (auto-revert-handler, auto-revert-buffers): Doc fixes.
c86afc19 2067
692feebd
EZ
20682004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
2069
2070 * woman.el (woman-change-fonts): Rename local variable
2071 woman-font-alist to font-alist to avoid a compiler warning.
2072
99e0e3e2
EZ
20732004-03-27 Dave Love <fx@gnu.org>
2074
4d82882b
EZ
2075 * emacs-lisp/rx.el (rx): Doc fix.
2076 Fix copyright years.
05ec033b 2077
99e0e3e2 2078 * strokes.el (strokes-global-set-stroke-string): New function.
1e87be1b
SM
2079 (strokes-list-strokes): Cope with strings, not just commands.
2080 Set foreground colour of image.
99e0e3e2
EZ
2081 (strokes-global-set-stroke): Doc fix.
2082
77bca4db
LT
20832004-03-26 Luc Teirlinck <teirllm@auburn.edu>
2084
2085 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
2086 Auto Revert mode.
2087 (Buffer-menu-files-only): New variable.
2088 (Buffer-menu-toggle-files-only): New function.
2089 (Buffer-menu-mode-map): Bind it to `T'.
2090 (Buffer-menu-mode): Mention `T' in docstring.
2091 Set buffer-stale-function.
2092 (list-buffers-noselect): Mark buffer non-modified and set
2093 Buffer-menu-files-only.
2094
2095 * dired.el (buffer-stale-function): Remove no longer needed defvar.
2096
2097 * autorevert.el (auto-revert-handler): Print revert message
2098 before, rather than after, reverting.
2099 (buffer-stale-function): Move to files.el.
2100
1e87be1b 2101 * files.el (buffer-stale-function): Move here from autorevert.el.
77bca4db 2102
e1fbd956
SM
21032004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2104
8dc87047
SM
2105 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
2106
e1fbd956
SM
2107 * calc/calc.el (calc-mode-map): Use mapc.
2108
2109 * apropos.el (apropos-mode): Don't autoload.
2110 (apropos-symbols-internal): New fun. Extracted from `apropos'.
2111 (apropos): Use it.
2112 (apropos-print): Add optional `text' argument.
2113 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
2114 Don't assume point-min == 1.
2115
2116 * bs.el (bs-buffer-list): Use buffer-local-value.
2117 (bs--set-toggle-to-show): Use with-current-buffer.
2118
2119 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
2120 New funs.
2121 (list-buffers-noselect): Use them. Adjust :align-to to new style.
2122
2123 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
2124
2125 * dabbrev.el (dabbrev-expand): Fix regexp construction.
2126 (dabbrev--find-expansion): Use pop.
2127 (dabbrev--search): Use match-string-no-properties.
2128
2129 * dired.el (dired-mode): Use run-mode-hooks.
2130 (dired-move-to-end-of-filename): Use match-string.
2131
2132 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
2133 is bound before using it.
2134 (ediff-verbose-p): Make it into a var since it's not constant.
2135
2136 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
2137
2138 * faces.el (read-face-font): Don't cons up unnecessarily.
2139 (header-line, tool-bar): Share common parts.
2140
2141 * files.el (file-relative-name): Use compare-strings.
2142
2143 * finder.el (finder-mode): Follow coding convention.
2144
2145 * subr.el (read-number): New function.
2146
2147 * ses.el (ses-read-number): Move to subr.el.
2148 (ses-set-header-row): Use read-number.
2149
c3504abb
AS
21502004-03-26 Andre Spiegel <spiegel@gnu.org>
2151
2152 * vc-hooks.el (vc-arg-list): New function, which handles both
2153 compiled and uncompiled code.
2154 (vc-default-workfile-unchanged-p): Use it.
2155
2156 * vc.el (vc-print-log): Undo prev change, use new function
2157 vc-arg-list from vc-hooks.el.
7c7085c0 2158
abcdd45a
MY
21592004-03-26 Masatake YAMATO <jet@gyve.org>
2160
2161 * simple.el (completion-setup-function): Emphasize the
825d0745 2162 first uncommon characters in the completions; and de-emphasize
abcdd45a
MY
2163 the common prefix substrings.
2164 (completion-emphasis): New face.
2165 (completion-de-emphasis): New face.
2166
825d0745
JB
21672004-03-25 Juanma Barranquero <lektu@terra.es>
2168
2169 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
2170 Comment out (it's unused and unfinished code).
2171
5217a76a
SS
21722004-03-25 Sam Steingold <sds@gnu.org>
2173
e1fbd956 2174 * vc.el (vc-print-log): Fix a bug in the last patch:
825d0745 2175 backend-function may be a byte-compiled object, not a lambda.
5217a76a 2176
ead14730
JL
21772004-03-25 Juri Linkov <juri@jurta.org>
2178
2179 * descr-text.el (describe-property-list): Add a button
2180 for `face' property that calls `describe-face'.
2181 Suggested by luis fernandes <elf@ee.ryerson.ca>
2182
2183 * international/mule.el (keyboard-coding-system):
2184 * kmacro.el (kmacro-call-macro): Fix docstring.
2185
2186 * dired.el: Fix comments.
2187
2188 * textmodes/fill.el (fill): Fix Info link.
2189
2190 * font-lock.el (fast-lock, lazy-lock):
2191 * jit-lock.el (jit-lock): Remove links to removed Support Modes
2192 Info node.
2193
7c7085c0
JL
2194 * eshell/eshell.el (eshell): Fix broken info-link.
2195
2196 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
2197 * eshell/em-banner.el (eshell-banner):
2198 * eshell/em-smart.el (eshell-smart):
2199 * eshell/esh-cmd.el (eshell-cmd):
2200 Comment out broken info-links to incomplete Info manual.
2201
ead14730
JL
2202 * info-xref.el: Fix commentary.
2203
22042004-03-25 Kevin Ryde <user42@zip.com.au>
2205
2206 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
2207 Remove spurious node duplicate suppression, doesn't work, not wanted.
2208 (info-xref-output): Take format style args, add "sit-for 0" to let
2209 user see the results as they progress.
2210 (info-xref-check-all-custom): New function.
2211
0d1a8fa0
NR
22122004-03-25 Nick Roberts <nick@nick.uklinux.net>
2213
2214 * gdb-ui.el: Moved to progmodes.
ead14730 2215
cb53a351
SM
22162004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2217
2218 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
2219
9edfb3d2
GM
22202004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2221
2222 * calendar/appt.el (appt-check): Remove superfluous progn.
2223 When finished with diary buffer: if it was not being displayed
2224 before, kill it; otherwise restore its original state.
2225 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
2226
2227 * calendar/calendar.el (calendar-set-mode-line): Use total
2228 available mode-line width, rather than frame-width.
2229
2230 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
2231 after mode change so effect not lost.
2232
d7aed37c
SM
22332004-03-23 Dave Love <fx@gnu.org>
2234
2235 * dired.el (dired) <defgroup>: Add link to manual.
ead14730 2236 (dired-font-lock-keywords): Add highlighting on unusual permissions.
d7aed37c
SM
2237 (dired-revert): Use dolist.
2238 (dired-mode-map): Add U binding.
2239 (dired-mode): Add font-lock-beginning-of-syntax-function.
2240 (dired-garbage-files-regexp): Make it a defcustom.
2241
22422004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2243
2244 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
2245 is equivalent to nil.
2246 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
2247 (vc-arch-mode-line-string): Accept `added' state.
2248 (vc-arch-state): Use inode-sigs if available.
2249 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
2250 Copy&delete existing id file if any. Fallback if uuidgen is absent.
2251 (vc-arch-tagline-re): New var.
2252 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
2253 New functions.
2254 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
2255 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
2256
2257 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
2258 (vc-file-not-found-hook): Use it.
2259
2260 * diff-mode.el (diff-default-read-only): Change default.
2261 (diff-mode-hook): Make it a defcustom. Add some options.
2262 (diff-mode-map): Bind diff-refine-hook.
2263 (diff-yank-handler): New var.
2264 (diff-yank-function): New fun.
2265 (diff-font-lock-keywords): Use them.
2266 (diff-end-of-file): Handle case where file-header looks like diff text.
2267 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
2268 (diff-file-kill): Delete a subsequent empty line, if applicable.
2269 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
2270 (diff-find-file-name): Use it.
2271 (diff-tell-file-name): New command.
2272 (diff-mode): Be careful with view-mode.
2273 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
2274 New functions, for use in diff-mode-hook.
2275 (diff-find-source-location): Catch "regex too large" errors.
2276 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
2277 (diff-refine-hunk): New command.
2278
2279 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
2280 (smerge-context-menu-map): Remove unused var.
2281 (smerge-keep-all): Preserve markers.
2282 (smerge-keep-n): New fun.
2283 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2284 (smerge-keep-current, smerge-ediff): Use it.
2285 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
2286 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
2287 (smerge-resolve): Resolve trivial 3-part conflicts.
2288
ef3e9175
JL
22892004-03-23 Juri Linkov <juri@jurta.org>
2290
2291 * man.el (Man-width): New var.
2292 (Man-getpage-in-background): Use it.
2293 (Man-support-local-filenames): New var and fun.
2294 (Man-build-man-command): Don't add a second %s.
2295 (Man-fontify-manpage): Clean up message.
2296 (Man-mode): Set outline-regexp, outline-level,
2297 imenu-generic-expression.
2298
2299 * woman.el (woman-fill-frame): Doc fix.
2300 (woman-decode-region): Use window-width instead of frame-width.
2301
d7aed37c
SM
2302 * abbrevlist.el (list-one-abbrev-table):
2303 * descr-text.el (describe-char):
2304 * international/mule-diag.el (describe-current-coding-system):
2305 * international/quail.el (quail-insert-decode-map):
2306 Use window-width instead of frame-width.
ef3e9175
JL
2307
2308 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
2309 (jka-compr-mode-alist-additions): Add tbz.
d7aed37c
SM
2310 (jka-compr-write-region, jka-compr-insert-file-contents):
2311 Add message for undefined compress-program.
ef3e9175
JL
2312 (jka-compr-write-region): Remove redundant var bindings.
2313
2314 * dired-x.el (dired-guess-shell-alist-default): Add choices for
2315 extracting files into subdirectory. Add tbz and dz. Fix regexps.
2316 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
2317 (dired-man): Use dired-guess-shell-command.
2318 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
2319 Change default nil to t.
2320
2321 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
2322 (dired-compare-directories): Add default value for empty input.
2323
2324 * help-at-pt.el: Move suggestions for key bindings to Commentary.
2325
2326 * time.el (display-time-string-forms): Fix help-echo date format.
2327
d4411cef
LT
23282004-03-22 Luc Teirlinck <teirllm@auburn.edu>
2329
d7aed37c 2330 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
d4411cef
LT
2331 (buffer-stale-function): New variable.
2332 (auto-revert-list-diff, auto-revert-dired-file-list)
2333 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
2334 (auto-revert-handler): Take over some functionality of deleted
2335 functions.
2336 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
2337
b6ea9927
LT
2338 * dired.el (dired-directory-changed-p): New fun, extracted from
2339 dired-internal-noselect.
2340 (dired-buffer-stale-p): New fun.
d4411cef
LT
2341 (dired-internal-noselect): Use dired-directory-changed-p.
2342 Eliminate revert messages.
2343 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
2344
39cc05f5 23452004-03-23 Kenichi Handa <handa@m17n.org>
d6af0bff
KH
2346
2347 * international/characters.el: Setup syntaxes for more parentheses
2348 Unicode characters.
6aa69bd7 2349
d7aed37c
SM
2350 * international/mule-cmds.el (select-safe-coding-system):
2351 Merge coding-system and auto-cs before comparing them.
6aa69bd7 2352
d08c4c28
SM
23532004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2354
2355 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
2356
2357 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
2358 normal-auto-fill-function and comment-indent-function.
2359 The default values now work just as well.
2360 Don't set font-lock-beginning-of-syntax-function since we already set
2361 syntax-begin-function.
2362 (lisp-outline-level): Put ;;;###autoload at same level as (.
2363 (prin1-char): Quote special chars.
2364
2365 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
2366 than with-no-warnings.
2367
2368 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
2369 if the source location can't be found.
2370 (edebug-compute-previous-result): Use prin1-char.
2371
2372 * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1.
2373 (debug-ignored-errors): Add an entry.
2374
2375 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
2376 (byte-compile-file): Output warning when deleting a file.
2377
2378 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
2379 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
2380
2381 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
2382 (byte-compile-inline-expand): Use backquote.
2383 (byte-optimize-pure-func): Rename from byte-optimize-concat.
2384 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
2385
2386 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
2387
2388 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
2389
8f7ea687
JL
23902004-03-22 Juri Linkov <juri@jurta.org>
2391
2392 * finder.el (finder-known-keywords): Fix data, tex, unix.
2393
2394 * play/landmark.el: Fix keywords.
2395
2396 * language/ethio-util.el (ethio-find-file): Doc fix.
2397
2398 * emacs-lisp/warnings.el: Doc fix.
2399
2400 * textmodes/ispell.el (ispell-help): Doc fix.
2401
19e580b4
LT
24022004-03-21 Luc Teirlinck <teirllm@auburn.edu>
2403
2404 * format.el (format-insert-file): Always return a list of two
2405 elements, like insert-file-contents does.
2406
091ec192
AS
24072004-03-21 Andre Spiegel <spiegel@gnu.org>
2408
2409 * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log
2410 and vc-BACKEND-diff.
2411 (vc-print-log): If the print-log implementation supports it, use
2412 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
2413 (vc-version-diff, vc-diff-internal): Doc fixes.
2414
2415 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19e580b4 2416 implementation supports it, let diff output go to *vc*,
091ec192
AS
2417 not *vc-diff*, since this is an internal call.
2418
d08c4c28 2419 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
091ec192
AS
2420
2421 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
2422
2423 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19e580b4 2424
942269e7
JB
24252004-03-21 Dave Love <fx@gnu.org>
2426
d08c4c28
SM
2427 * progmodes/cfengine.el (cfengine-mode):
2428 Set parse-sexp-ignore-comments.
942269e7
JB
2429
2430 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
2431
f134d28b
JB
24322004-03-21 Juanma Barranquero <lektu@terra.es>
2433
2434 * allout.el (allout-mode): Fix docstring.
2435
a2ac68f1
LT
24362004-03-20 Luc Teirlinck <teirllm@auburn.edu>
2437
8f8607be
LT
2438 * files.el (insert-directory): Fix bug if SWITCHES is a list.
2439
a2ac68f1
LT
2440 * autorevert.el (auto-revert-interval): Make new value take
2441 effect immediately when set through Custom.
2442 (auto-revert-set-timer): Add interactive declaration.
2443
31da0380
KS
24442004-03-19 David Ponce <david@dponce.com>
2445
d08c4c28
SM
2446 * ruler-mode.el (ruler-mode-header-line-format-old):
2447 Don't `make-variable-buffer-local'.
31da0380
KS
2448 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
2449 (ruler-mode-header-line-format): Simply funcall the above.
2450 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
2451 to save/restore a previous header line format.
2452 (ruler-mode-space): Don't depend on a numeric WIDTH value.
2453 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
2454 fringes and margins width.
942269e7 2455 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
31da0380 2456
d08c4c28
SM
24572004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2458
2459 * log-edit.el (log-edit-font-lock-keywords): Typo.
2460
2461 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
2462 (tex-send-tex-command): Rather than here.
2463 (tex-compilation-parse-errors): Simplify.
2464
2465 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
2466
2467 * time.el (display-time-string-forms): Add help-echo with date on time.
2468
2469 * composite.el (compose-region): Use restore-buffer-modified-p.
2470
2471 * disp-table.el (standard-display-8bit): Simplify.
2472
2473 * server.el (server-process-filter): Delete temp frame.
2474
2475 * add-log.el (add-change-log-entry): Simplify.
2476
45dbfc84
KS
24772004-03-19 Kim F. Storm <storm@cua.dk>
2478
36bc84aa 2479 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
ec952fde 2480 (hexl-follow-line): Don't require 'fringe.
36bc84aa 2481
45dbfc84
KS
2482 * progmodes/compile.el (compilation-start): Always set
2483 compilation-last-buffer and return it.
2484
b2a737cd
LT
24852004-03-17 Luc Teirlinck <teirllm@auburn.edu>
2486
2487 * simple.el (clone-buffer): Doc fix.
2488
7ab91c5f
JB
24892004-03-18 Juanma Barranquero <lektu@terra.es>
2490
2491 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
2492
37264101
SM
24932004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2494
2495 * log-edit.el (log-edit-font-lock-keywords): New var.
2496 (log-edit-mode): Use it.
2497
feaa7f5c
NR
24982004-03-17 Nick Roberts <nick@nick.uklinux.net>
2499
2500 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
2501 properly for watching in speedbar.
2502
935ce7ca
MY
25032004-03-17 Masatake YAMATO <jet@gyve.org>
2504
37264101
SM
2505 * smerge-mode.el (smerge-popup-context-menu):
2506 Put `unwind-protect' around `overlay-put' and `popup-menu'.
2507
25082004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2509
2510 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
2511 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
2512 Take sealed revisions into account.
2513 (vc-arch-checkin): Extract a summary line from the message.
935ce7ca 2514
0f214cdf
MY
25152004-03-16 Masatake YAMATO <jet@gyve.org>
2516
2517 * register.el (register): Provide `register' feature.
2518
11ece56b
MY
25192004-03-15 Masatake YAMATO <jet@gyve.org>
2520
2521 Added context menu support in smerge mode.
2522 Most of the part is written by Stefan Monnier.
0820b1f6
SM
2523
2524 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
2525 New keymap and menu.
11ece56b
MY
2526 (smerge-text-properties): New function.
2527 (smerge-remove-props): New function.
2528 (smerge-popup-context-menu): New function.
2529 (smerge-resolve): Call `smerge-remove-props'.
0820b1f6 2530 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
11ece56b
MY
2531 (smerge-keep-current): Ditto.
2532 (smerge-kill-current): New function.
0820b1f6
SM
2533 (smerge-match-conflict): Put text properties.
2534 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
11ece56b 2535
0eeebaf5
MY
25362004-03-15 David Ponce <david@dponce.com>
2537
2538 * ruler-mode.el: (ruler-mode-left-fringe-cols)
2539 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
2540 (ruler-mode-right-scroll-bar-cols): Remove.
2541 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
0820b1f6
SM
2542 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
2543 Use fringe-columns and scroll-bar-columns.
0eeebaf5 2544
9fd76d04
MY
25452004-03-15 Masatake YAMATO <jet@gyve.org>
2546
2547 * hl-line.el (hl-line-range-function): New variable.
2548 (hl-line-move): New function.
2549 (global-hl-line-highlight): Use `hl-line-move'.
2550 (hl-line-highlight): Ditto.
2551
0820b1f6
SM
2552 * scroll-bar.el (scroll-bar-columns):
2553 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
9fd76d04
MY
2554
2555 * ruler-mode.el (top-level): Require scroll-bar and fringe.
2556 (ruler-mode-left-fringe-cols)
2557 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
2558 (ruler-mode-right-scroll-bar-cols)
2559 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
2560 (ruler-mode-ruler-function): New variable.
2561 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
2562 if the value for `ruler-mode-ruler-function'is given.
2563
2564 * hexl.el (hexl-mode-hook): Make the hook customizable.
9b05111d 2565 (hexl-address-area, hexl-ascii-area): New customize variables.
0820b1f6 2566 (hexlify-buffer): Put font-lock-faces on the address area and
9fd76d04
MY
2567 the ascii area.
2568 (hexl-activate-ruler): New function.
2569 (hexl-follow-line): New function.
2570 (hexl-highlight-line-range): New function.
2571 (hexl-mode-ruler): New function.
2572
0820b1f6
SM
25732004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
2574
2575 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
2576 (vc-default-find-file-hook): New fun.
2577 (vc-find-file-hook): Call new find-file-hook operation.
2578
2579 * vc-arch.el: New file.
2580
5109b06a
EZ
25812004-03-12 Jesper Harder <harder@ifa.au.dk>
2582
2583 * info-look.el (info-lookup): Reuse an existing Info window.
2584
1239851c
EZ
25852004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
2586
2587 * woman.el (woman-preserve-ascii): Default value changed to t and
2588 doc string revised.
2589
e69cfac2
RS
25902004-03-12 Richard M. Stallman <rms@gnu.org>
2591
2592 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2593 Fix minor bug.
2594
2595 * replace.el (occur-engine): Change message for count of matches.
2596
2597 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
2598 For strings, do compare text properties.
2599
fbc4d3bd
SM
26002004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
2601
2602 * progmodes/compile.el (compile-auto-highlight)
2603 (compilation-error-list, compilation-old-error-list)
2604 (compilation-parse-errors-function, compilation-parsing-end)
2605 (compilation-error-message, compilation-directory-stack)
2606 (compilation-enter-directory-regexp-alist)
2607 (compilation-leave-directory-regexp-alist)
2608 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
2609 (compilation-current-file, compilation-regexps): Remove vars.
2610
2611 (compile-error-at-point, compilation-error-filedata)
2612 (compilation-error-filedata-file-name, compile-reinitialize-errors)
2613 (compilation-next-error-locus, compilation-forget-errors)
2614 (count-regexp-groupings, compilation-parse-errors)
2615 (compile-collect-regexps, compile-buffer-substring): Remove funs.
2616
2617 (compile-internal): Make obsolete.
2618
2619 (compilation-first-column, compilation-error)
2620 (compilation-directory-matcher, compilation-page-delimiter)
2621 (compilation-mode-font-lock-keywords, compilation-debug)
2622 (compilation-error-face, compilation-warning-face)
2623 (compilation-info-face, compilation-line-face)
2624 (compilation-column-face, compilation-enter-directory-face)
2625 (compilation-leave-directory-face, compilation-skip-threshold)
2626 (compilation-skip-visited, compilation-context-lines): New vars.
2627
2628 (compilation-warning-face, compilation-info-face)
2629 (compilation-message-face): New faces.
2630
2631 (compilation-error-regexp-alist-alist): New constant.
2632
2633 (compilation-face, compilation-directory-properties)
2634 (compilation-assq, compilation-error-properties, compilation-start)
2635 (define-compilation-mode, compilation-loop)
2636 (compilation-set-window): New functions.
2637
2638 (compile): Additional argument for interactive compiles like TeX.
2639
2640 * progmodes/grep.el (kill-grep): Move here from compile.el
2641 (grep-error, grep-hit-face, grep-error-face)
2642 (grep-mode-font-lock-keywords): New variables.
2643 (grep-regexp-alist): Simplify regexp and add `binary' case.
2644 (grep-mode): New mode.
2645 (grep-process-setup): Simplify.
2646
f6a20b2c
JR
26472004-03-11 Jason Rumney <jasonr@gnu.org>
2648
2649 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
2650 letters on DOS/Windows.
2651
61042632
SM
26522004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2653
2654 * server.el (server-name): New var.
2655 (server-socket-dir): New var to replace server-socket-name.
2656 (server-start): Use them.
2657
2ceed428
SJ
26582004-03-11 Simon Josefsson <jas@extundo.com>
2659
2660 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
2661 died to avoid infloop. Reported by Jonathan Glauner
2662 <jglauner@sbum.org>.
2663
61042632
SM
26642004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2665
2666 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
2667 (smerge-mode-menu): Use it to deactivate menu entries.
2668 (smerge-keep-current): New fun.
2669 (smerge-keep-current): Use it.
2670
d544d2ca
JPW
26712004-03-10 John Paul Wallington <jpw@gnu.org>
2672
61042632 2673 * foldout.el (foldout-fold-list, foldout-modeline-string):
d544d2ca
JPW
2674 Declare them as variables, not constants.
2675
197d4ebc
VJL
26762004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2677
2678 * ps-print.el: Modification to print *Messages* buffer.
2679 (ps-print-version): New version 6.6.4.
2680 (ps-message-log-max): New fun.
2681 (ps-spool-without-faces, ps-spool-with-faces)
2682 (ps-count-lines-preprint): Code fix.
2683
1f5a8e4a
VJL
2684 * printing.el: New tips in Tips section.
2685
739ce395
VJL
26862004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2687
2688 * delim-col.el: Doc fix.
2689
2690 * printing.el: Doc fix. New doc section (Tips).
2691
2c8155f7
SM
26922004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2693
2694 * type-break.el (type-break-emacs-variant): Remove.
2695 (type-break-run-at-time, type-break-cancel-function-timers):
2696 Use fboundp rather than version name and number.
2697
4f918f60
MY
26982004-03-09 Masatake YAMATO <jet@gyve.org>
2699
2c8155f7 2700 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4f918f60
MY
2701 `make-variable-buffer-local'.
2702
1a9c959b
MA
27032004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
2704
2705 * find-dired.el (find-dired): Call `shell-command' instead of
2706 `start-process-shell-command'. By this, Tramp takes over
2707 handling of remote directories.
2708
5895f7fd
SM
27092004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
2710
0820b1f6
SM
2711 * newcomment.el (comment-use-global-state): New var.
2712 (comment-search-forward): Use it.
2713
2714 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
2715
5895f7fd
SM
2716 * cus-edit.el (fill) <defgroup>: Move to fill.el.
2717
2718 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
2719 (enable-kinsoku): Make it a defcustom.
2720 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
2721 paragraph to same-comment-start-marker.
2722
651f4d9f
EZ
27232004-03-07 Dave Love <fx@gnu.org>
2724
2725 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
2726 (browse-url-mail): Use it.
2727
5895f7fd 2728 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
651f4d9f
EZ
2729 (rfc2368-unhexify-string): Use replace-regexp-in-string.
2730
372713e6
EZ
27312004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
2732
2733 * woman.el (woman-man.conf-path): Doc fix.
2734 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
2735
a6eeaa81 27362004-03-07 Eli Zaretskii <eliz@gnu.org>
263d3d5d
EZ
2737
2738 * sort.el (sort-columns): Remove ms-dos from the list of systems
2739 where the external `sort' command is not used.
2740
d90ee664
KS
27412004-03-07 Kim F. Storm <storm@cua.dk>
2742
2743 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
2744 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
2745 from overlay-arrow-variable-list.
5895f7fd 2746 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
d90ee664 2747
0d3cb997
NR
27482004-03-06 Nick Roberts <nick@nick.uklinux.net>
2749
2750 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
2751 overlay arrow string properly for the assembler buffer.
2752
5895f7fd
SM
27532004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2754
2755 * mail/sendmail.el (mail-mode): Fix last change.
2756
06884a35
NR
27572004-03-05 Nick Roberts <nick@nick.uklinux.net>
2758
2759 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
2760 for the assembler buffer.
2761 (gdb-assembler-custom): Position the overlay arrow.
2762 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
2763
032cbf90
SM
27642004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
2765
5895f7fd
SM
2766 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
2767
2768 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
2769 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
2770
032cbf90
SM
2771 * mail/sendmail.el (mail-mode): Set comment-start-skip.
2772
2773 * newcomment.el (uncomment-region): Allow non-terminated comment.
2774 (comment-normalize-vars): Check the user-specified comstart marker.
2775
2e8d40a1
RS
27762004-03-04 Jesper Harder <harder@ifa.au.dk>
2777
2778 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
2779 Otherwise, do use it if the region only contains font-lock text
2780 properties.
2781
01ff9136
MY
27822004-03-04 Masatake YAMATO <jet@gyve.org>
2783
2784 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
2785 as the callback function for eldoc.
2786 (hexl-print-current-point-info): New function.
032cbf90 2787 (hexl-current-address): Print the address in both decimal
01ff9136
MY
2788 and hexadecimal format.
2789
04a6e76b
RS
27902004-03-04 Richard M. Stallman <rms@gnu.org>
2791
2792 * mail/rmail.el (rmail-convert-to-babyl-format):
2793 Specify t for UNIBYTE when calling mail-unquote-printable-region.
2794
2795 * mail/mail-utils.el (mail-unquote-printable-region):
2796 New arg UNIBYTE.
2797
2798 * startup.el (command-switch-alist): Doc fix.
2799
2800 * simple.el (undo): Temporarily set this-command to `undo-start',
2801 then set it to `undo' once undo-start returns without error.
2802
2803 * simple.el (minibuffer-history-sexp-flag): Doc fix.
2804
2805 * simple.el (kill-line): Don't disregard trailing whitespace
2806 in eol condition, if show-trailing-whitespace is set.
2807
2808 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
2809 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
2810 When disabling, restore old values only if mouse-sel-has-been-enabled.
2811
2812 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
2813 (isearch-{-char): New function.
2814 (isearch-mode-map): Bind { to isearch-{-char.
2815
2816 * font-lock.el (lisp-font-lock-keywords-2):
2817 Turn off the CL with-... and do-... general patterns.
2818 Instead, recognize several specific with... and do... constructs.
032cbf90
SM
2819
2820 * files.el (switch-to-buffer-other-window):
2821 Bind same-window-buffer-names and same-window-regexps to nil.
04a6e76b 2822 (switch-to-buffer-other-frame): Likewise.
032cbf90 2823
5a7139ee
SM
28242004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2825
2826 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
2827 recognizing leading comment on code line.
2828
5895f7fd
SM
28292004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
2830
2831 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
2832 hidden files/directories.
2833
5a7139ee
SM
28342004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
2835
2836 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
2837 only comment-start (in case the mode hasn't set it).
2838
2839 * Makefile.in (AUTOGENEL): New var.
2840 (bootstrap-prepare): Rename from bootstrap-clean.
2841 Don't remove elc files.
2842 (maintainer-clean): New target.
2843
2844 * xml.el (xml-get-attribute-or-nil): Simplify.
2845
5fe61ed2
JL
28462004-03-02 Juri Linkov <juri@jurta.org>
2847
2848 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
2849 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
2850 URL to prevent their substitution with the environment variable
2851 values by browsers.
2852
71efd3c4
VJL
28532004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2854
2855 * ps-print.el: Doc fix.
2856 (ps-print-version): New version number (6.6.3).
2857 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
2858 Docstring fix.
2859 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
2860 before printing.
2861 (ps-time-stamp-yyyy-mm-dd): New fun.
2862 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
2863
d24bc50f
KS
28642004-03-02 Kim F. Storm <storm@cua.dk>
2865
2866 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
2867
05f1c4ec
JB
28682004-03-01 Juanma Barranquero <lektu@terra.es>
2869
45435c0e
JB
2870 * allout.el (allout-rebullet-heading): Fix typo in docstring.
2871
05f1c4ec
JB
2872 * desktop.el (desktop-file-version)
2873 (desktop-after-read-hook): Fix typos.
2874 (desktop-clear-preserve-buffers): Remove redundant info in
2875 docstring already shown by the obsolescence message.
2876 (desktop-truncate, desktop-internal-v2s)
d8d95bc7 2877 (desktop-value-to-string): Change argument name to match docstring.
05f1c4ec
JB
2878
2879 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
2880
2881 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
2882 docstring.
2883
acc037ba
VJL
28842004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2885
b8d955f4
VJL
2886 * printing.el: Replace "As Is..." in PostScript file print/preview by
2887 "No Preprocessing...". Suggested by Colin Marquardt
cd930256 2888 <_marquardt_@zmd.de>.
b8d955f4 2889 (pr-insert-section-4): Adjust buffer interface.
acc037ba 2890
5ec2cc41 28912004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
9e6e8d1a 2892
5ec2cc41
KG
2893 Version 2.0.39 of Tramp released.
2894
2895 * net/tramp.el (tramp-handle-file-local-copy)
d8d95bc7
SM
2896 (tramp-handle-write-region, tramp-open-connection-rsh):
2897 Variable name typo. Small change. From Patrick Tullmann
5ec2cc41
KG
2898 <tullmann@flux.utah.edu>.
2899 (tramp-process-connection-type): New variable.
2900 (tramp-maybe-open-connection): Use it.
d8d95bc7 2901 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5ec2cc41 2902 (tramp-touch): Set last-modified time of a remote file.
d8d95bc7 2903 (tramp-handle-write-region): Say which function is used when encoding.
5ec2cc41 2904
5ec2cc41
KG
29052004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
2906
2907 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
2908 case of non-existing filename, too. Reported by Christoph Bauer
2909 <c_bauer@informatik.uni-kl.de>.
2910 (tramp-smb-get-file-entries): The directory in question should
2911 have permissions "drwxrwxrwx". Just virtual, because we don't
2912 know the real permissions. Don't we know?
2913 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
2914 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
2915 (tramp-smb-wait-for-output): Optimize algorithm getting pending
2916 output. If it was received chunkwise, there have been problems.
2917 Remove the "prompt not found" error message; it is obvious.
2918 Simplify algorithm.
d8d95bc7 2919 (tramp-smb-process-running): Remove. Since we acknowledge the
5ec2cc41
KG
2920 virtual prompt for shares, there's no need for distinction of
2921 reading shares (process ends afterwards) and interactive mode of
2922 smblient.
2923 (tramp-smb-open-connection): Setting process sentinel removed.
2924 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
2925 "NT_STATUS_NETWORK_ACCESS_DENIED".
2926 (tramp-smb-maybe-open-connection): Set `process-connection-type'
2927 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
2928 (top-level): Setting default value in `tramp-default-method-alist'
d8d95bc7 2929 corrected. Order of USER and HOST have been wrong.
d08c4c28 2930 Nobody complained for months ...
d8d95bc7
SM
2931 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
2932 (tramp-smb-open-connection): Clear password cache if login has failed.
2933
2934 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5ec2cc41
KG
2935 `tramp-unified-filenames'.
2936 (tramp-completion-mode): Make test for XEmacs explicitely.
d8d95bc7
SM
2937 `event-to-character' can exists in Emacs packages too.
2938 Reported by Matt Swift <swift@alum.mit.edu>.
5ec2cc41
KG
2939 (tramp-buffer-name): Buffer name must contain the user if exists.
2940 Reported by Adrian Phillips <a.phillips@met.no>.
d8d95bc7
SM
2941 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
2942 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
2943 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5ec2cc41
KG
2944 `tramp-do-copy-or-rename-file-one-local', because it handles also
2945 the case both files use the same out-of-band method.
2946 Implementation added.
2947 (tramp-handle-file-local-copy, tramp-handle-write-region):
2948 Out-of-band handling removed. `copy-file' called instead, which
2949 calls `tramp-do-copy-or-rename-file-out-of-band'.
2950 (tramp-action-password): Check for out-of-band method removed.
2951 This function is used for 'login-program.
2952 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
2953 appropriate.
2954 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
2955 and `tramp-parse-sknownhosts'.
2956 (tramp-completion-function-alist): It's a defvar now, because we
2957 want to apply the optimized `tramp-set-completion-function'
2958 instead of a static list.
d8d95bc7
SM
2959 (tramp-set-completion-function): Implementation tuned.
2960 Avoid double entries, and entries where the function or the
5ec2cc41
KG
2961 file/directory doesn't exist.
2962 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
2963 for SSH2.
2964 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
2965 (tramp-handle-dired-compress-file): New function.
2966 (tramp-async-proc): New variable.
d8d95bc7
SM
2967 (tramp-handle-shell-command): Adding asynchronous processes.
2968 They are far from being perfect, but it works at least for
5ec2cc41
KG
2969 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
2970 (top-level): Require password.el if visible. Should be mandatory
2971 once No Gnus has found its way into (X)Emacs.
2972 (tramp-read-passwd): Invoke `password-read' if available,
a568a2cc 2973 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5ec2cc41
KG
2974 fallback any longer.
2975 (tramp-clear-passwd): New function.
d8d95bc7
SM
2976 (tramp-process-actions, tramp-process-multi-actions):
2977 Clear password cache if login has failed.
5ec2cc41
KG
2978
2979 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
2980 its own module.
2981 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
2982 `ange-ftp-ftp-name-res'. There could be incorrect values from
2983 previous calls in case the "ftp" method is used in the Tramp file
2984 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2985
ab6d47ea
RS
29862004-02-28 Richard M. Stallman <rms@gnu.org>
2987
2988 * term.el (term-mouse-paste): Call mouse-set-point.
2989
2990 * thumbs.el: New file.
2991
06c97a04
VJL
29922004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2993
9d59cbb0 2994 * progmodes/ebnf-abn.el: Doc fix.
06c97a04 2995
9d59cbb0 2996 * progmodes/ebnf-bnf.el: Doc fix.
7fd08a0a
VJL
2997 (ebnf-repeat): Code fix.
2998
9d59cbb0 2999 * progmodes/ebnf2ps.el: Doc fix.
cd0f9f85 3000 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
97818b07 3001
c0bf9913
JL
30022004-02-28 Juri Linkov <juri@jurta.org>
3003
3004 * ffap.el (dired-at-point): Additional writability test for
3005 relative directory names.
3006 (dired-at-point-prompter): Treat directories as a directory, get
3007 the directory component from files.
d8d95bc7 3008 (ffap-string-at-point): Return string from region if region is active.
c0bf9913
JL
3009 (ffap-file-at-point): Remove redundant code.
3010
ec03e8b3
KS
30112004-02-28 Kim F. Storm <storm@cua.dk>
3012
28eba01f 3013 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
ec03e8b3
KS
3014 Initialize margin area images to nil.
3015 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
3016 (breakpoint-enabled-bitmap-face)
3017 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
3018 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
3019 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
3020 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
3021 (gdb-reset): Use gdb-remove-breakpoint-icons.
3022 (gdb-put-string): Add dprop arg to specify alternative display
3023 property (for setting fringe bitmap).
3024 (gdb-remove-strings): Doc fix.
3025 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
3026 icon in fringe (if available), or else as icon or text in display
3027 margin. Creates necessary icons in breakpoint-bitmap,
d8d95bc7
SM
3028 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
3029 Also make left window margin if required.
ec03e8b3
KS
3030 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
3031 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
3032 no longer needed.
3033 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
3034 gdb-put-breakpoint-icon.
3035 (gdb-assembler-mode): Don't set left-margin-width here.
3036
9022d421
EZ
30372004-02-27 Kevin Ryde <user42@zip.com.au>
3038
3039 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
d8d95bc7 3040 comma, so that it DTRT in macros.
9022d421 3041
5d18b953
EZ
30422004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
3043
3044 * progmodes/sh-script.el (sh-shell-arg)
3045 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
3046 (sh-leading-keywords, sh-other-keywords): Fix custom type.
3047
328419c1
EZ
30482004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
3049
28eba01f
JB
3050 * faces.el (face-spec-set-match-display): Add a new attribute,
3051 `min-colors'.
9e6e8d1a 3052 (region, highlight, secondary-selection): Use `min-colors'.
328419c1
EZ
3053
3054 * custom.el (defface): Add documentation for `min-colors'.
3055
3056 * font-lock.el (font-lock-comment-face, font-lock-string-face)
3057 (font-lock-keyword-face, font-lock-function-name-face)
d8d95bc7
SM
3058 (font-lock-variable-name-face, font-lock-constant-face):
3059 Use `min-colors'.
328419c1 3060
d8d95bc7 3061 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
328419c1 3062
ea946fcc
VJL
30632004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3064
9d59cbb0
VJL
3065 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
3066 define assq-delete-all if it's not defined.
ea946fcc
VJL
3067 (ebnf-generate-region): Code fix.
3068
449cba44
VJL
3069 * printing.el: Doc fix.
3070 (pr-version): New version number (6.7.2).
3071 (pr-command): Return empty string if command is an empty string.
3072
ac4780a1
VJL
30732004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3074
9d59cbb0 3075 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
ac4780a1 3076
9d59cbb0
VJL
3077 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
3078 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
3079 semi-down-full. Fix a bug on productions like test = {"test"}* | (
3080 "tt" ["test"] ). Reported by Markus Dreyer
3081 <mdreyer@ix.urz.uni-heidelberg.de>.
ac4780a1
VJL
3082 (ebnf-version): New version number (4.0).
3083 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
3084 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
3085 (ebnf-delete-style): New commands.
3086 (ebnf-directory, ebnf-file): New funs.
3087 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
3088 (ebnf-production-name-p, ebnf-stop-on-error): New options.
3089 (ebnf-syntax-alist): New var.
3090 (ebnf-element-width): New fun replacing ebnf-list-width.
3091 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
3092 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
3093 (ebnf-prologue): Adjust vars.
3094 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
3095 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
3096 (ebnf-check-style-values, ebnf-generate-production)
3097 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
3098 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
3099 (ebnf-token-repeat): Code fix.
3100
9d59cbb0
VJL
3101 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
3102 %right, %left and %prec. Suggested by Matthew K. Junker
3103 <junker@alum.mit.edu>.
ac4780a1
VJL
3104 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
3105
9d59cbb0 3106 * progmodes/ebnf-iso.el: Doc fix.
ac4780a1
VJL
3107 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
3108 (ebnf-iso-lex): Code fix.
3109
9d59cbb0 3110 * progmodes/ebnf-bnf.el: Doc fix.
ac4780a1
VJL
3111 (ebnf-bnf-lex): Code fix.
3112
9d59cbb0 3113 * progmodes/ebnf-otz.el: Doc fix.
ac4780a1 3114
92f5fba2
LT
31152004-02-23 Luc Teirlinck <teirllm@auburn.edu>
3116
3117 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
3118 (abbrev-prefix-mark): Doc fix.
3119
baf92c0d
NR
31202004-02-23 Nick Roberts <nick@nick.uklinux.net>
3121
3122 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
3123 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
3124 (gdb-var-delete): Make interactive (really).
3125 (gdb-edit-value): Make non-interactive.
3126
d8d95bc7
SM
3127 * progmodes/gud.el (gud-speedbar-menu-items):
3128 Add gdb-var-delete and, indirectly, gdb-edit-value.
3129 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
baf92c0d
NR
3130 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
3131 (gud-gdb-marker-filter): Add comment for annotations.
3132
4c635ea3
GM
31332004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
3134
3135 * calendar/calendar.el (generate-calendar)
3136 (calendar-read-date): Prevent display of BC calendars once more -
3137 reverts 2003-10-01 change.
3138 (generate-calendar-month): Doc fix.
3139
31402004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3141
3142 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
3143 return value of increment-calendar-month.
3144
4effffca
EZ
31452004-02-21 Stephen Compall <s11@member.fsf.org>
3146
3147 * saveplace.el (save-place-forget-unreadable-files)
d8d95bc7 3148 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4effffca
EZ
3149 (save-place-forget-unreadable-files): New function.
3150 (save-place-alist-to-file): Use it to filter out files that are
3151 no longer readable.
235de372
EZ
3152
3153 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
3154 current Texinfo environment, using the same method as in
3155 `texinfo-insert-@end', and insert a space rather than a newline if
3156 point in a @table environment.
3157
7e1626fb
EZ
31582004-02-21 Juri Linkov <juri@jurta.org>
3159
3160 * ffap.el (ffap-file-at-point): Try parent directories.
3161
69e82404
EZ
31622004-02-21 Klaus Zeitler <kzeitler@lucent.com>
3163
3164 * vcursor.el (vcursor-modifiers): New defcustom.
3165 (vcursor-cs-binding): Use vcursor-modifiers instead of a
3166 hard-coded list.
3167
8bcfd13b
EZ
31682004-02-21 Masatake YAMATO <jet@gyve.org>
3169
3170 * play/animate.el (animate-birthday-present): Accept names other
3171 than `Sarah', too.
3172
32e51983
EZ
31732004-02-21 Juri Linkov <juri@jurta.org>
3174
3175 * startup.el: Remove table of command line arguments from the
3176 Commentary section.
3177
36b0f52b
JW
31782004-02-20 John Wiegley <johnw@newartisans.com>
3179
d8d95bc7 3180 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
36b0f52b
JW
3181 again" modifier from 'e' to 'E', since 'e' is also used by the
3182 "file extension" modifier.
3183
923c1e6f
LT
31842004-02-19 Luc Teirlinck <teirllm@auburn.edu>
3185
3186 * help-fns.el (describe-categories): Doc fix.
3187
6d2986fb
MK
31882003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
3189
3190 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
3191 temporary file for buffer already visiting one. This change makes
3192 output likely to be directly usable by patch program.
3193 Suggested by Adrian Aichner <adrian@xemacs.org>
923c1e6f 3194
5223afda
NR
31952004-02-20 Nick Roberts <nick@nick.uklinux.net>
3196
3197 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
3198 case of variables defined in compound statements.
d8d95bc7
SM
3199 (gdb-setup-windows, gdb-source-info, gdb-source-info):
3200 Simplify constructions using switch-to-buffer.
5223afda 3201
507c5deb
SJ
32022004-02-19 Simon Josefsson <jas@extundo.com>
3203
3204 * play/morse.el: Fix typo.
3205 (morse-code): Add @.
3206
e306dc9f
GM
32072004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
3208
3209 * calendar/appt.el (appt-display-format): Change default to
28eba01f 3210 'ignore, for backwards compatibility.
e306dc9f
GM
3211 (appt-display-message): If appt-display-format is 'ignore,
3212 respect old vars appt-msg-window and appt-visible.
3213 (appt-activate): Don't depend on return value of cancel-timer.
3214
3215 * calendar/calendar.el (calendar-holidays): Doc fix.
3216
b15aa9f9
SM
3217 * calendar/cal-coptic.el (coptic-prompt-for-date):
3218 Use assoc-string instead of assoc-ignore-case.
e306dc9f
GM
3219 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
3220 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
3221 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
3222 * calendar/cal-islam.el (calendar-goto-islamic-date)
3223 (mark-islamic-diary-entries): Ditto.
3224 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
3225 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
3226 (calendar-read-mayan-tzolkin-date): Ditto.
3227 * calendar/calendar.el (calendar-read-date): Ditto.
3228 * calendar/diary-lib.el (mark-diary-entries): Ditto.
3229
c6190ba0
MR
32302004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
3231
b15aa9f9
SM
3232 * progmodes/executable.el (executable-command-find-posix-p):
3233 Fix choice of the directory.
c6190ba0 3234
8e5d85ff
LT
32352004-02-17 Luc Teirlinck <teirllm@auburn.edu>
3236
3237 * simple.el (interprogram-cut-function)
3238 (interprogram-paste-function, kill-new, kill-append):
3239 Doc fixes.
3240 (kill-region): Make it return nil. Doc fix.
3241 (yank-pop): Make its argument optional.
3242 (yank): Make ARG `-' equivalent to `-1'.
3243
a6eeaa81 32442004-02-17 Eli Zaretskii <eliz@gnu.org>
ac84042c
EZ
3245
3246 * mail/rmail.el (rmail-get-new-mail): Don't reference
3247 rmail-use-spam-filter if rmail-spam-filter is not loaded.
3248
8a9825f7
LT
32492004-02-16 Luc Teirlinck <teirllm@auburn.edu>
3250
3251 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
3252 if one of global-auto-revert-non-file-buffers or autorevert-mode
3253 is non-nil.
3254
a6eeaa81 32552004-02-16 Eli Zaretskii <eliz@gnu.org>
4e039f3f
EZ
3256
3257 * subr.el (delete-dups): A better implementation from Karl Heuer
3258 <kwzh@gnu.org>.
3259
279dffd6
EZ
32602004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
3261
3262 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
43e48bda
LT
3263 correct place.
3264 * progmodes/icon.el (icon-indent-command): Ditto.
279dffd6
EZ
3265 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
3266
a6eeaa81 32672004-02-16 Eli Zaretskii <eliz@gnu.org>
8c094106
EZ
3268
3269 * progmodes/grep.el (grep-compute-defaults): Undo change from
3270 2004-01-29: don't use executable-command-find-posix-p.
3271
c33b76da
EZ
32722004-02-16 Richard Sharman <rsharman@pobox.com>
3273
3274 * hilit-chg.el: Use require instead of eval-and-compile.
3275 (highlight-compare-buffers): New function.
3276
1c0ecbc4
EZ
32772004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
3278
3279 * man.el (Man-fontify-manpage): Render section headings in
3280 `Man-overstrike-face' even when overstrike was not used by man
3281 formatter for section headings.
3282
88fcbeaa
EZ
32832004-02-16 Eli Tziperman <eli@deas.harvard.edu>
3284
3285 * rmail-spam-filter.el: (vm-use-spam-filter)
3286 (rsf-min-region-length-added-to-spam-list): New variables.
b15aa9f9 3287 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
d8d95bc7 3288 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
88fcbeaa
EZ
3289 spam testing. Don't delete spam message if automatic deletion
3290 after output via variable rmail-delete-after-output is turned on.
b15aa9f9 3291 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
88fcbeaa
EZ
3292 rsf-bbdb-dont-create-entries-for-spam.
3293 (check-field): New function, extracted from code in
d08c4c28 3294 rmail-spam-filter to ease addition of header fields like content-type.
88fcbeaa
EZ
3295 (message-content-type): New variable to check the content-type:
3296 field added, also in defcustom of rsf-definitions-alist.
3297 (rmail-spam-filter): Replace repeated test code for header fields
3298 by calls to check-field; change the call to
3299 rmail-output-to-rmail-file such that rmail-current-message stays
b15aa9f9 3300 the same to avoid wrong deletion of unseen flags.
88fcbeaa
EZ
3301 (rsf-add-contents-type): New function to convert old format
3302 of rmail-spam-definitions-alist into new one.
b15aa9f9 3303 Change prefixes of all variables and functions from
88fcbeaa
EZ
3304 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
3305
a6eeaa81 33062004-02-16 Eli Zaretskii <eliz@gnu.org>
dffc4dfc
EZ
3307
3308 * loadhist.el (unload-hook-features-list): New defvar.
3309
0ca9aa8f
EZ
33102004-02-16 Dave Love <fx@gnu.org>
3311
3312 * loadhist.el (unload-feature): Doc fix. Rename flist to
3313 unload-hook-features-list.
3314
28eba01f 33152004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
7b5368c1
EZ
3316
3317 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
3318 cookie. Don't check if we are looking-at open-formula.
3319
ca4bc494
EZ
33202004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
3321
3322 * subr.el (match-string-no-properties): Use substring-no-properties.
3323
a6eeaa81 33242004-02-16 Eli Zaretskii <eliz@gnu.org>
740b7c2d
EZ
3325
3326 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
b15aa9f9
SM
3327 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
3328 Use lower-case "rx" in all error message.
740b7c2d
EZ
3329
33302004-02-16 Dave Love <fx@gnu.org>
3331
3332 * emacs-lisp/rx.el (rx-or): Put group around result.
3333 (rx-constituents): Add backref.
3334 (rx-syntax): Add string-delimiter, comment-delimiter.
3335 (rx-categories): Add combining-diacritic.
3336 (rx-check-not, rx-greedy, rx): Doc fix.
3337 (rx-backref, rx-check-backref): New.
3338
065b7364
EZ
33392004-02-16 Jesper Harder <harder@ifa.au.dk>
3340
3341 * newcomment.el (uncomment-region): Allow eob as comment end.
3342
0eee131e 33432004-02-16 Jari Aalto <jari.aalto@poboxes.com>
bbc66b08
EZ
3344
3345 * filecache.el: All message and error commands now use prefix
3346 "Filecache:" to make it easy to read *Messages* buffer.
3347
fb94f75f
EZ
33482004-02-16 Jari Aalto <jari.aalto@poboxes.com>
3349
d08c4c28
SM
3350 * autorevert.el: Add support to detect changed dired and VC buffers.
3351 (auto-revert-active-p, auto-revert-list-diff)
fb94f75f
EZ
3352 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
3353 (auto-revert-handler, auto-revert-active-p): New functions.
b15aa9f9 3354 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
fb94f75f 3355 and `auto-revert-active-p'.
4e664f62
EZ
3356 (eval-when-compile): Defvar dired-directory and vc-mode.
3357 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3358 (auto-revert-handler-vc): New functions.
fb94f75f 3359
ebb8cb68
EZ
33602004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
3361
3362 * progmodes/compile.el (compilation-directory): New defvar.
3363 (compile): Save current directory in compilation-directory.
3364 (recompile): Bind default-directory to compilation-directory if
3365 that is non-nil.
3366
062a9fce
EZ
33672004-02-16 Dave Love <fx@gnu.org>
3368
8a9825f7 3369 * newcomment.el (comment-insert-comment-function)
a71b3805
EZ
3370 (comment-region-function, uncomment-region-function): New.
3371 (comment-indent): Use comment-insert-comment-function.
3372 (uncomment-region): Use uncomment-region-function.
3373 (comment-region): Use comment-region-function.
3374
062a9fce
EZ
3375 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
3376
f800daf6
EZ
33772004-02-16 Richard Stallman <rms@gnu.org>
3378
3379 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
3380 loaddefs* and ldefs-boot*.
3381
a6eeaa81 33822004-02-16 Eli Zaretskii <eliz@gnu.org>
ca06718d
EZ
3383
3384 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
3385 and email address at the beginning and end of the address.
3386
3387 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
3388 anchored at the beginning of the email address.
3389
f92f5e37
KH
33902004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
3391
3392 * international/ccl.el (ccl-compile-write): Pass `left' to
3393 ccl-embed-code to generate correct code of write-expr-register.
3394
4ae8d76c
TTN
33952004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
3396
3397 * progmodes/grep.el (grep-compute-defaults): Fix typos.
3398
49f87d23
JD
33992004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3400
3401 * x-dnd.el: Mention support for Motif in commentary.
3402 (x-dnd-handle-drag-n-drop-event): Ditto.
3403
584b627e
JY
34042004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
3405
783bcffa
SM
3406 * ses.el: Use "ses--" prefixes for buffer-local variables.
3407 Use (point-min) instead of 1, even when we know the buffer
3408 is unnarrowed.
3409 (ses-build-load-map): Delete. Distribute its content to defconst's for
3410 the three maps.
3411 (ses-menu, ses-header-line-menu): New menus.
3412 (ses-mode-map): Use them.
3413 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
584b627e 3414
84456793
MS
34152004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
3416
b15aa9f9 3417 * Makefile.in: Fix the CC Mode recompile kludge so it works
84456793
MS
3418 when building in a different directory.
3419
7e46b7bf
LT
34202004-02-13 Luc Teirlinck <teirllm@auburn.edu>
3421
783bcffa
SM
3422 * simple.el (kill-new): Put yank-handler property on the entire string.
3423
b15aa9f9
SM
34242004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3425
3426 * diff.el: Don't use compile any more, use diff-mode instead.
3427 (diff-regexp-alist, diff-old-file, diff-new-file)
3428 (diff-parse-differences, diff-process-setup): Remove.
3429 (diff-sentinel): New fun.
3430 (diff): Use it. Run the process ourselves.
3431 Use diff-mode for the rest of the processing.
3432
3433 * diff.el (diff): Simplify code handling `switch'.
3434
783bcffa
SM
34352004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3436
3437 * pcvs-defs.el (cvs-menu): Add `tag'.
7e46b7bf 3438
6827d730
LT
34392004-02-11 Luc Teirlinck <teirllm@auburn.edu>
3440
fb2dcf04
LT
3441 * simple.el (kill-append): Doc fix.
3442
783bcffa
SM
3443 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3444 Adapt outline-regexp to the new conventions for commenting out code.
6827d730 3445
1cdb6ab4
JPW
34462004-02-11 John Paul Wallington <jpw@gnu.org>
3447
3448 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
3449
4c11f6a8
SM
34502004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
3451
3452 * diff.el (diff-switches): New fun.
3453 (diff, diff-backup): Use it.
3454 (diff): Clean up the args construction. Use backquote.
3455 Use listp instead of consp to avoid putting a nil arg.
d8d95bc7 3456 (diff): Add a revert-buffer function.
4c11f6a8 3457
b9aafad5
JD
34582004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3459
3460 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
d08c4c28 3461 handled by x-dnd-handle-file-name.
b9aafad5
JD
3462 (x-dnd-known-types): Add COMPOUND_TEXT.
3463 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
3464 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
3465 x-dnd-empty-state.
3466 (x-dnd-forget-drop): Ditto.
3467 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
3468 (x-dnd-handle-one-url): Return private when inserting text.
3469 (x-dnd-insert-ctext): New function.
3470 (x-dnd-handle-file-name): New function for FILE_NAME.
3471 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
3472 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
3473 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
3474
3638f0e0
KH
34752004-02-10 Kenichi Handa <handa@m17n.org>
3476
3477 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
3478 instead of while loop.
3479
4d449b11
MB
34802004-02-10 Miles Bader <miles@gnu.org>
3481
3482 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
3483
f73145c1
KH
34842004-02-09 Kenichi Handa <handa@m17n.org>
3485
3486 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
3487 have end-of-line.
3488
7fefaee7
MS
34892004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
3490
3491 * Makefile.in: Added extra dependencies in the recompile target
3492 needed to cope with the compile time macro expansions in CC Mode.
3493
82722af3
KS
34942004-02-09 Kim F. Storm <storm@cua.dk>
3495
3496 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
3497 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
3498 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
3499 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
3500 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
3501 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
3502 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
3503 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
3504 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
3505 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
3506 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
fc4d69e1
SM
3507
35082004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3509
3510 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
3511 Don't allow shrink if there's a window on our right.
3512
3513 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
3514 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
3515 Bring together declaration and initialization.
3516 (prolog-mode-variables): Don't set the syntax table.
3517 Don't set paragraph-start and comment-indent-function.
3518 Add /*..*/ to the comment regexps.
3519 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
3520 (prolog-mode-map): Don't bind TAB.
3521 (prolog-mode): Set the syntax table.
3522 (prolog-comment-indent): Remove.
3523 (inferior-prolog-mode-map): Initialize in the declaration.
3524 (inferior-prolog-mode-syntax-table)
3525 (inferior-prolog-mode-abbrev-table): New vars.
3526 (inferior-prolog-mode): Derive from comint-mode.
3527 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
3528 minibuffer windows.
3529
3530 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
3531 in file names, as long as it is unabmiguous.
3532
e1dc18db
AS
35332004-02-08 Andreas Schwab <schwab@suse.de>
3534
3535 * textmodes/reftex-toc.el
3536 (reftex-toc-load-all-files-for-promotion): Remove useless use of
3537 format. Doc fix.
3538
3539 * textmodes/refer.el (refer-find-entry-internal): Remove extra
3540 format string arguments.
3541
3542 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
3543 string argument.
3544
fc4d69e1 3545 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
e1dc18db
AS
3546
3547 * play/zone.el (zone-call): Fix format string.
3548
fc4d69e1 3549 * net/webjump.el (webjump-builtin): Add missing format string argument.
e1dc18db 3550
fc4d69e1 3551 * midnight.el (midnight-delay-set): Remove extra format string argument.
e1dc18db 3552
fc4d69e1 3553 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
e1dc18db
AS
3554
3555 * hexl.el (hexl-insert-char): Add missing format string argument.
3556
3557 * format.el (format-decode): Fix format string.
3558
3559 * emulation/vi.el (vi-mode): Remove extra format string argument.
3560 (vi-repeat-last-search): Likewise.
3561 (vi-reverse-last-search): Likewise.
3562 (vi-goto-mark): Likewise.
3563 (vi-reverse-last-find-char): Likewise.
3564 (vi-repeat-last-find-char): Likewise.
3565 (vi-locate-def): Likewise.
3566
fc4d69e1 3567 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
e1dc18db
AS
3568
3569 * ediff-util.el (ediff-toggle-read-only): Remove extra format
3570 string argument.
3571 (ediff-toggle-regexp-match): Likewise.
3572
3573 * dired-aux.el (dired-do-query-replace-regexp): Add missing
3574 format string argument.
3575
3576 * calc/calc-map.el (calc-get-operator): Remove extra format
3577 string argument.
3578
3579 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
3580
3581 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
3582 string argument.
3583
3584 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
3585
fc4d69e1 3586 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
e1dc18db 3587
fc4d69e1 3588 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
e1dc18db 3589
fc4d69e1 3590 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
e1dc18db
AS
3591 (cl-struct-setf-expander): Likewise.
3592
3593 * vc.el (with-vc-file): Fix unsafe uses of error.
3594 (vc-cancel-version): Likewise.
3595
c35391d1
NR
35962004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
3597
3598 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
3599 thousands separator; fixes <class>:<line-number> regexp for
3600 non-english locales.
3601
ea855511
AS
36022004-02-08 Andreas Schwab <schwab@suse.de>
3603
3604 * view.el (view-mode-enable): Revert previous change.
3605
7fdd1f62
KS
36062004-02-07 Kim F. Storm <storm@cua.dk>
3607
3608 * simple.el (line-number-at-pos): Rename from line-at-pos.
3609 Uses changed (what-line and vc-annotate-warp-version).
3610
783bcffa
SM
36112004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3612
3613 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
3614 (diff-mode): Remove aborted attempt at support for compile.el.
3615 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
3616
daa3ea8d
AS
36172004-02-06 Andreas Schwab <schwab@suse.de>
3618
3619 * view.el (view-mode-enable): Add view-mode-map to
3620 minor-mode-overriding-map-alist.
3621
14ca8854
JD
36222004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3623
3624 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
3625
d1345427
SM
36262004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
3627
3628 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
3629 with point inside rather than after the paragraph.
3630
dbfa9ed4
SS
36312004-02-04 Sam Steingold <sds@gnu.org>
3632
3633 * mail/smtpmail.el (smtpmail-try-auth-methods):
3634 Do not try authentication when no mechanism is available.
3635 Pass port-name as defaultport to `netrc-machine'.
3636
12ad758a
SE
36372004-02-04 Stephen Eglen <stephen@gnu.org>
3638
3639 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
3640 to show how minibuffer height can be constrained.
3641
21575d92
JPW
36422004-02-04 John Paul Wallington <jpw@gnu.org>
3643
3644 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
3645
133aad74
JD
36462004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3647
3648 * x-dnd.el: New file for drag and drop.
3649
3650 * term/x-win.el: require x-dnd, set after-make-frame-functions
3651 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
3652 drag-n-drop event.
3653
3654 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
3655 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
3656 (dired-dnd-handle-file): New functions for drag and drop support.
3657 (dired-mode): Initialize drag and drop if x-dnd present.
3658
d1345427
SM
36592004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3660
3661 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
3662 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
3663 (cperl-mode): Set fill-paragraph-function.
3664 (cperl-fill-paragraph): Make it non-interactive.
3665
c010ecfa
BR
36662004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
3667
3668 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
3669
0fc8fa73
DK
36702004-02-02 David Kastrup <dak@gnu.org>
3671
3672 * replace.el (perform-replace): Allow 'literal argument in
3673 regexp-flag to indicate literal replacement.
3674 (query-replace-regexp-eval): Use it.
3675
679be517
AS
36762004-02-01 Andreas Schwab <schwab@suse.de>
3677
d1345427 3678 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
679be517 3679
b3a3e4e1
SE
36802004-02-01 Stephen Eglen <stephen@gnu.org>
3681
3682 * info-look.el: Add support for maxima-mode. Update commentary
3683 because info-lookup-symbol is now bound to C-h S.
3684
11178a06
LT
36852004-01-31 Luc Teirlinck <teirllm@auburn.edu>
3686
3687 * simple.el (edit-and-eval-command): Bind print-level and
3688 minibuffer-history-sexp-flag around call to read-from-minibuffer.
3689 Correct initial position in command-history.
3690
eb996101
LT
36912004-01-30 Luc Teirlinck <teirllm@auburn.edu>
3692
3693 * files.el (read-directory-name): Adapt the docstring to recent
3694 change in Fread_file_name.
3695
9e2d29b6
JY
36962004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
3697
3698 * ses.el (ses-print-cell): If print format too wide for column
3699 width, truncate decimal places if that helps to avoid "#####" fill.
3700 * ses.el (ses-initial-column-width): Revert previous change.
3701
cce5462e 37022004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
ab43c850 3703
cce5462e
SM
3704 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
3705 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
3706 Add edebug info.
3707 (jit-lock-mode): Setup/cancel the new timer.
3708 (jit-lock-context-fontify): New fun. Extracted from
3709 context fontification code of jit-lock-stealth-fontify.
3710 (jit-lock-stealth-fontify): Don't do context fontification any more.
ab43c850 3711
cce5462e
SM
3712 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
3713 (jit-lock-fontify-now): Handle the `quit' case.
3714 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
3715
37162004-01-29 Jari Aalto <jari.aalto@poboxes.com>
3717
3718 * progmodes/executable.el (executable-command-find-posix-p):
3719 New. Check if find handles arguments Posix-style.
3720
3721 * progmodes/grep.el (grep-compute-defaults):
ab43c850 3722 Use executable-command-find-posix-p.
cce5462e 3723 (grep-find): Check `grep-find-command'.
ab43c850 3724
cce5462e 3725 * filecache.el (file-cache-find-posix-p): Delete.
ab43c850 3726 (file-cache-add-directory-using-find):
cce5462e 3727 Use `executable-command-find-posix-p'.
ab43c850
RS
3728
37292004-01-29 Dave Love <fx@gnu.org>
3730
3731 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3732 Iterate the hook function if arg is given.
3733 (mark-defun, narrow-to-defun): Change order of finding the limits.
3734
3735 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
3736 (byte-compile-format-warn): New.
3737 (byte-compile-callargs-warn): Use it.
3738 (Format, message, error): Add byte-compile-format-like property.
3739 (byte-compile-maybe-guarded): New.
3740 (byte-compile-if, byte-compile-cond): Use it.
3741 (byte-compile-lambda): Compile interactive forms,
3742 just to make warnings about them.
3743
100eda14
JY
37442004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
3745
3746 * ses.el (ses-initial-column-width): Increase to 14, so it will
3747 work well with the default printer of "%.7g" for extreme values
3748 like "-1.234567e+07".
3749
3ff05361
KH
37502004-01-29 Kenichi Handa <handa@m17n.org>
3751
3752 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
3753
d57625a0
JR
37542004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
3755
3756 * dos-w32.el: Added support for the `default-printer-name' function.
3757
05e72590
SM
37582004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
3759
3760 * server.el (server-socket-name): Don't use the hostname in the
3761 socket name since /tmp is local to the host anyway.
3762
3763 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
3764 robust check of widening and fix var-naming.
3765
f5ea26f8
RS
37662004-01-27 Eli Tziperman <eli@deas.harvard.edu>
3767
3768 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
3769 or rmail-spam- to rsf- in all function and variable names.
3770 (rsf-min-region-to-spam-list): New variable.
05e72590 3771 (rsf-bbdb-auto-delete-spam-entries): Rename from
f5ea26f8
RS
3772 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
3773 scanned together with the recipients field for spam testing; Don't
3774 delete spam message if rmail-delete-after-output is non-nil;
05e72590 3775 (rsf-check-field): New function, extracted from code in
f5ea26f8
RS
3776 rmail-spam-filter to ease addition of header fields like
3777 content-type:;
05e72590 3778 (message-content-type): New variable. The content-type: field was
f5ea26f8
RS
3779 added also in defcustom of rsf-definitions-alist;
3780 (rmail-spam-filter): Replace repeated test code for header fields
3781 by calls to check-field; change the call to
3782 rmail-output-to-rmail-file such that rmail-current-message stays
3783 the same to avoid wrong deletion of unseen flags.
3784 (rmail-use-spam-filter): Add autoload cookie.
3785
05e72590 37862004-01-27 Jari Aalto <jari.aalto@poboxes.com>
f5ea26f8 3787
05e72590
SM
3788 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
3789 (file-cache-add-directory-using-find): Add Cygwin support.
3790 (file-cache-find-command-posix-flag): New user variable.
f5ea26f8 3791
05e72590
SM
3792 * filecache.el (file-cache-add-directory): Check for
3793 directories an remove them from dir-files.
f5ea26f8
RS
3794
37952004-01-27 Richard M. Stallman <rms@gnu.org>
3796
3797 * man.el (Man-fontify-manpage): Clean up message.
3798
f43a0b98
KH
37992004-01-27 Kenichi Handa <handa@m17n.org>
3800
3801 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
3802 (sentence-end): Define using sentence-end-without-space.
3803
05e72590
SM
3804 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
3805 a sentence ends with one of a character in sentence-end-without-space.
f43a0b98 3806
6497a8f8
SM
38072004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
3808
3809 * font-lock.el (font-lock): Add jit-lock as explicit group member.
3810 (jit-lock): Group declaration moved to jit-lock.el.
3811 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
3812 when necessary.
3813
3814 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
3815 (jit-lock-context-unfontify-pos): Rename from
3816 jit-lock-first-unfontify-pos.
3817 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
3818
337c50a5
GM
38192004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
3820
6497a8f8
SM
3821 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
3822 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
337c50a5
GM
3823 (fortran-fill): When filling a string, adjust re-search-backward
3824 argument for special case of string just on fill-column.
3825 When filling non-string, allow one extra char if
6497a8f8
SM
3826 fortran-break-before-delimiters is non-nil.
3827 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
337c50a5
GM
3828 Use fortran-break-delimiters-re and fortran-no-break-re to
3829 correctly handle cases such as "**".
3830
3831 * progmodes/f90.el (f90-break-delimiters): Doc fix.
3832 (f90-no-break-re): Add some extra tokens. Doc fix.
3833
2528f9c4
TTN
38342004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
3835
3836 * mail/rmail-spam-filter.el:
3837 Use two semicolons as Commentary line prefix.
3838 Add ";;; Code:" stylized comment.
3839 Delete end-of-line whitespace.
3840 Wrap (require 'cl) with `eval-when-compile'.
3841
414f7d4e
AS
38422004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
3843
3844 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
3845 at the top level of vc.el.
3846
fe722d76
AS
38472004-01-23 Andre Spiegel <spiegel@gnu.org>
3848
3849 * vc.el (vc-current-line): Function removed. This is now done by
3850 the new function line-at-pos in simple.el.
3851 (vc-annotate-warp-version): Use line-at-pos instead of
3852 vc-current-line.
3853
f076870a
KS
38542004-01-22 Kim F. Storm <storm@cua.dk>
3855
3856 * simple.el (line-at-pos): New defun.
3857 (what-line): Use it. Optimize by only counting lines in narrowed
3858 region once.
3859
6a8b9ce4
KH
38602004-01-22 Kenichi Handa <handa@m17n.org>
3861
6497a8f8
SM
3862 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
3863 point (register r1) only for charset mule-unicode-0100-24ff.
6a8b9ce4 3864
f78d258e
MR
38652004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
3866
3867 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
3868 trailing white space and ensure a final newline.
3869
6497a8f8
SM
3870 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
3871 Add autoload cookie.
f78d258e 3872
3a849027
AS
38732004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
3874
3875 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
3876 activate view-mode explicitly.
3877
a5bfbd4e
JD
38782004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3879
3880 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
3881 use clipboard first.
3882
f56af8ca
SM
38832004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3884
438fc6c0
SM
3885 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
3886 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
3887 (vc-mcvs-cvs): Remove.
3888 (vc-mcvs-command): Remove use of assert.
3889
f56af8ca
SM
3890 * outline.el (outline-insert-heading): Tighten up match.
3891 (outline-demote, outline-move-subtree-down): Don't assume anything
3892 about outline-regexp.
3893
3894 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
3895 (texinfo-show-structure): Explicitly add ^, and simplify.
3896
4e788be2
GM
38972004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
3898
3899 * calendar/appt.el (appt-check): Restore usage of
3900 appt-issue-message deleted in previous change.
3901 (top-level): Activate package when loaded (needed for backwards
3902 compatibility).
3903
24aaadec
GM
39042004-01-20 Jesper Harder <harder@ifa.au.dk>
3905
3906 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
3907 following previous change to smtpmail-send-data.
3908
00911925
AS
39092004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
3910
3911 * vc.el (vc-default-previous-version): Doc enhancement.
3912 (vc-default-next-version): New function.
3913 (vc-print-log): New arg FOCUS-REV.
f56af8ca
SM
3914 (vc-annotate-mode): Derive from view-mode.
3915 (vc-annotate): New args REVISION, DISPLAY-MODE.
3916 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
3917 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
3918 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
3919 (vc-annotate-show-diff-revision-at-line, vc-current-line)
3920 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
3921
3922 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
00911925 3923
a73c2999
KB
39242004-01-19 Karl Berry <karl@gnu.org>
3925
3926 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
3927 or "TexInfo".
3928
d0cd7210
LT
39292004-01-19 Luc Teirlinck <teirllm@auburn.edu>
3930
3931 * subr.el (delete-dups): New function.
3932
412be09b
KB
39332004-01-19 Karl Berry <karl@gnu.org>
3934
f56af8ca 3935 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
412be09b
KB
3936 with ^, since that's what texinfo-show-structure
3937 documentation says (plus it works much better in texinfo.txi).
3938
dd64e5e5
GM
39392004-01-18 Jesper Harder <harder@ifa.au.dk>
3940
f56af8ca 3941 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
dd64e5e5
GM
3942
39432004-01-18 David Ponce <david@dponce.com> (tiny change)
3944
3945 * progmodes/which-func.el (which-function-mode): Don't cancel
f56af8ca 3946 which-func-update-timer if not set.
dd64e5e5 3947
d14b04bc
TTN
39482004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
3949
3950 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
3951 Remove spurious left square bracket in XX:XXam regexp.
3952
a151ecff
LT
39532004-01-16 Luc Teirlinck <teirllm@auburn.edu>
3954
3955 * progmodes/cc-defs.el: Do not require cl at run time.
3956
557be036
RS
39572004-01-16 Richard M. Stallman <rms@gnu.org>
3958
3959 * emacs-lisp/cl.el (cl-cannot-unload): New function.
3960 (cl-unload-hook): Defvar this to run cl-cannot-unload.
3961
3962 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
3963 Call rmail-spam-filter. Delete and expunge spam.
3964 Print number of spam messages deleted.
3965 Save and restore the deletion status of old messages when reading
3966 new mail with spam filter, so that expunging spam does not expunge
3967 msgs deleted by the user.
f56af8ca 3968 (rmail-only-expunge): Add an optional argument dont-show to
557be036
RS
3969 prevent showing message after expunge.
3970
3e7274ae
LT
39712004-01-15 Luc Teirlinck <teirllm@auburn.edu>
3972
3973 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
3974 * subr.el (declare): New macro.
3975
c1bfdd54
TTN
39762004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
3977
3978 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
3979
7fc34f85
SM
39802004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3981
3982 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3983 Test window-system rather than system-type (for X11/Mac).
3984
4007b34c
LT
39852004-01-12 Luc Teirlinck <teirllm@auburn.edu>
3986
3987 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
3988
09843470
RS
39892004-01-12 Richard M. Stallman <rms@gnu.org>
3990
9b07d734
SM
3991 * mail/rmail.el (rmail-convert-to-babyl-format):
3992 Use mail-unquote-printable-region.
09843470
RS
3993 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
3994 (rmail-hex-char-to-integer): Functions deleted.
3995
3996 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
3997 (mail-unquote-printable-region): New arg NOERROR.
3998 For invalid encoding, either signal an error to just return nil.
3999
21dcb709
GM
40002004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4001
4002 * calendar/appt.el: Update copyright and commentary.
d9acc06f 4003 (appt-issue-message): Make obsolete.
21dcb709
GM
4004 (appt-visible, appt-msg-window): Make obsolete, in favour of
4005 appt-display-format.
4006 (appt-display-mode-line, appt-display-duration)
4007 (appt-display-diary, appt-time-msg-list, appt-mode-string)
4008 (appt-prev-comp-time, appt-display-count, appt-timer)
4009 (appt-convert-time): Doc change.
9b07d734
SM
4010 (appt-disp-window-function, appt-delete-window-function):
4011 Use defcustom rather than defvar.
21dcb709 4012 (appt-display-format): New variable.
9b07d734
SM
4013 (appt-display-message): New function with display code from appt-check.
4014 (appt-check): Add optional FORCE argument. Doc change.
4015 Add appt-make-list to diary-hook if displaying diary.
4016 Remove checking of view-diary-entries-initially.
4017 Message display section removed to new function appt-display-message.
21dcb709
GM
4018 (appt-display-window): Doc change. Remove unused internal var
4019 this-buffer. Do not beep, since appt-display-message does that.
4020 (appt-make-list): Doc change. Use caar.
4021 (appt-sort-list): Simplify by using builtin sort function.
4022 (appt-update-list): New function for updating appts when diary is
4023 saved.
4024 (appt-activate): New autoloaded function to toggle package
4025 functionality.
4026
4027 * calendar/cal-x.el: (calendar-one-frame-setup)
9b07d734 4028 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
21dcb709
GM
4029
4030 * calendar/calendar.el: Update copyright.
9b07d734 4031 (view-diary-entries-initially, european-calendar-style): Doc change.
21dcb709
GM
4032 (calendar-setup): Make defcustom rather than defvar.
4033 (mark-visible-calendar-date): Initialize temp-face and faceinfo
4034 in let binding so local to function.
4035
4036 * calendar/diary-lib.el: Update copyright.
4037 (diary, diary-entry-time): Doc change.
4038 (list-diary-entries): Doc change. Trivial logic change.
4039 (fancy-diary-display): Restore make-face command mistakenly
4040 deleted 2003-05-08.
4041 (show-all-diary-entries): Allow to pop-up frame if needed.
4042
fdce4c6d
JPW
40432004-01-09 John Paul Wallington <jpw@gnu.org>
4044
4045 * bindings.el (mode-line-change-eol): Add EVENT parameter.
4046 Temporarily select EVENT's window for changing eol type.
4047
3b42c185
TTN
40482004-01-09 Deepak Goel <deego@gnufans.org>
4049
4050 * calendar/diary-lib.el (diary-entry-time):
4051 Also accept time in the form XX[.XX][am/pm/AM/PM].
4052 (fancy-diary-font-lock-keywords): Likewise.
4053 (diary-font-lock-keywords): Likewise.
4054 * calendar/appt.el (appt-add): Likewise.
4055 (appt-make-list): Likewise.
4056 (appt-convert-time): Likewise.
4057
7f0edca4
NR
40582004-01-08 Nick Roberts <nick@nick.uklinux.net>
4059
4060 * gdb-ui.el (gdb-ann3): Revert previous change.
4061 (gdb-source-info): Allow for case of where compilation directory
4062 is not recorded.
4063
c9ec040a
JPW
40642004-01-08 John Paul Wallington <jpw@gnu.org>
4065
4066 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
4067
2fae1984
NR
40682004-01-07 Nick Roberts <nick@nick.uklinux.net>
4069
9b07d734 4070 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
2fae1984 4071
7f0edca4
NR
4072 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
4073 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
4074 problems.
2fae1984
NR
4075 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
4076
583c353d
LT
40772004-01-07 Luc Teirlinck <teirllm@auburn.edu>
4078
4079 * files.el (write-file-functions, write-contents-functions):
4080 Clarify docstrings.
4081
c251286b
KH
40822004-01-07 Kenichi Handa <handa@m17n.org>
4083
4084 * international/mule.el (set-auto-coding): Fix for the case that
4085 end-of-line is only CR.
4086
05faee07
KS
40872004-01-07 Kim F. Storm <storm@cua.dk>
4088
4089 * subr.el (event-start, event-end): Doc fix.
4090 (posn-string, posn-image): New defuns.
4091 (posn-object): Return either image or string object.
4092 (posn-object-x-y): Return 8th element of position.
4093 (posn-object-width-height): New defun.
4094
a8410c29
AS
40952004-01-06 Andreas Schwab <schwab@suse.de>
4096
4097 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
4098 output.
4099
2e3b4a0b
KB
41002004-01-05 Karl Berry <karl@gnu.org>
4101
28eba01f 4102 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
2e3b4a0b
KB
4103 / and *, too.
4104
3c3b81d1
SJ
41052003-12-31 Simon Josefsson <jas@extundo.com>
4106
4107 * files.el (before-save-hook): Add.
4108 (basic-save-buffer): Use before-save-hook.
4109
bcbc6fd3
SJ
4110 * emacs-lisp/copyright.el: Fix comment to recommend
4111 before-save-hook instead of write-file-functions.
4112
61e938eb
RS
41132004-01-05 Richard M. Stallman <rms@gnu.org>
4114
4115 * finder.el (finder-commentary): Call delete-other-windows.
4116
4117 * net/ange-ftp.el (ange-ftp-file-attributes):
4118 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
4119
17b33776
KB
41202004-01-04 Karl Berry <karl@gnu.org>
4121
28eba01f 4122 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
17b33776
KB
4123 comment characters % and # in the copyright year notice,
4124 as well as ;.
4125
125f1820 41262004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
972c0c49 4127
125f1820
PA
4128 * wid-edit.el (default): Define dummy :value-delete.
4129 Reported by Jesper Harder <harder@ifa.au.dk>.
55115079
PA
4130
41312004-01-03 Richard M. Stallman <rms@gnu.org>
4132
4133 * progmodes/compile.el (compile-internal): Use point, not point-min,
4134 for set-window-point.
4135
4136 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
4137
438fc6c0 4138 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
55115079
PA
4139
4140 * progmodes/grep.el (grep-mode-map):
4141 Don't remap next-line, previous-line.
4142
41432004-01-03 Eric M. Ludlam <eric@siege-engine.com>
4144
4145 * speedbar.el (speedbar-edit-line): Change regexp to position
4146 the cursor on the first character of this line's button.
4147
41482004-01-03 Luc Teirlinck <teirllm@auburn.edu>
4149
4150 * subr.el (functionp): Doc fix.
4151
41522004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
4153
4154 * progmodes/idlwave.el (idlwave-make-tags):
4155 * textmodes/flyspell.el (flyspell-large-region):.
4156 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
4157 * emulation/viper-util.el (viper-glob-unix-files):
4158 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
4159 * man.el (Man-init-defvars):
4160 * jka-compr.el (jka-compr-call-process):
4161 * files.el (get-free-disk-space,insert-directory):
4162 * ediff-ptch.el (ediff-test-patch-utility):
4163 * ediff-diff.el (ediff-test-utility):
4164 * dired-aux.el (dired-check-process):
4165 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
4166 test the return value of call-process, because it can be a string.
4167
41682003-12-31 John Paul Wallington <jpw@gnu.org>
4169
4170 * bindings.el (completion-ignored-extensions): Add .pfsl.
4171
41722003-12-31 Kim F. Storm <storm@cua.dk>
4173
4174 * ido.el (ido-nonreadable-directory-p): New defun to check for
4175 nonreadable directory without activating tramp (to avoid problems
28eba01f 4176 with checking incomplete tramp paths).
55115079
PA
4177 (ido-set-current-directory, ido-file-internal)
4178 (ido-file-name-all-completions1): Use it.
4179
41802003-12-30 Luc Teirlinck <teirllm@auburn.edu>
4181
4182 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
4183 documentation if the anchor (or node) name is preceded by `info
4184 anchor' or `Info anchor' in addition to earlier `info node' and
4185 `Info node'.
4186 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
4187
a6eeaa81 41882003-12-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
4189
4190 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
4191 error in arguments to base64-decode-region. Remove ^M characters
4192 after decoding base64.
4193
41942003-12-30 Simon Josefsson <jas@extundo.com>
4195
4196 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
4197 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
4198 have only been distributed with Emacs for some years.
4199 (texinfo-mode-hook): Customize.
4200
a6eeaa81 42012003-12-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
4202
4203 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
4204 cleaner (suggested by Richard Stallman).
4205
4206 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
4207 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
4208 file-name clashes on 8+3 DOS filesystems.
4209
4210 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
4211 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
4212 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
4213 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
4214 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
4215 file-name clashes on 8+3 filesystems.
4216
9b07d734
SM
4217 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
4218 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
4219 file-name clashes on 8+3 DOS filesystems.
55115079
PA
4220
42212003-12-29 Richard M. Stallman <rms@gnu.org>
4222
4223 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
4224 Upcase the character.
4225
4226 * textmodes/flyspell.el (mail-mode-flyspell-verify):
4227 Search for header separator alone on a line, literally,
4228 and search for it backward, not forward.
4229 (flyspell-abbrev-table): Always use global-abbrev-table
4230 if there is no local one.
4231
4232 * progmodes/sh-script.el (sh-get-indent-info):
4233 Don't move point back if at bob.
4234
4235 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
4236
4237 * play/handwrite.el (handwrite): Make the handwrite credit message
4238 a comment rather than an output command.
4239
4240 * obsolete/sc.el: Display message that this file is obsolete.
4241
4242 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
4243
4244 * mail/rfc822.el (rfc822-address-start): Declare variable.
4245 Renamed from address-start. All uses changed.
4246
4247 * term.el (term-exec): Set up sentinel.
4248 (term-sentinel): New function.
4249 (term-handle-exit): New function.
4250
3b42c185 4251 * subr.el (assoc-ignore-case, assoc-ignore-representation):
55115079
PA
4252 Use assoc-string, and mark them obsolete.
4253 (delay-mode-hooks): Mark as permanent local.
4254
4255 * simple.el (sendmail-user-agent-compose): Use assoc-string.
4256
4257 * register.el (copy-rectangle-to-register): Doc fix.
4258
4259 * info.el (Info-insert-dir): Use assoc-string.
4260
4261 * info-look.el (info-lookup): Use assoc-string.
4262
4263 * frame.el (pop-up-frame-function): Use quote, not `function'.
4264 (frame-notice-user-settings): Calculate ADJUSTED-TOP
4265 copying with lists as coordinate values.
4266
4267 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
4268
4269 * find-dired.el (kill-find): New command.
4270 (find-dired): Make buffer read-only.
4271 Set up a keymap with C-c C-k running kill-find.
4272 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
4273
4274 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
4275
4276 * filecache.el (file-cache-ignore-case): New variable.
4277 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
4278
4279 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
4280 (comint-dynamic-complete-as-filename): Rename local vars.
4281 (comint-dynamic-list-filename-completions): Likewise.
4282
4283 * comint.el (comint-dynamic-list-completions-config): New var.
4284 (comint-dynamic-list-completions): Handle both SPC and TAB right.
4285
4286 * comint.el (comint-file-name-chars): Add [].
4287 (comint-word): Use skip-chars-backward, not search.
4288
4289 * shell.el (shell-file-name-chars): Add [].
4290
4291 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
4292
4293 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
4294
4295 * generic.el (define-generic-mode): Doc fix.
4296
a6eeaa81 42972003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
4298
4299 * files.el (kill-some-buffers): Doc fix.
4300
28eba01f 43012003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
55115079
PA
4302
4303 * comint.el (comint-watch-for-password-prompt): Pass `string' as
4304 arg to send-invisible
4305 (send-invisible): Doc fix. The argument is now a prompt, not the
4306 string to send.
4307 (comint-read-noecho): Doc fix.
4308
43092003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
4310
4311 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
4312 "@", as required by some ISP hosting service. Fix defcustom
4313 argument syntax errors that prevented use of customization.
4314
a6eeaa81 43152003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
4316
4317 * xml.el (xml-get-attribute-or-nil): Doc fix.
4318
28eba01f 43192003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
55115079
PA
4320
4321 * net/zone-mode.el (zone-mode): Use write-file-functions, not
4322 write-file-hooks.
4323
28eba01f 43242003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
55115079
PA
4325
4326 * autorevert.el (auto-revert-interval): Doc fix.
4327
28eba01f 43282003-12-29 Mark A. Hershberger <mah@everybody.org>
55115079
PA
4329
4330 * xml.el (xml-get-attribute-or-nil): New function, like
4331 xml-get-attribute, but returns nil if the attribute was not found.
9b07d734 4332 (xml-get-attribute): Convert to defsubst, uses
55115079
PA
4333 xml-get-attribute-or-nil.
4334
a6eeaa81 43352003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
4336
4337 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
4338
28eba01f 43392003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
55115079
PA
4340
4341 * custom.el (custom-declare-theme): Use `value' when putting
4342 properties on `theme'.
4343
28eba01f 43442003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
55115079
PA
4345
4346 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
4347 for each yank-handler segment.
4348 (insert-for-yank-1): New function, with the body of the previous
4349 insert-for-yank.
4350
4351 * textmodes/table.el (table-yank-handler): New defcustom.
4352 (table--put-cell-indicator-property): Put yank-handler property
4353 that indicates the yank handler for the table cell.
4354
28eba01f 43552003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
55115079
PA
4356
4357 * generic-x.el (etc-modules-conf-generic-mode): A more complete
4358 set of keywords.
4359
a6eeaa81 43602003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
4361
4362 * international/mule-cmds.el (reset-language-environment)
4363 (set-language-environment): Don't invoke fontset-related functions
4364 if fontset-list is not fboundp.
4365
43662003-12-29 Kenichi Handa <handa@m17n.org>
4367
9b07d734
SM
4368 * international/mule-cmds.el (reset-language-environment):
4369 Call set-overriding-fontspec-internal with nil.
55115079
PA
4370 (set-language-environment): Call set-overriding-fontspec-internal
4371 if the language environment specify `overriding-fontspec'.
4372 (language-info-alist): Doc added.
4373
4374 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
4375 characters of mule-unicode-0100-24ff.
4376 (ccl-encode-windows-1251-font): New CCL program.
4377 ("Bulgarian"): Specify overriding-fontspec.
4378 ("Belarusian"): Likewise.
4379
43802003-12-28 Sam Steingold <sds@gnu.org>
4381
4382 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
4383 parameter ID-FORMAT to conform with the 2003-11-30 patch.
4384
43852003-12-28 Nick Roberts <nick@nick.uklinux.net>
4386
4387 * progmodes/gud.el (gud-gdb-command-name): Set default to
4388 "gdb --annotate=3".
4389 (gud-gdb-marker-filter): Look out for annotations.
4390 (gdb-first-pre-prompt): New variable.
4391 Remove trailing white space.
4392
4393 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
4394 if necessary.
a568a2cc 4395 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
55115079
PA
4396 annotations are detected.
4397 (gud-gdba-marker-filter): Use global variable gud-marker-acc
4398 instead of a local one to allow transition from
4399 gud-gdb-marker-filter.
4400 Remove trailing white space.
4401
44022003-12-27 Kim F. Storm <storm@cua.dk>
4403
4404 * ido.el: Handle non-readable directories.
4405 (ido-decorations): Add 9th element for non-readable directory.
4406 (ido-directory-nonreadable): New dynamic var.
4407 (ido-set-current-directory): Set it.
4408 (ido-read-buffer, ido-file-internal):
4409 (ido-read-file-name, ido-read-directory-name): Let-bind it.
4410 (ido-file-name-all-completions1): Return empty list for
4411 non-readable directory.
4412 (ido-exhibit): Print [Not readable] if directory is not readable.
4413 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
4414 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
4415 Use it.
4416
44172003-12-27 Lars Hansen <larsh@math.ku.dk>
4418
4419 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
4420 calls to directory-files-and-attributes and file-attributes.
4421 (ls-lisp-format): Remove system dependent handling of user and
4422 group id's.
4423
44242003-12-25 Luc Teirlinck <teirllm@auburn.edu>
4425
4426 * ffap.el (ffap-read-file-or-url): Revert previous change.
4427
28eba01f 44282003-12-25 Robert J. Chassell <bob@rattlesnake.com>
55115079
PA
4429
4430 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
4431 new list of included files called `files-with-node-lines', that
4432 only have node lines. This way @include commands can include any
4433 file, such as version and update files without node lines, not
4434 just files that are chapters.
4435
44362003-12-25 Andreas Schwab <schwab@suse.de>
4437
4438 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
4439 file not found.
4440
44412003-12-08 Miles Bader <miles@gnu.org>
4442
4443 * dired.el (dired-between-files): Always use dired-move-to-filename,
4444 which is more robust in non-english locales.
4445
44462003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
4447
4448 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
4449
44502003-12-24 Andreas Schwab <schwab@suse.de>
4451
4452 * shell.el (shell-file-name-quote-list): Add backslash.
4453
4454 * comint.el (comint-quote-filename): Correctly handle backslash
4455 in comint-file-name-quote-list.
4456
44572003-12-24 Kenichi Handa <handa@m17n.org>
4458
9b07d734
SM
4459 * international/mule-cmds.el (set-default-coding-systems):
4460 Call ucs-set-table-for-input for all buffers that don't have local
55115079
PA
4461 value of buffer-file-coding-system.
4462
9b07d734
SM
4463 * international/ucs-tables.el (ucs-set-table-for-input):
4464 If translation-table-for-encode is a symbol, get its
55115079
PA
4465 translation-table property.
4466
44672003-12-23 Luc Teirlinck <teirllm@auburn.edu>
4468
4469 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
4470 to `completing-read' on a recently fixed bug.
4471
4472 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
9b07d734
SM
4473 instead of SPACE, to get the list of possible fringe modes.
4474 SPACE only works if both `partial-completion-mode' and
55115079
PA
4475 `completion-auto-help' are nil.
4476
9b07d734 4477 * complete.el (PC-is-complete-p): Delete.
55115079
PA
4478 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
4479 calls to `test-completion'.
4480
44812003-12-23 Nick Roberts <nick@nick.uklinux.net>
4482
4483 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
4484 to edit values when there are no children.
4485
4486 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
4487 a mode called "Assembler" already exists.
9b07d734 4488 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
a568a2cc 4489 (gud-watch): Use format option. Remove font properties from string.
9b07d734
SM
4490 (gdb-var-create-handler, gdb-var-list-children-handler):
4491 Don't bother about properties as there are none.
55115079
PA
4492 (gdb-var-create-handler, gdb-var-list-children-handler)
4493 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
4494 with two arguments.
9b07d734
SM
4495 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
4496 Let speedbar show value changes with a different font.
55115079
PA
4497 (gdb-edit-value): New defun.
4498 (gdb-clear-partial-output, gdb-clear-inferior-io)
4499 (def-gdb-auto-update-handler): Use erase-buffer.
4500 (gdb-frame-handler): Display watch expressions in
4501 FUNCTION::VARIABLE format if required.
4502
45032003-12-23 John Paul Wallington <jpw@gnu.org>
4504
4505 * info.el (Info-unescape-quotes, Info-split-parameter-string)
4506 (Info-goto-emacs-command-node): Doc fixes.
4507
28eba01f 45082003-12-12 Jesper Harder <harder@ifa.au.dk>
55115079
PA
4509
4510 * cus-edit.el (custom-add-parent-links): Define "many".
4511
45122003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
4513
4514 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
4515 (widget-child-validate, widget-type-value-create)
4516 (widget-type-default-get, widget-type-match): New functions.
4517 (lazy): New widget.
4518 (menu-choice, checklist, radio-button-choice, editable-list)
9b07d734 4519 (group, documentation-string): Remove redundant (per 2003-10-25
55115079 4520 change) calls to `widget-children-value-delete'.
9b07d734
SM
4521 (widget-choice-value-get, widget-choice-value-inline): Remove.
4522 (menu-choice): Update widget.
55115079
PA
4523
45242003-12-03 Kenichi Handa <handa@m17n.org>
4525
4526 * language/cyrillic.el: Register "microsoft-cp1251" in
4527 ctext-non-standard-encodings-alist.
4528 ("Bulgarian"): Add ctext-non-standard-encodings.
4529 ("Belarusian"): Likewise.
4530
4531 * international/mule-conf.el (compound-text-with-extensions):
4532 Change the type to 2 (iso-2022 base).
4533
4534 * international/mule.el (ctext-non-standard-encodings-alist):
4535 Change the format.
4536 (ctext-non-standard-encodings): New variable.
4537 (ctext-post-read-conversion): Fully re-written.
4538 (ctext-non-standard-designations-alist): Delete it.
4539 (ctext-non-standard-encodings-table): New function.
4540 (ctext-pre-write-conversion): Fully re-written.
4541
45422003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4543
4544 * cus-edit.el (custom-add-parent-links): Add documentation links
4545 for parent, if the item has none of its own.
4546
45472003-11-30 Richard M. Stallman <rms@gnu.org>
4548
4549 * dired-aux.el (dired-do-query-replace-regexp):
4550 Report files visited read-only.
4551
45522003-11-30 Juri Linkov <juri@jurta.org>
4553
4554 * dired-aux.el (dired-compare-directories): New command.
4555 (dired-file-set-difference, dired-files-attributes): New functions.
4556
45572003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
4558 Version 2.0.38 of Tramp released.
4559
4560 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
4561 Charles Curley <charlescurley@charlescurley.com>.
4562 (tramp-multi-connection-function-alist): Add ssht entry which adds
4563 "-e none -t -t" to the list of ssh args. Suggested by Adrian
4564 Aichner.
4565 (tramp-get-method-parameter): New function to retrieve a method
4566 parameter. This allows for omission of method parameters.
4567 Callers adjusted.
4568
45692003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
4570
4571 * net/tramp.el: Add new optional parameter ID-FORMAT to
4572 `file-attributes'. Calls of `file-attributes' won't use this
4573 parameter for backward compatibility reasons.
4574 (tramp-perl-file-attributes): Add a new parameter to Perl script
4575 in order to handle uid/gid as strings, if desired.
9b07d734
SM
4576 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
4577 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
55115079
PA
4578 order to make the function more general.
4579 (tramp-handle-file-attributes): Replace proprietary optional
9b07d734 4580 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
55115079 4581 (tramp-handle-file-attributes-with-perl): Handle parameter
a568a2cc 4582 NONNUMERIC if set. This wasn't done in the past.
55115079
PA
4583 (tramp-post-connection): Apply second parameter "$2" if
4584 `tramp-remote-perl' is called.
4585
9b07d734
SM
4586 * net/tramp-smb.el (tramp-smb-handle-delete-file):
4587 Correct cut'n'waste error (`filename' instead of `directory').
55115079
PA
4588 (tramp-smb-handle-directory-files-and-attributes)
4589 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
4590 introduced parameter ID-FORMAT.
4591 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
4592 error (`directory' instead of `ldir').
4593
4594 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
4595 `file-attributes' has a second parameter. If yes, apply it with
4596 value "'integer". Otherwise, don't use that parameter (default is
4597 integer format).
4598
55115079
PA
45992003-11-30 Luc Teirlinck <teirllm@auburn.edu>
4600
4601 * help.el (help-map): Bind `display-local-help' to `C-h .'.
4602 (help-for-help): Add `C-h .' to the listed Help options.
4603 Remove trailing whitespace.
4604
4605 * help-at-pt.el: New file.
4606
46072003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
4608
9b07d734
SM
4609 * subr.el (noreturn, 1value): New macros for test coverage.
4610 See `testcover.el'.
55115079
PA
4611
4612 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
4613
4614 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
4615 for macro `1value'.
4616 (testcover-1value): New function. Checks that a 1value form
4617 actually returns only one value. Requested by RMS.
4618
46192003-11-29 Nick Roberts <nick@nick.uklinux.net>
4620
4621 * gdb-ui.el (gud-watch, gdb-var-create-handler)
4622 (gdb-var-list-children, gdb-var-list-children-handler)
4623 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
4624 gdb commands that use mi to keep them out of the command history.
4625
46262003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4627
4628 * cus-start.el (all): Add use-file-dialog.
4629
9b07d734
SM
46302003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4631
4632 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
4633
55115079
PA
46342003-11-27 Kim F. Storm <storm@cua.dk>
4635
4636 * subr.el (posn-object-x-y): New defun.
4637
9b07d734
SM
46382003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4639
4640 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
4641 Don't use `space' for \\\n.
4642 Be more selective as to which # are comment-starters.
4643
55115079
PA
46442003-11-26 Luc Teirlinck <teirllm@auburn.edu>
4645
4646 * subr.el (number-sequence): Improve handling of floating point
4647 arguments (suggested by Kim Storm). Allow negative arguments.
4648
46492003-11-26 Kenichi Handa <handa@m17n.org>
4650
4651 * international/mule-cmds.el (standard-display-european-internal):
4652 Cancel the standard-display-table setting for ` and '.
4653
46542003-11-26 Kim F. Storm <storm@cua.dk>
4655
4656 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
4657 New defcustoms to add ffap-like functionality to ido.
4658 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
4659 (ido-no-final-slash): New defun.
4660 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
4661 (ido-read-file-name): ): Toggle VC checking via
4662 vc-handled-backends instead of vc-master-templates.
4663 (ido-file-internal): Handle ido-use-url-at-point and
4664 ido-use-filename-at-point via code borrowed from ffap-guesser.
4665 Handle new ido-exit code ffap.
4666 (ido-sort-list): Ignore final slash when sorting file names.
4667
46682003-11-25 Kim F. Storm <storm@cua.dk>
4669
4670 * emulation/cua-base.el (cua--standard-movement-commands):
4671 Add forward-sentence and backward-sentence.
4672
46732003-11-25 Stephen Eglen <stephen@gnu.org>
4674
4675 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
4676 iswitchb-exit is set to 'usefirst when user selects buffer at head
4677 of list using RET. (Selecting buffers at the head of the list was
4678 broken if the substring was also a complete buffername.)
4679
46802003-11-23 Kim F. Storm <storm@cua.dk>
4681
4682 * progmodes/compile.el (grep-command, grep-use-null-device)
4683 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
4684 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
4685 (grep-regexp-alist, grep-program, find-program)
4686 (grep-find-use-xargs, grep-history, grep-find-history)
4687 (grep-process-setup, grep-compute-defaults)
4688 (grep-default-command, grep, grep-tag-default, grep-find)
4689 (grep-expand-command-macros, grep-tree-last-regexp)
4690 (grep-tree-last-files, grep-tree): Move grep variables, functions
4691 and commands to new file grep.el.
4692 (compilation-mode-map): Remove grep commands from Compile sub-menu.
4693 (compilation-process-setup-function): Doc fix.
4694 (compilation-highlight-regexp, compilation-highlight-overlay): New
4695 defvars used for highlighting current compile error in source buffer.
4696 (compile-internal): New optional args HIGHLIGHT-REGEXP and
4697 LOCAL-MAP which overrides compilation-highlight-regexp and
4698 compilation-mode-map for this compilation.
4699 Delay calling compilation-set-window-height until after running
4700 compilation-process-setup-function so it can buffer-local override
4701 compilation-window-height.
4702 Check buffer-local value of compilation-scroll-output.
4703 (compilation-set-window-height): Use buffer-local value of
4704 compilation-window-height.
4705 (compilation-revert-buffer): Don't pass (undefined)
4706 preserve-modes arg to revert-buffer.
4707 (next-error-no-select, previous-error-no-select): New commands.
4708 (compilation-goto-locus): Temporarily highlight current match in
4709 source buffer using compilation-highlight-regexp.
4710
4711 * progmodes/grep.el: New file with grep code from compile.el.
4712 (grep): New defcustom group.
4713 (grep-window-height): New defcustom, like compilation-window-height.
4714 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
4715 (grep-scroll-output): New defcustom, like compilation-scroll-output.
4716 (grep-command, grep-use-null-device, grep-find-command)
4717 (grep-tree-files-aliases, grep-tree-ignore-case)
4718 (grep-tree-ignore-CVS-directories): Move to grep custom group.
4719 (grep-setup-hook): New hook variable.
4720 (grep-mode-map): New keymap for grep commands. Add Grep menu.
4721 (grep-last-buffer): New defvar, override compilation-last-buffer.
4722 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
4723 Call compile-internal with args highlight-regexp and grep-mode-map.
4724
47252003-11-23 Kim F. Storm <storm@cua.dk>
4726
4727 * subr.el (event-start, event-end): Doc fix.
4728 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
4729 (posn-area, posn-actual-col-row, posn-object): New defuns.
4730 (posn-col-row): Simplify doc. Rewrite to use cond.
4731 (posn-point): Also return buffer position for events outside text
4732 area (that info is now present in the event position).
4733
4734 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
4735 mouse-set-point so that hscroll still works now that clicks on
4736 fringes generate specific mouse events.
4737 (mouse-set-point): Note that it now works in fringes and margins
4738 too due to new semantics of posn-point in fringes and margins.
4739
4740 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
4741 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
4742
47432003-11-20 Kim F. Storm <storm@cua.dk>
4744
4745 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
4746 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
4747 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
4748 to 100 for icons to avoid increasing line height when shown.
4749
9b07d734
SM
47502003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
4751
4752 * newcomment.el (comment-normalize-vars): Initialize properly if
4753 comment-start was nil.
4754
55115079
PA
47552003-11-19 Andreas Schwab <schwab@suse.de>
4756
4757 * simple.el (set-variable): Fix indentation.
4758
47592003-11-17 Kenichi Handa <handa@m17n.org>
4760
9b07d734
SM
4761 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
4762 Fix docstring.
55115079
PA
4763
47642003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
4765
4766 * international/latin1-disp.el (latin1-display): Fix docstring.
4767
47682003-11-16 John Wiegley <johnw@newartisans.com>
4769
4770 * eshell/em-ls.el (eshell-ls-file): There are times with
4771 size-width is nil and uncomputed (when directories are created in
4772 dired, for example); in this case, 4 is reasonable default value,
4773 although it may caused skewed new entries (which could be avoided
4774 by returning the original value of 8 in all cases, but 99% of the
4775 time this is a waste of whitespace).
4776
47772003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
4778
9b07d734
SM
4779 * cc-engine.el (c-guess-continued-construct)
4780 (c-guess-basic-syntax): Check a little more carefully if it's a
55115079
PA
4781 function declaration when an unknown construct followed by a block
4782 is found inside a statement context. This avoids macros followed
4783 by blocks to be taken as function declarations.
4784
9b07d734 4785 (c-guess-continued-construct): Change the analysis of a statement
55115079
PA
4786 continuation with a brace open to `substatement-block', for
4787 consistency with recognized statements.
4788
4789 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
4790 start is in a position so that `c-beginning-of-statement-1' jumped
4791 to the beginning of the same statement.
4792
9b07d734
SM
4793 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
4794 Don't accept binary operators in the arglist if we're in a function
4795 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
55115079
PA
4796 template recognition in cases like "if (a < b || c > d)".
4797
4798 (c-restricted-<>-arglists): New more appropriate name for
4799 `c-disallow-comma-in-<>-arglists'.
4800
4801 Accessing functions updated for the variable name change.
4802
4803 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
4804 match data could get clobbered if NOT-INSIDE-TOKEN is used.
4805
4806 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
4807 labels.
4808
4809 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
4810 instead of duplicating parts of it. This fixes bogus label
4811 recognition.
4812
9b07d734 4813 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
55115079
PA
4814 of checking the context in which to apply the minimum indentation,
4815 so that it isn't enforced in e.g. namespace blocks.
4816
4817 * cc-vars.el (c-inside-block-syms): New constant used by
4818 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
4819 to somewhat reduce the risk of becoming stale.
4820
9b07d734 4821 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
55115079
PA
4822 cc-cmds to cc-engine to allow use from cc-align.
4823
4824 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
4825 qualified identifiers containing "::".
4826
9b07d734 4827 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
55115079
PA
4828 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
4829
4830 * cc-vars.el (c-emacs-features): Use a space in front of the name
4831 of the temporary buffer. That also avoids dumping problems in
9b07d734 4832 XEmacs due to undo info being left around after the buffer is killed.
55115079
PA
4833
4834 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
4835 arglist to see if it's a K&R style declaration.
4836
4837 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
4838 before returning `knr-argdecl-intro'.
4839
48402003-11-16 John Wiegley <johnw@newartisans.com>
4841
4842 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
4843 field in a long-listing always 8 characters, use `size-width',
4844 which has already been computed.
4845
48462003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
4847
4848 * subr.el (minor-mode-list): Add `hs-minor-mode'.
4849
48502003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
4851
9b07d734
SM
4852 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
4853 Support operation while narrowed, with `diff-restrict-view'.
55115079
PA
4854
48552003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
4856
9b07d734
SM
4857 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4858 Take additional optional arg NARROWFUN. For the generated functions:
4859 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
4860 include frags that arrange to check for and save narrowing state before
4861 the move and then conditionally call NARROWFUN after the move.
55115079
PA
4862
48632003-11-14 John Wiegley <johnw@newartisans.com>
4864
9b07d734
SM
4865 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
4866 that was optional, but obviously missing based on surrounding code.
55115079
PA
4867
4868 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
4869 string arguments to numbers unless the whole argument was seen as
4870 a number.
4871
48722003-11-14 Kenichi Handa <handa@m17n.org>
4873
9b07d734
SM
4874 * international/mule.el (ctext-non-standard-encodings-alist):
4875 Fix coding systems.
55115079
PA
4876
48772003-11-10 Kenichi Handa <handa@m17n.org>
4878
4879 * language/kannada.el ("Kannada"): Add sample-text.
4880
4881 * language/knd-util.el (kannada-compose-region)
9b07d734
SM
4882 (kannada-compose-string, kannada-post-read-conversion):
4883 Add autoload cookie.
55115079
PA
4884
4885 * international/quail.el (quail-completion): Change the message
4886 "corresponding translations" to "corresponding characters".
4887
48882003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
4889
4890 * descr-text.el (describe-char): Fix typo.
4891
28eba01f 48922003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
55115079
PA
4893
4894 These changes are to support Kannada language/script.
4895
4896 * Makefile.in (DONTCOMPILE): Add kannada.el.
4897
4898 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
4899
4900 * loadup.el: Preload kannada.el.
4901
4902 * language/ind-util.el (ucs-kannada-to-is13194-alist)
4903 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
4904 New variables.
4905
4906 * language/kannada.el: New file.
4907
4908 * language/knd-util.el: New file.
4909
49102003-11-07 Andreas Schwab <schwab@suse.de>
4911
9b07d734
SM
4912 * progmodes/autoconf.el (autoconf-font-lock-keywords):
4913 Also highlight AH_*.
55115079
PA
4914
4915 * xml.el (xml-parse-dtd): Fix misplaced paren.
4916
49172003-11-07 Kenichi Handa <handa@m17n.org>
4918
4919 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
4920
49212003-11-05 Juri Linkov <juri@jurta.org>
4922
4923 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
4924 (desktop-buffer-file): Use saved buffer-file-coding-system
4925 for file reading. Set auto-insert to nil to prevent automatic
4926 insertion into restored empty files.
4927
49282003-11-04 Luc Teirlinck <teirllm@auburn.edu>
4929
4930 * files.el (risky-local-variable-p): Make second argument optional.
4931
9b07d734
SM
49322003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4933
4934 * subr.el (add-hook): Fix last change.
4935
a6eeaa81 49362003-11-03 Eli Zaretskii <eliz@gnu.org>
55115079 4937
9b07d734
SM
4938 * mail/rmail.el (rmail-convert-to-babyl-format):
4939 If base64-decode-region signals an error, catch it and silently
55115079
PA
4940 ignore it.
4941
49422003-11-01 Mark A. Hershberger <mah@everybody.org>
4943
4944 * xml.el (xml-parse-region): Allow comments to appear after the
4945 topmost element has closed.
4946 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
3b42c185 4947 (xml-ns-expand-attr): New functions to do namespace handling.
9b07d734 4948 (xml-intern-attrlist): Back-compatible handling of attribute names.
28eba01f 4949 (xml-parse-tag): Move namespace handling to separate functions.
55115079
PA
4950 Now produces elements in the form ((:ns . "element") (attr-list)
4951 children) instead of ('ns:element (attr-list) children).
4952 (xml-parse-attlist): Fix attribute parsing.
4953 (xml-parse-dtd): Change parsing so that it produces strings
4954 instead of interned symbols.
4955
49562003-11-01 era@iki.fi <era@iki.fi> (tiny change)
4957
4958 * dired.el (dired-ls-sorting-switches): Doc fix.
4959
49602003-11-01 Oliver Scholz <epameinondas@gmx.de>
4961
4962 * emacs-lisp/rx.el (rx-or): Fix the case of
4963 "(rx (and ?a (or ?b ?c) ?d))".
4964
49652003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
4966
4967 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
4968 (texinfo-format-region): Use it.
4969 (texinfo-format-buffer-1): Ditto.
4970
49712003-11-01 Alan Mackenzie <acm@muc.de>
4972
4973 Changes to allow scrolling whilst in isearch mode:
4974 * isearch.el (isearch-unread-key-sequence): New function,
4975 extracted from isearch-other-meta-char.
4976 (top level): (put 'foo 'isearch-scroll) on all Emacs's
4977 "scrollable" standard functions.
4978 (isearch-allow-scroll): New customizable variable.
4979 (isearch-string-out-of-window, isearch-back-into-window)
4980 (isearch-reread-key-sequence-naturally)
4981 (isearch-lookup-scroll-key): New functions.
4982 (isearch-other-meta-char): Doc string and functionality enhanced.
4983 Now accepts a prefix argument.
4984 (isearch-lazy-highlight-window-end): New variable.
4985 (isearch-lazy-highlight-new-loop): Pay attention to the window's
4986 end (thru isearch-lazy-highlight-window-end), not only its start.
4987
9b07d734
SM
4988 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
4989 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
55115079
PA
4990 (universal-argument, universal-argument-more, negative-argument)
4991 (digit-argument, universal-argument-other-key): Minor changes.
4992
49932003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
4994
4995 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
4996 recursively if the last message is deleted, thus avoiding an
4997 infinite loop.
4998
49992003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5000
5001 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
5002 (tex-main-file): Don't add .tex if the extension is already present.
5003 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
5004
50052003-10-29 Lute Kamstra <lute@gnu.org>
5006
5007 * progmodes/octave-inf.el (inferior-octave-prompt):
5008 Recognize version number in prompt.
5009
50102003-10-28 Dave Love <fx@gnu.org>
5011
5012 * international/characters.el: Fix some Unicode ranges.
5013
50142003-10-28 Kenichi Handa <handa@m17n.org>
5015
5016 * disp-table.el (standard-display-8bit)
5017 (standard-display-default, standard-display-ascii)
5018 (standard-display-g1, standard-display-graphic)
5019 (standard-display-underline): Assure that standard-display-table
5020 is a display table.
5021
50222003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5023
5024 * simple.el (reindent-then-newline-and-indent): Delete space *after*
5025 reindenting the first line.
5026
50272003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
5028
5029 * wid-edit.el (widget-default-delete): Always delete child widgets.
5030
50312003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5032
5033 * newcomment.el (comment-indent): Don't call indent-according-to-mode
5034 if the line has code.
5035 Don't try to line up with something that's too far left.
5036
5037 * progmodes/octave-mod.el (octave-comment-start): Simplify.
5038 (octave-mode-syntax-table): Add % as a comment starter.
5039 (octave-point): Remove.
5040 (octave-in-comment-p, octave-in-string-p)
5041 (octave-not-in-string-or-comment-p, calculate-octave-indent)
5042 (octave-blink-matching-block-open, octave-auto-fill):
5043 Use line-(beginning|end)-position instead.
5044
50452003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
5046
5047 * emacs-lisp/authors.el (authors-aliases): Add correct realname
5048 for Francesco Potort\e,Al\e(B.
5049
50502003-10-23 Dave Love <fx@gnu.org>
5051
5052 * international/mule-cmds.el (locale-charset-to-coding-system):
5053 Don't rely on nil being a coding system.
5054
5055 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
5056 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
5057 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
5058
50592003-10-21 Nick Roberts <nick@nick.uklinux.net>
5060
5061 * gdb-ui.el (gdb-current-language): New variable.
5062 (gdb-update-flag): Remove variable.
5063 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
5064 (gdb-take-last-elt): Remove function.
5065 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
5066 (gdb-post-prompt): Check for variable object changes here.
5067
5068 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
5069 object changes in gdb-ui.el.
5070
50712003-10-21 Richard M. Stallman <rms@gnu.org>
5072
5073 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
5074
5075 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
5076 Don't check for foo*/ wildcard form here.
5077 (insert-directory): Recognize foo*/ as a wildcard.
5078 Separate wildcard-regexp variable from the arg, wildcard.
5079
5080 * subr.el (add-hook): Correctly detect when make-local-hook was used.
5081 (remove-hook): Correctly handle strange cases about local hooks.
5082
50832003-10-21 David Ponce <david@dponce.com>
5084
5085 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
5086 argument REAL, to return a real number instead of a rounded
5087 integer value. Define as inline function.
5088 (ruler-mode-right-fringe-cols): Likewise.
5089 (ruler-mode-scroll-bar-cols): New function.
5090 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
5091 (ruler-mode-right-scroll-bar-cols): Likewise.
5092 (ruler-mode-space): New function.
5093 (ruler-mode-ruler): Use it. Handle variations of fringe style,
5094 scroll bar mode and margins in a more robust way.
5095
50962003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
5097
5098 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
5099 (antlr-c-init-language-vars): New function.
5100 (antlr-mode): Use it with cc-mode before v5.29.
5101 (antlr-c-common-init): Don't set some local vars here.
5102 (antlr-mode): Set them here.
5103 (antlr-c-forward-sws): New function alias.
5104 (antlr-mode): Redefine with cc-mode before v5.30.
5105 (antlr-skip-sexps): Use it.
5106 (antlr-skip-exception-part): Ditto.
5107 (antlr-skip-file-prelude): Ditto.
5108 (antlr-outside-rule-p): Ditto.
5109 (antlr-end-of-body): Ditto.
5110 (antlr-option-kind): Ditto.
5111 (antlr-insert-option-area): Ditto.
5112 (antlr-file-dependencies): Ditto.
5113
51142003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5115
5116 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
5117 Move backward only if point was not inside an entry.
5118
51192003-10-21 Richard M. Stallman <rms@gnu.org>
5120
5121 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
5122
51232003-10-21 Juri Linkov <juri@jurta.org>
5124
5125 * compare-w.el: Automatically skip non-matching text to resync.
5126 (compare-windows-whitespace): Doc fix.
5127 (compare-windows-sync, compare-windows-sync-string-size)
5128 (compare-windows-recenter, compare-ignore-whitespace)
5129 (compare-windows-highlight, compare-windows-face): New variables.
5130 (compare-windows): Use compare-windows-sync.
5131 (compare-windows-highlight, compare-windows-dehighlight)
5132 (compare-windows-sync-regexp)
5133 (compare-windows-sync-default-function): New functions.
5134
51352003-10-21 Juri Linkov <juri@jurta.org>
5136
5137 * diff.el (diff-parse-differences): Don't visit the files now;
5138 instead, just record the error locus.
5139
51402003-10-21 Dave Love <fx@gnu.org>
5141
5142 * progmodes/cfengine.el: New file.
5143
51442003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5145
5146 * complete.el (PC-do-completion): Do not forget to use `pred' as the
5147 default-directory when completing file names.
5148
51492003-10-20 Luc Teirlinck <teirllm@auburn.edu>
5150
5151 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
5152 followed by the word `face', it gets treated as a face, even if
5153 it is also defined as a variable or a function.
5154
51552003-10-20 Dave Love <fx@gnu.org>
5156
5157 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5158 Avoid incf in macro expansion.
5159
51602003-10-20 John Paul Wallington <jpw@gnu.org>
5161
5162 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
5163 `evenp' so we don't implicitly require cl library at runtime.
5164
51652003-10-18 Luc Teirlinck <teirllm@auburn.edu>
5166
5167 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
5168 (help-make-xrefs): Only make cross-references for faces if
5169 preceded or followed by the word `face'. Do not make a
5170 cross-reference for variables without variable documentation,
5171 unless preceded by the word `variable' or `option'. Update doc
5172 string accordingly.
5173
51742003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
5175
5176 * progmodes/hideshow.el: Rewrite one-armed `if'
5177 constructs using either `when' or `unless'.
5178 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
5179
51802003-10-16 Nick Roberts <nick@nick.uklinux.net>
5181
5182 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
5183 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
5184 instead of 12x12.
5185
a6eeaa81 51862003-10-16 Eli Zaretskii <eliz@gnu.org>
55115079
PA
5187
5188 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
5189 message while converting to Babyl.
5190
51912003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
5192
5193 * allout.el (allout-mode): Doc fix.
5194
51952003-10-16 Lute Kamstra <lute@gnu.org>
5196
5197 * subr.el (force-mode-line-update): Fix docstring.
5198
51992003-10-14 Dave Love <fx@gnu.org>
5200
5201 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
5202 (default-input-method): Add :link, improve :type.
5203 (locale-charset-language-names): Fix utf-8 pattern.
5204 (locale-charset-match-p, locale-charset-alist)
5205 (locale-charset-to-coding-system): New.
5206 (set-locale-environment): Deal with codeset part of locale specs.
5207
52082003-10-14 Lute Kamstra <lute@gnu.org>
5209
5210 * fringe.el (fringe-mode): Use active voice in docstring.
5211 (set-fringe-style): Ditto.
5212
52132003-10-13 Lute Kamstra <lute@gnu.org>
5214
5215 * fringe.el (fringe-mode): Fix docstring.
5216 (set-fringe-style): Ditto.
5217
52182003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
5219
5220 * ediff-mult.el (ediff-filegroup-action):
5221 Use ediff-default-filtering-regexp.
5222
5223 * ediff-util.el (ediff-recenter): Don't call
5224 ediff-restore-highlighting twice.
5225 (ediff-select-difference): Set current difference.
5226 (ediff-unselect-and-select-difference): Add comment.
5227
5228 * ediff.el (ediff-directories,ediff-directory-revisions)
5229 (ediff-directories3,ediff-merge-directories)
5230 (ediff-merge-directories-with-ancestor)
5231 (ediff-merge-directory-revisions)
5232 (ediff-merge-directory-revisions-with-ancestor):
5233 Use ediff-default-filtering-regexp.
5234
52352003-10-12 Andreas Schwab <schwab@suse.de>
5236
5237 * international/mule-cmds.el (locale-charset-language-names):
5238 Simplify regex by removing unused grouping.
5239
52402003-10-10 Dave Love <fx@gnu.org>
5241
5242 * bindings.el: Don't bind stop.
5243
52442003-10-08 Miles Bader <miles@gnu.org>
5245
5246 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
5247 face instead of attempting to emulate it.
5248
52492003-10-07 Kenichi Handa <handa@m17n.org>
5250
5251 * international/mule-diag.el (list-coding-systems-1): List coding
5252 systems that are loaded automatically.
5253
5254 * international/code-pages.el (iso-8859-11): Add autoload cookie.
5255
5256 * international/mule.el (autoload-coding-system): New function.
5257
52582003-10-07 Andreas Schwab <schwab@suse.de>
5259
5260 * log-edit.el (log-edit-changelog-entries): Prefer local value of
5261 change-log-default-name in the buffer visiting the file.
5262
52632003-10-06 Dave Love <fx@gnu.org>
5264
5265 * files.el (find-file-hook): Customize.
5266 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
5267
5268 * bindings.el (completion-ignored-extensions): Remove .log.
5269 (global-map): Add again, open, stop keys.
5270
52712003-10-05 Richard M. Stallman <rms@gnu.org>
5272
5273 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
5274 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
5275 Use sh-modify directly.
5276 (sh-select): Use sh-append, not eval.
5277
5278 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
5279
5280 * info.el (Info-following-node-name): New function.
5281
5282 * loadhist.el (unload-feature-special-hooks):
5283 Rename from loadhist-hook-functions.
5284 (loadhist-hook-functions): Now an alias.
5285
a6eeaa81 52862003-10-04 Eli Zaretskii <eliz@gnu.org>
55115079
PA
5287
5288 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
5289 file-name clashes on 8+3 filesystems.
5290
5291 * Makefile.in (DONTCOMPILE, bootstrap-clean):
5292 Rename loaddefs-boot.el to ldefs-boot.el
5293
5294 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
5295 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
5296
52972003-10-03 Lute Kamstra <lute@gnu.org>
5298
5299 * info.el (Info-mode): Revert previous change.
5300 (Info-escape-percent): New function.
5301 (Info-fontify-node): Use it.
5302
53032003-10-02 Andreas Schwab <schwab@suse.de>
5304
5305 * loaddefs-boot.el: Regenerated.
5306
53072003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
5308
5309 * ffap.el: Remove defadvice related code from CVS since `complete'
5310 provides a `PC-completion-as-file-name-predicate' variable that
5311 ffap can override.
5312
53132003-10-02 Kenichi Handa <handa@m17n.org>
5314
5315 * international/utf-8.el (ccl-decode-mule-utf-8):
5316 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
5317
5318 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
5319 * international/subst-big5.el: Likewise.
5320 * international/subst-gb2312.el: Likewise.
5321 * international/subst-ksc.el: Likewise.
5322
53232003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5324
5325 * calendar/calendar.el (increment-calendar-month)
5326 (calendar-leap-year-p, calendar-absolute-from-gregorian)
5327 (generate-calendar, calendar-read-date, calendar-interval)
5328 (calendar-day-of-week): Handle years BC.
5329 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
5330
53312003-10-01 Dave Love <fx@gnu.org>
5332
5333 * language/cyrillic.el (cp1251): Alias for windows-1251.
5334
5335 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
5336 bootstrap.
5337
53382003-10-01 Lute Kamstra <lute@gnu.org>
5339
5340 * files.el: Fix typo.
5341 * imenu.el (imenu--generic-function): Docstring fix.
5342
53432003-09-30 Richard M. Stallman <rms@gnu.org>
5344
5345 * dired.el (dired-mode): Handle dired-directory as a list.
5346
53472003-09-30 Nick Roberts <nick@nick.uklinux.net>
5348
5349 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
5350
5351 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
5352
5353 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
5354 Replace gud-display with gud-watch.
5355 (gud-speedbar-buttons): Add stuff for watching expressions
a568a2cc 5356 in the speedbar when using M-x gdba. Use dolist on old part
55115079
PA
5357 of this function.
5358
5359 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
5360 (gdb-update-flag): New variables.
5361 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
5362 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
5363 (gud-watch, gdb-var-create-handler) : New functions.
5364 (gdb-var-list-children, gdb-var-list-children-handler)
5365 (gdb-var-create-regexp, gdb-var-update-regexp)
5366 (gdb-var-list-children-regexp): New constants.
5367 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
5368 (gdb-annotation-rules): Reduce annotation set (level 3).
5369 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
5370 (gdb-post-prompt): Don't update GDB buffers every time speedbar
5371 updates.
5372 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
5373 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
5374 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
5375 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
5376 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
5377 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
5378 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
5379 (gud-display, gud-display1)
5380 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
5381 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
5382 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
5383 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
5384 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
5385 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
5386 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
5387 (gdb-display-display-buffer, gdb-toggle-display)
5388 (gdb-delete-display, gdb-expressions-popup-menu)
5389 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
5390 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
5391 to display buffer.
5392
53932003-09-30 Richard M. Stallman <rms@gnu.org>
5394
5395 * progmodes/ada-mode.el (ada-mode): Don't use advice.
5396 Instead, set which-func-functions.
5397
5398 * progmodes/which-func.el (which-func-modes): Add ada-mode.
5399 (which-func-functions): New variable.
5400 (which-function): Use that.
5401
5402 * info.el (Info-mode): Double each `%' in header line.
5403
5404 * emacs-lisp/lisp-mnt.el (lm-with-file):
5405 When FILE is nil, run BODY in current buffer.
5406
5407 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
5408
5409 * help.el (describe-mode): Start with a brief list of minor modes.
5410 Find them thru minor-mode-list so as to find them all.
5411 Show them in alphabetical order.
5412
5413 * mail/sendmail.el (mail-aliases): Doc fix.
5414
5415 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
5416
54172003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
5418
5419 * mail/rmailsum.el (rmail-make-summary-line-1):
5420 Change comma after last label to a space.
5421 (rmail-summary-font-lock-keywords): Adapt to that change.
5422
54232003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
5424
5425 * progmodes/scheme.el (scheme-mode-variables): When setting
5426 `font-lock-defaults', also specify that "#" should
5427 be interpreted with `word' syntax.
5428 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
5429
54302003-09-30 Lars Hansen <larsh@math.ku.dk>
5431
5432 * desktop.el: A lot of comments updated.
5433 (desktop-save-mode): Minor mode introduced.
5434 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
5435 (desktop-load-default): Function made obsolete.
5436 (desktop-locals-to-save): Variable made customizable.
5437 (desktop-read): Optional parameter `dirname' added.
5438 (desktop-change-dir, desktop-revert): Parameter `dirname' in
5439 `desktop-read' used.
5440 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
5441
54422003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
5443
5444 * whitespace.el (whitespace-clean-msg): Add user customizable message
5445 for displaying ``clean'' output.
5446 (whitespace-buffer): Use `whitespace-clean-msg'.
5447 (whitespace-global-mode): Fix typo.
5448
54492003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
5450
5451 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
5452
54532003-09-29 Lute Kamstra <lute@gnu.org>
5454
5455 * bindings.el (mode-line-modes): Remove superfluous :propertize
5456 construct in initialization.
5457 (mode-line-position): Change cons cell into proper list in
5458 initialization.
5459
28eba01f 54602003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
55115079
PA
5461
5462 * international/mule.el (decode-coding-inserted-region): Use car
5463 of the return value of find-operation-coding-system.
5464
54652003-09-29 Kenichi Handa <handa@m17n.org>
5466
5467 * descr-text.el (describe-char): Fix previous change.
5468
54692003-09-28 Kenichi Handa <handa@m17n.org>
5470
5471 * descr-text.el (describe-char-display): New function.
5472 (describe-char): Pay attention to display table on describing how
5473 a character is displayed.
5474
5475 * international/mule-cmds.el (encoded-string-description):
5476 Prepend "0x" to each encoded byte.
5477
54782003-09-28 Andreas Schwab <schwab@suse.de>
5479
5480 * find-file.el (ff-special-constructs): Add autoload cookie.
5481
54822003-09-28 Kevin Ryde <user42@zip.com.au>
5483
5484 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
5485 makeinfo appends to duplicate index entries.
5486
a6eeaa81 54872003-09-28 Eli Zaretskii <eliz@gnu.org>
55115079
PA
5488
5489 * dired-x.el (dired-clean-tex): Doc fix.
5490
5491 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
5492 using a Chinese tutorial.
5493
54942003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
5495
5496 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
5497 between "MAIL FROM:" and "RCPT TO:" and the following address.
5498
54992003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
5500
5501 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
5502
55032003-09-28 David Ponce <david@dponce.com>
5504
5505 * recentf.el (recentf-initialize-file-name-history): New defcustom.
5506 (recentf-load-list): When `recentf-initialize-file-name-history'
5507 is non-nil, initialize an empty `file-name-history' with the
5508 recent list.
5509
28eba01f 55102003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
55115079
PA
5511
5512 * man.el (Man-default-man-entry): Remove the leading `*' from the
5513 word at point.
5514
55152003-09-26 Lute Kamstra <lute@gnu.org>
5516
5517 * bindings.el (mode-line-position): Mention size indication in
5518 docstring.
5519
55202003-09-26 Andre Spiegel <spiegel@gnu.org>
5521
5522 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
5523
5524 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
5525 because it's autoloaded now.
5526
55272003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
5528
5529 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
5530 (sh-font-lock-keywords, sh-feature): Fix previous change of
5531 sh-feature to avoid infloop with sh-font-lock-keywords.
5532
55332003-09-25 Kim F. Storm <storm@cua.dk>
5534
5535 * frame.el (frame-current-scroll-bars): New defun.
5536
5537 * window.el (window-current-scroll-bars): New defun.
5538
55392003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5540
5541 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
5542 cause errors when the state cache contains info on parts that have
5543 been narrowed out.
5544
55452003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5546
5547 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
5548 `c-setup-paragraph-variables' has to be used when this variable is
5549 changed; it doesn't work to reinitialize the mode since that
5550 typically clobbers the variable.
5551
5552 * progmodes/cc-styles.el (c-setup-paragraph-variables):
5553 Make it interactive.
5554
55552003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5556
5557 * progmodes/cc-fonts.el (c-font-lock-declarations):
5558 Fix recognition of constructors and destructors for classes whose
5559 names are matched by `*-font-lock-extra-types'.
5560
5561 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
5562 followed by an identifier in C++ then it's a type.
5563
55642003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5565
5566 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
5567 problem that primarily affected XEmacs. Don't use faces to find
5568 unterminated strings since Emacs and XEmacs fontify strings
5569 differently - this function should now work better in XEmacs.
5570
55712003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5572
5573 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
5574 `expand-abbrev' workaround which caused braces to misbehave inside
5575 macros.
5576
5577 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
5578 handling. This bug could cause interactive font locking to bail out.
5579
55802003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5581
5582 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
5583 Handle paren-style types in Pike. Also fixed some cases of
5584 insufficient handling of unbalanced parens.
5585
55862003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
5587
5588 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
5589 common shell prompts that are not common filename or URL characters.
5590 (ffap-file-at-point): Use the new regexp to strip the prompts from
a568a2cc 5591 the file names. This is an issue mostly for user prompts that
55115079
PA
5592 don't have a trailing space and find-file-at-point is invoked from
5593 within a shell inside emacs.
5594
55952003-09-24 Andre Spiegel <spiegel@gnu.org>
5596
5597 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
5598 stamps numerically, rather than textually.
5599
56002003-09-24 Kenichi Handa <handa@m17n.org>
5601
5602 * language/devan-util.el (devanagari-post-read-conversion):
5603 * language/mlm-util.el (malayalam-post-read-conversion):
5604 * language/tml-util.el (tamil-post-read-conversion):
5605 Add autoload cookie.
5606
5607 * international/utf-8.el (utf-8-post-read-conversion):
5608 Call post-read-conversion functions for Devanagari, Malayalam,
5609 and Tamil.
5610
56112003-09-23 Dave Love <fx@gnu.org>
5612
5613 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
5614
56152003-09-22 Nick Roberts <nick@nick.uklinux.net>
5616
5617 * progmodes/gud.el (perldb): Add gud-until to list of commands.
5618 Update gud-remove.
5619
56202003-09-22 Richard M. Stallman <rms@gnu.org>
5621
5622 * progmodes/sh-script.el (sh-mode-default-syntax-table):
5623 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
5624 (sh-mode-syntax-table-input): New variable.
5625 (sh-require-final-newline): Don't use eval.
5626 (sh-builtins, sh-leading-keywords, sh-other-keywords)
5627 (sh-variables, sh-font-lock-keywords): Don't use eval.
5628 (sh-set-shell): When setting require-final-newline,
5629 treat value = `require-final-newline' as don't change it.
5630 Set sh-mode-syntax-table locally based on
5631 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
5632
5633 * progmodes/compile.el (compile-internal):
5634 Call compilation-set-window-height before setting window start.
5635
56362003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
5637
5638 * emacs-lisp/bytecomp.el (byte-compile-log-file):
5639 Clear out byte-compile-last-warned-form.
5640
56412003-09-22 Richard M. Stallman <rms@gnu.org>
5642
5643 * woman.el (woman-file-name, woman-follow-word):
5644 If current-word returns nil, use "".
5645
5646 * simple.el (eval-expression): Bind standard-output in to-buffer case.
5647
56482003-09-22 Richard M. Stallman <rms@gnu.org>
5649
5650 * emacs-lisp/lisp-mnt.el (lm-with-file):
5651 Don't visit the file, just use insert-file-contents in temp buffer.
5652
56532003-09-22 Jari Aalto <jari.aalto@poboxes.com>
5654
5655 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
5656 Add surrounding \\( and \\) around the header, as in
5657 for lm-history-header 'Change Log\\|History'.
5658
56592003-09-22 John Paul Wallington <jpw@gnu.org>
5660
5661 * progmodes/ld-script.el: Add Commentary section,
5662 minor cleanup of file header.
5663 (ld-script-font-lock-keywords): Doc fix.
5664 (toplevel): Provide `ld-script' feature.
5665
56662003-09-21 Kim F. Storm <storm@cua.dk>
5667
5668 * scroll-bar.el (set-scroll-bar-mode): Initialize to
5669 new built-in variable default-frame-scroll-bars.
5670 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
5671 scroll-bar-mode; notably, use it instead of t when we toggle
5672 scroll-bars on.
5673 (toggle-scroll-bar): Use default-frame-scroll-bars.
5674
56752003-09-19 Masatake YAMATO <jet@gyve.org>
5676
5677 * pcvs.el (cvs-do-removal): Change the prompt depending on
5678 `filter' value.
5679
56802003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5681
5682 * startup.el (command-line-1): Stop startup-echo-area-message
5683 being hidden by "Loading image..." message.
5684 (use-fancy-splash-screens-p, display-splash-screen):
5685 Move display-graphic-p test from latter to former.
5686
5687 * progmodes/sh-script.el (sh-font-lock-keywords):
5688 Highlight escaped EOLs differently from other backslash constructs.
5689
56902003-09-19 Richard M. Stallman <rms@gnu.org>
5691
5692 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
5693 New functions.
5694 (edebug-enter, edebug-outside-excursion): Use them.
5695
5696 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5697 Fix the condition for whether to print "In WHERE".
5698
56992003-09-19 Jari Aalto <jari.aalto@poboxes.com>
5700
5701 * finder.el (finder-mode-hook): New variable.
5702 (finder-mode): Run hook finder-mode-hook
5703
57042003-09-18 Masatake YAMATO <jet@gyve.org>
5705
5706 * progmodes/ebrowse.el: Fix broken magic autoload comments.
5707
57082003-09-17 Mario Lang <mlang@delysid.org>
5709
5710 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
5711 "p %e" to actually print the value in the GUD buffer.
5712
57132003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
5714
5715 From David Ponce <david.ponce@wanadoo.fr>:
5716 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
5717 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
5718 from loaddefs-boot.el if necessary.
5719
28eba01f 57202003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
55115079
PA
5721
5722 * progmodes/gud.el (gud-find-class): Make jdb work again since
5723 cc-mode changed the syntactic information.
5724
57252003-09-15 David Ponce <david@dponce.com>
5726
5727 * recentf.el: (recentf-exclude): Accept predicates too.
5728 (recentf-file-readable-p): New function.
5729 (recentf-include-p): Handle predicates in recentf-exclude.
5730 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
5731 (recentf-cleanup): Likewise.
5732 (recentf-save-list): Use write-file to handle backup of
5733 recentf-save-file.
5734
57352003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
5736
5737 * loaddefs-boot.el: Renamed from `loaddefs.el'
5738 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
5739 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
5740 necessary.
5741
57422003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
5743
5744 * electric.el (Electric-pop-up-window): For the `one-window' case,
5745 no longer disconcertingly move point in the original buffer.
5746
57472003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5748
5749 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
5750
28eba01f 57512003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
55115079
PA
5752
5753 * dired.el (dired-mode-map): Fix typo.
5754
57552003-09-11 Richard M. Stallman <rms@gnu.org>
5756
5757 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
5758
57592003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
5760
5761 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
5762 the function is less noisy. Now only `kill-buffer' can ask questions.
5763
57642003-09-10 Mario Lang <mlang@delysid.org>
5765
5766 * battery.el: Update Commentary and Copyright.
5767 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
5768 appear due to wrong ordering of the expressions in `or'.
5769
57702003-09-09 Lute Kamstra <lute@gnu.org>
5771
5772 * misc.el (upcase-char): Fix docstring.
5773 (zap-up-to-char): New command.
5774
57752003-09-08 David Ponce <david@dponce.com>
5776
5777 Ensure that recentf correctly updates the menu bar.
5778 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
5779 (recentf-menu-bar): New function.
5780 (recentf-clear-data): Use it
5781 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
5782 of easy-menu-change.
5783
57842003-09-08 Lute Kamstra <lute@gnu.org>
5785
5786 * simple.el (size-indication-mode): New.
5787 * bindings.el (mode-line-position): Add buffer size indicator.
5788
57892003-09-04 Mario Lang <mlang@delysid.org>
5790
5791 * battery.el (battery-linux-proc-acpi): New function.
5792 (battery-status-function): Modify default value calculation to also
5793 check for availability of ACPI.
5794 (battery-echo-area-format): Ditto.
5795 (battery-mode-line-format): Ditto.
5796
57972003-09-06 Dave Love <fx@gnu.org>
5798
5799 * ielm.el (ielm-mode-hook): Add :options.
5800
5801 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
5802 (eldoc-print-current-symbol-info): Use it.
5803
58042003-09-04 Nick Roberts <nick@nick.uklinux.net>
5805
5806 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
5807 being displayed in GUD buffer.
a568a2cc 5808 (gdb-idle-input-queue): Remove var. Use just one queue.
55115079
PA
5809 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
5810 Remove functions. Use just one queue.
5811 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
5812 (gdb-invalidate-assembler, gdb-get-current-frame):
5813 Modify functions. Use just one queue.
5814
58152003-09-04 Dave Love <fx@gnu.org>
5816
5817 * cus-start.el: Add blink-cursor-alist.
5818
5819 * ruler-mode.el (ruler-mode-fill-column-char)
5820 (ruler-mode-current-column-char): Use char-displayable-p,
5821 not window-system.
5822
5823 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
5824
5825 * language/european.el (windows-1252): Move from code-pages.
5826
5827 * language/cyrillic.el ("Windows-1251"): Delete.
5828 ("Bulgarian", "Belarusian"): Remove `features'.
5829 (windows-1251): Move from code-pages.
5830
5831 * international/mule-diag.el (non-iso-charset-alist):
5832 Remove `codepage' stuff.
5833 (print-designation, list-coding-systems-1): Output fixes.
5834
5835 * international/code-pages.el (cp-make-translation-table)
5836 (cp-valid-codes): Made defsubsts.
5837 (cp-fix-safe-chars): Delete.
5838 (mule-diag): Don't require.
5839 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
5840 (top-level): Check for defined coding system when defining
5841 cp... aliases. Change w32-add-charset-info test to avoid warning.
5842 (non-iso-charset-alist): Defvar when compiling.
5843 (cp-make-coding-system): Doc fix.
5844
58452003-09-02 Jason Rumney <jasonr@gnu.org>
5846
5847 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
5848 line-ends from CVS before doing conversion.
5849
58502003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
5851
5852 * calendar/diary-lib.el (diary-header-line-flag)
5853 (diary-header-line-format): New variables.
5854 (list-diary-entries): Use them to set header line in simple diary.
5855
5856 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
5857 other than font-lock-string-face to highlight backslashes.
5858
58592003-09-01 Jason Rumney <jasonr@gnu.org>
5860
5861 * international/titdic-cnv.el (tit-read-key-value): Include \r in
5862 regexp.
5863
58642003-09-01 Dave Love <fx@gnu.org>
5865
5866 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
5867
5868 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
5869 and :help; also line and column numbers labels.
5870
5871 * international/mule-util.el (char-displayable-p): Move from
5872 latin1-disp, rename and autoload.
5873
5874 * international/latin1-disp.el (latin1-char-displayable-p):
5875 Now obsolete alias. Replace uses with char-displayable-p.
5876 (latin1-display-ucs-per-lynx): Fix last change.
5877
5878 * international/mule-cmds.el (standard-display-european-internal):
5879 Don't use char code for Latin-1 NBSP.
5880 <XFree86 4>: Unfrob NBSP display table. Set display table to use
5881 U+2018, U+2019 for `'.
5882 (select-safe-coding-system): Message fix.
5883
58842003-09-01 Kenichi Handa <handa@m17n.org>
5885
5886 * international/fontset.el (setup-default-fontset): For Thai
5887 font, specify "*" family.
5888
28eba01f 58892003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
55115079
PA
5890
5891 * progmodes/compile.el (previous-error): Accept a prefix
5892 argument, similarly to next-error.
5893
58942003-08-31 Masatake YAMATO <jet@gyve.org>
5895
5896 * pcvs.el (cvs-do-removal): Use = instead of eq to check
5897 the number of files. Bind the number of files to a local
5898 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
5899
a6eeaa81 59002003-08-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
5901
5902 * vc-hooks.el (vc-make-version-backup): Fix the change made on
5903 2003-07-26: msdos-long-file-names is a function, not a variable.
5904
59052003-08-29 Richard M. Stallman <rms@gnu.org>
5906
5907 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
5908 Do nothing with mail-personal-alias-file if it is nil.
5909
5910 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
5911 Do nothing if mail-personal-alias-file is nil.
5912
5913 * term.el (term-exec-1): Bind coding-system-for-read.
5914
5915 * dired.el (dired-mouse-find-file-other-window):
5916 Use dired-view-command-alist here, as in dired-view-file.
5917 (dired-view-command-alist): Use %s to substitute file name.
5918 Handle .ps_pages, .eps, .jpg, .gif, .png.
5919
59202003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
5921
5922 * info.el (Info-mode-map): Bind S-tab and <backtab> to
5923 `Info-prev-reference', instead of M-tab.
5924
59252003-08-29 Martin Stjernholm <mast@lysator.liu.se>
5926
5927 * simple.el (blink-matching-open): Work correctly on chars that
5928 are designated as parens through the syntax-table text property.
5929
28eba01f 59302003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
55115079
PA
5931
5932 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
5933 line break position in the middle of a non-kinsoku (e.g. latin)
5934 word, making it skip until either a space or a character with
5935 category "|".
5936 (kinsoku-longer): Test for end of buffer.
5937
a6eeaa81 59382003-08-28 Eli Zaretskii <eliz@gnu.org>
55115079
PA
5939
5940 * mail/rmail.el (rmail-convert-to-babyl-format):
5941 Detect quoted-printable- and base64-encoded messages and decode them
5942 automatically. Set the message's encoding from the charset=
5943 header, if any. Decode base64-encoded messages in Mail format as well.
5944
59452003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5946
9310ba21 5947 * mail/smtpmail.el: Fix previous change.
55115079
PA
5948 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
5949 calling smtpmail-via-smtp.
5950 (smtpmail-via-smtp): Add fall-back values for envelope-from.
5951
59522003-08-26 John Paul Wallington <jpw@gnu.org>
5953
5954 * image.el (image-jpeg-p): Don't search beyond length of data.
5955
59562003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
5957
5958 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
5959 misfeature in `expand-abbrev' which caused electric keywords like
5960 "else" to disappear if an open brace was typed directly afterwards.
5961
59622003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
5963
5964 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
5965 mandatory in `define-widget'.
5966
5967 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
5968 Don't align the operators "!=", "<=" and ">=" as assignment operators.
5969
5970 (c-assignment-operators): New language constant that only contains
5971 the assignment operators.
5972
5973 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
5974
59752003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
5976
5977 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
5978 Safeguard against unbalanced sexps.
5979
28eba01f 59802003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
55115079
PA
5981
5982 * version.el (emacs-version): Check for gtk. Include gtk version info.
5983
59842003-08-25 John Paul Wallington <jpw@gnu.org>
5985
5986 * man.el (Man-default-man-entry): Don't whizz past the section
5987 number before looking for it.
5988
59892003-08-24 Nick Roberts <nick@nick.uklinux.net>
5990
5991 * progmodes/gud.el (gud-display-line): Don't set window-point if
a568a2cc 5992 source buffer is not visible. (Only happens with M-x gdba.)
55115079
PA
5993
5994 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
5995 documentation.
5996 (gdb-source, gdb-source-info): Update to assembler unnecessary
5997 as its done after each GDB command anyway.
5998 (gdb-pre-prompt): Use with-current-buffer.
5999 (gdb-insert-field): Add help-echo text.
6000 (gdb-invalidate-assembler): Re-display of assembler now done in
6001 gdb-info-breakpoints-custom.
6002 (gdb-info-breakpoints-custom): Force re-display of assembler to
6003 happen *after* update of breakpoints buffer.
6004 (gdb-display-source-buffer): Don't choke if gdb-source-window
6005 isn't visible.
6006 (gdb-put-string, gdb-put-arrow): Remove free variables.
6007
60082003-08-24 John Paul Wallington <jpw@gnu.org>
6009
6010 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
6011
6012 * man.el (Man-default-man-entry): Strip text properties when
6013 snarfing parts of entry because `format' preserves properties.
6014
60152003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6016
6017 * files.el (file-newest-backup): Use `expand-file-name'.
6018
6019 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
6020 Allow the diary to pop up a new frame, if needed.
6021
6022 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
6023 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
6024 (smtpmail-send-it): Make treatment of envelope-from consistent with
6025 sendmail.el.
6026
6027 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
6028 (sh-leading-keywords): Add the bash `time' reserved word.
6029 (sh-variables): Add some bash variables.
6030 (sh-add-completer): Fix nil branch of case statement.
6031
60322003-08-24 Masatake YAMATO <jet@gyve.org>
6033
6034 * progmodes/ld-script.el: New file.
6035
60362003-08-23 Markus Rost <rost@math.ohio-state.edu>
6037
6038 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
6039
60402003-08-23 Andre Spiegel <spiegel@gnu.org>
6041
6042 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
6043 Better explain obsolescence, and what to use instead.
6044
60452003-08-23 Masatake YAMATO <jet@gyve.org>
6046
6047 * pcvs.el (cvs-do-removal): Show the deleted file name
6048 on the prompt.
6049
60502003-08-20 Dave Love <fx@gnu.org>
6051
6052 * international/mule.el (make-coding-system)
6053 (set-buffer-file-coding-system): Doc fix.
6054
6055 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
6056
6057 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
6058
6059 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
6060
6061 * international/utf-16.el: Add mime-text-unsuitable coding system
6062 properties.
6063
6064 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
6065
6066 * cus-edit.el: Add some :links.
6067 (bib): Remove.
6068
6069 * textmodes/bib-mode.el (bib): Add :group external.
6070
60712003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
6072
6073 * wid-edit.el (widget-echo-help): Make it handle expressions that
6074 evaluate to strings.
6075
60762003-08-18 Michael Mauger <mmaug@yahoo.com>
6077
6078 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
6079
6080 Simplify selection of SQL products to define highlighting and
6081 interactive mode. Includes detailed instructions on adding
6082 support for new products.
6083
6084 * progmodes/sql.el (sql-product): New variable. Identifies SQL
6085 product for use in highlighting and interactive mode.
6086 (sql-interactive-product): New variable. SQL product for
6087 sql-interactive-mode.
6088 (sql-product-support): New variable. Specifies product-specific
6089 parameters to drive highlighting and interactive mode.
6090 (sql-imenu-generic-expression): Add more object types.
6091 (sql-sqlite-options): Correct comment.
6092 (sql-ms-program): Use "osql" rather than "isql".
6093 (sql-prompt-regexp, sql-prompt-length): Update comment.
6094 (sql-mode-menu): Add "Start SQLi session" entry.
6095 Replace Highlighting submenu with Product menu. Fix Send Region entry.
6096 (sql-mode-abbrev-table): Add abbreviations. Support of
6097 SYSTEM-FLAG on define-abbrev. Support was removed with last
6098 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
6099 (sql-mode-font-lock-object-name): Add font-lock pattern for object
6100 names.
6101 (sql-mode-ansi-font-lock-keywords): Set as default value.
6102 (sql-mode-oracle-font-lock-keywords): Set as default value.
6103 Support Oracle 9i keywords.
6104 (sql-mode-postgres-font-lock-keywords): Set as default value.
6105 (sql-mode-linter-font-lock-keywords): Set as default value.
6106 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
6107 SQLServer 2000.
6108 (sql-mode-sybase-font-lock-keywords)
6109 (sql-mode-interbase-font-lock-keywords)
6110 (sql-mode-sqlite-font-lock-keywords)
6111 (sql-mode-strong-font-lock-keywords)
6112 (sql-mode-mysql-font-lock-keywords)
6113 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
6114 keywords.
6115 (sql-mode-font-lock-defaults): Update comment.
6116 (sql-product-feature): New function. Returns feature associated
6117 with a product from `sql-product-support' alist.
6118 (sql-product-font-lock): New function. Set font-lock support
6119 based on `sql-product'.
6120 (sql-add-product-keywords): New function. Add font-lock rules to
6121 product-specific keyword variables.
6122 (sql-set-product): New function. Set `sql-product' and apply
6123 appropriate font-lock highlighting.
6124 (sql-highlight-product): New function. Set font-lock support
6125 based on a product. Also set mode name to include product name.
6126 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
6127 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
6128 Use `sql-set-product'.
6129 (sql-highlight-ms-keywords)
6130 (sql-highlight-sybase-keywords)
6131 (sql-highlight-interbase-keywords)
6132 (sql-highlight-strong-keywords)
6133 (sql-highlight-mysql-keywords)
6134 (sql-highlight-sqlite-keywords)
6135 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
6136 (sql-get-login): Prompt in the same order as the tokens.
6137 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
6138 (sql-product-interactive): New function. Common portions of
6139 product-specific interactive mode wrappers.
6140 (sql-interactive-mode): Rewritten to use product features.
6141 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6142 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6143 (sql-db2, sql-linter): Use `sql-product-interactive'.
6144 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
6145 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
6146 (sql-connect-ingres, sql-connect-postgres)
6147 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
6148 New functions. Format command line parameters and invoke comint on
6149 the appropriate interpreter. Code was in the corresponding
6150 `sql-xyz' function before.
6151 (sql-connect-ms): New function. Support -E argument to use
6152 operating system credentials for authentication.
6153
61542003-08-18 Kenichi Handa <handa@m17n.org>
6155
6156 * international/mule.el (encode-char): Fix for the ASCII case.
6157
61582003-08-15 Kenichi Handa <handa@m17n.org>
6159
6160 * international/fontset.el (setup-default-fontset): Change "*" to
6161 nil in the specifications of font family.
6162
61632003-08-18 Kim F. Storm <storm@cua.dk>
6164
6165 * kmacro.el (kmacro-keymap): Group related bindings in
6166 initialization for clarity. Bind C-s to start macro.
6167 Remove C-r binding.
6168 (kmacro-initial-counter-value): New defvar to hold initial counter
6169 value in case we set the value before defining a macro.
6170 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
6171 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
6172 not defining or executing macro. Doc fix.
6173 (kmacro-add-counter): Clear kmacro-initial-counter-value.
6174 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
6175 temporarily view older elements on the macro ring without cycling
6176 the ring.
6177 (kmacro-display): Doc fix.
6178 (kmacro-exec-ring-item): New helper function.
6179 (kmacro-call-ring-2nd): Use it.
6180 (kmacro-call-ring-2nd-repeat): Doc fix.
6181 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
6182 (kmacro-end-or-call-macro): Execute last viewed macro (using
6183 kmacro-exec-ring-item) from ring if this follows
6184 kmacro-view-macro. This allows us to find a macro on the ring
6185 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
6186 the ring to bring it to the head of the ring.
6187 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
6188 Allow binding to reserved keys without specifying C-x C-k prefix.
6189 Ask for confirmation if entered key sequence is already bound to
6190 a non-macro command.
6191 (kmacro-view-macro): Repeating command will show older elements
6192 on the macro ring; C-k will execute the last viewed macro.
6193 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
6194 property from 'ring to 'head.
6195
61962003-08-17 Alan Shutko <ats@acm.org>
6197
6198 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
6199 keeping December out of the alist.
6200
62012003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
6202
6203 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
6204 * calendar/calendar.el (calendar-mode-map): Bind it to key.
6205 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
6206 (calendar-flatten): New function.
6207 (calendar-mouse-view-other-diary-entries)
6208 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
6209 in the menu title and to show multi-line diary entries correctly
6210 in the menu.
6211
62122003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
6213
6214 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
6215 defcustom, because the default was recently changed.
6216
62172003-08-16 Richard M. Stallman <rms@gnu.org>
6218
6219 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
6220
6221 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
6222 New subroutine, broken out of eval-last-sexp-1.
6223 (eval-last-sexp-1): Use eval-last-sexp-print-value.
6224
6225 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
6226
6227 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
6228
6229 * simple.el (eval-expression): Use eval-last-sexp-print-value.
6230
62312003-08-14 Jari Aalto <jari.aalto@poboxes.com>
6232
6233 * progmodes/compile.el (compilation-error-regexp-alist):
6234 Add Java ANt error detection as described in document
6235 http://ant.apache.org/faq.html
6236
62372003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
6238
6239 * simple.el (backward-word, forward-to-indentation)
9242b3b7 6240 (backward-to-indentation): Argument changed to optional.
55115079
PA
6241 (next-line, previous-line): Use `or' instead of `unless'.
6242
62432003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6244
6245 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
6246 instead of a constant.
6247
62482003-08-12 Markus Rost <rost@math.ohio-state.edu>
6249
6250 * shell.el (shell): With prefix-arg, suggest a new buffer name.
6251
62522003-08-12 Andre Spiegel <spiegel@gnu.org>
6253
6254 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
6255 (vc-sccs-workfile-version): Search the entire delta table, rather
6256 than just the first entry, because that might be a deleted version.
6257
62582003-08-11 Karl Fogel <kfogel@red-bean.com>
6259
6260 * menu-bar.el (menu-bar-options-menu): Supply a body for the
6261 [save-place] binding in the Options menu. Have it require
6262 'saveplace' and then toggle the variable manually, to avoid an an
6263 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
6264 for the bug report.
6265
62662003-08-11 Nick Roberts <nick@nick.uklinux.net>
6267
6268 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
6269 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
6270 (gdb-info-threads-custom): Add help-echo text.
6271 (gdb-display-back): Don't use purecopy.
6272 (gdb-info-breakpoints-custom, gdb-reset)
6273 (gdb-assembler-custom): Use display-images-p to test if breakpoint
6274 icons can be displayed.
6275
62762003-08-11 Markus Rost <rost@math.ohio-state.edu>
6277
6278 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
6279
62802003-08-11 Stefan Monnier <monnier@cs.yale.edu>
6281
6282 * bookmark.el (bookmark-completing-read):
6283 Return a string, instead of a list of one string.
6284 Use a popup menu if activated from the mouse.
6285 (bookmark-edit-annotation): Remove unused vars.
6286 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
6287 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
6288 to bookmark-completing-read.
6289 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6290 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
6291 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
6292 and erase-buffer.
6293 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
6294 (bookmark-menu-jump, bookmark-menu-insert)
6295 (bookmark-popup-menu-and-apply-function)
6296 (bookmark-menu-popup-paned-bookmark-menu): Remove.
6297 (bookmark-menu-build-paned-menu): Remove by folding it into
6298 bookmark-menu-popup-paned-menu.
6299 (menu-bar-bookmark-map): Move the define-key statements here.
6300 Use the "non-menu" commands since they now pop up a menu if needed.
6301 (bookmark-exit-hook-internal): Simplify.
6302
63032003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
6304
6305 * reftex-toc.el (reftex-toc-rename-label): New function.
6306 (reftex-toc-check-docstruct): New function.
6307
6308 * reftex.el (reftex-region-active-p): New function.
6309
6310 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
6311 regexp to find the \bibliography macro.
6312
6313 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
6314 which does not exist in LaTeX.
6315 (reftex-cite-format-builtin): Added amsrefs support.
6316 (reftex-toc-confirm-promotion): New option
6317
6318 * reftex-toc.el
6319 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
6320 (reftex-toc-demote, reftex-toc-promote)
6321 (reftex-toc-do-promote, reftex-toc-promote-prepare)
6322 (reftex-toc-promote-action, reftex-toc-extract-section-number)
6323 (reftex-toc-newhead-from-alist)
6324 (reftex-toc-load-all-files-for-promotion): New functions.
6325 (reftex-toc-help): Added description of new keys.
6326 (reftex-toc-split-windows-fraction): New option.
6327 (reftex-recenter-toc-when-idle): Search *toc* window on all
6328 visible frames.
6329 (reftex-toc): Additional parameter REUSE
6330 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
6331 with REUSE argument.
6332 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
6333 the call of `reftex-toc'.
6334 (reftex-make-separate-toc-frame): New function .
6335 (reftex-toc-recenter): When called with triple prefix arg, call
6336 `reftex-make-separate-toc-frame' first.
6337 (reftex-toc-toggle-dedicated-frame): New command.
6338 (reftex-toc-quit): Adapted to delete frame when called in
6339 dedicated frame.
6340
6341 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
6342 all enclosing macros.
6343
6344
63452003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6346
6347 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
6348 first use.
6349
63502003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6351
6352 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
6353
63542003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
6355
6356 * calendar/calendar.el (list-diary-entries-hook)
6357 (diary-display-hook, nongregorian-diary-listing-hook)
6358 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
6359 Add some customize options for these hooks.
6360 (calendar-abbrev-construct): Don't try to take a substring longer
6361 than the original string.
6362
63632003-08-05 Richard M. Stallman <rms@gnu.org>
6364
6365 * emacs-lisp/testcover.el (noreturn): Report error if does return.
6366 (testcover-reinstrument-clauses): Doc fix.
6367
6368 * emacs-lisp/warnings.el: Doc fixes, args renamed.
6369 (warning-type-format): Rename from warning-group-format.
6370
6371 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
6372 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
6373 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
6374 to prevent warnings about defvar for an obsolete variable.
6375
6376 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
6377 warning-group-format renamed to warning-type-format.
6378
6379 * subr.el (read-passwd): Use clear-string instead of fillarray.
6380
6381 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
6382 Use vconcat instead of concat.
6383 (edmacro-sanitize-for-string): New function.
6384
63852003-08-05 Dave Love <fx@gnu.org>
6386
6387 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
6388 line-number-display-limit-width.
6389
6390 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
6391
63922003-08-05 Kenichi Handa <handa@m17n.org>
6393
6394 * international/code-pages.el: Don't require mule-diag.
6395
6396 * international/mule-diag.el (non-iso-charset-alist):
6397 Add autoload cookie.
6398
6399 * language/devan-util.el (dev-glyph-order): Add an entry for the
6400 glyph code #xC4.
6401
64022003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6403
6404 * calendar/calendar.el (diary-file, diary-file-name-prefix)
6405 (european-calendar-style, diary-date-forms)
6406 (calendar-day-name-array, calendar-month-name-array): Doc change.
6407 (generate-calendar-month): Adapt for new behaviour of
6408 `calendar-day-name' function.
6409 (calendar-abbrev-length, calendar-day-abbrev-array)
6410 (calendar-month-abbrev-array): New variables.
6411 (calendar-abbrev-construct): New function.
6412 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
6413 rather than fixing abbrevs at some width. Calling syntax change.
6414 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
6415 (calendar-date-string): Adapt for new behaviours of
6416 `calendar-day-name' and `calendar-month-name' functions.
6417
6418 * calendar/diary-lib.el (list-diary-entries): Adapt for new
6419 behaviour of `calendar-day-name' and `calendar-month-name' functions.
6420 (diary-name-pattern): Use abbrev arrays, rather than fixing
6421 abbrevs at three chars. Calling syntax change.
9242b3b7 6422 (mark-diary-entries): Adapt for new behaviours of
55115079
PA
6423 `diary-name-pattern' and `calendar-make-alist' functions.
6424 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
6425 `diary-name-pattern' function.
6426 (font-lock-diary-date-forms): Use abbrev arrays, rather than
6427 fixing abbrevs at three chars. Calling syntax change.
6428 (cal-hebrew, cal-islam): Require when compiling.
6429 (diary-font-lock-keywords): Adapt for new behaviour of
6430 `font-lock-diary-date-forms' function.
6431
6432 * calendar/cal-hebrew.el: Reposition some code so defined before used.
6433 (calendar-hebrew-month-name-array-common-year)
6434 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
6435 (list-hebrew-diary-entries): Adapt for new behaviours of
6436 `calendar-day-name' and `add-to-diary-list' functions.
6437 (mark-hebrew-diary-entries): Adapt for new behaviours of
6438 `diary-name-pattern' and `calendar-make-alist' functions.
6439
6440 * calendar/cal-islam.el (calendar-islamic-month-name-array):
6441 Add doc string.
6442 (list-islamic-diary-entries): Adapt for new behaviours of
6443 `calendar-day-name' and `add-to-diary-list' functions.
6444 (mark-islamic-diary-entries): Adapt for new behaviours of
6445 `diary-name-pattern' and `calendar-make-alist' functions.
6446
6447 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
6448 `calendar-month-name' function.
6449
6450 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
6451
6452 * calendar/solar.el (solar-seasons-data): Move definition before use.
6453
6454 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
6455 (cal-tex-LaTeX-hourbox): Move definition before use.
6456
6457 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
6458 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
6459 lunar.el, solar.el
6460 (displayed-month, displayed-year): Define for compiler.
6461
64622003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
6463
6464 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
6465 MODE. Renamed from c-init-c-language-vars'.
6466 (c-initialize-cc-mode): Change accordingly.
6467 (c-common-init): Ditto.
6468 (c-mode): Ditto.
6469 (c++-mode): Use `c-init-language-vars-for'.
6470 (objc-mode): Ditto.
6471 (java-mode): Ditto.
6472 (idl-mode): Ditto.
6473 (pike-mode): Ditto.
6474 (awk-mode): Ditto.
6475
64762003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
6477
6478 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
6479 or not the point moved.
6480
6481 (c-search-decl-header-end): Don't trip up on operator identifiers
6482 in C++ and operators like == in all languages.
6483
6484 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6485 Detect leading labels correctly.
6486
64872003-08-02 Andreas Schwab <schwab@suse.de>
6488
6489 * textmodes/ispell.el: Don't redo key bindings on loading, put
6490 them only in loaddefs.el.
6491 * bookmark.el: Likewise.
6492 * dabbrev.el: Likewise.
6493 * emerge.el: Likewise.
6494
6495 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
6496 has more than one member.
6497
6498 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
6499
65002003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6501
6502 * lpr.el (printify-region): It was ending conversion before the
6503 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
6504
65052003-07-31 John Paul Wallington <jpw@gnu.org>
6506
6507 * net/browse-url.el (browse-url-epiphany): Doc fix.
6508
65092003-07-30 Kenichi Handa <handa@m17n.org>
6510
6511 * international/fontset.el (setup-default-fontset):
6512 Change registry names of Akurti fonts.
6513
65142003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6515
6516 * comint.el (comint-read-noecho): Use `clear-string' instead of
6517 `fillarray'.
6518
65192003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
6520
6521 * outline.el (outline-mode-hook): Add defvar.
6522
65232003-07-28 Nick Roberts <nick@nick.uklinux.net>
6524
6525 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
6526 Restore assembler in source window if that is what has been selected.
6527 (menu): Add gdb-restore-windows to menu. Make gdba
6528 specific menus only visible from gdba.
6529
65302003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
6531
6532 * progmodes/compile.el (compilation-environment): New user variable.
6533 (compile-internal): Respect it.
6534
65352003-07-23 Masatake YAMATO <jet@gyve.org>
6536
6537 * progmodes/gud.el (gdb-script-font-lock-keywords):
6538 Put `font-lock-function-name-face' on a symbol which includes
6539 `-' like `hook-run'. Put font-lock-variable-name-face
6540 on a symbol starting with $.
6541
65422003-07-27 Markus Rost <rost@math.ohio-state.edu>
6543
6544 * files.el (set-visited-file-name): Use truename for buffer-file-name.
6545
65462003-07-26 Markus Rost <rost@math.ohio-state.edu>
6547
6548 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
6549
65502003-07-26 Andre Spiegel <spiegel@gnu.org>
6551
6552 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
6553 Use with-no-warnings.
6554 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
6555 rather than to find-file-not-found-hook, which doesn't exist.
6556
65572003-07-26 Markus Rost <rost@math.ohio-state.edu>
6558
6559 * international/quail.el (quail-translate-key): Fix previous change.
6560
65612003-07-25 John Paul Wallington <jpw@gnu.org>
6562
6563 * server.el (server-start): Check `server-process' is non-nil
6564 before killing it to avoid killing current buffer's process.
6565
6566 * simple.el (choose-completion-string): Use `minibufferp';
6567 test `completion-reference-buffer' if `buffer' arg is nil.
6568 (push-mark): Use `when' and `unless'.
6569 (pop-mark): Use `when'.
6570
6571 * mouse-sel.el (mouse-sel-get-selection-function):
6572 Check `x-last-selected-text-primary'. Don't barf if it or
6573 `x-last-selected-text' aren't bound.
6574
65752003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
6576
6577 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
6578
65792003-07-23 Stefan Monnier <monnier@cs.yale.edu>
6580
6581 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
6582
65832003-07-23 John Paul Wallington <jpw@gnu.org>
6584
6585 * tooltip.el (defface tooltip): Inherit from variable-pitch.
6586
65872003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
6588
6589 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
6590 string. Defvar the derived hook.
6591
6592 * macros.el (insert-kbd-macro): Escape double quote character.
6593 From Thomas W Murphy <twm@andrew.cmu.edu>.
6594
65952003-07-22 Stefan Monnier <monnier@cs.yale.edu>
6596
6597 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
6598 to match the specific mark rather than reusing comment-start-skip.
6599
66002003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
6601
6602 * progmodes/hideshow.el (hs-special-modes-alist):
6603 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
6604
66052003-07-21 Markus Rost <rost@math.ohio-state.edu>
6606
6607 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
6608 value using ?\s.
6609
66102003-07-21 John Paul Wallington <jpw@gnu.org>
6611
6612 * subr.el (with-selected-window): Add closing paren.
6613
66142003-07-21 Richard M. Stallman <rms@gnu.org>
6615
6616 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
6617 (lisp-mode): Likewise.
6618
6619 * subr.el (with-selected-window): Copy code form save-selected-window
6620 so as to call select-window with norecord arg.
6621 (dynamic-completion-table): Doc fix.
6622 (lazy-completion-table): Doc fix.
6623
6624 * international/mule-cmds.el (set-locale-environment):
6625 langinfo renamed to locale-info.
6626
6627 * international/mule.el (auto-coding-functions): Doc fix.
6628
66292003-07-21 Kenichi Handa <handa@m17n.org>
6630
6631 * international/quail.el (quail-translate-key):
6632 Update quail-current-str correctly.
6633
66342003-07-21 Andreas Schwab <schwab@suse.de>
6635
6636 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
6637 ?, to "_".
6638
66392003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
6640 Version 2.0.36 of Tramp released.
6641
6642 * net/tramp.el (tramp-default-password-end-of-line): Rename from
6643 tramp-password-end-of-line.
6644 (tramp-password-end-of-line): New method parameter.
6645 (tramp-get-password-end-of-line): Function to access method
6646 parameter `tramp-password-end-of-line', or variable
6647 `tramp-default-password-end-of-line' (default value).
6648 (tramp-methods): Add entries for new parameter
6649 tramp-password-end-of-line.
6650 (tramp-enter-password): Use new function
6651 `tramp-get-password-end-of-line'.
6652 (tramp-handle-insert-file-contents): Do not
6653 unconditionally inhibit the file operation file-local-copy, only
6654 do that when the inhibit-file-name-operation is currently
6655 insert-file-contents. This fixes finding remote CVS-controlled
6656 files. (It would barf on inserting the CVS/Entries file
6657 literally, because the file-local-copy handler wasn't called.)
6658 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
6659 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
6660 (tramp-initial-commands): New variable.
6661 (tramp-process-initial-commands): New function, using the variable.
6662 (tramp-open-connection-setup-interactive-shell): Call the new function.
6663 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
6664 method into the buffer name, never use nil. Reported by Hanak
6665 David <dhanak@inf.bme.hu>.
6666 (tramp-open-connection-setup-interactive-shell): Erase buffer
6667 before sending "stty -onlcr".
6668
6669 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
6670
66712003-07-19 Markus Rost <rost@math.ohio-state.edu>
6672
6673 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
6674
66752003-07-19 John Paul Wallington <jpw@gnu.org>
6676
6677 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
6678 (artist-draw-rect, artist-draw-square): Doc fixes.
6679
6680 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
6681
6682 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
6683
66842003-07-19 Kenichi Handa <handa@m17n.org>
6685
6686 * international/kkc.el (kkc-show-conversion-list-update):
6687 Highlight the correct candidate in the message.
6688
66892003-07-18 John Paul Wallington <jpw@gnu.org>
6690
6691 * simple.el (current-word): Don't include punctuation char when
6692 `really-word' arg is non-nil.
6693
66942003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
6695
6696 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
6697 moved to the directory obsolete.
6698
66992003-07-16 Stefan Monnier <monnier@cs.yale.edu>
6700
6701 * info.el (Info-menu-entry-name-re): Allow newlines in
6702 menu entry names.
6703
6704 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
6705 syntax-ppss-after-change-function.
6706 (syntax-ppss-after-change-function): New alias. Update uses.
6707 (syntax-ppss): Catch the case where the buffer is narrowed.
6708
67092003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6710
6711 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
6712 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
6713
67142003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6715
6716 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
6717 since it might be modified.
6718
6719 * progmodes/cc-langs.el (c++-make-template-syntax-table)
6720 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
6721 names to these language constants.
6722
67232003-07-15 Kim F. Storm <storm@cua.dk>
6724
6725 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
6726 All uses changed.
6727
67282003-07-14 Mark A. Hershberger <mah@everybody.org>
6729
6730 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
6731 Namespace support.
6732
67332003-07-13 Juanma Barranquero <lektu@terra.es>
6734
6735 * frame.el (modify-all-frames-parameters): Reinstall (copyright
6736 papers received).
6737
67382003-07-13 Karl Eichwalder <ke@suse.de>
6739
6740 * textmodes/po.el (po-find-charset): White space at the start of the
6741 Content-Type field body is non-mandatory.
6742
67432003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
6744
6745 * textmodes/texinfo.el (texinfo-section-list):
6746 Append appendixsection; a synonym for appendixsec.
6747
67482003-07-13 Jari Aalto <jari.aalto@poboxes.com>
6749
6750 * man.el (Man-translate-cleanup): New.
6751 (Man-translate-references): Call `Man-translate-cleanup' to clean
6752 leading, trailing and middle spaces.
6753
67542003-07-13 Lars Hansen <larsh@math.ku.dk>
6755
6756 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
6757 Handle `dired-directory' being a list.
6758
67592003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
6760
6761 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
6762 it doesn't exist.
6763
67642003-07-12 Richard M. Stallman <rms@gnu.org>
6765
6766 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
6767
6768 * progmodes/cc-defs.el (c-make-keywords-re):
6769 Don't use delete-duplicates.
6770 (c-lang-const): Don't use mapcan.
6771
6772 * apropos.el (apropos-show-scores): Make it customizable.
6773 Document new meaning.
6774 (apropos): Compute scores from symbols.
6775 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
6776
67772003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6778
6779 * ps-bdf.el: Fix copyright line.
6780 (bdf-directory-list): Fix initialization code.
6781
67822003-07-11 John Paul Wallington <jpw@gnu.org>
6783
6784 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
6785 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
6786 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
6787
67882003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
6789
6790 * emacs-lisp/ring.el (ring-elements): Doc fix.
6791
67922003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6793
6794 * calendar/timeclock.el (timeclock-relative)
6795 (timeclock-ask-before-exiting, timeclock-use-display-time):
6796 Doc changes.
6797 (timeclock-modeline-display): Give a message if
6798 `timeclock-use-display-time' is non-nil but `display-time-mode'
6799 is not active.
6800
68012003-07-11 Kenichi Handa <handa@m17n.org>
6802
6803 * international/mule-cmds.el (set-language-environment):
6804 Set current-language-environment to the correct string.
6805
68062003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6807
6808 * ps-print.el: Print line number correctly in a region. Reported by
6809 Tim Allen <timallen@ls83.fsnet.co.uk>
6810 (ps-print-version): New version number (6.6.2).
6811 (ps-printing-region): Code fix.
6812
68132003-07-10 John Paul Wallington <jpw@gnu.org>
6814
6815 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
6816 this function can be called from `add-completions-from-tags-table'.
6817
68182003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
6819
6820 * calendar/timeclock.el (timeclock-use-display-time)
6821 (timeclock-day-over-hook, timeclock-workday-remaining)
6822 (timeclock-status-string, timeclock-when-to-leave)
6823 (timeclock-when-to-leave-string, timeclock-log-data)
6824 (timeclock-find-discrep, timeclock-day-base)
6825 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
6826 (timeclock-modeline-display): Set the variable
6827 `timeclock-modeline-display'.
6828 (timeclock-update-modeline): Doc fix. Respect value of
6829 `timeclock-relative'.
6830
68312003-07-09 Richard M. Stallman <rms@gnu.org>
6832
6833 * textmodes/reftex-parse.el (reftex-all-document-files):
6834 Add autoload cookie.
6835
6836 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
6837 (reftex-scanning-info-available-p): Add autoload cookie.
6838
6839 * international/mule-cmds.el
6840 (set-display-table-and-terminal-coding-system): Delete duplicate
6841 aset on standard-display-table.
6842
6843 * view.el (view-file): If existing buffer's major mode is special,
6844 don't go into view mode.
6845
6846 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
6847
68482003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6849
6850 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
6851 buffer changes; there's third party code that calls this function
6852 directly.
6853
68542003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6855
6856 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
6857 (autodoc-font-lock-keywords): Don't byte compile on font lock
6858 initialization when running from byte compiled files.
6859
68602003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6861
6862 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
6863 statement ends with auto-increment "++".
6864
68652003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6866
6867 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
6868 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
6869 these are changed, so declare them as variables and not constants.
6870
68712003-07-08 Markus Rost <rost@math.ohio-state.edu>
6872
9242b3b7 6873 * subr.el (dolist, dotimes): Doc fix.
55115079
PA
6874
68752003-07-08 Kim F. Storm <storm@cua.dk>
6876
6877 * international/mule-cmds.el
6878 (set-display-table-and-terminal-coding-system): Don't break
6879 bootstrap if standard-display-table isn't setup yet.
6880
68812003-07-07 Richard M. Stallman <rms@gnu.org>
6882
6883 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
6884 Give it a doc string, and autoload it.
6885
6886 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
6887 Use with-no-warnings.
6888
6889 * info.el (Info-search): If find invisible text, search again.
6890
6891 * isearch.el (search-whitespace-regexp): Add a shy group around it.
6892
6893 * man.el (Man-name-regexp): Match + as part of name.
6894
6895 * simple.el (visible-mode): Rename from vis-mode.
6896 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
6897
6898 * simple.el (current-word): New arg REALLY-WORD specifies
6899 don't include punctuation chars.
6900
6901 * emacs-lisp/debug.el (debug, debugger-env-macro):
6902 Use with-no-warnings while accessing and binding unread-command-char.
6903
6904 * international/mule-cmds.el
6905 (set-display-table-and-terminal-coding-system): Use explicit loop
6906 instead of calling standard-display-default.
6907
6908 * net/ange-ftp.el (ange-ftp-file-symlink-p):
6909 Use condition-case to catch error in ange-ftp-get-files.
6910
6911 * net/browse-url.el (browse-url-browser-function):
6912 Add alternative for Epiphany.
6913 (browse-url-epiphany-program, browse-url-epiphany-arguments)
6914 (browse-url-epiphany-startup-arguments)
6915 (browse-url-epiphany-new-window-is-tab): New variables.
6916 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
6917
6918 * progmodes/compile.el (compile-auto-highlight): Default now t.
6919 (compile): Doc fix.
6920 (compilation-next-error): Fix previous change.
6921
6922 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
6923
6924 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
6925
69262003-07-07 Nick Roberts <nick@nick.uklinux.net>
6927
6928 * gdb-ui.el (gdb-source-info): Display current frame when
6929 attaching to an existing process.
6930 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
6931 while laying out windows when attaching to an existing process.
6932
69332003-07-07 Stefan Monnier <monnier@cs.yale.edu>
6934
6935 * info.el (Info-menu): Use Info-menu-entry-name-re.
6936
69372003-07-06 Stefan Monnier <monnier@cs.yale.edu>
6938
6939 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
6940 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
6941
6942 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
6943 to match the same text.
6944
69452003-07-06 John Paul Wallington <jpw@gnu.org>
6946
6947 * vc.el (vc-annotate-offset): Move defvar up.
6948
69492003-07-06 Kim F. Storm <storm@cua.dk>
6950
6951 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
6952 This should fix the infinite loop when extracting menu names.
6953
69542003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
6955
6956 * files.el (auto-mode-alist, interpreter-mode-alist):
6957 Remove entries to CC Mode modes to avoid duplicates; they are now added
6958 with autoload directives in cc-mode.el.
6959
69602003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
6961
6962 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
6963 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
6964 these are changed, so declare them as variables and not constants.
6965
6966 * progmodes/cc-mode.el: Fix some autoload problems: Try to
6967 ensure that the entry for ".c" extension comes before the one for
6968 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
6969 Fix incorrect entries that were added to `interpreter-mode-alist'.
6970 Move the autoload directives for AWK to the top level since they
6971 aren't recognized anywhere else. Do not use the new AWK mode doc
6972 in the autoload form for the old AWK mode.
6973
69742003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6975
6976 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
6977 (bibtex-sort-ignore-string-entries): Default value t.
6978 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
6979 erroneously in previous version.
6980 (bibtex-string-files): Docstring reflects new parsing scheme.
6981 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
6982 docstring, add # as one of the chars to crush
6983 (bibtex-autokey-prefix-string, bibtex-autokey-names)
6984 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
6985 (bibtex-autokey-name-change-strings)
6986 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
6987 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
6988 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
6989 (bibtex-autokey-title-terminators)
6990 (bibtex-autokey-titlewords-stretch)
6991 (bibtex-autokey-titleword-ignore)
6992 (bibtex-autokey-titleword-case-convert)
6993 (bibtex-autokey-titleword-abbrevs)
6994 (bibtex-autokey-titleword-abbrevs)
6995 (bibtex-autokey-titleword-change-strings)
6996 (bibtex-autokey-titleword-length)
6997 (bibtex-autokey-titleword-separator)
6998 (bibtex-autokey-name-year-separator)
6999 (bibtex-autokey-year-title-separator)
7000 (bibtex-autokey-before-presentation-function)
7001 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
7002 Fix docstring.
7003 (bibtex-strings, bibtex-reference-keys):
7004 Use lazy-completion-table and make-variable-buffer-local.
7005 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
7006 (bibtex-braced-string-syntax-table)
7007 (bibtex-quoted-string-syntax-table): New variables.
7008 (bibtex-parse-nested-braces): Remove.
7009 (bibtex-parse-field-string): Use syntax table and forward-sexp.
7010 (bibtex-parse-association): Simplify.
7011 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
7012 (bibtex-parse-field-text): Simplify.
7013 (bibtex-search-forward-field, bibtex-search-backward-field):
7014 argument BOUND can take value t.
7015 (bibtex-start-of-field, bibtex-start-of-name-in-field)
7016 (bibtex-end-of-name-in-field, bibtex-end-of-field)
7017 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
7018 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
7019 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
7020 (bibtex-skip-to-valid-entry): Return buffer position of beginning
7021 and ending of entry. Update for changes of bibtex-search-entry.
7022 Simplify.
7023 (bibtex-map-entries): FUN is called with three arguments.
7024 (bibtex-search-entry): Return a cons pair with buffer positions of
7025 beginning and end of entry.
7026 (bibtex-enclosing-field): Simplify.
7027 (bibtex-format-entry): Use booktitle to set a missing title.
7028 (bibtex-autokey-get-names): Fiddle with regexps.
7029 (bibtex-generate-autokey): Use identity.
7030 (bibtex-parse-keys): Use simplified parsing algorithm if
a568a2cc
JB
7031 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
7032 arguments. Return alist of keys.
7033 (bibtex-parse-strings): Simplify. Return alist of strings.
55115079
PA
7034 (bibtex-complete-string-cleanup): Fix docstring.
7035 (bibtex-read-key): New function.
a568a2cc
JB
7036 (bibtex-mode): Fix docstring. Do not parse for keys and
7037 strings when the mode is entered. Set fill-paragraph-function to
7038 bibtex-fill-field. Setup font-lock-mark-block-function the way
55115079 7039 font-lock intended.
a568a2cc 7040 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
55115079
PA
7041 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
7042 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
7043 (bibtex-Preamble): Avoid hard coded constants.
a568a2cc 7044 (bibtex-make-field): Fix docstring. Simplify.
55115079
PA
7045 (bibtex-beginning-of-entry): Always return new position of point.
7046 (bibtex-end-of-entry): Rearrange cond clauses.
7047 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
7048 Update for changes of bibtex-map-entries.
7049 (bibtex-ispell-abstract): Do not move point.
a568a2cc 7050 (bibtex-entry-index): Use downcase. Simplify.
55115079
PA
7051 (bibtex-lessp): Handle catch-all.
7052 (bibtex-find-crossref): Turn into a command.
a568a2cc
JB
7053 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
7054 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
55115079
PA
7055 preamble entries.
7056 (bibtex-fill-field-bounds): New function.
a568a2cc 7057 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
55115079
PA
7058 (bibtex-fill-entry): Use bibtex-fill-field-bounds
7059 (bibtex-String): Use bibtex-strings. Always obey
7060 bibtex-sort-ignore-string-entries.
7061
70622003-07-05 John Paul Wallington <jpw@gnu.org>
7063
7064 * cus-theme.el (customize-create-theme):
7065 Call `customize-create-theme' in Reset widget's notify function.
7066
7067 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
7068 (ibuffer-mark-interactive): Use `or' instead of `unless'.
7069 (define-ibuffer-column name): Add summarizer.
7070 (define-ibuffer-column size): Likewise.
7071 (define-ibuffer-column filename): Likewise.
7072 (define-ibuffer-column process): Likewise. Change BODY's output too.
7073 (define-ibuffer-column filename-and-process): Likewise, likewise.
7074 (ibuffer): Remove local vars `already-in' and `need-update'.
7075
7076 * ibuf-ext.el: Don't require `derived' at compile-time.
7077
70782003-07-05 Kim F. Storm <storm@cua.dk>
7079
7080 * info.el: Disable paragraph refilling.
7081 (Info-refill-paragraphs): New defcustom.
7082 (Info-fontify-node): Use it.
7083
70842003-07-04 Stefan Monnier <monnier@cs.yale.edu>
7085
7086 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
7087 thingies from constructors created by defstruct.
7088
7089 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
7090 the default value of the variable.
7091 (byte-code-meter): Move declaration to top level.
7092
7093 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
7094
7095 * info.el (Info-following-node-name-re): New fun.
7096 (Info-following-node-name): Remove.
7097 (Info-insert-dir): Use the new fun.
7098 (Info-extract-pointer): Don't save restriction; use new fun.
7099 (Info-menu-entry-name-re): New const.
7100 (Info-menu-entry-name-re): Use it along with new fun.
7101 (Info-node-spec-re): Use new fun.
7102 (Info-complete-menu-item, Info-fontify-node): Use new const.
7103 (Info-goto-node, Info-follow-reference, Info-menu-update):
7104 Use match-string.
7105 (Info-follow-reference): Use assoc-string.
7106 Use a list of strings for the completion table.
7107 (Info-fontify-node): Use match-string, line-end-position.
7108 Limit the search for `node:' to the first line.
7109
7110 * newcomment.el (uncomment-region): Remove padding coming from
7111 comment-start rather than just from comment-padding.
7112
7113 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
7114 (vc-cvs-stay-local-p): Use vc-stay-local-p.
7115 (vc-cvs-rename-file): Remove (use the default).
7116 (vc-cvs-register): Register parent dir if needed.
7117 (vc-cvs-could-register): Return non-nil if parent can be registered.
7118 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
7119 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
7120
7121 * vc-svn.el (vc-svn-use-edit): Make it into a const.
7122 (vc-svn-update): Fix the arguments to `svn'.
7123 (vc-svn-diff-tree): Just use `vc-svn-diff'.
7124 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
7125 Simple implementations, assuming `name' is a URL.
7126
7127 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
7128 set of chars allowed unquoted in a case pattern.
7129
7130 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
7131
7132 * font-lock.el (font-lock-extra-types-widget)
7133 (c-font-lock-extra-types, c++-font-lock-extra-types)
7134 (objc-font-lock-extra-types, java-font-lock-extra-types)
7135 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
7136 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
7137 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
7138 (font-lock-match-c++-structor-declaration)
7139 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
7140 (c++-font-lock-keywords-3, c++-font-lock-keywords)
7141 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
7142 (objc-font-lock-keywords-3, objc-font-lock-keywords)
7143 (java-font-lock-keywords-1, java-font-lock-keywords-2)
7144 (java-font-lock-keywords-3, java-font-lock-keywords)
7145 (java-font-lock-syntactic-face-function): Remove obsolete code
7146 and constants. It's all in cc-fonts.el now.
7147
71482003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
7149
7150 * mail/sendmail.el (mail-specify-envelope-from)
7151 (mail-envelope-from): Doc fix.
7152
71532003-07-04 Martin Stjernholm <mast@lysator.liu.se>
7154
7155 * generic-x.el: Do away with the dependency on `c-emacs-features'
7156 when populating `rul-generic-mode-syntax-table'; we already know
7157 this isn't XEmacs.
7158
7159See ChangeLog.10 for earlier changes.
7160
7161;; Local Variables:
7162;; coding: iso-2022-7bit
7163;; End:
7164
7165 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
7166 Copying and distribution of this file, with or without modification,
7167 are permitted provided the copyright notice and this notice are preserved.
7168
7169;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1