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