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