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