(fill-comment-paragraph): Handle indent-tabs-mode.
[bpt/emacs.git] / lisp / ChangeLog
1 2004-07-20 Richard M. Stallman <rms@gnu.org>
2
3 * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
4 (fill-delete-newlines): Call sentence-end as function.
5 (fill-nobreak-p, canonically-space-region): Likewise.
6 (fill-nobreak-p): If this break point is at the end of the line,
7 don't consider the newline which follows as a reason to return t.
8
9 2004-07-19 John Paul Wallington <jpw@gnu.org>
10
11 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12
13 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
14
15 * dired-aux.el (dired-do-kill-lines): Expand docstring.
16 Delete irrelevant code.
17
18 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
19
20 * net/tramp.el (tramp-handle-verify-visited-file-modtime): New
21 docstring. From Luc Teirlinck.
22
23 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
24
25 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
26 section.
27 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
28 non-file buffers. We know it is nil.
29
30 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
31
32 Sync with Tramp 2.0.43.
33
34 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
35 outdated comment.
36 (tramp-locked, tramp-locker): New variables for implementing a
37 global lock.
38 (tramp-sh-file-name-handler): Use them to implement the global
39 lock.
40
41 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
42
43 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
44 calls to respective `xxx` calls.
45 (tramp-process-alive-regexp): Precise doc string.
46 (tramp-multi-action-process-alive): New defun.
47 (tramp-multi-actions): Use it.
48 (tramp-handle-find-backup-file-name): `copy-tree' is available
49 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
50 in order to avoid this function.
51 (tramp-handle-write-region): Set current buffer. If connection
52 wasn't open, `file-modes' has changed it accidently. Reported by
53 David Kastrup <dak@gnu.org>.
54 (tramp-enter-password, tramp-read-passwd): New arguments USER and
55 HOST.
56 (tramp-action-password, tramp-multi-action-password): Apply it.
57 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
58 name must still contain the port number. Otherwise, we have two
59 Tramp buffers, with all the confusion. Reported by Myron Selby
60 <myron@xytech.com> and Rolf Dubitzky
61 <Dubitzky@physi.uni-heidelberg.de>.
62
63 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
64 HOST to `tramp-enter-passwd'.
65
66 * net/tramp-vc.el (all): Code cleanup. Change all
67 `tramp-handle-xxx' calls to respective `xxx` calls.
68
69 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
70
71 * emacs-lisp/testcover.el: New category "potentially-1valued" for
72 functions that are not erroneous if either 1-valued or
73 multi-valued. Detect functions in this class.
74 (testcover-1value-functions, testcover-compose-functions,
75 testcover-progn-functions) Added some additional functions to lists.
76 (testcover-mark): Bugfix when marking up the definition for an
77 empty function.
78
79 2004-07-17 Richard M. Stallman <rms@gnu.org>
80
81 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
82
83 * mail/footnote.el (footnote-section-tag): Use defcustom.
84
85 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
86 Compile font-lock-keywords, not KEYWORDS.
87 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
88 Add warn, check-type. Handle cerror like error.
89
90 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
91
92 * progmodes/which-func.el (which-func-keymap): New var.
93 (which-func-face): New face.
94 (which-func-format): Use them.
95
96 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
97
98 * buff-menu.el (list-buffers-noselect): Append the buffer's
99 process status to its mode name.
100
101 2004-07-16 Kim F. Storm <storm@cua.dk>
102
103 * simple.el (inhibit-mark-movement): New defvar.
104 (beginning-of-buffer, end-of-buffer): Do not push mark if
105 inhibit-mark-movement is non-nil or C-u prefix is given.
106
107 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
108 Init to beginning-of-buffer and end-of-buffer.
109 (cua--undo-push-mark): New defvar.
110 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
111 already active and command is in cua--preserve-mark-commands.
112 Also fix check for shift modifier on non-window systems.
113 (cua--post-command-handler): Clear inhibit-mark-movement if set.
114
115 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
116
117 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
118 of two integers, instead of a cons.
119
120 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
121 `visited-file-modtime' now returns a list of two integers, instead
122 of a cons.
123
124 * dired.el (dired-directory-changed-p): Ditto.
125
126 * progmodes/grep.el (grep): Doc fix.
127
128 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
129
130 * autorevert.el (auto-revert-tail-mode)
131 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
132 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
133 in both at the same time.
134 (auto-revert-tail-mode): New command.
135 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
136 (auto-revert-handler): Revert only either tail or whole file.
137
138 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
139 add auto-revert-tail-mode.
140
141 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
142
143 * printing.el: Doc fix. Change name of some funs.
144 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
145 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
146 (pr-standard-file-name): New fun. Replace pr-standard-path.
147 (pr-call-process): Code fix.
148
149 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
150
151 * subr.el (with-selected-window): Doc fix.
152
153 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
154
155 * subr.el (get-buffer-window-list): Doc fix.
156
157 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
158
159 * files.el (switch-to-buffer-other-window): Doc fix.
160
161 * window.el (save-selected-window, one-window-p)
162 (split-window-keep-point, split-window-vertically)
163 (split-window-horizontally): Doc fixes.
164
165 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
166
167 * printing.el: Doc fix. Now it uses call-process instead of
168 shell-command for low command execution.
169 (pr-version): New version number (6.8).
170 (pr-shell-file-name): Option removed.
171 (pr-shell-command): Fun removed.
172 (pr-call-process): New fun. Replace pr-shell-command.
173 (pr-standard-path, pr-remove-nil-from-list): New funs.
174 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
175 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
176 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
177 (pr-ps-utility-process, pr-txt-print): Code fix.
178
179 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
180
181 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
182 boolean.
183
184 2004-07-09 Lars Hansen <larsh@math.ku.dk>
185
186 * wid-edit.el (widget-field-buffer): Doc fix.
187
188 2004-07-09 John Paul Wallington <jpw@gnu.org>
189
190 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
191 between one and several matches in message.
192
193 2004-07-09 Richard M. Stallman <rms@gnu.org>
194
195 * mouse.el (mouse-set-region-1): If transient-mark-mode
196 is `identity', change it to `only'.
197
198 * simple.el (current-word): Doc fix.
199
200 2004-07-09 Mark A. Hershberger <mah@everybody.org>
201
202 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
203 so that it is more understanding of whitespace.
204
205 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
206 form
207 (("ns" . "element") (attr-list) children) instead of
208 ((:ns . "element") (attr-list) children) in order to reduce the
209 number of symbols used.
210 (xml-skip-dtd): Change to use xml-parse-dtd but set
211 xml-validating-parsing to nil.
212 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
213 (xml-substitute-entity): Remove in favor of new entity substitution.
214 (xml-substitute-special): Rewrite in to substitute complex
215 entities from DOCTYPE declarations.
216 (xml-parse-fragment): Parse fragments from entity deleclarations.
217 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
218 (xml-parse-dtd, xml-substitute-special): Make validity checks
219 conditioned on xml-validating-parser. Add "Not Well Formed" to
220 error messages about well-formedness.
221
222 2004-07-08 Steven Tamm <steventamm@mac.com>
223
224 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
225 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
226 Do not treat double clicks and triple clicks specially in the
227 scroll bar (preventing strange repositioning problems)
228
229 2004-07-06 Stefan <monnier@iro.umontreal.ca>
230
231 * replace.el (query-replace-regexp-eval): Fix last change.
232
233 2004-07-05 Stefan <monnier@iro.umontreal.ca>
234
235 * replace.el (query-replace-descr): New fun.
236 (query-replace-read-from, query-replace-read-args): Default to the
237 previous from&to.
238 (query-replace-read-to): Quote the `from' string when displaying it.
239 (query-replace-regexp-eval): Immediately check read-only status.
240 Use query-replace-read-from to get the \n checking.
241 Quote the `from' string when displaying it.
242 (map-query-replace-regexp, occur-read-primary-args):
243 Quote the `from' string when displaying it.
244
245 * isearch.el (isearch-query-replace): Pass the regexp-ness and
246 delimited-ness of the search to query-replace.
247
248 * replace.el (query-replace-read-from, query-replace-read-to):
249 New funs extracted from query-replace-read-args.
250 (query-replace-read-args): Use them.
251
252 * replace.el (query-replace-interactive, query-replace-read-args):
253 Remove the `initial' special value.
254 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
255 (occur-engine): Remove unused var `matchend'.
256
257 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
258 Use the search string without prompting.
259
260 2004-07-05 Kenichi Handa <handa@m17n.org>
261
262 * international/mule.el (decode-coding-inserted-region):
263 Set last-coding-system-used only when coding is nil.
264
265 2004-07-03 Eli Zaretskii <eliz@gnu.org>
266
267 * progmodes/grep.el (grep-compute-defaults, grep-command)
268 (grep-program, find-program, grep-find-use-xargs, grep-history)
269 (grep-find-history, grep-tag-default, grep-find-command)
270 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
271 Add autoload cookies, for unbundled packages that load `compile'
272 and expect all grep-related symbols to become defined.
273
274 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
275
276 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
277 (iimage-mode-image-search-path): New user option to search the
278 image file.
279 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
280 have locate-file.
281 (iimage-mode-buffer): Use it.
282
283 2004-07-03 Nick Roberts <nickrob@gnu.org>
284
285 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
286 carefully.
287 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
288
289 2004-07-03 Juri Linkov <juri@jurta.org>
290
291 * replace.el (query-replace-read-args): Swallow space after 'foo,
292 not after (quote foo). Match space only immediately after symbol,
293 not anywhere in the whole string.
294
295 2004-07-02 Richard M. Stallman <rms@gnu.org>
296
297 * replace.el (query-replace-read-args): Swallow space after
298 symbols, not after closeparens. But avoid error if string ends there.
299
300 * progmodes/python.el (python-beginning-of-statement):
301 Exit the loop if backward-up-list gets error.
302
303 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
304
305 2004-07-02 Andre Spiegel <spiegel@gnu.org>
306
307 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
308 only if vc-consult-headers is non-nil.
309
310 2004-07-02 Juri Linkov <juri@jurta.org>
311
312 * pcvs.el (cvs-mode-diff-repository): New command.
313
314 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
315
316 2004-07-01 Juri Linkov <juri@jurta.org>
317
318 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
319 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
320 C-M-% to isearch-query-replace-regexp.
321 (minibuffer-local-isearch-map): Add arrow key bindings.
322 Bind C-f to isearch-yank-char-in-minibuffer.
323 (isearch-forward): Doc fix.
324 (isearch-edit-string): Doc fix.
325 (isearch-query-replace, isearch-query-replace-regexp): New funs.
326 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
327 (isearch-yank-char): Add optional arg.
328 (isearch-yank-char-in-minibuffer): New fun.
329
330 * replace.el (query-replace-interactive): Change type from boolean
331 to choice. Add value `initial'.
332 (query-replace-read-args): Handle value `initial' of
333 query-replace-interactive.
334
335 2004-06-29 Kim F. Storm <storm@cua.dk>
336
337 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
338 (breakpoint-disabled-bitmap-face): Add :group 'gud.
339
340 * progmodes/ada-xref.el (ada-tight-gvd-integration):
341 Add :group 'ada.
342
343 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
344
345 2004-06-29 Juri Linkov <juri@jurta.org>
346
347 * replace.el (query-replace-read-args): Swallow a space after
348 everything except )]" which in most cases means after a symbol.
349
350 * emacs-lisp/pp.el (pp-buffer): Add autoload.
351
352 2004-06-28 Richard M. Stallman <rms@gnu.org>
353
354 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
355 More changes to go with previous change in font-lock.el.
356
357 2004-06-26 David Kastrup <dak@gnu.org>
358
359 * replace.el (perform-replace): Highlight the match even in
360 non-query mode if there is potential replace string editing.
361
362 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
363
364 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
365 agree with new return value of `file-remote-p'.
366 This syncs with Tramp 2.0.42.
367
368 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
369 according to new documentation of `file-remote-p'.
370
371 * files.el (file-remote-p): Fix doc to say that return value is
372 identification of remote system, if not nil.
373 (file-relative-name): Use new return value of `file-remote-p'.
374
375 2004-06-26 Nick Roberts <nickrob@gnu.org>
376
377 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
378 (gdb-goto-breakpoint): Fix breakage.
379
380 2004-06-26 Eli Zaretskii <eliz@gnu.org>
381
382 * man.el (Man-getpage-in-background): Add windows-nt to the list
383 of systems where shell-file-name should be used instead of
384 literal "sh".
385
386 2004-06-25 Sam Steingold <sds@gnu.org>
387
388 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
389 function names `(setf symbol)'.
390
391 2004-06-24 Richard M. Stallman <rms@gnu.org>
392
393 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
394
395 * font-lock.el (font-lock-keywords): Change format of compiled values.
396 Document it.
397 (font-lock-add-keywords): If font-lock-keywords is compiled,
398 extract the uncompiled version, modify, then recompile.
399 (font-lock-remove-keywords): Likewise.
400 (font-lock-fontify-keywords-region): Handle changed format.
401 (font-lock-compile-keywords): Handle changed format.
402 (font-lock-set-defaults): Compile the keywords explicitly here.
403
404 2004-06-24 David Kastrup <dak@gnu.org>
405
406 * replace.el (query-replace-read-args): Implement `\,' and `\#'
407 replacements here.
408 (query-replace-regexp): Doc string explaining this and the new
409 `\?' replacement. Remove `\,' and `\#' implementation here, as it
410 is better placed in `query-replace-read-args'.
411 (replace-regexp): Explain `\,', `\#' and `\?'.
412 (replace-match-data): New function for thorough reuse/destruction
413 of old match-data.
414 (replace-match-maybe-edit): Function for implementing `\?' editing.
415 (perform-replace): Fix maintaining of the match stack including
416 already matched regions, implement `\?', fix various problems
417 with regions while editing and other stuff.
418 (replace-highlight): Simplify.
419
420 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
421
422 * progmodes/grep.el (grep-error-screen-columns): New variable.
423 (grep-regexp-alist): Give it the full functionality of gnu style
424 compilation messages with line and column ranges. Ask me for the
425 perl script I'm working on, that uses these.
426
427 2004-06-23 Nick Roberts <nickrob@gnu.org>
428
429 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
430 Remove.
431 (comint-insert-input, comint-mouse-insert-input): New functions
432 based on comint-insert-clicked-input for two bindings but just
433 one functionality.
434
435 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
436
437 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
438
439 2004-06-23 Lars Hansen <larsh@math.ku.dk>
440
441 * files.el (write-contents-functions): Doc fix.
442
443 2004-06-21 Juanma Barranquero <lektu@terra.es>
444
445 * image.el (image-library-alist): Rewrite docstring in active voice.
446
447 2004-06-20 Richard M. Stallman <rms@gnu.org>
448
449 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
450
451 * isearch.el (isearch-repeat): Avoid testing old match data.
452 (isearch-message): Display trailing space in special font
453 when search is failing.
454 (isearch-search-fun-function): Doc fix.
455
456 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
457
458 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
459
460 * frame.el (show-trailing-whitespace): Doc fix.
461
462 * cus-edit.el (custom-variable-documentation): New function.
463 (custom-variable): Use it.
464
465 2004-06-19 Nick Roberts <nickrob@gnu.org>
466
467 * man.el (Man-getpage-in-background): Revert previous change but
468 make cygwin a special case.
469
470 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
471
472 * autorevert.el (global-auto-revert-non-file-buffers):
473 Update docstring.
474
475 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
476
477 * progmodes/compile.el (compilation-error-properties): Store one
478 more than end-col, if present, so that transient-mark-mode will
479 highlight last char too.
480 * progmodes/grep.el (grep-regexp-alist): Match columns and column
481 ranges, if present.
482
483 2004-06-18 Jason Rumney <jasonr@gnu.org>
484
485 * makefile.w32-in: Double percent signs in for loops.
486
487 2004-06-17 David Kastrup <dak@gnu.org>
488
489 * replace.el (query-replace-read-args): Only warn about use of \n
490 and \t when we are doing a regexp replacement and the actual
491 escaped character is n or t.
492 (query-replace-regexp): Add \, and \# interpretation to
493 interactive call and document it.
494 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
495 as shortkey for replace-count.
496 (replace-quote): New function for doubling backslashes.
497
498 2004-06-17 Juanma Barranquero <lektu@terra.es>
499
500 * files.el (parse-colon-path, cd): Mention in docstring that the
501 path separator is colon in GNU-like systems.
502
503 * newcomment.el (comment-region-internal): Fix docstring.
504
505 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
506 (ewoc-invalidate, ewoc-collect): Doc fixes.
507 (ewoc--create-node, ewoc--delete-node-internal):
508 Fix typos in docstring.
509
510 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
511
512 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
513 manual to docstring.
514
515 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
516
517 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
518
519 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
520
521 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
522 Add hyperlink to emacs-xtra manual to docstring.
523
524 * autorevert.el (global-auto-revert-non-file-buffers):
525 Add hyperlink to emacs-xtra manual to docstring, as well as an
526 info-link.
527
528 2004-06-14 Juanma Barranquero <lektu@terra.es>
529
530 * image.el (image-library-alist): New variable to map image types
531 to external libraries. Initialized to nil, unless system-specific
532 configs change it.
533 (image-type-available-p): Determine whether an image type is
534 available by calling `init-image-library'.
535
536 * term/w32-win.el (image-library-alist): Initialize to a known set
537 of probable library names.
538
539 2004-06-14 Kenichi Handa <handa@m17n.org>
540
541 * international/code-pages.el (windows-1256, cp1125): Fix tables
542 for several characters.
543
544 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
545
546 2004-06-13 Richard M. Stallman <rms@gnu.org>
547
548 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
549
550 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
551 not "`pc-selection-mode'".
552
553 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
554
555 * simple.el (previous-matching-history-element): Specify a default.
556
557 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
558
559 * cus-face.el (custom-declare-face): Simplify code.
560
561 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
562
563 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
564
565 * files.el (before-save-hook): Add `time-stamp' to the options.
566
567 * time-stamp.el (time-stamp): Recommend adding it to
568 `before-save-hook', rather than `write-file-functions'.
569 Make a similar change in `Commentary' section.
570
571 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
572
573 * diff-mode.el (diff-current-defun): If at start of hunk, use
574 position of first change.
575
576 2004-06-13 Lars Hansen <larsh@math.ku.dk>
577
578 * dired-x.el (dired-mark-omitted): Bind to "*O".
579
580 2004-06-12 Karl Fogel <kfogel@red-bean.com>
581
582 * bookmark.el (bookmark-bmenu-relocate): New function, as
583 suggested by David J. Biesack <David.Biesack@sas.com>.
584 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
585 (bookmark-bmenu-mode): Describe binding in doc string.
586 (bookmark-set-filename): Save the bookmark list if it's time.
587
588 2004-06-13 Kenichi Handa <handa@m17n.org>
589
590 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
591 (ccl-untranslated-to-ucs): Fix typo.
592
593 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
594
595 * progmodes/python.el (python-open-block-statement-p):
596 Fix indentation after a block opening that contains a comment.
597
598 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
599
600 * bindings.el (completion-ignored-extensions): Add file extensions
601 of Python byte-compiled files.
602
603 2004-06-12 Juri Linkov <juri@jurta.org>
604
605 * info.el (Info-goto-node): Add autoload.
606 (Info-toc): Add substring-no-properties on Info file name.
607 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
608 (Info-mode-map): Bind L to Info-history, T to Info-toc.
609
610 2004-06-12 Kenichi Handa <handa@m17n.org>
611
612 * international/mule-cmds.el (set-language-environment):
613 Load subst tables if necessary.
614
615 * international/mule.el (decode-char): Load subst tables if necessary.
616 (encode-char): Likewise.
617
618 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
619 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
620 (utf-16le-decode-loop): Set r5 to -1 before loop.
621 (utf-16be-decode-loop): Likewise.
622 (ccl-decode-mule-utf-16le): Add EOF processing block.
623 (ccl-decode-mule-utf-16be): Likewise.
624 (ccl-decode-mule-utf-16le-with-signature): Likewise.
625 (ccl-decode-mule-utf-16be-with-signature): Likewise.
626 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
627 (ccl-mule-utf-16-encode-untrans): New CCL.
628 (utf-16-decode-to-ucs): Handle pre-read character.
629 (utf-16le-encode-loop): Handle surrogate pair.
630 (utf-16be-encode-loop): Likewise.
631 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
632 of utf-16le-encode-loop.
633 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
634 of utf-16be-encode-loop.
635 (mule-utf-16-post-read-conversion):
636 Call utf-8-post-read-conversion at first.
637 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
638 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
639 Add post-read-conversion and pre-write-conversion.
640
641 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
642 (utf-translate-cjk-unicode-range): New variable.
643 (utf-translate-cjk-load-tables): New function.
644 (utf-lookup-subst-table-for-decode): New function.
645 (utf-lookup-subst-table-for-encode): New function.
646 (utf-translate-cjk-mode): Init-value changed to t. Don't load
647 tables here. Update safe-charsets of utf-* coding systems.
648 (ccl-mule-utf-untrans): New CCL.
649 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
650 at end of each branch.
651 (ccl-mule-utf-8-encode-untrans): New CCL.
652 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
653 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
654 length of encoding. Don't return r0.
655 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
656 (utf-8-post-read-conversion): Narrow to region properly.
657 If utf-translate-cjk-mode is on, load tables if necessary.
658 Call utf-8-compose with hash-table arg if necessary.
659 Call XXX-compose-region instead of XXX-post-read-convesion.
660 (utf-8-pre-write-conversion): New function.
661 (mule-utf-8): Include CJK charsets in safe-charsets if
662 utf-translate-cjk-mode is on. Add pre-write-conversion.
663
664 * international/characters.el: Temporarily set
665 utf-translate-cjk-mode to nil.
666
667 * language/devan-util.el (devanagari-compose-region):
668 Add autoload cookie.
669
670 * international/ccl.el (ccl-dump-call): Fix printing the
671 subroutine name.
672
673 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
674
675 * dired.el (dired-revert): If buffer is marked unmodified before
676 reverting, keep it marked unmodified.
677 Adapt to new conventions for commenting out code.
678 (dired-make-relative): Adapt to new conventions for commenting out code.
679
680 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
681
682 * eshell/esh-module.el (eshell-load-defgroups):
683 Bind `vc-handled-backends' to nil when opening files.
684
685 2004-06-11 Juanma Barranquero <lektu@terra.es>
686
687 * files.el (parse-colon-path, cd): Doc fixes (refer to
688 `path-separator', not colon).
689
690 2004-06-10 Juanma Barranquero <lektu@terra.es>
691
692 * newcomment.el (comment-search-forward)
693 (comment-search-backward): Fix typos in docstring.
694 (comment-region): Doc fix.
695
696 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
697
698 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
699 switch is no longer stored in `dired-switches-alist'.
700
701 * dired-aux.el (dired-insert-subdir): Do not store R switch in
702 `dired-switches-alist'.
703
704 2004-06-10 Kim F. Storm <storm@cua.dk>
705
706 * pcvs.el (cvs-mode-diff-yesterday): New command.
707
708 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
709
710 2004-06-10 Juri Linkov <juri@jurta.org>
711
712 * emacs-lisp/edebug.el (edebug-eval-defun):
713 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
714 Fix docstring.
715
716 * simple.el (eval-expression-print-format): Don't print additional
717 information on the first call to `eval-print-last-sexp'.
718 (next-error-find-buffer): Fix punctuation.
719 (killing) <defgroup>: Fix punctuation.
720 (yank-excluded-properties): Change group from editing to killing.
721
722 * replace.el (perform-replace): Use `limit' to terminate the
723 while-loop explicitly.
724
725 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
726
727 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
728 Use lc-*.xpm as prefix instead of *-locol.xpm.
729
730 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
731 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
732 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
733 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
734 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
735 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
736 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
737 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
738 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
739 * toolbar/lc-up_arrow.xpm:
740 Renamed from *-locol.xpm.
741
742 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
743
744 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
745 include forms like &<str>; as valid url patterns.
746
747 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
748
749 * dired.el (dired-diff, dired-backup-diff)
750 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
751 (dired-do-chown, dired-do-touch, dired-do-print)
752 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
753 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
754 (dired-create-directory, dired-do-copy, dired-do-symlink)
755 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
756 (dired-do-copy-regexp, dired-do-hardlink-regexp)
757 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
758 (dired-maybe-insert-subdir, dired-next-subdir)
759 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
760 (dired-kill-subdir, dired-tree-up, dired-tree-down)
761 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
762 (dired-run-shell-command, dired-query): Remove redundant,
763 or incorrect, autoloads.
764
765 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
766 does not end in a slash. Add optional argument KILL-ROOT.
767 Update docstring.
768 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
769 (dired-query): Add autoloads.
770
771 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
772
773 * progmodes/compile.el (compilation-set-window-height):
774 Rearrange the save-* functions because a buffer can have several current
775 point in different windows.
776 (compilation-error-regexp-alist-alist): Recognize {standard input}
777 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
778
779 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
780
781 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
782 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
783 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
784 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
785 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
786 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
787 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
788 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
789 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
790 * toolbar/up_arrow-locol.xpm:
791 New versions of icons that uses fewer colors.
792
793 * toolbar/tool-bar.el (tool-bar-local-item)
794 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
795 if display-color-cells is 256 or less.
796
797 2004-06-08 Kim F. Storm <storm@cua.dk>
798
799 * wid-edit.el (widget-specify-button): Use hand pointer rather
800 than mouse-face as visible mouse-over effect.
801
802 2004-06-07 Karl Fogel <kfogel@red-bean.com>
803
804 * saveplace.el (save-place-alist-to-file): Bind `print-length'
805 and `print-level' to nil when writing out `save-place-alist'.
806 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
807
808 2004-06-07 Juanma Barranquero <lektu@terra.es>
809
810 * completion.el (completion-kill-region): Doc fix.
811
812 * format.el (format-insert-annotations)
813 (format-annotate-location): Doc fixes.
814 (format-subtract-regions): Make arguments match their use in docstring.
815
816 * simple.el (kill-region): Doc fix.
817
818 * subr.el (insert-buffer-substring-no-properties)
819 (insert-buffer-substring-as-yank): Doc fixes.
820
821 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
822
823 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
824 Update docstring.
825 (dired-reset-subdir-switches): New function.
826
827 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
828 Limit scope of `buffer-read-only' binding.
829
830 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
831
832 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
833 eshell-explicit-command-char.
834
835 2004-06-06 Juanma Barranquero <lektu@terra.es>
836
837 * help-fns.el (help-argument-name): Inherit from italic face only
838 if the frame supports it.
839
840 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
841
842 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
843 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
844 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
845 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
846 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
847 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
848 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
849 New conversions from xpm files.
850
851 * toolbar/README: New file.
852
853 2004-06-06 Richard M. Stallman <rms@gnu.org>
854
855 * isearch.el (isearch-mode-map): Undo previous change.
856
857 2004-06-05 Juri Linkov <juri@jurta.org>
858
859 * bindings.el (debug-ignored-errors): Add regexps for history
860 related messages. Remove $ from "No further undo information".
861 Move Ediff's messages to ediff.el.
862
863 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
864
865 * cus-edit.el (custom-display): Add `min-colors'.
866
867 * custom.el (defface): Add `supports' to docstring.
868
869 * help-fns.el (help-argument-name): Add :group 'help.
870
871 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
872
873 * find-dired.el (find-ls-subdir-switches): New user option.
874 (find-dired): No longer call `abbreviate-file-name' on DIR.
875 Set `dired-subdir-switches' buffer-locally.
876
877 * locate.el: Merge the two `Commentary' sections.
878 (locate-ls-subdir-switches): New user option.
879 (locate): Update for other changes.
880 (locate-mode-map): Restore Dired binding for mouse-2.
881 Bind `locate-mouse-view-file' to M-mouse-2.
882 Bind `l' to `locate-do-redisplay'.
883 (locate-main-listing-line-p, locate-do-redisplay): New functions.
884 (locate-mouse-view-file, locate-tags, locate-find-directory):
885 Print message if used outside main listing.
886 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
887 Various changes to support inserted subdirectories.
888 (locate-insert-header): Change header of *Locate* buffer.
889
890 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
891 Change interactive default switches.
892 (dired-rename-subdir-2): Update `dired-switches-alist'.
893 (dired-insert-subdir, dired-kill-subdir):
894 Handle `dired-switches-alist'. Do not mark buffer modified.
895 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
896 (dired-insert-subdir-doinsert): Omit messages.
897 Handle `dired-subdir-switches'.
898 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
899
900 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
901 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
902 subdirs if -R switch is used for a subdir.
903 (dired-mode): Set `dired-switches-alist'.
904 (dired-build-subdir-alist): Only print number of directories in
905 echo area when invoked interactively.
906
907 2004-06-05 Lars Hansen <larsh@math.ku.dk>
908
909 * dired-x.el (dired-omit-mode): Rename from
910 dired-omit-files-p. Use define-minor-mode to define it.
911 (dired-omit-files-p): Add as alias for dired-omit-mode.
912 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
913 dired-mark-omitted.
914 (dired-mark-omitted): Add. Bind to M-O.
915
916 2004-06-05 Kenichi Handa <handa@m17n.org>
917
918 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
919
920 2004-06-05 Juanma Barranquero <lektu@terra.es>
921
922 * help-fns.el (help-argument-name): Reintroduce face.
923 (help-default-arg-highlight): Use it, now that
924 `face-differs-from-default-p' can be trusted.
925
926 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
927
928 * textmodes/table.el: Sentence commands added to Point Motion
929 group; kill and backward-kill commands added to Extraction group.
930
931 2004-06-04 Mario Lang <mlang@delysid.org>
932
933 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
934 systems appear to use mW, make the code handle this. Fix a
935 division-by-zero bug while at it, and handle kernels with
936 a slightly different layout in /proc/acpi.
937
938 2004-06-04 Karl Fogel <kfogel@red-bean.com>
939
940 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
941 because the latter is a CL-ism. This fixes the bug reported by
942 Shawn Boyette <mdxi@collapsar.net> in
943 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
944
945 2004-06-04 Miles Bader <miles@gnu.org>
946
947 * faces.el (display-supports-face-attributes-p): Function moved to
948 C code. Previously only the tty-related portion of this function
949 was done in C; however the previous attempt to do a halfway-proper
950 job for non-tty displays in lisp didn't work properly because of
951 funny conditions during Emacs startup.
952 (face-differs-from-default-p): Simplify, now that
953 display-supports-face-attributes-p works properly on all display
954 types. Remove :stipple from comparison; it doesn't really work
955 in emacs anyway.
956
957 2004-06-04 Miles Bader <miles@gnu.org>
958
959 * faces.el (face-differs-from-default-p): Use a different
960 implementation, so we can really check whether FACE displays
961 differently or not.
962
963 2004-06-04 Miles Bader <miles@gnu.org>
964
965 * faces.el (display-supports-face-attributes-p): Implement a
966 `different from default' check for non-tty displays.
967
968 2004-06-03 David Kastrup <dak@gnu.org>
969
970 * woman.el (woman-mapcan): More concise code.
971 (woman-topic-all-completions, woman-topic-all-completions-1)
972 (woman-topic-all-completions-merge): Replace by a simpler and
973 much faster implementation based on O(n log n) sort/merge instead
974 of the old O(n^2) behavior.
975
976 2004-06-03 Miles Bader <miles@gnu.org>
977
978 * subr.el (read-number): Use canonical format for default in prompt.
979
980 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
981 Add regexp for " [...]" style defaults.
982
983 2004-06-02 Romain Francoise <romain@orebokech.com>
984
985 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
986 groups: if the user asks for a hidden buffer, open the
987 corresponding filter group to expose it.
988
989 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
990 `ibuffer-jump-to-buffer'.
991 (ibuffer-jump-offer-only-visible-buffers): New user option.
992
993 2004-06-02 Juanma Barranquero <lektu@terra.es>
994
995 * faces.el (frame-update-faces): Add empty docstring so the one
996 for `ignore' doesn't show through.
997
998 * subr.el (process-kill-without-query): Remove spurious "\n" on
999 obsolescence string.
1000 (focus-frame, unfocus-frame): Add obsolescence declaration and
1001 empty docstring.
1002
1003 * international/mule.el (register-char-codings): Make alias for
1004 `ignore'. Move docstring to obsolescence info and remove redundancy.
1005
1006 2004-06-02 Kim F. Storm <storm@cua.dk>
1007
1008 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1009 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1010
1011 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1012
1013 * comint.el (comint-replace-by-expanded-history-before-point):
1014 Obey `start' as the docstring says.
1015 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1016 (comint-update-fence): Prevent font-lock from running unnecessarily.
1017 (comint-dynamic-list-completions): Use with-current-buffer.
1018
1019 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1020
1021 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1022 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1023 (bibtex-entry-update): Handle alternatives and optional fields.
1024 (bibtex-parse-entry): Bugfix, handle empty key.
1025
1026 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1027
1028 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1029
1030 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1031
1032 * desktop.el (desktop-save): Don't save minor modes without a
1033 known mode initialization function.
1034
1035 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1036
1037 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1038
1039 * autorevert.el: Update `Commentary' section.
1040
1041 2004-05-30 Juanma Barranquero <lektu@terra.es>
1042
1043 * dos-fns.el (convert-standard-filename):
1044 * files.el (convert-standard-filename):
1045 * w32-fns.el (convert-standard-filename):
1046 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1047
1048 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1049
1050 Sync with Tramp.
1051
1052 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1053 (tramp-let-maybe): Move to an earlier spot in the file.
1054 Patch by Andreas Schwab.
1055
1056 2004-05-30 Andreas Schwab <schwab@suse.de>
1057
1058 * dired.el (dired-get-filename): Don't use dired-re-dot.
1059
1060 2004-05-30 Richard M. Stallman <rms@gnu.org>
1061
1062 * files.el (find-file): Doc fix.
1063
1064 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1065
1066 2004-05-30 Nick Roberts <nickrob@gnu.org>
1067
1068 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1069 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1070 modeline of the locals buffer.
1071 (gdb-goto-breakpoint): Handle gdbmi.
1072 (gdb-get-frame-number): Change for gdbmi.
1073
1074 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1075
1076 * files.el (file-remote-p): Apply file name handler for operation
1077 `file-remote-p'. It isn' a property any longer.
1078 (file-relative-name): `fh' and `fd' get the required value via
1079 `find-file-name-handler' already.
1080
1081 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1082 (top): Remove setting of `file-remote-p' property for
1083 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1084
1085 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1086
1087 Version 2.0.41 of Tramp released.
1088
1089 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1090 Throw away if process has died.
1091 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1092 (tramp-out-of-band-prompt-regexp): Rename to
1093 `tramp-process-alive-regexp', because its usage is widen.
1094 (tramp-actions-copy-out-of-band): Apply it.
1095 (tramp-actions-before-shell, tramp-multi-actions):
1096 Add `tramp-action-process-alive' action.
1097 (tramp-action-process-alive): New defun.
1098 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1099 Add entry for `file-remote-p'.
1100 (tramp-handle-file-remote-p): New defun.
1101 (top): Remove setting of `file-remote-p'. Don't set
1102 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1103
1104 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1105 `file-remote-p'.
1106
1107 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1108 counted for (last) line. [They should or they shouldn't? --Stef]
1109 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1110
1111 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1112
1113 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1114 not really necessary but seems to keep the shell history smaller
1115 in some cases. It is no substitute for setting HISTFILE and
1116 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1117 though. Suggested by Luc Teirlinck.
1118 (tramp-open-connection-setup-interactive-shell): Export variables
1119 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1120 (tramp-set-process-query-on-exit-flag): New compat function.
1121 (tramp-open-connection-multi, tramp-open-connection-su)
1122 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1123 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1124 (tramp-let-maybe): New macro, let-binds a variable only if it
1125 isn't obsolete.
1126 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1127 (tramp-handle-file-truename): Use it.
1128 (tramp-completion-file-name-regexp-unified): Avoid matching
1129 filenames starting with "/:" -- those are reserved for
1130 file-name-non-special.
1131
1132 * tramp-smb.el (tramp-smb-open-connection):
1133 Use tramp-set-process-query-on-exit-flag compat function.
1134
1135 2004-05-29 Richard M. Stallman <rms@gnu.org>
1136
1137 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1138
1139 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1140 (eval-last-sexp-print-value): Print char equivalent regardless
1141 of standard-output value.
1142
1143 * thumbs.el (thumbs-subst-char-in-string): Delete.
1144 (thumbs-thumbname): Use subst-char-in-string.
1145 (thumbs-resize-image): Use condition-case, not ignore-errors.
1146 (thumbs-kill-buffer): Likewise.
1147
1148 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1149 (thumbs-mode): Make buffer read-only.
1150 (thumbs-make-thumb): Unconditionally accept an existing file.
1151 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1152 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1153 (thumbs-show-thumbs-list): Error if images not supported.
1154 (thumbs-save-current-image): Improve prompt string.
1155 (thumbs-mode-map): Define u, R, x.
1156 (thumbs-unmark): New command.
1157 (thumbs-emboss-image): Minor cleanup.
1158 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1159 (thumbs-rename-images): New command.
1160 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1161
1162 * thumbs.el (thumbs-current-image): New function.
1163 (thumbs-file-list, thumbs-file-alist): New functions.
1164 (thumbs-find-image): Delete arg L.
1165 Don't set up thumbs-fileL as buffer-local global var.
1166 (thumbs-find-image-at-point): Use thumbs-current-image.
1167 (thumbs-set-image-at-point-to-root-window): Likewise.
1168 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1169 Record and warn about errors. Update thumbs-markedL for deletions.
1170 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1171 (thumbs-redraw-buffer): Use thumbs-file-list.
1172 (thumbs-mark): Use thumbs-current-image.
1173 (thumbs-show-name): Use thumbs-current-image.
1174
1175 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1176 and imenu--last-menubar-index-alist.
1177
1178 * subr.el (with-selected-window): Undo previous change.
1179
1180 2004-05-29 John Paul Wallington <jpw@gnu.org>
1181
1182 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1183 (thumbs-mouse-find-image): New command.
1184 (thumbs-mode-map): Bind it to mouse-2.
1185 (thumbs-mode): Make mode-class special.
1186 (thumbs-view-image-mode): Likewise.
1187
1188 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1189
1190 * flymake.el: New file.
1191
1192 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1193
1194 * files.el (find-file-noselect-1): Do not bind
1195 `inhibit-read-only' to t during execution of
1196 `find-file-not-found-functions'.
1197
1198 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1199
1200 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1201 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1202
1203 2004-05-28 Juri Linkov <juri@jurta.org>
1204
1205 * simple.el (eval-expression-print-format): New fun.
1206
1207 * simple.el (eval-expression):
1208 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1209 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1210 (edebug-eval-expression): Print additionally the value returned by
1211 `eval-expression-print-format'.
1212
1213 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1214 (insert-pair): Make arguments optional. Find character pair
1215 from `insert-pair-alist' according to the last input event.
1216 (insert-parentheses): Make arguments optional.
1217 (raise-sexp, delete-pair): New funs.
1218
1219 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1220 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1221 Bind C-M-q to `indent-pp-sexp'.
1222
1223 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1224 `pp-to-string' modified to be able to format text with newlines.
1225 (pp-to-string): Move the buffer-formatting part of the code to
1226 `pp-buffer'. Call `pp-buffer'.
1227
1228 * info.el (Info-desktop-buffer-misc-data): Don't save information
1229 about virtual files.
1230 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1231 buffers with names obtained from the desktop file instead of the
1232 default *info* buffer.
1233
1234 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1235
1236 * subr.el (with-selected-window): Only save/restore the selected window.
1237
1238 * progmodes/compile.el (compilation-error-regexp-alist):
1239 Use expand-file-name and data-directory.
1240
1241 * progmodes/grep.el (grep-tree): Rework previous fix.
1242
1243 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1244 after the user marked text with the mouse.
1245
1246 * startup.el (command-line): Keep the first regexp of
1247 auto-save-file-name-transforms intact.
1248
1249 2004-05-28 Juanma Barranquero <lektu@terra.es>
1250
1251 * cus-edit.el (customize-face, customize-face-other-window)
1252 (custom-face-edit-delete): Make arguments match their use in
1253 docstring.
1254 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1255 docstring.
1256
1257 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1258 not `cvs-butlast'.
1259
1260 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1261 `nbutlast' are in subr.el).
1262
1263 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1264 (set-w32-system-coding-system): Doc fixes.
1265
1266 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1267 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1268 Make arguments match their use in docstring.
1269 (artist-draw-region-trim-line-endings)
1270 (artist-mouse-choose-operation): Fix typo in docstring.
1271 (artist-key-set-point-common): Doc fix.
1272
1273 2004-05-28 Simon Josefsson <jas@extundo.com>
1274
1275 * mail/smtpmail.el (smtpmail-open-stream):
1276 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1277
1278 2004-05-26 Simon Josefsson <jas@extundo.com>
1279
1280 * starttls.el: Merge with my GNUTLS based starttls.el.
1281 (starttls-gnutls-program, starttls-use-gnutls)
1282 (starttls-extra-arguments, starttls-process-connection-type)
1283 (starttls-connect, starttls-failure, starttls-success): New variables.
1284 (starttls-program, starttls-extra-args): Doc fix.
1285 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1286 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1287 and pass on to corresponding *-gnutls function if it is set.
1288
1289 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
1290
1291 * autorevert.el (auto-revert-handler): Disable auto-reverting of
1292 remote files.
1293
1294 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
1295
1296 * files.el (file-name-non-special): There are more operations
1297 which need handling: `find-backup-file-name',
1298 `insert-file-contents', `verify-visited-file-modtime',
1299 `write-region'. Rename t value of method to `add'. Add new
1300 methods `quote' and `unquote-then-quote' to file-arg-indices.
1301
1302 2004-05-25 Juri Linkov <juri@jurta.org>
1303
1304 * info.el (Info-toc): Call Info-mode on intermediate buffer.
1305 (Info-index-nodes): Enclose code in condition-case to catch errors.
1306 (Info-index-node): Don't search all index nodes if request is only
1307 for the current node and file is not in the cache of index nodes.
1308 (Info-mode-map): Bind Info-copy-current-node-name to `w'
1309 for consistency with dired-copy-filename-as-kill.
1310 Bind `S' to Info-search-case-sensitively.
1311 (Info-copy-current-node-name): New arg. With zero prefix arg put
1312 the name inside a function call to `info'. Display copied text in
1313 the echo area.
1314
1315 2004-05-25 Sam Steingold <sds@gnu.org>
1316
1317 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1318 strip the package prefix from the symbol name, if any.
1319 Make it the `find-tag-default-function' for `lisp-mode'.
1320
1321 2004-05-25 John Paul Wallington <jpw@gnu.org>
1322
1323 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1324 instead of obsolete `process-kill-without-query'.
1325
1326 * textmodes/texinfmt.el (texinfo-indexvar-alist):
1327 Declare as variable, not constant.
1328
1329 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
1330
1331 * files.el (find-file-noselect-1): Fix bug introduced by
1332 Revision 1.694. As a side effect, `inhibit-read-only'
1333 is again, by default, t during execution of
1334 `find-file-not-found-functions'.
1335 (insert-directory): Check that lines were really inserted by
1336 the --dired switch, before erasing them.
1337
1338 2004-05-24 Nick Roberts <nickrob@gnu.org>
1339
1340 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1341 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1342 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1343 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1344 gud-minor-mode (gdbmi).
1345
1346 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1347
1348 * net/browse-url.el (browse-url-interactive-arg): Enable user to
1349 explicitly select the text to be taken as URL.
1350
1351 2004-05-23 Juri Linkov <juri@jurta.org>
1352
1353 * info.el (Info-index-nodes): New var and fun.
1354 (Info-goto-index, Info-index, info-apropos)
1355 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1356 (Info-index): Fix docstring. Store and restore Info-history-list.
1357 (Info-complete-nodes): New var.
1358 (Info-complete-menu-item): Use it.
1359 (Info-index-node): New fun.
1360 (Info-final-node, Info-forward-node, Info-backward-node)
1361 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1362 Use Info-index-node.
1363 (Info-extract-menu-item, Info-extract-menu-counting): Set second
1364 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1365 (Info-find-node-2): If a node with period in its name not found,
1366 try to find a node without the name part after period.
1367 (Info-select-node): Call Info-fontify-node only if
1368 Info-fontify-maximum-menu-size is not nil.
1369 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1370 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1371 Preserve Info-history-list.
1372 (Info-toc): Set Info-current-file.
1373 (Info-build-toc): Move point to the beginning of the buffer.
1374 Add main-file variable.
1375 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
1376 Use backslashed representation of the control character ^_.
1377
1378 * textmodes/texinfmt.el (texinfo-print-index): Print index line
1379 numbers in the new Texinfo 4.7 format.
1380
1381 * add-log.el (change-log-font-lock-keywords): Remove `:' from
1382 regexps for function and variable names.
1383
1384 * descr-text.el (describe-property-list): Add [show] button for
1385 `syntax-table' property with action to pp to a separate buffer.
1386 (describe-char): Replace search-forward by re-search-forward with
1387 whitespace regexp after "character:" to not fail in too narrow windows.
1388
1389 * simple.el (next-error-find-buffer): Add a rule to return
1390 next-error capable buffer if one window on the selected frame
1391 displays such buffer.
1392
1393 2004-05-23 Nick Roberts <nickrob@gnu.org>
1394
1395 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
1396 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
1397 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
1398 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
1399 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
1400 Handle new value for gud-minor-mode (gdbmi).
1401 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
1402 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
1403 Change from local to global gdb variable set.
1404 (gdb-ann3): Initialise above gdb variable set.
1405 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
1406 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
1407 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
1408 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
1409 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
1410 (gdb-info-locals-handler, gdb-invalidate-assembler)
1411 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
1412 set as global variables.
1413 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
1414 Handle gdbmi.
1415 (gdb-info-breakpoints-custom): Fix regexp.
1416 (def-gdb-var): Delete.
1417
1418 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
1419 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
1420 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
1421 a new mode. The file (gdb-mi.el) for this mode will be included
1422 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
1423 primary interface.
1424
1425 2004-05-23 Jesper Harder <harder@ifa.au.dk>
1426
1427 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
1428 interpreted as a directory.
1429
1430 2004-05-22 Richard M. Stallman <rms@gnu.org>
1431
1432 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
1433 as a close quote.
1434
1435 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
1436
1437 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
1438 Use assoc-string, not assoc-ignore-case.
1439
1440 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
1441
1442 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
1443 If moving back then fwd gets a defun that ends before point,
1444 try again moving fwd then back.
1445
1446 * files.el (file-name-non-special): Allow t in file-arg-indices
1447 to mean requote the return value. Use `identity' as an element
1448 rather than as the whole value.
1449
1450 * gs.el (gs-options): Add -dSAFER. Mark it risky.
1451
1452 2004-05-22 Juanma Barranquero <lektu@terra.es>
1453
1454 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
1455 `help-make-usage'.
1456 (help-highlight-arguments): Skip function name before searching
1457 for arguments.
1458
1459 2004-05-21 Juanma Barranquero <lektu@terra.es>
1460
1461 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
1462 Don't mention in the docstring these arguments meant for
1463 internal (recursive) use only.
1464 (allout-char-spec): Comment out (it's not implemented).
1465 (allout-old-expose-topic, allout-exposure): Fix docstring and add
1466 obsolescence declaration.
1467 (allout-flatten-exposed-to-buffer)
1468 (allout-indented-exposed-to-buffer): Fix typos in docstring.
1469 (my-mark-marker): Doc fix.
1470 (produce-allout-mode-map, allout-sibling-index)
1471 (allout-isearch-expose, allout-distinctive-bullet)
1472 (allout-open-topic, allout-reindent-body)
1473 (allout-rebullet-heading, allout-process-exposed)
1474 (allout-insert-listified, allout-latex-verb-quote)
1475 (allout-insert-latex-header, allout-insert-latex-trailer):
1476 Make arguments match their use in docstring.
1477 (allout-primary-bullet, allout-old-style-prefixes)
1478 (allout-inhibit-protection, allout-init, allout-mode)
1479 (allout-before-change-protect, allout-flag-region):
1480 Use "Emacs" instead of "emacs" in docstrings.
1481
1482 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
1483
1484 * international/characters.el: Modify syntax of more characters.
1485
1486 2004-05-21 Masatake YAMATO <jet@gyve.org>
1487
1488 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
1489 (etags-tags-completion-table): Show parsing progress.
1490
1491 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
1492
1493 * locate.el (locate-prompt-for-command): Shorten first line of
1494 docstring.
1495 (locate-mode): Expand docstring and include keymap summary.
1496
1497 * files.el (find-file-noselect-1): Limit the scope of the
1498 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
1499 is, by default, nil during the execution of
1500 `find-file-not-found-functions' and `find-file-hook'.
1501
1502 2004-05-20 Michael Mauger <mmaug@yahoo.com>
1503
1504 * facemenu.el (facemenu-color-name-equal): New function.
1505 (list-colors-display): Use it to compare colors instead of
1506 facemenu-color-equal.
1507
1508 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
1509
1510 * compare-w.el (compare-windows-face): Use min-colors instead of
1511 checking for tty or pc types.
1512
1513 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1514
1515 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
1516 (completion-setup-function): Use with-current-buffer.
1517 Properly save excursion. Simplify.
1518 Don't assume there is necessarily a `mouse-face' property somewhere.
1519
1520 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
1521
1522 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
1523
1524 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
1525 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
1526 Use with-current-buffer.
1527 (byte-goto-log-buffer): Delete.
1528 (byte-compile-log-file): Call compilation-forget-errors.
1529
1530 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1531
1532 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
1533 output messages into the search result.
1534
1535 2004-05-19 Masatake YAMATO <jet@gyve.org>
1536
1537 * wid-edit.el (widget-radio-button-notify): Revert my last
1538 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1539
1540 2004-05-19 Kenichi Handa <handa@m17n.org>
1541
1542 * international/characters.el: Fix syntax (open/close) of CJK chars.
1543
1544 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1545
1546 * help-mode.el (help-go-back): Don't depend on position of back button.
1547
1548 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1549
1550 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
1551 files files don't contain an accidental additional /.
1552
1553 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
1554 in source buffer.
1555
1556 2004-05-18 Masatake YAMATO <jet@gyve.org>
1557
1558 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
1559 to widget-apply. :action method assumes 2 arguments, not 3.
1560
1561 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
1562
1563 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
1564 New constants.
1565 (hs-special-modes-alist): Add an f90-mode entry.
1566
1567 2004-05-17 Sam Steingold <sds@gnu.org>
1568
1569 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
1570 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
1571
1572 2004-05-16 Kim F. Storm <storm@cua.dk>
1573
1574 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
1575
1576 2004-05-15 John Wiegley <johnw@newartisans.com>
1577
1578 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
1579 (eshell-output-object-to-target): Improve output speed 20% by not
1580 calling `eshell-stringify' if something is already known to be a string.
1581
1582 2004-05-15 Alex Ott <ott@jet.msk.su>
1583
1584 * textmodes/ispell.el (ispell-local-dictionary-alist):
1585 Add windows-1251 to the choice of coding systems.
1586 (ispell-dictionary-alist-6): Add support for "russianw.aff",
1587 encoded in cp1251.
1588
1589 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
1590
1591 * progmodes/compile.el (compilation-warning-face)
1592 (compilation-info-face): Use min-colors.
1593
1594 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1595
1596 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
1597 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
1598 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
1599 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
1600 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
1601 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
1602 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
1603 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
1604 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
1605 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
1606 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
1607 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
1608 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
1609 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
1610
1611 2004-05-15 Kim F. Storm <storm@cua.dk>
1612
1613 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
1614 Use it to set triggered-p element of timer.
1615 (timer-event-handler): Set triggered-p element non-nil while running
1616 the timer function.
1617
1618 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1619
1620 * descr-text.el (describe-char-unicode-data)
1621 (describe-char-unicodedata-file): Re-enable the unicode code now that
1622 the licensing issues have been cleared in the unicode-4 license.
1623 (describe-text-properties-1): Remove unused `overlay' var.
1624 (describe-char): Remove unused var `buffer'.
1625
1626 2004-05-14 David Ponce <david@dponce.com>
1627
1628 * tree-widget.el: New file.
1629
1630 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
1631
1632 * language/european.el ("Brazilian Portuguese"): Add support for
1633 Brazilian Portuguese.
1634
1635 2004-05-13 John Wiegley <johnw@newartisans.com>
1636
1637 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
1638 `recentf-mode' if this variable has been customized to t.
1639
1640 * eshell/esh-test.el (eshell-test): Call the function
1641 `emacs-version' rather than trying to build a custom version string.
1642
1643 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1644
1645 * net/telnet.el (telnet-mode): Use define-derived-mode.
1646 Don't modify the global value of comint-prompt-regexp.
1647
1648 2004-05-13 John Paul Wallington <jpw@gnu.org>
1649
1650 * version.el (emacs-version): Check for `gtk' feature before
1651 `x-toolkit' feature.
1652
1653 2004-05-13 Juanma Barranquero <lektu@terra.es>
1654
1655 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
1656 arguments in the docstring, they're used only in recursive calls.
1657
1658 * help-fns.el (help-arg-highlighting-function)
1659 (help-argument-name): Delete.
1660 (help-default-arg-highlight): New function.
1661 (help-do-arg-highlighting): Use it.
1662
1663 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
1664
1665 * calendar/appt.el (appt-disp-window):
1666 Use `calendar-set-mode-line' for a centered mode-line.
1667
1668 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1669
1670 * calendar/appt.el (appt-disp-window): Do not split window
1671 excessively when `split-height-threshold' is low.
1672
1673 2004-05-12 Nick Roberts <nickrob@gnu.org>
1674
1675 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
1676 kill-buffer-hook here and make it local.
1677 (gud-kill-buffer-hook): Use kill-process for a sure kill.
1678
1679 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
1680
1681 * progmodes/compile.el (compilation-set-window-height):
1682 Use save-excursion to protect against misplaced marker.
1683
1684 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1685
1686 * custom.el (defface): Document that type can have value gtk.
1687
1688 * faces.el (face-spec-set-match-display): Handle type gtk in display.
1689
1690 2004-05-12 Kenichi Handa <handa@m17n.org>
1691
1692 * descr-text.el: Require quail at comile time.
1693 (describe-char): If an input method is on and it supports the
1694 character, show how to input it.
1695
1696 * international/quail.el (quail-install-decode-map): Accept a
1697 char-table whose subtype is `quail-decode-map'.
1698 (quail-store-decode-map-key, quail-gen-decode-map1)
1699 (quail-gen-decode-map, quail-find-key1, quail-find-key)
1700 (quail-show-key): New functions.
1701
1702 2004-05-12 Juanma Barranquero <lektu@terra.es>
1703
1704 * generic.el (define-generic-mode): Remove redundant arglist info.
1705
1706 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
1707 Make arguments match their use in docstring.
1708 (help-arg-highlighting-function): New variable.
1709 (help-argument-name): Mention it in the docstring.
1710 (help-do-arg-highlight): Use it. Expand regexp to accept also
1711 ARG-xxx and xxx-ARG references.
1712
1713 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1714
1715 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
1716 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
1717 and "mailto:addr1?to=addr2" equal.
1718
1719 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
1720
1721 * man.el (Man-getpage-in-background): Use shell-file-name
1722 and shell-command-switch variables instead of hard-coded values.
1723
1724 2004-05-11 Eli Zaretskii <eliz@gnu.org>
1725
1726 * iimage.el: New file.
1727
1728 2004-05-11 Juanma Barranquero <lektu@terra.es>
1729
1730 * custom.el (custom-initialize-default, defcustom):
1731 Fix typo in docstring.
1732
1733 * files.el (set-visited-file-name, file-expand-wildcards):
1734 Fix docstring.
1735
1736 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1737
1738 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
1739
1740 * subr.el (eventp): Be more discriminating with integers.
1741
1742 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
1743
1744 * progmodes/compile.el (compile): Add universal prefix arg.
1745 (compilation-error-regexp-alist-alist): Add edg patterns.
1746
1747 2004-05-10 Sam Steingold <sds@gnu.org>
1748
1749 * textmodes/ispell.el (ispell-message):
1750 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
1751
1752 2004-05-10 Dave Love <fx@gnu.org>
1753
1754 * progmodes/python.el (help-buffer): Autoload when compiling.
1755 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
1756 (run-python): Prepend to any existing PYTHONPATH.
1757
1758 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
1759
1760 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
1761 for pending breakpoints.
1762
1763 2004-05-10 Richard M. Stallman <rms@gnu.org>
1764
1765 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
1766 directly without calling any functions in Rmail.
1767 (unrmail-unprune): Function deleted.
1768
1769 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
1772 C-c C-z binding.
1773
1774 2004-05-10 Kenichi Handa <handa@m17n.org>
1775
1776 * descr-text.el (describe-char): Fix previous change. Don't make
1777 a unibyte character to multibyte in the *Help* buffer.
1778
1779 2004-05-10 Miles Bader <miles@gnu.org>
1780
1781 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
1782 buffer an error if the debugger process is actually running.
1783
1784 2004-05-10 Juanma Barranquero <lektu@terra.es>
1785
1786 * help-fns.el (help-argument-name): Default to italic.
1787 (help-highlight-arguments): Return always (usage . doc), even when
1788 usage is nil.
1789
1790 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
1791 (define-ibuffer-filter): Add usage info.
1792 (define-ibuffer-op): Add usage info (but CL-style defaults for
1793 keyword args are not shown).
1794
1795 * subr.el (remove-overlays, read-passwd): Fix docstring.
1796 (start-process-shell-command): Fix docstring. Put usage info in a
1797 format usable by `describe-function'.
1798 (open-network-stream, open-network-stream-nowait)
1799 (open-network-stream-server): Fix docstring.
1800
1801 2004-05-09 Jason Rumney <jasonr@gnu.org>
1802
1803 * international/code-pages (cp932, cp936, cp949, c950): Remove.
1804 Only define cp125* if windows-125* is already defined.
1805
1806 * language/korean.el (cp949): Add alias.
1807
1808 * language/chinese.el (cp936, cp950): Add aliases.
1809
1810 * language/japanese.el (cp932): Add alias.
1811
1812 * term/w32-win.el: Require code-pages.
1813
1814 * international/mule-cmds.el (set-locale-environment):
1815 On MS-Windows use ansi code-page for default coding-systems.
1816 Set up paper sizes for Windows 3 letter languages.
1817
1818 * international/code-pages.el (cp932, cp936, cp949, cp950):
1819 Add aliases. Also add cp125* if not already defined.
1820
1821 2004-05-09 Juanma Barranquero <lektu@terra.es>
1822
1823 * help-fns.el (help-highlight-arguments): Don't try to highlight
1824 missing or autoloaded arglists. Accept structured arguments, like
1825 the first ones of `do' and `flet'.
1826
1827 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
1828 (cvs-get-marked): Remove redundant arglist info.
1829
1830 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
1831 Don't use CL-style default args.
1832
1833 2004-05-08 Andreas Schwab <schwab@suse.de>
1834
1835 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
1836
1837 * international/subst-ksc.el: Fix references to utf-translate-cjk
1838 into utf-translate-cjk-mode.
1839 * international/subst-big5.el: Likewise.
1840 * international/subst-gb2312.el: Likewise.
1841 * international/subst-jis.el: Likewise.
1842 * international/utf-16.el: Likewise.
1843 * international/utf-8.el: Likewise.
1844
1845 2004-05-08 John Wiegley <johnw@newartisans.com>
1846
1847 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
1848 "virtual buffers" (off by default), which makes it possible to
1849 switch to the "virtual" buffers of recently visited files. When a
1850 buffer name search fails, and this option is on, iswitchb will
1851 look at the list of recently visited files, and permit matching
1852 against those names. When the user hits RET on a match, it will
1853 revisit that file.
1854 (iswitchb-read-buffer): Add two optional arguments, which makes
1855 isearchb.el possible.
1856 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
1857 (iswitchb-next-match): Add support for virtual buffers.
1858
1859 * isearchb.el: This module extends iswitchb to provide "as you
1860 type" buffer selection.
1861
1862 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
1863 Ignore the read-only property when flyspell highlighting is on.
1864 Not ignoring it leads to a series of confusing errors.
1865 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
1866 but also make sure to call flyspell-incorrect-hook.
1867 (flyspell-maybe-correct-transposition): Perform transposition test
1868 by bit twiddling a string, rather than using a temp buffer.
1869 (flyspell-maybe-correct-doubling): Use a string rather than a temp
1870 buffer. This is also the original version of the code, which
1871 could not be checked in before due to a previous lack of
1872 assignment papers. This version has seen heavy usage on my system
1873 for several years now.
1874
1875 * calendar/cal-bahai.el: New file, which adds support for the
1876 Baha'i calendar to Emacs. This calendar is based on a solar year
1877 of 19 months of 19 days, with 4 intercalary days. Each year
1878 begins on March 21, with the calendar starting in 1844.
1879
1880 * calendar/cal-menu.el, calendar/calendar.el,
1881 calendar/diary-lib.el, calendar/holidays.el: Added support for
1882 using cal-bahai.el.
1883
1884 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
1885 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
1886 function can be used outside of eshell buffers.
1887 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
1888
1889 2004-05-08 Juanma Barranquero <lektu@terra.es>
1890
1891 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
1892 word constituent so FOO-ARG is not recognized as an arg.
1893 (help-highlight-arguments): Don't skip lists in mandatory arguments.
1894
1895 * simple.el (next-error): Fix typo in docstring.
1896 (open-line): Make argument names match their use in docstring.
1897 (split-line): Fix docstring.
1898
1899 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
1900 usable by `describe-function'.
1901 (gensym, gentemp, typep, ignore-errors): Make argument names match
1902 their use in docstring.
1903
1904 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
1905 argument to `help-setup-xref'.
1906
1907 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
1908
1909 Version 2.0.40 of Tramp released.
1910
1911 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
1912 Use symbol-function to invoke functions only known on some Emacs
1913 flavors. This avoids byte-compiler warnings. Reported by Kevin
1914 Scaldeferri <kevin@scaldeferri.com>.
1915 (tramp-do-copy-or-rename-file-via-buffer): Rename from
1916 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
1917 consistent with the other tramp-do-* functions.
1918 (tramp-do-copy-or-rename-file): Calls adjusted.
1919 (tramp-process-initial-commands): Avoid liveness check on shell --
1920 we know that it must be alive since we're opening a connection at
1921 this moment.
1922 (tramp-last-cmd): New internal variable.
1923 (tramp-process-echoes): New tunable.
1924 (tramp-send-command): Set tramp-last-cmd.
1925 (tramp-wait-for-output): Delete echo, if applicable.
1926 (tramp-read-passwd): Construct the key for the password cache in a
1927 way that works for multi methods, too.
1928 (tramp-bug): Add backup-directory-alist and
1929 bkup-backup-directory-info to bug reports, with Tramp counterparts.
1930
1931 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
1932
1933 * net/tramp*.el: Suppress byte-compiler warnings where possible.
1934
1935 * net/tramp.el (tramp-out-of-band-prompt-regexp)
1936 (tramp-actions-copy-out-of-band): New defcustoms.
1937 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
1938 used instead of a synchronous one. Allows password entering.
1939 (tramp-action-out-of-band): New defun.
1940 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
1941 Remove restriction with password from doc string.
1942 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
1943 `tramp-out-of-band-prompt-regexp',
1944 `tramp-actions-copy-out-of-band', `password-cache' and
1945 `password-cache-expiry'.
1946 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
1947 password caching.
1948 (tramp-touch): FILE can be a local file, too.
1949 (TODO): Remove items done.
1950 (tramp-handle-insert-directory): Properly quote file name also if
1951 not full-directory-p. Handle wildcard case. Reported by Andreas
1952 Schwab <schwab@suse.de>.
1953 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
1954 new file.
1955 (tramp-handle-file-local-copy, tramp-handle-write-region):
1956 The permissions of the temporary file are set if filename exists.
1957 Reported by Ted Stern <stern@cray.com>.
1958 (tramp-backup-directory-alist)
1959 (tramp-bkup-backup-directory-info): New defcustoms.
1960 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
1961 (tramp-handle-find-backup-file-name): New function.
1962 Implements Tramp's find-backup-file-name.
1963
1964 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
1965 for `find-backup-file-name'.
1966
1967 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
1968 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
1969
1970 2004-05-07 Lars Hansen <larsh@math.ku.dk>
1971
1972 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
1973
1974 2004-05-07 Juanma Barranquero <lektu@terra.es>
1975
1976 * subr.el (lambda): Add arglist description to docstring.
1977 (declare): Fix typo in docstring.
1978 (open-network-stream): Fix docstring.
1979 (process-kill-without-query): Fix docstring and add obsolescence info.
1980 (last, butlast, nbutlast): Make arguments match their use in docstring.
1981 (insert-buffer-substring-no-properties): Likewise.
1982 (insert-buffer-substring-as-yank): Likewise.
1983 (split-string): Fix docstring.
1984
1985 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1986 Make argument names match their use in docstring.
1987
1988 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
1989
1990 2004-05-06 Nick Roberts <nickrob@gnu.org>
1991
1992 * progmodes/gdb-ui.el: Improve/extend documentation strings.
1993 Fit first sentence on one line for apropos-command.
1994
1995 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1996
1997 Changes largely merged in from Dave Love's code.
1998 * progmodes/python.el: Doc fixes.
1999 (python-mode-map): Add python-complete-symbol.
2000 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2001 (python-comment-indent, python-complete-symbol)
2002 (python-symbol-completions, python-partial-symbol)
2003 (python-try-complete): New.
2004 (python-indent-line): Remove optional arg. Use python-block-end-p.
2005 (python-check): Bind compilation-error-regexp-alist.
2006 (inferior-python-mode): Use rx. Move keybindings to top level.
2007 Set comint-input-filter.
2008 (python-preoutput-filter): Use rx.
2009 (python-input-filter): Re-introduce.
2010 (python-proc): Start new process if necessary.
2011 Check python-buffer non-nil.
2012 (view-return-to-alist): Defvar.
2013 (python-send-receive): New.
2014 (python-eldoc-function): Use it.
2015 (python-mode-running): Don't defvar.
2016 (python-mode): Set comment-indent-function.
2017 Maybe update hippie-expand-try-functions-list.
2018 (python-indentation-levels): Initialize differently.
2019 (python-block-end-p): New.
2020 (python-indent-line): Use it.
2021 (python-compilation-regexp-alist): Augment.
2022 (run-python): Import `emacs' module to Python rather than loading
2023 code directly. Set python-buffer differently.
2024 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2025 Use python-proc.
2026 (python-send-command): Go to end of comint buffer.
2027 (python-load-file): Use python-proc, emacs.eimport.
2028 (python-describe-symbol): Simplify interactive form.
2029 Use emacs.help. Do use temp-buffer-show-hook.
2030 Call print-help-return-message.
2031 (hippie-exp): Require when compiling.
2032 (python-preoutput-continuation): Use rx.
2033
2034 * diff-mode.el (diff-make-unified): Fix regexp.
2035
2036 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2037
2038 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2039 filter groups from the buffer when rebuilding the Ibuffer buffer
2040 and `ibuffer-show-empty-filter-groups' is nil.
2041
2042 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2043
2044 * ps-print.el (ps-print-quote): Call ps-value-string.
2045 (ps-setup): Call ps-comment-string.
2046 (ps-value-string, ps-comment-string): New funs.
2047
2048 2004-05-06 Juanma Barranquero <lektu@terra.es>
2049
2050 * ehelp.el (electric-help-command-loop): Check whether the last
2051 character is visible, not (point-max).
2052
2053 * help-fns.el (help-argument-name): Default to bold; don't inherit
2054 from font-lock-variable-name-face.
2055 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2056
2057 2004-05-05 Kenichi Handa <handa@m17n.org>
2058
2059 * descr-text.el (describe-char): Copy the character with text
2060 properties and overlays into the first line, and call
2061 describe-text-properties on it.
2062
2063 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2064
2065 * iswitchb.el (iswitchb-global-map): Fix typo.
2066 Remove unwanted ###autoloads from source file.
2067
2068 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2069
2070 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2071 in run-hooks. Use substitute-command-keys in message.
2072 (wdired-abort-changes): Add message.
2073
2074 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2075
2076 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2077 (sql-emacs20-p): Remove.
2078 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2079 (sql-builtin-face, sql-doc-face): Remove.
2080 (sql-mode-ansi-font-lock-keywords)
2081 (sql-mode-oracle-font-lock-keywords)
2082 (sql-mode-postgres-font-lock-keywords)
2083 (sql-mode-linter-font-lock-keywords)
2084 (sql-mode-ms-font-lock-keywords)
2085 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2086 (sql-product-font-lock): Fix font-lock reset when font rules change.
2087 (sql-highlight-product): Remove incorrect font-lock reset logic.
2088
2089 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2090
2091 * ses.el (ses-set-parameter): Fix typo.
2092
2093 2004-05-04 Kim F. Storm <storm@cua.dk>
2094
2095 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2096 Must expand directory for completion to work; and don't mess with
2097 process-environment.
2098 (ido-read-file-name): If command has ido property, don't use ido
2099 if value is ignore, or read as directory if value is dir.
2100 Set ido ignore property for dired-do-rename command.
2101
2102 2004-05-04 Juanma Barranquero <lektu@terra.es>
2103
2104 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2105 (electric-help-help): Check against unmapped commands.
2106
2107 * help-fns.el (help-argument-name): New face, inheriting from
2108 font-lock-variable-name-face, to highlight function arguments in
2109 `describe-function' and `describe-key'.
2110 (help-do-arg-highlight): Auxiliary function to highlight a given
2111 list of arguments in a string.
2112 (help-highlight-arguments): Highlight the function arguments and
2113 all uses of them in the docstring.
2114 (describe-function-1): Use it. Do docstring output via `insert',
2115 not 'princ', so text attributes are preserved.
2116
2117 * winner.el (winner-mode-map): Move `winner-undo' and
2118 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2119 previous bindings conflict with `prev-buffer', `next-buffer').
2120
2121 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2122
2123 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2124 (bibtex-entry-update): New command bound to C-c C-u.
2125 (bibtex-text-in-string): Fix regexp.
2126 (bibtex-assoc-of-regexp): Remove.
2127 (bibtex-progress-message): Fix docstring.
2128 (bibtex-inside-field): Use if.
2129 (bibtex-assoc-regexp): New function.
2130 (bibtex-format-entry): Make code more robust so that it formats
2131 also old entries.
2132 (bibtex-autokey-demangle-title): Merge with obsolete function
2133 bibtex-assoc-of-regexp.
2134 (bibtex-field-list): New function.
2135 (bibtex-entry): Use bibtex-field-list.
2136 (bibtex-parse-entry): Fix docstring.
2137 (bibtex-print-help-message): Use bibtex-field-list.
2138 (bibtex-make-field): Use bibtex-field-list.
2139 (bibtex-entry-index): Bugfix. Return crossref key if required.
2140 (bibtex-lessp): Fix docstring.
2141
2142 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2143
2144 * select.el (xselect-convert-to-string): Move comment to intended line.
2145
2146 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2147
2148 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2149 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2150
2151 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2152
2153 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2154 x-get-selection.
2155
2156 2004-05-03 Jason Rumney <jasonr@gnu.org>
2157
2158 * makefile.nt: Remove.
2159
2160 2004-05-03 Kim F. Storm <storm@cua.dk>
2161
2162 * emulation/cua-base.el (cua--update-indications): Fix last change.
2163 (cua-mode): Deactivate mark when cua-mode is enabled.
2164
2165 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2166
2167 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2168
2169 2004-05-03 Nick Roberts <nickrob@gnu.org>
2170
2171 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2172 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2173 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2174 window over visible frames.
2175 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2176
2177 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2178
2179 * progmodes/compile.el (compilation-gcpro): New var.
2180 (compilation-fake-loc): Use it.
2181 (compilation-forget-errors): Reset it.
2182
2183 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2184
2185 * diff-mode.el (diff-header-face, diff-file-header-face):
2186 Use min-colors.
2187
2188 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2189
2190 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2191 (bibtex-clean-entry): Disentangle code.
2192 (bibtex-realign): New function.
2193 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2194 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2195 Remove undocumented optional arg called-by-convert-alien.
2196 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2197 for sorting instead of bibtex-sort-buffer.
2198
2199 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2200
2201 * progmodes/compile.el (compilation-start): In the
2202 no-async-subprocesses branch, call sit-for to give redisplay a
2203 chance to show the updated process status in the mode line, and
2204 fontify the buffer explicitly after the process exits.
2205
2206 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2207
2208 * progmodes/python.el (python-compilation-line-number): Remove.
2209 (python-compilation-regexp-alist): Don't use it any more.
2210 (python-orig-start, python-input-filter): Remove.
2211 (inferior-python-mode): Don't set up comint-input-filter-functions.
2212 (python-send-region): Use compilation-fake-loc.
2213
2214 * progmodes/compile.el (compilation-messages-start): New var.
2215 (compilation-mode): Don't setup next-error-function here.
2216 (compilation-setup): Set it up here instead (for minor modes as well).
2217 Make compilation-messages-start buffer local.
2218 (compilation-next-error-function): Use it.
2219 (compilation-forget-errors): Set compilation-messages-start.
2220
2221 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2222
2223 * ielm.el (ielm-prompt-read-only): Update docstring.
2224
2225 * comint.el (comint-prompt-read-only): Update docstring.
2226 (comint-update-fence, comint-kill-whole-line)
2227 (comint-kill-region): New functions.
2228
2229 * simple.el (kill-whole-line): Use "p" instead of "P" in
2230 interactive form.
2231
2232 2004-05-01 Juanma Barranquero <lektu@terra.es>
2233
2234 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2235 format arglist so default values in CL-style argument lists are
2236 correctly shown.
2237
2238 2004-05-01 Jason Rumney <jasonr@gnu.org>
2239
2240 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2241
2242 2004-05-01 Kenichi Handa <handa@m17n.org>
2243
2244 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2245 quail file if it is up to date.
2246
2247 2004-04-30 Juri Linkov <juri@jurta.org>
2248
2249 * cus-edit.el (custom-mode-map):
2250 Add key binding `C-x C-s' to `Custom-save'.
2251
2252 * outline.el (outline-blank-line): New var.
2253 (outline-next-preface, outline-show-heading)
2254 (outline-end-of-subtree): Use it.
2255
2256 * dired-aux.el (dired-touch-initial): New fun.
2257 (dired-do-chxxx): Call it for op-symbol `touch'.
2258 (dired-diff): Use `dired-dwim-target-directory'
2259 if current dired buffer has no buffer mark.
2260
2261 * bindings.el (propertized-buffer-identification):
2262 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2263 Add C-M-arrow keys for consistency.
2264
2265 * files.el (confirm-kill-emacs):
2266 Change group from top-level `emacs' to `convenience'.
2267
2268 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2269 Push mark on the first call of successive command calls.
2270 (insert-pair): New fun created from `insert-parentheses' with
2271 `open' and `close' arguments added. Enclose active regions
2272 in paired characters. Compare adjacent characters syntax with
2273 inserted characters syntax before inserting a space.
2274 (insert-parentheses): Call `insert-pair' with ?\( ?\).
2275
2276 * delsel.el: Don't put `delete-selection' property
2277 on `insert-parentheses' symbol to take advantage of
2278 region handling in `insert-pair' function.
2279 Suggested by Stephan Stahl <stahl@eos.franken.de>.
2280
2281 2004-04-30 Kim F. Storm <storm@cua.dk>
2282
2283 * emulation/cua-base.el: Add support for changing cursor types;
2284 based on patch from Michael Mauger.
2285 (cua-normal-cursor-color, cua-read-only-cursor-color)
2286 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2287 Customization cursor type and/or cursor color.
2288 (cua--update-indications): Handle cursor type changes.
2289 (cua-mode): Update cursor indications if enabled.
2290
2291 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2292
2293 * mouse.el (mouse-drag-copy-region): New defcustom.
2294 (mouse-set-region, mouse-drag-region-1): Use it.
2295
2296 * simple.el (kill-ring-save): If region face background color is
2297 unspecified (if no highlighting), show extent of fully visible
2298 region even if transient-mark-mode is enabled.
2299
2300 * emulation/cua-base.el (cua--standard-movement-commands):
2301 Add cua-scroll-up and cua-scroll-down.
2302 (cua-scroll-up, cua-scroll-down): New commands.
2303 (cua--init-keymaps): Remap scroll-up and scroll-down.
2304
2305 * emulation/cua-rect.el (cua--convert-rectangle-as):
2306 New defmacro.
2307 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2308 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2309 New commands (suggested by Jordan Breeding).
2310
2311 2004-04-30 Juanma Barranquero <lektu@terra.es>
2312
2313 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2314
2315 2004-04-30 Mario Lang <mlang@delysid.org>
2316
2317 * diff.el (diff-switches): Fix typo in docstring.
2318
2319 2004-04-30 Alex Schroeder <alex@gnu.org>
2320
2321 * xml.el (xml-debug-print-internal): Don't add newline and
2322 indentation to text nodes and write empty elements as empty tags
2323 instead of opening and closing tags.
2324 (xml-debug-print): Take optional indent-string argument.
2325 (xml-print): Alias for xml-debug-print.
2326
2327 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2328
2329 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2330 than duplicate call to `line-beginning-position'.
2331
2332 * progmodes/f90.el (f90-get-present-comment-type):
2333 Return whitespace, as well as comment chars, for consistent filling
2334 of comment blocks. Use `match-string-no-properties'.
2335 (f90-break-line): Trim trailing whitespace when filling comments.
2336
2337 2004-04-30 Dave Love <fx@gnu.org>
2338
2339 * calendar/diary-lib.el (diary-outlook-formats): New variable.
2340 (diary-from-outlook-internal, diary-from-outlook)
2341 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2342 New functions to import diary entries from Outlook-format
2343 appointments in mail messages.
2344
2345 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2346
2347 * progmodes/python.el (python-send-command): New fun.
2348 (python-send-region, python-load-file): Use it.
2349
2350 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2351
2352 * help-fns.el (help-C-file-name): Use new subr-name.
2353 Prepend `src/' to the file name.
2354 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2355 (describe-function-1, describe-variable): Only find a C source file
2356 name if DOC is already loaded.
2357
2358 * help-mode.el (help-function-def, help-variable-def):
2359 Use the new find-function-search-for-symbol functionality.
2360 Allow FILE to be `C-source'.
2361
2362 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2363 (find-function-C-source): New fun.
2364 (find-function-search-for-symbol): Use it.
2365
2366 2004-03-29 Michael Mauger <mmaug@yahoo.com>
2367
2368 * progmodes/sql.el (sql-product-alist): Rename variable
2369 `sql-product-support'. Add Postgres login parameters.
2370 (sql-set-product, sql-product-feature): Update with renamed variable.
2371 (sql-connect-postgres): Add username prompt.
2372 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2373 Make patterns less product specific.
2374 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2375 (sql-mode-abbrev-table): Modify initialization.
2376 (sql-builtin-face): Add variable.
2377 (sql-keywords-re): Add macro.
2378 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
2379 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
2380 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
2381 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
2382 (sql-mode-linter-font-lock-keywords)
2383 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
2384 (sql-mode-sybase-font-lock-keywords)
2385 (sql-mode-informix-font-lock-keywords)
2386 (sql-mode-interbase-font-lock-keywords)
2387 (sql-mode-ingres-font-lock-keywords)
2388 (sql-mode-solid-font-lock-keywords)
2389 (sql-mode-sqlite-font-lock-keywords)
2390 (sql-mode-db2-font-lock-keywords): Default to nil.
2391 (sql-product-font-lock): Always highlight ANSI keywords.
2392 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2393 (sql-send-string): Add function.
2394
2395 2004-04-29 Dave Love <fx@gnu.org>
2396
2397 * progmodes/cfengine.el (cfengine-beginning-of-defun)
2398 (cfengine-end-of-defun): Ensure progress through buffer.
2399
2400 * info-look.el (cfengine-mode): Accept a terminal ().
2401
2402 2004-04-29 Juri Linkov <juri@jurta.org>
2403
2404 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
2405 instead of isearch-yank-word-or-char. Add new key bindings for
2406 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
2407 (isearch-del-char): New fun.
2408 (isearch-forward, isearch-edit-string): Update docstring.
2409 (isearch-yank-char): Doc fix.
2410 (isearch-other-meta-char): Restore point after scrolling.
2411
2412 * progmodes/compile.el (compilation-context-lines): Add nil option
2413 to disable compilation output window scrolling.
2414 (compilation-set-window): Use it.
2415
2416 * outline.el (outline-next-preface, outline-show-heading):
2417 Don't leave unhidden blank line before heading.
2418 (outline-end-of-subtree): Include last newline into subtree.
2419 (hide-entry): Leave point at beginning of heading instead of end.
2420 (outline-up-heading): Push mark for the first call of successive
2421 command calls.
2422
2423 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
2424
2425 * comint.el (comint-prompt-read-only): New variable.
2426 (comint-output-filter): Implement it.
2427
2428 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
2429 (ielm-prompt-internal): New variable.
2430 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
2431 (ielm-send-input): Delete unused variable `buf'.
2432 (ielm-eval-input): Use `ielm-prompt-internal'.
2433 (inferior-emacs-lisp-mode): Use new variables
2434 `comint-prompt-read-only' and `ielm-prompt-internal'.
2435 Get rid of obsolete variable `directory-sep-char'.
2436 (ielm): Use `zerop'.
2437
2438 2004-04-29 John Paul Wallington <jpw@gnu.org>
2439
2440 * thumbs.el (toplevel): Require cl at compile time.
2441 Remove conditional definitions of `ignore-errors' and `caddar'
2442 because they occur at run time.
2443
2444 2004-04-28 Nick Roberts <nickrob@gnu.org>
2445
2446 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
2447 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
2448 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2449 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
2450
2451 * progmodes/gud.el (gud-common-init): Throw an error if program is
2452 already running under gdb.
2453
2454 2004-04-28 John Paul Wallington <jpw@gnu.org>
2455
2456 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
2457 (thumbs-show-image-num): Move assignment of
2458 `thumbs-current-image-filename' within scope of `i'.
2459 (thumbs-emboss-image): Don't use `evenp'.
2460
2461 2004-04-28 Richard M. Stallman <rms@gnu.org>
2462
2463 * progmodes/compile.el (compilation-context-lines): Default now 0.
2464
2465 2004-04-28 Juanma Barranquero <lektu@terra.es>
2466
2467 Use `time-less-p' from calendar/time-date.el instead of defining
2468 custom versions of it.
2469
2470 * pcomplete.el (pcomplete-time-less-p): Remove.
2471
2472 * thumbs.el (time-less-p): Remove.
2473
2474 * calendar/timeclock.el (timeclock-time-less-p): Remove.
2475 (timeclock-generate-report): Use `time-less-p'.
2476
2477 * emacs-lisp/autoload.el (autoload-before-p): Remove.
2478 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
2479
2480 2004-04-28 Masatake YAMATO <jet@gyve.org>
2481
2482 * subr.el (remove-overlays): Make arguments optional.
2483
2484 * wid-edit.el (widget-specify-button): Put evaporate to the
2485 overlay for sample.
2486 (widget-specify-sample): Put evaporate to the overlay for sample.
2487 (widget-specify-doc): Put evaporate to the overlay for documentation.
2488
2489 2004-04-27 Jesper Harder <harder@ifa.au.dk>
2490
2491 * info.el (info-apropos): Make it an index node. Align node names
2492 like makeinfo.
2493
2494 2004-04-27 Eli Zaretskii <eliz@gnu.org>
2495
2496 * net/browse-url.el (browse-url-netscape-sentinel)
2497 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
2498 (browse-url-epiphany-sentinel, browse-url-mosaic):
2499 Use browse-url-*-program instead of a literal program name.
2500
2501 2004-04-27 Kevin Ryde <user42@zip.com.au>
2502
2503 * eshell/em-alias.el:
2504 * eshell/em-dirs.el:
2505 * eshell/em-hist.el:
2506 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
2507 features when M-x customize-group loads modules before the main
2508 eshell.el.
2509
2510 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2511
2512 * subr.el (momentary-string-display): Support EXIT-CHAR that is
2513 either a character representation of an event or an event
2514 description list.
2515
2516 * type-break.el: Capitalise Emacs and Lisp.
2517 (type-break-good-break-interval, type-break-demo-boring-stats)
2518 (type-break-terse-messages, type-break-file-name): New defcustoms.
2519 (type-break-post-command-hook)
2520 (type-break-warning-countdown-string): Quote variable names in doc.
2521 (type-break-interval-start, type-break-auto-save-file-name): New vars.
2522 (type-break-mode): Document type-break-good-break-interval and the
2523 "session" file. Schedule break according to the session file.
2524 Kill session file buffer on exit. Organise for save-some-buffers
2525 to always save the session file.
2526 (type-break-mode-line-message-mode, type-break-query-mode):
2527 Uppercase arguments.
2528 (type-break-file-time, type-break-file-keystroke-count, timep)
2529 (type-break-choose-file, type-break-get-previous-time)
2530 (type-break-get-previous-count): New defuns.
2531 (type-break): Avoid break querying after a completed break in the
2532 case where the query was initiated during user invocation of the
2533 break. Optional terse messages.
2534 Use type-break-good-break-interval if type-break-good-rest-interval is
2535 nil. File the break time.
2536 (type-break-schedule): New optional args for overriding the use of
2537 the current time.
2538 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
2539 after a break.
2540 (type-break-check): File the keystroke count.
2541 (type-break-do-query): Prevent a second query when the break is
2542 interrupted. Optional terse message.
2543 (type-break-keystroke-reset): Record the start of a typing interval.
2544 (type-break-demo-boring): Optional terse messages. Display word
2545 per minute and keystroke counts according to
2546 type-break-demo-boring-stats.
2547
2548 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
2549
2550 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
2551 directories, make sure they exist under archive-tmpdir.
2552
2553 2004-04-27 Juri Linkov <juri@jurta.org>
2554
2555 * help.el (view-emacs-news): With argument, display info for the
2556 selected version by finding it among different NEWS files, and
2557 narrowing the buffer to the selected version.
2558
2559 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
2560 same-window-buffer-names.
2561 (info): New arg `buffer'. Use it. Doc fix. Read file name for
2562 non-numeric prefix argument, append the number to the buffer name
2563 for numeric prefix argument.
2564 (info-other-window): Bind same-window-regexps to nil.
2565 (Info-reference-name): Rename to Info-point-loc.
2566 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
2567 and Info-find-index-name for stringy Info-point-loc.
2568 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
2569 without middle `.', but with final `.' and optional line number
2570 for it. Set Info-point-loc for index nodes.
2571 (Info-index): Remove middle `.' from index entry regexp.
2572 Modify line number regexp.
2573 (Info-index-next): Decrement line number.
2574 (info-apropos): Remove middle `.' from index entry regexp.
2575 Add optional line number regexp at the end. Add matched value
2576 for line number to the result list and insert it to the buffer.
2577 Replace match-string by match-string-no-properties.
2578 Reorder result list.
2579 (Info-fontify-node): Hide index line numbers.
2580 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
2581 empty matches.
2582 (Info-follow-reference): Use `str' instead of
2583 Info-following-node-name-re.
2584 (Info-toc): Use full file names. Set Info-current-node to "Top".
2585 (Info-fontify-node): Compare file names without directory name.
2586 (Info-try-follow-nearest-node): Don't set Info-reference-name.
2587 Set second arg of Info-extract-menu-node-name for index nodes.
2588 (info-xref-visited): Use magenta3 instead of magenta4.
2589 (Info-mode): Add info-apropos to docstring.
2590
2591 * log-view.el (log-view-diff): Replace interactive code "r"
2592 by a list to allow to call it even if region is not active.
2593
2594 * paren.el (show-paren-highlight-openparen): New var.
2595 (show-paren-function): Turn on openparen highlighting when
2596 matching forward if show-paren-highlight-openparen is non-nil.
2597
2598 * simple.el (kill-ring-save): Use blink-matching-delay instead of
2599 the constant value 1.
2600 (completions-common-part): Expand docstring.
2601
2602 * textmodes/picture.el (picture-mode-map): Add arrow keys.
2603
2604 2004-04-27 Kim F. Storm <storm@cua.dk>
2605
2606 * image.el (insert-sliced-image): Use line-height instead of
2607 line-spacing property on newline.
2608
2609 2004-04-26 Lars Hansen <larsh@math.ku.dk>
2610
2611 * desktop.el (desktop-buffer-misc-data-function): Rename to
2612 desktop-save-buffer and change docstring.
2613 (desktop-buffer-modes-to-save): Delete.
2614 (desktop-save-buffer-p): Use desktop-save-buffer instead of
2615 desktop-buffer-modes-to-save.
2616 (desktop-save): Rename desktop-buffer-misc-data-function to
2617 desktop-save-buffer and allow non-function value.
2618 (desktop-missing-file-warning): Correct docstring.
2619
2620 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
2621 to desktop-save-buffer.
2622
2623 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
2624 desktop-save-buffer.
2625
2626 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
2627
2628 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
2629
2630 2004-04-26 Eli Zaretskii <eliz@gnu.org>
2631
2632 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
2633
2634 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
2635
2636 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
2637 (ielm): Only go to the end of the buffer when starting a new process.
2638
2639 2004-04-25 Juanma Barranquero <lektu@terra.es>
2640
2641 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
2642 mode line. Bind `inhibit-read-only' to t before modifying
2643 properties of text in the buffer.
2644 (ielm): Force point to the end of buffer, even when running ielm
2645 from inside itself.
2646
2647 2004-04-25 Jesper Harder <harder@ifa.au.dk>
2648
2649 * info.el (info-apropos): Reset Info-complete-cache.
2650
2651 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
2652
2653 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2654 Also recognize severe Irix et al. messages.
2655 (compilation-normalize-filename, compile-abbreviate-directory):
2656 Delete functions.
2657 (compilation-get-file-structure): New function inherits
2658 functionality of the two preceding ones.
2659 (compilation-internal-error-properties, compilation-fake-loc):
2660 Use it so that different paths to the same file share the same
2661 markers. Also optimize finding adjacent marker slightly.
2662
2663 2004-04-25 Kim F. Storm <storm@cua.dk>
2664
2665 * image.el (insert-sliced-image): Add line-spacing t property
2666 to newlines separating image lines.
2667
2668 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
2669
2670 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
2671
2672 * ielm.el (ielm-prompt-read-only): New user option.
2673 (ielm-prompt): Expand docstring to describe new behavior.
2674 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
2675 mention it in the docstring.
2676
2677 2004-04-24 Andreas Schwab <schwab@suse.de>
2678
2679 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
2680
2681 * diff.el (diff): Set default-directory in diff buffer.
2682
2683 2004-04-24 Eli Zaretskii <eliz@gnu.org>
2684
2685 * mail/sendmail.el (mail-bury): Don't delete the frame where the
2686 mail was being composed if the terminal cannot display more than
2687 one frame; instead, switch to previous frame.
2688
2689 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
2690 (rmail-start-mail): Support rmail-mail-new-frame even on
2691 terminals that can display only one frame at a time.
2692
2693 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2694
2695 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
2696 (checkdoc-output-font-lock-keywords): Remove error regexp.
2697 (checkdoc-output-mode-map): Remove.
2698 (checkdoc-output-mode): Derive from compilation-mode.
2699 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
2700
2701 * dired.el (dired-mode-map): Add a menu entry for wdired.
2702
2703 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
2704 (rx-bracket, rx-check-any, rx-any): Clean up name space.
2705
2706 * wdired.el: (wdired-mode-map): Move init into declaration.
2707 Fix `return' binding.
2708 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
2709 Use force-mode-line-update.
2710 (wdired-get-filename): Use `unless'.
2711 (wdired-preprocess-files): Don't assume names have no \n and use / for
2712 dir separator.
2713 (wdired-normalize-filename): Use replace-regexp-in-string.
2714 (wdired-load-hooks): Remove.
2715 (wdired-mode-hooks): Rename to wdired-mode-hook.
2716
2717 * info-look.el: Add support for cfengine-mode.
2718 (info-lookup-setup-mode): Use dolist.
2719
2720 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
2721
2722 * wdired.el: New file.
2723
2724 2004-04-23 Juanma Barranquero <lektu@terra.es>
2725
2726 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
2727
2728 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
2729 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
2730 (pcomplete--help, pcomplete--here): Doc fixes.
2731
2732 2004-04-23 Andre Spiegel <spiegel@gnu.org>
2733
2734 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
2735 handles wrong-number-of-arguments in backend call.
2736
2737 * vc.el (vc-print-log): Likewise.
2738
2739 2004-04-20 Dave Love <fx@gnu.org>
2740
2741 * emacs-lisp/rx.el: Doc fixes.
2742 (rx-constituents): Add/extend many forms.
2743 (rx-check): Check form is a list.
2744 (bracket): Defvar.
2745 (rx-check-any, rx-any, rx-check-not): Modify.
2746 (rx-not): Simplify.
2747 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
2748 (rx-kleene): Use rx-trans-forms.
2749 (rx-quote-for-set): Delete.
2750 (rx): Allow multiple args.
2751
2752 2004-04-23 Kenichi Handa <handa@m17n.org>
2753
2754 * international/mule-util.el (char-displayable-p): Simplify by
2755 using internal-char-font.
2756
2757 2004-04-23 Juanma Barranquero <lektu@terra.es>
2758
2759 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2760
2761 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2762
2763 * diff-mode.el (diff-next-error): New fun.
2764 (diff-mode): Use it.
2765
2766 * simple.el (next-error): Change arg name.
2767 Add support for the documented C-u C-x ` usage.
2768
2769 * frame.el (special-display-popup-frame, next-multiframe-window)
2770 (previous-multiframe-window): Only consider frames on same display.
2771
2772 2004-04-22 Lars Hansen <larsh@math.ku.dk>
2773
2774 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
2775 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
2776
2777 2004-04-22 Kim F. Storm <storm@cua.dk>
2778
2779 * net/telnet.el (telnet): Add optional port arg.
2780
2781 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2782
2783 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2784 Minor sanity check on the `hyperlink' slot.
2785
2786 * Makefile.in (recompile): Compile new files.
2787
2788 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
2789 Add byte-recompile-directory's optional `arg'.
2790
2791 * cvs-status.el (cvs-tree-use-charset): New var.
2792 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
2793 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
2794 (cvs-status-cvstrees): Use it.
2795
2796 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
2797 Make it a normal major mode.
2798 (checkdoc-buffer-label): Make sure the file name is meaningful.
2799 (checkdoc-output-to-error-buffer): Remove.
2800 (checkdoc-error, checkdoc-start-section): Rewrite.
2801
2802 * info.el (info-node, info-menu-5, info-xref, info-header-node)
2803 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2804 (Info-title-4-face): Use new syntax.
2805 (info-xref-visited): Inherit from info-xref.
2806
2807 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
2808
2809 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
2810
2811 * simple.el (next-error-last-buffer, next-error-function):
2812 New variables for the next-error framework.
2813 (next-error-buffer-p): New function.
2814 (next-error-find-buffer): Generalize compilation-find-buffer.
2815 (next-error, previous-error, first-error, next-error-no-select)
2816 (previous-error-no-select): Move from compile.el.
2817
2818 * replace.el (occur-next-error, occur-1): Hook into the next-error
2819 framework.
2820
2821 * progmodes/compile.el (compilation-start):
2822 Set next-error-last-buffer so next-error knows where to jump.
2823 (compilation-setup): Set the buffer-local variable
2824 next-error-function to 'compilation-next-error-function.
2825 (compilation-buffer-p, compilation-buffer-internal-p): Use an
2826 alternate way to find if a buffer is a compilation buffer, for
2827 next-error convenience.
2828 (next-error-no-select, previous-error-no-select, next-error)
2829 (previous-error, first-error): Move to simple.el.
2830 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
2831 (compilation-last-buffer): Remove.
2832 (compilation-start, compilation-next-error, compilation-setup)
2833 (compilation-next-error-function, compilation-find-buffer):
2834 Remove compilation-last-buffer use.
2835
2836 2004-04-21 Juanma Barranquero <lektu@terra.es>
2837
2838 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
2839 (font-lock-warning-face): Fix spacing.
2840
2841 * makefile.w32-in (WINS): Add url/ directory.
2842
2843 2004-04-21 Lars Hansen <larsh@math.ku.dk>
2844
2845 * desktop.el (desktop-buffer-mode-handlers): New variable.
2846 Alist of major mode specific functions to restore a desktop buffer.
2847 (desktop-buffer-handlers): Make variable obsolete.
2848 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
2849 Catch errors signaled in handlers. Update buffer count.
2850 Evaluate desktop-buffer-point.
2851 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
2852 move to dired.el.
2853 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
2854 move to info.el.
2855 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
2856 move to mail/rmail.el.
2857 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
2858 to mh-e/mh-e.el.
2859 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
2860 On fail, print message (to message buffer) even if
2861 desktop-missing-file-warning is nil.
2862 (desktop-buffer-misc-data-function): New buffer local variable.
2863 Function returning major mode specific data.
2864 (desktop-buffer-misc-functions): Make variable obsolete.
2865 (desktop-save): Use desktop-buffer-misc-data-function.
2866 (desktop-buffer-dired-misc-data): Rename to
2867 dired-desktop-buffer-misc-data and move to dired.el.
2868 (desktop-buffer-info-misc-data): Rename to
2869 Info-desktop-buffer-misc-data and move to info.el.
2870 (desktop-read): Add message about number of buffers restored/failed.
2871
2872 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
2873 Add parameters. Pause to display error only when
2874 desktop-missing-file-warning is non-nil.
2875 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
2876 (dired-mode): Bind desktop-buffer-misc-data-function.
2877
2878 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
2879 Add Parameters.
2880 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
2881 (Info-mode): Bind desktop-buffer-misc-data-function.
2882
2883 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
2884 Add Parameters.
2885
2886 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
2887 Add Parameters.
2888
2889 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
2890
2891 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
2892 the case of letters in case-insensitive expansions when the
2893 abbrev is preceded by characters with letter syntax.
2894
2895 2004-04-21 Richard M. Stallman <rms@gnu.org>
2896
2897 * progmodes/cperl-mode.el (cperl-putback-char):
2898 Delete Emacs 18 definition.
2899
2900 * international/mule.el (ctext-post-read-conversion):
2901 Use assoc-string, not assoc-ignore-case.
2902
2903 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
2904
2905 * emacs-lisp/easymenu.el (easy-menu-add):
2906 Do call x-popup-menu, but only if it's defined.
2907
2908 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
2909
2910 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
2911 Handle multiple args: compile like progn.
2912
2913 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
2914 take all args as &rest arg.
2915
2916 * autoinsert.el (auto-insert-alist): Insert the user's name in
2917 copyright notice, rather than Free Software Foundation.
2918
2919 2004-04-21 Kenichi Handa <handa@m17n.org>
2920
2921 * descr-text.el (describe-char): Make it work on *Help* buffer.
2922
2923 2004-04-21 Kim F. Storm <storm@cua.dk>
2924
2925 * image.el (insert-image): Add optional SLICE arg.
2926 (insert-sliced-image): New defun.
2927
2928 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
2929
2930 * subr.el (read-number): Check whether `default' is nil.
2931
2932 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2933
2934 * progmodes/compile.el (compilation-error-properties):
2935 Split into two.
2936 (compilation-internal-error-properties): New one.
2937 (compilation-compat-error-properties): Use it. Fix the non-marker case.
2938
2939 2004-04-20 Richard M. Stallman <rms@gnu.org>
2940
2941 * window.el (split-window-save-restore-data):
2942 Don't update the data if OLD-INFO is nil.
2943
2944 * view.el (view-return-to-alist): Mark it permanent local.
2945
2946 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
2947
2948 * recentf.el (recentf-save-list): Catch and warn about errors.
2949
2950 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
2951 so "Buffers" won't be pure.
2952
2953 * help-mode.el (help-mode-finish): Set help-return-alist first
2954 thing, setting only the entry for the selected window.
2955
2956 * help-fns.el (describe-function-1): If many non-control non-meta
2957 keys run the command, don't list all of them.
2958
2959 2004-04-20 Juanma Barranquero <lektu@terra.es>
2960
2961 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
2962 arg. Copied from Andre Spiegel's patch of 2004-03-21.
2963
2964 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
2965
2966 2004-04-20 Kenichi Handa <handa@m17n.org>
2967
2968 * international/quail.el (quail-lookup-key): New optional arg
2969 NOT-RESET-INDICES.
2970 (quail-get-translations): Call quail-lookup-key with
2971 NOT-RESET-INDICES t.
2972 (quail-completion): Likewise.
2973 (quail-lookup-map-and-concat): Likewise.
2974
2975 2004-04-20 Kenichi Handa <handa@m17n.org>
2976
2977 * international/quail.el (quail-update-translation): Don't insert
2978 such an unsupported multibyte char in a unibyte buffer.
2979
2980 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
2981
2982 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
2983 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
2984 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
2985 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
2986 (gdb-frame-assembler-buffer): Improve behaviour with
2987 multiple frames.
2988 (gdb-display-buffer): Extend search to all visible frames.
2989
2990 2004-04-19 Eli Zaretskii <eliz@gnu.org>
2991
2992 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
2993 characters left after base64 decoding.
2994 (rmail-decode-region): Use -dos variety of `coding', to remove any
2995 ^M characters left after qp or base64 decoding.
2996
2997 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2998
2999 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3000 messages.
3001
3002 2004-04-19 Stephen Eglen <stephen@gnu.org>
3003
3004 * add-log.el (add-change-log-entry): Update doc string to mention
3005 add-log-full-name and add-log-mailing-address.
3006
3007 2004-04-18 Juri Linkov <juri@jurta.org>
3008
3009 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3010 (Info-find-node-2): Simplify error message.
3011 (Info-insert-dir): Use Info-following-node-name.
3012 (Info-goto-node): Remove *info-history* and *info-toc*.
3013 (Info-history): Create a node of the virtual history file.
3014 (Info-toc): Create a node of the virtual toc file.
3015 (Info-insert-toc): New arg `curr-file' for reference file names.
3016 (info-apropos): Remove redundant var binding for temp-file.
3017 (Info-index, Info-index-next, Info-mode): Doc fix.
3018 (Info-goto-emacs-command-node): Don't jump to *info* from
3019 non-*info* Info buffers.
3020 (Info-fontify-node): Don't show the file name of external
3021 references if `Info-hide-note-references' is `hide'. Don't hide
3022 newlines at the end of paragraphs.
3023
3024 * international/mule-diag.el (list-input-methods):
3025 Fix args to help-xref-button.
3026
3027 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3028 to put into effect local variables from TUTORIAL files.
3029
3030 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3031 with default value taken from the variable `sentence-end'.
3032 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3033 Add nil const to :type.
3034 (sentence-end-without-period, sentence-end-double-space)
3035 (sentence-end-without-space): Doc fix.
3036
3037 * textmodes/paragraphs.el (forward-sentence):
3038 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3039 (fill-delete-newlines):
3040 * progmodes/cc-cmds.el (c-beginning-of-statement):
3041 Use function `sentence-end' instead of variable `sentence-end'.
3042
3043 2004-04-18 Andreas Schwab <schwab@suse.de>
3044
3045 * progmodes/compile.el (compilation-start): Set window start to
3046 point-min if compilation-scroll-output is nil.
3047
3048 2004-04-18 John Wiegley <johnw@newartisans.com>
3049
3050 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3051
3052 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3053
3054 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3055 (gdb-info-breakpoints-custom): Revert previous change.
3056 (gdb-view-assembler): Update assembler if necessary.
3057 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3058 (gdb-display-source-buffer): Update properly when both source and
3059 assembler are visible.
3060
3061 2004-04-17 John Wiegley <johnw@newartisans.com>
3062
3063 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3064 which limits the number of names shown in the minibuffer. Off by
3065 default.
3066 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3067 up iswitchb for users with a multitude of open buffers by showing
3068 only the first and last N/2 buffers in the completion list (which
3069 is enough to aid C-s/C-r, and to know that more characters are
3070 needed to refine the completion list).
3071
3072 2004-04-17 Richard M. Stallman <rms@gnu.org>
3073
3074 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3075 (file-truename): Expand all ~ constructs directly.
3076 (insert-directory): Delete any error msg output by the
3077 `insert-directory-program'.
3078
3079 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3080 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3081 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3082 (allout-init): Use find-file-hook, not find-file-hooks.
3083 (allout-mode): Eliminate Emacs 18 support.
3084 Use write-contents-functions, not local-write-file-hooks.
3085
3086 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3087
3088 * progmodes/compile.el (compilation-error-properties): Fix for
3089 adding messages when there are already markers for their file.
3090 (compilation-fake-loc): New function.
3091
3092 2004-04-16 Dave Love <fx@gnu.org>
3093
3094 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3095 (python-load-file): Fix python-orig-start setting.
3096
3097 * progmodes/compile.el: Doc fixes.
3098 (compilation-error-regexp-alist-alist)
3099 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3100 (compilation-assq): Wrap in eval-when-compile.
3101 (compilation-mode-font-lock-keywords): Don't use list*.
3102 (compilation-start): Avoid warning.
3103 (compilation-compat-error-properties)
3104 (compilation-directory-properties): Add keymap property.
3105 (compilation-parsing-end): Make it a marker for better compatibility.
3106
3107 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3108
3109 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3110
3111 * xml.el: Doc fixes.
3112 (xml-get-children): Only looks at sub-tags and ignore strings.
3113
3114 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3115
3116 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3117
3118 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3119
3120 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3121
3122 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3123
3124 * vc.el (vc-print-log): Likewise.
3125
3126 2004-04-16 Masatake YAMATO <jet@gyve.org>
3127
3128 * simple.el (completion-setup-function): Set an initial value
3129 to `element-common-end' before entering loop. Set a value
3130 to `element-common-end' at the end of loop.
3131 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3132 (completions-common-part): Rename from completion-de-emphasis.
3133 (completions-first-difference): Rename from completion-emphasis.
3134 Suggested by RMS.
3135
3136 2004-04-16 Juanma Barranquero <lektu@terra.es>
3137
3138 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3139 (bookmark-edit-annotation-mode): Add mode name.
3140
3141 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3142
3143 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3144 for nested conflict markers.
3145 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3146
3147 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3148
3149 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3150
3151 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3152
3153 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3154
3155 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3156 Give a backtrace if requested.
3157
3158 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3159
3160 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3161 Remove unused functions.
3162 (python-orig-start-line, python-orig-file): Remove.
3163 (python-orig-start): New var.
3164 (python-input-filter, python-compilation-line-number)
3165 (python-send-region, python-load-file): Use it.
3166
3167 * info.el (info): Always jump to *info*.
3168
3169 * subr.el (posn-set-point): New function.
3170
3171 * mouse.el (mouse-set-point): Use it.
3172
3173 * progmodes/compile.el (compile-goto-error): Use it.
3174 (compilation-button-map): New keymap.
3175 (compilation-error-properties): Use it.
3176 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3177
3178 * smerge-mode.el (smerge-popup-context-menu): Use it.
3179
3180 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3181 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3182 mouse and non-mouse case.
3183
3184 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3185 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3186
3187 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3188 Make it work for non-mouse events.
3189
3190 * pcvs-info.el (cvs-status-map): Update binding name.
3191
3192 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3193
3194 * xml.el (xml-maybe-do-ns): New function to handle namespace
3195 parsing of both attribute and element names.
3196 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3197 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3198 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3199 (xml-parse-attlist): Make it do its own namespace parsing.
3200
3201 2004-04-14 Dave Love <fx@gnu.org>
3202
3203 * progmodes/python.el (run-python): Fix use of \n.
3204 (python-load-file): Remove `try' from Python fragment.
3205 (python-describe-symbol): Fix message.
3206
3207 * comint.el: Doc fixes.
3208 (comint-last-input-start, comint-last-input-end)
3209 (comint-last-output-start): Give them values.
3210 (comint-arguments): Avoid warning.
3211 (comint-skip-prompt): Use line-end-position.
3212 (comint-backward-matching-input): Rename arg to agree with doc.
3213 (comint-extract-string): Use syntax-ppss.
3214 (comint-dynamic-simple-complete): Delete useless list construction.
3215 (comint-redirect-subvert-readonly): New.
3216 (comint-redirect-preoutput-filter): Use it.
3217
3218 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3219 Correctly handle negative arguments when calling hook functions.
3220
3221 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3222
3223 * info.el (info-apropos): Don't clobber Info-history-list.
3224
3225 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3226
3227 * progmodes/compile.el (compilation-setup):
3228 Localize overlay-arrow-position.
3229 (compilation-sentinel): Restructure code equivalently.
3230 (compilation-next-error): Find message on same line after point if
3231 not found before point.
3232 (compile-mouse-goto-error): Restore function so that compilation
3233 buffer need not be current and use compile-goto-error.
3234 (compile-goto-error): Restore function.
3235 (next-error): Set overlay-arrow-position.
3236 (compilation-forget-errors): Don't localize already local
3237 compilation-locs and remove FIXME about refontifying.
3238
3239 2004-04-14 Kim F. Storm <storm@cua.dk>
3240
3241 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3242 (command-line): New option -Q. Like -q --no-site-file, but
3243 in addition it also disables menu-bar, tool-bar, scroll-bars,
3244 tool-tips, and the blinking cursor.
3245 (command-line-1): Skip startup screen if -Q.
3246 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3247
3248 * emulation/cua-base.el (cua-read-only-cursor-color)
3249 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3250
3251 2004-04-13 Dave Love <fx@gnu.org>
3252
3253 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3254 (syntax): Don't require.
3255 (python) <defgroup>: Add :version.
3256 (python-quote-syntax): Re-written.
3257 (inferior-python-mode): Move stuff here from run-python and add
3258 some more.
3259 (python-preoutput-continuation, python-preoutput-result)
3260 (python-dotty-syntax-table): New.
3261 (python-describe-symbol): Use them.
3262 (run-python): Move stuff to inferior-python-mode. Modify code
3263 loaded into Python.
3264 (python-send-region): Use python-proc, python-send-string.
3265 (python-send-string): Send newlines too. Callers changed.
3266 (python-load-file): Re-written.
3267 (python-eldoc-function): New.
3268 (info-look): Don't require.
3269 (python-after-info-look): New. A modified version of former
3270 top-level code for use with eval-after-load.
3271 (python-maybe-jython, python-guess-indent): Use widened buffer.
3272 (python-fill-paragraph): Re-written.
3273 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
3274 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
3275
3276 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3277
3278 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3279 Set compilation-error-regexp-alist earlier.
3280
3281 * progmodes/compile.el (compilation-minor-mode-map)
3282 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3283 (compile-goto-error): Re-merge the mouse and non-mouse commands.
3284
3285 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3286
3287 * progmodes/compile.el (compile-goto-error): Select the buffer/window
3288 corresponding to the event.
3289
3290 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
3291
3292 * loadup.el: Add cygwin to system-type list, for unexec() support.
3293
3294 2004-04-12 John Paul Wallington <jpw@gnu.org>
3295
3296 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3297 (ibuffer-restore-window-config-on-quit): New variable to replace
3298 `ibuffer-delete-window-on-quit'. Update all references.
3299 (ibuffer-prev-window-config): New variable.
3300 (ibuffer-quit): Restore previous window configuration instead of
3301 deleting window.
3302 (ibuffer): Save window configuration before showing Ibuffer buffer.
3303
3304 * help.el (describe-mode): Doc fix.
3305
3306 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3307
3308 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3309 not to treat nil as a function.
3310
3311 * vc-arch.el (vc-arch-root): Be a bit more careful.
3312 (vc-arch-register): Save the buffer if we modified it.
3313 (vc-arch-delete-rej-if-obsolete): Save excursion.
3314 (vc-arch-find-file-hook): Use the simpler after-save-hook.
3315 (vc-arch-responsible-p, vc-arch-init-version): New functions.
3316
3317 * net/ldap.el (ldap-search): Use list*.
3318
3319 2004-04-12 Juri Linkov <juri@jurta.org>
3320
3321 * info.el (Info-follow-reference): Allow multiline reference name.
3322
3323 2004-04-11 Dave Love <fx@gnu.org>
3324
3325 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3326
3327 * progmodes/python.el: New file.
3328
3329 2004-04-11 Andre Spiegel <spiegel@gnu.org>
3330
3331 * vc-hooks.el (vc-arg-list): Function removed.
3332 (vc-default-workfile-unchanged-p): Use condition-case to check for
3333 backward compatibility.
3334
3335 * vc.el (vc-print-log): Use condition-case to check for backward
3336 compatibility.
3337
3338 2004-04-11 Juri Linkov <juri@jurta.org>
3339
3340 * dired.el (dired-faces): New defgroup.
3341 (dired-header, dired-mark, dired-marked, dired-flagged)
3342 (dired-warning, dired-directory, dired-symlink, dired-ignored):
3343 New faces.
3344 (dired-header-face, dired-mark-face, dired-marked-face)
3345 (dired-flagged-face, dired-warning-face, dired-directory-face)
3346 (dired-symlink-face, dired-ignored-face): New face variables.
3347 (dired-font-lock-keywords): Use them instead of font-lock faces.
3348 Split the rule for dired marks into 3 separate rules: for marks,
3349 marked file names and flagged file names.
3350
3351 * help-mode.el (help-make-xrefs): Add a final newline to the
3352 *Help* buffer.
3353
3354 2004-04-11 John Paul Wallington <jpw@gnu.org>
3355
3356 * replace.el (occur-engine): Distinguish between one and several
3357 matches in the matches per buffer heading.
3358
3359 2004-04-11 Kim F. Storm <storm@cua.dk>
3360
3361 * ido.el (ido-confirm-unique-completion): New defcustom.
3362 (ido-complete): Use it.
3363 (ido-write-file): Set it to t unconditionally.
3364
3365 2004-04-10 Miles Bader <miles@gnu.org>
3366
3367 RCS keyword removal (only non-comment changes are enumerated here):
3368
3369 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3370 (byte-compile-insert-header): Don't use `byte-compile-version'.
3371 * forms.el (forms-version): Variable removed.
3372 (forms-mode): Don't use `forms-version'.
3373 * recentf.el (recentf-version): Variable removed.
3374 * progmodes/delphi.el (delphi-version): Variable removed.
3375 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
3376
3377 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3378
3379 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
3380
3381 2004-04-09 Jesper Harder <harder@ifa.au.dk>
3382
3383 * info.el (info-apropos): Improve menu item regexp.
3384
3385 2004-04-09 Simon Josefsson <jas@extundo.com>
3386
3387 * mail/smtpmail.el: Add comment, based on report by
3388 kdc@rcn.com (Kevin D. Clark).
3389
3390 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3391
3392 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3393 Redo one more thing that I didn't notice Daniel had undone.
3394
3395 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
3396
3397 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
3398 (gdb-goto-breakpoint, gdb-display-buffer)
3399 (gdb-display-source-buffer, gdb-view-source-function)
3400 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
3401 (gdb-source-info, gdb-frame-handler): Don't specify a window
3402 for display.
3403 (gdb-info-breakpoints-custom): Remove superfluous update of
3404 assembler buffer.
3405 (gdb-many-windows): Make settable outside gdb.
3406
3407 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
3408
3409 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
3410 Derive from fundamental-mode rather than text-mode.
3411
3412 2004-04-08 Juri Linkov <juri@jurta.org>
3413
3414 * info.el (Info-history): Doc fix.
3415 (Info-history-list): New var.
3416 (info-xref): Change magenta4 to blue, remove bold for dark and
3417 light backgrounds, change bold to underline for non-color classes.
3418 (info-xref-visited): New face.
3419 (Info-fontify-visited-nodes): New custom.
3420 (Info-hide-note-references): Add new value `hide'. Doc fix.
3421 (Info-reference-name): New var.
3422 (Info-selection-hook): New custom.
3423 (Info-edit-mode-hook): New var.
3424 (Info-find-file): New fun.
3425 (Info-find-node): Move part of code to Info-find-file.
3426 (Info-find-node-2): Add anchors to Info-history-list. Move point
3427 to the place with the reference name if name is defined.
3428 (Info-select-node): Add current node to Info-history-list.
3429 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
3430 (Info-search-whitespace-regexp): New custom.
3431 (Info-search-case-fold): New var.
3432 (Info-search): Add "case-sensitively" to the prompt.
3433 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
3434 (Info-search-case-sensitively, Info-search-next): New fun.
3435 (Info-up): Move point to the menu item of the current node.
3436 (Info-history): New fun. Add *info-history* to
3437 same-window-buffer-names.
3438 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
3439 (Info-insert-toc): New fun.
3440 (Info-build-toc): New fun.
3441 (Info-follow-reference): Add new arg `fork'. Doc fix.
3442 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
3443 with the same name prefer the reference closest to point.
3444 (Info-next-reference): Replace * by + in the *Note regexp.
3445 Add regexp for http:// and ftp://. Skip the *Note prefix.
3446 (Info-prev-reference): Replace * by + in the *Note regexp.
3447 Add regexp for http:// and ftp://. Skip the *Note prefix.
3448 (Info-follow-nearest-node): Add new arg `fork'.
3449 (Info-try-follow-nearest-node): Add new arg `fork'.
3450 Call browse-url for http:// and ftp:// references.
3451 Set Info-reference-name for index entries.
3452 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
3453 Info-search-next, Info-history, Info-toc, clone-buffer.
3454 (Info-menu-update): Replace * by + in the *Note regexp.
3455 (Info-mode): Add documentation for Info-history, Info-toc,
3456 Info-search-case-sensitively, Info-search-next, clone-buffer.
3457 (Info-fontify-menu-headers): Remove fun. Move code to
3458 Info-fontify-node.
3459 (Info-fontify-node): Add docstring. Add local vars
3460 fontify-visited-p and not-fontified-p. If not-fontified-p is t
3461 then fontify header line, titles, menu headers, http and ftp
3462 references, refill paragraphs. If not-fontified-p is t or
3463 fontify-visited-p is t then fontify cross references, menu items.
3464 Fontify menu headers. Fontify http and ftp references.
3465 Change regexp for cross references to require whitespace after *Note,
3466 add matching groups for file and node names. Remove hack for quote.
3467 Use display property for Info-hide-note-references=t. Use fifth
3468 or fourth match for help-echo. Display visited nodes in a
3469 different face. Unhide file names of external references.
3470 Unhide newlines. Display visited menu items in a different face.
3471
3472 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3473
3474 * progmodes/compile.el: Require CL.
3475 (compilation-mode-font-lock-keywords): Re-install the "line as
3476 function" patch.
3477
3478 * help-fns.el (help-C-source-directory): New var.
3479 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
3480 (describe-function-1, describe-variable): Use them.
3481
3482 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
3483 to C source files specially.
3484
3485 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
3486
3487 * info.el (Info-hide-cookies-node): New function.
3488 (Info-select-node): Use it.
3489 (Info-display-images-node): Remove message with image file name.
3490
3491 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
3492
3493 * progmodes/compile.el (compilation-warning-face)
3494 (compilation-info-face, compilation-skip-threshold)
3495 (compilation-skip-visited, compilation-context-lines):
3496 Declare :version when added to Emacs.
3497 (compilation-error-regexp-alist-alist): Extend caml and irix.
3498 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
3499 (compilation-mode-font-lock-keywords): Temporarily undo line as
3500 function patch, which wasn't ready.
3501
3502 2004-04-07 Kenichi Handa <handa@m17n.org>
3503
3504 * international/latin1-disp.el (latin1-display-setup): Check each
3505 character is displayable or not instead of calling
3506 latin1-display-check-font.
3507
3508 2004-04-06 Kenichi Handa <handa@m17n.org>
3509
3510 * language/ethio-util.el (ethio-sera-being-called-by-w3):
3511 New variable.
3512 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
3513 instead of sera-being-called-by-w3.
3514 (ethio-fidel-to-sera-buffer): Likewise.
3515 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
3516 instead of sera-being-called-by-w3.
3517 (ethio-write-file): Likewise.
3518
3519 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3520
3521 * printing.el: Doc fix.
3522
3523 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
3524
3525 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
3526 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
3527 (gdb-setup-windows): Only use separate IO buffer if required.
3528
3529 2004-04-06 Kim F. Storm <storm@cua.dk>
3530
3531 * term.el (term-is-xemacs): Remove.
3532 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
3533 (term-window-width): New function.
3534 (term-mode, term-check-size): Use it.
3535 (term-mode): Disable overflow-newline-into-fringe in term buffer.
3536
3537 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
3538
3539 * cus-edit.el (custom-add-parent-links): Change unbound variable
3540 `symbol' to `name'.
3541
3542 2004-04-05 Jesper Harder <harder@ifa.au.dk>
3543 * info.el (info-apropos): New function.
3544 (Info-mode-menu): Add it.
3545 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
3546
3547 * help-mode.el (help-make-xrefs): Recognize aliased variable with
3548 inherited docstring.
3549
3550 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
3551
3552 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3553
3554 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
3555
3556 * progmodes/compile.el (font-lock): Don't require any more.
3557 (compilation-error-properties, compilation-start, compilation-sentinel)
3558 (compilation-filter, next-error): Use with-current-buffer.
3559 (compilation-skip-to-next-location, compilation-skip-threshold)
3560 (compilation-skip-visited): Move to silence the byte-compiler.
3561 (compilation-setup): Simplify.
3562 (compilation-next-error): Use line-(beginning|end)-position.
3563 Make sure `pt' is non-nil before using compilation-loop.
3564 (compile-goto-error): Add optional event arg. Use it.
3565 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
3566 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
3567 Update the binding for mouse-2.
3568 (first-error): Set compilation-current-error to nil rather than bob.
3569 (compilation-parsing-end, compilation-parse-errors-function)
3570 (compilation-error-list, compilation-old-error-list):
3571 "New" compatibility variables.
3572 (compile-buffer-substring, compilation-compat-error-properties)
3573 (compilation-compat-parse-errors, compilation-forget-errors):
3574 New compatibility functions.
3575 (compilation-mode-font-lock-keywords): Use them.
3576
3577 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3578
3579 * autorevert.el (auto-revert-handler): If point (or a window
3580 point) is at the end of the buffer, keep it there after
3581 reverting. This allows to tail a file.
3582 Mention this in the `Commentary'.
3583
3584 * format.el (format-write-file): Add optional argument CONFIRM
3585 and make it behave like the analogous argument to `write-file'.
3586
3587 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3588
3589 * progmodes/ebnf2ps.el: Doc fix.
3590 (ebnf-version): New version number (4.2).
3591 (ebnf-syntax): Customization and docstring fix.
3592 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
3593 Put autoloaded funs before first use.
3594 (ebnf-style-database): Add dtd entry.
3595 (ebnf-syntax-alist): Add dtd initialization.
3596 (ebnf-token-sequence): New fun.
3597 (ebnf-comment-table): Add new comment action character.
3598 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
3599
3600 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
3601 Type Definition for XML).
3602
3603 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
3604 * progmodes/ebnf-bnf.el (ebnf-sequence):
3605 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
3606 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
3607 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
3608 Code simplification: call ebnf-token-sequence.
3609
3610 2004-04-04 Eli Zaretskii <eliz@gnu.org>
3611
3612 * calendar/timeclock.el (timeclock-relative)
3613 (timeclock-get-project-function, timeclock-get-workday-function)
3614 (timeclock-query-out, timeclock-when-to-leave)
3615 (timeclock-when-to-leave-string, timeclock-log-data)
3616 (timeclock-generate-report, timeclock-in): Doc fixes.
3617
3618 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3619
3620 * url/: New dir. Import the URL package from its repository.
3621
3622 2004-04-03 Andreas Schwab <schwab@suse.de>
3623
3624 * diff-mode.el (diff-mode): Fix missing quote.
3625
3626 2004-04-03 Juri Linkov <juri@jurta.org>
3627
3628 * descr-text.el (describe-property-list): Add `font-lock-face'.
3629
3630 * dired.el (dired-font-lock-keywords): Fix permission regexps.
3631
3632 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3633
3634 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
3635 Use utf-16le on little endian machines and utf-16be otherwise.
3636
3637 2004-04-02 David Kastrup <dak@gnu.org>
3638
3639 * net/browse-url.el (browse-url-generic): Use call-process
3640 instead of start-process to allow browsers that fork and detach.
3641
3642 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
3643
3644 * compile.el (compilation-current-error): New var.
3645 (compilation-setup, compile-mouse-goto-error)
3646 (compile-goto-error, next-error): Use it.
3647 (compilation-skip-to-next-location): Default to t, which gives
3648 contiguous skipping like old compile (where this was redundant).
3649 (compilation-next-error): Prevent previous-* commands from moving
3650 back to message at or just before point.
3651
3652 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
3653
3654 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
3655 (gdb-source-info): Don't display source at startup, if required.
3656 (gdb-show-main): New option.
3657 (gdba): Update documentation.
3658 (gdb-source): Cover case of auto-display output.
3659
3660 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
3661
3662 * autorevert.el: Delete obsolete autoload's and defvar's.
3663 (auto-revert-check-vc-info): New user option.
3664 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3665 (auto-revert-handler-vc): Delete.
3666 (auto-revert-handler): Treat return value `fast' of
3667 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
3668
3669 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
3670 return `fast'.
3671
3672 * files.el (buffer-stale-function): Doc change.
3673
3674 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3675
3676 * printing.el: New tip on Tips section.
3677 (pr-version): New version number (6.7.4).
3678 (pr-shell-file-name): Initialization fix.
3679
3680 2004-03-31 Juri Linkov <juri@jurta.org>
3681
3682 * dired.el: Add autoload for `dired-do-touch'.
3683 (dired-touch-program): New var.
3684 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
3685 (dired-no-confirm): Add `touch' to docstring.
3686
3687 * dired-aux.el (dired-do-touch): New fun.
3688 (dired-do-chxxx): Add argument -t for touch operation.
3689
3690 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
3691 `dired-move-to-filename-regexp'.
3692
3693 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
3694
3695 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3696
3697 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3698
3699 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
3700 and only if the buffer was modified.
3701
3702 2004-03-30 Kenichi Handa <handa@m17n.org>
3703
3704 * international/characters.el: Delete pairs for U+2308..U+230B.
3705
3706 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
3707
3708 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
3709 to detect the beginning of a level 2 or 3 annotation.
3710
3711 2004-03-29 Kenichi Handa <handa@m17n.org>
3712
3713 * international/ucs-tables.el (ucs-insert): Fix the error message.
3714
3715 2004-03-29 Kenichi Handa <handa@m17n.org>
3716
3717 * international/mule-util.el (char-displayable-p): Fix generation
3718 of XLFD file name.
3719
3720 * Makefile.in (setwins, setwins_almost): Change directory to $wd
3721 before finding directories by `find'.
3722
3723 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3724
3725 * subr.el (interactive-form): Delete. Now implemented in C.
3726
3727 * pcvs.el (cvs-parse-process): Workaround for Darwin.
3728
3729 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
3730 (vc-diff-label): New fun.
3731 (vc-diff-internal): Use it.
3732
3733 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
3734
3735 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3736
3737 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
3738
3739 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
3740 specify XML (EBNFX).
3741
3742 * progmodes/ebnf2ps.el: Doc fix.
3743 (ebnf-version): New version number (4.1).
3744 (ebnf-syntax): Adjust customization.
3745 (ebnf-style-database): Add ebnfx entry.
3746 (ebnf-syntax-alist): Add ebnfx initialization.
3747 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
3748
3749 * printing.el: Doc fix.
3750 (pr-version): New version number (6.7.3).
3751 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
3752 returns nil for mouse position. Reported by Drew Adams
3753 <drew.adams@oracle.com>.
3754 (pr-update-menus): Modify interactive declaration. Reported by Drew
3755 Adams <drew.adams@oracle.com>.
3756
3757 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
3758
3759 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
3760 (gud-gdba-marker-filter): Log the process input and output, if
3761 required. From Stefan Monnier.
3762 (gdb-debug-log, gdb-enable-debug-log): New variables.
3763 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
3764
3765 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3766
3767 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
3768 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
3769
3770 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
3771
3772 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
3773 Call vc-find-file-hook here instead of in auto-revert-buffers.
3774 (auto-revert-buffers): Delete call to vc-find-file-hook.
3775 (auto-revert-verbose, global-auto-revert-non-file-buffers)
3776 (global-auto-revert-mode, auto-revert-set-timer)
3777 (auto-revert-handler, auto-revert-buffers): Doc fixes.
3778
3779 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
3780
3781 * woman.el (woman-change-fonts): Rename local variable
3782 woman-font-alist to font-alist to avoid a compiler warning.
3783
3784 2004-03-27 Dave Love <fx@gnu.org>
3785
3786 * emacs-lisp/rx.el (rx): Doc fix.
3787 Fix copyright years.
3788
3789 * strokes.el (strokes-global-set-stroke-string): New function.
3790 (strokes-list-strokes): Cope with strings, not just commands.
3791 Set foreground colour of image.
3792 (strokes-global-set-stroke): Doc fix.
3793
3794 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
3795
3796 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
3797 Auto Revert mode.
3798 (Buffer-menu-files-only): New variable.
3799 (Buffer-menu-toggle-files-only): New function.
3800 (Buffer-menu-mode-map): Bind it to `T'.
3801 (Buffer-menu-mode): Mention `T' in docstring.
3802 Set buffer-stale-function.
3803 (list-buffers-noselect): Mark buffer non-modified and set
3804 Buffer-menu-files-only.
3805
3806 * dired.el (buffer-stale-function): Remove no longer needed defvar.
3807
3808 * autorevert.el (auto-revert-handler): Print revert message
3809 before, rather than after, reverting.
3810 (buffer-stale-function): Move to files.el.
3811
3812 * files.el (buffer-stale-function): Move here from autorevert.el.
3813
3814 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3815
3816 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
3817
3818 * calc/calc.el (calc-mode-map): Use mapc.
3819
3820 * apropos.el (apropos-mode): Don't autoload.
3821 (apropos-symbols-internal): New fun. Extracted from `apropos'.
3822 (apropos): Use it.
3823 (apropos-print): Add optional `text' argument.
3824 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
3825 Don't assume point-min == 1.
3826
3827 * bs.el (bs-buffer-list): Use buffer-local-value.
3828 (bs--set-toggle-to-show): Use with-current-buffer.
3829
3830 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
3831 New funs.
3832 (list-buffers-noselect): Use them. Adjust :align-to to new style.
3833
3834 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
3835
3836 * dabbrev.el (dabbrev-expand): Fix regexp construction.
3837 (dabbrev--find-expansion): Use pop.
3838 (dabbrev--search): Use match-string-no-properties.
3839
3840 * dired.el (dired-mode): Use run-mode-hooks.
3841 (dired-move-to-end-of-filename): Use match-string.
3842
3843 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
3844 is bound before using it.
3845 (ediff-verbose-p): Make it into a var since it's not constant.
3846
3847 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
3848
3849 * faces.el (read-face-font): Don't cons up unnecessarily.
3850 (header-line, tool-bar): Share common parts.
3851
3852 * files.el (file-relative-name): Use compare-strings.
3853
3854 * finder.el (finder-mode): Follow coding convention.
3855
3856 * subr.el (read-number): New function.
3857
3858 * ses.el (ses-read-number): Move to subr.el.
3859 (ses-set-header-row): Use read-number.
3860
3861 2004-03-26 Andre Spiegel <spiegel@gnu.org>
3862
3863 * vc-hooks.el (vc-arg-list): New function, which handles both
3864 compiled and uncompiled code.
3865 (vc-default-workfile-unchanged-p): Use it.
3866
3867 * vc.el (vc-print-log): Undo prev change, use new function
3868 vc-arg-list from vc-hooks.el.
3869
3870 2004-03-26 Masatake YAMATO <jet@gyve.org>
3871
3872 * simple.el (completion-setup-function): Emphasize the
3873 first uncommon characters in the completions; and de-emphasize
3874 the common prefix substrings.
3875 (completion-emphasis): New face.
3876 (completion-de-emphasis): New face.
3877
3878 2004-03-25 Juanma Barranquero <lektu@terra.es>
3879
3880 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
3881 Comment out (it's unused and unfinished code).
3882
3883 2004-03-25 Sam Steingold <sds@gnu.org>
3884
3885 * vc.el (vc-print-log): Fix a bug in the last patch:
3886 backend-function may be a byte-compiled object, not a lambda.
3887
3888 2004-03-25 Juri Linkov <juri@jurta.org>
3889
3890 * descr-text.el (describe-property-list): Add a button
3891 for `face' property that calls `describe-face'.
3892 Suggested by luis fernandes <elf@ee.ryerson.ca>
3893
3894 * international/mule.el (keyboard-coding-system):
3895 * kmacro.el (kmacro-call-macro): Fix docstring.
3896
3897 * dired.el: Fix comments.
3898
3899 * textmodes/fill.el (fill): Fix Info link.
3900
3901 * font-lock.el (fast-lock, lazy-lock):
3902 * jit-lock.el (jit-lock): Remove links to removed Support Modes
3903 Info node.
3904
3905 * eshell/eshell.el (eshell): Fix broken info-link.
3906
3907 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
3908 * eshell/em-banner.el (eshell-banner):
3909 * eshell/em-smart.el (eshell-smart):
3910 * eshell/esh-cmd.el (eshell-cmd):
3911 Comment out broken info-links to incomplete Info manual.
3912
3913 * info-xref.el: Fix commentary.
3914
3915 2004-03-25 Kevin Ryde <user42@zip.com.au>
3916
3917 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
3918 Remove spurious node duplicate suppression, doesn't work, not wanted.
3919 (info-xref-output): Take format style args, add "sit-for 0" to let
3920 user see the results as they progress.
3921 (info-xref-check-all-custom): New function.
3922
3923 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
3924
3925 * gdb-ui.el: Moved to progmodes.
3926
3927 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3928
3929 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
3930
3931 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3932
3933 * calendar/appt.el (appt-check): Remove superfluous progn.
3934 When finished with diary buffer: if it was not being displayed
3935 before, kill it; otherwise restore its original state.
3936 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
3937
3938 * calendar/calendar.el (calendar-set-mode-line): Use total
3939 available mode-line width, rather than frame-width.
3940
3941 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
3942 after mode change so effect not lost.
3943
3944 2004-03-23 Dave Love <fx@gnu.org>
3945
3946 * dired.el (dired) <defgroup>: Add link to manual.
3947 (dired-font-lock-keywords): Add highlighting on unusual permissions.
3948 (dired-revert): Use dolist.
3949 (dired-mode-map): Add U binding.
3950 (dired-mode): Add font-lock-beginning-of-syntax-function.
3951 (dired-garbage-files-regexp): Make it a defcustom.
3952
3953 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
3954
3955 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
3956 is equivalent to nil.
3957 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
3958 (vc-arch-mode-line-string): Accept `added' state.
3959 (vc-arch-state): Use inode-sigs if available.
3960 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
3961 Copy&delete existing id file if any. Fallback if uuidgen is absent.
3962 (vc-arch-tagline-re): New var.
3963 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
3964 New functions.
3965 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
3966 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
3967
3968 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
3969 (vc-file-not-found-hook): Use it.
3970
3971 * diff-mode.el (diff-default-read-only): Change default.
3972 (diff-mode-hook): Make it a defcustom. Add some options.
3973 (diff-mode-map): Bind diff-refine-hook.
3974 (diff-yank-handler): New var.
3975 (diff-yank-function): New fun.
3976 (diff-font-lock-keywords): Use them.
3977 (diff-end-of-file): Handle case where file-header looks like diff text.
3978 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
3979 (diff-file-kill): Delete a subsequent empty line, if applicable.
3980 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
3981 (diff-find-file-name): Use it.
3982 (diff-tell-file-name): New command.
3983 (diff-mode): Be careful with view-mode.
3984 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
3985 New functions, for use in diff-mode-hook.
3986 (diff-find-source-location): Catch "regex too large" errors.
3987 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
3988 (diff-refine-hunk): New command.
3989
3990 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
3991 (smerge-context-menu-map): Remove unused var.
3992 (smerge-keep-all): Preserve markers.
3993 (smerge-keep-n): New fun.
3994 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
3995 (smerge-keep-current, smerge-ediff): Use it.
3996 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
3997 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
3998 (smerge-resolve): Resolve trivial 3-part conflicts.
3999
4000 2004-03-23 Juri Linkov <juri@jurta.org>
4001
4002 * man.el (Man-width): New var.
4003 (Man-getpage-in-background): Use it.
4004 (Man-support-local-filenames): New var and fun.
4005 (Man-build-man-command): Don't add a second %s.
4006 (Man-fontify-manpage): Clean up message.
4007 (Man-mode): Set outline-regexp, outline-level,
4008 imenu-generic-expression.
4009
4010 * woman.el (woman-fill-frame): Doc fix.
4011 (woman-decode-region): Use window-width instead of frame-width.
4012
4013 * abbrevlist.el (list-one-abbrev-table):
4014 * descr-text.el (describe-char):
4015 * international/mule-diag.el (describe-current-coding-system):
4016 * international/quail.el (quail-insert-decode-map):
4017 Use window-width instead of frame-width.
4018
4019 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4020 (jka-compr-mode-alist-additions): Add tbz.
4021 (jka-compr-write-region, jka-compr-insert-file-contents):
4022 Add message for undefined compress-program.
4023 (jka-compr-write-region): Remove redundant var bindings.
4024
4025 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4026 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4027 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4028 (dired-man): Use dired-guess-shell-command.
4029 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4030 Change default nil to t.
4031
4032 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4033 (dired-compare-directories): Add default value for empty input.
4034
4035 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4036
4037 * time.el (display-time-string-forms): Fix help-echo date format.
4038
4039 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4040
4041 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4042 (buffer-stale-function): New variable.
4043 (auto-revert-list-diff, auto-revert-dired-file-list)
4044 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4045 (auto-revert-handler): Take over some functionality of deleted
4046 functions.
4047 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4048
4049 * dired.el (dired-directory-changed-p): New fun, extracted from
4050 dired-internal-noselect.
4051 (dired-buffer-stale-p): New fun.
4052 (dired-internal-noselect): Use dired-directory-changed-p.
4053 Eliminate revert messages.
4054 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4055
4056 2004-03-23 Kenichi Handa <handa@m17n.org>
4057
4058 * international/characters.el: Setup syntaxes for more parentheses
4059 Unicode characters.
4060
4061 * international/mule-cmds.el (select-safe-coding-system):
4062 Merge coding-system and auto-cs before comparing them.
4063
4064 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4065
4066 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4067
4068 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4069 normal-auto-fill-function and comment-indent-function.
4070 The default values now work just as well.
4071 Don't set font-lock-beginning-of-syntax-function since we already set
4072 syntax-begin-function.
4073 (lisp-outline-level): Put ;;;###autoload at same level as (.
4074 (prin1-char): Quote special chars.
4075
4076 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4077 than with-no-warnings.
4078
4079 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4080 if the source location can't be found.
4081 (edebug-compute-previous-result): Use prin1-char.
4082
4083 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4084 (debug-ignored-errors): Add an entry.
4085
4086 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4087 (byte-compile-file): Output warning when deleting a file.
4088
4089 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4090 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4091
4092 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4093 (byte-compile-inline-expand): Use backquote.
4094 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4095 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4096
4097 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4098
4099 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4100
4101 2004-03-22 Juri Linkov <juri@jurta.org>
4102
4103 * finder.el (finder-known-keywords): Fix data, tex, unix.
4104
4105 * play/landmark.el: Fix keywords.
4106
4107 * language/ethio-util.el (ethio-find-file): Doc fix.
4108
4109 * emacs-lisp/warnings.el: Doc fix.
4110
4111 * textmodes/ispell.el (ispell-help): Doc fix.
4112
4113 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4114
4115 * format.el (format-insert-file): Always return a list of two
4116 elements, like insert-file-contents does.
4117
4118 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4119
4120 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4121 and vc-BACKEND-diff.
4122 (vc-print-log): If the print-log implementation supports it, use
4123 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4124 (vc-version-diff, vc-diff-internal): Doc fixes.
4125
4126 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4127 implementation supports it, let diff output go to *vc*,
4128 not *vc-diff*, since this is an internal call.
4129
4130 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4131
4132 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4133
4134 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4135
4136 2004-03-21 Dave Love <fx@gnu.org>
4137
4138 * progmodes/cfengine.el (cfengine-mode):
4139 Set parse-sexp-ignore-comments.
4140
4141 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4142
4143 2004-03-21 Juanma Barranquero <lektu@terra.es>
4144
4145 * allout.el (allout-mode): Fix docstring.
4146
4147 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4148
4149 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4150
4151 * autorevert.el (auto-revert-interval): Make new value take
4152 effect immediately when set through Custom.
4153 (auto-revert-set-timer): Add interactive declaration.
4154
4155 2004-03-19 David Ponce <david@dponce.com>
4156
4157 * ruler-mode.el (ruler-mode-header-line-format-old):
4158 Don't `make-variable-buffer-local'.
4159 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4160 (ruler-mode-header-line-format): Simply funcall the above.
4161 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4162 to save/restore a previous header line format.
4163 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4164 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4165 fringes and margins width.
4166 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4167
4168 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * log-edit.el (log-edit-font-lock-keywords): Typo.
4171
4172 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4173 (tex-send-tex-command): Rather than here.
4174 (tex-compilation-parse-errors): Simplify.
4175
4176 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4177
4178 * time.el (display-time-string-forms): Add help-echo with date on time.
4179
4180 * composite.el (compose-region): Use restore-buffer-modified-p.
4181
4182 * disp-table.el (standard-display-8bit): Simplify.
4183
4184 * server.el (server-process-filter): Delete temp frame.
4185
4186 * add-log.el (add-change-log-entry): Simplify.
4187
4188 2004-03-19 Kim F. Storm <storm@cua.dk>
4189
4190 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4191 (hexl-follow-line): Don't require 'fringe.
4192
4193 * progmodes/compile.el (compilation-start): Always set
4194 compilation-last-buffer and return it.
4195
4196 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4197
4198 * simple.el (clone-buffer): Doc fix.
4199
4200 2004-03-18 Juanma Barranquero <lektu@terra.es>
4201
4202 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4203
4204 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4205
4206 * log-edit.el (log-edit-font-lock-keywords): New var.
4207 (log-edit-mode): Use it.
4208
4209 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4210
4211 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4212 properly for watching in speedbar.
4213
4214 2004-03-17 Masatake YAMATO <jet@gyve.org>
4215
4216 * smerge-mode.el (smerge-popup-context-menu):
4217 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4218
4219 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4220
4221 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4222 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4223 Take sealed revisions into account.
4224 (vc-arch-checkin): Extract a summary line from the message.
4225
4226 2004-03-16 Masatake YAMATO <jet@gyve.org>
4227
4228 * register.el (register): Provide `register' feature.
4229
4230 2004-03-15 Masatake YAMATO <jet@gyve.org>
4231
4232 Added context menu support in smerge mode.
4233 Most of the part is written by Stefan Monnier.
4234
4235 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4236 New keymap and menu.
4237 (smerge-text-properties): New function.
4238 (smerge-remove-props): New function.
4239 (smerge-popup-context-menu): New function.
4240 (smerge-resolve): Call `smerge-remove-props'.
4241 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4242 (smerge-keep-current): Ditto.
4243 (smerge-kill-current): New function.
4244 (smerge-match-conflict): Put text properties.
4245 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4246
4247 2004-03-15 David Ponce <david@dponce.com>
4248
4249 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4250 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4251 (ruler-mode-right-scroll-bar-cols): Remove.
4252 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4253 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4254 Use fringe-columns and scroll-bar-columns.
4255
4256 2004-03-15 Masatake YAMATO <jet@gyve.org>
4257
4258 * hl-line.el (hl-line-range-function): New variable.
4259 (hl-line-move): New function.
4260 (global-hl-line-highlight): Use `hl-line-move'.
4261 (hl-line-highlight): Ditto.
4262
4263 * scroll-bar.el (scroll-bar-columns):
4264 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4265
4266 * ruler-mode.el (top-level): Require scroll-bar and fringe.
4267 (ruler-mode-left-fringe-cols)
4268 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4269 (ruler-mode-right-scroll-bar-cols)
4270 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4271 (ruler-mode-ruler-function): New variable.
4272 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4273 if the value for `ruler-mode-ruler-function'is given.
4274
4275 * hexl.el (hexl-mode-hook): Make the hook customizable.
4276 (hexl-address-area, hexl-ascii-area): New customize variables.
4277 (hexlify-buffer): Put font-lock-faces on the address area and
4278 the ascii area.
4279 (hexl-activate-ruler): New function.
4280 (hexl-follow-line): New function.
4281 (hexl-highlight-line-range): New function.
4282 (hexl-mode-ruler): New function.
4283
4284 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4285
4286 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
4287 (vc-default-find-file-hook): New fun.
4288 (vc-find-file-hook): Call new find-file-hook operation.
4289
4290 * vc-arch.el: New file.
4291
4292 2004-03-12 Jesper Harder <harder@ifa.au.dk>
4293
4294 * info-look.el (info-lookup): Reuse an existing Info window.
4295
4296 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4297
4298 * woman.el (woman-preserve-ascii): Default value changed to t and
4299 doc string revised.
4300
4301 2004-03-12 Richard M. Stallman <rms@gnu.org>
4302
4303 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4304 Fix minor bug.
4305
4306 * replace.el (occur-engine): Change message for count of matches.
4307
4308 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4309 For strings, do compare text properties.
4310
4311 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4312
4313 * progmodes/compile.el (compile-auto-highlight)
4314 (compilation-error-list, compilation-old-error-list)
4315 (compilation-parse-errors-function, compilation-parsing-end)
4316 (compilation-error-message, compilation-directory-stack)
4317 (compilation-enter-directory-regexp-alist)
4318 (compilation-leave-directory-regexp-alist)
4319 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4320 (compilation-current-file, compilation-regexps): Remove vars.
4321
4322 (compile-error-at-point, compilation-error-filedata)
4323 (compilation-error-filedata-file-name, compile-reinitialize-errors)
4324 (compilation-next-error-locus, compilation-forget-errors)
4325 (count-regexp-groupings, compilation-parse-errors)
4326 (compile-collect-regexps, compile-buffer-substring): Remove funs.
4327
4328 (compile-internal): Make obsolete.
4329
4330 (compilation-first-column, compilation-error)
4331 (compilation-directory-matcher, compilation-page-delimiter)
4332 (compilation-mode-font-lock-keywords, compilation-debug)
4333 (compilation-error-face, compilation-warning-face)
4334 (compilation-info-face, compilation-line-face)
4335 (compilation-column-face, compilation-enter-directory-face)
4336 (compilation-leave-directory-face, compilation-skip-threshold)
4337 (compilation-skip-visited, compilation-context-lines): New vars.
4338
4339 (compilation-warning-face, compilation-info-face)
4340 (compilation-message-face): New faces.
4341
4342 (compilation-error-regexp-alist-alist): New constant.
4343
4344 (compilation-face, compilation-directory-properties)
4345 (compilation-assq, compilation-error-properties, compilation-start)
4346 (define-compilation-mode, compilation-loop)
4347 (compilation-set-window): New functions.
4348
4349 (compile): Additional argument for interactive compiles like TeX.
4350
4351 * progmodes/grep.el (kill-grep): Move here from compile.el
4352 (grep-error, grep-hit-face, grep-error-face)
4353 (grep-mode-font-lock-keywords): New variables.
4354 (grep-regexp-alist): Simplify regexp and add `binary' case.
4355 (grep-mode): New mode.
4356 (grep-process-setup): Simplify.
4357
4358 2004-03-11 Jason Rumney <jasonr@gnu.org>
4359
4360 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4361 letters on DOS/Windows.
4362
4363 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4364
4365 * server.el (server-name): New var.
4366 (server-socket-dir): New var to replace server-socket-name.
4367 (server-start): Use them.
4368
4369 2004-03-11 Simon Josefsson <jas@extundo.com>
4370
4371 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4372 died to avoid infloop. Reported by Jonathan Glauner
4373 <jglauner@sbum.org>.
4374
4375 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4376
4377 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
4378 (smerge-mode-menu): Use it to deactivate menu entries.
4379 (smerge-keep-current): New fun.
4380 (smerge-keep-current): Use it.
4381
4382 2004-03-10 John Paul Wallington <jpw@gnu.org>
4383
4384 * foldout.el (foldout-fold-list, foldout-modeline-string):
4385 Declare them as variables, not constants.
4386
4387 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4388
4389 * ps-print.el: Modification to print *Messages* buffer.
4390 (ps-print-version): New version 6.6.4.
4391 (ps-message-log-max): New fun.
4392 (ps-spool-without-faces, ps-spool-with-faces)
4393 (ps-count-lines-preprint): Code fix.
4394
4395 * printing.el: New tips in Tips section.
4396
4397 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4398
4399 * delim-col.el: Doc fix.
4400
4401 * printing.el: Doc fix. New doc section (Tips).
4402
4403 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4404
4405 * type-break.el (type-break-emacs-variant): Remove.
4406 (type-break-run-at-time, type-break-cancel-function-timers):
4407 Use fboundp rather than version name and number.
4408
4409 2004-03-09 Masatake YAMATO <jet@gyve.org>
4410
4411 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4412 `make-variable-buffer-local'.
4413
4414 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
4415
4416 * find-dired.el (find-dired): Call `shell-command' instead of
4417 `start-process-shell-command'. By this, Tramp takes over
4418 handling of remote directories.
4419
4420 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4421
4422 * newcomment.el (comment-use-global-state): New var.
4423 (comment-search-forward): Use it.
4424
4425 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
4426
4427 * cus-edit.el (fill) <defgroup>: Move to fill.el.
4428
4429 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
4430 (enable-kinsoku): Make it a defcustom.
4431 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
4432 paragraph to same-comment-start-marker.
4433
4434 2004-03-07 Dave Love <fx@gnu.org>
4435
4436 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4437 (browse-url-mail): Use it.
4438
4439 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
4440 (rfc2368-unhexify-string): Use replace-regexp-in-string.
4441
4442 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4443
4444 * woman.el (woman-man.conf-path): Doc fix.
4445 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
4446
4447 2004-03-07 Eli Zaretskii <eliz@gnu.org>
4448
4449 * sort.el (sort-columns): Remove ms-dos from the list of systems
4450 where the external `sort' command is not used.
4451
4452 2004-03-07 Kim F. Storm <storm@cua.dk>
4453
4454 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
4455 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
4456 from overlay-arrow-variable-list.
4457 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
4458
4459 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
4460
4461 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
4462 overlay arrow string properly for the assembler buffer.
4463
4464 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4465
4466 * mail/sendmail.el (mail-mode): Fix last change.
4467
4468 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
4469
4470 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
4471 for the assembler buffer.
4472 (gdb-assembler-custom): Position the overlay arrow.
4473 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
4474
4475 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
4476
4477 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
4478
4479 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
4480 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
4481
4482 * mail/sendmail.el (mail-mode): Set comment-start-skip.
4483
4484 * newcomment.el (uncomment-region): Allow non-terminated comment.
4485 (comment-normalize-vars): Check the user-specified comstart marker.
4486
4487 2004-03-04 Jesper Harder <harder@ifa.au.dk>
4488
4489 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
4490 Otherwise, do use it if the region only contains font-lock text
4491 properties.
4492
4493 2004-03-04 Masatake YAMATO <jet@gyve.org>
4494
4495 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
4496 as the callback function for eldoc.
4497 (hexl-print-current-point-info): New function.
4498 (hexl-current-address): Print the address in both decimal
4499 and hexadecimal format.
4500
4501 2004-03-04 Richard M. Stallman <rms@gnu.org>
4502
4503 * mail/rmail.el (rmail-convert-to-babyl-format):
4504 Specify t for UNIBYTE when calling mail-unquote-printable-region.
4505
4506 * mail/mail-utils.el (mail-unquote-printable-region):
4507 New arg UNIBYTE.
4508
4509 * startup.el (command-switch-alist): Doc fix.
4510
4511 * simple.el (undo): Temporarily set this-command to `undo-start',
4512 then set it to `undo' once undo-start returns without error.
4513
4514 * simple.el (minibuffer-history-sexp-flag): Doc fix.
4515
4516 * simple.el (kill-line): Don't disregard trailing whitespace
4517 in eol condition, if show-trailing-whitespace is set.
4518
4519 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
4520 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
4521 When disabling, restore old values only if mouse-sel-has-been-enabled.
4522
4523 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
4524 (isearch-{-char): New function.
4525 (isearch-mode-map): Bind { to isearch-{-char.
4526
4527 * font-lock.el (lisp-font-lock-keywords-2):
4528 Turn off the CL with-... and do-... general patterns.
4529 Instead, recognize several specific with... and do... constructs.
4530
4531 * files.el (switch-to-buffer-other-window):
4532 Bind same-window-buffer-names and same-window-regexps to nil.
4533 (switch-to-buffer-other-frame): Likewise.
4534
4535 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4536
4537 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
4538 recognizing leading comment on code line.
4539
4540 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4541
4542 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
4543 hidden files/directories.
4544
4545 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4546
4547 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
4548 only comment-start (in case the mode hasn't set it).
4549
4550 * Makefile.in (AUTOGENEL): New var.
4551 (bootstrap-prepare): Rename from bootstrap-clean.
4552 Don't remove elc files.
4553 (maintainer-clean): New target.
4554
4555 * xml.el (xml-get-attribute-or-nil): Simplify.
4556
4557 2004-03-02 Juri Linkov <juri@jurta.org>
4558
4559 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
4560 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
4561 URL to prevent their substitution with the environment variable
4562 values by browsers.
4563
4564 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4565
4566 * ps-print.el: Doc fix.
4567 (ps-print-version): New version number (6.6.3).
4568 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
4569 Docstring fix.
4570 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
4571 before printing.
4572 (ps-time-stamp-yyyy-mm-dd): New fun.
4573 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
4574
4575 2004-03-02 Kim F. Storm <storm@cua.dk>
4576
4577 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
4578
4579 2004-03-01 Juanma Barranquero <lektu@terra.es>
4580
4581 * allout.el (allout-rebullet-heading): Fix typo in docstring.
4582
4583 * desktop.el (desktop-file-version)
4584 (desktop-after-read-hook): Fix typos.
4585 (desktop-clear-preserve-buffers): Remove redundant info in
4586 docstring already shown by the obsolescence message.
4587 (desktop-truncate, desktop-internal-v2s)
4588 (desktop-value-to-string): Change argument name to match docstring.
4589
4590 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
4591
4592 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
4593 docstring.
4594
4595 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4596
4597 * printing.el: Replace "As Is..." in PostScript file print/preview by
4598 "No Preprocessing...". Suggested by Colin Marquardt
4599 <_marquardt_@zmd.de>.
4600 (pr-insert-section-4): Adjust buffer interface.
4601
4602 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
4603
4604 Version 2.0.39 of Tramp released.
4605
4606 * net/tramp.el (tramp-handle-file-local-copy)
4607 (tramp-handle-write-region, tramp-open-connection-rsh):
4608 Variable name typo. Small change. From Patrick Tullmann
4609 <tullmann@flux.utah.edu>.
4610 (tramp-process-connection-type): New variable.
4611 (tramp-maybe-open-connection): Use it.
4612 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
4613 (tramp-touch): Set last-modified time of a remote file.
4614 (tramp-handle-write-region): Say which function is used when encoding.
4615
4616 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
4617
4618 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
4619 case of non-existing filename, too. Reported by Christoph Bauer
4620 <c_bauer@informatik.uni-kl.de>.
4621 (tramp-smb-get-file-entries): The directory in question should
4622 have permissions "drwxrwxrwx". Just virtual, because we don't
4623 know the real permissions. Don't we know?
4624 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
4625 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
4626 (tramp-smb-wait-for-output): Optimize algorithm getting pending
4627 output. If it was received chunkwise, there have been problems.
4628 Remove the "prompt not found" error message; it is obvious.
4629 Simplify algorithm.
4630 (tramp-smb-process-running): Remove. Since we acknowledge the
4631 virtual prompt for shares, there's no need for distinction of
4632 reading shares (process ends afterwards) and interactive mode of
4633 smblient.
4634 (tramp-smb-open-connection): Setting process sentinel removed.
4635 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
4636 "NT_STATUS_NETWORK_ACCESS_DENIED".
4637 (tramp-smb-maybe-open-connection): Set `process-connection-type'
4638 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
4639 (top-level): Setting default value in `tramp-default-method-alist'
4640 corrected. Order of USER and HOST have been wrong.
4641 Nobody complained for months ...
4642 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
4643 (tramp-smb-open-connection): Clear password cache if login has failed.
4644
4645 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
4646 `tramp-unified-filenames'.
4647 (tramp-completion-mode): Make test for XEmacs explicitely.
4648 `event-to-character' can exists in Emacs packages too.
4649 Reported by Matt Swift <swift@alum.mit.edu>.
4650 (tramp-buffer-name): Buffer name must contain the user if exists.
4651 Reported by Adrian Phillips <a.phillips@met.no>.
4652 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
4653 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
4654 (tramp-do-copy-or-rename-file-out-of-band): Rename from
4655 `tramp-do-copy-or-rename-file-one-local', because it handles also
4656 the case both files use the same out-of-band method.
4657 Implementation added.
4658 (tramp-handle-file-local-copy, tramp-handle-write-region):
4659 Out-of-band handling removed. `copy-file' called instead, which
4660 calls `tramp-do-copy-or-rename-file-out-of-band'.
4661 (tramp-action-password): Check for out-of-band method removed.
4662 This function is used for 'login-program.
4663 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
4664 appropriate.
4665 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
4666 and `tramp-parse-sknownhosts'.
4667 (tramp-completion-function-alist): It's a defvar now, because we
4668 want to apply the optimized `tramp-set-completion-function'
4669 instead of a static list.
4670 (tramp-set-completion-function): Implementation tuned.
4671 Avoid double entries, and entries where the function or the
4672 file/directory doesn't exist.
4673 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
4674 for SSH2.
4675 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
4676 (tramp-handle-dired-compress-file): New function.
4677 (tramp-async-proc): New variable.
4678 (tramp-handle-shell-command): Adding asynchronous processes.
4679 They are far from being perfect, but it works at least for
4680 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
4681 (top-level): Require password.el if visible. Should be mandatory
4682 once No Gnus has found its way into (X)Emacs.
4683 (tramp-read-passwd): Invoke `password-read' if available,
4684 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
4685 fallback any longer.
4686 (tramp-clear-passwd): New function.
4687 (tramp-process-actions, tramp-process-multi-actions):
4688 Clear password cache if login has failed.
4689
4690 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
4691 its own module.
4692 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
4693 `ange-ftp-ftp-name-res'. There could be incorrect values from
4694 previous calls in case the "ftp" method is used in the Tramp file
4695 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4696
4697 2004-02-28 Richard M. Stallman <rms@gnu.org>
4698
4699 * term.el (term-mouse-paste): Call mouse-set-point.
4700
4701 * thumbs.el: New file.
4702
4703 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4704
4705 * progmodes/ebnf-abn.el: Doc fix.
4706
4707 * progmodes/ebnf-bnf.el: Doc fix.
4708 (ebnf-repeat): Code fix.
4709
4710 * progmodes/ebnf2ps.el: Doc fix.
4711 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
4712
4713 2004-02-28 Juri Linkov <juri@jurta.org>
4714
4715 * ffap.el (dired-at-point): Additional writability test for
4716 relative directory names.
4717 (dired-at-point-prompter): Treat directories as a directory, get
4718 the directory component from files.
4719 (ffap-string-at-point): Return string from region if region is active.
4720 (ffap-file-at-point): Remove redundant code.
4721
4722 2004-02-28 Kim F. Storm <storm@cua.dk>
4723
4724 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
4725 Initialize margin area images to nil.
4726 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
4727 (breakpoint-enabled-bitmap-face)
4728 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
4729 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
4730 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
4731 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
4732 (gdb-reset): Use gdb-remove-breakpoint-icons.
4733 (gdb-put-string): Add dprop arg to specify alternative display
4734 property (for setting fringe bitmap).
4735 (gdb-remove-strings): Doc fix.
4736 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
4737 icon in fringe (if available), or else as icon or text in display
4738 margin. Creates necessary icons in breakpoint-bitmap,
4739 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
4740 Also make left window margin if required.
4741 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
4742 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
4743 no longer needed.
4744 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
4745 gdb-put-breakpoint-icon.
4746 (gdb-assembler-mode): Don't set left-margin-width here.
4747
4748 2004-02-27 Kevin Ryde <user42@zip.com.au>
4749
4750 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
4751 comma, so that it DTRT in macros.
4752
4753 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
4754
4755 * progmodes/sh-script.el (sh-shell-arg)
4756 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
4757 (sh-leading-keywords, sh-other-keywords): Fix custom type.
4758
4759 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
4760
4761 * faces.el (face-spec-set-match-display): Add a new attribute,
4762 `min-colors'.
4763 (region, highlight, secondary-selection): Use `min-colors'.
4764
4765 * custom.el (defface): Add documentation for `min-colors'.
4766
4767 * font-lock.el (font-lock-comment-face, font-lock-string-face)
4768 (font-lock-keyword-face, font-lock-function-name-face)
4769 (font-lock-variable-name-face, font-lock-constant-face):
4770 Use `min-colors'.
4771
4772 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
4773
4774 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4775
4776 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
4777 define assq-delete-all if it's not defined.
4778 (ebnf-generate-region): Code fix.
4779
4780 * printing.el: Doc fix.
4781 (pr-version): New version number (6.7.2).
4782 (pr-command): Return empty string if command is an empty string.
4783
4784 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4785
4786 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
4787
4788 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
4789 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
4790 semi-down-full. Fix a bug on productions like test = {"test"}* | (
4791 "tt" ["test"] ). Reported by Markus Dreyer
4792 <mdreyer@ix.urz.uni-heidelberg.de>.
4793 (ebnf-version): New version number (4.0).
4794 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
4795 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
4796 (ebnf-delete-style): New commands.
4797 (ebnf-directory, ebnf-file): New funs.
4798 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
4799 (ebnf-production-name-p, ebnf-stop-on-error): New options.
4800 (ebnf-syntax-alist): New var.
4801 (ebnf-element-width): New fun replacing ebnf-list-width.
4802 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
4803 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
4804 (ebnf-prologue): Adjust vars.
4805 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
4806 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
4807 (ebnf-check-style-values, ebnf-generate-production)
4808 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
4809 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
4810 (ebnf-token-repeat): Code fix.
4811
4812 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
4813 %right, %left and %prec. Suggested by Matthew K. Junker
4814 <junker@alum.mit.edu>.
4815 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
4816
4817 * progmodes/ebnf-iso.el: Doc fix.
4818 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
4819 (ebnf-iso-lex): Code fix.
4820
4821 * progmodes/ebnf-bnf.el: Doc fix.
4822 (ebnf-bnf-lex): Code fix.
4823
4824 * progmodes/ebnf-otz.el: Doc fix.
4825
4826 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
4827
4828 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
4829 (abbrev-prefix-mark): Doc fix.
4830
4831 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
4832
4833 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
4834 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
4835 (gdb-var-delete): Make interactive (really).
4836 (gdb-edit-value): Make non-interactive.
4837
4838 * progmodes/gud.el (gud-speedbar-menu-items):
4839 Add gdb-var-delete and, indirectly, gdb-edit-value.
4840 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
4841 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
4842 (gud-gdb-marker-filter): Add comment for annotations.
4843
4844 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
4845
4846 * calendar/calendar.el (generate-calendar)
4847 (calendar-read-date): Prevent display of BC calendars once more -
4848 reverts 2003-10-01 change.
4849 (generate-calendar-month): Doc fix.
4850
4851 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4852
4853 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
4854 return value of increment-calendar-month.
4855
4856 2004-02-21 Stephen Compall <s11@member.fsf.org>
4857
4858 * saveplace.el (save-place-forget-unreadable-files)
4859 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4860 (save-place-forget-unreadable-files): New function.
4861 (save-place-alist-to-file): Use it to filter out files that are
4862 no longer readable.
4863
4864 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
4865 current Texinfo environment, using the same method as in
4866 `texinfo-insert-@end', and insert a space rather than a newline if
4867 point in a @table environment.
4868
4869 2004-02-21 Juri Linkov <juri@jurta.org>
4870
4871 * ffap.el (ffap-file-at-point): Try parent directories.
4872
4873 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
4874
4875 * vcursor.el (vcursor-modifiers): New defcustom.
4876 (vcursor-cs-binding): Use vcursor-modifiers instead of a
4877 hard-coded list.
4878
4879 2004-02-21 Masatake YAMATO <jet@gyve.org>
4880
4881 * play/animate.el (animate-birthday-present): Accept names other
4882 than `Sarah', too.
4883
4884 2004-02-21 Juri Linkov <juri@jurta.org>
4885
4886 * startup.el: Remove table of command line arguments from the
4887 Commentary section.
4888
4889 2004-02-20 John Wiegley <johnw@newartisans.com>
4890
4891 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
4892 again" modifier from 'e' to 'E', since 'e' is also used by the
4893 "file extension" modifier.
4894
4895 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
4896
4897 * help-fns.el (describe-categories): Doc fix.
4898
4899 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4900
4901 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
4902 temporary file for buffer already visiting one. This change makes
4903 output likely to be directly usable by patch program.
4904 Suggested by Adrian Aichner <adrian@xemacs.org>
4905
4906 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
4907
4908 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
4909 case of variables defined in compound statements.
4910 (gdb-setup-windows, gdb-source-info, gdb-source-info):
4911 Simplify constructions using switch-to-buffer.
4912
4913 2004-02-19 Simon Josefsson <jas@extundo.com>
4914
4915 * play/morse.el: Fix typo.
4916 (morse-code): Add @.
4917
4918 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
4919
4920 * calendar/appt.el (appt-display-format): Change default to
4921 'ignore, for backwards compatibility.
4922 (appt-display-message): If appt-display-format is 'ignore,
4923 respect old vars appt-msg-window and appt-visible.
4924 (appt-activate): Don't depend on return value of cancel-timer.
4925
4926 * calendar/calendar.el (calendar-holidays): Doc fix.
4927
4928 * calendar/cal-coptic.el (coptic-prompt-for-date):
4929 Use assoc-string instead of assoc-ignore-case.
4930 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
4931 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
4932 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
4933 * calendar/cal-islam.el (calendar-goto-islamic-date)
4934 (mark-islamic-diary-entries): Ditto.
4935 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
4936 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
4937 (calendar-read-mayan-tzolkin-date): Ditto.
4938 * calendar/calendar.el (calendar-read-date): Ditto.
4939 * calendar/diary-lib.el (mark-diary-entries): Ditto.
4940
4941 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
4942
4943 * progmodes/executable.el (executable-command-find-posix-p):
4944 Fix choice of the directory.
4945
4946 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
4947
4948 * simple.el (interprogram-cut-function)
4949 (interprogram-paste-function, kill-new, kill-append):
4950 Doc fixes.
4951 (kill-region): Make it return nil. Doc fix.
4952 (yank-pop): Make its argument optional.
4953 (yank): Make ARG `-' equivalent to `-1'.
4954
4955 2004-02-17 Eli Zaretskii <eliz@gnu.org>
4956
4957 * mail/rmail.el (rmail-get-new-mail): Don't reference
4958 rmail-use-spam-filter if rmail-spam-filter is not loaded.
4959
4960 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
4961
4962 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
4963 if one of global-auto-revert-non-file-buffers or autorevert-mode
4964 is non-nil.
4965
4966 2004-02-16 Eli Zaretskii <eliz@gnu.org>
4967
4968 * subr.el (delete-dups): A better implementation from Karl Heuer
4969 <kwzh@gnu.org>.
4970
4971 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4972
4973 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
4974 correct place.
4975 * progmodes/icon.el (icon-indent-command): Ditto.
4976 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
4977
4978 2004-02-16 Eli Zaretskii <eliz@gnu.org>
4979
4980 * progmodes/grep.el (grep-compute-defaults): Undo change from
4981 2004-01-29: don't use executable-command-find-posix-p.
4982
4983 2004-02-16 Richard Sharman <rsharman@pobox.com>
4984
4985 * hilit-chg.el: Use require instead of eval-and-compile.
4986 (highlight-compare-buffers): New function.
4987
4988 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
4989
4990 * man.el (Man-fontify-manpage): Render section headings in
4991 `Man-overstrike-face' even when overstrike was not used by man
4992 formatter for section headings.
4993
4994 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
4995
4996 * rmail-spam-filter.el: (vm-use-spam-filter)
4997 (rsf-min-region-length-added-to-spam-list): New variables.
4998 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
4999 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5000 spam testing. Don't delete spam message if automatic deletion
5001 after output via variable rmail-delete-after-output is turned on.
5002 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5003 rsf-bbdb-dont-create-entries-for-spam.
5004 (check-field): New function, extracted from code in
5005 rmail-spam-filter to ease addition of header fields like content-type.
5006 (message-content-type): New variable to check the content-type:
5007 field added, also in defcustom of rsf-definitions-alist.
5008 (rmail-spam-filter): Replace repeated test code for header fields
5009 by calls to check-field; change the call to
5010 rmail-output-to-rmail-file such that rmail-current-message stays
5011 the same to avoid wrong deletion of unseen flags.
5012 (rsf-add-contents-type): New function to convert old format
5013 of rmail-spam-definitions-alist into new one.
5014 Change prefixes of all variables and functions from
5015 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5016
5017 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5018
5019 * loadhist.el (unload-hook-features-list): New defvar.
5020
5021 2004-02-16 Dave Love <fx@gnu.org>
5022
5023 * loadhist.el (unload-feature): Doc fix. Rename flist to
5024 unload-hook-features-list.
5025
5026 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5027
5028 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5029 cookie. Don't check if we are looking-at open-formula.
5030
5031 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5032
5033 * subr.el (match-string-no-properties): Use substring-no-properties.
5034
5035 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5036
5037 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5038 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5039 Use lower-case "rx" in all error message.
5040
5041 2004-02-16 Dave Love <fx@gnu.org>
5042
5043 * emacs-lisp/rx.el (rx-or): Put group around result.
5044 (rx-constituents): Add backref.
5045 (rx-syntax): Add string-delimiter, comment-delimiter.
5046 (rx-categories): Add combining-diacritic.
5047 (rx-check-not, rx-greedy, rx): Doc fix.
5048 (rx-backref, rx-check-backref): New.
5049
5050 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5051
5052 * newcomment.el (uncomment-region): Allow eob as comment end.
5053
5054 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5055
5056 * filecache.el: All message and error commands now use prefix
5057 "Filecache:" to make it easy to read *Messages* buffer.
5058
5059 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5060
5061 * autorevert.el: Add support to detect changed dired and VC buffers.
5062 (auto-revert-active-p, auto-revert-list-diff)
5063 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5064 (auto-revert-handler, auto-revert-active-p): New functions.
5065 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5066 and `auto-revert-active-p'.
5067 (eval-when-compile): Defvar dired-directory and vc-mode.
5068 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5069 (auto-revert-handler-vc): New functions.
5070
5071 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5072
5073 * progmodes/compile.el (compilation-directory): New defvar.
5074 (compile): Save current directory in compilation-directory.
5075 (recompile): Bind default-directory to compilation-directory if
5076 that is non-nil.
5077
5078 2004-02-16 Dave Love <fx@gnu.org>
5079
5080 * newcomment.el (comment-insert-comment-function)
5081 (comment-region-function, uncomment-region-function): New.
5082 (comment-indent): Use comment-insert-comment-function.
5083 (uncomment-region): Use uncomment-region-function.
5084 (comment-region): Use comment-region-function.
5085
5086 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5087
5088 2004-02-16 Richard Stallman <rms@gnu.org>
5089
5090 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5091 loaddefs* and ldefs-boot*.
5092
5093 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5094
5095 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5096 and email address at the beginning and end of the address.
5097
5098 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5099 anchored at the beginning of the email address.
5100
5101 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5102
5103 * international/ccl.el (ccl-compile-write): Pass `left' to
5104 ccl-embed-code to generate correct code of write-expr-register.
5105
5106 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5107
5108 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5109
5110 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5111
5112 * x-dnd.el: Mention support for Motif in commentary.
5113 (x-dnd-handle-drag-n-drop-event): Ditto.
5114
5115 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5116
5117 * ses.el: Use "ses--" prefixes for buffer-local variables.
5118 Use (point-min) instead of 1, even when we know the buffer
5119 is unnarrowed.
5120 (ses-build-load-map): Delete. Distribute its content to defconst's for
5121 the three maps.
5122 (ses-menu, ses-header-line-menu): New menus.
5123 (ses-mode-map): Use them.
5124 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5125
5126 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5127
5128 * Makefile.in: Fix the CC Mode recompile kludge so it works
5129 when building in a different directory.
5130
5131 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5132
5133 * simple.el (kill-new): Put yank-handler property on the entire string.
5134
5135 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5136
5137 * diff.el: Don't use compile any more, use diff-mode instead.
5138 (diff-regexp-alist, diff-old-file, diff-new-file)
5139 (diff-parse-differences, diff-process-setup): Remove.
5140 (diff-sentinel): New fun.
5141 (diff): Use it. Run the process ourselves.
5142 Use diff-mode for the rest of the processing.
5143
5144 * diff.el (diff): Simplify code handling `switch'.
5145
5146 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5147
5148 * pcvs-defs.el (cvs-menu): Add `tag'.
5149
5150 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5151
5152 * simple.el (kill-append): Doc fix.
5153
5154 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5155 Adapt outline-regexp to the new conventions for commenting out code.
5156
5157 2004-02-11 John Paul Wallington <jpw@gnu.org>
5158
5159 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5160
5161 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5162
5163 * diff.el (diff-switches): New fun.
5164 (diff, diff-backup): Use it.
5165 (diff): Clean up the args construction. Use backquote.
5166 Use listp instead of consp to avoid putting a nil arg.
5167 (diff): Add a revert-buffer function.
5168
5169 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5170
5171 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5172 handled by x-dnd-handle-file-name.
5173 (x-dnd-known-types): Add COMPOUND_TEXT.
5174 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5175 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5176 x-dnd-empty-state.
5177 (x-dnd-forget-drop): Ditto.
5178 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5179 (x-dnd-handle-one-url): Return private when inserting text.
5180 (x-dnd-insert-ctext): New function.
5181 (x-dnd-handle-file-name): New function for FILE_NAME.
5182 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5183 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5184 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5185
5186 2004-02-10 Kenichi Handa <handa@m17n.org>
5187
5188 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5189 instead of while loop.
5190
5191 2004-02-10 Miles Bader <miles@gnu.org>
5192
5193 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5194
5195 2004-02-09 Kenichi Handa <handa@m17n.org>
5196
5197 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5198 have end-of-line.
5199
5200 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5201
5202 * Makefile.in: Added extra dependencies in the recompile target
5203 needed to cope with the compile time macro expansions in CC Mode.
5204
5205 2004-02-09 Kim F. Storm <storm@cua.dk>
5206
5207 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5208 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5209 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5210 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5211 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5212 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5213 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5214 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5215 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5216 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5217 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5218
5219 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5220
5221 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5222 Don't allow shrink if there's a window on our right.
5223
5224 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5225 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5226 Bring together declaration and initialization.
5227 (prolog-mode-variables): Don't set the syntax table.
5228 Don't set paragraph-start and comment-indent-function.
5229 Add /*..*/ to the comment regexps.
5230 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5231 (prolog-mode-map): Don't bind TAB.
5232 (prolog-mode): Set the syntax table.
5233 (prolog-comment-indent): Remove.
5234 (inferior-prolog-mode-map): Initialize in the declaration.
5235 (inferior-prolog-mode-syntax-table)
5236 (inferior-prolog-mode-abbrev-table): New vars.
5237 (inferior-prolog-mode): Derive from comint-mode.
5238 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5239 minibuffer windows.
5240
5241 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5242 in file names, as long as it is unabmiguous.
5243
5244 2004-02-08 Andreas Schwab <schwab@suse.de>
5245
5246 * textmodes/reftex-toc.el
5247 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5248 format. Doc fix.
5249
5250 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5251 format string arguments.
5252
5253 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5254 string argument.
5255
5256 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5257
5258 * play/zone.el (zone-call): Fix format string.
5259
5260 * net/webjump.el (webjump-builtin): Add missing format string argument.
5261
5262 * midnight.el (midnight-delay-set): Remove extra format string argument.
5263
5264 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5265
5266 * hexl.el (hexl-insert-char): Add missing format string argument.
5267
5268 * format.el (format-decode): Fix format string.
5269
5270 * emulation/vi.el (vi-mode): Remove extra format string argument.
5271 (vi-repeat-last-search): Likewise.
5272 (vi-reverse-last-search): Likewise.
5273 (vi-goto-mark): Likewise.
5274 (vi-reverse-last-find-char): Likewise.
5275 (vi-repeat-last-find-char): Likewise.
5276 (vi-locate-def): Likewise.
5277
5278 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5279
5280 * ediff-util.el (ediff-toggle-read-only): Remove extra format
5281 string argument.
5282 (ediff-toggle-regexp-match): Likewise.
5283
5284 * dired-aux.el (dired-do-query-replace-regexp): Add missing
5285 format string argument.
5286
5287 * calc/calc-map.el (calc-get-operator): Remove extra format
5288 string argument.
5289
5290 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5291
5292 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5293 string argument.
5294
5295 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5296
5297 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5298
5299 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5300
5301 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5302 (cl-struct-setf-expander): Likewise.
5303
5304 * vc.el (with-vc-file): Fix unsafe uses of error.
5305 (vc-cancel-version): Likewise.
5306
5307 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
5308
5309 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5310 thousands separator; fixes <class>:<line-number> regexp for
5311 non-english locales.
5312
5313 2004-02-08 Andreas Schwab <schwab@suse.de>
5314
5315 * view.el (view-mode-enable): Revert previous change.
5316
5317 2004-02-07 Kim F. Storm <storm@cua.dk>
5318
5319 * simple.el (line-number-at-pos): Rename from line-at-pos.
5320 Uses changed (what-line and vc-annotate-warp-version).
5321
5322 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5323
5324 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5325 (diff-mode): Remove aborted attempt at support for compile.el.
5326 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5327
5328 2004-02-06 Andreas Schwab <schwab@suse.de>
5329
5330 * view.el (view-mode-enable): Add view-mode-map to
5331 minor-mode-overriding-map-alist.
5332
5333 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5334
5335 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5336
5337 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5338
5339 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5340 with point inside rather than after the paragraph.
5341
5342 2004-02-04 Sam Steingold <sds@gnu.org>
5343
5344 * mail/smtpmail.el (smtpmail-try-auth-methods):
5345 Do not try authentication when no mechanism is available.
5346 Pass port-name as defaultport to `netrc-machine'.
5347
5348 2004-02-04 Stephen Eglen <stephen@gnu.org>
5349
5350 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5351 to show how minibuffer height can be constrained.
5352
5353 2004-02-04 John Paul Wallington <jpw@gnu.org>
5354
5355 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5356
5357 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5358
5359 * x-dnd.el: New file for drag and drop.
5360
5361 * term/x-win.el: require x-dnd, set after-make-frame-functions
5362 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5363 drag-n-drop event.
5364
5365 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5366 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5367 (dired-dnd-handle-file): New functions for drag and drop support.
5368 (dired-mode): Initialize drag and drop if x-dnd present.
5369
5370 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5371
5372 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5373 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
5374 (cperl-mode): Set fill-paragraph-function.
5375 (cperl-fill-paragraph): Make it non-interactive.
5376
5377 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
5378
5379 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
5380
5381 2004-02-02 David Kastrup <dak@gnu.org>
5382
5383 * replace.el (perform-replace): Allow 'literal argument in
5384 regexp-flag to indicate literal replacement.
5385 (query-replace-regexp-eval): Use it.
5386
5387 2004-02-01 Andreas Schwab <schwab@suse.de>
5388
5389 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
5390
5391 2004-02-01 Stephen Eglen <stephen@gnu.org>
5392
5393 * info-look.el: Add support for maxima-mode. Update commentary
5394 because info-lookup-symbol is now bound to C-h S.
5395
5396 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
5397
5398 * simple.el (edit-and-eval-command): Bind print-level and
5399 minibuffer-history-sexp-flag around call to read-from-minibuffer.
5400 Correct initial position in command-history.
5401
5402 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
5403
5404 * files.el (read-directory-name): Adapt the docstring to recent
5405 change in Fread_file_name.
5406
5407 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
5408
5409 * ses.el (ses-print-cell): If print format too wide for column
5410 width, truncate decimal places if that helps to avoid "#####" fill.
5411 * ses.el (ses-initial-column-width): Revert previous change.
5412
5413 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
5414
5415 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
5416 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
5417 Add edebug info.
5418 (jit-lock-mode): Setup/cancel the new timer.
5419 (jit-lock-context-fontify): New fun. Extracted from
5420 context fontification code of jit-lock-stealth-fontify.
5421 (jit-lock-stealth-fontify): Don't do context fontification any more.
5422
5423 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
5424 (jit-lock-fontify-now): Handle the `quit' case.
5425 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
5426
5427 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
5428
5429 * progmodes/executable.el (executable-command-find-posix-p):
5430 New. Check if find handles arguments Posix-style.
5431
5432 * progmodes/grep.el (grep-compute-defaults):
5433 Use executable-command-find-posix-p.
5434 (grep-find): Check `grep-find-command'.
5435
5436 * filecache.el (file-cache-find-posix-p): Delete.
5437 (file-cache-add-directory-using-find):
5438 Use `executable-command-find-posix-p'.
5439
5440 2004-01-29 Dave Love <fx@gnu.org>
5441
5442 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5443 Iterate the hook function if arg is given.
5444 (mark-defun, narrow-to-defun): Change order of finding the limits.
5445
5446 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
5447 (byte-compile-format-warn): New.
5448 (byte-compile-callargs-warn): Use it.
5449 (Format, message, error): Add byte-compile-format-like property.
5450 (byte-compile-maybe-guarded): New.
5451 (byte-compile-if, byte-compile-cond): Use it.
5452 (byte-compile-lambda): Compile interactive forms,
5453 just to make warnings about them.
5454
5455 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
5456
5457 * ses.el (ses-initial-column-width): Increase to 14, so it will
5458 work well with the default printer of "%.7g" for extreme values
5459 like "-1.234567e+07".
5460
5461 2004-01-29 Kenichi Handa <handa@m17n.org>
5462
5463 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5464
5465 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
5466
5467 * dos-w32.el: Added support for the `default-printer-name' function.
5468
5469 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5470
5471 * server.el (server-socket-name): Don't use the hostname in the
5472 socket name since /tmp is local to the host anyway.
5473
5474 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
5475 robust check of widening and fix var-naming.
5476
5477 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
5478
5479 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
5480 or rmail-spam- to rsf- in all function and variable names.
5481 (rsf-min-region-to-spam-list): New variable.
5482 (rsf-bbdb-auto-delete-spam-entries): Rename from
5483 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
5484 scanned together with the recipients field for spam testing; Don't
5485 delete spam message if rmail-delete-after-output is non-nil;
5486 (rsf-check-field): New function, extracted from code in
5487 rmail-spam-filter to ease addition of header fields like
5488 content-type:;
5489 (message-content-type): New variable. The content-type: field was
5490 added also in defcustom of rsf-definitions-alist;
5491 (rmail-spam-filter): Replace repeated test code for header fields
5492 by calls to check-field; change the call to
5493 rmail-output-to-rmail-file such that rmail-current-message stays
5494 the same to avoid wrong deletion of unseen flags.
5495 (rmail-use-spam-filter): Add autoload cookie.
5496
5497 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
5498
5499 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
5500 (file-cache-add-directory-using-find): Add Cygwin support.
5501 (file-cache-find-command-posix-flag): New user variable.
5502
5503 * filecache.el (file-cache-add-directory): Check for
5504 directories an remove them from dir-files.
5505
5506 2004-01-27 Richard M. Stallman <rms@gnu.org>
5507
5508 * man.el (Man-fontify-manpage): Clean up message.
5509
5510 2004-01-27 Kenichi Handa <handa@m17n.org>
5511
5512 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
5513 (sentence-end): Define using sentence-end-without-space.
5514
5515 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
5516 a sentence ends with one of a character in sentence-end-without-space.
5517
5518 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
5519
5520 * font-lock.el (font-lock): Add jit-lock as explicit group member.
5521 (jit-lock): Group declaration moved to jit-lock.el.
5522 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
5523 when necessary.
5524
5525 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
5526 (jit-lock-context-unfontify-pos): Rename from
5527 jit-lock-first-unfontify-pos.
5528 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
5529
5530 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
5531
5532 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
5533 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
5534 (fortran-fill): When filling a string, adjust re-search-backward
5535 argument for special case of string just on fill-column.
5536 When filling non-string, allow one extra char if
5537 fortran-break-before-delimiters is non-nil.
5538 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
5539 Use fortran-break-delimiters-re and fortran-no-break-re to
5540 correctly handle cases such as "**".
5541
5542 * progmodes/f90.el (f90-break-delimiters): Doc fix.
5543 (f90-no-break-re): Add some extra tokens. Doc fix.
5544
5545 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
5546
5547 * mail/rmail-spam-filter.el:
5548 Use two semicolons as Commentary line prefix.
5549 Add ";;; Code:" stylized comment.
5550 Delete end-of-line whitespace.
5551 Wrap (require 'cl) with `eval-when-compile'.
5552
5553 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
5554
5555 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
5556 at the top level of vc.el.
5557
5558 2004-01-23 Andre Spiegel <spiegel@gnu.org>
5559
5560 * vc.el (vc-current-line): Function removed. This is now done by
5561 the new function line-at-pos in simple.el.
5562 (vc-annotate-warp-version): Use line-at-pos instead of
5563 vc-current-line.
5564
5565 2004-01-22 Kim F. Storm <storm@cua.dk>
5566
5567 * simple.el (line-at-pos): New defun.
5568 (what-line): Use it. Optimize by only counting lines in narrowed
5569 region once.
5570
5571 2004-01-22 Kenichi Handa <handa@m17n.org>
5572
5573 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
5574 point (register r1) only for charset mule-unicode-0100-24ff.
5575
5576 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
5577
5578 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
5579 trailing white space and ensure a final newline.
5580
5581 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
5582 Add autoload cookie.
5583
5584 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
5585
5586 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
5587 activate view-mode explicitly.
5588
5589 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5590
5591 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
5592 use clipboard first.
5593
5594 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5595
5596 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
5597 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
5598 (vc-mcvs-cvs): Remove.
5599 (vc-mcvs-command): Remove use of assert.
5600
5601 * outline.el (outline-insert-heading): Tighten up match.
5602 (outline-demote, outline-move-subtree-down): Don't assume anything
5603 about outline-regexp.
5604
5605 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
5606 (texinfo-show-structure): Explicitly add ^, and simplify.
5607
5608 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
5609
5610 * calendar/appt.el (appt-check): Restore usage of
5611 appt-issue-message deleted in previous change.
5612 (top-level): Activate package when loaded (needed for backwards
5613 compatibility).
5614
5615 2004-01-20 Jesper Harder <harder@ifa.au.dk>
5616
5617 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
5618 following previous change to smtpmail-send-data.
5619
5620 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
5621
5622 * vc.el (vc-default-previous-version): Doc enhancement.
5623 (vc-default-next-version): New function.
5624 (vc-print-log): New arg FOCUS-REV.
5625 (vc-annotate-mode): Derive from view-mode.
5626 (vc-annotate): New args REVISION, DISPLAY-MODE.
5627 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
5628 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
5629 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
5630 (vc-annotate-show-diff-revision-at-line, vc-current-line)
5631 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
5632
5633 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
5634
5635 2004-01-19 Karl Berry <karl@gnu.org>
5636
5637 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
5638 or "TexInfo".
5639
5640 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
5641
5642 * subr.el (delete-dups): New function.
5643
5644 2004-01-19 Karl Berry <karl@gnu.org>
5645
5646 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
5647 with ^, since that's what texinfo-show-structure
5648 documentation says (plus it works much better in texinfo.txi).
5649
5650 2004-01-18 Jesper Harder <harder@ifa.au.dk>
5651
5652 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
5653
5654 2004-01-18 David Ponce <david@dponce.com> (tiny change)
5655
5656 * progmodes/which-func.el (which-function-mode): Don't cancel
5657 which-func-update-timer if not set.
5658
5659 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
5660
5661 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
5662 Remove spurious left square bracket in XX:XXam regexp.
5663
5664 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
5665
5666 * progmodes/cc-defs.el: Do not require cl at run time.
5667
5668 2004-01-16 Richard M. Stallman <rms@gnu.org>
5669
5670 * emacs-lisp/cl.el (cl-cannot-unload): New function.
5671 (cl-unload-hook): Defvar this to run cl-cannot-unload.
5672
5673 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
5674 Call rmail-spam-filter. Delete and expunge spam.
5675 Print number of spam messages deleted.
5676 Save and restore the deletion status of old messages when reading
5677 new mail with spam filter, so that expunging spam does not expunge
5678 msgs deleted by the user.
5679 (rmail-only-expunge): Add an optional argument dont-show to
5680 prevent showing message after expunge.
5681
5682 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
5683
5684 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
5685 * subr.el (declare): New macro.
5686
5687 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
5688
5689 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
5690
5691 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5692
5693 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5694 Test window-system rather than system-type (for X11/Mac).
5695
5696 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
5697
5698 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
5699
5700 2004-01-12 Richard M. Stallman <rms@gnu.org>
5701
5702 * mail/rmail.el (rmail-convert-to-babyl-format):
5703 Use mail-unquote-printable-region.
5704 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
5705 (rmail-hex-char-to-integer): Functions deleted.
5706
5707 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
5708 (mail-unquote-printable-region): New arg NOERROR.
5709 For invalid encoding, either signal an error to just return nil.
5710
5711 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5712
5713 * calendar/appt.el: Update copyright and commentary.
5714 (appt-issue-message): Make obsolete.
5715 (appt-visible, appt-msg-window): Make obsolete, in favour of
5716 appt-display-format.
5717 (appt-display-mode-line, appt-display-duration)
5718 (appt-display-diary, appt-time-msg-list, appt-mode-string)
5719 (appt-prev-comp-time, appt-display-count, appt-timer)
5720 (appt-convert-time): Doc change.
5721 (appt-disp-window-function, appt-delete-window-function):
5722 Use defcustom rather than defvar.
5723 (appt-display-format): New variable.
5724 (appt-display-message): New function with display code from appt-check.
5725 (appt-check): Add optional FORCE argument. Doc change.
5726 Add appt-make-list to diary-hook if displaying diary.
5727 Remove checking of view-diary-entries-initially.
5728 Message display section removed to new function appt-display-message.
5729 (appt-display-window): Doc change. Remove unused internal var
5730 this-buffer. Do not beep, since appt-display-message does that.
5731 (appt-make-list): Doc change. Use caar.
5732 (appt-sort-list): Simplify by using builtin sort function.
5733 (appt-update-list): New function for updating appts when diary is
5734 saved.
5735 (appt-activate): New autoloaded function to toggle package
5736 functionality.
5737
5738 * calendar/cal-x.el: (calendar-one-frame-setup)
5739 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
5740
5741 * calendar/calendar.el: Update copyright.
5742 (view-diary-entries-initially, european-calendar-style): Doc change.
5743 (calendar-setup): Make defcustom rather than defvar.
5744 (mark-visible-calendar-date): Initialize temp-face and faceinfo
5745 in let binding so local to function.
5746
5747 * calendar/diary-lib.el: Update copyright.
5748 (diary, diary-entry-time): Doc change.
5749 (list-diary-entries): Doc change. Trivial logic change.
5750 (fancy-diary-display): Restore make-face command mistakenly
5751 deleted 2003-05-08.
5752 (show-all-diary-entries): Allow to pop-up frame if needed.
5753
5754 2004-01-09 John Paul Wallington <jpw@gnu.org>
5755
5756 * bindings.el (mode-line-change-eol): Add EVENT parameter.
5757 Temporarily select EVENT's window for changing eol type.
5758
5759 2004-01-09 Deepak Goel <deego@gnufans.org>
5760
5761 * calendar/diary-lib.el (diary-entry-time):
5762 Also accept time in the form XX[.XX][am/pm/AM/PM].
5763 (fancy-diary-font-lock-keywords): Likewise.
5764 (diary-font-lock-keywords): Likewise.
5765 * calendar/appt.el (appt-add): Likewise.
5766 (appt-make-list): Likewise.
5767 (appt-convert-time): Likewise.
5768
5769 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
5770
5771 * gdb-ui.el (gdb-ann3): Revert previous change.
5772 (gdb-source-info): Allow for case of where compilation directory
5773 is not recorded.
5774
5775 2004-01-08 John Paul Wallington <jpw@gnu.org>
5776
5777 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
5778
5779 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
5780
5781 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
5782
5783 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
5784 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
5785 problems.
5786 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
5787
5788 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
5789
5790 * files.el (write-file-functions, write-contents-functions):
5791 Clarify docstrings.
5792
5793 2004-01-07 Kenichi Handa <handa@m17n.org>
5794
5795 * international/mule.el (set-auto-coding): Fix for the case that
5796 end-of-line is only CR.
5797
5798 2004-01-07 Kim F. Storm <storm@cua.dk>
5799
5800 * subr.el (event-start, event-end): Doc fix.
5801 (posn-string, posn-image): New defuns.
5802 (posn-object): Return either image or string object.
5803 (posn-object-x-y): Return 8th element of position.
5804 (posn-object-width-height): New defun.
5805
5806 2004-01-06 Andreas Schwab <schwab@suse.de>
5807
5808 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
5809 output.
5810
5811 2004-01-05 Karl Berry <karl@gnu.org>
5812
5813 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
5814 / and *, too.
5815
5816 2003-12-31 Simon Josefsson <jas@extundo.com>
5817
5818 * files.el (before-save-hook): Add.
5819 (basic-save-buffer): Use before-save-hook.
5820
5821 * emacs-lisp/copyright.el: Fix comment to recommend
5822 before-save-hook instead of write-file-functions.
5823
5824 2004-01-05 Richard M. Stallman <rms@gnu.org>
5825
5826 * finder.el (finder-commentary): Call delete-other-windows.
5827
5828 * net/ange-ftp.el (ange-ftp-file-attributes):
5829 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
5830
5831 2004-01-04 Karl Berry <karl@gnu.org>
5832
5833 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
5834 comment characters % and # in the copyright year notice,
5835 as well as ;.
5836
5837 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
5838
5839 * wid-edit.el (default): Define dummy :value-delete.
5840 Reported by Jesper Harder <harder@ifa.au.dk>.
5841
5842 2004-01-03 Richard M. Stallman <rms@gnu.org>
5843
5844 * progmodes/compile.el (compile-internal): Use point, not point-min,
5845 for set-window-point.
5846
5847 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
5848
5849 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
5850
5851 * progmodes/grep.el (grep-mode-map):
5852 Don't remap next-line, previous-line.
5853
5854 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
5855
5856 * speedbar.el (speedbar-edit-line): Change regexp to position
5857 the cursor on the first character of this line's button.
5858
5859 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
5860
5861 * subr.el (functionp): Doc fix.
5862
5863 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
5864
5865 * progmodes/idlwave.el (idlwave-make-tags):
5866 * textmodes/flyspell.el (flyspell-large-region):.
5867 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
5868 * emulation/viper-util.el (viper-glob-unix-files):
5869 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
5870 * man.el (Man-init-defvars):
5871 * jka-compr.el (jka-compr-call-process):
5872 * files.el (get-free-disk-space,insert-directory):
5873 * ediff-ptch.el (ediff-test-patch-utility):
5874 * ediff-diff.el (ediff-test-utility):
5875 * dired-aux.el (dired-check-process):
5876 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
5877 test the return value of call-process, because it can be a string.
5878
5879 2003-12-31 John Paul Wallington <jpw@gnu.org>
5880
5881 * bindings.el (completion-ignored-extensions): Add .pfsl.
5882
5883 2003-12-31 Kim F. Storm <storm@cua.dk>
5884
5885 * ido.el (ido-nonreadable-directory-p): New defun to check for
5886 nonreadable directory without activating tramp (to avoid problems
5887 with checking incomplete tramp paths).
5888 (ido-set-current-directory, ido-file-internal)
5889 (ido-file-name-all-completions1): Use it.
5890
5891 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
5892
5893 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
5894 documentation if the anchor (or node) name is preceded by `info
5895 anchor' or `Info anchor' in addition to earlier `info node' and
5896 `Info node'.
5897 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
5898
5899 2003-12-30 Eli Zaretskii <eliz@gnu.org>
5900
5901 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
5902 error in arguments to base64-decode-region. Remove ^M characters
5903 after decoding base64.
5904
5905 2003-12-30 Simon Josefsson <jas@extundo.com>
5906
5907 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
5908 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
5909 have only been distributed with Emacs for some years.
5910 (texinfo-mode-hook): Customize.
5911
5912 2003-12-30 Eli Zaretskii <eliz@gnu.org>
5913
5914 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
5915 cleaner (suggested by Richard Stallman).
5916
5917 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
5918 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
5919 file-name clashes on 8+3 DOS filesystems.
5920
5921 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
5922 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
5923 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
5924 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
5925 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
5926 file-name clashes on 8+3 filesystems.
5927
5928 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
5929 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
5930 file-name clashes on 8+3 DOS filesystems.
5931
5932 2003-12-29 Richard M. Stallman <rms@gnu.org>
5933
5934 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
5935 Upcase the character.
5936
5937 * textmodes/flyspell.el (mail-mode-flyspell-verify):
5938 Search for header separator alone on a line, literally,
5939 and search for it backward, not forward.
5940 (flyspell-abbrev-table): Always use global-abbrev-table
5941 if there is no local one.
5942
5943 * progmodes/sh-script.el (sh-get-indent-info):
5944 Don't move point back if at bob.
5945
5946 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
5947
5948 * play/handwrite.el (handwrite): Make the handwrite credit message
5949 a comment rather than an output command.
5950
5951 * obsolete/sc.el: Display message that this file is obsolete.
5952
5953 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
5954
5955 * mail/rfc822.el (rfc822-address-start): Declare variable.
5956 Renamed from address-start. All uses changed.
5957
5958 * term.el (term-exec): Set up sentinel.
5959 (term-sentinel): New function.
5960 (term-handle-exit): New function.
5961
5962 * subr.el (assoc-ignore-case, assoc-ignore-representation):
5963 Use assoc-string, and mark them obsolete.
5964 (delay-mode-hooks): Mark as permanent local.
5965
5966 * simple.el (sendmail-user-agent-compose): Use assoc-string.
5967
5968 * register.el (copy-rectangle-to-register): Doc fix.
5969
5970 * info.el (Info-insert-dir): Use assoc-string.
5971
5972 * info-look.el (info-lookup): Use assoc-string.
5973
5974 * frame.el (pop-up-frame-function): Use quote, not `function'.
5975 (frame-notice-user-settings): Calculate ADJUSTED-TOP
5976 copying with lists as coordinate values.
5977
5978 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
5979
5980 * find-dired.el (kill-find): New command.
5981 (find-dired): Make buffer read-only.
5982 Set up a keymap with C-c C-k running kill-find.
5983 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
5984
5985 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
5986
5987 * filecache.el (file-cache-ignore-case): New variable.
5988 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
5989
5990 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
5991 (comint-dynamic-complete-as-filename): Rename local vars.
5992 (comint-dynamic-list-filename-completions): Likewise.
5993
5994 * comint.el (comint-dynamic-list-completions-config): New var.
5995 (comint-dynamic-list-completions): Handle both SPC and TAB right.
5996
5997 * comint.el (comint-file-name-chars): Add [].
5998 (comint-word): Use skip-chars-backward, not search.
5999
6000 * shell.el (shell-file-name-chars): Add [].
6001
6002 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6003
6004 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6005
6006 * generic.el (define-generic-mode): Doc fix.
6007
6008 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6009
6010 * files.el (kill-some-buffers): Doc fix.
6011
6012 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6013
6014 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6015 arg to send-invisible
6016 (send-invisible): Doc fix. The argument is now a prompt, not the
6017 string to send.
6018 (comint-read-noecho): Doc fix.
6019
6020 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6021
6022 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6023 "@", as required by some ISP hosting service. Fix defcustom
6024 argument syntax errors that prevented use of customization.
6025
6026 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6027
6028 * xml.el (xml-get-attribute-or-nil): Doc fix.
6029
6030 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6031
6032 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6033 write-file-hooks.
6034
6035 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6036
6037 * autorevert.el (auto-revert-interval): Doc fix.
6038
6039 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6040
6041 * xml.el (xml-get-attribute-or-nil): New function, like
6042 xml-get-attribute, but returns nil if the attribute was not found.
6043 (xml-get-attribute): Convert to defsubst, uses
6044 xml-get-attribute-or-nil.
6045
6046 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6047
6048 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6049
6050 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6051
6052 * custom.el (custom-declare-theme): Use `value' when putting
6053 properties on `theme'.
6054
6055 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6056
6057 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6058 for each yank-handler segment.
6059 (insert-for-yank-1): New function, with the body of the previous
6060 insert-for-yank.
6061
6062 * textmodes/table.el (table-yank-handler): New defcustom.
6063 (table--put-cell-indicator-property): Put yank-handler property
6064 that indicates the yank handler for the table cell.
6065
6066 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6067
6068 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6069 set of keywords.
6070
6071 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6072
6073 * international/mule-cmds.el (reset-language-environment)
6074 (set-language-environment): Don't invoke fontset-related functions
6075 if fontset-list is not fboundp.
6076
6077 2003-12-29 Kenichi Handa <handa@m17n.org>
6078
6079 * international/mule-cmds.el (reset-language-environment):
6080 Call set-overriding-fontspec-internal with nil.
6081 (set-language-environment): Call set-overriding-fontspec-internal
6082 if the language environment specify `overriding-fontspec'.
6083 (language-info-alist): Doc added.
6084
6085 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6086 characters of mule-unicode-0100-24ff.
6087 (ccl-encode-windows-1251-font): New CCL program.
6088 ("Bulgarian"): Specify overriding-fontspec.
6089 ("Belarusian"): Likewise.
6090
6091 2003-12-28 Sam Steingold <sds@gnu.org>
6092
6093 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6094 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6095
6096 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6097
6098 * progmodes/gud.el (gud-gdb-command-name): Set default to
6099 "gdb --annotate=3".
6100 (gud-gdb-marker-filter): Look out for annotations.
6101 (gdb-first-pre-prompt): New variable.
6102 Remove trailing white space.
6103
6104 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6105 if necessary.
6106 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6107 annotations are detected.
6108 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6109 instead of a local one to allow transition from
6110 gud-gdb-marker-filter.
6111 Remove trailing white space.
6112
6113 2003-12-27 Kim F. Storm <storm@cua.dk>
6114
6115 * ido.el: Handle non-readable directories.
6116 (ido-decorations): Add 9th element for non-readable directory.
6117 (ido-directory-nonreadable): New dynamic var.
6118 (ido-set-current-directory): Set it.
6119 (ido-read-buffer, ido-file-internal):
6120 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6121 (ido-file-name-all-completions1): Return empty list for
6122 non-readable directory.
6123 (ido-exhibit): Print [Not readable] if directory is not readable.
6124 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6125 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6126 Use it.
6127
6128 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6129
6130 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6131 calls to directory-files-and-attributes and file-attributes.
6132 (ls-lisp-format): Remove system dependent handling of user and
6133 group id's.
6134
6135 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6136
6137 * ffap.el (ffap-read-file-or-url): Revert previous change.
6138
6139 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6140
6141 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6142 new list of included files called `files-with-node-lines', that
6143 only have node lines. This way @include commands can include any
6144 file, such as version and update files without node lines, not
6145 just files that are chapters.
6146
6147 2003-12-25 Andreas Schwab <schwab@suse.de>
6148
6149 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6150 file not found.
6151
6152 2003-12-08 Miles Bader <miles@gnu.org>
6153
6154 * dired.el (dired-between-files): Always use dired-move-to-filename,
6155 which is more robust in non-english locales.
6156
6157 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6158
6159 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6160
6161 2003-12-24 Andreas Schwab <schwab@suse.de>
6162
6163 * shell.el (shell-file-name-quote-list): Add backslash.
6164
6165 * comint.el (comint-quote-filename): Correctly handle backslash
6166 in comint-file-name-quote-list.
6167
6168 2003-12-24 Kenichi Handa <handa@m17n.org>
6169
6170 * international/mule-cmds.el (set-default-coding-systems):
6171 Call ucs-set-table-for-input for all buffers that don't have local
6172 value of buffer-file-coding-system.
6173
6174 * international/ucs-tables.el (ucs-set-table-for-input):
6175 If translation-table-for-encode is a symbol, get its
6176 translation-table property.
6177
6178 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6179
6180 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6181 to `completing-read' on a recently fixed bug.
6182
6183 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6184 instead of SPACE, to get the list of possible fringe modes.
6185 SPACE only works if both `partial-completion-mode' and
6186 `completion-auto-help' are nil.
6187
6188 * complete.el (PC-is-complete-p): Delete.
6189 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6190 calls to `test-completion'.
6191
6192 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6193
6194 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6195 to edit values when there are no children.
6196
6197 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6198 a mode called "Assembler" already exists.
6199 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6200 (gud-watch): Use format option. Remove font properties from string.
6201 (gdb-var-create-handler, gdb-var-list-children-handler):
6202 Don't bother about properties as there are none.
6203 (gdb-var-create-handler, gdb-var-list-children-handler)
6204 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6205 with two arguments.
6206 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6207 Let speedbar show value changes with a different font.
6208 (gdb-edit-value): New defun.
6209 (gdb-clear-partial-output, gdb-clear-inferior-io)
6210 (def-gdb-auto-update-handler): Use erase-buffer.
6211 (gdb-frame-handler): Display watch expressions in
6212 FUNCTION::VARIABLE format if required.
6213
6214 2003-12-23 John Paul Wallington <jpw@gnu.org>
6215
6216 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6217 (Info-goto-emacs-command-node): Doc fixes.
6218
6219 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6220
6221 * cus-edit.el (custom-add-parent-links): Define "many".
6222
6223 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6224
6225 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6226 (widget-child-validate, widget-type-value-create)
6227 (widget-type-default-get, widget-type-match): New functions.
6228 (lazy): New widget.
6229 (menu-choice, checklist, radio-button-choice, editable-list)
6230 (group, documentation-string): Remove redundant (per 2003-10-25
6231 change) calls to `widget-children-value-delete'.
6232 (widget-choice-value-get, widget-choice-value-inline): Remove.
6233 (menu-choice): Update widget.
6234
6235 2003-12-03 Kenichi Handa <handa@m17n.org>
6236
6237 * language/cyrillic.el: Register "microsoft-cp1251" in
6238 ctext-non-standard-encodings-alist.
6239 ("Bulgarian"): Add ctext-non-standard-encodings.
6240 ("Belarusian"): Likewise.
6241
6242 * international/mule-conf.el (compound-text-with-extensions):
6243 Change the type to 2 (iso-2022 base).
6244
6245 * international/mule.el (ctext-non-standard-encodings-alist):
6246 Change the format.
6247 (ctext-non-standard-encodings): New variable.
6248 (ctext-post-read-conversion): Fully re-written.
6249 (ctext-non-standard-designations-alist): Delete it.
6250 (ctext-non-standard-encodings-table): New function.
6251 (ctext-pre-write-conversion): Fully re-written.
6252
6253 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6254
6255 * cus-edit.el (custom-add-parent-links): Add documentation links
6256 for parent, if the item has none of its own.
6257
6258 2003-11-30 Richard M. Stallman <rms@gnu.org>
6259
6260 * dired-aux.el (dired-do-query-replace-regexp):
6261 Report files visited read-only.
6262
6263 2003-11-30 Juri Linkov <juri@jurta.org>
6264
6265 * dired-aux.el (dired-compare-directories): New command.
6266 (dired-file-set-difference, dired-files-attributes): New functions.
6267
6268 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6269 Version 2.0.38 of Tramp released.
6270
6271 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
6272 Charles Curley <charlescurley@charlescurley.com>.
6273 (tramp-multi-connection-function-alist): Add ssht entry which adds
6274 "-e none -t -t" to the list of ssh args. Suggested by Adrian
6275 Aichner.
6276 (tramp-get-method-parameter): New function to retrieve a method
6277 parameter. This allows for omission of method parameters.
6278 Callers adjusted.
6279
6280 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
6281
6282 * net/tramp.el: Add new optional parameter ID-FORMAT to
6283 `file-attributes'. Calls of `file-attributes' won't use this
6284 parameter for backward compatibility reasons.
6285 (tramp-perl-file-attributes): Add a new parameter to Perl script
6286 in order to handle uid/gid as strings, if desired.
6287 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6288 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6289 order to make the function more general.
6290 (tramp-handle-file-attributes): Replace proprietary optional
6291 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6292 (tramp-handle-file-attributes-with-perl): Handle parameter
6293 NONNUMERIC if set. This wasn't done in the past.
6294 (tramp-post-connection): Apply second parameter "$2" if
6295 `tramp-remote-perl' is called.
6296
6297 * net/tramp-smb.el (tramp-smb-handle-delete-file):
6298 Correct cut'n'waste error (`filename' instead of `directory').
6299 (tramp-smb-handle-directory-files-and-attributes)
6300 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6301 introduced parameter ID-FORMAT.
6302 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6303 error (`directory' instead of `ldir').
6304
6305 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6306 `file-attributes' has a second parameter. If yes, apply it with
6307 value "'integer". Otherwise, don't use that parameter (default is
6308 integer format).
6309
6310 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6311
6312 * help.el (help-map): Bind `display-local-help' to `C-h .'.
6313 (help-for-help): Add `C-h .' to the listed Help options.
6314 Remove trailing whitespace.
6315
6316 * help-at-pt.el: New file.
6317
6318 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
6319
6320 * subr.el (noreturn, 1value): New macros for test coverage.
6321 See `testcover.el'.
6322
6323 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6324
6325 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6326 for macro `1value'.
6327 (testcover-1value): New function. Checks that a 1value form
6328 actually returns only one value. Requested by RMS.
6329
6330 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
6331
6332 * gdb-ui.el (gud-watch, gdb-var-create-handler)
6333 (gdb-var-list-children, gdb-var-list-children-handler)
6334 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6335 gdb commands that use mi to keep them out of the command history.
6336
6337 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6338
6339 * cus-start.el (all): Add use-file-dialog.
6340
6341 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6342
6343 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6344
6345 2003-11-27 Kim F. Storm <storm@cua.dk>
6346
6347 * subr.el (posn-object-x-y): New defun.
6348
6349 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6350
6351 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6352 Don't use `space' for \\\n.
6353 Be more selective as to which # are comment-starters.
6354
6355 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
6356
6357 * subr.el (number-sequence): Improve handling of floating point
6358 arguments (suggested by Kim Storm). Allow negative arguments.
6359
6360 2003-11-26 Kenichi Handa <handa@m17n.org>
6361
6362 * international/mule-cmds.el (standard-display-european-internal):
6363 Cancel the standard-display-table setting for ` and '.
6364
6365 2003-11-26 Kim F. Storm <storm@cua.dk>
6366
6367 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6368 New defcustoms to add ffap-like functionality to ido.
6369 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
6370 (ido-no-final-slash): New defun.
6371 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6372 (ido-read-file-name): ): Toggle VC checking via
6373 vc-handled-backends instead of vc-master-templates.
6374 (ido-file-internal): Handle ido-use-url-at-point and
6375 ido-use-filename-at-point via code borrowed from ffap-guesser.
6376 Handle new ido-exit code ffap.
6377 (ido-sort-list): Ignore final slash when sorting file names.
6378
6379 2003-11-25 Kim F. Storm <storm@cua.dk>
6380
6381 * emulation/cua-base.el (cua--standard-movement-commands):
6382 Add forward-sentence and backward-sentence.
6383
6384 2003-11-25 Stephen Eglen <stephen@gnu.org>
6385
6386 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
6387 iswitchb-exit is set to 'usefirst when user selects buffer at head
6388 of list using RET. (Selecting buffers at the head of the list was
6389 broken if the substring was also a complete buffername.)
6390
6391 2003-11-23 Kim F. Storm <storm@cua.dk>
6392
6393 * progmodes/compile.el (grep-command, grep-use-null-device)
6394 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
6395 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
6396 (grep-regexp-alist, grep-program, find-program)
6397 (grep-find-use-xargs, grep-history, grep-find-history)
6398 (grep-process-setup, grep-compute-defaults)
6399 (grep-default-command, grep, grep-tag-default, grep-find)
6400 (grep-expand-command-macros, grep-tree-last-regexp)
6401 (grep-tree-last-files, grep-tree): Move grep variables, functions
6402 and commands to new file grep.el.
6403 (compilation-mode-map): Remove grep commands from Compile sub-menu.
6404 (compilation-process-setup-function): Doc fix.
6405 (compilation-highlight-regexp, compilation-highlight-overlay): New
6406 defvars used for highlighting current compile error in source buffer.
6407 (compile-internal): New optional args HIGHLIGHT-REGEXP and
6408 LOCAL-MAP which overrides compilation-highlight-regexp and
6409 compilation-mode-map for this compilation.
6410 Delay calling compilation-set-window-height until after running
6411 compilation-process-setup-function so it can buffer-local override
6412 compilation-window-height.
6413 Check buffer-local value of compilation-scroll-output.
6414 (compilation-set-window-height): Use buffer-local value of
6415 compilation-window-height.
6416 (compilation-revert-buffer): Don't pass (undefined)
6417 preserve-modes arg to revert-buffer.
6418 (next-error-no-select, previous-error-no-select): New commands.
6419 (compilation-goto-locus): Temporarily highlight current match in
6420 source buffer using compilation-highlight-regexp.
6421
6422 * progmodes/grep.el: New file with grep code from compile.el.
6423 (grep): New defcustom group.
6424 (grep-window-height): New defcustom, like compilation-window-height.
6425 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
6426 (grep-scroll-output): New defcustom, like compilation-scroll-output.
6427 (grep-command, grep-use-null-device, grep-find-command)
6428 (grep-tree-files-aliases, grep-tree-ignore-case)
6429 (grep-tree-ignore-CVS-directories): Move to grep custom group.
6430 (grep-setup-hook): New hook variable.
6431 (grep-mode-map): New keymap for grep commands. Add Grep menu.
6432 (grep-last-buffer): New defvar, override compilation-last-buffer.
6433 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
6434 Call compile-internal with args highlight-regexp and grep-mode-map.
6435
6436 2003-11-23 Kim F. Storm <storm@cua.dk>
6437
6438 * subr.el (event-start, event-end): Doc fix.
6439 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
6440 (posn-area, posn-actual-col-row, posn-object): New defuns.
6441 (posn-col-row): Simplify doc. Rewrite to use cond.
6442 (posn-point): Also return buffer position for events outside text
6443 area (that info is now present in the event position).
6444
6445 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
6446 mouse-set-point so that hscroll still works now that clicks on
6447 fringes generate specific mouse events.
6448 (mouse-set-point): Note that it now works in fringes and margins
6449 too due to new semantics of posn-point in fringes and margins.
6450
6451 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
6452 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
6453
6454 2003-11-20 Kim F. Storm <storm@cua.dk>
6455
6456 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
6457 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
6458 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
6459 to 100 for icons to avoid increasing line height when shown.
6460
6461 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6462
6463 * newcomment.el (comment-normalize-vars): Initialize properly if
6464 comment-start was nil.
6465
6466 2003-11-19 Andreas Schwab <schwab@suse.de>
6467
6468 * simple.el (set-variable): Fix indentation.
6469
6470 2003-11-17 Kenichi Handa <handa@m17n.org>
6471
6472 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
6473 Fix docstring.
6474
6475 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6476
6477 * international/latin1-disp.el (latin1-display): Fix docstring.
6478
6479 2003-11-16 John Wiegley <johnw@newartisans.com>
6480
6481 * eshell/em-ls.el (eshell-ls-file): There are times with
6482 size-width is nil and uncomputed (when directories are created in
6483 dired, for example); in this case, 4 is reasonable default value,
6484 although it may caused skewed new entries (which could be avoided
6485 by returning the original value of 8 in all cases, but 99% of the
6486 time this is a waste of whitespace).
6487
6488 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6489
6490 * cc-engine.el (c-guess-continued-construct)
6491 (c-guess-basic-syntax): Check a little more carefully if it's a
6492 function declaration when an unknown construct followed by a block
6493 is found inside a statement context. This avoids macros followed
6494 by blocks to be taken as function declarations.
6495
6496 (c-guess-continued-construct): Change the analysis of a statement
6497 continuation with a brace open to `substatement-block', for
6498 consistency with recognized statements.
6499
6500 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
6501 start is in a position so that `c-beginning-of-statement-1' jumped
6502 to the beginning of the same statement.
6503
6504 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
6505 Don't accept binary operators in the arglist if we're in a function
6506 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
6507 template recognition in cases like "if (a < b || c > d)".
6508
6509 (c-restricted-<>-arglists): New more appropriate name for
6510 `c-disallow-comma-in-<>-arglists'.
6511
6512 Accessing functions updated for the variable name change.
6513
6514 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
6515 match data could get clobbered if NOT-INSIDE-TOKEN is used.
6516
6517 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
6518 labels.
6519
6520 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
6521 instead of duplicating parts of it. This fixes bogus label
6522 recognition.
6523
6524 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
6525 of checking the context in which to apply the minimum indentation,
6526 so that it isn't enforced in e.g. namespace blocks.
6527
6528 * cc-vars.el (c-inside-block-syms): New constant used by
6529 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
6530 to somewhat reduce the risk of becoming stale.
6531
6532 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
6533 cc-cmds to cc-engine to allow use from cc-align.
6534
6535 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
6536 qualified identifiers containing "::".
6537
6538 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
6539 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
6540
6541 * cc-vars.el (c-emacs-features): Use a space in front of the name
6542 of the temporary buffer. That also avoids dumping problems in
6543 XEmacs due to undo info being left around after the buffer is killed.
6544
6545 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
6546 arglist to see if it's a K&R style declaration.
6547
6548 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
6549 before returning `knr-argdecl-intro'.
6550
6551 2003-11-16 John Wiegley <johnw@newartisans.com>
6552
6553 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
6554 field in a long-listing always 8 characters, use `size-width',
6555 which has already been computed.
6556
6557 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6558
6559 * subr.el (minor-mode-list): Add `hs-minor-mode'.
6560
6561 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6562
6563 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
6564 Support operation while narrowed, with `diff-restrict-view'.
6565
6566 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6567
6568 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6569 Take additional optional arg NARROWFUN. For the generated functions:
6570 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
6571 include frags that arrange to check for and save narrowing state before
6572 the move and then conditionally call NARROWFUN after the move.
6573
6574 2003-11-14 John Wiegley <johnw@newartisans.com>
6575
6576 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
6577 that was optional, but obviously missing based on surrounding code.
6578
6579 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
6580 string arguments to numbers unless the whole argument was seen as
6581 a number.
6582
6583 2003-11-14 Kenichi Handa <handa@m17n.org>
6584
6585 * international/mule.el (ctext-non-standard-encodings-alist):
6586 Fix coding systems.
6587
6588 2003-11-10 Kenichi Handa <handa@m17n.org>
6589
6590 * language/kannada.el ("Kannada"): Add sample-text.
6591
6592 * language/knd-util.el (kannada-compose-region)
6593 (kannada-compose-string, kannada-post-read-conversion):
6594 Add autoload cookie.
6595
6596 * international/quail.el (quail-completion): Change the message
6597 "corresponding translations" to "corresponding characters".
6598
6599 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
6600
6601 * descr-text.el (describe-char): Fix typo.
6602
6603 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
6604
6605 These changes are to support Kannada language/script.
6606
6607 * Makefile.in (DONTCOMPILE): Add kannada.el.
6608
6609 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
6610
6611 * loadup.el: Preload kannada.el.
6612
6613 * language/ind-util.el (ucs-kannada-to-is13194-alist)
6614 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
6615 New variables.
6616
6617 * language/kannada.el: New file.
6618
6619 * language/knd-util.el: New file.
6620
6621 2003-11-07 Andreas Schwab <schwab@suse.de>
6622
6623 * progmodes/autoconf.el (autoconf-font-lock-keywords):
6624 Also highlight AH_*.
6625
6626 * xml.el (xml-parse-dtd): Fix misplaced paren.
6627
6628 2003-11-07 Kenichi Handa <handa@m17n.org>
6629
6630 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
6631
6632 2003-11-05 Juri Linkov <juri@jurta.org>
6633
6634 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
6635 (desktop-buffer-file): Use saved buffer-file-coding-system
6636 for file reading. Set auto-insert to nil to prevent automatic
6637 insertion into restored empty files.
6638
6639 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
6640
6641 * files.el (risky-local-variable-p): Make second argument optional.
6642
6643 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6644
6645 * subr.el (add-hook): Fix last change.
6646
6647 2003-11-03 Eli Zaretskii <eliz@gnu.org>
6648
6649 * mail/rmail.el (rmail-convert-to-babyl-format):
6650 If base64-decode-region signals an error, catch it and silently
6651 ignore it.
6652
6653 2003-11-01 Mark A. Hershberger <mah@everybody.org>
6654
6655 * xml.el (xml-parse-region): Allow comments to appear after the
6656 topmost element has closed.
6657 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
6658 (xml-ns-expand-attr): New functions to do namespace handling.
6659 (xml-intern-attrlist): Back-compatible handling of attribute names.
6660 (xml-parse-tag): Move namespace handling to separate functions.
6661 Now produces elements in the form ((:ns . "element") (attr-list)
6662 children) instead of ('ns:element (attr-list) children).
6663 (xml-parse-attlist): Fix attribute parsing.
6664 (xml-parse-dtd): Change parsing so that it produces strings
6665 instead of interned symbols.
6666
6667 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
6668
6669 * dired.el (dired-ls-sorting-switches): Doc fix.
6670
6671 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
6672
6673 * emacs-lisp/rx.el (rx-or): Fix the case of
6674 "(rx (and ?a (or ?b ?c) ?d))".
6675
6676 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
6677
6678 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
6679 (texinfo-format-region): Use it.
6680 (texinfo-format-buffer-1): Ditto.
6681
6682 2003-11-01 Alan Mackenzie <acm@muc.de>
6683
6684 Changes to allow scrolling whilst in isearch mode:
6685 * isearch.el (isearch-unread-key-sequence): New function,
6686 extracted from isearch-other-meta-char.
6687 (top level): (put 'foo 'isearch-scroll) on all Emacs's
6688 "scrollable" standard functions.
6689 (isearch-allow-scroll): New customizable variable.
6690 (isearch-string-out-of-window, isearch-back-into-window)
6691 (isearch-reread-key-sequence-naturally)
6692 (isearch-lookup-scroll-key): New functions.
6693 (isearch-other-meta-char): Doc string and functionality enhanced.
6694 Now accepts a prefix argument.
6695 (isearch-lazy-highlight-window-end): New variable.
6696 (isearch-lazy-highlight-new-loop): Pay attention to the window's
6697 end (thru isearch-lazy-highlight-window-end), not only its start.
6698
6699 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
6700 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
6701 (universal-argument, universal-argument-more, negative-argument)
6702 (digit-argument, universal-argument-other-key): Minor changes.
6703
6704 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
6705
6706 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
6707 recursively if the last message is deleted, thus avoiding an
6708 infinite loop.
6709
6710 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6711
6712 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
6713 (tex-main-file): Don't add .tex if the extension is already present.
6714 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
6715
6716 2003-10-29 Lute Kamstra <lute@gnu.org>
6717
6718 * progmodes/octave-inf.el (inferior-octave-prompt):
6719 Recognize version number in prompt.
6720
6721 2003-10-28 Dave Love <fx@gnu.org>
6722
6723 * international/characters.el: Fix some Unicode ranges.
6724
6725 2003-10-28 Kenichi Handa <handa@m17n.org>
6726
6727 * disp-table.el (standard-display-8bit)
6728 (standard-display-default, standard-display-ascii)
6729 (standard-display-g1, standard-display-graphic)
6730 (standard-display-underline): Assure that standard-display-table
6731 is a display table.
6732
6733 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
6734
6735 * simple.el (reindent-then-newline-and-indent): Delete space *after*
6736 reindenting the first line.
6737
6738 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
6739
6740 * wid-edit.el (widget-default-delete): Always delete child widgets.
6741
6742 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6743
6744 * newcomment.el (comment-indent): Don't call indent-according-to-mode
6745 if the line has code.
6746 Don't try to line up with something that's too far left.
6747
6748 * progmodes/octave-mod.el (octave-comment-start): Simplify.
6749 (octave-mode-syntax-table): Add % as a comment starter.
6750 (octave-point): Remove.
6751 (octave-in-comment-p, octave-in-string-p)
6752 (octave-not-in-string-or-comment-p, calculate-octave-indent)
6753 (octave-blink-matching-block-open, octave-auto-fill):
6754 Use line-(beginning|end)-position instead.
6755
6756 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
6757
6758 * emacs-lisp/authors.el (authors-aliases): Add correct realname
6759 for Francesco Potort\e,Al\e(B.
6760
6761 2003-10-23 Dave Love <fx@gnu.org>
6762
6763 * international/mule-cmds.el (locale-charset-to-coding-system):
6764 Don't rely on nil being a coding system.
6765
6766 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
6767 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
6768 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
6769
6770 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
6771
6772 * gdb-ui.el (gdb-current-language): New variable.
6773 (gdb-update-flag): Remove variable.
6774 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
6775 (gdb-take-last-elt): Remove function.
6776 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
6777 (gdb-post-prompt): Check for variable object changes here.
6778
6779 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
6780 object changes in gdb-ui.el.
6781
6782 2003-10-21 Richard M. Stallman <rms@gnu.org>
6783
6784 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
6785
6786 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
6787 Don't check for foo*/ wildcard form here.
6788 (insert-directory): Recognize foo*/ as a wildcard.
6789 Separate wildcard-regexp variable from the arg, wildcard.
6790
6791 * subr.el (add-hook): Correctly detect when make-local-hook was used.
6792 (remove-hook): Correctly handle strange cases about local hooks.
6793
6794 2003-10-21 David Ponce <david@dponce.com>
6795
6796 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
6797 argument REAL, to return a real number instead of a rounded
6798 integer value. Define as inline function.
6799 (ruler-mode-right-fringe-cols): Likewise.
6800 (ruler-mode-scroll-bar-cols): New function.
6801 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
6802 (ruler-mode-right-scroll-bar-cols): Likewise.
6803 (ruler-mode-space): New function.
6804 (ruler-mode-ruler): Use it. Handle variations of fringe style,
6805 scroll bar mode and margins in a more robust way.
6806
6807 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
6808
6809 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
6810 (antlr-c-init-language-vars): New function.
6811 (antlr-mode): Use it with cc-mode before v5.29.
6812 (antlr-c-common-init): Don't set some local vars here.
6813 (antlr-mode): Set them here.
6814 (antlr-c-forward-sws): New function alias.
6815 (antlr-mode): Redefine with cc-mode before v5.30.
6816 (antlr-skip-sexps): Use it.
6817 (antlr-skip-exception-part): Ditto.
6818 (antlr-skip-file-prelude): Ditto.
6819 (antlr-outside-rule-p): Ditto.
6820 (antlr-end-of-body): Ditto.
6821 (antlr-option-kind): Ditto.
6822 (antlr-insert-option-area): Ditto.
6823 (antlr-file-dependencies): Ditto.
6824
6825 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6826
6827 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
6828 Move backward only if point was not inside an entry.
6829
6830 2003-10-21 Richard M. Stallman <rms@gnu.org>
6831
6832 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
6833
6834 2003-10-21 Juri Linkov <juri@jurta.org>
6835
6836 * compare-w.el: Automatically skip non-matching text to resync.
6837 (compare-windows-whitespace): Doc fix.
6838 (compare-windows-sync, compare-windows-sync-string-size)
6839 (compare-windows-recenter, compare-ignore-whitespace)
6840 (compare-windows-highlight, compare-windows-face): New variables.
6841 (compare-windows): Use compare-windows-sync.
6842 (compare-windows-highlight, compare-windows-dehighlight)
6843 (compare-windows-sync-regexp)
6844 (compare-windows-sync-default-function): New functions.
6845
6846 2003-10-21 Juri Linkov <juri@jurta.org>
6847
6848 * diff.el (diff-parse-differences): Don't visit the files now;
6849 instead, just record the error locus.
6850
6851 2003-10-21 Dave Love <fx@gnu.org>
6852
6853 * progmodes/cfengine.el: New file.
6854
6855 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6856
6857 * complete.el (PC-do-completion): Do not forget to use `pred' as the
6858 default-directory when completing file names.
6859
6860 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
6861
6862 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
6863 followed by the word `face', it gets treated as a face, even if
6864 it is also defined as a variable or a function.
6865
6866 2003-10-20 Dave Love <fx@gnu.org>
6867
6868 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6869 Avoid incf in macro expansion.
6870
6871 2003-10-20 John Paul Wallington <jpw@gnu.org>
6872
6873 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
6874 `evenp' so we don't implicitly require cl library at runtime.
6875
6876 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
6877
6878 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
6879 (help-make-xrefs): Only make cross-references for faces if
6880 preceded or followed by the word `face'. Do not make a
6881 cross-reference for variables without variable documentation,
6882 unless preceded by the word `variable' or `option'. Update doc
6883 string accordingly.
6884
6885 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
6886
6887 * progmodes/hideshow.el: Rewrite one-armed `if'
6888 constructs using either `when' or `unless'.
6889 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
6890
6891 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
6892
6893 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
6894 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
6895 instead of 12x12.
6896
6897 2003-10-16 Eli Zaretskii <eliz@gnu.org>
6898
6899 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
6900 message while converting to Babyl.
6901
6902 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
6903
6904 * allout.el (allout-mode): Doc fix.
6905
6906 2003-10-16 Lute Kamstra <lute@gnu.org>
6907
6908 * subr.el (force-mode-line-update): Fix docstring.
6909
6910 2003-10-14 Dave Love <fx@gnu.org>
6911
6912 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
6913 (default-input-method): Add :link, improve :type.
6914 (locale-charset-language-names): Fix utf-8 pattern.
6915 (locale-charset-match-p, locale-charset-alist)
6916 (locale-charset-to-coding-system): New.
6917 (set-locale-environment): Deal with codeset part of locale specs.
6918
6919 2003-10-14 Lute Kamstra <lute@gnu.org>
6920
6921 * fringe.el (fringe-mode): Use active voice in docstring.
6922 (set-fringe-style): Ditto.
6923
6924 2003-10-13 Lute Kamstra <lute@gnu.org>
6925
6926 * fringe.el (fringe-mode): Fix docstring.
6927 (set-fringe-style): Ditto.
6928
6929 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
6930
6931 * ediff-mult.el (ediff-filegroup-action):
6932 Use ediff-default-filtering-regexp.
6933
6934 * ediff-util.el (ediff-recenter): Don't call
6935 ediff-restore-highlighting twice.
6936 (ediff-select-difference): Set current difference.
6937 (ediff-unselect-and-select-difference): Add comment.
6938
6939 * ediff.el (ediff-directories,ediff-directory-revisions)
6940 (ediff-directories3,ediff-merge-directories)
6941 (ediff-merge-directories-with-ancestor)
6942 (ediff-merge-directory-revisions)
6943 (ediff-merge-directory-revisions-with-ancestor):
6944 Use ediff-default-filtering-regexp.
6945
6946 2003-10-12 Andreas Schwab <schwab@suse.de>
6947
6948 * international/mule-cmds.el (locale-charset-language-names):
6949 Simplify regex by removing unused grouping.
6950
6951 2003-10-10 Dave Love <fx@gnu.org>
6952
6953 * bindings.el: Don't bind stop.
6954
6955 2003-10-08 Miles Bader <miles@gnu.org>
6956
6957 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
6958 face instead of attempting to emulate it.
6959
6960 2003-10-07 Kenichi Handa <handa@m17n.org>
6961
6962 * international/mule-diag.el (list-coding-systems-1): List coding
6963 systems that are loaded automatically.
6964
6965 * international/code-pages.el (iso-8859-11): Add autoload cookie.
6966
6967 * international/mule.el (autoload-coding-system): New function.
6968
6969 2003-10-07 Andreas Schwab <schwab@suse.de>
6970
6971 * log-edit.el (log-edit-changelog-entries): Prefer local value of
6972 change-log-default-name in the buffer visiting the file.
6973
6974 2003-10-06 Dave Love <fx@gnu.org>
6975
6976 * files.el (find-file-hook): Customize.
6977 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
6978
6979 * bindings.el (completion-ignored-extensions): Remove .log.
6980 (global-map): Add again, open, stop keys.
6981
6982 2003-10-05 Richard M. Stallman <rms@gnu.org>
6983
6984 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
6985 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
6986 Use sh-modify directly.
6987 (sh-select): Use sh-append, not eval.
6988
6989 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
6990
6991 * info.el (Info-following-node-name): New function.
6992
6993 * loadhist.el (unload-feature-special-hooks):
6994 Rename from loadhist-hook-functions.
6995 (loadhist-hook-functions): Now an alias.
6996
6997 2003-10-04 Eli Zaretskii <eliz@gnu.org>
6998
6999 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7000 file-name clashes on 8+3 filesystems.
7001
7002 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7003 Rename loaddefs-boot.el to ldefs-boot.el
7004
7005 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7006 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7007
7008 2003-10-03 Lute Kamstra <lute@gnu.org>
7009
7010 * info.el (Info-mode): Revert previous change.
7011 (Info-escape-percent): New function.
7012 (Info-fontify-node): Use it.
7013
7014 2003-10-02 Andreas Schwab <schwab@suse.de>
7015
7016 * loaddefs-boot.el: Regenerated.
7017
7018 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7019
7020 * ffap.el: Remove defadvice related code from CVS since `complete'
7021 provides a `PC-completion-as-file-name-predicate' variable that
7022 ffap can override.
7023
7024 2003-10-02 Kenichi Handa <handa@m17n.org>
7025
7026 * international/utf-8.el (ccl-decode-mule-utf-8):
7027 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7028
7029 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7030 * international/subst-big5.el: Likewise.
7031 * international/subst-gb2312.el: Likewise.
7032 * international/subst-ksc.el: Likewise.
7033
7034 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7035
7036 * calendar/calendar.el (increment-calendar-month)
7037 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7038 (generate-calendar, calendar-read-date, calendar-interval)
7039 (calendar-day-of-week): Handle years BC.
7040 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7041
7042 2003-10-01 Dave Love <fx@gnu.org>
7043
7044 * language/cyrillic.el (cp1251): Alias for windows-1251.
7045
7046 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7047 bootstrap.
7048
7049 2003-10-01 Lute Kamstra <lute@gnu.org>
7050
7051 * files.el: Fix typo.
7052 * imenu.el (imenu--generic-function): Docstring fix.
7053
7054 2003-09-30 Richard M. Stallman <rms@gnu.org>
7055
7056 * dired.el (dired-mode): Handle dired-directory as a list.
7057
7058 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7059
7060 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7061
7062 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7063
7064 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7065 Replace gud-display with gud-watch.
7066 (gud-speedbar-buttons): Add stuff for watching expressions
7067 in the speedbar when using M-x gdba. Use dolist on old part
7068 of this function.
7069
7070 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7071 (gdb-update-flag): New variables.
7072 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7073 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7074 (gud-watch, gdb-var-create-handler) : New functions.
7075 (gdb-var-list-children, gdb-var-list-children-handler)
7076 (gdb-var-create-regexp, gdb-var-update-regexp)
7077 (gdb-var-list-children-regexp): New constants.
7078 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7079 (gdb-annotation-rules): Reduce annotation set (level 3).
7080 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7081 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7082 updates.
7083 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7084 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7085 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7086 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7087 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7088 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7089 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7090 (gud-display, gud-display1)
7091 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7092 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7093 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7094 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7095 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7096 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7097 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7098 (gdb-display-display-buffer, gdb-toggle-display)
7099 (gdb-delete-display, gdb-expressions-popup-menu)
7100 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7101 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7102 to display buffer.
7103
7104 2003-09-30 Richard M. Stallman <rms@gnu.org>
7105
7106 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7107 Instead, set which-func-functions.
7108
7109 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7110 (which-func-functions): New variable.
7111 (which-function): Use that.
7112
7113 * info.el (Info-mode): Double each `%' in header line.
7114
7115 * emacs-lisp/lisp-mnt.el (lm-with-file):
7116 When FILE is nil, run BODY in current buffer.
7117
7118 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7119
7120 * help.el (describe-mode): Start with a brief list of minor modes.
7121 Find them thru minor-mode-list so as to find them all.
7122 Show them in alphabetical order.
7123
7124 * mail/sendmail.el (mail-aliases): Doc fix.
7125
7126 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7127
7128 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7129
7130 * mail/rmailsum.el (rmail-make-summary-line-1):
7131 Change comma after last label to a space.
7132 (rmail-summary-font-lock-keywords): Adapt to that change.
7133
7134 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7135
7136 * progmodes/scheme.el (scheme-mode-variables): When setting
7137 `font-lock-defaults', also specify that "#" should
7138 be interpreted with `word' syntax.
7139 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7140
7141 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7142
7143 * desktop.el: A lot of comments updated.
7144 (desktop-save-mode): Minor mode introduced.
7145 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7146 (desktop-load-default): Function made obsolete.
7147 (desktop-locals-to-save): Variable made customizable.
7148 (desktop-read): Optional parameter `dirname' added.
7149 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7150 `desktop-read' used.
7151 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7152
7153 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7154
7155 * whitespace.el (whitespace-clean-msg): Add user customizable message
7156 for displaying ``clean'' output.
7157 (whitespace-buffer): Use `whitespace-clean-msg'.
7158 (whitespace-global-mode): Fix typo.
7159
7160 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7161
7162 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7163
7164 2003-09-29 Lute Kamstra <lute@gnu.org>
7165
7166 * bindings.el (mode-line-modes): Remove superfluous :propertize
7167 construct in initialization.
7168 (mode-line-position): Change cons cell into proper list in
7169 initialization.
7170
7171 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7172
7173 * international/mule.el (decode-coding-inserted-region): Use car
7174 of the return value of find-operation-coding-system.
7175
7176 2003-09-29 Kenichi Handa <handa@m17n.org>
7177
7178 * descr-text.el (describe-char): Fix previous change.
7179
7180 2003-09-28 Kenichi Handa <handa@m17n.org>
7181
7182 * descr-text.el (describe-char-display): New function.
7183 (describe-char): Pay attention to display table on describing how
7184 a character is displayed.
7185
7186 * international/mule-cmds.el (encoded-string-description):
7187 Prepend "0x" to each encoded byte.
7188
7189 2003-09-28 Andreas Schwab <schwab@suse.de>
7190
7191 * find-file.el (ff-special-constructs): Add autoload cookie.
7192
7193 2003-09-28 Kevin Ryde <user42@zip.com.au>
7194
7195 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7196 makeinfo appends to duplicate index entries.
7197
7198 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7199
7200 * dired-x.el (dired-clean-tex): Doc fix.
7201
7202 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7203 using a Chinese tutorial.
7204
7205 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7206
7207 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7208 between "MAIL FROM:" and "RCPT TO:" and the following address.
7209
7210 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7211
7212 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7213
7214 2003-09-28 David Ponce <david@dponce.com>
7215
7216 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7217 (recentf-load-list): When `recentf-initialize-file-name-history'
7218 is non-nil, initialize an empty `file-name-history' with the
7219 recent list.
7220
7221 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7222
7223 * man.el (Man-default-man-entry): Remove the leading `*' from the
7224 word at point.
7225
7226 2003-09-26 Lute Kamstra <lute@gnu.org>
7227
7228 * bindings.el (mode-line-position): Mention size indication in
7229 docstring.
7230
7231 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7232
7233 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7234
7235 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7236 because it's autoloaded now.
7237
7238 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7239
7240 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7241 (sh-font-lock-keywords, sh-feature): Fix previous change of
7242 sh-feature to avoid infloop with sh-font-lock-keywords.
7243
7244 2003-09-25 Kim F. Storm <storm@cua.dk>
7245
7246 * frame.el (frame-current-scroll-bars): New defun.
7247
7248 * window.el (window-current-scroll-bars): New defun.
7249
7250 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7251
7252 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7253 cause errors when the state cache contains info on parts that have
7254 been narrowed out.
7255
7256 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7257
7258 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7259 `c-setup-paragraph-variables' has to be used when this variable is
7260 changed; it doesn't work to reinitialize the mode since that
7261 typically clobbers the variable.
7262
7263 * progmodes/cc-styles.el (c-setup-paragraph-variables):
7264 Make it interactive.
7265
7266 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7267
7268 * progmodes/cc-fonts.el (c-font-lock-declarations):
7269 Fix recognition of constructors and destructors for classes whose
7270 names are matched by `*-font-lock-extra-types'.
7271
7272 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7273 followed by an identifier in C++ then it's a type.
7274
7275 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7276
7277 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7278 problem that primarily affected XEmacs. Don't use faces to find
7279 unterminated strings since Emacs and XEmacs fontify strings
7280 differently - this function should now work better in XEmacs.
7281
7282 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7283
7284 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7285 `expand-abbrev' workaround which caused braces to misbehave inside
7286 macros.
7287
7288 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7289 handling. This bug could cause interactive font locking to bail out.
7290
7291 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7292
7293 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7294 Handle paren-style types in Pike. Also fixed some cases of
7295 insufficient handling of unbalanced parens.
7296
7297 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
7298
7299 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7300 common shell prompts that are not common filename or URL characters.
7301 (ffap-file-at-point): Use the new regexp to strip the prompts from
7302 the file names. This is an issue mostly for user prompts that
7303 don't have a trailing space and find-file-at-point is invoked from
7304 within a shell inside Emacs.
7305
7306 2003-09-24 Andre Spiegel <spiegel@gnu.org>
7307
7308 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7309 stamps numerically, rather than textually.
7310
7311 2003-09-24 Kenichi Handa <handa@m17n.org>
7312
7313 * language/devan-util.el (devanagari-post-read-conversion):
7314 * language/mlm-util.el (malayalam-post-read-conversion):
7315 * language/tml-util.el (tamil-post-read-conversion):
7316 Add autoload cookie.
7317
7318 * international/utf-8.el (utf-8-post-read-conversion):
7319 Call post-read-conversion functions for Devanagari, Malayalam,
7320 and Tamil.
7321
7322 2003-09-23 Dave Love <fx@gnu.org>
7323
7324 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7325
7326 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
7327
7328 * progmodes/gud.el (perldb): Add gud-until to list of commands.
7329 Update gud-remove.
7330
7331 2003-09-22 Richard M. Stallman <rms@gnu.org>
7332
7333 * progmodes/sh-script.el (sh-mode-default-syntax-table):
7334 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
7335 (sh-mode-syntax-table-input): New variable.
7336 (sh-require-final-newline): Don't use eval.
7337 (sh-builtins, sh-leading-keywords, sh-other-keywords)
7338 (sh-variables, sh-font-lock-keywords): Don't use eval.
7339 (sh-set-shell): When setting require-final-newline,
7340 treat value = `require-final-newline' as don't change it.
7341 Set sh-mode-syntax-table locally based on
7342 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7343
7344 * progmodes/compile.el (compile-internal):
7345 Call compilation-set-window-height before setting window start.
7346
7347 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
7348
7349 * emacs-lisp/bytecomp.el (byte-compile-log-file):
7350 Clear out byte-compile-last-warned-form.
7351
7352 2003-09-22 Richard M. Stallman <rms@gnu.org>
7353
7354 * woman.el (woman-file-name, woman-follow-word):
7355 If current-word returns nil, use "".
7356
7357 * simple.el (eval-expression): Bind standard-output in to-buffer case.
7358
7359 2003-09-22 Richard M. Stallman <rms@gnu.org>
7360
7361 * emacs-lisp/lisp-mnt.el (lm-with-file):
7362 Don't visit the file, just use insert-file-contents in temp buffer.
7363
7364 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
7365
7366 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7367 Add surrounding \\( and \\) around the header, as in
7368 for lm-history-header 'Change Log\\|History'.
7369
7370 2003-09-22 John Paul Wallington <jpw@gnu.org>
7371
7372 * progmodes/ld-script.el: Add Commentary section,
7373 minor cleanup of file header.
7374 (ld-script-font-lock-keywords): Doc fix.
7375 (toplevel): Provide `ld-script' feature.
7376
7377 2003-09-21 Kim F. Storm <storm@cua.dk>
7378
7379 * scroll-bar.el (set-scroll-bar-mode): Initialize to
7380 new built-in variable default-frame-scroll-bars.
7381 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
7382 scroll-bar-mode; notably, use it instead of t when we toggle
7383 scroll-bars on.
7384 (toggle-scroll-bar): Use default-frame-scroll-bars.
7385
7386 2003-09-19 Masatake YAMATO <jet@gyve.org>
7387
7388 * pcvs.el (cvs-do-removal): Change the prompt depending on
7389 `filter' value.
7390
7391 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7392
7393 * startup.el (command-line-1): Stop startup-echo-area-message
7394 being hidden by "Loading image..." message.
7395 (use-fancy-splash-screens-p, display-splash-screen):
7396 Move display-graphic-p test from latter to former.
7397
7398 * progmodes/sh-script.el (sh-font-lock-keywords):
7399 Highlight escaped EOLs differently from other backslash constructs.
7400
7401 2003-09-19 Richard M. Stallman <rms@gnu.org>
7402
7403 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
7404 New functions.
7405 (edebug-enter, edebug-outside-excursion): Use them.
7406
7407 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7408 Fix the condition for whether to print "In WHERE".
7409
7410 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
7411
7412 * finder.el (finder-mode-hook): New variable.
7413 (finder-mode): Run hook finder-mode-hook
7414
7415 2003-09-18 Masatake YAMATO <jet@gyve.org>
7416
7417 * progmodes/ebrowse.el: Fix broken magic autoload comments.
7418
7419 2003-09-17 Mario Lang <mlang@delysid.org>
7420
7421 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
7422 "p %e" to actually print the value in the GUD buffer.
7423
7424 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
7425
7426 From David Ponce <david.ponce@wanadoo.fr>:
7427 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
7428 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
7429 from loaddefs-boot.el if necessary.
7430
7431 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
7432
7433 * progmodes/gud.el (gud-find-class): Make jdb work again since
7434 cc-mode changed the syntactic information.
7435
7436 2003-09-15 David Ponce <david@dponce.com>
7437
7438 * recentf.el: (recentf-exclude): Accept predicates too.
7439 (recentf-file-readable-p): New function.
7440 (recentf-include-p): Handle predicates in recentf-exclude.
7441 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
7442 (recentf-cleanup): Likewise.
7443 (recentf-save-list): Use write-file to handle backup of
7444 recentf-save-file.
7445
7446 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
7447
7448 * loaddefs-boot.el: Renamed from `loaddefs.el'
7449 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
7450 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
7451 necessary.
7452
7453 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
7454
7455 * electric.el (Electric-pop-up-window): For the `one-window' case,
7456 no longer disconcertingly move point in the original buffer.
7457
7458 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7459
7460 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
7461
7462 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
7463
7464 * dired.el (dired-mode-map): Fix typo.
7465
7466 2003-09-11 Richard M. Stallman <rms@gnu.org>
7467
7468 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
7469
7470 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7471
7472 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
7473 the function is less noisy. Now only `kill-buffer' can ask questions.
7474
7475 2003-09-10 Mario Lang <mlang@delysid.org>
7476
7477 * battery.el: Update Commentary and Copyright.
7478 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
7479 appear due to wrong ordering of the expressions in `or'.
7480
7481 2003-09-09 Lute Kamstra <lute@gnu.org>
7482
7483 * misc.el (upcase-char): Fix docstring.
7484 (zap-up-to-char): New command.
7485
7486 2003-09-08 David Ponce <david@dponce.com>
7487
7488 Ensure that recentf correctly updates the menu bar.
7489 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
7490 (recentf-menu-bar): New function.
7491 (recentf-clear-data): Use it
7492 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
7493 of easy-menu-change.
7494
7495 2003-09-08 Lute Kamstra <lute@gnu.org>
7496
7497 * simple.el (size-indication-mode): New.
7498 * bindings.el (mode-line-position): Add buffer size indicator.
7499
7500 2003-09-04 Mario Lang <mlang@delysid.org>
7501
7502 * battery.el (battery-linux-proc-acpi): New function.
7503 (battery-status-function): Modify default value calculation to also
7504 check for availability of ACPI.
7505 (battery-echo-area-format): Ditto.
7506 (battery-mode-line-format): Ditto.
7507
7508 2003-09-06 Dave Love <fx@gnu.org>
7509
7510 * ielm.el (ielm-mode-hook): Add :options.
7511
7512 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
7513 (eldoc-print-current-symbol-info): Use it.
7514
7515 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
7516
7517 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
7518 being displayed in GUD buffer.
7519 (gdb-idle-input-queue): Remove var. Use just one queue.
7520 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
7521 Remove functions. Use just one queue.
7522 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
7523 (gdb-invalidate-assembler, gdb-get-current-frame):
7524 Modify functions. Use just one queue.
7525
7526 2003-09-04 Dave Love <fx@gnu.org>
7527
7528 * cus-start.el: Add blink-cursor-alist.
7529
7530 * ruler-mode.el (ruler-mode-fill-column-char)
7531 (ruler-mode-current-column-char): Use char-displayable-p,
7532 not window-system.
7533
7534 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
7535
7536 * language/european.el (windows-1252): Move from code-pages.
7537
7538 * language/cyrillic.el ("Windows-1251"): Delete.
7539 ("Bulgarian", "Belarusian"): Remove `features'.
7540 (windows-1251): Move from code-pages.
7541
7542 * international/mule-diag.el (non-iso-charset-alist):
7543 Remove `codepage' stuff.
7544 (print-designation, list-coding-systems-1): Output fixes.
7545
7546 * international/code-pages.el (cp-make-translation-table)
7547 (cp-valid-codes): Made defsubsts.
7548 (cp-fix-safe-chars): Delete.
7549 (mule-diag): Don't require.
7550 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
7551 (top-level): Check for defined coding system when defining
7552 cp... aliases. Change w32-add-charset-info test to avoid warning.
7553 (non-iso-charset-alist): Defvar when compiling.
7554 (cp-make-coding-system): Doc fix.
7555
7556 2003-09-02 Jason Rumney <jasonr@gnu.org>
7557
7558 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
7559 line-ends from CVS before doing conversion.
7560
7561 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
7562
7563 * calendar/diary-lib.el (diary-header-line-flag)
7564 (diary-header-line-format): New variables.
7565 (list-diary-entries): Use them to set header line in simple diary.
7566
7567 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
7568 other than font-lock-string-face to highlight backslashes.
7569
7570 2003-09-01 Jason Rumney <jasonr@gnu.org>
7571
7572 * international/titdic-cnv.el (tit-read-key-value): Include \r in
7573 regexp.
7574
7575 2003-09-01 Dave Love <fx@gnu.org>
7576
7577 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
7578
7579 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
7580 and :help; also line and column numbers labels.
7581
7582 * international/mule-util.el (char-displayable-p): Move from
7583 latin1-disp, rename and autoload.
7584
7585 * international/latin1-disp.el (latin1-char-displayable-p):
7586 Now obsolete alias. Replace uses with char-displayable-p.
7587 (latin1-display-ucs-per-lynx): Fix last change.
7588
7589 * international/mule-cmds.el (standard-display-european-internal):
7590 Don't use char code for Latin-1 NBSP.
7591 <XFree86 4>: Unfrob NBSP display table. Set display table to use
7592 U+2018, U+2019 for `'.
7593 (select-safe-coding-system): Message fix.
7594
7595 2003-09-01 Kenichi Handa <handa@m17n.org>
7596
7597 * international/fontset.el (setup-default-fontset): For Thai
7598 font, specify "*" family.
7599
7600 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7601
7602 * progmodes/compile.el (previous-error): Accept a prefix
7603 argument, similarly to next-error.
7604
7605 2003-08-31 Masatake YAMATO <jet@gyve.org>
7606
7607 * pcvs.el (cvs-do-removal): Use = instead of eq to check
7608 the number of files. Bind the number of files to a local
7609 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
7610
7611 2003-08-30 Eli Zaretskii <eliz@gnu.org>
7612
7613 * vc-hooks.el (vc-make-version-backup): Fix the change made on
7614 2003-07-26: msdos-long-file-names is a function, not a variable.
7615
7616 2003-08-29 Richard M. Stallman <rms@gnu.org>
7617
7618 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
7619 Do nothing with mail-personal-alias-file if it is nil.
7620
7621 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
7622 Do nothing if mail-personal-alias-file is nil.
7623
7624 * term.el (term-exec-1): Bind coding-system-for-read.
7625
7626 * dired.el (dired-mouse-find-file-other-window):
7627 Use dired-view-command-alist here, as in dired-view-file.
7628 (dired-view-command-alist): Use %s to substitute file name.
7629 Handle .ps_pages, .eps, .jpg, .gif, .png.
7630
7631 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7632
7633 * info.el (Info-mode-map): Bind S-tab and <backtab> to
7634 `Info-prev-reference', instead of M-tab.
7635
7636 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
7637
7638 * simple.el (blink-matching-open): Work correctly on chars that
7639 are designated as parens through the syntax-table text property.
7640
7641 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
7642
7643 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
7644 line break position in the middle of a non-kinsoku (e.g. latin)
7645 word, making it skip until either a space or a character with
7646 category "|".
7647 (kinsoku-longer): Test for end of buffer.
7648
7649 2003-08-28 Eli Zaretskii <eliz@gnu.org>
7650
7651 * mail/rmail.el (rmail-convert-to-babyl-format):
7652 Detect quoted-printable- and base64-encoded messages and decode them
7653 automatically. Set the message's encoding from the charset=
7654 header, if any. Decode base64-encoded messages in Mail format as well.
7655
7656 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7657
7658 * mail/smtpmail.el: Fix previous change.
7659 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
7660 calling smtpmail-via-smtp.
7661 (smtpmail-via-smtp): Add fall-back values for envelope-from.
7662
7663 2003-08-26 John Paul Wallington <jpw@gnu.org>
7664
7665 * image.el (image-jpeg-p): Don't search beyond length of data.
7666
7667 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7668
7669 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
7670 misfeature in `expand-abbrev' which caused electric keywords like
7671 "else" to disappear if an open brace was typed directly afterwards.
7672
7673 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7674
7675 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
7676 mandatory in `define-widget'.
7677
7678 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
7679 Don't align the operators "!=", "<=" and ">=" as assignment operators.
7680
7681 (c-assignment-operators): New language constant that only contains
7682 the assignment operators.
7683
7684 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
7685
7686 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7687
7688 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7689 Safeguard against unbalanced sexps.
7690
7691 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
7692
7693 * version.el (emacs-version): Check for gtk. Include gtk version info.
7694
7695 2003-08-25 John Paul Wallington <jpw@gnu.org>
7696
7697 * man.el (Man-default-man-entry): Don't whizz past the section
7698 number before looking for it.
7699
7700 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
7701
7702 * progmodes/gud.el (gud-display-line): Don't set window-point if
7703 source buffer is not visible. (Only happens with M-x gdba.)
7704
7705 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
7706 documentation.
7707 (gdb-source, gdb-source-info): Update to assembler unnecessary
7708 as its done after each GDB command anyway.
7709 (gdb-pre-prompt): Use with-current-buffer.
7710 (gdb-insert-field): Add help-echo text.
7711 (gdb-invalidate-assembler): Re-display of assembler now done in
7712 gdb-info-breakpoints-custom.
7713 (gdb-info-breakpoints-custom): Force re-display of assembler to
7714 happen *after* update of breakpoints buffer.
7715 (gdb-display-source-buffer): Don't choke if gdb-source-window
7716 isn't visible.
7717 (gdb-put-string, gdb-put-arrow): Remove free variables.
7718
7719 2003-08-24 John Paul Wallington <jpw@gnu.org>
7720
7721 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
7722
7723 * man.el (Man-default-man-entry): Strip text properties when
7724 snarfing parts of entry because `format' preserves properties.
7725
7726 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7727
7728 * files.el (file-newest-backup): Use `expand-file-name'.
7729
7730 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
7731 Allow the diary to pop up a new frame, if needed.
7732
7733 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
7734 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
7735 (smtpmail-send-it): Make treatment of envelope-from consistent with
7736 sendmail.el.
7737
7738 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
7739 (sh-leading-keywords): Add the bash `time' reserved word.
7740 (sh-variables): Add some bash variables.
7741 (sh-add-completer): Fix nil branch of case statement.
7742
7743 2003-08-24 Masatake YAMATO <jet@gyve.org>
7744
7745 * progmodes/ld-script.el: New file.
7746
7747 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
7748
7749 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
7750
7751 2003-08-23 Andre Spiegel <spiegel@gnu.org>
7752
7753 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
7754 Better explain obsolescence, and what to use instead.
7755
7756 2003-08-23 Masatake YAMATO <jet@gyve.org>
7757
7758 * pcvs.el (cvs-do-removal): Show the deleted file name
7759 on the prompt.
7760
7761 2003-08-20 Dave Love <fx@gnu.org>
7762
7763 * international/mule.el (make-coding-system)
7764 (set-buffer-file-coding-system): Doc fix.
7765
7766 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
7767
7768 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
7769
7770 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
7771
7772 * international/utf-16.el: Add mime-text-unsuitable coding system
7773 properties.
7774
7775 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
7776
7777 * cus-edit.el: Add some :links.
7778 (bib): Remove.
7779
7780 * textmodes/bib-mode.el (bib): Add :group external.
7781
7782 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
7783
7784 * wid-edit.el (widget-echo-help): Make it handle expressions that
7785 evaluate to strings.
7786
7787 2003-08-18 Michael Mauger <mmaug@yahoo.com>
7788
7789 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
7790
7791 Simplify selection of SQL products to define highlighting and
7792 interactive mode. Includes detailed instructions on adding
7793 support for new products.
7794
7795 * progmodes/sql.el (sql-product): New variable. Identifies SQL
7796 product for use in highlighting and interactive mode.
7797 (sql-interactive-product): New variable. SQL product for
7798 sql-interactive-mode.
7799 (sql-product-support): New variable. Specifies product-specific
7800 parameters to drive highlighting and interactive mode.
7801 (sql-imenu-generic-expression): Add more object types.
7802 (sql-sqlite-options): Correct comment.
7803 (sql-ms-program): Use "osql" rather than "isql".
7804 (sql-prompt-regexp, sql-prompt-length): Update comment.
7805 (sql-mode-menu): Add "Start SQLi session" entry.
7806 Replace Highlighting submenu with Product menu. Fix Send Region entry.
7807 (sql-mode-abbrev-table): Add abbreviations. Support of
7808 SYSTEM-FLAG on define-abbrev. Support was removed with last
7809 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
7810 (sql-mode-font-lock-object-name): Add font-lock pattern for object
7811 names.
7812 (sql-mode-ansi-font-lock-keywords): Set as default value.
7813 (sql-mode-oracle-font-lock-keywords): Set as default value.
7814 Support Oracle 9i keywords.
7815 (sql-mode-postgres-font-lock-keywords): Set as default value.
7816 (sql-mode-linter-font-lock-keywords): Set as default value.
7817 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
7818 SQLServer 2000.
7819 (sql-mode-sybase-font-lock-keywords)
7820 (sql-mode-interbase-font-lock-keywords)
7821 (sql-mode-sqlite-font-lock-keywords)
7822 (sql-mode-strong-font-lock-keywords)
7823 (sql-mode-mysql-font-lock-keywords)
7824 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
7825 keywords.
7826 (sql-mode-font-lock-defaults): Update comment.
7827 (sql-product-feature): New function. Returns feature associated
7828 with a product from `sql-product-support' alist.
7829 (sql-product-font-lock): New function. Set font-lock support
7830 based on `sql-product'.
7831 (sql-add-product-keywords): New function. Add font-lock rules to
7832 product-specific keyword variables.
7833 (sql-set-product): New function. Set `sql-product' and apply
7834 appropriate font-lock highlighting.
7835 (sql-highlight-product): New function. Set font-lock support
7836 based on a product. Also set mode name to include product name.
7837 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
7838 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
7839 Use `sql-set-product'.
7840 (sql-highlight-ms-keywords)
7841 (sql-highlight-sybase-keywords)
7842 (sql-highlight-interbase-keywords)
7843 (sql-highlight-strong-keywords)
7844 (sql-highlight-mysql-keywords)
7845 (sql-highlight-sqlite-keywords)
7846 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
7847 (sql-get-login): Prompt in the same order as the tokens.
7848 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
7849 (sql-product-interactive): New function. Common portions of
7850 product-specific interactive mode wrappers.
7851 (sql-interactive-mode): Rewritten to use product features.
7852 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7853 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7854 (sql-db2, sql-linter): Use `sql-product-interactive'.
7855 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7856 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7857 (sql-connect-ingres, sql-connect-postgres)
7858 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7859 New functions. Format command line parameters and invoke comint on
7860 the appropriate interpreter. Code was in the corresponding
7861 `sql-xyz' function before.
7862 (sql-connect-ms): New function. Support -E argument to use
7863 operating system credentials for authentication.
7864
7865 2003-08-18 Kenichi Handa <handa@m17n.org>
7866
7867 * international/mule.el (encode-char): Fix for the ASCII case.
7868
7869 2003-08-15 Kenichi Handa <handa@m17n.org>
7870
7871 * international/fontset.el (setup-default-fontset): Change "*" to
7872 nil in the specifications of font family.
7873
7874 2003-08-18 Kim F. Storm <storm@cua.dk>
7875
7876 * kmacro.el (kmacro-keymap): Group related bindings in
7877 initialization for clarity. Bind C-s to start macro.
7878 Remove C-r binding.
7879 (kmacro-initial-counter-value): New defvar to hold initial counter
7880 value in case we set the value before defining a macro.
7881 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
7882 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
7883 not defining or executing macro. Doc fix.
7884 (kmacro-add-counter): Clear kmacro-initial-counter-value.
7885 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
7886 temporarily view older elements on the macro ring without cycling
7887 the ring.
7888 (kmacro-display): Doc fix.
7889 (kmacro-exec-ring-item): New helper function.
7890 (kmacro-call-ring-2nd): Use it.
7891 (kmacro-call-ring-2nd-repeat): Doc fix.
7892 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
7893 (kmacro-end-or-call-macro): Execute last viewed macro (using
7894 kmacro-exec-ring-item) from ring if this follows
7895 kmacro-view-macro. This allows us to find a macro on the ring
7896 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
7897 the ring to bring it to the head of the ring.
7898 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
7899 Allow binding to reserved keys without specifying C-x C-k prefix.
7900 Ask for confirmation if entered key sequence is already bound to
7901 a non-macro command.
7902 (kmacro-view-macro): Repeating command will show older elements
7903 on the macro ring; C-k will execute the last viewed macro.
7904 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
7905 property from 'ring to 'head.
7906
7907 2003-08-17 Alan Shutko <ats@acm.org>
7908
7909 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
7910 keeping December out of the alist.
7911
7912 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
7913
7914 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
7915 * calendar/calendar.el (calendar-mode-map): Bind it to key.
7916 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
7917 (calendar-flatten): New function.
7918 (calendar-mouse-view-other-diary-entries)
7919 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
7920 in the menu title and to show multi-line diary entries correctly
7921 in the menu.
7922
7923 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
7924
7925 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
7926 defcustom, because the default was recently changed.
7927
7928 2003-08-16 Richard M. Stallman <rms@gnu.org>
7929
7930 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
7931
7932 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7933 New subroutine, broken out of eval-last-sexp-1.
7934 (eval-last-sexp-1): Use eval-last-sexp-print-value.
7935
7936 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
7937
7938 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
7939
7940 * simple.el (eval-expression): Use eval-last-sexp-print-value.
7941
7942 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
7943
7944 * progmodes/compile.el (compilation-error-regexp-alist):
7945 Add Java ANt error detection as described in document
7946 http://ant.apache.org/faq.html
7947
7948 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
7949
7950 * simple.el (backward-word, forward-to-indentation)
7951 (backward-to-indentation): Argument changed to optional.
7952 (next-line, previous-line): Use `or' instead of `unless'.
7953
7954 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7955
7956 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
7957 instead of a constant.
7958
7959 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
7960
7961 * shell.el (shell): With prefix-arg, suggest a new buffer name.
7962
7963 2003-08-12 Andre Spiegel <spiegel@gnu.org>
7964
7965 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
7966 (vc-sccs-workfile-version): Search the entire delta table, rather
7967 than just the first entry, because that might be a deleted version.
7968
7969 2003-08-11 Karl Fogel <kfogel@red-bean.com>
7970
7971 * menu-bar.el (menu-bar-options-menu): Supply a body for the
7972 [save-place] binding in the Options menu. Have it require
7973 'saveplace' and then toggle the variable manually, to avoid an an
7974 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
7975 for the bug report.
7976
7977 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
7978
7979 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
7980 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
7981 (gdb-info-threads-custom): Add help-echo text.
7982 (gdb-display-back): Don't use purecopy.
7983 (gdb-info-breakpoints-custom, gdb-reset)
7984 (gdb-assembler-custom): Use display-images-p to test if breakpoint
7985 icons can be displayed.
7986
7987 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
7988
7989 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
7990
7991 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
7992
7993 * bookmark.el (bookmark-completing-read):
7994 Return a string, instead of a list of one string.
7995 Use a popup menu if activated from the mouse.
7996 (bookmark-edit-annotation): Remove unused vars.
7997 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
7998 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
7999 to bookmark-completing-read.
8000 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8001 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8002 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8003 and erase-buffer.
8004 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8005 (bookmark-menu-jump, bookmark-menu-insert)
8006 (bookmark-popup-menu-and-apply-function)
8007 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8008 (bookmark-menu-build-paned-menu): Remove by folding it into
8009 bookmark-menu-popup-paned-menu.
8010 (menu-bar-bookmark-map): Move the define-key statements here.
8011 Use the "non-menu" commands since they now pop up a menu if needed.
8012 (bookmark-exit-hook-internal): Simplify.
8013
8014 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8015
8016 * reftex-toc.el (reftex-toc-rename-label): New function.
8017 (reftex-toc-check-docstruct): New function.
8018
8019 * reftex.el (reftex-region-active-p): New function.
8020
8021 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8022 regexp to find the \bibliography macro.
8023
8024 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8025 which does not exist in LaTeX.
8026 (reftex-cite-format-builtin): Added amsrefs support.
8027 (reftex-toc-confirm-promotion): New option
8028
8029 * reftex-toc.el
8030 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8031 (reftex-toc-demote, reftex-toc-promote)
8032 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8033 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8034 (reftex-toc-newhead-from-alist)
8035 (reftex-toc-load-all-files-for-promotion): New functions.
8036 (reftex-toc-help): Added description of new keys.
8037 (reftex-toc-split-windows-fraction): New option.
8038 (reftex-recenter-toc-when-idle): Search *toc* window on all
8039 visible frames.
8040 (reftex-toc): Additional parameter REUSE
8041 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8042 with REUSE argument.
8043 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8044 the call of `reftex-toc'.
8045 (reftex-make-separate-toc-frame): New function .
8046 (reftex-toc-recenter): When called with triple prefix arg, call
8047 `reftex-make-separate-toc-frame' first.
8048 (reftex-toc-toggle-dedicated-frame): New command.
8049 (reftex-toc-quit): Adapted to delete frame when called in
8050 dedicated frame.
8051
8052 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8053 all enclosing macros.
8054
8055
8056 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8057
8058 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8059 first use.
8060
8061 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8062
8063 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8064
8065 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8066
8067 * calendar/calendar.el (list-diary-entries-hook)
8068 (diary-display-hook, nongregorian-diary-listing-hook)
8069 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8070 Add some customize options for these hooks.
8071 (calendar-abbrev-construct): Don't try to take a substring longer
8072 than the original string.
8073
8074 2003-08-05 Richard M. Stallman <rms@gnu.org>
8075
8076 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8077 (testcover-reinstrument-clauses): Doc fix.
8078
8079 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8080 (warning-type-format): Rename from warning-group-format.
8081
8082 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8083 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8084 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8085 to prevent warnings about defvar for an obsolete variable.
8086
8087 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8088 warning-group-format renamed to warning-type-format.
8089
8090 * subr.el (read-passwd): Use clear-string instead of fillarray.
8091
8092 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8093 Use vconcat instead of concat.
8094 (edmacro-sanitize-for-string): New function.
8095
8096 2003-08-05 Dave Love <fx@gnu.org>
8097
8098 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8099 line-number-display-limit-width.
8100
8101 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8102
8103 2003-08-05 Kenichi Handa <handa@m17n.org>
8104
8105 * international/code-pages.el: Don't require mule-diag.
8106
8107 * international/mule-diag.el (non-iso-charset-alist):
8108 Add autoload cookie.
8109
8110 * language/devan-util.el (dev-glyph-order): Add an entry for the
8111 glyph code #xC4.
8112
8113 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8114
8115 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8116 (european-calendar-style, diary-date-forms)
8117 (calendar-day-name-array, calendar-month-name-array): Doc change.
8118 (generate-calendar-month): Adapt for new behaviour of
8119 `calendar-day-name' function.
8120 (calendar-abbrev-length, calendar-day-abbrev-array)
8121 (calendar-month-abbrev-array): New variables.
8122 (calendar-abbrev-construct): New function.
8123 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8124 rather than fixing abbrevs at some width. Calling syntax change.
8125 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8126 (calendar-date-string): Adapt for new behaviours of
8127 `calendar-day-name' and `calendar-month-name' functions.
8128
8129 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8130 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8131 (diary-name-pattern): Use abbrev arrays, rather than fixing
8132 abbrevs at three chars. Calling syntax change.
8133 (mark-diary-entries): Adapt for new behaviours of
8134 `diary-name-pattern' and `calendar-make-alist' functions.
8135 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8136 `diary-name-pattern' function.
8137 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8138 fixing abbrevs at three chars. Calling syntax change.
8139 (cal-hebrew, cal-islam): Require when compiling.
8140 (diary-font-lock-keywords): Adapt for new behaviour of
8141 `font-lock-diary-date-forms' function.
8142
8143 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8144 (calendar-hebrew-month-name-array-common-year)
8145 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8146 (list-hebrew-diary-entries): Adapt for new behaviours of
8147 `calendar-day-name' and `add-to-diary-list' functions.
8148 (mark-hebrew-diary-entries): Adapt for new behaviours of
8149 `diary-name-pattern' and `calendar-make-alist' functions.
8150
8151 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8152 Add doc string.
8153 (list-islamic-diary-entries): Adapt for new behaviours of
8154 `calendar-day-name' and `add-to-diary-list' functions.
8155 (mark-islamic-diary-entries): Adapt for new behaviours of
8156 `diary-name-pattern' and `calendar-make-alist' functions.
8157
8158 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8159 `calendar-month-name' function.
8160
8161 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8162
8163 * calendar/solar.el (solar-seasons-data): Move definition before use.
8164
8165 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8166 (cal-tex-LaTeX-hourbox): Move definition before use.
8167
8168 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8169 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8170 lunar.el, solar.el
8171 (displayed-month, displayed-year): Define for compiler.
8172
8173 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8174
8175 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8176 MODE. Renamed from c-init-c-language-vars'.
8177 (c-initialize-cc-mode): Change accordingly.
8178 (c-common-init): Ditto.
8179 (c-mode): Ditto.
8180 (c++-mode): Use `c-init-language-vars-for'.
8181 (objc-mode): Ditto.
8182 (java-mode): Ditto.
8183 (idl-mode): Ditto.
8184 (pike-mode): Ditto.
8185 (awk-mode): Ditto.
8186
8187 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8188
8189 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8190 or not the point moved.
8191
8192 (c-search-decl-header-end): Don't trip up on operator identifiers
8193 in C++ and operators like == in all languages.
8194
8195 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8196 Detect leading labels correctly.
8197
8198 2003-08-02 Andreas Schwab <schwab@suse.de>
8199
8200 * textmodes/ispell.el: Don't redo key bindings on loading, put
8201 them only in loaddefs.el.
8202 * bookmark.el: Likewise.
8203 * dabbrev.el: Likewise.
8204 * emerge.el: Likewise.
8205
8206 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8207 has more than one member.
8208
8209 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8210
8211 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8212
8213 * lpr.el (printify-region): It was ending conversion before the
8214 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8215
8216 2003-07-31 John Paul Wallington <jpw@gnu.org>
8217
8218 * net/browse-url.el (browse-url-epiphany): Doc fix.
8219
8220 2003-07-30 Kenichi Handa <handa@m17n.org>
8221
8222 * international/fontset.el (setup-default-fontset):
8223 Change registry names of Akurti fonts.
8224
8225 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8226
8227 * comint.el (comint-read-noecho): Use `clear-string' instead of
8228 `fillarray'.
8229
8230 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8231
8232 * outline.el (outline-mode-hook): Add defvar.
8233
8234 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8235
8236 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8237 Restore assembler in source window if that is what has been selected.
8238 (menu): Add gdb-restore-windows to menu. Make gdba
8239 specific menus only visible from gdba.
8240
8241 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8242
8243 * progmodes/compile.el (compilation-environment): New user variable.
8244 (compile-internal): Respect it.
8245
8246 2003-07-23 Masatake YAMATO <jet@gyve.org>
8247
8248 * progmodes/gud.el (gdb-script-font-lock-keywords):
8249 Put `font-lock-function-name-face' on a symbol which includes
8250 `-' like `hook-run'. Put font-lock-variable-name-face
8251 on a symbol starting with $.
8252
8253 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8254
8255 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8256
8257 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8258
8259 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8260
8261 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8262
8263 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8264 Use with-no-warnings.
8265 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8266 rather than to find-file-not-found-hook, which doesn't exist.
8267
8268 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8269
8270 * international/quail.el (quail-translate-key): Fix previous change.
8271
8272 2003-07-25 John Paul Wallington <jpw@gnu.org>
8273
8274 * server.el (server-start): Check `server-process' is non-nil
8275 before killing it to avoid killing current buffer's process.
8276
8277 * simple.el (choose-completion-string): Use `minibufferp';
8278 test `completion-reference-buffer' if `buffer' arg is nil.
8279 (push-mark): Use `when' and `unless'.
8280 (pop-mark): Use `when'.
8281
8282 * mouse-sel.el (mouse-sel-get-selection-function):
8283 Check `x-last-selected-text-primary'. Don't barf if it or
8284 `x-last-selected-text' aren't bound.
8285
8286 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8287
8288 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8289
8290 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
8291
8292 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8293
8294 2003-07-23 John Paul Wallington <jpw@gnu.org>
8295
8296 * tooltip.el (defface tooltip): Inherit from variable-pitch.
8297
8298 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8299
8300 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8301 string. Defvar the derived hook.
8302
8303 * macros.el (insert-kbd-macro): Escape double quote character.
8304 From Thomas W Murphy <twm@andrew.cmu.edu>.
8305
8306 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
8307
8308 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8309 to match the specific mark rather than reusing comment-start-skip.
8310
8311 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
8312
8313 * progmodes/hideshow.el (hs-special-modes-alist):
8314 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
8315
8316 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
8317
8318 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8319 value using ?\s.
8320
8321 2003-07-21 John Paul Wallington <jpw@gnu.org>
8322
8323 * subr.el (with-selected-window): Add closing paren.
8324
8325 2003-07-21 Richard M. Stallman <rms@gnu.org>
8326
8327 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8328 (lisp-mode): Likewise.
8329
8330 * subr.el (with-selected-window): Copy code form save-selected-window
8331 so as to call select-window with norecord arg.
8332 (dynamic-completion-table): Doc fix.
8333 (lazy-completion-table): Doc fix.
8334
8335 * international/mule-cmds.el (set-locale-environment):
8336 langinfo renamed to locale-info.
8337
8338 * international/mule.el (auto-coding-functions): Doc fix.
8339
8340 2003-07-21 Kenichi Handa <handa@m17n.org>
8341
8342 * international/quail.el (quail-translate-key):
8343 Update quail-current-str correctly.
8344
8345 2003-07-21 Andreas Schwab <schwab@suse.de>
8346
8347 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8348 ?, to "_".
8349
8350 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8351 Version 2.0.36 of Tramp released.
8352
8353 * net/tramp.el (tramp-default-password-end-of-line): Rename from
8354 tramp-password-end-of-line.
8355 (tramp-password-end-of-line): New method parameter.
8356 (tramp-get-password-end-of-line): Function to access method
8357 parameter `tramp-password-end-of-line', or variable
8358 `tramp-default-password-end-of-line' (default value).
8359 (tramp-methods): Add entries for new parameter
8360 tramp-password-end-of-line.
8361 (tramp-enter-password): Use new function
8362 `tramp-get-password-end-of-line'.
8363 (tramp-handle-insert-file-contents): Do not
8364 unconditionally inhibit the file operation file-local-copy, only
8365 do that when the inhibit-file-name-operation is currently
8366 insert-file-contents. This fixes finding remote CVS-controlled
8367 files. (It would barf on inserting the CVS/Entries file
8368 literally, because the file-local-copy handler wasn't called.)
8369 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8370 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8371 (tramp-initial-commands): New variable.
8372 (tramp-process-initial-commands): New function, using the variable.
8373 (tramp-open-connection-setup-interactive-shell): Call the new function.
8374 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
8375 method into the buffer name, never use nil. Reported by Hanak
8376 David <dhanak@inf.bme.hu>.
8377 (tramp-open-connection-setup-interactive-shell): Erase buffer
8378 before sending "stty -onlcr".
8379
8380 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
8381
8382 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
8383
8384 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
8385
8386 2003-07-19 John Paul Wallington <jpw@gnu.org>
8387
8388 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
8389 (artist-draw-rect, artist-draw-square): Doc fixes.
8390
8391 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
8392
8393 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
8394
8395 2003-07-19 Kenichi Handa <handa@m17n.org>
8396
8397 * international/kkc.el (kkc-show-conversion-list-update):
8398 Highlight the correct candidate in the message.
8399
8400 2003-07-18 John Paul Wallington <jpw@gnu.org>
8401
8402 * simple.el (current-word): Don't include punctuation char when
8403 `really-word' arg is non-nil.
8404
8405 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
8406
8407 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
8408 moved to the directory obsolete.
8409
8410 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
8411
8412 * info.el (Info-menu-entry-name-re): Allow newlines in
8413 menu entry names.
8414
8415 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
8416 syntax-ppss-after-change-function.
8417 (syntax-ppss-after-change-function): New alias. Update uses.
8418 (syntax-ppss): Catch the case where the buffer is narrowed.
8419
8420 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8421
8422 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
8423 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
8424
8425 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8426
8427 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
8428 since it might be modified.
8429
8430 * progmodes/cc-langs.el (c++-make-template-syntax-table)
8431 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
8432 names to these language constants.
8433
8434 2003-07-15 Kim F. Storm <storm@cua.dk>
8435
8436 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
8437 All uses changed.
8438
8439 2003-07-14 Mark A. Hershberger <mah@everybody.org>
8440
8441 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
8442 Namespace support.
8443
8444 2003-07-13 Juanma Barranquero <lektu@terra.es>
8445
8446 * frame.el (modify-all-frames-parameters): Reinstall (copyright
8447 papers received).
8448
8449 2003-07-13 Karl Eichwalder <ke@suse.de>
8450
8451 * textmodes/po.el (po-find-charset): White space at the start of the
8452 Content-Type field body is non-mandatory.
8453
8454 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8455
8456 * textmodes/texinfo.el (texinfo-section-list):
8457 Append appendixsection; a synonym for appendixsec.
8458
8459 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
8460
8461 * man.el (Man-translate-cleanup): New.
8462 (Man-translate-references): Call `Man-translate-cleanup' to clean
8463 leading, trailing and middle spaces.
8464
8465 2003-07-13 Lars Hansen <larsh@math.ku.dk>
8466
8467 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
8468 Handle `dired-directory' being a list.
8469
8470 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
8471
8472 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
8473 it doesn't exist.
8474
8475 2003-07-12 Richard M. Stallman <rms@gnu.org>
8476
8477 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
8478
8479 * progmodes/cc-defs.el (c-make-keywords-re):
8480 Don't use delete-duplicates.
8481 (c-lang-const): Don't use mapcan.
8482
8483 * apropos.el (apropos-show-scores): Make it customizable.
8484 Document new meaning.
8485 (apropos): Compute scores from symbols.
8486 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
8487
8488 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8489
8490 * ps-bdf.el: Fix copyright line.
8491 (bdf-directory-list): Fix initialization code.
8492
8493 2003-07-11 John Paul Wallington <jpw@gnu.org>
8494
8495 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
8496 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
8497 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
8498
8499 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
8500
8501 * emacs-lisp/ring.el (ring-elements): Doc fix.
8502
8503 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8504
8505 * calendar/timeclock.el (timeclock-relative)
8506 (timeclock-ask-before-exiting, timeclock-use-display-time):
8507 Doc changes.
8508 (timeclock-modeline-display): Give a message if
8509 `timeclock-use-display-time' is non-nil but `display-time-mode'
8510 is not active.
8511
8512 2003-07-11 Kenichi Handa <handa@m17n.org>
8513
8514 * international/mule-cmds.el (set-language-environment):
8515 Set current-language-environment to the correct string.
8516
8517 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8518
8519 * ps-print.el: Print line number correctly in a region. Reported by
8520 Tim Allen <timallen@ls83.fsnet.co.uk>.
8521 (ps-print-version): New version number (6.6.2).
8522 (ps-printing-region): Code fix.
8523
8524 2003-07-10 John Paul Wallington <jpw@gnu.org>
8525
8526 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
8527 this function can be called from `add-completions-from-tags-table'.
8528
8529 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
8530
8531 * calendar/timeclock.el (timeclock-use-display-time)
8532 (timeclock-day-over-hook, timeclock-workday-remaining)
8533 (timeclock-status-string, timeclock-when-to-leave)
8534 (timeclock-when-to-leave-string, timeclock-log-data)
8535 (timeclock-find-discrep, timeclock-day-base)
8536 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
8537 (timeclock-modeline-display): Set the variable
8538 `timeclock-modeline-display'.
8539 (timeclock-update-modeline): Doc fix. Respect value of
8540 `timeclock-relative'.
8541
8542 2003-07-09 Richard M. Stallman <rms@gnu.org>
8543
8544 * textmodes/reftex-parse.el (reftex-all-document-files):
8545 Add autoload cookie.
8546
8547 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
8548 (reftex-scanning-info-available-p): Add autoload cookie.
8549
8550 * international/mule-cmds.el
8551 (set-display-table-and-terminal-coding-system): Delete duplicate
8552 aset on standard-display-table.
8553
8554 * view.el (view-file): If existing buffer's major mode is special,
8555 don't go into view mode.
8556
8557 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
8558
8559 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8560
8561 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
8562 buffer changes; there's third party code that calls this function
8563 directly.
8564
8565 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8566
8567 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
8568 (autodoc-font-lock-keywords): Don't byte compile on font lock
8569 initialization when running from byte compiled files.
8570
8571 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8572
8573 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
8574 statement ends with auto-increment "++".
8575
8576 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8577
8578 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8579 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8580 these are changed, so declare them as variables and not constants.
8581
8582 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
8583
8584 * subr.el (dolist, dotimes): Doc fix.
8585
8586 2003-07-08 Kim F. Storm <storm@cua.dk>
8587
8588 * international/mule-cmds.el
8589 (set-display-table-and-terminal-coding-system): Don't break
8590 bootstrap if standard-display-table isn't setup yet.
8591
8592 2003-07-07 Richard M. Stallman <rms@gnu.org>
8593
8594 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
8595 Give it a doc string, and autoload it.
8596
8597 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
8598 Use with-no-warnings.
8599
8600 * info.el (Info-search): If find invisible text, search again.
8601
8602 * isearch.el (search-whitespace-regexp): Add a shy group around it.
8603
8604 * man.el (Man-name-regexp): Match + as part of name.
8605
8606 * simple.el (visible-mode): Rename from vis-mode.
8607 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
8608
8609 * simple.el (current-word): New arg REALLY-WORD specifies
8610 don't include punctuation chars.
8611
8612 * emacs-lisp/debug.el (debug, debugger-env-macro):
8613 Use with-no-warnings while accessing and binding unread-command-char.
8614
8615 * international/mule-cmds.el
8616 (set-display-table-and-terminal-coding-system): Use explicit loop
8617 instead of calling standard-display-default.
8618
8619 * net/ange-ftp.el (ange-ftp-file-symlink-p):
8620 Use condition-case to catch error in ange-ftp-get-files.
8621
8622 * net/browse-url.el (browse-url-browser-function):
8623 Add alternative for Epiphany.
8624 (browse-url-epiphany-program, browse-url-epiphany-arguments)
8625 (browse-url-epiphany-startup-arguments)
8626 (browse-url-epiphany-new-window-is-tab): New variables.
8627 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
8628
8629 * progmodes/compile.el (compile-auto-highlight): Default now t.
8630 (compile): Doc fix.
8631 (compilation-next-error): Fix previous change.
8632
8633 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
8634
8635 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
8636
8637 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
8638
8639 * gdb-ui.el (gdb-source-info): Display current frame when
8640 attaching to an existing process.
8641 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
8642 while laying out windows when attaching to an existing process.
8643
8644 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
8645
8646 * info.el (Info-menu): Use Info-menu-entry-name-re.
8647
8648 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
8649
8650 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
8651 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
8652
8653 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
8654 to match the same text.
8655
8656 2003-07-06 John Paul Wallington <jpw@gnu.org>
8657
8658 * vc.el (vc-annotate-offset): Move defvar up.
8659
8660 2003-07-06 Kim F. Storm <storm@cua.dk>
8661
8662 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
8663 This should fix the infinite loop when extracting menu names.
8664
8665 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
8666
8667 * files.el (auto-mode-alist, interpreter-mode-alist):
8668 Remove entries to CC Mode modes to avoid duplicates; they are now added
8669 with autoload directives in cc-mode.el.
8670
8671 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
8672
8673 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8674 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8675 these are changed, so declare them as variables and not constants.
8676
8677 * progmodes/cc-mode.el: Fix some autoload problems: Try to
8678 ensure that the entry for ".c" extension comes before the one for
8679 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
8680 Fix incorrect entries that were added to `interpreter-mode-alist'.
8681 Move the autoload directives for AWK to the top level since they
8682 aren't recognized anywhere else. Do not use the new AWK mode doc
8683 in the autoload form for the old AWK mode.
8684
8685 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8686
8687 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
8688 (bibtex-sort-ignore-string-entries): Default value t.
8689 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
8690 erroneously in previous version.
8691 (bibtex-string-files): Docstring reflects new parsing scheme.
8692 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
8693 docstring, add # as one of the chars to crush
8694 (bibtex-autokey-prefix-string, bibtex-autokey-names)
8695 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
8696 (bibtex-autokey-name-change-strings)
8697 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
8698 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
8699 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
8700 (bibtex-autokey-title-terminators)
8701 (bibtex-autokey-titlewords-stretch)
8702 (bibtex-autokey-titleword-ignore)
8703 (bibtex-autokey-titleword-case-convert)
8704 (bibtex-autokey-titleword-abbrevs)
8705 (bibtex-autokey-titleword-abbrevs)
8706 (bibtex-autokey-titleword-change-strings)
8707 (bibtex-autokey-titleword-length)
8708 (bibtex-autokey-titleword-separator)
8709 (bibtex-autokey-name-year-separator)
8710 (bibtex-autokey-year-title-separator)
8711 (bibtex-autokey-before-presentation-function)
8712 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
8713 Fix docstring.
8714 (bibtex-strings, bibtex-reference-keys):
8715 Use lazy-completion-table and make-variable-buffer-local.
8716 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
8717 (bibtex-braced-string-syntax-table)
8718 (bibtex-quoted-string-syntax-table): New variables.
8719 (bibtex-parse-nested-braces): Remove.
8720 (bibtex-parse-field-string): Use syntax table and forward-sexp.
8721 (bibtex-parse-association): Simplify.
8722 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
8723 (bibtex-parse-field-text): Simplify.
8724 (bibtex-search-forward-field, bibtex-search-backward-field):
8725 argument BOUND can take value t.
8726 (bibtex-start-of-field, bibtex-start-of-name-in-field)
8727 (bibtex-end-of-name-in-field, bibtex-end-of-field)
8728 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
8729 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
8730 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
8731 (bibtex-skip-to-valid-entry): Return buffer position of beginning
8732 and ending of entry. Update for changes of bibtex-search-entry.
8733 Simplify.
8734 (bibtex-map-entries): FUN is called with three arguments.
8735 (bibtex-search-entry): Return a cons pair with buffer positions of
8736 beginning and end of entry.
8737 (bibtex-enclosing-field): Simplify.
8738 (bibtex-format-entry): Use booktitle to set a missing title.
8739 (bibtex-autokey-get-names): Fiddle with regexps.
8740 (bibtex-generate-autokey): Use identity.
8741 (bibtex-parse-keys): Use simplified parsing algorithm if
8742 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
8743 arguments. Return alist of keys.
8744 (bibtex-parse-strings): Simplify. Return alist of strings.
8745 (bibtex-complete-string-cleanup): Fix docstring.
8746 (bibtex-read-key): New function.
8747 (bibtex-mode): Fix docstring. Do not parse for keys and
8748 strings when the mode is entered. Set fill-paragraph-function to
8749 bibtex-fill-field. Setup font-lock-mark-block-function the way
8750 font-lock intended.
8751 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
8752 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
8753 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
8754 (bibtex-Preamble): Avoid hard coded constants.
8755 (bibtex-make-field): Fix docstring. Simplify.
8756 (bibtex-beginning-of-entry): Always return new position of point.
8757 (bibtex-end-of-entry): Rearrange cond clauses.
8758 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
8759 Update for changes of bibtex-map-entries.
8760 (bibtex-ispell-abstract): Do not move point.
8761 (bibtex-entry-index): Use downcase. Simplify.
8762 (bibtex-lessp): Handle catch-all.
8763 (bibtex-find-crossref): Turn into a command.
8764 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
8765 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
8766 preamble entries.
8767 (bibtex-fill-field-bounds): New function.
8768 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
8769 (bibtex-fill-entry): Use bibtex-fill-field-bounds
8770 (bibtex-String): Use bibtex-strings. Always obey
8771 bibtex-sort-ignore-string-entries.
8772
8773 2003-07-05 John Paul Wallington <jpw@gnu.org>
8774
8775 * cus-theme.el (customize-create-theme):
8776 Call `customize-create-theme' in Reset widget's notify function.
8777
8778 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
8779 (ibuffer-mark-interactive): Use `or' instead of `unless'.
8780 (define-ibuffer-column name): Add summarizer.
8781 (define-ibuffer-column size): Likewise.
8782 (define-ibuffer-column filename): Likewise.
8783 (define-ibuffer-column process): Likewise. Change BODY's output too.
8784 (define-ibuffer-column filename-and-process): Likewise, likewise.
8785 (ibuffer): Remove local vars `already-in' and `need-update'.
8786
8787 * ibuf-ext.el: Don't require `derived' at compile-time.
8788
8789 2003-07-05 Kim F. Storm <storm@cua.dk>
8790
8791 * info.el: Disable paragraph refilling.
8792 (Info-refill-paragraphs): New defcustom.
8793 (Info-fontify-node): Use it.
8794
8795 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
8796
8797 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
8798 thingies from constructors created by defstruct.
8799
8800 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
8801 the default value of the variable.
8802 (byte-code-meter): Move declaration to top level.
8803
8804 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
8805
8806 * info.el (Info-following-node-name-re): New fun.
8807 (Info-following-node-name): Remove.
8808 (Info-insert-dir): Use the new fun.
8809 (Info-extract-pointer): Don't save restriction; use new fun.
8810 (Info-menu-entry-name-re): New const.
8811 (Info-menu-entry-name-re): Use it along with new fun.
8812 (Info-node-spec-re): Use new fun.
8813 (Info-complete-menu-item, Info-fontify-node): Use new const.
8814 (Info-goto-node, Info-follow-reference, Info-menu-update):
8815 Use match-string.
8816 (Info-follow-reference): Use assoc-string.
8817 Use a list of strings for the completion table.
8818 (Info-fontify-node): Use match-string, line-end-position.
8819 Limit the search for `node:' to the first line.
8820
8821 * newcomment.el (uncomment-region): Remove padding coming from
8822 comment-start rather than just from comment-padding.
8823
8824 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
8825 (vc-cvs-stay-local-p): Use vc-stay-local-p.
8826 (vc-cvs-rename-file): Remove (use the default).
8827 (vc-cvs-register): Register parent dir if needed.
8828 (vc-cvs-could-register): Return non-nil if parent can be registered.
8829 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
8830 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
8831
8832 * vc-svn.el (vc-svn-use-edit): Make it into a const.
8833 (vc-svn-update): Fix the arguments to `svn'.
8834 (vc-svn-diff-tree): Just use `vc-svn-diff'.
8835 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
8836 Simple implementations, assuming `name' is a URL.
8837
8838 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
8839 set of chars allowed unquoted in a case pattern.
8840
8841 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
8842
8843 * font-lock.el (font-lock-extra-types-widget)
8844 (c-font-lock-extra-types, c++-font-lock-extra-types)
8845 (objc-font-lock-extra-types, java-font-lock-extra-types)
8846 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
8847 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
8848 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
8849 (font-lock-match-c++-structor-declaration)
8850 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
8851 (c++-font-lock-keywords-3, c++-font-lock-keywords)
8852 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
8853 (objc-font-lock-keywords-3, objc-font-lock-keywords)
8854 (java-font-lock-keywords-1, java-font-lock-keywords-2)
8855 (java-font-lock-keywords-3, java-font-lock-keywords)
8856 (java-font-lock-syntactic-face-function): Remove obsolete code
8857 and constants. It's all in cc-fonts.el now.
8858
8859 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
8860
8861 * mail/sendmail.el (mail-specify-envelope-from)
8862 (mail-envelope-from): Doc fix.
8863
8864 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
8865
8866 * generic-x.el: Do away with the dependency on `c-emacs-features'
8867 when populating `rul-generic-mode-syntax-table'; we already know
8868 this isn't XEmacs.
8869
8870 See ChangeLog.10 for earlier changes.
8871
8872 ;; Local Variables:
8873 ;; coding: iso-2022-7bit
8874 ;; End:
8875
8876 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
8877 Copying and distribution of this file, with or without modification,
8878 are permitted provided the copyright notice and this notice are preserved.
8879
8880 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1