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