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