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