]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
8cb09788097041f18f973aed2be0e96be195b54c
[gnu-emacs] / lisp / ChangeLog
1 2004-11-07 Juri Linkov <juri@jurta.org>
2
3 * info-look.el (info-lookup): Allow reusing in the current buffer
4 not only *info* buffer, but all (even renamed) Info buffers
5 by checking for major-mode instead of *info* buffer name.
6 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
7 (octave-mode, maxima-mode) <doc-spec>:
8 Allow long dashes generated by Texinfo 4.7 before definitions.
9 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10 definitions with argument separated by space.
11
12 2004-11-06 Richard M. Stallman <rms@gnu.org>
13
14 * simple.el (next-error group, face): Move before first use.
15 (next-error-highlight, next-error-highlight-no-select): Likewise.
16 (line-move-invisible-p): Renamed from line-move-invisible.
17 (line-move): New args NOERROR and TO-END.
18 Return t if if succeed in moving specified number of lines.
19 (move-end-of-line): New function.
20 (beginning-of-buffer-other-window, end-of-buffer-other-window):
21 Use with-no-warnings.
22
23 * simple.el (line-move-ignore-invisible): Default to t.
24
25 * subr.el (syntax-after): Return the syntax letter, not the raw code.
26
27 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
28
29 * international/iso-cvt.el (iso-cvt-define-menu):
30 menu-bar-files-menu renamed to menu-bar-file-menu.
31
32 * net/browse-url.el (browse-url-gnome-moz-program)
33 (browse-url-gnome-moz-arguments): Move up before first use.
34
35 * net/tramp.el (tramp group): Add :version.
36
37 * progmodes/ada-xref.el (ada-gdb-application):
38 Use goto-char instead of beginning-of-buffer.
39
40 * progmodes/cperl-mode.el (cperl-info-on-command):
41 Use goto-char instead of beginning-of-buffer.
42
43 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
44 Move up before first use.
45 (idlwave-shell-temp-pro-file): Likewise.
46 (idlwave-shell-temp-rinfo-save-file): Likewise.
47 (idlwave-shell-temp-file): Minor doc fix.
48
49 * textmodes/flyspell.el (flyspell-external-point-words):
50 Use goto-char instead of beginning-of-buffer.
51
52 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
53
54 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode
55 -o /dev/stdout" before trying "uudecode -o -". Suggested by Han
56 Boetes.
57 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
58
59 2004-11-06 David Ponce <david@dponce.com>
60
61 * recentf.el (recentf-menu-path): Use menu item name.
62
63 2004-11-06 Eli Zaretskii <eliz@gnu.org>
64
65 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
66 display doesn't support images.
67
68 2004-11-06 Andreas Schwab <schwab@suse.de>
69
70 * tempo.el (tempo-match-finder): Doc fix.
71
72 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
73
74 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
77 (easy-menu-lookup-name): New fun to replace it.
78 (easy-menu-get-map): Use it to obey menu item names (rather than just
79 keys) when looking up `path'.
80 (easy-menu-always-true-p): Rename from easy-menu-always-true.
81 (easy-menu-convert-item-1): Adjust to new name.
82
83 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
84
85 * outline.el (hide-body): Don't hide lines at the top of the file
86 that precede the first header line.
87
88 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
89
90 * align.el (align-areas): Delete whitespace before reindenting, so
91 that tabs are never placed after spaces.
92
93 2004-11-06 Alan Shutko <ats@acm.org>
94
95 * macros.el (insert-kbd-macro): Do completions based on macros,
96 rather than all commands.
97
98 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
99
100 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
101 to solve a bug whereby tags with 'b' don't match.
102
103 2004-11-05 Juri Linkov <juri@jurta.org>
104
105 * info.el (Info-search): Don't search in node header lines
106 and file headers.
107
108 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
109 symbol-constituent characters after dot, not only digits.
110
111 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
112
113 * files.el (set-auto-mode): Don't get error after setting
114 -*-mode-*-.
115
116 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
117
118 * dired.el (dired-read-dir-and-switches): Call read-directory-name
119 if a dialog will be used, read-file-name otherwise.
120
121 2004-11-04 Richard M. Stallman <rms@gnu.org>
122
123 * textmodes/table.el (table group): Add :version.
124
125 * textmodes/ispell.el (ispell-word):
126 Don't alter args; set them only thru `interactive' spec.
127
128 * textmodes/flyspell.el (flyspell-word):
129 Don't alter FOLLOWING; set it only thru `interactive' spec.
130
131 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
132
133 * net/browse-url.el (browse-url-maybe-new-window):
134 Use called-interactively-p.
135
136 * mail/supercite.el (sc-cite-region):
137 Don't use interactive-p. Add arg INTERACTIVE.
138 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
139
140 * international/mule-cmds.el (set-input-method, toggle-input-method):
141 Don't use interactive-p. Add arg INTERACTIVE.
142
143 * eshell/esh-mode.el (eshell-show-maximum-output):
144 Don't use interactive-p.
145 (eshell-truncate-buffer): Just message, no error, if buffer is short.
146
147 * mouse.el (mouse-show-mark): Get positions to delete from mark
148 and point, not from mouse-drag-overlay.
149
150 * imenu.el (imenu-eager-completion-buffer): Add :version.
151
152 * filesets.el (filesets group): Add :version.
153
154 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
155
156 * files.el (xml-based-modes): Delete var.
157 (magic-mode-alist): New more general var.
158 (set-auto-mode): Use it.
159
160 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
161 when clicking from another window.
162
163 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
164
165 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
166 (vc-cvs-annotate-time): Incorporate value of deleted var.
167 Remove special-case handling of beginning-of-buffer cruft.
168 Cache ending position (point) and return value in text property
169 `vc-cvs-annotate-time', and consult it on subsequent invocations.
170
171 * vc-cvs.el (vc-cvs-annotate-command):
172 Delete extraneous lines from beginning of buffer.
173 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
174
175 * progmodes/grep.el (grep-default-command): Take empty string
176 for tag if all other methods yield nil. Shell-quote the tag.
177
178 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
179 spec in `interactive' form, and mention it in the docstring.
180 Also, make sure point is at bol after calling `annotate-time'.
181
182 2004-11-02 Richard M. Stallman <rms@gnu.org>
183
184 * cus-edit.el (customize-group-other-window):
185 Select the window that displays the custom buffer.
186 (custom-buffer-create-other-window): Likewise.
187
188 * comint.el (comint-insert-input): Fix previous change.
189
190 * emacs-lisp/elp.el (elp-instrument-function):
191 Use called-interactively-p.
192
193 * emacs-lisp/easymenu.el (easy-menu-intern):
194 Don't downcase; rather, case-flip the first letter of each word.
195
196 * emacs-lisp/easy-mmode.el (define-minor-mode):
197 Use called-interactively-p.
198
199 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
200 Add interactive-only.
201 (byte-compile-warnings): Add interactive-only as option.
202 (byte-compile-interactive-only-functions): New variable.
203 (byte-compile-form): Warn about calls to functions
204 in byte-compile-interactive-only-functions.
205
206 * emacs-lisp/autoload.el (update-file-autoloads):
207 Don't use interactive-p; take new arg SAVE-AFTER.
208
209 * emacs-lisp/advice.el (ad-make-advised-definition):
210 Use called-interactively-p.
211
212 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
213
214 * files.el (find-file-existing): New function.
215
216 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
217 find-file-existing. Add "New File..." that calls find-file.
218
219 * diropen.pbm diropen.xpm: New files.
220
221 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
222 icon diropen. New tool bar item find-file-existing uses icon open.
223
224 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
225 instead of read-file-name.
226
227 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
228
229 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
230 (icalendar--split-value): Change name of work buffer.
231 (icalendar--get-weekday-abbrev): Return nil on error.
232 (icalendar--date-to-isodate): New function.
233 (icalendar-convert-diary-to-ical)
234 (icalendar-extract-ical-from-buffer): Use only two args for
235 make-obsolete (XEmacs compatibility).
236 (icalendar-export-file, icalendar-import-file): Blank at end of
237 prompt.
238 (icalendar-export-region): Doc fix.
239 If error, return non-nil and write errors to a buffer.
240 Use correct weekday for weekly recurring events.
241 Check whether date has been parsed for ordinary events.
242 Make weekly events start in the year 2000.
243 DTEND is non-inclusive, shift end date by one day if
244 necessary (not for entries that have date and time).
245 Rename local let variables: oops -> found-error, datestring ->
246 startdatestring.
247
248 2004-11-02 Kim F. Storm <storm@cua.dk>
249
250 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
251 keep-mode-if-same variable. Add it as optional arg instead.
252 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
253
254 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
255 substitute-command-keys will select lower-case bindings like those
256 used in the static help texts.
257
258 * descr-text.el (describe-text-properties): Don't err if called in
259 the *Help* buffer; output to *Help-2* buffer instead.
260
261 * kmacro.el (group kmacro): Add :version.
262 (kmacro-keyboard-quit): New function to cleanup on C-g.
263 (kmacro-start-macro): Set defining-kbd-macro to append when
264 appending to last macro.
265
266 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
267
268 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
269
270 * progmodes/gdb-ui.el (gdb-enable-debug-log)
271 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
272 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
273 Add :version keyword.
274
275 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
276
277 * progmodes/flymake.el (flymake-err-line-patterns): Use
278 `flymake-reformat-err-line-patterns-from-compile-el' to convert
279 `compilation-error-regexp-alist-alist' to internal Flymake format.
280
281 * progmodes/flymake.el: eliminated byte-compiler warnings.
282
283 2004-11-01 Jay Belanger <belanger@truman.edu>
284
285 * calc/calc-frac.el (calc-over-notation): Replaced
286 `completing-read' with `interactive "s"'.
287
288 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
289
290 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
291 Revert change from 2004-10-16. '*' checks the current buffer, but the
292 mouse click may be in another buffer.
293
294 2004-11-01 John Paul Wallington <jpw@gnu.org>
295
296 * files.el (large-file-warning-threshold): Add :version keyword.
297 (kill-some-buffers): Doc fix.
298
299 * thumbs.el (group thumbs): Add :version keyword.
300
301 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
302
303 2004-11-01 Richard M. Stallman <rms@gnu.org>
304
305 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
306
307 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
308
309 * allout.el (allout group): Add :version.
310 (allout-init): Don't use interactive-p.
311 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
312 (allout-forward-current-level, allout-backward-current-level):
313 Don't use interactive-p.
314
315 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
316 (bibtex-find-text): Likewise.
317
318 * progmodes/vhdl-mode.el (vhdl-fill-region)
319 (vhdl-beginning-of-statement): Don't use interactive-p.
320
321 * progmodes/idlwave.el (idlwave-update-routine-info):
322 Don't use interactive-p.
323
324 * progmodes/idlw-shell.el (idlwave-shell-send-char):
325 Don't use interactive-p.
326
327 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
328 Don't use interactive-p.
329
330 * progmodes/ada-xref.el (ada-make-body-gnatstub):
331 Don't use interactive-p.
332
333 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
334 (fortune-in-buffer): Doc fix.
335
336 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
337
338 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
339 don't select the temporary buffer.
340 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
341 (eudc-get-phone): Likewise.
342
343 2004-11-01 Kim F. Storm <storm@cua.dk>
344
345 * man.el (Man-xref-normal-file): Fix help-echo.
346
347 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
348
349 * reveal.el (reveal-last-tick): New var.
350 (reveal-post-command): Use it to avoid closing overlays when we're
351 appending text to them.
352
353 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
354
355 * textmodes/bibtex.el: Require button.
356 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
357 (bibtex-reference-keys): Distinguish between header keys and
358 crossref keys.
359 (bibtex-beginning-of-field): New function.
360 (bibtex-url-map): Remove.
361 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
362 (bibtex-font-lock-url-regexp): Assume that field names begin at
363 the beginning of a line.
364 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
365 Remove field delimiters. Use bibtex-beginning-of-field.
366 Bugfix, point can be inside a field with a url.
367 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
368 New functions.
369 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
370 (bibtex-key-in-head): Simplify.
371 (bibtex-current-line): Use bolp.
372 (bibtex-parse-keys): Remove unused arg `add'.
373 Use bibtex-type-in-head and bibtex-key-in-head.
374 (bibtex-parse-entry, bibtex-autofill-entry):
375 Use bibtex-type-in-head and bibtex-key-in-head.
376 (bibtex-autokey-get-field): Do not alter case of replacement text.
377 (bibtex-autokey-get-names): Do all processing of name list.
378 (bibtex-autokey-get-year): New function.
379 (bibtex-autokey-get-title): Do all processing of title words.
380 (bibtex-generate-autokey): Simplify.
381 (bibtex-string-files-init): Use default-directory.
382 Allow for absolute file names in bibtex-string-files.
383 (bibtex-files, bibtex-file-path): New variables.
384 (bibtex-files-expand): New function.
385 (bibtex-find-entry-globally): New command.
386 (bibtex-summary-function): New variable.
387 (bibtex-summary): Default value of bibtex-summary-function.
388 (bibtex-find-crossref): New optional args pnt and split.
389 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
390 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
391 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
392 Fix handling of required and alternative fields.
393 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
394 Use cons and display-buffer.
395 (bibtex-validate-globally): New command.
396 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
397 bibtex-parse-keys and bibtex-parse-strings for updating
398 bibtex-reference-keys and bibtex-strings.
399 (bibtex-realign): Remove blank lines past the last entry.
400 (bibtex-reformat): Use bibtex-entry-format as default.
401 (bibtex-choose-completion-string): Remove.
402 (bibtex-complete): Do not use bibtex-choose-completion-string.
403 (bibtex-url): Simplify.
404
405 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
406
407 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
408 (x-dnd-types-alist, x-dnd-open-file-other-window)
409 (x-dnd-known-types): Add :version.
410
411 2004-10-31 John Paul Wallington <jpw@gnu.org>
412
413 * ibuffer.el (group ibuffer): Add :version keyword.
414
415 2004-10-31 Kim F. Storm <storm@cua.dk>
416
417 * ido.el (group ido): Add :version keyword.
418 (ido-mode): Remove :version keyword.
419
420 * emulation/cua-base.el (group cua): Add :version keyword.
421 (cua-mode): Remove :version keyword.
422
423 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
424
425 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
426
427 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
428 compiler warning.
429 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
430 function.
431 (help-at-pt-display-when-idle): Remove autoload.
432
433 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
434
435 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
436
437 2004-10-30 Juri Linkov <juri@jurta.org>
438
439 * help.el (function-called-at-point):
440 * help-fns.el (variable-at-point): Read -> intern.
441
442 2004-10-30 Simon Josefsson <jas@extundo.com>
443
444 * progmodes/autoconf.el (autoconf-font-lock-keywords):
445 Recognize AS_* too.
446
447 2004-10-29 Simon Josefsson <jas@extundo.com>
448
449 * subr.el (read-passwd): Move back from password.el.
450
451 * password.el: Remove, not ready yet.
452
453 2004-10-29 Andreas Schwab <schwab@suse.de>
454
455 * speedbar.el (speedbar-frame-parameters): Improve customize type.
456
457 2004-10-29 Sam Steingold <sds@gnu.org>
458
459 * mouse.el (mouse-show-mark): Replace the last occurrence of
460 x-lost-selection-hooks with x-lost-selection-functions.
461
462 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
463
464 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
465 x-lost-selection-functions is bound.
466
467 * mouse-sel.el (mouse-sel-mode):
468 * emacs-lisp/lselect.el: Adjust to new names for
469 x-(lost|sent)-selection-functions.
470
471 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
472 New obsolete aliases of x-lost-selection-functions and
473 x-sent-selection-functions.
474
475 2004-10-28 Kim F. Storm <storm@cua.dk>
476
477 * imenu.el (imenu-scanning-message): Remove.
478 (imenu-progress-message): Make it a no-op.
479
480 2004-10-28 John Paul Wallington <jpw@gnu.org>
481
482 * files.el (set-auto-mode): Call `throw' correctly.
483
484 2004-10-28 Juri Linkov <juri@jurta.org>
485
486 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
487 to search `Info-...' commands in `info' manual.
488 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
489 Add 'info-file "emacs" property.
490 (Info-find-emacs-command-nodes): Fix index line number regexp.
491 Set real line number (instead of fake 0) in first element of the
492 returned list.
493 (Info-goto-emacs-command-node): Use line number of first element
494 to set point in the first found Info node.
495
496 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
497 code to `grep-mode-font-lock-keywords'.
498 (grep-mode-font-lock-keywords): Delete grep markers instead
499 of making them invisible.
500
501 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
502
503 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
504 and x-server-version in bug report.
505
506 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
507
508 * files.el (set-auto-mode-0): New function.
509 (set-auto-mode): Use it to handle aliased modes and to
510 be consistent between C-x C-f and C-x C-w.
511
512 2004-10-28 Kenichi Handa <handa@m17n.org>
513
514 * international/utf-8.el (utf-translate-cjk-charsets):
515 Add katakana-jisx0201.
516
517 * international/subst-jis.el: Add data for JISX0201.
518
519 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
520
521 * obsolete/hilit19.el (hilit-mode): New function.
522 Move all the toplevel side-effecting stuff into it, so that loading
523 hilit19 doesn't mess everything up any more.
524
525 2004-10-27 Richard M. Stallman <rms@gnu.org>
526
527 * add-log.el (add-change-log-entry): Set up mailing address
528 and full name later, and don't alter add-log-mailing-address
529 or add-log-full-name.
530
531 * elide-head.el (elide-head): Change error to message.
532 (elide-head-show): Likewise.
533
534 * apropos.el (apropos-macrop): Doc fix.
535
536 * mouse.el (mouse-show-mark): Do most processing the same
537 regardless of transient-mark-mode.
538
539 * shadowfile.el (shadow-copy-files): Use interactive-p
540 only to control whether to print a message.
541
542 * tar-mode.el (tar-mode): Use write-contents-functions,
543 not write-contents-hooks.
544
545 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
546 directory-sep-char.
547
548 2004-10-27 Richard M. Stallman <rms@gnu.org>
549
550 * strokes.el (strokes-unload-hook): Fix previous change.
551
552 * type-break.el (type-break-run-at-time): Always use run-at-time;
553 forget the alternatives.
554 (type-break-cancel-function-timers): Always use cancel-function-timers;
555 forget the alternatives.
556
557 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
558
559 2004-10-27 Kenichi Handa <handa@m17n.org>
560
561 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
562
563 * international/subst-gb2312.el: Likewise.
564
565 * international/subst-big5.el: Likewise.
566
567 * international/subst-ksc.el: Likewise.
568
569 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
570 New variable.
571 (utf-translate-cjk-set-unicode-range): New function.
572 (utf-translate-cjk-unicode-range): Make it customizable.
573 (utf-8-post-read-conversion):
574 Use utf-translate-cjk-unicode-range-string.
575 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
576 Unicode ranges.
577
578 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
579
580 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
581 trivial variants to shorten the list.
582 (xml-based-modes): New var.
583 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
584 declaration higher priority than auto-mode-alist.
585
586 * find-file.el (cc-other-file-alist): Bring it in line with
587 cc-mode's auto-mode-alist entries and use \' instead of $.
588
589 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
590 and add "Id" and "Name" submenus to it.
591
592 * imenu.el (imenu--generic-function): Skip matches in comments.
593
594 2004-10-26 Jay Belanger <belanger@truman.edu>
595
596 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
597 (full-calc-keypad, calc-trail-display): Use an extra argument
598 instead of `interactive-p'.
599
600 * calc/calc-misc.el (calc-other-window): Use an extra argument
601 instead of `interactive-p'.
602
603 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
604 `interactive-p'.
605
606 2004-10-26 Kim F. Storm <storm@cua.dk>
607
608 * help.el (describe-key): Describe both down-event and up-event
609 for a mouse click.
610
611 2004-10-26 Richard M. Stallman <rms@gnu.org>
612
613 * woman.el (woman): Don't call interactive-p.
614
615 * pcomplete.el (pcomplete): Instead of interactive-p,
616 use an arg set non-nil by the interactive spec.
617
618 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
619 use an arg set non-nil by the interactive spec.
620
621 * man.el (Man-cleanup-manpage): Instead of interactive-p,
622 use an arg set non-nil by the interactive spec.
623
624 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
625
626 * progmodes/flymake.el (flymake-split-string):
627 Use `flymake-split-string-remove-empty-edges' in any case.
628
629 2004-10-26 Masatake YAMATO <jet@gyve.org>
630
631 * progmodes/flymake.el (flymake-err-line-patterns):
632 Use `compilation-error-regexp-alist-alist' instead of
633 `compilation-error-regexp-alist'.
634
635 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
638 verbatim face on the \ of \end{verbatim}.
639
640 2004-10-25 Jay Belanger <belanger@truman.edu>
641
642 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
643 erasing minibuffer.
644
645 2004-10-25 Simon Josefsson <jas@extundo.com>
646
647 * subr.el (read-passwd): Move to net/password.el.
648
649 * net/password.el (read-passwd): Add. Autoload it.
650
651 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
652
653 * mouse-sel.el (mouse-sel-mode): Specify custom group.
654
655 * simple.el (process-file): Fix logic.
656
657 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
658
659 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
660 (increase-right-margin): Remove erroneous call to `interactive-p'.
661
662 2004-10-24 Kim F. Storm <storm@cua.dk>
663
664 * help.el (describe-mode): Fix 2004-10-13 change.
665 Copy pure "Auto Fill" string so it can be propertized later
666 without causing a read-only error.
667
668 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
669
670 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
671 style indexes.
672
673 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
674
675 * simple.el (process-file): Accept nil for INFILE. Reported by
676 Luc Teirlinck.
677
678 2004-10-24 Masatake YAMATO <jet@gyve.org>
679
680 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
681 Handle periods and underscores in a function name.
682 Remove the address fontification.
683
684 2004-10-24 Masatake YAMATO <jet@gyve.org>
685
686 * progmodes/asm-mode.el (asm-font-lock-keywords):
687 Use font-lock-variable-name-face for registers.
688
689 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
690
691 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
692 kill-all-local-variables.
693 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
694 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
695 Use kill-all-local-variables and provide mode-hooks.
696 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
697 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
698 Suggested by Masatake YAMATO <jet@gyve.org>.
699
700 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
701
702 * simple.el (process-file): New function, similar to call-process
703 but supports file handlers.
704 * vc.el (vc-do-command): Use it, instead of call-process.
705 * net/tramp-vc.el (vc-do-command): Do not advise it if
706 process-file is fboundp.
707 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
708 process-file.
709 (tramp-handle-process-file): New function.
710 (tramp-file-name-for-operation): Support process-file.
711
712 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
713
714 * calendar/icalendar.el (icalendar--weekday-array): New constant.
715 (icalendar-weekdayabbrev-table)
716 (icalendar-monthnumber-table): Delete.
717 (icalendar--get-month-number): Use calendar-month-name-array.
718 (icalendar--get-weekday-number): New function.
719 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
720 (icalendar-export-region): Handle multi-line entries.
721 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
722
723 2004-10-23 John Paul Wallington <jpw@gnu.org>
724
725 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
726 `wildcards' set to t in interactive spec.
727
728 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
729 interactive spec rather than use `interactive-p'.
730 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
731 rather than use function `interactive-p'.
732
733 2004-10-22 Kenichi Handa <handa@m17n.org>
734
735 * international/mule.el (translate-region): Implement it in Lisp
736 as a front end of translate-region-internal.
737
738 2004-10-21 Jay Belanger <belanger@truman.edu>
739
740 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
741 Declare these variables with defvar.
742
743 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
744 is bound, only check to see if it is bound.
745
746 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 * textmodes/tex-mode.el (tex-compilation-parse-errors):
749 Don't output messages.
750
751 * calc/calc-help.el (calc-describe-bindings): Fix last change.
752
753 2004-10-21 John Paul Wallington <jpw@gnu.org>
754
755 * calc/calc-graph.el (calc-graph-init):
756 Use `set-process-query-on-exit-flag'.
757
758 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
759
760 * progmodes/compile.el (compilation-start): Rely on `cd' to get
761 dir right and also allow argumentless cd.
762
763 2004-10-19 Richard M. Stallman <rms@gnu.org>
764
765 * textmodes/flyspell.el (flyspell-mode): Doc fix.
766
767 * eshell/em-unix.el (eshell-grep):
768 Don't bind compilation-process-setup-function.
769
770 * comint.el (comint-insert-input): Use @ in `interactive'.
771 (comint-input-filter-functions): Doc fix.
772 (comint-kill-whole-line, comint-get-source): Doc fix.
773
774 * progmodes/compile.el (compilation-setup):
775 Don't set buffer-read-only if MINOR is non-nil.
776
777 2004-10-19 Jay Belanger <belanger@truman.edu>
778
779 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
780 (calc-emacs-type-gnu19): Remove.
781 (calc-digit-map, calc-read-key-sequence, calc-read-key):
782 Remove check for old emacs versions.
783
784 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
785 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
786 for current Emacs.
787
788 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
789 the end of the minibuffer.
790 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
791 copy `esc-map'.
792
793 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
794
795 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
796 call that would be given when the current emacs was used.
797
798 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
799
800 * calendar/icalendar.el: Set coding to utf-8.
801 (icalendar-version): Increase to 0.07.
802 (icalendar-monthnumber-table): Change March pattern.
803 (icalendar-get-all-event-properties)
804 (icalendar-set-event-property): Delete.
805 (icalendar-all-events): No longer interactive.
806 (icalendar-convert-diary-to-ical)
807 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
808 their replacements.
809 (icalendar-export-file, icalendar-export-region): New functions;
810 essentially old `icalendar-convert-diary-to-ical' but appending to
811 target rather than overwriting.
812 (icalendar-import-file): Append to target file rather than
813 overwriting. Fourth arg deleted.
814 (icalendar-import-buffer): New name for old
815 `icalendar-extract-ical-from-buffer'.
816 (icalendar--convert-string-for-import): New name for
817 old `icalendar-convert-for-import'.
818 (include-icalendar-files): Delete.
819 Prefix for all internal functions changed from `icalendar-'
820 to `icalendar--'.
821
822 2004-10-19 Richard M. Stallman <rms@gnu.org>
823
824 * paths.el (news-path): Fix previous change.
825
826 2004-10-18 Jay Belanger <belanger@truman.edu>
827
828 * calc/calc-help.el (calc-describe-bindings):
829 Set `buffer-read-only' to nil while working in the keybindings buffer;
830 remove some extra information from the keybindings buffer.
831
832 2004-10-18 David Ponce <david@dponce.com>
833
834 * mouse.el (mouse-drag-move-window-top): New function.
835 (mouse-drag-mode-line-1): Use it.
836
837 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
838
839 * info.el (Info-fontify-node): For multiline refs,
840 arrange to unfontify newline and surrounding whitespace.
841
842 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
843
844 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
845 directory is missing.
846
847 2004-10-17 John Paul Wallington <jpw@gnu.org>
848
849 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
850 New customizable variable; whether to display buffers that match
851 `ibuffer-maybe-show-predicates' by default.
852 (ibuffer-maybe-show-predicates): Mention it in docstring.
853 (ibuffer-display-maybe-show-predicates): New variable.
854 (ibuffer-update): Prefix arg now toggles whether buffers that
855 match `ibuffer-maybe-show-predicates' should be displayed.
856 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
857 locally to heed `ibuffer-default-display-maybe-show-predicates'.
858 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
859
860 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
861
862 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
863 work correctly.
864
865 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
866
867 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
868 (Buffer-menu-beginning): New helper function.
869 (Buffer-menu-execute): Use it.
870 (Buffer-menu-select): Use it.
871 (Buffer-menu-sort): Use it and also keep markers.
872
873 2004-10-17 Richard M. Stallman <rms@gnu.org>
874
875 * paths.el (news-directory): Rename from news-path. Old name alias.
876 (rmail-spool-directory): Use defvar.
877 (sendmail-program): Use defcustom.
878 (remote-shell-program): Use defcustom.
879 (term-file-prefix): Use defvar.
880 (abbrev-file-name): Use defvar.
881
882 * term.el: Add maintainer.
883
884 * subr.el (with-local-quit): Return nil if there's a quit.
885 (read-passwd): Use with-local-quit. Doc fix.
886
887 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
888 (strokes-unload-hook): Set as a variable with add-hook.
889
890 * startup.el (fancy-splash-tail, normal-splash-screen):
891 Update copyright year.
892
893 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
894
895 * server.el (server-unload-hook): Set as a variable with add-hook.
896
897 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
898
899 * frame.el (special-display-popup-frame):
900 Make the buffer current as its frame is created.
901
902 * delsel.el (delsel-unload-hook): Set as a variable.
903
904 * comint.el (comint-output-filter-functions):
905 Add comint-watch-for-password-prompt.
906 (comint-read-noecho): Function deleted.
907 (send-invisible): Use read-passwd.
908
909 * fringe.el (fringe-mode-initialize): New function.
910 (fringe-mode): Use fringe-mode-initialize as :initialize.
911
912 2004-10-17 Kim F. Storm <storm@cua.dk>
913
914 * language/indian.el (indian-script-language-alist): Swap value and doc.
915 (indian-font-char-index-table): Doc fix.
916
917 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
918
919 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
920
921 2004-10-16 Juri Linkov <juri@jurta.org>
922
923 * progmodes/compile.el (compilation-start): Move let-binding of
924 `process-environment' into `with-current-buffer' body.
925 Reported by Matt Hodges <MPHodges@member.fsf.org>.
926
927 2004-10-16 Richard M. Stallman <rms@gnu.org>
928
929 * pcvs-util.el (cvs-bury-buffer):
930 Don't call get-buffer-window for effect.
931
932 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
933
934 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
935
936 * msb.el (msb-unload-hook): Set the variable.
937
938 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
939 Use * to err if buffer is readonly.
940
941 * subr.el (looking-back): Return only t or nil.
942
943 * whitespace.el (whitespace-unload-hook): Set the variable.
944
945 * view.el (view-mode-enable): Set view-page-size and
946 view-half-page-size to nil.
947 (view-set-half-page-size-default): view-half-page-size = nil
948 means the default.
949 (View-scroll-page-forward): Use view-page-size-default.
950 (View-scroll-page-backward): Likewise.
951 (view-page-size, view-half-page-size): Doc fixes.
952
953 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
954
955 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
956
957 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
958 "cl" like other files. Instead, call byte-compile-find-cl-functions.
959 (byte-compile-log-1): Bind inhibit-read-only.
960 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
961 (byte-compile-log-warning): Likewise.
962 (byte-compile-file-form-require): Detect "cl" from the arg value.
963
964 * progmodes/compile.el (compilation-start): Assume compilation-mode
965 will make the buffer read-only.
966 (compilation-mode): Take arg name-of-mode.
967 (compilation-setup): Make buffer read-only.
968 (compilation-handle-exit): Bind inhibit-read-only.
969
970 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
971 (ispell-message): Likewise.
972 (ispell-show-choices): Don't call get-buffer-window uselessly.
973 (ispell-init-process): Use set-process-query-on-exit-flag.
974
975 2004-10-16 Kim F. Storm <storm@cua.dk>
976
977 * fringe.el (fringe-bitmaps): Only initialize when defined.
978
979 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
980 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
981
982 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
983
984 2004-10-15 Simon Josefsson <jas@extundo.com>
985
986 * net/password.el: Add.
987
988 2004-10-14 Masatake YAMATO <jet@gyve.org>
989
990 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
991 (gdb-script-end-of-defun): New function.
992 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
993 `gdb-script-end-of-defun' as *-of-defun-function.
994
995 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
996
997 * button.el (button-activate): Allow a marker to display as an action.
998
999 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
1000
1001 * help.el (describe-mode): Use it to make minor mode list into
1002 hyperlinks.
1003
1004 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1005
1006 * vc.el (vc-annotate-display-select): Fix typo.
1007
1008 * subr.el (substitute-key-definition-key): New function.
1009 (substitute-key-definition): Use it with map-keymap.
1010 (event-modifiers): Use push.
1011 (mouse-movement-p, with-temp-buffer): Simplify.
1012
1013 2004-10-12 Jay Belanger <belanger@truman.edu>
1014
1015 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
1016 New variables.
1017 (calc-help-index-entries): New function.
1018 (calc-describe-function): Use `calc-help-function-list' instead of
1019 obarray for completion.
1020 (calc-describe-variable): Use `calc-help-variable-list' instead
1021 of obarray for completion.
1022
1023 2004-10-12 Richard M. Stallman <rms@gnu.org>
1024
1025 * info-look.el (info-lookup-file): Add info-file property.
1026 (info-lookup-symbol): Likewise.
1027
1028 * info.el (info-xref): Add underlining.
1029 (info): Add info-file property.
1030 (Info-find-emacs-command-nodes): Specify case-sensitive search.
1031
1032 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
1033
1034 Sync with Tramp 2.0.45.
1035
1036 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
1037 defined. This is not the case for XEmacs without package "edebug".
1038 (tramp-set-auto-save-file-modes): Set permissions of autosaved
1039 remote files to the permissions of the original file. This is not
1040 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
1041 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
1042 (tramp-perl-decode): Fix an error in Perl implementation.
1043 $pending must be cleared every loop. Reported by Benjamin Place
1044 <benjaminplace@sprintmail.com>
1045
1046 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
1047 Don't activate advice during definition. This is done later on,
1048 depending on test result of `substitute-in-file-name'.
1049 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1050
1051 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1052
1053 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
1054
1055 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
1056
1057 2004-10-12 David Ponce <david@dponce.com>
1058
1059 * recentf.el (recentf-edit-list): Update the menu when the recentf
1060 list has been modified.
1061
1062 2004-10-12 Simon Josefsson <jas@extundo.com>
1063
1064 * net/tls.el (tls-certtool-program): New variable.
1065 (tls-certificate-information): New function, based on
1066 ssl-certificate-information.
1067
1068 2004-10-12 Kenichi Handa <handa@m17n.org>
1069
1070 * international/mule.el (coding-system-equal): Move from mule-util.el.
1071
1072 * international/mule-util.el (coding-system-equal): Move to mule.el.
1073
1074 2004-10-12 Kim F. Storm <storm@cua.dk>
1075
1076 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
1077 reset kmacro-initial-counter-value if set.
1078 (kmacro-set-counter): Only set kmacro-counter if defining or executing
1079 macro. Set kmacro-initial-counter-value otherwise. Never set both.
1080 (kmacro-display): Show macro counter if non-zero.
1081
1082 * subr.el (substitute-key-definition): Mention command remapping
1083 in doc string.
1084
1085 2004-10-11 Jay Belanger <belanger@truman.edu>
1086
1087 * calc/calc-misc.el (calc-info-goto-node): New function.
1088 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
1089 node in one step.
1090 (calc-describe-copying, calc-describe-distribution)
1091 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
1092 Go to appropriate info node in one step.
1093
1094 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1095
1096 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
1097
1098 * font-lock.el (font-lock-apply-highlight): Fix last change.
1099
1100 2004-10-11 Simon Josefsson <jas@extundo.com>
1101
1102 * mail/smtpmail.el (smtpmail-open-stream): Look for
1103 starttls-gnutls-program instead of starttls-program iff
1104 starttls-use-gnutls is non-nil.
1105 (smtpmail-open-stream): Don't overwrite user settings of
1106 starttls-extra-arguments and starttls-extra-args.
1107
1108 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1109
1110 * comint.el (comint-mouse-insert-input): Remove.
1111 (comint-insert-input): Make it work for mouse bindings.
1112 (comint-mode-map): Move defs into the declaration.
1113 (comint-output-filter): Typo.
1114
1115 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
1116
1117 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
1118
1119 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
1120 (ange-ftp-call-chmod): Reference remote-shell-program instead of
1121 ange-ftp-remote-shell.
1122
1123 2004-10-10 Andreas Schwab <schwab@suse.de>
1124
1125 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
1126 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
1127 Reported by <sri@asu.edu>.
1128
1129 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
1130
1131 * vc.el (vc-annotate-mode): Remove variable.
1132 (vc-annotate-display-select): Only call vc-annotate-mode
1133 if we're not in that mode already.
1134
1135 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1136
1137 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
1138 (imenu-choose-buffer-index): Check here for rescan instead.
1139
1140 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
1141 where the face expression evals to nil.
1142
1143 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
1144 (tex-font-lock-keywords-2): Use it.
1145 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
1146
1147 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
1148
1149 2004-10-09 Kim F. Storm <storm@cua.dk>
1150
1151 * subr.el (progress-reporter-update): Define before first usage.
1152 (make-progress-reporter): Doc fix.
1153
1154 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
1155
1156 * textmodes/paragraphs.el (sentence-end-double-space)
1157 (sentence-end-without-period, sentence-end-without-space)
1158 (sentence-end): Doc fixes.
1159
1160 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
1161
1162 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
1163 Change paragraph-start regexp so we don't fill code starting with #'(.
1164
1165 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
1166
1167 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
1168 New defcustom.
1169 (extract-address-components): Use it.
1170
1171 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
1172
1173 * subr.el (make-progress-reporter, progress-reporter-update)
1174 (progress-reporter-force-update, progress-reporter-do-update)
1175 (progress-reporter-done): New functions.
1176
1177 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
1178
1179 * progmodes/etags.el (etags-tags-completion-table): Use progress
1180 reporter.
1181 (etags-tags-apropos): Likewise.
1182
1183 2004-10-08 Alan Mackenzie <acm@muc.de>
1184
1185 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
1186 of current line.
1187
1188 2004-10-08 Masatake YAMATO <jet@gyve.org>
1189
1190 * server.el (server-process-filter): Wrap `process-send-region'
1191 by `condition-case' to guard the case when the pipe to PROC is closed.
1192
1193 2004-10-07 Mark A. Hershberger <mah@everybody.org>
1194
1195 * xml.el (xml-substitute-special): Limit handling of external entities.
1196
1197 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
1198
1199 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
1200
1201 2004-10-06 John Paul Wallington <jpw@gnu.org>
1202
1203 * xml.el (xml-parse-dtd): Fix `error' call.
1204
1205 2004-10-05 Mark A. Hershberger <mah@everybody.org>
1206
1207 * xml.el (xml-substitute-special): Return a single string instead
1208 of a list of strings if an entity substitution is made.
1209
1210 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
1211
1212 * calendar/icalendar.el: New file.
1213
1214 2004-10-05 Juri Linkov <juri@jurta.org>
1215
1216 * isearch.el (isearch-done): Set mark after running hook.
1217 Reported by Drew Adams <drew.adams@oracle.com>.
1218
1219 * info.el (Info-history, Info-toc): Fix Info headers.
1220 (Info-toc): Narrow buffer before Info-fontify-node.
1221 (Info-build-toc): Don't check for special Info file names.
1222 Set main-file to nil if Info-find-file returns a symbol.
1223
1224 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
1225
1226 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
1227 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
1228 * calendar/cal-menu.el (calendar-mode-map): Ditto.
1229
1230 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
1231
1232 * calendar/cal-iso.el (calendar-iso-read-args): New function,
1233 for old interactive spec from calendar-goto-iso-date.
1234 (calendar-goto-iso-date): Use it.
1235 (calendar-goto-iso-week): New function. Suggested by Emilio
1236 C. Lopes <eclig@gmx.net>.
1237
1238 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
1239
1240 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
1241 `set-right-margin' bindings that follow the minor mode conventions.
1242
1243 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1244
1245 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
1246 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
1247 (latex-block-args-alist): Add minipage and picture.
1248 (latex-block-body-alist): Use reftex-label if enabled.
1249 (latex-insert-block): Don't insert a \n if not necessary.
1250 (tex-compile-commands): Make sure dvips doesn't send to printer.
1251 (tex-compile-default): Handle the case where no executable is found.
1252 (latex-noindent-environments): New var.
1253 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
1254 If tex-indent-allhanging is non-nil, make sure we only align for macros
1255 at beginning of line.
1256
1257 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
1258
1259 * newcomment.el (comment-beginning): Doc fix and don't choke on
1260 unset `comment-end-skip' when at beginning of comment.
1261
1262 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
1263
1264 * term.el (term-adjust-current-row-cache): Don't allow the current
1265 row to become negative.
1266 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
1267 the end of the line. Fix scroll down. Add comments.
1268 (term-handle-ansi-escape): Don't exceed terminal width when moving
1269 right.
1270 (term-scroll-region): Move the cursor after setting the scroll region.
1271
1272 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
1273
1274 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
1275 to `width' for consistency with docstring. Doc fix.
1276
1277 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
1278
1279 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
1280 This is necessary for derived modes.
1281
1282 2004-09-30 Kim F. Storm <storm@cua.dk>
1283
1284 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
1285 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
1286
1287 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
1288 kmacro-extract-lambda functions.
1289 (edit-kbd-macro): Handle kmacro lambda forms.
1290 Include counter and counter format in edit buffer.
1291 (edmacro-finish-edit): Get counter and format from edit buffer and
1292 update kmacro bindings when found.
1293
1294 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
1295
1296 * textmodes/paragraphs.el (forward-paragraph):
1297 Avoid args-out-of-range error when point winds up at the beginning of
1298 the buffer and hard newlines are enabled.
1299
1300 * newcomment.el (comment-multi-line): Doc fix.
1301
1302 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
1303
1304 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
1305 (diff-fixup-modifs): Catch unified-diff file-headers.
1306
1307 2004-09-29 Kim F. Storm <storm@cua.dk>
1308
1309 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
1310 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
1311 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
1312
1313 * fringe.el (fringe-bitmap-p): New macro.
1314 (fringe-bitmaps): Add standard fringe bitmaps on load.
1315
1316 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1317
1318 * dired.el (dired-view-command-alist): Use more efficient regexps.
1319 Remove dubious arguments.
1320 (dired-align-file): New function.
1321 (dired-insert-directory): Use it.
1322 (dired-move-to-end-of-filename): Make the " -> " search more specific.
1323 (dired-buffers-for-dir): Remove unused var `pattern'.
1324
1325 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
1326
1327 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
1328 from diary display excursion. Store diary buffer's point for
1329 `simple-diary-display'.
1330 (simple-diary-display): Set window point and start when
1331 displaying buffer, to preserve point.
1332
1333 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
1334
1335 * textmodes/enriched.el (enriched-translations): Replace defconst
1336 with defvar.
1337
1338 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1339
1340 * printing.el: Doc fix.
1341 (pr-version): New version number (6.8.1).
1342 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
1343 make-temp-name.
1344 (pr-delete-file): Check if file exists before deleting it.
1345 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
1346
1347 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1348
1349 * term.el (term-display-table): New variable.
1350 (term-mode): Use it.
1351 (term-exec-1): Set the coding system to binary.
1352 (term-emulate-terminal): Decode the string before inserting it.
1353
1354 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
1355
1356 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
1357 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
1358 (map): Bind S-prior, S-next and S-insert.
1359 (term-mode): Set `indent-tabs-mode' to nil.
1360 (term-paste): New function to be bound to S-insert.
1361 (term-send-del, term-send-backspace): Change the strings sent.
1362 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
1363 (term-handle-colors-array): Fix handling of underline and reverse.
1364 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
1365 (term-erase-in-line): Fix comparison.
1366 (term-emulate-terminal): Fix line wrap handling.
1367 (term-start-output-log): Rename from `term-set-output-log'.
1368 (term-stop-output-log): Rename from `term-stop-photo'.
1369 (term-switch-to-alternate-sub-buffer): Comment out, unused.
1370
1371 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
1372
1373 * dired.el (dired-move-to-filename): Don't output a message if
1374 raise-error is non-nil. Fix return position and value.
1375
1376 * files.el (insert-directory): Obey --dired even with symlinks.
1377
1378 2004-09-25 Lars Hansen <larsh@math.ku.dk>
1379
1380 * ls-lisp.el (ls-lisp-format): Mark file names with property
1381 dired-filename.
1382
1383 2004-09-25 Kim F. Storm <storm@cua.dk>
1384
1385 * ido.el (ido-max-directory-size): New defcustom.
1386 (ido-decorations): Add "too big" element.
1387 (ido-directory-too-big): New dynamic var.
1388 (ido-may-cache-directory): Don't cache big directories.
1389 (ido-directory-too-big-p): New defun.
1390 (ido-set-current-directory): Update ido-directory-too-big.
1391 (ido-read-internal): Make empty ido-cur-item if too-big.
1392 (ido-buffer-internal): Use ido-read-internal directly instead of
1393 ido-read-buffer.
1394 (ido-file-internal): Init ido-directory-too-big.
1395 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
1396 and redo completion with full list.
1397 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
1398 it, and show completions.
1399 (ido-all-completions): Let bind ido-directory-too-big to nil.
1400 (ido-exhibit): Handle ido-directory-too-big.
1401 (ido-read-buffer): Handle fallback to read-buffer.
1402 Init ido-directory-too-big.
1403 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
1404 Init ido-directory-too-big.
1405
1406 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
1407
1408 * subr.el (delay-mode-hooks): Doc fix.
1409
1410 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
1411
1412 * textmodes/enriched.el
1413 (enriched-default-text-properties-local-flag): New variable.
1414 (enriched-mode): Make sure that enabling and disabling the mode is
1415 a no-op. Doc fix.
1416
1417 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
1418
1419 * calendar/holidays.el (holiday-advent): Report on a specified day
1420 offset from advent, not just advent.
1421 (holiday-easter-etc): Report on one specified day offset from
1422 easter, not all easter holidays. Various Easter holidays moved to
1423 `christian-holidays' variable in calendar.el.
1424 * calendar/calendar.el (christian-holidays): Adapt for new
1425 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
1426
1427 2004-09-23 Kim F. Storm <storm@cua.dk>
1428
1429 * image.el (insert-sliced-image): Add doc string.
1430
1431 * ido.el (ido-choice-list): New dynamic var for `list' context.
1432 (ido-context-switch-command): New dynamic var.
1433 (ido-define-mode-map): Generalize switch between file/buffer contexts.
1434 (ido-read-internal): Handle new `list' context.
1435 Handle insert-buffer and insert-file ido-exit values.
1436 (ido-buffer-internal): New arg switch-cmd. Use it to setup
1437 ido-context-switch-command. Handle insert-file ido-exit value.
1438 (ido-read-buffer): Set ido-context-switch-command to 'ignore
1439 unless it is already bound by caller.
1440 (ido-file-internal): New arg switch-cmd. Use it to setup
1441 ido-context-switch-command. Handle insert-buffer ido-exit value.
1442 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
1443 used for context switching.
1444 (ido-all-completions): Handle new `list' context.
1445 (ido-make-choice-list): Return choices for `list' context.
1446 (ido-find-file-in-dir, ido-display-file, ido-write-file)
1447 (ido-display-buffer, ido-kill-buffer): Disable context switching.
1448 (ido-insert-buffer, ido-insert-file): Setup context switching.
1449 (ido-exhibit): Handle `list' context.
1450 (ido-read-file-name): Disable context switching. Handle fallback.
1451 (ido-read-directory-name): Disable context switching.
1452 (ido-completing-read): New defun like completing-read. Setup and
1453 use new `list' context.
1454
1455 2004-09-20 Jesper Harder <harder@ifa.au.dk>
1456
1457 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
1458
1459 2004-09-21 Jay Belanger <belanger@truman.edu>
1460
1461 * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
1462 `calc-graph-set-styles' so the gnuplot buffer will appear in a
1463 separate window.
1464
1465 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
1466
1467 * subr.el (after-change-major-mode-hook): Doc fix.
1468
1469 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1470
1471 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
1472 of ghostscript for monochrome PostScript file in Windows.
1473
1474 2004-09-21 Kenichi Handa <handa@m17n.org>
1475
1476 * descr-text.el (describe-char): Checking of quail activation
1477 fixed.
1478
1479 2004-09-21 Jay Belanger <belanger@truman.edu>
1480
1481 * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
1482
1483 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1484
1485 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
1486 after the mode hooks instead of before. Doc fix.
1487
1488 2004-09-20 Jason Rumney <jasonr@gnu.org>
1489
1490 * startup.el (command-line) [windows-nt]: Try .emacs first, then
1491 _emacs, but revert to .emacs if neither exists in home directory.
1492
1493 2004-09-20 John Paul Wallington <jpw@gnu.org>
1494
1495 * bindings.el (completion-ignored-extensions): Add .dfsl.
1496
1497 2004-09-20 Richard M. Stallman <rms@gnu.org>
1498
1499 * bindings.el (scroll-left): Make it disabled.
1500
1501 * files.el (enable-local-eval): Doc fix.
1502
1503 * indent.el (move-to-left-margin): Special case for minibuffer.
1504
1505 * term.el (term-emulate-terminal): Turn off undo for output.
1506 Use with-current-buffer and save-selected-window.
1507
1508 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
1509
1510 * progmodes/make-mode.el (makefile-fill-paragraph):
1511 Don't insist on spaces when looking for comments. # is enough.
1512
1513 * files.el (hack-local-variables): Copy the variables list
1514 to another buffer, strip prefixes and suffixes there, then read.
1515 (enable-local-eval): Doc fix.
1516 (ignored-local-variables): Initialize to nil.
1517 (risky-local-variable-p): Don't check ignored-local-variables here.
1518 (hack-one-local-variable): Ignore var if in ignored-local-variables.
1519
1520 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
1521
1522 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
1523 of = to "." (punctuation).
1524
1525 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1526
1527 * subr.el (event-basic-type): Fix mask (extend to 22bits).
1528
1529 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1530
1531 * textmodes/enriched.el (enriched-rerun-flag): New variable.
1532 (enriched-before-change-major-mode): New function.
1533 Add it to `change-major-mode-hook'.
1534 (enriched-after-change-major-mode): New function.
1535 Add it to `after-change-major-mode-hook'.
1536 (enriched-mode): Make it work correctly if called from
1537 `after-change-major-mode-hook'.
1538 No longer set `indent-line-function'.
1539
1540 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
1541
1542 * subr.el (after-change-major-mode-hook): New variable.
1543 (run-mode-hooks): Implement it.
1544
1545 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 * battery.el (battery-linux-proc-apm): Use string-to-number.
1548 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
1549 Use dolist (and less indentation). Use erase-buffer.
1550 Pre-initialize `design-capacity', `warn', and `low'.
1551 (battery-format): Use replace-regexp-in-string.
1552
1553 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
1554
1555 * battery.el: Delete superfluous empty lines.
1556 (battery-linux-proc-acpi): Attempt to gather information from all
1557 battery subdirectories regardless of their file name.
1558 (battery-linux-proc-apm): Replace all occurrences of
1559 battery-hex-to-int-2 with string-to-int (base 16).
1560 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
1561 (battery-hex-map): Delete variable.
1562
1563 2004-09-18 John Paul Wallington <jpw@gnu.org>
1564
1565 * calc/calc-units.el (calc-quick-units): Fix overzealous
1566 s/or/unless/.
1567
1568 2004-09-17 Jay Belanger <belanger@truman.edu>
1569
1570 * calc/calc.el (calc-mode-var-list): Fix the value of
1571 `calc-matrix-brackets'.
1572
1573 2004-09-17 Romain Francoise <romain@orebokech.com>
1574
1575 * ibuf-ext.el (define-ibuffer-filter filename):
1576 Expand dired-directory since buffer-file-name is absolute.
1577
1578 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1579
1580 * ediff-init.el (ediff-current-diff-face-A)
1581 (ediff-current-diff-face-B, ediff-current-diff-face-C)
1582 (ediff-current-diff-face-Ancestor)
1583 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1584 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1585 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1586 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1587 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1588 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1589 Use min-colors.
1590
1591 * term.el (term-down): Perform vertical motion if DOWN is negative.
1592 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
1593 (term-termcap-format): Synchronyze with the eterm terminfo entry
1594 in etc/e/eterm.ti.
1595 (term-handle-colors-array): If the current foreground or
1596 background are zero (i.e. unspecified), use the foreground and
1597 background of the default face for reverse video.
1598 (term-ansi-at-eval-string, term-ansi-default-fg)
1599 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
1600 (term-mem): Delete ununsed function.
1601 (term-protocol-version): Increment.
1602 (term-current-face): Set to default.
1603
1604 2004-09-15 Jay Belanger <belanger@truman.edu>
1605
1606 * calc/calc.el (calc-mode-var-list): Define this variable.
1607 (calc-always-load-extensions, calc-line-numbering)
1608 (calc-line-breaking, calc-display-just, calc-display-origin)
1609 (calc-number-radix, calc-leading-zeros, calc-group-digits)
1610 (calc-group-char, calc-point-char, calc-frac-format)
1611 (calc-prefer-frac, calc-hms-format, calc-date-format)
1612 (calc-float-format, calc-full-float-format, calc-complex-format)
1613 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
1614 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
1615 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
1616 (calc-matrix-brackets, calc-language, calc-language-option)
1617 (calc-left-label, calc-right-label, calc-word-size)
1618 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1619 (calc-display-raw, calc-internal-prec, calc-angle-mode)
1620 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1621 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1622 (calc-window-height, calc-display-trail, calc-show-selections)
1623 (calc-use-selections, calc-assoc-selections)
1624 (calc-display-working-message, calc-auto-why, calc-timing)
1625 (calc-mode-save-mode, calc-standard-date-formats)
1626 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
1627 (calc-user-parse-tables, calc-gnuplot-default-device)
1628 (calc-gnuplot-default-output, calc-gnuplot-print-device)
1629 (calc-gnuplot-print-output, calc-gnuplot-geometry)
1630 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
1631 (calc-invocation-macro, calc-show-banner): Give these values as
1632 part of `calc-mode-var-list's initialization after the variables
1633 are declared with defvar.
1634 (calc-bug-address): Changed email address to send bug
1635 reports to. Also changed the maintainer address at the top.
1636 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
1637 than "\\.emacs" to determine if it is the user-init-file.
1638
1639 * calc/calc-embed.el (calc-embedded-set-modes): Use
1640 `calc-mode-var-list' correctly.
1641
1642 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
1643
1644 * vc.el (annotate-time): Document point handling.
1645 (vc-annotate-display-autoscale): Doc fix.
1646
1647 2004-09-15 Miles Bader <miles@gnu.org>
1648
1649 * generic.el (generic-make-keywords-list): Use symbol rather than
1650 word anchors in regexp.
1651
1652 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
1653
1654 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
1655 no file name consider `dired-directory'.
1656
1657 2004-09-14 Kim F. Storm <storm@cua.dk>
1658
1659 * faces.el (cursor): Add face-no-inherit property. Doc fix.
1660
1661 2004-09-14 Simon Josefsson <jas@extundo.com>
1662
1663 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
1664
1665 * textmodes/dns-mode.el: Add.
1666
1667 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
1670 (disabled-command-function): Make the ?\ char more obvious.
1671
1672 * vc-arch.el (vc-arch-root, vc-arch-registered):
1673 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
1674
1675 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
1676
1677 * windmove.el (windmove-frame-edges): Report coordinates of
1678 outside edges of frame, not inside edges.
1679 (windmove-coordinates-of-position): Convert into wrapper to new
1680 function `windmove-coordinates-of-window-position';
1681 `compute-motion' always applies to selected window.
1682 (windmove-coordinates-of-position): Update documentation to refer
1683 to Emacs 21 Lisp Reference Manual.
1684 (windmove-find-other-window): Fix off-by-one errors for max x,y.
1685
1686 2004-09-13 Kim F. Storm <storm@cua.dk>
1687
1688 * isearch.el (isearch-resume-in-command-history): Rename from
1689 isearch-resume-enabled and change default to nil.
1690
1691 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1692
1693 * vc-hooks.el (vc-ignore-dir-regexp): New var.
1694 (vc-registered): Use it.
1695 (vc-find-root): New fun.
1696
1697 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1698 Don't tell to use \\{...} when it's already done.
1699
1700 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
1701 Provide a sample complex default.
1702 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
1703 (bibtex-entry): Use mapc.
1704
1705 2004-09-12 Kim F. Storm <storm@cua.dk>
1706
1707 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
1708
1709 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
1710 inhibit-field-text-motion to t so rectangles work in comint buffers.
1711
1712 * simple.el (choose-completion-string): Set buffer before running
1713 choose-completion-string-functions hook so it can be buffer-local.
1714
1715 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
1716
1717 * progmodes/compile.el (compilation-start): Parse command to see
1718 if it starts with a cd, and if so perform it for the *compilation*
1719 buffer. Change the header to reflect this.
1720
1721 2004-09-11 Kim F. Storm <storm@cua.dk>
1722
1723 * ido.el (ido-enable-dot-prefix): Doc fix.
1724 (ido-enable-dot-prefix): New defcustom.
1725 (ido-set-matches1): Use it.
1726
1727 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1728
1729 * textmodes/bibtex.el (bibtex-mark-active)
1730 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
1731
1732 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1733
1734 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
1735 used in a case insensitive environment.
1736 (bibtex-mode-map): Rearrange order of menus.
1737 (bibtex-quoted-string-re): Obsolete.
1738 (bibtex-complete-key-cleanup): Variable replaced by new function.
1739 (bibtex-font-lock-keywords): Use backquotes.
1740 (bibtex-font-lock-url-regexp): New internal variable.
1741 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
1742 "OPT" and "ALT".
1743 (bibtex-insert-current-kill, bibtex-make-field)
1744 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
1745 (bibtex-parse-field-text): Simplify.
1746 (bibtex-string=): New helper function.
1747 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
1748 (bibtex-map-entries): Use bibtex-string=.
1749 (bibtex-search-entry): Use not.
1750 (bibtex-enclosing-field): Fix docstring.
1751 (bibtex-assoc-regexp): Obsolete.
1752 (bibtex-format-entry): Use assoc-string and bibtex-string=.
1753 (bibtex-autokey-get-names): Handle empty name field.
1754 (bibtex-parse-strings): Use assoc-string and unless.
1755 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
1756 Use assoc-string.
1757 (bibtex-pop): Simplify.
1758 (bibtex-mode): Set font-lock-extra-managed-props.
1759 (bibtex-entry-update): Use assoc-string.
1760 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
1761 (bibtex-autofill-entry): Use bibtex-string=.
1762 (bibtex-print-help-message): Simplify.
1763 (bibtex-find-entry): New optional arg START.
1764 (bibtex-validate): Use bibtex-string= and assoc-string.
1765 Do not call obsolete function compilation-parse-errors.
1766 (bibtex-remove-delimiters): Only remove delimiters if present.
1767 (bibtex-copy-entry-as-kill): Add docstring.
1768 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
1769 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
1770 (bibtex-complete): Use bibtex-predefined-month-strings,
1771 bibtex-string=, and new function bibtex-complete-key-cleanup.
1772 (bibtex-generate-url-list): New variable.
1773 (bibtex-url): New command bound to C-c C-l and mouse-2.
1774 (bibtex-url-map): New local keymap for bibtex-url-mouse.
1775 (bibtex-font-lock-url): New function.
1776
1777 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
1778
1779 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
1780
1781 2004-09-09 Kim F. Storm <storm@cua.dk>
1782
1783 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
1784 counter and format with binding.
1785 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
1786 the declared macro uses own macro counter and format. Give symbol
1787 kmacro property.
1788 (kmacro-keymap): Bind kmacro-name-last-macro to n.
1789 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
1790 (kmacro-end-and-call-macro): Doc fix.
1791
1792 2004-09-09 Lars Hansen <larsh@math.ku.dk>
1793
1794 * desktop.el (desktop-clear-preserve-buffers):
1795 Remove make-obsolete-variable.
1796
1797 2004-09-08 Richard M. Stallman <rms@gnu.org>
1798
1799 * buff-menu.el (list-buffers-noselect): Call format-mode-line
1800 with the buffer as argument.
1801
1802 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1803
1804 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
1805
1806 2004-09-08 Juri Linkov <juri@jurta.org>
1807
1808 * replace.el (perform-replace): Use `query-replace-descr'.
1809
1810 * cus-start.el (history-delete-duplicates): Specify customization.
1811
1812 * diff-mode.el (diff-mode-map):
1813 * progmodes/compile.el (compilation-mode-map):
1814 * progmodes/grep.el (grep-mode-map):
1815 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
1816 to `next-error-follow-minor-mode'.
1817
1818 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1819
1820 * isearch.el (isearch-lazy-highlight-update): Take into account
1821 the case of zero-length match at the search bound.
1822
1823 2004-09-08 Kim F. Storm <storm@cua.dk>
1824
1825 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
1826 change. Use zero width overlays when necessary.
1827
1828 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1829
1830 * subr.el (split-string): Docfix.
1831
1832 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1833
1834 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
1835 (display-call-tree): Ensure newline after caller/calls blocks.
1836
1837 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1838
1839 * startup.el (command-line-1): Make option
1840 --directory/-L modify `load-path' straight away.
1841
1842 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1843
1844 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
1845
1846 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1847
1848 * emacs-lisp/autoload.el (make-autoload):
1849 Handle `define-compilation-mode'.
1850
1851 * emacs-lisp/lisp-mode.el (define-compilation-mode):
1852 Specify `doc-string-elt' property.
1853
1854 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1855
1856 * bs.el (bs-mode): Doc fix.
1857
1858 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1859
1860 * info.el (Info-insert-dir): Fix temp buffer leak bug.
1861
1862 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1863
1864 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
1865
1866 2004-09-08 Kenichi Handa <handa@m17n.org>
1867
1868 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
1869 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
1870 ps-mule-next-point -> 1+).
1871
1872 * composite.el (encode-composition-rule): Add autoload cooky.
1873
1874 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
1875
1876 * format.el (buffer-auto-save-file-format): Make it permanent local.
1877
1878 2004-09-07 Kim F. Storm <storm@cua.dk>
1879
1880 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
1881 (authors-fixed-entries): Fix typo.
1882 (authors-canonical-author-name): Compact multiple spaces.
1883 Ignore trivial names (e.g. only first name).
1884
1885 * term.el (term-window-width): Only use full window width on
1886 window system if overflow-newline-into-fringe is enabled.
1887 (term-mode): Don't disable overflow-newline-into-fringe.
1888
1889 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1890
1891 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
1892 motion as seen on my Mac OS X xterms.
1893
1894 * newcomment.el (uncomment-region-default, comment-region-default):
1895 New functions extracted from uncomment-region and comment-region.
1896 (comment-region, comment-region-function, uncomment-region)
1897 (uncomment-region-function): Use them.
1898
1899 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
1900
1901 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
1902 It's not crucial but can make sense at times.
1903
1904 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
1905 the first commit.
1906
1907 * vc.el (vc-buffer-context, vc-restore-buffer-context):
1908 Disable obsolete code.
1909
1910 2004-09-07 Juri Linkov <juri@jurta.org>
1911
1912 * progmodes/grep.el (grep-highlight-matches): Change default from
1913 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
1914 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
1915 if grep option `--color' is available, or to `nil' otherwise.
1916 (grep-process-setup): Call `grep-compute-defaults' if
1917 `grep-highlight-matches' is not computed. Set env-vars only
1918 if `grep-highlight-matches' is `t'.
1919 (grep-use-null-device): Remove redundant type `boolean' (`choice'
1920 is already defined).
1921
1922 * progmodes/compile.el (compilation-start): Use copy of
1923 `process-environment' created by `copy-sequence' to not
1924 modify env-vars in the global `process-environment'.
1925
1926 2004-09-06 Eli Zaretskii <eliz@gnu.org>
1927
1928 * simple.el (next-error-follow-minor-mode): Fix last change.
1929
1930 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
1931
1932 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
1933 permanent local.
1934
1935 2004-09-04 Richard M. Stallman <rms@gnu.org>
1936
1937 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
1938 highlighting if the search string is empty.
1939
1940 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
1941
1942 * facemenu.el (facemenu-active-faces): Change condition of inner
1943 `while' loop to also check the first two elements of `face-atts'
1944 and `mask-atts'.
1945
1946 2004-09-04 John Paul Wallington <jpw@gnu.org>
1947
1948 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
1949 (thumbs-view-image-mode): Make buffer read-only.
1950
1951 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
1952
1953 * textmodes/ispell.el (ispell-really-aspell): New defvar.
1954 (ispell-check-version): Set it.
1955 (ispell-send-replacement): New function.
1956 (ispell-process-line): Call ispell-send-replacement.
1957
1958 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1959
1960 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
1961 Support choosing seconds with "s".
1962
1963 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
1964
1965 * terminal.el (te-escape): Show `?' in prompt for help key.
1966
1967 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
1968
1969 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
1970
1971 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
1972
1973 * simple.el (next-error-follow-minor-mode)
1974 (next-error-follow-mode-post-command-hook): New functions.
1975 (next-error-follow-last-line): New defvar.
1976
1977 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
1978 * progmodes/compile.el (compilation-mode-map): Likewise.
1979 * progmodes/grep.el (grep-mode-map): Likewise.
1980 * replace.el (occur-mode-map): Likewise.
1981
1982 * newcomment.el (uncomment-region): Bind comment-use-global-state
1983 to nil.
1984
1985 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
1986
1987 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
1988 locally around the call to `revert-buffer'.
1989
1990 2004-09-03 Juri Linkov <juri@jurta.org>
1991
1992 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
1993 `isearch-adjusted' to `t'.
1994 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
1995 (isearch-message-prefix): Add "pending" for isearch-adjusted.
1996 (isearch-other-meta-char): Restore isearch-point unconditionally.
1997 (isearch-query-replace): Add new arg `regexp-flag' and use it.
1998 Set point to start of match if region is not active in transient
1999 mark mode (to include the current match to region boundaries).
2000 Push the search string to `query-replace-from-history-variable'.
2001 Add prompt "Query replace regexp" for isearch-regexp.
2002 Add region beginning/end as last arguments of `perform-replace.'
2003 (isearch-query-replace-regexp): Replace code by the call to
2004 `isearch-query-replace' with arg `t'.
2005
2006 2004-09-03 Richard M. Stallman <rms@gnu.org>
2007
2008 * startup.el (normal-top-level): Undo previous TERM change.
2009
2010 2004-09-03 Kim F. Storm <storm@cua.dk>
2011
2012 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
2013 highlight overlays; allow using RET when cursor is over a button.
2014 (cua--highlight-rectangle): Use it.
2015 (cua--rectangle-set-corners): Don't move backwards at eol.
2016 (cua--forward-line): Don't move into void after eob.
2017
2018 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
2019 point is set (and displayed) inside rectangle.
2020 (cua--rectangle-operation): Fix for highlight of empty lines.
2021 (cua--highlight-rectangle): Fix highlight for tabs.
2022 Position cursor at left/right edge of rectangle using new `cursor'
2023 property on overlay strings.
2024 (cua--indent-rectangle): Don't tabify.
2025 (cua-rotate-rectangle): Ignore that point has moved.
2026
2027 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2028
2029 * term/mac-win.el: Add ASCII equivalents for some function keys.
2030 (mode-line-frame-identification): Sync with x-win.el.
2031
2032 2004-09-02 Juri Linkov <juri@jurta.org>
2033
2034 * progmodes/compile.el (compilation-buffer-name): Compare major
2035 mode with second element of compilation-arguments instead of third
2036 to reflect latest changes in compilation-arguments structure.
2037 (recompile): Use global variable `compilation-directory' to get
2038 recent compilation directory only when `recompile' is invoked NOT
2039 in the compilation buffer. Otherwise, use `default-directory' of
2040 the compilation buffer.
2041 (compilation-error-properties): Allow to funcall col and end-col.
2042 (compilation-mode-font-lock-keywords): Check col and end-col by
2043 `integerp'.
2044 (compilation-goto-locus): If end-mk is non-nil in transient mark
2045 mode don't activate the mark (and don't display message in
2046 push-mark), but highlight overlay between mk and end-mk.
2047
2048 * progmodes/grep.el (grep-highlight-matches): New defcustom.
2049 (grep-regexp-alist): Add rule to highlight grep matches.
2050 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
2051
2052 * info.el (Info-fontify-node): Don't compute other-tag
2053 if Info-hide-note-references=hide.
2054
2055 * help.el (function-called-at-point):
2056 * help-fns.el (variable-at-point):
2057 Try `find-tag-default' when other methods failed.
2058
2059 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2060 Do not push mark if inhibit-mark-movement is non-nil.
2061
2062 * textmodes/ispell.el (ispell-html-skip-alists):
2063 Fix backslashes in docstring.
2064
2065 2004-09-01 Juri Linkov <juri@jurta.org>
2066
2067 * isearch.el (isearch-wrap-function)
2068 (isearch-push-state-function): New defvars.
2069 (isearch-pop-fun-state): New defsubst.
2070 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
2071 (isearch-push-state): Set the result of calling
2072 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
2073 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
2074 restore the mode-specific starting point of terminated search.
2075 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
2076 (isearch-repeat): Call `isearch-wrap-function' if defined.
2077 (isearch-message-prefix): Don't add prefix "over" to the message
2078 for wrapped search if `isearch-wrap-function' is defined.
2079 (isearch-search): Call function saved in `isearch-pop-fun-state' to
2080 restore the mode-specific starting point of failed search.
2081
2082 * info.el (Info-search-whitespace-regexp): Fix backslashes.
2083 (Info-search): Add new optional arguments for the sake of isearch.
2084 Replace whitespace in Info-search-whitespace-regexp literally.
2085 Add backward search. Don't call `Info-select-node' if regexp is
2086 found in the same Info node. Don't add node to Info-history for
2087 wrapped isearch.
2088 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
2089 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
2090 (Info-mode): Set local variables `isearch-search-fun-function',
2091 `isearch-wrap-function', `isearch-push-state-function',
2092 `search-whitespace-regexp'.
2093
2094 * isearch.el: Remove ancient Change Log section.
2095 (isearch-string, isearch-message-string, isearch-point)
2096 (isearch-success, isearch-forward-flag, isearch-other-end)
2097 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2098 (isearch-barrier, isearch-within-brackets)
2099 (isearch-case-fold-search): Add suffix `-state' to state-related
2100 defsubsts to avoid name clashes with other function names.
2101
2102 * simple.el (next-error): New defgroup and defface.
2103 (next-error-highlight, next-error-highlight-no-select):
2104 New defcustoms.
2105 (next-error-no-select): Let-bind next-error-highlight to the value
2106 of next-error-highlight-no-select before calling `next-error'.
2107
2108 * progmodes/compile.el (compilation-goto-locus):
2109 Use `next-error' face instead of `region'. Set 4-th argument of
2110 `move-overlay' to `current-buffer' to move overlay to different
2111 source buffers. Use new variable `next-error-highlight'.
2112
2113 * simple.el (next-error-find-buffer): Move the rule
2114 "if current buffer is a next-error capable buffer" after the
2115 rule "if next-error-last-buffer is set to a live buffer".
2116 Simplify to test all rules in one `or'.
2117 (next-error): Doc fix.
2118 (next-error, previous-error, first-error)
2119 (next-error-no-select, previous-error-no-select):
2120 Make arguments optional.
2121
2122 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
2123
2124 * macros.el (apply-macro-to-region-lines): Make it operate on all
2125 lines that begin in the region, rather than on all complete lines
2126 in the region.
2127
2128 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2129
2130 * x-dnd.el (x-dnd-protocol-alist): Document update.
2131 (x-dnd-known-types): Defcustom it.
2132 (x-dnd-handle-motif): Print message-atom in error message.
2133
2134 2004-08-30 John Paul Wallington <jpw@gnu.org>
2135
2136 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
2137 strings rather than programatically constructing message.
2138
2139 2004-08-30 Richard M. Stallman <rms@gnu.org>
2140
2141 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
2142 Don't return a string that would read as the wrong character code.
2143
2144 2004-08-29 Kim F. Storm <storm@cua.dk>
2145
2146 * emulation/cua-base.el (cua-auto-expand-rectangles):
2147 Remove automatic rectangle padding feature; replace by non-destructive
2148 virtual rectangle edges feature.
2149 (cua-virtual-rectangle-edges): New defcustom.
2150 (cua-auto-tabify-rectangles): New defcustom.
2151 (cua-paste): If paste into a marked rectangle, insert rectangle at
2152 current column, even if virtual; also paste exactly as many lines
2153 as has been marked (ignore additional lines or add empty lines),
2154 but paste whole source if only one line is marked.
2155 (cua--update-indications): No longer use overwrite-cursor to
2156 indicate rectangle padding
2157
2158 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
2159 (cua--rectangle-virtual-edges): New defun.
2160 (cua--rectangle-get-corners): Remove optional PAD arg.
2161 (cua--rectangle-set-corners): Never do padding.
2162 (cua--forward-line): Remove optional PAD arg. Simplify.
2163 (cua-resize-rectangle-right, cua-resize-rectangle-left)
2164 (cua-resize-rectangle-down, cua-resize-rectangle-up):
2165 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
2166 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
2167 (cua--rectangle-move): Never do padding. Simplify.
2168 (cua--tabify-start): New defun.
2169 (cua--rectangle-operation): Add tabify arg. All callers changed.
2170 (cua--pad-rectangle): Remove.
2171 (cua--delete-rectangle): Handle delete with virtual edges.
2172 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
2173 (cua--insert-rectangle): Handle insert at virtual column.
2174 Perform auto-tabify if necessary.
2175 (cua--activate-rectangle): Remove optional FORCE arg.
2176 Never do padding. Simplify.
2177 (cua--highlight-rectangle): Enhance for virtual edges.
2178 (cua-toggle-rectangle-padding): Remove command.
2179 (cua-toggle-rectangle-virtual-edges): New command.
2180 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
2181 (cua--rectangle-post-command): Don't force rectangle padding.
2182 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
2183
2184 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
2185
2186 * indent.el (edit-tab-stops-buffer): Doc fix.
2187
2188 2004-08-28 Richard M. Stallman <rms@gnu.org>
2189
2190 * progmodes/grep.el (grep-default-command): Use find-tag-default.
2191 (grep-tag-default): Function deleted.
2192
2193 * subr.el (find-tag-default): Moved from etags.el.
2194
2195 * progmodes/etags.el (find-tag-default): Moved to subr.el.
2196
2197 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
2198 into the basic character if it has an uppercase form.
2199
2200 2004-08-27 Kenichi Handa <handa@m17n.org>
2201
2202 * international/utf-8.el (utf-8-post-read-conversion): If the
2203 buffer is unibyte, temporarily make it multibyte.
2204
2205 2004-08-27 Masatake YAMATO <jet@gyve.org>
2206
2207 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
2208
2209 2004-08-25 John Paul Wallington <jpw@gnu.org>
2210
2211 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
2212 0, 1, and many mismatches in message.
2213 (tex-start-shell): Use `set-process-query-on-exit-flag'.
2214
2215 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
2216 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
2217
2218 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2219
2220 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
2221 vc-diff-switches differently.
2222
2223 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
2224
2225 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
2226 before and a real defvar after
2227 `speedbar-supported-extension-expressions'. This is to silence
2228 the compiler without breaking bootstrapping.
2229
2230 2004-08-22 Richard M. Stallman <rms@gnu.org>
2231
2232 * textmodes/flyspell.el (flyspell-word):
2233 Use set-process-query-on-exit-flag.
2234 (flyspell-highlight-duplicate-region): Take POSS as arg.
2235 (flyspell-word): Pass POSS as arg.
2236
2237 * progmodes/ada-xref.el: Many doc and style fixes.
2238 (ada-find-any-references): Use compilation-start.
2239 (ada-get-ali-file-name): Improve error msg.
2240 (ada-get-ada-file-name): Likewise.
2241
2242 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
2243 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
2244
2245 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2246 Add forward defvar.
2247
2248 * whitespace.el (global-whitespace-mode): New alias
2249 for whitespace-global-mode.
2250
2251 * speedbar.el (speedbar-file-regexp): Definition moved up.
2252 (speedbar-mode, speedbar-set-mode-line-format):
2253 Use with-no-warnings.
2254 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
2255
2256 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
2257 controls whether to display the error buffer.
2258
2259 * ps-mule.el: Delete compatibility code for old Emacses.
2260 (ps-mule-find-wrappoint): Don't use chars-in-region.
2261
2262 * frame.el (display-mouse-p, display-selections-p):
2263 Use with-no-warnings.
2264
2265 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
2266
2267 2004-08-22 David Kastrup <dak@gnu.org>
2268
2269 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
2270 information.
2271
2272 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
2273
2274 2004-08-22 Andreas Schwab <schwab@suse.de>
2275
2276 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
2277
2278 2004-08-22 Masatake YAMATO <jet@gyve.org>
2279
2280 * cvs-status.el (cvs-status-checkout): New function.
2281 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
2282
2283 2004-08-21 David Kastrup <dak@gnu.org>
2284
2285 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
2286 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
2287 has been converted to use hashtables, the relation `nil=none' is
2288 no longer valid, as `nil' is not a hashtable. This patch tries to
2289 reduce the number of resulting errors.
2290
2291 2004-08-21 John Paul Wallington <jpw@gnu.org>
2292
2293 * subr.el (process-kill-without-query): Made obsolete in
2294 version 21.4, not 21.5.
2295
2296 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
2297 (vc-previous-comment, vc-next-comment)
2298 (vc-comment-search-reverse, vc-comment-search-forward)
2299 (vc-comment-to-change-log): Likewise.
2300
2301 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
2302
2303 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
2304
2305 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
2306 Correct indentation of DEFMETHODS with non-standard method
2307 combinations (e.g., PROGN, MIN, MAX).
2308
2309 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2310
2311 * startup.el (normal-top-level-add-subdirs-to-load-path):
2312 Avoid unnecessarily checking system-type.
2313 (normal-top-level): Set TERM to "dumb". Simplify.
2314
2315 * avoid.el (mouse-avoidance-ignore-p): New fun.
2316 Also ignore switch-frame, select-window, double, and triple clicks.
2317 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
2318 (mouse-avoidance-fancy-hook): Use it.
2319
2320 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
2321
2322 * avoid.el (mouse-avoidance-nudge-mouse)
2323 (mouse-avoidance-banish-destination): Stay within the current window
2324 to avoid problems with mouse-autoselect-window.
2325
2326 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2327
2328 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
2329 the newer format of some messages in cvs-1.12.1.
2330
2331 2004-08-19 Masatake YAMATO <jet@gyve.org>
2332
2333 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
2334 (elp-results-jump-to-definition-by-mouse)
2335 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
2336 (elp-output-result): Use elp-output-insert-symname.
2337
2338 2004-08-18 Kenichi Handa <handa@m17n.org>
2339
2340 * language/cyrillic.el: Register koi8-r in
2341 ctext-non-standard-encodings-alist.
2342 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
2343
2344 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
2345
2346 * emacs-lisp/copyright.el (copyright-update-year): Delete code
2347 that replaces 20xy with xy.
2348
2349 2004-08-17 John Paul Wallington <jpw@gnu.org>
2350
2351 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
2352 (reb-force-update): Doc fix.
2353
2354 2004-08-16 Richard M. Stallman <rms@gnu.org>
2355
2356 * progmodes/which-func.el (which-func-update-1): Doc fix.
2357
2358 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
2359 (sh-mode-abbrev-table): New variable.
2360
2361 * progmodes/compile.el (compilation-mode): Doc fix.
2362
2363 * emacs-lisp/lisp-mode.el (eval-last-sexp):
2364 Don't cons a new symbol each time.
2365 (eval-last-sexp-fake-value): New variable.
2366
2367 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
2368 (copyright-update-year): Detect continuation of list of years.
2369
2370 * term.el (term-default-fg-color, term-default-bg-color)
2371 (ansi-term-color-vector): Use `unspecified', not nil, as default.
2372
2373 * imenu.el: Several doc fixes: don't say variables are buffer-local.
2374
2375 2004-08-16 Davis Herring <herring@lanl.gov>
2376
2377 * isearch.el (isearch-string, isearch-message-string, isearch-point)
2378 (isearch-success, isearch-forward-flag, isearch-other-end)
2379 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2380 (isearch-barrier, isearch-within-brackets)
2381 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
2382
2383 2004-08-16 Kenichi Handa <handa@m17n.org>
2384
2385 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
2386
2387 2004-08-15 Kenichi Handa <handa@m17n.org>
2388
2389 * term/x-win.el (x-selection-value): If utf8 was successful but
2390 ctext was not, use utf8 string.
2391
2392 2004-08-14 Davis Herring <herring@lanl.gov>
2393
2394 * isearch.el: Remove accidental changes of March 4. Fix backing
2395 up when a regexp isearch is made more general. Use symbolic
2396 accessor functions for isearch stack frames to make usage clearer.
2397 (search-whitespace-regexp): Made groups in documentation shy (as
2398 is the group in the default value).
2399 (isearch-fallback): New function, addresses problems with regexps
2400 liberalized by `\|', adds support for liberalization by `\}' (the
2401 general repetition construct), and incorporates behavior for
2402 `*'/`?'.
2403 (isearch-}-char): New command, calls `isearch-fallback' with
2404 arguments appropriate to a typed `}'.
2405 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
2406 appropriately.
2407 (isearch-mode-map): Bind `}' to `isearch-}-char'.
2408 (isearch-string, isearch-message,string, isearch-point)
2409 (isearch-success, isearch-forward-flag, isearch-other-end)
2410 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2411 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
2412 New inline functions to read fields of a stack frame.
2413
2414 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
2415
2416 * battery.el (battery-linux-proc-acpi): Look into battery
2417 directories matching the literal string "CMB", too (required for
2418 Linux kernel version 2.6.7).
2419
2420 2004-08-14 John Paul Wallington <jpw@gnu.org>
2421
2422 * cus-start.el (read-file-name-completion-ignore-case): Add.
2423 (blink-cursor-alist): Change version to "21.4".
2424
2425 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
2426
2427 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
2428
2429 * speedbar.el (speedbar-scan-subdirs): New option.
2430 (speedbar-file-lists): Don't ignore file-name case on Unix and use
2431 dolist.
2432 (speedbar-insert-files-at-point): Take an extra argument and use
2433 it to optionally find out if a subdir is empty. Also unreadable
2434 files don't get expand buttons.
2435 (speedbar-directory): New image (unused pixmap already existed).
2436 (speedbar-expand-image-button-alist): Use it.
2437
2438 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
2439
2440 CC Mode update to 5.30.9:
2441
2442 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
2443 Move from cc-vars to cc-defs for dependency reasons. Fix the
2444 POSIX char class test to check that it works in
2445 `skip-chars-(forward|backward)' too.
2446
2447 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
2448 first argument starts with a special brace list.
2449
2450 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
2451 when `c-opt-type-concat-key' is used (i.e. in Pike).
2452
2453 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
2454 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
2455 >)".
2456
2457 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
2458 whitespace safe.
2459
2460 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
2461 position for `arglist-intro', `arglist-cont-nonempty' and
2462 `arglist-close' when there are two arglist open parens on the same
2463 line and there's nothing in front of the first.
2464
2465 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
2466 locking of qualified names in Java, which previously could fontify
2467 common indexing expressions in many cases. The standard Java
2468 naming conventions are used to tell them apart.
2469
2470 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
2471 Fix inconsistency wrt opening parens on the first line inside a paren
2472 block.
2473
2474 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
2475 compile time for the sake of `c-major-mode-is'.
2476
2477 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
2478 `c-major-mode-is' in the event that this is used inside a
2479 `c-lang-defconst'.
2480
2481 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
2482 `c-lang-defconst' so that it works better with fallback languages.
2483
2484 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
2485 it to fail to record the base mode.
2486
2487 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2488 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
2489 is used. Reordered the syntax checks to get more efficient
2490 skipping in some situations.
2491
2492 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
2493 continuation which might precede the newly inserted '{'.
2494
2495 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2496 Fix cases where it could loop indefinitely.
2497
2498 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
2499 size specs correctly. Only fontify identifiers in front of '('
2500 with as functions - don't accept any paren char. Tightened up
2501 initializer skipping to stop before function and class blocks.
2502
2503 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
2504 the point could be left directly after an open paren when finding
2505 the beginning of the first decl in the block.
2506
2507 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
2508 table when filtering out legitimate open parens to be recorded.
2509 This could cause cache inconsistencies when e.g.
2510 `c++-template-syntax-table' was temporarily in use.
2511
2512 * progmodes/cc-engine.el (c-on-identifier)
2513 (c-simple-skip-symbol-backward): Small fix for handling "-"
2514 correctly in `skip-chars-backward'. Affected the operator lfun
2515 syntax in Pike.
2516
2517 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
2518 Fix bug that could cause an error from `after-change-functions' when
2519 the changed region is at bob.
2520
2521 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
2522
2523 CC Mode update to 5.30.9:
2524
2525 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
2526 to say that <TAB> doesn't insert WS into a CPP line.
2527 (c-indent-command, c-tab-always-indent): Amend doc strings.
2528
2529 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
2530 checks for user errors, thus eliminating cryptic and unhelpful
2531 Emacs error messages. (1) Check the arg to `c-set-style' is a
2532 string. (2) Check that settings to `c-offsets-alist' are not
2533 spuriously quoted.
2534
2535 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
2536 which precedes the newly inserted `{'.
2537
2538 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
2539
2540 Sync with Tramp 2.0.44.
2541
2542 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
2543 function "tramp_file_attributes". Otherwise, file names
2544 containing spaces are misinterpreted. Reported by Magnus Henoch
2545 <mange@freemail.hu>.
2546 (tramp-handle-file-truename): FILENAME must be expanded first.
2547 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
2548 obscure results. Reported by D. Goel <deego@gnufans.org>.
2549 (tramp-handle-verify-visited-file-modtime): If file does not
2550 exist, say it is not modified if and only if that agrees with the
2551 buffer's record. Check whether a file is visiting the buffer, or
2552 the buffer has no recorded last modification time. Return t in
2553 case the visiting file doesn't exist. Suggested by Luc Teirlinck
2554 <teirllm@auburn.edu>.
2555 (tramp-handle-write-region): Pass modtime explicitely to
2556 `set-visited-file-modtime', because filename can be different
2557 from (buffer-file-name) if `file-precious-flag' is set.
2558 `set-visited-file-modtime' must be called always when `visit' is t
2559 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
2560 (tramp-handle-set-visited-file-modtime): If `time-list' is not
2561 nil, don't apply the whole body. If the file doesn't exists, set
2562 modtime to '(-1 65535). Suggested by Luc Teirlinck
2563 <teirllm@auburn.edu>.
2564
2565 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
2566
2567 * help.el (describe-bindings): Doc fix.
2568
2569 * subr.el (kbd): Doc fix.
2570
2571 2004-08-08 John Paul Wallington <jpw@gnu.org>
2572
2573 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
2574 instead of `string-to-int'.
2575 (define-ibuffer-column mode): Fix indentation.
2576
2577 2004-08-08 Lars Hansen <larsh@math.ku.dk>
2578
2579 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
2580
2581 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
2582
2583 * subr.el (global-unset-key, local-unset-key): Doc fixes.
2584
2585 * novice.el (disabled-command-function): New variable renamed from
2586 `disabled-command-hook'.
2587 (disabled-command-hook): Keep the _variable_ as alias for
2588 `disabled-command-function' and make obsolete.
2589 (disabled-command-function): Function renamed from
2590 `disabled-command-hook'. Adapt code to name change of the variable.
2591
2592 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
2593
2594 * simple.el (completion-root-regexp): New defvar.
2595 (completion-setup-function): Use it instead of a literal string.
2596
2597 2004-08-07 John Paul Wallington <jpw@gnu.org>
2598
2599 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
2600 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
2601 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
2602 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
2603
2604 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2605
2606 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
2607 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
2608
2609 2004-08-04 Kenichi Handa <handa@m17n.org>
2610
2611 * international/encoded-kb.el (encoded-kbd-setup-keymap):
2612 Fix previous change.
2613
2614 2004-08-03 Kenichi Handa <handa@m17n.org>
2615
2616 * international/encoded-kb.el: The following changes are to
2617 utilize key-translation-map instead of minor mode map.
2618 (encoded-kbd-iso2022-non-ascii-map): Delete it.
2619 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
2620 (encoded-kbd-last-key): New function.
2621 (encoded-kbd-iso2022-single-shift): New function.
2622 (encoded-kbd-iso2022-designation)
2623 (encoded-kbd-self-insert-iso2022-7bit)
2624 (encoded-kbd-self-insert-iso2022-8bit)
2625 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
2626 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
2627 key-translation-map.
2628 (encoded-kbd-setup-keymap): Setup key-translation-map.
2629 (saved-key-translation-map): New variable.
2630 (encoded-kbd-mode): Save/restore key-translation-map.
2631 Adjust for the change of encoded-kbd-setup-keymap.
2632
2633 2004-08-02 Kim F. Storm <storm@cua.dk>
2634
2635 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
2636 and call compute-motion with nil for topos and width to get proper
2637 usable width and height for both window and non-window systems.
2638
2639 * windmove.el (windmove-coordinates-of-position): Let compute-motion
2640 calculate usable window width and height.
2641
2642 * window.el (window-buffer-height): Call compute-motion with nil width.
2643
2644 2004-08-01 David Kastrup <dak@gnu.org>
2645
2646 * replace.el (query-replace-read-from):
2647 Use `query-replace-compile-replacement'.
2648 (query-replace-compile-replacement): New function.
2649 (query-replace-read-to): Use `query-replace-compile-replacement'
2650 for repeating the last command.
2651
2652 2004-08-01 John Paul Wallington <jpw@gnu.org>
2653
2654 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
2655 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
2656 (pr-switches): Remove period from end of error messages.
2657
2658 * help-mode.el (help-go-back): Likewise.
2659
2660 * abbrev.el (only-global-abbrevs): Doc fix.
2661 (edit-abbrevs-map): Define within defvar.
2662 (quietly-read-abbrev-file): Doc fix.
2663
2664 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
2665
2666 * novice.el (enable-command, disable-command): Doc fixes.
2667
2668 * subr.el (event-modifiers, event-basic-type): Doc fixes.
2669
2670 2004-07-30 Richard M. Stallman <rms@gnu.org>
2671
2672 * subr.el (with-local-quit): Doc fix.
2673
2674 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
2675
2676 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
2677
2678 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
2679
2680 * custom.el (defcustom): Doc fix.
2681
2682 2004-07-28 Masatake YAMATO <jet@gyve.org>
2683
2684 * progmodes/etags.el (etags-tags-apropos): Show building progress.
2685
2686 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2687
2688 * imenu.el (imenu-prev-index-position-function)
2689 (imenu-extract-index-name-function, imenu-name-lookup-function)
2690 (imenu--index-alist): Docstring redundancy fix.
2691
2692 2004-07-25 Lars Hansen <larsh@math.ku.dk>
2693
2694 * wdired.el (wdired-finish-edit): Require dired-aux before locally
2695 binding dired-backup-overwrite.
2696
2697 2004-07-25 John Paul Wallington <jpw@gnu.org>
2698
2699 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
2700
2701 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
2702
2703 * term/tty-colors.el (tty-color-approximate): Doc fix.
2704
2705 * select.el (x-get-selection, x-set-selection): Doc fixes.
2706
2707 * frame.el (make-frame): Doc fix.
2708
2709 2004-07-24 Richard M. Stallman <rms@gnu.org>
2710
2711 * mail/rmail.el (rmail-mime-charset-pattern):
2712 Don't include semicolon in the charset value.
2713
2714 * replace.el (occur-next-error): Call set-window-point.
2715 (occur-engine): Handle negative NLINES.
2716
2717 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
2718
2719 * frame.el (modify-all-frames-parameters): Minor doc fix.
2720 (set-frame-configuration): Doc fix.
2721
2722 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2723
2724 * simple.el (completion-setup-function): Compute the common parts
2725 and the first difference place correctly when
2726 partial-completion-mode is on.
2727
2728 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2729
2730 * ps-print.el: Doc fix.
2731 (ps-print-version): New version 6.6.5.
2732 (ps-printing-region): Doc fix.
2733 (ps-generate-string-list): Comment fix.
2734 (ps-message-log-max): Code fix.
2735
2736 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
2737
2738 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
2739 generated PostScript.
2740
2741 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
2742
2743 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
2744 with Gnus v5_10 branch.)
2745
2746 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
2747
2748 * calendar/time-date.el (time-to-number-of-days): New function.
2749 Imported from from Gnus.
2750
2751 2004-07-22 Kim F. Storm <storm@cua.dk>
2752
2753 * progmodes/make-mode.el: Fix comments.
2754
2755 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2756
2757 * printing.el: Doc fix.
2758
2759 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
2760
2761 * frame.el (modify-all-frames-parameters): Minor doc fix.
2762
2763 2004-07-20 Richard M. Stallman <rms@gnu.org>
2764
2765 * textmodes/fill.el (fill-nobreak-p): If this break point is
2766 at the end of the line, don't consider the newline which follows
2767 as a reason to return t.
2768
2769 2004-07-19 John Paul Wallington <jpw@gnu.org>
2770
2771 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
2772
2773 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
2774
2775 * dired-aux.el (dired-do-kill-lines): Expand docstring.
2776 Delete irrelevant code.
2777
2778 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
2779
2780 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2781 New docstring. From Luc Teirlinck.
2782
2783 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
2784
2785 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
2786 section.
2787 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
2788 non-file buffers. We know it is nil.
2789
2790 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
2791
2792 Sync with Tramp 2.0.43.
2793
2794 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2795 Remove outdated comment.
2796 (tramp-locked, tramp-locker): New variables for implementing a
2797 global lock.
2798 (tramp-sh-file-name-handler): Use them to implement the global lock.
2799
2800 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
2801
2802 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
2803 calls to respective `xxx` calls.
2804 (tramp-process-alive-regexp): Precise doc string.
2805 (tramp-multi-action-process-alive): New defun.
2806 (tramp-multi-actions): Use it.
2807 (tramp-handle-find-backup-file-name): `copy-tree' is available
2808 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
2809 in order to avoid this function.
2810 (tramp-handle-write-region): Set current buffer. If connection
2811 wasn't open, `file-modes' has changed it accidently. Reported by
2812 David Kastrup <dak@gnu.org>.
2813 (tramp-enter-password, tramp-read-passwd): New arguments USER and
2814 HOST.
2815 (tramp-action-password, tramp-multi-action-password): Apply it.
2816 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
2817 name must still contain the port number. Otherwise, we have two
2818 Tramp buffers, with all the confusion. Reported by Myron Selby
2819 <myron@xytech.com> and Rolf Dubitzky
2820 <Dubitzky@physi.uni-heidelberg.de>.
2821
2822 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
2823 HOST to `tramp-enter-passwd'.
2824
2825 * net/tramp-vc.el (all): Code cleanup. Change all
2826 `tramp-handle-xxx' calls to respective `xxx` calls.
2827
2828 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
2829
2830 * emacs-lisp/testcover.el: New category "potentially-1valued" for
2831 functions that are not erroneous if either 1-valued or
2832 multi-valued. Detect functions in this class.
2833 (testcover-1value-functions, testcover-compose-functions)
2834 (testcover-progn-functions) Added some additional functions to lists.
2835 (testcover-mark): Bugfix when marking up the definition for an
2836 empty function.
2837
2838 2004-07-17 Richard M. Stallman <rms@gnu.org>
2839
2840 * replace.el (occur-read-primary-args): Pass default to
2841 read-from-minibuffer.
2842
2843 * mail/footnote.el (footnote-section-tag): Use defcustom.
2844
2845 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
2846 Compile font-lock-keywords, not KEYWORDS.
2847 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
2848 Add warn, check-type. Handle cerror like error.
2849
2850 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
2851
2852 * progmodes/which-func.el (which-func-keymap): New var.
2853 (which-func-face): New face.
2854 (which-func-format): Use them.
2855
2856 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2857
2858 * buff-menu.el (list-buffers-noselect): Append the buffer's
2859 process status to its mode name.
2860
2861 2004-07-16 Kim F. Storm <storm@cua.dk>
2862
2863 * simple.el (inhibit-mark-movement): New defvar.
2864 (beginning-of-buffer, end-of-buffer): Do not push mark if
2865 inhibit-mark-movement is non-nil or C-u prefix is given.
2866
2867 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
2868 Init to beginning-of-buffer and end-of-buffer.
2869 (cua--undo-push-mark): New defvar.
2870 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
2871 already active and command is in cua--preserve-mark-commands.
2872 Also fix check for shift modifier on non-window systems.
2873 (cua--post-command-handler): Clear inhibit-mark-movement if set.
2874
2875 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
2876
2877 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
2878 of two integers, instead of a cons.
2879
2880 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2881 `visited-file-modtime' now returns a list of two integers, instead
2882 of a cons.
2883
2884 * dired.el (dired-directory-changed-p): Ditto.
2885
2886 * progmodes/grep.el (grep): Doc fix.
2887
2888 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
2889
2890 * autorevert.el (auto-revert-tail-mode)
2891 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
2892 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
2893 in both at the same time.
2894 (auto-revert-tail-mode): New command.
2895 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
2896 (auto-revert-handler): Revert only either tail or whole file.
2897
2898 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
2899 add auto-revert-tail-mode.
2900
2901 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2902
2903 * printing.el: Doc fix. Change name of some funs.
2904 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
2905 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
2906 (pr-standard-file-name): New fun. Replace pr-standard-path.
2907 (pr-call-process): Code fix.
2908
2909 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
2910
2911 * subr.el (with-selected-window): Doc fix.
2912
2913 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
2914
2915 * subr.el (get-buffer-window-list): Doc fix.
2916
2917 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
2918
2919 * files.el (switch-to-buffer-other-window): Doc fix.
2920
2921 * window.el (save-selected-window, one-window-p)
2922 (split-window-keep-point, split-window-vertically)
2923 (split-window-horizontally): Doc fixes.
2924
2925 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2926
2927 * printing.el: Doc fix. Now it uses call-process instead of
2928 shell-command for low command execution.
2929 (pr-version): New version number (6.8).
2930 (pr-shell-file-name): Option removed.
2931 (pr-shell-command): Fun removed.
2932 (pr-call-process): New fun. Replace pr-shell-command.
2933 (pr-standard-path, pr-remove-nil-from-list): New funs.
2934 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
2935 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
2936 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
2937 (pr-ps-utility-process, pr-txt-print): Code fix.
2938
2939 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2940
2941 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
2942 boolean.
2943
2944 2004-07-09 Lars Hansen <larsh@math.ku.dk>
2945
2946 * wid-edit.el (widget-field-buffer): Doc fix.
2947
2948 2004-07-09 John Paul Wallington <jpw@gnu.org>
2949
2950 * emacs-lisp/re-builder.el (reb-update-overlays):
2951 Distinguish between one and several matches in message.
2952
2953 2004-07-09 Richard M. Stallman <rms@gnu.org>
2954
2955 * mouse.el (mouse-set-region-1): If transient-mark-mode
2956 is `identity', change it to `only'.
2957
2958 * simple.el (current-word): Doc fix.
2959
2960 2004-07-09 Mark A. Hershberger <mah@everybody.org>
2961
2962 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
2963 so that it is more understanding of whitespace.
2964
2965 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
2966 form
2967 (("ns" . "element") (attr-list) children) instead of
2968 ((:ns . "element") (attr-list) children) in order to reduce the
2969 number of symbols used.
2970 (xml-skip-dtd): Change to use xml-parse-dtd but set
2971 xml-validating-parsing to nil.
2972 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
2973 (xml-substitute-entity): Remove in favor of new entity substitution.
2974 (xml-substitute-special): Rewrite in to substitute complex
2975 entities from DOCTYPE declarations.
2976 (xml-parse-fragment): Parse fragments from entity deleclarations.
2977 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
2978 (xml-parse-dtd, xml-substitute-special): Make validity checks
2979 conditioned on xml-validating-parser. Add "Not Well Formed" to
2980 error messages about well-formedness.
2981
2982 2004-07-08 Steven Tamm <steventamm@mac.com>
2983
2984 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
2985 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
2986 Do not treat double clicks and triple clicks specially in the
2987 scroll bar (preventing strange repositioning problems)
2988
2989 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
2990
2991 * replace.el (query-replace-regexp-eval): Fix last change.
2992
2993 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2994
2995 * replace.el (query-replace-descr): New fun.
2996 (query-replace-read-from, query-replace-read-args): Default to the
2997 previous from&to.
2998 (query-replace-read-to): Quote the `from' string when displaying it.
2999 (query-replace-regexp-eval): Immediately check read-only status.
3000 Use query-replace-read-from to get the \n checking.
3001 Quote the `from' string when displaying it.
3002 (map-query-replace-regexp, occur-read-primary-args):
3003 Quote the `from' string when displaying it.
3004
3005 * isearch.el (isearch-query-replace): Pass the regexp-ness and
3006 delimited-ness of the search to query-replace.
3007
3008 * replace.el (query-replace-read-from, query-replace-read-to):
3009 New funs extracted from query-replace-read-args.
3010 (query-replace-read-args): Use them.
3011
3012 * replace.el (query-replace-interactive, query-replace-read-args):
3013 Remove the `initial' special value.
3014 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
3015 (occur-engine): Remove unused var `matchend'.
3016
3017 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
3018 Use the search string without prompting.
3019
3020 2004-07-05 Kenichi Handa <handa@m17n.org>
3021
3022 * international/mule.el (decode-coding-inserted-region):
3023 Set last-coding-system-used only when coding is nil.
3024
3025 2004-07-03 Eli Zaretskii <eliz@gnu.org>
3026
3027 * progmodes/grep.el (grep-compute-defaults, grep-command)
3028 (grep-program, find-program, grep-find-use-xargs, grep-history)
3029 (grep-find-history, grep-tag-default, grep-find-command)
3030 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
3031 Add autoload cookies, for unbundled packages that load `compile'
3032 and expect all grep-related symbols to become defined.
3033
3034 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
3035
3036 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
3037 (iimage-mode-image-search-path): New user option to search the
3038 image file.
3039 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
3040 have locate-file.
3041 (iimage-mode-buffer): Use it.
3042
3043 2004-07-03 Nick Roberts <nickrob@gnu.org>
3044
3045 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
3046 carefully.
3047 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
3048
3049 2004-07-03 Juri Linkov <juri@jurta.org>
3050
3051 * replace.el (query-replace-read-args): Swallow space after 'foo,
3052 not after (quote foo). Match space only immediately after symbol,
3053 not anywhere in the whole string.
3054
3055 2004-07-02 Richard M. Stallman <rms@gnu.org>
3056
3057 * replace.el (query-replace-read-args): Swallow space after
3058 symbols, not after closeparens. But avoid error if string ends there.
3059
3060 * progmodes/python.el (python-beginning-of-statement):
3061 Exit the loop if backward-up-list gets error.
3062
3063 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
3064
3065 2004-07-02 Andre Spiegel <spiegel@gnu.org>
3066
3067 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
3068 only if vc-consult-headers is non-nil.
3069
3070 2004-07-02 Juri Linkov <juri@jurta.org>
3071
3072 * pcvs.el (cvs-mode-diff-repository): New command.
3073
3074 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
3075
3076 2004-07-01 Juri Linkov <juri@jurta.org>
3077
3078 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
3079 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
3080 C-M-% to isearch-query-replace-regexp.
3081 (minibuffer-local-isearch-map): Add arrow key bindings.
3082 Bind C-f to isearch-yank-char-in-minibuffer.
3083 (isearch-forward): Doc fix.
3084 (isearch-edit-string): Doc fix.
3085 (isearch-query-replace, isearch-query-replace-regexp): New funs.
3086 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
3087 (isearch-yank-char): Add optional arg.
3088 (isearch-yank-char-in-minibuffer): New fun.
3089
3090 * replace.el (query-replace-interactive): Change type from boolean
3091 to choice. Add value `initial'.
3092 (query-replace-read-args): Handle value `initial' of
3093 query-replace-interactive.
3094
3095 2004-06-29 Kim F. Storm <storm@cua.dk>
3096
3097 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
3098 (breakpoint-disabled-bitmap-face): Add :group 'gud.
3099
3100 * progmodes/ada-xref.el (ada-tight-gvd-integration):
3101 Add :group 'ada.
3102
3103 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
3104
3105 2004-06-29 Juri Linkov <juri@jurta.org>
3106
3107 * replace.el (query-replace-read-args): Swallow a space after
3108 everything except )]" which in most cases means after a symbol.
3109
3110 * emacs-lisp/pp.el (pp-buffer): Add autoload.
3111
3112 2004-06-28 Richard M. Stallman <rms@gnu.org>
3113
3114 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
3115 More changes to go with previous change in font-lock.el.
3116
3117 2004-06-26 David Kastrup <dak@gnu.org>
3118
3119 * replace.el (perform-replace): Highlight the match even in
3120 non-query mode if there is potential replace string editing.
3121
3122 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
3123
3124 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
3125 agree with new return value of `file-remote-p'.
3126 This syncs with Tramp 2.0.42.
3127
3128 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
3129 according to new documentation of `file-remote-p'.
3130
3131 * files.el (file-remote-p): Fix doc to say that return value is
3132 identification of remote system, if not nil.
3133 (file-relative-name): Use new return value of `file-remote-p'.
3134
3135 2004-06-26 Nick Roberts <nickrob@gnu.org>
3136
3137 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
3138 (gdb-goto-breakpoint): Fix breakage.
3139
3140 2004-06-26 Eli Zaretskii <eliz@gnu.org>
3141
3142 * man.el (Man-getpage-in-background): Add windows-nt to the list
3143 of systems where shell-file-name should be used instead of
3144 literal "sh".
3145
3146 2004-06-25 Sam Steingold <sds@gnu.org>
3147
3148 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
3149 function names `(setf symbol)'.
3150
3151 2004-06-24 Richard M. Stallman <rms@gnu.org>
3152
3153 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
3154
3155 * font-lock.el (font-lock-keywords): Change format of compiled values.
3156 Document it.
3157 (font-lock-add-keywords): If font-lock-keywords is compiled,
3158 extract the uncompiled version, modify, then recompile.
3159 (font-lock-remove-keywords): Likewise.
3160 (font-lock-fontify-keywords-region): Handle changed format.
3161 (font-lock-compile-keywords): Handle changed format.
3162 (font-lock-set-defaults): Compile the keywords explicitly here.
3163
3164 2004-06-24 David Kastrup <dak@gnu.org>
3165
3166 * replace.el (query-replace-read-args): Implement `\,' and `\#'
3167 replacements here.
3168 (query-replace-regexp): Doc string explaining this and the new
3169 `\?' replacement. Remove `\,' and `\#' implementation here, as it
3170 is better placed in `query-replace-read-args'.
3171 (replace-regexp): Explain `\,', `\#' and `\?'.
3172 (replace-match-data): New function for thorough reuse/destruction
3173 of old match-data.
3174 (replace-match-maybe-edit): Function for implementing `\?' editing.
3175 (perform-replace): Fix maintaining of the match stack including
3176 already matched regions, implement `\?', fix various problems
3177 with regions while editing and other stuff.
3178 (replace-highlight): Simplify.
3179
3180 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
3181
3182 * progmodes/grep.el (grep-error-screen-columns): New variable.
3183 (grep-regexp-alist): Give it the full functionality of gnu style
3184 compilation messages with line and column ranges. Ask me for the
3185 perl script I'm working on, that uses these.
3186
3187 2004-06-23 Nick Roberts <nickrob@gnu.org>
3188
3189 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
3190 Remove.
3191 (comint-insert-input, comint-mouse-insert-input): New functions
3192 based on comint-insert-clicked-input for two bindings but just
3193 one functionality.
3194
3195 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3196
3197 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
3198
3199 2004-06-23 Lars Hansen <larsh@math.ku.dk>
3200
3201 * files.el (write-contents-functions): Doc fix.
3202
3203 2004-06-21 Juanma Barranquero <lektu@terra.es>
3204
3205 * image.el (image-library-alist): Rewrite docstring in active voice.
3206
3207 2004-06-20 Richard M. Stallman <rms@gnu.org>
3208
3209 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
3210
3211 * isearch.el (isearch-repeat): Avoid testing old match data.
3212 (isearch-message): Display trailing space in special font
3213 when search is failing.
3214 (isearch-search-fun-function): Doc fix.
3215
3216 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
3217
3218 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
3219
3220 * frame.el (show-trailing-whitespace): Doc fix.
3221
3222 * cus-edit.el (custom-variable-documentation): New function.
3223 (custom-variable): Use it.
3224
3225 2004-06-19 Nick Roberts <nickrob@gnu.org>
3226
3227 * man.el (Man-getpage-in-background): Revert previous change but
3228 make cygwin a special case.
3229
3230 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
3231
3232 * autorevert.el (global-auto-revert-non-file-buffers):
3233 Update docstring.
3234
3235 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
3236
3237 * progmodes/compile.el (compilation-error-properties): Store one
3238 more than end-col, if present, so that transient-mark-mode will
3239 highlight last char too.
3240 * progmodes/grep.el (grep-regexp-alist): Match columns and column
3241 ranges, if present.
3242
3243 2004-06-18 Jason Rumney <jasonr@gnu.org>
3244
3245 * makefile.w32-in: Double percent signs in for loops.
3246
3247 2004-06-17 David Kastrup <dak@gnu.org>
3248
3249 * replace.el (query-replace-read-args): Only warn about use of \n
3250 and \t when we are doing a regexp replacement and the actual
3251 escaped character is n or t.
3252 (query-replace-regexp): Add \, and \# interpretation to
3253 interactive call and document it.
3254 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
3255 as shortkey for replace-count.
3256 (replace-quote): New function for doubling backslashes.
3257
3258 2004-06-17 Juanma Barranquero <lektu@terra.es>
3259
3260 * files.el (parse-colon-path, cd): Mention in docstring that the
3261 path separator is colon in GNU-like systems.
3262
3263 * newcomment.el (comment-region-internal): Fix docstring.
3264
3265 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
3266 (ewoc-invalidate, ewoc-collect): Doc fixes.
3267 (ewoc--create-node, ewoc--delete-node-internal):
3268 Fix typos in docstring.
3269
3270 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3271
3272 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
3273 manual to docstring.
3274
3275 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3276
3277 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
3278
3279 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3280
3281 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3282 Add hyperlink to emacs-xtra manual to docstring.
3283
3284 * autorevert.el (global-auto-revert-non-file-buffers):
3285 Add hyperlink to emacs-xtra manual to docstring, as well as an
3286 info-link.
3287
3288 2004-06-14 Juanma Barranquero <lektu@terra.es>
3289
3290 * image.el (image-library-alist): New variable to map image types
3291 to external libraries. Initialized to nil, unless system-specific
3292 configs change it.
3293 (image-type-available-p): Determine whether an image type is
3294 available by calling `init-image-library'.
3295
3296 * term/w32-win.el (image-library-alist): Initialize to a known set
3297 of probable library names.
3298
3299 2004-06-14 Kenichi Handa <handa@m17n.org>
3300
3301 * international/code-pages.el (windows-1256, cp1125): Fix tables
3302 for several characters.
3303
3304 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
3305
3306 2004-06-13 Richard M. Stallman <rms@gnu.org>
3307
3308 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
3309
3310 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
3311 not "`pc-selection-mode'".
3312
3313 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
3314
3315 * simple.el (previous-matching-history-element): Specify a default.
3316
3317 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
3318
3319 * cus-face.el (custom-declare-face): Simplify code.
3320
3321 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
3322
3323 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
3324
3325 * files.el (before-save-hook): Add `time-stamp' to the options.
3326
3327 * time-stamp.el (time-stamp): Recommend adding it to
3328 `before-save-hook', rather than `write-file-functions'.
3329 Make a similar change in `Commentary' section.
3330
3331 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
3332
3333 * diff-mode.el (diff-current-defun): If at start of hunk, use
3334 position of first change.
3335
3336 2004-06-13 Lars Hansen <larsh@math.ku.dk>
3337
3338 * dired-x.el (dired-mark-omitted): Bind to "*O".
3339
3340 2004-06-12 Karl Fogel <kfogel@red-bean.com>
3341
3342 * bookmark.el (bookmark-bmenu-relocate): New function, as
3343 suggested by David J. Biesack <David.Biesack@sas.com>.
3344 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
3345 (bookmark-bmenu-mode): Describe binding in doc string.
3346 (bookmark-set-filename): Save the bookmark list if it's time.
3347
3348 2004-06-13 Kenichi Handa <handa@m17n.org>
3349
3350 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
3351 (ccl-untranslated-to-ucs): Fix typo.
3352
3353 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
3354
3355 * progmodes/python.el (python-open-block-statement-p):
3356 Fix indentation after a block opening that contains a comment.
3357
3358 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
3359
3360 * bindings.el (completion-ignored-extensions): Add file extensions
3361 of Python byte-compiled files.
3362
3363 2004-06-12 Juri Linkov <juri@jurta.org>
3364
3365 * info.el (Info-goto-node): Add autoload.
3366 (Info-toc): Add substring-no-properties on Info file name.
3367 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
3368 (Info-mode-map): Bind L to Info-history, T to Info-toc.
3369
3370 2004-06-12 Kenichi Handa <handa@m17n.org>
3371
3372 * international/mule-cmds.el (set-language-environment):
3373 Load subst tables if necessary.
3374
3375 * international/mule.el (decode-char): Load subst tables if necessary.
3376 (encode-char): Likewise.
3377
3378 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
3379 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
3380 (utf-16le-decode-loop): Set r5 to -1 before loop.
3381 (utf-16be-decode-loop): Likewise.
3382 (ccl-decode-mule-utf-16le): Add EOF processing block.
3383 (ccl-decode-mule-utf-16be): Likewise.
3384 (ccl-decode-mule-utf-16le-with-signature): Likewise.
3385 (ccl-decode-mule-utf-16be-with-signature): Likewise.
3386 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
3387 (ccl-mule-utf-16-encode-untrans): New CCL.
3388 (utf-16-decode-to-ucs): Handle pre-read character.
3389 (utf-16le-encode-loop): Handle surrogate pair.
3390 (utf-16be-encode-loop): Likewise.
3391 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
3392 of utf-16le-encode-loop.
3393 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
3394 of utf-16be-encode-loop.
3395 (mule-utf-16-post-read-conversion):
3396 Call utf-8-post-read-conversion at first.
3397 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
3398 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
3399 Add post-read-conversion and pre-write-conversion.
3400
3401 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
3402 (utf-translate-cjk-unicode-range): New variable.
3403 (utf-translate-cjk-load-tables): New function.
3404 (utf-lookup-subst-table-for-decode): New function.
3405 (utf-lookup-subst-table-for-encode): New function.
3406 (utf-translate-cjk-mode): Init-value changed to t. Don't load
3407 tables here. Update safe-charsets of utf-* coding systems.
3408 (ccl-mule-utf-untrans): New CCL.
3409 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
3410 at end of each branch.
3411 (ccl-mule-utf-8-encode-untrans): New CCL.
3412 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
3413 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
3414 length of encoding. Don't return r0.
3415 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
3416 (utf-8-post-read-conversion): Narrow to region properly.
3417 If utf-translate-cjk-mode is on, load tables if necessary.
3418 Call utf-8-compose with hash-table arg if necessary.
3419 Call XXX-compose-region instead of XXX-post-read-convesion.
3420 (utf-8-pre-write-conversion): New function.
3421 (mule-utf-8): Include CJK charsets in safe-charsets if
3422 utf-translate-cjk-mode is on. Add pre-write-conversion.
3423
3424 * international/characters.el: Temporarily set
3425 utf-translate-cjk-mode to nil.
3426
3427 * language/devan-util.el (devanagari-compose-region):
3428 Add autoload cookie.
3429
3430 * international/ccl.el (ccl-dump-call): Fix printing the
3431 subroutine name.
3432
3433 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
3434
3435 * dired.el (dired-revert): If buffer is marked unmodified before
3436 reverting, keep it marked unmodified.
3437 Adapt to new conventions for commenting out code.
3438 (dired-make-relative): Adapt to new conventions for commenting out code.
3439
3440 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
3441
3442 * eshell/esh-module.el (eshell-load-defgroups):
3443 Bind `vc-handled-backends' to nil when opening files.
3444
3445 2004-06-11 Juanma Barranquero <lektu@terra.es>
3446
3447 * files.el (parse-colon-path, cd): Doc fixes (refer to
3448 `path-separator', not colon).
3449
3450 2004-06-10 Juanma Barranquero <lektu@terra.es>
3451
3452 * newcomment.el (comment-search-forward)
3453 (comment-search-backward): Fix typos in docstring.
3454 (comment-region): Doc fix.
3455
3456 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
3457
3458 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
3459 switch is no longer stored in `dired-switches-alist'.
3460
3461 * dired-aux.el (dired-insert-subdir): Do not store R switch in
3462 `dired-switches-alist'.
3463
3464 2004-06-10 Kim F. Storm <storm@cua.dk>
3465
3466 * pcvs.el (cvs-mode-diff-yesterday): New command.
3467
3468 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
3469
3470 2004-06-10 Juri Linkov <juri@jurta.org>
3471
3472 * emacs-lisp/edebug.el (edebug-eval-defun):
3473 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
3474 Fix docstring.
3475
3476 * simple.el (eval-expression-print-format): Don't print additional
3477 information on the first call to `eval-print-last-sexp'.
3478 (next-error-find-buffer): Fix punctuation.
3479 (killing) <defgroup>: Fix punctuation.
3480 (yank-excluded-properties): Change group from editing to killing.
3481
3482 * replace.el (perform-replace): Use `limit' to terminate the
3483 while-loop explicitly.
3484
3485 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3486
3487 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
3488 Use lc-*.xpm as prefix instead of *-locol.xpm.
3489
3490 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
3491 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
3492 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
3493 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
3494 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
3495 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
3496 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
3497 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
3498 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
3499 * toolbar/lc-up_arrow.xpm:
3500 Renamed from *-locol.xpm.
3501
3502 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
3503
3504 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
3505 include forms like &<str>; as valid url patterns.
3506
3507 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
3508
3509 * dired.el (dired-diff, dired-backup-diff)
3510 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
3511 (dired-do-chown, dired-do-touch, dired-do-print)
3512 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
3513 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
3514 (dired-create-directory, dired-do-copy, dired-do-symlink)
3515 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
3516 (dired-do-copy-regexp, dired-do-hardlink-regexp)
3517 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
3518 (dired-maybe-insert-subdir, dired-next-subdir)
3519 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
3520 (dired-kill-subdir, dired-tree-up, dired-tree-down)
3521 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
3522 (dired-run-shell-command, dired-query): Remove redundant,
3523 or incorrect, autoloads.
3524
3525 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
3526 does not end in a slash. Add optional argument KILL-ROOT.
3527 Update docstring.
3528 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
3529 (dired-query): Add autoloads.
3530
3531 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
3532
3533 * progmodes/compile.el (compilation-set-window-height):
3534 Rearrange the save-* functions because a buffer can have several current
3535 point in different windows.
3536 (compilation-error-regexp-alist-alist): Recognize {standard input}
3537 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
3538
3539 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3540
3541 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
3542 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
3543 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
3544 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
3545 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
3546 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
3547 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
3548 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
3549 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
3550 * toolbar/up_arrow-locol.xpm:
3551 New versions of icons that uses fewer colors.
3552
3553 * toolbar/tool-bar.el (tool-bar-local-item)
3554 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
3555 if display-color-cells is 256 or less.
3556
3557 2004-06-08 Kim F. Storm <storm@cua.dk>
3558
3559 * wid-edit.el (widget-specify-button): Use hand pointer rather
3560 than mouse-face as visible mouse-over effect.
3561
3562 2004-06-07 Karl Fogel <kfogel@red-bean.com>
3563
3564 * saveplace.el (save-place-alist-to-file): Bind `print-length'
3565 and `print-level' to nil when writing out `save-place-alist'.
3566 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
3567
3568 2004-06-07 Juanma Barranquero <lektu@terra.es>
3569
3570 * completion.el (completion-kill-region): Doc fix.
3571
3572 * format.el (format-insert-annotations)
3573 (format-annotate-location): Doc fixes.
3574 (format-subtract-regions): Make arguments match their use in docstring.
3575
3576 * simple.el (kill-region): Doc fix.
3577
3578 * subr.el (insert-buffer-substring-no-properties)
3579 (insert-buffer-substring-as-yank): Doc fixes.
3580
3581 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
3582
3583 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3584 Update docstring.
3585 (dired-reset-subdir-switches): New function.
3586
3587 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
3588 Limit scope of `buffer-read-only' binding.
3589
3590 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
3591
3592 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
3593 eshell-explicit-command-char.
3594
3595 2004-06-06 Juanma Barranquero <lektu@terra.es>
3596
3597 * help-fns.el (help-argument-name): Inherit from italic face only
3598 if the frame supports it.
3599
3600 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3601
3602 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
3603 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
3604 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
3605 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
3606 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
3607 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
3608 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
3609 New conversions from xpm files.
3610
3611 * toolbar/README: New file.
3612
3613 2004-06-06 Richard M. Stallman <rms@gnu.org>
3614
3615 * isearch.el (isearch-mode-map): Undo previous change.
3616
3617 2004-06-05 Juri Linkov <juri@jurta.org>
3618
3619 * bindings.el (debug-ignored-errors): Add regexps for history
3620 related messages. Remove $ from "No further undo information".
3621 Move Ediff's messages to ediff.el.
3622
3623 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
3624
3625 * cus-edit.el (custom-display): Add `min-colors'.
3626
3627 * custom.el (defface): Add `supports' to docstring.
3628
3629 * help-fns.el (help-argument-name): Add :group 'help.
3630
3631 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
3632
3633 * find-dired.el (find-ls-subdir-switches): New user option.
3634 (find-dired): No longer call `abbreviate-file-name' on DIR.
3635 Set `dired-subdir-switches' buffer-locally.
3636
3637 * locate.el: Merge the two `Commentary' sections.
3638 (locate-ls-subdir-switches): New user option.
3639 (locate): Update for other changes.
3640 (locate-mode-map): Restore Dired binding for mouse-2.
3641 Bind `locate-mouse-view-file' to M-mouse-2.
3642 Bind `l' to `locate-do-redisplay'.
3643 (locate-main-listing-line-p, locate-do-redisplay): New functions.
3644 (locate-mouse-view-file, locate-tags, locate-find-directory):
3645 Print message if used outside main listing.
3646 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
3647 Various changes to support inserted subdirectories.
3648 (locate-insert-header): Change header of *Locate* buffer.
3649
3650 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3651 Change interactive default switches.
3652 (dired-rename-subdir-2): Update `dired-switches-alist'.
3653 (dired-insert-subdir, dired-kill-subdir):
3654 Handle `dired-switches-alist'. Do not mark buffer modified.
3655 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
3656 (dired-insert-subdir-doinsert): Omit messages.
3657 Handle `dired-subdir-switches'.
3658 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
3659
3660 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
3661 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
3662 subdirs if -R switch is used for a subdir.
3663 (dired-mode): Set `dired-switches-alist'.
3664 (dired-build-subdir-alist): Only print number of directories in
3665 echo area when invoked interactively.
3666
3667 2004-06-05 Lars Hansen <larsh@math.ku.dk>
3668
3669 * dired-x.el (dired-omit-mode): Rename from
3670 dired-omit-files-p. Use define-minor-mode to define it.
3671 (dired-omit-files-p): Add as alias for dired-omit-mode.
3672 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
3673 dired-mark-omitted.
3674 (dired-mark-omitted): Add. Bind to M-O.
3675
3676 2004-06-05 Kenichi Handa <handa@m17n.org>
3677
3678 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
3679
3680 2004-06-05 Juanma Barranquero <lektu@terra.es>
3681
3682 * help-fns.el (help-argument-name): Reintroduce face.
3683 (help-default-arg-highlight): Use it, now that
3684 `face-differs-from-default-p' can be trusted.
3685
3686 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
3687
3688 * textmodes/table.el: Sentence commands added to Point Motion
3689 group; kill and backward-kill commands added to Extraction group.
3690
3691 2004-06-04 Mario Lang <mlang@delysid.org>
3692
3693 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
3694 systems appear to use mW, make the code handle this. Fix a
3695 division-by-zero bug while at it, and handle kernels with
3696 a slightly different layout in /proc/acpi.
3697
3698 2004-06-04 Karl Fogel <kfogel@red-bean.com>
3699
3700 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
3701 because the latter is a CL-ism. This fixes the bug reported by
3702 Shawn Boyette <mdxi@collapsar.net> in
3703 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
3704
3705 2004-06-04 Miles Bader <miles@gnu.org>
3706
3707 * faces.el (display-supports-face-attributes-p): Function moved to
3708 C code. Previously only the tty-related portion of this function
3709 was done in C; however the previous attempt to do a halfway-proper
3710 job for non-tty displays in lisp didn't work properly because of
3711 funny conditions during Emacs startup.
3712 (face-differs-from-default-p): Simplify, now that
3713 display-supports-face-attributes-p works properly on all display
3714 types. Remove :stipple from comparison; it doesn't really work
3715 in emacs anyway.
3716
3717 2004-06-04 Miles Bader <miles@gnu.org>
3718
3719 * faces.el (face-differs-from-default-p): Use a different
3720 implementation, so we can really check whether FACE displays
3721 differently or not.
3722
3723 2004-06-04 Miles Bader <miles@gnu.org>
3724
3725 * faces.el (display-supports-face-attributes-p): Implement a
3726 `different from default' check for non-tty displays.
3727
3728 2004-06-03 David Kastrup <dak@gnu.org>
3729
3730 * woman.el (woman-mapcan): More concise code.
3731 (woman-topic-all-completions, woman-topic-all-completions-1)
3732 (woman-topic-all-completions-merge): Replace by a simpler and
3733 much faster implementation based on O(n log n) sort/merge instead
3734 of the old O(n^2) behavior.
3735
3736 2004-06-03 Miles Bader <miles@gnu.org>
3737
3738 * subr.el (read-number): Use canonical format for default in prompt.
3739
3740 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
3741 Add regexp for " [...]" style defaults.
3742
3743 2004-06-02 Romain Francoise <romain@orebokech.com>
3744
3745 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
3746 groups: if the user asks for a hidden buffer, open the
3747 corresponding filter group to expose it.
3748
3749 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
3750 `ibuffer-jump-to-buffer'.
3751 (ibuffer-jump-offer-only-visible-buffers): New user option.
3752
3753 2004-06-02 Juanma Barranquero <lektu@terra.es>
3754
3755 * faces.el (frame-update-faces): Add empty docstring so the one
3756 for `ignore' doesn't show through.
3757
3758 * subr.el (process-kill-without-query): Remove spurious "\n" on
3759 obsolescence string.
3760 (focus-frame, unfocus-frame): Add obsolescence declaration and
3761 empty docstring.
3762
3763 * international/mule.el (register-char-codings): Make alias for
3764 `ignore'. Move docstring to obsolescence info and remove redundancy.
3765
3766 2004-06-02 Kim F. Storm <storm@cua.dk>
3767
3768 * frame.el (blink-cursor-start): Turn cursor off initially so blink
3769 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
3770
3771 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3772
3773 * comint.el (comint-replace-by-expanded-history-before-point):
3774 Obey `start' as the docstring says.
3775 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
3776 (comint-update-fence): Prevent font-lock from running unnecessarily.
3777 (comint-dynamic-list-completions): Use with-current-buffer.
3778
3779 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3780
3781 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
3782 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
3783 (bibtex-entry-update): Handle alternatives and optional fields.
3784 (bibtex-parse-entry): Bugfix, handle empty key.
3785
3786 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3787
3788 * vc-arch.el (vc-arch-state): Don't assume the file exists.
3789
3790 2004-05-31 Lars Hansen <larsh@math.ku.dk>
3791
3792 * desktop.el (desktop-save): Don't save minor modes without a
3793 known mode initialization function.
3794
3795 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
3796
3797 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
3798
3799 * autorevert.el: Update `Commentary' section.
3800
3801 2004-05-30 Juanma Barranquero <lektu@terra.es>
3802
3803 * dos-fns.el (convert-standard-filename):
3804 * files.el (convert-standard-filename):
3805 * w32-fns.el (convert-standard-filename):
3806 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
3807
3808 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
3809
3810 Sync with Tramp.
3811
3812 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
3813 (tramp-let-maybe): Move to an earlier spot in the file.
3814 Patch by Andreas Schwab.
3815
3816 2004-05-30 Andreas Schwab <schwab@suse.de>
3817
3818 * dired.el (dired-get-filename): Don't use dired-re-dot.
3819
3820 2004-05-30 Richard M. Stallman <rms@gnu.org>
3821
3822 * files.el (find-file): Doc fix.
3823
3824 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
3825
3826 2004-05-30 Nick Roberts <nickrob@gnu.org>
3827
3828 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
3829 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
3830 modeline of the locals buffer.
3831 (gdb-goto-breakpoint): Handle gdbmi.
3832 (gdb-get-frame-number): Change for gdbmi.
3833
3834 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
3835
3836 * files.el (file-remote-p): Apply file name handler for operation
3837 `file-remote-p'. It isn' a property any longer.
3838 (file-relative-name): `fh' and `fd' get the required value via
3839 `find-file-name-handler' already.
3840
3841 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
3842 (top): Remove setting of `file-remote-p' property for
3843 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
3844
3845 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
3846
3847 Version 2.0.41 of Tramp released.
3848
3849 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
3850 Throw away if process has died.
3851 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
3852 (tramp-out-of-band-prompt-regexp): Rename to
3853 `tramp-process-alive-regexp', because its usage is widen.
3854 (tramp-actions-copy-out-of-band): Apply it.
3855 (tramp-actions-before-shell, tramp-multi-actions):
3856 Add `tramp-action-process-alive' action.
3857 (tramp-action-process-alive): New defun.
3858 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3859 Add entry for `file-remote-p'.
3860 (tramp-handle-file-remote-p): New defun.
3861 (top): Remove setting of `file-remote-p'. Don't set
3862 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
3863
3864 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
3865 `file-remote-p'.
3866
3867 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
3868 counted for (last) line. [They should or they shouldn't? --Stef]
3869 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
3870
3871 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
3872
3873 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
3874 not really necessary but seems to keep the shell history smaller
3875 in some cases. It is no substitute for setting HISTFILE and
3876 HISTSIZE from tramp-open-connection-setup-interactive-shell,
3877 though. Suggested by Luc Teirlinck.
3878 (tramp-open-connection-setup-interactive-shell): Export variables
3879 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
3880 (tramp-set-process-query-on-exit-flag): New compat function.
3881 (tramp-open-connection-multi, tramp-open-connection-su)
3882 (tramp-open-connection-rsh, tramp-open-connection-telnet)
3883 (tramp-do-copy-or-rename-file-out-of-band): Use it.
3884 (tramp-let-maybe): New macro, let-binds a variable only if it
3885 isn't obsolete.
3886 (tramp-check-ls-commands, tramp-handle-expand-file-name)
3887 (tramp-handle-file-truename): Use it.
3888 (tramp-completion-file-name-regexp-unified): Avoid matching
3889 filenames starting with "/:" -- those are reserved for
3890 file-name-non-special.
3891
3892 * tramp-smb.el (tramp-smb-open-connection):
3893 Use tramp-set-process-query-on-exit-flag compat function.
3894
3895 2004-05-29 Richard M. Stallman <rms@gnu.org>
3896
3897 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
3898
3899 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
3900 (eval-last-sexp-print-value): Print char equivalent regardless
3901 of standard-output value.
3902
3903 * thumbs.el (thumbs-subst-char-in-string): Delete.
3904 (thumbs-thumbname): Use subst-char-in-string.
3905 (thumbs-resize-image): Use condition-case, not ignore-errors.
3906 (thumbs-kill-buffer): Likewise.
3907
3908 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
3909 (thumbs-mode): Make buffer read-only.
3910 (thumbs-make-thumb): Unconditionally accept an existing file.
3911 (thumbs-insert-thumb): Add thumb-image-file property to the image.
3912 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
3913 (thumbs-show-thumbs-list): Error if images not supported.
3914 (thumbs-save-current-image): Improve prompt string.
3915 (thumbs-mode-map): Define u, R, x.
3916 (thumbs-unmark): New command.
3917 (thumbs-emboss-image): Minor cleanup.
3918 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
3919 (thumbs-rename-images): New command.
3920 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
3921
3922 * thumbs.el (thumbs-current-image): New function.
3923 (thumbs-file-list, thumbs-file-alist): New functions.
3924 (thumbs-find-image): Delete arg L.
3925 Don't set up thumbs-fileL as buffer-local global var.
3926 (thumbs-find-image-at-point): Use thumbs-current-image.
3927 (thumbs-set-image-at-point-to-root-window): Likewise.
3928 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
3929 Record and warn about errors. Update thumbs-markedL for deletions.
3930 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
3931 (thumbs-redraw-buffer): Use thumbs-file-list.
3932 (thumbs-mark): Use thumbs-current-image.
3933 (thumbs-show-name): Use thumbs-current-image.
3934
3935 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
3936 and imenu--last-menubar-index-alist.
3937
3938 * subr.el (with-selected-window): Undo previous change.
3939
3940 2004-05-29 John Paul Wallington <jpw@gnu.org>
3941
3942 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
3943 (thumbs-mouse-find-image): New command.
3944 (thumbs-mode-map): Bind it to mouse-2.
3945 (thumbs-mode): Make mode-class special.
3946 (thumbs-view-image-mode): Likewise.
3947
3948 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
3949
3950 * flymake.el: New file.
3951
3952 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
3953
3954 * files.el (find-file-noselect-1): Do not bind
3955 `inhibit-read-only' to t during execution of
3956 `find-file-not-found-functions'.
3957
3958 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3959
3960 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
3961 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
3962
3963 2004-05-28 Juri Linkov <juri@jurta.org>
3964
3965 * simple.el (eval-expression-print-format): New fun.
3966
3967 * simple.el (eval-expression):
3968 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
3969 * emacs-lisp/edebug.el (edebug-compute-previous-result)
3970 (edebug-eval-expression): Print additionally the value returned by
3971 `eval-expression-print-format'.
3972
3973 * emacs-lisp/lisp.el (insert-pair-alist): New var.
3974 (insert-pair): Make arguments optional. Find character pair
3975 from `insert-pair-alist' according to the last input event.
3976 (insert-parentheses): Make arguments optional.
3977 (raise-sexp, delete-pair): New funs.
3978
3979 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
3980 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3981 Bind C-M-q to `indent-pp-sexp'.
3982
3983 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
3984 `pp-to-string' modified to be able to format text with newlines.
3985 (pp-to-string): Move the buffer-formatting part of the code to
3986 `pp-buffer'. Call `pp-buffer'.
3987
3988 * info.el (Info-desktop-buffer-misc-data): Don't save information
3989 about virtual files.
3990 (Info-restore-desktop-buffer): Restore Info buffers in prepared
3991 buffers with names obtained from the desktop file instead of the
3992 default *info* buffer.
3993
3994 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3995
3996 * subr.el (with-selected-window): Only save/restore the selected window.
3997
3998 * progmodes/compile.el (compilation-error-regexp-alist):
3999 Use expand-file-name and data-directory.
4000
4001 * progmodes/grep.el (grep-tree): Rework previous fix.
4002
4003 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
4004 after the user marked text with the mouse.
4005
4006 * startup.el (command-line): Keep the first regexp of
4007 auto-save-file-name-transforms intact.
4008
4009 2004-05-28 Juanma Barranquero <lektu@terra.es>
4010
4011 * cus-edit.el (customize-face, customize-face-other-window)
4012 (custom-face-edit-delete): Make arguments match their use in
4013 docstring.
4014 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
4015 docstring.
4016
4017 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
4018 not `cvs-butlast'.
4019
4020 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
4021 `nbutlast' are in subr.el).
4022
4023 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
4024 (set-w32-system-coding-system): Doc fixes.
4025
4026 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
4027 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
4028 Make arguments match their use in docstring.
4029 (artist-draw-region-trim-line-endings)
4030 (artist-mouse-choose-operation): Fix typo in docstring.
4031 (artist-key-set-point-common): Doc fix.
4032
4033 2004-05-28 Simon Josefsson <jas@extundo.com>
4034
4035 * mail/smtpmail.el (smtpmail-open-stream):
4036 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
4037
4038 2004-05-26 Simon Josefsson <jas@extundo.com>
4039
4040 * starttls.el: Merge with my GNUTLS based starttls.el.
4041 (starttls-gnutls-program, starttls-use-gnutls)
4042 (starttls-extra-arguments, starttls-process-connection-type)
4043 (starttls-connect, starttls-failure, starttls-success): New variables.
4044 (starttls-program, starttls-extra-args): Doc fix.
4045 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
4046 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
4047 and pass on to corresponding *-gnutls function if it is set.
4048
4049 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
4050
4051 * autorevert.el (auto-revert-handler): Disable auto-reverting of
4052 remote files.
4053
4054 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
4055
4056 * files.el (file-name-non-special): There are more operations
4057 which need handling: `find-backup-file-name',
4058 `insert-file-contents', `verify-visited-file-modtime',
4059 `write-region'. Rename t value of method to `add'. Add new
4060 methods `quote' and `unquote-then-quote' to file-arg-indices.
4061
4062 2004-05-25 Juri Linkov <juri@jurta.org>
4063
4064 * info.el (Info-toc): Call Info-mode on intermediate buffer.
4065 (Info-index-nodes): Enclose code in condition-case to catch errors.
4066 (Info-index-node): Don't search all index nodes if request is only
4067 for the current node and file is not in the cache of index nodes.
4068 (Info-mode-map): Bind Info-copy-current-node-name to `w'
4069 for consistency with dired-copy-filename-as-kill.
4070 Bind `S' to Info-search-case-sensitively.
4071 (Info-copy-current-node-name): New arg. With zero prefix arg put
4072 the name inside a function call to `info'. Display copied text in
4073 the echo area.
4074
4075 2004-05-25 Sam Steingold <sds@gnu.org>
4076
4077 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
4078 strip the package prefix from the symbol name, if any.
4079 Make it the `find-tag-default-function' for `lisp-mode'.
4080
4081 2004-05-25 John Paul Wallington <jpw@gnu.org>
4082
4083 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
4084 instead of obsolete `process-kill-without-query'.
4085
4086 * textmodes/texinfmt.el (texinfo-indexvar-alist):
4087 Declare as variable, not constant.
4088
4089 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
4090
4091 * files.el (find-file-noselect-1): Fix bug introduced by
4092 Revision 1.694. As a side effect, `inhibit-read-only'
4093 is again, by default, t during execution of
4094 `find-file-not-found-functions'.
4095 (insert-directory): Check that lines were really inserted by
4096 the --dired switch, before erasing them.
4097
4098 2004-05-24 Nick Roberts <nickrob@gnu.org>
4099
4100 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
4101 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
4102 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
4103 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
4104 gud-minor-mode (gdbmi).
4105
4106 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
4107
4108 * net/browse-url.el (browse-url-interactive-arg): Enable user to
4109 explicitly select the text to be taken as URL.
4110
4111 2004-05-23 Juri Linkov <juri@jurta.org>
4112
4113 * info.el (Info-index-nodes): New var and fun.
4114 (Info-goto-index, Info-index, info-apropos)
4115 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
4116 (Info-index): Fix docstring. Store and restore Info-history-list.
4117 (Info-complete-nodes): New var.
4118 (Info-complete-menu-item): Use it.
4119 (Info-index-node): New fun.
4120 (Info-final-node, Info-forward-node, Info-backward-node)
4121 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
4122 Use Info-index-node.
4123 (Info-extract-menu-item, Info-extract-menu-counting): Set second
4124 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
4125 (Info-find-node-2): If a node with period in its name not found,
4126 try to find a node without the name part after period.
4127 (Info-select-node): Call Info-fontify-node only if
4128 Info-fontify-maximum-menu-size is not nil.
4129 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
4130 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
4131 Preserve Info-history-list.
4132 (Info-toc): Set Info-current-file.
4133 (Info-build-toc): Move point to the beginning of the buffer.
4134 Add main-file variable.
4135 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
4136 Use backslashed representation of the control character ^_.
4137
4138 * textmodes/texinfmt.el (texinfo-print-index): Print index line
4139 numbers in the new Texinfo 4.7 format.
4140
4141 * add-log.el (change-log-font-lock-keywords): Remove `:' from
4142 regexps for function and variable names.
4143
4144 * descr-text.el (describe-property-list): Add [show] button for
4145 `syntax-table' property with action to pp to a separate buffer.
4146 (describe-char): Replace search-forward by re-search-forward with
4147 whitespace regexp after "character:" to not fail in too narrow windows.
4148
4149 * simple.el (next-error-find-buffer): Add a rule to return
4150 next-error capable buffer if one window on the selected frame
4151 displays such buffer.
4152
4153 2004-05-23 Nick Roberts <nickrob@gnu.org>
4154
4155 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
4156 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
4157 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
4158 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
4159 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
4160 Handle new value for gud-minor-mode (gdbmi).
4161 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
4162 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
4163 Change from local to global gdb variable set.
4164 (gdb-ann3): Initialise above gdb variable set.
4165 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
4166 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
4167 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
4168 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
4169 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
4170 (gdb-info-locals-handler, gdb-invalidate-assembler)
4171 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
4172 set as global variables.
4173 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
4174 Handle gdbmi.
4175 (gdb-info-breakpoints-custom): Fix regexp.
4176 (def-gdb-var): Delete.
4177
4178 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
4179 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
4180 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
4181 a new mode. The file (gdb-mi.el) for this mode will be included
4182 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
4183 primary interface.
4184
4185 2004-05-23 Jesper Harder <harder@ifa.au.dk>
4186
4187 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
4188 interpreted as a directory.
4189
4190 2004-05-22 Richard M. Stallman <rms@gnu.org>
4191
4192 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
4193 as a close quote.
4194
4195 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
4196
4197 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
4198 Use assoc-string, not assoc-ignore-case.
4199
4200 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
4201
4202 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
4203 If moving back then fwd gets a defun that ends before point,
4204 try again moving fwd then back.
4205
4206 * files.el (file-name-non-special): Allow t in file-arg-indices
4207 to mean requote the return value. Use `identity' as an element
4208 rather than as the whole value.
4209
4210 * gs.el (gs-options): Add -dSAFER. Mark it risky.
4211
4212 2004-05-22 Juanma Barranquero <lektu@terra.es>
4213
4214 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
4215 `help-make-usage'.
4216 (help-highlight-arguments): Skip function name before searching
4217 for arguments.
4218
4219 2004-05-21 Juanma Barranquero <lektu@terra.es>
4220
4221 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
4222 Don't mention in the docstring these arguments meant for
4223 internal (recursive) use only.
4224 (allout-char-spec): Comment out (it's not implemented).
4225 (allout-old-expose-topic, allout-exposure): Fix docstring and add
4226 obsolescence declaration.
4227 (allout-flatten-exposed-to-buffer)
4228 (allout-indented-exposed-to-buffer): Fix typos in docstring.
4229 (my-mark-marker): Doc fix.
4230 (produce-allout-mode-map, allout-sibling-index)
4231 (allout-isearch-expose, allout-distinctive-bullet)
4232 (allout-open-topic, allout-reindent-body)
4233 (allout-rebullet-heading, allout-process-exposed)
4234 (allout-insert-listified, allout-latex-verb-quote)
4235 (allout-insert-latex-header, allout-insert-latex-trailer):
4236 Make arguments match their use in docstring.
4237 (allout-primary-bullet, allout-old-style-prefixes)
4238 (allout-inhibit-protection, allout-init, allout-mode)
4239 (allout-before-change-protect, allout-flag-region):
4240 Use "Emacs" instead of "emacs" in docstrings.
4241
4242 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
4243
4244 * international/characters.el: Modify syntax of more characters.
4245
4246 2004-05-21 Masatake YAMATO <jet@gyve.org>
4247
4248 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
4249 (etags-tags-completion-table): Show parsing progress.
4250
4251 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
4252
4253 * locate.el (locate-prompt-for-command): Shorten first line of
4254 docstring.
4255 (locate-mode): Expand docstring and include keymap summary.
4256
4257 * files.el (find-file-noselect-1): Limit the scope of the
4258 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
4259 is, by default, nil during the execution of
4260 `find-file-not-found-functions' and `find-file-hook'.
4261
4262 2004-05-20 Michael Mauger <mmaug@yahoo.com>
4263
4264 * facemenu.el (facemenu-color-name-equal): New function.
4265 (list-colors-display): Use it to compare colors instead of
4266 facemenu-color-equal.
4267
4268 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
4269
4270 * compare-w.el (compare-windows-face): Use min-colors instead of
4271 checking for tty or pc types.
4272
4273 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4274
4275 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
4276 (completion-setup-function): Use with-current-buffer.
4277 Properly save excursion. Simplify.
4278 Don't assume there is necessarily a `mouse-face' property somewhere.
4279
4280 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
4281
4282 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
4283
4284 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
4285 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
4286 Use with-current-buffer.
4287 (byte-goto-log-buffer): Delete.
4288 (byte-compile-log-file): Call compilation-forget-errors.
4289
4290 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
4291
4292 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
4293 output messages into the search result.
4294
4295 2004-05-19 Masatake YAMATO <jet@gyve.org>
4296
4297 * wid-edit.el (widget-radio-button-notify): Revert my last
4298 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4299
4300 2004-05-19 Kenichi Handa <handa@m17n.org>
4301
4302 * international/characters.el: Fix syntax (open/close) of CJK chars.
4303
4304 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
4305
4306 * help-mode.el (help-go-back): Don't depend on position of back button.
4307
4308 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4309
4310 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
4311 files files don't contain an accidental additional /.
4312
4313 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
4314 in source buffer.
4315
4316 2004-05-18 Masatake YAMATO <jet@gyve.org>
4317
4318 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
4319 to widget-apply. :action method assumes 2 arguments, not 3.
4320
4321 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
4322
4323 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4324 New constants.
4325 (hs-special-modes-alist): Add an f90-mode entry.
4326
4327 2004-05-17 Sam Steingold <sds@gnu.org>
4328
4329 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
4330 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
4331
4332 2004-05-16 Kim F. Storm <storm@cua.dk>
4333
4334 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
4335
4336 2004-05-15 John Wiegley <johnw@newartisans.com>
4337
4338 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
4339 (eshell-output-object-to-target): Improve output speed 20% by not
4340 calling `eshell-stringify' if something is already known to be a string.
4341
4342 2004-05-15 Alex Ott <ott@jet.msk.su>
4343
4344 * textmodes/ispell.el (ispell-local-dictionary-alist):
4345 Add windows-1251 to the choice of coding systems.
4346 (ispell-dictionary-alist-6): Add support for "russianw.aff",
4347 encoded in cp1251.
4348
4349 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
4350
4351 * progmodes/compile.el (compilation-warning-face)
4352 (compilation-info-face): Use min-colors.
4353
4354 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4355
4356 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
4357 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
4358 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
4359 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
4360 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
4361 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
4362 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
4363 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
4364 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
4365 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
4366 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
4367 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
4368 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
4369 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
4370
4371 2004-05-15 Kim F. Storm <storm@cua.dk>
4372
4373 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
4374 Use it to set triggered-p element of timer.
4375 (timer-event-handler): Set triggered-p element non-nil while running
4376 the timer function.
4377
4378 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4379
4380 * descr-text.el (describe-char-unicode-data)
4381 (describe-char-unicodedata-file): Re-enable the unicode code now that
4382 the licensing issues have been cleared in the unicode-4 license.
4383 (describe-text-properties-1): Remove unused `overlay' var.
4384 (describe-char): Remove unused var `buffer'.
4385
4386 2004-05-14 David Ponce <david@dponce.com>
4387
4388 * tree-widget.el: New file.
4389
4390 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
4391
4392 * language/european.el ("Brazilian Portuguese"): Add support for
4393 Brazilian Portuguese.
4394
4395 2004-05-13 John Wiegley <johnw@newartisans.com>
4396
4397 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
4398 `recentf-mode' if this variable has been customized to t.
4399
4400 * eshell/esh-test.el (eshell-test): Call the function
4401 `emacs-version' rather than trying to build a custom version string.
4402
4403 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4404
4405 * net/telnet.el (telnet-mode): Use define-derived-mode.
4406 Don't modify the global value of comint-prompt-regexp.
4407
4408 2004-05-13 John Paul Wallington <jpw@gnu.org>
4409
4410 * version.el (emacs-version): Check for `gtk' feature before
4411 `x-toolkit' feature.
4412
4413 2004-05-13 Juanma Barranquero <lektu@terra.es>
4414
4415 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
4416 arguments in the docstring, they're used only in recursive calls.
4417
4418 * help-fns.el (help-arg-highlighting-function)
4419 (help-argument-name): Delete.
4420 (help-default-arg-highlight): New function.
4421 (help-do-arg-highlighting): Use it.
4422
4423 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
4424
4425 * calendar/appt.el (appt-disp-window):
4426 Use `calendar-set-mode-line' for a centered mode-line.
4427
4428 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
4429
4430 * calendar/appt.el (appt-disp-window): Do not split window
4431 excessively when `split-height-threshold' is low.
4432
4433 2004-05-12 Nick Roberts <nickrob@gnu.org>
4434
4435 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
4436 kill-buffer-hook here and make it local.
4437 (gud-kill-buffer-hook): Use kill-process for a sure kill.
4438
4439 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
4440
4441 * progmodes/compile.el (compilation-set-window-height):
4442 Use save-excursion to protect against misplaced marker.
4443
4444 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4445
4446 * custom.el (defface): Document that type can have value gtk.
4447
4448 * faces.el (face-spec-set-match-display): Handle type gtk in display.
4449
4450 2004-05-12 Kenichi Handa <handa@m17n.org>
4451
4452 * descr-text.el: Require quail at comile time.
4453 (describe-char): If an input method is on and it supports the
4454 character, show how to input it.
4455
4456 * international/quail.el (quail-install-decode-map): Accept a
4457 char-table whose subtype is `quail-decode-map'.
4458 (quail-store-decode-map-key, quail-gen-decode-map1)
4459 (quail-gen-decode-map, quail-find-key1, quail-find-key)
4460 (quail-show-key): New functions.
4461
4462 2004-05-12 Juanma Barranquero <lektu@terra.es>
4463
4464 * generic.el (define-generic-mode): Remove redundant arglist info.
4465
4466 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
4467 Make arguments match their use in docstring.
4468 (help-arg-highlighting-function): New variable.
4469 (help-argument-name): Mention it in the docstring.
4470 (help-do-arg-highlight): Use it. Expand regexp to accept also
4471 ARG-xxx and xxx-ARG references.
4472
4473 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
4474
4475 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
4476 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
4477 and "mailto:addr1?to=addr2" equal.
4478
4479 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
4480
4481 * man.el (Man-getpage-in-background): Use shell-file-name
4482 and shell-command-switch variables instead of hard-coded values.
4483
4484 2004-05-11 Eli Zaretskii <eliz@gnu.org>
4485
4486 * iimage.el: New file.
4487
4488 2004-05-11 Juanma Barranquero <lektu@terra.es>
4489
4490 * custom.el (custom-initialize-default, defcustom):
4491 Fix typo in docstring.
4492
4493 * files.el (set-visited-file-name, file-expand-wildcards):
4494 Fix docstring.
4495
4496 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
4497
4498 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
4499
4500 * subr.el (eventp): Be more discriminating with integers.
4501
4502 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
4503
4504 * progmodes/compile.el (compile): Add universal prefix arg.
4505 (compilation-error-regexp-alist-alist): Add edg patterns.
4506
4507 2004-05-10 Sam Steingold <sds@gnu.org>
4508
4509 * textmodes/ispell.el (ispell-message):
4510 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
4511
4512 2004-05-10 Dave Love <fx@gnu.org>
4513
4514 * progmodes/python.el (help-buffer): Autoload when compiling.
4515 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
4516 (run-python): Prepend to any existing PYTHONPATH.
4517
4518 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
4519
4520 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
4521 for pending breakpoints.
4522
4523 2004-05-10 Richard M. Stallman <rms@gnu.org>
4524
4525 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
4526 directly without calling any functions in Rmail.
4527 (unrmail-unprune): Function deleted.
4528
4529 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
4530
4531 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
4532 C-c C-z binding.
4533
4534 2004-05-10 Kenichi Handa <handa@m17n.org>
4535
4536 * descr-text.el (describe-char): Fix previous change. Don't make
4537 a unibyte character to multibyte in the *Help* buffer.
4538
4539 2004-05-10 Miles Bader <miles@gnu.org>
4540
4541 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
4542 buffer an error if the debugger process is actually running.
4543
4544 2004-05-10 Juanma Barranquero <lektu@terra.es>
4545
4546 * help-fns.el (help-argument-name): Default to italic.
4547 (help-highlight-arguments): Return always (usage . doc), even when
4548 usage is nil.
4549
4550 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
4551 (define-ibuffer-filter): Add usage info.
4552 (define-ibuffer-op): Add usage info (but CL-style defaults for
4553 keyword args are not shown).
4554
4555 * subr.el (remove-overlays, read-passwd): Fix docstring.
4556 (start-process-shell-command): Fix docstring. Put usage info in a
4557 format usable by `describe-function'.
4558 (open-network-stream, open-network-stream-nowait)
4559 (open-network-stream-server): Fix docstring.
4560
4561 2004-05-09 Jason Rumney <jasonr@gnu.org>
4562
4563 * international/code-pages (cp932, cp936, cp949, c950): Remove.
4564 Only define cp125* if windows-125* is already defined.
4565
4566 * language/korean.el (cp949): Add alias.
4567
4568 * language/chinese.el (cp936, cp950): Add aliases.
4569
4570 * language/japanese.el (cp932): Add alias.
4571
4572 * term/w32-win.el: Require code-pages.
4573
4574 * international/mule-cmds.el (set-locale-environment):
4575 On MS-Windows use ansi code-page for default coding-systems.
4576 Set up paper sizes for Windows 3 letter languages.
4577
4578 * international/code-pages.el (cp932, cp936, cp949, cp950):
4579 Add aliases. Also add cp125* if not already defined.
4580
4581 2004-05-09 Juanma Barranquero <lektu@terra.es>
4582
4583 * help-fns.el (help-highlight-arguments): Don't try to highlight
4584 missing or autoloaded arglists. Accept structured arguments, like
4585 the first ones of `do' and `flet'.
4586
4587 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
4588 (cvs-get-marked): Remove redundant arglist info.
4589
4590 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
4591 Don't use CL-style default args.
4592
4593 2004-05-08 Andreas Schwab <schwab@suse.de>
4594
4595 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
4596
4597 * international/subst-ksc.el: Fix references to utf-translate-cjk
4598 into utf-translate-cjk-mode.
4599 * international/subst-big5.el: Likewise.
4600 * international/subst-gb2312.el: Likewise.
4601 * international/subst-jis.el: Likewise.
4602 * international/utf-16.el: Likewise.
4603 * international/utf-8.el: Likewise.
4604
4605 2004-05-08 John Wiegley <johnw@newartisans.com>
4606
4607 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
4608 "virtual buffers" (off by default), which makes it possible to
4609 switch to the "virtual" buffers of recently visited files. When a
4610 buffer name search fails, and this option is on, iswitchb will
4611 look at the list of recently visited files, and permit matching
4612 against those names. When the user hits RET on a match, it will
4613 revisit that file.
4614 (iswitchb-read-buffer): Add two optional arguments, which makes
4615 isearchb.el possible.
4616 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
4617 (iswitchb-next-match): Add support for virtual buffers.
4618
4619 * isearchb.el: This module extends iswitchb to provide "as you
4620 type" buffer selection.
4621
4622 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
4623 Ignore the read-only property when flyspell highlighting is on.
4624 Not ignoring it leads to a series of confusing errors.
4625 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
4626 but also make sure to call flyspell-incorrect-hook.
4627 (flyspell-maybe-correct-transposition): Perform transposition test
4628 by bit twiddling a string, rather than using a temp buffer.
4629 (flyspell-maybe-correct-doubling): Use a string rather than a temp
4630 buffer. This is also the original version of the code, which
4631 could not be checked in before due to a previous lack of
4632 assignment papers. This version has seen heavy usage on my system
4633 for several years now.
4634
4635 * calendar/cal-bahai.el: New file, which adds support for the
4636 Baha'i calendar to Emacs. This calendar is based on a solar year
4637 of 19 months of 19 days, with 4 intercalary days. Each year
4638 begins on March 21, with the calendar starting in 1844.
4639
4640 * calendar/cal-menu.el, calendar/calendar.el,
4641 calendar/diary-lib.el, calendar/holidays.el: Added support for
4642 using cal-bahai.el.
4643
4644 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
4645 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
4646 function can be used outside of eshell buffers.
4647 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
4648
4649 2004-05-08 Juanma Barranquero <lektu@terra.es>
4650
4651 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
4652 word constituent so FOO-ARG is not recognized as an arg.
4653 (help-highlight-arguments): Don't skip lists in mandatory arguments.
4654
4655 * simple.el (next-error): Fix typo in docstring.
4656 (open-line): Make argument names match their use in docstring.
4657 (split-line): Fix docstring.
4658
4659 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
4660 usable by `describe-function'.
4661 (gensym, gentemp, typep, ignore-errors): Make argument names match
4662 their use in docstring.
4663
4664 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
4665 argument to `help-setup-xref'.
4666
4667 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
4668
4669 Version 2.0.40 of Tramp released.
4670
4671 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
4672 Use symbol-function to invoke functions only known on some Emacs
4673 flavors. This avoids byte-compiler warnings. Reported by Kevin
4674 Scaldeferri <kevin@scaldeferri.com>.
4675 (tramp-do-copy-or-rename-file-via-buffer): Rename from
4676 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
4677 consistent with the other tramp-do-* functions.
4678 (tramp-do-copy-or-rename-file): Calls adjusted.
4679 (tramp-process-initial-commands): Avoid liveness check on shell --
4680 we know that it must be alive since we're opening a connection at
4681 this moment.
4682 (tramp-last-cmd): New internal variable.
4683 (tramp-process-echoes): New tunable.
4684 (tramp-send-command): Set tramp-last-cmd.
4685 (tramp-wait-for-output): Delete echo, if applicable.
4686 (tramp-read-passwd): Construct the key for the password cache in a
4687 way that works for multi methods, too.
4688 (tramp-bug): Add backup-directory-alist and
4689 bkup-backup-directory-info to bug reports, with Tramp counterparts.
4690
4691 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
4692
4693 * net/tramp*.el: Suppress byte-compiler warnings where possible.
4694
4695 * net/tramp.el (tramp-out-of-band-prompt-regexp)
4696 (tramp-actions-copy-out-of-band): New defcustoms.
4697 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
4698 used instead of a synchronous one. Allows password entering.
4699 (tramp-action-out-of-band): New defun.
4700 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
4701 Remove restriction with password from doc string.
4702 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
4703 `tramp-out-of-band-prompt-regexp',
4704 `tramp-actions-copy-out-of-band', `password-cache' and
4705 `password-cache-expiry'.
4706 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
4707 password caching.
4708 (tramp-touch): FILE can be a local file, too.
4709 (TODO): Remove items done.
4710 (tramp-handle-insert-directory): Properly quote file name also if
4711 not full-directory-p. Handle wildcard case. Reported by Andreas
4712 Schwab <schwab@suse.de>.
4713 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
4714 new file.
4715 (tramp-handle-file-local-copy, tramp-handle-write-region):
4716 The permissions of the temporary file are set if filename exists.
4717 Reported by Ted Stern <stern@cray.com>.
4718 (tramp-backup-directory-alist)
4719 (tramp-bkup-backup-directory-info): New defcustoms.
4720 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
4721 (tramp-handle-find-backup-file-name): New function.
4722 Implements Tramp's find-backup-file-name.
4723
4724 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
4725 for `find-backup-file-name'.
4726
4727 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
4728 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
4729
4730 2004-05-07 Lars Hansen <larsh@math.ku.dk>
4731
4732 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
4733
4734 2004-05-07 Juanma Barranquero <lektu@terra.es>
4735
4736 * subr.el (lambda): Add arglist description to docstring.
4737 (declare): Fix typo in docstring.
4738 (open-network-stream): Fix docstring.
4739 (process-kill-without-query): Fix docstring and add obsolescence info.
4740 (last, butlast, nbutlast): Make arguments match their use in docstring.
4741 (insert-buffer-substring-no-properties): Likewise.
4742 (insert-buffer-substring-as-yank): Likewise.
4743 (split-string): Fix docstring.
4744
4745 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4746 Make argument names match their use in docstring.
4747
4748 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
4749
4750 2004-05-06 Nick Roberts <nickrob@gnu.org>
4751
4752 * progmodes/gdb-ui.el: Improve/extend documentation strings.
4753 Fit first sentence on one line for apropos-command.
4754
4755 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4756
4757 Changes largely merged in from Dave Love's code.
4758 * progmodes/python.el: Doc fixes.
4759 (python-mode-map): Add python-complete-symbol.
4760 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
4761 (python-comment-indent, python-complete-symbol)
4762 (python-symbol-completions, python-partial-symbol)
4763 (python-try-complete): New.
4764 (python-indent-line): Remove optional arg. Use python-block-end-p.
4765 (python-check): Bind compilation-error-regexp-alist.
4766 (inferior-python-mode): Use rx. Move keybindings to top level.
4767 Set comint-input-filter.
4768 (python-preoutput-filter): Use rx.
4769 (python-input-filter): Re-introduce.
4770 (python-proc): Start new process if necessary.
4771 Check python-buffer non-nil.
4772 (view-return-to-alist): Defvar.
4773 (python-send-receive): New.
4774 (python-eldoc-function): Use it.
4775 (python-mode-running): Don't defvar.
4776 (python-mode): Set comment-indent-function.
4777 Maybe update hippie-expand-try-functions-list.
4778 (python-indentation-levels): Initialize differently.
4779 (python-block-end-p): New.
4780 (python-indent-line): Use it.
4781 (python-compilation-regexp-alist): Augment.
4782 (run-python): Import `emacs' module to Python rather than loading
4783 code directly. Set python-buffer differently.
4784 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
4785 Use python-proc.
4786 (python-send-command): Go to end of comint buffer.
4787 (python-load-file): Use python-proc, emacs.eimport.
4788 (python-describe-symbol): Simplify interactive form.
4789 Use emacs.help. Do use temp-buffer-show-hook.
4790 Call print-help-return-message.
4791 (hippie-exp): Require when compiling.
4792 (python-preoutput-continuation): Use rx.
4793
4794 * diff-mode.el (diff-make-unified): Fix regexp.
4795
4796 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
4797
4798 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
4799 filter groups from the buffer when rebuilding the Ibuffer buffer
4800 and `ibuffer-show-empty-filter-groups' is nil.
4801
4802 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4803
4804 * ps-print.el (ps-print-quote): Call ps-value-string.
4805 (ps-setup): Call ps-comment-string.
4806 (ps-value-string, ps-comment-string): New funs.
4807
4808 2004-05-06 Juanma Barranquero <lektu@terra.es>
4809
4810 * ehelp.el (electric-help-command-loop): Check whether the last
4811 character is visible, not (point-max).
4812
4813 * help-fns.el (help-argument-name): Default to bold; don't inherit
4814 from font-lock-variable-name-face.
4815 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
4816
4817 2004-05-05 Kenichi Handa <handa@m17n.org>
4818
4819 * descr-text.el (describe-char): Copy the character with text
4820 properties and overlays into the first line, and call
4821 describe-text-properties on it.
4822
4823 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
4824
4825 * iswitchb.el (iswitchb-global-map): Fix typo.
4826 Remove unwanted ###autoloads from source file.
4827
4828 2004-05-05 Lars Hansen <larsh@math.ku.dk>
4829
4830 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
4831 in run-hooks. Use substitute-command-keys in message.
4832 (wdired-abort-changes): Add message.
4833
4834 2004-05-03 Michael Mauger <mmaug@yahoo.com>
4835
4836 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
4837 (sql-emacs20-p): Remove.
4838 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
4839 (sql-builtin-face, sql-doc-face): Remove.
4840 (sql-mode-ansi-font-lock-keywords)
4841 (sql-mode-oracle-font-lock-keywords)
4842 (sql-mode-postgres-font-lock-keywords)
4843 (sql-mode-linter-font-lock-keywords)
4844 (sql-mode-ms-font-lock-keywords)
4845 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
4846 (sql-product-font-lock): Fix font-lock reset when font rules change.
4847 (sql-highlight-product): Remove incorrect font-lock reset logic.
4848
4849 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
4850
4851 * ses.el (ses-set-parameter): Fix typo.
4852
4853 2004-05-04 Kim F. Storm <storm@cua.dk>
4854
4855 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
4856 Must expand directory for completion to work; and don't mess with
4857 process-environment.
4858 (ido-read-file-name): If command has ido property, don't use ido
4859 if value is ignore, or read as directory if value is dir.
4860 Set ido ignore property for dired-do-rename command.
4861
4862 2004-05-04 Juanma Barranquero <lektu@terra.es>
4863
4864 * ehelp.el (electric-help-command-loop, electric-help-undefined)
4865 (electric-help-help): Check against unmapped commands.
4866
4867 * help-fns.el (help-argument-name): New face, inheriting from
4868 font-lock-variable-name-face, to highlight function arguments in
4869 `describe-function' and `describe-key'.
4870 (help-do-arg-highlight): Auxiliary function to highlight a given
4871 list of arguments in a string.
4872 (help-highlight-arguments): Highlight the function arguments and
4873 all uses of them in the docstring.
4874 (describe-function-1): Use it. Do docstring output via `insert',
4875 not 'princ', so text attributes are preserved.
4876
4877 * winner.el (winner-mode-map): Move `winner-undo' and
4878 `winner-redo' to C-c <left> and C-c <right>, respectively (the
4879 previous bindings conflict with `prev-buffer', `next-buffer').
4880
4881 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4882
4883 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
4884 (bibtex-entry-update): New command bound to C-c C-u.
4885 (bibtex-text-in-string): Fix regexp.
4886 (bibtex-assoc-of-regexp): Remove.
4887 (bibtex-progress-message): Fix docstring.
4888 (bibtex-inside-field): Use if.
4889 (bibtex-assoc-regexp): New function.
4890 (bibtex-format-entry): Make code more robust so that it formats
4891 also old entries.
4892 (bibtex-autokey-demangle-title): Merge with obsolete function
4893 bibtex-assoc-of-regexp.
4894 (bibtex-field-list): New function.
4895 (bibtex-entry): Use bibtex-field-list.
4896 (bibtex-parse-entry): Fix docstring.
4897 (bibtex-print-help-message): Use bibtex-field-list.
4898 (bibtex-make-field): Use bibtex-field-list.
4899 (bibtex-entry-index): Bugfix. Return crossref key if required.
4900 (bibtex-lessp): Fix docstring.
4901
4902 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
4903
4904 * select.el (xselect-convert-to-string): Move comment to intended line.
4905
4906 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4907
4908 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
4909 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
4910
4911 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4912
4913 * term/x-win.el (x-clipboard-yank): Don't exit on error from
4914 x-get-selection.
4915
4916 2004-05-03 Jason Rumney <jasonr@gnu.org>
4917
4918 * makefile.nt: Remove.
4919
4920 2004-05-03 Kim F. Storm <storm@cua.dk>
4921
4922 * emulation/cua-base.el (cua--update-indications): Fix last change.
4923 (cua-mode): Deactivate mark when cua-mode is enabled.
4924
4925 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
4926
4927 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
4928
4929 2004-05-03 Nick Roberts <nickrob@gnu.org>
4930
4931 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
4932 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
4933 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
4934 window over visible frames.
4935 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
4936
4937 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
4938
4939 * progmodes/compile.el (compilation-gcpro): New var.
4940 (compilation-fake-loc): Use it.
4941 (compilation-forget-errors): Reset it.
4942
4943 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
4944
4945 * diff-mode.el (diff-header-face, diff-file-header-face):
4946 Use min-colors.
4947
4948 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4949
4950 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
4951 (bibtex-clean-entry): Disentangle code.
4952 (bibtex-realign): New function.
4953 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
4954 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
4955 Remove undocumented optional arg called-by-convert-alien.
4956 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
4957 for sorting instead of bibtex-sort-buffer.
4958
4959 2004-05-02 Eli Zaretskii <eliz@gnu.org>
4960
4961 * progmodes/compile.el (compilation-start): In the
4962 no-async-subprocesses branch, call sit-for to give redisplay a
4963 chance to show the updated process status in the mode line, and
4964 fontify the buffer explicitly after the process exits.
4965
4966 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4967
4968 * progmodes/python.el (python-compilation-line-number): Remove.
4969 (python-compilation-regexp-alist): Don't use it any more.
4970 (python-orig-start, python-input-filter): Remove.
4971 (inferior-python-mode): Don't set up comint-input-filter-functions.
4972 (python-send-region): Use compilation-fake-loc.
4973
4974 * progmodes/compile.el (compilation-messages-start): New var.
4975 (compilation-mode): Don't setup next-error-function here.
4976 (compilation-setup): Set it up here instead (for minor modes as well).
4977 Make compilation-messages-start buffer local.
4978 (compilation-next-error-function): Use it.
4979 (compilation-forget-errors): Set compilation-messages-start.
4980
4981 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
4982
4983 * ielm.el (ielm-prompt-read-only): Update docstring.
4984
4985 * comint.el (comint-prompt-read-only): Update docstring.
4986 (comint-update-fence, comint-kill-whole-line)
4987 (comint-kill-region): New functions.
4988
4989 * simple.el (kill-whole-line): Use "p" instead of "P" in
4990 interactive form.
4991
4992 2004-05-01 Juanma Barranquero <lektu@terra.es>
4993
4994 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
4995 format arglist so default values in CL-style argument lists are
4996 correctly shown.
4997
4998 2004-05-01 Jason Rumney <jasonr@gnu.org>
4999
5000 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
5001
5002 2004-05-01 Kenichi Handa <handa@m17n.org>
5003
5004 * international/titdic-cnv.el (miscdic-convert): Don't generate a
5005 quail file if it is up to date.
5006
5007 2004-04-30 Juri Linkov <juri@jurta.org>
5008
5009 * cus-edit.el (custom-mode-map):
5010 Add key binding `C-x C-s' to `Custom-save'.
5011
5012 * outline.el (outline-blank-line): New var.
5013 (outline-next-preface, outline-show-heading)
5014 (outline-end-of-subtree): Use it.
5015
5016 * dired-aux.el (dired-touch-initial): New fun.
5017 (dired-do-chxxx): Call it for op-symbol `touch'.
5018 (dired-diff): Use `dired-dwim-target-directory'
5019 if current dired buffer has no buffer mark.
5020
5021 * bindings.el (propertized-buffer-identification):
5022 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
5023 Add C-M-arrow keys for consistency.
5024
5025 * files.el (confirm-kill-emacs):
5026 Change group from top-level `emacs' to `convenience'.
5027
5028 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5029 Push mark on the first call of successive command calls.
5030 (insert-pair): New fun created from `insert-parentheses' with
5031 `open' and `close' arguments added. Enclose active regions
5032 in paired characters. Compare adjacent characters syntax with
5033 inserted characters syntax before inserting a space.
5034 (insert-parentheses): Call `insert-pair' with ?\( ?\).
5035
5036 * delsel.el: Don't put `delete-selection' property
5037 on `insert-parentheses' symbol to take advantage of
5038 region handling in `insert-pair' function.
5039 Suggested by Stephan Stahl <stahl@eos.franken.de>.
5040
5041 2004-04-30 Kim F. Storm <storm@cua.dk>
5042
5043 * emulation/cua-base.el: Add support for changing cursor types;
5044 based on patch from Michael Mauger.
5045 (cua-normal-cursor-color, cua-read-only-cursor-color)
5046 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
5047 Customization cursor type and/or cursor color.
5048 (cua--update-indications): Handle cursor type changes.
5049 (cua-mode): Update cursor indications if enabled.
5050
5051 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
5052
5053 * mouse.el (mouse-drag-copy-region): New defcustom.
5054 (mouse-set-region, mouse-drag-region-1): Use it.
5055
5056 * simple.el (kill-ring-save): If region face background color is
5057 unspecified (if no highlighting), show extent of fully visible
5058 region even if transient-mark-mode is enabled.
5059
5060 * emulation/cua-base.el (cua--standard-movement-commands):
5061 Add cua-scroll-up and cua-scroll-down.
5062 (cua-scroll-up, cua-scroll-down): New commands.
5063 (cua--init-keymaps): Remap scroll-up and scroll-down.
5064
5065 * emulation/cua-rect.el (cua--convert-rectangle-as):
5066 New defmacro.
5067 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
5068 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
5069 New commands (suggested by Jordan Breeding).
5070
5071 2004-04-30 Juanma Barranquero <lektu@terra.es>
5072
5073 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
5074
5075 2004-04-30 Mario Lang <mlang@delysid.org>
5076
5077 * diff.el (diff-switches): Fix typo in docstring.
5078
5079 2004-04-30 Alex Schroeder <alex@gnu.org>
5080
5081 * xml.el (xml-debug-print-internal): Don't add newline and
5082 indentation to text nodes and write empty elements as empty tags
5083 instead of opening and closing tags.
5084 (xml-debug-print): Take optional indent-string argument.
5085 (xml-print): Alias for xml-debug-print.
5086
5087 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5088
5089 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
5090 than duplicate call to `line-beginning-position'.
5091
5092 * progmodes/f90.el (f90-get-present-comment-type):
5093 Return whitespace, as well as comment chars, for consistent filling
5094 of comment blocks. Use `match-string-no-properties'.
5095 (f90-break-line): Trim trailing whitespace when filling comments.
5096
5097 2004-04-30 Dave Love <fx@gnu.org>
5098
5099 * calendar/diary-lib.el (diary-outlook-formats): New variable.
5100 (diary-from-outlook-internal, diary-from-outlook)
5101 (diary-from-outlook-gnus, diary-from-outlook-rmail):
5102 New functions to import diary entries from Outlook-format
5103 appointments in mail messages.
5104
5105 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5106
5107 * progmodes/python.el (python-send-command): New fun.
5108 (python-send-region, python-load-file): Use it.
5109
5110 * progmodes/compile.el (compilation-last-buffer): Add var alias.
5111
5112 * help-fns.el (help-C-file-name): Use new subr-name.
5113 Prepend `src/' to the file name.
5114 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
5115 (describe-function-1, describe-variable): Only find a C source file
5116 name if DOC is already loaded.
5117
5118 * help-mode.el (help-function-def, help-variable-def):
5119 Use the new find-function-search-for-symbol functionality.
5120 Allow FILE to be `C-source'.
5121
5122 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
5123 (find-function-C-source): New fun.
5124 (find-function-search-for-symbol): Use it.
5125
5126 2004-03-29 Michael Mauger <mmaug@yahoo.com>
5127
5128 * progmodes/sql.el (sql-product-alist): Rename variable
5129 `sql-product-support'. Add Postgres login parameters.
5130 (sql-set-product, sql-product-feature): Update with renamed variable.
5131 (sql-connect-postgres): Add username prompt.
5132 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
5133 Make patterns less product specific.
5134 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
5135 (sql-mode-abbrev-table): Modify initialization.
5136 (sql-builtin-face): Add variable.
5137 (sql-keywords-re): Add macro.
5138 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
5139 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
5140 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
5141 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
5142 (sql-mode-linter-font-lock-keywords)
5143 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
5144 (sql-mode-sybase-font-lock-keywords)
5145 (sql-mode-informix-font-lock-keywords)
5146 (sql-mode-interbase-font-lock-keywords)
5147 (sql-mode-ingres-font-lock-keywords)
5148 (sql-mode-solid-font-lock-keywords)
5149 (sql-mode-sqlite-font-lock-keywords)
5150 (sql-mode-db2-font-lock-keywords): Default to nil.
5151 (sql-product-font-lock): Always highlight ANSI keywords.
5152 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
5153 (sql-send-string): Add function.
5154
5155 2004-04-29 Dave Love <fx@gnu.org>
5156
5157 * progmodes/cfengine.el (cfengine-beginning-of-defun)
5158 (cfengine-end-of-defun): Ensure progress through buffer.
5159
5160 * info-look.el (cfengine-mode): Accept a terminal ().
5161
5162 2004-04-29 Juri Linkov <juri@jurta.org>
5163
5164 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
5165 instead of isearch-yank-word-or-char. Add new key bindings for
5166 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
5167 (isearch-del-char): New fun.
5168 (isearch-forward, isearch-edit-string): Update docstring.
5169 (isearch-yank-char): Doc fix.
5170 (isearch-other-meta-char): Restore point after scrolling.
5171
5172 * progmodes/compile.el (compilation-context-lines): Add nil option
5173 to disable compilation output window scrolling.
5174 (compilation-set-window): Use it.
5175
5176 * outline.el (outline-next-preface, outline-show-heading):
5177 Don't leave unhidden blank line before heading.
5178 (outline-end-of-subtree): Include last newline into subtree.
5179 (hide-entry): Leave point at beginning of heading instead of end.
5180 (outline-up-heading): Push mark for the first call of successive
5181 command calls.
5182
5183 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
5184
5185 * comint.el (comint-prompt-read-only): New variable.
5186 (comint-output-filter): Implement it.
5187
5188 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
5189 (ielm-prompt-internal): New variable.
5190 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
5191 (ielm-send-input): Delete unused variable `buf'.
5192 (ielm-eval-input): Use `ielm-prompt-internal'.
5193 (inferior-emacs-lisp-mode): Use new variables
5194 `comint-prompt-read-only' and `ielm-prompt-internal'.
5195 Get rid of obsolete variable `directory-sep-char'.
5196 (ielm): Use `zerop'.
5197
5198 2004-04-29 John Paul Wallington <jpw@gnu.org>
5199
5200 * thumbs.el (toplevel): Require cl at compile time.
5201 Remove conditional definitions of `ignore-errors' and `caddar'
5202 because they occur at run time.
5203
5204 2004-04-28 Nick Roberts <nickrob@gnu.org>
5205
5206 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
5207 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
5208 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
5209 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
5210
5211 * progmodes/gud.el (gud-common-init): Throw an error if program is
5212 already running under gdb.
5213
5214 2004-04-28 John Paul Wallington <jpw@gnu.org>
5215
5216 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
5217 (thumbs-show-image-num): Move assignment of
5218 `thumbs-current-image-filename' within scope of `i'.
5219 (thumbs-emboss-image): Don't use `evenp'.
5220
5221 2004-04-28 Richard M. Stallman <rms@gnu.org>
5222
5223 * progmodes/compile.el (compilation-context-lines): Default now 0.
5224
5225 2004-04-28 Juanma Barranquero <lektu@terra.es>
5226
5227 Use `time-less-p' from calendar/time-date.el instead of defining
5228 custom versions of it.
5229
5230 * pcomplete.el (pcomplete-time-less-p): Remove.
5231
5232 * thumbs.el (time-less-p): Remove.
5233
5234 * calendar/timeclock.el (timeclock-time-less-p): Remove.
5235 (timeclock-generate-report): Use `time-less-p'.
5236
5237 * emacs-lisp/autoload.el (autoload-before-p): Remove.
5238 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
5239
5240 2004-04-28 Masatake YAMATO <jet@gyve.org>
5241
5242 * subr.el (remove-overlays): Make arguments optional.
5243
5244 * wid-edit.el (widget-specify-button): Put evaporate to the
5245 overlay for sample.
5246 (widget-specify-sample): Put evaporate to the overlay for sample.
5247 (widget-specify-doc): Put evaporate to the overlay for documentation.
5248
5249 2004-04-27 Jesper Harder <harder@ifa.au.dk>
5250
5251 * info.el (info-apropos): Make it an index node. Align node names
5252 like makeinfo.
5253
5254 2004-04-27 Eli Zaretskii <eliz@gnu.org>
5255
5256 * net/browse-url.el (browse-url-netscape-sentinel)
5257 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
5258 (browse-url-epiphany-sentinel, browse-url-mosaic):
5259 Use browse-url-*-program instead of a literal program name.
5260
5261 2004-04-27 Kevin Ryde <user42@zip.com.au>
5262
5263 * eshell/em-alias.el:
5264 * eshell/em-dirs.el:
5265 * eshell/em-hist.el:
5266 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
5267 features when M-x customize-group loads modules before the main
5268 eshell.el.
5269
5270 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
5271
5272 * subr.el (momentary-string-display): Support EXIT-CHAR that is
5273 either a character representation of an event or an event
5274 description list.
5275
5276 * type-break.el: Capitalise Emacs and Lisp.
5277 (type-break-good-break-interval, type-break-demo-boring-stats)
5278 (type-break-terse-messages, type-break-file-name): New defcustoms.
5279 (type-break-post-command-hook)
5280 (type-break-warning-countdown-string): Quote variable names in doc.
5281 (type-break-interval-start, type-break-auto-save-file-name): New vars.
5282 (type-break-mode): Document type-break-good-break-interval and the
5283 "session" file. Schedule break according to the session file.
5284 Kill session file buffer on exit. Organise for save-some-buffers
5285 to always save the session file.
5286 (type-break-mode-line-message-mode, type-break-query-mode):
5287 Uppercase arguments.
5288 (type-break-file-time, type-break-file-keystroke-count, timep)
5289 (type-break-choose-file, type-break-get-previous-time)
5290 (type-break-get-previous-count): New defuns.
5291 (type-break): Avoid break querying after a completed break in the
5292 case where the query was initiated during user invocation of the
5293 break. Optional terse messages.
5294 Use type-break-good-break-interval if type-break-good-rest-interval is
5295 nil. File the break time.
5296 (type-break-schedule): New optional args for overriding the use of
5297 the current time.
5298 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
5299 after a break.
5300 (type-break-check): File the keystroke count.
5301 (type-break-do-query): Prevent a second query when the break is
5302 interrupted. Optional terse message.
5303 (type-break-keystroke-reset): Record the start of a typing interval.
5304 (type-break-demo-boring): Optional terse messages. Display word
5305 per minute and keystroke counts according to
5306 type-break-demo-boring-stats.
5307
5308 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
5309
5310 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
5311 directories, make sure they exist under archive-tmpdir.
5312
5313 2004-04-27 Juri Linkov <juri@jurta.org>
5314
5315 * help.el (view-emacs-news): With argument, display info for the
5316 selected version by finding it among different NEWS files, and
5317 narrowing the buffer to the selected version.
5318
5319 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
5320 same-window-buffer-names.
5321 (info): New arg `buffer'. Use it. Doc fix. Read file name for
5322 non-numeric prefix argument, append the number to the buffer name
5323 for numeric prefix argument.
5324 (info-other-window): Bind same-window-regexps to nil.
5325 (Info-reference-name): Rename to Info-point-loc.
5326 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
5327 and Info-find-index-name for stringy Info-point-loc.
5328 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
5329 without middle `.', but with final `.' and optional line number
5330 for it. Set Info-point-loc for index nodes.
5331 (Info-index): Remove middle `.' from index entry regexp.
5332 Modify line number regexp.
5333 (Info-index-next): Decrement line number.
5334 (info-apropos): Remove middle `.' from index entry regexp.
5335 Add optional line number regexp at the end. Add matched value
5336 for line number to the result list and insert it to the buffer.
5337 Replace match-string by match-string-no-properties.
5338 Reorder result list.
5339 (Info-fontify-node): Hide index line numbers.
5340 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
5341 empty matches.
5342 (Info-follow-reference): Use `str' instead of
5343 Info-following-node-name-re.
5344 (Info-toc): Use full file names. Set Info-current-node to "Top".
5345 (Info-fontify-node): Compare file names without directory name.
5346 (Info-try-follow-nearest-node): Don't set Info-reference-name.
5347 Set second arg of Info-extract-menu-node-name for index nodes.
5348 (info-xref-visited): Use magenta3 instead of magenta4.
5349 (Info-mode): Add info-apropos to docstring.
5350
5351 * log-view.el (log-view-diff): Replace interactive code "r"
5352 by a list to allow to call it even if region is not active.
5353
5354 * paren.el (show-paren-highlight-openparen): New var.
5355 (show-paren-function): Turn on openparen highlighting when
5356 matching forward if show-paren-highlight-openparen is non-nil.
5357
5358 * simple.el (kill-ring-save): Use blink-matching-delay instead of
5359 the constant value 1.
5360 (completions-common-part): Expand docstring.
5361
5362 * textmodes/picture.el (picture-mode-map): Add arrow keys.
5363
5364 2004-04-27 Kim F. Storm <storm@cua.dk>
5365
5366 * image.el (insert-sliced-image): Use line-height instead of
5367 line-spacing property on newline.
5368
5369 2004-04-26 Lars Hansen <larsh@math.ku.dk>
5370
5371 * desktop.el (desktop-buffer-misc-data-function): Rename to
5372 desktop-save-buffer and change docstring.
5373 (desktop-buffer-modes-to-save): Delete.
5374 (desktop-save-buffer-p): Use desktop-save-buffer instead of
5375 desktop-buffer-modes-to-save.
5376 (desktop-save): Rename desktop-buffer-misc-data-function to
5377 desktop-save-buffer and allow non-function value.
5378 (desktop-missing-file-warning): Correct docstring.
5379
5380 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
5381 to desktop-save-buffer.
5382
5383 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
5384 desktop-save-buffer.
5385
5386 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
5387
5388 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
5389
5390 2004-04-26 Eli Zaretskii <eliz@gnu.org>
5391
5392 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
5393
5394 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
5395
5396 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
5397 (ielm): Only go to the end of the buffer when starting a new process.
5398
5399 2004-04-25 Juanma Barranquero <lektu@terra.es>
5400
5401 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
5402 mode line. Bind `inhibit-read-only' to t before modifying
5403 properties of text in the buffer.
5404 (ielm): Force point to the end of buffer, even when running ielm
5405 from inside itself.
5406
5407 2004-04-25 Jesper Harder <harder@ifa.au.dk>
5408
5409 * info.el (info-apropos): Reset Info-complete-cache.
5410
5411 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
5412
5413 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5414 Also recognize severe Irix et al. messages.
5415 (compilation-normalize-filename, compile-abbreviate-directory):
5416 Delete functions.
5417 (compilation-get-file-structure): New function inherits
5418 functionality of the two preceding ones.
5419 (compilation-internal-error-properties, compilation-fake-loc):
5420 Use it so that different paths to the same file share the same
5421 markers. Also optimize finding adjacent marker slightly.
5422
5423 2004-04-25 Kim F. Storm <storm@cua.dk>
5424
5425 * image.el (insert-sliced-image): Add line-spacing t property
5426 to newlines separating image lines.
5427
5428 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
5429
5430 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
5431
5432 * ielm.el (ielm-prompt-read-only): New user option.
5433 (ielm-prompt): Expand docstring to describe new behavior.
5434 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
5435 mention it in the docstring.
5436
5437 2004-04-24 Andreas Schwab <schwab@suse.de>
5438
5439 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
5440
5441 * diff.el (diff): Set default-directory in diff buffer.
5442
5443 2004-04-24 Eli Zaretskii <eliz@gnu.org>
5444
5445 * mail/sendmail.el (mail-bury): Don't delete the frame where the
5446 mail was being composed if the terminal cannot display more than
5447 one frame; instead, switch to previous frame.
5448
5449 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
5450 (rmail-start-mail): Support rmail-mail-new-frame even on
5451 terminals that can display only one frame at a time.
5452
5453 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5454
5455 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
5456 (checkdoc-output-font-lock-keywords): Remove error regexp.
5457 (checkdoc-output-mode-map): Remove.
5458 (checkdoc-output-mode): Derive from compilation-mode.
5459 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
5460
5461 * dired.el (dired-mode-map): Add a menu entry for wdired.
5462
5463 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
5464 (rx-bracket, rx-check-any, rx-any): Clean up name space.
5465
5466 * wdired.el: (wdired-mode-map): Move init into declaration.
5467 Fix `return' binding.
5468 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
5469 Use force-mode-line-update.
5470 (wdired-get-filename): Use `unless'.
5471 (wdired-preprocess-files): Don't assume names have no \n and use / for
5472 dir separator.
5473 (wdired-normalize-filename): Use replace-regexp-in-string.
5474 (wdired-load-hooks): Remove.
5475 (wdired-mode-hooks): Rename to wdired-mode-hook.
5476
5477 * info-look.el: Add support for cfengine-mode.
5478 (info-lookup-setup-mode): Use dolist.
5479
5480 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
5481
5482 * wdired.el: New file.
5483
5484 2004-04-23 Juanma Barranquero <lektu@terra.es>
5485
5486 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
5487
5488 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
5489 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
5490 (pcomplete--help, pcomplete--here): Doc fixes.
5491
5492 2004-04-23 Andre Spiegel <spiegel@gnu.org>
5493
5494 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
5495 handles wrong-number-of-arguments in backend call.
5496
5497 * vc.el (vc-print-log): Likewise.
5498
5499 2004-04-20 Dave Love <fx@gnu.org>
5500
5501 * emacs-lisp/rx.el: Doc fixes.
5502 (rx-constituents): Add/extend many forms.
5503 (rx-check): Check form is a list.
5504 (bracket): Defvar.
5505 (rx-check-any, rx-any, rx-check-not): Modify.
5506 (rx-not): Simplify.
5507 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
5508 (rx-kleene): Use rx-trans-forms.
5509 (rx-quote-for-set): Delete.
5510 (rx): Allow multiple args.
5511
5512 2004-04-23 Kenichi Handa <handa@m17n.org>
5513
5514 * international/mule-util.el (char-displayable-p): Simplify by
5515 using internal-char-font.
5516
5517 2004-04-23 Juanma Barranquero <lektu@terra.es>
5518
5519 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5520
5521 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5522
5523 * diff-mode.el (diff-next-error): New fun.
5524 (diff-mode): Use it.
5525
5526 * simple.el (next-error): Change arg name.
5527 Add support for the documented C-u C-x ` usage.
5528
5529 * frame.el (special-display-popup-frame, next-multiframe-window)
5530 (previous-multiframe-window): Only consider frames on same display.
5531
5532 2004-04-22 Lars Hansen <larsh@math.ku.dk>
5533
5534 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
5535 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
5536
5537 2004-04-22 Kim F. Storm <storm@cua.dk>
5538
5539 * net/telnet.el (telnet): Add optional port arg.
5540
5541 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5542
5543 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5544 Minor sanity check on the `hyperlink' slot.
5545
5546 * Makefile.in (recompile): Compile new files.
5547
5548 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
5549 Add byte-recompile-directory's optional `arg'.
5550
5551 * cvs-status.el (cvs-tree-use-charset): New var.
5552 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
5553 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
5554 (cvs-status-cvstrees): Use it.
5555
5556 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
5557 Make it a normal major mode.
5558 (checkdoc-buffer-label): Make sure the file name is meaningful.
5559 (checkdoc-output-to-error-buffer): Remove.
5560 (checkdoc-error, checkdoc-start-section): Rewrite.
5561
5562 * info.el (info-node, info-menu-5, info-xref, info-header-node)
5563 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5564 (Info-title-4-face): Use new syntax.
5565 (info-xref-visited): Inherit from info-xref.
5566
5567 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
5568
5569 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
5570
5571 * simple.el (next-error-last-buffer, next-error-function):
5572 New variables for the next-error framework.
5573 (next-error-buffer-p): New function.
5574 (next-error-find-buffer): Generalize compilation-find-buffer.
5575 (next-error, previous-error, first-error, next-error-no-select)
5576 (previous-error-no-select): Move from compile.el.
5577
5578 * replace.el (occur-next-error, occur-1): Hook into the next-error
5579 framework.
5580
5581 * progmodes/compile.el (compilation-start):
5582 Set next-error-last-buffer so next-error knows where to jump.
5583 (compilation-setup): Set the buffer-local variable
5584 next-error-function to 'compilation-next-error-function.
5585 (compilation-buffer-p, compilation-buffer-internal-p): Use an
5586 alternate way to find if a buffer is a compilation buffer, for
5587 next-error convenience.
5588 (next-error-no-select, previous-error-no-select, next-error)
5589 (previous-error, first-error): Move to simple.el.
5590 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
5591 (compilation-last-buffer): Remove.
5592 (compilation-start, compilation-next-error, compilation-setup)
5593 (compilation-next-error-function, compilation-find-buffer):
5594 Remove compilation-last-buffer use.
5595
5596 2004-04-21 Juanma Barranquero <lektu@terra.es>
5597
5598 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
5599 (font-lock-warning-face): Fix spacing.
5600
5601 * makefile.w32-in (WINS): Add url/ directory.
5602
5603 2004-04-21 Lars Hansen <larsh@math.ku.dk>
5604
5605 * desktop.el (desktop-buffer-mode-handlers): New variable.
5606 Alist of major mode specific functions to restore a desktop buffer.
5607 (desktop-buffer-handlers): Make variable obsolete.
5608 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
5609 Catch errors signaled in handlers. Update buffer count.
5610 Evaluate desktop-buffer-point.
5611 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
5612 move to dired.el.
5613 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
5614 move to info.el.
5615 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
5616 move to mail/rmail.el.
5617 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
5618 to mh-e/mh-e.el.
5619 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
5620 On fail, print message (to message buffer) even if
5621 desktop-missing-file-warning is nil.
5622 (desktop-buffer-misc-data-function): New buffer local variable.
5623 Function returning major mode specific data.
5624 (desktop-buffer-misc-functions): Make variable obsolete.
5625 (desktop-save): Use desktop-buffer-misc-data-function.
5626 (desktop-buffer-dired-misc-data): Rename to
5627 dired-desktop-buffer-misc-data and move to dired.el.
5628 (desktop-buffer-info-misc-data): Rename to
5629 Info-desktop-buffer-misc-data and move to info.el.
5630 (desktop-read): Add message about number of buffers restored/failed.
5631
5632 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
5633 Add parameters. Pause to display error only when
5634 desktop-missing-file-warning is non-nil.
5635 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
5636 (dired-mode): Bind desktop-buffer-misc-data-function.
5637
5638 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
5639 Add Parameters.
5640 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
5641 (Info-mode): Bind desktop-buffer-misc-data-function.
5642
5643 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
5644 Add Parameters.
5645
5646 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
5647 Add Parameters.
5648
5649 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
5650
5651 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
5652 the case of letters in case-insensitive expansions when the
5653 abbrev is preceded by characters with letter syntax.
5654
5655 2004-04-21 Richard M. Stallman <rms@gnu.org>
5656
5657 * progmodes/cperl-mode.el (cperl-putback-char):
5658 Delete Emacs 18 definition.
5659
5660 * international/mule.el (ctext-post-read-conversion):
5661 Use assoc-string, not assoc-ignore-case.
5662
5663 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
5664
5665 * emacs-lisp/easymenu.el (easy-menu-add):
5666 Do call x-popup-menu, but only if it's defined.
5667
5668 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
5669
5670 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
5671 Handle multiple args: compile like progn.
5672
5673 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
5674 take all args as &rest arg.
5675
5676 * autoinsert.el (auto-insert-alist): Insert the user's name in
5677 copyright notice, rather than Free Software Foundation.
5678
5679 2004-04-21 Kenichi Handa <handa@m17n.org>
5680
5681 * descr-text.el (describe-char): Make it work on *Help* buffer.
5682
5683 2004-04-21 Kim F. Storm <storm@cua.dk>
5684
5685 * image.el (insert-image): Add optional SLICE arg.
5686 (insert-sliced-image): New defun.
5687
5688 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
5689
5690 * subr.el (read-number): Check whether `default' is nil.
5691
5692 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5693
5694 * progmodes/compile.el (compilation-error-properties):
5695 Split into two.
5696 (compilation-internal-error-properties): New one.
5697 (compilation-compat-error-properties): Use it. Fix the non-marker case.
5698
5699 2004-04-20 Richard M. Stallman <rms@gnu.org>
5700
5701 * window.el (split-window-save-restore-data):
5702 Don't update the data if OLD-INFO is nil.
5703
5704 * view.el (view-return-to-alist): Mark it permanent local.
5705
5706 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
5707
5708 * recentf.el (recentf-save-list): Catch and warn about errors.
5709
5710 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
5711 so "Buffers" won't be pure.
5712
5713 * help-mode.el (help-mode-finish): Set help-return-alist first
5714 thing, setting only the entry for the selected window.
5715
5716 * help-fns.el (describe-function-1): If many non-control non-meta
5717 keys run the command, don't list all of them.
5718
5719 2004-04-20 Juanma Barranquero <lektu@terra.es>
5720
5721 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
5722 arg. Copied from Andre Spiegel's patch of 2004-03-21.
5723
5724 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
5725
5726 2004-04-20 Kenichi Handa <handa@m17n.org>
5727
5728 * international/quail.el (quail-lookup-key): New optional arg
5729 NOT-RESET-INDICES.
5730 (quail-get-translations): Call quail-lookup-key with
5731 NOT-RESET-INDICES t.
5732 (quail-completion): Likewise.
5733 (quail-lookup-map-and-concat): Likewise.
5734
5735 2004-04-20 Kenichi Handa <handa@m17n.org>
5736
5737 * international/quail.el (quail-update-translation): Don't insert
5738 such an unsupported multibyte char in a unibyte buffer.
5739
5740 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
5741
5742 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
5743 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
5744 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
5745 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
5746 (gdb-frame-assembler-buffer): Improve behaviour with
5747 multiple frames.
5748 (gdb-display-buffer): Extend search to all visible frames.
5749
5750 2004-04-19 Eli Zaretskii <eliz@gnu.org>
5751
5752 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
5753 characters left after base64 decoding.
5754 (rmail-decode-region): Use -dos variety of `coding', to remove any
5755 ^M characters left after qp or base64 decoding.
5756
5757 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5758
5759 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
5760 messages.
5761
5762 2004-04-19 Stephen Eglen <stephen@gnu.org>
5763
5764 * add-log.el (add-change-log-entry): Update doc string to mention
5765 add-log-full-name and add-log-mailing-address.
5766
5767 2004-04-18 Juri Linkov <juri@jurta.org>
5768
5769 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
5770 (Info-find-node-2): Simplify error message.
5771 (Info-insert-dir): Use Info-following-node-name.
5772 (Info-goto-node): Remove *info-history* and *info-toc*.
5773 (Info-history): Create a node of the virtual history file.
5774 (Info-toc): Create a node of the virtual toc file.
5775 (Info-insert-toc): New arg `curr-file' for reference file names.
5776 (info-apropos): Remove redundant var binding for temp-file.
5777 (Info-index, Info-index-next, Info-mode): Doc fix.
5778 (Info-goto-emacs-command-node): Don't jump to *info* from
5779 non-*info* Info buffers.
5780 (Info-fontify-node): Don't show the file name of external
5781 references if `Info-hide-note-references' is `hide'. Don't hide
5782 newlines at the end of paragraphs.
5783
5784 * international/mule-diag.el (list-input-methods):
5785 Fix args to help-xref-button.
5786
5787 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
5788 to put into effect local variables from TUTORIAL files.
5789
5790 * textmodes/paragraphs.el (sentence-end) <function>: New fun
5791 with default value taken from the variable `sentence-end'.
5792 (sentence-end) <defcustom>: Set default to nil. Doc fix.
5793 Add nil const to :type.
5794 (sentence-end-without-period, sentence-end-double-space)
5795 (sentence-end-without-space): Doc fix.
5796
5797 * textmodes/paragraphs.el (forward-sentence):
5798 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
5799 (fill-delete-newlines):
5800 * progmodes/cc-cmds.el (c-beginning-of-statement):
5801 Use function `sentence-end' instead of variable `sentence-end'.
5802
5803 2004-04-18 Andreas Schwab <schwab@suse.de>
5804
5805 * progmodes/compile.el (compilation-start): Set window start to
5806 point-min if compilation-scroll-output is nil.
5807
5808 2004-04-18 John Wiegley <johnw@newartisans.com>
5809
5810 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
5811
5812 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
5813
5814 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
5815 (gdb-info-breakpoints-custom): Revert previous change.
5816 (gdb-view-assembler): Update assembler if necessary.
5817 (gdb-frame-handler): Parse correctly for gdb-current-frame.
5818 (gdb-display-source-buffer): Update properly when both source and
5819 assembler are visible.
5820
5821 2004-04-17 John Wiegley <johnw@newartisans.com>
5822
5823 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
5824 which limits the number of names shown in the minibuffer. Off by
5825 default.
5826 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
5827 up iswitchb for users with a multitude of open buffers by showing
5828 only the first and last N/2 buffers in the completion list (which
5829 is enough to aid C-s/C-r, and to know that more characters are
5830 needed to refine the completion list).
5831
5832 2004-04-17 Richard M. Stallman <rms@gnu.org>
5833
5834 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
5835 (file-truename): Expand all ~ constructs directly.
5836 (insert-directory): Delete any error msg output by the
5837 `insert-directory-program'.
5838
5839 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
5840 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
5841 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
5842 (allout-init): Use find-file-hook, not find-file-hooks.
5843 (allout-mode): Eliminate Emacs 18 support.
5844 Use write-contents-functions, not local-write-file-hooks.
5845
5846 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
5847
5848 * progmodes/compile.el (compilation-error-properties): Fix for
5849 adding messages when there are already markers for their file.
5850 (compilation-fake-loc): New function.
5851
5852 2004-04-16 Dave Love <fx@gnu.org>
5853
5854 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
5855 (python-load-file): Fix python-orig-start setting.
5856
5857 * progmodes/compile.el: Doc fixes.
5858 (compilation-error-regexp-alist-alist)
5859 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
5860 (compilation-assq): Wrap in eval-when-compile.
5861 (compilation-mode-font-lock-keywords): Don't use list*.
5862 (compilation-start): Avoid warning.
5863 (compilation-compat-error-properties)
5864 (compilation-directory-properties): Add keymap property.
5865 (compilation-parsing-end): Make it a marker for better compatibility.
5866
5867 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
5868
5869 2004-04-16 Mark A. Hershberger <mah@everybody.org>
5870
5871 * xml.el: Doc fixes.
5872 (xml-get-children): Only looks at sub-tags and ignore strings.
5873
5874 * xml.el (xml-parse-tag): Avoid overwriting node-name.
5875
5876 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5877
5878 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
5879
5880 2004-04-16 Andre Spiegel <spiegel@gnu.org>
5881
5882 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
5883
5884 * vc.el (vc-print-log): Likewise.
5885
5886 2004-04-16 Masatake YAMATO <jet@gyve.org>
5887
5888 * simple.el (completion-setup-function): Set an initial value
5889 to `element-common-end' before entering loop. Set a value
5890 to `element-common-end' at the end of loop.
5891 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
5892 (completions-common-part): Rename from completion-de-emphasis.
5893 (completions-first-difference): Rename from completion-emphasis.
5894 Suggested by RMS.
5895
5896 2004-04-16 Juanma Barranquero <lektu@terra.es>
5897
5898 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
5899 (bookmark-edit-annotation-mode): Add mode name.
5900
5901 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5902
5903 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
5904 for nested conflict markers.
5905 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
5906
5907 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
5908
5909 * progmodes/gdb-ui.el (gdb-goto-info): New function.
5910
5911 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
5912
5913 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5914
5915 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
5916 Give a backtrace if requested.
5917
5918 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
5919
5920 * progmodes/python.el (python-mouse-2-command, python-RET-command):
5921 Remove unused functions.
5922 (python-orig-start-line, python-orig-file): Remove.
5923 (python-orig-start): New var.
5924 (python-input-filter, python-compilation-line-number)
5925 (python-send-region, python-load-file): Use it.
5926
5927 * info.el (info): Always jump to *info*.
5928
5929 * subr.el (posn-set-point): New function.
5930
5931 * mouse.el (mouse-set-point): Use it.
5932
5933 * progmodes/compile.el (compile-goto-error): Use it.
5934 (compilation-button-map): New keymap.
5935 (compilation-error-properties): Use it.
5936 (compilation-shell-minor-mode-map): Don't bind mouse-2.
5937
5938 * smerge-mode.el (smerge-popup-context-menu): Use it.
5939
5940 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
5941 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
5942 mouse and non-mouse case.
5943
5944 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
5945 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
5946
5947 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
5948 Make it work for non-mouse events.
5949
5950 * pcvs-info.el (cvs-status-map): Update binding name.
5951
5952 2004-04-14 Mark A. Hershberger <mah@everybody.org>
5953
5954 * xml.el (xml-maybe-do-ns): New function to handle namespace
5955 parsing of both attribute and element names.
5956 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
5957 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
5958 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
5959 (xml-parse-attlist): Make it do its own namespace parsing.
5960
5961 2004-04-14 Dave Love <fx@gnu.org>
5962
5963 * progmodes/python.el (run-python): Fix use of \n.
5964 (python-load-file): Remove `try' from Python fragment.
5965 (python-describe-symbol): Fix message.
5966
5967 * comint.el: Doc fixes.
5968 (comint-last-input-start, comint-last-input-end)
5969 (comint-last-output-start): Give them values.
5970 (comint-arguments): Avoid warning.
5971 (comint-skip-prompt): Use line-end-position.
5972 (comint-backward-matching-input): Rename arg to agree with doc.
5973 (comint-extract-string): Use syntax-ppss.
5974 (comint-dynamic-simple-complete): Delete useless list construction.
5975 (comint-redirect-subvert-readonly): New.
5976 (comint-redirect-preoutput-filter): Use it.
5977
5978 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5979 Correctly handle negative arguments when calling hook functions.
5980
5981 2004-04-14 Jesper Harder <harder@ifa.au.dk>
5982
5983 * info.el (info-apropos): Don't clobber Info-history-list.
5984
5985 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
5986
5987 * progmodes/compile.el (compilation-setup):
5988 Localize overlay-arrow-position.
5989 (compilation-sentinel): Restructure code equivalently.
5990 (compilation-next-error): Find message on same line after point if
5991 not found before point.
5992 (compile-mouse-goto-error): Restore function so that compilation
5993 buffer need not be current and use compile-goto-error.
5994 (compile-goto-error): Restore function.
5995 (next-error): Set overlay-arrow-position.
5996 (compilation-forget-errors): Don't localize already local
5997 compilation-locs and remove FIXME about refontifying.
5998
5999 2004-04-14 Kim F. Storm <storm@cua.dk>
6000
6001 * startup.el (emacs-quick-startup): New defvar (set by -Q).
6002 (command-line): New option -Q. Like -q --no-site-file, but
6003 in addition it also disables menu-bar, tool-bar, scroll-bars,
6004 tool-tips, and the blinking cursor.
6005 (command-line-1): Skip startup screen if -Q.
6006 (fancy-splash-head): Use ":align-to center" prop to center splash image.
6007
6008 * emulation/cua-base.el (cua-read-only-cursor-color)
6009 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
6010
6011 2004-04-13 Dave Love <fx@gnu.org>
6012
6013 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
6014 (syntax): Don't require.
6015 (python) <defgroup>: Add :version.
6016 (python-quote-syntax): Re-written.
6017 (inferior-python-mode): Move stuff here from run-python and add
6018 some more.
6019 (python-preoutput-continuation, python-preoutput-result)
6020 (python-dotty-syntax-table): New.
6021 (python-describe-symbol): Use them.
6022 (run-python): Move stuff to inferior-python-mode. Modify code
6023 loaded into Python.
6024 (python-send-region): Use python-proc, python-send-string.
6025 (python-send-string): Send newlines too. Callers changed.
6026 (python-load-file): Re-written.
6027 (python-eldoc-function): New.
6028 (info-look): Don't require.
6029 (python-after-info-look): New. A modified version of former
6030 top-level code for use with eval-after-load.
6031 (python-maybe-jython, python-guess-indent): Use widened buffer.
6032 (python-fill-paragraph): Re-written.
6033 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
6034 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
6035
6036 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6037
6038 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
6039 Set compilation-error-regexp-alist earlier.
6040
6041 * progmodes/compile.el (compilation-minor-mode-map)
6042 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
6043 (compile-goto-error): Re-merge the mouse and non-mouse commands.
6044
6045 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6046
6047 * progmodes/compile.el (compile-goto-error): Select the buffer/window
6048 corresponding to the event.
6049
6050 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
6051
6052 * loadup.el: Add cygwin to system-type list, for unexec() support.
6053
6054 2004-04-12 John Paul Wallington <jpw@gnu.org>
6055
6056 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
6057 (ibuffer-restore-window-config-on-quit): New variable to replace
6058 `ibuffer-delete-window-on-quit'. Update all references.
6059 (ibuffer-prev-window-config): New variable.
6060 (ibuffer-quit): Restore previous window configuration instead of
6061 deleting window.
6062 (ibuffer): Save window configuration before showing Ibuffer buffer.
6063
6064 * help.el (describe-mode): Doc fix.
6065
6066 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6067
6068 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
6069 not to treat nil as a function.
6070
6071 * vc-arch.el (vc-arch-root): Be a bit more careful.
6072 (vc-arch-register): Save the buffer if we modified it.
6073 (vc-arch-delete-rej-if-obsolete): Save excursion.
6074 (vc-arch-find-file-hook): Use the simpler after-save-hook.
6075 (vc-arch-responsible-p, vc-arch-init-version): New functions.
6076
6077 * net/ldap.el (ldap-search): Use list*.
6078
6079 2004-04-12 Juri Linkov <juri@jurta.org>
6080
6081 * info.el (Info-follow-reference): Allow multiline reference name.
6082
6083 2004-04-11 Dave Love <fx@gnu.org>
6084
6085 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
6086
6087 * progmodes/python.el: New file.
6088
6089 2004-04-11 Andre Spiegel <spiegel@gnu.org>
6090
6091 * vc-hooks.el (vc-arg-list): Function removed.
6092 (vc-default-workfile-unchanged-p): Use condition-case to check for
6093 backward compatibility.
6094
6095 * vc.el (vc-print-log): Use condition-case to check for backward
6096 compatibility.
6097
6098 2004-04-11 Juri Linkov <juri@jurta.org>
6099
6100 * dired.el (dired-faces): New defgroup.
6101 (dired-header, dired-mark, dired-marked, dired-flagged)
6102 (dired-warning, dired-directory, dired-symlink, dired-ignored):
6103 New faces.
6104 (dired-header-face, dired-mark-face, dired-marked-face)
6105 (dired-flagged-face, dired-warning-face, dired-directory-face)
6106 (dired-symlink-face, dired-ignored-face): New face variables.
6107 (dired-font-lock-keywords): Use them instead of font-lock faces.
6108 Split the rule for dired marks into 3 separate rules: for marks,
6109 marked file names and flagged file names.
6110
6111 * help-mode.el (help-make-xrefs): Add a final newline to the
6112 *Help* buffer.
6113
6114 2004-04-11 John Paul Wallington <jpw@gnu.org>
6115
6116 * replace.el (occur-engine): Distinguish between one and several
6117 matches in the matches per buffer heading.
6118
6119 2004-04-11 Kim F. Storm <storm@cua.dk>
6120
6121 * ido.el (ido-confirm-unique-completion): New defcustom.
6122 (ido-complete): Use it.
6123 (ido-write-file): Set it to t unconditionally.
6124
6125 2004-04-10 Miles Bader <miles@gnu.org>
6126
6127 RCS keyword removal (only non-comment changes are enumerated here):
6128
6129 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
6130 (byte-compile-insert-header): Don't use `byte-compile-version'.
6131 * forms.el (forms-version): Variable removed.
6132 (forms-mode): Don't use `forms-version'.
6133 * recentf.el (recentf-version): Variable removed.
6134 * progmodes/delphi.el (delphi-version): Variable removed.
6135 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
6136
6137 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6138
6139 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
6140
6141 2004-04-09 Jesper Harder <harder@ifa.au.dk>
6142
6143 * info.el (info-apropos): Improve menu item regexp.
6144
6145 2004-04-09 Simon Josefsson <jas@extundo.com>
6146
6147 * mail/smtpmail.el: Add comment, based on report by
6148 kdc@rcn.com (Kevin D. Clark).
6149
6150 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6151
6152 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6153 Redo one more thing that I didn't notice Daniel had undone.
6154
6155 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
6156
6157 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
6158 (gdb-goto-breakpoint, gdb-display-buffer)
6159 (gdb-display-source-buffer, gdb-view-source-function)
6160 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
6161 (gdb-source-info, gdb-frame-handler): Don't specify a window
6162 for display.
6163 (gdb-info-breakpoints-custom): Remove superfluous update of
6164 assembler buffer.
6165 (gdb-many-windows): Make settable outside gdb.
6166
6167 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
6168
6169 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
6170 Derive from fundamental-mode rather than text-mode.
6171
6172 2004-04-08 Juri Linkov <juri@jurta.org>
6173
6174 * info.el (Info-history): Doc fix.
6175 (Info-history-list): New var.
6176 (info-xref): Change magenta4 to blue, remove bold for dark and
6177 light backgrounds, change bold to underline for non-color classes.
6178 (info-xref-visited): New face.
6179 (Info-fontify-visited-nodes): New custom.
6180 (Info-hide-note-references): Add new value `hide'. Doc fix.
6181 (Info-reference-name): New var.
6182 (Info-selection-hook): New custom.
6183 (Info-edit-mode-hook): New var.
6184 (Info-find-file): New fun.
6185 (Info-find-node): Move part of code to Info-find-file.
6186 (Info-find-node-2): Add anchors to Info-history-list. Move point
6187 to the place with the reference name if name is defined.
6188 (Info-select-node): Add current node to Info-history-list.
6189 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
6190 (Info-search-whitespace-regexp): New custom.
6191 (Info-search-case-fold): New var.
6192 (Info-search): Add "case-sensitively" to the prompt.
6193 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
6194 (Info-search-case-sensitively, Info-search-next): New fun.
6195 (Info-up): Move point to the menu item of the current node.
6196 (Info-history): New fun. Add *info-history* to
6197 same-window-buffer-names.
6198 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
6199 (Info-insert-toc): New fun.
6200 (Info-build-toc): New fun.
6201 (Info-follow-reference): Add new arg `fork'. Doc fix.
6202 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
6203 with the same name prefer the reference closest to point.
6204 (Info-next-reference): Replace * by + in the *Note regexp.
6205 Add regexp for http:// and ftp://. Skip the *Note prefix.
6206 (Info-prev-reference): Replace * by + in the *Note regexp.
6207 Add regexp for http:// and ftp://. Skip the *Note prefix.
6208 (Info-follow-nearest-node): Add new arg `fork'.
6209 (Info-try-follow-nearest-node): Add new arg `fork'.
6210 Call browse-url for http:// and ftp:// references.
6211 Set Info-reference-name for index entries.
6212 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
6213 Info-search-next, Info-history, Info-toc, clone-buffer.
6214 (Info-menu-update): Replace * by + in the *Note regexp.
6215 (Info-mode): Add documentation for Info-history, Info-toc,
6216 Info-search-case-sensitively, Info-search-next, clone-buffer.
6217 (Info-fontify-menu-headers): Remove fun. Move code to
6218 Info-fontify-node.
6219 (Info-fontify-node): Add docstring. Add local vars
6220 fontify-visited-p and not-fontified-p. If not-fontified-p is t
6221 then fontify header line, titles, menu headers, http and ftp
6222 references, refill paragraphs. If not-fontified-p is t or
6223 fontify-visited-p is t then fontify cross references, menu items.
6224 Fontify menu headers. Fontify http and ftp references.
6225 Change regexp for cross references to require whitespace after *Note,
6226 add matching groups for file and node names. Remove hack for quote.
6227 Use display property for Info-hide-note-references=t. Use fifth
6228 or fourth match for help-echo. Display visited nodes in a
6229 different face. Unhide file names of external references.
6230 Unhide newlines. Display visited menu items in a different face.
6231
6232 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * progmodes/compile.el: Require CL.
6235 (compilation-mode-font-lock-keywords): Re-install the "line as
6236 function" patch.
6237
6238 * help-fns.el (help-C-source-directory): New var.
6239 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
6240 (describe-function-1, describe-variable): Use them.
6241
6242 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
6243 to C source files specially.
6244
6245 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
6246
6247 * info.el (Info-hide-cookies-node): New function.
6248 (Info-select-node): Use it.
6249 (Info-display-images-node): Remove message with image file name.
6250
6251 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
6252
6253 * progmodes/compile.el (compilation-warning-face)
6254 (compilation-info-face, compilation-skip-threshold)
6255 (compilation-skip-visited, compilation-context-lines):
6256 Declare :version when added to Emacs.
6257 (compilation-error-regexp-alist-alist): Extend caml and irix.
6258 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
6259 (compilation-mode-font-lock-keywords): Temporarily undo line as
6260 function patch, which wasn't ready.
6261
6262 2004-04-07 Kenichi Handa <handa@m17n.org>
6263
6264 * international/latin1-disp.el (latin1-display-setup): Check each
6265 character is displayable or not instead of calling
6266 latin1-display-check-font.
6267
6268 2004-04-06 Kenichi Handa <handa@m17n.org>
6269
6270 * language/ethio-util.el (ethio-sera-being-called-by-w3):
6271 New variable.
6272 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
6273 instead of sera-being-called-by-w3.
6274 (ethio-fidel-to-sera-buffer): Likewise.
6275 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
6276 instead of sera-being-called-by-w3.
6277 (ethio-write-file): Likewise.
6278
6279 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6280
6281 * printing.el: Doc fix.
6282
6283 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
6284
6285 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
6286 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
6287 (gdb-setup-windows): Only use separate IO buffer if required.
6288
6289 2004-04-06 Kim F. Storm <storm@cua.dk>
6290
6291 * term.el (term-is-xemacs): Remove.
6292 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
6293 (term-window-width): New function.
6294 (term-mode, term-check-size): Use it.
6295 (term-mode): Disable overflow-newline-into-fringe in term buffer.
6296
6297 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
6298
6299 * cus-edit.el (custom-add-parent-links): Change unbound variable
6300 `symbol' to `name'.
6301
6302 2004-04-05 Jesper Harder <harder@ifa.au.dk>
6303 * info.el (info-apropos): New function.
6304 (Info-mode-menu): Add it.
6305 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
6306
6307 * help-mode.el (help-make-xrefs): Recognize aliased variable with
6308 inherited docstring.
6309
6310 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
6311
6312 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6313
6314 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
6315
6316 * progmodes/compile.el (font-lock): Don't require any more.
6317 (compilation-error-properties, compilation-start, compilation-sentinel)
6318 (compilation-filter, next-error): Use with-current-buffer.
6319 (compilation-skip-to-next-location, compilation-skip-threshold)
6320 (compilation-skip-visited): Move to silence the byte-compiler.
6321 (compilation-setup): Simplify.
6322 (compilation-next-error): Use line-(beginning|end)-position.
6323 Make sure `pt' is non-nil before using compilation-loop.
6324 (compile-goto-error): Add optional event arg. Use it.
6325 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
6326 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
6327 Update the binding for mouse-2.
6328 (first-error): Set compilation-current-error to nil rather than bob.
6329 (compilation-parsing-end, compilation-parse-errors-function)
6330 (compilation-error-list, compilation-old-error-list):
6331 "New" compatibility variables.
6332 (compile-buffer-substring, compilation-compat-error-properties)
6333 (compilation-compat-parse-errors, compilation-forget-errors):
6334 New compatibility functions.
6335 (compilation-mode-font-lock-keywords): Use them.
6336
6337 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
6338
6339 * autorevert.el (auto-revert-handler): If point (or a window
6340 point) is at the end of the buffer, keep it there after
6341 reverting. This allows to tail a file.
6342 Mention this in the `Commentary'.
6343
6344 * format.el (format-write-file): Add optional argument CONFIRM
6345 and make it behave like the analogous argument to `write-file'.
6346
6347 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6348
6349 * progmodes/ebnf2ps.el: Doc fix.
6350 (ebnf-version): New version number (4.2).
6351 (ebnf-syntax): Customization and docstring fix.
6352 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
6353 Put autoloaded funs before first use.
6354 (ebnf-style-database): Add dtd entry.
6355 (ebnf-syntax-alist): Add dtd initialization.
6356 (ebnf-token-sequence): New fun.
6357 (ebnf-comment-table): Add new comment action character.
6358 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
6359
6360 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
6361 Type Definition for XML).
6362
6363 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
6364 * progmodes/ebnf-bnf.el (ebnf-sequence):
6365 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
6366 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
6367 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
6368 Code simplification: call ebnf-token-sequence.
6369
6370 2004-04-04 Eli Zaretskii <eliz@gnu.org>
6371
6372 * calendar/timeclock.el (timeclock-relative)
6373 (timeclock-get-project-function, timeclock-get-workday-function)
6374 (timeclock-query-out, timeclock-when-to-leave)
6375 (timeclock-when-to-leave-string, timeclock-log-data)
6376 (timeclock-generate-report, timeclock-in): Doc fixes.
6377
6378 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * url/: New dir. Import the URL package from its repository.
6381
6382 2004-04-03 Andreas Schwab <schwab@suse.de>
6383
6384 * diff-mode.el (diff-mode): Fix missing quote.
6385
6386 2004-04-03 Juri Linkov <juri@jurta.org>
6387
6388 * descr-text.el (describe-property-list): Add `font-lock-face'.
6389
6390 * dired.el (dired-font-lock-keywords): Fix permission regexps.
6391
6392 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6393
6394 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
6395 Use utf-16le on little endian machines and utf-16be otherwise.
6396
6397 2004-04-02 David Kastrup <dak@gnu.org>
6398
6399 * net/browse-url.el (browse-url-generic): Use call-process
6400 instead of start-process to allow browsers that fork and detach.
6401
6402 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
6403
6404 * compile.el (compilation-current-error): New var.
6405 (compilation-setup, compile-mouse-goto-error)
6406 (compile-goto-error, next-error): Use it.
6407 (compilation-skip-to-next-location): Default to t, which gives
6408 contiguous skipping like old compile (where this was redundant).
6409 (compilation-next-error): Prevent previous-* commands from moving
6410 back to message at or just before point.
6411
6412 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
6413
6414 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
6415 (gdb-source-info): Don't display source at startup, if required.
6416 (gdb-show-main): New option.
6417 (gdba): Update documentation.
6418 (gdb-source): Cover case of auto-display output.
6419
6420 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
6421
6422 * autorevert.el: Delete obsolete autoload's and defvar's.
6423 (auto-revert-check-vc-info): New user option.
6424 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
6425 (auto-revert-handler-vc): Delete.
6426 (auto-revert-handler): Treat return value `fast' of
6427 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
6428
6429 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
6430 return `fast'.
6431
6432 * files.el (buffer-stale-function): Doc change.
6433
6434 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6435
6436 * printing.el: New tip on Tips section.
6437 (pr-version): New version number (6.7.4).
6438 (pr-shell-file-name): Initialization fix.
6439
6440 2004-03-31 Juri Linkov <juri@jurta.org>
6441
6442 * dired.el: Add autoload for `dired-do-touch'.
6443 (dired-touch-program): New var.
6444 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
6445 (dired-no-confirm): Add `touch' to docstring.
6446
6447 * dired-aux.el (dired-do-touch): New fun.
6448 (dired-do-chxxx): Add argument -t for touch operation.
6449
6450 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
6451 `dired-move-to-filename-regexp'.
6452
6453 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
6454
6455 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
6456
6457 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6458
6459 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
6460 and only if the buffer was modified.
6461
6462 2004-03-30 Kenichi Handa <handa@m17n.org>
6463
6464 * international/characters.el: Delete pairs for U+2308..U+230B.
6465
6466 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
6467
6468 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
6469 to detect the beginning of a level 2 or 3 annotation.
6470
6471 2004-03-29 Kenichi Handa <handa@m17n.org>
6472
6473 * international/ucs-tables.el (ucs-insert): Fix the error message.
6474
6475 2004-03-29 Kenichi Handa <handa@m17n.org>
6476
6477 * international/mule-util.el (char-displayable-p): Fix generation
6478 of XLFD file name.
6479
6480 * Makefile.in (setwins, setwins_almost): Change directory to $wd
6481 before finding directories by `find'.
6482
6483 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6484
6485 * subr.el (interactive-form): Delete. Now implemented in C.
6486
6487 * pcvs.el (cvs-parse-process): Workaround for Darwin.
6488
6489 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
6490 (vc-diff-label): New fun.
6491 (vc-diff-internal): Use it.
6492
6493 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
6494
6495 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6496
6497 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
6498
6499 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
6500 specify XML (EBNFX).
6501
6502 * progmodes/ebnf2ps.el: Doc fix.
6503 (ebnf-version): New version number (4.1).
6504 (ebnf-syntax): Adjust customization.
6505 (ebnf-style-database): Add ebnfx entry.
6506 (ebnf-syntax-alist): Add ebnfx initialization.
6507 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
6508
6509 * printing.el: Doc fix.
6510 (pr-version): New version number (6.7.3).
6511 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
6512 returns nil for mouse position. Reported by Drew Adams
6513 <drew.adams@oracle.com>.
6514 (pr-update-menus): Modify interactive declaration. Reported by Drew
6515 Adams <drew.adams@oracle.com>.
6516
6517 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
6518
6519 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
6520 (gud-gdba-marker-filter): Log the process input and output, if
6521 required. From Stefan Monnier.
6522 (gdb-debug-log, gdb-enable-debug-log): New variables.
6523 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
6524
6525 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6526
6527 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
6528 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
6529
6530 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
6531
6532 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
6533 Call vc-find-file-hook here instead of in auto-revert-buffers.
6534 (auto-revert-buffers): Delete call to vc-find-file-hook.
6535 (auto-revert-verbose, global-auto-revert-non-file-buffers)
6536 (global-auto-revert-mode, auto-revert-set-timer)
6537 (auto-revert-handler, auto-revert-buffers): Doc fixes.
6538
6539 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
6540
6541 * woman.el (woman-change-fonts): Rename local variable
6542 woman-font-alist to font-alist to avoid a compiler warning.
6543
6544 2004-03-27 Dave Love <fx@gnu.org>
6545
6546 * emacs-lisp/rx.el (rx): Doc fix.
6547 Fix copyright years.
6548
6549 * strokes.el (strokes-global-set-stroke-string): New function.
6550 (strokes-list-strokes): Cope with strings, not just commands.
6551 Set foreground colour of image.
6552 (strokes-global-set-stroke): Doc fix.
6553
6554 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
6555
6556 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
6557 Auto Revert mode.
6558 (Buffer-menu-files-only): New variable.
6559 (Buffer-menu-toggle-files-only): New function.
6560 (Buffer-menu-mode-map): Bind it to `T'.
6561 (Buffer-menu-mode): Mention `T' in docstring.
6562 Set buffer-stale-function.
6563 (list-buffers-noselect): Mark buffer non-modified and set
6564 Buffer-menu-files-only.
6565
6566 * dired.el (buffer-stale-function): Remove no longer needed defvar.
6567
6568 * autorevert.el (auto-revert-handler): Print revert message
6569 before, rather than after, reverting.
6570 (buffer-stale-function): Move to files.el.
6571
6572 * files.el (buffer-stale-function): Move here from autorevert.el.
6573
6574 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
6577
6578 * calc/calc.el (calc-mode-map): Use mapc.
6579
6580 * apropos.el (apropos-mode): Don't autoload.
6581 (apropos-symbols-internal): New fun. Extracted from `apropos'.
6582 (apropos): Use it.
6583 (apropos-print): Add optional `text' argument.
6584 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
6585 Don't assume point-min == 1.
6586
6587 * bs.el (bs-buffer-list): Use buffer-local-value.
6588 (bs--set-toggle-to-show): Use with-current-buffer.
6589
6590 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
6591 New funs.
6592 (list-buffers-noselect): Use them. Adjust :align-to to new style.
6593
6594 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
6595
6596 * dabbrev.el (dabbrev-expand): Fix regexp construction.
6597 (dabbrev--find-expansion): Use pop.
6598 (dabbrev--search): Use match-string-no-properties.
6599
6600 * dired.el (dired-mode): Use run-mode-hooks.
6601 (dired-move-to-end-of-filename): Use match-string.
6602
6603 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
6604 is bound before using it.
6605 (ediff-verbose-p): Make it into a var since it's not constant.
6606
6607 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
6608
6609 * faces.el (read-face-font): Don't cons up unnecessarily.
6610 (header-line, tool-bar): Share common parts.
6611
6612 * files.el (file-relative-name): Use compare-strings.
6613
6614 * finder.el (finder-mode): Follow coding convention.
6615
6616 * subr.el (read-number): New function.
6617
6618 * ses.el (ses-read-number): Move to subr.el.
6619 (ses-set-header-row): Use read-number.
6620
6621 2004-03-26 Andre Spiegel <spiegel@gnu.org>
6622
6623 * vc-hooks.el (vc-arg-list): New function, which handles both
6624 compiled and uncompiled code.
6625 (vc-default-workfile-unchanged-p): Use it.
6626
6627 * vc.el (vc-print-log): Undo prev change, use new function
6628 vc-arg-list from vc-hooks.el.
6629
6630 2004-03-26 Masatake YAMATO <jet@gyve.org>
6631
6632 * simple.el (completion-setup-function): Emphasize the
6633 first uncommon characters in the completions; and de-emphasize
6634 the common prefix substrings.
6635 (completion-emphasis): New face.
6636 (completion-de-emphasis): New face.
6637
6638 2004-03-25 Juanma Barranquero <lektu@terra.es>
6639
6640 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
6641 Comment out (it's unused and unfinished code).
6642
6643 2004-03-25 Sam Steingold <sds@gnu.org>
6644
6645 * vc.el (vc-print-log): Fix a bug in the last patch:
6646 backend-function may be a byte-compiled object, not a lambda.
6647
6648 2004-03-25 Juri Linkov <juri@jurta.org>
6649
6650 * descr-text.el (describe-property-list): Add a button
6651 for `face' property that calls `describe-face'.
6652 Suggested by luis fernandes <elf@ee.ryerson.ca>
6653
6654 * international/mule.el (keyboard-coding-system):
6655 * kmacro.el (kmacro-call-macro): Fix docstring.
6656
6657 * dired.el: Fix comments.
6658
6659 * textmodes/fill.el (fill): Fix Info link.
6660
6661 * font-lock.el (fast-lock, lazy-lock):
6662 * jit-lock.el (jit-lock): Remove links to removed Support Modes
6663 Info node.
6664
6665 * eshell/eshell.el (eshell): Fix broken info-link.
6666
6667 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
6668 * eshell/em-banner.el (eshell-banner):
6669 * eshell/em-smart.el (eshell-smart):
6670 * eshell/esh-cmd.el (eshell-cmd):
6671 Comment out broken info-links to incomplete Info manual.
6672
6673 * info-xref.el: Fix commentary.
6674
6675 2004-03-25 Kevin Ryde <user42@zip.com.au>
6676
6677 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
6678 Remove spurious node duplicate suppression, doesn't work, not wanted.
6679 (info-xref-output): Take format style args, add "sit-for 0" to let
6680 user see the results as they progress.
6681 (info-xref-check-all-custom): New function.
6682
6683 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
6684
6685 * gdb-ui.el: Moved to progmodes.
6686
6687 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6688
6689 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
6690
6691 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6692
6693 * calendar/appt.el (appt-check): Remove superfluous progn.
6694 When finished with diary buffer: if it was not being displayed
6695 before, kill it; otherwise restore its original state.
6696 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
6697
6698 * calendar/calendar.el (calendar-set-mode-line): Use total
6699 available mode-line width, rather than frame-width.
6700
6701 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
6702 after mode change so effect not lost.
6703
6704 2004-03-23 Dave Love <fx@gnu.org>
6705
6706 * dired.el (dired) <defgroup>: Add link to manual.
6707 (dired-font-lock-keywords): Add highlighting on unusual permissions.
6708 (dired-revert): Use dolist.
6709 (dired-mode-map): Add U binding.
6710 (dired-mode): Add font-lock-beginning-of-syntax-function.
6711 (dired-garbage-files-regexp): Make it a defcustom.
6712
6713 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6714
6715 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
6716 is equivalent to nil.
6717 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
6718 (vc-arch-mode-line-string): Accept `added' state.
6719 (vc-arch-state): Use inode-sigs if available.
6720 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
6721 Copy&delete existing id file if any. Fallback if uuidgen is absent.
6722 (vc-arch-tagline-re): New var.
6723 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
6724 New functions.
6725 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
6726 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
6727
6728 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
6729 (vc-file-not-found-hook): Use it.
6730
6731 * diff-mode.el (diff-default-read-only): Change default.
6732 (diff-mode-hook): Make it a defcustom. Add some options.
6733 (diff-mode-map): Bind diff-refine-hook.
6734 (diff-yank-handler): New var.
6735 (diff-yank-function): New fun.
6736 (diff-font-lock-keywords): Use them.
6737 (diff-end-of-file): Handle case where file-header looks like diff text.
6738 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
6739 (diff-file-kill): Delete a subsequent empty line, if applicable.
6740 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
6741 (diff-find-file-name): Use it.
6742 (diff-tell-file-name): New command.
6743 (diff-mode): Be careful with view-mode.
6744 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
6745 New functions, for use in diff-mode-hook.
6746 (diff-find-source-location): Catch "regex too large" errors.
6747 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
6748 (diff-refine-hunk): New command.
6749
6750 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
6751 (smerge-context-menu-map): Remove unused var.
6752 (smerge-keep-all): Preserve markers.
6753 (smerge-keep-n): New fun.
6754 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
6755 (smerge-keep-current, smerge-ediff): Use it.
6756 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
6757 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
6758 (smerge-resolve): Resolve trivial 3-part conflicts.
6759
6760 2004-03-23 Juri Linkov <juri@jurta.org>
6761
6762 * man.el (Man-width): New var.
6763 (Man-getpage-in-background): Use it.
6764 (Man-support-local-filenames): New var and fun.
6765 (Man-build-man-command): Don't add a second %s.
6766 (Man-fontify-manpage): Clean up message.
6767 (Man-mode): Set outline-regexp, outline-level,
6768 imenu-generic-expression.
6769
6770 * woman.el (woman-fill-frame): Doc fix.
6771 (woman-decode-region): Use window-width instead of frame-width.
6772
6773 * abbrevlist.el (list-one-abbrev-table):
6774 * descr-text.el (describe-char):
6775 * international/mule-diag.el (describe-current-coding-system):
6776 * international/quail.el (quail-insert-decode-map):
6777 Use window-width instead of frame-width.
6778
6779 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
6780 (jka-compr-mode-alist-additions): Add tbz.
6781 (jka-compr-write-region, jka-compr-insert-file-contents):
6782 Add message for undefined compress-program.
6783 (jka-compr-write-region): Remove redundant var bindings.
6784
6785 * dired-x.el (dired-guess-shell-alist-default): Add choices for
6786 extracting files into subdirectory. Add tbz and dz. Fix regexps.
6787 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
6788 (dired-man): Use dired-guess-shell-command.
6789 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
6790 Change default nil to t.
6791
6792 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
6793 (dired-compare-directories): Add default value for empty input.
6794
6795 * help-at-pt.el: Move suggestions for key bindings to Commentary.
6796
6797 * time.el (display-time-string-forms): Fix help-echo date format.
6798
6799 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
6800
6801 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
6802 (buffer-stale-function): New variable.
6803 (auto-revert-list-diff, auto-revert-dired-file-list)
6804 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
6805 (auto-revert-handler): Take over some functionality of deleted
6806 functions.
6807 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
6808
6809 * dired.el (dired-directory-changed-p): New fun, extracted from
6810 dired-internal-noselect.
6811 (dired-buffer-stale-p): New fun.
6812 (dired-internal-noselect): Use dired-directory-changed-p.
6813 Eliminate revert messages.
6814 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
6815
6816 2004-03-23 Kenichi Handa <handa@m17n.org>
6817
6818 * international/characters.el: Setup syntaxes for more parentheses
6819 Unicode characters.
6820
6821 * international/mule-cmds.el (select-safe-coding-system):
6822 Merge coding-system and auto-cs before comparing them.
6823
6824 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6825
6826 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
6827
6828 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6829 normal-auto-fill-function and comment-indent-function.
6830 The default values now work just as well.
6831 Don't set font-lock-beginning-of-syntax-function since we already set
6832 syntax-begin-function.
6833 (lisp-outline-level): Put ;;;###autoload at same level as (.
6834 (prin1-char): Quote special chars.
6835
6836 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
6837 than with-no-warnings.
6838
6839 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
6840 if the source location can't be found.
6841 (edebug-compute-previous-result): Use prin1-char.
6842
6843 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
6844 (debug-ignored-errors): Add an entry.
6845
6846 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
6847 (byte-compile-file): Output warning when deleting a file.
6848
6849 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
6850 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
6851
6852 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
6853 (byte-compile-inline-expand): Use backquote.
6854 (byte-optimize-pure-func): Rename from byte-optimize-concat.
6855 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
6856
6857 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
6858
6859 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
6860
6861 2004-03-22 Juri Linkov <juri@jurta.org>
6862
6863 * finder.el (finder-known-keywords): Fix data, tex, unix.
6864
6865 * play/landmark.el: Fix keywords.
6866
6867 * language/ethio-util.el (ethio-find-file): Doc fix.
6868
6869 * emacs-lisp/warnings.el: Doc fix.
6870
6871 * textmodes/ispell.el (ispell-help): Doc fix.
6872
6873 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
6874
6875 * format.el (format-insert-file): Always return a list of two
6876 elements, like insert-file-contents does.
6877
6878 2004-03-21 Andre Spiegel <spiegel@gnu.org>
6879
6880 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
6881 and vc-BACKEND-diff.
6882 (vc-print-log): If the print-log implementation supports it, use
6883 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
6884 (vc-version-diff, vc-diff-internal): Doc fixes.
6885
6886 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
6887 implementation supports it, let diff output go to *vc*,
6888 not *vc-diff*, since this is an internal call.
6889
6890 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
6891
6892 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
6893
6894 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
6895
6896 2004-03-21 Dave Love <fx@gnu.org>
6897
6898 * progmodes/cfengine.el (cfengine-mode):
6899 Set parse-sexp-ignore-comments.
6900
6901 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
6902
6903 2004-03-21 Juanma Barranquero <lektu@terra.es>
6904
6905 * allout.el (allout-mode): Fix docstring.
6906
6907 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
6908
6909 * files.el (insert-directory): Fix bug if SWITCHES is a list.
6910
6911 * autorevert.el (auto-revert-interval): Make new value take
6912 effect immediately when set through Custom.
6913 (auto-revert-set-timer): Add interactive declaration.
6914
6915 2004-03-19 David Ponce <david@dponce.com>
6916
6917 * ruler-mode.el (ruler-mode-header-line-format-old):
6918 Don't `make-variable-buffer-local'.
6919 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
6920 (ruler-mode-header-line-format): Simply funcall the above.
6921 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
6922 to save/restore a previous header line format.
6923 (ruler-mode-space): Don't depend on a numeric WIDTH value.
6924 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
6925 fringes and margins width.
6926 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
6927
6928 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6929
6930 * log-edit.el (log-edit-font-lock-keywords): Typo.
6931
6932 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
6933 (tex-send-tex-command): Rather than here.
6934 (tex-compilation-parse-errors): Simplify.
6935
6936 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
6937
6938 * time.el (display-time-string-forms): Add help-echo with date on time.
6939
6940 * composite.el (compose-region): Use restore-buffer-modified-p.
6941
6942 * disp-table.el (standard-display-8bit): Simplify.
6943
6944 * server.el (server-process-filter): Delete temp frame.
6945
6946 * add-log.el (add-change-log-entry): Simplify.
6947
6948 2004-03-19 Kim F. Storm <storm@cua.dk>
6949
6950 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
6951 (hexl-follow-line): Don't require 'fringe.
6952
6953 * progmodes/compile.el (compilation-start): Always set
6954 compilation-last-buffer and return it.
6955
6956 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
6957
6958 * simple.el (clone-buffer): Doc fix.
6959
6960 2004-03-18 Juanma Barranquero <lektu@terra.es>
6961
6962 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
6963
6964 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
6965
6966 * log-edit.el (log-edit-font-lock-keywords): New var.
6967 (log-edit-mode): Use it.
6968
6969 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
6970
6971 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
6972 properly for watching in speedbar.
6973
6974 2004-03-17 Masatake YAMATO <jet@gyve.org>
6975
6976 * smerge-mode.el (smerge-popup-context-menu):
6977 Put `unwind-protect' around `overlay-put' and `popup-menu'.
6978
6979 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6980
6981 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
6982 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
6983 Take sealed revisions into account.
6984 (vc-arch-checkin): Extract a summary line from the message.
6985
6986 2004-03-16 Masatake YAMATO <jet@gyve.org>
6987
6988 * register.el (register): Provide `register' feature.
6989
6990 2004-03-15 Masatake YAMATO <jet@gyve.org>
6991
6992 Added context menu support in smerge mode.
6993 Most of the part is written by Stefan Monnier.
6994
6995 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
6996 New keymap and menu.
6997 (smerge-text-properties): New function.
6998 (smerge-remove-props): New function.
6999 (smerge-popup-context-menu): New function.
7000 (smerge-resolve): Call `smerge-remove-props'.
7001 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
7002 (smerge-keep-current): Ditto.
7003 (smerge-kill-current): New function.
7004 (smerge-match-conflict): Put text properties.
7005 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
7006
7007 2004-03-15 David Ponce <david@dponce.com>
7008
7009 * ruler-mode.el: (ruler-mode-left-fringe-cols)
7010 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
7011 (ruler-mode-right-scroll-bar-cols): Remove.
7012 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
7013 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
7014 Use fringe-columns and scroll-bar-columns.
7015
7016 2004-03-15 Masatake YAMATO <jet@gyve.org>
7017
7018 * hl-line.el (hl-line-range-function): New variable.
7019 (hl-line-move): New function.
7020 (global-hl-line-highlight): Use `hl-line-move'.
7021 (hl-line-highlight): Ditto.
7022
7023 * scroll-bar.el (scroll-bar-columns):
7024 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
7025
7026 * ruler-mode.el (top-level): Require scroll-bar and fringe.
7027 (ruler-mode-left-fringe-cols)
7028 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
7029 (ruler-mode-right-scroll-bar-cols)
7030 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
7031 (ruler-mode-ruler-function): New variable.
7032 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
7033 if the value for `ruler-mode-ruler-function'is given.
7034
7035 * hexl.el (hexl-mode-hook): Make the hook customizable.
7036 (hexl-address-area, hexl-ascii-area): New customize variables.
7037 (hexlify-buffer): Put font-lock-faces on the address area and
7038 the ascii area.
7039 (hexl-activate-ruler): New function.
7040 (hexl-follow-line): New function.
7041 (hexl-highlight-line-range): New function.
7042 (hexl-mode-ruler): New function.
7043
7044 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7045
7046 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
7047 (vc-default-find-file-hook): New fun.
7048 (vc-find-file-hook): Call new find-file-hook operation.
7049
7050 * vc-arch.el: New file.
7051
7052 2004-03-12 Jesper Harder <harder@ifa.au.dk>
7053
7054 * info-look.el (info-lookup): Reuse an existing Info window.
7055
7056 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
7057
7058 * woman.el (woman-preserve-ascii): Default value changed to t and
7059 doc string revised.
7060
7061 2004-03-12 Richard M. Stallman <rms@gnu.org>
7062
7063 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7064 Fix minor bug.
7065
7066 * replace.el (occur-engine): Change message for count of matches.
7067
7068 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7069 For strings, do compare text properties.
7070
7071 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
7072
7073 * progmodes/compile.el (compile-auto-highlight)
7074 (compilation-error-list, compilation-old-error-list)
7075 (compilation-parse-errors-function, compilation-parsing-end)
7076 (compilation-error-message, compilation-directory-stack)
7077 (compilation-enter-directory-regexp-alist)
7078 (compilation-leave-directory-regexp-alist)
7079 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
7080 (compilation-current-file, compilation-regexps): Remove vars.
7081
7082 (compile-error-at-point, compilation-error-filedata)
7083 (compilation-error-filedata-file-name, compile-reinitialize-errors)
7084 (compilation-next-error-locus, compilation-forget-errors)
7085 (count-regexp-groupings, compilation-parse-errors)
7086 (compile-collect-regexps, compile-buffer-substring): Remove funs.
7087
7088 (compile-internal): Make obsolete.
7089
7090 (compilation-first-column, compilation-error)
7091 (compilation-directory-matcher, compilation-page-delimiter)
7092 (compilation-mode-font-lock-keywords, compilation-debug)
7093 (compilation-error-face, compilation-warning-face)
7094 (compilation-info-face, compilation-line-face)
7095 (compilation-column-face, compilation-enter-directory-face)
7096 (compilation-leave-directory-face, compilation-skip-threshold)
7097 (compilation-skip-visited, compilation-context-lines): New vars.
7098
7099 (compilation-warning-face, compilation-info-face)
7100 (compilation-message-face): New faces.
7101
7102 (compilation-error-regexp-alist-alist): New constant.
7103
7104 (compilation-face, compilation-directory-properties)
7105 (compilation-assq, compilation-error-properties, compilation-start)
7106 (define-compilation-mode, compilation-loop)
7107 (compilation-set-window): New functions.
7108
7109 (compile): Additional argument for interactive compiles like TeX.
7110
7111 * progmodes/grep.el (kill-grep): Move here from compile.el
7112 (grep-error, grep-hit-face, grep-error-face)
7113 (grep-mode-font-lock-keywords): New variables.
7114 (grep-regexp-alist): Simplify regexp and add `binary' case.
7115 (grep-mode): New mode.
7116 (grep-process-setup): Simplify.
7117
7118 2004-03-11 Jason Rumney <jasonr@gnu.org>
7119
7120 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
7121 letters on DOS/Windows.
7122
7123 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
7124
7125 * server.el (server-name): New var.
7126 (server-socket-dir): New var to replace server-socket-name.
7127 (server-start): Use them.
7128
7129 2004-03-11 Simon Josefsson <jas@extundo.com>
7130
7131 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
7132 died to avoid infloop. Reported by Jonathan Glauner
7133 <jglauner@sbum.org>.
7134
7135 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7136
7137 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
7138 (smerge-mode-menu): Use it to deactivate menu entries.
7139 (smerge-keep-current): New fun.
7140 (smerge-keep-current): Use it.
7141
7142 2004-03-10 John Paul Wallington <jpw@gnu.org>
7143
7144 * foldout.el (foldout-fold-list, foldout-modeline-string):
7145 Declare them as variables, not constants.
7146
7147 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7148
7149 * ps-print.el: Modification to print *Messages* buffer.
7150 (ps-print-version): New version 6.6.4.
7151 (ps-message-log-max): New fun.
7152 (ps-spool-without-faces, ps-spool-with-faces)
7153 (ps-count-lines-preprint): Code fix.
7154
7155 * printing.el: New tips in Tips section.
7156
7157 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7158
7159 * delim-col.el: Doc fix.
7160
7161 * printing.el: Doc fix. New doc section (Tips).
7162
7163 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
7164
7165 * type-break.el (type-break-emacs-variant): Remove.
7166 (type-break-run-at-time, type-break-cancel-function-timers):
7167 Use fboundp rather than version name and number.
7168
7169 2004-03-09 Masatake YAMATO <jet@gyve.org>
7170
7171 * hexl.el (hexl-mode): Use `make-local-variable' instead of
7172 `make-variable-buffer-local'.
7173
7174 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
7175
7176 * find-dired.el (find-dired): Call `shell-command' instead of
7177 `start-process-shell-command'. By this, Tramp takes over
7178 handling of remote directories.
7179
7180 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
7181
7182 * newcomment.el (comment-use-global-state): New var.
7183 (comment-search-forward): Use it.
7184
7185 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
7186
7187 * cus-edit.el (fill) <defgroup>: Move to fill.el.
7188
7189 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
7190 (enable-kinsoku): Make it a defcustom.
7191 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
7192 paragraph to same-comment-start-marker.
7193
7194 2004-03-07 Dave Love <fx@gnu.org>
7195
7196 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
7197 (browse-url-mail): Use it.
7198
7199 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
7200 (rfc2368-unhexify-string): Use replace-regexp-in-string.
7201
7202 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
7203
7204 * woman.el (woman-man.conf-path): Doc fix.
7205 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
7206
7207 2004-03-07 Eli Zaretskii <eliz@gnu.org>
7208
7209 * sort.el (sort-columns): Remove ms-dos from the list of systems
7210 where the external `sort' command is not used.
7211
7212 2004-03-07 Kim F. Storm <storm@cua.dk>
7213
7214 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
7215 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
7216 from overlay-arrow-variable-list.
7217 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
7218
7219 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
7220
7221 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
7222 overlay arrow string properly for the assembler buffer.
7223
7224 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7225
7226 * mail/sendmail.el (mail-mode): Fix last change.
7227
7228 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
7229
7230 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
7231 for the assembler buffer.
7232 (gdb-assembler-custom): Position the overlay arrow.
7233 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
7234
7235 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
7236
7237 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
7238
7239 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
7240 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
7241
7242 * mail/sendmail.el (mail-mode): Set comment-start-skip.
7243
7244 * newcomment.el (uncomment-region): Allow non-terminated comment.
7245 (comment-normalize-vars): Check the user-specified comstart marker.
7246
7247 2004-03-04 Jesper Harder <harder@ifa.au.dk>
7248
7249 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
7250 Otherwise, do use it if the region only contains font-lock text
7251 properties.
7252
7253 2004-03-04 Masatake YAMATO <jet@gyve.org>
7254
7255 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
7256 as the callback function for eldoc.
7257 (hexl-print-current-point-info): New function.
7258 (hexl-current-address): Print the address in both decimal
7259 and hexadecimal format.
7260
7261 2004-03-04 Richard M. Stallman <rms@gnu.org>
7262
7263 * mail/rmail.el (rmail-convert-to-babyl-format):
7264 Specify t for UNIBYTE when calling mail-unquote-printable-region.
7265
7266 * mail/mail-utils.el (mail-unquote-printable-region):
7267 New arg UNIBYTE.
7268
7269 * startup.el (command-switch-alist): Doc fix.
7270
7271 * simple.el (undo): Temporarily set this-command to `undo-start',
7272 then set it to `undo' once undo-start returns without error.
7273
7274 * simple.el (minibuffer-history-sexp-flag): Doc fix.
7275
7276 * simple.el (kill-line): Don't disregard trailing whitespace
7277 in eol condition, if show-trailing-whitespace is set.
7278
7279 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
7280 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
7281 When disabling, restore old values only if mouse-sel-has-been-enabled.
7282
7283 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
7284 (isearch-{-char): New function.
7285 (isearch-mode-map): Bind { to isearch-{-char.
7286
7287 * font-lock.el (lisp-font-lock-keywords-2):
7288 Turn off the CL with-... and do-... general patterns.
7289 Instead, recognize several specific with... and do... constructs.
7290
7291 * files.el (switch-to-buffer-other-window):
7292 Bind same-window-buffer-names and same-window-regexps to nil.
7293 (switch-to-buffer-other-frame): Likewise.
7294
7295 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7296
7297 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
7298 recognizing leading comment on code line.
7299
7300 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7301
7302 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
7303 hidden files/directories.
7304
7305 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7306
7307 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
7308 only comment-start (in case the mode hasn't set it).
7309
7310 * Makefile.in (AUTOGENEL): New var.
7311 (bootstrap-prepare): Rename from bootstrap-clean.
7312 Don't remove elc files.
7313 (maintainer-clean): New target.
7314
7315 * xml.el (xml-get-attribute-or-nil): Simplify.
7316
7317 2004-03-02 Juri Linkov <juri@jurta.org>
7318
7319 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
7320 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
7321 URL to prevent their substitution with the environment variable
7322 values by browsers.
7323
7324 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7325
7326 * ps-print.el: Doc fix.
7327 (ps-print-version): New version number (6.6.3).
7328 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
7329 Docstring fix.
7330 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
7331 before printing.
7332 (ps-time-stamp-yyyy-mm-dd): New fun.
7333 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
7334
7335 2004-03-02 Kim F. Storm <storm@cua.dk>
7336
7337 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
7338
7339 2004-03-01 Juanma Barranquero <lektu@terra.es>
7340
7341 * allout.el (allout-rebullet-heading): Fix typo in docstring.
7342
7343 * desktop.el (desktop-file-version)
7344 (desktop-after-read-hook): Fix typos.
7345 (desktop-clear-preserve-buffers): Remove redundant info in
7346 docstring already shown by the obsolescence message.
7347 (desktop-truncate, desktop-internal-v2s)
7348 (desktop-value-to-string): Change argument name to match docstring.
7349
7350 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
7351
7352 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
7353 docstring.
7354
7355 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7356
7357 * printing.el: Replace "As Is..." in PostScript file print/preview by
7358 "No Preprocessing...". Suggested by Colin Marquardt
7359 <_marquardt_@zmd.de>.
7360 (pr-insert-section-4): Adjust buffer interface.
7361
7362 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
7363
7364 Version 2.0.39 of Tramp released.
7365
7366 * net/tramp.el (tramp-handle-file-local-copy)
7367 (tramp-handle-write-region, tramp-open-connection-rsh):
7368 Variable name typo. Small change. From Patrick Tullmann
7369 <tullmann@flux.utah.edu>.
7370 (tramp-process-connection-type): New variable.
7371 (tramp-maybe-open-connection): Use it.
7372 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
7373 (tramp-touch): Set last-modified time of a remote file.
7374 (tramp-handle-write-region): Say which function is used when encoding.
7375
7376 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
7377
7378 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
7379 case of non-existing filename, too. Reported by Christoph Bauer
7380 <c_bauer@informatik.uni-kl.de>.
7381 (tramp-smb-get-file-entries): The directory in question should
7382 have permissions "drwxrwxrwx". Just virtual, because we don't
7383 know the real permissions. Don't we know?
7384 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
7385 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
7386 (tramp-smb-wait-for-output): Optimize algorithm getting pending
7387 output. If it was received chunkwise, there have been problems.
7388 Remove the "prompt not found" error message; it is obvious.
7389 Simplify algorithm.
7390 (tramp-smb-process-running): Remove. Since we acknowledge the
7391 virtual prompt for shares, there's no need for distinction of
7392 reading shares (process ends afterwards) and interactive mode of
7393 smblient.
7394 (tramp-smb-open-connection): Setting process sentinel removed.
7395 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
7396 "NT_STATUS_NETWORK_ACCESS_DENIED".
7397 (tramp-smb-maybe-open-connection): Set `process-connection-type'
7398 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
7399 (top-level): Setting default value in `tramp-default-method-alist'
7400 corrected. Order of USER and HOST have been wrong.
7401 Nobody complained for months ...
7402 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
7403 (tramp-smb-open-connection): Clear password cache if login has failed.
7404
7405 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
7406 `tramp-unified-filenames'.
7407 (tramp-completion-mode): Make test for XEmacs explicitely.
7408 `event-to-character' can exists in Emacs packages too.
7409 Reported by Matt Swift <swift@alum.mit.edu>.
7410 (tramp-buffer-name): Buffer name must contain the user if exists.
7411 Reported by Adrian Phillips <a.phillips@met.no>.
7412 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
7413 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
7414 (tramp-do-copy-or-rename-file-out-of-band): Rename from
7415 `tramp-do-copy-or-rename-file-one-local', because it handles also
7416 the case both files use the same out-of-band method.
7417 Implementation added.
7418 (tramp-handle-file-local-copy, tramp-handle-write-region):
7419 Out-of-band handling removed. `copy-file' called instead, which
7420 calls `tramp-do-copy-or-rename-file-out-of-band'.
7421 (tramp-action-password): Check for out-of-band method removed.
7422 This function is used for 'login-program.
7423 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
7424 appropriate.
7425 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
7426 and `tramp-parse-sknownhosts'.
7427 (tramp-completion-function-alist): It's a defvar now, because we
7428 want to apply the optimized `tramp-set-completion-function'
7429 instead of a static list.
7430 (tramp-set-completion-function): Implementation tuned.
7431 Avoid double entries, and entries where the function or the
7432 file/directory doesn't exist.
7433 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
7434 for SSH2.
7435 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
7436 (tramp-handle-dired-compress-file): New function.
7437 (tramp-async-proc): New variable.
7438 (tramp-handle-shell-command): Adding asynchronous processes.
7439 They are far from being perfect, but it works at least for
7440 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
7441 (top-level): Require password.el if visible. Should be mandatory
7442 once No Gnus has found its way into (X)Emacs.
7443 (tramp-read-passwd): Invoke `password-read' if available,
7444 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
7445 fallback any longer.
7446 (tramp-clear-passwd): New function.
7447 (tramp-process-actions, tramp-process-multi-actions):
7448 Clear password cache if login has failed.
7449
7450 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
7451 its own module.
7452 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
7453 `ange-ftp-ftp-name-res'. There could be incorrect values from
7454 previous calls in case the "ftp" method is used in the Tramp file
7455 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7456
7457 2004-02-28 Richard M. Stallman <rms@gnu.org>
7458
7459 * term.el (term-mouse-paste): Call mouse-set-point.
7460
7461 * thumbs.el: New file.
7462
7463 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7464
7465 * progmodes/ebnf-abn.el: Doc fix.
7466
7467 * progmodes/ebnf-bnf.el: Doc fix.
7468 (ebnf-repeat): Code fix.
7469
7470 * progmodes/ebnf2ps.el: Doc fix.
7471 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
7472
7473 2004-02-28 Juri Linkov <juri@jurta.org>
7474
7475 * ffap.el (dired-at-point): Additional writability test for
7476 relative directory names.
7477 (dired-at-point-prompter): Treat directories as a directory, get
7478 the directory component from files.
7479 (ffap-string-at-point): Return string from region if region is active.
7480 (ffap-file-at-point): Remove redundant code.
7481
7482 2004-02-28 Kim F. Storm <storm@cua.dk>
7483
7484 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
7485 Initialize margin area images to nil.
7486 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
7487 (breakpoint-enabled-bitmap-face)
7488 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
7489 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
7490 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
7491 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
7492 (gdb-reset): Use gdb-remove-breakpoint-icons.
7493 (gdb-put-string): Add dprop arg to specify alternative display
7494 property (for setting fringe bitmap).
7495 (gdb-remove-strings): Doc fix.
7496 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
7497 icon in fringe (if available), or else as icon or text in display
7498 margin. Creates necessary icons in breakpoint-bitmap,
7499 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
7500 Also make left window margin if required.
7501 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
7502 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
7503 no longer needed.
7504 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
7505 gdb-put-breakpoint-icon.
7506 (gdb-assembler-mode): Don't set left-margin-width here.
7507
7508 2004-02-27 Kevin Ryde <user42@zip.com.au>
7509
7510 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
7511 comma, so that it DTRT in macros.
7512
7513 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
7514
7515 * progmodes/sh-script.el (sh-shell-arg)
7516 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
7517 (sh-leading-keywords, sh-other-keywords): Fix custom type.
7518
7519 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7520
7521 * faces.el (face-spec-set-match-display): Add a new attribute,
7522 `min-colors'.
7523 (region, highlight, secondary-selection): Use `min-colors'.
7524
7525 * custom.el (defface): Add documentation for `min-colors'.
7526
7527 * font-lock.el (font-lock-comment-face, font-lock-string-face)
7528 (font-lock-keyword-face, font-lock-function-name-face)
7529 (font-lock-variable-name-face, font-lock-constant-face):
7530 Use `min-colors'.
7531
7532 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
7533
7534 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7535
7536 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
7537 define assq-delete-all if it's not defined.
7538 (ebnf-generate-region): Code fix.
7539
7540 * printing.el: Doc fix.
7541 (pr-version): New version number (6.7.2).
7542 (pr-command): Return empty string if command is an empty string.
7543
7544 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7545
7546 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
7547
7548 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
7549 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
7550 semi-down-full. Fix a bug on productions like test = {"test"}* | (
7551 "tt" ["test"] ). Reported by Markus Dreyer
7552 <mdreyer@ix.urz.uni-heidelberg.de>.
7553 (ebnf-version): New version number (4.0).
7554 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
7555 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
7556 (ebnf-delete-style): New commands.
7557 (ebnf-directory, ebnf-file): New funs.
7558 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
7559 (ebnf-production-name-p, ebnf-stop-on-error): New options.
7560 (ebnf-syntax-alist): New var.
7561 (ebnf-element-width): New fun replacing ebnf-list-width.
7562 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
7563 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
7564 (ebnf-prologue): Adjust vars.
7565 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
7566 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
7567 (ebnf-check-style-values, ebnf-generate-production)
7568 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
7569 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
7570 (ebnf-token-repeat): Code fix.
7571
7572 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
7573 %right, %left and %prec. Suggested by Matthew K. Junker
7574 <junker@alum.mit.edu>.
7575 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
7576
7577 * progmodes/ebnf-iso.el: Doc fix.
7578 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
7579 (ebnf-iso-lex): Code fix.
7580
7581 * progmodes/ebnf-bnf.el: Doc fix.
7582 (ebnf-bnf-lex): Code fix.
7583
7584 * progmodes/ebnf-otz.el: Doc fix.
7585
7586 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7587
7588 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
7589 (abbrev-prefix-mark): Doc fix.
7590
7591 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
7592
7593 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
7594 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
7595 (gdb-var-delete): Make interactive (really).
7596 (gdb-edit-value): Make non-interactive.
7597
7598 * progmodes/gud.el (gud-speedbar-menu-items):
7599 Add gdb-var-delete and, indirectly, gdb-edit-value.
7600 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
7601 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
7602 (gud-gdb-marker-filter): Add comment for annotations.
7603
7604 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7605
7606 * calendar/calendar.el (generate-calendar)
7607 (calendar-read-date): Prevent display of BC calendars once more -
7608 reverts 2003-10-01 change.
7609 (generate-calendar-month): Doc fix.
7610
7611 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7612
7613 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
7614 return value of increment-calendar-month.
7615
7616 2004-02-21 Stephen Compall <s11@member.fsf.org>
7617
7618 * saveplace.el (save-place-forget-unreadable-files)
7619 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
7620 (save-place-forget-unreadable-files): New function.
7621 (save-place-alist-to-file): Use it to filter out files that are
7622 no longer readable.
7623
7624 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
7625 current Texinfo environment, using the same method as in
7626 `texinfo-insert-@end', and insert a space rather than a newline if
7627 point in a @table environment.
7628
7629 2004-02-21 Juri Linkov <juri@jurta.org>
7630
7631 * ffap.el (ffap-file-at-point): Try parent directories.
7632
7633 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
7634
7635 * vcursor.el (vcursor-modifiers): New defcustom.
7636 (vcursor-cs-binding): Use vcursor-modifiers instead of a
7637 hard-coded list.
7638
7639 2004-02-21 Masatake YAMATO <jet@gyve.org>
7640
7641 * play/animate.el (animate-birthday-present): Accept names other
7642 than `Sarah', too.
7643
7644 2004-02-21 Juri Linkov <juri@jurta.org>
7645
7646 * startup.el: Remove table of command line arguments from the
7647 Commentary section.
7648
7649 2004-02-20 John Wiegley <johnw@newartisans.com>
7650
7651 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
7652 again" modifier from 'e' to 'E', since 'e' is also used by the
7653 "file extension" modifier.
7654
7655 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
7656
7657 * help-fns.el (describe-categories): Doc fix.
7658
7659 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7660
7661 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
7662 temporary file for buffer already visiting one. This change makes
7663 output likely to be directly usable by patch program.
7664 Suggested by Adrian Aichner <adrian@xemacs.org>
7665
7666 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
7667
7668 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
7669 case of variables defined in compound statements.
7670 (gdb-setup-windows, gdb-source-info, gdb-source-info):
7671 Simplify constructions using switch-to-buffer.
7672
7673 2004-02-19 Simon Josefsson <jas@extundo.com>
7674
7675 * play/morse.el: Fix typo.
7676 (morse-code): Add @.
7677
7678 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7679
7680 * calendar/appt.el (appt-display-format): Change default to
7681 'ignore, for backwards compatibility.
7682 (appt-display-message): If appt-display-format is 'ignore,
7683 respect old vars appt-msg-window and appt-visible.
7684 (appt-activate): Don't depend on return value of cancel-timer.
7685
7686 * calendar/calendar.el (calendar-holidays): Doc fix.
7687
7688 * calendar/cal-coptic.el (coptic-prompt-for-date):
7689 Use assoc-string instead of assoc-ignore-case.
7690 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
7691 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
7692 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
7693 * calendar/cal-islam.el (calendar-goto-islamic-date)
7694 (mark-islamic-diary-entries): Ditto.
7695 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
7696 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
7697 (calendar-read-mayan-tzolkin-date): Ditto.
7698 * calendar/calendar.el (calendar-read-date): Ditto.
7699 * calendar/diary-lib.el (mark-diary-entries): Ditto.
7700
7701 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
7702
7703 * progmodes/executable.el (executable-command-find-posix-p):
7704 Fix choice of the directory.
7705
7706 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7707
7708 * simple.el (interprogram-cut-function)
7709 (interprogram-paste-function, kill-new, kill-append):
7710 Doc fixes.
7711 (kill-region): Make it return nil. Doc fix.
7712 (yank-pop): Make its argument optional.
7713 (yank): Make ARG `-' equivalent to `-1'.
7714
7715 2004-02-17 Eli Zaretskii <eliz@gnu.org>
7716
7717 * mail/rmail.el (rmail-get-new-mail): Don't reference
7718 rmail-use-spam-filter if rmail-spam-filter is not loaded.
7719
7720 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7721
7722 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
7723 if one of global-auto-revert-non-file-buffers or autorevert-mode
7724 is non-nil.
7725
7726 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7727
7728 * subr.el (delete-dups): A better implementation from Karl Heuer
7729 <kwzh@gnu.org>.
7730
7731 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
7732
7733 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
7734 correct place.
7735 * progmodes/icon.el (icon-indent-command): Ditto.
7736 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
7737
7738 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7739
7740 * progmodes/grep.el (grep-compute-defaults): Undo change from
7741 2004-01-29: don't use executable-command-find-posix-p.
7742
7743 2004-02-16 Richard Sharman <rsharman@pobox.com>
7744
7745 * hilit-chg.el: Use require instead of eval-and-compile.
7746 (highlight-compare-buffers): New function.
7747
7748 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
7749
7750 * man.el (Man-fontify-manpage): Render section headings in
7751 `Man-overstrike-face' even when overstrike was not used by man
7752 formatter for section headings.
7753
7754 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
7755
7756 * rmail-spam-filter.el: (vm-use-spam-filter)
7757 (rsf-min-region-length-added-to-spam-list): New variables.
7758 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
7759 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
7760 spam testing. Don't delete spam message if automatic deletion
7761 after output via variable rmail-delete-after-output is turned on.
7762 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
7763 rsf-bbdb-dont-create-entries-for-spam.
7764 (check-field): New function, extracted from code in
7765 rmail-spam-filter to ease addition of header fields like content-type.
7766 (message-content-type): New variable to check the content-type:
7767 field added, also in defcustom of rsf-definitions-alist.
7768 (rmail-spam-filter): Replace repeated test code for header fields
7769 by calls to check-field; change the call to
7770 rmail-output-to-rmail-file such that rmail-current-message stays
7771 the same to avoid wrong deletion of unseen flags.
7772 (rsf-add-contents-type): New function to convert old format
7773 of rmail-spam-definitions-alist into new one.
7774 Change prefixes of all variables and functions from
7775 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
7776
7777 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7778
7779 * loadhist.el (unload-hook-features-list): New defvar.
7780
7781 2004-02-16 Dave Love <fx@gnu.org>
7782
7783 * loadhist.el (unload-feature): Doc fix. Rename flist to
7784 unload-hook-features-list.
7785
7786 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
7787
7788 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
7789 cookie. Don't check if we are looking-at open-formula.
7790
7791 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7792
7793 * subr.el (match-string-no-properties): Use substring-no-properties.
7794
7795 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7796
7797 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
7798 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
7799 Use lower-case "rx" in all error message.
7800
7801 2004-02-16 Dave Love <fx@gnu.org>
7802
7803 * emacs-lisp/rx.el (rx-or): Put group around result.
7804 (rx-constituents): Add backref.
7805 (rx-syntax): Add string-delimiter, comment-delimiter.
7806 (rx-categories): Add combining-diacritic.
7807 (rx-check-not, rx-greedy, rx): Doc fix.
7808 (rx-backref, rx-check-backref): New.
7809
7810 2004-02-16 Jesper Harder <harder@ifa.au.dk>
7811
7812 * newcomment.el (uncomment-region): Allow eob as comment end.
7813
7814 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
7815
7816 * filecache.el: All message and error commands now use prefix
7817 "Filecache:" to make it easy to read *Messages* buffer.
7818
7819 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
7820
7821 * autorevert.el: Add support to detect changed dired and VC buffers.
7822 (auto-revert-active-p, auto-revert-list-diff)
7823 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
7824 (auto-revert-handler, auto-revert-active-p): New functions.
7825 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
7826 and `auto-revert-active-p'.
7827 (eval-when-compile): Defvar dired-directory and vc-mode.
7828 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
7829 (auto-revert-handler-vc): New functions.
7830
7831 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
7832
7833 * progmodes/compile.el (compilation-directory): New defvar.
7834 (compile): Save current directory in compilation-directory.
7835 (recompile): Bind default-directory to compilation-directory if
7836 that is non-nil.
7837
7838 2004-02-16 Dave Love <fx@gnu.org>
7839
7840 * newcomment.el (comment-insert-comment-function)
7841 (comment-region-function, uncomment-region-function): New.
7842 (comment-indent): Use comment-insert-comment-function.
7843 (uncomment-region): Use uncomment-region-function.
7844 (comment-region): Use comment-region-function.
7845
7846 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
7847
7848 2004-02-16 Richard Stallman <rms@gnu.org>
7849
7850 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
7851 loaddefs* and ldefs-boot*.
7852
7853 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7854
7855 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
7856 and email address at the beginning and end of the address.
7857
7858 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
7859 anchored at the beginning of the email address.
7860
7861 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
7862
7863 * international/ccl.el (ccl-compile-write): Pass `left' to
7864 ccl-embed-code to generate correct code of write-expr-register.
7865
7866 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
7867
7868 * progmodes/grep.el (grep-compute-defaults): Fix typos.
7869
7870 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7871
7872 * x-dnd.el: Mention support for Motif in commentary.
7873 (x-dnd-handle-drag-n-drop-event): Ditto.
7874
7875 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
7876
7877 * ses.el: Use "ses--" prefixes for buffer-local variables.
7878 Use (point-min) instead of 1, even when we know the buffer
7879 is unnarrowed.
7880 (ses-build-load-map): Delete. Distribute its content to defconst's for
7881 the three maps.
7882 (ses-menu, ses-header-line-menu): New menus.
7883 (ses-mode-map): Use them.
7884 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
7885
7886 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
7887
7888 * Makefile.in: Fix the CC Mode recompile kludge so it works
7889 when building in a different directory.
7890
7891 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
7892
7893 * simple.el (kill-new): Put yank-handler property on the entire string.
7894
7895 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7896
7897 * diff.el: Don't use compile any more, use diff-mode instead.
7898 (diff-regexp-alist, diff-old-file, diff-new-file)
7899 (diff-parse-differences, diff-process-setup): Remove.
7900 (diff-sentinel): New fun.
7901 (diff): Use it. Run the process ourselves.
7902 Use diff-mode for the rest of the processing.
7903
7904 * diff.el (diff): Simplify code handling `switch'.
7905
7906 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7907
7908 * pcvs-defs.el (cvs-menu): Add `tag'.
7909
7910 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7911
7912 * simple.el (kill-append): Doc fix.
7913
7914 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7915 Adapt outline-regexp to the new conventions for commenting out code.
7916
7917 2004-02-11 John Paul Wallington <jpw@gnu.org>
7918
7919 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
7920
7921 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
7922
7923 * diff.el (diff-switches): New fun.
7924 (diff, diff-backup): Use it.
7925 (diff): Clean up the args construction. Use backquote.
7926 Use listp instead of consp to avoid putting a nil arg.
7927 (diff): Add a revert-buffer function.
7928
7929 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7930
7931 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
7932 handled by x-dnd-handle-file-name.
7933 (x-dnd-known-types): Add COMPOUND_TEXT.
7934 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
7935 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
7936 x-dnd-empty-state.
7937 (x-dnd-forget-drop): Ditto.
7938 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
7939 (x-dnd-handle-one-url): Return private when inserting text.
7940 (x-dnd-insert-ctext): New function.
7941 (x-dnd-handle-file-name): New function for FILE_NAME.
7942 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
7943 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
7944 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
7945
7946 2004-02-10 Kenichi Handa <handa@m17n.org>
7947
7948 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
7949 instead of while loop.
7950
7951 2004-02-10 Miles Bader <miles@gnu.org>
7952
7953 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
7954
7955 2004-02-09 Kenichi Handa <handa@m17n.org>
7956
7957 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
7958 have end-of-line.
7959
7960 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7961
7962 * Makefile.in: Added extra dependencies in the recompile target
7963 needed to cope with the compile time macro expansions in CC Mode.
7964
7965 2004-02-09 Kim F. Storm <storm@cua.dk>
7966
7967 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
7968 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
7969 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
7970 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
7971 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
7972 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
7973 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
7974 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
7975 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
7976 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
7977 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
7978
7979 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
7980
7981 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
7982 Don't allow shrink if there's a window on our right.
7983
7984 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
7985 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
7986 Bring together declaration and initialization.
7987 (prolog-mode-variables): Don't set the syntax table.
7988 Don't set paragraph-start and comment-indent-function.
7989 Add /*..*/ to the comment regexps.
7990 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
7991 (prolog-mode-map): Don't bind TAB.
7992 (prolog-mode): Set the syntax table.
7993 (prolog-comment-indent): Remove.
7994 (inferior-prolog-mode-map): Initialize in the declaration.
7995 (inferior-prolog-mode-syntax-table)
7996 (inferior-prolog-mode-abbrev-table): New vars.
7997 (inferior-prolog-mode): Derive from comint-mode.
7998 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
7999 minibuffer windows.
8000
8001 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
8002 in file names, as long as it is unabmiguous.
8003
8004 2004-02-08 Andreas Schwab <schwab@suse.de>
8005
8006 * textmodes/reftex-toc.el
8007 (reftex-toc-load-all-files-for-promotion): Remove useless use of
8008 format. Doc fix.
8009
8010 * textmodes/refer.el (refer-find-entry-internal): Remove extra
8011 format string arguments.
8012
8013 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
8014 string argument.
8015
8016 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
8017
8018 * play/zone.el (zone-call): Fix format string.
8019
8020 * net/webjump.el (webjump-builtin): Add missing format string argument.
8021
8022 * midnight.el (midnight-delay-set): Remove extra format string argument.
8023
8024 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
8025
8026 * hexl.el (hexl-insert-char): Add missing format string argument.
8027
8028 * format.el (format-decode): Fix format string.
8029
8030 * emulation/vi.el (vi-mode): Remove extra format string argument.
8031 (vi-repeat-last-search): Likewise.
8032 (vi-reverse-last-search): Likewise.
8033 (vi-goto-mark): Likewise.
8034 (vi-reverse-last-find-char): Likewise.
8035 (vi-repeat-last-find-char): Likewise.
8036 (vi-locate-def): Likewise.
8037
8038 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
8039
8040 * ediff-util.el (ediff-toggle-read-only): Remove extra format
8041 string argument.
8042 (ediff-toggle-regexp-match): Likewise.
8043
8044 * dired-aux.el (dired-do-query-replace-regexp): Add missing
8045 format string argument.
8046
8047 * calc/calc-map.el (calc-get-operator): Remove extra format
8048 string argument.
8049
8050 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
8051
8052 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
8053 string argument.
8054
8055 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
8056
8057 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
8058
8059 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
8060
8061 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
8062 (cl-struct-setf-expander): Likewise.
8063
8064 * vc.el (with-vc-file): Fix unsafe uses of error.
8065 (vc-cancel-version): Likewise.
8066
8067 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
8068
8069 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
8070 thousands separator; fixes <class>:<line-number> regexp for
8071 non-english locales.
8072
8073 2004-02-08 Andreas Schwab <schwab@suse.de>
8074
8075 * view.el (view-mode-enable): Revert previous change.
8076
8077 2004-02-07 Kim F. Storm <storm@cua.dk>
8078
8079 * simple.el (line-number-at-pos): Rename from line-at-pos.
8080 Uses changed (what-line and vc-annotate-warp-version).
8081
8082 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8083
8084 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
8085 (diff-mode): Remove aborted attempt at support for compile.el.
8086 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
8087
8088 2004-02-06 Andreas Schwab <schwab@suse.de>
8089
8090 * view.el (view-mode-enable): Add view-mode-map to
8091 minor-mode-overriding-map-alist.
8092
8093 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8094
8095 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
8096
8097 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
8098
8099 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
8100 with point inside rather than after the paragraph.
8101
8102 2004-02-04 Sam Steingold <sds@gnu.org>
8103
8104 * mail/smtpmail.el (smtpmail-try-auth-methods):
8105 Do not try authentication when no mechanism is available.
8106 Pass port-name as defaultport to `netrc-machine'.
8107
8108 2004-02-04 Stephen Eglen <stephen@gnu.org>
8109
8110 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
8111 to show how minibuffer height can be constrained.
8112
8113 2004-02-04 John Paul Wallington <jpw@gnu.org>
8114
8115 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
8116
8117 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8118
8119 * x-dnd.el: New file for drag and drop.
8120
8121 * term/x-win.el: require x-dnd, set after-make-frame-functions
8122 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
8123 drag-n-drop event.
8124
8125 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
8126 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
8127 (dired-dnd-handle-file): New functions for drag and drop support.
8128 (dired-mode): Initialize drag and drop if x-dnd present.
8129
8130 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8131
8132 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
8133 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
8134 (cperl-mode): Set fill-paragraph-function.
8135 (cperl-fill-paragraph): Make it non-interactive.
8136
8137 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
8138
8139 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
8140
8141 2004-02-02 David Kastrup <dak@gnu.org>
8142
8143 * replace.el (perform-replace): Allow 'literal argument in
8144 regexp-flag to indicate literal replacement.
8145 (query-replace-regexp-eval): Use it.
8146
8147 2004-02-01 Andreas Schwab <schwab@suse.de>
8148
8149 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
8150
8151 2004-02-01 Stephen Eglen <stephen@gnu.org>
8152
8153 * info-look.el: Add support for maxima-mode. Update commentary
8154 because info-lookup-symbol is now bound to C-h S.
8155
8156 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
8157
8158 * simple.el (edit-and-eval-command): Bind print-level and
8159 minibuffer-history-sexp-flag around call to read-from-minibuffer.
8160 Correct initial position in command-history.
8161
8162 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
8163
8164 * files.el (read-directory-name): Adapt the docstring to recent
8165 change in Fread_file_name.
8166
8167 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
8168
8169 * ses.el (ses-print-cell): If print format too wide for column
8170 width, truncate decimal places if that helps to avoid "#####" fill.
8171 * ses.el (ses-initial-column-width): Revert previous change.
8172
8173 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
8174
8175 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
8176 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
8177 Add edebug info.
8178 (jit-lock-mode): Setup/cancel the new timer.
8179 (jit-lock-context-fontify): New fun. Extracted from
8180 context fontification code of jit-lock-stealth-fontify.
8181 (jit-lock-stealth-fontify): Don't do context fontification any more.
8182
8183 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
8184 (jit-lock-fontify-now): Handle the `quit' case.
8185 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
8186
8187 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
8188
8189 * progmodes/executable.el (executable-command-find-posix-p):
8190 New. Check if find handles arguments Posix-style.
8191
8192 * progmodes/grep.el (grep-compute-defaults):
8193 Use executable-command-find-posix-p.
8194 (grep-find): Check `grep-find-command'.
8195
8196 * filecache.el (file-cache-find-posix-p): Delete.
8197 (file-cache-add-directory-using-find):
8198 Use `executable-command-find-posix-p'.
8199
8200 2004-01-29 Dave Love <fx@gnu.org>
8201
8202 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
8203 Iterate the hook function if arg is given.
8204 (mark-defun, narrow-to-defun): Change order of finding the limits.
8205
8206 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
8207 (byte-compile-format-warn): New.
8208 (byte-compile-callargs-warn): Use it.
8209 (Format, message, error): Add byte-compile-format-like property.
8210 (byte-compile-maybe-guarded): New.
8211 (byte-compile-if, byte-compile-cond): Use it.
8212 (byte-compile-lambda): Compile interactive forms,
8213 just to make warnings about them.
8214
8215 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
8216
8217 * ses.el (ses-initial-column-width): Increase to 14, so it will
8218 work well with the default printer of "%.7g" for extreme values
8219 like "-1.234567e+07".
8220
8221 2004-01-29 Kenichi Handa <handa@m17n.org>
8222
8223 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
8224
8225 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
8226
8227 * dos-w32.el: Added support for the `default-printer-name' function.
8228
8229 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8230
8231 * server.el (server-socket-name): Don't use the hostname in the
8232 socket name since /tmp is local to the host anyway.
8233
8234 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
8235 robust check of widening and fix var-naming.
8236
8237 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
8238
8239 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
8240 or rmail-spam- to rsf- in all function and variable names.
8241 (rsf-min-region-to-spam-list): New variable.
8242 (rsf-bbdb-auto-delete-spam-entries): Rename from
8243 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
8244 scanned together with the recipients field for spam testing; Don't
8245 delete spam message if rmail-delete-after-output is non-nil;
8246 (rsf-check-field): New function, extracted from code in
8247 rmail-spam-filter to ease addition of header fields like
8248 content-type:;
8249 (message-content-type): New variable. The content-type: field was
8250 added also in defcustom of rsf-definitions-alist;
8251 (rmail-spam-filter): Replace repeated test code for header fields
8252 by calls to check-field; change the call to
8253 rmail-output-to-rmail-file such that rmail-current-message stays
8254 the same to avoid wrong deletion of unseen flags.
8255 (rmail-use-spam-filter): Add autoload cookie.
8256
8257 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
8258
8259 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
8260 (file-cache-add-directory-using-find): Add Cygwin support.
8261 (file-cache-find-command-posix-flag): New user variable.
8262
8263 * filecache.el (file-cache-add-directory): Check for
8264 directories an remove them from dir-files.
8265
8266 2004-01-27 Richard M. Stallman <rms@gnu.org>
8267
8268 * man.el (Man-fontify-manpage): Clean up message.
8269
8270 2004-01-27 Kenichi Handa <handa@m17n.org>
8271
8272 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
8273 (sentence-end): Define using sentence-end-without-space.
8274
8275 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
8276 a sentence ends with one of a character in sentence-end-without-space.
8277
8278 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
8279
8280 * font-lock.el (font-lock): Add jit-lock as explicit group member.
8281 (jit-lock): Group declaration moved to jit-lock.el.
8282 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
8283 when necessary.
8284
8285 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
8286 (jit-lock-context-unfontify-pos): Rename from
8287 jit-lock-first-unfontify-pos.
8288 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
8289
8290 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
8291
8292 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
8293 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
8294 (fortran-fill): When filling a string, adjust re-search-backward
8295 argument for special case of string just on fill-column.
8296 When filling non-string, allow one extra char if
8297 fortran-break-before-delimiters is non-nil.
8298 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
8299 Use fortran-break-delimiters-re and fortran-no-break-re to
8300 correctly handle cases such as "**".
8301
8302 * progmodes/f90.el (f90-break-delimiters): Doc fix.
8303 (f90-no-break-re): Add some extra tokens. Doc fix.
8304
8305 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
8306
8307 * mail/rmail-spam-filter.el:
8308 Use two semicolons as Commentary line prefix.
8309 Add ";;; Code:" stylized comment.
8310 Delete end-of-line whitespace.
8311 Wrap (require 'cl) with `eval-when-compile'.
8312
8313 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
8314
8315 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
8316 at the top level of vc.el.
8317
8318 2004-01-23 Andre Spiegel <spiegel@gnu.org>
8319
8320 * vc.el (vc-current-line): Function removed. This is now done by
8321 the new function line-at-pos in simple.el.
8322 (vc-annotate-warp-version): Use line-at-pos instead of
8323 vc-current-line.
8324
8325 2004-01-22 Kim F. Storm <storm@cua.dk>
8326
8327 * simple.el (line-at-pos): New defun.
8328 (what-line): Use it. Optimize by only counting lines in narrowed
8329 region once.
8330
8331 2004-01-22 Kenichi Handa <handa@m17n.org>
8332
8333 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
8334 point (register r1) only for charset mule-unicode-0100-24ff.
8335
8336 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
8337
8338 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
8339 trailing white space and ensure a final newline.
8340
8341 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
8342 Add autoload cookie.
8343
8344 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
8345
8346 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
8347 activate view-mode explicitly.
8348
8349 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8350
8351 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
8352 use clipboard first.
8353
8354 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8355
8356 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
8357 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
8358 (vc-mcvs-cvs): Remove.
8359 (vc-mcvs-command): Remove use of assert.
8360
8361 * outline.el (outline-insert-heading): Tighten up match.
8362 (outline-demote, outline-move-subtree-down): Don't assume anything
8363 about outline-regexp.
8364
8365 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
8366 (texinfo-show-structure): Explicitly add ^, and simplify.
8367
8368 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8369
8370 * calendar/appt.el (appt-check): Restore usage of
8371 appt-issue-message deleted in previous change.
8372 (top-level): Activate package when loaded (needed for backwards
8373 compatibility).
8374
8375 2004-01-20 Jesper Harder <harder@ifa.au.dk>
8376
8377 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
8378 following previous change to smtpmail-send-data.
8379
8380 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
8381
8382 * vc.el (vc-default-previous-version): Doc enhancement.
8383 (vc-default-next-version): New function.
8384 (vc-print-log): New arg FOCUS-REV.
8385 (vc-annotate-mode): Derive from view-mode.
8386 (vc-annotate): New args REVISION, DISPLAY-MODE.
8387 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
8388 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
8389 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
8390 (vc-annotate-show-diff-revision-at-line, vc-current-line)
8391 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
8392
8393 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
8394
8395 2004-01-19 Karl Berry <karl@gnu.org>
8396
8397 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
8398 or "TexInfo".
8399
8400 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
8401
8402 * subr.el (delete-dups): New function.
8403
8404 2004-01-19 Karl Berry <karl@gnu.org>
8405
8406 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
8407 with ^, since that's what texinfo-show-structure
8408 documentation says (plus it works much better in texinfo.txi).
8409
8410 2004-01-18 Jesper Harder <harder@ifa.au.dk>
8411
8412 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
8413
8414 2004-01-18 David Ponce <david@dponce.com> (tiny change)
8415
8416 * progmodes/which-func.el (which-function-mode): Don't cancel
8417 which-func-update-timer if not set.
8418
8419 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
8420
8421 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
8422 Remove spurious left square bracket in XX:XXam regexp.
8423
8424 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
8425
8426 * progmodes/cc-defs.el: Do not require cl at run time.
8427
8428 2004-01-16 Richard M. Stallman <rms@gnu.org>
8429
8430 * emacs-lisp/cl.el (cl-cannot-unload): New function.
8431 (cl-unload-hook): Defvar this to run cl-cannot-unload.
8432
8433 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
8434 Call rmail-spam-filter. Delete and expunge spam.
8435 Print number of spam messages deleted.
8436 Save and restore the deletion status of old messages when reading
8437 new mail with spam filter, so that expunging spam does not expunge
8438 msgs deleted by the user.
8439 (rmail-only-expunge): Add an optional argument dont-show to
8440 prevent showing message after expunge.
8441
8442 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8443
8444 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
8445 * subr.el (declare): New macro.
8446
8447 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
8448
8449 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
8450
8451 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
8452
8453 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8454 Test window-system rather than system-type (for X11/Mac).
8455
8456 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
8457
8458 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
8459
8460 2004-01-12 Richard M. Stallman <rms@gnu.org>
8461
8462 * mail/rmail.el (rmail-convert-to-babyl-format):
8463 Use mail-unquote-printable-region.
8464 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
8465 (rmail-hex-char-to-integer): Functions deleted.
8466
8467 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
8468 (mail-unquote-printable-region): New arg NOERROR.
8469 For invalid encoding, either signal an error to just return nil.
8470
8471 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8472
8473 * calendar/appt.el: Update copyright and commentary.
8474 (appt-issue-message): Make obsolete.
8475 (appt-visible, appt-msg-window): Make obsolete, in favour of
8476 appt-display-format.
8477 (appt-display-mode-line, appt-display-duration)
8478 (appt-display-diary, appt-time-msg-list, appt-mode-string)
8479 (appt-prev-comp-time, appt-display-count, appt-timer)
8480 (appt-convert-time): Doc change.
8481 (appt-disp-window-function, appt-delete-window-function):
8482 Use defcustom rather than defvar.
8483 (appt-display-format): New variable.
8484 (appt-display-message): New function with display code from appt-check.
8485 (appt-check): Add optional FORCE argument. Doc change.
8486 Add appt-make-list to diary-hook if displaying diary.
8487 Remove checking of view-diary-entries-initially.
8488 Message display section removed to new function appt-display-message.
8489 (appt-display-window): Doc change. Remove unused internal var
8490 this-buffer. Do not beep, since appt-display-message does that.
8491 (appt-make-list): Doc change. Use caar.
8492 (appt-sort-list): Simplify by using builtin sort function.
8493 (appt-update-list): New function for updating appts when diary is
8494 saved.
8495 (appt-activate): New autoloaded function to toggle package
8496 functionality.
8497
8498 * calendar/cal-x.el: (calendar-one-frame-setup)
8499 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
8500
8501 * calendar/calendar.el: Update copyright.
8502 (view-diary-entries-initially, european-calendar-style): Doc change.
8503 (calendar-setup): Make defcustom rather than defvar.
8504 (mark-visible-calendar-date): Initialize temp-face and faceinfo
8505 in let binding so local to function.
8506
8507 * calendar/diary-lib.el: Update copyright.
8508 (diary, diary-entry-time): Doc change.
8509 (list-diary-entries): Doc change. Trivial logic change.
8510 (fancy-diary-display): Restore make-face command mistakenly
8511 deleted 2003-05-08.
8512 (show-all-diary-entries): Allow to pop-up frame if needed.
8513
8514 2004-01-09 John Paul Wallington <jpw@gnu.org>
8515
8516 * bindings.el (mode-line-change-eol): Add EVENT parameter.
8517 Temporarily select EVENT's window for changing eol type.
8518
8519 2004-01-09 Deepak Goel <deego@gnufans.org>
8520
8521 * calendar/diary-lib.el (diary-entry-time):
8522 Also accept time in the form XX[.XX][am/pm/AM/PM].
8523 (fancy-diary-font-lock-keywords): Likewise.
8524 (diary-font-lock-keywords): Likewise.
8525 * calendar/appt.el (appt-add): Likewise.
8526 (appt-make-list): Likewise.
8527 (appt-convert-time): Likewise.
8528
8529 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
8530
8531 * gdb-ui.el (gdb-ann3): Revert previous change.
8532 (gdb-source-info): Allow for case of where compilation directory
8533 is not recorded.
8534
8535 2004-01-08 John Paul Wallington <jpw@gnu.org>
8536
8537 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
8538
8539 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
8540
8541 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
8542
8543 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
8544 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
8545 problems.
8546 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
8547
8548 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8549
8550 * files.el (write-file-functions, write-contents-functions):
8551 Clarify docstrings.
8552
8553 2004-01-07 Kenichi Handa <handa@m17n.org>
8554
8555 * international/mule.el (set-auto-coding): Fix for the case that
8556 end-of-line is only CR.
8557
8558 2004-01-07 Kim F. Storm <storm@cua.dk>
8559
8560 * subr.el (event-start, event-end): Doc fix.
8561 (posn-string, posn-image): New defuns.
8562 (posn-object): Return either image or string object.
8563 (posn-object-x-y): Return 8th element of position.
8564 (posn-object-width-height): New defun.
8565
8566 2004-01-06 Andreas Schwab <schwab@suse.de>
8567
8568 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
8569 output.
8570
8571 2004-01-05 Karl Berry <karl@gnu.org>
8572
8573 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
8574 / and *, too.
8575
8576 2003-12-31 Simon Josefsson <jas@extundo.com>
8577
8578 * files.el (before-save-hook): Add.
8579 (basic-save-buffer): Use before-save-hook.
8580
8581 * emacs-lisp/copyright.el: Fix comment to recommend
8582 before-save-hook instead of write-file-functions.
8583
8584 2004-01-05 Richard M. Stallman <rms@gnu.org>
8585
8586 * finder.el (finder-commentary): Call delete-other-windows.
8587
8588 * net/ange-ftp.el (ange-ftp-file-attributes):
8589 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
8590
8591 2004-01-04 Karl Berry <karl@gnu.org>
8592
8593 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
8594 comment characters % and # in the copyright year notice,
8595 as well as ;.
8596
8597 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
8598
8599 * wid-edit.el (default): Define dummy :value-delete.
8600 Reported by Jesper Harder <harder@ifa.au.dk>.
8601
8602 2004-01-03 Richard M. Stallman <rms@gnu.org>
8603
8604 * progmodes/compile.el (compile-internal): Use point, not point-min,
8605 for set-window-point.
8606
8607 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
8608
8609 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
8610
8611 * progmodes/grep.el (grep-mode-map):
8612 Don't remap next-line, previous-line.
8613
8614 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
8615
8616 * speedbar.el (speedbar-edit-line): Change regexp to position
8617 the cursor on the first character of this line's button.
8618
8619 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8620
8621 * subr.el (functionp): Doc fix.
8622
8623 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
8624
8625 * progmodes/idlwave.el (idlwave-make-tags):
8626 * textmodes/flyspell.el (flyspell-large-region):.
8627 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
8628 * emulation/viper-util.el (viper-glob-unix-files):
8629 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
8630 * man.el (Man-init-defvars):
8631 * jka-compr.el (jka-compr-call-process):
8632 * files.el (get-free-disk-space,insert-directory):
8633 * ediff-ptch.el (ediff-test-patch-utility):
8634 * ediff-diff.el (ediff-test-utility):
8635 * dired-aux.el (dired-check-process):
8636 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
8637 test the return value of call-process, because it can be a string.
8638
8639 2003-12-31 John Paul Wallington <jpw@gnu.org>
8640
8641 * bindings.el (completion-ignored-extensions): Add .pfsl.
8642
8643 2003-12-31 Kim F. Storm <storm@cua.dk>
8644
8645 * ido.el (ido-nonreadable-directory-p): New defun to check for
8646 nonreadable directory without activating tramp (to avoid problems
8647 with checking incomplete tramp paths).
8648 (ido-set-current-directory, ido-file-internal)
8649 (ido-file-name-all-completions1): Use it.
8650
8651 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8652
8653 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
8654 documentation if the anchor (or node) name is preceded by `info
8655 anchor' or `Info anchor' in addition to earlier `info node' and
8656 `Info node'.
8657 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
8658
8659 2003-12-30 Eli Zaretskii <eliz@gnu.org>
8660
8661 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
8662 error in arguments to base64-decode-region. Remove ^M characters
8663 after decoding base64.
8664
8665 2003-12-30 Simon Josefsson <jas@extundo.com>
8666
8667 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
8668 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
8669 have only been distributed with Emacs for some years.
8670 (texinfo-mode-hook): Customize.
8671
8672 2003-12-30 Eli Zaretskii <eliz@gnu.org>
8673
8674 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
8675 cleaner (suggested by Richard Stallman).
8676
8677 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
8678 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
8679 file-name clashes on 8+3 DOS filesystems.
8680
8681 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
8682 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
8683 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
8684 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
8685 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
8686 file-name clashes on 8+3 filesystems.
8687
8688 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
8689 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
8690 file-name clashes on 8+3 DOS filesystems.
8691
8692 2003-12-29 Richard M. Stallman <rms@gnu.org>
8693
8694 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
8695 Upcase the character.
8696
8697 * textmodes/flyspell.el (mail-mode-flyspell-verify):
8698 Search for header separator alone on a line, literally,
8699 and search for it backward, not forward.
8700 (flyspell-abbrev-table): Always use global-abbrev-table
8701 if there is no local one.
8702
8703 * progmodes/sh-script.el (sh-get-indent-info):
8704 Don't move point back if at bob.
8705
8706 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
8707
8708 * play/handwrite.el (handwrite): Make the handwrite credit message
8709 a comment rather than an output command.
8710
8711 * obsolete/sc.el: Display message that this file is obsolete.
8712
8713 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
8714
8715 * mail/rfc822.el (rfc822-address-start): Declare variable.
8716 Renamed from address-start. All uses changed.
8717
8718 * term.el (term-exec): Set up sentinel.
8719 (term-sentinel): New function.
8720 (term-handle-exit): New function.
8721
8722 * subr.el (assoc-ignore-case, assoc-ignore-representation):
8723 Use assoc-string, and mark them obsolete.
8724 (delay-mode-hooks): Mark as permanent local.
8725
8726 * simple.el (sendmail-user-agent-compose): Use assoc-string.
8727
8728 * register.el (copy-rectangle-to-register): Doc fix.
8729
8730 * info.el (Info-insert-dir): Use assoc-string.
8731
8732 * info-look.el (info-lookup): Use assoc-string.
8733
8734 * frame.el (pop-up-frame-function): Use quote, not `function'.
8735 (frame-notice-user-settings): Calculate ADJUSTED-TOP
8736 copying with lists as coordinate values.
8737
8738 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
8739
8740 * find-dired.el (kill-find): New command.
8741 (find-dired): Make buffer read-only.
8742 Set up a keymap with C-c C-k running kill-find.
8743 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
8744
8745 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
8746
8747 * filecache.el (file-cache-ignore-case): New variable.
8748 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
8749
8750 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
8751 (comint-dynamic-complete-as-filename): Rename local vars.
8752 (comint-dynamic-list-filename-completions): Likewise.
8753
8754 * comint.el (comint-dynamic-list-completions-config): New var.
8755 (comint-dynamic-list-completions): Handle both SPC and TAB right.
8756
8757 * comint.el (comint-file-name-chars): Add [].
8758 (comint-word): Use skip-chars-backward, not search.
8759
8760 * shell.el (shell-file-name-chars): Add [].
8761
8762 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
8763
8764 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
8765
8766 * generic.el (define-generic-mode): Doc fix.
8767
8768 2003-12-29 Eli Zaretskii <eliz@gnu.org>
8769
8770 * files.el (kill-some-buffers): Doc fix.
8771
8772 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
8773
8774 * comint.el (comint-watch-for-password-prompt): Pass `string' as
8775 arg to send-invisible
8776 (send-invisible): Doc fix. The argument is now a prompt, not the
8777 string to send.
8778 (comint-read-noecho): Doc fix.
8779
8780 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
8781
8782 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
8783 "@", as required by some ISP hosting service. Fix defcustom
8784 argument syntax errors that prevented use of customization.
8785
8786 2003-12-29 Eli Zaretskii <eliz@gnu.org>
8787
8788 * xml.el (xml-get-attribute-or-nil): Doc fix.
8789
8790 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
8791
8792 * net/zone-mode.el (zone-mode): Use write-file-functions, not
8793 write-file-hooks.
8794
8795 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
8796
8797 * autorevert.el (auto-revert-interval): Doc fix.
8798
8799 2003-12-29 Mark A. Hershberger <mah@everybody.org>
8800
8801 * xml.el (xml-get-attribute-or-nil): New function, like
8802 xml-get-attribute, but returns nil if the attribute was not found.
8803 (xml-get-attribute): Convert to defsubst, uses
8804 xml-get-attribute-or-nil.
8805
8806 2003-12-29 Eli Zaretskii <eliz@gnu.org>
8807
8808 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
8809
8810 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
8811
8812 * custom.el (custom-declare-theme): Use `value' when putting
8813 properties on `theme'.
8814
8815 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
8816
8817 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
8818 for each yank-handler segment.
8819 (insert-for-yank-1): New function, with the body of the previous
8820 insert-for-yank.
8821
8822 * textmodes/table.el (table-yank-handler): New defcustom.
8823 (table--put-cell-indicator-property): Put yank-handler property
8824 that indicates the yank handler for the table cell.
8825
8826 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8827
8828 * generic-x.el (etc-modules-conf-generic-mode): A more complete
8829 set of keywords.
8830
8831 2003-12-29 Eli Zaretskii <eliz@gnu.org>
8832
8833 * international/mule-cmds.el (reset-language-environment)
8834 (set-language-environment): Don't invoke fontset-related functions
8835 if fontset-list is not fboundp.
8836
8837 2003-12-29 Kenichi Handa <handa@m17n.org>
8838
8839 * international/mule-cmds.el (reset-language-environment):
8840 Call set-overriding-fontspec-internal with nil.
8841 (set-language-environment): Call set-overriding-fontspec-internal
8842 if the language environment specify `overriding-fontspec'.
8843 (language-info-alist): Doc added.
8844
8845 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
8846 characters of mule-unicode-0100-24ff.
8847 (ccl-encode-windows-1251-font): New CCL program.
8848 ("Bulgarian"): Specify overriding-fontspec.
8849 ("Belarusian"): Likewise.
8850
8851 2003-12-28 Sam Steingold <sds@gnu.org>
8852
8853 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
8854 parameter ID-FORMAT to conform with the 2003-11-30 patch.
8855
8856 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
8857
8858 * progmodes/gud.el (gud-gdb-command-name): Set default to
8859 "gdb --annotate=3".
8860 (gud-gdb-marker-filter): Look out for annotations.
8861 (gdb-first-pre-prompt): New variable.
8862 Remove trailing white space.
8863
8864 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
8865 if necessary.
8866 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
8867 annotations are detected.
8868 (gud-gdba-marker-filter): Use global variable gud-marker-acc
8869 instead of a local one to allow transition from
8870 gud-gdb-marker-filter.
8871 Remove trailing white space.
8872
8873 2003-12-27 Kim F. Storm <storm@cua.dk>
8874
8875 * ido.el: Handle non-readable directories.
8876 (ido-decorations): Add 9th element for non-readable directory.
8877 (ido-directory-nonreadable): New dynamic var.
8878 (ido-set-current-directory): Set it.
8879 (ido-read-buffer, ido-file-internal):
8880 (ido-read-file-name, ido-read-directory-name): Let-bind it.
8881 (ido-file-name-all-completions1): Return empty list for
8882 non-readable directory.
8883 (ido-exhibit): Print [Not readable] if directory is not readable.
8884 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
8885 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
8886 Use it.
8887
8888 2003-12-27 Lars Hansen <larsh@math.ku.dk>
8889
8890 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
8891 calls to directory-files-and-attributes and file-attributes.
8892 (ls-lisp-format): Remove system dependent handling of user and
8893 group id's.
8894
8895 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
8896
8897 * ffap.el (ffap-read-file-or-url): Revert previous change.
8898
8899 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
8900
8901 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
8902 new list of included files called `files-with-node-lines', that
8903 only have node lines. This way @include commands can include any
8904 file, such as version and update files without node lines, not
8905 just files that are chapters.
8906
8907 2003-12-25 Andreas Schwab <schwab@suse.de>
8908
8909 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
8910 file not found.
8911
8912 2003-12-08 Miles Bader <miles@gnu.org>
8913
8914 * dired.el (dired-between-files): Always use dired-move-to-filename,
8915 which is more robust in non-english locales.
8916
8917 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8918
8919 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
8920
8921 2003-12-24 Andreas Schwab <schwab@suse.de>
8922
8923 * shell.el (shell-file-name-quote-list): Add backslash.
8924
8925 * comint.el (comint-quote-filename): Correctly handle backslash
8926 in comint-file-name-quote-list.
8927
8928 2003-12-24 Kenichi Handa <handa@m17n.org>
8929
8930 * international/mule-cmds.el (set-default-coding-systems):
8931 Call ucs-set-table-for-input for all buffers that don't have local
8932 value of buffer-file-coding-system.
8933
8934 * international/ucs-tables.el (ucs-set-table-for-input):
8935 If translation-table-for-encode is a symbol, get its
8936 translation-table property.
8937
8938 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
8939
8940 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
8941 to `completing-read' on a recently fixed bug.
8942
8943 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
8944 instead of SPACE, to get the list of possible fringe modes.
8945 SPACE only works if both `partial-completion-mode' and
8946 `completion-auto-help' are nil.
8947
8948 * complete.el (PC-is-complete-p): Delete.
8949 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
8950 calls to `test-completion'.
8951
8952 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
8953
8954 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
8955 to edit values when there are no children.
8956
8957 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
8958 a mode called "Assembler" already exists.
8959 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
8960 (gud-watch): Use format option. Remove font properties from string.
8961 (gdb-var-create-handler, gdb-var-list-children-handler):
8962 Don't bother about properties as there are none.
8963 (gdb-var-create-handler, gdb-var-list-children-handler)
8964 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
8965 with two arguments.
8966 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
8967 Let speedbar show value changes with a different font.
8968 (gdb-edit-value): New defun.
8969 (gdb-clear-partial-output, gdb-clear-inferior-io)
8970 (def-gdb-auto-update-handler): Use erase-buffer.
8971 (gdb-frame-handler): Display watch expressions in
8972 FUNCTION::VARIABLE format if required.
8973
8974 2003-12-23 John Paul Wallington <jpw@gnu.org>
8975
8976 * info.el (Info-unescape-quotes, Info-split-parameter-string)
8977 (Info-goto-emacs-command-node): Doc fixes.
8978
8979 2003-12-12 Jesper Harder <harder@ifa.au.dk>
8980
8981 * cus-edit.el (custom-add-parent-links): Define "many".
8982
8983 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
8984
8985 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
8986 (widget-child-validate, widget-type-value-create)
8987 (widget-type-default-get, widget-type-match): New functions.
8988 (lazy): New widget.
8989 (menu-choice, checklist, radio-button-choice, editable-list)
8990 (group, documentation-string): Remove redundant (per 2003-10-25
8991 change) calls to `widget-children-value-delete'.
8992 (widget-choice-value-get, widget-choice-value-inline): Remove.
8993 (menu-choice): Update widget.
8994
8995 2003-12-03 Kenichi Handa <handa@m17n.org>
8996
8997 * language/cyrillic.el: Register "microsoft-cp1251" in
8998 ctext-non-standard-encodings-alist.
8999 ("Bulgarian"): Add ctext-non-standard-encodings.
9000 ("Belarusian"): Likewise.
9001
9002 * international/mule-conf.el (compound-text-with-extensions):
9003 Change the type to 2 (iso-2022 base).
9004
9005 * international/mule.el (ctext-non-standard-encodings-alist):
9006 Change the format.
9007 (ctext-non-standard-encodings): New variable.
9008 (ctext-post-read-conversion): Fully re-written.
9009 (ctext-non-standard-designations-alist): Delete it.
9010 (ctext-non-standard-encodings-table): New function.
9011 (ctext-pre-write-conversion): Fully re-written.
9012
9013 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9014
9015 * cus-edit.el (custom-add-parent-links): Add documentation links
9016 for parent, if the item has none of its own.
9017
9018 2003-11-30 Richard M. Stallman <rms@gnu.org>
9019
9020 * dired-aux.el (dired-do-query-replace-regexp):
9021 Report files visited read-only.
9022
9023 2003-11-30 Juri Linkov <juri@jurta.org>
9024
9025 * dired-aux.el (dired-compare-directories): New command.
9026 (dired-file-set-difference, dired-files-attributes): New functions.
9027
9028 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
9029 Version 2.0.38 of Tramp released.
9030
9031 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
9032 Charles Curley <charlescurley@charlescurley.com>.
9033 (tramp-multi-connection-function-alist): Add ssht entry which adds
9034 "-e none -t -t" to the list of ssh args. Suggested by Adrian
9035 Aichner.
9036 (tramp-get-method-parameter): New function to retrieve a method
9037 parameter. This allows for omission of method parameters.
9038 Callers adjusted.
9039
9040 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
9041
9042 * net/tramp.el: Add new optional parameter ID-FORMAT to
9043 `file-attributes'. Calls of `file-attributes' won't use this
9044 parameter for backward compatibility reasons.
9045 (tramp-perl-file-attributes): Add a new parameter to Perl script
9046 in order to handle uid/gid as strings, if desired.
9047 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
9048 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
9049 order to make the function more general.
9050 (tramp-handle-file-attributes): Replace proprietary optional
9051 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
9052 (tramp-handle-file-attributes-with-perl): Handle parameter
9053 NONNUMERIC if set. This wasn't done in the past.
9054 (tramp-post-connection): Apply second parameter "$2" if
9055 `tramp-remote-perl' is called.
9056
9057 * net/tramp-smb.el (tramp-smb-handle-delete-file):
9058 Correct cut'n'waste error (`filename' instead of `directory').
9059 (tramp-smb-handle-directory-files-and-attributes)
9060 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
9061 introduced parameter ID-FORMAT.
9062 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
9063 error (`directory' instead of `ldir').
9064
9065 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
9066 `file-attributes' has a second parameter. If yes, apply it with
9067 value "'integer". Otherwise, don't use that parameter (default is
9068 integer format).
9069
9070 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9071
9072 * help.el (help-map): Bind `display-local-help' to `C-h .'.
9073 (help-for-help): Add `C-h .' to the listed Help options.
9074 Remove trailing whitespace.
9075
9076 * help-at-pt.el: New file.
9077
9078 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
9079
9080 * subr.el (noreturn, 1value): New macros for test coverage.
9081 See `testcover.el'.
9082
9083 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
9084
9085 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
9086 for macro `1value'.
9087 (testcover-1value): New function. Checks that a 1value form
9088 actually returns only one value. Requested by RMS.
9089
9090 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
9091
9092 * gdb-ui.el (gud-watch, gdb-var-create-handler)
9093 (gdb-var-list-children, gdb-var-list-children-handler)
9094 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
9095 gdb commands that use mi to keep them out of the command history.
9096
9097 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9098
9099 * cus-start.el (all): Add use-file-dialog.
9100
9101 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9102
9103 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
9104
9105 2003-11-27 Kim F. Storm <storm@cua.dk>
9106
9107 * subr.el (posn-object-x-y): New defun.
9108
9109 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9110
9111 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
9112 Don't use `space' for \\\n.
9113 Be more selective as to which # are comment-starters.
9114
9115 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
9116
9117 * subr.el (number-sequence): Improve handling of floating point
9118 arguments (suggested by Kim Storm). Allow negative arguments.
9119
9120 2003-11-26 Kenichi Handa <handa@m17n.org>
9121
9122 * international/mule-cmds.el (standard-display-european-internal):
9123 Cancel the standard-display-table setting for ` and '.
9124
9125 2003-11-26 Kim F. Storm <storm@cua.dk>
9126
9127 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
9128 New defcustoms to add ffap-like functionality to ido.
9129 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
9130 (ido-no-final-slash): New defun.
9131 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
9132 (ido-read-file-name): ): Toggle VC checking via
9133 vc-handled-backends instead of vc-master-templates.
9134 (ido-file-internal): Handle ido-use-url-at-point and
9135 ido-use-filename-at-point via code borrowed from ffap-guesser.
9136 Handle new ido-exit code ffap.
9137 (ido-sort-list): Ignore final slash when sorting file names.
9138
9139 2003-11-25 Kim F. Storm <storm@cua.dk>
9140
9141 * emulation/cua-base.el (cua--standard-movement-commands):
9142 Add forward-sentence and backward-sentence.
9143
9144 2003-11-25 Stephen Eglen <stephen@gnu.org>
9145
9146 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
9147 iswitchb-exit is set to 'usefirst when user selects buffer at head
9148 of list using RET. (Selecting buffers at the head of the list was
9149 broken if the substring was also a complete buffername.)
9150
9151 2003-11-23 Kim F. Storm <storm@cua.dk>
9152
9153 * progmodes/compile.el (grep-command, grep-use-null-device)
9154 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
9155 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
9156 (grep-regexp-alist, grep-program, find-program)
9157 (grep-find-use-xargs, grep-history, grep-find-history)
9158 (grep-process-setup, grep-compute-defaults)
9159 (grep-default-command, grep, grep-tag-default, grep-find)
9160 (grep-expand-command-macros, grep-tree-last-regexp)
9161 (grep-tree-last-files, grep-tree): Move grep variables, functions
9162 and commands to new file grep.el.
9163 (compilation-mode-map): Remove grep commands from Compile sub-menu.
9164 (compilation-process-setup-function): Doc fix.
9165 (compilation-highlight-regexp, compilation-highlight-overlay): New
9166 defvars used for highlighting current compile error in source buffer.
9167 (compile-internal): New optional args HIGHLIGHT-REGEXP and
9168 LOCAL-MAP which overrides compilation-highlight-regexp and
9169 compilation-mode-map for this compilation.
9170 Delay calling compilation-set-window-height until after running
9171 compilation-process-setup-function so it can buffer-local override
9172 compilation-window-height.
9173 Check buffer-local value of compilation-scroll-output.
9174 (compilation-set-window-height): Use buffer-local value of
9175 compilation-window-height.
9176 (compilation-revert-buffer): Don't pass (undefined)
9177 preserve-modes arg to revert-buffer.
9178 (next-error-no-select, previous-error-no-select): New commands.
9179 (compilation-goto-locus): Temporarily highlight current match in
9180 source buffer using compilation-highlight-regexp.
9181
9182 * progmodes/grep.el: New file with grep code from compile.el.
9183 (grep): New defcustom group.
9184 (grep-window-height): New defcustom, like compilation-window-height.
9185 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
9186 (grep-scroll-output): New defcustom, like compilation-scroll-output.
9187 (grep-command, grep-use-null-device, grep-find-command)
9188 (grep-tree-files-aliases, grep-tree-ignore-case)
9189 (grep-tree-ignore-CVS-directories): Move to grep custom group.
9190 (grep-setup-hook): New hook variable.
9191 (grep-mode-map): New keymap for grep commands. Add Grep menu.
9192 (grep-last-buffer): New defvar, override compilation-last-buffer.
9193 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
9194 Call compile-internal with args highlight-regexp and grep-mode-map.
9195
9196 2003-11-23 Kim F. Storm <storm@cua.dk>
9197
9198 * subr.el (event-start, event-end): Doc fix.
9199 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
9200 (posn-area, posn-actual-col-row, posn-object): New defuns.
9201 (posn-col-row): Simplify doc. Rewrite to use cond.
9202 (posn-point): Also return buffer position for events outside text
9203 area (that info is now present in the event position).
9204
9205 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
9206 mouse-set-point so that hscroll still works now that clicks on
9207 fringes generate specific mouse events.
9208 (mouse-set-point): Note that it now works in fringes and margins
9209 too due to new semantics of posn-point in fringes and margins.
9210
9211 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
9212 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
9213
9214 2003-11-20 Kim F. Storm <storm@cua.dk>
9215
9216 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
9217 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
9218 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
9219 to 100 for icons to avoid increasing line height when shown.
9220
9221 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
9222
9223 * newcomment.el (comment-normalize-vars): Initialize properly if
9224 comment-start was nil.
9225
9226 2003-11-19 Andreas Schwab <schwab@suse.de>
9227
9228 * simple.el (set-variable): Fix indentation.
9229
9230 2003-11-17 Kenichi Handa <handa@m17n.org>
9231
9232 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
9233 Fix docstring.
9234
9235 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
9236
9237 * international/latin1-disp.el (latin1-display): Fix docstring.
9238
9239 2003-11-16 John Wiegley <johnw@newartisans.com>
9240
9241 * eshell/em-ls.el (eshell-ls-file): There are times with
9242 size-width is nil and uncomputed (when directories are created in
9243 dired, for example); in this case, 4 is reasonable default value,
9244 although it may caused skewed new entries (which could be avoided
9245 by returning the original value of 8 in all cases, but 99% of the
9246 time this is a waste of whitespace).
9247
9248 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9249
9250 * cc-engine.el (c-guess-continued-construct)
9251 (c-guess-basic-syntax): Check a little more carefully if it's a
9252 function declaration when an unknown construct followed by a block
9253 is found inside a statement context. This avoids macros followed
9254 by blocks to be taken as function declarations.
9255
9256 (c-guess-continued-construct): Change the analysis of a statement
9257 continuation with a brace open to `substatement-block', for
9258 consistency with recognized statements.
9259
9260 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
9261 start is in a position so that `c-beginning-of-statement-1' jumped
9262 to the beginning of the same statement.
9263
9264 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
9265 Don't accept binary operators in the arglist if we're in a function
9266 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
9267 template recognition in cases like "if (a < b || c > d)".
9268
9269 (c-restricted-<>-arglists): New more appropriate name for
9270 `c-disallow-comma-in-<>-arglists'.
9271
9272 Accessing functions updated for the variable name change.
9273
9274 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
9275 match data could get clobbered if NOT-INSIDE-TOKEN is used.
9276
9277 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
9278 labels.
9279
9280 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
9281 instead of duplicating parts of it. This fixes bogus label
9282 recognition.
9283
9284 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
9285 of checking the context in which to apply the minimum indentation,
9286 so that it isn't enforced in e.g. namespace blocks.
9287
9288 * cc-vars.el (c-inside-block-syms): New constant used by
9289 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
9290 to somewhat reduce the risk of becoming stale.
9291
9292 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
9293 cc-cmds to cc-engine to allow use from cc-align.
9294
9295 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
9296 qualified identifiers containing "::".
9297
9298 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
9299 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
9300
9301 * cc-vars.el (c-emacs-features): Use a space in front of the name
9302 of the temporary buffer. That also avoids dumping problems in
9303 XEmacs due to undo info being left around after the buffer is killed.
9304
9305 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
9306 arglist to see if it's a K&R style declaration.
9307
9308 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
9309 before returning `knr-argdecl-intro'.
9310
9311 2003-11-16 John Wiegley <johnw@newartisans.com>
9312
9313 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
9314 field in a long-listing always 8 characters, use `size-width',
9315 which has already been computed.
9316
9317 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9318
9319 * subr.el (minor-mode-list): Add `hs-minor-mode'.
9320
9321 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
9322
9323 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
9324 Support operation while narrowed, with `diff-restrict-view'.
9325
9326 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
9327
9328 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9329 Take additional optional arg NARROWFUN. For the generated functions:
9330 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
9331 include frags that arrange to check for and save narrowing state before
9332 the move and then conditionally call NARROWFUN after the move.
9333
9334 2003-11-14 John Wiegley <johnw@newartisans.com>
9335
9336 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
9337 that was optional, but obviously missing based on surrounding code.
9338
9339 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
9340 string arguments to numbers unless the whole argument was seen as
9341 a number.
9342
9343 2003-11-14 Kenichi Handa <handa@m17n.org>
9344
9345 * international/mule.el (ctext-non-standard-encodings-alist):
9346 Fix coding systems.
9347
9348 2003-11-10 Kenichi Handa <handa@m17n.org>
9349
9350 * language/kannada.el ("Kannada"): Add sample-text.
9351
9352 * language/knd-util.el (kannada-compose-region)
9353 (kannada-compose-string, kannada-post-read-conversion):
9354 Add autoload cookie.
9355
9356 * international/quail.el (quail-completion): Change the message
9357 "corresponding translations" to "corresponding characters".
9358
9359 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
9360
9361 * descr-text.el (describe-char): Fix typo.
9362
9363 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
9364
9365 These changes are to support Kannada language/script.
9366
9367 * Makefile.in (DONTCOMPILE): Add kannada.el.
9368
9369 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
9370
9371 * loadup.el: Preload kannada.el.
9372
9373 * language/ind-util.el (ucs-kannada-to-is13194-alist)
9374 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
9375 New variables.
9376
9377 * language/kannada.el: New file.
9378
9379 * language/knd-util.el: New file.
9380
9381 2003-11-07 Andreas Schwab <schwab@suse.de>
9382
9383 * progmodes/autoconf.el (autoconf-font-lock-keywords):
9384 Also highlight AH_*.
9385
9386 * xml.el (xml-parse-dtd): Fix misplaced paren.
9387
9388 2003-11-07 Kenichi Handa <handa@m17n.org>
9389
9390 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
9391
9392 2003-11-05 Juri Linkov <juri@jurta.org>
9393
9394 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
9395 (desktop-buffer-file): Use saved buffer-file-coding-system
9396 for file reading. Set auto-insert to nil to prevent automatic
9397 insertion into restored empty files.
9398
9399 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9400
9401 * files.el (risky-local-variable-p): Make second argument optional.
9402
9403 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9404
9405 * subr.el (add-hook): Fix last change.
9406
9407 2003-11-03 Eli Zaretskii <eliz@gnu.org>
9408
9409 * mail/rmail.el (rmail-convert-to-babyl-format):
9410 If base64-decode-region signals an error, catch it and silently
9411 ignore it.
9412
9413 2003-11-01 Mark A. Hershberger <mah@everybody.org>
9414
9415 * xml.el (xml-parse-region): Allow comments to appear after the
9416 topmost element has closed.
9417 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
9418 (xml-ns-expand-attr): New functions to do namespace handling.
9419 (xml-intern-attrlist): Back-compatible handling of attribute names.
9420 (xml-parse-tag): Move namespace handling to separate functions.
9421 Now produces elements in the form ((:ns . "element") (attr-list)
9422 children) instead of ('ns:element (attr-list) children).
9423 (xml-parse-attlist): Fix attribute parsing.
9424 (xml-parse-dtd): Change parsing so that it produces strings
9425 instead of interned symbols.
9426
9427 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
9428
9429 * dired.el (dired-ls-sorting-switches): Doc fix.
9430
9431 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
9432
9433 * emacs-lisp/rx.el (rx-or): Fix the case of
9434 "(rx (and ?a (or ?b ?c) ?d))".
9435
9436 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
9437
9438 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
9439 (texinfo-format-region): Use it.
9440 (texinfo-format-buffer-1): Ditto.
9441
9442 2003-11-01 Alan Mackenzie <acm@muc.de>
9443
9444 Changes to allow scrolling whilst in isearch mode:
9445 * isearch.el (isearch-unread-key-sequence): New function,
9446 extracted from isearch-other-meta-char.
9447 (top level): (put 'foo 'isearch-scroll) on all Emacs's
9448 "scrollable" standard functions.
9449 (isearch-allow-scroll): New customizable variable.
9450 (isearch-string-out-of-window, isearch-back-into-window)
9451 (isearch-reread-key-sequence-naturally)
9452 (isearch-lookup-scroll-key): New functions.
9453 (isearch-other-meta-char): Doc string and functionality enhanced.
9454 Now accepts a prefix argument.
9455 (isearch-lazy-highlight-window-end): New variable.
9456 (isearch-lazy-highlight-new-loop): Pay attention to the window's
9457 end (thru isearch-lazy-highlight-window-end), not only its start.
9458
9459 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
9460 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
9461 (universal-argument, universal-argument-more, negative-argument)
9462 (digit-argument, universal-argument-other-key): Minor changes.
9463
9464 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
9465
9466 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
9467 recursively if the last message is deleted, thus avoiding an
9468 infinite loop.
9469
9470 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9471
9472 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
9473 (tex-main-file): Don't add .tex if the extension is already present.
9474 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
9475
9476 2003-10-29 Lute Kamstra <lute@gnu.org>
9477
9478 * progmodes/octave-inf.el (inferior-octave-prompt):
9479 Recognize version number in prompt.
9480
9481 2003-10-28 Dave Love <fx@gnu.org>
9482
9483 * international/characters.el: Fix some Unicode ranges.
9484
9485 2003-10-28 Kenichi Handa <handa@m17n.org>
9486
9487 * disp-table.el (standard-display-8bit)
9488 (standard-display-default, standard-display-ascii)
9489 (standard-display-g1, standard-display-graphic)
9490 (standard-display-underline): Assure that standard-display-table
9491 is a display table.
9492
9493 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
9494
9495 * simple.el (reindent-then-newline-and-indent): Delete space *after*
9496 reindenting the first line.
9497
9498 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
9499
9500 * wid-edit.el (widget-default-delete): Always delete child widgets.
9501
9502 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9503
9504 * newcomment.el (comment-indent): Don't call indent-according-to-mode
9505 if the line has code.
9506 Don't try to line up with something that's too far left.
9507
9508 * progmodes/octave-mod.el (octave-comment-start): Simplify.
9509 (octave-mode-syntax-table): Add % as a comment starter.
9510 (octave-point): Remove.
9511 (octave-in-comment-p, octave-in-string-p)
9512 (octave-not-in-string-or-comment-p, calculate-octave-indent)
9513 (octave-blink-matching-block-open, octave-auto-fill):
9514 Use line-(beginning|end)-position instead.
9515
9516 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
9517
9518 * emacs-lisp/authors.el (authors-aliases): Add correct realname
9519 for Francesco Potort\e,Al\e(B.
9520
9521 2003-10-23 Dave Love <fx@gnu.org>
9522
9523 * international/mule-cmds.el (locale-charset-to-coding-system):
9524 Don't rely on nil being a coding system.
9525
9526 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
9527 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
9528 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
9529
9530 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
9531
9532 * gdb-ui.el (gdb-current-language): New variable.
9533 (gdb-update-flag): Remove variable.
9534 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
9535 (gdb-take-last-elt): Remove function.
9536 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
9537 (gdb-post-prompt): Check for variable object changes here.
9538
9539 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
9540 object changes in gdb-ui.el.
9541
9542 2003-10-21 Richard M. Stallman <rms@gnu.org>
9543
9544 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
9545
9546 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
9547 Don't check for foo*/ wildcard form here.
9548 (insert-directory): Recognize foo*/ as a wildcard.
9549 Separate wildcard-regexp variable from the arg, wildcard.
9550
9551 * subr.el (add-hook): Correctly detect when make-local-hook was used.
9552 (remove-hook): Correctly handle strange cases about local hooks.
9553
9554 2003-10-21 David Ponce <david@dponce.com>
9555
9556 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
9557 argument REAL, to return a real number instead of a rounded
9558 integer value. Define as inline function.
9559 (ruler-mode-right-fringe-cols): Likewise.
9560 (ruler-mode-scroll-bar-cols): New function.
9561 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
9562 (ruler-mode-right-scroll-bar-cols): Likewise.
9563 (ruler-mode-space): New function.
9564 (ruler-mode-ruler): Use it. Handle variations of fringe style,
9565 scroll bar mode and margins in a more robust way.
9566
9567 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
9568
9569 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
9570 (antlr-c-init-language-vars): New function.
9571 (antlr-mode): Use it with cc-mode before v5.29.
9572 (antlr-c-common-init): Don't set some local vars here.
9573 (antlr-mode): Set them here.
9574 (antlr-c-forward-sws): New function alias.
9575 (antlr-mode): Redefine with cc-mode before v5.30.
9576 (antlr-skip-sexps): Use it.
9577 (antlr-skip-exception-part): Ditto.
9578 (antlr-skip-file-prelude): Ditto.
9579 (antlr-outside-rule-p): Ditto.
9580 (antlr-end-of-body): Ditto.
9581 (antlr-option-kind): Ditto.
9582 (antlr-insert-option-area): Ditto.
9583 (antlr-file-dependencies): Ditto.
9584
9585 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9586
9587 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
9588 Move backward only if point was not inside an entry.
9589
9590 2003-10-21 Richard M. Stallman <rms@gnu.org>
9591
9592 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
9593
9594 2003-10-21 Juri Linkov <juri@jurta.org>
9595
9596 * compare-w.el: Automatically skip non-matching text to resync.
9597 (compare-windows-whitespace): Doc fix.
9598 (compare-windows-sync, compare-windows-sync-string-size)
9599 (compare-windows-recenter, compare-ignore-whitespace)
9600 (compare-windows-highlight, compare-windows-face): New variables.
9601 (compare-windows): Use compare-windows-sync.
9602 (compare-windows-highlight, compare-windows-dehighlight)
9603 (compare-windows-sync-regexp)
9604 (compare-windows-sync-default-function): New functions.
9605
9606 2003-10-21 Juri Linkov <juri@jurta.org>
9607
9608 * diff.el (diff-parse-differences): Don't visit the files now;
9609 instead, just record the error locus.
9610
9611 2003-10-21 Dave Love <fx@gnu.org>
9612
9613 * progmodes/cfengine.el: New file.
9614
9615 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9616
9617 * complete.el (PC-do-completion): Do not forget to use `pred' as the
9618 default-directory when completing file names.
9619
9620 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
9621
9622 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
9623 followed by the word `face', it gets treated as a face, even if
9624 it is also defined as a variable or a function.
9625
9626 2003-10-20 Dave Love <fx@gnu.org>
9627
9628 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9629 Avoid incf in macro expansion.
9630
9631 2003-10-20 John Paul Wallington <jpw@gnu.org>
9632
9633 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
9634 `evenp' so we don't implicitly require cl library at runtime.
9635
9636 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
9637
9638 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
9639 (help-make-xrefs): Only make cross-references for faces if
9640 preceded or followed by the word `face'. Do not make a
9641 cross-reference for variables without variable documentation,
9642 unless preceded by the word `variable' or `option'. Update doc
9643 string accordingly.
9644
9645 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
9646
9647 * progmodes/hideshow.el: Rewrite one-armed `if'
9648 constructs using either `when' or `unless'.
9649 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
9650
9651 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
9652
9653 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
9654 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
9655 instead of 12x12.
9656
9657 2003-10-16 Eli Zaretskii <eliz@gnu.org>
9658
9659 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
9660 message while converting to Babyl.
9661
9662 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
9663
9664 * allout.el (allout-mode): Doc fix.
9665
9666 2003-10-16 Lute Kamstra <lute@gnu.org>
9667
9668 * subr.el (force-mode-line-update): Fix docstring.
9669
9670 2003-10-14 Dave Love <fx@gnu.org>
9671
9672 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
9673 (default-input-method): Add :link, improve :type.
9674 (locale-charset-language-names): Fix utf-8 pattern.
9675 (locale-charset-match-p, locale-charset-alist)
9676 (locale-charset-to-coding-system): New.
9677 (set-locale-environment): Deal with codeset part of locale specs.
9678
9679 2003-10-14 Lute Kamstra <lute@gnu.org>
9680
9681 * fringe.el (fringe-mode): Use active voice in docstring.
9682 (set-fringe-style): Ditto.
9683
9684 2003-10-13 Lute Kamstra <lute@gnu.org>
9685
9686 * fringe.el (fringe-mode): Fix docstring.
9687 (set-fringe-style): Ditto.
9688
9689 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
9690
9691 * ediff-mult.el (ediff-filegroup-action):
9692 Use ediff-default-filtering-regexp.
9693
9694 * ediff-util.el (ediff-recenter): Don't call
9695 ediff-restore-highlighting twice.
9696 (ediff-select-difference): Set current difference.
9697 (ediff-unselect-and-select-difference): Add comment.
9698
9699 * ediff.el (ediff-directories,ediff-directory-revisions)
9700 (ediff-directories3,ediff-merge-directories)
9701 (ediff-merge-directories-with-ancestor)
9702 (ediff-merge-directory-revisions)
9703 (ediff-merge-directory-revisions-with-ancestor):
9704 Use ediff-default-filtering-regexp.
9705
9706 2003-10-12 Andreas Schwab <schwab@suse.de>
9707
9708 * international/mule-cmds.el (locale-charset-language-names):
9709 Simplify regex by removing unused grouping.
9710
9711 2003-10-10 Dave Love <fx@gnu.org>
9712
9713 * bindings.el: Don't bind stop.
9714
9715 2003-10-08 Miles Bader <miles@gnu.org>
9716
9717 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
9718 face instead of attempting to emulate it.
9719
9720 2003-10-07 Kenichi Handa <handa@m17n.org>
9721
9722 * international/mule-diag.el (list-coding-systems-1): List coding
9723 systems that are loaded automatically.
9724
9725 * international/code-pages.el (iso-8859-11): Add autoload cookie.
9726
9727 * international/mule.el (autoload-coding-system): New function.
9728
9729 2003-10-07 Andreas Schwab <schwab@suse.de>
9730
9731 * log-edit.el (log-edit-changelog-entries): Prefer local value of
9732 change-log-default-name in the buffer visiting the file.
9733
9734 2003-10-06 Dave Love <fx@gnu.org>
9735
9736 * files.el (find-file-hook): Customize.
9737 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
9738
9739 * bindings.el (completion-ignored-extensions): Remove .log.
9740 (global-map): Add again, open, stop keys.
9741
9742 2003-10-05 Richard M. Stallman <rms@gnu.org>
9743
9744 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
9745 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
9746 Use sh-modify directly.
9747 (sh-select): Use sh-append, not eval.
9748
9749 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
9750
9751 * info.el (Info-following-node-name): New function.
9752
9753 * loadhist.el (unload-feature-special-hooks):
9754 Rename from loadhist-hook-functions.
9755 (loadhist-hook-functions): Now an alias.
9756
9757 2003-10-04 Eli Zaretskii <eliz@gnu.org>
9758
9759 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
9760 file-name clashes on 8+3 filesystems.
9761
9762 * Makefile.in (DONTCOMPILE, bootstrap-clean):
9763 Rename loaddefs-boot.el to ldefs-boot.el
9764
9765 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
9766 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
9767
9768 2003-10-03 Lute Kamstra <lute@gnu.org>
9769
9770 * info.el (Info-mode): Revert previous change.
9771 (Info-escape-percent): New function.
9772 (Info-fontify-node): Use it.
9773
9774 2003-10-02 Andreas Schwab <schwab@suse.de>
9775
9776 * loaddefs-boot.el: Regenerated.
9777
9778 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
9779
9780 * ffap.el: Remove defadvice related code from CVS since `complete'
9781 provides a `PC-completion-as-file-name-predicate' variable that
9782 ffap can override.
9783
9784 2003-10-02 Kenichi Handa <handa@m17n.org>
9785
9786 * international/utf-8.el (ccl-decode-mule-utf-8):
9787 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
9788
9789 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
9790 * international/subst-big5.el: Likewise.
9791 * international/subst-gb2312.el: Likewise.
9792 * international/subst-ksc.el: Likewise.
9793
9794 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9795
9796 * calendar/calendar.el (increment-calendar-month)
9797 (calendar-leap-year-p, calendar-absolute-from-gregorian)
9798 (generate-calendar, calendar-read-date, calendar-interval)
9799 (calendar-day-of-week): Handle years BC.
9800 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
9801
9802 2003-10-01 Dave Love <fx@gnu.org>
9803
9804 * language/cyrillic.el (cp1251): Alias for windows-1251.
9805
9806 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
9807 bootstrap.
9808
9809 2003-10-01 Lute Kamstra <lute@gnu.org>
9810
9811 * files.el: Fix typo.
9812 * imenu.el (imenu--generic-function): Docstring fix.
9813
9814 2003-09-30 Richard M. Stallman <rms@gnu.org>
9815
9816 * dired.el (dired-mode): Handle dired-directory as a list.
9817
9818 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
9819
9820 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
9821
9822 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
9823
9824 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
9825 Replace gud-display with gud-watch.
9826 (gud-speedbar-buttons): Add stuff for watching expressions
9827 in the speedbar when using M-x gdba. Use dolist on old part
9828 of this function.
9829
9830 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
9831 (gdb-update-flag): New variables.
9832 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
9833 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
9834 (gud-watch, gdb-var-create-handler) : New functions.
9835 (gdb-var-list-children, gdb-var-list-children-handler)
9836 (gdb-var-create-regexp, gdb-var-update-regexp)
9837 (gdb-var-list-children-regexp): New constants.
9838 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
9839 (gdb-annotation-rules): Reduce annotation set (level 3).
9840 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
9841 (gdb-post-prompt): Don't update GDB buffers every time speedbar
9842 updates.
9843 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
9844 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
9845 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
9846 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
9847 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
9848 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
9849 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
9850 (gud-display, gud-display1)
9851 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
9852 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
9853 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
9854 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
9855 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
9856 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
9857 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
9858 (gdb-display-display-buffer, gdb-toggle-display)
9859 (gdb-delete-display, gdb-expressions-popup-menu)
9860 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
9861 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
9862 to display buffer.
9863
9864 2003-09-30 Richard M. Stallman <rms@gnu.org>
9865
9866 * progmodes/ada-mode.el (ada-mode): Don't use advice.
9867 Instead, set which-func-functions.
9868
9869 * progmodes/which-func.el (which-func-modes): Add ada-mode.
9870 (which-func-functions): New variable.
9871 (which-function): Use that.
9872
9873 * info.el (Info-mode): Double each `%' in header line.
9874
9875 * emacs-lisp/lisp-mnt.el (lm-with-file):
9876 When FILE is nil, run BODY in current buffer.
9877
9878 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
9879
9880 * help.el (describe-mode): Start with a brief list of minor modes.
9881 Find them thru minor-mode-list so as to find them all.
9882 Show them in alphabetical order.
9883
9884 * mail/sendmail.el (mail-aliases): Doc fix.
9885
9886 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
9887
9888 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
9889
9890 * mail/rmailsum.el (rmail-make-summary-line-1):
9891 Change comma after last label to a space.
9892 (rmail-summary-font-lock-keywords): Adapt to that change.
9893
9894 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
9895
9896 * progmodes/scheme.el (scheme-mode-variables): When setting
9897 `font-lock-defaults', also specify that "#" should
9898 be interpreted with `word' syntax.
9899 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
9900
9901 2003-09-30 Lars Hansen <larsh@math.ku.dk>
9902
9903 * desktop.el: A lot of comments updated.
9904 (desktop-save-mode): Minor mode introduced.
9905 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
9906 (desktop-load-default): Function made obsolete.
9907 (desktop-locals-to-save): Variable made customizable.
9908 (desktop-read): Optional parameter `dirname' added.
9909 (desktop-change-dir, desktop-revert): Parameter `dirname' in
9910 `desktop-read' used.
9911 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
9912
9913 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
9914
9915 * whitespace.el (whitespace-clean-msg): Add user customizable message
9916 for displaying ``clean'' output.
9917 (whitespace-buffer): Use `whitespace-clean-msg'.
9918 (whitespace-global-mode): Fix typo.
9919
9920 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9921
9922 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
9923
9924 2003-09-29 Lute Kamstra <lute@gnu.org>
9925
9926 * bindings.el (mode-line-modes): Remove superfluous :propertize
9927 construct in initialization.
9928 (mode-line-position): Change cons cell into proper list in
9929 initialization.
9930
9931 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9932
9933 * international/mule.el (decode-coding-inserted-region): Use car
9934 of the return value of find-operation-coding-system.
9935
9936 2003-09-29 Kenichi Handa <handa@m17n.org>
9937
9938 * descr-text.el (describe-char): Fix previous change.
9939
9940 2003-09-28 Kenichi Handa <handa@m17n.org>
9941
9942 * descr-text.el (describe-char-display): New function.
9943 (describe-char): Pay attention to display table on describing how
9944 a character is displayed.
9945
9946 * international/mule-cmds.el (encoded-string-description):
9947 Prepend "0x" to each encoded byte.
9948
9949 2003-09-28 Andreas Schwab <schwab@suse.de>
9950
9951 * find-file.el (ff-special-constructs): Add autoload cookie.
9952
9953 2003-09-28 Kevin Ryde <user42@zip.com.au>
9954
9955 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
9956 makeinfo appends to duplicate index entries.
9957
9958 2003-09-28 Eli Zaretskii <eliz@gnu.org>
9959
9960 * dired-x.el (dired-clean-tex): Doc fix.
9961
9962 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
9963 using a Chinese tutorial.
9964
9965 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
9966
9967 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
9968 between "MAIL FROM:" and "RCPT TO:" and the following address.
9969
9970 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
9971
9972 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
9973
9974 2003-09-28 David Ponce <david@dponce.com>
9975
9976 * recentf.el (recentf-initialize-file-name-history): New defcustom.
9977 (recentf-load-list): When `recentf-initialize-file-name-history'
9978 is non-nil, initialize an empty `file-name-history' with the
9979 recent list.
9980
9981 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
9982
9983 * man.el (Man-default-man-entry): Remove the leading `*' from the
9984 word at point.
9985
9986 2003-09-26 Lute Kamstra <lute@gnu.org>
9987
9988 * bindings.el (mode-line-position): Mention size indication in
9989 docstring.
9990
9991 2003-09-26 Andre Spiegel <spiegel@gnu.org>
9992
9993 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
9994
9995 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
9996 because it's autoloaded now.
9997
9998 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
9999
10000 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
10001 (sh-font-lock-keywords, sh-feature): Fix previous change of
10002 sh-feature to avoid infloop with sh-font-lock-keywords.
10003
10004 2003-09-25 Kim F. Storm <storm@cua.dk>
10005
10006 * frame.el (frame-current-scroll-bars): New defun.
10007
10008 * window.el (window-current-scroll-bars): New defun.
10009
10010 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10011
10012 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
10013 cause errors when the state cache contains info on parts that have
10014 been narrowed out.
10015
10016 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10017
10018 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
10019 `c-setup-paragraph-variables' has to be used when this variable is
10020 changed; it doesn't work to reinitialize the mode since that
10021 typically clobbers the variable.
10022
10023 * progmodes/cc-styles.el (c-setup-paragraph-variables):
10024 Make it interactive.
10025
10026 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10027
10028 * progmodes/cc-fonts.el (c-font-lock-declarations):
10029 Fix recognition of constructors and destructors for classes whose
10030 names are matched by `*-font-lock-extra-types'.
10031
10032 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
10033 followed by an identifier in C++ then it's a type.
10034
10035 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10036
10037 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
10038 problem that primarily affected XEmacs. Don't use faces to find
10039 unterminated strings since Emacs and XEmacs fontify strings
10040 differently - this function should now work better in XEmacs.
10041
10042 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10043
10044 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
10045 `expand-abbrev' workaround which caused braces to misbehave inside
10046 macros.
10047
10048 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
10049 handling. This bug could cause interactive font locking to bail out.
10050
10051 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10052
10053 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10054 Handle paren-style types in Pike. Also fixed some cases of
10055 insufficient handling of unbalanced parens.
10056
10057 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
10058
10059 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
10060 common shell prompts that are not common filename or URL characters.
10061 (ffap-file-at-point): Use the new regexp to strip the prompts from
10062 the file names. This is an issue mostly for user prompts that
10063 don't have a trailing space and find-file-at-point is invoked from
10064 within a shell inside Emacs.
10065
10066 2003-09-24 Andre Spiegel <spiegel@gnu.org>
10067
10068 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
10069 stamps numerically, rather than textually.
10070
10071 2003-09-24 Kenichi Handa <handa@m17n.org>
10072
10073 * language/devan-util.el (devanagari-post-read-conversion):
10074 * language/mlm-util.el (malayalam-post-read-conversion):
10075 * language/tml-util.el (tamil-post-read-conversion):
10076 Add autoload cookie.
10077
10078 * international/utf-8.el (utf-8-post-read-conversion):
10079 Call post-read-conversion functions for Devanagari, Malayalam,
10080 and Tamil.
10081
10082 2003-09-23 Dave Love <fx@gnu.org>
10083
10084 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
10085
10086 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
10087
10088 * progmodes/gud.el (perldb): Add gud-until to list of commands.
10089 Update gud-remove.
10090
10091 2003-09-22 Richard M. Stallman <rms@gnu.org>
10092
10093 * progmodes/sh-script.el (sh-mode-default-syntax-table):
10094 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
10095 (sh-mode-syntax-table-input): New variable.
10096 (sh-require-final-newline): Don't use eval.
10097 (sh-builtins, sh-leading-keywords, sh-other-keywords)
10098 (sh-variables, sh-font-lock-keywords): Don't use eval.
10099 (sh-set-shell): When setting require-final-newline,
10100 treat value = `require-final-newline' as don't change it.
10101 Set sh-mode-syntax-table locally based on
10102 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
10103
10104 * progmodes/compile.el (compile-internal):
10105 Call compilation-set-window-height before setting window start.
10106
10107 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
10108
10109 * emacs-lisp/bytecomp.el (byte-compile-log-file):
10110 Clear out byte-compile-last-warned-form.
10111
10112 2003-09-22 Richard M. Stallman <rms@gnu.org>
10113
10114 * woman.el (woman-file-name, woman-follow-word):
10115 If current-word returns nil, use "".
10116
10117 * simple.el (eval-expression): Bind standard-output in to-buffer case.
10118
10119 2003-09-22 Richard M. Stallman <rms@gnu.org>
10120
10121 * emacs-lisp/lisp-mnt.el (lm-with-file):
10122 Don't visit the file, just use insert-file-contents in temp buffer.
10123
10124 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
10125
10126 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
10127 Add surrounding \\( and \\) around the header, as in
10128 for lm-history-header 'Change Log\\|History'.
10129
10130 2003-09-22 John Paul Wallington <jpw@gnu.org>
10131
10132 * progmodes/ld-script.el: Add Commentary section,
10133 minor cleanup of file header.
10134 (ld-script-font-lock-keywords): Doc fix.
10135 (toplevel): Provide `ld-script' feature.
10136
10137 2003-09-21 Kim F. Storm <storm@cua.dk>
10138
10139 * scroll-bar.el (set-scroll-bar-mode): Initialize to
10140 new built-in variable default-frame-scroll-bars.
10141 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
10142 scroll-bar-mode; notably, use it instead of t when we toggle
10143 scroll-bars on.
10144 (toggle-scroll-bar): Use default-frame-scroll-bars.
10145
10146 2003-09-19 Masatake YAMATO <jet@gyve.org>
10147
10148 * pcvs.el (cvs-do-removal): Change the prompt depending on
10149 `filter' value.
10150
10151 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
10152
10153 * startup.el (command-line-1): Stop startup-echo-area-message
10154 being hidden by "Loading image..." message.
10155 (use-fancy-splash-screens-p, display-splash-screen):
10156 Move display-graphic-p test from latter to former.
10157
10158 * progmodes/sh-script.el (sh-font-lock-keywords):
10159 Highlight escaped EOLs differently from other backslash constructs.
10160
10161 2003-09-19 Richard M. Stallman <rms@gnu.org>
10162
10163 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
10164 New functions.
10165 (edebug-enter, edebug-outside-excursion): Use them.
10166
10167 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
10168 Fix the condition for whether to print "In WHERE".
10169
10170 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
10171
10172 * finder.el (finder-mode-hook): New variable.
10173 (finder-mode): Run hook finder-mode-hook
10174
10175 2003-09-18 Masatake YAMATO <jet@gyve.org>
10176
10177 * progmodes/ebrowse.el: Fix broken magic autoload comments.
10178
10179 2003-09-17 Mario Lang <mlang@delysid.org>
10180
10181 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
10182 "p %e" to actually print the value in the GUD buffer.
10183
10184 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
10185
10186 From David Ponce <david.ponce@wanadoo.fr>:
10187 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
10188 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
10189 from loaddefs-boot.el if necessary.
10190
10191 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
10192
10193 * progmodes/gud.el (gud-find-class): Make jdb work again since
10194 cc-mode changed the syntactic information.
10195
10196 2003-09-15 David Ponce <david@dponce.com>
10197
10198 * recentf.el: (recentf-exclude): Accept predicates too.
10199 (recentf-file-readable-p): New function.
10200 (recentf-include-p): Handle predicates in recentf-exclude.
10201 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
10202 (recentf-cleanup): Likewise.
10203 (recentf-save-list): Use write-file to handle backup of
10204 recentf-save-file.
10205
10206 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
10207
10208 * loaddefs-boot.el: Renamed from `loaddefs.el'
10209 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
10210 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
10211 necessary.
10212
10213 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
10214
10215 * electric.el (Electric-pop-up-window): For the `one-window' case,
10216 no longer disconcertingly move point in the original buffer.
10217
10218 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10219
10220 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
10221
10222 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
10223
10224 * dired.el (dired-mode-map): Fix typo.
10225
10226 2003-09-11 Richard M. Stallman <rms@gnu.org>
10227
10228 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
10229
10230 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
10231
10232 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
10233 the function is less noisy. Now only `kill-buffer' can ask questions.
10234
10235 2003-09-10 Mario Lang <mlang@delysid.org>
10236
10237 * battery.el: Update Commentary and Copyright.
10238 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
10239 appear due to wrong ordering of the expressions in `or'.
10240
10241 2003-09-09 Lute Kamstra <lute@gnu.org>
10242
10243 * misc.el (upcase-char): Fix docstring.
10244 (zap-up-to-char): New command.
10245
10246 2003-09-08 David Ponce <david@dponce.com>
10247
10248 Ensure that recentf correctly updates the menu bar.
10249 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
10250 (recentf-menu-bar): New function.
10251 (recentf-clear-data): Use it
10252 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
10253 of easy-menu-change.
10254
10255 2003-09-08 Lute Kamstra <lute@gnu.org>
10256
10257 * simple.el (size-indication-mode): New.
10258 * bindings.el (mode-line-position): Add buffer size indicator.
10259
10260 2003-09-04 Mario Lang <mlang@delysid.org>
10261
10262 * battery.el (battery-linux-proc-acpi): New function.
10263 (battery-status-function): Modify default value calculation to also
10264 check for availability of ACPI.
10265 (battery-echo-area-format): Ditto.
10266 (battery-mode-line-format): Ditto.
10267
10268 2003-09-06 Dave Love <fx@gnu.org>
10269
10270 * ielm.el (ielm-mode-hook): Add :options.
10271
10272 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
10273 (eldoc-print-current-symbol-info): Use it.
10274
10275 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
10276
10277 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
10278 being displayed in GUD buffer.
10279 (gdb-idle-input-queue): Remove var. Use just one queue.
10280 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
10281 Remove functions. Use just one queue.
10282 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
10283 (gdb-invalidate-assembler, gdb-get-current-frame):
10284 Modify functions. Use just one queue.
10285
10286 2003-09-04 Dave Love <fx@gnu.org>
10287
10288 * cus-start.el: Add blink-cursor-alist.
10289
10290 * ruler-mode.el (ruler-mode-fill-column-char)
10291 (ruler-mode-current-column-char): Use char-displayable-p,
10292 not window-system.
10293
10294 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
10295
10296 * language/european.el (windows-1252): Move from code-pages.
10297
10298 * language/cyrillic.el ("Windows-1251"): Delete.
10299 ("Bulgarian", "Belarusian"): Remove `features'.
10300 (windows-1251): Move from code-pages.
10301
10302 * international/mule-diag.el (non-iso-charset-alist):
10303 Remove `codepage' stuff.
10304 (print-designation, list-coding-systems-1): Output fixes.
10305
10306 * international/code-pages.el (cp-make-translation-table)
10307 (cp-valid-codes): Made defsubsts.
10308 (cp-fix-safe-chars): Delete.
10309 (mule-diag): Don't require.
10310 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
10311 (top-level): Check for defined coding system when defining
10312 cp... aliases. Change w32-add-charset-info test to avoid warning.
10313 (non-iso-charset-alist): Defvar when compiling.
10314 (cp-make-coding-system): Doc fix.
10315
10316 2003-09-02 Jason Rumney <jasonr@gnu.org>
10317
10318 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
10319 line-ends from CVS before doing conversion.
10320
10321 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
10322
10323 * calendar/diary-lib.el (diary-header-line-flag)
10324 (diary-header-line-format): New variables.
10325 (list-diary-entries): Use them to set header line in simple diary.
10326
10327 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
10328 other than font-lock-string-face to highlight backslashes.
10329
10330 2003-09-01 Jason Rumney <jasonr@gnu.org>
10331
10332 * international/titdic-cnv.el (tit-read-key-value): Include \r in
10333 regexp.
10334
10335 2003-09-01 Dave Love <fx@gnu.org>
10336
10337 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
10338
10339 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
10340 and :help; also line and column numbers labels.
10341
10342 * international/mule-util.el (char-displayable-p): Move from
10343 latin1-disp, rename and autoload.
10344
10345 * international/latin1-disp.el (latin1-char-displayable-p):
10346 Now obsolete alias. Replace uses with char-displayable-p.
10347 (latin1-display-ucs-per-lynx): Fix last change.
10348
10349 * international/mule-cmds.el (standard-display-european-internal):
10350 Don't use char code for Latin-1 NBSP.
10351 <XFree86 4>: Unfrob NBSP display table. Set display table to use
10352 U+2018, U+2019 for `'.
10353 (select-safe-coding-system): Message fix.
10354
10355 2003-09-01 Kenichi Handa <handa@m17n.org>
10356
10357 * international/fontset.el (setup-default-fontset): For Thai
10358 font, specify "*" family.
10359
10360 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10361
10362 * progmodes/compile.el (previous-error): Accept a prefix
10363 argument, similarly to next-error.
10364
10365 2003-08-31 Masatake YAMATO <jet@gyve.org>
10366
10367 * pcvs.el (cvs-do-removal): Use = instead of eq to check
10368 the number of files. Bind the number of files to a local
10369 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
10370
10371 2003-08-30 Eli Zaretskii <eliz@gnu.org>
10372
10373 * vc-hooks.el (vc-make-version-backup): Fix the change made on
10374 2003-07-26: msdos-long-file-names is a function, not a variable.
10375
10376 2003-08-29 Richard M. Stallman <rms@gnu.org>
10377
10378 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
10379 Do nothing with mail-personal-alias-file if it is nil.
10380
10381 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
10382 Do nothing if mail-personal-alias-file is nil.
10383
10384 * term.el (term-exec-1): Bind coding-system-for-read.
10385
10386 * dired.el (dired-mouse-find-file-other-window):
10387 Use dired-view-command-alist here, as in dired-view-file.
10388 (dired-view-command-alist): Use %s to substitute file name.
10389 Handle .ps_pages, .eps, .jpg, .gif, .png.
10390
10391 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
10392
10393 * info.el (Info-mode-map): Bind S-tab and <backtab> to
10394 `Info-prev-reference', instead of M-tab.
10395
10396 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
10397
10398 * simple.el (blink-matching-open): Work correctly on chars that
10399 are designated as parens through the syntax-table text property.
10400
10401 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
10402
10403 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
10404 line break position in the middle of a non-kinsoku (e.g. latin)
10405 word, making it skip until either a space or a character with
10406 category "|".
10407 (kinsoku-longer): Test for end of buffer.
10408
10409 2003-08-28 Eli Zaretskii <eliz@gnu.org>
10410
10411 * mail/rmail.el (rmail-convert-to-babyl-format):
10412 Detect quoted-printable- and base64-encoded messages and decode them
10413 automatically. Set the message's encoding from the charset=
10414 header, if any. Decode base64-encoded messages in Mail format as well.
10415
10416 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10417
10418 * mail/smtpmail.el: Fix previous change.
10419 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
10420 calling smtpmail-via-smtp.
10421 (smtpmail-via-smtp): Add fall-back values for envelope-from.
10422
10423 2003-08-26 John Paul Wallington <jpw@gnu.org>
10424
10425 * image.el (image-jpeg-p): Don't search beyond length of data.
10426
10427 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10428
10429 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
10430 misfeature in `expand-abbrev' which caused electric keywords like
10431 "else" to disappear if an open brace was typed directly afterwards.
10432
10433 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10434
10435 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
10436 mandatory in `define-widget'.
10437
10438 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
10439 Don't align the operators "!=", "<=" and ">=" as assignment operators.
10440
10441 (c-assignment-operators): New language constant that only contains
10442 the assignment operators.
10443
10444 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
10445
10446 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10447
10448 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10449 Safeguard against unbalanced sexps.
10450
10451 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
10452
10453 * version.el (emacs-version): Check for gtk. Include gtk version info.
10454
10455 2003-08-25 John Paul Wallington <jpw@gnu.org>
10456
10457 * man.el (Man-default-man-entry): Don't whizz past the section
10458 number before looking for it.
10459
10460 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
10461
10462 * progmodes/gud.el (gud-display-line): Don't set window-point if
10463 source buffer is not visible. (Only happens with M-x gdba.)
10464
10465 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
10466 documentation.
10467 (gdb-source, gdb-source-info): Update to assembler unnecessary
10468 as its done after each GDB command anyway.
10469 (gdb-pre-prompt): Use with-current-buffer.
10470 (gdb-insert-field): Add help-echo text.
10471 (gdb-invalidate-assembler): Re-display of assembler now done in
10472 gdb-info-breakpoints-custom.
10473 (gdb-info-breakpoints-custom): Force re-display of assembler to
10474 happen *after* update of breakpoints buffer.
10475 (gdb-display-source-buffer): Don't choke if gdb-source-window
10476 isn't visible.
10477 (gdb-put-string, gdb-put-arrow): Remove free variables.
10478
10479 2003-08-24 John Paul Wallington <jpw@gnu.org>
10480
10481 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
10482
10483 * man.el (Man-default-man-entry): Strip text properties when
10484 snarfing parts of entry because `format' preserves properties.
10485
10486 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10487
10488 * files.el (file-newest-backup): Use `expand-file-name'.
10489
10490 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
10491 Allow the diary to pop up a new frame, if needed.
10492
10493 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
10494 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
10495 (smtpmail-send-it): Make treatment of envelope-from consistent with
10496 sendmail.el.
10497
10498 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
10499 (sh-leading-keywords): Add the bash `time' reserved word.
10500 (sh-variables): Add some bash variables.
10501 (sh-add-completer): Fix nil branch of case statement.
10502
10503 2003-08-24 Masatake YAMATO <jet@gyve.org>
10504
10505 * progmodes/ld-script.el: New file.
10506
10507 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
10508
10509 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
10510
10511 2003-08-23 Andre Spiegel <spiegel@gnu.org>
10512
10513 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
10514 Better explain obsolescence, and what to use instead.
10515
10516 2003-08-23 Masatake YAMATO <jet@gyve.org>
10517
10518 * pcvs.el (cvs-do-removal): Show the deleted file name
10519 on the prompt.
10520
10521 2003-08-20 Dave Love <fx@gnu.org>
10522
10523 * international/mule.el (make-coding-system)
10524 (set-buffer-file-coding-system): Doc fix.
10525
10526 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
10527
10528 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
10529
10530 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
10531
10532 * international/utf-16.el: Add mime-text-unsuitable coding system
10533 properties.
10534
10535 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
10536
10537 * cus-edit.el: Add some :links.
10538 (bib): Remove.
10539
10540 * textmodes/bib-mode.el (bib): Add :group external.
10541
10542 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
10543
10544 * wid-edit.el (widget-echo-help): Make it handle expressions that
10545 evaluate to strings.
10546
10547 2003-08-18 Michael Mauger <mmaug@yahoo.com>
10548
10549 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
10550
10551 Simplify selection of SQL products to define highlighting and
10552 interactive mode. Includes detailed instructions on adding
10553 support for new products.
10554
10555 * progmodes/sql.el (sql-product): New variable. Identifies SQL
10556 product for use in highlighting and interactive mode.
10557 (sql-interactive-product): New variable. SQL product for
10558 sql-interactive-mode.
10559 (sql-product-support): New variable. Specifies product-specific
10560 parameters to drive highlighting and interactive mode.
10561 (sql-imenu-generic-expression): Add more object types.
10562 (sql-sqlite-options): Correct comment.
10563 (sql-ms-program): Use "osql" rather than "isql".
10564 (sql-prompt-regexp, sql-prompt-length): Update comment.
10565 (sql-mode-menu): Add "Start SQLi session" entry.
10566 Replace Highlighting submenu with Product menu. Fix Send Region entry.
10567 (sql-mode-abbrev-table): Add abbreviations. Support of
10568 SYSTEM-FLAG on define-abbrev. Support was removed with last
10569 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
10570 (sql-mode-font-lock-object-name): Add font-lock pattern for object
10571 names.
10572 (sql-mode-ansi-font-lock-keywords): Set as default value.
10573 (sql-mode-oracle-font-lock-keywords): Set as default value.
10574 Support Oracle 9i keywords.
10575 (sql-mode-postgres-font-lock-keywords): Set as default value.
10576 (sql-mode-linter-font-lock-keywords): Set as default value.
10577 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
10578 SQLServer 2000.
10579 (sql-mode-sybase-font-lock-keywords)
10580 (sql-mode-interbase-font-lock-keywords)
10581 (sql-mode-sqlite-font-lock-keywords)
10582 (sql-mode-strong-font-lock-keywords)
10583 (sql-mode-mysql-font-lock-keywords)
10584 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
10585 keywords.
10586 (sql-mode-font-lock-defaults): Update comment.
10587 (sql-product-feature): New function. Returns feature associated
10588 with a product from `sql-product-support' alist.
10589 (sql-product-font-lock): New function. Set font-lock support
10590 based on `sql-product'.
10591 (sql-add-product-keywords): New function. Add font-lock rules to
10592 product-specific keyword variables.
10593 (sql-set-product): New function. Set `sql-product' and apply
10594 appropriate font-lock highlighting.
10595 (sql-highlight-product): New function. Set font-lock support
10596 based on a product. Also set mode name to include product name.
10597 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
10598 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
10599 Use `sql-set-product'.
10600 (sql-highlight-ms-keywords)
10601 (sql-highlight-sybase-keywords)
10602 (sql-highlight-interbase-keywords)
10603 (sql-highlight-strong-keywords)
10604 (sql-highlight-mysql-keywords)
10605 (sql-highlight-sqlite-keywords)
10606 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
10607 (sql-get-login): Prompt in the same order as the tokens.
10608 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
10609 (sql-product-interactive): New function. Common portions of
10610 product-specific interactive mode wrappers.
10611 (sql-interactive-mode): Rewritten to use product features.
10612 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10613 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10614 (sql-db2, sql-linter): Use `sql-product-interactive'.
10615 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10616 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10617 (sql-connect-ingres, sql-connect-postgres)
10618 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10619 New functions. Format command line parameters and invoke comint on
10620 the appropriate interpreter. Code was in the corresponding
10621 `sql-xyz' function before.
10622 (sql-connect-ms): New function. Support -E argument to use
10623 operating system credentials for authentication.
10624
10625 2003-08-18 Kenichi Handa <handa@m17n.org>
10626
10627 * international/mule.el (encode-char): Fix for the ASCII case.
10628
10629 2003-08-15 Kenichi Handa <handa@m17n.org>
10630
10631 * international/fontset.el (setup-default-fontset): Change "*" to
10632 nil in the specifications of font family.
10633
10634 2003-08-18 Kim F. Storm <storm@cua.dk>
10635
10636 * kmacro.el (kmacro-keymap): Group related bindings in
10637 initialization for clarity. Bind C-s to start macro.
10638 Remove C-r binding.
10639 (kmacro-initial-counter-value): New defvar to hold initial counter
10640 value in case we set the value before defining a macro.
10641 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
10642 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
10643 not defining or executing macro. Doc fix.
10644 (kmacro-add-counter): Clear kmacro-initial-counter-value.
10645 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
10646 temporarily view older elements on the macro ring without cycling
10647 the ring.
10648 (kmacro-display): Doc fix.
10649 (kmacro-exec-ring-item): New helper function.
10650 (kmacro-call-ring-2nd): Use it.
10651 (kmacro-call-ring-2nd-repeat): Doc fix.
10652 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
10653 (kmacro-end-or-call-macro): Execute last viewed macro (using
10654 kmacro-exec-ring-item) from ring if this follows
10655 kmacro-view-macro. This allows us to find a macro on the ring
10656 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
10657 the ring to bring it to the head of the ring.
10658 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
10659 Allow binding to reserved keys without specifying C-x C-k prefix.
10660 Ask for confirmation if entered key sequence is already bound to
10661 a non-macro command.
10662 (kmacro-view-macro): Repeating command will show older elements
10663 on the macro ring; C-k will execute the last viewed macro.
10664 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
10665 property from 'ring to 'head.
10666
10667 2003-08-17 Alan Shutko <ats@acm.org>
10668
10669 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
10670 keeping December out of the alist.
10671
10672 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
10673
10674 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
10675 * calendar/calendar.el (calendar-mode-map): Bind it to key.
10676 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
10677 (calendar-flatten): New function.
10678 (calendar-mouse-view-other-diary-entries)
10679 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
10680 in the menu title and to show multi-line diary entries correctly
10681 in the menu.
10682
10683 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
10684
10685 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
10686 defcustom, because the default was recently changed.
10687
10688 2003-08-16 Richard M. Stallman <rms@gnu.org>
10689
10690 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
10691
10692 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
10693 New subroutine, broken out of eval-last-sexp-1.
10694 (eval-last-sexp-1): Use eval-last-sexp-print-value.
10695
10696 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
10697
10698 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
10699
10700 * simple.el (eval-expression): Use eval-last-sexp-print-value.
10701
10702 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
10703
10704 * progmodes/compile.el (compilation-error-regexp-alist):
10705 Add Java ANt error detection as described in document
10706 http://ant.apache.org/faq.html
10707
10708 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
10709
10710 * simple.el (backward-word, forward-to-indentation)
10711 (backward-to-indentation): Argument changed to optional.
10712 (next-line, previous-line): Use `or' instead of `unless'.
10713
10714 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10715
10716 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
10717 instead of a constant.
10718
10719 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
10720
10721 * shell.el (shell): With prefix-arg, suggest a new buffer name.
10722
10723 2003-08-12 Andre Spiegel <spiegel@gnu.org>
10724
10725 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
10726 (vc-sccs-workfile-version): Search the entire delta table, rather
10727 than just the first entry, because that might be a deleted version.
10728
10729 2003-08-11 Karl Fogel <kfogel@red-bean.com>
10730
10731 * menu-bar.el (menu-bar-options-menu): Supply a body for the
10732 [save-place] binding in the Options menu. Have it require
10733 'saveplace' and then toggle the variable manually, to avoid an an
10734 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
10735 for the bug report.
10736
10737 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
10738
10739 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
10740 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
10741 (gdb-info-threads-custom): Add help-echo text.
10742 (gdb-display-back): Don't use purecopy.
10743 (gdb-info-breakpoints-custom, gdb-reset)
10744 (gdb-assembler-custom): Use display-images-p to test if breakpoint
10745 icons can be displayed.
10746
10747 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
10748
10749 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
10750
10751 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
10752
10753 * bookmark.el (bookmark-completing-read):
10754 Return a string, instead of a list of one string.
10755 Use a popup menu if activated from the mouse.
10756 (bookmark-edit-annotation): Remove unused vars.
10757 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
10758 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
10759 to bookmark-completing-read.
10760 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10761 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
10762 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
10763 and erase-buffer.
10764 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
10765 (bookmark-menu-jump, bookmark-menu-insert)
10766 (bookmark-popup-menu-and-apply-function)
10767 (bookmark-menu-popup-paned-bookmark-menu): Remove.
10768 (bookmark-menu-build-paned-menu): Remove by folding it into
10769 bookmark-menu-popup-paned-menu.
10770 (menu-bar-bookmark-map): Move the define-key statements here.
10771 Use the "non-menu" commands since they now pop up a menu if needed.
10772 (bookmark-exit-hook-internal): Simplify.
10773
10774 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
10775
10776 * reftex-toc.el (reftex-toc-rename-label): New function.
10777 (reftex-toc-check-docstruct): New function.
10778
10779 * reftex.el (reftex-region-active-p): New function.
10780
10781 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
10782 regexp to find the \bibliography macro.
10783
10784 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
10785 which does not exist in LaTeX.
10786 (reftex-cite-format-builtin): Added amsrefs support.
10787 (reftex-toc-confirm-promotion): New option
10788
10789 * reftex-toc.el
10790 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
10791 (reftex-toc-demote, reftex-toc-promote)
10792 (reftex-toc-do-promote, reftex-toc-promote-prepare)
10793 (reftex-toc-promote-action, reftex-toc-extract-section-number)
10794 (reftex-toc-newhead-from-alist)
10795 (reftex-toc-load-all-files-for-promotion): New functions.
10796 (reftex-toc-help): Added description of new keys.
10797 (reftex-toc-split-windows-fraction): New option.
10798 (reftex-recenter-toc-when-idle): Search *toc* window on all
10799 visible frames.
10800 (reftex-toc): Additional parameter REUSE
10801 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
10802 with REUSE argument.
10803 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
10804 the call of `reftex-toc'.
10805 (reftex-make-separate-toc-frame): New function .
10806 (reftex-toc-recenter): When called with triple prefix arg, call
10807 `reftex-make-separate-toc-frame' first.
10808 (reftex-toc-toggle-dedicated-frame): New command.
10809 (reftex-toc-quit): Adapted to delete frame when called in
10810 dedicated frame.
10811
10812 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
10813 all enclosing macros.
10814
10815
10816 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10817
10818 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
10819 first use.
10820
10821 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10822
10823 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
10824
10825 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
10826
10827 * calendar/calendar.el (list-diary-entries-hook)
10828 (diary-display-hook, nongregorian-diary-listing-hook)
10829 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
10830 Add some customize options for these hooks.
10831 (calendar-abbrev-construct): Don't try to take a substring longer
10832 than the original string.
10833
10834 2003-08-05 Richard M. Stallman <rms@gnu.org>
10835
10836 * emacs-lisp/testcover.el (noreturn): Report error if does return.
10837 (testcover-reinstrument-clauses): Doc fix.
10838
10839 * emacs-lisp/warnings.el: Doc fixes, args renamed.
10840 (warning-type-format): Rename from warning-group-format.
10841
10842 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
10843 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
10844 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
10845 to prevent warnings about defvar for an obsolete variable.
10846
10847 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
10848 warning-group-format renamed to warning-type-format.
10849
10850 * subr.el (read-passwd): Use clear-string instead of fillarray.
10851
10852 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
10853 Use vconcat instead of concat.
10854 (edmacro-sanitize-for-string): New function.
10855
10856 2003-08-05 Dave Love <fx@gnu.org>
10857
10858 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
10859 line-number-display-limit-width.
10860
10861 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
10862
10863 2003-08-05 Kenichi Handa <handa@m17n.org>
10864
10865 * international/code-pages.el: Don't require mule-diag.
10866
10867 * international/mule-diag.el (non-iso-charset-alist):
10868 Add autoload cookie.
10869
10870 * language/devan-util.el (dev-glyph-order): Add an entry for the
10871 glyph code #xC4.
10872
10873 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10874
10875 * calendar/calendar.el (diary-file, diary-file-name-prefix)
10876 (european-calendar-style, diary-date-forms)
10877 (calendar-day-name-array, calendar-month-name-array): Doc change.
10878 (generate-calendar-month): Adapt for new behaviour of
10879 `calendar-day-name' function.
10880 (calendar-abbrev-length, calendar-day-abbrev-array)
10881 (calendar-month-abbrev-array): New variables.
10882 (calendar-abbrev-construct): New function.
10883 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
10884 rather than fixing abbrevs at some width. Calling syntax change.
10885 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
10886 (calendar-date-string): Adapt for new behaviours of
10887 `calendar-day-name' and `calendar-month-name' functions.
10888
10889 * calendar/diary-lib.el (list-diary-entries): Adapt for new
10890 behaviour of `calendar-day-name' and `calendar-month-name' functions.
10891 (diary-name-pattern): Use abbrev arrays, rather than fixing
10892 abbrevs at three chars. Calling syntax change.
10893 (mark-diary-entries): Adapt for new behaviours of
10894 `diary-name-pattern' and `calendar-make-alist' functions.
10895 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
10896 `diary-name-pattern' function.
10897 (font-lock-diary-date-forms): Use abbrev arrays, rather than
10898 fixing abbrevs at three chars. Calling syntax change.
10899 (cal-hebrew, cal-islam): Require when compiling.
10900 (diary-font-lock-keywords): Adapt for new behaviour of
10901 `font-lock-diary-date-forms' function.
10902
10903 * calendar/cal-hebrew.el: Reposition some code so defined before used.
10904 (calendar-hebrew-month-name-array-common-year)
10905 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
10906 (list-hebrew-diary-entries): Adapt for new behaviours of
10907 `calendar-day-name' and `add-to-diary-list' functions.
10908 (mark-hebrew-diary-entries): Adapt for new behaviours of
10909 `diary-name-pattern' and `calendar-make-alist' functions.
10910
10911 * calendar/cal-islam.el (calendar-islamic-month-name-array):
10912 Add doc string.
10913 (list-islamic-diary-entries): Adapt for new behaviours of
10914 `calendar-day-name' and `add-to-diary-list' functions.
10915 (mark-islamic-diary-entries): Adapt for new behaviours of
10916 `diary-name-pattern' and `calendar-make-alist' functions.
10917
10918 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
10919 `calendar-month-name' function.
10920
10921 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
10922
10923 * calendar/solar.el (solar-seasons-data): Move definition before use.
10924
10925 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
10926 (cal-tex-LaTeX-hourbox): Move definition before use.
10927
10928 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
10929 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
10930 lunar.el, solar.el
10931 (displayed-month, displayed-year): Define for compiler.
10932
10933 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
10934
10935 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
10936 MODE. Renamed from c-init-c-language-vars'.
10937 (c-initialize-cc-mode): Change accordingly.
10938 (c-common-init): Ditto.
10939 (c-mode): Ditto.
10940 (c++-mode): Use `c-init-language-vars-for'.
10941 (objc-mode): Ditto.
10942 (java-mode): Ditto.
10943 (idl-mode): Ditto.
10944 (pike-mode): Ditto.
10945 (awk-mode): Ditto.
10946
10947 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
10948
10949 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
10950 or not the point moved.
10951
10952 (c-search-decl-header-end): Don't trip up on operator identifiers
10953 in C++ and operators like == in all languages.
10954
10955 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10956 Detect leading labels correctly.
10957
10958 2003-08-02 Andreas Schwab <schwab@suse.de>
10959
10960 * textmodes/ispell.el: Don't redo key bindings on loading, put
10961 them only in loaddefs.el.
10962 * bookmark.el: Likewise.
10963 * dabbrev.el: Likewise.
10964 * emerge.el: Likewise.
10965
10966 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
10967 has more than one member.
10968
10969 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
10970
10971 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10972
10973 * lpr.el (printify-region): It was ending conversion before the
10974 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
10975
10976 2003-07-31 John Paul Wallington <jpw@gnu.org>
10977
10978 * net/browse-url.el (browse-url-epiphany): Doc fix.
10979
10980 2003-07-30 Kenichi Handa <handa@m17n.org>
10981
10982 * international/fontset.el (setup-default-fontset):
10983 Change registry names of Akurti fonts.
10984
10985 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
10986
10987 * comint.el (comint-read-noecho): Use `clear-string' instead of
10988 `fillarray'.
10989
10990 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
10991
10992 * outline.el (outline-mode-hook): Add defvar.
10993
10994 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
10995
10996 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
10997 Restore assembler in source window if that is what has been selected.
10998 (menu): Add gdb-restore-windows to menu. Make gdba
10999 specific menus only visible from gdba.
11000
11001 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
11002
11003 * progmodes/compile.el (compilation-environment): New user variable.
11004 (compile-internal): Respect it.
11005
11006 2003-07-23 Masatake YAMATO <jet@gyve.org>
11007
11008 * progmodes/gud.el (gdb-script-font-lock-keywords):
11009 Put `font-lock-function-name-face' on a symbol which includes
11010 `-' like `hook-run'. Put font-lock-variable-name-face
11011 on a symbol starting with $.
11012
11013 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
11014
11015 * files.el (set-visited-file-name): Use truename for buffer-file-name.
11016
11017 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
11018
11019 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
11020
11021 2003-07-26 Andre Spiegel <spiegel@gnu.org>
11022
11023 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
11024 Use with-no-warnings.
11025 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
11026 rather than to find-file-not-found-hook, which doesn't exist.
11027
11028 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
11029
11030 * international/quail.el (quail-translate-key): Fix previous change.
11031
11032 2003-07-25 John Paul Wallington <jpw@gnu.org>
11033
11034 * server.el (server-start): Check `server-process' is non-nil
11035 before killing it to avoid killing current buffer's process.
11036
11037 * simple.el (choose-completion-string): Use `minibufferp';
11038 test `completion-reference-buffer' if `buffer' arg is nil.
11039 (push-mark): Use `when' and `unless'.
11040 (pop-mark): Use `when'.
11041
11042 * mouse-sel.el (mouse-sel-get-selection-function):
11043 Check `x-last-selected-text-primary'. Don't barf if it or
11044 `x-last-selected-text' aren't bound.
11045
11046 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11047
11048 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
11049
11050 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
11051
11052 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
11053
11054 2003-07-23 John Paul Wallington <jpw@gnu.org>
11055
11056 * tooltip.el (defface tooltip): Inherit from variable-pitch.
11057
11058 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
11059
11060 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
11061 string. Defvar the derived hook.
11062
11063 * macros.el (insert-kbd-macro): Escape double quote character.
11064 From Thomas W Murphy <twm@andrew.cmu.edu>.
11065
11066 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
11067
11068 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
11069 to match the specific mark rather than reusing comment-start-skip.
11070
11071 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
11072
11073 * progmodes/hideshow.el (hs-special-modes-alist):
11074 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
11075
11076 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
11077
11078 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
11079 value using ?\s.
11080
11081 2003-07-21 John Paul Wallington <jpw@gnu.org>
11082
11083 * subr.el (with-selected-window): Add closing paren.
11084
11085 2003-07-21 Richard M. Stallman <rms@gnu.org>
11086
11087 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
11088 (lisp-mode): Likewise.
11089
11090 * subr.el (with-selected-window): Copy code form save-selected-window
11091 so as to call select-window with norecord arg.
11092 (dynamic-completion-table): Doc fix.
11093 (lazy-completion-table): Doc fix.
11094
11095 * international/mule-cmds.el (set-locale-environment):
11096 langinfo renamed to locale-info.
11097
11098 * international/mule.el (auto-coding-functions): Doc fix.
11099
11100 2003-07-21 Kenichi Handa <handa@m17n.org>
11101
11102 * international/quail.el (quail-translate-key):
11103 Update quail-current-str correctly.
11104
11105 2003-07-21 Andreas Schwab <schwab@suse.de>
11106
11107 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
11108 ?, to "_".
11109
11110 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
11111 Version 2.0.36 of Tramp released.
11112
11113 * net/tramp.el (tramp-default-password-end-of-line): Rename from
11114 tramp-password-end-of-line.
11115 (tramp-password-end-of-line): New method parameter.
11116 (tramp-get-password-end-of-line): Function to access method
11117 parameter `tramp-password-end-of-line', or variable
11118 `tramp-default-password-end-of-line' (default value).
11119 (tramp-methods): Add entries for new parameter
11120 tramp-password-end-of-line.
11121 (tramp-enter-password): Use new function
11122 `tramp-get-password-end-of-line'.
11123 (tramp-handle-insert-file-contents): Do not
11124 unconditionally inhibit the file operation file-local-copy, only
11125 do that when the inhibit-file-name-operation is currently
11126 insert-file-contents. This fixes finding remote CVS-controlled
11127 files. (It would barf on inserting the CVS/Entries file
11128 literally, because the file-local-copy handler wasn't called.)
11129 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
11130 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
11131 (tramp-initial-commands): New variable.
11132 (tramp-process-initial-commands): New function, using the variable.
11133 (tramp-open-connection-setup-interactive-shell): Call the new function.
11134 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
11135 method into the buffer name, never use nil. Reported by Hanak
11136 David <dhanak@inf.bme.hu>.
11137 (tramp-open-connection-setup-interactive-shell): Erase buffer
11138 before sending "stty -onlcr".
11139
11140 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
11141
11142 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
11143
11144 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
11145
11146 2003-07-19 John Paul Wallington <jpw@gnu.org>
11147
11148 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
11149 (artist-draw-rect, artist-draw-square): Doc fixes.
11150
11151 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
11152
11153 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
11154
11155 2003-07-19 Kenichi Handa <handa@m17n.org>
11156
11157 * international/kkc.el (kkc-show-conversion-list-update):
11158 Highlight the correct candidate in the message.
11159
11160 2003-07-18 John Paul Wallington <jpw@gnu.org>
11161
11162 * simple.el (current-word): Don't include punctuation char when
11163 `really-word' arg is non-nil.
11164
11165 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
11166
11167 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
11168 moved to the directory obsolete.
11169
11170 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
11171
11172 * info.el (Info-menu-entry-name-re): Allow newlines in
11173 menu entry names.
11174
11175 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
11176 syntax-ppss-after-change-function.
11177 (syntax-ppss-after-change-function): New alias. Update uses.
11178 (syntax-ppss): Catch the case where the buffer is narrowed.
11179
11180 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
11181
11182 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
11183 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
11184
11185 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
11186
11187 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
11188 since it might be modified.
11189
11190 * progmodes/cc-langs.el (c++-make-template-syntax-table)
11191 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
11192 names to these language constants.
11193
11194 2003-07-15 Kim F. Storm <storm@cua.dk>
11195
11196 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
11197 All uses changed.
11198
11199 2003-07-14 Mark A. Hershberger <mah@everybody.org>
11200
11201 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
11202 Namespace support.
11203
11204 2003-07-13 Juanma Barranquero <lektu@terra.es>
11205
11206 * frame.el (modify-all-frames-parameters): Reinstall (copyright
11207 papers received).
11208
11209 2003-07-13 Karl Eichwalder <ke@suse.de>
11210
11211 * textmodes/po.el (po-find-charset): White space at the start of the
11212 Content-Type field body is non-mandatory.
11213
11214 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
11215
11216 * textmodes/texinfo.el (texinfo-section-list):
11217 Append appendixsection; a synonym for appendixsec.
11218
11219 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
11220
11221 * man.el (Man-translate-cleanup): New.
11222 (Man-translate-references): Call `Man-translate-cleanup' to clean
11223 leading, trailing and middle spaces.
11224
11225 2003-07-13 Lars Hansen <larsh@math.ku.dk>
11226
11227 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
11228 Handle `dired-directory' being a list.
11229
11230 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
11231
11232 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
11233 it doesn't exist.
11234
11235 2003-07-12 Richard M. Stallman <rms@gnu.org>
11236
11237 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
11238
11239 * progmodes/cc-defs.el (c-make-keywords-re):
11240 Don't use delete-duplicates.
11241 (c-lang-const): Don't use mapcan.
11242
11243 * apropos.el (apropos-show-scores): Make it customizable.
11244 Document new meaning.
11245 (apropos): Compute scores from symbols.
11246 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
11247
11248 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11249
11250 * ps-bdf.el: Fix copyright line.
11251 (bdf-directory-list): Fix initialization code.
11252
11253 2003-07-11 John Paul Wallington <jpw@gnu.org>
11254
11255 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
11256 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
11257 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
11258
11259 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
11260
11261 * emacs-lisp/ring.el (ring-elements): Doc fix.
11262
11263 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11264
11265 * calendar/timeclock.el (timeclock-relative)
11266 (timeclock-ask-before-exiting, timeclock-use-display-time):
11267 Doc changes.
11268 (timeclock-modeline-display): Give a message if
11269 `timeclock-use-display-time' is non-nil but `display-time-mode'
11270 is not active.
11271
11272 2003-07-11 Kenichi Handa <handa@m17n.org>
11273
11274 * international/mule-cmds.el (set-language-environment):
11275 Set current-language-environment to the correct string.
11276
11277 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11278
11279 * ps-print.el: Print line number correctly in a region. Reported by
11280 Tim Allen <timallen@ls83.fsnet.co.uk>.
11281 (ps-print-version): New version number (6.6.2).
11282 (ps-printing-region): Code fix.
11283
11284 2003-07-10 John Paul Wallington <jpw@gnu.org>
11285
11286 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
11287 this function can be called from `add-completions-from-tags-table'.
11288
11289 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
11290
11291 * calendar/timeclock.el (timeclock-use-display-time)
11292 (timeclock-day-over-hook, timeclock-workday-remaining)
11293 (timeclock-status-string, timeclock-when-to-leave)
11294 (timeclock-when-to-leave-string, timeclock-log-data)
11295 (timeclock-find-discrep, timeclock-day-base)
11296 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
11297 (timeclock-modeline-display): Set the variable
11298 `timeclock-modeline-display'.
11299 (timeclock-update-modeline): Doc fix. Respect value of
11300 `timeclock-relative'.
11301
11302 2003-07-09 Richard M. Stallman <rms@gnu.org>
11303
11304 * textmodes/reftex-parse.el (reftex-all-document-files):
11305 Add autoload cookie.
11306
11307 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
11308 (reftex-scanning-info-available-p): Add autoload cookie.
11309
11310 * international/mule-cmds.el
11311 (set-display-table-and-terminal-coding-system): Delete duplicate
11312 aset on standard-display-table.
11313
11314 * view.el (view-file): If existing buffer's major mode is special,
11315 don't go into view mode.
11316
11317 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
11318
11319 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11320
11321 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
11322 buffer changes; there's third party code that calls this function
11323 directly.
11324
11325 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11326
11327 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
11328 (autodoc-font-lock-keywords): Don't byte compile on font lock
11329 initialization when running from byte compiled files.
11330
11331 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11332
11333 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
11334 statement ends with auto-increment "++".
11335
11336 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11337
11338 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11339 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11340 these are changed, so declare them as variables and not constants.
11341
11342 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
11343
11344 * subr.el (dolist, dotimes): Doc fix.
11345
11346 2003-07-08 Kim F. Storm <storm@cua.dk>
11347
11348 * international/mule-cmds.el
11349 (set-display-table-and-terminal-coding-system): Don't break
11350 bootstrap if standard-display-table isn't setup yet.
11351
11352 2003-07-07 Richard M. Stallman <rms@gnu.org>
11353
11354 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
11355 Give it a doc string, and autoload it.
11356
11357 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
11358 Use with-no-warnings.
11359
11360 * info.el (Info-search): If find invisible text, search again.
11361
11362 * isearch.el (search-whitespace-regexp): Add a shy group around it.
11363
11364 * man.el (Man-name-regexp): Match + as part of name.
11365
11366 * simple.el (visible-mode): Rename from vis-mode.
11367 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
11368
11369 * simple.el (current-word): New arg REALLY-WORD specifies
11370 don't include punctuation chars.
11371
11372 * emacs-lisp/debug.el (debug, debugger-env-macro):
11373 Use with-no-warnings while accessing and binding unread-command-char.
11374
11375 * international/mule-cmds.el
11376 (set-display-table-and-terminal-coding-system): Use explicit loop
11377 instead of calling standard-display-default.
11378
11379 * net/ange-ftp.el (ange-ftp-file-symlink-p):
11380 Use condition-case to catch error in ange-ftp-get-files.
11381
11382 * net/browse-url.el (browse-url-browser-function):
11383 Add alternative for Epiphany.
11384 (browse-url-epiphany-program, browse-url-epiphany-arguments)
11385 (browse-url-epiphany-startup-arguments)
11386 (browse-url-epiphany-new-window-is-tab): New variables.
11387 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
11388
11389 * progmodes/compile.el (compile-auto-highlight): Default now t.
11390 (compile): Doc fix.
11391 (compilation-next-error): Fix previous change.
11392
11393 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
11394
11395 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
11396
11397 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
11398
11399 * gdb-ui.el (gdb-source-info): Display current frame when
11400 attaching to an existing process.
11401 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
11402 while laying out windows when attaching to an existing process.
11403
11404 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
11405
11406 * info.el (Info-menu): Use Info-menu-entry-name-re.
11407
11408 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
11409
11410 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
11411 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
11412
11413 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
11414 to match the same text.
11415
11416 2003-07-06 John Paul Wallington <jpw@gnu.org>
11417
11418 * vc.el (vc-annotate-offset): Move defvar up.
11419
11420 2003-07-06 Kim F. Storm <storm@cua.dk>
11421
11422 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
11423 This should fix the infinite loop when extracting menu names.
11424
11425 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
11426
11427 * files.el (auto-mode-alist, interpreter-mode-alist):
11428 Remove entries to CC Mode modes to avoid duplicates; they are now added
11429 with autoload directives in cc-mode.el.
11430
11431 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
11432
11433 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11434 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11435 these are changed, so declare them as variables and not constants.
11436
11437 * progmodes/cc-mode.el: Fix some autoload problems: Try to
11438 ensure that the entry for ".c" extension comes before the one for
11439 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
11440 Fix incorrect entries that were added to `interpreter-mode-alist'.
11441 Move the autoload directives for AWK to the top level since they
11442 aren't recognized anywhere else. Do not use the new AWK mode doc
11443 in the autoload form for the old AWK mode.
11444
11445 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11446
11447 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
11448 (bibtex-sort-ignore-string-entries): Default value t.
11449 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
11450 erroneously in previous version.
11451 (bibtex-string-files): Docstring reflects new parsing scheme.
11452 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
11453 docstring, add # as one of the chars to crush
11454 (bibtex-autokey-prefix-string, bibtex-autokey-names)
11455 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
11456 (bibtex-autokey-name-change-strings)
11457 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
11458 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
11459 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
11460 (bibtex-autokey-title-terminators)
11461 (bibtex-autokey-titlewords-stretch)
11462 (bibtex-autokey-titleword-ignore)
11463 (bibtex-autokey-titleword-case-convert)
11464 (bibtex-autokey-titleword-abbrevs)
11465 (bibtex-autokey-titleword-abbrevs)
11466 (bibtex-autokey-titleword-change-strings)
11467 (bibtex-autokey-titleword-length)
11468 (bibtex-autokey-titleword-separator)
11469 (bibtex-autokey-name-year-separator)
11470 (bibtex-autokey-year-title-separator)
11471 (bibtex-autokey-before-presentation-function)
11472 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
11473 Fix docstring.
11474 (bibtex-strings, bibtex-reference-keys):
11475 Use lazy-completion-table and make-variable-buffer-local.
11476 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
11477 (bibtex-braced-string-syntax-table)
11478 (bibtex-quoted-string-syntax-table): New variables.
11479 (bibtex-parse-nested-braces): Remove.
11480 (bibtex-parse-field-string): Use syntax table and forward-sexp.
11481 (bibtex-parse-association): Simplify.
11482 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
11483 (bibtex-parse-field-text): Simplify.
11484 (bibtex-search-forward-field, bibtex-search-backward-field):
11485 argument BOUND can take value t.
11486 (bibtex-start-of-field, bibtex-start-of-name-in-field)
11487 (bibtex-end-of-name-in-field, bibtex-end-of-field)
11488 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
11489 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
11490 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
11491 (bibtex-skip-to-valid-entry): Return buffer position of beginning
11492 and ending of entry. Update for changes of bibtex-search-entry.
11493 Simplify.
11494 (bibtex-map-entries): FUN is called with three arguments.
11495 (bibtex-search-entry): Return a cons pair with buffer positions of
11496 beginning and end of entry.
11497 (bibtex-enclosing-field): Simplify.
11498 (bibtex-format-entry): Use booktitle to set a missing title.
11499 (bibtex-autokey-get-names): Fiddle with regexps.
11500 (bibtex-generate-autokey): Use identity.
11501 (bibtex-parse-keys): Use simplified parsing algorithm if
11502 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
11503 arguments. Return alist of keys.
11504 (bibtex-parse-strings): Simplify. Return alist of strings.
11505 (bibtex-complete-string-cleanup): Fix docstring.
11506 (bibtex-read-key): New function.
11507 (bibtex-mode): Fix docstring. Do not parse for keys and
11508 strings when the mode is entered. Set fill-paragraph-function to
11509 bibtex-fill-field. Setup font-lock-mark-block-function the way
11510 font-lock intended.
11511 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
11512 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
11513 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
11514 (bibtex-Preamble): Avoid hard coded constants.
11515 (bibtex-make-field): Fix docstring. Simplify.
11516 (bibtex-beginning-of-entry): Always return new position of point.
11517 (bibtex-end-of-entry): Rearrange cond clauses.
11518 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
11519 Update for changes of bibtex-map-entries.
11520 (bibtex-ispell-abstract): Do not move point.
11521 (bibtex-entry-index): Use downcase. Simplify.
11522 (bibtex-lessp): Handle catch-all.
11523 (bibtex-find-crossref): Turn into a command.
11524 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
11525 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
11526 preamble entries.
11527 (bibtex-fill-field-bounds): New function.
11528 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
11529 (bibtex-fill-entry): Use bibtex-fill-field-bounds
11530 (bibtex-String): Use bibtex-strings. Always obey
11531 bibtex-sort-ignore-string-entries.
11532
11533 2003-07-05 John Paul Wallington <jpw@gnu.org>
11534
11535 * cus-theme.el (customize-create-theme):
11536 Call `customize-create-theme' in Reset widget's notify function.
11537
11538 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
11539 (ibuffer-mark-interactive): Use `or' instead of `unless'.
11540 (define-ibuffer-column name): Add summarizer.
11541 (define-ibuffer-column size): Likewise.
11542 (define-ibuffer-column filename): Likewise.
11543 (define-ibuffer-column process): Likewise. Change BODY's output too.
11544 (define-ibuffer-column filename-and-process): Likewise, likewise.
11545 (ibuffer): Remove local vars `already-in' and `need-update'.
11546
11547 * ibuf-ext.el: Don't require `derived' at compile-time.
11548
11549 2003-07-05 Kim F. Storm <storm@cua.dk>
11550
11551 * info.el: Disable paragraph refilling.
11552 (Info-refill-paragraphs): New defcustom.
11553 (Info-fontify-node): Use it.
11554
11555 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
11556
11557 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
11558 thingies from constructors created by defstruct.
11559
11560 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
11561 the default value of the variable.
11562 (byte-code-meter): Move declaration to top level.
11563
11564 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
11565
11566 * info.el (Info-following-node-name-re): New fun.
11567 (Info-following-node-name): Remove.
11568 (Info-insert-dir): Use the new fun.
11569 (Info-extract-pointer): Don't save restriction; use new fun.
11570 (Info-menu-entry-name-re): New const.
11571 (Info-menu-entry-name-re): Use it along with new fun.
11572 (Info-node-spec-re): Use new fun.
11573 (Info-complete-menu-item, Info-fontify-node): Use new const.
11574 (Info-goto-node, Info-follow-reference, Info-menu-update):
11575 Use match-string.
11576 (Info-follow-reference): Use assoc-string.
11577 Use a list of strings for the completion table.
11578 (Info-fontify-node): Use match-string, line-end-position.
11579 Limit the search for `node:' to the first line.
11580
11581 * newcomment.el (uncomment-region): Remove padding coming from
11582 comment-start rather than just from comment-padding.
11583
11584 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
11585 (vc-cvs-stay-local-p): Use vc-stay-local-p.
11586 (vc-cvs-rename-file): Remove (use the default).
11587 (vc-cvs-register): Register parent dir if needed.
11588 (vc-cvs-could-register): Return non-nil if parent can be registered.
11589 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
11590 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
11591
11592 * vc-svn.el (vc-svn-use-edit): Make it into a const.
11593 (vc-svn-update): Fix the arguments to `svn'.
11594 (vc-svn-diff-tree): Just use `vc-svn-diff'.
11595 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
11596 Simple implementations, assuming `name' is a URL.
11597
11598 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
11599 set of chars allowed unquoted in a case pattern.
11600
11601 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
11602
11603 * font-lock.el (font-lock-extra-types-widget)
11604 (c-font-lock-extra-types, c++-font-lock-extra-types)
11605 (objc-font-lock-extra-types, java-font-lock-extra-types)
11606 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
11607 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
11608 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
11609 (font-lock-match-c++-structor-declaration)
11610 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
11611 (c++-font-lock-keywords-3, c++-font-lock-keywords)
11612 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
11613 (objc-font-lock-keywords-3, objc-font-lock-keywords)
11614 (java-font-lock-keywords-1, java-font-lock-keywords-2)
11615 (java-font-lock-keywords-3, java-font-lock-keywords)
11616 (java-font-lock-syntactic-face-function): Remove obsolete code
11617 and constants. It's all in cc-fonts.el now.
11618
11619 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
11620
11621 * mail/sendmail.el (mail-specify-envelope-from)
11622 (mail-envelope-from): Doc fix.
11623
11624 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
11625
11626 * generic-x.el: Do away with the dependency on `c-emacs-features'
11627 when populating `rul-generic-mode-syntax-table'; we already know
11628 this isn't XEmacs.
11629
11630 See ChangeLog.10 for earlier changes.
11631
11632 ;; Local Variables:
11633 ;; coding: iso-2022-7bit
11634 ;; End:
11635
11636 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
11637 Copying and distribution of this file, with or without modification,
11638 are permitted provided the copyright notice and this notice are preserved.
11639
11640 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1