]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Sync with Tramp 2.0.47.
[gnu-emacs] / lisp / ChangeLog
1 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
2
3 Sync with Tramp 2.0.47.
4
5 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6 catching keep-date problems in cp/scp operations.
7 (tramp-handle-copy-file): Don't call `set-file-modes'
8 unconditionally. Specialized functions should know better what is
9 necessary. This improves performance a little bit, and the
10 functions could catch errors with `cp -p' and `scp -p'.
11 (tramp-do-copy-or-rename-file-via-buffer)
12 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
13 when appropriate.
14 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error. Call
15 `set-file-modes' when appropriate.
16 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
17 Johnsson <isak@hypergene.com>
18 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
19 of both Tramp buffer and debug buffer. Reported by Joakim Verona
20 <joakim@verona.se>
21 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22 Emacs only.
23
24 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
25 `find-file-hooks' and `dired-mode-hook'.
26 (tramp-minor-mode-map): Respective map. Add remapping for
27 `compile' and `recompile'.
28 (tramp-remap-command, tramp-recompile): New defuns.
29 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
30 in buffer "*Compilation*". Call the commands asynchronously.
31
32 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
33 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34 `shell-command', because it isn't magic in XEmacs. Reported by
35 Adrian Aichner <adrian@xemacs.org>.
36
37 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
38 `substitute-in-file-name.
39 (tramp-smb-handle-substitute-in-file-name): New defun.
40 (tramp-smb-advice-PC-do-completion): Delete advice.
41
42 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
43
44 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
45 Fix error in deleting region.
46
47 2005-01-15 Richard M. Stallman <rms@gnu.org>
48
49 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
50 In non-temp buffer, switch syntax table temporarily.
51
52 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
53
54 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
55
56 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
57
58 * imenu.el (imenu--split-menu): Copy menulist before sorting.
59 (imenu--generic-function): Use START, not BEG, as pos of definition.
60
61 * simple.el (just-one-space): Argument specifies number of spaces.
62
63 * simple.el (eval-expression-print-format): Avoid warning
64 about edebug-active.
65
66 2005-01-15 "James R. Van Zandt" <jrvz@comcast.net> (Tiny change)
67
68 * progmodes/sh-script.el: Code copied from make-mode.el
69 with small changes,
70 (sh-mode-map): Bind C-c C-\.
71 (sh-backslash-column, sh-backslash-align): New variables.
72 (sh-backslash-region, sh-append-backslash): New functions.
73
74 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
75
76 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
77 (rmail-pop-password, rmail-pop-password-required): Moved to
78 rmail-obsolete group.
79 (rmail-set-pop-password): Renamed to rmail-set-remote-password.
80 All callers updated.
81 (rmail-get-pop-password): Renamed to rmail-get-remote-password.
82 Take an argument specifying whether it is POP or IMAP mailbox we
83 are using. All callers updated.
84 (rmail-pop-password-error): Renamed to
85 rmail-remote-password-error. Added mailutils-specific error
86 message.
87 (rmail-movemail-search-path)
88 (rmail-movemail-variant-in-use): New variables.
89 (rmail-remote-password, rmail-remote-password-required): New
90 customization variables.
91 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New
92 functions.
93 (rmail-parse-url): New function.
94 (rmail-get-new-mail, rmail-insert-inbox-text): Updated for use
95 with GNU mailutils movemail.
96
97 2005-01-15 Kevin Ryde <user42@zip.com.au>
98
99 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
100 suffix to space, $ or '$, to correctly position point when going
101 to @table style constants like DBL_MAX.
102
103 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
104
105 * type-break.el (type-break-mode, type-break-file-time)
106 (type-break-file-keystroke-count, type-break-choose-file): Don't
107 store data in or load data from the file if type-break-file-name
108 is nil.
109 (type-break-file-name): Doc update as per the above.
110
111 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
112
113 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
114 lookup-key might return nil; handle that.
115
116 2005-01-15 Alan Mackenzie <acm@muc.de>
117
118 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
119 rather than the element found, thus enabling the tree to be
120 setcar'd.
121
122 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
123
124 * textmodes/org.el (org-show-following-heading): New option.
125 (org-show-hierarchy-above): Use `org-show-following-heading'.
126 (org-cycle): Documentation fix.
127
128 * textmodes/org.el (orgtbl-optimized): New option
129 (orgtbl-mode): New command, a minor mode.
130 (orgtbl-mode-map): New variable.
131 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
132 (orgtbl-error, orgtbl-self-insert-command)
133 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
134
135 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
136 a local variable in each org-mode buffer.
137
138 * textmodes/org.el (org-set-regexps-and-options): Renamed from
139 `org-set-regexps'. Added checking for STARTUP keyword.
140 (org-get-current-options): Added STARTUP options.
141 (org-table-insert-row): Mode mode intelligent about when
142 realignment is needed.
143 (org-self-insert-command, org-delete-backward-char,
144 org-delete-char): New commands.
145 (org-enable-table-editor): new default value `optimized'.
146 (org-table-blank-field): Support blanking regions if active.
147
148
149 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
150
151 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
152 if the year is not given.
153
154 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes): Added
155 new escapes %m and %M, fixed bug with %F by adding
156 save-match-data.
157 (reftex-reference): Removed ?. from list of spaces.
158 (reftex-label-info): Added automatic label prefix recognition
159
160 * textmodes/reftex-index.el (reftex-index-next-phrase): Added
161 slave parameter to call of `reftex-index-this-phrase'
162 (reftex-index-this-phrase): New optional argument
163 (reftex-index-region-phrases): Added slave parameter to call of
164 `reftex-index-this-phrase'
165 (reftex-display-index): New argument redo
166 (reftex-index-rescan): Added 'redo to arguments of
167 `reftex-display-index'
168 (reftex-index-Rescan, reftex-index-revert)
169 (reftex-index-switch-index-tag): Added 'redo to arguments of
170 `reftex-display-index'
171 (reftex-index-make-phrase-regexp): Fixed bug with case-sensitive
172 indexing. Fixed bug with matching is there is a quote before or
173 after the word.
174
175 * textmodes/reftex-cite.el (reftex-all-used-citation-keys): Fix
176 bug when collecting citation keys in lines with comments.
177 (reftex-citation): Prefix argument no longer rescans the document,
178 but forces prompting for optional arguments of cite macros.
179 (reftex-do-citation): Prompting for optional arguments
180 implemented.
181
182 * textmodes/reftex-vars.el (reftex-cite-format-builtin): Added
183 optional arguments to most cite commands.
184 (reftex-cite-cleanup-optional-args): New option
185 (reftex-cite-prompt-optional-args): New option.
186 (reftex-trust-label-prefix): New option
187
188 * textmodes/reftex-toc.el (reftex-toc-find-section): Added
189 push-mark before changing the position in the buffer.
190
191 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New
192 variable
193 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist
194
195 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
196
197 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
198 more carefully.
199
200 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
203 (sgml-mode): Use it.
204 (sgml-get-context): Better keep track of implicitly closed tags.
205
206 2005-01-13 Kenichi Handa <handa@m17n.org>
207
208 * textmodes/ispell.el: These changes are to fix misalignment error
209 caused by equivalent characters of different Emacs charsets.
210 (ispell-unified-chars-table): New variable.
211 (ispell-get-decoded-string): New function.
212 (ispell-get-casechars, ispell-get-not-casechars)
213 (ispell-get-otherchars): Call ispell-get-decoded-string.
214
215 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
216
217 * custom.el (custom-declare-variable): Just put symbol instead
218 of (defvar . symbol) in `current-load-list'.
219
220 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
221
222 * emacs-lisp/elint.el: Fixed typo in Commentary section.
223
224 2005-01-12 Jay Belanger <belanger@truman.edu>
225
226 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
227 to create a Calc summary.
228
229 2005-01-12 Kim F. Storm <storm@cua.dk>
230
231 * mouse.el (mouse-on-link-p): Change functionality and doc
232 string to comply with latest description in lisp ref.
233
234 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
235
236 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
237 Enable mouse clicks on mode-line, header-line and margin.
238 (event-type): Give mouse event symbols an 'event-kind property
239 with value 'mouse-click.
240
241 2005-01-12 Juri Linkov <juri@jurta.org>
242
243 * facemenu.el (list-colors-display): Add new arg buffer-name.
244 Use it. Fix docstring. Replace code for identifying duplicate
245 colors by the name with call to `list-colors-duplicates' which
246 identifies duplicate colors by the value unless the color
247 is one of special Windows colors. Set truncate-lines to t.
248 Print sorted duplicate color names on each line. Indent to 22
249 \(the longest color name in rgb.txt) instead of 20. Optimize.
250 (list-colors-duplicates): New function.
251 (facemenu-color-name-equal): Delete function.
252
253 * facemenu.el (list-colors-print): New function created from code
254 in list-colors-display. Print #RRGGBB at the window right edge.
255 (list-colors-display): When temp-buffer-show-function is not
256 defined, call list-colors-print from temp-buffer-show-hook
257 to get the right value of window-width in list-colors-print
258 after the buffer is displayed.
259
260 * simple.el (pop-mark): Move deactivate-mark out of conditional
261 part to deactivate the active mark regardless of the state of the
262 mark ring.
263
264 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
265 variables line in desktop files.
266
267 2005-01-12 Juri Linkov <juri@jurta.org>
268
269 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
270 Bring together isearch highlight related options.
271 (lazy-highlight): Replace group `replace' by `matching'.
272 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
273 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
274 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
275 and declare them obsolete.
276 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
277 (isearch-faces): Remove defgroup.
278 (isearch-overlay, isearch-highlight, isearch-dehighlight):
279 Move isearch highlighting code closer to lazy highlighting code.
280
281 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
282 (query-replace-highlight, query-replace-lazy-highlight)
283 (query-replace): Move definitions to the beginning of the file.
284
285 2005-01-11 Juri Linkov <juri@jurta.org>
286
287 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
288 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
289 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
290
291 * info.el (Info-history-forward): New variable.
292 (Info-select-node): Reset Info-history-forward to nil.
293 (Info-last): Turn into defalias.
294 (Info-history-back): Rename from Info-last.
295 Add current node to Info-history-forward.
296 (Info-history-forward): New fun.
297 (Info-mode-map): Replace Info-last by Info-history-back.
298 Bind Info-history-forward to "r".
299 (Info-mode-menu): Replace Info-last by Info-history-back.
300 Fix menu item text. Add menu item for Info-history-forward.
301 (info-tool-bar-map): Replace Info-last by Info-history-back.
302 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
303 for Info-history-forward.
304 (Info-mode): Replace Info-last by Info-history-back in docstring.
305 Add local variable Info-history-forward.
306 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
307
308 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
311 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
312 Ignore select-window events rather than fiddle with
313 mouse-autoselect-window.
314
315 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
316
317 * type-break.el (type-break-mode): Fix previous change.
318
319 2005-01-10 Jay Belanger <belanger@truman.edu>
320
321 * calc/calc-ext.el (calc-reset): Reset when inside embedded
322 calculator; only reset when point is inside a calculator.
323 Don't adjust the window height if the window takes up the whole height
324 of the frame.
325
326 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
327
328 * ebuff-menu.el (Electric-buffer-menu-mode):
329 Preserve value of buffer-local var header-line-format.
330
331 2005-01-09 Jay Belanger <belanger@truman.edu>
332
333 * calc/calc.el (calc-mode-var-list-restore-saved-values):
334 Make sure settings file exists before accessing it.
335
336 * calc/calc-embed.el (calc-embedded-subst):
337 Replace math-multi-subst-rec, which is only supposed to be called
338 by math-multi-subst, by math-multi-subst.
339
340 2005-01-09 Andre Spiegel <spiegel@gnu.org>
341
342 * vc.el (vc-allow-async-revert): New user option.
343 (vc-disable-async-diff): New internal variable.
344 (vc-revert-buffer): Use them to disable asynchronous diff.
345
346 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
347 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
348 asynchronously if vc-disable-async-diff is t.
349
350 2005-01-09 Jay Belanger <belanger@truman.edu>
351
352 * calc/calc.el (defcalcmodevar): New macro.
353 (calc-mode-var-list-restore-default-values)
354 (calc-mode-var-list-restore-saved-values): New functions.
355 (calc-mode-var-list): Use defcalcmodevar to define it.
356 (calc-always-load-extensions, calc-line-numbering)
357 (calc-line-breaking, calc-display-just, calc-display-origin)
358 (calc-number-radix, calc-leading-zeros, calc-group-digits)
359 (calc-group-char, calc-point-char, calc-frac-format)
360 (calc-prefer-frac, calc-hms-format, calc-date-format)
361 (calc-float-format, calc-full-float-format, calc-complex-format)
362 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
363 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
364 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
365 (calc-matrix-brackets, calc-language, calc-language-option)
366 (calc-left-label, calc-right-label, calc-word-size)
367 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
368 (calc-display-raw, calc-internal-prec, calc-angle-mode)
369 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
370 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
371 (calc-window-height, calc-display-trail, calc-show-selections)
372 (calc-use-selections, calc-assoc-selections)
373 (calc-display-working-message, calc-auto-why, calc-timing)
374 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
375 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
376 (calc-gnuplot-default-device, calc-gnuplot-default-output)
377 (calc-gnuplot-print-device, calc-gnuplot-print-output)
378 (calc-gnuplot-geometry, calc-graph-default-resolution)
379 (calc-graph-default-resolution-3d, calc-invocation-macro)
380 (calc-show-banner): Use defcalcmodevar to declare them and set
381 their default values.
382
383 * calc/calc-ext.el (calc-reset): Restore saved values of variables
384 instead of default values (but restore default values if there is
385 an argument of 0).
386
387 2005-01-09 David Kastrup <dak@gnu.org>
388
389 * desktop.el (desktop-restore-eager): Fix typo in type.
390
391 2005-01-08 Richard M. Stallman <rms@gnu.org>
392
393 * cus-edit.el (customize): Delete :link.
394
395 2005-01-08 Jay Belanger <belanger@truman.edu>
396
397 * calc/calc.el (calc-mode): Remove the extension from the
398 `calc-settings-file' file name when loading it.
399
400 2005-01-08 Kim F. Storm <storm@cua.dk>
401
402 * info.el (Info-mode-map, Info-next-link-keymap)
403 (Info-prev-link-keymap, Info-up-link-keymap):
404 Map follow-link to mouse-face.
405 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
406
407 2005-01-08 Jay Belanger <belanger@truman.edu>
408
409 * calc/calc.el (calc-settings-file): Change default value.
410 Suggested by cgw in a comment in calc-mode.el.
411
412 * calc/calc-mode.el (calc-settings-file-name):
413 Compare calc-settings-file to user-init-file instead of ~/.emacs.
414 Replace ~/.emacs in a prompt by calc-settings-file.
415
416 2005-01-07 Lars Hansen <larsh@math.ku.dk>
417
418 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
419 (desktop-lazy-idle-delay): New customizable variables.
420 (desktop-buffer-args-list): New variable.
421 (desktop-append-buffer-args): New function.
422 (desktop-save): Call desktop-append-buffer-args for some buffers.
423 (desktop-lazy-create-buffer): New function.
424 (desktop-idle-create-buffers): New function.
425 (desktop-read): Add message about buffers to restore lazily.
426 (desktop-lazy-abort): New command.
427 (desktop-clear): Call desktop-lazy-abort.
428 (desktop-lazy-complete): New command.
429
430 2005-01-06 Richard M. Stallman <rms@gnu.org>
431
432 * emacs-lisp/find-func.el (find-face-definition):
433 Rename from find-face.
434
435 2005-01-06 Kim F. Storm <storm@cua.dk>
436
437 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
438
439 * man.el (Man-xref-man-page, Man-xref-header-file)
440 (Man-xref-normal-file): Add follow-link property.
441
442 2005-01-06 Jay Belanger <belanger@truman.edu>
443
444 * calc/calc-units.el: Make sure the proper macro definitions are
445 available when compiling.
446
447 2005-01-06 Juri Linkov <juri@jurta.org>
448
449 * isearch.el (isearch-lazy-highlight-update):
450 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
451
452 2005-01-06 Miles Bader <miles@gnu.org>
453
454 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
455 (isearch-lazy-highlight-face): Use new name.
456
457 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
458
459 * uniquify.el (uniquify-rationalize-file-buffer-names):
460 Re-add an interactive spec.
461 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
462 to the same name.
463
464 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
465 (isearch-update, isearch-done): Adjust calls accordingly.
466
467 2005-01-05 Richard M. Stallman <rms@gnu.org>
468
469 * custom.el (custom-set-variables, custom-theme-set-variables):
470 Clarify documentation.
471
472 * emacs-lisp/find-func.el (find-variable)
473 (find-variable-other-window, find-variable-other-frame):
474 Fix the TYPE args to find-function-read and find-function-do-it.
475 (find-function): Doc fix.
476 (find-function-at-point): Replace function-at-point alias.
477
478 2005-01-04 Richard M. Stallman <rms@gnu.org>
479
480 * cus-face.el (custom-declare-face):
481 Record defface in current-load-list.
482
483 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
484
485 * emacs-lisp/find-func.el: Doc fixes.
486 (find-face-regexp): New variable.
487 (find-function-regexp-alist): New variable.
488 (find-function-C-source): Third arg is now TYPE.
489 (find-function-search-for-symbol): Handle general TYPE.
490 (find-function-read, find-function-do-it): Handle general TYPE.
491 (find-definition-noselect, find-face): New functions.
492 (function-at-point): Alias deleted.
493
494 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
495
496 * battery.el (display-battery-mode): Rename from display-battery.
497 Handle the case where it gets turned off.
498
499 2005-01-04 Richard M. Stallman <rms@gnu.org>
500
501 * cus-edit.el (customize): Make :link point to user doc.
502
503 * man.el (Man-fontify-manpage): Turn off undo generation.
504
505 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
506
507 2005-01-04 Andreas Schwab <schwab@suse.de>
508
509 * files.el (insert-directory): Only look for error lines in
510 inserted text. Don't move too far after processing --dired markers.
511
512 2005-01-04 Richard M. Stallman <rms@gnu.org>
513
514 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
515 Don't expand if the character is @, period, dash, etc.
516 (define-mail-abbrev): Quote names that contain problem characters.
517
518 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
519
520 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
521
522 2005-01-03 Richard M. Stallman <rms@gnu.org>
523
524 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
525 (query-replace-highlight, query-replace-lazy-highlight)
526 (query-replace): Definitions moved up. Doc fix.
527
528 2005-01-03 Richard M. Stallman <rms@gnu.org>
529
530 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
531 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
532 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
533 (lazy-highlight-face): Rename from isearch-lazy-...
534 Change all references to them.
535
536 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
537
538 * cus-edit.el (custom-file): Doc fix for defcustom.
539 (custom-file): The function no longer sets the variable
540 `custom-file' to its return value.
541
542 * startup.el (command-line): No longer load `custom-file'.
543
544 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
545
546 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
547
548 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
549 Don't confuse module-prefixed identifiers for labels.
550 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
551
552 2005-01-02 Richard M. Stallman <rms@gnu.org>
553
554 * files.el (basic-save-buffer-1): Fix previous change.
555
556 * loadhist.el (file-loadhist-lookup): New function.
557 (file-provides, file-requires): Use it.
558
559 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
560 instead of calculating the right size.
561
562 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
563
564 * vc-svn.el (vc-svn-diff): Stay local if possible.
565
566 2005-01-02 Stefan <monnier@iro.umontreal.ca>
567
568 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
569
570 * files.el (hack-local-variables): Fix last change.
571
572 2005-01-02 Jay Belanger <belanger@truman.edu>
573
574 * calc/calc-yank.el (calc-edit-top): New variable.
575 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
576 object. Change header properties.
577 (calc-edit-finish, calc-edit-finish-stack-object)
578 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
579 edited object.
580 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
581 for the beginning of the edited object.
582 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
583 for the beginning of the edited object.
584 * calc/calc-prog.el (calc-edit-macro-finish-edit)
585 (calc-finish-formula-edit, calc-macro-repeats)
586 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
587 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
588 beginning of the edited object.
589 (calc-user-define-edit): Change the header for editing macros.
590 Remove unnecessary variable.
591
592 2005-01-01 Jay Belanger <belanger@truman.edu>
593
594 * calc/calc-yank.el (calc-edit-mode): Change default header.
595 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
596 * calc/calc-store.el (calc-edit-variable): Change title to match new
597 header.
598 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
599 mode to match new header.
600 (calc-user-define-edit): Change titles to include names of commands.
601 (calc-finish-formula-edit): Adjust to handle new header.
602 (calc-finish-macro-edit): Remove.
603 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
604 (calc-edit-macro-command, calc-edit-macro-command-type)
605 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
606 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
607 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
608 (calc-edit-macro-finish-edit): New functions.
609 (calc-user-define-edit): Use new functions to edit named calc macros.
610
611 2005-01-01 Stefan <monnier@iro.umontreal.ca>
612
613 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
614
615 * ses.el (copy-region-as-kill): Deactivate mark.
616
617 2005-01-01 Richard M. Stallman <rms@gnu.org>
618
619 * replace.el (occur-1): If the output buffer is also an input,
620 don't kill it, rename it.
621
622 * faces.el (set-face-background, set-face-foreground): Doc fix.
623
624 * cus-face.el (custom-face-attributes): Fix :help-echo strings
625 for :foreground and :background.
626
627 * dired.el (dired-view-command-alist): Variable deleted.
628 (dired-view-file, dired-mouse-find-file-other-window):
629 Delete the code to use it.
630
631 2005-01-01 Kim F. Storm <storm@cua.dk>
632
633 * image.el (insert-sliced-image): Use t for line-height property.
634
635 2004-12-31 Jay Belanger <belanger@truman.edu>
636
637 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
638 for "var-" at the beginning of the minibuffer.
639
640 2004-12-31 Richard M. Stallman <rms@gnu.org>
641
642 * faces.el (read-face-name):
643 Don't treat an attribute spec as a list of faces.
644
645 * simple.el (undo): Use undo-equiv-table to detect
646 unexpected changes since previous undo.
647 (undo-list-saved): Variable deleted.
648 (buffer-disable-undo): Don't alter undo-list-saved.
649
650 * files.el (require-final-newline): Allow `visit' and `visit-save'.
651 (mode-require-final-newline): New option.
652 (after-find-file): Handle require-final-newline with new values.
653 (basic-save-buffer): Handle new values of require-final-newline.
654
655 * progmodes/sh-script.el (sh-require-final-newline):
656 Alist value now controls whether to use mode-require-final-newline.
657 (sh-set-shell): Implement that new meaning.
658
659 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
660 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
661 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
662 Delete old-Emacs compatibility code.
663 (antlr-c-common-init): Function deleted.
664
665 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
666 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
667 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
668 * progmodes/python.el (python-mode): Use mode-require-final-newline.
669 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
670 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
671 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
672 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
673 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
674 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
675 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
676 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
677 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
678 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
679 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
680 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
681
682 2004-12-31 Jay Belanger <belanger@truman.edu>
683
684 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
685 way to return to Calc.
686
687 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
688 finish, C-xk as the way to cancel the edit. Add cancel routine to
689 kill-buffer-hook.
690
691 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
692 MacEdit code.
693
694 * calc/calc-prog.el: Remove obsolete MacEdit code.
695 (calc-macro-edit-algebraic, calc-macro-edit-variable)
696 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
697
698 2004-12-31 Kenichi Handa <handa@m17n.org>
699
700 * international/mule.el (buffer-file-coding-system-explicit):
701 Rename for explicit-buffer-file-coding-system.
702 (after-insert-file-set-coding): Adjust for the above change.
703
704 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
705 to buffer-file-coding-system-explicit.
706 (basic-save-buffer-1): Likewise.
707
708 2004-12-30 Richard M. Stallman <rms@gnu.org>
709
710 * textmodes/artist.el (artist-butlast-fn): Var deleted.
711 (artist-butlast, artist-last): Functions deleted.
712 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
713 (artist-compute-key-compl-table): Call remq directly.
714 (artist-remove-nulls): Function deleted.
715 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
716 (artist-push, artist-pop): Macro deleted.
717
718 2004-12-30 Andreas Leue <al@sphenon.de>
719
720 * textmodes/artist.el (artist-version): 1.2.6
721 (artist-prev-next-op-alist): New variable.
722 (artist-select-next-op-in-list): New function.
723 (artist-select-prev-op-in-list): New function.
724 (artist-make-prev-next-op-alist): New function.
725 (artist-is-in-op-list-p): New function.
726 (artist-get-first-non-nil-op): New function.
727 (artist-get-last-non-nil-op): New function.
728 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
729 artist-prev-next-op-alist.
730 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
731 change drawing operation.
732
733 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
734
735 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
736
737 2004-12-31 Masatake YAMATO <jet@gyve.org>
738
739 * server.el (server-process-filter): Suppress `error', too.
740
741 2004-12-30 Jay Belanger <belanger@truman.edu>
742
743 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
744 Change the way a variable is displayed in a message.
745
746 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
747 (calc-user-define-permanent, calc-execute-kbd-macro):
748 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
749
750 2004-12-30 Kenichi Handa <handa@m17n.org>
751
752 * files.el (basic-save-buffer-1):
753 Set explicit-buffer-file-coding-system to last-coding-system-used.
754 (revert-buffer): Pay attention to
755 explicit-buffer-file-coding-system (not buffer-file-coding-system)
756 on bind coding-system-for-read.
757
758 * international/mule.el (explicit-buffer-file-coding-system):
759 New buffer local variable.
760 (after-insert-file-set-coding): Set it to coding-system-for-read.
761
762 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
763
764 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
765
766 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
767
768 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
769 that include line numbers.
770
771 2004-12-29 Milan Zamazal <pdm@zamazal.org>
772
773 * files.el (hack-local-variables): If no PREFIX, set it to "^".
774 Redundant variable PREFIXLEN removed.
775
776 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
777
778 * eshell/em-hist.el (eshell-previous-matching-input):
779 Start the deletion from the end of the output.
780
781 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
782
783 * term/mac-win.el: Require x-dnd.
784 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
785
786 2004-12-29 David Kastrup <dak@gnu.org>
787
788 * international/mule.el (decode-coding-inserted-region):
789 Don't barf if `buffer-undo-list' is already set to `t'.
790
791 2004-12-29 Jay Belanger <belanger@truman.edu>
792
793 * calc/calc-prog.el (calc-user-define-formula): Put default values
794 for function names in prompts.
795 (calc-user-define-permanent, calc-user-define-composition)
796 (calc-user-define-formula): Remove the need for "calcFunc-" in the
797 default input for algebraic functions.
798
799 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
800
801 * vc-rcs.el (vc-rcs-annotate-command):
802 Fix omission bug: Call `vc-setup-buffer'.
803
804 2004-12-29 Kenichi Handa <handa@m17n.org>
805
806 * international/mule.el (recode-region): New function.
807
808 2004-12-28 Richard M. Stallman <rms@gnu.org>
809
810 * simple.el (undo-extra-outer-limit): New variable.
811 (undo-outer-limit-truncate): Test and set it.
812
813 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
814 enables the feature to extend the existing region.
815
816 * simple.el (mark-word): New arg ALLOW-EXTEND
817 enables the feature to extend the existing region.
818
819 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
820 enables the feature to extend the existing region.
821
822 * startup.el (site-run-file): Don't allow setting it with Custom.
823
824 * simple.el (buffer-disable-undo): Fix previous change.
825
826 2004-12-27 Masatake YAMATO <jet@gyve.org>
827
828 * hexl.el (hexlify-buffer): Remove fontification here.
829 Use font lock mechanism instead.
830 (hexl-font-lock-keywords): New font lock kewords.
831 (hexl-mode-old-font-lock-keywords): New variable.
832 (hexl-mode): Store the old font lock keywords.
833 (hexl-mode-exit): Restore the old font lock keywords.
834
835 2004-12-27 Richard M. Stallman <rms@gnu.org>
836
837 * simple.el (undo): Fix previous change.
838
839 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
840
841 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
842 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
843 Call x-open-connection on Mac OS X.
844
845 2004-12-27 Richard M. Stallman <rms@gnu.org>
846
847 * files.el (buffer-save-without-query): New var (buffer-local).
848 (save-some-buffers): Save those buffers first, w/o asking.
849
850 * files.el (insert-directory-ls-version): New variable.
851 (insert-directory): When ls returns an error, test the version
852 number to decide what the return code means.
853 With --dired output format, detect and distinguish lines
854 that are really error messages.
855 (insert-directory-adj-pos): New function.
856
857 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
858
859 * battery.el (battery-mode-line-format): Remove initial spaces.
860
861 * uniquify.el (uniquify-rationalize-file-buffer-names):
862 Delete interactive spec.
863
864 * type-break.el (type-break-mode): Set buffer-save-without-query.
865 Remove code that tried to set save-some-buffers-always.
866 (type-break-file-keystroke-count): Bind deactivate-mark.
867
868 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
869
870 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
871 Test that the buffer is live, and maybe reject current buffer too.
872 Clarify.
873 (next-error-find-buffer): Rewrite for clarity.
874
875 * loadup.el: Don't use buffer-disable-undo; do it directly.
876
877 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
878 (describe-variable): Call symbol-file with `defvar'.
879
880 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
881 (symbol-file): Rewritten to handle new load-history format.
882 Now takes an arg TYPE to specify looking for a particular
883 type of definition only.
884
885 * emacs-lisp/debug.el (debugger-make-xrefs):
886 Call symbol-file with `defun'.
887
888 * emacs-lisp/find-func.el (find-function-noselect):
889 Call symbol-file with `defun'.
890 (find-variable-noselect): Call symbol-file with `defvar'.
891
892 * eshell/esh-cmd.el (eshell-find-alias-function):
893 Call symbol-file with `defun'.
894
895 * eshell/esh-test.el (eshell-test-goto-func):
896 Call symbol-file with `defun'.
897
898 * mail/rmail.el (rmail-resend):
899 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
900
901 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
902
903 * progmodes/compile.el (compilation-find-buffer): Rename arg.
904
905 * textmodes/texinfmt.el (texinfo-format-buffer-1):
906 Call buffer-disable-undo.
907
908 * simple.el (undo-list-saved): New variable (buffer-local).
909 (undo): Set and test it.
910 (buffer-disable-undo): Move here from buffer.c.
911 Clear out undo-list-saved.
912
913 * international/mule.el (decode-coding-inserted-region):
914 Set buffer-undo-list in a correct and optimal way.
915
916 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
917 (cperl-font-lock-unfontify-region-function): No need to save and
918 restore info, since font-lock.el does it for us.
919
920 * ansi-color.el (save-buffer-state): Definition deleted.
921 (ansi-color-unfontify-region): Don't use save-buffer-state.
922
923 2004-12-27 Dave Love <fx@gnu.org>
924
925 * wid-edit.el (function): Use restricted-sexp as parent.
926
927 2004-12-27 Kevin Ryde <user42@zip.com.au>
928
929 * simple.el (next-matching-history-element): Use same
930 `interactive' form as previous-matching-history-element.
931
932 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
933 it can appear unencoded and has been seen from yahoo.
934
935 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
936
937 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
938 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
939
940 2004-12-27 Kenichi Handa <handa@m17n.org>
941
942 * international/utf-8.el (utf-translate-cjk-load-tables):
943 Bind coding-system-for-read to nil while loading subst-*.
944
945 2004-12-26 Jay Belanger <belanger@truman.edu>
946
947 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
948 default input.
949
950 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
951
952 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
953 before reverting and disable undo recording while reverting.
954
955 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
956
957 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
958 (hs-make-overlay): New function.
959 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
960 (hs-flag-region): Delete function.
961 (hs-hide-comment-region): No longer use `hs-flag-region'.
962 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
963 (hs-hide-block-at-point): Likewise.
964 (hs-hide-level-recursive): Use `hs-discard-overlays'.
965 (hs-hide-all, hs-show-all): Likewise.
966 (hs-show-block): Likewise.
967 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
968
969 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
970
971 * progmodes/hideshow.el: Require `cl' when compiling.
972 Remove XEmacs and Emacs 19 compatibility.
973 Use `dolist' and `add-to-list' for load-time actions.
974 (hs-discard-overlays): Use `dolist'.
975 (hs-show-block): Likewise.
976
977 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
978
979 * faces.el (mode-line, mode-line-inactive): Use min-colors.
980
981 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
982
983 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
984 When extending backwards, move outside the current comment first.
985
986 2004-12-22 Kenichi Handa <handa@m17n.org>
987
988 * international/quail.el (quail-start-translation): Fix prompt
989 string for the case if input-method-use-echo-area being non-nil.
990 (quail-start-conversion): Likewise.
991 (quail-show-guidance): Don't show guidance if
992 input-method-use-echo-area is non-nil.
993
994 2004-12-21 Richard M. Stallman <rms@gnu.org>
995
996 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
997
998 2004-12-21 Markus Rost <rost@ias.edu>
999
1000 * calendar/diary-lib.el (mark-diary-entries):
1001 Set mark-diary-entries-in-calendar only after checking for diary-file.
1002
1003 2004-12-21 Richard M. Stallman <rms@gnu.org>
1004
1005 * faces.el (escape-glyph): Use blue against light foreground.
1006
1007 * simple.el (undo-outer-limit-truncate): New function.
1008 (undo-outer-limit-function): Use undo-outer-limit-truncate.
1009
1010 2004-12-21 Eli Barzilay <eli@barzilay.org>
1011
1012 * calculator.el: (calculator-radix-grouping-mode)
1013 (calculator-radix-grouping-digits)
1014 (calculator-radix-grouping-separator):
1015 New defcustoms for the new radix grouping mode functionality.
1016 (calculator-mode-hook): Now used in electric mode too,
1017 (calculator): Call it.
1018 (calculator-mode-map): Some new keys.
1019 (calculator-message): New function. Some new calls.
1020 (calculator-op, calculator-set-register): Use it.
1021 (calculator-string-to-number): New function, mostly moved and
1022 updated code from calculator-curnum-value.
1023 (calculator-curnum-value): Use it.
1024 (calculator-paste): Use it, and update grabbing the current-kill.
1025 (calculator-rotate-displayer)
1026 (calculator-rotate-displayer-back): Toggle digit grouping when
1027 in radix mode, use calculator-message.
1028 (calculator-displayer-prev, calculator-displayer-next):
1029 Change digit group size when in radix mode.
1030 (calculator-number-to-string): Rename from
1031 calculator-num-to-string. Now deals with digit grouping in
1032 radix mode.
1033 (calculator-update-display, calculator-put-value): Use the new name.
1034 (calculator-fact): Return a floating point number.
1035 (calculator-mode): Doc fix.
1036
1037 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
1038
1039 * calendar/calendar.el (view-other-diary-entries): Add autoload.
1040 * calendar/diary-lib.el (view-other-diary-entries):
1041 Use current-prefix-arg in interactive spec.
1042
1043 2004-12-19 Jay Belanger <belanger@truman.edu>
1044
1045 * calc/calc-aent.el (calcAlg-blank-matching-open):
1046 Temporarily adjust the syntax of both delimiters of half-open intervals.
1047
1048 2004-12-19 Kim F. Storm <storm@cua.dk>
1049
1050 * mouse.el (mouse-1-click-follows-link): Doc fix.
1051
1052 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1053
1054 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
1055 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
1056 instead of centraleuropean as the name
1057
1058 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
1059
1060 Sync with Tramp 2.0.46.
1061
1062 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
1063 parameters wrt Tramp convention.
1064 (tramp-handle-file-attributes-with-perl)
1065 (tramp-handle-directory-files-and-attributes): Apply it.
1066 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
1067 `copy-program'. Reported by Zack Weinberg
1068 <zack@codesourcery.com>.
1069 (top): Set `edebug-form-spec' property directly rather than
1070 calling `def-edebug-spec'.
1071
1072 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
1073 advice less fragile. Surround temporary redefinition of
1074 `substitute-in-file-name' with `unwind-protect'. Suggested by
1075 Matt Hodges <MPHodges@member.fsf.org>.
1076
1077 2004-12-17 Juri Linkov <juri@jurta.org>
1078
1079 * replace.el (occur-accumulate-lines, occur-engine):
1080 Make forcing deferred font-lock fontification jit-specific.
1081
1082 2004-12-17 Kim F. Storm <storm@cua.dk>
1083
1084 * mouse.el (mouse-1-click-follows-link): New defcustom.
1085 (mouse-on-link-p): New function.
1086 (mouse-drag-region-1): Implement mouse-1-click-follows-link
1087 functionality. Map a mouse-1 click event into a mouse-2 (or
1088 other) event when position is inside a link.
1089
1090 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
1091 prefix in tooltip text with "mouse-1" when this is a link
1092 recognized by mouse-1-click-follows-link functionality.
1093
1094 * help.el (describe-key): Report effective and original binding
1095 for mouse-1 when clicked on a link.
1096 (describe-mode): Add follow-link property to "minor-mode" button.
1097
1098 * help-fns.el (describe-variable): Add follow-link property to
1099 "below" button.
1100
1101 * help-mode.el (help-xref): Add follow-link property.
1102
1103 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
1104 (apropos-command, apropos-variable, apropos-face, apropos-group)
1105 (apropos-widget, apropos-plist): Add follow-link property.
1106
1107 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
1108 checks if position is in a filename, rather than some other
1109 clickable item. Function looks for cvs-filename-face at position.
1110
1111 * wid-edit.el (widget-specify-field, widget-specify-button):
1112 Map a :follow-link keyword into a follow-link property.
1113 (link): Add :follow-link keyword, map to RET binding.
1114
1115 * dired.el (dired-mode-map): Map follow-link to mouse-face.
1116
1117 * progmodes/compile.el (compilation-minor-mode-map)
1118 (compilation-button-map, compilation-mode-map): Likewise.
1119
1120 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
1121
1122 * play/zone.el (zone): Init `line-spacing' from orig buffer.
1123 (zone-replace-char): Take `count' and `del-count'
1124 instead of `direction'. Update callers. When `del-count' is
1125 non-nil, delete that many characters, otherwise `count' characters
1126 backwards. Insert the newly-replaced string `count' times.
1127 (zone-fret): Handle chars w/ width greater than one.
1128 (zone-fall-through-ws): No longer take window width `ww'.
1129 Update callers. Add handling for `char-width' greater than one.
1130 (zone-pgm-drip): Update var holding window-end position every cycle.
1131
1132 2004-12-17 Andre Spiegel <spiegel@gnu.org>
1133
1134 * vc.el (vc-default-update-changelog): Use insert-file-contents,
1135 rather than insert-file.
1136
1137 2004-12-16 Jay Belanger <belanger@truman.edu>
1138
1139 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
1140 (math-init-random-base, math-random-digit): Check to see if
1141 var-RandSeed is bound.
1142 (math-random-last): Declare it.
1143 (math-random-digit): Don't make math-random-last local.
1144
1145 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
1146
1147 * play/zone.el (zone): Fix omission bug: Use a self-disabling
1148 one-shot thunk for uniform (error, quit, normal) recovery.
1149 Reported by John Paul Wallington.
1150 (zone-pgm-random-life): Fix bug:
1151 Recognize empty initial field by lack of "@" chars.
1152
1153 2004-12-16 Juri Linkov <juri@jurta.org>
1154
1155 * help.el (function-called-at-point):
1156 * help-fns.el (variable-at-point): As a last resort try stripping
1157 non-word prefixes and suffixes.
1158
1159 * descr-text.el (describe-property-list): Don't treat syntax-table
1160 specially. Use describe-text-sexp which inserts [show] button
1161 for large objects and handles printing errors. Sort properties
1162 by names in alphabetical order instead of by value sizes.
1163 Add `mouse-face' to list of properties for `describe-face' widget.
1164 (describe-char): Mask out face-id from 19 bits of character.
1165 Print face-id separately.
1166
1167 * replace.el (occur-accumulate-lines, occur-engine):
1168 Fontify unfontified matching lines in the source buffer
1169 before copying them.
1170 (occur-engine): Don't put mouse-face on context lines.
1171 (occur-next-error): Set point to line beginning/end
1172 before searching for prev/next property to skip multiple
1173 matches on a line (not supported by occur engine).
1174 Remove redundant prefix-numeric-value.
1175
1176 2004-12-15 Juri Linkov <juri@jurta.org>
1177
1178 * replace.el (match): New face.
1179 (list-matching-lines-face): Change default from `bold' to `match'.
1180
1181 * progmodes/grep.el (grep-match-face): New defvar.
1182 (grep-mode-font-lock-keywords): Use grep-match-face instead of
1183 compilation-column-face to highlight grep matches.
1184
1185 * apropos.el (apropos-match-face): Change default from
1186 `secondary-selection' to `match'.
1187
1188 * info-look.el (info-lookup-highlight-face): Change default from
1189 `highlight' to `match'.
1190
1191 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
1192
1193 * progmodes/executable.el (executable-interpret): Eliminate
1194 obsolete compile-internal, and switch to comint for interaction.
1195
1196 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
1197
1198 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
1199 `&&' when skipping multiple statements on a line.
1200
1201 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
1202
1203 * play/zone.el (zone): Set `truncate-lines'.
1204 Also, init `tab-width' with value from original buffer.
1205 (zone-shift-up): Rewrite for speed.
1206 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
1207 (zone-pgm-jitter): Remove redundant entries from ops vector.
1208 (zone-exploding-remove): Reduce iteration count.
1209 (zone-cpos): Convert to defsubst.
1210 (zone-replace-char): New defsubst.
1211 (zone-park/sit-for): Likewise.
1212 (zone-fret): Take window-start arg.
1213 Update callers. Use `zone-park/sit-for'.
1214 (zone-fill-out-screen): Rewrite.
1215 (zone-fall-through-ws): Likewise. Update callers.
1216 (zone-pgm-drip): Use `zone-replace-char'.
1217 Move var inits before while-loop. Use `zone-park/sit-for'.
1218 (zone-pgm-random-life): Handle empty initial field.
1219 Use `zone-replace-char' and `zone-park/sit-for'.
1220
1221 2004-12-15 Juri Linkov <juri@jurta.org>
1222
1223 * isearch.el (isearch-update): Test isearch-lazy-highlight
1224 before calling isearch-lazy-highlight-new-loop.
1225 (isearch-lazy-highlight-new-loop):
1226 Don't test isearch-lazy-highlight.
1227
1228 * replace.el (perform-replace): Add isearch-case-fold-search.
1229 Use delimited-flag for isearch-regexp.
1230 Reset isearch-lazy-highlight-last-string to force lazy
1231 highlighting when called from isearch mode.
1232 (query-replace-highlight): Revert defcustom type to boolean.
1233 (query-replace-lazy-highlight): New defcustom.
1234 (query-replace): New face.
1235 (perform-replace, replace-highlight, replace-dehighlight):
1236 Test query-replace-lazy-highlight instead of special value
1237 `isearch' of query-replace-highlight.
1238 (replace-dehighlight): Don't call isearch-dehighlight.
1239 (replace-highlight): Don't call isearch-highlight.
1240 Use face `query-replace' unconditionally.
1241
1242 2004-12-14 Kim F. Storm <storm@cua.dk>
1243
1244 * simple.el (inhibit-mark-movement): Remove defvar.
1245 (beginning-of-buffer, end-of-buffer): Don't use it.
1246
1247 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1248 Don't use inhibit-mark-movement.
1249
1250 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
1251 (cua--undo-push-mark): Remove.
1252 (cua--pre-command-handler, cua--post-command-handler):
1253 Don't fiddle with inhibit-mark-movement.
1254
1255 2004-12-14 Juri Linkov <juri@jurta.org>
1256
1257 * buff-menu.el (list-buffers-noselect): Collect internal info
1258 for every buffer in BUFFER-LIST arg too.
1259 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
1260 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
1261 Bind same-window-buffer-names and same-window-regexps to nil.
1262
1263 2004-12-13 Juri Linkov <juri@jurta.org>
1264
1265 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
1266
1267 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
1268 (sc-cite-region, sc-uncite-region, sc-recite-region):
1269 Fix previous change to handle not alist as a symbol, but
1270 a citation frame as a symbol that represents a variable name.
1271
1272 2004-12-13 Richard M. Stallman <rms@gnu.org>
1273
1274 * filecache.el (file-cache-add-directory-using-find):
1275 Only set up file-cache-find-command-posix-flag if we will use it.
1276
1277 * bindings.el (mode-line-buffer-identification-keymap):
1278 Don't cancel the mode-line's usual down-mouse-1 binding.
1279
1280 * cus-edit.el (custom-face-selected): Handle `default' specs.
1281 (custom-face-edit): Increase extra-offset.
1282 (custom-display): Handle `default' specs.
1283
1284 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
1285
1286 * emacs-lisp/elint.el (elint-standard-variables)
1287 (elint-unknown-builtin-args): Move definitions up.
1288
1289 * net/browse-url.el (browse-url-url-at-point): Add autoload.
1290
1291 * info.el (info-xref-visited): Use `default' instead of t.
1292 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
1293
1294 * faces.el (header-line, mode-line-inactive, tool-bar):
1295 Use `default' instead of t for setting the defaults.
1296 (face-spec-choose): Separate `t' from `default'.
1297
1298 * subr.el (while-no-input): New macro.
1299
1300 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
1301
1302 * filecache.el (file-cache-add-directory-using-find):
1303 Only test file-cache-find-command-posix-flag on some systems.
1304
1305 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1306
1307 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
1308 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
1309 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
1310 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
1311 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
1312
1313 2004-12-12 Juri Linkov <juri@jurta.org>
1314
1315 * files.el (find-file-other-window, find-file-other-frame):
1316 Add the first buffer to the returned value to return the complete
1317 list of all visited buffers.
1318 (find-file-read-only, find-file-read-only-other-window)
1319 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
1320 `find-file-read-args'. Signal an error about non-existent file
1321 only if file name doesn't contain wildcards. Toggle read-only in
1322 all visited buffers.
1323 (find-alternate-file, find-alternate-file-other-window):
1324 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
1325 called interactively. Pass arg `wildcards' to other functions.
1326 (find-file-noselect): Doc fix.
1327
1328 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
1329 Doc fix.
1330 (ffap-directory-finder): New variable.
1331 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
1332 (ffap-file-at-point): Add /* to immediately rejected names.
1333 Return absolute file names matching ffap-dired-wildcards.
1334 (ffap-read-file-or-url): Set default value for `completing-read'
1335 to `buffer-file-name'.
1336 (find-file-at-point): When filename matches ffap-dired-wildcards,
1337 call ffap-file-finder with t arg `wildcards', instead of dired.
1338 (ffap-other-window, ffap-other-frame): Return visited buffers.
1339 (ffap-read-only, ffap-read-only-other-window)
1340 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
1341 (dired-at-point): Call ffap-directory-finder instead of dired.
1342 (ffap-dired-other-window, ffap-dired-other-frame)
1343 (ffap-list-directory): New commands.
1344 (ffap-bindings): New keybindings for new commands.
1345
1346 2004-12-12 Juri Linkov <juri@jurta.org>
1347
1348 * simple.el (beginning-of-buffer, end-of-buffer):
1349 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1350 Do not push mark when mark is active in transient-mark-mode.
1351
1352 * simple.el (mark-word):
1353 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
1354 * textmodes/paragraphs.el (mark-paragraph):
1355 Extend the region when mark is active in transient-mark-mode,
1356 regardless of the last command. Doc fix.
1357
1358 * simple.el (mark-word): Preserve direction when repeating.
1359 Make arg optional. Interactive "p" -> "P".
1360 (transient-mark-mode, inhibit-mark-movement): Doc fix.
1361
1362 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
1363 preserving direction, to mark forward instead of backward when mark
1364 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
1365
1366 2004-12-12 Juri Linkov <juri@jurta.org>
1367
1368 * isearch.el (isearch-edit-string): Set 7th arg of
1369 `read-from-minibuffer' to `t' to inherit the current input
1370 method (whose name is indicated by [IM] in the minibuffer prompt)
1371 from the current buffer to the minibuffer.
1372 (isearch-lazy-highlight-update): Put body to `with-local-quit'
1373 to allow C-g quitting for lazy highlighting looping inside the
1374 search with nested repetition operators. Add overlay to the list
1375 before setting its face and other properties to avoid the case of
1376 code quitting after placing the new overlay but before it's
1377 recorded on the list. Select the window where isearch was
1378 activated, to highlight matches in the right window when isearch
1379 switches the current window to the minibuffer.
1380
1381 * international/isearch-x.el
1382 (isearch-process-search-multibyte-characters):
1383 Use `isearch-message' as initial input for `read-string' instead
1384 of adding it to the minibuffer prompt. After reading a string
1385 remove the initial value of `isearch-message' from the string.
1386
1387 * replace.el (replace-match-maybe-edit): Doc fix.
1388 (perform-replace): Don't call `replace-highlight' when automatic
1389 replacement is requested in literal mode, since it is intended
1390 only to highlight words during entering a new replacement string
1391 for \? in non-literal mode.
1392
1393 * replace.el (query-replace-highlight): Add new value `isearch'
1394 that allows query replacement to use isearch highlighting.
1395 Change type from `boolean' to `choice'. Doc fix.
1396 (replace-highlight, replace-dehighlight, perform-replace):
1397 Use isearch highlighting if query-replace-highlight eq `isearch'.
1398
1399 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
1400
1401 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
1402 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
1403
1404 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
1405 case of \end{verbatim}.
1406
1407 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1408
1409 * term.el (term-termcap-format): Synchronyze with terminfo.
1410 (term-emulate-terminal): Handle reset.
1411 (term-reset-terminal): New function.
1412
1413 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
1414
1415 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
1416 (zone-fill-out-screen): New func.
1417 (zone-pgm-drip): Use `zone-fill-out-screen'.
1418 Also, no longer go to point-min on every cycle.
1419 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
1420 (zone-pgm-random-life-wait): New user var.
1421 (zone-pgm-random-life): New func.
1422
1423 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
1424
1425 * files.el (auto-mode-alist): Map .com to DCL mode.
1426
1427 2004-12-09 Richard M. Stallman <rms@gnu.org>
1428
1429 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
1430
1431 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
1432
1433 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
1434 buffer with a display margin.
1435
1436 2004-12-08 Jay Belanger <belanger@truman.edu>
1437
1438 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
1439 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
1440
1441 2004-12-08 Richard M. Stallman <rms@gnu.org>
1442
1443 * faces.el: Delete code to set display table.
1444 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
1445
1446 2004-12-08 Jay Belanger <belanger@truman.edu>
1447
1448 * calc/calc.el: Add math-read-preprocess-string to autoloads.
1449
1450 * calc/calc-ext.el (math-read-replacement-list)
1451 (math-read-superscripts, math-read-preprocess-string): Move to
1452 calc-aent.el.
1453
1454 * calc/calc-aent.el (math-read-replacement-list)
1455 (math-read-superscripts, math-read-preprocess-string): Move from
1456 calc-ext.el.
1457
1458 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1459
1460 * isearch.el (isearch-quote-char): Fix up typo in last change.
1461
1462 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
1463
1464 * mouse.el (mouse-set-font): Handle the case where the command was
1465 not invoked using the mouse.
1466
1467 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
1468 (edmacro-finish-edit): Further update for keyboard macros that are
1469 lambda forms.
1470 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
1471
1472 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1473
1474 * font-lock.el (font-lock-unfontify-region): Save buffer state.
1475 (font-lock-default-unfontify-region): Don't save buffer state any more.
1476
1477 2004-12-07 Jay Belanger <belanger@truman.edu>
1478
1479 * calc/calc-help.el (calc-describe-key):
1480 Set calc-summary-indentation even when Calc Summary buffer exists.
1481
1482 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
1483
1484 * calendar/holidays.el (holiday-easter-etc): Make arguments
1485 optional for backwards compatibility. Doc fix.
1486 Remove un-necessary local vars mandatory, output-list.
1487 (holiday-advent): Make arguments optional for backwards
1488 compatibility. Doc fix.
1489
1490 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * paren.el (show-paren-function): Fix last change (2004-12-02).
1493
1494 * international/mule-util.el (char-displayable-p): Return nil for
1495 unibyte mode.
1496
1497 * subr.el (subregexp-context-p): New function.
1498
1499 * isearch.el (isearch-quote-char): Use it.
1500
1501 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
1502 (regexp-opt-not-groupie*-re): Remove.
1503 (regexp-opt): Properly handle inputs with duplicate entries.
1504
1505 2004-12-06 Richard M. Stallman <rms@gnu.org>
1506
1507 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
1508
1509 * cus-edit.el (custom-file): Doc fix.
1510
1511 * textmodes/org.el: New file.
1512
1513 2004-12-06 Kenichi Handa <handa@m17n.org>
1514
1515 * ldefs-boot.el: Update international/mule-util.el section.
1516
1517 2004-12-05 Sam Steingold <sds@gnu.org>
1518
1519 * net/tramp.el (tramp-handle-file-accessible-directory-p):
1520 Fix `tramp-time-diff' comparison logic.
1521
1522 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
1523
1524 * progmodes/which-func.el (which-function):
1525 Use `run-hook-with-args-until-success' instead of a custom loop.
1526 Fixes bug with local hooks.
1527
1528 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1529
1530 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
1531 Use delete-dups when calculating the initial value.
1532 (bibtex-autokey-get-title): Use <=.
1533 (bibtex-goto-line): New function.
1534 (bibtex-reposition-window): Use line numbers instead of point
1535 positions. Use window-body-height.
1536 (bibtex-find-crossref): Use bibtex-reposition-window.
1537 (bibtex-find-entry): Use bibtex-reposition-window. Always return
1538 position of entry if key is found or nil if not found.
1539
1540 2004-12-05 Richard M. Stallman <rms@gnu.org>
1541
1542 * cus-edit.el (custom-file): Doc fix.
1543
1544 * progmodes/sh-script.el (sh-indent-for-then): Change default.
1545
1546 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1547
1548 * simple.el (blink-matching-open):
1549 * textmodes/tex-mode.el (tex-validate-region):
1550 Obey syntax-table text properties.
1551
1552 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
1553
1554 * wid-edit.el (widget-specify-field): Add `real-field' property to
1555 boundary.
1556 (widget-field-at): Use it.
1557
1558 2004-12-02 Richard M. Stallman <rms@gnu.org>
1559
1560 * progmodes/cc-mode.el (awk-mode autoload):
1561 Supply t meaning interactive function.
1562
1563 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
1564 (isearch-mode-map): No special definition for space.
1565 (isearch-whitespace-chars): Command deleted.
1566 (isearch-forward-regexp): Doc fix.
1567 (isearch-quote-char): When a space is not inside brackets,
1568 use `[ ]' instead of just space.
1569 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
1570
1571 * imenu.el (imenu--generic-function): Delete code to exclude
1572 matches in comments.
1573
1574 * man.el (Man-reverse-face): Change default to `highlight'.
1575
1576 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
1577 (occur-engine): Use `face' prop rather than `font-lock-face'
1578 when specifying use of `match-face'.
1579 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
1580
1581 * emacs-lisp/elint.el (elint-standard-variables): Update list.
1582
1583 * add-log.el (add-log-current-defun): Handle the case where point
1584 is in the header part of a DEFUN construct.
1585
1586 2004-12-02 Dave Love <fx@gnu.org>
1587
1588 * progmodes/python.el (python-font-lock-syntactic-keywords):
1589 Fix previous change.
1590
1591 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
1592
1593 * paren.el (show-paren-function): Check for matching chars
1594 specified by text props.
1595
1596 2004-12-02 Jay Belanger <belanger@truman.edu>
1597
1598 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
1599 when reading a new key sequence.
1600
1601 2004-12-02 Kim F. Storm <storm@cua.dk>
1602
1603 * faces.el (escape-glyph): Rename from glyph.
1604 (standard-display-table): Set it here. Add escape-glyph face to
1605 extra slot characters.
1606
1607 * disp-table.el: Undo 2004-12-01 change. Display table is now
1608 setup in faces.el.
1609
1610 2004-12-02 Mark A. Hershberger <mah@everybody.org>
1611
1612 * xml.el (xml-parse-dtd): Don't show validity messages when
1613 xml-validating-parser is nil.
1614 (xml-substitute-special): Fix validity error messages to
1615 actually show the unexpandable entity. Added validity error if &
1616 isn't followed by an entity.
1617 (xml-parse-tag): Concatenate any string following the a
1618 <![CDATA[]]> section to the parsed CDATA.
1619 (xml-parse-dtd): Skip parameter entity declarations and use of
1620 parameter entities.
1621
1622 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
1623
1624 * kmacro.el (kmacro-default-counter-format): New var.
1625 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
1626 (kmacro-display): Remove `nil' from `and' form. Delete call to
1627 `format' inside `message'.
1628 (kmacro-start-macro): Use `kmacro-default-counter-format'.
1629
1630 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * pcvs.el (cvs-header-msg): New function.
1633 (cvs-update-header): Use it. Change calling convention.
1634 Correctly handle the case of having simultaneous active processes.
1635 (cvs-sentinel): Don't call cvs-update-header any more.
1636 (cvs-mode-run): Update call and add cvs-update-header to postproc.
1637
1638 2004-12-01 Jay Belanger <belanger@truman.edu>
1639
1640 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
1641 Change message.
1642
1643 2004-12-01 Juri Linkov <juri@jurta.org>
1644
1645 * progmodes/prolog.el (prolog-mode-variables):
1646 Fix imenu-generic-expression.
1647
1648 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
1649
1650 * faces.el (glyph): New face.
1651
1652 * disp-table.el: Add an autoloaded table, that doesn't require
1653 this library, with glyph face.
1654
1655 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
1656 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
1657 (conf-quote-normal): Allow normalizing only ' or ".
1658 (conf-mode): Regexp-quote constructed comment-start and don't
1659 match section {} where "name" contains braces.
1660
1661 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
1662 files.
1663
1664 2004-12-01 Kenichi Handa <handa@m17n.org>
1665
1666 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
1667 (x-select-text): Don't treat eight-bit-control/graphic chars
1668 specially. Store the encoded text in the X cut buffer.
1669 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
1670 with x-last-selected-text-cut-encoded.
1671
1672 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1673
1674 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
1675
1676 2004-11-30 Markus Rost <rost@ias.edu>
1677
1678 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
1679 AUCTeX.
1680
1681 2004-11-30 Jay Belanger <belanger@truman.edu>
1682
1683 * calc/calc-arith.el (math-possible-signs): Made stronger checks
1684 on signs of intervals.
1685 (math-pow-of-zero): Strengthen checks for positive and negative
1686 exponents.
1687
1688 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
1689 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
1690 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
1691 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
1692 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
1693 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
1694 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
1695 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
1696 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
1697 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
1698 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
1699 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
1700 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
1701 with provide statements.
1702
1703 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
1704
1705 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
1706
1707 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
1708 (calc-load-everything, math-defsimplify): Replace dummy autoloading
1709 functions by require statements.
1710 (math-defsimplify): Move to calc-alg.el, add to autoloads.
1711
1712 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
1713 (calc-gnuplot-print): Give them values.
1714
1715 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
1716 autoloads.
1717 Add calc-do-embedded-activate to autoloads.
1718 (calc-gnuplot-name, calc-gnuplot-plot-command)
1719 (calc-gnuplot-print-command): Move them to calc-graph.el.
1720
1721 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1722
1723 * term/mac-win.el (ccl-encode-mac-roman-font)
1724 (ccl-encode-mac-cyrillic-font)
1725 (ccl-encode-mac-centraleuropean-font, encoder-list)
1726 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
1727 Support Cyrillic, CentralEuropean, and Dingbat font display
1728
1729 2004-11-30 Andre Spiegel <spiegel@gnu.org>
1730
1731 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
1732
1733 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
1734 still nil.
1735
1736 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
1737
1738 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
1739 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
1740
1741 2004-11-29 Jay Belanger <belanger@truman.edu>
1742
1743 * calc/calc-arith.el (math-pow-of-zero): Take into account different
1744 cases of the base and exponent.
1745
1746 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
1747
1748 * simple.el (next-error-buffer-p): Allow for inclusive and
1749 exclusive tests for finding a buffer.
1750 (next-error-find-buffer): Pass the exclusive and inclusive tests
1751 to next-error-buffer-p.
1752
1753 * replace.el (occur-next-error): Switch to the Occur buffer when
1754 appropriate, use the exclusive filter to next-error-find-buffer to
1755 do it. Use the absolute value of the motion amount.
1756
1757 2004-11-29 Kenichi Handa <handa@m17n.org>
1758
1759 * startup.el (command-line): Decode all default-directory by
1760 locale-coding-system.
1761
1762 2004-11-29 Jay Belanger <belanger@truman.edu>
1763
1764 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
1765 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
1766 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
1767 Replace calls to calc-extensions by appropriate require, replace
1768 calc-extensions-loaded by appropriate featurep.
1769
1770 * calc/calc-ext.el: Move require to end of file.
1771 Remove redundant loading of calc.el.
1772 (calc-extensions-loaded): Remove unnecessary variable.
1773 (calc-extensions): Remove unnecessary function.
1774 (calc-load-everything): Replace calc-need-macros by appropriate require.
1775
1776 * calc/calc-macs.el: Move provide to end of file.
1777 (calc-need-macros): Remove unnecessary function.
1778
1779 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
1780 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
1781 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
1782 Replace calc-extensions by appropriate require.
1783 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
1784
1785 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
1786 Replace calc-need-macros by appropriate require.
1787
1788 * calc/calc.el: Move require to end of file.
1789 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
1790 Remove unnecessary variable.
1791 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
1792 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
1793 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
1794 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
1795 (math-stack-value-offset, math-format-value, math-format-flat-expr)
1796 (math-format-number, math-format-bignum, math-read-number)
1797 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
1798 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
1799 by appropriate require.
1800 (calc-check-defines): Replace calc-need-macros by appropriate require.
1801
1802 2004-11-29 Kim F. Storm <storm@cua.dk>
1803
1804 * macros.el (insert-kbd-macro): Handle kmacro functions.
1805
1806 2004-11-28 Juri Linkov <juri@jurta.org>
1807
1808 * compare-w.el (compare-windows-highlight): Attach each overlay
1809 to its window to properly highlight differences while comparing
1810 two windows of the same buffer. Fix arguments.
1811 (compare-windows-sync-default-function): Fix arguments of
1812 `compare-windows-highlight'.
1813
1814 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
1815 Use `read-expression-history'. Set initial contents only if
1816 `edebug-global-break-condition' is non-nil. Set histpos to 1
1817 if initial contents is equal to the last history element.
1818 (edebug-set-conditional-breakpoint): Instead of temporarily
1819 prepending the current condition to the history, set initial
1820 contents to the current condition. Set histpos to 1 if initial
1821 contents is equal to the last history element.
1822
1823 * info.el (Info-search-whitespace-regexp): Remove shy group.
1824 (Info-search): Forward line if search is on the header line.
1825 Use search-whitespace-regexp in two other places.
1826
1827 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
1828
1829 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
1830 warning. Delay real definition, which uses
1831 `set-fringe-indicators-1' till after the definition of that function.
1832
1833 2004-11-28 Kim F. Storm <storm@cua.dk>
1834
1835 * fringe.el (fringe): New defgroup.
1836 (fringe-mode): Move to fringe group.
1837 (fringe-indicators): New defcustom.
1838 (set-fringe-indicators-1): New defun.
1839
1840 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
1841 (menu-bar-showhide-fringe-ind-menu): New keymap.
1842 (menu-bar-showhide-fringe-ind-empty)
1843 (menu-bar-showhide-fringe-ind-mixed)
1844 (menu-bar-showhide-fringe-ind-box)
1845 (menu-bar-showhide-fringe-ind-right)
1846 (menu-bar-showhide-fringe-ind-left)
1847 (menu-bar-showhide-fringe-ind-none): New defuns.
1848 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
1849
1850 2004-11-27 Richard M. Stallman <rms@gnu.org>
1851
1852 * comint.el (comint-read-noecho): Add trivial compatibility definition.
1853
1854 * generic.el (define-generic-mode): Doc fix.
1855
1856 * menu-bar.el (menu-bar-options-save): For the options
1857 that are toggled with menu-bar-make-mm-toggle, don't check
1858 for customized-value prop.
1859
1860 2004-11-27 Eli Zaretskii <eliz@gnu.org>
1861
1862 * mail/supercite.el (sc-cite-region): Handle the case where
1863 sc-cite-frame-alist is a symbol.
1864 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
1865 a symbol.
1866 (sc-recite-region): Handle the case where sc-recite-frame-alist is
1867 a symbol.
1868
1869 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
1870
1871 * wid-edit.el (widget-narrow-to-field): New function.
1872 (widget-complete): Use it.
1873
1874 2004-11-27 Jay Belanger <belanger@truman.edu>
1875
1876 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
1877 variable.
1878 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
1879 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
1880 (math-alg-inequalities): Move declaration to earlier in the file.
1881
1882 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
1883 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
1884 Declare them.
1885
1886 * calc/calc-lang.el (math-expr-data, math-expr-token)
1887 (math-exp-old-pos): Declare them.
1888
1889 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
1890 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
1891
1892 2004-11-27 Kim F. Storm <storm@cua.dk>
1893
1894 * progmodes/flymake.el: Use (featurep 'xemacs).
1895 (flymake-makehash): Change to defsubst. Use fboundp.
1896 (flymake-time-to-float): Remove.
1897 (flymake-float-time): Merge code from flymake-time-to-float here.
1898 (flymake-replace-regexp-in-string): Change to defsubst.
1899 (flymake-split-string-remove-empty-edges):
1900 Rename to flymake-split-string.
1901 (flymake-split-string): Remove previous defalias.
1902 (flymake-get-temp-dir): Change to defsubst.
1903 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
1904 Define for xemacs only.
1905 (flymake-master-file-count-limit): Change into compiler defvar only.
1906 (flymake-find-possible-master-files): Let-bind it dynamically while
1907 sorting files using flymake-master-file-compare.
1908
1909 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1910
1911 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
1912 of defun-prompt-regexp matches inside a comment/string but the
1913 beginning is correctly outside everything.
1914
1915 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
1916 appears within a string or a comment.
1917
1918 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
1919 rather than make-symbol for symbols which are used in
1920 a symbol-macrolet or equivalent.
1921
1922 2004-11-26 Jay Belanger <belanger@truman.edu>
1923
1924 * calc-misc.el (calc-last-why-command): Declare it.
1925
1926 * calc-vec.el (math-grade-vec): New variable.
1927 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
1928 Replace variable grade-vec by declared variable.
1929 (math-rb-close): New variable.
1930 (math-read-brackets, math-read-vector): Replace variable close by
1931 declared variable.
1932
1933 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
1934 (calc-one-window, calc-edit-handler, calc-restore-trail)
1935 (calc-allow-ret): Declare them.
1936
1937 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
1938 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
1939 (math-radix-float-cache-tag, math-random-cache)
1940 (math-max-digits-cache, math-integral-cache, math-units-table)
1941 (math-format-date-cache, math-holidays-cache-tag): Declare them.
1942 (math-moc-func): New variable.
1943 (math-map-over-constants, math-map-over-constants-rec):
1944 Replace variable func by declared variable.
1945
1946 * calc/calc-store.el (calc-given-value, calc-store-opers):
1947 Declare them.
1948 (calc-var-name-map): Move declaration to earlier in the file.
1949 (calc-pv-pos): New variable.
1950 (calc-permanent-variable, calc-insert-permanent-variable):
1951 Replace variable pos by declared variable.
1952
1953 * calc/calc-mtx.el (calc-det-lu): New variable.
1954 (math-det-raw, math-det-step): Replace variable lu by declared variable.
1955
1956 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
1957 (math-multi-subst, math-multi-subst-rec): Replace variables temp
1958 and arg by declared variables.
1959 (calcFunc-reducer): Fix incorrect variable.
1960 (math-inner-mul-func, math-inner-add-func): New variables.
1961 (calcFunc-inner, math-inner-mats): Replace variables mul-func
1962 and add-func by declared variables.
1963
1964 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
1965 (calc-digit-value): Declare them.
1966
1967 * calc/calc-help.el (Info-history): Declare it.
1968 (calc-describe-key): Make calc-summary-indentation a local variable.
1969 (calc-help-long-names): Move declaration to earlier in file.
1970
1971 * calc/calc-embed.el (calc-original-buffer): Declare it.
1972 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
1973 (calc-embed-bot): New variables.
1974 (calc-do-embedded, calc-embedded-mark-formula)
1975 (calc-embedded-find-bounds, calc-embedded-duplicate)
1976 (calc-embedded-new-formula, calc-embedded-make-info):
1977 Replace vars outer-top, outer-bot, bot and top by declared variables.
1978 (calc-embed-prev-modes): New variable.
1979 (calc-embedded-set-modes, calc-embedded-update): Replace variable
1980 prev-modes with declared variable.
1981 (calc-embed-vars-used): New variable.
1982 (calc-embedded-make-info, calc-embedded-evaluate-expr)
1983 (calc-embedded-update, calc-embedded-find-vars): Replace variable
1984 vars-used by declared variable.
1985
1986 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
1987 (math-format-radix-float): Remove unnecessary setq.
1988 (math-radix-float-cache): Declare it.
1989
1990 * calc/calcsel2.el (calc-keep-selection): Declare it.
1991
1992 * calc/calc-maint.el: Remove file.
1993
1994 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1995
1996 * textmodes/bibtex.el (bibtex-sort-entry-class)
1997 (bibtex-comment-start): Use defcustom.
1998 (bibtex-entry-field-alist): Use nil if initial content of the
1999 field is undefined. Fix docstring.
2000 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
2001 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
2002 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
2003 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
2004 Fix docstring.
2005 (bibtex-autokey-title-terminators): Use only one regexp.
2006 (bibtex-string-maybe-empty-head): New variable.
2007 (bibtex-remove-delimiters-string): New function.
2008 (bibtex-text-in-field-bounds, bibtex-text-in-string):
2009 Use bibtex-remove-delimiters-string.
2010 (bibtex-progress-message, bibtex-field-left-delimiter)
2011 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
2012 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
2013 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
2014 Simplify.
2015 (bibtex-format-entry): Use save-excursion for inherited booktitle.
2016 Use eq and bibtex-remove-delimiters-string. For end markers use
2017 insertion type so that marker stays after inserted text.
2018 (bibtex-autokey-get-names): Return empty string if name is missing.
2019 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
2020 calling bibtex-autokey-name-case-convert.
2021 (bibtex-autokey-demangle-title):
2022 Call bibtex-autokey-titleword-case-convert. Remove call to
2023 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
2024 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
2025 (bibtex-read-key): New optional arg global.
2026 (bibtex-files-expand): New optional arg force.
2027 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
2028 (bibtex-complete-crossref-cleanup): Rename from
2029 bibtex-complete-key-cleanup. Simplify code.
2030 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
2031 Operate on current entry.
2032 (bibtex-button): Add docstring.
2033 (bibtex-entry): Simplify.
2034 (bibtex-make-field): Replace optional arg called-by-yank with more
2035 specific args move and interactive.
2036 (bibtex-end-of-entry): Use forward-sexp.
2037 (bibtex-find-entry-globally): Remove.
2038 (bibtex-find-crossref): Allow for crossref key located in other buffer.
2039 Bound to C-c C-x.
2040 (bibtex-find-entry): New optional args global and display.
2041 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
2042 (bibtex-validate): Use arg force of bibtex-files-expand.
2043 (bibtex-clean-entry): Bugfix, clean string entries properly.
2044 Always keep point at beginning of entry.
2045 (bibtex-complete): Bugfix. Handle string entries properly.
2046 Call cleanup functions only if needed.
2047 (bibtex-String): Use bibtex-read-string-key.
2048 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
2049 case of replacement text.
2050
2051 2004-11-26 Lars Hansen <larsh@math.ku.dk>
2052
2053 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
2054 (tramp-perl-directory-files-and-attributes): New constant.
2055 (tramp-file-name-handler-alist): Delete file-directory-files, add
2056 directory-files-and-attributes.
2057 (tramp-perl-file-attributes): Surround uid and gid by double
2058 quotes. Change parameter id-format from nonnumeric.
2059 (tramp-convert-file-attributes): New function.
2060 (tramp-handle-file-attributes): Use it.
2061 (tramp-maybe-send-perl-script): New function.
2062 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
2063 file mode. Change parameter id-format from nonnumeric.
2064 (tramp-handle-file-attributes-with-ls): Change parameter id-format
2065 from nonnumeric.
2066 (tramp-post-connection): Don't send tramp-perl-file-attributes
2067 script. Reset connection property "perl-scripts".
2068 (tramp-handle-insert-directory): Run real handler when ls-lisp is
2069 in use.
2070
2071 2004-11-26 Lars Hansen <larsh@math.ku.dk>
2072
2073 * desktop.el (desktop-read): Replace mapcar with mapc.
2074 (desktop-create-buffer): Replace mapcar with mapc.
2075 Remove redundant piece of code.
2076
2077 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
2078
2079 * progmodes/gud.el (gud-display-line): Use display-buffer
2080 for GDB-UI as for GUD.
2081
2082 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
2083 Delete variables.
2084 (gdb-ann3): Don't make GUD buffer dedicated.
2085 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
2086 (gdb-display-source-buffer): Delete function.
2087 (gdb-view-source-function, gdb-view-assembler): Delete functions.
2088 (menu): Delete menu bindings for viewing source/assembler.
2089 (gdb-setup-windows, gdb-restore-windows):
2090 Don't dedicate GUD. No assembler now.
2091 (gdb-reset): No need to undedicate source buffers now.
2092 (gdb-source-info): No assembler now.
2093
2094 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
2095
2096 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
2097 width to those for special frames.
2098 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
2099 Use display-buffer.
2100 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
2101 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2102 (gdb-frame-assembler-buffer): Rework like
2103 gdb-frame-breakpoints-buffer.
2104
2105 2004-11-25 Richard M. Stallman <rms@gnu.org>
2106
2107 * progmodes/flymake.el: Reindent.
2108 (flymake-split-string): Turn into defalias.
2109 (flymake-fix-file-name): Rename from flymake-fix-path-name.
2110 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
2111 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
2112 (flymake-build-relative-filename): Rename from ...path.
2113 Fix error message.
2114
2115 2004-11-25 Cheng Gao <chenggao@gmail.com>
2116
2117 * progmodes/flymake.el: Much whitespace and capitalization change.
2118 Move `provide' to end. Require `compile' only when compiling.
2119
2120 2004-11-24 Jay Belanger <belanger@truman.edu>
2121
2122 * calc/calc-alg.el: Added comment.
2123 (math-polynomial-base): Replace variable mpb-top-expr by
2124 math-poly-base-top-expr.
2125
2126 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
2127 (math-polynomial-p1): Replace variable mpb-top-expr by declared
2128 variable.
2129 (math-poly-base-total-base): New variable.
2130 (math-total-polynomial-base, math-polynomial-p1): Replace variable
2131 mpb-total-base by declared variable.
2132 (math-factored-vars, math-to-list): Declare it.
2133 (math-fact-expr): New variable.
2134 (calcFunc-factors, calcFunc-factor, math-factor-expr)
2135 (math-factor-expr-try, math-factor-expr-part): Replace variable
2136 expr by declared variable.
2137 (math-fet-x): New variable.
2138 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
2139 by declared variable.
2140 (math-factor-poly-coefs): Make temp a local variable.
2141
2142 * calc/calc-units.el (calc-convert-units): Make units a local
2143 variable.
2144 (calc-num-units, calc-den-units): New variables.
2145 (calc-explain-units, calc-explain-units-rec): Replace variables
2146 num-units and den-units by declared variables.
2147 (math-cu-unit-list): New variable.
2148 (math-build-units-table, math-compare-unit-names)
2149 (math-convert-units, math-convert-units-rec): Replace variable
2150 unit-list by declared variable.
2151 (math-fbu-base, math-fbu-entry): New variables.
2152 (math-find-base-units, math-find-base-units-rec): Replace variables
2153 base and entry by declared variables.
2154 (math-which-standard): New variable.
2155 (math-to-standard-units, math-to-standard-rec): Replace variable
2156 which-standard by declared variable.
2157 (math-fcu-u): New variable.
2158 (math-find-compatible-unit, math-find-compatible-unit-rec):
2159 Replace variable u by declared variable.
2160 (math-cu-new-units, math-cu-pure): New variables.
2161 (math-convert-units, math-convert-units-rec): Replace variables
2162 new-units and pure by declared variables.
2163 (math-try-cancel-units): New variable.
2164 (math-simplify-units-quotient): Replace variable try-cancel-units by
2165 declared variable.
2166
2167 2004-11-24 Richard M. Stallman <rms@gnu.org>
2168
2169 * textmodes/ispell.el (ispell-check-version):
2170 If default-directory is nonexistent, use home dir.
2171
2172 * progmodes/grep.el (grep-regexp-alist):
2173 Don't match parens around line numbers.
2174
2175 * progmodes/cperl-mode.el (cperl-indent-region)
2176 (cperl-imenu--create-perl-index, cperl-xsub-scan):
2177 Don't print progress messages.
2178
2179 * progmodes/compile.el (compilation-mode-map):
2180 Don't inherit from compilation-minor-mode-map;
2181 copy its bindings instead. But the menu bar Compile
2182 entry now does inherit from compilation-menu-map.
2183
2184 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2185 Use with-no-warnings around compiler-macroexpand.
2186
2187 * imenu.el: Don't always require newcomment.
2188 (imenu--generic-function): Call comment-normalize-vars
2189 if we have a comment syntax.
2190 Exit the loop if REGEXP matches the null string.
2191 Test comment-start as well as comment-start-skip
2192 when deciding whether to check for comments.
2193
2194 * tooltip.el (tooltip-mode): Doc fix.
2195
2196 * term.el (term-escape-char, term-mode): Doc fixes.
2197
2198 2004-11-24 Dave Love <fx@gnu.org>
2199
2200 * progmodes/python.el (python-font-lock-syntactic-keywords):
2201 Check for escapes in the regexp.
2202 (python-quote-syntax): Don't do it here.
2203
2204 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
2205
2206 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
2207 (gdb-frames-mode-map, gdb-threads-mode-map)
2208 (gdb-registers-mode-map, gdb-locals-mode-map)
2209 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
2210 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
2211
2212 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
2213 (dedicated-switch-to-buffer): Rework.
2214 (gdb-var-evaluate-expression-handler, gdb-put-string):
2215 Remove unused variable bindings.
2216 (gdb-setup-windows, gdb-display-buffer):
2217 Simplify. Use pop-to-buffer.
2218 (gdb-view-source-function): Simplify.
2219 (gdb-frame-breakpoints-buffer):
2220 Use pop-to-buffer, special-display-regexps.
2221
2222 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2223
2224 * progmodes/f90.el (f90-smart-end)
2225 (f90-previous-statement, f90-beginning-of-block): Doc fix.
2226 (f90-calculate-indent): Handle un-named PROGRAM blocks.
2227 (f90-end-of-block): Doc fix. Make check of outermost block
2228 conditional on value of `f90-smart-end'.
2229 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
2230 Handle case where END-BLOCK is nil.
2231 (f90-match-end): Handle un-named PROGRAM blocks.
2232 (f90-backslash-not-special): New function.
2233
2234 2004-11-24 Jay Belanger <belanger@truman.edu>
2235
2236 * calc/calc.el (calc-embedded-active): Removed unnecessary
2237 declaration.
2238 (calc-show-banner): Removed redundant declaration.
2239
2240 * calc/calc-graph.el (calc-gnuplot-default-device)
2241 (calc-gnuplot-default-output, calc-gnuplot-print-device)
2242 (calc-gnuplot-print-output, calc-gnuplot-geometry)
2243 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
2244 Remove redundant initial values.
2245
2246 * calc/calc-arith.el (math-scalar-functions)
2247 (math-nonscalar-functions, math-scalar-if-args-functions)
2248 (math-real-functions, math-positive-functions)
2249 (math-nonnegative-functions, math-real-scalar-functions)
2250 (math-real-if-arg-functions, math-integer-functions)
2251 (math-num-integer-functions, math-rounding-functions)
2252 (math-float-rounding-functions, math-integer-if-args-functions)
2253 (math-super-types): Move declarations to earlier in file.
2254 (math-unit-prefixes): Declared it.
2255 (math-floor-prec, math-trunc-prec): New variables.
2256 (math-trunc-fancy): Replace variable prec by declared variable.
2257 (math-floor-fancy): Replace variable prec by declared variable.
2258 (math-com-bterms): New variable.
2259 (math-commutative-equal, math-commutative-collect):
2260 Replace variable bterms by declared variable.
2261
2262 * calc/calc-misc.el (math-trunc): Replace variable prec by
2263 math-trunc-prec.
2264 (math-floor): Replace variable prec by math-floor-prec.
2265
2266 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
2267 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
2268 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
2269 (math-format-date, math-format-date-part): Replace variables
2270 date, dt, year, month, day, weekday, hour, minute, second and
2271 bc-flag by declared variables.
2272 (math-pd-str): New variable.
2273 (math-parse-date, math-parse-date-word, math-parse-standard-date):
2274 Replace variable str by declared variable.
2275 (math-daylight-savings-hook, math-tzone-names): Move definitions
2276 to earlier in the file.
2277 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
2278 (math-sh-year): New variable.
2279 (math-setup-add-holidays, math-setup-holidays)
2280 (math-setup-year-holidays): Replace variable `year' by declared
2281 variable.
2282
2283 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
2284 New variables.
2285 (math-nth-root-float, math-nth-root-float-iter): Replace variables
2286 n, nf and nfm1 by declared variables.
2287 (math-nri-n): New variable.
2288 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
2289 n by declared variable.
2290 (calcFunc-log): Removed misplaced condition.
2291
2292 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2293
2294 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
2295
2296 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
2297
2298 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
2299 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
2300 Dedicate gdb-related windows.
2301 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
2302 other frames.
2303 (gdb-reset): Remove dedicated property after debugging.
2304
2305 2004-11-24 Jay Belanger <belanger@truman.edu>
2306
2307 * calc/calc-sel.el: Add comment.
2308
2309 * calc/calc.el (math-stack-value-offset): Replace variables c,
2310 wid and off with math-svo-c, math-svo-wid and math-svo-off.
2311
2312 * calc/calccomp.el (math-comp-sel-tag): Declare it.
2313 (math-svo-c, math-svo-wid, math-svo-off): New variables.
2314 (math-stack-value-offset-fancy): Replace variables c, wid and off
2315 by declared variables.
2316 (math-comp-just, math-comp-comma-spc): New variables.
2317 (math-compose-expr, math-compose-matrix): Replace variables `just'
2318 and comma-spc by declared variable.
2319 (math-comp-vector-prec): New variable.
2320 (math-compose-expr, math-compose-matrix, math-compose-rows):
2321 Replace variable vector-prec by declared variable.
2322 (math-comp-left-bracket, math-comp-right-bracket)
2323 (math-comp-comma): New variables.
2324 (math-compose-expr, math-compose-rows): Replace variables
2325 left-bracket, right-bracket and comma by declared variables.
2326 (math-comp-full-width): New variable.
2327 (math-comp-to-string-flat, math-comp-to-string-flat-term):
2328 Replace variable full-width by declared variable.
2329 (math-comp-highlight, math-comp-word, math-comp-level)
2330 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
2331 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
2332 New variables.
2333 (math-comp-to-string-flat, math-comp-to-string-flat-term)
2334 (math-comp-sel-flat-term): Replace variables comp-highlight,
2335 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
2336 declared variables.
2337 (math-comp-simplify, math-comp-simplify-term)
2338 (math-comp-add-string, math-comp-add-string-sel):
2339 Replace variables comp-highlight, comp-buf, comp-base,
2340 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
2341
2342 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2343
2344 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
2345
2346 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
2347 and x-server-version may throw.
2348
2349 2004-11-23 Kim F. Storm <storm@cua.dk>
2350
2351 * subr.el (substitute-key-definition-key): Optimize.
2352 Don't call indirect-function for nil defn (always signals error).
2353
2354 * ido.el (ido-read-internal): Fix require-match check when
2355 ido-directory-too-big is set.
2356
2357 2004-11-23 Jay Belanger <belanger@truman.edu>
2358
2359 * calc/calc-ext.el (math-read-replacement-list)
2360 (math-read-superscripts): New variables.
2361 (math-read-preprocess-string): New function.
2362 (math-read-expr): Filter input through math-read-preprocess-string.
2363
2364 * calc/calc-aent.el (math-read-exprs): Filter input through
2365 math-read-preprocess-string.
2366
2367 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
2368
2369 * progmodes/compile.el (compilation-start): In cd command use
2370 substitute-env-vars -- not quite shell compatible but better than
2371 nothing.
2372 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
2373 handle the newer versions messages, which are more parseable.
2374
2375 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2376
2377 * reveal.el (reveal-mode-map): New var.
2378 (reveal-mode): Use it.
2379
2380 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
2381
2382 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
2383 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
2384
2385 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2386
2387 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
2388 header-line when needed.
2389 Use fixed-pitch only in the header-line.
2390 Build the underline automatically. Use emdash if available.
2391
2392 2004-11-22 Richard M. Stallman <rms@gnu.org>
2393
2394 * dired.el (dired-recursive-copies): Move from dired-aux.el.
2395 * dired-aux.el (dired-recursive-copies): Move to dired.el.
2396
2397 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
2398
2399 * progmodes/gdb-ui.el (gdb-resync): New function.
2400 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
2401 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
2402 Use it to fail more gracefully.
2403 (gdb-variables): Delete variable.
2404 Re-order variables to reduce byte-compiler warnings.
2405
2406 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2407
2408 * descr-text.el (describe-char):
2409 * paren.el (show-paren-function):
2410 * subr.el (syntax-after): Undo last change.
2411
2412 * progmodes/python.el (run-python): Don't hard code *Python*.
2413 Don't modify global process-environment.
2414 (python-send-region, python-load-file): Don't assume that
2415 python-buffer == (process-buffer (python-proc)).
2416 (python-switch-to-python): Simplify.
2417
2418 * dired.el (dired-align-file): Don't assume line starts with spaces.
2419
2420 2004-11-21 Jay Belanger <belanger@truman.edu>
2421
2422 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
2423 Replace variable `lines' by math-read-big-lines.
2424 (math-read-big-expr): Replace variables the-baseline, the-h2
2425 and err-msg by math-read-big-baseline, math-read-big-h2 and
2426 math-read-err-msg.
2427 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
2428
2429 * calc/calc-lang.el (math-read-big-rec): Fix typo.
2430 (math-read-big-balance): Replace unbound variable by value.
2431 (math-read-big-lines): New variable.
2432 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
2433 (math-read-big-error, math-read-big-balance): Replace variable
2434 `lines' by declared variable.
2435 (math-read-big-baseline, math-read-big-h2): New variables.
2436 (math-read-big-rec): Replace variables the-baseline and the-h2
2437 by declared variables.
2438 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
2439 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
2440 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
2441 declared variables.
2442 (math-read-big-err-msg): New variable.
2443 (math-read-big-error): Replace variable err-msg by declared variable.
2444
2445 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2446
2447 * ses.el: Add coding cookie.
2448 Fix up docstrings, follow new commenting conventions.
2449 (ses-header-line-menu): Fix missing variable rename for header-row.
2450 (ses-cell-size): Remove.
2451 (ses-make-cell): New function.
2452 (ses-cell, ses-insert-row, ses-insert-column): Use it.
2453 (ses-calculate-cell): Remove unused var `symbol'.
2454 (ses-narrowed-p): New function.
2455 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
2456 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
2457 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
2458 (ses-setup): Use restore-buffer-modified-p.
2459 (ses-cleanup): Remove unused var `end'.
2460 (ses-header-string-left-offset): Remove.
2461 (ses-create-header-string): Adjust to new behavior of `align-to'.
2462 Truncate excessively large fields to preserve alignment.
2463 (ses-reconstruct-all): Remove unused var `refs'.
2464 (ses-read-cell-printer): Remove unused var `prompt'.
2465 (ses-delete-row): Remove unused var `pos'.
2466 (ses-delete-column): Remove unused var `new'.
2467
2468 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2469
2470 * ps-print.el: Insert :version tag into all defgroup and defcustom.
2471 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2472 Eliminate eval-and-compile usage.
2473 (ps-insert-file): Use insert-file-contents instead of insert-file.
2474 (ps-setup): Code fix.
2475
2476 * printing.el (pr-setup, lpr-setup): Code fix.
2477
2478 2004-11-21 Jay Belanger <belanger@truman.edu>
2479
2480 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
2481 (calc-original-buffer): Declare them.
2482 (calc-user-formula-alist): New variable.
2483 (calc-user-define-formula, calc-fix-user-formula)
2484 (calc-user-define-composition, calc-finish-formula-edit):
2485 Replace variable `alist' by declared variable.
2486 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
2487 (var-q7, var-q7, var-q8, var-q9): Declare them.
2488 (calc-kbd-push): Don't check to see if var-q0 through var-q9
2489 are bound.
2490 (calcFunc-typeof): Replace undeclared variable by expression.
2491 (math-exp-env): New variable.
2492 (math-define-body, math-define-exp): Replace exp-env by declared var.
2493 (math-define-exp): Replace misplaced variable by expression.
2494
2495 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
2496 (calc-curve-model, calc-curve-coefnames): New variables.
2497 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
2498 varnames, model and coefnames by declared variables.
2499 (math-root-widen): New variable.
2500 (math-search-root, math-find-root): Replace variable root-widen by
2501 declared variable.
2502 (var-DUMMY): Declare it.
2503 (math-root-vars, math-min-vars): Move the declarations to earlier in
2504 the file.
2505 (math-brent-min): Make d a local variable.
2506 (math-find-minimum): Replace non-existent variable.
2507 (math-ninteg-romberg): Remove unnecessary variable.
2508 (math-ninteg-temp): New variable.
2509 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
2510 integ-temp by declared variable.
2511 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
2512 New variables.
2513 (math-general-fit): Replace variables first-var, first-coef and
2514 new-coefs by declared variables.
2515 (calcFunc-fitvar): Replace variable first-var by declared variable.
2516 (calcFunc-fitparam): Replace variable first-coef by declared variable.
2517 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
2518 (math-all-vars-vars, math-all-vars-found): New variables.
2519 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
2520 found by declared variable math-all-vars-vars.
2521
2522 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
2523
2524 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
2525 of `defconst'.
2526
2527 2004-11-20 Richard M. Stallman <rms@gnu.org>
2528
2529 * isearch.el (isearch-mode-map): Don't bind SPC.
2530 (isearch-whitespace-chars): Function deleted.
2531 (isearch-search): Bind search-spaces-regexp.
2532 (isearch-lazy-highlight-search): Likewise.
2533 (search-whitespace-regexp): Doc fix.
2534 (isearch-forward-regexp): Doc fix.
2535
2536 * emacs-lisp/bytecomp.el (byte-compile-form):
2537 Move the calls to byte-compile-set-symbol-position,
2538 to avoid having two for the same symbol occurrence.
2539
2540 * comint.el (comint-input-ring-size): Increase to 150.
2541
2542 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
2543 New variables.
2544 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
2545 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
2546
2547 * imenu.el (imenu--generic-function):
2548 Ensure we keep moving backward even if BEG isn't further back.
2549
2550 * replace.el (query-replace-read-to, query-replace-read-from):
2551 Specify t for KEEP-ALL in read-from-minibuffer.
2552
2553 * progmodes/python.el (python-switch-to-python):
2554 If Python isn't running, start it.
2555 Don't alter debug-ignored-errors.
2556
2557 * progmodes/cperl-mode.el (cperl-indent-region):
2558 Don't mind imenu-scanning-message.
2559
2560 * bindings.el (global-map): Bind C-e to move-end-of-line.
2561
2562 * simple.el (line-move-finish): New arg FORWARD.
2563 Ignore invisible newlines, not intangible ones.
2564 Conditions for acceptable stopping positions depend on FORWARD.
2565 (line-move): Pass FORWARD arg to line-move-finish.
2566
2567 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
2568 of HEADER. Compensate for this change in the code to add display
2569 properties. Don't make the first line intangible.
2570
2571 * info.el (Info-search): Fix previous change.
2572
2573 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
2574
2575 * Makefile.in (recompile): Revert 2004-11-19 change.
2576 (compile): Likewise.
2577
2578 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
2579
2580 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
2581
2582 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2583
2584 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
2585 defgroup and defcustom. Eliminate eval-and-compile usage.
2586
2587 * progmodes/ebnf-otz.el: Fix typos.
2588
2589 2004-11-19 Jay Belanger <belanger@truman.edu>
2590
2591 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
2592 (calc-edit-finish, calc-finish-stack-edit): Replace variable
2593 disp-trail by declared variable.
2594
2595 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
2596 (calc-finish-selection-edit): Replace variable disp-trail by
2597 declared variable.
2598 (calc-selection-cache-entry): Move declaration to earlier in the file.
2599 (calc-selection-cache-num, calc-selection-cache-comp)
2600 (calc-selection-cache-offset, calc-selection-true-num)
2601 (calc-final-point-line, calc-final-point-column)
2602 (calc-original-buffer): Declare them.
2603 (calc-fnp-op, calc-fnp-num): New variables.
2604 (calc-find-nth-part, calc-find-nth-part-rec)
2605 (calc-select-previous): Replace op and num by declared variables.
2606 (calc-rsf-old, calc-rsf-new): New variables.
2607 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
2608 Replace variables old and new by declared variables.
2609 (calc-sel-reselect): New variable.
2610 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
2611 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
2612 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
2613 reselect with declared variable.
2614
2615 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
2616 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
2617 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
2618 (math-import-list, math-rewrite-phase): Declare them.
2619 (math-rewrite): Use let* to declare variables.
2620 (calc-rewrite-selection): Make rules a local variable.
2621 (calc-rewr-sel): New variable.
2622 (calc-rewrite-selection, calc-locate-selection-marker)
2623 (calc-rewrite): Use the declared variable calc-rewr-sel instead
2624 of sel.
2625 (math-rewrite-whole-expr): New variable.
2626 (math-rewrite, math-rewrite-phase): Replace variable expr by
2627 declared variable.
2628 (math-rewrite-heads-heads, math-rewrite-heads-skips)
2629 (math-rewrite-heads-blanks ): New variables.
2630 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
2631 heads, skips and blanks by declared variables.
2632 (math-rwcomp-subst-old, math-rwcomp-subst-new)
2633 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
2634 New variables.
2635 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
2636 old, new, old-func and new-func by declared variables.
2637 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
2638 Remove unnecessary variable.
2639 (math-apply-rw-regs): New variable.
2640 (math-apply-rewrites, math-rwapply-replace-regs)
2641 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
2642 (math-apply-rw-ruleset): New variable.
2643 (math-apply-rewrites, math-rwapply-remember): Replace variable
2644 ruleset by declared variable.
2645
2646 2004-11-19 Richard M. Stallman <rms@gnu.org>
2647
2648 * info.el (Info-search): Use search-whitespace-regexp.
2649
2650 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
2651
2652 * vc-rcs.el (vc-rcs-parse): New function.
2653 (vc-rcs-annotate-command): Likewise.
2654 (vc-rcs-annotate-current-time): Likewise.
2655 (vc-rcs-annotate-time): Likewise.
2656 (vc-rcs-annotate-extract-revision-at-line): Likewise.
2657
2658 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
2659
2660 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
2661
2662 2004-11-18 Jay Belanger <belanger@truman.edu>
2663
2664 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
2665
2666 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2667
2668 * printing.el: Eliminate use of interactive-p and eval-and-compile.
2669 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2670 Use make-temp-file to generate PostScript files in any situation.
2671 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
2672 (pr-interactive-p): Eliminate var.
2673 (pr-save-interactive): Eliminate macro.
2674 (pr-interface, pr-ps-directory-preview)
2675 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2676 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2677 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2678 (pr-ps-buffer-ps-print, pr-ps-region-preview)
2679 (pr-ps-region-using-ghostscript, pr-ps-region-print)
2680 (pr-ps-region-ps-print, pr-ps-mode-preview)
2681 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2682 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2683 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
2684 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2685 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2686 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2687 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2688 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2689 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2690 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2691 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2692 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
2693 Eliminate pr-save-interactive usage.
2694 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
2695 Eliminate pr-interactive-p usage.
2696 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
2697 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
2698 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
2699 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
2700 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
2701 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
2702 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
2703 New funs.
2704 (pr-ps-file): Use make-temp-file to generate a temporary file.
2705
2706 2004-11-17 Jay Belanger <belanger@truman.edu>
2707
2708 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
2709 a local variable.
2710 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
2711 (math-top-only): New variable.
2712 (math-simplify, math-simplify-step): Replace variable top-only by
2713 declared variable math-top-only.
2714 (math-simplify-expr): Declare it.
2715 Replace argument expr in all calls of math-defsimplify by
2716 math-simplify-expr.
2717 (math-simplify-plus, math-simplify-times, math-simplify-divide)
2718 (math-simplify-divisor, math-simplify-one-divisor)
2719 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
2720 (math-simplify-pow): Replace variable expr by declared variable
2721 math-simplify-expr.
2722 (math-simplify-divisor): Remove local variables temp and op.
2723 (math-simplify-one-divisor): Make temp and op local variables.
2724 (math-simplify-divisor-nover, math-simplify-divisor-dover):
2725 New variables.
2726 (math-simplify-divisor, math-simplify-one-divisor):
2727 Replace variables nover and dover by declared variables.
2728 (math-expr-subst-new, math-expr-subst-old): New variables.
2729 (math-expr-subst, math-expr-subst-rec): Replace variables new
2730 and old by declared variables.
2731 (math-is-poly-degree, math-is-poly-loose): New variables.
2732 (math-is-polynomial, math-is-poly-rec): Replace variables degree
2733 and loose by declared variables.
2734 (math-poly-base-const-ok, math-poly-base-pred): New variables.
2735 (math-polynomial-base, math-polynomial-base-rec):
2736 Replace variables const-ok and mpb-pred by declared variables.
2737
2738 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
2739
2740 * calc/calc-ext.el (math-defsimplify): Change the argument in
2741 the created function to math-simplify-expr.
2742
2743 * calc/calc-units.el (math-simplify-expr): Declare it.
2744 Replace argument expr in all calls of math-defsimplify by
2745 math-simplify-expr.
2746 (math-simplify-units-prod): Replace variable expr by declared
2747 variable math-simplify-expr.
2748
2749 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2750
2751 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
2752 Replace mapcar->dolist, format->string.
2753
2754 2004-11-17 Miles Bader <miles@gnu.org>
2755
2756 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
2757 * progmodes/idlwave.el: Remove RCS keywords.
2758
2759 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
2760
2761 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
2762 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
2763 Update to IDLWAVE version 5.5. Too many changes to list them here.
2764 * progmodes/idlw-help.el: New file.
2765
2766 2004-11-16 Richard M. Stallman <rms@gnu.org>
2767
2768 * international/iso-cvt.el (iso-tex2iso-trans-tab):
2769 Discard spaces after \i according to TeX rules.
2770
2771 * international/mule.el (set-buffer-file-coding-system):
2772 New arg NOMODIFY.
2773 (after-insert-file-set-coding): Pass that new arg.
2774 Prevent set-buffer-multibyte from trying to lock the file.
2775
2776 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
2777
2778 * saveplace.el (save-place): Doc fix.
2779
2780 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
2781 temporarily widen before finding the following word to copy.
2782
2783 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
2784 (cl-map-keymap): Definition deleted.
2785
2786 * subr.el (map-keymap-internal): New function.
2787
2788 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2789
2790 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
2791 when pressing rather than when releasing mouse-2. Simplify.
2792
2793 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
2796 (compilation-mode): Set it here instead.
2797
2798 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
2799
2800 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
2801 (loop, cl-parse-loop-clause, defsetf): Use backquote.
2802
2803 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2804
2805 * progmodes/compile.el (compilation-internal-error-properties):
2806 Fix up a transposition-typo. Check end-col before using it.
2807
2808 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
2809
2810 * international/iso-cvt.el (iso-tex2iso-trans-tab):
2811 Discard whitespace after macro \i when converting it.
2812
2813 2004-11-16 Juri Linkov <juri@jurta.org>
2814
2815 * emacs-lisp/find-func.el (find-function-regexp):
2816 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
2817 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
2818 Remove invalid `\W' from [^cgv\W]. Doc fix.
2819 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
2820
2821 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
2822
2823 * play/life.el: Maintainer is now FSF.
2824 (life-patterns, life-neighbor-deltas, life-window-start)
2825 (life-current-generation, life-generation-string): Use defvar
2826 instead of defconst.
2827
2828 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2829
2830 * progmodes/compile.el (compilation-move-to-column): New fun.
2831 (compilation-internal-error-properties)
2832 (compilation-next-error-function): Use it to make sure we don't go past
2833 the end of line.
2834
2835 2004-11-15 John Paul Wallington <jpw@gnu.org>
2836
2837 * autoinsert.el (auto-insert-alist): Insert the user's name in
2838 copyright notice, rather than Free Software Foundation, for the
2839 Emacs Lisp header case too.
2840
2841 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2842
2843 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
2844 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2845 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
2846 return the list of string in a string.
2847 (pr-call-process): Message if calling process returns an error, that
2848 is, the exit status is different of zero.
2849
2850 2004-11-15 Jay Belanger <belanger@truman.edu>
2851
2852 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
2853 variable var-thing.
2854 (math-integ-depth, math-integ-level, math-integral-limit)
2855 (math-enable-subst, math-any-substs, math-integ-msg)
2856 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
2857 (math-int-threshold, math-int-factors, math-double-roots)
2858 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
2859 (var-GenCount): Declare these variables.
2860 (calcFunc-integ): Don't check if var-IntegLimit is bound.
2861 (math-integral-cache, math-integral-cache-state):
2862 Move declarations to earlier in the file.
2863 (math-deriv-var, math-deriv-total, math-deriv-symb)
2864 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
2865 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
2866 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
2867 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
2868 (math-solve-res): New variables
2869 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
2870 (math-integral, math-replace-integral-parts)
2871 (math-integrate-by-parts, calc-dump-integral-cache)
2872 (math-try-integral, math-do-integral, math-do-integral)
2873 (math-do-integral-methods, math-try-solve-for)
2874 (math-try-solve-prod, math-solve-poly-funny-powers)
2875 (math-solve-crunch-poly, math-decompose-poly)
2876 (math-solve-find-root-term, math-find-root-in-prod)
2877 (math-integ-try-linear-substitutions)
2878 (math-integ-try-substitutions, math-expr-rational-in)
2879 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
2880 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
2881 (math-solve-for, math-solve-system, math-solve-system-rec)
2882 (math-solve-get-sign, math-solve-get-int)
2883 (math-solve-system-subst): Replace undeclared variables with newly
2884 declared variables.
2885
2886 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2887
2888 * winner.el (winner-active-region, winner-edges, winner-window-list):
2889 Define at toplevel.
2890 (winner-mode-map): Move init inside declaration.
2891
2892 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
2893
2894 * files.el (convert-standard-filename): Doc fix.
2895
2896 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
2897
2898 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
2899 passwd, group, shadow, default/* and pam.d/*.
2900
2901 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2902
2903 * printing.el (pr-menu-spec): Adjust menu specification.
2904
2905 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2906
2907 * printing.el: Doc fix. Insert :version tag into all defcustom.
2908 Handle interactive-p as is recommended in Emacs Lisp Reference.
2909 Set the file permission bits for newly created files.
2910 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2911 The printing menu specification (in `pr-menu-spec') was merged.
2912 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2913 (pr-version): New version number (6.8.3).
2914 (pr-file-modes): New option.
2915 (pr-interactive-p): New var.
2916 (pr-save-interactive, pr-save-file-modes): New macros.
2917 (pr-setup): Code fix.
2918 (pr-menu-spec): Menu specification merged.
2919 (pr-call-process, pr-text2ps): Set file permission bits.
2920 (pr-despool-print): Set file permission bits. Handle interactive-p as
2921 is recommended.
2922 (pr-interface, pr-ps-directory-preview)
2923 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2924 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2925 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2926 (pr-ps-buffer-ps-print, pr-ps-region-preview)
2927 (pr-ps-region-using-ghostscript, pr-ps-region-print)
2928 (pr-ps-region-ps-print, pr-ps-mode-preview)
2929 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2930 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2931 (pr-despool-using-ghostscript, pr-despool-ps-print)
2932 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2933 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2934 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2935 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2936 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2937 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2938 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2939 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2940 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
2941 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
2942 Handle interactive-p as is recommended.
2943
2944 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2945
2946 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
2947 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
2948
2949 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
2950 so it doesn't forget to highlight the beginning of the region either.
2951
2952 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
2953
2954 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
2955 (c-font-lock-init): Eliminate obsolete make-local-hook.
2956 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2957 (awk-mode): Use run-mode-hooks.
2958
2959 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
2960
2961 2004-11-13 Kim F. Storm <storm@cua.dk>
2962
2963 * mouse.el (mouse-drag-copy-region): Add :version.
2964 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
2965 while dragging mode line, so mode line can be dragged downwards.
2966 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
2967 while pressing mouse button so window doesn't scroll until we
2968 release the mouse if clicking on partially visible line.
2969
2970 2004-11-12 Jay Belanger <belanger@truman.edu>
2971
2972 * calc/calc-graph.el (calc-dumb-map): Declare it.
2973 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
2974 than unbound.
2975 (calc-graph-name): Made `end' a local variable.
2976 (calc-graph-lookup): Made `varname' a local variable.
2977 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
2978 Declare them.
2979 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
2980 (calc-graph-plot, calc-graph-compute-3d): Remove references to
2981 the unused variable y3vec.
2982 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
2983 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
2984 calc-graph-prev-kill-hook.
2985 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
2986 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
2987 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
2988 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
2989 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
2990 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
2991 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
2992 (calc-graph-y3value, calc-graph-y3name)
2993 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
2994 (calc-graph-stepcount, calc-graph-is-splot)
2995 (calc-graph-surprise-splot, calc-graph-blank)
2996 (calc-graph-non-blank, calc-graph-curve-num): New variables.
2997 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
2998 (calc-graph-recompute-2d, calc-graph-compute-3d)
2999 (calc-graph-format-data): Replace undeclared variables with the
3000 above newly declared variables.
3001
3002 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
3003
3004 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
3005 `rsf-beep' and `rsf-sleep-after-message'.
3006
3007 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
3008 list if `message-sender' is non-nil.
3009
3010 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
3011
3012 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
3013 consing by using mapc instead of mapcar.
3014
3015 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
3016
3017 * tooltip.el (require): Explain why CL is needed.
3018
3019 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3020
3021 * printing.el: Insert :version into defgroup (printing). All reference
3022 to Files option in menubar were changed to File.
3023 (pr-version): New version number (6.8.2).
3024 (pr-get-symbol): Call easy-menu-intern.
3025 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
3026 compilation gripes.
3027
3028 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3029
3030 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
3031 new byte-compile-function-environment binding to t.
3032
3033 * font-lock.el (font-lock-fontify-syntactically-region):
3034 Don't forget to highlight the last char when we hit `end'.
3035
3036 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
3037 (mwheel-scroll): Adjust accordingly.
3038
3039 * cvs-status.el: Reduce spurious warnings.
3040 (cvs-status-checkout): Remove.
3041 (cvs-status-mode-map): Use cvs-mode-checkout instead.
3042
3043 * pcvs.el (cvs-mode-checkout): New command.
3044
3045 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
3046
3047 * tooltip.el: Require CL.
3048
3049 * emacs-lisp/bytecomp.el: Use push.
3050 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
3051 (defalias): Remove the `byte-compile' property and add
3052 a `byte-hunk-handler'.
3053
3054 2004-11-11 Juri Linkov <juri@jurta.org>
3055
3056 * info.el (Info-search): Save match data for isearch.
3057 Skip Tag Table node.
3058
3059 * descr-text.el (describe-char): Replace syntax-after with code
3060 from its previous version.
3061
3062 * files.el (magic-mode-alist): Use optimization for SGML mode too.
3063 (set-auto-mode): Doc fix. Remove unused variable `xml'.
3064
3065 * international/mule.el (sgml-html-meta-auto-coding-function):
3066 Remove > after <html to allow HTML attributes.
3067
3068 2004-11-11 Jay Belanger <belanger@truman.edu>
3069
3070 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
3071 a variable.
3072 (calcFunc-dfac): Replace unbound max by n.
3073 (math-stirling-local-cache): New variable.
3074 (math-stirling-number, math-stirling-1, math-stirling-2):
3075 Replace the variable `cache' by the declared variable
3076 math-stirling-local-cache.
3077 (var-RandSeed): Declare it as a variable.
3078 (math-init-random-base, math-random-digit): Don't check to see if
3079 var-RandSeed is bound.
3080 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
3081 Declare them instead of just setting them.
3082 (math-init-random-base): Made i a local variable.
3083 (math-random-digit): Made math-random-last a local variable.
3084 (math-prime-test-cache): Move declaration to before it is used.
3085 (math-prime-test-cache-k, math-prime-test-cache-q)
3086 (math-prime-test-cache-nm1, math-prime-factors-finished):
3087 Declare them as variables.
3088
3089 2004-11-11 Jay Belanger <belanger@truman.edu>
3090
3091 * calc/calc-ext.el (math-defcache): Use defvar for the new
3092 variables it creates.
3093
3094 2004-11-11 Lars Hansen <larsh@math.ku.dk>
3095
3096 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
3097 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
3098 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
3099 (desktop-save): Add :version.
3100
3101 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3102
3103 * printing.el (pr-get-symbol): Don't downcase.
3104
3105 2004-11-10 Jay Belanger <belanger@truman.edu>
3106
3107 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
3108 string to kill-ring.
3109
3110 * calc/calc-aent.el (calc-alg-exp, math-toks)
3111 (math-exp-pos,math-exp-old-pos, math-exp-token)
3112 (math-exp-keep-spaces, math-exp-str): New variables.
3113 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
3114 (calcAlg-enter): Use declared variable calc-alg-exp.
3115 (math-build-parse-table, math-find-user-token): Use declared
3116 variable math-toks.
3117 (math-read-exprs, math-read-token, calc-check-user-syntax)
3118 (calc-match-user-syntax, match-factor-after, math-read-factor):
3119 Use declared variables math-exp-pos math-exp-old-pos.
3120 (math-read-exprs, math-read-token, math-read-expr-level)
3121 (calc-check-user-syntax, calc-match-user-syntax)
3122 (match-factor-after, math-read-factor): Use declared variable
3123 math-exp-token.
3124 (math-read-exprs, math-read-expr-list, math-read-token)
3125 (math-read-factor): Use declared variable math-exp-keep-spaces.
3126 (math-read-exprs, math-read-token): Use declared variable
3127 math-exp-str.
3128 (calc-match-user-syntax): Make m a local variable.
3129
3130 * calc/calc-ext.el (math-read-expr): Use declared variables
3131 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
3132 math-exp-keep-spaces.
3133
3134 * calc/calc-forms.el (math-read-angle-bracket): Use declared
3135 variables math-exp-pos, math-exp-str.
3136
3137 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
3138 math-exp-old-pos.
3139 (math-parse-fortran-vector, math-parse-fortran-vector-end)
3140 (math-parse-eqn-prime): Use declared variable math-exp-token.
3141
3142 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
3143 Use declared variable math-exp-pos.
3144 (math-check-for-commas): Use declared variable math-exp-str.
3145 (math-read-brackets): Use declared variables math-exp-old-pos,
3146 math-exp-keep-spaces.
3147 (math-read-brackets, math-read-vector, math-read-matrix):
3148 Use declared variable math-exp-token.
3149
3150 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3151
3152 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
3153 where the keymap is a symbol.
3154 (easy-menu-add-item): Use keymap-prompt. Simplify.
3155
3156 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
3157
3158 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
3159 (sgml-parse-tag-backward): Use it to skip spurious < or >.
3160
3161 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
3162
3163 * ebuff-menu.el: Doc fixes throughout.
3164 (electric-buffer-menu-mode-hook): New defvar.
3165
3166 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
3167
3168 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
3169 compilation. The resulting compiler warnings appear to be harmless.
3170
3171 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
3172
3173 * textmodes/conf-mode.el: New file.
3174
3175 * files.el (auto-mode-alist, magic-mode-alist): Use it.
3176
3177 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3178
3179 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
3180
3181 2004-11-09 Jay Belanger <belanger@truman.edu>
3182
3183 * calc/calc-ext.el (calc-init-extensions): Remove old code.
3184
3185 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
3186 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
3187 (calc-z-prefix-help, calc-user-function-list): Use declared
3188 variables calc-z-prefix-buf, calc-z-prefix-msgs.
3189 (math-map-tree, math-map-tree-rec): Use declared variables
3190 math-mt-many, math-mt-func.
3191 (math-read-expression, math-read-string): Use declared variable
3192 math-expr-data.
3193
3194 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
3195 variable math-normalize-a.
3196
3197 * calc/calc.el (math-normalize-a): New variable.
3198 (math-normalize): Use declared variable math-normalize-a.
3199
3200 * calc/calc-poly.el (math-expand-form): Use declared variable
3201 math-mt-many.
3202
3203 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
3204 Use declared variable math-mt-many.
3205 (math-rewrite): Use declared variable math-mt-func.
3206
3207 * calc/calc-vec.el (math-read-brackets, math-read-vector)
3208 (math-read-matrix): Use declared variable math-expr-data.
3209
3210 * calc/calc-lang.el (math-parse-fortran-vector)
3211 (math-parse-fortran-vector-end, math-parse-tex-sum)
3212 (math-parse-eqn-matrix, math-parse-eqn-prime)
3213 (math-read-math-subscr): Use declared variable math-expr-data.
3214
3215 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
3216 (math-read-expr-level, math-read-token, calc-check-user-syntax)
3217 (calc-match-user-syntax, math-read-if, math-factor-after)
3218 (math-read-factor): Use declared variable math-expr-data.
3219
3220 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
3221
3222 * calendar/diary-lib.el (diary-from-outlook)
3223 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
3224 interactive-p; but rather new optional argument NOCONFIRM.
3225
3226 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3227
3228 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
3229 (easy-menu-name-match): Revert correspondingly.
3230
3231 2004-11-09 Richard M. Stallman <rms@gnu.org>
3232
3233 * emacs-lisp/bytecomp.el (byte-compile-defalias):
3234 Turn off warnings for the new function even if definition not constant.
3235 If the definition isn't a quoted symbol, record (FUNCTION . t).
3236 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
3237 (byte-compile-callargs-warn): Handle (FUNCTION . t).
3238 (display-call-tree, byte-compile-arglist-warn):
3239 Handle t returned by byte-compile-fdefinition.
3240
3241 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3242
3243 * Makefile.in (maintainer-clean): Depend on distclean.
3244
3245 * help-fns.el (help-C-file-name): File name must be in build-files
3246 to be returned.
3247
3248 2004-11-09 Jay Belanger <belanger@truman.edu>
3249
3250 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
3251 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
3252
3253 * calc/calc.el (calc, calc-trail-display, calc-mode):
3254 Remove obsolete sections.
3255
3256 * calc/calc.el (calc-x-paste-text): Remove.
3257
3258 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
3259 mouse-2.
3260
3261 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
3262
3263 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
3264 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
3265 current frame (in case of recursive calls).
3266 (gdb-show-changed-values): Add :version keyword.
3267
3268 2004-11-09 Kenichi Handa <handa@m17n.org>
3269
3270 * international/mule-cmds.el: Change coding: tag back to
3271 iso-2022-7bit.
3272
3273 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3274
3275 * international/mule-cmds.el: Change coding-system to utf-8.
3276 (select-safe-coding-system-interactively):
3277 New function extracted from select-safe-coding-system.
3278 (select-safe-coding-system): Use it.
3279
3280 2004-11-08 Richard M. Stallman <rms@gnu.org>
3281
3282 * subr.el (syntax-after): Doc fix.
3283
3284 * paren.el (show-paren-function): Change calls to syntax-after
3285 for new way of returning the value.
3286
3287 * menu-bar.el (menu-bar-file-menu): Make this the real name
3288 and menu-bar-files-menu the alias. Use the former.
3289 (global-map): Use `file', not `files', as the symbol.
3290
3291 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
3292
3293 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
3294 Don't use beginning-of-buffer.
3295 (filesets-cmd-show-result): Use with-no-warnings.
3296
3297 2004-11-08 Juri Linkov <juri@jurta.org>
3298
3299 * progmodes/compile.el (compile): Don't overwrite last command in
3300 minibuffer history with default command if they are not equal.
3301
3302 2004-11-08 Jay Belanger <belanger@truman.edu>
3303
3304 * calc/calcalg2.el (math-do-integral-methods): Try linear then
3305 non-linear substitutions.
3306
3307 2004-11-08 Jay Belanger <belanger@truman.edu>
3308
3309 * calc/calcalg2.el (math-linear-subst-tried): New variable.
3310 (math-do-integral): Set `math-linear-subst-tried' to nil.
3311 (math-do-integral-methods): Use `math-linear-subst-tried' to
3312 determine what type of substitution to try.
3313 (math-integ-try-linear-substituion):
3314 Set `math-linear-subst-tried' to t.
3315
3316 2004-11-08 Kim F. Storm <storm@cua.dk>
3317
3318 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
3319
3320 2004-11-07 Juri Linkov <juri@jurta.org>
3321
3322 * info-look.el (info-lookup): Allow reusing in the current buffer
3323 not only *info* buffer, but all (even renamed) Info buffers
3324 by checking for major-mode instead of *info* buffer name.
3325 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
3326 (octave-mode, maxima-mode) <doc-spec>:
3327 Allow long dashes generated by Texinfo 4.7 before definitions.
3328 (texinfo-mode) <doc-spec>: Add space to suffix to find command
3329 definitions with argument separated by space.
3330
3331 2004-11-06 Richard M. Stallman <rms@gnu.org>
3332
3333 * simple.el (next-error group, face): Move before first use.
3334 (next-error-highlight, next-error-highlight-no-select): Likewise.
3335
3336 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
3337 (line-move): New args NOERROR and TO-END.
3338 Return t if if succeed in moving specified number of lines.
3339 (move-end-of-line): New function.
3340
3341 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
3342 (end-of-buffer-other-window): Likewise.
3343
3344 * simple.el (line-move-ignore-invisible): Default to t.
3345
3346 * subr.el (syntax-after): Return the syntax letter, not the raw code.
3347
3348 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
3349
3350 * international/iso-cvt.el (iso-cvt-define-menu):
3351 Rename menu-bar-files-menu to menu-bar-file-menu.
3352
3353 * net/browse-url.el (browse-url-gnome-moz-program)
3354 (browse-url-gnome-moz-arguments): Move up before first use.
3355
3356 * net/tramp.el (tramp group): Add :version.
3357
3358 * progmodes/ada-xref.el (ada-gdb-application):
3359 Use goto-char instead of beginning-of-buffer.
3360
3361 * progmodes/cperl-mode.el (cperl-info-on-command):
3362 Use goto-char instead of beginning-of-buffer.
3363
3364 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
3365 Move up before first use.
3366 (idlwave-shell-temp-pro-file): Likewise.
3367 (idlwave-shell-temp-rinfo-save-file): Likewise.
3368 (idlwave-shell-temp-file): Minor doc fix.
3369
3370 * textmodes/flyspell.el (flyspell-external-point-words):
3371 Use goto-char instead of beginning-of-buffer.
3372
3373 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
3374
3375 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
3376 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
3377 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
3378
3379 2004-11-06 David Ponce <david@dponce.com>
3380
3381 * recentf.el (recentf-menu-path): Use menu item name.
3382
3383 2004-11-06 Eli Zaretskii <eliz@gnu.org>
3384
3385 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
3386 display doesn't support images.
3387
3388 2004-11-06 Andreas Schwab <schwab@suse.de>
3389
3390 * tempo.el (tempo-match-finder): Doc fix.
3391
3392 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
3393
3394 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3395
3396 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
3397 (easy-menu-lookup-name): New fun to replace it.
3398 (easy-menu-get-map): Use it to obey menu item names (rather than just
3399 keys) when looking up `path'.
3400 (easy-menu-always-true-p): Rename from easy-menu-always-true.
3401 (easy-menu-convert-item-1): Adjust to new name.
3402
3403 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
3404
3405 * outline.el (hide-body): Don't hide lines at the top of the file
3406 that precede the first header line.
3407
3408 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
3409
3410 * align.el (align-areas): Delete whitespace before reindenting, so
3411 that tabs are never placed after spaces.
3412
3413 2004-11-06 Alan Shutko <ats@acm.org>
3414
3415 * macros.el (insert-kbd-macro): Do completions based on macros,
3416 rather than all commands.
3417
3418 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
3419
3420 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
3421 to solve a bug whereby tags with 'b' don't match.
3422
3423 2004-11-05 Juri Linkov <juri@jurta.org>
3424
3425 * info.el (Info-search): Don't search in node header lines
3426 and file headers.
3427
3428 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
3429 symbol-constituent characters after dot, not only digits.
3430
3431 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
3432
3433 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
3434
3435 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3436
3437 * dired.el (dired-read-dir-and-switches): Call read-directory-name
3438 if a dialog will be used, read-file-name otherwise.
3439
3440 2004-11-04 Richard M. Stallman <rms@gnu.org>
3441
3442 * textmodes/table.el (table group): Add :version.
3443
3444 * textmodes/ispell.el (ispell-word):
3445 Don't alter args; set them only thru `interactive' spec.
3446
3447 * textmodes/flyspell.el (flyspell-word):
3448 Don't alter FOLLOWING; set it only thru `interactive' spec.
3449
3450 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
3451
3452 * net/browse-url.el (browse-url-maybe-new-window):
3453 Use called-interactively-p.
3454
3455 * mail/supercite.el (sc-cite-region):
3456 Don't use interactive-p. Add arg INTERACTIVE.
3457 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
3458
3459 * international/mule-cmds.el (set-input-method, toggle-input-method):
3460 Don't use interactive-p. Add arg INTERACTIVE.
3461
3462 * eshell/esh-mode.el (eshell-show-maximum-output):
3463 Don't use interactive-p.
3464 (eshell-truncate-buffer): Just message, no error, if buffer is short.
3465
3466 * mouse.el (mouse-show-mark): Get positions to delete from mark
3467 and point, not from mouse-drag-overlay.
3468
3469 * imenu.el (imenu-eager-completion-buffer): Add :version.
3470
3471 * filesets.el (filesets group): Add :version.
3472
3473 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
3474
3475 * files.el (xml-based-modes): Delete var.
3476 (magic-mode-alist): New more general var.
3477 (set-auto-mode): Use it.
3478
3479 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
3480 when clicking from another window.
3481
3482 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
3483
3484 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
3485 (vc-cvs-annotate-time): Incorporate value of deleted var.
3486 Remove special-case handling of beginning-of-buffer cruft.
3487 Cache ending position (point) and return value in text property
3488 `vc-cvs-annotate-time', and consult it on subsequent invocations.
3489
3490 * vc-cvs.el (vc-cvs-annotate-command):
3491 Delete extraneous lines from beginning of buffer.
3492 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
3493
3494 * progmodes/grep.el (grep-default-command): Take empty string
3495 for tag if all other methods yield nil. Shell-quote the tag.
3496
3497 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
3498 spec in `interactive' form, and mention it in the docstring.
3499 Also, make sure point is at bol after calling `annotate-time'.
3500
3501 2004-11-02 Richard M. Stallman <rms@gnu.org>
3502
3503 * cus-edit.el (customize-group-other-window):
3504 Select the window that displays the custom buffer.
3505 (custom-buffer-create-other-window): Likewise.
3506
3507 * comint.el (comint-insert-input): Fix previous change.
3508
3509 * emacs-lisp/elp.el (elp-instrument-function):
3510 Use called-interactively-p.
3511
3512 * emacs-lisp/easymenu.el (easy-menu-intern):
3513 Don't downcase; rather, case-flip the first letter of each word.
3514
3515 * emacs-lisp/easy-mmode.el (define-minor-mode):
3516 Use called-interactively-p.
3517
3518 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
3519 Add interactive-only.
3520 (byte-compile-warnings): Add interactive-only as option.
3521 (byte-compile-interactive-only-functions): New variable.
3522 (byte-compile-form): Warn about calls to functions
3523 in byte-compile-interactive-only-functions.
3524
3525 * emacs-lisp/autoload.el (update-file-autoloads):
3526 Don't use interactive-p; take new arg SAVE-AFTER.
3527
3528 * emacs-lisp/advice.el (ad-make-advised-definition):
3529 Use called-interactively-p.
3530
3531 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3532
3533 * files.el (find-file-existing): New function.
3534
3535 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
3536 find-file-existing. Add "New File..." that calls find-file.
3537
3538 * diropen.pbm, diropen.xpm: New files.
3539
3540 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
3541 icon diropen. New tool bar item find-file-existing uses icon open.
3542
3543 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
3544 instead of read-file-name.
3545
3546 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
3547
3548 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
3549 (icalendar--split-value): Change name of work buffer.
3550 (icalendar--get-weekday-abbrev): Return nil on error.
3551 (icalendar--date-to-isodate): New function.
3552 (icalendar-convert-diary-to-ical)
3553 (icalendar-extract-ical-from-buffer): Use only two args for
3554 make-obsolete (XEmacs compatibility).
3555 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
3556 (icalendar-export-region): Doc fix.
3557 If error, return non-nil and write errors to a buffer.
3558 Use correct weekday for weekly recurring events.
3559 Check whether date has been parsed for ordinary events.
3560 Make weekly events start in the year 2000.
3561 DTEND is non-inclusive, shift end date by one day if
3562 necessary (not for entries that have date and time).
3563 Rename local let variables: oops -> found-error, datestring ->
3564 startdatestring.
3565
3566 2004-11-02 Kim F. Storm <storm@cua.dk>
3567
3568 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
3569 keep-mode-if-same variable. Add it as optional arg instead.
3570 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
3571
3572 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
3573 substitute-command-keys will select lower-case bindings like those
3574 used in the static help texts.
3575
3576 * descr-text.el (describe-text-properties): Don't err if called in
3577 the *Help* buffer; output to *Help-2* buffer instead.
3578
3579 * kmacro.el (group kmacro): Add :version.
3580 (kmacro-keyboard-quit): New function to cleanup on C-g.
3581 (kmacro-start-macro): Set defining-kbd-macro to append when
3582 appending to last macro.
3583
3584 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
3585
3586 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
3587
3588 * progmodes/gdb-ui.el (gdb-enable-debug-log)
3589 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
3590 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
3591 Add :version keyword.
3592
3593 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
3594
3595 * progmodes/flymake.el (flymake-err-line-patterns):
3596 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
3597 `compilation-error-regexp-alist-alist' to internal Flymake format.
3598
3599 * progmodes/flymake.el: Eliminate byte-compiler warnings.
3600
3601 2004-11-01 Jay Belanger <belanger@truman.edu>
3602
3603 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
3604 with `interactive "s"'.
3605
3606 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3607
3608 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3609 Revert change from 2004-10-16. '*' checks the current buffer, but the
3610 mouse click may be in another buffer.
3611
3612 2004-11-01 John Paul Wallington <jpw@gnu.org>
3613
3614 * files.el (large-file-warning-threshold): Add :version keyword.
3615 (kill-some-buffers): Doc fix.
3616
3617 * thumbs.el (group thumbs): Add :version keyword.
3618
3619 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
3620
3621 2004-11-01 Richard M. Stallman <rms@gnu.org>
3622
3623 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
3624
3625 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
3626
3627 * allout.el (allout group): Add :version.
3628 (allout-init): Don't use interactive-p.
3629 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
3630 (allout-forward-current-level, allout-backward-current-level):
3631 Don't use interactive-p.
3632
3633 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
3634 (bibtex-find-text): Likewise.
3635
3636 * progmodes/vhdl-mode.el (vhdl-fill-region)
3637 (vhdl-beginning-of-statement): Don't use interactive-p.
3638
3639 * progmodes/idlwave.el (idlwave-update-routine-info):
3640 Don't use interactive-p.
3641
3642 * progmodes/idlw-shell.el (idlwave-shell-send-char):
3643 Don't use interactive-p.
3644
3645 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
3646 Don't use interactive-p.
3647
3648 * progmodes/ada-xref.el (ada-make-body-gnatstub):
3649 Don't use interactive-p.
3650
3651 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
3652 (fortune-in-buffer): Doc fix.
3653
3654 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
3655
3656 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
3657 don't select the temporary buffer.
3658 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
3659 (eudc-get-phone): Likewise.
3660
3661 2004-11-01 Kim F. Storm <storm@cua.dk>
3662
3663 * man.el (Man-xref-normal-file): Fix help-echo.
3664
3665 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3666
3667 * reveal.el (reveal-last-tick): New var.
3668 (reveal-post-command): Use it to avoid closing overlays when we're
3669 appending text to them.
3670
3671 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3672
3673 * textmodes/bibtex.el: Require button.
3674 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
3675 (bibtex-reference-keys): Distinguish between header keys and
3676 crossref keys.
3677 (bibtex-beginning-of-field): New function.
3678 (bibtex-url-map): Remove.
3679 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
3680 (bibtex-font-lock-url-regexp): Assume that field names begin at
3681 the beginning of a line.
3682 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
3683 Remove field delimiters. Use bibtex-beginning-of-field.
3684 Bugfix, point can be inside a field with a url.
3685 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
3686 New functions.
3687 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
3688 (bibtex-key-in-head): Simplify.
3689 (bibtex-current-line): Use bolp.
3690 (bibtex-parse-keys): Remove unused arg `add'.
3691 Use bibtex-type-in-head and bibtex-key-in-head.
3692 (bibtex-parse-entry, bibtex-autofill-entry):
3693 Use bibtex-type-in-head and bibtex-key-in-head.
3694 (bibtex-autokey-get-field): Do not alter case of replacement text.
3695 (bibtex-autokey-get-names): Do all processing of name list.
3696 (bibtex-autokey-get-year): New function.
3697 (bibtex-autokey-get-title): Do all processing of title words.
3698 (bibtex-generate-autokey): Simplify.
3699 (bibtex-string-files-init): Use default-directory.
3700 Allow for absolute file names in bibtex-string-files.
3701 (bibtex-files, bibtex-file-path): New variables.
3702 (bibtex-files-expand): New function.
3703 (bibtex-find-entry-globally): New command.
3704 (bibtex-summary-function): New variable.
3705 (bibtex-summary): Default value of bibtex-summary-function.
3706 (bibtex-find-crossref): New optional args pnt and split.
3707 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
3708 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
3709 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
3710 Fix handling of required and alternative fields.
3711 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
3712 Use cons and display-buffer.
3713 (bibtex-validate-globally): New command.
3714 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
3715 bibtex-parse-keys and bibtex-parse-strings for updating
3716 bibtex-reference-keys and bibtex-strings.
3717 (bibtex-realign): Remove blank lines past the last entry.
3718 (bibtex-reformat): Use bibtex-entry-format as default.
3719 (bibtex-choose-completion-string): Remove.
3720 (bibtex-complete): Do not use bibtex-choose-completion-string.
3721 (bibtex-url): Simplify.
3722
3723 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3724
3725 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
3726 (x-dnd-types-alist, x-dnd-open-file-other-window)
3727 (x-dnd-known-types): Add :version.
3728
3729 2004-10-31 John Paul Wallington <jpw@gnu.org>
3730
3731 * ibuffer.el (group ibuffer): Add :version keyword.
3732
3733 2004-10-31 Kim F. Storm <storm@cua.dk>
3734
3735 * ido.el (group ido): Add :version keyword.
3736 (ido-mode): Remove :version keyword.
3737
3738 * emulation/cua-base.el (group cua): Add :version keyword.
3739 (cua-mode): Remove :version keyword.
3740
3741 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
3742
3743 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
3744
3745 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
3746 compiler warning.
3747 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
3748 function.
3749 (help-at-pt-display-when-idle): Remove autoload.
3750
3751 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3752
3753 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
3754
3755 2004-10-30 Juri Linkov <juri@jurta.org>
3756
3757 * help.el (function-called-at-point):
3758 * help-fns.el (variable-at-point): Read -> intern.
3759
3760 2004-10-30 Simon Josefsson <jas@extundo.com>
3761
3762 * progmodes/autoconf.el (autoconf-font-lock-keywords):
3763 Recognize AS_* too.
3764
3765 2004-10-29 Simon Josefsson <jas@extundo.com>
3766
3767 * subr.el (read-passwd): Move back from password.el.
3768
3769 * password.el: Remove, not ready yet.
3770
3771 2004-10-29 Andreas Schwab <schwab@suse.de>
3772
3773 * speedbar.el (speedbar-frame-parameters): Improve customize type.
3774
3775 2004-10-29 Sam Steingold <sds@gnu.org>
3776
3777 * mouse.el (mouse-show-mark): Replace the last occurrence of
3778 x-lost-selection-hooks with x-lost-selection-functions.
3779
3780 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3781
3782 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
3783 x-lost-selection-functions is bound.
3784
3785 * mouse-sel.el (mouse-sel-mode):
3786 * emacs-lisp/lselect.el: Adjust to new names for
3787 x-(lost|sent)-selection-functions.
3788
3789 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
3790 New obsolete aliases of x-lost-selection-functions and
3791 x-sent-selection-functions.
3792
3793 2004-10-28 Kim F. Storm <storm@cua.dk>
3794
3795 * imenu.el (imenu-scanning-message): Remove.
3796 (imenu-progress-message): Make it a no-op.
3797
3798 2004-10-28 John Paul Wallington <jpw@gnu.org>
3799
3800 * files.el (set-auto-mode): Call `throw' correctly.
3801
3802 2004-10-28 Juri Linkov <juri@jurta.org>
3803
3804 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
3805 to search `Info-...' commands in `info' manual.
3806 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3807 Add 'info-file "emacs" property.
3808 (Info-find-emacs-command-nodes): Fix index line number regexp.
3809 Set real line number (instead of fake 0) in first element of the
3810 returned list.
3811 (Info-goto-emacs-command-node): Use line number of first element
3812 to set point in the first found Info node.
3813
3814 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
3815 code to `grep-mode-font-lock-keywords'.
3816 (grep-mode-font-lock-keywords): Delete grep markers instead
3817 of making them invisible.
3818
3819 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3820
3821 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
3822 and x-server-version in bug report.
3823
3824 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
3825
3826 * files.el (set-auto-mode-0): New function.
3827 (set-auto-mode): Use it to handle aliased modes and to
3828 be consistent between C-x C-f and C-x C-w.
3829
3830 2004-10-28 Kenichi Handa <handa@m17n.org>
3831
3832 * international/utf-8.el (utf-translate-cjk-charsets):
3833 Add katakana-jisx0201.
3834
3835 * international/subst-jis.el: Add data for JISX0201.
3836
3837 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
3838
3839 * obsolete/hilit19.el (hilit-mode): New function.
3840 Move all the toplevel side-effecting stuff into it, so that loading
3841 hilit19 doesn't mess everything up any more.
3842
3843 2004-10-27 Richard M. Stallman <rms@gnu.org>
3844
3845 * add-log.el (add-change-log-entry): Set up mailing address
3846 and full name later, and don't alter add-log-mailing-address
3847 or add-log-full-name.
3848
3849 * elide-head.el (elide-head): Change error to message.
3850 (elide-head-show): Likewise.
3851
3852 * apropos.el (apropos-macrop): Doc fix.
3853
3854 * mouse.el (mouse-show-mark): Do most processing the same
3855 regardless of transient-mark-mode.
3856
3857 * shadowfile.el (shadow-copy-files): Use interactive-p
3858 only to control whether to print a message.
3859
3860 * tar-mode.el (tar-mode): Use write-contents-functions,
3861 not write-contents-hooks.
3862
3863 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
3864 directory-sep-char.
3865
3866 2004-10-27 Richard M. Stallman <rms@gnu.org>
3867
3868 * strokes.el (strokes-unload-hook): Fix previous change.
3869
3870 * type-break.el (type-break-run-at-time): Always use run-at-time;
3871 forget the alternatives.
3872 (type-break-cancel-function-timers): Always use cancel-function-timers;
3873 forget the alternatives.
3874
3875 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
3876
3877 2004-10-27 Kenichi Handa <handa@m17n.org>
3878
3879 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
3880
3881 * international/subst-gb2312.el: Likewise.
3882
3883 * international/subst-big5.el: Likewise.
3884
3885 * international/subst-ksc.el: Likewise.
3886
3887 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
3888 New variable.
3889 (utf-translate-cjk-set-unicode-range): New function.
3890 (utf-translate-cjk-unicode-range): Make it customizable.
3891 (utf-8-post-read-conversion):
3892 Use utf-translate-cjk-unicode-range-string.
3893 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
3894 Unicode ranges.
3895
3896 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
3897
3898 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
3899 trivial variants to shorten the list.
3900 (xml-based-modes): New var.
3901 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
3902 declaration higher priority than auto-mode-alist.
3903
3904 * find-file.el (cc-other-file-alist): Bring it in line with
3905 cc-mode's auto-mode-alist entries and use \' instead of $.
3906
3907 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
3908 and add "Id" and "Name" submenus to it.
3909
3910 * imenu.el (imenu--generic-function): Skip matches in comments.
3911
3912 2004-10-26 Jay Belanger <belanger@truman.edu>
3913
3914 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
3915 (full-calc-keypad, calc-trail-display): Use an extra argument
3916 instead of `interactive-p'.
3917
3918 * calc/calc-misc.el (calc-other-window): Use an extra argument
3919 instead of `interactive-p'.
3920
3921 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
3922 `interactive-p'.
3923
3924 2004-10-26 Kim F. Storm <storm@cua.dk>
3925
3926 * help.el (describe-key): Describe both down-event and up-event
3927 for a mouse click.
3928
3929 2004-10-26 Richard M. Stallman <rms@gnu.org>
3930
3931 * woman.el (woman): Don't call interactive-p.
3932
3933 * pcomplete.el (pcomplete): Instead of interactive-p,
3934 use an arg set non-nil by the interactive spec.
3935
3936 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
3937 use an arg set non-nil by the interactive spec.
3938
3939 * man.el (Man-cleanup-manpage): Instead of interactive-p,
3940 use an arg set non-nil by the interactive spec.
3941
3942 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
3943
3944 * progmodes/flymake.el (flymake-split-string):
3945 Use `flymake-split-string-remove-empty-edges' in any case.
3946
3947 2004-10-26 Masatake YAMATO <jet@gyve.org>
3948
3949 * progmodes/flymake.el (flymake-err-line-patterns):
3950 Use `compilation-error-regexp-alist-alist' instead of
3951 `compilation-error-regexp-alist'.
3952
3953 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3954
3955 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
3956 verbatim face on the \ of \end{verbatim}.
3957
3958 2004-10-25 Jay Belanger <belanger@truman.edu>
3959
3960 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
3961 erasing minibuffer.
3962
3963 2004-10-25 Simon Josefsson <jas@extundo.com>
3964
3965 * subr.el (read-passwd): Move to net/password.el.
3966
3967 * net/password.el (read-passwd): Add. Autoload it.
3968
3969 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
3970
3971 * mouse-sel.el (mouse-sel-mode): Specify custom group.
3972
3973 * simple.el (process-file): Fix logic.
3974
3975 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
3976
3977 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
3978 (increase-right-margin): Remove erroneous call to `interactive-p'.
3979
3980 2004-10-24 Kim F. Storm <storm@cua.dk>
3981
3982 * help.el (describe-mode): Fix 2004-10-13 change.
3983 Copy pure "Auto Fill" string so it can be propertized later
3984 without causing a read-only error.
3985
3986 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
3987
3988 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
3989 style indexes.
3990
3991 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3992
3993 * simple.el (process-file): Accept nil for INFILE. Reported by
3994 Luc Teirlinck.
3995
3996 2004-10-24 Masatake YAMATO <jet@gyve.org>
3997
3998 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
3999 Handle periods and underscores in a function name.
4000 Remove the address fontification.
4001
4002 2004-10-24 Masatake YAMATO <jet@gyve.org>
4003
4004 * progmodes/asm-mode.el (asm-font-lock-keywords):
4005 Use font-lock-variable-name-face for registers.
4006
4007 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
4008
4009 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
4010 kill-all-local-variables.
4011 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
4012 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
4013 Use kill-all-local-variables and provide mode-hooks.
4014 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
4015 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
4016 Suggested by Masatake YAMATO <jet@gyve.org>.
4017
4018 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
4019
4020 * simple.el (process-file): New function, similar to call-process
4021 but supports file handlers.
4022 * vc.el (vc-do-command): Use it, instead of call-process.
4023 * net/tramp-vc.el (vc-do-command): Do not advise it if
4024 process-file is fboundp.
4025 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
4026 process-file.
4027 (tramp-handle-process-file): New function.
4028 (tramp-file-name-for-operation): Support process-file.
4029
4030 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
4031
4032 * calendar/icalendar.el (icalendar--weekday-array): New constant.
4033 (icalendar-weekdayabbrev-table)
4034 (icalendar-monthnumber-table): Delete.
4035 (icalendar--get-month-number): Use calendar-month-name-array.
4036 (icalendar--get-weekday-number): New function.
4037 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
4038 (icalendar-export-region): Handle multi-line entries.
4039 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
4040
4041 2004-10-23 John Paul Wallington <jpw@gnu.org>
4042
4043 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
4044 `wildcards' set to t in interactive spec.
4045
4046 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
4047 interactive spec rather than use `interactive-p'.
4048 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
4049 rather than use function `interactive-p'.
4050
4051 2004-10-22 Kenichi Handa <handa@m17n.org>
4052
4053 * international/mule.el (translate-region): Implement it in Lisp
4054 as a front end of translate-region-internal.
4055
4056 2004-10-21 Jay Belanger <belanger@truman.edu>
4057
4058 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
4059 Declare these variables with defvar.
4060
4061 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
4062 is bound, only check to see if it is bound.
4063
4064 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4065
4066 * textmodes/tex-mode.el (tex-compilation-parse-errors):
4067 Don't output messages.
4068
4069 * calc/calc-help.el (calc-describe-bindings): Fix last change.
4070
4071 2004-10-21 John Paul Wallington <jpw@gnu.org>
4072
4073 * calc/calc-graph.el (calc-graph-init):
4074 Use `set-process-query-on-exit-flag'.
4075
4076 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
4077
4078 * progmodes/compile.el (compilation-start): Rely on `cd' to get
4079 dir right and also allow argumentless cd.
4080
4081 2004-10-19 Richard M. Stallman <rms@gnu.org>
4082
4083 * textmodes/flyspell.el (flyspell-mode): Doc fix.
4084
4085 * eshell/em-unix.el (eshell-grep):
4086 Don't bind compilation-process-setup-function.
4087
4088 * comint.el (comint-insert-input): Use @ in `interactive'.
4089 (comint-input-filter-functions): Doc fix.
4090 (comint-kill-whole-line, comint-get-source): Doc fix.
4091
4092 * progmodes/compile.el (compilation-setup):
4093 Don't set buffer-read-only if MINOR is non-nil.
4094
4095 2004-10-19 Jay Belanger <belanger@truman.edu>
4096
4097 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
4098 (calc-emacs-type-gnu19): Remove.
4099 (calc-digit-map, calc-read-key-sequence, calc-read-key):
4100 Remove check for old emacs versions.
4101
4102 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
4103 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
4104 for current Emacs.
4105
4106 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
4107 the end of the minibuffer.
4108 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
4109 copy `esc-map'.
4110
4111 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
4112
4113 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
4114 call that would be given when the current emacs was used.
4115
4116 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
4117
4118 * calendar/icalendar.el: Set coding to utf-8.
4119 (icalendar-version): Increase to 0.07.
4120 (icalendar-monthnumber-table): Change March pattern.
4121 (icalendar-get-all-event-properties)
4122 (icalendar-set-event-property): Delete.
4123 (icalendar-all-events): No longer interactive.
4124 (icalendar-convert-diary-to-ical)
4125 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
4126 their replacements.
4127 (icalendar-export-file, icalendar-export-region): New functions;
4128 essentially old `icalendar-convert-diary-to-ical' but appending to
4129 target rather than overwriting.
4130 (icalendar-import-file): Append to target file rather than
4131 overwriting. Fourth arg deleted.
4132 (icalendar-import-buffer): New name for old
4133 `icalendar-extract-ical-from-buffer'.
4134 (icalendar--convert-string-for-import): New name for
4135 old `icalendar-convert-for-import'.
4136 (include-icalendar-files): Delete.
4137 Prefix for all internal functions changed from `icalendar-'
4138 to `icalendar--'.
4139
4140 2004-10-19 Richard M. Stallman <rms@gnu.org>
4141
4142 * paths.el (news-path): Fix previous change.
4143
4144 2004-10-18 Jay Belanger <belanger@truman.edu>
4145
4146 * calc/calc-help.el (calc-describe-bindings):
4147 Set `buffer-read-only' to nil while working in the keybindings buffer;
4148 remove some extra information from the keybindings buffer.
4149
4150 2004-10-18 David Ponce <david@dponce.com>
4151
4152 * mouse.el (mouse-drag-move-window-top): New function.
4153 (mouse-drag-mode-line-1): Use it.
4154
4155 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
4156
4157 * info.el (Info-fontify-node): For multiline refs,
4158 arrange to unfontify newline and surrounding whitespace.
4159
4160 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4161
4162 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
4163 directory is missing.
4164
4165 2004-10-17 John Paul Wallington <jpw@gnu.org>
4166
4167 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
4168 New customizable variable; whether to display buffers that match
4169 `ibuffer-maybe-show-predicates' by default.
4170 (ibuffer-maybe-show-predicates): Mention it in docstring.
4171 (ibuffer-display-maybe-show-predicates): New variable.
4172 (ibuffer-update): Prefix arg now toggles whether buffers that
4173 match `ibuffer-maybe-show-predicates' should be displayed.
4174 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
4175 locally to heed `ibuffer-default-display-maybe-show-predicates'.
4176 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
4177
4178 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
4179
4180 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
4181 work correctly.
4182
4183 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
4184
4185 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
4186 (Buffer-menu-beginning): New helper function.
4187 (Buffer-menu-execute): Use it.
4188 (Buffer-menu-select): Use it.
4189 (Buffer-menu-sort): Use it and also keep markers.
4190
4191 2004-10-17 Richard M. Stallman <rms@gnu.org>
4192
4193 * paths.el (news-directory): Rename from news-path. Old name alias.
4194 (rmail-spool-directory): Use defvar.
4195 (sendmail-program): Use defcustom.
4196 (remote-shell-program): Use defcustom.
4197 (term-file-prefix): Use defvar.
4198 (abbrev-file-name): Use defvar.
4199
4200 * term.el: Add maintainer.
4201
4202 * subr.el (with-local-quit): Return nil if there's a quit.
4203 (read-passwd): Use with-local-quit. Doc fix.
4204
4205 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
4206 (strokes-unload-hook): Set as a variable with add-hook.
4207
4208 * startup.el (fancy-splash-tail, normal-splash-screen):
4209 Update copyright year.
4210
4211 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
4212
4213 * server.el (server-unload-hook): Set as a variable with add-hook.
4214
4215 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
4216
4217 * frame.el (special-display-popup-frame):
4218 Make the buffer current as its frame is created.
4219
4220 * delsel.el (delsel-unload-hook): Set as a variable.
4221
4222 * comint.el (comint-output-filter-functions):
4223 Add comint-watch-for-password-prompt.
4224 (comint-read-noecho): Function deleted.
4225 (send-invisible): Use read-passwd.
4226
4227 * fringe.el (fringe-mode-initialize): New function.
4228 (fringe-mode): Use fringe-mode-initialize as :initialize.
4229
4230 2004-10-17 Kim F. Storm <storm@cua.dk>
4231
4232 * language/indian.el (indian-script-language-alist): Swap value and doc.
4233 (indian-font-char-index-table): Doc fix.
4234
4235 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
4238
4239 2004-10-16 Juri Linkov <juri@jurta.org>
4240
4241 * progmodes/compile.el (compilation-start): Move let-binding of
4242 `process-environment' into `with-current-buffer' body.
4243 Reported by Matt Hodges <MPHodges@member.fsf.org>.
4244
4245 2004-10-16 Richard M. Stallman <rms@gnu.org>
4246
4247 * pcvs-util.el (cvs-bury-buffer):
4248 Don't call get-buffer-window for effect.
4249
4250 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
4251
4252 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
4253
4254 * msb.el (msb-unload-hook): Set the variable.
4255
4256 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
4257 Use * to err if buffer is readonly.
4258
4259 * subr.el (looking-back): Return only t or nil.
4260
4261 * whitespace.el (whitespace-unload-hook): Set the variable.
4262
4263 * view.el (view-mode-enable): Set view-page-size and
4264 view-half-page-size to nil.
4265 (view-set-half-page-size-default): view-half-page-size = nil
4266 means the default.
4267 (View-scroll-page-forward): Use view-page-size-default.
4268 (View-scroll-page-backward): Likewise.
4269 (view-page-size, view-half-page-size): Doc fixes.
4270
4271 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
4272
4273 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
4274
4275 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
4276 "cl" like other files. Instead, call byte-compile-find-cl-functions.
4277 (byte-compile-log-1): Bind inhibit-read-only.
4278 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
4279 (byte-compile-log-warning): Likewise.
4280 (byte-compile-file-form-require): Detect "cl" from the arg value.
4281
4282 * progmodes/compile.el (compilation-start): Assume compilation-mode
4283 will make the buffer read-only.
4284 (compilation-mode): Take arg name-of-mode.
4285 (compilation-setup): Make buffer read-only.
4286 (compilation-handle-exit): Bind inhibit-read-only.
4287
4288 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
4289 (ispell-message): Likewise.
4290 (ispell-show-choices): Don't call get-buffer-window uselessly.
4291 (ispell-init-process): Use set-process-query-on-exit-flag.
4292
4293 2004-10-16 Kim F. Storm <storm@cua.dk>
4294
4295 * fringe.el (fringe-bitmaps): Only initialize when defined.
4296
4297 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
4298 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
4299
4300 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
4301
4302 2004-10-15 Simon Josefsson <jas@extundo.com>
4303
4304 * net/password.el: Add.
4305
4306 2004-10-14 Masatake YAMATO <jet@gyve.org>
4307
4308 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
4309 (gdb-script-end-of-defun): New function.
4310 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
4311 `gdb-script-end-of-defun' as *-of-defun-function.
4312
4313 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
4314
4315 * button.el (button-activate): Allow a marker to display as an action.
4316
4317 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
4318
4319 * help.el (describe-mode): Use it to make minor mode list into
4320 hyperlinks.
4321
4322 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4323
4324 * vc.el (vc-annotate-display-select): Fix typo.
4325
4326 * subr.el (substitute-key-definition-key): New function.
4327 (substitute-key-definition): Use it with map-keymap.
4328 (event-modifiers): Use push.
4329 (mouse-movement-p, with-temp-buffer): Simplify.
4330
4331 2004-10-12 Jay Belanger <belanger@truman.edu>
4332
4333 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
4334 New variables.
4335 (calc-help-index-entries): New function.
4336 (calc-describe-function): Use `calc-help-function-list' instead of
4337 obarray for completion.
4338 (calc-describe-variable): Use `calc-help-variable-list' instead
4339 of obarray for completion.
4340
4341 2004-10-12 Richard M. Stallman <rms@gnu.org>
4342
4343 * info-look.el (info-lookup-file): Add info-file property.
4344 (info-lookup-symbol): Likewise.
4345
4346 * info.el (info-xref): Add underlining.
4347 (info): Add info-file property.
4348 (Info-find-emacs-command-nodes): Specify case-sensitive search.
4349
4350 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
4351
4352 Sync with Tramp 2.0.45.
4353
4354 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
4355 defined. This is not the case for XEmacs without package "edebug".
4356 (tramp-set-auto-save-file-modes): Set permissions of autosaved
4357 remote files to the permissions of the original file. This is not
4358 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
4359 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
4360 (tramp-perl-decode): Fix an error in Perl implementation.
4361 $pending must be cleared every loop. Reported by Benjamin Place
4362 <benjaminplace@sprintmail.com>
4363
4364 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
4365 Don't activate advice during definition. This is done later on,
4366 depending on test result of `substitute-in-file-name'.
4367 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4368
4369 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4370
4371 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
4372
4373 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
4374
4375 2004-10-12 David Ponce <david@dponce.com>
4376
4377 * recentf.el (recentf-edit-list): Update the menu when the recentf
4378 list has been modified.
4379
4380 2004-10-12 Simon Josefsson <jas@extundo.com>
4381
4382 * net/tls.el (tls-certtool-program): New variable.
4383 (tls-certificate-information): New function, based on
4384 ssl-certificate-information.
4385
4386 2004-10-12 Kenichi Handa <handa@m17n.org>
4387
4388 * international/mule.el (coding-system-equal): Move from mule-util.el.
4389
4390 * international/mule-util.el (coding-system-equal): Move to mule.el.
4391
4392 2004-10-12 Kim F. Storm <storm@cua.dk>
4393
4394 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
4395 reset kmacro-initial-counter-value if set.
4396 (kmacro-set-counter): Only set kmacro-counter if defining or executing
4397 macro. Set kmacro-initial-counter-value otherwise. Never set both.
4398 (kmacro-display): Show macro counter if non-zero.
4399
4400 * subr.el (substitute-key-definition): Mention command remapping
4401 in doc string.
4402
4403 2004-10-11 Jay Belanger <belanger@truman.edu>
4404
4405 * calc/calc-misc.el (calc-info-goto-node): New function.
4406 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
4407 node in one step.
4408 (calc-describe-copying, calc-describe-distribution)
4409 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
4410 Go to appropriate info node in one step.
4411
4412 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4413
4414 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
4415
4416 * font-lock.el (font-lock-apply-highlight): Fix last change.
4417
4418 2004-10-11 Simon Josefsson <jas@extundo.com>
4419
4420 * mail/smtpmail.el (smtpmail-open-stream): Look for
4421 starttls-gnutls-program instead of starttls-program iff
4422 starttls-use-gnutls is non-nil.
4423 (smtpmail-open-stream): Don't overwrite user settings of
4424 starttls-extra-arguments and starttls-extra-args.
4425
4426 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4427
4428 * comint.el (comint-mouse-insert-input): Remove.
4429 (comint-insert-input): Make it work for mouse bindings.
4430 (comint-mode-map): Move defs into the declaration.
4431 (comint-output-filter): Typo.
4432
4433 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
4434
4435 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
4436
4437 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
4438 (ange-ftp-call-chmod): Reference remote-shell-program instead of
4439 ange-ftp-remote-shell.
4440
4441 2004-10-10 Andreas Schwab <schwab@suse.de>
4442
4443 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
4444 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
4445 Reported by <sri@asu.edu>.
4446
4447 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
4448
4449 * vc.el (vc-annotate-mode): Remove variable.
4450 (vc-annotate-display-select): Only call vc-annotate-mode
4451 if we're not in that mode already.
4452
4453 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4454
4455 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
4456 (imenu-choose-buffer-index): Check here for rescan instead.
4457
4458 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
4459 where the face expression evals to nil.
4460
4461 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
4462 (tex-font-lock-keywords-2): Use it.
4463 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
4464
4465 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
4466
4467 2004-10-09 Kim F. Storm <storm@cua.dk>
4468
4469 * subr.el (progress-reporter-update): Define before first usage.
4470 (make-progress-reporter): Doc fix.
4471
4472 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
4473
4474 * textmodes/paragraphs.el (sentence-end-double-space)
4475 (sentence-end-without-period, sentence-end-without-space)
4476 (sentence-end): Doc fixes.
4477
4478 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
4479
4480 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
4481 Change paragraph-start regexp so we don't fill code starting with #'(.
4482
4483 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
4484
4485 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
4486 New defcustom.
4487 (extract-address-components): Use it.
4488
4489 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
4490
4491 * subr.el (make-progress-reporter, progress-reporter-update)
4492 (progress-reporter-force-update, progress-reporter-do-update)
4493 (progress-reporter-done): New functions.
4494
4495 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
4496
4497 * progmodes/etags.el (etags-tags-completion-table): Use progress
4498 reporter.
4499 (etags-tags-apropos): Likewise.
4500
4501 2004-10-08 Alan Mackenzie <acm@muc.de>
4502
4503 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
4504 of current line.
4505
4506 2004-10-08 Masatake YAMATO <jet@gyve.org>
4507
4508 * server.el (server-process-filter): Wrap `process-send-region'
4509 by `condition-case' to guard the case when the pipe to PROC is closed.
4510
4511 2004-10-07 Mark A. Hershberger <mah@everybody.org>
4512
4513 * xml.el (xml-substitute-special): Limit handling of external entities.
4514
4515 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
4516
4517 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
4518
4519 2004-10-06 John Paul Wallington <jpw@gnu.org>
4520
4521 * xml.el (xml-parse-dtd): Fix `error' call.
4522
4523 2004-10-05 Mark A. Hershberger <mah@everybody.org>
4524
4525 * xml.el (xml-substitute-special): Return a single string instead
4526 of a list of strings if an entity substitution is made.
4527
4528 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
4529
4530 * calendar/icalendar.el: New file.
4531
4532 2004-10-05 Juri Linkov <juri@jurta.org>
4533
4534 * isearch.el (isearch-done): Set mark after running hook.
4535 Reported by Drew Adams <drew.adams@oracle.com>.
4536
4537 * info.el (Info-history, Info-toc): Fix Info headers.
4538 (Info-toc): Narrow buffer before Info-fontify-node.
4539 (Info-build-toc): Don't check for special Info file names.
4540 Set main-file to nil if Info-find-file returns a symbol.
4541
4542 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
4543
4544 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
4545 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
4546 * calendar/cal-menu.el (calendar-mode-map): Ditto.
4547
4548 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4549
4550 * calendar/cal-iso.el (calendar-iso-read-args): New function,
4551 for old interactive spec from calendar-goto-iso-date.
4552 (calendar-goto-iso-date): Use it.
4553 (calendar-goto-iso-week): New function. Suggested by Emilio
4554 C. Lopes <eclig@gmx.net>.
4555
4556 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
4557
4558 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
4559 `set-right-margin' bindings that follow the minor mode conventions.
4560
4561 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4562
4563 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
4564 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
4565 (latex-block-args-alist): Add minipage and picture.
4566 (latex-block-body-alist): Use reftex-label if enabled.
4567 (latex-insert-block): Don't insert a \n if not necessary.
4568 (tex-compile-commands): Make sure dvips doesn't send to printer.
4569 (tex-compile-default): Handle the case where no executable is found.
4570 (latex-noindent-environments): New var.
4571 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
4572 If tex-indent-allhanging is non-nil, make sure we only align for macros
4573 at beginning of line.
4574
4575 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
4576
4577 * newcomment.el (comment-beginning): Doc fix and don't choke on
4578 unset `comment-end-skip' when at beginning of comment.
4579
4580 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
4581
4582 * term.el (term-adjust-current-row-cache): Don't allow the current
4583 row to become negative.
4584 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
4585 the end of the line. Fix scroll down. Add comments.
4586 (term-handle-ansi-escape): Don't exceed terminal width when moving
4587 right.
4588 (term-scroll-region): Move the cursor after setting the scroll region.
4589
4590 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
4591
4592 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
4593 to `width' for consistency with docstring. Doc fix.
4594
4595 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
4596
4597 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
4598 This is necessary for derived modes.
4599
4600 2004-09-30 Kim F. Storm <storm@cua.dk>
4601
4602 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
4603 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
4604
4605 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
4606 kmacro-extract-lambda functions.
4607 (edit-kbd-macro): Handle kmacro lambda forms.
4608 Include counter and counter format in edit buffer.
4609 (edmacro-finish-edit): Get counter and format from edit buffer and
4610 update kmacro bindings when found.
4611
4612 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
4613
4614 * textmodes/paragraphs.el (forward-paragraph):
4615 Avoid args-out-of-range error when point winds up at the beginning of
4616 the buffer and hard newlines are enabled.
4617
4618 * newcomment.el (comment-multi-line): Doc fix.
4619
4620 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4621
4622 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
4623 (diff-fixup-modifs): Catch unified-diff file-headers.
4624
4625 2004-09-29 Kim F. Storm <storm@cua.dk>
4626
4627 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
4628 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
4629 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
4630
4631 * fringe.el (fringe-bitmap-p): New macro.
4632 (fringe-bitmaps): Add standard fringe bitmaps on load.
4633
4634 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * dired.el (dired-view-command-alist): Use more efficient regexps.
4637 Remove dubious arguments.
4638 (dired-align-file): New function.
4639 (dired-insert-directory): Use it.
4640 (dired-move-to-end-of-filename): Make the " -> " search more specific.
4641 (dired-buffers-for-dir): Remove unused var `pattern'.
4642
4643 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
4644
4645 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
4646 from diary display excursion. Store diary buffer's point for
4647 `simple-diary-display'.
4648 (simple-diary-display): Set window point and start when
4649 displaying buffer, to preserve point.
4650
4651 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
4652
4653 * textmodes/enriched.el (enriched-translations): Replace defconst
4654 with defvar.
4655
4656 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4657
4658 * printing.el: Doc fix.
4659 (pr-version): New version number (6.8.1).
4660 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
4661 make-temp-name.
4662 (pr-delete-file): Check if file exists before deleting it.
4663 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
4664
4665 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4666
4667 * term.el (term-display-table): New variable.
4668 (term-mode): Use it.
4669 (term-exec-1): Set the coding system to binary.
4670 (term-emulate-terminal): Decode the string before inserting it.
4671
4672 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
4673
4674 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
4675 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
4676 (map): Bind S-prior, S-next and S-insert.
4677 (term-mode): Set `indent-tabs-mode' to nil.
4678 (term-paste): New function to be bound to S-insert.
4679 (term-send-del, term-send-backspace): Change the strings sent.
4680 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
4681 (term-handle-colors-array): Fix handling of underline and reverse.
4682 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
4683 (term-erase-in-line): Fix comparison.
4684 (term-emulate-terminal): Fix line wrap handling.
4685 (term-start-output-log): Rename from `term-set-output-log'.
4686 (term-stop-output-log): Rename from `term-stop-photo'.
4687 (term-switch-to-alternate-sub-buffer): Comment out, unused.
4688
4689 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
4690
4691 * dired.el (dired-move-to-filename): Don't output a message if
4692 raise-error is non-nil. Fix return position and value.
4693
4694 * files.el (insert-directory): Obey --dired even with symlinks.
4695
4696 2004-09-25 Lars Hansen <larsh@math.ku.dk>
4697
4698 * ls-lisp.el (ls-lisp-format): Mark file names with property
4699 dired-filename.
4700
4701 2004-09-25 Kim F. Storm <storm@cua.dk>
4702
4703 * ido.el (ido-max-directory-size): New defcustom.
4704 (ido-decorations): Add "too big" element.
4705 (ido-directory-too-big): New dynamic var.
4706 (ido-may-cache-directory): Don't cache big directories.
4707 (ido-directory-too-big-p): New defun.
4708 (ido-set-current-directory): Update ido-directory-too-big.
4709 (ido-read-internal): Make empty ido-cur-item if too-big.
4710 (ido-buffer-internal): Use ido-read-internal directly instead of
4711 ido-read-buffer.
4712 (ido-file-internal): Init ido-directory-too-big.
4713 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
4714 and redo completion with full list.
4715 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
4716 it, and show completions.
4717 (ido-all-completions): Let bind ido-directory-too-big to nil.
4718 (ido-exhibit): Handle ido-directory-too-big.
4719 (ido-read-buffer): Handle fallback to read-buffer.
4720 Init ido-directory-too-big.
4721 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
4722 Init ido-directory-too-big.
4723
4724 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
4725
4726 * subr.el (delay-mode-hooks): Doc fix.
4727
4728 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
4729
4730 * textmodes/enriched.el
4731 (enriched-default-text-properties-local-flag): New variable.
4732 (enriched-mode): Make sure that enabling and disabling the mode is
4733 a no-op. Doc fix.
4734
4735 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
4736
4737 * calendar/holidays.el (holiday-advent): Report on a specified day
4738 offset from advent, not just advent.
4739 (holiday-easter-etc): Report on one specified day offset from
4740 easter, not all easter holidays. Various Easter holidays moved to
4741 `christian-holidays' variable in calendar.el.
4742 * calendar/calendar.el (christian-holidays): Adapt for new
4743 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
4744
4745 2004-09-23 Kim F. Storm <storm@cua.dk>
4746
4747 * image.el (insert-sliced-image): Add doc string.
4748
4749 * ido.el (ido-choice-list): New dynamic var for `list' context.
4750 (ido-context-switch-command): New dynamic var.
4751 (ido-define-mode-map): Generalize switch between file/buffer contexts.
4752 (ido-read-internal): Handle new `list' context.
4753 Handle insert-buffer and insert-file ido-exit values.
4754 (ido-buffer-internal): New arg switch-cmd. Use it to setup
4755 ido-context-switch-command. Handle insert-file ido-exit value.
4756 (ido-read-buffer): Set ido-context-switch-command to 'ignore
4757 unless it is already bound by caller.
4758 (ido-file-internal): New arg switch-cmd. Use it to setup
4759 ido-context-switch-command. Handle insert-buffer ido-exit value.
4760 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
4761 used for context switching.
4762 (ido-all-completions): Handle new `list' context.
4763 (ido-make-choice-list): Return choices for `list' context.
4764 (ido-find-file-in-dir, ido-display-file, ido-write-file)
4765 (ido-display-buffer, ido-kill-buffer): Disable context switching.
4766 (ido-insert-buffer, ido-insert-file): Setup context switching.
4767 (ido-exhibit): Handle `list' context.
4768 (ido-read-file-name): Disable context switching. Handle fallback.
4769 (ido-read-directory-name): Disable context switching.
4770 (ido-completing-read): New defun like completing-read. Setup and
4771 use new `list' context.
4772
4773 2004-09-20 Jesper Harder <harder@ifa.au.dk>
4774
4775 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
4776
4777 2004-09-21 Jay Belanger <belanger@truman.edu>
4778
4779 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
4780 `calc-graph-set-styles' so the gnuplot buffer will appear in a
4781 separate window.
4782
4783 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
4784
4785 * subr.el (after-change-major-mode-hook): Doc fix.
4786
4787 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4788
4789 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
4790 of ghostscript for monochrome PostScript file in Windows.
4791
4792 2004-09-21 Kenichi Handa <handa@m17n.org>
4793
4794 * descr-text.el (describe-char): Checking of quail activation
4795 fixed.
4796
4797 2004-09-21 Jay Belanger <belanger@truman.edu>
4798
4799 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
4800
4801 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
4802
4803 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
4804 after the mode hooks instead of before. Doc fix.
4805
4806 2004-09-20 Jason Rumney <jasonr@gnu.org>
4807
4808 * startup.el (command-line) [windows-nt]: Try .emacs first, then
4809 _emacs, but revert to .emacs if neither exists in home directory.
4810
4811 2004-09-20 John Paul Wallington <jpw@gnu.org>
4812
4813 * bindings.el (completion-ignored-extensions): Add .dfsl.
4814
4815 2004-09-20 Richard M. Stallman <rms@gnu.org>
4816
4817 * bindings.el (scroll-left): Make it disabled.
4818
4819 * files.el (enable-local-eval): Doc fix.
4820
4821 * indent.el (move-to-left-margin): Special case for minibuffer.
4822
4823 * term.el (term-emulate-terminal): Turn off undo for output.
4824 Use with-current-buffer and save-selected-window.
4825
4826 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
4827
4828 * progmodes/make-mode.el (makefile-fill-paragraph):
4829 Don't insist on spaces when looking for comments. # is enough.
4830
4831 * files.el (hack-local-variables): Copy the variables list
4832 to another buffer, strip prefixes and suffixes there, then read.
4833 (enable-local-eval): Doc fix.
4834 (ignored-local-variables): Initialize to nil.
4835 (risky-local-variable-p): Don't check ignored-local-variables here.
4836 (hack-one-local-variable): Ignore var if in ignored-local-variables.
4837
4838 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4839
4840 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
4841 of = to "." (punctuation).
4842
4843 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4844
4845 * subr.el (event-basic-type): Fix mask (extend to 22bits).
4846
4847 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
4848
4849 * textmodes/enriched.el (enriched-rerun-flag): New variable.
4850 (enriched-before-change-major-mode): New function.
4851 Add it to `change-major-mode-hook'.
4852 (enriched-after-change-major-mode): New function.
4853 Add it to `after-change-major-mode-hook'.
4854 (enriched-mode): Make it work correctly if called from
4855 `after-change-major-mode-hook'.
4856 No longer set `indent-line-function'.
4857
4858 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
4859
4860 * subr.el (after-change-major-mode-hook): New variable.
4861 (run-mode-hooks): Implement it.
4862
4863 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4864
4865 * battery.el (battery-linux-proc-apm): Use string-to-number.
4866 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
4867 Use dolist (and less indentation). Use erase-buffer.
4868 Pre-initialize `design-capacity', `warn', and `low'.
4869 (battery-format): Use replace-regexp-in-string.
4870
4871 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
4872
4873 * battery.el: Delete superfluous empty lines.
4874 (battery-linux-proc-acpi): Attempt to gather information from all
4875 battery subdirectories regardless of their file name.
4876 (battery-linux-proc-apm): Replace all occurrences of
4877 battery-hex-to-int-2 with string-to-int (base 16).
4878 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
4879 (battery-hex-map): Delete variable.
4880
4881 2004-09-18 John Paul Wallington <jpw@gnu.org>
4882
4883 * calc/calc-units.el (calc-quick-units): Fix overzealous
4884 s/or/unless/.
4885
4886 2004-09-17 Jay Belanger <belanger@truman.edu>
4887
4888 * calc/calc.el (calc-mode-var-list): Fix the value of
4889 `calc-matrix-brackets'.
4890
4891 2004-09-17 Romain Francoise <romain@orebokech.com>
4892
4893 * ibuf-ext.el (define-ibuffer-filter filename):
4894 Expand dired-directory since buffer-file-name is absolute.
4895
4896 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4897
4898 * ediff-init.el (ediff-current-diff-face-A)
4899 (ediff-current-diff-face-B, ediff-current-diff-face-C)
4900 (ediff-current-diff-face-Ancestor)
4901 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4902 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4903 (ediff-even-diff-face-A, ediff-even-diff-face-B)
4904 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4905 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4906 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4907 Use min-colors.
4908
4909 * term.el (term-down): Perform vertical motion if DOWN is negative.
4910 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
4911 (term-termcap-format): Synchronyze with the eterm terminfo entry
4912 in etc/e/eterm.ti.
4913 (term-handle-colors-array): If the current foreground or
4914 background are zero (i.e. unspecified), use the foreground and
4915 background of the default face for reverse video.
4916 (term-ansi-at-eval-string, term-ansi-default-fg)
4917 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
4918 (term-mem): Delete ununsed function.
4919 (term-protocol-version): Increment.
4920 (term-current-face): Set to default.
4921
4922 2004-09-15 Jay Belanger <belanger@truman.edu>
4923
4924 * calc/calc.el (calc-mode-var-list): Define this variable.
4925 (calc-always-load-extensions, calc-line-numbering)
4926 (calc-line-breaking, calc-display-just, calc-display-origin)
4927 (calc-number-radix, calc-leading-zeros, calc-group-digits)
4928 (calc-group-char, calc-point-char, calc-frac-format)
4929 (calc-prefer-frac, calc-hms-format, calc-date-format)
4930 (calc-float-format, calc-full-float-format, calc-complex-format)
4931 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
4932 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
4933 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
4934 (calc-matrix-brackets, calc-language, calc-language-option)
4935 (calc-left-label, calc-right-label, calc-word-size)
4936 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4937 (calc-display-raw, calc-internal-prec, calc-angle-mode)
4938 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4939 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4940 (calc-window-height, calc-display-trail, calc-show-selections)
4941 (calc-use-selections, calc-assoc-selections)
4942 (calc-display-working-message, calc-auto-why, calc-timing)
4943 (calc-mode-save-mode, calc-standard-date-formats)
4944 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
4945 (calc-user-parse-tables, calc-gnuplot-default-device)
4946 (calc-gnuplot-default-output, calc-gnuplot-print-device)
4947 (calc-gnuplot-print-output, calc-gnuplot-geometry)
4948 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
4949 (calc-invocation-macro, calc-show-banner): Give these values as
4950 part of `calc-mode-var-list's initialization after the variables
4951 are declared with defvar.
4952 (calc-bug-address): Change email address to send bug reports to.
4953 Change the maintainer address at the top.
4954 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
4955 than "\\.emacs" to determine if it is the user-init-file.
4956
4957 * calc/calc-embed.el (calc-embedded-set-modes): Use
4958 `calc-mode-var-list' correctly.
4959
4960 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
4961
4962 * vc.el (annotate-time): Document point handling.
4963 (vc-annotate-display-autoscale): Doc fix.
4964
4965 2004-09-15 Miles Bader <miles@gnu.org>
4966
4967 * generic.el (generic-make-keywords-list): Use symbol rather than
4968 word anchors in regexp.
4969
4970 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
4971
4972 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
4973 no file name consider `dired-directory'.
4974
4975 2004-09-14 Kim F. Storm <storm@cua.dk>
4976
4977 * faces.el (cursor): Add face-no-inherit property. Doc fix.
4978
4979 2004-09-14 Simon Josefsson <jas@extundo.com>
4980
4981 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
4982
4983 * textmodes/dns-mode.el: Add.
4984
4985 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4986
4987 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
4988 (disabled-command-function): Make the ?\ char more obvious.
4989
4990 * vc-arch.el (vc-arch-root, vc-arch-registered):
4991 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
4992
4993 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
4994
4995 * windmove.el (windmove-frame-edges): Report coordinates of
4996 outside edges of frame, not inside edges.
4997 (windmove-coordinates-of-position): Convert into wrapper to new
4998 function `windmove-coordinates-of-window-position';
4999 `compute-motion' always applies to selected window.
5000 (windmove-coordinates-of-position): Update documentation to refer
5001 to Emacs 21 Lisp Reference Manual.
5002 (windmove-find-other-window): Fix off-by-one errors for max x,y.
5003
5004 2004-09-13 Kim F. Storm <storm@cua.dk>
5005
5006 * isearch.el (isearch-resume-in-command-history): Rename from
5007 isearch-resume-enabled and change default to nil.
5008
5009 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5010
5011 * vc-hooks.el (vc-ignore-dir-regexp): New var.
5012 (vc-registered): Use it.
5013 (vc-find-root): New fun.
5014
5015 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5016 Don't tell to use \\{...} when it's already done.
5017
5018 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
5019 Provide a sample complex default.
5020 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
5021 (bibtex-entry): Use mapc.
5022
5023 2004-09-12 Kim F. Storm <storm@cua.dk>
5024
5025 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
5026
5027 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
5028 inhibit-field-text-motion to t so rectangles work in comint buffers.
5029
5030 * simple.el (choose-completion-string): Set buffer before running
5031 choose-completion-string-functions hook so it can be buffer-local.
5032
5033 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
5034
5035 * progmodes/compile.el (compilation-start): Parse command to see
5036 if it starts with a cd, and if so perform it for the *compilation*
5037 buffer. Change the header to reflect this.
5038
5039 2004-09-11 Kim F. Storm <storm@cua.dk>
5040
5041 * ido.el (ido-enable-dot-prefix): Doc fix.
5042 (ido-enable-dot-prefix): New defcustom.
5043 (ido-set-matches1): Use it.
5044
5045 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5046
5047 * textmodes/bibtex.el (bibtex-mark-active)
5048 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
5049
5050 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5051
5052 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
5053 used in a case insensitive environment.
5054 (bibtex-mode-map): Rearrange order of menus.
5055 (bibtex-quoted-string-re): Obsolete.
5056 (bibtex-complete-key-cleanup): Variable replaced by new function.
5057 (bibtex-font-lock-keywords): Use backquotes.
5058 (bibtex-font-lock-url-regexp): New internal variable.
5059 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
5060 "OPT" and "ALT".
5061 (bibtex-insert-current-kill, bibtex-make-field)
5062 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
5063 (bibtex-parse-field-text): Simplify.
5064 (bibtex-string=): New helper function.
5065 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
5066 (bibtex-map-entries): Use bibtex-string=.
5067 (bibtex-search-entry): Use not.
5068 (bibtex-enclosing-field): Fix docstring.
5069 (bibtex-assoc-regexp): Obsolete.
5070 (bibtex-format-entry): Use assoc-string and bibtex-string=.
5071 (bibtex-autokey-get-names): Handle empty name field.
5072 (bibtex-parse-strings): Use assoc-string and unless.
5073 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
5074 Use assoc-string.
5075 (bibtex-pop): Simplify.
5076 (bibtex-mode): Set font-lock-extra-managed-props.
5077 (bibtex-entry-update): Use assoc-string.
5078 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
5079 (bibtex-autofill-entry): Use bibtex-string=.
5080 (bibtex-print-help-message): Simplify.
5081 (bibtex-find-entry): New optional arg START.
5082 (bibtex-validate): Use bibtex-string= and assoc-string.
5083 Do not call obsolete function compilation-parse-errors.
5084 (bibtex-remove-delimiters): Only remove delimiters if present.
5085 (bibtex-copy-entry-as-kill): Add docstring.
5086 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
5087 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
5088 (bibtex-complete): Use bibtex-predefined-month-strings,
5089 bibtex-string=, and new function bibtex-complete-key-cleanup.
5090 (bibtex-generate-url-list): New variable.
5091 (bibtex-url): New command bound to C-c C-l and mouse-2.
5092 (bibtex-url-map): New local keymap for bibtex-url-mouse.
5093 (bibtex-font-lock-url): New function.
5094
5095 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5096
5097 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
5098
5099 2004-09-09 Kim F. Storm <storm@cua.dk>
5100
5101 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
5102 counter and format with binding.
5103 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
5104 the declared macro uses own macro counter and format. Give symbol
5105 kmacro property.
5106 (kmacro-keymap): Bind kmacro-name-last-macro to n.
5107 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
5108 (kmacro-end-and-call-macro): Doc fix.
5109
5110 2004-09-09 Lars Hansen <larsh@math.ku.dk>
5111
5112 * desktop.el (desktop-clear-preserve-buffers):
5113 Remove make-obsolete-variable.
5114
5115 2004-09-08 Richard M. Stallman <rms@gnu.org>
5116
5117 * buff-menu.el (list-buffers-noselect): Call format-mode-line
5118 with the buffer as argument.
5119
5120 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5121
5122 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
5123
5124 2004-09-08 Juri Linkov <juri@jurta.org>
5125
5126 * replace.el (perform-replace): Use `query-replace-descr'.
5127
5128 * cus-start.el (history-delete-duplicates): Specify customization.
5129
5130 * diff-mode.el (diff-mode-map):
5131 * progmodes/compile.el (compilation-mode-map):
5132 * progmodes/grep.el (grep-mode-map):
5133 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
5134 to `next-error-follow-minor-mode'.
5135
5136 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5137
5138 * isearch.el (isearch-lazy-highlight-update): Take into account
5139 the case of zero-length match at the search bound.
5140
5141 2004-09-08 Kim F. Storm <storm@cua.dk>
5142
5143 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
5144 change. Use zero width overlays when necessary.
5145
5146 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
5147
5148 * subr.el (split-string): Docfix.
5149
5150 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
5151
5152 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
5153 (display-call-tree): Ensure newline after caller/calls blocks.
5154
5155 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
5156
5157 * startup.el (command-line-1): Make option
5158 --directory/-L modify `load-path' straight away.
5159
5160 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
5161
5162 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
5163
5164 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
5165
5166 * emacs-lisp/autoload.el (make-autoload):
5167 Handle `define-compilation-mode'.
5168
5169 * emacs-lisp/lisp-mode.el (define-compilation-mode):
5170 Specify `doc-string-elt' property.
5171
5172 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
5173
5174 * bs.el (bs-mode): Doc fix.
5175
5176 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
5177
5178 * info.el (Info-insert-dir): Fix temp buffer leak bug.
5179
5180 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
5181
5182 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
5183
5184 2004-09-08 Kenichi Handa <handa@m17n.org>
5185
5186 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
5187 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
5188 ps-mule-next-point -> 1+).
5189
5190 * composite.el (encode-composition-rule): Add autoload cooky.
5191
5192 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
5193
5194 * format.el (buffer-auto-save-file-format): Make it permanent local.
5195
5196 2004-09-07 Kim F. Storm <storm@cua.dk>
5197
5198 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
5199 (authors-fixed-entries): Fix typo.
5200 (authors-canonical-author-name): Compact multiple spaces.
5201 Ignore trivial names (e.g. only first name).
5202
5203 * term.el (term-window-width): Only use full window width on
5204 window system if overflow-newline-into-fringe is enabled.
5205 (term-mode): Don't disable overflow-newline-into-fringe.
5206
5207 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5208
5209 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
5210 motion as seen on my Mac OS X xterms.
5211
5212 * newcomment.el (uncomment-region-default, comment-region-default):
5213 New functions extracted from uncomment-region and comment-region.
5214 (comment-region, comment-region-function, uncomment-region)
5215 (uncomment-region-function): Use them.
5216
5217 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
5218
5219 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
5220 It's not crucial but can make sense at times.
5221
5222 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
5223 the first commit.
5224
5225 * vc.el (vc-buffer-context, vc-restore-buffer-context):
5226 Disable obsolete code.
5227
5228 2004-09-07 Juri Linkov <juri@jurta.org>
5229
5230 * progmodes/grep.el (grep-highlight-matches): Change default from
5231 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
5232 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
5233 if grep option `--color' is available, or to `nil' otherwise.
5234 (grep-process-setup): Call `grep-compute-defaults' if
5235 `grep-highlight-matches' is not computed. Set env-vars only
5236 if `grep-highlight-matches' is `t'.
5237 (grep-use-null-device): Remove redundant type `boolean' (`choice'
5238 is already defined).
5239
5240 * progmodes/compile.el (compilation-start): Use copy of
5241 `process-environment' created by `copy-sequence' to not
5242 modify env-vars in the global `process-environment'.
5243
5244 2004-09-06 Eli Zaretskii <eliz@gnu.org>
5245
5246 * simple.el (next-error-follow-minor-mode): Fix last change.
5247
5248 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
5249
5250 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
5251 permanent local.
5252
5253 2004-09-04 Richard M. Stallman <rms@gnu.org>
5254
5255 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
5256 highlighting if the search string is empty.
5257
5258 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
5259
5260 * facemenu.el (facemenu-active-faces): Change condition of inner
5261 `while' loop to also check the first two elements of `face-atts'
5262 and `mask-atts'.
5263
5264 2004-09-04 John Paul Wallington <jpw@gnu.org>
5265
5266 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
5267 (thumbs-view-image-mode): Make buffer read-only.
5268
5269 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
5270
5271 * textmodes/ispell.el (ispell-really-aspell): New defvar.
5272 (ispell-check-version): Set it.
5273 (ispell-send-replacement): New function.
5274 (ispell-process-line): Call ispell-send-replacement.
5275
5276 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5277
5278 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
5279 Support choosing seconds with "s".
5280
5281 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
5282
5283 * terminal.el (te-escape): Show `?' in prompt for help key.
5284
5285 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
5286
5287 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
5288
5289 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5290
5291 * simple.el (next-error-follow-minor-mode)
5292 (next-error-follow-mode-post-command-hook): New functions.
5293 (next-error-follow-last-line): New defvar.
5294
5295 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
5296 * progmodes/compile.el (compilation-mode-map): Likewise.
5297 * progmodes/grep.el (grep-mode-map): Likewise.
5298 * replace.el (occur-mode-map): Likewise.
5299
5300 * newcomment.el (uncomment-region): Bind comment-use-global-state
5301 to nil.
5302
5303 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
5304
5305 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
5306 locally around the call to `revert-buffer'.
5307
5308 2004-09-03 Juri Linkov <juri@jurta.org>
5309
5310 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
5311 `isearch-adjusted' to `t'.
5312 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
5313 (isearch-message-prefix): Add "pending" for isearch-adjusted.
5314 (isearch-other-meta-char): Restore isearch-point unconditionally.
5315 (isearch-query-replace): Add new arg `regexp-flag' and use it.
5316 Set point to start of match if region is not active in transient
5317 mark mode (to include the current match to region boundaries).
5318 Push the search string to `query-replace-from-history-variable'.
5319 Add prompt "Query replace regexp" for isearch-regexp.
5320 Add region beginning/end as last arguments of `perform-replace.'
5321 (isearch-query-replace-regexp): Replace code by the call to
5322 `isearch-query-replace' with arg `t'.
5323
5324 2004-09-03 Richard M. Stallman <rms@gnu.org>
5325
5326 * startup.el (normal-top-level): Undo previous TERM change.
5327
5328 2004-09-03 Kim F. Storm <storm@cua.dk>
5329
5330 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
5331 highlight overlays; allow using RET when cursor is over a button.
5332 (cua--highlight-rectangle): Use it.
5333 (cua--rectangle-set-corners): Don't move backwards at eol.
5334 (cua--forward-line): Don't move into void after eob.
5335
5336 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
5337 point is set (and displayed) inside rectangle.
5338 (cua--rectangle-operation): Fix for highlight of empty lines.
5339 (cua--highlight-rectangle): Fix highlight for tabs.
5340 Position cursor at left/right edge of rectangle using new `cursor'
5341 property on overlay strings.
5342 (cua--indent-rectangle): Don't tabify.
5343 (cua-rotate-rectangle): Ignore that point has moved.
5344
5345 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5346
5347 * term/mac-win.el: Add ASCII equivalents for some function keys.
5348 (mode-line-frame-identification): Sync with x-win.el.
5349
5350 2004-09-02 Juri Linkov <juri@jurta.org>
5351
5352 * progmodes/compile.el (compilation-buffer-name): Compare major
5353 mode with second element of compilation-arguments instead of third
5354 to reflect latest changes in compilation-arguments structure.
5355 (recompile): Use global variable `compilation-directory' to get
5356 recent compilation directory only when `recompile' is invoked NOT
5357 in the compilation buffer. Otherwise, use `default-directory' of
5358 the compilation buffer.
5359 (compilation-error-properties): Allow to funcall col and end-col.
5360 (compilation-mode-font-lock-keywords): Check col and end-col by
5361 `integerp'.
5362 (compilation-goto-locus): If end-mk is non-nil in transient mark
5363 mode don't activate the mark (and don't display message in
5364 push-mark), but highlight overlay between mk and end-mk.
5365
5366 * progmodes/grep.el (grep-highlight-matches): New defcustom.
5367 (grep-regexp-alist): Add rule to highlight grep matches.
5368 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
5369
5370 * info.el (Info-fontify-node): Don't compute other-tag
5371 if Info-hide-note-references=hide.
5372
5373 * help.el (function-called-at-point):
5374 * help-fns.el (variable-at-point):
5375 Try `find-tag-default' when other methods failed.
5376
5377 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5378 Do not push mark if inhibit-mark-movement is non-nil.
5379
5380 * textmodes/ispell.el (ispell-html-skip-alists):
5381 Fix backslashes in docstring.
5382
5383 2004-09-01 Juri Linkov <juri@jurta.org>
5384
5385 * isearch.el (isearch-wrap-function)
5386 (isearch-push-state-function): New defvars.
5387 (isearch-pop-fun-state): New defsubst.
5388 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
5389 (isearch-push-state): Set the result of calling
5390 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
5391 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
5392 restore the mode-specific starting point of terminated search.
5393 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
5394 (isearch-repeat): Call `isearch-wrap-function' if defined.
5395 (isearch-message-prefix): Don't add prefix "over" to the message
5396 for wrapped search if `isearch-wrap-function' is defined.
5397 (isearch-search): Call function saved in `isearch-pop-fun-state' to
5398 restore the mode-specific starting point of failed search.
5399
5400 * info.el (Info-search-whitespace-regexp): Fix backslashes.
5401 (Info-search): Add new optional arguments for the sake of isearch.
5402 Replace whitespace in Info-search-whitespace-regexp literally.
5403 Add backward search. Don't call `Info-select-node' if regexp is
5404 found in the same Info node. Don't add node to Info-history for
5405 wrapped isearch.
5406 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
5407 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
5408 (Info-mode): Set local variables `isearch-search-fun-function',
5409 `isearch-wrap-function', `isearch-push-state-function',
5410 `search-whitespace-regexp'.
5411
5412 * isearch.el: Remove ancient Change Log section.
5413 (isearch-string, isearch-message-string, isearch-point)
5414 (isearch-success, isearch-forward-flag, isearch-other-end)
5415 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5416 (isearch-barrier, isearch-within-brackets)
5417 (isearch-case-fold-search): Add suffix `-state' to state-related
5418 defsubsts to avoid name clashes with other function names.
5419
5420 * simple.el (next-error): New defgroup and defface.
5421 (next-error-highlight, next-error-highlight-no-select):
5422 New defcustoms.
5423 (next-error-no-select): Let-bind next-error-highlight to the value
5424 of next-error-highlight-no-select before calling `next-error'.
5425
5426 * progmodes/compile.el (compilation-goto-locus):
5427 Use `next-error' face instead of `region'. Set 4-th argument of
5428 `move-overlay' to `current-buffer' to move overlay to different
5429 source buffers. Use new variable `next-error-highlight'.
5430
5431 * simple.el (next-error-find-buffer): Move the rule
5432 "if current buffer is a next-error capable buffer" after the
5433 rule "if next-error-last-buffer is set to a live buffer".
5434 Simplify to test all rules in one `or'.
5435 (next-error): Doc fix.
5436 (next-error, previous-error, first-error)
5437 (next-error-no-select, previous-error-no-select):
5438 Make arguments optional.
5439
5440 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
5441
5442 * macros.el (apply-macro-to-region-lines): Make it operate on all
5443 lines that begin in the region, rather than on all complete lines
5444 in the region.
5445
5446 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5447
5448 * x-dnd.el (x-dnd-protocol-alist): Document update.
5449 (x-dnd-known-types): Defcustom it.
5450 (x-dnd-handle-motif): Print message-atom in error message.
5451
5452 2004-08-30 John Paul Wallington <jpw@gnu.org>
5453
5454 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
5455 strings rather than programatically constructing message.
5456
5457 2004-08-30 Richard M. Stallman <rms@gnu.org>
5458
5459 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
5460 Don't return a string that would read as the wrong character code.
5461
5462 2004-08-29 Kim F. Storm <storm@cua.dk>
5463
5464 * emulation/cua-base.el (cua-auto-expand-rectangles):
5465 Remove automatic rectangle padding feature; replace by non-destructive
5466 virtual rectangle edges feature.
5467 (cua-virtual-rectangle-edges): New defcustom.
5468 (cua-auto-tabify-rectangles): New defcustom.
5469 (cua-paste): If paste into a marked rectangle, insert rectangle at
5470 current column, even if virtual; also paste exactly as many lines
5471 as has been marked (ignore additional lines or add empty lines),
5472 but paste whole source if only one line is marked.
5473 (cua--update-indications): No longer use overwrite-cursor to
5474 indicate rectangle padding
5475
5476 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
5477 (cua--rectangle-virtual-edges): New defun.
5478 (cua--rectangle-get-corners): Remove optional PAD arg.
5479 (cua--rectangle-set-corners): Never do padding.
5480 (cua--forward-line): Remove optional PAD arg. Simplify.
5481 (cua-resize-rectangle-right, cua-resize-rectangle-left)
5482 (cua-resize-rectangle-down, cua-resize-rectangle-up):
5483 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
5484 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
5485 (cua--rectangle-move): Never do padding. Simplify.
5486 (cua--tabify-start): New defun.
5487 (cua--rectangle-operation): Add tabify arg. All callers changed.
5488 (cua--pad-rectangle): Remove.
5489 (cua--delete-rectangle): Handle delete with virtual edges.
5490 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
5491 (cua--insert-rectangle): Handle insert at virtual column.
5492 Perform auto-tabify if necessary.
5493 (cua--activate-rectangle): Remove optional FORCE arg.
5494 Never do padding. Simplify.
5495 (cua--highlight-rectangle): Enhance for virtual edges.
5496 (cua-toggle-rectangle-padding): Remove command.
5497 (cua-toggle-rectangle-virtual-edges): New command.
5498 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
5499 (cua--rectangle-post-command): Don't force rectangle padding.
5500 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
5501
5502 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
5503
5504 * indent.el (edit-tab-stops-buffer): Doc fix.
5505
5506 2004-08-28 Richard M. Stallman <rms@gnu.org>
5507
5508 * progmodes/grep.el (grep-default-command): Use find-tag-default.
5509 (grep-tag-default): Function deleted.
5510
5511 * subr.el (find-tag-default): Move from etags.el.
5512
5513 * progmodes/etags.el (find-tag-default): Move to subr.el.
5514
5515 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
5516 into the basic character if it has an uppercase form.
5517
5518 2004-08-27 Kenichi Handa <handa@m17n.org>
5519
5520 * international/utf-8.el (utf-8-post-read-conversion): If the
5521 buffer is unibyte, temporarily make it multibyte.
5522
5523 2004-08-27 Masatake YAMATO <jet@gyve.org>
5524
5525 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
5526
5527 2004-08-25 John Paul Wallington <jpw@gnu.org>
5528
5529 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
5530 0, 1, and many mismatches in message.
5531 (tex-start-shell): Use `set-process-query-on-exit-flag'.
5532
5533 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
5534 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
5535
5536 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5537
5538 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
5539 vc-diff-switches differently.
5540
5541 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
5542
5543 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
5544 before and a real defvar after
5545 `speedbar-supported-extension-expressions'. This is to silence
5546 the compiler without breaking bootstrapping.
5547
5548 2004-08-22 Richard M. Stallman <rms@gnu.org>
5549
5550 * textmodes/flyspell.el (flyspell-word):
5551 Use set-process-query-on-exit-flag.
5552 (flyspell-highlight-duplicate-region): Take POSS as arg.
5553 (flyspell-word): Pass POSS as arg.
5554
5555 * progmodes/ada-xref.el: Many doc and style fixes.
5556 (ada-find-any-references): Use compilation-start.
5557 (ada-get-ali-file-name): Improve error msg.
5558 (ada-get-ada-file-name): Likewise.
5559
5560 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
5561 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
5562
5563 * mail/mail-extr.el (mail-extr-all-top-level-domains):
5564 Add forward defvar.
5565
5566 * whitespace.el (global-whitespace-mode): New alias
5567 for whitespace-global-mode.
5568
5569 * speedbar.el (speedbar-file-regexp): Move definition up.
5570 (speedbar-mode, speedbar-set-mode-line-format):
5571 Use with-no-warnings.
5572 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
5573
5574 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
5575 controls whether to display the error buffer.
5576
5577 * ps-mule.el: Delete compatibility code for old Emacses.
5578 (ps-mule-find-wrappoint): Don't use chars-in-region.
5579
5580 * frame.el (display-mouse-p, display-selections-p):
5581 Use with-no-warnings.
5582
5583 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
5584
5585 2004-08-22 David Kastrup <dak@gnu.org>
5586
5587 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
5588 information.
5589
5590 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
5591
5592 2004-08-22 Andreas Schwab <schwab@suse.de>
5593
5594 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
5595
5596 2004-08-22 Masatake YAMATO <jet@gyve.org>
5597
5598 * cvs-status.el (cvs-status-checkout): New function.
5599 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
5600
5601 2004-08-21 David Kastrup <dak@gnu.org>
5602
5603 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
5604 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
5605 has been converted to use hashtables, the relation `nil=none' is
5606 no longer valid, as `nil' is not a hashtable. This patch tries to
5607 reduce the number of resulting errors.
5608
5609 2004-08-21 John Paul Wallington <jpw@gnu.org>
5610
5611 * subr.el (process-kill-without-query): Made obsolete in
5612 version 21.4, not 21.5.
5613
5614 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
5615 (vc-previous-comment, vc-next-comment)
5616 (vc-comment-search-reverse, vc-comment-search-forward)
5617 (vc-comment-to-change-log): Likewise.
5618
5619 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
5620
5621 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
5622
5623 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
5624 Correct indentation of DEFMETHODS with non-standard method
5625 combinations (e.g., PROGN, MIN, MAX).
5626
5627 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5628
5629 * startup.el (normal-top-level-add-subdirs-to-load-path):
5630 Avoid unnecessarily checking system-type.
5631 (normal-top-level): Set TERM to "dumb". Simplify.
5632
5633 * avoid.el (mouse-avoidance-ignore-p): New fun.
5634 Also ignore switch-frame, select-window, double, and triple clicks.
5635 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
5636 (mouse-avoidance-fancy-hook): Use it.
5637
5638 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
5639
5640 * avoid.el (mouse-avoidance-nudge-mouse)
5641 (mouse-avoidance-banish-destination): Stay within the current window
5642 to avoid problems with mouse-autoselect-window.
5643
5644 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5645
5646 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
5647 the newer format of some messages in cvs-1.12.1.
5648
5649 2004-08-19 Masatake YAMATO <jet@gyve.org>
5650
5651 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
5652 (elp-results-jump-to-definition-by-mouse)
5653 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
5654 (elp-output-result): Use elp-output-insert-symname.
5655
5656 2004-08-18 Kenichi Handa <handa@m17n.org>
5657
5658 * language/cyrillic.el: Register koi8-r in
5659 ctext-non-standard-encodings-alist.
5660 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
5661
5662 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
5663
5664 * emacs-lisp/copyright.el (copyright-update-year): Delete code
5665 that replaces 20xy with xy.
5666
5667 2004-08-17 John Paul Wallington <jpw@gnu.org>
5668
5669 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
5670 (reb-force-update): Doc fix.
5671
5672 2004-08-16 Richard M. Stallman <rms@gnu.org>
5673
5674 * progmodes/which-func.el (which-func-update-1): Doc fix.
5675
5676 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
5677 (sh-mode-abbrev-table): New variable.
5678
5679 * progmodes/compile.el (compilation-mode): Doc fix.
5680
5681 * emacs-lisp/lisp-mode.el (eval-last-sexp):
5682 Don't cons a new symbol each time.
5683 (eval-last-sexp-fake-value): New variable.
5684
5685 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
5686 (copyright-update-year): Detect continuation of list of years.
5687
5688 * term.el (term-default-fg-color, term-default-bg-color)
5689 (ansi-term-color-vector): Use `unspecified', not nil, as default.
5690
5691 * imenu.el: Several doc fixes: don't say variables are buffer-local.
5692
5693 2004-08-16 Davis Herring <herring@lanl.gov>
5694
5695 * isearch.el (isearch-string, isearch-message-string, isearch-point)
5696 (isearch-success, isearch-forward-flag, isearch-other-end)
5697 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5698 (isearch-barrier, isearch-within-brackets)
5699 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
5700
5701 2004-08-16 Kenichi Handa <handa@m17n.org>
5702
5703 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
5704
5705 2004-08-15 Kenichi Handa <handa@m17n.org>
5706
5707 * term/x-win.el (x-selection-value): If utf8 was successful but
5708 ctext was not, use utf8 string.
5709
5710 2004-08-14 Davis Herring <herring@lanl.gov>
5711
5712 * isearch.el: Remove accidental changes of March 4. Fix backing
5713 up when a regexp isearch is made more general. Use symbolic
5714 accessor functions for isearch stack frames to make usage clearer.
5715 (search-whitespace-regexp): Made groups in documentation shy (as
5716 is the group in the default value).
5717 (isearch-fallback): New function, addresses problems with regexps
5718 liberalized by `\|', adds support for liberalization by `\}' (the
5719 general repetition construct), and incorporates behavior for
5720 `*'/`?'.
5721 (isearch-}-char): New command, calls `isearch-fallback' with
5722 arguments appropriate to a typed `}'.
5723 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
5724 appropriately.
5725 (isearch-mode-map): Bind `}' to `isearch-}-char'.
5726 (isearch-string, isearch-message,string, isearch-point)
5727 (isearch-success, isearch-forward-flag, isearch-other-end)
5728 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5729 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
5730 New inline functions to read fields of a stack frame.
5731
5732 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
5733
5734 * battery.el (battery-linux-proc-acpi): Look into battery
5735 directories matching the literal string "CMB", too (required for
5736 Linux kernel version 2.6.7).
5737
5738 2004-08-14 John Paul Wallington <jpw@gnu.org>
5739
5740 * cus-start.el (read-file-name-completion-ignore-case): Add.
5741 (blink-cursor-alist): Change version to "21.4".
5742
5743 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
5744
5745 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
5746
5747 * speedbar.el (speedbar-scan-subdirs): New option.
5748 (speedbar-file-lists): Don't ignore file-name case on Unix and use
5749 dolist.
5750 (speedbar-insert-files-at-point): Take an extra argument and use
5751 it to optionally find out if a subdir is empty. Also unreadable
5752 files don't get expand buttons.
5753 (speedbar-directory): New image (unused pixmap already existed).
5754 (speedbar-expand-image-button-alist): Use it.
5755
5756 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
5757
5758 CC Mode update to 5.30.9:
5759
5760 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
5761 Move from cc-vars to cc-defs for dependency reasons. Fix the
5762 POSIX char class test to check that it works in
5763 `skip-chars-(forward|backward)' too.
5764
5765 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5766 first argument starts with a special brace list.
5767
5768 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
5769 when `c-opt-type-concat-key' is used (i.e. in Pike).
5770
5771 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
5772 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
5773 >)".
5774
5775 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
5776 whitespace safe.
5777
5778 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
5779 position for `arglist-intro', `arglist-cont-nonempty' and
5780 `arglist-close' when there are two arglist open parens on the same
5781 line and there's nothing in front of the first.
5782
5783 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
5784 locking of qualified names in Java, which previously could fontify
5785 common indexing expressions in many cases. The standard Java
5786 naming conventions are used to tell them apart.
5787
5788 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
5789 Fix inconsistency wrt opening parens on the first line inside a paren
5790 block.
5791
5792 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
5793 compile time for the sake of `c-major-mode-is'.
5794
5795 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
5796 `c-major-mode-is' in the event that this is used inside a
5797 `c-lang-defconst'.
5798
5799 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
5800 `c-lang-defconst' so that it works better with fallback languages.
5801
5802 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
5803 it to fail to record the base mode.
5804
5805 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5806 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
5807 is used. Reorder the syntax checks to get more efficient
5808 skipping in some situations.
5809
5810 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
5811 continuation which might precede the newly inserted '{'.
5812
5813 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5814 Fix cases where it could loop indefinitely.
5815
5816 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
5817 size specs correctly. Only fontify identifiers in front of '('
5818 with as functions - don't accept any paren char. Tighten up
5819 initializer skipping to stop before function and class blocks.
5820
5821 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5822 the point could be left directly after an open paren when finding
5823 the beginning of the first decl in the block.
5824
5825 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
5826 table when filtering out legitimate open parens to be recorded.
5827 This could cause cache inconsistencies when e.g.
5828 `c++-template-syntax-table' was temporarily in use.
5829
5830 * progmodes/cc-engine.el (c-on-identifier)
5831 (c-simple-skip-symbol-backward): Small fix for handling "-"
5832 correctly in `skip-chars-backward'. Affected the operator lfun
5833 syntax in Pike.
5834
5835 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
5836 Fix bug that could cause an error from `after-change-functions' when
5837 the changed region is at bob.
5838
5839 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
5840
5841 CC Mode update to 5.30.9:
5842
5843 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
5844 to say that <TAB> doesn't insert WS into a CPP line.
5845 (c-indent-command, c-tab-always-indent): Amend doc strings.
5846
5847 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
5848 checks for user errors, thus eliminating cryptic and unhelpful
5849 Emacs error messages. (1) Check the arg to `c-set-style' is a
5850 string. (2) Check that settings to `c-offsets-alist' are not
5851 spuriously quoted.
5852
5853 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
5854 which precedes the newly inserted `{'.
5855
5856 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
5857
5858 Sync with Tramp 2.0.44.
5859
5860 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
5861 function "tramp_file_attributes". Otherwise, file names
5862 containing spaces are misinterpreted. Reported by Magnus Henoch
5863 <mange@freemail.hu>.
5864 (tramp-handle-file-truename): FILENAME must be expanded first.
5865 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
5866 obscure results. Reported by D. Goel <deego@gnufans.org>.
5867 (tramp-handle-verify-visited-file-modtime): If file does not
5868 exist, say it is not modified if and only if that agrees with the
5869 buffer's record. Check whether a file is visiting the buffer, or
5870 the buffer has no recorded last modification time. Return t in
5871 case the visiting file doesn't exist. Suggested by Luc Teirlinck
5872 <teirllm@auburn.edu>.
5873 (tramp-handle-write-region): Pass modtime explicitely to
5874 `set-visited-file-modtime', because filename can be different
5875 from (buffer-file-name) if `file-precious-flag' is set.
5876 `set-visited-file-modtime' must be called always when `visit' is t
5877 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
5878 (tramp-handle-set-visited-file-modtime): If `time-list' is not
5879 nil, don't apply the whole body. If the file doesn't exists, set
5880 modtime to '(-1 65535). Suggested by Luc Teirlinck
5881 <teirllm@auburn.edu>.
5882
5883 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
5884
5885 * help.el (describe-bindings): Doc fix.
5886
5887 * subr.el (kbd): Doc fix.
5888
5889 2004-08-08 John Paul Wallington <jpw@gnu.org>
5890
5891 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
5892 instead of `string-to-int'.
5893 (define-ibuffer-column mode): Fix indentation.
5894
5895 2004-08-08 Lars Hansen <larsh@math.ku.dk>
5896
5897 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
5898
5899 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
5900
5901 * subr.el (global-unset-key, local-unset-key): Doc fixes.
5902
5903 * novice.el (disabled-command-function): New variable renamed from
5904 `disabled-command-hook'.
5905 (disabled-command-hook): Keep the _variable_ as alias for
5906 `disabled-command-function' and make obsolete.
5907 (disabled-command-function): Function renamed from
5908 `disabled-command-hook'. Adapt code to name change of the variable.
5909
5910 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
5911
5912 * simple.el (completion-root-regexp): New defvar.
5913 (completion-setup-function): Use it instead of a literal string.
5914
5915 2004-08-07 John Paul Wallington <jpw@gnu.org>
5916
5917 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
5918 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
5919 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
5920 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
5921
5922 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5923
5924 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
5925 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
5926
5927 2004-08-04 Kenichi Handa <handa@m17n.org>
5928
5929 * international/encoded-kb.el (encoded-kbd-setup-keymap):
5930 Fix previous change.
5931
5932 2004-08-03 Kenichi Handa <handa@m17n.org>
5933
5934 * international/encoded-kb.el: The following changes are to
5935 utilize key-translation-map instead of minor mode map.
5936 (encoded-kbd-iso2022-non-ascii-map): Delete it.
5937 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
5938 (encoded-kbd-last-key): New function.
5939 (encoded-kbd-iso2022-single-shift): New function.
5940 (encoded-kbd-iso2022-designation)
5941 (encoded-kbd-self-insert-iso2022-7bit)
5942 (encoded-kbd-self-insert-iso2022-8bit)
5943 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
5944 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
5945 key-translation-map.
5946 (encoded-kbd-setup-keymap): Setup key-translation-map.
5947 (saved-key-translation-map): New variable.
5948 (encoded-kbd-mode): Save/restore key-translation-map.
5949 Adjust for the change of encoded-kbd-setup-keymap.
5950
5951 2004-08-02 Kim F. Storm <storm@cua.dk>
5952
5953 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
5954 and call compute-motion with nil for topos and width to get proper
5955 usable width and height for both window and non-window systems.
5956
5957 * windmove.el (windmove-coordinates-of-position): Let compute-motion
5958 calculate usable window width and height.
5959
5960 * window.el (window-buffer-height): Call compute-motion with nil width.
5961
5962 2004-08-01 David Kastrup <dak@gnu.org>
5963
5964 * replace.el (query-replace-read-from):
5965 Use `query-replace-compile-replacement'.
5966 (query-replace-compile-replacement): New function.
5967 (query-replace-read-to): Use `query-replace-compile-replacement'
5968 for repeating the last command.
5969
5970 2004-08-01 John Paul Wallington <jpw@gnu.org>
5971
5972 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
5973 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
5974 (pr-switches): Remove period from end of error messages.
5975
5976 * help-mode.el (help-go-back): Likewise.
5977
5978 * abbrev.el (only-global-abbrevs): Doc fix.
5979 (edit-abbrevs-map): Define within defvar.
5980 (quietly-read-abbrev-file): Doc fix.
5981
5982 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
5983
5984 * novice.el (enable-command, disable-command): Doc fixes.
5985
5986 * subr.el (event-modifiers, event-basic-type): Doc fixes.
5987
5988 2004-07-30 Richard M. Stallman <rms@gnu.org>
5989
5990 * subr.el (with-local-quit): Doc fix.
5991
5992 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
5993
5994 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
5995
5996 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
5997
5998 * custom.el (defcustom): Doc fix.
5999
6000 2004-07-28 Masatake YAMATO <jet@gyve.org>
6001
6002 * progmodes/etags.el (etags-tags-apropos): Show building progress.
6003
6004 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * imenu.el (imenu-prev-index-position-function)
6007 (imenu-extract-index-name-function, imenu-name-lookup-function)
6008 (imenu--index-alist): Docstring redundancy fix.
6009
6010 2004-07-25 Lars Hansen <larsh@math.ku.dk>
6011
6012 * wdired.el (wdired-finish-edit): Require dired-aux before locally
6013 binding dired-backup-overwrite.
6014
6015 2004-07-25 John Paul Wallington <jpw@gnu.org>
6016
6017 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
6018
6019 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
6020
6021 * term/tty-colors.el (tty-color-approximate): Doc fix.
6022
6023 * select.el (x-get-selection, x-set-selection): Doc fixes.
6024
6025 * frame.el (make-frame): Doc fix.
6026
6027 2004-07-24 Richard M. Stallman <rms@gnu.org>
6028
6029 * mail/rmail.el (rmail-mime-charset-pattern):
6030 Don't include semicolon in the charset value.
6031
6032 * replace.el (occur-next-error): Call set-window-point.
6033 (occur-engine): Handle negative NLINES.
6034
6035 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
6036
6037 * frame.el (modify-all-frames-parameters): Minor doc fix.
6038 (set-frame-configuration): Doc fix.
6039
6040 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6041
6042 * simple.el (completion-setup-function): Compute the common parts
6043 and the first difference place correctly when
6044 partial-completion-mode is on.
6045
6046 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6047
6048 * ps-print.el: Doc fix.
6049 (ps-print-version): New version 6.6.5.
6050 (ps-printing-region): Doc fix.
6051 (ps-generate-string-list): Comment fix.
6052 (ps-message-log-max): Code fix.
6053
6054 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
6055
6056 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
6057 generated PostScript.
6058
6059 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
6060
6061 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
6062 with Gnus v5_10 branch.)
6063
6064 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
6065
6066 * calendar/time-date.el (time-to-number-of-days): New function.
6067 Imported from from Gnus.
6068
6069 2004-07-22 Kim F. Storm <storm@cua.dk>
6070
6071 * progmodes/make-mode.el: Fix comments.
6072
6073 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6074
6075 * printing.el: Doc fix.
6076
6077 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
6078
6079 * frame.el (modify-all-frames-parameters): Minor doc fix.
6080
6081 2004-07-20 Richard M. Stallman <rms@gnu.org>
6082
6083 * textmodes/fill.el (fill-nobreak-p): If this break point is
6084 at the end of the line, don't consider the newline which follows
6085 as a reason to return t.
6086
6087 2004-07-19 John Paul Wallington <jpw@gnu.org>
6088
6089 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
6090
6091 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
6092
6093 * dired-aux.el (dired-do-kill-lines): Expand docstring.
6094 Delete irrelevant code.
6095
6096 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
6097
6098 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6099 New docstring. From Luc Teirlinck.
6100
6101 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
6102
6103 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
6104 section.
6105 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
6106 non-file buffers. We know it is nil.
6107
6108 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
6109
6110 Sync with Tramp 2.0.43.
6111
6112 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6113 Remove outdated comment.
6114 (tramp-locked, tramp-locker): New variables for implementing a
6115 global lock.
6116 (tramp-sh-file-name-handler): Use them to implement the global lock.
6117
6118 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
6119
6120 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
6121 calls to respective `xxx` calls.
6122 (tramp-process-alive-regexp): Precise doc string.
6123 (tramp-multi-action-process-alive): New defun.
6124 (tramp-multi-actions): Use it.
6125 (tramp-handle-find-backup-file-name): `copy-tree' is available
6126 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
6127 in order to avoid this function.
6128 (tramp-handle-write-region): Set current buffer. If connection
6129 wasn't open, `file-modes' has changed it accidently. Reported by
6130 David Kastrup <dak@gnu.org>.
6131 (tramp-enter-password, tramp-read-passwd): New arguments USER and
6132 HOST.
6133 (tramp-action-password, tramp-multi-action-password): Apply it.
6134 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
6135 name must still contain the port number. Otherwise, we have two
6136 Tramp buffers, with all the confusion. Reported by Myron Selby
6137 <myron@xytech.com> and Rolf Dubitzky
6138 <Dubitzky@physi.uni-heidelberg.de>.
6139
6140 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
6141 HOST to `tramp-enter-passwd'.
6142
6143 * net/tramp-vc.el (all): Code cleanup. Change all
6144 `tramp-handle-xxx' calls to respective `xxx` calls.
6145
6146 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
6147
6148 * emacs-lisp/testcover.el: New category "potentially-1valued" for
6149 functions that are not erroneous if either 1-valued or
6150 multi-valued. Detect functions in this class.
6151 (testcover-1value-functions, testcover-compose-functions)
6152 (testcover-progn-functions) Add some additional functions to lists.
6153 (testcover-mark): Bugfix when marking up the definition for an
6154 empty function.
6155
6156 2004-07-17 Richard M. Stallman <rms@gnu.org>
6157
6158 * replace.el (occur-read-primary-args): Pass default to
6159 read-from-minibuffer.
6160
6161 * mail/footnote.el (footnote-section-tag): Use defcustom.
6162
6163 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
6164 Compile font-lock-keywords, not KEYWORDS.
6165 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
6166 Add warn, check-type. Handle cerror like error.
6167
6168 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
6169
6170 * progmodes/which-func.el (which-func-keymap): New var.
6171 (which-func-face): New face.
6172 (which-func-format): Use them.
6173
6174 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6175
6176 * buff-menu.el (list-buffers-noselect): Append the buffer's
6177 process status to its mode name.
6178
6179 2004-07-16 Kim F. Storm <storm@cua.dk>
6180
6181 * simple.el (inhibit-mark-movement): New defvar.
6182 (beginning-of-buffer, end-of-buffer): Do not push mark if
6183 inhibit-mark-movement is non-nil or C-u prefix is given.
6184
6185 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
6186 Init to beginning-of-buffer and end-of-buffer.
6187 (cua--undo-push-mark): New defvar.
6188 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
6189 already active and command is in cua--preserve-mark-commands.
6190 Also fix check for shift modifier on non-window systems.
6191 (cua--post-command-handler): Clear inhibit-mark-movement if set.
6192
6193 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
6194
6195 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
6196 of two integers, instead of a cons.
6197
6198 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6199 `visited-file-modtime' now returns a list of two integers, instead
6200 of a cons.
6201
6202 * dired.el (dired-directory-changed-p): Ditto.
6203
6204 * progmodes/grep.el (grep): Doc fix.
6205
6206 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
6207
6208 * autorevert.el (auto-revert-tail-mode)
6209 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
6210 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
6211 in both at the same time.
6212 (auto-revert-tail-mode): New command.
6213 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
6214 (auto-revert-handler): Revert only either tail or whole file.
6215
6216 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
6217 add auto-revert-tail-mode.
6218
6219 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6220
6221 * printing.el: Doc fix. Change name of some funs.
6222 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
6223 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
6224 (pr-standard-file-name): New fun. Replace pr-standard-path.
6225 (pr-call-process): Code fix.
6226
6227 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
6228
6229 * subr.el (with-selected-window): Doc fix.
6230
6231 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
6232
6233 * subr.el (get-buffer-window-list): Doc fix.
6234
6235 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
6236
6237 * files.el (switch-to-buffer-other-window): Doc fix.
6238
6239 * window.el (save-selected-window, one-window-p)
6240 (split-window-keep-point, split-window-vertically)
6241 (split-window-horizontally): Doc fixes.
6242
6243 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6244
6245 * printing.el: Doc fix. Now it uses call-process instead of
6246 shell-command for low command execution.
6247 (pr-version): New version number (6.8).
6248 (pr-shell-file-name): Option removed.
6249 (pr-shell-command): Fun removed.
6250 (pr-call-process): New fun. Replace pr-shell-command.
6251 (pr-standard-path, pr-remove-nil-from-list): New funs.
6252 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
6253 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
6254 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
6255 (pr-ps-utility-process, pr-txt-print): Code fix.
6256
6257 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6258
6259 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
6260 boolean.
6261
6262 2004-07-09 Lars Hansen <larsh@math.ku.dk>
6263
6264 * wid-edit.el (widget-field-buffer): Doc fix.
6265
6266 2004-07-09 John Paul Wallington <jpw@gnu.org>
6267
6268 * emacs-lisp/re-builder.el (reb-update-overlays):
6269 Distinguish between one and several matches in message.
6270
6271 2004-07-09 Richard M. Stallman <rms@gnu.org>
6272
6273 * mouse.el (mouse-set-region-1): If transient-mark-mode
6274 is `identity', change it to `only'.
6275
6276 * simple.el (current-word): Doc fix.
6277
6278 2004-07-09 Mark A. Hershberger <mah@everybody.org>
6279
6280 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
6281 so that it is more understanding of whitespace.
6282
6283 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
6284 form
6285 (("ns" . "element") (attr-list) children) instead of
6286 ((:ns . "element") (attr-list) children) in order to reduce the
6287 number of symbols used.
6288 (xml-skip-dtd): Change to use xml-parse-dtd but set
6289 xml-validating-parsing to nil.
6290 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
6291 (xml-substitute-entity): Remove in favor of new entity substitution.
6292 (xml-substitute-special): Rewrite in to substitute complex
6293 entities from DOCTYPE declarations.
6294 (xml-parse-fragment): Parse fragments from entity deleclarations.
6295 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
6296 (xml-parse-dtd, xml-substitute-special): Make validity checks
6297 conditioned on xml-validating-parser. Add "Not Well Formed" to
6298 error messages about well-formedness.
6299
6300 2004-07-08 Steven Tamm <steventamm@mac.com>
6301
6302 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
6303 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
6304 Do not treat double clicks and triple clicks specially in the
6305 scroll bar (preventing strange repositioning problems)
6306
6307 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
6308
6309 * replace.el (query-replace-regexp-eval): Fix last change.
6310
6311 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6312
6313 * replace.el (query-replace-descr): New fun.
6314 (query-replace-read-from, query-replace-read-args): Default to the
6315 previous from&to.
6316 (query-replace-read-to): Quote the `from' string when displaying it.
6317 (query-replace-regexp-eval): Immediately check read-only status.
6318 Use query-replace-read-from to get the \n checking.
6319 Quote the `from' string when displaying it.
6320 (map-query-replace-regexp, occur-read-primary-args):
6321 Quote the `from' string when displaying it.
6322
6323 * isearch.el (isearch-query-replace): Pass the regexp-ness and
6324 delimited-ness of the search to query-replace.
6325
6326 * replace.el (query-replace-read-from, query-replace-read-to):
6327 New funs extracted from query-replace-read-args.
6328 (query-replace-read-args): Use them.
6329
6330 * replace.el (query-replace-interactive, query-replace-read-args):
6331 Remove the `initial' special value.
6332 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
6333 (occur-engine): Remove unused var `matchend'.
6334
6335 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
6336 Use the search string without prompting.
6337
6338 2004-07-05 Kenichi Handa <handa@m17n.org>
6339
6340 * international/mule.el (decode-coding-inserted-region):
6341 Set last-coding-system-used only when coding is nil.
6342
6343 2004-07-03 Eli Zaretskii <eliz@gnu.org>
6344
6345 * progmodes/grep.el (grep-compute-defaults, grep-command)
6346 (grep-program, find-program, grep-find-use-xargs, grep-history)
6347 (grep-find-history, grep-tag-default, grep-find-command)
6348 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
6349 Add autoload cookies, for unbundled packages that load `compile'
6350 and expect all grep-related symbols to become defined.
6351
6352 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
6353
6354 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
6355 (iimage-mode-image-search-path): New user option to search the
6356 image file.
6357 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
6358 have locate-file.
6359 (iimage-mode-buffer): Use it.
6360
6361 2004-07-03 Nick Roberts <nickrob@gnu.org>
6362
6363 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
6364 carefully.
6365 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
6366
6367 2004-07-03 Juri Linkov <juri@jurta.org>
6368
6369 * replace.el (query-replace-read-args): Swallow space after 'foo,
6370 not after (quote foo). Match space only immediately after symbol,
6371 not anywhere in the whole string.
6372
6373 2004-07-02 Richard M. Stallman <rms@gnu.org>
6374
6375 * replace.el (query-replace-read-args): Swallow space after
6376 symbols, not after closeparens. But avoid error if string ends there.
6377
6378 * progmodes/python.el (python-beginning-of-statement):
6379 Exit the loop if backward-up-list gets error.
6380
6381 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
6382
6383 2004-07-02 Andre Spiegel <spiegel@gnu.org>
6384
6385 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
6386 only if vc-consult-headers is non-nil.
6387
6388 2004-07-02 Juri Linkov <juri@jurta.org>
6389
6390 * pcvs.el (cvs-mode-diff-repository): New command.
6391
6392 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
6393
6394 2004-07-01 Juri Linkov <juri@jurta.org>
6395
6396 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
6397 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
6398 C-M-% to isearch-query-replace-regexp.
6399 (minibuffer-local-isearch-map): Add arrow key bindings.
6400 Bind C-f to isearch-yank-char-in-minibuffer.
6401 (isearch-forward): Doc fix.
6402 (isearch-edit-string): Doc fix.
6403 (isearch-query-replace, isearch-query-replace-regexp): New funs.
6404 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
6405 (isearch-yank-char): Add optional arg.
6406 (isearch-yank-char-in-minibuffer): New fun.
6407
6408 * replace.el (query-replace-interactive): Change type from boolean
6409 to choice. Add value `initial'.
6410 (query-replace-read-args): Handle value `initial' of
6411 query-replace-interactive.
6412
6413 2004-06-29 Kim F. Storm <storm@cua.dk>
6414
6415 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
6416 (breakpoint-disabled-bitmap-face): Add :group 'gud.
6417
6418 * progmodes/ada-xref.el (ada-tight-gvd-integration):
6419 Add :group 'ada.
6420
6421 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
6422
6423 2004-06-29 Juri Linkov <juri@jurta.org>
6424
6425 * replace.el (query-replace-read-args): Swallow a space after
6426 everything except )]" which in most cases means after a symbol.
6427
6428 * emacs-lisp/pp.el (pp-buffer): Add autoload.
6429
6430 2004-06-28 Richard M. Stallman <rms@gnu.org>
6431
6432 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
6433 More changes to go with previous change in font-lock.el.
6434
6435 2004-06-26 David Kastrup <dak@gnu.org>
6436
6437 * replace.el (perform-replace): Highlight the match even in
6438 non-query mode if there is potential replace string editing.
6439
6440 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
6441
6442 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
6443 agree with new return value of `file-remote-p'.
6444 This syncs with Tramp 2.0.42.
6445
6446 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
6447 according to new documentation of `file-remote-p'.
6448
6449 * files.el (file-remote-p): Fix doc to say that return value is
6450 identification of remote system, if not nil.
6451 (file-relative-name): Use new return value of `file-remote-p'.
6452
6453 2004-06-26 Nick Roberts <nickrob@gnu.org>
6454
6455 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
6456 (gdb-goto-breakpoint): Fix breakage.
6457
6458 2004-06-26 Eli Zaretskii <eliz@gnu.org>
6459
6460 * man.el (Man-getpage-in-background): Add windows-nt to the list
6461 of systems where shell-file-name should be used instead of
6462 literal "sh".
6463
6464 2004-06-25 Sam Steingold <sds@gnu.org>
6465
6466 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
6467 function names `(setf symbol)'.
6468
6469 2004-06-24 Richard M. Stallman <rms@gnu.org>
6470
6471 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
6472
6473 * font-lock.el (font-lock-keywords): Change format of compiled values.
6474 Document it.
6475 (font-lock-add-keywords): If font-lock-keywords is compiled,
6476 extract the uncompiled version, modify, then recompile.
6477 (font-lock-remove-keywords): Likewise.
6478 (font-lock-fontify-keywords-region): Handle changed format.
6479 (font-lock-compile-keywords): Handle changed format.
6480 (font-lock-set-defaults): Compile the keywords explicitly here.
6481
6482 2004-06-24 David Kastrup <dak@gnu.org>
6483
6484 * replace.el (query-replace-read-args): Implement `\,' and `\#'
6485 replacements here.
6486 (query-replace-regexp): Doc string explaining this and the new
6487 `\?' replacement. Remove `\,' and `\#' implementation here, as it
6488 is better placed in `query-replace-read-args'.
6489 (replace-regexp): Explain `\,', `\#' and `\?'.
6490 (replace-match-data): New function for thorough reuse/destruction
6491 of old match-data.
6492 (replace-match-maybe-edit): Function for implementing `\?' editing.
6493 (perform-replace): Fix maintaining of the match stack including
6494 already matched regions, implement `\?', fix various problems
6495 with regions while editing and other stuff.
6496 (replace-highlight): Simplify.
6497
6498 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
6499
6500 * progmodes/grep.el (grep-error-screen-columns): New variable.
6501 (grep-regexp-alist): Give it the full functionality of gnu style
6502 compilation messages with line and column ranges. Ask me for the
6503 perl script I'm working on, that uses these.
6504
6505 2004-06-23 Nick Roberts <nickrob@gnu.org>
6506
6507 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
6508 Remove.
6509 (comint-insert-input, comint-mouse-insert-input): New functions
6510 based on comint-insert-clicked-input for two bindings but just
6511 one functionality.
6512
6513 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
6514
6515 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
6516
6517 2004-06-23 Lars Hansen <larsh@math.ku.dk>
6518
6519 * files.el (write-contents-functions): Doc fix.
6520
6521 2004-06-21 Juanma Barranquero <lektu@terra.es>
6522
6523 * image.el (image-library-alist): Rewrite docstring in active voice.
6524
6525 2004-06-20 Richard M. Stallman <rms@gnu.org>
6526
6527 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
6528
6529 * isearch.el (isearch-repeat): Avoid testing old match data.
6530 (isearch-message): Display trailing space in special font
6531 when search is failing.
6532 (isearch-search-fun-function): Doc fix.
6533
6534 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
6535
6536 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
6537
6538 * frame.el (show-trailing-whitespace): Doc fix.
6539
6540 * cus-edit.el (custom-variable-documentation): New function.
6541 (custom-variable): Use it.
6542
6543 2004-06-19 Nick Roberts <nickrob@gnu.org>
6544
6545 * man.el (Man-getpage-in-background): Revert previous change but
6546 make cygwin a special case.
6547
6548 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
6549
6550 * autorevert.el (global-auto-revert-non-file-buffers):
6551 Update docstring.
6552
6553 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
6554
6555 * progmodes/compile.el (compilation-error-properties): Store one
6556 more than end-col, if present, so that transient-mark-mode will
6557 highlight last char too.
6558 * progmodes/grep.el (grep-regexp-alist): Match columns and column
6559 ranges, if present.
6560
6561 2004-06-18 Jason Rumney <jasonr@gnu.org>
6562
6563 * makefile.w32-in: Double percent signs in for loops.
6564
6565 2004-06-17 David Kastrup <dak@gnu.org>
6566
6567 * replace.el (query-replace-read-args): Only warn about use of \n
6568 and \t when we are doing a regexp replacement and the actual
6569 escaped character is n or t.
6570 (query-replace-regexp): Add \, and \# interpretation to
6571 interactive call and document it.
6572 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
6573 as shortkey for replace-count.
6574 (replace-quote): New function for doubling backslashes.
6575
6576 2004-06-17 Juanma Barranquero <lektu@terra.es>
6577
6578 * files.el (parse-colon-path, cd): Mention in docstring that the
6579 path separator is colon in GNU-like systems.
6580
6581 * newcomment.el (comment-region-internal): Fix docstring.
6582
6583 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
6584 (ewoc-invalidate, ewoc-collect): Doc fixes.
6585 (ewoc--create-node, ewoc--delete-node-internal):
6586 Fix typos in docstring.
6587
6588 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6589
6590 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
6591 manual to docstring.
6592
6593 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6594
6595 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
6596
6597 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6598
6599 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6600 Add hyperlink to emacs-xtra manual to docstring.
6601
6602 * autorevert.el (global-auto-revert-non-file-buffers):
6603 Add hyperlink to emacs-xtra manual to docstring, as well as an
6604 info-link.
6605
6606 2004-06-14 Juanma Barranquero <lektu@terra.es>
6607
6608 * image.el (image-library-alist): New variable to map image types
6609 to external libraries. Initialized to nil, unless system-specific
6610 configs change it.
6611 (image-type-available-p): Determine whether an image type is
6612 available by calling `init-image-library'.
6613
6614 * term/w32-win.el (image-library-alist): Initialize to a known set
6615 of probable library names.
6616
6617 2004-06-14 Kenichi Handa <handa@m17n.org>
6618
6619 * international/code-pages.el (windows-1256, cp1125): Fix tables
6620 for several characters.
6621
6622 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
6623
6624 2004-06-13 Richard M. Stallman <rms@gnu.org>
6625
6626 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
6627
6628 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
6629 not "`pc-selection-mode'".
6630
6631 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
6632
6633 * simple.el (previous-matching-history-element): Specify a default.
6634
6635 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
6636
6637 * cus-face.el (custom-declare-face): Simplify code.
6638
6639 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
6640
6641 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
6642
6643 * files.el (before-save-hook): Add `time-stamp' to the options.
6644
6645 * time-stamp.el (time-stamp): Recommend adding it to
6646 `before-save-hook', rather than `write-file-functions'.
6647 Make a similar change in `Commentary' section.
6648
6649 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
6650
6651 * diff-mode.el (diff-current-defun): If at start of hunk, use
6652 position of first change.
6653
6654 2004-06-13 Lars Hansen <larsh@math.ku.dk>
6655
6656 * dired-x.el (dired-mark-omitted): Bind to "*O".
6657
6658 2004-06-12 Karl Fogel <kfogel@red-bean.com>
6659
6660 * bookmark.el (bookmark-bmenu-relocate): New function, as
6661 suggested by David J. Biesack <David.Biesack@sas.com>.
6662 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
6663 (bookmark-bmenu-mode): Describe binding in doc string.
6664 (bookmark-set-filename): Save the bookmark list if it's time.
6665
6666 2004-06-13 Kenichi Handa <handa@m17n.org>
6667
6668 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
6669 (ccl-untranslated-to-ucs): Fix typo.
6670
6671 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
6672
6673 * progmodes/python.el (python-open-block-statement-p):
6674 Fix indentation after a block opening that contains a comment.
6675
6676 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
6677
6678 * bindings.el (completion-ignored-extensions): Add file extensions
6679 of Python byte-compiled files.
6680
6681 2004-06-12 Juri Linkov <juri@jurta.org>
6682
6683 * info.el (Info-goto-node): Add autoload.
6684 (Info-toc): Add substring-no-properties on Info file name.
6685 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
6686 (Info-mode-map): Bind L to Info-history, T to Info-toc.
6687
6688 2004-06-12 Kenichi Handa <handa@m17n.org>
6689
6690 * international/mule-cmds.el (set-language-environment):
6691 Load subst tables if necessary.
6692
6693 * international/mule.el (decode-char): Load subst tables if necessary.
6694 (encode-char): Likewise.
6695
6696 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
6697 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
6698 (utf-16le-decode-loop): Set r5 to -1 before loop.
6699 (utf-16be-decode-loop): Likewise.
6700 (ccl-decode-mule-utf-16le): Add EOF processing block.
6701 (ccl-decode-mule-utf-16be): Likewise.
6702 (ccl-decode-mule-utf-16le-with-signature): Likewise.
6703 (ccl-decode-mule-utf-16be-with-signature): Likewise.
6704 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
6705 (ccl-mule-utf-16-encode-untrans): New CCL.
6706 (utf-16-decode-to-ucs): Handle pre-read character.
6707 (utf-16le-encode-loop): Handle surrogate pair.
6708 (utf-16be-encode-loop): Likewise.
6709 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
6710 of utf-16le-encode-loop.
6711 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
6712 of utf-16be-encode-loop.
6713 (mule-utf-16-post-read-conversion):
6714 Call utf-8-post-read-conversion at first.
6715 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
6716 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
6717 Add post-read-conversion and pre-write-conversion.
6718
6719 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
6720 (utf-translate-cjk-unicode-range): New variable.
6721 (utf-translate-cjk-load-tables): New function.
6722 (utf-lookup-subst-table-for-decode): New function.
6723 (utf-lookup-subst-table-for-encode): New function.
6724 (utf-translate-cjk-mode): Init-value changed to t. Don't load
6725 tables here. Update safe-charsets of utf-* coding systems.
6726 (ccl-mule-utf-untrans): New CCL.
6727 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
6728 at end of each branch.
6729 (ccl-mule-utf-8-encode-untrans): New CCL.
6730 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
6731 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
6732 length of encoding. Don't return r0.
6733 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
6734 (utf-8-post-read-conversion): Narrow to region properly.
6735 If utf-translate-cjk-mode is on, load tables if necessary.
6736 Call utf-8-compose with hash-table arg if necessary.
6737 Call XXX-compose-region instead of XXX-post-read-convesion.
6738 (utf-8-pre-write-conversion): New function.
6739 (mule-utf-8): Include CJK charsets in safe-charsets if
6740 utf-translate-cjk-mode is on. Add pre-write-conversion.
6741
6742 * international/characters.el: Temporarily set
6743 utf-translate-cjk-mode to nil.
6744
6745 * language/devan-util.el (devanagari-compose-region):
6746 Add autoload cookie.
6747
6748 * international/ccl.el (ccl-dump-call): Fix printing the
6749 subroutine name.
6750
6751 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
6752
6753 * dired.el (dired-revert): If buffer is marked unmodified before
6754 reverting, keep it marked unmodified.
6755 Adapt to new conventions for commenting out code.
6756 (dired-make-relative): Adapt to new conventions for commenting out code.
6757
6758 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
6759
6760 * eshell/esh-module.el (eshell-load-defgroups):
6761 Bind `vc-handled-backends' to nil when opening files.
6762
6763 2004-06-11 Juanma Barranquero <lektu@terra.es>
6764
6765 * files.el (parse-colon-path, cd): Doc fixes (refer to
6766 `path-separator', not colon).
6767
6768 2004-06-10 Juanma Barranquero <lektu@terra.es>
6769
6770 * newcomment.el (comment-search-forward)
6771 (comment-search-backward): Fix typos in docstring.
6772 (comment-region): Doc fix.
6773
6774 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
6775
6776 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
6777 switch is no longer stored in `dired-switches-alist'.
6778
6779 * dired-aux.el (dired-insert-subdir): Do not store R switch in
6780 `dired-switches-alist'.
6781
6782 2004-06-10 Kim F. Storm <storm@cua.dk>
6783
6784 * pcvs.el (cvs-mode-diff-yesterday): New command.
6785
6786 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
6787
6788 2004-06-10 Juri Linkov <juri@jurta.org>
6789
6790 * emacs-lisp/edebug.el (edebug-eval-defun):
6791 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
6792 Fix docstring.
6793
6794 * simple.el (eval-expression-print-format): Don't print additional
6795 information on the first call to `eval-print-last-sexp'.
6796 (next-error-find-buffer): Fix punctuation.
6797 (killing) <defgroup>: Fix punctuation.
6798 (yank-excluded-properties): Change group from editing to killing.
6799
6800 * replace.el (perform-replace): Use `limit' to terminate the
6801 while-loop explicitly.
6802
6803 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6804
6805 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
6806 Use lc-*.xpm as prefix instead of *-locol.xpm.
6807
6808 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
6809 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
6810 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
6811 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
6812 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
6813 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
6814 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
6815 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
6816 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
6817 * toolbar/lc-up_arrow.xpm:
6818 Rename from *-locol.xpm.
6819
6820 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
6821
6822 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
6823 include forms like &<str>; as valid url patterns.
6824
6825 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
6826
6827 * dired.el (dired-diff, dired-backup-diff)
6828 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
6829 (dired-do-chown, dired-do-touch, dired-do-print)
6830 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
6831 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
6832 (dired-create-directory, dired-do-copy, dired-do-symlink)
6833 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
6834 (dired-do-copy-regexp, dired-do-hardlink-regexp)
6835 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
6836 (dired-maybe-insert-subdir, dired-next-subdir)
6837 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
6838 (dired-kill-subdir, dired-tree-up, dired-tree-down)
6839 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
6840 (dired-run-shell-command, dired-query): Remove redundant,
6841 or incorrect, autoloads.
6842
6843 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
6844 does not end in a slash. Add optional argument KILL-ROOT.
6845 Update docstring.
6846 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
6847 (dired-query): Add autoloads.
6848
6849 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
6850
6851 * progmodes/compile.el (compilation-set-window-height):
6852 Rearrange the save-* functions because a buffer can have several current
6853 point in different windows.
6854 (compilation-error-regexp-alist-alist): Recognize {standard input}
6855 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
6856
6857 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6858
6859 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
6860 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
6861 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
6862 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
6863 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
6864 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
6865 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
6866 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
6867 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
6868 * toolbar/up_arrow-locol.xpm:
6869 New versions of icons that uses fewer colors.
6870
6871 * toolbar/tool-bar.el (tool-bar-local-item)
6872 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
6873 if display-color-cells is 256 or less.
6874
6875 2004-06-08 Kim F. Storm <storm@cua.dk>
6876
6877 * wid-edit.el (widget-specify-button): Use hand pointer rather
6878 than mouse-face as visible mouse-over effect.
6879
6880 2004-06-07 Karl Fogel <kfogel@red-bean.com>
6881
6882 * saveplace.el (save-place-alist-to-file): Bind `print-length'
6883 and `print-level' to nil when writing out `save-place-alist'.
6884 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
6885
6886 2004-06-07 Juanma Barranquero <lektu@terra.es>
6887
6888 * completion.el (completion-kill-region): Doc fix.
6889
6890 * format.el (format-insert-annotations)
6891 (format-annotate-location): Doc fixes.
6892 (format-subtract-regions): Make arguments match their use in docstring.
6893
6894 * simple.el (kill-region): Doc fix.
6895
6896 * subr.el (insert-buffer-substring-no-properties)
6897 (insert-buffer-substring-as-yank): Doc fixes.
6898
6899 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
6900
6901 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6902 Update docstring.
6903 (dired-reset-subdir-switches): New function.
6904
6905 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
6906 Limit scope of `buffer-read-only' binding.
6907
6908 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
6909
6910 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
6911 eshell-explicit-command-char.
6912
6913 2004-06-06 Juanma Barranquero <lektu@terra.es>
6914
6915 * help-fns.el (help-argument-name): Inherit from italic face only
6916 if the frame supports it.
6917
6918 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6919
6920 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
6921 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
6922 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
6923 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
6924 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
6925 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
6926 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
6927 New conversions from xpm files.
6928
6929 * toolbar/README: New file.
6930
6931 2004-06-06 Richard M. Stallman <rms@gnu.org>
6932
6933 * isearch.el (isearch-mode-map): Undo previous change.
6934
6935 2004-06-05 Juri Linkov <juri@jurta.org>
6936
6937 * bindings.el (debug-ignored-errors): Add regexps for history
6938 related messages. Remove $ from "No further undo information".
6939 Move Ediff's messages to ediff.el.
6940
6941 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
6942
6943 * cus-edit.el (custom-display): Add `min-colors'.
6944
6945 * custom.el (defface): Add `supports' to docstring.
6946
6947 * help-fns.el (help-argument-name): Add :group 'help.
6948
6949 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
6950
6951 * find-dired.el (find-ls-subdir-switches): New user option.
6952 (find-dired): No longer call `abbreviate-file-name' on DIR.
6953 Set `dired-subdir-switches' buffer-locally.
6954
6955 * locate.el: Merge the two `Commentary' sections.
6956 (locate-ls-subdir-switches): New user option.
6957 (locate): Update for other changes.
6958 (locate-mode-map): Restore Dired binding for mouse-2.
6959 Bind `locate-mouse-view-file' to M-mouse-2.
6960 Bind `l' to `locate-do-redisplay'.
6961 (locate-main-listing-line-p, locate-do-redisplay): New functions.
6962 (locate-mouse-view-file, locate-tags, locate-find-directory):
6963 Print message if used outside main listing.
6964 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
6965 Various changes to support inserted subdirectories.
6966 (locate-insert-header): Change header of *Locate* buffer.
6967
6968 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6969 Change interactive default switches.
6970 (dired-rename-subdir-2): Update `dired-switches-alist'.
6971 (dired-insert-subdir, dired-kill-subdir):
6972 Handle `dired-switches-alist'. Do not mark buffer modified.
6973 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
6974 (dired-insert-subdir-doinsert): Omit messages.
6975 Handle `dired-subdir-switches'.
6976 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
6977
6978 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
6979 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
6980 subdirs if -R switch is used for a subdir.
6981 (dired-mode): Set `dired-switches-alist'.
6982 (dired-build-subdir-alist): Only print number of directories in
6983 echo area when invoked interactively.
6984
6985 2004-06-05 Lars Hansen <larsh@math.ku.dk>
6986
6987 * dired-x.el (dired-omit-mode): Rename from
6988 dired-omit-files-p. Use define-minor-mode to define it.
6989 (dired-omit-files-p): Add as alias for dired-omit-mode.
6990 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
6991 dired-mark-omitted.
6992 (dired-mark-omitted): Add. Bind to M-O.
6993
6994 2004-06-05 Kenichi Handa <handa@m17n.org>
6995
6996 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
6997
6998 2004-06-05 Juanma Barranquero <lektu@terra.es>
6999
7000 * help-fns.el (help-argument-name): Reintroduce face.
7001 (help-default-arg-highlight): Use it, now that
7002 `face-differs-from-default-p' can be trusted.
7003
7004 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
7005
7006 * textmodes/table.el: Sentence commands added to Point Motion
7007 group; kill and backward-kill commands added to Extraction group.
7008
7009 2004-06-04 Mario Lang <mlang@delysid.org>
7010
7011 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
7012 systems appear to use mW, make the code handle this. Fix a
7013 division-by-zero bug while at it, and handle kernels with
7014 a slightly different layout in /proc/acpi.
7015
7016 2004-06-04 Karl Fogel <kfogel@red-bean.com>
7017
7018 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
7019 because the latter is a CL-ism. This fixes the bug reported by
7020 Shawn Boyette <mdxi@collapsar.net> in
7021 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
7022
7023 2004-06-04 Miles Bader <miles@gnu.org>
7024
7025 * faces.el (display-supports-face-attributes-p): Function moved to
7026 C code. Previously only the tty-related portion of this function
7027 was done in C; however the previous attempt to do a halfway-proper
7028 job for non-tty displays in lisp didn't work properly because of
7029 funny conditions during Emacs startup.
7030 (face-differs-from-default-p): Simplify, now that
7031 display-supports-face-attributes-p works properly on all display
7032 types. Remove :stipple from comparison; it doesn't really work
7033 in emacs anyway.
7034
7035 2004-06-04 Miles Bader <miles@gnu.org>
7036
7037 * faces.el (face-differs-from-default-p): Use a different
7038 implementation, so we can really check whether FACE displays
7039 differently or not.
7040
7041 2004-06-04 Miles Bader <miles@gnu.org>
7042
7043 * faces.el (display-supports-face-attributes-p): Implement a
7044 `different from default' check for non-tty displays.
7045
7046 2004-06-03 David Kastrup <dak@gnu.org>
7047
7048 * woman.el (woman-mapcan): More concise code.
7049 (woman-topic-all-completions, woman-topic-all-completions-1)
7050 (woman-topic-all-completions-merge): Replace by a simpler and
7051 much faster implementation based on O(n log n) sort/merge instead
7052 of the old O(n^2) behavior.
7053
7054 2004-06-03 Miles Bader <miles@gnu.org>
7055
7056 * subr.el (read-number): Use canonical format for default in prompt.
7057
7058 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
7059 Add regexp for " [...]" style defaults.
7060
7061 2004-06-02 Romain Francoise <romain@orebokech.com>
7062
7063 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
7064 groups: if the user asks for a hidden buffer, open the
7065 corresponding filter group to expose it.
7066
7067 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
7068 `ibuffer-jump-to-buffer'.
7069 (ibuffer-jump-offer-only-visible-buffers): New user option.
7070
7071 2004-06-02 Juanma Barranquero <lektu@terra.es>
7072
7073 * faces.el (frame-update-faces): Add empty docstring so the one
7074 for `ignore' doesn't show through.
7075
7076 * subr.el (process-kill-without-query): Remove spurious "\n" on
7077 obsolescence string.
7078 (focus-frame, unfocus-frame): Add obsolescence declaration and
7079 empty docstring.
7080
7081 * international/mule.el (register-char-codings): Make alias for
7082 `ignore'. Move docstring to obsolescence info and remove redundancy.
7083
7084 2004-06-02 Kim F. Storm <storm@cua.dk>
7085
7086 * frame.el (blink-cursor-start): Turn cursor off initially so blink
7087 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
7088
7089 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7090
7091 * comint.el (comint-replace-by-expanded-history-before-point):
7092 Obey `start' as the docstring says.
7093 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
7094 (comint-update-fence): Prevent font-lock from running unnecessarily.
7095 (comint-dynamic-list-completions): Use with-current-buffer.
7096
7097 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7098
7099 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
7100 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
7101 (bibtex-entry-update): Handle alternatives and optional fields.
7102 (bibtex-parse-entry): Bugfix, handle empty key.
7103
7104 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7105
7106 * vc-arch.el (vc-arch-state): Don't assume the file exists.
7107
7108 2004-05-31 Lars Hansen <larsh@math.ku.dk>
7109
7110 * desktop.el (desktop-save): Don't save minor modes without a
7111 known mode initialization function.
7112
7113 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
7114
7115 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
7116
7117 * autorevert.el: Update `Commentary' section.
7118
7119 2004-05-30 Juanma Barranquero <lektu@terra.es>
7120
7121 * dos-fns.el (convert-standard-filename):
7122 * files.el (convert-standard-filename):
7123 * w32-fns.el (convert-standard-filename):
7124 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
7125
7126 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
7127
7128 Sync with Tramp.
7129
7130 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
7131 (tramp-let-maybe): Move to an earlier spot in the file.
7132 Patch by Andreas Schwab.
7133
7134 2004-05-30 Andreas Schwab <schwab@suse.de>
7135
7136 * dired.el (dired-get-filename): Don't use dired-re-dot.
7137
7138 2004-05-30 Richard M. Stallman <rms@gnu.org>
7139
7140 * files.el (find-file): Doc fix.
7141
7142 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
7143
7144 2004-05-30 Nick Roberts <nickrob@gnu.org>
7145
7146 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
7147 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
7148 modeline of the locals buffer.
7149 (gdb-goto-breakpoint): Handle gdbmi.
7150 (gdb-get-frame-number): Change for gdbmi.
7151
7152 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
7153
7154 * files.el (file-remote-p): Apply file name handler for operation
7155 `file-remote-p'. It isn' a property any longer.
7156 (file-relative-name): `fh' and `fd' get the required value via
7157 `find-file-name-handler' already.
7158
7159 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
7160 (top): Remove setting of `file-remote-p' property for
7161 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
7162
7163 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
7164
7165 Version 2.0.41 of Tramp released.
7166
7167 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
7168 Throw away if process has died.
7169 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
7170 (tramp-out-of-band-prompt-regexp): Rename to
7171 `tramp-process-alive-regexp', because its usage is widen.
7172 (tramp-actions-copy-out-of-band): Apply it.
7173 (tramp-actions-before-shell, tramp-multi-actions):
7174 Add `tramp-action-process-alive' action.
7175 (tramp-action-process-alive): New defun.
7176 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7177 Add entry for `file-remote-p'.
7178 (tramp-handle-file-remote-p): New defun.
7179 (top): Remove setting of `file-remote-p'. Don't set
7180 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
7181
7182 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
7183 `file-remote-p'.
7184
7185 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
7186 counted for (last) line. [They should or they shouldn't? --Stef]
7187 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
7188
7189 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
7190
7191 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
7192 not really necessary but seems to keep the shell history smaller
7193 in some cases. It is no substitute for setting HISTFILE and
7194 HISTSIZE from tramp-open-connection-setup-interactive-shell,
7195 though. Suggested by Luc Teirlinck.
7196 (tramp-open-connection-setup-interactive-shell): Export variables
7197 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
7198 (tramp-set-process-query-on-exit-flag): New compat function.
7199 (tramp-open-connection-multi, tramp-open-connection-su)
7200 (tramp-open-connection-rsh, tramp-open-connection-telnet)
7201 (tramp-do-copy-or-rename-file-out-of-band): Use it.
7202 (tramp-let-maybe): New macro, let-binds a variable only if it
7203 isn't obsolete.
7204 (tramp-check-ls-commands, tramp-handle-expand-file-name)
7205 (tramp-handle-file-truename): Use it.
7206 (tramp-completion-file-name-regexp-unified): Avoid matching
7207 filenames starting with "/:" -- those are reserved for
7208 file-name-non-special.
7209
7210 * tramp-smb.el (tramp-smb-open-connection):
7211 Use tramp-set-process-query-on-exit-flag compat function.
7212
7213 2004-05-29 Richard M. Stallman <rms@gnu.org>
7214
7215 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
7216
7217 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
7218 (eval-last-sexp-print-value): Print char equivalent regardless
7219 of standard-output value.
7220
7221 * thumbs.el (thumbs-subst-char-in-string): Delete.
7222 (thumbs-thumbname): Use subst-char-in-string.
7223 (thumbs-resize-image): Use condition-case, not ignore-errors.
7224 (thumbs-kill-buffer): Likewise.
7225
7226 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
7227 (thumbs-mode): Make buffer read-only.
7228 (thumbs-make-thumb): Unconditionally accept an existing file.
7229 (thumbs-insert-thumb): Add thumb-image-file property to the image.
7230 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
7231 (thumbs-show-thumbs-list): Error if images not supported.
7232 (thumbs-save-current-image): Improve prompt string.
7233 (thumbs-mode-map): Define u, R, x.
7234 (thumbs-unmark): New command.
7235 (thumbs-emboss-image): Minor cleanup.
7236 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
7237 (thumbs-rename-images): New command.
7238 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
7239
7240 * thumbs.el (thumbs-current-image): New function.
7241 (thumbs-file-list, thumbs-file-alist): New functions.
7242 (thumbs-find-image): Delete arg L.
7243 Don't set up thumbs-fileL as buffer-local global var.
7244 (thumbs-find-image-at-point): Use thumbs-current-image.
7245 (thumbs-set-image-at-point-to-root-window): Likewise.
7246 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
7247 Record and warn about errors. Update thumbs-markedL for deletions.
7248 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
7249 (thumbs-redraw-buffer): Use thumbs-file-list.
7250 (thumbs-mark): Use thumbs-current-image.
7251 (thumbs-show-name): Use thumbs-current-image.
7252
7253 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
7254 and imenu--last-menubar-index-alist.
7255
7256 * subr.el (with-selected-window): Undo previous change.
7257
7258 2004-05-29 John Paul Wallington <jpw@gnu.org>
7259
7260 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
7261 (thumbs-mouse-find-image): New command.
7262 (thumbs-mode-map): Bind it to mouse-2.
7263 (thumbs-mode): Make mode-class special.
7264 (thumbs-view-image-mode): Likewise.
7265
7266 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
7267
7268 * flymake.el: New file.
7269
7270 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
7271
7272 * files.el (find-file-noselect-1): Do not bind
7273 `inhibit-read-only' to t during execution of
7274 `find-file-not-found-functions'.
7275
7276 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7277
7278 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
7279 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
7280
7281 2004-05-28 Juri Linkov <juri@jurta.org>
7282
7283 * simple.el (eval-expression-print-format): New fun.
7284
7285 * simple.el (eval-expression):
7286 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7287 * emacs-lisp/edebug.el (edebug-compute-previous-result)
7288 (edebug-eval-expression): Print additionally the value returned by
7289 `eval-expression-print-format'.
7290
7291 * emacs-lisp/lisp.el (insert-pair-alist): New var.
7292 (insert-pair): Make arguments optional. Find character pair
7293 from `insert-pair-alist' according to the last input event.
7294 (insert-parentheses): Make arguments optional.
7295 (raise-sexp, delete-pair): New funs.
7296
7297 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
7298 (emacs-lisp-mode-map, lisp-interaction-mode-map):
7299 Bind C-M-q to `indent-pp-sexp'.
7300
7301 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
7302 `pp-to-string' modified to be able to format text with newlines.
7303 (pp-to-string): Move the buffer-formatting part of the code to
7304 `pp-buffer'. Call `pp-buffer'.
7305
7306 * info.el (Info-desktop-buffer-misc-data): Don't save information
7307 about virtual files.
7308 (Info-restore-desktop-buffer): Restore Info buffers in prepared
7309 buffers with names obtained from the desktop file instead of the
7310 default *info* buffer.
7311
7312 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7313
7314 * subr.el (with-selected-window): Only save/restore the selected window.
7315
7316 * progmodes/compile.el (compilation-error-regexp-alist):
7317 Use expand-file-name and data-directory.
7318
7319 * progmodes/grep.el (grep-tree): Rework previous fix.
7320
7321 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
7322 after the user marked text with the mouse.
7323
7324 * startup.el (command-line): Keep the first regexp of
7325 auto-save-file-name-transforms intact.
7326
7327 2004-05-28 Juanma Barranquero <lektu@terra.es>
7328
7329 * cus-edit.el (customize-face, customize-face-other-window)
7330 (custom-face-edit-delete): Make arguments match their use in
7331 docstring.
7332 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
7333 docstring.
7334
7335 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
7336 not `cvs-butlast'.
7337
7338 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
7339 `nbutlast' are in subr.el).
7340
7341 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
7342 (set-w32-system-coding-system): Doc fixes.
7343
7344 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
7345 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
7346 Make arguments match their use in docstring.
7347 (artist-draw-region-trim-line-endings)
7348 (artist-mouse-choose-operation): Fix typo in docstring.
7349 (artist-key-set-point-common): Doc fix.
7350
7351 2004-05-28 Simon Josefsson <jas@extundo.com>
7352
7353 * mail/smtpmail.el (smtpmail-open-stream):
7354 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
7355
7356 2004-05-26 Simon Josefsson <jas@extundo.com>
7357
7358 * starttls.el: Merge with my GNUTLS based starttls.el.
7359 (starttls-gnutls-program, starttls-use-gnutls)
7360 (starttls-extra-arguments, starttls-process-connection-type)
7361 (starttls-connect, starttls-failure, starttls-success): New variables.
7362 (starttls-program, starttls-extra-args): Doc fix.
7363 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
7364 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
7365 and pass on to corresponding *-gnutls function if it is set.
7366
7367 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
7368
7369 * autorevert.el (auto-revert-handler): Disable auto-reverting of
7370 remote files.
7371
7372 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
7373
7374 * files.el (file-name-non-special): There are more operations
7375 which need handling: `find-backup-file-name',
7376 `insert-file-contents', `verify-visited-file-modtime',
7377 `write-region'. Rename t value of method to `add'. Add new
7378 methods `quote' and `unquote-then-quote' to file-arg-indices.
7379
7380 2004-05-25 Juri Linkov <juri@jurta.org>
7381
7382 * info.el (Info-toc): Call Info-mode on intermediate buffer.
7383 (Info-index-nodes): Enclose code in condition-case to catch errors.
7384 (Info-index-node): Don't search all index nodes if request is only
7385 for the current node and file is not in the cache of index nodes.
7386 (Info-mode-map): Bind Info-copy-current-node-name to `w'
7387 for consistency with dired-copy-filename-as-kill.
7388 Bind `S' to Info-search-case-sensitively.
7389 (Info-copy-current-node-name): New arg. With zero prefix arg put
7390 the name inside a function call to `info'. Display copied text in
7391 the echo area.
7392
7393 2004-05-25 Sam Steingold <sds@gnu.org>
7394
7395 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
7396 strip the package prefix from the symbol name, if any.
7397 Make it the `find-tag-default-function' for `lisp-mode'.
7398
7399 2004-05-25 John Paul Wallington <jpw@gnu.org>
7400
7401 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
7402 instead of obsolete `process-kill-without-query'.
7403
7404 * textmodes/texinfmt.el (texinfo-indexvar-alist):
7405 Declare as variable, not constant.
7406
7407 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
7408
7409 * files.el (find-file-noselect-1): Fix bug introduced by
7410 Revision 1.694. As a side effect, `inhibit-read-only'
7411 is again, by default, t during execution of
7412 `find-file-not-found-functions'.
7413 (insert-directory): Check that lines were really inserted by
7414 the --dired switch, before erasing them.
7415
7416 2004-05-24 Nick Roberts <nickrob@gnu.org>
7417
7418 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
7419 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
7420 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
7421 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
7422 gud-minor-mode (gdbmi).
7423
7424 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
7425
7426 * net/browse-url.el (browse-url-interactive-arg): Enable user to
7427 explicitly select the text to be taken as URL.
7428
7429 2004-05-23 Juri Linkov <juri@jurta.org>
7430
7431 * info.el (Info-index-nodes): New var and fun.
7432 (Info-goto-index, Info-index, info-apropos)
7433 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
7434 (Info-index): Fix docstring. Store and restore Info-history-list.
7435 (Info-complete-nodes): New var.
7436 (Info-complete-menu-item): Use it.
7437 (Info-index-node): New fun.
7438 (Info-final-node, Info-forward-node, Info-backward-node)
7439 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
7440 Use Info-index-node.
7441 (Info-extract-menu-item, Info-extract-menu-counting): Set second
7442 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
7443 (Info-find-node-2): If a node with period in its name not found,
7444 try to find a node without the name part after period.
7445 (Info-select-node): Call Info-fontify-node only if
7446 Info-fontify-maximum-menu-size is not nil.
7447 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
7448 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
7449 Preserve Info-history-list.
7450 (Info-toc): Set Info-current-file.
7451 (Info-build-toc): Move point to the beginning of the buffer.
7452 Add main-file variable.
7453 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
7454 Use backslashed representation of the control character ^_.
7455
7456 * textmodes/texinfmt.el (texinfo-print-index): Print index line
7457 numbers in the new Texinfo 4.7 format.
7458
7459 * add-log.el (change-log-font-lock-keywords): Remove `:' from
7460 regexps for function and variable names.
7461
7462 * descr-text.el (describe-property-list): Add [show] button for
7463 `syntax-table' property with action to pp to a separate buffer.
7464 (describe-char): Replace search-forward by re-search-forward with
7465 whitespace regexp after "character:" to not fail in too narrow windows.
7466
7467 * simple.el (next-error-find-buffer): Add a rule to return
7468 next-error capable buffer if one window on the selected frame
7469 displays such buffer.
7470
7471 2004-05-23 Nick Roberts <nickrob@gnu.org>
7472
7473 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
7474 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
7475 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
7476 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
7477 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
7478 Handle new value for gud-minor-mode (gdbmi).
7479 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
7480 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
7481 Change from local to global gdb variable set.
7482 (gdb-ann3): Initialise above gdb variable set.
7483 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
7484 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
7485 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
7486 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
7487 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
7488 (gdb-info-locals-handler, gdb-invalidate-assembler)
7489 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
7490 set as global variables.
7491 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
7492 Handle gdbmi.
7493 (gdb-info-breakpoints-custom): Fix regexp.
7494 (def-gdb-var): Delete.
7495
7496 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
7497 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
7498 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
7499 a new mode. The file (gdb-mi.el) for this mode will be included
7500 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
7501 primary interface.
7502
7503 2004-05-23 Jesper Harder <harder@ifa.au.dk>
7504
7505 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
7506 interpreted as a directory.
7507
7508 2004-05-22 Richard M. Stallman <rms@gnu.org>
7509
7510 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
7511 as a close quote.
7512
7513 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
7514
7515 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
7516 Use assoc-string, not assoc-ignore-case.
7517
7518 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
7519
7520 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
7521 If moving back then fwd gets a defun that ends before point,
7522 try again moving fwd then back.
7523
7524 * files.el (file-name-non-special): Allow t in file-arg-indices
7525 to mean requote the return value. Use `identity' as an element
7526 rather than as the whole value.
7527
7528 * gs.el (gs-options): Add -dSAFER. Mark it risky.
7529
7530 2004-05-22 Juanma Barranquero <lektu@terra.es>
7531
7532 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
7533 `help-make-usage'.
7534 (help-highlight-arguments): Skip function name before searching
7535 for arguments.
7536
7537 2004-05-21 Juanma Barranquero <lektu@terra.es>
7538
7539 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
7540 Don't mention in the docstring these arguments meant for
7541 internal (recursive) use only.
7542 (allout-char-spec): Comment out (it's not implemented).
7543 (allout-old-expose-topic, allout-exposure): Fix docstring and add
7544 obsolescence declaration.
7545 (allout-flatten-exposed-to-buffer)
7546 (allout-indented-exposed-to-buffer): Fix typos in docstring.
7547 (my-mark-marker): Doc fix.
7548 (produce-allout-mode-map, allout-sibling-index)
7549 (allout-isearch-expose, allout-distinctive-bullet)
7550 (allout-open-topic, allout-reindent-body)
7551 (allout-rebullet-heading, allout-process-exposed)
7552 (allout-insert-listified, allout-latex-verb-quote)
7553 (allout-insert-latex-header, allout-insert-latex-trailer):
7554 Make arguments match their use in docstring.
7555 (allout-primary-bullet, allout-old-style-prefixes)
7556 (allout-inhibit-protection, allout-init, allout-mode)
7557 (allout-before-change-protect, allout-flag-region):
7558 Use "Emacs" instead of "emacs" in docstrings.
7559
7560 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
7561
7562 * international/characters.el: Modify syntax of more characters.
7563
7564 2004-05-21 Masatake YAMATO <jet@gyve.org>
7565
7566 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
7567 (etags-tags-completion-table): Show parsing progress.
7568
7569 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
7570
7571 * locate.el (locate-prompt-for-command): Shorten first line of
7572 docstring.
7573 (locate-mode): Expand docstring and include keymap summary.
7574
7575 * files.el (find-file-noselect-1): Limit the scope of the
7576 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
7577 is, by default, nil during the execution of
7578 `find-file-not-found-functions' and `find-file-hook'.
7579
7580 2004-05-20 Michael Mauger <mmaug@yahoo.com>
7581
7582 * facemenu.el (facemenu-color-name-equal): New function.
7583 (list-colors-display): Use it to compare colors instead of
7584 facemenu-color-equal.
7585
7586 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
7587
7588 * compare-w.el (compare-windows-face): Use min-colors instead of
7589 checking for tty or pc types.
7590
7591 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7592
7593 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
7594 (completion-setup-function): Use with-current-buffer.
7595 Properly save excursion. Simplify.
7596 Don't assume there is necessarily a `mouse-face' property somewhere.
7597
7598 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
7599
7600 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
7601
7602 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
7603 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
7604 Use with-current-buffer.
7605 (byte-goto-log-buffer): Delete.
7606 (byte-compile-log-file): Call compilation-forget-errors.
7607
7608 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
7609
7610 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
7611 output messages into the search result.
7612
7613 2004-05-19 Masatake YAMATO <jet@gyve.org>
7614
7615 * wid-edit.el (widget-radio-button-notify): Revert my last
7616 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7617
7618 2004-05-19 Kenichi Handa <handa@m17n.org>
7619
7620 * international/characters.el: Fix syntax (open/close) of CJK chars.
7621
7622 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
7623
7624 * help-mode.el (help-go-back): Don't depend on position of back button.
7625
7626 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7627
7628 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
7629 files files don't contain an accidental additional /.
7630
7631 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
7632 in source buffer.
7633
7634 2004-05-18 Masatake YAMATO <jet@gyve.org>
7635
7636 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
7637 to widget-apply. :action method assumes 2 arguments, not 3.
7638
7639 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
7640
7641 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7642 New constants.
7643 (hs-special-modes-alist): Add an f90-mode entry.
7644
7645 2004-05-17 Sam Steingold <sds@gnu.org>
7646
7647 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
7648 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
7649
7650 2004-05-16 Kim F. Storm <storm@cua.dk>
7651
7652 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
7653
7654 2004-05-15 John Wiegley <johnw@newartisans.com>
7655
7656 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
7657 (eshell-output-object-to-target): Improve output speed 20% by not
7658 calling `eshell-stringify' if something is already known to be a string.
7659
7660 2004-05-15 Alex Ott <ott@jet.msk.su>
7661
7662 * textmodes/ispell.el (ispell-local-dictionary-alist):
7663 Add windows-1251 to the choice of coding systems.
7664 (ispell-dictionary-alist-6): Add support for "russianw.aff",
7665 encoded in cp1251.
7666
7667 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
7668
7669 * progmodes/compile.el (compilation-warning-face)
7670 (compilation-info-face): Use min-colors.
7671
7672 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7673
7674 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
7675 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
7676 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
7677 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
7678 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
7679 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
7680 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
7681 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
7682 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
7683 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
7684 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
7685 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
7686 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
7687 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
7688
7689 2004-05-15 Kim F. Storm <storm@cua.dk>
7690
7691 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
7692 Use it to set triggered-p element of timer.
7693 (timer-event-handler): Set triggered-p element non-nil while running
7694 the timer function.
7695
7696 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7697
7698 * descr-text.el (describe-char-unicode-data)
7699 (describe-char-unicodedata-file): Re-enable the unicode code now that
7700 the licensing issues have been cleared in the unicode-4 license.
7701 (describe-text-properties-1): Remove unused `overlay' var.
7702 (describe-char): Remove unused var `buffer'.
7703
7704 2004-05-14 David Ponce <david@dponce.com>
7705
7706 * tree-widget.el: New file.
7707
7708 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
7709
7710 * language/european.el ("Brazilian Portuguese"): Add support for
7711 Brazilian Portuguese.
7712
7713 2004-05-13 John Wiegley <johnw@newartisans.com>
7714
7715 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
7716 `recentf-mode' if this variable has been customized to t.
7717
7718 * eshell/esh-test.el (eshell-test): Call the function
7719 `emacs-version' rather than trying to build a custom version string.
7720
7721 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7722
7723 * net/telnet.el (telnet-mode): Use define-derived-mode.
7724 Don't modify the global value of comint-prompt-regexp.
7725
7726 2004-05-13 John Paul Wallington <jpw@gnu.org>
7727
7728 * version.el (emacs-version): Check for `gtk' feature before
7729 `x-toolkit' feature.
7730
7731 2004-05-13 Juanma Barranquero <lektu@terra.es>
7732
7733 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
7734 arguments in the docstring, they're used only in recursive calls.
7735
7736 * help-fns.el (help-arg-highlighting-function)
7737 (help-argument-name): Delete.
7738 (help-default-arg-highlight): New function.
7739 (help-do-arg-highlighting): Use it.
7740
7741 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
7742
7743 * calendar/appt.el (appt-disp-window):
7744 Use `calendar-set-mode-line' for a centered mode-line.
7745
7746 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
7747
7748 * calendar/appt.el (appt-disp-window): Do not split window
7749 excessively when `split-height-threshold' is low.
7750
7751 2004-05-12 Nick Roberts <nickrob@gnu.org>
7752
7753 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
7754 kill-buffer-hook here and make it local.
7755 (gud-kill-buffer-hook): Use kill-process for a sure kill.
7756
7757 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
7758
7759 * progmodes/compile.el (compilation-set-window-height):
7760 Use save-excursion to protect against misplaced marker.
7761
7762 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7763
7764 * custom.el (defface): Document that type can have value gtk.
7765
7766 * faces.el (face-spec-set-match-display): Handle type gtk in display.
7767
7768 2004-05-12 Kenichi Handa <handa@m17n.org>
7769
7770 * descr-text.el: Require quail at comile time.
7771 (describe-char): If an input method is on and it supports the
7772 character, show how to input it.
7773
7774 * international/quail.el (quail-install-decode-map): Accept a
7775 char-table whose subtype is `quail-decode-map'.
7776 (quail-store-decode-map-key, quail-gen-decode-map1)
7777 (quail-gen-decode-map, quail-find-key1, quail-find-key)
7778 (quail-show-key): New functions.
7779
7780 2004-05-12 Juanma Barranquero <lektu@terra.es>
7781
7782 * generic.el (define-generic-mode): Remove redundant arglist info.
7783
7784 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
7785 Make arguments match their use in docstring.
7786 (help-arg-highlighting-function): New variable.
7787 (help-argument-name): Mention it in the docstring.
7788 (help-do-arg-highlight): Use it. Expand regexp to accept also
7789 ARG-xxx and xxx-ARG references.
7790
7791 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
7792
7793 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
7794 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
7795 and "mailto:addr1?to=addr2" equal.
7796
7797 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7798
7799 * man.el (Man-getpage-in-background): Use shell-file-name
7800 and shell-command-switch variables instead of hard-coded values.
7801
7802 2004-05-11 Eli Zaretskii <eliz@gnu.org>
7803
7804 * iimage.el: New file.
7805
7806 2004-05-11 Juanma Barranquero <lektu@terra.es>
7807
7808 * custom.el (custom-initialize-default, defcustom):
7809 Fix typo in docstring.
7810
7811 * files.el (set-visited-file-name, file-expand-wildcards):
7812 Fix docstring.
7813
7814 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
7815
7816 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
7817
7818 * subr.el (eventp): Be more discriminating with integers.
7819
7820 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
7821
7822 * progmodes/compile.el (compile): Add universal prefix arg.
7823 (compilation-error-regexp-alist-alist): Add edg patterns.
7824
7825 2004-05-10 Sam Steingold <sds@gnu.org>
7826
7827 * textmodes/ispell.el (ispell-message):
7828 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
7829
7830 2004-05-10 Dave Love <fx@gnu.org>
7831
7832 * progmodes/python.el (help-buffer): Autoload when compiling.
7833 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
7834 (run-python): Prepend to any existing PYTHONPATH.
7835
7836 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
7837
7838 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
7839 for pending breakpoints.
7840
7841 2004-05-10 Richard M. Stallman <rms@gnu.org>
7842
7843 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
7844 directly without calling any functions in Rmail.
7845 (unrmail-unprune): Function deleted.
7846
7847 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
7848
7849 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
7850 C-c C-z binding.
7851
7852 2004-05-10 Kenichi Handa <handa@m17n.org>
7853
7854 * descr-text.el (describe-char): Fix previous change. Don't make
7855 a unibyte character to multibyte in the *Help* buffer.
7856
7857 2004-05-10 Miles Bader <miles@gnu.org>
7858
7859 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
7860 buffer an error if the debugger process is actually running.
7861
7862 2004-05-10 Juanma Barranquero <lektu@terra.es>
7863
7864 * help-fns.el (help-argument-name): Default to italic.
7865 (help-highlight-arguments): Return always (usage . doc), even when
7866 usage is nil.
7867
7868 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
7869 (define-ibuffer-filter): Add usage info.
7870 (define-ibuffer-op): Add usage info (but CL-style defaults for
7871 keyword args are not shown).
7872
7873 * subr.el (remove-overlays, read-passwd): Fix docstring.
7874 (start-process-shell-command): Fix docstring. Put usage info in a
7875 format usable by `describe-function'.
7876 (open-network-stream, open-network-stream-nowait)
7877 (open-network-stream-server): Fix docstring.
7878
7879 2004-05-09 Jason Rumney <jasonr@gnu.org>
7880
7881 * international/code-pages (cp932, cp936, cp949, c950): Remove.
7882 Only define cp125* if windows-125* is already defined.
7883
7884 * language/korean.el (cp949): Add alias.
7885
7886 * language/chinese.el (cp936, cp950): Add aliases.
7887
7888 * language/japanese.el (cp932): Add alias.
7889
7890 * term/w32-win.el: Require code-pages.
7891
7892 * international/mule-cmds.el (set-locale-environment):
7893 On MS-Windows use ansi code-page for default coding-systems.
7894 Set up paper sizes for Windows 3 letter languages.
7895
7896 * international/code-pages.el (cp932, cp936, cp949, cp950):
7897 Add aliases. Also add cp125* if not already defined.
7898
7899 2004-05-09 Juanma Barranquero <lektu@terra.es>
7900
7901 * help-fns.el (help-highlight-arguments): Don't try to highlight
7902 missing or autoloaded arglists. Accept structured arguments, like
7903 the first ones of `do' and `flet'.
7904
7905 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
7906 (cvs-get-marked): Remove redundant arglist info.
7907
7908 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
7909 Don't use CL-style default args.
7910
7911 2004-05-08 Andreas Schwab <schwab@suse.de>
7912
7913 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
7914
7915 * international/subst-ksc.el: Fix references to utf-translate-cjk
7916 into utf-translate-cjk-mode.
7917 * international/subst-big5.el: Likewise.
7918 * international/subst-gb2312.el: Likewise.
7919 * international/subst-jis.el: Likewise.
7920 * international/utf-16.el: Likewise.
7921 * international/utf-8.el: Likewise.
7922
7923 2004-05-08 John Wiegley <johnw@newartisans.com>
7924
7925 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
7926 "virtual buffers" (off by default), which makes it possible to
7927 switch to the "virtual" buffers of recently visited files. When a
7928 buffer name search fails, and this option is on, iswitchb will
7929 look at the list of recently visited files, and permit matching
7930 against those names. When the user hits RET on a match, it will
7931 revisit that file.
7932 (iswitchb-read-buffer): Add two optional arguments, which makes
7933 isearchb.el possible.
7934 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
7935 (iswitchb-next-match): Add support for virtual buffers.
7936
7937 * isearchb.el: This module extends iswitchb to provide "as you
7938 type" buffer selection.
7939
7940 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
7941 Ignore the read-only property when flyspell highlighting is on.
7942 Not ignoring it leads to a series of confusing errors.
7943 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
7944 but also make sure to call flyspell-incorrect-hook.
7945 (flyspell-maybe-correct-transposition): Perform transposition test
7946 by bit twiddling a string, rather than using a temp buffer.
7947 (flyspell-maybe-correct-doubling): Use a string rather than a temp
7948 buffer. This is also the original version of the code, which
7949 could not be checked in before due to a previous lack of
7950 assignment papers. This version has seen heavy usage on my system
7951 for several years now.
7952
7953 * calendar/cal-bahai.el: New file, which adds support for the
7954 Baha'i calendar to Emacs. This calendar is based on a solar year
7955 of 19 months of 19 days, with 4 intercalary days. Each year
7956 begins on March 21, with the calendar starting in 1844.
7957
7958 * calendar/cal-menu.el, calendar/calendar.el,
7959 calendar/diary-lib.el, calendar/holidays.el: Added support for
7960 using cal-bahai.el.
7961
7962 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
7963 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
7964 function can be used outside of eshell buffers.
7965 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
7966
7967 2004-05-08 Juanma Barranquero <lektu@terra.es>
7968
7969 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
7970 word constituent so FOO-ARG is not recognized as an arg.
7971 (help-highlight-arguments): Don't skip lists in mandatory arguments.
7972
7973 * simple.el (next-error): Fix typo in docstring.
7974 (open-line): Make argument names match their use in docstring.
7975 (split-line): Fix docstring.
7976
7977 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
7978 usable by `describe-function'.
7979 (gensym, gentemp, typep, ignore-errors): Make argument names match
7980 their use in docstring.
7981
7982 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
7983 argument to `help-setup-xref'.
7984
7985 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
7986
7987 Version 2.0.40 of Tramp released.
7988
7989 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
7990 Use symbol-function to invoke functions only known on some Emacs
7991 flavors. This avoids byte-compiler warnings. Reported by Kevin
7992 Scaldeferri <kevin@scaldeferri.com>.
7993 (tramp-do-copy-or-rename-file-via-buffer): Rename from
7994 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
7995 consistent with the other tramp-do-* functions.
7996 (tramp-do-copy-or-rename-file): Calls adjusted.
7997 (tramp-process-initial-commands): Avoid liveness check on shell --
7998 we know that it must be alive since we're opening a connection at
7999 this moment.
8000 (tramp-last-cmd): New internal variable.
8001 (tramp-process-echoes): New tunable.
8002 (tramp-send-command): Set tramp-last-cmd.
8003 (tramp-wait-for-output): Delete echo, if applicable.
8004 (tramp-read-passwd): Construct the key for the password cache in a
8005 way that works for multi methods, too.
8006 (tramp-bug): Add backup-directory-alist and
8007 bkup-backup-directory-info to bug reports, with Tramp counterparts.
8008
8009 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
8010
8011 * net/tramp*.el: Suppress byte-compiler warnings where possible.
8012
8013 * net/tramp.el (tramp-out-of-band-prompt-regexp)
8014 (tramp-actions-copy-out-of-band): New defcustoms.
8015 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
8016 used instead of a synchronous one. Allows password entering.
8017 (tramp-action-out-of-band): New defun.
8018 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
8019 Remove restriction with password from doc string.
8020 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
8021 `tramp-out-of-band-prompt-regexp',
8022 `tramp-actions-copy-out-of-band', `password-cache' and
8023 `password-cache-expiry'.
8024 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
8025 password caching.
8026 (tramp-touch): FILE can be a local file, too.
8027 (TODO): Remove items done.
8028 (tramp-handle-insert-directory): Properly quote file name also if
8029 not full-directory-p. Handle wildcard case. Reported by Andreas
8030 Schwab <schwab@suse.de>.
8031 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
8032 new file.
8033 (tramp-handle-file-local-copy, tramp-handle-write-region):
8034 The permissions of the temporary file are set if filename exists.
8035 Reported by Ted Stern <stern@cray.com>.
8036 (tramp-backup-directory-alist)
8037 (tramp-bkup-backup-directory-info): New defcustoms.
8038 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
8039 (tramp-handle-find-backup-file-name): New function.
8040 Implements Tramp's find-backup-file-name.
8041
8042 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
8043 for `find-backup-file-name'.
8044
8045 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
8046 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
8047
8048 2004-05-07 Lars Hansen <larsh@math.ku.dk>
8049
8050 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
8051
8052 2004-05-07 Juanma Barranquero <lektu@terra.es>
8053
8054 * subr.el (lambda): Add arglist description to docstring.
8055 (declare): Fix typo in docstring.
8056 (open-network-stream): Fix docstring.
8057 (process-kill-without-query): Fix docstring and add obsolescence info.
8058 (last, butlast, nbutlast): Make arguments match their use in docstring.
8059 (insert-buffer-substring-no-properties): Likewise.
8060 (insert-buffer-substring-as-yank): Likewise.
8061 (split-string): Fix docstring.
8062
8063 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8064 Make argument names match their use in docstring.
8065
8066 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
8067
8068 2004-05-06 Nick Roberts <nickrob@gnu.org>
8069
8070 * progmodes/gdb-ui.el: Improve/extend documentation strings.
8071 Fit first sentence on one line for apropos-command.
8072
8073 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8074
8075 Changes largely merged in from Dave Love's code.
8076 * progmodes/python.el: Doc fixes.
8077 (python-mode-map): Add python-complete-symbol.
8078 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
8079 (python-comment-indent, python-complete-symbol)
8080 (python-symbol-completions, python-partial-symbol)
8081 (python-try-complete): New.
8082 (python-indent-line): Remove optional arg. Use python-block-end-p.
8083 (python-check): Bind compilation-error-regexp-alist.
8084 (inferior-python-mode): Use rx. Move keybindings to top level.
8085 Set comint-input-filter.
8086 (python-preoutput-filter): Use rx.
8087 (python-input-filter): Re-introduce.
8088 (python-proc): Start new process if necessary.
8089 Check python-buffer non-nil.
8090 (view-return-to-alist): Defvar.
8091 (python-send-receive): New.
8092 (python-eldoc-function): Use it.
8093 (python-mode-running): Don't defvar.
8094 (python-mode): Set comment-indent-function.
8095 Maybe update hippie-expand-try-functions-list.
8096 (python-indentation-levels): Initialize differently.
8097 (python-block-end-p): New.
8098 (python-indent-line): Use it.
8099 (python-compilation-regexp-alist): Augment.
8100 (run-python): Import `emacs' module to Python rather than loading
8101 code directly. Set python-buffer differently.
8102 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
8103 Use python-proc.
8104 (python-send-command): Go to end of comint buffer.
8105 (python-load-file): Use python-proc, emacs.eimport.
8106 (python-describe-symbol): Simplify interactive form.
8107 Use emacs.help. Do use temp-buffer-show-hook.
8108 Call print-help-return-message.
8109 (hippie-exp): Require when compiling.
8110 (python-preoutput-continuation): Use rx.
8111
8112 * diff-mode.el (diff-make-unified): Fix regexp.
8113
8114 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
8115
8116 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
8117 filter groups from the buffer when rebuilding the Ibuffer buffer
8118 and `ibuffer-show-empty-filter-groups' is nil.
8119
8120 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8121
8122 * ps-print.el (ps-print-quote): Call ps-value-string.
8123 (ps-setup): Call ps-comment-string.
8124 (ps-value-string, ps-comment-string): New funs.
8125
8126 2004-05-06 Juanma Barranquero <lektu@terra.es>
8127
8128 * ehelp.el (electric-help-command-loop): Check whether the last
8129 character is visible, not (point-max).
8130
8131 * help-fns.el (help-argument-name): Default to bold; don't inherit
8132 from font-lock-variable-name-face.
8133 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
8134
8135 2004-05-05 Kenichi Handa <handa@m17n.org>
8136
8137 * descr-text.el (describe-char): Copy the character with text
8138 properties and overlays into the first line, and call
8139 describe-text-properties on it.
8140
8141 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
8142
8143 * iswitchb.el (iswitchb-global-map): Fix typo.
8144 Remove unwanted ###autoloads from source file.
8145
8146 2004-05-05 Lars Hansen <larsh@math.ku.dk>
8147
8148 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
8149 in run-hooks. Use substitute-command-keys in message.
8150 (wdired-abort-changes): Add message.
8151
8152 2004-05-03 Michael Mauger <mmaug@yahoo.com>
8153
8154 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
8155 (sql-emacs20-p): Remove.
8156 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
8157 (sql-builtin-face, sql-doc-face): Remove.
8158 (sql-mode-ansi-font-lock-keywords)
8159 (sql-mode-oracle-font-lock-keywords)
8160 (sql-mode-postgres-font-lock-keywords)
8161 (sql-mode-linter-font-lock-keywords)
8162 (sql-mode-ms-font-lock-keywords)
8163 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
8164 (sql-product-font-lock): Fix font-lock reset when font rules change.
8165 (sql-highlight-product): Remove incorrect font-lock reset logic.
8166
8167 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
8168
8169 * ses.el (ses-set-parameter): Fix typo.
8170
8171 2004-05-04 Kim F. Storm <storm@cua.dk>
8172
8173 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
8174 Must expand directory for completion to work; and don't mess with
8175 process-environment.
8176 (ido-read-file-name): If command has ido property, don't use ido
8177 if value is ignore, or read as directory if value is dir.
8178 Set ido ignore property for dired-do-rename command.
8179
8180 2004-05-04 Juanma Barranquero <lektu@terra.es>
8181
8182 * ehelp.el (electric-help-command-loop, electric-help-undefined)
8183 (electric-help-help): Check against unmapped commands.
8184
8185 * help-fns.el (help-argument-name): New face, inheriting from
8186 font-lock-variable-name-face, to highlight function arguments in
8187 `describe-function' and `describe-key'.
8188 (help-do-arg-highlight): Auxiliary function to highlight a given
8189 list of arguments in a string.
8190 (help-highlight-arguments): Highlight the function arguments and
8191 all uses of them in the docstring.
8192 (describe-function-1): Use it. Do docstring output via `insert',
8193 not 'princ', so text attributes are preserved.
8194
8195 * winner.el (winner-mode-map): Move `winner-undo' and
8196 `winner-redo' to C-c <left> and C-c <right>, respectively (the
8197 previous bindings conflict with `prev-buffer', `next-buffer').
8198
8199 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8200
8201 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
8202 (bibtex-entry-update): New command bound to C-c C-u.
8203 (bibtex-text-in-string): Fix regexp.
8204 (bibtex-assoc-of-regexp): Remove.
8205 (bibtex-progress-message): Fix docstring.
8206 (bibtex-inside-field): Use if.
8207 (bibtex-assoc-regexp): New function.
8208 (bibtex-format-entry): Make code more robust so that it formats
8209 also old entries.
8210 (bibtex-autokey-demangle-title): Merge with obsolete function
8211 bibtex-assoc-of-regexp.
8212 (bibtex-field-list): New function.
8213 (bibtex-entry): Use bibtex-field-list.
8214 (bibtex-parse-entry): Fix docstring.
8215 (bibtex-print-help-message): Use bibtex-field-list.
8216 (bibtex-make-field): Use bibtex-field-list.
8217 (bibtex-entry-index): Bugfix. Return crossref key if required.
8218 (bibtex-lessp): Fix docstring.
8219
8220 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
8221
8222 * select.el (xselect-convert-to-string): Move comment to intended line.
8223
8224 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8225
8226 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
8227 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
8228
8229 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8230
8231 * term/x-win.el (x-clipboard-yank): Don't exit on error from
8232 x-get-selection.
8233
8234 2004-05-03 Jason Rumney <jasonr@gnu.org>
8235
8236 * makefile.nt: Remove.
8237
8238 2004-05-03 Kim F. Storm <storm@cua.dk>
8239
8240 * emulation/cua-base.el (cua--update-indications): Fix last change.
8241 (cua-mode): Deactivate mark when cua-mode is enabled.
8242
8243 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
8244
8245 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
8246
8247 2004-05-03 Nick Roberts <nickrob@gnu.org>
8248
8249 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
8250 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
8251 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
8252 window over visible frames.
8253 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
8254
8255 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8256
8257 * progmodes/compile.el (compilation-gcpro): New var.
8258 (compilation-fake-loc): Use it.
8259 (compilation-forget-errors): Reset it.
8260
8261 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
8262
8263 * diff-mode.el (diff-header-face, diff-file-header-face):
8264 Use min-colors.
8265
8266 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8267
8268 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
8269 (bibtex-clean-entry): Disentangle code.
8270 (bibtex-realign): New function.
8271 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
8272 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
8273 Remove undocumented optional arg called-by-convert-alien.
8274 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
8275 for sorting instead of bibtex-sort-buffer.
8276
8277 2004-05-02 Eli Zaretskii <eliz@gnu.org>
8278
8279 * progmodes/compile.el (compilation-start): In the
8280 no-async-subprocesses branch, call sit-for to give redisplay a
8281 chance to show the updated process status in the mode line, and
8282 fontify the buffer explicitly after the process exits.
8283
8284 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8285
8286 * progmodes/python.el (python-compilation-line-number): Remove.
8287 (python-compilation-regexp-alist): Don't use it any more.
8288 (python-orig-start, python-input-filter): Remove.
8289 (inferior-python-mode): Don't set up comint-input-filter-functions.
8290 (python-send-region): Use compilation-fake-loc.
8291
8292 * progmodes/compile.el (compilation-messages-start): New var.
8293 (compilation-mode): Don't setup next-error-function here.
8294 (compilation-setup): Set it up here instead (for minor modes as well).
8295 Make compilation-messages-start buffer local.
8296 (compilation-next-error-function): Use it.
8297 (compilation-forget-errors): Set compilation-messages-start.
8298
8299 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
8300
8301 * ielm.el (ielm-prompt-read-only): Update docstring.
8302
8303 * comint.el (comint-prompt-read-only): Update docstring.
8304 (comint-update-fence, comint-kill-whole-line)
8305 (comint-kill-region): New functions.
8306
8307 * simple.el (kill-whole-line): Use "p" instead of "P" in
8308 interactive form.
8309
8310 2004-05-01 Juanma Barranquero <lektu@terra.es>
8311
8312 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
8313 format arglist so default values in CL-style argument lists are
8314 correctly shown.
8315
8316 2004-05-01 Jason Rumney <jasonr@gnu.org>
8317
8318 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
8319
8320 2004-05-01 Kenichi Handa <handa@m17n.org>
8321
8322 * international/titdic-cnv.el (miscdic-convert): Don't generate a
8323 quail file if it is up to date.
8324
8325 2004-04-30 Juri Linkov <juri@jurta.org>
8326
8327 * cus-edit.el (custom-mode-map):
8328 Add key binding `C-x C-s' to `Custom-save'.
8329
8330 * outline.el (outline-blank-line): New var.
8331 (outline-next-preface, outline-show-heading)
8332 (outline-end-of-subtree): Use it.
8333
8334 * dired-aux.el (dired-touch-initial): New fun.
8335 (dired-do-chxxx): Call it for op-symbol `touch'.
8336 (dired-diff): Use `dired-dwim-target-directory'
8337 if current dired buffer has no buffer mark.
8338
8339 * bindings.el (propertized-buffer-identification):
8340 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
8341 Add C-M-arrow keys for consistency.
8342
8343 * files.el (confirm-kill-emacs):
8344 Change group from top-level `emacs' to `convenience'.
8345
8346 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8347 Push mark on the first call of successive command calls.
8348 (insert-pair): New fun created from `insert-parentheses' with
8349 `open' and `close' arguments added. Enclose active regions
8350 in paired characters. Compare adjacent characters syntax with
8351 inserted characters syntax before inserting a space.
8352 (insert-parentheses): Call `insert-pair' with ?\( ?\).
8353
8354 * delsel.el: Don't put `delete-selection' property
8355 on `insert-parentheses' symbol to take advantage of
8356 region handling in `insert-pair' function.
8357 Suggested by Stephan Stahl <stahl@eos.franken.de>.
8358
8359 2004-04-30 Kim F. Storm <storm@cua.dk>
8360
8361 * emulation/cua-base.el: Add support for changing cursor types;
8362 based on patch from Michael Mauger.
8363 (cua-normal-cursor-color, cua-read-only-cursor-color)
8364 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
8365 Customization cursor type and/or cursor color.
8366 (cua--update-indications): Handle cursor type changes.
8367 (cua-mode): Update cursor indications if enabled.
8368
8369 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
8370
8371 * mouse.el (mouse-drag-copy-region): New defcustom.
8372 (mouse-set-region, mouse-drag-region-1): Use it.
8373
8374 * simple.el (kill-ring-save): If region face background color is
8375 unspecified (if no highlighting), show extent of fully visible
8376 region even if transient-mark-mode is enabled.
8377
8378 * emulation/cua-base.el (cua--standard-movement-commands):
8379 Add cua-scroll-up and cua-scroll-down.
8380 (cua-scroll-up, cua-scroll-down): New commands.
8381 (cua--init-keymaps): Remap scroll-up and scroll-down.
8382
8383 * emulation/cua-rect.el (cua--convert-rectangle-as):
8384 New defmacro.
8385 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
8386 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
8387 New commands (suggested by Jordan Breeding).
8388
8389 2004-04-30 Juanma Barranquero <lektu@terra.es>
8390
8391 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
8392
8393 2004-04-30 Mario Lang <mlang@delysid.org>
8394
8395 * diff.el (diff-switches): Fix typo in docstring.
8396
8397 2004-04-30 Alex Schroeder <alex@gnu.org>
8398
8399 * xml.el (xml-debug-print-internal): Don't add newline and
8400 indentation to text nodes and write empty elements as empty tags
8401 instead of opening and closing tags.
8402 (xml-debug-print): Take optional indent-string argument.
8403 (xml-print): Alias for xml-debug-print.
8404
8405 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
8406
8407 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
8408 than duplicate call to `line-beginning-position'.
8409
8410 * progmodes/f90.el (f90-get-present-comment-type):
8411 Return whitespace, as well as comment chars, for consistent filling
8412 of comment blocks. Use `match-string-no-properties'.
8413 (f90-break-line): Trim trailing whitespace when filling comments.
8414
8415 2004-04-30 Dave Love <fx@gnu.org>
8416
8417 * calendar/diary-lib.el (diary-outlook-formats): New variable.
8418 (diary-from-outlook-internal, diary-from-outlook)
8419 (diary-from-outlook-gnus, diary-from-outlook-rmail):
8420 New functions to import diary entries from Outlook-format
8421 appointments in mail messages.
8422
8423 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8424
8425 * progmodes/python.el (python-send-command): New fun.
8426 (python-send-region, python-load-file): Use it.
8427
8428 * progmodes/compile.el (compilation-last-buffer): Add var alias.
8429
8430 * help-fns.el (help-C-file-name): Use new subr-name.
8431 Prepend `src/' to the file name.
8432 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
8433 (describe-function-1, describe-variable): Only find a C source file
8434 name if DOC is already loaded.
8435
8436 * help-mode.el (help-function-def, help-variable-def):
8437 Use the new find-function-search-for-symbol functionality.
8438 Allow FILE to be `C-source'.
8439
8440 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
8441 (find-function-C-source): New fun.
8442 (find-function-search-for-symbol): Use it.
8443
8444 2004-03-29 Michael Mauger <mmaug@yahoo.com>
8445
8446 * progmodes/sql.el (sql-product-alist): Rename variable
8447 `sql-product-support'. Add Postgres login parameters.
8448 (sql-set-product, sql-product-feature): Update with renamed variable.
8449 (sql-connect-postgres): Add username prompt.
8450 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
8451 Make patterns less product specific.
8452 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
8453 (sql-mode-abbrev-table): Modify initialization.
8454 (sql-builtin-face): Add variable.
8455 (sql-keywords-re): Add macro.
8456 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
8457 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
8458 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
8459 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
8460 (sql-mode-linter-font-lock-keywords)
8461 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
8462 (sql-mode-sybase-font-lock-keywords)
8463 (sql-mode-informix-font-lock-keywords)
8464 (sql-mode-interbase-font-lock-keywords)
8465 (sql-mode-ingres-font-lock-keywords)
8466 (sql-mode-solid-font-lock-keywords)
8467 (sql-mode-sqlite-font-lock-keywords)
8468 (sql-mode-db2-font-lock-keywords): Default to nil.
8469 (sql-product-font-lock): Always highlight ANSI keywords.
8470 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
8471 (sql-send-string): Add function.
8472
8473 2004-04-29 Dave Love <fx@gnu.org>
8474
8475 * progmodes/cfengine.el (cfengine-beginning-of-defun)
8476 (cfengine-end-of-defun): Ensure progress through buffer.
8477
8478 * info-look.el (cfengine-mode): Accept a terminal ().
8479
8480 2004-04-29 Juri Linkov <juri@jurta.org>
8481
8482 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
8483 instead of isearch-yank-word-or-char. Add new key bindings for
8484 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
8485 (isearch-del-char): New fun.
8486 (isearch-forward, isearch-edit-string): Update docstring.
8487 (isearch-yank-char): Doc fix.
8488 (isearch-other-meta-char): Restore point after scrolling.
8489
8490 * progmodes/compile.el (compilation-context-lines): Add nil option
8491 to disable compilation output window scrolling.
8492 (compilation-set-window): Use it.
8493
8494 * outline.el (outline-next-preface, outline-show-heading):
8495 Don't leave unhidden blank line before heading.
8496 (outline-end-of-subtree): Include last newline into subtree.
8497 (hide-entry): Leave point at beginning of heading instead of end.
8498 (outline-up-heading): Push mark for the first call of successive
8499 command calls.
8500
8501 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
8502
8503 * comint.el (comint-prompt-read-only): New variable.
8504 (comint-output-filter): Implement it.
8505
8506 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
8507 (ielm-prompt-internal): New variable.
8508 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
8509 (ielm-send-input): Delete unused variable `buf'.
8510 (ielm-eval-input): Use `ielm-prompt-internal'.
8511 (inferior-emacs-lisp-mode): Use new variables
8512 `comint-prompt-read-only' and `ielm-prompt-internal'.
8513 Get rid of obsolete variable `directory-sep-char'.
8514 (ielm): Use `zerop'.
8515
8516 2004-04-29 John Paul Wallington <jpw@gnu.org>
8517
8518 * thumbs.el (toplevel): Require cl at compile time.
8519 Remove conditional definitions of `ignore-errors' and `caddar'
8520 because they occur at run time.
8521
8522 2004-04-28 Nick Roberts <nickrob@gnu.org>
8523
8524 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
8525 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
8526 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8527 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
8528
8529 * progmodes/gud.el (gud-common-init): Throw an error if program is
8530 already running under gdb.
8531
8532 2004-04-28 John Paul Wallington <jpw@gnu.org>
8533
8534 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
8535 (thumbs-show-image-num): Move assignment of
8536 `thumbs-current-image-filename' within scope of `i'.
8537 (thumbs-emboss-image): Don't use `evenp'.
8538
8539 2004-04-28 Richard M. Stallman <rms@gnu.org>
8540
8541 * progmodes/compile.el (compilation-context-lines): Default now 0.
8542
8543 2004-04-28 Juanma Barranquero <lektu@terra.es>
8544
8545 Use `time-less-p' from calendar/time-date.el instead of defining
8546 custom versions of it.
8547
8548 * pcomplete.el (pcomplete-time-less-p): Remove.
8549
8550 * thumbs.el (time-less-p): Remove.
8551
8552 * calendar/timeclock.el (timeclock-time-less-p): Remove.
8553 (timeclock-generate-report): Use `time-less-p'.
8554
8555 * emacs-lisp/autoload.el (autoload-before-p): Remove.
8556 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
8557
8558 2004-04-28 Masatake YAMATO <jet@gyve.org>
8559
8560 * subr.el (remove-overlays): Make arguments optional.
8561
8562 * wid-edit.el (widget-specify-button): Put evaporate to the
8563 overlay for sample.
8564 (widget-specify-sample): Put evaporate to the overlay for sample.
8565 (widget-specify-doc): Put evaporate to the overlay for documentation.
8566
8567 2004-04-27 Jesper Harder <harder@ifa.au.dk>
8568
8569 * info.el (info-apropos): Make it an index node. Align node names
8570 like makeinfo.
8571
8572 2004-04-27 Eli Zaretskii <eliz@gnu.org>
8573
8574 * net/browse-url.el (browse-url-netscape-sentinel)
8575 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
8576 (browse-url-epiphany-sentinel, browse-url-mosaic):
8577 Use browse-url-*-program instead of a literal program name.
8578
8579 2004-04-27 Kevin Ryde <user42@zip.com.au>
8580
8581 * eshell/em-alias.el:
8582 * eshell/em-dirs.el:
8583 * eshell/em-hist.el:
8584 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
8585 features when M-x customize-group loads modules before the main
8586 eshell.el.
8587
8588 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8589
8590 * subr.el (momentary-string-display): Support EXIT-CHAR that is
8591 either a character representation of an event or an event
8592 description list.
8593
8594 * type-break.el: Capitalise Emacs and Lisp.
8595 (type-break-good-break-interval, type-break-demo-boring-stats)
8596 (type-break-terse-messages, type-break-file-name): New defcustoms.
8597 (type-break-post-command-hook)
8598 (type-break-warning-countdown-string): Quote variable names in doc.
8599 (type-break-interval-start, type-break-auto-save-file-name): New vars.
8600 (type-break-mode): Document type-break-good-break-interval and the
8601 "session" file. Schedule break according to the session file.
8602 Kill session file buffer on exit. Organise for save-some-buffers
8603 to always save the session file.
8604 (type-break-mode-line-message-mode, type-break-query-mode):
8605 Uppercase arguments.
8606 (type-break-file-time, type-break-file-keystroke-count, timep)
8607 (type-break-choose-file, type-break-get-previous-time)
8608 (type-break-get-previous-count): New defuns.
8609 (type-break): Avoid break querying after a completed break in the
8610 case where the query was initiated during user invocation of the
8611 break. Optional terse messages.
8612 Use type-break-good-break-interval if type-break-good-rest-interval is
8613 nil. File the break time.
8614 (type-break-schedule): New optional args for overriding the use of
8615 the current time.
8616 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
8617 after a break.
8618 (type-break-check): File the keystroke count.
8619 (type-break-do-query): Prevent a second query when the break is
8620 interrupted. Optional terse message.
8621 (type-break-keystroke-reset): Record the start of a typing interval.
8622 (type-break-demo-boring): Optional terse messages. Display word
8623 per minute and keystroke counts according to
8624 type-break-demo-boring-stats.
8625
8626 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
8627
8628 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
8629 directories, make sure they exist under archive-tmpdir.
8630
8631 2004-04-27 Juri Linkov <juri@jurta.org>
8632
8633 * help.el (view-emacs-news): With argument, display info for the
8634 selected version by finding it among different NEWS files, and
8635 narrowing the buffer to the selected version.
8636
8637 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
8638 same-window-buffer-names.
8639 (info): New arg `buffer'. Use it. Doc fix. Read file name for
8640 non-numeric prefix argument, append the number to the buffer name
8641 for numeric prefix argument.
8642 (info-other-window): Bind same-window-regexps to nil.
8643 (Info-reference-name): Rename to Info-point-loc.
8644 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
8645 and Info-find-index-name for stringy Info-point-loc.
8646 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
8647 without middle `.', but with final `.' and optional line number
8648 for it. Set Info-point-loc for index nodes.
8649 (Info-index): Remove middle `.' from index entry regexp.
8650 Modify line number regexp.
8651 (Info-index-next): Decrement line number.
8652 (info-apropos): Remove middle `.' from index entry regexp.
8653 Add optional line number regexp at the end. Add matched value
8654 for line number to the result list and insert it to the buffer.
8655 Replace match-string by match-string-no-properties.
8656 Reorder result list.
8657 (Info-fontify-node): Hide index line numbers.
8658 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
8659 empty matches.
8660 (Info-follow-reference): Use `str' instead of
8661 Info-following-node-name-re.
8662 (Info-toc): Use full file names. Set Info-current-node to "Top".
8663 (Info-fontify-node): Compare file names without directory name.
8664 (Info-try-follow-nearest-node): Don't set Info-reference-name.
8665 Set second arg of Info-extract-menu-node-name for index nodes.
8666 (info-xref-visited): Use magenta3 instead of magenta4.
8667 (Info-mode): Add info-apropos to docstring.
8668
8669 * log-view.el (log-view-diff): Replace interactive code "r"
8670 by a list to allow to call it even if region is not active.
8671
8672 * paren.el (show-paren-highlight-openparen): New var.
8673 (show-paren-function): Turn on openparen highlighting when
8674 matching forward if show-paren-highlight-openparen is non-nil.
8675
8676 * simple.el (kill-ring-save): Use blink-matching-delay instead of
8677 the constant value 1.
8678 (completions-common-part): Expand docstring.
8679
8680 * textmodes/picture.el (picture-mode-map): Add arrow keys.
8681
8682 2004-04-27 Kim F. Storm <storm@cua.dk>
8683
8684 * image.el (insert-sliced-image): Use line-height instead of
8685 line-spacing property on newline.
8686
8687 2004-04-26 Lars Hansen <larsh@math.ku.dk>
8688
8689 * desktop.el (desktop-buffer-misc-data-function): Rename to
8690 desktop-save-buffer and change docstring.
8691 (desktop-buffer-modes-to-save): Delete.
8692 (desktop-save-buffer-p): Use desktop-save-buffer instead of
8693 desktop-buffer-modes-to-save.
8694 (desktop-save): Rename desktop-buffer-misc-data-function to
8695 desktop-save-buffer and allow non-function value.
8696 (desktop-missing-file-warning): Correct docstring.
8697
8698 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
8699 to desktop-save-buffer.
8700
8701 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
8702 desktop-save-buffer.
8703
8704 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
8705
8706 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
8707
8708 2004-04-26 Eli Zaretskii <eliz@gnu.org>
8709
8710 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
8711
8712 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
8713
8714 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
8715 (ielm): Only go to the end of the buffer when starting a new process.
8716
8717 2004-04-25 Juanma Barranquero <lektu@terra.es>
8718
8719 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
8720 mode line. Bind `inhibit-read-only' to t before modifying
8721 properties of text in the buffer.
8722 (ielm): Force point to the end of buffer, even when running ielm
8723 from inside itself.
8724
8725 2004-04-25 Jesper Harder <harder@ifa.au.dk>
8726
8727 * info.el (info-apropos): Reset Info-complete-cache.
8728
8729 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
8730
8731 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8732 Also recognize severe Irix et al. messages.
8733 (compilation-normalize-filename, compile-abbreviate-directory):
8734 Delete functions.
8735 (compilation-get-file-structure): New function inherits
8736 functionality of the two preceding ones.
8737 (compilation-internal-error-properties, compilation-fake-loc):
8738 Use it so that different paths to the same file share the same
8739 markers. Also optimize finding adjacent marker slightly.
8740
8741 2004-04-25 Kim F. Storm <storm@cua.dk>
8742
8743 * image.el (insert-sliced-image): Add line-spacing t property
8744 to newlines separating image lines.
8745
8746 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
8747
8748 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
8749
8750 * ielm.el (ielm-prompt-read-only): New user option.
8751 (ielm-prompt): Expand docstring to describe new behavior.
8752 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
8753 mention it in the docstring.
8754
8755 2004-04-24 Andreas Schwab <schwab@suse.de>
8756
8757 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
8758
8759 * diff.el (diff): Set default-directory in diff buffer.
8760
8761 2004-04-24 Eli Zaretskii <eliz@gnu.org>
8762
8763 * mail/sendmail.el (mail-bury): Don't delete the frame where the
8764 mail was being composed if the terminal cannot display more than
8765 one frame; instead, switch to previous frame.
8766
8767 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
8768 (rmail-start-mail): Support rmail-mail-new-frame even on
8769 terminals that can display only one frame at a time.
8770
8771 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8772
8773 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
8774 (checkdoc-output-font-lock-keywords): Remove error regexp.
8775 (checkdoc-output-mode-map): Remove.
8776 (checkdoc-output-mode): Derive from compilation-mode.
8777 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
8778
8779 * dired.el (dired-mode-map): Add a menu entry for wdired.
8780
8781 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
8782 (rx-bracket, rx-check-any, rx-any): Clean up name space.
8783
8784 * wdired.el: (wdired-mode-map): Move init into declaration.
8785 Fix `return' binding.
8786 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
8787 Use force-mode-line-update.
8788 (wdired-get-filename): Use `unless'.
8789 (wdired-preprocess-files): Don't assume names have no \n and use / for
8790 dir separator.
8791 (wdired-normalize-filename): Use replace-regexp-in-string.
8792 (wdired-load-hooks): Remove.
8793 (wdired-mode-hooks): Rename to wdired-mode-hook.
8794
8795 * info-look.el: Add support for cfengine-mode.
8796 (info-lookup-setup-mode): Use dolist.
8797
8798 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
8799
8800 * wdired.el: New file.
8801
8802 2004-04-23 Juanma Barranquero <lektu@terra.es>
8803
8804 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
8805
8806 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
8807 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
8808 (pcomplete--help, pcomplete--here): Doc fixes.
8809
8810 2004-04-23 Andre Spiegel <spiegel@gnu.org>
8811
8812 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
8813 handles wrong-number-of-arguments in backend call.
8814
8815 * vc.el (vc-print-log): Likewise.
8816
8817 2004-04-20 Dave Love <fx@gnu.org>
8818
8819 * emacs-lisp/rx.el: Doc fixes.
8820 (rx-constituents): Add/extend many forms.
8821 (rx-check): Check form is a list.
8822 (bracket): Defvar.
8823 (rx-check-any, rx-any, rx-check-not): Modify.
8824 (rx-not): Simplify.
8825 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
8826 (rx-kleene): Use rx-trans-forms.
8827 (rx-quote-for-set): Delete.
8828 (rx): Allow multiple args.
8829
8830 2004-04-23 Kenichi Handa <handa@m17n.org>
8831
8832 * international/mule-util.el (char-displayable-p): Simplify by
8833 using internal-char-font.
8834
8835 2004-04-23 Juanma Barranquero <lektu@terra.es>
8836
8837 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8838
8839 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
8840
8841 * diff-mode.el (diff-next-error): New fun.
8842 (diff-mode): Use it.
8843
8844 * simple.el (next-error): Change arg name.
8845 Add support for the documented C-u C-x ` usage.
8846
8847 * frame.el (special-display-popup-frame, next-multiframe-window)
8848 (previous-multiframe-window): Only consider frames on same display.
8849
8850 2004-04-22 Lars Hansen <larsh@math.ku.dk>
8851
8852 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
8853 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
8854
8855 2004-04-22 Kim F. Storm <storm@cua.dk>
8856
8857 * net/telnet.el (telnet): Add optional port arg.
8858
8859 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8860
8861 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8862 Minor sanity check on the `hyperlink' slot.
8863
8864 * Makefile.in (recompile): Compile new files.
8865
8866 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
8867 Add byte-recompile-directory's optional `arg'.
8868
8869 * cvs-status.el (cvs-tree-use-charset): New var.
8870 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
8871 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
8872 (cvs-status-cvstrees): Use it.
8873
8874 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
8875 Make it a normal major mode.
8876 (checkdoc-buffer-label): Make sure the file name is meaningful.
8877 (checkdoc-output-to-error-buffer): Remove.
8878 (checkdoc-error, checkdoc-start-section): Rewrite.
8879
8880 * info.el (info-node, info-menu-5, info-xref, info-header-node)
8881 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8882 (Info-title-4-face): Use new syntax.
8883 (info-xref-visited): Inherit from info-xref.
8884
8885 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
8886
8887 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
8888
8889 * simple.el (next-error-last-buffer, next-error-function):
8890 New variables for the next-error framework.
8891 (next-error-buffer-p): New function.
8892 (next-error-find-buffer): Generalize compilation-find-buffer.
8893 (next-error, previous-error, first-error, next-error-no-select)
8894 (previous-error-no-select): Move from compile.el.
8895
8896 * replace.el (occur-next-error, occur-1): Hook into the next-error
8897 framework.
8898
8899 * progmodes/compile.el (compilation-start):
8900 Set next-error-last-buffer so next-error knows where to jump.
8901 (compilation-setup): Set the buffer-local variable
8902 next-error-function to 'compilation-next-error-function.
8903 (compilation-buffer-p, compilation-buffer-internal-p): Use an
8904 alternate way to find if a buffer is a compilation buffer, for
8905 next-error convenience.
8906 (next-error-no-select, previous-error-no-select, next-error)
8907 (previous-error, first-error): Move to simple.el.
8908 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
8909 (compilation-last-buffer): Remove.
8910 (compilation-start, compilation-next-error, compilation-setup)
8911 (compilation-next-error-function, compilation-find-buffer):
8912 Remove compilation-last-buffer use.
8913
8914 2004-04-21 Juanma Barranquero <lektu@terra.es>
8915
8916 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
8917 (font-lock-warning-face): Fix spacing.
8918
8919 * makefile.w32-in (WINS): Add url/ directory.
8920
8921 2004-04-21 Lars Hansen <larsh@math.ku.dk>
8922
8923 * desktop.el (desktop-buffer-mode-handlers): New variable.
8924 Alist of major mode specific functions to restore a desktop buffer.
8925 (desktop-buffer-handlers): Make variable obsolete.
8926 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
8927 Catch errors signaled in handlers. Update buffer count.
8928 Evaluate desktop-buffer-point.
8929 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
8930 move to dired.el.
8931 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
8932 move to info.el.
8933 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
8934 move to mail/rmail.el.
8935 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
8936 to mh-e/mh-e.el.
8937 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
8938 On fail, print message (to message buffer) even if
8939 desktop-missing-file-warning is nil.
8940 (desktop-buffer-misc-data-function): New buffer local variable.
8941 Function returning major mode specific data.
8942 (desktop-buffer-misc-functions): Make variable obsolete.
8943 (desktop-save): Use desktop-buffer-misc-data-function.
8944 (desktop-buffer-dired-misc-data): Rename to
8945 dired-desktop-buffer-misc-data and move to dired.el.
8946 (desktop-buffer-info-misc-data): Rename to
8947 Info-desktop-buffer-misc-data and move to info.el.
8948 (desktop-read): Add message about number of buffers restored/failed.
8949
8950 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
8951 Add parameters. Pause to display error only when
8952 desktop-missing-file-warning is non-nil.
8953 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
8954 (dired-mode): Bind desktop-buffer-misc-data-function.
8955
8956 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
8957 Add Parameters.
8958 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
8959 (Info-mode): Bind desktop-buffer-misc-data-function.
8960
8961 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
8962 Add Parameters.
8963
8964 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
8965 Add Parameters.
8966
8967 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
8968
8969 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
8970 the case of letters in case-insensitive expansions when the
8971 abbrev is preceded by characters with letter syntax.
8972
8973 2004-04-21 Richard M. Stallman <rms@gnu.org>
8974
8975 * progmodes/cperl-mode.el (cperl-putback-char):
8976 Delete Emacs 18 definition.
8977
8978 * international/mule.el (ctext-post-read-conversion):
8979 Use assoc-string, not assoc-ignore-case.
8980
8981 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
8982
8983 * emacs-lisp/easymenu.el (easy-menu-add):
8984 Do call x-popup-menu, but only if it's defined.
8985
8986 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
8987
8988 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
8989 Handle multiple args: compile like progn.
8990
8991 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
8992 take all args as &rest arg.
8993
8994 * autoinsert.el (auto-insert-alist): Insert the user's name in
8995 copyright notice, rather than Free Software Foundation.
8996
8997 2004-04-21 Kenichi Handa <handa@m17n.org>
8998
8999 * descr-text.el (describe-char): Make it work on *Help* buffer.
9000
9001 2004-04-21 Kim F. Storm <storm@cua.dk>
9002
9003 * image.el (insert-image): Add optional SLICE arg.
9004 (insert-sliced-image): New defun.
9005
9006 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
9007
9008 * subr.el (read-number): Check whether `default' is nil.
9009
9010 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9011
9012 * progmodes/compile.el (compilation-error-properties):
9013 Split into two.
9014 (compilation-internal-error-properties): New one.
9015 (compilation-compat-error-properties): Use it. Fix the non-marker case.
9016
9017 2004-04-20 Richard M. Stallman <rms@gnu.org>
9018
9019 * window.el (split-window-save-restore-data):
9020 Don't update the data if OLD-INFO is nil.
9021
9022 * view.el (view-return-to-alist): Mark it permanent local.
9023
9024 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
9025
9026 * recentf.el (recentf-save-list): Catch and warn about errors.
9027
9028 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
9029 so "Buffers" won't be pure.
9030
9031 * help-mode.el (help-mode-finish): Set help-return-alist first
9032 thing, setting only the entry for the selected window.
9033
9034 * help-fns.el (describe-function-1): If many non-control non-meta
9035 keys run the command, don't list all of them.
9036
9037 2004-04-20 Juanma Barranquero <lektu@terra.es>
9038
9039 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
9040 arg. Copied from Andre Spiegel's patch of 2004-03-21.
9041
9042 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
9043
9044 2004-04-20 Kenichi Handa <handa@m17n.org>
9045
9046 * international/quail.el (quail-lookup-key): New optional arg
9047 NOT-RESET-INDICES.
9048 (quail-get-translations): Call quail-lookup-key with
9049 NOT-RESET-INDICES t.
9050 (quail-completion): Likewise.
9051 (quail-lookup-map-and-concat): Likewise.
9052
9053 2004-04-20 Kenichi Handa <handa@m17n.org>
9054
9055 * international/quail.el (quail-update-translation): Don't insert
9056 such an unsupported multibyte char in a unibyte buffer.
9057
9058 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
9059
9060 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
9061 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
9062 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
9063 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
9064 (gdb-frame-assembler-buffer): Improve behaviour with
9065 multiple frames.
9066 (gdb-display-buffer): Extend search to all visible frames.
9067
9068 2004-04-19 Eli Zaretskii <eliz@gnu.org>
9069
9070 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
9071 characters left after base64 decoding.
9072 (rmail-decode-region): Use -dos variety of `coding', to remove any
9073 ^M characters left after qp or base64 decoding.
9074
9075 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9076
9077 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
9078 messages.
9079
9080 2004-04-19 Stephen Eglen <stephen@gnu.org>
9081
9082 * add-log.el (add-change-log-entry): Update doc string to mention
9083 add-log-full-name and add-log-mailing-address.
9084
9085 2004-04-18 Juri Linkov <juri@jurta.org>
9086
9087 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
9088 (Info-find-node-2): Simplify error message.
9089 (Info-insert-dir): Use Info-following-node-name.
9090 (Info-goto-node): Remove *info-history* and *info-toc*.
9091 (Info-history): Create a node of the virtual history file.
9092 (Info-toc): Create a node of the virtual toc file.
9093 (Info-insert-toc): New arg `curr-file' for reference file names.
9094 (info-apropos): Remove redundant var binding for temp-file.
9095 (Info-index, Info-index-next, Info-mode): Doc fix.
9096 (Info-goto-emacs-command-node): Don't jump to *info* from
9097 non-*info* Info buffers.
9098 (Info-fontify-node): Don't show the file name of external
9099 references if `Info-hide-note-references' is `hide'. Don't hide
9100 newlines at the end of paragraphs.
9101
9102 * international/mule-diag.el (list-input-methods):
9103 Fix args to help-xref-button.
9104
9105 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
9106 to put into effect local variables from TUTORIAL files.
9107
9108 * textmodes/paragraphs.el (sentence-end) <function>: New fun
9109 with default value taken from the variable `sentence-end'.
9110 (sentence-end) <defcustom>: Set default to nil. Doc fix.
9111 Add nil const to :type.
9112 (sentence-end-without-period, sentence-end-double-space)
9113 (sentence-end-without-space): Doc fix.
9114
9115 * textmodes/paragraphs.el (forward-sentence):
9116 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
9117 (fill-delete-newlines):
9118 * progmodes/cc-cmds.el (c-beginning-of-statement):
9119 Use function `sentence-end' instead of variable `sentence-end'.
9120
9121 2004-04-18 Andreas Schwab <schwab@suse.de>
9122
9123 * progmodes/compile.el (compilation-start): Set window start to
9124 point-min if compilation-scroll-output is nil.
9125
9126 2004-04-18 John Wiegley <johnw@newartisans.com>
9127
9128 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
9129
9130 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
9131
9132 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
9133 (gdb-info-breakpoints-custom): Revert previous change.
9134 (gdb-view-assembler): Update assembler if necessary.
9135 (gdb-frame-handler): Parse correctly for gdb-current-frame.
9136 (gdb-display-source-buffer): Update properly when both source and
9137 assembler are visible.
9138
9139 2004-04-17 John Wiegley <johnw@newartisans.com>
9140
9141 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
9142 which limits the number of names shown in the minibuffer. Off by
9143 default.
9144 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
9145 up iswitchb for users with a multitude of open buffers by showing
9146 only the first and last N/2 buffers in the completion list (which
9147 is enough to aid C-s/C-r, and to know that more characters are
9148 needed to refine the completion list).
9149
9150 2004-04-17 Richard M. Stallman <rms@gnu.org>
9151
9152 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
9153 (file-truename): Expand all ~ constructs directly.
9154 (insert-directory): Delete any error msg output by the
9155 `insert-directory-program'.
9156
9157 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
9158 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
9159 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
9160 (allout-init): Use find-file-hook, not find-file-hooks.
9161 (allout-mode): Eliminate Emacs 18 support.
9162 Use write-contents-functions, not local-write-file-hooks.
9163
9164 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
9165
9166 * progmodes/compile.el (compilation-error-properties): Fix for
9167 adding messages when there are already markers for their file.
9168 (compilation-fake-loc): New function.
9169
9170 2004-04-16 Dave Love <fx@gnu.org>
9171
9172 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
9173 (python-load-file): Fix python-orig-start setting.
9174
9175 * progmodes/compile.el: Doc fixes.
9176 (compilation-error-regexp-alist-alist)
9177 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
9178 (compilation-assq): Wrap in eval-when-compile.
9179 (compilation-mode-font-lock-keywords): Don't use list*.
9180 (compilation-start): Avoid warning.
9181 (compilation-compat-error-properties)
9182 (compilation-directory-properties): Add keymap property.
9183 (compilation-parsing-end): Make it a marker for better compatibility.
9184
9185 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
9186
9187 2004-04-16 Mark A. Hershberger <mah@everybody.org>
9188
9189 * xml.el: Doc fixes.
9190 (xml-get-children): Only looks at sub-tags and ignore strings.
9191
9192 * xml.el (xml-parse-tag): Avoid overwriting node-name.
9193
9194 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
9197
9198 2004-04-16 Andre Spiegel <spiegel@gnu.org>
9199
9200 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
9201
9202 * vc.el (vc-print-log): Likewise.
9203
9204 2004-04-16 Masatake YAMATO <jet@gyve.org>
9205
9206 * simple.el (completion-setup-function): Set an initial value
9207 to `element-common-end' before entering loop. Set a value
9208 to `element-common-end' at the end of loop.
9209 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
9210 (completions-common-part): Rename from completion-de-emphasis.
9211 (completions-first-difference): Rename from completion-emphasis.
9212 Suggested by RMS.
9213
9214 2004-04-16 Juanma Barranquero <lektu@terra.es>
9215
9216 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
9217 (bookmark-edit-annotation-mode): Add mode name.
9218
9219 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9220
9221 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
9222 for nested conflict markers.
9223 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
9224
9225 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
9226
9227 * progmodes/gdb-ui.el (gdb-goto-info): New function.
9228
9229 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
9230
9231 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9232
9233 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
9234 Give a backtrace if requested.
9235
9236 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
9237
9238 * progmodes/python.el (python-mouse-2-command, python-RET-command):
9239 Remove unused functions.
9240 (python-orig-start-line, python-orig-file): Remove.
9241 (python-orig-start): New var.
9242 (python-input-filter, python-compilation-line-number)
9243 (python-send-region, python-load-file): Use it.
9244
9245 * info.el (info): Always jump to *info*.
9246
9247 * subr.el (posn-set-point): New function.
9248
9249 * mouse.el (mouse-set-point): Use it.
9250
9251 * progmodes/compile.el (compile-goto-error): Use it.
9252 (compilation-button-map): New keymap.
9253 (compilation-error-properties): Use it.
9254 (compilation-shell-minor-mode-map): Don't bind mouse-2.
9255
9256 * smerge-mode.el (smerge-popup-context-menu): Use it.
9257
9258 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
9259 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
9260 mouse and non-mouse case.
9261
9262 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
9263 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
9264
9265 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
9266 Make it work for non-mouse events.
9267
9268 * pcvs-info.el (cvs-status-map): Update binding name.
9269
9270 2004-04-14 Mark A. Hershberger <mah@everybody.org>
9271
9272 * xml.el (xml-maybe-do-ns): New function to handle namespace
9273 parsing of both attribute and element names.
9274 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
9275 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
9276 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
9277 (xml-parse-attlist): Make it do its own namespace parsing.
9278
9279 2004-04-14 Dave Love <fx@gnu.org>
9280
9281 * progmodes/python.el (run-python): Fix use of \n.
9282 (python-load-file): Remove `try' from Python fragment.
9283 (python-describe-symbol): Fix message.
9284
9285 * comint.el: Doc fixes.
9286 (comint-last-input-start, comint-last-input-end)
9287 (comint-last-output-start): Give them values.
9288 (comint-arguments): Avoid warning.
9289 (comint-skip-prompt): Use line-end-position.
9290 (comint-backward-matching-input): Rename arg to agree with doc.
9291 (comint-extract-string): Use syntax-ppss.
9292 (comint-dynamic-simple-complete): Delete useless list construction.
9293 (comint-redirect-subvert-readonly): New.
9294 (comint-redirect-preoutput-filter): Use it.
9295
9296 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
9297 Correctly handle negative arguments when calling hook functions.
9298
9299 2004-04-14 Jesper Harder <harder@ifa.au.dk>
9300
9301 * info.el (info-apropos): Don't clobber Info-history-list.
9302
9303 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
9304
9305 * progmodes/compile.el (compilation-setup):
9306 Localize overlay-arrow-position.
9307 (compilation-sentinel): Restructure code equivalently.
9308 (compilation-next-error): Find message on same line after point if
9309 not found before point.
9310 (compile-mouse-goto-error): Restore function so that compilation
9311 buffer need not be current and use compile-goto-error.
9312 (compile-goto-error): Restore function.
9313 (next-error): Set overlay-arrow-position.
9314 (compilation-forget-errors): Don't localize already local
9315 compilation-locs and remove FIXME about refontifying.
9316
9317 2004-04-14 Kim F. Storm <storm@cua.dk>
9318
9319 * startup.el (emacs-quick-startup): New defvar (set by -Q).
9320 (command-line): New option -Q. Like -q --no-site-file, but
9321 in addition it also disables menu-bar, tool-bar, scroll-bars,
9322 tool-tips, and the blinking cursor.
9323 (command-line-1): Skip startup screen if -Q.
9324 (fancy-splash-head): Use ":align-to center" prop to center splash image.
9325
9326 * emulation/cua-base.el (cua-read-only-cursor-color)
9327 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
9328
9329 2004-04-13 Dave Love <fx@gnu.org>
9330
9331 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
9332 (syntax): Don't require.
9333 (python) <defgroup>: Add :version.
9334 (python-quote-syntax): Re-written.
9335 (inferior-python-mode): Move stuff here from run-python and add
9336 some more.
9337 (python-preoutput-continuation, python-preoutput-result)
9338 (python-dotty-syntax-table): New.
9339 (python-describe-symbol): Use them.
9340 (run-python): Move stuff to inferior-python-mode. Modify code
9341 loaded into Python.
9342 (python-send-region): Use python-proc, python-send-string.
9343 (python-send-string): Send newlines too. Callers changed.
9344 (python-load-file): Re-written.
9345 (python-eldoc-function): New.
9346 (info-look): Don't require.
9347 (python-after-info-look): New. A modified version of former
9348 top-level code for use with eval-after-load.
9349 (python-maybe-jython, python-guess-indent): Use widened buffer.
9350 (python-fill-paragraph): Re-written.
9351 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
9352 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
9353
9354 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9355
9356 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
9357 Set compilation-error-regexp-alist earlier.
9358
9359 * progmodes/compile.el (compilation-minor-mode-map)
9360 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
9361 (compile-goto-error): Re-merge the mouse and non-mouse commands.
9362
9363 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9364
9365 * progmodes/compile.el (compile-goto-error): Select the buffer/window
9366 corresponding to the event.
9367
9368 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
9369
9370 * loadup.el: Add cygwin to system-type list, for unexec() support.
9371
9372 2004-04-12 John Paul Wallington <jpw@gnu.org>
9373
9374 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
9375 (ibuffer-restore-window-config-on-quit): New variable to replace
9376 `ibuffer-delete-window-on-quit'. Update all references.
9377 (ibuffer-prev-window-config): New variable.
9378 (ibuffer-quit): Restore previous window configuration instead of
9379 deleting window.
9380 (ibuffer): Save window configuration before showing Ibuffer buffer.
9381
9382 * help.el (describe-mode): Doc fix.
9383
9384 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9385
9386 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
9387 not to treat nil as a function.
9388
9389 * vc-arch.el (vc-arch-root): Be a bit more careful.
9390 (vc-arch-register): Save the buffer if we modified it.
9391 (vc-arch-delete-rej-if-obsolete): Save excursion.
9392 (vc-arch-find-file-hook): Use the simpler after-save-hook.
9393 (vc-arch-responsible-p, vc-arch-init-version): New functions.
9394
9395 * net/ldap.el (ldap-search): Use list*.
9396
9397 2004-04-12 Juri Linkov <juri@jurta.org>
9398
9399 * info.el (Info-follow-reference): Allow multiline reference name.
9400
9401 2004-04-11 Dave Love <fx@gnu.org>
9402
9403 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
9404
9405 * progmodes/python.el: New file.
9406
9407 2004-04-11 Andre Spiegel <spiegel@gnu.org>
9408
9409 * vc-hooks.el (vc-arg-list): Function removed.
9410 (vc-default-workfile-unchanged-p): Use condition-case to check for
9411 backward compatibility.
9412
9413 * vc.el (vc-print-log): Use condition-case to check for backward
9414 compatibility.
9415
9416 2004-04-11 Juri Linkov <juri@jurta.org>
9417
9418 * dired.el (dired-faces): New defgroup.
9419 (dired-header, dired-mark, dired-marked, dired-flagged)
9420 (dired-warning, dired-directory, dired-symlink, dired-ignored):
9421 New faces.
9422 (dired-header-face, dired-mark-face, dired-marked-face)
9423 (dired-flagged-face, dired-warning-face, dired-directory-face)
9424 (dired-symlink-face, dired-ignored-face): New face variables.
9425 (dired-font-lock-keywords): Use them instead of font-lock faces.
9426 Split the rule for dired marks into 3 separate rules: for marks,
9427 marked file names and flagged file names.
9428
9429 * help-mode.el (help-make-xrefs): Add a final newline to the
9430 *Help* buffer.
9431
9432 2004-04-11 John Paul Wallington <jpw@gnu.org>
9433
9434 * replace.el (occur-engine): Distinguish between one and several
9435 matches in the matches per buffer heading.
9436
9437 2004-04-11 Kim F. Storm <storm@cua.dk>
9438
9439 * ido.el (ido-confirm-unique-completion): New defcustom.
9440 (ido-complete): Use it.
9441 (ido-write-file): Set it to t unconditionally.
9442
9443 2004-04-10 Miles Bader <miles@gnu.org>
9444
9445 RCS keyword removal (only non-comment changes are enumerated here):
9446
9447 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
9448 (byte-compile-insert-header): Don't use `byte-compile-version'.
9449 * forms.el (forms-version): Variable removed.
9450 (forms-mode): Don't use `forms-version'.
9451 * recentf.el (recentf-version): Variable removed.
9452 * progmodes/delphi.el (delphi-version): Variable removed.
9453 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
9454
9455 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9456
9457 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
9458
9459 2004-04-09 Jesper Harder <harder@ifa.au.dk>
9460
9461 * info.el (info-apropos): Improve menu item regexp.
9462
9463 2004-04-09 Simon Josefsson <jas@extundo.com>
9464
9465 * mail/smtpmail.el: Add comment, based on report by
9466 kdc@rcn.com (Kevin D. Clark).
9467
9468 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9469
9470 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9471 Redo one more thing that I didn't notice Daniel had undone.
9472
9473 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
9474
9475 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
9476 (gdb-goto-breakpoint, gdb-display-buffer)
9477 (gdb-display-source-buffer, gdb-view-source-function)
9478 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
9479 (gdb-source-info, gdb-frame-handler): Don't specify a window
9480 for display.
9481 (gdb-info-breakpoints-custom): Remove superfluous update of
9482 assembler buffer.
9483 (gdb-many-windows): Make settable outside gdb.
9484
9485 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
9486
9487 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
9488 Derive from fundamental-mode rather than text-mode.
9489
9490 2004-04-08 Juri Linkov <juri@jurta.org>
9491
9492 * info.el (Info-history): Doc fix.
9493 (Info-history-list): New var.
9494 (info-xref): Change magenta4 to blue, remove bold for dark and
9495 light backgrounds, change bold to underline for non-color classes.
9496 (info-xref-visited): New face.
9497 (Info-fontify-visited-nodes): New custom.
9498 (Info-hide-note-references): Add new value `hide'. Doc fix.
9499 (Info-reference-name): New var.
9500 (Info-selection-hook): New custom.
9501 (Info-edit-mode-hook): New var.
9502 (Info-find-file): New fun.
9503 (Info-find-node): Move part of code to Info-find-file.
9504 (Info-find-node-2): Add anchors to Info-history-list. Move point
9505 to the place with the reference name if name is defined.
9506 (Info-select-node): Add current node to Info-history-list.
9507 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
9508 (Info-search-whitespace-regexp): New custom.
9509 (Info-search-case-fold): New var.
9510 (Info-search): Add "case-sensitively" to the prompt.
9511 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
9512 (Info-search-case-sensitively, Info-search-next): New fun.
9513 (Info-up): Move point to the menu item of the current node.
9514 (Info-history): New fun. Add *info-history* to
9515 same-window-buffer-names.
9516 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
9517 (Info-insert-toc): New fun.
9518 (Info-build-toc): New fun.
9519 (Info-follow-reference): Add new arg `fork'. Doc fix.
9520 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
9521 with the same name prefer the reference closest to point.
9522 (Info-next-reference): Replace * by + in the *Note regexp.
9523 Add regexp for http:// and ftp://. Skip the *Note prefix.
9524 (Info-prev-reference): Replace * by + in the *Note regexp.
9525 Add regexp for http:// and ftp://. Skip the *Note prefix.
9526 (Info-follow-nearest-node): Add new arg `fork'.
9527 (Info-try-follow-nearest-node): Add new arg `fork'.
9528 Call browse-url for http:// and ftp:// references.
9529 Set Info-reference-name for index entries.
9530 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
9531 Info-search-next, Info-history, Info-toc, clone-buffer.
9532 (Info-menu-update): Replace * by + in the *Note regexp.
9533 (Info-mode): Add documentation for Info-history, Info-toc,
9534 Info-search-case-sensitively, Info-search-next, clone-buffer.
9535 (Info-fontify-menu-headers): Remove fun. Move code to
9536 Info-fontify-node.
9537 (Info-fontify-node): Add docstring. Add local vars
9538 fontify-visited-p and not-fontified-p. If not-fontified-p is t
9539 then fontify header line, titles, menu headers, http and ftp
9540 references, refill paragraphs. If not-fontified-p is t or
9541 fontify-visited-p is t then fontify cross references, menu items.
9542 Fontify menu headers. Fontify http and ftp references.
9543 Change regexp for cross references to require whitespace after *Note,
9544 add matching groups for file and node names. Remove hack for quote.
9545 Use display property for Info-hide-note-references=t. Use fifth
9546 or fourth match for help-echo. Display visited nodes in a
9547 different face. Unhide file names of external references.
9548 Unhide newlines. Display visited menu items in a different face.
9549
9550 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
9551
9552 * progmodes/compile.el: Require CL.
9553 (compilation-mode-font-lock-keywords): Re-install the "line as
9554 function" patch.
9555
9556 * help-fns.el (help-C-source-directory): New var.
9557 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
9558 (describe-function-1, describe-variable): Use them.
9559
9560 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
9561 to C source files specially.
9562
9563 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
9564
9565 * info.el (Info-hide-cookies-node): New function.
9566 (Info-select-node): Use it.
9567 (Info-display-images-node): Remove message with image file name.
9568
9569 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
9570
9571 * progmodes/compile.el (compilation-warning-face)
9572 (compilation-info-face, compilation-skip-threshold)
9573 (compilation-skip-visited, compilation-context-lines):
9574 Declare :version when added to Emacs.
9575 (compilation-error-regexp-alist-alist): Extend caml and irix.
9576 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
9577 (compilation-mode-font-lock-keywords): Temporarily undo line as
9578 function patch, which wasn't ready.
9579
9580 2004-04-07 Kenichi Handa <handa@m17n.org>
9581
9582 * international/latin1-disp.el (latin1-display-setup): Check each
9583 character is displayable or not instead of calling
9584 latin1-display-check-font.
9585
9586 2004-04-06 Kenichi Handa <handa@m17n.org>
9587
9588 * language/ethio-util.el (ethio-sera-being-called-by-w3):
9589 New variable.
9590 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
9591 instead of sera-being-called-by-w3.
9592 (ethio-fidel-to-sera-buffer): Likewise.
9593 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
9594 instead of sera-being-called-by-w3.
9595 (ethio-write-file): Likewise.
9596
9597 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9598
9599 * printing.el: Doc fix.
9600
9601 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
9602
9603 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
9604 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
9605 (gdb-setup-windows): Only use separate IO buffer if required.
9606
9607 2004-04-06 Kim F. Storm <storm@cua.dk>
9608
9609 * term.el (term-is-xemacs): Remove.
9610 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
9611 (term-window-width): New function.
9612 (term-mode, term-check-size): Use it.
9613 (term-mode): Disable overflow-newline-into-fringe in term buffer.
9614
9615 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
9616
9617 * cus-edit.el (custom-add-parent-links): Change unbound variable
9618 `symbol' to `name'.
9619
9620 2004-04-05 Jesper Harder <harder@ifa.au.dk>
9621 * info.el (info-apropos): New function.
9622 (Info-mode-menu): Add it.
9623 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
9624
9625 * help-mode.el (help-make-xrefs): Recognize aliased variable with
9626 inherited docstring.
9627
9628 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
9629
9630 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9631
9632 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
9633
9634 * progmodes/compile.el (font-lock): Don't require any more.
9635 (compilation-error-properties, compilation-start, compilation-sentinel)
9636 (compilation-filter, next-error): Use with-current-buffer.
9637 (compilation-skip-to-next-location, compilation-skip-threshold)
9638 (compilation-skip-visited): Move to silence the byte-compiler.
9639 (compilation-setup): Simplify.
9640 (compilation-next-error): Use line-(beginning|end)-position.
9641 Make sure `pt' is non-nil before using compilation-loop.
9642 (compile-goto-error): Add optional event arg. Use it.
9643 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
9644 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
9645 Update the binding for mouse-2.
9646 (first-error): Set compilation-current-error to nil rather than bob.
9647 (compilation-parsing-end, compilation-parse-errors-function)
9648 (compilation-error-list, compilation-old-error-list):
9649 "New" compatibility variables.
9650 (compile-buffer-substring, compilation-compat-error-properties)
9651 (compilation-compat-parse-errors, compilation-forget-errors):
9652 New compatibility functions.
9653 (compilation-mode-font-lock-keywords): Use them.
9654
9655 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9656
9657 * autorevert.el (auto-revert-handler): If point (or a window
9658 point) is at the end of the buffer, keep it there after
9659 reverting. This allows to tail a file.
9660 Mention this in the `Commentary'.
9661
9662 * format.el (format-write-file): Add optional argument CONFIRM
9663 and make it behave like the analogous argument to `write-file'.
9664
9665 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9666
9667 * progmodes/ebnf2ps.el: Doc fix.
9668 (ebnf-version): New version number (4.2).
9669 (ebnf-syntax): Customization and docstring fix.
9670 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
9671 Put autoloaded funs before first use.
9672 (ebnf-style-database): Add dtd entry.
9673 (ebnf-syntax-alist): Add dtd initialization.
9674 (ebnf-token-sequence): New fun.
9675 (ebnf-comment-table): Add new comment action character.
9676 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
9677
9678 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
9679 Type Definition for XML).
9680
9681 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
9682 * progmodes/ebnf-bnf.el (ebnf-sequence):
9683 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
9684 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
9685 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
9686 Code simplification: call ebnf-token-sequence.
9687
9688 2004-04-04 Eli Zaretskii <eliz@gnu.org>
9689
9690 * calendar/timeclock.el (timeclock-relative)
9691 (timeclock-get-project-function, timeclock-get-workday-function)
9692 (timeclock-query-out, timeclock-when-to-leave)
9693 (timeclock-when-to-leave-string, timeclock-log-data)
9694 (timeclock-generate-report, timeclock-in): Doc fixes.
9695
9696 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9697
9698 * url/: New dir. Import the URL package from its repository.
9699
9700 2004-04-03 Andreas Schwab <schwab@suse.de>
9701
9702 * diff-mode.el (diff-mode): Fix missing quote.
9703
9704 2004-04-03 Juri Linkov <juri@jurta.org>
9705
9706 * descr-text.el (describe-property-list): Add `font-lock-face'.
9707
9708 * dired.el (dired-font-lock-keywords): Fix permission regexps.
9709
9710 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9711
9712 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
9713 Use utf-16le on little endian machines and utf-16be otherwise.
9714
9715 2004-04-02 David Kastrup <dak@gnu.org>
9716
9717 * net/browse-url.el (browse-url-generic): Use call-process
9718 instead of start-process to allow browsers that fork and detach.
9719
9720 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
9721
9722 * compile.el (compilation-current-error): New var.
9723 (compilation-setup, compile-mouse-goto-error)
9724 (compile-goto-error, next-error): Use it.
9725 (compilation-skip-to-next-location): Default to t, which gives
9726 contiguous skipping like old compile (where this was redundant).
9727 (compilation-next-error): Prevent previous-* commands from moving
9728 back to message at or just before point.
9729
9730 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
9731
9732 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
9733 (gdb-source-info): Don't display source at startup, if required.
9734 (gdb-show-main): New option.
9735 (gdba): Update documentation.
9736 (gdb-source): Cover case of auto-display output.
9737
9738 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
9739
9740 * autorevert.el: Delete obsolete autoload's and defvar's.
9741 (auto-revert-check-vc-info): New user option.
9742 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
9743 (auto-revert-handler-vc): Delete.
9744 (auto-revert-handler): Treat return value `fast' of
9745 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
9746
9747 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
9748 return `fast'.
9749
9750 * files.el (buffer-stale-function): Doc change.
9751
9752 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9753
9754 * printing.el: New tip on Tips section.
9755 (pr-version): New version number (6.7.4).
9756 (pr-shell-file-name): Initialization fix.
9757
9758 2004-03-31 Juri Linkov <juri@jurta.org>
9759
9760 * dired.el: Add autoload for `dired-do-touch'.
9761 (dired-touch-program): New var.
9762 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
9763 (dired-no-confirm): Add `touch' to docstring.
9764
9765 * dired-aux.el (dired-do-touch): New fun.
9766 (dired-do-chxxx): Add argument -t for touch operation.
9767
9768 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
9769 `dired-move-to-filename-regexp'.
9770
9771 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
9772
9773 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
9774
9775 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9776
9777 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
9778 and only if the buffer was modified.
9779
9780 2004-03-30 Kenichi Handa <handa@m17n.org>
9781
9782 * international/characters.el: Delete pairs for U+2308..U+230B.
9783
9784 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
9785
9786 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
9787 to detect the beginning of a level 2 or 3 annotation.
9788
9789 2004-03-29 Kenichi Handa <handa@m17n.org>
9790
9791 * international/ucs-tables.el (ucs-insert): Fix the error message.
9792
9793 2004-03-29 Kenichi Handa <handa@m17n.org>
9794
9795 * international/mule-util.el (char-displayable-p): Fix generation
9796 of XLFD file name.
9797
9798 * Makefile.in (setwins, setwins_almost): Change directory to $wd
9799 before finding directories by `find'.
9800
9801 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9802
9803 * subr.el (interactive-form): Delete. Now implemented in C.
9804
9805 * pcvs.el (cvs-parse-process): Workaround for Darwin.
9806
9807 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
9808 (vc-diff-label): New fun.
9809 (vc-diff-internal): Use it.
9810
9811 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
9812
9813 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9814
9815 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
9816
9817 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
9818 specify XML (EBNFX).
9819
9820 * progmodes/ebnf2ps.el: Doc fix.
9821 (ebnf-version): New version number (4.1).
9822 (ebnf-syntax): Adjust customization.
9823 (ebnf-style-database): Add ebnfx entry.
9824 (ebnf-syntax-alist): Add ebnfx initialization.
9825 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
9826
9827 * printing.el: Doc fix.
9828 (pr-version): New version number (6.7.3).
9829 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
9830 returns nil for mouse position. Reported by Drew Adams
9831 <drew.adams@oracle.com>.
9832 (pr-update-menus): Modify interactive declaration. Reported by Drew
9833 Adams <drew.adams@oracle.com>.
9834
9835 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
9836
9837 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
9838 (gud-gdba-marker-filter): Log the process input and output, if
9839 required. From Stefan Monnier.
9840 (gdb-debug-log, gdb-enable-debug-log): New variables.
9841 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
9842
9843 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9844
9845 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
9846 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
9847
9848 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
9849
9850 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
9851 Call vc-find-file-hook here instead of in auto-revert-buffers.
9852 (auto-revert-buffers): Delete call to vc-find-file-hook.
9853 (auto-revert-verbose, global-auto-revert-non-file-buffers)
9854 (global-auto-revert-mode, auto-revert-set-timer)
9855 (auto-revert-handler, auto-revert-buffers): Doc fixes.
9856
9857 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
9858
9859 * woman.el (woman-change-fonts): Rename local variable
9860 woman-font-alist to font-alist to avoid a compiler warning.
9861
9862 2004-03-27 Dave Love <fx@gnu.org>
9863
9864 * emacs-lisp/rx.el (rx): Doc fix.
9865 Fix copyright years.
9866
9867 * strokes.el (strokes-global-set-stroke-string): New function.
9868 (strokes-list-strokes): Cope with strings, not just commands.
9869 Set foreground colour of image.
9870 (strokes-global-set-stroke): Doc fix.
9871
9872 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
9873
9874 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
9875 Auto Revert mode.
9876 (Buffer-menu-files-only): New variable.
9877 (Buffer-menu-toggle-files-only): New function.
9878 (Buffer-menu-mode-map): Bind it to `T'.
9879 (Buffer-menu-mode): Mention `T' in docstring.
9880 Set buffer-stale-function.
9881 (list-buffers-noselect): Mark buffer non-modified and set
9882 Buffer-menu-files-only.
9883
9884 * dired.el (buffer-stale-function): Remove no longer needed defvar.
9885
9886 * autorevert.el (auto-revert-handler): Print revert message
9887 before, rather than after, reverting.
9888 (buffer-stale-function): Move to files.el.
9889
9890 * files.el (buffer-stale-function): Move here from autorevert.el.
9891
9892 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9893
9894 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
9895
9896 * calc/calc.el (calc-mode-map): Use mapc.
9897
9898 * apropos.el (apropos-mode): Don't autoload.
9899 (apropos-symbols-internal): New fun. Extracted from `apropos'.
9900 (apropos): Use it.
9901 (apropos-print): Add optional `text' argument.
9902 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
9903 Don't assume point-min == 1.
9904
9905 * bs.el (bs-buffer-list): Use buffer-local-value.
9906 (bs--set-toggle-to-show): Use with-current-buffer.
9907
9908 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
9909 New funs.
9910 (list-buffers-noselect): Use them. Adjust :align-to to new style.
9911
9912 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
9913
9914 * dabbrev.el (dabbrev-expand): Fix regexp construction.
9915 (dabbrev--find-expansion): Use pop.
9916 (dabbrev--search): Use match-string-no-properties.
9917
9918 * dired.el (dired-mode): Use run-mode-hooks.
9919 (dired-move-to-end-of-filename): Use match-string.
9920
9921 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
9922 is bound before using it.
9923 (ediff-verbose-p): Make it into a var since it's not constant.
9924
9925 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
9926
9927 * faces.el (read-face-font): Don't cons up unnecessarily.
9928 (header-line, tool-bar): Share common parts.
9929
9930 * files.el (file-relative-name): Use compare-strings.
9931
9932 * finder.el (finder-mode): Follow coding convention.
9933
9934 * subr.el (read-number): New function.
9935
9936 * ses.el (ses-read-number): Move to subr.el.
9937 (ses-set-header-row): Use read-number.
9938
9939 2004-03-26 Andre Spiegel <spiegel@gnu.org>
9940
9941 * vc-hooks.el (vc-arg-list): New function, which handles both
9942 compiled and uncompiled code.
9943 (vc-default-workfile-unchanged-p): Use it.
9944
9945 * vc.el (vc-print-log): Undo prev change, use new function
9946 vc-arg-list from vc-hooks.el.
9947
9948 2004-03-26 Masatake YAMATO <jet@gyve.org>
9949
9950 * simple.el (completion-setup-function): Emphasize the
9951 first uncommon characters in the completions; and de-emphasize
9952 the common prefix substrings.
9953 (completion-emphasis): New face.
9954 (completion-de-emphasis): New face.
9955
9956 2004-03-25 Juanma Barranquero <lektu@terra.es>
9957
9958 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
9959 Comment out (it's unused and unfinished code).
9960
9961 2004-03-25 Sam Steingold <sds@gnu.org>
9962
9963 * vc.el (vc-print-log): Fix a bug in the last patch:
9964 backend-function may be a byte-compiled object, not a lambda.
9965
9966 2004-03-25 Juri Linkov <juri@jurta.org>
9967
9968 * descr-text.el (describe-property-list): Add a button
9969 for `face' property that calls `describe-face'.
9970 Suggested by luis fernandes <elf@ee.ryerson.ca>
9971
9972 * international/mule.el (keyboard-coding-system):
9973 * kmacro.el (kmacro-call-macro): Fix docstring.
9974
9975 * dired.el: Fix comments.
9976
9977 * textmodes/fill.el (fill): Fix Info link.
9978
9979 * font-lock.el (fast-lock, lazy-lock):
9980 * jit-lock.el (jit-lock): Remove links to removed Support Modes
9981 Info node.
9982
9983 * eshell/eshell.el (eshell): Fix broken info-link.
9984
9985 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
9986 * eshell/em-banner.el (eshell-banner):
9987 * eshell/em-smart.el (eshell-smart):
9988 * eshell/esh-cmd.el (eshell-cmd):
9989 Comment out broken info-links to incomplete Info manual.
9990
9991 * info-xref.el: Fix commentary.
9992
9993 2004-03-25 Kevin Ryde <user42@zip.com.au>
9994
9995 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
9996 Remove spurious node duplicate suppression, doesn't work, not wanted.
9997 (info-xref-output): Take format style args, add "sit-for 0" to let
9998 user see the results as they progress.
9999 (info-xref-check-all-custom): New function.
10000
10001 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
10002
10003 * gdb-ui.el: Moved to progmodes.
10004
10005 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10006
10007 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
10008
10009 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10010
10011 * calendar/appt.el (appt-check): Remove superfluous progn.
10012 When finished with diary buffer: if it was not being displayed
10013 before, kill it; otherwise restore its original state.
10014 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
10015
10016 * calendar/calendar.el (calendar-set-mode-line): Use total
10017 available mode-line width, rather than frame-width.
10018
10019 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
10020 after mode change so effect not lost.
10021
10022 2004-03-23 Dave Love <fx@gnu.org>
10023
10024 * dired.el (dired) <defgroup>: Add link to manual.
10025 (dired-font-lock-keywords): Add highlighting on unusual permissions.
10026 (dired-revert): Use dolist.
10027 (dired-mode-map): Add U binding.
10028 (dired-mode): Add font-lock-beginning-of-syntax-function.
10029 (dired-garbage-files-regexp): Make it a defcustom.
10030
10031 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10032
10033 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
10034 is equivalent to nil.
10035 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
10036 (vc-arch-mode-line-string): Accept `added' state.
10037 (vc-arch-state): Use inode-sigs if available.
10038 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
10039 Copy&delete existing id file if any. Fallback if uuidgen is absent.
10040 (vc-arch-tagline-re): New var.
10041 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
10042 New functions.
10043 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
10044 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
10045
10046 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
10047 (vc-file-not-found-hook): Use it.
10048
10049 * diff-mode.el (diff-default-read-only): Change default.
10050 (diff-mode-hook): Make it a defcustom. Add some options.
10051 (diff-mode-map): Bind diff-refine-hook.
10052 (diff-yank-handler): New var.
10053 (diff-yank-function): New fun.
10054 (diff-font-lock-keywords): Use them.
10055 (diff-end-of-file): Handle case where file-header looks like diff text.
10056 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
10057 (diff-file-kill): Delete a subsequent empty line, if applicable.
10058 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
10059 (diff-find-file-name): Use it.
10060 (diff-tell-file-name): New command.
10061 (diff-mode): Be careful with view-mode.
10062 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
10063 New functions, for use in diff-mode-hook.
10064 (diff-find-source-location): Catch "regex too large" errors.
10065 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
10066 (diff-refine-hunk): New command.
10067
10068 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
10069 (smerge-context-menu-map): Remove unused var.
10070 (smerge-keep-all): Preserve markers.
10071 (smerge-keep-n): New fun.
10072 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
10073 (smerge-keep-current, smerge-ediff): Use it.
10074 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
10075 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
10076 (smerge-resolve): Resolve trivial 3-part conflicts.
10077
10078 2004-03-23 Juri Linkov <juri@jurta.org>
10079
10080 * man.el (Man-width): New var.
10081 (Man-getpage-in-background): Use it.
10082 (Man-support-local-filenames): New var and fun.
10083 (Man-build-man-command): Don't add a second %s.
10084 (Man-fontify-manpage): Clean up message.
10085 (Man-mode): Set outline-regexp, outline-level,
10086 imenu-generic-expression.
10087
10088 * woman.el (woman-fill-frame): Doc fix.
10089 (woman-decode-region): Use window-width instead of frame-width.
10090
10091 * abbrevlist.el (list-one-abbrev-table):
10092 * descr-text.el (describe-char):
10093 * international/mule-diag.el (describe-current-coding-system):
10094 * international/quail.el (quail-insert-decode-map):
10095 Use window-width instead of frame-width.
10096
10097 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
10098 (jka-compr-mode-alist-additions): Add tbz.
10099 (jka-compr-write-region, jka-compr-insert-file-contents):
10100 Add message for undefined compress-program.
10101 (jka-compr-write-region): Remove redundant var bindings.
10102
10103 * dired-x.el (dired-guess-shell-alist-default): Add choices for
10104 extracting files into subdirectory. Add tbz and dz. Fix regexps.
10105 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
10106 (dired-man): Use dired-guess-shell-command.
10107 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
10108 Change default nil to t.
10109
10110 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
10111 (dired-compare-directories): Add default value for empty input.
10112
10113 * help-at-pt.el: Move suggestions for key bindings to Commentary.
10114
10115 * time.el (display-time-string-forms): Fix help-echo date format.
10116
10117 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
10118
10119 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
10120 (buffer-stale-function): New variable.
10121 (auto-revert-list-diff, auto-revert-dired-file-list)
10122 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
10123 (auto-revert-handler): Take over some functionality of deleted
10124 functions.
10125 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
10126
10127 * dired.el (dired-directory-changed-p): New fun, extracted from
10128 dired-internal-noselect.
10129 (dired-buffer-stale-p): New fun.
10130 (dired-internal-noselect): Use dired-directory-changed-p.
10131 Eliminate revert messages.
10132 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
10133
10134 2004-03-23 Kenichi Handa <handa@m17n.org>
10135
10136 * international/characters.el: Setup syntaxes for more parentheses
10137 Unicode characters.
10138
10139 * international/mule-cmds.el (select-safe-coding-system):
10140 Merge coding-system and auto-cs before comparing them.
10141
10142 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10143
10144 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
10145
10146 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10147 normal-auto-fill-function and comment-indent-function.
10148 The default values now work just as well.
10149 Don't set font-lock-beginning-of-syntax-function since we already set
10150 syntax-begin-function.
10151 (lisp-outline-level): Put ;;;###autoload at same level as (.
10152 (prin1-char): Quote special chars.
10153
10154 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
10155 than with-no-warnings.
10156
10157 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
10158 if the source location can't be found.
10159 (edebug-compute-previous-result): Use prin1-char.
10160
10161 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
10162 (debug-ignored-errors): Add an entry.
10163
10164 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
10165 (byte-compile-file): Output warning when deleting a file.
10166
10167 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
10168 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
10169
10170 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
10171 (byte-compile-inline-expand): Use backquote.
10172 (byte-optimize-pure-func): Rename from byte-optimize-concat.
10173 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
10174
10175 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
10176
10177 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
10178
10179 2004-03-22 Juri Linkov <juri@jurta.org>
10180
10181 * finder.el (finder-known-keywords): Fix data, tex, unix.
10182
10183 * play/landmark.el: Fix keywords.
10184
10185 * language/ethio-util.el (ethio-find-file): Doc fix.
10186
10187 * emacs-lisp/warnings.el: Doc fix.
10188
10189 * textmodes/ispell.el (ispell-help): Doc fix.
10190
10191 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
10192
10193 * format.el (format-insert-file): Always return a list of two
10194 elements, like insert-file-contents does.
10195
10196 2004-03-21 Andre Spiegel <spiegel@gnu.org>
10197
10198 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
10199 and vc-BACKEND-diff.
10200 (vc-print-log): If the print-log implementation supports it, use
10201 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
10202 (vc-version-diff, vc-diff-internal): Doc fixes.
10203
10204 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
10205 implementation supports it, let diff output go to *vc*,
10206 not *vc-diff*, since this is an internal call.
10207
10208 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
10209
10210 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
10211
10212 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
10213
10214 2004-03-21 Dave Love <fx@gnu.org>
10215
10216 * progmodes/cfengine.el (cfengine-mode):
10217 Set parse-sexp-ignore-comments.
10218
10219 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
10220
10221 2004-03-21 Juanma Barranquero <lektu@terra.es>
10222
10223 * allout.el (allout-mode): Fix docstring.
10224
10225 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
10226
10227 * files.el (insert-directory): Fix bug if SWITCHES is a list.
10228
10229 * autorevert.el (auto-revert-interval): Make new value take
10230 effect immediately when set through Custom.
10231 (auto-revert-set-timer): Add interactive declaration.
10232
10233 2004-03-19 David Ponce <david@dponce.com>
10234
10235 * ruler-mode.el (ruler-mode-header-line-format-old):
10236 Don't `make-variable-buffer-local'.
10237 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
10238 (ruler-mode-header-line-format): Simply funcall the above.
10239 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
10240 to save/restore a previous header line format.
10241 (ruler-mode-space): Don't depend on a numeric WIDTH value.
10242 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
10243 fringes and margins width.
10244 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
10245
10246 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
10247
10248 * log-edit.el (log-edit-font-lock-keywords): Typo.
10249
10250 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
10251 (tex-send-tex-command): Rather than here.
10252 (tex-compilation-parse-errors): Simplify.
10253
10254 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
10255
10256 * time.el (display-time-string-forms): Add help-echo with date on time.
10257
10258 * composite.el (compose-region): Use restore-buffer-modified-p.
10259
10260 * disp-table.el (standard-display-8bit): Simplify.
10261
10262 * server.el (server-process-filter): Delete temp frame.
10263
10264 * add-log.el (add-change-log-entry): Simplify.
10265
10266 2004-03-19 Kim F. Storm <storm@cua.dk>
10267
10268 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
10269 (hexl-follow-line): Don't require 'fringe.
10270
10271 * progmodes/compile.el (compilation-start): Always set
10272 compilation-last-buffer and return it.
10273
10274 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
10275
10276 * simple.el (clone-buffer): Doc fix.
10277
10278 2004-03-18 Juanma Barranquero <lektu@terra.es>
10279
10280 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
10281
10282 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10283
10284 * log-edit.el (log-edit-font-lock-keywords): New var.
10285 (log-edit-mode): Use it.
10286
10287 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
10288
10289 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
10290 properly for watching in speedbar.
10291
10292 2004-03-17 Masatake YAMATO <jet@gyve.org>
10293
10294 * smerge-mode.el (smerge-popup-context-menu):
10295 Put `unwind-protect' around `overlay-put' and `popup-menu'.
10296
10297 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10298
10299 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
10300 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
10301 Take sealed revisions into account.
10302 (vc-arch-checkin): Extract a summary line from the message.
10303
10304 2004-03-16 Masatake YAMATO <jet@gyve.org>
10305
10306 * register.el (register): Provide `register' feature.
10307
10308 2004-03-15 Masatake YAMATO <jet@gyve.org>
10309
10310 Added context menu support in smerge mode.
10311 Most of the part is written by Stefan Monnier.
10312
10313 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
10314 New keymap and menu.
10315 (smerge-text-properties): New function.
10316 (smerge-remove-props): New function.
10317 (smerge-popup-context-menu): New function.
10318 (smerge-resolve): Call `smerge-remove-props'.
10319 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
10320 (smerge-keep-current): Ditto.
10321 (smerge-kill-current): New function.
10322 (smerge-match-conflict): Put text properties.
10323 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
10324
10325 2004-03-15 David Ponce <david@dponce.com>
10326
10327 * ruler-mode.el: (ruler-mode-left-fringe-cols)
10328 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
10329 (ruler-mode-right-scroll-bar-cols): Remove.
10330 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
10331 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
10332 Use fringe-columns and scroll-bar-columns.
10333
10334 2004-03-15 Masatake YAMATO <jet@gyve.org>
10335
10336 * hl-line.el (hl-line-range-function): New variable.
10337 (hl-line-move): New function.
10338 (global-hl-line-highlight): Use `hl-line-move'.
10339 (hl-line-highlight): Ditto.
10340
10341 * scroll-bar.el (scroll-bar-columns):
10342 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
10343
10344 * ruler-mode.el (top-level): Require scroll-bar and fringe.
10345 (ruler-mode-left-fringe-cols)
10346 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
10347 (ruler-mode-right-scroll-bar-cols)
10348 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
10349 (ruler-mode-ruler-function): New variable.
10350 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
10351 if the value for `ruler-mode-ruler-function'is given.
10352
10353 * hexl.el (hexl-mode-hook): Make the hook customizable.
10354 (hexl-address-area, hexl-ascii-area): New customize variables.
10355 (hexlify-buffer): Put font-lock-faces on the address area and
10356 the ascii area.
10357 (hexl-activate-ruler): New function.
10358 (hexl-follow-line): New function.
10359 (hexl-highlight-line-range): New function.
10360 (hexl-mode-ruler): New function.
10361
10362 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10363
10364 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
10365 (vc-default-find-file-hook): New fun.
10366 (vc-find-file-hook): Call new find-file-hook operation.
10367
10368 * vc-arch.el: New file.
10369
10370 2004-03-12 Jesper Harder <harder@ifa.au.dk>
10371
10372 * info-look.el (info-lookup): Reuse an existing Info window.
10373
10374 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
10375
10376 * woman.el (woman-preserve-ascii): Default value changed to t and
10377 doc string revised.
10378
10379 2004-03-12 Richard M. Stallman <rms@gnu.org>
10380
10381 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10382 Fix minor bug.
10383
10384 * replace.el (occur-engine): Change message for count of matches.
10385
10386 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
10387 For strings, do compare text properties.
10388
10389 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
10390
10391 * progmodes/compile.el (compile-auto-highlight)
10392 (compilation-error-list, compilation-old-error-list)
10393 (compilation-parse-errors-function, compilation-parsing-end)
10394 (compilation-error-message, compilation-directory-stack)
10395 (compilation-enter-directory-regexp-alist)
10396 (compilation-leave-directory-regexp-alist)
10397 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
10398 (compilation-current-file, compilation-regexps): Remove vars.
10399
10400 (compile-error-at-point, compilation-error-filedata)
10401 (compilation-error-filedata-file-name, compile-reinitialize-errors)
10402 (compilation-next-error-locus, compilation-forget-errors)
10403 (count-regexp-groupings, compilation-parse-errors)
10404 (compile-collect-regexps, compile-buffer-substring): Remove funs.
10405
10406 (compile-internal): Make obsolete.
10407
10408 (compilation-first-column, compilation-error)
10409 (compilation-directory-matcher, compilation-page-delimiter)
10410 (compilation-mode-font-lock-keywords, compilation-debug)
10411 (compilation-error-face, compilation-warning-face)
10412 (compilation-info-face, compilation-line-face)
10413 (compilation-column-face, compilation-enter-directory-face)
10414 (compilation-leave-directory-face, compilation-skip-threshold)
10415 (compilation-skip-visited, compilation-context-lines): New vars.
10416
10417 (compilation-warning-face, compilation-info-face)
10418 (compilation-message-face): New faces.
10419
10420 (compilation-error-regexp-alist-alist): New constant.
10421
10422 (compilation-face, compilation-directory-properties)
10423 (compilation-assq, compilation-error-properties, compilation-start)
10424 (define-compilation-mode, compilation-loop)
10425 (compilation-set-window): New functions.
10426
10427 (compile): Additional argument for interactive compiles like TeX.
10428
10429 * progmodes/grep.el (kill-grep): Move here from compile.el
10430 (grep-error, grep-hit-face, grep-error-face)
10431 (grep-mode-font-lock-keywords): New variables.
10432 (grep-regexp-alist): Simplify regexp and add `binary' case.
10433 (grep-mode): New mode.
10434 (grep-process-setup): Simplify.
10435
10436 2004-03-11 Jason Rumney <jasonr@gnu.org>
10437
10438 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
10439 letters on DOS/Windows.
10440
10441 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
10442
10443 * server.el (server-name): New var.
10444 (server-socket-dir): New var to replace server-socket-name.
10445 (server-start): Use them.
10446
10447 2004-03-11 Simon Josefsson <jas@extundo.com>
10448
10449 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
10450 died to avoid infloop. Reported by Jonathan Glauner
10451 <jglauner@sbum.org>.
10452
10453 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10454
10455 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
10456 (smerge-mode-menu): Use it to deactivate menu entries.
10457 (smerge-keep-current): New fun.
10458 (smerge-keep-current): Use it.
10459
10460 2004-03-10 John Paul Wallington <jpw@gnu.org>
10461
10462 * foldout.el (foldout-fold-list, foldout-modeline-string):
10463 Declare them as variables, not constants.
10464
10465 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10466
10467 * ps-print.el: Modification to print *Messages* buffer.
10468 (ps-print-version): New version 6.6.4.
10469 (ps-message-log-max): New fun.
10470 (ps-spool-without-faces, ps-spool-with-faces)
10471 (ps-count-lines-preprint): Code fix.
10472
10473 * printing.el: New tips in Tips section.
10474
10475 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10476
10477 * delim-col.el: Doc fix.
10478
10479 * printing.el: Doc fix. New doc section (Tips).
10480
10481 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
10482
10483 * type-break.el (type-break-emacs-variant): Remove.
10484 (type-break-run-at-time, type-break-cancel-function-timers):
10485 Use fboundp rather than version name and number.
10486
10487 2004-03-09 Masatake YAMATO <jet@gyve.org>
10488
10489 * hexl.el (hexl-mode): Use `make-local-variable' instead of
10490 `make-variable-buffer-local'.
10491
10492 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
10493
10494 * find-dired.el (find-dired): Call `shell-command' instead of
10495 `start-process-shell-command'. By this, Tramp takes over
10496 handling of remote directories.
10497
10498 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
10499
10500 * newcomment.el (comment-use-global-state): New var.
10501 (comment-search-forward): Use it.
10502
10503 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
10504
10505 * cus-edit.el (fill) <defgroup>: Move to fill.el.
10506
10507 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
10508 (enable-kinsoku): Make it a defcustom.
10509 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
10510 paragraph to same-comment-start-marker.
10511
10512 2004-03-07 Dave Love <fx@gnu.org>
10513
10514 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
10515 (browse-url-mail): Use it.
10516
10517 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
10518 (rfc2368-unhexify-string): Use replace-regexp-in-string.
10519
10520 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
10521
10522 * woman.el (woman-man.conf-path): Doc fix.
10523 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
10524
10525 2004-03-07 Eli Zaretskii <eliz@gnu.org>
10526
10527 * sort.el (sort-columns): Remove ms-dos from the list of systems
10528 where the external `sort' command is not used.
10529
10530 2004-03-07 Kim F. Storm <storm@cua.dk>
10531
10532 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
10533 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
10534 from overlay-arrow-variable-list.
10535 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
10536
10537 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
10538
10539 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
10540 overlay arrow string properly for the assembler buffer.
10541
10542 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
10543
10544 * mail/sendmail.el (mail-mode): Fix last change.
10545
10546 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
10547
10548 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
10549 for the assembler buffer.
10550 (gdb-assembler-custom): Position the overlay arrow.
10551 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
10552
10553 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
10554
10555 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
10556
10557 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
10558 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
10559
10560 * mail/sendmail.el (mail-mode): Set comment-start-skip.
10561
10562 * newcomment.el (uncomment-region): Allow non-terminated comment.
10563 (comment-normalize-vars): Check the user-specified comstart marker.
10564
10565 2004-03-04 Jesper Harder <harder@ifa.au.dk>
10566
10567 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
10568 Otherwise, do use it if the region only contains font-lock text
10569 properties.
10570
10571 2004-03-04 Masatake YAMATO <jet@gyve.org>
10572
10573 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
10574 as the callback function for eldoc.
10575 (hexl-print-current-point-info): New function.
10576 (hexl-current-address): Print the address in both decimal
10577 and hexadecimal format.
10578
10579 2004-03-04 Richard M. Stallman <rms@gnu.org>
10580
10581 * mail/rmail.el (rmail-convert-to-babyl-format):
10582 Specify t for UNIBYTE when calling mail-unquote-printable-region.
10583
10584 * mail/mail-utils.el (mail-unquote-printable-region):
10585 New arg UNIBYTE.
10586
10587 * startup.el (command-switch-alist): Doc fix.
10588
10589 * simple.el (undo): Temporarily set this-command to `undo-start',
10590 then set it to `undo' once undo-start returns without error.
10591
10592 * simple.el (minibuffer-history-sexp-flag): Doc fix.
10593
10594 * simple.el (kill-line): Don't disregard trailing whitespace
10595 in eol condition, if show-trailing-whitespace is set.
10596
10597 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
10598 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
10599 When disabling, restore old values only if mouse-sel-has-been-enabled.
10600
10601 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
10602 (isearch-{-char): New function.
10603 (isearch-mode-map): Bind { to isearch-{-char.
10604
10605 * font-lock.el (lisp-font-lock-keywords-2):
10606 Turn off the CL with-... and do-... general patterns.
10607 Instead, recognize several specific with... and do... constructs.
10608
10609 * files.el (switch-to-buffer-other-window):
10610 Bind same-window-buffer-names and same-window-regexps to nil.
10611 (switch-to-buffer-other-frame): Likewise.
10612
10613 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
10614
10615 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
10616 recognizing leading comment on code line.
10617
10618 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
10619
10620 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
10621 hidden files/directories.
10622
10623 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
10624
10625 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
10626 only comment-start (in case the mode hasn't set it).
10627
10628 * Makefile.in (AUTOGENEL): New var.
10629 (bootstrap-prepare): Rename from bootstrap-clean.
10630 Don't remove elc files.
10631 (maintainer-clean): New target.
10632
10633 * xml.el (xml-get-attribute-or-nil): Simplify.
10634
10635 2004-03-02 Juri Linkov <juri@jurta.org>
10636
10637 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
10638 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
10639 URL to prevent their substitution with the environment variable
10640 values by browsers.
10641
10642 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10643
10644 * ps-print.el: Doc fix.
10645 (ps-print-version): New version number (6.6.3).
10646 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
10647 Docstring fix.
10648 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
10649 before printing.
10650 (ps-time-stamp-yyyy-mm-dd): New fun.
10651 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
10652
10653 2004-03-02 Kim F. Storm <storm@cua.dk>
10654
10655 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
10656
10657 2004-03-01 Juanma Barranquero <lektu@terra.es>
10658
10659 * allout.el (allout-rebullet-heading): Fix typo in docstring.
10660
10661 * desktop.el (desktop-file-version)
10662 (desktop-after-read-hook): Fix typos.
10663 (desktop-clear-preserve-buffers): Remove redundant info in
10664 docstring already shown by the obsolescence message.
10665 (desktop-truncate, desktop-internal-v2s)
10666 (desktop-value-to-string): Change argument name to match docstring.
10667
10668 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
10669
10670 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
10671 docstring.
10672
10673 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10674
10675 * printing.el: Replace "As Is..." in PostScript file print/preview by
10676 "No Preprocessing...". Suggested by Colin Marquardt
10677 <_marquardt_@zmd.de>.
10678 (pr-insert-section-4): Adjust buffer interface.
10679
10680 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
10681
10682 Version 2.0.39 of Tramp released.
10683
10684 * net/tramp.el (tramp-handle-file-local-copy)
10685 (tramp-handle-write-region, tramp-open-connection-rsh):
10686 Variable name typo. Small change. From Patrick Tullmann
10687 <tullmann@flux.utah.edu>.
10688 (tramp-process-connection-type): New variable.
10689 (tramp-maybe-open-connection): Use it.
10690 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
10691 (tramp-touch): Set last-modified time of a remote file.
10692 (tramp-handle-write-region): Say which function is used when encoding.
10693
10694 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
10695
10696 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
10697 case of non-existing filename, too. Reported by Christoph Bauer
10698 <c_bauer@informatik.uni-kl.de>.
10699 (tramp-smb-get-file-entries): The directory in question should
10700 have permissions "drwxrwxrwx". Just virtual, because we don't
10701 know the real permissions. Don't we know?
10702 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
10703 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
10704 (tramp-smb-wait-for-output): Optimize algorithm getting pending
10705 output. If it was received chunkwise, there have been problems.
10706 Remove the "prompt not found" error message; it is obvious.
10707 Simplify algorithm.
10708 (tramp-smb-process-running): Remove. Since we acknowledge the
10709 virtual prompt for shares, there's no need for distinction of
10710 reading shares (process ends afterwards) and interactive mode of
10711 smblient.
10712 (tramp-smb-open-connection): Setting process sentinel removed.
10713 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
10714 "NT_STATUS_NETWORK_ACCESS_DENIED".
10715 (tramp-smb-maybe-open-connection): Set `process-connection-type'
10716 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
10717 (top-level): Setting default value in `tramp-default-method-alist'
10718 corrected. Order of USER and HOST have been wrong.
10719 Nobody complained for months ...
10720 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
10721 (tramp-smb-open-connection): Clear password cache if login has failed.
10722
10723 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
10724 `tramp-unified-filenames'.
10725 (tramp-completion-mode): Make test for XEmacs explicitely.
10726 `event-to-character' can exists in Emacs packages too.
10727 Reported by Matt Swift <swift@alum.mit.edu>.
10728 (tramp-buffer-name): Buffer name must contain the user if exists.
10729 Reported by Adrian Phillips <a.phillips@met.no>.
10730 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
10731 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
10732 (tramp-do-copy-or-rename-file-out-of-band): Rename from
10733 `tramp-do-copy-or-rename-file-one-local', because it handles also
10734 the case both files use the same out-of-band method.
10735 Implementation added.
10736 (tramp-handle-file-local-copy, tramp-handle-write-region):
10737 Out-of-band handling removed. `copy-file' called instead, which
10738 calls `tramp-do-copy-or-rename-file-out-of-band'.
10739 (tramp-action-password): Check for out-of-band method removed.
10740 This function is used for 'login-program.
10741 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
10742 appropriate.
10743 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
10744 and `tramp-parse-sknownhosts'.
10745 (tramp-completion-function-alist): It's a defvar now, because we
10746 want to apply the optimized `tramp-set-completion-function'
10747 instead of a static list.
10748 (tramp-set-completion-function): Implementation tuned.
10749 Avoid double entries, and entries where the function or the
10750 file/directory doesn't exist.
10751 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
10752 for SSH2.
10753 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
10754 (tramp-handle-dired-compress-file): New function.
10755 (tramp-async-proc): New variable.
10756 (tramp-handle-shell-command): Adding asynchronous processes.
10757 They are far from being perfect, but it works at least for
10758 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
10759 (top-level): Require password.el if visible. Should be mandatory
10760 once No Gnus has found its way into (X)Emacs.
10761 (tramp-read-passwd): Invoke `password-read' if available,
10762 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
10763 fallback any longer.
10764 (tramp-clear-passwd): New function.
10765 (tramp-process-actions, tramp-process-multi-actions):
10766 Clear password cache if login has failed.
10767
10768 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
10769 its own module.
10770 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
10771 `ange-ftp-ftp-name-res'. There could be incorrect values from
10772 previous calls in case the "ftp" method is used in the Tramp file
10773 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10774
10775 2004-02-28 Richard M. Stallman <rms@gnu.org>
10776
10777 * term.el (term-mouse-paste): Call mouse-set-point.
10778
10779 * thumbs.el: New file.
10780
10781 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10782
10783 * progmodes/ebnf-abn.el: Doc fix.
10784
10785 * progmodes/ebnf-bnf.el: Doc fix.
10786 (ebnf-repeat): Code fix.
10787
10788 * progmodes/ebnf2ps.el: Doc fix.
10789 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
10790
10791 2004-02-28 Juri Linkov <juri@jurta.org>
10792
10793 * ffap.el (dired-at-point): Additional writability test for
10794 relative directory names.
10795 (dired-at-point-prompter): Treat directories as a directory, get
10796 the directory component from files.
10797 (ffap-string-at-point): Return string from region if region is active.
10798 (ffap-file-at-point): Remove redundant code.
10799
10800 2004-02-28 Kim F. Storm <storm@cua.dk>
10801
10802 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
10803 Initialize margin area images to nil.
10804 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
10805 (breakpoint-enabled-bitmap-face)
10806 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
10807 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
10808 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
10809 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
10810 (gdb-reset): Use gdb-remove-breakpoint-icons.
10811 (gdb-put-string): Add dprop arg to specify alternative display
10812 property (for setting fringe bitmap).
10813 (gdb-remove-strings): Doc fix.
10814 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
10815 icon in fringe (if available), or else as icon or text in display
10816 margin. Creates necessary icons in breakpoint-bitmap,
10817 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
10818 Also make left window margin if required.
10819 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
10820 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
10821 no longer needed.
10822 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
10823 gdb-put-breakpoint-icon.
10824 (gdb-assembler-mode): Don't set left-margin-width here.
10825
10826 2004-02-27 Kevin Ryde <user42@zip.com.au>
10827
10828 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
10829 comma, so that it DTRT in macros.
10830
10831 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
10832
10833 * progmodes/sh-script.el (sh-shell-arg)
10834 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
10835 (sh-leading-keywords, sh-other-keywords): Fix custom type.
10836
10837 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
10838
10839 * faces.el (face-spec-set-match-display): Add a new attribute,
10840 `min-colors'.
10841 (region, highlight, secondary-selection): Use `min-colors'.
10842
10843 * custom.el (defface): Add documentation for `min-colors'.
10844
10845 * font-lock.el (font-lock-comment-face, font-lock-string-face)
10846 (font-lock-keyword-face, font-lock-function-name-face)
10847 (font-lock-variable-name-face, font-lock-constant-face):
10848 Use `min-colors'.
10849
10850 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
10851
10852 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10853
10854 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
10855 define assq-delete-all if it's not defined.
10856 (ebnf-generate-region): Code fix.
10857
10858 * printing.el: Doc fix.
10859 (pr-version): New version number (6.7.2).
10860 (pr-command): Return empty string if command is an empty string.
10861
10862 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10863
10864 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
10865
10866 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
10867 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
10868 semi-down-full. Fix a bug on productions like test = {"test"}* | (
10869 "tt" ["test"] ). Reported by Markus Dreyer
10870 <mdreyer@ix.urz.uni-heidelberg.de>.
10871 (ebnf-version): New version number (4.0).
10872 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
10873 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
10874 (ebnf-delete-style): New commands.
10875 (ebnf-directory, ebnf-file): New funs.
10876 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
10877 (ebnf-production-name-p, ebnf-stop-on-error): New options.
10878 (ebnf-syntax-alist): New var.
10879 (ebnf-element-width): New fun replacing ebnf-list-width.
10880 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
10881 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
10882 (ebnf-prologue): Adjust vars.
10883 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
10884 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
10885 (ebnf-check-style-values, ebnf-generate-production)
10886 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
10887 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
10888 (ebnf-token-repeat): Code fix.
10889
10890 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
10891 %right, %left and %prec. Suggested by Matthew K. Junker
10892 <junker@alum.mit.edu>.
10893 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
10894
10895 * progmodes/ebnf-iso.el: Doc fix.
10896 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
10897 (ebnf-iso-lex): Code fix.
10898
10899 * progmodes/ebnf-bnf.el: Doc fix.
10900 (ebnf-bnf-lex): Code fix.
10901
10902 * progmodes/ebnf-otz.el: Doc fix.
10903
10904 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10905
10906 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
10907 (abbrev-prefix-mark): Doc fix.
10908
10909 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
10910
10911 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
10912 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
10913 (gdb-var-delete): Make interactive (really).
10914 (gdb-edit-value): Make non-interactive.
10915
10916 * progmodes/gud.el (gud-speedbar-menu-items):
10917 Add gdb-var-delete and, indirectly, gdb-edit-value.
10918 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
10919 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
10920 (gud-gdb-marker-filter): Add comment for annotations.
10921
10922 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
10923
10924 * calendar/calendar.el (generate-calendar)
10925 (calendar-read-date): Prevent display of BC calendars once more -
10926 reverts 2003-10-01 change.
10927 (generate-calendar-month): Doc fix.
10928
10929 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10930
10931 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
10932 return value of increment-calendar-month.
10933
10934 2004-02-21 Stephen Compall <s11@member.fsf.org>
10935
10936 * saveplace.el (save-place-forget-unreadable-files)
10937 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
10938 (save-place-forget-unreadable-files): New function.
10939 (save-place-alist-to-file): Use it to filter out files that are
10940 no longer readable.
10941
10942 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
10943 current Texinfo environment, using the same method as in
10944 `texinfo-insert-@end', and insert a space rather than a newline if
10945 point in a @table environment.
10946
10947 2004-02-21 Juri Linkov <juri@jurta.org>
10948
10949 * ffap.el (ffap-file-at-point): Try parent directories.
10950
10951 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
10952
10953 * vcursor.el (vcursor-modifiers): New defcustom.
10954 (vcursor-cs-binding): Use vcursor-modifiers instead of a
10955 hard-coded list.
10956
10957 2004-02-21 Masatake YAMATO <jet@gyve.org>
10958
10959 * play/animate.el (animate-birthday-present): Accept names other
10960 than `Sarah', too.
10961
10962 2004-02-21 Juri Linkov <juri@jurta.org>
10963
10964 * startup.el: Remove table of command line arguments from the
10965 Commentary section.
10966
10967 2004-02-20 John Wiegley <johnw@newartisans.com>
10968
10969 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
10970 again" modifier from 'e' to 'E', since 'e' is also used by the
10971 "file extension" modifier.
10972
10973 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
10974
10975 * help-fns.el (describe-categories): Doc fix.
10976
10977 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
10978
10979 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
10980 temporary file for buffer already visiting one. This change makes
10981 output likely to be directly usable by patch program.
10982 Suggested by Adrian Aichner <adrian@xemacs.org>
10983
10984 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
10985
10986 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
10987 case of variables defined in compound statements.
10988 (gdb-setup-windows, gdb-source-info, gdb-source-info):
10989 Simplify constructions using switch-to-buffer.
10990
10991 2004-02-19 Simon Josefsson <jas@extundo.com>
10992
10993 * play/morse.el: Fix typo.
10994 (morse-code): Add @.
10995
10996 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
10997
10998 * calendar/appt.el (appt-display-format): Change default to
10999 'ignore, for backwards compatibility.
11000 (appt-display-message): If appt-display-format is 'ignore,
11001 respect old vars appt-msg-window and appt-visible.
11002 (appt-activate): Don't depend on return value of cancel-timer.
11003
11004 * calendar/calendar.el (calendar-holidays): Doc fix.
11005
11006 * calendar/cal-coptic.el (coptic-prompt-for-date):
11007 Use assoc-string instead of assoc-ignore-case.
11008 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
11009 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
11010 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
11011 * calendar/cal-islam.el (calendar-goto-islamic-date)
11012 (mark-islamic-diary-entries): Ditto.
11013 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
11014 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
11015 (calendar-read-mayan-tzolkin-date): Ditto.
11016 * calendar/calendar.el (calendar-read-date): Ditto.
11017 * calendar/diary-lib.el (mark-diary-entries): Ditto.
11018
11019 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
11020
11021 * progmodes/executable.el (executable-command-find-posix-p):
11022 Fix choice of the directory.
11023
11024 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
11025
11026 * simple.el (interprogram-cut-function)
11027 (interprogram-paste-function, kill-new, kill-append):
11028 Doc fixes.
11029 (kill-region): Make it return nil. Doc fix.
11030 (yank-pop): Make its argument optional.
11031 (yank): Make ARG `-' equivalent to `-1'.
11032
11033 2004-02-17 Eli Zaretskii <eliz@gnu.org>
11034
11035 * mail/rmail.el (rmail-get-new-mail): Don't reference
11036 rmail-use-spam-filter if rmail-spam-filter is not loaded.
11037
11038 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
11039
11040 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
11041 if one of global-auto-revert-non-file-buffers or autorevert-mode
11042 is non-nil.
11043
11044 2004-02-16 Eli Zaretskii <eliz@gnu.org>
11045
11046 * subr.el (delete-dups): A better implementation from Karl Heuer
11047 <kwzh@gnu.org>.
11048
11049 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11050
11051 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
11052 correct place.
11053 * progmodes/icon.el (icon-indent-command): Ditto.
11054 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
11055
11056 2004-02-16 Eli Zaretskii <eliz@gnu.org>
11057
11058 * progmodes/grep.el (grep-compute-defaults): Undo change from
11059 2004-01-29: don't use executable-command-find-posix-p.
11060
11061 2004-02-16 Richard Sharman <rsharman@pobox.com>
11062
11063 * hilit-chg.el: Use require instead of eval-and-compile.
11064 (highlight-compare-buffers): New function.
11065
11066 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
11067
11068 * man.el (Man-fontify-manpage): Render section headings in
11069 `Man-overstrike-face' even when overstrike was not used by man
11070 formatter for section headings.
11071
11072 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
11073
11074 * rmail-spam-filter.el: (vm-use-spam-filter)
11075 (rsf-min-region-length-added-to-spam-list): New variables.
11076 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
11077 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
11078 spam testing. Don't delete spam message if automatic deletion
11079 after output via variable rmail-delete-after-output is turned on.
11080 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
11081 rsf-bbdb-dont-create-entries-for-spam.
11082 (check-field): New function, extracted from code in
11083 rmail-spam-filter to ease addition of header fields like content-type.
11084 (message-content-type): New variable to check the content-type:
11085 field added, also in defcustom of rsf-definitions-alist.
11086 (rmail-spam-filter): Replace repeated test code for header fields
11087 by calls to check-field; change the call to
11088 rmail-output-to-rmail-file such that rmail-current-message stays
11089 the same to avoid wrong deletion of unseen flags.
11090 (rsf-add-contents-type): New function to convert old format
11091 of rmail-spam-definitions-alist into new one.
11092 Change prefixes of all variables and functions from
11093 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
11094
11095 2004-02-16 Eli Zaretskii <eliz@gnu.org>
11096
11097 * loadhist.el (unload-hook-features-list): New defvar.
11098
11099 2004-02-16 Dave Love <fx@gnu.org>
11100
11101 * loadhist.el (unload-feature): Doc fix. Rename flist to
11102 unload-hook-features-list.
11103
11104 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
11105
11106 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
11107 cookie. Don't check if we are looking-at open-formula.
11108
11109 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11110
11111 * subr.el (match-string-no-properties): Use substring-no-properties.
11112
11113 2004-02-16 Eli Zaretskii <eliz@gnu.org>
11114
11115 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
11116 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
11117 Use lower-case "rx" in all error message.
11118
11119 2004-02-16 Dave Love <fx@gnu.org>
11120
11121 * emacs-lisp/rx.el (rx-or): Put group around result.
11122 (rx-constituents): Add backref.
11123 (rx-syntax): Add string-delimiter, comment-delimiter.
11124 (rx-categories): Add combining-diacritic.
11125 (rx-check-not, rx-greedy, rx): Doc fix.
11126 (rx-backref, rx-check-backref): New.
11127
11128 2004-02-16 Jesper Harder <harder@ifa.au.dk>
11129
11130 * newcomment.el (uncomment-region): Allow eob as comment end.
11131
11132 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
11133
11134 * filecache.el: All message and error commands now use prefix
11135 "Filecache:" to make it easy to read *Messages* buffer.
11136
11137 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
11138
11139 * autorevert.el: Add support to detect changed dired and VC buffers.
11140 (auto-revert-active-p, auto-revert-list-diff)
11141 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
11142 (auto-revert-handler, auto-revert-active-p): New functions.
11143 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
11144 and `auto-revert-active-p'.
11145 (eval-when-compile): Defvar dired-directory and vc-mode.
11146 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
11147 (auto-revert-handler-vc): New functions.
11148
11149 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
11150
11151 * progmodes/compile.el (compilation-directory): New defvar.
11152 (compile): Save current directory in compilation-directory.
11153 (recompile): Bind default-directory to compilation-directory if
11154 that is non-nil.
11155
11156 2004-02-16 Dave Love <fx@gnu.org>
11157
11158 * newcomment.el (comment-insert-comment-function)
11159 (comment-region-function, uncomment-region-function): New.
11160 (comment-indent): Use comment-insert-comment-function.
11161 (uncomment-region): Use uncomment-region-function.
11162 (comment-region): Use comment-region-function.
11163
11164 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
11165
11166 2004-02-16 Richard Stallman <rms@gnu.org>
11167
11168 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
11169 loaddefs* and ldefs-boot*.
11170
11171 2004-02-16 Eli Zaretskii <eliz@gnu.org>
11172
11173 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
11174 and email address at the beginning and end of the address.
11175
11176 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
11177 anchored at the beginning of the email address.
11178
11179 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
11180
11181 * international/ccl.el (ccl-compile-write): Pass `left' to
11182 ccl-embed-code to generate correct code of write-expr-register.
11183
11184 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
11185
11186 * progmodes/grep.el (grep-compute-defaults): Fix typos.
11187
11188 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11189
11190 * x-dnd.el: Mention support for Motif in commentary.
11191 (x-dnd-handle-drag-n-drop-event): Ditto.
11192
11193 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
11194
11195 * ses.el: Use "ses--" prefixes for buffer-local variables.
11196 Use (point-min) instead of 1, even when we know the buffer
11197 is unnarrowed.
11198 (ses-build-load-map): Delete. Distribute its content to defconst's for
11199 the three maps.
11200 (ses-menu, ses-header-line-menu): New menus.
11201 (ses-mode-map): Use them.
11202 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
11203
11204 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
11205
11206 * Makefile.in: Fix the CC Mode recompile kludge so it works
11207 when building in a different directory.
11208
11209 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
11210
11211 * simple.el (kill-new): Put yank-handler property on the entire string.
11212
11213 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * diff.el: Don't use compile any more, use diff-mode instead.
11216 (diff-regexp-alist, diff-old-file, diff-new-file)
11217 (diff-parse-differences, diff-process-setup): Remove.
11218 (diff-sentinel): New fun.
11219 (diff): Use it. Run the process ourselves.
11220 Use diff-mode for the rest of the processing.
11221
11222 * diff.el (diff): Simplify code handling `switch'.
11223
11224 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
11225
11226 * pcvs-defs.el (cvs-menu): Add `tag'.
11227
11228 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
11229
11230 * simple.el (kill-append): Doc fix.
11231
11232 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11233 Adapt outline-regexp to the new conventions for commenting out code.
11234
11235 2004-02-11 John Paul Wallington <jpw@gnu.org>
11236
11237 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
11238
11239 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
11240
11241 * diff.el (diff-switches): New fun.
11242 (diff, diff-backup): Use it.
11243 (diff): Clean up the args construction. Use backquote.
11244 Use listp instead of consp to avoid putting a nil arg.
11245 (diff): Add a revert-buffer function.
11246
11247 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11248
11249 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
11250 handled by x-dnd-handle-file-name.
11251 (x-dnd-known-types): Add COMPOUND_TEXT.
11252 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
11253 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
11254 x-dnd-empty-state.
11255 (x-dnd-forget-drop): Ditto.
11256 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
11257 (x-dnd-handle-one-url): Return private when inserting text.
11258 (x-dnd-insert-ctext): New function.
11259 (x-dnd-handle-file-name): New function for FILE_NAME.
11260 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
11261 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
11262 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
11263
11264 2004-02-10 Kenichi Handa <handa@m17n.org>
11265
11266 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
11267 instead of while loop.
11268
11269 2004-02-10 Miles Bader <miles@gnu.org>
11270
11271 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
11272
11273 2004-02-09 Kenichi Handa <handa@m17n.org>
11274
11275 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
11276 have end-of-line.
11277
11278 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
11279
11280 * Makefile.in: Added extra dependencies in the recompile target
11281 needed to cope with the compile time macro expansions in CC Mode.
11282
11283 2004-02-09 Kim F. Storm <storm@cua.dk>
11284
11285 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
11286 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
11287 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
11288 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
11289 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
11290 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
11291 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
11292 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
11293 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
11294 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
11295 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
11296
11297 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
11298
11299 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
11300 Don't allow shrink if there's a window on our right.
11301
11302 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
11303 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
11304 Bring together declaration and initialization.
11305 (prolog-mode-variables): Don't set the syntax table.
11306 Don't set paragraph-start and comment-indent-function.
11307 Add /*..*/ to the comment regexps.
11308 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
11309 (prolog-mode-map): Don't bind TAB.
11310 (prolog-mode): Set the syntax table.
11311 (prolog-comment-indent): Remove.
11312 (inferior-prolog-mode-map): Initialize in the declaration.
11313 (inferior-prolog-mode-syntax-table)
11314 (inferior-prolog-mode-abbrev-table): New vars.
11315 (inferior-prolog-mode): Derive from comint-mode.
11316 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
11317 minibuffer windows.
11318
11319 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
11320 in file names, as long as it is unabmiguous.
11321
11322 2004-02-08 Andreas Schwab <schwab@suse.de>
11323
11324 * textmodes/reftex-toc.el
11325 (reftex-toc-load-all-files-for-promotion): Remove useless use of
11326 format. Doc fix.
11327
11328 * textmodes/refer.el (refer-find-entry-internal): Remove extra
11329 format string arguments.
11330
11331 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
11332 string argument.
11333
11334 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
11335
11336 * play/zone.el (zone-call): Fix format string.
11337
11338 * net/webjump.el (webjump-builtin): Add missing format string argument.
11339
11340 * midnight.el (midnight-delay-set): Remove extra format string argument.
11341
11342 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
11343
11344 * hexl.el (hexl-insert-char): Add missing format string argument.
11345
11346 * format.el (format-decode): Fix format string.
11347
11348 * emulation/vi.el (vi-mode): Remove extra format string argument.
11349 (vi-repeat-last-search): Likewise.
11350 (vi-reverse-last-search): Likewise.
11351 (vi-goto-mark): Likewise.
11352 (vi-reverse-last-find-char): Likewise.
11353 (vi-repeat-last-find-char): Likewise.
11354 (vi-locate-def): Likewise.
11355
11356 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
11357
11358 * ediff-util.el (ediff-toggle-read-only): Remove extra format
11359 string argument.
11360 (ediff-toggle-regexp-match): Likewise.
11361
11362 * dired-aux.el (dired-do-query-replace-regexp): Add missing
11363 format string argument.
11364
11365 * calc/calc-map.el (calc-get-operator): Remove extra format
11366 string argument.
11367
11368 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
11369
11370 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
11371 string argument.
11372
11373 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
11374
11375 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
11376
11377 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
11378
11379 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
11380 (cl-struct-setf-expander): Likewise.
11381
11382 * vc.el (with-vc-file): Fix unsafe uses of error.
11383 (vc-cancel-version): Likewise.
11384
11385 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
11386
11387 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
11388 thousands separator; fixes <class>:<line-number> regexp for
11389 non-english locales.
11390
11391 2004-02-08 Andreas Schwab <schwab@suse.de>
11392
11393 * view.el (view-mode-enable): Revert previous change.
11394
11395 2004-02-07 Kim F. Storm <storm@cua.dk>
11396
11397 * simple.el (line-number-at-pos): Rename from line-at-pos.
11398 Uses changed (what-line and vc-annotate-warp-version).
11399
11400 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
11401
11402 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
11403 (diff-mode): Remove aborted attempt at support for compile.el.
11404 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
11405
11406 2004-02-06 Andreas Schwab <schwab@suse.de>
11407
11408 * view.el (view-mode-enable): Add view-mode-map to
11409 minor-mode-overriding-map-alist.
11410
11411 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11412
11413 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
11414
11415 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
11416
11417 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
11418 with point inside rather than after the paragraph.
11419
11420 2004-02-04 Sam Steingold <sds@gnu.org>
11421
11422 * mail/smtpmail.el (smtpmail-try-auth-methods):
11423 Do not try authentication when no mechanism is available.
11424 Pass port-name as defaultport to `netrc-machine'.
11425
11426 2004-02-04 Stephen Eglen <stephen@gnu.org>
11427
11428 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
11429 to show how minibuffer height can be constrained.
11430
11431 2004-02-04 John Paul Wallington <jpw@gnu.org>
11432
11433 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
11434
11435 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11436
11437 * x-dnd.el: New file for drag and drop.
11438
11439 * term/x-win.el: require x-dnd, set after-make-frame-functions
11440 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
11441 drag-n-drop event.
11442
11443 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
11444 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
11445 (dired-dnd-handle-file): New functions for drag and drop support.
11446 (dired-mode): Initialize drag and drop if x-dnd present.
11447
11448 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
11449
11450 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
11451 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
11452 (cperl-mode): Set fill-paragraph-function.
11453 (cperl-fill-paragraph): Make it non-interactive.
11454
11455 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
11456
11457 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
11458
11459 2004-02-02 David Kastrup <dak@gnu.org>
11460
11461 * replace.el (perform-replace): Allow 'literal argument in
11462 regexp-flag to indicate literal replacement.
11463 (query-replace-regexp-eval): Use it.
11464
11465 2004-02-01 Andreas Schwab <schwab@suse.de>
11466
11467 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
11468
11469 2004-02-01 Stephen Eglen <stephen@gnu.org>
11470
11471 * info-look.el: Add support for maxima-mode. Update commentary
11472 because info-lookup-symbol is now bound to C-h S.
11473
11474 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
11475
11476 * simple.el (edit-and-eval-command): Bind print-level and
11477 minibuffer-history-sexp-flag around call to read-from-minibuffer.
11478 Correct initial position in command-history.
11479
11480 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
11481
11482 * files.el (read-directory-name): Adapt the docstring to recent
11483 change in Fread_file_name.
11484
11485 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
11486
11487 * ses.el (ses-print-cell): If print format too wide for column
11488 width, truncate decimal places if that helps to avoid "#####" fill.
11489 * ses.el (ses-initial-column-width): Revert previous change.
11490
11491 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
11492
11493 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
11494 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
11495 Add edebug info.
11496 (jit-lock-mode): Setup/cancel the new timer.
11497 (jit-lock-context-fontify): New fun. Extracted from
11498 context fontification code of jit-lock-stealth-fontify.
11499 (jit-lock-stealth-fontify): Don't do context fontification any more.
11500
11501 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
11502 (jit-lock-fontify-now): Handle the `quit' case.
11503 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
11504
11505 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
11506
11507 * progmodes/executable.el (executable-command-find-posix-p):
11508 New. Check if find handles arguments Posix-style.
11509
11510 * progmodes/grep.el (grep-compute-defaults):
11511 Use executable-command-find-posix-p.
11512 (grep-find): Check `grep-find-command'.
11513
11514 * filecache.el (file-cache-find-posix-p): Delete.
11515 (file-cache-add-directory-using-find):
11516 Use `executable-command-find-posix-p'.
11517
11518 2004-01-29 Dave Love <fx@gnu.org>
11519
11520 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
11521 Iterate the hook function if arg is given.
11522 (mark-defun, narrow-to-defun): Change order of finding the limits.
11523
11524 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
11525 (byte-compile-format-warn): New.
11526 (byte-compile-callargs-warn): Use it.
11527 (Format, message, error): Add byte-compile-format-like property.
11528 (byte-compile-maybe-guarded): New.
11529 (byte-compile-if, byte-compile-cond): Use it.
11530 (byte-compile-lambda): Compile interactive forms,
11531 just to make warnings about them.
11532
11533 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
11534
11535 * ses.el (ses-initial-column-width): Increase to 14, so it will
11536 work well with the default printer of "%.7g" for extreme values
11537 like "-1.234567e+07".
11538
11539 2004-01-29 Kenichi Handa <handa@m17n.org>
11540
11541 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
11542
11543 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
11544
11545 * dos-w32.el: Added support for the `default-printer-name' function.
11546
11547 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
11548
11549 * server.el (server-socket-name): Don't use the hostname in the
11550 socket name since /tmp is local to the host anyway.
11551
11552 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
11553 robust check of widening and fix var-naming.
11554
11555 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
11556
11557 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
11558 or rmail-spam- to rsf- in all function and variable names.
11559 (rsf-min-region-to-spam-list): New variable.
11560 (rsf-bbdb-auto-delete-spam-entries): Rename from
11561 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
11562 scanned together with the recipients field for spam testing; Don't
11563 delete spam message if rmail-delete-after-output is non-nil;
11564 (rsf-check-field): New function, extracted from code in
11565 rmail-spam-filter to ease addition of header fields like
11566 content-type:;
11567 (message-content-type): New variable. The content-type: field was
11568 added also in defcustom of rsf-definitions-alist;
11569 (rmail-spam-filter): Replace repeated test code for header fields
11570 by calls to check-field; change the call to
11571 rmail-output-to-rmail-file such that rmail-current-message stays
11572 the same to avoid wrong deletion of unseen flags.
11573 (rmail-use-spam-filter): Add autoload cookie.
11574
11575 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
11576
11577 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
11578 (file-cache-add-directory-using-find): Add Cygwin support.
11579 (file-cache-find-command-posix-flag): New user variable.
11580
11581 * filecache.el (file-cache-add-directory): Check for
11582 directories an remove them from dir-files.
11583
11584 2004-01-27 Richard M. Stallman <rms@gnu.org>
11585
11586 * man.el (Man-fontify-manpage): Clean up message.
11587
11588 2004-01-27 Kenichi Handa <handa@m17n.org>
11589
11590 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
11591 (sentence-end): Define using sentence-end-without-space.
11592
11593 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
11594 a sentence ends with one of a character in sentence-end-without-space.
11595
11596 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
11597
11598 * font-lock.el (font-lock): Add jit-lock as explicit group member.
11599 (jit-lock): Group declaration moved to jit-lock.el.
11600 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
11601 when necessary.
11602
11603 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
11604 (jit-lock-context-unfontify-pos): Rename from
11605 jit-lock-first-unfontify-pos.
11606 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
11607
11608 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
11609
11610 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
11611 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
11612 (fortran-fill): When filling a string, adjust re-search-backward
11613 argument for special case of string just on fill-column.
11614 When filling non-string, allow one extra char if
11615 fortran-break-before-delimiters is non-nil.
11616 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
11617 Use fortran-break-delimiters-re and fortran-no-break-re to
11618 correctly handle cases such as "**".
11619
11620 * progmodes/f90.el (f90-break-delimiters): Doc fix.
11621 (f90-no-break-re): Add some extra tokens. Doc fix.
11622
11623 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
11624
11625 * mail/rmail-spam-filter.el:
11626 Use two semicolons as Commentary line prefix.
11627 Add ";;; Code:" stylized comment.
11628 Delete end-of-line whitespace.
11629 Wrap (require 'cl) with `eval-when-compile'.
11630
11631 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
11632
11633 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
11634 at the top level of vc.el.
11635
11636 2004-01-23 Andre Spiegel <spiegel@gnu.org>
11637
11638 * vc.el (vc-current-line): Function removed. This is now done by
11639 the new function line-at-pos in simple.el.
11640 (vc-annotate-warp-version): Use line-at-pos instead of
11641 vc-current-line.
11642
11643 2004-01-22 Kim F. Storm <storm@cua.dk>
11644
11645 * simple.el (line-at-pos): New defun.
11646 (what-line): Use it. Optimize by only counting lines in narrowed
11647 region once.
11648
11649 2004-01-22 Kenichi Handa <handa@m17n.org>
11650
11651 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
11652 point (register r1) only for charset mule-unicode-0100-24ff.
11653
11654 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
11655
11656 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
11657 trailing white space and ensure a final newline.
11658
11659 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
11660 Add autoload cookie.
11661
11662 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
11663
11664 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
11665 activate view-mode explicitly.
11666
11667 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11668
11669 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
11670 use clipboard first.
11671
11672 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
11673
11674 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
11675 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
11676 (vc-mcvs-cvs): Remove.
11677 (vc-mcvs-command): Remove use of assert.
11678
11679 * outline.el (outline-insert-heading): Tighten up match.
11680 (outline-demote, outline-move-subtree-down): Don't assume anything
11681 about outline-regexp.
11682
11683 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
11684 (texinfo-show-structure): Explicitly add ^, and simplify.
11685
11686 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
11687
11688 * calendar/appt.el (appt-check): Restore usage of
11689 appt-issue-message deleted in previous change.
11690 (top-level): Activate package when loaded (needed for backwards
11691 compatibility).
11692
11693 2004-01-20 Jesper Harder <harder@ifa.au.dk>
11694
11695 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
11696 following previous change to smtpmail-send-data.
11697
11698 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
11699
11700 * vc.el (vc-default-previous-version): Doc enhancement.
11701 (vc-default-next-version): New function.
11702 (vc-print-log): New arg FOCUS-REV.
11703 (vc-annotate-mode): Derive from view-mode.
11704 (vc-annotate): New args REVISION, DISPLAY-MODE.
11705 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
11706 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
11707 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
11708 (vc-annotate-show-diff-revision-at-line, vc-current-line)
11709 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
11710
11711 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
11712
11713 2004-01-19 Karl Berry <karl@gnu.org>
11714
11715 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
11716 or "TexInfo".
11717
11718 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
11719
11720 * subr.el (delete-dups): New function.
11721
11722 2004-01-19 Karl Berry <karl@gnu.org>
11723
11724 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
11725 with ^, since that's what texinfo-show-structure
11726 documentation says (plus it works much better in texinfo.txi).
11727
11728 2004-01-18 Jesper Harder <harder@ifa.au.dk>
11729
11730 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
11731
11732 2004-01-18 David Ponce <david@dponce.com> (tiny change)
11733
11734 * progmodes/which-func.el (which-function-mode): Don't cancel
11735 which-func-update-timer if not set.
11736
11737 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
11738
11739 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
11740 Remove spurious left square bracket in XX:XXam regexp.
11741
11742 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
11743
11744 * progmodes/cc-defs.el: Do not require cl at run time.
11745
11746 2004-01-16 Richard M. Stallman <rms@gnu.org>
11747
11748 * emacs-lisp/cl.el (cl-cannot-unload): New function.
11749 (cl-unload-hook): Defvar this to run cl-cannot-unload.
11750
11751 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
11752 Call rmail-spam-filter. Delete and expunge spam.
11753 Print number of spam messages deleted.
11754 Save and restore the deletion status of old messages when reading
11755 new mail with spam filter, so that expunging spam does not expunge
11756 msgs deleted by the user.
11757 (rmail-only-expunge): Add an optional argument dont-show to
11758 prevent showing message after expunge.
11759
11760 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11761
11762 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
11763 * subr.el (declare): New macro.
11764
11765 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
11766
11767 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
11768
11769 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
11770
11771 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11772 Test window-system rather than system-type (for X11/Mac).
11773
11774 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
11775
11776 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
11777
11778 2004-01-12 Richard M. Stallman <rms@gnu.org>
11779
11780 * mail/rmail.el (rmail-convert-to-babyl-format):
11781 Use mail-unquote-printable-region.
11782 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
11783 (rmail-hex-char-to-integer): Functions deleted.
11784
11785 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
11786 (mail-unquote-printable-region): New arg NOERROR.
11787 For invalid encoding, either signal an error to just return nil.
11788
11789 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11790
11791 * calendar/appt.el: Update copyright and commentary.
11792 (appt-issue-message): Make obsolete.
11793 (appt-visible, appt-msg-window): Make obsolete, in favour of
11794 appt-display-format.
11795 (appt-display-mode-line, appt-display-duration)
11796 (appt-display-diary, appt-time-msg-list, appt-mode-string)
11797 (appt-prev-comp-time, appt-display-count, appt-timer)
11798 (appt-convert-time): Doc change.
11799 (appt-disp-window-function, appt-delete-window-function):
11800 Use defcustom rather than defvar.
11801 (appt-display-format): New variable.
11802 (appt-display-message): New function with display code from appt-check.
11803 (appt-check): Add optional FORCE argument. Doc change.
11804 Add appt-make-list to diary-hook if displaying diary.
11805 Remove checking of view-diary-entries-initially.
11806 Message display section removed to new function appt-display-message.
11807 (appt-display-window): Doc change. Remove unused internal var
11808 this-buffer. Do not beep, since appt-display-message does that.
11809 (appt-make-list): Doc change. Use caar.
11810 (appt-sort-list): Simplify by using builtin sort function.
11811 (appt-update-list): New function for updating appts when diary is
11812 saved.
11813 (appt-activate): New autoloaded function to toggle package
11814 functionality.
11815
11816 * calendar/cal-x.el: (calendar-one-frame-setup)
11817 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
11818
11819 * calendar/calendar.el: Update copyright.
11820 (view-diary-entries-initially, european-calendar-style): Doc change.
11821 (calendar-setup): Make defcustom rather than defvar.
11822 (mark-visible-calendar-date): Initialize temp-face and faceinfo
11823 in let binding so local to function.
11824
11825 * calendar/diary-lib.el: Update copyright.
11826 (diary, diary-entry-time): Doc change.
11827 (list-diary-entries): Doc change. Trivial logic change.
11828 (fancy-diary-display): Restore make-face command mistakenly
11829 deleted 2003-05-08.
11830 (show-all-diary-entries): Allow to pop-up frame if needed.
11831
11832 2004-01-09 John Paul Wallington <jpw@gnu.org>
11833
11834 * bindings.el (mode-line-change-eol): Add EVENT parameter.
11835 Temporarily select EVENT's window for changing eol type.
11836
11837 2004-01-09 Deepak Goel <deego@gnufans.org>
11838
11839 * calendar/diary-lib.el (diary-entry-time):
11840 Also accept time in the form XX[.XX][am/pm/AM/PM].
11841 (fancy-diary-font-lock-keywords): Likewise.
11842 (diary-font-lock-keywords): Likewise.
11843 * calendar/appt.el (appt-add): Likewise.
11844 (appt-make-list): Likewise.
11845 (appt-convert-time): Likewise.
11846
11847 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
11848
11849 * gdb-ui.el (gdb-ann3): Revert previous change.
11850 (gdb-source-info): Allow for case of where compilation directory
11851 is not recorded.
11852
11853 2004-01-08 John Paul Wallington <jpw@gnu.org>
11854
11855 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
11856
11857 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
11858
11859 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
11860
11861 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
11862 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
11863 problems.
11864 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
11865
11866 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11867
11868 * files.el (write-file-functions, write-contents-functions):
11869 Clarify docstrings.
11870
11871 2004-01-07 Kenichi Handa <handa@m17n.org>
11872
11873 * international/mule.el (set-auto-coding): Fix for the case that
11874 end-of-line is only CR.
11875
11876 2004-01-07 Kim F. Storm <storm@cua.dk>
11877
11878 * subr.el (event-start, event-end): Doc fix.
11879 (posn-string, posn-image): New defuns.
11880 (posn-object): Return either image or string object.
11881 (posn-object-x-y): Return 8th element of position.
11882 (posn-object-width-height): New defun.
11883
11884 2004-01-06 Andreas Schwab <schwab@suse.de>
11885
11886 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
11887 output.
11888
11889 2004-01-05 Karl Berry <karl@gnu.org>
11890
11891 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
11892 / and *, too.
11893
11894 2003-12-31 Simon Josefsson <jas@extundo.com>
11895
11896 * files.el (before-save-hook): Add.
11897 (basic-save-buffer): Use before-save-hook.
11898
11899 * emacs-lisp/copyright.el: Fix comment to recommend
11900 before-save-hook instead of write-file-functions.
11901
11902 2004-01-05 Richard M. Stallman <rms@gnu.org>
11903
11904 * finder.el (finder-commentary): Call delete-other-windows.
11905
11906 * net/ange-ftp.el (ange-ftp-file-attributes):
11907 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
11908
11909 2004-01-04 Karl Berry <karl@gnu.org>
11910
11911 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
11912 comment characters % and # in the copyright year notice,
11913 as well as ;.
11914
11915 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
11916
11917 * wid-edit.el (default): Define dummy :value-delete.
11918 Reported by Jesper Harder <harder@ifa.au.dk>.
11919
11920 2004-01-03 Richard M. Stallman <rms@gnu.org>
11921
11922 * progmodes/compile.el (compile-internal): Use point, not point-min,
11923 for set-window-point.
11924
11925 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
11926
11927 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
11928
11929 * progmodes/grep.el (grep-mode-map):
11930 Don't remap next-line, previous-line.
11931
11932 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
11933
11934 * speedbar.el (speedbar-edit-line): Change regexp to position
11935 the cursor on the first character of this line's button.
11936
11937 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11938
11939 * subr.el (functionp): Doc fix.
11940
11941 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
11942
11943 * progmodes/idlwave.el (idlwave-make-tags):
11944 * textmodes/flyspell.el (flyspell-large-region):.
11945 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
11946 * emulation/viper-util.el (viper-glob-unix-files):
11947 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
11948 * man.el (Man-init-defvars):
11949 * jka-compr.el (jka-compr-call-process):
11950 * files.el (get-free-disk-space,insert-directory):
11951 * ediff-ptch.el (ediff-test-patch-utility):
11952 * ediff-diff.el (ediff-test-utility):
11953 * dired-aux.el (dired-check-process):
11954 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
11955 test the return value of call-process, because it can be a string.
11956
11957 2003-12-31 John Paul Wallington <jpw@gnu.org>
11958
11959 * bindings.el (completion-ignored-extensions): Add .pfsl.
11960
11961 2003-12-31 Kim F. Storm <storm@cua.dk>
11962
11963 * ido.el (ido-nonreadable-directory-p): New defun to check for
11964 nonreadable directory without activating tramp (to avoid problems
11965 with checking incomplete tramp paths).
11966 (ido-set-current-directory, ido-file-internal)
11967 (ido-file-name-all-completions1): Use it.
11968
11969 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11970
11971 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
11972 documentation if the anchor (or node) name is preceded by `info
11973 anchor' or `Info anchor' in addition to earlier `info node' and
11974 `Info node'.
11975 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
11976
11977 2003-12-30 Eli Zaretskii <eliz@gnu.org>
11978
11979 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
11980 error in arguments to base64-decode-region. Remove ^M characters
11981 after decoding base64.
11982
11983 2003-12-30 Simon Josefsson <jas@extundo.com>
11984
11985 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
11986 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
11987 have only been distributed with Emacs for some years.
11988 (texinfo-mode-hook): Customize.
11989
11990 2003-12-30 Eli Zaretskii <eliz@gnu.org>
11991
11992 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
11993 cleaner (suggested by Richard Stallman).
11994
11995 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
11996 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
11997 file-name clashes on 8+3 DOS filesystems.
11998
11999 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
12000 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
12001 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
12002 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
12003 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
12004 file-name clashes on 8+3 filesystems.
12005
12006 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
12007 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
12008 file-name clashes on 8+3 DOS filesystems.
12009
12010 2003-12-29 Richard M. Stallman <rms@gnu.org>
12011
12012 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
12013 Upcase the character.
12014
12015 * textmodes/flyspell.el (mail-mode-flyspell-verify):
12016 Search for header separator alone on a line, literally,
12017 and search for it backward, not forward.
12018 (flyspell-abbrev-table): Always use global-abbrev-table
12019 if there is no local one.
12020
12021 * progmodes/sh-script.el (sh-get-indent-info):
12022 Don't move point back if at bob.
12023
12024 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
12025
12026 * play/handwrite.el (handwrite): Make the handwrite credit message
12027 a comment rather than an output command.
12028
12029 * obsolete/sc.el: Display message that this file is obsolete.
12030
12031 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
12032
12033 * mail/rfc822.el (rfc822-address-start): Declare variable.
12034 Renamed from address-start. All uses changed.
12035
12036 * term.el (term-exec): Set up sentinel.
12037 (term-sentinel): New function.
12038 (term-handle-exit): New function.
12039
12040 * subr.el (assoc-ignore-case, assoc-ignore-representation):
12041 Use assoc-string, and mark them obsolete.
12042 (delay-mode-hooks): Mark as permanent local.
12043
12044 * simple.el (sendmail-user-agent-compose): Use assoc-string.
12045
12046 * register.el (copy-rectangle-to-register): Doc fix.
12047
12048 * info.el (Info-insert-dir): Use assoc-string.
12049
12050 * info-look.el (info-lookup): Use assoc-string.
12051
12052 * frame.el (pop-up-frame-function): Use quote, not `function'.
12053 (frame-notice-user-settings): Calculate ADJUSTED-TOP
12054 copying with lists as coordinate values.
12055
12056 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
12057
12058 * find-dired.el (kill-find): New command.
12059 (find-dired): Make buffer read-only.
12060 Set up a keymap with C-c C-k running kill-find.
12061 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
12062
12063 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
12064
12065 * filecache.el (file-cache-ignore-case): New variable.
12066 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
12067
12068 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
12069 (comint-dynamic-complete-as-filename): Rename local vars.
12070 (comint-dynamic-list-filename-completions): Likewise.
12071
12072 * comint.el (comint-dynamic-list-completions-config): New var.
12073 (comint-dynamic-list-completions): Handle both SPC and TAB right.
12074
12075 * comint.el (comint-file-name-chars): Add [].
12076 (comint-word): Use skip-chars-backward, not search.
12077
12078 * shell.el (shell-file-name-chars): Add [].
12079
12080 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
12081
12082 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
12083
12084 * generic.el (define-generic-mode): Doc fix.
12085
12086 2003-12-29 Eli Zaretskii <eliz@gnu.org>
12087
12088 * files.el (kill-some-buffers): Doc fix.
12089
12090 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
12091
12092 * comint.el (comint-watch-for-password-prompt): Pass `string' as
12093 arg to send-invisible
12094 (send-invisible): Doc fix. The argument is now a prompt, not the
12095 string to send.
12096 (comint-read-noecho): Doc fix.
12097
12098 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
12099
12100 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
12101 "@", as required by some ISP hosting service. Fix defcustom
12102 argument syntax errors that prevented use of customization.
12103
12104 2003-12-29 Eli Zaretskii <eliz@gnu.org>
12105
12106 * xml.el (xml-get-attribute-or-nil): Doc fix.
12107
12108 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
12109
12110 * net/zone-mode.el (zone-mode): Use write-file-functions, not
12111 write-file-hooks.
12112
12113 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
12114
12115 * autorevert.el (auto-revert-interval): Doc fix.
12116
12117 2003-12-29 Mark A. Hershberger <mah@everybody.org>
12118
12119 * xml.el (xml-get-attribute-or-nil): New function, like
12120 xml-get-attribute, but returns nil if the attribute was not found.
12121 (xml-get-attribute): Convert to defsubst, uses
12122 xml-get-attribute-or-nil.
12123
12124 2003-12-29 Eli Zaretskii <eliz@gnu.org>
12125
12126 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
12127
12128 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
12129
12130 * custom.el (custom-declare-theme): Use `value' when putting
12131 properties on `theme'.
12132
12133 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
12134
12135 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
12136 for each yank-handler segment.
12137 (insert-for-yank-1): New function, with the body of the previous
12138 insert-for-yank.
12139
12140 * textmodes/table.el (table-yank-handler): New defcustom.
12141 (table--put-cell-indicator-property): Put yank-handler property
12142 that indicates the yank handler for the table cell.
12143
12144 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
12145
12146 * generic-x.el (etc-modules-conf-generic-mode): A more complete
12147 set of keywords.
12148
12149 2003-12-29 Eli Zaretskii <eliz@gnu.org>
12150
12151 * international/mule-cmds.el (reset-language-environment)
12152 (set-language-environment): Don't invoke fontset-related functions
12153 if fontset-list is not fboundp.
12154
12155 2003-12-29 Kenichi Handa <handa@m17n.org>
12156
12157 * international/mule-cmds.el (reset-language-environment):
12158 Call set-overriding-fontspec-internal with nil.
12159 (set-language-environment): Call set-overriding-fontspec-internal
12160 if the language environment specify `overriding-fontspec'.
12161 (language-info-alist): Doc added.
12162
12163 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
12164 characters of mule-unicode-0100-24ff.
12165 (ccl-encode-windows-1251-font): New CCL program.
12166 ("Bulgarian"): Specify overriding-fontspec.
12167 ("Belarusian"): Likewise.
12168
12169 2003-12-28 Sam Steingold <sds@gnu.org>
12170
12171 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
12172 parameter ID-FORMAT to conform with the 2003-11-30 patch.
12173
12174 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
12175
12176 * progmodes/gud.el (gud-gdb-command-name): Set default to
12177 "gdb --annotate=3".
12178 (gud-gdb-marker-filter): Look out for annotations.
12179 (gdb-first-pre-prompt): New variable.
12180 Remove trailing white space.
12181
12182 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
12183 if necessary.
12184 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
12185 annotations are detected.
12186 (gud-gdba-marker-filter): Use global variable gud-marker-acc
12187 instead of a local one to allow transition from
12188 gud-gdb-marker-filter.
12189 Remove trailing white space.
12190
12191 2003-12-27 Kim F. Storm <storm@cua.dk>
12192
12193 * ido.el: Handle non-readable directories.
12194 (ido-decorations): Add 9th element for non-readable directory.
12195 (ido-directory-nonreadable): New dynamic var.
12196 (ido-set-current-directory): Set it.
12197 (ido-read-buffer, ido-file-internal):
12198 (ido-read-file-name, ido-read-directory-name): Let-bind it.
12199 (ido-file-name-all-completions1): Return empty list for
12200 non-readable directory.
12201 (ido-exhibit): Print [Not readable] if directory is not readable.
12202 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
12203 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
12204 Use it.
12205
12206 2003-12-27 Lars Hansen <larsh@math.ku.dk>
12207
12208 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
12209 calls to directory-files-and-attributes and file-attributes.
12210 (ls-lisp-format): Remove system dependent handling of user and
12211 group id's.
12212
12213 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
12214
12215 * ffap.el (ffap-read-file-or-url): Revert previous change.
12216
12217 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
12218
12219 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
12220 new list of included files called `files-with-node-lines', that
12221 only have node lines. This way @include commands can include any
12222 file, such as version and update files without node lines, not
12223 just files that are chapters.
12224
12225 2003-12-25 Andreas Schwab <schwab@suse.de>
12226
12227 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
12228 file not found.
12229
12230 2003-12-08 Miles Bader <miles@gnu.org>
12231
12232 * dired.el (dired-between-files): Always use dired-move-to-filename,
12233 which is more robust in non-english locales.
12234
12235 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
12236
12237 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
12238
12239 2003-12-24 Andreas Schwab <schwab@suse.de>
12240
12241 * shell.el (shell-file-name-quote-list): Add backslash.
12242
12243 * comint.el (comint-quote-filename): Correctly handle backslash
12244 in comint-file-name-quote-list.
12245
12246 2003-12-24 Kenichi Handa <handa@m17n.org>
12247
12248 * international/mule-cmds.el (set-default-coding-systems):
12249 Call ucs-set-table-for-input for all buffers that don't have local
12250 value of buffer-file-coding-system.
12251
12252 * international/ucs-tables.el (ucs-set-table-for-input):
12253 If translation-table-for-encode is a symbol, get its
12254 translation-table property.
12255
12256 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
12257
12258 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
12259 to `completing-read' on a recently fixed bug.
12260
12261 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
12262 instead of SPACE, to get the list of possible fringe modes.
12263 SPACE only works if both `partial-completion-mode' and
12264 `completion-auto-help' are nil.
12265
12266 * complete.el (PC-is-complete-p): Delete.
12267 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
12268 calls to `test-completion'.
12269
12270 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
12271
12272 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
12273 to edit values when there are no children.
12274
12275 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
12276 a mode called "Assembler" already exists.
12277 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
12278 (gud-watch): Use format option. Remove font properties from string.
12279 (gdb-var-create-handler, gdb-var-list-children-handler):
12280 Don't bother about properties as there are none.
12281 (gdb-var-create-handler, gdb-var-list-children-handler)
12282 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
12283 with two arguments.
12284 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
12285 Let speedbar show value changes with a different font.
12286 (gdb-edit-value): New defun.
12287 (gdb-clear-partial-output, gdb-clear-inferior-io)
12288 (def-gdb-auto-update-handler): Use erase-buffer.
12289 (gdb-frame-handler): Display watch expressions in
12290 FUNCTION::VARIABLE format if required.
12291
12292 2003-12-23 John Paul Wallington <jpw@gnu.org>
12293
12294 * info.el (Info-unescape-quotes, Info-split-parameter-string)
12295 (Info-goto-emacs-command-node): Doc fixes.
12296
12297 2003-12-12 Jesper Harder <harder@ifa.au.dk>
12298
12299 * cus-edit.el (custom-add-parent-links): Define "many".
12300
12301 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
12302
12303 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
12304 (widget-child-validate, widget-type-value-create)
12305 (widget-type-default-get, widget-type-match): New functions.
12306 (lazy): New widget.
12307 (menu-choice, checklist, radio-button-choice, editable-list)
12308 (group, documentation-string): Remove redundant (per 2003-10-25
12309 change) calls to `widget-children-value-delete'.
12310 (widget-choice-value-get, widget-choice-value-inline): Remove.
12311 (menu-choice): Update widget.
12312
12313 2003-12-03 Kenichi Handa <handa@m17n.org>
12314
12315 * language/cyrillic.el: Register "microsoft-cp1251" in
12316 ctext-non-standard-encodings-alist.
12317 ("Bulgarian"): Add ctext-non-standard-encodings.
12318 ("Belarusian"): Likewise.
12319
12320 * international/mule-conf.el (compound-text-with-extensions):
12321 Change the type to 2 (iso-2022 base).
12322
12323 * international/mule.el (ctext-non-standard-encodings-alist):
12324 Change the format.
12325 (ctext-non-standard-encodings): New variable.
12326 (ctext-post-read-conversion): Fully re-written.
12327 (ctext-non-standard-designations-alist): Delete it.
12328 (ctext-non-standard-encodings-table): New function.
12329 (ctext-pre-write-conversion): Fully re-written.
12330
12331 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
12332
12333 * cus-edit.el (custom-add-parent-links): Add documentation links
12334 for parent, if the item has none of its own.
12335
12336 2003-11-30 Richard M. Stallman <rms@gnu.org>
12337
12338 * dired-aux.el (dired-do-query-replace-regexp):
12339 Report files visited read-only.
12340
12341 2003-11-30 Juri Linkov <juri@jurta.org>
12342
12343 * dired-aux.el (dired-compare-directories): New command.
12344 (dired-file-set-difference, dired-files-attributes): New functions.
12345
12346 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
12347 Version 2.0.38 of Tramp released.
12348
12349 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
12350 Charles Curley <charlescurley@charlescurley.com>.
12351 (tramp-multi-connection-function-alist): Add ssht entry which adds
12352 "-e none -t -t" to the list of ssh args. Suggested by Adrian
12353 Aichner.
12354 (tramp-get-method-parameter): New function to retrieve a method
12355 parameter. This allows for omission of method parameters.
12356 Callers adjusted.
12357
12358 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
12359
12360 * net/tramp.el: Add new optional parameter ID-FORMAT to
12361 `file-attributes'. Calls of `file-attributes' won't use this
12362 parameter for backward compatibility reasons.
12363 (tramp-perl-file-attributes): Add a new parameter to Perl script
12364 in order to handle uid/gid as strings, if desired.
12365 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
12366 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
12367 order to make the function more general.
12368 (tramp-handle-file-attributes): Replace proprietary optional
12369 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
12370 (tramp-handle-file-attributes-with-perl): Handle parameter
12371 NONNUMERIC if set. This wasn't done in the past.
12372 (tramp-post-connection): Apply second parameter "$2" if
12373 `tramp-remote-perl' is called.
12374
12375 * net/tramp-smb.el (tramp-smb-handle-delete-file):
12376 Correct cut'n'waste error (`filename' instead of `directory').
12377 (tramp-smb-handle-directory-files-and-attributes)
12378 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
12379 introduced parameter ID-FORMAT.
12380 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
12381 error (`directory' instead of `ldir').
12382
12383 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
12384 `file-attributes' has a second parameter. If yes, apply it with
12385 value "'integer". Otherwise, don't use that parameter (default is
12386 integer format).
12387
12388 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
12389
12390 * help.el (help-map): Bind `display-local-help' to `C-h .'.
12391 (help-for-help): Add `C-h .' to the listed Help options.
12392 Remove trailing whitespace.
12393
12394 * help-at-pt.el: New file.
12395
12396 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
12397
12398 * subr.el (noreturn, 1value): New macros for test coverage.
12399 See `testcover.el'.
12400
12401 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
12402
12403 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
12404 for macro `1value'.
12405 (testcover-1value): New function. Checks that a 1value form
12406 actually returns only one value. Requested by RMS.
12407
12408 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
12409
12410 * gdb-ui.el (gud-watch, gdb-var-create-handler)
12411 (gdb-var-list-children, gdb-var-list-children-handler)
12412 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
12413 gdb commands that use mi to keep them out of the command history.
12414
12415 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12416
12417 * cus-start.el (all): Add use-file-dialog.
12418
12419 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
12420
12421 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
12422
12423 2003-11-27 Kim F. Storm <storm@cua.dk>
12424
12425 * subr.el (posn-object-x-y): New defun.
12426
12427 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12428
12429 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
12430 Don't use `space' for \\\n.
12431 Be more selective as to which # are comment-starters.
12432
12433 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
12434
12435 * subr.el (number-sequence): Improve handling of floating point
12436 arguments (suggested by Kim Storm). Allow negative arguments.
12437
12438 2003-11-26 Kenichi Handa <handa@m17n.org>
12439
12440 * international/mule-cmds.el (standard-display-european-internal):
12441 Cancel the standard-display-table setting for ` and '.
12442
12443 2003-11-26 Kim F. Storm <storm@cua.dk>
12444
12445 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
12446 New defcustoms to add ffap-like functionality to ido.
12447 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
12448 (ido-no-final-slash): New defun.
12449 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
12450 (ido-read-file-name): ): Toggle VC checking via
12451 vc-handled-backends instead of vc-master-templates.
12452 (ido-file-internal): Handle ido-use-url-at-point and
12453 ido-use-filename-at-point via code borrowed from ffap-guesser.
12454 Handle new ido-exit code ffap.
12455 (ido-sort-list): Ignore final slash when sorting file names.
12456
12457 2003-11-25 Kim F. Storm <storm@cua.dk>
12458
12459 * emulation/cua-base.el (cua--standard-movement-commands):
12460 Add forward-sentence and backward-sentence.
12461
12462 2003-11-25 Stephen Eglen <stephen@gnu.org>
12463
12464 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
12465 iswitchb-exit is set to 'usefirst when user selects buffer at head
12466 of list using RET. (Selecting buffers at the head of the list was
12467 broken if the substring was also a complete buffername.)
12468
12469 2003-11-23 Kim F. Storm <storm@cua.dk>
12470
12471 * progmodes/compile.el (grep-command, grep-use-null-device)
12472 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
12473 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
12474 (grep-regexp-alist, grep-program, find-program)
12475 (grep-find-use-xargs, grep-history, grep-find-history)
12476 (grep-process-setup, grep-compute-defaults)
12477 (grep-default-command, grep, grep-tag-default, grep-find)
12478 (grep-expand-command-macros, grep-tree-last-regexp)
12479 (grep-tree-last-files, grep-tree): Move grep variables, functions
12480 and commands to new file grep.el.
12481 (compilation-mode-map): Remove grep commands from Compile sub-menu.
12482 (compilation-process-setup-function): Doc fix.
12483 (compilation-highlight-regexp, compilation-highlight-overlay): New
12484 defvars used for highlighting current compile error in source buffer.
12485 (compile-internal): New optional args HIGHLIGHT-REGEXP and
12486 LOCAL-MAP which overrides compilation-highlight-regexp and
12487 compilation-mode-map for this compilation.
12488 Delay calling compilation-set-window-height until after running
12489 compilation-process-setup-function so it can buffer-local override
12490 compilation-window-height.
12491 Check buffer-local value of compilation-scroll-output.
12492 (compilation-set-window-height): Use buffer-local value of
12493 compilation-window-height.
12494 (compilation-revert-buffer): Don't pass (undefined)
12495 preserve-modes arg to revert-buffer.
12496 (next-error-no-select, previous-error-no-select): New commands.
12497 (compilation-goto-locus): Temporarily highlight current match in
12498 source buffer using compilation-highlight-regexp.
12499
12500 * progmodes/grep.el: New file with grep code from compile.el.
12501 (grep): New defcustom group.
12502 (grep-window-height): New defcustom, like compilation-window-height.
12503 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
12504 (grep-scroll-output): New defcustom, like compilation-scroll-output.
12505 (grep-command, grep-use-null-device, grep-find-command)
12506 (grep-tree-files-aliases, grep-tree-ignore-case)
12507 (grep-tree-ignore-CVS-directories): Move to grep custom group.
12508 (grep-setup-hook): New hook variable.
12509 (grep-mode-map): New keymap for grep commands. Add Grep menu.
12510 (grep-last-buffer): New defvar, override compilation-last-buffer.
12511 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
12512 Call compile-internal with args highlight-regexp and grep-mode-map.
12513
12514 2003-11-23 Kim F. Storm <storm@cua.dk>
12515
12516 * subr.el (event-start, event-end): Doc fix.
12517 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
12518 (posn-area, posn-actual-col-row, posn-object): New defuns.
12519 (posn-col-row): Simplify doc. Rewrite to use cond.
12520 (posn-point): Also return buffer position for events outside text
12521 area (that info is now present in the event position).
12522
12523 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
12524 mouse-set-point so that hscroll still works now that clicks on
12525 fringes generate specific mouse events.
12526 (mouse-set-point): Note that it now works in fringes and margins
12527 too due to new semantics of posn-point in fringes and margins.
12528
12529 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
12530 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
12531
12532 2003-11-20 Kim F. Storm <storm@cua.dk>
12533
12534 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
12535 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
12536 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
12537 to 100 for icons to avoid increasing line height when shown.
12538
12539 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
12540
12541 * newcomment.el (comment-normalize-vars): Initialize properly if
12542 comment-start was nil.
12543
12544 2003-11-19 Andreas Schwab <schwab@suse.de>
12545
12546 * simple.el (set-variable): Fix indentation.
12547
12548 2003-11-17 Kenichi Handa <handa@m17n.org>
12549
12550 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
12551 Fix docstring.
12552
12553 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
12554
12555 * international/latin1-disp.el (latin1-display): Fix docstring.
12556
12557 2003-11-16 John Wiegley <johnw@newartisans.com>
12558
12559 * eshell/em-ls.el (eshell-ls-file): There are times with
12560 size-width is nil and uncomputed (when directories are created in
12561 dired, for example); in this case, 4 is reasonable default value,
12562 although it may caused skewed new entries (which could be avoided
12563 by returning the original value of 8 in all cases, but 99% of the
12564 time this is a waste of whitespace).
12565
12566 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
12567
12568 * cc-engine.el (c-guess-continued-construct)
12569 (c-guess-basic-syntax): Check a little more carefully if it's a
12570 function declaration when an unknown construct followed by a block
12571 is found inside a statement context. This avoids macros followed
12572 by blocks to be taken as function declarations.
12573
12574 (c-guess-continued-construct): Change the analysis of a statement
12575 continuation with a brace open to `substatement-block', for
12576 consistency with recognized statements.
12577
12578 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
12579 start is in a position so that `c-beginning-of-statement-1' jumped
12580 to the beginning of the same statement.
12581
12582 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
12583 Don't accept binary operators in the arglist if we're in a function
12584 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
12585 template recognition in cases like "if (a < b || c > d)".
12586
12587 (c-restricted-<>-arglists): New more appropriate name for
12588 `c-disallow-comma-in-<>-arglists'.
12589
12590 Accessing functions updated for the variable name change.
12591
12592 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
12593 match data could get clobbered if NOT-INSIDE-TOKEN is used.
12594
12595 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
12596 labels.
12597
12598 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
12599 instead of duplicating parts of it. This fixes bogus label
12600 recognition.
12601
12602 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
12603 of checking the context in which to apply the minimum indentation,
12604 so that it isn't enforced in e.g. namespace blocks.
12605
12606 * cc-vars.el (c-inside-block-syms): New constant used by
12607 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
12608 to somewhat reduce the risk of becoming stale.
12609
12610 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
12611 cc-cmds to cc-engine to allow use from cc-align.
12612
12613 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
12614 qualified identifiers containing "::".
12615
12616 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
12617 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
12618
12619 * cc-vars.el (c-emacs-features): Use a space in front of the name
12620 of the temporary buffer. That also avoids dumping problems in
12621 XEmacs due to undo info being left around after the buffer is killed.
12622
12623 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
12624 arglist to see if it's a K&R style declaration.
12625
12626 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
12627 before returning `knr-argdecl-intro'.
12628
12629 2003-11-16 John Wiegley <johnw@newartisans.com>
12630
12631 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
12632 field in a long-listing always 8 characters, use `size-width',
12633 which has already been computed.
12634
12635 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
12636
12637 * subr.el (minor-mode-list): Add `hs-minor-mode'.
12638
12639 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
12640
12641 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
12642 Support operation while narrowed, with `diff-restrict-view'.
12643
12644 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
12645
12646 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12647 Take additional optional arg NARROWFUN. For the generated functions:
12648 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
12649 include frags that arrange to check for and save narrowing state before
12650 the move and then conditionally call NARROWFUN after the move.
12651
12652 2003-11-14 John Wiegley <johnw@newartisans.com>
12653
12654 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
12655 that was optional, but obviously missing based on surrounding code.
12656
12657 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
12658 string arguments to numbers unless the whole argument was seen as
12659 a number.
12660
12661 2003-11-14 Kenichi Handa <handa@m17n.org>
12662
12663 * international/mule.el (ctext-non-standard-encodings-alist):
12664 Fix coding systems.
12665
12666 2003-11-10 Kenichi Handa <handa@m17n.org>
12667
12668 * language/kannada.el ("Kannada"): Add sample-text.
12669
12670 * language/knd-util.el (kannada-compose-region)
12671 (kannada-compose-string, kannada-post-read-conversion):
12672 Add autoload cookie.
12673
12674 * international/quail.el (quail-completion): Change the message
12675 "corresponding translations" to "corresponding characters".
12676
12677 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
12678
12679 * descr-text.el (describe-char): Fix typo.
12680
12681 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
12682
12683 These changes are to support Kannada language/script.
12684
12685 * Makefile.in (DONTCOMPILE): Add kannada.el.
12686
12687 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
12688
12689 * loadup.el: Preload kannada.el.
12690
12691 * language/ind-util.el (ucs-kannada-to-is13194-alist)
12692 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
12693 New variables.
12694
12695 * language/kannada.el: New file.
12696
12697 * language/knd-util.el: New file.
12698
12699 2003-11-07 Andreas Schwab <schwab@suse.de>
12700
12701 * progmodes/autoconf.el (autoconf-font-lock-keywords):
12702 Also highlight AH_*.
12703
12704 * xml.el (xml-parse-dtd): Fix misplaced paren.
12705
12706 2003-11-07 Kenichi Handa <handa@m17n.org>
12707
12708 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
12709
12710 2003-11-05 Juri Linkov <juri@jurta.org>
12711
12712 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
12713 (desktop-buffer-file): Use saved buffer-file-coding-system
12714 for file reading. Set auto-insert to nil to prevent automatic
12715 insertion into restored empty files.
12716
12717 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12718
12719 * files.el (risky-local-variable-p): Make second argument optional.
12720
12721 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
12722
12723 * subr.el (add-hook): Fix last change.
12724
12725 2003-11-03 Eli Zaretskii <eliz@gnu.org>
12726
12727 * mail/rmail.el (rmail-convert-to-babyl-format):
12728 If base64-decode-region signals an error, catch it and silently
12729 ignore it.
12730
12731 2003-11-01 Mark A. Hershberger <mah@everybody.org>
12732
12733 * xml.el (xml-parse-region): Allow comments to appear after the
12734 topmost element has closed.
12735 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
12736 (xml-ns-expand-attr): New functions to do namespace handling.
12737 (xml-intern-attrlist): Back-compatible handling of attribute names.
12738 (xml-parse-tag): Move namespace handling to separate functions.
12739 Now produces elements in the form ((:ns . "element") (attr-list)
12740 children) instead of ('ns:element (attr-list) children).
12741 (xml-parse-attlist): Fix attribute parsing.
12742 (xml-parse-dtd): Change parsing so that it produces strings
12743 instead of interned symbols.
12744
12745 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
12746
12747 * dired.el (dired-ls-sorting-switches): Doc fix.
12748
12749 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
12750
12751 * emacs-lisp/rx.el (rx-or): Fix the case of
12752 "(rx (and ?a (or ?b ?c) ?d))".
12753
12754 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
12755
12756 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
12757 (texinfo-format-region): Use it.
12758 (texinfo-format-buffer-1): Ditto.
12759
12760 2003-11-01 Alan Mackenzie <acm@muc.de>
12761
12762 Changes to allow scrolling whilst in isearch mode:
12763 * isearch.el (isearch-unread-key-sequence): New function,
12764 extracted from isearch-other-meta-char.
12765 (top level): (put 'foo 'isearch-scroll) on all Emacs's
12766 "scrollable" standard functions.
12767 (isearch-allow-scroll): New customizable variable.
12768 (isearch-string-out-of-window, isearch-back-into-window)
12769 (isearch-reread-key-sequence-naturally)
12770 (isearch-lookup-scroll-key): New functions.
12771 (isearch-other-meta-char): Doc string and functionality enhanced.
12772 Now accepts a prefix argument.
12773 (isearch-lazy-highlight-window-end): New variable.
12774 (isearch-lazy-highlight-new-loop): Pay attention to the window's
12775 end (thru isearch-lazy-highlight-window-end), not only its start.
12776
12777 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
12778 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
12779 (universal-argument, universal-argument-more, negative-argument)
12780 (digit-argument, universal-argument-other-key): Minor changes.
12781
12782 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
12783
12784 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
12785 recursively if the last message is deleted, thus avoiding an
12786 infinite loop.
12787
12788 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12789
12790 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
12791 (tex-main-file): Don't add .tex if the extension is already present.
12792 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
12793
12794 2003-10-29 Lute Kamstra <lute@gnu.org>
12795
12796 * progmodes/octave-inf.el (inferior-octave-prompt):
12797 Recognize version number in prompt.
12798
12799 2003-10-28 Dave Love <fx@gnu.org>
12800
12801 * international/characters.el: Fix some Unicode ranges.
12802
12803 2003-10-28 Kenichi Handa <handa@m17n.org>
12804
12805 * disp-table.el (standard-display-8bit)
12806 (standard-display-default, standard-display-ascii)
12807 (standard-display-g1, standard-display-graphic)
12808 (standard-display-underline): Assure that standard-display-table
12809 is a display table.
12810
12811 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
12812
12813 * simple.el (reindent-then-newline-and-indent): Delete space *after*
12814 reindenting the first line.
12815
12816 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
12817
12818 * wid-edit.el (widget-default-delete): Always delete child widgets.
12819
12820 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12821
12822 * newcomment.el (comment-indent): Don't call indent-according-to-mode
12823 if the line has code.
12824 Don't try to line up with something that's too far left.
12825
12826 * progmodes/octave-mod.el (octave-comment-start): Simplify.
12827 (octave-mode-syntax-table): Add % as a comment starter.
12828 (octave-point): Remove.
12829 (octave-in-comment-p, octave-in-string-p)
12830 (octave-not-in-string-or-comment-p, calculate-octave-indent)
12831 (octave-blink-matching-block-open, octave-auto-fill):
12832 Use line-(beginning|end)-position instead.
12833
12834 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
12835
12836 * emacs-lisp/authors.el (authors-aliases): Add correct realname
12837 for Francesco Potort\e,Al\e(B.
12838
12839 2003-10-23 Dave Love <fx@gnu.org>
12840
12841 * international/mule-cmds.el (locale-charset-to-coding-system):
12842 Don't rely on nil being a coding system.
12843
12844 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
12845 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
12846 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
12847
12848 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
12849
12850 * gdb-ui.el (gdb-current-language): New variable.
12851 (gdb-update-flag): Remove variable.
12852 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
12853 (gdb-take-last-elt): Remove function.
12854 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
12855 (gdb-post-prompt): Check for variable object changes here.
12856
12857 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
12858 object changes in gdb-ui.el.
12859
12860 2003-10-21 Richard M. Stallman <rms@gnu.org>
12861
12862 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
12863
12864 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
12865 Don't check for foo*/ wildcard form here.
12866 (insert-directory): Recognize foo*/ as a wildcard.
12867 Separate wildcard-regexp variable from the arg, wildcard.
12868
12869 * subr.el (add-hook): Correctly detect when make-local-hook was used.
12870 (remove-hook): Correctly handle strange cases about local hooks.
12871
12872 2003-10-21 David Ponce <david@dponce.com>
12873
12874 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
12875 argument REAL, to return a real number instead of a rounded
12876 integer value. Define as inline function.
12877 (ruler-mode-right-fringe-cols): Likewise.
12878 (ruler-mode-scroll-bar-cols): New function.
12879 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
12880 (ruler-mode-right-scroll-bar-cols): Likewise.
12881 (ruler-mode-space): New function.
12882 (ruler-mode-ruler): Use it. Handle variations of fringe style,
12883 scroll bar mode and margins in a more robust way.
12884
12885 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
12886
12887 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
12888 (antlr-c-init-language-vars): New function.
12889 (antlr-mode): Use it with cc-mode before v5.29.
12890 (antlr-c-common-init): Don't set some local vars here.
12891 (antlr-mode): Set them here.
12892 (antlr-c-forward-sws): New function alias.
12893 (antlr-mode): Redefine with cc-mode before v5.30.
12894 (antlr-skip-sexps): Use it.
12895 (antlr-skip-exception-part): Ditto.
12896 (antlr-skip-file-prelude): Ditto.
12897 (antlr-outside-rule-p): Ditto.
12898 (antlr-end-of-body): Ditto.
12899 (antlr-option-kind): Ditto.
12900 (antlr-insert-option-area): Ditto.
12901 (antlr-file-dependencies): Ditto.
12902
12903 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12904
12905 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
12906 Move backward only if point was not inside an entry.
12907
12908 2003-10-21 Richard M. Stallman <rms@gnu.org>
12909
12910 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
12911
12912 2003-10-21 Juri Linkov <juri@jurta.org>
12913
12914 * compare-w.el: Automatically skip non-matching text to resync.
12915 (compare-windows-whitespace): Doc fix.
12916 (compare-windows-sync, compare-windows-sync-string-size)
12917 (compare-windows-recenter, compare-ignore-whitespace)
12918 (compare-windows-highlight, compare-windows-face): New variables.
12919 (compare-windows): Use compare-windows-sync.
12920 (compare-windows-highlight, compare-windows-dehighlight)
12921 (compare-windows-sync-regexp)
12922 (compare-windows-sync-default-function): New functions.
12923
12924 2003-10-21 Juri Linkov <juri@jurta.org>
12925
12926 * diff.el (diff-parse-differences): Don't visit the files now;
12927 instead, just record the error locus.
12928
12929 2003-10-21 Dave Love <fx@gnu.org>
12930
12931 * progmodes/cfengine.el: New file.
12932
12933 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12934
12935 * complete.el (PC-do-completion): Do not forget to use `pred' as the
12936 default-directory when completing file names.
12937
12938 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
12939
12940 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
12941 followed by the word `face', it gets treated as a face, even if
12942 it is also defined as a variable or a function.
12943
12944 2003-10-20 Dave Love <fx@gnu.org>
12945
12946 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12947 Avoid incf in macro expansion.
12948
12949 2003-10-20 John Paul Wallington <jpw@gnu.org>
12950
12951 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
12952 `evenp' so we don't implicitly require cl library at runtime.
12953
12954 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
12955
12956 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
12957 (help-make-xrefs): Only make cross-references for faces if
12958 preceded or followed by the word `face'. Do not make a
12959 cross-reference for variables without variable documentation,
12960 unless preceded by the word `variable' or `option'. Update doc
12961 string accordingly.
12962
12963 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
12964
12965 * progmodes/hideshow.el: Rewrite one-armed `if'
12966 constructs using either `when' or `unless'.
12967 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
12968
12969 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
12970
12971 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
12972 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
12973 instead of 12x12.
12974
12975 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12976
12977 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
12978 message while converting to Babyl.
12979
12980 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
12981
12982 * allout.el (allout-mode): Doc fix.
12983
12984 2003-10-16 Lute Kamstra <lute@gnu.org>
12985
12986 * subr.el (force-mode-line-update): Fix docstring.
12987
12988 2003-10-14 Dave Love <fx@gnu.org>
12989
12990 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
12991 (default-input-method): Add :link, improve :type.
12992 (locale-charset-language-names): Fix utf-8 pattern.
12993 (locale-charset-match-p, locale-charset-alist)
12994 (locale-charset-to-coding-system): New.
12995 (set-locale-environment): Deal with codeset part of locale specs.
12996
12997 2003-10-14 Lute Kamstra <lute@gnu.org>
12998
12999 * fringe.el (fringe-mode): Use active voice in docstring.
13000 (set-fringe-style): Ditto.
13001
13002 2003-10-13 Lute Kamstra <lute@gnu.org>
13003
13004 * fringe.el (fringe-mode): Fix docstring.
13005 (set-fringe-style): Ditto.
13006
13007 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
13008
13009 * ediff-mult.el (ediff-filegroup-action):
13010 Use ediff-default-filtering-regexp.
13011
13012 * ediff-util.el (ediff-recenter): Don't call
13013 ediff-restore-highlighting twice.
13014 (ediff-select-difference): Set current difference.
13015 (ediff-unselect-and-select-difference): Add comment.
13016
13017 * ediff.el (ediff-directories,ediff-directory-revisions)
13018 (ediff-directories3,ediff-merge-directories)
13019 (ediff-merge-directories-with-ancestor)
13020 (ediff-merge-directory-revisions)
13021 (ediff-merge-directory-revisions-with-ancestor):
13022 Use ediff-default-filtering-regexp.
13023
13024 2003-10-12 Andreas Schwab <schwab@suse.de>
13025
13026 * international/mule-cmds.el (locale-charset-language-names):
13027 Simplify regex by removing unused grouping.
13028
13029 2003-10-10 Dave Love <fx@gnu.org>
13030
13031 * bindings.el: Don't bind stop.
13032
13033 2003-10-08 Miles Bader <miles@gnu.org>
13034
13035 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
13036 face instead of attempting to emulate it.
13037
13038 2003-10-07 Kenichi Handa <handa@m17n.org>
13039
13040 * international/mule-diag.el (list-coding-systems-1): List coding
13041 systems that are loaded automatically.
13042
13043 * international/code-pages.el (iso-8859-11): Add autoload cookie.
13044
13045 * international/mule.el (autoload-coding-system): New function.
13046
13047 2003-10-07 Andreas Schwab <schwab@suse.de>
13048
13049 * log-edit.el (log-edit-changelog-entries): Prefer local value of
13050 change-log-default-name in the buffer visiting the file.
13051
13052 2003-10-06 Dave Love <fx@gnu.org>
13053
13054 * files.el (find-file-hook): Customize.
13055 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
13056
13057 * bindings.el (completion-ignored-extensions): Remove .log.
13058 (global-map): Add again, open, stop keys.
13059
13060 2003-10-05 Richard M. Stallman <rms@gnu.org>
13061
13062 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
13063 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
13064 Use sh-modify directly.
13065 (sh-select): Use sh-append, not eval.
13066
13067 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
13068
13069 * info.el (Info-following-node-name): New function.
13070
13071 * loadhist.el (unload-feature-special-hooks):
13072 Rename from loadhist-hook-functions.
13073 (loadhist-hook-functions): Now an alias.
13074
13075 2003-10-04 Eli Zaretskii <eliz@gnu.org>
13076
13077 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
13078 file-name clashes on 8+3 filesystems.
13079
13080 * Makefile.in (DONTCOMPILE, bootstrap-clean):
13081 Rename loaddefs-boot.el to ldefs-boot.el
13082
13083 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
13084 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
13085
13086 2003-10-03 Lute Kamstra <lute@gnu.org>
13087
13088 * info.el (Info-mode): Revert previous change.
13089 (Info-escape-percent): New function.
13090 (Info-fontify-node): Use it.
13091
13092 2003-10-02 Andreas Schwab <schwab@suse.de>
13093
13094 * loaddefs-boot.el: Regenerated.
13095
13096 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
13097
13098 * ffap.el: Remove defadvice related code from CVS since `complete'
13099 provides a `PC-completion-as-file-name-predicate' variable that
13100 ffap can override.
13101
13102 2003-10-02 Kenichi Handa <handa@m17n.org>
13103
13104 * international/utf-8.el (ccl-decode-mule-utf-8):
13105 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
13106
13107 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
13108 * international/subst-big5.el: Likewise.
13109 * international/subst-gb2312.el: Likewise.
13110 * international/subst-ksc.el: Likewise.
13111
13112 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
13113
13114 * calendar/calendar.el (increment-calendar-month)
13115 (calendar-leap-year-p, calendar-absolute-from-gregorian)
13116 (generate-calendar, calendar-read-date, calendar-interval)
13117 (calendar-day-of-week): Handle years BC.
13118 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
13119
13120 2003-10-01 Dave Love <fx@gnu.org>
13121
13122 * language/cyrillic.el (cp1251): Alias for windows-1251.
13123
13124 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
13125 bootstrap.
13126
13127 2003-10-01 Lute Kamstra <lute@gnu.org>
13128
13129 * files.el: Fix typo.
13130 * imenu.el (imenu--generic-function): Docstring fix.
13131
13132 2003-09-30 Richard M. Stallman <rms@gnu.org>
13133
13134 * dired.el (dired-mode): Handle dired-directory as a list.
13135
13136 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
13137
13138 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
13139
13140 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
13141
13142 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
13143 Replace gud-display with gud-watch.
13144 (gud-speedbar-buttons): Add stuff for watching expressions
13145 in the speedbar when using M-x gdba. Use dolist on old part
13146 of this function.
13147
13148 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
13149 (gdb-update-flag): New variables.
13150 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
13151 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
13152 (gud-watch, gdb-var-create-handler) : New functions.
13153 (gdb-var-list-children, gdb-var-list-children-handler)
13154 (gdb-var-create-regexp, gdb-var-update-regexp)
13155 (gdb-var-list-children-regexp): New constants.
13156 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
13157 (gdb-annotation-rules): Reduce annotation set (level 3).
13158 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
13159 (gdb-post-prompt): Don't update GDB buffers every time speedbar
13160 updates.
13161 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
13162 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
13163 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
13164 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
13165 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
13166 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
13167 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
13168 (gud-display, gud-display1)
13169 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
13170 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
13171 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
13172 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
13173 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
13174 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
13175 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
13176 (gdb-display-display-buffer, gdb-toggle-display)
13177 (gdb-delete-display, gdb-expressions-popup-menu)
13178 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
13179 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
13180 to display buffer.
13181
13182 2003-09-30 Richard M. Stallman <rms@gnu.org>
13183
13184 * progmodes/ada-mode.el (ada-mode): Don't use advice.
13185 Instead, set which-func-functions.
13186
13187 * progmodes/which-func.el (which-func-modes): Add ada-mode.
13188 (which-func-functions): New variable.
13189 (which-function): Use that.
13190
13191 * info.el (Info-mode): Double each `%' in header line.
13192
13193 * emacs-lisp/lisp-mnt.el (lm-with-file):
13194 When FILE is nil, run BODY in current buffer.
13195
13196 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
13197
13198 * help.el (describe-mode): Start with a brief list of minor modes.
13199 Find them thru minor-mode-list so as to find them all.
13200 Show them in alphabetical order.
13201
13202 * mail/sendmail.el (mail-aliases): Doc fix.
13203
13204 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
13205
13206 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
13207
13208 * mail/rmailsum.el (rmail-make-summary-line-1):
13209 Change comma after last label to a space.
13210 (rmail-summary-font-lock-keywords): Adapt to that change.
13211
13212 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
13213
13214 * progmodes/scheme.el (scheme-mode-variables): When setting
13215 `font-lock-defaults', also specify that "#" should
13216 be interpreted with `word' syntax.
13217 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
13218
13219 2003-09-30 Lars Hansen <larsh@math.ku.dk>
13220
13221 * desktop.el: A lot of comments updated.
13222 (desktop-save-mode): Minor mode introduced.
13223 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
13224 (desktop-load-default): Function made obsolete.
13225 (desktop-locals-to-save): Variable made customizable.
13226 (desktop-read): Optional parameter `dirname' added.
13227 (desktop-change-dir, desktop-revert): Parameter `dirname' in
13228 `desktop-read' used.
13229 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
13230
13231 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
13232
13233 * whitespace.el (whitespace-clean-msg): Add user customizable message
13234 for displaying ``clean'' output.
13235 (whitespace-buffer): Use `whitespace-clean-msg'.
13236 (whitespace-global-mode): Fix typo.
13237
13238 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
13239
13240 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
13241
13242 2003-09-29 Lute Kamstra <lute@gnu.org>
13243
13244 * bindings.el (mode-line-modes): Remove superfluous :propertize
13245 construct in initialization.
13246 (mode-line-position): Change cons cell into proper list in
13247 initialization.
13248
13249 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
13250
13251 * international/mule.el (decode-coding-inserted-region): Use car
13252 of the return value of find-operation-coding-system.
13253
13254 2003-09-29 Kenichi Handa <handa@m17n.org>
13255
13256 * descr-text.el (describe-char): Fix previous change.
13257
13258 2003-09-28 Kenichi Handa <handa@m17n.org>
13259
13260 * descr-text.el (describe-char-display): New function.
13261 (describe-char): Pay attention to display table on describing how
13262 a character is displayed.
13263
13264 * international/mule-cmds.el (encoded-string-description):
13265 Prepend "0x" to each encoded byte.
13266
13267 2003-09-28 Andreas Schwab <schwab@suse.de>
13268
13269 * find-file.el (ff-special-constructs): Add autoload cookie.
13270
13271 2003-09-28 Kevin Ryde <user42@zip.com.au>
13272
13273 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
13274 makeinfo appends to duplicate index entries.
13275
13276 2003-09-28 Eli Zaretskii <eliz@gnu.org>
13277
13278 * dired-x.el (dired-clean-tex): Doc fix.
13279
13280 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
13281 using a Chinese tutorial.
13282
13283 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
13284
13285 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
13286 between "MAIL FROM:" and "RCPT TO:" and the following address.
13287
13288 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
13289
13290 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
13291
13292 2003-09-28 David Ponce <david@dponce.com>
13293
13294 * recentf.el (recentf-initialize-file-name-history): New defcustom.
13295 (recentf-load-list): When `recentf-initialize-file-name-history'
13296 is non-nil, initialize an empty `file-name-history' with the
13297 recent list.
13298
13299 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
13300
13301 * man.el (Man-default-man-entry): Remove the leading `*' from the
13302 word at point.
13303
13304 2003-09-26 Lute Kamstra <lute@gnu.org>
13305
13306 * bindings.el (mode-line-position): Mention size indication in
13307 docstring.
13308
13309 2003-09-26 Andre Spiegel <spiegel@gnu.org>
13310
13311 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
13312
13313 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
13314 because it's autoloaded now.
13315
13316 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
13317
13318 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
13319 (sh-font-lock-keywords, sh-feature): Fix previous change of
13320 sh-feature to avoid infloop with sh-font-lock-keywords.
13321
13322 2003-09-25 Kim F. Storm <storm@cua.dk>
13323
13324 * frame.el (frame-current-scroll-bars): New defun.
13325
13326 * window.el (window-current-scroll-bars): New defun.
13327
13328 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13329
13330 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
13331 cause errors when the state cache contains info on parts that have
13332 been narrowed out.
13333
13334 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13335
13336 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
13337 `c-setup-paragraph-variables' has to be used when this variable is
13338 changed; it doesn't work to reinitialize the mode since that
13339 typically clobbers the variable.
13340
13341 * progmodes/cc-styles.el (c-setup-paragraph-variables):
13342 Make it interactive.
13343
13344 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13345
13346 * progmodes/cc-fonts.el (c-font-lock-declarations):
13347 Fix recognition of constructors and destructors for classes whose
13348 names are matched by `*-font-lock-extra-types'.
13349
13350 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
13351 followed by an identifier in C++ then it's a type.
13352
13353 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13354
13355 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
13356 problem that primarily affected XEmacs. Don't use faces to find
13357 unterminated strings since Emacs and XEmacs fontify strings
13358 differently - this function should now work better in XEmacs.
13359
13360 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13361
13362 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
13363 `expand-abbrev' workaround which caused braces to misbehave inside
13364 macros.
13365
13366 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
13367 handling. This bug could cause interactive font locking to bail out.
13368
13369 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13370
13371 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
13372 Handle paren-style types in Pike. Also fixed some cases of
13373 insufficient handling of unbalanced parens.
13374
13375 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
13376
13377 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
13378 common shell prompts that are not common filename or URL characters.
13379 (ffap-file-at-point): Use the new regexp to strip the prompts from
13380 the file names. This is an issue mostly for user prompts that
13381 don't have a trailing space and find-file-at-point is invoked from
13382 within a shell inside Emacs.
13383
13384 2003-09-24 Andre Spiegel <spiegel@gnu.org>
13385
13386 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
13387 stamps numerically, rather than textually.
13388
13389 2003-09-24 Kenichi Handa <handa@m17n.org>
13390
13391 * language/devan-util.el (devanagari-post-read-conversion):
13392 * language/mlm-util.el (malayalam-post-read-conversion):
13393 * language/tml-util.el (tamil-post-read-conversion):
13394 Add autoload cookie.
13395
13396 * international/utf-8.el (utf-8-post-read-conversion):
13397 Call post-read-conversion functions for Devanagari, Malayalam,
13398 and Tamil.
13399
13400 2003-09-23 Dave Love <fx@gnu.org>
13401
13402 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
13403
13404 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
13405
13406 * progmodes/gud.el (perldb): Add gud-until to list of commands.
13407 Update gud-remove.
13408
13409 2003-09-22 Richard M. Stallman <rms@gnu.org>
13410
13411 * progmodes/sh-script.el (sh-mode-default-syntax-table):
13412 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
13413 (sh-mode-syntax-table-input): New variable.
13414 (sh-require-final-newline): Don't use eval.
13415 (sh-builtins, sh-leading-keywords, sh-other-keywords)
13416 (sh-variables, sh-font-lock-keywords): Don't use eval.
13417 (sh-set-shell): When setting require-final-newline,
13418 treat value = `require-final-newline' as don't change it.
13419 Set sh-mode-syntax-table locally based on
13420 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
13421
13422 * progmodes/compile.el (compile-internal):
13423 Call compilation-set-window-height before setting window start.
13424
13425 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
13426
13427 * emacs-lisp/bytecomp.el (byte-compile-log-file):
13428 Clear out byte-compile-last-warned-form.
13429
13430 2003-09-22 Richard M. Stallman <rms@gnu.org>
13431
13432 * woman.el (woman-file-name, woman-follow-word):
13433 If current-word returns nil, use "".
13434
13435 * simple.el (eval-expression): Bind standard-output in to-buffer case.
13436
13437 2003-09-22 Richard M. Stallman <rms@gnu.org>
13438
13439 * emacs-lisp/lisp-mnt.el (lm-with-file):
13440 Don't visit the file, just use insert-file-contents in temp buffer.
13441
13442 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
13443
13444 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
13445 Add surrounding \\( and \\) around the header, as in
13446 for lm-history-header 'Change Log\\|History'.
13447
13448 2003-09-22 John Paul Wallington <jpw@gnu.org>
13449
13450 * progmodes/ld-script.el: Add Commentary section,
13451 minor cleanup of file header.
13452 (ld-script-font-lock-keywords): Doc fix.
13453 (toplevel): Provide `ld-script' feature.
13454
13455 2003-09-21 Kim F. Storm <storm@cua.dk>
13456
13457 * scroll-bar.el (set-scroll-bar-mode): Initialize to
13458 new built-in variable default-frame-scroll-bars.
13459 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
13460 scroll-bar-mode; notably, use it instead of t when we toggle
13461 scroll-bars on.
13462 (toggle-scroll-bar): Use default-frame-scroll-bars.
13463
13464 2003-09-19 Masatake YAMATO <jet@gyve.org>
13465
13466 * pcvs.el (cvs-do-removal): Change the prompt depending on
13467 `filter' value.
13468
13469 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
13470
13471 * startup.el (command-line-1): Stop startup-echo-area-message
13472 being hidden by "Loading image..." message.
13473 (use-fancy-splash-screens-p, display-splash-screen):
13474 Move display-graphic-p test from latter to former.
13475
13476 * progmodes/sh-script.el (sh-font-lock-keywords):
13477 Highlight escaped EOLs differently from other backslash constructs.
13478
13479 2003-09-19 Richard M. Stallman <rms@gnu.org>
13480
13481 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
13482 New functions.
13483 (edebug-enter, edebug-outside-excursion): Use them.
13484
13485 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
13486 Fix the condition for whether to print "In WHERE".
13487
13488 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
13489
13490 * finder.el (finder-mode-hook): New variable.
13491 (finder-mode): Run hook finder-mode-hook
13492
13493 2003-09-18 Masatake YAMATO <jet@gyve.org>
13494
13495 * progmodes/ebrowse.el: Fix broken magic autoload comments.
13496
13497 2003-09-17 Mario Lang <mlang@delysid.org>
13498
13499 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
13500 "p %e" to actually print the value in the GUD buffer.
13501
13502 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
13503
13504 From David Ponce <david.ponce@wanadoo.fr>:
13505 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
13506 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
13507 from loaddefs-boot.el if necessary.
13508
13509 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
13510
13511 * progmodes/gud.el (gud-find-class): Make jdb work again since
13512 cc-mode changed the syntactic information.
13513
13514 2003-09-15 David Ponce <david@dponce.com>
13515
13516 * recentf.el: (recentf-exclude): Accept predicates too.
13517 (recentf-file-readable-p): New function.
13518 (recentf-include-p): Handle predicates in recentf-exclude.
13519 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
13520 (recentf-cleanup): Likewise.
13521 (recentf-save-list): Use write-file to handle backup of
13522 recentf-save-file.
13523
13524 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
13525
13526 * loaddefs-boot.el: Renamed from `loaddefs.el'
13527 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
13528 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
13529 necessary.
13530
13531 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
13532
13533 * electric.el (Electric-pop-up-window): For the `one-window' case,
13534 no longer disconcertingly move point in the original buffer.
13535
13536 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13537
13538 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
13539
13540 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
13541
13542 * dired.el (dired-mode-map): Fix typo.
13543
13544 2003-09-11 Richard M. Stallman <rms@gnu.org>
13545
13546 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
13547
13548 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
13549
13550 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
13551 the function is less noisy. Now only `kill-buffer' can ask questions.
13552
13553 2003-09-10 Mario Lang <mlang@delysid.org>
13554
13555 * battery.el: Update Commentary and Copyright.
13556 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
13557 appear due to wrong ordering of the expressions in `or'.
13558
13559 2003-09-09 Lute Kamstra <lute@gnu.org>
13560
13561 * misc.el (upcase-char): Fix docstring.
13562 (zap-up-to-char): New command.
13563
13564 2003-09-08 David Ponce <david@dponce.com>
13565
13566 Ensure that recentf correctly updates the menu bar.
13567 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
13568 (recentf-menu-bar): New function.
13569 (recentf-clear-data): Use it
13570 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
13571 of easy-menu-change.
13572
13573 2003-09-08 Lute Kamstra <lute@gnu.org>
13574
13575 * simple.el (size-indication-mode): New.
13576 * bindings.el (mode-line-position): Add buffer size indicator.
13577
13578 2003-09-04 Mario Lang <mlang@delysid.org>
13579
13580 * battery.el (battery-linux-proc-acpi): New function.
13581 (battery-status-function): Modify default value calculation to also
13582 check for availability of ACPI.
13583 (battery-echo-area-format): Ditto.
13584 (battery-mode-line-format): Ditto.
13585
13586 2003-09-06 Dave Love <fx@gnu.org>
13587
13588 * ielm.el (ielm-mode-hook): Add :options.
13589
13590 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
13591 (eldoc-print-current-symbol-info): Use it.
13592
13593 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
13594
13595 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
13596 being displayed in GUD buffer.
13597 (gdb-idle-input-queue): Remove var. Use just one queue.
13598 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
13599 Remove functions. Use just one queue.
13600 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
13601 (gdb-invalidate-assembler, gdb-get-current-frame):
13602 Modify functions. Use just one queue.
13603
13604 2003-09-04 Dave Love <fx@gnu.org>
13605
13606 * cus-start.el: Add blink-cursor-alist.
13607
13608 * ruler-mode.el (ruler-mode-fill-column-char)
13609 (ruler-mode-current-column-char): Use char-displayable-p,
13610 not window-system.
13611
13612 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
13613
13614 * language/european.el (windows-1252): Move from code-pages.
13615
13616 * language/cyrillic.el ("Windows-1251"): Delete.
13617 ("Bulgarian", "Belarusian"): Remove `features'.
13618 (windows-1251): Move from code-pages.
13619
13620 * international/mule-diag.el (non-iso-charset-alist):
13621 Remove `codepage' stuff.
13622 (print-designation, list-coding-systems-1): Output fixes.
13623
13624 * international/code-pages.el (cp-make-translation-table)
13625 (cp-valid-codes): Made defsubsts.
13626 (cp-fix-safe-chars): Delete.
13627 (mule-diag): Don't require.
13628 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
13629 (top-level): Check for defined coding system when defining
13630 cp... aliases. Change w32-add-charset-info test to avoid warning.
13631 (non-iso-charset-alist): Defvar when compiling.
13632 (cp-make-coding-system): Doc fix.
13633
13634 2003-09-02 Jason Rumney <jasonr@gnu.org>
13635
13636 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
13637 line-ends from CVS before doing conversion.
13638
13639 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
13640
13641 * calendar/diary-lib.el (diary-header-line-flag)
13642 (diary-header-line-format): New variables.
13643 (list-diary-entries): Use them to set header line in simple diary.
13644
13645 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
13646 other than font-lock-string-face to highlight backslashes.
13647
13648 2003-09-01 Jason Rumney <jasonr@gnu.org>
13649
13650 * international/titdic-cnv.el (tit-read-key-value): Include \r in
13651 regexp.
13652
13653 2003-09-01 Dave Love <fx@gnu.org>
13654
13655 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
13656
13657 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
13658 and :help; also line and column numbers labels.
13659
13660 * international/mule-util.el (char-displayable-p): Move from
13661 latin1-disp, rename and autoload.
13662
13663 * international/latin1-disp.el (latin1-char-displayable-p):
13664 Now obsolete alias. Replace uses with char-displayable-p.
13665 (latin1-display-ucs-per-lynx): Fix last change.
13666
13667 * international/mule-cmds.el (standard-display-european-internal):
13668 Don't use char code for Latin-1 NBSP.
13669 <XFree86 4>: Unfrob NBSP display table. Set display table to use
13670 U+2018, U+2019 for `'.
13671 (select-safe-coding-system): Message fix.
13672
13673 2003-09-01 Kenichi Handa <handa@m17n.org>
13674
13675 * international/fontset.el (setup-default-fontset): For Thai
13676 font, specify "*" family.
13677
13678 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13679
13680 * progmodes/compile.el (previous-error): Accept a prefix
13681 argument, similarly to next-error.
13682
13683 2003-08-31 Masatake YAMATO <jet@gyve.org>
13684
13685 * pcvs.el (cvs-do-removal): Use = instead of eq to check
13686 the number of files. Bind the number of files to a local
13687 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
13688
13689 2003-08-30 Eli Zaretskii <eliz@gnu.org>
13690
13691 * vc-hooks.el (vc-make-version-backup): Fix the change made on
13692 2003-07-26: msdos-long-file-names is a function, not a variable.
13693
13694 2003-08-29 Richard M. Stallman <rms@gnu.org>
13695
13696 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
13697 Do nothing with mail-personal-alias-file if it is nil.
13698
13699 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
13700 Do nothing if mail-personal-alias-file is nil.
13701
13702 * term.el (term-exec-1): Bind coding-system-for-read.
13703
13704 * dired.el (dired-mouse-find-file-other-window):
13705 Use dired-view-command-alist here, as in dired-view-file.
13706 (dired-view-command-alist): Use %s to substitute file name.
13707 Handle .ps_pages, .eps, .jpg, .gif, .png.
13708
13709 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
13710
13711 * info.el (Info-mode-map): Bind S-tab and <backtab> to
13712 `Info-prev-reference', instead of M-tab.
13713
13714 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
13715
13716 * simple.el (blink-matching-open): Work correctly on chars that
13717 are designated as parens through the syntax-table text property.
13718
13719 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
13720
13721 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
13722 line break position in the middle of a non-kinsoku (e.g. latin)
13723 word, making it skip until either a space or a character with
13724 category "|".
13725 (kinsoku-longer): Test for end of buffer.
13726
13727 2003-08-28 Eli Zaretskii <eliz@gnu.org>
13728
13729 * mail/rmail.el (rmail-convert-to-babyl-format):
13730 Detect quoted-printable- and base64-encoded messages and decode them
13731 automatically. Set the message's encoding from the charset=
13732 header, if any. Decode base64-encoded messages in Mail format as well.
13733
13734 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
13735
13736 * mail/smtpmail.el: Fix previous change.
13737 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
13738 calling smtpmail-via-smtp.
13739 (smtpmail-via-smtp): Add fall-back values for envelope-from.
13740
13741 2003-08-26 John Paul Wallington <jpw@gnu.org>
13742
13743 * image.el (image-jpeg-p): Don't search beyond length of data.
13744
13745 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13746
13747 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
13748 misfeature in `expand-abbrev' which caused electric keywords like
13749 "else" to disappear if an open brace was typed directly afterwards.
13750
13751 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13752
13753 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
13754 mandatory in `define-widget'.
13755
13756 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
13757 Don't align the operators "!=", "<=" and ">=" as assignment operators.
13758
13759 (c-assignment-operators): New language constant that only contains
13760 the assignment operators.
13761
13762 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
13763
13764 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13765
13766 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
13767 Safeguard against unbalanced sexps.
13768
13769 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
13770
13771 * version.el (emacs-version): Check for gtk. Include gtk version info.
13772
13773 2003-08-25 John Paul Wallington <jpw@gnu.org>
13774
13775 * man.el (Man-default-man-entry): Don't whizz past the section
13776 number before looking for it.
13777
13778 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
13779
13780 * progmodes/gud.el (gud-display-line): Don't set window-point if
13781 source buffer is not visible. (Only happens with M-x gdba.)
13782
13783 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
13784 documentation.
13785 (gdb-source, gdb-source-info): Update to assembler unnecessary
13786 as its done after each GDB command anyway.
13787 (gdb-pre-prompt): Use with-current-buffer.
13788 (gdb-insert-field): Add help-echo text.
13789 (gdb-invalidate-assembler): Re-display of assembler now done in
13790 gdb-info-breakpoints-custom.
13791 (gdb-info-breakpoints-custom): Force re-display of assembler to
13792 happen *after* update of breakpoints buffer.
13793 (gdb-display-source-buffer): Don't choke if gdb-source-window
13794 isn't visible.
13795 (gdb-put-string, gdb-put-arrow): Remove free variables.
13796
13797 2003-08-24 John Paul Wallington <jpw@gnu.org>
13798
13799 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
13800
13801 * man.el (Man-default-man-entry): Strip text properties when
13802 snarfing parts of entry because `format' preserves properties.
13803
13804 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13805
13806 * files.el (file-newest-backup): Use `expand-file-name'.
13807
13808 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
13809 Allow the diary to pop up a new frame, if needed.
13810
13811 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
13812 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
13813 (smtpmail-send-it): Make treatment of envelope-from consistent with
13814 sendmail.el.
13815
13816 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
13817 (sh-leading-keywords): Add the bash `time' reserved word.
13818 (sh-variables): Add some bash variables.
13819 (sh-add-completer): Fix nil branch of case statement.
13820
13821 2003-08-24 Masatake YAMATO <jet@gyve.org>
13822
13823 * progmodes/ld-script.el: New file.
13824
13825 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
13826
13827 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
13828
13829 2003-08-23 Andre Spiegel <spiegel@gnu.org>
13830
13831 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
13832 Better explain obsolescence, and what to use instead.
13833
13834 2003-08-23 Masatake YAMATO <jet@gyve.org>
13835
13836 * pcvs.el (cvs-do-removal): Show the deleted file name
13837 on the prompt.
13838
13839 2003-08-20 Dave Love <fx@gnu.org>
13840
13841 * international/mule.el (make-coding-system)
13842 (set-buffer-file-coding-system): Doc fix.
13843
13844 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
13845
13846 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
13847
13848 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
13849
13850 * international/utf-16.el: Add mime-text-unsuitable coding system
13851 properties.
13852
13853 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
13854
13855 * cus-edit.el: Add some :links.
13856 (bib): Remove.
13857
13858 * textmodes/bib-mode.el (bib): Add :group external.
13859
13860 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
13861
13862 * wid-edit.el (widget-echo-help): Make it handle expressions that
13863 evaluate to strings.
13864
13865 2003-08-18 Michael Mauger <mmaug@yahoo.com>
13866
13867 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
13868
13869 Simplify selection of SQL products to define highlighting and
13870 interactive mode. Includes detailed instructions on adding
13871 support for new products.
13872
13873 * progmodes/sql.el (sql-product): New variable. Identifies SQL
13874 product for use in highlighting and interactive mode.
13875 (sql-interactive-product): New variable. SQL product for
13876 sql-interactive-mode.
13877 (sql-product-support): New variable. Specifies product-specific
13878 parameters to drive highlighting and interactive mode.
13879 (sql-imenu-generic-expression): Add more object types.
13880 (sql-sqlite-options): Correct comment.
13881 (sql-ms-program): Use "osql" rather than "isql".
13882 (sql-prompt-regexp, sql-prompt-length): Update comment.
13883 (sql-mode-menu): Add "Start SQLi session" entry.
13884 Replace Highlighting submenu with Product menu. Fix Send Region entry.
13885 (sql-mode-abbrev-table): Add abbreviations. Support of
13886 SYSTEM-FLAG on define-abbrev. Support was removed with last
13887 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
13888 (sql-mode-font-lock-object-name): Add font-lock pattern for object
13889 names.
13890 (sql-mode-ansi-font-lock-keywords): Set as default value.
13891 (sql-mode-oracle-font-lock-keywords): Set as default value.
13892 Support Oracle 9i keywords.
13893 (sql-mode-postgres-font-lock-keywords): Set as default value.
13894 (sql-mode-linter-font-lock-keywords): Set as default value.
13895 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
13896 SQLServer 2000.
13897 (sql-mode-sybase-font-lock-keywords)
13898 (sql-mode-interbase-font-lock-keywords)
13899 (sql-mode-sqlite-font-lock-keywords)
13900 (sql-mode-strong-font-lock-keywords)
13901 (sql-mode-mysql-font-lock-keywords)
13902 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
13903 keywords.
13904 (sql-mode-font-lock-defaults): Update comment.
13905 (sql-product-feature): New function. Returns feature associated
13906 with a product from `sql-product-support' alist.
13907 (sql-product-font-lock): New function. Set font-lock support
13908 based on `sql-product'.
13909 (sql-add-product-keywords): New function. Add font-lock rules to
13910 product-specific keyword variables.
13911 (sql-set-product): New function. Set `sql-product' and apply
13912 appropriate font-lock highlighting.
13913 (sql-highlight-product): New function. Set font-lock support
13914 based on a product. Also set mode name to include product name.
13915 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
13916 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
13917 Use `sql-set-product'.
13918 (sql-highlight-ms-keywords)
13919 (sql-highlight-sybase-keywords)
13920 (sql-highlight-interbase-keywords)
13921 (sql-highlight-strong-keywords)
13922 (sql-highlight-mysql-keywords)
13923 (sql-highlight-sqlite-keywords)
13924 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
13925 (sql-get-login): Prompt in the same order as the tokens.
13926 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
13927 (sql-product-interactive): New function. Common portions of
13928 product-specific interactive mode wrappers.
13929 (sql-interactive-mode): Rewritten to use product features.
13930 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
13931 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
13932 (sql-db2, sql-linter): Use `sql-product-interactive'.
13933 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
13934 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
13935 (sql-connect-ingres, sql-connect-postgres)
13936 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
13937 New functions. Format command line parameters and invoke comint on
13938 the appropriate interpreter. Code was in the corresponding
13939 `sql-xyz' function before.
13940 (sql-connect-ms): New function. Support -E argument to use
13941 operating system credentials for authentication.
13942
13943 2003-08-18 Kenichi Handa <handa@m17n.org>
13944
13945 * international/mule.el (encode-char): Fix for the ASCII case.
13946
13947 2003-08-15 Kenichi Handa <handa@m17n.org>
13948
13949 * international/fontset.el (setup-default-fontset): Change "*" to
13950 nil in the specifications of font family.
13951
13952 2003-08-18 Kim F. Storm <storm@cua.dk>
13953
13954 * kmacro.el (kmacro-keymap): Group related bindings in
13955 initialization for clarity. Bind C-s to start macro.
13956 Remove C-r binding.
13957 (kmacro-initial-counter-value): New defvar to hold initial counter
13958 value in case we set the value before defining a macro.
13959 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
13960 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
13961 not defining or executing macro. Doc fix.
13962 (kmacro-add-counter): Clear kmacro-initial-counter-value.
13963 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
13964 temporarily view older elements on the macro ring without cycling
13965 the ring.
13966 (kmacro-display): Doc fix.
13967 (kmacro-exec-ring-item): New helper function.
13968 (kmacro-call-ring-2nd): Use it.
13969 (kmacro-call-ring-2nd-repeat): Doc fix.
13970 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
13971 (kmacro-end-or-call-macro): Execute last viewed macro (using
13972 kmacro-exec-ring-item) from ring if this follows
13973 kmacro-view-macro. This allows us to find a macro on the ring
13974 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
13975 the ring to bring it to the head of the ring.
13976 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
13977 Allow binding to reserved keys without specifying C-x C-k prefix.
13978 Ask for confirmation if entered key sequence is already bound to
13979 a non-macro command.
13980 (kmacro-view-macro): Repeating command will show older elements
13981 on the macro ring; C-k will execute the last viewed macro.
13982 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
13983 property from 'ring to 'head.
13984
13985 2003-08-17 Alan Shutko <ats@acm.org>
13986
13987 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
13988 keeping December out of the alist.
13989
13990 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
13991
13992 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
13993 * calendar/calendar.el (calendar-mode-map): Bind it to key.
13994 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
13995 (calendar-flatten): New function.
13996 (calendar-mouse-view-other-diary-entries)
13997 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
13998 in the menu title and to show multi-line diary entries correctly
13999 in the menu.
14000
14001 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
14002
14003 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
14004 defcustom, because the default was recently changed.
14005
14006 2003-08-16 Richard M. Stallman <rms@gnu.org>
14007
14008 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
14009
14010 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14011 New subroutine, broken out of eval-last-sexp-1.
14012 (eval-last-sexp-1): Use eval-last-sexp-print-value.
14013
14014 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
14015
14016 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
14017
14018 * simple.el (eval-expression): Use eval-last-sexp-print-value.
14019
14020 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
14021
14022 * progmodes/compile.el (compilation-error-regexp-alist):
14023 Add Java ANt error detection as described in document
14024 http://ant.apache.org/faq.html
14025
14026 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
14027
14028 * simple.el (backward-word, forward-to-indentation)
14029 (backward-to-indentation): Argument changed to optional.
14030 (next-line, previous-line): Use `or' instead of `unless'.
14031
14032 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14033
14034 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
14035 instead of a constant.
14036
14037 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
14038
14039 * shell.el (shell): With prefix-arg, suggest a new buffer name.
14040
14041 2003-08-12 Andre Spiegel <spiegel@gnu.org>
14042
14043 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
14044 (vc-sccs-workfile-version): Search the entire delta table, rather
14045 than just the first entry, because that might be a deleted version.
14046
14047 2003-08-11 Karl Fogel <kfogel@red-bean.com>
14048
14049 * menu-bar.el (menu-bar-options-menu): Supply a body for the
14050 [save-place] binding in the Options menu. Have it require
14051 'saveplace' and then toggle the variable manually, to avoid an an
14052 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
14053 for the bug report.
14054
14055 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
14056
14057 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
14058 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
14059 (gdb-info-threads-custom): Add help-echo text.
14060 (gdb-display-back): Don't use purecopy.
14061 (gdb-info-breakpoints-custom, gdb-reset)
14062 (gdb-assembler-custom): Use display-images-p to test if breakpoint
14063 icons can be displayed.
14064
14065 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
14066
14067 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
14068
14069 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
14070
14071 * bookmark.el (bookmark-completing-read):
14072 Return a string, instead of a list of one string.
14073 Use a popup menu if activated from the mouse.
14074 (bookmark-edit-annotation): Remove unused vars.
14075 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
14076 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
14077 to bookmark-completing-read.
14078 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14079 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
14080 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
14081 and erase-buffer.
14082 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
14083 (bookmark-menu-jump, bookmark-menu-insert)
14084 (bookmark-popup-menu-and-apply-function)
14085 (bookmark-menu-popup-paned-bookmark-menu): Remove.
14086 (bookmark-menu-build-paned-menu): Remove by folding it into
14087 bookmark-menu-popup-paned-menu.
14088 (menu-bar-bookmark-map): Move the define-key statements here.
14089 Use the "non-menu" commands since they now pop up a menu if needed.
14090 (bookmark-exit-hook-internal): Simplify.
14091
14092 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
14093
14094 * reftex-toc.el (reftex-toc-rename-label): New function.
14095 (reftex-toc-check-docstruct): New function.
14096
14097 * reftex.el (reftex-region-active-p): New function.
14098
14099 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
14100 regexp to find the \bibliography macro.
14101
14102 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
14103 which does not exist in LaTeX.
14104 (reftex-cite-format-builtin): Added amsrefs support.
14105 (reftex-toc-confirm-promotion): New option
14106
14107 * reftex-toc.el
14108 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
14109 (reftex-toc-demote, reftex-toc-promote)
14110 (reftex-toc-do-promote, reftex-toc-promote-prepare)
14111 (reftex-toc-promote-action, reftex-toc-extract-section-number)
14112 (reftex-toc-newhead-from-alist)
14113 (reftex-toc-load-all-files-for-promotion): New functions.
14114 (reftex-toc-help): Added description of new keys.
14115 (reftex-toc-split-windows-fraction): New option.
14116 (reftex-recenter-toc-when-idle): Search *toc* window on all
14117 visible frames.
14118 (reftex-toc): Additional parameter REUSE
14119 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
14120 with REUSE argument.
14121 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
14122 the call of `reftex-toc'.
14123 (reftex-make-separate-toc-frame): New function .
14124 (reftex-toc-recenter): When called with triple prefix arg, call
14125 `reftex-make-separate-toc-frame' first.
14126 (reftex-toc-toggle-dedicated-frame): New command.
14127 (reftex-toc-quit): Adapted to delete frame when called in
14128 dedicated frame.
14129
14130 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
14131 all enclosing macros.
14132
14133
14134 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14135
14136 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
14137 first use.
14138
14139 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14140
14141 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
14142
14143 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
14144
14145 * calendar/calendar.el (list-diary-entries-hook)
14146 (diary-display-hook, nongregorian-diary-listing-hook)
14147 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
14148 Add some customize options for these hooks.
14149 (calendar-abbrev-construct): Don't try to take a substring longer
14150 than the original string.
14151
14152 2003-08-05 Richard M. Stallman <rms@gnu.org>
14153
14154 * emacs-lisp/testcover.el (noreturn): Report error if does return.
14155 (testcover-reinstrument-clauses): Doc fix.
14156
14157 * emacs-lisp/warnings.el: Doc fixes, args renamed.
14158 (warning-type-format): Rename from warning-group-format.
14159
14160 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
14161 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
14162 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
14163 to prevent warnings about defvar for an obsolete variable.
14164
14165 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
14166 warning-group-format renamed to warning-type-format.
14167
14168 * subr.el (read-passwd): Use clear-string instead of fillarray.
14169
14170 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
14171 Use vconcat instead of concat.
14172 (edmacro-sanitize-for-string): New function.
14173
14174 2003-08-05 Dave Love <fx@gnu.org>
14175
14176 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
14177 line-number-display-limit-width.
14178
14179 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
14180
14181 2003-08-05 Kenichi Handa <handa@m17n.org>
14182
14183 * international/code-pages.el: Don't require mule-diag.
14184
14185 * international/mule-diag.el (non-iso-charset-alist):
14186 Add autoload cookie.
14187
14188 * language/devan-util.el (dev-glyph-order): Add an entry for the
14189 glyph code #xC4.
14190
14191 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
14192
14193 * calendar/calendar.el (diary-file, diary-file-name-prefix)
14194 (european-calendar-style, diary-date-forms)
14195 (calendar-day-name-array, calendar-month-name-array): Doc change.
14196 (generate-calendar-month): Adapt for new behaviour of
14197 `calendar-day-name' function.
14198 (calendar-abbrev-length, calendar-day-abbrev-array)
14199 (calendar-month-abbrev-array): New variables.
14200 (calendar-abbrev-construct): New function.
14201 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
14202 rather than fixing abbrevs at some width. Calling syntax change.
14203 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
14204 (calendar-date-string): Adapt for new behaviours of
14205 `calendar-day-name' and `calendar-month-name' functions.
14206
14207 * calendar/diary-lib.el (list-diary-entries): Adapt for new
14208 behaviour of `calendar-day-name' and `calendar-month-name' functions.
14209 (diary-name-pattern): Use abbrev arrays, rather than fixing
14210 abbrevs at three chars. Calling syntax change.
14211 (mark-diary-entries): Adapt for new behaviours of
14212 `diary-name-pattern' and `calendar-make-alist' functions.
14213 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
14214 `diary-name-pattern' function.
14215 (font-lock-diary-date-forms): Use abbrev arrays, rather than
14216 fixing abbrevs at three chars. Calling syntax change.
14217 (cal-hebrew, cal-islam): Require when compiling.
14218 (diary-font-lock-keywords): Adapt for new behaviour of
14219 `font-lock-diary-date-forms' function.
14220
14221 * calendar/cal-hebrew.el: Reposition some code so defined before used.
14222 (calendar-hebrew-month-name-array-common-year)
14223 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
14224 (list-hebrew-diary-entries): Adapt for new behaviours of
14225 `calendar-day-name' and `add-to-diary-list' functions.
14226 (mark-hebrew-diary-entries): Adapt for new behaviours of
14227 `diary-name-pattern' and `calendar-make-alist' functions.
14228
14229 * calendar/cal-islam.el (calendar-islamic-month-name-array):
14230 Add doc string.
14231 (list-islamic-diary-entries): Adapt for new behaviours of
14232 `calendar-day-name' and `add-to-diary-list' functions.
14233 (mark-islamic-diary-entries): Adapt for new behaviours of
14234 `diary-name-pattern' and `calendar-make-alist' functions.
14235
14236 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
14237 `calendar-month-name' function.
14238
14239 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
14240
14241 * calendar/solar.el (solar-seasons-data): Move definition before use.
14242
14243 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
14244 (cal-tex-LaTeX-hourbox): Move definition before use.
14245
14246 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
14247 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
14248 lunar.el, solar.el
14249 (displayed-month, displayed-year): Define for compiler.
14250
14251 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14252
14253 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
14254 MODE. Renamed from c-init-c-language-vars'.
14255 (c-initialize-cc-mode): Change accordingly.
14256 (c-common-init): Ditto.
14257 (c-mode): Ditto.
14258 (c++-mode): Use `c-init-language-vars-for'.
14259 (objc-mode): Ditto.
14260 (java-mode): Ditto.
14261 (idl-mode): Ditto.
14262 (pike-mode): Ditto.
14263 (awk-mode): Ditto.
14264
14265 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14266
14267 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
14268 or not the point moved.
14269
14270 (c-search-decl-header-end): Don't trip up on operator identifiers
14271 in C++ and operators like == in all languages.
14272
14273 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
14274 Detect leading labels correctly.
14275
14276 2003-08-02 Andreas Schwab <schwab@suse.de>
14277
14278 * textmodes/ispell.el: Don't redo key bindings on loading, put
14279 them only in loaddefs.el.
14280 * bookmark.el: Likewise.
14281 * dabbrev.el: Likewise.
14282 * emerge.el: Likewise.
14283
14284 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
14285 has more than one member.
14286
14287 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
14288
14289 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14290
14291 * lpr.el (printify-region): It was ending conversion before the
14292 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
14293
14294 2003-07-31 John Paul Wallington <jpw@gnu.org>
14295
14296 * net/browse-url.el (browse-url-epiphany): Doc fix.
14297
14298 2003-07-30 Kenichi Handa <handa@m17n.org>
14299
14300 * international/fontset.el (setup-default-fontset):
14301 Change registry names of Akurti fonts.
14302
14303 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
14304
14305 * comint.el (comint-read-noecho): Use `clear-string' instead of
14306 `fillarray'.
14307
14308 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
14309
14310 * outline.el (outline-mode-hook): Add defvar.
14311
14312 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
14313
14314 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
14315 Restore assembler in source window if that is what has been selected.
14316 (menu): Add gdb-restore-windows to menu. Make gdba
14317 specific menus only visible from gdba.
14318
14319 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
14320
14321 * progmodes/compile.el (compilation-environment): New user variable.
14322 (compile-internal): Respect it.
14323
14324 2003-07-23 Masatake YAMATO <jet@gyve.org>
14325
14326 * progmodes/gud.el (gdb-script-font-lock-keywords):
14327 Put `font-lock-function-name-face' on a symbol which includes
14328 `-' like `hook-run'. Put font-lock-variable-name-face
14329 on a symbol starting with $.
14330
14331 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
14332
14333 * files.el (set-visited-file-name): Use truename for buffer-file-name.
14334
14335 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
14336
14337 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
14338
14339 2003-07-26 Andre Spiegel <spiegel@gnu.org>
14340
14341 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
14342 Use with-no-warnings.
14343 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
14344 rather than to find-file-not-found-hook, which doesn't exist.
14345
14346 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
14347
14348 * international/quail.el (quail-translate-key): Fix previous change.
14349
14350 2003-07-25 John Paul Wallington <jpw@gnu.org>
14351
14352 * server.el (server-start): Check `server-process' is non-nil
14353 before killing it to avoid killing current buffer's process.
14354
14355 * simple.el (choose-completion-string): Use `minibufferp';
14356 test `completion-reference-buffer' if `buffer' arg is nil.
14357 (push-mark): Use `when' and `unless'.
14358 (pop-mark): Use `when'.
14359
14360 * mouse-sel.el (mouse-sel-get-selection-function):
14361 Check `x-last-selected-text-primary'. Don't barf if it or
14362 `x-last-selected-text' aren't bound.
14363
14364 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14365
14366 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
14367
14368 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
14369
14370 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
14371
14372 2003-07-23 John Paul Wallington <jpw@gnu.org>
14373
14374 * tooltip.el (defface tooltip): Inherit from variable-pitch.
14375
14376 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14377
14378 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
14379 string. Defvar the derived hook.
14380
14381 * macros.el (insert-kbd-macro): Escape double quote character.
14382 From Thomas W Murphy <twm@andrew.cmu.edu>.
14383
14384 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
14385
14386 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
14387 to match the specific mark rather than reusing comment-start-skip.
14388
14389 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
14390
14391 * progmodes/hideshow.el (hs-special-modes-alist):
14392 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
14393
14394 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
14395
14396 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
14397 value using ?\s.
14398
14399 2003-07-21 John Paul Wallington <jpw@gnu.org>
14400
14401 * subr.el (with-selected-window): Add closing paren.
14402
14403 2003-07-21 Richard M. Stallman <rms@gnu.org>
14404
14405 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
14406 (lisp-mode): Likewise.
14407
14408 * subr.el (with-selected-window): Copy code form save-selected-window
14409 so as to call select-window with norecord arg.
14410 (dynamic-completion-table): Doc fix.
14411 (lazy-completion-table): Doc fix.
14412
14413 * international/mule-cmds.el (set-locale-environment):
14414 langinfo renamed to locale-info.
14415
14416 * international/mule.el (auto-coding-functions): Doc fix.
14417
14418 2003-07-21 Kenichi Handa <handa@m17n.org>
14419
14420 * international/quail.el (quail-translate-key):
14421 Update quail-current-str correctly.
14422
14423 2003-07-21 Andreas Schwab <schwab@suse.de>
14424
14425 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
14426 ?, to "_".
14427
14428 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
14429 Version 2.0.36 of Tramp released.
14430
14431 * net/tramp.el (tramp-default-password-end-of-line): Rename from
14432 tramp-password-end-of-line.
14433 (tramp-password-end-of-line): New method parameter.
14434 (tramp-get-password-end-of-line): Function to access method
14435 parameter `tramp-password-end-of-line', or variable
14436 `tramp-default-password-end-of-line' (default value).
14437 (tramp-methods): Add entries for new parameter
14438 tramp-password-end-of-line.
14439 (tramp-enter-password): Use new function
14440 `tramp-get-password-end-of-line'.
14441 (tramp-handle-insert-file-contents): Do not
14442 unconditionally inhibit the file operation file-local-copy, only
14443 do that when the inhibit-file-name-operation is currently
14444 insert-file-contents. This fixes finding remote CVS-controlled
14445 files. (It would barf on inserting the CVS/Entries file
14446 literally, because the file-local-copy handler wasn't called.)
14447 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
14448 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
14449 (tramp-initial-commands): New variable.
14450 (tramp-process-initial-commands): New function, using the variable.
14451 (tramp-open-connection-setup-interactive-shell): Call the new function.
14452 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
14453 method into the buffer name, never use nil. Reported by Hanak
14454 David <dhanak@inf.bme.hu>.
14455 (tramp-open-connection-setup-interactive-shell): Erase buffer
14456 before sending "stty -onlcr".
14457
14458 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
14459
14460 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
14461
14462 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
14463
14464 2003-07-19 John Paul Wallington <jpw@gnu.org>
14465
14466 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
14467 (artist-draw-rect, artist-draw-square): Doc fixes.
14468
14469 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
14470
14471 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
14472
14473 2003-07-19 Kenichi Handa <handa@m17n.org>
14474
14475 * international/kkc.el (kkc-show-conversion-list-update):
14476 Highlight the correct candidate in the message.
14477
14478 2003-07-18 John Paul Wallington <jpw@gnu.org>
14479
14480 * simple.el (current-word): Don't include punctuation char when
14481 `really-word' arg is non-nil.
14482
14483 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
14484
14485 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
14486 moved to the directory obsolete.
14487
14488 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
14489
14490 * info.el (Info-menu-entry-name-re): Allow newlines in
14491 menu entry names.
14492
14493 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
14494 syntax-ppss-after-change-function.
14495 (syntax-ppss-after-change-function): New alias. Update uses.
14496 (syntax-ppss): Catch the case where the buffer is narrowed.
14497
14498 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
14499
14500 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
14501 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
14502
14503 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
14504
14505 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
14506 since it might be modified.
14507
14508 * progmodes/cc-langs.el (c++-make-template-syntax-table)
14509 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
14510 names to these language constants.
14511
14512 2003-07-15 Kim F. Storm <storm@cua.dk>
14513
14514 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
14515 All uses changed.
14516
14517 2003-07-14 Mark A. Hershberger <mah@everybody.org>
14518
14519 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
14520 Namespace support.
14521
14522 2003-07-13 Juanma Barranquero <lektu@terra.es>
14523
14524 * frame.el (modify-all-frames-parameters): Reinstall (copyright
14525 papers received).
14526
14527 2003-07-13 Karl Eichwalder <ke@suse.de>
14528
14529 * textmodes/po.el (po-find-charset): White space at the start of the
14530 Content-Type field body is non-mandatory.
14531
14532 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14533
14534 * textmodes/texinfo.el (texinfo-section-list):
14535 Append appendixsection; a synonym for appendixsec.
14536
14537 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
14538
14539 * man.el (Man-translate-cleanup): New.
14540 (Man-translate-references): Call `Man-translate-cleanup' to clean
14541 leading, trailing and middle spaces.
14542
14543 2003-07-13 Lars Hansen <larsh@math.ku.dk>
14544
14545 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
14546 Handle `dired-directory' being a list.
14547
14548 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
14549
14550 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
14551 it doesn't exist.
14552
14553 2003-07-12 Richard M. Stallman <rms@gnu.org>
14554
14555 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
14556
14557 * progmodes/cc-defs.el (c-make-keywords-re):
14558 Don't use delete-duplicates.
14559 (c-lang-const): Don't use mapcan.
14560
14561 * apropos.el (apropos-show-scores): Make it customizable.
14562 Document new meaning.
14563 (apropos): Compute scores from symbols.
14564 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
14565
14566 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14567
14568 * ps-bdf.el: Fix copyright line.
14569 (bdf-directory-list): Fix initialization code.
14570
14571 2003-07-11 John Paul Wallington <jpw@gnu.org>
14572
14573 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
14574 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
14575 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
14576
14577 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
14578
14579 * emacs-lisp/ring.el (ring-elements): Doc fix.
14580
14581 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
14582
14583 * calendar/timeclock.el (timeclock-relative)
14584 (timeclock-ask-before-exiting, timeclock-use-display-time):
14585 Doc changes.
14586 (timeclock-modeline-display): Give a message if
14587 `timeclock-use-display-time' is non-nil but `display-time-mode'
14588 is not active.
14589
14590 2003-07-11 Kenichi Handa <handa@m17n.org>
14591
14592 * international/mule-cmds.el (set-language-environment):
14593 Set current-language-environment to the correct string.
14594
14595 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14596
14597 * ps-print.el: Print line number correctly in a region. Reported by
14598 Tim Allen <timallen@ls83.fsnet.co.uk>.
14599 (ps-print-version): New version number (6.6.2).
14600 (ps-printing-region): Code fix.
14601
14602 2003-07-10 John Paul Wallington <jpw@gnu.org>
14603
14604 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
14605 this function can be called from `add-completions-from-tags-table'.
14606
14607 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
14608
14609 * calendar/timeclock.el (timeclock-use-display-time)
14610 (timeclock-day-over-hook, timeclock-workday-remaining)
14611 (timeclock-status-string, timeclock-when-to-leave)
14612 (timeclock-when-to-leave-string, timeclock-log-data)
14613 (timeclock-find-discrep, timeclock-day-base)
14614 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
14615 (timeclock-modeline-display): Set the variable
14616 `timeclock-modeline-display'.
14617 (timeclock-update-modeline): Doc fix. Respect value of
14618 `timeclock-relative'.
14619
14620 2003-07-09 Richard M. Stallman <rms@gnu.org>
14621
14622 * textmodes/reftex-parse.el (reftex-all-document-files):
14623 Add autoload cookie.
14624
14625 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
14626 (reftex-scanning-info-available-p): Add autoload cookie.
14627
14628 * international/mule-cmds.el
14629 (set-display-table-and-terminal-coding-system): Delete duplicate
14630 aset on standard-display-table.
14631
14632 * view.el (view-file): If existing buffer's major mode is special,
14633 don't go into view mode.
14634
14635 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
14636
14637 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14638
14639 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
14640 buffer changes; there's third party code that calls this function
14641 directly.
14642
14643 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14644
14645 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
14646 (autodoc-font-lock-keywords): Don't byte compile on font lock
14647 initialization when running from byte compiled files.
14648
14649 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14650
14651 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
14652 statement ends with auto-increment "++".
14653
14654 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14655
14656 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14657 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14658 these are changed, so declare them as variables and not constants.
14659
14660 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
14661
14662 * subr.el (dolist, dotimes): Doc fix.
14663
14664 2003-07-08 Kim F. Storm <storm@cua.dk>
14665
14666 * international/mule-cmds.el
14667 (set-display-table-and-terminal-coding-system): Don't break
14668 bootstrap if standard-display-table isn't setup yet.
14669
14670 2003-07-07 Richard M. Stallman <rms@gnu.org>
14671
14672 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
14673 Give it a doc string, and autoload it.
14674
14675 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
14676 Use with-no-warnings.
14677
14678 * info.el (Info-search): If find invisible text, search again.
14679
14680 * isearch.el (search-whitespace-regexp): Add a shy group around it.
14681
14682 * man.el (Man-name-regexp): Match + as part of name.
14683
14684 * simple.el (visible-mode): Rename from vis-mode.
14685 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
14686
14687 * simple.el (current-word): New arg REALLY-WORD specifies
14688 don't include punctuation chars.
14689
14690 * emacs-lisp/debug.el (debug, debugger-env-macro):
14691 Use with-no-warnings while accessing and binding unread-command-char.
14692
14693 * international/mule-cmds.el
14694 (set-display-table-and-terminal-coding-system): Use explicit loop
14695 instead of calling standard-display-default.
14696
14697 * net/ange-ftp.el (ange-ftp-file-symlink-p):
14698 Use condition-case to catch error in ange-ftp-get-files.
14699
14700 * net/browse-url.el (browse-url-browser-function):
14701 Add alternative for Epiphany.
14702 (browse-url-epiphany-program, browse-url-epiphany-arguments)
14703 (browse-url-epiphany-startup-arguments)
14704 (browse-url-epiphany-new-window-is-tab): New variables.
14705 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
14706
14707 * progmodes/compile.el (compile-auto-highlight): Default now t.
14708 (compile): Doc fix.
14709 (compilation-next-error): Fix previous change.
14710
14711 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
14712
14713 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
14714
14715 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
14716
14717 * gdb-ui.el (gdb-source-info): Display current frame when
14718 attaching to an existing process.
14719 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
14720 while laying out windows when attaching to an existing process.
14721
14722 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
14723
14724 * info.el (Info-menu): Use Info-menu-entry-name-re.
14725
14726 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
14727
14728 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
14729 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
14730
14731 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
14732 to match the same text.
14733
14734 2003-07-06 John Paul Wallington <jpw@gnu.org>
14735
14736 * vc.el (vc-annotate-offset): Move defvar up.
14737
14738 2003-07-06 Kim F. Storm <storm@cua.dk>
14739
14740 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
14741 This should fix the infinite loop when extracting menu names.
14742
14743 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
14744
14745 * files.el (auto-mode-alist, interpreter-mode-alist):
14746 Remove entries to CC Mode modes to avoid duplicates; they are now added
14747 with autoload directives in cc-mode.el.
14748
14749 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
14750
14751 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14752 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14753 these are changed, so declare them as variables and not constants.
14754
14755 * progmodes/cc-mode.el: Fix some autoload problems: Try to
14756 ensure that the entry for ".c" extension comes before the one for
14757 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
14758 Fix incorrect entries that were added to `interpreter-mode-alist'.
14759 Move the autoload directives for AWK to the top level since they
14760 aren't recognized anywhere else. Do not use the new AWK mode doc
14761 in the autoload form for the old AWK mode.
14762
14763 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14764
14765 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
14766 (bibtex-sort-ignore-string-entries): Default value t.
14767 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
14768 erroneously in previous version.
14769 (bibtex-string-files): Docstring reflects new parsing scheme.
14770 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
14771 docstring, add # as one of the chars to crush
14772 (bibtex-autokey-prefix-string, bibtex-autokey-names)
14773 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
14774 (bibtex-autokey-name-change-strings)
14775 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
14776 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
14777 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
14778 (bibtex-autokey-title-terminators)
14779 (bibtex-autokey-titlewords-stretch)
14780 (bibtex-autokey-titleword-ignore)
14781 (bibtex-autokey-titleword-case-convert)
14782 (bibtex-autokey-titleword-abbrevs)
14783 (bibtex-autokey-titleword-abbrevs)
14784 (bibtex-autokey-titleword-change-strings)
14785 (bibtex-autokey-titleword-length)
14786 (bibtex-autokey-titleword-separator)
14787 (bibtex-autokey-name-year-separator)
14788 (bibtex-autokey-year-title-separator)
14789 (bibtex-autokey-before-presentation-function)
14790 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
14791 Fix docstring.
14792 (bibtex-strings, bibtex-reference-keys):
14793 Use lazy-completion-table and make-variable-buffer-local.
14794 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
14795 (bibtex-braced-string-syntax-table)
14796 (bibtex-quoted-string-syntax-table): New variables.
14797 (bibtex-parse-nested-braces): Remove.
14798 (bibtex-parse-field-string): Use syntax table and forward-sexp.
14799 (bibtex-parse-association): Simplify.
14800 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
14801 (bibtex-parse-field-text): Simplify.
14802 (bibtex-search-forward-field, bibtex-search-backward-field):
14803 argument BOUND can take value t.
14804 (bibtex-start-of-field, bibtex-start-of-name-in-field)
14805 (bibtex-end-of-name-in-field, bibtex-end-of-field)
14806 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
14807 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
14808 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
14809 (bibtex-skip-to-valid-entry): Return buffer position of beginning
14810 and ending of entry. Update for changes of bibtex-search-entry.
14811 Simplify.
14812 (bibtex-map-entries): FUN is called with three arguments.
14813 (bibtex-search-entry): Return a cons pair with buffer positions of
14814 beginning and end of entry.
14815 (bibtex-enclosing-field): Simplify.
14816 (bibtex-format-entry): Use booktitle to set a missing title.
14817 (bibtex-autokey-get-names): Fiddle with regexps.
14818 (bibtex-generate-autokey): Use identity.
14819 (bibtex-parse-keys): Use simplified parsing algorithm if
14820 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
14821 arguments. Return alist of keys.
14822 (bibtex-parse-strings): Simplify. Return alist of strings.
14823 (bibtex-complete-string-cleanup): Fix docstring.
14824 (bibtex-read-key): New function.
14825 (bibtex-mode): Fix docstring. Do not parse for keys and
14826 strings when the mode is entered. Set fill-paragraph-function to
14827 bibtex-fill-field. Setup font-lock-mark-block-function the way
14828 font-lock intended.
14829 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
14830 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
14831 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
14832 (bibtex-Preamble): Avoid hard coded constants.
14833 (bibtex-make-field): Fix docstring. Simplify.
14834 (bibtex-beginning-of-entry): Always return new position of point.
14835 (bibtex-end-of-entry): Rearrange cond clauses.
14836 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
14837 Update for changes of bibtex-map-entries.
14838 (bibtex-ispell-abstract): Do not move point.
14839 (bibtex-entry-index): Use downcase. Simplify.
14840 (bibtex-lessp): Handle catch-all.
14841 (bibtex-find-crossref): Turn into a command.
14842 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
14843 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
14844 preamble entries.
14845 (bibtex-fill-field-bounds): New function.
14846 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
14847 (bibtex-fill-entry): Use bibtex-fill-field-bounds
14848 (bibtex-String): Use bibtex-strings. Always obey
14849 bibtex-sort-ignore-string-entries.
14850
14851 2003-07-05 John Paul Wallington <jpw@gnu.org>
14852
14853 * cus-theme.el (customize-create-theme):
14854 Call `customize-create-theme' in Reset widget's notify function.
14855
14856 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
14857 (ibuffer-mark-interactive): Use `or' instead of `unless'.
14858 (define-ibuffer-column name): Add summarizer.
14859 (define-ibuffer-column size): Likewise.
14860 (define-ibuffer-column filename): Likewise.
14861 (define-ibuffer-column process): Likewise. Change BODY's output too.
14862 (define-ibuffer-column filename-and-process): Likewise, likewise.
14863 (ibuffer): Remove local vars `already-in' and `need-update'.
14864
14865 * ibuf-ext.el: Don't require `derived' at compile-time.
14866
14867 2003-07-05 Kim F. Storm <storm@cua.dk>
14868
14869 * info.el: Disable paragraph refilling.
14870 (Info-refill-paragraphs): New defcustom.
14871 (Info-fontify-node): Use it.
14872
14873 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
14874
14875 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
14876 thingies from constructors created by defstruct.
14877
14878 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
14879 the default value of the variable.
14880 (byte-code-meter): Move declaration to top level.
14881
14882 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
14883
14884 * info.el (Info-following-node-name-re): New fun.
14885 (Info-following-node-name): Remove.
14886 (Info-insert-dir): Use the new fun.
14887 (Info-extract-pointer): Don't save restriction; use new fun.
14888 (Info-menu-entry-name-re): New const.
14889 (Info-menu-entry-name-re): Use it along with new fun.
14890 (Info-node-spec-re): Use new fun.
14891 (Info-complete-menu-item, Info-fontify-node): Use new const.
14892 (Info-goto-node, Info-follow-reference, Info-menu-update):
14893 Use match-string.
14894 (Info-follow-reference): Use assoc-string.
14895 Use a list of strings for the completion table.
14896 (Info-fontify-node): Use match-string, line-end-position.
14897 Limit the search for `node:' to the first line.
14898
14899 * newcomment.el (uncomment-region): Remove padding coming from
14900 comment-start rather than just from comment-padding.
14901
14902 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
14903 (vc-cvs-stay-local-p): Use vc-stay-local-p.
14904 (vc-cvs-rename-file): Remove (use the default).
14905 (vc-cvs-register): Register parent dir if needed.
14906 (vc-cvs-could-register): Return non-nil if parent can be registered.
14907 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
14908 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
14909
14910 * vc-svn.el (vc-svn-use-edit): Make it into a const.
14911 (vc-svn-update): Fix the arguments to `svn'.
14912 (vc-svn-diff-tree): Just use `vc-svn-diff'.
14913 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
14914 Simple implementations, assuming `name' is a URL.
14915
14916 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
14917 set of chars allowed unquoted in a case pattern.
14918
14919 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
14920
14921 * font-lock.el (font-lock-extra-types-widget)
14922 (c-font-lock-extra-types, c++-font-lock-extra-types)
14923 (objc-font-lock-extra-types, java-font-lock-extra-types)
14924 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
14925 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
14926 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
14927 (font-lock-match-c++-structor-declaration)
14928 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
14929 (c++-font-lock-keywords-3, c++-font-lock-keywords)
14930 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
14931 (objc-font-lock-keywords-3, objc-font-lock-keywords)
14932 (java-font-lock-keywords-1, java-font-lock-keywords-2)
14933 (java-font-lock-keywords-3, java-font-lock-keywords)
14934 (java-font-lock-syntactic-face-function): Remove obsolete code
14935 and constants. It's all in cc-fonts.el now.
14936
14937 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
14938
14939 * mail/sendmail.el (mail-specify-envelope-from)
14940 (mail-envelope-from): Doc fix.
14941
14942 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
14943
14944 * generic-x.el: Do away with the dependency on `c-emacs-features'
14945 when populating `rul-generic-mode-syntax-table'; we already know
14946 this isn't XEmacs.
14947
14948 See ChangeLog.10 for earlier changes.
14949
14950 ;; Local Variables:
14951 ;; coding: iso-2022-7bit
14952 ;; End:
14953
14954 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
14955 Copying and distribution of this file, with or without modification,
14956 are permitted provided the copyright notice and this notice are preserved.
14957
14958 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1