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