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