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