Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
1 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2
3 * printing.el: Doc fix.
4
5 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
6
7 * frame.el (modify-all-frames-parameters): Minor doc fix.
8
9 2004-07-20 Richard M. Stallman <rms@gnu.org>
10
11 * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
12 (fill-delete-newlines): Call sentence-end as function.
13 (fill-nobreak-p, canonically-space-region): Likewise.
14 (fill-nobreak-p): If this break point is at the end of the line,
15 don't consider the newline which follows as a reason to return t.
16
17 2004-07-19 John Paul Wallington <jpw@gnu.org>
18
19 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
20
21 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
22
23 * dired-aux.el (dired-do-kill-lines): Expand docstring.
24 Delete irrelevant code.
25
26 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
27
28 * net/tramp.el (tramp-handle-verify-visited-file-modtime): New
29 docstring. From Luc Teirlinck.
30
31 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
32
33 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
34 section.
35 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
36 non-file buffers. We know it is nil.
37
38 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
39
40 Sync with Tramp 2.0.43.
41
42 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
43 outdated comment.
44 (tramp-locked, tramp-locker): New variables for implementing a
45 global lock.
46 (tramp-sh-file-name-handler): Use them to implement the global
47 lock.
48
49 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
50
51 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
52 calls to respective `xxx` calls.
53 (tramp-process-alive-regexp): Precise doc string.
54 (tramp-multi-action-process-alive): New defun.
55 (tramp-multi-actions): Use it.
56 (tramp-handle-find-backup-file-name): `copy-tree' is available
57 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
58 in order to avoid this function.
59 (tramp-handle-write-region): Set current buffer. If connection
60 wasn't open, `file-modes' has changed it accidently. Reported by
61 David Kastrup <dak@gnu.org>.
62 (tramp-enter-password, tramp-read-passwd): New arguments USER and
63 HOST.
64 (tramp-action-password, tramp-multi-action-password): Apply it.
65 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
66 name must still contain the port number. Otherwise, we have two
67 Tramp buffers, with all the confusion. Reported by Myron Selby
68 <myron@xytech.com> and Rolf Dubitzky
69 <Dubitzky@physi.uni-heidelberg.de>.
70
71 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
72 HOST to `tramp-enter-passwd'.
73
74 * net/tramp-vc.el (all): Code cleanup. Change all
75 `tramp-handle-xxx' calls to respective `xxx` calls.
76
77 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
78
79 * emacs-lisp/testcover.el: New category "potentially-1valued" for
80 functions that are not erroneous if either 1-valued or
81 multi-valued. Detect functions in this class.
82 (testcover-1value-functions, testcover-compose-functions,
83 testcover-progn-functions) Added some additional functions to lists.
84 (testcover-mark): Bugfix when marking up the definition for an
85 empty function.
86
87 2004-07-17 Richard M. Stallman <rms@gnu.org>
88
89 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
90
91 * mail/footnote.el (footnote-section-tag): Use defcustom.
92
93 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
94 Compile font-lock-keywords, not KEYWORDS.
95 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
96 Add warn, check-type. Handle cerror like error.
97
98 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
99
100 * progmodes/which-func.el (which-func-keymap): New var.
101 (which-func-face): New face.
102 (which-func-format): Use them.
103
104 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
105
106 * buff-menu.el (list-buffers-noselect): Append the buffer's
107 process status to its mode name.
108
109 2004-07-16 Kim F. Storm <storm@cua.dk>
110
111 * simple.el (inhibit-mark-movement): New defvar.
112 (beginning-of-buffer, end-of-buffer): Do not push mark if
113 inhibit-mark-movement is non-nil or C-u prefix is given.
114
115 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
116 Init to beginning-of-buffer and end-of-buffer.
117 (cua--undo-push-mark): New defvar.
118 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
119 already active and command is in cua--preserve-mark-commands.
120 Also fix check for shift modifier on non-window systems.
121 (cua--post-command-handler): Clear inhibit-mark-movement if set.
122
123 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
124
125 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
126 of two integers, instead of a cons.
127
128 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
129 `visited-file-modtime' now returns a list of two integers, instead
130 of a cons.
131
132 * dired.el (dired-directory-changed-p): Ditto.
133
134 * progmodes/grep.el (grep): Doc fix.
135
136 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
137
138 * autorevert.el (auto-revert-tail-mode)
139 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
140 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
141 in both at the same time.
142 (auto-revert-tail-mode): New command.
143 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
144 (auto-revert-handler): Revert only either tail or whole file.
145
146 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
147 add auto-revert-tail-mode.
148
149 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
150
151 * printing.el: Doc fix. Change name of some funs.
152 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
153 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
154 (pr-standard-file-name): New fun. Replace pr-standard-path.
155 (pr-call-process): Code fix.
156
157 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
158
159 * subr.el (with-selected-window): Doc fix.
160
161 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
162
163 * subr.el (get-buffer-window-list): Doc fix.
164
165 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
166
167 * files.el (switch-to-buffer-other-window): Doc fix.
168
169 * window.el (save-selected-window, one-window-p)
170 (split-window-keep-point, split-window-vertically)
171 (split-window-horizontally): Doc fixes.
172
173 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
174
175 * printing.el: Doc fix. Now it uses call-process instead of
176 shell-command for low command execution.
177 (pr-version): New version number (6.8).
178 (pr-shell-file-name): Option removed.
179 (pr-shell-command): Fun removed.
180 (pr-call-process): New fun. Replace pr-shell-command.
181 (pr-standard-path, pr-remove-nil-from-list): New funs.
182 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
183 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
184 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
185 (pr-ps-utility-process, pr-txt-print): Code fix.
186
187 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
188
189 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
190 boolean.
191
192 2004-07-09 Lars Hansen <larsh@math.ku.dk>
193
194 * wid-edit.el (widget-field-buffer): Doc fix.
195
196 2004-07-09 John Paul Wallington <jpw@gnu.org>
197
198 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
199 between one and several matches in message.
200
201 2004-07-09 Richard M. Stallman <rms@gnu.org>
202
203 * mouse.el (mouse-set-region-1): If transient-mark-mode
204 is `identity', change it to `only'.
205
206 * simple.el (current-word): Doc fix.
207
208 2004-07-09 Mark A. Hershberger <mah@everybody.org>
209
210 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
211 so that it is more understanding of whitespace.
212
213 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
214 form
215 (("ns" . "element") (attr-list) children) instead of
216 ((:ns . "element") (attr-list) children) in order to reduce the
217 number of symbols used.
218 (xml-skip-dtd): Change to use xml-parse-dtd but set
219 xml-validating-parsing to nil.
220 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
221 (xml-substitute-entity): Remove in favor of new entity substitution.
222 (xml-substitute-special): Rewrite in to substitute complex
223 entities from DOCTYPE declarations.
224 (xml-parse-fragment): Parse fragments from entity deleclarations.
225 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
226 (xml-parse-dtd, xml-substitute-special): Make validity checks
227 conditioned on xml-validating-parser. Add "Not Well Formed" to
228 error messages about well-formedness.
229
230 2004-07-08 Steven Tamm <steventamm@mac.com>
231
232 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
233 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
234 Do not treat double clicks and triple clicks specially in the
235 scroll bar (preventing strange repositioning problems)
236
237 2004-07-06 Stefan <monnier@iro.umontreal.ca>
238
239 * replace.el (query-replace-regexp-eval): Fix last change.
240
241 2004-07-05 Stefan <monnier@iro.umontreal.ca>
242
243 * replace.el (query-replace-descr): New fun.
244 (query-replace-read-from, query-replace-read-args): Default to the
245 previous from&to.
246 (query-replace-read-to): Quote the `from' string when displaying it.
247 (query-replace-regexp-eval): Immediately check read-only status.
248 Use query-replace-read-from to get the \n checking.
249 Quote the `from' string when displaying it.
250 (map-query-replace-regexp, occur-read-primary-args):
251 Quote the `from' string when displaying it.
252
253 * isearch.el (isearch-query-replace): Pass the regexp-ness and
254 delimited-ness of the search to query-replace.
255
256 * replace.el (query-replace-read-from, query-replace-read-to):
257 New funs extracted from query-replace-read-args.
258 (query-replace-read-args): Use them.
259
260 * replace.el (query-replace-interactive, query-replace-read-args):
261 Remove the `initial' special value.
262 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
263 (occur-engine): Remove unused var `matchend'.
264
265 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
266 Use the search string without prompting.
267
268 2004-07-05 Kenichi Handa <handa@m17n.org>
269
270 * international/mule.el (decode-coding-inserted-region):
271 Set last-coding-system-used only when coding is nil.
272
273 2004-07-03 Eli Zaretskii <eliz@gnu.org>
274
275 * progmodes/grep.el (grep-compute-defaults, grep-command)
276 (grep-program, find-program, grep-find-use-xargs, grep-history)
277 (grep-find-history, grep-tag-default, grep-find-command)
278 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
279 Add autoload cookies, for unbundled packages that load `compile'
280 and expect all grep-related symbols to become defined.
281
282 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
283
284 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
285 (iimage-mode-image-search-path): New user option to search the
286 image file.
287 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
288 have locate-file.
289 (iimage-mode-buffer): Use it.
290
291 2004-07-03 Nick Roberts <nickrob@gnu.org>
292
293 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
294 carefully.
295 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
296
297 2004-07-03 Juri Linkov <juri@jurta.org>
298
299 * replace.el (query-replace-read-args): Swallow space after 'foo,
300 not after (quote foo). Match space only immediately after symbol,
301 not anywhere in the whole string.
302
303 2004-07-02 Richard M. Stallman <rms@gnu.org>
304
305 * replace.el (query-replace-read-args): Swallow space after
306 symbols, not after closeparens. But avoid error if string ends there.
307
308 * progmodes/python.el (python-beginning-of-statement):
309 Exit the loop if backward-up-list gets error.
310
311 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
312
313 2004-07-02 Andre Spiegel <spiegel@gnu.org>
314
315 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
316 only if vc-consult-headers is non-nil.
317
318 2004-07-02 Juri Linkov <juri@jurta.org>
319
320 * pcvs.el (cvs-mode-diff-repository): New command.
321
322 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
323
324 2004-07-01 Juri Linkov <juri@jurta.org>
325
326 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
327 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
328 C-M-% to isearch-query-replace-regexp.
329 (minibuffer-local-isearch-map): Add arrow key bindings.
330 Bind C-f to isearch-yank-char-in-minibuffer.
331 (isearch-forward): Doc fix.
332 (isearch-edit-string): Doc fix.
333 (isearch-query-replace, isearch-query-replace-regexp): New funs.
334 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
335 (isearch-yank-char): Add optional arg.
336 (isearch-yank-char-in-minibuffer): New fun.
337
338 * replace.el (query-replace-interactive): Change type from boolean
339 to choice. Add value `initial'.
340 (query-replace-read-args): Handle value `initial' of
341 query-replace-interactive.
342
343 2004-06-29 Kim F. Storm <storm@cua.dk>
344
345 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
346 (breakpoint-disabled-bitmap-face): Add :group 'gud.
347
348 * progmodes/ada-xref.el (ada-tight-gvd-integration):
349 Add :group 'ada.
350
351 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
352
353 2004-06-29 Juri Linkov <juri@jurta.org>
354
355 * replace.el (query-replace-read-args): Swallow a space after
356 everything except )]" which in most cases means after a symbol.
357
358 * emacs-lisp/pp.el (pp-buffer): Add autoload.
359
360 2004-06-28 Richard M. Stallman <rms@gnu.org>
361
362 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
363 More changes to go with previous change in font-lock.el.
364
365 2004-06-26 David Kastrup <dak@gnu.org>
366
367 * replace.el (perform-replace): Highlight the match even in
368 non-query mode if there is potential replace string editing.
369
370 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
371
372 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
373 agree with new return value of `file-remote-p'.
374 This syncs with Tramp 2.0.42.
375
376 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
377 according to new documentation of `file-remote-p'.
378
379 * files.el (file-remote-p): Fix doc to say that return value is
380 identification of remote system, if not nil.
381 (file-relative-name): Use new return value of `file-remote-p'.
382
383 2004-06-26 Nick Roberts <nickrob@gnu.org>
384
385 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
386 (gdb-goto-breakpoint): Fix breakage.
387
388 2004-06-26 Eli Zaretskii <eliz@gnu.org>
389
390 * man.el (Man-getpage-in-background): Add windows-nt to the list
391 of systems where shell-file-name should be used instead of
392 literal "sh".
393
394 2004-06-25 Sam Steingold <sds@gnu.org>
395
396 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
397 function names `(setf symbol)'.
398
399 2004-06-24 Richard M. Stallman <rms@gnu.org>
400
401 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
402
403 * font-lock.el (font-lock-keywords): Change format of compiled values.
404 Document it.
405 (font-lock-add-keywords): If font-lock-keywords is compiled,
406 extract the uncompiled version, modify, then recompile.
407 (font-lock-remove-keywords): Likewise.
408 (font-lock-fontify-keywords-region): Handle changed format.
409 (font-lock-compile-keywords): Handle changed format.
410 (font-lock-set-defaults): Compile the keywords explicitly here.
411
412 2004-06-24 David Kastrup <dak@gnu.org>
413
414 * replace.el (query-replace-read-args): Implement `\,' and `\#'
415 replacements here.
416 (query-replace-regexp): Doc string explaining this and the new
417 `\?' replacement. Remove `\,' and `\#' implementation here, as it
418 is better placed in `query-replace-read-args'.
419 (replace-regexp): Explain `\,', `\#' and `\?'.
420 (replace-match-data): New function for thorough reuse/destruction
421 of old match-data.
422 (replace-match-maybe-edit): Function for implementing `\?' editing.
423 (perform-replace): Fix maintaining of the match stack including
424 already matched regions, implement `\?', fix various problems
425 with regions while editing and other stuff.
426 (replace-highlight): Simplify.
427
428 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
429
430 * progmodes/grep.el (grep-error-screen-columns): New variable.
431 (grep-regexp-alist): Give it the full functionality of gnu style
432 compilation messages with line and column ranges. Ask me for the
433 perl script I'm working on, that uses these.
434
435 2004-06-23 Nick Roberts <nickrob@gnu.org>
436
437 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
438 Remove.
439 (comint-insert-input, comint-mouse-insert-input): New functions
440 based on comint-insert-clicked-input for two bindings but just
441 one functionality.
442
443 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
444
445 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
446
447 2004-06-23 Lars Hansen <larsh@math.ku.dk>
448
449 * files.el (write-contents-functions): Doc fix.
450
451 2004-06-21 Juanma Barranquero <lektu@terra.es>
452
453 * image.el (image-library-alist): Rewrite docstring in active voice.
454
455 2004-06-20 Richard M. Stallman <rms@gnu.org>
456
457 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
458
459 * isearch.el (isearch-repeat): Avoid testing old match data.
460 (isearch-message): Display trailing space in special font
461 when search is failing.
462 (isearch-search-fun-function): Doc fix.
463
464 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
465
466 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
467
468 * frame.el (show-trailing-whitespace): Doc fix.
469
470 * cus-edit.el (custom-variable-documentation): New function.
471 (custom-variable): Use it.
472
473 2004-06-19 Nick Roberts <nickrob@gnu.org>
474
475 * man.el (Man-getpage-in-background): Revert previous change but
476 make cygwin a special case.
477
478 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
479
480 * autorevert.el (global-auto-revert-non-file-buffers):
481 Update docstring.
482
483 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
484
485 * progmodes/compile.el (compilation-error-properties): Store one
486 more than end-col, if present, so that transient-mark-mode will
487 highlight last char too.
488 * progmodes/grep.el (grep-regexp-alist): Match columns and column
489 ranges, if present.
490
491 2004-06-18 Jason Rumney <jasonr@gnu.org>
492
493 * makefile.w32-in: Double percent signs in for loops.
494
495 2004-06-17 David Kastrup <dak@gnu.org>
496
497 * replace.el (query-replace-read-args): Only warn about use of \n
498 and \t when we are doing a regexp replacement and the actual
499 escaped character is n or t.
500 (query-replace-regexp): Add \, and \# interpretation to
501 interactive call and document it.
502 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
503 as shortkey for replace-count.
504 (replace-quote): New function for doubling backslashes.
505
506 2004-06-17 Juanma Barranquero <lektu@terra.es>
507
508 * files.el (parse-colon-path, cd): Mention in docstring that the
509 path separator is colon in GNU-like systems.
510
511 * newcomment.el (comment-region-internal): Fix docstring.
512
513 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
514 (ewoc-invalidate, ewoc-collect): Doc fixes.
515 (ewoc--create-node, ewoc--delete-node-internal):
516 Fix typos in docstring.
517
518 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
519
520 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
521 manual to docstring.
522
523 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
524
525 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
526
527 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
528
529 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
530 Add hyperlink to emacs-xtra manual to docstring.
531
532 * autorevert.el (global-auto-revert-non-file-buffers):
533 Add hyperlink to emacs-xtra manual to docstring, as well as an
534 info-link.
535
536 2004-06-14 Juanma Barranquero <lektu@terra.es>
537
538 * image.el (image-library-alist): New variable to map image types
539 to external libraries. Initialized to nil, unless system-specific
540 configs change it.
541 (image-type-available-p): Determine whether an image type is
542 available by calling `init-image-library'.
543
544 * term/w32-win.el (image-library-alist): Initialize to a known set
545 of probable library names.
546
547 2004-06-14 Kenichi Handa <handa@m17n.org>
548
549 * international/code-pages.el (windows-1256, cp1125): Fix tables
550 for several characters.
551
552 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
553
554 2004-06-13 Richard M. Stallman <rms@gnu.org>
555
556 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
557
558 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
559 not "`pc-selection-mode'".
560
561 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
562
563 * simple.el (previous-matching-history-element): Specify a default.
564
565 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
566
567 * cus-face.el (custom-declare-face): Simplify code.
568
569 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
570
571 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
572
573 * files.el (before-save-hook): Add `time-stamp' to the options.
574
575 * time-stamp.el (time-stamp): Recommend adding it to
576 `before-save-hook', rather than `write-file-functions'.
577 Make a similar change in `Commentary' section.
578
579 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
580
581 * diff-mode.el (diff-current-defun): If at start of hunk, use
582 position of first change.
583
584 2004-06-13 Lars Hansen <larsh@math.ku.dk>
585
586 * dired-x.el (dired-mark-omitted): Bind to "*O".
587
588 2004-06-12 Karl Fogel <kfogel@red-bean.com>
589
590 * bookmark.el (bookmark-bmenu-relocate): New function, as
591 suggested by David J. Biesack <David.Biesack@sas.com>.
592 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
593 (bookmark-bmenu-mode): Describe binding in doc string.
594 (bookmark-set-filename): Save the bookmark list if it's time.
595
596 2004-06-13 Kenichi Handa <handa@m17n.org>
597
598 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
599 (ccl-untranslated-to-ucs): Fix typo.
600
601 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
602
603 * progmodes/python.el (python-open-block-statement-p):
604 Fix indentation after a block opening that contains a comment.
605
606 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
607
608 * bindings.el (completion-ignored-extensions): Add file extensions
609 of Python byte-compiled files.
610
611 2004-06-12 Juri Linkov <juri@jurta.org>
612
613 * info.el (Info-goto-node): Add autoload.
614 (Info-toc): Add substring-no-properties on Info file name.
615 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
616 (Info-mode-map): Bind L to Info-history, T to Info-toc.
617
618 2004-06-12 Kenichi Handa <handa@m17n.org>
619
620 * international/mule-cmds.el (set-language-environment):
621 Load subst tables if necessary.
622
623 * international/mule.el (decode-char): Load subst tables if necessary.
624 (encode-char): Likewise.
625
626 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
627 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
628 (utf-16le-decode-loop): Set r5 to -1 before loop.
629 (utf-16be-decode-loop): Likewise.
630 (ccl-decode-mule-utf-16le): Add EOF processing block.
631 (ccl-decode-mule-utf-16be): Likewise.
632 (ccl-decode-mule-utf-16le-with-signature): Likewise.
633 (ccl-decode-mule-utf-16be-with-signature): Likewise.
634 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
635 (ccl-mule-utf-16-encode-untrans): New CCL.
636 (utf-16-decode-to-ucs): Handle pre-read character.
637 (utf-16le-encode-loop): Handle surrogate pair.
638 (utf-16be-encode-loop): Likewise.
639 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
640 of utf-16le-encode-loop.
641 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
642 of utf-16be-encode-loop.
643 (mule-utf-16-post-read-conversion):
644 Call utf-8-post-read-conversion at first.
645 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
646 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
647 Add post-read-conversion and pre-write-conversion.
648
649 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
650 (utf-translate-cjk-unicode-range): New variable.
651 (utf-translate-cjk-load-tables): New function.
652 (utf-lookup-subst-table-for-decode): New function.
653 (utf-lookup-subst-table-for-encode): New function.
654 (utf-translate-cjk-mode): Init-value changed to t. Don't load
655 tables here. Update safe-charsets of utf-* coding systems.
656 (ccl-mule-utf-untrans): New CCL.
657 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
658 at end of each branch.
659 (ccl-mule-utf-8-encode-untrans): New CCL.
660 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
661 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
662 length of encoding. Don't return r0.
663 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
664 (utf-8-post-read-conversion): Narrow to region properly.
665 If utf-translate-cjk-mode is on, load tables if necessary.
666 Call utf-8-compose with hash-table arg if necessary.
667 Call XXX-compose-region instead of XXX-post-read-convesion.
668 (utf-8-pre-write-conversion): New function.
669 (mule-utf-8): Include CJK charsets in safe-charsets if
670 utf-translate-cjk-mode is on. Add pre-write-conversion.
671
672 * international/characters.el: Temporarily set
673 utf-translate-cjk-mode to nil.
674
675 * language/devan-util.el (devanagari-compose-region):
676 Add autoload cookie.
677
678 * international/ccl.el (ccl-dump-call): Fix printing the
679 subroutine name.
680
681 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
682
683 * dired.el (dired-revert): If buffer is marked unmodified before
684 reverting, keep it marked unmodified.
685 Adapt to new conventions for commenting out code.
686 (dired-make-relative): Adapt to new conventions for commenting out code.
687
688 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
689
690 * eshell/esh-module.el (eshell-load-defgroups):
691 Bind `vc-handled-backends' to nil when opening files.
692
693 2004-06-11 Juanma Barranquero <lektu@terra.es>
694
695 * files.el (parse-colon-path, cd): Doc fixes (refer to
696 `path-separator', not colon).
697
698 2004-06-10 Juanma Barranquero <lektu@terra.es>
699
700 * newcomment.el (comment-search-forward)
701 (comment-search-backward): Fix typos in docstring.
702 (comment-region): Doc fix.
703
704 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
705
706 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
707 switch is no longer stored in `dired-switches-alist'.
708
709 * dired-aux.el (dired-insert-subdir): Do not store R switch in
710 `dired-switches-alist'.
711
712 2004-06-10 Kim F. Storm <storm@cua.dk>
713
714 * pcvs.el (cvs-mode-diff-yesterday): New command.
715
716 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
717
718 2004-06-10 Juri Linkov <juri@jurta.org>
719
720 * emacs-lisp/edebug.el (edebug-eval-defun):
721 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
722 Fix docstring.
723
724 * simple.el (eval-expression-print-format): Don't print additional
725 information on the first call to `eval-print-last-sexp'.
726 (next-error-find-buffer): Fix punctuation.
727 (killing) <defgroup>: Fix punctuation.
728 (yank-excluded-properties): Change group from editing to killing.
729
730 * replace.el (perform-replace): Use `limit' to terminate the
731 while-loop explicitly.
732
733 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
734
735 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
736 Use lc-*.xpm as prefix instead of *-locol.xpm.
737
738 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
739 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
740 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
741 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
742 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
743 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
744 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
745 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
746 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
747 * toolbar/lc-up_arrow.xpm:
748 Renamed from *-locol.xpm.
749
750 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
751
752 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
753 include forms like &<str>; as valid url patterns.
754
755 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
756
757 * dired.el (dired-diff, dired-backup-diff)
758 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
759 (dired-do-chown, dired-do-touch, dired-do-print)
760 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
761 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
762 (dired-create-directory, dired-do-copy, dired-do-symlink)
763 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
764 (dired-do-copy-regexp, dired-do-hardlink-regexp)
765 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
766 (dired-maybe-insert-subdir, dired-next-subdir)
767 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
768 (dired-kill-subdir, dired-tree-up, dired-tree-down)
769 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
770 (dired-run-shell-command, dired-query): Remove redundant,
771 or incorrect, autoloads.
772
773 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
774 does not end in a slash. Add optional argument KILL-ROOT.
775 Update docstring.
776 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
777 (dired-query): Add autoloads.
778
779 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
780
781 * progmodes/compile.el (compilation-set-window-height):
782 Rearrange the save-* functions because a buffer can have several current
783 point in different windows.
784 (compilation-error-regexp-alist-alist): Recognize {standard input}
785 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
786
787 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
788
789 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
790 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
791 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
792 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
793 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
794 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
795 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
796 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
797 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
798 * toolbar/up_arrow-locol.xpm:
799 New versions of icons that uses fewer colors.
800
801 * toolbar/tool-bar.el (tool-bar-local-item)
802 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
803 if display-color-cells is 256 or less.
804
805 2004-06-08 Kim F. Storm <storm@cua.dk>
806
807 * wid-edit.el (widget-specify-button): Use hand pointer rather
808 than mouse-face as visible mouse-over effect.
809
810 2004-06-07 Karl Fogel <kfogel@red-bean.com>
811
812 * saveplace.el (save-place-alist-to-file): Bind `print-length'
813 and `print-level' to nil when writing out `save-place-alist'.
814 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
815
816 2004-06-07 Juanma Barranquero <lektu@terra.es>
817
818 * completion.el (completion-kill-region): Doc fix.
819
820 * format.el (format-insert-annotations)
821 (format-annotate-location): Doc fixes.
822 (format-subtract-regions): Make arguments match their use in docstring.
823
824 * simple.el (kill-region): Doc fix.
825
826 * subr.el (insert-buffer-substring-no-properties)
827 (insert-buffer-substring-as-yank): Doc fixes.
828
829 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
830
831 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
832 Update docstring.
833 (dired-reset-subdir-switches): New function.
834
835 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
836 Limit scope of `buffer-read-only' binding.
837
838 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
839
840 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
841 eshell-explicit-command-char.
842
843 2004-06-06 Juanma Barranquero <lektu@terra.es>
844
845 * help-fns.el (help-argument-name): Inherit from italic face only
846 if the frame supports it.
847
848 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
849
850 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
851 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
852 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
853 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
854 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
855 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
856 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
857 New conversions from xpm files.
858
859 * toolbar/README: New file.
860
861 2004-06-06 Richard M. Stallman <rms@gnu.org>
862
863 * isearch.el (isearch-mode-map): Undo previous change.
864
865 2004-06-05 Juri Linkov <juri@jurta.org>
866
867 * bindings.el (debug-ignored-errors): Add regexps for history
868 related messages. Remove $ from "No further undo information".
869 Move Ediff's messages to ediff.el.
870
871 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
872
873 * cus-edit.el (custom-display): Add `min-colors'.
874
875 * custom.el (defface): Add `supports' to docstring.
876
877 * help-fns.el (help-argument-name): Add :group 'help.
878
879 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
880
881 * find-dired.el (find-ls-subdir-switches): New user option.
882 (find-dired): No longer call `abbreviate-file-name' on DIR.
883 Set `dired-subdir-switches' buffer-locally.
884
885 * locate.el: Merge the two `Commentary' sections.
886 (locate-ls-subdir-switches): New user option.
887 (locate): Update for other changes.
888 (locate-mode-map): Restore Dired binding for mouse-2.
889 Bind `locate-mouse-view-file' to M-mouse-2.
890 Bind `l' to `locate-do-redisplay'.
891 (locate-main-listing-line-p, locate-do-redisplay): New functions.
892 (locate-mouse-view-file, locate-tags, locate-find-directory):
893 Print message if used outside main listing.
894 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
895 Various changes to support inserted subdirectories.
896 (locate-insert-header): Change header of *Locate* buffer.
897
898 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
899 Change interactive default switches.
900 (dired-rename-subdir-2): Update `dired-switches-alist'.
901 (dired-insert-subdir, dired-kill-subdir):
902 Handle `dired-switches-alist'. Do not mark buffer modified.
903 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
904 (dired-insert-subdir-doinsert): Omit messages.
905 Handle `dired-subdir-switches'.
906 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
907
908 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
909 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
910 subdirs if -R switch is used for a subdir.
911 (dired-mode): Set `dired-switches-alist'.
912 (dired-build-subdir-alist): Only print number of directories in
913 echo area when invoked interactively.
914
915 2004-06-05 Lars Hansen <larsh@math.ku.dk>
916
917 * dired-x.el (dired-omit-mode): Rename from
918 dired-omit-files-p. Use define-minor-mode to define it.
919 (dired-omit-files-p): Add as alias for dired-omit-mode.
920 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
921 dired-mark-omitted.
922 (dired-mark-omitted): Add. Bind to M-O.
923
924 2004-06-05 Kenichi Handa <handa@m17n.org>
925
926 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
927
928 2004-06-05 Juanma Barranquero <lektu@terra.es>
929
930 * help-fns.el (help-argument-name): Reintroduce face.
931 (help-default-arg-highlight): Use it, now that
932 `face-differs-from-default-p' can be trusted.
933
934 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
935
936 * textmodes/table.el: Sentence commands added to Point Motion
937 group; kill and backward-kill commands added to Extraction group.
938
939 2004-06-04 Mario Lang <mlang@delysid.org>
940
941 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
942 systems appear to use mW, make the code handle this. Fix a
943 division-by-zero bug while at it, and handle kernels with
944 a slightly different layout in /proc/acpi.
945
946 2004-06-04 Karl Fogel <kfogel@red-bean.com>
947
948 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
949 because the latter is a CL-ism. This fixes the bug reported by
950 Shawn Boyette <mdxi@collapsar.net> in
951 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
952
953 2004-06-04 Miles Bader <miles@gnu.org>
954
955 * faces.el (display-supports-face-attributes-p): Function moved to
956 C code. Previously only the tty-related portion of this function
957 was done in C; however the previous attempt to do a halfway-proper
958 job for non-tty displays in lisp didn't work properly because of
959 funny conditions during Emacs startup.
960 (face-differs-from-default-p): Simplify, now that
961 display-supports-face-attributes-p works properly on all display
962 types. Remove :stipple from comparison; it doesn't really work
963 in emacs anyway.
964
965 2004-06-04 Miles Bader <miles@gnu.org>
966
967 * faces.el (face-differs-from-default-p): Use a different
968 implementation, so we can really check whether FACE displays
969 differently or not.
970
971 2004-06-04 Miles Bader <miles@gnu.org>
972
973 * faces.el (display-supports-face-attributes-p): Implement a
974 `different from default' check for non-tty displays.
975
976 2004-06-03 David Kastrup <dak@gnu.org>
977
978 * woman.el (woman-mapcan): More concise code.
979 (woman-topic-all-completions, woman-topic-all-completions-1)
980 (woman-topic-all-completions-merge): Replace by a simpler and
981 much faster implementation based on O(n log n) sort/merge instead
982 of the old O(n^2) behavior.
983
984 2004-06-03 Miles Bader <miles@gnu.org>
985
986 * subr.el (read-number): Use canonical format for default in prompt.
987
988 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
989 Add regexp for " [...]" style defaults.
990
991 2004-06-02 Romain Francoise <romain@orebokech.com>
992
993 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
994 groups: if the user asks for a hidden buffer, open the
995 corresponding filter group to expose it.
996
997 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
998 `ibuffer-jump-to-buffer'.
999 (ibuffer-jump-offer-only-visible-buffers): New user option.
1000
1001 2004-06-02 Juanma Barranquero <lektu@terra.es>
1002
1003 * faces.el (frame-update-faces): Add empty docstring so the one
1004 for `ignore' doesn't show through.
1005
1006 * subr.el (process-kill-without-query): Remove spurious "\n" on
1007 obsolescence string.
1008 (focus-frame, unfocus-frame): Add obsolescence declaration and
1009 empty docstring.
1010
1011 * international/mule.el (register-char-codings): Make alias for
1012 `ignore'. Move docstring to obsolescence info and remove redundancy.
1013
1014 2004-06-02 Kim F. Storm <storm@cua.dk>
1015
1016 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1017 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1018
1019 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1020
1021 * comint.el (comint-replace-by-expanded-history-before-point):
1022 Obey `start' as the docstring says.
1023 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1024 (comint-update-fence): Prevent font-lock from running unnecessarily.
1025 (comint-dynamic-list-completions): Use with-current-buffer.
1026
1027 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1028
1029 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1030 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1031 (bibtex-entry-update): Handle alternatives and optional fields.
1032 (bibtex-parse-entry): Bugfix, handle empty key.
1033
1034 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1037
1038 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1039
1040 * desktop.el (desktop-save): Don't save minor modes without a
1041 known mode initialization function.
1042
1043 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1044
1045 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1046
1047 * autorevert.el: Update `Commentary' section.
1048
1049 2004-05-30 Juanma Barranquero <lektu@terra.es>
1050
1051 * dos-fns.el (convert-standard-filename):
1052 * files.el (convert-standard-filename):
1053 * w32-fns.el (convert-standard-filename):
1054 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1055
1056 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1057
1058 Sync with Tramp.
1059
1060 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1061 (tramp-let-maybe): Move to an earlier spot in the file.
1062 Patch by Andreas Schwab.
1063
1064 2004-05-30 Andreas Schwab <schwab@suse.de>
1065
1066 * dired.el (dired-get-filename): Don't use dired-re-dot.
1067
1068 2004-05-30 Richard M. Stallman <rms@gnu.org>
1069
1070 * files.el (find-file): Doc fix.
1071
1072 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1073
1074 2004-05-30 Nick Roberts <nickrob@gnu.org>
1075
1076 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1077 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1078 modeline of the locals buffer.
1079 (gdb-goto-breakpoint): Handle gdbmi.
1080 (gdb-get-frame-number): Change for gdbmi.
1081
1082 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1083
1084 * files.el (file-remote-p): Apply file name handler for operation
1085 `file-remote-p'. It isn' a property any longer.
1086 (file-relative-name): `fh' and `fd' get the required value via
1087 `find-file-name-handler' already.
1088
1089 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1090 (top): Remove setting of `file-remote-p' property for
1091 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1092
1093 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1094
1095 Version 2.0.41 of Tramp released.
1096
1097 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1098 Throw away if process has died.
1099 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1100 (tramp-out-of-band-prompt-regexp): Rename to
1101 `tramp-process-alive-regexp', because its usage is widen.
1102 (tramp-actions-copy-out-of-band): Apply it.
1103 (tramp-actions-before-shell, tramp-multi-actions):
1104 Add `tramp-action-process-alive' action.
1105 (tramp-action-process-alive): New defun.
1106 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1107 Add entry for `file-remote-p'.
1108 (tramp-handle-file-remote-p): New defun.
1109 (top): Remove setting of `file-remote-p'. Don't set
1110 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1111
1112 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1113 `file-remote-p'.
1114
1115 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1116 counted for (last) line. [They should or they shouldn't? --Stef]
1117 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1118
1119 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1120
1121 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1122 not really necessary but seems to keep the shell history smaller
1123 in some cases. It is no substitute for setting HISTFILE and
1124 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1125 though. Suggested by Luc Teirlinck.
1126 (tramp-open-connection-setup-interactive-shell): Export variables
1127 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1128 (tramp-set-process-query-on-exit-flag): New compat function.
1129 (tramp-open-connection-multi, tramp-open-connection-su)
1130 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1131 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1132 (tramp-let-maybe): New macro, let-binds a variable only if it
1133 isn't obsolete.
1134 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1135 (tramp-handle-file-truename): Use it.
1136 (tramp-completion-file-name-regexp-unified): Avoid matching
1137 filenames starting with "/:" -- those are reserved for
1138 file-name-non-special.
1139
1140 * tramp-smb.el (tramp-smb-open-connection):
1141 Use tramp-set-process-query-on-exit-flag compat function.
1142
1143 2004-05-29 Richard M. Stallman <rms@gnu.org>
1144
1145 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1146
1147 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1148 (eval-last-sexp-print-value): Print char equivalent regardless
1149 of standard-output value.
1150
1151 * thumbs.el (thumbs-subst-char-in-string): Delete.
1152 (thumbs-thumbname): Use subst-char-in-string.
1153 (thumbs-resize-image): Use condition-case, not ignore-errors.
1154 (thumbs-kill-buffer): Likewise.
1155
1156 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1157 (thumbs-mode): Make buffer read-only.
1158 (thumbs-make-thumb): Unconditionally accept an existing file.
1159 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1160 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1161 (thumbs-show-thumbs-list): Error if images not supported.
1162 (thumbs-save-current-image): Improve prompt string.
1163 (thumbs-mode-map): Define u, R, x.
1164 (thumbs-unmark): New command.
1165 (thumbs-emboss-image): Minor cleanup.
1166 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1167 (thumbs-rename-images): New command.
1168 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1169
1170 * thumbs.el (thumbs-current-image): New function.
1171 (thumbs-file-list, thumbs-file-alist): New functions.
1172 (thumbs-find-image): Delete arg L.
1173 Don't set up thumbs-fileL as buffer-local global var.
1174 (thumbs-find-image-at-point): Use thumbs-current-image.
1175 (thumbs-set-image-at-point-to-root-window): Likewise.
1176 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1177 Record and warn about errors. Update thumbs-markedL for deletions.
1178 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1179 (thumbs-redraw-buffer): Use thumbs-file-list.
1180 (thumbs-mark): Use thumbs-current-image.
1181 (thumbs-show-name): Use thumbs-current-image.
1182
1183 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1184 and imenu--last-menubar-index-alist.
1185
1186 * subr.el (with-selected-window): Undo previous change.
1187
1188 2004-05-29 John Paul Wallington <jpw@gnu.org>
1189
1190 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1191 (thumbs-mouse-find-image): New command.
1192 (thumbs-mode-map): Bind it to mouse-2.
1193 (thumbs-mode): Make mode-class special.
1194 (thumbs-view-image-mode): Likewise.
1195
1196 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1197
1198 * flymake.el: New file.
1199
1200 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1201
1202 * files.el (find-file-noselect-1): Do not bind
1203 `inhibit-read-only' to t during execution of
1204 `find-file-not-found-functions'.
1205
1206 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1207
1208 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1209 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1210
1211 2004-05-28 Juri Linkov <juri@jurta.org>
1212
1213 * simple.el (eval-expression-print-format): New fun.
1214
1215 * simple.el (eval-expression):
1216 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1217 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1218 (edebug-eval-expression): Print additionally the value returned by
1219 `eval-expression-print-format'.
1220
1221 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1222 (insert-pair): Make arguments optional. Find character pair
1223 from `insert-pair-alist' according to the last input event.
1224 (insert-parentheses): Make arguments optional.
1225 (raise-sexp, delete-pair): New funs.
1226
1227 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1228 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1229 Bind C-M-q to `indent-pp-sexp'.
1230
1231 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1232 `pp-to-string' modified to be able to format text with newlines.
1233 (pp-to-string): Move the buffer-formatting part of the code to
1234 `pp-buffer'. Call `pp-buffer'.
1235
1236 * info.el (Info-desktop-buffer-misc-data): Don't save information
1237 about virtual files.
1238 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1239 buffers with names obtained from the desktop file instead of the
1240 default *info* buffer.
1241
1242 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1243
1244 * subr.el (with-selected-window): Only save/restore the selected window.
1245
1246 * progmodes/compile.el (compilation-error-regexp-alist):
1247 Use expand-file-name and data-directory.
1248
1249 * progmodes/grep.el (grep-tree): Rework previous fix.
1250
1251 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1252 after the user marked text with the mouse.
1253
1254 * startup.el (command-line): Keep the first regexp of
1255 auto-save-file-name-transforms intact.
1256
1257 2004-05-28 Juanma Barranquero <lektu@terra.es>
1258
1259 * cus-edit.el (customize-face, customize-face-other-window)
1260 (custom-face-edit-delete): Make arguments match their use in
1261 docstring.
1262 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1263 docstring.
1264
1265 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1266 not `cvs-butlast'.
1267
1268 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1269 `nbutlast' are in subr.el).
1270
1271 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1272 (set-w32-system-coding-system): Doc fixes.
1273
1274 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1275 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1276 Make arguments match their use in docstring.
1277 (artist-draw-region-trim-line-endings)
1278 (artist-mouse-choose-operation): Fix typo in docstring.
1279 (artist-key-set-point-common): Doc fix.
1280
1281 2004-05-28 Simon Josefsson <jas@extundo.com>
1282
1283 * mail/smtpmail.el (smtpmail-open-stream):
1284 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1285
1286 2004-05-26 Simon Josefsson <jas@extundo.com>
1287
1288 * starttls.el: Merge with my GNUTLS based starttls.el.
1289 (starttls-gnutls-program, starttls-use-gnutls)
1290 (starttls-extra-arguments, starttls-process-connection-type)
1291 (starttls-connect, starttls-failure, starttls-success): New variables.
1292 (starttls-program, starttls-extra-args): Doc fix.
1293 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1294 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1295 and pass on to corresponding *-gnutls function if it is set.
1296
1297 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
1298
1299 * autorevert.el (auto-revert-handler): Disable auto-reverting of
1300 remote files.
1301
1302 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
1303
1304 * files.el (file-name-non-special): There are more operations
1305 which need handling: `find-backup-file-name',
1306 `insert-file-contents', `verify-visited-file-modtime',
1307 `write-region'. Rename t value of method to `add'. Add new
1308 methods `quote' and `unquote-then-quote' to file-arg-indices.
1309
1310 2004-05-25 Juri Linkov <juri@jurta.org>
1311
1312 * info.el (Info-toc): Call Info-mode on intermediate buffer.
1313 (Info-index-nodes): Enclose code in condition-case to catch errors.
1314 (Info-index-node): Don't search all index nodes if request is only
1315 for the current node and file is not in the cache of index nodes.
1316 (Info-mode-map): Bind Info-copy-current-node-name to `w'
1317 for consistency with dired-copy-filename-as-kill.
1318 Bind `S' to Info-search-case-sensitively.
1319 (Info-copy-current-node-name): New arg. With zero prefix arg put
1320 the name inside a function call to `info'. Display copied text in
1321 the echo area.
1322
1323 2004-05-25 Sam Steingold <sds@gnu.org>
1324
1325 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1326 strip the package prefix from the symbol name, if any.
1327 Make it the `find-tag-default-function' for `lisp-mode'.
1328
1329 2004-05-25 John Paul Wallington <jpw@gnu.org>
1330
1331 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1332 instead of obsolete `process-kill-without-query'.
1333
1334 * textmodes/texinfmt.el (texinfo-indexvar-alist):
1335 Declare as variable, not constant.
1336
1337 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
1338
1339 * files.el (find-file-noselect-1): Fix bug introduced by
1340 Revision 1.694. As a side effect, `inhibit-read-only'
1341 is again, by default, t during execution of
1342 `find-file-not-found-functions'.
1343 (insert-directory): Check that lines were really inserted by
1344 the --dired switch, before erasing them.
1345
1346 2004-05-24 Nick Roberts <nickrob@gnu.org>
1347
1348 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1349 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1350 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1351 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1352 gud-minor-mode (gdbmi).
1353
1354 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1355
1356 * net/browse-url.el (browse-url-interactive-arg): Enable user to
1357 explicitly select the text to be taken as URL.
1358
1359 2004-05-23 Juri Linkov <juri@jurta.org>
1360
1361 * info.el (Info-index-nodes): New var and fun.
1362 (Info-goto-index, Info-index, info-apropos)
1363 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1364 (Info-index): Fix docstring. Store and restore Info-history-list.
1365 (Info-complete-nodes): New var.
1366 (Info-complete-menu-item): Use it.
1367 (Info-index-node): New fun.
1368 (Info-final-node, Info-forward-node, Info-backward-node)
1369 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1370 Use Info-index-node.
1371 (Info-extract-menu-item, Info-extract-menu-counting): Set second
1372 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1373 (Info-find-node-2): If a node with period in its name not found,
1374 try to find a node without the name part after period.
1375 (Info-select-node): Call Info-fontify-node only if
1376 Info-fontify-maximum-menu-size is not nil.
1377 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1378 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1379 Preserve Info-history-list.
1380 (Info-toc): Set Info-current-file.
1381 (Info-build-toc): Move point to the beginning of the buffer.
1382 Add main-file variable.
1383 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
1384 Use backslashed representation of the control character ^_.
1385
1386 * textmodes/texinfmt.el (texinfo-print-index): Print index line
1387 numbers in the new Texinfo 4.7 format.
1388
1389 * add-log.el (change-log-font-lock-keywords): Remove `:' from
1390 regexps for function and variable names.
1391
1392 * descr-text.el (describe-property-list): Add [show] button for
1393 `syntax-table' property with action to pp to a separate buffer.
1394 (describe-char): Replace search-forward by re-search-forward with
1395 whitespace regexp after "character:" to not fail in too narrow windows.
1396
1397 * simple.el (next-error-find-buffer): Add a rule to return
1398 next-error capable buffer if one window on the selected frame
1399 displays such buffer.
1400
1401 2004-05-23 Nick Roberts <nickrob@gnu.org>
1402
1403 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
1404 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
1405 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
1406 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
1407 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
1408 Handle new value for gud-minor-mode (gdbmi).
1409 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
1410 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
1411 Change from local to global gdb variable set.
1412 (gdb-ann3): Initialise above gdb variable set.
1413 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
1414 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
1415 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
1416 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
1417 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
1418 (gdb-info-locals-handler, gdb-invalidate-assembler)
1419 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
1420 set as global variables.
1421 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
1422 Handle gdbmi.
1423 (gdb-info-breakpoints-custom): Fix regexp.
1424 (def-gdb-var): Delete.
1425
1426 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
1427 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
1428 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
1429 a new mode. The file (gdb-mi.el) for this mode will be included
1430 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
1431 primary interface.
1432
1433 2004-05-23 Jesper Harder <harder@ifa.au.dk>
1434
1435 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
1436 interpreted as a directory.
1437
1438 2004-05-22 Richard M. Stallman <rms@gnu.org>
1439
1440 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
1441 as a close quote.
1442
1443 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
1444
1445 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
1446 Use assoc-string, not assoc-ignore-case.
1447
1448 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
1449
1450 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
1451 If moving back then fwd gets a defun that ends before point,
1452 try again moving fwd then back.
1453
1454 * files.el (file-name-non-special): Allow t in file-arg-indices
1455 to mean requote the return value. Use `identity' as an element
1456 rather than as the whole value.
1457
1458 * gs.el (gs-options): Add -dSAFER. Mark it risky.
1459
1460 2004-05-22 Juanma Barranquero <lektu@terra.es>
1461
1462 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
1463 `help-make-usage'.
1464 (help-highlight-arguments): Skip function name before searching
1465 for arguments.
1466
1467 2004-05-21 Juanma Barranquero <lektu@terra.es>
1468
1469 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
1470 Don't mention in the docstring these arguments meant for
1471 internal (recursive) use only.
1472 (allout-char-spec): Comment out (it's not implemented).
1473 (allout-old-expose-topic, allout-exposure): Fix docstring and add
1474 obsolescence declaration.
1475 (allout-flatten-exposed-to-buffer)
1476 (allout-indented-exposed-to-buffer): Fix typos in docstring.
1477 (my-mark-marker): Doc fix.
1478 (produce-allout-mode-map, allout-sibling-index)
1479 (allout-isearch-expose, allout-distinctive-bullet)
1480 (allout-open-topic, allout-reindent-body)
1481 (allout-rebullet-heading, allout-process-exposed)
1482 (allout-insert-listified, allout-latex-verb-quote)
1483 (allout-insert-latex-header, allout-insert-latex-trailer):
1484 Make arguments match their use in docstring.
1485 (allout-primary-bullet, allout-old-style-prefixes)
1486 (allout-inhibit-protection, allout-init, allout-mode)
1487 (allout-before-change-protect, allout-flag-region):
1488 Use "Emacs" instead of "emacs" in docstrings.
1489
1490 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
1491
1492 * international/characters.el: Modify syntax of more characters.
1493
1494 2004-05-21 Masatake YAMATO <jet@gyve.org>
1495
1496 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
1497 (etags-tags-completion-table): Show parsing progress.
1498
1499 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
1500
1501 * locate.el (locate-prompt-for-command): Shorten first line of
1502 docstring.
1503 (locate-mode): Expand docstring and include keymap summary.
1504
1505 * files.el (find-file-noselect-1): Limit the scope of the
1506 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
1507 is, by default, nil during the execution of
1508 `find-file-not-found-functions' and `find-file-hook'.
1509
1510 2004-05-20 Michael Mauger <mmaug@yahoo.com>
1511
1512 * facemenu.el (facemenu-color-name-equal): New function.
1513 (list-colors-display): Use it to compare colors instead of
1514 facemenu-color-equal.
1515
1516 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
1517
1518 * compare-w.el (compare-windows-face): Use min-colors instead of
1519 checking for tty or pc types.
1520
1521 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
1524 (completion-setup-function): Use with-current-buffer.
1525 Properly save excursion. Simplify.
1526 Don't assume there is necessarily a `mouse-face' property somewhere.
1527
1528 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
1529
1530 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
1531
1532 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
1533 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
1534 Use with-current-buffer.
1535 (byte-goto-log-buffer): Delete.
1536 (byte-compile-log-file): Call compilation-forget-errors.
1537
1538 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1539
1540 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
1541 output messages into the search result.
1542
1543 2004-05-19 Masatake YAMATO <jet@gyve.org>
1544
1545 * wid-edit.el (widget-radio-button-notify): Revert my last
1546 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1547
1548 2004-05-19 Kenichi Handa <handa@m17n.org>
1549
1550 * international/characters.el: Fix syntax (open/close) of CJK chars.
1551
1552 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1553
1554 * help-mode.el (help-go-back): Don't depend on position of back button.
1555
1556 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1557
1558 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
1559 files files don't contain an accidental additional /.
1560
1561 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
1562 in source buffer.
1563
1564 2004-05-18 Masatake YAMATO <jet@gyve.org>
1565
1566 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
1567 to widget-apply. :action method assumes 2 arguments, not 3.
1568
1569 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
1570
1571 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
1572 New constants.
1573 (hs-special-modes-alist): Add an f90-mode entry.
1574
1575 2004-05-17 Sam Steingold <sds@gnu.org>
1576
1577 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
1578 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
1579
1580 2004-05-16 Kim F. Storm <storm@cua.dk>
1581
1582 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
1583
1584 2004-05-15 John Wiegley <johnw@newartisans.com>
1585
1586 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
1587 (eshell-output-object-to-target): Improve output speed 20% by not
1588 calling `eshell-stringify' if something is already known to be a string.
1589
1590 2004-05-15 Alex Ott <ott@jet.msk.su>
1591
1592 * textmodes/ispell.el (ispell-local-dictionary-alist):
1593 Add windows-1251 to the choice of coding systems.
1594 (ispell-dictionary-alist-6): Add support for "russianw.aff",
1595 encoded in cp1251.
1596
1597 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
1598
1599 * progmodes/compile.el (compilation-warning-face)
1600 (compilation-info-face): Use min-colors.
1601
1602 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1603
1604 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
1605 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
1606 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
1607 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
1608 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
1609 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
1610 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
1611 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
1612 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
1613 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
1614 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
1615 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
1616 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
1617 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
1618
1619 2004-05-15 Kim F. Storm <storm@cua.dk>
1620
1621 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
1622 Use it to set triggered-p element of timer.
1623 (timer-event-handler): Set triggered-p element non-nil while running
1624 the timer function.
1625
1626 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1627
1628 * descr-text.el (describe-char-unicode-data)
1629 (describe-char-unicodedata-file): Re-enable the unicode code now that
1630 the licensing issues have been cleared in the unicode-4 license.
1631 (describe-text-properties-1): Remove unused `overlay' var.
1632 (describe-char): Remove unused var `buffer'.
1633
1634 2004-05-14 David Ponce <david@dponce.com>
1635
1636 * tree-widget.el: New file.
1637
1638 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
1639
1640 * language/european.el ("Brazilian Portuguese"): Add support for
1641 Brazilian Portuguese.
1642
1643 2004-05-13 John Wiegley <johnw@newartisans.com>
1644
1645 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
1646 `recentf-mode' if this variable has been customized to t.
1647
1648 * eshell/esh-test.el (eshell-test): Call the function
1649 `emacs-version' rather than trying to build a custom version string.
1650
1651 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1652
1653 * net/telnet.el (telnet-mode): Use define-derived-mode.
1654 Don't modify the global value of comint-prompt-regexp.
1655
1656 2004-05-13 John Paul Wallington <jpw@gnu.org>
1657
1658 * version.el (emacs-version): Check for `gtk' feature before
1659 `x-toolkit' feature.
1660
1661 2004-05-13 Juanma Barranquero <lektu@terra.es>
1662
1663 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
1664 arguments in the docstring, they're used only in recursive calls.
1665
1666 * help-fns.el (help-arg-highlighting-function)
1667 (help-argument-name): Delete.
1668 (help-default-arg-highlight): New function.
1669 (help-do-arg-highlighting): Use it.
1670
1671 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
1672
1673 * calendar/appt.el (appt-disp-window):
1674 Use `calendar-set-mode-line' for a centered mode-line.
1675
1676 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1677
1678 * calendar/appt.el (appt-disp-window): Do not split window
1679 excessively when `split-height-threshold' is low.
1680
1681 2004-05-12 Nick Roberts <nickrob@gnu.org>
1682
1683 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
1684 kill-buffer-hook here and make it local.
1685 (gud-kill-buffer-hook): Use kill-process for a sure kill.
1686
1687 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
1688
1689 * progmodes/compile.el (compilation-set-window-height):
1690 Use save-excursion to protect against misplaced marker.
1691
1692 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1693
1694 * custom.el (defface): Document that type can have value gtk.
1695
1696 * faces.el (face-spec-set-match-display): Handle type gtk in display.
1697
1698 2004-05-12 Kenichi Handa <handa@m17n.org>
1699
1700 * descr-text.el: Require quail at comile time.
1701 (describe-char): If an input method is on and it supports the
1702 character, show how to input it.
1703
1704 * international/quail.el (quail-install-decode-map): Accept a
1705 char-table whose subtype is `quail-decode-map'.
1706 (quail-store-decode-map-key, quail-gen-decode-map1)
1707 (quail-gen-decode-map, quail-find-key1, quail-find-key)
1708 (quail-show-key): New functions.
1709
1710 2004-05-12 Juanma Barranquero <lektu@terra.es>
1711
1712 * generic.el (define-generic-mode): Remove redundant arglist info.
1713
1714 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
1715 Make arguments match their use in docstring.
1716 (help-arg-highlighting-function): New variable.
1717 (help-argument-name): Mention it in the docstring.
1718 (help-do-arg-highlight): Use it. Expand regexp to accept also
1719 ARG-xxx and xxx-ARG references.
1720
1721 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1722
1723 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
1724 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
1725 and "mailto:addr1?to=addr2" equal.
1726
1727 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
1728
1729 * man.el (Man-getpage-in-background): Use shell-file-name
1730 and shell-command-switch variables instead of hard-coded values.
1731
1732 2004-05-11 Eli Zaretskii <eliz@gnu.org>
1733
1734 * iimage.el: New file.
1735
1736 2004-05-11 Juanma Barranquero <lektu@terra.es>
1737
1738 * custom.el (custom-initialize-default, defcustom):
1739 Fix typo in docstring.
1740
1741 * files.el (set-visited-file-name, file-expand-wildcards):
1742 Fix docstring.
1743
1744 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1745
1746 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
1747
1748 * subr.el (eventp): Be more discriminating with integers.
1749
1750 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
1751
1752 * progmodes/compile.el (compile): Add universal prefix arg.
1753 (compilation-error-regexp-alist-alist): Add edg patterns.
1754
1755 2004-05-10 Sam Steingold <sds@gnu.org>
1756
1757 * textmodes/ispell.el (ispell-message):
1758 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
1759
1760 2004-05-10 Dave Love <fx@gnu.org>
1761
1762 * progmodes/python.el (help-buffer): Autoload when compiling.
1763 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
1764 (run-python): Prepend to any existing PYTHONPATH.
1765
1766 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
1767
1768 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
1769 for pending breakpoints.
1770
1771 2004-05-10 Richard M. Stallman <rms@gnu.org>
1772
1773 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
1774 directly without calling any functions in Rmail.
1775 (unrmail-unprune): Function deleted.
1776
1777 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1778
1779 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
1780 C-c C-z binding.
1781
1782 2004-05-10 Kenichi Handa <handa@m17n.org>
1783
1784 * descr-text.el (describe-char): Fix previous change. Don't make
1785 a unibyte character to multibyte in the *Help* buffer.
1786
1787 2004-05-10 Miles Bader <miles@gnu.org>
1788
1789 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
1790 buffer an error if the debugger process is actually running.
1791
1792 2004-05-10 Juanma Barranquero <lektu@terra.es>
1793
1794 * help-fns.el (help-argument-name): Default to italic.
1795 (help-highlight-arguments): Return always (usage . doc), even when
1796 usage is nil.
1797
1798 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
1799 (define-ibuffer-filter): Add usage info.
1800 (define-ibuffer-op): Add usage info (but CL-style defaults for
1801 keyword args are not shown).
1802
1803 * subr.el (remove-overlays, read-passwd): Fix docstring.
1804 (start-process-shell-command): Fix docstring. Put usage info in a
1805 format usable by `describe-function'.
1806 (open-network-stream, open-network-stream-nowait)
1807 (open-network-stream-server): Fix docstring.
1808
1809 2004-05-09 Jason Rumney <jasonr@gnu.org>
1810
1811 * international/code-pages (cp932, cp936, cp949, c950): Remove.
1812 Only define cp125* if windows-125* is already defined.
1813
1814 * language/korean.el (cp949): Add alias.
1815
1816 * language/chinese.el (cp936, cp950): Add aliases.
1817
1818 * language/japanese.el (cp932): Add alias.
1819
1820 * term/w32-win.el: Require code-pages.
1821
1822 * international/mule-cmds.el (set-locale-environment):
1823 On MS-Windows use ansi code-page for default coding-systems.
1824 Set up paper sizes for Windows 3 letter languages.
1825
1826 * international/code-pages.el (cp932, cp936, cp949, cp950):
1827 Add aliases. Also add cp125* if not already defined.
1828
1829 2004-05-09 Juanma Barranquero <lektu@terra.es>
1830
1831 * help-fns.el (help-highlight-arguments): Don't try to highlight
1832 missing or autoloaded arglists. Accept structured arguments, like
1833 the first ones of `do' and `flet'.
1834
1835 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
1836 (cvs-get-marked): Remove redundant arglist info.
1837
1838 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
1839 Don't use CL-style default args.
1840
1841 2004-05-08 Andreas Schwab <schwab@suse.de>
1842
1843 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
1844
1845 * international/subst-ksc.el: Fix references to utf-translate-cjk
1846 into utf-translate-cjk-mode.
1847 * international/subst-big5.el: Likewise.
1848 * international/subst-gb2312.el: Likewise.
1849 * international/subst-jis.el: Likewise.
1850 * international/utf-16.el: Likewise.
1851 * international/utf-8.el: Likewise.
1852
1853 2004-05-08 John Wiegley <johnw@newartisans.com>
1854
1855 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
1856 "virtual buffers" (off by default), which makes it possible to
1857 switch to the "virtual" buffers of recently visited files. When a
1858 buffer name search fails, and this option is on, iswitchb will
1859 look at the list of recently visited files, and permit matching
1860 against those names. When the user hits RET on a match, it will
1861 revisit that file.
1862 (iswitchb-read-buffer): Add two optional arguments, which makes
1863 isearchb.el possible.
1864 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
1865 (iswitchb-next-match): Add support for virtual buffers.
1866
1867 * isearchb.el: This module extends iswitchb to provide "as you
1868 type" buffer selection.
1869
1870 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
1871 Ignore the read-only property when flyspell highlighting is on.
1872 Not ignoring it leads to a series of confusing errors.
1873 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
1874 but also make sure to call flyspell-incorrect-hook.
1875 (flyspell-maybe-correct-transposition): Perform transposition test
1876 by bit twiddling a string, rather than using a temp buffer.
1877 (flyspell-maybe-correct-doubling): Use a string rather than a temp
1878 buffer. This is also the original version of the code, which
1879 could not be checked in before due to a previous lack of
1880 assignment papers. This version has seen heavy usage on my system
1881 for several years now.
1882
1883 * calendar/cal-bahai.el: New file, which adds support for the
1884 Baha'i calendar to Emacs. This calendar is based on a solar year
1885 of 19 months of 19 days, with 4 intercalary days. Each year
1886 begins on March 21, with the calendar starting in 1844.
1887
1888 * calendar/cal-menu.el, calendar/calendar.el,
1889 calendar/diary-lib.el, calendar/holidays.el: Added support for
1890 using cal-bahai.el.
1891
1892 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
1893 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
1894 function can be used outside of eshell buffers.
1895 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
1896
1897 2004-05-08 Juanma Barranquero <lektu@terra.es>
1898
1899 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
1900 word constituent so FOO-ARG is not recognized as an arg.
1901 (help-highlight-arguments): Don't skip lists in mandatory arguments.
1902
1903 * simple.el (next-error): Fix typo in docstring.
1904 (open-line): Make argument names match their use in docstring.
1905 (split-line): Fix docstring.
1906
1907 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
1908 usable by `describe-function'.
1909 (gensym, gentemp, typep, ignore-errors): Make argument names match
1910 their use in docstring.
1911
1912 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
1913 argument to `help-setup-xref'.
1914
1915 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
1916
1917 Version 2.0.40 of Tramp released.
1918
1919 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
1920 Use symbol-function to invoke functions only known on some Emacs
1921 flavors. This avoids byte-compiler warnings. Reported by Kevin
1922 Scaldeferri <kevin@scaldeferri.com>.
1923 (tramp-do-copy-or-rename-file-via-buffer): Rename from
1924 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
1925 consistent with the other tramp-do-* functions.
1926 (tramp-do-copy-or-rename-file): Calls adjusted.
1927 (tramp-process-initial-commands): Avoid liveness check on shell --
1928 we know that it must be alive since we're opening a connection at
1929 this moment.
1930 (tramp-last-cmd): New internal variable.
1931 (tramp-process-echoes): New tunable.
1932 (tramp-send-command): Set tramp-last-cmd.
1933 (tramp-wait-for-output): Delete echo, if applicable.
1934 (tramp-read-passwd): Construct the key for the password cache in a
1935 way that works for multi methods, too.
1936 (tramp-bug): Add backup-directory-alist and
1937 bkup-backup-directory-info to bug reports, with Tramp counterparts.
1938
1939 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
1940
1941 * net/tramp*.el: Suppress byte-compiler warnings where possible.
1942
1943 * net/tramp.el (tramp-out-of-band-prompt-regexp)
1944 (tramp-actions-copy-out-of-band): New defcustoms.
1945 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
1946 used instead of a synchronous one. Allows password entering.
1947 (tramp-action-out-of-band): New defun.
1948 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
1949 Remove restriction with password from doc string.
1950 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
1951 `tramp-out-of-band-prompt-regexp',
1952 `tramp-actions-copy-out-of-band', `password-cache' and
1953 `password-cache-expiry'.
1954 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
1955 password caching.
1956 (tramp-touch): FILE can be a local file, too.
1957 (TODO): Remove items done.
1958 (tramp-handle-insert-directory): Properly quote file name also if
1959 not full-directory-p. Handle wildcard case. Reported by Andreas
1960 Schwab <schwab@suse.de>.
1961 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
1962 new file.
1963 (tramp-handle-file-local-copy, tramp-handle-write-region):
1964 The permissions of the temporary file are set if filename exists.
1965 Reported by Ted Stern <stern@cray.com>.
1966 (tramp-backup-directory-alist)
1967 (tramp-bkup-backup-directory-info): New defcustoms.
1968 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
1969 (tramp-handle-find-backup-file-name): New function.
1970 Implements Tramp's find-backup-file-name.
1971
1972 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
1973 for `find-backup-file-name'.
1974
1975 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
1976 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
1977
1978 2004-05-07 Lars Hansen <larsh@math.ku.dk>
1979
1980 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
1981
1982 2004-05-07 Juanma Barranquero <lektu@terra.es>
1983
1984 * subr.el (lambda): Add arglist description to docstring.
1985 (declare): Fix typo in docstring.
1986 (open-network-stream): Fix docstring.
1987 (process-kill-without-query): Fix docstring and add obsolescence info.
1988 (last, butlast, nbutlast): Make arguments match their use in docstring.
1989 (insert-buffer-substring-no-properties): Likewise.
1990 (insert-buffer-substring-as-yank): Likewise.
1991 (split-string): Fix docstring.
1992
1993 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1994 Make argument names match their use in docstring.
1995
1996 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
1997
1998 2004-05-06 Nick Roberts <nickrob@gnu.org>
1999
2000 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2001 Fit first sentence on one line for apropos-command.
2002
2003 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 Changes largely merged in from Dave Love's code.
2006 * progmodes/python.el: Doc fixes.
2007 (python-mode-map): Add python-complete-symbol.
2008 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2009 (python-comment-indent, python-complete-symbol)
2010 (python-symbol-completions, python-partial-symbol)
2011 (python-try-complete): New.
2012 (python-indent-line): Remove optional arg. Use python-block-end-p.
2013 (python-check): Bind compilation-error-regexp-alist.
2014 (inferior-python-mode): Use rx. Move keybindings to top level.
2015 Set comint-input-filter.
2016 (python-preoutput-filter): Use rx.
2017 (python-input-filter): Re-introduce.
2018 (python-proc): Start new process if necessary.
2019 Check python-buffer non-nil.
2020 (view-return-to-alist): Defvar.
2021 (python-send-receive): New.
2022 (python-eldoc-function): Use it.
2023 (python-mode-running): Don't defvar.
2024 (python-mode): Set comment-indent-function.
2025 Maybe update hippie-expand-try-functions-list.
2026 (python-indentation-levels): Initialize differently.
2027 (python-block-end-p): New.
2028 (python-indent-line): Use it.
2029 (python-compilation-regexp-alist): Augment.
2030 (run-python): Import `emacs' module to Python rather than loading
2031 code directly. Set python-buffer differently.
2032 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2033 Use python-proc.
2034 (python-send-command): Go to end of comint buffer.
2035 (python-load-file): Use python-proc, emacs.eimport.
2036 (python-describe-symbol): Simplify interactive form.
2037 Use emacs.help. Do use temp-buffer-show-hook.
2038 Call print-help-return-message.
2039 (hippie-exp): Require when compiling.
2040 (python-preoutput-continuation): Use rx.
2041
2042 * diff-mode.el (diff-make-unified): Fix regexp.
2043
2044 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2045
2046 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2047 filter groups from the buffer when rebuilding the Ibuffer buffer
2048 and `ibuffer-show-empty-filter-groups' is nil.
2049
2050 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2051
2052 * ps-print.el (ps-print-quote): Call ps-value-string.
2053 (ps-setup): Call ps-comment-string.
2054 (ps-value-string, ps-comment-string): New funs.
2055
2056 2004-05-06 Juanma Barranquero <lektu@terra.es>
2057
2058 * ehelp.el (electric-help-command-loop): Check whether the last
2059 character is visible, not (point-max).
2060
2061 * help-fns.el (help-argument-name): Default to bold; don't inherit
2062 from font-lock-variable-name-face.
2063 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2064
2065 2004-05-05 Kenichi Handa <handa@m17n.org>
2066
2067 * descr-text.el (describe-char): Copy the character with text
2068 properties and overlays into the first line, and call
2069 describe-text-properties on it.
2070
2071 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2072
2073 * iswitchb.el (iswitchb-global-map): Fix typo.
2074 Remove unwanted ###autoloads from source file.
2075
2076 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2077
2078 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2079 in run-hooks. Use substitute-command-keys in message.
2080 (wdired-abort-changes): Add message.
2081
2082 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2083
2084 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2085 (sql-emacs20-p): Remove.
2086 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2087 (sql-builtin-face, sql-doc-face): Remove.
2088 (sql-mode-ansi-font-lock-keywords)
2089 (sql-mode-oracle-font-lock-keywords)
2090 (sql-mode-postgres-font-lock-keywords)
2091 (sql-mode-linter-font-lock-keywords)
2092 (sql-mode-ms-font-lock-keywords)
2093 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2094 (sql-product-font-lock): Fix font-lock reset when font rules change.
2095 (sql-highlight-product): Remove incorrect font-lock reset logic.
2096
2097 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2098
2099 * ses.el (ses-set-parameter): Fix typo.
2100
2101 2004-05-04 Kim F. Storm <storm@cua.dk>
2102
2103 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2104 Must expand directory for completion to work; and don't mess with
2105 process-environment.
2106 (ido-read-file-name): If command has ido property, don't use ido
2107 if value is ignore, or read as directory if value is dir.
2108 Set ido ignore property for dired-do-rename command.
2109
2110 2004-05-04 Juanma Barranquero <lektu@terra.es>
2111
2112 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2113 (electric-help-help): Check against unmapped commands.
2114
2115 * help-fns.el (help-argument-name): New face, inheriting from
2116 font-lock-variable-name-face, to highlight function arguments in
2117 `describe-function' and `describe-key'.
2118 (help-do-arg-highlight): Auxiliary function to highlight a given
2119 list of arguments in a string.
2120 (help-highlight-arguments): Highlight the function arguments and
2121 all uses of them in the docstring.
2122 (describe-function-1): Use it. Do docstring output via `insert',
2123 not 'princ', so text attributes are preserved.
2124
2125 * winner.el (winner-mode-map): Move `winner-undo' and
2126 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2127 previous bindings conflict with `prev-buffer', `next-buffer').
2128
2129 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2130
2131 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2132 (bibtex-entry-update): New command bound to C-c C-u.
2133 (bibtex-text-in-string): Fix regexp.
2134 (bibtex-assoc-of-regexp): Remove.
2135 (bibtex-progress-message): Fix docstring.
2136 (bibtex-inside-field): Use if.
2137 (bibtex-assoc-regexp): New function.
2138 (bibtex-format-entry): Make code more robust so that it formats
2139 also old entries.
2140 (bibtex-autokey-demangle-title): Merge with obsolete function
2141 bibtex-assoc-of-regexp.
2142 (bibtex-field-list): New function.
2143 (bibtex-entry): Use bibtex-field-list.
2144 (bibtex-parse-entry): Fix docstring.
2145 (bibtex-print-help-message): Use bibtex-field-list.
2146 (bibtex-make-field): Use bibtex-field-list.
2147 (bibtex-entry-index): Bugfix. Return crossref key if required.
2148 (bibtex-lessp): Fix docstring.
2149
2150 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2151
2152 * select.el (xselect-convert-to-string): Move comment to intended line.
2153
2154 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2155
2156 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2157 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2158
2159 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2160
2161 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2162 x-get-selection.
2163
2164 2004-05-03 Jason Rumney <jasonr@gnu.org>
2165
2166 * makefile.nt: Remove.
2167
2168 2004-05-03 Kim F. Storm <storm@cua.dk>
2169
2170 * emulation/cua-base.el (cua--update-indications): Fix last change.
2171 (cua-mode): Deactivate mark when cua-mode is enabled.
2172
2173 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2174
2175 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2176
2177 2004-05-03 Nick Roberts <nickrob@gnu.org>
2178
2179 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2180 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2181 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2182 window over visible frames.
2183 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2184
2185 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2186
2187 * progmodes/compile.el (compilation-gcpro): New var.
2188 (compilation-fake-loc): Use it.
2189 (compilation-forget-errors): Reset it.
2190
2191 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2192
2193 * diff-mode.el (diff-header-face, diff-file-header-face):
2194 Use min-colors.
2195
2196 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2197
2198 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2199 (bibtex-clean-entry): Disentangle code.
2200 (bibtex-realign): New function.
2201 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2202 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2203 Remove undocumented optional arg called-by-convert-alien.
2204 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2205 for sorting instead of bibtex-sort-buffer.
2206
2207 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2208
2209 * progmodes/compile.el (compilation-start): In the
2210 no-async-subprocesses branch, call sit-for to give redisplay a
2211 chance to show the updated process status in the mode line, and
2212 fontify the buffer explicitly after the process exits.
2213
2214 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 * progmodes/python.el (python-compilation-line-number): Remove.
2217 (python-compilation-regexp-alist): Don't use it any more.
2218 (python-orig-start, python-input-filter): Remove.
2219 (inferior-python-mode): Don't set up comint-input-filter-functions.
2220 (python-send-region): Use compilation-fake-loc.
2221
2222 * progmodes/compile.el (compilation-messages-start): New var.
2223 (compilation-mode): Don't setup next-error-function here.
2224 (compilation-setup): Set it up here instead (for minor modes as well).
2225 Make compilation-messages-start buffer local.
2226 (compilation-next-error-function): Use it.
2227 (compilation-forget-errors): Set compilation-messages-start.
2228
2229 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2230
2231 * ielm.el (ielm-prompt-read-only): Update docstring.
2232
2233 * comint.el (comint-prompt-read-only): Update docstring.
2234 (comint-update-fence, comint-kill-whole-line)
2235 (comint-kill-region): New functions.
2236
2237 * simple.el (kill-whole-line): Use "p" instead of "P" in
2238 interactive form.
2239
2240 2004-05-01 Juanma Barranquero <lektu@terra.es>
2241
2242 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2243 format arglist so default values in CL-style argument lists are
2244 correctly shown.
2245
2246 2004-05-01 Jason Rumney <jasonr@gnu.org>
2247
2248 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2249
2250 2004-05-01 Kenichi Handa <handa@m17n.org>
2251
2252 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2253 quail file if it is up to date.
2254
2255 2004-04-30 Juri Linkov <juri@jurta.org>
2256
2257 * cus-edit.el (custom-mode-map):
2258 Add key binding `C-x C-s' to `Custom-save'.
2259
2260 * outline.el (outline-blank-line): New var.
2261 (outline-next-preface, outline-show-heading)
2262 (outline-end-of-subtree): Use it.
2263
2264 * dired-aux.el (dired-touch-initial): New fun.
2265 (dired-do-chxxx): Call it for op-symbol `touch'.
2266 (dired-diff): Use `dired-dwim-target-directory'
2267 if current dired buffer has no buffer mark.
2268
2269 * bindings.el (propertized-buffer-identification):
2270 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2271 Add C-M-arrow keys for consistency.
2272
2273 * files.el (confirm-kill-emacs):
2274 Change group from top-level `emacs' to `convenience'.
2275
2276 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2277 Push mark on the first call of successive command calls.
2278 (insert-pair): New fun created from `insert-parentheses' with
2279 `open' and `close' arguments added. Enclose active regions
2280 in paired characters. Compare adjacent characters syntax with
2281 inserted characters syntax before inserting a space.
2282 (insert-parentheses): Call `insert-pair' with ?\( ?\).
2283
2284 * delsel.el: Don't put `delete-selection' property
2285 on `insert-parentheses' symbol to take advantage of
2286 region handling in `insert-pair' function.
2287 Suggested by Stephan Stahl <stahl@eos.franken.de>.
2288
2289 2004-04-30 Kim F. Storm <storm@cua.dk>
2290
2291 * emulation/cua-base.el: Add support for changing cursor types;
2292 based on patch from Michael Mauger.
2293 (cua-normal-cursor-color, cua-read-only-cursor-color)
2294 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2295 Customization cursor type and/or cursor color.
2296 (cua--update-indications): Handle cursor type changes.
2297 (cua-mode): Update cursor indications if enabled.
2298
2299 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2300
2301 * mouse.el (mouse-drag-copy-region): New defcustom.
2302 (mouse-set-region, mouse-drag-region-1): Use it.
2303
2304 * simple.el (kill-ring-save): If region face background color is
2305 unspecified (if no highlighting), show extent of fully visible
2306 region even if transient-mark-mode is enabled.
2307
2308 * emulation/cua-base.el (cua--standard-movement-commands):
2309 Add cua-scroll-up and cua-scroll-down.
2310 (cua-scroll-up, cua-scroll-down): New commands.
2311 (cua--init-keymaps): Remap scroll-up and scroll-down.
2312
2313 * emulation/cua-rect.el (cua--convert-rectangle-as):
2314 New defmacro.
2315 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2316 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2317 New commands (suggested by Jordan Breeding).
2318
2319 2004-04-30 Juanma Barranquero <lektu@terra.es>
2320
2321 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2322
2323 2004-04-30 Mario Lang <mlang@delysid.org>
2324
2325 * diff.el (diff-switches): Fix typo in docstring.
2326
2327 2004-04-30 Alex Schroeder <alex@gnu.org>
2328
2329 * xml.el (xml-debug-print-internal): Don't add newline and
2330 indentation to text nodes and write empty elements as empty tags
2331 instead of opening and closing tags.
2332 (xml-debug-print): Take optional indent-string argument.
2333 (xml-print): Alias for xml-debug-print.
2334
2335 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2336
2337 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2338 than duplicate call to `line-beginning-position'.
2339
2340 * progmodes/f90.el (f90-get-present-comment-type):
2341 Return whitespace, as well as comment chars, for consistent filling
2342 of comment blocks. Use `match-string-no-properties'.
2343 (f90-break-line): Trim trailing whitespace when filling comments.
2344
2345 2004-04-30 Dave Love <fx@gnu.org>
2346
2347 * calendar/diary-lib.el (diary-outlook-formats): New variable.
2348 (diary-from-outlook-internal, diary-from-outlook)
2349 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2350 New functions to import diary entries from Outlook-format
2351 appointments in mail messages.
2352
2353 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2354
2355 * progmodes/python.el (python-send-command): New fun.
2356 (python-send-region, python-load-file): Use it.
2357
2358 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2359
2360 * help-fns.el (help-C-file-name): Use new subr-name.
2361 Prepend `src/' to the file name.
2362 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2363 (describe-function-1, describe-variable): Only find a C source file
2364 name if DOC is already loaded.
2365
2366 * help-mode.el (help-function-def, help-variable-def):
2367 Use the new find-function-search-for-symbol functionality.
2368 Allow FILE to be `C-source'.
2369
2370 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2371 (find-function-C-source): New fun.
2372 (find-function-search-for-symbol): Use it.
2373
2374 2004-03-29 Michael Mauger <mmaug@yahoo.com>
2375
2376 * progmodes/sql.el (sql-product-alist): Rename variable
2377 `sql-product-support'. Add Postgres login parameters.
2378 (sql-set-product, sql-product-feature): Update with renamed variable.
2379 (sql-connect-postgres): Add username prompt.
2380 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2381 Make patterns less product specific.
2382 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2383 (sql-mode-abbrev-table): Modify initialization.
2384 (sql-builtin-face): Add variable.
2385 (sql-keywords-re): Add macro.
2386 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
2387 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
2388 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
2389 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
2390 (sql-mode-linter-font-lock-keywords)
2391 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
2392 (sql-mode-sybase-font-lock-keywords)
2393 (sql-mode-informix-font-lock-keywords)
2394 (sql-mode-interbase-font-lock-keywords)
2395 (sql-mode-ingres-font-lock-keywords)
2396 (sql-mode-solid-font-lock-keywords)
2397 (sql-mode-sqlite-font-lock-keywords)
2398 (sql-mode-db2-font-lock-keywords): Default to nil.
2399 (sql-product-font-lock): Always highlight ANSI keywords.
2400 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2401 (sql-send-string): Add function.
2402
2403 2004-04-29 Dave Love <fx@gnu.org>
2404
2405 * progmodes/cfengine.el (cfengine-beginning-of-defun)
2406 (cfengine-end-of-defun): Ensure progress through buffer.
2407
2408 * info-look.el (cfengine-mode): Accept a terminal ().
2409
2410 2004-04-29 Juri Linkov <juri@jurta.org>
2411
2412 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
2413 instead of isearch-yank-word-or-char. Add new key bindings for
2414 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
2415 (isearch-del-char): New fun.
2416 (isearch-forward, isearch-edit-string): Update docstring.
2417 (isearch-yank-char): Doc fix.
2418 (isearch-other-meta-char): Restore point after scrolling.
2419
2420 * progmodes/compile.el (compilation-context-lines): Add nil option
2421 to disable compilation output window scrolling.
2422 (compilation-set-window): Use it.
2423
2424 * outline.el (outline-next-preface, outline-show-heading):
2425 Don't leave unhidden blank line before heading.
2426 (outline-end-of-subtree): Include last newline into subtree.
2427 (hide-entry): Leave point at beginning of heading instead of end.
2428 (outline-up-heading): Push mark for the first call of successive
2429 command calls.
2430
2431 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
2432
2433 * comint.el (comint-prompt-read-only): New variable.
2434 (comint-output-filter): Implement it.
2435
2436 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
2437 (ielm-prompt-internal): New variable.
2438 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
2439 (ielm-send-input): Delete unused variable `buf'.
2440 (ielm-eval-input): Use `ielm-prompt-internal'.
2441 (inferior-emacs-lisp-mode): Use new variables
2442 `comint-prompt-read-only' and `ielm-prompt-internal'.
2443 Get rid of obsolete variable `directory-sep-char'.
2444 (ielm): Use `zerop'.
2445
2446 2004-04-29 John Paul Wallington <jpw@gnu.org>
2447
2448 * thumbs.el (toplevel): Require cl at compile time.
2449 Remove conditional definitions of `ignore-errors' and `caddar'
2450 because they occur at run time.
2451
2452 2004-04-28 Nick Roberts <nickrob@gnu.org>
2453
2454 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
2455 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
2456 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2457 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
2458
2459 * progmodes/gud.el (gud-common-init): Throw an error if program is
2460 already running under gdb.
2461
2462 2004-04-28 John Paul Wallington <jpw@gnu.org>
2463
2464 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
2465 (thumbs-show-image-num): Move assignment of
2466 `thumbs-current-image-filename' within scope of `i'.
2467 (thumbs-emboss-image): Don't use `evenp'.
2468
2469 2004-04-28 Richard M. Stallman <rms@gnu.org>
2470
2471 * progmodes/compile.el (compilation-context-lines): Default now 0.
2472
2473 2004-04-28 Juanma Barranquero <lektu@terra.es>
2474
2475 Use `time-less-p' from calendar/time-date.el instead of defining
2476 custom versions of it.
2477
2478 * pcomplete.el (pcomplete-time-less-p): Remove.
2479
2480 * thumbs.el (time-less-p): Remove.
2481
2482 * calendar/timeclock.el (timeclock-time-less-p): Remove.
2483 (timeclock-generate-report): Use `time-less-p'.
2484
2485 * emacs-lisp/autoload.el (autoload-before-p): Remove.
2486 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
2487
2488 2004-04-28 Masatake YAMATO <jet@gyve.org>
2489
2490 * subr.el (remove-overlays): Make arguments optional.
2491
2492 * wid-edit.el (widget-specify-button): Put evaporate to the
2493 overlay for sample.
2494 (widget-specify-sample): Put evaporate to the overlay for sample.
2495 (widget-specify-doc): Put evaporate to the overlay for documentation.
2496
2497 2004-04-27 Jesper Harder <harder@ifa.au.dk>
2498
2499 * info.el (info-apropos): Make it an index node. Align node names
2500 like makeinfo.
2501
2502 2004-04-27 Eli Zaretskii <eliz@gnu.org>
2503
2504 * net/browse-url.el (browse-url-netscape-sentinel)
2505 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
2506 (browse-url-epiphany-sentinel, browse-url-mosaic):
2507 Use browse-url-*-program instead of a literal program name.
2508
2509 2004-04-27 Kevin Ryde <user42@zip.com.au>
2510
2511 * eshell/em-alias.el:
2512 * eshell/em-dirs.el:
2513 * eshell/em-hist.el:
2514 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
2515 features when M-x customize-group loads modules before the main
2516 eshell.el.
2517
2518 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2519
2520 * subr.el (momentary-string-display): Support EXIT-CHAR that is
2521 either a character representation of an event or an event
2522 description list.
2523
2524 * type-break.el: Capitalise Emacs and Lisp.
2525 (type-break-good-break-interval, type-break-demo-boring-stats)
2526 (type-break-terse-messages, type-break-file-name): New defcustoms.
2527 (type-break-post-command-hook)
2528 (type-break-warning-countdown-string): Quote variable names in doc.
2529 (type-break-interval-start, type-break-auto-save-file-name): New vars.
2530 (type-break-mode): Document type-break-good-break-interval and the
2531 "session" file. Schedule break according to the session file.
2532 Kill session file buffer on exit. Organise for save-some-buffers
2533 to always save the session file.
2534 (type-break-mode-line-message-mode, type-break-query-mode):
2535 Uppercase arguments.
2536 (type-break-file-time, type-break-file-keystroke-count, timep)
2537 (type-break-choose-file, type-break-get-previous-time)
2538 (type-break-get-previous-count): New defuns.
2539 (type-break): Avoid break querying after a completed break in the
2540 case where the query was initiated during user invocation of the
2541 break. Optional terse messages.
2542 Use type-break-good-break-interval if type-break-good-rest-interval is
2543 nil. File the break time.
2544 (type-break-schedule): New optional args for overriding the use of
2545 the current time.
2546 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
2547 after a break.
2548 (type-break-check): File the keystroke count.
2549 (type-break-do-query): Prevent a second query when the break is
2550 interrupted. Optional terse message.
2551 (type-break-keystroke-reset): Record the start of a typing interval.
2552 (type-break-demo-boring): Optional terse messages. Display word
2553 per minute and keystroke counts according to
2554 type-break-demo-boring-stats.
2555
2556 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
2557
2558 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
2559 directories, make sure they exist under archive-tmpdir.
2560
2561 2004-04-27 Juri Linkov <juri@jurta.org>
2562
2563 * help.el (view-emacs-news): With argument, display info for the
2564 selected version by finding it among different NEWS files, and
2565 narrowing the buffer to the selected version.
2566
2567 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
2568 same-window-buffer-names.
2569 (info): New arg `buffer'. Use it. Doc fix. Read file name for
2570 non-numeric prefix argument, append the number to the buffer name
2571 for numeric prefix argument.
2572 (info-other-window): Bind same-window-regexps to nil.
2573 (Info-reference-name): Rename to Info-point-loc.
2574 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
2575 and Info-find-index-name for stringy Info-point-loc.
2576 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
2577 without middle `.', but with final `.' and optional line number
2578 for it. Set Info-point-loc for index nodes.
2579 (Info-index): Remove middle `.' from index entry regexp.
2580 Modify line number regexp.
2581 (Info-index-next): Decrement line number.
2582 (info-apropos): Remove middle `.' from index entry regexp.
2583 Add optional line number regexp at the end. Add matched value
2584 for line number to the result list and insert it to the buffer.
2585 Replace match-string by match-string-no-properties.
2586 Reorder result list.
2587 (Info-fontify-node): Hide index line numbers.
2588 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
2589 empty matches.
2590 (Info-follow-reference): Use `str' instead of
2591 Info-following-node-name-re.
2592 (Info-toc): Use full file names. Set Info-current-node to "Top".
2593 (Info-fontify-node): Compare file names without directory name.
2594 (Info-try-follow-nearest-node): Don't set Info-reference-name.
2595 Set second arg of Info-extract-menu-node-name for index nodes.
2596 (info-xref-visited): Use magenta3 instead of magenta4.
2597 (Info-mode): Add info-apropos to docstring.
2598
2599 * log-view.el (log-view-diff): Replace interactive code "r"
2600 by a list to allow to call it even if region is not active.
2601
2602 * paren.el (show-paren-highlight-openparen): New var.
2603 (show-paren-function): Turn on openparen highlighting when
2604 matching forward if show-paren-highlight-openparen is non-nil.
2605
2606 * simple.el (kill-ring-save): Use blink-matching-delay instead of
2607 the constant value 1.
2608 (completions-common-part): Expand docstring.
2609
2610 * textmodes/picture.el (picture-mode-map): Add arrow keys.
2611
2612 2004-04-27 Kim F. Storm <storm@cua.dk>
2613
2614 * image.el (insert-sliced-image): Use line-height instead of
2615 line-spacing property on newline.
2616
2617 2004-04-26 Lars Hansen <larsh@math.ku.dk>
2618
2619 * desktop.el (desktop-buffer-misc-data-function): Rename to
2620 desktop-save-buffer and change docstring.
2621 (desktop-buffer-modes-to-save): Delete.
2622 (desktop-save-buffer-p): Use desktop-save-buffer instead of
2623 desktop-buffer-modes-to-save.
2624 (desktop-save): Rename desktop-buffer-misc-data-function to
2625 desktop-save-buffer and allow non-function value.
2626 (desktop-missing-file-warning): Correct docstring.
2627
2628 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
2629 to desktop-save-buffer.
2630
2631 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
2632 desktop-save-buffer.
2633
2634 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
2635
2636 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
2637
2638 2004-04-26 Eli Zaretskii <eliz@gnu.org>
2639
2640 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
2641
2642 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
2643
2644 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
2645 (ielm): Only go to the end of the buffer when starting a new process.
2646
2647 2004-04-25 Juanma Barranquero <lektu@terra.es>
2648
2649 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
2650 mode line. Bind `inhibit-read-only' to t before modifying
2651 properties of text in the buffer.
2652 (ielm): Force point to the end of buffer, even when running ielm
2653 from inside itself.
2654
2655 2004-04-25 Jesper Harder <harder@ifa.au.dk>
2656
2657 * info.el (info-apropos): Reset Info-complete-cache.
2658
2659 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
2660
2661 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2662 Also recognize severe Irix et al. messages.
2663 (compilation-normalize-filename, compile-abbreviate-directory):
2664 Delete functions.
2665 (compilation-get-file-structure): New function inherits
2666 functionality of the two preceding ones.
2667 (compilation-internal-error-properties, compilation-fake-loc):
2668 Use it so that different paths to the same file share the same
2669 markers. Also optimize finding adjacent marker slightly.
2670
2671 2004-04-25 Kim F. Storm <storm@cua.dk>
2672
2673 * image.el (insert-sliced-image): Add line-spacing t property
2674 to newlines separating image lines.
2675
2676 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
2677
2678 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
2679
2680 * ielm.el (ielm-prompt-read-only): New user option.
2681 (ielm-prompt): Expand docstring to describe new behavior.
2682 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
2683 mention it in the docstring.
2684
2685 2004-04-24 Andreas Schwab <schwab@suse.de>
2686
2687 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
2688
2689 * diff.el (diff): Set default-directory in diff buffer.
2690
2691 2004-04-24 Eli Zaretskii <eliz@gnu.org>
2692
2693 * mail/sendmail.el (mail-bury): Don't delete the frame where the
2694 mail was being composed if the terminal cannot display more than
2695 one frame; instead, switch to previous frame.
2696
2697 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
2698 (rmail-start-mail): Support rmail-mail-new-frame even on
2699 terminals that can display only one frame at a time.
2700
2701 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2702
2703 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
2704 (checkdoc-output-font-lock-keywords): Remove error regexp.
2705 (checkdoc-output-mode-map): Remove.
2706 (checkdoc-output-mode): Derive from compilation-mode.
2707 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
2708
2709 * dired.el (dired-mode-map): Add a menu entry for wdired.
2710
2711 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
2712 (rx-bracket, rx-check-any, rx-any): Clean up name space.
2713
2714 * wdired.el: (wdired-mode-map): Move init into declaration.
2715 Fix `return' binding.
2716 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
2717 Use force-mode-line-update.
2718 (wdired-get-filename): Use `unless'.
2719 (wdired-preprocess-files): Don't assume names have no \n and use / for
2720 dir separator.
2721 (wdired-normalize-filename): Use replace-regexp-in-string.
2722 (wdired-load-hooks): Remove.
2723 (wdired-mode-hooks): Rename to wdired-mode-hook.
2724
2725 * info-look.el: Add support for cfengine-mode.
2726 (info-lookup-setup-mode): Use dolist.
2727
2728 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
2729
2730 * wdired.el: New file.
2731
2732 2004-04-23 Juanma Barranquero <lektu@terra.es>
2733
2734 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
2735
2736 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
2737 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
2738 (pcomplete--help, pcomplete--here): Doc fixes.
2739
2740 2004-04-23 Andre Spiegel <spiegel@gnu.org>
2741
2742 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
2743 handles wrong-number-of-arguments in backend call.
2744
2745 * vc.el (vc-print-log): Likewise.
2746
2747 2004-04-20 Dave Love <fx@gnu.org>
2748
2749 * emacs-lisp/rx.el: Doc fixes.
2750 (rx-constituents): Add/extend many forms.
2751 (rx-check): Check form is a list.
2752 (bracket): Defvar.
2753 (rx-check-any, rx-any, rx-check-not): Modify.
2754 (rx-not): Simplify.
2755 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
2756 (rx-kleene): Use rx-trans-forms.
2757 (rx-quote-for-set): Delete.
2758 (rx): Allow multiple args.
2759
2760 2004-04-23 Kenichi Handa <handa@m17n.org>
2761
2762 * international/mule-util.el (char-displayable-p): Simplify by
2763 using internal-char-font.
2764
2765 2004-04-23 Juanma Barranquero <lektu@terra.es>
2766
2767 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2768
2769 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2770
2771 * diff-mode.el (diff-next-error): New fun.
2772 (diff-mode): Use it.
2773
2774 * simple.el (next-error): Change arg name.
2775 Add support for the documented C-u C-x ` usage.
2776
2777 * frame.el (special-display-popup-frame, next-multiframe-window)
2778 (previous-multiframe-window): Only consider frames on same display.
2779
2780 2004-04-22 Lars Hansen <larsh@math.ku.dk>
2781
2782 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
2783 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
2784
2785 2004-04-22 Kim F. Storm <storm@cua.dk>
2786
2787 * net/telnet.el (telnet): Add optional port arg.
2788
2789 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2790
2791 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2792 Minor sanity check on the `hyperlink' slot.
2793
2794 * Makefile.in (recompile): Compile new files.
2795
2796 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
2797 Add byte-recompile-directory's optional `arg'.
2798
2799 * cvs-status.el (cvs-tree-use-charset): New var.
2800 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
2801 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
2802 (cvs-status-cvstrees): Use it.
2803
2804 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
2805 Make it a normal major mode.
2806 (checkdoc-buffer-label): Make sure the file name is meaningful.
2807 (checkdoc-output-to-error-buffer): Remove.
2808 (checkdoc-error, checkdoc-start-section): Rewrite.
2809
2810 * info.el (info-node, info-menu-5, info-xref, info-header-node)
2811 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2812 (Info-title-4-face): Use new syntax.
2813 (info-xref-visited): Inherit from info-xref.
2814
2815 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
2816
2817 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
2818
2819 * simple.el (next-error-last-buffer, next-error-function):
2820 New variables for the next-error framework.
2821 (next-error-buffer-p): New function.
2822 (next-error-find-buffer): Generalize compilation-find-buffer.
2823 (next-error, previous-error, first-error, next-error-no-select)
2824 (previous-error-no-select): Move from compile.el.
2825
2826 * replace.el (occur-next-error, occur-1): Hook into the next-error
2827 framework.
2828
2829 * progmodes/compile.el (compilation-start):
2830 Set next-error-last-buffer so next-error knows where to jump.
2831 (compilation-setup): Set the buffer-local variable
2832 next-error-function to 'compilation-next-error-function.
2833 (compilation-buffer-p, compilation-buffer-internal-p): Use an
2834 alternate way to find if a buffer is a compilation buffer, for
2835 next-error convenience.
2836 (next-error-no-select, previous-error-no-select, next-error)
2837 (previous-error, first-error): Move to simple.el.
2838 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
2839 (compilation-last-buffer): Remove.
2840 (compilation-start, compilation-next-error, compilation-setup)
2841 (compilation-next-error-function, compilation-find-buffer):
2842 Remove compilation-last-buffer use.
2843
2844 2004-04-21 Juanma Barranquero <lektu@terra.es>
2845
2846 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
2847 (font-lock-warning-face): Fix spacing.
2848
2849 * makefile.w32-in (WINS): Add url/ directory.
2850
2851 2004-04-21 Lars Hansen <larsh@math.ku.dk>
2852
2853 * desktop.el (desktop-buffer-mode-handlers): New variable.
2854 Alist of major mode specific functions to restore a desktop buffer.
2855 (desktop-buffer-handlers): Make variable obsolete.
2856 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
2857 Catch errors signaled in handlers. Update buffer count.
2858 Evaluate desktop-buffer-point.
2859 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
2860 move to dired.el.
2861 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
2862 move to info.el.
2863 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
2864 move to mail/rmail.el.
2865 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
2866 to mh-e/mh-e.el.
2867 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
2868 On fail, print message (to message buffer) even if
2869 desktop-missing-file-warning is nil.
2870 (desktop-buffer-misc-data-function): New buffer local variable.
2871 Function returning major mode specific data.
2872 (desktop-buffer-misc-functions): Make variable obsolete.
2873 (desktop-save): Use desktop-buffer-misc-data-function.
2874 (desktop-buffer-dired-misc-data): Rename to
2875 dired-desktop-buffer-misc-data and move to dired.el.
2876 (desktop-buffer-info-misc-data): Rename to
2877 Info-desktop-buffer-misc-data and move to info.el.
2878 (desktop-read): Add message about number of buffers restored/failed.
2879
2880 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
2881 Add parameters. Pause to display error only when
2882 desktop-missing-file-warning is non-nil.
2883 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
2884 (dired-mode): Bind desktop-buffer-misc-data-function.
2885
2886 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
2887 Add Parameters.
2888 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
2889 (Info-mode): Bind desktop-buffer-misc-data-function.
2890
2891 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
2892 Add Parameters.
2893
2894 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
2895 Add Parameters.
2896
2897 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
2898
2899 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
2900 the case of letters in case-insensitive expansions when the
2901 abbrev is preceded by characters with letter syntax.
2902
2903 2004-04-21 Richard M. Stallman <rms@gnu.org>
2904
2905 * progmodes/cperl-mode.el (cperl-putback-char):
2906 Delete Emacs 18 definition.
2907
2908 * international/mule.el (ctext-post-read-conversion):
2909 Use assoc-string, not assoc-ignore-case.
2910
2911 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
2912
2913 * emacs-lisp/easymenu.el (easy-menu-add):
2914 Do call x-popup-menu, but only if it's defined.
2915
2916 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
2917
2918 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
2919 Handle multiple args: compile like progn.
2920
2921 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
2922 take all args as &rest arg.
2923
2924 * autoinsert.el (auto-insert-alist): Insert the user's name in
2925 copyright notice, rather than Free Software Foundation.
2926
2927 2004-04-21 Kenichi Handa <handa@m17n.org>
2928
2929 * descr-text.el (describe-char): Make it work on *Help* buffer.
2930
2931 2004-04-21 Kim F. Storm <storm@cua.dk>
2932
2933 * image.el (insert-image): Add optional SLICE arg.
2934 (insert-sliced-image): New defun.
2935
2936 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
2937
2938 * subr.el (read-number): Check whether `default' is nil.
2939
2940 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2941
2942 * progmodes/compile.el (compilation-error-properties):
2943 Split into two.
2944 (compilation-internal-error-properties): New one.
2945 (compilation-compat-error-properties): Use it. Fix the non-marker case.
2946
2947 2004-04-20 Richard M. Stallman <rms@gnu.org>
2948
2949 * window.el (split-window-save-restore-data):
2950 Don't update the data if OLD-INFO is nil.
2951
2952 * view.el (view-return-to-alist): Mark it permanent local.
2953
2954 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
2955
2956 * recentf.el (recentf-save-list): Catch and warn about errors.
2957
2958 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
2959 so "Buffers" won't be pure.
2960
2961 * help-mode.el (help-mode-finish): Set help-return-alist first
2962 thing, setting only the entry for the selected window.
2963
2964 * help-fns.el (describe-function-1): If many non-control non-meta
2965 keys run the command, don't list all of them.
2966
2967 2004-04-20 Juanma Barranquero <lektu@terra.es>
2968
2969 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
2970 arg. Copied from Andre Spiegel's patch of 2004-03-21.
2971
2972 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
2973
2974 2004-04-20 Kenichi Handa <handa@m17n.org>
2975
2976 * international/quail.el (quail-lookup-key): New optional arg
2977 NOT-RESET-INDICES.
2978 (quail-get-translations): Call quail-lookup-key with
2979 NOT-RESET-INDICES t.
2980 (quail-completion): Likewise.
2981 (quail-lookup-map-and-concat): Likewise.
2982
2983 2004-04-20 Kenichi Handa <handa@m17n.org>
2984
2985 * international/quail.el (quail-update-translation): Don't insert
2986 such an unsupported multibyte char in a unibyte buffer.
2987
2988 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
2989
2990 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
2991 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
2992 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
2993 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
2994 (gdb-frame-assembler-buffer): Improve behaviour with
2995 multiple frames.
2996 (gdb-display-buffer): Extend search to all visible frames.
2997
2998 2004-04-19 Eli Zaretskii <eliz@gnu.org>
2999
3000 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3001 characters left after base64 decoding.
3002 (rmail-decode-region): Use -dos variety of `coding', to remove any
3003 ^M characters left after qp or base64 decoding.
3004
3005 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3006
3007 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3008 messages.
3009
3010 2004-04-19 Stephen Eglen <stephen@gnu.org>
3011
3012 * add-log.el (add-change-log-entry): Update doc string to mention
3013 add-log-full-name and add-log-mailing-address.
3014
3015 2004-04-18 Juri Linkov <juri@jurta.org>
3016
3017 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3018 (Info-find-node-2): Simplify error message.
3019 (Info-insert-dir): Use Info-following-node-name.
3020 (Info-goto-node): Remove *info-history* and *info-toc*.
3021 (Info-history): Create a node of the virtual history file.
3022 (Info-toc): Create a node of the virtual toc file.
3023 (Info-insert-toc): New arg `curr-file' for reference file names.
3024 (info-apropos): Remove redundant var binding for temp-file.
3025 (Info-index, Info-index-next, Info-mode): Doc fix.
3026 (Info-goto-emacs-command-node): Don't jump to *info* from
3027 non-*info* Info buffers.
3028 (Info-fontify-node): Don't show the file name of external
3029 references if `Info-hide-note-references' is `hide'. Don't hide
3030 newlines at the end of paragraphs.
3031
3032 * international/mule-diag.el (list-input-methods):
3033 Fix args to help-xref-button.
3034
3035 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3036 to put into effect local variables from TUTORIAL files.
3037
3038 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3039 with default value taken from the variable `sentence-end'.
3040 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3041 Add nil const to :type.
3042 (sentence-end-without-period, sentence-end-double-space)
3043 (sentence-end-without-space): Doc fix.
3044
3045 * textmodes/paragraphs.el (forward-sentence):
3046 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3047 (fill-delete-newlines):
3048 * progmodes/cc-cmds.el (c-beginning-of-statement):
3049 Use function `sentence-end' instead of variable `sentence-end'.
3050
3051 2004-04-18 Andreas Schwab <schwab@suse.de>
3052
3053 * progmodes/compile.el (compilation-start): Set window start to
3054 point-min if compilation-scroll-output is nil.
3055
3056 2004-04-18 John Wiegley <johnw@newartisans.com>
3057
3058 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3059
3060 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3061
3062 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3063 (gdb-info-breakpoints-custom): Revert previous change.
3064 (gdb-view-assembler): Update assembler if necessary.
3065 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3066 (gdb-display-source-buffer): Update properly when both source and
3067 assembler are visible.
3068
3069 2004-04-17 John Wiegley <johnw@newartisans.com>
3070
3071 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3072 which limits the number of names shown in the minibuffer. Off by
3073 default.
3074 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3075 up iswitchb for users with a multitude of open buffers by showing
3076 only the first and last N/2 buffers in the completion list (which
3077 is enough to aid C-s/C-r, and to know that more characters are
3078 needed to refine the completion list).
3079
3080 2004-04-17 Richard M. Stallman <rms@gnu.org>
3081
3082 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3083 (file-truename): Expand all ~ constructs directly.
3084 (insert-directory): Delete any error msg output by the
3085 `insert-directory-program'.
3086
3087 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3088 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3089 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3090 (allout-init): Use find-file-hook, not find-file-hooks.
3091 (allout-mode): Eliminate Emacs 18 support.
3092 Use write-contents-functions, not local-write-file-hooks.
3093
3094 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3095
3096 * progmodes/compile.el (compilation-error-properties): Fix for
3097 adding messages when there are already markers for their file.
3098 (compilation-fake-loc): New function.
3099
3100 2004-04-16 Dave Love <fx@gnu.org>
3101
3102 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3103 (python-load-file): Fix python-orig-start setting.
3104
3105 * progmodes/compile.el: Doc fixes.
3106 (compilation-error-regexp-alist-alist)
3107 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3108 (compilation-assq): Wrap in eval-when-compile.
3109 (compilation-mode-font-lock-keywords): Don't use list*.
3110 (compilation-start): Avoid warning.
3111 (compilation-compat-error-properties)
3112 (compilation-directory-properties): Add keymap property.
3113 (compilation-parsing-end): Make it a marker for better compatibility.
3114
3115 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3116
3117 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3118
3119 * xml.el: Doc fixes.
3120 (xml-get-children): Only looks at sub-tags and ignore strings.
3121
3122 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3123
3124 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3125
3126 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3127
3128 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3129
3130 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3131
3132 * vc.el (vc-print-log): Likewise.
3133
3134 2004-04-16 Masatake YAMATO <jet@gyve.org>
3135
3136 * simple.el (completion-setup-function): Set an initial value
3137 to `element-common-end' before entering loop. Set a value
3138 to `element-common-end' at the end of loop.
3139 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3140 (completions-common-part): Rename from completion-de-emphasis.
3141 (completions-first-difference): Rename from completion-emphasis.
3142 Suggested by RMS.
3143
3144 2004-04-16 Juanma Barranquero <lektu@terra.es>
3145
3146 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3147 (bookmark-edit-annotation-mode): Add mode name.
3148
3149 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3152 for nested conflict markers.
3153 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3154
3155 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3156
3157 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3158
3159 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3160
3161 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3162
3163 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3164 Give a backtrace if requested.
3165
3166 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3167
3168 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3169 Remove unused functions.
3170 (python-orig-start-line, python-orig-file): Remove.
3171 (python-orig-start): New var.
3172 (python-input-filter, python-compilation-line-number)
3173 (python-send-region, python-load-file): Use it.
3174
3175 * info.el (info): Always jump to *info*.
3176
3177 * subr.el (posn-set-point): New function.
3178
3179 * mouse.el (mouse-set-point): Use it.
3180
3181 * progmodes/compile.el (compile-goto-error): Use it.
3182 (compilation-button-map): New keymap.
3183 (compilation-error-properties): Use it.
3184 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3185
3186 * smerge-mode.el (smerge-popup-context-menu): Use it.
3187
3188 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3189 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3190 mouse and non-mouse case.
3191
3192 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3193 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3194
3195 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3196 Make it work for non-mouse events.
3197
3198 * pcvs-info.el (cvs-status-map): Update binding name.
3199
3200 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3201
3202 * xml.el (xml-maybe-do-ns): New function to handle namespace
3203 parsing of both attribute and element names.
3204 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3205 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3206 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3207 (xml-parse-attlist): Make it do its own namespace parsing.
3208
3209 2004-04-14 Dave Love <fx@gnu.org>
3210
3211 * progmodes/python.el (run-python): Fix use of \n.
3212 (python-load-file): Remove `try' from Python fragment.
3213 (python-describe-symbol): Fix message.
3214
3215 * comint.el: Doc fixes.
3216 (comint-last-input-start, comint-last-input-end)
3217 (comint-last-output-start): Give them values.
3218 (comint-arguments): Avoid warning.
3219 (comint-skip-prompt): Use line-end-position.
3220 (comint-backward-matching-input): Rename arg to agree with doc.
3221 (comint-extract-string): Use syntax-ppss.
3222 (comint-dynamic-simple-complete): Delete useless list construction.
3223 (comint-redirect-subvert-readonly): New.
3224 (comint-redirect-preoutput-filter): Use it.
3225
3226 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3227 Correctly handle negative arguments when calling hook functions.
3228
3229 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3230
3231 * info.el (info-apropos): Don't clobber Info-history-list.
3232
3233 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3234
3235 * progmodes/compile.el (compilation-setup):
3236 Localize overlay-arrow-position.
3237 (compilation-sentinel): Restructure code equivalently.
3238 (compilation-next-error): Find message on same line after point if
3239 not found before point.
3240 (compile-mouse-goto-error): Restore function so that compilation
3241 buffer need not be current and use compile-goto-error.
3242 (compile-goto-error): Restore function.
3243 (next-error): Set overlay-arrow-position.
3244 (compilation-forget-errors): Don't localize already local
3245 compilation-locs and remove FIXME about refontifying.
3246
3247 2004-04-14 Kim F. Storm <storm@cua.dk>
3248
3249 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3250 (command-line): New option -Q. Like -q --no-site-file, but
3251 in addition it also disables menu-bar, tool-bar, scroll-bars,
3252 tool-tips, and the blinking cursor.
3253 (command-line-1): Skip startup screen if -Q.
3254 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3255
3256 * emulation/cua-base.el (cua-read-only-cursor-color)
3257 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3258
3259 2004-04-13 Dave Love <fx@gnu.org>
3260
3261 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3262 (syntax): Don't require.
3263 (python) <defgroup>: Add :version.
3264 (python-quote-syntax): Re-written.
3265 (inferior-python-mode): Move stuff here from run-python and add
3266 some more.
3267 (python-preoutput-continuation, python-preoutput-result)
3268 (python-dotty-syntax-table): New.
3269 (python-describe-symbol): Use them.
3270 (run-python): Move stuff to inferior-python-mode. Modify code
3271 loaded into Python.
3272 (python-send-region): Use python-proc, python-send-string.
3273 (python-send-string): Send newlines too. Callers changed.
3274 (python-load-file): Re-written.
3275 (python-eldoc-function): New.
3276 (info-look): Don't require.
3277 (python-after-info-look): New. A modified version of former
3278 top-level code for use with eval-after-load.
3279 (python-maybe-jython, python-guess-indent): Use widened buffer.
3280 (python-fill-paragraph): Re-written.
3281 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
3282 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
3283
3284 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3285
3286 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3287 Set compilation-error-regexp-alist earlier.
3288
3289 * progmodes/compile.el (compilation-minor-mode-map)
3290 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3291 (compile-goto-error): Re-merge the mouse and non-mouse commands.
3292
3293 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3294
3295 * progmodes/compile.el (compile-goto-error): Select the buffer/window
3296 corresponding to the event.
3297
3298 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
3299
3300 * loadup.el: Add cygwin to system-type list, for unexec() support.
3301
3302 2004-04-12 John Paul Wallington <jpw@gnu.org>
3303
3304 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3305 (ibuffer-restore-window-config-on-quit): New variable to replace
3306 `ibuffer-delete-window-on-quit'. Update all references.
3307 (ibuffer-prev-window-config): New variable.
3308 (ibuffer-quit): Restore previous window configuration instead of
3309 deleting window.
3310 (ibuffer): Save window configuration before showing Ibuffer buffer.
3311
3312 * help.el (describe-mode): Doc fix.
3313
3314 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3315
3316 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3317 not to treat nil as a function.
3318
3319 * vc-arch.el (vc-arch-root): Be a bit more careful.
3320 (vc-arch-register): Save the buffer if we modified it.
3321 (vc-arch-delete-rej-if-obsolete): Save excursion.
3322 (vc-arch-find-file-hook): Use the simpler after-save-hook.
3323 (vc-arch-responsible-p, vc-arch-init-version): New functions.
3324
3325 * net/ldap.el (ldap-search): Use list*.
3326
3327 2004-04-12 Juri Linkov <juri@jurta.org>
3328
3329 * info.el (Info-follow-reference): Allow multiline reference name.
3330
3331 2004-04-11 Dave Love <fx@gnu.org>
3332
3333 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3334
3335 * progmodes/python.el: New file.
3336
3337 2004-04-11 Andre Spiegel <spiegel@gnu.org>
3338
3339 * vc-hooks.el (vc-arg-list): Function removed.
3340 (vc-default-workfile-unchanged-p): Use condition-case to check for
3341 backward compatibility.
3342
3343 * vc.el (vc-print-log): Use condition-case to check for backward
3344 compatibility.
3345
3346 2004-04-11 Juri Linkov <juri@jurta.org>
3347
3348 * dired.el (dired-faces): New defgroup.
3349 (dired-header, dired-mark, dired-marked, dired-flagged)
3350 (dired-warning, dired-directory, dired-symlink, dired-ignored):
3351 New faces.
3352 (dired-header-face, dired-mark-face, dired-marked-face)
3353 (dired-flagged-face, dired-warning-face, dired-directory-face)
3354 (dired-symlink-face, dired-ignored-face): New face variables.
3355 (dired-font-lock-keywords): Use them instead of font-lock faces.
3356 Split the rule for dired marks into 3 separate rules: for marks,
3357 marked file names and flagged file names.
3358
3359 * help-mode.el (help-make-xrefs): Add a final newline to the
3360 *Help* buffer.
3361
3362 2004-04-11 John Paul Wallington <jpw@gnu.org>
3363
3364 * replace.el (occur-engine): Distinguish between one and several
3365 matches in the matches per buffer heading.
3366
3367 2004-04-11 Kim F. Storm <storm@cua.dk>
3368
3369 * ido.el (ido-confirm-unique-completion): New defcustom.
3370 (ido-complete): Use it.
3371 (ido-write-file): Set it to t unconditionally.
3372
3373 2004-04-10 Miles Bader <miles@gnu.org>
3374
3375 RCS keyword removal (only non-comment changes are enumerated here):
3376
3377 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3378 (byte-compile-insert-header): Don't use `byte-compile-version'.
3379 * forms.el (forms-version): Variable removed.
3380 (forms-mode): Don't use `forms-version'.
3381 * recentf.el (recentf-version): Variable removed.
3382 * progmodes/delphi.el (delphi-version): Variable removed.
3383 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
3384
3385 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3386
3387 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
3388
3389 2004-04-09 Jesper Harder <harder@ifa.au.dk>
3390
3391 * info.el (info-apropos): Improve menu item regexp.
3392
3393 2004-04-09 Simon Josefsson <jas@extundo.com>
3394
3395 * mail/smtpmail.el: Add comment, based on report by
3396 kdc@rcn.com (Kevin D. Clark).
3397
3398 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3399
3400 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3401 Redo one more thing that I didn't notice Daniel had undone.
3402
3403 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
3404
3405 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
3406 (gdb-goto-breakpoint, gdb-display-buffer)
3407 (gdb-display-source-buffer, gdb-view-source-function)
3408 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
3409 (gdb-source-info, gdb-frame-handler): Don't specify a window
3410 for display.
3411 (gdb-info-breakpoints-custom): Remove superfluous update of
3412 assembler buffer.
3413 (gdb-many-windows): Make settable outside gdb.
3414
3415 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
3416
3417 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
3418 Derive from fundamental-mode rather than text-mode.
3419
3420 2004-04-08 Juri Linkov <juri@jurta.org>
3421
3422 * info.el (Info-history): Doc fix.
3423 (Info-history-list): New var.
3424 (info-xref): Change magenta4 to blue, remove bold for dark and
3425 light backgrounds, change bold to underline for non-color classes.
3426 (info-xref-visited): New face.
3427 (Info-fontify-visited-nodes): New custom.
3428 (Info-hide-note-references): Add new value `hide'. Doc fix.
3429 (Info-reference-name): New var.
3430 (Info-selection-hook): New custom.
3431 (Info-edit-mode-hook): New var.
3432 (Info-find-file): New fun.
3433 (Info-find-node): Move part of code to Info-find-file.
3434 (Info-find-node-2): Add anchors to Info-history-list. Move point
3435 to the place with the reference name if name is defined.
3436 (Info-select-node): Add current node to Info-history-list.
3437 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
3438 (Info-search-whitespace-regexp): New custom.
3439 (Info-search-case-fold): New var.
3440 (Info-search): Add "case-sensitively" to the prompt.
3441 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
3442 (Info-search-case-sensitively, Info-search-next): New fun.
3443 (Info-up): Move point to the menu item of the current node.
3444 (Info-history): New fun. Add *info-history* to
3445 same-window-buffer-names.
3446 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
3447 (Info-insert-toc): New fun.
3448 (Info-build-toc): New fun.
3449 (Info-follow-reference): Add new arg `fork'. Doc fix.
3450 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
3451 with the same name prefer the reference closest to point.
3452 (Info-next-reference): Replace * by + in the *Note regexp.
3453 Add regexp for http:// and ftp://. Skip the *Note prefix.
3454 (Info-prev-reference): Replace * by + in the *Note regexp.
3455 Add regexp for http:// and ftp://. Skip the *Note prefix.
3456 (Info-follow-nearest-node): Add new arg `fork'.
3457 (Info-try-follow-nearest-node): Add new arg `fork'.
3458 Call browse-url for http:// and ftp:// references.
3459 Set Info-reference-name for index entries.
3460 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
3461 Info-search-next, Info-history, Info-toc, clone-buffer.
3462 (Info-menu-update): Replace * by + in the *Note regexp.
3463 (Info-mode): Add documentation for Info-history, Info-toc,
3464 Info-search-case-sensitively, Info-search-next, clone-buffer.
3465 (Info-fontify-menu-headers): Remove fun. Move code to
3466 Info-fontify-node.
3467 (Info-fontify-node): Add docstring. Add local vars
3468 fontify-visited-p and not-fontified-p. If not-fontified-p is t
3469 then fontify header line, titles, menu headers, http and ftp
3470 references, refill paragraphs. If not-fontified-p is t or
3471 fontify-visited-p is t then fontify cross references, menu items.
3472 Fontify menu headers. Fontify http and ftp references.
3473 Change regexp for cross references to require whitespace after *Note,
3474 add matching groups for file and node names. Remove hack for quote.
3475 Use display property for Info-hide-note-references=t. Use fifth
3476 or fourth match for help-echo. Display visited nodes in a
3477 different face. Unhide file names of external references.
3478 Unhide newlines. Display visited menu items in a different face.
3479
3480 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3481
3482 * progmodes/compile.el: Require CL.
3483 (compilation-mode-font-lock-keywords): Re-install the "line as
3484 function" patch.
3485
3486 * help-fns.el (help-C-source-directory): New var.
3487 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
3488 (describe-function-1, describe-variable): Use them.
3489
3490 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
3491 to C source files specially.
3492
3493 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
3494
3495 * info.el (Info-hide-cookies-node): New function.
3496 (Info-select-node): Use it.
3497 (Info-display-images-node): Remove message with image file name.
3498
3499 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
3500
3501 * progmodes/compile.el (compilation-warning-face)
3502 (compilation-info-face, compilation-skip-threshold)
3503 (compilation-skip-visited, compilation-context-lines):
3504 Declare :version when added to Emacs.
3505 (compilation-error-regexp-alist-alist): Extend caml and irix.
3506 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
3507 (compilation-mode-font-lock-keywords): Temporarily undo line as
3508 function patch, which wasn't ready.
3509
3510 2004-04-07 Kenichi Handa <handa@m17n.org>
3511
3512 * international/latin1-disp.el (latin1-display-setup): Check each
3513 character is displayable or not instead of calling
3514 latin1-display-check-font.
3515
3516 2004-04-06 Kenichi Handa <handa@m17n.org>
3517
3518 * language/ethio-util.el (ethio-sera-being-called-by-w3):
3519 New variable.
3520 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
3521 instead of sera-being-called-by-w3.
3522 (ethio-fidel-to-sera-buffer): Likewise.
3523 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
3524 instead of sera-being-called-by-w3.
3525 (ethio-write-file): Likewise.
3526
3527 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3528
3529 * printing.el: Doc fix.
3530
3531 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
3532
3533 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
3534 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
3535 (gdb-setup-windows): Only use separate IO buffer if required.
3536
3537 2004-04-06 Kim F. Storm <storm@cua.dk>
3538
3539 * term.el (term-is-xemacs): Remove.
3540 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
3541 (term-window-width): New function.
3542 (term-mode, term-check-size): Use it.
3543 (term-mode): Disable overflow-newline-into-fringe in term buffer.
3544
3545 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
3546
3547 * cus-edit.el (custom-add-parent-links): Change unbound variable
3548 `symbol' to `name'.
3549
3550 2004-04-05 Jesper Harder <harder@ifa.au.dk>
3551 * info.el (info-apropos): New function.
3552 (Info-mode-menu): Add it.
3553 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
3554
3555 * help-mode.el (help-make-xrefs): Recognize aliased variable with
3556 inherited docstring.
3557
3558 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
3559
3560 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3561
3562 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
3563
3564 * progmodes/compile.el (font-lock): Don't require any more.
3565 (compilation-error-properties, compilation-start, compilation-sentinel)
3566 (compilation-filter, next-error): Use with-current-buffer.
3567 (compilation-skip-to-next-location, compilation-skip-threshold)
3568 (compilation-skip-visited): Move to silence the byte-compiler.
3569 (compilation-setup): Simplify.
3570 (compilation-next-error): Use line-(beginning|end)-position.
3571 Make sure `pt' is non-nil before using compilation-loop.
3572 (compile-goto-error): Add optional event arg. Use it.
3573 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
3574 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
3575 Update the binding for mouse-2.
3576 (first-error): Set compilation-current-error to nil rather than bob.
3577 (compilation-parsing-end, compilation-parse-errors-function)
3578 (compilation-error-list, compilation-old-error-list):
3579 "New" compatibility variables.
3580 (compile-buffer-substring, compilation-compat-error-properties)
3581 (compilation-compat-parse-errors, compilation-forget-errors):
3582 New compatibility functions.
3583 (compilation-mode-font-lock-keywords): Use them.
3584
3585 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3586
3587 * autorevert.el (auto-revert-handler): If point (or a window
3588 point) is at the end of the buffer, keep it there after
3589 reverting. This allows to tail a file.
3590 Mention this in the `Commentary'.
3591
3592 * format.el (format-write-file): Add optional argument CONFIRM
3593 and make it behave like the analogous argument to `write-file'.
3594
3595 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3596
3597 * progmodes/ebnf2ps.el: Doc fix.
3598 (ebnf-version): New version number (4.2).
3599 (ebnf-syntax): Customization and docstring fix.
3600 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
3601 Put autoloaded funs before first use.
3602 (ebnf-style-database): Add dtd entry.
3603 (ebnf-syntax-alist): Add dtd initialization.
3604 (ebnf-token-sequence): New fun.
3605 (ebnf-comment-table): Add new comment action character.
3606 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
3607
3608 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
3609 Type Definition for XML).
3610
3611 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
3612 * progmodes/ebnf-bnf.el (ebnf-sequence):
3613 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
3614 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
3615 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
3616 Code simplification: call ebnf-token-sequence.
3617
3618 2004-04-04 Eli Zaretskii <eliz@gnu.org>
3619
3620 * calendar/timeclock.el (timeclock-relative)
3621 (timeclock-get-project-function, timeclock-get-workday-function)
3622 (timeclock-query-out, timeclock-when-to-leave)
3623 (timeclock-when-to-leave-string, timeclock-log-data)
3624 (timeclock-generate-report, timeclock-in): Doc fixes.
3625
3626 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3627
3628 * url/: New dir. Import the URL package from its repository.
3629
3630 2004-04-03 Andreas Schwab <schwab@suse.de>
3631
3632 * diff-mode.el (diff-mode): Fix missing quote.
3633
3634 2004-04-03 Juri Linkov <juri@jurta.org>
3635
3636 * descr-text.el (describe-property-list): Add `font-lock-face'.
3637
3638 * dired.el (dired-font-lock-keywords): Fix permission regexps.
3639
3640 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3641
3642 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
3643 Use utf-16le on little endian machines and utf-16be otherwise.
3644
3645 2004-04-02 David Kastrup <dak@gnu.org>
3646
3647 * net/browse-url.el (browse-url-generic): Use call-process
3648 instead of start-process to allow browsers that fork and detach.
3649
3650 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
3651
3652 * compile.el (compilation-current-error): New var.
3653 (compilation-setup, compile-mouse-goto-error)
3654 (compile-goto-error, next-error): Use it.
3655 (compilation-skip-to-next-location): Default to t, which gives
3656 contiguous skipping like old compile (where this was redundant).
3657 (compilation-next-error): Prevent previous-* commands from moving
3658 back to message at or just before point.
3659
3660 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
3661
3662 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
3663 (gdb-source-info): Don't display source at startup, if required.
3664 (gdb-show-main): New option.
3665 (gdba): Update documentation.
3666 (gdb-source): Cover case of auto-display output.
3667
3668 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
3669
3670 * autorevert.el: Delete obsolete autoload's and defvar's.
3671 (auto-revert-check-vc-info): New user option.
3672 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3673 (auto-revert-handler-vc): Delete.
3674 (auto-revert-handler): Treat return value `fast' of
3675 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
3676
3677 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
3678 return `fast'.
3679
3680 * files.el (buffer-stale-function): Doc change.
3681
3682 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3683
3684 * printing.el: New tip on Tips section.
3685 (pr-version): New version number (6.7.4).
3686 (pr-shell-file-name): Initialization fix.
3687
3688 2004-03-31 Juri Linkov <juri@jurta.org>
3689
3690 * dired.el: Add autoload for `dired-do-touch'.
3691 (dired-touch-program): New var.
3692 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
3693 (dired-no-confirm): Add `touch' to docstring.
3694
3695 * dired-aux.el (dired-do-touch): New fun.
3696 (dired-do-chxxx): Add argument -t for touch operation.
3697
3698 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
3699 `dired-move-to-filename-regexp'.
3700
3701 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
3702
3703 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3704
3705 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3706
3707 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
3708 and only if the buffer was modified.
3709
3710 2004-03-30 Kenichi Handa <handa@m17n.org>
3711
3712 * international/characters.el: Delete pairs for U+2308..U+230B.
3713
3714 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
3715
3716 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
3717 to detect the beginning of a level 2 or 3 annotation.
3718
3719 2004-03-29 Kenichi Handa <handa@m17n.org>
3720
3721 * international/ucs-tables.el (ucs-insert): Fix the error message.
3722
3723 2004-03-29 Kenichi Handa <handa@m17n.org>
3724
3725 * international/mule-util.el (char-displayable-p): Fix generation
3726 of XLFD file name.
3727
3728 * Makefile.in (setwins, setwins_almost): Change directory to $wd
3729 before finding directories by `find'.
3730
3731 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3732
3733 * subr.el (interactive-form): Delete. Now implemented in C.
3734
3735 * pcvs.el (cvs-parse-process): Workaround for Darwin.
3736
3737 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
3738 (vc-diff-label): New fun.
3739 (vc-diff-internal): Use it.
3740
3741 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
3742
3743 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3744
3745 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
3746
3747 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
3748 specify XML (EBNFX).
3749
3750 * progmodes/ebnf2ps.el: Doc fix.
3751 (ebnf-version): New version number (4.1).
3752 (ebnf-syntax): Adjust customization.
3753 (ebnf-style-database): Add ebnfx entry.
3754 (ebnf-syntax-alist): Add ebnfx initialization.
3755 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
3756
3757 * printing.el: Doc fix.
3758 (pr-version): New version number (6.7.3).
3759 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
3760 returns nil for mouse position. Reported by Drew Adams
3761 <drew.adams@oracle.com>.
3762 (pr-update-menus): Modify interactive declaration. Reported by Drew
3763 Adams <drew.adams@oracle.com>.
3764
3765 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
3766
3767 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
3768 (gud-gdba-marker-filter): Log the process input and output, if
3769 required. From Stefan Monnier.
3770 (gdb-debug-log, gdb-enable-debug-log): New variables.
3771 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
3772
3773 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3774
3775 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
3776 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
3777
3778 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
3779
3780 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
3781 Call vc-find-file-hook here instead of in auto-revert-buffers.
3782 (auto-revert-buffers): Delete call to vc-find-file-hook.
3783 (auto-revert-verbose, global-auto-revert-non-file-buffers)
3784 (global-auto-revert-mode, auto-revert-set-timer)
3785 (auto-revert-handler, auto-revert-buffers): Doc fixes.
3786
3787 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
3788
3789 * woman.el (woman-change-fonts): Rename local variable
3790 woman-font-alist to font-alist to avoid a compiler warning.
3791
3792 2004-03-27 Dave Love <fx@gnu.org>
3793
3794 * emacs-lisp/rx.el (rx): Doc fix.
3795 Fix copyright years.
3796
3797 * strokes.el (strokes-global-set-stroke-string): New function.
3798 (strokes-list-strokes): Cope with strings, not just commands.
3799 Set foreground colour of image.
3800 (strokes-global-set-stroke): Doc fix.
3801
3802 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
3803
3804 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
3805 Auto Revert mode.
3806 (Buffer-menu-files-only): New variable.
3807 (Buffer-menu-toggle-files-only): New function.
3808 (Buffer-menu-mode-map): Bind it to `T'.
3809 (Buffer-menu-mode): Mention `T' in docstring.
3810 Set buffer-stale-function.
3811 (list-buffers-noselect): Mark buffer non-modified and set
3812 Buffer-menu-files-only.
3813
3814 * dired.el (buffer-stale-function): Remove no longer needed defvar.
3815
3816 * autorevert.el (auto-revert-handler): Print revert message
3817 before, rather than after, reverting.
3818 (buffer-stale-function): Move to files.el.
3819
3820 * files.el (buffer-stale-function): Move here from autorevert.el.
3821
3822 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3823
3824 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
3825
3826 * calc/calc.el (calc-mode-map): Use mapc.
3827
3828 * apropos.el (apropos-mode): Don't autoload.
3829 (apropos-symbols-internal): New fun. Extracted from `apropos'.
3830 (apropos): Use it.
3831 (apropos-print): Add optional `text' argument.
3832 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
3833 Don't assume point-min == 1.
3834
3835 * bs.el (bs-buffer-list): Use buffer-local-value.
3836 (bs--set-toggle-to-show): Use with-current-buffer.
3837
3838 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
3839 New funs.
3840 (list-buffers-noselect): Use them. Adjust :align-to to new style.
3841
3842 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
3843
3844 * dabbrev.el (dabbrev-expand): Fix regexp construction.
3845 (dabbrev--find-expansion): Use pop.
3846 (dabbrev--search): Use match-string-no-properties.
3847
3848 * dired.el (dired-mode): Use run-mode-hooks.
3849 (dired-move-to-end-of-filename): Use match-string.
3850
3851 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
3852 is bound before using it.
3853 (ediff-verbose-p): Make it into a var since it's not constant.
3854
3855 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
3856
3857 * faces.el (read-face-font): Don't cons up unnecessarily.
3858 (header-line, tool-bar): Share common parts.
3859
3860 * files.el (file-relative-name): Use compare-strings.
3861
3862 * finder.el (finder-mode): Follow coding convention.
3863
3864 * subr.el (read-number): New function.
3865
3866 * ses.el (ses-read-number): Move to subr.el.
3867 (ses-set-header-row): Use read-number.
3868
3869 2004-03-26 Andre Spiegel <spiegel@gnu.org>
3870
3871 * vc-hooks.el (vc-arg-list): New function, which handles both
3872 compiled and uncompiled code.
3873 (vc-default-workfile-unchanged-p): Use it.
3874
3875 * vc.el (vc-print-log): Undo prev change, use new function
3876 vc-arg-list from vc-hooks.el.
3877
3878 2004-03-26 Masatake YAMATO <jet@gyve.org>
3879
3880 * simple.el (completion-setup-function): Emphasize the
3881 first uncommon characters in the completions; and de-emphasize
3882 the common prefix substrings.
3883 (completion-emphasis): New face.
3884 (completion-de-emphasis): New face.
3885
3886 2004-03-25 Juanma Barranquero <lektu@terra.es>
3887
3888 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
3889 Comment out (it's unused and unfinished code).
3890
3891 2004-03-25 Sam Steingold <sds@gnu.org>
3892
3893 * vc.el (vc-print-log): Fix a bug in the last patch:
3894 backend-function may be a byte-compiled object, not a lambda.
3895
3896 2004-03-25 Juri Linkov <juri@jurta.org>
3897
3898 * descr-text.el (describe-property-list): Add a button
3899 for `face' property that calls `describe-face'.
3900 Suggested by luis fernandes <elf@ee.ryerson.ca>
3901
3902 * international/mule.el (keyboard-coding-system):
3903 * kmacro.el (kmacro-call-macro): Fix docstring.
3904
3905 * dired.el: Fix comments.
3906
3907 * textmodes/fill.el (fill): Fix Info link.
3908
3909 * font-lock.el (fast-lock, lazy-lock):
3910 * jit-lock.el (jit-lock): Remove links to removed Support Modes
3911 Info node.
3912
3913 * eshell/eshell.el (eshell): Fix broken info-link.
3914
3915 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
3916 * eshell/em-banner.el (eshell-banner):
3917 * eshell/em-smart.el (eshell-smart):
3918 * eshell/esh-cmd.el (eshell-cmd):
3919 Comment out broken info-links to incomplete Info manual.
3920
3921 * info-xref.el: Fix commentary.
3922
3923 2004-03-25 Kevin Ryde <user42@zip.com.au>
3924
3925 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
3926 Remove spurious node duplicate suppression, doesn't work, not wanted.
3927 (info-xref-output): Take format style args, add "sit-for 0" to let
3928 user see the results as they progress.
3929 (info-xref-check-all-custom): New function.
3930
3931 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
3932
3933 * gdb-ui.el: Moved to progmodes.
3934
3935 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3936
3937 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
3938
3939 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3940
3941 * calendar/appt.el (appt-check): Remove superfluous progn.
3942 When finished with diary buffer: if it was not being displayed
3943 before, kill it; otherwise restore its original state.
3944 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
3945
3946 * calendar/calendar.el (calendar-set-mode-line): Use total
3947 available mode-line width, rather than frame-width.
3948
3949 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
3950 after mode change so effect not lost.
3951
3952 2004-03-23 Dave Love <fx@gnu.org>
3953
3954 * dired.el (dired) <defgroup>: Add link to manual.
3955 (dired-font-lock-keywords): Add highlighting on unusual permissions.
3956 (dired-revert): Use dolist.
3957 (dired-mode-map): Add U binding.
3958 (dired-mode): Add font-lock-beginning-of-syntax-function.
3959 (dired-garbage-files-regexp): Make it a defcustom.
3960
3961 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
3962
3963 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
3964 is equivalent to nil.
3965 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
3966 (vc-arch-mode-line-string): Accept `added' state.
3967 (vc-arch-state): Use inode-sigs if available.
3968 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
3969 Copy&delete existing id file if any. Fallback if uuidgen is absent.
3970 (vc-arch-tagline-re): New var.
3971 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
3972 New functions.
3973 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
3974 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
3975
3976 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
3977 (vc-file-not-found-hook): Use it.
3978
3979 * diff-mode.el (diff-default-read-only): Change default.
3980 (diff-mode-hook): Make it a defcustom. Add some options.
3981 (diff-mode-map): Bind diff-refine-hook.
3982 (diff-yank-handler): New var.
3983 (diff-yank-function): New fun.
3984 (diff-font-lock-keywords): Use them.
3985 (diff-end-of-file): Handle case where file-header looks like diff text.
3986 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
3987 (diff-file-kill): Delete a subsequent empty line, if applicable.
3988 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
3989 (diff-find-file-name): Use it.
3990 (diff-tell-file-name): New command.
3991 (diff-mode): Be careful with view-mode.
3992 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
3993 New functions, for use in diff-mode-hook.
3994 (diff-find-source-location): Catch "regex too large" errors.
3995 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
3996 (diff-refine-hunk): New command.
3997
3998 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
3999 (smerge-context-menu-map): Remove unused var.
4000 (smerge-keep-all): Preserve markers.
4001 (smerge-keep-n): New fun.
4002 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4003 (smerge-keep-current, smerge-ediff): Use it.
4004 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4005 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4006 (smerge-resolve): Resolve trivial 3-part conflicts.
4007
4008 2004-03-23 Juri Linkov <juri@jurta.org>
4009
4010 * man.el (Man-width): New var.
4011 (Man-getpage-in-background): Use it.
4012 (Man-support-local-filenames): New var and fun.
4013 (Man-build-man-command): Don't add a second %s.
4014 (Man-fontify-manpage): Clean up message.
4015 (Man-mode): Set outline-regexp, outline-level,
4016 imenu-generic-expression.
4017
4018 * woman.el (woman-fill-frame): Doc fix.
4019 (woman-decode-region): Use window-width instead of frame-width.
4020
4021 * abbrevlist.el (list-one-abbrev-table):
4022 * descr-text.el (describe-char):
4023 * international/mule-diag.el (describe-current-coding-system):
4024 * international/quail.el (quail-insert-decode-map):
4025 Use window-width instead of frame-width.
4026
4027 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4028 (jka-compr-mode-alist-additions): Add tbz.
4029 (jka-compr-write-region, jka-compr-insert-file-contents):
4030 Add message for undefined compress-program.
4031 (jka-compr-write-region): Remove redundant var bindings.
4032
4033 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4034 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4035 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4036 (dired-man): Use dired-guess-shell-command.
4037 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4038 Change default nil to t.
4039
4040 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4041 (dired-compare-directories): Add default value for empty input.
4042
4043 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4044
4045 * time.el (display-time-string-forms): Fix help-echo date format.
4046
4047 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4048
4049 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4050 (buffer-stale-function): New variable.
4051 (auto-revert-list-diff, auto-revert-dired-file-list)
4052 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4053 (auto-revert-handler): Take over some functionality of deleted
4054 functions.
4055 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4056
4057 * dired.el (dired-directory-changed-p): New fun, extracted from
4058 dired-internal-noselect.
4059 (dired-buffer-stale-p): New fun.
4060 (dired-internal-noselect): Use dired-directory-changed-p.
4061 Eliminate revert messages.
4062 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4063
4064 2004-03-23 Kenichi Handa <handa@m17n.org>
4065
4066 * international/characters.el: Setup syntaxes for more parentheses
4067 Unicode characters.
4068
4069 * international/mule-cmds.el (select-safe-coding-system):
4070 Merge coding-system and auto-cs before comparing them.
4071
4072 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4073
4074 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4075
4076 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4077 normal-auto-fill-function and comment-indent-function.
4078 The default values now work just as well.
4079 Don't set font-lock-beginning-of-syntax-function since we already set
4080 syntax-begin-function.
4081 (lisp-outline-level): Put ;;;###autoload at same level as (.
4082 (prin1-char): Quote special chars.
4083
4084 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4085 than with-no-warnings.
4086
4087 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4088 if the source location can't be found.
4089 (edebug-compute-previous-result): Use prin1-char.
4090
4091 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4092 (debug-ignored-errors): Add an entry.
4093
4094 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4095 (byte-compile-file): Output warning when deleting a file.
4096
4097 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4098 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4099
4100 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4101 (byte-compile-inline-expand): Use backquote.
4102 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4103 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4104
4105 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4106
4107 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4108
4109 2004-03-22 Juri Linkov <juri@jurta.org>
4110
4111 * finder.el (finder-known-keywords): Fix data, tex, unix.
4112
4113 * play/landmark.el: Fix keywords.
4114
4115 * language/ethio-util.el (ethio-find-file): Doc fix.
4116
4117 * emacs-lisp/warnings.el: Doc fix.
4118
4119 * textmodes/ispell.el (ispell-help): Doc fix.
4120
4121 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4122
4123 * format.el (format-insert-file): Always return a list of two
4124 elements, like insert-file-contents does.
4125
4126 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4127
4128 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4129 and vc-BACKEND-diff.
4130 (vc-print-log): If the print-log implementation supports it, use
4131 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4132 (vc-version-diff, vc-diff-internal): Doc fixes.
4133
4134 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4135 implementation supports it, let diff output go to *vc*,
4136 not *vc-diff*, since this is an internal call.
4137
4138 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4139
4140 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4141
4142 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4143
4144 2004-03-21 Dave Love <fx@gnu.org>
4145
4146 * progmodes/cfengine.el (cfengine-mode):
4147 Set parse-sexp-ignore-comments.
4148
4149 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4150
4151 2004-03-21 Juanma Barranquero <lektu@terra.es>
4152
4153 * allout.el (allout-mode): Fix docstring.
4154
4155 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4156
4157 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4158
4159 * autorevert.el (auto-revert-interval): Make new value take
4160 effect immediately when set through Custom.
4161 (auto-revert-set-timer): Add interactive declaration.
4162
4163 2004-03-19 David Ponce <david@dponce.com>
4164
4165 * ruler-mode.el (ruler-mode-header-line-format-old):
4166 Don't `make-variable-buffer-local'.
4167 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4168 (ruler-mode-header-line-format): Simply funcall the above.
4169 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4170 to save/restore a previous header line format.
4171 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4172 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4173 fringes and margins width.
4174 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4175
4176 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4177
4178 * log-edit.el (log-edit-font-lock-keywords): Typo.
4179
4180 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4181 (tex-send-tex-command): Rather than here.
4182 (tex-compilation-parse-errors): Simplify.
4183
4184 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4185
4186 * time.el (display-time-string-forms): Add help-echo with date on time.
4187
4188 * composite.el (compose-region): Use restore-buffer-modified-p.
4189
4190 * disp-table.el (standard-display-8bit): Simplify.
4191
4192 * server.el (server-process-filter): Delete temp frame.
4193
4194 * add-log.el (add-change-log-entry): Simplify.
4195
4196 2004-03-19 Kim F. Storm <storm@cua.dk>
4197
4198 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4199 (hexl-follow-line): Don't require 'fringe.
4200
4201 * progmodes/compile.el (compilation-start): Always set
4202 compilation-last-buffer and return it.
4203
4204 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4205
4206 * simple.el (clone-buffer): Doc fix.
4207
4208 2004-03-18 Juanma Barranquero <lektu@terra.es>
4209
4210 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4211
4212 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4213
4214 * log-edit.el (log-edit-font-lock-keywords): New var.
4215 (log-edit-mode): Use it.
4216
4217 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4218
4219 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4220 properly for watching in speedbar.
4221
4222 2004-03-17 Masatake YAMATO <jet@gyve.org>
4223
4224 * smerge-mode.el (smerge-popup-context-menu):
4225 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4226
4227 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4228
4229 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4230 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4231 Take sealed revisions into account.
4232 (vc-arch-checkin): Extract a summary line from the message.
4233
4234 2004-03-16 Masatake YAMATO <jet@gyve.org>
4235
4236 * register.el (register): Provide `register' feature.
4237
4238 2004-03-15 Masatake YAMATO <jet@gyve.org>
4239
4240 Added context menu support in smerge mode.
4241 Most of the part is written by Stefan Monnier.
4242
4243 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4244 New keymap and menu.
4245 (smerge-text-properties): New function.
4246 (smerge-remove-props): New function.
4247 (smerge-popup-context-menu): New function.
4248 (smerge-resolve): Call `smerge-remove-props'.
4249 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4250 (smerge-keep-current): Ditto.
4251 (smerge-kill-current): New function.
4252 (smerge-match-conflict): Put text properties.
4253 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4254
4255 2004-03-15 David Ponce <david@dponce.com>
4256
4257 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4258 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4259 (ruler-mode-right-scroll-bar-cols): Remove.
4260 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4261 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4262 Use fringe-columns and scroll-bar-columns.
4263
4264 2004-03-15 Masatake YAMATO <jet@gyve.org>
4265
4266 * hl-line.el (hl-line-range-function): New variable.
4267 (hl-line-move): New function.
4268 (global-hl-line-highlight): Use `hl-line-move'.
4269 (hl-line-highlight): Ditto.
4270
4271 * scroll-bar.el (scroll-bar-columns):
4272 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4273
4274 * ruler-mode.el (top-level): Require scroll-bar and fringe.
4275 (ruler-mode-left-fringe-cols)
4276 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4277 (ruler-mode-right-scroll-bar-cols)
4278 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4279 (ruler-mode-ruler-function): New variable.
4280 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4281 if the value for `ruler-mode-ruler-function'is given.
4282
4283 * hexl.el (hexl-mode-hook): Make the hook customizable.
4284 (hexl-address-area, hexl-ascii-area): New customize variables.
4285 (hexlify-buffer): Put font-lock-faces on the address area and
4286 the ascii area.
4287 (hexl-activate-ruler): New function.
4288 (hexl-follow-line): New function.
4289 (hexl-highlight-line-range): New function.
4290 (hexl-mode-ruler): New function.
4291
4292 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4293
4294 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
4295 (vc-default-find-file-hook): New fun.
4296 (vc-find-file-hook): Call new find-file-hook operation.
4297
4298 * vc-arch.el: New file.
4299
4300 2004-03-12 Jesper Harder <harder@ifa.au.dk>
4301
4302 * info-look.el (info-lookup): Reuse an existing Info window.
4303
4304 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4305
4306 * woman.el (woman-preserve-ascii): Default value changed to t and
4307 doc string revised.
4308
4309 2004-03-12 Richard M. Stallman <rms@gnu.org>
4310
4311 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4312 Fix minor bug.
4313
4314 * replace.el (occur-engine): Change message for count of matches.
4315
4316 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4317 For strings, do compare text properties.
4318
4319 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4320
4321 * progmodes/compile.el (compile-auto-highlight)
4322 (compilation-error-list, compilation-old-error-list)
4323 (compilation-parse-errors-function, compilation-parsing-end)
4324 (compilation-error-message, compilation-directory-stack)
4325 (compilation-enter-directory-regexp-alist)
4326 (compilation-leave-directory-regexp-alist)
4327 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4328 (compilation-current-file, compilation-regexps): Remove vars.
4329
4330 (compile-error-at-point, compilation-error-filedata)
4331 (compilation-error-filedata-file-name, compile-reinitialize-errors)
4332 (compilation-next-error-locus, compilation-forget-errors)
4333 (count-regexp-groupings, compilation-parse-errors)
4334 (compile-collect-regexps, compile-buffer-substring): Remove funs.
4335
4336 (compile-internal): Make obsolete.
4337
4338 (compilation-first-column, compilation-error)
4339 (compilation-directory-matcher, compilation-page-delimiter)
4340 (compilation-mode-font-lock-keywords, compilation-debug)
4341 (compilation-error-face, compilation-warning-face)
4342 (compilation-info-face, compilation-line-face)
4343 (compilation-column-face, compilation-enter-directory-face)
4344 (compilation-leave-directory-face, compilation-skip-threshold)
4345 (compilation-skip-visited, compilation-context-lines): New vars.
4346
4347 (compilation-warning-face, compilation-info-face)
4348 (compilation-message-face): New faces.
4349
4350 (compilation-error-regexp-alist-alist): New constant.
4351
4352 (compilation-face, compilation-directory-properties)
4353 (compilation-assq, compilation-error-properties, compilation-start)
4354 (define-compilation-mode, compilation-loop)
4355 (compilation-set-window): New functions.
4356
4357 (compile): Additional argument for interactive compiles like TeX.
4358
4359 * progmodes/grep.el (kill-grep): Move here from compile.el
4360 (grep-error, grep-hit-face, grep-error-face)
4361 (grep-mode-font-lock-keywords): New variables.
4362 (grep-regexp-alist): Simplify regexp and add `binary' case.
4363 (grep-mode): New mode.
4364 (grep-process-setup): Simplify.
4365
4366 2004-03-11 Jason Rumney <jasonr@gnu.org>
4367
4368 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4369 letters on DOS/Windows.
4370
4371 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4372
4373 * server.el (server-name): New var.
4374 (server-socket-dir): New var to replace server-socket-name.
4375 (server-start): Use them.
4376
4377 2004-03-11 Simon Josefsson <jas@extundo.com>
4378
4379 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4380 died to avoid infloop. Reported by Jonathan Glauner
4381 <jglauner@sbum.org>.
4382
4383 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4384
4385 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
4386 (smerge-mode-menu): Use it to deactivate menu entries.
4387 (smerge-keep-current): New fun.
4388 (smerge-keep-current): Use it.
4389
4390 2004-03-10 John Paul Wallington <jpw@gnu.org>
4391
4392 * foldout.el (foldout-fold-list, foldout-modeline-string):
4393 Declare them as variables, not constants.
4394
4395 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4396
4397 * ps-print.el: Modification to print *Messages* buffer.
4398 (ps-print-version): New version 6.6.4.
4399 (ps-message-log-max): New fun.
4400 (ps-spool-without-faces, ps-spool-with-faces)
4401 (ps-count-lines-preprint): Code fix.
4402
4403 * printing.el: New tips in Tips section.
4404
4405 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4406
4407 * delim-col.el: Doc fix.
4408
4409 * printing.el: Doc fix. New doc section (Tips).
4410
4411 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4412
4413 * type-break.el (type-break-emacs-variant): Remove.
4414 (type-break-run-at-time, type-break-cancel-function-timers):
4415 Use fboundp rather than version name and number.
4416
4417 2004-03-09 Masatake YAMATO <jet@gyve.org>
4418
4419 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4420 `make-variable-buffer-local'.
4421
4422 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
4423
4424 * find-dired.el (find-dired): Call `shell-command' instead of
4425 `start-process-shell-command'. By this, Tramp takes over
4426 handling of remote directories.
4427
4428 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4429
4430 * newcomment.el (comment-use-global-state): New var.
4431 (comment-search-forward): Use it.
4432
4433 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
4434
4435 * cus-edit.el (fill) <defgroup>: Move to fill.el.
4436
4437 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
4438 (enable-kinsoku): Make it a defcustom.
4439 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
4440 paragraph to same-comment-start-marker.
4441
4442 2004-03-07 Dave Love <fx@gnu.org>
4443
4444 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4445 (browse-url-mail): Use it.
4446
4447 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
4448 (rfc2368-unhexify-string): Use replace-regexp-in-string.
4449
4450 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4451
4452 * woman.el (woman-man.conf-path): Doc fix.
4453 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
4454
4455 2004-03-07 Eli Zaretskii <eliz@gnu.org>
4456
4457 * sort.el (sort-columns): Remove ms-dos from the list of systems
4458 where the external `sort' command is not used.
4459
4460 2004-03-07 Kim F. Storm <storm@cua.dk>
4461
4462 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
4463 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
4464 from overlay-arrow-variable-list.
4465 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
4466
4467 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
4468
4469 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
4470 overlay arrow string properly for the assembler buffer.
4471
4472 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4473
4474 * mail/sendmail.el (mail-mode): Fix last change.
4475
4476 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
4477
4478 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
4479 for the assembler buffer.
4480 (gdb-assembler-custom): Position the overlay arrow.
4481 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
4482
4483 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
4484
4485 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
4486
4487 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
4488 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
4489
4490 * mail/sendmail.el (mail-mode): Set comment-start-skip.
4491
4492 * newcomment.el (uncomment-region): Allow non-terminated comment.
4493 (comment-normalize-vars): Check the user-specified comstart marker.
4494
4495 2004-03-04 Jesper Harder <harder@ifa.au.dk>
4496
4497 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
4498 Otherwise, do use it if the region only contains font-lock text
4499 properties.
4500
4501 2004-03-04 Masatake YAMATO <jet@gyve.org>
4502
4503 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
4504 as the callback function for eldoc.
4505 (hexl-print-current-point-info): New function.
4506 (hexl-current-address): Print the address in both decimal
4507 and hexadecimal format.
4508
4509 2004-03-04 Richard M. Stallman <rms@gnu.org>
4510
4511 * mail/rmail.el (rmail-convert-to-babyl-format):
4512 Specify t for UNIBYTE when calling mail-unquote-printable-region.
4513
4514 * mail/mail-utils.el (mail-unquote-printable-region):
4515 New arg UNIBYTE.
4516
4517 * startup.el (command-switch-alist): Doc fix.
4518
4519 * simple.el (undo): Temporarily set this-command to `undo-start',
4520 then set it to `undo' once undo-start returns without error.
4521
4522 * simple.el (minibuffer-history-sexp-flag): Doc fix.
4523
4524 * simple.el (kill-line): Don't disregard trailing whitespace
4525 in eol condition, if show-trailing-whitespace is set.
4526
4527 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
4528 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
4529 When disabling, restore old values only if mouse-sel-has-been-enabled.
4530
4531 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
4532 (isearch-{-char): New function.
4533 (isearch-mode-map): Bind { to isearch-{-char.
4534
4535 * font-lock.el (lisp-font-lock-keywords-2):
4536 Turn off the CL with-... and do-... general patterns.
4537 Instead, recognize several specific with... and do... constructs.
4538
4539 * files.el (switch-to-buffer-other-window):
4540 Bind same-window-buffer-names and same-window-regexps to nil.
4541 (switch-to-buffer-other-frame): Likewise.
4542
4543 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4544
4545 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
4546 recognizing leading comment on code line.
4547
4548 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4549
4550 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
4551 hidden files/directories.
4552
4553 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4554
4555 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
4556 only comment-start (in case the mode hasn't set it).
4557
4558 * Makefile.in (AUTOGENEL): New var.
4559 (bootstrap-prepare): Rename from bootstrap-clean.
4560 Don't remove elc files.
4561 (maintainer-clean): New target.
4562
4563 * xml.el (xml-get-attribute-or-nil): Simplify.
4564
4565 2004-03-02 Juri Linkov <juri@jurta.org>
4566
4567 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
4568 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
4569 URL to prevent their substitution with the environment variable
4570 values by browsers.
4571
4572 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4573
4574 * ps-print.el: Doc fix.
4575 (ps-print-version): New version number (6.6.3).
4576 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
4577 Docstring fix.
4578 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
4579 before printing.
4580 (ps-time-stamp-yyyy-mm-dd): New fun.
4581 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
4582
4583 2004-03-02 Kim F. Storm <storm@cua.dk>
4584
4585 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
4586
4587 2004-03-01 Juanma Barranquero <lektu@terra.es>
4588
4589 * allout.el (allout-rebullet-heading): Fix typo in docstring.
4590
4591 * desktop.el (desktop-file-version)
4592 (desktop-after-read-hook): Fix typos.
4593 (desktop-clear-preserve-buffers): Remove redundant info in
4594 docstring already shown by the obsolescence message.
4595 (desktop-truncate, desktop-internal-v2s)
4596 (desktop-value-to-string): Change argument name to match docstring.
4597
4598 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
4599
4600 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
4601 docstring.
4602
4603 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4604
4605 * printing.el: Replace "As Is..." in PostScript file print/preview by
4606 "No Preprocessing...". Suggested by Colin Marquardt
4607 <_marquardt_@zmd.de>.
4608 (pr-insert-section-4): Adjust buffer interface.
4609
4610 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
4611
4612 Version 2.0.39 of Tramp released.
4613
4614 * net/tramp.el (tramp-handle-file-local-copy)
4615 (tramp-handle-write-region, tramp-open-connection-rsh):
4616 Variable name typo. Small change. From Patrick Tullmann
4617 <tullmann@flux.utah.edu>.
4618 (tramp-process-connection-type): New variable.
4619 (tramp-maybe-open-connection): Use it.
4620 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
4621 (tramp-touch): Set last-modified time of a remote file.
4622 (tramp-handle-write-region): Say which function is used when encoding.
4623
4624 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
4625
4626 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
4627 case of non-existing filename, too. Reported by Christoph Bauer
4628 <c_bauer@informatik.uni-kl.de>.
4629 (tramp-smb-get-file-entries): The directory in question should
4630 have permissions "drwxrwxrwx". Just virtual, because we don't
4631 know the real permissions. Don't we know?
4632 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
4633 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
4634 (tramp-smb-wait-for-output): Optimize algorithm getting pending
4635 output. If it was received chunkwise, there have been problems.
4636 Remove the "prompt not found" error message; it is obvious.
4637 Simplify algorithm.
4638 (tramp-smb-process-running): Remove. Since we acknowledge the
4639 virtual prompt for shares, there's no need for distinction of
4640 reading shares (process ends afterwards) and interactive mode of
4641 smblient.
4642 (tramp-smb-open-connection): Setting process sentinel removed.
4643 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
4644 "NT_STATUS_NETWORK_ACCESS_DENIED".
4645 (tramp-smb-maybe-open-connection): Set `process-connection-type'
4646 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
4647 (top-level): Setting default value in `tramp-default-method-alist'
4648 corrected. Order of USER and HOST have been wrong.
4649 Nobody complained for months ...
4650 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
4651 (tramp-smb-open-connection): Clear password cache if login has failed.
4652
4653 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
4654 `tramp-unified-filenames'.
4655 (tramp-completion-mode): Make test for XEmacs explicitely.
4656 `event-to-character' can exists in Emacs packages too.
4657 Reported by Matt Swift <swift@alum.mit.edu>.
4658 (tramp-buffer-name): Buffer name must contain the user if exists.
4659 Reported by Adrian Phillips <a.phillips@met.no>.
4660 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
4661 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
4662 (tramp-do-copy-or-rename-file-out-of-band): Rename from
4663 `tramp-do-copy-or-rename-file-one-local', because it handles also
4664 the case both files use the same out-of-band method.
4665 Implementation added.
4666 (tramp-handle-file-local-copy, tramp-handle-write-region):
4667 Out-of-band handling removed. `copy-file' called instead, which
4668 calls `tramp-do-copy-or-rename-file-out-of-band'.
4669 (tramp-action-password): Check for out-of-band method removed.
4670 This function is used for 'login-program.
4671 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
4672 appropriate.
4673 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
4674 and `tramp-parse-sknownhosts'.
4675 (tramp-completion-function-alist): It's a defvar now, because we
4676 want to apply the optimized `tramp-set-completion-function'
4677 instead of a static list.
4678 (tramp-set-completion-function): Implementation tuned.
4679 Avoid double entries, and entries where the function or the
4680 file/directory doesn't exist.
4681 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
4682 for SSH2.
4683 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
4684 (tramp-handle-dired-compress-file): New function.
4685 (tramp-async-proc): New variable.
4686 (tramp-handle-shell-command): Adding asynchronous processes.
4687 They are far from being perfect, but it works at least for
4688 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
4689 (top-level): Require password.el if visible. Should be mandatory
4690 once No Gnus has found its way into (X)Emacs.
4691 (tramp-read-passwd): Invoke `password-read' if available,
4692 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
4693 fallback any longer.
4694 (tramp-clear-passwd): New function.
4695 (tramp-process-actions, tramp-process-multi-actions):
4696 Clear password cache if login has failed.
4697
4698 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
4699 its own module.
4700 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
4701 `ange-ftp-ftp-name-res'. There could be incorrect values from
4702 previous calls in case the "ftp" method is used in the Tramp file
4703 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4704
4705 2004-02-28 Richard M. Stallman <rms@gnu.org>
4706
4707 * term.el (term-mouse-paste): Call mouse-set-point.
4708
4709 * thumbs.el: New file.
4710
4711 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4712
4713 * progmodes/ebnf-abn.el: Doc fix.
4714
4715 * progmodes/ebnf-bnf.el: Doc fix.
4716 (ebnf-repeat): Code fix.
4717
4718 * progmodes/ebnf2ps.el: Doc fix.
4719 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
4720
4721 2004-02-28 Juri Linkov <juri@jurta.org>
4722
4723 * ffap.el (dired-at-point): Additional writability test for
4724 relative directory names.
4725 (dired-at-point-prompter): Treat directories as a directory, get
4726 the directory component from files.
4727 (ffap-string-at-point): Return string from region if region is active.
4728 (ffap-file-at-point): Remove redundant code.
4729
4730 2004-02-28 Kim F. Storm <storm@cua.dk>
4731
4732 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
4733 Initialize margin area images to nil.
4734 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
4735 (breakpoint-enabled-bitmap-face)
4736 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
4737 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
4738 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
4739 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
4740 (gdb-reset): Use gdb-remove-breakpoint-icons.
4741 (gdb-put-string): Add dprop arg to specify alternative display
4742 property (for setting fringe bitmap).
4743 (gdb-remove-strings): Doc fix.
4744 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
4745 icon in fringe (if available), or else as icon or text in display
4746 margin. Creates necessary icons in breakpoint-bitmap,
4747 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
4748 Also make left window margin if required.
4749 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
4750 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
4751 no longer needed.
4752 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
4753 gdb-put-breakpoint-icon.
4754 (gdb-assembler-mode): Don't set left-margin-width here.
4755
4756 2004-02-27 Kevin Ryde <user42@zip.com.au>
4757
4758 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
4759 comma, so that it DTRT in macros.
4760
4761 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
4762
4763 * progmodes/sh-script.el (sh-shell-arg)
4764 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
4765 (sh-leading-keywords, sh-other-keywords): Fix custom type.
4766
4767 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
4768
4769 * faces.el (face-spec-set-match-display): Add a new attribute,
4770 `min-colors'.
4771 (region, highlight, secondary-selection): Use `min-colors'.
4772
4773 * custom.el (defface): Add documentation for `min-colors'.
4774
4775 * font-lock.el (font-lock-comment-face, font-lock-string-face)
4776 (font-lock-keyword-face, font-lock-function-name-face)
4777 (font-lock-variable-name-face, font-lock-constant-face):
4778 Use `min-colors'.
4779
4780 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
4781
4782 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4783
4784 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
4785 define assq-delete-all if it's not defined.
4786 (ebnf-generate-region): Code fix.
4787
4788 * printing.el: Doc fix.
4789 (pr-version): New version number (6.7.2).
4790 (pr-command): Return empty string if command is an empty string.
4791
4792 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4793
4794 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
4795
4796 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
4797 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
4798 semi-down-full. Fix a bug on productions like test = {"test"}* | (
4799 "tt" ["test"] ). Reported by Markus Dreyer
4800 <mdreyer@ix.urz.uni-heidelberg.de>.
4801 (ebnf-version): New version number (4.0).
4802 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
4803 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
4804 (ebnf-delete-style): New commands.
4805 (ebnf-directory, ebnf-file): New funs.
4806 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
4807 (ebnf-production-name-p, ebnf-stop-on-error): New options.
4808 (ebnf-syntax-alist): New var.
4809 (ebnf-element-width): New fun replacing ebnf-list-width.
4810 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
4811 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
4812 (ebnf-prologue): Adjust vars.
4813 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
4814 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
4815 (ebnf-check-style-values, ebnf-generate-production)
4816 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
4817 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
4818 (ebnf-token-repeat): Code fix.
4819
4820 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
4821 %right, %left and %prec. Suggested by Matthew K. Junker
4822 <junker@alum.mit.edu>.
4823 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
4824
4825 * progmodes/ebnf-iso.el: Doc fix.
4826 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
4827 (ebnf-iso-lex): Code fix.
4828
4829 * progmodes/ebnf-bnf.el: Doc fix.
4830 (ebnf-bnf-lex): Code fix.
4831
4832 * progmodes/ebnf-otz.el: Doc fix.
4833
4834 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
4835
4836 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
4837 (abbrev-prefix-mark): Doc fix.
4838
4839 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
4840
4841 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
4842 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
4843 (gdb-var-delete): Make interactive (really).
4844 (gdb-edit-value): Make non-interactive.
4845
4846 * progmodes/gud.el (gud-speedbar-menu-items):
4847 Add gdb-var-delete and, indirectly, gdb-edit-value.
4848 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
4849 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
4850 (gud-gdb-marker-filter): Add comment for annotations.
4851
4852 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
4853
4854 * calendar/calendar.el (generate-calendar)
4855 (calendar-read-date): Prevent display of BC calendars once more -
4856 reverts 2003-10-01 change.
4857 (generate-calendar-month): Doc fix.
4858
4859 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4860
4861 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
4862 return value of increment-calendar-month.
4863
4864 2004-02-21 Stephen Compall <s11@member.fsf.org>
4865
4866 * saveplace.el (save-place-forget-unreadable-files)
4867 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4868 (save-place-forget-unreadable-files): New function.
4869 (save-place-alist-to-file): Use it to filter out files that are
4870 no longer readable.
4871
4872 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
4873 current Texinfo environment, using the same method as in
4874 `texinfo-insert-@end', and insert a space rather than a newline if
4875 point in a @table environment.
4876
4877 2004-02-21 Juri Linkov <juri@jurta.org>
4878
4879 * ffap.el (ffap-file-at-point): Try parent directories.
4880
4881 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
4882
4883 * vcursor.el (vcursor-modifiers): New defcustom.
4884 (vcursor-cs-binding): Use vcursor-modifiers instead of a
4885 hard-coded list.
4886
4887 2004-02-21 Masatake YAMATO <jet@gyve.org>
4888
4889 * play/animate.el (animate-birthday-present): Accept names other
4890 than `Sarah', too.
4891
4892 2004-02-21 Juri Linkov <juri@jurta.org>
4893
4894 * startup.el: Remove table of command line arguments from the
4895 Commentary section.
4896
4897 2004-02-20 John Wiegley <johnw@newartisans.com>
4898
4899 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
4900 again" modifier from 'e' to 'E', since 'e' is also used by the
4901 "file extension" modifier.
4902
4903 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
4904
4905 * help-fns.el (describe-categories): Doc fix.
4906
4907 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4908
4909 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
4910 temporary file for buffer already visiting one. This change makes
4911 output likely to be directly usable by patch program.
4912 Suggested by Adrian Aichner <adrian@xemacs.org>
4913
4914 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
4915
4916 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
4917 case of variables defined in compound statements.
4918 (gdb-setup-windows, gdb-source-info, gdb-source-info):
4919 Simplify constructions using switch-to-buffer.
4920
4921 2004-02-19 Simon Josefsson <jas@extundo.com>
4922
4923 * play/morse.el: Fix typo.
4924 (morse-code): Add @.
4925
4926 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
4927
4928 * calendar/appt.el (appt-display-format): Change default to
4929 'ignore, for backwards compatibility.
4930 (appt-display-message): If appt-display-format is 'ignore,
4931 respect old vars appt-msg-window and appt-visible.
4932 (appt-activate): Don't depend on return value of cancel-timer.
4933
4934 * calendar/calendar.el (calendar-holidays): Doc fix.
4935
4936 * calendar/cal-coptic.el (coptic-prompt-for-date):
4937 Use assoc-string instead of assoc-ignore-case.
4938 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
4939 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
4940 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
4941 * calendar/cal-islam.el (calendar-goto-islamic-date)
4942 (mark-islamic-diary-entries): Ditto.
4943 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
4944 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
4945 (calendar-read-mayan-tzolkin-date): Ditto.
4946 * calendar/calendar.el (calendar-read-date): Ditto.
4947 * calendar/diary-lib.el (mark-diary-entries): Ditto.
4948
4949 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
4950
4951 * progmodes/executable.el (executable-command-find-posix-p):
4952 Fix choice of the directory.
4953
4954 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
4955
4956 * simple.el (interprogram-cut-function)
4957 (interprogram-paste-function, kill-new, kill-append):
4958 Doc fixes.
4959 (kill-region): Make it return nil. Doc fix.
4960 (yank-pop): Make its argument optional.
4961 (yank): Make ARG `-' equivalent to `-1'.
4962
4963 2004-02-17 Eli Zaretskii <eliz@gnu.org>
4964
4965 * mail/rmail.el (rmail-get-new-mail): Don't reference
4966 rmail-use-spam-filter if rmail-spam-filter is not loaded.
4967
4968 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
4969
4970 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
4971 if one of global-auto-revert-non-file-buffers or autorevert-mode
4972 is non-nil.
4973
4974 2004-02-16 Eli Zaretskii <eliz@gnu.org>
4975
4976 * subr.el (delete-dups): A better implementation from Karl Heuer
4977 <kwzh@gnu.org>.
4978
4979 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4980
4981 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
4982 correct place.
4983 * progmodes/icon.el (icon-indent-command): Ditto.
4984 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
4985
4986 2004-02-16 Eli Zaretskii <eliz@gnu.org>
4987
4988 * progmodes/grep.el (grep-compute-defaults): Undo change from
4989 2004-01-29: don't use executable-command-find-posix-p.
4990
4991 2004-02-16 Richard Sharman <rsharman@pobox.com>
4992
4993 * hilit-chg.el: Use require instead of eval-and-compile.
4994 (highlight-compare-buffers): New function.
4995
4996 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
4997
4998 * man.el (Man-fontify-manpage): Render section headings in
4999 `Man-overstrike-face' even when overstrike was not used by man
5000 formatter for section headings.
5001
5002 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5003
5004 * rmail-spam-filter.el: (vm-use-spam-filter)
5005 (rsf-min-region-length-added-to-spam-list): New variables.
5006 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5007 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5008 spam testing. Don't delete spam message if automatic deletion
5009 after output via variable rmail-delete-after-output is turned on.
5010 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5011 rsf-bbdb-dont-create-entries-for-spam.
5012 (check-field): New function, extracted from code in
5013 rmail-spam-filter to ease addition of header fields like content-type.
5014 (message-content-type): New variable to check the content-type:
5015 field added, also in defcustom of rsf-definitions-alist.
5016 (rmail-spam-filter): Replace repeated test code for header fields
5017 by calls to check-field; change the call to
5018 rmail-output-to-rmail-file such that rmail-current-message stays
5019 the same to avoid wrong deletion of unseen flags.
5020 (rsf-add-contents-type): New function to convert old format
5021 of rmail-spam-definitions-alist into new one.
5022 Change prefixes of all variables and functions from
5023 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5024
5025 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5026
5027 * loadhist.el (unload-hook-features-list): New defvar.
5028
5029 2004-02-16 Dave Love <fx@gnu.org>
5030
5031 * loadhist.el (unload-feature): Doc fix. Rename flist to
5032 unload-hook-features-list.
5033
5034 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5035
5036 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5037 cookie. Don't check if we are looking-at open-formula.
5038
5039 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5040
5041 * subr.el (match-string-no-properties): Use substring-no-properties.
5042
5043 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5044
5045 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5046 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5047 Use lower-case "rx" in all error message.
5048
5049 2004-02-16 Dave Love <fx@gnu.org>
5050
5051 * emacs-lisp/rx.el (rx-or): Put group around result.
5052 (rx-constituents): Add backref.
5053 (rx-syntax): Add string-delimiter, comment-delimiter.
5054 (rx-categories): Add combining-diacritic.
5055 (rx-check-not, rx-greedy, rx): Doc fix.
5056 (rx-backref, rx-check-backref): New.
5057
5058 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5059
5060 * newcomment.el (uncomment-region): Allow eob as comment end.
5061
5062 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5063
5064 * filecache.el: All message and error commands now use prefix
5065 "Filecache:" to make it easy to read *Messages* buffer.
5066
5067 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5068
5069 * autorevert.el: Add support to detect changed dired and VC buffers.
5070 (auto-revert-active-p, auto-revert-list-diff)
5071 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5072 (auto-revert-handler, auto-revert-active-p): New functions.
5073 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5074 and `auto-revert-active-p'.
5075 (eval-when-compile): Defvar dired-directory and vc-mode.
5076 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5077 (auto-revert-handler-vc): New functions.
5078
5079 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5080
5081 * progmodes/compile.el (compilation-directory): New defvar.
5082 (compile): Save current directory in compilation-directory.
5083 (recompile): Bind default-directory to compilation-directory if
5084 that is non-nil.
5085
5086 2004-02-16 Dave Love <fx@gnu.org>
5087
5088 * newcomment.el (comment-insert-comment-function)
5089 (comment-region-function, uncomment-region-function): New.
5090 (comment-indent): Use comment-insert-comment-function.
5091 (uncomment-region): Use uncomment-region-function.
5092 (comment-region): Use comment-region-function.
5093
5094 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5095
5096 2004-02-16 Richard Stallman <rms@gnu.org>
5097
5098 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5099 loaddefs* and ldefs-boot*.
5100
5101 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5102
5103 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5104 and email address at the beginning and end of the address.
5105
5106 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5107 anchored at the beginning of the email address.
5108
5109 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5110
5111 * international/ccl.el (ccl-compile-write): Pass `left' to
5112 ccl-embed-code to generate correct code of write-expr-register.
5113
5114 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5115
5116 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5117
5118 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5119
5120 * x-dnd.el: Mention support for Motif in commentary.
5121 (x-dnd-handle-drag-n-drop-event): Ditto.
5122
5123 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5124
5125 * ses.el: Use "ses--" prefixes for buffer-local variables.
5126 Use (point-min) instead of 1, even when we know the buffer
5127 is unnarrowed.
5128 (ses-build-load-map): Delete. Distribute its content to defconst's for
5129 the three maps.
5130 (ses-menu, ses-header-line-menu): New menus.
5131 (ses-mode-map): Use them.
5132 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5133
5134 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5135
5136 * Makefile.in: Fix the CC Mode recompile kludge so it works
5137 when building in a different directory.
5138
5139 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5140
5141 * simple.el (kill-new): Put yank-handler property on the entire string.
5142
5143 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5144
5145 * diff.el: Don't use compile any more, use diff-mode instead.
5146 (diff-regexp-alist, diff-old-file, diff-new-file)
5147 (diff-parse-differences, diff-process-setup): Remove.
5148 (diff-sentinel): New fun.
5149 (diff): Use it. Run the process ourselves.
5150 Use diff-mode for the rest of the processing.
5151
5152 * diff.el (diff): Simplify code handling `switch'.
5153
5154 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5155
5156 * pcvs-defs.el (cvs-menu): Add `tag'.
5157
5158 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5159
5160 * simple.el (kill-append): Doc fix.
5161
5162 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5163 Adapt outline-regexp to the new conventions for commenting out code.
5164
5165 2004-02-11 John Paul Wallington <jpw@gnu.org>
5166
5167 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5168
5169 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5170
5171 * diff.el (diff-switches): New fun.
5172 (diff, diff-backup): Use it.
5173 (diff): Clean up the args construction. Use backquote.
5174 Use listp instead of consp to avoid putting a nil arg.
5175 (diff): Add a revert-buffer function.
5176
5177 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5178
5179 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5180 handled by x-dnd-handle-file-name.
5181 (x-dnd-known-types): Add COMPOUND_TEXT.
5182 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5183 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5184 x-dnd-empty-state.
5185 (x-dnd-forget-drop): Ditto.
5186 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5187 (x-dnd-handle-one-url): Return private when inserting text.
5188 (x-dnd-insert-ctext): New function.
5189 (x-dnd-handle-file-name): New function for FILE_NAME.
5190 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5191 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5192 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5193
5194 2004-02-10 Kenichi Handa <handa@m17n.org>
5195
5196 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5197 instead of while loop.
5198
5199 2004-02-10 Miles Bader <miles@gnu.org>
5200
5201 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5202
5203 2004-02-09 Kenichi Handa <handa@m17n.org>
5204
5205 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5206 have end-of-line.
5207
5208 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5209
5210 * Makefile.in: Added extra dependencies in the recompile target
5211 needed to cope with the compile time macro expansions in CC Mode.
5212
5213 2004-02-09 Kim F. Storm <storm@cua.dk>
5214
5215 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5216 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5217 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5218 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5219 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5220 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5221 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5222 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5223 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5224 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5225 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5226
5227 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5228
5229 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5230 Don't allow shrink if there's a window on our right.
5231
5232 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5233 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5234 Bring together declaration and initialization.
5235 (prolog-mode-variables): Don't set the syntax table.
5236 Don't set paragraph-start and comment-indent-function.
5237 Add /*..*/ to the comment regexps.
5238 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5239 (prolog-mode-map): Don't bind TAB.
5240 (prolog-mode): Set the syntax table.
5241 (prolog-comment-indent): Remove.
5242 (inferior-prolog-mode-map): Initialize in the declaration.
5243 (inferior-prolog-mode-syntax-table)
5244 (inferior-prolog-mode-abbrev-table): New vars.
5245 (inferior-prolog-mode): Derive from comint-mode.
5246 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5247 minibuffer windows.
5248
5249 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5250 in file names, as long as it is unabmiguous.
5251
5252 2004-02-08 Andreas Schwab <schwab@suse.de>
5253
5254 * textmodes/reftex-toc.el
5255 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5256 format. Doc fix.
5257
5258 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5259 format string arguments.
5260
5261 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5262 string argument.
5263
5264 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5265
5266 * play/zone.el (zone-call): Fix format string.
5267
5268 * net/webjump.el (webjump-builtin): Add missing format string argument.
5269
5270 * midnight.el (midnight-delay-set): Remove extra format string argument.
5271
5272 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5273
5274 * hexl.el (hexl-insert-char): Add missing format string argument.
5275
5276 * format.el (format-decode): Fix format string.
5277
5278 * emulation/vi.el (vi-mode): Remove extra format string argument.
5279 (vi-repeat-last-search): Likewise.
5280 (vi-reverse-last-search): Likewise.
5281 (vi-goto-mark): Likewise.
5282 (vi-reverse-last-find-char): Likewise.
5283 (vi-repeat-last-find-char): Likewise.
5284 (vi-locate-def): Likewise.
5285
5286 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5287
5288 * ediff-util.el (ediff-toggle-read-only): Remove extra format
5289 string argument.
5290 (ediff-toggle-regexp-match): Likewise.
5291
5292 * dired-aux.el (dired-do-query-replace-regexp): Add missing
5293 format string argument.
5294
5295 * calc/calc-map.el (calc-get-operator): Remove extra format
5296 string argument.
5297
5298 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5299
5300 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5301 string argument.
5302
5303 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5304
5305 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5306
5307 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5308
5309 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5310 (cl-struct-setf-expander): Likewise.
5311
5312 * vc.el (with-vc-file): Fix unsafe uses of error.
5313 (vc-cancel-version): Likewise.
5314
5315 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
5316
5317 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5318 thousands separator; fixes <class>:<line-number> regexp for
5319 non-english locales.
5320
5321 2004-02-08 Andreas Schwab <schwab@suse.de>
5322
5323 * view.el (view-mode-enable): Revert previous change.
5324
5325 2004-02-07 Kim F. Storm <storm@cua.dk>
5326
5327 * simple.el (line-number-at-pos): Rename from line-at-pos.
5328 Uses changed (what-line and vc-annotate-warp-version).
5329
5330 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5331
5332 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5333 (diff-mode): Remove aborted attempt at support for compile.el.
5334 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5335
5336 2004-02-06 Andreas Schwab <schwab@suse.de>
5337
5338 * view.el (view-mode-enable): Add view-mode-map to
5339 minor-mode-overriding-map-alist.
5340
5341 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5342
5343 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5344
5345 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5346
5347 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5348 with point inside rather than after the paragraph.
5349
5350 2004-02-04 Sam Steingold <sds@gnu.org>
5351
5352 * mail/smtpmail.el (smtpmail-try-auth-methods):
5353 Do not try authentication when no mechanism is available.
5354 Pass port-name as defaultport to `netrc-machine'.
5355
5356 2004-02-04 Stephen Eglen <stephen@gnu.org>
5357
5358 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5359 to show how minibuffer height can be constrained.
5360
5361 2004-02-04 John Paul Wallington <jpw@gnu.org>
5362
5363 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5364
5365 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5366
5367 * x-dnd.el: New file for drag and drop.
5368
5369 * term/x-win.el: require x-dnd, set after-make-frame-functions
5370 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5371 drag-n-drop event.
5372
5373 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5374 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5375 (dired-dnd-handle-file): New functions for drag and drop support.
5376 (dired-mode): Initialize drag and drop if x-dnd present.
5377
5378 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5379
5380 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5381 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
5382 (cperl-mode): Set fill-paragraph-function.
5383 (cperl-fill-paragraph): Make it non-interactive.
5384
5385 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
5386
5387 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
5388
5389 2004-02-02 David Kastrup <dak@gnu.org>
5390
5391 * replace.el (perform-replace): Allow 'literal argument in
5392 regexp-flag to indicate literal replacement.
5393 (query-replace-regexp-eval): Use it.
5394
5395 2004-02-01 Andreas Schwab <schwab@suse.de>
5396
5397 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
5398
5399 2004-02-01 Stephen Eglen <stephen@gnu.org>
5400
5401 * info-look.el: Add support for maxima-mode. Update commentary
5402 because info-lookup-symbol is now bound to C-h S.
5403
5404 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
5405
5406 * simple.el (edit-and-eval-command): Bind print-level and
5407 minibuffer-history-sexp-flag around call to read-from-minibuffer.
5408 Correct initial position in command-history.
5409
5410 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
5411
5412 * files.el (read-directory-name): Adapt the docstring to recent
5413 change in Fread_file_name.
5414
5415 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
5416
5417 * ses.el (ses-print-cell): If print format too wide for column
5418 width, truncate decimal places if that helps to avoid "#####" fill.
5419 * ses.el (ses-initial-column-width): Revert previous change.
5420
5421 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
5422
5423 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
5424 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
5425 Add edebug info.
5426 (jit-lock-mode): Setup/cancel the new timer.
5427 (jit-lock-context-fontify): New fun. Extracted from
5428 context fontification code of jit-lock-stealth-fontify.
5429 (jit-lock-stealth-fontify): Don't do context fontification any more.
5430
5431 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
5432 (jit-lock-fontify-now): Handle the `quit' case.
5433 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
5434
5435 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
5436
5437 * progmodes/executable.el (executable-command-find-posix-p):
5438 New. Check if find handles arguments Posix-style.
5439
5440 * progmodes/grep.el (grep-compute-defaults):
5441 Use executable-command-find-posix-p.
5442 (grep-find): Check `grep-find-command'.
5443
5444 * filecache.el (file-cache-find-posix-p): Delete.
5445 (file-cache-add-directory-using-find):
5446 Use `executable-command-find-posix-p'.
5447
5448 2004-01-29 Dave Love <fx@gnu.org>
5449
5450 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5451 Iterate the hook function if arg is given.
5452 (mark-defun, narrow-to-defun): Change order of finding the limits.
5453
5454 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
5455 (byte-compile-format-warn): New.
5456 (byte-compile-callargs-warn): Use it.
5457 (Format, message, error): Add byte-compile-format-like property.
5458 (byte-compile-maybe-guarded): New.
5459 (byte-compile-if, byte-compile-cond): Use it.
5460 (byte-compile-lambda): Compile interactive forms,
5461 just to make warnings about them.
5462
5463 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
5464
5465 * ses.el (ses-initial-column-width): Increase to 14, so it will
5466 work well with the default printer of "%.7g" for extreme values
5467 like "-1.234567e+07".
5468
5469 2004-01-29 Kenichi Handa <handa@m17n.org>
5470
5471 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5472
5473 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
5474
5475 * dos-w32.el: Added support for the `default-printer-name' function.
5476
5477 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5478
5479 * server.el (server-socket-name): Don't use the hostname in the
5480 socket name since /tmp is local to the host anyway.
5481
5482 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
5483 robust check of widening and fix var-naming.
5484
5485 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
5486
5487 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
5488 or rmail-spam- to rsf- in all function and variable names.
5489 (rsf-min-region-to-spam-list): New variable.
5490 (rsf-bbdb-auto-delete-spam-entries): Rename from
5491 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
5492 scanned together with the recipients field for spam testing; Don't
5493 delete spam message if rmail-delete-after-output is non-nil;
5494 (rsf-check-field): New function, extracted from code in
5495 rmail-spam-filter to ease addition of header fields like
5496 content-type:;
5497 (message-content-type): New variable. The content-type: field was
5498 added also in defcustom of rsf-definitions-alist;
5499 (rmail-spam-filter): Replace repeated test code for header fields
5500 by calls to check-field; change the call to
5501 rmail-output-to-rmail-file such that rmail-current-message stays
5502 the same to avoid wrong deletion of unseen flags.
5503 (rmail-use-spam-filter): Add autoload cookie.
5504
5505 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
5506
5507 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
5508 (file-cache-add-directory-using-find): Add Cygwin support.
5509 (file-cache-find-command-posix-flag): New user variable.
5510
5511 * filecache.el (file-cache-add-directory): Check for
5512 directories an remove them from dir-files.
5513
5514 2004-01-27 Richard M. Stallman <rms@gnu.org>
5515
5516 * man.el (Man-fontify-manpage): Clean up message.
5517
5518 2004-01-27 Kenichi Handa <handa@m17n.org>
5519
5520 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
5521 (sentence-end): Define using sentence-end-without-space.
5522
5523 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
5524 a sentence ends with one of a character in sentence-end-without-space.
5525
5526 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
5527
5528 * font-lock.el (font-lock): Add jit-lock as explicit group member.
5529 (jit-lock): Group declaration moved to jit-lock.el.
5530 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
5531 when necessary.
5532
5533 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
5534 (jit-lock-context-unfontify-pos): Rename from
5535 jit-lock-first-unfontify-pos.
5536 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
5537
5538 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
5539
5540 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
5541 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
5542 (fortran-fill): When filling a string, adjust re-search-backward
5543 argument for special case of string just on fill-column.
5544 When filling non-string, allow one extra char if
5545 fortran-break-before-delimiters is non-nil.
5546 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
5547 Use fortran-break-delimiters-re and fortran-no-break-re to
5548 correctly handle cases such as "**".
5549
5550 * progmodes/f90.el (f90-break-delimiters): Doc fix.
5551 (f90-no-break-re): Add some extra tokens. Doc fix.
5552
5553 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
5554
5555 * mail/rmail-spam-filter.el:
5556 Use two semicolons as Commentary line prefix.
5557 Add ";;; Code:" stylized comment.
5558 Delete end-of-line whitespace.
5559 Wrap (require 'cl) with `eval-when-compile'.
5560
5561 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
5562
5563 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
5564 at the top level of vc.el.
5565
5566 2004-01-23 Andre Spiegel <spiegel@gnu.org>
5567
5568 * vc.el (vc-current-line): Function removed. This is now done by
5569 the new function line-at-pos in simple.el.
5570 (vc-annotate-warp-version): Use line-at-pos instead of
5571 vc-current-line.
5572
5573 2004-01-22 Kim F. Storm <storm@cua.dk>
5574
5575 * simple.el (line-at-pos): New defun.
5576 (what-line): Use it. Optimize by only counting lines in narrowed
5577 region once.
5578
5579 2004-01-22 Kenichi Handa <handa@m17n.org>
5580
5581 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
5582 point (register r1) only for charset mule-unicode-0100-24ff.
5583
5584 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
5585
5586 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
5587 trailing white space and ensure a final newline.
5588
5589 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
5590 Add autoload cookie.
5591
5592 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
5593
5594 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
5595 activate view-mode explicitly.
5596
5597 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5598
5599 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
5600 use clipboard first.
5601
5602 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5603
5604 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
5605 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
5606 (vc-mcvs-cvs): Remove.
5607 (vc-mcvs-command): Remove use of assert.
5608
5609 * outline.el (outline-insert-heading): Tighten up match.
5610 (outline-demote, outline-move-subtree-down): Don't assume anything
5611 about outline-regexp.
5612
5613 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
5614 (texinfo-show-structure): Explicitly add ^, and simplify.
5615
5616 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
5617
5618 * calendar/appt.el (appt-check): Restore usage of
5619 appt-issue-message deleted in previous change.
5620 (top-level): Activate package when loaded (needed for backwards
5621 compatibility).
5622
5623 2004-01-20 Jesper Harder <harder@ifa.au.dk>
5624
5625 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
5626 following previous change to smtpmail-send-data.
5627
5628 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
5629
5630 * vc.el (vc-default-previous-version): Doc enhancement.
5631 (vc-default-next-version): New function.
5632 (vc-print-log): New arg FOCUS-REV.
5633 (vc-annotate-mode): Derive from view-mode.
5634 (vc-annotate): New args REVISION, DISPLAY-MODE.
5635 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
5636 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
5637 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
5638 (vc-annotate-show-diff-revision-at-line, vc-current-line)
5639 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
5640
5641 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
5642
5643 2004-01-19 Karl Berry <karl@gnu.org>
5644
5645 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
5646 or "TexInfo".
5647
5648 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
5649
5650 * subr.el (delete-dups): New function.
5651
5652 2004-01-19 Karl Berry <karl@gnu.org>
5653
5654 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
5655 with ^, since that's what texinfo-show-structure
5656 documentation says (plus it works much better in texinfo.txi).
5657
5658 2004-01-18 Jesper Harder <harder@ifa.au.dk>
5659
5660 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
5661
5662 2004-01-18 David Ponce <david@dponce.com> (tiny change)
5663
5664 * progmodes/which-func.el (which-function-mode): Don't cancel
5665 which-func-update-timer if not set.
5666
5667 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
5668
5669 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
5670 Remove spurious left square bracket in XX:XXam regexp.
5671
5672 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
5673
5674 * progmodes/cc-defs.el: Do not require cl at run time.
5675
5676 2004-01-16 Richard M. Stallman <rms@gnu.org>
5677
5678 * emacs-lisp/cl.el (cl-cannot-unload): New function.
5679 (cl-unload-hook): Defvar this to run cl-cannot-unload.
5680
5681 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
5682 Call rmail-spam-filter. Delete and expunge spam.
5683 Print number of spam messages deleted.
5684 Save and restore the deletion status of old messages when reading
5685 new mail with spam filter, so that expunging spam does not expunge
5686 msgs deleted by the user.
5687 (rmail-only-expunge): Add an optional argument dont-show to
5688 prevent showing message after expunge.
5689
5690 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
5691
5692 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
5693 * subr.el (declare): New macro.
5694
5695 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
5696
5697 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
5698
5699 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5700
5701 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5702 Test window-system rather than system-type (for X11/Mac).
5703
5704 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
5705
5706 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
5707
5708 2004-01-12 Richard M. Stallman <rms@gnu.org>
5709
5710 * mail/rmail.el (rmail-convert-to-babyl-format):
5711 Use mail-unquote-printable-region.
5712 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
5713 (rmail-hex-char-to-integer): Functions deleted.
5714
5715 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
5716 (mail-unquote-printable-region): New arg NOERROR.
5717 For invalid encoding, either signal an error to just return nil.
5718
5719 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5720
5721 * calendar/appt.el: Update copyright and commentary.
5722 (appt-issue-message): Make obsolete.
5723 (appt-visible, appt-msg-window): Make obsolete, in favour of
5724 appt-display-format.
5725 (appt-display-mode-line, appt-display-duration)
5726 (appt-display-diary, appt-time-msg-list, appt-mode-string)
5727 (appt-prev-comp-time, appt-display-count, appt-timer)
5728 (appt-convert-time): Doc change.
5729 (appt-disp-window-function, appt-delete-window-function):
5730 Use defcustom rather than defvar.
5731 (appt-display-format): New variable.
5732 (appt-display-message): New function with display code from appt-check.
5733 (appt-check): Add optional FORCE argument. Doc change.
5734 Add appt-make-list to diary-hook if displaying diary.
5735 Remove checking of view-diary-entries-initially.
5736 Message display section removed to new function appt-display-message.
5737 (appt-display-window): Doc change. Remove unused internal var
5738 this-buffer. Do not beep, since appt-display-message does that.
5739 (appt-make-list): Doc change. Use caar.
5740 (appt-sort-list): Simplify by using builtin sort function.
5741 (appt-update-list): New function for updating appts when diary is
5742 saved.
5743 (appt-activate): New autoloaded function to toggle package
5744 functionality.
5745
5746 * calendar/cal-x.el: (calendar-one-frame-setup)
5747 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
5748
5749 * calendar/calendar.el: Update copyright.
5750 (view-diary-entries-initially, european-calendar-style): Doc change.
5751 (calendar-setup): Make defcustom rather than defvar.
5752 (mark-visible-calendar-date): Initialize temp-face and faceinfo
5753 in let binding so local to function.
5754
5755 * calendar/diary-lib.el: Update copyright.
5756 (diary, diary-entry-time): Doc change.
5757 (list-diary-entries): Doc change. Trivial logic change.
5758 (fancy-diary-display): Restore make-face command mistakenly
5759 deleted 2003-05-08.
5760 (show-all-diary-entries): Allow to pop-up frame if needed.
5761
5762 2004-01-09 John Paul Wallington <jpw@gnu.org>
5763
5764 * bindings.el (mode-line-change-eol): Add EVENT parameter.
5765 Temporarily select EVENT's window for changing eol type.
5766
5767 2004-01-09 Deepak Goel <deego@gnufans.org>
5768
5769 * calendar/diary-lib.el (diary-entry-time):
5770 Also accept time in the form XX[.XX][am/pm/AM/PM].
5771 (fancy-diary-font-lock-keywords): Likewise.
5772 (diary-font-lock-keywords): Likewise.
5773 * calendar/appt.el (appt-add): Likewise.
5774 (appt-make-list): Likewise.
5775 (appt-convert-time): Likewise.
5776
5777 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
5778
5779 * gdb-ui.el (gdb-ann3): Revert previous change.
5780 (gdb-source-info): Allow for case of where compilation directory
5781 is not recorded.
5782
5783 2004-01-08 John Paul Wallington <jpw@gnu.org>
5784
5785 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
5786
5787 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
5788
5789 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
5790
5791 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
5792 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
5793 problems.
5794 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
5795
5796 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
5797
5798 * files.el (write-file-functions, write-contents-functions):
5799 Clarify docstrings.
5800
5801 2004-01-07 Kenichi Handa <handa@m17n.org>
5802
5803 * international/mule.el (set-auto-coding): Fix for the case that
5804 end-of-line is only CR.
5805
5806 2004-01-07 Kim F. Storm <storm@cua.dk>
5807
5808 * subr.el (event-start, event-end): Doc fix.
5809 (posn-string, posn-image): New defuns.
5810 (posn-object): Return either image or string object.
5811 (posn-object-x-y): Return 8th element of position.
5812 (posn-object-width-height): New defun.
5813
5814 2004-01-06 Andreas Schwab <schwab@suse.de>
5815
5816 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
5817 output.
5818
5819 2004-01-05 Karl Berry <karl@gnu.org>
5820
5821 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
5822 / and *, too.
5823
5824 2003-12-31 Simon Josefsson <jas@extundo.com>
5825
5826 * files.el (before-save-hook): Add.
5827 (basic-save-buffer): Use before-save-hook.
5828
5829 * emacs-lisp/copyright.el: Fix comment to recommend
5830 before-save-hook instead of write-file-functions.
5831
5832 2004-01-05 Richard M. Stallman <rms@gnu.org>
5833
5834 * finder.el (finder-commentary): Call delete-other-windows.
5835
5836 * net/ange-ftp.el (ange-ftp-file-attributes):
5837 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
5838
5839 2004-01-04 Karl Berry <karl@gnu.org>
5840
5841 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
5842 comment characters % and # in the copyright year notice,
5843 as well as ;.
5844
5845 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
5846
5847 * wid-edit.el (default): Define dummy :value-delete.
5848 Reported by Jesper Harder <harder@ifa.au.dk>.
5849
5850 2004-01-03 Richard M. Stallman <rms@gnu.org>
5851
5852 * progmodes/compile.el (compile-internal): Use point, not point-min,
5853 for set-window-point.
5854
5855 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
5856
5857 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
5858
5859 * progmodes/grep.el (grep-mode-map):
5860 Don't remap next-line, previous-line.
5861
5862 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
5863
5864 * speedbar.el (speedbar-edit-line): Change regexp to position
5865 the cursor on the first character of this line's button.
5866
5867 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
5868
5869 * subr.el (functionp): Doc fix.
5870
5871 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
5872
5873 * progmodes/idlwave.el (idlwave-make-tags):
5874 * textmodes/flyspell.el (flyspell-large-region):.
5875 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
5876 * emulation/viper-util.el (viper-glob-unix-files):
5877 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
5878 * man.el (Man-init-defvars):
5879 * jka-compr.el (jka-compr-call-process):
5880 * files.el (get-free-disk-space,insert-directory):
5881 * ediff-ptch.el (ediff-test-patch-utility):
5882 * ediff-diff.el (ediff-test-utility):
5883 * dired-aux.el (dired-check-process):
5884 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
5885 test the return value of call-process, because it can be a string.
5886
5887 2003-12-31 John Paul Wallington <jpw@gnu.org>
5888
5889 * bindings.el (completion-ignored-extensions): Add .pfsl.
5890
5891 2003-12-31 Kim F. Storm <storm@cua.dk>
5892
5893 * ido.el (ido-nonreadable-directory-p): New defun to check for
5894 nonreadable directory without activating tramp (to avoid problems
5895 with checking incomplete tramp paths).
5896 (ido-set-current-directory, ido-file-internal)
5897 (ido-file-name-all-completions1): Use it.
5898
5899 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
5900
5901 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
5902 documentation if the anchor (or node) name is preceded by `info
5903 anchor' or `Info anchor' in addition to earlier `info node' and
5904 `Info node'.
5905 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
5906
5907 2003-12-30 Eli Zaretskii <eliz@gnu.org>
5908
5909 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
5910 error in arguments to base64-decode-region. Remove ^M characters
5911 after decoding base64.
5912
5913 2003-12-30 Simon Josefsson <jas@extundo.com>
5914
5915 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
5916 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
5917 have only been distributed with Emacs for some years.
5918 (texinfo-mode-hook): Customize.
5919
5920 2003-12-30 Eli Zaretskii <eliz@gnu.org>
5921
5922 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
5923 cleaner (suggested by Richard Stallman).
5924
5925 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
5926 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
5927 file-name clashes on 8+3 DOS filesystems.
5928
5929 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
5930 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
5931 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
5932 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
5933 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
5934 file-name clashes on 8+3 filesystems.
5935
5936 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
5937 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
5938 file-name clashes on 8+3 DOS filesystems.
5939
5940 2003-12-29 Richard M. Stallman <rms@gnu.org>
5941
5942 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
5943 Upcase the character.
5944
5945 * textmodes/flyspell.el (mail-mode-flyspell-verify):
5946 Search for header separator alone on a line, literally,
5947 and search for it backward, not forward.
5948 (flyspell-abbrev-table): Always use global-abbrev-table
5949 if there is no local one.
5950
5951 * progmodes/sh-script.el (sh-get-indent-info):
5952 Don't move point back if at bob.
5953
5954 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
5955
5956 * play/handwrite.el (handwrite): Make the handwrite credit message
5957 a comment rather than an output command.
5958
5959 * obsolete/sc.el: Display message that this file is obsolete.
5960
5961 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
5962
5963 * mail/rfc822.el (rfc822-address-start): Declare variable.
5964 Renamed from address-start. All uses changed.
5965
5966 * term.el (term-exec): Set up sentinel.
5967 (term-sentinel): New function.
5968 (term-handle-exit): New function.
5969
5970 * subr.el (assoc-ignore-case, assoc-ignore-representation):
5971 Use assoc-string, and mark them obsolete.
5972 (delay-mode-hooks): Mark as permanent local.
5973
5974 * simple.el (sendmail-user-agent-compose): Use assoc-string.
5975
5976 * register.el (copy-rectangle-to-register): Doc fix.
5977
5978 * info.el (Info-insert-dir): Use assoc-string.
5979
5980 * info-look.el (info-lookup): Use assoc-string.
5981
5982 * frame.el (pop-up-frame-function): Use quote, not `function'.
5983 (frame-notice-user-settings): Calculate ADJUSTED-TOP
5984 copying with lists as coordinate values.
5985
5986 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
5987
5988 * find-dired.el (kill-find): New command.
5989 (find-dired): Make buffer read-only.
5990 Set up a keymap with C-c C-k running kill-find.
5991 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
5992
5993 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
5994
5995 * filecache.el (file-cache-ignore-case): New variable.
5996 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
5997
5998 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
5999 (comint-dynamic-complete-as-filename): Rename local vars.
6000 (comint-dynamic-list-filename-completions): Likewise.
6001
6002 * comint.el (comint-dynamic-list-completions-config): New var.
6003 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6004
6005 * comint.el (comint-file-name-chars): Add [].
6006 (comint-word): Use skip-chars-backward, not search.
6007
6008 * shell.el (shell-file-name-chars): Add [].
6009
6010 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6011
6012 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6013
6014 * generic.el (define-generic-mode): Doc fix.
6015
6016 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6017
6018 * files.el (kill-some-buffers): Doc fix.
6019
6020 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6021
6022 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6023 arg to send-invisible
6024 (send-invisible): Doc fix. The argument is now a prompt, not the
6025 string to send.
6026 (comint-read-noecho): Doc fix.
6027
6028 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6029
6030 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6031 "@", as required by some ISP hosting service. Fix defcustom
6032 argument syntax errors that prevented use of customization.
6033
6034 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6035
6036 * xml.el (xml-get-attribute-or-nil): Doc fix.
6037
6038 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6039
6040 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6041 write-file-hooks.
6042
6043 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6044
6045 * autorevert.el (auto-revert-interval): Doc fix.
6046
6047 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6048
6049 * xml.el (xml-get-attribute-or-nil): New function, like
6050 xml-get-attribute, but returns nil if the attribute was not found.
6051 (xml-get-attribute): Convert to defsubst, uses
6052 xml-get-attribute-or-nil.
6053
6054 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6055
6056 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6057
6058 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6059
6060 * custom.el (custom-declare-theme): Use `value' when putting
6061 properties on `theme'.
6062
6063 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6064
6065 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6066 for each yank-handler segment.
6067 (insert-for-yank-1): New function, with the body of the previous
6068 insert-for-yank.
6069
6070 * textmodes/table.el (table-yank-handler): New defcustom.
6071 (table--put-cell-indicator-property): Put yank-handler property
6072 that indicates the yank handler for the table cell.
6073
6074 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6075
6076 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6077 set of keywords.
6078
6079 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6080
6081 * international/mule-cmds.el (reset-language-environment)
6082 (set-language-environment): Don't invoke fontset-related functions
6083 if fontset-list is not fboundp.
6084
6085 2003-12-29 Kenichi Handa <handa@m17n.org>
6086
6087 * international/mule-cmds.el (reset-language-environment):
6088 Call set-overriding-fontspec-internal with nil.
6089 (set-language-environment): Call set-overriding-fontspec-internal
6090 if the language environment specify `overriding-fontspec'.
6091 (language-info-alist): Doc added.
6092
6093 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6094 characters of mule-unicode-0100-24ff.
6095 (ccl-encode-windows-1251-font): New CCL program.
6096 ("Bulgarian"): Specify overriding-fontspec.
6097 ("Belarusian"): Likewise.
6098
6099 2003-12-28 Sam Steingold <sds@gnu.org>
6100
6101 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6102 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6103
6104 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6105
6106 * progmodes/gud.el (gud-gdb-command-name): Set default to
6107 "gdb --annotate=3".
6108 (gud-gdb-marker-filter): Look out for annotations.
6109 (gdb-first-pre-prompt): New variable.
6110 Remove trailing white space.
6111
6112 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6113 if necessary.
6114 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6115 annotations are detected.
6116 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6117 instead of a local one to allow transition from
6118 gud-gdb-marker-filter.
6119 Remove trailing white space.
6120
6121 2003-12-27 Kim F. Storm <storm@cua.dk>
6122
6123 * ido.el: Handle non-readable directories.
6124 (ido-decorations): Add 9th element for non-readable directory.
6125 (ido-directory-nonreadable): New dynamic var.
6126 (ido-set-current-directory): Set it.
6127 (ido-read-buffer, ido-file-internal):
6128 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6129 (ido-file-name-all-completions1): Return empty list for
6130 non-readable directory.
6131 (ido-exhibit): Print [Not readable] if directory is not readable.
6132 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6133 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6134 Use it.
6135
6136 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6137
6138 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6139 calls to directory-files-and-attributes and file-attributes.
6140 (ls-lisp-format): Remove system dependent handling of user and
6141 group id's.
6142
6143 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6144
6145 * ffap.el (ffap-read-file-or-url): Revert previous change.
6146
6147 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6148
6149 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6150 new list of included files called `files-with-node-lines', that
6151 only have node lines. This way @include commands can include any
6152 file, such as version and update files without node lines, not
6153 just files that are chapters.
6154
6155 2003-12-25 Andreas Schwab <schwab@suse.de>
6156
6157 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6158 file not found.
6159
6160 2003-12-08 Miles Bader <miles@gnu.org>
6161
6162 * dired.el (dired-between-files): Always use dired-move-to-filename,
6163 which is more robust in non-english locales.
6164
6165 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6166
6167 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6168
6169 2003-12-24 Andreas Schwab <schwab@suse.de>
6170
6171 * shell.el (shell-file-name-quote-list): Add backslash.
6172
6173 * comint.el (comint-quote-filename): Correctly handle backslash
6174 in comint-file-name-quote-list.
6175
6176 2003-12-24 Kenichi Handa <handa@m17n.org>
6177
6178 * international/mule-cmds.el (set-default-coding-systems):
6179 Call ucs-set-table-for-input for all buffers that don't have local
6180 value of buffer-file-coding-system.
6181
6182 * international/ucs-tables.el (ucs-set-table-for-input):
6183 If translation-table-for-encode is a symbol, get its
6184 translation-table property.
6185
6186 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6187
6188 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6189 to `completing-read' on a recently fixed bug.
6190
6191 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6192 instead of SPACE, to get the list of possible fringe modes.
6193 SPACE only works if both `partial-completion-mode' and
6194 `completion-auto-help' are nil.
6195
6196 * complete.el (PC-is-complete-p): Delete.
6197 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6198 calls to `test-completion'.
6199
6200 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6201
6202 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6203 to edit values when there are no children.
6204
6205 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6206 a mode called "Assembler" already exists.
6207 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6208 (gud-watch): Use format option. Remove font properties from string.
6209 (gdb-var-create-handler, gdb-var-list-children-handler):
6210 Don't bother about properties as there are none.
6211 (gdb-var-create-handler, gdb-var-list-children-handler)
6212 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6213 with two arguments.
6214 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6215 Let speedbar show value changes with a different font.
6216 (gdb-edit-value): New defun.
6217 (gdb-clear-partial-output, gdb-clear-inferior-io)
6218 (def-gdb-auto-update-handler): Use erase-buffer.
6219 (gdb-frame-handler): Display watch expressions in
6220 FUNCTION::VARIABLE format if required.
6221
6222 2003-12-23 John Paul Wallington <jpw@gnu.org>
6223
6224 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6225 (Info-goto-emacs-command-node): Doc fixes.
6226
6227 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6228
6229 * cus-edit.el (custom-add-parent-links): Define "many".
6230
6231 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6232
6233 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6234 (widget-child-validate, widget-type-value-create)
6235 (widget-type-default-get, widget-type-match): New functions.
6236 (lazy): New widget.
6237 (menu-choice, checklist, radio-button-choice, editable-list)
6238 (group, documentation-string): Remove redundant (per 2003-10-25
6239 change) calls to `widget-children-value-delete'.
6240 (widget-choice-value-get, widget-choice-value-inline): Remove.
6241 (menu-choice): Update widget.
6242
6243 2003-12-03 Kenichi Handa <handa@m17n.org>
6244
6245 * language/cyrillic.el: Register "microsoft-cp1251" in
6246 ctext-non-standard-encodings-alist.
6247 ("Bulgarian"): Add ctext-non-standard-encodings.
6248 ("Belarusian"): Likewise.
6249
6250 * international/mule-conf.el (compound-text-with-extensions):
6251 Change the type to 2 (iso-2022 base).
6252
6253 * international/mule.el (ctext-non-standard-encodings-alist):
6254 Change the format.
6255 (ctext-non-standard-encodings): New variable.
6256 (ctext-post-read-conversion): Fully re-written.
6257 (ctext-non-standard-designations-alist): Delete it.
6258 (ctext-non-standard-encodings-table): New function.
6259 (ctext-pre-write-conversion): Fully re-written.
6260
6261 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6262
6263 * cus-edit.el (custom-add-parent-links): Add documentation links
6264 for parent, if the item has none of its own.
6265
6266 2003-11-30 Richard M. Stallman <rms@gnu.org>
6267
6268 * dired-aux.el (dired-do-query-replace-regexp):
6269 Report files visited read-only.
6270
6271 2003-11-30 Juri Linkov <juri@jurta.org>
6272
6273 * dired-aux.el (dired-compare-directories): New command.
6274 (dired-file-set-difference, dired-files-attributes): New functions.
6275
6276 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6277 Version 2.0.38 of Tramp released.
6278
6279 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
6280 Charles Curley <charlescurley@charlescurley.com>.
6281 (tramp-multi-connection-function-alist): Add ssht entry which adds
6282 "-e none -t -t" to the list of ssh args. Suggested by Adrian
6283 Aichner.
6284 (tramp-get-method-parameter): New function to retrieve a method
6285 parameter. This allows for omission of method parameters.
6286 Callers adjusted.
6287
6288 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
6289
6290 * net/tramp.el: Add new optional parameter ID-FORMAT to
6291 `file-attributes'. Calls of `file-attributes' won't use this
6292 parameter for backward compatibility reasons.
6293 (tramp-perl-file-attributes): Add a new parameter to Perl script
6294 in order to handle uid/gid as strings, if desired.
6295 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6296 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6297 order to make the function more general.
6298 (tramp-handle-file-attributes): Replace proprietary optional
6299 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6300 (tramp-handle-file-attributes-with-perl): Handle parameter
6301 NONNUMERIC if set. This wasn't done in the past.
6302 (tramp-post-connection): Apply second parameter "$2" if
6303 `tramp-remote-perl' is called.
6304
6305 * net/tramp-smb.el (tramp-smb-handle-delete-file):
6306 Correct cut'n'waste error (`filename' instead of `directory').
6307 (tramp-smb-handle-directory-files-and-attributes)
6308 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6309 introduced parameter ID-FORMAT.
6310 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6311 error (`directory' instead of `ldir').
6312
6313 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6314 `file-attributes' has a second parameter. If yes, apply it with
6315 value "'integer". Otherwise, don't use that parameter (default is
6316 integer format).
6317
6318 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6319
6320 * help.el (help-map): Bind `display-local-help' to `C-h .'.
6321 (help-for-help): Add `C-h .' to the listed Help options.
6322 Remove trailing whitespace.
6323
6324 * help-at-pt.el: New file.
6325
6326 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
6327
6328 * subr.el (noreturn, 1value): New macros for test coverage.
6329 See `testcover.el'.
6330
6331 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6332
6333 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6334 for macro `1value'.
6335 (testcover-1value): New function. Checks that a 1value form
6336 actually returns only one value. Requested by RMS.
6337
6338 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
6339
6340 * gdb-ui.el (gud-watch, gdb-var-create-handler)
6341 (gdb-var-list-children, gdb-var-list-children-handler)
6342 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6343 gdb commands that use mi to keep them out of the command history.
6344
6345 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6346
6347 * cus-start.el (all): Add use-file-dialog.
6348
6349 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6350
6351 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6352
6353 2003-11-27 Kim F. Storm <storm@cua.dk>
6354
6355 * subr.el (posn-object-x-y): New defun.
6356
6357 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6358
6359 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6360 Don't use `space' for \\\n.
6361 Be more selective as to which # are comment-starters.
6362
6363 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
6364
6365 * subr.el (number-sequence): Improve handling of floating point
6366 arguments (suggested by Kim Storm). Allow negative arguments.
6367
6368 2003-11-26 Kenichi Handa <handa@m17n.org>
6369
6370 * international/mule-cmds.el (standard-display-european-internal):
6371 Cancel the standard-display-table setting for ` and '.
6372
6373 2003-11-26 Kim F. Storm <storm@cua.dk>
6374
6375 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6376 New defcustoms to add ffap-like functionality to ido.
6377 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
6378 (ido-no-final-slash): New defun.
6379 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6380 (ido-read-file-name): ): Toggle VC checking via
6381 vc-handled-backends instead of vc-master-templates.
6382 (ido-file-internal): Handle ido-use-url-at-point and
6383 ido-use-filename-at-point via code borrowed from ffap-guesser.
6384 Handle new ido-exit code ffap.
6385 (ido-sort-list): Ignore final slash when sorting file names.
6386
6387 2003-11-25 Kim F. Storm <storm@cua.dk>
6388
6389 * emulation/cua-base.el (cua--standard-movement-commands):
6390 Add forward-sentence and backward-sentence.
6391
6392 2003-11-25 Stephen Eglen <stephen@gnu.org>
6393
6394 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
6395 iswitchb-exit is set to 'usefirst when user selects buffer at head
6396 of list using RET. (Selecting buffers at the head of the list was
6397 broken if the substring was also a complete buffername.)
6398
6399 2003-11-23 Kim F. Storm <storm@cua.dk>
6400
6401 * progmodes/compile.el (grep-command, grep-use-null-device)
6402 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
6403 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
6404 (grep-regexp-alist, grep-program, find-program)
6405 (grep-find-use-xargs, grep-history, grep-find-history)
6406 (grep-process-setup, grep-compute-defaults)
6407 (grep-default-command, grep, grep-tag-default, grep-find)
6408 (grep-expand-command-macros, grep-tree-last-regexp)
6409 (grep-tree-last-files, grep-tree): Move grep variables, functions
6410 and commands to new file grep.el.
6411 (compilation-mode-map): Remove grep commands from Compile sub-menu.
6412 (compilation-process-setup-function): Doc fix.
6413 (compilation-highlight-regexp, compilation-highlight-overlay): New
6414 defvars used for highlighting current compile error in source buffer.
6415 (compile-internal): New optional args HIGHLIGHT-REGEXP and
6416 LOCAL-MAP which overrides compilation-highlight-regexp and
6417 compilation-mode-map for this compilation.
6418 Delay calling compilation-set-window-height until after running
6419 compilation-process-setup-function so it can buffer-local override
6420 compilation-window-height.
6421 Check buffer-local value of compilation-scroll-output.
6422 (compilation-set-window-height): Use buffer-local value of
6423 compilation-window-height.
6424 (compilation-revert-buffer): Don't pass (undefined)
6425 preserve-modes arg to revert-buffer.
6426 (next-error-no-select, previous-error-no-select): New commands.
6427 (compilation-goto-locus): Temporarily highlight current match in
6428 source buffer using compilation-highlight-regexp.
6429
6430 * progmodes/grep.el: New file with grep code from compile.el.
6431 (grep): New defcustom group.
6432 (grep-window-height): New defcustom, like compilation-window-height.
6433 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
6434 (grep-scroll-output): New defcustom, like compilation-scroll-output.
6435 (grep-command, grep-use-null-device, grep-find-command)
6436 (grep-tree-files-aliases, grep-tree-ignore-case)
6437 (grep-tree-ignore-CVS-directories): Move to grep custom group.
6438 (grep-setup-hook): New hook variable.
6439 (grep-mode-map): New keymap for grep commands. Add Grep menu.
6440 (grep-last-buffer): New defvar, override compilation-last-buffer.
6441 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
6442 Call compile-internal with args highlight-regexp and grep-mode-map.
6443
6444 2003-11-23 Kim F. Storm <storm@cua.dk>
6445
6446 * subr.el (event-start, event-end): Doc fix.
6447 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
6448 (posn-area, posn-actual-col-row, posn-object): New defuns.
6449 (posn-col-row): Simplify doc. Rewrite to use cond.
6450 (posn-point): Also return buffer position for events outside text
6451 area (that info is now present in the event position).
6452
6453 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
6454 mouse-set-point so that hscroll still works now that clicks on
6455 fringes generate specific mouse events.
6456 (mouse-set-point): Note that it now works in fringes and margins
6457 too due to new semantics of posn-point in fringes and margins.
6458
6459 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
6460 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
6461
6462 2003-11-20 Kim F. Storm <storm@cua.dk>
6463
6464 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
6465 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
6466 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
6467 to 100 for icons to avoid increasing line height when shown.
6468
6469 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6470
6471 * newcomment.el (comment-normalize-vars): Initialize properly if
6472 comment-start was nil.
6473
6474 2003-11-19 Andreas Schwab <schwab@suse.de>
6475
6476 * simple.el (set-variable): Fix indentation.
6477
6478 2003-11-17 Kenichi Handa <handa@m17n.org>
6479
6480 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
6481 Fix docstring.
6482
6483 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6484
6485 * international/latin1-disp.el (latin1-display): Fix docstring.
6486
6487 2003-11-16 John Wiegley <johnw@newartisans.com>
6488
6489 * eshell/em-ls.el (eshell-ls-file): There are times with
6490 size-width is nil and uncomputed (when directories are created in
6491 dired, for example); in this case, 4 is reasonable default value,
6492 although it may caused skewed new entries (which could be avoided
6493 by returning the original value of 8 in all cases, but 99% of the
6494 time this is a waste of whitespace).
6495
6496 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6497
6498 * cc-engine.el (c-guess-continued-construct)
6499 (c-guess-basic-syntax): Check a little more carefully if it's a
6500 function declaration when an unknown construct followed by a block
6501 is found inside a statement context. This avoids macros followed
6502 by blocks to be taken as function declarations.
6503
6504 (c-guess-continued-construct): Change the analysis of a statement
6505 continuation with a brace open to `substatement-block', for
6506 consistency with recognized statements.
6507
6508 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
6509 start is in a position so that `c-beginning-of-statement-1' jumped
6510 to the beginning of the same statement.
6511
6512 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
6513 Don't accept binary operators in the arglist if we're in a function
6514 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
6515 template recognition in cases like "if (a < b || c > d)".
6516
6517 (c-restricted-<>-arglists): New more appropriate name for
6518 `c-disallow-comma-in-<>-arglists'.
6519
6520 Accessing functions updated for the variable name change.
6521
6522 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
6523 match data could get clobbered if NOT-INSIDE-TOKEN is used.
6524
6525 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
6526 labels.
6527
6528 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
6529 instead of duplicating parts of it. This fixes bogus label
6530 recognition.
6531
6532 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
6533 of checking the context in which to apply the minimum indentation,
6534 so that it isn't enforced in e.g. namespace blocks.
6535
6536 * cc-vars.el (c-inside-block-syms): New constant used by
6537 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
6538 to somewhat reduce the risk of becoming stale.
6539
6540 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
6541 cc-cmds to cc-engine to allow use from cc-align.
6542
6543 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
6544 qualified identifiers containing "::".
6545
6546 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
6547 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
6548
6549 * cc-vars.el (c-emacs-features): Use a space in front of the name
6550 of the temporary buffer. That also avoids dumping problems in
6551 XEmacs due to undo info being left around after the buffer is killed.
6552
6553 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
6554 arglist to see if it's a K&R style declaration.
6555
6556 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
6557 before returning `knr-argdecl-intro'.
6558
6559 2003-11-16 John Wiegley <johnw@newartisans.com>
6560
6561 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
6562 field in a long-listing always 8 characters, use `size-width',
6563 which has already been computed.
6564
6565 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6566
6567 * subr.el (minor-mode-list): Add `hs-minor-mode'.
6568
6569 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6570
6571 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
6572 Support operation while narrowed, with `diff-restrict-view'.
6573
6574 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6575
6576 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6577 Take additional optional arg NARROWFUN. For the generated functions:
6578 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
6579 include frags that arrange to check for and save narrowing state before
6580 the move and then conditionally call NARROWFUN after the move.
6581
6582 2003-11-14 John Wiegley <johnw@newartisans.com>
6583
6584 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
6585 that was optional, but obviously missing based on surrounding code.
6586
6587 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
6588 string arguments to numbers unless the whole argument was seen as
6589 a number.
6590
6591 2003-11-14 Kenichi Handa <handa@m17n.org>
6592
6593 * international/mule.el (ctext-non-standard-encodings-alist):
6594 Fix coding systems.
6595
6596 2003-11-10 Kenichi Handa <handa@m17n.org>
6597
6598 * language/kannada.el ("Kannada"): Add sample-text.
6599
6600 * language/knd-util.el (kannada-compose-region)
6601 (kannada-compose-string, kannada-post-read-conversion):
6602 Add autoload cookie.
6603
6604 * international/quail.el (quail-completion): Change the message
6605 "corresponding translations" to "corresponding characters".
6606
6607 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
6608
6609 * descr-text.el (describe-char): Fix typo.
6610
6611 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
6612
6613 These changes are to support Kannada language/script.
6614
6615 * Makefile.in (DONTCOMPILE): Add kannada.el.
6616
6617 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
6618
6619 * loadup.el: Preload kannada.el.
6620
6621 * language/ind-util.el (ucs-kannada-to-is13194-alist)
6622 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
6623 New variables.
6624
6625 * language/kannada.el: New file.
6626
6627 * language/knd-util.el: New file.
6628
6629 2003-11-07 Andreas Schwab <schwab@suse.de>
6630
6631 * progmodes/autoconf.el (autoconf-font-lock-keywords):
6632 Also highlight AH_*.
6633
6634 * xml.el (xml-parse-dtd): Fix misplaced paren.
6635
6636 2003-11-07 Kenichi Handa <handa@m17n.org>
6637
6638 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
6639
6640 2003-11-05 Juri Linkov <juri@jurta.org>
6641
6642 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
6643 (desktop-buffer-file): Use saved buffer-file-coding-system
6644 for file reading. Set auto-insert to nil to prevent automatic
6645 insertion into restored empty files.
6646
6647 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
6648
6649 * files.el (risky-local-variable-p): Make second argument optional.
6650
6651 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6652
6653 * subr.el (add-hook): Fix last change.
6654
6655 2003-11-03 Eli Zaretskii <eliz@gnu.org>
6656
6657 * mail/rmail.el (rmail-convert-to-babyl-format):
6658 If base64-decode-region signals an error, catch it and silently
6659 ignore it.
6660
6661 2003-11-01 Mark A. Hershberger <mah@everybody.org>
6662
6663 * xml.el (xml-parse-region): Allow comments to appear after the
6664 topmost element has closed.
6665 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
6666 (xml-ns-expand-attr): New functions to do namespace handling.
6667 (xml-intern-attrlist): Back-compatible handling of attribute names.
6668 (xml-parse-tag): Move namespace handling to separate functions.
6669 Now produces elements in the form ((:ns . "element") (attr-list)
6670 children) instead of ('ns:element (attr-list) children).
6671 (xml-parse-attlist): Fix attribute parsing.
6672 (xml-parse-dtd): Change parsing so that it produces strings
6673 instead of interned symbols.
6674
6675 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
6676
6677 * dired.el (dired-ls-sorting-switches): Doc fix.
6678
6679 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
6680
6681 * emacs-lisp/rx.el (rx-or): Fix the case of
6682 "(rx (and ?a (or ?b ?c) ?d))".
6683
6684 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
6685
6686 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
6687 (texinfo-format-region): Use it.
6688 (texinfo-format-buffer-1): Ditto.
6689
6690 2003-11-01 Alan Mackenzie <acm@muc.de>
6691
6692 Changes to allow scrolling whilst in isearch mode:
6693 * isearch.el (isearch-unread-key-sequence): New function,
6694 extracted from isearch-other-meta-char.
6695 (top level): (put 'foo 'isearch-scroll) on all Emacs's
6696 "scrollable" standard functions.
6697 (isearch-allow-scroll): New customizable variable.
6698 (isearch-string-out-of-window, isearch-back-into-window)
6699 (isearch-reread-key-sequence-naturally)
6700 (isearch-lookup-scroll-key): New functions.
6701 (isearch-other-meta-char): Doc string and functionality enhanced.
6702 Now accepts a prefix argument.
6703 (isearch-lazy-highlight-window-end): New variable.
6704 (isearch-lazy-highlight-new-loop): Pay attention to the window's
6705 end (thru isearch-lazy-highlight-window-end), not only its start.
6706
6707 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
6708 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
6709 (universal-argument, universal-argument-more, negative-argument)
6710 (digit-argument, universal-argument-other-key): Minor changes.
6711
6712 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
6713
6714 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
6715 recursively if the last message is deleted, thus avoiding an
6716 infinite loop.
6717
6718 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6719
6720 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
6721 (tex-main-file): Don't add .tex if the extension is already present.
6722 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
6723
6724 2003-10-29 Lute Kamstra <lute@gnu.org>
6725
6726 * progmodes/octave-inf.el (inferior-octave-prompt):
6727 Recognize version number in prompt.
6728
6729 2003-10-28 Dave Love <fx@gnu.org>
6730
6731 * international/characters.el: Fix some Unicode ranges.
6732
6733 2003-10-28 Kenichi Handa <handa@m17n.org>
6734
6735 * disp-table.el (standard-display-8bit)
6736 (standard-display-default, standard-display-ascii)
6737 (standard-display-g1, standard-display-graphic)
6738 (standard-display-underline): Assure that standard-display-table
6739 is a display table.
6740
6741 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
6742
6743 * simple.el (reindent-then-newline-and-indent): Delete space *after*
6744 reindenting the first line.
6745
6746 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
6747
6748 * wid-edit.el (widget-default-delete): Always delete child widgets.
6749
6750 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6751
6752 * newcomment.el (comment-indent): Don't call indent-according-to-mode
6753 if the line has code.
6754 Don't try to line up with something that's too far left.
6755
6756 * progmodes/octave-mod.el (octave-comment-start): Simplify.
6757 (octave-mode-syntax-table): Add % as a comment starter.
6758 (octave-point): Remove.
6759 (octave-in-comment-p, octave-in-string-p)
6760 (octave-not-in-string-or-comment-p, calculate-octave-indent)
6761 (octave-blink-matching-block-open, octave-auto-fill):
6762 Use line-(beginning|end)-position instead.
6763
6764 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
6765
6766 * emacs-lisp/authors.el (authors-aliases): Add correct realname
6767 for Francesco Potort\e,Al\e(B.
6768
6769 2003-10-23 Dave Love <fx@gnu.org>
6770
6771 * international/mule-cmds.el (locale-charset-to-coding-system):
6772 Don't rely on nil being a coding system.
6773
6774 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
6775 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
6776 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
6777
6778 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
6779
6780 * gdb-ui.el (gdb-current-language): New variable.
6781 (gdb-update-flag): Remove variable.
6782 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
6783 (gdb-take-last-elt): Remove function.
6784 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
6785 (gdb-post-prompt): Check for variable object changes here.
6786
6787 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
6788 object changes in gdb-ui.el.
6789
6790 2003-10-21 Richard M. Stallman <rms@gnu.org>
6791
6792 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
6793
6794 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
6795 Don't check for foo*/ wildcard form here.
6796 (insert-directory): Recognize foo*/ as a wildcard.
6797 Separate wildcard-regexp variable from the arg, wildcard.
6798
6799 * subr.el (add-hook): Correctly detect when make-local-hook was used.
6800 (remove-hook): Correctly handle strange cases about local hooks.
6801
6802 2003-10-21 David Ponce <david@dponce.com>
6803
6804 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
6805 argument REAL, to return a real number instead of a rounded
6806 integer value. Define as inline function.
6807 (ruler-mode-right-fringe-cols): Likewise.
6808 (ruler-mode-scroll-bar-cols): New function.
6809 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
6810 (ruler-mode-right-scroll-bar-cols): Likewise.
6811 (ruler-mode-space): New function.
6812 (ruler-mode-ruler): Use it. Handle variations of fringe style,
6813 scroll bar mode and margins in a more robust way.
6814
6815 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
6816
6817 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
6818 (antlr-c-init-language-vars): New function.
6819 (antlr-mode): Use it with cc-mode before v5.29.
6820 (antlr-c-common-init): Don't set some local vars here.
6821 (antlr-mode): Set them here.
6822 (antlr-c-forward-sws): New function alias.
6823 (antlr-mode): Redefine with cc-mode before v5.30.
6824 (antlr-skip-sexps): Use it.
6825 (antlr-skip-exception-part): Ditto.
6826 (antlr-skip-file-prelude): Ditto.
6827 (antlr-outside-rule-p): Ditto.
6828 (antlr-end-of-body): Ditto.
6829 (antlr-option-kind): Ditto.
6830 (antlr-insert-option-area): Ditto.
6831 (antlr-file-dependencies): Ditto.
6832
6833 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6834
6835 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
6836 Move backward only if point was not inside an entry.
6837
6838 2003-10-21 Richard M. Stallman <rms@gnu.org>
6839
6840 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
6841
6842 2003-10-21 Juri Linkov <juri@jurta.org>
6843
6844 * compare-w.el: Automatically skip non-matching text to resync.
6845 (compare-windows-whitespace): Doc fix.
6846 (compare-windows-sync, compare-windows-sync-string-size)
6847 (compare-windows-recenter, compare-ignore-whitespace)
6848 (compare-windows-highlight, compare-windows-face): New variables.
6849 (compare-windows): Use compare-windows-sync.
6850 (compare-windows-highlight, compare-windows-dehighlight)
6851 (compare-windows-sync-regexp)
6852 (compare-windows-sync-default-function): New functions.
6853
6854 2003-10-21 Juri Linkov <juri@jurta.org>
6855
6856 * diff.el (diff-parse-differences): Don't visit the files now;
6857 instead, just record the error locus.
6858
6859 2003-10-21 Dave Love <fx@gnu.org>
6860
6861 * progmodes/cfengine.el: New file.
6862
6863 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6864
6865 * complete.el (PC-do-completion): Do not forget to use `pred' as the
6866 default-directory when completing file names.
6867
6868 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
6869
6870 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
6871 followed by the word `face', it gets treated as a face, even if
6872 it is also defined as a variable or a function.
6873
6874 2003-10-20 Dave Love <fx@gnu.org>
6875
6876 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6877 Avoid incf in macro expansion.
6878
6879 2003-10-20 John Paul Wallington <jpw@gnu.org>
6880
6881 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
6882 `evenp' so we don't implicitly require cl library at runtime.
6883
6884 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
6885
6886 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
6887 (help-make-xrefs): Only make cross-references for faces if
6888 preceded or followed by the word `face'. Do not make a
6889 cross-reference for variables without variable documentation,
6890 unless preceded by the word `variable' or `option'. Update doc
6891 string accordingly.
6892
6893 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
6894
6895 * progmodes/hideshow.el: Rewrite one-armed `if'
6896 constructs using either `when' or `unless'.
6897 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
6898
6899 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
6900
6901 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
6902 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
6903 instead of 12x12.
6904
6905 2003-10-16 Eli Zaretskii <eliz@gnu.org>
6906
6907 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
6908 message while converting to Babyl.
6909
6910 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
6911
6912 * allout.el (allout-mode): Doc fix.
6913
6914 2003-10-16 Lute Kamstra <lute@gnu.org>
6915
6916 * subr.el (force-mode-line-update): Fix docstring.
6917
6918 2003-10-14 Dave Love <fx@gnu.org>
6919
6920 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
6921 (default-input-method): Add :link, improve :type.
6922 (locale-charset-language-names): Fix utf-8 pattern.
6923 (locale-charset-match-p, locale-charset-alist)
6924 (locale-charset-to-coding-system): New.
6925 (set-locale-environment): Deal with codeset part of locale specs.
6926
6927 2003-10-14 Lute Kamstra <lute@gnu.org>
6928
6929 * fringe.el (fringe-mode): Use active voice in docstring.
6930 (set-fringe-style): Ditto.
6931
6932 2003-10-13 Lute Kamstra <lute@gnu.org>
6933
6934 * fringe.el (fringe-mode): Fix docstring.
6935 (set-fringe-style): Ditto.
6936
6937 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
6938
6939 * ediff-mult.el (ediff-filegroup-action):
6940 Use ediff-default-filtering-regexp.
6941
6942 * ediff-util.el (ediff-recenter): Don't call
6943 ediff-restore-highlighting twice.
6944 (ediff-select-difference): Set current difference.
6945 (ediff-unselect-and-select-difference): Add comment.
6946
6947 * ediff.el (ediff-directories,ediff-directory-revisions)
6948 (ediff-directories3,ediff-merge-directories)
6949 (ediff-merge-directories-with-ancestor)
6950 (ediff-merge-directory-revisions)
6951 (ediff-merge-directory-revisions-with-ancestor):
6952 Use ediff-default-filtering-regexp.
6953
6954 2003-10-12 Andreas Schwab <schwab@suse.de>
6955
6956 * international/mule-cmds.el (locale-charset-language-names):
6957 Simplify regex by removing unused grouping.
6958
6959 2003-10-10 Dave Love <fx@gnu.org>
6960
6961 * bindings.el: Don't bind stop.
6962
6963 2003-10-08 Miles Bader <miles@gnu.org>
6964
6965 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
6966 face instead of attempting to emulate it.
6967
6968 2003-10-07 Kenichi Handa <handa@m17n.org>
6969
6970 * international/mule-diag.el (list-coding-systems-1): List coding
6971 systems that are loaded automatically.
6972
6973 * international/code-pages.el (iso-8859-11): Add autoload cookie.
6974
6975 * international/mule.el (autoload-coding-system): New function.
6976
6977 2003-10-07 Andreas Schwab <schwab@suse.de>
6978
6979 * log-edit.el (log-edit-changelog-entries): Prefer local value of
6980 change-log-default-name in the buffer visiting the file.
6981
6982 2003-10-06 Dave Love <fx@gnu.org>
6983
6984 * files.el (find-file-hook): Customize.
6985 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
6986
6987 * bindings.el (completion-ignored-extensions): Remove .log.
6988 (global-map): Add again, open, stop keys.
6989
6990 2003-10-05 Richard M. Stallman <rms@gnu.org>
6991
6992 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
6993 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
6994 Use sh-modify directly.
6995 (sh-select): Use sh-append, not eval.
6996
6997 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
6998
6999 * info.el (Info-following-node-name): New function.
7000
7001 * loadhist.el (unload-feature-special-hooks):
7002 Rename from loadhist-hook-functions.
7003 (loadhist-hook-functions): Now an alias.
7004
7005 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7006
7007 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7008 file-name clashes on 8+3 filesystems.
7009
7010 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7011 Rename loaddefs-boot.el to ldefs-boot.el
7012
7013 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7014 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7015
7016 2003-10-03 Lute Kamstra <lute@gnu.org>
7017
7018 * info.el (Info-mode): Revert previous change.
7019 (Info-escape-percent): New function.
7020 (Info-fontify-node): Use it.
7021
7022 2003-10-02 Andreas Schwab <schwab@suse.de>
7023
7024 * loaddefs-boot.el: Regenerated.
7025
7026 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7027
7028 * ffap.el: Remove defadvice related code from CVS since `complete'
7029 provides a `PC-completion-as-file-name-predicate' variable that
7030 ffap can override.
7031
7032 2003-10-02 Kenichi Handa <handa@m17n.org>
7033
7034 * international/utf-8.el (ccl-decode-mule-utf-8):
7035 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7036
7037 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7038 * international/subst-big5.el: Likewise.
7039 * international/subst-gb2312.el: Likewise.
7040 * international/subst-ksc.el: Likewise.
7041
7042 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7043
7044 * calendar/calendar.el (increment-calendar-month)
7045 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7046 (generate-calendar, calendar-read-date, calendar-interval)
7047 (calendar-day-of-week): Handle years BC.
7048 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7049
7050 2003-10-01 Dave Love <fx@gnu.org>
7051
7052 * language/cyrillic.el (cp1251): Alias for windows-1251.
7053
7054 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7055 bootstrap.
7056
7057 2003-10-01 Lute Kamstra <lute@gnu.org>
7058
7059 * files.el: Fix typo.
7060 * imenu.el (imenu--generic-function): Docstring fix.
7061
7062 2003-09-30 Richard M. Stallman <rms@gnu.org>
7063
7064 * dired.el (dired-mode): Handle dired-directory as a list.
7065
7066 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7067
7068 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7069
7070 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7071
7072 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7073 Replace gud-display with gud-watch.
7074 (gud-speedbar-buttons): Add stuff for watching expressions
7075 in the speedbar when using M-x gdba. Use dolist on old part
7076 of this function.
7077
7078 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7079 (gdb-update-flag): New variables.
7080 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7081 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7082 (gud-watch, gdb-var-create-handler) : New functions.
7083 (gdb-var-list-children, gdb-var-list-children-handler)
7084 (gdb-var-create-regexp, gdb-var-update-regexp)
7085 (gdb-var-list-children-regexp): New constants.
7086 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7087 (gdb-annotation-rules): Reduce annotation set (level 3).
7088 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7089 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7090 updates.
7091 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7092 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7093 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7094 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7095 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7096 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7097 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7098 (gud-display, gud-display1)
7099 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7100 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7101 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7102 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7103 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7104 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7105 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7106 (gdb-display-display-buffer, gdb-toggle-display)
7107 (gdb-delete-display, gdb-expressions-popup-menu)
7108 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7109 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7110 to display buffer.
7111
7112 2003-09-30 Richard M. Stallman <rms@gnu.org>
7113
7114 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7115 Instead, set which-func-functions.
7116
7117 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7118 (which-func-functions): New variable.
7119 (which-function): Use that.
7120
7121 * info.el (Info-mode): Double each `%' in header line.
7122
7123 * emacs-lisp/lisp-mnt.el (lm-with-file):
7124 When FILE is nil, run BODY in current buffer.
7125
7126 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7127
7128 * help.el (describe-mode): Start with a brief list of minor modes.
7129 Find them thru minor-mode-list so as to find them all.
7130 Show them in alphabetical order.
7131
7132 * mail/sendmail.el (mail-aliases): Doc fix.
7133
7134 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7135
7136 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7137
7138 * mail/rmailsum.el (rmail-make-summary-line-1):
7139 Change comma after last label to a space.
7140 (rmail-summary-font-lock-keywords): Adapt to that change.
7141
7142 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7143
7144 * progmodes/scheme.el (scheme-mode-variables): When setting
7145 `font-lock-defaults', also specify that "#" should
7146 be interpreted with `word' syntax.
7147 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7148
7149 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7150
7151 * desktop.el: A lot of comments updated.
7152 (desktop-save-mode): Minor mode introduced.
7153 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7154 (desktop-load-default): Function made obsolete.
7155 (desktop-locals-to-save): Variable made customizable.
7156 (desktop-read): Optional parameter `dirname' added.
7157 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7158 `desktop-read' used.
7159 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7160
7161 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7162
7163 * whitespace.el (whitespace-clean-msg): Add user customizable message
7164 for displaying ``clean'' output.
7165 (whitespace-buffer): Use `whitespace-clean-msg'.
7166 (whitespace-global-mode): Fix typo.
7167
7168 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7169
7170 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7171
7172 2003-09-29 Lute Kamstra <lute@gnu.org>
7173
7174 * bindings.el (mode-line-modes): Remove superfluous :propertize
7175 construct in initialization.
7176 (mode-line-position): Change cons cell into proper list in
7177 initialization.
7178
7179 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7180
7181 * international/mule.el (decode-coding-inserted-region): Use car
7182 of the return value of find-operation-coding-system.
7183
7184 2003-09-29 Kenichi Handa <handa@m17n.org>
7185
7186 * descr-text.el (describe-char): Fix previous change.
7187
7188 2003-09-28 Kenichi Handa <handa@m17n.org>
7189
7190 * descr-text.el (describe-char-display): New function.
7191 (describe-char): Pay attention to display table on describing how
7192 a character is displayed.
7193
7194 * international/mule-cmds.el (encoded-string-description):
7195 Prepend "0x" to each encoded byte.
7196
7197 2003-09-28 Andreas Schwab <schwab@suse.de>
7198
7199 * find-file.el (ff-special-constructs): Add autoload cookie.
7200
7201 2003-09-28 Kevin Ryde <user42@zip.com.au>
7202
7203 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7204 makeinfo appends to duplicate index entries.
7205
7206 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7207
7208 * dired-x.el (dired-clean-tex): Doc fix.
7209
7210 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7211 using a Chinese tutorial.
7212
7213 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7214
7215 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7216 between "MAIL FROM:" and "RCPT TO:" and the following address.
7217
7218 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7219
7220 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7221
7222 2003-09-28 David Ponce <david@dponce.com>
7223
7224 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7225 (recentf-load-list): When `recentf-initialize-file-name-history'
7226 is non-nil, initialize an empty `file-name-history' with the
7227 recent list.
7228
7229 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7230
7231 * man.el (Man-default-man-entry): Remove the leading `*' from the
7232 word at point.
7233
7234 2003-09-26 Lute Kamstra <lute@gnu.org>
7235
7236 * bindings.el (mode-line-position): Mention size indication in
7237 docstring.
7238
7239 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7240
7241 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7242
7243 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7244 because it's autoloaded now.
7245
7246 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7247
7248 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7249 (sh-font-lock-keywords, sh-feature): Fix previous change of
7250 sh-feature to avoid infloop with sh-font-lock-keywords.
7251
7252 2003-09-25 Kim F. Storm <storm@cua.dk>
7253
7254 * frame.el (frame-current-scroll-bars): New defun.
7255
7256 * window.el (window-current-scroll-bars): New defun.
7257
7258 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7259
7260 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7261 cause errors when the state cache contains info on parts that have
7262 been narrowed out.
7263
7264 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7265
7266 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7267 `c-setup-paragraph-variables' has to be used when this variable is
7268 changed; it doesn't work to reinitialize the mode since that
7269 typically clobbers the variable.
7270
7271 * progmodes/cc-styles.el (c-setup-paragraph-variables):
7272 Make it interactive.
7273
7274 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7275
7276 * progmodes/cc-fonts.el (c-font-lock-declarations):
7277 Fix recognition of constructors and destructors for classes whose
7278 names are matched by `*-font-lock-extra-types'.
7279
7280 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7281 followed by an identifier in C++ then it's a type.
7282
7283 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7284
7285 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7286 problem that primarily affected XEmacs. Don't use faces to find
7287 unterminated strings since Emacs and XEmacs fontify strings
7288 differently - this function should now work better in XEmacs.
7289
7290 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7291
7292 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7293 `expand-abbrev' workaround which caused braces to misbehave inside
7294 macros.
7295
7296 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7297 handling. This bug could cause interactive font locking to bail out.
7298
7299 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7300
7301 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7302 Handle paren-style types in Pike. Also fixed some cases of
7303 insufficient handling of unbalanced parens.
7304
7305 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
7306
7307 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7308 common shell prompts that are not common filename or URL characters.
7309 (ffap-file-at-point): Use the new regexp to strip the prompts from
7310 the file names. This is an issue mostly for user prompts that
7311 don't have a trailing space and find-file-at-point is invoked from
7312 within a shell inside Emacs.
7313
7314 2003-09-24 Andre Spiegel <spiegel@gnu.org>
7315
7316 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7317 stamps numerically, rather than textually.
7318
7319 2003-09-24 Kenichi Handa <handa@m17n.org>
7320
7321 * language/devan-util.el (devanagari-post-read-conversion):
7322 * language/mlm-util.el (malayalam-post-read-conversion):
7323 * language/tml-util.el (tamil-post-read-conversion):
7324 Add autoload cookie.
7325
7326 * international/utf-8.el (utf-8-post-read-conversion):
7327 Call post-read-conversion functions for Devanagari, Malayalam,
7328 and Tamil.
7329
7330 2003-09-23 Dave Love <fx@gnu.org>
7331
7332 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7333
7334 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
7335
7336 * progmodes/gud.el (perldb): Add gud-until to list of commands.
7337 Update gud-remove.
7338
7339 2003-09-22 Richard M. Stallman <rms@gnu.org>
7340
7341 * progmodes/sh-script.el (sh-mode-default-syntax-table):
7342 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
7343 (sh-mode-syntax-table-input): New variable.
7344 (sh-require-final-newline): Don't use eval.
7345 (sh-builtins, sh-leading-keywords, sh-other-keywords)
7346 (sh-variables, sh-font-lock-keywords): Don't use eval.
7347 (sh-set-shell): When setting require-final-newline,
7348 treat value = `require-final-newline' as don't change it.
7349 Set sh-mode-syntax-table locally based on
7350 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7351
7352 * progmodes/compile.el (compile-internal):
7353 Call compilation-set-window-height before setting window start.
7354
7355 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
7356
7357 * emacs-lisp/bytecomp.el (byte-compile-log-file):
7358 Clear out byte-compile-last-warned-form.
7359
7360 2003-09-22 Richard M. Stallman <rms@gnu.org>
7361
7362 * woman.el (woman-file-name, woman-follow-word):
7363 If current-word returns nil, use "".
7364
7365 * simple.el (eval-expression): Bind standard-output in to-buffer case.
7366
7367 2003-09-22 Richard M. Stallman <rms@gnu.org>
7368
7369 * emacs-lisp/lisp-mnt.el (lm-with-file):
7370 Don't visit the file, just use insert-file-contents in temp buffer.
7371
7372 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
7373
7374 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7375 Add surrounding \\( and \\) around the header, as in
7376 for lm-history-header 'Change Log\\|History'.
7377
7378 2003-09-22 John Paul Wallington <jpw@gnu.org>
7379
7380 * progmodes/ld-script.el: Add Commentary section,
7381 minor cleanup of file header.
7382 (ld-script-font-lock-keywords): Doc fix.
7383 (toplevel): Provide `ld-script' feature.
7384
7385 2003-09-21 Kim F. Storm <storm@cua.dk>
7386
7387 * scroll-bar.el (set-scroll-bar-mode): Initialize to
7388 new built-in variable default-frame-scroll-bars.
7389 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
7390 scroll-bar-mode; notably, use it instead of t when we toggle
7391 scroll-bars on.
7392 (toggle-scroll-bar): Use default-frame-scroll-bars.
7393
7394 2003-09-19 Masatake YAMATO <jet@gyve.org>
7395
7396 * pcvs.el (cvs-do-removal): Change the prompt depending on
7397 `filter' value.
7398
7399 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7400
7401 * startup.el (command-line-1): Stop startup-echo-area-message
7402 being hidden by "Loading image..." message.
7403 (use-fancy-splash-screens-p, display-splash-screen):
7404 Move display-graphic-p test from latter to former.
7405
7406 * progmodes/sh-script.el (sh-font-lock-keywords):
7407 Highlight escaped EOLs differently from other backslash constructs.
7408
7409 2003-09-19 Richard M. Stallman <rms@gnu.org>
7410
7411 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
7412 New functions.
7413 (edebug-enter, edebug-outside-excursion): Use them.
7414
7415 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7416 Fix the condition for whether to print "In WHERE".
7417
7418 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
7419
7420 * finder.el (finder-mode-hook): New variable.
7421 (finder-mode): Run hook finder-mode-hook
7422
7423 2003-09-18 Masatake YAMATO <jet@gyve.org>
7424
7425 * progmodes/ebrowse.el: Fix broken magic autoload comments.
7426
7427 2003-09-17 Mario Lang <mlang@delysid.org>
7428
7429 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
7430 "p %e" to actually print the value in the GUD buffer.
7431
7432 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
7433
7434 From David Ponce <david.ponce@wanadoo.fr>:
7435 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
7436 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
7437 from loaddefs-boot.el if necessary.
7438
7439 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
7440
7441 * progmodes/gud.el (gud-find-class): Make jdb work again since
7442 cc-mode changed the syntactic information.
7443
7444 2003-09-15 David Ponce <david@dponce.com>
7445
7446 * recentf.el: (recentf-exclude): Accept predicates too.
7447 (recentf-file-readable-p): New function.
7448 (recentf-include-p): Handle predicates in recentf-exclude.
7449 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
7450 (recentf-cleanup): Likewise.
7451 (recentf-save-list): Use write-file to handle backup of
7452 recentf-save-file.
7453
7454 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
7455
7456 * loaddefs-boot.el: Renamed from `loaddefs.el'
7457 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
7458 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
7459 necessary.
7460
7461 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
7462
7463 * electric.el (Electric-pop-up-window): For the `one-window' case,
7464 no longer disconcertingly move point in the original buffer.
7465
7466 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7467
7468 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
7469
7470 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
7471
7472 * dired.el (dired-mode-map): Fix typo.
7473
7474 2003-09-11 Richard M. Stallman <rms@gnu.org>
7475
7476 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
7477
7478 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7479
7480 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
7481 the function is less noisy. Now only `kill-buffer' can ask questions.
7482
7483 2003-09-10 Mario Lang <mlang@delysid.org>
7484
7485 * battery.el: Update Commentary and Copyright.
7486 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
7487 appear due to wrong ordering of the expressions in `or'.
7488
7489 2003-09-09 Lute Kamstra <lute@gnu.org>
7490
7491 * misc.el (upcase-char): Fix docstring.
7492 (zap-up-to-char): New command.
7493
7494 2003-09-08 David Ponce <david@dponce.com>
7495
7496 Ensure that recentf correctly updates the menu bar.
7497 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
7498 (recentf-menu-bar): New function.
7499 (recentf-clear-data): Use it
7500 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
7501 of easy-menu-change.
7502
7503 2003-09-08 Lute Kamstra <lute@gnu.org>
7504
7505 * simple.el (size-indication-mode): New.
7506 * bindings.el (mode-line-position): Add buffer size indicator.
7507
7508 2003-09-04 Mario Lang <mlang@delysid.org>
7509
7510 * battery.el (battery-linux-proc-acpi): New function.
7511 (battery-status-function): Modify default value calculation to also
7512 check for availability of ACPI.
7513 (battery-echo-area-format): Ditto.
7514 (battery-mode-line-format): Ditto.
7515
7516 2003-09-06 Dave Love <fx@gnu.org>
7517
7518 * ielm.el (ielm-mode-hook): Add :options.
7519
7520 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
7521 (eldoc-print-current-symbol-info): Use it.
7522
7523 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
7524
7525 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
7526 being displayed in GUD buffer.
7527 (gdb-idle-input-queue): Remove var. Use just one queue.
7528 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
7529 Remove functions. Use just one queue.
7530 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
7531 (gdb-invalidate-assembler, gdb-get-current-frame):
7532 Modify functions. Use just one queue.
7533
7534 2003-09-04 Dave Love <fx@gnu.org>
7535
7536 * cus-start.el: Add blink-cursor-alist.
7537
7538 * ruler-mode.el (ruler-mode-fill-column-char)
7539 (ruler-mode-current-column-char): Use char-displayable-p,
7540 not window-system.
7541
7542 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
7543
7544 * language/european.el (windows-1252): Move from code-pages.
7545
7546 * language/cyrillic.el ("Windows-1251"): Delete.
7547 ("Bulgarian", "Belarusian"): Remove `features'.
7548 (windows-1251): Move from code-pages.
7549
7550 * international/mule-diag.el (non-iso-charset-alist):
7551 Remove `codepage' stuff.
7552 (print-designation, list-coding-systems-1): Output fixes.
7553
7554 * international/code-pages.el (cp-make-translation-table)
7555 (cp-valid-codes): Made defsubsts.
7556 (cp-fix-safe-chars): Delete.
7557 (mule-diag): Don't require.
7558 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
7559 (top-level): Check for defined coding system when defining
7560 cp... aliases. Change w32-add-charset-info test to avoid warning.
7561 (non-iso-charset-alist): Defvar when compiling.
7562 (cp-make-coding-system): Doc fix.
7563
7564 2003-09-02 Jason Rumney <jasonr@gnu.org>
7565
7566 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
7567 line-ends from CVS before doing conversion.
7568
7569 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
7570
7571 * calendar/diary-lib.el (diary-header-line-flag)
7572 (diary-header-line-format): New variables.
7573 (list-diary-entries): Use them to set header line in simple diary.
7574
7575 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
7576 other than font-lock-string-face to highlight backslashes.
7577
7578 2003-09-01 Jason Rumney <jasonr@gnu.org>
7579
7580 * international/titdic-cnv.el (tit-read-key-value): Include \r in
7581 regexp.
7582
7583 2003-09-01 Dave Love <fx@gnu.org>
7584
7585 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
7586
7587 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
7588 and :help; also line and column numbers labels.
7589
7590 * international/mule-util.el (char-displayable-p): Move from
7591 latin1-disp, rename and autoload.
7592
7593 * international/latin1-disp.el (latin1-char-displayable-p):
7594 Now obsolete alias. Replace uses with char-displayable-p.
7595 (latin1-display-ucs-per-lynx): Fix last change.
7596
7597 * international/mule-cmds.el (standard-display-european-internal):
7598 Don't use char code for Latin-1 NBSP.
7599 <XFree86 4>: Unfrob NBSP display table. Set display table to use
7600 U+2018, U+2019 for `'.
7601 (select-safe-coding-system): Message fix.
7602
7603 2003-09-01 Kenichi Handa <handa@m17n.org>
7604
7605 * international/fontset.el (setup-default-fontset): For Thai
7606 font, specify "*" family.
7607
7608 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7609
7610 * progmodes/compile.el (previous-error): Accept a prefix
7611 argument, similarly to next-error.
7612
7613 2003-08-31 Masatake YAMATO <jet@gyve.org>
7614
7615 * pcvs.el (cvs-do-removal): Use = instead of eq to check
7616 the number of files. Bind the number of files to a local
7617 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
7618
7619 2003-08-30 Eli Zaretskii <eliz@gnu.org>
7620
7621 * vc-hooks.el (vc-make-version-backup): Fix the change made on
7622 2003-07-26: msdos-long-file-names is a function, not a variable.
7623
7624 2003-08-29 Richard M. Stallman <rms@gnu.org>
7625
7626 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
7627 Do nothing with mail-personal-alias-file if it is nil.
7628
7629 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
7630 Do nothing if mail-personal-alias-file is nil.
7631
7632 * term.el (term-exec-1): Bind coding-system-for-read.
7633
7634 * dired.el (dired-mouse-find-file-other-window):
7635 Use dired-view-command-alist here, as in dired-view-file.
7636 (dired-view-command-alist): Use %s to substitute file name.
7637 Handle .ps_pages, .eps, .jpg, .gif, .png.
7638
7639 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7640
7641 * info.el (Info-mode-map): Bind S-tab and <backtab> to
7642 `Info-prev-reference', instead of M-tab.
7643
7644 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
7645
7646 * simple.el (blink-matching-open): Work correctly on chars that
7647 are designated as parens through the syntax-table text property.
7648
7649 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
7650
7651 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
7652 line break position in the middle of a non-kinsoku (e.g. latin)
7653 word, making it skip until either a space or a character with
7654 category "|".
7655 (kinsoku-longer): Test for end of buffer.
7656
7657 2003-08-28 Eli Zaretskii <eliz@gnu.org>
7658
7659 * mail/rmail.el (rmail-convert-to-babyl-format):
7660 Detect quoted-printable- and base64-encoded messages and decode them
7661 automatically. Set the message's encoding from the charset=
7662 header, if any. Decode base64-encoded messages in Mail format as well.
7663
7664 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7665
7666 * mail/smtpmail.el: Fix previous change.
7667 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
7668 calling smtpmail-via-smtp.
7669 (smtpmail-via-smtp): Add fall-back values for envelope-from.
7670
7671 2003-08-26 John Paul Wallington <jpw@gnu.org>
7672
7673 * image.el (image-jpeg-p): Don't search beyond length of data.
7674
7675 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7676
7677 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
7678 misfeature in `expand-abbrev' which caused electric keywords like
7679 "else" to disappear if an open brace was typed directly afterwards.
7680
7681 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7682
7683 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
7684 mandatory in `define-widget'.
7685
7686 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
7687 Don't align the operators "!=", "<=" and ">=" as assignment operators.
7688
7689 (c-assignment-operators): New language constant that only contains
7690 the assignment operators.
7691
7692 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
7693
7694 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7695
7696 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7697 Safeguard against unbalanced sexps.
7698
7699 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
7700
7701 * version.el (emacs-version): Check for gtk. Include gtk version info.
7702
7703 2003-08-25 John Paul Wallington <jpw@gnu.org>
7704
7705 * man.el (Man-default-man-entry): Don't whizz past the section
7706 number before looking for it.
7707
7708 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
7709
7710 * progmodes/gud.el (gud-display-line): Don't set window-point if
7711 source buffer is not visible. (Only happens with M-x gdba.)
7712
7713 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
7714 documentation.
7715 (gdb-source, gdb-source-info): Update to assembler unnecessary
7716 as its done after each GDB command anyway.
7717 (gdb-pre-prompt): Use with-current-buffer.
7718 (gdb-insert-field): Add help-echo text.
7719 (gdb-invalidate-assembler): Re-display of assembler now done in
7720 gdb-info-breakpoints-custom.
7721 (gdb-info-breakpoints-custom): Force re-display of assembler to
7722 happen *after* update of breakpoints buffer.
7723 (gdb-display-source-buffer): Don't choke if gdb-source-window
7724 isn't visible.
7725 (gdb-put-string, gdb-put-arrow): Remove free variables.
7726
7727 2003-08-24 John Paul Wallington <jpw@gnu.org>
7728
7729 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
7730
7731 * man.el (Man-default-man-entry): Strip text properties when
7732 snarfing parts of entry because `format' preserves properties.
7733
7734 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7735
7736 * files.el (file-newest-backup): Use `expand-file-name'.
7737
7738 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
7739 Allow the diary to pop up a new frame, if needed.
7740
7741 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
7742 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
7743 (smtpmail-send-it): Make treatment of envelope-from consistent with
7744 sendmail.el.
7745
7746 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
7747 (sh-leading-keywords): Add the bash `time' reserved word.
7748 (sh-variables): Add some bash variables.
7749 (sh-add-completer): Fix nil branch of case statement.
7750
7751 2003-08-24 Masatake YAMATO <jet@gyve.org>
7752
7753 * progmodes/ld-script.el: New file.
7754
7755 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
7756
7757 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
7758
7759 2003-08-23 Andre Spiegel <spiegel@gnu.org>
7760
7761 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
7762 Better explain obsolescence, and what to use instead.
7763
7764 2003-08-23 Masatake YAMATO <jet@gyve.org>
7765
7766 * pcvs.el (cvs-do-removal): Show the deleted file name
7767 on the prompt.
7768
7769 2003-08-20 Dave Love <fx@gnu.org>
7770
7771 * international/mule.el (make-coding-system)
7772 (set-buffer-file-coding-system): Doc fix.
7773
7774 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
7775
7776 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
7777
7778 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
7779
7780 * international/utf-16.el: Add mime-text-unsuitable coding system
7781 properties.
7782
7783 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
7784
7785 * cus-edit.el: Add some :links.
7786 (bib): Remove.
7787
7788 * textmodes/bib-mode.el (bib): Add :group external.
7789
7790 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
7791
7792 * wid-edit.el (widget-echo-help): Make it handle expressions that
7793 evaluate to strings.
7794
7795 2003-08-18 Michael Mauger <mmaug@yahoo.com>
7796
7797 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
7798
7799 Simplify selection of SQL products to define highlighting and
7800 interactive mode. Includes detailed instructions on adding
7801 support for new products.
7802
7803 * progmodes/sql.el (sql-product): New variable. Identifies SQL
7804 product for use in highlighting and interactive mode.
7805 (sql-interactive-product): New variable. SQL product for
7806 sql-interactive-mode.
7807 (sql-product-support): New variable. Specifies product-specific
7808 parameters to drive highlighting and interactive mode.
7809 (sql-imenu-generic-expression): Add more object types.
7810 (sql-sqlite-options): Correct comment.
7811 (sql-ms-program): Use "osql" rather than "isql".
7812 (sql-prompt-regexp, sql-prompt-length): Update comment.
7813 (sql-mode-menu): Add "Start SQLi session" entry.
7814 Replace Highlighting submenu with Product menu. Fix Send Region entry.
7815 (sql-mode-abbrev-table): Add abbreviations. Support of
7816 SYSTEM-FLAG on define-abbrev. Support was removed with last
7817 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
7818 (sql-mode-font-lock-object-name): Add font-lock pattern for object
7819 names.
7820 (sql-mode-ansi-font-lock-keywords): Set as default value.
7821 (sql-mode-oracle-font-lock-keywords): Set as default value.
7822 Support Oracle 9i keywords.
7823 (sql-mode-postgres-font-lock-keywords): Set as default value.
7824 (sql-mode-linter-font-lock-keywords): Set as default value.
7825 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
7826 SQLServer 2000.
7827 (sql-mode-sybase-font-lock-keywords)
7828 (sql-mode-interbase-font-lock-keywords)
7829 (sql-mode-sqlite-font-lock-keywords)
7830 (sql-mode-strong-font-lock-keywords)
7831 (sql-mode-mysql-font-lock-keywords)
7832 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
7833 keywords.
7834 (sql-mode-font-lock-defaults): Update comment.
7835 (sql-product-feature): New function. Returns feature associated
7836 with a product from `sql-product-support' alist.
7837 (sql-product-font-lock): New function. Set font-lock support
7838 based on `sql-product'.
7839 (sql-add-product-keywords): New function. Add font-lock rules to
7840 product-specific keyword variables.
7841 (sql-set-product): New function. Set `sql-product' and apply
7842 appropriate font-lock highlighting.
7843 (sql-highlight-product): New function. Set font-lock support
7844 based on a product. Also set mode name to include product name.
7845 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
7846 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
7847 Use `sql-set-product'.
7848 (sql-highlight-ms-keywords)
7849 (sql-highlight-sybase-keywords)
7850 (sql-highlight-interbase-keywords)
7851 (sql-highlight-strong-keywords)
7852 (sql-highlight-mysql-keywords)
7853 (sql-highlight-sqlite-keywords)
7854 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
7855 (sql-get-login): Prompt in the same order as the tokens.
7856 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
7857 (sql-product-interactive): New function. Common portions of
7858 product-specific interactive mode wrappers.
7859 (sql-interactive-mode): Rewritten to use product features.
7860 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7861 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7862 (sql-db2, sql-linter): Use `sql-product-interactive'.
7863 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7864 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7865 (sql-connect-ingres, sql-connect-postgres)
7866 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7867 New functions. Format command line parameters and invoke comint on
7868 the appropriate interpreter. Code was in the corresponding
7869 `sql-xyz' function before.
7870 (sql-connect-ms): New function. Support -E argument to use
7871 operating system credentials for authentication.
7872
7873 2003-08-18 Kenichi Handa <handa@m17n.org>
7874
7875 * international/mule.el (encode-char): Fix for the ASCII case.
7876
7877 2003-08-15 Kenichi Handa <handa@m17n.org>
7878
7879 * international/fontset.el (setup-default-fontset): Change "*" to
7880 nil in the specifications of font family.
7881
7882 2003-08-18 Kim F. Storm <storm@cua.dk>
7883
7884 * kmacro.el (kmacro-keymap): Group related bindings in
7885 initialization for clarity. Bind C-s to start macro.
7886 Remove C-r binding.
7887 (kmacro-initial-counter-value): New defvar to hold initial counter
7888 value in case we set the value before defining a macro.
7889 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
7890 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
7891 not defining or executing macro. Doc fix.
7892 (kmacro-add-counter): Clear kmacro-initial-counter-value.
7893 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
7894 temporarily view older elements on the macro ring without cycling
7895 the ring.
7896 (kmacro-display): Doc fix.
7897 (kmacro-exec-ring-item): New helper function.
7898 (kmacro-call-ring-2nd): Use it.
7899 (kmacro-call-ring-2nd-repeat): Doc fix.
7900 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
7901 (kmacro-end-or-call-macro): Execute last viewed macro (using
7902 kmacro-exec-ring-item) from ring if this follows
7903 kmacro-view-macro. This allows us to find a macro on the ring
7904 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
7905 the ring to bring it to the head of the ring.
7906 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
7907 Allow binding to reserved keys without specifying C-x C-k prefix.
7908 Ask for confirmation if entered key sequence is already bound to
7909 a non-macro command.
7910 (kmacro-view-macro): Repeating command will show older elements
7911 on the macro ring; C-k will execute the last viewed macro.
7912 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
7913 property from 'ring to 'head.
7914
7915 2003-08-17 Alan Shutko <ats@acm.org>
7916
7917 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
7918 keeping December out of the alist.
7919
7920 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
7921
7922 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
7923 * calendar/calendar.el (calendar-mode-map): Bind it to key.
7924 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
7925 (calendar-flatten): New function.
7926 (calendar-mouse-view-other-diary-entries)
7927 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
7928 in the menu title and to show multi-line diary entries correctly
7929 in the menu.
7930
7931 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
7932
7933 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
7934 defcustom, because the default was recently changed.
7935
7936 2003-08-16 Richard M. Stallman <rms@gnu.org>
7937
7938 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
7939
7940 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7941 New subroutine, broken out of eval-last-sexp-1.
7942 (eval-last-sexp-1): Use eval-last-sexp-print-value.
7943
7944 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
7945
7946 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
7947
7948 * simple.el (eval-expression): Use eval-last-sexp-print-value.
7949
7950 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
7951
7952 * progmodes/compile.el (compilation-error-regexp-alist):
7953 Add Java ANt error detection as described in document
7954 http://ant.apache.org/faq.html
7955
7956 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
7957
7958 * simple.el (backward-word, forward-to-indentation)
7959 (backward-to-indentation): Argument changed to optional.
7960 (next-line, previous-line): Use `or' instead of `unless'.
7961
7962 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7963
7964 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
7965 instead of a constant.
7966
7967 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
7968
7969 * shell.el (shell): With prefix-arg, suggest a new buffer name.
7970
7971 2003-08-12 Andre Spiegel <spiegel@gnu.org>
7972
7973 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
7974 (vc-sccs-workfile-version): Search the entire delta table, rather
7975 than just the first entry, because that might be a deleted version.
7976
7977 2003-08-11 Karl Fogel <kfogel@red-bean.com>
7978
7979 * menu-bar.el (menu-bar-options-menu): Supply a body for the
7980 [save-place] binding in the Options menu. Have it require
7981 'saveplace' and then toggle the variable manually, to avoid an an
7982 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
7983 for the bug report.
7984
7985 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
7986
7987 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
7988 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
7989 (gdb-info-threads-custom): Add help-echo text.
7990 (gdb-display-back): Don't use purecopy.
7991 (gdb-info-breakpoints-custom, gdb-reset)
7992 (gdb-assembler-custom): Use display-images-p to test if breakpoint
7993 icons can be displayed.
7994
7995 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
7996
7997 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
7998
7999 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8000
8001 * bookmark.el (bookmark-completing-read):
8002 Return a string, instead of a list of one string.
8003 Use a popup menu if activated from the mouse.
8004 (bookmark-edit-annotation): Remove unused vars.
8005 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8006 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8007 to bookmark-completing-read.
8008 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8009 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8010 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8011 and erase-buffer.
8012 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8013 (bookmark-menu-jump, bookmark-menu-insert)
8014 (bookmark-popup-menu-and-apply-function)
8015 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8016 (bookmark-menu-build-paned-menu): Remove by folding it into
8017 bookmark-menu-popup-paned-menu.
8018 (menu-bar-bookmark-map): Move the define-key statements here.
8019 Use the "non-menu" commands since they now pop up a menu if needed.
8020 (bookmark-exit-hook-internal): Simplify.
8021
8022 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8023
8024 * reftex-toc.el (reftex-toc-rename-label): New function.
8025 (reftex-toc-check-docstruct): New function.
8026
8027 * reftex.el (reftex-region-active-p): New function.
8028
8029 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8030 regexp to find the \bibliography macro.
8031
8032 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8033 which does not exist in LaTeX.
8034 (reftex-cite-format-builtin): Added amsrefs support.
8035 (reftex-toc-confirm-promotion): New option
8036
8037 * reftex-toc.el
8038 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8039 (reftex-toc-demote, reftex-toc-promote)
8040 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8041 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8042 (reftex-toc-newhead-from-alist)
8043 (reftex-toc-load-all-files-for-promotion): New functions.
8044 (reftex-toc-help): Added description of new keys.
8045 (reftex-toc-split-windows-fraction): New option.
8046 (reftex-recenter-toc-when-idle): Search *toc* window on all
8047 visible frames.
8048 (reftex-toc): Additional parameter REUSE
8049 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8050 with REUSE argument.
8051 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8052 the call of `reftex-toc'.
8053 (reftex-make-separate-toc-frame): New function .
8054 (reftex-toc-recenter): When called with triple prefix arg, call
8055 `reftex-make-separate-toc-frame' first.
8056 (reftex-toc-toggle-dedicated-frame): New command.
8057 (reftex-toc-quit): Adapted to delete frame when called in
8058 dedicated frame.
8059
8060 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8061 all enclosing macros.
8062
8063
8064 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8065
8066 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8067 first use.
8068
8069 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8070
8071 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8072
8073 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8074
8075 * calendar/calendar.el (list-diary-entries-hook)
8076 (diary-display-hook, nongregorian-diary-listing-hook)
8077 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8078 Add some customize options for these hooks.
8079 (calendar-abbrev-construct): Don't try to take a substring longer
8080 than the original string.
8081
8082 2003-08-05 Richard M. Stallman <rms@gnu.org>
8083
8084 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8085 (testcover-reinstrument-clauses): Doc fix.
8086
8087 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8088 (warning-type-format): Rename from warning-group-format.
8089
8090 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8091 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8092 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8093 to prevent warnings about defvar for an obsolete variable.
8094
8095 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8096 warning-group-format renamed to warning-type-format.
8097
8098 * subr.el (read-passwd): Use clear-string instead of fillarray.
8099
8100 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8101 Use vconcat instead of concat.
8102 (edmacro-sanitize-for-string): New function.
8103
8104 2003-08-05 Dave Love <fx@gnu.org>
8105
8106 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8107 line-number-display-limit-width.
8108
8109 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8110
8111 2003-08-05 Kenichi Handa <handa@m17n.org>
8112
8113 * international/code-pages.el: Don't require mule-diag.
8114
8115 * international/mule-diag.el (non-iso-charset-alist):
8116 Add autoload cookie.
8117
8118 * language/devan-util.el (dev-glyph-order): Add an entry for the
8119 glyph code #xC4.
8120
8121 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8122
8123 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8124 (european-calendar-style, diary-date-forms)
8125 (calendar-day-name-array, calendar-month-name-array): Doc change.
8126 (generate-calendar-month): Adapt for new behaviour of
8127 `calendar-day-name' function.
8128 (calendar-abbrev-length, calendar-day-abbrev-array)
8129 (calendar-month-abbrev-array): New variables.
8130 (calendar-abbrev-construct): New function.
8131 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8132 rather than fixing abbrevs at some width. Calling syntax change.
8133 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8134 (calendar-date-string): Adapt for new behaviours of
8135 `calendar-day-name' and `calendar-month-name' functions.
8136
8137 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8138 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8139 (diary-name-pattern): Use abbrev arrays, rather than fixing
8140 abbrevs at three chars. Calling syntax change.
8141 (mark-diary-entries): Adapt for new behaviours of
8142 `diary-name-pattern' and `calendar-make-alist' functions.
8143 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8144 `diary-name-pattern' function.
8145 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8146 fixing abbrevs at three chars. Calling syntax change.
8147 (cal-hebrew, cal-islam): Require when compiling.
8148 (diary-font-lock-keywords): Adapt for new behaviour of
8149 `font-lock-diary-date-forms' function.
8150
8151 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8152 (calendar-hebrew-month-name-array-common-year)
8153 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8154 (list-hebrew-diary-entries): Adapt for new behaviours of
8155 `calendar-day-name' and `add-to-diary-list' functions.
8156 (mark-hebrew-diary-entries): Adapt for new behaviours of
8157 `diary-name-pattern' and `calendar-make-alist' functions.
8158
8159 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8160 Add doc string.
8161 (list-islamic-diary-entries): Adapt for new behaviours of
8162 `calendar-day-name' and `add-to-diary-list' functions.
8163 (mark-islamic-diary-entries): Adapt for new behaviours of
8164 `diary-name-pattern' and `calendar-make-alist' functions.
8165
8166 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8167 `calendar-month-name' function.
8168
8169 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8170
8171 * calendar/solar.el (solar-seasons-data): Move definition before use.
8172
8173 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8174 (cal-tex-LaTeX-hourbox): Move definition before use.
8175
8176 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8177 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8178 lunar.el, solar.el
8179 (displayed-month, displayed-year): Define for compiler.
8180
8181 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8182
8183 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8184 MODE. Renamed from c-init-c-language-vars'.
8185 (c-initialize-cc-mode): Change accordingly.
8186 (c-common-init): Ditto.
8187 (c-mode): Ditto.
8188 (c++-mode): Use `c-init-language-vars-for'.
8189 (objc-mode): Ditto.
8190 (java-mode): Ditto.
8191 (idl-mode): Ditto.
8192 (pike-mode): Ditto.
8193 (awk-mode): Ditto.
8194
8195 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8196
8197 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8198 or not the point moved.
8199
8200 (c-search-decl-header-end): Don't trip up on operator identifiers
8201 in C++ and operators like == in all languages.
8202
8203 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8204 Detect leading labels correctly.
8205
8206 2003-08-02 Andreas Schwab <schwab@suse.de>
8207
8208 * textmodes/ispell.el: Don't redo key bindings on loading, put
8209 them only in loaddefs.el.
8210 * bookmark.el: Likewise.
8211 * dabbrev.el: Likewise.
8212 * emerge.el: Likewise.
8213
8214 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8215 has more than one member.
8216
8217 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8218
8219 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8220
8221 * lpr.el (printify-region): It was ending conversion before the
8222 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8223
8224 2003-07-31 John Paul Wallington <jpw@gnu.org>
8225
8226 * net/browse-url.el (browse-url-epiphany): Doc fix.
8227
8228 2003-07-30 Kenichi Handa <handa@m17n.org>
8229
8230 * international/fontset.el (setup-default-fontset):
8231 Change registry names of Akurti fonts.
8232
8233 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8234
8235 * comint.el (comint-read-noecho): Use `clear-string' instead of
8236 `fillarray'.
8237
8238 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8239
8240 * outline.el (outline-mode-hook): Add defvar.
8241
8242 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8243
8244 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8245 Restore assembler in source window if that is what has been selected.
8246 (menu): Add gdb-restore-windows to menu. Make gdba
8247 specific menus only visible from gdba.
8248
8249 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8250
8251 * progmodes/compile.el (compilation-environment): New user variable.
8252 (compile-internal): Respect it.
8253
8254 2003-07-23 Masatake YAMATO <jet@gyve.org>
8255
8256 * progmodes/gud.el (gdb-script-font-lock-keywords):
8257 Put `font-lock-function-name-face' on a symbol which includes
8258 `-' like `hook-run'. Put font-lock-variable-name-face
8259 on a symbol starting with $.
8260
8261 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8262
8263 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8264
8265 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8266
8267 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8268
8269 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8270
8271 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8272 Use with-no-warnings.
8273 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8274 rather than to find-file-not-found-hook, which doesn't exist.
8275
8276 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8277
8278 * international/quail.el (quail-translate-key): Fix previous change.
8279
8280 2003-07-25 John Paul Wallington <jpw@gnu.org>
8281
8282 * server.el (server-start): Check `server-process' is non-nil
8283 before killing it to avoid killing current buffer's process.
8284
8285 * simple.el (choose-completion-string): Use `minibufferp';
8286 test `completion-reference-buffer' if `buffer' arg is nil.
8287 (push-mark): Use `when' and `unless'.
8288 (pop-mark): Use `when'.
8289
8290 * mouse-sel.el (mouse-sel-get-selection-function):
8291 Check `x-last-selected-text-primary'. Don't barf if it or
8292 `x-last-selected-text' aren't bound.
8293
8294 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8295
8296 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8297
8298 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
8299
8300 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8301
8302 2003-07-23 John Paul Wallington <jpw@gnu.org>
8303
8304 * tooltip.el (defface tooltip): Inherit from variable-pitch.
8305
8306 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8307
8308 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8309 string. Defvar the derived hook.
8310
8311 * macros.el (insert-kbd-macro): Escape double quote character.
8312 From Thomas W Murphy <twm@andrew.cmu.edu>.
8313
8314 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
8315
8316 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8317 to match the specific mark rather than reusing comment-start-skip.
8318
8319 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
8320
8321 * progmodes/hideshow.el (hs-special-modes-alist):
8322 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
8323
8324 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
8325
8326 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8327 value using ?\s.
8328
8329 2003-07-21 John Paul Wallington <jpw@gnu.org>
8330
8331 * subr.el (with-selected-window): Add closing paren.
8332
8333 2003-07-21 Richard M. Stallman <rms@gnu.org>
8334
8335 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8336 (lisp-mode): Likewise.
8337
8338 * subr.el (with-selected-window): Copy code form save-selected-window
8339 so as to call select-window with norecord arg.
8340 (dynamic-completion-table): Doc fix.
8341 (lazy-completion-table): Doc fix.
8342
8343 * international/mule-cmds.el (set-locale-environment):
8344 langinfo renamed to locale-info.
8345
8346 * international/mule.el (auto-coding-functions): Doc fix.
8347
8348 2003-07-21 Kenichi Handa <handa@m17n.org>
8349
8350 * international/quail.el (quail-translate-key):
8351 Update quail-current-str correctly.
8352
8353 2003-07-21 Andreas Schwab <schwab@suse.de>
8354
8355 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8356 ?, to "_".
8357
8358 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8359 Version 2.0.36 of Tramp released.
8360
8361 * net/tramp.el (tramp-default-password-end-of-line): Rename from
8362 tramp-password-end-of-line.
8363 (tramp-password-end-of-line): New method parameter.
8364 (tramp-get-password-end-of-line): Function to access method
8365 parameter `tramp-password-end-of-line', or variable
8366 `tramp-default-password-end-of-line' (default value).
8367 (tramp-methods): Add entries for new parameter
8368 tramp-password-end-of-line.
8369 (tramp-enter-password): Use new function
8370 `tramp-get-password-end-of-line'.
8371 (tramp-handle-insert-file-contents): Do not
8372 unconditionally inhibit the file operation file-local-copy, only
8373 do that when the inhibit-file-name-operation is currently
8374 insert-file-contents. This fixes finding remote CVS-controlled
8375 files. (It would barf on inserting the CVS/Entries file
8376 literally, because the file-local-copy handler wasn't called.)
8377 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8378 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8379 (tramp-initial-commands): New variable.
8380 (tramp-process-initial-commands): New function, using the variable.
8381 (tramp-open-connection-setup-interactive-shell): Call the new function.
8382 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
8383 method into the buffer name, never use nil. Reported by Hanak
8384 David <dhanak@inf.bme.hu>.
8385 (tramp-open-connection-setup-interactive-shell): Erase buffer
8386 before sending "stty -onlcr".
8387
8388 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
8389
8390 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
8391
8392 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
8393
8394 2003-07-19 John Paul Wallington <jpw@gnu.org>
8395
8396 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
8397 (artist-draw-rect, artist-draw-square): Doc fixes.
8398
8399 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
8400
8401 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
8402
8403 2003-07-19 Kenichi Handa <handa@m17n.org>
8404
8405 * international/kkc.el (kkc-show-conversion-list-update):
8406 Highlight the correct candidate in the message.
8407
8408 2003-07-18 John Paul Wallington <jpw@gnu.org>
8409
8410 * simple.el (current-word): Don't include punctuation char when
8411 `really-word' arg is non-nil.
8412
8413 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
8414
8415 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
8416 moved to the directory obsolete.
8417
8418 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
8419
8420 * info.el (Info-menu-entry-name-re): Allow newlines in
8421 menu entry names.
8422
8423 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
8424 syntax-ppss-after-change-function.
8425 (syntax-ppss-after-change-function): New alias. Update uses.
8426 (syntax-ppss): Catch the case where the buffer is narrowed.
8427
8428 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8429
8430 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
8431 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
8432
8433 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8434
8435 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
8436 since it might be modified.
8437
8438 * progmodes/cc-langs.el (c++-make-template-syntax-table)
8439 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
8440 names to these language constants.
8441
8442 2003-07-15 Kim F. Storm <storm@cua.dk>
8443
8444 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
8445 All uses changed.
8446
8447 2003-07-14 Mark A. Hershberger <mah@everybody.org>
8448
8449 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
8450 Namespace support.
8451
8452 2003-07-13 Juanma Barranquero <lektu@terra.es>
8453
8454 * frame.el (modify-all-frames-parameters): Reinstall (copyright
8455 papers received).
8456
8457 2003-07-13 Karl Eichwalder <ke@suse.de>
8458
8459 * textmodes/po.el (po-find-charset): White space at the start of the
8460 Content-Type field body is non-mandatory.
8461
8462 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8463
8464 * textmodes/texinfo.el (texinfo-section-list):
8465 Append appendixsection; a synonym for appendixsec.
8466
8467 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
8468
8469 * man.el (Man-translate-cleanup): New.
8470 (Man-translate-references): Call `Man-translate-cleanup' to clean
8471 leading, trailing and middle spaces.
8472
8473 2003-07-13 Lars Hansen <larsh@math.ku.dk>
8474
8475 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
8476 Handle `dired-directory' being a list.
8477
8478 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
8479
8480 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
8481 it doesn't exist.
8482
8483 2003-07-12 Richard M. Stallman <rms@gnu.org>
8484
8485 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
8486
8487 * progmodes/cc-defs.el (c-make-keywords-re):
8488 Don't use delete-duplicates.
8489 (c-lang-const): Don't use mapcan.
8490
8491 * apropos.el (apropos-show-scores): Make it customizable.
8492 Document new meaning.
8493 (apropos): Compute scores from symbols.
8494 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
8495
8496 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8497
8498 * ps-bdf.el: Fix copyright line.
8499 (bdf-directory-list): Fix initialization code.
8500
8501 2003-07-11 John Paul Wallington <jpw@gnu.org>
8502
8503 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
8504 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
8505 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
8506
8507 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
8508
8509 * emacs-lisp/ring.el (ring-elements): Doc fix.
8510
8511 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8512
8513 * calendar/timeclock.el (timeclock-relative)
8514 (timeclock-ask-before-exiting, timeclock-use-display-time):
8515 Doc changes.
8516 (timeclock-modeline-display): Give a message if
8517 `timeclock-use-display-time' is non-nil but `display-time-mode'
8518 is not active.
8519
8520 2003-07-11 Kenichi Handa <handa@m17n.org>
8521
8522 * international/mule-cmds.el (set-language-environment):
8523 Set current-language-environment to the correct string.
8524
8525 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8526
8527 * ps-print.el: Print line number correctly in a region. Reported by
8528 Tim Allen <timallen@ls83.fsnet.co.uk>.
8529 (ps-print-version): New version number (6.6.2).
8530 (ps-printing-region): Code fix.
8531
8532 2003-07-10 John Paul Wallington <jpw@gnu.org>
8533
8534 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
8535 this function can be called from `add-completions-from-tags-table'.
8536
8537 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
8538
8539 * calendar/timeclock.el (timeclock-use-display-time)
8540 (timeclock-day-over-hook, timeclock-workday-remaining)
8541 (timeclock-status-string, timeclock-when-to-leave)
8542 (timeclock-when-to-leave-string, timeclock-log-data)
8543 (timeclock-find-discrep, timeclock-day-base)
8544 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
8545 (timeclock-modeline-display): Set the variable
8546 `timeclock-modeline-display'.
8547 (timeclock-update-modeline): Doc fix. Respect value of
8548 `timeclock-relative'.
8549
8550 2003-07-09 Richard M. Stallman <rms@gnu.org>
8551
8552 * textmodes/reftex-parse.el (reftex-all-document-files):
8553 Add autoload cookie.
8554
8555 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
8556 (reftex-scanning-info-available-p): Add autoload cookie.
8557
8558 * international/mule-cmds.el
8559 (set-display-table-and-terminal-coding-system): Delete duplicate
8560 aset on standard-display-table.
8561
8562 * view.el (view-file): If existing buffer's major mode is special,
8563 don't go into view mode.
8564
8565 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
8566
8567 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8568
8569 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
8570 buffer changes; there's third party code that calls this function
8571 directly.
8572
8573 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8574
8575 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
8576 (autodoc-font-lock-keywords): Don't byte compile on font lock
8577 initialization when running from byte compiled files.
8578
8579 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8580
8581 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
8582 statement ends with auto-increment "++".
8583
8584 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8585
8586 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8587 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8588 these are changed, so declare them as variables and not constants.
8589
8590 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
8591
8592 * subr.el (dolist, dotimes): Doc fix.
8593
8594 2003-07-08 Kim F. Storm <storm@cua.dk>
8595
8596 * international/mule-cmds.el
8597 (set-display-table-and-terminal-coding-system): Don't break
8598 bootstrap if standard-display-table isn't setup yet.
8599
8600 2003-07-07 Richard M. Stallman <rms@gnu.org>
8601
8602 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
8603 Give it a doc string, and autoload it.
8604
8605 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
8606 Use with-no-warnings.
8607
8608 * info.el (Info-search): If find invisible text, search again.
8609
8610 * isearch.el (search-whitespace-regexp): Add a shy group around it.
8611
8612 * man.el (Man-name-regexp): Match + as part of name.
8613
8614 * simple.el (visible-mode): Rename from vis-mode.
8615 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
8616
8617 * simple.el (current-word): New arg REALLY-WORD specifies
8618 don't include punctuation chars.
8619
8620 * emacs-lisp/debug.el (debug, debugger-env-macro):
8621 Use with-no-warnings while accessing and binding unread-command-char.
8622
8623 * international/mule-cmds.el
8624 (set-display-table-and-terminal-coding-system): Use explicit loop
8625 instead of calling standard-display-default.
8626
8627 * net/ange-ftp.el (ange-ftp-file-symlink-p):
8628 Use condition-case to catch error in ange-ftp-get-files.
8629
8630 * net/browse-url.el (browse-url-browser-function):
8631 Add alternative for Epiphany.
8632 (browse-url-epiphany-program, browse-url-epiphany-arguments)
8633 (browse-url-epiphany-startup-arguments)
8634 (browse-url-epiphany-new-window-is-tab): New variables.
8635 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
8636
8637 * progmodes/compile.el (compile-auto-highlight): Default now t.
8638 (compile): Doc fix.
8639 (compilation-next-error): Fix previous change.
8640
8641 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
8642
8643 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
8644
8645 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
8646
8647 * gdb-ui.el (gdb-source-info): Display current frame when
8648 attaching to an existing process.
8649 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
8650 while laying out windows when attaching to an existing process.
8651
8652 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
8653
8654 * info.el (Info-menu): Use Info-menu-entry-name-re.
8655
8656 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
8657
8658 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
8659 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
8660
8661 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
8662 to match the same text.
8663
8664 2003-07-06 John Paul Wallington <jpw@gnu.org>
8665
8666 * vc.el (vc-annotate-offset): Move defvar up.
8667
8668 2003-07-06 Kim F. Storm <storm@cua.dk>
8669
8670 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
8671 This should fix the infinite loop when extracting menu names.
8672
8673 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
8674
8675 * files.el (auto-mode-alist, interpreter-mode-alist):
8676 Remove entries to CC Mode modes to avoid duplicates; they are now added
8677 with autoload directives in cc-mode.el.
8678
8679 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
8680
8681 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8682 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8683 these are changed, so declare them as variables and not constants.
8684
8685 * progmodes/cc-mode.el: Fix some autoload problems: Try to
8686 ensure that the entry for ".c" extension comes before the one for
8687 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
8688 Fix incorrect entries that were added to `interpreter-mode-alist'.
8689 Move the autoload directives for AWK to the top level since they
8690 aren't recognized anywhere else. Do not use the new AWK mode doc
8691 in the autoload form for the old AWK mode.
8692
8693 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8694
8695 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
8696 (bibtex-sort-ignore-string-entries): Default value t.
8697 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
8698 erroneously in previous version.
8699 (bibtex-string-files): Docstring reflects new parsing scheme.
8700 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
8701 docstring, add # as one of the chars to crush
8702 (bibtex-autokey-prefix-string, bibtex-autokey-names)
8703 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
8704 (bibtex-autokey-name-change-strings)
8705 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
8706 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
8707 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
8708 (bibtex-autokey-title-terminators)
8709 (bibtex-autokey-titlewords-stretch)
8710 (bibtex-autokey-titleword-ignore)
8711 (bibtex-autokey-titleword-case-convert)
8712 (bibtex-autokey-titleword-abbrevs)
8713 (bibtex-autokey-titleword-abbrevs)
8714 (bibtex-autokey-titleword-change-strings)
8715 (bibtex-autokey-titleword-length)
8716 (bibtex-autokey-titleword-separator)
8717 (bibtex-autokey-name-year-separator)
8718 (bibtex-autokey-year-title-separator)
8719 (bibtex-autokey-before-presentation-function)
8720 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
8721 Fix docstring.
8722 (bibtex-strings, bibtex-reference-keys):
8723 Use lazy-completion-table and make-variable-buffer-local.
8724 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
8725 (bibtex-braced-string-syntax-table)
8726 (bibtex-quoted-string-syntax-table): New variables.
8727 (bibtex-parse-nested-braces): Remove.
8728 (bibtex-parse-field-string): Use syntax table and forward-sexp.
8729 (bibtex-parse-association): Simplify.
8730 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
8731 (bibtex-parse-field-text): Simplify.
8732 (bibtex-search-forward-field, bibtex-search-backward-field):
8733 argument BOUND can take value t.
8734 (bibtex-start-of-field, bibtex-start-of-name-in-field)
8735 (bibtex-end-of-name-in-field, bibtex-end-of-field)
8736 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
8737 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
8738 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
8739 (bibtex-skip-to-valid-entry): Return buffer position of beginning
8740 and ending of entry. Update for changes of bibtex-search-entry.
8741 Simplify.
8742 (bibtex-map-entries): FUN is called with three arguments.
8743 (bibtex-search-entry): Return a cons pair with buffer positions of
8744 beginning and end of entry.
8745 (bibtex-enclosing-field): Simplify.
8746 (bibtex-format-entry): Use booktitle to set a missing title.
8747 (bibtex-autokey-get-names): Fiddle with regexps.
8748 (bibtex-generate-autokey): Use identity.
8749 (bibtex-parse-keys): Use simplified parsing algorithm if
8750 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
8751 arguments. Return alist of keys.
8752 (bibtex-parse-strings): Simplify. Return alist of strings.
8753 (bibtex-complete-string-cleanup): Fix docstring.
8754 (bibtex-read-key): New function.
8755 (bibtex-mode): Fix docstring. Do not parse for keys and
8756 strings when the mode is entered. Set fill-paragraph-function to
8757 bibtex-fill-field. Setup font-lock-mark-block-function the way
8758 font-lock intended.
8759 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
8760 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
8761 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
8762 (bibtex-Preamble): Avoid hard coded constants.
8763 (bibtex-make-field): Fix docstring. Simplify.
8764 (bibtex-beginning-of-entry): Always return new position of point.
8765 (bibtex-end-of-entry): Rearrange cond clauses.
8766 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
8767 Update for changes of bibtex-map-entries.
8768 (bibtex-ispell-abstract): Do not move point.
8769 (bibtex-entry-index): Use downcase. Simplify.
8770 (bibtex-lessp): Handle catch-all.
8771 (bibtex-find-crossref): Turn into a command.
8772 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
8773 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
8774 preamble entries.
8775 (bibtex-fill-field-bounds): New function.
8776 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
8777 (bibtex-fill-entry): Use bibtex-fill-field-bounds
8778 (bibtex-String): Use bibtex-strings. Always obey
8779 bibtex-sort-ignore-string-entries.
8780
8781 2003-07-05 John Paul Wallington <jpw@gnu.org>
8782
8783 * cus-theme.el (customize-create-theme):
8784 Call `customize-create-theme' in Reset widget's notify function.
8785
8786 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
8787 (ibuffer-mark-interactive): Use `or' instead of `unless'.
8788 (define-ibuffer-column name): Add summarizer.
8789 (define-ibuffer-column size): Likewise.
8790 (define-ibuffer-column filename): Likewise.
8791 (define-ibuffer-column process): Likewise. Change BODY's output too.
8792 (define-ibuffer-column filename-and-process): Likewise, likewise.
8793 (ibuffer): Remove local vars `already-in' and `need-update'.
8794
8795 * ibuf-ext.el: Don't require `derived' at compile-time.
8796
8797 2003-07-05 Kim F. Storm <storm@cua.dk>
8798
8799 * info.el: Disable paragraph refilling.
8800 (Info-refill-paragraphs): New defcustom.
8801 (Info-fontify-node): Use it.
8802
8803 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
8804
8805 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
8806 thingies from constructors created by defstruct.
8807
8808 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
8809 the default value of the variable.
8810 (byte-code-meter): Move declaration to top level.
8811
8812 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
8813
8814 * info.el (Info-following-node-name-re): New fun.
8815 (Info-following-node-name): Remove.
8816 (Info-insert-dir): Use the new fun.
8817 (Info-extract-pointer): Don't save restriction; use new fun.
8818 (Info-menu-entry-name-re): New const.
8819 (Info-menu-entry-name-re): Use it along with new fun.
8820 (Info-node-spec-re): Use new fun.
8821 (Info-complete-menu-item, Info-fontify-node): Use new const.
8822 (Info-goto-node, Info-follow-reference, Info-menu-update):
8823 Use match-string.
8824 (Info-follow-reference): Use assoc-string.
8825 Use a list of strings for the completion table.
8826 (Info-fontify-node): Use match-string, line-end-position.
8827 Limit the search for `node:' to the first line.
8828
8829 * newcomment.el (uncomment-region): Remove padding coming from
8830 comment-start rather than just from comment-padding.
8831
8832 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
8833 (vc-cvs-stay-local-p): Use vc-stay-local-p.
8834 (vc-cvs-rename-file): Remove (use the default).
8835 (vc-cvs-register): Register parent dir if needed.
8836 (vc-cvs-could-register): Return non-nil if parent can be registered.
8837 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
8838 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
8839
8840 * vc-svn.el (vc-svn-use-edit): Make it into a const.
8841 (vc-svn-update): Fix the arguments to `svn'.
8842 (vc-svn-diff-tree): Just use `vc-svn-diff'.
8843 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
8844 Simple implementations, assuming `name' is a URL.
8845
8846 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
8847 set of chars allowed unquoted in a case pattern.
8848
8849 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
8850
8851 * font-lock.el (font-lock-extra-types-widget)
8852 (c-font-lock-extra-types, c++-font-lock-extra-types)
8853 (objc-font-lock-extra-types, java-font-lock-extra-types)
8854 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
8855 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
8856 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
8857 (font-lock-match-c++-structor-declaration)
8858 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
8859 (c++-font-lock-keywords-3, c++-font-lock-keywords)
8860 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
8861 (objc-font-lock-keywords-3, objc-font-lock-keywords)
8862 (java-font-lock-keywords-1, java-font-lock-keywords-2)
8863 (java-font-lock-keywords-3, java-font-lock-keywords)
8864 (java-font-lock-syntactic-face-function): Remove obsolete code
8865 and constants. It's all in cc-fonts.el now.
8866
8867 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
8868
8869 * mail/sendmail.el (mail-specify-envelope-from)
8870 (mail-envelope-from): Doc fix.
8871
8872 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
8873
8874 * generic-x.el: Do away with the dependency on `c-emacs-features'
8875 when populating `rul-generic-mode-syntax-table'; we already know
8876 this isn't XEmacs.
8877
8878 See ChangeLog.10 for earlier changes.
8879
8880 ;; Local Variables:
8881 ;; coding: iso-2022-7bit
8882 ;; End:
8883
8884 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
8885 Copying and distribution of this file, with or without modification,
8886 are permitted provided the copyright notice and this notice are preserved.
8887
8888 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1