]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(dired-file-set-difference): Don't use `caddr'.
[gnu-emacs] / lisp / ChangeLog
1 2004-07-19 John Paul Wallington <jpw@gnu.org>
2
3 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
4
5 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
6
7 * dired-aux.el (dired-do-kill-lines): Expand docstring.
8 Delete irrelevant code.
9
10 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
11
12 * net/tramp.el (tramp-handle-verify-visited-file-modtime): New
13 docstring. From Luc Teirlinck.
14
15 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
16
17 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
18 section.
19 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
20 non-file buffers. We know it is nil.
21
22 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
23
24 Sync with Tramp 2.0.43.
25
26 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
27 outdated comment.
28 (tramp-locked, tramp-locker): New variables for implementing a
29 global lock.
30 (tramp-sh-file-name-handler): Use them to implement the global
31 lock.
32
33 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
34
35 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
36 calls to respective `xxx` calls.
37 (tramp-process-alive-regexp): Precise doc string.
38 (tramp-multi-action-process-alive): New defun.
39 (tramp-multi-actions): Use it.
40 (tramp-handle-find-backup-file-name): `copy-tree' is available
41 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
42 in order to avoid this function.
43 (tramp-handle-write-region): Set current buffer. If connection
44 wasn't open, `file-modes' has changed it accidently. Reported by
45 David Kastrup <dak@gnu.org>.
46 (tramp-enter-password, tramp-read-passwd): New arguments USER and
47 HOST.
48 (tramp-action-password, tramp-multi-action-password): Apply it.
49 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
50 name must still contain the port number. Otherwise, we have two
51 Tramp buffers, with all the confusion. Reported by Myron Selby
52 <myron@xytech.com> and Rolf Dubitzky
53 <Dubitzky@physi.uni-heidelberg.de>.
54
55 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
56 HOST to `tramp-enter-passwd'.
57
58 * net/tramp-vc.el (all): Code cleanup. Change all
59 `tramp-handle-xxx' calls to respective `xxx` calls.
60
61 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
62
63 * emacs-lisp/testcover.el: New category "potentially-1valued" for
64 functions that are not erroneous if either 1-valued or
65 multi-valued. Detect functions in this class.
66 (testcover-1value-functions, testcover-compose-functions,
67 testcover-progn-functions) Added some additional functions to lists.
68 (testcover-mark): Bugfix when marking up the definition for an
69 empty function.
70
71 2004-07-17 Richard M. Stallman <rms@gnu.org>
72
73 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
74
75 * mail/footnote.el (footnote-section-tag): Use defcustom.
76
77 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
78 Compile font-lock-keywords, not KEYWORDS.
79 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
80 Add warn, check-type. Handle cerror like error.
81
82 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
83
84 * progmodes/which-func.el (which-func-keymap): New var.
85 (which-func-face): New face.
86 (which-func-format): Use them.
87
88 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
89
90 * buff-menu.el (list-buffers-noselect): Append the buffer's
91 process status to its mode name.
92
93 2004-07-16 Kim F. Storm <storm@cua.dk>
94
95 * simple.el (inhibit-mark-movement): New defvar.
96 (beginning-of-buffer, end-of-buffer): Do not push mark if
97 inhibit-mark-movement is non-nil or C-u prefix is given.
98
99 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
100 Init to beginning-of-buffer and end-of-buffer.
101 (cua--undo-push-mark): New defvar.
102 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
103 already active and command is in cua--preserve-mark-commands.
104 Also fix check for shift modifier on non-window systems.
105 (cua--post-command-handler): Clear inhibit-mark-movement if set.
106
107 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
108
109 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
110 of two integers, instead of a cons.
111
112 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
113 `visited-file-modtime' now returns a list of two integers, instead
114 of a cons.
115
116 * dired.el (dired-directory-changed-p): Ditto.
117
118 * progmodes/grep.el (grep): Doc fix.
119
120 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
121
122 * autorevert.el (auto-revert-tail-mode)
123 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
124 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
125 in both at the same time.
126 (auto-revert-tail-mode): New command.
127 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
128 (auto-revert-handler): Revert only either tail or whole file.
129
130 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
131 add auto-revert-tail-mode.
132
133 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
134
135 * printing.el: Doc fix. Change name of some funs.
136 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
137 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
138 (pr-standard-file-name): New fun. Replace pr-standard-path.
139 (pr-call-process): Code fix.
140
141 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
142
143 * subr.el (with-selected-window): Doc fix.
144
145 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
146
147 * subr.el (get-buffer-window-list): Doc fix.
148
149 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
150
151 * files.el (switch-to-buffer-other-window): Doc fix.
152
153 * window.el (save-selected-window, one-window-p)
154 (split-window-keep-point, split-window-vertically)
155 (split-window-horizontally): Doc fixes.
156
157 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
158
159 * printing.el: Doc fix. Now it uses call-process instead of
160 shell-command for low command execution.
161 (pr-version): New version number (6.8).
162 (pr-shell-file-name): Option removed.
163 (pr-shell-command): Fun removed.
164 (pr-call-process): New fun. Replace pr-shell-command.
165 (pr-standard-path, pr-remove-nil-from-list): New funs.
166 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
167 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
168 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
169 (pr-ps-utility-process, pr-txt-print): Code fix.
170
171 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
172
173 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
174 boolean.
175
176 2004-07-09 Lars Hansen <larsh@math.ku.dk>
177
178 * wid-edit.el (widget-field-buffer): Doc fix.
179
180 2004-07-09 John Paul Wallington <jpw@gnu.org>
181
182 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
183 between one and several matches in message.
184
185 2004-07-09 Richard M. Stallman <rms@gnu.org>
186
187 * mouse.el (mouse-set-region-1): If transient-mark-mode
188 is `identity', change it to `only'.
189
190 * simple.el (current-word): Doc fix.
191
192 2004-07-09 Mark A. Hershberger <mah@everybody.org>
193
194 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
195 so that it is more understanding of whitespace.
196
197 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
198 form
199 (("ns" . "element") (attr-list) children) instead of
200 ((:ns . "element") (attr-list) children) in order to reduce the
201 number of symbols used.
202 (xml-skip-dtd): Change to use xml-parse-dtd but set
203 xml-validating-parsing to nil.
204 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
205 (xml-substitute-entity): Remove in favor of new entity substitution.
206 (xml-substitute-special): Rewrite in to substitute complex
207 entities from DOCTYPE declarations.
208 (xml-parse-fragment): Parse fragments from entity deleclarations.
209 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
210 (xml-parse-dtd, xml-substitute-special): Make validity checks
211 conditioned on xml-validating-parser. Add "Not Well Formed" to
212 error messages about well-formedness.
213
214 2004-07-08 Steven Tamm <steventamm@mac.com>
215
216 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
217 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
218 Do not treat double clicks and triple clicks specially in the
219 scroll bar (preventing strange repositioning problems)
220
221 2004-07-06 Stefan <monnier@iro.umontreal.ca>
222
223 * replace.el (query-replace-regexp-eval): Fix last change.
224
225 2004-07-05 Stefan <monnier@iro.umontreal.ca>
226
227 * replace.el (query-replace-descr): New fun.
228 (query-replace-read-from, query-replace-read-args): Default to the
229 previous from&to.
230 (query-replace-read-to): Quote the `from' string when displaying it.
231 (query-replace-regexp-eval): Immediately check read-only status.
232 Use query-replace-read-from to get the \n checking.
233 Quote the `from' string when displaying it.
234 (map-query-replace-regexp, occur-read-primary-args):
235 Quote the `from' string when displaying it.
236
237 * isearch.el (isearch-query-replace): Pass the regexp-ness and
238 delimited-ness of the search to query-replace.
239
240 * replace.el (query-replace-read-from, query-replace-read-to):
241 New funs extracted from query-replace-read-args.
242 (query-replace-read-args): Use them.
243
244 * replace.el (query-replace-interactive, query-replace-read-args):
245 Remove the `initial' special value.
246 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
247 (occur-engine): Remove unused var `matchend'.
248
249 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
250 Use the search string without prompting.
251
252 2004-07-05 Kenichi Handa <handa@m17n.org>
253
254 * international/mule.el (decode-coding-inserted-region):
255 Set last-coding-system-used only when coding is nil.
256
257 2004-07-03 Eli Zaretskii <eliz@gnu.org>
258
259 * progmodes/grep.el (grep-compute-defaults, grep-command)
260 (grep-program, find-program, grep-find-use-xargs, grep-history)
261 (grep-find-history, grep-tag-default, grep-find-command)
262 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
263 Add autoload cookies, for unbundled packages that load `compile'
264 and expect all grep-related symbols to become defined.
265
266 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
267
268 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
269 (iimage-mode-image-search-path): New user option to search the
270 image file.
271 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
272 have locate-file.
273 (iimage-mode-buffer): Use it.
274
275 2004-07-03 Nick Roberts <nickrob@gnu.org>
276
277 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
278 carefully.
279 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
280
281 2004-07-03 Juri Linkov <juri@jurta.org>
282
283 * replace.el (query-replace-read-args): Swallow space after 'foo,
284 not after (quote foo). Match space only immediately after symbol,
285 not anywhere in the whole string.
286
287 2004-07-02 Richard M. Stallman <rms@gnu.org>
288
289 * replace.el (query-replace-read-args): Swallow space after
290 symbols, not after closeparens. But avoid error if string ends there.
291
292 * progmodes/python.el (python-beginning-of-statement):
293 Exit the loop if backward-up-list gets error.
294
295 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
296
297 2004-07-02 Andre Spiegel <spiegel@gnu.org>
298
299 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
300 only if vc-consult-headers is non-nil.
301
302 2004-07-02 Juri Linkov <juri@jurta.org>
303
304 * pcvs.el (cvs-mode-diff-repository): New command.
305
306 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
307
308 2004-07-01 Juri Linkov <juri@jurta.org>
309
310 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
311 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
312 C-M-% to isearch-query-replace-regexp.
313 (minibuffer-local-isearch-map): Add arrow key bindings.
314 Bind C-f to isearch-yank-char-in-minibuffer.
315 (isearch-forward): Doc fix.
316 (isearch-edit-string): Doc fix.
317 (isearch-query-replace, isearch-query-replace-regexp): New funs.
318 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
319 (isearch-yank-char): Add optional arg.
320 (isearch-yank-char-in-minibuffer): New fun.
321
322 * replace.el (query-replace-interactive): Change type from boolean
323 to choice. Add value `initial'.
324 (query-replace-read-args): Handle value `initial' of
325 query-replace-interactive.
326
327 2004-06-29 Kim F. Storm <storm@cua.dk>
328
329 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
330 (breakpoint-disabled-bitmap-face): Add :group 'gud.
331
332 * progmodes/ada-xref.el (ada-tight-gvd-integration):
333 Add :group 'ada.
334
335 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
336
337 2004-06-29 Juri Linkov <juri@jurta.org>
338
339 * replace.el (query-replace-read-args): Swallow a space after
340 everything except )]" which in most cases means after a symbol.
341
342 * emacs-lisp/pp.el (pp-buffer): Add autoload.
343
344 2004-06-28 Richard M. Stallman <rms@gnu.org>
345
346 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
347 More changes to go with previous change in font-lock.el.
348
349 2004-06-26 David Kastrup <dak@gnu.org>
350
351 * replace.el (perform-replace): Highlight the match even in
352 non-query mode if there is potential replace string editing.
353
354 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
355
356 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
357 agree with new return value of `file-remote-p'.
358 This syncs with Tramp 2.0.42.
359
360 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
361 according to new documentation of `file-remote-p'.
362
363 * files.el (file-remote-p): Fix doc to say that return value is
364 identification of remote system, if not nil.
365 (file-relative-name): Use new return value of `file-remote-p'.
366
367 2004-06-26 Nick Roberts <nickrob@gnu.org>
368
369 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
370 (gdb-goto-breakpoint): Fix breakage.
371
372 2004-06-26 Eli Zaretskii <eliz@gnu.org>
373
374 * man.el (Man-getpage-in-background): Add windows-nt to the list
375 of systems where shell-file-name should be used instead of
376 literal "sh".
377
378 2004-06-25 Sam Steingold <sds@gnu.org>
379
380 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
381 function names `(setf symbol)'.
382
383 2004-06-24 Richard M. Stallman <rms@gnu.org>
384
385 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
386
387 * font-lock.el (font-lock-keywords): Change format of compiled values.
388 Document it.
389 (font-lock-add-keywords): If font-lock-keywords is compiled,
390 extract the uncompiled version, modify, then recompile.
391 (font-lock-remove-keywords): Likewise.
392 (font-lock-fontify-keywords-region): Handle changed format.
393 (font-lock-compile-keywords): Handle changed format.
394 (font-lock-set-defaults): Compile the keywords explicitly here.
395
396 2004-06-24 David Kastrup <dak@gnu.org>
397
398 * replace.el (query-replace-read-args): Implement `\,' and `\#'
399 replacements here.
400 (query-replace-regexp): Doc string explaining this and the new
401 `\?' replacement. Remove `\,' and `\#' implementation here, as it
402 is better placed in `query-replace-read-args'.
403 (replace-regexp): Explain `\,', `\#' and `\?'.
404 (replace-match-data): New function for thorough reuse/destruction
405 of old match-data.
406 (replace-match-maybe-edit): Function for implementing `\?' editing.
407 (perform-replace): Fix maintaining of the match stack including
408 already matched regions, implement `\?', fix various problems
409 with regions while editing and other stuff.
410 (replace-highlight): Simplify.
411
412 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
413
414 * progmodes/grep.el (grep-error-screen-columns): New variable.
415 (grep-regexp-alist): Give it the full functionality of gnu style
416 compilation messages with line and column ranges. Ask me for the
417 perl script I'm working on, that uses these.
418
419 2004-06-23 Nick Roberts <nickrob@gnu.org>
420
421 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
422 Remove.
423 (comint-insert-input, comint-mouse-insert-input): New functions
424 based on comint-insert-clicked-input for two bindings but just
425 one functionality.
426
427 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
428
429 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
430
431 2004-06-23 Lars Hansen <larsh@math.ku.dk>
432
433 * files.el (write-contents-functions): Doc fix.
434
435 2004-06-21 Juanma Barranquero <lektu@terra.es>
436
437 * image.el (image-library-alist): Rewrite docstring in active voice.
438
439 2004-06-20 Richard M. Stallman <rms@gnu.org>
440
441 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
442
443 * isearch.el (isearch-repeat): Avoid testing old match data.
444 (isearch-message): Display trailing space in special font
445 when search is failing.
446 (isearch-search-fun-function): Doc fix.
447
448 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
449
450 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
451
452 * frame.el (show-trailing-whitespace): Doc fix.
453
454 * cus-edit.el (custom-variable-documentation): New function.
455 (custom-variable): Use it.
456
457 2004-06-19 Nick Roberts <nickrob@gnu.org>
458
459 * man.el (Man-getpage-in-background): Revert previous change but
460 make cygwin a special case.
461
462 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
463
464 * autorevert.el (global-auto-revert-non-file-buffers):
465 Update docstring.
466
467 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
468
469 * progmodes/compile.el (compilation-error-properties): Store one
470 more than end-col, if present, so that transient-mark-mode will
471 highlight last char too.
472 * progmodes/grep.el (grep-regexp-alist): Match columns and column
473 ranges, if present.
474
475 2004-06-18 Jason Rumney <jasonr@gnu.org>
476
477 * makefile.w32-in: Double percent signs in for loops.
478
479 2004-06-17 David Kastrup <dak@gnu.org>
480
481 * replace.el (query-replace-read-args): Only warn about use of \n
482 and \t when we are doing a regexp replacement and the actual
483 escaped character is n or t.
484 (query-replace-regexp): Add \, and \# interpretation to
485 interactive call and document it.
486 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
487 as shortkey for replace-count.
488 (replace-quote): New function for doubling backslashes.
489
490 2004-06-17 Juanma Barranquero <lektu@terra.es>
491
492 * files.el (parse-colon-path, cd): Mention in docstring that the
493 path separator is colon in GNU-like systems.
494
495 * newcomment.el (comment-region-internal): Fix docstring.
496
497 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
498 (ewoc-invalidate, ewoc-collect): Doc fixes.
499 (ewoc--create-node, ewoc--delete-node-internal):
500 Fix typos in docstring.
501
502 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
503
504 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
505 manual to docstring.
506
507 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
508
509 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
510
511 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
512
513 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
514 Add hyperlink to emacs-xtra manual to docstring.
515
516 * autorevert.el (global-auto-revert-non-file-buffers):
517 Add hyperlink to emacs-xtra manual to docstring, as well as an
518 info-link.
519
520 2004-06-14 Juanma Barranquero <lektu@terra.es>
521
522 * image.el (image-library-alist): New variable to map image types
523 to external libraries. Initialized to nil, unless system-specific
524 configs change it.
525 (image-type-available-p): Determine whether an image type is
526 available by calling `init-image-library'.
527
528 * term/w32-win.el (image-library-alist): Initialize to a known set
529 of probable library names.
530
531 2004-06-14 Kenichi Handa <handa@m17n.org>
532
533 * international/code-pages.el (windows-1256, cp1125): Fix tables
534 for several characters.
535
536 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
537
538 2004-06-13 Richard M. Stallman <rms@gnu.org>
539
540 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
541
542 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
543 not "`pc-selection-mode'".
544
545 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
546
547 * simple.el (previous-matching-history-element): Specify a default.
548
549 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
550
551 * cus-face.el (custom-declare-face): Simplify code.
552
553 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
554
555 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
556
557 * files.el (before-save-hook): Add `time-stamp' to the options.
558
559 * time-stamp.el (time-stamp): Recommend adding it to
560 `before-save-hook', rather than `write-file-functions'.
561 Make a similar change in `Commentary' section.
562
563 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
564
565 * diff-mode.el (diff-current-defun): If at start of hunk, use
566 position of first change.
567
568 2004-06-13 Lars Hansen <larsh@math.ku.dk>
569
570 * dired-x.el (dired-mark-omitted): Bind to "*O".
571
572 2004-06-12 Karl Fogel <kfogel@red-bean.com>
573
574 * bookmark.el (bookmark-bmenu-relocate): New function, as
575 suggested by David J. Biesack <David.Biesack@sas.com>.
576 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
577 (bookmark-bmenu-mode): Describe binding in doc string.
578 (bookmark-set-filename): Save the bookmark list if it's time.
579
580 2004-06-13 Kenichi Handa <handa@m17n.org>
581
582 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
583 (ccl-untranslated-to-ucs): Fix typo.
584
585 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
586
587 * progmodes/python.el (python-open-block-statement-p):
588 Fix indentation after a block opening that contains a comment.
589
590 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
591
592 * bindings.el (completion-ignored-extensions): Add file extensions
593 of Python byte-compiled files.
594
595 2004-06-12 Juri Linkov <juri@jurta.org>
596
597 * info.el (Info-goto-node): Add autoload.
598 (Info-toc): Add substring-no-properties on Info file name.
599 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
600 (Info-mode-map): Bind L to Info-history, T to Info-toc.
601
602 2004-06-12 Kenichi Handa <handa@m17n.org>
603
604 * international/mule-cmds.el (set-language-environment):
605 Load subst tables if necessary.
606
607 * international/mule.el (decode-char): Load subst tables if necessary.
608 (encode-char): Likewise.
609
610 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
611 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
612 (utf-16le-decode-loop): Set r5 to -1 before loop.
613 (utf-16be-decode-loop): Likewise.
614 (ccl-decode-mule-utf-16le): Add EOF processing block.
615 (ccl-decode-mule-utf-16be): Likewise.
616 (ccl-decode-mule-utf-16le-with-signature): Likewise.
617 (ccl-decode-mule-utf-16be-with-signature): Likewise.
618 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
619 (ccl-mule-utf-16-encode-untrans): New CCL.
620 (utf-16-decode-to-ucs): Handle pre-read character.
621 (utf-16le-encode-loop): Handle surrogate pair.
622 (utf-16be-encode-loop): Likewise.
623 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
624 of utf-16le-encode-loop.
625 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
626 of utf-16be-encode-loop.
627 (mule-utf-16-post-read-conversion):
628 Call utf-8-post-read-conversion at first.
629 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
630 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
631 Add post-read-conversion and pre-write-conversion.
632
633 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
634 (utf-translate-cjk-unicode-range): New variable.
635 (utf-translate-cjk-load-tables): New function.
636 (utf-lookup-subst-table-for-decode): New function.
637 (utf-lookup-subst-table-for-encode): New function.
638 (utf-translate-cjk-mode): Init-value changed to t. Don't load
639 tables here. Update safe-charsets of utf-* coding systems.
640 (ccl-mule-utf-untrans): New CCL.
641 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
642 at end of each branch.
643 (ccl-mule-utf-8-encode-untrans): New CCL.
644 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
645 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
646 length of encoding. Don't return r0.
647 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
648 (utf-8-post-read-conversion): Narrow to region properly.
649 If utf-translate-cjk-mode is on, load tables if necessary.
650 Call utf-8-compose with hash-table arg if necessary.
651 Call XXX-compose-region instead of XXX-post-read-convesion.
652 (utf-8-pre-write-conversion): New function.
653 (mule-utf-8): Include CJK charsets in safe-charsets if
654 utf-translate-cjk-mode is on. Add pre-write-conversion.
655
656 * international/characters.el: Temporarily set
657 utf-translate-cjk-mode to nil.
658
659 * language/devan-util.el (devanagari-compose-region):
660 Add autoload cookie.
661
662 * international/ccl.el (ccl-dump-call): Fix printing the
663 subroutine name.
664
665 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
666
667 * dired.el (dired-revert): If buffer is marked unmodified before
668 reverting, keep it marked unmodified.
669 Adapt to new conventions for commenting out code.
670 (dired-make-relative): Adapt to new conventions for commenting out code.
671
672 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
673
674 * eshell/esh-module.el (eshell-load-defgroups):
675 Bind `vc-handled-backends' to nil when opening files.
676
677 2004-06-11 Juanma Barranquero <lektu@terra.es>
678
679 * files.el (parse-colon-path, cd): Doc fixes (refer to
680 `path-separator', not colon).
681
682 2004-06-10 Juanma Barranquero <lektu@terra.es>
683
684 * newcomment.el (comment-search-forward)
685 (comment-search-backward): Fix typos in docstring.
686 (comment-region): Doc fix.
687
688 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
689
690 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
691 switch is no longer stored in `dired-switches-alist'.
692
693 * dired-aux.el (dired-insert-subdir): Do not store R switch in
694 `dired-switches-alist'.
695
696 2004-06-10 Kim F. Storm <storm@cua.dk>
697
698 * pcvs.el (cvs-mode-diff-yesterday): New command.
699
700 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
701
702 2004-06-10 Juri Linkov <juri@jurta.org>
703
704 * emacs-lisp/edebug.el (edebug-eval-defun):
705 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
706 Fix docstring.
707
708 * simple.el (eval-expression-print-format): Don't print additional
709 information on the first call to `eval-print-last-sexp'.
710 (next-error-find-buffer): Fix punctuation.
711 (killing) <defgroup>: Fix punctuation.
712 (yank-excluded-properties): Change group from editing to killing.
713
714 * replace.el (perform-replace): Use `limit' to terminate the
715 while-loop explicitly.
716
717 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
718
719 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
720 Use lc-*.xpm as prefix instead of *-locol.xpm.
721
722 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
723 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
724 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
725 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
726 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
727 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
728 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
729 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
730 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
731 * toolbar/lc-up_arrow.xpm:
732 Renamed from *-locol.xpm.
733
734 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
735
736 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
737 include forms like &<str>; as valid url patterns.
738
739 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
740
741 * dired.el (dired-diff, dired-backup-diff)
742 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
743 (dired-do-chown, dired-do-touch, dired-do-print)
744 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
745 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
746 (dired-create-directory, dired-do-copy, dired-do-symlink)
747 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
748 (dired-do-copy-regexp, dired-do-hardlink-regexp)
749 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
750 (dired-maybe-insert-subdir, dired-next-subdir)
751 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
752 (dired-kill-subdir, dired-tree-up, dired-tree-down)
753 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
754 (dired-run-shell-command, dired-query): Remove redundant,
755 or incorrect, autoloads.
756
757 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
758 does not end in a slash. Add optional argument KILL-ROOT.
759 Update docstring.
760 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
761 (dired-query): Add autoloads.
762
763 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
764
765 * progmodes/compile.el (compilation-set-window-height):
766 Rearrange the save-* functions because a buffer can have several current
767 point in different windows.
768 (compilation-error-regexp-alist-alist): Recognize {standard input}
769 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
770
771 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
772
773 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
774 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
775 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
776 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
777 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
778 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
779 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
780 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
781 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
782 * toolbar/up_arrow-locol.xpm:
783 New versions of icons that uses fewer colors.
784
785 * toolbar/tool-bar.el (tool-bar-local-item)
786 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
787 if display-color-cells is 256 or less.
788
789 2004-06-08 Kim F. Storm <storm@cua.dk>
790
791 * wid-edit.el (widget-specify-button): Use hand pointer rather
792 than mouse-face as visible mouse-over effect.
793
794 2004-06-07 Karl Fogel <kfogel@red-bean.com>
795
796 * saveplace.el (save-place-alist-to-file): Bind `print-length'
797 and `print-level' to nil when writing out `save-place-alist'.
798 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
799
800 2004-06-07 Juanma Barranquero <lektu@terra.es>
801
802 * completion.el (completion-kill-region): Doc fix.
803
804 * format.el (format-insert-annotations)
805 (format-annotate-location): Doc fixes.
806 (format-subtract-regions): Make arguments match their use in docstring.
807
808 * simple.el (kill-region): Doc fix.
809
810 * subr.el (insert-buffer-substring-no-properties)
811 (insert-buffer-substring-as-yank): Doc fixes.
812
813 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
814
815 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
816 Update docstring.
817 (dired-reset-subdir-switches): New function.
818
819 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
820 Limit scope of `buffer-read-only' binding.
821
822 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
823
824 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
825 eshell-explicit-command-char.
826
827 2004-06-06 Juanma Barranquero <lektu@terra.es>
828
829 * help-fns.el (help-argument-name): Inherit from italic face only
830 if the frame supports it.
831
832 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
833
834 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
835 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
836 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
837 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
838 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
839 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
840 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
841 New conversions from xpm files.
842
843 * toolbar/README: New file.
844
845 2004-06-06 Richard M. Stallman <rms@gnu.org>
846
847 * isearch.el (isearch-mode-map): Undo previous change.
848
849 2004-06-05 Juri Linkov <juri@jurta.org>
850
851 * bindings.el (debug-ignored-errors): Add regexps for history
852 related messages. Remove $ from "No further undo information".
853 Move Ediff's messages to ediff.el.
854
855 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
856
857 * cus-edit.el (custom-display): Add `min-colors'.
858
859 * custom.el (defface): Add `supports' to docstring.
860
861 * help-fns.el (help-argument-name): Add :group 'help.
862
863 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
864
865 * find-dired.el (find-ls-subdir-switches): New user option.
866 (find-dired): No longer call `abbreviate-file-name' on DIR.
867 Set `dired-subdir-switches' buffer-locally.
868
869 * locate.el: Merge the two `Commentary' sections.
870 (locate-ls-subdir-switches): New user option.
871 (locate): Update for other changes.
872 (locate-mode-map): Restore Dired binding for mouse-2.
873 Bind `locate-mouse-view-file' to M-mouse-2.
874 Bind `l' to `locate-do-redisplay'.
875 (locate-main-listing-line-p, locate-do-redisplay): New functions.
876 (locate-mouse-view-file, locate-tags, locate-find-directory):
877 Print message if used outside main listing.
878 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
879 Various changes to support inserted subdirectories.
880 (locate-insert-header): Change header of *Locate* buffer.
881
882 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
883 Change interactive default switches.
884 (dired-rename-subdir-2): Update `dired-switches-alist'.
885 (dired-insert-subdir, dired-kill-subdir):
886 Handle `dired-switches-alist'. Do not mark buffer modified.
887 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
888 (dired-insert-subdir-doinsert): Omit messages.
889 Handle `dired-subdir-switches'.
890 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
891
892 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
893 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
894 subdirs if -R switch is used for a subdir.
895 (dired-mode): Set `dired-switches-alist'.
896 (dired-build-subdir-alist): Only print number of directories in
897 echo area when invoked interactively.
898
899 2004-06-05 Lars Hansen <larsh@math.ku.dk>
900
901 * dired-x.el (dired-omit-mode): Rename from
902 dired-omit-files-p. Use define-minor-mode to define it.
903 (dired-omit-files-p): Add as alias for dired-omit-mode.
904 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
905 dired-mark-omitted.
906 (dired-mark-omitted): Add. Bind to M-O.
907
908 2004-06-05 Kenichi Handa <handa@m17n.org>
909
910 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
911
912 2004-06-05 Juanma Barranquero <lektu@terra.es>
913
914 * help-fns.el (help-argument-name): Reintroduce face.
915 (help-default-arg-highlight): Use it, now that
916 `face-differs-from-default-p' can be trusted.
917
918 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
919
920 * textmodes/table.el: Sentence commands added to Point Motion
921 group; kill and backward-kill commands added to Extraction group.
922
923 2004-06-04 Mario Lang <mlang@delysid.org>
924
925 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
926 systems appear to use mW, make the code handle this. Fix a
927 division-by-zero bug while at it, and handle kernels with
928 a slightly different layout in /proc/acpi.
929
930 2004-06-04 Karl Fogel <kfogel@red-bean.com>
931
932 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
933 because the latter is a CL-ism. This fixes the bug reported by
934 Shawn Boyette <mdxi@collapsar.net> in
935 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
936
937 2004-06-04 Miles Bader <miles@gnu.org>
938
939 * faces.el (display-supports-face-attributes-p): Function moved to
940 C code. Previously only the tty-related portion of this function
941 was done in C; however the previous attempt to do a halfway-proper
942 job for non-tty displays in lisp didn't work properly because of
943 funny conditions during Emacs startup.
944 (face-differs-from-default-p): Simplify, now that
945 display-supports-face-attributes-p works properly on all display
946 types. Remove :stipple from comparison; it doesn't really work
947 in emacs anyway.
948
949 2004-06-04 Miles Bader <miles@gnu.org>
950
951 * faces.el (face-differs-from-default-p): Use a different
952 implementation, so we can really check whether FACE displays
953 differently or not.
954
955 2004-06-04 Miles Bader <miles@gnu.org>
956
957 * faces.el (display-supports-face-attributes-p): Implement a
958 `different from default' check for non-tty displays.
959
960 2004-06-03 David Kastrup <dak@gnu.org>
961
962 * woman.el (woman-mapcan): More concise code.
963 (woman-topic-all-completions, woman-topic-all-completions-1)
964 (woman-topic-all-completions-merge): Replace by a simpler and
965 much faster implementation based on O(n log n) sort/merge instead
966 of the old O(n^2) behavior.
967
968 2004-06-03 Miles Bader <miles@gnu.org>
969
970 * subr.el (read-number): Use canonical format for default in prompt.
971
972 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
973 Add regexp for " [...]" style defaults.
974
975 2004-06-02 Romain Francoise <romain@orebokech.com>
976
977 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
978 groups: if the user asks for a hidden buffer, open the
979 corresponding filter group to expose it.
980
981 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
982 `ibuffer-jump-to-buffer'.
983 (ibuffer-jump-offer-only-visible-buffers): New user option.
984
985 2004-06-02 Juanma Barranquero <lektu@terra.es>
986
987 * faces.el (frame-update-faces): Add empty docstring so the one
988 for `ignore' doesn't show through.
989
990 * subr.el (process-kill-without-query): Remove spurious "\n" on
991 obsolescence string.
992 (focus-frame, unfocus-frame): Add obsolescence declaration and
993 empty docstring.
994
995 * international/mule.el (register-char-codings): Make alias for
996 `ignore'. Move docstring to obsolescence info and remove redundancy.
997
998 2004-06-02 Kim F. Storm <storm@cua.dk>
999
1000 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1001 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1002
1003 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1004
1005 * comint.el (comint-replace-by-expanded-history-before-point):
1006 Obey `start' as the docstring says.
1007 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1008 (comint-update-fence): Prevent font-lock from running unnecessarily.
1009 (comint-dynamic-list-completions): Use with-current-buffer.
1010
1011 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1012
1013 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1014 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1015 (bibtex-entry-update): Handle alternatives and optional fields.
1016 (bibtex-parse-entry): Bugfix, handle empty key.
1017
1018 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1021
1022 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1023
1024 * desktop.el (desktop-save): Don't save minor modes without a
1025 known mode initialization function.
1026
1027 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1028
1029 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1030
1031 * autorevert.el: Update `Commentary' section.
1032
1033 2004-05-30 Juanma Barranquero <lektu@terra.es>
1034
1035 * dos-fns.el (convert-standard-filename):
1036 * files.el (convert-standard-filename):
1037 * w32-fns.el (convert-standard-filename):
1038 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1039
1040 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1041
1042 Sync with Tramp.
1043
1044 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1045 (tramp-let-maybe): Move to an earlier spot in the file.
1046 Patch by Andreas Schwab.
1047
1048 2004-05-30 Andreas Schwab <schwab@suse.de>
1049
1050 * dired.el (dired-get-filename): Don't use dired-re-dot.
1051
1052 2004-05-30 Richard M. Stallman <rms@gnu.org>
1053
1054 * files.el (find-file): Doc fix.
1055
1056 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1057
1058 2004-05-30 Nick Roberts <nickrob@gnu.org>
1059
1060 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1061 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1062 modeline of the locals buffer.
1063 (gdb-goto-breakpoint): Handle gdbmi.
1064 (gdb-get-frame-number): Change for gdbmi.
1065
1066 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1067
1068 * files.el (file-remote-p): Apply file name handler for operation
1069 `file-remote-p'. It isn' a property any longer.
1070 (file-relative-name): `fh' and `fd' get the required value via
1071 `find-file-name-handler' already.
1072
1073 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1074 (top): Remove setting of `file-remote-p' property for
1075 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1076
1077 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1078
1079 Version 2.0.41 of Tramp released.
1080
1081 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1082 Throw away if process has died.
1083 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1084 (tramp-out-of-band-prompt-regexp): Rename to
1085 `tramp-process-alive-regexp', because its usage is widen.
1086 (tramp-actions-copy-out-of-band): Apply it.
1087 (tramp-actions-before-shell, tramp-multi-actions):
1088 Add `tramp-action-process-alive' action.
1089 (tramp-action-process-alive): New defun.
1090 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1091 Add entry for `file-remote-p'.
1092 (tramp-handle-file-remote-p): New defun.
1093 (top): Remove setting of `file-remote-p'. Don't set
1094 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1095
1096 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1097 `file-remote-p'.
1098
1099 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1100 counted for (last) line. [They should or they shouldn't? --Stef]
1101 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1102
1103 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1104
1105 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1106 not really necessary but seems to keep the shell history smaller
1107 in some cases. It is no substitute for setting HISTFILE and
1108 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1109 though. Suggested by Luc Teirlinck.
1110 (tramp-open-connection-setup-interactive-shell): Export variables
1111 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1112 (tramp-set-process-query-on-exit-flag): New compat function.
1113 (tramp-open-connection-multi, tramp-open-connection-su)
1114 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1115 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1116 (tramp-let-maybe): New macro, let-binds a variable only if it
1117 isn't obsolete.
1118 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1119 (tramp-handle-file-truename): Use it.
1120 (tramp-completion-file-name-regexp-unified): Avoid matching
1121 filenames starting with "/:" -- those are reserved for
1122 file-name-non-special.
1123
1124 * tramp-smb.el (tramp-smb-open-connection):
1125 Use tramp-set-process-query-on-exit-flag compat function.
1126
1127 2004-05-29 Richard M. Stallman <rms@gnu.org>
1128
1129 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1130
1131 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1132 (eval-last-sexp-print-value): Print char equivalent regardless
1133 of standard-output value.
1134
1135 * thumbs.el (thumbs-subst-char-in-string): Delete.
1136 (thumbs-thumbname): Use subst-char-in-string.
1137 (thumbs-resize-image): Use condition-case, not ignore-errors.
1138 (thumbs-kill-buffer): Likewise.
1139
1140 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1141 (thumbs-mode): Make buffer read-only.
1142 (thumbs-make-thumb): Unconditionally accept an existing file.
1143 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1144 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1145 (thumbs-show-thumbs-list): Error if images not supported.
1146 (thumbs-save-current-image): Improve prompt string.
1147 (thumbs-mode-map): Define u, R, x.
1148 (thumbs-unmark): New command.
1149 (thumbs-emboss-image): Minor cleanup.
1150 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1151 (thumbs-rename-images): New command.
1152 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1153
1154 * thumbs.el (thumbs-current-image): New function.
1155 (thumbs-file-list, thumbs-file-alist): New functions.
1156 (thumbs-find-image): Delete arg L.
1157 Don't set up thumbs-fileL as buffer-local global var.
1158 (thumbs-find-image-at-point): Use thumbs-current-image.
1159 (thumbs-set-image-at-point-to-root-window): Likewise.
1160 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1161 Record and warn about errors. Update thumbs-markedL for deletions.
1162 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1163 (thumbs-redraw-buffer): Use thumbs-file-list.
1164 (thumbs-mark): Use thumbs-current-image.
1165 (thumbs-show-name): Use thumbs-current-image.
1166
1167 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1168 and imenu--last-menubar-index-alist.
1169
1170 * subr.el (with-selected-window): Undo previous change.
1171
1172 2004-05-29 John Paul Wallington <jpw@gnu.org>
1173
1174 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1175 (thumbs-mouse-find-image): New command.
1176 (thumbs-mode-map): Bind it to mouse-2.
1177 (thumbs-mode): Make mode-class special.
1178 (thumbs-view-image-mode): Likewise.
1179
1180 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1181
1182 * flymake.el: New file.
1183
1184 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1185
1186 * files.el (find-file-noselect-1): Do not bind
1187 `inhibit-read-only' to t during execution of
1188 `find-file-not-found-functions'.
1189
1190 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1191
1192 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1193 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1194
1195 2004-05-28 Juri Linkov <juri@jurta.org>
1196
1197 * simple.el (eval-expression-print-format): New fun.
1198
1199 * simple.el (eval-expression):
1200 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1201 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1202 (edebug-eval-expression): Print additionally the value returned by
1203 `eval-expression-print-format'.
1204
1205 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1206 (insert-pair): Make arguments optional. Find character pair
1207 from `insert-pair-alist' according to the last input event.
1208 (insert-parentheses): Make arguments optional.
1209 (raise-sexp, delete-pair): New funs.
1210
1211 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1212 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1213 Bind C-M-q to `indent-pp-sexp'.
1214
1215 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1216 `pp-to-string' modified to be able to format text with newlines.
1217 (pp-to-string): Move the buffer-formatting part of the code to
1218 `pp-buffer'. Call `pp-buffer'.
1219
1220 * info.el (Info-desktop-buffer-misc-data): Don't save information
1221 about virtual files.
1222 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1223 buffers with names obtained from the desktop file instead of the
1224 default *info* buffer.
1225
1226 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1227
1228 * subr.el (with-selected-window): Only save/restore the selected window.
1229
1230 * progmodes/compile.el (compilation-error-regexp-alist):
1231 Use expand-file-name and data-directory.
1232
1233 * progmodes/grep.el (grep-tree): Rework previous fix.
1234
1235 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1236 after the user marked text with the mouse.
1237
1238 * startup.el (command-line): Keep the first regexp of
1239 auto-save-file-name-transforms intact.
1240
1241 2004-05-28 Juanma Barranquero <lektu@terra.es>
1242
1243 * cus-edit.el (customize-face, customize-face-other-window)
1244 (custom-face-edit-delete): Make arguments match their use in
1245 docstring.
1246 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1247 docstring.
1248
1249 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1250 not `cvs-butlast'.
1251
1252 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1253 `nbutlast' are in subr.el).
1254
1255 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1256 (set-w32-system-coding-system): Doc fixes.
1257
1258 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1259 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1260 Make arguments match their use in docstring.
1261 (artist-draw-region-trim-line-endings)
1262 (artist-mouse-choose-operation): Fix typo in docstring.
1263 (artist-key-set-point-common): Doc fix.
1264
1265 2004-05-28 Simon Josefsson <jas@extundo.com>
1266
1267 * mail/smtpmail.el (smtpmail-open-stream):
1268 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1269
1270 2004-05-26 Simon Josefsson <jas@extundo.com>
1271
1272 * starttls.el: Merge with my GNUTLS based starttls.el.
1273 (starttls-gnutls-program, starttls-use-gnutls)
1274 (starttls-extra-arguments, starttls-process-connection-type)
1275 (starttls-connect, starttls-failure, starttls-success): New variables.
1276 (starttls-program, starttls-extra-args): Doc fix.
1277 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1278 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1279 and pass on to corresponding *-gnutls function if it is set.
1280
1281 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
1282
1283 * autorevert.el (auto-revert-handler): Disable auto-reverting of
1284 remote files.
1285
1286 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
1287
1288 * files.el (file-name-non-special): There are more operations
1289 which need handling: `find-backup-file-name',
1290 `insert-file-contents', `verify-visited-file-modtime',
1291 `write-region'. Rename t value of method to `add'. Add new
1292 methods `quote' and `unquote-then-quote' to file-arg-indices.
1293
1294 2004-05-25 Juri Linkov <juri@jurta.org>
1295
1296 * info.el (Info-toc): Call Info-mode on intermediate buffer.
1297 (Info-index-nodes): Enclose code in condition-case to catch errors.
1298 (Info-index-node): Don't search all index nodes if request is only
1299 for the current node and file is not in the cache of index nodes.
1300 (Info-mode-map): Bind Info-copy-current-node-name to `w'
1301 for consistency with dired-copy-filename-as-kill.
1302 Bind `S' to Info-search-case-sensitively.
1303 (Info-copy-current-node-name): New arg. With zero prefix arg put
1304 the name inside a function call to `info'. Display copied text in
1305 the echo area.
1306
1307 2004-05-25 Sam Steingold <sds@gnu.org>
1308
1309 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1310 strip the package prefix from the symbol name, if any.
1311 Make it the `find-tag-default-function' for `lisp-mode'.
1312
1313 2004-05-25 John Paul Wallington <jpw@gnu.org>
1314
1315 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1316 instead of obsolete `process-kill-without-query'.
1317
1318 * textmodes/texinfmt.el (texinfo-indexvar-alist):
1319 Declare as variable, not constant.
1320
1321 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
1322
1323 * files.el (find-file-noselect-1): Fix bug introduced by
1324 Revision 1.694. As a side effect, `inhibit-read-only'
1325 is again, by default, t during execution of
1326 `find-file-not-found-functions'.
1327 (insert-directory): Check that lines were really inserted by
1328 the --dired switch, before erasing them.
1329
1330 2004-05-24 Nick Roberts <nickrob@gnu.org>
1331
1332 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1333 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1334 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1335 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1336 gud-minor-mode (gdbmi).
1337
1338 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1339
1340 * net/browse-url.el (browse-url-interactive-arg): Enable user to
1341 explicitly select the text to be taken as URL.
1342
1343 2004-05-23 Juri Linkov <juri@jurta.org>
1344
1345 * info.el (Info-index-nodes): New var and fun.
1346 (Info-goto-index, Info-index, info-apropos)
1347 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1348 (Info-index): Fix docstring. Store and restore Info-history-list.
1349 (Info-complete-nodes): New var.
1350 (Info-complete-menu-item): Use it.
1351 (Info-index-node): New fun.
1352 (Info-final-node, Info-forward-node, Info-backward-node)
1353 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1354 Use Info-index-node.
1355 (Info-extract-menu-item, Info-extract-menu-counting): Set second
1356 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1357 (Info-find-node-2): If a node with period in its name not found,
1358 try to find a node without the name part after period.
1359 (Info-select-node): Call Info-fontify-node only if
1360 Info-fontify-maximum-menu-size is not nil.
1361 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1362 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1363 Preserve Info-history-list.
1364 (Info-toc): Set Info-current-file.
1365 (Info-build-toc): Move point to the beginning of the buffer.
1366 Add main-file variable.
1367 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
1368 Use backslashed representation of the control character ^_.
1369
1370 * textmodes/texinfmt.el (texinfo-print-index): Print index line
1371 numbers in the new Texinfo 4.7 format.
1372
1373 * add-log.el (change-log-font-lock-keywords): Remove `:' from
1374 regexps for function and variable names.
1375
1376 * descr-text.el (describe-property-list): Add [show] button for
1377 `syntax-table' property with action to pp to a separate buffer.
1378 (describe-char): Replace search-forward by re-search-forward with
1379 whitespace regexp after "character:" to not fail in too narrow windows.
1380
1381 * simple.el (next-error-find-buffer): Add a rule to return
1382 next-error capable buffer if one window on the selected frame
1383 displays such buffer.
1384
1385 2004-05-23 Nick Roberts <nickrob@gnu.org>
1386
1387 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
1388 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
1389 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
1390 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
1391 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
1392 Handle new value for gud-minor-mode (gdbmi).
1393 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
1394 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
1395 Change from local to global gdb variable set.
1396 (gdb-ann3): Initialise above gdb variable set.
1397 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
1398 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
1399 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
1400 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
1401 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
1402 (gdb-info-locals-handler, gdb-invalidate-assembler)
1403 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
1404 set as global variables.
1405 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
1406 Handle gdbmi.
1407 (gdb-info-breakpoints-custom): Fix regexp.
1408 (def-gdb-var): Delete.
1409
1410 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
1411 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
1412 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
1413 a new mode. The file (gdb-mi.el) for this mode will be included
1414 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
1415 primary interface.
1416
1417 2004-05-23 Jesper Harder <harder@ifa.au.dk>
1418
1419 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
1420 interpreted as a directory.
1421
1422 2004-05-22 Richard M. Stallman <rms@gnu.org>
1423
1424 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
1425 as a close quote.
1426
1427 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
1428
1429 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
1430 Use assoc-string, not assoc-ignore-case.
1431
1432 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
1433
1434 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
1435 If moving back then fwd gets a defun that ends before point,
1436 try again moving fwd then back.
1437
1438 * files.el (file-name-non-special): Allow t in file-arg-indices
1439 to mean requote the return value. Use `identity' as an element
1440 rather than as the whole value.
1441
1442 * gs.el (gs-options): Add -dSAFER. Mark it risky.
1443
1444 2004-05-22 Juanma Barranquero <lektu@terra.es>
1445
1446 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
1447 `help-make-usage'.
1448 (help-highlight-arguments): Skip function name before searching
1449 for arguments.
1450
1451 2004-05-21 Juanma Barranquero <lektu@terra.es>
1452
1453 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
1454 Don't mention in the docstring these arguments meant for
1455 internal (recursive) use only.
1456 (allout-char-spec): Comment out (it's not implemented).
1457 (allout-old-expose-topic, allout-exposure): Fix docstring and add
1458 obsolescence declaration.
1459 (allout-flatten-exposed-to-buffer)
1460 (allout-indented-exposed-to-buffer): Fix typos in docstring.
1461 (my-mark-marker): Doc fix.
1462 (produce-allout-mode-map, allout-sibling-index)
1463 (allout-isearch-expose, allout-distinctive-bullet)
1464 (allout-open-topic, allout-reindent-body)
1465 (allout-rebullet-heading, allout-process-exposed)
1466 (allout-insert-listified, allout-latex-verb-quote)
1467 (allout-insert-latex-header, allout-insert-latex-trailer):
1468 Make arguments match their use in docstring.
1469 (allout-primary-bullet, allout-old-style-prefixes)
1470 (allout-inhibit-protection, allout-init, allout-mode)
1471 (allout-before-change-protect, allout-flag-region):
1472 Use "Emacs" instead of "emacs" in docstrings.
1473
1474 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
1475
1476 * international/characters.el: Modify syntax of more characters.
1477
1478 2004-05-21 Masatake YAMATO <jet@gyve.org>
1479
1480 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
1481 (etags-tags-completion-table): Show parsing progress.
1482
1483 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
1484
1485 * locate.el (locate-prompt-for-command): Shorten first line of
1486 docstring.
1487 (locate-mode): Expand docstring and include keymap summary.
1488
1489 * files.el (find-file-noselect-1): Limit the scope of the
1490 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
1491 is, by default, nil during the execution of
1492 `find-file-not-found-functions' and `find-file-hook'.
1493
1494 2004-05-20 Michael Mauger <mmaug@yahoo.com>
1495
1496 * facemenu.el (facemenu-color-name-equal): New function.
1497 (list-colors-display): Use it to compare colors instead of
1498 facemenu-color-equal.
1499
1500 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
1501
1502 * compare-w.el (compare-windows-face): Use min-colors instead of
1503 checking for tty or pc types.
1504
1505 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1506
1507 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
1508 (completion-setup-function): Use with-current-buffer.
1509 Properly save excursion. Simplify.
1510 Don't assume there is necessarily a `mouse-face' property somewhere.
1511
1512 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
1513
1514 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
1515
1516 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
1517 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
1518 Use with-current-buffer.
1519 (byte-goto-log-buffer): Delete.
1520 (byte-compile-log-file): Call compilation-forget-errors.
1521
1522 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1523
1524 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
1525 output messages into the search result.
1526
1527 2004-05-19 Masatake YAMATO <jet@gyve.org>
1528
1529 * wid-edit.el (widget-radio-button-notify): Revert my last
1530 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1531
1532 2004-05-19 Kenichi Handa <handa@m17n.org>
1533
1534 * international/characters.el: Fix syntax (open/close) of CJK chars.
1535
1536 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1537
1538 * help-mode.el (help-go-back): Don't depend on position of back button.
1539
1540 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1541
1542 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
1543 files files don't contain an accidental additional /.
1544
1545 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
1546 in source buffer.
1547
1548 2004-05-18 Masatake YAMATO <jet@gyve.org>
1549
1550 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
1551 to widget-apply. :action method assumes 2 arguments, not 3.
1552
1553 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
1554
1555 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
1556 New constants.
1557 (hs-special-modes-alist): Add an f90-mode entry.
1558
1559 2004-05-17 Sam Steingold <sds@gnu.org>
1560
1561 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
1562 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
1563
1564 2004-05-16 Kim F. Storm <storm@cua.dk>
1565
1566 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
1567
1568 2004-05-15 John Wiegley <johnw@newartisans.com>
1569
1570 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
1571 (eshell-output-object-to-target): Improve output speed 20% by not
1572 calling `eshell-stringify' if something is already known to be a string.
1573
1574 2004-05-15 Alex Ott <ott@jet.msk.su>
1575
1576 * textmodes/ispell.el (ispell-local-dictionary-alist):
1577 Add windows-1251 to the choice of coding systems.
1578 (ispell-dictionary-alist-6): Add support for "russianw.aff",
1579 encoded in cp1251.
1580
1581 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
1582
1583 * progmodes/compile.el (compilation-warning-face)
1584 (compilation-info-face): Use min-colors.
1585
1586 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1587
1588 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
1589 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
1590 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
1591 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
1592 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
1593 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
1594 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
1595 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
1596 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
1597 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
1598 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
1599 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
1600 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
1601 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
1602
1603 2004-05-15 Kim F. Storm <storm@cua.dk>
1604
1605 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
1606 Use it to set triggered-p element of timer.
1607 (timer-event-handler): Set triggered-p element non-nil while running
1608 the timer function.
1609
1610 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1611
1612 * descr-text.el (describe-char-unicode-data)
1613 (describe-char-unicodedata-file): Re-enable the unicode code now that
1614 the licensing issues have been cleared in the unicode-4 license.
1615 (describe-text-properties-1): Remove unused `overlay' var.
1616 (describe-char): Remove unused var `buffer'.
1617
1618 2004-05-14 David Ponce <david@dponce.com>
1619
1620 * tree-widget.el: New file.
1621
1622 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
1623
1624 * language/european.el ("Brazilian Portuguese"): Add support for
1625 Brazilian Portuguese.
1626
1627 2004-05-13 John Wiegley <johnw@newartisans.com>
1628
1629 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
1630 `recentf-mode' if this variable has been customized to t.
1631
1632 * eshell/esh-test.el (eshell-test): Call the function
1633 `emacs-version' rather than trying to build a custom version string.
1634
1635 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1636
1637 * net/telnet.el (telnet-mode): Use define-derived-mode.
1638 Don't modify the global value of comint-prompt-regexp.
1639
1640 2004-05-13 John Paul Wallington <jpw@gnu.org>
1641
1642 * version.el (emacs-version): Check for `gtk' feature before
1643 `x-toolkit' feature.
1644
1645 2004-05-13 Juanma Barranquero <lektu@terra.es>
1646
1647 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
1648 arguments in the docstring, they're used only in recursive calls.
1649
1650 * help-fns.el (help-arg-highlighting-function)
1651 (help-argument-name): Delete.
1652 (help-default-arg-highlight): New function.
1653 (help-do-arg-highlighting): Use it.
1654
1655 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
1656
1657 * calendar/appt.el (appt-disp-window):
1658 Use `calendar-set-mode-line' for a centered mode-line.
1659
1660 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1661
1662 * calendar/appt.el (appt-disp-window): Do not split window
1663 excessively when `split-height-threshold' is low.
1664
1665 2004-05-12 Nick Roberts <nickrob@gnu.org>
1666
1667 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
1668 kill-buffer-hook here and make it local.
1669 (gud-kill-buffer-hook): Use kill-process for a sure kill.
1670
1671 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
1672
1673 * progmodes/compile.el (compilation-set-window-height):
1674 Use save-excursion to protect against misplaced marker.
1675
1676 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1677
1678 * custom.el (defface): Document that type can have value gtk.
1679
1680 * faces.el (face-spec-set-match-display): Handle type gtk in display.
1681
1682 2004-05-12 Kenichi Handa <handa@m17n.org>
1683
1684 * descr-text.el: Require quail at comile time.
1685 (describe-char): If an input method is on and it supports the
1686 character, show how to input it.
1687
1688 * international/quail.el (quail-install-decode-map): Accept a
1689 char-table whose subtype is `quail-decode-map'.
1690 (quail-store-decode-map-key, quail-gen-decode-map1)
1691 (quail-gen-decode-map, quail-find-key1, quail-find-key)
1692 (quail-show-key): New functions.
1693
1694 2004-05-12 Juanma Barranquero <lektu@terra.es>
1695
1696 * generic.el (define-generic-mode): Remove redundant arglist info.
1697
1698 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
1699 Make arguments match their use in docstring.
1700 (help-arg-highlighting-function): New variable.
1701 (help-argument-name): Mention it in the docstring.
1702 (help-do-arg-highlight): Use it. Expand regexp to accept also
1703 ARG-xxx and xxx-ARG references.
1704
1705 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1706
1707 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
1708 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
1709 and "mailto:addr1?to=addr2" equal.
1710
1711 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
1712
1713 * man.el (Man-getpage-in-background): Use shell-file-name
1714 and shell-command-switch variables instead of hard-coded values.
1715
1716 2004-05-11 Eli Zaretskii <eliz@gnu.org>
1717
1718 * iimage.el: New file.
1719
1720 2004-05-11 Juanma Barranquero <lektu@terra.es>
1721
1722 * custom.el (custom-initialize-default, defcustom):
1723 Fix typo in docstring.
1724
1725 * files.el (set-visited-file-name, file-expand-wildcards):
1726 Fix docstring.
1727
1728 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1729
1730 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
1731
1732 * subr.el (eventp): Be more discriminating with integers.
1733
1734 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
1735
1736 * progmodes/compile.el (compile): Add universal prefix arg.
1737 (compilation-error-regexp-alist-alist): Add edg patterns.
1738
1739 2004-05-10 Sam Steingold <sds@gnu.org>
1740
1741 * textmodes/ispell.el (ispell-message):
1742 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
1743
1744 2004-05-10 Dave Love <fx@gnu.org>
1745
1746 * progmodes/python.el (help-buffer): Autoload when compiling.
1747 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
1748 (run-python): Prepend to any existing PYTHONPATH.
1749
1750 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
1751
1752 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
1753 for pending breakpoints.
1754
1755 2004-05-10 Richard M. Stallman <rms@gnu.org>
1756
1757 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
1758 directly without calling any functions in Rmail.
1759 (unrmail-unprune): Function deleted.
1760
1761 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1762
1763 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
1764 C-c C-z binding.
1765
1766 2004-05-10 Kenichi Handa <handa@m17n.org>
1767
1768 * descr-text.el (describe-char): Fix previous change. Don't make
1769 a unibyte character to multibyte in the *Help* buffer.
1770
1771 2004-05-10 Miles Bader <miles@gnu.org>
1772
1773 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
1774 buffer an error if the debugger process is actually running.
1775
1776 2004-05-10 Juanma Barranquero <lektu@terra.es>
1777
1778 * help-fns.el (help-argument-name): Default to italic.
1779 (help-highlight-arguments): Return always (usage . doc), even when
1780 usage is nil.
1781
1782 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
1783 (define-ibuffer-filter): Add usage info.
1784 (define-ibuffer-op): Add usage info (but CL-style defaults for
1785 keyword args are not shown).
1786
1787 * subr.el (remove-overlays, read-passwd): Fix docstring.
1788 (start-process-shell-command): Fix docstring. Put usage info in a
1789 format usable by `describe-function'.
1790 (open-network-stream, open-network-stream-nowait)
1791 (open-network-stream-server): Fix docstring.
1792
1793 2004-05-09 Jason Rumney <jasonr@gnu.org>
1794
1795 * international/code-pages (cp932, cp936, cp949, c950): Remove.
1796 Only define cp125* if windows-125* is already defined.
1797
1798 * language/korean.el (cp949): Add alias.
1799
1800 * language/chinese.el (cp936, cp950): Add aliases.
1801
1802 * language/japanese.el (cp932): Add alias.
1803
1804 * term/w32-win.el: Require code-pages.
1805
1806 * international/mule-cmds.el (set-locale-environment):
1807 On MS-Windows use ansi code-page for default coding-systems.
1808 Set up paper sizes for Windows 3 letter languages.
1809
1810 * international/code-pages.el (cp932, cp936, cp949, cp950):
1811 Add aliases. Also add cp125* if not already defined.
1812
1813 2004-05-09 Juanma Barranquero <lektu@terra.es>
1814
1815 * help-fns.el (help-highlight-arguments): Don't try to highlight
1816 missing or autoloaded arglists. Accept structured arguments, like
1817 the first ones of `do' and `flet'.
1818
1819 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
1820 (cvs-get-marked): Remove redundant arglist info.
1821
1822 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
1823 Don't use CL-style default args.
1824
1825 2004-05-08 Andreas Schwab <schwab@suse.de>
1826
1827 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
1828
1829 * international/subst-ksc.el: Fix references to utf-translate-cjk
1830 into utf-translate-cjk-mode.
1831 * international/subst-big5.el: Likewise.
1832 * international/subst-gb2312.el: Likewise.
1833 * international/subst-jis.el: Likewise.
1834 * international/utf-16.el: Likewise.
1835 * international/utf-8.el: Likewise.
1836
1837 2004-05-08 John Wiegley <johnw@newartisans.com>
1838
1839 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
1840 "virtual buffers" (off by default), which makes it possible to
1841 switch to the "virtual" buffers of recently visited files. When a
1842 buffer name search fails, and this option is on, iswitchb will
1843 look at the list of recently visited files, and permit matching
1844 against those names. When the user hits RET on a match, it will
1845 revisit that file.
1846 (iswitchb-read-buffer): Add two optional arguments, which makes
1847 isearchb.el possible.
1848 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
1849 (iswitchb-next-match): Add support for virtual buffers.
1850
1851 * isearchb.el: This module extends iswitchb to provide "as you
1852 type" buffer selection.
1853
1854 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
1855 Ignore the read-only property when flyspell highlighting is on.
1856 Not ignoring it leads to a series of confusing errors.
1857 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
1858 but also make sure to call flyspell-incorrect-hook.
1859 (flyspell-maybe-correct-transposition): Perform transposition test
1860 by bit twiddling a string, rather than using a temp buffer.
1861 (flyspell-maybe-correct-doubling): Use a string rather than a temp
1862 buffer. This is also the original version of the code, which
1863 could not be checked in before due to a previous lack of
1864 assignment papers. This version has seen heavy usage on my system
1865 for several years now.
1866
1867 * calendar/cal-bahai.el: New file, which adds support for the
1868 Baha'i calendar to Emacs. This calendar is based on a solar year
1869 of 19 months of 19 days, with 4 intercalary days. Each year
1870 begins on March 21, with the calendar starting in 1844.
1871
1872 * calendar/cal-menu.el, calendar/calendar.el,
1873 calendar/diary-lib.el, calendar/holidays.el: Added support for
1874 using cal-bahai.el.
1875
1876 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
1877 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
1878 function can be used outside of eshell buffers.
1879 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
1880
1881 2004-05-08 Juanma Barranquero <lektu@terra.es>
1882
1883 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
1884 word constituent so FOO-ARG is not recognized as an arg.
1885 (help-highlight-arguments): Don't skip lists in mandatory arguments.
1886
1887 * simple.el (next-error): Fix typo in docstring.
1888 (open-line): Make argument names match their use in docstring.
1889 (split-line): Fix docstring.
1890
1891 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
1892 usable by `describe-function'.
1893 (gensym, gentemp, typep, ignore-errors): Make argument names match
1894 their use in docstring.
1895
1896 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
1897 argument to `help-setup-xref'.
1898
1899 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
1900
1901 Version 2.0.40 of Tramp released.
1902
1903 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
1904 Use symbol-function to invoke functions only known on some Emacs
1905 flavors. This avoids byte-compiler warnings. Reported by Kevin
1906 Scaldeferri <kevin@scaldeferri.com>.
1907 (tramp-do-copy-or-rename-file-via-buffer): Rename from
1908 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
1909 consistent with the other tramp-do-* functions.
1910 (tramp-do-copy-or-rename-file): Calls adjusted.
1911 (tramp-process-initial-commands): Avoid liveness check on shell --
1912 we know that it must be alive since we're opening a connection at
1913 this moment.
1914 (tramp-last-cmd): New internal variable.
1915 (tramp-process-echoes): New tunable.
1916 (tramp-send-command): Set tramp-last-cmd.
1917 (tramp-wait-for-output): Delete echo, if applicable.
1918 (tramp-read-passwd): Construct the key for the password cache in a
1919 way that works for multi methods, too.
1920 (tramp-bug): Add backup-directory-alist and
1921 bkup-backup-directory-info to bug reports, with Tramp counterparts.
1922
1923 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
1924
1925 * net/tramp*.el: Suppress byte-compiler warnings where possible.
1926
1927 * net/tramp.el (tramp-out-of-band-prompt-regexp)
1928 (tramp-actions-copy-out-of-band): New defcustoms.
1929 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
1930 used instead of a synchronous one. Allows password entering.
1931 (tramp-action-out-of-band): New defun.
1932 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
1933 Remove restriction with password from doc string.
1934 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
1935 `tramp-out-of-band-prompt-regexp',
1936 `tramp-actions-copy-out-of-band', `password-cache' and
1937 `password-cache-expiry'.
1938 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
1939 password caching.
1940 (tramp-touch): FILE can be a local file, too.
1941 (TODO): Remove items done.
1942 (tramp-handle-insert-directory): Properly quote file name also if
1943 not full-directory-p. Handle wildcard case. Reported by Andreas
1944 Schwab <schwab@suse.de>.
1945 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
1946 new file.
1947 (tramp-handle-file-local-copy, tramp-handle-write-region):
1948 The permissions of the temporary file are set if filename exists.
1949 Reported by Ted Stern <stern@cray.com>.
1950 (tramp-backup-directory-alist)
1951 (tramp-bkup-backup-directory-info): New defcustoms.
1952 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
1953 (tramp-handle-find-backup-file-name): New function.
1954 Implements Tramp's find-backup-file-name.
1955
1956 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
1957 for `find-backup-file-name'.
1958
1959 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
1960 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
1961
1962 2004-05-07 Lars Hansen <larsh@math.ku.dk>
1963
1964 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
1965
1966 2004-05-07 Juanma Barranquero <lektu@terra.es>
1967
1968 * subr.el (lambda): Add arglist description to docstring.
1969 (declare): Fix typo in docstring.
1970 (open-network-stream): Fix docstring.
1971 (process-kill-without-query): Fix docstring and add obsolescence info.
1972 (last, butlast, nbutlast): Make arguments match their use in docstring.
1973 (insert-buffer-substring-no-properties): Likewise.
1974 (insert-buffer-substring-as-yank): Likewise.
1975 (split-string): Fix docstring.
1976
1977 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1978 Make argument names match their use in docstring.
1979
1980 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
1981
1982 2004-05-06 Nick Roberts <nickrob@gnu.org>
1983
1984 * progmodes/gdb-ui.el: Improve/extend documentation strings.
1985 Fit first sentence on one line for apropos-command.
1986
1987 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1988
1989 Changes largely merged in from Dave Love's code.
1990 * progmodes/python.el: Doc fixes.
1991 (python-mode-map): Add python-complete-symbol.
1992 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
1993 (python-comment-indent, python-complete-symbol)
1994 (python-symbol-completions, python-partial-symbol)
1995 (python-try-complete): New.
1996 (python-indent-line): Remove optional arg. Use python-block-end-p.
1997 (python-check): Bind compilation-error-regexp-alist.
1998 (inferior-python-mode): Use rx. Move keybindings to top level.
1999 Set comint-input-filter.
2000 (python-preoutput-filter): Use rx.
2001 (python-input-filter): Re-introduce.
2002 (python-proc): Start new process if necessary.
2003 Check python-buffer non-nil.
2004 (view-return-to-alist): Defvar.
2005 (python-send-receive): New.
2006 (python-eldoc-function): Use it.
2007 (python-mode-running): Don't defvar.
2008 (python-mode): Set comment-indent-function.
2009 Maybe update hippie-expand-try-functions-list.
2010 (python-indentation-levels): Initialize differently.
2011 (python-block-end-p): New.
2012 (python-indent-line): Use it.
2013 (python-compilation-regexp-alist): Augment.
2014 (run-python): Import `emacs' module to Python rather than loading
2015 code directly. Set python-buffer differently.
2016 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2017 Use python-proc.
2018 (python-send-command): Go to end of comint buffer.
2019 (python-load-file): Use python-proc, emacs.eimport.
2020 (python-describe-symbol): Simplify interactive form.
2021 Use emacs.help. Do use temp-buffer-show-hook.
2022 Call print-help-return-message.
2023 (hippie-exp): Require when compiling.
2024 (python-preoutput-continuation): Use rx.
2025
2026 * diff-mode.el (diff-make-unified): Fix regexp.
2027
2028 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2029
2030 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2031 filter groups from the buffer when rebuilding the Ibuffer buffer
2032 and `ibuffer-show-empty-filter-groups' is nil.
2033
2034 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2035
2036 * ps-print.el (ps-print-quote): Call ps-value-string.
2037 (ps-setup): Call ps-comment-string.
2038 (ps-value-string, ps-comment-string): New funs.
2039
2040 2004-05-06 Juanma Barranquero <lektu@terra.es>
2041
2042 * ehelp.el (electric-help-command-loop): Check whether the last
2043 character is visible, not (point-max).
2044
2045 * help-fns.el (help-argument-name): Default to bold; don't inherit
2046 from font-lock-variable-name-face.
2047 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2048
2049 2004-05-05 Kenichi Handa <handa@m17n.org>
2050
2051 * descr-text.el (describe-char): Copy the character with text
2052 properties and overlays into the first line, and call
2053 describe-text-properties on it.
2054
2055 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2056
2057 * iswitchb.el (iswitchb-global-map): Fix typo.
2058 Remove unwanted ###autoloads from source file.
2059
2060 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2061
2062 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2063 in run-hooks. Use substitute-command-keys in message.
2064 (wdired-abort-changes): Add message.
2065
2066 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2067
2068 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2069 (sql-emacs20-p): Remove.
2070 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2071 (sql-builtin-face, sql-doc-face): Remove.
2072 (sql-mode-ansi-font-lock-keywords)
2073 (sql-mode-oracle-font-lock-keywords)
2074 (sql-mode-postgres-font-lock-keywords)
2075 (sql-mode-linter-font-lock-keywords)
2076 (sql-mode-ms-font-lock-keywords)
2077 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2078 (sql-product-font-lock): Fix font-lock reset when font rules change.
2079 (sql-highlight-product): Remove incorrect font-lock reset logic.
2080
2081 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2082
2083 * ses.el (ses-set-parameter): Fix typo.
2084
2085 2004-05-04 Kim F. Storm <storm@cua.dk>
2086
2087 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2088 Must expand directory for completion to work; and don't mess with
2089 process-environment.
2090 (ido-read-file-name): If command has ido property, don't use ido
2091 if value is ignore, or read as directory if value is dir.
2092 Set ido ignore property for dired-do-rename command.
2093
2094 2004-05-04 Juanma Barranquero <lektu@terra.es>
2095
2096 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2097 (electric-help-help): Check against unmapped commands.
2098
2099 * help-fns.el (help-argument-name): New face, inheriting from
2100 font-lock-variable-name-face, to highlight function arguments in
2101 `describe-function' and `describe-key'.
2102 (help-do-arg-highlight): Auxiliary function to highlight a given
2103 list of arguments in a string.
2104 (help-highlight-arguments): Highlight the function arguments and
2105 all uses of them in the docstring.
2106 (describe-function-1): Use it. Do docstring output via `insert',
2107 not 'princ', so text attributes are preserved.
2108
2109 * winner.el (winner-mode-map): Move `winner-undo' and
2110 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2111 previous bindings conflict with `prev-buffer', `next-buffer').
2112
2113 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2114
2115 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2116 (bibtex-entry-update): New command bound to C-c C-u.
2117 (bibtex-text-in-string): Fix regexp.
2118 (bibtex-assoc-of-regexp): Remove.
2119 (bibtex-progress-message): Fix docstring.
2120 (bibtex-inside-field): Use if.
2121 (bibtex-assoc-regexp): New function.
2122 (bibtex-format-entry): Make code more robust so that it formats
2123 also old entries.
2124 (bibtex-autokey-demangle-title): Merge with obsolete function
2125 bibtex-assoc-of-regexp.
2126 (bibtex-field-list): New function.
2127 (bibtex-entry): Use bibtex-field-list.
2128 (bibtex-parse-entry): Fix docstring.
2129 (bibtex-print-help-message): Use bibtex-field-list.
2130 (bibtex-make-field): Use bibtex-field-list.
2131 (bibtex-entry-index): Bugfix. Return crossref key if required.
2132 (bibtex-lessp): Fix docstring.
2133
2134 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2135
2136 * select.el (xselect-convert-to-string): Move comment to intended line.
2137
2138 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2139
2140 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2141 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2142
2143 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2144
2145 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2146 x-get-selection.
2147
2148 2004-05-03 Jason Rumney <jasonr@gnu.org>
2149
2150 * makefile.nt: Remove.
2151
2152 2004-05-03 Kim F. Storm <storm@cua.dk>
2153
2154 * emulation/cua-base.el (cua--update-indications): Fix last change.
2155 (cua-mode): Deactivate mark when cua-mode is enabled.
2156
2157 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2158
2159 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2160
2161 2004-05-03 Nick Roberts <nickrob@gnu.org>
2162
2163 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2164 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2165 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2166 window over visible frames.
2167 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2168
2169 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2170
2171 * progmodes/compile.el (compilation-gcpro): New var.
2172 (compilation-fake-loc): Use it.
2173 (compilation-forget-errors): Reset it.
2174
2175 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2176
2177 * diff-mode.el (diff-header-face, diff-file-header-face):
2178 Use min-colors.
2179
2180 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2181
2182 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2183 (bibtex-clean-entry): Disentangle code.
2184 (bibtex-realign): New function.
2185 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2186 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2187 Remove undocumented optional arg called-by-convert-alien.
2188 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2189 for sorting instead of bibtex-sort-buffer.
2190
2191 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2192
2193 * progmodes/compile.el (compilation-start): In the
2194 no-async-subprocesses branch, call sit-for to give redisplay a
2195 chance to show the updated process status in the mode line, and
2196 fontify the buffer explicitly after the process exits.
2197
2198 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2199
2200 * progmodes/python.el (python-compilation-line-number): Remove.
2201 (python-compilation-regexp-alist): Don't use it any more.
2202 (python-orig-start, python-input-filter): Remove.
2203 (inferior-python-mode): Don't set up comint-input-filter-functions.
2204 (python-send-region): Use compilation-fake-loc.
2205
2206 * progmodes/compile.el (compilation-messages-start): New var.
2207 (compilation-mode): Don't setup next-error-function here.
2208 (compilation-setup): Set it up here instead (for minor modes as well).
2209 Make compilation-messages-start buffer local.
2210 (compilation-next-error-function): Use it.
2211 (compilation-forget-errors): Set compilation-messages-start.
2212
2213 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2214
2215 * ielm.el (ielm-prompt-read-only): Update docstring.
2216
2217 * comint.el (comint-prompt-read-only): Update docstring.
2218 (comint-update-fence, comint-kill-whole-line)
2219 (comint-kill-region): New functions.
2220
2221 * simple.el (kill-whole-line): Use "p" instead of "P" in
2222 interactive form.
2223
2224 2004-05-01 Juanma Barranquero <lektu@terra.es>
2225
2226 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2227 format arglist so default values in CL-style argument lists are
2228 correctly shown.
2229
2230 2004-05-01 Jason Rumney <jasonr@gnu.org>
2231
2232 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2233
2234 2004-05-01 Kenichi Handa <handa@m17n.org>
2235
2236 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2237 quail file if it is up to date.
2238
2239 2004-04-30 Juri Linkov <juri@jurta.org>
2240
2241 * cus-edit.el (custom-mode-map):
2242 Add key binding `C-x C-s' to `Custom-save'.
2243
2244 * outline.el (outline-blank-line): New var.
2245 (outline-next-preface, outline-show-heading)
2246 (outline-end-of-subtree): Use it.
2247
2248 * dired-aux.el (dired-touch-initial): New fun.
2249 (dired-do-chxxx): Call it for op-symbol `touch'.
2250 (dired-diff): Use `dired-dwim-target-directory'
2251 if current dired buffer has no buffer mark.
2252
2253 * bindings.el (propertized-buffer-identification):
2254 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2255 Add C-M-arrow keys for consistency.
2256
2257 * files.el (confirm-kill-emacs):
2258 Change group from top-level `emacs' to `convenience'.
2259
2260 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2261 Push mark on the first call of successive command calls.
2262 (insert-pair): New fun created from `insert-parentheses' with
2263 `open' and `close' arguments added. Enclose active regions
2264 in paired characters. Compare adjacent characters syntax with
2265 inserted characters syntax before inserting a space.
2266 (insert-parentheses): Call `insert-pair' with ?\( ?\).
2267
2268 * delsel.el: Don't put `delete-selection' property
2269 on `insert-parentheses' symbol to take advantage of
2270 region handling in `insert-pair' function.
2271 Suggested by Stephan Stahl <stahl@eos.franken.de>.
2272
2273 2004-04-30 Kim F. Storm <storm@cua.dk>
2274
2275 * emulation/cua-base.el: Add support for changing cursor types;
2276 based on patch from Michael Mauger.
2277 (cua-normal-cursor-color, cua-read-only-cursor-color)
2278 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2279 Customization cursor type and/or cursor color.
2280 (cua--update-indications): Handle cursor type changes.
2281 (cua-mode): Update cursor indications if enabled.
2282
2283 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2284
2285 * mouse.el (mouse-drag-copy-region): New defcustom.
2286 (mouse-set-region, mouse-drag-region-1): Use it.
2287
2288 * simple.el (kill-ring-save): If region face background color is
2289 unspecified (if no highlighting), show extent of fully visible
2290 region even if transient-mark-mode is enabled.
2291
2292 * emulation/cua-base.el (cua--standard-movement-commands):
2293 Add cua-scroll-up and cua-scroll-down.
2294 (cua-scroll-up, cua-scroll-down): New commands.
2295 (cua--init-keymaps): Remap scroll-up and scroll-down.
2296
2297 * emulation/cua-rect.el (cua--convert-rectangle-as):
2298 New defmacro.
2299 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2300 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2301 New commands (suggested by Jordan Breeding).
2302
2303 2004-04-30 Juanma Barranquero <lektu@terra.es>
2304
2305 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2306
2307 2004-04-30 Mario Lang <mlang@delysid.org>
2308
2309 * diff.el (diff-switches): Fix typo in docstring.
2310
2311 2004-04-30 Alex Schroeder <alex@gnu.org>
2312
2313 * xml.el (xml-debug-print-internal): Don't add newline and
2314 indentation to text nodes and write empty elements as empty tags
2315 instead of opening and closing tags.
2316 (xml-debug-print): Take optional indent-string argument.
2317 (xml-print): Alias for xml-debug-print.
2318
2319 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2320
2321 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2322 than duplicate call to `line-beginning-position'.
2323
2324 * progmodes/f90.el (f90-get-present-comment-type):
2325 Return whitespace, as well as comment chars, for consistent filling
2326 of comment blocks. Use `match-string-no-properties'.
2327 (f90-break-line): Trim trailing whitespace when filling comments.
2328
2329 2004-04-30 Dave Love <fx@gnu.org>
2330
2331 * calendar/diary-lib.el (diary-outlook-formats): New variable.
2332 (diary-from-outlook-internal, diary-from-outlook)
2333 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2334 New functions to import diary entries from Outlook-format
2335 appointments in mail messages.
2336
2337 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2338
2339 * progmodes/python.el (python-send-command): New fun.
2340 (python-send-region, python-load-file): Use it.
2341
2342 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2343
2344 * help-fns.el (help-C-file-name): Use new subr-name.
2345 Prepend `src/' to the file name.
2346 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2347 (describe-function-1, describe-variable): Only find a C source file
2348 name if DOC is already loaded.
2349
2350 * help-mode.el (help-function-def, help-variable-def):
2351 Use the new find-function-search-for-symbol functionality.
2352 Allow FILE to be `C-source'.
2353
2354 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2355 (find-function-C-source): New fun.
2356 (find-function-search-for-symbol): Use it.
2357
2358 2004-03-29 Michael Mauger <mmaug@yahoo.com>
2359
2360 * progmodes/sql.el (sql-product-alist): Rename variable
2361 `sql-product-support'. Add Postgres login parameters.
2362 (sql-set-product, sql-product-feature): Update with renamed variable.
2363 (sql-connect-postgres): Add username prompt.
2364 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2365 Make patterns less product specific.
2366 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2367 (sql-mode-abbrev-table): Modify initialization.
2368 (sql-builtin-face): Add variable.
2369 (sql-keywords-re): Add macro.
2370 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
2371 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
2372 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
2373 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
2374 (sql-mode-linter-font-lock-keywords)
2375 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
2376 (sql-mode-sybase-font-lock-keywords)
2377 (sql-mode-informix-font-lock-keywords)
2378 (sql-mode-interbase-font-lock-keywords)
2379 (sql-mode-ingres-font-lock-keywords)
2380 (sql-mode-solid-font-lock-keywords)
2381 (sql-mode-sqlite-font-lock-keywords)
2382 (sql-mode-db2-font-lock-keywords): Default to nil.
2383 (sql-product-font-lock): Always highlight ANSI keywords.
2384 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2385 (sql-send-string): Add function.
2386
2387 2004-04-29 Dave Love <fx@gnu.org>
2388
2389 * progmodes/cfengine.el (cfengine-beginning-of-defun)
2390 (cfengine-end-of-defun): Ensure progress through buffer.
2391
2392 * info-look.el (cfengine-mode): Accept a terminal ().
2393
2394 2004-04-29 Juri Linkov <juri@jurta.org>
2395
2396 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
2397 instead of isearch-yank-word-or-char. Add new key bindings for
2398 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
2399 (isearch-del-char): New fun.
2400 (isearch-forward, isearch-edit-string): Update docstring.
2401 (isearch-yank-char): Doc fix.
2402 (isearch-other-meta-char): Restore point after scrolling.
2403
2404 * progmodes/compile.el (compilation-context-lines): Add nil option
2405 to disable compilation output window scrolling.
2406 (compilation-set-window): Use it.
2407
2408 * outline.el (outline-next-preface, outline-show-heading):
2409 Don't leave unhidden blank line before heading.
2410 (outline-end-of-subtree): Include last newline into subtree.
2411 (hide-entry): Leave point at beginning of heading instead of end.
2412 (outline-up-heading): Push mark for the first call of successive
2413 command calls.
2414
2415 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
2416
2417 * comint.el (comint-prompt-read-only): New variable.
2418 (comint-output-filter): Implement it.
2419
2420 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
2421 (ielm-prompt-internal): New variable.
2422 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
2423 (ielm-send-input): Delete unused variable `buf'.
2424 (ielm-eval-input): Use `ielm-prompt-internal'.
2425 (inferior-emacs-lisp-mode): Use new variables
2426 `comint-prompt-read-only' and `ielm-prompt-internal'.
2427 Get rid of obsolete variable `directory-sep-char'.
2428 (ielm): Use `zerop'.
2429
2430 2004-04-29 John Paul Wallington <jpw@gnu.org>
2431
2432 * thumbs.el (toplevel): Require cl at compile time.
2433 Remove conditional definitions of `ignore-errors' and `caddar'
2434 because they occur at run time.
2435
2436 2004-04-28 Nick Roberts <nickrob@gnu.org>
2437
2438 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
2439 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
2440 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2441 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
2442
2443 * progmodes/gud.el (gud-common-init): Throw an error if program is
2444 already running under gdb.
2445
2446 2004-04-28 John Paul Wallington <jpw@gnu.org>
2447
2448 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
2449 (thumbs-show-image-num): Move assignment of
2450 `thumbs-current-image-filename' within scope of `i'.
2451 (thumbs-emboss-image): Don't use `evenp'.
2452
2453 2004-04-28 Richard M. Stallman <rms@gnu.org>
2454
2455 * progmodes/compile.el (compilation-context-lines): Default now 0.
2456
2457 2004-04-28 Juanma Barranquero <lektu@terra.es>
2458
2459 Use `time-less-p' from calendar/time-date.el instead of defining
2460 custom versions of it.
2461
2462 * pcomplete.el (pcomplete-time-less-p): Remove.
2463
2464 * thumbs.el (time-less-p): Remove.
2465
2466 * calendar/timeclock.el (timeclock-time-less-p): Remove.
2467 (timeclock-generate-report): Use `time-less-p'.
2468
2469 * emacs-lisp/autoload.el (autoload-before-p): Remove.
2470 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
2471
2472 2004-04-28 Masatake YAMATO <jet@gyve.org>
2473
2474 * subr.el (remove-overlays): Make arguments optional.
2475
2476 * wid-edit.el (widget-specify-button): Put evaporate to the
2477 overlay for sample.
2478 (widget-specify-sample): Put evaporate to the overlay for sample.
2479 (widget-specify-doc): Put evaporate to the overlay for documentation.
2480
2481 2004-04-27 Jesper Harder <harder@ifa.au.dk>
2482
2483 * info.el (info-apropos): Make it an index node. Align node names
2484 like makeinfo.
2485
2486 2004-04-27 Eli Zaretskii <eliz@gnu.org>
2487
2488 * net/browse-url.el (browse-url-netscape-sentinel)
2489 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
2490 (browse-url-epiphany-sentinel, browse-url-mosaic):
2491 Use browse-url-*-program instead of a literal program name.
2492
2493 2004-04-27 Kevin Ryde <user42@zip.com.au>
2494
2495 * eshell/em-alias.el:
2496 * eshell/em-dirs.el:
2497 * eshell/em-hist.el:
2498 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
2499 features when M-x customize-group loads modules before the main
2500 eshell.el.
2501
2502 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2503
2504 * subr.el (momentary-string-display): Support EXIT-CHAR that is
2505 either a character representation of an event or an event
2506 description list.
2507
2508 * type-break.el: Capitalise Emacs and Lisp.
2509 (type-break-good-break-interval, type-break-demo-boring-stats)
2510 (type-break-terse-messages, type-break-file-name): New defcustoms.
2511 (type-break-post-command-hook)
2512 (type-break-warning-countdown-string): Quote variable names in doc.
2513 (type-break-interval-start, type-break-auto-save-file-name): New vars.
2514 (type-break-mode): Document type-break-good-break-interval and the
2515 "session" file. Schedule break according to the session file.
2516 Kill session file buffer on exit. Organise for save-some-buffers
2517 to always save the session file.
2518 (type-break-mode-line-message-mode, type-break-query-mode):
2519 Uppercase arguments.
2520 (type-break-file-time, type-break-file-keystroke-count, timep)
2521 (type-break-choose-file, type-break-get-previous-time)
2522 (type-break-get-previous-count): New defuns.
2523 (type-break): Avoid break querying after a completed break in the
2524 case where the query was initiated during user invocation of the
2525 break. Optional terse messages.
2526 Use type-break-good-break-interval if type-break-good-rest-interval is
2527 nil. File the break time.
2528 (type-break-schedule): New optional args for overriding the use of
2529 the current time.
2530 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
2531 after a break.
2532 (type-break-check): File the keystroke count.
2533 (type-break-do-query): Prevent a second query when the break is
2534 interrupted. Optional terse message.
2535 (type-break-keystroke-reset): Record the start of a typing interval.
2536 (type-break-demo-boring): Optional terse messages. Display word
2537 per minute and keystroke counts according to
2538 type-break-demo-boring-stats.
2539
2540 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
2541
2542 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
2543 directories, make sure they exist under archive-tmpdir.
2544
2545 2004-04-27 Juri Linkov <juri@jurta.org>
2546
2547 * help.el (view-emacs-news): With argument, display info for the
2548 selected version by finding it among different NEWS files, and
2549 narrowing the buffer to the selected version.
2550
2551 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
2552 same-window-buffer-names.
2553 (info): New arg `buffer'. Use it. Doc fix. Read file name for
2554 non-numeric prefix argument, append the number to the buffer name
2555 for numeric prefix argument.
2556 (info-other-window): Bind same-window-regexps to nil.
2557 (Info-reference-name): Rename to Info-point-loc.
2558 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
2559 and Info-find-index-name for stringy Info-point-loc.
2560 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
2561 without middle `.', but with final `.' and optional line number
2562 for it. Set Info-point-loc for index nodes.
2563 (Info-index): Remove middle `.' from index entry regexp.
2564 Modify line number regexp.
2565 (Info-index-next): Decrement line number.
2566 (info-apropos): Remove middle `.' from index entry regexp.
2567 Add optional line number regexp at the end. Add matched value
2568 for line number to the result list and insert it to the buffer.
2569 Replace match-string by match-string-no-properties.
2570 Reorder result list.
2571 (Info-fontify-node): Hide index line numbers.
2572 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
2573 empty matches.
2574 (Info-follow-reference): Use `str' instead of
2575 Info-following-node-name-re.
2576 (Info-toc): Use full file names. Set Info-current-node to "Top".
2577 (Info-fontify-node): Compare file names without directory name.
2578 (Info-try-follow-nearest-node): Don't set Info-reference-name.
2579 Set second arg of Info-extract-menu-node-name for index nodes.
2580 (info-xref-visited): Use magenta3 instead of magenta4.
2581 (Info-mode): Add info-apropos to docstring.
2582
2583 * log-view.el (log-view-diff): Replace interactive code "r"
2584 by a list to allow to call it even if region is not active.
2585
2586 * paren.el (show-paren-highlight-openparen): New var.
2587 (show-paren-function): Turn on openparen highlighting when
2588 matching forward if show-paren-highlight-openparen is non-nil.
2589
2590 * simple.el (kill-ring-save): Use blink-matching-delay instead of
2591 the constant value 1.
2592 (completions-common-part): Expand docstring.
2593
2594 * textmodes/picture.el (picture-mode-map): Add arrow keys.
2595
2596 2004-04-27 Kim F. Storm <storm@cua.dk>
2597
2598 * image.el (insert-sliced-image): Use line-height instead of
2599 line-spacing property on newline.
2600
2601 2004-04-26 Lars Hansen <larsh@math.ku.dk>
2602
2603 * desktop.el (desktop-buffer-misc-data-function): Rename to
2604 desktop-save-buffer and change docstring.
2605 (desktop-buffer-modes-to-save): Delete.
2606 (desktop-save-buffer-p): Use desktop-save-buffer instead of
2607 desktop-buffer-modes-to-save.
2608 (desktop-save): Rename desktop-buffer-misc-data-function to
2609 desktop-save-buffer and allow non-function value.
2610 (desktop-missing-file-warning): Correct docstring.
2611
2612 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
2613 to desktop-save-buffer.
2614
2615 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
2616 desktop-save-buffer.
2617
2618 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
2619
2620 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
2621
2622 2004-04-26 Eli Zaretskii <eliz@gnu.org>
2623
2624 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
2625
2626 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
2627
2628 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
2629 (ielm): Only go to the end of the buffer when starting a new process.
2630
2631 2004-04-25 Juanma Barranquero <lektu@terra.es>
2632
2633 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
2634 mode line. Bind `inhibit-read-only' to t before modifying
2635 properties of text in the buffer.
2636 (ielm): Force point to the end of buffer, even when running ielm
2637 from inside itself.
2638
2639 2004-04-25 Jesper Harder <harder@ifa.au.dk>
2640
2641 * info.el (info-apropos): Reset Info-complete-cache.
2642
2643 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
2644
2645 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2646 Also recognize severe Irix et al. messages.
2647 (compilation-normalize-filename, compile-abbreviate-directory):
2648 Delete functions.
2649 (compilation-get-file-structure): New function inherits
2650 functionality of the two preceding ones.
2651 (compilation-internal-error-properties, compilation-fake-loc):
2652 Use it so that different paths to the same file share the same
2653 markers. Also optimize finding adjacent marker slightly.
2654
2655 2004-04-25 Kim F. Storm <storm@cua.dk>
2656
2657 * image.el (insert-sliced-image): Add line-spacing t property
2658 to newlines separating image lines.
2659
2660 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
2661
2662 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
2663
2664 * ielm.el (ielm-prompt-read-only): New user option.
2665 (ielm-prompt): Expand docstring to describe new behavior.
2666 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
2667 mention it in the docstring.
2668
2669 2004-04-24 Andreas Schwab <schwab@suse.de>
2670
2671 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
2672
2673 * diff.el (diff): Set default-directory in diff buffer.
2674
2675 2004-04-24 Eli Zaretskii <eliz@gnu.org>
2676
2677 * mail/sendmail.el (mail-bury): Don't delete the frame where the
2678 mail was being composed if the terminal cannot display more than
2679 one frame; instead, switch to previous frame.
2680
2681 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
2682 (rmail-start-mail): Support rmail-mail-new-frame even on
2683 terminals that can display only one frame at a time.
2684
2685 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2686
2687 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
2688 (checkdoc-output-font-lock-keywords): Remove error regexp.
2689 (checkdoc-output-mode-map): Remove.
2690 (checkdoc-output-mode): Derive from compilation-mode.
2691 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
2692
2693 * dired.el (dired-mode-map): Add a menu entry for wdired.
2694
2695 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
2696 (rx-bracket, rx-check-any, rx-any): Clean up name space.
2697
2698 * wdired.el: (wdired-mode-map): Move init into declaration.
2699 Fix `return' binding.
2700 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
2701 Use force-mode-line-update.
2702 (wdired-get-filename): Use `unless'.
2703 (wdired-preprocess-files): Don't assume names have no \n and use / for
2704 dir separator.
2705 (wdired-normalize-filename): Use replace-regexp-in-string.
2706 (wdired-load-hooks): Remove.
2707 (wdired-mode-hooks): Rename to wdired-mode-hook.
2708
2709 * info-look.el: Add support for cfengine-mode.
2710 (info-lookup-setup-mode): Use dolist.
2711
2712 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
2713
2714 * wdired.el: New file.
2715
2716 2004-04-23 Juanma Barranquero <lektu@terra.es>
2717
2718 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
2719
2720 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
2721 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
2722 (pcomplete--help, pcomplete--here): Doc fixes.
2723
2724 2004-04-23 Andre Spiegel <spiegel@gnu.org>
2725
2726 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
2727 handles wrong-number-of-arguments in backend call.
2728
2729 * vc.el (vc-print-log): Likewise.
2730
2731 2004-04-20 Dave Love <fx@gnu.org>
2732
2733 * emacs-lisp/rx.el: Doc fixes.
2734 (rx-constituents): Add/extend many forms.
2735 (rx-check): Check form is a list.
2736 (bracket): Defvar.
2737 (rx-check-any, rx-any, rx-check-not): Modify.
2738 (rx-not): Simplify.
2739 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
2740 (rx-kleene): Use rx-trans-forms.
2741 (rx-quote-for-set): Delete.
2742 (rx): Allow multiple args.
2743
2744 2004-04-23 Kenichi Handa <handa@m17n.org>
2745
2746 * international/mule-util.el (char-displayable-p): Simplify by
2747 using internal-char-font.
2748
2749 2004-04-23 Juanma Barranquero <lektu@terra.es>
2750
2751 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2752
2753 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2754
2755 * diff-mode.el (diff-next-error): New fun.
2756 (diff-mode): Use it.
2757
2758 * simple.el (next-error): Change arg name.
2759 Add support for the documented C-u C-x ` usage.
2760
2761 * frame.el (special-display-popup-frame, next-multiframe-window)
2762 (previous-multiframe-window): Only consider frames on same display.
2763
2764 2004-04-22 Lars Hansen <larsh@math.ku.dk>
2765
2766 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
2767 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
2768
2769 2004-04-22 Kim F. Storm <storm@cua.dk>
2770
2771 * net/telnet.el (telnet): Add optional port arg.
2772
2773 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2774
2775 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2776 Minor sanity check on the `hyperlink' slot.
2777
2778 * Makefile.in (recompile): Compile new files.
2779
2780 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
2781 Add byte-recompile-directory's optional `arg'.
2782
2783 * cvs-status.el (cvs-tree-use-charset): New var.
2784 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
2785 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
2786 (cvs-status-cvstrees): Use it.
2787
2788 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
2789 Make it a normal major mode.
2790 (checkdoc-buffer-label): Make sure the file name is meaningful.
2791 (checkdoc-output-to-error-buffer): Remove.
2792 (checkdoc-error, checkdoc-start-section): Rewrite.
2793
2794 * info.el (info-node, info-menu-5, info-xref, info-header-node)
2795 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2796 (Info-title-4-face): Use new syntax.
2797 (info-xref-visited): Inherit from info-xref.
2798
2799 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
2800
2801 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
2802
2803 * simple.el (next-error-last-buffer, next-error-function):
2804 New variables for the next-error framework.
2805 (next-error-buffer-p): New function.
2806 (next-error-find-buffer): Generalize compilation-find-buffer.
2807 (next-error, previous-error, first-error, next-error-no-select)
2808 (previous-error-no-select): Move from compile.el.
2809
2810 * replace.el (occur-next-error, occur-1): Hook into the next-error
2811 framework.
2812
2813 * progmodes/compile.el (compilation-start):
2814 Set next-error-last-buffer so next-error knows where to jump.
2815 (compilation-setup): Set the buffer-local variable
2816 next-error-function to 'compilation-next-error-function.
2817 (compilation-buffer-p, compilation-buffer-internal-p): Use an
2818 alternate way to find if a buffer is a compilation buffer, for
2819 next-error convenience.
2820 (next-error-no-select, previous-error-no-select, next-error)
2821 (previous-error, first-error): Move to simple.el.
2822 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
2823 (compilation-last-buffer): Remove.
2824 (compilation-start, compilation-next-error, compilation-setup)
2825 (compilation-next-error-function, compilation-find-buffer):
2826 Remove compilation-last-buffer use.
2827
2828 2004-04-21 Juanma Barranquero <lektu@terra.es>
2829
2830 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
2831 (font-lock-warning-face): Fix spacing.
2832
2833 * makefile.w32-in (WINS): Add url/ directory.
2834
2835 2004-04-21 Lars Hansen <larsh@math.ku.dk>
2836
2837 * desktop.el (desktop-buffer-mode-handlers): New variable.
2838 Alist of major mode specific functions to restore a desktop buffer.
2839 (desktop-buffer-handlers): Make variable obsolete.
2840 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
2841 Catch errors signaled in handlers. Update buffer count.
2842 Evaluate desktop-buffer-point.
2843 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
2844 move to dired.el.
2845 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
2846 move to info.el.
2847 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
2848 move to mail/rmail.el.
2849 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
2850 to mh-e/mh-e.el.
2851 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
2852 On fail, print message (to message buffer) even if
2853 desktop-missing-file-warning is nil.
2854 (desktop-buffer-misc-data-function): New buffer local variable.
2855 Function returning major mode specific data.
2856 (desktop-buffer-misc-functions): Make variable obsolete.
2857 (desktop-save): Use desktop-buffer-misc-data-function.
2858 (desktop-buffer-dired-misc-data): Rename to
2859 dired-desktop-buffer-misc-data and move to dired.el.
2860 (desktop-buffer-info-misc-data): Rename to
2861 Info-desktop-buffer-misc-data and move to info.el.
2862 (desktop-read): Add message about number of buffers restored/failed.
2863
2864 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
2865 Add parameters. Pause to display error only when
2866 desktop-missing-file-warning is non-nil.
2867 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
2868 (dired-mode): Bind desktop-buffer-misc-data-function.
2869
2870 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
2871 Add Parameters.
2872 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
2873 (Info-mode): Bind desktop-buffer-misc-data-function.
2874
2875 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
2876 Add Parameters.
2877
2878 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
2879 Add Parameters.
2880
2881 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
2882
2883 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
2884 the case of letters in case-insensitive expansions when the
2885 abbrev is preceded by characters with letter syntax.
2886
2887 2004-04-21 Richard M. Stallman <rms@gnu.org>
2888
2889 * progmodes/cperl-mode.el (cperl-putback-char):
2890 Delete Emacs 18 definition.
2891
2892 * international/mule.el (ctext-post-read-conversion):
2893 Use assoc-string, not assoc-ignore-case.
2894
2895 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
2896
2897 * emacs-lisp/easymenu.el (easy-menu-add):
2898 Do call x-popup-menu, but only if it's defined.
2899
2900 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
2901
2902 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
2903 Handle multiple args: compile like progn.
2904
2905 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
2906 take all args as &rest arg.
2907
2908 * autoinsert.el (auto-insert-alist): Insert the user's name in
2909 copyright notice, rather than Free Software Foundation.
2910
2911 2004-04-21 Kenichi Handa <handa@m17n.org>
2912
2913 * descr-text.el (describe-char): Make it work on *Help* buffer.
2914
2915 2004-04-21 Kim F. Storm <storm@cua.dk>
2916
2917 * image.el (insert-image): Add optional SLICE arg.
2918 (insert-sliced-image): New defun.
2919
2920 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
2921
2922 * subr.el (read-number): Check whether `default' is nil.
2923
2924 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2925
2926 * progmodes/compile.el (compilation-error-properties):
2927 Split into two.
2928 (compilation-internal-error-properties): New one.
2929 (compilation-compat-error-properties): Use it. Fix the non-marker case.
2930
2931 2004-04-20 Richard M. Stallman <rms@gnu.org>
2932
2933 * window.el (split-window-save-restore-data):
2934 Don't update the data if OLD-INFO is nil.
2935
2936 * view.el (view-return-to-alist): Mark it permanent local.
2937
2938 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
2939
2940 * recentf.el (recentf-save-list): Catch and warn about errors.
2941
2942 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
2943 so "Buffers" won't be pure.
2944
2945 * help-mode.el (help-mode-finish): Set help-return-alist first
2946 thing, setting only the entry for the selected window.
2947
2948 * help-fns.el (describe-function-1): If many non-control non-meta
2949 keys run the command, don't list all of them.
2950
2951 2004-04-20 Juanma Barranquero <lektu@terra.es>
2952
2953 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
2954 arg. Copied from Andre Spiegel's patch of 2004-03-21.
2955
2956 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
2957
2958 2004-04-20 Kenichi Handa <handa@m17n.org>
2959
2960 * international/quail.el (quail-lookup-key): New optional arg
2961 NOT-RESET-INDICES.
2962 (quail-get-translations): Call quail-lookup-key with
2963 NOT-RESET-INDICES t.
2964 (quail-completion): Likewise.
2965 (quail-lookup-map-and-concat): Likewise.
2966
2967 2004-04-20 Kenichi Handa <handa@m17n.org>
2968
2969 * international/quail.el (quail-update-translation): Don't insert
2970 such an unsupported multibyte char in a unibyte buffer.
2971
2972 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
2973
2974 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
2975 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
2976 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
2977 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
2978 (gdb-frame-assembler-buffer): Improve behaviour with
2979 multiple frames.
2980 (gdb-display-buffer): Extend search to all visible frames.
2981
2982 2004-04-19 Eli Zaretskii <eliz@gnu.org>
2983
2984 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
2985 characters left after base64 decoding.
2986 (rmail-decode-region): Use -dos variety of `coding', to remove any
2987 ^M characters left after qp or base64 decoding.
2988
2989 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2990
2991 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
2992 messages.
2993
2994 2004-04-19 Stephen Eglen <stephen@gnu.org>
2995
2996 * add-log.el (add-change-log-entry): Update doc string to mention
2997 add-log-full-name and add-log-mailing-address.
2998
2999 2004-04-18 Juri Linkov <juri@jurta.org>
3000
3001 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3002 (Info-find-node-2): Simplify error message.
3003 (Info-insert-dir): Use Info-following-node-name.
3004 (Info-goto-node): Remove *info-history* and *info-toc*.
3005 (Info-history): Create a node of the virtual history file.
3006 (Info-toc): Create a node of the virtual toc file.
3007 (Info-insert-toc): New arg `curr-file' for reference file names.
3008 (info-apropos): Remove redundant var binding for temp-file.
3009 (Info-index, Info-index-next, Info-mode): Doc fix.
3010 (Info-goto-emacs-command-node): Don't jump to *info* from
3011 non-*info* Info buffers.
3012 (Info-fontify-node): Don't show the file name of external
3013 references if `Info-hide-note-references' is `hide'. Don't hide
3014 newlines at the end of paragraphs.
3015
3016 * international/mule-diag.el (list-input-methods):
3017 Fix args to help-xref-button.
3018
3019 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3020 to put into effect local variables from TUTORIAL files.
3021
3022 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3023 with default value taken from the variable `sentence-end'.
3024 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3025 Add nil const to :type.
3026 (sentence-end-without-period, sentence-end-double-space)
3027 (sentence-end-without-space): Doc fix.
3028
3029 * textmodes/paragraphs.el (forward-sentence):
3030 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3031 (fill-delete-newlines):
3032 * progmodes/cc-cmds.el (c-beginning-of-statement):
3033 Use function `sentence-end' instead of variable `sentence-end'.
3034
3035 2004-04-18 Andreas Schwab <schwab@suse.de>
3036
3037 * progmodes/compile.el (compilation-start): Set window start to
3038 point-min if compilation-scroll-output is nil.
3039
3040 2004-04-18 John Wiegley <johnw@newartisans.com>
3041
3042 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3043
3044 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3045
3046 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3047 (gdb-info-breakpoints-custom): Revert previous change.
3048 (gdb-view-assembler): Update assembler if necessary.
3049 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3050 (gdb-display-source-buffer): Update properly when both source and
3051 assembler are visible.
3052
3053 2004-04-17 John Wiegley <johnw@newartisans.com>
3054
3055 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3056 which limits the number of names shown in the minibuffer. Off by
3057 default.
3058 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3059 up iswitchb for users with a multitude of open buffers by showing
3060 only the first and last N/2 buffers in the completion list (which
3061 is enough to aid C-s/C-r, and to know that more characters are
3062 needed to refine the completion list).
3063
3064 2004-04-17 Richard M. Stallman <rms@gnu.org>
3065
3066 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3067 (file-truename): Expand all ~ constructs directly.
3068 (insert-directory): Delete any error msg output by the
3069 `insert-directory-program'.
3070
3071 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3072 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3073 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3074 (allout-init): Use find-file-hook, not find-file-hooks.
3075 (allout-mode): Eliminate Emacs 18 support.
3076 Use write-contents-functions, not local-write-file-hooks.
3077
3078 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3079
3080 * progmodes/compile.el (compilation-error-properties): Fix for
3081 adding messages when there are already markers for their file.
3082 (compilation-fake-loc): New function.
3083
3084 2004-04-16 Dave Love <fx@gnu.org>
3085
3086 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3087 (python-load-file): Fix python-orig-start setting.
3088
3089 * progmodes/compile.el: Doc fixes.
3090 (compilation-error-regexp-alist-alist)
3091 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3092 (compilation-assq): Wrap in eval-when-compile.
3093 (compilation-mode-font-lock-keywords): Don't use list*.
3094 (compilation-start): Avoid warning.
3095 (compilation-compat-error-properties)
3096 (compilation-directory-properties): Add keymap property.
3097 (compilation-parsing-end): Make it a marker for better compatibility.
3098
3099 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3100
3101 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3102
3103 * xml.el: Doc fixes.
3104 (xml-get-children): Only looks at sub-tags and ignore strings.
3105
3106 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3107
3108 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3109
3110 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3111
3112 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3113
3114 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3115
3116 * vc.el (vc-print-log): Likewise.
3117
3118 2004-04-16 Masatake YAMATO <jet@gyve.org>
3119
3120 * simple.el (completion-setup-function): Set an initial value
3121 to `element-common-end' before entering loop. Set a value
3122 to `element-common-end' at the end of loop.
3123 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3124 (completions-common-part): Rename from completion-de-emphasis.
3125 (completions-first-difference): Rename from completion-emphasis.
3126 Suggested by RMS.
3127
3128 2004-04-16 Juanma Barranquero <lektu@terra.es>
3129
3130 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3131 (bookmark-edit-annotation-mode): Add mode name.
3132
3133 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3134
3135 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3136 for nested conflict markers.
3137 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3138
3139 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3140
3141 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3142
3143 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3144
3145 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3146
3147 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3148 Give a backtrace if requested.
3149
3150 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3151
3152 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3153 Remove unused functions.
3154 (python-orig-start-line, python-orig-file): Remove.
3155 (python-orig-start): New var.
3156 (python-input-filter, python-compilation-line-number)
3157 (python-send-region, python-load-file): Use it.
3158
3159 * info.el (info): Always jump to *info*.
3160
3161 * subr.el (posn-set-point): New function.
3162
3163 * mouse.el (mouse-set-point): Use it.
3164
3165 * progmodes/compile.el (compile-goto-error): Use it.
3166 (compilation-button-map): New keymap.
3167 (compilation-error-properties): Use it.
3168 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3169
3170 * smerge-mode.el (smerge-popup-context-menu): Use it.
3171
3172 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3173 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3174 mouse and non-mouse case.
3175
3176 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3177 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3178
3179 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3180 Make it work for non-mouse events.
3181
3182 * pcvs-info.el (cvs-status-map): Update binding name.
3183
3184 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3185
3186 * xml.el (xml-maybe-do-ns): New function to handle namespace
3187 parsing of both attribute and element names.
3188 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3189 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3190 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3191 (xml-parse-attlist): Make it do its own namespace parsing.
3192
3193 2004-04-14 Dave Love <fx@gnu.org>
3194
3195 * progmodes/python.el (run-python): Fix use of \n.
3196 (python-load-file): Remove `try' from Python fragment.
3197 (python-describe-symbol): Fix message.
3198
3199 * comint.el: Doc fixes.
3200 (comint-last-input-start, comint-last-input-end)
3201 (comint-last-output-start): Give them values.
3202 (comint-arguments): Avoid warning.
3203 (comint-skip-prompt): Use line-end-position.
3204 (comint-backward-matching-input): Rename arg to agree with doc.
3205 (comint-extract-string): Use syntax-ppss.
3206 (comint-dynamic-simple-complete): Delete useless list construction.
3207 (comint-redirect-subvert-readonly): New.
3208 (comint-redirect-preoutput-filter): Use it.
3209
3210 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3211 Correctly handle negative arguments when calling hook functions.
3212
3213 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3214
3215 * info.el (info-apropos): Don't clobber Info-history-list.
3216
3217 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3218
3219 * progmodes/compile.el (compilation-setup):
3220 Localize overlay-arrow-position.
3221 (compilation-sentinel): Restructure code equivalently.
3222 (compilation-next-error): Find message on same line after point if
3223 not found before point.
3224 (compile-mouse-goto-error): Restore function so that compilation
3225 buffer need not be current and use compile-goto-error.
3226 (compile-goto-error): Restore function.
3227 (next-error): Set overlay-arrow-position.
3228 (compilation-forget-errors): Don't localize already local
3229 compilation-locs and remove FIXME about refontifying.
3230
3231 2004-04-14 Kim F. Storm <storm@cua.dk>
3232
3233 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3234 (command-line): New option -Q. Like -q --no-site-file, but
3235 in addition it also disables menu-bar, tool-bar, scroll-bars,
3236 tool-tips, and the blinking cursor.
3237 (command-line-1): Skip startup screen if -Q.
3238 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3239
3240 * emulation/cua-base.el (cua-read-only-cursor-color)
3241 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3242
3243 2004-04-13 Dave Love <fx@gnu.org>
3244
3245 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3246 (syntax): Don't require.
3247 (python) <defgroup>: Add :version.
3248 (python-quote-syntax): Re-written.
3249 (inferior-python-mode): Move stuff here from run-python and add
3250 some more.
3251 (python-preoutput-continuation, python-preoutput-result)
3252 (python-dotty-syntax-table): New.
3253 (python-describe-symbol): Use them.
3254 (run-python): Move stuff to inferior-python-mode. Modify code
3255 loaded into Python.
3256 (python-send-region): Use python-proc, python-send-string.
3257 (python-send-string): Send newlines too. Callers changed.
3258 (python-load-file): Re-written.
3259 (python-eldoc-function): New.
3260 (info-look): Don't require.
3261 (python-after-info-look): New. A modified version of former
3262 top-level code for use with eval-after-load.
3263 (python-maybe-jython, python-guess-indent): Use widened buffer.
3264 (python-fill-paragraph): Re-written.
3265 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
3266 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
3267
3268 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3269
3270 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3271 Set compilation-error-regexp-alist earlier.
3272
3273 * progmodes/compile.el (compilation-minor-mode-map)
3274 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3275 (compile-goto-error): Re-merge the mouse and non-mouse commands.
3276
3277 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3278
3279 * progmodes/compile.el (compile-goto-error): Select the buffer/window
3280 corresponding to the event.
3281
3282 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
3283
3284 * loadup.el: Add cygwin to system-type list, for unexec() support.
3285
3286 2004-04-12 John Paul Wallington <jpw@gnu.org>
3287
3288 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3289 (ibuffer-restore-window-config-on-quit): New variable to replace
3290 `ibuffer-delete-window-on-quit'. Update all references.
3291 (ibuffer-prev-window-config): New variable.
3292 (ibuffer-quit): Restore previous window configuration instead of
3293 deleting window.
3294 (ibuffer): Save window configuration before showing Ibuffer buffer.
3295
3296 * help.el (describe-mode): Doc fix.
3297
3298 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3299
3300 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3301 not to treat nil as a function.
3302
3303 * vc-arch.el (vc-arch-root): Be a bit more careful.
3304 (vc-arch-register): Save the buffer if we modified it.
3305 (vc-arch-delete-rej-if-obsolete): Save excursion.
3306 (vc-arch-find-file-hook): Use the simpler after-save-hook.
3307 (vc-arch-responsible-p, vc-arch-init-version): New functions.
3308
3309 * net/ldap.el (ldap-search): Use list*.
3310
3311 2004-04-12 Juri Linkov <juri@jurta.org>
3312
3313 * info.el (Info-follow-reference): Allow multiline reference name.
3314
3315 2004-04-11 Dave Love <fx@gnu.org>
3316
3317 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3318
3319 * progmodes/python.el: New file.
3320
3321 2004-04-11 Andre Spiegel <spiegel@gnu.org>
3322
3323 * vc-hooks.el (vc-arg-list): Function removed.
3324 (vc-default-workfile-unchanged-p): Use condition-case to check for
3325 backward compatibility.
3326
3327 * vc.el (vc-print-log): Use condition-case to check for backward
3328 compatibility.
3329
3330 2004-04-11 Juri Linkov <juri@jurta.org>
3331
3332 * dired.el (dired-faces): New defgroup.
3333 (dired-header, dired-mark, dired-marked, dired-flagged)
3334 (dired-warning, dired-directory, dired-symlink, dired-ignored):
3335 New faces.
3336 (dired-header-face, dired-mark-face, dired-marked-face)
3337 (dired-flagged-face, dired-warning-face, dired-directory-face)
3338 (dired-symlink-face, dired-ignored-face): New face variables.
3339 (dired-font-lock-keywords): Use them instead of font-lock faces.
3340 Split the rule for dired marks into 3 separate rules: for marks,
3341 marked file names and flagged file names.
3342
3343 * help-mode.el (help-make-xrefs): Add a final newline to the
3344 *Help* buffer.
3345
3346 2004-04-11 John Paul Wallington <jpw@gnu.org>
3347
3348 * replace.el (occur-engine): Distinguish between one and several
3349 matches in the matches per buffer heading.
3350
3351 2004-04-11 Kim F. Storm <storm@cua.dk>
3352
3353 * ido.el (ido-confirm-unique-completion): New defcustom.
3354 (ido-complete): Use it.
3355 (ido-write-file): Set it to t unconditionally.
3356
3357 2004-04-10 Miles Bader <miles@gnu.org>
3358
3359 RCS keyword removal (only non-comment changes are enumerated here):
3360
3361 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3362 (byte-compile-insert-header): Don't use `byte-compile-version'.
3363 * forms.el (forms-version): Variable removed.
3364 (forms-mode): Don't use `forms-version'.
3365 * recentf.el (recentf-version): Variable removed.
3366 * progmodes/delphi.el (delphi-version): Variable removed.
3367 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
3368
3369 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3370
3371 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
3372
3373 2004-04-09 Jesper Harder <harder@ifa.au.dk>
3374
3375 * info.el (info-apropos): Improve menu item regexp.
3376
3377 2004-04-09 Simon Josefsson <jas@extundo.com>
3378
3379 * mail/smtpmail.el: Add comment, based on report by
3380 kdc@rcn.com (Kevin D. Clark).
3381
3382 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3383
3384 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3385 Redo one more thing that I didn't notice Daniel had undone.
3386
3387 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
3388
3389 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
3390 (gdb-goto-breakpoint, gdb-display-buffer)
3391 (gdb-display-source-buffer, gdb-view-source-function)
3392 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
3393 (gdb-source-info, gdb-frame-handler): Don't specify a window
3394 for display.
3395 (gdb-info-breakpoints-custom): Remove superfluous update of
3396 assembler buffer.
3397 (gdb-many-windows): Make settable outside gdb.
3398
3399 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
3400
3401 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
3402 Derive from fundamental-mode rather than text-mode.
3403
3404 2004-04-08 Juri Linkov <juri@jurta.org>
3405
3406 * info.el (Info-history): Doc fix.
3407 (Info-history-list): New var.
3408 (info-xref): Change magenta4 to blue, remove bold for dark and
3409 light backgrounds, change bold to underline for non-color classes.
3410 (info-xref-visited): New face.
3411 (Info-fontify-visited-nodes): New custom.
3412 (Info-hide-note-references): Add new value `hide'. Doc fix.
3413 (Info-reference-name): New var.
3414 (Info-selection-hook): New custom.
3415 (Info-edit-mode-hook): New var.
3416 (Info-find-file): New fun.
3417 (Info-find-node): Move part of code to Info-find-file.
3418 (Info-find-node-2): Add anchors to Info-history-list. Move point
3419 to the place with the reference name if name is defined.
3420 (Info-select-node): Add current node to Info-history-list.
3421 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
3422 (Info-search-whitespace-regexp): New custom.
3423 (Info-search-case-fold): New var.
3424 (Info-search): Add "case-sensitively" to the prompt.
3425 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
3426 (Info-search-case-sensitively, Info-search-next): New fun.
3427 (Info-up): Move point to the menu item of the current node.
3428 (Info-history): New fun. Add *info-history* to
3429 same-window-buffer-names.
3430 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
3431 (Info-insert-toc): New fun.
3432 (Info-build-toc): New fun.
3433 (Info-follow-reference): Add new arg `fork'. Doc fix.
3434 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
3435 with the same name prefer the reference closest to point.
3436 (Info-next-reference): Replace * by + in the *Note regexp.
3437 Add regexp for http:// and ftp://. Skip the *Note prefix.
3438 (Info-prev-reference): Replace * by + in the *Note regexp.
3439 Add regexp for http:// and ftp://. Skip the *Note prefix.
3440 (Info-follow-nearest-node): Add new arg `fork'.
3441 (Info-try-follow-nearest-node): Add new arg `fork'.
3442 Call browse-url for http:// and ftp:// references.
3443 Set Info-reference-name for index entries.
3444 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
3445 Info-search-next, Info-history, Info-toc, clone-buffer.
3446 (Info-menu-update): Replace * by + in the *Note regexp.
3447 (Info-mode): Add documentation for Info-history, Info-toc,
3448 Info-search-case-sensitively, Info-search-next, clone-buffer.
3449 (Info-fontify-menu-headers): Remove fun. Move code to
3450 Info-fontify-node.
3451 (Info-fontify-node): Add docstring. Add local vars
3452 fontify-visited-p and not-fontified-p. If not-fontified-p is t
3453 then fontify header line, titles, menu headers, http and ftp
3454 references, refill paragraphs. If not-fontified-p is t or
3455 fontify-visited-p is t then fontify cross references, menu items.
3456 Fontify menu headers. Fontify http and ftp references.
3457 Change regexp for cross references to require whitespace after *Note,
3458 add matching groups for file and node names. Remove hack for quote.
3459 Use display property for Info-hide-note-references=t. Use fifth
3460 or fourth match for help-echo. Display visited nodes in a
3461 different face. Unhide file names of external references.
3462 Unhide newlines. Display visited menu items in a different face.
3463
3464 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3465
3466 * progmodes/compile.el: Require CL.
3467 (compilation-mode-font-lock-keywords): Re-install the "line as
3468 function" patch.
3469
3470 * help-fns.el (help-C-source-directory): New var.
3471 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
3472 (describe-function-1, describe-variable): Use them.
3473
3474 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
3475 to C source files specially.
3476
3477 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
3478
3479 * info.el (Info-hide-cookies-node): New function.
3480 (Info-select-node): Use it.
3481 (Info-display-images-node): Remove message with image file name.
3482
3483 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
3484
3485 * progmodes/compile.el (compilation-warning-face)
3486 (compilation-info-face, compilation-skip-threshold)
3487 (compilation-skip-visited, compilation-context-lines):
3488 Declare :version when added to Emacs.
3489 (compilation-error-regexp-alist-alist): Extend caml and irix.
3490 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
3491 (compilation-mode-font-lock-keywords): Temporarily undo line as
3492 function patch, which wasn't ready.
3493
3494 2004-04-07 Kenichi Handa <handa@m17n.org>
3495
3496 * international/latin1-disp.el (latin1-display-setup): Check each
3497 character is displayable or not instead of calling
3498 latin1-display-check-font.
3499
3500 2004-04-06 Kenichi Handa <handa@m17n.org>
3501
3502 * language/ethio-util.el (ethio-sera-being-called-by-w3):
3503 New variable.
3504 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
3505 instead of sera-being-called-by-w3.
3506 (ethio-fidel-to-sera-buffer): Likewise.
3507 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
3508 instead of sera-being-called-by-w3.
3509 (ethio-write-file): Likewise.
3510
3511 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3512
3513 * printing.el: Doc fix.
3514
3515 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
3516
3517 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
3518 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
3519 (gdb-setup-windows): Only use separate IO buffer if required.
3520
3521 2004-04-06 Kim F. Storm <storm@cua.dk>
3522
3523 * term.el (term-is-xemacs): Remove.
3524 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
3525 (term-window-width): New function.
3526 (term-mode, term-check-size): Use it.
3527 (term-mode): Disable overflow-newline-into-fringe in term buffer.
3528
3529 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
3530
3531 * cus-edit.el (custom-add-parent-links): Change unbound variable
3532 `symbol' to `name'.
3533
3534 2004-04-05 Jesper Harder <harder@ifa.au.dk>
3535 * info.el (info-apropos): New function.
3536 (Info-mode-menu): Add it.
3537 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
3538
3539 * help-mode.el (help-make-xrefs): Recognize aliased variable with
3540 inherited docstring.
3541
3542 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
3543
3544 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3545
3546 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
3547
3548 * progmodes/compile.el (font-lock): Don't require any more.
3549 (compilation-error-properties, compilation-start, compilation-sentinel)
3550 (compilation-filter, next-error): Use with-current-buffer.
3551 (compilation-skip-to-next-location, compilation-skip-threshold)
3552 (compilation-skip-visited): Move to silence the byte-compiler.
3553 (compilation-setup): Simplify.
3554 (compilation-next-error): Use line-(beginning|end)-position.
3555 Make sure `pt' is non-nil before using compilation-loop.
3556 (compile-goto-error): Add optional event arg. Use it.
3557 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
3558 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
3559 Update the binding for mouse-2.
3560 (first-error): Set compilation-current-error to nil rather than bob.
3561 (compilation-parsing-end, compilation-parse-errors-function)
3562 (compilation-error-list, compilation-old-error-list):
3563 "New" compatibility variables.
3564 (compile-buffer-substring, compilation-compat-error-properties)
3565 (compilation-compat-parse-errors, compilation-forget-errors):
3566 New compatibility functions.
3567 (compilation-mode-font-lock-keywords): Use them.
3568
3569 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3570
3571 * autorevert.el (auto-revert-handler): If point (or a window
3572 point) is at the end of the buffer, keep it there after
3573 reverting. This allows to tail a file.
3574 Mention this in the `Commentary'.
3575
3576 * format.el (format-write-file): Add optional argument CONFIRM
3577 and make it behave like the analogous argument to `write-file'.
3578
3579 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3580
3581 * progmodes/ebnf2ps.el: Doc fix.
3582 (ebnf-version): New version number (4.2).
3583 (ebnf-syntax): Customization and docstring fix.
3584 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
3585 Put autoloaded funs before first use.
3586 (ebnf-style-database): Add dtd entry.
3587 (ebnf-syntax-alist): Add dtd initialization.
3588 (ebnf-token-sequence): New fun.
3589 (ebnf-comment-table): Add new comment action character.
3590 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
3591
3592 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
3593 Type Definition for XML).
3594
3595 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
3596 * progmodes/ebnf-bnf.el (ebnf-sequence):
3597 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
3598 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
3599 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
3600 Code simplification: call ebnf-token-sequence.
3601
3602 2004-04-04 Eli Zaretskii <eliz@gnu.org>
3603
3604 * calendar/timeclock.el (timeclock-relative)
3605 (timeclock-get-project-function, timeclock-get-workday-function)
3606 (timeclock-query-out, timeclock-when-to-leave)
3607 (timeclock-when-to-leave-string, timeclock-log-data)
3608 (timeclock-generate-report, timeclock-in): Doc fixes.
3609
3610 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3611
3612 * url/: New dir. Import the URL package from its repository.
3613
3614 2004-04-03 Andreas Schwab <schwab@suse.de>
3615
3616 * diff-mode.el (diff-mode): Fix missing quote.
3617
3618 2004-04-03 Juri Linkov <juri@jurta.org>
3619
3620 * descr-text.el (describe-property-list): Add `font-lock-face'.
3621
3622 * dired.el (dired-font-lock-keywords): Fix permission regexps.
3623
3624 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3625
3626 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
3627 Use utf-16le on little endian machines and utf-16be otherwise.
3628
3629 2004-04-02 David Kastrup <dak@gnu.org>
3630
3631 * net/browse-url.el (browse-url-generic): Use call-process
3632 instead of start-process to allow browsers that fork and detach.
3633
3634 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
3635
3636 * compile.el (compilation-current-error): New var.
3637 (compilation-setup, compile-mouse-goto-error)
3638 (compile-goto-error, next-error): Use it.
3639 (compilation-skip-to-next-location): Default to t, which gives
3640 contiguous skipping like old compile (where this was redundant).
3641 (compilation-next-error): Prevent previous-* commands from moving
3642 back to message at or just before point.
3643
3644 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
3645
3646 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
3647 (gdb-source-info): Don't display source at startup, if required.
3648 (gdb-show-main): New option.
3649 (gdba): Update documentation.
3650 (gdb-source): Cover case of auto-display output.
3651
3652 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
3653
3654 * autorevert.el: Delete obsolete autoload's and defvar's.
3655 (auto-revert-check-vc-info): New user option.
3656 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3657 (auto-revert-handler-vc): Delete.
3658 (auto-revert-handler): Treat return value `fast' of
3659 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
3660
3661 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
3662 return `fast'.
3663
3664 * files.el (buffer-stale-function): Doc change.
3665
3666 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3667
3668 * printing.el: New tip on Tips section.
3669 (pr-version): New version number (6.7.4).
3670 (pr-shell-file-name): Initialization fix.
3671
3672 2004-03-31 Juri Linkov <juri@jurta.org>
3673
3674 * dired.el: Add autoload for `dired-do-touch'.
3675 (dired-touch-program): New var.
3676 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
3677 (dired-no-confirm): Add `touch' to docstring.
3678
3679 * dired-aux.el (dired-do-touch): New fun.
3680 (dired-do-chxxx): Add argument -t for touch operation.
3681
3682 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
3683 `dired-move-to-filename-regexp'.
3684
3685 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
3686
3687 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3688
3689 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3690
3691 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
3692 and only if the buffer was modified.
3693
3694 2004-03-30 Kenichi Handa <handa@m17n.org>
3695
3696 * international/characters.el: Delete pairs for U+2308..U+230B.
3697
3698 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
3699
3700 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
3701 to detect the beginning of a level 2 or 3 annotation.
3702
3703 2004-03-29 Kenichi Handa <handa@m17n.org>
3704
3705 * international/ucs-tables.el (ucs-insert): Fix the error message.
3706
3707 2004-03-29 Kenichi Handa <handa@m17n.org>
3708
3709 * international/mule-util.el (char-displayable-p): Fix generation
3710 of XLFD file name.
3711
3712 * Makefile.in (setwins, setwins_almost): Change directory to $wd
3713 before finding directories by `find'.
3714
3715 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 * subr.el (interactive-form): Delete. Now implemented in C.
3718
3719 * pcvs.el (cvs-parse-process): Workaround for Darwin.
3720
3721 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
3722 (vc-diff-label): New fun.
3723 (vc-diff-internal): Use it.
3724
3725 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
3726
3727 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3728
3729 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
3730
3731 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
3732 specify XML (EBNFX).
3733
3734 * progmodes/ebnf2ps.el: Doc fix.
3735 (ebnf-version): New version number (4.1).
3736 (ebnf-syntax): Adjust customization.
3737 (ebnf-style-database): Add ebnfx entry.
3738 (ebnf-syntax-alist): Add ebnfx initialization.
3739 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
3740
3741 * printing.el: Doc fix.
3742 (pr-version): New version number (6.7.3).
3743 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
3744 returns nil for mouse position. Reported by Drew Adams
3745 <drew.adams@oracle.com>.
3746 (pr-update-menus): Modify interactive declaration. Reported by Drew
3747 Adams <drew.adams@oracle.com>.
3748
3749 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
3750
3751 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
3752 (gud-gdba-marker-filter): Log the process input and output, if
3753 required. From Stefan Monnier.
3754 (gdb-debug-log, gdb-enable-debug-log): New variables.
3755 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
3756
3757 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3758
3759 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
3760 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
3761
3762 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
3763
3764 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
3765 Call vc-find-file-hook here instead of in auto-revert-buffers.
3766 (auto-revert-buffers): Delete call to vc-find-file-hook.
3767 (auto-revert-verbose, global-auto-revert-non-file-buffers)
3768 (global-auto-revert-mode, auto-revert-set-timer)
3769 (auto-revert-handler, auto-revert-buffers): Doc fixes.
3770
3771 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
3772
3773 * woman.el (woman-change-fonts): Rename local variable
3774 woman-font-alist to font-alist to avoid a compiler warning.
3775
3776 2004-03-27 Dave Love <fx@gnu.org>
3777
3778 * emacs-lisp/rx.el (rx): Doc fix.
3779 Fix copyright years.
3780
3781 * strokes.el (strokes-global-set-stroke-string): New function.
3782 (strokes-list-strokes): Cope with strings, not just commands.
3783 Set foreground colour of image.
3784 (strokes-global-set-stroke): Doc fix.
3785
3786 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
3787
3788 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
3789 Auto Revert mode.
3790 (Buffer-menu-files-only): New variable.
3791 (Buffer-menu-toggle-files-only): New function.
3792 (Buffer-menu-mode-map): Bind it to `T'.
3793 (Buffer-menu-mode): Mention `T' in docstring.
3794 Set buffer-stale-function.
3795 (list-buffers-noselect): Mark buffer non-modified and set
3796 Buffer-menu-files-only.
3797
3798 * dired.el (buffer-stale-function): Remove no longer needed defvar.
3799
3800 * autorevert.el (auto-revert-handler): Print revert message
3801 before, rather than after, reverting.
3802 (buffer-stale-function): Move to files.el.
3803
3804 * files.el (buffer-stale-function): Move here from autorevert.el.
3805
3806 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3807
3808 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
3809
3810 * calc/calc.el (calc-mode-map): Use mapc.
3811
3812 * apropos.el (apropos-mode): Don't autoload.
3813 (apropos-symbols-internal): New fun. Extracted from `apropos'.
3814 (apropos): Use it.
3815 (apropos-print): Add optional `text' argument.
3816 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
3817 Don't assume point-min == 1.
3818
3819 * bs.el (bs-buffer-list): Use buffer-local-value.
3820 (bs--set-toggle-to-show): Use with-current-buffer.
3821
3822 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
3823 New funs.
3824 (list-buffers-noselect): Use them. Adjust :align-to to new style.
3825
3826 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
3827
3828 * dabbrev.el (dabbrev-expand): Fix regexp construction.
3829 (dabbrev--find-expansion): Use pop.
3830 (dabbrev--search): Use match-string-no-properties.
3831
3832 * dired.el (dired-mode): Use run-mode-hooks.
3833 (dired-move-to-end-of-filename): Use match-string.
3834
3835 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
3836 is bound before using it.
3837 (ediff-verbose-p): Make it into a var since it's not constant.
3838
3839 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
3840
3841 * faces.el (read-face-font): Don't cons up unnecessarily.
3842 (header-line, tool-bar): Share common parts.
3843
3844 * files.el (file-relative-name): Use compare-strings.
3845
3846 * finder.el (finder-mode): Follow coding convention.
3847
3848 * subr.el (read-number): New function.
3849
3850 * ses.el (ses-read-number): Move to subr.el.
3851 (ses-set-header-row): Use read-number.
3852
3853 2004-03-26 Andre Spiegel <spiegel@gnu.org>
3854
3855 * vc-hooks.el (vc-arg-list): New function, which handles both
3856 compiled and uncompiled code.
3857 (vc-default-workfile-unchanged-p): Use it.
3858
3859 * vc.el (vc-print-log): Undo prev change, use new function
3860 vc-arg-list from vc-hooks.el.
3861
3862 2004-03-26 Masatake YAMATO <jet@gyve.org>
3863
3864 * simple.el (completion-setup-function): Emphasize the
3865 first uncommon characters in the completions; and de-emphasize
3866 the common prefix substrings.
3867 (completion-emphasis): New face.
3868 (completion-de-emphasis): New face.
3869
3870 2004-03-25 Juanma Barranquero <lektu@terra.es>
3871
3872 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
3873 Comment out (it's unused and unfinished code).
3874
3875 2004-03-25 Sam Steingold <sds@gnu.org>
3876
3877 * vc.el (vc-print-log): Fix a bug in the last patch:
3878 backend-function may be a byte-compiled object, not a lambda.
3879
3880 2004-03-25 Juri Linkov <juri@jurta.org>
3881
3882 * descr-text.el (describe-property-list): Add a button
3883 for `face' property that calls `describe-face'.
3884 Suggested by luis fernandes <elf@ee.ryerson.ca>
3885
3886 * international/mule.el (keyboard-coding-system):
3887 * kmacro.el (kmacro-call-macro): Fix docstring.
3888
3889 * dired.el: Fix comments.
3890
3891 * textmodes/fill.el (fill): Fix Info link.
3892
3893 * font-lock.el (fast-lock, lazy-lock):
3894 * jit-lock.el (jit-lock): Remove links to removed Support Modes
3895 Info node.
3896
3897 * eshell/eshell.el (eshell): Fix broken info-link.
3898
3899 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
3900 * eshell/em-banner.el (eshell-banner):
3901 * eshell/em-smart.el (eshell-smart):
3902 * eshell/esh-cmd.el (eshell-cmd):
3903 Comment out broken info-links to incomplete Info manual.
3904
3905 * info-xref.el: Fix commentary.
3906
3907 2004-03-25 Kevin Ryde <user42@zip.com.au>
3908
3909 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
3910 Remove spurious node duplicate suppression, doesn't work, not wanted.
3911 (info-xref-output): Take format style args, add "sit-for 0" to let
3912 user see the results as they progress.
3913 (info-xref-check-all-custom): New function.
3914
3915 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
3916
3917 * gdb-ui.el: Moved to progmodes.
3918
3919 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3920
3921 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
3922
3923 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3924
3925 * calendar/appt.el (appt-check): Remove superfluous progn.
3926 When finished with diary buffer: if it was not being displayed
3927 before, kill it; otherwise restore its original state.
3928 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
3929
3930 * calendar/calendar.el (calendar-set-mode-line): Use total
3931 available mode-line width, rather than frame-width.
3932
3933 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
3934 after mode change so effect not lost.
3935
3936 2004-03-23 Dave Love <fx@gnu.org>
3937
3938 * dired.el (dired) <defgroup>: Add link to manual.
3939 (dired-font-lock-keywords): Add highlighting on unusual permissions.
3940 (dired-revert): Use dolist.
3941 (dired-mode-map): Add U binding.
3942 (dired-mode): Add font-lock-beginning-of-syntax-function.
3943 (dired-garbage-files-regexp): Make it a defcustom.
3944
3945 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
3946
3947 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
3948 is equivalent to nil.
3949 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
3950 (vc-arch-mode-line-string): Accept `added' state.
3951 (vc-arch-state): Use inode-sigs if available.
3952 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
3953 Copy&delete existing id file if any. Fallback if uuidgen is absent.
3954 (vc-arch-tagline-re): New var.
3955 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
3956 New functions.
3957 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
3958 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
3959
3960 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
3961 (vc-file-not-found-hook): Use it.
3962
3963 * diff-mode.el (diff-default-read-only): Change default.
3964 (diff-mode-hook): Make it a defcustom. Add some options.
3965 (diff-mode-map): Bind diff-refine-hook.
3966 (diff-yank-handler): New var.
3967 (diff-yank-function): New fun.
3968 (diff-font-lock-keywords): Use them.
3969 (diff-end-of-file): Handle case where file-header looks like diff text.
3970 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
3971 (diff-file-kill): Delete a subsequent empty line, if applicable.
3972 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
3973 (diff-find-file-name): Use it.
3974 (diff-tell-file-name): New command.
3975 (diff-mode): Be careful with view-mode.
3976 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
3977 New functions, for use in diff-mode-hook.
3978 (diff-find-source-location): Catch "regex too large" errors.
3979 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
3980 (diff-refine-hunk): New command.
3981
3982 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
3983 (smerge-context-menu-map): Remove unused var.
3984 (smerge-keep-all): Preserve markers.
3985 (smerge-keep-n): New fun.
3986 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
3987 (smerge-keep-current, smerge-ediff): Use it.
3988 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
3989 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
3990 (smerge-resolve): Resolve trivial 3-part conflicts.
3991
3992 2004-03-23 Juri Linkov <juri@jurta.org>
3993
3994 * man.el (Man-width): New var.
3995 (Man-getpage-in-background): Use it.
3996 (Man-support-local-filenames): New var and fun.
3997 (Man-build-man-command): Don't add a second %s.
3998 (Man-fontify-manpage): Clean up message.
3999 (Man-mode): Set outline-regexp, outline-level,
4000 imenu-generic-expression.
4001
4002 * woman.el (woman-fill-frame): Doc fix.
4003 (woman-decode-region): Use window-width instead of frame-width.
4004
4005 * abbrevlist.el (list-one-abbrev-table):
4006 * descr-text.el (describe-char):
4007 * international/mule-diag.el (describe-current-coding-system):
4008 * international/quail.el (quail-insert-decode-map):
4009 Use window-width instead of frame-width.
4010
4011 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4012 (jka-compr-mode-alist-additions): Add tbz.
4013 (jka-compr-write-region, jka-compr-insert-file-contents):
4014 Add message for undefined compress-program.
4015 (jka-compr-write-region): Remove redundant var bindings.
4016
4017 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4018 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4019 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4020 (dired-man): Use dired-guess-shell-command.
4021 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4022 Change default nil to t.
4023
4024 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4025 (dired-compare-directories): Add default value for empty input.
4026
4027 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4028
4029 * time.el (display-time-string-forms): Fix help-echo date format.
4030
4031 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4032
4033 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4034 (buffer-stale-function): New variable.
4035 (auto-revert-list-diff, auto-revert-dired-file-list)
4036 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4037 (auto-revert-handler): Take over some functionality of deleted
4038 functions.
4039 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4040
4041 * dired.el (dired-directory-changed-p): New fun, extracted from
4042 dired-internal-noselect.
4043 (dired-buffer-stale-p): New fun.
4044 (dired-internal-noselect): Use dired-directory-changed-p.
4045 Eliminate revert messages.
4046 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4047
4048 2004-03-23 Kenichi Handa <handa@m17n.org>
4049
4050 * international/characters.el: Setup syntaxes for more parentheses
4051 Unicode characters.
4052
4053 * international/mule-cmds.el (select-safe-coding-system):
4054 Merge coding-system and auto-cs before comparing them.
4055
4056 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4057
4058 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4059
4060 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4061 normal-auto-fill-function and comment-indent-function.
4062 The default values now work just as well.
4063 Don't set font-lock-beginning-of-syntax-function since we already set
4064 syntax-begin-function.
4065 (lisp-outline-level): Put ;;;###autoload at same level as (.
4066 (prin1-char): Quote special chars.
4067
4068 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4069 than with-no-warnings.
4070
4071 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4072 if the source location can't be found.
4073 (edebug-compute-previous-result): Use prin1-char.
4074
4075 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4076 (debug-ignored-errors): Add an entry.
4077
4078 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4079 (byte-compile-file): Output warning when deleting a file.
4080
4081 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4082 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4083
4084 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4085 (byte-compile-inline-expand): Use backquote.
4086 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4087 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4088
4089 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4090
4091 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4092
4093 2004-03-22 Juri Linkov <juri@jurta.org>
4094
4095 * finder.el (finder-known-keywords): Fix data, tex, unix.
4096
4097 * play/landmark.el: Fix keywords.
4098
4099 * language/ethio-util.el (ethio-find-file): Doc fix.
4100
4101 * emacs-lisp/warnings.el: Doc fix.
4102
4103 * textmodes/ispell.el (ispell-help): Doc fix.
4104
4105 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4106
4107 * format.el (format-insert-file): Always return a list of two
4108 elements, like insert-file-contents does.
4109
4110 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4111
4112 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4113 and vc-BACKEND-diff.
4114 (vc-print-log): If the print-log implementation supports it, use
4115 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4116 (vc-version-diff, vc-diff-internal): Doc fixes.
4117
4118 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4119 implementation supports it, let diff output go to *vc*,
4120 not *vc-diff*, since this is an internal call.
4121
4122 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4123
4124 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4125
4126 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4127
4128 2004-03-21 Dave Love <fx@gnu.org>
4129
4130 * progmodes/cfengine.el (cfengine-mode):
4131 Set parse-sexp-ignore-comments.
4132
4133 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4134
4135 2004-03-21 Juanma Barranquero <lektu@terra.es>
4136
4137 * allout.el (allout-mode): Fix docstring.
4138
4139 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4140
4141 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4142
4143 * autorevert.el (auto-revert-interval): Make new value take
4144 effect immediately when set through Custom.
4145 (auto-revert-set-timer): Add interactive declaration.
4146
4147 2004-03-19 David Ponce <david@dponce.com>
4148
4149 * ruler-mode.el (ruler-mode-header-line-format-old):
4150 Don't `make-variable-buffer-local'.
4151 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4152 (ruler-mode-header-line-format): Simply funcall the above.
4153 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4154 to save/restore a previous header line format.
4155 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4156 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4157 fringes and margins width.
4158 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4159
4160 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4161
4162 * log-edit.el (log-edit-font-lock-keywords): Typo.
4163
4164 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4165 (tex-send-tex-command): Rather than here.
4166 (tex-compilation-parse-errors): Simplify.
4167
4168 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4169
4170 * time.el (display-time-string-forms): Add help-echo with date on time.
4171
4172 * composite.el (compose-region): Use restore-buffer-modified-p.
4173
4174 * disp-table.el (standard-display-8bit): Simplify.
4175
4176 * server.el (server-process-filter): Delete temp frame.
4177
4178 * add-log.el (add-change-log-entry): Simplify.
4179
4180 2004-03-19 Kim F. Storm <storm@cua.dk>
4181
4182 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4183 (hexl-follow-line): Don't require 'fringe.
4184
4185 * progmodes/compile.el (compilation-start): Always set
4186 compilation-last-buffer and return it.
4187
4188 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4189
4190 * simple.el (clone-buffer): Doc fix.
4191
4192 2004-03-18 Juanma Barranquero <lektu@terra.es>
4193
4194 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4195
4196 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4197
4198 * log-edit.el (log-edit-font-lock-keywords): New var.
4199 (log-edit-mode): Use it.
4200
4201 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4202
4203 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4204 properly for watching in speedbar.
4205
4206 2004-03-17 Masatake YAMATO <jet@gyve.org>
4207
4208 * smerge-mode.el (smerge-popup-context-menu):
4209 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4210
4211 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4212
4213 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4214 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4215 Take sealed revisions into account.
4216 (vc-arch-checkin): Extract a summary line from the message.
4217
4218 2004-03-16 Masatake YAMATO <jet@gyve.org>
4219
4220 * register.el (register): Provide `register' feature.
4221
4222 2004-03-15 Masatake YAMATO <jet@gyve.org>
4223
4224 Added context menu support in smerge mode.
4225 Most of the part is written by Stefan Monnier.
4226
4227 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4228 New keymap and menu.
4229 (smerge-text-properties): New function.
4230 (smerge-remove-props): New function.
4231 (smerge-popup-context-menu): New function.
4232 (smerge-resolve): Call `smerge-remove-props'.
4233 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4234 (smerge-keep-current): Ditto.
4235 (smerge-kill-current): New function.
4236 (smerge-match-conflict): Put text properties.
4237 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4238
4239 2004-03-15 David Ponce <david@dponce.com>
4240
4241 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4242 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4243 (ruler-mode-right-scroll-bar-cols): Remove.
4244 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4245 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4246 Use fringe-columns and scroll-bar-columns.
4247
4248 2004-03-15 Masatake YAMATO <jet@gyve.org>
4249
4250 * hl-line.el (hl-line-range-function): New variable.
4251 (hl-line-move): New function.
4252 (global-hl-line-highlight): Use `hl-line-move'.
4253 (hl-line-highlight): Ditto.
4254
4255 * scroll-bar.el (scroll-bar-columns):
4256 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4257
4258 * ruler-mode.el (top-level): Require scroll-bar and fringe.
4259 (ruler-mode-left-fringe-cols)
4260 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4261 (ruler-mode-right-scroll-bar-cols)
4262 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4263 (ruler-mode-ruler-function): New variable.
4264 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4265 if the value for `ruler-mode-ruler-function'is given.
4266
4267 * hexl.el (hexl-mode-hook): Make the hook customizable.
4268 (hexl-address-area, hexl-ascii-area): New customize variables.
4269 (hexlify-buffer): Put font-lock-faces on the address area and
4270 the ascii area.
4271 (hexl-activate-ruler): New function.
4272 (hexl-follow-line): New function.
4273 (hexl-highlight-line-range): New function.
4274 (hexl-mode-ruler): New function.
4275
4276 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4277
4278 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
4279 (vc-default-find-file-hook): New fun.
4280 (vc-find-file-hook): Call new find-file-hook operation.
4281
4282 * vc-arch.el: New file.
4283
4284 2004-03-12 Jesper Harder <harder@ifa.au.dk>
4285
4286 * info-look.el (info-lookup): Reuse an existing Info window.
4287
4288 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4289
4290 * woman.el (woman-preserve-ascii): Default value changed to t and
4291 doc string revised.
4292
4293 2004-03-12 Richard M. Stallman <rms@gnu.org>
4294
4295 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4296 Fix minor bug.
4297
4298 * replace.el (occur-engine): Change message for count of matches.
4299
4300 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4301 For strings, do compare text properties.
4302
4303 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4304
4305 * progmodes/compile.el (compile-auto-highlight)
4306 (compilation-error-list, compilation-old-error-list)
4307 (compilation-parse-errors-function, compilation-parsing-end)
4308 (compilation-error-message, compilation-directory-stack)
4309 (compilation-enter-directory-regexp-alist)
4310 (compilation-leave-directory-regexp-alist)
4311 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4312 (compilation-current-file, compilation-regexps): Remove vars.
4313
4314 (compile-error-at-point, compilation-error-filedata)
4315 (compilation-error-filedata-file-name, compile-reinitialize-errors)
4316 (compilation-next-error-locus, compilation-forget-errors)
4317 (count-regexp-groupings, compilation-parse-errors)
4318 (compile-collect-regexps, compile-buffer-substring): Remove funs.
4319
4320 (compile-internal): Make obsolete.
4321
4322 (compilation-first-column, compilation-error)
4323 (compilation-directory-matcher, compilation-page-delimiter)
4324 (compilation-mode-font-lock-keywords, compilation-debug)
4325 (compilation-error-face, compilation-warning-face)
4326 (compilation-info-face, compilation-line-face)
4327 (compilation-column-face, compilation-enter-directory-face)
4328 (compilation-leave-directory-face, compilation-skip-threshold)
4329 (compilation-skip-visited, compilation-context-lines): New vars.
4330
4331 (compilation-warning-face, compilation-info-face)
4332 (compilation-message-face): New faces.
4333
4334 (compilation-error-regexp-alist-alist): New constant.
4335
4336 (compilation-face, compilation-directory-properties)
4337 (compilation-assq, compilation-error-properties, compilation-start)
4338 (define-compilation-mode, compilation-loop)
4339 (compilation-set-window): New functions.
4340
4341 (compile): Additional argument for interactive compiles like TeX.
4342
4343 * progmodes/grep.el (kill-grep): Move here from compile.el
4344 (grep-error, grep-hit-face, grep-error-face)
4345 (grep-mode-font-lock-keywords): New variables.
4346 (grep-regexp-alist): Simplify regexp and add `binary' case.
4347 (grep-mode): New mode.
4348 (grep-process-setup): Simplify.
4349
4350 2004-03-11 Jason Rumney <jasonr@gnu.org>
4351
4352 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4353 letters on DOS/Windows.
4354
4355 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4356
4357 * server.el (server-name): New var.
4358 (server-socket-dir): New var to replace server-socket-name.
4359 (server-start): Use them.
4360
4361 2004-03-11 Simon Josefsson <jas@extundo.com>
4362
4363 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4364 died to avoid infloop. Reported by Jonathan Glauner
4365 <jglauner@sbum.org>.
4366
4367 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4368
4369 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
4370 (smerge-mode-menu): Use it to deactivate menu entries.
4371 (smerge-keep-current): New fun.
4372 (smerge-keep-current): Use it.
4373
4374 2004-03-10 John Paul Wallington <jpw@gnu.org>
4375
4376 * foldout.el (foldout-fold-list, foldout-modeline-string):
4377 Declare them as variables, not constants.
4378
4379 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4380
4381 * ps-print.el: Modification to print *Messages* buffer.
4382 (ps-print-version): New version 6.6.4.
4383 (ps-message-log-max): New fun.
4384 (ps-spool-without-faces, ps-spool-with-faces)
4385 (ps-count-lines-preprint): Code fix.
4386
4387 * printing.el: New tips in Tips section.
4388
4389 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4390
4391 * delim-col.el: Doc fix.
4392
4393 * printing.el: Doc fix. New doc section (Tips).
4394
4395 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4396
4397 * type-break.el (type-break-emacs-variant): Remove.
4398 (type-break-run-at-time, type-break-cancel-function-timers):
4399 Use fboundp rather than version name and number.
4400
4401 2004-03-09 Masatake YAMATO <jet@gyve.org>
4402
4403 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4404 `make-variable-buffer-local'.
4405
4406 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
4407
4408 * find-dired.el (find-dired): Call `shell-command' instead of
4409 `start-process-shell-command'. By this, Tramp takes over
4410 handling of remote directories.
4411
4412 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4413
4414 * newcomment.el (comment-use-global-state): New var.
4415 (comment-search-forward): Use it.
4416
4417 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
4418
4419 * cus-edit.el (fill) <defgroup>: Move to fill.el.
4420
4421 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
4422 (enable-kinsoku): Make it a defcustom.
4423 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
4424 paragraph to same-comment-start-marker.
4425
4426 2004-03-07 Dave Love <fx@gnu.org>
4427
4428 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4429 (browse-url-mail): Use it.
4430
4431 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
4432 (rfc2368-unhexify-string): Use replace-regexp-in-string.
4433
4434 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4435
4436 * woman.el (woman-man.conf-path): Doc fix.
4437 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
4438
4439 2004-03-07 Eli Zaretskii <eliz@gnu.org>
4440
4441 * sort.el (sort-columns): Remove ms-dos from the list of systems
4442 where the external `sort' command is not used.
4443
4444 2004-03-07 Kim F. Storm <storm@cua.dk>
4445
4446 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
4447 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
4448 from overlay-arrow-variable-list.
4449 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
4450
4451 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
4452
4453 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
4454 overlay arrow string properly for the assembler buffer.
4455
4456 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4457
4458 * mail/sendmail.el (mail-mode): Fix last change.
4459
4460 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
4461
4462 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
4463 for the assembler buffer.
4464 (gdb-assembler-custom): Position the overlay arrow.
4465 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
4466
4467 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
4468
4469 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
4470
4471 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
4472 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
4473
4474 * mail/sendmail.el (mail-mode): Set comment-start-skip.
4475
4476 * newcomment.el (uncomment-region): Allow non-terminated comment.
4477 (comment-normalize-vars): Check the user-specified comstart marker.
4478
4479 2004-03-04 Jesper Harder <harder@ifa.au.dk>
4480
4481 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
4482 Otherwise, do use it if the region only contains font-lock text
4483 properties.
4484
4485 2004-03-04 Masatake YAMATO <jet@gyve.org>
4486
4487 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
4488 as the callback function for eldoc.
4489 (hexl-print-current-point-info): New function.
4490 (hexl-current-address): Print the address in both decimal
4491 and hexadecimal format.
4492
4493 2004-03-04 Richard M. Stallman <rms@gnu.org>
4494
4495 * mail/rmail.el (rmail-convert-to-babyl-format):
4496 Specify t for UNIBYTE when calling mail-unquote-printable-region.
4497
4498 * mail/mail-utils.el (mail-unquote-printable-region):
4499 New arg UNIBYTE.
4500
4501 * startup.el (command-switch-alist): Doc fix.
4502
4503 * simple.el (undo): Temporarily set this-command to `undo-start',
4504 then set it to `undo' once undo-start returns without error.
4505
4506 * simple.el (minibuffer-history-sexp-flag): Doc fix.
4507
4508 * simple.el (kill-line): Don't disregard trailing whitespace
4509 in eol condition, if show-trailing-whitespace is set.
4510
4511 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
4512 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
4513 When disabling, restore old values only if mouse-sel-has-been-enabled.
4514
4515 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
4516 (isearch-{-char): New function.
4517 (isearch-mode-map): Bind { to isearch-{-char.
4518
4519 * font-lock.el (lisp-font-lock-keywords-2):
4520 Turn off the CL with-... and do-... general patterns.
4521 Instead, recognize several specific with... and do... constructs.
4522
4523 * files.el (switch-to-buffer-other-window):
4524 Bind same-window-buffer-names and same-window-regexps to nil.
4525 (switch-to-buffer-other-frame): Likewise.
4526
4527 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4528
4529 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
4530 recognizing leading comment on code line.
4531
4532 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4533
4534 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
4535 hidden files/directories.
4536
4537 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4538
4539 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
4540 only comment-start (in case the mode hasn't set it).
4541
4542 * Makefile.in (AUTOGENEL): New var.
4543 (bootstrap-prepare): Rename from bootstrap-clean.
4544 Don't remove elc files.
4545 (maintainer-clean): New target.
4546
4547 * xml.el (xml-get-attribute-or-nil): Simplify.
4548
4549 2004-03-02 Juri Linkov <juri@jurta.org>
4550
4551 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
4552 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
4553 URL to prevent their substitution with the environment variable
4554 values by browsers.
4555
4556 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4557
4558 * ps-print.el: Doc fix.
4559 (ps-print-version): New version number (6.6.3).
4560 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
4561 Docstring fix.
4562 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
4563 before printing.
4564 (ps-time-stamp-yyyy-mm-dd): New fun.
4565 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
4566
4567 2004-03-02 Kim F. Storm <storm@cua.dk>
4568
4569 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
4570
4571 2004-03-01 Juanma Barranquero <lektu@terra.es>
4572
4573 * allout.el (allout-rebullet-heading): Fix typo in docstring.
4574
4575 * desktop.el (desktop-file-version)
4576 (desktop-after-read-hook): Fix typos.
4577 (desktop-clear-preserve-buffers): Remove redundant info in
4578 docstring already shown by the obsolescence message.
4579 (desktop-truncate, desktop-internal-v2s)
4580 (desktop-value-to-string): Change argument name to match docstring.
4581
4582 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
4583
4584 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
4585 docstring.
4586
4587 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4588
4589 * printing.el: Replace "As Is..." in PostScript file print/preview by
4590 "No Preprocessing...". Suggested by Colin Marquardt
4591 <_marquardt_@zmd.de>.
4592 (pr-insert-section-4): Adjust buffer interface.
4593
4594 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
4595
4596 Version 2.0.39 of Tramp released.
4597
4598 * net/tramp.el (tramp-handle-file-local-copy)
4599 (tramp-handle-write-region, tramp-open-connection-rsh):
4600 Variable name typo. Small change. From Patrick Tullmann
4601 <tullmann@flux.utah.edu>.
4602 (tramp-process-connection-type): New variable.
4603 (tramp-maybe-open-connection): Use it.
4604 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
4605 (tramp-touch): Set last-modified time of a remote file.
4606 (tramp-handle-write-region): Say which function is used when encoding.
4607
4608 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
4609
4610 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
4611 case of non-existing filename, too. Reported by Christoph Bauer
4612 <c_bauer@informatik.uni-kl.de>.
4613 (tramp-smb-get-file-entries): The directory in question should
4614 have permissions "drwxrwxrwx". Just virtual, because we don't
4615 know the real permissions. Don't we know?
4616 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
4617 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
4618 (tramp-smb-wait-for-output): Optimize algorithm getting pending
4619 output. If it was received chunkwise, there have been problems.
4620 Remove the "prompt not found" error message; it is obvious.
4621 Simplify algorithm.
4622 (tramp-smb-process-running): Remove. Since we acknowledge the
4623 virtual prompt for shares, there's no need for distinction of
4624 reading shares (process ends afterwards) and interactive mode of
4625 smblient.
4626 (tramp-smb-open-connection): Setting process sentinel removed.
4627 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
4628 "NT_STATUS_NETWORK_ACCESS_DENIED".
4629 (tramp-smb-maybe-open-connection): Set `process-connection-type'
4630 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
4631 (top-level): Setting default value in `tramp-default-method-alist'
4632 corrected. Order of USER and HOST have been wrong.
4633 Nobody complained for months ...
4634 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
4635 (tramp-smb-open-connection): Clear password cache if login has failed.
4636
4637 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
4638 `tramp-unified-filenames'.
4639 (tramp-completion-mode): Make test for XEmacs explicitely.
4640 `event-to-character' can exists in Emacs packages too.
4641 Reported by Matt Swift <swift@alum.mit.edu>.
4642 (tramp-buffer-name): Buffer name must contain the user if exists.
4643 Reported by Adrian Phillips <a.phillips@met.no>.
4644 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
4645 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
4646 (tramp-do-copy-or-rename-file-out-of-band): Rename from
4647 `tramp-do-copy-or-rename-file-one-local', because it handles also
4648 the case both files use the same out-of-band method.
4649 Implementation added.
4650 (tramp-handle-file-local-copy, tramp-handle-write-region):
4651 Out-of-band handling removed. `copy-file' called instead, which
4652 calls `tramp-do-copy-or-rename-file-out-of-band'.
4653 (tramp-action-password): Check for out-of-band method removed.
4654 This function is used for 'login-program.
4655 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
4656 appropriate.
4657 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
4658 and `tramp-parse-sknownhosts'.
4659 (tramp-completion-function-alist): It's a defvar now, because we
4660 want to apply the optimized `tramp-set-completion-function'
4661 instead of a static list.
4662 (tramp-set-completion-function): Implementation tuned.
4663 Avoid double entries, and entries where the function or the
4664 file/directory doesn't exist.
4665 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
4666 for SSH2.
4667 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
4668 (tramp-handle-dired-compress-file): New function.
4669 (tramp-async-proc): New variable.
4670 (tramp-handle-shell-command): Adding asynchronous processes.
4671 They are far from being perfect, but it works at least for
4672 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
4673 (top-level): Require password.el if visible. Should be mandatory
4674 once No Gnus has found its way into (X)Emacs.
4675 (tramp-read-passwd): Invoke `password-read' if available,
4676 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
4677 fallback any longer.
4678 (tramp-clear-passwd): New function.
4679 (tramp-process-actions, tramp-process-multi-actions):
4680 Clear password cache if login has failed.
4681
4682 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
4683 its own module.
4684 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
4685 `ange-ftp-ftp-name-res'. There could be incorrect values from
4686 previous calls in case the "ftp" method is used in the Tramp file
4687 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4688
4689 2004-02-28 Richard M. Stallman <rms@gnu.org>
4690
4691 * term.el (term-mouse-paste): Call mouse-set-point.
4692
4693 * thumbs.el: New file.
4694
4695 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4696
4697 * progmodes/ebnf-abn.el: Doc fix.
4698
4699 * progmodes/ebnf-bnf.el: Doc fix.
4700 (ebnf-repeat): Code fix.
4701
4702 * progmodes/ebnf2ps.el: Doc fix.
4703 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
4704
4705 2004-02-28 Juri Linkov <juri@jurta.org>
4706
4707 * ffap.el (dired-at-point): Additional writability test for
4708 relative directory names.
4709 (dired-at-point-prompter): Treat directories as a directory, get
4710 the directory component from files.
4711 (ffap-string-at-point): Return string from region if region is active.
4712 (ffap-file-at-point): Remove redundant code.
4713
4714 2004-02-28 Kim F. Storm <storm@cua.dk>
4715
4716 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
4717 Initialize margin area images to nil.
4718 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
4719 (breakpoint-enabled-bitmap-face)
4720 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
4721 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
4722 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
4723 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
4724 (gdb-reset): Use gdb-remove-breakpoint-icons.
4725 (gdb-put-string): Add dprop arg to specify alternative display
4726 property (for setting fringe bitmap).
4727 (gdb-remove-strings): Doc fix.
4728 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
4729 icon in fringe (if available), or else as icon or text in display
4730 margin. Creates necessary icons in breakpoint-bitmap,
4731 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
4732 Also make left window margin if required.
4733 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
4734 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
4735 no longer needed.
4736 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
4737 gdb-put-breakpoint-icon.
4738 (gdb-assembler-mode): Don't set left-margin-width here.
4739
4740 2004-02-27 Kevin Ryde <user42@zip.com.au>
4741
4742 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
4743 comma, so that it DTRT in macros.
4744
4745 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
4746
4747 * progmodes/sh-script.el (sh-shell-arg)
4748 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
4749 (sh-leading-keywords, sh-other-keywords): Fix custom type.
4750
4751 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
4752
4753 * faces.el (face-spec-set-match-display): Add a new attribute,
4754 `min-colors'.
4755 (region, highlight, secondary-selection): Use `min-colors'.
4756
4757 * custom.el (defface): Add documentation for `min-colors'.
4758
4759 * font-lock.el (font-lock-comment-face, font-lock-string-face)
4760 (font-lock-keyword-face, font-lock-function-name-face)
4761 (font-lock-variable-name-face, font-lock-constant-face):
4762 Use `min-colors'.
4763
4764 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
4765
4766 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4767
4768 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
4769 define assq-delete-all if it's not defined.
4770 (ebnf-generate-region): Code fix.
4771
4772 * printing.el: Doc fix.
4773 (pr-version): New version number (6.7.2).
4774 (pr-command): Return empty string if command is an empty string.
4775
4776 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4777
4778 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
4779
4780 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
4781 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
4782 semi-down-full. Fix a bug on productions like test = {"test"}* | (
4783 "tt" ["test"] ). Reported by Markus Dreyer
4784 <mdreyer@ix.urz.uni-heidelberg.de>.
4785 (ebnf-version): New version number (4.0).
4786 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
4787 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
4788 (ebnf-delete-style): New commands.
4789 (ebnf-directory, ebnf-file): New funs.
4790 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
4791 (ebnf-production-name-p, ebnf-stop-on-error): New options.
4792 (ebnf-syntax-alist): New var.
4793 (ebnf-element-width): New fun replacing ebnf-list-width.
4794 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
4795 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
4796 (ebnf-prologue): Adjust vars.
4797 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
4798 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
4799 (ebnf-check-style-values, ebnf-generate-production)
4800 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
4801 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
4802 (ebnf-token-repeat): Code fix.
4803
4804 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
4805 %right, %left and %prec. Suggested by Matthew K. Junker
4806 <junker@alum.mit.edu>.
4807 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
4808
4809 * progmodes/ebnf-iso.el: Doc fix.
4810 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
4811 (ebnf-iso-lex): Code fix.
4812
4813 * progmodes/ebnf-bnf.el: Doc fix.
4814 (ebnf-bnf-lex): Code fix.
4815
4816 * progmodes/ebnf-otz.el: Doc fix.
4817
4818 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
4819
4820 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
4821 (abbrev-prefix-mark): Doc fix.
4822
4823 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
4824
4825 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
4826 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
4827 (gdb-var-delete): Make interactive (really).
4828 (gdb-edit-value): Make non-interactive.
4829
4830 * progmodes/gud.el (gud-speedbar-menu-items):
4831 Add gdb-var-delete and, indirectly, gdb-edit-value.
4832 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
4833 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
4834 (gud-gdb-marker-filter): Add comment for annotations.
4835
4836 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
4837
4838 * calendar/calendar.el (generate-calendar)
4839 (calendar-read-date): Prevent display of BC calendars once more -
4840 reverts 2003-10-01 change.
4841 (generate-calendar-month): Doc fix.
4842
4843 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4844
4845 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
4846 return value of increment-calendar-month.
4847
4848 2004-02-21 Stephen Compall <s11@member.fsf.org>
4849
4850 * saveplace.el (save-place-forget-unreadable-files)
4851 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4852 (save-place-forget-unreadable-files): New function.
4853 (save-place-alist-to-file): Use it to filter out files that are
4854 no longer readable.
4855
4856 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
4857 current Texinfo environment, using the same method as in
4858 `texinfo-insert-@end', and insert a space rather than a newline if
4859 point in a @table environment.
4860
4861 2004-02-21 Juri Linkov <juri@jurta.org>
4862
4863 * ffap.el (ffap-file-at-point): Try parent directories.
4864
4865 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
4866
4867 * vcursor.el (vcursor-modifiers): New defcustom.
4868 (vcursor-cs-binding): Use vcursor-modifiers instead of a
4869 hard-coded list.
4870
4871 2004-02-21 Masatake YAMATO <jet@gyve.org>
4872
4873 * play/animate.el (animate-birthday-present): Accept names other
4874 than `Sarah', too.
4875
4876 2004-02-21 Juri Linkov <juri@jurta.org>
4877
4878 * startup.el: Remove table of command line arguments from the
4879 Commentary section.
4880
4881 2004-02-20 John Wiegley <johnw@newartisans.com>
4882
4883 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
4884 again" modifier from 'e' to 'E', since 'e' is also used by the
4885 "file extension" modifier.
4886
4887 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
4888
4889 * help-fns.el (describe-categories): Doc fix.
4890
4891 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4892
4893 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
4894 temporary file for buffer already visiting one. This change makes
4895 output likely to be directly usable by patch program.
4896 Suggested by Adrian Aichner <adrian@xemacs.org>
4897
4898 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
4899
4900 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
4901 case of variables defined in compound statements.
4902 (gdb-setup-windows, gdb-source-info, gdb-source-info):
4903 Simplify constructions using switch-to-buffer.
4904
4905 2004-02-19 Simon Josefsson <jas@extundo.com>
4906
4907 * play/morse.el: Fix typo.
4908 (morse-code): Add @.
4909
4910 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
4911
4912 * calendar/appt.el (appt-display-format): Change default to
4913 'ignore, for backwards compatibility.
4914 (appt-display-message): If appt-display-format is 'ignore,
4915 respect old vars appt-msg-window and appt-visible.
4916 (appt-activate): Don't depend on return value of cancel-timer.
4917
4918 * calendar/calendar.el (calendar-holidays): Doc fix.
4919
4920 * calendar/cal-coptic.el (coptic-prompt-for-date):
4921 Use assoc-string instead of assoc-ignore-case.
4922 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
4923 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
4924 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
4925 * calendar/cal-islam.el (calendar-goto-islamic-date)
4926 (mark-islamic-diary-entries): Ditto.
4927 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
4928 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
4929 (calendar-read-mayan-tzolkin-date): Ditto.
4930 * calendar/calendar.el (calendar-read-date): Ditto.
4931 * calendar/diary-lib.el (mark-diary-entries): Ditto.
4932
4933 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
4934
4935 * progmodes/executable.el (executable-command-find-posix-p):
4936 Fix choice of the directory.
4937
4938 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
4939
4940 * simple.el (interprogram-cut-function)
4941 (interprogram-paste-function, kill-new, kill-append):
4942 Doc fixes.
4943 (kill-region): Make it return nil. Doc fix.
4944 (yank-pop): Make its argument optional.
4945 (yank): Make ARG `-' equivalent to `-1'.
4946
4947 2004-02-17 Eli Zaretskii <eliz@gnu.org>
4948
4949 * mail/rmail.el (rmail-get-new-mail): Don't reference
4950 rmail-use-spam-filter if rmail-spam-filter is not loaded.
4951
4952 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
4953
4954 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
4955 if one of global-auto-revert-non-file-buffers or autorevert-mode
4956 is non-nil.
4957
4958 2004-02-16 Eli Zaretskii <eliz@gnu.org>
4959
4960 * subr.el (delete-dups): A better implementation from Karl Heuer
4961 <kwzh@gnu.org>.
4962
4963 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4964
4965 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
4966 correct place.
4967 * progmodes/icon.el (icon-indent-command): Ditto.
4968 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
4969
4970 2004-02-16 Eli Zaretskii <eliz@gnu.org>
4971
4972 * progmodes/grep.el (grep-compute-defaults): Undo change from
4973 2004-01-29: don't use executable-command-find-posix-p.
4974
4975 2004-02-16 Richard Sharman <rsharman@pobox.com>
4976
4977 * hilit-chg.el: Use require instead of eval-and-compile.
4978 (highlight-compare-buffers): New function.
4979
4980 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
4981
4982 * man.el (Man-fontify-manpage): Render section headings in
4983 `Man-overstrike-face' even when overstrike was not used by man
4984 formatter for section headings.
4985
4986 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
4987
4988 * rmail-spam-filter.el: (vm-use-spam-filter)
4989 (rsf-min-region-length-added-to-spam-list): New variables.
4990 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
4991 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
4992 spam testing. Don't delete spam message if automatic deletion
4993 after output via variable rmail-delete-after-output is turned on.
4994 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
4995 rsf-bbdb-dont-create-entries-for-spam.
4996 (check-field): New function, extracted from code in
4997 rmail-spam-filter to ease addition of header fields like content-type.
4998 (message-content-type): New variable to check the content-type:
4999 field added, also in defcustom of rsf-definitions-alist.
5000 (rmail-spam-filter): Replace repeated test code for header fields
5001 by calls to check-field; change the call to
5002 rmail-output-to-rmail-file such that rmail-current-message stays
5003 the same to avoid wrong deletion of unseen flags.
5004 (rsf-add-contents-type): New function to convert old format
5005 of rmail-spam-definitions-alist into new one.
5006 Change prefixes of all variables and functions from
5007 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5008
5009 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5010
5011 * loadhist.el (unload-hook-features-list): New defvar.
5012
5013 2004-02-16 Dave Love <fx@gnu.org>
5014
5015 * loadhist.el (unload-feature): Doc fix. Rename flist to
5016 unload-hook-features-list.
5017
5018 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5019
5020 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5021 cookie. Don't check if we are looking-at open-formula.
5022
5023 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5024
5025 * subr.el (match-string-no-properties): Use substring-no-properties.
5026
5027 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5028
5029 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5030 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5031 Use lower-case "rx" in all error message.
5032
5033 2004-02-16 Dave Love <fx@gnu.org>
5034
5035 * emacs-lisp/rx.el (rx-or): Put group around result.
5036 (rx-constituents): Add backref.
5037 (rx-syntax): Add string-delimiter, comment-delimiter.
5038 (rx-categories): Add combining-diacritic.
5039 (rx-check-not, rx-greedy, rx): Doc fix.
5040 (rx-backref, rx-check-backref): New.
5041
5042 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5043
5044 * newcomment.el (uncomment-region): Allow eob as comment end.
5045
5046 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5047
5048 * filecache.el: All message and error commands now use prefix
5049 "Filecache:" to make it easy to read *Messages* buffer.
5050
5051 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5052
5053 * autorevert.el: Add support to detect changed dired and VC buffers.
5054 (auto-revert-active-p, auto-revert-list-diff)
5055 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5056 (auto-revert-handler, auto-revert-active-p): New functions.
5057 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5058 and `auto-revert-active-p'.
5059 (eval-when-compile): Defvar dired-directory and vc-mode.
5060 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5061 (auto-revert-handler-vc): New functions.
5062
5063 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5064
5065 * progmodes/compile.el (compilation-directory): New defvar.
5066 (compile): Save current directory in compilation-directory.
5067 (recompile): Bind default-directory to compilation-directory if
5068 that is non-nil.
5069
5070 2004-02-16 Dave Love <fx@gnu.org>
5071
5072 * newcomment.el (comment-insert-comment-function)
5073 (comment-region-function, uncomment-region-function): New.
5074 (comment-indent): Use comment-insert-comment-function.
5075 (uncomment-region): Use uncomment-region-function.
5076 (comment-region): Use comment-region-function.
5077
5078 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5079
5080 2004-02-16 Richard Stallman <rms@gnu.org>
5081
5082 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5083 loaddefs* and ldefs-boot*.
5084
5085 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5086
5087 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5088 and email address at the beginning and end of the address.
5089
5090 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5091 anchored at the beginning of the email address.
5092
5093 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5094
5095 * international/ccl.el (ccl-compile-write): Pass `left' to
5096 ccl-embed-code to generate correct code of write-expr-register.
5097
5098 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5099
5100 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5101
5102 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5103
5104 * x-dnd.el: Mention support for Motif in commentary.
5105 (x-dnd-handle-drag-n-drop-event): Ditto.
5106
5107 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5108
5109 * ses.el: Use "ses--" prefixes for buffer-local variables.
5110 Use (point-min) instead of 1, even when we know the buffer
5111 is unnarrowed.
5112 (ses-build-load-map): Delete. Distribute its content to defconst's for
5113 the three maps.
5114 (ses-menu, ses-header-line-menu): New menus.
5115 (ses-mode-map): Use them.
5116 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5117
5118 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5119
5120 * Makefile.in: Fix the CC Mode recompile kludge so it works
5121 when building in a different directory.
5122
5123 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5124
5125 * simple.el (kill-new): Put yank-handler property on the entire string.
5126
5127 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5128
5129 * diff.el: Don't use compile any more, use diff-mode instead.
5130 (diff-regexp-alist, diff-old-file, diff-new-file)
5131 (diff-parse-differences, diff-process-setup): Remove.
5132 (diff-sentinel): New fun.
5133 (diff): Use it. Run the process ourselves.
5134 Use diff-mode for the rest of the processing.
5135
5136 * diff.el (diff): Simplify code handling `switch'.
5137
5138 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5139
5140 * pcvs-defs.el (cvs-menu): Add `tag'.
5141
5142 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5143
5144 * simple.el (kill-append): Doc fix.
5145
5146 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5147 Adapt outline-regexp to the new conventions for commenting out code.
5148
5149 2004-02-11 John Paul Wallington <jpw@gnu.org>
5150
5151 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5152
5153 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * diff.el (diff-switches): New fun.
5156 (diff, diff-backup): Use it.
5157 (diff): Clean up the args construction. Use backquote.
5158 Use listp instead of consp to avoid putting a nil arg.
5159 (diff): Add a revert-buffer function.
5160
5161 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5162
5163 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5164 handled by x-dnd-handle-file-name.
5165 (x-dnd-known-types): Add COMPOUND_TEXT.
5166 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5167 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5168 x-dnd-empty-state.
5169 (x-dnd-forget-drop): Ditto.
5170 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5171 (x-dnd-handle-one-url): Return private when inserting text.
5172 (x-dnd-insert-ctext): New function.
5173 (x-dnd-handle-file-name): New function for FILE_NAME.
5174 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5175 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5176 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5177
5178 2004-02-10 Kenichi Handa <handa@m17n.org>
5179
5180 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5181 instead of while loop.
5182
5183 2004-02-10 Miles Bader <miles@gnu.org>
5184
5185 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5186
5187 2004-02-09 Kenichi Handa <handa@m17n.org>
5188
5189 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5190 have end-of-line.
5191
5192 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5193
5194 * Makefile.in: Added extra dependencies in the recompile target
5195 needed to cope with the compile time macro expansions in CC Mode.
5196
5197 2004-02-09 Kim F. Storm <storm@cua.dk>
5198
5199 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5200 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5201 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5202 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5203 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5204 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5205 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5206 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5207 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5208 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5209 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5210
5211 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5212
5213 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5214 Don't allow shrink if there's a window on our right.
5215
5216 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5217 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5218 Bring together declaration and initialization.
5219 (prolog-mode-variables): Don't set the syntax table.
5220 Don't set paragraph-start and comment-indent-function.
5221 Add /*..*/ to the comment regexps.
5222 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5223 (prolog-mode-map): Don't bind TAB.
5224 (prolog-mode): Set the syntax table.
5225 (prolog-comment-indent): Remove.
5226 (inferior-prolog-mode-map): Initialize in the declaration.
5227 (inferior-prolog-mode-syntax-table)
5228 (inferior-prolog-mode-abbrev-table): New vars.
5229 (inferior-prolog-mode): Derive from comint-mode.
5230 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5231 minibuffer windows.
5232
5233 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5234 in file names, as long as it is unabmiguous.
5235
5236 2004-02-08 Andreas Schwab <schwab@suse.de>
5237
5238 * textmodes/reftex-toc.el
5239 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5240 format. Doc fix.
5241
5242 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5243 format string arguments.
5244
5245 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5246 string argument.
5247
5248 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5249
5250 * play/zone.el (zone-call): Fix format string.
5251
5252 * net/webjump.el (webjump-builtin): Add missing format string argument.
5253
5254 * midnight.el (midnight-delay-set): Remove extra format string argument.
5255
5256 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5257
5258 * hexl.el (hexl-insert-char): Add missing format string argument.
5259
5260 * format.el (format-decode): Fix format string.
5261
5262 * emulation/vi.el (vi-mode): Remove extra format string argument.
5263 (vi-repeat-last-search): Likewise.
5264 (vi-reverse-last-search): Likewise.
5265 (vi-goto-mark): Likewise.
5266 (vi-reverse-last-find-char): Likewise.
5267 (vi-repeat-last-find-char): Likewise.
5268 (vi-locate-def): Likewise.
5269
5270 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5271
5272 * ediff-util.el (ediff-toggle-read-only): Remove extra format
5273 string argument.
5274 (ediff-toggle-regexp-match): Likewise.
5275
5276 * dired-aux.el (dired-do-query-replace-regexp): Add missing
5277 format string argument.
5278
5279 * calc/calc-map.el (calc-get-operator): Remove extra format
5280 string argument.
5281
5282 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5283
5284 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5285 string argument.
5286
5287 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5288
5289 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5290
5291 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5292
5293 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5294 (cl-struct-setf-expander): Likewise.
5295
5296 * vc.el (with-vc-file): Fix unsafe uses of error.
5297 (vc-cancel-version): Likewise.
5298
5299 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
5300
5301 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5302 thousands separator; fixes <class>:<line-number> regexp for
5303 non-english locales.
5304
5305 2004-02-08 Andreas Schwab <schwab@suse.de>
5306
5307 * view.el (view-mode-enable): Revert previous change.
5308
5309 2004-02-07 Kim F. Storm <storm@cua.dk>
5310
5311 * simple.el (line-number-at-pos): Rename from line-at-pos.
5312 Uses changed (what-line and vc-annotate-warp-version).
5313
5314 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5315
5316 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5317 (diff-mode): Remove aborted attempt at support for compile.el.
5318 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5319
5320 2004-02-06 Andreas Schwab <schwab@suse.de>
5321
5322 * view.el (view-mode-enable): Add view-mode-map to
5323 minor-mode-overriding-map-alist.
5324
5325 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5326
5327 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5328
5329 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5330
5331 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5332 with point inside rather than after the paragraph.
5333
5334 2004-02-04 Sam Steingold <sds@gnu.org>
5335
5336 * mail/smtpmail.el (smtpmail-try-auth-methods):
5337 Do not try authentication when no mechanism is available.
5338 Pass port-name as defaultport to `netrc-machine'.
5339
5340 2004-02-04 Stephen Eglen <stephen@gnu.org>
5341
5342 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5343 to show how minibuffer height can be constrained.
5344
5345 2004-02-04 John Paul Wallington <jpw@gnu.org>
5346
5347 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5348
5349 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5350
5351 * x-dnd.el: New file for drag and drop.
5352
5353 * term/x-win.el: require x-dnd, set after-make-frame-functions
5354 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5355 drag-n-drop event.
5356
5357 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5358 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5359 (dired-dnd-handle-file): New functions for drag and drop support.
5360 (dired-mode): Initialize drag and drop if x-dnd present.
5361
5362 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5363
5364 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5365 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
5366 (cperl-mode): Set fill-paragraph-function.
5367 (cperl-fill-paragraph): Make it non-interactive.
5368
5369 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
5370
5371 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
5372
5373 2004-02-02 David Kastrup <dak@gnu.org>
5374
5375 * replace.el (perform-replace): Allow 'literal argument in
5376 regexp-flag to indicate literal replacement.
5377 (query-replace-regexp-eval): Use it.
5378
5379 2004-02-01 Andreas Schwab <schwab@suse.de>
5380
5381 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
5382
5383 2004-02-01 Stephen Eglen <stephen@gnu.org>
5384
5385 * info-look.el: Add support for maxima-mode. Update commentary
5386 because info-lookup-symbol is now bound to C-h S.
5387
5388 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
5389
5390 * simple.el (edit-and-eval-command): Bind print-level and
5391 minibuffer-history-sexp-flag around call to read-from-minibuffer.
5392 Correct initial position in command-history.
5393
5394 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
5395
5396 * files.el (read-directory-name): Adapt the docstring to recent
5397 change in Fread_file_name.
5398
5399 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
5400
5401 * ses.el (ses-print-cell): If print format too wide for column
5402 width, truncate decimal places if that helps to avoid "#####" fill.
5403 * ses.el (ses-initial-column-width): Revert previous change.
5404
5405 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
5406
5407 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
5408 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
5409 Add edebug info.
5410 (jit-lock-mode): Setup/cancel the new timer.
5411 (jit-lock-context-fontify): New fun. Extracted from
5412 context fontification code of jit-lock-stealth-fontify.
5413 (jit-lock-stealth-fontify): Don't do context fontification any more.
5414
5415 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
5416 (jit-lock-fontify-now): Handle the `quit' case.
5417 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
5418
5419 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
5420
5421 * progmodes/executable.el (executable-command-find-posix-p):
5422 New. Check if find handles arguments Posix-style.
5423
5424 * progmodes/grep.el (grep-compute-defaults):
5425 Use executable-command-find-posix-p.
5426 (grep-find): Check `grep-find-command'.
5427
5428 * filecache.el (file-cache-find-posix-p): Delete.
5429 (file-cache-add-directory-using-find):
5430 Use `executable-command-find-posix-p'.
5431
5432 2004-01-29 Dave Love <fx@gnu.org>
5433
5434 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5435 Iterate the hook function if arg is given.
5436 (mark-defun, narrow-to-defun): Change order of finding the limits.
5437
5438 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
5439 (byte-compile-format-warn): New.
5440 (byte-compile-callargs-warn): Use it.
5441 (Format, message, error): Add byte-compile-format-like property.
5442 (byte-compile-maybe-guarded): New.
5443 (byte-compile-if, byte-compile-cond): Use it.
5444 (byte-compile-lambda): Compile interactive forms,
5445 just to make warnings about them.
5446
5447 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
5448
5449 * ses.el (ses-initial-column-width): Increase to 14, so it will
5450 work well with the default printer of "%.7g" for extreme values
5451 like "-1.234567e+07".
5452
5453 2004-01-29 Kenichi Handa <handa@m17n.org>
5454
5455 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5456
5457 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
5458
5459 * dos-w32.el: Added support for the `default-printer-name' function.
5460
5461 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5462
5463 * server.el (server-socket-name): Don't use the hostname in the
5464 socket name since /tmp is local to the host anyway.
5465
5466 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
5467 robust check of widening and fix var-naming.
5468
5469 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
5470
5471 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
5472 or rmail-spam- to rsf- in all function and variable names.
5473 (rsf-min-region-to-spam-list): New variable.
5474 (rsf-bbdb-auto-delete-spam-entries): Rename from
5475 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
5476 scanned together with the recipients field for spam testing; Don't
5477 delete spam message if rmail-delete-after-output is non-nil;
5478 (rsf-check-field): New function, extracted from code in
5479 rmail-spam-filter to ease addition of header fields like
5480 content-type:;
5481 (message-content-type): New variable. The content-type: field was
5482 added also in defcustom of rsf-definitions-alist;
5483 (rmail-spam-filter): Replace repeated test code for header fields
5484 by calls to check-field; change the call to
5485 rmail-output-to-rmail-file such that rmail-current-message stays
5486 the same to avoid wrong deletion of unseen flags.
5487 (rmail-use-spam-filter): Add autoload cookie.
5488
5489 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
5490
5491 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
5492 (file-cache-add-directory-using-find): Add Cygwin support.
5493 (file-cache-find-command-posix-flag): New user variable.
5494
5495 * filecache.el (file-cache-add-directory): Check for
5496 directories an remove them from dir-files.
5497
5498 2004-01-27 Richard M. Stallman <rms@gnu.org>
5499
5500 * man.el (Man-fontify-manpage): Clean up message.
5501
5502 2004-01-27 Kenichi Handa <handa@m17n.org>
5503
5504 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
5505 (sentence-end): Define using sentence-end-without-space.
5506
5507 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
5508 a sentence ends with one of a character in sentence-end-without-space.
5509
5510 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
5511
5512 * font-lock.el (font-lock): Add jit-lock as explicit group member.
5513 (jit-lock): Group declaration moved to jit-lock.el.
5514 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
5515 when necessary.
5516
5517 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
5518 (jit-lock-context-unfontify-pos): Rename from
5519 jit-lock-first-unfontify-pos.
5520 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
5521
5522 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
5523
5524 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
5525 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
5526 (fortran-fill): When filling a string, adjust re-search-backward
5527 argument for special case of string just on fill-column.
5528 When filling non-string, allow one extra char if
5529 fortran-break-before-delimiters is non-nil.
5530 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
5531 Use fortran-break-delimiters-re and fortran-no-break-re to
5532 correctly handle cases such as "**".
5533
5534 * progmodes/f90.el (f90-break-delimiters): Doc fix.
5535 (f90-no-break-re): Add some extra tokens. Doc fix.
5536
5537 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
5538
5539 * mail/rmail-spam-filter.el:
5540 Use two semicolons as Commentary line prefix.
5541 Add ";;; Code:" stylized comment.
5542 Delete end-of-line whitespace.
5543 Wrap (require 'cl) with `eval-when-compile'.
5544
5545 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
5546
5547 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
5548 at the top level of vc.el.
5549
5550 2004-01-23 Andre Spiegel <spiegel@gnu.org>
5551
5552 * vc.el (vc-current-line): Function removed. This is now done by
5553 the new function line-at-pos in simple.el.
5554 (vc-annotate-warp-version): Use line-at-pos instead of
5555 vc-current-line.
5556
5557 2004-01-22 Kim F. Storm <storm@cua.dk>
5558
5559 * simple.el (line-at-pos): New defun.
5560 (what-line): Use it. Optimize by only counting lines in narrowed
5561 region once.
5562
5563 2004-01-22 Kenichi Handa <handa@m17n.org>
5564
5565 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
5566 point (register r1) only for charset mule-unicode-0100-24ff.
5567
5568 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
5569
5570 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
5571 trailing white space and ensure a final newline.
5572
5573 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
5574 Add autoload cookie.
5575
5576 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
5577
5578 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
5579 activate view-mode explicitly.
5580
5581 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5582
5583 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
5584 use clipboard first.
5585
5586 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
5589 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
5590 (vc-mcvs-cvs): Remove.
5591 (vc-mcvs-command): Remove use of assert.
5592
5593 * outline.el (outline-insert-heading): Tighten up match.
5594 (outline-demote, outline-move-subtree-down): Don't assume anything
5595 about outline-regexp.
5596
5597 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
5598 (texinfo-show-structure): Explicitly add ^, and simplify.
5599
5600 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
5601
5602 * calendar/appt.el (appt-check): Restore usage of
5603 appt-issue-message deleted in previous change.
5604 (top-level): Activate package when loaded (needed for backwards
5605 compatibility).
5606
5607 2004-01-20 Jesper Harder <harder@ifa.au.dk>
5608
5609 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
5610 following previous change to smtpmail-send-data.
5611
5612 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
5613
5614 * vc.el (vc-default-previous-version): Doc enhancement.
5615 (vc-default-next-version): New function.
5616 (vc-print-log): New arg FOCUS-REV.
5617 (vc-annotate-mode): Derive from view-mode.
5618 (vc-annotate): New args REVISION, DISPLAY-MODE.
5619 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
5620 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
5621 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
5622 (vc-annotate-show-diff-revision-at-line, vc-current-line)
5623 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
5624
5625 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
5626
5627 2004-01-19 Karl Berry <karl@gnu.org>
5628
5629 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
5630 or "TexInfo".
5631
5632 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
5633
5634 * subr.el (delete-dups): New function.
5635
5636 2004-01-19 Karl Berry <karl@gnu.org>
5637
5638 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
5639 with ^, since that's what texinfo-show-structure
5640 documentation says (plus it works much better in texinfo.txi).
5641
5642 2004-01-18 Jesper Harder <harder@ifa.au.dk>
5643
5644 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
5645
5646 2004-01-18 David Ponce <david@dponce.com> (tiny change)
5647
5648 * progmodes/which-func.el (which-function-mode): Don't cancel
5649 which-func-update-timer if not set.
5650
5651 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
5652
5653 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
5654 Remove spurious left square bracket in XX:XXam regexp.
5655
5656 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
5657
5658 * progmodes/cc-defs.el: Do not require cl at run time.
5659
5660 2004-01-16 Richard M. Stallman <rms@gnu.org>
5661
5662 * emacs-lisp/cl.el (cl-cannot-unload): New function.
5663 (cl-unload-hook): Defvar this to run cl-cannot-unload.
5664
5665 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
5666 Call rmail-spam-filter. Delete and expunge spam.
5667 Print number of spam messages deleted.
5668 Save and restore the deletion status of old messages when reading
5669 new mail with spam filter, so that expunging spam does not expunge
5670 msgs deleted by the user.
5671 (rmail-only-expunge): Add an optional argument dont-show to
5672 prevent showing message after expunge.
5673
5674 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
5675
5676 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
5677 * subr.el (declare): New macro.
5678
5679 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
5680
5681 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
5682
5683 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5684
5685 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5686 Test window-system rather than system-type (for X11/Mac).
5687
5688 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
5689
5690 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
5691
5692 2004-01-12 Richard M. Stallman <rms@gnu.org>
5693
5694 * mail/rmail.el (rmail-convert-to-babyl-format):
5695 Use mail-unquote-printable-region.
5696 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
5697 (rmail-hex-char-to-integer): Functions deleted.
5698
5699 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
5700 (mail-unquote-printable-region): New arg NOERROR.
5701 For invalid encoding, either signal an error to just return nil.
5702
5703 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5704
5705 * calendar/appt.el: Update copyright and commentary.
5706 (appt-issue-message): Make obsolete.
5707 (appt-visible, appt-msg-window): Make obsolete, in favour of
5708 appt-display-format.
5709 (appt-display-mode-line, appt-display-duration)
5710 (appt-display-diary, appt-time-msg-list, appt-mode-string)
5711 (appt-prev-comp-time, appt-display-count, appt-timer)
5712 (appt-convert-time): Doc change.
5713 (appt-disp-window-function, appt-delete-window-function):
5714 Use defcustom rather than defvar.
5715 (appt-display-format): New variable.
5716 (appt-display-message): New function with display code from appt-check.
5717 (appt-check): Add optional FORCE argument. Doc change.
5718 Add appt-make-list to diary-hook if displaying diary.
5719 Remove checking of view-diary-entries-initially.
5720 Message display section removed to new function appt-display-message.
5721 (appt-display-window): Doc change. Remove unused internal var
5722 this-buffer. Do not beep, since appt-display-message does that.
5723 (appt-make-list): Doc change. Use caar.
5724 (appt-sort-list): Simplify by using builtin sort function.
5725 (appt-update-list): New function for updating appts when diary is
5726 saved.
5727 (appt-activate): New autoloaded function to toggle package
5728 functionality.
5729
5730 * calendar/cal-x.el: (calendar-one-frame-setup)
5731 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
5732
5733 * calendar/calendar.el: Update copyright.
5734 (view-diary-entries-initially, european-calendar-style): Doc change.
5735 (calendar-setup): Make defcustom rather than defvar.
5736 (mark-visible-calendar-date): Initialize temp-face and faceinfo
5737 in let binding so local to function.
5738
5739 * calendar/diary-lib.el: Update copyright.
5740 (diary, diary-entry-time): Doc change.
5741 (list-diary-entries): Doc change. Trivial logic change.
5742 (fancy-diary-display): Restore make-face command mistakenly
5743 deleted 2003-05-08.
5744 (show-all-diary-entries): Allow to pop-up frame if needed.
5745
5746 2004-01-09 John Paul Wallington <jpw@gnu.org>
5747
5748 * bindings.el (mode-line-change-eol): Add EVENT parameter.
5749 Temporarily select EVENT's window for changing eol type.
5750
5751 2004-01-09 Deepak Goel <deego@gnufans.org>
5752
5753 * calendar/diary-lib.el (diary-entry-time):
5754 Also accept time in the form XX[.XX][am/pm/AM/PM].
5755 (fancy-diary-font-lock-keywords): Likewise.
5756 (diary-font-lock-keywords): Likewise.
5757 * calendar/appt.el (appt-add): Likewise.
5758 (appt-make-list): Likewise.
5759 (appt-convert-time): Likewise.
5760
5761 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
5762
5763 * gdb-ui.el (gdb-ann3): Revert previous change.
5764 (gdb-source-info): Allow for case of where compilation directory
5765 is not recorded.
5766
5767 2004-01-08 John Paul Wallington <jpw@gnu.org>
5768
5769 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
5770
5771 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
5772
5773 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
5774
5775 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
5776 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
5777 problems.
5778 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
5779
5780 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
5781
5782 * files.el (write-file-functions, write-contents-functions):
5783 Clarify docstrings.
5784
5785 2004-01-07 Kenichi Handa <handa@m17n.org>
5786
5787 * international/mule.el (set-auto-coding): Fix for the case that
5788 end-of-line is only CR.
5789
5790 2004-01-07 Kim F. Storm <storm@cua.dk>
5791
5792 * subr.el (event-start, event-end): Doc fix.
5793 (posn-string, posn-image): New defuns.
5794 (posn-object): Return either image or string object.
5795 (posn-object-x-y): Return 8th element of position.
5796 (posn-object-width-height): New defun.
5797
5798 2004-01-06 Andreas Schwab <schwab@suse.de>
5799
5800 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
5801 output.
5802
5803 2004-01-05 Karl Berry <karl@gnu.org>
5804
5805 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
5806 / and *, too.
5807
5808 2003-12-31 Simon Josefsson <jas@extundo.com>
5809
5810 * files.el (before-save-hook): Add.
5811 (basic-save-buffer): Use before-save-hook.
5812
5813 * emacs-lisp/copyright.el: Fix comment to recommend
5814 before-save-hook instead of write-file-functions.
5815
5816 2004-01-05 Richard M. Stallman <rms@gnu.org>
5817
5818 * finder.el (finder-commentary): Call delete-other-windows.
5819
5820 * net/ange-ftp.el (ange-ftp-file-attributes):
5821 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
5822
5823 2004-01-04 Karl Berry <karl@gnu.org>
5824
5825 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
5826 comment characters % and # in the copyright year notice,
5827 as well as ;.
5828
5829 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
5830
5831 * wid-edit.el (default): Define dummy :value-delete.
5832 Reported by Jesper Harder <harder@ifa.au.dk>.
5833
5834 2004-01-03 Richard M. Stallman <rms@gnu.org>
5835
5836 * progmodes/compile.el (compile-internal): Use point, not point-min,
5837 for set-window-point.
5838
5839 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
5840
5841 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
5842
5843 * progmodes/grep.el (grep-mode-map):
5844 Don't remap next-line, previous-line.
5845
5846 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
5847
5848 * speedbar.el (speedbar-edit-line): Change regexp to position
5849 the cursor on the first character of this line's button.
5850
5851 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
5852
5853 * subr.el (functionp): Doc fix.
5854
5855 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
5856
5857 * progmodes/idlwave.el (idlwave-make-tags):
5858 * textmodes/flyspell.el (flyspell-large-region):.
5859 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
5860 * emulation/viper-util.el (viper-glob-unix-files):
5861 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
5862 * man.el (Man-init-defvars):
5863 * jka-compr.el (jka-compr-call-process):
5864 * files.el (get-free-disk-space,insert-directory):
5865 * ediff-ptch.el (ediff-test-patch-utility):
5866 * ediff-diff.el (ediff-test-utility):
5867 * dired-aux.el (dired-check-process):
5868 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
5869 test the return value of call-process, because it can be a string.
5870
5871 2003-12-31 John Paul Wallington <jpw@gnu.org>
5872
5873 * bindings.el (completion-ignored-extensions): Add .pfsl.
5874
5875 2003-12-31 Kim F. Storm <storm@cua.dk>
5876
5877 * ido.el (ido-nonreadable-directory-p): New defun to check for
5878 nonreadable directory without activating tramp (to avoid problems
5879 with checking incomplete tramp paths).
5880 (ido-set-current-directory, ido-file-internal)
5881 (ido-file-name-all-completions1): Use it.
5882
5883 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
5884
5885 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
5886 documentation if the anchor (or node) name is preceded by `info
5887 anchor' or `Info anchor' in addition to earlier `info node' and
5888 `Info node'.
5889 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
5890
5891 2003-12-30 Eli Zaretskii <eliz@gnu.org>
5892
5893 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
5894 error in arguments to base64-decode-region. Remove ^M characters
5895 after decoding base64.
5896
5897 2003-12-30 Simon Josefsson <jas@extundo.com>
5898
5899 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
5900 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
5901 have only been distributed with Emacs for some years.
5902 (texinfo-mode-hook): Customize.
5903
5904 2003-12-30 Eli Zaretskii <eliz@gnu.org>
5905
5906 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
5907 cleaner (suggested by Richard Stallman).
5908
5909 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
5910 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
5911 file-name clashes on 8+3 DOS filesystems.
5912
5913 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
5914 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
5915 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
5916 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
5917 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
5918 file-name clashes on 8+3 filesystems.
5919
5920 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
5921 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
5922 file-name clashes on 8+3 DOS filesystems.
5923
5924 2003-12-29 Richard M. Stallman <rms@gnu.org>
5925
5926 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
5927 Upcase the character.
5928
5929 * textmodes/flyspell.el (mail-mode-flyspell-verify):
5930 Search for header separator alone on a line, literally,
5931 and search for it backward, not forward.
5932 (flyspell-abbrev-table): Always use global-abbrev-table
5933 if there is no local one.
5934
5935 * progmodes/sh-script.el (sh-get-indent-info):
5936 Don't move point back if at bob.
5937
5938 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
5939
5940 * play/handwrite.el (handwrite): Make the handwrite credit message
5941 a comment rather than an output command.
5942
5943 * obsolete/sc.el: Display message that this file is obsolete.
5944
5945 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
5946
5947 * mail/rfc822.el (rfc822-address-start): Declare variable.
5948 Renamed from address-start. All uses changed.
5949
5950 * term.el (term-exec): Set up sentinel.
5951 (term-sentinel): New function.
5952 (term-handle-exit): New function.
5953
5954 * subr.el (assoc-ignore-case, assoc-ignore-representation):
5955 Use assoc-string, and mark them obsolete.
5956 (delay-mode-hooks): Mark as permanent local.
5957
5958 * simple.el (sendmail-user-agent-compose): Use assoc-string.
5959
5960 * register.el (copy-rectangle-to-register): Doc fix.
5961
5962 * info.el (Info-insert-dir): Use assoc-string.
5963
5964 * info-look.el (info-lookup): Use assoc-string.
5965
5966 * frame.el (pop-up-frame-function): Use quote, not `function'.
5967 (frame-notice-user-settings): Calculate ADJUSTED-TOP
5968 copying with lists as coordinate values.
5969
5970 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
5971
5972 * find-dired.el (kill-find): New command.
5973 (find-dired): Make buffer read-only.
5974 Set up a keymap with C-c C-k running kill-find.
5975 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
5976
5977 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
5978
5979 * filecache.el (file-cache-ignore-case): New variable.
5980 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
5981
5982 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
5983 (comint-dynamic-complete-as-filename): Rename local vars.
5984 (comint-dynamic-list-filename-completions): Likewise.
5985
5986 * comint.el (comint-dynamic-list-completions-config): New var.
5987 (comint-dynamic-list-completions): Handle both SPC and TAB right.
5988
5989 * comint.el (comint-file-name-chars): Add [].
5990 (comint-word): Use skip-chars-backward, not search.
5991
5992 * shell.el (shell-file-name-chars): Add [].
5993
5994 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
5995
5996 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
5997
5998 * generic.el (define-generic-mode): Doc fix.
5999
6000 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6001
6002 * files.el (kill-some-buffers): Doc fix.
6003
6004 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6005
6006 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6007 arg to send-invisible
6008 (send-invisible): Doc fix. The argument is now a prompt, not the
6009 string to send.
6010 (comint-read-noecho): Doc fix.
6011
6012 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6013
6014 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6015 "@", as required by some ISP hosting service. Fix defcustom
6016 argument syntax errors that prevented use of customization.
6017
6018 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6019
6020 * xml.el (xml-get-attribute-or-nil): Doc fix.
6021
6022 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6023
6024 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6025 write-file-hooks.
6026
6027 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6028
6029 * autorevert.el (auto-revert-interval): Doc fix.
6030
6031 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6032
6033 * xml.el (xml-get-attribute-or-nil): New function, like
6034 xml-get-attribute, but returns nil if the attribute was not found.
6035 (xml-get-attribute): Convert to defsubst, uses
6036 xml-get-attribute-or-nil.
6037
6038 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6039
6040 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6041
6042 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6043
6044 * custom.el (custom-declare-theme): Use `value' when putting
6045 properties on `theme'.
6046
6047 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6048
6049 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6050 for each yank-handler segment.
6051 (insert-for-yank-1): New function, with the body of the previous
6052 insert-for-yank.
6053
6054 * textmodes/table.el (table-yank-handler): New defcustom.
6055 (table--put-cell-indicator-property): Put yank-handler property
6056 that indicates the yank handler for the table cell.
6057
6058 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6059
6060 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6061 set of keywords.
6062
6063 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6064
6065 * international/mule-cmds.el (reset-language-environment)
6066 (set-language-environment): Don't invoke fontset-related functions
6067 if fontset-list is not fboundp.
6068
6069 2003-12-29 Kenichi Handa <handa@m17n.org>
6070
6071 * international/mule-cmds.el (reset-language-environment):
6072 Call set-overriding-fontspec-internal with nil.
6073 (set-language-environment): Call set-overriding-fontspec-internal
6074 if the language environment specify `overriding-fontspec'.
6075 (language-info-alist): Doc added.
6076
6077 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6078 characters of mule-unicode-0100-24ff.
6079 (ccl-encode-windows-1251-font): New CCL program.
6080 ("Bulgarian"): Specify overriding-fontspec.
6081 ("Belarusian"): Likewise.
6082
6083 2003-12-28 Sam Steingold <sds@gnu.org>
6084
6085 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6086 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6087
6088 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6089
6090 * progmodes/gud.el (gud-gdb-command-name): Set default to
6091 "gdb --annotate=3".
6092 (gud-gdb-marker-filter): Look out for annotations.
6093 (gdb-first-pre-prompt): New variable.
6094 Remove trailing white space.
6095
6096 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6097 if necessary.
6098 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6099 annotations are detected.
6100 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6101 instead of a local one to allow transition from
6102 gud-gdb-marker-filter.
6103 Remove trailing white space.
6104
6105 2003-12-27 Kim F. Storm <storm@cua.dk>
6106
6107 * ido.el: Handle non-readable directories.
6108 (ido-decorations): Add 9th element for non-readable directory.
6109 (ido-directory-nonreadable): New dynamic var.
6110 (ido-set-current-directory): Set it.
6111 (ido-read-buffer, ido-file-internal):
6112 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6113 (ido-file-name-all-completions1): Return empty list for
6114 non-readable directory.
6115 (ido-exhibit): Print [Not readable] if directory is not readable.
6116 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6117 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6118 Use it.
6119
6120 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6121
6122 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6123 calls to directory-files-and-attributes and file-attributes.
6124 (ls-lisp-format): Remove system dependent handling of user and
6125 group id's.
6126
6127 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6128
6129 * ffap.el (ffap-read-file-or-url): Revert previous change.
6130
6131 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6132
6133 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6134 new list of included files called `files-with-node-lines', that
6135 only have node lines. This way @include commands can include any
6136 file, such as version and update files without node lines, not
6137 just files that are chapters.
6138
6139 2003-12-25 Andreas Schwab <schwab@suse.de>
6140
6141 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6142 file not found.
6143
6144 2003-12-08 Miles Bader <miles@gnu.org>
6145
6146 * dired.el (dired-between-files): Always use dired-move-to-filename,
6147 which is more robust in non-english locales.
6148
6149 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6150
6151 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6152
6153 2003-12-24 Andreas Schwab <schwab@suse.de>
6154
6155 * shell.el (shell-file-name-quote-list): Add backslash.
6156
6157 * comint.el (comint-quote-filename): Correctly handle backslash
6158 in comint-file-name-quote-list.
6159
6160 2003-12-24 Kenichi Handa <handa@m17n.org>
6161
6162 * international/mule-cmds.el (set-default-coding-systems):
6163 Call ucs-set-table-for-input for all buffers that don't have local
6164 value of buffer-file-coding-system.
6165
6166 * international/ucs-tables.el (ucs-set-table-for-input):
6167 If translation-table-for-encode is a symbol, get its
6168 translation-table property.
6169
6170 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6171
6172 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6173 to `completing-read' on a recently fixed bug.
6174
6175 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6176 instead of SPACE, to get the list of possible fringe modes.
6177 SPACE only works if both `partial-completion-mode' and
6178 `completion-auto-help' are nil.
6179
6180 * complete.el (PC-is-complete-p): Delete.
6181 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6182 calls to `test-completion'.
6183
6184 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6185
6186 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6187 to edit values when there are no children.
6188
6189 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6190 a mode called "Assembler" already exists.
6191 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6192 (gud-watch): Use format option. Remove font properties from string.
6193 (gdb-var-create-handler, gdb-var-list-children-handler):
6194 Don't bother about properties as there are none.
6195 (gdb-var-create-handler, gdb-var-list-children-handler)
6196 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6197 with two arguments.
6198 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6199 Let speedbar show value changes with a different font.
6200 (gdb-edit-value): New defun.
6201 (gdb-clear-partial-output, gdb-clear-inferior-io)
6202 (def-gdb-auto-update-handler): Use erase-buffer.
6203 (gdb-frame-handler): Display watch expressions in
6204 FUNCTION::VARIABLE format if required.
6205
6206 2003-12-23 John Paul Wallington <jpw@gnu.org>
6207
6208 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6209 (Info-goto-emacs-command-node): Doc fixes.
6210
6211 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6212
6213 * cus-edit.el (custom-add-parent-links): Define "many".
6214
6215 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6216
6217 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6218 (widget-child-validate, widget-type-value-create)
6219 (widget-type-default-get, widget-type-match): New functions.
6220 (lazy): New widget.
6221 (menu-choice, checklist, radio-button-choice, editable-list)
6222 (group, documentation-string): Remove redundant (per 2003-10-25
6223 change) calls to `widget-children-value-delete'.
6224 (widget-choice-value-get, widget-choice-value-inline): Remove.
6225 (menu-choice): Update widget.
6226
6227 2003-12-03 Kenichi Handa <handa@m17n.org>
6228
6229 * language/cyrillic.el: Register "microsoft-cp1251" in
6230 ctext-non-standard-encodings-alist.
6231 ("Bulgarian"): Add ctext-non-standard-encodings.
6232 ("Belarusian"): Likewise.
6233
6234 * international/mule-conf.el (compound-text-with-extensions):
6235 Change the type to 2 (iso-2022 base).
6236
6237 * international/mule.el (ctext-non-standard-encodings-alist):
6238 Change the format.
6239 (ctext-non-standard-encodings): New variable.
6240 (ctext-post-read-conversion): Fully re-written.
6241 (ctext-non-standard-designations-alist): Delete it.
6242 (ctext-non-standard-encodings-table): New function.
6243 (ctext-pre-write-conversion): Fully re-written.
6244
6245 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6246
6247 * cus-edit.el (custom-add-parent-links): Add documentation links
6248 for parent, if the item has none of its own.
6249
6250 2003-11-30 Richard M. Stallman <rms@gnu.org>
6251
6252 * dired-aux.el (dired-do-query-replace-regexp):
6253 Report files visited read-only.
6254
6255 2003-11-30 Juri Linkov <juri@jurta.org>
6256
6257 * dired-aux.el (dired-compare-directories): New command.
6258 (dired-file-set-difference, dired-files-attributes): New functions.
6259
6260 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6261 Version 2.0.38 of Tramp released.
6262
6263 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
6264 Charles Curley <charlescurley@charlescurley.com>.
6265 (tramp-multi-connection-function-alist): Add ssht entry which adds
6266 "-e none -t -t" to the list of ssh args. Suggested by Adrian
6267 Aichner.
6268 (tramp-get-method-parameter): New function to retrieve a method
6269 parameter. This allows for omission of method parameters.
6270 Callers adjusted.
6271
6272 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
6273
6274 * net/tramp.el: Add new optional parameter ID-FORMAT to
6275 `file-attributes'. Calls of `file-attributes' won't use this
6276 parameter for backward compatibility reasons.
6277 (tramp-perl-file-attributes): Add a new parameter to Perl script
6278 in order to handle uid/gid as strings, if desired.
6279 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6280 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6281 order to make the function more general.
6282 (tramp-handle-file-attributes): Replace proprietary optional
6283 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6284 (tramp-handle-file-attributes-with-perl): Handle parameter
6285 NONNUMERIC if set. This wasn't done in the past.
6286 (tramp-post-connection): Apply second parameter "$2" if
6287 `tramp-remote-perl' is called.
6288
6289 * net/tramp-smb.el (tramp-smb-handle-delete-file):
6290 Correct cut'n'waste error (`filename' instead of `directory').
6291 (tramp-smb-handle-directory-files-and-attributes)
6292 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6293 introduced parameter ID-FORMAT.
6294 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6295 error (`directory' instead of `ldir').
6296
6297 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6298 `file-attributes' has a second parameter. If yes, apply it with
6299 value "'integer". Otherwise, don't use that parameter (default is
6300 integer format).
6301
6302 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6303
6304 * help.el (help-map): Bind `display-local-help' to `C-h .'.
6305 (help-for-help): Add `C-h .' to the listed Help options.
6306 Remove trailing whitespace.
6307
6308 * help-at-pt.el: New file.
6309
6310 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
6311
6312 * subr.el (noreturn, 1value): New macros for test coverage.
6313 See `testcover.el'.
6314
6315 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6316
6317 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6318 for macro `1value'.
6319 (testcover-1value): New function. Checks that a 1value form
6320 actually returns only one value. Requested by RMS.
6321
6322 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
6323
6324 * gdb-ui.el (gud-watch, gdb-var-create-handler)
6325 (gdb-var-list-children, gdb-var-list-children-handler)
6326 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6327 gdb commands that use mi to keep them out of the command history.
6328
6329 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6330
6331 * cus-start.el (all): Add use-file-dialog.
6332
6333 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6334
6335 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6336
6337 2003-11-27 Kim F. Storm <storm@cua.dk>
6338
6339 * subr.el (posn-object-x-y): New defun.
6340
6341 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6342
6343 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6344 Don't use `space' for \\\n.
6345 Be more selective as to which # are comment-starters.
6346
6347 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
6348
6349 * subr.el (number-sequence): Improve handling of floating point
6350 arguments (suggested by Kim Storm). Allow negative arguments.
6351
6352 2003-11-26 Kenichi Handa <handa@m17n.org>
6353
6354 * international/mule-cmds.el (standard-display-european-internal):
6355 Cancel the standard-display-table setting for ` and '.
6356
6357 2003-11-26 Kim F. Storm <storm@cua.dk>
6358
6359 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6360 New defcustoms to add ffap-like functionality to ido.
6361 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
6362 (ido-no-final-slash): New defun.
6363 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6364 (ido-read-file-name): ): Toggle VC checking via
6365 vc-handled-backends instead of vc-master-templates.
6366 (ido-file-internal): Handle ido-use-url-at-point and
6367 ido-use-filename-at-point via code borrowed from ffap-guesser.
6368 Handle new ido-exit code ffap.
6369 (ido-sort-list): Ignore final slash when sorting file names.
6370
6371 2003-11-25 Kim F. Storm <storm@cua.dk>
6372
6373 * emulation/cua-base.el (cua--standard-movement-commands):
6374 Add forward-sentence and backward-sentence.
6375
6376 2003-11-25 Stephen Eglen <stephen@gnu.org>
6377
6378 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
6379 iswitchb-exit is set to 'usefirst when user selects buffer at head
6380 of list using RET. (Selecting buffers at the head of the list was
6381 broken if the substring was also a complete buffername.)
6382
6383 2003-11-23 Kim F. Storm <storm@cua.dk>
6384
6385 * progmodes/compile.el (grep-command, grep-use-null-device)
6386 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
6387 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
6388 (grep-regexp-alist, grep-program, find-program)
6389 (grep-find-use-xargs, grep-history, grep-find-history)
6390 (grep-process-setup, grep-compute-defaults)
6391 (grep-default-command, grep, grep-tag-default, grep-find)
6392 (grep-expand-command-macros, grep-tree-last-regexp)
6393 (grep-tree-last-files, grep-tree): Move grep variables, functions
6394 and commands to new file grep.el.
6395 (compilation-mode-map): Remove grep commands from Compile sub-menu.
6396 (compilation-process-setup-function): Doc fix.
6397 (compilation-highlight-regexp, compilation-highlight-overlay): New
6398 defvars used for highlighting current compile error in source buffer.
6399 (compile-internal): New optional args HIGHLIGHT-REGEXP and
6400 LOCAL-MAP which overrides compilation-highlight-regexp and
6401 compilation-mode-map for this compilation.
6402 Delay calling compilation-set-window-height until after running
6403 compilation-process-setup-function so it can buffer-local override
6404 compilation-window-height.
6405 Check buffer-local value of compilation-scroll-output.
6406 (compilation-set-window-height): Use buffer-local value of
6407 compilation-window-height.
6408 (compilation-revert-buffer): Don't pass (undefined)
6409 preserve-modes arg to revert-buffer.
6410 (next-error-no-select, previous-error-no-select): New commands.
6411 (compilation-goto-locus): Temporarily highlight current match in
6412 source buffer using compilation-highlight-regexp.
6413
6414 * progmodes/grep.el: New file with grep code from compile.el.
6415 (grep): New defcustom group.
6416 (grep-window-height): New defcustom, like compilation-window-height.
6417 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
6418 (grep-scroll-output): New defcustom, like compilation-scroll-output.
6419 (grep-command, grep-use-null-device, grep-find-command)
6420 (grep-tree-files-aliases, grep-tree-ignore-case)
6421 (grep-tree-ignore-CVS-directories): Move to grep custom group.
6422 (grep-setup-hook): New hook variable.
6423 (grep-mode-map): New keymap for grep commands. Add Grep menu.
6424 (grep-last-buffer): New defvar, override compilation-last-buffer.
6425 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
6426 Call compile-internal with args highlight-regexp and grep-mode-map.
6427
6428 2003-11-23 Kim F. Storm <storm@cua.dk>
6429
6430 * subr.el (event-start, event-end): Doc fix.
6431 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
6432 (posn-area, posn-actual-col-row, posn-object): New defuns.
6433 (posn-col-row): Simplify doc. Rewrite to use cond.
6434 (posn-point): Also return buffer position for events outside text
6435 area (that info is now present in the event position).
6436
6437 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
6438 mouse-set-point so that hscroll still works now that clicks on
6439 fringes generate specific mouse events.
6440 (mouse-set-point): Note that it now works in fringes and margins
6441 too due to new semantics of posn-point in fringes and margins.
6442
6443 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
6444 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
6445
6446 2003-11-20 Kim F. Storm <storm@cua.dk>
6447
6448 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
6449 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
6450 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
6451 to 100 for icons to avoid increasing line height when shown.
6452
6453 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6454
6455 * newcomment.el (comment-normalize-vars): Initialize properly if
6456 comment-start was nil.
6457
6458 2003-11-19 Andreas Schwab <schwab@suse.de>
6459
6460 * simple.el (set-variable): Fix indentation.
6461
6462 2003-11-17 Kenichi Handa <handa@m17n.org>
6463
6464 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
6465 Fix docstring.
6466
6467 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6468
6469 * international/latin1-disp.el (latin1-display): Fix docstring.
6470
6471 2003-11-16 John Wiegley <johnw@newartisans.com>
6472
6473 * eshell/em-ls.el (eshell-ls-file): There are times with
6474 size-width is nil and uncomputed (when directories are created in
6475 dired, for example); in this case, 4 is reasonable default value,
6476 although it may caused skewed new entries (which could be avoided
6477 by returning the original value of 8 in all cases, but 99% of the
6478 time this is a waste of whitespace).
6479
6480 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6481
6482 * cc-engine.el (c-guess-continued-construct)
6483 (c-guess-basic-syntax): Check a little more carefully if it's a
6484 function declaration when an unknown construct followed by a block
6485 is found inside a statement context. This avoids macros followed
6486 by blocks to be taken as function declarations.
6487
6488 (c-guess-continued-construct): Change the analysis of a statement
6489 continuation with a brace open to `substatement-block', for
6490 consistency with recognized statements.
6491
6492 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
6493 start is in a position so that `c-beginning-of-statement-1' jumped
6494 to the beginning of the same statement.
6495
6496 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
6497 Don't accept binary operators in the arglist if we're in a function
6498 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
6499 template recognition in cases like "if (a < b || c > d)".
6500
6501 (c-restricted-<>-arglists): New more appropriate name for
6502 `c-disallow-comma-in-<>-arglists'.
6503
6504 Accessing functions updated for the variable name change.
6505
6506 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
6507 match data could get clobbered if NOT-INSIDE-TOKEN is used.
6508
6509 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
6510 labels.
6511
6512 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
6513 instead of duplicating parts of it. This fixes bogus label
6514 recognition.
6515
6516 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
6517 of checking the context in which to apply the minimum indentation,
6518 so that it isn't enforced in e.g. namespace blocks.
6519
6520 * cc-vars.el (c-inside-block-syms): New constant used by
6521 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
6522 to somewhat reduce the risk of becoming stale.
6523
6524 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
6525 cc-cmds to cc-engine to allow use from cc-align.
6526
6527 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
6528 qualified identifiers containing "::".
6529
6530 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
6531 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
6532
6533 * cc-vars.el (c-emacs-features): Use a space in front of the name
6534 of the temporary buffer. That also avoids dumping problems in
6535 XEmacs due to undo info being left around after the buffer is killed.
6536
6537 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
6538 arglist to see if it's a K&R style declaration.
6539
6540 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
6541 before returning `knr-argdecl-intro'.
6542
6543 2003-11-16 John Wiegley <johnw@newartisans.com>
6544
6545 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
6546 field in a long-listing always 8 characters, use `size-width',
6547 which has already been computed.
6548
6549 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6550
6551 * subr.el (minor-mode-list): Add `hs-minor-mode'.
6552
6553 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6554
6555 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
6556 Support operation while narrowed, with `diff-restrict-view'.
6557
6558 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6559
6560 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6561 Take additional optional arg NARROWFUN. For the generated functions:
6562 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
6563 include frags that arrange to check for and save narrowing state before
6564 the move and then conditionally call NARROWFUN after the move.
6565
6566 2003-11-14 John Wiegley <johnw@newartisans.com>
6567
6568 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
6569 that was optional, but obviously missing based on surrounding code.
6570
6571 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
6572 string arguments to numbers unless the whole argument was seen as
6573 a number.
6574
6575 2003-11-14 Kenichi Handa <handa@m17n.org>
6576
6577 * international/mule.el (ctext-non-standard-encodings-alist):
6578 Fix coding systems.
6579
6580 2003-11-10 Kenichi Handa <handa@m17n.org>
6581
6582 * language/kannada.el ("Kannada"): Add sample-text.
6583
6584 * language/knd-util.el (kannada-compose-region)
6585 (kannada-compose-string, kannada-post-read-conversion):
6586 Add autoload cookie.
6587
6588 * international/quail.el (quail-completion): Change the message
6589 "corresponding translations" to "corresponding characters".
6590
6591 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
6592
6593 * descr-text.el (describe-char): Fix typo.
6594
6595 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
6596
6597 These changes are to support Kannada language/script.
6598
6599 * Makefile.in (DONTCOMPILE): Add kannada.el.
6600
6601 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
6602
6603 * loadup.el: Preload kannada.el.
6604
6605 * language/ind-util.el (ucs-kannada-to-is13194-alist)
6606 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
6607 New variables.
6608
6609 * language/kannada.el: New file.
6610
6611 * language/knd-util.el: New file.
6612
6613 2003-11-07 Andreas Schwab <schwab@suse.de>
6614
6615 * progmodes/autoconf.el (autoconf-font-lock-keywords):
6616 Also highlight AH_*.
6617
6618 * xml.el (xml-parse-dtd): Fix misplaced paren.
6619
6620 2003-11-07 Kenichi Handa <handa@m17n.org>
6621
6622 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
6623
6624 2003-11-05 Juri Linkov <juri@jurta.org>
6625
6626 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
6627 (desktop-buffer-file): Use saved buffer-file-coding-system
6628 for file reading. Set auto-insert to nil to prevent automatic
6629 insertion into restored empty files.
6630
6631 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
6632
6633 * files.el (risky-local-variable-p): Make second argument optional.
6634
6635 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6636
6637 * subr.el (add-hook): Fix last change.
6638
6639 2003-11-03 Eli Zaretskii <eliz@gnu.org>
6640
6641 * mail/rmail.el (rmail-convert-to-babyl-format):
6642 If base64-decode-region signals an error, catch it and silently
6643 ignore it.
6644
6645 2003-11-01 Mark A. Hershberger <mah@everybody.org>
6646
6647 * xml.el (xml-parse-region): Allow comments to appear after the
6648 topmost element has closed.
6649 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
6650 (xml-ns-expand-attr): New functions to do namespace handling.
6651 (xml-intern-attrlist): Back-compatible handling of attribute names.
6652 (xml-parse-tag): Move namespace handling to separate functions.
6653 Now produces elements in the form ((:ns . "element") (attr-list)
6654 children) instead of ('ns:element (attr-list) children).
6655 (xml-parse-attlist): Fix attribute parsing.
6656 (xml-parse-dtd): Change parsing so that it produces strings
6657 instead of interned symbols.
6658
6659 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
6660
6661 * dired.el (dired-ls-sorting-switches): Doc fix.
6662
6663 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
6664
6665 * emacs-lisp/rx.el (rx-or): Fix the case of
6666 "(rx (and ?a (or ?b ?c) ?d))".
6667
6668 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
6669
6670 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
6671 (texinfo-format-region): Use it.
6672 (texinfo-format-buffer-1): Ditto.
6673
6674 2003-11-01 Alan Mackenzie <acm@muc.de>
6675
6676 Changes to allow scrolling whilst in isearch mode:
6677 * isearch.el (isearch-unread-key-sequence): New function,
6678 extracted from isearch-other-meta-char.
6679 (top level): (put 'foo 'isearch-scroll) on all Emacs's
6680 "scrollable" standard functions.
6681 (isearch-allow-scroll): New customizable variable.
6682 (isearch-string-out-of-window, isearch-back-into-window)
6683 (isearch-reread-key-sequence-naturally)
6684 (isearch-lookup-scroll-key): New functions.
6685 (isearch-other-meta-char): Doc string and functionality enhanced.
6686 Now accepts a prefix argument.
6687 (isearch-lazy-highlight-window-end): New variable.
6688 (isearch-lazy-highlight-new-loop): Pay attention to the window's
6689 end (thru isearch-lazy-highlight-window-end), not only its start.
6690
6691 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
6692 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
6693 (universal-argument, universal-argument-more, negative-argument)
6694 (digit-argument, universal-argument-other-key): Minor changes.
6695
6696 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
6697
6698 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
6699 recursively if the last message is deleted, thus avoiding an
6700 infinite loop.
6701
6702 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6703
6704 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
6705 (tex-main-file): Don't add .tex if the extension is already present.
6706 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
6707
6708 2003-10-29 Lute Kamstra <lute@gnu.org>
6709
6710 * progmodes/octave-inf.el (inferior-octave-prompt):
6711 Recognize version number in prompt.
6712
6713 2003-10-28 Dave Love <fx@gnu.org>
6714
6715 * international/characters.el: Fix some Unicode ranges.
6716
6717 2003-10-28 Kenichi Handa <handa@m17n.org>
6718
6719 * disp-table.el (standard-display-8bit)
6720 (standard-display-default, standard-display-ascii)
6721 (standard-display-g1, standard-display-graphic)
6722 (standard-display-underline): Assure that standard-display-table
6723 is a display table.
6724
6725 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
6726
6727 * simple.el (reindent-then-newline-and-indent): Delete space *after*
6728 reindenting the first line.
6729
6730 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
6731
6732 * wid-edit.el (widget-default-delete): Always delete child widgets.
6733
6734 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6735
6736 * newcomment.el (comment-indent): Don't call indent-according-to-mode
6737 if the line has code.
6738 Don't try to line up with something that's too far left.
6739
6740 * progmodes/octave-mod.el (octave-comment-start): Simplify.
6741 (octave-mode-syntax-table): Add % as a comment starter.
6742 (octave-point): Remove.
6743 (octave-in-comment-p, octave-in-string-p)
6744 (octave-not-in-string-or-comment-p, calculate-octave-indent)
6745 (octave-blink-matching-block-open, octave-auto-fill):
6746 Use line-(beginning|end)-position instead.
6747
6748 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
6749
6750 * emacs-lisp/authors.el (authors-aliases): Add correct realname
6751 for Francesco Potort\e,Al\e(B.
6752
6753 2003-10-23 Dave Love <fx@gnu.org>
6754
6755 * international/mule-cmds.el (locale-charset-to-coding-system):
6756 Don't rely on nil being a coding system.
6757
6758 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
6759 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
6760 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
6761
6762 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
6763
6764 * gdb-ui.el (gdb-current-language): New variable.
6765 (gdb-update-flag): Remove variable.
6766 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
6767 (gdb-take-last-elt): Remove function.
6768 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
6769 (gdb-post-prompt): Check for variable object changes here.
6770
6771 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
6772 object changes in gdb-ui.el.
6773
6774 2003-10-21 Richard M. Stallman <rms@gnu.org>
6775
6776 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
6777
6778 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
6779 Don't check for foo*/ wildcard form here.
6780 (insert-directory): Recognize foo*/ as a wildcard.
6781 Separate wildcard-regexp variable from the arg, wildcard.
6782
6783 * subr.el (add-hook): Correctly detect when make-local-hook was used.
6784 (remove-hook): Correctly handle strange cases about local hooks.
6785
6786 2003-10-21 David Ponce <david@dponce.com>
6787
6788 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
6789 argument REAL, to return a real number instead of a rounded
6790 integer value. Define as inline function.
6791 (ruler-mode-right-fringe-cols): Likewise.
6792 (ruler-mode-scroll-bar-cols): New function.
6793 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
6794 (ruler-mode-right-scroll-bar-cols): Likewise.
6795 (ruler-mode-space): New function.
6796 (ruler-mode-ruler): Use it. Handle variations of fringe style,
6797 scroll bar mode and margins in a more robust way.
6798
6799 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
6800
6801 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
6802 (antlr-c-init-language-vars): New function.
6803 (antlr-mode): Use it with cc-mode before v5.29.
6804 (antlr-c-common-init): Don't set some local vars here.
6805 (antlr-mode): Set them here.
6806 (antlr-c-forward-sws): New function alias.
6807 (antlr-mode): Redefine with cc-mode before v5.30.
6808 (antlr-skip-sexps): Use it.
6809 (antlr-skip-exception-part): Ditto.
6810 (antlr-skip-file-prelude): Ditto.
6811 (antlr-outside-rule-p): Ditto.
6812 (antlr-end-of-body): Ditto.
6813 (antlr-option-kind): Ditto.
6814 (antlr-insert-option-area): Ditto.
6815 (antlr-file-dependencies): Ditto.
6816
6817 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6818
6819 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
6820 Move backward only if point was not inside an entry.
6821
6822 2003-10-21 Richard M. Stallman <rms@gnu.org>
6823
6824 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
6825
6826 2003-10-21 Juri Linkov <juri@jurta.org>
6827
6828 * compare-w.el: Automatically skip non-matching text to resync.
6829 (compare-windows-whitespace): Doc fix.
6830 (compare-windows-sync, compare-windows-sync-string-size)
6831 (compare-windows-recenter, compare-ignore-whitespace)
6832 (compare-windows-highlight, compare-windows-face): New variables.
6833 (compare-windows): Use compare-windows-sync.
6834 (compare-windows-highlight, compare-windows-dehighlight)
6835 (compare-windows-sync-regexp)
6836 (compare-windows-sync-default-function): New functions.
6837
6838 2003-10-21 Juri Linkov <juri@jurta.org>
6839
6840 * diff.el (diff-parse-differences): Don't visit the files now;
6841 instead, just record the error locus.
6842
6843 2003-10-21 Dave Love <fx@gnu.org>
6844
6845 * progmodes/cfengine.el: New file.
6846
6847 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6848
6849 * complete.el (PC-do-completion): Do not forget to use `pred' as the
6850 default-directory when completing file names.
6851
6852 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
6853
6854 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
6855 followed by the word `face', it gets treated as a face, even if
6856 it is also defined as a variable or a function.
6857
6858 2003-10-20 Dave Love <fx@gnu.org>
6859
6860 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6861 Avoid incf in macro expansion.
6862
6863 2003-10-20 John Paul Wallington <jpw@gnu.org>
6864
6865 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
6866 `evenp' so we don't implicitly require cl library at runtime.
6867
6868 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
6869
6870 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
6871 (help-make-xrefs): Only make cross-references for faces if
6872 preceded or followed by the word `face'. Do not make a
6873 cross-reference for variables without variable documentation,
6874 unless preceded by the word `variable' or `option'. Update doc
6875 string accordingly.
6876
6877 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
6878
6879 * progmodes/hideshow.el: Rewrite one-armed `if'
6880 constructs using either `when' or `unless'.
6881 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
6882
6883 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
6884
6885 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
6886 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
6887 instead of 12x12.
6888
6889 2003-10-16 Eli Zaretskii <eliz@gnu.org>
6890
6891 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
6892 message while converting to Babyl.
6893
6894 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
6895
6896 * allout.el (allout-mode): Doc fix.
6897
6898 2003-10-16 Lute Kamstra <lute@gnu.org>
6899
6900 * subr.el (force-mode-line-update): Fix docstring.
6901
6902 2003-10-14 Dave Love <fx@gnu.org>
6903
6904 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
6905 (default-input-method): Add :link, improve :type.
6906 (locale-charset-language-names): Fix utf-8 pattern.
6907 (locale-charset-match-p, locale-charset-alist)
6908 (locale-charset-to-coding-system): New.
6909 (set-locale-environment): Deal with codeset part of locale specs.
6910
6911 2003-10-14 Lute Kamstra <lute@gnu.org>
6912
6913 * fringe.el (fringe-mode): Use active voice in docstring.
6914 (set-fringe-style): Ditto.
6915
6916 2003-10-13 Lute Kamstra <lute@gnu.org>
6917
6918 * fringe.el (fringe-mode): Fix docstring.
6919 (set-fringe-style): Ditto.
6920
6921 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
6922
6923 * ediff-mult.el (ediff-filegroup-action):
6924 Use ediff-default-filtering-regexp.
6925
6926 * ediff-util.el (ediff-recenter): Don't call
6927 ediff-restore-highlighting twice.
6928 (ediff-select-difference): Set current difference.
6929 (ediff-unselect-and-select-difference): Add comment.
6930
6931 * ediff.el (ediff-directories,ediff-directory-revisions)
6932 (ediff-directories3,ediff-merge-directories)
6933 (ediff-merge-directories-with-ancestor)
6934 (ediff-merge-directory-revisions)
6935 (ediff-merge-directory-revisions-with-ancestor):
6936 Use ediff-default-filtering-regexp.
6937
6938 2003-10-12 Andreas Schwab <schwab@suse.de>
6939
6940 * international/mule-cmds.el (locale-charset-language-names):
6941 Simplify regex by removing unused grouping.
6942
6943 2003-10-10 Dave Love <fx@gnu.org>
6944
6945 * bindings.el: Don't bind stop.
6946
6947 2003-10-08 Miles Bader <miles@gnu.org>
6948
6949 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
6950 face instead of attempting to emulate it.
6951
6952 2003-10-07 Kenichi Handa <handa@m17n.org>
6953
6954 * international/mule-diag.el (list-coding-systems-1): List coding
6955 systems that are loaded automatically.
6956
6957 * international/code-pages.el (iso-8859-11): Add autoload cookie.
6958
6959 * international/mule.el (autoload-coding-system): New function.
6960
6961 2003-10-07 Andreas Schwab <schwab@suse.de>
6962
6963 * log-edit.el (log-edit-changelog-entries): Prefer local value of
6964 change-log-default-name in the buffer visiting the file.
6965
6966 2003-10-06 Dave Love <fx@gnu.org>
6967
6968 * files.el (find-file-hook): Customize.
6969 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
6970
6971 * bindings.el (completion-ignored-extensions): Remove .log.
6972 (global-map): Add again, open, stop keys.
6973
6974 2003-10-05 Richard M. Stallman <rms@gnu.org>
6975
6976 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
6977 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
6978 Use sh-modify directly.
6979 (sh-select): Use sh-append, not eval.
6980
6981 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
6982
6983 * info.el (Info-following-node-name): New function.
6984
6985 * loadhist.el (unload-feature-special-hooks):
6986 Rename from loadhist-hook-functions.
6987 (loadhist-hook-functions): Now an alias.
6988
6989 2003-10-04 Eli Zaretskii <eliz@gnu.org>
6990
6991 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
6992 file-name clashes on 8+3 filesystems.
6993
6994 * Makefile.in (DONTCOMPILE, bootstrap-clean):
6995 Rename loaddefs-boot.el to ldefs-boot.el
6996
6997 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
6998 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
6999
7000 2003-10-03 Lute Kamstra <lute@gnu.org>
7001
7002 * info.el (Info-mode): Revert previous change.
7003 (Info-escape-percent): New function.
7004 (Info-fontify-node): Use it.
7005
7006 2003-10-02 Andreas Schwab <schwab@suse.de>
7007
7008 * loaddefs-boot.el: Regenerated.
7009
7010 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7011
7012 * ffap.el: Remove defadvice related code from CVS since `complete'
7013 provides a `PC-completion-as-file-name-predicate' variable that
7014 ffap can override.
7015
7016 2003-10-02 Kenichi Handa <handa@m17n.org>
7017
7018 * international/utf-8.el (ccl-decode-mule-utf-8):
7019 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7020
7021 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7022 * international/subst-big5.el: Likewise.
7023 * international/subst-gb2312.el: Likewise.
7024 * international/subst-ksc.el: Likewise.
7025
7026 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7027
7028 * calendar/calendar.el (increment-calendar-month)
7029 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7030 (generate-calendar, calendar-read-date, calendar-interval)
7031 (calendar-day-of-week): Handle years BC.
7032 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7033
7034 2003-10-01 Dave Love <fx@gnu.org>
7035
7036 * language/cyrillic.el (cp1251): Alias for windows-1251.
7037
7038 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7039 bootstrap.
7040
7041 2003-10-01 Lute Kamstra <lute@gnu.org>
7042
7043 * files.el: Fix typo.
7044 * imenu.el (imenu--generic-function): Docstring fix.
7045
7046 2003-09-30 Richard M. Stallman <rms@gnu.org>
7047
7048 * dired.el (dired-mode): Handle dired-directory as a list.
7049
7050 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7051
7052 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7053
7054 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7055
7056 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7057 Replace gud-display with gud-watch.
7058 (gud-speedbar-buttons): Add stuff for watching expressions
7059 in the speedbar when using M-x gdba. Use dolist on old part
7060 of this function.
7061
7062 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7063 (gdb-update-flag): New variables.
7064 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7065 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7066 (gud-watch, gdb-var-create-handler) : New functions.
7067 (gdb-var-list-children, gdb-var-list-children-handler)
7068 (gdb-var-create-regexp, gdb-var-update-regexp)
7069 (gdb-var-list-children-regexp): New constants.
7070 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7071 (gdb-annotation-rules): Reduce annotation set (level 3).
7072 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7073 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7074 updates.
7075 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7076 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7077 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7078 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7079 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7080 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7081 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7082 (gud-display, gud-display1)
7083 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7084 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7085 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7086 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7087 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7088 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7089 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7090 (gdb-display-display-buffer, gdb-toggle-display)
7091 (gdb-delete-display, gdb-expressions-popup-menu)
7092 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7093 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7094 to display buffer.
7095
7096 2003-09-30 Richard M. Stallman <rms@gnu.org>
7097
7098 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7099 Instead, set which-func-functions.
7100
7101 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7102 (which-func-functions): New variable.
7103 (which-function): Use that.
7104
7105 * info.el (Info-mode): Double each `%' in header line.
7106
7107 * emacs-lisp/lisp-mnt.el (lm-with-file):
7108 When FILE is nil, run BODY in current buffer.
7109
7110 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7111
7112 * help.el (describe-mode): Start with a brief list of minor modes.
7113 Find them thru minor-mode-list so as to find them all.
7114 Show them in alphabetical order.
7115
7116 * mail/sendmail.el (mail-aliases): Doc fix.
7117
7118 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7119
7120 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7121
7122 * mail/rmailsum.el (rmail-make-summary-line-1):
7123 Change comma after last label to a space.
7124 (rmail-summary-font-lock-keywords): Adapt to that change.
7125
7126 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7127
7128 * progmodes/scheme.el (scheme-mode-variables): When setting
7129 `font-lock-defaults', also specify that "#" should
7130 be interpreted with `word' syntax.
7131 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7132
7133 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7134
7135 * desktop.el: A lot of comments updated.
7136 (desktop-save-mode): Minor mode introduced.
7137 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7138 (desktop-load-default): Function made obsolete.
7139 (desktop-locals-to-save): Variable made customizable.
7140 (desktop-read): Optional parameter `dirname' added.
7141 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7142 `desktop-read' used.
7143 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7144
7145 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7146
7147 * whitespace.el (whitespace-clean-msg): Add user customizable message
7148 for displaying ``clean'' output.
7149 (whitespace-buffer): Use `whitespace-clean-msg'.
7150 (whitespace-global-mode): Fix typo.
7151
7152 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7153
7154 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7155
7156 2003-09-29 Lute Kamstra <lute@gnu.org>
7157
7158 * bindings.el (mode-line-modes): Remove superfluous :propertize
7159 construct in initialization.
7160 (mode-line-position): Change cons cell into proper list in
7161 initialization.
7162
7163 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7164
7165 * international/mule.el (decode-coding-inserted-region): Use car
7166 of the return value of find-operation-coding-system.
7167
7168 2003-09-29 Kenichi Handa <handa@m17n.org>
7169
7170 * descr-text.el (describe-char): Fix previous change.
7171
7172 2003-09-28 Kenichi Handa <handa@m17n.org>
7173
7174 * descr-text.el (describe-char-display): New function.
7175 (describe-char): Pay attention to display table on describing how
7176 a character is displayed.
7177
7178 * international/mule-cmds.el (encoded-string-description):
7179 Prepend "0x" to each encoded byte.
7180
7181 2003-09-28 Andreas Schwab <schwab@suse.de>
7182
7183 * find-file.el (ff-special-constructs): Add autoload cookie.
7184
7185 2003-09-28 Kevin Ryde <user42@zip.com.au>
7186
7187 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7188 makeinfo appends to duplicate index entries.
7189
7190 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7191
7192 * dired-x.el (dired-clean-tex): Doc fix.
7193
7194 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7195 using a Chinese tutorial.
7196
7197 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7198
7199 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7200 between "MAIL FROM:" and "RCPT TO:" and the following address.
7201
7202 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7203
7204 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7205
7206 2003-09-28 David Ponce <david@dponce.com>
7207
7208 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7209 (recentf-load-list): When `recentf-initialize-file-name-history'
7210 is non-nil, initialize an empty `file-name-history' with the
7211 recent list.
7212
7213 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7214
7215 * man.el (Man-default-man-entry): Remove the leading `*' from the
7216 word at point.
7217
7218 2003-09-26 Lute Kamstra <lute@gnu.org>
7219
7220 * bindings.el (mode-line-position): Mention size indication in
7221 docstring.
7222
7223 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7224
7225 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7226
7227 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7228 because it's autoloaded now.
7229
7230 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7231
7232 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7233 (sh-font-lock-keywords, sh-feature): Fix previous change of
7234 sh-feature to avoid infloop with sh-font-lock-keywords.
7235
7236 2003-09-25 Kim F. Storm <storm@cua.dk>
7237
7238 * frame.el (frame-current-scroll-bars): New defun.
7239
7240 * window.el (window-current-scroll-bars): New defun.
7241
7242 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7243
7244 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7245 cause errors when the state cache contains info on parts that have
7246 been narrowed out.
7247
7248 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7249
7250 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7251 `c-setup-paragraph-variables' has to be used when this variable is
7252 changed; it doesn't work to reinitialize the mode since that
7253 typically clobbers the variable.
7254
7255 * progmodes/cc-styles.el (c-setup-paragraph-variables):
7256 Make it interactive.
7257
7258 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7259
7260 * progmodes/cc-fonts.el (c-font-lock-declarations):
7261 Fix recognition of constructors and destructors for classes whose
7262 names are matched by `*-font-lock-extra-types'.
7263
7264 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7265 followed by an identifier in C++ then it's a type.
7266
7267 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7268
7269 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7270 problem that primarily affected XEmacs. Don't use faces to find
7271 unterminated strings since Emacs and XEmacs fontify strings
7272 differently - this function should now work better in XEmacs.
7273
7274 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7275
7276 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7277 `expand-abbrev' workaround which caused braces to misbehave inside
7278 macros.
7279
7280 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7281 handling. This bug could cause interactive font locking to bail out.
7282
7283 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7284
7285 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7286 Handle paren-style types in Pike. Also fixed some cases of
7287 insufficient handling of unbalanced parens.
7288
7289 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
7290
7291 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7292 common shell prompts that are not common filename or URL characters.
7293 (ffap-file-at-point): Use the new regexp to strip the prompts from
7294 the file names. This is an issue mostly for user prompts that
7295 don't have a trailing space and find-file-at-point is invoked from
7296 within a shell inside Emacs.
7297
7298 2003-09-24 Andre Spiegel <spiegel@gnu.org>
7299
7300 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7301 stamps numerically, rather than textually.
7302
7303 2003-09-24 Kenichi Handa <handa@m17n.org>
7304
7305 * language/devan-util.el (devanagari-post-read-conversion):
7306 * language/mlm-util.el (malayalam-post-read-conversion):
7307 * language/tml-util.el (tamil-post-read-conversion):
7308 Add autoload cookie.
7309
7310 * international/utf-8.el (utf-8-post-read-conversion):
7311 Call post-read-conversion functions for Devanagari, Malayalam,
7312 and Tamil.
7313
7314 2003-09-23 Dave Love <fx@gnu.org>
7315
7316 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7317
7318 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
7319
7320 * progmodes/gud.el (perldb): Add gud-until to list of commands.
7321 Update gud-remove.
7322
7323 2003-09-22 Richard M. Stallman <rms@gnu.org>
7324
7325 * progmodes/sh-script.el (sh-mode-default-syntax-table):
7326 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
7327 (sh-mode-syntax-table-input): New variable.
7328 (sh-require-final-newline): Don't use eval.
7329 (sh-builtins, sh-leading-keywords, sh-other-keywords)
7330 (sh-variables, sh-font-lock-keywords): Don't use eval.
7331 (sh-set-shell): When setting require-final-newline,
7332 treat value = `require-final-newline' as don't change it.
7333 Set sh-mode-syntax-table locally based on
7334 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7335
7336 * progmodes/compile.el (compile-internal):
7337 Call compilation-set-window-height before setting window start.
7338
7339 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
7340
7341 * emacs-lisp/bytecomp.el (byte-compile-log-file):
7342 Clear out byte-compile-last-warned-form.
7343
7344 2003-09-22 Richard M. Stallman <rms@gnu.org>
7345
7346 * woman.el (woman-file-name, woman-follow-word):
7347 If current-word returns nil, use "".
7348
7349 * simple.el (eval-expression): Bind standard-output in to-buffer case.
7350
7351 2003-09-22 Richard M. Stallman <rms@gnu.org>
7352
7353 * emacs-lisp/lisp-mnt.el (lm-with-file):
7354 Don't visit the file, just use insert-file-contents in temp buffer.
7355
7356 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
7357
7358 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7359 Add surrounding \\( and \\) around the header, as in
7360 for lm-history-header 'Change Log\\|History'.
7361
7362 2003-09-22 John Paul Wallington <jpw@gnu.org>
7363
7364 * progmodes/ld-script.el: Add Commentary section,
7365 minor cleanup of file header.
7366 (ld-script-font-lock-keywords): Doc fix.
7367 (toplevel): Provide `ld-script' feature.
7368
7369 2003-09-21 Kim F. Storm <storm@cua.dk>
7370
7371 * scroll-bar.el (set-scroll-bar-mode): Initialize to
7372 new built-in variable default-frame-scroll-bars.
7373 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
7374 scroll-bar-mode; notably, use it instead of t when we toggle
7375 scroll-bars on.
7376 (toggle-scroll-bar): Use default-frame-scroll-bars.
7377
7378 2003-09-19 Masatake YAMATO <jet@gyve.org>
7379
7380 * pcvs.el (cvs-do-removal): Change the prompt depending on
7381 `filter' value.
7382
7383 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7384
7385 * startup.el (command-line-1): Stop startup-echo-area-message
7386 being hidden by "Loading image..." message.
7387 (use-fancy-splash-screens-p, display-splash-screen):
7388 Move display-graphic-p test from latter to former.
7389
7390 * progmodes/sh-script.el (sh-font-lock-keywords):
7391 Highlight escaped EOLs differently from other backslash constructs.
7392
7393 2003-09-19 Richard M. Stallman <rms@gnu.org>
7394
7395 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
7396 New functions.
7397 (edebug-enter, edebug-outside-excursion): Use them.
7398
7399 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7400 Fix the condition for whether to print "In WHERE".
7401
7402 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
7403
7404 * finder.el (finder-mode-hook): New variable.
7405 (finder-mode): Run hook finder-mode-hook
7406
7407 2003-09-18 Masatake YAMATO <jet@gyve.org>
7408
7409 * progmodes/ebrowse.el: Fix broken magic autoload comments.
7410
7411 2003-09-17 Mario Lang <mlang@delysid.org>
7412
7413 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
7414 "p %e" to actually print the value in the GUD buffer.
7415
7416 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
7417
7418 From David Ponce <david.ponce@wanadoo.fr>:
7419 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
7420 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
7421 from loaddefs-boot.el if necessary.
7422
7423 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
7424
7425 * progmodes/gud.el (gud-find-class): Make jdb work again since
7426 cc-mode changed the syntactic information.
7427
7428 2003-09-15 David Ponce <david@dponce.com>
7429
7430 * recentf.el: (recentf-exclude): Accept predicates too.
7431 (recentf-file-readable-p): New function.
7432 (recentf-include-p): Handle predicates in recentf-exclude.
7433 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
7434 (recentf-cleanup): Likewise.
7435 (recentf-save-list): Use write-file to handle backup of
7436 recentf-save-file.
7437
7438 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
7439
7440 * loaddefs-boot.el: Renamed from `loaddefs.el'
7441 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
7442 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
7443 necessary.
7444
7445 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
7446
7447 * electric.el (Electric-pop-up-window): For the `one-window' case,
7448 no longer disconcertingly move point in the original buffer.
7449
7450 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7451
7452 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
7453
7454 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
7455
7456 * dired.el (dired-mode-map): Fix typo.
7457
7458 2003-09-11 Richard M. Stallman <rms@gnu.org>
7459
7460 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
7461
7462 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7463
7464 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
7465 the function is less noisy. Now only `kill-buffer' can ask questions.
7466
7467 2003-09-10 Mario Lang <mlang@delysid.org>
7468
7469 * battery.el: Update Commentary and Copyright.
7470 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
7471 appear due to wrong ordering of the expressions in `or'.
7472
7473 2003-09-09 Lute Kamstra <lute@gnu.org>
7474
7475 * misc.el (upcase-char): Fix docstring.
7476 (zap-up-to-char): New command.
7477
7478 2003-09-08 David Ponce <david@dponce.com>
7479
7480 Ensure that recentf correctly updates the menu bar.
7481 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
7482 (recentf-menu-bar): New function.
7483 (recentf-clear-data): Use it
7484 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
7485 of easy-menu-change.
7486
7487 2003-09-08 Lute Kamstra <lute@gnu.org>
7488
7489 * simple.el (size-indication-mode): New.
7490 * bindings.el (mode-line-position): Add buffer size indicator.
7491
7492 2003-09-04 Mario Lang <mlang@delysid.org>
7493
7494 * battery.el (battery-linux-proc-acpi): New function.
7495 (battery-status-function): Modify default value calculation to also
7496 check for availability of ACPI.
7497 (battery-echo-area-format): Ditto.
7498 (battery-mode-line-format): Ditto.
7499
7500 2003-09-06 Dave Love <fx@gnu.org>
7501
7502 * ielm.el (ielm-mode-hook): Add :options.
7503
7504 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
7505 (eldoc-print-current-symbol-info): Use it.
7506
7507 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
7508
7509 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
7510 being displayed in GUD buffer.
7511 (gdb-idle-input-queue): Remove var. Use just one queue.
7512 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
7513 Remove functions. Use just one queue.
7514 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
7515 (gdb-invalidate-assembler, gdb-get-current-frame):
7516 Modify functions. Use just one queue.
7517
7518 2003-09-04 Dave Love <fx@gnu.org>
7519
7520 * cus-start.el: Add blink-cursor-alist.
7521
7522 * ruler-mode.el (ruler-mode-fill-column-char)
7523 (ruler-mode-current-column-char): Use char-displayable-p,
7524 not window-system.
7525
7526 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
7527
7528 * language/european.el (windows-1252): Move from code-pages.
7529
7530 * language/cyrillic.el ("Windows-1251"): Delete.
7531 ("Bulgarian", "Belarusian"): Remove `features'.
7532 (windows-1251): Move from code-pages.
7533
7534 * international/mule-diag.el (non-iso-charset-alist):
7535 Remove `codepage' stuff.
7536 (print-designation, list-coding-systems-1): Output fixes.
7537
7538 * international/code-pages.el (cp-make-translation-table)
7539 (cp-valid-codes): Made defsubsts.
7540 (cp-fix-safe-chars): Delete.
7541 (mule-diag): Don't require.
7542 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
7543 (top-level): Check for defined coding system when defining
7544 cp... aliases. Change w32-add-charset-info test to avoid warning.
7545 (non-iso-charset-alist): Defvar when compiling.
7546 (cp-make-coding-system): Doc fix.
7547
7548 2003-09-02 Jason Rumney <jasonr@gnu.org>
7549
7550 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
7551 line-ends from CVS before doing conversion.
7552
7553 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
7554
7555 * calendar/diary-lib.el (diary-header-line-flag)
7556 (diary-header-line-format): New variables.
7557 (list-diary-entries): Use them to set header line in simple diary.
7558
7559 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
7560 other than font-lock-string-face to highlight backslashes.
7561
7562 2003-09-01 Jason Rumney <jasonr@gnu.org>
7563
7564 * international/titdic-cnv.el (tit-read-key-value): Include \r in
7565 regexp.
7566
7567 2003-09-01 Dave Love <fx@gnu.org>
7568
7569 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
7570
7571 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
7572 and :help; also line and column numbers labels.
7573
7574 * international/mule-util.el (char-displayable-p): Move from
7575 latin1-disp, rename and autoload.
7576
7577 * international/latin1-disp.el (latin1-char-displayable-p):
7578 Now obsolete alias. Replace uses with char-displayable-p.
7579 (latin1-display-ucs-per-lynx): Fix last change.
7580
7581 * international/mule-cmds.el (standard-display-european-internal):
7582 Don't use char code for Latin-1 NBSP.
7583 <XFree86 4>: Unfrob NBSP display table. Set display table to use
7584 U+2018, U+2019 for `'.
7585 (select-safe-coding-system): Message fix.
7586
7587 2003-09-01 Kenichi Handa <handa@m17n.org>
7588
7589 * international/fontset.el (setup-default-fontset): For Thai
7590 font, specify "*" family.
7591
7592 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7593
7594 * progmodes/compile.el (previous-error): Accept a prefix
7595 argument, similarly to next-error.
7596
7597 2003-08-31 Masatake YAMATO <jet@gyve.org>
7598
7599 * pcvs.el (cvs-do-removal): Use = instead of eq to check
7600 the number of files. Bind the number of files to a local
7601 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
7602
7603 2003-08-30 Eli Zaretskii <eliz@gnu.org>
7604
7605 * vc-hooks.el (vc-make-version-backup): Fix the change made on
7606 2003-07-26: msdos-long-file-names is a function, not a variable.
7607
7608 2003-08-29 Richard M. Stallman <rms@gnu.org>
7609
7610 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
7611 Do nothing with mail-personal-alias-file if it is nil.
7612
7613 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
7614 Do nothing if mail-personal-alias-file is nil.
7615
7616 * term.el (term-exec-1): Bind coding-system-for-read.
7617
7618 * dired.el (dired-mouse-find-file-other-window):
7619 Use dired-view-command-alist here, as in dired-view-file.
7620 (dired-view-command-alist): Use %s to substitute file name.
7621 Handle .ps_pages, .eps, .jpg, .gif, .png.
7622
7623 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7624
7625 * info.el (Info-mode-map): Bind S-tab and <backtab> to
7626 `Info-prev-reference', instead of M-tab.
7627
7628 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
7629
7630 * simple.el (blink-matching-open): Work correctly on chars that
7631 are designated as parens through the syntax-table text property.
7632
7633 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
7634
7635 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
7636 line break position in the middle of a non-kinsoku (e.g. latin)
7637 word, making it skip until either a space or a character with
7638 category "|".
7639 (kinsoku-longer): Test for end of buffer.
7640
7641 2003-08-28 Eli Zaretskii <eliz@gnu.org>
7642
7643 * mail/rmail.el (rmail-convert-to-babyl-format):
7644 Detect quoted-printable- and base64-encoded messages and decode them
7645 automatically. Set the message's encoding from the charset=
7646 header, if any. Decode base64-encoded messages in Mail format as well.
7647
7648 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7649
7650 * mail/smtpmail.el: Fix previous change.
7651 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
7652 calling smtpmail-via-smtp.
7653 (smtpmail-via-smtp): Add fall-back values for envelope-from.
7654
7655 2003-08-26 John Paul Wallington <jpw@gnu.org>
7656
7657 * image.el (image-jpeg-p): Don't search beyond length of data.
7658
7659 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7660
7661 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
7662 misfeature in `expand-abbrev' which caused electric keywords like
7663 "else" to disappear if an open brace was typed directly afterwards.
7664
7665 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7666
7667 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
7668 mandatory in `define-widget'.
7669
7670 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
7671 Don't align the operators "!=", "<=" and ">=" as assignment operators.
7672
7673 (c-assignment-operators): New language constant that only contains
7674 the assignment operators.
7675
7676 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
7677
7678 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7679
7680 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7681 Safeguard against unbalanced sexps.
7682
7683 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
7684
7685 * version.el (emacs-version): Check for gtk. Include gtk version info.
7686
7687 2003-08-25 John Paul Wallington <jpw@gnu.org>
7688
7689 * man.el (Man-default-man-entry): Don't whizz past the section
7690 number before looking for it.
7691
7692 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
7693
7694 * progmodes/gud.el (gud-display-line): Don't set window-point if
7695 source buffer is not visible. (Only happens with M-x gdba.)
7696
7697 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
7698 documentation.
7699 (gdb-source, gdb-source-info): Update to assembler unnecessary
7700 as its done after each GDB command anyway.
7701 (gdb-pre-prompt): Use with-current-buffer.
7702 (gdb-insert-field): Add help-echo text.
7703 (gdb-invalidate-assembler): Re-display of assembler now done in
7704 gdb-info-breakpoints-custom.
7705 (gdb-info-breakpoints-custom): Force re-display of assembler to
7706 happen *after* update of breakpoints buffer.
7707 (gdb-display-source-buffer): Don't choke if gdb-source-window
7708 isn't visible.
7709 (gdb-put-string, gdb-put-arrow): Remove free variables.
7710
7711 2003-08-24 John Paul Wallington <jpw@gnu.org>
7712
7713 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
7714
7715 * man.el (Man-default-man-entry): Strip text properties when
7716 snarfing parts of entry because `format' preserves properties.
7717
7718 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7719
7720 * files.el (file-newest-backup): Use `expand-file-name'.
7721
7722 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
7723 Allow the diary to pop up a new frame, if needed.
7724
7725 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
7726 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
7727 (smtpmail-send-it): Make treatment of envelope-from consistent with
7728 sendmail.el.
7729
7730 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
7731 (sh-leading-keywords): Add the bash `time' reserved word.
7732 (sh-variables): Add some bash variables.
7733 (sh-add-completer): Fix nil branch of case statement.
7734
7735 2003-08-24 Masatake YAMATO <jet@gyve.org>
7736
7737 * progmodes/ld-script.el: New file.
7738
7739 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
7740
7741 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
7742
7743 2003-08-23 Andre Spiegel <spiegel@gnu.org>
7744
7745 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
7746 Better explain obsolescence, and what to use instead.
7747
7748 2003-08-23 Masatake YAMATO <jet@gyve.org>
7749
7750 * pcvs.el (cvs-do-removal): Show the deleted file name
7751 on the prompt.
7752
7753 2003-08-20 Dave Love <fx@gnu.org>
7754
7755 * international/mule.el (make-coding-system)
7756 (set-buffer-file-coding-system): Doc fix.
7757
7758 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
7759
7760 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
7761
7762 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
7763
7764 * international/utf-16.el: Add mime-text-unsuitable coding system
7765 properties.
7766
7767 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
7768
7769 * cus-edit.el: Add some :links.
7770 (bib): Remove.
7771
7772 * textmodes/bib-mode.el (bib): Add :group external.
7773
7774 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
7775
7776 * wid-edit.el (widget-echo-help): Make it handle expressions that
7777 evaluate to strings.
7778
7779 2003-08-18 Michael Mauger <mmaug@yahoo.com>
7780
7781 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
7782
7783 Simplify selection of SQL products to define highlighting and
7784 interactive mode. Includes detailed instructions on adding
7785 support for new products.
7786
7787 * progmodes/sql.el (sql-product): New variable. Identifies SQL
7788 product for use in highlighting and interactive mode.
7789 (sql-interactive-product): New variable. SQL product for
7790 sql-interactive-mode.
7791 (sql-product-support): New variable. Specifies product-specific
7792 parameters to drive highlighting and interactive mode.
7793 (sql-imenu-generic-expression): Add more object types.
7794 (sql-sqlite-options): Correct comment.
7795 (sql-ms-program): Use "osql" rather than "isql".
7796 (sql-prompt-regexp, sql-prompt-length): Update comment.
7797 (sql-mode-menu): Add "Start SQLi session" entry.
7798 Replace Highlighting submenu with Product menu. Fix Send Region entry.
7799 (sql-mode-abbrev-table): Add abbreviations. Support of
7800 SYSTEM-FLAG on define-abbrev. Support was removed with last
7801 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
7802 (sql-mode-font-lock-object-name): Add font-lock pattern for object
7803 names.
7804 (sql-mode-ansi-font-lock-keywords): Set as default value.
7805 (sql-mode-oracle-font-lock-keywords): Set as default value.
7806 Support Oracle 9i keywords.
7807 (sql-mode-postgres-font-lock-keywords): Set as default value.
7808 (sql-mode-linter-font-lock-keywords): Set as default value.
7809 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
7810 SQLServer 2000.
7811 (sql-mode-sybase-font-lock-keywords)
7812 (sql-mode-interbase-font-lock-keywords)
7813 (sql-mode-sqlite-font-lock-keywords)
7814 (sql-mode-strong-font-lock-keywords)
7815 (sql-mode-mysql-font-lock-keywords)
7816 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
7817 keywords.
7818 (sql-mode-font-lock-defaults): Update comment.
7819 (sql-product-feature): New function. Returns feature associated
7820 with a product from `sql-product-support' alist.
7821 (sql-product-font-lock): New function. Set font-lock support
7822 based on `sql-product'.
7823 (sql-add-product-keywords): New function. Add font-lock rules to
7824 product-specific keyword variables.
7825 (sql-set-product): New function. Set `sql-product' and apply
7826 appropriate font-lock highlighting.
7827 (sql-highlight-product): New function. Set font-lock support
7828 based on a product. Also set mode name to include product name.
7829 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
7830 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
7831 Use `sql-set-product'.
7832 (sql-highlight-ms-keywords)
7833 (sql-highlight-sybase-keywords)
7834 (sql-highlight-interbase-keywords)
7835 (sql-highlight-strong-keywords)
7836 (sql-highlight-mysql-keywords)
7837 (sql-highlight-sqlite-keywords)
7838 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
7839 (sql-get-login): Prompt in the same order as the tokens.
7840 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
7841 (sql-product-interactive): New function. Common portions of
7842 product-specific interactive mode wrappers.
7843 (sql-interactive-mode): Rewritten to use product features.
7844 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7845 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7846 (sql-db2, sql-linter): Use `sql-product-interactive'.
7847 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7848 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7849 (sql-connect-ingres, sql-connect-postgres)
7850 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7851 New functions. Format command line parameters and invoke comint on
7852 the appropriate interpreter. Code was in the corresponding
7853 `sql-xyz' function before.
7854 (sql-connect-ms): New function. Support -E argument to use
7855 operating system credentials for authentication.
7856
7857 2003-08-18 Kenichi Handa <handa@m17n.org>
7858
7859 * international/mule.el (encode-char): Fix for the ASCII case.
7860
7861 2003-08-15 Kenichi Handa <handa@m17n.org>
7862
7863 * international/fontset.el (setup-default-fontset): Change "*" to
7864 nil in the specifications of font family.
7865
7866 2003-08-18 Kim F. Storm <storm@cua.dk>
7867
7868 * kmacro.el (kmacro-keymap): Group related bindings in
7869 initialization for clarity. Bind C-s to start macro.
7870 Remove C-r binding.
7871 (kmacro-initial-counter-value): New defvar to hold initial counter
7872 value in case we set the value before defining a macro.
7873 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
7874 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
7875 not defining or executing macro. Doc fix.
7876 (kmacro-add-counter): Clear kmacro-initial-counter-value.
7877 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
7878 temporarily view older elements on the macro ring without cycling
7879 the ring.
7880 (kmacro-display): Doc fix.
7881 (kmacro-exec-ring-item): New helper function.
7882 (kmacro-call-ring-2nd): Use it.
7883 (kmacro-call-ring-2nd-repeat): Doc fix.
7884 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
7885 (kmacro-end-or-call-macro): Execute last viewed macro (using
7886 kmacro-exec-ring-item) from ring if this follows
7887 kmacro-view-macro. This allows us to find a macro on the ring
7888 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
7889 the ring to bring it to the head of the ring.
7890 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
7891 Allow binding to reserved keys without specifying C-x C-k prefix.
7892 Ask for confirmation if entered key sequence is already bound to
7893 a non-macro command.
7894 (kmacro-view-macro): Repeating command will show older elements
7895 on the macro ring; C-k will execute the last viewed macro.
7896 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
7897 property from 'ring to 'head.
7898
7899 2003-08-17 Alan Shutko <ats@acm.org>
7900
7901 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
7902 keeping December out of the alist.
7903
7904 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
7905
7906 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
7907 * calendar/calendar.el (calendar-mode-map): Bind it to key.
7908 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
7909 (calendar-flatten): New function.
7910 (calendar-mouse-view-other-diary-entries)
7911 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
7912 in the menu title and to show multi-line diary entries correctly
7913 in the menu.
7914
7915 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
7916
7917 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
7918 defcustom, because the default was recently changed.
7919
7920 2003-08-16 Richard M. Stallman <rms@gnu.org>
7921
7922 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
7923
7924 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7925 New subroutine, broken out of eval-last-sexp-1.
7926 (eval-last-sexp-1): Use eval-last-sexp-print-value.
7927
7928 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
7929
7930 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
7931
7932 * simple.el (eval-expression): Use eval-last-sexp-print-value.
7933
7934 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
7935
7936 * progmodes/compile.el (compilation-error-regexp-alist):
7937 Add Java ANt error detection as described in document
7938 http://ant.apache.org/faq.html
7939
7940 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
7941
7942 * simple.el (backward-word, forward-to-indentation)
7943 (backward-to-indentation): Argument changed to optional.
7944 (next-line, previous-line): Use `or' instead of `unless'.
7945
7946 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7947
7948 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
7949 instead of a constant.
7950
7951 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
7952
7953 * shell.el (shell): With prefix-arg, suggest a new buffer name.
7954
7955 2003-08-12 Andre Spiegel <spiegel@gnu.org>
7956
7957 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
7958 (vc-sccs-workfile-version): Search the entire delta table, rather
7959 than just the first entry, because that might be a deleted version.
7960
7961 2003-08-11 Karl Fogel <kfogel@red-bean.com>
7962
7963 * menu-bar.el (menu-bar-options-menu): Supply a body for the
7964 [save-place] binding in the Options menu. Have it require
7965 'saveplace' and then toggle the variable manually, to avoid an an
7966 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
7967 for the bug report.
7968
7969 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
7970
7971 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
7972 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
7973 (gdb-info-threads-custom): Add help-echo text.
7974 (gdb-display-back): Don't use purecopy.
7975 (gdb-info-breakpoints-custom, gdb-reset)
7976 (gdb-assembler-custom): Use display-images-p to test if breakpoint
7977 icons can be displayed.
7978
7979 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
7980
7981 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
7982
7983 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
7984
7985 * bookmark.el (bookmark-completing-read):
7986 Return a string, instead of a list of one string.
7987 Use a popup menu if activated from the mouse.
7988 (bookmark-edit-annotation): Remove unused vars.
7989 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
7990 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
7991 to bookmark-completing-read.
7992 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7993 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
7994 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
7995 and erase-buffer.
7996 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
7997 (bookmark-menu-jump, bookmark-menu-insert)
7998 (bookmark-popup-menu-and-apply-function)
7999 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8000 (bookmark-menu-build-paned-menu): Remove by folding it into
8001 bookmark-menu-popup-paned-menu.
8002 (menu-bar-bookmark-map): Move the define-key statements here.
8003 Use the "non-menu" commands since they now pop up a menu if needed.
8004 (bookmark-exit-hook-internal): Simplify.
8005
8006 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8007
8008 * reftex-toc.el (reftex-toc-rename-label): New function.
8009 (reftex-toc-check-docstruct): New function.
8010
8011 * reftex.el (reftex-region-active-p): New function.
8012
8013 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8014 regexp to find the \bibliography macro.
8015
8016 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8017 which does not exist in LaTeX.
8018 (reftex-cite-format-builtin): Added amsrefs support.
8019 (reftex-toc-confirm-promotion): New option
8020
8021 * reftex-toc.el
8022 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8023 (reftex-toc-demote, reftex-toc-promote)
8024 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8025 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8026 (reftex-toc-newhead-from-alist)
8027 (reftex-toc-load-all-files-for-promotion): New functions.
8028 (reftex-toc-help): Added description of new keys.
8029 (reftex-toc-split-windows-fraction): New option.
8030 (reftex-recenter-toc-when-idle): Search *toc* window on all
8031 visible frames.
8032 (reftex-toc): Additional parameter REUSE
8033 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8034 with REUSE argument.
8035 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8036 the call of `reftex-toc'.
8037 (reftex-make-separate-toc-frame): New function .
8038 (reftex-toc-recenter): When called with triple prefix arg, call
8039 `reftex-make-separate-toc-frame' first.
8040 (reftex-toc-toggle-dedicated-frame): New command.
8041 (reftex-toc-quit): Adapted to delete frame when called in
8042 dedicated frame.
8043
8044 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8045 all enclosing macros.
8046
8047
8048 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8049
8050 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8051 first use.
8052
8053 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8054
8055 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8056
8057 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8058
8059 * calendar/calendar.el (list-diary-entries-hook)
8060 (diary-display-hook, nongregorian-diary-listing-hook)
8061 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8062 Add some customize options for these hooks.
8063 (calendar-abbrev-construct): Don't try to take a substring longer
8064 than the original string.
8065
8066 2003-08-05 Richard M. Stallman <rms@gnu.org>
8067
8068 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8069 (testcover-reinstrument-clauses): Doc fix.
8070
8071 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8072 (warning-type-format): Rename from warning-group-format.
8073
8074 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8075 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8076 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8077 to prevent warnings about defvar for an obsolete variable.
8078
8079 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8080 warning-group-format renamed to warning-type-format.
8081
8082 * subr.el (read-passwd): Use clear-string instead of fillarray.
8083
8084 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8085 Use vconcat instead of concat.
8086 (edmacro-sanitize-for-string): New function.
8087
8088 2003-08-05 Dave Love <fx@gnu.org>
8089
8090 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8091 line-number-display-limit-width.
8092
8093 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8094
8095 2003-08-05 Kenichi Handa <handa@m17n.org>
8096
8097 * international/code-pages.el: Don't require mule-diag.
8098
8099 * international/mule-diag.el (non-iso-charset-alist):
8100 Add autoload cookie.
8101
8102 * language/devan-util.el (dev-glyph-order): Add an entry for the
8103 glyph code #xC4.
8104
8105 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8106
8107 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8108 (european-calendar-style, diary-date-forms)
8109 (calendar-day-name-array, calendar-month-name-array): Doc change.
8110 (generate-calendar-month): Adapt for new behaviour of
8111 `calendar-day-name' function.
8112 (calendar-abbrev-length, calendar-day-abbrev-array)
8113 (calendar-month-abbrev-array): New variables.
8114 (calendar-abbrev-construct): New function.
8115 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8116 rather than fixing abbrevs at some width. Calling syntax change.
8117 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8118 (calendar-date-string): Adapt for new behaviours of
8119 `calendar-day-name' and `calendar-month-name' functions.
8120
8121 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8122 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8123 (diary-name-pattern): Use abbrev arrays, rather than fixing
8124 abbrevs at three chars. Calling syntax change.
8125 (mark-diary-entries): Adapt for new behaviours of
8126 `diary-name-pattern' and `calendar-make-alist' functions.
8127 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8128 `diary-name-pattern' function.
8129 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8130 fixing abbrevs at three chars. Calling syntax change.
8131 (cal-hebrew, cal-islam): Require when compiling.
8132 (diary-font-lock-keywords): Adapt for new behaviour of
8133 `font-lock-diary-date-forms' function.
8134
8135 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8136 (calendar-hebrew-month-name-array-common-year)
8137 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8138 (list-hebrew-diary-entries): Adapt for new behaviours of
8139 `calendar-day-name' and `add-to-diary-list' functions.
8140 (mark-hebrew-diary-entries): Adapt for new behaviours of
8141 `diary-name-pattern' and `calendar-make-alist' functions.
8142
8143 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8144 Add doc string.
8145 (list-islamic-diary-entries): Adapt for new behaviours of
8146 `calendar-day-name' and `add-to-diary-list' functions.
8147 (mark-islamic-diary-entries): Adapt for new behaviours of
8148 `diary-name-pattern' and `calendar-make-alist' functions.
8149
8150 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8151 `calendar-month-name' function.
8152
8153 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8154
8155 * calendar/solar.el (solar-seasons-data): Move definition before use.
8156
8157 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8158 (cal-tex-LaTeX-hourbox): Move definition before use.
8159
8160 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8161 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8162 lunar.el, solar.el
8163 (displayed-month, displayed-year): Define for compiler.
8164
8165 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8166
8167 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8168 MODE. Renamed from c-init-c-language-vars'.
8169 (c-initialize-cc-mode): Change accordingly.
8170 (c-common-init): Ditto.
8171 (c-mode): Ditto.
8172 (c++-mode): Use `c-init-language-vars-for'.
8173 (objc-mode): Ditto.
8174 (java-mode): Ditto.
8175 (idl-mode): Ditto.
8176 (pike-mode): Ditto.
8177 (awk-mode): Ditto.
8178
8179 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8180
8181 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8182 or not the point moved.
8183
8184 (c-search-decl-header-end): Don't trip up on operator identifiers
8185 in C++ and operators like == in all languages.
8186
8187 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8188 Detect leading labels correctly.
8189
8190 2003-08-02 Andreas Schwab <schwab@suse.de>
8191
8192 * textmodes/ispell.el: Don't redo key bindings on loading, put
8193 them only in loaddefs.el.
8194 * bookmark.el: Likewise.
8195 * dabbrev.el: Likewise.
8196 * emerge.el: Likewise.
8197
8198 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8199 has more than one member.
8200
8201 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8202
8203 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8204
8205 * lpr.el (printify-region): It was ending conversion before the
8206 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8207
8208 2003-07-31 John Paul Wallington <jpw@gnu.org>
8209
8210 * net/browse-url.el (browse-url-epiphany): Doc fix.
8211
8212 2003-07-30 Kenichi Handa <handa@m17n.org>
8213
8214 * international/fontset.el (setup-default-fontset):
8215 Change registry names of Akurti fonts.
8216
8217 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8218
8219 * comint.el (comint-read-noecho): Use `clear-string' instead of
8220 `fillarray'.
8221
8222 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8223
8224 * outline.el (outline-mode-hook): Add defvar.
8225
8226 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8227
8228 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8229 Restore assembler in source window if that is what has been selected.
8230 (menu): Add gdb-restore-windows to menu. Make gdba
8231 specific menus only visible from gdba.
8232
8233 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8234
8235 * progmodes/compile.el (compilation-environment): New user variable.
8236 (compile-internal): Respect it.
8237
8238 2003-07-23 Masatake YAMATO <jet@gyve.org>
8239
8240 * progmodes/gud.el (gdb-script-font-lock-keywords):
8241 Put `font-lock-function-name-face' on a symbol which includes
8242 `-' like `hook-run'. Put font-lock-variable-name-face
8243 on a symbol starting with $.
8244
8245 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8246
8247 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8248
8249 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8250
8251 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8252
8253 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8254
8255 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8256 Use with-no-warnings.
8257 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8258 rather than to find-file-not-found-hook, which doesn't exist.
8259
8260 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8261
8262 * international/quail.el (quail-translate-key): Fix previous change.
8263
8264 2003-07-25 John Paul Wallington <jpw@gnu.org>
8265
8266 * server.el (server-start): Check `server-process' is non-nil
8267 before killing it to avoid killing current buffer's process.
8268
8269 * simple.el (choose-completion-string): Use `minibufferp';
8270 test `completion-reference-buffer' if `buffer' arg is nil.
8271 (push-mark): Use `when' and `unless'.
8272 (pop-mark): Use `when'.
8273
8274 * mouse-sel.el (mouse-sel-get-selection-function):
8275 Check `x-last-selected-text-primary'. Don't barf if it or
8276 `x-last-selected-text' aren't bound.
8277
8278 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8279
8280 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8281
8282 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
8283
8284 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8285
8286 2003-07-23 John Paul Wallington <jpw@gnu.org>
8287
8288 * tooltip.el (defface tooltip): Inherit from variable-pitch.
8289
8290 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8291
8292 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8293 string. Defvar the derived hook.
8294
8295 * macros.el (insert-kbd-macro): Escape double quote character.
8296 From Thomas W Murphy <twm@andrew.cmu.edu>.
8297
8298 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
8299
8300 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8301 to match the specific mark rather than reusing comment-start-skip.
8302
8303 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
8304
8305 * progmodes/hideshow.el (hs-special-modes-alist):
8306 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
8307
8308 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
8309
8310 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8311 value using ?\s.
8312
8313 2003-07-21 John Paul Wallington <jpw@gnu.org>
8314
8315 * subr.el (with-selected-window): Add closing paren.
8316
8317 2003-07-21 Richard M. Stallman <rms@gnu.org>
8318
8319 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8320 (lisp-mode): Likewise.
8321
8322 * subr.el (with-selected-window): Copy code form save-selected-window
8323 so as to call select-window with norecord arg.
8324 (dynamic-completion-table): Doc fix.
8325 (lazy-completion-table): Doc fix.
8326
8327 * international/mule-cmds.el (set-locale-environment):
8328 langinfo renamed to locale-info.
8329
8330 * international/mule.el (auto-coding-functions): Doc fix.
8331
8332 2003-07-21 Kenichi Handa <handa@m17n.org>
8333
8334 * international/quail.el (quail-translate-key):
8335 Update quail-current-str correctly.
8336
8337 2003-07-21 Andreas Schwab <schwab@suse.de>
8338
8339 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8340 ?, to "_".
8341
8342 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8343 Version 2.0.36 of Tramp released.
8344
8345 * net/tramp.el (tramp-default-password-end-of-line): Rename from
8346 tramp-password-end-of-line.
8347 (tramp-password-end-of-line): New method parameter.
8348 (tramp-get-password-end-of-line): Function to access method
8349 parameter `tramp-password-end-of-line', or variable
8350 `tramp-default-password-end-of-line' (default value).
8351 (tramp-methods): Add entries for new parameter
8352 tramp-password-end-of-line.
8353 (tramp-enter-password): Use new function
8354 `tramp-get-password-end-of-line'.
8355 (tramp-handle-insert-file-contents): Do not
8356 unconditionally inhibit the file operation file-local-copy, only
8357 do that when the inhibit-file-name-operation is currently
8358 insert-file-contents. This fixes finding remote CVS-controlled
8359 files. (It would barf on inserting the CVS/Entries file
8360 literally, because the file-local-copy handler wasn't called.)
8361 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8362 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8363 (tramp-initial-commands): New variable.
8364 (tramp-process-initial-commands): New function, using the variable.
8365 (tramp-open-connection-setup-interactive-shell): Call the new function.
8366 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
8367 method into the buffer name, never use nil. Reported by Hanak
8368 David <dhanak@inf.bme.hu>.
8369 (tramp-open-connection-setup-interactive-shell): Erase buffer
8370 before sending "stty -onlcr".
8371
8372 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
8373
8374 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
8375
8376 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
8377
8378 2003-07-19 John Paul Wallington <jpw@gnu.org>
8379
8380 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
8381 (artist-draw-rect, artist-draw-square): Doc fixes.
8382
8383 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
8384
8385 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
8386
8387 2003-07-19 Kenichi Handa <handa@m17n.org>
8388
8389 * international/kkc.el (kkc-show-conversion-list-update):
8390 Highlight the correct candidate in the message.
8391
8392 2003-07-18 John Paul Wallington <jpw@gnu.org>
8393
8394 * simple.el (current-word): Don't include punctuation char when
8395 `really-word' arg is non-nil.
8396
8397 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
8398
8399 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
8400 moved to the directory obsolete.
8401
8402 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
8403
8404 * info.el (Info-menu-entry-name-re): Allow newlines in
8405 menu entry names.
8406
8407 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
8408 syntax-ppss-after-change-function.
8409 (syntax-ppss-after-change-function): New alias. Update uses.
8410 (syntax-ppss): Catch the case where the buffer is narrowed.
8411
8412 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8413
8414 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
8415 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
8416
8417 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8418
8419 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
8420 since it might be modified.
8421
8422 * progmodes/cc-langs.el (c++-make-template-syntax-table)
8423 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
8424 names to these language constants.
8425
8426 2003-07-15 Kim F. Storm <storm@cua.dk>
8427
8428 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
8429 All uses changed.
8430
8431 2003-07-14 Mark A. Hershberger <mah@everybody.org>
8432
8433 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
8434 Namespace support.
8435
8436 2003-07-13 Juanma Barranquero <lektu@terra.es>
8437
8438 * frame.el (modify-all-frames-parameters): Reinstall (copyright
8439 papers received).
8440
8441 2003-07-13 Karl Eichwalder <ke@suse.de>
8442
8443 * textmodes/po.el (po-find-charset): White space at the start of the
8444 Content-Type field body is non-mandatory.
8445
8446 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8447
8448 * textmodes/texinfo.el (texinfo-section-list):
8449 Append appendixsection; a synonym for appendixsec.
8450
8451 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
8452
8453 * man.el (Man-translate-cleanup): New.
8454 (Man-translate-references): Call `Man-translate-cleanup' to clean
8455 leading, trailing and middle spaces.
8456
8457 2003-07-13 Lars Hansen <larsh@math.ku.dk>
8458
8459 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
8460 Handle `dired-directory' being a list.
8461
8462 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
8463
8464 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
8465 it doesn't exist.
8466
8467 2003-07-12 Richard M. Stallman <rms@gnu.org>
8468
8469 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
8470
8471 * progmodes/cc-defs.el (c-make-keywords-re):
8472 Don't use delete-duplicates.
8473 (c-lang-const): Don't use mapcan.
8474
8475 * apropos.el (apropos-show-scores): Make it customizable.
8476 Document new meaning.
8477 (apropos): Compute scores from symbols.
8478 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
8479
8480 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8481
8482 * ps-bdf.el: Fix copyright line.
8483 (bdf-directory-list): Fix initialization code.
8484
8485 2003-07-11 John Paul Wallington <jpw@gnu.org>
8486
8487 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
8488 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
8489 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
8490
8491 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
8492
8493 * emacs-lisp/ring.el (ring-elements): Doc fix.
8494
8495 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8496
8497 * calendar/timeclock.el (timeclock-relative)
8498 (timeclock-ask-before-exiting, timeclock-use-display-time):
8499 Doc changes.
8500 (timeclock-modeline-display): Give a message if
8501 `timeclock-use-display-time' is non-nil but `display-time-mode'
8502 is not active.
8503
8504 2003-07-11 Kenichi Handa <handa@m17n.org>
8505
8506 * international/mule-cmds.el (set-language-environment):
8507 Set current-language-environment to the correct string.
8508
8509 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8510
8511 * ps-print.el: Print line number correctly in a region. Reported by
8512 Tim Allen <timallen@ls83.fsnet.co.uk>.
8513 (ps-print-version): New version number (6.6.2).
8514 (ps-printing-region): Code fix.
8515
8516 2003-07-10 John Paul Wallington <jpw@gnu.org>
8517
8518 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
8519 this function can be called from `add-completions-from-tags-table'.
8520
8521 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
8522
8523 * calendar/timeclock.el (timeclock-use-display-time)
8524 (timeclock-day-over-hook, timeclock-workday-remaining)
8525 (timeclock-status-string, timeclock-when-to-leave)
8526 (timeclock-when-to-leave-string, timeclock-log-data)
8527 (timeclock-find-discrep, timeclock-day-base)
8528 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
8529 (timeclock-modeline-display): Set the variable
8530 `timeclock-modeline-display'.
8531 (timeclock-update-modeline): Doc fix. Respect value of
8532 `timeclock-relative'.
8533
8534 2003-07-09 Richard M. Stallman <rms@gnu.org>
8535
8536 * textmodes/reftex-parse.el (reftex-all-document-files):
8537 Add autoload cookie.
8538
8539 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
8540 (reftex-scanning-info-available-p): Add autoload cookie.
8541
8542 * international/mule-cmds.el
8543 (set-display-table-and-terminal-coding-system): Delete duplicate
8544 aset on standard-display-table.
8545
8546 * view.el (view-file): If existing buffer's major mode is special,
8547 don't go into view mode.
8548
8549 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
8550
8551 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8552
8553 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
8554 buffer changes; there's third party code that calls this function
8555 directly.
8556
8557 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8558
8559 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
8560 (autodoc-font-lock-keywords): Don't byte compile on font lock
8561 initialization when running from byte compiled files.
8562
8563 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8564
8565 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
8566 statement ends with auto-increment "++".
8567
8568 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8569
8570 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8571 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8572 these are changed, so declare them as variables and not constants.
8573
8574 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
8575
8576 * subr.el (dolist, dotimes): Doc fix.
8577
8578 2003-07-08 Kim F. Storm <storm@cua.dk>
8579
8580 * international/mule-cmds.el
8581 (set-display-table-and-terminal-coding-system): Don't break
8582 bootstrap if standard-display-table isn't setup yet.
8583
8584 2003-07-07 Richard M. Stallman <rms@gnu.org>
8585
8586 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
8587 Give it a doc string, and autoload it.
8588
8589 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
8590 Use with-no-warnings.
8591
8592 * info.el (Info-search): If find invisible text, search again.
8593
8594 * isearch.el (search-whitespace-regexp): Add a shy group around it.
8595
8596 * man.el (Man-name-regexp): Match + as part of name.
8597
8598 * simple.el (visible-mode): Rename from vis-mode.
8599 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
8600
8601 * simple.el (current-word): New arg REALLY-WORD specifies
8602 don't include punctuation chars.
8603
8604 * emacs-lisp/debug.el (debug, debugger-env-macro):
8605 Use with-no-warnings while accessing and binding unread-command-char.
8606
8607 * international/mule-cmds.el
8608 (set-display-table-and-terminal-coding-system): Use explicit loop
8609 instead of calling standard-display-default.
8610
8611 * net/ange-ftp.el (ange-ftp-file-symlink-p):
8612 Use condition-case to catch error in ange-ftp-get-files.
8613
8614 * net/browse-url.el (browse-url-browser-function):
8615 Add alternative for Epiphany.
8616 (browse-url-epiphany-program, browse-url-epiphany-arguments)
8617 (browse-url-epiphany-startup-arguments)
8618 (browse-url-epiphany-new-window-is-tab): New variables.
8619 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
8620
8621 * progmodes/compile.el (compile-auto-highlight): Default now t.
8622 (compile): Doc fix.
8623 (compilation-next-error): Fix previous change.
8624
8625 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
8626
8627 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
8628
8629 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
8630
8631 * gdb-ui.el (gdb-source-info): Display current frame when
8632 attaching to an existing process.
8633 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
8634 while laying out windows when attaching to an existing process.
8635
8636 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
8637
8638 * info.el (Info-menu): Use Info-menu-entry-name-re.
8639
8640 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
8641
8642 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
8643 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
8644
8645 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
8646 to match the same text.
8647
8648 2003-07-06 John Paul Wallington <jpw@gnu.org>
8649
8650 * vc.el (vc-annotate-offset): Move defvar up.
8651
8652 2003-07-06 Kim F. Storm <storm@cua.dk>
8653
8654 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
8655 This should fix the infinite loop when extracting menu names.
8656
8657 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
8658
8659 * files.el (auto-mode-alist, interpreter-mode-alist):
8660 Remove entries to CC Mode modes to avoid duplicates; they are now added
8661 with autoload directives in cc-mode.el.
8662
8663 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
8664
8665 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8666 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8667 these are changed, so declare them as variables and not constants.
8668
8669 * progmodes/cc-mode.el: Fix some autoload problems: Try to
8670 ensure that the entry for ".c" extension comes before the one for
8671 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
8672 Fix incorrect entries that were added to `interpreter-mode-alist'.
8673 Move the autoload directives for AWK to the top level since they
8674 aren't recognized anywhere else. Do not use the new AWK mode doc
8675 in the autoload form for the old AWK mode.
8676
8677 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8678
8679 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
8680 (bibtex-sort-ignore-string-entries): Default value t.
8681 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
8682 erroneously in previous version.
8683 (bibtex-string-files): Docstring reflects new parsing scheme.
8684 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
8685 docstring, add # as one of the chars to crush
8686 (bibtex-autokey-prefix-string, bibtex-autokey-names)
8687 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
8688 (bibtex-autokey-name-change-strings)
8689 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
8690 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
8691 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
8692 (bibtex-autokey-title-terminators)
8693 (bibtex-autokey-titlewords-stretch)
8694 (bibtex-autokey-titleword-ignore)
8695 (bibtex-autokey-titleword-case-convert)
8696 (bibtex-autokey-titleword-abbrevs)
8697 (bibtex-autokey-titleword-abbrevs)
8698 (bibtex-autokey-titleword-change-strings)
8699 (bibtex-autokey-titleword-length)
8700 (bibtex-autokey-titleword-separator)
8701 (bibtex-autokey-name-year-separator)
8702 (bibtex-autokey-year-title-separator)
8703 (bibtex-autokey-before-presentation-function)
8704 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
8705 Fix docstring.
8706 (bibtex-strings, bibtex-reference-keys):
8707 Use lazy-completion-table and make-variable-buffer-local.
8708 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
8709 (bibtex-braced-string-syntax-table)
8710 (bibtex-quoted-string-syntax-table): New variables.
8711 (bibtex-parse-nested-braces): Remove.
8712 (bibtex-parse-field-string): Use syntax table and forward-sexp.
8713 (bibtex-parse-association): Simplify.
8714 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
8715 (bibtex-parse-field-text): Simplify.
8716 (bibtex-search-forward-field, bibtex-search-backward-field):
8717 argument BOUND can take value t.
8718 (bibtex-start-of-field, bibtex-start-of-name-in-field)
8719 (bibtex-end-of-name-in-field, bibtex-end-of-field)
8720 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
8721 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
8722 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
8723 (bibtex-skip-to-valid-entry): Return buffer position of beginning
8724 and ending of entry. Update for changes of bibtex-search-entry.
8725 Simplify.
8726 (bibtex-map-entries): FUN is called with three arguments.
8727 (bibtex-search-entry): Return a cons pair with buffer positions of
8728 beginning and end of entry.
8729 (bibtex-enclosing-field): Simplify.
8730 (bibtex-format-entry): Use booktitle to set a missing title.
8731 (bibtex-autokey-get-names): Fiddle with regexps.
8732 (bibtex-generate-autokey): Use identity.
8733 (bibtex-parse-keys): Use simplified parsing algorithm if
8734 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
8735 arguments. Return alist of keys.
8736 (bibtex-parse-strings): Simplify. Return alist of strings.
8737 (bibtex-complete-string-cleanup): Fix docstring.
8738 (bibtex-read-key): New function.
8739 (bibtex-mode): Fix docstring. Do not parse for keys and
8740 strings when the mode is entered. Set fill-paragraph-function to
8741 bibtex-fill-field. Setup font-lock-mark-block-function the way
8742 font-lock intended.
8743 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
8744 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
8745 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
8746 (bibtex-Preamble): Avoid hard coded constants.
8747 (bibtex-make-field): Fix docstring. Simplify.
8748 (bibtex-beginning-of-entry): Always return new position of point.
8749 (bibtex-end-of-entry): Rearrange cond clauses.
8750 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
8751 Update for changes of bibtex-map-entries.
8752 (bibtex-ispell-abstract): Do not move point.
8753 (bibtex-entry-index): Use downcase. Simplify.
8754 (bibtex-lessp): Handle catch-all.
8755 (bibtex-find-crossref): Turn into a command.
8756 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
8757 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
8758 preamble entries.
8759 (bibtex-fill-field-bounds): New function.
8760 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
8761 (bibtex-fill-entry): Use bibtex-fill-field-bounds
8762 (bibtex-String): Use bibtex-strings. Always obey
8763 bibtex-sort-ignore-string-entries.
8764
8765 2003-07-05 John Paul Wallington <jpw@gnu.org>
8766
8767 * cus-theme.el (customize-create-theme):
8768 Call `customize-create-theme' in Reset widget's notify function.
8769
8770 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
8771 (ibuffer-mark-interactive): Use `or' instead of `unless'.
8772 (define-ibuffer-column name): Add summarizer.
8773 (define-ibuffer-column size): Likewise.
8774 (define-ibuffer-column filename): Likewise.
8775 (define-ibuffer-column process): Likewise. Change BODY's output too.
8776 (define-ibuffer-column filename-and-process): Likewise, likewise.
8777 (ibuffer): Remove local vars `already-in' and `need-update'.
8778
8779 * ibuf-ext.el: Don't require `derived' at compile-time.
8780
8781 2003-07-05 Kim F. Storm <storm@cua.dk>
8782
8783 * info.el: Disable paragraph refilling.
8784 (Info-refill-paragraphs): New defcustom.
8785 (Info-fontify-node): Use it.
8786
8787 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
8788
8789 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
8790 thingies from constructors created by defstruct.
8791
8792 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
8793 the default value of the variable.
8794 (byte-code-meter): Move declaration to top level.
8795
8796 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
8797
8798 * info.el (Info-following-node-name-re): New fun.
8799 (Info-following-node-name): Remove.
8800 (Info-insert-dir): Use the new fun.
8801 (Info-extract-pointer): Don't save restriction; use new fun.
8802 (Info-menu-entry-name-re): New const.
8803 (Info-menu-entry-name-re): Use it along with new fun.
8804 (Info-node-spec-re): Use new fun.
8805 (Info-complete-menu-item, Info-fontify-node): Use new const.
8806 (Info-goto-node, Info-follow-reference, Info-menu-update):
8807 Use match-string.
8808 (Info-follow-reference): Use assoc-string.
8809 Use a list of strings for the completion table.
8810 (Info-fontify-node): Use match-string, line-end-position.
8811 Limit the search for `node:' to the first line.
8812
8813 * newcomment.el (uncomment-region): Remove padding coming from
8814 comment-start rather than just from comment-padding.
8815
8816 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
8817 (vc-cvs-stay-local-p): Use vc-stay-local-p.
8818 (vc-cvs-rename-file): Remove (use the default).
8819 (vc-cvs-register): Register parent dir if needed.
8820 (vc-cvs-could-register): Return non-nil if parent can be registered.
8821 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
8822 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
8823
8824 * vc-svn.el (vc-svn-use-edit): Make it into a const.
8825 (vc-svn-update): Fix the arguments to `svn'.
8826 (vc-svn-diff-tree): Just use `vc-svn-diff'.
8827 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
8828 Simple implementations, assuming `name' is a URL.
8829
8830 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
8831 set of chars allowed unquoted in a case pattern.
8832
8833 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
8834
8835 * font-lock.el (font-lock-extra-types-widget)
8836 (c-font-lock-extra-types, c++-font-lock-extra-types)
8837 (objc-font-lock-extra-types, java-font-lock-extra-types)
8838 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
8839 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
8840 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
8841 (font-lock-match-c++-structor-declaration)
8842 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
8843 (c++-font-lock-keywords-3, c++-font-lock-keywords)
8844 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
8845 (objc-font-lock-keywords-3, objc-font-lock-keywords)
8846 (java-font-lock-keywords-1, java-font-lock-keywords-2)
8847 (java-font-lock-keywords-3, java-font-lock-keywords)
8848 (java-font-lock-syntactic-face-function): Remove obsolete code
8849 and constants. It's all in cc-fonts.el now.
8850
8851 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
8852
8853 * mail/sendmail.el (mail-specify-envelope-from)
8854 (mail-envelope-from): Doc fix.
8855
8856 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
8857
8858 * generic-x.el: Do away with the dependency on `c-emacs-features'
8859 when populating `rul-generic-mode-syntax-table'; we already know
8860 this isn't XEmacs.
8861
8862 See ChangeLog.10 for earlier changes.
8863
8864 ;; Local Variables:
8865 ;; coding: iso-2022-7bit
8866 ;; End:
8867
8868 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
8869 Copying and distribution of this file, with or without modification,
8870 are permitted provided the copyright notice and this notice are preserved.
8871
8872 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1