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